build(deps-dev): bump the frontend-deps group across 1 directory with 6 updates (#474)

Bumps the frontend-deps group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@octokit/plugin-retry](https://github.com/octokit/plugin-retry.js) |
`7.1.0` | `7.1.1` |
|
[@octokit/plugin-throttling](https://github.com/octokit/plugin-throttling.js)
| `9.2.0` | `9.2.1` |
|
[@testing-library/svelte](https://github.com/testing-library/svelte-testing-library)
| `5.0.1` | `5.1.0` |
|
[@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8)
| `1.5.0` | `1.5.2` |
| [flowbite-svelte](https://github.com/themesberg/flowbite-svelte) |
`0.46.0` | `0.46.1` |
|
[vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest)
| `1.5.0` | `1.5.2` |


Updates `@octokit/plugin-retry` from 7.1.0 to 7.1.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/octokit/plugin-retry.js/releases"><code>@​octokit/plugin-retry</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v7.1.1</h2>
<h2><a
href="https://github.com/octokit/plugin-retry.js/compare/v7.1.0...v7.1.1">7.1.1</a>
(2024-04-23)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>pkg:</strong> add a <code>default</code> fallback export (<a
href="https://redirect.github.com/octokit/plugin-retry.js/issues/542">#542</a>)
(<a
href="4cc1275afd">4cc1275</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="4cc1275afd"><code>4cc1275</code></a>
fix(pkg): add a <code>default</code> fallback export (<a
href="https://redirect.github.com/octokit/plugin-retry.js/issues/542">#542</a>)</li>
<li><a
href="6a0722fabd"><code>6a0722f</code></a>
build(deps): lock file maintenance (<a
href="https://redirect.github.com/octokit/plugin-retry.js/issues/540">#540</a>)</li>
<li><a
href="cca1de15d9"><code>cca1de1</code></a>
build(deps): lock file maintenance</li>
<li><a
href="864c13460a"><code>864c134</code></a>
ci(action): update actions/add-to-project action to v1.0.1 (<a
href="https://redirect.github.com/octokit/plugin-retry.js/issues/538">#538</a>)</li>
<li><a
href="ab69adb8ae"><code>ab69adb</code></a>
build(deps): lock file maintenance (<a
href="https://redirect.github.com/octokit/plugin-retry.js/issues/537">#537</a>)</li>
<li>See full diff in <a
href="https://github.com/octokit/plugin-retry.js/compare/v7.1.0...v7.1.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `@octokit/plugin-throttling` from 9.2.0 to 9.2.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/octokit/plugin-throttling.js/releases"><code>@​octokit/plugin-throttling</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v9.2.1</h2>
<h2><a
href="https://github.com/octokit/plugin-throttling.js/compare/v9.2.0...v9.2.1">9.2.1</a>
(2024-04-23)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>pkg:</strong> add a <code>default</code> fallback export (<a
href="https://redirect.github.com/octokit/plugin-throttling.js/issues/695">#695</a>)
(<a
href="0f404fbd25">0f404fb</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="a7574f2fbe"><code>a7574f2</code></a>
build(deps): lock file maintenance (<a
href="https://redirect.github.com/octokit/plugin-throttling.js/issues/693">#693</a>)</li>
<li><a
href="0f404fbd25"><code>0f404fb</code></a>
fix(pkg): add a <code>default</code> fallback export (<a
href="https://redirect.github.com/octokit/plugin-throttling.js/issues/695">#695</a>)</li>
<li><a
href="d6abbcfb25"><code>d6abbcf</code></a>
build(deps): lock file maintenance</li>
<li>See full diff in <a
href="https://github.com/octokit/plugin-throttling.js/compare/v9.2.0...v9.2.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `@testing-library/svelte` from 5.0.1 to 5.1.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/testing-library/svelte-testing-library/releases"><code>@​testing-library/svelte</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v5.1.0</h2>
<h1><a
href="https://github.com/testing-library/svelte-testing-library/compare/v5.0.1...v5.1.0">5.1.0</a>
(2024-04-24)</h1>
<h3>Features</h3>
<ul>
<li><strong>vitest:</strong> add Vite plugin for Svelte browser import
and autocleanup (<a
href="https://redirect.github.com/testing-library/svelte-testing-library/issues/362">#362</a>)
(<a
href="ed541de853">ed541de</a>),
closes <a
href="https://redirect.github.com/testing-library/svelte-testing-library/issues/359">#359</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="ed541de853"><code>ed541de</code></a>
feat(vitest): add Vite plugin for Svelte browser import and autocleanup
(<a
href="https://redirect.github.com/testing-library/svelte-testing-library/issues/362">#362</a>)</li>
<li>See full diff in <a
href="https://github.com/testing-library/svelte-testing-library/compare/v5.0.1...v5.1.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `@vitest/coverage-v8` from 1.5.0 to 1.5.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vitest-dev/vitest/releases"><code>@​vitest/coverage-v8</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v1.5.2</h2>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li>Check for null before storing in weakmap  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> <a
href="https://github.com/vitest-dev/vitest/commit/ce368457"><!-- raw
HTML omitted -->(ce368)<!-- raw HTML omitted --></a></li>
</ul>
<h5>    <a
href="https://github.com/vitest-dev/vitest/compare/v1.5.1...v1.5.2">View
changes on GitHub</a></h5>
<h2>v1.5.1</h2>
<h3>   🚀 Features</h3>
<ul>
<li><strong>api</strong>: <code>startVitest()</code> to accept
<code>stdout</code> and <code>stdin</code>  -  by <a
href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/5493">vitest-dev/vitest#5493</a>
<a href="https://github.com/vitest-dev/vitest/commit/780b187f"><!-- raw
HTML omitted -->(780b1)<!-- raw HTML omitted --></a>
<ul>
<li>This is listed as a feature, but it doesn't increase the minor
version because <code>startVitest</code> API is experimental and doesn't
follow semver.</li>
</ul>
</li>
</ul>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li>Close vite servers on all resolved projects  -  by <a
href="https://github.com/surc54"><code>@​surc54</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/5544">vitest-dev/vitest#5544</a>
<a href="https://github.com/vitest-dev/vitest/commit/413ec5e6"><!-- raw
HTML omitted -->(413ec)<!-- raw HTML omitted --></a></li>
<li>Fix default <code>import.meta.env.PROD: false</code>  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/5561">vitest-dev/vitest#5561</a>
<a href="https://github.com/vitest-dev/vitest/commit/9c64967f"><!-- raw
HTML omitted -->(9c649)<!-- raw HTML omitted --></a></li>
<li>Resolve cwd correctly when initiating projects  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/5582">vitest-dev/vitest#5582</a>
<a href="https://github.com/vitest-dev/vitest/commit/ec9d7c93"><!-- raw
HTML omitted -->(ec9d7)<!-- raw HTML omitted --></a></li>
<li>Always run <code>onTestFinished</code> in reverse order  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/5598">vitest-dev/vitest#5598</a>
<a href="https://github.com/vitest-dev/vitest/commit/23f29cea"><!-- raw
HTML omitted -->(23f29)<!-- raw HTML omitted --></a></li>
<li><strong>browser</strong>:
<ul>
<li>Disable <code>fileParallelism</code> by default on browser pool  - 
by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/5528">vitest-dev/vitest#5528</a>
<a href="https://github.com/vitest-dev/vitest/commit/5c69f3f5"><!-- raw
HTML omitted -->(5c69f)<!-- raw HTML omitted --></a></li>
<li>Dispose tester iframe on done  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/5595">vitest-dev/vitest#5595</a>
<a href="https://github.com/vitest-dev/vitest/commit/b2135710"><!-- raw
HTML omitted -->(b2135)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>coverage</strong>:
<ul>
<li>Fix bundling of <code>v8-to-istanbul</code>  -  by <a
href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/5549">vitest-dev/vitest#5549</a>
<a href="https://github.com/vitest-dev/vitest/commit/df6a4328"><!-- raw
HTML omitted -->(df6a4)<!-- raw HTML omitted --></a></li>
<li>Prevent crash when <code>cleanOnRerun</code> is disabled  -  by <a
href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/5540">vitest-dev/vitest#5540</a>
<a href="https://github.com/vitest-dev/vitest/commit/ea3c16e4"><!-- raw
HTML omitted -->(ea3c1)<!-- raw HTML omitted --></a></li>
<li><code>thresholds</code> to compare files relative to root  -  by <a
href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/5574">vitest-dev/vitest#5574</a>
<a href="https://github.com/vitest-dev/vitest/commit/80265b40"><!-- raw
HTML omitted -->(80265)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>expect</strong>:
<ul>
<li>Fix <code>toEqual</code> and <code>toMatchObject</code> with
circular references  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/5535">vitest-dev/vitest#5535</a>
<a href="https://github.com/vitest-dev/vitest/commit/9e6417c9"><!-- raw
HTML omitted -->(9e641)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>vitest</strong>:
<ul>
<li>Fix false positive file filter match with leading slash  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/5578">vitest-dev/vitest#5578</a>
<a href="https://github.com/vitest-dev/vitest/commit/316eb739"><!-- raw
HTML omitted -->(316eb)<!-- raw HTML omitted --></a></li>
<li>Watch the output directory correctly  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/5584">vitest-dev/vitest#5584</a>
<a href="https://github.com/vitest-dev/vitest/commit/e40f9924"><!-- raw
HTML omitted -->(e40f9)<!-- raw HTML omitted --></a></li>
<li>StubEnv casts boolean on PROD/SSR/DEV  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/5590">vitest-dev/vitest#5590</a>
<a href="https://github.com/vitest-dev/vitest/commit/4da88045"><!-- raw
HTML omitted -->(4da88)<!-- raw HTML omitted --></a></li>
</ul>
</li>
</ul>
<h5>    <a
href="https://github.com/vitest-dev/vitest/compare/v1.5.0...v1.5.1">View
changes on GitHub</a></h5>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="81f57f429c"><code>81f57f4</code></a>
chore: release v1.5.2</li>
<li><a
href="1be4510d48"><code>1be4510</code></a>
chore: release v1.5.1</li>
<li><a
href="80265b4093"><code>80265b4</code></a>
fix(coverage): <code>thresholds</code> to compare files relative to root
(<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8/issues/5574">#5574</a>)</li>
<li><a
href="ea3c16e46a"><code>ea3c16e</code></a>
fix(coverage): prevent crash when <code>cleanOnRerun</code> is disabled
(<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8/issues/5540">#5540</a>)</li>
<li>See full diff in <a
href="https://github.com/vitest-dev/vitest/commits/v1.5.2/packages/coverage-v8">compare
view</a></li>
</ul>
</details>
<br />

Updates `flowbite-svelte` from 0.46.0 to 0.46.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/themesberg/flowbite-svelte/releases">flowbite-svelte's
releases</a>.</em></p>
<blockquote>
<h2>v0.46.1</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: add disabled text color classes to Select component by <a
href="https://github.com/cpsoinos"><code>@​cpsoinos</code></a> in <a
href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1303">themesberg/flowbite-svelte#1303</a></li>
<li>docs: fix table.md by <a
href="https://github.com/danielo515"><code>@​danielo515</code></a> in <a
href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1258">themesberg/flowbite-svelte#1258</a></li>
<li>feat: Placeholder for MultiSelect by <a
href="https://github.com/jumtp"><code>@​jumtp</code></a> in <a
href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1316">themesberg/flowbite-svelte#1316</a></li>
<li>1259 multi select fixes by <a
href="https://github.com/herronelou"><code>@​herronelou</code></a> in <a
href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1260">themesberg/flowbite-svelte#1260</a></li>
<li>feat: add <code>imgOnly</code> property for
<code>&lt;ImagePlaceholder /&gt;</code> component by <a
href="https://github.com/specialdoom"><code>@​specialdoom</code></a> in
<a
href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1317">themesberg/flowbite-svelte#1317</a></li>
<li>Fix dropdown with Search by <a
href="https://github.com/SumitBando"><code>@​SumitBando</code></a> in <a
href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1324">themesberg/flowbite-svelte#1324</a></li>
<li>fix:Badge Close Event by <a
href="https://github.com/jumtp"><code>@​jumtp</code></a> in <a
href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1322">themesberg/flowbite-svelte#1322</a></li>
<li>fix:incorrect text color of MultiSelect CloseButton (<a
href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1318">#1318</a>)
by <a href="https://github.com/jumtp"><code>@​jumtp</code></a> in <a
href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1319">themesberg/flowbite-svelte#1319</a></li>
<li>fix: proper condition for hover event listeners in Popper by <a
href="https://github.com/vonagam"><code>@​vonagam</code></a> in <a
href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1255">themesberg/flowbite-svelte#1255</a></li>
<li>fix(Dropdown): default padding should be <code>py-2</code> by <a
href="https://github.com/V-ed"><code>@​V-ed</code></a> in <a
href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1088">themesberg/flowbite-svelte#1088</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/cpsoinos"><code>@​cpsoinos</code></a>
made their first contribution in <a
href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1303">themesberg/flowbite-svelte#1303</a></li>
<li><a
href="https://github.com/danielo515"><code>@​danielo515</code></a> made
their first contribution in <a
href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1258">themesberg/flowbite-svelte#1258</a></li>
<li><a href="https://github.com/jumtp"><code>@​jumtp</code></a> made
their first contribution in <a
href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1316">themesberg/flowbite-svelte#1316</a></li>
<li><a
href="https://github.com/specialdoom"><code>@​specialdoom</code></a>
made their first contribution in <a
href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1317">themesberg/flowbite-svelte#1317</a></li>
<li><a
href="https://github.com/SumitBando"><code>@​SumitBando</code></a> made
their first contribution in <a
href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1324">themesberg/flowbite-svelte#1324</a></li>
<li><a href="https://github.com/V-ed"><code>@​V-ed</code></a> made their
first contribution in <a
href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1088">themesberg/flowbite-svelte#1088</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/themesberg/flowbite-svelte/compare/v0.46.0...v0.46.1">https://github.com/themesberg/flowbite-svelte/compare/v0.46.0...v0.46.1</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/themesberg/flowbite-svelte/blob/main/CHANGELOG.md">flowbite-svelte's
changelog</a>.</em></p>
<blockquote>
<h2>0.46.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<ul>
<li>262c2d0f fix(Dropdown): default padding should be <code>py-2</code>
(<a
href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1088">#1088</a>)
(<a
href="e219ce93bf"><code>e219ce93bf6d10cba77f63d2c8aa37866723f9f4</code></a>)</li>
<li>31b7fb71 fix: proper condition for hover event listeners in Popper
(<a
href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1255">#1255</a>)</li>
<li>aa2f50bf fix:incorrect text color of MultiSelect CloseButton (<a
href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1318">#1318</a>)
(<a
href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1319">#1319</a>)</li>
<li>45113be8 fix:Badge close event not work (<a
href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1320">#1320</a>)
(<a
href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1322">#1322</a>)</li>
<li>44457c2d Fix dropdown with Search (<a
href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1324">#1324</a>)</li>
<li>eb255d01 fix: <a
href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1329">#1329</a>
update InputAddon</li>
<li>11d53087 fix: <a
href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1328">#1328</a>
Button update</li>
<li>c10360e9 feat: add <code>imgOnly</code> property for
<code>&lt;ImagePlaceholder /&gt;</code> component (<a
href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1317">#1317</a>)</li>
<li>3d30222c 1259 multi select fixes (<a
href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1260">#1260</a>)</li>
<li>c906a92d fix: <a
href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1327">#1327</a>
update style for CopyClickboardInput</li>
<li>5ee3e240 fix: <a
href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1326">#1326</a>
add DocSearch css</li>
<li>add8d334 feat: Placeholder for MultiSelect (<a
href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1315">#1315</a>)
(<a
href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1316">#1316</a>)</li>
<li>9eeb2bf7 docs: fix table.md (<a
href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1258">#1258</a>)</li>
<li>29956561 fix: add disabled text color classes to Select component
(<a
href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1303">#1303</a>)</li>
<li>f54fc519 fix: <a
href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1314">#1314</a>
by update the docs</li>
<li>f0b28912 fix: <a
href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1304">#1304</a>
add svelte v3</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="92a5a29d4f"><code>92a5a29</code></a>
chore: changeset version and lib-helpers</li>
<li><a
href="e219ce93bf"><code>e219ce9</code></a>
chore: changeset</li>
<li><a
href="262c2d0fef"><code>262c2d0</code></a>
fix(Dropdown): default padding should be <code>py-2</code> (<a
href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1088">#1088</a>)</li>
<li><a
href="31b7fb713c"><code>31b7fb7</code></a>
fix: proper condition for hover event listeners in Popper (<a
href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1255">#1255</a>)</li>
<li><a
href="aa2f50bfca"><code>aa2f50b</code></a>
fix:incorrect text color of MultiSelect CloseButton (<a
href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1318">#1318</a>)
(<a
href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1319">#1319</a>)</li>
<li><a
href="45113be8d1"><code>45113be</code></a>
fix:Badge close event not work (<a
href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1320">#1320</a>)
(<a
href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1322">#1322</a>)</li>
<li><a
href="44457c2d50"><code>44457c2</code></a>
Fix dropdown with Search (<a
href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1324">#1324</a>)</li>
<li><a
href="eb255d01fd"><code>eb255d0</code></a>
fix: <a
href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1329">#1329</a>
update InputAddon</li>
<li><a
href="11d5308785"><code>11d5308</code></a>
fix: <a
href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1328">#1328</a>
Button update</li>
<li><a
href="c10360e9ba"><code>c10360e</code></a>
feat: add <code>imgOnly</code> property for <code>\&lt;ImagePlaceholder
/&gt;</code> component (<a
href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1317">#1317</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/themesberg/flowbite-svelte/compare/v0.46.0...v0.46.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `vitest` from 1.5.0 to 1.5.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vitest-dev/vitest/releases">vitest's
releases</a>.</em></p>
<blockquote>
<h2>v1.5.2</h2>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li>Check for null before storing in weakmap  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> <a
href="https://github.com/vitest-dev/vitest/commit/ce368457"><!-- raw
HTML omitted -->(ce368)<!-- raw HTML omitted --></a></li>
</ul>
<h5>    <a
href="https://github.com/vitest-dev/vitest/compare/v1.5.1...v1.5.2">View
changes on GitHub</a></h5>
<h2>v1.5.1</h2>
<h3>   🚀 Features</h3>
<ul>
<li><strong>api</strong>: <code>startVitest()</code> to accept
<code>stdout</code> and <code>stdin</code>  -  by <a
href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/5493">vitest-dev/vitest#5493</a>
<a href="https://github.com/vitest-dev/vitest/commit/780b187f"><!-- raw
HTML omitted -->(780b1)<!-- raw HTML omitted --></a>
<ul>
<li>This is listed as a feature, but it doesn't increase the minor
version because <code>startVitest</code> API is experimental and doesn't
follow semver.</li>
</ul>
</li>
</ul>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li>Close vite servers on all resolved projects  -  by <a
href="https://github.com/surc54"><code>@​surc54</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/5544">vitest-dev/vitest#5544</a>
<a href="https://github.com/vitest-dev/vitest/commit/413ec5e6"><!-- raw
HTML omitted -->(413ec)<!-- raw HTML omitted --></a></li>
<li>Fix default <code>import.meta.env.PROD: false</code>  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/5561">vitest-dev/vitest#5561</a>
<a href="https://github.com/vitest-dev/vitest/commit/9c64967f"><!-- raw
HTML omitted -->(9c649)<!-- raw HTML omitted --></a></li>
<li>Resolve cwd correctly when initiating projects  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/5582">vitest-dev/vitest#5582</a>
<a href="https://github.com/vitest-dev/vitest/commit/ec9d7c93"><!-- raw
HTML omitted -->(ec9d7)<!-- raw HTML omitted --></a></li>
<li>Always run <code>onTestFinished</code> in reverse order  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/5598">vitest-dev/vitest#5598</a>
<a href="https://github.com/vitest-dev/vitest/commit/23f29cea"><!-- raw
HTML omitted -->(23f29)<!-- raw HTML omitted --></a></li>
<li><strong>browser</strong>:
<ul>
<li>Disable <code>fileParallelism</code> by default on browser pool  - 
by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/5528">vitest-dev/vitest#5528</a>
<a href="https://github.com/vitest-dev/vitest/commit/5c69f3f5"><!-- raw
HTML omitted -->(5c69f)<!-- raw HTML omitted --></a></li>
<li>Dispose tester iframe on done  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/5595">vitest-dev/vitest#5595</a>
<a href="https://github.com/vitest-dev/vitest/commit/b2135710"><!-- raw
HTML omitted -->(b2135)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>coverage</strong>:
<ul>
<li>Fix bundling of <code>v8-to-istanbul</code>  -  by <a
href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/5549">vitest-dev/vitest#5549</a>
<a href="https://github.com/vitest-dev/vitest/commit/df6a4328"><!-- raw
HTML omitted -->(df6a4)<!-- raw HTML omitted --></a></li>
<li>Prevent crash when <code>cleanOnRerun</code> is disabled  -  by <a
href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/5540">vitest-dev/vitest#5540</a>
<a href="https://github.com/vitest-dev/vitest/commit/ea3c16e4"><!-- raw
HTML omitted -->(ea3c1)<!-- raw HTML omitted --></a></li>
<li><code>thresholds</code> to compare files relative to root  -  by <a
href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/5574">vitest-dev/vitest#5574</a>
<a href="https://github.com/vitest-dev/vitest/commit/80265b40"><!-- raw
HTML omitted -->(80265)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>expect</strong>:
<ul>
<li>Fix <code>toEqual</code> and <code>toMatchObject</code> with
circular references  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/5535">vitest-dev/vitest#5535</a>
<a href="https://github.com/vitest-dev/vitest/commit/9e6417c9"><!-- raw
HTML omitted -->(9e641)<!-- raw HTML omitted --></a></li>
</ul>
</li>
<li><strong>vitest</strong>:
<ul>
<li>Fix false positive file filter match with leading slash  -  by <a
href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a
href="https://redirect.github.com/vitest-dev/vitest/issues/5578">vitest-dev/vitest#5578</a>
<a href="https://github.com/vitest-dev/vitest/commit/316eb739"><!-- raw
HTML omitted -->(316eb)<!-- raw HTML omitted --></a></li>
<li>Watch the output directory correctly  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/5584">vitest-dev/vitest#5584</a>
<a href="https://github.com/vitest-dev/vitest/commit/e40f9924"><!-- raw
HTML omitted -->(e40f9)<!-- raw HTML omitted --></a></li>
<li>StubEnv casts boolean on PROD/SSR/DEV  -  by <a
href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in
<a
href="https://redirect.github.com/vitest-dev/vitest/issues/5590">vitest-dev/vitest#5590</a>
<a href="https://github.com/vitest-dev/vitest/commit/4da88045"><!-- raw
HTML omitted -->(4da88)<!-- raw HTML omitted --></a></li>
</ul>
</li>
</ul>
<h5>    <a
href="https://github.com/vitest-dev/vitest/compare/v1.5.0...v1.5.1">View
changes on GitHub</a></h5>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="81f57f429c"><code>81f57f4</code></a>
chore: release v1.5.2</li>
<li><a
href="1be4510d48"><code>1be4510</code></a>
chore: release v1.5.1</li>
<li><a
href="f1bec627a0"><code>f1bec62</code></a>
refactor: remove VitestCache.clearCache method (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/5602">#5602</a>)</li>
<li><a
href="780b187f22"><code>780b187</code></a>
feat(api): <code>startVitest()</code> to accept <code>stdout</code> and
<code>stdin</code> (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/5493">#5493</a>)</li>
<li><a
href="2b3fc0f16d"><code>2b3fc0f</code></a>
docs: fix cli-table generator</li>
<li><a
href="597e0c20d0"><code>597e0c2</code></a>
docs: generate CLI table automatically (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/5588">#5588</a>)</li>
<li><a
href="4da8804559"><code>4da8804</code></a>
fix(vitest): stubEnv casts boolean on PROD/SSR/DEV (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/5590">#5590</a>)</li>
<li><a
href="ec9d7c9366"><code>ec9d7c9</code></a>
fix: resolve cwd correctly when initiating projects (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/5582">#5582</a>)</li>
<li><a
href="e40f992475"><code>e40f992</code></a>
fix(vitest): watch the output directory correctly (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/5584">#5584</a>)</li>
<li><a
href="9c64967f69"><code>9c64967</code></a>
fix: fix default <code>import.meta.env.PROD: false</code> (<a
href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/5561">#5561</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vitest-dev/vitest/commits/v1.5.2/packages/vitest">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

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:
dependabot[bot] 2024-04-26 23:07:20 -04:00 committed by GitHub
parent e99854babc
commit 53b7917c9c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 63 additions and 63 deletions

View file

@ -22,23 +22,23 @@
"@fullhuman/postcss-purgecss": "^6.0.0",
"@iconify-json/ic": "^1.1.17",
"@iconify-json/mdi": "^1.1.66",
"@octokit/plugin-retry": "^7.1.0",
"@octokit/plugin-throttling": "^9.2.0",
"@octokit/plugin-retry": "^7.1.1",
"@octokit/plugin-throttling": "^9.2.1",
"@octokit/rest": "^20.1.0",
"@popperjs/core": "^2.11.7",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"@tauri-apps/cli": "^1.5.11",
"@tauri-apps/tauricon": "github:tauri-apps/tauricon",
"@testing-library/svelte": "^5.0.1",
"@testing-library/svelte": "^5.1.0",
"@tsconfig/svelte": "^5.0.4",
"@vitest/coverage-v8": "^1.5.0",
"@vitest/coverage-v8": "^1.5.2",
"ansi-to-span": "^0.0.1",
"autoprefixer": "^10.4.19",
"classnames": "^2.5.1",
"escape-html": "^1.0.3",
"execa": "^8.0.1",
"flowbite": "^2.3.0",
"flowbite-svelte": "0.46.0",
"flowbite-svelte": "0.46.1",
"jsdom": "^24.0.0",
"postcss": "^8.4.38",
"postcss-load-config": "^5.0.3",
@ -51,7 +51,7 @@
"typescript": "^5.4.5",
"unplugin-icons": "^0.18.5",
"vite": "^5.2.10",
"vitest": "^1.5.0"
"vitest": "^1.5.2"
},
"dependencies": {
"@tauri-apps/api": "^1.5.4",

114
yarn.lock
View file

@ -866,19 +866,19 @@
dependencies:
"@octokit/types" "^12.6.0"
"@octokit/plugin-retry@^7.1.0":
version "7.1.0"
resolved "https://registry.yarnpkg.com/@octokit/plugin-retry/-/plugin-retry-7.1.0.tgz#5b949e4c31db59b77eeb37d020fef251a503fcb6"
integrity sha512-6mc4xNtT6eoDBGrJJn0sFALUmIba2f7Wx+G8XV9GkBLcyX5PogBdx2mDMW5yPPqSD/y23tYagkjOLX9sT7O6jA==
"@octokit/plugin-retry@^7.1.1":
version "7.1.1"
resolved "https://registry.yarnpkg.com/@octokit/plugin-retry/-/plugin-retry-7.1.1.tgz#a84483e4afdd068dd71da81abe206a9e442c1288"
integrity sha512-G9Ue+x2odcb8E1XIPhaFBnTTIrrUDfXN05iFXiqhR+SeeeDMMILcAnysOsxUpEWcQp2e5Ft397FCXTcPkiPkLw==
dependencies:
"@octokit/request-error" "^6.0.0"
"@octokit/types" "^13.0.0"
bottleneck "^2.15.3"
"@octokit/plugin-throttling@^9.2.0":
version "9.2.0"
resolved "https://registry.yarnpkg.com/@octokit/plugin-throttling/-/plugin-throttling-9.2.0.tgz#57e7c4789c9b0665390fa0b8d32f5b2e706b60e6"
integrity sha512-zHZSZCC7wk3HbK3ZCuvc3iPrnFGoYIVJsJAY4l8ilsVu4fqPfe7BP7QLZ1A641yttLWqgy2oID3ETD3Z1036Gw==
"@octokit/plugin-throttling@^9.2.1":
version "9.2.1"
resolved "https://registry.yarnpkg.com/@octokit/plugin-throttling/-/plugin-throttling-9.2.1.tgz#ec2877ea9fc6ead2fd12aa0d0d15b02e80f8918d"
integrity sha512-n6EK4/1Npva54sAFDdpUxAbO14FbzudJ/k7DZPjQuLYOvNTWj4DGeH//J9ZCVoLkAlvRWV5sWKLaICsmGvqg2g==
dependencies:
"@octokit/types" "^13.0.0"
bottleneck "^2.15.3"
@ -1183,10 +1183,10 @@
lz-string "^1.5.0"
pretty-format "^27.0.2"
"@testing-library/svelte@^5.0.1":
version "5.0.1"
resolved "https://registry.yarnpkg.com/@testing-library/svelte/-/svelte-5.0.1.tgz#2fd6327a14b0d72b3ddde975a20c7e725da3e30a"
integrity sha512-UP/n37BVDMLp9Ntlr7sYQ2jwOeFZR8bquesk9sCSjBGv/YmxuKrUuP+98KNGvEkW2uAep8rFKHgs9nRUJ40yXw==
"@testing-library/svelte@^5.1.0":
version "5.1.0"
resolved "https://registry.yarnpkg.com/@testing-library/svelte/-/svelte-5.1.0.tgz#18b4652d414f100c03b893abc593fb08dd775ee9"
integrity sha512-8GW+rBR72U7Qql0Glxl4CtVTr6GPotYf/MB7MamIH6ZpV45i7IJIOm3oHWH4Wr6ZULdUs37F9recegQygLbC0g==
dependencies:
"@testing-library/dom" "^9.3.1"
@ -1264,10 +1264,10 @@
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e"
integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==
"@vitest/coverage-v8@^1.5.0":
version "1.5.0"
resolved "https://registry.yarnpkg.com/@vitest/coverage-v8/-/coverage-v8-1.5.0.tgz#2eb4472b497d820934b1a4e4d387547d3be62ba3"
integrity sha512-1igVwlcqw1QUMdfcMlzzY4coikSIBN944pkueGi0pawrX5I5Z+9hxdTR+w3Sg6Q3eZhvdMAs8ZaF9JuTG1uYOQ==
"@vitest/coverage-v8@^1.5.2":
version "1.5.2"
resolved "https://registry.yarnpkg.com/@vitest/coverage-v8/-/coverage-v8-1.5.2.tgz#e761ce097a3e01fa5a37a74fd86e14b7d0b5ede8"
integrity sha512-QJqxRnbCwNtbbegK9E93rBmhN3dbfG1bC/o52Bqr0zGCYhQzwgwvrJBG7Q8vw3zilX6Ryy6oa/mkZku2lLJx1Q==
dependencies:
"@ampproject/remapping" "^2.2.1"
"@bcoe/v8-coverage" "^0.2.3"
@ -1283,44 +1283,44 @@
strip-literal "^2.0.0"
test-exclude "^6.0.0"
"@vitest/expect@1.5.0":
version "1.5.0"
resolved "https://registry.yarnpkg.com/@vitest/expect/-/expect-1.5.0.tgz#961190510a2723bd4abf5540bcec0a4dfd59ef14"
integrity sha512-0pzuCI6KYi2SIC3LQezmxujU9RK/vwC1U9R0rLuGlNGcOuDWxqWKu6nUdFsX9tH1WU0SXtAxToOsEjeUn1s3hA==
"@vitest/expect@1.5.2":
version "1.5.2"
resolved "https://registry.yarnpkg.com/@vitest/expect/-/expect-1.5.2.tgz#04d1c0c94ca264e32fe43f564b04528f352a6083"
integrity sha512-rf7MTD1WCoDlN3FfYJ9Llfp0PbdtOMZ3FIF0AVkDnKbp3oiMW1c8AmvRZBcqbAhDUAvF52e9zx4WQM1r3oraVA==
dependencies:
"@vitest/spy" "1.5.0"
"@vitest/utils" "1.5.0"
"@vitest/spy" "1.5.2"
"@vitest/utils" "1.5.2"
chai "^4.3.10"
"@vitest/runner@1.5.0":
version "1.5.0"
resolved "https://registry.yarnpkg.com/@vitest/runner/-/runner-1.5.0.tgz#1f7cb78ee4064e73e53d503a19c1b211c03dfe0c"
integrity sha512-7HWwdxXP5yDoe7DTpbif9l6ZmDwCzcSIK38kTSIt6CFEpMjX4EpCgT6wUmS0xTXqMI6E/ONmfgRKmaujpabjZQ==
"@vitest/runner@1.5.2":
version "1.5.2"
resolved "https://registry.yarnpkg.com/@vitest/runner/-/runner-1.5.2.tgz#acc9677aaca5c548e3a2746d97eb443c687f0d6f"
integrity sha512-7IJ7sJhMZrqx7HIEpv3WrMYcq8ZNz9L6alo81Y6f8hV5mIE6yVZsFoivLZmr0D777klm1ReqonE9LyChdcmw6g==
dependencies:
"@vitest/utils" "1.5.0"
"@vitest/utils" "1.5.2"
p-limit "^5.0.0"
pathe "^1.1.1"
"@vitest/snapshot@1.5.0":
version "1.5.0"
resolved "https://registry.yarnpkg.com/@vitest/snapshot/-/snapshot-1.5.0.tgz#cd2d611fd556968ce8fb6b356a09b4593c525947"
integrity sha512-qpv3fSEuNrhAO3FpH6YYRdaECnnRjg9VxbhdtPwPRnzSfHVXnNzzrpX4cJxqiwgRMo7uRMWDFBlsBq4Cr+rO3A==
"@vitest/snapshot@1.5.2":
version "1.5.2"
resolved "https://registry.yarnpkg.com/@vitest/snapshot/-/snapshot-1.5.2.tgz#d6f8a5d0da451e1c4dc211fcede600becf4851ed"
integrity sha512-CTEp/lTYos8fuCc9+Z55Ga5NVPKUgExritjF5VY7heRFUfheoAqBneUlvXSUJHUZPjnPmyZA96yLRJDP1QATFQ==
dependencies:
magic-string "^0.30.5"
pathe "^1.1.1"
pretty-format "^29.7.0"
"@vitest/spy@1.5.0":
version "1.5.0"
resolved "https://registry.yarnpkg.com/@vitest/spy/-/spy-1.5.0.tgz#1369a1bec47f46f18eccfa45f1e8fbb9b5e15e77"
integrity sha512-vu6vi6ew5N5MMHJjD5PoakMRKYdmIrNJmyfkhRpQt5d9Ewhw9nZ5Aqynbi3N61bvk9UvZ5UysMT6ayIrZ8GA9w==
"@vitest/spy@1.5.2":
version "1.5.2"
resolved "https://registry.yarnpkg.com/@vitest/spy/-/spy-1.5.2.tgz#6b439a933b64522edbb8da878fa5b5b6361140ef"
integrity sha512-xCcPvI8JpCtgikT9nLpHPL1/81AYqZy1GCy4+MCHBE7xi8jgsYkULpW5hrx5PGLgOQjUpb6fd15lqcriJ40tfQ==
dependencies:
tinyspy "^2.2.0"
"@vitest/utils@1.5.0":
version "1.5.0"
resolved "https://registry.yarnpkg.com/@vitest/utils/-/utils-1.5.0.tgz#90c9951f4516f6d595da24876b58e615f6c99863"
integrity sha512-BDU0GNL8MWkRkSRdNFvCUCAVOeHaUlVJ9Tx0TYBZyXaaOTmGtUFObzchCivIBrIwKzvZA7A9sCejVhXM2aY98A==
"@vitest/utils@1.5.2":
version "1.5.2"
resolved "https://registry.yarnpkg.com/@vitest/utils/-/utils-1.5.2.tgz#6a314daa8400a242b5509908cd8977a7bd66ef65"
integrity sha512-sWOmyofuXLJ85VvXNsroZur7mOJGiQeM0JN3/0D1uU8U9bGFM69X1iqHaRXl6R8BwaLY6yPCogP257zxTzkUdA==
dependencies:
diff-sequences "^29.6.3"
estree-walker "^3.0.3"
@ -2859,10 +2859,10 @@ find-versions@^3.0.0:
dependencies:
semver-regex "^2.0.0"
flowbite-svelte@0.46.0:
version "0.46.0"
resolved "https://registry.yarnpkg.com/flowbite-svelte/-/flowbite-svelte-0.46.0.tgz#df0a538c3c8e8c970e001ddb98f55f6e5f0a48ed"
integrity sha512-Qw4zX4nCbxP5ZemksC9/EVGE9WRnD8FsR5CrdZRxm1RGkMOv2nrKxDQ8MXHF/GwdEutFU5UeaQncQuqgY5DoVg==
flowbite-svelte@0.46.1:
version "0.46.1"
resolved "https://registry.yarnpkg.com/flowbite-svelte/-/flowbite-svelte-0.46.1.tgz#a6b4cacc5b780dbf6aadecf97a043c2619c3225b"
integrity sha512-GMQP4Fxn4mYu12XTNRbOHMYMklbP29sKFZUZYekryxhWak2zbSlI1ozhBtnrD2WDbFBPqZ64IcyButOkYpz+WQ==
dependencies:
"@floating-ui/dom" "^1.6.3"
apexcharts "^3.48.0"
@ -6508,10 +6508,10 @@ validate-npm-package-license@^3.0.1:
spdx-correct "^3.0.0"
spdx-expression-parse "^3.0.0"
vite-node@1.5.0:
version "1.5.0"
resolved "https://registry.yarnpkg.com/vite-node/-/vite-node-1.5.0.tgz#7f74dadfecb15bca016c5ce5ef85e5cc4b82abf2"
integrity sha512-tV8h6gMj6vPzVCa7l+VGq9lwoJjW8Y79vst8QZZGiuRAfijU+EEWuc0kFpmndQrWhMMhet1jdSF+40KSZUqIIw==
vite-node@1.5.2:
version "1.5.2"
resolved "https://registry.yarnpkg.com/vite-node/-/vite-node-1.5.2.tgz#9e5fb28bd8bc68fe36e94f9156c3ae67796c002a"
integrity sha512-Y8p91kz9zU+bWtF7HGt6DVw2JbhyuB2RlZix3FPYAYmUyZ3n7iTp8eSyLyY6sxtPegvxQtmlTMhfPhUfCUF93A==
dependencies:
cac "^6.7.14"
debug "^4.3.4"
@ -6535,16 +6535,16 @@ vitefu@^0.2.5:
resolved "https://registry.yarnpkg.com/vitefu/-/vitefu-0.2.5.tgz#c1b93c377fbdd3e5ddd69840ea3aa70b40d90969"
integrity sha512-SgHtMLoqaeeGnd2evZ849ZbACbnwQCIwRH57t18FxcXoZop0uQu0uzlIhJBlF/eWVzuce0sHeqPcDo+evVcg8Q==
vitest@^1.5.0:
version "1.5.0"
resolved "https://registry.yarnpkg.com/vitest/-/vitest-1.5.0.tgz#6ebb396bd358650011a9c96c18fa614b668365c1"
integrity sha512-d8UKgR0m2kjdxDWX6911uwxout6GHS0XaGH1cksSIVVG8kRlE7G7aBw7myKQCvDI5dT4j7ZMa+l706BIORMDLw==
vitest@^1.5.2:
version "1.5.2"
resolved "https://registry.yarnpkg.com/vitest/-/vitest-1.5.2.tgz#bec4f413de40257d6be76183980273f6411068d0"
integrity sha512-l9gwIkq16ug3xY7BxHwcBQovLZG75zZL0PlsiYQbf76Rz6QGs54416UWMtC0jXeihvHvcHrf2ROEjkQRVpoZYw==
dependencies:
"@vitest/expect" "1.5.0"
"@vitest/runner" "1.5.0"
"@vitest/snapshot" "1.5.0"
"@vitest/spy" "1.5.0"
"@vitest/utils" "1.5.0"
"@vitest/expect" "1.5.2"
"@vitest/runner" "1.5.2"
"@vitest/snapshot" "1.5.2"
"@vitest/spy" "1.5.2"
"@vitest/utils" "1.5.2"
acorn-walk "^8.3.2"
chai "^4.3.10"
debug "^4.3.4"
@ -6558,7 +6558,7 @@ vitest@^1.5.0:
tinybench "^2.5.1"
tinypool "^0.8.3"
vite "^5.0.0"
vite-node "1.5.0"
vite-node "1.5.2"
why-is-node-running "^2.2.2"
w3c-xmlserializer@^5.0.0: