diff --git a/docs/package.json b/docs/package.json index e79d40a..a0e0626 100644 --- a/docs/package.json +++ b/docs/package.json @@ -11,15 +11,15 @@ "preview": "vitepress preview" }, "dependencies": { - "@unocss/reset": "^0.58.2", + "@unocss/reset": "^0.58.3", "@vueuse/core": "^10.7.1", - "unocss": "^0.58.2", - "vue": "^3.4.0" + "unocss": "^0.58.3", + "vue": "^3.4.4" }, "devDependencies": { "unplugin-vue-components": "^0.26.0", "vite": "^5.0.10", - "vitepress": "1.0.0-rc.33" + "vitepress": "1.0.0-rc.35" }, "pnpm": { "peerDependencyRules": { diff --git a/example/package.json b/example/package.json index c3805d8..bb564e9 100644 --- a/example/package.json +++ b/example/package.json @@ -6,18 +6,18 @@ "preview": "vite preview --port 8766" }, "dependencies": { - "@unocss/reset": "^0.58.2", + "@unocss/reset": "^0.58.3", "@vueuse/core": "^10.7.1", - "unocss": "^0.58.2", - "vue": "^3.4.0", + "unocss": "^0.58.3", + "vue": "^3.4.4", "vue-router": "^4.2.5" }, "devDependencies": { "@iconify-json/carbon": "^1.1.27", - "@iconify/json": "^2.2.162", - "@types/node": "^20.10.5", - "@unocss/preset-icons": "^0.58.2", - "@vitejs/plugin-vue": "^4.6.0", + "@iconify/json": "^2.2.164", + "@types/node": "^20.10.6", + "@unocss/preset-icons": "^0.58.3", + "@vitejs/plugin-vue": "^4.6.2", "typescript": "^5.3.3", "unplugin-auto-import": "^0.17.3", "unplugin-vue-components": "^0.26.0", diff --git a/package.json b/package.json index 1271163..b4c94f9 100644 --- a/package.json +++ b/package.json @@ -50,11 +50,11 @@ }, "devDependencies": { "@antfu/eslint-config": "^2.6.1", - "@types/node": "^20.10.5", + "@types/node": "^20.10.6", "bumpp": "^9.2.1", "eslint": "^8.56.0", "typescript": "^5.3.3", "unbuild": "^2.0.0", - "unocss": "^0.58.2" + "unocss": "^0.58.3" } } diff --git a/playground/package.json b/playground/package.json index e3d5834..c0bc090 100644 --- a/playground/package.json +++ b/playground/package.json @@ -9,13 +9,13 @@ "preview": "vite preview" }, "dependencies": { - "@unocss/autocomplete": "^0.58.2", - "@unocss/core": "^0.58.2", - "@unocss/preset-attributify": "^0.58.2", - "@unocss/preset-uno": "^0.58.2", + "@unocss/autocomplete": "^0.58.3", + "@unocss/core": "^0.58.3", + "@unocss/preset-attributify": "^0.58.3", + "@unocss/preset-uno": "^0.58.3", "@vueuse/core": "^10.7.1", - "unocss": "^0.58.2", - "vue": "^3.4.0" + "unocss": "^0.58.3", + "vue": "^3.4.4" }, "devDependencies": { "@codemirror/autocomplete": "^6.11.1", @@ -26,10 +26,10 @@ "@codemirror/language": "^6.10.0", "@codemirror/state": "^6.4.0", "@codemirror/view": "^6.23.0", - "@iconify/json": "^2.2.162", + "@iconify/json": "^2.2.164", "@lezer/highlight": "^1.2.0", - "@unocss/reset": "^0.58.2", - "@vitejs/plugin-vue": "^4.6.0", + "@unocss/reset": "^0.58.3", + "@vitejs/plugin-vue": "^4.6.2", "codemirror": "^6.0.1", "fuse.js": "^7.0.0", "local-pkg": "0.5.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ce079fe..6fa661b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,10 +10,10 @@ importers: devDependencies: '@antfu/eslint-config': specifier: ^2.6.1 - version: 2.6.1(@vue/compiler-sfc@3.3.11)(eslint@8.56.0)(typescript@5.3.3) + version: 2.6.1(@vue/compiler-sfc@3.4.0)(eslint@8.56.0)(typescript@5.3.3) '@types/node': - specifier: ^20.10.5 - version: 20.10.5 + specifier: ^20.10.6 + version: 20.10.6 bumpp: specifier: ^9.2.1 version: 9.2.1 @@ -27,67 +27,67 @@ importers: specifier: ^2.0.0 version: 2.0.0(typescript@5.3.3) unocss: - specifier: ^0.58.2 - version: 0.58.2(postcss@8.4.32)(rollup@3.29.4)(vite@5.0.10) + specifier: ^0.58.3 + version: 0.58.3(postcss@8.4.32)(rollup@3.29.4)(vite@5.0.10) docs: dependencies: '@unocss/reset': - specifier: ^0.58.2 - version: 0.58.2 + specifier: ^0.58.3 + version: 0.58.3 '@vueuse/core': specifier: ^10.7.1 - version: 10.7.1(vue@3.4.0) + version: 10.7.1(vue@3.4.4) unocss: - specifier: ^0.58.2 - version: 0.58.2(postcss@8.4.32)(rollup@3.29.4)(vite@5.0.10) + specifier: ^0.58.3 + version: 0.58.3(postcss@8.4.32)(rollup@3.29.4)(vite@5.0.10) vue: - specifier: ^3.4.0 - version: 3.4.0(typescript@5.3.3) + specifier: ^3.4.4 + version: 3.4.4(typescript@5.3.3) devDependencies: unplugin-vue-components: specifier: ^0.26.0 - version: 0.26.0(rollup@3.29.4)(vue@3.4.0) + version: 0.26.0(rollup@3.29.4)(vue@3.4.4) vite: specifier: ^5.0.10 - version: 5.0.10(@types/node@20.10.5) + version: 5.0.10(@types/node@20.10.6) vitepress: - specifier: 1.0.0-rc.33 - version: 1.0.0-rc.33(@algolia/client-search@4.20.0)(@types/node@20.10.5)(postcss@8.4.32)(search-insights@2.11.0)(typescript@5.3.3) + specifier: 1.0.0-rc.35 + version: 1.0.0-rc.35(@algolia/client-search@4.20.0)(@types/node@20.10.6)(postcss@8.4.32)(search-insights@2.11.0)(typescript@5.3.3) example: dependencies: '@unocss/reset': - specifier: ^0.58.2 - version: 0.58.2 + specifier: ^0.58.3 + version: 0.58.3 '@vueuse/core': specifier: ^10.7.1 - version: 10.7.1(vue@3.4.0) + version: 10.7.1(vue@3.4.4) unocss: - specifier: ^0.58.2 - version: 0.58.2(postcss@8.4.32)(rollup@3.29.4)(vite@5.0.10) + specifier: ^0.58.3 + version: 0.58.3(postcss@8.4.32)(rollup@3.29.4)(vite@5.0.10) vue: - specifier: ^3.4.0 - version: 3.4.0(typescript@5.3.3) + specifier: ^3.4.4 + version: 3.4.4(typescript@5.3.3) vue-router: specifier: ^4.2.5 - version: 4.2.5(vue@3.4.0) + version: 4.2.5(vue@3.4.4) devDependencies: '@iconify-json/carbon': specifier: ^1.1.27 version: 1.1.27 '@iconify/json': - specifier: ^2.2.162 - version: 2.2.162 + specifier: ^2.2.164 + version: 2.2.164 '@types/node': - specifier: ^20.10.5 - version: 20.10.5 + specifier: ^20.10.6 + version: 20.10.6 '@unocss/preset-icons': - specifier: ^0.58.2 - version: 0.58.2 + specifier: ^0.58.3 + version: 0.58.3 '@vitejs/plugin-vue': - specifier: ^4.6.0 - version: 4.6.0(vite@5.0.10)(vue@3.4.0) + specifier: ^4.6.2 + version: 4.6.2(vite@5.0.10)(vue@3.4.4) typescript: specifier: ^5.3.3 version: 5.3.3 @@ -96,19 +96,19 @@ importers: version: 0.17.3(@vueuse/core@10.7.1)(rollup@3.29.4) unplugin-vue-components: specifier: ^0.26.0 - version: 0.26.0(rollup@3.29.4)(vue@3.4.0) + version: 0.26.0(rollup@3.29.4)(vue@3.4.4) vite: specifier: ^5.0.10 - version: 5.0.10(@types/node@20.10.5) + version: 5.0.10(@types/node@20.10.6) vite-inspector: specifier: ^0.1.4 version: 0.1.4 vite-plugin-alias: specifier: ^0.1.1 - version: 0.1.1(@types/node@20.10.5)(eslint@8.56.0)(typescript@5.3.3) + version: 0.1.1(@types/node@20.10.6)(eslint@8.56.0)(typescript@5.3.3) vite-plugin-pages: specifier: ^0.32.0 - version: 0.32.0(@vue/compiler-sfc@3.3.11)(vite@5.0.10) + version: 0.32.0(@vue/compiler-sfc@3.4.0)(vite@5.0.10) vue-tsc: specifier: ^1.8.27 version: 1.8.27(typescript@5.3.3) @@ -116,26 +116,26 @@ importers: playground: dependencies: '@unocss/autocomplete': - specifier: ^0.58.2 - version: 0.58.2 + specifier: ^0.58.3 + version: 0.58.3 '@unocss/core': - specifier: ^0.58.2 - version: 0.58.2 + specifier: ^0.58.3 + version: 0.58.3 '@unocss/preset-attributify': - specifier: ^0.58.2 - version: 0.58.2 + specifier: ^0.58.3 + version: 0.58.3 '@unocss/preset-uno': - specifier: ^0.58.2 - version: 0.58.2 + specifier: ^0.58.3 + version: 0.58.3 '@vueuse/core': specifier: ^10.7.1 - version: 10.7.1(vue@3.4.0) + version: 10.7.1(vue@3.4.4) unocss: - specifier: ^0.58.2 - version: 0.58.2(postcss@8.4.32)(rollup@3.29.4)(vite@5.0.10) + specifier: ^0.58.3 + version: 0.58.3(postcss@8.4.32)(rollup@3.29.4)(vite@5.0.10) vue: - specifier: ^3.4.0 - version: 3.4.0(typescript@5.3.3) + specifier: ^3.4.4 + version: 3.4.4(typescript@5.3.3) devDependencies: '@codemirror/autocomplete': specifier: ^6.11.1 @@ -162,17 +162,17 @@ importers: specifier: ^6.23.0 version: 6.23.0 '@iconify/json': - specifier: ^2.2.162 - version: 2.2.162 + specifier: ^2.2.164 + version: 2.2.164 '@lezer/highlight': specifier: ^1.2.0 version: 1.2.0 '@unocss/reset': - specifier: ^0.58.2 - version: 0.58.2 + specifier: ^0.58.3 + version: 0.58.3 '@vitejs/plugin-vue': - specifier: ^4.6.0 - version: 4.6.0(vite@5.0.10)(vue@3.4.0) + specifier: ^4.6.2 + version: 4.6.2(vite@5.0.10)(vue@3.4.4) codemirror: specifier: ^6.0.1 version: 6.0.1(@lezer/common@1.1.1) @@ -205,10 +205,10 @@ importers: version: 0.17.3(@vueuse/core@10.7.1)(rollup@3.29.4) unplugin-vue-components: specifier: ^0.26.0 - version: 0.26.0(rollup@3.29.4)(vue@3.4.0) + version: 0.26.0(rollup@3.29.4)(vue@3.4.4) vite: specifier: ^5.0.10 - version: 5.0.10(@types/node@20.10.5) + version: 5.0.10(@types/node@20.10.6) vite-plugin-inspect: specifier: ^0.8.1 version: 0.8.1(rollup@3.29.4)(vite@5.0.10) @@ -245,7 +245,7 @@ importers: version: 3.1.0 vite: specifier: ^5.0.2 - version: 5.0.2(@types/node@20.10.5) + version: 5.0.2(@types/node@20.10.6) vitest: specifier: ^0.34.6 version: 0.34.6(@vitest/ui@0.34.6)(jsdom@22.1.0) @@ -497,7 +497,7 @@ packages: - typescript dev: true - /@antfu/eslint-config@2.6.1(@vue/compiler-sfc@3.3.11)(eslint@8.56.0)(typescript@5.3.3): + /@antfu/eslint-config@2.6.1(@vue/compiler-sfc@3.4.0)(eslint@8.56.0)(typescript@5.3.3): resolution: {integrity: sha512-hj7TTLXLLyk4YHp6SC0G3NTpGyn+5v9EHX3K8JMwz8qIQZnOSzpU8xQ4PcJW3wD3qePVoGDa1Q9QvYCKplIStQ==} hasBin: true peerDependencies: @@ -551,7 +551,7 @@ packages: eslint-plugin-vitest: 0.3.20(@typescript-eslint/eslint-plugin@6.16.0)(eslint@8.56.0)(typescript@5.3.3) eslint-plugin-vue: 9.19.2(eslint@8.56.0) eslint-plugin-yml: 1.11.0(eslint@8.56.0) - eslint-processor-vue-blocks: 0.1.1(@vue/compiler-sfc@3.3.11)(eslint@8.56.0) + eslint-processor-vue-blocks: 0.1.1(@vue/compiler-sfc@3.4.0)(eslint@8.56.0) globals: 13.24.0 jsonc-eslint-parser: 2.4.0 local-pkg: 0.5.0 @@ -592,10 +592,10 @@ packages: /@antfu/utils@0.7.6: resolution: {integrity: sha512-pvFiLP2BeOKA/ZOS6jxx4XhKzdVLHDhGlFEaZ2flWWYf2xOqVniqpk38I04DFRyz+L0ASggl7SkItTc+ZLju4w==} + dev: true /@antfu/utils@0.7.7: resolution: {integrity: sha512-gFPqTG7otEJ8uP6wrhDv6mqwGWYZKNvAcCq6u9hOj0c+IKCEsY4L1oC9trPq2SaWIzAfHvqfBDxF591JkMf+kg==} - dev: true /@babel/code-frame@7.23.5: resolution: {integrity: sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==} @@ -604,36 +604,10 @@ packages: '@babel/highlight': 7.23.4 chalk: 2.4.2 - /@babel/compat-data@7.23.3: - resolution: {integrity: sha512-BmR4bWbDIoFJmJ9z2cZ8Gmm2MXgEDgjdWgpKmKWUt54UGFJdlj31ECtbaDvCG/qVdG3AQ1SfpZEs01lUFbzLOQ==} - engines: {node: '>=6.9.0'} - /@babel/compat-data@7.23.5: resolution: {integrity: sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==} engines: {node: '>=6.9.0'} - /@babel/core@7.23.5: - resolution: {integrity: sha512-Cwc2XjUrG4ilcfOw4wBAK+enbdgwAcAJCfGUItPBKR7Mjw4aEfAFYrLxeRp4jWgtNIKn3n2AlBOfwwafl+42/g==} - engines: {node: '>=6.9.0'} - dependencies: - '@ampproject/remapping': 2.2.1 - '@babel/code-frame': 7.23.5 - '@babel/generator': 7.23.5 - '@babel/helper-compilation-targets': 7.22.15 - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.5) - '@babel/helpers': 7.23.5 - '@babel/parser': 7.23.5 - '@babel/template': 7.22.15 - '@babel/traverse': 7.23.5 - '@babel/types': 7.23.5 - convert-source-map: 2.0.0 - debug: 4.3.4 - gensync: 1.0.0-beta.2 - json5: 2.2.3 - semver: 6.3.1 - transitivePeerDependencies: - - supports-color - /@babel/core@7.23.6: resolution: {integrity: sha512-FxpRyGjrMJXh7X3wGLGhNDCRiwpWEF74sKjTLDJSG5Kyvow3QZaG0Adbqzi9ZrVjTWpsX+2cxWXD71NMg93kdw==} engines: {node: '>=6.9.0'} @@ -656,15 +630,6 @@ packages: transitivePeerDependencies: - supports-color - /@babel/generator@7.23.5: - resolution: {integrity: sha512-BPssCHrBD+0YrxviOa3QzpqwhNIXKEtOa2jQrm4FlmkC2apYgRnQcmPWiGZDlGxiNtltnUFolMe8497Esry+jA==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/types': 7.23.5 - '@jridgewell/gen-mapping': 0.3.3 - '@jridgewell/trace-mapping': 0.3.20 - jsesc: 2.5.2 - /@babel/generator@7.23.6: resolution: {integrity: sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw==} engines: {node: '>=6.9.0'} @@ -678,17 +643,7 @@ packages: resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.5 - - /@babel/helper-compilation-targets@7.22.15: - resolution: {integrity: sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/compat-data': 7.23.3 - '@babel/helper-validator-option': 7.22.15 - browserslist: 4.22.1 - lru-cache: 5.1.1 - semver: 6.3.1 + '@babel/types': 7.23.6 /@babel/helper-compilation-targets@7.23.6: resolution: {integrity: sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==} @@ -700,24 +655,6 @@ packages: lru-cache: 5.1.1 semver: 6.3.1 - /@babel/helper-create-class-features-plugin@7.22.15(@babel/core@7.23.5): - resolution: {integrity: sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/core': 7.23.5 - '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-function-name': 7.23.0 - '@babel/helper-member-expression-to-functions': 7.23.0 - '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.5) - '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/helper-split-export-declaration': 7.22.6 - semver: 6.3.1 - dev: false - /@babel/helper-create-class-features-plugin@7.22.15(@babel/core@7.23.6): resolution: {integrity: sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg==} engines: {node: '>=6.9.0'} @@ -756,7 +693,7 @@ packages: resolution: {integrity: sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.5 + '@babel/types': 7.23.6 /@babel/helper-module-imports@7.22.15: resolution: {integrity: sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==} @@ -764,19 +701,6 @@ packages: dependencies: '@babel/types': 7.23.6 - /@babel/helper-module-transforms@7.23.3(@babel/core@7.23.5): - resolution: {integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/core': 7.23.5 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-module-imports': 7.22.15 - '@babel/helper-simple-access': 7.22.5 - '@babel/helper-split-export-declaration': 7.22.6 - '@babel/helper-validator-identifier': 7.22.20 - /@babel/helper-module-transforms@7.23.3(@babel/core@7.23.6): resolution: {integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==} engines: {node: '>=6.9.0'} @@ -794,24 +718,12 @@ packages: resolution: {integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.5 + '@babel/types': 7.23.6 /@babel/helper-plugin-utils@7.22.5: resolution: {integrity: sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==} engines: {node: '>=6.9.0'} - /@babel/helper-replace-supers@7.22.20(@babel/core@7.23.5): - resolution: {integrity: sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/core': 7.23.5 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-member-expression-to-functions': 7.23.0 - '@babel/helper-optimise-call-expression': 7.22.5 - dev: false - /@babel/helper-replace-supers@7.22.20(@babel/core@7.23.6): resolution: {integrity: sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==} engines: {node: '>=6.9.0'} @@ -827,13 +739,13 @@ packages: resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.5 + '@babel/types': 7.23.6 /@babel/helper-skip-transparent-expression-wrappers@7.22.5: resolution: {integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.5 + '@babel/types': 7.23.6 /@babel/helper-split-export-declaration@7.22.6: resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==} @@ -850,24 +762,10 @@ packages: engines: {node: '>=6.9.0'} requiresBuild: true - /@babel/helper-validator-option@7.22.15: - resolution: {integrity: sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==} - engines: {node: '>=6.9.0'} - /@babel/helper-validator-option@7.23.5: resolution: {integrity: sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==} engines: {node: '>=6.9.0'} - /@babel/helpers@7.23.5: - resolution: {integrity: sha512-oO7us8FzTEsG3U6ag9MfdF1iA/7Z6dz+MtFhifZk8C8o453rGJFFWUP1t+ULM9TUIAzC9uxXEiXjOiVMyd7QPg==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/template': 7.22.15 - '@babel/traverse': 7.23.5 - '@babel/types': 7.23.5 - transitivePeerDependencies: - - supports-color - /@babel/helpers@7.23.6: resolution: {integrity: sha512-wCfsbN4nBidDRhpDhvcKlzHWCTlgJYUUdSJfzXb2NuBssDSIjc3xcb+znA7l+zYsFljAcGM0aFkN40cR3lXiGA==} engines: {node: '>=6.9.0'} @@ -886,29 +784,12 @@ packages: chalk: 2.4.2 js-tokens: 4.0.0 - /@babel/parser@7.23.5: - resolution: {integrity: sha512-hOOqoiNXrmGdFbhgCzu6GiURxUgM27Xwd/aPuu8RfHEZPBzL1Z54okAHAQjXfcQNwvrlkAmAp4SlRTZ45vlthQ==} - engines: {node: '>=6.0.0'} - hasBin: true - dependencies: - '@babel/types': 7.23.5 - /@babel/parser@7.23.6: resolution: {integrity: sha512-Z2uID7YJ7oNvAI20O9X0bblw7Qqs8Q2hFy0R9tAfnfLkp5MW0UH9eUvnDSnFwKZ0AvgS1ucqR4KzvVHgnke1VQ==} engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.23.5 - - /@babel/plugin-syntax-jsx@7.23.3(@babel/core@7.23.5): - resolution: {integrity: sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.23.5 - '@babel/helper-plugin-utils': 7.22.5 - dev: false + '@babel/types': 7.23.6 /@babel/plugin-syntax-jsx@7.23.3(@babel/core@7.23.6): resolution: {integrity: sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==} @@ -919,16 +800,6 @@ packages: '@babel/core': 7.23.6 '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-syntax-typescript@7.23.3(@babel/core@7.23.5): - resolution: {integrity: sha512-9EiNjVJOMwCO+43TqoTrgQ8jMwcAd0sWyXi9RPfIsLTj4R2MADDDQXELhffaUx/uJv2AYcxBgPwH6j4TIA4ytQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.23.5 - '@babel/helper-plugin-utils': 7.22.5 - dev: false - /@babel/plugin-syntax-typescript@7.23.3(@babel/core@7.23.6): resolution: {integrity: sha512-9EiNjVJOMwCO+43TqoTrgQ8jMwcAd0sWyXi9RPfIsLTj4R2MADDDQXELhffaUx/uJv2AYcxBgPwH6j4TIA4ytQ==} engines: {node: '>=6.9.0'} @@ -938,18 +809,6 @@ packages: '@babel/core': 7.23.6 '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-transform-modules-commonjs@7.23.3(@babel/core@7.23.5): - resolution: {integrity: sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.23.5 - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.5) - '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-simple-access': 7.22.5 - dev: false - /@babel/plugin-transform-modules-commonjs@7.23.3(@babel/core@7.23.6): resolution: {integrity: sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA==} engines: {node: '>=6.9.0'} @@ -961,19 +820,6 @@ packages: '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-simple-access': 7.22.5 - /@babel/plugin-transform-typescript@7.23.4(@babel/core@7.23.5): - resolution: {integrity: sha512-39hCCOl+YUAyMOu6B9SmUTiHUU0t/CxJNUmY3qRdJujbqi+lrQcL11ysYUsAvFWPBdhihrv1z0oRG84Yr3dODQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.23.5 - '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.5) - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-typescript': 7.23.3(@babel/core@7.23.5) - dev: false - /@babel/plugin-transform-typescript@7.23.4(@babel/core@7.23.6): resolution: {integrity: sha512-39hCCOl+YUAyMOu6B9SmUTiHUU0t/CxJNUmY3qRdJujbqi+lrQcL11ysYUsAvFWPBdhihrv1z0oRG84Yr3dODQ==} engines: {node: '>=6.9.0'} @@ -986,20 +832,6 @@ packages: '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-typescript': 7.23.3(@babel/core@7.23.6) - /@babel/preset-typescript@7.23.3(@babel/core@7.23.5): - resolution: {integrity: sha512-17oIGVlqz6CchO9RFYn5U6ZpWRZIngayYCtrPRSgANSwC2V1Jb+iP74nVxzzXJte8b8BYxrL1yY96xfhTBrNNQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.23.5 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-validator-option': 7.22.15 - '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.23.5) - '@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.23.5) - '@babel/plugin-transform-typescript': 7.23.4(@babel/core@7.23.5) - dev: false - /@babel/preset-typescript@7.23.3(@babel/core@7.23.6): resolution: {integrity: sha512-17oIGVlqz6CchO9RFYn5U6ZpWRZIngayYCtrPRSgANSwC2V1Jb+iP74nVxzzXJte8b8BYxrL1yY96xfhTBrNNQ==} engines: {node: '>=6.9.0'} @@ -1008,7 +840,7 @@ packages: dependencies: '@babel/core': 7.23.6 '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-validator-option': 7.22.15 + '@babel/helper-validator-option': 7.23.5 '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.23.6) '@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.23.6) '@babel/plugin-transform-typescript': 7.23.4(@babel/core@7.23.6) @@ -1026,23 +858,6 @@ packages: '@babel/parser': 7.23.6 '@babel/types': 7.23.6 - /@babel/traverse@7.23.5: - resolution: {integrity: sha512-czx7Xy5a6sapWWRx61m1Ke1Ra4vczu1mCTtJam5zRTBOonfdJ+S/B6HYmGYu3fJtr8GGET3si6IhgWVBhJ/m8w==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/code-frame': 7.23.5 - '@babel/generator': 7.23.5 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-function-name': 7.23.0 - '@babel/helper-hoist-variables': 7.22.5 - '@babel/helper-split-export-declaration': 7.22.6 - '@babel/parser': 7.23.5 - '@babel/types': 7.23.5 - debug: 4.3.4 - globals: 11.12.0 - transitivePeerDependencies: - - supports-color - /@babel/traverse@7.23.6: resolution: {integrity: sha512-czastdK1e8YByZqezMPFiZ8ahwVMh/ESl9vPgvgdB9AmFMGP5jfpFax74AQgl5zj4XHzqeYAg2l8PuUeRS1MgQ==} engines: {node: '>=6.9.0'} @@ -1060,14 +875,6 @@ packages: transitivePeerDependencies: - supports-color - /@babel/types@7.23.5: - resolution: {integrity: sha512-ON5kSOJwVO6xXVRTvOI0eOnWe7VdUcIpsovGo9U/Br4Ie4UVFQTboO2cYnDhAGU6Fp+UxSiT+pMft0SMHfuq6w==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/helper-string-parser': 7.23.4 - '@babel/helper-validator-identifier': 7.22.20 - to-fast-properties: 2.0.0 - /@babel/types@7.23.6: resolution: {integrity: sha512-+uarb83brBzPKN38NX1MkB6vb6+mwvR6amUulqAE7ccQw1pEl+bCia9TbdG1lsnFP7lZySvUn37CHyXQdfTwzg==} engines: {node: '>=6.9.0'} @@ -1693,8 +1500,8 @@ packages: '@iconify/types': 2.0.0 dev: true - /@iconify/json@2.2.162: - resolution: {integrity: sha512-+3JGi38kZzXpXf/0kviQPjx2yBKLmd/V/kbL+1f4FdcfCd8HeYpcs07SU9HdGxS7jqiTltXws9IKciiahp2rig==} + /@iconify/json@2.2.164: + resolution: {integrity: sha512-gN7s75R0vnru9plnNKaAPj8A8NEE06bX2Gqf0LPt9K3gXGLgJ5BNO6Ac4W4JAn2W55ZdGPgMNFFNTOupiv+CuA==} dependencies: '@iconify/types': 2.0.0 pathe: 1.1.1 @@ -1703,24 +1510,11 @@ packages: /@iconify/types@2.0.0: resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==} - /@iconify/utils@2.1.12: - resolution: {integrity: sha512-7vf3Uk6H7TKX4QMs2gbg5KR1X9J0NJzKSRNWhMZ+PWN92l0t6Q3tj2ZxLDG07rC3ppWBtTtA4FPmkQphuEmdsg==} - dependencies: - '@antfu/install-pkg': 0.1.1 - '@antfu/utils': 0.7.6 - '@iconify/types': 2.0.0 - debug: 4.3.4 - kolorist: 1.8.0 - local-pkg: 0.4.3 - transitivePeerDependencies: - - supports-color - dev: false - /@iconify/utils@2.1.14: resolution: {integrity: sha512-9pKIntkbLbjVVFxH32td21Am3AGGJfyI2KY2d8yDQxkZe4BBZtufJI8NgcamFn8B5QKLU9ai2VMo8OEov8jAtw==} dependencies: '@antfu/install-pkg': 0.1.1 - '@antfu/utils': 0.7.6 + '@antfu/utils': 0.7.7 '@iconify/types': 2.0.0 debug: 4.3.4 kolorist: 1.8.0 @@ -1838,9 +1632,6 @@ packages: '@nodelib/fs.scandir': 2.1.5 fastq: 1.15.0 - /@polka/url@1.0.0-next.23: - resolution: {integrity: sha512-C16M+IYz0rgRhWZdCmK+h58JMv8vijAA61gmz2rspCSwKwzBebpdcsiUmwrtJRdphuY30i6BSLEOP8ppbNLyLg==} - /@polka/url@1.0.0-next.24: resolution: {integrity: sha512-2LuNTFBIO0m7kKIQvvPHN6UE63VjpmL9rnEEaOOaiSPbZK+zUOYIzBAWcED+3XYzhYsd/0mD57VdxAEqqV52CQ==} @@ -2188,8 +1979,8 @@ packages: resolution: {integrity: sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==} dev: true - /@types/node@20.10.5: - resolution: {integrity: sha512-nNPsNE65wjMxEKI93yOP+NPGGBJz/PoN3kZsVLee0XMiJolxSekEVD8wRwBUBqkwc7UWop0edW50yrCQW4CyRw==} + /@types/node@20.10.6: + resolution: {integrity: sha512-Vac8H+NlRNNlAmDfGUP7b5h/KA+AtWIzuXy0E6OyP8f1tCLYAtPvKRRDJjAPqhpCb0t6U2j7/xqAuLEebW2kiw==} dependencies: undici-types: 5.26.5 @@ -2559,28 +2350,28 @@ packages: '@unocss/core': 0.57.7 '@unocss/reset': 0.57.7 '@unocss/vite': 0.57.7(rollup@3.29.4)(vite@5.0.2) - vite: 5.0.2(@types/node@20.10.5) + vite: 5.0.2(@types/node@20.10.6) transitivePeerDependencies: - rollup dev: false - /@unocss/astro@0.58.2(rollup@3.29.4)(vite@5.0.10): - resolution: {integrity: sha512-KbcSSy1L8XS6+Y9XlVJ2+T4gMJOYmsFn3HDC26xJienomxoBvafT7I89zqRKoUKuBDOLd4SY5j0te84gCFrR3A==} + /@unocss/astro@0.58.3(rollup@3.29.4)(vite@5.0.10): + resolution: {integrity: sha512-qJL+XkWYJhEIX4AmOtbfb2Zu4holTDpRscfvVci4T+2VWjyE3mgtsyNzi9ZChe/hdEPRa7g26gSpNQeMhjh/Kw==} peerDependencies: vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 peerDependenciesMeta: vite: optional: true dependencies: - '@unocss/core': 0.58.2 - '@unocss/reset': 0.58.2 - '@unocss/vite': 0.58.2(rollup@3.29.4)(vite@5.0.10) - vite: 5.0.10(@types/node@20.10.5) + '@unocss/core': 0.58.3 + '@unocss/reset': 0.58.3 + '@unocss/vite': 0.58.3(rollup@3.29.4)(vite@5.0.10) + vite: 5.0.10(@types/node@20.10.6) transitivePeerDependencies: - rollup - /@unocss/autocomplete@0.58.2: - resolution: {integrity: sha512-v+Xmvgbr2X8W0tZj3g475fSB9svPZe0mUA/WWS6Fcru2aB3i2r1X9gqBujEYqernGPZYJqF7y9arSR/de6vdJg==} + /@unocss/autocomplete@0.58.3: + resolution: {integrity: sha512-1tuIc6x8Es3svDXX4cIEYOYtNb+QfsULkTR6X+7yN+jZWka56siDWLDwwtwbalWB8XkUdfUwdfeL/Kkrk/LBoA==} dependencies: fzf: 0.5.2 lru-cache: 10.1.0 @@ -2608,16 +2399,16 @@ packages: - rollup dev: false - /@unocss/cli@0.58.2(rollup@3.29.4): - resolution: {integrity: sha512-iRIsMUOQFwOQXZuhhZ2CTadElnEbySb5MrQ3ArZZgoOVr/PPdHSsOfqlY/mo6ObCwU0wSDw9uZHVgP6BAYkt0w==} + /@unocss/cli@0.58.3(rollup@3.29.4): + resolution: {integrity: sha512-veGdHhwm7GRvruXCMdqoFu3wVozr7ELEVWsFB6GpqWdGYIJ1i72M18l72UHDA2+TuDillZONnAQ5AvX9x/sYAw==} engines: {node: '>=14'} hasBin: true dependencies: '@ampproject/remapping': 2.2.1 '@rollup/pluginutils': 5.1.0(rollup@3.29.4) - '@unocss/config': 0.58.2 - '@unocss/core': 0.58.2 - '@unocss/preset-uno': 0.58.2 + '@unocss/config': 0.58.3 + '@unocss/core': 0.58.3 + '@unocss/preset-uno': 0.58.3 cac: 6.7.14 chokidar: 3.5.3 colorette: 2.0.20 @@ -2637,19 +2428,19 @@ packages: unconfig: 0.3.11 dev: false - /@unocss/config@0.58.2: - resolution: {integrity: sha512-HRii38g7Hm+OKNcxZdNQM08+b9/rZKHFX7yAKQXKIzWusYWF63aTfp3/nnfMf1Hqo8S3go78cPfFuLywW8dBng==} + /@unocss/config@0.58.3: + resolution: {integrity: sha512-8BQDoLzf/BkyfnkQsjnXI84oj+Spqkr7Bf2AbOGcX14vof0qqHSDvJXQV1e0u7jv2QETe2D1+PI4fnkJCumaRw==} engines: {node: '>=14'} dependencies: - '@unocss/core': 0.58.2 + '@unocss/core': 0.58.3 unconfig: 0.3.11 /@unocss/core@0.57.7: resolution: {integrity: sha512-1d36M0CV3yC80J0pqOa5rH1BX6g2iZdtKmIb3oSBN4AWnMCSrrJEPBrUikyMq2TEQTrYWJIVDzv5A9hBUat3TA==} dev: false - /@unocss/core@0.58.2: - resolution: {integrity: sha512-TYU6IRgnsZGVXpca6FYuXa3iJ1zI3hxgRhnb7TwE9j5t2GY4a/mjvg0K3MdiC8rzPP5hWWd9NXivBfJsr1SQpQ==} + /@unocss/core@0.58.3: + resolution: {integrity: sha512-9hTxzsrSLh+07ql/lGhE+8ZbE9MTTeZeMx131cPf2jDJUxAZooLE5pBCoK0k77ZJGcribRrwPGkUScBNOK0cYQ==} /@unocss/extractor-arbitrary-variants@0.57.7: resolution: {integrity: sha512-JdyhPlsgS0x4zoF8WYXDcusPcpU4ysE6Rkkit4a9+xUZEvg7vy7InH6PQ8dL8B9oY7pbxF7G6eFguUDpv9xx4Q==} @@ -2657,10 +2448,10 @@ packages: '@unocss/core': 0.57.7 dev: false - /@unocss/extractor-arbitrary-variants@0.58.2: - resolution: {integrity: sha512-/UOd7iGL8FxRnd4pvYzKX1lHvBeqgfw/MUwrIirta6k4sYsO4PVIszKGOEkstNqjGl90oQgxLGMjF3HGRAw8pg==} + /@unocss/extractor-arbitrary-variants@0.58.3: + resolution: {integrity: sha512-QszC2atLcvzyoZFsjgtMBbILN4lrYI60iVRWdii+GGiKVtoIaKRWiA/3WERkvYGVPseVWOMflUpfxNeq+s9zUw==} dependencies: - '@unocss/core': 0.58.2 + '@unocss/core': 0.58.3 /@unocss/inspector@0.57.7: resolution: {integrity: sha512-b9ckqn5aRsmhTdXJ5cPMKDKuNRe+825M+s9NbYcTjENnP6ellUFZo91sYF5S+LeATmU12TcwJZ83NChF4HpBSA==} @@ -2668,14 +2459,14 @@ packages: '@unocss/core': 0.57.7 '@unocss/rule-utils': 0.57.7 gzip-size: 6.0.0 - sirv: 2.0.3 + sirv: 2.0.4 dev: false - /@unocss/inspector@0.58.2: - resolution: {integrity: sha512-j4gDaW8fVI21HcbdbMp5k1YrQPeeDYRKn3j1k8KCZHNNODFR4vRgDW30uqsX9jhVHMMIWA8YTL3qkF4gOBXQaw==} + /@unocss/inspector@0.58.3: + resolution: {integrity: sha512-FqkoHiO23lGGcQ+qJbE1Kb8+kPJWc/LxBz3B4Ehml1vQryncNh4p+3sczVn5YVTfPDGBXBCkP05Q+PJRKabPXQ==} dependencies: - '@unocss/core': 0.58.2 - '@unocss/rule-utils': 0.58.2 + '@unocss/core': 0.58.3 + '@unocss/rule-utils': 0.58.3 gzip-size: 6.0.0 sirv: 2.0.4 @@ -2694,15 +2485,15 @@ packages: postcss: 8.4.32 dev: false - /@unocss/postcss@0.58.2(postcss@8.4.32): - resolution: {integrity: sha512-5x6W9WxxU2NtaKJfhIKBtZs+KhvP8dOg/jG0VV+jrlwq67gMxa2LHdF1qI8kRje9L5th3Yz7Gl3TP2x/l/sbPQ==} + /@unocss/postcss@0.58.3(postcss@8.4.32): + resolution: {integrity: sha512-y1WQNvLUidypCu/tr6oJfaV4pjd8Lsk1N27ASEVsvockOH3MekRYpHtJfTl2fMk+1Y98AHv7hPAVjM2NlvhDow==} engines: {node: '>=14'} peerDependencies: postcss: ^8.4.21 dependencies: - '@unocss/config': 0.58.2 - '@unocss/core': 0.58.2 - '@unocss/rule-utils': 0.58.2 + '@unocss/config': 0.58.3 + '@unocss/core': 0.58.3 + '@unocss/rule-utils': 0.58.3 css-tree: 2.3.1 fast-glob: 3.3.2 magic-string: 0.30.5 @@ -2714,26 +2505,26 @@ packages: '@unocss/core': 0.57.7 dev: false - /@unocss/preset-attributify@0.58.2: - resolution: {integrity: sha512-AqJLta1+ZEGochFkE1/ft7udxKnVmnra22LmpGBP8nfZU1GoBamwpOnxAfYjM9e8HPs+BCAt1KJsGacFhC7Mzw==} + /@unocss/preset-attributify@0.58.3: + resolution: {integrity: sha512-iDXNfnSC0SI51UnMltHmMcPr2SYYkimo86i+SBQqc/WBGcCF7fFqFj8G2WsZfwHvU9SdAHF8tYIwNq06w1WSeg==} dependencies: - '@unocss/core': 0.58.2 + '@unocss/core': 0.58.3 /@unocss/preset-icons@0.57.7: resolution: {integrity: sha512-s3AelKCS9CL1ArP1GanYv0XxxPrcFi+XOuQoQCwCRHDo2CiBEq3fLLMIhaUCFEWGtIy7o7wLeL5BRjMvJ2QnMg==} dependencies: - '@iconify/utils': 2.1.12 + '@iconify/utils': 2.1.14 '@unocss/core': 0.57.7 ofetch: 1.3.3 transitivePeerDependencies: - supports-color dev: false - /@unocss/preset-icons@0.58.2: - resolution: {integrity: sha512-fN70AUDK635B1Ls2Td5nyJogwjbcnyMOscD6zvgGWn0O9YH5EXr7Wtww4Kd0We7TgglGuHpf5GIwFwllpcUfsQ==} + /@unocss/preset-icons@0.58.3: + resolution: {integrity: sha512-SA4Eu4rOQ9+zUgIyK6RacS01ygm0PJWkqKlD8ccrBqEyZapqiU+vLL+v6X8YVjoZjR+5CVgcMD5Km7zEQgqXQw==} dependencies: '@iconify/utils': 2.1.14 - '@unocss/core': 0.58.2 + '@unocss/core': 0.58.3 ofetch: 1.3.3 transitivePeerDependencies: - supports-color @@ -2746,12 +2537,12 @@ packages: '@unocss/rule-utils': 0.57.7 dev: false - /@unocss/preset-mini@0.58.2: - resolution: {integrity: sha512-RhKRKKMCVMoceG8kcgoVm66GeCICM8mAStGSVnc6YUd2rwVVuJ3U8BD+szq6UnB6sISn9acfdCANUup91F5lEw==} + /@unocss/preset-mini@0.58.3: + resolution: {integrity: sha512-vPC97vZPY6J9uZ+KmK4x7atKFlZJPH4tR7+SmzTmguaGIHZJG8k1cjBCg+5M7P4MaxINRMukUQS8/mM/uWFqvQ==} dependencies: - '@unocss/core': 0.58.2 - '@unocss/extractor-arbitrary-variants': 0.58.2 - '@unocss/rule-utils': 0.58.2 + '@unocss/core': 0.58.3 + '@unocss/extractor-arbitrary-variants': 0.58.3 + '@unocss/rule-utils': 0.58.3 /@unocss/preset-tagify@0.57.7: resolution: {integrity: sha512-va25pTJ5OtbqCHFBIj8myVk0PwuSucUqTx840r/YSHka0P9th6UGRS1LU30OUgjgr7FhLaWXtJMN4gkCUtQSoA==} @@ -2759,10 +2550,10 @@ packages: '@unocss/core': 0.57.7 dev: false - /@unocss/preset-tagify@0.58.2: - resolution: {integrity: sha512-wfnzqHjSKCJgqy9yUt7e9yujDNcWIy0NyQrDqY8qqVzYKaP24t+Y13j4odH0dI2Gt9FFZHExjtHQAIH1bKJL5A==} + /@unocss/preset-tagify@0.58.3: + resolution: {integrity: sha512-9CEh4p8M8zFuNFzmPIs1paExWRcwr0Gp6lSMffFnqaVToeRBgEH7VnRj6/R3ZPAmQ2rEemZ1+3eOQlsspEE6aw==} dependencies: - '@unocss/core': 0.58.2 + '@unocss/core': 0.58.3 /@unocss/preset-typography@0.57.7: resolution: {integrity: sha512-1QuoLhqHVRs+baaVvfH54JxmJhVuBp5jdVw3HCN/vXs1CSnq2Rm/C/+PahcnQg/KLtoW6MgK5S+/hU9TCxGRVQ==} @@ -2771,11 +2562,11 @@ packages: '@unocss/preset-mini': 0.57.7 dev: false - /@unocss/preset-typography@0.58.2: - resolution: {integrity: sha512-8T9Ftf8uhURjYY6REd3hziTyOti3T3OAUHlnCfYcS29bQmn/hTczq+D/ljB41RXoFybcy454Om1QDmdc0+Ky1w==} + /@unocss/preset-typography@0.58.3: + resolution: {integrity: sha512-hOQa2Sjkxo5v+jMwPXYv1MpHSrirf73FKPqwwHlvEUSCq9iweGDOU/MVOc5fI9qCg0SrfWhIvrZb4ASlgAuzWQ==} dependencies: - '@unocss/core': 0.58.2 - '@unocss/preset-mini': 0.58.2 + '@unocss/core': 0.58.3 + '@unocss/preset-mini': 0.58.3 /@unocss/preset-uno@0.57.7: resolution: {integrity: sha512-yRKvRBaPLmDSUZet5WnV1WNb3BV4EFwvB1Zbvlc3lyVp6uCksP/SYlxuUwht7JefOrfiY2sGugoBxZTyGmj/kQ==} @@ -2786,13 +2577,13 @@ packages: '@unocss/rule-utils': 0.57.7 dev: false - /@unocss/preset-uno@0.58.2: - resolution: {integrity: sha512-9CrXrhN1yOaPv8z9jzQZ28qntB26t6eiY/LyQcYZf00AAz54JOyK+rDbArTuDXQBOcnDMTGgR7zEt19fLnSxrg==} + /@unocss/preset-uno@0.58.3: + resolution: {integrity: sha512-E/g2BS4KXS9E/4OqyJSt0xSB6gbbk2VGjgIXrpcSXuDr2S2F29XLVlhJA5HJBADPlEfbo41z7Mk3LA3nQPWxQQ==} dependencies: - '@unocss/core': 0.58.2 - '@unocss/preset-mini': 0.58.2 - '@unocss/preset-wind': 0.58.2 - '@unocss/rule-utils': 0.58.2 + '@unocss/core': 0.58.3 + '@unocss/preset-mini': 0.58.3 + '@unocss/preset-wind': 0.58.3 + '@unocss/rule-utils': 0.58.3 /@unocss/preset-web-fonts@0.57.7: resolution: {integrity: sha512-wBPej5GeYb0D/xjMdMmpH6k/3Oe1ujx9DJys2/gtvl/rsBZpSkoWcnl+8Z3bAhooDnwL2gkJCIlpuDiRNtKvGA==} @@ -2801,10 +2592,10 @@ packages: ofetch: 1.3.3 dev: false - /@unocss/preset-web-fonts@0.58.2: - resolution: {integrity: sha512-8CAJGIlG35XY0xkyMzYQp3eALb9zjlDFfKEelJuCqwN4bRL2wh3BdOB96a8isTqbCU2FXeXWNZHtM7zRP3LwQw==} + /@unocss/preset-web-fonts@0.58.3: + resolution: {integrity: sha512-g+ru8gX74uZVSfKgdSGp46XQ+wMr66Hp3wtI01yyu9wqmJRAVWQmeehFYZ0hDnGgX20veYSbG+ybZfxIKeTy6w==} dependencies: - '@unocss/core': 0.58.2 + '@unocss/core': 0.58.3 ofetch: 1.3.3 /@unocss/preset-wind@0.57.7: @@ -2815,19 +2606,19 @@ packages: '@unocss/rule-utils': 0.57.7 dev: false - /@unocss/preset-wind@0.58.2: - resolution: {integrity: sha512-WevI3Cv0J7EXCsC+KVgs7/Ar1m9dBazlD+ooGIli5Fm7RWxp9+xg/UeaxdRaoDUaj6AQBIg1U0ZxHySM6VitiA==} + /@unocss/preset-wind@0.58.3: + resolution: {integrity: sha512-/YhvKDFGnTNvKxNaBv1dazHaqNmBM0Ulh0U9lhycGz11qsJTQSl/Y9ZP64fVC7fuo+Uiaj8AN/9gpmpVrCgt4A==} dependencies: - '@unocss/core': 0.58.2 - '@unocss/preset-mini': 0.58.2 - '@unocss/rule-utils': 0.58.2 + '@unocss/core': 0.58.3 + '@unocss/preset-mini': 0.58.3 + '@unocss/rule-utils': 0.58.3 /@unocss/reset@0.57.7: resolution: {integrity: sha512-oN9024WVrMewGbornnAPIpzHeKPIfVmZ5IsZGilWR761TnI5jTjHUkswsVoFx7tZdpCN2/bqS3JK/Ah0aot3NQ==} dev: false - /@unocss/reset@0.58.2: - resolution: {integrity: sha512-ZzskZzrs7fPoKWrSpF1vehIr8TI7u4eS+MSurE0qUXatg0/nsXAZvaFYu0obu1kWrmnHyzA7G+m6LMX1h1tT7Q==} + /@unocss/reset@0.58.3: + resolution: {integrity: sha512-Q2KiRQlam2iYsTZgKdvnXEfUN4TA2oVpGIVD9Wa0ggs0XlYj5aOo0g0+4Tgqqn+YaviZQeJKnDs/JWE+ygHhZA==} /@unocss/rule-utils@0.57.7: resolution: {integrity: sha512-gLqbKTIetvRynLkhonu1znr+bmWnw+Cl3dFVNgZPGjiqGHd78PGS0gXQKvzuyN0iO2ADub1A7GlCWs826iEHjA==} @@ -2837,38 +2628,38 @@ packages: magic-string: 0.30.5 dev: false - /@unocss/rule-utils@0.58.2: - resolution: {integrity: sha512-cbrMvSuLf2ZMqJqmiCzIrrH59wEhnH4Ui/dnq/goWAqFe042nET8TcHz++2npc2T8EZlCMoC3zstCJzVbxGCVQ==} + /@unocss/rule-utils@0.58.3: + resolution: {integrity: sha512-0Px9gIW+VOKetZuYET19uamIRpk7A9c8sCzQuGlNvCLXKEWamqXz5asLtnvPzw6SwCXEQDgWXE9i+aeoXaM0Jg==} engines: {node: '>=14'} dependencies: - '@unocss/core': 0.58.2 + '@unocss/core': 0.58.3 magic-string: 0.30.5 /@unocss/scope@0.57.7: resolution: {integrity: sha512-pqWbKXcrTJ2ovVRTYFLnUX5ryEhdSXp7YfyBQT3zLtQb4nQ2XZcLTvGdWo7F+9jZ09yP7NdHscBLkeWgx+mVgw==} dev: false - /@unocss/scope@0.58.2: - resolution: {integrity: sha512-1FnI7ANHLD3RdlPXoX0vlz5U3hZWe3vfqE71Ybzmgw6Yd2SASqXgtYu6BUvXIUC6lRv91reASJKziD+kXH5AnQ==} + /@unocss/scope@0.58.3: + resolution: {integrity: sha512-Bkf6sk/0wry+fa5P8eLnzjC4pdrRlBY29g4F64qjsMBR0gk0stFRNzeoMOk412gmJXWjjlAQgNYiBZDHoPghZw==} /@unocss/transformer-attributify-jsx-babel@0.57.7: resolution: {integrity: sha512-CqxTiT5ikOC6R/HNyBcCIVYUfeazqRbsw7X4hYKmGHO7QsnaKQFWZTpj+sSDRh3oHq+IDtcD6KB2anTEffEQNA==} dependencies: - '@babel/core': 7.23.5 - '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.23.5) - '@babel/preset-typescript': 7.23.3(@babel/core@7.23.5) + '@babel/core': 7.23.6 + '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.23.6) + '@babel/preset-typescript': 7.23.3(@babel/core@7.23.6) '@unocss/core': 0.57.7 transitivePeerDependencies: - supports-color dev: false - /@unocss/transformer-attributify-jsx-babel@0.58.2: - resolution: {integrity: sha512-MrFyefBBuwhccS8di4RMdsUQnaN+zLCB/IJkXGY07Qlble9onDSrixZzAdG+TsY9kE/yPZ5UxvhMgOk23rda+w==} + /@unocss/transformer-attributify-jsx-babel@0.58.3: + resolution: {integrity: sha512-ar+s1rUVHpTy5Yz31WP4DGF2IHxyD4sk/t9ayvR2nOZddAZipdLGSShG03GLkRv4h2/r0x+BIyJGdwAC0BgVZQ==} dependencies: '@babel/core': 7.23.6 '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.23.6) '@babel/preset-typescript': 7.23.3(@babel/core@7.23.6) - '@unocss/core': 0.58.2 + '@unocss/core': 0.58.3 transitivePeerDependencies: - supports-color @@ -2878,10 +2669,10 @@ packages: '@unocss/core': 0.57.7 dev: false - /@unocss/transformer-attributify-jsx@0.58.2: - resolution: {integrity: sha512-ONP1u7OUd5T4fXFIikTk6+NPEs14T/x8lokWAoTsFxkDmf28AWZw/4rHiZ23e725M4sjRrjcUzX/kyHnTUEiKQ==} + /@unocss/transformer-attributify-jsx@0.58.3: + resolution: {integrity: sha512-H6wLJ5aAdHz8K/Z9/7OfiCBpOmKM7Gah2YtooT/Vfxu66bGehZO4QF6fcla6St53HifNvZ5odhlzqVEyHvQEaQ==} dependencies: - '@unocss/core': 0.58.2 + '@unocss/core': 0.58.3 /@unocss/transformer-compile-class@0.57.7: resolution: {integrity: sha512-D+PyD7IOXUm/lzzoCt/yon0Gh1fIK9iKeSBvB6/BREF/ejscNzQ/ia0Pq0pid2cVvOULCSo0z2sO9zljsQtv9A==} @@ -2889,10 +2680,10 @@ packages: '@unocss/core': 0.57.7 dev: false - /@unocss/transformer-compile-class@0.58.2: - resolution: {integrity: sha512-Qn6XM7HYl7fnVqa2RkFNjrX10jAeaOvUJyC3PjaOUd1pk+lV4kMKQp/pDTZ3ZNpmvwNy80KCh2qEoj4MuUua1Q==} + /@unocss/transformer-compile-class@0.58.3: + resolution: {integrity: sha512-VmnByb3N8uGAEXjnfhra3DzKq8ZeVCL30n46GG5RTC03MK0rZmKVOmBOBIB99rmSV+D/WVrb12Gf4fHsoLca7g==} dependencies: - '@unocss/core': 0.58.2 + '@unocss/core': 0.58.3 /@unocss/transformer-directives@0.57.7: resolution: {integrity: sha512-m0n7WqU3o+1Vyh1uaeU7H4u5gJqakkRqZqTq3MR3xLCSVfORJ/5XO8r+t6VUkJtaLxcIrtYE2geAbwmGV3zSKA==} @@ -2902,11 +2693,11 @@ packages: css-tree: 2.3.1 dev: false - /@unocss/transformer-directives@0.58.2: - resolution: {integrity: sha512-tvGvAiUozDXzTIvS/nrC6cGe3yYkB+KDl/evAbP/jZ55lGjL1B5kl/WQLdgptk2REyu8UTLne63U1Vv+tiB9Zw==} + /@unocss/transformer-directives@0.58.3: + resolution: {integrity: sha512-JMfeA8GJz106UqafqsCDp6BBEU7TozZHpLw414CKZjOW1CuMmaKEGrlr2UCjCYgM1vH7KEFKRMwTRUEV3NvywQ==} dependencies: - '@unocss/core': 0.58.2 - '@unocss/rule-utils': 0.58.2 + '@unocss/core': 0.58.3 + '@unocss/rule-utils': 0.58.3 css-tree: 2.3.1 /@unocss/transformer-variant-group@0.57.7: @@ -2915,10 +2706,10 @@ packages: '@unocss/core': 0.57.7 dev: false - /@unocss/transformer-variant-group@0.58.2: - resolution: {integrity: sha512-tfq8Kk4+RCO4wyVda8lPN6qrmCIR/6Yhilzt6cwnY6J4+V2q8dSi+Rpcs/UupZWhrwgohDroIYZHf6XEdQW7Eg==} + /@unocss/transformer-variant-group@0.58.3: + resolution: {integrity: sha512-/8CyzLwzpJC5cdiA/Wd5/Pg+HEIK+xxJJ3/VXoo93OPNCCbA9/h6DPwDh1ogKk15c6b5H75Ow6zKq1rYQAz2EA==} dependencies: - '@unocss/core': 0.58.2 + '@unocss/core': 0.58.3 /@unocss/vite@0.57.7(rollup@3.29.4)(vite@5.0.2): resolution: {integrity: sha512-SbJrRgfc35MmgMBlHaEK4YpJVD2B0bmxH9PVgHRuDae/hOEOG0VqNP0f2ijJtX9HG3jOpQVlbEoGnUo8jsZtsw==} @@ -2935,50 +2726,50 @@ packages: chokidar: 3.5.3 fast-glob: 3.3.2 magic-string: 0.30.5 - vite: 5.0.2(@types/node@20.10.5) + vite: 5.0.2(@types/node@20.10.6) transitivePeerDependencies: - rollup dev: false - /@unocss/vite@0.58.2(rollup@3.29.4)(vite@5.0.10): - resolution: {integrity: sha512-5mqHJ8QJEueF77YGSOHhcUHOblhX4aZc2Uvvjkqkord+19cEpZ8moyYuWjnYp5ja6EGaLLAjPs1011Byk4f7aw==} + /@unocss/vite@0.58.3(rollup@3.29.4)(vite@5.0.10): + resolution: {integrity: sha512-gmB2//z7lDEK7Bw5HbHTSQ3abOM0iveAY/W3L3FFXpvduoxMQyuI5dDk0hOCtzhAWeJoynnVN4MBGVmXM4Y/Mg==} peerDependencies: vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 dependencies: '@ampproject/remapping': 2.2.1 '@rollup/pluginutils': 5.1.0(rollup@3.29.4) - '@unocss/config': 0.58.2 - '@unocss/core': 0.58.2 - '@unocss/inspector': 0.58.2 - '@unocss/scope': 0.58.2 - '@unocss/transformer-directives': 0.58.2 + '@unocss/config': 0.58.3 + '@unocss/core': 0.58.3 + '@unocss/inspector': 0.58.3 + '@unocss/scope': 0.58.3 + '@unocss/transformer-directives': 0.58.3 chokidar: 3.5.3 fast-glob: 3.3.2 magic-string: 0.30.5 - vite: 5.0.10(@types/node@20.10.5) + vite: 5.0.10(@types/node@20.10.6) transitivePeerDependencies: - rollup - /@vitejs/plugin-vue@4.6.0(vite@5.0.10)(vue@3.4.0): - resolution: {integrity: sha512-XHuyFdAikWRmHuAd89FOyUGIjrBU5KlxJtyi2hVeR9ySGFxQwE0bl5xAQju/ArMq5azdBivY4d+D2yPKwoYWUg==} + /@vitejs/plugin-vue@4.6.2(vite@5.0.10)(vue@3.4.4): + resolution: {integrity: sha512-kqf7SGFoG+80aZG6Pf+gsZIVvGSCKE98JbiWqcCV9cThtg91Jav0yvYFC9Zb+jKetNGF6ZKeoaxgZfND21fWKw==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: vite: ^4.0.0 || ^5.0.0 vue: ^3.2.25 dependencies: - vite: 5.0.10(@types/node@20.10.5) - vue: 3.4.0(typescript@5.3.3) + vite: 5.0.10(@types/node@20.10.6) + vue: 3.4.4(typescript@5.3.3) dev: true - /@vitejs/plugin-vue@5.0.0(vite@5.0.10)(vue@3.4.0): - resolution: {integrity: sha512-7x5e8X4J1Wi4NxudGjJBd2OFerAi/0nzF80ojCzvfj347WVr0YSn82C8BSsgwSHzlk9Kw5xnZfj0/7RLnNwP5w==} + /@vitejs/plugin-vue@5.0.2(vite@5.0.10)(vue@3.4.4): + resolution: {integrity: sha512-kEjJHrLb5ePBvjD0SPZwJlw1QTRcjjCA9sB5VyfonoXVBxTS7TMnqL6EkLt1Eu61RDeiuZ/WN9Hf6PxXhPI2uA==} engines: {node: ^18.0.0 || >=20.0.0} peerDependencies: vite: ^5.0.0 vue: ^3.2.25 dependencies: - vite: 5.0.10(@types/node@20.10.5) - vue: 3.4.0(typescript@5.3.3) + vite: 5.0.10(@types/node@20.10.6) + vue: 3.4.4(typescript@5.3.3) dev: true /@vitest/coverage-v8@0.34.6(vitest@0.34.6): @@ -3077,7 +2868,7 @@ packages: /@vue/compiler-core@3.3.11: resolution: {integrity: sha512-h97/TGWBilnLuRaj58sxNrsUU66fwdRKLOLQ9N/5iNDfp+DZhYH9Obhe0bXxhedl8fjAgpRANpiZfbgWyruQ0w==} dependencies: - '@babel/parser': 7.23.5 + '@babel/parser': 7.23.6 '@vue/shared': 3.3.11 estree-walker: 2.0.2 source-map-js: 1.0.2 @@ -3091,6 +2882,16 @@ packages: entities: 4.5.0 estree-walker: 2.0.2 source-map-js: 1.0.2 + dev: true + + /@vue/compiler-core@3.4.4: + resolution: {integrity: sha512-U5AdCN+6skzh2bSJrkMj2KZsVkUpgK8/XlxjSRYQZhNPcvt9/kmgIMpFEiTyK+Dz5E1J+8o8//BEIX+bakgVSw==} + dependencies: + '@babel/parser': 7.23.6 + '@vue/shared': 3.4.4 + entities: 4.5.0 + estree-walker: 2.0.2 + source-map-js: 1.0.2 /@vue/compiler-dom@3.3.11: resolution: {integrity: sha512-zoAiUIqSKqAJ81WhfPXYmFGwDRuO+loqLxvXmfUdR5fOitPoUiIeFI9cTTyv9MU5O1+ZZglJVTusWzy+wfk5hw==} @@ -3104,21 +2905,13 @@ packages: dependencies: '@vue/compiler-core': 3.4.0 '@vue/shared': 3.4.0 + dev: true - /@vue/compiler-sfc@3.3.11: - resolution: {integrity: sha512-U4iqPlHO0KQeK1mrsxCN0vZzw43/lL8POxgpzcJweopmqtoYy9nljJzWDIQS3EfjiYhfdtdk9Gtgz7MRXnz3GA==} + /@vue/compiler-dom@3.4.4: + resolution: {integrity: sha512-iSwkdDULCN+Vr8z6uwdlL044GJ/nUmECxP9vu7MzEs4Qma0FwDLYvnvRcyO0ZITuu3Os4FptGUDnhi1kOLSaGw==} dependencies: - '@babel/parser': 7.23.5 - '@vue/compiler-core': 3.3.11 - '@vue/compiler-dom': 3.3.11 - '@vue/compiler-ssr': 3.3.11 - '@vue/reactivity-transform': 3.3.11 - '@vue/shared': 3.3.11 - estree-walker: 2.0.2 - magic-string: 0.30.5 - postcss: 8.4.32 - source-map-js: 1.0.2 - dev: true + '@vue/compiler-core': 3.4.4 + '@vue/shared': 3.4.4 /@vue/compiler-sfc@3.4.0: resolution: {integrity: sha512-PWE0mE2yW7bJS7PmaCrVDEG6KPaDJo0pb4AKnCxJ5lRRDO4IwL/fswBGhCpov+v/c+N/e+hQHpXNwvqU9BtUXg==} @@ -3132,19 +2925,33 @@ packages: magic-string: 0.30.5 postcss: 8.4.32 source-map-js: 1.0.2 + dev: true - /@vue/compiler-ssr@3.3.11: - resolution: {integrity: sha512-Zd66ZwMvndxRTgVPdo+muV4Rv9n9DwQ4SSgWWKWkPFebHQfVYRrVjeygmmDmPewsHyznCNvJ2P2d6iOOhdv8Qg==} + /@vue/compiler-sfc@3.4.4: + resolution: {integrity: sha512-OTFcU6vUxUNHBcarzkp4g6d25nvcmDvFDzPRvSrIsByFFPRYN+y3b+j9HxYwt6nlWvGyFCe0roeJdJlfYxbCBg==} dependencies: - '@vue/compiler-dom': 3.3.11 - '@vue/shared': 3.3.11 - dev: true + '@babel/parser': 7.23.6 + '@vue/compiler-core': 3.4.4 + '@vue/compiler-dom': 3.4.4 + '@vue/compiler-ssr': 3.4.4 + '@vue/shared': 3.4.4 + estree-walker: 2.0.2 + magic-string: 0.30.5 + postcss: 8.4.32 + source-map-js: 1.0.2 /@vue/compiler-ssr@3.4.0: resolution: {integrity: sha512-+oXKy105g9DIYQKDi3Gwung0xqQX5gJHr0GR+Vf7yK/WkNDM6q61ummcKmKAB85EIst8y3vj2PA9z9YU5Oc4DQ==} dependencies: '@vue/compiler-dom': 3.4.0 '@vue/shared': 3.4.0 + dev: true + + /@vue/compiler-ssr@3.4.4: + resolution: {integrity: sha512-1DU9DflSSQlx/M61GEBN+NbT/anUki2ooDo9IXfTckCeKA/2IKNhY8KbG3x6zkd3KGrxzteC7de6QL88vEb41Q==} + dependencies: + '@vue/compiler-dom': 3.4.4 + '@vue/shared': 3.4.4 /@vue/devtools-api@6.5.1: resolution: {integrity: sha512-+KpckaAQyfbvshdDW5xQylLni1asvNSGme1JFs8I1+/H5pHEhqUKMEQD/qn3Nx5+/nycBq11qAEi8lk+LXI2dA==} @@ -3169,42 +2976,32 @@ packages: vue-template-compiler: 2.7.15 dev: true - /@vue/reactivity-transform@3.3.11: - resolution: {integrity: sha512-fPGjH0wqJo68A0wQ1k158utDq/cRyZNlFoxGwNScE28aUFOKFEnCBsvyD8jHn+0kd0UKVpuGuaZEQ6r9FJRqCg==} - dependencies: - '@babel/parser': 7.23.5 - '@vue/compiler-core': 3.3.11 - '@vue/shared': 3.3.11 - estree-walker: 2.0.2 - magic-string: 0.30.5 - dev: true - - /@vue/reactivity@3.4.0: - resolution: {integrity: sha512-X6BvQjNcgKKHWPQzlRJjZvIu72Kkn8xJSv6VNptqWh8dToMknD0Hch1l4N7llKgVt6Diq4lMeUnErbZFvuGlAA==} + /@vue/reactivity@3.4.4: + resolution: {integrity: sha512-DFsuJBf6sfhd5SYzJmcBTUG9+EKqjF31Gsk1NJtnpJm9liSZ806XwGJUeNBVQIanax7ODV7Lmk/k17BgxXNuTg==} dependencies: - '@vue/shared': 3.4.0 + '@vue/shared': 3.4.4 - /@vue/runtime-core@3.4.0: - resolution: {integrity: sha512-NYrj/JgMMqnSWcIud8lLzDQrBLu+EVEeQ56QE9DYJeKG2eFrnQy8o/h57R9nCprafHs0uImKL3xsdXjHseYVxw==} + /@vue/runtime-core@3.4.4: + resolution: {integrity: sha512-zWWwNQAj5JdxrmOA1xegJm+c4VtyIbDEKgQjSb4va5v7gGTCh0ZjvLI+htGFdVXaO9bs2J3C81p5p+6jrPK8Bw==} dependencies: - '@vue/reactivity': 3.4.0 - '@vue/shared': 3.4.0 + '@vue/reactivity': 3.4.4 + '@vue/shared': 3.4.4 - /@vue/runtime-dom@3.4.0: - resolution: {integrity: sha512-1ZoHEsA5l77qbx2F+SWo/hQdBksPuOmww1t/jznidDG+xMB/iidafEFvo2ZTtZii0JfTIrlDhjshfYUvQC17wQ==} + /@vue/runtime-dom@3.4.4: + resolution: {integrity: sha512-Nlh2ap1J/eJQ6R0g+AIRyGNwpTJQACN0dk8I8FRLH8Ev11DSvfcPOpn4+Kbg5xAMcuq0cHB8zFYxVrOgETrrvg==} dependencies: - '@vue/runtime-core': 3.4.0 - '@vue/shared': 3.4.0 + '@vue/runtime-core': 3.4.4 + '@vue/shared': 3.4.4 csstype: 3.1.3 - /@vue/server-renderer@3.4.0(vue@3.4.0): - resolution: {integrity: sha512-GuOVCyLDlWPu8nKo5AUxb8B+iB/Ik4I1WwqAlBqf5+y48z6D6rvKshp7KR3cJea+pte1tdTsb0+Ja82KizMZOw==} + /@vue/server-renderer@3.4.4(vue@3.4.4): + resolution: {integrity: sha512-+AjoiKcC41k7SMJBYkDO9xs79/Of8DiThS9mH5l2MK+EY0to3psI0k+sElvVqQvsoZTjHMEuMz0AEgvm2T+CwA==} peerDependencies: - vue: 3.4.0 + vue: 3.4.4 dependencies: - '@vue/compiler-ssr': 3.4.0 - '@vue/shared': 3.4.0 - vue: 3.4.0(typescript@5.3.3) + '@vue/compiler-ssr': 3.4.4 + '@vue/shared': 3.4.4 + vue: 3.4.4(typescript@5.3.3) /@vue/shared@3.3.11: resolution: {integrity: sha512-u2G8ZQ9IhMWTMXaWqZycnK4UthG1fA238CD+DP4Dm4WJi5hdUKKLg0RMRaRpDPNMdkTwIDkp7WtD0Rd9BH9fLw==} @@ -3212,19 +3009,23 @@ packages: /@vue/shared@3.4.0: resolution: {integrity: sha512-Nhh3ed3G1R6HDAWiG6YYFt0Zmq/To6u5vjzwa9TIquGheCXPY6nEdIAO8ZdlwXsWqC2yNLj700FOvShpYt5CEA==} + dev: true - /@vueuse/core@10.7.1(vue@3.4.0): + /@vue/shared@3.4.4: + resolution: {integrity: sha512-abSgiVRhfjfl3JALR/cSuBl74hGJ3SePgf1mKzodf1eMWLwHZbfEGxT2cNJSsNiw44jEgrO7bNkhchaWA7RwNw==} + + /@vueuse/core@10.7.1(vue@3.4.4): resolution: {integrity: sha512-74mWHlaesJSWGp1ihg76vAnfVq9NTv1YT0SYhAQ6zwFNdBkkP+CKKJmVOEHcdSnLXCXYiL5e7MaewblfiYLP7g==} dependencies: '@types/web-bluetooth': 0.0.20 '@vueuse/metadata': 10.7.1 - '@vueuse/shared': 10.7.1(vue@3.4.0) - vue-demi: 0.14.6(vue@3.4.0) + '@vueuse/shared': 10.7.1(vue@3.4.4) + vue-demi: 0.14.6(vue@3.4.4) transitivePeerDependencies: - '@vue/composition-api' - vue - /@vueuse/integrations@10.7.1(focus-trap@7.5.4)(vue@3.4.0): + /@vueuse/integrations@10.7.1(focus-trap@7.5.4)(vue@3.4.4): resolution: {integrity: sha512-cKo5LEeKVHdBRBtMTOrDPdR0YNtrmN9IBfdcnY2P3m5LHVrsD0xiHUtAH1WKjHQRIErZG6rJUa6GA4tWZt89Og==} peerDependencies: async-validator: '*' @@ -3265,10 +3066,10 @@ packages: universal-cookie: optional: true dependencies: - '@vueuse/core': 10.7.1(vue@3.4.0) - '@vueuse/shared': 10.7.1(vue@3.4.0) + '@vueuse/core': 10.7.1(vue@3.4.4) + '@vueuse/shared': 10.7.1(vue@3.4.4) focus-trap: 7.5.4 - vue-demi: 0.14.6(vue@3.4.0) + vue-demi: 0.14.6(vue@3.4.4) transitivePeerDependencies: - '@vue/composition-api' - vue @@ -3277,10 +3078,10 @@ packages: /@vueuse/metadata@10.7.1: resolution: {integrity: sha512-jX8MbX5UX067DYVsbtrmKn6eG6KMcXxLRLlurGkZku5ZYT3vxgBjui2zajvUZ18QLIjrgBkFRsu7CqTAg18QFw==} - /@vueuse/shared@10.7.1(vue@3.4.0): + /@vueuse/shared@10.7.1(vue@3.4.4): resolution: {integrity: sha512-v0jbRR31LSgRY/C5i5X279A/WQjD6/JsMzGa+eqt658oJ75IvQXAeONmwvEMrvJQKnRElq/frzBR7fhmWY5uLw==} dependencies: - vue-demi: 0.14.6(vue@3.4.0) + vue-demi: 0.14.6(vue@3.4.4) transitivePeerDependencies: - '@vue/composition-api' - vue @@ -3465,16 +3266,6 @@ packages: dependencies: fill-range: 7.0.1 - /browserslist@4.22.1: - resolution: {integrity: sha512-FEVc202+2iuClEhZhrWy6ZiAcRLvNMyYcxZ8raemul1DYVOVdFsbqckWLdsixQZCpJlwe77Z3UTalE7jsjnKfQ==} - engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} - hasBin: true - dependencies: - caniuse-lite: 1.0.30001564 - electron-to-chromium: 1.4.590 - node-releases: 2.0.13 - update-browserslist-db: 1.0.13(browserslist@4.22.1) - /browserslist@4.22.2: resolution: {integrity: sha512-0UgcrvQmBDvZHFGdYUehrCNIazki7/lUP3kkoi/r3YB2amZbFM9J43ZRkJTXBUZK4gmx56+Sqk9+Vs9mwZx9+A==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} @@ -3557,9 +3348,6 @@ packages: engines: {node: '>=6'} dev: true - /caniuse-lite@1.0.30001564: - resolution: {integrity: sha512-DqAOf+rhof+6GVx1y+xzbFPeOumfQnhYzVnZD6LAXijR77yPtm9mfOcqOnT3mpnJiZVT+kwLAFnRlZcIz+c6bg==} - /caniuse-lite@1.0.30001572: resolution: {integrity: sha512-1Pbh5FLmn5y4+QhNyJE9j3/7dK44dGB83/ZMjv/qJk86TvDbjk0LosiZo0i0WB0Vx607qMX9jYrn1VLHCkN4rw==} @@ -3991,9 +3779,6 @@ packages: /duplexer@0.1.2: resolution: {integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==} - /electron-to-chromium@1.4.590: - resolution: {integrity: sha512-hohItzsQcG7/FBsviCYMtQwUSWvVF7NVqPOnJCErWsAshsP/CR2LAXdmq276RbESNdhxiAq5/vRo1g2pxGXVww==} - /electron-to-chromium@1.4.616: resolution: {integrity: sha512-1n7zWYh8eS0L9Uy+GskE0lkBUNK83cXTVJI0pU3mGprFsbfSdAc15VTFbo+A+Bq4pwstmL30AVcEU3Fo463lNg==} @@ -4637,13 +4422,13 @@ packages: - supports-color dev: true - /eslint-processor-vue-blocks@0.1.1(@vue/compiler-sfc@3.3.11)(eslint@8.56.0): + /eslint-processor-vue-blocks@0.1.1(@vue/compiler-sfc@3.4.0)(eslint@8.56.0): resolution: {integrity: sha512-9+dU5lU881log570oBwpelaJmOfOzSniben7IWEDRYQPPWwlvaV7NhOtsTuUWDqpYT+dtKKWPsgz4OkOi+aZnA==} peerDependencies: '@vue/compiler-sfc': ^3.3.0 eslint: ^8.50.0 dependencies: - '@vue/compiler-sfc': 3.3.11 + '@vue/compiler-sfc': 3.4.0 eslint: 8.56.0 dev: true @@ -5929,6 +5714,7 @@ packages: /mrmime@1.0.1: resolution: {integrity: sha512-hzzEagAgDyoU1Q6yg5uI+AorQgdvMCur3FcKf7NhMKWsaYg+RnbTyHRa/9IlLF9rf455MOCtcqqrQQ83pPP7Uw==} engines: {node: '>=10'} + dev: true /mrmime@2.0.0: resolution: {integrity: sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==} @@ -5961,9 +5747,6 @@ packages: /node-fetch-native@1.4.1: resolution: {integrity: sha512-NsXBU0UgBxo2rQLOeWNZqS3fvflWePMECr8CoSWoSTqCqGbVVsvl9vZu1HfQicYN0g5piV9Gh8RTEvo/uP752w==} - /node-releases@2.0.13: - resolution: {integrity: sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==} - /node-releases@2.0.14: resolution: {integrity: sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==} @@ -6537,20 +6320,20 @@ packages: resolution: {integrity: sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==} dev: true - /shikiji-core@0.9.13: - resolution: {integrity: sha512-9r6hLKZ6Y0eIkPdt6AQJASITIM0MTOoNgDDnCS6oHL6TH94mWUwUtZ0O9I4OhKVb5m/QnD9PqlxI6+aj42eUng==} + /shikiji-core@0.9.17: + resolution: {integrity: sha512-r1FWTXk6SO2aYqfWgcsJ11MuVQ1ymPSdXzJjK7q8EXuyqu8yc2N5qrQy5+BL6gTVOaF4yLjbxFjF+KTRM1Sp8Q==} dev: true - /shikiji-transformers@0.9.13: - resolution: {integrity: sha512-W3GcFYgFY7L2KROi+ODG9OWA4mImpvCSg/T0td3w2kF+rmSLmTDf+Dv0Ro3SMhG3dc6DDRpXXHEPjTpNJ+rJAQ==} + /shikiji-transformers@0.9.17: + resolution: {integrity: sha512-2CCG9qSLS6Bn/jbeUTEuvC6YSuP8gm8VyX5VjmCvDKyCPGhlLJbH1k/kg9wfRt7cJqpYjhdMDgT5rkdYrOZnsA==} dependencies: - shikiji: 0.9.13 + shikiji: 0.9.17 dev: true - /shikiji@0.9.13: - resolution: {integrity: sha512-nEmxSoeOgzfHcpv1dVeYml0PYBso10Ak9KH7Pgz1fHAvyvvsh1PcgZfTb6Aj2y+Nbw3h4vxNCho9+lNcuzHrNA==} + /shikiji@0.9.17: + resolution: {integrity: sha512-0z/1NfkhBkm3ijrfFeHg3G9yDNuHhXdAGbQm7tRxj4WQ5z2y0XDbnagFyKyuV2ebCTS1Mwy1I3n0Fzcc/4xdmw==} dependencies: - shikiji-core: 0.9.13 + shikiji-core: 0.9.17 dev: true /side-channel@1.0.4: @@ -6577,9 +6360,10 @@ packages: resolution: {integrity: sha512-O9jm9BsID1P+0HOi81VpXPoDxYP374pkOLzACAoyUQ/3OUVndNpsz6wMnY2z+yOxzbllCKZrM+9QrWsv4THnyA==} engines: {node: '>= 10'} dependencies: - '@polka/url': 1.0.0-next.23 + '@polka/url': 1.0.0-next.24 mrmime: 1.0.1 totalist: 3.0.1 + dev: true /sirv@2.0.4: resolution: {integrity: sha512-94Bdh3cC2PKrbgSOUqTiGPWVZeSiXfKOVZNJniWoqrWrRkB1CJzBU3NEbiTsPcYy1lDsANA/THzS+9WBiy5nfQ==} @@ -6921,7 +6705,7 @@ packages: /unconfig@0.3.11: resolution: {integrity: sha512-bV/nqePAKv71v3HdVUn6UefbsDKQWRX+bJIkiSm0+twIds6WiD2bJLWWT3i214+J/B4edufZpG2w7Y63Vbwxow==} dependencies: - '@antfu/utils': 0.7.6 + '@antfu/utils': 0.7.7 defu: 6.1.3 jiti: 1.21.0 mlly: 1.4.2 @@ -6997,18 +6781,18 @@ packages: '@unocss/transformer-directives': 0.57.7 '@unocss/transformer-variant-group': 0.57.7 '@unocss/vite': 0.57.7(rollup@3.29.4)(vite@5.0.2) - vite: 5.0.2(@types/node@20.10.5) + vite: 5.0.2(@types/node@20.10.6) transitivePeerDependencies: - postcss - rollup - supports-color dev: false - /unocss@0.58.2(postcss@8.4.32)(rollup@3.29.4)(vite@5.0.10): - resolution: {integrity: sha512-M82hvJojUsjD98HWLhOU/SITD/9WuHhYoSrQYG6TAa7PuQKJbvxZnZP9hifVjiTSO/VN8MELcdwiuzTTa5GlKQ==} + /unocss@0.58.3(postcss@8.4.32)(rollup@3.29.4)(vite@5.0.10): + resolution: {integrity: sha512-2rnvghfiIDRQ2cOrmN4P7J7xV2p3yBK+bPAt1aoUxCXcszkLczAnQzh9c7IZ+p70kSVstK45cJTYV6TMzOLF7Q==} engines: {node: '>=14'} peerDependencies: - '@unocss/webpack': 0.58.2 + '@unocss/webpack': 0.58.3 vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 peerDependenciesMeta: '@unocss/webpack': @@ -7016,27 +6800,27 @@ packages: vite: optional: true dependencies: - '@unocss/astro': 0.58.2(rollup@3.29.4)(vite@5.0.10) - '@unocss/cli': 0.58.2(rollup@3.29.4) - '@unocss/core': 0.58.2 - '@unocss/extractor-arbitrary-variants': 0.58.2 - '@unocss/postcss': 0.58.2(postcss@8.4.32) - '@unocss/preset-attributify': 0.58.2 - '@unocss/preset-icons': 0.58.2 - '@unocss/preset-mini': 0.58.2 - '@unocss/preset-tagify': 0.58.2 - '@unocss/preset-typography': 0.58.2 - '@unocss/preset-uno': 0.58.2 - '@unocss/preset-web-fonts': 0.58.2 - '@unocss/preset-wind': 0.58.2 - '@unocss/reset': 0.58.2 - '@unocss/transformer-attributify-jsx': 0.58.2 - '@unocss/transformer-attributify-jsx-babel': 0.58.2 - '@unocss/transformer-compile-class': 0.58.2 - '@unocss/transformer-directives': 0.58.2 - '@unocss/transformer-variant-group': 0.58.2 - '@unocss/vite': 0.58.2(rollup@3.29.4)(vite@5.0.10) - vite: 5.0.10(@types/node@20.10.5) + '@unocss/astro': 0.58.3(rollup@3.29.4)(vite@5.0.10) + '@unocss/cli': 0.58.3(rollup@3.29.4) + '@unocss/core': 0.58.3 + '@unocss/extractor-arbitrary-variants': 0.58.3 + '@unocss/postcss': 0.58.3(postcss@8.4.32) + '@unocss/preset-attributify': 0.58.3 + '@unocss/preset-icons': 0.58.3 + '@unocss/preset-mini': 0.58.3 + '@unocss/preset-tagify': 0.58.3 + '@unocss/preset-typography': 0.58.3 + '@unocss/preset-uno': 0.58.3 + '@unocss/preset-web-fonts': 0.58.3 + '@unocss/preset-wind': 0.58.3 + '@unocss/reset': 0.58.3 + '@unocss/transformer-attributify-jsx': 0.58.3 + '@unocss/transformer-attributify-jsx-babel': 0.58.3 + '@unocss/transformer-compile-class': 0.58.3 + '@unocss/transformer-directives': 0.58.3 + '@unocss/transformer-variant-group': 0.58.3 + '@unocss/vite': 0.58.3(rollup@3.29.4)(vite@5.0.10) + vite: 5.0.10(@types/node@20.10.6) transitivePeerDependencies: - postcss - rollup @@ -7056,7 +6840,7 @@ packages: dependencies: '@antfu/utils': 0.7.7 '@rollup/pluginutils': 5.1.0(rollup@3.29.4) - '@vueuse/core': 10.7.1(vue@3.4.0) + '@vueuse/core': 10.7.1(vue@3.4.4) fast-glob: 3.3.2 local-pkg: 0.5.0 magic-string: 0.30.5 @@ -7067,7 +6851,7 @@ packages: - rollup dev: true - /unplugin-vue-components@0.26.0(rollup@3.29.4)(vue@3.4.0): + /unplugin-vue-components@0.26.0(rollup@3.29.4)(vue@3.4.4): resolution: {integrity: sha512-s7IdPDlnOvPamjunVxw8kNgKNK8A5KM1YpK5j/p97jEKTjlPNrA0nZBiSfAKKlK1gWZuyWXlKL5dk3EDw874LQ==} engines: {node: '>=14'} peerDependencies: @@ -7090,7 +6874,7 @@ packages: minimatch: 9.0.3 resolve: 1.22.8 unplugin: 1.5.1 - vue: 3.4.0(typescript@5.3.3) + vue: 3.4.4(typescript@5.3.3) transitivePeerDependencies: - rollup - supports-color @@ -7123,9 +6907,9 @@ packages: resolution: {integrity: sha512-Egkr/s4zcMTEuulcIb7dgURS6QpN7DyqQYdf+jBtiaJvQ+eRsrtWUoX84SbvQWuLkXsOjM+8sJC9u6KoMK/U7Q==} hasBin: true dependencies: - '@babel/core': 7.23.5 + '@babel/core': 7.23.6 '@babel/standalone': 7.23.4 - '@babel/types': 7.23.5 + '@babel/types': 7.23.6 defu: 6.1.3 jiti: 1.21.0 mri: 1.2.0 @@ -7134,16 +6918,6 @@ packages: - supports-color dev: true - /update-browserslist-db@1.0.13(browserslist@4.22.1): - resolution: {integrity: sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==} - hasBin: true - peerDependencies: - browserslist: '>= 4.21.0' - dependencies: - browserslist: 4.22.1 - escalade: 3.1.1 - picocolors: 1.0.0 - /update-browserslist-db@1.0.13(browserslist@4.22.2): resolution: {integrity: sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==} hasBin: true @@ -7195,7 +6969,7 @@ packages: shell-quote: 1.8.1 dev: true - /vite-node@0.34.6(@types/node@20.10.5): + /vite-node@0.34.6(@types/node@20.10.6): resolution: {integrity: sha512-nlBMJ9x6n7/Amaz6F3zJ97EBwR2FkzhBRxF5e+jE6LA3yi6Wtc2lyTij1OnDMIr34v5g/tVQtsVAzhT0jc5ygA==} engines: {node: '>=v14.18.0'} hasBin: true @@ -7205,7 +6979,7 @@ packages: mlly: 1.4.2 pathe: 1.1.1 picocolors: 1.0.0 - vite: 5.0.10(@types/node@20.10.5) + vite: 5.0.10(@types/node@20.10.6) transitivePeerDependencies: - '@types/node' - less @@ -7217,7 +6991,7 @@ packages: - terser dev: true - /vite-plugin-alias@0.1.1(@types/node@20.10.5)(eslint@8.56.0)(typescript@5.3.3): + /vite-plugin-alias@0.1.1(@types/node@20.10.6)(eslint@8.56.0)(typescript@5.3.3): resolution: {integrity: sha512-AKbpfif8wkBo1pLHlv+nRKbxWZ+9AOLIztxJclgF6AUI3W7B7pHYiHFbb1rZmHOeZQ5+lsDYinMc/QNVNy7Jpw==} dependencies: '@antfu/eslint-config': 0.43.1(eslint@8.56.0)(typescript@5.3.3) @@ -7226,7 +7000,7 @@ packages: consola: 3.2.3 fast-glob: 3.3.2 unbuild: 2.0.0(typescript@5.3.3) - vite: 4.4.9(@types/node@20.10.5) + vite: 4.4.9(@types/node@20.10.6) transitivePeerDependencies: - '@types/node' - eslint @@ -7261,13 +7035,13 @@ packages: open: 9.1.0 picocolors: 1.0.0 sirv: 2.0.3 - vite: 5.0.10(@types/node@20.10.5) + vite: 5.0.10(@types/node@20.10.6) transitivePeerDependencies: - rollup - supports-color dev: true - /vite-plugin-pages@0.32.0(@vue/compiler-sfc@3.3.11)(vite@5.0.10): + /vite-plugin-pages@0.32.0(@vue/compiler-sfc@3.4.0)(vite@5.0.10): resolution: {integrity: sha512-OxS3n0zUo5wsfgNCAuw2FiG/KD1ipgQV+2Flst4RyeI2iPv+m0YueVq+nx41k5NOWJj/zhqEas6I0b7HXveXjA==} peerDependencies: '@vue/compiler-sfc': ^2.7.0 || ^3.0.0 @@ -7277,7 +7051,7 @@ packages: optional: true dependencies: '@types/debug': 4.1.12 - '@vue/compiler-sfc': 3.3.11 + '@vue/compiler-sfc': 3.4.0 debug: 4.3.4 deep-equal: 2.2.3 extract-comments: 1.1.0 @@ -7285,13 +7059,13 @@ packages: json5: 2.2.3 local-pkg: 0.5.0 picocolors: 1.0.0 - vite: 5.0.10(@types/node@20.10.5) + vite: 5.0.10(@types/node@20.10.6) yaml: 2.3.4 transitivePeerDependencies: - supports-color dev: true - /vite@4.4.9(@types/node@20.10.5): + /vite@4.4.9(@types/node@20.10.6): resolution: {integrity: sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true @@ -7319,7 +7093,7 @@ packages: terser: optional: true dependencies: - '@types/node': 20.10.5 + '@types/node': 20.10.6 esbuild: 0.18.20 postcss: 8.4.32 rollup: 3.29.4 @@ -7327,7 +7101,7 @@ packages: fsevents: 2.3.3 dev: true - /vite@5.0.10(@types/node@20.10.5): + /vite@5.0.10(@types/node@20.10.6): resolution: {integrity: sha512-2P8J7WWgmc355HUMlFrwofacvr98DAjoE52BfdbwQtyLH06XKwaL/FMnmKM2crF0iX4MpmMKoDlNCB1ok7zHCw==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true @@ -7355,14 +7129,14 @@ packages: terser: optional: true dependencies: - '@types/node': 20.10.5 + '@types/node': 20.10.6 esbuild: 0.19.7 postcss: 8.4.32 rollup: 4.5.1 optionalDependencies: fsevents: 2.3.3 - /vite@5.0.2(@types/node@20.10.5): + /vite@5.0.2(@types/node@20.10.6): resolution: {integrity: sha512-6CCq1CAJCNM1ya2ZZA7+jS2KgnhbzvxakmlIjN24cF/PXhRMzpM/z8QgsVJA/Dm5fWUWnVEsmtBoMhmerPxT0g==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true @@ -7390,15 +7164,15 @@ packages: terser: optional: true dependencies: - '@types/node': 20.10.5 + '@types/node': 20.10.6 esbuild: 0.19.7 postcss: 8.4.31 rollup: 4.5.1 optionalDependencies: fsevents: 2.3.3 - /vitepress@1.0.0-rc.33(@algolia/client-search@4.20.0)(@types/node@20.10.5)(postcss@8.4.32)(search-insights@2.11.0)(typescript@5.3.3): - resolution: {integrity: sha512-XMwr5eXEB3KB1uCuOkojVaqsVSijmd6N9QmaM2M6aqJqzXzxNwuvWSiEGYl4qbwRAX6/nFRofhx9+FndtCNjGQ==} + /vitepress@1.0.0-rc.35(@algolia/client-search@4.20.0)(@types/node@20.10.6)(postcss@8.4.32)(search-insights@2.11.0)(typescript@5.3.3): + resolution: {integrity: sha512-+2VnFwtYIiKWWAnMjWg7ik0PfsUdrNoZIZKeu5dbJtrkzKO/mTvlA3owiT5VBKJsZAgI17B5UV37aYfUvGrN6g==} hasBin: true peerDependencies: markdown-it-mathjax3: ^4.3.2 @@ -7412,19 +7186,19 @@ packages: '@docsearch/css': 3.5.2 '@docsearch/js': 3.5.2(@algolia/client-search@4.20.0)(search-insights@2.11.0) '@types/markdown-it': 13.0.7 - '@vitejs/plugin-vue': 5.0.0(vite@5.0.10)(vue@3.4.0) + '@vitejs/plugin-vue': 5.0.2(vite@5.0.10)(vue@3.4.4) '@vue/devtools-api': 6.5.1 - '@vueuse/core': 10.7.1(vue@3.4.0) - '@vueuse/integrations': 10.7.1(focus-trap@7.5.4)(vue@3.4.0) + '@vueuse/core': 10.7.1(vue@3.4.4) + '@vueuse/integrations': 10.7.1(focus-trap@7.5.4)(vue@3.4.4) focus-trap: 7.5.4 mark.js: 8.11.1 minisearch: 6.3.0 - mrmime: 2.0.0 postcss: 8.4.32 - shikiji: 0.9.13 - shikiji-transformers: 0.9.13 - vite: 5.0.10(@types/node@20.10.5) - vue: 3.4.0(typescript@5.3.3) + shikiji: 0.9.17 + shikiji-core: 0.9.17 + shikiji-transformers: 0.9.17 + vite: 5.0.10(@types/node@20.10.6) + vue: 3.4.4(typescript@5.3.3) transitivePeerDependencies: - '@algolia/client-search' - '@types/node' @@ -7486,7 +7260,7 @@ packages: dependencies: '@types/chai': 4.3.11 '@types/chai-subset': 1.3.5 - '@types/node': 20.10.5 + '@types/node': 20.10.6 '@vitest/expect': 0.34.6 '@vitest/runner': 0.34.6 '@vitest/snapshot': 0.34.6 @@ -7507,8 +7281,8 @@ packages: strip-literal: 1.3.0 tinybench: 2.5.1 tinypool: 0.7.0 - vite: 5.0.10(@types/node@20.10.5) - vite-node: 0.34.6(@types/node@20.10.5) + vite: 5.0.10(@types/node@20.10.6) + vite-node: 0.34.6(@types/node@20.10.6) why-is-node-running: 2.2.2 transitivePeerDependencies: - less @@ -7520,7 +7294,7 @@ packages: - terser dev: true - /vue-demi@0.14.6(vue@3.4.0): + /vue-demi@0.14.6(vue@3.4.4): resolution: {integrity: sha512-8QA7wrYSHKaYgUxDA5ZC24w+eHm3sYCbp0EzcDwKqN3p6HqtTCGR/GVsPyZW92unff4UlcSh++lmqDWN3ZIq4w==} engines: {node: '>=12'} hasBin: true @@ -7532,7 +7306,7 @@ packages: '@vue/composition-api': optional: true dependencies: - vue: 3.4.0(typescript@5.3.3) + vue: 3.4.4(typescript@5.3.3) /vue-eslint-parser@9.3.2(eslint@8.56.0): resolution: {integrity: sha512-q7tWyCVaV9f8iQyIA5Mkj/S6AoJ9KBN8IeUSf3XEmBrOtxOZnfTg5s4KClbZBCK3GtnT/+RyCLZyDHuZwTuBjg==} @@ -7552,13 +7326,13 @@ packages: - supports-color dev: true - /vue-router@4.2.5(vue@3.4.0): + /vue-router@4.2.5(vue@3.4.4): resolution: {integrity: sha512-DIUpKcyg4+PTQKfFPX88UWhlagBEBEfJ5A8XDXRJLUnZOvcpMF8o/dnL90vpVkGaPbjvXazV/rC1qBKrZlFugw==} peerDependencies: vue: ^3.2.0 dependencies: '@vue/devtools-api': 6.5.1 - vue: 3.4.0(typescript@5.3.3) + vue: 3.4.4(typescript@5.3.3) dev: false /vue-template-compiler@2.7.15: @@ -7580,19 +7354,19 @@ packages: typescript: 5.3.3 dev: true - /vue@3.4.0(typescript@5.3.3): - resolution: {integrity: sha512-iTE9Ve/7DO/H39+gXHrNkRdnh1jDwPe/fap4brbPKkp1APMkS03OiZ+UY0dwpqtRX0iPWQTkh8Fu3hKgLtaxfA==} + /vue@3.4.4(typescript@5.3.3): + resolution: {integrity: sha512-suZXgDVT8lRNhKmxdkwOsR0oyUi8is7mtqI18qW97JLoyorEbE9B2Sb4Ws/mR/+0AgA/JUtsv1ytlRSH3/pDIA==} peerDependencies: typescript: '*' peerDependenciesMeta: typescript: optional: true dependencies: - '@vue/compiler-dom': 3.4.0 - '@vue/compiler-sfc': 3.4.0 - '@vue/runtime-dom': 3.4.0 - '@vue/server-renderer': 3.4.0(vue@3.4.0) - '@vue/shared': 3.4.0 + '@vue/compiler-dom': 3.4.4 + '@vue/compiler-sfc': 3.4.4 + '@vue/runtime-dom': 3.4.4 + '@vue/server-renderer': 3.4.4(vue@3.4.4) + '@vue/shared': 3.4.4 typescript: 5.3.3 /w3c-keyname@2.2.8: