You've already forked KernelSU
mirror of
https://github.com/tiann/KernelSU.git
synced 2025-08-27 23:46:34 +00:00
build(deps): bump the npm group across 1 directory with 22 updates (#2542)
Bumps the npm group with 14 updates in the /website directory: | Package | From | To | | --- | --- | --- | | [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser) | `7.26.9` | `7.27.0` | | [@iconify-json/simple-icons](https://github.com/iconify/icon-sets) | `1.2.25` | `1.2.32` | | [@shikijs/core](https://github.com/shikijs/shiki/tree/HEAD/packages/core) | `2.3.2` | `2.5.0` | | [@shikijs/types](https://github.com/shikijs/shiki/tree/HEAD/packages/types) | `2.3.2` | `2.5.0` | | [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) | `5.2.1` | `5.2.3` | | [@vue/devtools-api](https://github.com/vuejs/devtools/tree/HEAD/packages/devtools-api) | `7.7.2` | `7.7.5` | | [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core) | `12.5.0` | `12.7.0` | | [@vueuse/integrations](https://github.com/vueuse/vueuse/tree/HEAD/packages/integrations) | `12.7.0` | `12.8.2` | | [algoliasearch](https://github.com/algolia/algoliasearch-client-javascript) | `5.20.3` | `5.23.4` | | [micromark-util-types](https://github.com/micromark/micromark) | `2.0.1` | `2.0.2` | | [nanoid](https://github.com/ai/nanoid) | `3.3.8` | `3.3.11` | | [preact](https://github.com/preactjs/preact) | `10.26.2` | `10.26.5` | | [rollup](https://github.com/rollup/rollup) | `4.34.8` | `4.40.0` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.14` | `5.4.18` | Updates `@babel/parser` from 7.26.9 to 7.27.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/releases"><code>@babel/parser</code>'s releases</a>.</em></p> <blockquote> <h2>v7.27.0 (2025-03-24)</h2> <p>Thanks <a href="https://github.com/ishchhabra"><code>@ishchhabra</code></a> and <a href="https://github.com/vovkasm"><code>@vovkasm</code></a> for your first PRs!</p> <h4>👓 Spec Compliance</h4> <ul> <li><code>babel-generator</code>, <code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16977">#16977</a> Default <code>importAttributesKeyword</code> to <code>with</code> (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>🚀 New Feature</h4> <ul> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-traverse</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17169">#17169</a> Allow <code>traverseFast</code> to exit early (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-parser</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17110">#17110</a> Add <code>ImportAttributes</code> to <code>Standardized</code> and move its parser test fixtures (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-generator</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17100">#17100</a> fix(babel-generator): add named export of generate function (<a href="https://github.com/vovkasm"><code>@vovkasm</code></a>)</li> </ul> </li> <li><code>babel-parser</code>, <code>babel-template</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17149">#17149</a> Add <code>allowYieldOutsideFunction</code> to parser (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-typescript</code>, <code>babel-traverse</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17102">#17102</a> feat: Add <code>upToScope</code> parameter to <code>hasBinding</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17082">#17082</a> Support ESTree AccessorProperty (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17162">#17162</a> feat(babel-types): Add support for BigInt literal conversion in valueToNode (<a href="https://github.com/ishchhabra"><code>@ishchhabra</code></a>)</li> </ul> </li> </ul> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-plugin-transform-class-properties</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16816">#16816</a> fix: Class reference in type throws error (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-traverse</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17170">#17170</a> fix: Reset child scopes when <code>scope.crawl()</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helpers</code>, <code>babel-preset-typescript</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17118">#17118</a> Fix: align behaviour to tsc <code>rewriteRelativeImportExtensions</code> (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-cli</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17182">#17182</a> fix: <code>@babel/cli</code> generates duplicate inline source maps (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-named-capturing-groups-regex</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17175">#17175</a> Generate computed proto key (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>🏃♀️ Performance</h4> <ul> <li><code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16870">#16870</a> perf: Improve builders of <code>@babel/types</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helper-create-regexp-features-plugin</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17176">#17176</a> fix: improve duplicate named groups check (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>Committers: 5</h4> <ul> <li>Babel Bot (<a href="https://github.com/babel-bot"><code>@babel-bot</code></a>)</li> <li>Huáng Jùnliàng (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li>Ish Chhabra (<a href="https://github.com/ishchhabra"><code>@ishchhabra</code></a>)</li> <li>Vladimir Timofeev (<a href="https://github.com/vovkasm"><code>@vovkasm</code></a>)</li> <li><a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a></li> </ul> <h2>v7.26.10 (2025-03-11)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/blob/main/CHANGELOG.md"><code>@babel/parser</code>'s changelog</a>.</em></p> <blockquote> <h2>v7.27.0 (2025-03-24)</h2> <h4>👓 Spec Compliance</h4> <ul> <li><code>babel-generator</code>, <code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16977">#16977</a> Default <code>importAttributesKeyword</code> to <code>with</code> (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>🚀 New Feature</h4> <ul> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-traverse</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17169">#17169</a> Allow <code>traverseFast</code> to exit early (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-parser</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17110">#17110</a> Add <code>ImportAttributes</code> to <code>Standardized</code> and move its parser test fixtures (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-generator</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17100">#17100</a> fix(babel-generator): add named export of generate function (<a href="https://github.com/vovkasm"><code>@vovkasm</code></a>)</li> </ul> </li> <li><code>babel-parser</code>, <code>babel-template</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17149">#17149</a> Add <code>allowYieldOutsideFunction</code> to parser (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-typescript</code>, <code>babel-traverse</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17102">#17102</a> feat: Add <code>upToScope</code> parameter to <code>hasBinding</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17082">#17082</a> Support ESTree AccessorProperty (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17162">#17162</a> feat(babel-types): Add support for BigInt literal conversion in valueToNode (<a href="https://github.com/ishchhabra"><code>@ishchhabra</code></a>)</li> </ul> </li> </ul> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-plugin-transform-class-properties</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16816">#16816</a> fix: Class reference in type throws error (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-traverse</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17170">#17170</a> fix: Reset child scopes when <code>scope.crawl()</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helpers</code>, <code>babel-preset-typescript</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17118">#17118</a> Fix: align behaviour to tsc <code>rewriteRelativeImportExtensions</code> (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-cli</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17182">#17182</a> fix: <code>@babel/cli</code> generates duplicate inline source maps (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-named-capturing-groups-regex</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17175">#17175</a> Generate computed proto key (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>🏃♀️ Performance</h4> <ul> <li><code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16870">#16870</a> perf: Improve builders of <code>@babel/types</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helper-create-regexp-features-plugin</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17176">#17176</a> fix: improve duplicate named groups check (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h2>v7.26.10 (2025-03-11)</h2> <h4>👓 Spec Compliance</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17159">#17159</a> Disallow decorator in array pattern (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-parser</code>, <code>babel-template</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17164">#17164</a> Fix: always initialize ExportDeclaration attributes (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-core</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17142">#17142</a> fix: "Map maximum size exceeded" in deepClone (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="5c350eab83"><code>5c350ea</code></a> v7.27.0</li> <li><a href="7162c22522"><code>7162c22</code></a> Add <code>ImportAttributes</code> to <code>Standardized</code> and move its parser test fixtures (#...</li> <li><a href="1386d3dcc2"><code>1386d3d</code></a> Default <code>importAttributesKeyword</code> to <code>with</code> (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-parser/issues/16977">#16977</a>)</li> <li><a href="36275df8c8"><code>36275df</code></a> Add <code>allowYieldOutsideFunction</code> to parser (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-parser/issues/17149">#17149</a>)</li> <li><a href="10c4bd4616"><code>10c4bd4</code></a> Support ESTree AccessorProperty (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-parser/issues/17082">#17082</a>)</li> <li><a href="e1ce99df42"><code>e1ce99d</code></a> v7.26.10</li> <li><a href="74f5d6d6be"><code>74f5d6d</code></a> Fix: always initialize ExportDeclaration attributes (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-parser/issues/17164">#17164</a>)</li> <li><a href="fb1e134984"><code>fb1e134</code></a> Left-value parsing cleanup (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-parser/issues/17160">#17160</a>)</li> <li><a href="62ed12a1fa"><code>62ed12a</code></a> Disallow decorator in array pattern (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-parser/issues/17159">#17159</a>)</li> <li><a href="49a160e47d"><code>49a160e</code></a> fix(typescript): disallow TSInstantiationExpression in LHS (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-parser/issues/17154">#17154</a>)</li> <li>Additional commits viewable in <a href="https://github.com/babel/babel/commits/v7.27.0/packages/babel-parser">compare view</a></li> </ul> </details> <br /> Updates `@babel/types` from 7.26.9 to 7.27.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/releases"><code>@babel/types</code>'s releases</a>.</em></p> <blockquote> <h2>v7.27.0 (2025-03-24)</h2> <p>Thanks <a href="https://github.com/ishchhabra"><code>@ishchhabra</code></a> and <a href="https://github.com/vovkasm"><code>@vovkasm</code></a> for your first PRs!</p> <h4>👓 Spec Compliance</h4> <ul> <li><code>babel-generator</code>, <code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16977">#16977</a> Default <code>importAttributesKeyword</code> to <code>with</code> (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>🚀 New Feature</h4> <ul> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-traverse</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17169">#17169</a> Allow <code>traverseFast</code> to exit early (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-parser</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17110">#17110</a> Add <code>ImportAttributes</code> to <code>Standardized</code> and move its parser test fixtures (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-generator</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17100">#17100</a> fix(babel-generator): add named export of generate function (<a href="https://github.com/vovkasm"><code>@vovkasm</code></a>)</li> </ul> </li> <li><code>babel-parser</code>, <code>babel-template</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17149">#17149</a> Add <code>allowYieldOutsideFunction</code> to parser (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-typescript</code>, <code>babel-traverse</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17102">#17102</a> feat: Add <code>upToScope</code> parameter to <code>hasBinding</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17082">#17082</a> Support ESTree AccessorProperty (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17162">#17162</a> feat(babel-types): Add support for BigInt literal conversion in valueToNode (<a href="https://github.com/ishchhabra"><code>@ishchhabra</code></a>)</li> </ul> </li> </ul> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-plugin-transform-class-properties</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16816">#16816</a> fix: Class reference in type throws error (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-traverse</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17170">#17170</a> fix: Reset child scopes when <code>scope.crawl()</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helpers</code>, <code>babel-preset-typescript</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17118">#17118</a> Fix: align behaviour to tsc <code>rewriteRelativeImportExtensions</code> (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-cli</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17182">#17182</a> fix: <code>@babel/cli</code> generates duplicate inline source maps (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-named-capturing-groups-regex</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17175">#17175</a> Generate computed proto key (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>🏃♀️ Performance</h4> <ul> <li><code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16870">#16870</a> perf: Improve builders of <code>@babel/types</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helper-create-regexp-features-plugin</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17176">#17176</a> fix: improve duplicate named groups check (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>Committers: 5</h4> <ul> <li>Babel Bot (<a href="https://github.com/babel-bot"><code>@babel-bot</code></a>)</li> <li>Huáng Jùnliàng (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> <li>Ish Chhabra (<a href="https://github.com/ishchhabra"><code>@ishchhabra</code></a>)</li> <li>Vladimir Timofeev (<a href="https://github.com/vovkasm"><code>@vovkasm</code></a>)</li> <li><a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a></li> </ul> <h2>v7.26.10 (2025-03-11)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/blob/main/CHANGELOG.md"><code>@babel/types</code>'s changelog</a>.</em></p> <blockquote> <h2>v7.27.0 (2025-03-24)</h2> <h4>👓 Spec Compliance</h4> <ul> <li><code>babel-generator</code>, <code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16977">#16977</a> Default <code>importAttributesKeyword</code> to <code>with</code> (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>🚀 New Feature</h4> <ul> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-traverse</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17169">#17169</a> Allow <code>traverseFast</code> to exit early (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-parser</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17110">#17110</a> Add <code>ImportAttributes</code> to <code>Standardized</code> and move its parser test fixtures (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-generator</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17100">#17100</a> fix(babel-generator): add named export of generate function (<a href="https://github.com/vovkasm"><code>@vovkasm</code></a>)</li> </ul> </li> <li><code>babel-parser</code>, <code>babel-template</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17149">#17149</a> Add <code>allowYieldOutsideFunction</code> to parser (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-typescript</code>, <code>babel-traverse</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17102">#17102</a> feat: Add <code>upToScope</code> parameter to <code>hasBinding</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17082">#17082</a> Support ESTree AccessorProperty (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17162">#17162</a> feat(babel-types): Add support for BigInt literal conversion in valueToNode (<a href="https://github.com/ishchhabra"><code>@ishchhabra</code></a>)</li> </ul> </li> </ul> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-plugin-transform-class-properties</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16816">#16816</a> fix: Class reference in type throws error (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-traverse</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17170">#17170</a> fix: Reset child scopes when <code>scope.crawl()</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helpers</code>, <code>babel-preset-typescript</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17118">#17118</a> Fix: align behaviour to tsc <code>rewriteRelativeImportExtensions</code> (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-cli</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17182">#17182</a> fix: <code>@babel/cli</code> generates duplicate inline source maps (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-named-capturing-groups-regex</code>, <code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17175">#17175</a> Generate computed proto key (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>🏃♀️ Performance</h4> <ul> <li><code>babel-types</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/16870">#16870</a> perf: Improve builders of <code>@babel/types</code> (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helper-create-regexp-features-plugin</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17176">#17176</a> fix: improve duplicate named groups check (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h2>v7.26.10 (2025-03-11)</h2> <h4>👓 Spec Compliance</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17159">#17159</a> Disallow decorator in array pattern (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> </ul> <h4>🐛 Bug Fix</h4> <ul> <li><code>babel-parser</code>, <code>babel-template</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17164">#17164</a> Fix: always initialize ExportDeclaration attributes (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> </ul> </li> <li><code>babel-core</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17142">#17142</a> fix: "Map maximum size exceeded" in deepClone (<a href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="5c350eab83"><code>5c350ea</code></a> v7.27.0</li> <li><a href="582538cedb"><code>582538c</code></a> Allow <code>traverseFast</code> to exit early (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-types/issues/17169">#17169</a>)</li> <li><a href="088cfb46cc"><code>088cfb4</code></a> perf: Improve builders of <code>@babel/types</code> (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-types/issues/16870">#16870</a>)</li> <li><a href="4ad63a4bdb"><code>4ad63a4</code></a> [Babel 8] Remove <code>BLOCK_SCOPED_SYMBOL</code> and <code>NOT_LOCAL_BINDING</code> (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-types/issues/17148">#17148</a>)</li> <li><a href="7162c22522"><code>7162c22</code></a> Add <code>ImportAttributes</code> to <code>Standardized</code> and move its parser test fixtures (#...</li> <li><a href="c014c633d4"><code>c014c63</code></a> feat(babel-types): Add support for BigInt literal conversion in valueToNode (...</li> <li><a href="83316bdb85"><code>83316bd</code></a> Generate computed proto key (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-types/issues/17175">#17175</a>)</li> <li><a href="e1ce99df42"><code>e1ce99d</code></a> v7.26.10</li> <li><a href="89226c900c"><code>89226c9</code></a> [Babel 8] Parse TSHeritageBase.expression as an expression (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-types/issues/17139">#17139</a>)</li> <li>See full diff in <a href="https://github.com/babel/babel/commits/v7.27.0/packages/babel-types">compare view</a></li> </ul> </details> <br /> Updates `@iconify-json/simple-icons` from 1.2.25 to 1.2.32 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/iconify/icon-sets/commits">compare view</a></li> </ul> </details> <br /> Updates `@shikijs/core` from 2.3.2 to 2.5.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/shikijs/shiki/releases"><code>@shikijs/core</code>'s releases</a>.</em></p> <blockquote> <h2>v2.5.0</h2> <h3> 🐞 Bug Fixes</h3> <ul> <li><strong>transformers</strong>: <ul> <li>Also remove extra newline token, fix <a href="https://github.com/shikijs/shiki/tree/HEAD/packages/core/issues/915">#915</a> - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/915">shikijs/shiki#915</a> <a href="https://github.com/shikijs/shiki/commit/457b08c3"><!-- raw HTML omitted -->(457b0)<!-- raw HTML omitted --></a></li> <li>Support matching comments in comments, fix <a href="https://github.com/shikijs/shiki/tree/HEAD/packages/core/issues/934">#934</a> - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/934">shikijs/shiki#934</a> <a href="https://github.com/shikijs/shiki/commit/9221ea33"><!-- raw HTML omitted -->(9221e)<!-- raw HTML omitted --></a></li> <li>Fix matching indices for word-highlight - by <a href="https://github.com/artt"><code>@artt</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/909">shikijs/shiki#909</a> <a href="https://github.com/shikijs/shiki/commit/58ea07cb"><!-- raw HTML omitted -->(58ea0)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v2.4.2...v2.5.0">View changes on GitHub</a></h5> <h2>v2.4.2</h2> <h3> 🚀 Features</h3> <ul> <li>Replace picocolors and chalk with ansis - by <a href="https://github.com/webdiscus"><code>@webdiscus</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/935">shikijs/shiki#935</a> <a href="https://github.com/shikijs/shiki/commit/ecc4a66b"><!-- raw HTML omitted -->(ecc4a)<!-- raw HTML omitted --></a></li> <li><strong>core</strong>: Expose <code>flatTokenVariants</code> utility, refactor utils folder - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/634face3"><!-- raw HTML omitted -->(634fa)<!-- raw HTML omitted --></a></li> </ul> <h3> 🐞 Bug Fixes</h3> <ul> <li>Missing types for <code>CodeToTokensWithThemesOptions</code> - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/d619571d"><!-- raw HTML omitted -->(d6195)<!-- raw HTML omitted --></a></li> <li><strong>transformers</strong>: Update utils order - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/7c60ce8c"><!-- raw HTML omitted -->(7c60c)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v2.4.1...v2.4.2">View changes on GitHub</a></h5> <h2>v2.4.1</h2> <h3> 🚀 Features</h3> <ul> <li>Expose <code>guessEmbeddedLanguages</code> from core - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/89ae773d"><!-- raw HTML omitted -->(89ae7)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v2.4.0...v2.4.1">View changes on GitHub</a></h5> <h2>v2.4.0</h2> <h3> 🚀 Features</h3> <ul> <li><strong>shortcuts</strong>: Guess embedded language and auto load in shortcuts - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/932">shikijs/shiki#932</a> <a href="https://github.com/shikijs/shiki/commit/20e6c8b9"><!-- raw HTML omitted -->(20e6c)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v2.3.2...v2.4.0">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="516322eedf"><code>516322e</code></a> chore: release v2.5.0</li> <li><a href="d52da6726d"><code>d52da67</code></a> chore: release v2.4.2</li> <li><a href="634face3a6"><code>634face</code></a> feat(core): expose <code>flatTokenVariants</code> utility, refactor utils folder</li> <li><a href="aa84bbca73"><code>aa84bbc</code></a> chore: release v2.4.1</li> <li><a href="89ae773d8b"><code>89ae773</code></a> feat: expose <code>guessEmbeddedLanguages</code> from core</li> <li><a href="be1d61439f"><code>be1d614</code></a> chore: release v2.4.0</li> <li><a href="20e6c8b9e5"><code>20e6c8b</code></a> feat(shortcuts): guess embedded language and auto load in shortcuts (<a href="https://github.com/shikijs/shiki/tree/HEAD/packages/core/issues/932">#932</a>)</li> <li>See full diff in <a href="https://github.com/shikijs/shiki/commits/v2.5.0/packages/core">compare view</a></li> </ul> </details> <br /> Updates `@shikijs/engine-javascript` from 2.3.2 to 2.5.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/shikijs/shiki/releases"><code>@shikijs/engine-javascript</code>'s releases</a>.</em></p> <blockquote> <h2>v2.5.0</h2> <h3> 🐞 Bug Fixes</h3> <ul> <li><strong>transformers</strong>: <ul> <li>Also remove extra newline token, fix <a href="https://github.com/shikijs/shiki/tree/HEAD/packages/engine-javascript/issues/915">#915</a> - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/915">shikijs/shiki#915</a> <a href="https://github.com/shikijs/shiki/commit/457b08c3"><!-- raw HTML omitted -->(457b0)<!-- raw HTML omitted --></a></li> <li>Support matching comments in comments, fix <a href="https://github.com/shikijs/shiki/tree/HEAD/packages/engine-javascript/issues/934">#934</a> - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/934">shikijs/shiki#934</a> <a href="https://github.com/shikijs/shiki/commit/9221ea33"><!-- raw HTML omitted -->(9221e)<!-- raw HTML omitted --></a></li> <li>Fix matching indices for word-highlight - by <a href="https://github.com/artt"><code>@artt</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/909">shikijs/shiki#909</a> <a href="https://github.com/shikijs/shiki/commit/58ea07cb"><!-- raw HTML omitted -->(58ea0)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v2.4.2...v2.5.0">View changes on GitHub</a></h5> <h2>v2.4.2</h2> <h3> 🚀 Features</h3> <ul> <li>Replace picocolors and chalk with ansis - by <a href="https://github.com/webdiscus"><code>@webdiscus</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/935">shikijs/shiki#935</a> <a href="https://github.com/shikijs/shiki/commit/ecc4a66b"><!-- raw HTML omitted -->(ecc4a)<!-- raw HTML omitted --></a></li> <li><strong>core</strong>: Expose <code>flatTokenVariants</code> utility, refactor utils folder - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/634face3"><!-- raw HTML omitted -->(634fa)<!-- raw HTML omitted --></a></li> </ul> <h3> 🐞 Bug Fixes</h3> <ul> <li>Missing types for <code>CodeToTokensWithThemesOptions</code> - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/d619571d"><!-- raw HTML omitted -->(d6195)<!-- raw HTML omitted --></a></li> <li><strong>transformers</strong>: Update utils order - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/7c60ce8c"><!-- raw HTML omitted -->(7c60c)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v2.4.1...v2.4.2">View changes on GitHub</a></h5> <h2>v2.4.1</h2> <h3> 🚀 Features</h3> <ul> <li>Expose <code>guessEmbeddedLanguages</code> from core - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/89ae773d"><!-- raw HTML omitted -->(89ae7)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v2.4.0...v2.4.1">View changes on GitHub</a></h5> <h2>v2.4.0</h2> <h3> 🚀 Features</h3> <ul> <li><strong>shortcuts</strong>: Guess embedded language and auto load in shortcuts - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/932">shikijs/shiki#932</a> <a href="https://github.com/shikijs/shiki/commit/20e6c8b9"><!-- raw HTML omitted -->(20e6c)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v2.3.2...v2.4.0">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="516322eedf"><code>516322e</code></a> chore: release v2.5.0</li> <li><a href="d52da6726d"><code>d52da67</code></a> chore: release v2.4.2</li> <li><a href="aa84bbca73"><code>aa84bbc</code></a> chore: release v2.4.1</li> <li><a href="be1d61439f"><code>be1d614</code></a> chore: release v2.4.0</li> <li>See full diff in <a href="https://github.com/shikijs/shiki/commits/v2.5.0/packages/engine-javascript">compare view</a></li> </ul> </details> <br /> Updates `@shikijs/engine-oniguruma` from 2.3.2 to 2.5.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/shikijs/shiki/releases"><code>@shikijs/engine-oniguruma</code>'s releases</a>.</em></p> <blockquote> <h2>v2.5.0</h2> <h3> 🐞 Bug Fixes</h3> <ul> <li><strong>transformers</strong>: <ul> <li>Also remove extra newline token, fix <a href="https://github.com/shikijs/shiki/tree/HEAD/packages/engine-oniguruma/issues/915">#915</a> - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/915">shikijs/shiki#915</a> <a href="https://github.com/shikijs/shiki/commit/457b08c3"><!-- raw HTML omitted -->(457b0)<!-- raw HTML omitted --></a></li> <li>Support matching comments in comments, fix <a href="https://github.com/shikijs/shiki/tree/HEAD/packages/engine-oniguruma/issues/934">#934</a> - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/934">shikijs/shiki#934</a> <a href="https://github.com/shikijs/shiki/commit/9221ea33"><!-- raw HTML omitted -->(9221e)<!-- raw HTML omitted --></a></li> <li>Fix matching indices for word-highlight - by <a href="https://github.com/artt"><code>@artt</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/909">shikijs/shiki#909</a> <a href="https://github.com/shikijs/shiki/commit/58ea07cb"><!-- raw HTML omitted -->(58ea0)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v2.4.2...v2.5.0">View changes on GitHub</a></h5> <h2>v2.4.2</h2> <h3> 🚀 Features</h3> <ul> <li>Replace picocolors and chalk with ansis - by <a href="https://github.com/webdiscus"><code>@webdiscus</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/935">shikijs/shiki#935</a> <a href="https://github.com/shikijs/shiki/commit/ecc4a66b"><!-- raw HTML omitted -->(ecc4a)<!-- raw HTML omitted --></a></li> <li><strong>core</strong>: Expose <code>flatTokenVariants</code> utility, refactor utils folder - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/634face3"><!-- raw HTML omitted -->(634fa)<!-- raw HTML omitted --></a></li> </ul> <h3> 🐞 Bug Fixes</h3> <ul> <li>Missing types for <code>CodeToTokensWithThemesOptions</code> - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/d619571d"><!-- raw HTML omitted -->(d6195)<!-- raw HTML omitted --></a></li> <li><strong>transformers</strong>: Update utils order - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/7c60ce8c"><!-- raw HTML omitted -->(7c60c)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v2.4.1...v2.4.2">View changes on GitHub</a></h5> <h2>v2.4.1</h2> <h3> 🚀 Features</h3> <ul> <li>Expose <code>guessEmbeddedLanguages</code> from core - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/89ae773d"><!-- raw HTML omitted -->(89ae7)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v2.4.0...v2.4.1">View changes on GitHub</a></h5> <h2>v2.4.0</h2> <h3> 🚀 Features</h3> <ul> <li><strong>shortcuts</strong>: Guess embedded language and auto load in shortcuts - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/932">shikijs/shiki#932</a> <a href="https://github.com/shikijs/shiki/commit/20e6c8b9"><!-- raw HTML omitted -->(20e6c)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v2.3.2...v2.4.0">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="516322eedf"><code>516322e</code></a> chore: release v2.5.0</li> <li><a href="d52da6726d"><code>d52da67</code></a> chore: release v2.4.2</li> <li><a href="aa84bbca73"><code>aa84bbc</code></a> chore: release v2.4.1</li> <li><a href="be1d61439f"><code>be1d614</code></a> chore: release v2.4.0</li> <li>See full diff in <a href="https://github.com/shikijs/shiki/commits/v2.5.0/packages/engine-oniguruma">compare view</a></li> </ul> </details> <br /> Updates `@shikijs/types` from 2.3.2 to 2.5.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/shikijs/shiki/releases"><code>@shikijs/types</code>'s releases</a>.</em></p> <blockquote> <h2>v2.5.0</h2> <h3> 🐞 Bug Fixes</h3> <ul> <li><strong>transformers</strong>: <ul> <li>Also remove extra newline token, fix <a href="https://github.com/shikijs/shiki/tree/HEAD/packages/types/issues/915">#915</a> - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/915">shikijs/shiki#915</a> <a href="https://github.com/shikijs/shiki/commit/457b08c3"><!-- raw HTML omitted -->(457b0)<!-- raw HTML omitted --></a></li> <li>Support matching comments in comments, fix <a href="https://github.com/shikijs/shiki/tree/HEAD/packages/types/issues/934">#934</a> - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/934">shikijs/shiki#934</a> <a href="https://github.com/shikijs/shiki/commit/9221ea33"><!-- raw HTML omitted -->(9221e)<!-- raw HTML omitted --></a></li> <li>Fix matching indices for word-highlight - by <a href="https://github.com/artt"><code>@artt</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/909">shikijs/shiki#909</a> <a href="https://github.com/shikijs/shiki/commit/58ea07cb"><!-- raw HTML omitted -->(58ea0)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v2.4.2...v2.5.0">View changes on GitHub</a></h5> <h2>v2.4.2</h2> <h3> 🚀 Features</h3> <ul> <li>Replace picocolors and chalk with ansis - by <a href="https://github.com/webdiscus"><code>@webdiscus</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/935">shikijs/shiki#935</a> <a href="https://github.com/shikijs/shiki/commit/ecc4a66b"><!-- raw HTML omitted -->(ecc4a)<!-- raw HTML omitted --></a></li> <li><strong>core</strong>: Expose <code>flatTokenVariants</code> utility, refactor utils folder - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/634face3"><!-- raw HTML omitted -->(634fa)<!-- raw HTML omitted --></a></li> </ul> <h3> 🐞 Bug Fixes</h3> <ul> <li>Missing types for <code>CodeToTokensWithThemesOptions</code> - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/d619571d"><!-- raw HTML omitted -->(d6195)<!-- raw HTML omitted --></a></li> <li><strong>transformers</strong>: Update utils order - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/7c60ce8c"><!-- raw HTML omitted -->(7c60c)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v2.4.1...v2.4.2">View changes on GitHub</a></h5> <h2>v2.4.1</h2> <h3> 🚀 Features</h3> <ul> <li>Expose <code>guessEmbeddedLanguages</code> from core - by <a href="https://github.com/antfu"><code>@antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/89ae773d"><!-- raw HTML omitted -->(89ae7)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v2.4.0...v2.4.1">View changes on GitHub</a></h5> <h2>v2.4.0</h2> <h3> 🚀 Features</h3> <ul> <li><strong>shortcuts</strong>: Guess embedded language and auto load in shortcuts - by <a href="https://github.com/antfu"><code>@antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/932">shikijs/shiki#932</a> <a href="https://github.com/shikijs/shiki/commit/20e6c8b9"><!-- raw HTML omitted -->(20e6c)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/shikijs/shiki/compare/v2.3.2...v2.4.0">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="516322eedf"><code>516322e</code></a> chore: release v2.5.0</li> <li><a href="d52da6726d"><code>d52da67</code></a> chore: release v2.4.2</li> <li><a href="d619571dde"><code>d619571</code></a> fix: missing types for <code>CodeToTokensWithThemesOptions</code></li> <li><a href="aa84bbca73"><code>aa84bbc</code></a> chore: release v2.4.1</li> <li><a href="be1d61439f"><code>be1d614</code></a> chore: release v2.4.0</li> <li><a href="20e6c8b9e5"><code>20e6c8b</code></a> feat(shortcuts): guess embedded language and auto load in shortcuts (<a href="https://github.com/shikijs/shiki/tree/HEAD/packages/types/issues/932">#932</a>)</li> <li>See full diff in <a href="https://github.com/shikijs/shiki/commits/v2.5.0/packages/types">compare view</a></li> </ul> </details> <br /> Updates `@vitejs/plugin-vue` from 5.2.1 to 5.2.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite-plugin-vue/releases"><code>@vitejs/plugin-vue</code>'s releases</a>.</em></p> <blockquote> <h2>plugin-vue@5.2.3</h2> <p>Please refer to <a href="https://github.com/vitejs/vite-plugin-vue/blob/plugin-vue@5.2.3/packages/plugin-vue/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>plugin-vue@5.2.2</h2> <p>Please refer to <a href="https://github.com/vitejs/vite-plugin-vue/blob/plugin-vue@5.2.2/packages/plugin-vue/CHANGELOG.md">CHANGELOG.md</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite-plugin-vue/blob/main/packages/plugin-vue/CHANGELOG.md"><code>@vitejs/plugin-vue</code>'s changelog</a>.</em></p> <blockquote> <h2><!-- raw HTML omitted -->5.2.3 (2025-03-17)<!-- raw HTML omitted --></h2> <ul> <li>Revert "fix: generate unique component id" (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/548">#548</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/4bc5517">4bc5517</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/548">#548</a></li> </ul> <h2><!-- raw HTML omitted -->5.2.2 (2025-03-17)<!-- raw HTML omitted --></h2> <ul> <li>feat: pass descriptor vapor flag to compileTemplte (<a href="https://github.com/vitejs/vite-plugin-vue/commit/219e007">219e007</a>)</li> <li>feat(css): tree shake scoped styles (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/533">#533</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/333094f">333094f</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/533">#533</a></li> <li>fix: generate unique component id (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/538">#538</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/2704e85">2704e85</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/538">#538</a></li> <li>fix: properly interpret boolean values in <code>define</code> (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/545">#545</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/46d3d65">46d3d65</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/545">#545</a></li> <li>fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/482">#482</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/cdbae68">cdbae68</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/482">#482</a></li> <li>fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/488">#488</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/5d39582">5d39582</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/488">#488</a></li> <li>fix(index): move the if check earlier to avoid creating unnecessary ssr when entering return block ( (<a href="https://github.com/vitejs/vite-plugin-vue/commit/2135c84">2135c84</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/523">#523</a></li> <li>fix(plugin-vue): default value for compile time flags (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/495">#495</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/ae9d948">ae9d948</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/495">#495</a></li> <li>fix(plugin-vue): ensure HMR updates styles when SFC is treated as a type dependency (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/541">#541</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/4abe3be">4abe3be</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/541">#541</a></li> <li>fix(plugin-vue): resolve sourcemap conflicts in build watch mode with cached modules (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/505">#505</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/906cebb">906cebb</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/505">#505</a></li> <li>fix(plugin-vue): support external import URLs for monorepos (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/524">#524</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/cdd4922">cdd4922</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/524">#524</a></li> <li>fix(plugin-vue): support vapor template-only component (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/529">#529</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/95be153">95be153</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/529">#529</a></li> <li>fix(plugin-vue): suppress warnings for non-recognized pseudo selectors form lightningcss (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/521">#521</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/15c0eb0">15c0eb0</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/521">#521</a></li> <li>chore(deps): update dependency rollup to ^4.27.4 (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/479">#479</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/428320d">428320d</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/479">#479</a></li> <li>chore(deps): update dependency rollup to ^4.28.1 (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/484">#484</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/388403f">388403f</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/484">#484</a></li> <li>chore(deps): update dependency rollup to ^4.29.1 (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/493">#493</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/b092bc8">b092bc8</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/493">#493</a></li> <li>chore(deps): update upstream (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/503">#503</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/8c12b9f">8c12b9f</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/503">#503</a></li> <li>chore(deps): update upstream (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/511">#511</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/d057351">d057351</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/511">#511</a></li> <li>chore(deps): update upstream (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/526">#526</a>) (<a href="https://github.com/vitejs/vite-plugin-vue/commit/59946d3">59946d3</a>), closes <a href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/526">#526</a></li> <li>chore(plugin-vue): simplify <code>resolved</code> declaration (<a href="https://github.com/vitejs/vite-plugin-vue/commit/7288a59">7288a59</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="b733b914e6"><code>b733b91</code></a> release: plugin-vue@5.2.3</li> <li><a href="4bc551785a"><code>4bc5517</code></a> Revert "fix: generate unique component id" (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/548">#548</a>)</li> <li><a href="979cbbf2e6"><code>979cbbf</code></a> release: plugin-vue@5.2.2</li> <li><a href="333094f434"><code>333094f</code></a> feat(css): tree shake scoped styles (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/533">#533</a>)</li> <li><a href="906cebb1f5"><code>906cebb</code></a> fix(plugin-vue): resolve sourcemap conflicts in build watch mode with cached ...</li> <li><a href="2704e85d4c"><code>2704e85</code></a> fix: generate unique component id (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/538">#538</a>)</li> <li><a href="46d3d65072"><code>46d3d65</code></a> fix: properly interpret boolean values in <code>define</code> (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/545">#545</a>)</li> <li><a href="4abe3be06e"><code>4abe3be</code></a> fix(plugin-vue): ensure HMR updates styles when SFC is treated as a type depe...</li> <li><a href="59946d3d67"><code>59946d3</code></a> chore(deps): update upstream (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/526">#526</a>)</li> <li><a href="95be153755"><code>95be153</code></a> fix(plugin-vue): support vapor template-only component (<a href="https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue/issues/529">#529</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitejs/vite-plugin-vue/commits/plugin-vue@5.2.3/packages/plugin-vue">compare view</a></li> </ul> </details> <br /> Updates `@vue/devtools-api` from 7.7.2 to 7.7.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/devtools/releases"><code>@vue/devtools-api</code>'s releases</a>.</em></p> <blockquote> <h2>v7.7.5</h2> <p><em>No significant changes</em></p> <h5> <a href="https://github.com/vuejs/devtools/compare/v7.7.4...v7.7.5">View changes on GitHub</a></h5> <h2>v7.7.4</h2> <h3> 🐞 Bug Fixes</h3> <ul> <li><strong>vite</strong>: Pin <code>vite-plugin-inspect</code> - by <a href="https://github.com/webfansplz"><code>@webfansplz</code></a> <a href="https://github.com/vuejs/devtools/commit/1571b455"><!-- raw HTML omitted -->(1571b)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/vuejs/devtools/compare/v7.7.3...v7.7.4">View changes on GitHub</a></h5> <h2>v7.7.3</h2> <h3> 🐞 Bug Fixes</h3> <ul> <li>Resolve <code>Map</code> nested object modification - by <a href="https://github.com/rbgmulmb"><code>@rbgmulmb</code></a> in <a href="https://redirect.github.com/vuejs/devtools/issues/799">vuejs/devtools#799</a> <a href="https://github.com/vuejs/devtools/commit/60fb42d2"><!-- raw HTML omitted -->(60fb4)<!-- raw HTML omitted --></a></li> <li><strong>client</strong>: Unable to scroll for pages - by <a href="https://github.com/cloudmoonocus"><code>@cloudmoonocus</code></a> in <a href="https://redirect.github.com/vuejs/devtools/issues/856">vuejs/devtools#856</a> <a href="https://github.com/vuejs/devtools/commit/06f8998a"><!-- raw HTML omitted -->(06f89)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/vuejs/devtools/compare/v7.7.2...v7.7.3">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="82901b82cf"><code>82901b8</code></a> chore: release v7.7.5</li> <li><a href="ea723cfcc5"><code>ea723cf</code></a> chore: release v7.7.4</li> <li><a href="73a8a68397"><code>73a8a68</code></a> chore: release v7.7.3</li> <li>See full diff in <a href="https://github.com/vuejs/devtools/commits/v7.7.5/packages/devtools-api">compare view</a></li> </ul> </details> <br /> Updates `@vue/devtools-kit` from 7.7.2 to 7.7.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/devtools/releases"><code>@vue/devtools-kit</code>'s releases</a>.</em></p> <blockquote> <h2>v7.7.5</h2> <p><em>No significant changes</em></p> <h5> <a href="https://github.com/vuejs/devtools/compare/v7.7.4...v7.7.5">View changes on GitHub</a></h5> <h2>v7.7.4</h2> <h3> 🐞 Bug Fixes</h3> <ul> <li><strong>vite</strong>: Pin <code>vite-plugin-inspect</code> - by <a href="https://github.com/webfansplz"><code>@webfansplz</code></a> <a href="https://github.com/vuejs/devtools/commit/1571b455"><!-- raw HTML omitted -->(1571b)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/vuejs/devtools/compare/v7.7.3...v7.7.4">View changes on GitHub</a></h5> <h2>v7.7.3</h2> <h3> 🐞 Bug Fixes</h3> <ul> <li>Resolve <code>Map</code> nested object modification - by <a href="https://github.com/rbgmulmb"><code>@rbgmulmb</code></a> in <a href="https://redirect.github.com/vuejs/devtools/issues/799">vuejs/devtools#799</a> <a href="https://github.com/vuejs/devtools/commit/60fb42d2"><!-- raw HTML omitted -->(60fb4)<!-- raw HTML omitted --></a></li> <li><strong>client</strong>: Unable to scroll for pages - by <a href="https://github.com/cloudmoonocus"><code>@cloudmoonocus</code></a> in <a href="https://redirect.github.com/vuejs/devtools/issues/856">vuejs/devtools#856</a> <a href="https://github.com/vuejs/devtools/commit/06f8998a"><!-- raw HTML omitted -->(06f89)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="https://github.com/vuejs/devtools/compare/v7.7.2...v7.7.3">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="82901b82cf"><code>82901b8</code></a> chore: release v7.7.5</li> <li><a href="ea723cfcc5"><code>ea723cf</code></a> chore: release v7.7.4</li> <li><a href="73a8a68397"><code>73a8a68</code></a> chore: release v7.7.3</li> <li><a href="aa86bb721c"><code>aa86bb7</code></a> chore(deps): update all non-major dependencies (<a href="https://github.com/vuejs/devtools/tree/HEAD/packages/devtools-kit/issues/828">#828</a>)</li> <li><a href="d5f94279cf"><code>d5f9427</code></a> chore(deps): update all non-major dependencies (<a href="https://github.com/vuejs/devtools/tree/HEAD/packages/devtools-kit/issues/822">#822</a>)</li> <li><a href="60fb42d292"><code>60fb42d</code></a> fix: resolve <code>Map</code> nested object modification (<a href="https://github.com/vuejs/devtools/tree/HEAD/packages/devtools-kit/issues/799">#799</a>)</li> <li><a href="db154d0478"><code>db154d0</code></a> chore: use pnpm catalog (<a href="https://github.com/vuejs/devtools/tree/HEAD/packages/devtools-kit/issues/519">#519</a>)</li> <li><a href="9462f0050c"><code>9462f00</code></a> chore: bump deps</li> <li><a href="bd416bc599"><code>bd416bc</code></a> chore: remove <code>unstable_ts_config</code> ESLint flag (<a href="https://github.com/vuejs/devtools/tree/HEAD/packages/devtools-kit/issues/800">#800</a>)</li> <li><a href="248a14a394"><code>248a14a</code></a> chore: update test case to align with vue behavior (<a href="https://github.com/vuejs/devtools/tree/HEAD/packages/devtools-kit/issues/797">#797</a>)</li> <... _Description has been truncated_ Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -29,121 +29,121 @@
|
|||||||
resolved "https://registry.yarnpkg.com/@algolia/autocomplete-shared/-/autocomplete-shared-1.17.7.tgz#105e84ad9d1a31d3fb86ba20dc890eefe1a313a0"
|
resolved "https://registry.yarnpkg.com/@algolia/autocomplete-shared/-/autocomplete-shared-1.17.7.tgz#105e84ad9d1a31d3fb86ba20dc890eefe1a313a0"
|
||||||
integrity sha512-o/1Vurr42U/qskRSuhBH+VKxMvkkUVTLU6WZQr+L5lGZZLYWyhdzWjW0iGXY7EkwRTjBqvN2EsR81yCTGV/kmg==
|
integrity sha512-o/1Vurr42U/qskRSuhBH+VKxMvkkUVTLU6WZQr+L5lGZZLYWyhdzWjW0iGXY7EkwRTjBqvN2EsR81yCTGV/kmg==
|
||||||
|
|
||||||
"@algolia/client-abtesting@5.20.3":
|
"@algolia/client-abtesting@5.23.4":
|
||||||
version "5.20.3"
|
version "5.23.4"
|
||||||
resolved "https://registry.yarnpkg.com/@algolia/client-abtesting/-/client-abtesting-5.20.3.tgz#e4120919292c57270546cdf8f7030ac8f035c9a2"
|
resolved "https://registry.yarnpkg.com/@algolia/client-abtesting/-/client-abtesting-5.23.4.tgz#de89e757ca26e003dc4dbd7e7fac35c3071caaa4"
|
||||||
integrity sha512-wPOzHYSsW+H97JkBLmnlOdJSpbb9mIiuNPycUCV5DgzSkJFaI/OFxXfZXAh1gqxK+hf0miKue1C9bltjWljrNA==
|
integrity sha512-WIMT2Kxy+FFWXWQxIU8QgbTioL+SGE24zhpj0kipG4uQbzXwONaWt7ffaYLjfge3gcGSgJVv+1VlahVckafluQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@algolia/client-common" "5.20.3"
|
"@algolia/client-common" "5.23.4"
|
||||||
"@algolia/requester-browser-xhr" "5.20.3"
|
"@algolia/requester-browser-xhr" "5.23.4"
|
||||||
"@algolia/requester-fetch" "5.20.3"
|
"@algolia/requester-fetch" "5.23.4"
|
||||||
"@algolia/requester-node-http" "5.20.3"
|
"@algolia/requester-node-http" "5.23.4"
|
||||||
|
|
||||||
"@algolia/client-analytics@5.20.3":
|
"@algolia/client-analytics@5.23.4":
|
||||||
version "5.20.3"
|
version "5.23.4"
|
||||||
resolved "https://registry.yarnpkg.com/@algolia/client-analytics/-/client-analytics-5.20.3.tgz#242d448ee34667a52bf1efe5c39b58546d71201f"
|
resolved "https://registry.yarnpkg.com/@algolia/client-analytics/-/client-analytics-5.23.4.tgz#4a918a775db1c596773a34414f9d4203a50b4291"
|
||||||
integrity sha512-XE3iduH9lA7iTQacDGofBQyIyIgaX8qbTRRdj1bOCmfzc9b98CoiMwhNwdTifmmMewmN0EhVF3hP8KjKWwX7Yw==
|
integrity sha512-4B9gChENsQA9kFmFlb+x3YhBz2Gx3vSsm81FHI1yJ3fn2zlxREHmfrjyqYoMunsU7BybT/o5Nb7ccCbm/vfseA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@algolia/client-common" "5.20.3"
|
"@algolia/client-common" "5.23.4"
|
||||||
"@algolia/requester-browser-xhr" "5.20.3"
|
"@algolia/requester-browser-xhr" "5.23.4"
|
||||||
"@algolia/requester-fetch" "5.20.3"
|
"@algolia/requester-fetch" "5.23.4"
|
||||||
"@algolia/requester-node-http" "5.20.3"
|
"@algolia/requester-node-http" "5.23.4"
|
||||||
|
|
||||||
"@algolia/client-common@5.20.3":
|
"@algolia/client-common@5.23.4":
|
||||||
version "5.20.3"
|
version "5.23.4"
|
||||||
resolved "https://registry.yarnpkg.com/@algolia/client-common/-/client-common-5.20.3.tgz#7eec522ca18ae446b775092d17d47eecf97c6af9"
|
resolved "https://registry.yarnpkg.com/@algolia/client-common/-/client-common-5.23.4.tgz#651506d080fd1feda1175c89ffb83fd7a2af20c2"
|
||||||
integrity sha512-IYRd/A/R3BXeaQVT2805lZEdWo54v39Lqa7ABOxIYnUvX2vvOMW1AyzCuT0U7Q+uPdD4UW48zksUKRixShcWxA==
|
integrity sha512-bsj0lwU2ytiWLtl7sPunr+oLe+0YJql9FozJln5BnIiqfKOaseSDdV42060vUy+D4373f2XBI009K/rm2IXYMA==
|
||||||
|
|
||||||
"@algolia/client-insights@5.20.3":
|
"@algolia/client-insights@5.23.4":
|
||||||
version "5.20.3"
|
version "5.23.4"
|
||||||
resolved "https://registry.yarnpkg.com/@algolia/client-insights/-/client-insights-5.20.3.tgz#1bcd9e3090512d3f32e64c2c0b839c7ebfd40574"
|
resolved "https://registry.yarnpkg.com/@algolia/client-insights/-/client-insights-5.23.4.tgz#a901e2dda6a7a8e6d8879b66e5776d22d1e95a04"
|
||||||
integrity sha512-QGc/bmDUBgzB71rDL6kihI2e1Mx6G6PxYO5Ks84iL3tDcIel1aFuxtRF14P8saGgdIe1B6I6QkpkeIddZ6vWQw==
|
integrity sha512-XSCtAYvJ/hnfDHfRVMbBH0dayR+2ofVZy3jf5qyifjguC6rwxDsSdQvXpT0QFVyG+h8UPGtDhMPoUIng4wIcZA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@algolia/client-common" "5.20.3"
|
"@algolia/client-common" "5.23.4"
|
||||||
"@algolia/requester-browser-xhr" "5.20.3"
|
"@algolia/requester-browser-xhr" "5.23.4"
|
||||||
"@algolia/requester-fetch" "5.20.3"
|
"@algolia/requester-fetch" "5.23.4"
|
||||||
"@algolia/requester-node-http" "5.20.3"
|
"@algolia/requester-node-http" "5.23.4"
|
||||||
|
|
||||||
"@algolia/client-personalization@5.20.3":
|
"@algolia/client-personalization@5.23.4":
|
||||||
version "5.20.3"
|
version "5.23.4"
|
||||||
resolved "https://registry.yarnpkg.com/@algolia/client-personalization/-/client-personalization-5.20.3.tgz#ca1fe559112bd9aedefa38ca712d69b0bc2bfddf"
|
resolved "https://registry.yarnpkg.com/@algolia/client-personalization/-/client-personalization-5.23.4.tgz#d236f3ef648976307ca119899ad1459d40db93a6"
|
||||||
integrity sha512-zuM31VNPDJ1LBIwKbYGz/7+CSm+M8EhlljDamTg8AnDilnCpKjBebWZR5Tftv/FdWSro4tnYGOIz1AURQgZ+tQ==
|
integrity sha512-l/0QvqgRFFOf7BnKSJ3myd1WbDr86ftVaa3PQwlsNh7IpIHmvVcT83Bi5zlORozVGMwaKfyPZo6O48PZELsOeA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@algolia/client-common" "5.20.3"
|
"@algolia/client-common" "5.23.4"
|
||||||
"@algolia/requester-browser-xhr" "5.20.3"
|
"@algolia/requester-browser-xhr" "5.23.4"
|
||||||
"@algolia/requester-fetch" "5.20.3"
|
"@algolia/requester-fetch" "5.23.4"
|
||||||
"@algolia/requester-node-http" "5.20.3"
|
"@algolia/requester-node-http" "5.23.4"
|
||||||
|
|
||||||
"@algolia/client-query-suggestions@5.20.3":
|
"@algolia/client-query-suggestions@5.23.4":
|
||||||
version "5.20.3"
|
version "5.23.4"
|
||||||
resolved "https://registry.yarnpkg.com/@algolia/client-query-suggestions/-/client-query-suggestions-5.20.3.tgz#fed613ab3c7e0be1cb5dcca09fdab65de17e2800"
|
resolved "https://registry.yarnpkg.com/@algolia/client-query-suggestions/-/client-query-suggestions-5.23.4.tgz#79579f525510bcc3aacc289040d9c2536e65f945"
|
||||||
integrity sha512-Nn872PuOI8qzi1bxMMhJ0t2AzVBqN01jbymBQOkypvZHrrjZPso3iTpuuLLo9gi3yc/08vaaWTAwJfPhxPwJUw==
|
integrity sha512-TB0htrDgVacVGtPDyENoM6VIeYqR+pMsDovW94dfi2JoaRxfqu/tYmLpvgWcOknP6wLbr8bA+G7t/NiGksNAwQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@algolia/client-common" "5.20.3"
|
"@algolia/client-common" "5.23.4"
|
||||||
"@algolia/requester-browser-xhr" "5.20.3"
|
"@algolia/requester-browser-xhr" "5.23.4"
|
||||||
"@algolia/requester-fetch" "5.20.3"
|
"@algolia/requester-fetch" "5.23.4"
|
||||||
"@algolia/requester-node-http" "5.20.3"
|
"@algolia/requester-node-http" "5.23.4"
|
||||||
|
|
||||||
"@algolia/client-search@5.20.3":
|
"@algolia/client-search@5.23.4":
|
||||||
version "5.20.3"
|
version "5.23.4"
|
||||||
resolved "https://registry.yarnpkg.com/@algolia/client-search/-/client-search-5.20.3.tgz#d8ce41dea173112d4a971d697f34145a1354befd"
|
resolved "https://registry.yarnpkg.com/@algolia/client-search/-/client-search-5.23.4.tgz#7906ab4b704edd1ba2ac39100bf37e0279b4ebdc"
|
||||||
integrity sha512-9+Fm1ahV8/2goSIPIqZnVitV5yHW5E5xTdKy33xnqGd45A9yVv5tTkudWzEXsbfBB47j9Xb3uYPZjAvV5RHbKA==
|
integrity sha512-uBGo6KwUP6z+u6HZWRui8UJClS7fgUIAiYd1prUqCbkzDiCngTOzxaJbEvrdkK0hGCQtnPDiuNhC5MhtVNN4Eg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@algolia/client-common" "5.20.3"
|
"@algolia/client-common" "5.23.4"
|
||||||
"@algolia/requester-browser-xhr" "5.20.3"
|
"@algolia/requester-browser-xhr" "5.23.4"
|
||||||
"@algolia/requester-fetch" "5.20.3"
|
"@algolia/requester-fetch" "5.23.4"
|
||||||
"@algolia/requester-node-http" "5.20.3"
|
"@algolia/requester-node-http" "5.23.4"
|
||||||
|
|
||||||
"@algolia/ingestion@1.20.3":
|
"@algolia/ingestion@1.23.4":
|
||||||
version "1.20.3"
|
version "1.23.4"
|
||||||
resolved "https://registry.yarnpkg.com/@algolia/ingestion/-/ingestion-1.20.3.tgz#32283c2cde45d47b6731bbaaa170703ddf9c3874"
|
resolved "https://registry.yarnpkg.com/@algolia/ingestion/-/ingestion-1.23.4.tgz#f542907b13e7bb97dede32101cb86ce7e8482318"
|
||||||
integrity sha512-5GHNTiZ3saLjTNyr6WkP5hzDg2eFFAYWomvPcm9eHWskjzXt8R0IOiW9kkTS6I6hXBwN5H9Zna5mZDSqqJdg+g==
|
integrity sha512-Si6rFuGnSeEUPU9QchYvbknvEIyCRK7nkeaPVQdZpABU7m4V/tsiWdHmjVodtx3h20VZivJdHeQO9XbHxBOcCw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@algolia/client-common" "5.20.3"
|
"@algolia/client-common" "5.23.4"
|
||||||
"@algolia/requester-browser-xhr" "5.20.3"
|
"@algolia/requester-browser-xhr" "5.23.4"
|
||||||
"@algolia/requester-fetch" "5.20.3"
|
"@algolia/requester-fetch" "5.23.4"
|
||||||
"@algolia/requester-node-http" "5.20.3"
|
"@algolia/requester-node-http" "5.23.4"
|
||||||
|
|
||||||
"@algolia/monitoring@1.20.3":
|
"@algolia/monitoring@1.23.4":
|
||||||
version "1.20.3"
|
version "1.23.4"
|
||||||
resolved "https://registry.yarnpkg.com/@algolia/monitoring/-/monitoring-1.20.3.tgz#8165d8fbb89134876e9055f3432a3de72dc150bc"
|
resolved "https://registry.yarnpkg.com/@algolia/monitoring/-/monitoring-1.23.4.tgz#be169ebdb56f3636c1428f4f20fb33c79d09160a"
|
||||||
integrity sha512-KUWQbTPoRjP37ivXSQ1+lWMfaifCCMzTnEcEnXwAmherS5Tp7us6BAqQDMGOD4E7xyaS2I8pto6WlOzxH+CxmA==
|
integrity sha512-EXGoVVTshraqPJgr5cMd1fq7Jm71Ew6MpGCEaxI5PErBpJAmKdtjRIzs6JOGKHRaWLi+jdbJPYc2y8RN4qcx5Q==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@algolia/client-common" "5.20.3"
|
"@algolia/client-common" "5.23.4"
|
||||||
"@algolia/requester-browser-xhr" "5.20.3"
|
"@algolia/requester-browser-xhr" "5.23.4"
|
||||||
"@algolia/requester-fetch" "5.20.3"
|
"@algolia/requester-fetch" "5.23.4"
|
||||||
"@algolia/requester-node-http" "5.20.3"
|
"@algolia/requester-node-http" "5.23.4"
|
||||||
|
|
||||||
"@algolia/recommend@5.20.3":
|
"@algolia/recommend@5.23.4":
|
||||||
version "5.20.3"
|
version "5.23.4"
|
||||||
resolved "https://registry.yarnpkg.com/@algolia/recommend/-/recommend-5.20.3.tgz#bfe36b49287cdf07ad5369640dd65f4b12117e30"
|
resolved "https://registry.yarnpkg.com/@algolia/recommend/-/recommend-5.23.4.tgz#218ca0457d68045632953648b622047e0c57a338"
|
||||||
integrity sha512-oo/gG77xTTTclkrdFem0Kmx5+iSRFiwuRRdxZETDjwzCI7svutdbwBgV/Vy4D4QpYaX4nhY/P43k84uEowCE4Q==
|
integrity sha512-1t6glwKVCkjvBNlng2itTf8fwaLSqkL4JaMENgR3WTGR8mmW2akocUy/ZYSQcG4TcR7qu4zW2UMGAwLoWoflgQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@algolia/client-common" "5.20.3"
|
"@algolia/client-common" "5.23.4"
|
||||||
"@algolia/requester-browser-xhr" "5.20.3"
|
"@algolia/requester-browser-xhr" "5.23.4"
|
||||||
"@algolia/requester-fetch" "5.20.3"
|
"@algolia/requester-fetch" "5.23.4"
|
||||||
"@algolia/requester-node-http" "5.20.3"
|
"@algolia/requester-node-http" "5.23.4"
|
||||||
|
|
||||||
"@algolia/requester-browser-xhr@5.20.3":
|
"@algolia/requester-browser-xhr@5.23.4":
|
||||||
version "5.20.3"
|
version "5.23.4"
|
||||||
resolved "https://registry.yarnpkg.com/@algolia/requester-browser-xhr/-/requester-browser-xhr-5.20.3.tgz#7bc054eb70669e601e0b1ab034d360eb44c900b6"
|
resolved "https://registry.yarnpkg.com/@algolia/requester-browser-xhr/-/requester-browser-xhr-5.23.4.tgz#ee8c88094e904511024e3ba7749b85a85f8d31bd"
|
||||||
integrity sha512-BkkW7otbiI/Er1AiEPZs1h7lxbtSO9p09jFhv3/iT8/0Yz0CY79VJ9iq+Wv1+dq/l0OxnMpBy8mozrieGA3mXQ==
|
integrity sha512-UUuizcgc5+VSY8hqzDFVdJ3Wcto03lpbFRGPgW12pHTlUQHUTADtIpIhkLLOZRCjXmCVhtr97Z+eR6LcRYXa3Q==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@algolia/client-common" "5.20.3"
|
"@algolia/client-common" "5.23.4"
|
||||||
|
|
||||||
"@algolia/requester-fetch@5.20.3":
|
"@algolia/requester-fetch@5.23.4":
|
||||||
version "5.20.3"
|
version "5.23.4"
|
||||||
resolved "https://registry.yarnpkg.com/@algolia/requester-fetch/-/requester-fetch-5.20.3.tgz#e280a3bd142984a31b172743119f21a3ccef576b"
|
resolved "https://registry.yarnpkg.com/@algolia/requester-fetch/-/requester-fetch-5.23.4.tgz#138dab9f52771cdb90c64dabb01d1fec3614446b"
|
||||||
integrity sha512-eAVlXz7UNzTsA1EDr+p0nlIH7WFxo7k3NMxYe8p38DH8YVWLgm2MgOVFUMNg9HCi6ZNOi/A2w/id2ZZ4sKgUOw==
|
integrity sha512-UhDg6elsek6NnV5z4VG1qMwR6vbp+rTMBEnl/v4hUyXQazU+CNdYkl++cpdmLwGI/7nXc28xtZiL90Es3I7viQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@algolia/client-common" "5.20.3"
|
"@algolia/client-common" "5.23.4"
|
||||||
|
|
||||||
"@algolia/requester-node-http@5.20.3":
|
"@algolia/requester-node-http@5.23.4":
|
||||||
version "5.20.3"
|
version "5.23.4"
|
||||||
resolved "https://registry.yarnpkg.com/@algolia/requester-node-http/-/requester-node-http-5.20.3.tgz#cf06a8568efd7f3ad02414e13f2fa94c15edfc37"
|
resolved "https://registry.yarnpkg.com/@algolia/requester-node-http/-/requester-node-http-5.23.4.tgz#8cc9439ef2f21f04cbea7ddeef712aa2b3d18f62"
|
||||||
integrity sha512-FqR3pQPfHfQyX1wgcdK6iyqu86yP76MZd4Pzj1y/YLMj9rRmRCY0E0AffKr//nrOFEwv6uY8BQY4fd9/6b0ZCg==
|
integrity sha512-jXGzGBRUS0oywQwnaCA6mMDJO7LoC3dYSLsyNfIqxDR4SNGLhtg3je0Y31lc24OA4nYyKAYgVLtjfrpcpsWShg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@algolia/client-common" "5.20.3"
|
"@algolia/client-common" "5.23.4"
|
||||||
|
|
||||||
"@babel/helper-string-parser@^7.25.9":
|
"@babel/helper-string-parser@^7.25.9":
|
||||||
version "7.25.9"
|
version "7.25.9"
|
||||||
@@ -156,16 +156,16 @@
|
|||||||
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
|
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
|
||||||
|
|
||||||
"@babel/parser@^7.25.3":
|
"@babel/parser@^7.25.3":
|
||||||
version "7.26.9"
|
version "7.27.0"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.9.tgz#d9e78bee6dc80f9efd8f2349dcfbbcdace280fd5"
|
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.0.tgz#3d7d6ee268e41d2600091cbd4e145ffee85a44ec"
|
||||||
integrity sha512-81NWa1njQblgZbQHxWHpxxCzNsa3ZwvFqpUg7P+NNUU6f3UU2jBEg4OlF/J6rl8+PQGh1q6/zWScd001YwcA5A==
|
integrity sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/types" "^7.26.9"
|
"@babel/types" "^7.27.0"
|
||||||
|
|
||||||
"@babel/types@^7.26.9":
|
"@babel/types@^7.27.0":
|
||||||
version "7.26.9"
|
version "7.27.0"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.9.tgz#08b43dec79ee8e682c2ac631c010bdcac54a21ce"
|
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.0.tgz#ef9acb6b06c3173f6632d993ecb6d4ae470b4559"
|
||||||
integrity sha512-Y3IR1cRnOxOCDvMmNiym7XpXQ93iGDDPHx+Zj+NM+rg0fBaShfQLkg+hKPaZCEvg5N/LeCo4+Rj/i3FuJsIQaw==
|
integrity sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/helper-string-parser" "^7.25.9"
|
"@babel/helper-string-parser" "^7.25.9"
|
||||||
"@babel/helper-validator-identifier" "^7.25.9"
|
"@babel/helper-validator-identifier" "^7.25.9"
|
||||||
@@ -309,9 +309,9 @@
|
|||||||
integrity sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==
|
integrity sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==
|
||||||
|
|
||||||
"@iconify-json/simple-icons@^1.2.21":
|
"@iconify-json/simple-icons@^1.2.21":
|
||||||
version "1.2.25"
|
version "1.2.32"
|
||||||
resolved "https://registry.yarnpkg.com/@iconify-json/simple-icons/-/simple-icons-1.2.25.tgz#b984e1851baac5cddbe82ecc15f3a5806c8879bb"
|
resolved "https://registry.yarnpkg.com/@iconify-json/simple-icons/-/simple-icons-1.2.32.tgz#c6efa3c36c87ca35c79898383e69e046b2377df5"
|
||||||
integrity sha512-2E1/gOCO97rF6usfhhiXxwzCb+UhdEsxW3lW1Sew+xZY0COY6dp82Z/r1rUt2fWKneWjuoGcNeJHHXQyG8mIuw==
|
integrity sha512-gxgLq0raip7SJaeJ0302vwhsqupQttS21B93Ci1kA/++B+hIgGw71HzTOWQoUhwjlrdWcoVUxSvpPJoMs7oURg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@iconify/types" "*"
|
"@iconify/types" "*"
|
||||||
|
|
||||||
@@ -325,102 +325,107 @@
|
|||||||
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz#3188bcb273a414b0d215fd22a58540b989b9409a"
|
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz#3188bcb273a414b0d215fd22a58540b989b9409a"
|
||||||
integrity sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==
|
integrity sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==
|
||||||
|
|
||||||
"@rollup/rollup-android-arm-eabi@4.34.8":
|
"@rollup/rollup-android-arm-eabi@4.40.0":
|
||||||
version "4.34.8"
|
version "4.40.0"
|
||||||
resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.34.8.tgz#731df27dfdb77189547bcef96ada7bf166bbb2fb"
|
resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.40.0.tgz#d964ee8ce4d18acf9358f96adc408689b6e27fe3"
|
||||||
integrity sha512-q217OSE8DTp8AFHuNHXo0Y86e1wtlfVrXiAlwkIvGRQv9zbc6mE3sjIVfwI8sYUyNxwOg0j/Vm1RKM04JcWLJw==
|
integrity sha512-+Fbls/diZ0RDerhE8kyC6hjADCXA1K4yVNlH0EYfd2XjyH0UGgzaQ8MlT0pCXAThfxv3QUAczHaL+qSv1E4/Cg==
|
||||||
|
|
||||||
"@rollup/rollup-android-arm64@4.34.8":
|
"@rollup/rollup-android-arm64@4.40.0":
|
||||||
version "4.34.8"
|
version "4.40.0"
|
||||||
resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.34.8.tgz#4bea6db78e1f6927405df7fe0faf2f5095e01343"
|
resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.40.0.tgz#9b5e130ecc32a5fc1e96c09ff371743ee71a62d3"
|
||||||
integrity sha512-Gigjz7mNWaOL9wCggvoK3jEIUUbGul656opstjaUSGC3eT0BM7PofdAJaBfPFWWkXNVAXbaQtC99OCg4sJv70Q==
|
integrity sha512-PPA6aEEsTPRz+/4xxAmaoWDqh67N7wFbgFUJGMnanCFs0TV99M0M8QhhaSCks+n6EbQoFvLQgYOGXxlMGQe/6w==
|
||||||
|
|
||||||
"@rollup/rollup-darwin-arm64@4.34.8":
|
"@rollup/rollup-darwin-arm64@4.40.0":
|
||||||
version "4.34.8"
|
version "4.40.0"
|
||||||
resolved "https://registry.yarnpkg.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.34.8.tgz#a7aab77d44be3c44a20f946e10160f84e5450e7f"
|
resolved "https://registry.yarnpkg.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.40.0.tgz#ef439182c739b20b3c4398cfc03e3c1249ac8903"
|
||||||
integrity sha512-02rVdZ5tgdUNRxIUrFdcMBZQoaPMrxtwSb+/hOfBdqkatYHR3lZ2A2EGyHq2sGOd0Owk80oV3snlDASC24He3Q==
|
integrity sha512-GwYOcOakYHdfnjjKwqpTGgn5a6cUX7+Ra2HeNj/GdXvO2VJOOXCiYYlRFU4CubFM67EhbmzLOmACKEfvp3J1kQ==
|
||||||
|
|
||||||
"@rollup/rollup-darwin-x64@4.34.8":
|
"@rollup/rollup-darwin-x64@4.40.0":
|
||||||
version "4.34.8"
|
version "4.40.0"
|
||||||
resolved "https://registry.yarnpkg.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.34.8.tgz#c572c024b57ee8ddd1b0851703ace9eb6cc0dd82"
|
resolved "https://registry.yarnpkg.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.40.0.tgz#d7380c1531ab0420ca3be16f17018ef72dd3d504"
|
||||||
integrity sha512-qIP/elwR/tq/dYRx3lgwK31jkZvMiD6qUtOycLhTzCvrjbZ3LjQnEM9rNhSGpbLXVJYQ3rq39A6Re0h9tU2ynw==
|
integrity sha512-CoLEGJ+2eheqD9KBSxmma6ld01czS52Iw0e2qMZNpPDlf7Z9mj8xmMemxEucinev4LgHalDPczMyxzbq+Q+EtA==
|
||||||
|
|
||||||
"@rollup/rollup-freebsd-arm64@4.34.8":
|
"@rollup/rollup-freebsd-arm64@4.40.0":
|
||||||
version "4.34.8"
|
version "4.40.0"
|
||||||
resolved "https://registry.yarnpkg.com/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.34.8.tgz#cf74f8113b5a83098a5c026c165742277cbfb88b"
|
resolved "https://registry.yarnpkg.com/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.40.0.tgz#cbcbd7248823c6b430ce543c59906dd3c6df0936"
|
||||||
integrity sha512-IQNVXL9iY6NniYbTaOKdrlVP3XIqazBgJOVkddzJlqnCpRi/yAeSOa8PLcECFSQochzqApIOE1GHNu3pCz+BDA==
|
integrity sha512-r7yGiS4HN/kibvESzmrOB/PxKMhPTlz+FcGvoUIKYoTyGd5toHp48g1uZy1o1xQvybwwpqpe010JrcGG2s5nkg==
|
||||||
|
|
||||||
"@rollup/rollup-freebsd-x64@4.34.8":
|
"@rollup/rollup-freebsd-x64@4.40.0":
|
||||||
version "4.34.8"
|
version "4.40.0"
|
||||||
resolved "https://registry.yarnpkg.com/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.34.8.tgz#39561f3a2f201a4ad6a01425b1ff5928154ecd7c"
|
resolved "https://registry.yarnpkg.com/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.40.0.tgz#96bf6ff875bab5219c3472c95fa6eb992586a93b"
|
||||||
integrity sha512-TYXcHghgnCqYFiE3FT5QwXtOZqDj5GmaFNTNt3jNC+vh22dc/ukG2cG+pi75QO4kACohZzidsq7yKTKwq/Jq7Q==
|
integrity sha512-mVDxzlf0oLzV3oZOr0SMJ0lSDd3xC4CmnWJ8Val8isp9jRGl5Dq//LLDSPFrasS7pSm6m5xAcKaw3sHXhBjoRw==
|
||||||
|
|
||||||
"@rollup/rollup-linux-arm-gnueabihf@4.34.8":
|
"@rollup/rollup-linux-arm-gnueabihf@4.40.0":
|
||||||
version "4.34.8"
|
version "4.40.0"
|
||||||
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.34.8.tgz#980d6061e373bfdaeb67925c46d2f8f9b3de537f"
|
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.40.0.tgz#d80cd62ce6d40f8e611008d8dbf03b5e6bbf009c"
|
||||||
integrity sha512-A4iphFGNkWRd+5m3VIGuqHnG3MVnqKe7Al57u9mwgbyZ2/xF9Jio72MaY7xxh+Y87VAHmGQr73qoKL9HPbXj1g==
|
integrity sha512-y/qUMOpJxBMy8xCXD++jeu8t7kzjlOCkoxxajL58G62PJGBZVl/Gwpm7JK9+YvlB701rcQTzjUZ1JgUoPTnoQA==
|
||||||
|
|
||||||
"@rollup/rollup-linux-arm-musleabihf@4.34.8":
|
"@rollup/rollup-linux-arm-musleabihf@4.40.0":
|
||||||
version "4.34.8"
|
version "4.40.0"
|
||||||
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.34.8.tgz#f91a90f30dc00d5a64ac2d9bbedc829cd3cfaa78"
|
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.40.0.tgz#75440cfc1e8d0f87a239b4c31dfeaf4719b656b7"
|
||||||
integrity sha512-S0lqKLfTm5u+QTxlFiAnb2J/2dgQqRy/XvziPtDd1rKZFXHTyYLoVL58M/XFwDI01AQCDIevGLbQrMAtdyanpA==
|
integrity sha512-GoCsPibtVdJFPv/BOIvBKO/XmwZLwaNWdyD8TKlXuqp0veo2sHE+A/vpMQ5iSArRUz/uaoj4h5S6Pn0+PdhRjg==
|
||||||
|
|
||||||
"@rollup/rollup-linux-arm64-gnu@4.34.8":
|
"@rollup/rollup-linux-arm64-gnu@4.40.0":
|
||||||
version "4.34.8"
|
version "4.40.0"
|
||||||
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.34.8.tgz#fac700fa5c38bc13a0d5d34463133093da4c92a0"
|
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.40.0.tgz#ac527485ecbb619247fb08253ec8c551a0712e7c"
|
||||||
integrity sha512-jpz9YOuPiSkL4G4pqKrus0pn9aYwpImGkosRKwNi+sJSkz+WU3anZe6hi73StLOQdfXYXC7hUfsQlTnjMd3s1A==
|
integrity sha512-L5ZLphTjjAD9leJzSLI7rr8fNqJMlGDKlazW2tX4IUF9P7R5TMQPElpH82Q7eNIDQnQlAyiNVfRPfP2vM5Avvg==
|
||||||
|
|
||||||
"@rollup/rollup-linux-arm64-musl@4.34.8":
|
"@rollup/rollup-linux-arm64-musl@4.40.0":
|
||||||
version "4.34.8"
|
version "4.40.0"
|
||||||
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.34.8.tgz#f50ecccf8c78841ff6df1706bc4782d7f62bf9c3"
|
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.40.0.tgz#74d2b5cb11cf714cd7d1682e7c8b39140e908552"
|
||||||
integrity sha512-KdSfaROOUJXgTVxJNAZ3KwkRc5nggDk+06P6lgi1HLv1hskgvxHUKZ4xtwHkVYJ1Rep4GNo+uEfycCRRxht7+Q==
|
integrity sha512-ATZvCRGCDtv1Y4gpDIXsS+wfFeFuLwVxyUBSLawjgXK2tRE6fnsQEkE4csQQYWlBlsFztRzCnBvWVfcae/1qxQ==
|
||||||
|
|
||||||
"@rollup/rollup-linux-loongarch64-gnu@4.34.8":
|
"@rollup/rollup-linux-loongarch64-gnu@4.40.0":
|
||||||
version "4.34.8"
|
version "4.40.0"
|
||||||
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.34.8.tgz#5869dc0b28242da6553e2b52af41374f4038cd6e"
|
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.40.0.tgz#a0a310e51da0b5fea0e944b0abd4be899819aef6"
|
||||||
integrity sha512-NyF4gcxwkMFRjgXBM6g2lkT58OWztZvw5KkV2K0qqSnUEqCVcqdh2jN4gQrTn/YUpAcNKyFHfoOZEer9nwo6uQ==
|
integrity sha512-wG9e2XtIhd++QugU5MD9i7OnpaVb08ji3P1y/hNbxrQ3sYEelKJOq1UJ5dXczeo6Hj2rfDEL5GdtkMSVLa/AOg==
|
||||||
|
|
||||||
"@rollup/rollup-linux-powerpc64le-gnu@4.34.8":
|
"@rollup/rollup-linux-powerpc64le-gnu@4.40.0":
|
||||||
version "4.34.8"
|
version "4.40.0"
|
||||||
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.34.8.tgz#5cdd9f851ce1bea33d6844a69f9574de335f20b1"
|
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.40.0.tgz#4077e2862b0ac9f61916d6b474d988171bd43b83"
|
||||||
integrity sha512-LMJc999GkhGvktHU85zNTDImZVUCJ1z/MbAJTnviiWmmjyckP5aQsHtcujMjpNdMZPT2rQEDBlJfubhs3jsMfw==
|
integrity sha512-vgXfWmj0f3jAUvC7TZSU/m/cOE558ILWDzS7jBhiCAFpY2WEBn5jqgbqvmzlMjtp8KlLcBlXVD2mkTSEQE6Ixw==
|
||||||
|
|
||||||
"@rollup/rollup-linux-riscv64-gnu@4.34.8":
|
"@rollup/rollup-linux-riscv64-gnu@4.40.0":
|
||||||
version "4.34.8"
|
version "4.40.0"
|
||||||
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.34.8.tgz#ef5dc37f4388f5253f0def43e1440ec012af204d"
|
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.40.0.tgz#5812a1a7a2f9581cbe12597307cc7ba3321cf2f3"
|
||||||
integrity sha512-xAQCAHPj8nJq1PI3z8CIZzXuXCstquz7cIOL73HHdXiRcKk8Ywwqtx2wrIy23EcTn4aZ2fLJNBB8d0tQENPCmw==
|
integrity sha512-uJkYTugqtPZBS3Z136arevt/FsKTF/J9dEMTX/cwR7lsAW4bShzI2R0pJVw+hcBTWF4dxVckYh72Hk3/hWNKvA==
|
||||||
|
|
||||||
"@rollup/rollup-linux-s390x-gnu@4.34.8":
|
"@rollup/rollup-linux-riscv64-musl@4.40.0":
|
||||||
version "4.34.8"
|
version "4.40.0"
|
||||||
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.34.8.tgz#7dbc3ccbcbcfb3e65be74538dfb6e8dd16178fde"
|
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.40.0.tgz#973aaaf4adef4531375c36616de4e01647f90039"
|
||||||
integrity sha512-DdePVk1NDEuc3fOe3dPPTb+rjMtuFw89gw6gVWxQFAuEqqSdDKnrwzZHrUYdac7A7dXl9Q2Vflxpme15gUWQFA==
|
integrity sha512-rKmSj6EXQRnhSkE22+WvrqOqRtk733x3p5sWpZilhmjnkHkpeCgWsFFo0dGnUGeA+OZjRl3+VYq+HyCOEuwcxQ==
|
||||||
|
|
||||||
"@rollup/rollup-linux-x64-gnu@4.34.8":
|
"@rollup/rollup-linux-s390x-gnu@4.40.0":
|
||||||
version "4.34.8"
|
version "4.40.0"
|
||||||
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.34.8.tgz#5783fc0adcab7dc069692056e8ca8d83709855ce"
|
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.40.0.tgz#9bad59e907ba5bfcf3e9dbd0247dfe583112f70b"
|
||||||
integrity sha512-8y7ED8gjxITUltTUEJLQdgpbPh1sUQ0kMTmufRF/Ns5tI9TNMNlhWtmPKKHCU0SilX+3MJkZ0zERYYGIVBYHIA==
|
integrity sha512-SpnYlAfKPOoVsQqmTFJ0usx0z84bzGOS9anAC0AZ3rdSo3snecihbhFTlJZ8XMwzqAcodjFU4+/SM311dqE5Sw==
|
||||||
|
|
||||||
"@rollup/rollup-linux-x64-musl@4.34.8":
|
"@rollup/rollup-linux-x64-gnu@4.40.0":
|
||||||
version "4.34.8"
|
version "4.40.0"
|
||||||
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.34.8.tgz#00b6c29b298197a384e3c659910b47943003a678"
|
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.40.0.tgz#68b045a720bd9b4d905f462b997590c2190a6de0"
|
||||||
integrity sha512-SCXcP0ZpGFIe7Ge+McxY5zKxiEI5ra+GT3QRxL0pMMtxPfpyLAKleZODi1zdRHkz5/BhueUrYtYVgubqe9JBNQ==
|
integrity sha512-RcDGMtqF9EFN8i2RYN2W+64CdHruJ5rPqrlYw+cgM3uOVPSsnAQps7cpjXe9be/yDp8UC7VLoCoKC8J3Kn2FkQ==
|
||||||
|
|
||||||
"@rollup/rollup-win32-arm64-msvc@4.34.8":
|
"@rollup/rollup-linux-x64-musl@4.40.0":
|
||||||
version "4.34.8"
|
version "4.40.0"
|
||||||
resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.34.8.tgz#cbfee01f1fe73791c35191a05397838520ca3cdd"
|
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.40.0.tgz#8e703e2c2ad19ba7b2cb3d8c3a4ad11d4ee3a282"
|
||||||
integrity sha512-YHYsgzZgFJzTRbth4h7Or0m5O74Yda+hLin0irAIobkLQFRQd1qWmnoVfwmKm9TXIZVAD0nZ+GEb2ICicLyCnQ==
|
integrity sha512-HZvjpiUmSNx5zFgwtQAV1GaGazT2RWvqeDi0hV+AtC8unqqDSsaFjPxfsO6qPtKRRg25SisACWnJ37Yio8ttaw==
|
||||||
|
|
||||||
"@rollup/rollup-win32-ia32-msvc@4.34.8":
|
"@rollup/rollup-win32-arm64-msvc@4.40.0":
|
||||||
version "4.34.8"
|
version "4.40.0"
|
||||||
resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.34.8.tgz#95cdbdff48fe6c948abcf6a1d500b2bd5ce33f62"
|
resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.40.0.tgz#c5bee19fa670ff5da5f066be6a58b4568e9c650b"
|
||||||
integrity sha512-r3NRQrXkHr4uWy5TOjTpTYojR9XmF0j/RYgKCef+Ag46FWUTltm5ziticv8LdNsDMehjJ543x/+TJAek/xBA2w==
|
integrity sha512-UtZQQI5k/b8d7d3i9AZmA/t+Q4tk3hOC0tMOMSq2GlMYOfxbesxG4mJSeDp0EHs30N9bsfwUvs3zF4v/RzOeTQ==
|
||||||
|
|
||||||
"@rollup/rollup-win32-x64-msvc@4.34.8":
|
"@rollup/rollup-win32-ia32-msvc@4.40.0":
|
||||||
version "4.34.8"
|
version "4.40.0"
|
||||||
resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.34.8.tgz#4cdb2cfae69cdb7b1a3cc58778e820408075e928"
|
resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.40.0.tgz#846e02c17044bd922f6f483a3b4d36aac6e2b921"
|
||||||
integrity sha512-U0FaE5O1BCpZSeE6gBl3c5ObhePQSfk9vDRToMmTkbhCOgW4jqvtS5LGyQ76L1fH8sM0keRp4uDTsbjiUyjk0g==
|
integrity sha512-+m03kvI2f5syIqHXCZLPVYplP8pQch9JHyXKZ3AGMKlg8dCyr2PKHjwRLiW53LTrN/Nc3EqHOKxUxzoSPdKddA==
|
||||||
|
|
||||||
"@shikijs/core@2.5.0":
|
"@rollup/rollup-win32-x64-msvc@4.40.0":
|
||||||
|
version "4.40.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.40.0.tgz#fd92d31a2931483c25677b9c6698106490cbbc76"
|
||||||
|
integrity sha512-lpPE1cLfP5oPzVjKMx10pgBmKELQnFJXHgvtHCtuJWOv8MxqdEIMNtgHgBFf7Ea2/7EuVwa9fodWUfXAlXZLZQ==
|
||||||
|
|
||||||
|
"@shikijs/core@2.5.0", "@shikijs/core@^2.1.0":
|
||||||
version "2.5.0"
|
version "2.5.0"
|
||||||
resolved "https://registry.yarnpkg.com/@shikijs/core/-/core-2.5.0.tgz#e14d33961dfa3141393d4a76fc8923d0d1c4b62f"
|
resolved "https://registry.yarnpkg.com/@shikijs/core/-/core-2.5.0.tgz#e14d33961dfa3141393d4a76fc8923d0d1c4b62f"
|
||||||
integrity sha512-uu/8RExTKtavlpH7XqnVYBrfBkUc20ngXiX9NSrBhOVZYv/7XQRKUyhtkeflY5QsxC0GbJThCerruZfsUaSldg==
|
integrity sha512-uu/8RExTKtavlpH7XqnVYBrfBkUc20ngXiX9NSrBhOVZYv/7XQRKUyhtkeflY5QsxC0GbJThCerruZfsUaSldg==
|
||||||
@@ -432,27 +437,6 @@
|
|||||||
"@types/hast" "^3.0.4"
|
"@types/hast" "^3.0.4"
|
||||||
hast-util-to-html "^9.0.4"
|
hast-util-to-html "^9.0.4"
|
||||||
|
|
||||||
"@shikijs/core@^2.1.0":
|
|
||||||
version "2.3.2"
|
|
||||||
resolved "https://registry.yarnpkg.com/@shikijs/core/-/core-2.3.2.tgz#dcdc851e6963fe4196e2f1051302dcecce1a8706"
|
|
||||||
integrity sha512-s7vyL3LzUKm3Qwf36zRWlavX9BQMZTIq9B1almM63M5xBuSldnsTHCmsXzoF/Kyw4k7Xgas7yAyJz9VR/vcP1A==
|
|
||||||
dependencies:
|
|
||||||
"@shikijs/engine-javascript" "2.3.2"
|
|
||||||
"@shikijs/engine-oniguruma" "2.3.2"
|
|
||||||
"@shikijs/types" "2.3.2"
|
|
||||||
"@shikijs/vscode-textmate" "^10.0.1"
|
|
||||||
"@types/hast" "^3.0.4"
|
|
||||||
hast-util-to-html "^9.0.4"
|
|
||||||
|
|
||||||
"@shikijs/engine-javascript@2.3.2":
|
|
||||||
version "2.3.2"
|
|
||||||
resolved "https://registry.yarnpkg.com/@shikijs/engine-javascript/-/engine-javascript-2.3.2.tgz#9be457bb1ce4c8650b3b46b0f5054d4afef48a6d"
|
|
||||||
integrity sha512-w3IEMu5HfL/OaJTsMbIfZ1HRPnWVYRANeDtmsdIIEgUOcLjzFJFQwlnkckGjKHekEzNqlMLbgB/twnfZ/EEAGg==
|
|
||||||
dependencies:
|
|
||||||
"@shikijs/types" "2.3.2"
|
|
||||||
"@shikijs/vscode-textmate" "^10.0.1"
|
|
||||||
oniguruma-to-es "^3.1.0"
|
|
||||||
|
|
||||||
"@shikijs/engine-javascript@2.5.0":
|
"@shikijs/engine-javascript@2.5.0":
|
||||||
version "2.5.0"
|
version "2.5.0"
|
||||||
resolved "https://registry.yarnpkg.com/@shikijs/engine-javascript/-/engine-javascript-2.5.0.tgz#e045c6ecfbda6c99137547b0a482e0b87f1053fc"
|
resolved "https://registry.yarnpkg.com/@shikijs/engine-javascript/-/engine-javascript-2.5.0.tgz#e045c6ecfbda6c99137547b0a482e0b87f1053fc"
|
||||||
@@ -462,14 +446,6 @@
|
|||||||
"@shikijs/vscode-textmate" "^10.0.2"
|
"@shikijs/vscode-textmate" "^10.0.2"
|
||||||
oniguruma-to-es "^3.1.0"
|
oniguruma-to-es "^3.1.0"
|
||||||
|
|
||||||
"@shikijs/engine-oniguruma@2.3.2":
|
|
||||||
version "2.3.2"
|
|
||||||
resolved "https://registry.yarnpkg.com/@shikijs/engine-oniguruma/-/engine-oniguruma-2.3.2.tgz#42e64b7bbbaec5e903b12718dde1f1e1738a9c66"
|
|
||||||
integrity sha512-vikMY1TroyZXUHIXbMnvY/mjtOxMn+tavcfAeQPgWS9FHcgFSUoEtywF5B5sOLb9NXb8P2vb7odkh3nj15/00A==
|
|
||||||
dependencies:
|
|
||||||
"@shikijs/types" "2.3.2"
|
|
||||||
"@shikijs/vscode-textmate" "^10.0.1"
|
|
||||||
|
|
||||||
"@shikijs/engine-oniguruma@2.5.0":
|
"@shikijs/engine-oniguruma@2.5.0":
|
||||||
version "2.5.0"
|
version "2.5.0"
|
||||||
resolved "https://registry.yarnpkg.com/@shikijs/engine-oniguruma/-/engine-oniguruma-2.5.0.tgz#230de5693cc1da6c9d59c7ad83593c2027274817"
|
resolved "https://registry.yarnpkg.com/@shikijs/engine-oniguruma/-/engine-oniguruma-2.5.0.tgz#230de5693cc1da6c9d59c7ad83593c2027274817"
|
||||||
@@ -500,15 +476,7 @@
|
|||||||
"@shikijs/core" "2.5.0"
|
"@shikijs/core" "2.5.0"
|
||||||
"@shikijs/types" "2.5.0"
|
"@shikijs/types" "2.5.0"
|
||||||
|
|
||||||
"@shikijs/types@2.3.2", "@shikijs/types@^2.1.0":
|
"@shikijs/types@2.5.0", "@shikijs/types@^2.1.0":
|
||||||
version "2.3.2"
|
|
||||||
resolved "https://registry.yarnpkg.com/@shikijs/types/-/types-2.3.2.tgz#d273d19a7b0c23445e07c0370f127a66400d1eb8"
|
|
||||||
integrity sha512-CBaMY+a3pepyC4SETi7+bSzO0f6hxEQJUUuS4uD7zppzjmrN4ZRtBqxaT+wOan26CR9eeJ5iBhc4qvWEwn7Eeg==
|
|
||||||
dependencies:
|
|
||||||
"@shikijs/vscode-textmate" "^10.0.1"
|
|
||||||
"@types/hast" "^3.0.4"
|
|
||||||
|
|
||||||
"@shikijs/types@2.5.0":
|
|
||||||
version "2.5.0"
|
version "2.5.0"
|
||||||
resolved "https://registry.yarnpkg.com/@shikijs/types/-/types-2.5.0.tgz#e949c7384802703a48b9d6425dd41673c164df69"
|
resolved "https://registry.yarnpkg.com/@shikijs/types/-/types-2.5.0.tgz#e949c7384802703a48b9d6425dd41673c164df69"
|
||||||
integrity sha512-ygl5yhxki9ZLNuNpPitBWvcy9fsSKKaRuO4BAlMyagszQidxcpLAr0qiW/q43DtSIDxO6hEbtYLiFZNXO/hdGw==
|
integrity sha512-ygl5yhxki9ZLNuNpPitBWvcy9fsSKKaRuO4BAlMyagszQidxcpLAr0qiW/q43DtSIDxO6hEbtYLiFZNXO/hdGw==
|
||||||
@@ -516,15 +484,15 @@
|
|||||||
"@shikijs/vscode-textmate" "^10.0.2"
|
"@shikijs/vscode-textmate" "^10.0.2"
|
||||||
"@types/hast" "^3.0.4"
|
"@types/hast" "^3.0.4"
|
||||||
|
|
||||||
"@shikijs/vscode-textmate@^10.0.1", "@shikijs/vscode-textmate@^10.0.2":
|
"@shikijs/vscode-textmate@^10.0.2":
|
||||||
version "10.0.2"
|
version "10.0.2"
|
||||||
resolved "https://registry.yarnpkg.com/@shikijs/vscode-textmate/-/vscode-textmate-10.0.2.tgz#a90ab31d0cc1dfb54c66a69e515bf624fa7b2224"
|
resolved "https://registry.yarnpkg.com/@shikijs/vscode-textmate/-/vscode-textmate-10.0.2.tgz#a90ab31d0cc1dfb54c66a69e515bf624fa7b2224"
|
||||||
integrity sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==
|
integrity sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==
|
||||||
|
|
||||||
"@types/estree@1.0.6":
|
"@types/estree@1.0.7":
|
||||||
version "1.0.6"
|
version "1.0.7"
|
||||||
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.6.tgz#628effeeae2064a1b4e79f78e81d87b7e5fc7b50"
|
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.7.tgz#4158d3105276773d5b7695cd4834b1722e4f37a8"
|
||||||
integrity sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==
|
integrity sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==
|
||||||
|
|
||||||
"@types/hast@^3.0.0", "@types/hast@^3.0.4":
|
"@types/hast@^3.0.0", "@types/hast@^3.0.4":
|
||||||
version "3.0.4"
|
version "3.0.4"
|
||||||
@@ -563,10 +531,10 @@
|
|||||||
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-3.0.3.tgz#acaab0f919ce69cce629c2d4ed2eb4adc1b6c20c"
|
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-3.0.3.tgz#acaab0f919ce69cce629c2d4ed2eb4adc1b6c20c"
|
||||||
integrity sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==
|
integrity sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==
|
||||||
|
|
||||||
"@types/web-bluetooth@^0.0.20":
|
"@types/web-bluetooth@^0.0.21":
|
||||||
version "0.0.20"
|
version "0.0.21"
|
||||||
resolved "https://registry.yarnpkg.com/@types/web-bluetooth/-/web-bluetooth-0.0.20.tgz#f066abfcd1cbe66267cdbbf0de010d8a41b41597"
|
resolved "https://registry.yarnpkg.com/@types/web-bluetooth/-/web-bluetooth-0.0.21.tgz#525433c784aed9b457aaa0ee3d92aeb71f346b63"
|
||||||
integrity sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==
|
integrity sha512-oIQLCGWtcFZy2JW77j9k8nHzAOpqMHLQejDA48XXMWH6tjCQHz5RCFz1bzsmROyL6PUm+LLnUiI4BCn221inxA==
|
||||||
|
|
||||||
"@ungap/structured-clone@^1.0.0":
|
"@ungap/structured-clone@^1.0.0":
|
||||||
version "1.3.0"
|
version "1.3.0"
|
||||||
@@ -574,9 +542,9 @@
|
|||||||
integrity sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==
|
integrity sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==
|
||||||
|
|
||||||
"@vitejs/plugin-vue@^5.2.1":
|
"@vitejs/plugin-vue@^5.2.1":
|
||||||
version "5.2.1"
|
version "5.2.3"
|
||||||
resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-5.2.1.tgz#d1491f678ee3af899f7ae57d9c21dc52a65c7133"
|
resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-5.2.3.tgz#71a8fc82d4d2e425af304c35bf389506f674d89b"
|
||||||
integrity sha512-cxh314tzaWwOLqVes2gnnCtvBDcM1UMdn+iFR+UjAn411dPT3tOmqrJjbMd7koZpMAmBM/GqeV4n9ge7JSiJJQ==
|
integrity sha512-IYSLEQj4LgZZuoVpdSUCw3dIynTWQgPlaRP6iAvMle4My0HdYwr5g5wQAfwOeHQBmYwEkqF70nRpSilr6PoUDg==
|
||||||
|
|
||||||
"@vue/compiler-core@3.5.13":
|
"@vue/compiler-core@3.5.13":
|
||||||
version "3.5.13"
|
version "3.5.13"
|
||||||
@@ -621,29 +589,29 @@
|
|||||||
"@vue/shared" "3.5.13"
|
"@vue/shared" "3.5.13"
|
||||||
|
|
||||||
"@vue/devtools-api@^7.7.0":
|
"@vue/devtools-api@^7.7.0":
|
||||||
version "7.7.2"
|
version "7.7.5"
|
||||||
resolved "https://registry.yarnpkg.com/@vue/devtools-api/-/devtools-api-7.7.2.tgz#49837eae6f61fc43a09f5d6c2d3210f9f73a0d09"
|
resolved "https://registry.yarnpkg.com/@vue/devtools-api/-/devtools-api-7.7.5.tgz#1e6c3d72c1a77419c1940bc94ee12d2949334aaf"
|
||||||
integrity sha512-1syn558KhyN+chO5SjlZIwJ8bV/bQ1nOVTG66t2RbG66ZGekyiYNmRO7X9BJCXQqPsFHlnksqvPhce2qpzxFnA==
|
integrity sha512-HYV3tJGARROq5nlVMJh5KKHk7GU8Au3IrrmNNqr978m0edxgpHgYPDoNUGrvEgIbObz09SQezFR3A1EVmB5WZg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@vue/devtools-kit" "^7.7.2"
|
"@vue/devtools-kit" "^7.7.5"
|
||||||
|
|
||||||
"@vue/devtools-kit@^7.7.2":
|
"@vue/devtools-kit@^7.7.5":
|
||||||
version "7.7.2"
|
version "7.7.5"
|
||||||
resolved "https://registry.yarnpkg.com/@vue/devtools-kit/-/devtools-kit-7.7.2.tgz#3315bd5b144f98c7b84c2f44270b445644ec8f10"
|
resolved "https://registry.yarnpkg.com/@vue/devtools-kit/-/devtools-kit-7.7.5.tgz#2992fbf793064b302a324d423b35e9a85c0903f5"
|
||||||
integrity sha512-CY0I1JH3Z8PECbn6k3TqM1Bk9ASWxeMtTCvZr7vb+CHi+X/QwQm5F1/fPagraamKMAHVfuuCbdcnNg1A4CYVWQ==
|
integrity sha512-S9VAVJYVAe4RPx2JZb9ZTEi0lqTySz2CBeF0wHT5D3dkTLnT9yMMGegKNl4b2EIELwLSkcI9bl2qp0/jW+upqA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@vue/devtools-shared" "^7.7.2"
|
"@vue/devtools-shared" "^7.7.5"
|
||||||
birpc "^0.2.19"
|
birpc "^2.3.0"
|
||||||
hookable "^5.5.3"
|
hookable "^5.5.3"
|
||||||
mitt "^3.0.1"
|
mitt "^3.0.1"
|
||||||
perfect-debounce "^1.0.0"
|
perfect-debounce "^1.0.0"
|
||||||
speakingurl "^14.0.1"
|
speakingurl "^14.0.1"
|
||||||
superjson "^2.2.1"
|
superjson "^2.2.2"
|
||||||
|
|
||||||
"@vue/devtools-shared@^7.7.2":
|
"@vue/devtools-shared@^7.7.5":
|
||||||
version "7.7.2"
|
version "7.7.5"
|
||||||
resolved "https://registry.yarnpkg.com/@vue/devtools-shared/-/devtools-shared-7.7.2.tgz#b11b143820130a32d8ce5737e264d06ab6d62f40"
|
resolved "https://registry.yarnpkg.com/@vue/devtools-shared/-/devtools-shared-7.7.5.tgz#0be847df75d72ff7e6be05a1581abeade7edc31e"
|
||||||
integrity sha512-uBFxnp8gwW2vD6FrJB8JZLUzVb6PNRG0B0jBnHsOH8uKyva2qINY8PTF5Te4QlTbMDqU5K6qtJDr6cNsKWhbOA==
|
integrity sha512-QBjG72RfpM0DKtpns2RZOxBltO226kOAls9e4Lri6YxS2gWTgL0H+wj1R2K76lxxIeOrqo4+2Ty6RQnzv+WSTQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
rfdc "^1.4.1"
|
rfdc "^1.4.1"
|
||||||
|
|
||||||
@@ -685,82 +653,60 @@
|
|||||||
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.5.13.tgz#87b309a6379c22b926e696893237826f64339b6f"
|
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.5.13.tgz#87b309a6379c22b926e696893237826f64339b6f"
|
||||||
integrity sha512-/hnE/qP5ZoGpol0a5mDi45bOd7t3tjYJBjsgCsivow7D48cJeV5l05RD82lPqi7gRiphZM37rnhW1l6ZoCNNnQ==
|
integrity sha512-/hnE/qP5ZoGpol0a5mDi45bOd7t3tjYJBjsgCsivow7D48cJeV5l05RD82lPqi7gRiphZM37rnhW1l6ZoCNNnQ==
|
||||||
|
|
||||||
"@vueuse/core@12.7.0":
|
"@vueuse/core@12.8.2", "@vueuse/core@^12.4.0":
|
||||||
version "12.7.0"
|
version "12.8.2"
|
||||||
resolved "https://registry.yarnpkg.com/@vueuse/core/-/core-12.7.0.tgz#b9c3880e9c01d9db86029c6a58412f1b1922497e"
|
resolved "https://registry.yarnpkg.com/@vueuse/core/-/core-12.8.2.tgz#007c6dd29a7d1f6933e916e7a2f8ef3c3f968eaa"
|
||||||
integrity sha512-jtK5B7YjZXmkGNHjviyGO4s3ZtEhbzSgrbX+s5o+Lr8i2nYqNyHuPVOeTdM1/hZ5Tkxg/KktAuAVDDiHMraMVA==
|
integrity sha512-HbvCmZdzAu3VGi/pWYm5Ut+Kd9mn1ZHnn4L5G8kOQTPs/IwIAmJoBrmYk2ckLArgMXZj0AW3n5CAejLUO+PhdQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/web-bluetooth" "^0.0.20"
|
"@types/web-bluetooth" "^0.0.21"
|
||||||
"@vueuse/metadata" "12.7.0"
|
"@vueuse/metadata" "12.8.2"
|
||||||
"@vueuse/shared" "12.7.0"
|
"@vueuse/shared" "12.8.2"
|
||||||
vue "^3.5.13"
|
|
||||||
|
|
||||||
"@vueuse/core@^12.4.0":
|
|
||||||
version "12.5.0"
|
|
||||||
resolved "https://registry.yarnpkg.com/@vueuse/core/-/core-12.5.0.tgz#1321c75132c4f20f223e6313587ebeeec79957f2"
|
|
||||||
integrity sha512-GVyH1iYqNANwcahAx8JBm6awaNgvR/SwZ1fjr10b8l1HIgDp82ngNbfzJUgOgWEoxjL+URAggnlilAEXwCOZtg==
|
|
||||||
dependencies:
|
|
||||||
"@types/web-bluetooth" "^0.0.20"
|
|
||||||
"@vueuse/metadata" "12.5.0"
|
|
||||||
"@vueuse/shared" "12.5.0"
|
|
||||||
vue "^3.5.13"
|
vue "^3.5.13"
|
||||||
|
|
||||||
"@vueuse/integrations@^12.4.0":
|
"@vueuse/integrations@^12.4.0":
|
||||||
version "12.7.0"
|
version "12.8.2"
|
||||||
resolved "https://registry.yarnpkg.com/@vueuse/integrations/-/integrations-12.7.0.tgz#d9ba676a6643def3f8dcc99580162fbaf33de05e"
|
resolved "https://registry.yarnpkg.com/@vueuse/integrations/-/integrations-12.8.2.tgz#d04f33d86fe985c9a27c98addcfde9f30f2db1df"
|
||||||
integrity sha512-IEq7K4bCl7mn3uKJaWtNXnd1CAPaHLUMuyj5K1/k/pVcItt0VONZW8xiGxdIovJcQjkzOHjImhX5t6gija+0/g==
|
integrity sha512-fbGYivgK5uBTRt7p5F3zy6VrETlV9RtZjBqd1/HxGdjdckBgBM4ugP8LHpjolqTj14TXTxSK1ZfgPbHYyGuH7g==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@vueuse/core" "12.7.0"
|
"@vueuse/core" "12.8.2"
|
||||||
"@vueuse/shared" "12.7.0"
|
"@vueuse/shared" "12.8.2"
|
||||||
vue "^3.5.13"
|
vue "^3.5.13"
|
||||||
|
|
||||||
"@vueuse/metadata@12.5.0":
|
"@vueuse/metadata@12.8.2":
|
||||||
version "12.5.0"
|
version "12.8.2"
|
||||||
resolved "https://registry.yarnpkg.com/@vueuse/metadata/-/metadata-12.5.0.tgz#8f1778a2894bdda2bf458054377a379d40276306"
|
resolved "https://registry.yarnpkg.com/@vueuse/metadata/-/metadata-12.8.2.tgz#6cb3a4e97cdcf528329eebc1bda73cd7f64318d3"
|
||||||
integrity sha512-Ui7Lo2a7AxrMAXRF+fAp9QsXuwTeeZ8fIB9wsLHqzq9MQk+2gMYE2IGJW48VMJ8ecvCB3z3GsGLKLbSasQ5Qlg==
|
integrity sha512-rAyLGEuoBJ/Il5AmFHiziCPdQzRt88VxR+Y/A/QhJ1EWtWqPBBAxTAFaSkviwEuOEZNtW8pvkPgoCZQ+HxqW1A==
|
||||||
|
|
||||||
"@vueuse/metadata@12.7.0":
|
"@vueuse/shared@12.8.2":
|
||||||
version "12.7.0"
|
version "12.8.2"
|
||||||
resolved "https://registry.yarnpkg.com/@vueuse/metadata/-/metadata-12.7.0.tgz#17a263927204962ec045095c83f62c81db085a46"
|
resolved "https://registry.yarnpkg.com/@vueuse/shared/-/shared-12.8.2.tgz#b9e4611d0603629c8e151f982459da394e22f930"
|
||||||
integrity sha512-4VvTH9mrjXqFN5LYa5YfqHVRI6j7R00Vy4995Rw7PQxyCL3z0Lli86iN4UemWqixxEvYfRjG+hF9wL8oLOn+3g==
|
integrity sha512-dznP38YzxZoNloI0qpEfpkms8knDtaoQ6Y/sfS0L7Yki4zh40LFHEhur0odJC6xTHG5dxWVPiUWBXn+wCG2s5w==
|
||||||
|
|
||||||
"@vueuse/shared@12.5.0":
|
|
||||||
version "12.5.0"
|
|
||||||
resolved "https://registry.yarnpkg.com/@vueuse/shared/-/shared-12.5.0.tgz#b93af7ab0fd6a8d879808c9bf37d540dac01da13"
|
|
||||||
integrity sha512-vMpcL1lStUU6O+kdj6YdHDixh0odjPAUM15uJ9f7MY781jcYkIwFA4iv2EfoIPO6vBmvutI1HxxAwmf0cx5ISQ==
|
|
||||||
dependencies:
|
|
||||||
vue "^3.5.13"
|
|
||||||
|
|
||||||
"@vueuse/shared@12.7.0":
|
|
||||||
version "12.7.0"
|
|
||||||
resolved "https://registry.yarnpkg.com/@vueuse/shared/-/shared-12.7.0.tgz#0c573789069818a2e25ddae3ab64b536c614537b"
|
|
||||||
integrity sha512-coLlUw2HHKsm7rPN6WqHJQr18WymN4wkA/3ThFaJ4v4gWGWAQQGK+MJxLuJTBs4mojQiazlVWAKNJNpUWGRkNw==
|
|
||||||
dependencies:
|
dependencies:
|
||||||
vue "^3.5.13"
|
vue "^3.5.13"
|
||||||
|
|
||||||
algoliasearch@^5.14.2:
|
algoliasearch@^5.14.2:
|
||||||
version "5.20.3"
|
version "5.23.4"
|
||||||
resolved "https://registry.yarnpkg.com/algoliasearch/-/algoliasearch-5.20.3.tgz#32d79b9ffaf5a085943fab304698f46c5a3faed9"
|
resolved "https://registry.yarnpkg.com/algoliasearch/-/algoliasearch-5.23.4.tgz#2f8c6e6f540b0a73effa69cb05310f7843012e2d"
|
||||||
integrity sha512-iNC6BGvipaalFfDfDnXUje8GUlW5asj0cTMsZJwO/0rhsyLx1L7GZFAY8wW+eQ6AM4Yge2p5GSE5hrBlfSD90Q==
|
integrity sha512-QzAKFHl3fm53s44VHrTdEo0TkpL3XVUYQpnZy1r6/EHvMAyIg+O4hwprzlsNmcCHTNyVcF2S13DAUn7XhkC6qg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@algolia/client-abtesting" "5.20.3"
|
"@algolia/client-abtesting" "5.23.4"
|
||||||
"@algolia/client-analytics" "5.20.3"
|
"@algolia/client-analytics" "5.23.4"
|
||||||
"@algolia/client-common" "5.20.3"
|
"@algolia/client-common" "5.23.4"
|
||||||
"@algolia/client-insights" "5.20.3"
|
"@algolia/client-insights" "5.23.4"
|
||||||
"@algolia/client-personalization" "5.20.3"
|
"@algolia/client-personalization" "5.23.4"
|
||||||
"@algolia/client-query-suggestions" "5.20.3"
|
"@algolia/client-query-suggestions" "5.23.4"
|
||||||
"@algolia/client-search" "5.20.3"
|
"@algolia/client-search" "5.23.4"
|
||||||
"@algolia/ingestion" "1.20.3"
|
"@algolia/ingestion" "1.23.4"
|
||||||
"@algolia/monitoring" "1.20.3"
|
"@algolia/monitoring" "1.23.4"
|
||||||
"@algolia/recommend" "5.20.3"
|
"@algolia/recommend" "5.23.4"
|
||||||
"@algolia/requester-browser-xhr" "5.20.3"
|
"@algolia/requester-browser-xhr" "5.23.4"
|
||||||
"@algolia/requester-fetch" "5.20.3"
|
"@algolia/requester-fetch" "5.23.4"
|
||||||
"@algolia/requester-node-http" "5.20.3"
|
"@algolia/requester-node-http" "5.23.4"
|
||||||
|
|
||||||
birpc@^0.2.19:
|
birpc@^2.3.0:
|
||||||
version "0.2.19"
|
version "2.3.0"
|
||||||
resolved "https://registry.yarnpkg.com/birpc/-/birpc-0.2.19.tgz#cdd183a4a70ba103127d49765b4a71349da5a0ca"
|
resolved "https://registry.yarnpkg.com/birpc/-/birpc-2.3.0.tgz#e5a402dc785ef952a2383ef3cfc075e0842f3e8c"
|
||||||
integrity sha512-5WeXXAvTmitV1RqJFppT5QtUiz2p1mRSYU000Jkft5ZUCLJIk4uQriYNO50HknxKwM6jd8utNc66K1qGIwwWBQ==
|
integrity sha512-ijbtkn/F3Pvzb6jHypHRyve2QApOCZDR25D/VnkY2G/lBNcXCTsnsCxgY4k4PkVB7zfwzYbY3O9Lcqe3xufS5g==
|
||||||
|
|
||||||
ccount@^2.0.0:
|
ccount@^2.0.0:
|
||||||
version "2.0.1"
|
version "2.0.1"
|
||||||
@@ -956,9 +902,9 @@ micromark-util-symbol@^2.0.0:
|
|||||||
integrity sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==
|
integrity sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==
|
||||||
|
|
||||||
micromark-util-types@^2.0.0:
|
micromark-util-types@^2.0.0:
|
||||||
version "2.0.1"
|
version "2.0.2"
|
||||||
resolved "https://registry.yarnpkg.com/micromark-util-types/-/micromark-util-types-2.0.1.tgz#a3edfda3022c6c6b55bfb049ef5b75d70af50709"
|
resolved "https://registry.yarnpkg.com/micromark-util-types/-/micromark-util-types-2.0.2.tgz#f00225f5f5a0ebc3254f96c36b6605c4b393908e"
|
||||||
integrity sha512-534m2WhVTddrcKVepwmVEVnUAmtrx9bfIjNoQHRqfnvdaHQiFytEhJoTgpWJvDEXCO5gLTQh3wYC1PgOJA4NSQ==
|
integrity sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==
|
||||||
|
|
||||||
minisearch@^7.1.1:
|
minisearch@^7.1.1:
|
||||||
version "7.1.2"
|
version "7.1.2"
|
||||||
@@ -971,9 +917,9 @@ mitt@^3.0.1:
|
|||||||
integrity sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==
|
integrity sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==
|
||||||
|
|
||||||
nanoid@^3.3.8:
|
nanoid@^3.3.8:
|
||||||
version "3.3.8"
|
version "3.3.11"
|
||||||
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.8.tgz#b1be3030bee36aaff18bacb375e5cce521684baf"
|
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.11.tgz#4f4f112cefbe303202f2199838128936266d185b"
|
||||||
integrity sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==
|
integrity sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==
|
||||||
|
|
||||||
oniguruma-to-es@^3.1.0:
|
oniguruma-to-es@^3.1.0:
|
||||||
version "3.1.1"
|
version "3.1.1"
|
||||||
@@ -1004,9 +950,9 @@ postcss@^8.4.43, postcss@^8.4.48:
|
|||||||
source-map-js "^1.2.1"
|
source-map-js "^1.2.1"
|
||||||
|
|
||||||
preact@^10.0.0:
|
preact@^10.0.0:
|
||||||
version "10.26.2"
|
version "10.26.5"
|
||||||
resolved "https://registry.yarnpkg.com/preact/-/preact-10.26.2.tgz#d737055584a4d8004ec273e425fb4c30960aa512"
|
resolved "https://registry.yarnpkg.com/preact/-/preact-10.26.5.tgz#7e1e998af178f139e4c7cb53f441bf2179f44ad2"
|
||||||
integrity sha512-0gNmv4qpS9HaN3+40CLBAnKe0ZfyE4ZWo5xKlC1rVrr0ckkEvJvAQqKaHANdFKsGstoxrY4AItZ7kZSGVoVjgg==
|
integrity sha512-fmpDkgfGU6JYux9teDWLhj9mKN55tyepwYbxHgQuIxbWQzgFg5vk7Mrrtfx7xRxq798ynkY4DDDxZr235Kk+4w==
|
||||||
|
|
||||||
property-information@^7.0.0:
|
property-information@^7.0.0:
|
||||||
version "7.0.0"
|
version "7.0.0"
|
||||||
@@ -1038,31 +984,32 @@ rfdc@^1.4.1:
|
|||||||
integrity sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==
|
integrity sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==
|
||||||
|
|
||||||
rollup@^4.20.0:
|
rollup@^4.20.0:
|
||||||
version "4.34.8"
|
version "4.40.0"
|
||||||
resolved "https://registry.yarnpkg.com/rollup/-/rollup-4.34.8.tgz#e859c1a51d899aba9bcf451d4eed1d11fb8e2a6e"
|
resolved "https://registry.yarnpkg.com/rollup/-/rollup-4.40.0.tgz#13742a615f423ccba457554f006873d5a4de1920"
|
||||||
integrity sha512-489gTVMzAYdiZHFVA/ig/iYFllCcWFHMvUHI1rpFmkoUtRlQxqh6/yiNqnYibjMZ2b/+FUQwldG+aLsEt6bglQ==
|
integrity sha512-Noe455xmA96nnqH5piFtLobsGbCij7Tu+tb3c1vYjNbTkfzGqXqQXG3wJaYXkRZuQ0vEYN4bhwg7QnIrqB5B+w==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/estree" "1.0.6"
|
"@types/estree" "1.0.7"
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
"@rollup/rollup-android-arm-eabi" "4.34.8"
|
"@rollup/rollup-android-arm-eabi" "4.40.0"
|
||||||
"@rollup/rollup-android-arm64" "4.34.8"
|
"@rollup/rollup-android-arm64" "4.40.0"
|
||||||
"@rollup/rollup-darwin-arm64" "4.34.8"
|
"@rollup/rollup-darwin-arm64" "4.40.0"
|
||||||
"@rollup/rollup-darwin-x64" "4.34.8"
|
"@rollup/rollup-darwin-x64" "4.40.0"
|
||||||
"@rollup/rollup-freebsd-arm64" "4.34.8"
|
"@rollup/rollup-freebsd-arm64" "4.40.0"
|
||||||
"@rollup/rollup-freebsd-x64" "4.34.8"
|
"@rollup/rollup-freebsd-x64" "4.40.0"
|
||||||
"@rollup/rollup-linux-arm-gnueabihf" "4.34.8"
|
"@rollup/rollup-linux-arm-gnueabihf" "4.40.0"
|
||||||
"@rollup/rollup-linux-arm-musleabihf" "4.34.8"
|
"@rollup/rollup-linux-arm-musleabihf" "4.40.0"
|
||||||
"@rollup/rollup-linux-arm64-gnu" "4.34.8"
|
"@rollup/rollup-linux-arm64-gnu" "4.40.0"
|
||||||
"@rollup/rollup-linux-arm64-musl" "4.34.8"
|
"@rollup/rollup-linux-arm64-musl" "4.40.0"
|
||||||
"@rollup/rollup-linux-loongarch64-gnu" "4.34.8"
|
"@rollup/rollup-linux-loongarch64-gnu" "4.40.0"
|
||||||
"@rollup/rollup-linux-powerpc64le-gnu" "4.34.8"
|
"@rollup/rollup-linux-powerpc64le-gnu" "4.40.0"
|
||||||
"@rollup/rollup-linux-riscv64-gnu" "4.34.8"
|
"@rollup/rollup-linux-riscv64-gnu" "4.40.0"
|
||||||
"@rollup/rollup-linux-s390x-gnu" "4.34.8"
|
"@rollup/rollup-linux-riscv64-musl" "4.40.0"
|
||||||
"@rollup/rollup-linux-x64-gnu" "4.34.8"
|
"@rollup/rollup-linux-s390x-gnu" "4.40.0"
|
||||||
"@rollup/rollup-linux-x64-musl" "4.34.8"
|
"@rollup/rollup-linux-x64-gnu" "4.40.0"
|
||||||
"@rollup/rollup-win32-arm64-msvc" "4.34.8"
|
"@rollup/rollup-linux-x64-musl" "4.40.0"
|
||||||
"@rollup/rollup-win32-ia32-msvc" "4.34.8"
|
"@rollup/rollup-win32-arm64-msvc" "4.40.0"
|
||||||
"@rollup/rollup-win32-x64-msvc" "4.34.8"
|
"@rollup/rollup-win32-ia32-msvc" "4.40.0"
|
||||||
|
"@rollup/rollup-win32-x64-msvc" "4.40.0"
|
||||||
fsevents "~2.3.2"
|
fsevents "~2.3.2"
|
||||||
|
|
||||||
shiki@^2.1.0:
|
shiki@^2.1.0:
|
||||||
@@ -1102,7 +1049,7 @@ stringify-entities@^4.0.0:
|
|||||||
character-entities-html4 "^2.0.0"
|
character-entities-html4 "^2.0.0"
|
||||||
character-entities-legacy "^3.0.0"
|
character-entities-legacy "^3.0.0"
|
||||||
|
|
||||||
superjson@^2.2.1:
|
superjson@^2.2.2:
|
||||||
version "2.2.2"
|
version "2.2.2"
|
||||||
resolved "https://registry.yarnpkg.com/superjson/-/superjson-2.2.2.tgz#9d52bf0bf6b5751a3c3472f1292e714782ba3173"
|
resolved "https://registry.yarnpkg.com/superjson/-/superjson-2.2.2.tgz#9d52bf0bf6b5751a3c3472f1292e714782ba3173"
|
||||||
integrity sha512-5JRxVqC8I8NuOUjzBbvVJAKNM8qoVuH0O77h4WInc/qC2q5IreqKxYwgkga3PfA22OayK2ikceb/B26dztPl+Q==
|
integrity sha512-5JRxVqC8I8NuOUjzBbvVJAKNM8qoVuH0O77h4WInc/qC2q5IreqKxYwgkga3PfA22OayK2ikceb/B26dztPl+Q==
|
||||||
@@ -1174,9 +1121,9 @@ vfile@^6.0.0:
|
|||||||
vfile-message "^4.0.0"
|
vfile-message "^4.0.0"
|
||||||
|
|
||||||
vite@^5.4.14:
|
vite@^5.4.14:
|
||||||
version "5.4.14"
|
version "5.4.18"
|
||||||
resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.14.tgz#ff8255edb02134df180dcfca1916c37a6abe8408"
|
resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.18.tgz#b5af357f9d5ebb2e0c085779b7a37a77f09168a4"
|
||||||
integrity sha512-EK5cY7Q1D8JNhSaPKVK4pwBFvaTmZxEnoKXLG/U9gmdDcihQGNzFlgIvaxezFR4glP1LsuiedwMBqCXH3wZccA==
|
integrity sha512-1oDcnEp3lVyHCuQ2YFelM4Alm2o91xNoMncRm1U7S+JdYfYOvbiGZ3/CxGttrOu2M/KcGz7cRC2DoNUA6urmMA==
|
||||||
dependencies:
|
dependencies:
|
||||||
esbuild "^0.21.3"
|
esbuild "^0.21.3"
|
||||||
postcss "^8.4.43"
|
postcss "^8.4.43"
|
||||||
|
|||||||
Reference in New Issue
Block a user