diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 06a0230f..4f14badb 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Check out git repository - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 with: fetch-depth: 0 diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index 053890ff..40fa3d20 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Check out git repository - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 with: fetch-depth: 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a7a0275c..969784da 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: steps: - name: check out git repository - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 with: fetch-depth: 0 diff --git a/docs/package.json b/docs/package.json index eb5c6c3c..16d0fef9 100644 --- a/docs/package.json +++ b/docs/package.json @@ -11,10 +11,10 @@ "devDependencies": { "@any-reader/core": "workspace:^", "@any-reader/rule-utils": "workspace:^", - "@shikijs/vitepress-twoslash": "^1.21.0", + "@shikijs/vitepress-twoslash": "^1.22.0", "js-base64": "^3.7.7", "mermaid": "^11.3.0", - "vitepress": "^1.3.4", + "vitepress": "^1.4.0", "vitepress-plugin-mermaid": "^2.0.17", "@vueuse/core": "^11.1.0", "vue-codemirror": "^6.1.1" diff --git a/package.json b/package.json index b4a438e0..c2d0d245 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "@codemirror/lang-javascript": "^6.2.2", "@codemirror/lang-json": "^6.0.1", "codemirror": "^6.0.1", - "@unocss/reset": "^0.63.3", + "@unocss/reset": "^0.63.4", "sql.js": "^1.11.0", "sqlite3": "5.1.6" }, @@ -76,27 +76,27 @@ "utf-8-validate": "^6.0.4" }, "devDependencies": { - "@eslint/compat": "^1.1.1", + "@eslint/compat": "^1.2.0", "@rushstack/eslint-patch": "^1.10.4", - "@types/node": "^20.16.10", + "@types/node": "^20.16.11", "@types/uuid": "^10.0.0", "@vitest/browser": "^2.1.2", - "@unocss/eslint-config": "^0.63.3", + "@unocss/eslint-config": "^0.63.4", "@vue/eslint-config-prettier": "^8.0.0", "@vue/eslint-config-typescript": "^13.0.0", - "bumpp": "^9.6.1", + "bumpp": "^9.7.1", "cross-env": "^7.0.3", "eslint": "^8.57.1", "eslint-plugin-vue": "^9.28.0", "husky": "^8.0.3", "npm-run-all2": "^6.2.3", - "playwright": "^1.47.2", + "playwright": "^1.48.0", "ts-node": "^10.9.2", "tsconfig-paths": "^4.2.0", "tsup": "^8.3.0", "tsx": "^4.19.1", "unbuild": "^2.0.0", - "unocss": "^0.63.3", + "unocss": "^0.63.4", "vite-tsconfig-paths": "^5.0.1", "vitest": "^2.1.2" }, diff --git a/packages/core/package.json b/packages/core/package.json index 6ccc2148..fdd7c9d0 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -41,7 +41,7 @@ "iconv-lite": "^0.6.3", "jsonpath-plus": "^9.0.0", "lodash-es": "^4.17.21", - "puppeteer": "^23.5.0", + "puppeteer": "^23.5.1", "urlencode": "^2.0.0", "xpath.js": "^1.1.0" }, diff --git a/packages/legado/package.json b/packages/legado/package.json index 9d75b426..165cb3ea 100644 --- a/packages/legado/package.json +++ b/packages/legado/package.json @@ -36,7 +36,7 @@ "iconv-lite": "^0.6.3", "isolated-vm": "^5.0.1", "jsonpath-plus": "^9.0.0", - "puppeteer": "^23.5.0", + "puppeteer": "^23.5.1", "urlencode": "^2.0.0", "xpath": "^0.0.34" }, diff --git a/packages/web/package.json b/packages/web/package.json index 9f5cb680..de0f3ad0 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -55,7 +55,7 @@ "electron-localshortcut": "^3.2.1", "electron-updater": "^6.3.9", "file-saver": "^2.0.5", - "hls.js": "^1.5.15", + "hls.js": "^1.5.16", "lodash-es": "^4.17.21", "monaco-editor": "0.52.0", "nprogress": "^0.2.0", @@ -69,7 +69,7 @@ "vue-router": "^4.4.5" }, "devDependencies": { - "@electron/rebuild": "^3.6.2", + "@electron/rebuild": "^3.7.0", "@tsconfig/node20": "^20.1.4", "@types/bcryptjs": "^2.4.6", "@types/blueimp-md5": "^2.18.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7246ebca..a32f8f2d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -20,8 +20,8 @@ importers: specifier: ^6.0.1 version: 6.0.1 '@unocss/reset': - specifier: ^0.63.3 - version: 0.63.3 + specifier: ^0.63.4 + version: 0.63.4 codemirror: specifier: ^6.0.1 version: 6.0.1(@lezer/common@1.2.1) @@ -40,23 +40,23 @@ importers: version: 6.0.4 devDependencies: '@eslint/compat': - specifier: ^1.1.1 - version: 1.1.1 + specifier: ^1.2.0 + version: 1.2.0(eslint@8.57.1) '@rushstack/eslint-patch': specifier: ^1.10.4 version: 1.10.4 '@types/node': - specifier: ^20.16.10 - version: 20.16.10 + specifier: ^20.16.11 + version: 20.16.11 '@types/uuid': specifier: ^10.0.0 version: 10.0.0 '@unocss/eslint-config': - specifier: ^0.63.3 - version: 0.63.3(eslint@8.57.1)(typescript@5.5.4) + specifier: ^0.63.4 + version: 0.63.4(eslint@8.57.1)(typescript@5.5.4) '@vitest/browser': specifier: ^2.1.2 - version: 2.1.2(@vitest/spy@2.1.2)(bufferutil@4.0.8)(playwright@1.47.2)(typescript@5.5.4)(utf-8-validate@6.0.4)(vite@5.4.8(@types/node@20.16.10)(sass@1.79.4)(terser@5.31.6))(vitest@2.1.2)(webdriverio@9.0.9(bufferutil@4.0.8)(utf-8-validate@6.0.4)) + version: 2.1.2(@vitest/spy@2.1.2)(bufferutil@4.0.8)(playwright@1.48.0)(typescript@5.5.4)(utf-8-validate@6.0.4)(vite@5.4.8(@types/node@20.16.11)(sass@1.79.4)(terser@5.31.6))(vitest@2.1.2)(webdriverio@9.0.9(bufferutil@4.0.8)(utf-8-validate@6.0.4)) '@vue/eslint-config-prettier': specifier: ^8.0.0 version: 8.0.0(eslint@8.57.1)(prettier@3.3.3) @@ -64,8 +64,8 @@ importers: specifier: ^13.0.0 version: 13.0.0(eslint-plugin-vue@9.28.0(eslint@8.57.1))(eslint@8.57.1)(typescript@5.5.4) bumpp: - specifier: ^9.6.1 - version: 9.6.1 + specifier: ^9.7.1 + version: 9.7.1 cross-env: specifier: ^7.0.3 version: 7.0.3 @@ -82,11 +82,11 @@ importers: specifier: ^6.2.3 version: 6.2.3 playwright: - specifier: ^1.47.2 - version: 1.47.2 + specifier: ^1.48.0 + version: 1.48.0 ts-node: specifier: ^10.9.2 - version: 10.9.2(@types/node@20.16.10)(typescript@5.5.4) + version: 10.9.2(@types/node@20.16.11)(typescript@5.5.4) tsconfig-paths: specifier: ^4.2.0 version: 4.2.0 @@ -100,14 +100,14 @@ importers: specifier: ^2.0.0 version: 2.0.0(sass@1.79.4)(typescript@5.5.4)(vue-tsc@2.1.6(typescript@5.5.4)) unocss: - specifier: ^0.63.3 - version: 0.63.3(postcss@8.4.47)(rollup@3.29.4)(vite@5.4.8(@types/node@20.16.10)(sass@1.79.4)(terser@5.31.6)) + specifier: ^0.63.4 + version: 0.63.4(postcss@8.4.47)(rollup@3.29.4)(vite@5.4.8(@types/node@20.16.11)(sass@1.79.4)(terser@5.31.6)) vite-tsconfig-paths: specifier: ^5.0.1 - version: 5.0.1(typescript@5.5.4)(vite@5.4.8(@types/node@20.16.10)(sass@1.79.4)(terser@5.31.6)) + version: 5.0.1(typescript@5.5.4)(vite@5.4.8(@types/node@20.16.11)(sass@1.79.4)(terser@5.31.6)) vitest: specifier: ^2.1.2 - version: 2.1.2(@types/node@20.16.10)(@vitest/browser@2.1.2)(msw@2.4.8(typescript@5.5.4))(sass@1.79.4)(terser@5.31.6) + version: 2.1.2(@types/node@20.16.11)(@vitest/browser@2.1.2)(msw@2.4.8(typescript@5.5.4))(sass@1.79.4)(terser@5.31.6) docs: devDependencies: @@ -118,11 +118,11 @@ importers: specifier: workspace:^ version: link:../packages/rule-utils '@shikijs/vitepress-twoslash': - specifier: ^1.21.0 - version: 1.21.0(typescript@5.5.4) + specifier: ^1.22.0 + version: 1.22.0(typescript@5.5.4) '@vueuse/core': specifier: ^11.1.0 - version: 11.1.0(vue@3.5.3(typescript@5.5.4)) + version: 11.1.0(vue@3.5.11(typescript@5.5.4)) js-base64: specifier: ^3.7.7 version: 3.7.7 @@ -130,14 +130,14 @@ importers: specifier: ^11.3.0 version: 11.3.0 vitepress: - specifier: ^1.3.4 - version: 1.3.4(@algolia/client-search@4.24.0)(@types/node@22.5.5)(async-validator@4.2.5)(axios@1.7.7)(nprogress@0.2.0)(postcss@8.4.47)(react@18.3.1)(sass@1.79.4)(search-insights@2.17.1)(terser@5.31.6)(typescript@5.5.4) + specifier: ^1.4.0 + version: 1.4.0(@algolia/client-search@4.24.0)(@types/node@22.5.5)(async-validator@4.2.5)(axios@1.7.7)(nprogress@0.2.0)(postcss@8.4.47)(react@18.3.1)(sass@1.79.4)(search-insights@2.17.1)(terser@5.31.6)(typescript@5.5.4) vitepress-plugin-mermaid: specifier: ^2.0.17 - version: 2.0.17(mermaid@11.3.0)(vitepress@1.3.4(@algolia/client-search@4.24.0)(@types/node@22.5.5)(async-validator@4.2.5)(axios@1.7.7)(nprogress@0.2.0)(postcss@8.4.47)(react@18.3.1)(sass@1.79.4)(search-insights@2.17.1)(terser@5.31.6)(typescript@5.5.4)) + version: 2.0.17(mermaid@11.3.0)(vitepress@1.4.0(@algolia/client-search@4.24.0)(@types/node@22.5.5)(async-validator@4.2.5)(axios@1.7.7)(nprogress@0.2.0)(postcss@8.4.47)(react@18.3.1)(sass@1.79.4)(search-insights@2.17.1)(terser@5.31.6)(typescript@5.5.4)) vue-codemirror: specifier: ^6.1.1 - version: 6.1.1(patch_hash=3aqty6dv4zvyintvyf6xmtazhu)(codemirror@6.0.1(@lezer/common@1.2.1))(vue@3.5.3(typescript@5.5.4)) + version: 6.1.1(patch_hash=3aqty6dv4zvyintvyf6xmtazhu)(codemirror@6.0.1(@lezer/common@1.2.1))(vue@3.5.11(typescript@5.5.4)) packages/cli: dependencies: @@ -203,8 +203,8 @@ importers: specifier: ^4.17.21 version: 4.17.21 puppeteer: - specifier: ^23.5.0 - version: 23.5.0(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@6.0.4) + specifier: ^23.5.1 + version: 23.5.1(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@6.0.4) urlencode: specifier: ^2.0.0 version: 2.0.0 @@ -280,8 +280,8 @@ importers: specifier: ^9.0.0 version: 9.0.0 puppeteer: - specifier: ^23.5.0 - version: 23.5.0(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@6.0.4) + specifier: ^23.5.1 + version: 23.5.1(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@6.0.4) urlencode: specifier: ^2.0.0 version: 2.0.0 @@ -427,7 +427,7 @@ importers: version: 5.1.6(encoding@0.1.13) typeorm: specifier: ^0.3.20 - version: 0.3.20(sql.js@1.11.0)(sqlite3@5.1.6(encoding@0.1.13))(ts-node@10.9.2(@types/node@20.16.10)(typescript@5.5.4)) + version: 0.3.20(sql.js@1.11.0)(sqlite3@5.1.6(encoding@0.1.13))(ts-node@10.9.2(@types/node@20.16.11)(typescript@5.5.4)) uuid: specifier: ^10.0.0 version: 10.0.0 @@ -596,8 +596,8 @@ importers: specifier: ^2.0.5 version: 2.0.5 hls.js: - specifier: ^1.5.15 - version: 1.5.15 + specifier: ^1.5.16 + version: 1.5.16 lodash-es: specifier: ^4.17.21 version: 4.17.21 @@ -633,8 +633,8 @@ importers: version: 4.4.5(vue@3.5.11(typescript@5.5.4)) devDependencies: '@electron/rebuild': - specifier: ^3.6.2 - version: 3.6.2 + specifier: ^3.7.0 + version: 3.7.0 '@tsconfig/node20': specifier: ^20.1.4 version: 20.1.4 @@ -1011,14 +1011,14 @@ packages: resolution: {integrity: sha512-0cp4PsWQ/9avqTVMCtZ+GirikIA36ikvjtHweU4/j8yLtgObI0+JUPhYFScgwlteveGB1rt3Cm8UhN04XayDig==} engines: {node: '>= 8.9.0'} - '@docsearch/css@3.6.1': - resolution: {integrity: sha512-VtVb5DS+0hRIprU2CO6ZQjK2Zg4QU5HrDM1+ix6rT0umsYvFvatMAnf97NHZlVWDaaLlx7GRfR/7FikANiM2Fg==} + '@docsearch/css@3.6.2': + resolution: {integrity: sha512-vKNZepO2j7MrYBTZIGXvlUOIR+v9KRf70FApRgovWrj3GTs1EITz/Xb0AOlm1xsQBp16clVZj1SY/qaOJbQtZw==} - '@docsearch/js@3.6.1': - resolution: {integrity: sha512-erI3RRZurDr1xES5hvYJ3Imp7jtrXj6f1xYIzDzxiS7nNBufYWPbJwrmMqWC5g9y165PmxEmN9pklGCdLi0Iqg==} + '@docsearch/js@3.6.2': + resolution: {integrity: sha512-pS4YZF+VzUogYrkblCucQ0Oy2m8Wggk8Kk7lECmZM60hTbaydSIhJTTiCrmoxtBqV8wxORnOqcqqOfbmkkQEcA==} - '@docsearch/react@3.6.1': - resolution: {integrity: sha512-qXZkEPvybVhSXj0K7U3bXc233tk5e8PfhoZ6MhPOiik/qUQxYC+Dn9DnoS7CxHQQhHfCvTiN0eY9M12oRghEXw==} + '@docsearch/react@3.6.2': + resolution: {integrity: sha512-rtZce46OOkVflCQH71IdbXSFK+S8iJZlUF56XBW5rIgx/eG5qoomC7Ag3anZson1bBac/JFQn7XOBfved/IMRA==} peerDependencies: '@types/react': '>= 16.8.0 < 19.0.0' react: '>= 16.8.0 < 19.0.0' @@ -1043,6 +1043,12 @@ packages: resolution: {integrity: sha512-Qkzpg2s9GnVV2I2BjRksUi43U5e6+zaQMcjoJy0C+C5oxaKl+fmckGDQFtRpZpZV0NQekuZZ+tGz7EA9TVnQtQ==} engines: {node: '>=12'} + '@electron/node-gyp@https://codeload.github.com/electron/node-gyp/tar.gz/06b29aafb7708acef8b3669835c8a7857ebc92d2': + resolution: {tarball: https://codeload.github.com/electron/node-gyp/tar.gz/06b29aafb7708acef8b3669835c8a7857ebc92d2} + version: 10.2.0-electron.1 + engines: {node: '>=12.13.0'} + hasBin: true + '@electron/notarize@2.2.1': resolution: {integrity: sha512-aL+bFMIkpR0cmmj5Zgy0LMKEpgy43/hw5zadEArgmAMWWlKc5buwFvFT9G/o/YJkvXAJm5q3iuTuLaiaXW39sg==} engines: {node: '>= 10.0.0'} @@ -1066,8 +1072,8 @@ packages: engines: {node: '>=12.13.0'} hasBin: true - '@electron/rebuild@3.6.2': - resolution: {integrity: sha512-fTSoWdbrPTmQOwvct4VnJH45aJg79WRabuNqt7cAWIno5kTXv1QD6qVmR2e8wmHi/xryaiVINl1gcEhKGjREVw==} + '@electron/rebuild@3.7.0': + resolution: {integrity: sha512-VW++CNSlZwMYP7MyXEbrKjpzEwhB5kDNbzGtiPEjwYysqyTCF+YbNJ210Dj3AjWsGSV4iEEwNkmJN9yGZmVvmw==} engines: {node: '>=12.13.0'} hasBin: true @@ -1515,9 +1521,14 @@ packages: resolution: {integrity: sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==} engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} - '@eslint/compat@1.1.1': - resolution: {integrity: sha512-lpHyRyplhGPL5mGEh6M9O5nnKk0Gz4bFI+Zu6tKlPpDUN7XshWvH9C/px4UVm87IAANE0W81CEsNGbS1KlzXpA==} + '@eslint/compat@1.2.0': + resolution: {integrity: sha512-CkPWddN7J9JPrQedEr2X7AjK9y1jaMJtxZ4A/+jTMFA2+n5BWhcKHW/EbJyARqg2zzQfgtWUtVmG3hrG6+nGpg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + peerDependencies: + eslint: ^9.10.0 + peerDependenciesMeta: + eslint: + optional: true '@eslint/eslintrc@2.1.4': resolution: {integrity: sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==} @@ -1902,35 +1913,29 @@ packages: '@rushstack/eslint-patch@1.10.4': resolution: {integrity: sha512-WJgX9nzTqknM393q1QJDJmoW28kUfEnybeTfVNcNAPnIx210RXm2DiXiHzfNPJNIUUb1tJnz/l4QGtJ30PgWmA==} - '@shikijs/core@1.16.2': - resolution: {integrity: sha512-XSVH5OZCvE4WLMgdoBqfPMYmGHGmCC3OgZhw0S7KcSi2XKZ+5oHGe71GFnTljgdOxvxx5WrRks6QoTLKrl1eAA==} + '@shikijs/core@1.22.0': + resolution: {integrity: sha512-S8sMe4q71TJAW+qG93s5VaiihujRK6rqDFqBnxqvga/3LvqHEnxqBIOPkt//IdXVtHkQWKu4nOQNk0uBGicU7Q==} - '@shikijs/core@1.21.0': - resolution: {integrity: sha512-zAPMJdiGuqXpZQ+pWNezQAk5xhzRXBNiECFPcJLtUdsFM3f//G95Z15EHTnHchYycU8kIIysqGgxp8OVSj1SPQ==} + '@shikijs/engine-javascript@1.22.0': + resolution: {integrity: sha512-AeEtF4Gcck2dwBqCFUKYfsCq0s+eEbCEbkUuFou53NZ0sTGnJnJ/05KHQFZxpii5HMXbocV9URYVowOP2wH5kw==} - '@shikijs/engine-javascript@1.21.0': - resolution: {integrity: sha512-jxQHNtVP17edFW4/0vICqAVLDAxmyV31MQJL4U/Kg+heQALeKYVOWo0sMmEZ18FqBt+9UCdyqGKYE7bLRtk9mg==} + '@shikijs/engine-oniguruma@1.22.0': + resolution: {integrity: sha512-5iBVjhu/DYs1HB0BKsRRFipRrD7rqjxlWTj4F2Pf+nQSPqc3kcyqFFeZXnBMzDf0HdqaFVvhDRAGiYNvyLP+Mw==} - '@shikijs/engine-oniguruma@1.21.0': - resolution: {integrity: sha512-AIZ76XocENCrtYzVU7S4GY/HL+tgHGbVU+qhiDyNw1qgCA5OSi4B4+HY4BtAoJSMGuD/L5hfTzoRVbzEm2WTvg==} + '@shikijs/transformers@1.22.0': + resolution: {integrity: sha512-k7iMOYuGQA62KwAuJOQBgH2IQb5vP8uiB3lMvAMGUgAMMurePOx3Z7oNqJdcpxqZP6I9cc7nc4DNqSKduCxmdg==} - '@shikijs/transformers@1.16.2': - resolution: {integrity: sha512-AR6ANiKwi1dJr5g/W0L+Su4PoHurkHLgtNmesbOFOPGKNQC2BeGU/Z2Ghkl+cUF5PfE+UeLkxUwzpE6H37hTSg==} + '@shikijs/twoslash@1.22.0': + resolution: {integrity: sha512-r5F/x4GTh18XzhAREehgT9lCDFZlISBSIsOFZQQaqjiOLG81PIqJN1I1D6XY58UN9OJt+3mffuKq19K4FOJKJA==} - '@shikijs/twoslash@1.21.0': - resolution: {integrity: sha512-91HTpoIsx6vsJZ0DE1fs/jNeEAL5xJ5hWMVPUSp3iGHxOLH59nGrOcsjSgv4lKaxeE2i6VFvnPANQ5q8I5k2AQ==} + '@shikijs/types@1.22.0': + resolution: {integrity: sha512-Fw/Nr7FGFhlQqHfxzZY8Cwtwk5E9nKDUgeLjZgt3UuhcM3yJR9xj3ZGNravZZok8XmEZMiYkSMTPlPkULB8nww==} - '@shikijs/types@1.21.0': - resolution: {integrity: sha512-tzndANDhi5DUndBtpojEq/42+dpUF2wS7wdCDQaFtIXm3Rd1QkrcVgSSRLOvEwexekihOXfbYJINW37g96tJRw==} + '@shikijs/vitepress-twoslash@1.22.0': + resolution: {integrity: sha512-NN2AP412MDBP2HwpnKAokvZdoHfWMPIBCW4eYWyjuEqW3OUGFLY7dmsJbYIf1EsjUFcYktHpk0yA/nL9tSocFA==} - '@shikijs/vitepress-twoslash@1.21.0': - resolution: {integrity: sha512-/B/edWFxZ6Tdfj0Jj+jxJOKsHRd89NZ57tK0E68kvaWbbnBw3UaLCixDL+SvdeGFMov2uN1URXgCdBQTR6daZg==} - - '@shikijs/vscode-textmate@9.2.0': - resolution: {integrity: sha512-5FinaOp6Vdh/dl4/yaOTh0ZeKch+rYS8DUb38V3GMKYVkdqzxw53lViRKUYkVILRiVQT7dcPC7VvAKOR73zVtQ==} - - '@shikijs/vscode-textmate@9.2.2': - resolution: {integrity: sha512-TMp15K+GGYrWlZM8+Lnj9EaHEFmOen0WJBrfa17hF7taDOYthuPPV0GWzfd/9iMij0akS/8Yw2ikquH7uVi/fg==} + '@shikijs/vscode-textmate@9.3.0': + resolution: {integrity: sha512-jn7/7ky30idSkd/O5yDBfAnVt+JJpepofP/POZ1iMOxK59cOfqIgg/Dj0eFsjOTMw+4ycJN0uhZH/Eb0bs/EUA==} '@simonwep/pickr@1.8.2': resolution: {integrity: sha512-/l5w8BIkrpP6n1xsetx9MWPWlU6OblN5YgZZphxan0Tq4BByTCETL6lyIeY8lagalS2Nbt4F2W034KHLIiunKA==} @@ -2127,8 +2132,8 @@ packages: '@types/mute-stream@0.0.4': resolution: {integrity: sha512-CPM9nzrCPPJHQNA9keH9CVkVI+WR5kMa+7XEs5jcGQ0VoAGnLv242w8lIVgwAEfmE4oufJRaTc9PNLQl0ioAow==} - '@types/node@20.16.10': - resolution: {integrity: sha512-vQUKgWTjEIRFCvK6CyriPH3MZYiYlNy0fKiEYHWbcoWLEgs4opurGGKlebrTLqdSMIbXImH6XExNiIyNUv3WpA==} + '@types/node@20.16.11': + resolution: {integrity: sha512-y+cTCACu92FyA5fgQSAI8A1H429g7aSK2HsO7K4XYUWc4dY5IUz55JSDIYT6/VsOLfGy8vmvQYC2hfb0iF16Uw==} '@types/node@20.16.5': resolution: {integrity: sha512-VwYCweNo3ERajwy0IUlqqcyZ8/A7Zwa9ZP3MnENWcB11AejO+tLy3pu850goUW2FC/IJMdZUfKpX/yxL1gymCA==} @@ -2298,91 +2303,91 @@ packages: '@ungap/structured-clone@1.2.0': resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} - '@unocss/astro@0.63.3': - resolution: {integrity: sha512-wKw4oRaYpEHFf8qGK4L/irf7vXF2CrNoSU07eWfMTOh8D3jXMVRc5tTTL2LqJfcBrHQfe1XKA9zdNarghGzV7Q==} + '@unocss/astro@0.63.4': + resolution: {integrity: sha512-qu1uMDUT8lXU3mm5EjZpnizvjSYtfY0TTDivR5QNm1i3Xd+ErHfdfOpXdJ2mYvxv+X7C570//KUugkTI3Mb3kQ==} peerDependencies: vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 peerDependenciesMeta: vite: optional: true - '@unocss/cli@0.63.3': - resolution: {integrity: sha512-3UiN9UCkRUMWYmhvEl9gOFYw/dVHZZXhRlyNymdhXB/7WM6yW3IdNkMi9OSVcesd4ZxYwiwz0+/H2N9IUbv3vQ==} + '@unocss/cli@0.63.4': + resolution: {integrity: sha512-kBWEiVW7KWfjptAJsk38w9dVqOmrO2/z0WADFnlX2RuKNDoCn422Rus6tFB12wZsEujC9eFM34P2nnU7IWWtlQ==} engines: {node: '>=14'} hasBin: true - '@unocss/config@0.63.3': - resolution: {integrity: sha512-WP1wO/w3KIsodHaXwB+5H8nW+Hwf9I7fdUoXy0zop17vrnmjGWRV8esfYOfKEiNpqb1kAaU03gO/ucjMoPCdFg==} + '@unocss/config@0.63.4': + resolution: {integrity: sha512-LfAzM8z0r2comUW94KaSo4JaaEZjPkvrfyVWfO/hyaXa+/xSVIkCTW7+lfWh77hrg1e2SUY1HEvIFBg9Jvb1xQ==} engines: {node: '>=14'} - '@unocss/core@0.63.3': - resolution: {integrity: sha512-LPDog+Dt36ut9yomgpKDHn4j/kI72sWtxm3iL6agEK3NDQToQsizQU6f8ZsIyUrpi7CoIV2i+3vmsdxauBd4kw==} + '@unocss/core@0.63.4': + resolution: {integrity: sha512-VB4DJ5DsRWpX64si5tWYRXf1n5UkYQqe2s1V22qFiWmXa7Ec+Vf9s3cxWZmoWFC5P9RQiwM9kAqxdg1G+elVkQ==} - '@unocss/eslint-config@0.63.3': - resolution: {integrity: sha512-xC5mHjwVhKK/Bgw7SV2Ajv2FBrIT3fgDIgTHkNLyw51lyRXdcbz7Dr1mgDB98FSDyUjfsFZJd8pGCsuEnMH1eQ==} + '@unocss/eslint-config@0.63.4': + resolution: {integrity: sha512-H7W6yx17t23ZTtvdJ1j+oRmPNi12k109m5H+tee6g92vjM9s82ZZmPNY/92XM0ZrObS7XaMxQkB3yF92Skw9Ew==} engines: {node: '>=14'} - '@unocss/eslint-plugin@0.63.3': - resolution: {integrity: sha512-oBnc7jYe4/C8rYUR+aaZF4yRz+eINmpZFQM2YdBbmDDY9qWRUjzaF/J1rFYLCoyjOmpEjUlw0cDJteQxiGuPdw==} + '@unocss/eslint-plugin@0.63.4': + resolution: {integrity: sha512-RXxlQq+dP8duOv3s/dEm7TmHn4sBBDJPFErJgsiI+RDPIvIo23bh4FZoej8/pUUZ24F9meSM8pEil1kNUBqVHw==} engines: {node: '>=14'} - '@unocss/extractor-arbitrary-variants@0.63.3': - resolution: {integrity: sha512-n5foNPmt/BtocMdUbl9HOOWuimPFIFDH9YmyfNrAN1kcL8Yz6l0PAlFWW5xUyk4rzaIXCfnWmRRb8mGoku0hXA==} + '@unocss/extractor-arbitrary-variants@0.63.4': + resolution: {integrity: sha512-gI/+2Nv+cH/ZoOc/4X7RLD9CuBXH51jfwGJ1xRveS7tj+EBs8VshP7Vhbn6Jyp69E00wt4hyzjviDoGqcIA8bA==} - '@unocss/inspector@0.63.3': - resolution: {integrity: sha512-SdFXzmhq4bsz9hWi3ujyT8E+KiN4CfRoYig0FGLH6mNGYguVPvcUV+b+HFNNhK0g31abo94EkejEz0j/mEmXlg==} + '@unocss/inspector@0.63.4': + resolution: {integrity: sha512-NHvOTScsMrh6oMmwGMrqB1q1RCFTHZCIK0Vwp8hL8/gmNlza2Kd2cQ/WYSEsjW132xeLCOqTME5qny1gpG6SpA==} - '@unocss/postcss@0.63.3': - resolution: {integrity: sha512-hFtXt543W11dVpLVo3N4SOBcVcYVin5H+wUlYCnMnEK//bGcYfqPuDLGCXKWzmj2NhIFcikFUOpAcHdkEqbu7g==} + '@unocss/postcss@0.63.4': + resolution: {integrity: sha512-JnSAV1hAZumkm0KZGXYqWsP2I7wnOdr+oeDckHKLdZR2mHNVbDm46H8XGbie55t/gPftaLSsMbaPvRjU2Fclqg==} engines: {node: '>=14'} peerDependencies: postcss: ^8.4.21 - '@unocss/preset-attributify@0.63.3': - resolution: {integrity: sha512-aps5T2UHFMlSAS+chXQWdBfPMxNferPZC5Vj2Z6TVrnau4ue2w65MkSyVUzaadCKLH4rGZkzLf7h8qQFIOR9VA==} + '@unocss/preset-attributify@0.63.4': + resolution: {integrity: sha512-Q2DT4oVdxaL7XxD9sDP3adb5tnYr05sCxCxPhv3ch8brU7uvwbyqkiEw105pWbj0Hb3i/0kD4iq7lVMZYRH5nw==} - '@unocss/preset-icons@0.63.3': - resolution: {integrity: sha512-9/eP1owlRpxn2oeIw2Xf6goGkUcmzTXHFwsD0+ttafbFN0+T9Vp22p+ac6xJJ+wzJY6XDMJ2IVCcDLoNtMUajA==} + '@unocss/preset-icons@0.63.4': + resolution: {integrity: sha512-V7JV2xvEGeNVjP6HT4IG/BY/HgajJt9CLT2sgKbaVCU9hNOuBs1YTOxua0KLynbTYwr5F5cDMuE/9slQYinZmg==} - '@unocss/preset-mini@0.63.3': - resolution: {integrity: sha512-V1nwq0ca8zxiXUDz4bQVyjwqWwMIpY26XNx9i/yd7FhKW//Fb+9XWMdE7BcoaBDuECF6O+RjlrSuJ1Zdw8kN8A==} + '@unocss/preset-mini@0.63.4': + resolution: {integrity: sha512-sim1/uy/XaVzdnMdepXdbdacXF5QNkPDnl4PYBWTyGuT5yKFpuipWpJDS5zZH5W6PYzKdcDA3YiaJ0S5CiUWpQ==} - '@unocss/preset-tagify@0.63.3': - resolution: {integrity: sha512-GAHSLYdBMYzMeSjt0yjIHlhJxlfdSWjVkryhnjlJhnCHUpTLjLVXC3sic/i1tVLETQYCjDbe6E4MNoeV9phKQQ==} + '@unocss/preset-tagify@0.63.4': + resolution: {integrity: sha512-RQkeSCKrGAowomjh8/chlnVWWOFlC+QkHB1oY5isRXNO2HStESZljyL/MisRpgjj0ubPiocoFCI2hRzXT/HrSg==} - '@unocss/preset-typography@0.63.3': - resolution: {integrity: sha512-wtLuordwLOPFp/as+tuKM/aUvmgC5IkOQP2PfQwKfuywBhzGrAlNcBADj5i+9AmuFA1lFy87EfStEEdkMWtAvA==} + '@unocss/preset-typography@0.63.4': + resolution: {integrity: sha512-PtRXDqF8dW1GYDxiF1Opl+M5fhZeKx63bhvtXXf3iHjVzPDSHB6w1kTElh6vIWeLDNM9GZbbJyB5f2C8DBjibw==} - '@unocss/preset-uno@0.63.3': - resolution: {integrity: sha512-ZV7USCPMJI08PaMZM+d0Bcnmgle55na6AuXbh7VrK3lUPpcOcaI+63sf1GzR+CRQsDR8J2BQD/D4yySXwQqFcA==} + '@unocss/preset-uno@0.63.4': + resolution: {integrity: sha512-VMc2R0XRMjXA5u5HnP0SkiWtc8EnEJvipNPKsWBuyyVb0QrsIXtF5z3l3cuZmD6V7m/o9s81yshL0gFOBpF7iQ==} - '@unocss/preset-web-fonts@0.63.3': - resolution: {integrity: sha512-DBylkDNKl17Kg+BG6GbFJJ3r/e7ZxhejY4gVYSIH9/j5487120I+1Hgj7b/aZSbauCLDR0AJTSxOZWvW+jn1eA==} + '@unocss/preset-web-fonts@0.63.4': + resolution: {integrity: sha512-XuU4dNwTQ0ULlYpQFSKk2JRYACTzpIzpPGP5ZnqdwBxEQH5JhXx4mEmaOhu1OH3c2hZURAkdQvBzYWia4oZ6og==} - '@unocss/preset-wind@0.63.3': - resolution: {integrity: sha512-bNur/Ck0e48uUcgowTChV1XNa4ev6HfrJepTC8wXlfQZOFSsZvNYW9+IHYts0QlX8NeG5Jcf1SlkXc+s/akmUA==} + '@unocss/preset-wind@0.63.4': + resolution: {integrity: sha512-8fTUp6ZxH9YiScz4nZ1tRqprayrlQSfguzkjxDvOrwazfNcmxvHSZfC9dtpEmY+QssM1zHH0mmWmWgQYwU9Zdw==} - '@unocss/reset@0.63.3': - resolution: {integrity: sha512-AByvjMrKYOMcqVQc659b3oF85B/np+wvsTRYGLHYf/ZLrBCkdKNWGHMDS3O6RuJUzYqKOzR4HiM0VJLw3BJU8Q==} + '@unocss/reset@0.63.4': + resolution: {integrity: sha512-7lnVH9zuVMekY0IUtcQRrbEqlkhvyGixgzHSWPBF/JA/Pto18bhd+cMeZhuz4eHRbN274bANX+//I+Ilfo7SSg==} - '@unocss/rule-utils@0.63.3': - resolution: {integrity: sha512-DVX9d/72fsQz4qD67C+NIiMEhtpre6xJDISvxZgb165UzzW8k9rUTef4uWz0SRv+O5NdotpBl32UT8X9McP9Mg==} + '@unocss/rule-utils@0.63.4': + resolution: {integrity: sha512-7yRWF881ymxnMcCJSiI/1kMI8uwRqRi3l5XnV+JSGjjF2fDr1POUQjSLaA4s7ZfdEgmjagdLK3F5xqkfMMECNA==} engines: {node: '>=14'} - '@unocss/transformer-attributify-jsx@0.63.3': - resolution: {integrity: sha512-Xz5d4KUm6MCyZ7l4kLlA11ZCmrtQHmytVnzF9FYDHN6/jCmkn5wQBmQUJFSOuyyIrYQymyViZN++N8SjBq7ogA==} + '@unocss/transformer-attributify-jsx@0.63.4': + resolution: {integrity: sha512-5cO9BY/Bga6YmbTch1Neg+E46HerJp5wLxPkIcFCDNsqy2MsB97jsFG1dO0jDUg43E26MRI19tg1eqrWL6sTYg==} - '@unocss/transformer-compile-class@0.63.3': - resolution: {integrity: sha512-Uphx2doeMSz4fFsRhK0xHuua1JUBpcZmFFla4sk1uK8Vz6Kt6yre8+gmLch5O7w9uzVJyWHMlvT90FyPfFYd6Q==} + '@unocss/transformer-compile-class@0.63.4': + resolution: {integrity: sha512-ta6mqq2S5OWcfBzzYnaiMt3ekn2ECNZTqzzqMglnIKPkE+GmqUmmRavRnpc+NGobuqMRcI4F6x8MSSHf4MV0jw==} - '@unocss/transformer-directives@0.63.3': - resolution: {integrity: sha512-nQtxl/7kfG4OJbFq86E1HpY3v8pfEQd664dajxzaZ9kTyTGQhpYWTBgT5zkY5/9/svDuTZ9dPIMU+8CyQnVopQ==} + '@unocss/transformer-directives@0.63.4': + resolution: {integrity: sha512-N/dNhmn3e9/Z4IvAujxCdwhNMfx2SihPA2/7GFSMMRi7F0Hn/o2hOqQquRqIJbQwIvi6bJtKwyasxjDoUhJqBA==} - '@unocss/transformer-variant-group@0.63.3': - resolution: {integrity: sha512-Dpxb649mcZkpXWodDEIOQoE5gfcpSuuBjLE8H0OyivLVPqYw2Y5S7goXKuV7o9mce+QWJz+aJK1dtthJIcOpIg==} + '@unocss/transformer-variant-group@0.63.4': + resolution: {integrity: sha512-uEHltdfR0Y1nvs1eqHwsgevRFhZkLmA/MsaMEfNblDJ6CLHe/ACNmMoLX1Mcuq/lAPs0X6jGnKudk4QTrCv15Q==} - '@unocss/vite@0.63.3': - resolution: {integrity: sha512-OrAbmTtY+bivQdq0ZApQa8WlUzNbYjGc9GYTJnME5/vuzlwf0b+cNEm8Quc6AdSmlyGN6rUC9VLKaB1OqSRnZw==} + '@unocss/vite@0.63.4': + resolution: {integrity: sha512-YK0L177GD8Kx+JtfiCJy4YyBYckAXo4ogC8LZ+pYVNXDMN+F+XItpGI/ofLRaGIaewNg+MJgGY+CQZceABEAfg==} peerDependencies: vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 @@ -2396,13 +2401,6 @@ packages: vite: ^5.0.0 vue: ^3.0.0 - '@vitejs/plugin-vue@5.1.3': - resolution: {integrity: sha512-3xbWsKEKXYlmX82aOHufFQVnkbMC/v8fLpWwh6hWOUrK5fbbtBh9Q/WWse27BFgSy2/e2c0fz5Scgya9h2GLhw==} - engines: {node: ^18.0.0 || >=20.0.0} - peerDependencies: - vite: ^5.0.0 - vue: ^3.2.25 - '@vitejs/plugin-vue@5.1.4': resolution: {integrity: sha512-N2XSI2n3sQqp5w7Y/AN/L2XDjBIRGqXko+eDp42sydYSBeJuSm5a1sLf8zakmo8u7tA8NmBgoDLA1HeOESjp9A==} engines: {node: ^18.0.0 || >=20.0.0} @@ -2495,9 +2493,6 @@ packages: '@vue/compiler-core@3.5.11': resolution: {integrity: sha512-PwAdxs7/9Hc3ieBO12tXzmTD+Ln4qhT/56S+8DvrrZ4kLDn4Z/AMUr8tXJD0axiJBS0RKIoNaR0yMuQB9v9Udg==} - '@vue/compiler-core@3.5.3': - resolution: {integrity: sha512-adAfy9boPkP233NTyvLbGEqVuIfK/R0ZsBsIOW4BZNfb4BRpRW41Do1u+ozJpsb+mdoy80O20IzAsHaihRb5qA==} - '@vue/compiler-core@3.5.6': resolution: {integrity: sha512-r+gNu6K4lrvaQLQGmf+1gc41p3FO2OUJyWmNqaIITaJU6YFiV5PtQSFZt8jfztYyARwqhoCayjprC7KMvT3nRA==} @@ -2507,9 +2502,6 @@ packages: '@vue/compiler-dom@3.5.11': resolution: {integrity: sha512-pyGf8zdbDDRkBrEzf8p7BQlMKNNF5Fk/Cf/fQ6PiUz9at4OaUfyXW0dGJTo2Vl1f5U9jSLCNf0EZJEogLXoeew==} - '@vue/compiler-dom@3.5.3': - resolution: {integrity: sha512-wnzFArg9zpvk/811CDOZOadJRugf1Bgl/TQ3RfV4nKfSPok4hi0w10ziYUQR6LnnBAUlEXYLUfZ71Oj9ds/+QA==} - '@vue/compiler-dom@3.5.6': resolution: {integrity: sha512-xRXqxDrIqK8v8sSScpistyYH0qYqxakpsIvqMD2e5sV/PXQ1mTwtXp4k42yHK06KXxKSmitop9e45Ui/3BrTEw==} @@ -2519,18 +2511,12 @@ packages: '@vue/compiler-sfc@3.5.11': resolution: {integrity: sha512-gsbBtT4N9ANXXepprle+X9YLg2htQk1sqH/qGJ/EApl+dgpUBdTv3yP7YlR535uHZY3n6XaR0/bKo0BgwwDniw==} - '@vue/compiler-sfc@3.5.3': - resolution: {integrity: sha512-P3uATLny2tfyvMB04OQFe7Sczteno7SLFxwrOA/dw01pBWQHB5HL15a8PosoNX2aG/EAMGqnXTu+1LnmzFhpTQ==} - '@vue/compiler-sfc@3.5.8': resolution: {integrity: sha512-taYpngQtSysrvO9GULaOSwcG5q821zCoIQBtQQSx7Uf7DxpR6CIHR90toPr9QfDD2mqHQPCSgoWBvJu0yV9zjg==} '@vue/compiler-ssr@3.5.11': resolution: {integrity: sha512-P4+GPjOuC2aFTk1Z4WANvEhyOykcvEd5bIj2KVNGKGfM745LaXGr++5njpdBTzVz5pZifdlR1kpYSJJpIlSePA==} - '@vue/compiler-ssr@3.5.3': - resolution: {integrity: sha512-F/5f+r2WzL/2YAPl7UlKcJWHrvoZN8XwEBLnT7S4BXwncH25iDOabhO2M2DWioyTguJAGavDOawejkFXj8EM1w==} - '@vue/compiler-ssr@3.5.8': resolution: {integrity: sha512-W96PtryNsNG9u0ZnN5Q5j27Z/feGrFV6zy9q5tzJVyJaLiwYxvC0ek4IXClZygyhjm+XKM7WD9pdKi/wIRVC/Q==} @@ -2540,14 +2526,14 @@ packages: '@vue/devtools-api@6.6.4': resolution: {integrity: sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==} - '@vue/devtools-api@7.4.4': - resolution: {integrity: sha512-Iqqy9yBFWBbPb/jHlJzU/OrU+iHSJ/e9p/v5pZhm/L5pUCX26z32bvvjPa28vMXxRehbAZTgX8zovOeqBTnhdg==} + '@vue/devtools-api@7.4.6': + resolution: {integrity: sha512-XipBV5k0/IfTr0sNBDTg7OBUCp51cYMMXyPxLXJZ4K/wmUeMqt8cVdr2ZZGOFq+si/jTyCYnNxeKoyev5DOUUA==} - '@vue/devtools-kit@7.4.4': - resolution: {integrity: sha512-awK/4NfsUG0nQ7qnTM37m7ZkEUMREyPh8taFCX+uQYps/MTFEum0AD05VeGDRMXwWvMmGIcWX9xp8ZiBddY0jw==} + '@vue/devtools-kit@7.4.6': + resolution: {integrity: sha512-NbYBwPWgEic1AOd9bWExz9weBzFdjiIfov0yRn4DrRfR+EQJCI9dn4I0XS7IxYGdkmUJi8mFW42LLk18WsGqew==} - '@vue/devtools-shared@7.4.4': - resolution: {integrity: sha512-yeJULXFHOKIm8yL2JFO050a9ztTVqOCKTqN9JHFxGTJN0b+gjtfn6zC+FfyHUgjwCwf6E3hfKrlohtthcqoYqw==} + '@vue/devtools-shared@7.4.6': + resolution: {integrity: sha512-rPeSBzElnHYMB05Cc056BQiJpgocQjY8XVulgni+O9a9Gr9tNXgPteSzFFD+fT/iWMxNuUgGKs9CuW5DZewfIg==} '@vue/eslint-config-prettier@8.0.0': resolution: {integrity: sha512-55dPqtC4PM/yBjhAr+yEw6+7KzzdkBuLmnhBrDfp4I48+wy+Giqqj9yUr5T2uD/BkBROjjmqnLZmXRdOx/VtQg==} @@ -2577,37 +2563,20 @@ packages: '@vue/reactivity@3.5.11': resolution: {integrity: sha512-Nqo5VZEn8MJWlCce8XoyVqHZbd5P2NH+yuAaFzuNSR96I+y1cnuUiq7xfSG+kyvLSiWmaHTKP1r3OZY4mMD50w==} - '@vue/reactivity@3.5.3': - resolution: {integrity: sha512-2w61UnRWTP7+rj1H/j6FH706gRBHdFVpIqEkSDAyIpafBXYH8xt4gttstbbCWdU3OlcSWO8/3mbKl/93/HSMpw==} - '@vue/runtime-core@3.5.11': resolution: {integrity: sha512-7PsxFGqwfDhfhh0OcDWBG1DaIQIVOLgkwA5q6MtkPiDFjp5gohVnJEahSktwSFLq7R5PtxDKy6WKURVN1UDbzA==} - '@vue/runtime-core@3.5.3': - resolution: {integrity: sha512-5b2AQw5OZlmCzSsSBWYoZOsy75N4UdMWenTfDdI5bAzXnuVR7iR8Q4AOzQm2OGoA41xjk53VQKrqQhOz2ktWaw==} - '@vue/runtime-dom@3.5.11': resolution: {integrity: sha512-GNghjecT6IrGf0UhuYmpgaOlN7kxzQBhxWEn08c/SQDxv1yy4IXI1bn81JgEpQ4IXjRxWtPyI8x0/7TF5rPfYQ==} - '@vue/runtime-dom@3.5.3': - resolution: {integrity: sha512-wPR1DEGc3XnQ7yHbmkTt3GoY0cEnVGQnARRdAkDzZ8MbUKEs26gogCQo6AOvvgahfjIcnvWJzkZArQ1fmWjcSg==} - '@vue/server-renderer@3.5.11': resolution: {integrity: sha512-cVOwYBxR7Wb1B1FoxYvtjJD8X/9E5nlH4VSkJy2uMA1MzYNdzAAB//l8nrmN9py/4aP+3NjWukf9PZ3TeWULaA==} peerDependencies: vue: 3.5.11 - '@vue/server-renderer@3.5.3': - resolution: {integrity: sha512-28volmaZVG2PGO3V3+gBPKoSHvLlE8FGfG/GKXKkjjfxLuj/50B/0OQGakM/g6ehQeqCrZYM4eHC4Ks48eig1Q==} - peerDependencies: - vue: 3.5.3 - '@vue/shared@3.5.11': resolution: {integrity: sha512-W8GgysJVnFo81FthhzurdRAWP/byq3q2qIw70e0JWblzVhjgOMiC2GyovXrZTFQJnFVryYaKGP3Tc9vYzYm6PQ==} - '@vue/shared@3.5.3': - resolution: {integrity: sha512-Jp2v8nylKBT+PlOUjun2Wp/f++TfJVFjshLzNtJDdmFJabJa7noGMncqXRM1vXGX+Yo2V7WykQFNxusSim8SCA==} - '@vue/shared@3.5.6': resolution: {integrity: sha512-eidH0HInnL39z6wAt6SFIwBrvGOpDWsDxlw3rCgo1B+CQ1781WzQUSU3YjxgdkcJo9Q8S6LmXTkvI+cLHGkQfA==} @@ -2617,14 +2586,11 @@ packages: '@vue/tsconfig@0.5.1': resolution: {integrity: sha512-VcZK7MvpjuTPx2w6blwnwZAu5/LgBUtejFOi3pPGQFXQN5Ela03FUtd2Qtg4yWGGissVL0dr6Ro1LfOFh+PCuQ==} - '@vueuse/core@11.0.3': - resolution: {integrity: sha512-RENlh64+SYA9XMExmmH1a3TPqeIuJBNNB/63GT35MZI+zpru3oMRUA6cEFr9HmGqEgUisurwGwnIieF6qu3aXw==} - '@vueuse/core@11.1.0': resolution: {integrity: sha512-P6dk79QYA6sKQnghrUz/1tHi0n9mrb/iO1WTMk/ElLmTyNqgDeSZ3wcDf6fRBGzRJbeG1dxzEOvLENMjr+E3fg==} - '@vueuse/integrations@11.0.3': - resolution: {integrity: sha512-w6CDisaxs19S5Fd+NPPLFaA3GoX5gxuxrbTTBu0EYap7oH13w75L6C/+7e9mcoF9akhcR6GyYajwVMQEjdapJg==} + '@vueuse/integrations@11.1.0': + resolution: {integrity: sha512-O2ZgrAGPy0qAjpoI2YR3egNgyEqwG85fxfwmA9BshRIGjV4G6yu6CfOPpMHAOoCD+UfsIl7Vb1bXJ6ifrHYDDA==} peerDependencies: async-validator: ^4 axios: ^1 @@ -2664,15 +2630,9 @@ packages: universal-cookie: optional: true - '@vueuse/metadata@11.0.3': - resolution: {integrity: sha512-+FtbO4SD5WpsOcQTcC0hAhNlOid6QNLzqedtquTtQ+CRNBoAt9GuV07c6KNHK1wCmlq8DFPwgiLF2rXwgSHX5Q==} - '@vueuse/metadata@11.1.0': resolution: {integrity: sha512-l9Q502TBTaPYGanl1G+hPgd3QX5s4CGnpXriVBR5fEZ/goI6fvDaVmIl3Td8oKFurOxTmbXvBPSsgrd6eu6HYg==} - '@vueuse/shared@11.0.3': - resolution: {integrity: sha512-0rY2m6HS5t27n/Vp5cTDsKTlNnimCqsbh/fmT2LgE+aaU42EMfXo8+bNX91W9I7DDmxfuACXMmrd7d79JxkqWA==} - '@vueuse/shared@11.1.0': resolution: {integrity: sha512-YUtIpY122q7osj+zsNMFAfMTubGz0sn5QzE5gPzAIiCmtt2ha3uQUY1+JPyL4gRCTsLPX82Y9brNbo/aqlA91w==} @@ -3102,8 +3062,8 @@ packages: builder-util@25.1.7: resolution: {integrity: sha512-7jPjzBwEGRbwNcep0gGNpLXG9P94VA3CPAZQCzxkFXiV2GMQKlziMbY//rXPI7WKfhsvGgFXjTcXdBEwgXw9ww==} - bumpp@9.6.1: - resolution: {integrity: sha512-lQlPfyS0GrO5FaOODK+OHQxfCT+6/xWfd3Zt8dzsmzm69RWQfh5fAU9igmeZWOzK/s+4vL+gQLo3yw474ntBZw==} + bumpp@9.7.1: + resolution: {integrity: sha512-Z6fhD5B8POcSkP+LIHeFQ0+vF0p/C3U+aYp3Yui748VCmsHrhJ/ZshP2970FqE93ymHrJVXTTF8/HDKrRNEYvw==} engines: {node: '>=10'} hasBin: true @@ -4143,6 +4103,7 @@ packages: eslint@8.57.1: resolution: {integrity: sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + deprecated: This version is no longer supported. Please see https://eslint.org/version-support for other options. hasBin: true espree@9.6.1: @@ -4311,8 +4272,8 @@ packages: '@nuxt/kit': optional: true - focus-trap@7.5.4: - resolution: {integrity: sha512-N7kHdlgsO/v+iD/dMoJKtsSqs5Dz/dXZVebRgJw23LDk+jMi/974zyiOYDziY2JPp8xivq9BmUGwIJMiuSBi7w==} + focus-trap@7.6.0: + resolution: {integrity: sha512-1td0l3pMkWJLFipobUcGaf+5DTY4PLDDrcqoSaKP8ediO/CoWCCYk/fT/Y2A4e6TNB+Sh6clRJCjOPPnKoNHnQ==} follow-redirects@1.15.9: resolution: {integrity: sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==} @@ -4565,8 +4526,8 @@ packages: highlight.js@10.7.3: resolution: {integrity: sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==} - hls.js@1.5.15: - resolution: {integrity: sha512-6cD7xN6bycBHaXz2WyPIaHn/iXFizE5au2yvY5q9aC4wfihxAr16C9fUy4nxh2a3wOw0fEgLRa9dN6wsYjlpNg==} + hls.js@1.5.16: + resolution: {integrity: sha512-+wAWr4aeRq9ODN8/Vgz0Cee1Cw6Ysr7vyEkZJCwOJYNwlld7CNmhKE+dLwfpUO2UuotYLGF0of6UFiN6zA7mig==} hookable@5.5.3: resolution: {integrity: sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==} @@ -5864,13 +5825,13 @@ packages: pkg-types@1.2.0: resolution: {integrity: sha512-+ifYuSSqOQ8CqP4MbZA5hDpb97n3E8SVWdJe+Wms9kj745lmd3b7EZJiqvmLwAlmRfjrI7Hi5z3kdBJ93lFNPA==} - playwright-core@1.47.2: - resolution: {integrity: sha512-3JvMfF+9LJfe16l7AbSmU555PaTl2tPyQsVInqm3id16pdDfvZ8TTZ/pyzmkbDrZTQefyzU7AIHlZqQnxpqHVQ==} + playwright-core@1.48.0: + resolution: {integrity: sha512-RBvzjM9rdpP7UUFrQzRwR8L/xR4HyC1QXMzGYTbf1vjw25/ya9NRAVnXi/0fvFopjebvyPzsmoK58xxeEOaVvA==} engines: {node: '>=18'} hasBin: true - playwright@1.47.2: - resolution: {integrity: sha512-nx1cLMmQWqmA3UsnjaaokyoUpdVaaDhJhMoxX2qj3McpjnsqFHs516QAKYhqHAgOP+oCFTEOCOAaD1RgD/RQfA==} + playwright@1.48.0: + resolution: {integrity: sha512-qPqFaMEHuY/ug8o0uteYJSRfMGFikhUysk8ZvAtfKmUK3kc/6oNl/y3EczF8OFGYIi/Ex2HspMfzYArk6+XQSA==} engines: {node: '>=18'} hasBin: true @@ -6077,10 +6038,6 @@ packages: postcss-value-parser@4.2.0: resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} - postcss@8.4.45: - resolution: {integrity: sha512-7KTLTdzdZZYscUc65XmjFiB73vBhBfbPztCYdUNvlaso9PrzjzcmjqBPR0lNGkcVlcO4BjiO5rK/qNz+XAen1Q==} - engines: {node: ^10 || ^12 || >=14} - postcss@8.4.47: resolution: {integrity: sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==} engines: {node: ^10 || ^12 || >=14} @@ -6119,6 +6076,10 @@ packages: resolution: {integrity: sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + proc-log@2.0.1: + resolution: {integrity: sha512-Kcmo2FhfDTXdcbfDH76N7uBYHINxc/8GW7UAVuVP9I+Va3uHSerrnKV6dLooga/gh7GlgzuCCr/eoldnL1muGw==} + engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + process-nextick-args@2.0.1: resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==} @@ -6169,12 +6130,12 @@ packages: resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==} engines: {node: '>=6'} - puppeteer-core@23.5.0: - resolution: {integrity: sha512-+5ed+625GuQ2emRHqYec8khT9LP14FWzv8hYl0HiM6hnnlNzdVU9uDJIPHeCPLIWxq15ost9MeF8kBk4R3eiFw==} + puppeteer-core@23.5.1: + resolution: {integrity: sha512-We6xKCSZaZ23+GAYckeNfeDeJIVuhxOBsh/gZkbULu/XLFJ3umSiiQ8Ey927h3g/XrCCr8CnSZ5fvP5v2vB5Yw==} engines: {node: '>=18'} - puppeteer@23.5.0: - resolution: {integrity: sha512-jnUx5M0YtFva7vXr39qqsxgB46JiwXJavuM1Hgsqbd9WWiGTEUt9klGpTxyHi+ZQf3NUgleDhNsnI10IK8Ebsg==} + puppeteer@23.5.1: + resolution: {integrity: sha512-9WUnrCx7nB/GEMbJdKiSSU6G4t6Nzn39BBochWYyhK2wWxKwibZDwEF71AUP9D17Byn6OoPifsXhyvnqN/D4mQ==} engines: {node: '>=18'} hasBin: true @@ -6489,11 +6450,8 @@ packages: shell-quote@1.8.1: resolution: {integrity: sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==} - shiki@1.16.2: - resolution: {integrity: sha512-gSym0hZf5a1U0iDPsdoOAZbvoi+e0c6c3NKAi03FoSLTm7oG20tum29+gk0wzzivOasn3loxfGUPT+jZXIUbWg==} - - shiki@1.21.0: - resolution: {integrity: sha512-apCH5BoWTrmHDPGgg3RF8+HAAbEL/CdbYr8rMw7eIrdhCkZHdVGat5mMNlRtd1erNG01VPMIKHNQ0Pj2HMAiog==} + shiki@1.22.0: + resolution: {integrity: sha512-/t5LlhNs+UOKQCYBtl5ZsH/Vclz73GIqT2yQsCBygr8L/ppTdmpL4w3kPLoZJbMKVWtoG77Ue1feOjZfDxvMkw==} side-channel@1.0.6: resolution: {integrity: sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==} @@ -7168,11 +7126,11 @@ packages: resolution: {integrity: sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==} engines: {node: '>= 10.0.0'} - unocss@0.63.3: - resolution: {integrity: sha512-pjkLvzEghlNY9gyC3vnxr9zrO3ozx3FSBRxgCXflZmtEKP6APBopkzlB7+lJnRSY3gTFAPMLK1anqdfnQuKeUA==} + unocss@0.63.4: + resolution: {integrity: sha512-MQ/ktuJ2MoXBsd117DEONFubJRQN6Og4mQJLbT+0nna2aTW4jYJESJ479mJYWq/ajonxEaM+zrf8M92VIWxzEw==} engines: {node: '>=14'} peerDependencies: - '@unocss/webpack': 0.63.3 + '@unocss/webpack': 0.63.4 vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 peerDependenciesMeta: '@unocss/webpack': @@ -7328,37 +7286,6 @@ packages: vite: optional: true - vite@5.4.3: - resolution: {integrity: sha512-IH+nl64eq9lJjFqU+/yrRnrHPVTlgy42/+IzbOdaFDVlyLgI/wDlf+FCobXLX1cT0X5+7LMyH1mIy2xJdLfo8Q==} - engines: {node: ^18.0.0 || >=20.0.0} - hasBin: true - peerDependencies: - '@types/node': ^18.0.0 || >=20.0.0 - less: '*' - lightningcss: ^1.21.0 - sass: '*' - sass-embedded: '*' - stylus: '*' - sugarss: '*' - terser: ^5.4.0 - peerDependenciesMeta: - '@types/node': - optional: true - less: - optional: true - lightningcss: - optional: true - sass: - optional: true - sass-embedded: - optional: true - stylus: - optional: true - sugarss: - optional: true - terser: - optional: true - vite@5.4.8: resolution: {integrity: sha512-FqrItQ4DT1NC4zCUqMB4c4AZORMKIa0m8/URVCZ77OZ/QSNeJ54bU1vrFADbDsuwfIPcgknRkmqakQcgnL4GiQ==} engines: {node: ^18.0.0 || >=20.0.0} @@ -7396,8 +7323,8 @@ packages: mermaid: 10 || 11 vitepress: ^1.0.0 || ^1.0.0-alpha - vitepress@1.3.4: - resolution: {integrity: sha512-I1/F6OW1xl3kW4PaIMC6snxjWgf3qfziq2aqsDoFc/Gt41WbcRv++z8zjw8qGRIJ+I4bUW7ZcKFDHHN/jkH9DQ==} + vitepress@1.4.0: + resolution: {integrity: sha512-JXCv4EsKTDyAFb6C/UjZr7nsGAzZ6mafVk2rx7rG5o8N+B/4QstIk+iEOe/9dKoU6V624UIC6g1pZ+K63rxhlw==} hasBin: true peerDependencies: markdown-it-mathjax3: ^4 @@ -7506,14 +7433,6 @@ packages: typescript: optional: true - vue@3.5.3: - resolution: {integrity: sha512-xvRbd0HpuLovYbOHXRHlSBsSvmUJbo0pzbkKTApWnQGf3/cu5Z39mQeA5cZdLRVIoNf3zI6MSoOgHUT5i2jO+Q==} - peerDependencies: - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - w3c-keyname@2.2.8: resolution: {integrity: sha512-dpojBhNsCNN7T82Tm7k26A6G9ML3NkhDsnw9n/eoxSRlVBB4CEtIQ/KTCLI2Fwf3ataSXRhYFkQi3SlnFwPvPQ==} @@ -8143,11 +8062,11 @@ snapshots: ajv: 6.12.6 ajv-keywords: 3.5.2(ajv@6.12.6) - '@docsearch/css@3.6.1': {} + '@docsearch/css@3.6.2': {} - '@docsearch/js@3.6.1(@algolia/client-search@4.24.0)(react@18.3.1)(search-insights@2.17.1)': + '@docsearch/js@3.6.2(@algolia/client-search@4.24.0)(react@18.3.1)(search-insights@2.17.1)': dependencies: - '@docsearch/react': 3.6.1(@algolia/client-search@4.24.0)(react@18.3.1)(search-insights@2.17.1) + '@docsearch/react': 3.6.2(@algolia/client-search@4.24.0)(react@18.3.1)(search-insights@2.17.1) preact: 10.23.2 transitivePeerDependencies: - '@algolia/client-search' @@ -8156,11 +8075,11 @@ snapshots: - react-dom - search-insights - '@docsearch/react@3.6.1(@algolia/client-search@4.24.0)(react@18.3.1)(search-insights@2.17.1)': + '@docsearch/react@3.6.2(@algolia/client-search@4.24.0)(react@18.3.1)(search-insights@2.17.1)': dependencies: '@algolia/autocomplete-core': 1.9.3(@algolia/client-search@4.24.0)(algoliasearch@4.24.0)(search-insights@2.17.1) '@algolia/autocomplete-preset-algolia': 1.9.3(@algolia/client-search@4.24.0)(algoliasearch@4.24.0) - '@docsearch/css': 3.6.1 + '@docsearch/css': 3.6.2 algoliasearch: 4.24.0 optionalDependencies: react: 18.3.1 @@ -8188,6 +8107,22 @@ snapshots: transitivePeerDependencies: - supports-color + '@electron/node-gyp@https://codeload.github.com/electron/node-gyp/tar.gz/06b29aafb7708acef8b3669835c8a7857ebc92d2': + dependencies: + env-paths: 2.2.1 + exponential-backoff: 3.1.1 + glob: 8.1.0 + graceful-fs: 4.2.11 + make-fetch-happen: 10.2.1 + nopt: 6.0.0 + proc-log: 2.0.1 + semver: 7.6.3 + tar: 6.2.1 + which: 2.0.2 + transitivePeerDependencies: + - bluebird + - supports-color + '@electron/notarize@2.2.1': dependencies: debug: 4.3.7 @@ -8246,8 +8181,9 @@ snapshots: - bluebird - supports-color - '@electron/rebuild@3.6.2': + '@electron/rebuild@3.7.0': dependencies: + '@electron/node-gyp': https://codeload.github.com/electron/node-gyp/tar.gz/06b29aafb7708acef8b3669835c8a7857ebc92d2 '@malept/cross-spawn-promise': 2.0.0 chalk: 4.1.2 debug: 4.3.7 @@ -8256,7 +8192,6 @@ snapshots: got: 11.8.6 node-abi: 3.67.0 node-api-version: 0.2.0 - node-gyp: 9.4.1 ora: 5.4.1 read-binary-file-arch: 1.0.6 semver: 7.6.3 @@ -8511,7 +8446,9 @@ snapshots: '@eslint-community/regexpp@4.11.0': {} - '@eslint/compat@1.1.1': {} + '@eslint/compat@1.2.0(eslint@8.57.1)': + optionalDependencies: + eslint: 8.57.1 '@eslint/eslintrc@2.1.4': dependencies: @@ -8969,57 +8906,52 @@ snapshots: '@rushstack/eslint-patch@1.10.4': {} - '@shikijs/core@1.16.2': - dependencies: - '@shikijs/vscode-textmate': 9.2.0 - '@types/hast': 3.0.4 - - '@shikijs/core@1.21.0': + '@shikijs/core@1.22.0': dependencies: - '@shikijs/engine-javascript': 1.21.0 - '@shikijs/engine-oniguruma': 1.21.0 - '@shikijs/types': 1.21.0 - '@shikijs/vscode-textmate': 9.2.2 + '@shikijs/engine-javascript': 1.22.0 + '@shikijs/engine-oniguruma': 1.22.0 + '@shikijs/types': 1.22.0 + '@shikijs/vscode-textmate': 9.3.0 '@types/hast': 3.0.4 hast-util-to-html: 9.0.3 - '@shikijs/engine-javascript@1.21.0': + '@shikijs/engine-javascript@1.22.0': dependencies: - '@shikijs/types': 1.21.0 - '@shikijs/vscode-textmate': 9.2.2 + '@shikijs/types': 1.22.0 + '@shikijs/vscode-textmate': 9.3.0 oniguruma-to-js: 0.4.3 - '@shikijs/engine-oniguruma@1.21.0': + '@shikijs/engine-oniguruma@1.22.0': dependencies: - '@shikijs/types': 1.21.0 - '@shikijs/vscode-textmate': 9.2.2 + '@shikijs/types': 1.22.0 + '@shikijs/vscode-textmate': 9.3.0 - '@shikijs/transformers@1.16.2': + '@shikijs/transformers@1.22.0': dependencies: - shiki: 1.16.2 + shiki: 1.22.0 - '@shikijs/twoslash@1.21.0(typescript@5.5.4)': + '@shikijs/twoslash@1.22.0(typescript@5.5.4)': dependencies: - '@shikijs/core': 1.21.0 - '@shikijs/types': 1.21.0 + '@shikijs/core': 1.22.0 + '@shikijs/types': 1.22.0 twoslash: 0.2.12(typescript@5.5.4) transitivePeerDependencies: - supports-color - typescript - '@shikijs/types@1.21.0': + '@shikijs/types@1.22.0': dependencies: - '@shikijs/vscode-textmate': 9.2.2 + '@shikijs/vscode-textmate': 9.3.0 '@types/hast': 3.0.4 - '@shikijs/vitepress-twoslash@1.21.0(typescript@5.5.4)': + '@shikijs/vitepress-twoslash@1.22.0(typescript@5.5.4)': dependencies: - '@shikijs/twoslash': 1.21.0(typescript@5.5.4) + '@shikijs/twoslash': 1.22.0(typescript@5.5.4) floating-vue: 5.2.2(vue@3.5.11(typescript@5.5.4)) mdast-util-from-markdown: 2.0.1 mdast-util-gfm: 3.0.0 mdast-util-to-hast: 13.2.0 - shiki: 1.21.0 + shiki: 1.22.0 twoslash: 0.2.12(typescript@5.5.4) twoslash-vue: 0.2.12(typescript@5.5.4) vue: 3.5.11(typescript@5.5.4) @@ -9028,9 +8960,7 @@ snapshots: - supports-color - typescript - '@shikijs/vscode-textmate@9.2.0': {} - - '@shikijs/vscode-textmate@9.2.2': {} + '@shikijs/vscode-textmate@9.3.0': {} '@simonwep/pickr@1.8.2': dependencies: @@ -9081,7 +9011,7 @@ snapshots: '@types/accepts@1.3.7': dependencies: - '@types/node': 20.16.10 + '@types/node': 20.16.11 '@types/adm-zip@0.5.5': dependencies: @@ -9096,13 +9026,13 @@ snapshots: '@types/body-parser@1.19.5': dependencies: '@types/connect': 3.4.38 - '@types/node': 20.16.10 + '@types/node': 20.16.11 '@types/cacheable-request@6.0.3': dependencies: '@types/http-cache-semantics': 4.0.4 '@types/keyv': 3.1.4 - '@types/node': 20.16.10 + '@types/node': 20.16.11 '@types/responselike': 1.0.3 '@types/cli-progress@3.11.6': @@ -9111,7 +9041,7 @@ snapshots: '@types/connect@3.4.38': dependencies: - '@types/node': 20.16.10 + '@types/node': 20.16.11 '@types/content-disposition@0.5.8': {} @@ -9124,7 +9054,7 @@ snapshots: '@types/connect': 3.4.38 '@types/express': 4.17.21 '@types/keygrip': 1.0.6 - '@types/node': 20.16.10 + '@types/node': 20.16.11 '@types/crypto-js@4.2.2': {} @@ -9142,7 +9072,7 @@ snapshots: '@types/express-serve-static-core@4.19.5': dependencies: - '@types/node': 20.16.10 + '@types/node': 20.16.11 '@types/qs': 6.9.15 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 @@ -9163,7 +9093,7 @@ snapshots: '@types/fs-extra@9.0.13': dependencies: - '@types/node': 20.16.10 + '@types/node': 20.16.11 '@types/hast@3.0.4': dependencies: @@ -9185,13 +9115,13 @@ snapshots: '@types/jsonfile@6.1.4': dependencies: - '@types/node': 20.16.10 + '@types/node': 20.16.11 '@types/keygrip@1.0.6': {} '@types/keyv@3.1.4': dependencies: - '@types/node': 20.16.10 + '@types/node': 20.16.11 '@types/koa-compose@3.2.8': dependencies: @@ -9224,7 +9154,7 @@ snapshots: '@types/http-errors': 2.0.4 '@types/keygrip': 1.0.6 '@types/koa-compose': 3.2.8 - '@types/node': 20.16.10 + '@types/node': 20.16.11 '@types/koa__cors@5.0.0': dependencies: @@ -9255,9 +9185,9 @@ snapshots: '@types/mute-stream@0.0.4': dependencies: - '@types/node': 20.16.10 + '@types/node': 20.16.11 - '@types/node@20.16.10': + '@types/node@20.16.11': dependencies: undici-types: 6.19.8 @@ -9275,7 +9205,7 @@ snapshots: '@types/plist@3.0.5': dependencies: - '@types/node': 20.16.10 + '@types/node': 20.16.11 xmlbuilder: 15.1.1 optional: true @@ -9287,17 +9217,17 @@ snapshots: '@types/responselike@1.0.3': dependencies: - '@types/node': 20.16.10 + '@types/node': 20.16.11 '@types/send@0.17.4': dependencies: '@types/mime': 1.3.5 - '@types/node': 20.16.10 + '@types/node': 20.16.11 '@types/serve-static@1.15.7': dependencies: '@types/http-errors': 2.0.4 - '@types/node': 20.16.10 + '@types/node': 20.16.11 '@types/send': 0.17.4 '@types/sinonjs__fake-timers@8.1.5': @@ -9335,7 +9265,7 @@ snapshots: '@types/yauzl@2.10.3': dependencies: - '@types/node': 20.16.10 + '@types/node': 20.16.11 optional: true '@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.5.4))(eslint@8.57.1)(typescript@5.5.4)': @@ -9466,24 +9396,24 @@ snapshots: '@ungap/structured-clone@1.2.0': {} - '@unocss/astro@0.63.3(rollup@3.29.4)(vite@5.4.8(@types/node@20.16.10)(sass@1.79.4)(terser@5.31.6))': + '@unocss/astro@0.63.4(rollup@3.29.4)(vite@5.4.8(@types/node@20.16.11)(sass@1.79.4)(terser@5.31.6))': dependencies: - '@unocss/core': 0.63.3 - '@unocss/reset': 0.63.3 - '@unocss/vite': 0.63.3(rollup@3.29.4)(vite@5.4.8(@types/node@20.16.10)(sass@1.79.4)(terser@5.31.6)) + '@unocss/core': 0.63.4 + '@unocss/reset': 0.63.4 + '@unocss/vite': 0.63.4(rollup@3.29.4)(vite@5.4.8(@types/node@20.16.11)(sass@1.79.4)(terser@5.31.6)) optionalDependencies: - vite: 5.4.8(@types/node@20.16.10)(sass@1.79.4)(terser@5.31.6) + vite: 5.4.8(@types/node@20.16.11)(sass@1.79.4)(terser@5.31.6) transitivePeerDependencies: - rollup - supports-color - '@unocss/cli@0.63.3(rollup@3.29.4)': + '@unocss/cli@0.63.4(rollup@3.29.4)': dependencies: '@ampproject/remapping': 2.3.0 '@rollup/pluginutils': 5.1.2(rollup@3.29.4) - '@unocss/config': 0.63.3 - '@unocss/core': 0.63.3 - '@unocss/preset-uno': 0.63.3 + '@unocss/config': 0.63.4 + '@unocss/core': 0.63.4 + '@unocss/preset-uno': 0.63.4 cac: 6.7.14 chokidar: 3.6.0 colorette: 2.0.20 @@ -9496,28 +9426,28 @@ snapshots: - rollup - supports-color - '@unocss/config@0.63.3': + '@unocss/config@0.63.4': dependencies: - '@unocss/core': 0.63.3 + '@unocss/core': 0.63.4 unconfig: 0.5.5 transitivePeerDependencies: - supports-color - '@unocss/core@0.63.3': {} + '@unocss/core@0.63.4': {} - '@unocss/eslint-config@0.63.3(eslint@8.57.1)(typescript@5.5.4)': + '@unocss/eslint-config@0.63.4(eslint@8.57.1)(typescript@5.5.4)': dependencies: - '@unocss/eslint-plugin': 0.63.3(eslint@8.57.1)(typescript@5.5.4) + '@unocss/eslint-plugin': 0.63.4(eslint@8.57.1)(typescript@5.5.4) transitivePeerDependencies: - eslint - supports-color - typescript - '@unocss/eslint-plugin@0.63.3(eslint@8.57.1)(typescript@5.5.4)': + '@unocss/eslint-plugin@0.63.4(eslint@8.57.1)(typescript@5.5.4)': dependencies: '@typescript-eslint/utils': 8.8.0(eslint@8.57.1)(typescript@5.5.4) - '@unocss/config': 0.63.3 - '@unocss/core': 0.63.3 + '@unocss/config': 0.63.4 + '@unocss/core': 0.63.4 magic-string: 0.30.11 synckit: 0.9.1 transitivePeerDependencies: @@ -9525,109 +9455,109 @@ snapshots: - supports-color - typescript - '@unocss/extractor-arbitrary-variants@0.63.3': + '@unocss/extractor-arbitrary-variants@0.63.4': dependencies: - '@unocss/core': 0.63.3 + '@unocss/core': 0.63.4 - '@unocss/inspector@0.63.3': + '@unocss/inspector@0.63.4': dependencies: - '@unocss/core': 0.63.3 - '@unocss/rule-utils': 0.63.3 + '@unocss/core': 0.63.4 + '@unocss/rule-utils': 0.63.4 gzip-size: 6.0.0 sirv: 2.0.4 - '@unocss/postcss@0.63.3(postcss@8.4.47)': + '@unocss/postcss@0.63.4(postcss@8.4.47)': dependencies: - '@unocss/config': 0.63.3 - '@unocss/core': 0.63.3 - '@unocss/rule-utils': 0.63.3 + '@unocss/config': 0.63.4 + '@unocss/core': 0.63.4 + '@unocss/rule-utils': 0.63.4 css-tree: 3.0.0 postcss: 8.4.47 tinyglobby: 0.2.9 transitivePeerDependencies: - supports-color - '@unocss/preset-attributify@0.63.3': + '@unocss/preset-attributify@0.63.4': dependencies: - '@unocss/core': 0.63.3 + '@unocss/core': 0.63.4 - '@unocss/preset-icons@0.63.3': + '@unocss/preset-icons@0.63.4': dependencies: '@iconify/utils': 2.1.33 - '@unocss/core': 0.63.3 + '@unocss/core': 0.63.4 ofetch: 1.4.0 transitivePeerDependencies: - supports-color - '@unocss/preset-mini@0.63.3': + '@unocss/preset-mini@0.63.4': dependencies: - '@unocss/core': 0.63.3 - '@unocss/extractor-arbitrary-variants': 0.63.3 - '@unocss/rule-utils': 0.63.3 + '@unocss/core': 0.63.4 + '@unocss/extractor-arbitrary-variants': 0.63.4 + '@unocss/rule-utils': 0.63.4 - '@unocss/preset-tagify@0.63.3': + '@unocss/preset-tagify@0.63.4': dependencies: - '@unocss/core': 0.63.3 + '@unocss/core': 0.63.4 - '@unocss/preset-typography@0.63.3': + '@unocss/preset-typography@0.63.4': dependencies: - '@unocss/core': 0.63.3 - '@unocss/preset-mini': 0.63.3 + '@unocss/core': 0.63.4 + '@unocss/preset-mini': 0.63.4 - '@unocss/preset-uno@0.63.3': + '@unocss/preset-uno@0.63.4': dependencies: - '@unocss/core': 0.63.3 - '@unocss/preset-mini': 0.63.3 - '@unocss/preset-wind': 0.63.3 - '@unocss/rule-utils': 0.63.3 + '@unocss/core': 0.63.4 + '@unocss/preset-mini': 0.63.4 + '@unocss/preset-wind': 0.63.4 + '@unocss/rule-utils': 0.63.4 - '@unocss/preset-web-fonts@0.63.3': + '@unocss/preset-web-fonts@0.63.4': dependencies: - '@unocss/core': 0.63.3 + '@unocss/core': 0.63.4 ofetch: 1.4.0 - '@unocss/preset-wind@0.63.3': + '@unocss/preset-wind@0.63.4': dependencies: - '@unocss/core': 0.63.3 - '@unocss/preset-mini': 0.63.3 - '@unocss/rule-utils': 0.63.3 + '@unocss/core': 0.63.4 + '@unocss/preset-mini': 0.63.4 + '@unocss/rule-utils': 0.63.4 - '@unocss/reset@0.63.3': {} + '@unocss/reset@0.63.4': {} - '@unocss/rule-utils@0.63.3': + '@unocss/rule-utils@0.63.4': dependencies: - '@unocss/core': 0.63.3 + '@unocss/core': 0.63.4 magic-string: 0.30.11 - '@unocss/transformer-attributify-jsx@0.63.3': + '@unocss/transformer-attributify-jsx@0.63.4': dependencies: - '@unocss/core': 0.63.3 + '@unocss/core': 0.63.4 - '@unocss/transformer-compile-class@0.63.3': + '@unocss/transformer-compile-class@0.63.4': dependencies: - '@unocss/core': 0.63.3 + '@unocss/core': 0.63.4 - '@unocss/transformer-directives@0.63.3': + '@unocss/transformer-directives@0.63.4': dependencies: - '@unocss/core': 0.63.3 - '@unocss/rule-utils': 0.63.3 + '@unocss/core': 0.63.4 + '@unocss/rule-utils': 0.63.4 css-tree: 3.0.0 - '@unocss/transformer-variant-group@0.63.3': + '@unocss/transformer-variant-group@0.63.4': dependencies: - '@unocss/core': 0.63.3 + '@unocss/core': 0.63.4 - '@unocss/vite@0.63.3(rollup@3.29.4)(vite@5.4.8(@types/node@20.16.10)(sass@1.79.4)(terser@5.31.6))': + '@unocss/vite@0.63.4(rollup@3.29.4)(vite@5.4.8(@types/node@20.16.11)(sass@1.79.4)(terser@5.31.6))': dependencies: '@ampproject/remapping': 2.3.0 '@rollup/pluginutils': 5.1.2(rollup@3.29.4) - '@unocss/config': 0.63.3 - '@unocss/core': 0.63.3 - '@unocss/inspector': 0.63.3 + '@unocss/config': 0.63.4 + '@unocss/core': 0.63.4 + '@unocss/inspector': 0.63.4 chokidar: 3.6.0 magic-string: 0.30.11 tinyglobby: 0.2.9 - vite: 5.4.8(@types/node@20.16.10)(sass@1.79.4)(terser@5.31.6) + vite: 5.4.8(@types/node@20.16.11)(sass@1.79.4)(terser@5.31.6) transitivePeerDependencies: - rollup - supports-color @@ -9651,30 +9581,25 @@ snapshots: transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue@5.1.3(vite@5.4.3(@types/node@22.5.5)(sass@1.79.4)(terser@5.31.6))(vue@3.5.3(typescript@5.5.4))': - dependencies: - vite: 5.4.3(@types/node@22.5.5)(sass@1.79.4)(terser@5.31.6) - vue: 3.5.3(typescript@5.5.4) - '@vitejs/plugin-vue@5.1.4(vite@5.4.8(@types/node@22.5.5)(sass@1.79.4)(terser@5.31.6))(vue@3.5.11(typescript@5.5.4))': dependencies: vite: 5.4.8(@types/node@22.5.5)(sass@1.79.4)(terser@5.31.6) vue: 3.5.11(typescript@5.5.4) - '@vitest/browser@2.1.2(@vitest/spy@2.1.2)(bufferutil@4.0.8)(playwright@1.47.2)(typescript@5.5.4)(utf-8-validate@6.0.4)(vite@5.4.8(@types/node@20.16.10)(sass@1.79.4)(terser@5.31.6))(vitest@2.1.2)(webdriverio@9.0.9(bufferutil@4.0.8)(utf-8-validate@6.0.4))': + '@vitest/browser@2.1.2(@vitest/spy@2.1.2)(bufferutil@4.0.8)(playwright@1.48.0)(typescript@5.5.4)(utf-8-validate@6.0.4)(vite@5.4.8(@types/node@20.16.11)(sass@1.79.4)(terser@5.31.6))(vitest@2.1.2)(webdriverio@9.0.9(bufferutil@4.0.8)(utf-8-validate@6.0.4))': dependencies: '@testing-library/dom': 10.4.0 '@testing-library/user-event': 14.5.2(@testing-library/dom@10.4.0) - '@vitest/mocker': 2.1.2(@vitest/spy@2.1.2)(msw@2.4.8(typescript@5.5.4))(vite@5.4.8(@types/node@20.16.10)(sass@1.79.4)(terser@5.31.6)) + '@vitest/mocker': 2.1.2(@vitest/spy@2.1.2)(msw@2.4.8(typescript@5.5.4))(vite@5.4.8(@types/node@20.16.11)(sass@1.79.4)(terser@5.31.6)) '@vitest/utils': 2.1.2 magic-string: 0.30.11 msw: 2.4.8(typescript@5.5.4) sirv: 2.0.4 tinyrainbow: 1.2.0 - vitest: 2.1.2(@types/node@20.16.10)(@vitest/browser@2.1.2)(msw@2.4.8(typescript@5.5.4))(sass@1.79.4)(terser@5.31.6) + vitest: 2.1.2(@types/node@20.16.11)(@vitest/browser@2.1.2)(msw@2.4.8(typescript@5.5.4))(sass@1.79.4)(terser@5.31.6) ws: 8.18.0(bufferutil@4.0.8)(utf-8-validate@6.0.4) optionalDependencies: - playwright: 1.47.2 + playwright: 1.48.0 webdriverio: 9.0.9(bufferutil@4.0.8)(utf-8-validate@6.0.4) transitivePeerDependencies: - '@vitest/spy' @@ -9690,14 +9615,14 @@ snapshots: chai: 5.1.1 tinyrainbow: 1.2.0 - '@vitest/mocker@2.1.2(@vitest/spy@2.1.2)(msw@2.4.8(typescript@5.5.4))(vite@5.4.8(@types/node@20.16.10)(sass@1.79.4)(terser@5.31.6))': + '@vitest/mocker@2.1.2(@vitest/spy@2.1.2)(msw@2.4.8(typescript@5.5.4))(vite@5.4.8(@types/node@20.16.11)(sass@1.79.4)(terser@5.31.6))': dependencies: '@vitest/spy': 2.1.2 estree-walker: 3.0.3 magic-string: 0.30.11 optionalDependencies: msw: 2.4.8(typescript@5.5.4) - vite: 5.4.8(@types/node@20.16.10)(sass@1.79.4)(terser@5.31.6) + vite: 5.4.8(@types/node@20.16.11)(sass@1.79.4)(terser@5.31.6) '@vitest/pretty-format@2.1.2': dependencies: @@ -9794,14 +9719,6 @@ snapshots: estree-walker: 2.0.2 source-map-js: 1.2.1 - '@vue/compiler-core@3.5.3': - dependencies: - '@babel/parser': 7.25.6 - '@vue/shared': 3.5.3 - entities: 4.5.0 - estree-walker: 2.0.2 - source-map-js: 1.2.1 - '@vue/compiler-core@3.5.6': dependencies: '@babel/parser': 7.25.6 @@ -9823,11 +9740,6 @@ snapshots: '@vue/compiler-core': 3.5.11 '@vue/shared': 3.5.11 - '@vue/compiler-dom@3.5.3': - dependencies: - '@vue/compiler-core': 3.5.3 - '@vue/shared': 3.5.3 - '@vue/compiler-dom@3.5.6': dependencies: '@vue/compiler-core': 3.5.6 @@ -9850,18 +9762,6 @@ snapshots: postcss: 8.4.47 source-map-js: 1.2.1 - '@vue/compiler-sfc@3.5.3': - dependencies: - '@babel/parser': 7.25.6 - '@vue/compiler-core': 3.5.3 - '@vue/compiler-dom': 3.5.3 - '@vue/compiler-ssr': 3.5.3 - '@vue/shared': 3.5.3 - estree-walker: 2.0.2 - magic-string: 0.30.11 - postcss: 8.4.47 - source-map-js: 1.2.1 - '@vue/compiler-sfc@3.5.8': dependencies: '@babel/parser': 7.25.6 @@ -9879,11 +9779,6 @@ snapshots: '@vue/compiler-dom': 3.5.11 '@vue/shared': 3.5.11 - '@vue/compiler-ssr@3.5.3': - dependencies: - '@vue/compiler-dom': 3.5.3 - '@vue/shared': 3.5.3 - '@vue/compiler-ssr@3.5.8': dependencies: '@vue/compiler-dom': 3.5.8 @@ -9896,13 +9791,13 @@ snapshots: '@vue/devtools-api@6.6.4': {} - '@vue/devtools-api@7.4.4': + '@vue/devtools-api@7.4.6': dependencies: - '@vue/devtools-kit': 7.4.4 + '@vue/devtools-kit': 7.4.6 - '@vue/devtools-kit@7.4.4': + '@vue/devtools-kit@7.4.6': dependencies: - '@vue/devtools-shared': 7.4.4 + '@vue/devtools-shared': 7.4.6 birpc: 0.2.17 hookable: 5.5.3 mitt: 3.0.1 @@ -9910,7 +9805,7 @@ snapshots: speakingurl: 14.0.1 superjson: 2.2.1 - '@vue/devtools-shared@7.4.4': + '@vue/devtools-shared@7.4.6': dependencies: rfdc: 1.4.1 @@ -9940,7 +9835,7 @@ snapshots: '@volar/language-core': 2.4.4 '@vue/compiler-dom': 3.5.6 '@vue/compiler-vue2': 2.7.16 - '@vue/shared': 3.5.6 + '@vue/shared': 3.5.11 computeds: 0.0.1 minimatch: 9.0.5 muggle-string: 0.4.1 @@ -9952,20 +9847,11 @@ snapshots: dependencies: '@vue/shared': 3.5.11 - '@vue/reactivity@3.5.3': - dependencies: - '@vue/shared': 3.5.3 - '@vue/runtime-core@3.5.11': dependencies: '@vue/reactivity': 3.5.11 '@vue/shared': 3.5.11 - '@vue/runtime-core@3.5.3': - dependencies: - '@vue/reactivity': 3.5.3 - '@vue/shared': 3.5.3 - '@vue/runtime-dom@3.5.11': dependencies: '@vue/reactivity': 3.5.11 @@ -9973,45 +9859,20 @@ snapshots: '@vue/shared': 3.5.11 csstype: 3.1.3 - '@vue/runtime-dom@3.5.3': - dependencies: - '@vue/reactivity': 3.5.3 - '@vue/runtime-core': 3.5.3 - '@vue/shared': 3.5.3 - csstype: 3.1.3 - '@vue/server-renderer@3.5.11(vue@3.5.11(typescript@5.5.4))': dependencies: '@vue/compiler-ssr': 3.5.11 '@vue/shared': 3.5.11 vue: 3.5.11(typescript@5.5.4) - '@vue/server-renderer@3.5.3(vue@3.5.3(typescript@5.5.4))': - dependencies: - '@vue/compiler-ssr': 3.5.3 - '@vue/shared': 3.5.3 - vue: 3.5.3(typescript@5.5.4) - '@vue/shared@3.5.11': {} - '@vue/shared@3.5.3': {} - '@vue/shared@3.5.6': {} '@vue/shared@3.5.8': {} '@vue/tsconfig@0.5.1': {} - '@vueuse/core@11.0.3(vue@3.5.3(typescript@5.5.4))': - dependencies: - '@types/web-bluetooth': 0.0.20 - '@vueuse/metadata': 11.0.3 - '@vueuse/shared': 11.0.3(vue@3.5.3(typescript@5.5.4)) - vue-demi: 0.14.10(vue@3.5.3(typescript@5.5.4)) - transitivePeerDependencies: - - '@vue/composition-api' - - vue - '@vueuse/core@11.1.0(vue@3.5.11(typescript@5.5.4))': dependencies: '@types/web-bluetooth': 0.0.20 @@ -10022,41 +9883,22 @@ snapshots: - '@vue/composition-api' - vue - '@vueuse/core@11.1.0(vue@3.5.3(typescript@5.5.4))': - dependencies: - '@types/web-bluetooth': 0.0.20 - '@vueuse/metadata': 11.1.0 - '@vueuse/shared': 11.1.0(vue@3.5.3(typescript@5.5.4)) - vue-demi: 0.14.10(vue@3.5.3(typescript@5.5.4)) - transitivePeerDependencies: - - '@vue/composition-api' - - vue - - '@vueuse/integrations@11.0.3(async-validator@4.2.5)(axios@1.7.7)(focus-trap@7.5.4)(nprogress@0.2.0)(vue@3.5.3(typescript@5.5.4))': + '@vueuse/integrations@11.1.0(async-validator@4.2.5)(axios@1.7.7)(focus-trap@7.6.0)(nprogress@0.2.0)(vue@3.5.11(typescript@5.5.4))': dependencies: - '@vueuse/core': 11.0.3(vue@3.5.3(typescript@5.5.4)) - '@vueuse/shared': 11.0.3(vue@3.5.3(typescript@5.5.4)) - vue-demi: 0.14.10(vue@3.5.3(typescript@5.5.4)) + '@vueuse/core': 11.1.0(vue@3.5.11(typescript@5.5.4)) + '@vueuse/shared': 11.1.0(vue@3.5.11(typescript@5.5.4)) + vue-demi: 0.14.10(vue@3.5.11(typescript@5.5.4)) optionalDependencies: async-validator: 4.2.5 axios: 1.7.7 - focus-trap: 7.5.4 + focus-trap: 7.6.0 nprogress: 0.2.0 transitivePeerDependencies: - '@vue/composition-api' - vue - '@vueuse/metadata@11.0.3': {} - '@vueuse/metadata@11.1.0': {} - '@vueuse/shared@11.0.3(vue@3.5.3(typescript@5.5.4))': - dependencies: - vue-demi: 0.14.10(vue@3.5.3(typescript@5.5.4)) - transitivePeerDependencies: - - '@vue/composition-api' - - vue - '@vueuse/shared@11.1.0(vue@3.5.11(typescript@5.5.4))': dependencies: vue-demi: 0.14.10(vue@3.5.11(typescript@5.5.4)) @@ -10064,13 +9906,6 @@ snapshots: - '@vue/composition-api' - vue - '@vueuse/shared@11.1.0(vue@3.5.3(typescript@5.5.4))': - dependencies: - vue-demi: 0.14.10(vue@3.5.3(typescript@5.5.4)) - transitivePeerDependencies: - - '@vue/composition-api' - - vue - '@wdio/config@9.0.8': dependencies: '@wdio/logger': 9.0.8 @@ -10105,12 +9940,12 @@ snapshots: '@wdio/repl@9.0.8': dependencies: - '@types/node': 20.16.10 + '@types/node': 20.16.11 optional: true '@wdio/types@9.0.8': dependencies: - '@types/node': 20.16.10 + '@types/node': 20.16.11 optional: true '@wdio/utils@9.0.8': @@ -10725,7 +10560,7 @@ snapshots: transitivePeerDependencies: - supports-color - bumpp@9.6.1: + bumpp@9.7.1: dependencies: '@jsdevtools/ez-spawn': 3.0.4 c12: 1.11.2 @@ -12202,7 +12037,7 @@ snapshots: vue: 3.5.11(typescript@5.5.4) vue-resize: 2.0.0-alpha.1(vue@3.5.11(typescript@5.5.4)) - focus-trap@7.5.4: + focus-trap@7.6.0: dependencies: tabbable: 6.2.0 @@ -12513,7 +12348,7 @@ snapshots: highlight.js@10.7.3: {} - hls.js@1.5.15: {} + hls.js@1.5.16: {} hookable@5.5.3: {} @@ -12797,7 +12632,7 @@ snapshots: jest-worker@27.5.1: dependencies: - '@types/node': 20.16.10 + '@types/node': 20.16.11 merge-stream: 2.0.0 supports-color: 8.1.1 @@ -14001,11 +13836,11 @@ snapshots: mlly: 1.7.1 pathe: 1.1.2 - playwright-core@1.47.2: {} + playwright-core@1.48.0: {} - playwright@1.47.2: + playwright@1.48.0: dependencies: - playwright-core: 1.47.2 + playwright-core: 1.48.0 optionalDependencies: fsevents: 2.3.2 @@ -14191,12 +14026,6 @@ snapshots: postcss-value-parser@4.2.0: {} - postcss@8.4.45: - dependencies: - nanoid: 3.3.7 - picocolors: 1.1.0 - source-map-js: 1.2.1 - postcss@8.4.47: dependencies: nanoid: 3.3.7 @@ -14238,6 +14067,8 @@ snapshots: ansi-styles: 5.2.0 react-is: 17.0.2 + proc-log@2.0.1: {} + process-nextick-args@2.0.1: {} process@0.11.10: @@ -14285,7 +14116,7 @@ snapshots: punycode@2.3.1: {} - puppeteer-core@23.5.0(bufferutil@4.0.8)(utf-8-validate@6.0.4): + puppeteer-core@23.5.1(bufferutil@4.0.8)(utf-8-validate@6.0.4): dependencies: '@puppeteer/browsers': 2.4.0 chromium-bidi: 0.8.0(devtools-protocol@0.0.1342118) @@ -14298,13 +14129,13 @@ snapshots: - supports-color - utf-8-validate - puppeteer@23.5.0(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@6.0.4): + puppeteer@23.5.1(bufferutil@4.0.8)(typescript@5.5.4)(utf-8-validate@6.0.4): dependencies: '@puppeteer/browsers': 2.4.0 chromium-bidi: 0.8.0(devtools-protocol@0.0.1342118) cosmiconfig: 9.0.0(typescript@5.5.4) devtools-protocol: 0.0.1342118 - puppeteer-core: 23.5.0(bufferutil@4.0.8)(utf-8-validate@6.0.4) + puppeteer-core: 23.5.1(bufferutil@4.0.8)(utf-8-validate@6.0.4) typed-query-selector: 2.12.0 transitivePeerDependencies: - bufferutil @@ -14653,19 +14484,13 @@ snapshots: shell-quote@1.8.1: {} - shiki@1.16.2: - dependencies: - '@shikijs/core': 1.16.2 - '@shikijs/vscode-textmate': 9.2.0 - '@types/hast': 3.0.4 - - shiki@1.21.0: + shiki@1.22.0: dependencies: - '@shikijs/core': 1.21.0 - '@shikijs/engine-javascript': 1.21.0 - '@shikijs/engine-oniguruma': 1.21.0 - '@shikijs/types': 1.21.0 - '@shikijs/vscode-textmate': 9.2.2 + '@shikijs/core': 1.22.0 + '@shikijs/engine-javascript': 1.22.0 + '@shikijs/engine-oniguruma': 1.22.0 + '@shikijs/types': 1.22.0 + '@shikijs/vscode-textmate': 9.3.0 '@types/hast': 3.0.4 side-channel@1.0.6: @@ -15108,14 +14933,14 @@ snapshots: typescript: 5.5.4 webpack: 5.94.0(esbuild@0.23.1) - ts-node@10.9.2(@types/node@20.16.10)(typescript@5.5.4): + ts-node@10.9.2(@types/node@20.16.11)(typescript@5.5.4): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.11 '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 20.16.10 + '@types/node': 20.16.11 acorn: 8.12.1 acorn-walk: 8.3.3 arg: 4.1.3 @@ -15227,7 +15052,7 @@ snapshots: typed-query-selector@2.12.0: {} - typeorm@0.3.20(sql.js@1.11.0)(sqlite3@5.1.6(encoding@0.1.13))(ts-node@10.9.2(@types/node@20.16.10)(typescript@5.5.4)): + typeorm@0.3.20(sql.js@1.11.0)(sqlite3@5.1.6(encoding@0.1.13))(ts-node@10.9.2(@types/node@20.16.11)(typescript@5.5.4)): dependencies: '@sqltools/formatter': 1.2.5 app-root-path: 3.1.0 @@ -15247,7 +15072,7 @@ snapshots: optionalDependencies: sql.js: 1.11.0 sqlite3: 5.1.6(encoding@0.1.13) - ts-node: 10.9.2(@types/node@20.16.10)(typescript@5.5.4) + ts-node: 10.9.2(@types/node@20.16.11)(typescript@5.5.4) transitivePeerDependencies: - supports-color @@ -15371,27 +15196,27 @@ snapshots: universalify@2.0.1: {} - unocss@0.63.3(postcss@8.4.47)(rollup@3.29.4)(vite@5.4.8(@types/node@20.16.10)(sass@1.79.4)(terser@5.31.6)): - dependencies: - '@unocss/astro': 0.63.3(rollup@3.29.4)(vite@5.4.8(@types/node@20.16.10)(sass@1.79.4)(terser@5.31.6)) - '@unocss/cli': 0.63.3(rollup@3.29.4) - '@unocss/core': 0.63.3 - '@unocss/postcss': 0.63.3(postcss@8.4.47) - '@unocss/preset-attributify': 0.63.3 - '@unocss/preset-icons': 0.63.3 - '@unocss/preset-mini': 0.63.3 - '@unocss/preset-tagify': 0.63.3 - '@unocss/preset-typography': 0.63.3 - '@unocss/preset-uno': 0.63.3 - '@unocss/preset-web-fonts': 0.63.3 - '@unocss/preset-wind': 0.63.3 - '@unocss/transformer-attributify-jsx': 0.63.3 - '@unocss/transformer-compile-class': 0.63.3 - '@unocss/transformer-directives': 0.63.3 - '@unocss/transformer-variant-group': 0.63.3 - '@unocss/vite': 0.63.3(rollup@3.29.4)(vite@5.4.8(@types/node@20.16.10)(sass@1.79.4)(terser@5.31.6)) + unocss@0.63.4(postcss@8.4.47)(rollup@3.29.4)(vite@5.4.8(@types/node@20.16.11)(sass@1.79.4)(terser@5.31.6)): + dependencies: + '@unocss/astro': 0.63.4(rollup@3.29.4)(vite@5.4.8(@types/node@20.16.11)(sass@1.79.4)(terser@5.31.6)) + '@unocss/cli': 0.63.4(rollup@3.29.4) + '@unocss/core': 0.63.4 + '@unocss/postcss': 0.63.4(postcss@8.4.47) + '@unocss/preset-attributify': 0.63.4 + '@unocss/preset-icons': 0.63.4 + '@unocss/preset-mini': 0.63.4 + '@unocss/preset-tagify': 0.63.4 + '@unocss/preset-typography': 0.63.4 + '@unocss/preset-uno': 0.63.4 + '@unocss/preset-web-fonts': 0.63.4 + '@unocss/preset-wind': 0.63.4 + '@unocss/transformer-attributify-jsx': 0.63.4 + '@unocss/transformer-compile-class': 0.63.4 + '@unocss/transformer-directives': 0.63.4 + '@unocss/transformer-variant-group': 0.63.4 + '@unocss/vite': 0.63.4(rollup@3.29.4)(vite@5.4.8(@types/node@20.16.11)(sass@1.79.4)(terser@5.31.6)) optionalDependencies: - vite: 5.4.8(@types/node@20.16.10)(sass@1.79.4)(terser@5.31.6) + vite: 5.4.8(@types/node@20.16.11)(sass@1.79.4)(terser@5.31.6) transitivePeerDependencies: - postcss - rollup @@ -15525,12 +15350,12 @@ snapshots: vite-bundle-analyzer@0.12.1: {} - vite-node@2.1.2(@types/node@20.16.10)(sass@1.79.4)(terser@5.31.6): + vite-node@2.1.2(@types/node@20.16.11)(sass@1.79.4)(terser@5.31.6): dependencies: cac: 6.7.14 debug: 4.3.7 pathe: 1.1.2 - vite: 5.4.8(@types/node@20.16.10)(sass@1.79.4)(terser@5.31.6) + vite: 5.4.8(@types/node@20.16.11)(sass@1.79.4)(terser@5.31.6) transitivePeerDependencies: - '@types/node' - less @@ -15559,35 +15384,24 @@ snapshots: transitivePeerDependencies: - supports-color - vite-tsconfig-paths@5.0.1(typescript@5.5.4)(vite@5.4.8(@types/node@20.16.10)(sass@1.79.4)(terser@5.31.6)): + vite-tsconfig-paths@5.0.1(typescript@5.5.4)(vite@5.4.8(@types/node@20.16.11)(sass@1.79.4)(terser@5.31.6)): dependencies: debug: 4.3.7 globrex: 0.1.2 tsconfck: 3.1.3(typescript@5.5.4) optionalDependencies: - vite: 5.4.8(@types/node@20.16.10)(sass@1.79.4)(terser@5.31.6) + vite: 5.4.8(@types/node@20.16.11)(sass@1.79.4)(terser@5.31.6) transitivePeerDependencies: - supports-color - typescript - vite@5.4.3(@types/node@22.5.5)(sass@1.79.4)(terser@5.31.6): - dependencies: - esbuild: 0.21.5 - postcss: 8.4.45 - rollup: 4.21.2 - optionalDependencies: - '@types/node': 22.5.5 - fsevents: 2.3.3 - sass: 1.79.4 - terser: 5.31.6 - - vite@5.4.8(@types/node@20.16.10)(sass@1.79.4)(terser@5.31.6): + vite@5.4.8(@types/node@20.16.11)(sass@1.79.4)(terser@5.31.6): dependencies: esbuild: 0.21.5 postcss: 8.4.47 rollup: 4.21.2 optionalDependencies: - '@types/node': 20.16.10 + '@types/node': 20.16.11 fsevents: 2.3.3 sass: 1.79.4 terser: 5.31.6 @@ -15603,31 +15417,32 @@ snapshots: sass: 1.79.4 terser: 5.31.6 - vitepress-plugin-mermaid@2.0.17(mermaid@11.3.0)(vitepress@1.3.4(@algolia/client-search@4.24.0)(@types/node@22.5.5)(async-validator@4.2.5)(axios@1.7.7)(nprogress@0.2.0)(postcss@8.4.47)(react@18.3.1)(sass@1.79.4)(search-insights@2.17.1)(terser@5.31.6)(typescript@5.5.4)): + vitepress-plugin-mermaid@2.0.17(mermaid@11.3.0)(vitepress@1.4.0(@algolia/client-search@4.24.0)(@types/node@22.5.5)(async-validator@4.2.5)(axios@1.7.7)(nprogress@0.2.0)(postcss@8.4.47)(react@18.3.1)(sass@1.79.4)(search-insights@2.17.1)(terser@5.31.6)(typescript@5.5.4)): dependencies: mermaid: 11.3.0 - vitepress: 1.3.4(@algolia/client-search@4.24.0)(@types/node@22.5.5)(async-validator@4.2.5)(axios@1.7.7)(nprogress@0.2.0)(postcss@8.4.47)(react@18.3.1)(sass@1.79.4)(search-insights@2.17.1)(terser@5.31.6)(typescript@5.5.4) + vitepress: 1.4.0(@algolia/client-search@4.24.0)(@types/node@22.5.5)(async-validator@4.2.5)(axios@1.7.7)(nprogress@0.2.0)(postcss@8.4.47)(react@18.3.1)(sass@1.79.4)(search-insights@2.17.1)(terser@5.31.6)(typescript@5.5.4) optionalDependencies: '@mermaid-js/mermaid-mindmap': 9.3.0 - vitepress@1.3.4(@algolia/client-search@4.24.0)(@types/node@22.5.5)(async-validator@4.2.5)(axios@1.7.7)(nprogress@0.2.0)(postcss@8.4.47)(react@18.3.1)(sass@1.79.4)(search-insights@2.17.1)(terser@5.31.6)(typescript@5.5.4): + vitepress@1.4.0(@algolia/client-search@4.24.0)(@types/node@22.5.5)(async-validator@4.2.5)(axios@1.7.7)(nprogress@0.2.0)(postcss@8.4.47)(react@18.3.1)(sass@1.79.4)(search-insights@2.17.1)(terser@5.31.6)(typescript@5.5.4): dependencies: - '@docsearch/css': 3.6.1 - '@docsearch/js': 3.6.1(@algolia/client-search@4.24.0)(react@18.3.1)(search-insights@2.17.1) - '@shikijs/core': 1.16.2 - '@shikijs/transformers': 1.16.2 + '@docsearch/css': 3.6.2 + '@docsearch/js': 3.6.2(@algolia/client-search@4.24.0)(react@18.3.1)(search-insights@2.17.1) + '@shikijs/core': 1.22.0 + '@shikijs/transformers': 1.22.0 + '@shikijs/types': 1.22.0 '@types/markdown-it': 14.1.2 - '@vitejs/plugin-vue': 5.1.3(vite@5.4.3(@types/node@22.5.5)(sass@1.79.4)(terser@5.31.6))(vue@3.5.3(typescript@5.5.4)) - '@vue/devtools-api': 7.4.4 - '@vue/shared': 3.5.3 - '@vueuse/core': 11.1.0(vue@3.5.3(typescript@5.5.4)) - '@vueuse/integrations': 11.0.3(async-validator@4.2.5)(axios@1.7.7)(focus-trap@7.5.4)(nprogress@0.2.0)(vue@3.5.3(typescript@5.5.4)) - focus-trap: 7.5.4 + '@vitejs/plugin-vue': 5.1.4(vite@5.4.8(@types/node@22.5.5)(sass@1.79.4)(terser@5.31.6))(vue@3.5.11(typescript@5.5.4)) + '@vue/devtools-api': 7.4.6 + '@vue/shared': 3.5.11 + '@vueuse/core': 11.1.0(vue@3.5.11(typescript@5.5.4)) + '@vueuse/integrations': 11.1.0(async-validator@4.2.5)(axios@1.7.7)(focus-trap@7.6.0)(nprogress@0.2.0)(vue@3.5.11(typescript@5.5.4)) + focus-trap: 7.6.0 mark.js: 8.11.1 minisearch: 7.1.0 - shiki: 1.16.2 - vite: 5.4.3(@types/node@22.5.5)(sass@1.79.4)(terser@5.31.6) - vue: 3.5.3(typescript@5.5.4) + shiki: 1.22.0 + vite: 5.4.8(@types/node@22.5.5)(sass@1.79.4)(terser@5.31.6) + vue: 3.5.11(typescript@5.5.4) optionalDependencies: postcss: 8.4.47 transitivePeerDependencies: @@ -15658,10 +15473,10 @@ snapshots: - typescript - universal-cookie - vitest@2.1.2(@types/node@20.16.10)(@vitest/browser@2.1.2)(msw@2.4.8(typescript@5.5.4))(sass@1.79.4)(terser@5.31.6): + vitest@2.1.2(@types/node@20.16.11)(@vitest/browser@2.1.2)(msw@2.4.8(typescript@5.5.4))(sass@1.79.4)(terser@5.31.6): dependencies: '@vitest/expect': 2.1.2 - '@vitest/mocker': 2.1.2(@vitest/spy@2.1.2)(msw@2.4.8(typescript@5.5.4))(vite@5.4.8(@types/node@20.16.10)(sass@1.79.4)(terser@5.31.6)) + '@vitest/mocker': 2.1.2(@vitest/spy@2.1.2)(msw@2.4.8(typescript@5.5.4))(vite@5.4.8(@types/node@20.16.11)(sass@1.79.4)(terser@5.31.6)) '@vitest/pretty-format': 2.1.2 '@vitest/runner': 2.1.2 '@vitest/snapshot': 2.1.2 @@ -15676,12 +15491,12 @@ snapshots: tinyexec: 0.3.0 tinypool: 1.0.1 tinyrainbow: 1.2.0 - vite: 5.4.8(@types/node@20.16.10)(sass@1.79.4)(terser@5.31.6) - vite-node: 2.1.2(@types/node@20.16.10)(sass@1.79.4)(terser@5.31.6) + vite: 5.4.8(@types/node@20.16.11)(sass@1.79.4)(terser@5.31.6) + vite-node: 2.1.2(@types/node@20.16.11)(sass@1.79.4)(terser@5.31.6) why-is-node-running: 2.3.0 optionalDependencies: - '@types/node': 20.16.10 - '@vitest/browser': 2.1.2(@vitest/spy@2.1.2)(bufferutil@4.0.8)(playwright@1.47.2)(typescript@5.5.4)(utf-8-validate@6.0.4)(vite@5.4.8(@types/node@20.16.10)(sass@1.79.4)(terser@5.31.6))(vitest@2.1.2)(webdriverio@9.0.9(bufferutil@4.0.8)(utf-8-validate@6.0.4)) + '@types/node': 20.16.11 + '@vitest/browser': 2.1.2(@vitest/spy@2.1.2)(bufferutil@4.0.8)(playwright@1.48.0)(typescript@5.5.4)(utf-8-validate@6.0.4)(vite@5.4.8(@types/node@20.16.11)(sass@1.79.4)(terser@5.31.6))(vitest@2.1.2)(webdriverio@9.0.9(bufferutil@4.0.8)(utf-8-validate@6.0.4)) transitivePeerDependencies: - less - lightningcss @@ -15710,23 +15525,19 @@ snapshots: vscode-uri@3.0.8: {} - vue-codemirror@6.1.1(patch_hash=3aqty6dv4zvyintvyf6xmtazhu)(codemirror@6.0.1(@lezer/common@1.2.1))(vue@3.5.3(typescript@5.5.4)): + vue-codemirror@6.1.1(patch_hash=3aqty6dv4zvyintvyf6xmtazhu)(codemirror@6.0.1(@lezer/common@1.2.1))(vue@3.5.11(typescript@5.5.4)): dependencies: '@codemirror/commands': 6.6.2 '@codemirror/language': 6.10.3 '@codemirror/state': 6.4.1 '@codemirror/view': 6.33.0 codemirror: 6.0.1(@lezer/common@1.2.1) - vue: 3.5.3(typescript@5.5.4) + vue: 3.5.11(typescript@5.5.4) vue-demi@0.14.10(vue@3.5.11(typescript@5.5.4)): dependencies: vue: 3.5.11(typescript@5.5.4) - vue-demi@0.14.10(vue@3.5.3(typescript@5.5.4)): - dependencies: - vue: 3.5.3(typescript@5.5.4) - vue-eslint-parser@9.4.3(eslint@8.57.1): dependencies: debug: 4.3.7 @@ -15771,16 +15582,6 @@ snapshots: optionalDependencies: typescript: 5.5.4 - vue@3.5.3(typescript@5.5.4): - dependencies: - '@vue/compiler-dom': 3.5.3 - '@vue/compiler-sfc': 3.5.3 - '@vue/runtime-dom': 3.5.3 - '@vue/server-renderer': 3.5.3(vue@3.5.3(typescript@5.5.4)) - '@vue/shared': 3.5.3 - optionalDependencies: - typescript: 5.5.4 - w3c-keyname@2.2.8: {} wait-port@1.1.0: @@ -15810,7 +15611,7 @@ snapshots: webdriver@9.0.8(bufferutil@4.0.8)(utf-8-validate@6.0.4): dependencies: - '@types/node': 20.16.10 + '@types/node': 20.16.11 '@types/ws': 8.5.12 '@wdio/config': 9.0.8 '@wdio/logger': 9.0.8 @@ -15827,7 +15628,7 @@ snapshots: webdriverio@9.0.9(bufferutil@4.0.8)(utf-8-validate@6.0.4): dependencies: - '@types/node': 20.16.10 + '@types/node': 20.16.11 '@types/sinonjs__fake-timers': 8.1.5 '@wdio/config': 9.0.8 '@wdio/logger': 9.0.8