From 88748cc63928460226382a5aa1a71ec2eba81535 Mon Sep 17 00:00:00 2001 From: davay Date: Wed, 25 Dec 2024 16:22:21 +0700 Subject: [PATCH] chore: bump deps --- package.json | 60 ++-- pnpm-lock.yaml | 801 +++++++++++++++++++++++-------------------------- use/audio.js | 11 +- 3 files changed, 418 insertions(+), 454 deletions(-) diff --git a/package.json b/package.json index 7e54de0c81..f58163ab8e 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "engines": { "node": "^20.x" }, - "packageManager": "pnpm@9.14.4", + "packageManager": "pnpm@9.15.1", "exports": { ".": "./lib/index.js", "./audio": "./lib/audio.js", @@ -67,11 +67,11 @@ "@gun-vue/gun-es": "^0.2.1240", "@tonejs/midi": "^2.0.28", "@types/matter-js": "^0.19.8", - "@unocss/reset": "^0.65.0", - "@vueuse/core": "^12.0.0", + "@unocss/reset": "^0.65.2", + "@vueuse/core": "^12.2.0", "@vueuse/gesture": "^2.0.0", - "@vueuse/integrations": "^12.0.0", - "@vueuse/math": "^12.0.0", + "@vueuse/integrations": "^12.2.0", + "@vueuse/math": "^12.2.0", "abcjs": "^6.4.4", "an-array-of-english-words": "^2.0.0", "atrament": "^4.4.1", @@ -80,13 +80,13 @@ "audio-recorder-polyfill": "^0.4.1", "audiomotion-analyzer": "^4.5.0", "big-integer": "^1.6.52", - "chordsheetjs": "^10.6.2", + "chordsheetjs": "^10.11.0", "cobe": "^0.6.3", - "color-name-list": "^11.0.0", + "color-name-list": "^11.2.0", "color-spectrum": "^1.1.3", "colord": "^2.9.3", "drauu": "^0.4.2", - "extract-colors": "^4.1.0", + "extract-colors": "^4.1.1", "floating-vue": "^5.2.2", "fraction.js": "^5.2.1", "fuse.js": "^7.0.0", @@ -95,7 +95,7 @@ "hydra-synth": "^1.3.29", "jisg": "^0.9.99", "jspdf": "^2.5.2", - "mathjs": "^14.0.0", + "mathjs": "^14.0.1", "matter-attractors": "^0.1.6", "matter-js": "^0.20.0", "matter-wrap": "^0.2.0", @@ -108,7 +108,7 @@ "recordrtc": "^5.6.2", "similar-english-words": "^2.0.0", "simplex-noise": "^4.0.3", - "smplr": "^0.15.1", + "smplr": "^0.16.1", "sortablejs": "^1.15.6", "svg-round-corners": "^0.4.3", "svg2pdf.js": "^2.2.4", @@ -117,7 +117,7 @@ "universal-base64url": "^1.1.0", "uqr": "^0.1.2", "vite-plugin-top-level-await": "^1.4.4", - "vite-plugin-wasm": "^3.3.0", + "vite-plugin-wasm": "^3.4.1", "vitepress-plugin-rss": "^0.3.0", "vue-glsl": "^1.1.27", "vue-joystick-component": "^0.1.3", @@ -126,31 +126,31 @@ "zzfx": "^1.3.0" }, "devDependencies": { - "@directus/sdk": "^18.0.1", - "@iconify-json/bi": "^1.2.1", - "@iconify-json/carbon": "^1.2.4", - "@iconify-json/fad": "^1.2.0", - "@iconify-json/fluent": "^1.2.8", - "@iconify-json/healthicons": "^1.2.2", - "@iconify-json/ion": "^1.2.1", - "@iconify-json/la": "^1.2.0", - "@iconify-json/mdi": "^1.2.1", - "@iconify-json/ph": "^1.2.1", - "@iconify-json/system-uicons": "^1.2.1", - "@iconify-json/tabler": "^1.2.10", - "@iconify-json/hugeicons": "^1.2.2", + "@directus/sdk": "^18.0.3", + "@iconify-json/bi": "^1.2.2", + "@iconify-json/carbon": "^1.2.5", + "@iconify-json/fad": "^1.2.1", + "@iconify-json/fluent": "^1.2.11", + "@iconify-json/healthicons": "^1.2.3", + "@iconify-json/hugeicons": "^1.2.3", + "@iconify-json/ion": "^1.2.2", + "@iconify-json/la": "^1.2.1", + "@iconify-json/mdi": "^1.2.2", + "@iconify-json/ph": "^1.2.2", + "@iconify-json/system-uicons": "^1.2.2", + "@iconify-json/tabler": "^1.2.13", "@modyfi/vite-plugin-yaml": "^1.1.0", - "@unocss/extractor-pug": "^0.65.0", + "@unocss/extractor-pug": "^0.65.2", "@vite-pwa/vitepress": "^0.5.3", "@vue/compiler-sfc": "^3.5.13", - "@vue/language-plugin-pug": "^2.1.10", + "@vue/language-plugin-pug": "^2.2.0", "jsdoc-to-markdown": "^9.1.1", "pug": "^3.0.3", "sharp": "^0.33.5", - "unocss": "^0.65.0", - "unplugin-icons": "^0.21.0", - "unplugin-vue-components": "^0.27.5", - "vite": "^6.0.2", + "unocss": "^0.65.2", + "unplugin-icons": "^0.22.0", + "unplugin-vue-components": "^0.28.0", + "vite": "^6.0.5", "vitepress": "^1.5.0", "workbox-window": "^7.3.0" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 32772ee92d..b8b4ac286c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -24,20 +24,20 @@ importers: specifier: ^0.19.8 version: 0.19.8 '@unocss/reset': - specifier: ^0.65.0 - version: 0.65.0 + specifier: ^0.65.2 + version: 0.65.2 '@vueuse/core': - specifier: ^12.0.0 - version: 12.0.0 + specifier: ^12.2.0 + version: 12.2.0 '@vueuse/gesture': specifier: ^2.0.0 version: 2.0.0(vue@3.5.12) '@vueuse/integrations': - specifier: ^12.0.0 - version: 12.0.0(drauu@0.4.2)(focus-trap@7.6.0)(fuse.js@7.0.0)(qrcode@1.5.3)(sortablejs@1.15.6) + specifier: ^12.2.0 + version: 12.2.0(drauu@0.4.2)(focus-trap@7.6.0)(fuse.js@7.0.0)(qrcode@1.5.3)(sortablejs@1.15.6) '@vueuse/math': - specifier: ^12.0.0 - version: 12.0.0 + specifier: ^12.2.0 + version: 12.2.0 abcjs: specifier: ^6.4.4 version: 6.4.4 @@ -63,14 +63,14 @@ importers: specifier: ^1.6.52 version: 1.6.52 chordsheetjs: - specifier: ^10.6.2 - version: 10.6.2 + specifier: ^10.11.0 + version: 10.11.0 cobe: specifier: ^0.6.3 version: 0.6.3 color-name-list: - specifier: ^11.0.0 - version: 11.0.0 + specifier: ^11.2.0 + version: 11.2.0 color-spectrum: specifier: ^1.1.3 version: 1.1.3 @@ -81,8 +81,8 @@ importers: specifier: ^0.4.2 version: 0.4.2 extract-colors: - specifier: ^4.1.0 - version: 4.1.0 + specifier: ^4.1.1 + version: 4.1.1 floating-vue: specifier: ^5.2.2 version: 5.2.2(vue@3.5.12) @@ -108,8 +108,8 @@ importers: specifier: ^2.5.2 version: 2.5.2 mathjs: - specifier: ^14.0.0 - version: 14.0.0 + specifier: ^14.0.1 + version: 14.0.1 matter-attractors: specifier: ^0.1.6 version: 0.1.6 @@ -147,8 +147,8 @@ importers: specifier: ^4.0.3 version: 4.0.3 smplr: - specifier: ^0.15.1 - version: 0.15.1 + specifier: ^0.16.1 + version: 0.16.1 sortablejs: specifier: ^1.15.6 version: 1.15.6 @@ -175,10 +175,10 @@ importers: version: 0.1.2 vite-plugin-top-level-await: specifier: ^1.4.4 - version: 1.4.4(rollup@4.13.0)(vite@6.0.2(@types/node@20.9.2)(jiti@1.21.6)(terser@5.24.0)(tsx@4.19.1)) + version: 1.4.4(rollup@4.13.0)(vite@6.0.5(@types/node@20.9.2)(jiti@2.4.2)(terser@5.24.0)(tsx@4.19.2)) vite-plugin-wasm: - specifier: ^3.3.0 - version: 3.3.0(vite@6.0.2(@types/node@20.9.2)(jiti@1.21.6)(terser@5.24.0)(tsx@4.19.1)) + specifier: ^3.4.1 + version: 3.4.1(vite@6.0.5(@types/node@20.9.2)(jiti@2.4.2)(terser@5.24.0)(tsx@4.19.2)) vitepress-plugin-rss: specifier: ^0.3.0 version: 0.3.0(vitepress@1.5.0(@algolia/client-search@4.20.0)(@types/node@20.9.2)(drauu@0.4.2)(fuse.js@7.0.0)(postcss@8.4.49)(qrcode@1.5.3)(search-insights@2.11.0)(sortablejs@1.15.6)(terser@5.24.0)) @@ -205,59 +205,59 @@ importers: version: 1.3.0 devDependencies: '@directus/sdk': - specifier: ^18.0.1 - version: 18.0.1 + specifier: ^18.0.3 + version: 18.0.3 '@iconify-json/bi': - specifier: ^1.2.1 - version: 1.2.1 + specifier: ^1.2.2 + version: 1.2.2 '@iconify-json/carbon': - specifier: ^1.2.4 - version: 1.2.4 + specifier: ^1.2.5 + version: 1.2.5 '@iconify-json/fad': - specifier: ^1.2.0 - version: 1.2.0 + specifier: ^1.2.1 + version: 1.2.1 '@iconify-json/fluent': - specifier: ^1.2.8 - version: 1.2.8 + specifier: ^1.2.11 + version: 1.2.11 '@iconify-json/healthicons': - specifier: ^1.2.2 - version: 1.2.2 + specifier: ^1.2.3 + version: 1.2.3 '@iconify-json/hugeicons': + specifier: ^1.2.3 + version: 1.2.3 + '@iconify-json/ion': specifier: ^1.2.2 version: 1.2.2 - '@iconify-json/ion': - specifier: ^1.2.1 - version: 1.2.1 '@iconify-json/la': - specifier: ^1.2.0 - version: 1.2.0 - '@iconify-json/mdi': specifier: ^1.2.1 version: 1.2.1 + '@iconify-json/mdi': + specifier: ^1.2.2 + version: 1.2.2 '@iconify-json/ph': - specifier: ^1.2.1 - version: 1.2.1 + specifier: ^1.2.2 + version: 1.2.2 '@iconify-json/system-uicons': - specifier: ^1.2.1 - version: 1.2.1 + specifier: ^1.2.2 + version: 1.2.2 '@iconify-json/tabler': - specifier: ^1.2.10 - version: 1.2.10 + specifier: ^1.2.13 + version: 1.2.13 '@modyfi/vite-plugin-yaml': specifier: ^1.1.0 - version: 1.1.0(rollup@4.13.0)(vite@6.0.2(@types/node@20.9.2)(jiti@1.21.6)(terser@5.24.0)(tsx@4.19.1)) + version: 1.1.0(rollup@4.13.0)(vite@6.0.5(@types/node@20.9.2)(jiti@2.4.2)(terser@5.24.0)(tsx@4.19.2)) '@unocss/extractor-pug': - specifier: ^0.65.0 - version: 0.65.0(pug@3.0.3) + specifier: ^0.65.2 + version: 0.65.2(pug@3.0.3) '@vite-pwa/vitepress': specifier: ^0.5.3 - version: 0.5.3(vite-plugin-pwa@0.19.0(vite@6.0.2(@types/node@20.9.2)(jiti@1.21.6)(terser@5.24.0)(tsx@4.19.1))(workbox-build@7.0.0)(workbox-window@7.3.0)) + version: 0.5.3(vite-plugin-pwa@0.19.0(vite@6.0.5(@types/node@20.9.2)(jiti@2.4.2)(terser@5.24.0)(tsx@4.19.2))(workbox-build@7.0.0)(workbox-window@7.3.0)) '@vue/compiler-sfc': specifier: ^3.5.13 version: 3.5.13 '@vue/language-plugin-pug': - specifier: ^2.1.10 - version: 2.1.10 + specifier: ^2.2.0 + version: 2.2.0 jsdoc-to-markdown: specifier: ^9.1.1 version: 9.1.1 @@ -268,17 +268,17 @@ importers: specifier: ^0.33.5 version: 0.33.5 unocss: - specifier: ^0.65.0 - version: 0.65.0(postcss@8.4.49)(rollup@4.13.0)(vite@6.0.2(@types/node@20.9.2)(jiti@1.21.6)(terser@5.24.0)(tsx@4.19.1))(vue@3.5.12) + specifier: ^0.65.2 + version: 0.65.2(postcss@8.4.49)(rollup@4.13.0)(vite@6.0.5(@types/node@20.9.2)(jiti@2.4.2)(terser@5.24.0)(tsx@4.19.2))(vue@3.5.12) unplugin-icons: - specifier: ^0.21.0 - version: 0.21.0(@vue/compiler-sfc@3.5.13) + specifier: ^0.22.0 + version: 0.22.0(@vue/compiler-sfc@3.5.13) unplugin-vue-components: - specifier: ^0.27.5 - version: 0.27.5(@babel/parser@7.25.3)(rollup@4.13.0)(vue@3.5.12) + specifier: ^0.28.0 + version: 0.28.0(@babel/parser@7.25.3)(rollup@4.13.0)(vue@3.5.12) vite: - specifier: ^6.0.2 - version: 6.0.2(@types/node@20.9.2)(jiti@1.21.6)(terser@5.24.0)(tsx@4.19.1) + specifier: ^6.0.5 + version: 6.0.5(@types/node@20.9.2)(jiti@2.4.2)(terser@5.24.0)(tsx@4.19.2) vitepress: specifier: ^1.5.0 version: 1.5.0(@algolia/client-search@4.20.0)(@types/node@20.9.2)(drauu@0.4.2)(fuse.js@7.0.0)(postcss@8.4.49)(qrcode@1.5.3)(search-insights@2.11.0)(sortablejs@1.15.6)(terser@5.24.0) @@ -960,8 +960,8 @@ packages: resolution: {integrity: sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==} engines: {node: '>=6.9.0'} - '@directus/sdk@18.0.1': - resolution: {integrity: sha512-vUYhqn7qwuaIcqbVRhQtKhjGB9DNhumnzauOg0M8dVnuxk6BgW1W6ZYzkhXmP1vcsU3RohM1l8KPTxOkjikktg==} + '@directus/sdk@18.0.3': + resolution: {integrity: sha512-PnEDRDqr2x/DG3HZ3qxU7nFp2nW6zqJqswjii57NhriXgTz4TBUI8NmSdzQvnyHuTL9J0nedYfQGfW4v8odS1A==} engines: {node: '>=18.0.0'} '@docsearch/css@3.6.2': @@ -1471,50 +1471,50 @@ packages: resolution: {integrity: sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==} deprecated: Use @eslint/object-schema instead - '@iconify-json/bi@1.2.1': - resolution: {integrity: sha512-wsIWb6bcnBkfN8/2puIIE2ul6NYVjclbE/nI7JZsPnfzBamd3NuRFstXQH9Ckkbrw9eiBTNKwHbH90w3UE5QIg==} + '@iconify-json/bi@1.2.2': + resolution: {integrity: sha512-f/Wm+RTdBosw3cI/gmg5uSFmdumkw2thUk4qVFS56jTerdal6wqWnWAbRTSJJ/vhH9/y16pRKnvE8F2+M23dzw==} - '@iconify-json/carbon@1.2.4': - resolution: {integrity: sha512-DhW2jjMVGwV0DLHc0cmDYohdtGxMra8UuwgjHrryPy+rQX4gXhJwCBBVP2h2UG/92AoRCTn7zUJve4WvY5MLYg==} + '@iconify-json/carbon@1.2.5': + resolution: {integrity: sha512-aI3TEzOrUDGhs74zIT3ym/ZQBUEziyu8JifntX2Hb4siVzsP5sQ/QEfVdmcCUj37kQUYT3TYBSeAw2vTfCJx9w==} - '@iconify-json/fad@1.2.0': - resolution: {integrity: sha512-4LEp5vIC1oZIakZ4diHNYGtQGQXrS/k7X+VnX/Ebrgof4w7JFghWAm3t/XDCW3Y8++Nbquu4+fWEDD7S1r4wqg==} + '@iconify-json/fad@1.2.1': + resolution: {integrity: sha512-WW6rGT3TzzhWBP+zE3nM8bPYKML16NhmX2VlEe6sz7KCJH3zen20TVuTsUR0gDXo99fBGyxud1NMkW/JdcAtHg==} - '@iconify-json/fluent@1.2.8': - resolution: {integrity: sha512-yFpS3eKof874LYu0/pK0epz2c+UXlF5lTY+oX+xcXP9V5NAe4oSgWMBnKvJsxsYSEbgGhAMqDf+4y0GvyBzLVw==} + '@iconify-json/fluent@1.2.11': + resolution: {integrity: sha512-cIaUZiNoEFF22tldJOh2mcwk/d6C+kpo5R4xhgLAy6HH61NaY4Lqktje4qK2nqzQqAvYB2NpDjJnmBQw6zUlJw==} - '@iconify-json/healthicons@1.2.2': - resolution: {integrity: sha512-NfW9TfRmGyOlo9fzX4almPkN34slFqmWMKtAeaxawXuCdEnlcvP5VEdGg4jb8yTZCfVIo6eWnGUQTPmXyUfl9A==} + '@iconify-json/healthicons@1.2.3': + resolution: {integrity: sha512-lCAZWYKyChc69vPPmdyBNdlAF+wY/gCgBT1oqWHRh8tCrZ/hkOcTVxu4Es4qYow+nMTJDs6NLeqaLvF07+INyg==} - '@iconify-json/hugeicons@1.2.2': - resolution: {integrity: sha512-6twKTOjUecuX2Cl3OP83YBe5ACDGrJvQePwoI/hMZ6TEpYuB+23BjwekMmO+cSiP13YmKALCkcF4NZp2MAnIrw==} + '@iconify-json/hugeicons@1.2.3': + resolution: {integrity: sha512-EujzAC9jlyJY+iFA2ehXoTgGfjKxMMD9xWGQbbo0MlqZelkg/dmENlqIMJjLy9B1sZltw1ol5eYhhzY69TwkQw==} - '@iconify-json/ion@1.2.1': - resolution: {integrity: sha512-33jiBdtP8+uBV0KRz8Z9g54QFujzssiT9W6wdNuY61VQM1s3cvoAX89yiczRs4/6b2xJE5vqqvsEJAQPqfY5JA==} + '@iconify-json/ion@1.2.2': + resolution: {integrity: sha512-GysHYDAyy3K4R2Xxsab3I0ZFmQA4oorfIkwX0g6xfZJNVZcFyAlA4pa1jAJC9Bk3cLiWUtnN8ZyWs6cP3nxlnw==} - '@iconify-json/la@1.2.0': - resolution: {integrity: sha512-YgZsqp/M361PwfO6hQcIN1LDYnqlINyCblDPQV/6yVoWdC0weTAu9cnAtwRYt3FzMUn+k0Gkqi32QI5d88NBgQ==} + '@iconify-json/la@1.2.1': + resolution: {integrity: sha512-7VUpZ+E7PfBpCXmAzLEGRR0LqCyFQRJiJTriO/vIZtQ1BLJ4xiDlIQ8gCCQvyTnKPG4IrvencwAxXpJGhk4pYg==} - '@iconify-json/mdi@1.2.1': - resolution: {integrity: sha512-dSkQU78gsZV6Yxnq78+LuX7jzeFC/5NAmz7O3rh558GimGFcwMVY/OtqRowIzjqJBmMmWZft7wkFV4TrwRXjlg==} + '@iconify-json/mdi@1.2.2': + resolution: {integrity: sha512-84aznJXzfGdbOXGe8xB7E5uNAb7Yo5IABwTgq2X3kczb819qZeS9eL31bTVn7wJdCLK5ieaoUc2GTS3QYIkJ6g==} - '@iconify-json/ph@1.2.1': - resolution: {integrity: sha512-x0DNfwWrS18dbsBYOq3XGiZnGz4CgRyC+YSl/TZvMQiKhIUl1woWqUbMYqqfMNUBzjyk7ulvaRovpRsIlqIf8g==} + '@iconify-json/ph@1.2.2': + resolution: {integrity: sha512-PgkEZNtqa8hBGjHXQa4pMwZa93hmfu8FUSjs/nv4oUU6yLsgv+gh9nu28Kqi8Fz9CCVu4hj1MZs9/60J57IzFw==} '@iconify-json/simple-icons@1.2.11': resolution: {integrity: sha512-AHCGDtBRqP+JzAbBzgO8uN/08CXxEmuaC6lQQZ3b5burKhRU12AJnJczwbUw2K5Mb/U85EpSUNhYMG3F28b8NA==} - '@iconify-json/system-uicons@1.2.1': - resolution: {integrity: sha512-P3CEr7GewtwcAWX/RZeRZw4Gkq+WS+w5iTh+0jDR30A2bEEhm98R1N0Pas3VUJSU/b/3EfsA6cAX18wrjcqwkw==} + '@iconify-json/system-uicons@1.2.2': + resolution: {integrity: sha512-E5mwm7F3ahs58YacvifJlj7tPN/QYTMWtLe38bwS9LVylyfT7hAsHdBiBUcsgM5Isdr+6x1TTSz1iAq+/bkUcw==} - '@iconify-json/tabler@1.2.10': - resolution: {integrity: sha512-P58U/e0rZNYptzMjnExcFOtSt712xJnqwJI7KoF4iaUJ7EeFQNJawjUXT8X1rvbLMUk/O/fgrzAfhD163XuckA==} + '@iconify-json/tabler@1.2.13': + resolution: {integrity: sha512-vXnl0db3Q/v1e+lMEGmdrzJeFVyR//20gbUU2HFOrJP08nbz1EGRa8urNS4zL3oEV6Wjgo11AHJLSs628I6swQ==} '@iconify/types@2.0.0': resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==} - '@iconify/utils@2.1.33': - resolution: {integrity: sha512-jP9h6v/g0BIZx0p7XGJJVtkVnydtbgTgt9mVNcGDYwaa7UhdHdI9dvoq+gKj9sijMSJKxUPEG2JyjsgXjxL7Kw==} + '@iconify/utils@2.2.1': + resolution: {integrity: sha512-0/7J7hk4PqXmxo5PDBDxmnecw5PxklZJfNjIVG9FM0mEfVrvfudS22rYWsqVk6gR3UJ/mSYS90X4R3znXnqfNA==} '@img/sharp-darwin-arm64@0.33.5': resolution: {integrity: sha512-UT4p+iz/2H4twwAoLCqfA9UH5pI6DggwKEGuaPy7nCVQ8ZsiY5PIcrRvD1DzuY3qYL07NtIQcWnBSY/heikIFQ==} @@ -1741,8 +1741,8 @@ packages: rollup: optional: true - '@rollup/pluginutils@5.1.3': - resolution: {integrity: sha512-Pnsb6f32CD2W3uCaLZIzDmeFyQ2b8UWMFI7xtwUezpcGBDVDW6y9XgAWIlARiGAo6eNF5FK5aQTr0LFyNyqq5A==} + '@rollup/pluginutils@5.1.4': + resolution: {integrity: sha512-USm05zrsFxYLPdWWq+K3STlWiT/3ELn3RcV5hJMghpeAIhxfsUIg6mt12CBJBInWMV4VneoV7SfGv8xIwo2qNQ==} engines: {node: '>=14.0.0'} peerDependencies: rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 @@ -2239,94 +2239,94 @@ packages: '@ungap/structured-clone@1.2.0': resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} - '@unocss/astro@0.65.0': - resolution: {integrity: sha512-JyQJBZqX++Hi1fBFJK7OrO37qbBLn+ff72sx2WRKYc5BYn9cbUj4DdfUuyEbqZErfoshykVafBmuQU8AWLR47w==} + '@unocss/astro@0.65.2': + resolution: {integrity: sha512-lpGoleJToxaYeN5LTGrNbvbXATNWswgoQwlljIJ9kWOjx4NbGC71pXRvDQSb9yRFDTCr5S2hMtupna4ulrHisA==} peerDependencies: vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0 peerDependenciesMeta: vite: optional: true - '@unocss/cli@0.65.0': - resolution: {integrity: sha512-sr2tT1zesDjAGiFb9XSUjk35/re6iUVyfSOilAQSFwT9DnD4GDF9b/cHy53z3QJdeVAIWiWecKJIm9M00tyT5A==} + '@unocss/cli@0.65.2': + resolution: {integrity: sha512-N2SeSeGNNuWUQAtsOC02Uqhm1wCtyoRRmh8ylzA/NttbXJlqg5P03vxGfzmaRA+VJhNLwjFqhYE6Yuu4nqCwlg==} engines: {node: '>=14'} hasBin: true - '@unocss/config@0.65.0': - resolution: {integrity: sha512-nprE4G0HfhQD9+lJv6g91p7U47+2IbFnTo+RfTdkn1NDKNptGBYhcYIn1AlyRlS7MOjU3IlyNBG5rfv1vK77mw==} + '@unocss/config@0.65.2': + resolution: {integrity: sha512-HDQVoWwrkZ6qRCXus11bUM12eNoErZ7r4lPY5EQqtrwxAcul+l5StvYk0qXr3IC8Ct42RDjKGeM03o7VBpwafQ==} engines: {node: '>=14'} - '@unocss/core@0.65.0': - resolution: {integrity: sha512-2QwjMq/bm7lbxk6BTyGblWuTtSfXRuHJSoN1zys53ES+SrVVYA8FVDIpiTQbxENLcXhwwq1OaN3z7zi714n+OA==} + '@unocss/core@0.65.2': + resolution: {integrity: sha512-37zj1w/6TENsUMzRRmlH5LqUcLGTTjGHrUeZ5KZyeDk+osB/rHSCw0VqqqvL6a7cOHgaW88JgfgKDt5ijRZyFA==} - '@unocss/extractor-arbitrary-variants@0.65.0': - resolution: {integrity: sha512-flWxSflswTAQs2FE0Qn5aaZOkOioKf0N3kGV11vRi0tkRtiQOmWJ24Va5ysdC37MeeWvzsOYfVu662ZVE1CQ9w==} + '@unocss/extractor-arbitrary-variants@0.65.2': + resolution: {integrity: sha512-G+Fq7i2mTyFv+RdkbahGJFwUR9FbsGCHi+Wt8Eb7cbELWi/R4mUftfW9/q6NaIRKvmLywjWbEQ31qTJIQEO+PQ==} - '@unocss/extractor-pug@0.65.0': - resolution: {integrity: sha512-1TAh0LiPIaiVgiGzvXS6qGEpaivl65YgACL+50Ouye1fI8FOkeYczFgdsOPGMFMokkJAc0qVzFgXhk74+X+0xA==} + '@unocss/extractor-pug@0.65.2': + resolution: {integrity: sha512-FthaSnlpEJzYbM7QT82HEnyXOsGiVnL9yuAIRJbfYUpAPs1YtrjykoeXrWS9JqnvCWrkj5kBaO7TSX1AMs2jXw==} peerDependencies: pug: ^3.0.0 peerDependenciesMeta: pug: optional: true - '@unocss/inspector@0.65.0': - resolution: {integrity: sha512-/UzXkhHRLB4i+PsXO5lxQlJ/85zFEMMe2iFxLu/ORbn2lINettseqLpMdfdkaDNrqArYVuDcA5WSjsfKNA74HA==} + '@unocss/inspector@0.65.2': + resolution: {integrity: sha512-90kBrMiQqHpGzPhT9ot7bDAFs+G9RxWROVxrT/JwDqNe+OmcLh5uETO84NU0ScurniEJ8umGBLqmsPGLmHML2g==} - '@unocss/postcss@0.65.0': - resolution: {integrity: sha512-pJIJvPIkBOZLKxZ2viUvF3kCQEPSt3iVXdhWjXt5SMQuPei0hyNXZhN8hEYPWFA5Jv8njXlsQQQMd/tEEALTHQ==} + '@unocss/postcss@0.65.2': + resolution: {integrity: sha512-vhBWsXnuWUP7qybnucle+gja1YBjL2NRfzCwSaOoRc7C5y201mqfC55AFqjGdxEAcqeeXVtx98Y1oh0FSa5GzA==} engines: {node: '>=14'} peerDependencies: postcss: ^8.4.21 - '@unocss/preset-attributify@0.65.0': - resolution: {integrity: sha512-xDAvlyWmOY1oGvdqyWdbaunBchOlhYny7+wJyK0j6Tk0UErDD4372Vu4WL95HTZE/dL19nFNdovnYrP6CsLgEw==} + '@unocss/preset-attributify@0.65.2': + resolution: {integrity: sha512-Aj67qbRoBPYutJasi7EKUaxKwJwEvhA0SVYjXwZG3kjTTBkp1rJvNI0wGXbdz9FkesymiC1KgzBF2UCsFsZ0dQ==} - '@unocss/preset-icons@0.65.0': - resolution: {integrity: sha512-zQS7xSBb2Y5ZraARqi6XMFha1z7H0P3tl5HZ6c3nBwwN0FuCbaJnbpdzdgqezcI2V3KctZNiDM3UAT18lSuamQ==} + '@unocss/preset-icons@0.65.2': + resolution: {integrity: sha512-NruqU6PlRzyJT0qJQL3yZ/7KrolIWRfXQf82ZfAktPTHYgvaSS4+KtlStsoYSXLSGjPydMlXuYlj8Pum5rTTjw==} - '@unocss/preset-mini@0.65.0': - resolution: {integrity: sha512-Vc6ESW/Y5WFMc4TWhTmGtvljlzN83oq0RzPxgsB0XTgIIXBTRpf9O/v3y58lPUyJQo13ycafp+2CqtVVPC5zzg==} + '@unocss/preset-mini@0.65.2': + resolution: {integrity: sha512-zDDyFuLylmer91qeQ6qbMCP5+/zIeuZA0epLIriCfW3pR7FXzfJRu4R1ynpQjqryjUs/gwS0OWtvr4ufuwkryg==} - '@unocss/preset-tagify@0.65.0': - resolution: {integrity: sha512-jqwp8bQN2aS+xr61oIH+wzlerp4Yk0uCACqoE04p/AjQnRPTJ65hIcaMhZe1iQZ49W23EIbZUAODvJuiXVxIXA==} + '@unocss/preset-tagify@0.65.2': + resolution: {integrity: sha512-YFhne3eNfZUvKT/MJ7SgjK/FXLradgZCKc5XXsMXA4YTAhNAvQIUZCNmlBzaqDevwbyF6UlXxGHfHUA8CdpSWg==} - '@unocss/preset-typography@0.65.0': - resolution: {integrity: sha512-WUAeRi6C7fSyyg6zOyRbtWwAVIU2lRilUh4+vbaAqmYtQUTrHQnGOjXZpi3WnV1SC3ES4MHDwNenKOtcnL4JkQ==} + '@unocss/preset-typography@0.65.2': + resolution: {integrity: sha512-k/uOu2ASnBQtotMBsx9pOmCgS+pyn7/4mCiifoeTTLnhMK8F6dcGLbVQkOnUD2hsboKXJ1oHgd+1qX0QVr61ww==} - '@unocss/preset-uno@0.65.0': - resolution: {integrity: sha512-Lsq67rJJ1YoKInwEFsMXMRZUhmxfwQhULPI/A7ghV0Ot/QvCv4hP64QoAReBvkjeV3JgyJJnFb2v4fAfASV8OA==} + '@unocss/preset-uno@0.65.2': + resolution: {integrity: sha512-8HA21mlXwnkXHhtSKYbBYJTmtJN0ncUPSJKiavNGkJUB4cUUbEeFRx2aNIfhOjKYIcH/MNzRc2YYsAAM2s6vgw==} - '@unocss/preset-web-fonts@0.65.0': - resolution: {integrity: sha512-4gChAmET8v0e8nyi98KYmRLIRYhwyHKdwBYZ4rgrKwVhPE59R4TEOhGQdHMOaBLv0j70oUBK40EiFALvvp5yFw==} + '@unocss/preset-web-fonts@0.65.2': + resolution: {integrity: sha512-Pl0sKjhrb6FuDID3PMwGflZXwSVW1G1vZEwCd0yEwYH92421VEfK5D073cUtZ1l6irqIA3aux9uMWA9iKtQj7A==} - '@unocss/preset-wind@0.65.0': - resolution: {integrity: sha512-teb1KrIxUY8GAYONsgvICyNcioBqo+NzvXymnxZAuVLEt/i3FPi/SriVOn2cda30vzoU7S+Bi1ML0QtA/O6BLg==} + '@unocss/preset-wind@0.65.2': + resolution: {integrity: sha512-qNBJ6pnh9EYbTztmeJ+uZOB3TPx/JnQVHPGBBRD/v2AT11YR0/umdSKefIHbvXKuw/5/+JAwbFx/jSYu1naG6w==} '@unocss/reset@0.48.4': resolution: {integrity: sha512-9WPoGwLrG5vZQzMxgd7/zJkUUmL06WYtrAiRdf5gYsCBbnpx6eq0II0TvU8PEzvseqgkhEpN19iSgnsuTZ34kA==} - '@unocss/reset@0.65.0': - resolution: {integrity: sha512-S1AxgLKCpatz0zqyYg0koGZ003RLbRdTF03fl1jZMuTqzRRPC1FU+cq7Mqknr22Fn7JXfYQw2oTF+BH207M7Ug==} + '@unocss/reset@0.65.2': + resolution: {integrity: sha512-9UmwqYjfdxyi6j1pMfuulipLCsdH2RlF+IOG53unYxulP4C8bvwMnj8Wk+AjMiG5mIOClYyVTGk3NMRPM73/eg==} - '@unocss/rule-utils@0.65.0': - resolution: {integrity: sha512-a9glvClBhyhp7ORsmjViTZRWkXbYiuhGEKqMG83vD8JWI7yrVQ2WyVbHdqCjBpxzprdzY2nYD+cUHk3hS0HUgg==} + '@unocss/rule-utils@0.65.2': + resolution: {integrity: sha512-Rw+B52F53gli5wHRR4dXjFrliH6Q8XaNeg55L2uVmg81lEeQCdxPOe0/KjPIEPQPJHOhCpFS3dCHwNROc+UggQ==} engines: {node: '>=14'} - '@unocss/transformer-attributify-jsx@0.65.0': - resolution: {integrity: sha512-dmmzgGWsXoFuIXn7lqPPFUbgzrWSAlhhpJDy/CChLN1c4mJ89Ni0H6QvDyDvB/V8TihsdwVoFuezpBLvuWARmw==} + '@unocss/transformer-attributify-jsx@0.65.2': + resolution: {integrity: sha512-Kan2EPHc65t/iHdjqJvtRgc+lUnq2uSDknsTrOk+w1N/ZmjcbVf2E6VXbxBCqmHowJVipeHrxeVX1POyBm0bTQ==} - '@unocss/transformer-compile-class@0.65.0': - resolution: {integrity: sha512-JabAXLusgSISfGyYa+6mCLXvy2VFc9DwRXTcmhfsOXOmBynJWdUAOmTKTYO7Pfftdu/noBOLUE6nNyC6K9CLFA==} + '@unocss/transformer-compile-class@0.65.2': + resolution: {integrity: sha512-z615DntK0bN0v3QicEGVmzt57yXXB20GhpOBTsShq/nTnTP0v+Av1JTbGQBSg8lzmW0z7QdLhCvSAQs8OKMmRQ==} - '@unocss/transformer-directives@0.65.0': - resolution: {integrity: sha512-4ZE+GyZ4XGvvibaIZVh6rx1jqTPx1YnSXMpiS2ErRwc3BCjdyDXP/IjWdiyhcC1hWW1bXwyoHRgSCcRSF1C3yA==} + '@unocss/transformer-directives@0.65.2': + resolution: {integrity: sha512-CwdjBoqWbX5FkJrt6Mpy6nBjppuQV2zvIma5W2rdd5XLsYeR0mhdbbQfgvRF94pFIR86ExfOKu/EI6bGuTcaHA==} - '@unocss/transformer-variant-group@0.65.0': - resolution: {integrity: sha512-E5zSZgrfDGpjtAldIYkRrrGGT0T6Dj7kjig+zA5GtUKN0LCdmctV2CmiJvyIdRNxf+ChcMrkZu5L2X1hdEl4ZA==} + '@unocss/transformer-variant-group@0.65.2': + resolution: {integrity: sha512-Sh/WKN7lys2TUVnA3Nu7Yn3rLqy0OqfWSf6PbY1RKAD+N7cRlabu3vJF0gIMwV+rmVQnHs/k9BWjNPlB56Kl/A==} - '@unocss/vite@0.65.0': - resolution: {integrity: sha512-Xu9QSDdR0n+mkdIBVm9EQ3BVP+iydNm1PhNrs/ksdXxnoug85GCMIcmJ3GKLVtNXZeRKm9W1Cq1Fc2oMe0FiZw==} + '@unocss/vite@0.65.2': + resolution: {integrity: sha512-MC2PqDB2tbYky7s1XTBoOAdtvUIwwl65qL1UbHTLYiWO9Q704IZUYvrdtpgieR+8IPu2dG2vUyIe3dbD4zPf9g==} peerDependencies: vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0 @@ -2355,8 +2355,8 @@ packages: '@volar/source-map@2.4.1': resolution: {integrity: sha512-Xq6ep3OZg9xUqN90jEgB9ztX5SsTz1yiV8wiQbcYNjWkek+Ie3dc8l7AVt3EhDm9mSIR58oWczHkzM2H6HIsmQ==} - '@volar/source-map@2.4.10': - resolution: {integrity: sha512-OCV+b5ihV0RF3A7vEvNyHPi4G4kFa6ukPmyVocmqm5QzOd8r5yAtiNvaPEjl8dNvgC/lj4JPryeeHLdXd62rWA==} + '@volar/source-map@2.4.11': + resolution: {integrity: sha512-ZQpmafIGvaZMn/8iuvCFGrW3smeqkq/IIh9F1SdSx9aUl0J4Iurzd6/FhmjNO5g2ejF3rT45dKskgXWiofqlZQ==} '@vscode/l10n@0.0.18': resolution: {integrity: sha512-KYSIHVmslkaCDyw013pphY+d7x1qV8IZupYfeIfzNA+nsaWHbn5uPuQRvdRFsa9zFzGeudPuoGoZ1Op4jrJXIQ==} @@ -2394,8 +2394,8 @@ packages: '@vue/devtools-shared@7.6.4': resolution: {integrity: sha512-nD6CUvBEel+y7zpyorjiUocy0nh77DThZJ0k1GRnJeOmY3ATq2fWijEp7wk37gb023Cb0R396uYh5qMSBQ5WFg==} - '@vue/language-plugin-pug@2.1.10': - resolution: {integrity: sha512-BTvuCZyBdI1DbzIsgkYKLJtRWr1J38iUf7D8rmlxMIakD7oqsoBjB62S+LTYNr4ZgCZi1nkVaANTyjVnesDKZw==} + '@vue/language-plugin-pug@2.2.0': + resolution: {integrity: sha512-DcE08ZGP64aSUUA6iTE65cN1C2bsdlAFOaWEV33Yfdov6XRpScjzY42IRayTUHo4oJkcvbCJiHNr3RiW1XXgRw==} '@vue/reactivity@3.5.12': resolution: {integrity: sha512-UzaN3Da7xnJXdz4Okb/BGbAaomRHc3RdoWqTzlvd9+WBR5m3J39J1fGcHes7U3za0ruYn/iYy/a1euhMEHvTAg==} @@ -2434,8 +2434,8 @@ packages: '@vueuse/core@11.3.0': resolution: {integrity: sha512-7OC4Rl1f9G8IT6rUfi9JrKiXy4bfmHhZ5x2Ceojy0jnd3mHNEvV4JaRygH362ror6/NZ+Nl+n13LPzGiPN8cKA==} - '@vueuse/core@12.0.0': - resolution: {integrity: sha512-C12RukhXiJCbx4MGhjmd/gH52TjJsc3G0E0kQj/kb19H3Nt6n1CA4DRWuTdWWcaFRdlTe0npWDS942mvacvNBw==} + '@vueuse/core@12.2.0': + resolution: {integrity: sha512-jksyNu+5EGwggNkRWd6xX+8qBkYbmrwdFQMgCABsz+wq8bKF6w3soPFLB8vocFp3wFIzn0OYkSPM9JP+AFKwsg==} '@vueuse/core@9.11.1': resolution: {integrity: sha512-E/cizD1w9ILkq4axYjZrXLkKaBfzloaby2n3NMjUfd6yI/jkfTVgc6iwy/Cw2e++Ld4LphGbO+3MhzizvwUslQ==} @@ -2490,8 +2490,8 @@ packages: universal-cookie: optional: true - '@vueuse/integrations@12.0.0': - resolution: {integrity: sha512-M16fkVp+i4je75I7uvifMbJKHFrjx2+0LuHEH9++iPJ11zc4SRy5NdRN0z2NR+a54eQ5Gs2Ds7pby5ST96zxCA==} + '@vueuse/integrations@12.2.0': + resolution: {integrity: sha512-Bc0unXiGNZ0w7xqSvzCuP7AflBRKcZX6ib7tGi7vAjOxhLd6GtN3J8qizIbSPnI62XyPy5fauOkq2i2HUPq6MQ==} peerDependencies: async-validator: ^4 axios: ^1 @@ -2531,14 +2531,14 @@ packages: universal-cookie: optional: true - '@vueuse/math@12.0.0': - resolution: {integrity: sha512-Eqeqy2WyTJTdd6eAKYNLD4eK9IGKavX3hyRX9mI6VdNMcWQ7wH7M7Cd/vz95eS8Y/mkHumNJrzsWoLY+P2pOTQ==} + '@vueuse/math@12.2.0': + resolution: {integrity: sha512-dBWvdZAKfwg6L6fxEvBQ1yF+dWmOHgXcph67+LAzO8SXMzdkP4BXy4+5JXRF11ZJlTFIdSuhFm3LZr70gzQpBw==} '@vueuse/metadata@11.3.0': resolution: {integrity: sha512-pwDnDspTqtTo2HwfLw4Rp6yywuuBdYnPYDq+mO38ZYKGebCUQC/nVj/PXSiK9HX5otxLz8Fn7ECPbjiRz2CC3g==} - '@vueuse/metadata@12.0.0': - resolution: {integrity: sha512-Yzimd1D3sjxTDOlF05HekU5aSGdKjxhuhRFHA7gDWLn57PRbBIh+SF5NmjhJ0WRgF3my7T8LBucyxdFJjIfRJQ==} + '@vueuse/metadata@12.2.0': + resolution: {integrity: sha512-x6zynZtTh1l52m0y8d/EgzpshnMjg8cNZ2KWoncJ62Z5qPSGoc4FUunmMVrrRM/I/5542rTEY89CGftngZvrkQ==} '@vueuse/metadata@9.11.1': resolution: {integrity: sha512-ABjkrG+VXggNhjfGyw5e/sekxTZfXTwjrYXkkWQmQ7Biyv+Gq9UD6IDNfeGvQZEINI0Qzw6nfuO2UFCd3hlrxQ==} @@ -2546,8 +2546,8 @@ packages: '@vueuse/shared@11.3.0': resolution: {integrity: sha512-P8gSSWQeucH5821ek2mn/ciCk+MS/zoRKqdQIM3bHq6p7GXDAJLmnRRKmF5F65sAVJIfzQlwR3aDzwCn10s8hA==} - '@vueuse/shared@12.0.0': - resolution: {integrity: sha512-3i6qtcq2PIio5i/vVYidkkcgvmTjCqrf26u+Fd4LhnbBmIT6FN8y6q/GJERp8lfcB9zVEfjdV0Br0443qZuJpw==} + '@vueuse/shared@12.2.0': + resolution: {integrity: sha512-SRr4AZwv/giS+EmyA1ZIzn3/iALjjnWAGaBNmoDTMEob9JwQaevAocuaMDnPAvU7Z35Y5g3CFRusCWgp1gVJ3Q==} '@vueuse/shared@9.11.1': resolution: {integrity: sha512-UTZYGAjT96hWn4buf4wstZbeheBVNcKPQuej6qpoSkjF1atdaeCD6kqm9uGL2waHfisSgH9mq0qCRiBOk5C/2w==} @@ -2868,8 +2868,8 @@ packages: resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==} engines: {node: '>= 8.10.0'} - chordsheetjs@10.6.2: - resolution: {integrity: sha512-bHlWelM8k+d2Ng/B8CX8r3yQKG5b5IRgJ4FWdsNXdp5DCNJXCTLP7CDPVFmhmJ1iO0909MKah6aoc5mkGuTHRg==} + chordsheetjs@10.11.0: + resolution: {integrity: sha512-qFTeeOXVoA0Bm6w11NpsNNg6o+h9hBqlxyINfnHGjDLPY/9dyduCK5Q3ZAZhwtAS77KPC1fKOzGxN7HEDaBAiA==} engines: {node: '>=16'} cliui@6.0.0: @@ -2888,9 +2888,9 @@ packages: resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==} engines: {node: '>=7.0.0'} - color-name-list@11.0.0: - resolution: {integrity: sha512-jYouI0M+AWn30PCgmaOHkHtJy6pLHNklizgCTfj9Wx2k9zjiH2N/HxqrUhMBptCIZX16912/j4ISmW85FEF19Q==} - engines: {node: '>=16', npm: '>=8.11.0'} + color-name-list@11.2.0: + resolution: {integrity: sha512-vqv16WKPbqeATklQi6SdlOlxoc7UrIyIxWJJch6aZnI7p1J9RgGuM0u87z30Ly01cKpxFgi5acuc++3PaW86ZA==} + engines: {node: '>=20.11.0', npm: '>=10.2.0'} color-name@1.1.3: resolution: {integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==} @@ -2950,9 +2950,6 @@ packages: concat-map@0.0.1: resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} - confbox@0.1.7: - resolution: {integrity: sha512-uJcB/FKZtBMCJpK8MQji6bJHgu1tixKPxRLeGkNzBoOZzpnZUJm0jm2/sBDWcuBx1dYgxV4JU+g5hmNxCyAmdA==} - confbox@0.1.8: resolution: {integrity: sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==} @@ -2996,8 +2993,8 @@ packages: css-line-break@2.1.0: resolution: {integrity: sha512-FHcKFCZcAha3LwfVBhCQbW2nCNbkZXn7KVUJcsT5/P8YmfsVja0FMPJr0B903j/E69HUphKiV9iQArX8SDYA4w==} - css-tree@3.0.1: - resolution: {integrity: sha512-8Fxxv+tGhORlshCdCwnNJytvlvq46sOLSYEx2ZIGurahWvMucSRnyjPA3AmrMq4VPRYbHVpWj5VkiVasrM2H4Q==} + css-tree@3.1.0: + resolution: {integrity: sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==} engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0} cssesc@3.0.0: @@ -3062,6 +3059,15 @@ packages: supports-color: optional: true + debug@4.4.0: + resolution: {integrity: sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==} + engines: {node: '>=6.0'} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + decamelize@1.2.0: resolution: {integrity: sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==} engines: {node: '>=0.10.0'} @@ -3326,8 +3332,8 @@ packages: resolution: {integrity: sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==} engines: {node: '>=0.10.0'} - extract-colors@4.1.0: - resolution: {integrity: sha512-BWZxUwpYra1G91rnq/xxuhVNkkbixdi74xdlebo6744lXYx8SUsOMdFU9FQGoVJZpEmcXC9dXS3lc0/8WyNVkw==} + extract-colors@4.1.1: + resolution: {integrity: sha512-Gi56cSrlCWr1DnX+0hN6c12auiAtQwyq5SI1GXb/jxmKKADGbshOYvfOq8YPCicBi9LdBLJstCUu0r1HzjlNXg==} fast-deep-equal@3.1.3: resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} @@ -3504,6 +3510,10 @@ packages: resolution: {integrity: sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==} engines: {node: '>=8'} + globals@15.14.0: + resolution: {integrity: sha512-OkToC372DtlQeje9/zHIo5CT8lRP/FUgEOKBEhU4e0abL7J7CD24fD9ohiLN5hagG/kWCYj4K5oaxxtj2Z0Dig==} + engines: {node: '>=18'} + globalthis@1.0.3: resolution: {integrity: sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==} engines: {node: '>= 0.4'} @@ -3622,8 +3632,8 @@ packages: resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==} engines: {node: '>=6'} - importx@0.4.4: - resolution: {integrity: sha512-Lo1pukzAREqrBnnHC+tj+lreMTAvyxtkKsMxLY8H15M/bvLl54p3YuoTI70Tz7Il0AsgSlD7Lrk/FaApRcBL7w==} + importx@0.5.1: + resolution: {integrity: sha512-YrRaigAec1sC2CdIJjf/hCH1Wp9Ii8Cq5ROw4k5nJ19FVl2FcJUHZ5gGIb1vs8+JNYIyOJpc2fcufS2330bxDw==} imurmurhash@0.1.4: resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==} @@ -3811,12 +3821,8 @@ packages: engines: {node: '>14'} hasBin: true - jiti@1.21.6: - resolution: {integrity: sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==} - hasBin: true - - jiti@2.0.0-beta.3: - resolution: {integrity: sha512-pmfRbVRs/7khFrSAYnSiJ8C0D5GvzkE4Ey2pAvUcJsw1ly/p+7ut27jbJrjY79BpAJQJ4gXYFtK6d1Aub+9baQ==} + jiti@2.4.2: + resolution: {integrity: sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==} hasBin: true js-stringify@1.0.2: @@ -3965,9 +3971,6 @@ packages: lodash.debounce@4.0.8: resolution: {integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==} - lodash.get@4.4.2: - resolution: {integrity: sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==} - lodash.merge@4.6.2: resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==} @@ -3993,11 +3996,8 @@ packages: magic-string@0.30.11: resolution: {integrity: sha512-+Wri9p0QHMy+545hKww7YAu5NyzF8iomPL/RQazugQ9+Ez4Ic3mERMd8ZTX5rfK944j+560ZJi8iAwgak1Ac7A==} - magic-string@0.30.12: - resolution: {integrity: sha512-Ea8I3sQMVXr8JhN4z+H/d8zwo+tYDgHE9+5G4Wnrwhs0gaK9fXTKx0Tw5Xwsd/bCPTTZNRAdpyzvoeORe9LYpw==} - - magic-string@0.30.14: - resolution: {integrity: sha512-5c99P1WKTed11ZC0HMJOj6CDIue6F8ySu+bJL+85q1zBEIY8IklrJ1eiKC2NDRh3Ct3FcvmJPyQHb9erXMTJNw==} + magic-string@0.30.17: + resolution: {integrity: sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==} mark.js@8.11.1: resolution: {integrity: sha512-1I+1qpDt4idfgLQG+BNWmrqku+7/2bi5nLf4YwF8y8zXvmfiTBY3PV3ZibfrjBueCByROpuBjLLFCajqkgYoLQ==} @@ -4017,8 +4017,8 @@ packages: engines: {node: '>= 12'} hasBin: true - mathjs@14.0.0: - resolution: {integrity: sha512-MR3me92c6pKBqzUXosqL5KMIZDrb1x0MGOy+Ss6fQllD1zhAFloG6DJnG6X5b0VYAMA9sgGfAR2tYi5HPNNQBQ==} + mathjs@14.0.1: + resolution: {integrity: sha512-yyJgLwC6UXuve724np8tHRMYaTtb5UqiOGQkjwbSXgH8y1C/LcJ0pvdNDZLI2LT7r+iExh2Y5HwfAY+oZFtGIQ==} engines: {node: '>= 18'} hasBin: true @@ -4034,8 +4034,8 @@ packages: mdast-util-to-hast@13.2.0: resolution: {integrity: sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==} - mdn-data@2.12.1: - resolution: {integrity: sha512-rsfnCbOHjqrhWxwt5/wtSLzpoKTzW7OXdT5lLOIH1OTYhWu9rRJveGq0sKvDZODABH7RX+uoR+DYcpFnq4Tf6Q==} + mdn-data@2.12.2: + resolution: {integrity: sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==} mdurl@2.0.0: resolution: {integrity: sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==} @@ -4101,9 +4101,6 @@ packages: engines: {node: '>=10'} hasBin: true - mlly@1.7.1: - resolution: {integrity: sha512-rrVRZRELyQzrIUAVMHxP97kv+G786pHmOKzuFII8zDYahFBS7qnHh2AlYSl1GAHhaMPCz6/oHjVMcfFYgFYHgA==} - mlly@1.7.3: resolution: {integrity: sha512-xUsx5n/mN0uQf4V548PKQ+YShA4/IW0KI1dZhrNrPCLG+xizETbHTkOa1f8/xut9JRPp8kQuMnz0oqwkTiLo/A==} @@ -4243,9 +4240,6 @@ packages: resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==} engines: {node: '>=6'} - package-manager-detector@0.2.0: - resolution: {integrity: sha512-E385OSk9qDcXhcM9LNSe4sdhx8a9mAPrZ4sMLW+tmxl5ZuGtPUcdFu+MPP2jbgiWAZ6Pfe5soGFMd+0Db5Vrog==} - package-manager-detector@0.2.6: resolution: {integrity: sha512-9vPH3qooBlYRJdmdYP00nvjZOulm40r5dhtal8st18ctf+6S1k7pi5yIHLvI4w5D70x0Y+xdVD9qITH0QO/A8A==} @@ -4298,9 +4292,6 @@ packages: resolution: {integrity: sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==} engines: {node: '>=12'} - pkg-types@1.1.3: - resolution: {integrity: sha512-+JrgthZG6m3ckicaOB74TwQ+tBWsFl3qVQg7mN8ulwSOElJ7gBhKzj2VkCPnZ4NlF6kEquYU+RIYNVAvzd54UA==} - pkg-types@1.2.1: resolution: {integrity: sha512-sQoqa8alT3nHjGuTjuKgOnvjo4cljkufdtLMnO2LBP/wRwuDlo1tkaEdMxCRhyGRPacv/ztlZgDPm2b7FAmEvw==} @@ -4641,15 +4632,15 @@ packages: simplex-noise@4.0.3: resolution: {integrity: sha512-qSE2I4AngLQG7BXqoZj51jokT4WUXe8mOBrvfOXpci8+6Yu44+/dD5zqDpOx3Ux792eamTd2lLcI8jqFntk/lg==} - sirv@2.0.4: - resolution: {integrity: sha512-94Bdh3cC2PKrbgSOUqTiGPWVZeSiXfKOVZNJniWoqrWrRkB1CJzBU3NEbiTsPcYy1lDsANA/THzS+9WBiy5nfQ==} - engines: {node: '>= 10'} + sirv@3.0.0: + resolution: {integrity: sha512-BPwJGUeDaDCHihkORDchNyyTvWFhcusy1XMmhEVTQTwGeybFbp8YEmB+njbPnth1FibULBSBVwCQni25XlCUDg==} + engines: {node: '>=18'} smob@1.5.0: resolution: {integrity: sha512-g6T+p7QO8npa+/hNx9ohv1E5pVCmWrVCUzUXJyLdMmftX6ER0oiWY/w9knEonLpnOp6b6FenKnMfR8gqwWdwig==} - smplr@0.15.1: - resolution: {integrity: sha512-V2ZqDE2R9dEhvv6e8iMwf0mGebfrxCu00L9CllfdcWadV+soDlW/81dnlRYkD7ZJlMjetDSlhJHMdDDLeqKHRg==} + smplr@0.16.1: + resolution: {integrity: sha512-qmCwaib5gj6qRUo4vwH0uERQI5FiwpnC2niahBwl95RmpK5iZQBB5ocIbXQaSfIbQb0KJ/EieS2jk+TYVsyqbg==} engines: {node: '>=14.0.0'} sort-array@5.0.0: @@ -4828,9 +4819,6 @@ packages: tiny-emitter@2.1.0: resolution: {integrity: sha512-NB6Dk1A9xgQPMoGqC5CVXn123gWyte215ONT5Pp5a0yt4nlEoO1ZWeCwpncaekPHXO60i47ihFnZPiRPjRMq4Q==} - tinyexec@0.3.0: - resolution: {integrity: sha512-tVGE0mVJPGb0chKhqmsoosjsS+qUnJVGJpZgsHYQcGoPlG3B51R3PouqTgEGH2Dc9jjFyOqOpix6ZHNMXp1FZg==} - tinyexec@0.3.1: resolution: {integrity: sha512-WiCJLEECkO18gwqIp6+hJg0//p23HXp4S+gGtAKu3mI2F2/sXC4FvHvXvB0zJVVaTPhx1/tOwdbRsa1sOBIKqQ==} @@ -4875,8 +4863,8 @@ packages: tslib@2.6.3: resolution: {integrity: sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==} - tsx@4.19.1: - resolution: {integrity: sha512-0flMz1lh74BR4wOvBjuh9olbnwqCPc35OOlfyzHba0Dc+QNUeWX/Gq2YTbnwcWPO3BMd8fkzRVrHcsR+a7z7rA==} + tsx@4.19.2: + resolution: {integrity: sha512-pOUl6Vo2LUq/bSa8S5q7b91cgNSjctn9ugq/+Mvow99qW6x/UZYwzxy/3NmqoT66eHYfCVvFvACC58UBPFf28g==} engines: {node: '>=18.0.0'} hasBin: true @@ -4945,8 +4933,8 @@ packages: unbox-primitive@1.0.2: resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==} - unconfig@0.5.5: - resolution: {integrity: sha512-VQZ5PT9HDX+qag0XdgQi8tJepPhXiR/yVOkn707gJDKo31lGjRilPREiQJ9Z6zd/Ugpv6ZvO5VxVIcatldYcNQ==} + unconfig@0.6.0: + resolution: {integrity: sha512-4C67J0nIF2QwSXty2kW3zZx1pMZ3iXabylvJWWgHybWVUcMf9pxwsngoQt0gC+AVstRywFqrRBp3qOXJayhpOw==} underscore@1.13.7: resolution: {integrity: sha512-GMXzWtsc57XAtguZgaQViUOzs0KTkk8ojr3/xAxXLITqf/3EMwxC0inyETfDFjH/Krbhuep0HNbbjI9i/q3F3g==} @@ -4999,11 +4987,11 @@ packages: resolution: {integrity: sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==} engines: {node: '>= 10.0.0'} - unocss@0.65.0: - resolution: {integrity: sha512-mTL0n7GsGvsprpw6XAZ2FX0oWWbe2KJuG1cUqlH+cScF64/k3NyciqdMYycKjwqAgtp8W4Ptf7tdG1aquqmNNw==} + unocss@0.65.2: + resolution: {integrity: sha512-PEN8Yltr/n6xdNcI9iqIK4Dp/fpQ1bPa4aR2TwFg2lV6aRA2PNzarviqL62oOqXYSyQ4sqW3s/oaWD3JGOgJ1A==} engines: {node: '>=14'} peerDependencies: - '@unocss/webpack': 0.65.0 + '@unocss/webpack': 0.65.2 vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0 peerDependenciesMeta: '@unocss/webpack': @@ -5011,8 +4999,8 @@ packages: vite: optional: true - unplugin-icons@0.21.0: - resolution: {integrity: sha512-sRic+yj7cCbpDFwrRj+m55ogOZi6PQRDc/WUEmjHLAnc90v0g5UVxE0cVAZgBOsAPCieizZJui/sgrCYrVx8mQ==} + unplugin-icons@0.22.0: + resolution: {integrity: sha512-CP+iZq5U7doOifer5bcM0jQ9t3Is7EGybIYt3myVxceI8Zuk8EZEpe1NPtJvh7iqMs1VdbK0L41t9+um9VuuLw==} peerDependencies: '@svgr/core': '>=7.0.0' '@svgx/core': ^1.0.1 @@ -5034,8 +5022,8 @@ packages: vue-template-es2015-compiler: optional: true - unplugin-vue-components@0.27.5: - resolution: {integrity: sha512-m9j4goBeNwXyNN8oZHHxvIIYiG8FQ9UfmKWeNllpDvhU7btKNNELGPt+o3mckQKuPwrE7e0PvCsx+IWuDSD9Vg==} + unplugin-vue-components@0.28.0: + resolution: {integrity: sha512-jiTGtJ3JsRFBjgvyilfrX7yUoGKScFgbdNw+6p6kEXU+Spf/rhxzgvdfuMcvhCcLmflB/dY3pGQshYBVGOUx7Q==} engines: {node: '>=14'} peerDependencies: '@babel/parser': ^7.15.8 @@ -5047,9 +5035,9 @@ packages: '@nuxt/kit': optional: true - unplugin@1.16.0: - resolution: {integrity: sha512-5liCNPuJW8dqh3+DM6uNM2EI3MLLpCKp/KY+9pB5M2S2SR2qvvDHhKgBOaTWEbZTAws3CXfB0rKTIolWKL05VQ==} - engines: {node: '>=14.0.0'} + unplugin@2.1.0: + resolution: {integrity: sha512-us4j03/499KhbGP8BU7Hrzrgseo+KdfJYWcbcajCOqsAyb8Gk0Yn2kiUIcZISYCb1JFaZfIuG3b42HmguVOKCQ==} + engines: {node: '>=18.12.0'} upath@1.2.0: resolution: {integrity: sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==} @@ -5101,10 +5089,10 @@ packages: peerDependencies: vite: '>=2.8' - vite-plugin-wasm@3.3.0: - resolution: {integrity: sha512-tVhz6w+W9MVsOCHzxo6SSMSswCeIw4HTrXEi6qL3IRzATl83jl09JVO1djBqPSwfjgnpVHNLYcaMbaDX5WB/pg==} + vite-plugin-wasm@3.4.1: + resolution: {integrity: sha512-ja3nSo2UCkVeitltJGkS3pfQHAanHv/DqGatdI39ja6McgABlpsZ5hVgl6wuR8Qx5etY3T5qgDQhOWzc5RReZA==} peerDependencies: - vite: ^2 || ^3 || ^4 || ^5 + vite: ^2 || ^3 || ^4 || ^5 || ^6 vite@5.4.11: resolution: {integrity: sha512-c7jFQRklXua0mTzneGW9QVyxFjUgwcihC4bXEtujIo2ouWCe1Ajt/amn2PCxYnhYfd5k09JX3SB7OYWFKYqj8Q==} @@ -5168,8 +5156,8 @@ packages: terser: optional: true - vite@6.0.2: - resolution: {integrity: sha512-XdQ+VsY2tJpBsKGs0wf3U/+azx8BBpYRHFAyKm5VeEZNOJZRB63q7Sc8Iup3k0TrN3KO6QgyzFf+opSbfY1y0g==} + vite@6.0.5: + resolution: {integrity: sha512-akD5IAH/ID5imgue2DYhzsEwCi0/4VKY31uhMLEYJwPP4TiUp8pL5PIK+Wo7H8qT8JY9i+pVfPydcFPYD1EL7g==} engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} hasBin: true peerDependencies: @@ -5582,8 +5570,8 @@ snapshots: '@antfu/install-pkg@0.4.1': dependencies: - package-manager-detector: 0.2.0 - tinyexec: 0.3.0 + package-manager-detector: 0.2.6 + tinyexec: 0.3.1 '@antfu/install-pkg@0.5.0': dependencies: @@ -6355,7 +6343,7 @@ snapshots: '@babel/helper-validator-identifier': 7.24.7 to-fast-properties: 2.0.0 - '@directus/sdk@18.0.1': {} + '@directus/sdk@18.0.3': {} '@docsearch/css@3.6.2': {} @@ -6665,43 +6653,43 @@ snapshots: '@humanwhocodes/object-schema@2.0.3': {} - '@iconify-json/bi@1.2.1': + '@iconify-json/bi@1.2.2': dependencies: '@iconify/types': 2.0.0 - '@iconify-json/carbon@1.2.4': + '@iconify-json/carbon@1.2.5': dependencies: '@iconify/types': 2.0.0 - '@iconify-json/fad@1.2.0': + '@iconify-json/fad@1.2.1': dependencies: '@iconify/types': 2.0.0 - '@iconify-json/fluent@1.2.8': + '@iconify-json/fluent@1.2.11': dependencies: '@iconify/types': 2.0.0 - '@iconify-json/healthicons@1.2.2': + '@iconify-json/healthicons@1.2.3': dependencies: '@iconify/types': 2.0.0 - '@iconify-json/hugeicons@1.2.2': + '@iconify-json/hugeicons@1.2.3': dependencies: '@iconify/types': 2.0.0 - '@iconify-json/ion@1.2.1': + '@iconify-json/ion@1.2.2': dependencies: '@iconify/types': 2.0.0 - '@iconify-json/la@1.2.0': + '@iconify-json/la@1.2.1': dependencies: '@iconify/types': 2.0.0 - '@iconify-json/mdi@1.2.1': + '@iconify-json/mdi@1.2.2': dependencies: '@iconify/types': 2.0.0 - '@iconify-json/ph@1.2.1': + '@iconify-json/ph@1.2.2': dependencies: '@iconify/types': 2.0.0 @@ -6709,25 +6697,26 @@ snapshots: dependencies: '@iconify/types': 2.0.0 - '@iconify-json/system-uicons@1.2.1': + '@iconify-json/system-uicons@1.2.2': dependencies: '@iconify/types': 2.0.0 - '@iconify-json/tabler@1.2.10': + '@iconify-json/tabler@1.2.13': dependencies: '@iconify/types': 2.0.0 '@iconify/types@2.0.0': {} - '@iconify/utils@2.1.33': + '@iconify/utils@2.2.1': dependencies: '@antfu/install-pkg': 0.4.1 '@antfu/utils': 0.7.10 '@iconify/types': 2.0.0 - debug: 4.3.7 + debug: 4.4.0 + globals: 15.14.0 kolorist: 1.8.0 local-pkg: 0.5.1 - mlly: 1.7.1 + mlly: 1.7.3 transitivePeerDependencies: - supports-color @@ -6832,12 +6821,12 @@ snapshots: dependencies: lodash: 4.17.21 - '@modyfi/vite-plugin-yaml@1.1.0(rollup@4.13.0)(vite@6.0.2(@types/node@20.9.2)(jiti@1.21.6)(terser@5.24.0)(tsx@4.19.1))': + '@modyfi/vite-plugin-yaml@1.1.0(rollup@4.13.0)(vite@6.0.5(@types/node@20.9.2)(jiti@2.4.2)(terser@5.24.0)(tsx@4.19.2))': dependencies: '@rollup/pluginutils': 5.1.0(rollup@4.13.0) js-yaml: 4.1.0 tosource: 2.0.0-alpha.3 - vite: 6.0.2(@types/node@20.9.2)(jiti@1.21.6)(terser@5.24.0)(tsx@4.19.1) + vite: 6.0.5(@types/node@20.9.2)(jiti@2.4.2)(terser@5.24.0)(tsx@4.19.2) transitivePeerDependencies: - rollup @@ -6956,9 +6945,9 @@ snapshots: optionalDependencies: rollup: 4.28.0 - '@rollup/pluginutils@5.1.3(rollup@4.13.0)': + '@rollup/pluginutils@5.1.4(rollup@4.13.0)': dependencies: - '@types/estree': 1.0.5 + '@types/estree': 1.0.6 estree-walker: 2.0.2 picomatch: 4.0.2 optionalDependencies: @@ -7418,30 +7407,30 @@ snapshots: '@ungap/structured-clone@1.2.0': {} - '@unocss/astro@0.65.0(rollup@4.13.0)(vite@6.0.2(@types/node@20.9.2)(jiti@1.21.6)(terser@5.24.0)(tsx@4.19.1))(vue@3.5.12)': + '@unocss/astro@0.65.2(rollup@4.13.0)(vite@6.0.5(@types/node@20.9.2)(jiti@2.4.2)(terser@5.24.0)(tsx@4.19.2))(vue@3.5.12)': dependencies: - '@unocss/core': 0.65.0 - '@unocss/reset': 0.65.0 - '@unocss/vite': 0.65.0(rollup@4.13.0)(vite@6.0.2(@types/node@20.9.2)(jiti@1.21.6)(terser@5.24.0)(tsx@4.19.1))(vue@3.5.12) + '@unocss/core': 0.65.2 + '@unocss/reset': 0.65.2 + '@unocss/vite': 0.65.2(rollup@4.13.0)(vite@6.0.5(@types/node@20.9.2)(jiti@2.4.2)(terser@5.24.0)(tsx@4.19.2))(vue@3.5.12) optionalDependencies: - vite: 6.0.2(@types/node@20.9.2)(jiti@1.21.6)(terser@5.24.0)(tsx@4.19.1) + vite: 6.0.5(@types/node@20.9.2)(jiti@2.4.2)(terser@5.24.0)(tsx@4.19.2) transitivePeerDependencies: - rollup - supports-color - vue - '@unocss/cli@0.65.0(rollup@4.13.0)': + '@unocss/cli@0.65.2(rollup@4.13.0)': dependencies: '@ampproject/remapping': 2.3.0 - '@rollup/pluginutils': 5.1.3(rollup@4.13.0) - '@unocss/config': 0.65.0 - '@unocss/core': 0.65.0 - '@unocss/preset-uno': 0.65.0 + '@rollup/pluginutils': 5.1.4(rollup@4.13.0) + '@unocss/config': 0.65.2 + '@unocss/core': 0.65.2 + '@unocss/preset-uno': 0.65.2 cac: 6.7.14 chokidar: 3.6.0 colorette: 2.0.20 consola: 3.2.3 - magic-string: 0.30.12 + magic-string: 0.30.17 pathe: 1.1.2 perfect-debounce: 1.0.0 tinyglobby: 0.2.10 @@ -7449,135 +7438,135 @@ snapshots: - rollup - supports-color - '@unocss/config@0.65.0': + '@unocss/config@0.65.2': dependencies: - '@unocss/core': 0.65.0 - unconfig: 0.5.5 + '@unocss/core': 0.65.2 + unconfig: 0.6.0 transitivePeerDependencies: - supports-color - '@unocss/core@0.65.0': {} + '@unocss/core@0.65.2': {} - '@unocss/extractor-arbitrary-variants@0.65.0': + '@unocss/extractor-arbitrary-variants@0.65.2': dependencies: - '@unocss/core': 0.65.0 + '@unocss/core': 0.65.2 - '@unocss/extractor-pug@0.65.0(pug@3.0.3)': + '@unocss/extractor-pug@0.65.2(pug@3.0.3)': optionalDependencies: pug: 3.0.3 - '@unocss/inspector@0.65.0(vue@3.5.12)': + '@unocss/inspector@0.65.2(vue@3.5.12)': dependencies: - '@unocss/core': 0.65.0 - '@unocss/rule-utils': 0.65.0 + '@unocss/core': 0.65.2 + '@unocss/rule-utils': 0.65.2 gzip-size: 6.0.0 - sirv: 2.0.4 + sirv: 3.0.0 vue-flow-layout: 0.1.1(vue@3.5.12) transitivePeerDependencies: - vue - '@unocss/postcss@0.65.0(postcss@8.4.49)': + '@unocss/postcss@0.65.2(postcss@8.4.49)': dependencies: - '@unocss/config': 0.65.0 - '@unocss/core': 0.65.0 - '@unocss/rule-utils': 0.65.0 - css-tree: 3.0.1 + '@unocss/config': 0.65.2 + '@unocss/core': 0.65.2 + '@unocss/rule-utils': 0.65.2 + css-tree: 3.1.0 postcss: 8.4.49 tinyglobby: 0.2.10 transitivePeerDependencies: - supports-color - '@unocss/preset-attributify@0.65.0': + '@unocss/preset-attributify@0.65.2': dependencies: - '@unocss/core': 0.65.0 + '@unocss/core': 0.65.2 - '@unocss/preset-icons@0.65.0': + '@unocss/preset-icons@0.65.2': dependencies: - '@iconify/utils': 2.1.33 - '@unocss/core': 0.65.0 + '@iconify/utils': 2.2.1 + '@unocss/core': 0.65.2 ofetch: 1.4.1 transitivePeerDependencies: - supports-color - '@unocss/preset-mini@0.65.0': + '@unocss/preset-mini@0.65.2': dependencies: - '@unocss/core': 0.65.0 - '@unocss/extractor-arbitrary-variants': 0.65.0 - '@unocss/rule-utils': 0.65.0 + '@unocss/core': 0.65.2 + '@unocss/extractor-arbitrary-variants': 0.65.2 + '@unocss/rule-utils': 0.65.2 - '@unocss/preset-tagify@0.65.0': + '@unocss/preset-tagify@0.65.2': dependencies: - '@unocss/core': 0.65.0 + '@unocss/core': 0.65.2 - '@unocss/preset-typography@0.65.0': + '@unocss/preset-typography@0.65.2': dependencies: - '@unocss/core': 0.65.0 - '@unocss/preset-mini': 0.65.0 + '@unocss/core': 0.65.2 + '@unocss/preset-mini': 0.65.2 - '@unocss/preset-uno@0.65.0': + '@unocss/preset-uno@0.65.2': dependencies: - '@unocss/core': 0.65.0 - '@unocss/preset-mini': 0.65.0 - '@unocss/preset-wind': 0.65.0 - '@unocss/rule-utils': 0.65.0 + '@unocss/core': 0.65.2 + '@unocss/preset-mini': 0.65.2 + '@unocss/preset-wind': 0.65.2 + '@unocss/rule-utils': 0.65.2 - '@unocss/preset-web-fonts@0.65.0': + '@unocss/preset-web-fonts@0.65.2': dependencies: - '@unocss/core': 0.65.0 + '@unocss/core': 0.65.2 ofetch: 1.4.1 - '@unocss/preset-wind@0.65.0': + '@unocss/preset-wind@0.65.2': dependencies: - '@unocss/core': 0.65.0 - '@unocss/preset-mini': 0.65.0 - '@unocss/rule-utils': 0.65.0 + '@unocss/core': 0.65.2 + '@unocss/preset-mini': 0.65.2 + '@unocss/rule-utils': 0.65.2 '@unocss/reset@0.48.4': {} - '@unocss/reset@0.65.0': {} + '@unocss/reset@0.65.2': {} - '@unocss/rule-utils@0.65.0': + '@unocss/rule-utils@0.65.2': dependencies: - '@unocss/core': 0.65.0 - magic-string: 0.30.12 + '@unocss/core': 0.65.2 + magic-string: 0.30.17 - '@unocss/transformer-attributify-jsx@0.65.0': + '@unocss/transformer-attributify-jsx@0.65.2': dependencies: - '@unocss/core': 0.65.0 + '@unocss/core': 0.65.2 - '@unocss/transformer-compile-class@0.65.0': + '@unocss/transformer-compile-class@0.65.2': dependencies: - '@unocss/core': 0.65.0 + '@unocss/core': 0.65.2 - '@unocss/transformer-directives@0.65.0': + '@unocss/transformer-directives@0.65.2': dependencies: - '@unocss/core': 0.65.0 - '@unocss/rule-utils': 0.65.0 - css-tree: 3.0.1 + '@unocss/core': 0.65.2 + '@unocss/rule-utils': 0.65.2 + css-tree: 3.1.0 - '@unocss/transformer-variant-group@0.65.0': + '@unocss/transformer-variant-group@0.65.2': dependencies: - '@unocss/core': 0.65.0 + '@unocss/core': 0.65.2 - '@unocss/vite@0.65.0(rollup@4.13.0)(vite@6.0.2(@types/node@20.9.2)(jiti@1.21.6)(terser@5.24.0)(tsx@4.19.1))(vue@3.5.12)': + '@unocss/vite@0.65.2(rollup@4.13.0)(vite@6.0.5(@types/node@20.9.2)(jiti@2.4.2)(terser@5.24.0)(tsx@4.19.2))(vue@3.5.12)': dependencies: '@ampproject/remapping': 2.3.0 - '@rollup/pluginutils': 5.1.3(rollup@4.13.0) - '@unocss/config': 0.65.0 - '@unocss/core': 0.65.0 - '@unocss/inspector': 0.65.0(vue@3.5.12) + '@rollup/pluginutils': 5.1.4(rollup@4.13.0) + '@unocss/config': 0.65.2 + '@unocss/core': 0.65.2 + '@unocss/inspector': 0.65.2(vue@3.5.12) chokidar: 3.6.0 - magic-string: 0.30.12 + magic-string: 0.30.17 tinyglobby: 0.2.10 - vite: 6.0.2(@types/node@20.9.2)(jiti@1.21.6)(terser@5.24.0)(tsx@4.19.1) + vite: 6.0.5(@types/node@20.9.2)(jiti@2.4.2)(terser@5.24.0)(tsx@4.19.2) transitivePeerDependencies: - rollup - supports-color - vue - '@vite-pwa/vitepress@0.5.3(vite-plugin-pwa@0.19.0(vite@6.0.2(@types/node@20.9.2)(jiti@1.21.6)(terser@5.24.0)(tsx@4.19.1))(workbox-build@7.0.0)(workbox-window@7.3.0))': + '@vite-pwa/vitepress@0.5.3(vite-plugin-pwa@0.19.0(vite@6.0.5(@types/node@20.9.2)(jiti@2.4.2)(terser@5.24.0)(tsx@4.19.2))(workbox-build@7.0.0)(workbox-window@7.3.0))': dependencies: - vite-plugin-pwa: 0.19.0(vite@6.0.2(@types/node@20.9.2)(jiti@1.21.6)(terser@5.24.0)(tsx@4.19.1))(workbox-build@7.0.0)(workbox-window@7.3.0) + vite-plugin-pwa: 0.19.0(vite@6.0.5(@types/node@20.9.2)(jiti@2.4.2)(terser@5.24.0)(tsx@4.19.2))(workbox-build@7.0.0)(workbox-window@7.3.0) '@vitejs/plugin-vue@5.1.4(vite@5.4.11(@types/node@20.9.2)(terser@5.24.0))(vue@3.5.12)': dependencies: @@ -7597,7 +7586,7 @@ snapshots: '@volar/source-map@2.4.1': {} - '@volar/source-map@2.4.10': {} + '@volar/source-map@2.4.11': {} '@vscode/l10n@0.0.18': {} @@ -7679,9 +7668,9 @@ snapshots: dependencies: rfdc: 1.4.1 - '@vue/language-plugin-pug@2.1.10': + '@vue/language-plugin-pug@2.2.0': dependencies: - '@volar/source-map': 2.4.10 + '@volar/source-map': 2.4.11 volar-service-pug: 0.0.62 '@vue/reactivity@3.5.12': @@ -7742,11 +7731,11 @@ snapshots: - '@vue/composition-api' - vue - '@vueuse/core@12.0.0': + '@vueuse/core@12.2.0': dependencies: '@types/web-bluetooth': 0.0.20 - '@vueuse/metadata': 12.0.0 - '@vueuse/shared': 12.0.0 + '@vueuse/metadata': 12.2.0 + '@vueuse/shared': 12.2.0 vue: 3.5.13 transitivePeerDependencies: - typescript @@ -7784,10 +7773,10 @@ snapshots: - '@vue/composition-api' - vue - '@vueuse/integrations@12.0.0(drauu@0.4.2)(focus-trap@7.6.0)(fuse.js@7.0.0)(qrcode@1.5.3)(sortablejs@1.15.6)': + '@vueuse/integrations@12.2.0(drauu@0.4.2)(focus-trap@7.6.0)(fuse.js@7.0.0)(qrcode@1.5.3)(sortablejs@1.15.6)': dependencies: - '@vueuse/core': 12.0.0 - '@vueuse/shared': 12.0.0 + '@vueuse/core': 12.2.0 + '@vueuse/shared': 12.2.0 vue: 3.5.13 optionalDependencies: drauu: 0.4.2 @@ -7798,16 +7787,16 @@ snapshots: transitivePeerDependencies: - typescript - '@vueuse/math@12.0.0': + '@vueuse/math@12.2.0': dependencies: - '@vueuse/shared': 12.0.0 + '@vueuse/shared': 12.2.0 vue: 3.5.13 transitivePeerDependencies: - typescript '@vueuse/metadata@11.3.0': {} - '@vueuse/metadata@12.0.0': {} + '@vueuse/metadata@12.2.0': {} '@vueuse/metadata@9.11.1': {} @@ -7818,7 +7807,7 @@ snapshots: - '@vue/composition-api' - vue - '@vueuse/shared@12.0.0': + '@vueuse/shared@12.2.0': dependencies: vue: 3.5.13 transitivePeerDependencies: @@ -8122,9 +8111,9 @@ snapshots: builtin-modules@3.3.0: {} - bundle-require@5.0.0(esbuild@0.23.0): + bundle-require@5.0.0(esbuild@0.24.0): dependencies: - esbuild: 0.23.0 + esbuild: 0.24.0 load-tsconfig: 0.2.5 cac@6.7.14: {} @@ -8207,9 +8196,7 @@ snapshots: optionalDependencies: fsevents: 2.3.3 - chordsheetjs@10.6.2: - dependencies: - lodash.get: 4.4.2 + chordsheetjs@10.11.0: {} cliui@6.0.0: dependencies: @@ -8232,7 +8219,7 @@ snapshots: dependencies: color-name: 1.1.4 - color-name-list@11.0.0: {} + color-name-list@11.2.0: {} color-name@1.1.3: {} @@ -8288,8 +8275,6 @@ snapshots: concat-map@0.0.1: {} - confbox@0.1.7: {} - confbox@0.1.8: {} config-master@3.1.0: @@ -8332,9 +8317,9 @@ snapshots: utrie: 1.0.2 optional: true - css-tree@3.0.1: + css-tree@3.1.0: dependencies: - mdn-data: 2.12.1 + mdn-data: 2.12.2 source-map-js: 1.2.1 cssesc@3.0.0: {} @@ -8379,6 +8364,10 @@ snapshots: dependencies: ms: 2.1.3 + debug@4.4.0: + dependencies: + ms: 2.1.3 + decamelize@1.2.0: optional: true @@ -8816,7 +8805,7 @@ snapshots: dependencies: is-extendable: 0.1.1 - extract-colors@4.1.0: {} + extract-colors@4.1.1: {} fast-deep-equal@3.1.3: {} @@ -8991,6 +8980,8 @@ snapshots: dependencies: type-fest: 0.20.2 + globals@15.14.0: {} + globalthis@1.0.3: dependencies: define-properties: 1.2.1 @@ -9139,15 +9130,14 @@ snapshots: parent-module: 1.0.1 resolve-from: 4.0.0 - importx@0.4.4: + importx@0.5.1: dependencies: - bundle-require: 5.0.0(esbuild@0.23.0) - debug: 4.3.7 - esbuild: 0.23.0 - jiti: 2.0.0-beta.3 - jiti-v1: jiti@1.21.6 + bundle-require: 5.0.0(esbuild@0.24.0) + debug: 4.4.0 + esbuild: 0.24.0 + jiti: 2.4.2 pathe: 1.1.2 - tsx: 4.19.1 + tsx: 4.19.2 transitivePeerDependencies: - supports-color @@ -9325,9 +9315,7 @@ snapshots: dependencies: caniuse-lite: 1.0.30001641 - jiti@1.21.6: {} - - jiti@2.0.0-beta.3: {} + jiti@2.4.2: {} js-stringify@1.0.2: {} @@ -9494,8 +9482,6 @@ snapshots: lodash.debounce@4.0.8: {} - lodash.get@4.4.2: {} - lodash.merge@4.6.2: {} lodash.omit@4.5.0: {} @@ -9520,11 +9506,7 @@ snapshots: dependencies: '@jridgewell/sourcemap-codec': 1.5.0 - magic-string@0.30.12: - dependencies: - '@jridgewell/sourcemap-codec': 1.5.0 - - magic-string@0.30.14: + magic-string@0.30.17: dependencies: '@jridgewell/sourcemap-codec': 1.5.0 @@ -9546,7 +9528,7 @@ snapshots: marked@4.3.0: {} - mathjs@14.0.0: + mathjs@14.0.1: dependencies: '@babel/runtime': 7.26.0 complex.js: 2.4.2 @@ -9576,7 +9558,7 @@ snapshots: unist-util-visit: 5.0.0 vfile: 6.0.3 - mdn-data@2.12.1: {} + mdn-data@2.12.2: {} mdurl@2.0.0: {} @@ -9643,13 +9625,6 @@ snapshots: mkdirp@1.0.4: {} - mlly@1.7.1: - dependencies: - acorn: 8.12.1 - pathe: 1.1.2 - pkg-types: 1.1.3 - ufo: 1.5.4 - mlly@1.7.3: dependencies: acorn: 8.14.0 @@ -9798,8 +9773,6 @@ snapshots: p-try@2.2.0: optional: true - package-manager-detector@0.2.0: {} - package-manager-detector@0.2.6: {} paper@0.12.18: {} @@ -9832,12 +9805,6 @@ snapshots: picomatch@4.0.2: {} - pkg-types@1.1.3: - dependencies: - confbox: 0.1.7 - mlly: 1.7.1 - pathe: 1.1.2 - pkg-types@1.2.1: dependencies: confbox: 0.1.8 @@ -10304,7 +10271,7 @@ snapshots: simplex-noise@4.0.3: {} - sirv@2.0.4: + sirv@3.0.0: dependencies: '@polka/url': 1.0.0-next.24 mrmime: 2.0.0 @@ -10312,7 +10279,7 @@ snapshots: smob@1.5.0: {} - smplr@0.15.1: {} + smplr@0.16.1: {} sort-array@5.0.0: dependencies: @@ -10503,8 +10470,6 @@ snapshots: tiny-emitter@2.1.0: {} - tinyexec@0.3.0: {} - tinyexec@0.3.1: {} tinyglobby@0.2.10: @@ -10570,7 +10535,7 @@ snapshots: tslib@2.6.3: {} - tsx@4.19.1: + tsx@4.19.2: dependencies: esbuild: 0.23.0 get-tsconfig: 4.7.6 @@ -10662,11 +10627,11 @@ snapshots: has-symbols: 1.0.3 which-boxed-primitive: 1.0.2 - unconfig@0.5.5: + unconfig@0.6.0: dependencies: '@antfu/utils': 0.7.10 defu: 6.1.4 - importx: 0.4.4 + importx: 0.5.1 transitivePeerDependencies: - supports-color @@ -10720,59 +10685,59 @@ snapshots: universalify@2.0.1: {} - unocss@0.65.0(postcss@8.4.49)(rollup@4.13.0)(vite@6.0.2(@types/node@20.9.2)(jiti@1.21.6)(terser@5.24.0)(tsx@4.19.1))(vue@3.5.12): - dependencies: - '@unocss/astro': 0.65.0(rollup@4.13.0)(vite@6.0.2(@types/node@20.9.2)(jiti@1.21.6)(terser@5.24.0)(tsx@4.19.1))(vue@3.5.12) - '@unocss/cli': 0.65.0(rollup@4.13.0) - '@unocss/core': 0.65.0 - '@unocss/postcss': 0.65.0(postcss@8.4.49) - '@unocss/preset-attributify': 0.65.0 - '@unocss/preset-icons': 0.65.0 - '@unocss/preset-mini': 0.65.0 - '@unocss/preset-tagify': 0.65.0 - '@unocss/preset-typography': 0.65.0 - '@unocss/preset-uno': 0.65.0 - '@unocss/preset-web-fonts': 0.65.0 - '@unocss/preset-wind': 0.65.0 - '@unocss/transformer-attributify-jsx': 0.65.0 - '@unocss/transformer-compile-class': 0.65.0 - '@unocss/transformer-directives': 0.65.0 - '@unocss/transformer-variant-group': 0.65.0 - '@unocss/vite': 0.65.0(rollup@4.13.0)(vite@6.0.2(@types/node@20.9.2)(jiti@1.21.6)(terser@5.24.0)(tsx@4.19.1))(vue@3.5.12) + unocss@0.65.2(postcss@8.4.49)(rollup@4.13.0)(vite@6.0.5(@types/node@20.9.2)(jiti@2.4.2)(terser@5.24.0)(tsx@4.19.2))(vue@3.5.12): + dependencies: + '@unocss/astro': 0.65.2(rollup@4.13.0)(vite@6.0.5(@types/node@20.9.2)(jiti@2.4.2)(terser@5.24.0)(tsx@4.19.2))(vue@3.5.12) + '@unocss/cli': 0.65.2(rollup@4.13.0) + '@unocss/core': 0.65.2 + '@unocss/postcss': 0.65.2(postcss@8.4.49) + '@unocss/preset-attributify': 0.65.2 + '@unocss/preset-icons': 0.65.2 + '@unocss/preset-mini': 0.65.2 + '@unocss/preset-tagify': 0.65.2 + '@unocss/preset-typography': 0.65.2 + '@unocss/preset-uno': 0.65.2 + '@unocss/preset-web-fonts': 0.65.2 + '@unocss/preset-wind': 0.65.2 + '@unocss/transformer-attributify-jsx': 0.65.2 + '@unocss/transformer-compile-class': 0.65.2 + '@unocss/transformer-directives': 0.65.2 + '@unocss/transformer-variant-group': 0.65.2 + '@unocss/vite': 0.65.2(rollup@4.13.0)(vite@6.0.5(@types/node@20.9.2)(jiti@2.4.2)(terser@5.24.0)(tsx@4.19.2))(vue@3.5.12) optionalDependencies: - vite: 6.0.2(@types/node@20.9.2)(jiti@1.21.6)(terser@5.24.0)(tsx@4.19.1) + vite: 6.0.5(@types/node@20.9.2)(jiti@2.4.2)(terser@5.24.0)(tsx@4.19.2) transitivePeerDependencies: - postcss - rollup - supports-color - vue - unplugin-icons@0.21.0(@vue/compiler-sfc@3.5.13): + unplugin-icons@0.22.0(@vue/compiler-sfc@3.5.13): dependencies: '@antfu/install-pkg': 0.5.0 '@antfu/utils': 0.7.10 - '@iconify/utils': 2.1.33 - debug: 4.3.7 + '@iconify/utils': 2.2.1 + debug: 4.4.0 kolorist: 1.8.0 local-pkg: 0.5.1 - unplugin: 1.16.0 + unplugin: 2.1.0 optionalDependencies: '@vue/compiler-sfc': 3.5.13 transitivePeerDependencies: - supports-color - unplugin-vue-components@0.27.5(@babel/parser@7.25.3)(rollup@4.13.0)(vue@3.5.12): + unplugin-vue-components@0.28.0(@babel/parser@7.25.3)(rollup@4.13.0)(vue@3.5.12): dependencies: '@antfu/utils': 0.7.10 - '@rollup/pluginutils': 5.1.3(rollup@4.13.0) + '@rollup/pluginutils': 5.1.4(rollup@4.13.0) chokidar: 3.6.0 - debug: 4.3.7 + debug: 4.4.0 fast-glob: 3.3.2 local-pkg: 0.5.1 - magic-string: 0.30.14 + magic-string: 0.30.17 minimatch: 9.0.5 mlly: 1.7.3 - unplugin: 1.16.0 + unplugin: 2.1.0 vue: 3.5.12 optionalDependencies: '@babel/parser': 7.25.3 @@ -10780,7 +10745,7 @@ snapshots: - rollup - supports-color - unplugin@1.16.0: + unplugin@2.1.0: dependencies: acorn: 8.14.0 webpack-virtual-modules: 0.6.2 @@ -10818,30 +10783,30 @@ snapshots: '@types/unist': 3.0.2 vfile-message: 4.0.2 - vite-plugin-pwa@0.19.0(vite@6.0.2(@types/node@20.9.2)(jiti@1.21.6)(terser@5.24.0)(tsx@4.19.1))(workbox-build@7.0.0)(workbox-window@7.3.0): + vite-plugin-pwa@0.19.0(vite@6.0.5(@types/node@20.9.2)(jiti@2.4.2)(terser@5.24.0)(tsx@4.19.2))(workbox-build@7.0.0)(workbox-window@7.3.0): dependencies: debug: 4.3.7 fast-glob: 3.3.2 pretty-bytes: 6.1.1 - vite: 6.0.2(@types/node@20.9.2)(jiti@1.21.6)(terser@5.24.0)(tsx@4.19.1) + vite: 6.0.5(@types/node@20.9.2)(jiti@2.4.2)(terser@5.24.0)(tsx@4.19.2) workbox-build: 7.0.0 workbox-window: 7.3.0 transitivePeerDependencies: - supports-color - vite-plugin-top-level-await@1.4.4(rollup@4.13.0)(vite@6.0.2(@types/node@20.9.2)(jiti@1.21.6)(terser@5.24.0)(tsx@4.19.1)): + vite-plugin-top-level-await@1.4.4(rollup@4.13.0)(vite@6.0.5(@types/node@20.9.2)(jiti@2.4.2)(terser@5.24.0)(tsx@4.19.2)): dependencies: '@rollup/plugin-virtual': 3.0.2(rollup@4.13.0) '@swc/core': 1.7.0 uuid: 10.0.0 - vite: 6.0.2(@types/node@20.9.2)(jiti@1.21.6)(terser@5.24.0)(tsx@4.19.1) + vite: 6.0.5(@types/node@20.9.2)(jiti@2.4.2)(terser@5.24.0)(tsx@4.19.2) transitivePeerDependencies: - '@swc/helpers' - rollup - vite-plugin-wasm@3.3.0(vite@6.0.2(@types/node@20.9.2)(jiti@1.21.6)(terser@5.24.0)(tsx@4.19.1)): + vite-plugin-wasm@3.4.1(vite@6.0.5(@types/node@20.9.2)(jiti@2.4.2)(terser@5.24.0)(tsx@4.19.2)): dependencies: - vite: 6.0.2(@types/node@20.9.2)(jiti@1.21.6)(terser@5.24.0)(tsx@4.19.1) + vite: 6.0.5(@types/node@20.9.2)(jiti@2.4.2)(terser@5.24.0)(tsx@4.19.2) vite@5.4.11(@types/node@20.9.2)(terser@5.24.0): dependencies: @@ -10863,7 +10828,7 @@ snapshots: fsevents: 2.3.3 terser: 5.24.0 - vite@6.0.2(@types/node@20.9.2)(jiti@1.21.6)(terser@5.24.0)(tsx@4.19.1): + vite@6.0.5(@types/node@20.9.2)(jiti@2.4.2)(terser@5.24.0)(tsx@4.19.2): dependencies: esbuild: 0.24.0 postcss: 8.4.49 @@ -10871,9 +10836,9 @@ snapshots: optionalDependencies: '@types/node': 20.9.2 fsevents: 2.3.3 - jiti: 1.21.6 + jiti: 2.4.2 terser: 5.24.0 - tsx: 4.19.1 + tsx: 4.19.2 vitepress-plugin-rss@0.3.0(vitepress@1.5.0(@algolia/client-search@4.20.0)(@types/node@20.9.2)(drauu@0.4.2)(fuse.js@7.0.0)(postcss@8.4.49)(qrcode@1.5.3)(search-insights@2.11.0)(sortablejs@1.15.6)(terser@5.24.0)): dependencies: diff --git a/use/audio.js b/use/audio.js index 0e6e92d6ce..f1529ddc75 100644 --- a/use/audio.js +++ b/use/audio.js @@ -5,7 +5,7 @@ import { getDestination, start, gainToDb, Meter, Reverb, Limiter, Volume, getContext } from "tone"; import { useRecorder } from "./recorder"; -import { shallowReactive, reactive, watchEffect, markRaw } from 'vue'; +import { shallowReactive, reactive, watchEffect, markRaw, watch } from 'vue'; import { useRafFn, useStorage } from "@vueuse/core"; import { useClamp } from "@vueuse/math"; @@ -81,13 +81,12 @@ export function useAudio() { master.limiter.connect(master.reverb); - watchEffect(() => { - master.destination.mute = audio.mute; - }); + watch(() => audio.mute, m => master.destination.mute = m) - watchEffect(() => { - master.destination.volume.targetRampTo(gainToDb(audio.volume), 0.1); + watch(() => audio.volume, v => { + master.destination.volume.targetRampTo(gainToDb(v), 0.1); }); + audio.initiated = true; } return { audio, master, channels };