From 2d4f5614ac706edf5c2c7ee13ac70f529393dc2c Mon Sep 17 00:00:00 2001 From: Bernardo Simonassi Date: Sun, 26 Nov 2023 19:24:32 -0300 Subject: [PATCH] fix: finish task tooltip --- apps/app/app.config.ts | 2 +- .../components/atoms/LeftMenuLessonItem.vue | 2 +- apps/app/package.json | 4 +- apps/emails/package.json | 6 +- apps/www/package.json | 4 +- package.json | 3 - packages/eslint-config-custom/package.json | 10 +- pnpm-lock.yaml | 631 +++++++++++------- 8 files changed, 389 insertions(+), 273 deletions(-) diff --git a/apps/app/app.config.ts b/apps/app/app.config.ts index 918a203..50c75af 100644 --- a/apps/app/app.config.ts +++ b/apps/app/app.config.ts @@ -2,7 +2,7 @@ export default defineAppConfig({ ui: { tooltip: { container: "z-50 group", - background: "bg-red-500", + background: "bg-white", }, }, }); diff --git a/apps/app/components/atoms/LeftMenuLessonItem.vue b/apps/app/components/atoms/LeftMenuLessonItem.vue index c1f3af3..5713758 100644 --- a/apps/app/components/atoms/LeftMenuLessonItem.vue +++ b/apps/app/components/atoms/LeftMenuLessonItem.vue @@ -28,7 +28,7 @@ function finishTask() { class="hidden group-hover:flex" v-if="!done && coursesStore.isEnrolled" > - + =16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 dependencies: - eslint: 8.49.0 + eslint: 8.54.0 eslint-visitor-keys: 3.4.3 /@eslint-community/regexpp@4.10.0: @@ -1277,8 +1274,8 @@ packages: transitivePeerDependencies: - supports-color - /@eslint/js@8.49.0: - resolution: {integrity: sha512-1S8uAY/MTJqVx0SC4epBq+N2yhuwtNwLbJYNZyhL2pO1ZVKn5HFXav5T41Ryzy9K9V7ZId2JB2oy/W4aCd9/2w==} + /@eslint/js@8.54.0: + resolution: {integrity: sha512-ut5V+D+fOoWPgGGNj83GGjnntO39xDy6DWxO0wb7Jp3DcMX0TfIqdzHF85VTQkerdyGmuuMD9AKAo5KiNlf/AQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} /@fastify/accept-negotiator@1.1.0: @@ -1376,14 +1373,14 @@ packages: '@fortawesome/fontawesome-common-types': 6.4.2 dev: false - /@fortawesome/vue-fontawesome@3.0.3(@fortawesome/fontawesome-svg-core@6.4.2)(vue@3.3.8): + /@fortawesome/vue-fontawesome@3.0.3(@fortawesome/fontawesome-svg-core@6.4.2)(vue@3.3.9): resolution: {integrity: sha512-KCPHi9QemVXGMrfuwf3nNnNo129resAIQWut9QTAMXmXqL2ErABC6ohd2yY5Ipq0CLWNbKHk8TMdTXL/Zf3ZhA==} peerDependencies: '@fortawesome/fontawesome-svg-core': ~1 || ~6 vue: '>= 3.0.0 < 4' dependencies: '@fortawesome/fontawesome-svg-core': 6.4.2 - vue: 3.3.8(typescript@5.1.6) + vue: 3.3.9(typescript@5.3.2) dev: false /@headlessui/tailwindcss@0.2.0(tailwindcss@3.3.5): @@ -1395,13 +1392,13 @@ packages: tailwindcss: 3.3.5 dev: false - /@headlessui/vue@1.7.16(vue@3.3.8): + /@headlessui/vue@1.7.16(vue@3.3.9): resolution: {integrity: sha512-nKT+nf/q6x198SsyK54mSszaQl/z+QxtASmgMEJtpxSX2Q0OPJX0upS/9daDyiECpeAsvjkoOrm2O/6PyBQ+Qg==} engines: {node: '>=10'} peerDependencies: vue: ^3.2.0 dependencies: - vue: 3.3.8(typescript@5.1.6) + vue: 3.3.9(typescript@5.3.2) dev: false /@humanwhocodes/config-array@0.11.13: @@ -1468,13 +1465,13 @@ packages: transitivePeerDependencies: - supports-color - /@iconify/vue@4.1.1(vue@3.3.8): + /@iconify/vue@4.1.1(vue@3.3.9): resolution: {integrity: sha512-RL85Bm/DAe8y6rT6pux7D2FJSiUEM/TPfyK7GrbAOfTSwrhvwJW+S5yijdGcmtXouA8MtuH9C7l4hiSE4mLMjg==} peerDependencies: vue: '>=3' dependencies: '@iconify/types': 2.0.0 - vue: 3.3.8(typescript@5.1.6) + vue: 3.3.9(typescript@5.3.2) dev: false /@ioredis/commands@1.2.0: @@ -1661,14 +1658,14 @@ packages: transitivePeerDependencies: - supports-color - /@nuxt/content-edge@2.9.0-28344318.76dc891(nuxt@3.8.2)(vue@3.3.8): + /@nuxt/content-edge@2.9.0-28344318.76dc891(nuxt@3.8.2)(vue@3.3.9): resolution: {integrity: sha512-SAHt3nJ2bLkz2nCMkxl8bB/vtkAhfsfDiuqyGW4Hye4U0B2HmIBeK7hGqTEI07kk7UoUkzgTOqjdea0DSgm6Kw==} dependencies: '@nuxt/kit': 3.8.2 '@nuxtjs/mdc': 0.2.8 - '@vueuse/core': 10.6.1(vue@3.3.8) - '@vueuse/head': 2.0.0(vue@3.3.8) - '@vueuse/nuxt': 10.6.1(nuxt@3.8.2)(vue@3.3.8) + '@vueuse/core': 10.6.1(vue@3.3.9) + '@vueuse/head': 2.0.0(vue@3.3.9) + '@vueuse/nuxt': 10.6.1(nuxt@3.8.2)(vue@3.3.9) consola: 3.2.3 defu: 6.1.3 destr: 2.0.2 @@ -1725,8 +1722,8 @@ packages: '@nuxt/kit': 3.8.2 '@nuxt/schema': 3.8.2 execa: 7.2.0 - nuxt: 3.8.2(@types/node@20.4.6)(typescript@5.1.6)(vite@4.5.0) - vite: 4.5.0(@types/node@20.4.6) + nuxt: 3.8.2(@types/node@20.10.0)(typescript@5.3.2)(vite@4.5.0) + vite: 4.5.0(@types/node@20.10.0) transitivePeerDependencies: - rollup - supports-color @@ -1740,13 +1737,13 @@ packages: '@nuxt/kit': 3.8.2 '@nuxt/schema': 3.8.2 execa: 7.2.0 - nuxt: 3.8.2(@types/node@20.4.6)(typescript@5.1.6)(vite@4.5.0) - vite: 4.5.0(@types/node@20.4.6) + nuxt: 3.8.2(@types/node@20.10.0)(typescript@5.3.2)(vite@4.5.0) + vite: 4.5.0(@types/node@20.10.0) transitivePeerDependencies: - rollup - supports-color - /@nuxt/devtools-ui-kit@1.0.3(@nuxt/devtools@1.0.3)(@vue/compiler-core@3.3.8)(nuxt@3.8.2)(postcss@8.4.31)(universal-cookie@4.0.4)(vite@4.5.0)(vue@3.3.8)(webpack@5.89.0): + /@nuxt/devtools-ui-kit@1.0.3(@nuxt/devtools@1.0.3)(@vue/compiler-core@3.3.9)(nuxt@3.8.2)(postcss@8.4.31)(universal-cookie@4.0.4)(vite@4.5.0)(vue@3.3.9)(webpack@5.89.0): resolution: {integrity: sha512-SHXNFDnT3V26uWcfAgMWJ9MCvtQiQLlB/O9HsUICPXrMgHyBbTmLjwyuG0nxlGOQmgDDYKuOJYkkRUXJm+FQSw==} peerDependencies: '@nuxt/devtools': 1.0.3 @@ -1765,14 +1762,14 @@ packages: '@unocss/preset-icons': 0.57.7 '@unocss/preset-mini': 0.57.7 '@unocss/reset': 0.57.7 - '@vueuse/core': 10.6.1(vue@3.3.8) - '@vueuse/integrations': 10.6.1(focus-trap@7.5.4)(universal-cookie@4.0.4)(vue@3.3.8) - '@vueuse/nuxt': 10.6.1(nuxt@3.8.2)(vue@3.3.8) + '@vueuse/core': 10.6.1(vue@3.3.9) + '@vueuse/integrations': 10.6.1(focus-trap@7.5.4)(universal-cookie@4.0.4)(vue@3.3.9) + '@vueuse/nuxt': 10.6.1(nuxt@3.8.2)(vue@3.3.9) defu: 6.1.3 focus-trap: 7.5.4 splitpanes: 3.1.5 unocss: 0.57.7(@unocss/webpack@0.57.7)(postcss@8.4.31)(vite@4.5.0) - v-lazy-show: 0.2.4(@vue/compiler-core@3.3.8) + v-lazy-show: 0.2.4(@vue/compiler-core@3.3.9) transitivePeerDependencies: - '@unocss/webpack' - '@vue/compiler-core' @@ -1838,7 +1835,7 @@ packages: local-pkg: 0.5.0 magicast: 0.3.2 nitropack: 2.8.0 - nuxt: 3.8.2(@types/node@20.4.6)(typescript@5.1.6)(vite@4.5.0) + nuxt: 3.8.2(@types/node@20.10.0)(typescript@5.3.2)(vite@4.5.0) nypm: 0.3.3 ofetch: 1.3.3 ohash: 1.1.3 @@ -1852,7 +1849,7 @@ packages: simple-git: 3.21.0 sirv: 2.0.3 unimport: 3.6.0(rollup@4.5.1) - vite: 4.5.0(@types/node@20.4.6) + vite: 4.5.0(@types/node@20.10.0) vite-plugin-inspect: 0.7.42(@nuxt/kit@3.8.2)(vite@4.5.0) vite-plugin-vue-inspector: 4.0.0(vite@4.5.0) which: 3.0.1 @@ -1946,7 +1943,7 @@ packages: c12: 1.5.1 consola: 3.2.3 defu: 6.1.3 - globby: 13.2.2 + globby: 14.0.0 hash-sum: 2.0.0 ignore: 5.3.0 jiti: 1.21.0 @@ -2033,13 +2030,13 @@ packages: /@nuxt/ui-templates@1.3.1: resolution: {integrity: sha512-5gc02Pu1HycOVUWJ8aYsWeeXcSTPe8iX8+KIrhyEtEoOSkY0eMBuo0ssljB8wALuEmepv31DlYe5gpiRwkjESA==} - /@nuxt/ui@2.11.0(nuxt@3.8.2)(universal-cookie@4.0.4)(vite@4.5.0)(vue@3.3.8): + /@nuxt/ui@2.11.0(nuxt@3.8.2)(universal-cookie@4.0.4)(vite@4.5.0)(vue@3.3.9): resolution: {integrity: sha512-mXVWkVr0KlVnYd9Pad3URF9ipAXceqZy+zgs/ap9J5/be2d8w6rOE/DlOr6crzvO19Nkn/cbw5xqWlAhcpkQrg==} engines: {node: '>=v16.20.2'} dependencies: '@egoist/tailwindcss-icons': 1.4.0(tailwindcss@3.3.5) '@headlessui/tailwindcss': 0.2.0(tailwindcss@3.3.5) - '@headlessui/vue': 1.7.16(vue@3.3.8) + '@headlessui/vue': 1.7.16(vue@3.3.9) '@iconify-json/heroicons': 1.1.13 '@nuxt/kit': 3.8.2 '@nuxtjs/color-mode': 3.3.2 @@ -2049,12 +2046,12 @@ packages: '@tailwindcss/container-queries': 0.1.1(tailwindcss@3.3.5) '@tailwindcss/forms': 0.5.7(tailwindcss@3.3.5) '@tailwindcss/typography': 0.5.10(tailwindcss@3.3.5) - '@vueuse/core': 10.6.1(vue@3.3.8) - '@vueuse/integrations': 10.6.1(fuse.js@6.6.2)(universal-cookie@4.0.4)(vue@3.3.8) - '@vueuse/math': 10.6.1(vue@3.3.8) + '@vueuse/core': 10.6.1(vue@3.3.9) + '@vueuse/integrations': 10.6.1(fuse.js@6.6.2)(universal-cookie@4.0.4)(vue@3.3.9) + '@vueuse/math': 10.6.1(vue@3.3.9) defu: 6.1.3 fuse.js: 6.6.2 - nuxt-icon: 0.6.6(nuxt@3.8.2)(vite@4.5.0)(vue@3.3.8) + nuxt-icon: 0.6.6(nuxt@3.8.2)(vite@4.5.0)(vue@3.3.9) ohash: 1.1.3 pathe: 1.1.1 scule: 1.1.0 @@ -2081,7 +2078,7 @@ packages: - vue dev: false - /@nuxt/vite-builder@3.8.2(@types/node@20.4.6)(typescript@5.1.6)(vue@3.3.8): + /@nuxt/vite-builder@3.8.2(@types/node@20.10.0)(typescript@5.3.2)(vue@3.3.8): resolution: {integrity: sha512-l/lzDDTbd3M89BpmWqjhVLgLVRqfkKp0tyYgV5seJQjj3SX+IeqI7k6k8+dMEifdeO34jUajVWptNpITXQryyg==} engines: {node: ^14.18.0 || >=16.10.0} peerDependencies: @@ -2116,10 +2113,10 @@ packages: strip-literal: 1.3.0 ufo: 1.3.2 unplugin: 1.5.1 - vite: 4.5.0(@types/node@20.4.6) - vite-node: 0.33.0(@types/node@20.4.6) - vite-plugin-checker: 0.6.2(typescript@5.1.6)(vite@4.5.0) - vue: 3.3.8(typescript@5.1.6) + vite: 4.5.0(@types/node@20.10.0) + vite-node: 0.33.0(@types/node@20.10.0) + vite-plugin-checker: 0.6.2(typescript@5.3.2)(vite@4.5.0) + vue: 3.3.8(typescript@5.3.2) vue-bundle-renderer: 2.0.0 transitivePeerDependencies: - '@types/node' @@ -2170,7 +2167,7 @@ packages: '@nuxt/kit': 3.8.2 '@types/hast': 3.0.3 '@types/mdast': 4.0.3 - '@vue/compiler-core': 3.3.8 + '@vue/compiler-core': 3.3.9 consola: 3.2.3 defu: 6.1.3 destr: 2.0.2 @@ -2359,11 +2356,11 @@ packages: '@parcel/watcher-win32-ia32': 2.3.0 '@parcel/watcher-win32-x64': 2.3.0 - /@pinia/nuxt@0.4.11(typescript@5.1.6)(vue@3.3.8): + /@pinia/nuxt@0.4.11(typescript@5.3.2)(vue@3.3.9): resolution: {integrity: sha512-bhuNFngJpmBCdAqWguezNJ/oJFR7wvKieqiZrmmdmPR07XjsidAw8RLXHMZE9kUm32M9E6T057OBbG/22jERTg==} dependencies: '@nuxt/kit': 3.8.2 - pinia: 2.1.6(typescript@5.1.6)(vue@3.3.8) + pinia: 2.1.6(typescript@5.3.2)(vue@3.3.9) transitivePeerDependencies: - '@vue/composition-api' - rollup @@ -2613,8 +2610,8 @@ packages: requiresBuild: true optional: true - /@rushstack/eslint-patch@1.3.3: - resolution: {integrity: sha512-0xd7qez0AQ+MbHatZTlI1gu5vkG8r7MYRUJAHPAHJBmGLs16zpkrpAVLvjQKQOqaXPDUBwOiJzNc00znHSCVBw==} + /@rushstack/eslint-patch@1.6.0: + resolution: {integrity: sha512-2/U3GXA6YiPYQDLGwtGlnNgKYBSwCFIHf8Y9LUY5VATHdtbLlU0Y1R3QoBnT0aB4qv/BEiVVsj7LJXoQCgJ2vA==} /@sigstore/bundle@2.1.0: resolution: {integrity: sha512-89uOo6yh/oxaU8AeOUnVrTdVMcGk9Q1hJa7Hkvalc6G3Z3CupWk4Xe9djSgJm9fMkH69s0P0cVHUoKSOemLdng==} @@ -2650,6 +2647,10 @@ packages: engines: {node: '>=10'} dev: true + /@sindresorhus/merge-streams@1.0.0: + resolution: {integrity: sha512-rUV5WyJrJLoloD4NDN1V1+LDMDWOa4OTsT4yYJwQNpTU6FWxkxHpL7eu4w+DmiH8x/EAM1otkPE1+LaspIbplw==} + engines: {node: '>=18'} + /@socket.io/component-emitter@3.1.0: resolution: {integrity: sha512-+9jVqKhRSpsc591z5vX+X5Yyw+he/HCB4iQ/RYxw35CEPaY1gnsNE43nf9n9AaYjAQrTiI/mOwKUKdUs9vf7Xg==} dev: true @@ -2751,7 +2752,7 @@ packages: /@types/http-proxy@1.17.14: resolution: {integrity: sha512-SSrD0c1OQzlFX7pGu1eXxSEjemej64aaNPRhhVYUGqXh0BtldAAx37MG8btcumvpgKyZp1F5Gn3JkktdxiFv6w==} dependencies: - '@types/node': 20.4.6 + '@types/node': 20.10.0 /@types/json-schema@7.0.15: resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==} @@ -2782,9 +2783,6 @@ packages: dependencies: undici-types: 5.26.5 - /@types/node@20.4.6: - resolution: {integrity: sha512-q0RkvNgMweWWIvSMDiXhflGUKMdIxBo2M2tYM/0kEGDueQByFzK4KZAgu5YHGFNxziTlppNpTIBcqHQAxlfHdA==} - /@types/parse-json@4.0.2: resolution: {integrity: sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==} dev: false @@ -2811,7 +2809,7 @@ packages: /@types/web-bluetooth@0.0.20: resolution: {integrity: sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==} - /@typescript-eslint/parser@5.62.0(eslint@8.49.0)(typescript@5.1.6): + /@typescript-eslint/parser@5.62.0(eslint@8.54.0)(typescript@5.3.2): resolution: {integrity: sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -2823,10 +2821,10 @@ packages: dependencies: '@typescript-eslint/scope-manager': 5.62.0 '@typescript-eslint/types': 5.62.0 - '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.1.6) + '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.3.2) debug: 4.3.4 - eslint: 8.49.0 - typescript: 5.1.6 + eslint: 8.54.0 + typescript: 5.3.2 transitivePeerDependencies: - supports-color dev: false @@ -2844,7 +2842,7 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: false - /@typescript-eslint/typescript-estree@5.62.0(typescript@5.1.6): + /@typescript-eslint/typescript-estree@5.62.0(typescript@5.3.2): resolution: {integrity: sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -2856,11 +2854,11 @@ packages: '@typescript-eslint/types': 5.62.0 '@typescript-eslint/visitor-keys': 5.62.0 debug: 4.3.4 - globby: 13.2.2 + globby: 11.1.0 is-glob: 4.0.3 semver: 7.5.4 - tsutils: 3.21.0(typescript@5.1.6) - typescript: 5.1.6 + tsutils: 3.21.0(typescript@5.3.2) + typescript: 5.3.2 transitivePeerDependencies: - supports-color dev: false @@ -2875,7 +2873,6 @@ packages: /@ungap/structured-clone@1.2.0: resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} - dev: true /@unhead/dom@1.8.8: resolution: {integrity: sha512-KRtn+tvA83lEtKrtZD85XmqW04fcytVuNKLUpPBzhJvsxB3v7gozw0nu46e3EpbO3TGJjLlLd6brNHQY6WLWfA==} @@ -2889,7 +2886,7 @@ packages: peerDependencies: '@unhead/vue': '>=1.1.9' dependencies: - '@unhead/vue': 1.8.8(vue@3.3.8) + '@unhead/vue': 1.8.8(vue@3.3.9) dev: true /@unhead/schema@1.8.8: @@ -2918,7 +2915,19 @@ packages: '@unhead/shared': 1.8.8 hookable: 5.5.3 unhead: 1.8.8 - vue: 3.3.8(typescript@5.1.6) + vue: 3.3.8(typescript@5.3.2) + + /@unhead/vue@1.8.8(vue@3.3.9): + resolution: {integrity: sha512-isHpVnSSE5SP+ObsZG/i+Jq9tAQ2u1AbGrktXKmL7P5FRxwPjhATYnJFdGpxXeXfuaFgRFKzGKs29xo4MMVODw==} + peerDependencies: + vue: '>=2.7 || >=3' + dependencies: + '@unhead/schema': 1.8.8 + '@unhead/shared': 1.8.8 + hookable: 5.5.3 + unhead: 1.8.8 + vue: 3.3.9(typescript@5.3.2) + dev: true /@unocss/astro@0.57.7(vite@4.5.0): resolution: {integrity: sha512-X4KSBdrAADdtS4x7xz02b016xpRDt9mD/d/oq23HyZAZ+sZc4oZs8el9MLSUJgu2okdWzAE62lRRV/oc4HWI1A==} @@ -2931,7 +2940,7 @@ packages: '@unocss/core': 0.57.7 '@unocss/reset': 0.57.7 '@unocss/vite': 0.57.7(vite@4.5.0) - vite: 4.5.0(@types/node@20.4.6) + vite: 4.5.0(@types/node@20.10.0) transitivePeerDependencies: - rollup @@ -3130,7 +3139,7 @@ packages: chokidar: 3.5.3 fast-glob: 3.3.2 magic-string: 0.30.5 - vite: 4.5.0(@types/node@20.4.6) + vite: 4.5.0(@types/node@20.10.0) transitivePeerDependencies: - rollup @@ -3182,8 +3191,8 @@ packages: '@babel/core': 7.23.3 '@babel/plugin-transform-typescript': 7.23.4(@babel/core@7.23.3) '@vue/babel-plugin-jsx': 1.1.5(@babel/core@7.23.3) - vite: 4.5.0(@types/node@20.4.6) - vue: 3.3.8(typescript@5.1.6) + vite: 4.5.0(@types/node@20.10.0) + vue: 3.3.8(typescript@5.3.2) transitivePeerDependencies: - supports-color @@ -3205,8 +3214,8 @@ packages: vite: ^4.0.0 || ^5.0.0 vue: ^3.2.25 dependencies: - vite: 4.5.0(@types/node@20.4.6) - vue: 3.3.8(typescript@5.1.6) + vite: 4.5.0(@types/node@20.10.0) + vue: 3.3.8(typescript@5.3.2) /@vue-macros/common@1.9.0(vue@3.3.8): resolution: {integrity: sha512-LbfRHDkceuokkLlVuQW9Wq3ZLmRs6KIDPzCjUvvL14HB4GslWdtvBB1suFfNs6VMvh9Zj30cEKF/EAP7QBCZ6Q==} @@ -3223,7 +3232,7 @@ packages: ast-kit: 0.11.2 local-pkg: 0.5.0 magic-string-ast: 0.3.0 - vue: 3.3.8(typescript@5.1.6) + vue: 3.3.8(typescript@5.3.2) transitivePeerDependencies: - rollup @@ -3264,6 +3273,14 @@ packages: estree-walker: 2.0.2 source-map-js: 1.0.2 + /@vue/compiler-core@3.3.9: + resolution: {integrity: sha512-+/Lf68Vr/nFBA6ol4xOtJrW+BQWv3QWKfRwGSm70jtXwfhZNF4R/eRgyVJYoxFRhdCTk/F6g99BP0ffPgZihfQ==} + dependencies: + '@babel/parser': 7.23.4 + '@vue/shared': 3.3.9 + estree-walker: 2.0.2 + source-map-js: 1.0.2 + /@vue/compiler-dom@3.3.4: resolution: {integrity: sha512-wyM+OjOVpuUukIq6p5+nwHYtj9cFroz9cwkfmP9O1nzH68BenTTv0u7/ndggT8cIQlnBeOo6sUT/gvHcIkLA5w==} dependencies: @@ -3276,6 +3293,12 @@ packages: '@vue/compiler-core': 3.3.8 '@vue/shared': 3.3.8 + /@vue/compiler-dom@3.3.9: + resolution: {integrity: sha512-nfWubTtLXuT4iBeDSZ5J3m218MjOy42Vp2pmKVuBKo2/BLcrFUX8nCSr/bKRFiJ32R8qbdnnnBgRn9AdU5v0Sg==} + dependencies: + '@vue/compiler-core': 3.3.9 + '@vue/shared': 3.3.9 + /@vue/compiler-sfc@3.3.4: resolution: {integrity: sha512-6y/d8uw+5TkCuzBkgLS0v3lSM3hJDntFEiUORM11pQ/hKvkhSKZrXW6i69UyXlJQisJxuUEJKAWEqWbWsLeNKQ==} dependencies: @@ -3304,6 +3327,20 @@ packages: postcss: 8.4.31 source-map-js: 1.0.2 + /@vue/compiler-sfc@3.3.9: + resolution: {integrity: sha512-wy0CNc8z4ihoDzjASCOCsQuzW0A/HP27+0MDSSICMjVIFzk/rFViezkR3dzH+miS2NDEz8ywMdbjO5ylhOLI2A==} + dependencies: + '@babel/parser': 7.23.4 + '@vue/compiler-core': 3.3.9 + '@vue/compiler-dom': 3.3.9 + '@vue/compiler-ssr': 3.3.9 + '@vue/reactivity-transform': 3.3.9 + '@vue/shared': 3.3.9 + estree-walker: 2.0.2 + magic-string: 0.30.5 + postcss: 8.4.31 + source-map-js: 1.0.2 + /@vue/compiler-ssr@3.3.4: resolution: {integrity: sha512-m0v6oKpup2nMSehwA6Uuu+j+wEwcy7QmwMkVNVfrV9P2qE5KshC6RwOCq8fjGS/Eak/uNb8AaWekfiXxbBB6gQ==} dependencies: @@ -3316,30 +3353,36 @@ packages: '@vue/compiler-dom': 3.3.8 '@vue/shared': 3.3.8 + /@vue/compiler-ssr@3.3.9: + resolution: {integrity: sha512-NO5oobAw78R0G4SODY5A502MGnDNiDjf6qvhn7zD7TJGc8XDeIEw4fg6JU705jZ/YhuokBKz0A5a/FL/XZU73g==} + dependencies: + '@vue/compiler-dom': 3.3.9 + '@vue/shared': 3.3.9 + /@vue/devtools-api@6.5.1: resolution: {integrity: sha512-+KpckaAQyfbvshdDW5xQylLni1asvNSGme1JFs8I1+/H5pHEhqUKMEQD/qn3Nx5+/nycBq11qAEi8lk+LXI2dA==} - /@vue/eslint-config-prettier@7.1.0(eslint@8.49.0)(prettier@2.8.8): + /@vue/eslint-config-prettier@7.1.0(eslint@8.54.0)(prettier@2.8.8): resolution: {integrity: sha512-Pv/lVr0bAzSIHLd9iz0KnvAr4GKyCEl+h52bc4e5yWuDVtLgFwycF7nrbWTAQAS+FU6q1geVd07lc6EWfJiWKQ==} peerDependencies: eslint: '>= 7.28.0' prettier: '>= 2.0.0' dependencies: - eslint: 8.49.0 - eslint-config-prettier: 8.10.0(eslint@8.49.0) - eslint-plugin-prettier: 4.2.1(eslint-config-prettier@8.10.0)(eslint@8.49.0)(prettier@2.8.8) + eslint: 8.54.0 + eslint-config-prettier: 8.10.0(eslint@8.54.0) + eslint-plugin-prettier: 4.2.1(eslint-config-prettier@8.10.0)(eslint@8.54.0)(prettier@2.8.8) prettier: 2.8.8 dev: false - /@vue/eslint-config-prettier@8.0.0(eslint@8.49.0)(prettier@3.0.3): + /@vue/eslint-config-prettier@8.0.0(eslint@8.54.0)(prettier@3.0.3): resolution: {integrity: sha512-55dPqtC4PM/yBjhAr+yEw6+7KzzdkBuLmnhBrDfp4I48+wy+Giqqj9yUr5T2uD/BkBROjjmqnLZmXRdOx/VtQg==} peerDependencies: eslint: '>= 8.0.0' prettier: '>= 3.0.0' dependencies: - eslint: 8.49.0 - eslint-config-prettier: 8.10.0(eslint@8.49.0) - eslint-plugin-prettier: 5.0.1(eslint-config-prettier@8.10.0)(eslint@8.49.0)(prettier@3.0.3) + eslint: 8.54.0 + eslint-config-prettier: 8.10.0(eslint@8.54.0) + eslint-plugin-prettier: 5.0.1(eslint-config-prettier@8.10.0)(eslint@8.54.0)(prettier@3.0.3) prettier: 3.0.3 transitivePeerDependencies: - '@types/eslint' @@ -3363,6 +3406,15 @@ packages: estree-walker: 2.0.2 magic-string: 0.30.5 + /@vue/reactivity-transform@3.3.9: + resolution: {integrity: sha512-HnUFm7Ry6dFa4Lp63DAxTixUp8opMtQr6RxQCpDI1vlh12rkGIeYqMvJtK+IKyEfEOa2I9oCkD1mmsPdaGpdVg==} + dependencies: + '@babel/parser': 7.23.4 + '@vue/compiler-core': 3.3.9 + '@vue/shared': 3.3.9 + estree-walker: 2.0.2 + magic-string: 0.30.5 + /@vue/reactivity@3.3.4: resolution: {integrity: sha512-kLTDLwd0B1jG08NBF3R5rqULtv/f8x3rOFByTDz4J53ttIQEDmALqKqXY0J+XQeN0aV2FBxY8nJDf88yvOPAqQ==} dependencies: @@ -3373,6 +3425,11 @@ packages: dependencies: '@vue/shared': 3.3.8 + /@vue/reactivity@3.3.9: + resolution: {integrity: sha512-VmpIqlNp+aYDg2X0xQhJqHx9YguOmz2UxuUJDckBdQCNkipJvfk9yA75woLWElCa0Jtyec3lAAt49GO0izsphw==} + dependencies: + '@vue/shared': 3.3.9 + /@vue/runtime-core@3.3.4: resolution: {integrity: sha512-R+bqxMN6pWO7zGI4OMlmvePOdP2c93GsHFM/siJI7O2nxFRzj55pLwkpCedEY+bTMgp5miZ8CxfIZo3S+gFqvA==} dependencies: @@ -3385,6 +3442,12 @@ packages: '@vue/reactivity': 3.3.8 '@vue/shared': 3.3.8 + /@vue/runtime-core@3.3.9: + resolution: {integrity: sha512-xxaG9KvPm3GTRuM4ZyU8Tc+pMVzcu6eeoSRQJ9IE7NmCcClW6z4B3Ij6L4EDl80sxe/arTtQ6YmgiO4UZqRc+w==} + dependencies: + '@vue/reactivity': 3.3.9 + '@vue/shared': 3.3.9 + /@vue/runtime-dom@3.3.4: resolution: {integrity: sha512-Aj5bTJ3u5sFsUckRghsNjVTtxZQ1OyMWCr5dZRAPijF/0Vy4xEoRCwLyHXcj4D0UFbJ4lbx3gPTgg06K/GnPnQ==} dependencies: @@ -3399,6 +3462,13 @@ packages: '@vue/shared': 3.3.8 csstype: 3.1.2 + /@vue/runtime-dom@3.3.9: + resolution: {integrity: sha512-e7LIfcxYSWbV6BK1wQv9qJyxprC75EvSqF/kQKe6bdZEDNValzeRXEVgiX7AHI6hZ59HA4h7WT5CGvm69vzJTQ==} + dependencies: + '@vue/runtime-core': 3.3.9 + '@vue/shared': 3.3.9 + csstype: 3.1.2 + /@vue/server-renderer@3.3.4(vue@3.3.4): resolution: {integrity: sha512-Q6jDDzR23ViIb67v+vM1Dqntu+HUexQcsWKhhQa4ARVzxOY2HbC7QRW/ggkDBd5BU+uM1sV6XOAP0b216o34JQ==} peerDependencies: @@ -3415,7 +3485,16 @@ packages: dependencies: '@vue/compiler-ssr': 3.3.8 '@vue/shared': 3.3.8 - vue: 3.3.8(typescript@5.1.6) + vue: 3.3.8(typescript@5.3.2) + + /@vue/server-renderer@3.3.9(vue@3.3.9): + resolution: {integrity: sha512-w0zT/s5l3Oa3ZjtLW88eO4uV6AQFqU8X5GOgzq7SkQQu6vVr+8tfm+OI2kDBplS/W/XgCBuFXiPw6T5EdwXP0A==} + peerDependencies: + vue: 3.3.9 + dependencies: + '@vue/compiler-ssr': 3.3.9 + '@vue/shared': 3.3.9 + vue: 3.3.9(typescript@5.3.2) /@vue/shared@3.3.4: resolution: {integrity: sha512-7OjdcV8vQ74eiz1TZLzZP4JwqM5fA94K6yntPS5Z25r9HDuGNzaGdgvwKYq6S+MxwF0TFRwe50fIR/MYnakdkQ==} @@ -3423,30 +3502,33 @@ packages: /@vue/shared@3.3.8: resolution: {integrity: sha512-8PGwybFwM4x8pcfgqEQFy70NaQxASvOC5DJwLQfpArw1UDfUXrJkdxD3BhVTMS+0Lef/TU7YO0Jvr0jJY8T+mw==} - /@vueuse/core@10.3.0(vue@3.3.8): + /@vue/shared@3.3.9: + resolution: {integrity: sha512-ZE0VTIR0LmYgeyhurPTpy4KzKsuDyQbMSdM49eKkMnT5X4VfFBLysMzjIZhLEFQYjjOVVfbvUDHckwjDFiO2eA==} + + /@vueuse/core@10.3.0(vue@3.3.9): resolution: {integrity: sha512-BEM5yxcFKb5btFjTSAFjTu5jmwoW66fyV9uJIP4wUXXU8aR5Hl44gndaaXp7dC5HSObmgbnR2RN+Un1p68Mf5Q==} dependencies: '@types/web-bluetooth': 0.0.17 '@vueuse/metadata': 10.3.0 - '@vueuse/shared': 10.3.0(vue@3.3.8) - vue-demi: 0.14.6(vue@3.3.8) + '@vueuse/shared': 10.3.0(vue@3.3.9) + vue-demi: 0.14.6(vue@3.3.9) transitivePeerDependencies: - '@vue/composition-api' - vue dev: false - /@vueuse/core@10.6.1(vue@3.3.8): + /@vueuse/core@10.6.1(vue@3.3.9): resolution: {integrity: sha512-Pc26IJbqgC9VG1u6VY/xrXXfxD33hnvxBnKrLlA2LJlyHII+BSrRoTPJgGYq7qZOu61itITFUnm6QbacwZ4H8Q==} dependencies: '@types/web-bluetooth': 0.0.20 '@vueuse/metadata': 10.6.1 - '@vueuse/shared': 10.6.1(vue@3.3.8) - vue-demi: 0.14.6(vue@3.3.8) + '@vueuse/shared': 10.6.1(vue@3.3.9) + vue-demi: 0.14.6(vue@3.3.9) transitivePeerDependencies: - '@vue/composition-api' - vue - /@vueuse/head@2.0.0(vue@3.3.8): + /@vueuse/head@2.0.0(vue@3.3.9): resolution: {integrity: sha512-ykdOxTGs95xjD4WXE4na/umxZea2Itl0GWBILas+O4oqS7eXIods38INvk3XkJKjqMdWPcpCyLX/DioLQxU1KA==} peerDependencies: vue: '>=2.7 || >=3' @@ -3454,11 +3536,11 @@ packages: '@unhead/dom': 1.8.8 '@unhead/schema': 1.8.8 '@unhead/ssr': 1.8.8 - '@unhead/vue': 1.8.8(vue@3.3.8) - vue: 3.3.8(typescript@5.1.6) + '@unhead/vue': 1.8.8(vue@3.3.9) + vue: 3.3.9(typescript@5.3.2) dev: true - /@vueuse/integrations@10.3.0(universal-cookie@4.0.4)(vue@3.3.8): + /@vueuse/integrations@10.3.0(universal-cookie@4.0.4)(vue@3.3.9): resolution: {integrity: sha512-Jgiv7oFyIgC6BxmDtiyG/fxyGysIds00YaY7sefwbhCZ2/tjEx1W/1WcsISSJPNI30in28+HC2J4uuU8184ekg==} peerDependencies: async-validator: '*' @@ -3499,16 +3581,16 @@ packages: universal-cookie: optional: true dependencies: - '@vueuse/core': 10.3.0(vue@3.3.8) - '@vueuse/shared': 10.3.0(vue@3.3.8) + '@vueuse/core': 10.3.0(vue@3.3.9) + '@vueuse/shared': 10.3.0(vue@3.3.9) universal-cookie: 4.0.4 - vue-demi: 0.14.6(vue@3.3.8) + vue-demi: 0.14.6(vue@3.3.9) transitivePeerDependencies: - '@vue/composition-api' - vue dev: false - /@vueuse/integrations@10.6.1(focus-trap@7.5.4)(universal-cookie@4.0.4)(vue@3.3.8): + /@vueuse/integrations@10.6.1(focus-trap@7.5.4)(universal-cookie@4.0.4)(vue@3.3.9): resolution: {integrity: sha512-mPDupuofMJ4DPmtX/FfP1MajmWRzYDv8WSaTCo8LQ5kFznjWgmUQ16ApjYqgMquqffNY6+IRMdMgosLDRZOSZA==} peerDependencies: async-validator: '*' @@ -3549,16 +3631,16 @@ packages: universal-cookie: optional: true dependencies: - '@vueuse/core': 10.6.1(vue@3.3.8) - '@vueuse/shared': 10.6.1(vue@3.3.8) + '@vueuse/core': 10.6.1(vue@3.3.9) + '@vueuse/shared': 10.6.1(vue@3.3.9) focus-trap: 7.5.4 universal-cookie: 4.0.4 - vue-demi: 0.14.6(vue@3.3.8) + vue-demi: 0.14.6(vue@3.3.9) transitivePeerDependencies: - '@vue/composition-api' - vue - /@vueuse/integrations@10.6.1(fuse.js@6.6.2)(universal-cookie@4.0.4)(vue@3.3.8): + /@vueuse/integrations@10.6.1(fuse.js@6.6.2)(universal-cookie@4.0.4)(vue@3.3.9): resolution: {integrity: sha512-mPDupuofMJ4DPmtX/FfP1MajmWRzYDv8WSaTCo8LQ5kFznjWgmUQ16ApjYqgMquqffNY6+IRMdMgosLDRZOSZA==} peerDependencies: async-validator: '*' @@ -3599,21 +3681,21 @@ packages: universal-cookie: optional: true dependencies: - '@vueuse/core': 10.6.1(vue@3.3.8) - '@vueuse/shared': 10.6.1(vue@3.3.8) + '@vueuse/core': 10.6.1(vue@3.3.9) + '@vueuse/shared': 10.6.1(vue@3.3.9) fuse.js: 6.6.2 universal-cookie: 4.0.4 - vue-demi: 0.14.6(vue@3.3.8) + vue-demi: 0.14.6(vue@3.3.9) transitivePeerDependencies: - '@vue/composition-api' - vue dev: false - /@vueuse/math@10.6.1(vue@3.3.8): + /@vueuse/math@10.6.1(vue@3.3.9): resolution: {integrity: sha512-1/aGfewEw7QZDstnPSMFoN6OMWmsbYv3mQ26cGQTboOKdqrNzAWCIn9hoc92R7vvCbkAWJgaLVJRX5odpcXzyQ==} dependencies: - '@vueuse/shared': 10.6.1(vue@3.3.8) - vue-demi: 0.14.6(vue@3.3.8) + '@vueuse/shared': 10.6.1(vue@3.3.9) + vue-demi: 0.14.6(vue@3.3.9) transitivePeerDependencies: - '@vue/composition-api' - vue @@ -3626,17 +3708,17 @@ packages: /@vueuse/metadata@10.6.1: resolution: {integrity: sha512-qhdwPI65Bgcj23e5lpGfQsxcy0bMjCAsUGoXkJ7DsoeDUdasbZ2DBa4dinFCOER3lF4gwUv+UD2AlA11zdzMFw==} - /@vueuse/nuxt@10.3.0(nuxt@3.8.2)(vue@3.3.8): + /@vueuse/nuxt@10.3.0(nuxt@3.8.2)(vue@3.3.9): resolution: {integrity: sha512-Dmkm9H5Ubq279+FHhlJtlFP99wKrn2apuo4hk/0GbEi/6+zif7MJRtAjDBBV4VjmY6XV3kO8dQR8940FStbxsA==} peerDependencies: nuxt: ^3.0.0 dependencies: '@nuxt/kit': 3.8.2 - '@vueuse/core': 10.3.0(vue@3.3.8) + '@vueuse/core': 10.3.0(vue@3.3.9) '@vueuse/metadata': 10.3.0 local-pkg: 0.4.3 - nuxt: 3.8.2(@types/node@20.4.6)(typescript@5.1.6)(vite@4.5.0) - vue-demi: 0.14.6(vue@3.3.8) + nuxt: 3.8.2(@types/node@20.10.0)(typescript@5.3.2)(vite@4.5.0) + vue-demi: 0.14.6(vue@3.3.9) transitivePeerDependencies: - '@vue/composition-api' - rollup @@ -3644,36 +3726,36 @@ packages: - vue dev: false - /@vueuse/nuxt@10.6.1(nuxt@3.8.2)(vue@3.3.8): + /@vueuse/nuxt@10.6.1(nuxt@3.8.2)(vue@3.3.9): resolution: {integrity: sha512-MnXg0ZviWHKcf2CsBYeHXhK9Pqn2TF7EJfaLgd+3rHEyb6XlSLUKBTPNCiO+5VH3Ck1IJAez90KS3VAdSqqs1w==} peerDependencies: nuxt: ^3.0.0 dependencies: '@nuxt/kit': 3.8.2 - '@vueuse/core': 10.6.1(vue@3.3.8) + '@vueuse/core': 10.6.1(vue@3.3.9) '@vueuse/metadata': 10.6.1 local-pkg: 0.5.0 - nuxt: 3.8.2(@types/node@20.4.6)(typescript@5.1.6)(vite@4.5.0) - vue-demi: 0.14.6(vue@3.3.8) + nuxt: 3.8.2(@types/node@20.10.0)(typescript@5.3.2)(vite@4.5.0) + vue-demi: 0.14.6(vue@3.3.9) transitivePeerDependencies: - '@vue/composition-api' - rollup - supports-color - vue - /@vueuse/shared@10.3.0(vue@3.3.8): + /@vueuse/shared@10.3.0(vue@3.3.9): resolution: {integrity: sha512-kGqCTEuFPMK4+fNWy6dUOiYmxGcUbtznMwBZLC1PubidF4VZY05B+Oht7Jh7/6x4VOWGpvu3R37WHi81cKpiqg==} dependencies: - vue-demi: 0.14.6(vue@3.3.8) + vue-demi: 0.14.6(vue@3.3.9) transitivePeerDependencies: - '@vue/composition-api' - vue dev: false - /@vueuse/shared@10.6.1(vue@3.3.8): + /@vueuse/shared@10.6.1(vue@3.3.9): resolution: {integrity: sha512-TECVDTIedFlL0NUfHWncf3zF9Gc4VfdxfQc8JFwoVZQmxpONhLxFrlm0eHQeidHj4rdTPL3KXJa0TZCk1wnc5Q==} dependencies: - vue-demi: 0.14.6(vue@3.3.8) + vue-demi: 0.14.6(vue@3.3.9) transitivePeerDependencies: - '@vue/composition-api' - vue @@ -3959,6 +4041,11 @@ packages: is-array-buffer: 3.0.2 dev: true + /array-union@2.1.0: + resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==} + engines: {node: '>=8'} + dev: false + /ast-kit@0.11.2: resolution: {integrity: sha512-Q0DjXK4ApbVoIf9GLyCo252tUH44iTnD/hiJ2TQaJeydYWSpKk0sI34+WMel8S9Wt5pbLgG02oJ+gkgX5DV3sQ==} engines: {node: '>=16.14.0'} @@ -5242,13 +5329,13 @@ packages: resolution: {integrity: sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==} engines: {node: '>=12'} - /eslint-config-prettier@8.10.0(eslint@8.49.0): + /eslint-config-prettier@8.10.0(eslint@8.54.0): resolution: {integrity: sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg==} hasBin: true peerDependencies: eslint: '>=7.0.0' dependencies: - eslint: 8.49.0 + eslint: 8.54.0 /eslint-plugin-json@3.1.0: resolution: {integrity: sha512-MrlG2ynFEHe7wDGwbUuFPsaT2b1uhuEFhJ+W1f1u+1C2EkXmTYJp4B1aAdQQ8M+CC3t//N/oRKiIVw14L2HR1g==} @@ -5258,7 +5345,7 @@ packages: vscode-json-languageservice: 4.2.1 dev: false - /eslint-plugin-prettier@4.2.1(eslint-config-prettier@8.10.0)(eslint@8.49.0)(prettier@2.8.8): + /eslint-plugin-prettier@4.2.1(eslint-config-prettier@8.10.0)(eslint@8.54.0)(prettier@2.8.8): resolution: {integrity: sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==} engines: {node: '>=12.0.0'} peerDependencies: @@ -5269,13 +5356,13 @@ packages: eslint-config-prettier: optional: true dependencies: - eslint: 8.49.0 - eslint-config-prettier: 8.10.0(eslint@8.49.0) + eslint: 8.54.0 + eslint-config-prettier: 8.10.0(eslint@8.54.0) prettier: 2.8.8 prettier-linter-helpers: 1.0.0 dev: false - /eslint-plugin-prettier@5.0.1(eslint-config-prettier@8.10.0)(eslint@8.49.0)(prettier@3.0.3): + /eslint-plugin-prettier@5.0.1(eslint-config-prettier@8.10.0)(eslint@8.54.0)(prettier@3.0.3): resolution: {integrity: sha512-m3u5RnR56asrwV/lDC4GHorlW75DsFfmUcjfCYylTUs85dBRnB7VM6xG8eCMJdeDRnppzmxZVf1GEPJvl1JmNg==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -5289,8 +5376,8 @@ packages: eslint-config-prettier: optional: true dependencies: - eslint: 8.49.0 - eslint-config-prettier: 8.10.0(eslint@8.49.0) + eslint: 8.54.0 + eslint-config-prettier: 8.10.0(eslint@8.54.0) prettier: 3.0.3 prettier-linter-helpers: 1.0.0 synckit: 0.8.5 @@ -5307,19 +5394,19 @@ packages: tailwindcss: 3.3.5 dev: false - /eslint-plugin-vue@9.17.0(eslint@8.49.0): - resolution: {integrity: sha512-r7Bp79pxQk9I5XDP0k2dpUC7Ots3OSWgvGZNu3BxmKK6Zg7NgVtcOB6OCna5Kb9oQwJPl5hq183WD0SY5tZtIQ==} + /eslint-plugin-vue@9.18.1(eslint@8.54.0): + resolution: {integrity: sha512-7hZFlrEgg9NIzuVik2I9xSnJA5RsmOfueYgsUGUokEDLJ1LHtxO0Pl4duje1BriZ/jDWb+44tcIlC3yi0tdlZg==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.49.0) - eslint: 8.49.0 + '@eslint-community/eslint-utils': 4.4.0(eslint@8.54.0) + eslint: 8.54.0 natural-compare: 1.4.0 nth-check: 2.1.1 postcss-selector-parser: 6.0.13 semver: 7.5.4 - vue-eslint-parser: 9.3.2(eslint@8.49.0) + vue-eslint-parser: 9.3.2(eslint@8.54.0) xml-name-validator: 4.0.0 transitivePeerDependencies: - supports-color @@ -5342,18 +5429,19 @@ packages: resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - /eslint@8.49.0: - resolution: {integrity: sha512-jw03ENfm6VJI0jA9U+8H5zfl5b+FvuU3YYvZRdZHOlU2ggJkxrlkJH4HcDrZpj6YwD8kuYqvQM8LyesoazrSOQ==} + /eslint@8.54.0: + resolution: {integrity: sha512-NY0DfAkM8BIZDVl6PgSa1ttZbx3xHgJzSNJKYcQglem6CppHyMhRIQkBVSSMaSRnLhig3jsDbEzOjwCVt4AmmA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.49.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@8.54.0) '@eslint-community/regexpp': 4.10.0 '@eslint/eslintrc': 2.1.3 - '@eslint/js': 8.49.0 + '@eslint/js': 8.54.0 '@humanwhocodes/config-array': 0.11.13 '@humanwhocodes/module-importer': 1.0.1 '@nodelib/fs.walk': 1.2.8 + '@ungap/structured-clone': 1.2.0 ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.3 @@ -5608,7 +5696,7 @@ packages: /flatted@3.2.9: resolution: {integrity: sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==} - /floating-vue@2.0.0-beta.24(vue@3.3.8): + /floating-vue@2.0.0-beta.24(vue@3.3.9): resolution: {integrity: sha512-URSzP6YXaF4u1oZ9XGL8Sn8puuM7ivp5jkOUrpy5Q1mfo9BfGppJOn+ierTmsSUfJEeHBae8KT7r5DeI3vQIEw==} peerDependencies: '@nuxt/kit': ^3.2.0 @@ -5618,8 +5706,8 @@ packages: optional: true dependencies: '@floating-ui/dom': 1.1.1 - vue: 3.3.8(typescript@5.1.6) - vue-resize: 2.0.0-alpha.1(vue@3.3.8) + vue: 3.3.9(typescript@5.3.2) + vue-resize: 2.0.0-alpha.1(vue@3.3.9) dev: false /focus-trap@7.5.4: @@ -5912,6 +6000,18 @@ packages: dependencies: type-fest: 0.20.2 + /globby@11.1.0: + resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==} + engines: {node: '>=10'} + dependencies: + array-union: 2.1.0 + dir-glob: 3.0.1 + fast-glob: 3.3.2 + ignore: 5.3.0 + merge2: 1.4.1 + slash: 3.0.0 + dev: false + /globby@13.2.2: resolution: {integrity: sha512-Y1zNGV+pzQdh7H39l9zgB4PJqjRNqydvdYCDG4HFXM4XuvSaQQlEc91IU1yALL8gUTDomgBAfz3XJdmUS+oo0w==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} @@ -5921,6 +6021,18 @@ packages: ignore: 5.3.0 merge2: 1.4.1 slash: 4.0.0 + dev: true + + /globby@14.0.0: + resolution: {integrity: sha512-/1WM/LNHRAOH9lZta77uGbq0dAEQM+XjNesWwhlERDVenqothRbnzTrL3/LrIoEPPjeUHC3vrS6TwoyxeHs7MQ==} + engines: {node: '>=18'} + dependencies: + '@sindresorhus/merge-streams': 1.0.0 + fast-glob: 3.3.2 + ignore: 5.3.0 + path-type: 5.0.0 + slash: 5.1.0 + unicorn-magic: 0.1.0 /gopd@1.0.1: resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==} @@ -8038,7 +8150,7 @@ packages: escape-string-regexp: 5.0.0 etag: 1.8.1 fs-extra: 11.1.1 - globby: 13.2.2 + globby: 14.0.0 gzip-size: 7.0.0 h3: 1.9.0 hookable: 5.5.3 @@ -8276,11 +8388,11 @@ packages: optionalDependencies: fsevents: 2.3.3 - /nuxt-icon@0.6.6(nuxt@3.8.2)(vite@4.5.0)(vue@3.3.8): + /nuxt-icon@0.6.6(nuxt@3.8.2)(vite@4.5.0)(vue@3.3.9): resolution: {integrity: sha512-rTRUIjYVlYAyj6ZPVVwGxyyiINNudhC6r9vF96Ec5ZaLOC6mSdUBnJ3oV6sJgViYrIkDLwbIjviFvRcZzvgu3g==} dependencies: '@iconify/collections': 1.0.360 - '@iconify/vue': 4.1.1(vue@3.3.8) + '@iconify/vue': 4.1.1(vue@3.3.9) '@nuxt/devtools-kit': 1.0.3(nuxt@3.8.2)(vite@4.5.0) '@nuxt/kit': 3.8.2 transitivePeerDependencies: @@ -8303,13 +8415,13 @@ packages: - supports-color dev: true - /nuxt-simple-robots@3.1.0(@nuxt/devtools@1.0.3)(@vue/compiler-core@3.3.8)(nuxt@3.8.2)(postcss@8.4.31)(vite@4.5.0)(vue@3.3.8)(webpack@5.89.0): + /nuxt-simple-robots@3.1.0(@nuxt/devtools@1.0.3)(@vue/compiler-core@3.3.9)(nuxt@3.8.2)(postcss@8.4.31)(vite@4.5.0)(vue@3.3.9)(webpack@5.89.0): resolution: {integrity: sha512-K+frvIOxRXwpZs77wCD/28NdDaK6eeecMmwX7MlVU5qJyfxp3olrgDQyEOQc3qcS6nLZ2s1nY5y6Dp0AiQoJrg==} dependencies: '@nuxt/kit': 3.8.2 defu: 6.1.3 - nuxt-site-config: 1.6.6(@nuxt/devtools@1.0.3)(@vue/compiler-core@3.3.8)(nuxt@3.8.2)(postcss@8.4.31)(universal-cookie@4.0.4)(vite@4.5.0)(vue@3.3.8)(webpack@5.89.0) - nuxt-site-config-kit: 1.6.6(vue@3.3.8) + nuxt-site-config: 1.6.6(@nuxt/devtools@1.0.3)(@vue/compiler-core@3.3.9)(nuxt@3.8.2)(postcss@8.4.31)(universal-cookie@4.0.4)(vite@4.5.0)(vue@3.3.9)(webpack@5.89.0) + nuxt-site-config-kit: 1.6.6(vue@3.3.9) pathe: 1.1.1 ufo: 1.3.2 transitivePeerDependencies: @@ -8337,7 +8449,7 @@ packages: - webpack dev: true - /nuxt-simple-sitemap@3.1.4(@nuxt/devtools@1.0.3)(@vue/compiler-core@3.3.8)(nuxt@3.8.2)(postcss@8.4.31)(universal-cookie@4.0.4)(vite@4.5.0)(vue@3.3.8)(webpack@5.89.0): + /nuxt-simple-sitemap@3.1.4(@nuxt/devtools@1.0.3)(@vue/compiler-core@3.3.9)(nuxt@3.8.2)(postcss@8.4.31)(universal-cookie@4.0.4)(vite@4.5.0)(vue@3.3.9)(webpack@5.89.0): resolution: {integrity: sha512-rP2ZxiaEyrz1S16zOb6mmtVyxTgmUAErsy0QRaxIIEMJvnZ/0oFEgH6IbpnZchjw0dxlKCAhYgNof3QDF5VQ9Q==} dependencies: '@nuxt/devtools-kit': 0.7.6(nuxt@3.8.2)(vite@4.5.0) @@ -8347,12 +8459,12 @@ packages: escape-string-regexp: 5.0.0 fast-glob: 3.3.2 knitwork: 1.0.0 - nuxt-site-config: 1.6.6(@nuxt/devtools@1.0.3)(@vue/compiler-core@3.3.8)(nuxt@3.8.2)(postcss@8.4.31)(universal-cookie@4.0.4)(vite@4.5.0)(vue@3.3.8)(webpack@5.89.0) - nuxt-site-config-kit: 1.6.6(vue@3.3.8) + nuxt-site-config: 1.6.6(@nuxt/devtools@1.0.3)(@vue/compiler-core@3.3.9)(nuxt@3.8.2)(postcss@8.4.31)(universal-cookie@4.0.4)(vite@4.5.0)(vue@3.3.9)(webpack@5.89.0) + nuxt-site-config-kit: 1.6.6(vue@3.3.9) pathe: 1.1.1 radix3: 1.1.0 semver: 7.5.4 - site-config-stack: 1.6.6(vue@3.3.8) + site-config-stack: 1.6.6(vue@3.3.9) ufo: 1.3.2 transitivePeerDependencies: - '@nuxt/devtools' @@ -8378,13 +8490,13 @@ packages: - vue - webpack - /nuxt-site-config-kit@1.6.6(vue@3.3.8): + /nuxt-site-config-kit@1.6.6(vue@3.3.9): resolution: {integrity: sha512-1sEC1qeWBnYDkHeyTrDD5d9rxC7N9g7dHbKro0Qs1NOfmq1Mj8IMizl6NWVVxPrZ8PfJOEcMf9zEcCqSaaVwoQ==} dependencies: '@nuxt/kit': 3.8.2 '@nuxt/schema': 3.8.2 pkg-types: 1.0.3 - site-config-stack: 1.6.6(vue@3.3.8) + site-config-stack: 1.6.6(vue@3.3.9) std-env: 3.5.0 ufo: 1.3.2 transitivePeerDependencies: @@ -8392,18 +8504,18 @@ packages: - supports-color - vue - /nuxt-site-config@1.6.6(@nuxt/devtools@1.0.3)(@vue/compiler-core@3.3.8)(nuxt@3.8.2)(postcss@8.4.31)(universal-cookie@4.0.4)(vite@4.5.0)(vue@3.3.8)(webpack@5.89.0): + /nuxt-site-config@1.6.6(@nuxt/devtools@1.0.3)(@vue/compiler-core@3.3.9)(nuxt@3.8.2)(postcss@8.4.31)(universal-cookie@4.0.4)(vite@4.5.0)(vue@3.3.9)(webpack@5.89.0): resolution: {integrity: sha512-orqglyJAFZEVxW7oglFMcCgq6r7Cpr8xOd+1zn+OiPmP+D++EBFn+90gmV9utGjaX8t5G2sO71pO4DMIZf2u7g==} dependencies: '@nuxt/devtools-kit': 1.0.3(nuxt@3.8.2)(vite@4.5.0) - '@nuxt/devtools-ui-kit': 1.0.3(@nuxt/devtools@1.0.3)(@vue/compiler-core@3.3.8)(nuxt@3.8.2)(postcss@8.4.31)(universal-cookie@4.0.4)(vite@4.5.0)(vue@3.3.8)(webpack@5.89.0) + '@nuxt/devtools-ui-kit': 1.0.3(@nuxt/devtools@1.0.3)(@vue/compiler-core@3.3.9)(nuxt@3.8.2)(postcss@8.4.31)(universal-cookie@4.0.4)(vite@4.5.0)(vue@3.3.9)(webpack@5.89.0) '@nuxt/kit': 3.8.2 '@nuxt/schema': 3.8.2 - nuxt-site-config-kit: 1.6.6(vue@3.3.8) + nuxt-site-config-kit: 1.6.6(vue@3.3.9) pathe: 1.1.1 shiki-es: 0.14.0 sirv: 2.0.3 - site-config-stack: 1.6.6(vue@3.3.8) + site-config-stack: 1.6.6(vue@3.3.9) ufo: 1.3.2 transitivePeerDependencies: - '@nuxt/devtools' @@ -8429,16 +8541,16 @@ packages: - vue - webpack - /nuxt-umami@2.5.2(vue@3.3.8): + /nuxt-umami@2.5.2(vue@3.3.9): resolution: {integrity: sha512-HY+eiiOEIAjwY/1+e4n5p+WOeeVfPNuSxkv84GevkJeAcQInsVNEZBeygCcN2hLPYlbLn/wTlEcc+qrJB0nWqQ==} dependencies: - '@vueuse/core': 10.3.0(vue@3.3.8) + '@vueuse/core': 10.3.0(vue@3.3.9) transitivePeerDependencies: - '@vue/composition-api' - vue dev: false - /nuxt@3.8.2(@types/node@20.4.6)(typescript@5.1.6)(vite@4.5.0): + /nuxt@3.8.2(@types/node@20.10.0)(typescript@5.3.2)(vite@4.5.0): resolution: {integrity: sha512-HUAyifmqTs2zcQBGvcby3KNs2pBAk+l7ZbLjD1oCNqQQ+wBuZ1qgLC4Ebu++y4g3o3Y8WAWSvpafbKRLQZziPw==} engines: {node: ^14.18.0 || >=16.10.0} hasBin: true @@ -8457,8 +8569,8 @@ packages: '@nuxt/schema': 3.8.2 '@nuxt/telemetry': 2.5.3 '@nuxt/ui-templates': 1.3.1 - '@nuxt/vite-builder': 3.8.2(@types/node@20.4.6)(typescript@5.1.6)(vue@3.3.8) - '@types/node': 20.4.6 + '@nuxt/vite-builder': 3.8.2(@types/node@20.10.0)(typescript@5.3.2)(vue@3.3.8) + '@types/node': 20.10.0 '@unhead/dom': 1.8.8 '@unhead/ssr': 1.8.8 '@unhead/vue': 1.8.8(vue@3.3.8) @@ -8474,7 +8586,7 @@ packages: escape-string-regexp: 5.0.0 estree-walker: 3.0.3 fs-extra: 11.1.1 - globby: 13.2.2 + globby: 14.0.0 h3: 1.9.0 hookable: 5.5.3 jiti: 1.21.0 @@ -8503,7 +8615,7 @@ packages: unplugin: 1.5.1 unplugin-vue-router: 0.7.0(vue-router@4.2.5)(vue@3.3.8) untyped: 1.4.0 - vue: 3.3.8(typescript@5.1.6) + vue: 3.3.8(typescript@5.3.2) vue-bundle-renderer: 2.0.0 vue-devtools-stub: 0.1.0 vue-router: 4.2.5(vue@3.3.8) @@ -8846,6 +8958,10 @@ packages: resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} engines: {node: '>=8'} + /path-type@5.0.0: + resolution: {integrity: sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==} + engines: {node: '>=12'} + /pathe@0.3.9: resolution: {integrity: sha512-6Y6s0vT112P3jD8dGfuS6r+lpa0qqNrLyHPOwvXMnyNTQaYiwgau2DP3aNDsR13xqtGj7rrPo+jFUATpU6/s+g==} dev: true @@ -8868,7 +8984,7 @@ packages: engines: {node: '>=0.10.0'} dev: false - /pinia@2.1.6(typescript@5.1.6)(vue@3.3.8): + /pinia@2.1.6(typescript@5.3.2)(vue@3.3.9): resolution: {integrity: sha512-bIU6QuE5qZviMmct5XwCesXelb5VavdOWKWaB17ggk++NUwQWWbP5YnsONTk3b752QkW9sACiR81rorpeOMSvQ==} peerDependencies: '@vue/composition-api': ^1.4.0 @@ -8881,9 +8997,9 @@ packages: optional: true dependencies: '@vue/devtools-api': 6.5.1 - typescript: 5.1.6 - vue: 3.3.8(typescript@5.1.6) - vue-demi: 0.14.6(vue@3.3.8) + typescript: 5.3.2 + vue: 3.3.9(typescript@5.3.2) + vue-demi: 0.14.6(vue@3.3.9) dev: false /pirates@4.0.6: @@ -10135,13 +10251,13 @@ packages: /sisteransi@1.0.5: resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==} - /site-config-stack@1.6.6(vue@3.3.8): + /site-config-stack@1.6.6(vue@3.3.9): resolution: {integrity: sha512-a3nLIeVL6W9bSkPxQf2HA4ZRzPpWYpP3WYu8AVhEGv9ty5pzD8Xb8muRVLq9kD/fzXtgR1qvko0r/0nKKhH2xQ==} peerDependencies: vue: ^3 dependencies: ufo: 1.3.2 - vue: 3.3.8(typescript@5.1.6) + vue: 3.3.9(typescript@5.3.2) /skin-tone@2.0.0: resolution: {integrity: sha512-kUMbT1oBJCpgrnKoSr0o6wPtvRWT9W9UKvGLwfJYO2WuahZRHOpEyL1ckyMGgMWh0UdpmaoFqKKD29WTomNEGA==} @@ -10150,10 +10266,19 @@ packages: unicode-emoji-modifier-base: 1.0.0 dev: true + /slash@3.0.0: + resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} + engines: {node: '>=8'} + dev: false + /slash@4.0.0: resolution: {integrity: sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==} engines: {node: '>=12'} + /slash@5.1.0: + resolution: {integrity: sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==} + engines: {node: '>=14.16'} + /slugify@1.6.6: resolution: {integrity: sha512-h+z7HKHYXj6wJU+AnS/+IH8Uh9fdcX1Lrhg1/VMdf9PwoBQXFcXiAdsy2tSK0P6gKwJLXp02r90ahUCqHk9rrw==} engines: {node: '>=8.0.0'} @@ -10716,14 +10841,14 @@ packages: engines: {node: '>=0.6.x'} dev: false - /tsutils@3.21.0(typescript@5.1.6): + /tsutils@3.21.0(typescript@5.3.2): resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} engines: {node: '>= 6'} peerDependencies: typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' dependencies: tslib: 1.14.1 - typescript: 5.1.6 + typescript: 5.3.2 dev: false /tuf-js@2.1.0: @@ -10830,17 +10955,10 @@ packages: mime-types: 2.1.35 dev: false - /typescript@5.1.6: - resolution: {integrity: sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==} - engines: {node: '>=14.17'} - hasBin: true - /typescript@5.3.2: resolution: {integrity: sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==} engines: {node: '>=14.17'} hasBin: true - dev: true - optional: true /ufo@0.8.6: resolution: {integrity: sha512-fk6CmUgwKCfX79EzcDQQpSCMxrHstvbLswFChHS0Vump+kFkw7nJBfTZoC1j0bOGoY9I7R3n2DGek5ajbcYnOw==} @@ -10916,6 +11034,10 @@ packages: tiny-inflate: 1.0.3 dev: true + /unicorn-magic@0.1.0: + resolution: {integrity: sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==} + engines: {node: '>=18'} + /unified@10.1.2: resolution: {integrity: sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==} dependencies: @@ -11088,7 +11210,7 @@ packages: '@unocss/transformer-variant-group': 0.57.7 '@unocss/vite': 0.57.7(vite@4.5.0) '@unocss/webpack': 0.57.7(webpack@5.89.0) - vite: 4.5.0(@types/node@20.4.6) + vite: 4.5.0(@types/node@20.10.0) transitivePeerDependencies: - postcss - rollup @@ -11253,12 +11375,12 @@ packages: sade: 1.8.1 dev: true - /v-lazy-show@0.2.4(@vue/compiler-core@3.3.8): + /v-lazy-show@0.2.4(@vue/compiler-core@3.3.9): resolution: {integrity: sha512-Lx9Str2i+HTh+zGzs9O3YyhGAZOAAfU+6MUUPcQPPiPxQO1sHBEv9sH3MO9bPc4T09gsjsS2+sbaCWQ1MdhpJQ==} peerDependencies: '@vue/compiler-core': ^3.3 dependencies: - '@vue/compiler-core': 3.3.8 + '@vue/compiler-core': 3.3.9 /validate-npm-package-license@3.0.4: resolution: {integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==} @@ -11322,7 +11444,7 @@ packages: vfile-message: 4.0.2 dev: true - /vite-node@0.33.0(@types/node@20.4.6): + /vite-node@0.33.0(@types/node@20.10.0): resolution: {integrity: sha512-19FpHYbwWWxDr73ruNahC+vtEdza52kA90Qb3La98yZ0xULqV8A5JLNPUff0f5zID4984tW7l3DH2przTJUZSw==} engines: {node: '>=v14.18.0'} hasBin: true @@ -11332,7 +11454,7 @@ packages: mlly: 1.4.2 pathe: 1.1.1 picocolors: 1.0.0 - vite: 4.5.0(@types/node@20.4.6) + vite: 4.5.0(@types/node@20.10.0) transitivePeerDependencies: - '@types/node' - less @@ -11343,7 +11465,7 @@ packages: - supports-color - terser - /vite-plugin-checker@0.6.2(typescript@5.1.6)(vite@4.5.0): + /vite-plugin-checker@0.6.2(typescript@5.3.2)(vite@4.5.0): resolution: {integrity: sha512-YvvvQ+IjY09BX7Ab+1pjxkELQsBd4rPhWNw8WLBeFVxu/E7O+n6VYAqNsKdK/a2luFlX/sMpoWdGFfg4HvwdJQ==} engines: {node: '>=14.16'} peerDependencies: @@ -11387,14 +11509,14 @@ packages: semver: 7.5.4 strip-ansi: 6.0.1 tiny-invariant: 1.3.1 - typescript: 5.1.6 - vite: 4.5.0(@types/node@20.4.6) + typescript: 5.3.2 + vite: 4.5.0(@types/node@20.10.0) vscode-languageclient: 7.0.0 vscode-languageserver: 7.0.0 vscode-languageserver-textdocument: 1.0.11 vscode-uri: 3.0.8 - /vite-plugin-eslint@1.8.1(eslint@8.49.0)(vite@4.5.0): + /vite-plugin-eslint@1.8.1(eslint@8.54.0)(vite@4.5.0): resolution: {integrity: sha512-PqdMf3Y2fLO9FsNPmMX+//2BF5SF8nEWspZdgl4kSt7UvHDRHVVfHvxsD7ULYzZrJDGRxR81Nq7TOFgwMnUang==} peerDependencies: eslint: '>=7' @@ -11402,7 +11524,7 @@ packages: dependencies: '@rollup/pluginutils': 4.2.1 '@types/eslint': 8.44.7 - eslint: 8.49.0 + eslint: 8.54.0 rollup: 2.79.1 vite: 4.5.0(@types/node@18.18.13) dev: false @@ -11426,7 +11548,7 @@ packages: open: 9.1.0 picocolors: 1.0.0 sirv: 2.0.3 - vite: 4.5.0(@types/node@20.4.6) + vite: 4.5.0(@types/node@20.10.0) transitivePeerDependencies: - rollup - supports-color @@ -11445,7 +11567,7 @@ packages: '@vue/compiler-dom': 3.3.8 kolorist: 1.8.0 magic-string: 0.30.5 - vite: 4.5.0(@types/node@20.4.6) + vite: 4.5.0(@types/node@20.10.0) transitivePeerDependencies: - supports-color @@ -11521,7 +11643,7 @@ packages: fsevents: 2.3.3 dev: false - /vite@4.5.0(@types/node@20.4.6): + /vite@4.5.0(@types/node@20.10.0): resolution: {integrity: sha512-ulr8rNLA6rkyFAlVWw2q5YJ91v098AFQ2R0PRFwPzREXOUJQPtFUG0t+/ZikhaOCDqFoDhN6/v8Sq0o4araFAw==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true @@ -11549,7 +11671,7 @@ packages: terser: optional: true dependencies: - '@types/node': 20.4.6 + '@types/node': 20.10.0 esbuild: 0.18.20 postcss: 8.4.31 rollup: 3.29.4 @@ -11612,7 +11734,7 @@ packages: dependencies: ufo: 1.3.2 - /vue-demi@0.14.6(vue@3.3.8): + /vue-demi@0.14.6(vue@3.3.9): resolution: {integrity: sha512-8QA7wrYSHKaYgUxDA5ZC24w+eHm3sYCbp0EzcDwKqN3p6HqtTCGR/GVsPyZW92unff4UlcSh++lmqDWN3ZIq4w==} engines: {node: '>=12'} hasBin: true @@ -11624,37 +11746,19 @@ packages: '@vue/composition-api': optional: true dependencies: - vue: 3.3.8(typescript@5.1.6) + vue: 3.3.9(typescript@5.3.2) /vue-devtools-stub@0.1.0: resolution: {integrity: sha512-RutnB7X8c5hjq39NceArgXg28WZtZpGc3+J16ljMiYnFhKvd8hITxSWQSQ5bvldxMDU6gG5mkxl1MTQLXckVSQ==} - /vue-eslint-parser@9.3.1(eslint@8.49.0): - resolution: {integrity: sha512-Clr85iD2XFZ3lJ52/ppmUDG/spxQu6+MAeHXjjyI4I1NUYZ9xmenQp4N0oaHJhrA8OOxltCVxMRfANGa70vU0g==} - engines: {node: ^14.17.0 || >=16.0.0} - peerDependencies: - eslint: '>=6.0.0' - dependencies: - debug: 4.3.4 - eslint: 8.49.0 - eslint-scope: 7.2.2 - eslint-visitor-keys: 3.4.3 - espree: 9.6.1 - esquery: 1.5.0 - lodash: 4.17.21 - semver: 7.5.4 - transitivePeerDependencies: - - supports-color - dev: false - - /vue-eslint-parser@9.3.2(eslint@8.49.0): + /vue-eslint-parser@9.3.2(eslint@8.54.0): resolution: {integrity: sha512-q7tWyCVaV9f8iQyIA5Mkj/S6AoJ9KBN8IeUSf3XEmBrOtxOZnfTg5s4KClbZBCK3GtnT/+RyCLZyDHuZwTuBjg==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' dependencies: debug: 4.3.4 - eslint: 8.49.0 + eslint: 8.54.0 eslint-scope: 7.2.2 eslint-visitor-keys: 3.4.3 espree: 9.6.1 @@ -11664,12 +11768,12 @@ packages: transitivePeerDependencies: - supports-color - /vue-resize@2.0.0-alpha.1(vue@3.3.8): + /vue-resize@2.0.0-alpha.1(vue@3.3.9): resolution: {integrity: sha512-7+iqOueLU7uc9NrMfrzbG8hwMqchfVfSzpVlCMeJQe4pyibqyoifDNbKTZvwxZKDvGkB+PdFeKvnGZMoEb8esg==} peerDependencies: vue: ^3.0.0 dependencies: - vue: 3.3.8(typescript@5.1.6) + vue: 3.3.9(typescript@5.3.2) dev: false /vue-router@4.2.5(vue@3.3.8): @@ -11678,7 +11782,7 @@ packages: vue: ^3.2.0 dependencies: '@vue/devtools-api': 6.5.1 - vue: 3.3.8(typescript@5.1.6) + vue: 3.3.8(typescript@5.3.2) /vue@3.3.4: resolution: {integrity: sha512-VTyEYn3yvIeY1Py0WaYGZsXnz3y5UnGi62GjVEqvEGPl6nxbOrCXbVOTQWBEJUqAyTUk2uJ5JLVnYJ6ZzGbrSw==} @@ -11689,7 +11793,7 @@ packages: '@vue/server-renderer': 3.3.4(vue@3.3.4) '@vue/shared': 3.3.4 - /vue@3.3.8(typescript@5.1.6): + /vue@3.3.8(typescript@5.3.2): resolution: {integrity: sha512-5VSX/3DabBikOXMsxzlW8JyfeLKlG9mzqnWgLQLty88vdZL7ZJgrdgBOmrArwxiLtmS+lNNpPcBYqrhE6TQW5w==} peerDependencies: typescript: '*' @@ -11702,7 +11806,22 @@ packages: '@vue/runtime-dom': 3.3.8 '@vue/server-renderer': 3.3.8(vue@3.3.8) '@vue/shared': 3.3.8 - typescript: 5.1.6 + typescript: 5.3.2 + + /vue@3.3.9(typescript@5.3.2): + resolution: {integrity: sha512-sy5sLCTR8m6tvUk1/ijri3Yqzgpdsmxgj6n6yl7GXXCXqVbmW2RCXe9atE4cEI6Iv7L89v5f35fZRRr5dChP9w==} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@vue/compiler-dom': 3.3.9 + '@vue/compiler-sfc': 3.3.9 + '@vue/runtime-dom': 3.3.9 + '@vue/server-renderer': 3.3.9(vue@3.3.9) + '@vue/shared': 3.3.9 + typescript: 5.3.2 /watchpack@2.4.0: resolution: {integrity: sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==}