diff --git a/docs/.vitepress/locales/en/components/sidebar.ts b/docs/.vitepress/locales/en/components/sidebar.ts index 3cfeed9f..f7d00165 100644 --- a/docs/.vitepress/locales/en/components/sidebar.ts +++ b/docs/.vitepress/locales/en/components/sidebar.ts @@ -5,7 +5,7 @@ export default [ { text: 'About WAX', link: '/learn/about-wax/', - collapsed: false, + collapsed: true, items: [ { text: 'What is WAX?', @@ -16,21 +16,17 @@ export default [ link: '/learn/about-wax/why-wax', }, { - text: 'What is WAXP token?', + text: 'What is WAXP Token?', link: '/learn/about-wax/what-is-waxp-token', }, { - text: 'Consensus on WAX', + text: 'How does WAX Work?', link: '/learn/about-wax/wax-consensus', }, { text: 'WAX Interoparability', link: '/learn/about-wax/wax-interoparability', }, - { - text: 'WAX Governance', - link: '/learn/about-wax/wax-governance', - }, ], }, ], @@ -239,7 +235,7 @@ export default [ link: '/build/tutorials/server-side-verification', }, { - text: 'How To Explore WAX Blockchain', + text: 'How To Explore WAX Blockchain', link: '/build/tutorials/howto_blockexplorer' } ], diff --git a/docs/.vitepress/theme/style.css b/docs/.vitepress/theme/style.css index cae25bc8..4a0006e1 100644 --- a/docs/.vitepress/theme/style.css +++ b/docs/.vitepress/theme/style.css @@ -25,6 +25,10 @@ } } +.aside-curtain { + display: none; +} + /** * Component: Home * -------------------------------------------------------------------------- */ @@ -55,6 +59,13 @@ :root { --vp-home-hero-image-filter: blur(68px); } + .VPSidebar { + margin-top: var(--vp-nav-height); + padding-top: 0 !important; + } + .curtain { + display: none; + } } /** diff --git a/docs/en/learn/about-wax/index.md b/docs/en/learn/about-wax/index.md index 0fa6dfa5..f881d26d 100644 --- a/docs/en/learn/about-wax/index.md +++ b/docs/en/learn/about-wax/index.md @@ -5,6 +5,8 @@ order: 1 # About WAX -The Worldwide Asset eXchange™ (WAX) is a purpose-built blockchain and protocol token designed to make e-commerce transactions faster, easier, and safer for everyone. WAX makes building and deploying high-performance, secure dApps easy. Here you’ll find Quickstarts, sample code, API reference guides, and all of the developer tools you need to set up a local WAX environment and write your smart contracts. +The Worldwide Asset eXchange™ (WAX) is "The Everything Chain" — a purpose-built blockchain designed to power Web3 at scale. From thousands of games and tokens to digital collectibles from major global brands, WAX provides the tools and infrastructure to make it all seamless, accessible, and efficient. - \ No newline at end of file +WAX leads the way with innovative multi-chain bridge technology, empowering developers to create dynamic dApps and enabling users to trade, collect, and engage like never before. With its focus on sustainability, speed, and user-friendly experiences, WAX continues to redefine what's possible in blockchain technology. + + diff --git a/docs/en/learn/about-wax/wax-consensus.md b/docs/en/learn/about-wax/wax-consensus.md index ec291cf6..0ecfe963 100644 --- a/docs/en/learn/about-wax/wax-consensus.md +++ b/docs/en/learn/about-wax/wax-consensus.md @@ -3,24 +3,21 @@ title: WAX Consensus order: 3 --- -# Consensus +# How Does the WAX Blockchain Work? -Behind the scenes of the WAX blockchain lies a sophisticated consensus mechanism that ensures fast, secure, and energy-efficient transactions. +At the heart of the WAX Blockchain lies a **Delegated Proof-of-Stake (DPoS)** consensus mechanism, ensuring fast, secure, and energy-efficient transactions. This innovative model blends scalability, security, and sustainability, making WAX an industry leader. -## Understanding Delegated Proof-of-Stake (DPoS): +## Delegated Proof-of-Stake (DPoS): A Smarter Consensus -WAX Blockchain uses a delegated Proof-of-Stake consensus mechanism rather than an energy-inefficient Proof-of-Work system. -Under this model, you’ll stake WAXP for a share of CPU and NET resources. These resources are finite, and they dictate how many transactions can be validated and committed to the WAX Blockchain per block. +Unlike traditional Proof-of-Work (PoW) systems, which require energy-intensive mining, WAX relies on DPoS. Here’s how it works: -## Consensus Achieved Through Delegation: +- **Stake to Participate:** Token holders stake WAXP to access CPU and NET resources. These resources dictate how many transactions can be validated and processed per block, ensuring a fair and efficient system. +- **Community-Driven Governance:** DPoS empowers WAXP holders to vote for block producers (BPs). These elected BPs validate transactions, produce blocks, and maintain the blockchain’s integrity. -In the WAX ecosystem, token holders can participate in the consensus process by voting for block producers (BPs). These BPs, elected by the community, are responsible for verifying transactions and adding them to the blockchain. Through this delegated voting system, consensus is achieved in a more efficient and decentralized manner. +## Why DPoS Sets WAX Apart +- **Scalability for High Demand:** WAX’s DPoS mechanism handles thousands of transactions per second, ensuring smooth performance even during network spikes. +- **Enhanced Security:** Quick block confirmation times improve the reliability and safety of the network, keeping transactions secure. +- **Environmentally Friendly:** Unlike energy-hungry PoW systems, DPoS is energy-efficient. By eliminating the need for mining, WAX minimizes its environmental impact, making it one of the most sustainable blockchain platforms available. -## Benefits of DPoS for WAX: - -Scalability: The DPoS mechanism employed by WAX allows for high transaction throughput, enabling the network to handle a large volume of transactions. This scalability ensures a smooth user experience, even during periods of high network activity. - -Security: DPoS enhances the security of the WAX blockchain by enabling fast block confirmation times. - -Energy Efficiency: Compared to traditional proof-of-work (PoW) mechanisms, DPoS consumes significantly less energy. By eliminating the need for resource-intensive mining, WAX significantly reduces its environmental footprint, making it a more sustainable blockchain solution. +The WAX Blockchain’s DPoS model ensures that it can meet the demands of its dynamic ecosystem, powering everything from gaming and collectibles to DeFi and meme coins—all while prioritizing sustainability and community governance. With its advanced consensus mechanism, WAX is shaping the future of blockchain technology. diff --git a/docs/en/learn/about-wax/wax-governance.md b/docs/en/learn/about-wax/wax-governance.md deleted file mode 100644 index 0887cb53..00000000 --- a/docs/en/learn/about-wax/wax-governance.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: WAX Governance -order: 6 ---- - -# WAX Governance \ No newline at end of file diff --git a/docs/en/learn/about-wax/wax-interoparability.md b/docs/en/learn/about-wax/wax-interoparability.md index cb97b39a..09520fc5 100644 --- a/docs/en/learn/about-wax/wax-interoparability.md +++ b/docs/en/learn/about-wax/wax-interoparability.md @@ -3,12 +3,22 @@ title: WAX Interoperability order: 7 --- -# WAX Interoperability +# WAX: Building Bridges, Breaking Barriers -WAX, a blockchain platform dedicated to enhancing interoperability between chains, continues to innovate and expand its capabilities. One notable development is the release of the Ethereum bridge, a technology that brings increased asset fluidity to the NFT ecosystem on WAX. This bridge not only offers a more robust NFT experience but also provides flexibility for trading, gaming, and socializing, empowering users to customize their blockchain experience and build a diverse portfolio of crypto and NFT assets. +WAX is redefining interoperability in blockchain, connecting chains and ecosystems to unlock seamless experiences for users. By enabling fluid transactions and cross-chain functionality, WAX empowers collectors, gamers, and creators to explore a diverse world of crypto and NFT assets. -Recognizing the importance of interconnected blockchains, WAX has integrated Antelope IBC, a groundbreaking solution designed for Antelope-powered chains, to facilitate seamless communication and information sharing between independent blockchains. Unlike existing IBC solutions that rely on bridges and third parties, Antelope IBC operates directly at the chain's base layer, ensuring trust and eliminating vulnerabilities. By leveraging Antelope's near-instant finality achieved through the Instant Finality initiative, transactions can be proven and finalized within seconds, greatly enhancing the capabilities of Antelope IBC. +## Cloud Wallet Bridge: Seamless Multi-Chain Connectivity -The implementation of Antelope IBC on the WAX blockchain introduces the concept of elastic sidechains, which effectively address the throughput limitations of any blockchain. By utilizing Antelope IBC and Instant Finality, WAX can route transactions to parallel sidechains, enabling increased scalability, accommodating more users, and retaining value within the ecosystem. This elastic sidechain approach not only fosters seamless blockchain interaction but also paves the way for innovative use cases that leverage the expanded capabilities of the WAX ecosystem. +The **Cloud Wallet Bridge** takes WAX interoperability to the next level, allowing users to seamlessly transfer tokens and NFTs across multiple blockchains, including Ethereum, Binance Smart Chain, Solana, and more. By breaking down barriers between ecosystems, the Cloud Wallet Bridge empowers users to trade, collect, and play without limitations—making cross-chain experiences faster, easier, and more accessible than ever. -With its commitment to interoperability and the integration of Antelope IBC, WAX has earned recognition from Messari for its efforts in creating a connected blockchain environment. By breaking down invisible walls between blockchains, WAX empowers users to explore new opportunities, maximize their transactions, and participate in a vibrant ecosystem of crypto and NFT assets. The future of blockchain lies in collaboration and integration, and WAX is at the forefront, driving the industry towards a more interconnected and accessible future. +## Antelope IBC: Next-Level Interoperability + +To further its mission of interconnectivity, WAX has integrated **Antelope IBC**, a revolutionary technology for communication across Antelope-powered chains. Unlike traditional solutions that rely on third-party bridges, Antelope IBC operates directly at the blockchain’s base layer for secure and trustless interaction. + +This innovation allows WAX to break throughput limits, creating a blockchain environment ready for large-scale adoption and novel use cases. + +## Interoperability in Action + +With these advancements, WAX enables seamless interaction between independent blockchains, fostering collaboration and creating opportunities for users to maximize their crypto and NFT experiences. Recognized by Messari for its trailblazing efforts, WAX continues to lead the charge toward a more connected blockchain future. + +From gaming and collectibles to DeFi and beyond, WAX ensures your assets and activities aren’t confined to a single chain. Instead, they’re part of a vibrant, interconnected ecosystem where anything is possible. diff --git a/docs/en/learn/about-wax/what-is-wax.md b/docs/en/learn/about-wax/what-is-wax.md index d12ff60f..784e8a20 100644 --- a/docs/en/learn/about-wax/what-is-wax.md +++ b/docs/en/learn/about-wax/what-is-wax.md @@ -5,12 +5,16 @@ order: 1 # What is the WAX blockchain? -WAX Blockchain, recognized as the King of NFTs, is a leading layer 1 blockchain platform that revolutionizes the creation, trading, and ownership of digital assets. It boasts the largest user base and transaction volume in the industry, as verified by [Dappradar.com](https://dappradar.com/). WAX's mission is to make NFTs accessible to the mass market through a secure, eco-friendly, and user-friendly marketplace. +WAX is **The Everything Chain**, a leading layer-1 blockchain redefining digital commerce across games, collectibles, tokens, meme coins, and more. With eco-friendly technology, feeless transactions, and massive scalability, WAX is the ultimate hub for web3 innovation. -Founded in 2017 by William E. Quigley and Jonathan Yantis, WAX has facilitated the exchange of over 360 million digital collectibles, collaborating with renowned brands like NASCAR, AMC, Mattel, and Hasbro. WAX pioneered the connection of NFTs to physical consumer products, offering exciting possibilities for consumer product companies, known as vIRLs®. -WAX extends its influence beyond collectibles, serving as a leading network for entertainment NFTs and web3 games in the metaverse. Notable blockchain games like Alien Worlds and Splinterlands find their home on the WAX platform. Its success lies in its user-friendly infrastructure, enabling seamless experiences for crypto enthusiasts and newcomers alike, with no transaction fees and impressive scalability. +Founded in 2017 by **William E. Quigley** and **Jonathan Yantis**, WAX has powered **hundreds of millions of transactions** while collaborating with iconic brands like **NASCAR**, **AMC**, **Mattel**, and **Hasbro**. WAX also pioneered **vIRLs®**, NFTs connecting digital assets to physical products, unlocking new opportunities for creators and businesses. -Operating on a delegated proof-of-stake (DPoS) consensus mechanism, WAX ensures fast transactions and high throughput, catering to the demands of digital asset trading. Moreover, its interoperability capabilities allow for integration with other blockchains and external systems, enhancing the reach and utility of WAX-created digital assets. -WAX Blockchain has a deep and incredible community full of artists, creators, developers, and entrepreneurs that band together to enhance the tools and capabilities of the chain. Some developers have provided easy tools to create and launch digital commerce sales and some have even delved into the digital to physical space. Teams like [BountyBlok](https://www.bountyblok.io/), [NFT Hive](https://nfthive.io/) and [Atomic Hub](https://wax.atomichub.io/) are just a few examples of how this community has made it easy for people to create, buy, sell, trade on WAX Blockchain. +The **WAX Bridge** provides seamless multi-chain connectivity, allowing NFTs and tokens to flow between blockchains. With the **WAX Cloud Wallet**, the easiest-to-use wallet for web3, WAX ensures smooth user onboarding. -As a decentralized powerhouse, WAX drives the adoption of digital assets and NFTs, creating opportunities for creators, collectors, and businesses. To learn more about WAX, visit [https://wax.io](https://wax.io) and stay updated through their [Twitter](https://twitter.com/WAX_io) and [Discord channels](https://discord.com/invite/dJtPetMdfb). \ No newline at end of file +Beyond gaming and collectibles, WAX is home to a **thriving meme coin ecosystem**, where tokens foster engaged communities and playful creativity. Whether building a game economy or launching the next viral trend, WAX provides the tools and infrastructure to succeed. + +WAX’s robust ecosystem supports web3 games like **Alien Worlds** and **Splinterlands**, with tools for creators, developers, and entrepreneurs. Built on a **delegated proof-of-stake (DPoS)** consensus mechanism, WAX delivers lightning-fast transactions and scalability to meet the growing demands of web3. + +The WAX community, driven by innovators like **[bountyblok](https://bountyblok.io)**, **[NFTHive](https://nfthive.io)**, and **[AtomicHub](https://wax.atomichub.io)**, has made creating, trading, and engaging with digital assets easier than ever. + +Ready to join the WAX ecosystem? **Visit [wax.io](https://wax.io)** and connect with the community on **[Twitter](https://go.wax.io/Twitter)** and **[Discord](https://go.wax.io/discord)**. diff --git a/docs/en/learn/about-wax/what-is-waxp-token.md b/docs/en/learn/about-wax/what-is-waxp-token.md index 6b0f375a..52f95d01 100644 --- a/docs/en/learn/about-wax/what-is-waxp-token.md +++ b/docs/en/learn/about-wax/what-is-waxp-token.md @@ -3,29 +3,23 @@ title: What is the WAXP token? order: 4 --- -# What is the WAXP token? +# What is the WAXP Token? -$WAXP is the native token of the WAX blockchain. WAXP enables you to start collecting NFTs and participate in the global WAX ecosystem. +WAXP is the native token of the WAX blockchain, powering everything from NFT trades to staking rewards. Whether you're swapping collectibles, earning through staking, or having a say in governance, WAXP is the key to unlocking WAX's web3 ecosystem. -Utility and Functions of the WAXP Token: -Transaction Fees: The WAXP token serves as the primary medium of exchange for transaction fees within the WAX ecosystem. Whether it's trading digital assets, participating in marketplace activities, or engaging in decentralized applications (dApps), users utilize WAXP tokens to facilitate transactions while enjoying the efficiency and speed of the blockchain. +## What Can You Do With WAXP? -Staking: WAXP holders can participate in staking, which involves locking their tokens for a specified period to support the network's security and integrity. By staking WAXP tokens, participants contribute to block production and consensus, earning rewards in return for their contribution. +- **Fuel Transactions:** WAXP keeps the ecosystem running, covering fees for trading, dApps, and marketplace activities with speed and efficiency. +- **Stake and Earn:** Lock your WAXP to help secure the network and earn rewards. It's a simple way to make your tokens work for you. +- **Shape the Future:** Vote on block producers, upgrades, and community initiatives. Holding WAXP means having a voice in WAX’s direction. -Voting and Governance: WAXP token holders have the power to shape the future of the platform through voting and governance activities. They can vote for block producers, validators, or participate in important decision-making processes related to network upgrades, protocol changes, and community initiatives. This democratic approach ensures a decentralized governance structure and empowers token holders to actively participate in the platform's development. +## Benefits for WAXP Holders -## Tokenomics Mechanisms: +- **Rewards for Participation:** Earn WAXP by staking or voting—your engagement is rewarded. +- **Community Influence:** With WAXP, you’re part of a decentralized decision-making process, ensuring the platform grows with the community's needs. -The WAX blockchain has introduced a new tokenomic model that combines the growth of non-fungible tokens (NFTs) with the monetization capabilities of decentralized finance (DeFi). The WAXP token, the native cryptocurrency of the WAX blockchain, plays a crucial role in this model. The new tokenomic model involves linking the economic value generated from NFT activity on the WAX blockchain to the Ethereum DeFi ecosystem. By leveraging the strengths of each blockchain, WAX aims to create a leading NFT collectible market experience. +## Your Ticket to the WAX Ecosystem -The WAXP token facilitates NFT transactions and is no longer burned when converting into WAXE. Instead, the deflationary mechanism is now based on burning 20% of accrued economic activity fees. WAXP holders can stake their tokens and participate in the WAX DeFi ecosystem, earning rewards and contributing to network security. The WAXP-ETH Bridge allows for the seamless transfer of value between the WAX blockchain and Ethereum, leveraging Ethereum's position as the monetary hub for various blockchains. With this tokenomic model, WAX aims to provide sustainable value to stakers and capitalize on the potential of the NFT market, positioning itself as the go-to NFT platform. +From gaming to meme coins and everything in between, WAXP connects you to a blockchain built for creators, collectors, and innovators. Ready to explore WAX? -Read [more here](https://medium.com/wax-io/coming-to-wax-a-new-wax-tokenomic-model-cd0616a069e9). - -## Benefits for Token Holders: - -Rewards: WAXP token holders who actively participate in staking or voting may receive rewards in the form of additional WAXP tokens. These rewards incentivize long-term commitment, network participation, and contribute to the token holder's overall stake. - -Governance Influence: Holding WAXP tokens grants individuals the power to influence the governance and decision-making processes within the WAX ecosystem. Token holders can actively shape the direction of the platform, ensuring their voices are heard and their interests are represented. - -The WAXP token serves as the backbone of the WAX blockchain, powering its vibrant ecosystem and enabling a wide range of activities. From transaction fees to staking, voting, and governance, the WAXP token empowers users to actively participate, shape the platform's future, and enjoy the benefits of network engagement. With carefully designed tokenomics, distribution mechanisms, and potential incentives for token holders, WAXP offers a compelling value proposition for those seeking to be part of a thriving and decentralized digital asset ecosystem. +Learn more in the **[WAX Tokenomics Blog](https://medium.com/wax-io/coming-to-wax-a-new-wax-tokenomic-model-cd0616a069e9)**. diff --git a/docs/en/learn/about-wax/why-wax.md b/docs/en/learn/about-wax/why-wax.md index 129d7641..c75112af 100644 --- a/docs/en/learn/about-wax/why-wax.md +++ b/docs/en/learn/about-wax/why-wax.md @@ -5,27 +5,34 @@ order: 2 # Why WAX? -In the rapidly evolving world of digital assets and NFTs, one platform stands out as a game-changer: WAX. With its unique value proposition and array of benefits, WAX has become the go-to platform for individuals and businesses seeking a secure, user-friendly, and vibrant ecosystem for digital asset creation, trading, and community engagement. +WAX is **The Everything Chain**, empowering creators, collectors, and businesses to thrive in the digital asset space. With its scalable, user-friendly blockchain and a vibrant community, WAX delivers everything you need to build, trade, and innovate in web3. -## User-Friendly Infrastructure: +## Seamless for Everyone -WAX prides itself on providing a seamless and intuitive user experience. Whether you're a seasoned crypto enthusiast or just starting your digital asset journey, WAX offers an accessible and easy-to-navigate platform. Its user-friendly interface simplifies the process of creating, trading, and owning digital assets, making it inclusive and appealing to a wide range of users. +WAX eliminates the technical headaches of blockchain with tools like the **[WAX Cloud Wallet](https://www.mycloudwallet.com)**, making it easy for anyone to create, trade, and own digital assets. Whether you’re an NFT creator, a web3 developer, or a first-time collector, WAX keeps things simple. -## Scalability and No Transaction Fees: +## Fast, Scalable, and No Fees -One of the key advantages of WAX is its remarkable scalability. With its high throughput of ~10K transactions per second,, the platform can handle a significant volume of transactions, ensuring a smooth and efficient trading experience. Moreover, WAX boasts impressively low transaction fees, making it cost-effective for users to engage in digital asset transactions, even with high-value assets. +Built to handle high demand, WAX processes **up to 10,000 transactions per second** with **no transaction fees**. It’s a platform designed to support high-volume trading, NFT minting, and game economies—all without breaking a sweat. -## Thriving Community: +## A Thriving Community -WAX is more than just a platform; it's a bustling community of digital asset enthusiasts, collectors, and creators. The platform has fostered a large and active community that shares a passion for NFTs and digital collectibles. By joining WAX, you gain access to a vibrant network of like-minded individuals, opening doors to collaborations, partnerships, and invaluable connections in the digital asset space. -The WAX team takes pride in collaborating with community members to offer support for their cherished projects. They actively engage by hosting Twitter Spaces dedicated to individual projects and collaborating on marketing efforts, including featuring banners on various product lines like Cloud Wallet, publishing blogs written by the project members themselves,, as well as providing retweets and Discord announcements. If you have a project you'd like to discuss or seek assistance with, don't hesitate to reach out to the WAX team. They are eager to connect and support the community's endeavors. +WAX isn’t just a blockchain; it’s a movement powered by an active community of developers, artists, and entrepreneurs. From hosting Twitter Spaces to featuring projects on the **WAX Cloud Wallet**, the WAX team works hand-in-hand with its community to amplify their success. Platforms like **[bountyblok](https://bountyblok.io)**, **[NFTHive](https://nfthive.io)**, and **[AtomicHub](https://wax.atomichub.io)** are just a few examples of how the community enriches the ecosystem. -## Specific Use Cases and Success Stories: +## Real Use Cases, Real Impact -The versatility of WAX is exemplified by its diverse range of use cases and success stories. Major brands such as NASCAR, AMC, FUNKO and Mattel have leveraged WAX to tokenize their assets and offer unique digital collectibles to their fan bases. The integration of WAX's vIRLs® technology, linking NFTs to physical products, has enabled consumer product companies to revolutionize their engagement with customers. Success stories like these highlight the immense value and innovation that WAX brings to the digital asset landscape.: -WAX is much more than a blockchain platform; it's a catalyst for creativity, innovation, and community engagement in the world of digital assets. With its user-friendly infrastructure, scalability, low transaction fees, and thriving community, WAX offers a unique value proposition that is hard to match. Whether you're an individual looking to explore the world of NFTs or a business seeking to leverage the power of digital assets, WAX provides the perfect ecosystem to unlock new possibilities and thrive in this rapidly expanding market. Join WAX today and embark on an exciting journey into the future of digital asset ownership and trading. +WAX powers some of the most exciting names in digital collectibles, including **NASCAR**, **AMC**, **Mattel**, and **FUNKO**. Its groundbreaking **vIRLs® technology** links digital assets to physical products, opening a new frontier in commerce. From gaming to tokenized experiences, WAX provides the infrastructure for success stories big and small. +## Bridging Ecosystems -:::tip -The specific use cases and success stories mentioned in this blog are based on real examples, but the list is not exhaustive. Feel free to research and add more specific use cases or success stories based on the latest information available. +WAX’s **multi-chain capabilities** extend its reach far beyond its network. Tools like the WAX Bridge allow seamless token and NFT transfers across chains, while its thriving **meme coin ecosystem** ensures something for everyone—from serious creators to those just looking to have fun. + +## Why Choose WAX? + +With hundreds of millions of transactions processed, a passionate community, and tools to support everything from gaming to token creation, WAX is the blockchain that delivers. Whether you’re here to build, trade, or connect, WAX is your gateway to the future of web3. + +Explore the ecosystem at **[wax.io](https://wax.io)**. + +:::tip Disclaimer +_The examples and figures mentioned above are based on real-world use cases and statistics. However, the WAX ecosystem is continuously evolving. We encourage readers to stay updated with the latest developments by exploring the **[WAX website](https://wax.io)** and official community channels._ ::: diff --git a/package-lock.json b/package-lock.json index 5335067a..2497428a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,8 +9,8 @@ "version": "0.3.0", "license": "UNLICENSED", "devDependencies": { - "sass": "^1.81.0", - "vitepress": "^1.5.0", + "sass": "^1.83.4", + "vitepress": "^1.6.1", "vitepress-plugin-theme-override": "^0.1.0", "vue": "^3.5.13" }, @@ -26,6 +26,7 @@ "resolved": "https://registry.npmjs.org/@algolia/autocomplete-core/-/autocomplete-core-1.17.7.tgz", "integrity": "sha512-BjiPOW6ks90UKl7TwMv7oNQMnzU+t/wk9mgIDi6b1tXpUek7MW0lbNOUHpvam9pe3lVCf4xPFT+lK7s+e+fs7Q==", "dev": true, + "license": "MIT", "dependencies": { "@algolia/autocomplete-plugin-algolia-insights": "1.17.7", "@algolia/autocomplete-shared": "1.17.7" @@ -36,6 +37,7 @@ "resolved": "https://registry.npmjs.org/@algolia/autocomplete-plugin-algolia-insights/-/autocomplete-plugin-algolia-insights-1.17.7.tgz", "integrity": "sha512-Jca5Ude6yUOuyzjnz57og7Et3aXjbwCSDf/8onLHSQgw1qW3ALl9mrMWaXb5FmPVkV3EtkD2F/+NkT6VHyPu9A==", "dev": true, + "license": "MIT", "dependencies": { "@algolia/autocomplete-shared": "1.17.7" }, @@ -48,6 +50,7 @@ "resolved": "https://registry.npmjs.org/@algolia/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.17.7.tgz", "integrity": "sha512-ggOQ950+nwbWROq2MOCIL71RE0DdQZsceqrg32UqnhDz8FlO9rL8ONHNsI2R1MH0tkgVIDKI/D0sMiUchsFdWA==", "dev": true, + "license": "MIT", "dependencies": { "@algolia/autocomplete-shared": "1.17.7" }, @@ -61,186 +64,200 @@ "resolved": "https://registry.npmjs.org/@algolia/autocomplete-shared/-/autocomplete-shared-1.17.7.tgz", "integrity": "sha512-o/1Vurr42U/qskRSuhBH+VKxMvkkUVTLU6WZQr+L5lGZZLYWyhdzWjW0iGXY7EkwRTjBqvN2EsR81yCTGV/kmg==", "dev": true, + "license": "MIT", "peerDependencies": { "@algolia/client-search": ">= 4.9.1 < 6", "algoliasearch": ">= 4.9.1 < 6" } }, "node_modules/@algolia/client-abtesting": { - "version": "5.14.0", - "resolved": "https://registry.npmjs.org/@algolia/client-abtesting/-/client-abtesting-5.14.0.tgz", - "integrity": "sha512-HR4kbCmq4RO8vhafLrVcR11q3BvuPYA4o+Nn8hzJRgpDu2fauIlgIBgVDsoxaK90xuaPLSNdoT5tWXag+L8vCw==", + "version": "5.19.0", + "resolved": "https://registry.npmjs.org/@algolia/client-abtesting/-/client-abtesting-5.19.0.tgz", + "integrity": "sha512-dMHwy2+nBL0SnIsC1iHvkBao64h4z+roGelOz11cxrDBrAdASxLxmfVMop8gmodQ2yZSacX0Rzevtxa+9SqxCw==", "dev": true, + "license": "MIT", "dependencies": { - "@algolia/client-common": "5.14.0", - "@algolia/requester-browser-xhr": "5.14.0", - "@algolia/requester-fetch": "5.14.0", - "@algolia/requester-node-http": "5.14.0" + "@algolia/client-common": "5.19.0", + "@algolia/requester-browser-xhr": "5.19.0", + "@algolia/requester-fetch": "5.19.0", + "@algolia/requester-node-http": "5.19.0" }, "engines": { "node": ">= 14.0.0" } }, "node_modules/@algolia/client-analytics": { - "version": "5.14.0", - "resolved": "https://registry.npmjs.org/@algolia/client-analytics/-/client-analytics-5.14.0.tgz", - "integrity": "sha512-EnmouGUQdIvwmI8plglt3HP9hXwNNwCJshszfU/Hqi2n21//iwmWLmMb5gXDfiLhyMa6u8eya8c03QT79s3/tQ==", + "version": "5.19.0", + "resolved": "https://registry.npmjs.org/@algolia/client-analytics/-/client-analytics-5.19.0.tgz", + "integrity": "sha512-CDW4RwnCHzU10upPJqS6N6YwDpDHno7w6/qXT9KPbPbt8szIIzCHrva4O9KIfx1OhdsHzfGSI5hMAiOOYl4DEQ==", "dev": true, + "license": "MIT", "dependencies": { - "@algolia/client-common": "5.14.0", - "@algolia/requester-browser-xhr": "5.14.0", - "@algolia/requester-fetch": "5.14.0", - "@algolia/requester-node-http": "5.14.0" + "@algolia/client-common": "5.19.0", + "@algolia/requester-browser-xhr": "5.19.0", + "@algolia/requester-fetch": "5.19.0", + "@algolia/requester-node-http": "5.19.0" }, "engines": { "node": ">= 14.0.0" } }, "node_modules/@algolia/client-common": { - "version": "5.14.0", - "resolved": "https://registry.npmjs.org/@algolia/client-common/-/client-common-5.14.0.tgz", - "integrity": "sha512-xYaswEqv+mTeazOJV0PELs4LYXaETYGwlntQxvOTHsICaj1e+ylKeMr+C+ZvN74RpCRDoEN3a2n33bRU9/MHTw==", + "version": "5.19.0", + "resolved": "https://registry.npmjs.org/@algolia/client-common/-/client-common-5.19.0.tgz", + "integrity": "sha512-2ERRbICHXvtj5kfFpY5r8qu9pJII/NAHsdgUXnUitQFwPdPL7wXiupcvZJC7DSntOnE8AE0lM7oDsPhrJfj5nQ==", "dev": true, + "license": "MIT", "engines": { "node": ">= 14.0.0" } }, "node_modules/@algolia/client-insights": { - "version": "5.14.0", - "resolved": "https://registry.npmjs.org/@algolia/client-insights/-/client-insights-5.14.0.tgz", - "integrity": "sha512-1dWxjTmpNCgLWLl6GSAaOACs55JvioAIdno7jvq7KVfpLLXehHaSaiij8ssbbIM8HqHZPwC8ShaUHtSt2jLdBg==", + "version": "5.19.0", + "resolved": "https://registry.npmjs.org/@algolia/client-insights/-/client-insights-5.19.0.tgz", + "integrity": "sha512-xPOiGjo6I9mfjdJO7Y+p035aWePcbsItizIp+qVyfkfZiGgD+TbNxM12g7QhFAHIkx/mlYaocxPY/TmwPzTe+A==", "dev": true, + "license": "MIT", "dependencies": { - "@algolia/client-common": "5.14.0", - "@algolia/requester-browser-xhr": "5.14.0", - "@algolia/requester-fetch": "5.14.0", - "@algolia/requester-node-http": "5.14.0" + "@algolia/client-common": "5.19.0", + "@algolia/requester-browser-xhr": "5.19.0", + "@algolia/requester-fetch": "5.19.0", + "@algolia/requester-node-http": "5.19.0" }, "engines": { "node": ">= 14.0.0" } }, "node_modules/@algolia/client-personalization": { - "version": "5.14.0", - "resolved": "https://registry.npmjs.org/@algolia/client-personalization/-/client-personalization-5.14.0.tgz", - "integrity": "sha512-HDOYm38nUwflxaemKrxlV91pYg3L9JkmLnuSQCJ7bzivqP+aBTZ8mGRvanFzwayNMRZWLuGsstJMpGET6FYaDQ==", + "version": "5.19.0", + "resolved": "https://registry.npmjs.org/@algolia/client-personalization/-/client-personalization-5.19.0.tgz", + "integrity": "sha512-B9eoce/fk8NLboGje+pMr72pw+PV7c5Z01On477heTZ7jkxoZ4X92dobeGuEQop61cJ93Gaevd1of4mBr4hu2A==", "dev": true, + "license": "MIT", "dependencies": { - "@algolia/client-common": "5.14.0", - "@algolia/requester-browser-xhr": "5.14.0", - "@algolia/requester-fetch": "5.14.0", - "@algolia/requester-node-http": "5.14.0" + "@algolia/client-common": "5.19.0", + "@algolia/requester-browser-xhr": "5.19.0", + "@algolia/requester-fetch": "5.19.0", + "@algolia/requester-node-http": "5.19.0" }, "engines": { "node": ">= 14.0.0" } }, "node_modules/@algolia/client-query-suggestions": { - "version": "5.14.0", - "resolved": "https://registry.npmjs.org/@algolia/client-query-suggestions/-/client-query-suggestions-5.14.0.tgz", - "integrity": "sha512-yDPf3E3MS2RUg1br7r1+PEqKOxUftxjLLtD35yW9voZ9oV45XZnAPnHCqgmyzjcK5/dM1dzXHhmZGf4VbjYn7Q==", + "version": "5.19.0", + "resolved": "https://registry.npmjs.org/@algolia/client-query-suggestions/-/client-query-suggestions-5.19.0.tgz", + "integrity": "sha512-6fcP8d4S8XRDtVogrDvmSM6g5g6DndLc0pEm1GCKe9/ZkAzCmM3ZmW1wFYYPxdjMeifWy1vVEDMJK7sbE4W7MA==", "dev": true, + "license": "MIT", "dependencies": { - "@algolia/client-common": "5.14.0", - "@algolia/requester-browser-xhr": "5.14.0", - "@algolia/requester-fetch": "5.14.0", - "@algolia/requester-node-http": "5.14.0" + "@algolia/client-common": "5.19.0", + "@algolia/requester-browser-xhr": "5.19.0", + "@algolia/requester-fetch": "5.19.0", + "@algolia/requester-node-http": "5.19.0" }, "engines": { "node": ">= 14.0.0" } }, "node_modules/@algolia/client-search": { - "version": "5.14.0", - "resolved": "https://registry.npmjs.org/@algolia/client-search/-/client-search-5.14.0.tgz", - "integrity": "sha512-x5/GVLDyGad8aiWA/vfj8X4NXOZ3FlwXw/gb7t+Mxo3O0g3VxSFQdyrZ8Oduv/Y/Y8cxMVEOx1u3Azs6tlSZbg==", + "version": "5.19.0", + "resolved": "https://registry.npmjs.org/@algolia/client-search/-/client-search-5.19.0.tgz", + "integrity": "sha512-Ctg3xXD/1VtcwmkulR5+cKGOMj4r0wC49Y/KZdGQcqpydKn+e86F6l3tb3utLJQVq4lpEJud6kdRykFgcNsp8Q==", "dev": true, + "license": "MIT", "dependencies": { - "@algolia/client-common": "5.14.0", - "@algolia/requester-browser-xhr": "5.14.0", - "@algolia/requester-fetch": "5.14.0", - "@algolia/requester-node-http": "5.14.0" + "@algolia/client-common": "5.19.0", + "@algolia/requester-browser-xhr": "5.19.0", + "@algolia/requester-fetch": "5.19.0", + "@algolia/requester-node-http": "5.19.0" }, "engines": { "node": ">= 14.0.0" } }, "node_modules/@algolia/ingestion": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@algolia/ingestion/-/ingestion-1.14.0.tgz", - "integrity": "sha512-HU9AoZDFMEIT/+xzIa9l1XkPRTH7S0jWbYWrNkeb/62TxQFvL5x/XYEa6Yf/WCFU6Qa0W+ivua8NDzxL15NVGQ==", + "version": "1.19.0", + "resolved": "https://registry.npmjs.org/@algolia/ingestion/-/ingestion-1.19.0.tgz", + "integrity": "sha512-LO7w1MDV+ZLESwfPmXkp+KLeYeFrYEgtbCZG6buWjddhYraPQ9MuQWLhLLiaMlKxZ/sZvFTcZYuyI6Jx4WBhcg==", "dev": true, + "license": "MIT", "dependencies": { - "@algolia/client-common": "5.14.0", - "@algolia/requester-browser-xhr": "5.14.0", - "@algolia/requester-fetch": "5.14.0", - "@algolia/requester-node-http": "5.14.0" + "@algolia/client-common": "5.19.0", + "@algolia/requester-browser-xhr": "5.19.0", + "@algolia/requester-fetch": "5.19.0", + "@algolia/requester-node-http": "5.19.0" }, "engines": { "node": ">= 14.0.0" } }, "node_modules/@algolia/monitoring": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/@algolia/monitoring/-/monitoring-1.14.0.tgz", - "integrity": "sha512-tGKip5Dvusw8z4ajIJBBYxdPUOGIqV1CGat55eCaAmX97Oko2adIOq9MKvdC3d7SMuQt3j28QIHpV6wvihnsKA==", + "version": "1.19.0", + "resolved": "https://registry.npmjs.org/@algolia/monitoring/-/monitoring-1.19.0.tgz", + "integrity": "sha512-Mg4uoS0aIKeTpu6iv6O0Hj81s8UHagi5TLm9k2mLIib4vmMtX7WgIAHAcFIaqIZp5D6s5EVy1BaDOoZ7buuJHA==", "dev": true, + "license": "MIT", "dependencies": { - "@algolia/client-common": "5.14.0", - "@algolia/requester-browser-xhr": "5.14.0", - "@algolia/requester-fetch": "5.14.0", - "@algolia/requester-node-http": "5.14.0" + "@algolia/client-common": "5.19.0", + "@algolia/requester-browser-xhr": "5.19.0", + "@algolia/requester-fetch": "5.19.0", + "@algolia/requester-node-http": "5.19.0" }, "engines": { "node": ">= 14.0.0" } }, "node_modules/@algolia/recommend": { - "version": "5.14.0", - "resolved": "https://registry.npmjs.org/@algolia/recommend/-/recommend-5.14.0.tgz", - "integrity": "sha512-wXOWFG4L0Y/EyWKuDXQA7FoB7Ukuss+O8zaxZSlla4h19UGWak+22RcZ2eDFoAhVOJxC8RoLg9opMfDbZtPW9Q==", + "version": "5.19.0", + "resolved": "https://registry.npmjs.org/@algolia/recommend/-/recommend-5.19.0.tgz", + "integrity": "sha512-PbgrMTbUPlmwfJsxjFhal4XqZO2kpBNRjemLVTkUiti4w/+kzcYO4Hg5zaBgVqPwvFDNQ8JS4SS3TBBem88u+g==", "dev": true, + "license": "MIT", "dependencies": { - "@algolia/client-common": "5.14.0", - "@algolia/requester-browser-xhr": "5.14.0", - "@algolia/requester-fetch": "5.14.0", - "@algolia/requester-node-http": "5.14.0" + "@algolia/client-common": "5.19.0", + "@algolia/requester-browser-xhr": "5.19.0", + "@algolia/requester-fetch": "5.19.0", + "@algolia/requester-node-http": "5.19.0" }, "engines": { "node": ">= 14.0.0" } }, "node_modules/@algolia/requester-browser-xhr": { - "version": "5.14.0", - "resolved": "https://registry.npmjs.org/@algolia/requester-browser-xhr/-/requester-browser-xhr-5.14.0.tgz", - "integrity": "sha512-5zk1sol+WTDskAx1AMBGGDChCVBHuPTmclGZO844/ljqH7AcJpkFnfUeAMXfx2m4tW3Ax+M+uaC+XjVoQRb9Hg==", + "version": "5.19.0", + "resolved": "https://registry.npmjs.org/@algolia/requester-browser-xhr/-/requester-browser-xhr-5.19.0.tgz", + "integrity": "sha512-GfnhnQBT23mW/VMNs7m1qyEyZzhZz093aY2x8p0era96MMyNv8+FxGek5pjVX0b57tmSCZPf4EqNCpkGcGsmbw==", "dev": true, + "license": "MIT", "dependencies": { - "@algolia/client-common": "5.14.0" + "@algolia/client-common": "5.19.0" }, "engines": { "node": ">= 14.0.0" } }, "node_modules/@algolia/requester-fetch": { - "version": "5.14.0", - "resolved": "https://registry.npmjs.org/@algolia/requester-fetch/-/requester-fetch-5.14.0.tgz", - "integrity": "sha512-B9grYSKH34UlJPkUdds14I/m8Yp7/a4PbqRuZsrP1L4kBW2FGinMtpQOK3N6gEy8YkVNA1iKlTC24yro8z8a8A==", + "version": "5.19.0", + "resolved": "https://registry.npmjs.org/@algolia/requester-fetch/-/requester-fetch-5.19.0.tgz", + "integrity": "sha512-oyTt8ZJ4T4fYvW5avAnuEc6Laedcme9fAFryMD9ndUTIUe/P0kn3BuGcCLFjN3FDmdrETHSFkgPPf1hGy3sLCw==", "dev": true, + "license": "MIT", "dependencies": { - "@algolia/client-common": "5.14.0" + "@algolia/client-common": "5.19.0" }, "engines": { "node": ">= 14.0.0" } }, "node_modules/@algolia/requester-node-http": { - "version": "5.14.0", - "resolved": "https://registry.npmjs.org/@algolia/requester-node-http/-/requester-node-http-5.14.0.tgz", - "integrity": "sha512-2EPhRqbxWzrsSXX0/70jIGtjQTj8VILi+uqmgBweyQIzCNlGoNbyMs+E7iwHVtUSrE/9IDd8rrewkVHOI6h2IQ==", + "version": "5.19.0", + "resolved": "https://registry.npmjs.org/@algolia/requester-node-http/-/requester-node-http-5.19.0.tgz", + "integrity": "sha512-p6t8ue0XZNjcRiqNkb5QAM0qQRAKsCiebZ6n9JjWA+p8fWf8BvnhO55y2fO28g3GW0Imj7PrAuyBuxq8aDVQwQ==", "dev": true, + "license": "MIT", "dependencies": { - "@algolia/client-common": "5.14.0" + "@algolia/client-common": "5.19.0" }, "engines": { "node": ">= 14.0.0" @@ -293,31 +310,34 @@ } }, "node_modules/@docsearch/css": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/@docsearch/css/-/css-3.8.0.tgz", - "integrity": "sha512-pieeipSOW4sQ0+bE5UFC51AOZp9NGxg89wAlZ1BAQFaiRAGK1IKUaPQ0UGZeNctJXyqZ1UvBtOQh2HH+U5GtmA==", - "dev": true + "version": "3.8.2", + "resolved": "https://registry.npmjs.org/@docsearch/css/-/css-3.8.2.tgz", + "integrity": "sha512-y05ayQFyUmCXze79+56v/4HpycYF3uFqB78pLPrSV5ZKAlDuIAAJNhaRi8tTdRNXh05yxX/TyNnzD6LwSM89vQ==", + "dev": true, + "license": "MIT" }, "node_modules/@docsearch/js": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/@docsearch/js/-/js-3.8.0.tgz", - "integrity": "sha512-PVuV629f5UcYRtBWqK7ID6vNL5647+2ADJypwTjfeBIrJfwPuHtzLy39hMGMfFK+0xgRyhTR0FZ83EkdEraBlg==", + "version": "3.8.2", + "resolved": "https://registry.npmjs.org/@docsearch/js/-/js-3.8.2.tgz", + "integrity": "sha512-Q5wY66qHn0SwA7Taa0aDbHiJvaFJLOJyHmooQ7y8hlwwQLQ/5WwCcoX0g7ii04Qi2DJlHsd0XXzJ8Ypw9+9YmQ==", "dev": true, + "license": "MIT", "dependencies": { - "@docsearch/react": "3.8.0", + "@docsearch/react": "3.8.2", "preact": "^10.0.0" } }, "node_modules/@docsearch/react": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/@docsearch/react/-/react-3.8.0.tgz", - "integrity": "sha512-WnFK720+iwTVt94CxY3u+FgX6exb3BfN5kE9xUY6uuAH/9W/UFboBZFLlrw/zxFRHoHZCOXRtOylsXF+6LHI+Q==", + "version": "3.8.2", + "resolved": "https://registry.npmjs.org/@docsearch/react/-/react-3.8.2.tgz", + "integrity": "sha512-xCRrJQlTt8N9GU0DG4ptwHRkfnSnD/YpdeaXe02iKfqs97TkZJv60yE+1eq/tjPcVnTW8dP5qLP7itifFVV5eg==", "dev": true, + "license": "MIT", "dependencies": { "@algolia/autocomplete-core": "1.17.7", "@algolia/autocomplete-preset-algolia": "1.17.7", - "@docsearch/css": "3.8.0", - "algoliasearch": "^5.12.0" + "@docsearch/css": "3.8.2", + "algoliasearch": "^5.14.2" }, "peerDependencies": { "@types/react": ">= 16.8.0 < 19.0.0", @@ -357,10 +377,11 @@ } }, "node_modules/@iconify-json/simple-icons": { - "version": "1.2.11", - "resolved": "https://registry.npmjs.org/@iconify-json/simple-icons/-/simple-icons-1.2.11.tgz", - "integrity": "sha512-AHCGDtBRqP+JzAbBzgO8uN/08CXxEmuaC6lQQZ3b5burKhRU12AJnJczwbUw2K5Mb/U85EpSUNhYMG3F28b8NA==", + "version": "1.2.21", + "resolved": "https://registry.npmjs.org/@iconify-json/simple-icons/-/simple-icons-1.2.21.tgz", + "integrity": "sha512-aqbIuVshMZ2fNEhm25//9DoKudboXF3CpoEQJJlHl9gVSVNOTr4cgaCIZvgSEYmys2HHEfmhcpoZIhoEFZS8SQ==", "dev": true, + "license": "CC0-1.0", "dependencies": { "@iconify/types": "*" } @@ -369,7 +390,8 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/@iconify/types/-/types-2.0.0.tgz", "integrity": "sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@isaacs/cliui": { "version": "8.0.2", @@ -684,64 +706,91 @@ ] }, "node_modules/@shikijs/core": { - "version": "1.23.0", - "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-1.23.0.tgz", - "integrity": "sha512-J4Fo22oBlfRHAXec+1AEzcowv+Qdf4ZQkuP/X/UHYH9+KA9LvyFXSXyS+HxuBRFfon+u7bsmKdRBjoZlbDVRkQ==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-2.0.3.tgz", + "integrity": "sha512-dhbLagx1As0BmaNGUTxJ/qshb4MPyKYIvjCcd7y1utDToebUS4BZI3FH+WVCJF3/VwWWKOhuzX4lgjOb7qtSjQ==", "dev": true, + "license": "MIT", "dependencies": { - "@shikijs/engine-javascript": "1.23.0", - "@shikijs/engine-oniguruma": "1.23.0", - "@shikijs/types": "1.23.0", - "@shikijs/vscode-textmate": "^9.3.0", + "@shikijs/engine-javascript": "2.0.3", + "@shikijs/engine-oniguruma": "2.0.3", + "@shikijs/types": "2.0.3", + "@shikijs/vscode-textmate": "^10.0.1", "@types/hast": "^3.0.4", - "hast-util-to-html": "^9.0.3" + "hast-util-to-html": "^9.0.4" } }, "node_modules/@shikijs/engine-javascript": { - "version": "1.23.0", - "resolved": "https://registry.npmjs.org/@shikijs/engine-javascript/-/engine-javascript-1.23.0.tgz", - "integrity": "sha512-CcrppseWShG+8Efp1iil9divltuXVdCaU4iu+CKvzTGZO5RmXyAiSx668M7VbX8+s/vt1ZKu75Vn/jWi8O3G/Q==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@shikijs/engine-javascript/-/engine-javascript-2.0.3.tgz", + "integrity": "sha512-GMmfP8xEmUl0H7RXo4VTFYqAWzAADtlghA9perlm6mzuo0n/Ih+owh57ZLWBMMe/N1TUMis4SGJRvx31HtK3jg==", "dev": true, + "license": "MIT", "dependencies": { - "@shikijs/types": "1.23.0", - "@shikijs/vscode-textmate": "^9.3.0", - "oniguruma-to-es": "0.1.2" + "@shikijs/types": "2.0.3", + "@shikijs/vscode-textmate": "^10.0.1", + "oniguruma-to-es": "^2.2.0" } }, "node_modules/@shikijs/engine-oniguruma": { - "version": "1.23.0", - "resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-1.23.0.tgz", - "integrity": "sha512-gS8bZLqVvmZXX+E5JUMJICsBp+kx6gj79MH/UEpKHKIqnUzppgbmEn6zLa6mB5D+sHse2gFei3YYJxQe1EzZXQ==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-2.0.3.tgz", + "integrity": "sha512-MicRzo0aNaS18yXBnXjYFLnzi5Sh3NUHtm/WXzavtpGiWd75gRdZsZDMceeFyTL9MMy9iGifK2JePXY5dlZHIA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@shikijs/types": "2.0.3", + "@shikijs/vscode-textmate": "^10.0.1" + } + }, + "node_modules/@shikijs/langs": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@shikijs/langs/-/langs-2.0.3.tgz", + "integrity": "sha512-L+QcwH6tjVY21xDxe3etR+C+33mAbkyQVvUIsszwnQrRVI54r7VPNTMVWR4EbZfPFwWmwLCoO83V5YiBWusvVg==", "dev": true, + "license": "MIT", "dependencies": { - "@shikijs/types": "1.23.0", - "@shikijs/vscode-textmate": "^9.3.0" + "@shikijs/types": "2.0.3" + } + }, + "node_modules/@shikijs/themes": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@shikijs/themes/-/themes-2.0.3.tgz", + "integrity": "sha512-NFnArltjzmYAssn1SLIFlKX9HJEL9K12z0uBB0tg579hW6UHIXwfd+AhsaB/+cXYLix2YuN5uEPJpqtRN2zi0A==", + "dev": true, + "license": "MIT", + "dependencies": { + "@shikijs/types": "2.0.3" } }, "node_modules/@shikijs/transformers": { - "version": "1.23.0", - "resolved": "https://registry.npmjs.org/@shikijs/transformers/-/transformers-1.23.0.tgz", - "integrity": "sha512-YzQN+m8nXNZjI7ZRk+8IdFa13qiOqIqjcm4jIQ31RzgMoHtpd9Ruma1hssnt2ETH3ixr8HEh+0zAuB9w/OBfnw==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@shikijs/transformers/-/transformers-2.0.3.tgz", + "integrity": "sha512-Y5qmHA2LyoXccq6IPP5AeGqialn54ZORPBxbyNH+NEbCaw1nTCCy+Tfm3idRkqYLZOw0yq+0MUSDWbGezHksow==", "dev": true, + "license": "MIT", "dependencies": { - "shiki": "1.23.0" + "@shikijs/core": "2.0.3", + "@shikijs/types": "2.0.3" } }, "node_modules/@shikijs/types": { - "version": "1.23.0", - "resolved": "https://registry.npmjs.org/@shikijs/types/-/types-1.23.0.tgz", - "integrity": "sha512-HiwzsihRao+IbPk7FER/EQT/D0dEEK3n5LAtHDzL5iRT+JMblA7y9uitUnjEnHeLkKigNM+ZplrP7MuEyyc5kA==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@shikijs/types/-/types-2.0.3.tgz", + "integrity": "sha512-jyP6NMdWkbBpEn3WqqH8TCfkzE52/hS7msKGJAvxcwyQQah7+hU8x7ejFhCVoxrBaW001v+ID4zl3wspcDSaaw==", "dev": true, + "license": "MIT", "dependencies": { - "@shikijs/vscode-textmate": "^9.3.0", + "@shikijs/vscode-textmate": "^10.0.1", "@types/hast": "^3.0.4" } }, "node_modules/@shikijs/vscode-textmate": { - "version": "9.3.0", - "resolved": "https://registry.npmjs.org/@shikijs/vscode-textmate/-/vscode-textmate-9.3.0.tgz", - "integrity": "sha512-jn7/7ky30idSkd/O5yDBfAnVt+JJpepofP/POZ1iMOxK59cOfqIgg/Dj0eFsjOTMw+4ycJN0uhZH/Eb0bs/EUA==", - "dev": true + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/@shikijs/vscode-textmate/-/vscode-textmate-10.0.1.tgz", + "integrity": "sha512-fTIQwLF+Qhuws31iw7Ncl1R3HUDtGwIipiJ9iU+UsDUwMhegFcQKQHd51nZjb7CArq0MvON8rbgCGQYWHUKAdg==", + "dev": true, + "license": "MIT" }, "node_modules/@types/estree": { "version": "1.0.6", @@ -754,6 +803,7 @@ "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz", "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==", "dev": true, + "license": "MIT", "dependencies": { "@types/unist": "*" } @@ -779,6 +829,7 @@ "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.4.tgz", "integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==", "dev": true, + "license": "MIT", "dependencies": { "@types/unist": "*" } @@ -793,30 +844,34 @@ "version": "3.0.3", "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.3.tgz", "integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@types/web-bluetooth": { "version": "0.0.20", "resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.20.tgz", "integrity": "sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@ungap/structured-clone": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz", - "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==", - "dev": true + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.1.tgz", + "integrity": "sha512-fEzPV3hSkSMltkw152tJKNARhOupqbH96MZWyRjNaYZOMIzbrTeQDG+MTc6Mr2pgzFQzFxAfmhGDNP5QK++2ZA==", + "dev": true, + "license": "ISC" }, "node_modules/@vitejs/plugin-vue": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-5.2.0.tgz", - "integrity": "sha512-7n7KdUEtx/7Yl7I/WVAMZ1bEb0eVvXF3ummWTeLcs/9gvo9pJhuLdouSXGjdZ/MKD1acf1I272+X0RMua4/R3g==", + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-5.2.1.tgz", + "integrity": "sha512-cxh314tzaWwOLqVes2gnnCtvBDcM1UMdn+iFR+UjAn411dPT3tOmqrJjbMd7koZpMAmBM/GqeV4n9ge7JSiJJQ==", "dev": true, + "license": "MIT", "engines": { "node": "^18.0.0 || >=20.0.0" }, "peerDependencies": { - "vite": "^5.0.0", + "vite": "^5.0.0 || ^6.0.0", "vue": "^3.2.25" } }, @@ -871,21 +926,23 @@ } }, "node_modules/@vue/devtools-api": { - "version": "7.6.4", - "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-7.6.4.tgz", - "integrity": "sha512-5AaJ5ELBIuevmFMZYYLuOO9HUuY/6OlkOELHE7oeDhy4XD/hSODIzktlsvBOsn+bto3aD0psj36LGzwVu5Ip8w==", + "version": "7.7.0", + "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-7.7.0.tgz", + "integrity": "sha512-bHEv6kT85BHtyGgDhE07bAUMAy7zpv6nnR004nSTd0wWMrAOtcrYoXO5iyr20Hkf5jR8obQOfS3byW+I3l2CCA==", "dev": true, + "license": "MIT", "dependencies": { - "@vue/devtools-kit": "^7.6.4" + "@vue/devtools-kit": "^7.7.0" } }, "node_modules/@vue/devtools-kit": { - "version": "7.6.4", - "resolved": "https://registry.npmjs.org/@vue/devtools-kit/-/devtools-kit-7.6.4.tgz", - "integrity": "sha512-Zs86qIXXM9icU0PiGY09PQCle4TI750IPLmAJzW5Kf9n9t5HzSYf6Rz6fyzSwmfMPiR51SUKJh9sXVZu78h2QA==", + "version": "7.7.0", + "resolved": "https://registry.npmjs.org/@vue/devtools-kit/-/devtools-kit-7.7.0.tgz", + "integrity": "sha512-5cvZ+6SA88zKC8XiuxUfqpdTwVjJbvYnQZY5NReh7qlSGPvVDjjzyEtW+gdzLXNSd8tStgOjAdMCpvDQamUXtA==", "dev": true, + "license": "MIT", "dependencies": { - "@vue/devtools-shared": "^7.6.4", + "@vue/devtools-shared": "^7.7.0", "birpc": "^0.2.19", "hookable": "^5.5.3", "mitt": "^3.0.1", @@ -895,10 +952,11 @@ } }, "node_modules/@vue/devtools-shared": { - "version": "7.6.4", - "resolved": "https://registry.npmjs.org/@vue/devtools-shared/-/devtools-shared-7.6.4.tgz", - "integrity": "sha512-nD6CUvBEel+y7zpyorjiUocy0nh77DThZJ0k1GRnJeOmY3ATq2fWijEp7wk37gb023Cb0R396uYh5qMSBQ5WFg==", + "version": "7.7.0", + "resolved": "https://registry.npmjs.org/@vue/devtools-shared/-/devtools-shared-7.7.0.tgz", + "integrity": "sha512-jtlQY26R5thQxW9YQTpXbI0HoK0Wf9Rd4ekidOkRvSy7ChfK0kIU6vvcBtjj87/EcpeOSK49fZAicaFNJcoTcQ==", "dev": true, + "license": "MIT", "dependencies": { "rfdc": "^1.4.1" } @@ -954,55 +1012,31 @@ "dev": true }, "node_modules/@vueuse/core": { - "version": "11.2.0", - "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-11.2.0.tgz", - "integrity": "sha512-JIUwRcOqOWzcdu1dGlfW04kaJhW3EXnnjJJfLTtddJanymTL7lF1C0+dVVZ/siLfc73mWn+cGP1PE1PKPruRSA==", + "version": "12.4.0", + "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-12.4.0.tgz", + "integrity": "sha512-XnjQYcJwCsyXyIafyA6SvyN/OBtfPnjvJmbxNxQjCcyWD198urwm5TYvIUUyAxEAN0K7HJggOgT15cOlWFyLeA==", "dev": true, + "license": "MIT", "dependencies": { "@types/web-bluetooth": "^0.0.20", - "@vueuse/metadata": "11.2.0", - "@vueuse/shared": "11.2.0", - "vue-demi": ">=0.14.10" + "@vueuse/metadata": "12.4.0", + "@vueuse/shared": "12.4.0", + "vue": "^3.5.13" }, "funding": { "url": "https://github.com/sponsors/antfu" } }, - "node_modules/@vueuse/core/node_modules/vue-demi": { - "version": "0.14.10", - "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.10.tgz", - "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==", - "dev": true, - "hasInstallScript": true, - "bin": { - "vue-demi-fix": "bin/vue-demi-fix.js", - "vue-demi-switch": "bin/vue-demi-switch.js" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/antfu" - }, - "peerDependencies": { - "@vue/composition-api": "^1.0.0-rc.1", - "vue": "^3.0.0-0 || ^2.6.0" - }, - "peerDependenciesMeta": { - "@vue/composition-api": { - "optional": true - } - } - }, "node_modules/@vueuse/integrations": { - "version": "11.2.0", - "resolved": "https://registry.npmjs.org/@vueuse/integrations/-/integrations-11.2.0.tgz", - "integrity": "sha512-zGXz3dsxNHKwiD9jPMvR3DAxQEOV6VWIEYTGVSB9PNpk4pTWR+pXrHz9gvXWcP2sTk3W2oqqS6KwWDdntUvNVA==", + "version": "12.4.0", + "resolved": "https://registry.npmjs.org/@vueuse/integrations/-/integrations-12.4.0.tgz", + "integrity": "sha512-EZm+TLoZMeEwDnccnEqB54CvvcVKbVnJubOF380HqdyZAxWfQ8egnFCESdlXWEIbxFgjfhcGfZUvQx5Nqw9Ofw==", "dev": true, + "license": "MIT", "dependencies": { - "@vueuse/core": "11.2.0", - "@vueuse/shared": "11.2.0", - "vue-demi": ">=0.14.10" + "@vueuse/core": "12.4.0", + "@vueuse/shared": "12.4.0", + "vue": "^3.5.13" }, "funding": { "url": "https://github.com/sponsors/antfu" @@ -1060,98 +1094,49 @@ } } }, - "node_modules/@vueuse/integrations/node_modules/vue-demi": { - "version": "0.14.10", - "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.10.tgz", - "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==", - "dev": true, - "hasInstallScript": true, - "bin": { - "vue-demi-fix": "bin/vue-demi-fix.js", - "vue-demi-switch": "bin/vue-demi-switch.js" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/antfu" - }, - "peerDependencies": { - "@vue/composition-api": "^1.0.0-rc.1", - "vue": "^3.0.0-0 || ^2.6.0" - }, - "peerDependenciesMeta": { - "@vue/composition-api": { - "optional": true - } - } - }, "node_modules/@vueuse/metadata": { - "version": "11.2.0", - "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-11.2.0.tgz", - "integrity": "sha512-L0ZmtRmNx+ZW95DmrgD6vn484gSpVeRbgpWevFKXwqqQxW9hnSi2Ppuh2BzMjnbv4aJRiIw8tQatXT9uOB23dQ==", + "version": "12.4.0", + "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-12.4.0.tgz", + "integrity": "sha512-AhPuHs/qtYrKHUlEoNO6zCXufu8OgbR8S/n2oMw1OQuBQJ3+HOLQ+EpvXs+feOlZMa0p8QVvDWNlmcJJY8rW2g==", "dev": true, + "license": "MIT", "funding": { "url": "https://github.com/sponsors/antfu" } }, "node_modules/@vueuse/shared": { - "version": "11.2.0", - "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-11.2.0.tgz", - "integrity": "sha512-VxFjie0EanOudYSgMErxXfq6fo8vhr5ICI+BuE3I9FnX7ePllEsVrRQ7O6Q1TLgApeLuPKcHQxAXpP+KnlrJsg==", + "version": "12.4.0", + "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-12.4.0.tgz", + "integrity": "sha512-9yLgbHVIF12OSCojnjTIoZL1+UA10+O4E1aD6Hpfo/DKVm5o3SZIwz6CupqGy3+IcKI8d6Jnl26EQj/YucnW0Q==", "dev": true, + "license": "MIT", "dependencies": { - "vue-demi": ">=0.14.10" - }, - "funding": { - "url": "https://github.com/sponsors/antfu" - } - }, - "node_modules/@vueuse/shared/node_modules/vue-demi": { - "version": "0.14.10", - "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.10.tgz", - "integrity": "sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==", - "dev": true, - "hasInstallScript": true, - "bin": { - "vue-demi-fix": "bin/vue-demi-fix.js", - "vue-demi-switch": "bin/vue-demi-switch.js" - }, - "engines": { - "node": ">=12" + "vue": "^3.5.13" }, "funding": { "url": "https://github.com/sponsors/antfu" - }, - "peerDependencies": { - "@vue/composition-api": "^1.0.0-rc.1", - "vue": "^3.0.0-0 || ^2.6.0" - }, - "peerDependenciesMeta": { - "@vue/composition-api": { - "optional": true - } } }, "node_modules/algoliasearch": { - "version": "5.14.0", - "resolved": "https://registry.npmjs.org/algoliasearch/-/algoliasearch-5.14.0.tgz", - "integrity": "sha512-qr21NtvIkpptwj9z6W5guICK8yijXIGzw7Ka26zAPofnefofVXoXtuAopjtmk1ZKDu4YpACj38n9mgKKc5Zuhw==", - "dev": true, - "dependencies": { - "@algolia/client-abtesting": "5.14.0", - "@algolia/client-analytics": "5.14.0", - "@algolia/client-common": "5.14.0", - "@algolia/client-insights": "5.14.0", - "@algolia/client-personalization": "5.14.0", - "@algolia/client-query-suggestions": "5.14.0", - "@algolia/client-search": "5.14.0", - "@algolia/ingestion": "1.14.0", - "@algolia/monitoring": "1.14.0", - "@algolia/recommend": "5.14.0", - "@algolia/requester-browser-xhr": "5.14.0", - "@algolia/requester-fetch": "5.14.0", - "@algolia/requester-node-http": "5.14.0" + "version": "5.19.0", + "resolved": "https://registry.npmjs.org/algoliasearch/-/algoliasearch-5.19.0.tgz", + "integrity": "sha512-zrLtGhC63z3sVLDDKGW+SlCRN9eJHFTgdEmoAOpsVh6wgGL1GgTTDou7tpCBjevzgIvi3AIyDAQO3Xjbg5eqZg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@algolia/client-abtesting": "5.19.0", + "@algolia/client-analytics": "5.19.0", + "@algolia/client-common": "5.19.0", + "@algolia/client-insights": "5.19.0", + "@algolia/client-personalization": "5.19.0", + "@algolia/client-query-suggestions": "5.19.0", + "@algolia/client-search": "5.19.0", + "@algolia/ingestion": "1.19.0", + "@algolia/monitoring": "1.19.0", + "@algolia/recommend": "5.19.0", + "@algolia/requester-browser-xhr": "5.19.0", + "@algolia/requester-fetch": "5.19.0", + "@algolia/requester-node-http": "5.19.0" }, "engines": { "node": ">= 14.0.0" @@ -1192,6 +1177,7 @@ "resolved": "https://registry.npmjs.org/birpc/-/birpc-0.2.19.tgz", "integrity": "sha512-5WeXXAvTmitV1RqJFppT5QtUiz2p1mRSYU000Jkft5ZUCLJIk4uQriYNO50HknxKwM6jd8utNc66K1qGIwwWBQ==", "dev": true, + "license": "MIT", "funding": { "url": "https://github.com/sponsors/antfu" } @@ -1223,6 +1209,7 @@ "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz", "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==", "dev": true, + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -1233,6 +1220,7 @@ "resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz", "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==", "dev": true, + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -1243,6 +1231,7 @@ "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz", "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==", "dev": true, + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -1286,6 +1275,7 @@ "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz", "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==", "dev": true, + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -1296,6 +1286,7 @@ "resolved": "https://registry.npmjs.org/copy-anything/-/copy-anything-3.0.5.tgz", "integrity": "sha512-yCEafptTtb4bk7GLEQoM8KVJpxAfdBJYaXyzQEgQQQgYrZiDp8SJmGKlYza6CYjEDNstAdNdKA3UuoULlEbS6w==", "dev": true, + "license": "MIT", "dependencies": { "is-what": "^4.1.8" }, @@ -1331,6 +1322,7 @@ "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } @@ -1353,6 +1345,7 @@ "resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz", "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==", "dev": true, + "license": "MIT", "dependencies": { "dequal": "^2.0.0" }, @@ -1377,7 +1370,8 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/emoji-regex-xs/-/emoji-regex-xs-1.0.0.tgz", "integrity": "sha512-LRlerrMYoIDrT6jgpeZ2YYl/L8EulRTt5hQcYjy5AInh7HWXKimpqx68aknBFpGL2+/IcogTcaydJEgaTmOpDg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/entities": { "version": "4.5.0", @@ -1449,10 +1443,11 @@ } }, "node_modules/focus-trap": { - "version": "7.6.1", - "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.6.1.tgz", - "integrity": "sha512-nB8y4nQl8PshahLpGKZOq1sb0xrMVFSn6at7u/qOsBZTlZRzaapISGENcB6mOkoezbClZyiMwEF/dGY8AZ00rA==", + "version": "7.6.4", + "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.6.4.tgz", + "integrity": "sha512-xx560wGBk7seZ6y933idtjJQc1l+ck+pI3sKvhKozdBV1dRZoKhkW5xoCaFv9tQiX5RH1xfSxjuNu6g+lmN/gw==", "dev": true, + "license": "MIT", "dependencies": { "tabbable": "^6.2.0" } @@ -1511,10 +1506,11 @@ } }, "node_modules/hast-util-to-html": { - "version": "9.0.3", - "resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-9.0.3.tgz", - "integrity": "sha512-M17uBDzMJ9RPCqLMO92gNNUDuBSq10a25SDBI08iCCxmorf4Yy6sYHK57n9WAbRAAaU+DuR4W6GN9K4DFZesYg==", + "version": "9.0.4", + "resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-9.0.4.tgz", + "integrity": "sha512-wxQzXtdbhiwGAUKrnQJXlOPmHnEehzphwkK7aluUPQ+lEc1xefC8pblMgpp2w5ldBTEfveRIrADcrhGIWrlTDA==", "dev": true, + "license": "MIT", "dependencies": { "@types/hast": "^3.0.0", "@types/unist": "^3.0.0", @@ -1538,6 +1534,7 @@ "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz", "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==", "dev": true, + "license": "MIT", "dependencies": { "@types/hast": "^3.0.0" }, @@ -1550,13 +1547,15 @@ "version": "5.5.3", "resolved": "https://registry.npmjs.org/hookable/-/hookable-5.5.3.tgz", "integrity": "sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/html-void-elements": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-3.0.0.tgz", "integrity": "sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==", "dev": true, + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -1615,6 +1614,7 @@ "resolved": "https://registry.npmjs.org/is-what/-/is-what-4.1.16.tgz", "integrity": "sha512-ZhMwEosbFJkA0YhFnNDgTM4ZxDRsS6HqTo7qsZM08fehyRYIYa0yHu5R6mgo1n/8MgaPBXiPimPD77baVFYg+A==", "dev": true, + "license": "MIT", "engines": { "node": ">=12.13" }, @@ -1672,6 +1672,7 @@ "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.2.0.tgz", "integrity": "sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==", "dev": true, + "license": "MIT", "dependencies": { "@types/hast": "^3.0.0", "@types/mdast": "^4.0.0", @@ -1703,6 +1704,7 @@ "url": "https://opencollective.com/unified" } ], + "license": "MIT", "dependencies": { "micromark-util-symbol": "^2.0.0", "micromark-util-types": "^2.0.0" @@ -1722,7 +1724,8 @@ "type": "OpenCollective", "url": "https://opencollective.com/unified" } - ] + ], + "license": "MIT" }, "node_modules/micromark-util-sanitize-uri": { "version": "2.0.1", @@ -1739,6 +1742,7 @@ "url": "https://opencollective.com/unified" } ], + "license": "MIT", "dependencies": { "micromark-util-character": "^2.0.0", "micromark-util-encode": "^2.0.0", @@ -1759,7 +1763,8 @@ "type": "OpenCollective", "url": "https://opencollective.com/unified" } - ] + ], + "license": "MIT" }, "node_modules/micromark-util-types": { "version": "2.0.1", @@ -1775,7 +1780,8 @@ "type": "OpenCollective", "url": "https://opencollective.com/unified" } - ] + ], + "license": "MIT" }, "node_modules/micromatch": { "version": "4.0.8", @@ -1816,16 +1822,18 @@ } }, "node_modules/minisearch": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/minisearch/-/minisearch-7.1.0.tgz", - "integrity": "sha512-tv7c/uefWdEhcu6hvrfTihflgeEi2tN6VV7HJnCjK6VxM75QQJh4t9FwJCsA2EsRS8LCnu3W87CuGPWMocOLCA==", - "dev": true + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/minisearch/-/minisearch-7.1.1.tgz", + "integrity": "sha512-b3YZEYCEH4EdCAtYP7OlDyx7FdPwNzuNwLQ34SfJpM9dlbBZzeXndGavTrC+VCiRWomL21SWfMc6SCKO/U2ZNw==", + "dev": true, + "license": "MIT" }, "node_modules/mitt": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/mitt/-/mitt-3.0.1.tgz", "integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/nanoid": { "version": "3.3.8", @@ -1853,14 +1861,15 @@ "optional": true }, "node_modules/oniguruma-to-es": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/oniguruma-to-es/-/oniguruma-to-es-0.1.2.tgz", - "integrity": "sha512-sBYKVJlIMB0WPO+tSu/NNB1ytSFeHyyJZ3Ayxfx3f/QUuXu0lvZk0VB4K7npmdlHSC0ldqanzh/sUSlAbgCTfw==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/oniguruma-to-es/-/oniguruma-to-es-2.2.0.tgz", + "integrity": "sha512-EEsso27ri0sf+t4uRFEj5C5gvXQj0d0w1Y2qq06b+hDLBnvzO1rWTwEW4C7ytan6nhg4WPwE26eLoiPhHUbvKg==", "dev": true, + "license": "MIT", "dependencies": { "emoji-regex-xs": "^1.0.0", - "regex": "^4.4.0", - "regex-recursion": "^4.1.0" + "regex": "^5.1.1", + "regex-recursion": "^5.1.1" } }, "node_modules/package-json-from-dist": { @@ -1898,7 +1907,8 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-1.0.0.tgz", "integrity": "sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/picocolors": { "version": "1.1.1", @@ -1948,10 +1958,11 @@ } }, "node_modules/preact": { - "version": "10.24.3", - "resolved": "https://registry.npmjs.org/preact/-/preact-10.24.3.tgz", - "integrity": "sha512-Z2dPnBnMUfyQfSQ+GBdsGa16hz35YmLmtTLhM169uW944hYL6xzTYkJjC07j+Wosz733pMWx0fgON3JNw1jJQA==", + "version": "10.25.4", + "resolved": "https://registry.npmjs.org/preact/-/preact-10.25.4.tgz", + "integrity": "sha512-jLdZDb+Q+odkHJ+MpW/9U5cODzqnB+fy2EiHSZES7ldV5LK7yjlVzTp7R8Xy6W6y75kfK8iWYtFVH7lvjwrCMA==", "dev": true, + "license": "MIT", "funding": { "type": "opencollective", "url": "https://opencollective.com/preact" @@ -1962,6 +1973,7 @@ "resolved": "https://registry.npmjs.org/property-information/-/property-information-6.5.0.tgz", "integrity": "sha512-PgTgs/BlvHxOu8QuEN7wi5A0OmXaBcHpmCSTehcs6Uuu9IkDIEo13Hy7n898RHfrQ49vKCoGeWZSaAK01nwVig==", "dev": true, + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -1981,17 +1993,23 @@ } }, "node_modules/regex": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/regex/-/regex-4.4.0.tgz", - "integrity": "sha512-uCUSuobNVeqUupowbdZub6ggI5/JZkYyJdDogddJr60L764oxC2pMZov1fQ3wM9bdyzUILDG+Sqx6NAKAz9rKQ==", - "dev": true + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/regex/-/regex-5.1.1.tgz", + "integrity": "sha512-dN5I359AVGPnwzJm2jN1k0W9LPZ+ePvoOeVMMfqIMFz53sSwXkxaJoxr50ptnsC771lK95BnTrVSZxq0b9yCGw==", + "dev": true, + "license": "MIT", + "dependencies": { + "regex-utilities": "^2.3.0" + } }, "node_modules/regex-recursion": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/regex-recursion/-/regex-recursion-4.2.1.tgz", - "integrity": "sha512-QHNZyZAeKdndD1G3bKAbBEKOSSK4KOHQrAJ01N1LJeb0SoH4DJIeFhp0uUpETgONifS4+P3sOgoA1dhzgrQvhA==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/regex-recursion/-/regex-recursion-5.1.1.tgz", + "integrity": "sha512-ae7SBCbzVNrIjgSbh7wMznPcQel1DNlDtzensnFxpiNpXt1U2ju/bHugH422r+4LAVS1FpW1YCwilmnNsjum9w==", "dev": true, + "license": "MIT", "dependencies": { + "regex": "^5.1.1", "regex-utilities": "^2.3.0" } }, @@ -1999,13 +2017,15 @@ "version": "2.3.0", "resolved": "https://registry.npmjs.org/regex-utilities/-/regex-utilities-2.3.0.tgz", "integrity": "sha512-8VhliFJAWRaUiVvREIiW2NXXTmHs4vMNnSzuJVhscgmGav3g9VDxLrQndI3dZZVVdp0ZO/5v0xmX516/7M9cng==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/rfdc": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz", "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/rollup": { "version": "4.27.0", @@ -2058,10 +2078,11 @@ ] }, "node_modules/sass": { - "version": "1.81.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.81.0.tgz", - "integrity": "sha512-Q4fOxRfhmv3sqCLoGfvrC9pRV8btc0UtqL9mN6Yrv6Qi9ScL55CVH1vlPP863ISLEEMNLLuu9P+enCeGHlnzhA==", + "version": "1.83.4", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.83.4.tgz", + "integrity": "sha512-B1bozCeNQiOgDcLd33e2Cs2U60wZwjUUXzh900ZyQF5qUasvMdDZYbQ566LJu7cqR+sAHlAfO6RMkaID5s6qpA==", "dev": true, + "license": "MIT", "dependencies": { "chokidar": "^4.0.0", "immutable": "^5.0.2", @@ -2078,10 +2099,11 @@ } }, "node_modules/search-insights": { - "version": "2.17.2", - "resolved": "https://registry.npmjs.org/search-insights/-/search-insights-2.17.2.tgz", - "integrity": "sha512-zFNpOpUO+tY2D85KrxJ+aqwnIfdEGi06UH2+xEb+Bp9Mwznmauqc9djbnBibJO5mpfUPPa8st6Sx65+vbeO45g==", + "version": "2.17.3", + "resolved": "https://registry.npmjs.org/search-insights/-/search-insights-2.17.3.tgz", + "integrity": "sha512-RQPdCYTa8A68uM2jwxoY842xDhvx3E5LFL1LxvxCNMev4o5mLuokczhzjAgGwUZBAmOKZknArSxLKmXtIi2AxQ==", "dev": true, + "license": "MIT", "peer": true }, "node_modules/shebang-command": { @@ -2106,16 +2128,19 @@ } }, "node_modules/shiki": { - "version": "1.23.0", - "resolved": "https://registry.npmjs.org/shiki/-/shiki-1.23.0.tgz", - "integrity": "sha512-xfdu9DqPkIpExH29cmiTlgo0/jBki5la1Tkfhsv+Wu5TT3APLNHslR1acxuKJOCWqVdSc+pIbs/2ozjVRGppdg==", - "dev": true, - "dependencies": { - "@shikijs/core": "1.23.0", - "@shikijs/engine-javascript": "1.23.0", - "@shikijs/engine-oniguruma": "1.23.0", - "@shikijs/types": "1.23.0", - "@shikijs/vscode-textmate": "^9.3.0", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/shiki/-/shiki-2.0.3.tgz", + "integrity": "sha512-njF3iF97mxWcEFxxB591EeVFgf5VPpXJKFIB3RCFSkcgINetMIb+9CfNInmzkz8BlPWlEEY1nSGd0F1807YhCg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@shikijs/core": "2.0.3", + "@shikijs/engine-javascript": "2.0.3", + "@shikijs/engine-oniguruma": "2.0.3", + "@shikijs/langs": "2.0.3", + "@shikijs/themes": "2.0.3", + "@shikijs/types": "2.0.3", + "@shikijs/vscode-textmate": "^10.0.1", "@types/hast": "^3.0.4" } }, @@ -2145,6 +2170,7 @@ "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz", "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==", "dev": true, + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -2155,6 +2181,7 @@ "resolved": "https://registry.npmjs.org/speakingurl/-/speakingurl-14.0.1.tgz", "integrity": "sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==", "dev": true, + "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } @@ -2223,6 +2250,7 @@ "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz", "integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==", "dev": true, + "license": "MIT", "dependencies": { "character-entities-html4": "^2.0.0", "character-entities-legacy": "^3.0.0" @@ -2270,10 +2298,11 @@ } }, "node_modules/superjson": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/superjson/-/superjson-2.2.1.tgz", - "integrity": "sha512-8iGv75BYOa0xRJHK5vRLEjE2H/i4lulTjzpUXic3Eg8akftYjkmQDa8JARQ42rlczXyFR3IeRoeFCc7RxHsYZA==", + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/superjson/-/superjson-2.2.2.tgz", + "integrity": "sha512-5JRxVqC8I8NuOUjzBbvVJAKNM8qoVuH0O77h4WInc/qC2q5IreqKxYwgkga3PfA22OayK2ikceb/B26dztPl+Q==", "dev": true, + "license": "MIT", "dependencies": { "copy-anything": "^3.0.2" }, @@ -2285,7 +2314,8 @@ "version": "6.2.0", "resolved": "https://registry.npmjs.org/tabbable/-/tabbable-6.2.0.tgz", "integrity": "sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/to-regex-range": { "version": "5.0.1", @@ -2305,6 +2335,7 @@ "resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz", "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==", "dev": true, + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -2315,6 +2346,7 @@ "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz", "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==", "dev": true, + "license": "MIT", "dependencies": { "@types/unist": "^3.0.0" }, @@ -2328,6 +2360,7 @@ "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz", "integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==", "dev": true, + "license": "MIT", "dependencies": { "@types/unist": "^3.0.0" }, @@ -2341,6 +2374,7 @@ "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz", "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==", "dev": true, + "license": "MIT", "dependencies": { "@types/unist": "^3.0.0" }, @@ -2354,6 +2388,7 @@ "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.0.0.tgz", "integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==", "dev": true, + "license": "MIT", "dependencies": { "@types/unist": "^3.0.0", "unist-util-is": "^6.0.0", @@ -2369,6 +2404,7 @@ "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz", "integrity": "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==", "dev": true, + "license": "MIT", "dependencies": { "@types/unist": "^3.0.0", "unist-util-is": "^6.0.0" @@ -2383,6 +2419,7 @@ "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.3.tgz", "integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==", "dev": true, + "license": "MIT", "dependencies": { "@types/unist": "^3.0.0", "vfile-message": "^4.0.0" @@ -2397,6 +2434,7 @@ "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz", "integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==", "dev": true, + "license": "MIT", "dependencies": { "@types/unist": "^3.0.0", "unist-util-stringify-position": "^4.0.0" @@ -2407,10 +2445,11 @@ } }, "node_modules/vite": { - "version": "5.4.11", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.11.tgz", - "integrity": "sha512-c7jFQRklXua0mTzneGW9QVyxFjUgwcihC4bXEtujIo2ouWCe1Ajt/amn2PCxYnhYfd5k09JX3SB7OYWFKYqj8Q==", + "version": "5.4.14", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.14.tgz", + "integrity": "sha512-EK5cY7Q1D8JNhSaPKVK4pwBFvaTmZxEnoKXLG/U9gmdDcihQGNzFlgIvaxezFR4glP1LsuiedwMBqCXH3wZccA==", "dev": true, + "license": "MIT", "dependencies": { "esbuild": "^0.21.3", "postcss": "^8.4.43", @@ -2466,29 +2505,30 @@ } }, "node_modules/vitepress": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/vitepress/-/vitepress-1.5.0.tgz", - "integrity": "sha512-q4Q/G2zjvynvizdB3/bupdYkCJe2umSAMv9Ju4d92E6/NXJ59z70xB0q5p/4lpRyAwflDsbwy1mLV9Q5+nlB+g==", - "dev": true, - "dependencies": { - "@docsearch/css": "^3.6.2", - "@docsearch/js": "^3.6.2", - "@iconify-json/simple-icons": "^1.2.10", - "@shikijs/core": "^1.22.2", - "@shikijs/transformers": "^1.22.2", - "@shikijs/types": "^1.22.2", + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/vitepress/-/vitepress-1.6.1.tgz", + "integrity": "sha512-n41KBL08aonxaWMnk5V+TkpZ29rZF4sgYjvIqU2k0foteNhgms5BmbVWw9xTqD5hps12H1W+EZUwc7NlHh1s3g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@docsearch/css": "^3.8.2", + "@docsearch/js": "^3.8.2", + "@iconify-json/simple-icons": "^1.2.20", + "@shikijs/core": "^2.0.0", + "@shikijs/transformers": "^2.0.0", + "@shikijs/types": "^2.0.0", "@types/markdown-it": "^14.1.2", - "@vitejs/plugin-vue": "^5.1.4", - "@vue/devtools-api": "^7.5.4", - "@vue/shared": "^3.5.12", - "@vueuse/core": "^11.1.0", - "@vueuse/integrations": "^11.1.0", - "focus-trap": "^7.6.0", + "@vitejs/plugin-vue": "^5.2.1", + "@vue/devtools-api": "^7.7.0", + "@vue/shared": "^3.5.13", + "@vueuse/core": "^12.4.0", + "@vueuse/integrations": "^12.4.0", + "focus-trap": "^7.6.4", "mark.js": "8.11.1", - "minisearch": "^7.1.0", - "shiki": "^1.22.2", - "vite": "^5.4.10", - "vue": "^3.5.12" + "minisearch": "^7.1.1", + "shiki": "^2.0.0", + "vite": "^5.4.12", + "vue": "^3.5.13" }, "bin": { "vitepress": "bin/vitepress.js" @@ -2654,6 +2694,7 @@ "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz", "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==", "dev": true, + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" diff --git a/package.json b/package.json index b79a5229..932a77c1 100644 --- a/package.json +++ b/package.json @@ -30,12 +30,12 @@ }, "homepage": "https://github.com/wax-office-of-inspector-general/wax-developer#readme", "devDependencies": { - "sass": "^1.81.0", - "vitepress": "^1.5.0", + "sass": "^1.83.4", + "vitepress": "^1.6.1", "vitepress-plugin-theme-override": "^0.1.0", "vue": "^3.5.13" }, "optionalDependencies": { "@rollup/rollup-linux-x64-gnu": "*" } -} \ No newline at end of file +}