diff --git a/.changeset/few-pens-own.md b/.changeset/few-pens-own.md new file mode 100644 index 000000000..d427d0e84 --- /dev/null +++ b/.changeset/few-pens-own.md @@ -0,0 +1,10 @@ +--- +"@gun-vue/composables": minor +"@gun-vue/components": minor +"@gun-vue/desktop": minor +"@gun-vue/docs": minor +"@gun-vue/app": minor +"@gun-vue/repo": minor +--- + +Fixed the bug by fixing versions of packages, no more bracket and automatic updates. diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index df6c9bf92..90779bdcf 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,6 +1,6 @@ # These are supported funding model platforms -github: davay42 +github: # davay42 patreon: # Replace with a single Patreon username open_collective: # Replace with a single Open Collective username ko_fi: # Replace with a single Ko-fi username diff --git a/app/package.json b/app/package.json index d1dd34d9e..cd2dba12c 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "@gun-vue/app", - "version": "0.18.4", + "version": "0.18.3", "type": "module", "homepage": "https://gun-vue.js.org", "funding": { @@ -23,7 +23,7 @@ "files": [ "/dist" ], - "packageManager": "pnpm@9.3.0", + "packageManager": "pnpm@8.15.6", "scripts": { "build-app": "vite build --emptyOutDir", "build": "vite build --config vite.config.lib.ts", @@ -32,22 +32,22 @@ "preview": "vite preview --host" }, "dependencies": { - "@unocss/reset": "0.55.3", - "@vueuse/core": "10.4.1", + "@unocss/reset": "0.61.3", + "@vueuse/core": "10.11.0", "ola": "1.2.1", - "vue": "3.3.4", - "vue-router": "4.2.4" + "vue": "3.4.31", + "vue-router": "4.4.0" }, "devDependencies": { - "@iconify/json": "^2.2.218", - "@unocss/extractor-pug": "^0.60.4", - "@vitejs/plugin-vue": "^5.0.5", - "pug": "^3.0.3", - "unocss": "^0.60.4", - "vite": "^5.2.13", - "vite-plugin-pages": "^0.32.2", - "vite-plugin-pages-sitemap": "^1.7.1", - "vite-plugin-pwa": "^0.20.0", - "vite-plugin-singlefile": "^2.0.1" + "@iconify/json": "2.2.227", + "@unocss/extractor-pug": "0.61.3", + "@vitejs/plugin-vue": "5.0.5", + "pug": "3.0.3", + "unocss": "0.61.3", + "vite": "5.3.3", + "vite-plugin-pages": "0.32.3", + "vite-plugin-pages-sitemap": "1.7.1", + "vite-plugin-pwa": "0.20.0", + "vite-plugin-singlefile": "2.0.2" } } diff --git a/components/package.json b/components/package.json index 9da41f6ef..de72350e0 100644 --- a/components/package.json +++ b/components/package.json @@ -1,6 +1,6 @@ { "name": "@gun-vue/components", - "version": "0.18.4", + "version": "0.18.3", "homepage": "https://gun-vue.js.org", "bugs": { "url": "https://github.com/defucc/gun-vue/issues" @@ -29,34 +29,33 @@ "/types", "example.html" ], - "packageManager": "pnpm@9.3.0", + "packageManager": "pnpm@8.15.6", "scripts": { "build": "vite build && vue-tsc" }, "dependencies": { - "@coders-tm/vue-number-format": "^3.34.1", - "@gun-vue/composables": "^0.18.3", - "@unocss/reset": "0.55.3", - "@vueuse/core": "10.4.1", - "@vueuse/gesture": "^2.0.0", - "@vueuse/sound": "^2.0.1", - "floating-vue": "^5.2.2", - "force-graph": "^1.43.5", + "@coders-tm/vue-number-format": "3.34.1", + "@gun-vue/composables": "0.18.3", + "@unocss/reset": "0.61.3", + "@vueuse/core": "10.11.0", + "@vueuse/gesture": "2.0.0", + "@vueuse/sound": "2.0.1", + "floating-vue": "5.2.2", + "force-graph": "1.43.5", "fuse.js": "7.0.0", - "jsqr": "^1.4.0", - "url-regex": "^5.0.0", - "vue": "^3.4.27", - "vue-select": "4.0.0-beta.6", - "vue3-virtual-scroll-list": "^0.2.1" + "jsqr": "1.4.0", + "url-regex": "5.0.0", + "vue": "^3.4.21", + "vue3-virtual-scroll-list": "0.2.1" }, "devDependencies": { - "@unocss/extractor-pug": "^0.60.4", - "@vitejs/plugin-vue": "^5.0.5", - "pug": "^3.0.3", - "typescript": "5.4", - "unocss": "^0.60.4", - "vite": "^5.2.13", - "vue-tsc": "^2.0.21" + "@unocss/extractor-pug": "0.61.3", + "@vitejs/plugin-vue": "5.0.5", + "pug": "3.0.3", + "typescript": "5.4.4", + "unocss": "0.61.3", + "vite": "5.3.3", + "vue-tsc": "2.0.26" }, "peerDependencies": { "vue": "^3.3.8" diff --git a/composables/package.json b/composables/package.json index c8384d5f3..594e98014 100644 --- a/composables/package.json +++ b/composables/package.json @@ -1,6 +1,6 @@ { "name": "@gun-vue/composables", - "version": "0.18.4", + "version": "0.18.3", "homepage": "https://gun-vue.js.org", "bugs": { "url": "https://github.com/DeFUCC/gun-vue/issues" @@ -17,7 +17,7 @@ "license": "MIT", "author": "davay42 ", "type": "module", - "packageManager": "pnpm@9.3.0", + "packageManager": "pnpm@8.15.6", "exports": "./dist/composables.js", "main": "./dist/composables.js", "module": "./dist/composables.js", @@ -32,37 +32,36 @@ "serve": "vite preview" }, "dependencies": { - "@gun-vue/gun-es": "^0.2.1239", - "@vueuse/core": "^10.11.0", - "@vueuse/integrations": "^10.11.0", - "@vueuse/math": "^10.11.0", - "buffer": "^6.0.3", - "color-hash": "^2.0.2", - "curved-arrows": "^0.3.0", - "drauu": "^0.4.0", - "fuse.js": "^7.0.0", - "grapheme-breaker-mjs": "^1.0.4", - "gun": "^0.2020.1240", - "gun-avatar": "^1.9.4", - "jszip": "^3.10.1", - "markdown-it": "^14.1.0", - "markdown-it-external-links": "^0.0.6", - "ms": "^2.1.3", - "pretty-bytes": "^6.1.1", - "qrcode": "^1.5.3", - "recordrtc": "^5.6.2", - "slugify": "^1.6.6", - "ultramatter": "^0.0.4", - "url-regex": "^5.0.0", - "vue": "^3.4.31", - "webtorrent": "2.4.0", - "yamlify-object": "^2.0.0" + "@gun-vue/gun-es": "0.2.1239", + "@vueuse/core": "10.11.0", + "@vueuse/integrations": "10.11.0", + "@vueuse/math": "10.11.0", + "buffer": "6.0.3", + "color-hash": "2.0.2", + "curved-arrows": "0.3.0", + "drauu": "0.4.0", + "fuse.js": "7.0.0", + "grapheme-breaker-mjs": "1.0.4", + "gun": "0.2020.1240", + "gun-avatar": "1.9.4", + "jszip": "3.10.1", + "markdown-it": "14.1.0", + "markdown-it-external-links": "0.0.6", + "ms": "2.1.3", + "pretty-bytes": "6.1.1", + "qrcode": "1.5.3", + "recordrtc": "5.6.2", + "slugify": "1.6.6", + "ultramatter": "0.0.4", + "url-regex": "5.0.0", + "vue": "3.4.31", + "webtorrent": "2.2.1", + "yamlify-object": "2.0.0" }, "devDependencies": { - "@types/color-hash": "^2.0.0", - "@types/recordrtc": "^5.6.14", - "pug": "^3.0.3", - "vite": "^5.3.3", - "vite-plugin-checker": "^0.7.1" + "@types/color-hash": "2.0.0", + "@types/recordrtc": "5.6.14", + "vite": "5.3.3", + "vite-plugin-checker": "0.7.1" } } diff --git a/desktop/package.json b/desktop/package.json index 0604a8bca..fce806c67 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -21,12 +21,12 @@ "tb": "tauri build" }, "dependencies": { - "@capacitor/android": "^5.7.5", - "@capacitor/core": "^5.7.5", - "@capacitor/ios": "^5.7.5" + "@capacitor/android": "6.1.0", + "@capacitor/core": "6.1.0", + "@capacitor/ios": "6.1.0" }, "devDependencies": { - "@capacitor/cli": "^5.7.5", - "@tauri-apps/cli": "^1.5.14" + "@capacitor/cli": "6.1.0", + "@tauri-apps/cli": "1.6.0" } } diff --git a/docs/package.json b/docs/package.json index 64925748a..3efa2555c 100644 --- a/docs/package.json +++ b/docs/package.json @@ -18,7 +18,7 @@ "license": "MIT", "author": "davay42 ", "type": "module", - "packageManager": "pnpm@9.3.0", + "packageManager": "pnpm@8.15.6", "files": [ "lib" ], @@ -32,11 +32,11 @@ "@unocss/reset": "0.55.3" }, "devDependencies": { - "@unocss/extractor-pug": "^0.60.4", + "@unocss/extractor-pug": "^0.59.0", "pug": "^3.0.3", - "sitemap-ts": "^1.7.3", - "unocss": "^0.60.4", - "vitepress": "^1.2.3", - "vue": "^3.4.27" + "sitemap-ts": "^1.6.1", + "unocss": "^0.59.0", + "vitepress": "^1.1.0", + "vue": "^3.4.21" } } diff --git a/examples/package.json b/examples/package.json index fa29b99cc..b6f08620b 100644 --- a/examples/package.json +++ b/examples/package.json @@ -1,20 +1,20 @@ { - "name": "@gun-vue/examples", - "version": "0.18.2", - "private": true, - "homepage": "https://gun-vue.js.org", - "author": "davay42 ", - "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/DeFUCC/gun-vue", - "directory": "examples" - }, - "bugs": { - "url": "https://github.com/DeFUCC/gun-vue/issues" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/davay42" - } + "name": "@gun-vue/examples", + "version": "0.19.0", + "private": true, + "homepage": "https://gun-vue.js.org", + "author": "davay42 ", + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/DeFUCC/gun-vue", + "directory": "examples" + }, + "bugs": { + "url": "https://github.com/DeFUCC/gun-vue/issues" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/davay42" + } } diff --git a/gun-es/package.json b/gun-es/package.json index 0c2c11b8c..68323ea69 100644 --- a/gun-es/package.json +++ b/gun-es/package.json @@ -1,6 +1,6 @@ { "name": "@gun-vue/gun-es", - "version": "0.2.1239", + "version": "0.2.1240", "homepage": "https://gun-vue.js.org", "author": "davay42 ", "license": "MIT", @@ -27,9 +27,9 @@ "preview": "vite preview" }, "devDependencies": { - "vite": "^5.2.13" + "vite": "5.3.3" }, "dependencies": { - "gun": "^0.2020.1240" + "gun": "0.2020.1240" } } diff --git a/package.json b/package.json index 152096f9c..0718460c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gun-vue/repo", - "version": "0.18.4", + "version": "0.18.3", "private": true, "homepage": "https://gun-vue.js.org", "repository": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fa3500a03..7c7000629 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -42,7 +42,7 @@ importers: specifier: ^4.0.3 version: 4.0.3(typedoc@0.25.13(typescript@5.4.5)) typescript: - specifier: '5.4' + specifier: ^5.4.5 version: 5.4.5 vite: specifier: ^5.3.3 @@ -54,231 +54,225 @@ importers: app: dependencies: '@unocss/reset': - specifier: 0.55.3 - version: 0.55.3 + specifier: 0.61.3 + version: 0.61.3 '@vueuse/core': - specifier: 10.4.1 - version: 10.4.1(vue@3.3.4) + specifier: 10.11.0 + version: 10.11.0(vue@3.4.31(typescript@5.4.5)) ola: specifier: 1.2.1 version: 1.2.1 vue: - specifier: 3.3.4 - version: 3.3.4 + specifier: 3.4.31 + version: 3.4.31(typescript@5.4.5) vue-router: - specifier: 4.2.4 - version: 4.2.4(vue@3.3.4) + specifier: 4.4.0 + version: 4.4.0(vue@3.4.31(typescript@5.4.5)) devDependencies: '@iconify/json': - specifier: ^2.2.218 - version: 2.2.218 + specifier: 2.2.227 + version: 2.2.227 '@unocss/extractor-pug': - specifier: ^0.60.4 - version: 0.60.4(pug@3.0.3) + specifier: 0.61.3 + version: 0.61.3(pug@3.0.3) '@vitejs/plugin-vue': - specifier: ^5.0.5 - version: 5.0.5(vite@5.3.3(@types/node@18.0.6)(terser@5.14.2))(vue@3.3.4) + specifier: 5.0.5 + version: 5.0.5(vite@5.3.3(@types/node@18.0.6)(terser@5.14.2))(vue@3.4.31(typescript@5.4.5)) pug: - specifier: ^3.0.3 + specifier: 3.0.3 version: 3.0.3 unocss: - specifier: ^0.60.4 - version: 0.60.4(postcss@8.4.39)(rollup@4.13.1)(vite@5.3.3(@types/node@18.0.6)(terser@5.14.2)) + specifier: 0.61.3 + version: 0.61.3(postcss@8.4.39)(rollup@4.13.1)(vite@5.3.3(@types/node@18.0.6)(terser@5.14.2)) vite: - specifier: ^5.2.13 + specifier: 5.3.3 version: 5.3.3(@types/node@18.0.6)(terser@5.14.2) vite-plugin-pages: - specifier: ^0.32.2 - version: 0.32.2(@vue/compiler-sfc@3.4.31)(vite@5.3.3(@types/node@18.0.6)(terser@5.14.2))(vue-router@4.2.4(vue@3.3.4)) + specifier: 0.32.3 + version: 0.32.3(@vue/compiler-sfc@3.4.31)(vite@5.3.3(@types/node@18.0.6)(terser@5.14.2))(vue-router@4.4.0(vue@3.4.31(typescript@5.4.5))) vite-plugin-pages-sitemap: - specifier: ^1.7.1 + specifier: 1.7.1 version: 1.7.1 vite-plugin-pwa: - specifier: ^0.20.0 + specifier: 0.20.0 version: 0.20.0(vite@5.3.3(@types/node@18.0.6)(terser@5.14.2))(workbox-build@7.0.0)(workbox-window@7.0.0) vite-plugin-singlefile: - specifier: ^2.0.1 - version: 2.0.1(rollup@4.13.1)(vite@5.3.3(@types/node@18.0.6)(terser@5.14.2)) + specifier: 2.0.2 + version: 2.0.2(rollup@4.13.1)(vite@5.3.3(@types/node@18.0.6)(terser@5.14.2)) components: dependencies: '@coders-tm/vue-number-format': - specifier: ^3.34.1 + specifier: 3.34.1 version: 3.34.1 '@gun-vue/composables': - specifier: ^0.18.3 - version: 0.18.3(bufferutil@4.0.8)(focus-trap@7.5.4)(typescript@5.4.5)(utf-8-validate@6.0.4) + specifier: 0.18.3 + version: 0.18.3(focus-trap@7.5.4)(typescript@5.4.4) '@unocss/reset': - specifier: 0.55.3 - version: 0.55.3 + specifier: 0.61.3 + version: 0.61.3 '@vueuse/core': - specifier: 10.4.1 - version: 10.4.1(vue@3.4.31(typescript@5.4.5)) + specifier: 10.11.0 + version: 10.11.0(vue@3.4.31(typescript@5.4.4)) '@vueuse/gesture': - specifier: ^2.0.0 - version: 2.0.0(vue@3.4.31(typescript@5.4.5)) + specifier: 2.0.0 + version: 2.0.0(vue@3.4.31(typescript@5.4.4)) '@vueuse/sound': - specifier: ^2.0.1 - version: 2.0.1(vue@3.4.31(typescript@5.4.5)) + specifier: 2.0.1 + version: 2.0.1(vue@3.4.31(typescript@5.4.4)) floating-vue: - specifier: ^5.2.2 - version: 5.2.2(vue@3.4.31(typescript@5.4.5)) + specifier: 5.2.2 + version: 5.2.2(vue@3.4.31(typescript@5.4.4)) force-graph: - specifier: ^1.43.5 + specifier: 1.43.5 version: 1.43.5 fuse.js: specifier: 7.0.0 version: 7.0.0 jsqr: - specifier: ^1.4.0 + specifier: 1.4.0 version: 1.4.0 url-regex: - specifier: ^5.0.0 + specifier: 5.0.0 version: 5.0.0 vue: - specifier: ^3.4.27 - version: 3.4.31(typescript@5.4.5) - vue-select: - specifier: 4.0.0-beta.6 - version: 4.0.0-beta.6(vue@3.4.31(typescript@5.4.5)) + specifier: ^3.4.21 + version: 3.4.31(typescript@5.4.4) vue3-virtual-scroll-list: - specifier: ^0.2.1 - version: 0.2.1(vue@3.4.31(typescript@5.4.5)) + specifier: 0.2.1 + version: 0.2.1(vue@3.4.31(typescript@5.4.4)) devDependencies: '@unocss/extractor-pug': - specifier: ^0.60.4 - version: 0.60.4(pug@3.0.3) + specifier: 0.61.3 + version: 0.61.3(pug@3.0.3) '@vitejs/plugin-vue': - specifier: ^5.0.5 - version: 5.0.5(vite@5.3.3(@types/node@18.0.6)(terser@5.14.2))(vue@3.4.31(typescript@5.4.5)) + specifier: 5.0.5 + version: 5.0.5(vite@5.3.3(@types/node@18.0.6)(terser@5.14.2))(vue@3.4.31(typescript@5.4.4)) pug: - specifier: ^3.0.3 + specifier: 3.0.3 version: 3.0.3 typescript: - specifier: '5.4' - version: 5.4.5 + specifier: 5.4.4 + version: 5.4.4 unocss: - specifier: ^0.60.4 - version: 0.60.4(postcss@8.4.39)(rollup@4.13.1)(vite@5.3.3(@types/node@18.0.6)(terser@5.14.2)) + specifier: 0.61.3 + version: 0.61.3(postcss@8.4.39)(rollup@4.13.1)(vite@5.3.3(@types/node@18.0.6)(terser@5.14.2)) vite: - specifier: ^5.2.13 + specifier: 5.3.3 version: 5.3.3(@types/node@18.0.6)(terser@5.14.2) vue-tsc: - specifier: ^2.0.21 - version: 2.0.21(typescript@5.4.5) + specifier: 2.0.26 + version: 2.0.26(typescript@5.4.4) composables: dependencies: '@gun-vue/gun-es': - specifier: ^0.2.1239 - version: 0.2.1239(bufferutil@4.0.8)(utf-8-validate@5.0.10) + specifier: 0.2.1239 + version: 0.2.1239(bufferutil@4.0.8)(utf-8-validate@6.0.4) '@vueuse/core': - specifier: ^10.11.0 + specifier: 10.11.0 version: 10.11.0(vue@3.4.31(typescript@5.4.5)) '@vueuse/integrations': - specifier: ^10.11.0 + specifier: 10.11.0 version: 10.11.0(drauu@0.4.0)(focus-trap@7.5.4)(fuse.js@7.0.0)(qrcode@1.5.3)(vue@3.4.31(typescript@5.4.5)) '@vueuse/math': - specifier: ^10.11.0 + specifier: 10.11.0 version: 10.11.0(vue@3.4.31(typescript@5.4.5)) buffer: - specifier: ^6.0.3 + specifier: 6.0.3 version: 6.0.3 color-hash: - specifier: ^2.0.2 + specifier: 2.0.2 version: 2.0.2 curved-arrows: - specifier: ^0.3.0 + specifier: 0.3.0 version: 0.3.0 drauu: - specifier: ^0.4.0 + specifier: 0.4.0 version: 0.4.0 fuse.js: - specifier: ^7.0.0 + specifier: 7.0.0 version: 7.0.0 grapheme-breaker-mjs: - specifier: ^1.0.4 + specifier: 1.0.4 version: 1.0.4 gun: - specifier: ^0.2020.1240 - version: 0.2020.1240(bufferutil@4.0.8)(utf-8-validate@5.0.10) + specifier: 0.2020.1240 + version: 0.2020.1240(bufferutil@4.0.8)(utf-8-validate@6.0.4) gun-avatar: - specifier: ^1.9.4 - version: 1.9.4(bufferutil@4.0.8)(typescript@5.4.5)(utf-8-validate@5.0.10) + specifier: 1.9.4 + version: 1.9.4(bufferutil@4.0.8)(typescript@5.4.5)(utf-8-validate@6.0.4) jszip: - specifier: ^3.10.1 + specifier: 3.10.1 version: 3.10.1 markdown-it: - specifier: ^14.1.0 + specifier: 14.1.0 version: 14.1.0 markdown-it-external-links: - specifier: ^0.0.6 + specifier: 0.0.6 version: 0.0.6 ms: - specifier: ^2.1.3 + specifier: 2.1.3 version: 2.1.3 pretty-bytes: - specifier: ^6.1.1 + specifier: 6.1.1 version: 6.1.1 qrcode: - specifier: ^1.5.3 + specifier: 1.5.3 version: 1.5.3 recordrtc: - specifier: ^5.6.2 + specifier: 5.6.2 version: 5.6.2 slugify: - specifier: ^1.6.6 + specifier: 1.6.6 version: 1.6.6 ultramatter: - specifier: ^0.0.4 + specifier: 0.0.4 version: 0.0.4 url-regex: - specifier: ^5.0.0 + specifier: 5.0.0 version: 5.0.0 vue: - specifier: ^3.4.31 + specifier: 3.4.31 version: 3.4.31(typescript@5.4.5) webtorrent: - specifier: 2.4.0 - version: 2.4.0 + specifier: 2.2.1 + version: 2.2.1 yamlify-object: - specifier: ^2.0.0 + specifier: 2.0.0 version: 2.0.0 devDependencies: '@types/color-hash': - specifier: ^2.0.0 + specifier: 2.0.0 version: 2.0.0 '@types/recordrtc': - specifier: ^5.6.14 + specifier: 5.6.14 version: 5.6.14 - pug: - specifier: ^3.0.3 - version: 3.0.3 vite: - specifier: ^5.3.3 + specifier: 5.3.3 version: 5.3.3(@types/node@18.0.6)(terser@5.14.2) vite-plugin-checker: - specifier: ^0.7.1 - version: 0.7.1(eslint@9.6.0)(optionator@0.9.3)(typescript@5.4.5)(vite@5.3.3(@types/node@18.0.6)(terser@5.14.2))(vue-tsc@2.0.21(typescript@5.4.5)) + specifier: 0.7.1 + version: 0.7.1(eslint@9.6.0)(optionator@0.9.3)(typescript@5.4.5)(vite@5.3.3(@types/node@18.0.6)(terser@5.14.2))(vue-tsc@2.0.26(typescript@5.4.5)) desktop: dependencies: '@capacitor/android': - specifier: ^5.7.5 - version: 5.7.5(@capacitor/core@5.7.5) + specifier: 6.1.0 + version: 6.1.0(@capacitor/core@6.1.0) '@capacitor/core': - specifier: ^5.7.5 - version: 5.7.5 + specifier: 6.1.0 + version: 6.1.0 '@capacitor/ios': - specifier: ^5.7.5 - version: 5.7.5(@capacitor/core@5.7.5) + specifier: 6.1.0 + version: 6.1.0(@capacitor/core@6.1.0) devDependencies: '@capacitor/cli': - specifier: ^5.7.5 - version: 5.7.5 + specifier: 6.1.0 + version: 6.1.0 '@tauri-apps/cli': - specifier: ^1.5.14 - version: 1.5.14 + specifier: 1.6.0 + version: 1.6.0 docs: dependencies: @@ -287,22 +281,22 @@ importers: version: 0.55.3 devDependencies: '@unocss/extractor-pug': - specifier: ^0.60.4 - version: 0.60.4(pug@3.0.3) + specifier: ^0.59.0 + version: 0.59.4(pug@3.0.3) pug: specifier: ^3.0.3 version: 3.0.3 sitemap-ts: - specifier: ^1.7.3 + specifier: ^1.6.1 version: 1.7.3 unocss: - specifier: ^0.60.4 - version: 0.60.4(postcss@8.4.39)(rollup@4.13.1)(vite@5.3.3(@types/node@18.0.6)(terser@5.14.2)) + specifier: ^0.59.0 + version: 0.59.4(postcss@8.4.39)(rollup@4.13.1)(vite@5.3.3(@types/node@18.0.6)(terser@5.14.2)) vitepress: - specifier: ^1.2.3 + specifier: ^1.1.0 version: 1.2.3(@algolia/client-search@4.19.1)(@types/node@18.0.6)(drauu@0.3.7)(postcss@8.4.39)(qrcode@1.5.3)(search-insights@2.6.0)(terser@5.14.2)(typescript@5.4.5) vue: - specifier: ^3.4.27 + specifier: ^3.4.21 version: 3.4.31(typescript@5.4.5) examples: {} @@ -987,23 +981,23 @@ packages: resolution: {integrity: sha512-XEFXSlxiG5td2EJRe8vOmRbaXVgfcBlszKujvVmWIK/UpywWljQCfzAv3RQCGujWQ1RD4YYWEAqDXfuJiy8f5Q==} engines: {node: '>=6.9.0'} - '@capacitor/android@5.7.5': - resolution: {integrity: sha512-VKb9VarGA2hJ8PuLk4EhSq4jvgM+V8JOoNw00WdD6Q4rbgDKSa7WIKTw75sFrNRGiwHSZ99FPvmisJfr1Spk+Q==} + '@capacitor/android@6.1.0': + resolution: {integrity: sha512-S4PW4N5xtKHTrICjG7bkBhI70jdXbb+8nbm1pJpuXChCD0gkCcofJhPaw4bCoO0egcugBN1U7DkegNw5jWpHcw==} peerDependencies: - '@capacitor/core': ^5.7.0 + '@capacitor/core': ^6.1.0 - '@capacitor/cli@5.7.5': - resolution: {integrity: sha512-CEgCXq3NNacS+9EptJXM+Cm915oB8eNPhiTP7ylKsQchrY0CGbeyO5y4A/oYnB/h4f+UiaX3ShlIOljx3+agqw==} - engines: {node: '>=16.0.0'} + '@capacitor/cli@6.1.0': + resolution: {integrity: sha512-HEKDh3+FuNZKFHmSDZ7nAnaX3bzhtznYk9GsZBMac1y4CTAxIykPX9wzZ3DzLeM/EbMBGFClUbefkIkimAyfYg==} + engines: {node: '>=18.0.0'} hasBin: true - '@capacitor/core@5.7.5': - resolution: {integrity: sha512-babBo26lgIyKkAOr/AbPq5wwi9I4uHDP0lBteJq7p4xZElA6tAA8mD3xRH1/4EKmZ4+acYpKmmyegX3zsVh37A==} + '@capacitor/core@6.1.0': + resolution: {integrity: sha512-Kt4ONm0X9xxJXn9Q73oBaKdzep5B/VJw3VjXa2eGul4cD2k37mJwgjpXSMRnLH0Aju5bCiRL8J/hMAfTlokO6A==} - '@capacitor/ios@5.7.5': - resolution: {integrity: sha512-mREcvv4XC9USSAbYmf/2Lmbr52eZjMDpKYwxwi2CKLJXGXNjYfJaHm6jnPordAl6kZdm3Bm/tnx+rYpb9KptGA==} + '@capacitor/ios@6.1.0': + resolution: {integrity: sha512-ex2q0LAyDDgfJj4fKDQuSNUYSpic3939/8A/sIIIxslwuRBF5i5fuhAngu6BhCt/pQSfEETcHtg2j2vD+YEZ2w==} peerDependencies: - '@capacitor/core': ^5.7.0 + '@capacitor/core': ^6.1.0 '@changesets/apply-release-plan@7.0.4': resolution: {integrity: sha512-HLFwhKWayKinWAul0Vj+76jVx1Pc2v55MGPVjZ924Y/ROeSsBMFutv9heHmCUj48lJyRfOTJG5+ar+29FUky/A==} @@ -1279,8 +1273,8 @@ packages: resolution: {integrity: sha512-d2CGZR2o7fS6sWB7DG/3a95bGKQyHMACZ5aW8qGkkqQpUoZV6C0X7Pc7l4ZNMZkfNBf4VWNe9E1jRsf0G146Ew==} engines: {node: '>=18.18'} - '@iconify/json@2.2.218': - resolution: {integrity: sha512-CawiYMzJPULh3muZQCnr8t92rDNoUGRbJTBCYeQQm5E3eZGkMEeHp8DtGO/XkM0lbTL6+sAWROy+XrCl4q6ViQ==} + '@iconify/json@2.2.227': + resolution: {integrity: sha512-MFSbYNpLJXHashfMAKox00XKK1ATEUMxOcqOBgdV+dsiscE9EOeApLpmyZ88+FQq7uDZea0l1YS63eSnVN5Yjw==} '@iconify/types@2.0.0': resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==} @@ -1288,33 +1282,52 @@ packages: '@iconify/utils@2.1.24': resolution: {integrity: sha512-H8r2KpL5uKyrkb3z9/3HD/22JcxqW3BJyjEWZhX2T7DehnYVZthEap1cNsEl/UtCDC3TlpNmwiPX8wg3y8E4dg==} + '@iconify/utils@2.1.25': + resolution: {integrity: sha512-Y+iGko8uv/Fz5bQLLJyNSZGOdMW0G7cnlEX1CiNcKsRXX9cq/y/vwxrIAtLCZhKHr3m0VJmsjVPsvnM4uX8YLg==} + '@ionic/cli-framework-output@2.2.6': resolution: {integrity: sha512-YLPRwnk5Lw0XQ9pKWG+p2KoR5HjMBigZ6yv+/XtL3TGOnCS1+oAz56ABbAORCjTWhSJQisr8APNFiELAecY6QA==} engines: {node: '>=16.0.0'} - '@ionic/utils-array@2.1.6': - resolution: {integrity: sha512-0JZ1Zkp3wURnv8oq6Qt7fMPo5MpjbLoUoa9Bu2Q4PJuSDWM8H8gwF3dQO7VTeUj3/0o1IB1wGkFWZZYgUXZMUg==} - engines: {node: '>=16.0.0'} + '@ionic/utils-array@2.1.5': + resolution: {integrity: sha512-HD72a71IQVBmQckDwmA8RxNVMTbxnaLbgFOl+dO5tbvW9CkkSFCv41h6fUuNsSEVgngfkn0i98HDuZC8mk+lTA==} + engines: {node: '>=10.3.0'} + + '@ionic/utils-fs@3.1.6': + resolution: {integrity: sha512-eikrNkK89CfGPmexjTfSWl4EYqsPSBh0Ka7by4F0PLc1hJZYtJxUZV3X4r5ecA8ikjicUmcbU7zJmAjmqutG/w==} + engines: {node: '>=10.3.0'} '@ionic/utils-fs@3.1.7': resolution: {integrity: sha512-2EknRvMVfhnyhL1VhFkSLa5gOcycK91VnjfrTB0kbqkTFCOXyXgVLI5whzq7SLrgD9t1aqos3lMMQyVzaQ5gVA==} engines: {node: '>=16.0.0'} + '@ionic/utils-object@2.1.5': + resolution: {integrity: sha512-XnYNSwfewUqxq+yjER1hxTKggftpNjFLJH0s37jcrNDwbzmbpFTQTVAp4ikNK4rd9DOebX/jbeZb8jfD86IYxw==} + engines: {node: '>=10.3.0'} + '@ionic/utils-object@2.1.6': resolution: {integrity: sha512-vCl7sl6JjBHFw99CuAqHljYJpcE88YaH2ZW4ELiC/Zwxl5tiwn4kbdP/gxi2OT3MQb1vOtgAmSNRtusvgxI8ww==} engines: {node: '>=16.0.0'} + '@ionic/utils-process@2.1.10': + resolution: {integrity: sha512-mZ7JEowcuGQK+SKsJXi0liYTcXd2bNMR3nE0CyTROpMECUpJeAvvaBaPGZf5ERQUPeWBVuwqAqjUmIdxhz5bxw==} + engines: {node: '>=10.3.0'} + '@ionic/utils-process@2.1.11': resolution: {integrity: sha512-Uavxn+x8j3rDlZEk1X7YnaN6wCgbCwYQOeIjv/m94i1dzslqWhqIHEqxEyeE8HsT5Negboagg7GtQiABy+BLbA==} engines: {node: '>=16.0.0'} - '@ionic/utils-stream@3.1.6': - resolution: {integrity: sha512-4+Kitey1lTA1yGtnigeYNhV/0tggI3lWBMjC7tBs1K9GXa/q7q4CtOISppdh8QgtOhrhAXS2Igp8rbko/Cj+lA==} - engines: {node: '>=16.0.0'} + '@ionic/utils-stream@3.1.5': + resolution: {integrity: sha512-hkm46uHvEC05X/8PHgdJi4l4zv9VQDELZTM+Kz69odtO9zZYfnt8DkfXHJqJ+PxmtiE5mk/ehJWLnn/XAczTUw==} + engines: {node: '>=10.3.0'} - '@ionic/utils-subprocess@2.1.12': - resolution: {integrity: sha512-N05Y+dIXBHofKWJTheCMzVqmgY9wFmZcRv/LdNnfXaaA/mxLTyGxQYeig8fvQXTtDafb/siZXcrTkmQ+y6n3Yg==} - engines: {node: '>=16.0.0'} + '@ionic/utils-subprocess@2.1.11': + resolution: {integrity: sha512-6zCDixNmZCbMCy5np8klSxOZF85kuDyzZSTTQKQP90ZtYNCcPYmuFSzaqDwApJT4r5L3MY3JrqK1gLkc6xiUPw==} + engines: {node: '>=10.3.0'} + + '@ionic/utils-terminal@2.3.3': + resolution: {integrity: sha512-RnuSfNZ5fLEyX3R5mtcMY97cGD1A0NVBbarsSQ6yMMfRJ5YHU7hHVyUfvZeClbqkBC/pAqI/rYJuXKCT9YeMCQ==} + engines: {node: '>=10.3.0'} '@ionic/utils-terminal@2.3.4': resolution: {integrity: sha512-cEiMFl3jklE0sW60r8JHH3ijFTwh/jkdEKWbylSyExQwZ8pPuwoXz7gpkWoJRLuoRHHSvg+wzNYyPJazIHfoJA==} @@ -1493,68 +1506,68 @@ packages: '@surma/rollup-plugin-off-main-thread@2.2.3': resolution: {integrity: sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ==} - '@tauri-apps/cli-darwin-arm64@1.5.14': - resolution: {integrity: sha512-lxoSOp3KKSqzHJa7iT32dukPGMlfsTuja1xXSgwR8o/fqzpYJY7FY/3ZxesP8HR66FcK+vtqa//HNqeOQ0mHkA==} + '@tauri-apps/cli-darwin-arm64@1.6.0': + resolution: {integrity: sha512-SNRwUD9nqGxY47mbY1CGTt/jqyQOU7Ps7Mx/mpgahL0FVUDiCEY/5L9QfEPPhEgccgcelEVn7i6aQHIkHyUtCA==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] - '@tauri-apps/cli-darwin-x64@1.5.14': - resolution: {integrity: sha512-EXSwN1n5spfG8FoXuyc90ACtmDJXzaZ1gxyENaq9xEpQoo7j/Q1vb6qXxmr6azKr8zmqY4h08ZFbv3exh93xJg==} + '@tauri-apps/cli-darwin-x64@1.6.0': + resolution: {integrity: sha512-g2/uDR/eeH2arvuawA4WwaEOqv/7jDO/ZLNI3JlBjP5Pk8GGb3Kdy0ro1xQzF94mtk2mOnOXa4dMgAet4sUJ1A==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] - '@tauri-apps/cli-linux-arm-gnueabihf@1.5.14': - resolution: {integrity: sha512-Yb8BH/KYR7Tl+de40sZPfrqbhcU3Jlu+UPIrnXt05sjn48xqIps74Xjz8zzVp0TuHxUp8FmIGtCVhQgsbrsvvg==} + '@tauri-apps/cli-linux-arm-gnueabihf@1.6.0': + resolution: {integrity: sha512-EVwf4oRkQyG8BpSrk0gqO7oA0sDM2MdNDtJpMfleYFEgCxLIOGZKNqaOW3M7U+0Y4qikmG3TtRK+ngc8Ymtrjg==} engines: {node: '>= 10'} cpu: [arm] os: [linux] - '@tauri-apps/cli-linux-arm64-gnu@1.5.14': - resolution: {integrity: sha512-QrKHP4gRaHiup478rPBZ+BmNd88yze9jMmheoNy9mN1K/aECRmTHO+tWhsxv5moFHZzRhO0QDWxxvTtiaPXaGg==} + '@tauri-apps/cli-linux-arm64-gnu@1.6.0': + resolution: {integrity: sha512-YdpY17cAySrhK9dX4BUVEmhAxE2o+6skIEFg8iN/xrDwRxhaNPI9I80YXPatUTX54Kx55T5++25VJG9+3iw83A==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@tauri-apps/cli-linux-arm64-musl@1.5.14': - resolution: {integrity: sha512-Hb1C1VMxmUcyGjW/K/INKF87zzzgLEVRmWZZnQd7M1P4uue4xPyIwUELSdX12Z2jREPgmLW4AXPD0m6wsNu7iw==} + '@tauri-apps/cli-linux-arm64-musl@1.6.0': + resolution: {integrity: sha512-4U628tuf2U8pMr4tIBJhEkrFwt+46dwhXrDlpdyWSZtnop5RJAVKHODm0KbWns4xGKfTW1F3r6sSv+2ZxLcISA==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@tauri-apps/cli-linux-x64-gnu@1.5.14': - resolution: {integrity: sha512-kD9v/UwPDuhIgq2TJj/s2/7rqk+vmExVV6xHPKI8vVbIvlNAOZqmx3fpxjej1241vhJ/piGd/m6q6YMWGsL0oQ==} + '@tauri-apps/cli-linux-x64-gnu@1.6.0': + resolution: {integrity: sha512-AKRzp76fVUaJyXj5KRJT9bJyhwZyUnRQU0RqIRqOtZCT5yr6qGP8rjtQ7YhCIzWrseBlOllc3Qvbgw3Yl0VQcA==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@tauri-apps/cli-linux-x64-musl@1.5.14': - resolution: {integrity: sha512-204Drgg9Zx0+THKndqASz4+iPCwqA3gQVF9C0CDIArNXrjPyJjVvW8VP5CHiZYaTNWxlz/ltyxluM6UFWbXNFw==} + '@tauri-apps/cli-linux-x64-musl@1.6.0': + resolution: {integrity: sha512-0edIdq6aMBTaRMIXddHfyAFL361JqulLLd2Wi2aoOie7DkQ2MYh6gv3hA7NB9gqFwNIGE+xtJ4BkXIP2tSGPlg==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@tauri-apps/cli-win32-arm64-msvc@1.5.14': - resolution: {integrity: sha512-sqPSni2MnWNCm+8YZnLdWCclxfSHaYqKuPFSz8q7Tn1G1m/cA9gyPoC1G0esHftY7bu/ZM5lB4kM3I4U0KlLiA==} + '@tauri-apps/cli-win32-arm64-msvc@1.6.0': + resolution: {integrity: sha512-QwWpWk4ubcwJ1rljsRAmINgB2AwkyzZhpYbalA+MmzyYMREcdXWGkyixWbRZgqc6fEWEBmq5UG73qz5eBJiIKg==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] - '@tauri-apps/cli-win32-ia32-msvc@1.5.14': - resolution: {integrity: sha512-8xN8W0zTs8oFsQmvYLxHFeqhzVI7oTaPK1xQMc5gbpFP45jN41c21aCXfjnvzT+h90EfCHUF9EWj2HTEJSb7Iw==} + '@tauri-apps/cli-win32-ia32-msvc@1.6.0': + resolution: {integrity: sha512-Vtw0yxO9+aEFuhuxQ57ALG43tjECopRimRuKGbtZYDCriB/ty5TrT3QWMdy0dxBkpDTu3Rqsz30sbDzw6tlP3Q==} engines: {node: '>= 10'} cpu: [ia32] os: [win32] - '@tauri-apps/cli-win32-x64-msvc@1.5.14': - resolution: {integrity: sha512-U0slee5tNM2PYECBpPHavLSwkT3szGMZ+qhcikQQbDan84bQdLn/kHWjyXOgLJs4KSve4+KxcrN+AVqj0VyHnw==} + '@tauri-apps/cli-win32-x64-msvc@1.6.0': + resolution: {integrity: sha512-h54FHOvGi7+LIfRchzgZYSCHB1HDlP599vWXQQJ/XnwJY+6Rwr2E5bOe/EhqoG8rbGkfK0xX3KPAvXPbUlmggg==} engines: {node: '>= 10'} cpu: [x64] os: [win32] - '@tauri-apps/cli@1.5.14': - resolution: {integrity: sha512-JOSMKymlg116UdEXSj69eg5p1OtZnQkUE0qIGbtNDO1sk3X/KgBN6+oHBW0BzPStp/W0AjBgrMWCqjHPwEpOug==} + '@tauri-apps/cli@1.6.0': + resolution: {integrity: sha512-DBBpBl6GhTzm8ImMbKkfaZ4fDTykWrC7Q5OXP4XqD91recmDEn2LExuvuiiS3HYe7uP8Eb5B9NPHhqJb+Zo7qQ==} engines: {node: '>= 10'} hasBin: true @@ -1564,6 +1577,9 @@ packages: '@thaunknown/simple-peer@10.0.9': resolution: {integrity: sha512-oS+iZWrMp/kd0pygyCAoZYYWoZCshKbjFLRuyRH58zYJ/Yyjzksgwj1g+m6wHY7pznl2+cKXttuLDD9Td4QXWA==} + '@thaunknown/simple-peer@9.12.1': + resolution: {integrity: sha512-IS5BXvXx7cvBAzaxqotJf4s4rJCPk5JABLK6Gbnn7oAmWVcH4hYABabBBrvvJtv/xyUqR4v/H3LalnGRJJfEog==} + '@thaunknown/simple-websocket@9.1.1': resolution: {integrity: sha512-vzQloFWRodRZqZhpxMpBljFtISesY8TihA8T5uKwCYdj2I1ImMhE/gAeTCPsCGOtxJfGKu3hw/is6MXauWLjOg==} @@ -1631,9 +1647,6 @@ packages: '@types/web-bluetooth@0.0.16': resolution: {integrity: sha512-oh8q2Zc32S6gd/j50GowEjKLoOVOwHP/bWVjKJInBwQqdOYMdPrf1oVlelTlyfFK3CKxL1uahMDAr+vy8T7yMQ==} - '@types/web-bluetooth@0.0.17': - resolution: {integrity: sha512-4p9vcSmxAayx72yn70joFoL44c9MO/0+iVEBIQXe3v2h2SiAsEIo/G5v6ObFWvNKRFjbrVadNf9LqEEZeQPzdA==} - '@types/web-bluetooth@0.0.20': resolution: {integrity: sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==} @@ -1695,69 +1708,133 @@ packages: resolution: {integrity: sha512-rMo01uPy9C7XxG7AFsxa8zLnWXTF8N3PYclekWSrurvhwiw1eW88mrKiAYe6s53AUY57nTRz8dJsuuXdkAhzCg==} engines: {node: ^18.18.0 || >=20.0.0} - '@unocss/astro@0.60.4': - resolution: {integrity: sha512-mfWiEVCUP00gxrMewwPfnTuw+ur5b6uIBRH2tIGkvfI21rLyZw8TIF08w7USz9C/47rvzsixBtCqq7v0g3Tw9w==} + '@unocss/astro@0.59.4': + resolution: {integrity: sha512-DU3OR5MMR1Uvvec4/wB9EetDASHRg19Moy6z/MiIhn8JWJ0QzWYgSeJcfUX8exomMYv6WUEQJL+CyLI34Wmn8w==} + peerDependencies: + vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 + peerDependenciesMeta: + vite: + optional: true + + '@unocss/astro@0.61.3': + resolution: {integrity: sha512-VTgO+nm7PW7/VJt1kf1/4qTqMp4X4CdNG1XjYRGmCTONW+yHhFUEC1NAXt7t2wKEvCYSf5ObmjYowr2qM+GafQ==} peerDependencies: vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 peerDependenciesMeta: vite: optional: true - '@unocss/cli@0.60.4': - resolution: {integrity: sha512-RFt3BOgtp5ZI+cS6grKKo1DqvUJ/e8iRPwn843u6qSw18guIc4CEVTe5jcDAGuLcL4va9hg2wd4NReUEnMCZ/g==} + '@unocss/cli@0.59.4': + resolution: {integrity: sha512-TT+WKedSifhsRqnpoYD2LfyYipVzEbzIU4DDGIaDNeDxGXYOGpb876zzkPDcvZSpI37IJ/efkkV7PGYpPBcQBQ==} engines: {node: '>=14'} hasBin: true - '@unocss/config@0.60.4': - resolution: {integrity: sha512-ri9P2+YztD5JdPYSLiNjcLf6NgoBbwJDVutP/tQnfYYrE72DQ+j+4vepyxEBa1YaH/X4qsmLJCj+2tI/ufIiog==} + '@unocss/cli@0.61.3': + resolution: {integrity: sha512-yj4whI4PwwK9cZXVrtl10AkZlyl9+569xYX+g89cBxqG2wpnbfBvug/hsvw3DyPG6i2MxKAv3Z78uruKnzCIjw==} engines: {node: '>=14'} + hasBin: true + + '@unocss/config@0.59.4': + resolution: {integrity: sha512-h3yhj+D5Ygn5R7gbK4wMrtXZX6FF5DF6YD517sSSb0XB3lxHD9PhhT4HaV1hpHknvu0cMFU3460M45+TN1TI0Q==} + engines: {node: '>=14'} + + '@unocss/config@0.61.3': + resolution: {integrity: sha512-ZSSj5ST8XhiKoi2hLtVcyS8YJxn+Ug/WfasQ2wwOArcYfVFzZUoOQKbLo85hFuI7NV5Fh/aQREoVaJQI111jDA==} + engines: {node: '>=14'} + + '@unocss/core@0.59.4': + resolution: {integrity: sha512-bBZ1sgcAtezQVZ1BST9IS3jqcsTLyqKNjiIf7FTnX3DHpfpYuMDFzSOtmkZDzBleOLO/CtcRWjT0HwTSQAmV0A==} + + '@unocss/core@0.61.3': + resolution: {integrity: sha512-9vixY1i5E0DQFtHJz/pHyFlFsiXJgL1bKHuocbl+GUi09lY/gE9TRm2qr2JOJx/BF720tMv9VxYI8Zq3EyPOXA==} + + '@unocss/extractor-arbitrary-variants@0.59.4': + resolution: {integrity: sha512-RDe4FgMGJQ+tp9GLvhPHni7Cc2O0lHBRMElVlN8LoXJAdODMICdbrEPGJlEfrc+7x/QgVFoR895KpYJh3hIgGA==} - '@unocss/core@0.60.4': - resolution: {integrity: sha512-6tz8KTzC30oB0YikwRQoIpJ6Y6Dg+ZiK3NfCIsH+UX11bh2J2M53as2EL/5VQCqtiUn3YP0ZEzR2d1AWX78RCA==} + '@unocss/extractor-arbitrary-variants@0.61.3': + resolution: {integrity: sha512-8yFAavi4PXTZTyJqsSQJuZNdaERMyLP4Gs4IzBDt8zjmUrXmYfgV+bKif2eE52QKvtb5/Jsij3fgfMsJouln7A==} - '@unocss/extractor-arbitrary-variants@0.60.4': - resolution: {integrity: sha512-USuFGs5CLft9q7IGNdAEp1oliuUns+W7OO0Tx5qtx/oBh6pU/L93lcNNsuuGNrMU8BCmF3atx1/PEmGymgJ7VA==} + '@unocss/extractor-pug@0.59.4': + resolution: {integrity: sha512-j2UPjM6MYo5FiuOpj4tMnY7zc8aB1q/xcCBTGBhQzQ3n3y6JZWtC+ryEfoNO5CBOB4gRIFghHnJJBH2AqWXC9w==} + peerDependencies: + pug: ^3.0.0 + peerDependenciesMeta: + pug: + optional: true - '@unocss/extractor-pug@0.60.4': - resolution: {integrity: sha512-iAJ8EtFWabpgl7x66fB2Pn8AW0t3R5AubTFqfrzXMdz4ylUmlkqxSFEFHKpWMBdWwTg0K+CT7OC2U8UAdcXbfA==} + '@unocss/extractor-pug@0.61.3': + resolution: {integrity: sha512-BZcFWOAWCB59hFkXwxfj4hxsarp1tl+7yNB/+IIkOMJq+mLxaii5fs+ZbxzyKH6IVOVXNTgVF4tF8MQ05ss3wA==} peerDependencies: pug: ^3.0.0 peerDependenciesMeta: pug: optional: true - '@unocss/inspector@0.60.4': - resolution: {integrity: sha512-PcnrEQ2H7osZho4Nh0+84O4IXzlkF7pvTUe/7FTJYF1HQGWHB/PfOSoyKn7/sF5sED8hMK9RlSJ9YGUH9ioY+g==} + '@unocss/inspector@0.59.4': + resolution: {integrity: sha512-QczJFNDiggmekkJyNcbcZIUVwlhvxz7ZwjnSf0w7K4znxfjKkZ1hNUbqLviM1HumkTKOdT27VISW7saN/ysO4w==} + + '@unocss/inspector@0.61.3': + resolution: {integrity: sha512-F2WfVYdzM+CnocVSptBh945G85+RcxGd0KDm6q+Ctjs5NrHtT0TzX83USMLSjfFzTz/j+Q/kR1WOJWjKynVTXQ==} - '@unocss/postcss@0.60.4': - resolution: {integrity: sha512-mHha4BoOpCWRRL5EFJqsj+BiYxOBPXUZDFbSWmA8oAMBwcA/yqtnaRF2tqI9CK+CDfhmtbYF64KdTLh9pf6BvQ==} + '@unocss/postcss@0.59.4': + resolution: {integrity: sha512-KVz+AD7McHKp7VEWHbFahhyyVEo0oP/e1vnuNSuPlHthe+1V2zfH6lps+iJcvfL2072r5J+0PvD/1kOp5ryUSg==} engines: {node: '>=14'} peerDependencies: postcss: ^8.4.21 - '@unocss/preset-attributify@0.60.4': - resolution: {integrity: sha512-J2GWUC0bcmZSXlBGLYUXwWQos/dNzKbq2CKweWVBAmAH9XyfM0mA5CTNBRv05PN1g6C/0z5st7ntUjV6KHJuTg==} + '@unocss/postcss@0.61.3': + resolution: {integrity: sha512-i76kuYbrvqkVhdfD37mnVqiBJiq9azGzbKZHFIjFWApOxFLak1OTHX5TIwxPspFm8u7U7kmU03JCnqyxWIE0wQ==} + engines: {node: '>=14'} + peerDependencies: + postcss: ^8.4.21 + + '@unocss/preset-attributify@0.59.4': + resolution: {integrity: sha512-BeogWuYaIakC1gmOZFFCjFVWmu/m3AqEX8UYQS6tY6lAaK2L4Qf4AstYBlT2zAMxy9LNxPDxFQrvfSfFk5Klsg==} + + '@unocss/preset-attributify@0.61.3': + resolution: {integrity: sha512-TSgje5WDfoicTOoh/Od6qlizkZd68vXTdtT7jYEvjCm2mV7EgDJpX+sj2eVv0rPuaARtIqs1b4yG7w3HA6BBnQ==} + + '@unocss/preset-icons@0.59.4': + resolution: {integrity: sha512-Afjwh5oC4KRE8TNZDUkRK6hvvV1wKLrS1e5trniE0B0AM9HK3PBolQaIU7QmzPv6WQrog+MZgIwafg1eqsPUCA==} + + '@unocss/preset-icons@0.61.3': + resolution: {integrity: sha512-XNti2mgfbRCClzKxy7eMPukgk/mepyGGJNqtONnZmOkzkyhx6KQ2/luhMYnz5xONMG/aseoXMc4Zc1VzOqePRA==} + + '@unocss/preset-mini@0.59.4': + resolution: {integrity: sha512-ZLywGrXi1OCr4My5vX2rLUb5Xgx6ufR9WTQOvpQJGBdIV/jnZn/pyE5avCs476SnOq2K172lnd8mFmTK7/zArA==} + + '@unocss/preset-mini@0.61.3': + resolution: {integrity: sha512-QY9P7jcLePkmCGQSqX+ha4Rh2YhY9b9P8gtLFnjzqcdmSxvDFkT7Kf5Un/u/jwV+zCz/5t4F88vWLzBM6js6yQ==} - '@unocss/preset-icons@0.60.4': - resolution: {integrity: sha512-UN/dj+nhI3+S06YxCZQPLw3GZy780iaE71dysyhDMdh+Qq2KFVs3d94mr1427fjz/3Y8ZyXkgqyhCFr7UT0bMQ==} + '@unocss/preset-tagify@0.59.4': + resolution: {integrity: sha512-vWMdTUoghOSmTbdmZtERssffmdUdOuhh4vUdl0R8Kv6KxB0PkvEFCu2FItn97nRJdSPlZSFxxDkaOIg9w+STNQ==} - '@unocss/preset-mini@0.60.4': - resolution: {integrity: sha512-ZiHbP69vkyz0xmhqzC4B4PegwV+LPlZOBT7cRhsh0P8oPOQKYOyDRy4rAl+sJBJeIrggn1r1LgN+Z0Xvd8Ytcw==} + '@unocss/preset-tagify@0.61.3': + resolution: {integrity: sha512-ir+gZJ20hZKapsrxWRTjFjyVJmmUcnkvhk1AiMgoG62MP6GzBQgbkAiy2TzJIEU0zQb8pYhtZ5KePtno+1vcaQ==} - '@unocss/preset-tagify@0.60.4': - resolution: {integrity: sha512-GxL/W3qkdWWDqXi43qyLbp/BpEj7gMw99KqkO7bmbVi3BVlFggreTFwmQu89pB6iatxGjxnAsc+TsQZqxKftZA==} + '@unocss/preset-typography@0.59.4': + resolution: {integrity: sha512-ZX9bxZUqlXK1qEDzO5lkK96ICt9itR/oNyn/7mMc1JPqwj263LumQMn5silocgzoLSUXEeq//L6GylqYjkL8GA==} - '@unocss/preset-typography@0.60.4': - resolution: {integrity: sha512-6j8ySZYEAwMBy9a3Lw3EEfRlcAClti4zvaV0kBtkP4BDZCwlgX2eE1pmw2mTUy+E1yVlXm3NnRzKfDudQUzraA==} + '@unocss/preset-typography@0.61.3': + resolution: {integrity: sha512-0b1JSk5/oi4DT86dO2sdscZlih4fVo//U6bh1cROAfLlYJsHlAEZau8IxLADcgBAYwCGtY94npfp6y60R37T/A==} - '@unocss/preset-uno@0.60.4': - resolution: {integrity: sha512-AN8ZTtiKSaZNGKZZIqt/JAhMzSY2hHLwhGEOFDrXgjWFr85UlwZzODMDoT58PrU04VlbhN8+0N4lHfLmZCKpiQ==} + '@unocss/preset-uno@0.59.4': + resolution: {integrity: sha512-G1f8ZluplvXZ3bERj+sM/8zzY//XD++nNOlAQNKOANSVht3qEoJebrfEiMClNpA5qW5VWOZhEhPkh0M7GsXtnA==} - '@unocss/preset-web-fonts@0.60.4': - resolution: {integrity: sha512-COfxOQcREFgpsm6nw234pxrr1EV1zWUVYXBZjlH+vk7x8EhaS5BPAXqN6SneIVTTDvEE9U4opAaoEYz5A3XWaQ==} + '@unocss/preset-uno@0.61.3': + resolution: {integrity: sha512-ULP0hLBTNJuB0iQqaYaJZYbC4jwQYy0C6H7un3o4R+KsqIuyDanme2VsY51U5mN/pp7K6QJK6qE8EHVvtjCLHQ==} - '@unocss/preset-wind@0.60.4': - resolution: {integrity: sha512-dT/U+RkbL21lDTOP7/mlFZxlBbUAefUzQZINC0BX7vTKvO57G4HxRq62u9xvMGFv38lQ+qXXzKhABVsEPDNpUA==} + '@unocss/preset-web-fonts@0.59.4': + resolution: {integrity: sha512-ehutTjKHnf2KPmdatN42N9a8+y+glKSU3UlcBRNsVIIXVIlaBQuPVGZSPhnMtrKD17IgWylXq2K6RJK+ab0hZA==} + + '@unocss/preset-web-fonts@0.61.3': + resolution: {integrity: sha512-uBQKjIY+vUWCEqcgjEzdxok8svOmNNHDk1r+qh/Y5VLPWvPdA+Bb5iIwrxib3zzQvkT+au/utCeTGKGgIVhcXA==} + + '@unocss/preset-wind@0.59.4': + resolution: {integrity: sha512-CNX6w0ZpSQg/i1oF0/WKWzto8PtLqoknC5h8JmmcGb7VsyBQeV0oNnhbURxpbuMEhbv1MWVIGvk8a+P6y0rFkQ==} + + '@unocss/preset-wind@0.61.3': + resolution: {integrity: sha512-THdTNAYEtvLz/jhHNgkpLFxC+LNn4W2VqDmpmK/fVMgSlhOYJ8IoQlt8nwgBRbNkEksvgItq8gL/t5+2sHGHhA==} '@unocss/reset@0.48.4': resolution: {integrity: sha512-9WPoGwLrG5vZQzMxgd7/zJkUUmL06WYtrAiRdf5gYsCBbnpx6eq0II0TvU8PEzvseqgkhEpN19iSgnsuTZ34kA==} @@ -1765,33 +1842,63 @@ packages: '@unocss/reset@0.55.3': resolution: {integrity: sha512-zl3mogr3z6huA5CHZggOljoYFQDTidEw5T6pGPahfHB5qS9DH0UGozg5T9UtYWiidHL3xqyv6ZU27nyIMnlnhg==} - '@unocss/reset@0.60.4': - resolution: {integrity: sha512-MEngG4byIHnfb0osvxqU2gBdBkXPPE4z+G9HeEt3JUadWAp2gggm8ojC1/1PoJF5M31loxGEVVrB0FLSKACw3g==} + '@unocss/reset@0.59.4': + resolution: {integrity: sha512-Upy4xzdWl4RChbLAXBq1BoR4WqxXMoIfjvtcwSZcZK2sylXCFAseSWnyzJFdSiXPqNfmMuNgPXgiSxiQB+cmNA==} + + '@unocss/reset@0.61.3': + resolution: {integrity: sha512-WegQ6Plmr/H0D9wuKCVjhUMzi/xAn55A0mJgUnKl1pJHTZetRdK29u0bnpVQzynmlh/Lh4YtD+X4r8DVkASgPw==} - '@unocss/rule-utils@0.60.4': - resolution: {integrity: sha512-7qUN33NM4T/IwWavm9VIOCZ2+4hLBc0YUGxcMNTDZSFQRQLkWe3N5dOlgwKXtMyMKatZfbIRUKVDUgvEefoCTA==} + '@unocss/rule-utils@0.59.4': + resolution: {integrity: sha512-1qoLJlBWAkS4D4sg73990S1MT7E8E5md/YhopKjTQuEC9SyeVmEg+5pR/Xd8xhPKMqbcuBPl/DS8b6l/GQO56A==} engines: {node: '>=14'} - '@unocss/scope@0.60.4': - resolution: {integrity: sha512-AOu/qvi4agy0XfGF3QEBbuxVHkVZHpmU0NMBYuxa0B869YZENT87sTM6DVwtvr75CZvACWxv/hcL3lR68uKBjw==} + '@unocss/rule-utils@0.61.3': + resolution: {integrity: sha512-XwzXE6YUAEc1+4TvJruZfntIM7eo+HdQDMlMI289w9YLLAXw973fp00E9U1dR16JRt1BWzlCnnY1RHAqSiXCVw==} + engines: {node: '>=14'} + + '@unocss/scope@0.59.4': + resolution: {integrity: sha512-wBQJ39kw4Tfj4km7AoGvSIobPKVnRZVsgc0bema5Y0PL3g1NeVQ/LopBI2zEJWdpxGXUWxSDsXm7BZo6qVlD/A==} + + '@unocss/scope@0.61.3': + resolution: {integrity: sha512-yElJs2uUiBHyTHKLqWZRK5zvY+7XIqoFXc1Fkv+fxiGy1+4u+zLGoGA66bUWwbjDFLiFgEqwUBJ2+SzDC4Q0Ig==} + + '@unocss/transformer-attributify-jsx-babel@0.59.4': + resolution: {integrity: sha512-xtCRSgeTaDBiNJLVX7oOSFe63JiFB5nrdK23PHn3IlZM9O7Bxx4ZxI3MQJtFZFQNE+INFko+DVyY1WiFEm1p/Q==} - '@unocss/transformer-attributify-jsx-babel@0.60.4': - resolution: {integrity: sha512-BL4g2gyLpbseu+fOhkAHKNxYcHcn7brQAjXj5k5Yyy6wpwm43lzHYPZtRPrbLVLniqqAN21FzEbtJXCPIHKlHA==} + '@unocss/transformer-attributify-jsx-babel@0.61.3': + resolution: {integrity: sha512-Ubr2/XhB61C2EqrH0TnbJ9bGREvrORyotdRxpCCAzkBWh3i+J+kPrdGCFUgB+wHFcUPUuOKou+8o0rhWVY7mjw==} - '@unocss/transformer-attributify-jsx@0.60.4': - resolution: {integrity: sha512-tQwD1T8Juz5F4JHYxTgekCv5olEegAPRZwAgx75pP+X2+PkV670pdXv8zbK0t5q6bvyF53vEVBrgQ9q1xSH9yQ==} + '@unocss/transformer-attributify-jsx@0.59.4': + resolution: {integrity: sha512-m4b83utzKMfUQH/45V2QkjJoXd8Tu2pRP1nic91Xf7QRceyKDD+BxoTneo2JNC2K274cQu7HqqotnCm2aFfEGw==} - '@unocss/transformer-compile-class@0.60.4': - resolution: {integrity: sha512-zIqKQ7javiCb9Q3fbMvx1QVln8OqvAzWwgCVHsPINzDrDi73KXa3eeCU6GNlsd46tzy0Y9ryRIvW73YS+9Oj1w==} + '@unocss/transformer-attributify-jsx@0.61.3': + resolution: {integrity: sha512-KK4pi7xsxjRKk/RSFxkdl1JODsefD1YMaqgs6HM2KCdXctqUXd6RYQez7IfQwxnAeZupgatwoFe2CZd0Bbhq2g==} - '@unocss/transformer-directives@0.60.4': - resolution: {integrity: sha512-u3fQI8RszMhUevhJICtQ/bNpAfbh8MEXQf7YNnzUvLvbXGkkoieyU5mj0ray6fbToqxfxVceQtXYcFYIuf4aNg==} + '@unocss/transformer-compile-class@0.59.4': + resolution: {integrity: sha512-Vgk2OCLPW0pU+Uzr1IgDtHVspSBb+gPrQFkV+5gxHk9ZdKi3oYKxLuufVWYDSwv7o9yfQGbYrMH9YLsjRsnA7Q==} - '@unocss/transformer-variant-group@0.60.4': - resolution: {integrity: sha512-R4d16G7s3fDXj9prUNFnJi8cZvH8/XZsqiKDzCBjXNKrbf9zp7YnWD2VaMFjUISgW5kSQjQNSWK84soVNWq3UQ==} + '@unocss/transformer-compile-class@0.61.3': + resolution: {integrity: sha512-qHxJtRo+yjC0d+IIoNrOxnO8j5bdw7R4XDpR8+MKpGZgVQRmEGwl7Ej0PUGTudVknYGUdPmDTZGr693bzhwzQg==} - '@unocss/vite@0.60.4': - resolution: {integrity: sha512-af9hhtW11geF56cotKUE16Fr+FirTdV/Al/usjKJ6P5hnCEQnqSHXQDFXL5Y6vXwcvLDmOhHYNrVR8duKgC8Mw==} + '@unocss/transformer-directives@0.59.4': + resolution: {integrity: sha512-nXUTEclUbs0vQ4KfLhKt4J/5SLSEq1az2FNlJmiXMmqmn75X89OrtCu2OJu9sGXhn+YyBApxgcSSdxmtpqMi1Q==} + + '@unocss/transformer-directives@0.61.3': + resolution: {integrity: sha512-FNJCOlXwi62tVXr4B8lDkHGxOIhNJw2qQpM5jeohLT7xpGPOmVvscWaWI0h6fjSREFwnnbRNif4YPLe/rB6PsA==} + + '@unocss/transformer-variant-group@0.59.4': + resolution: {integrity: sha512-9XLixxn1NRgP62Kj4R/NC/rpqhql5F2s6ulJ8CAMTEbd/NylVhEANluPGDVUGcLJ4cj6E02hFa8C1PLGSm7/xw==} + + '@unocss/transformer-variant-group@0.61.3': + resolution: {integrity: sha512-F7v05kfVDhIJ4lu3fjgkwV2GWoeJX4aszER8iqhwWz+0jVUaJRYAxzsVqE299uJ0ut07d+Di+JB7M4ZBRoH3qw==} + + '@unocss/vite@0.59.4': + resolution: {integrity: sha512-q7GN7vkQYn79n7vYIUlaa7gXGwc7pk0Qo3z3ZFwWGE43/DtZnn2Hwl5UjgBAgi9McA+xqHJEHRsJnI7HJPHUYA==} + peerDependencies: + vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 + + '@unocss/vite@0.61.3': + resolution: {integrity: sha512-Z2kq/hSv1RC3PYAaoXOGB0PEWXCVsgYtdnuFXR/8Tp0Yj2Wdeq906/s411/sqMUvXIaIhm2O9WaDfe0ISoV0sg==} peerDependencies: vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 @@ -1802,53 +1909,35 @@ packages: vite: ^5.0.0 vue: ^3.2.25 - '@volar/language-core@2.3.0': - resolution: {integrity: sha512-pvhL24WUh3VDnv7Yw5N1sjhPtdx7q9g+Wl3tggmnkMcyK8GcCNElF2zHiKznryn0DiUGk+eez/p2qQhz+puuHw==} - '@volar/language-core@2.4.0-alpha.15': resolution: {integrity: sha512-mt8z4Fm2WxfQYoQHPcKVjLQV6PgPqyKLbkCVY2cr5RSaamqCHjhKEpsFX66aL4D/7oYguuaUw9Bx03Vt0TpIIA==} '@volar/language-service@2.4.0-alpha.15': resolution: {integrity: sha512-H5T5JvvqvWhG0PvvKPTM0nczTbTKQ+U87a8r0eahlH/ySi2HvIHO/7PiNKLxKqLNsiT8SX4U3QcGC8ZaNcC07g==} - '@volar/source-map@2.3.0': - resolution: {integrity: sha512-G/228aZjAOGhDjhlyZ++nDbKrS9uk+5DMaEstjvzglaAw7nqtDyhnQAsYzUg6BMP9BtwZ59RIw5HGePrutn00Q==} - '@volar/source-map@2.4.0-alpha.15': resolution: {integrity: sha512-8Htngw5TmBY4L3ClDqBGyfLhsB8EmoEXUH1xydyEtEoK0O6NX5ur4Jw8jgvscTlwzizyl/wsN1vn0cQXVbbXYg==} - '@volar/typescript@2.3.0': - resolution: {integrity: sha512-PtUwMM87WsKVeLJN33GSTUjBexlKfKgouWlOUIv7pjrOnTwhXHZNSmpc312xgXdTjQPpToK6KXSIcKu9sBQ5LQ==} + '@volar/typescript@2.4.0-alpha.15': + resolution: {integrity: sha512-U3StRBbDuxV6Woa4hvGS4kz3XcOzrWUKgFdEFN+ba1x3eaYg7+ytau8ul05xgA+UNGLXXsKur7fTUhDFyISk0w==} '@vscode/l10n@0.0.18': resolution: {integrity: sha512-KYSIHVmslkaCDyw013pphY+d7x1qV8IZupYfeIfzNA+nsaWHbn5uPuQRvdRFsa9zFzGeudPuoGoZ1Op4jrJXIQ==} - '@vue/compiler-core@3.3.4': - resolution: {integrity: sha512-cquyDNvZ6jTbf/+x+AgM2Arrp6G4Dzbb0R64jiG804HRMfRiFXWI6kqUVqZ6ZR0bQhIoQjB4+2bhNtVwndW15g==} - '@vue/compiler-core@3.4.31': resolution: {integrity: sha512-skOiodXWTV3DxfDhB4rOf3OGalpITLlgCeOwb+Y9GJpfQ8ErigdBUHomBzvG78JoVE8MJoQsb+qhZiHfKeNeEg==} - '@vue/compiler-dom@3.3.4': - resolution: {integrity: sha512-wyM+OjOVpuUukIq6p5+nwHYtj9cFroz9cwkfmP9O1nzH68BenTTv0u7/ndggT8cIQlnBeOo6sUT/gvHcIkLA5w==} - '@vue/compiler-dom@3.4.31': resolution: {integrity: sha512-wK424WMXsG1IGMyDGyLqB+TbmEBFM78hIsOJ9QwUVLGrcSk0ak6zYty7Pj8ftm7nEtdU/DGQxAXp0/lM/2cEpQ==} - '@vue/compiler-sfc@3.3.4': - resolution: {integrity: sha512-6y/d8uw+5TkCuzBkgLS0v3lSM3hJDntFEiUORM11pQ/hKvkhSKZrXW6i69UyXlJQisJxuUEJKAWEqWbWsLeNKQ==} - '@vue/compiler-sfc@3.4.31': resolution: {integrity: sha512-einJxqEw8IIJxzmnxmJBuK2usI+lJonl53foq+9etB2HAzlPjAS/wa7r0uUpXw5ByX3/0uswVSrjNb17vJm1kQ==} - '@vue/compiler-ssr@3.3.4': - resolution: {integrity: sha512-m0v6oKpup2nMSehwA6Uuu+j+wEwcy7QmwMkVNVfrV9P2qE5KshC6RwOCq8fjGS/Eak/uNb8AaWekfiXxbBB6gQ==} - '@vue/compiler-ssr@3.4.31': resolution: {integrity: sha512-RtefmITAje3fJ8FSg1gwgDhdKhZVntIVbwupdyZDSifZTRMiWxWehAOTCc8/KZDnBOcYQ4/9VWxsTbd3wT0hAA==} - '@vue/devtools-api@6.5.0': - resolution: {integrity: sha512-o9KfBeaBmCKl10usN4crU53fYtC1r7jJwdGKjPT24t348rHxgfpZ0xL3Xm/gLUYnc0oTp8LAmrxOeLyu6tbk2Q==} + '@vue/devtools-api@6.6.3': + resolution: {integrity: sha512-0MiMsFma/HqA6g3KLKn+AGpL1kgKhFWszC9U29NfpWK5LE7bjeXxySWJrOJ77hBz+TBrBQ7o4QJqbPbqbs8rJw==} '@vue/devtools-api@7.2.1': resolution: {integrity: sha512-6oNCtyFOrNdqm6GUkFujsCgFlpbsHLnZqq7edeM/+cxAbMyCWvsaCsIMUaz7AiluKLccCGEM8fhOsjaKgBvb7g==} @@ -1861,8 +1950,8 @@ packages: '@vue/devtools-shared@7.2.1': resolution: {integrity: sha512-PCJF4UknJmOal68+X9XHyVeQ+idv0LFujkTOIW30+GaMJqwFVN9LkQKX4gLqn61KkGMdJTzQ1bt7EJag3TI6AA==} - '@vue/language-core@2.0.21': - resolution: {integrity: sha512-vjs6KwnCK++kIXT+eI63BGpJHfHNVJcUCr3RnvJsccT3vbJnZV5IhHR2puEkoOkIbDdp0Gqi1wEnv3hEd3WsxQ==} + '@vue/language-core@2.0.26': + resolution: {integrity: sha512-/lt6SfQ3O1yDAhPsnLv9iSUgXd1dMHqUm/t3RctfqjuwQf1LnftZ414X3UBn6aXT4MiwXWtbNJ4Z0NZWwDWgJQ==} peerDependencies: typescript: '*' peerDependenciesMeta: @@ -1872,49 +1961,26 @@ packages: '@vue/language-plugin-pug@2.0.26': resolution: {integrity: sha512-+D6E5U3nAPpmAb58LT0Qa2rtB+IuyIBIDxnI05cziuwiGjlNGadzXgZb8/oOxpgXeTXB9Qg05c1yABf/VpmEyg==} - '@vue/reactivity-transform@3.3.4': - resolution: {integrity: sha512-MXgwjako4nu5WFLAjpBnCj/ieqcjE2aJBINUNQzkZQfzIZA4xn+0fV1tIYBJvvva3N3OvKGofRLvQIwEQPpaXw==} - - '@vue/reactivity@3.3.4': - resolution: {integrity: sha512-kLTDLwd0B1jG08NBF3R5rqULtv/f8x3rOFByTDz4J53ttIQEDmALqKqXY0J+XQeN0aV2FBxY8nJDf88yvOPAqQ==} - '@vue/reactivity@3.4.31': resolution: {integrity: sha512-VGkTani8SOoVkZNds1PfJ/T1SlAIOf8E58PGAhIOUDYPC4GAmFA2u/E14TDAFcf3vVDKunc4QqCe/SHr8xC65Q==} - '@vue/runtime-core@3.3.4': - resolution: {integrity: sha512-R+bqxMN6pWO7zGI4OMlmvePOdP2c93GsHFM/siJI7O2nxFRzj55pLwkpCedEY+bTMgp5miZ8CxfIZo3S+gFqvA==} - '@vue/runtime-core@3.4.31': resolution: {integrity: sha512-LDkztxeUPazxG/p8c5JDDKPfkCDBkkiNLVNf7XZIUnJ+66GVGkP+TIh34+8LtPisZ+HMWl2zqhIw0xN5MwU1cw==} - '@vue/runtime-dom@3.3.4': - resolution: {integrity: sha512-Aj5bTJ3u5sFsUckRghsNjVTtxZQ1OyMWCr5dZRAPijF/0Vy4xEoRCwLyHXcj4D0UFbJ4lbx3gPTgg06K/GnPnQ==} - '@vue/runtime-dom@3.4.31': resolution: {integrity: sha512-2Auws3mB7+lHhTFCg8E9ZWopA6Q6L455EcU7bzcQ4x6Dn4cCPuqj6S2oBZgN2a8vJRS/LSYYxwFFq2Hlx3Fsaw==} - '@vue/server-renderer@3.3.4': - resolution: {integrity: sha512-Q6jDDzR23ViIb67v+vM1Dqntu+HUexQcsWKhhQa4ARVzxOY2HbC7QRW/ggkDBd5BU+uM1sV6XOAP0b216o34JQ==} - peerDependencies: - vue: 3.3.4 - '@vue/server-renderer@3.4.31': resolution: {integrity: sha512-D5BLbdvrlR9PE3by9GaUp1gQXlCNadIZytMIb8H2h3FMWJd4oUfkUTEH2wAr3qxoRz25uxbTcbqd3WKlm9EHQA==} peerDependencies: vue: 3.4.31 - '@vue/shared@3.3.4': - resolution: {integrity: sha512-7OjdcV8vQ74eiz1TZLzZP4JwqM5fA94K6yntPS5Z25r9HDuGNzaGdgvwKYq6S+MxwF0TFRwe50fIR/MYnakdkQ==} - '@vue/shared@3.4.31': resolution: {integrity: sha512-Yp3wtJk//8cO4NItOPpi3QkLExAr/aLBGZMmTtW9WpdwBCJpRM6zj9WgWktXAl8IDIozwNMByT45JP3tO3ACWA==} '@vueuse/core@10.11.0': resolution: {integrity: sha512-x3sD4Mkm7PJ+pcq3HX8PLPBadXCAlSDR/waK87dz0gQE+qJnaaFhc/dZVfJz+IUYzTMVGum2QlR7ImiJQN4s6g==} - '@vueuse/core@10.4.1': - resolution: {integrity: sha512-DkHIfMIoSIBjMgRRvdIvxsyboRZQmImofLyOHADqiVbQVilP8VVHDhBX2ZqoItOgu7dWa8oXiNnScOdPLhdEXg==} - '@vueuse/core@9.11.1': resolution: {integrity: sha512-E/cizD1w9ILkq4axYjZrXLkKaBfzloaby2n3NMjUfd6yI/jkfTVgc6iwy/Cw2e++Ld4LphGbO+3MhzizvwUslQ==} @@ -1974,18 +2040,12 @@ packages: '@vueuse/metadata@10.11.0': resolution: {integrity: sha512-kQX7l6l8dVWNqlqyN3ePW3KmjCQO3ZMgXuBMddIu83CmucrsBfXlH+JoviYyRBws/yLTQO8g3Pbw+bdIoVm4oQ==} - '@vueuse/metadata@10.4.1': - resolution: {integrity: sha512-2Sc8X+iVzeuMGHr6O2j4gv/zxvQGGOYETYXEc41h0iZXIRnRbJZGmY/QP8dvzqUelf8vg0p/yEA5VpCEu+WpZg==} - '@vueuse/metadata@9.11.1': resolution: {integrity: sha512-ABjkrG+VXggNhjfGyw5e/sekxTZfXTwjrYXkkWQmQ7Biyv+Gq9UD6IDNfeGvQZEINI0Qzw6nfuO2UFCd3hlrxQ==} '@vueuse/shared@10.11.0': resolution: {integrity: sha512-fyNoIXEq3PfX1L3NkNhtVQUSRtqYwJtJg+Bp9rIzculIZWHTkKSysujrOk2J+NrRulLTQH9+3gGSfYLWSEWU1A==} - '@vueuse/shared@10.4.1': - resolution: {integrity: sha512-vz5hbAM4qA0lDKmcr2y3pPdU+2EVw/yzfRsBdu+6+USGa4PxqSQRYIUC9/NcT06y+ZgaTsyURw2I9qOFaaXHAg==} - '@vueuse/shared@9.11.1': resolution: {integrity: sha512-UTZYGAjT96hWn4buf4wstZbeheBVNcKPQuej6qpoSkjF1atdaeCD6kqm9uGL2waHfisSgH9mq0qCRiBOk5C/2w==} @@ -2080,9 +2140,6 @@ packages: argparse@2.0.1: resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==} - array-buffer-byte-length@1.0.0: - resolution: {integrity: sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A==} - array-flatten@1.1.1: resolution: {integrity: sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==} @@ -2111,10 +2168,6 @@ packages: resolution: {integrity: sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==} engines: {node: '>= 4.0.0'} - available-typed-arrays@1.0.5: - resolution: {integrity: sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==} - engines: {node: '>= 0.4'} - b4a@1.6.1: resolution: {integrity: sha512-AsKjNhz72yxteo/0EtQEiwkMUgk/tGmycXlbG4g3Ard2/ULtNLUykGOkeK0egmN27h0xMAhb76jYccW+XTBExA==} @@ -2233,6 +2286,10 @@ packages: resolution: {integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==} engines: {node: '>=8'} + braces@3.0.3: + resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==} + engines: {node: '>=8'} + browserslist@4.22.2: resolution: {integrity: sha512-0UgcrvQmBDvZHFGdYUehrCNIazki7/lUP3kkoi/r3YB2amZbFM9J43ZRkJTXBUZK4gmx56+Sqk9+Vs9mwZx9+A==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} @@ -2566,10 +2623,6 @@ packages: resolution: {integrity: sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==} engines: {node: '>=10'} - deep-equal@2.2.3: - resolution: {integrity: sha512-ZIwpnevOurS8bpT4192sqAowWM76JDKSHYzMLty3BZGSswgq6pBaH3DhCSW5xVAZICZyKdOBPjwww5wfgT/6PA==} - engines: {node: '>= 0.4'} - deep-extend@0.6.0: resolution: {integrity: sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==} engines: {node: '>=4.0.0'} @@ -2604,6 +2657,10 @@ packages: resolution: {integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==} engines: {node: '>= 0.8'} + dequal@2.0.3: + resolution: {integrity: sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==} + engines: {node: '>=6'} + destr@2.0.3: resolution: {integrity: sha512-2N3BOUU4gYMpTP24s5rF5iP7BDr7uNTCs4ozw3kf/eKfvWSIu93GEBi5m427YoyJoeOzQ5smuu4nNAPGb8idSQ==} @@ -2689,9 +2746,6 @@ packages: resolution: {integrity: sha512-WEm2oBhfoI2sImeM4OF2zE2V3BYdSF+KnSi9Sidz51fQHd7+JuF8Xgcj9/0o+OWeIeIS/MiuNnlruQrJf16GQA==} engines: {node: '>= 0.4'} - es-get-iterator@1.1.3: - resolution: {integrity: sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==} - es-to-primitive@1.2.1: resolution: {integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==} engines: {node: '>= 0.4'} @@ -2866,6 +2920,10 @@ packages: resolution: {integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==} engines: {node: '>=8'} + fill-range@7.1.1: + resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==} + engines: {node: '>=8'} + finalhandler@1.2.0: resolution: {integrity: sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==} engines: {node: '>= 0.8'} @@ -2900,9 +2958,6 @@ packages: focus-trap@7.5.4: resolution: {integrity: sha512-N7kHdlgsO/v+iD/dMoJKtsSqs5Dz/dXZVebRgJw23LDk+jMi/974zyiOYDziY2JPp8xivq9BmUGwIJMiuSBi7w==} - for-each@0.3.3: - resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==} - force-graph@1.43.5: resolution: {integrity: sha512-HveLELh9yhZXO/QOfaFS38vlwJZ/3sKu+jarfXzRmbmihSOH/BbRWnUvmg8wLFiYy6h4HlH4lkRfZRccHYmXgA==} engines: {node: '>=12'} @@ -2981,6 +3036,9 @@ packages: resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==} engines: {node: '>=6.9.0'} + get-browser-rtc@1.1.0: + resolution: {integrity: sha512-MghbMJ61EJrRsDe7w1Bvqt3ZsBuqhce5nrn/XAwgwOXhcsz53/ltdxOse1h/8eKXj5slzxdsz56g5rzOFSGwfQ==} + get-caller-file@2.0.5: resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==} engines: {node: 6.* || 8.* || >= 10.*} @@ -3204,13 +3262,6 @@ packages: resolution: {integrity: sha512-1qTgH9NG+IIJ4yfKs2e6Pp1bZg8wbDbKHT21HrLIeYBTRLgMYKnMTPAuI3Lcs61nfx5h1xlXnbJtH1kX5/d/ng==} engines: {node: '>= 10'} - is-arguments@1.1.1: - resolution: {integrity: sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==} - engines: {node: '>= 0.4'} - - is-array-buffer@3.0.2: - resolution: {integrity: sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==} - is-bigint@1.0.4: resolution: {integrity: sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==} @@ -3256,9 +3307,6 @@ packages: resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==} engines: {node: '>=0.10.0'} - is-map@2.0.2: - resolution: {integrity: sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==} - is-module@1.0.0: resolution: {integrity: sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==} @@ -3293,9 +3341,6 @@ packages: resolution: {integrity: sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA==} engines: {node: '>=0.10.0'} - is-set@2.0.2: - resolution: {integrity: sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==} - is-shared-array-buffer@1.0.2: resolution: {integrity: sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==} @@ -3315,19 +3360,9 @@ packages: resolution: {integrity: sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==} engines: {node: '>= 0.4'} - is-typed-array@1.1.10: - resolution: {integrity: sha512-PJqgEHiWZvMpaFZ3uTc8kHPM4+4ADTlDniuQL7cU/UDA0Ql7F70yGfHph3cLNe+c9toaigv+DFzTJKhc2CtO6A==} - engines: {node: '>= 0.4'} - - is-weakmap@2.0.1: - resolution: {integrity: sha512-NSBR4kH5oVj1Uwvv970ruUkCV7O1mzgVFO4/rev2cLRda9Tm9HrL70ZPut4rOHgY0FNrUu9BCbXA2sdQ+x0chA==} - is-weakref@1.0.2: resolution: {integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==} - is-weakset@2.0.2: - resolution: {integrity: sha512-t2yVvttHkQktwnNNmBQ98AhENLdPUTDTE21uPqAQ0ARwQfGeQKRVS0NNurH7bTf7RrvcVn1OOge45CnBeHCSmg==} - is-windows@1.0.2: resolution: {integrity: sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==} engines: {node: '>=0.10.0'} @@ -3339,9 +3374,6 @@ packages: isarray@1.0.0: resolution: {integrity: sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==} - isarray@2.0.5: - resolution: {integrity: sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==} - isexe@2.0.0: resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} @@ -3599,6 +3631,10 @@ packages: resolution: {integrity: sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==} engines: {node: '>=8.6'} + micromatch@4.0.7: + resolution: {integrity: sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==} + engines: {node: '>=8.6'} + mime-db@1.52.0: resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==} engines: {node: '>= 0.6'} @@ -3771,10 +3807,6 @@ packages: object-inspect@1.12.2: resolution: {integrity: sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==} - object-is@1.1.5: - resolution: {integrity: sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==} - engines: {node: '>= 0.4'} - object-keys@1.1.1: resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==} engines: {node: '>= 0.4'} @@ -4378,10 +4410,6 @@ packages: resolution: {integrity: sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==} engines: {node: '>= 0.8'} - stop-iteration-iterator@1.0.0: - resolution: {integrity: sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==} - engines: {node: '>= 0.4'} - streamx@2.17.0: resolution: {integrity: sha512-mzRXEeafEA0skX5XLiDht/zdIqEVs4kgayUTFHDoMjiaZ2kC7DoFsQDJVXRILI2Qme/kWXxLpuU6P0B+xcXpFA==} @@ -4589,6 +4617,11 @@ packages: peerDependencies: typescript: 4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x + typescript@5.4.4: + resolution: {integrity: sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==} + engines: {node: '>=14.17'} + hasBin: true + typescript@5.4.5: resolution: {integrity: sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==} engines: {node: '>=14.17'} @@ -4643,11 +4676,23 @@ packages: resolution: {integrity: sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==} engines: {node: '>= 10.0.0'} - unocss@0.60.4: - resolution: {integrity: sha512-KtYVzm1sV1J7hpXFvILPZiJVTni+XzC2vJzKYFTEe80fEGsrL+572YjS3QjZB52TMSppLYJk6WIVTb4mE4RmvQ==} + unocss@0.59.4: + resolution: {integrity: sha512-QmCVjRObvVu/gsGrJGVt0NnrdhFFn314BUZn2WQyXV9rIvHLRmG5bIu0j5vibJkj7ZhFchTrnTM1pTFXP1xt5g==} + engines: {node: '>=14'} + peerDependencies: + '@unocss/webpack': 0.59.4 + vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 + peerDependenciesMeta: + '@unocss/webpack': + optional: true + vite: + optional: true + + unocss@0.61.3: + resolution: {integrity: sha512-Mpci+yP9CUnDjSwm0EAq9U76cgiNB5UM0ztXfDjjMiSe+jOS6sZ2A+kZ5JY9ZBRx5TX0Wh4kQBoPQQ1ooxHicg==} engines: {node: '>=14'} peerDependencies: - '@unocss/webpack': 0.60.4 + '@unocss/webpack': 0.61.3 vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 peerDependenciesMeta: '@unocss/webpack': @@ -4759,8 +4804,8 @@ packages: vite-plugin-pages-sitemap@1.7.1: resolution: {integrity: sha512-XtrMxDTECbEGMXWPB22I+cUB7aij6rQvVq4/q6vqCfZ34IdUyVwMexCYrcvrEBuOZF0knivfLfJUDm45mgJHWg==} - vite-plugin-pages@0.32.2: - resolution: {integrity: sha512-wX4lRlylcTggwHUH7bV1SVJpQMz4ZUkbzzAbbBBH5M7c/9Yx5rAqrjYELIca6vLCoCpSd+r6/WI7KnvRK/Drcg==} + vite-plugin-pages@0.32.3: + resolution: {integrity: sha512-1vmKwc9e+lRBLkpTAMUNSVV3BglyE+DRa0iivpe6q3pbOCGkAHHSUp8f6yceXC8+lu/kFgH60vm5vK6IHyvdVw==} peerDependencies: '@solidjs/router': '*' '@vue/compiler-sfc': ^2.7.0 || ^3.0.0 @@ -4789,12 +4834,12 @@ packages: '@vite-pwa/assets-generator': optional: true - vite-plugin-singlefile@2.0.1: - resolution: {integrity: sha512-J74tfN6TE4fz0Hp7E1+dmVTmCpyazv4yuIpR6jd22Kq76d2CQDSQx3wDiHX8LT02f922V+YrLhRq2VIk/UYrig==} + vite-plugin-singlefile@2.0.2: + resolution: {integrity: sha512-Z2ou6HcvED5CF0hM+vcFSaFa+klyS8RyyLxW0PbMRLnMbvzTI6ueWyxdYNFhpuXZgz/aj6+E/dHFTdEcw6gb9w==} engines: {node: '>18.0.0'} peerDependencies: - rollup: ^4.12.0 - vite: ^5.1.4 + rollup: ^4.18.0 + vite: ^5.3.1 vite@5.3.3: resolution: {integrity: sha512-NPQdeCU0Dv2z5fu+ULotpuq5yfCS1BzKUIPhNbP3YBfAMGJXbt2nS+sbTFu+qchaqWTD+H3JK++nRwr6XIcp6A==} @@ -4921,33 +4966,25 @@ packages: peerDependencies: vue: ^3.0.0 - vue-router@4.2.4: - resolution: {integrity: sha512-9PISkmaCO02OzPVOMq2w82ilty6+xJmQrarYZDkjZBfl4RvYAlt4PKnEX21oW4KTtWfa9OuO/b3qk1Od3AEdCQ==} + vue-router@4.4.0: + resolution: {integrity: sha512-HB+t2p611aIZraV2aPSRNXf0Z/oLZFrlygJm+sZbdJaW6lcFqEDQwnzUBXn+DApw+/QzDU/I9TeWx9izEjTmsA==} peerDependencies: vue: ^3.2.0 - vue-select@4.0.0-beta.6: - resolution: {integrity: sha512-K+zrNBSpwMPhAxYLTCl56gaMrWZGgayoWCLqe5rWwkB8aUbAUh7u6sXjIR7v4ckp2WKC7zEEUY27g6h1MRsIHw==} - peerDependencies: - vue: 3.x - vue-template-compiler@2.7.14: resolution: {integrity: sha512-zyA5Y3ArvVG0NacJDkkzJuPQDF8RFeRlzV2vLeSnhSpieO6LK2OVbdLPi5MPPs09Ii+gMO8nY4S3iKQxBxDmWQ==} - vue-tsc@2.0.21: - resolution: {integrity: sha512-E6x1p1HaHES6Doy8pqtm7kQern79zRtIewkf9fiv7Y43Zo4AFDS5hKi+iHi2RwEhqRmuiwliB1LCEFEGwvxQnw==} + vue-tsc@2.0.26: + resolution: {integrity: sha512-tOhuwy2bIXbMhz82ef37qeiaQHMXKQkD6mOF6CCPl3/uYtST3l6fdNyfMxipudrQTxTfXVPlgJdMENBFfC1CfQ==} hasBin: true peerDependencies: - typescript: '*' + typescript: '>=5.0.0' vue3-virtual-scroll-list@0.2.1: resolution: {integrity: sha512-G4KxITUOy9D4ro15zOp40D6ogmMefzjIyMsBKqN3xGbV1P6dlKYMx+BBXCKm3Nr/6iipcUKM272Sh2AJRyWMyQ==} peerDependencies: vue: '>=3.0.0' - vue@3.3.4: - resolution: {integrity: sha512-VTyEYn3yvIeY1Py0WaYGZsXnz3y5UnGi62GjVEqvEGPl6nxbOrCXbVOTQWBEJUqAyTUk2uJ5JLVnYJ6ZzGbrSw==} - vue@3.4.31: resolution: {integrity: sha512-njqRrOy7W3YLAlVqSKpBebtZpDVg21FPoaq1I7f/+qqBThK9ChAIjkRWgeP6Eat+8C+iia4P3OYqpATP21BCoQ==} peerDependencies: @@ -4970,9 +5007,9 @@ packages: resolution: {integrity: sha512-sB9m4P5ZF6Af1zNiMc/jW+PMVtvPSRuE3f0FNhje5iplljZ5mAUTUtZTdaoi+l5Z17/ePQinJbNDfT+YzB6fdQ==} engines: {node: '>=16.0.0'} - webtorrent@2.4.0: - resolution: {integrity: sha512-gsgGM0RTZMLx5NrXsDbZji2q7XiM+Ckuv2B5WCrYnGK/V/8BWZ0cC2orwSeTWFVSezOmuNfP7G2QHkMOn7o/cw==} - engines: {node: '>=16'} + webtorrent@2.2.1: + resolution: {integrity: sha512-dK9AI0kKHl6VrSCzCSdy8EUqNrjsIHfLCcMsObMZe9mEsetJYuLsA8ZI6exxwpbyiOlsa920TNYNbSqP0/v/6w==} + engines: {node: '>=14'} webtorrent@2.4.11: resolution: {integrity: sha512-aRq8gJTm7JGuGgBggitv+o5QZ8vGS64un3Sx3MPl9eBPbhDRKyYKouPUh4NIJqNAPvUBIOGu6nB1IOjcJ5wUhw==} @@ -4984,9 +5021,6 @@ packages: which-boxed-primitive@1.0.2: resolution: {integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==} - which-collection@1.0.1: - resolution: {integrity: sha512-W8xeTUwaln8i3K/cY1nGXzdnVZlidBcagyNFtBdD5kxnb4TvGKR7FfSIS3mYpwWS1QUCutfKz8IY8RjftB0+1A==} - which-module@2.0.0: resolution: {integrity: sha512-B+enWhmw6cjfVC7kS8Pj9pCrKSc5txArRyaYGe088shv/FGWH+0Rjx/xPgtsWfsUtS27FkP697E4DDhgrgoc0Q==} @@ -4994,10 +5028,6 @@ packages: resolution: {integrity: sha512-Lhs9Pmyph0p5n5Z3mVnN0yWcbQYUAD7rbQUiMsQxOJ3T57k7RFe35SUwWMf7dsbDZks1uOmw4AecB/JMDj3v/w==} engines: {node: '>=8.15'} - which-typed-array@1.1.13: - resolution: {integrity: sha512-P5Nra0qjSncduVPEAr7xhoF5guty49ArDTwzJ/yNuPIbZppyRxFQsRCWrocxIY+CnMVG+qfbU2FmDKyvSGClow==} - engines: {node: '>= 0.4'} - which@1.3.1: resolution: {integrity: sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==} hasBin: true @@ -6034,15 +6064,16 @@ snapshots: '@babel/helper-validator-identifier': 7.24.7 to-fast-properties: 2.0.0 - '@capacitor/android@5.7.5(@capacitor/core@5.7.5)': + '@capacitor/android@6.1.0(@capacitor/core@6.1.0)': dependencies: - '@capacitor/core': 5.7.5 + '@capacitor/core': 6.1.0 - '@capacitor/cli@5.7.5': + '@capacitor/cli@6.1.0': dependencies: '@ionic/cli-framework-output': 2.2.6 '@ionic/utils-fs': 3.1.7 - '@ionic/utils-subprocess': 2.1.12 + '@ionic/utils-process': 2.1.11 + '@ionic/utils-subprocess': 2.1.11 '@ionic/utils-terminal': 2.3.4 commander: 9.5.0 debug: 4.3.5 @@ -6060,13 +6091,13 @@ snapshots: transitivePeerDependencies: - supports-color - '@capacitor/core@5.7.5': + '@capacitor/core@6.1.0': dependencies: tslib: 2.6.2 - '@capacitor/ios@5.7.5(@capacitor/core@5.7.5)': + '@capacitor/ios@6.1.0(@capacitor/core@6.1.0)': dependencies: - '@capacitor/core': 5.7.5 + '@capacitor/core': 6.1.0 '@changesets/apply-release-plan@7.0.4': dependencies: @@ -6366,20 +6397,20 @@ snapshots: '@floating-ui/utils@0.2.1': {} - '@gun-vue/composables@0.18.3(bufferutil@4.0.8)(focus-trap@7.5.4)(typescript@5.4.5)(utf-8-validate@6.0.4)': + '@gun-vue/composables@0.18.3(focus-trap@7.5.4)(typescript@5.4.4)': dependencies: - '@gun-vue/gun-es': 0.2.1239(bufferutil@4.0.8)(utf-8-validate@6.0.4) - '@vueuse/core': 10.11.0(vue@3.4.31(typescript@5.4.5)) - '@vueuse/integrations': 10.11.0(drauu@0.3.7)(focus-trap@7.5.4)(fuse.js@7.0.0)(qrcode@1.5.3)(vue@3.4.31(typescript@5.4.5)) - '@vueuse/math': 10.11.0(vue@3.4.31(typescript@5.4.5)) + '@gun-vue/gun-es': 0.2.1239 + '@vueuse/core': 10.11.0(vue@3.4.31(typescript@5.4.4)) + '@vueuse/integrations': 10.11.0(drauu@0.3.7)(focus-trap@7.5.4)(fuse.js@7.0.0)(qrcode@1.5.3)(vue@3.4.31(typescript@5.4.4)) + '@vueuse/math': 10.11.0(vue@3.4.31(typescript@5.4.4)) buffer: 6.0.3 color-hash: 2.0.2 curved-arrows: 0.1.0 drauu: 0.3.7 fuse.js: 7.0.0 grapheme-breaker-mjs: 1.0.4 - gun: 0.2020.1240(bufferutil@4.0.8)(utf-8-validate@6.0.4) - gun-avatar: 1.9.4(bufferutil@4.0.8)(typescript@5.4.5)(utf-8-validate@6.0.4) + gun: 0.2020.1240 + gun-avatar: 1.9.4(typescript@5.4.4) jszip: 3.10.1 markdown-it: 14.1.0 markdown-it-external-links: 0.0.6 @@ -6390,7 +6421,7 @@ snapshots: slugify: 1.6.6 ultramatter: 0.0.4 url-regex: 5.0.0 - vue: 3.4.31(typescript@5.4.5) + vue: 3.4.31(typescript@5.4.4) webtorrent: 2.4.11 yamlify-object: 1.0.0 transitivePeerDependencies: @@ -6409,9 +6440,9 @@ snapshots: - universal-cookie - utf-8-validate - '@gun-vue/gun-es@0.2.1239(bufferutil@4.0.8)(utf-8-validate@5.0.10)': + '@gun-vue/gun-es@0.2.1239': dependencies: - gun: 0.2020.1239(bufferutil@4.0.8)(utf-8-validate@5.0.10) + gun: 0.2020.1239 transitivePeerDependencies: - bufferutil - utf-8-validate @@ -6427,7 +6458,7 @@ snapshots: '@humanwhocodes/retry@0.3.0': {} - '@iconify/json@2.2.218': + '@iconify/json@2.2.227': dependencies: '@iconify/types': 2.0.0 pathe: 1.1.2 @@ -6446,6 +6477,18 @@ snapshots: transitivePeerDependencies: - supports-color + '@iconify/utils@2.1.25': + dependencies: + '@antfu/install-pkg': 0.1.1 + '@antfu/utils': 0.7.8 + '@iconify/types': 2.0.0 + debug: 4.3.5 + kolorist: 1.8.0 + local-pkg: 0.5.0 + mlly: 1.6.1 + transitivePeerDependencies: + - supports-color + '@ionic/cli-framework-output@2.2.6': dependencies: '@ionic/utils-terminal': 2.3.4 @@ -6454,13 +6497,22 @@ snapshots: transitivePeerDependencies: - supports-color - '@ionic/utils-array@2.1.6': + '@ionic/utils-array@2.1.5': dependencies: debug: 4.3.5 tslib: 2.6.2 transitivePeerDependencies: - supports-color + '@ionic/utils-fs@3.1.6': + dependencies: + '@types/fs-extra': 8.1.2 + debug: 4.3.5 + fs-extra: 9.1.0 + tslib: 2.6.2 + transitivePeerDependencies: + - supports-color + '@ionic/utils-fs@3.1.7': dependencies: '@types/fs-extra': 8.1.2 @@ -6470,6 +6522,13 @@ snapshots: transitivePeerDependencies: - supports-color + '@ionic/utils-object@2.1.5': + dependencies: + debug: 4.3.5 + tslib: 2.6.2 + transitivePeerDependencies: + - supports-color + '@ionic/utils-object@2.1.6': dependencies: debug: 4.3.5 @@ -6477,6 +6536,17 @@ snapshots: transitivePeerDependencies: - supports-color + '@ionic/utils-process@2.1.10': + dependencies: + '@ionic/utils-object': 2.1.5 + '@ionic/utils-terminal': 2.3.3 + debug: 4.3.5 + signal-exit: 3.0.7 + tree-kill: 1.2.2 + tslib: 2.6.2 + transitivePeerDependencies: + - supports-color + '@ionic/utils-process@2.1.11': dependencies: '@ionic/utils-object': 2.1.6 @@ -6488,26 +6558,40 @@ snapshots: transitivePeerDependencies: - supports-color - '@ionic/utils-stream@3.1.6': + '@ionic/utils-stream@3.1.5': dependencies: debug: 4.3.5 tslib: 2.6.2 transitivePeerDependencies: - supports-color - '@ionic/utils-subprocess@2.1.12': + '@ionic/utils-subprocess@2.1.11': dependencies: - '@ionic/utils-array': 2.1.6 - '@ionic/utils-fs': 3.1.7 - '@ionic/utils-process': 2.1.11 - '@ionic/utils-stream': 3.1.6 - '@ionic/utils-terminal': 2.3.4 + '@ionic/utils-array': 2.1.5 + '@ionic/utils-fs': 3.1.6 + '@ionic/utils-process': 2.1.10 + '@ionic/utils-stream': 3.1.5 + '@ionic/utils-terminal': 2.3.3 cross-spawn: 7.0.3 debug: 4.3.5 tslib: 2.6.2 transitivePeerDependencies: - supports-color + '@ionic/utils-terminal@2.3.3': + dependencies: + '@types/slice-ansi': 4.0.0 + debug: 4.3.5 + signal-exit: 3.0.7 + slice-ansi: 4.0.0 + string-width: 4.2.3 + strip-ansi: 6.0.1 + tslib: 2.6.2 + untildify: 4.0.0 + wrap-ansi: 7.0.0 + transitivePeerDependencies: + - supports-color + '@ionic/utils-terminal@2.3.4': dependencies: '@types/slice-ansi': 4.0.0 @@ -6701,48 +6785,48 @@ snapshots: magic-string: 0.25.9 string.prototype.matchall: 4.0.7 - '@tauri-apps/cli-darwin-arm64@1.5.14': + '@tauri-apps/cli-darwin-arm64@1.6.0': optional: true - '@tauri-apps/cli-darwin-x64@1.5.14': + '@tauri-apps/cli-darwin-x64@1.6.0': optional: true - '@tauri-apps/cli-linux-arm-gnueabihf@1.5.14': + '@tauri-apps/cli-linux-arm-gnueabihf@1.6.0': optional: true - '@tauri-apps/cli-linux-arm64-gnu@1.5.14': + '@tauri-apps/cli-linux-arm64-gnu@1.6.0': optional: true - '@tauri-apps/cli-linux-arm64-musl@1.5.14': + '@tauri-apps/cli-linux-arm64-musl@1.6.0': optional: true - '@tauri-apps/cli-linux-x64-gnu@1.5.14': + '@tauri-apps/cli-linux-x64-gnu@1.6.0': optional: true - '@tauri-apps/cli-linux-x64-musl@1.5.14': + '@tauri-apps/cli-linux-x64-musl@1.6.0': optional: true - '@tauri-apps/cli-win32-arm64-msvc@1.5.14': + '@tauri-apps/cli-win32-arm64-msvc@1.6.0': optional: true - '@tauri-apps/cli-win32-ia32-msvc@1.5.14': + '@tauri-apps/cli-win32-ia32-msvc@1.6.0': optional: true - '@tauri-apps/cli-win32-x64-msvc@1.5.14': + '@tauri-apps/cli-win32-x64-msvc@1.6.0': optional: true - '@tauri-apps/cli@1.5.14': + '@tauri-apps/cli@1.6.0': optionalDependencies: - '@tauri-apps/cli-darwin-arm64': 1.5.14 - '@tauri-apps/cli-darwin-x64': 1.5.14 - '@tauri-apps/cli-linux-arm-gnueabihf': 1.5.14 - '@tauri-apps/cli-linux-arm64-gnu': 1.5.14 - '@tauri-apps/cli-linux-arm64-musl': 1.5.14 - '@tauri-apps/cli-linux-x64-gnu': 1.5.14 - '@tauri-apps/cli-linux-x64-musl': 1.5.14 - '@tauri-apps/cli-win32-arm64-msvc': 1.5.14 - '@tauri-apps/cli-win32-ia32-msvc': 1.5.14 - '@tauri-apps/cli-win32-x64-msvc': 1.5.14 + '@tauri-apps/cli-darwin-arm64': 1.6.0 + '@tauri-apps/cli-darwin-x64': 1.6.0 + '@tauri-apps/cli-linux-arm-gnueabihf': 1.6.0 + '@tauri-apps/cli-linux-arm64-gnu': 1.6.0 + '@tauri-apps/cli-linux-arm64-musl': 1.6.0 + '@tauri-apps/cli-linux-x64-gnu': 1.6.0 + '@tauri-apps/cli-linux-x64-musl': 1.6.0 + '@tauri-apps/cli-win32-arm64-msvc': 1.6.0 + '@tauri-apps/cli-win32-ia32-msvc': 1.6.0 + '@tauri-apps/cli-win32-x64-msvc': 1.6.0 '@thaunknown/idb-chunk-store@1.0.4': dependencies: @@ -6759,6 +6843,17 @@ snapshots: transitivePeerDependencies: - supports-color + '@thaunknown/simple-peer@9.12.1': + dependencies: + debug: 4.3.5 + err-code: 3.0.1 + get-browser-rtc: 1.1.0 + queue-microtask: 1.2.3 + streamx: 2.17.0 + uint8-util: 2.2.5 + transitivePeerDependencies: + - supports-color + '@thaunknown/simple-websocket@9.1.1(bufferutil@4.0.8)(utf-8-validate@6.0.4)': dependencies: debug: 4.3.5 @@ -6826,8 +6921,6 @@ snapshots: '@types/web-bluetooth@0.0.16': {} - '@types/web-bluetooth@0.0.17': {} - '@types/web-bluetooth@0.0.20': {} '@typescript-eslint/eslint-plugin@7.16.0(@typescript-eslint/parser@7.16.0(eslint@9.6.0)(typescript@5.4.5))(eslint@9.6.0)(typescript@5.4.5)': @@ -6911,23 +7004,33 @@ snapshots: '@typescript-eslint/types': 7.16.0 eslint-visitor-keys: 3.4.3 - '@unocss/astro@0.60.4(rollup@4.13.1)(vite@5.3.3(@types/node@18.0.6)(terser@5.14.2))': + '@unocss/astro@0.59.4(rollup@4.13.1)(vite@5.3.3(@types/node@18.0.6)(terser@5.14.2))': dependencies: - '@unocss/core': 0.60.4 - '@unocss/reset': 0.60.4 - '@unocss/vite': 0.60.4(rollup@4.13.1)(vite@5.3.3(@types/node@18.0.6)(terser@5.14.2)) + '@unocss/core': 0.59.4 + '@unocss/reset': 0.59.4 + '@unocss/vite': 0.59.4(rollup@4.13.1)(vite@5.3.3(@types/node@18.0.6)(terser@5.14.2)) optionalDependencies: vite: 5.3.3(@types/node@18.0.6)(terser@5.14.2) transitivePeerDependencies: - rollup - '@unocss/cli@0.60.4(rollup@4.13.1)': + '@unocss/astro@0.61.3(rollup@4.13.1)(vite@5.3.3(@types/node@18.0.6)(terser@5.14.2))': + dependencies: + '@unocss/core': 0.61.3 + '@unocss/reset': 0.61.3 + '@unocss/vite': 0.61.3(rollup@4.13.1)(vite@5.3.3(@types/node@18.0.6)(terser@5.14.2)) + optionalDependencies: + vite: 5.3.3(@types/node@18.0.6)(terser@5.14.2) + transitivePeerDependencies: + - rollup + + '@unocss/cli@0.59.4(rollup@4.13.1)': dependencies: '@ampproject/remapping': 2.3.0 '@rollup/pluginutils': 5.1.0(rollup@4.13.1) - '@unocss/config': 0.60.4 - '@unocss/core': 0.60.4 - '@unocss/preset-uno': 0.60.4 + '@unocss/config': 0.59.4 + '@unocss/core': 0.59.4 + '@unocss/preset-uno': 0.59.4 cac: 6.7.14 chokidar: 3.6.0 colorette: 2.0.20 @@ -6939,132 +7042,279 @@ snapshots: transitivePeerDependencies: - rollup - '@unocss/config@0.60.4': + '@unocss/cli@0.61.3(rollup@4.13.1)': dependencies: - '@unocss/core': 0.60.4 + '@ampproject/remapping': 2.3.0 + '@rollup/pluginutils': 5.1.0(rollup@4.13.1) + '@unocss/config': 0.61.3 + '@unocss/core': 0.61.3 + '@unocss/preset-uno': 0.61.3 + cac: 6.7.14 + chokidar: 3.6.0 + colorette: 2.0.20 + consola: 3.2.3 + fast-glob: 3.3.2 + magic-string: 0.30.10 + pathe: 1.1.2 + perfect-debounce: 1.0.0 + transitivePeerDependencies: + - rollup + + '@unocss/config@0.59.4': + dependencies: + '@unocss/core': 0.59.4 + unconfig: 0.3.13 + + '@unocss/config@0.61.3': + dependencies: + '@unocss/core': 0.61.3 unconfig: 0.3.13 - '@unocss/core@0.60.4': {} + '@unocss/core@0.59.4': {} - '@unocss/extractor-arbitrary-variants@0.60.4': + '@unocss/core@0.61.3': {} + + '@unocss/extractor-arbitrary-variants@0.59.4': + dependencies: + '@unocss/core': 0.59.4 + + '@unocss/extractor-arbitrary-variants@0.61.3': dependencies: - '@unocss/core': 0.60.4 + '@unocss/core': 0.61.3 + + '@unocss/extractor-pug@0.59.4(pug@3.0.3)': + optionalDependencies: + pug: 3.0.3 - '@unocss/extractor-pug@0.60.4(pug@3.0.3)': + '@unocss/extractor-pug@0.61.3(pug@3.0.3)': optionalDependencies: pug: 3.0.3 - '@unocss/inspector@0.60.4': + '@unocss/inspector@0.59.4': dependencies: - '@unocss/core': 0.60.4 - '@unocss/rule-utils': 0.60.4 + '@unocss/core': 0.59.4 + '@unocss/rule-utils': 0.59.4 gzip-size: 6.0.0 sirv: 2.0.4 - '@unocss/postcss@0.60.4(postcss@8.4.39)': + '@unocss/inspector@0.61.3': dependencies: - '@unocss/config': 0.60.4 - '@unocss/core': 0.60.4 - '@unocss/rule-utils': 0.60.4 + '@unocss/core': 0.61.3 + '@unocss/rule-utils': 0.61.3 + gzip-size: 6.0.0 + sirv: 2.0.4 + + '@unocss/postcss@0.59.4(postcss@8.4.39)': + dependencies: + '@unocss/config': 0.59.4 + '@unocss/core': 0.59.4 + '@unocss/rule-utils': 0.59.4 css-tree: 2.3.1 fast-glob: 3.3.2 magic-string: 0.30.10 postcss: 8.4.39 - '@unocss/preset-attributify@0.60.4': + '@unocss/postcss@0.61.3(postcss@8.4.39)': dependencies: - '@unocss/core': 0.60.4 + '@unocss/config': 0.61.3 + '@unocss/core': 0.61.3 + '@unocss/rule-utils': 0.61.3 + css-tree: 2.3.1 + fast-glob: 3.3.2 + magic-string: 0.30.10 + postcss: 8.4.39 - '@unocss/preset-icons@0.60.4': + '@unocss/preset-attributify@0.59.4': + dependencies: + '@unocss/core': 0.59.4 + + '@unocss/preset-attributify@0.61.3': + dependencies: + '@unocss/core': 0.61.3 + + '@unocss/preset-icons@0.59.4': dependencies: '@iconify/utils': 2.1.24 - '@unocss/core': 0.60.4 + '@unocss/core': 0.59.4 + ofetch: 1.3.4 + transitivePeerDependencies: + - supports-color + + '@unocss/preset-icons@0.61.3': + dependencies: + '@iconify/utils': 2.1.25 + '@unocss/core': 0.61.3 ofetch: 1.3.4 transitivePeerDependencies: - supports-color - '@unocss/preset-mini@0.60.4': + '@unocss/preset-mini@0.59.4': + dependencies: + '@unocss/core': 0.59.4 + '@unocss/extractor-arbitrary-variants': 0.59.4 + '@unocss/rule-utils': 0.59.4 + + '@unocss/preset-mini@0.61.3': + dependencies: + '@unocss/core': 0.61.3 + '@unocss/extractor-arbitrary-variants': 0.61.3 + '@unocss/rule-utils': 0.61.3 + + '@unocss/preset-tagify@0.59.4': + dependencies: + '@unocss/core': 0.59.4 + + '@unocss/preset-tagify@0.61.3': + dependencies: + '@unocss/core': 0.61.3 + + '@unocss/preset-typography@0.59.4': dependencies: - '@unocss/core': 0.60.4 - '@unocss/extractor-arbitrary-variants': 0.60.4 - '@unocss/rule-utils': 0.60.4 + '@unocss/core': 0.59.4 + '@unocss/preset-mini': 0.59.4 - '@unocss/preset-tagify@0.60.4': + '@unocss/preset-typography@0.61.3': dependencies: - '@unocss/core': 0.60.4 + '@unocss/core': 0.61.3 + '@unocss/preset-mini': 0.61.3 - '@unocss/preset-typography@0.60.4': + '@unocss/preset-uno@0.59.4': dependencies: - '@unocss/core': 0.60.4 - '@unocss/preset-mini': 0.60.4 + '@unocss/core': 0.59.4 + '@unocss/preset-mini': 0.59.4 + '@unocss/preset-wind': 0.59.4 + '@unocss/rule-utils': 0.59.4 - '@unocss/preset-uno@0.60.4': + '@unocss/preset-uno@0.61.3': dependencies: - '@unocss/core': 0.60.4 - '@unocss/preset-mini': 0.60.4 - '@unocss/preset-wind': 0.60.4 - '@unocss/rule-utils': 0.60.4 + '@unocss/core': 0.61.3 + '@unocss/preset-mini': 0.61.3 + '@unocss/preset-wind': 0.61.3 + '@unocss/rule-utils': 0.61.3 - '@unocss/preset-web-fonts@0.60.4': + '@unocss/preset-web-fonts@0.59.4': dependencies: - '@unocss/core': 0.60.4 + '@unocss/core': 0.59.4 ofetch: 1.3.4 - '@unocss/preset-wind@0.60.4': + '@unocss/preset-web-fonts@0.61.3': dependencies: - '@unocss/core': 0.60.4 - '@unocss/preset-mini': 0.60.4 - '@unocss/rule-utils': 0.60.4 + '@unocss/core': 0.61.3 + ofetch: 1.3.4 + + '@unocss/preset-wind@0.59.4': + dependencies: + '@unocss/core': 0.59.4 + '@unocss/preset-mini': 0.59.4 + '@unocss/rule-utils': 0.59.4 + + '@unocss/preset-wind@0.61.3': + dependencies: + '@unocss/core': 0.61.3 + '@unocss/preset-mini': 0.61.3 + '@unocss/rule-utils': 0.61.3 '@unocss/reset@0.48.4': {} '@unocss/reset@0.55.3': {} - '@unocss/reset@0.60.4': {} + '@unocss/reset@0.59.4': {} + + '@unocss/reset@0.61.3': {} - '@unocss/rule-utils@0.60.4': + '@unocss/rule-utils@0.59.4': dependencies: - '@unocss/core': 0.60.4 + '@unocss/core': 0.59.4 magic-string: 0.30.10 - '@unocss/scope@0.60.4': {} + '@unocss/rule-utils@0.61.3': + dependencies: + '@unocss/core': 0.61.3 + magic-string: 0.30.10 - '@unocss/transformer-attributify-jsx-babel@0.60.4': + '@unocss/scope@0.59.4': {} + + '@unocss/scope@0.61.3': {} + + '@unocss/transformer-attributify-jsx-babel@0.59.4': dependencies: '@babel/core': 7.24.7 '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.24.7) '@babel/preset-typescript': 7.24.7(@babel/core@7.24.7) - '@unocss/core': 0.60.4 + '@unocss/core': 0.59.4 transitivePeerDependencies: - supports-color - '@unocss/transformer-attributify-jsx@0.60.4': + '@unocss/transformer-attributify-jsx-babel@0.61.3': dependencies: - '@unocss/core': 0.60.4 + '@babel/core': 7.24.7 + '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.24.7) + '@babel/preset-typescript': 7.24.7(@babel/core@7.24.7) + '@unocss/core': 0.61.3 + transitivePeerDependencies: + - supports-color - '@unocss/transformer-compile-class@0.60.4': + '@unocss/transformer-attributify-jsx@0.59.4': dependencies: - '@unocss/core': 0.60.4 + '@unocss/core': 0.59.4 - '@unocss/transformer-directives@0.60.4': + '@unocss/transformer-attributify-jsx@0.61.3': dependencies: - '@unocss/core': 0.60.4 - '@unocss/rule-utils': 0.60.4 + '@unocss/core': 0.61.3 + + '@unocss/transformer-compile-class@0.59.4': + dependencies: + '@unocss/core': 0.59.4 + + '@unocss/transformer-compile-class@0.61.3': + dependencies: + '@unocss/core': 0.61.3 + + '@unocss/transformer-directives@0.59.4': + dependencies: + '@unocss/core': 0.59.4 + '@unocss/rule-utils': 0.59.4 css-tree: 2.3.1 - '@unocss/transformer-variant-group@0.60.4': + '@unocss/transformer-directives@0.61.3': dependencies: - '@unocss/core': 0.60.4 + '@unocss/core': 0.61.3 + '@unocss/rule-utils': 0.61.3 + css-tree: 2.3.1 + + '@unocss/transformer-variant-group@0.59.4': + dependencies: + '@unocss/core': 0.59.4 + + '@unocss/transformer-variant-group@0.61.3': + dependencies: + '@unocss/core': 0.61.3 + + '@unocss/vite@0.59.4(rollup@4.13.1)(vite@5.3.3(@types/node@18.0.6)(terser@5.14.2))': + dependencies: + '@ampproject/remapping': 2.3.0 + '@rollup/pluginutils': 5.1.0(rollup@4.13.1) + '@unocss/config': 0.59.4 + '@unocss/core': 0.59.4 + '@unocss/inspector': 0.59.4 + '@unocss/scope': 0.59.4 + '@unocss/transformer-directives': 0.59.4 + chokidar: 3.6.0 + fast-glob: 3.3.2 + magic-string: 0.30.10 + vite: 5.3.3(@types/node@18.0.6)(terser@5.14.2) + transitivePeerDependencies: + - rollup - '@unocss/vite@0.60.4(rollup@4.13.1)(vite@5.3.3(@types/node@18.0.6)(terser@5.14.2))': + '@unocss/vite@0.61.3(rollup@4.13.1)(vite@5.3.3(@types/node@18.0.6)(terser@5.14.2))': dependencies: '@ampproject/remapping': 2.3.0 '@rollup/pluginutils': 5.1.0(rollup@4.13.1) - '@unocss/config': 0.60.4 - '@unocss/core': 0.60.4 - '@unocss/inspector': 0.60.4 - '@unocss/scope': 0.60.4 - '@unocss/transformer-directives': 0.60.4 + '@unocss/config': 0.61.3 + '@unocss/core': 0.61.3 + '@unocss/inspector': 0.61.3 + '@unocss/scope': 0.61.3 + '@unocss/transformer-directives': 0.61.3 chokidar: 3.6.0 fast-glob: 3.3.2 magic-string: 0.30.10 @@ -7072,20 +7322,16 @@ snapshots: transitivePeerDependencies: - rollup - '@vitejs/plugin-vue@5.0.5(vite@5.3.3(@types/node@18.0.6)(terser@5.14.2))(vue@3.3.4)': + '@vitejs/plugin-vue@5.0.5(vite@5.3.3(@types/node@18.0.6)(terser@5.14.2))(vue@3.4.31(typescript@5.4.4))': dependencies: vite: 5.3.3(@types/node@18.0.6)(terser@5.14.2) - vue: 3.3.4 + vue: 3.4.31(typescript@5.4.4) '@vitejs/plugin-vue@5.0.5(vite@5.3.3(@types/node@18.0.6)(terser@5.14.2))(vue@3.4.31(typescript@5.4.5))': dependencies: vite: 5.3.3(@types/node@18.0.6)(terser@5.14.2) vue: 3.4.31(typescript@5.4.5) - '@volar/language-core@2.3.0': - dependencies: - '@volar/source-map': 2.3.0 - '@volar/language-core@2.4.0-alpha.15': dependencies: '@volar/source-map': 2.4.0-alpha.15 @@ -7097,27 +7343,16 @@ snapshots: vscode-languageserver-textdocument: 1.0.11 vscode-uri: 3.0.8 - '@volar/source-map@2.3.0': - dependencies: - muggle-string: 0.4.1 - '@volar/source-map@2.4.0-alpha.15': {} - '@volar/typescript@2.3.0': + '@volar/typescript@2.4.0-alpha.15': dependencies: - '@volar/language-core': 2.3.0 + '@volar/language-core': 2.4.0-alpha.15 path-browserify: 1.0.1 vscode-uri: 3.0.8 '@vscode/l10n@0.0.18': {} - '@vue/compiler-core@3.3.4': - dependencies: - '@babel/parser': 7.24.7 - '@vue/shared': 3.3.4 - estree-walker: 2.0.2 - source-map-js: 1.2.0 - '@vue/compiler-core@3.4.31': dependencies: '@babel/parser': 7.24.7 @@ -7126,29 +7361,11 @@ snapshots: estree-walker: 2.0.2 source-map-js: 1.2.0 - '@vue/compiler-dom@3.3.4': - dependencies: - '@vue/compiler-core': 3.3.4 - '@vue/shared': 3.3.4 - '@vue/compiler-dom@3.4.31': dependencies: '@vue/compiler-core': 3.4.31 '@vue/shared': 3.4.31 - '@vue/compiler-sfc@3.3.4': - dependencies: - '@babel/parser': 7.24.7 - '@vue/compiler-core': 3.3.4 - '@vue/compiler-dom': 3.3.4 - '@vue/compiler-ssr': 3.3.4 - '@vue/reactivity-transform': 3.3.4 - '@vue/shared': 3.3.4 - estree-walker: 2.0.2 - magic-string: 0.30.10 - postcss: 8.4.39 - source-map-js: 1.2.0 - '@vue/compiler-sfc@3.4.31': dependencies: '@babel/parser': 7.24.7 @@ -7161,17 +7378,12 @@ snapshots: postcss: 8.4.39 source-map-js: 1.2.0 - '@vue/compiler-ssr@3.3.4': - dependencies: - '@vue/compiler-dom': 3.3.4 - '@vue/shared': 3.3.4 - '@vue/compiler-ssr@3.4.31': dependencies: '@vue/compiler-dom': 3.4.31 '@vue/shared': 3.4.31 - '@vue/devtools-api@6.5.0': {} + '@vue/devtools-api@6.6.3': {} '@vue/devtools-api@7.2.1(vue@3.4.31(typescript@5.4.5))': dependencies: @@ -7192,55 +7404,47 @@ snapshots: dependencies: rfdc: 1.3.1 - '@vue/language-core@2.0.21(typescript@5.4.5)': + '@vue/language-core@2.0.26(typescript@5.4.4)': dependencies: - '@volar/language-core': 2.3.0 + '@volar/language-core': 2.4.0-alpha.15 '@vue/compiler-dom': 3.4.31 '@vue/shared': 3.4.31 computeds: 0.0.1 minimatch: 9.0.4 + muggle-string: 0.4.1 + path-browserify: 1.0.1 + vue-template-compiler: 2.7.14 + optionalDependencies: + typescript: 5.4.4 + + '@vue/language-core@2.0.26(typescript@5.4.5)': + dependencies: + '@volar/language-core': 2.4.0-alpha.15 + '@vue/compiler-dom': 3.4.31 + '@vue/shared': 3.4.31 + computeds: 0.0.1 + minimatch: 9.0.4 + muggle-string: 0.4.1 path-browserify: 1.0.1 vue-template-compiler: 2.7.14 optionalDependencies: typescript: 5.4.5 + optional: true '@vue/language-plugin-pug@2.0.26': dependencies: '@volar/source-map': 2.4.0-alpha.15 volar-service-pug: 0.0.59 - '@vue/reactivity-transform@3.3.4': - dependencies: - '@babel/parser': 7.24.7 - '@vue/compiler-core': 3.3.4 - '@vue/shared': 3.3.4 - estree-walker: 2.0.2 - magic-string: 0.30.10 - - '@vue/reactivity@3.3.4': - dependencies: - '@vue/shared': 3.3.4 - '@vue/reactivity@3.4.31': dependencies: '@vue/shared': 3.4.31 - '@vue/runtime-core@3.3.4': - dependencies: - '@vue/reactivity': 3.3.4 - '@vue/shared': 3.3.4 - '@vue/runtime-core@3.4.31': dependencies: '@vue/reactivity': 3.4.31 '@vue/shared': 3.4.31 - '@vue/runtime-dom@3.3.4': - dependencies: - '@vue/runtime-core': 3.3.4 - '@vue/shared': 3.3.4 - csstype: 3.1.3 - '@vue/runtime-dom@3.4.31': dependencies: '@vue/reactivity': 3.4.31 @@ -7248,11 +7452,11 @@ snapshots: '@vue/shared': 3.4.31 csstype: 3.1.3 - '@vue/server-renderer@3.3.4(vue@3.3.4)': + '@vue/server-renderer@3.4.31(vue@3.4.31(typescript@5.4.4))': dependencies: - '@vue/compiler-ssr': 3.3.4 - '@vue/shared': 3.3.4 - vue: 3.3.4 + '@vue/compiler-ssr': 3.4.31 + '@vue/shared': 3.4.31 + vue: 3.4.31(typescript@5.4.4) '@vue/server-renderer@3.4.31(vue@3.4.31(typescript@5.4.5))': dependencies: @@ -7260,36 +7464,34 @@ snapshots: '@vue/shared': 3.4.31 vue: 3.4.31(typescript@5.4.5) - '@vue/shared@3.3.4': {} - '@vue/shared@3.4.31': {} - '@vueuse/core@10.11.0(vue@3.4.31(typescript@5.4.5))': + '@vueuse/core@10.11.0(vue@3.4.31(typescript@5.4.4))': dependencies: '@types/web-bluetooth': 0.0.20 '@vueuse/metadata': 10.11.0 - '@vueuse/shared': 10.11.0(vue@3.4.31(typescript@5.4.5)) - vue-demi: 0.14.8(vue@3.4.31(typescript@5.4.5)) + '@vueuse/shared': 10.11.0(vue@3.4.31(typescript@5.4.4)) + vue-demi: 0.14.8(vue@3.4.31(typescript@5.4.4)) transitivePeerDependencies: - '@vue/composition-api' - vue - '@vueuse/core@10.4.1(vue@3.3.4)': + '@vueuse/core@10.11.0(vue@3.4.31(typescript@5.4.5))': dependencies: - '@types/web-bluetooth': 0.0.17 - '@vueuse/metadata': 10.4.1 - '@vueuse/shared': 10.4.1(vue@3.3.4) - vue-demi: 0.14.8(vue@3.3.4) + '@types/web-bluetooth': 0.0.20 + '@vueuse/metadata': 10.11.0 + '@vueuse/shared': 10.11.0(vue@3.4.31(typescript@5.4.5)) + vue-demi: 0.14.8(vue@3.4.31(typescript@5.4.5)) transitivePeerDependencies: - '@vue/composition-api' - vue - '@vueuse/core@10.4.1(vue@3.4.31(typescript@5.4.5))': + '@vueuse/core@9.11.1(vue@3.4.31(typescript@5.4.4))': dependencies: - '@types/web-bluetooth': 0.0.17 - '@vueuse/metadata': 10.4.1 - '@vueuse/shared': 10.4.1(vue@3.4.31(typescript@5.4.5)) - vue-demi: 0.14.8(vue@3.4.31(typescript@5.4.5)) + '@types/web-bluetooth': 0.0.16 + '@vueuse/metadata': 9.11.1 + '@vueuse/shared': 9.11.1(vue@3.4.31(typescript@5.4.4)) + vue-demi: 0.14.8(vue@3.4.31(typescript@5.4.4)) transitivePeerDependencies: - '@vue/composition-api' - vue @@ -7304,19 +7506,19 @@ snapshots: - '@vue/composition-api' - vue - '@vueuse/gesture@2.0.0(vue@3.4.31(typescript@5.4.5))': + '@vueuse/gesture@2.0.0(vue@3.4.31(typescript@5.4.4))': dependencies: chokidar: 3.6.0 consola: 3.2.3 upath: 2.0.1 - vue: 3.4.31(typescript@5.4.5) - vue-demi: 0.14.8(vue@3.4.31(typescript@5.4.5)) + vue: 3.4.31(typescript@5.4.4) + vue-demi: 0.14.8(vue@3.4.31(typescript@5.4.4)) - '@vueuse/integrations@10.11.0(drauu@0.3.7)(focus-trap@7.5.4)(fuse.js@7.0.0)(qrcode@1.5.3)(vue@3.4.31(typescript@5.4.5))': + '@vueuse/integrations@10.11.0(drauu@0.3.7)(focus-trap@7.5.4)(fuse.js@7.0.0)(qrcode@1.5.3)(vue@3.4.31(typescript@5.4.4))': dependencies: - '@vueuse/core': 10.11.0(vue@3.4.31(typescript@5.4.5)) - '@vueuse/shared': 10.11.0(vue@3.4.31(typescript@5.4.5)) - vue-demi: 0.14.8(vue@3.4.31(typescript@5.4.5)) + '@vueuse/core': 10.11.0(vue@3.4.31(typescript@5.4.4)) + '@vueuse/shared': 10.11.0(vue@3.4.31(typescript@5.4.4)) + vue-demi: 0.14.8(vue@3.4.31(typescript@5.4.4)) optionalDependencies: drauu: 0.3.7 focus-trap: 7.5.4 @@ -7353,6 +7555,14 @@ snapshots: - '@vue/composition-api' - vue + '@vueuse/math@10.11.0(vue@3.4.31(typescript@5.4.4))': + dependencies: + '@vueuse/shared': 10.11.0(vue@3.4.31(typescript@5.4.4)) + vue-demi: 0.14.8(vue@3.4.31(typescript@5.4.4)) + transitivePeerDependencies: + - '@vue/composition-api' + - vue + '@vueuse/math@10.11.0(vue@3.4.31(typescript@5.4.5))': dependencies: '@vueuse/shared': 10.11.0(vue@3.4.31(typescript@5.4.5)) @@ -7363,27 +7573,25 @@ snapshots: '@vueuse/metadata@10.11.0': {} - '@vueuse/metadata@10.4.1': {} - '@vueuse/metadata@9.11.1': {} - '@vueuse/shared@10.11.0(vue@3.4.31(typescript@5.4.5))': + '@vueuse/shared@10.11.0(vue@3.4.31(typescript@5.4.4))': dependencies: - vue-demi: 0.14.8(vue@3.4.31(typescript@5.4.5)) + vue-demi: 0.14.8(vue@3.4.31(typescript@5.4.4)) transitivePeerDependencies: - '@vue/composition-api' - vue - '@vueuse/shared@10.4.1(vue@3.3.4)': + '@vueuse/shared@10.11.0(vue@3.4.31(typescript@5.4.5))': dependencies: - vue-demi: 0.14.8(vue@3.3.4) + vue-demi: 0.14.8(vue@3.4.31(typescript@5.4.5)) transitivePeerDependencies: - '@vue/composition-api' - vue - '@vueuse/shared@10.4.1(vue@3.4.31(typescript@5.4.5))': + '@vueuse/shared@9.11.1(vue@3.4.31(typescript@5.4.4))': dependencies: - vue-demi: 0.14.8(vue@3.4.31(typescript@5.4.5)) + vue-demi: 0.14.8(vue@3.4.31(typescript@5.4.4)) transitivePeerDependencies: - '@vue/composition-api' - vue @@ -7395,11 +7603,11 @@ snapshots: - '@vue/composition-api' - vue - '@vueuse/sound@2.0.1(vue@3.4.31(typescript@5.4.5))': + '@vueuse/sound@2.0.1(vue@3.4.31(typescript@5.4.4))': dependencies: howler: 2.2.3 - vue: 3.4.31(typescript@5.4.5) - vue-demi: 0.14.8(vue@3.4.31(typescript@5.4.5)) + vue: 3.4.31(typescript@5.4.4) + vue-demi: 0.14.8(vue@3.4.31(typescript@5.4.4)) '@webtorrent/http-node@1.3.0': dependencies: @@ -7491,11 +7699,6 @@ snapshots: argparse@2.0.1: {} - array-buffer-byte-length@1.0.0: - dependencies: - call-bind: 1.0.5 - is-array-buffer: 3.0.2 - array-flatten@1.1.1: {} array-union@2.1.0: {} @@ -7517,8 +7720,6 @@ snapshots: at-least-node@1.0.0: {} - available-typed-arrays@1.0.5: {} - b4a@1.6.1: {} babel-plugin-dynamic-import-node@2.3.3: @@ -7696,6 +7897,10 @@ snapshots: dependencies: fill-range: 7.0.1 + braces@3.0.3: + dependencies: + fill-range: 7.1.1 + browserslist@4.22.2: dependencies: caniuse-lite: 1.0.30001572 @@ -8017,27 +8222,6 @@ snapshots: dependencies: mimic-response: 3.1.0 - deep-equal@2.2.3: - dependencies: - array-buffer-byte-length: 1.0.0 - call-bind: 1.0.5 - es-get-iterator: 1.1.3 - get-intrinsic: 1.2.2 - is-arguments: 1.1.1 - is-array-buffer: 3.0.2 - is-date-object: 1.0.5 - is-regex: 1.1.4 - is-shared-array-buffer: 1.0.2 - isarray: 2.0.5 - object-is: 1.1.5 - object-keys: 1.1.1 - object.assign: 4.1.4 - regexp.prototype.flags: 1.5.1 - side-channel: 1.0.4 - which-boxed-primitive: 1.0.2 - which-collection: 1.0.1 - which-typed-array: 1.1.13 - deep-extend@0.6.0: {} deep-is@0.1.4: {} @@ -8065,6 +8249,8 @@ snapshots: depd@2.0.0: {} + dequal@2.0.3: {} + destr@2.0.3: {} destroy@1.2.0: {} @@ -8151,18 +8337,6 @@ snapshots: string.prototype.trimstart: 1.0.5 unbox-primitive: 1.0.2 - es-get-iterator@1.1.3: - dependencies: - call-bind: 1.0.5 - get-intrinsic: 1.2.2 - has-symbols: 1.0.3 - is-arguments: 1.1.1 - is-map: 2.0.2 - is-set: 2.0.2 - is-string: 1.0.7 - isarray: 2.0.5 - stop-iteration-iterator: 1.0.0 - es-to-primitive@1.2.1: dependencies: is-callable: 1.2.4 @@ -8425,6 +8599,10 @@ snapshots: dependencies: to-regex-range: 5.0.1 + fill-range@7.1.1: + dependencies: + to-regex-range: 5.0.1 + finalhandler@1.2.0: dependencies: debug: 2.6.9 @@ -8459,20 +8637,16 @@ snapshots: flatted@3.3.1: {} - floating-vue@5.2.2(vue@3.4.31(typescript@5.4.5)): + floating-vue@5.2.2(vue@3.4.31(typescript@5.4.4)): dependencies: '@floating-ui/dom': 1.1.1 - vue: 3.4.31(typescript@5.4.5) - vue-resize: 2.0.0-alpha.1(vue@3.4.31(typescript@5.4.5)) + vue: 3.4.31(typescript@5.4.4) + vue-resize: 2.0.0-alpha.1(vue@3.4.31(typescript@5.4.4)) focus-trap@7.5.4: dependencies: tabbable: 6.2.0 - for-each@0.3.3: - dependencies: - is-callable: 1.2.4 - force-graph@1.43.5: dependencies: '@tweenjs/tween.js': 19.0.0 @@ -8571,6 +8745,8 @@ snapshots: gensync@1.0.0-beta.2: {} + get-browser-rtc@1.1.0: {} + get-caller-file@2.0.5: {} get-intrinsic@1.2.2: @@ -8646,11 +8822,11 @@ snapshots: graphemer@1.4.0: {} - gun-avatar@1.9.4(bufferutil@4.0.8)(typescript@5.4.5)(utf-8-validate@5.0.10): + gun-avatar@1.9.4(bufferutil@4.0.8)(typescript@5.4.5)(utf-8-validate@6.0.4): dependencies: '@unocss/reset': 0.48.4 '@vueuse/core': 9.11.1(vue@3.4.31(typescript@5.4.5)) - gun: 0.2020.1239(bufferutil@4.0.8)(utf-8-validate@5.0.10) + gun: 0.2020.1239(bufferutil@4.0.8)(utf-8-validate@6.0.4) vue: 3.4.31(typescript@5.4.5) transitivePeerDependencies: - '@vue/composition-api' @@ -8658,21 +8834,21 @@ snapshots: - typescript - utf-8-validate - gun-avatar@1.9.4(bufferutil@4.0.8)(typescript@5.4.5)(utf-8-validate@6.0.4): + gun-avatar@1.9.4(typescript@5.4.4): dependencies: '@unocss/reset': 0.48.4 - '@vueuse/core': 9.11.1(vue@3.4.31(typescript@5.4.5)) - gun: 0.2020.1239(bufferutil@4.0.8)(utf-8-validate@6.0.4) - vue: 3.4.31(typescript@5.4.5) + '@vueuse/core': 9.11.1(vue@3.4.31(typescript@5.4.4)) + gun: 0.2020.1239 + vue: 3.4.31(typescript@5.4.4) transitivePeerDependencies: - '@vue/composition-api' - bufferutil - typescript - utf-8-validate - gun@0.2020.1239(bufferutil@4.0.8)(utf-8-validate@5.0.10): + gun@0.2020.1239: dependencies: - ws: 7.5.9(bufferutil@4.0.8)(utf-8-validate@5.0.10) + ws: 7.5.9 optionalDependencies: '@peculiar/webcrypto': 1.4.0 transitivePeerDependencies: @@ -8688,6 +8864,15 @@ snapshots: - bufferutil - utf-8-validate + gun@0.2020.1240: + dependencies: + ws: 7.5.9 + optionalDependencies: + '@peculiar/webcrypto': 1.4.0 + transitivePeerDependencies: + - bufferutil + - utf-8-validate + gun@0.2020.1240(bufferutil@4.0.8)(utf-8-validate@5.0.10): dependencies: ws: 7.5.9(bufferutil@4.0.8)(utf-8-validate@5.0.10) @@ -8826,17 +9011,6 @@ snapshots: ipaddr.js@2.0.1: {} - is-arguments@1.1.1: - dependencies: - call-bind: 1.0.5 - has-tostringtag: 1.0.0 - - is-array-buffer@3.0.2: - dependencies: - call-bind: 1.0.5 - get-intrinsic: 1.2.2 - is-typed-array: 1.1.10 - is-bigint@1.0.4: dependencies: has-bigints: 1.0.2 @@ -8877,8 +9051,6 @@ snapshots: dependencies: is-extglob: 2.1.1 - is-map@2.0.2: {} - is-module@1.0.0: {} is-negative-zero@2.0.2: {} @@ -8902,8 +9074,6 @@ snapshots: is-regexp@1.0.0: {} - is-set@2.0.2: {} - is-shared-array-buffer@1.0.2: dependencies: call-bind: 1.0.5 @@ -8922,25 +9092,10 @@ snapshots: dependencies: has-symbols: 1.0.3 - is-typed-array@1.1.10: - dependencies: - available-typed-arrays: 1.0.5 - call-bind: 1.0.5 - for-each: 0.3.3 - gopd: 1.0.1 - has-tostringtag: 1.0.0 - - is-weakmap@2.0.1: {} - is-weakref@1.0.2: dependencies: call-bind: 1.0.5 - is-weakset@2.0.2: - dependencies: - call-bind: 1.0.5 - get-intrinsic: 1.2.2 - is-windows@1.0.2: {} is-wsl@2.2.0: @@ -8949,8 +9104,6 @@ snapshots: isarray@1.0.0: {} - isarray@2.0.5: {} - isexe@2.0.0: {} jake@10.8.5: @@ -9202,6 +9355,11 @@ snapshots: braces: 3.0.2 picomatch: 2.3.1 + micromatch@4.0.7: + dependencies: + braces: 3.0.3 + picomatch: 2.3.1 + mime-db@1.52.0: {} mime-types@2.1.35: @@ -9343,11 +9501,6 @@ snapshots: object-inspect@1.12.2: {} - object-is@1.1.5: - dependencies: - call-bind: 1.0.5 - define-properties: 1.2.0 - object-keys@1.1.1: {} object.assign@4.1.4: @@ -10014,10 +10167,6 @@ snapshots: statuses@2.0.1: {} - stop-iteration-iterator@1.0.0: - dependencies: - internal-slot: 1.0.5 - streamx@2.17.0: dependencies: fast-fifo: 1.1.0 @@ -10233,6 +10382,8 @@ snapshots: shiki: 0.14.7 typescript: 5.4.5 + typescript@5.4.4: {} + typescript@5.4.5: {} uc.micro@2.1.0: {} @@ -10282,28 +10433,57 @@ snapshots: universalify@2.0.0: {} - unocss@0.60.4(postcss@8.4.39)(rollup@4.13.1)(vite@5.3.3(@types/node@18.0.6)(terser@5.14.2)): - dependencies: - '@unocss/astro': 0.60.4(rollup@4.13.1)(vite@5.3.3(@types/node@18.0.6)(terser@5.14.2)) - '@unocss/cli': 0.60.4(rollup@4.13.1) - '@unocss/core': 0.60.4 - '@unocss/extractor-arbitrary-variants': 0.60.4 - '@unocss/postcss': 0.60.4(postcss@8.4.39) - '@unocss/preset-attributify': 0.60.4 - '@unocss/preset-icons': 0.60.4 - '@unocss/preset-mini': 0.60.4 - '@unocss/preset-tagify': 0.60.4 - '@unocss/preset-typography': 0.60.4 - '@unocss/preset-uno': 0.60.4 - '@unocss/preset-web-fonts': 0.60.4 - '@unocss/preset-wind': 0.60.4 - '@unocss/reset': 0.60.4 - '@unocss/transformer-attributify-jsx': 0.60.4 - '@unocss/transformer-attributify-jsx-babel': 0.60.4 - '@unocss/transformer-compile-class': 0.60.4 - '@unocss/transformer-directives': 0.60.4 - '@unocss/transformer-variant-group': 0.60.4 - '@unocss/vite': 0.60.4(rollup@4.13.1)(vite@5.3.3(@types/node@18.0.6)(terser@5.14.2)) + unocss@0.59.4(postcss@8.4.39)(rollup@4.13.1)(vite@5.3.3(@types/node@18.0.6)(terser@5.14.2)): + dependencies: + '@unocss/astro': 0.59.4(rollup@4.13.1)(vite@5.3.3(@types/node@18.0.6)(terser@5.14.2)) + '@unocss/cli': 0.59.4(rollup@4.13.1) + '@unocss/core': 0.59.4 + '@unocss/extractor-arbitrary-variants': 0.59.4 + '@unocss/postcss': 0.59.4(postcss@8.4.39) + '@unocss/preset-attributify': 0.59.4 + '@unocss/preset-icons': 0.59.4 + '@unocss/preset-mini': 0.59.4 + '@unocss/preset-tagify': 0.59.4 + '@unocss/preset-typography': 0.59.4 + '@unocss/preset-uno': 0.59.4 + '@unocss/preset-web-fonts': 0.59.4 + '@unocss/preset-wind': 0.59.4 + '@unocss/reset': 0.59.4 + '@unocss/transformer-attributify-jsx': 0.59.4 + '@unocss/transformer-attributify-jsx-babel': 0.59.4 + '@unocss/transformer-compile-class': 0.59.4 + '@unocss/transformer-directives': 0.59.4 + '@unocss/transformer-variant-group': 0.59.4 + '@unocss/vite': 0.59.4(rollup@4.13.1)(vite@5.3.3(@types/node@18.0.6)(terser@5.14.2)) + optionalDependencies: + vite: 5.3.3(@types/node@18.0.6)(terser@5.14.2) + transitivePeerDependencies: + - postcss + - rollup + - supports-color + + unocss@0.61.3(postcss@8.4.39)(rollup@4.13.1)(vite@5.3.3(@types/node@18.0.6)(terser@5.14.2)): + dependencies: + '@unocss/astro': 0.61.3(rollup@4.13.1)(vite@5.3.3(@types/node@18.0.6)(terser@5.14.2)) + '@unocss/cli': 0.61.3(rollup@4.13.1) + '@unocss/core': 0.61.3 + '@unocss/extractor-arbitrary-variants': 0.61.3 + '@unocss/postcss': 0.61.3(postcss@8.4.39) + '@unocss/preset-attributify': 0.61.3 + '@unocss/preset-icons': 0.61.3 + '@unocss/preset-mini': 0.61.3 + '@unocss/preset-tagify': 0.61.3 + '@unocss/preset-typography': 0.61.3 + '@unocss/preset-uno': 0.61.3 + '@unocss/preset-web-fonts': 0.61.3 + '@unocss/preset-wind': 0.61.3 + '@unocss/reset': 0.61.3 + '@unocss/transformer-attributify-jsx': 0.61.3 + '@unocss/transformer-attributify-jsx-babel': 0.61.3 + '@unocss/transformer-compile-class': 0.61.3 + '@unocss/transformer-directives': 0.61.3 + '@unocss/transformer-variant-group': 0.61.3 + '@unocss/vite': 0.61.3(rollup@4.13.1)(vite@5.3.3(@types/node@18.0.6)(terser@5.14.2)) optionalDependencies: vite: 5.3.3(@types/node@18.0.6)(terser@5.14.2) transitivePeerDependencies: @@ -10382,7 +10562,7 @@ snapshots: vary@1.1.2: {} - vite-plugin-checker@0.7.1(eslint@9.6.0)(optionator@0.9.3)(typescript@5.4.5)(vite@5.3.3(@types/node@18.0.6)(terser@5.14.2))(vue-tsc@2.0.21(typescript@5.4.5)): + vite-plugin-checker@0.7.1(eslint@9.6.0)(optionator@0.9.3)(typescript@5.4.5)(vite@5.3.3(@types/node@18.0.6)(terser@5.14.2))(vue-tsc@2.0.26(typescript@5.4.5)): dependencies: '@babel/code-frame': 7.24.7 ansi-escapes: 4.3.2 @@ -10403,18 +10583,18 @@ snapshots: eslint: 9.6.0 optionator: 0.9.3 typescript: 5.4.5 - vue-tsc: 2.0.21(typescript@5.4.5) + vue-tsc: 2.0.26(typescript@5.4.5) vite-plugin-pages-sitemap@1.7.1: dependencies: sitemap: 8.0.0 xml-formatter: 3.6.2 - vite-plugin-pages@0.32.2(@vue/compiler-sfc@3.4.31)(vite@5.3.3(@types/node@18.0.6)(terser@5.14.2))(vue-router@4.2.4(vue@3.3.4)): + vite-plugin-pages@0.32.3(@vue/compiler-sfc@3.4.31)(vite@5.3.3(@types/node@18.0.6)(terser@5.14.2))(vue-router@4.4.0(vue@3.4.31(typescript@5.4.5))): dependencies: '@types/debug': 4.1.12 debug: 4.3.5 - deep-equal: 2.2.3 + dequal: 2.0.3 extract-comments: 1.1.0 fast-glob: 3.3.2 json5: 2.2.3 @@ -10424,7 +10604,7 @@ snapshots: yaml: 2.4.5 optionalDependencies: '@vue/compiler-sfc': 3.4.31 - vue-router: 4.2.4(vue@3.3.4) + vue-router: 4.4.0(vue@3.4.31(typescript@5.4.5)) transitivePeerDependencies: - supports-color @@ -10439,9 +10619,9 @@ snapshots: transitivePeerDependencies: - supports-color - vite-plugin-singlefile@2.0.1(rollup@4.13.1)(vite@5.3.3(@types/node@18.0.6)(terser@5.14.2)): + vite-plugin-singlefile@2.0.2(rollup@4.13.1)(vite@5.3.3(@types/node@18.0.6)(terser@5.14.2)): dependencies: - micromatch: 4.0.5 + micromatch: 4.0.7 rollup: 4.13.1 vite: 5.3.3(@types/node@18.0.6)(terser@5.14.2) @@ -10565,9 +10745,9 @@ snapshots: vscode-uri@3.0.8: {} - vue-demi@0.14.8(vue@3.3.4): + vue-demi@0.14.8(vue@3.4.31(typescript@5.4.4)): dependencies: - vue: 3.3.4 + vue: 3.4.31(typescript@5.4.4) vue-demi@0.14.8(vue@3.4.31(typescript@5.4.5)): dependencies: @@ -10591,17 +10771,13 @@ snapshots: transitivePeerDependencies: - supports-color - vue-resize@2.0.0-alpha.1(vue@3.4.31(typescript@5.4.5)): + vue-resize@2.0.0-alpha.1(vue@3.4.31(typescript@5.4.4)): dependencies: - vue: 3.4.31(typescript@5.4.5) - - vue-router@4.2.4(vue@3.3.4): - dependencies: - '@vue/devtools-api': 6.5.0 - vue: 3.3.4 + vue: 3.4.31(typescript@5.4.4) - vue-select@4.0.0-beta.6(vue@3.4.31(typescript@5.4.5)): + vue-router@4.4.0(vue@3.4.31(typescript@5.4.5)): dependencies: + '@vue/devtools-api': 6.6.3 vue: 3.4.31(typescript@5.4.5) vue-template-compiler@2.7.14: @@ -10609,24 +10785,34 @@ snapshots: de-indent: 1.0.2 he: 1.2.0 - vue-tsc@2.0.21(typescript@5.4.5): + vue-tsc@2.0.26(typescript@5.4.4): dependencies: - '@volar/typescript': 2.3.0 - '@vue/language-core': 2.0.21(typescript@5.4.5) + '@volar/typescript': 2.4.0-alpha.15 + '@vue/language-core': 2.0.26(typescript@5.4.4) + semver: 7.6.0 + typescript: 5.4.4 + + vue-tsc@2.0.26(typescript@5.4.5): + dependencies: + '@volar/typescript': 2.4.0-alpha.15 + '@vue/language-core': 2.0.26(typescript@5.4.5) semver: 7.6.0 typescript: 5.4.5 + optional: true - vue3-virtual-scroll-list@0.2.1(vue@3.4.31(typescript@5.4.5)): + vue3-virtual-scroll-list@0.2.1(vue@3.4.31(typescript@5.4.4)): dependencies: - vue: 3.4.31(typescript@5.4.5) + vue: 3.4.31(typescript@5.4.4) - vue@3.3.4: + vue@3.4.31(typescript@5.4.4): dependencies: - '@vue/compiler-dom': 3.3.4 - '@vue/compiler-sfc': 3.3.4 - '@vue/runtime-dom': 3.3.4 - '@vue/server-renderer': 3.3.4(vue@3.3.4) - '@vue/shared': 3.3.4 + '@vue/compiler-dom': 3.4.31 + '@vue/compiler-sfc': 3.4.31 + '@vue/runtime-dom': 3.4.31 + '@vue/server-renderer': 3.4.31(vue@3.4.31(typescript@5.4.4)) + '@vue/shared': 3.4.31 + optionalDependencies: + typescript: 5.4.4 vue@3.4.31(typescript@5.4.5): dependencies: @@ -10656,10 +10842,10 @@ snapshots: node-datachannel: 0.9.1 node-domexception: 1.0.0 - webtorrent@2.4.0: + webtorrent@2.2.1: dependencies: '@silentbot1/nat-api': 0.4.7 - '@thaunknown/simple-peer': 10.0.9 + '@thaunknown/simple-peer': 9.12.1 '@webtorrent/http-node': 1.3.0 addr-to-ip-port: 2.0.0 bitfield: 4.2.0 @@ -10762,13 +10948,6 @@ snapshots: is-string: 1.0.7 is-symbol: 1.0.4 - which-collection@1.0.1: - dependencies: - is-map: 2.0.2 - is-set: 2.0.2 - is-weakmap: 2.0.1 - is-weakset: 2.0.2 - which-module@2.0.0: {} which-pm@2.0.0: @@ -10776,14 +10955,6 @@ snapshots: load-yaml-file: 0.2.0 path-exists: 4.0.0 - which-typed-array@1.1.13: - dependencies: - available-typed-arrays: 1.0.5 - call-bind: 1.0.5 - for-each: 0.3.3 - gopd: 1.0.1 - has-tostringtag: 1.0.0 - which@1.3.1: dependencies: isexe: 2.0.0 @@ -10926,6 +11097,8 @@ snapshots: wrappy@1.0.2: {} + ws@7.5.9: {} + ws@7.5.9(bufferutil@4.0.8)(utf-8-validate@5.0.10): optionalDependencies: bufferutil: 4.0.8 diff --git a/relay/package.json b/relay/package.json index e6119186a..e0cd5a8ff 100644 --- a/relay/package.json +++ b/relay/package.json @@ -25,12 +25,12 @@ "start": "node start.js" }, "dependencies": { - "dotenv": "^16.4.5", - "express": "^4.19.2", - "gun": "^0.2020.1240", - "ip": "^2.0.1", - "qrcode-terminal": "^0.12.0", - "self-adjusting-interval": "^1.0.0" + "dotenv": "16.4.5", + "express": "4.19.2", + "gun": "0.2020.1240", + "ip": "2.0.1", + "qrcode-terminal": "0.12.0", + "self-adjusting-interval": "1.0.0" }, "desciprion": "A simple gun peer relay for free tier hosting" }