From 1e372fd50c0d838330a5513565633b846514736c Mon Sep 17 00:00:00 2001 From: Inesh Bose <56732164+ineshbose@users.noreply.github.com> Date: Thu, 18 Jan 2024 15:17:39 +0000 Subject: [PATCH] chore: update dependencies --- nuxt2-playground/package.json | 2 +- package.json | 12 +- playground/nuxt.config.ts | 2 +- pnpm-lock.yaml | 533 +++++++++++++++++++++------------- 4 files changed, 347 insertions(+), 202 deletions(-) diff --git a/nuxt2-playground/package.json b/nuxt2-playground/package.json index d8f90946..f7d80ac2 100644 --- a/nuxt2-playground/package.json +++ b/nuxt2-playground/package.json @@ -8,7 +8,7 @@ "generate": "nuxt generate" }, "dependencies": { - "nuxt": "2.17.2", + "nuxt": "2.17.3", "vue": "2.7.15", "vue-router": "3.6.5" }, diff --git a/package.json b/package.json index 9c705cc0..baab72eb 100755 --- a/package.json +++ b/package.json @@ -42,8 +42,8 @@ "test:types": "pnpm dev:prepare && tsc --noEmit && nuxi typecheck playground" }, "dependencies": { - "@nuxt/kit": "^3.9.1", - "autoprefixer": "^10.4.16", + "@nuxt/kit": "^3.9.3", + "autoprefixer": "^10.4.17", "chokidar": "^3.5.3", "clear-module": "^4.1.2", "colorette": "^2.0.20", @@ -62,17 +62,17 @@ "devDependencies": { "@fontsource/inter": "^5.0.16", "@nuxt/content": "^2.10.0", - "@nuxt/devtools": "^1.0.6", + "@nuxt/devtools": "^1.0.8", "@nuxt/eslint-config": "latest", "@nuxt/module-builder": "^0.5.5", - "@nuxt/test-utils": "^3.9.0", + "@nuxt/test-utils": "^3.10.0", "@tailwindcss/typography": "^0.5.10", "@types/micromatch": "^4.0.6", "changelogen": "^0.5.5", "destr": "^2.0.2", "eslint": "latest", - "happy-dom": "^12.10.3", - "nuxt": "^3.9.1", + "happy-dom": "^13.1.4", + "nuxt": "^3.9.3", "typescript": "^5.3.3", "vitest": "1.1.0" }, diff --git a/playground/nuxt.config.ts b/playground/nuxt.config.ts index 987e7111..d0e3e3fd 100644 --- a/playground/nuxt.config.ts +++ b/playground/nuxt.config.ts @@ -8,7 +8,7 @@ export default defineNuxtConfig({ tailwindcss: { // viewer: false, exposeConfig: true, - cssPath: ['~/assets/css/tailwind.css', { injectPosition: 'last' }], + cssPath: '~/assets/css/tailwind.css', editorSupport: true }, content: { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c771c433..a80f703e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,11 +12,11 @@ importers: .: dependencies: '@nuxt/kit': - specifier: ^3.9.1 - version: 3.9.1(rollup@3.29.4) + specifier: ^3.9.3 + version: 3.9.3(rollup@3.29.4) autoprefixer: - specifier: ^10.4.16 - version: 10.4.16(postcss@8.4.33) + specifier: ^10.4.17 + version: 10.4.17(postcss@8.4.33) chokidar: specifier: ^3.5.3 version: 3.5.3 @@ -65,19 +65,19 @@ importers: version: 5.0.16 '@nuxt/content': specifier: ^2.10.0 - version: 2.10.0(nuxt@3.9.1)(rollup@3.29.4)(vue@3.4.10) + version: 2.10.0(nuxt@3.9.3)(rollup@3.29.4)(vue@3.4.15) '@nuxt/devtools': - specifier: ^1.0.6 - version: 1.0.8(nuxt@3.9.1)(rollup@3.29.4)(vite@5.0.11) + specifier: ^1.0.8 + version: 1.0.8(nuxt@3.9.3)(rollup@3.29.4)(vite@5.0.11) '@nuxt/eslint-config': specifier: latest version: 0.2.0(eslint@8.56.0) '@nuxt/module-builder': specifier: ^0.5.5 - version: 0.5.5(@nuxt/kit@3.9.1)(nuxi@3.10.0)(typescript@5.3.3) + version: 0.5.5(@nuxt/kit@3.9.3)(nuxi@3.10.0)(typescript@5.3.3) '@nuxt/test-utils': - specifier: ^3.9.0 - version: 3.9.0(h3@1.10.0)(happy-dom@12.10.3)(rollup@3.29.4)(vite@5.0.11)(vitest@1.1.0)(vue-router@4.2.5)(vue@3.4.10) + specifier: ^3.10.0 + version: 3.10.0(h3@1.10.0)(happy-dom@13.1.4)(rollup@3.29.4)(vite@5.0.11)(vitest@1.1.0)(vue-router@4.2.5)(vue@3.4.15) '@tailwindcss/typography': specifier: ^0.5.10 version: 0.5.10(tailwindcss@3.4.1) @@ -94,17 +94,17 @@ importers: specifier: latest version: 8.56.0 happy-dom: - specifier: ^12.10.3 - version: 12.10.3 + specifier: ^13.1.4 + version: 13.1.4 nuxt: - specifier: ^3.9.1 - version: 3.9.1(eslint@8.56.0)(rollup@3.29.4)(typescript@5.3.3)(vite@5.0.11) + specifier: ^3.9.3 + version: 3.9.3(eslint@8.56.0)(rollup@3.29.4)(typescript@5.3.3)(vite@5.0.11) typescript: specifier: ^5.3.3 version: 5.3.3 vitest: specifier: 1.1.0 - version: 1.1.0(happy-dom@12.10.3) + version: 1.1.0(happy-dom@13.1.4) docs: dependencies: @@ -119,7 +119,7 @@ importers: version: 1.1.87 '@nuxt/ui-pro': specifier: npm:@nuxt/ui-pro-edge@latest - version: /@nuxt/ui-pro-edge@0.7.0-28416373.fe20236(nuxt@3.9.1)(rollup@3.29.4)(vite@5.0.11)(vue@3.4.10) + version: /@nuxt/ui-pro-edge@0.7.0-28416373.fe20236(nuxt@3.9.3)(rollup@3.29.4)(vite@5.0.11)(vue@3.4.15) '@nuxtjs/fontaine': specifier: ^0.4.1 version: 0.4.1(rollup@3.29.4) @@ -131,7 +131,7 @@ importers: version: 0.2.4(rollup@3.29.4) nuxt-og-image: specifier: ^2.2.4 - version: 2.2.4(@nuxt/devtools@1.0.8)(@vue/compiler-core@3.4.10)(nuxt@3.9.1)(postcss@8.4.33)(rollup@3.29.4)(vite@5.0.11)(vue@3.4.10)(webpack@5.89.0) + version: 2.2.4(@nuxt/devtools@1.0.8)(@vue/compiler-core@3.4.15)(nuxt@3.9.3)(postcss@8.4.33)(rollup@3.29.4)(vite@5.0.11)(vue@3.4.15)(webpack@5.89.0) devDependencies: '@nuxthq/studio': specifier: latest @@ -794,14 +794,14 @@ packages: tailwindcss: 3.4.1 dev: false - /@headlessui/vue@1.7.17(vue@3.4.10): + /@headlessui/vue@1.7.17(vue@3.4.15): resolution: {integrity: sha512-hmJChv8HzKorxd9F70RGnECAwZfkvmmwOqreuKLWY/19d5qbWnSdw+DNbuA/Uo6X5rb4U5B3NrT+qBKPmjhRqw==} engines: {node: '>=10'} peerDependencies: vue: ^3.2.0 dependencies: - '@tanstack/vue-virtual': 3.0.1(vue@3.4.10) - vue: 3.4.10(typescript@5.3.3) + '@tanstack/vue-virtual': 3.0.1(vue@3.4.15) + vue: 3.4.15(typescript@5.3.3) dev: false /@humanwhocodes/config-array@0.11.14: @@ -886,13 +886,13 @@ packages: - supports-color dev: false - /@iconify/vue@4.1.1(vue@3.4.10): + /@iconify/vue@4.1.1(vue@3.4.15): resolution: {integrity: sha512-RL85Bm/DAe8y6rT6pux7D2FJSiUEM/TPfyK7GrbAOfTSwrhvwJW+S5yijdGcmtXouA8MtuH9C7l4hiSE4mLMjg==} peerDependencies: vue: '>=3' dependencies: '@iconify/types': 2.0.0 - vue: 3.4.10(typescript@5.3.3) + vue: 3.4.15(typescript@5.3.3) dev: false /@ioredis/commands@1.2.0: @@ -1086,14 +1086,14 @@ packages: transitivePeerDependencies: - supports-color - /@nuxt/content@2.10.0(nuxt@3.9.1)(rollup@3.29.4)(vue@3.4.10): + /@nuxt/content@2.10.0(nuxt@3.9.3)(rollup@3.29.4)(vue@3.4.15): resolution: {integrity: sha512-HZ+1RJJc2SZc/FPYvbsME7b8++a2uf6g9JlMm+qUMDjnCWJaF38pbrsmYq2b9whXx/3WjpBmCRkWCJy6bjSP+g==} dependencies: - '@nuxt/kit': 3.9.1(rollup@3.29.4) + '@nuxt/kit': 3.9.3(rollup@3.29.4) '@nuxtjs/mdc': 0.3.0(rollup@3.29.4) - '@vueuse/core': 10.7.1(vue@3.4.10) - '@vueuse/head': 2.0.0(vue@3.4.10) - '@vueuse/nuxt': 10.7.1(nuxt@3.9.1)(rollup@3.29.4)(vue@3.4.10) + '@vueuse/core': 10.7.1(vue@3.4.15) + '@vueuse/head': 2.0.0(vue@3.4.15) + '@vueuse/nuxt': 10.7.1(nuxt@3.9.3)(rollup@3.29.4)(vue@3.4.15) consola: 3.2.3 defu: 6.1.4 destr: 2.0.2 @@ -1141,22 +1141,22 @@ packages: /@nuxt/devalue@2.0.2: resolution: {integrity: sha512-GBzP8zOc7CGWyFQS6dv1lQz8VVpz5C2yRszbXufwG/9zhStTIH50EtD87NmWbTMwXDvZLNg8GIpb1UFdH93JCA==} - /@nuxt/devtools-kit@1.0.8(nuxt@3.9.1)(rollup@3.29.4)(vite@5.0.11): + /@nuxt/devtools-kit@1.0.8(nuxt@3.9.3)(rollup@3.29.4)(vite@5.0.11): resolution: {integrity: sha512-j7bNZmoAXQ1a8qv6j6zk4c/aekrxYqYVQM21o/Hy4XHCUq4fajSgpoc8mjyWJSTfpkOmuLyEzMexpDWiIVSr6A==} peerDependencies: nuxt: ^3.9.0 vite: '*' dependencies: - '@nuxt/kit': 3.9.1(rollup@3.29.4) + '@nuxt/kit': 3.9.3(rollup@3.29.4) '@nuxt/schema': 3.9.1(rollup@3.29.4) execa: 7.2.0 - nuxt: 3.9.1(eslint@8.56.0)(rollup@3.29.4)(typescript@5.3.3)(vite@5.0.11) + nuxt: 3.9.3(eslint@8.56.0)(rollup@3.29.4)(typescript@5.3.3)(vite@5.0.11) vite: 5.0.11 transitivePeerDependencies: - rollup - supports-color - /@nuxt/devtools-ui-kit@1.0.8(@nuxt/devtools@1.0.8)(@vue/compiler-core@3.4.10)(nuxt@3.9.1)(postcss@8.4.33)(rollup@3.29.4)(vite@5.0.11)(vue@3.4.10)(webpack@5.89.0): + /@nuxt/devtools-ui-kit@1.0.8(@nuxt/devtools@1.0.8)(@vue/compiler-core@3.4.15)(nuxt@3.9.3)(postcss@8.4.33)(rollup@3.29.4)(vite@5.0.11)(vue@3.4.15)(webpack@5.89.0): resolution: {integrity: sha512-oPkyQ+nkvCvveWxHWAHpZt9uEycHFD00Rh46KYKe5KLl81Wr/L3KacIIYpiocPog0YZZhjvX5CmrIe8zXopNOA==} peerDependencies: '@nuxt/devtools': 1.0.8 @@ -1165,9 +1165,9 @@ packages: '@iconify-json/logos': 1.1.42 '@iconify-json/ri': 1.1.18 '@iconify-json/tabler': 1.1.103 - '@nuxt/devtools': 1.0.8(nuxt@3.9.1)(rollup@3.29.4)(vite@5.0.11) - '@nuxt/devtools-kit': 1.0.8(nuxt@3.9.1)(rollup@3.29.4)(vite@5.0.11) - '@nuxt/kit': 3.9.1(rollup@3.29.4) + '@nuxt/devtools': 1.0.8(nuxt@3.9.3)(rollup@3.29.4)(vite@5.0.11) + '@nuxt/devtools-kit': 1.0.8(nuxt@3.9.3)(rollup@3.29.4)(vite@5.0.11) + '@nuxt/kit': 3.9.3(rollup@3.29.4) '@nuxtjs/color-mode': 3.3.2(rollup@3.29.4) '@unocss/core': 0.58.3 '@unocss/nuxt': 0.58.3(postcss@8.4.33)(rollup@3.29.4)(vite@5.0.11)(webpack@5.89.0) @@ -1175,14 +1175,14 @@ packages: '@unocss/preset-icons': 0.58.3 '@unocss/preset-mini': 0.58.3 '@unocss/reset': 0.58.3 - '@vueuse/core': 10.7.1(vue@3.4.10) - '@vueuse/integrations': 10.7.1(focus-trap@7.5.4)(vue@3.4.10) - '@vueuse/nuxt': 10.7.1(nuxt@3.9.1)(rollup@3.29.4)(vue@3.4.10) + '@vueuse/core': 10.7.1(vue@3.4.15) + '@vueuse/integrations': 10.7.1(focus-trap@7.5.4)(vue@3.4.15) + '@vueuse/nuxt': 10.7.1(nuxt@3.9.3)(rollup@3.29.4)(vue@3.4.15) defu: 6.1.4 focus-trap: 7.5.4 splitpanes: 3.1.5 unocss: 0.58.3(@unocss/webpack@0.58.3)(postcss@8.4.33)(rollup@3.29.4)(vite@5.0.11) - v-lazy-show: 0.2.4(@vue/compiler-core@3.4.10) + v-lazy-show: 0.2.4(@vue/compiler-core@3.4.15) transitivePeerDependencies: - '@unocss/webpack' - '@vue/compiler-core' @@ -1222,7 +1222,7 @@ packages: rc9: 2.1.1 semver: 7.5.4 - /@nuxt/devtools@1.0.8(nuxt@3.9.1)(rollup@3.29.4)(vite@5.0.11): + /@nuxt/devtools@1.0.8(nuxt@3.9.3)(rollup@3.29.4)(vite@5.0.11): resolution: {integrity: sha512-o6aBFEBxc8OgVHV4OPe2g0q9tFIe9HiTxRiJnlTJ+jHvOQsBLS651ArdVtwLChf9UdMouFlpLLJ1HteZqTbtsQ==} hasBin: true peerDependencies: @@ -1230,9 +1230,9 @@ packages: vite: '*' dependencies: '@antfu/utils': 0.7.7 - '@nuxt/devtools-kit': 1.0.8(nuxt@3.9.1)(rollup@3.29.4)(vite@5.0.11) + '@nuxt/devtools-kit': 1.0.8(nuxt@3.9.3)(rollup@3.29.4)(vite@5.0.11) '@nuxt/devtools-wizard': 1.0.8 - '@nuxt/kit': 3.9.1(rollup@3.29.4) + '@nuxt/kit': 3.9.3(rollup@3.29.4) birpc: 0.2.14 consola: 3.2.3 destr: 2.0.2 @@ -1247,7 +1247,7 @@ packages: launch-editor: 2.6.1 local-pkg: 0.5.0 magicast: 0.3.2 - nuxt: 3.9.1(eslint@8.56.0)(rollup@3.29.4)(typescript@5.3.3)(vite@5.0.11) + nuxt: 3.9.3(eslint@8.56.0)(rollup@3.29.4)(typescript@5.3.3)(vite@5.0.11) nypm: 0.3.4 ohash: 1.1.3 pacote: 17.0.5 @@ -1261,7 +1261,7 @@ packages: sirv: 2.0.4 unimport: 3.7.1(rollup@3.29.4) vite: 5.0.11 - vite-plugin-inspect: 0.8.1(@nuxt/kit@3.9.1)(rollup@3.29.4)(vite@5.0.11) + vite-plugin-inspect: 0.8.1(@nuxt/kit@3.9.3)(rollup@3.29.4)(vite@5.0.11) vite-plugin-vue-inspector: 4.0.2(vite@5.0.11) which: 3.0.1 ws: 8.16.0 @@ -1313,14 +1313,40 @@ packages: - rollup - supports-color - /@nuxt/module-builder@0.5.5(@nuxt/kit@3.9.1)(nuxi@3.10.0)(typescript@5.3.3): + /@nuxt/kit@3.9.3(rollup@3.29.4): + resolution: {integrity: sha512-bHGXpTB6E+YJCC1L9tTwrP7txgLZzyuFes/tgy1ZM4dlfrCsGqLK/K4mddROMdC3D81scnH84u7yQsN0JRgoTg==} + engines: {node: ^14.18.0 || >=16.10.0} + dependencies: + '@nuxt/schema': 3.9.3(rollup@3.29.4) + c12: 1.6.1 + consola: 3.2.3 + defu: 6.1.4 + globby: 14.0.0 + hash-sum: 2.0.0 + ignore: 5.3.0 + jiti: 1.21.0 + knitwork: 1.0.0 + mlly: 1.5.0 + pathe: 1.1.2 + pkg-types: 1.0.3 + scule: 1.2.0 + semver: 7.5.4 + ufo: 1.3.2 + unctx: 2.3.1 + unimport: 3.7.1(rollup@3.29.4) + untyped: 1.4.0 + transitivePeerDependencies: + - rollup + - supports-color + + /@nuxt/module-builder@0.5.5(@nuxt/kit@3.9.3)(nuxi@3.10.0)(typescript@5.3.3): resolution: {integrity: sha512-ifFfwA1rbSXSae25RmqA2kAbV3xoShZNrq1yK8VXB/EnIcDn4WiaYR1PytaSxIt5zsvWPn92BJXiIUBiMQZ0hw==} hasBin: true peerDependencies: '@nuxt/kit': ^3.8.2 nuxi: ^3.10.0 dependencies: - '@nuxt/kit': 3.9.1(rollup@3.29.4) + '@nuxt/kit': 3.9.3(rollup@3.29.4) citty: 0.1.5 consola: 3.2.3 mlly: 1.4.2 @@ -1352,11 +1378,30 @@ packages: - rollup - supports-color + /@nuxt/schema@3.9.3(rollup@3.29.4): + resolution: {integrity: sha512-pchkGBYdEJ9TAOoC5DKnLuAaFPjzgn2k0OUTr31QwbtHdTR3Q2Ua/oKsS1g9CPU7KRzSE5Vkf7ECE8zVydqF5A==} + engines: {node: ^14.18.0 || >=16.10.0} + dependencies: + '@nuxt/ui-templates': 1.3.1 + consola: 3.2.3 + defu: 6.1.4 + hookable: 5.5.3 + pathe: 1.1.2 + pkg-types: 1.0.3 + scule: 1.2.0 + std-env: 3.7.0 + ufo: 1.3.2 + unimport: 3.7.1(rollup@3.29.4) + untyped: 1.4.0 + transitivePeerDependencies: + - rollup + - supports-color + /@nuxt/telemetry@2.5.3(rollup@3.29.4): resolution: {integrity: sha512-Ghv2MgWbJcUM9G5Dy3oQP0cJkUwEgaiuQxEF61FXJdn0a69Q4StZEP/hLF0MWPM9m6EvAwI7orxkJHM7MrmtVg==} hasBin: true dependencies: - '@nuxt/kit': 3.9.1(rollup@3.29.4) + '@nuxt/kit': 3.9.3(rollup@3.29.4) ci-info: 4.0.0 consola: 3.2.3 create-require: 1.1.1 @@ -1377,16 +1422,17 @@ packages: - rollup - supports-color - /@nuxt/test-utils@3.9.0(h3@1.10.0)(happy-dom@12.10.3)(rollup@3.29.4)(vite@5.0.11)(vitest@1.1.0)(vue-router@4.2.5)(vue@3.4.10): - resolution: {integrity: sha512-17qaU4vfFJWIaT4BJ/R6C2rIuvxaF5HaiRusXHhA/34SyiduNEhezIvIVqhWVkn33y5CNueduE0AykBEj1IgEA==} + /@nuxt/test-utils@3.10.0(h3@1.10.0)(happy-dom@13.1.4)(rollup@3.29.4)(vite@5.0.11)(vitest@1.1.0)(vue-router@4.2.5)(vue@3.4.15): + resolution: {integrity: sha512-9ZKKrccCUyZP0P9/BdTNHWwTRvIbBnrmDvqvO0dQpTiUhgDVeO1vdG40o4e4olw7sbzUP51C8uA0OkRur/zBvQ==} engines: {node: ^14.18.0 || >=16.10.0} peerDependencies: + '@cucumber/cucumber': ^10.3.1 '@jest/globals': ^29.5.0 '@testing-library/vue': ^7.0.0 || ^8.0.1 '@vitest/ui': ^0.34.6 || ^1.0.0 '@vue/test-utils': ^2.4.2 h3: '*' - happy-dom: ^9.10.9 || ^10.0.0 || ^11.0.0 || ^12.0.0 + happy-dom: ^9.10.9 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 jsdom: ^22.0.0 || ^23.0.0 playwright-core: ^1.34.3 vite: '*' @@ -1394,6 +1440,8 @@ packages: vue: ^3.3.4 vue-router: ^4.0.0 peerDependenciesMeta: + '@cucumber/cucumber': + optional: true '@jest/globals': optional: true '@testing-library/vue': @@ -1411,8 +1459,8 @@ packages: vitest: optional: true dependencies: - '@nuxt/kit': 3.9.1(rollup@3.29.4) - '@nuxt/schema': 3.9.1(rollup@3.29.4) + '@nuxt/kit': 3.9.3(rollup@3.29.4) + '@nuxt/schema': 3.9.3(rollup@3.29.4) c12: 1.6.1 consola: 3.2.3 defu: 6.1.4 @@ -1422,7 +1470,7 @@ packages: fake-indexeddb: 5.0.2 get-port-please: 3.1.2 h3: 1.10.0 - happy-dom: 12.10.3 + happy-dom: 13.1.4 local-pkg: 0.5.0 magic-string: 0.30.5 node-fetch-native: 1.6.1 @@ -1436,20 +1484,20 @@ packages: unenv: 1.9.0 unplugin: 1.6.0 vite: 5.0.11 - vitest: 1.1.0(happy-dom@12.10.3) - vitest-environment-nuxt: 1.0.0(h3@1.10.0)(happy-dom@12.10.3)(rollup@3.29.4)(vite@5.0.11)(vitest@1.1.0)(vue-router@4.2.5)(vue@3.4.10) - vue: 3.4.10(typescript@5.3.3) - vue-router: 4.2.5(vue@3.4.10) + vitest: 1.1.0(happy-dom@13.1.4) + vitest-environment-nuxt: 1.0.0(h3@1.10.0)(happy-dom@13.1.4)(rollup@3.29.4)(vite@5.0.11)(vitest@1.1.0)(vue-router@4.2.5)(vue@3.4.15) + vue: 3.4.15(typescript@5.3.3) + vue-router: 4.2.5(vue@3.4.15) transitivePeerDependencies: - rollup - supports-color dev: true - /@nuxt/ui-pro-edge@0.7.0-28416373.fe20236(nuxt@3.9.1)(rollup@3.29.4)(vite@5.0.11)(vue@3.4.10): + /@nuxt/ui-pro-edge@0.7.0-28416373.fe20236(nuxt@3.9.3)(rollup@3.29.4)(vite@5.0.11)(vue@3.4.15): resolution: {integrity: sha512-wK/lSwqH/3fd4f36rMKNy3GOEomcJPkrxEoj811inJb7ZogAnpfgyVZDjb3Lx8ljf56rydSYkO6acZoU2Z3KQw==} dependencies: - '@nuxt/ui': 2.12.0(nuxt@3.9.1)(rollup@3.29.4)(vite@5.0.11)(vue@3.4.10) - '@vueuse/core': 10.7.1(vue@3.4.10) + '@nuxt/ui': 2.12.0(nuxt@3.9.3)(rollup@3.29.4)(vite@5.0.11)(vue@3.4.15) + '@vueuse/core': 10.7.1(vue@3.4.15) defu: 6.1.4 ofetch: 1.3.3 pathe: 1.1.2 @@ -1478,15 +1526,15 @@ packages: /@nuxt/ui-templates@1.3.1: resolution: {integrity: sha512-5gc02Pu1HycOVUWJ8aYsWeeXcSTPe8iX8+KIrhyEtEoOSkY0eMBuo0ssljB8wALuEmepv31DlYe5gpiRwkjESA==} - /@nuxt/ui@2.12.0(nuxt@3.9.1)(rollup@3.29.4)(vite@5.0.11)(vue@3.4.10): + /@nuxt/ui@2.12.0(nuxt@3.9.3)(rollup@3.29.4)(vite@5.0.11)(vue@3.4.15): resolution: {integrity: sha512-iLC8tvk5aJqD8ASo07JS8Fyyy2hnqliCQA7Fd7fuJlkVMxiZ8QQyW3bhadPg4OR4hCVmc+zNMRQ+mdVNMtINJw==} engines: {node: '>=v16.20.2'} dependencies: '@egoist/tailwindcss-icons': 1.7.2(tailwindcss@3.4.1) '@headlessui/tailwindcss': 0.2.0(tailwindcss@3.4.1) - '@headlessui/vue': 1.7.17(vue@3.4.10) + '@headlessui/vue': 1.7.17(vue@3.4.15) '@iconify-json/heroicons': 1.1.19 - '@nuxt/kit': 3.9.1(rollup@3.29.4) + '@nuxt/kit': 3.9.3(rollup@3.29.4) '@nuxtjs/color-mode': 3.3.2(rollup@3.29.4) '@nuxtjs/tailwindcss': 'link:' '@popperjs/core': 2.11.8 @@ -1494,12 +1542,12 @@ packages: '@tailwindcss/container-queries': 0.1.1(tailwindcss@3.4.1) '@tailwindcss/forms': 0.5.7(tailwindcss@3.4.1) '@tailwindcss/typography': 0.5.10(tailwindcss@3.4.1) - '@vueuse/core': 10.7.1(vue@3.4.10) - '@vueuse/integrations': 10.7.1(fuse.js@6.6.2)(vue@3.4.10) - '@vueuse/math': 10.7.1(vue@3.4.10) + '@vueuse/core': 10.7.1(vue@3.4.15) + '@vueuse/integrations': 10.7.1(fuse.js@6.6.2)(vue@3.4.15) + '@vueuse/math': 10.7.1(vue@3.4.15) defu: 6.1.4 fuse.js: 6.6.2 - nuxt-icon: 0.6.8(nuxt@3.9.1)(rollup@3.29.4)(vite@5.0.11)(vue@3.4.10) + nuxt-icon: 0.6.8(nuxt@3.9.3)(rollup@3.29.4)(vite@5.0.11)(vue@3.4.15) ohash: 1.1.3 pathe: 1.1.2 scule: 1.2.0 @@ -1526,17 +1574,17 @@ packages: - vue dev: false - /@nuxt/vite-builder@3.9.1(eslint@8.56.0)(rollup@3.29.4)(typescript@5.3.3)(vue@3.4.10): - resolution: {integrity: sha512-V0GxTYuajNlf+kX3ak7klaFnkQ43MkXY2mAYqdAuUytvjx/S0O4hESy6gU1r/3no7IZAdoaEN27KLB4OOJ7vag==} + /@nuxt/vite-builder@3.9.3(eslint@8.56.0)(rollup@3.29.4)(typescript@5.3.3)(vue@3.4.15): + resolution: {integrity: sha512-HruOrxn0g6TS31j3jycJvGZ7pt3JNEbcXNByVh7YJwQx6ToFX8kPWRu4LPeMhrLYvZzeUr2w3iELBECFxbDmvw==} engines: {node: ^14.18.0 || >=16.10.0} peerDependencies: vue: ^3.3.4 dependencies: - '@nuxt/kit': 3.9.1(rollup@3.29.4) + '@nuxt/kit': 3.9.3(rollup@3.29.4) '@rollup/plugin-replace': 5.0.5(rollup@3.29.4) - '@vitejs/plugin-vue': 5.0.3(vite@5.0.11)(vue@3.4.10) - '@vitejs/plugin-vue-jsx': 3.1.0(vite@5.0.11)(vue@3.4.10) - autoprefixer: 10.4.16(postcss@8.4.33) + '@vitejs/plugin-vue': 5.0.3(vite@5.0.11)(vue@3.4.15) + '@vitejs/plugin-vue-jsx': 3.1.0(vite@5.0.11)(vue@3.4.15) + autoprefixer: 10.4.17(postcss@8.4.33) clear: 0.1.0 consola: 3.2.3 cssnano: 6.0.3(postcss@8.4.33) @@ -1550,7 +1598,7 @@ packages: h3: 1.10.0 knitwork: 1.0.0 magic-string: 0.30.5 - mlly: 1.4.2 + mlly: 1.5.0 ohash: 1.1.3 pathe: 1.1.2 perfect-debounce: 1.0.0 @@ -1564,7 +1612,7 @@ packages: vite: 5.0.11 vite-node: 1.1.3 vite-plugin-checker: 0.6.2(eslint@8.56.0)(typescript@5.3.3)(vite@5.0.11) - vue: 3.4.10(typescript@5.3.3) + vue: 3.4.15(typescript@5.3.3) vue-bundle-renderer: 2.0.0 transitivePeerDependencies: - '@types/node' @@ -1604,7 +1652,7 @@ packages: /@nuxtjs/color-mode@3.3.2(rollup@3.29.4): resolution: {integrity: sha512-BLpBfrYZngV2QWFQ4HNEFwAXa3Pno43Ge+2XHcZJTTa1Z4KzRLvOwku8yiyV3ovIaaXKGwduBdv3Z5Ocdp0/+g==} dependencies: - '@nuxt/kit': 3.9.1(rollup@3.29.4) + '@nuxt/kit': 3.9.3(rollup@3.29.4) lodash.template: 4.5.0 pathe: 1.1.2 transitivePeerDependencies: @@ -1640,7 +1688,7 @@ packages: /@nuxtjs/mdc@0.3.0(rollup@3.29.4): resolution: {integrity: sha512-WN/5OuudZwsBPBRJNHIfkJF/sPtww5ThDva7Fcs2PMl+TdDA+M38L+AeONIn7Sl2CHU7O9rf1kMHl8p7MrUZeA==} dependencies: - '@nuxt/kit': 3.9.1(rollup@3.29.4) + '@nuxt/kit': 3.9.3(rollup@3.29.4) '@types/hast': 3.0.3 '@types/mdast': 4.0.3 '@vue/compiler-core': 3.4.10 @@ -2383,13 +2431,13 @@ packages: resolution: {integrity: sha512-SYXOBTjJb05rXa2vl55TTwO40A6wKu0R5i1qQwhJYNDIqaIGF7D0HsLw+pJAyi2OvntlEIVusx3xtbbgSUi6zg==} dev: false - /@tanstack/vue-virtual@3.0.1(vue@3.4.10): + /@tanstack/vue-virtual@3.0.1(vue@3.4.15): resolution: {integrity: sha512-85Cyi8m7h1xzGB2FyXMurPVFOZvatycVU7OfhQ8QFk27E4tQ7ISNfYEMrakTTaE0ZyNsKRFlAzHuwL1Bv1vuMw==} peerDependencies: vue: ^2.7.0 || ^3.0.0 dependencies: '@tanstack/virtual-core': 3.0.0 - vue: 3.4.10(typescript@5.3.3) + vue: 3.4.15(typescript@5.3.3) dev: false /@trysound/sax@0.2.0: @@ -2644,30 +2692,68 @@ packages: /@ungap/structured-clone@1.2.0: resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} + /@unhead/dom@1.8.10: + resolution: {integrity: sha512-dBeDbHrBjeU+eVgMsD91TGEazb1dwLrY0x/ve01CldMCmm+WcRu++SUW7s1QX84mzGH2EgFz78o1OPn6jpV3zw==} + dependencies: + '@unhead/schema': 1.8.10 + '@unhead/shared': 1.8.10 + /@unhead/dom@1.8.9: resolution: {integrity: sha512-qY4CUVNKEM7lEAcTz5t71QYca+NXgUY5RwhSzB6sBBzZxQTiFOeTVKC6uWXU0N+3jBUdP/zdD3iN1JIjziDlng==} dependencies: '@unhead/schema': 1.8.9 '@unhead/shared': 1.8.9 + dev: true + + /@unhead/schema@1.8.10: + resolution: {integrity: sha512-cy8RGOPkwOVY5EmRoCgGV8AqLjy/226xBVTY54kBct02Om3hBdpB9FZa9frM910pPUXMI8PNmFgABO23O7IdJA==} + dependencies: + hookable: 5.5.3 + zhead: 2.2.4 /@unhead/schema@1.8.9: resolution: {integrity: sha512-Cumjt2uLfBMEXflvq7Nk8KNqa/JS4MlRGWkjXx/uUXJ1vUeQqeMV8o3hrnRvDDoTXr9LwPapTMUbtClN3TSBgw==} dependencies: hookable: 5.5.3 zhead: 2.2.4 + dev: true + + /@unhead/shared@1.8.10: + resolution: {integrity: sha512-pEFryAs3EmV+ShDQx2ZBwUnt5l3RrMrXSMZ50oFf+MImKZNARVvD4+3I8fEI9wZh+Zq0JYG3UAfzo51MUP+Juw==} + dependencies: + '@unhead/schema': 1.8.10 /@unhead/shared@1.8.9: resolution: {integrity: sha512-0o4+CBCi9EnTKPF6cEuLacnUHUkF0u/FfiKrWnKWUiB8wTD1v3UCf5ZCrNCjuJmKHTqj6ZtZ2hIfXsqWfc+3tA==} dependencies: '@unhead/schema': 1.8.9 + dev: true + + /@unhead/ssr@1.8.10: + resolution: {integrity: sha512-7wKRKDd8c2NFmMyPetj8Ah5u2hXunDBZT5Y2DH83O16PiMxx4/uobGamTV1EfcqjTvOKJvAqkrYZNYSWss99NQ==} + dependencies: + '@unhead/schema': 1.8.10 + '@unhead/shared': 1.8.10 /@unhead/ssr@1.8.9: resolution: {integrity: sha512-sQaA4FDFD1tRD2JiiHfdEY5rF1i54qFxCRqdX0pB+15JJCYBfIPJMr5T1SLJBgc9pqX4rS3MPg2Fc9DW+0p9yw==} dependencies: '@unhead/schema': 1.8.9 '@unhead/shared': 1.8.9 + dev: true - /@unhead/vue@1.8.9(vue@3.4.10): + /@unhead/vue@1.8.10(vue@3.4.15): + resolution: {integrity: sha512-KF8pftHnxnlBlgNpKXWLTg3ZUtkuDCxRPUFSDBy9CtqRSX/qvAhLZ26mbqRVmHj8KigiRHP/wnPWNyGnUx20Bg==} + peerDependencies: + vue: '>=2.7 || >=3' + dependencies: + '@unhead/schema': 1.8.10 + '@unhead/shared': 1.8.10 + hookable: 5.5.3 + unhead: 1.8.10 + vue: 3.4.15(typescript@5.3.3) + + /@unhead/vue@1.8.9(vue@3.4.15): resolution: {integrity: sha512-sL1d2IRBZd5rjzhgTYni2DiociSpt+Cfz3iVWKb0EZwQHgg0GzV8Hkoj5TjZYZow6EjDSPRfVPXDwOwxkVOgug==} peerDependencies: vue: '>=2.7 || >=3' @@ -2676,7 +2762,8 @@ packages: '@unhead/shared': 1.8.9 hookable: 5.5.3 unhead: 1.8.9 - vue: 3.4.10(typescript@5.3.3) + vue: 3.4.15(typescript@5.3.3) + dev: true /@unocss/astro@0.58.3(rollup@3.29.4)(vite@5.0.11): resolution: {integrity: sha512-qJL+XkWYJhEIX4AmOtbfb2Zu4holTDpRscfvVci4T+2VWjyE3mgtsyNzi9ZChe/hdEPRa7g26gSpNQeMhjh/Kw==} @@ -2746,7 +2833,7 @@ packages: /@unocss/nuxt@0.58.3(postcss@8.4.33)(rollup@3.29.4)(vite@5.0.11)(webpack@5.89.0): resolution: {integrity: sha512-dDQVKb8VtJt2/8SE6/vK1foEaqoTXVUUVq/TT7rSRLHdvRSVKE7M2eeoTS+k38RYdeooMx9YCtzwZDxun6caeQ==} dependencies: - '@nuxt/kit': 3.9.1(rollup@3.29.4) + '@nuxt/kit': 3.9.3(rollup@3.29.4) '@unocss/config': 0.58.3 '@unocss/core': 0.58.3 '@unocss/preset-attributify': 0.58.3 @@ -2956,7 +3043,7 @@ packages: - encoding - supports-color - /@vitejs/plugin-vue-jsx@3.1.0(vite@5.0.11)(vue@3.4.10): + /@vitejs/plugin-vue-jsx@3.1.0(vite@5.0.11)(vue@3.4.15): resolution: {integrity: sha512-w9M6F3LSEU5kszVb9An2/MmXNxocAnUb3WhRr8bHlimhDrXNt6n6D2nJQR3UXpGlZHh/EsgouOHCsM8V3Ln+WA==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -2967,11 +3054,11 @@ packages: '@babel/plugin-transform-typescript': 7.23.6(@babel/core@7.23.7) '@vue/babel-plugin-jsx': 1.1.5(@babel/core@7.23.7) vite: 5.0.11 - vue: 3.4.10(typescript@5.3.3) + vue: 3.4.15(typescript@5.3.3) transitivePeerDependencies: - supports-color - /@vitejs/plugin-vue@5.0.3(vite@5.0.11)(vue@3.4.10): + /@vitejs/plugin-vue@5.0.3(vite@5.0.11)(vue@3.4.15): resolution: {integrity: sha512-b8S5dVS40rgHdDrw+DQi/xOM9ed+kSRZzfm1T74bMmBDCd8XO87NKlFYInzCtwvtWwXZvo1QxE2OSspTATWrbA==} engines: {node: ^18.0.0 || >=20.0.0} peerDependencies: @@ -2979,7 +3066,7 @@ packages: vue: ^3.2.25 dependencies: vite: 5.0.11 - vue: 3.4.10(typescript@5.3.3) + vue: 3.4.15(typescript@5.3.3) /@vitest/expect@1.1.0: resolution: {integrity: sha512-9IE2WWkcJo2BR9eqtY5MIo3TPmS50Pnwpm66A6neb2hvk/QSLfPXBz2qdiwUOQkwyFuuXEUj5380CbwfzW4+/w==} @@ -3038,7 +3125,7 @@ packages: path-browserify: 1.0.1 dev: true - /@vue-macros/common@1.10.0(rollup@3.29.4)(vue@3.4.10): + /@vue-macros/common@1.10.0(rollup@3.29.4)(vue@3.4.15): resolution: {integrity: sha512-4DZsPeQA/nBQDw2RkYAmH7KrFjJVrMdAhJhO1JCl1bbbFXCGeoGjXfkg9wHPppj47s2HpAB3GrqNwqVGbi12NQ==} engines: {node: '>=16.14.0'} peerDependencies: @@ -3053,7 +3140,7 @@ packages: ast-kit: 0.11.3(rollup@3.29.4) local-pkg: 0.5.0 magic-string-ast: 0.3.0 - vue: 3.4.10(typescript@5.3.3) + vue: 3.4.15(typescript@5.3.3) transitivePeerDependencies: - rollup @@ -3087,12 +3174,27 @@ packages: estree-walker: 2.0.2 source-map-js: 1.0.2 + /@vue/compiler-core@3.4.15: + resolution: {integrity: sha512-XcJQVOaxTKCnth1vCxEChteGuwG6wqnUHxAm1DO3gCz0+uXKaJNx8/digSz4dLALCy8n2lKq24jSUs8segoqIw==} + dependencies: + '@babel/parser': 7.23.6 + '@vue/shared': 3.4.15 + entities: 4.5.0 + estree-walker: 2.0.2 + source-map-js: 1.0.2 + /@vue/compiler-dom@3.4.10: resolution: {integrity: sha512-QAALBJksIFpXGYuo74rtMgnwpVZDvd3kYbUa4gYX9s/5QiqEvZSgbKtOdUGydXcxKPt3ifC+0/bhPVHXN2694A==} dependencies: '@vue/compiler-core': 3.4.10 '@vue/shared': 3.4.10 + /@vue/compiler-dom@3.4.15: + resolution: {integrity: sha512-wox0aasVV74zoXyblarOM3AZQz/Z+OunYcIHe1OsGclCHt8RsRm04DObjefaI82u6XDzv+qGWZ24tIsRAIi5MQ==} + dependencies: + '@vue/compiler-core': 3.4.15 + '@vue/shared': 3.4.15 + /@vue/compiler-sfc@3.4.10: resolution: {integrity: sha512-sTOssaQySgrMjrhZxmAqdp6n+E51VteIVIDaOR537H2P63DyzMmig21U0XXFxiXmMIfrK91lAInnc+bIAYemGw==} dependencies: @@ -3106,12 +3208,31 @@ packages: postcss: 8.4.33 source-map-js: 1.0.2 + /@vue/compiler-sfc@3.4.15: + resolution: {integrity: sha512-LCn5M6QpkpFsh3GQvs2mJUOAlBQcCco8D60Bcqmf3O3w5a+KWS5GvYbrrJBkgvL1BDnTp+e8q0lXCLgHhKguBA==} + dependencies: + '@babel/parser': 7.23.6 + '@vue/compiler-core': 3.4.15 + '@vue/compiler-dom': 3.4.15 + '@vue/compiler-ssr': 3.4.15 + '@vue/shared': 3.4.15 + estree-walker: 2.0.2 + magic-string: 0.30.5 + postcss: 8.4.33 + source-map-js: 1.0.2 + /@vue/compiler-ssr@3.4.10: resolution: {integrity: sha512-Y90TL1abretWbUiK5rv+9smS1thCHE5sSuhZgiLh6cxgZ2Pcy3BEvDd3reID0iwNcTdMbTeE6NI3Aq4Mux6hqQ==} dependencies: '@vue/compiler-dom': 3.4.10 '@vue/shared': 3.4.10 + /@vue/compiler-ssr@3.4.15: + resolution: {integrity: sha512-1jdeQyiGznr8gjFDadVmOJqZiLNSsMa5ZgqavkPZ8O2wjHv0tVuAEsw5hTdUoUW4232vpBbL/wJhzVW/JwY1Uw==} + dependencies: + '@vue/compiler-dom': 3.4.15 + '@vue/shared': 3.4.15 + /@vue/devtools-api@6.5.1: resolution: {integrity: sha512-+KpckaAQyfbvshdDW5xQylLni1asvNSGme1JFs8I1+/H5pHEhqUKMEQD/qn3Nx5+/nycBq11qAEi8lk+LXI2dA==} @@ -3135,48 +3256,51 @@ packages: vue-template-compiler: 2.7.16 dev: true - /@vue/reactivity@3.4.10: - resolution: {integrity: sha512-SmGGpo37LzPcAFTopHNIJRNVOQfma9YgyPkAzx9/TJ01lbCCYigS28hEcY1hjiJ1PRK8iVX62Ov5yzmUgYH/pQ==} + /@vue/reactivity@3.4.15: + resolution: {integrity: sha512-55yJh2bsff20K5O84MxSvXKPHHt17I2EomHznvFiJCAZpJTNW8IuLj1xZWMLELRhBK3kkFV/1ErZGHJfah7i7w==} dependencies: - '@vue/shared': 3.4.10 + '@vue/shared': 3.4.15 - /@vue/runtime-core@3.4.10: - resolution: {integrity: sha512-Ri2Cz9sFr66AEUewGUK8IXhIUAhshTHVUGuJR8pqMbtjIds+zPa8QPO5UZImGMQ8HTY7eEpKwztCct9V3+Iqug==} + /@vue/runtime-core@3.4.15: + resolution: {integrity: sha512-6E3by5m6v1AkW0McCeAyhHTw+3y17YCOKG0U0HDKDscV4Hs0kgNT5G+GCHak16jKgcCDHpI9xe5NKb8sdLCLdw==} dependencies: - '@vue/reactivity': 3.4.10 - '@vue/shared': 3.4.10 + '@vue/reactivity': 3.4.15 + '@vue/shared': 3.4.15 - /@vue/runtime-dom@3.4.10: - resolution: {integrity: sha512-ROsdi5M2niRDmjXJNZ8KKiGwXyG1FO8l9n6sCN0kaJEHbjWkuigu96YAI3fK/AWUZPSXXEcMEBVPC6rL3mmUuA==} + /@vue/runtime-dom@3.4.15: + resolution: {integrity: sha512-EVW8D6vfFVq3V/yDKNPBFkZKGMFSvZrUQmx196o/v2tHKdwWdiZjYUBS+0Ez3+ohRyF8Njwy/6FH5gYJ75liUw==} dependencies: - '@vue/runtime-core': 3.4.10 - '@vue/shared': 3.4.10 + '@vue/runtime-core': 3.4.15 + '@vue/shared': 3.4.15 csstype: 3.1.3 - /@vue/server-renderer@3.4.10(vue@3.4.10): - resolution: {integrity: sha512-WpCBAhesLq44JKWfdFqb+Bi4ACUW0d8x1z90GnE0spccsAlEDMXV5nm+pwXLyW0OdP2iPrO/n/QMJh4B1v9Ciw==} + /@vue/server-renderer@3.4.15(vue@3.4.15): + resolution: {integrity: sha512-3HYzaidu9cHjrT+qGUuDhFYvF/j643bHC6uUN9BgM11DVy+pM6ATsG6uPBLnkwOgs7BpJABReLmpL3ZPAsUaqw==} peerDependencies: - vue: 3.4.10 + vue: 3.4.15 dependencies: - '@vue/compiler-ssr': 3.4.10 - '@vue/shared': 3.4.10 - vue: 3.4.10(typescript@5.3.3) + '@vue/compiler-ssr': 3.4.15 + '@vue/shared': 3.4.15 + vue: 3.4.15(typescript@5.3.3) /@vue/shared@3.4.10: resolution: {integrity: sha512-C0mIVhwW1xQLMFyqMJxnhq6fWyE02lCgcE+TDdtGpg6B3H6kh/0YcqS54qYc76UJNlWegf3VgsLqgk6D9hBmzQ==} - /@vueuse/core@10.7.1(vue@3.4.10): + /@vue/shared@3.4.15: + resolution: {integrity: sha512-KzfPTxVaWfB+eGcGdbSf4CWdaXcGDqckoeXUh7SB3fZdEtzPCK2Vq9B/lRRL3yutax/LWITz+SwvgyOxz5V75g==} + + /@vueuse/core@10.7.1(vue@3.4.15): resolution: {integrity: sha512-74mWHlaesJSWGp1ihg76vAnfVq9NTv1YT0SYhAQ6zwFNdBkkP+CKKJmVOEHcdSnLXCXYiL5e7MaewblfiYLP7g==} dependencies: '@types/web-bluetooth': 0.0.20 '@vueuse/metadata': 10.7.1 - '@vueuse/shared': 10.7.1(vue@3.4.10) - vue-demi: 0.14.6(vue@3.4.10) + '@vueuse/shared': 10.7.1(vue@3.4.15) + vue-demi: 0.14.6(vue@3.4.15) transitivePeerDependencies: - '@vue/composition-api' - vue - /@vueuse/head@2.0.0(vue@3.4.10): + /@vueuse/head@2.0.0(vue@3.4.15): resolution: {integrity: sha512-ykdOxTGs95xjD4WXE4na/umxZea2Itl0GWBILas+O4oqS7eXIods38INvk3XkJKjqMdWPcpCyLX/DioLQxU1KA==} peerDependencies: vue: '>=2.7 || >=3' @@ -3184,11 +3308,11 @@ packages: '@unhead/dom': 1.8.9 '@unhead/schema': 1.8.9 '@unhead/ssr': 1.8.9 - '@unhead/vue': 1.8.9(vue@3.4.10) - vue: 3.4.10(typescript@5.3.3) + '@unhead/vue': 1.8.9(vue@3.4.15) + vue: 3.4.15(typescript@5.3.3) dev: true - /@vueuse/integrations@10.7.1(focus-trap@7.5.4)(vue@3.4.10): + /@vueuse/integrations@10.7.1(focus-trap@7.5.4)(vue@3.4.15): resolution: {integrity: sha512-cKo5LEeKVHdBRBtMTOrDPdR0YNtrmN9IBfdcnY2P3m5LHVrsD0xiHUtAH1WKjHQRIErZG6rJUa6GA4tWZt89Og==} peerDependencies: async-validator: '*' @@ -3229,16 +3353,16 @@ packages: universal-cookie: optional: true dependencies: - '@vueuse/core': 10.7.1(vue@3.4.10) - '@vueuse/shared': 10.7.1(vue@3.4.10) + '@vueuse/core': 10.7.1(vue@3.4.15) + '@vueuse/shared': 10.7.1(vue@3.4.15) focus-trap: 7.5.4 - vue-demi: 0.14.6(vue@3.4.10) + vue-demi: 0.14.6(vue@3.4.15) transitivePeerDependencies: - '@vue/composition-api' - vue dev: false - /@vueuse/integrations@10.7.1(fuse.js@6.6.2)(vue@3.4.10): + /@vueuse/integrations@10.7.1(fuse.js@6.6.2)(vue@3.4.15): resolution: {integrity: sha512-cKo5LEeKVHdBRBtMTOrDPdR0YNtrmN9IBfdcnY2P3m5LHVrsD0xiHUtAH1WKjHQRIErZG6rJUa6GA4tWZt89Og==} peerDependencies: async-validator: '*' @@ -3279,20 +3403,20 @@ packages: universal-cookie: optional: true dependencies: - '@vueuse/core': 10.7.1(vue@3.4.10) - '@vueuse/shared': 10.7.1(vue@3.4.10) + '@vueuse/core': 10.7.1(vue@3.4.15) + '@vueuse/shared': 10.7.1(vue@3.4.15) fuse.js: 6.6.2 - vue-demi: 0.14.6(vue@3.4.10) + vue-demi: 0.14.6(vue@3.4.15) transitivePeerDependencies: - '@vue/composition-api' - vue dev: false - /@vueuse/math@10.7.1(vue@3.4.10): + /@vueuse/math@10.7.1(vue@3.4.15): resolution: {integrity: sha512-Oz9OHRK+NOVhkH4FfMkQu7cHkvPhSrb3gIE0tHN0OGYplRRFeiLQit/JOLJz85Xhaae+IezCmCt2MeoLaZdgVw==} dependencies: - '@vueuse/shared': 10.7.1(vue@3.4.10) - vue-demi: 0.14.6(vue@3.4.10) + '@vueuse/shared': 10.7.1(vue@3.4.15) + vue-demi: 0.14.6(vue@3.4.15) transitivePeerDependencies: - '@vue/composition-api' - vue @@ -3301,27 +3425,27 @@ packages: /@vueuse/metadata@10.7.1: resolution: {integrity: sha512-jX8MbX5UX067DYVsbtrmKn6eG6KMcXxLRLlurGkZku5ZYT3vxgBjui2zajvUZ18QLIjrgBkFRsu7CqTAg18QFw==} - /@vueuse/nuxt@10.7.1(nuxt@3.9.1)(rollup@3.29.4)(vue@3.4.10): + /@vueuse/nuxt@10.7.1(nuxt@3.9.3)(rollup@3.29.4)(vue@3.4.15): resolution: {integrity: sha512-/cPFPIUusKS6y0J16xBJ08OOXdfPUEkQBF9+/eIaG/ZIGuUYyRENZuGLj+V8BArP8uzH+EY6SWQXhT1lWw6Q+A==} peerDependencies: nuxt: ^3.0.0 dependencies: - '@nuxt/kit': 3.9.1(rollup@3.29.4) - '@vueuse/core': 10.7.1(vue@3.4.10) + '@nuxt/kit': 3.9.3(rollup@3.29.4) + '@vueuse/core': 10.7.1(vue@3.4.15) '@vueuse/metadata': 10.7.1 local-pkg: 0.5.0 - nuxt: 3.9.1(eslint@8.56.0)(rollup@3.29.4)(typescript@5.3.3)(vite@5.0.11) - vue-demi: 0.14.6(vue@3.4.10) + nuxt: 3.9.3(eslint@8.56.0)(rollup@3.29.4)(typescript@5.3.3)(vite@5.0.11) + vue-demi: 0.14.6(vue@3.4.15) transitivePeerDependencies: - '@vue/composition-api' - rollup - supports-color - vue - /@vueuse/shared@10.7.1(vue@3.4.10): + /@vueuse/shared@10.7.1(vue@3.4.15): resolution: {integrity: sha512-v0jbRR31LSgRY/C5i5X279A/WQjD6/JsMzGa+eqt658oJ75IvQXAeONmwvEMrvJQKnRElq/frzBR7fhmWY5uLw==} dependencies: - vue-demi: 0.14.6(vue@3.4.10) + vue-demi: 0.14.6(vue@3.4.15) transitivePeerDependencies: - '@vue/composition-api' - vue @@ -3662,15 +3786,15 @@ packages: engines: {node: '>= 4.0.0'} dev: false - /autoprefixer@10.4.16(postcss@8.4.33): - resolution: {integrity: sha512-7vd3UC6xKp0HLfua5IjZlcXvGAGy7cBAXTg2lyQ/8WpNhd6SiZ8Be+xm3FyBSYJx5GKcpRCzBh7RH4/0dnY+uQ==} + /autoprefixer@10.4.17(postcss@8.4.33): + resolution: {integrity: sha512-/cpVNRLSfhOtcGflT13P2794gVSgmPgTR+erw5ifnMLZb0UnSlkK4tquLmkd3BhA+nLo5tX8Cu0upUsGKvKbmg==} engines: {node: ^10 || ^12 || >=14} hasBin: true peerDependencies: postcss: ^8.1.0 dependencies: browserslist: 4.22.2 - caniuse-lite: 1.0.30001576 + caniuse-lite: 1.0.30001579 fraction.js: 4.3.7 normalize-range: 0.1.2 picocolors: 1.0.0 @@ -3753,7 +3877,7 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001576 + caniuse-lite: 1.0.30001579 electron-to-chromium: 1.4.628 node-releases: 2.0.14 update-browserslist-db: 1.0.13(browserslist@4.22.2) @@ -3850,6 +3974,9 @@ packages: /caniuse-lite@1.0.30001576: resolution: {integrity: sha512-ff5BdakGe2P3SQsMsiqmt1Lc8221NR1VzHj5jXN5vBny9A6fpze94HiVV/n7XRosOlsShJcvMv5mdnpjOGCEgg==} + /caniuse-lite@1.0.30001579: + resolution: {integrity: sha512-u5AUVkixruKHJjw/pj9wISlcMpgFWzSrczLZbrqBSxukQixmg0SJ5sZTpvaFvxU0HoQKd4yoyAogyrAz9pzJnA==} + /ccount@2.0.1: resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==} dev: true @@ -4831,7 +4958,7 @@ packages: resolution: {integrity: sha512-LyExtJWKxtgVzmgtEHyQtLFpw1KFhQphF9nTG8TpAIVkiI/xQ3FJh75tRFLYl4hkn7BNIIdLJInuDAavX35pMw==} dependencies: enhanced-resolve: 5.15.0 - mlly: 1.4.2 + mlly: 1.5.0 pathe: 1.1.2 ufo: 1.3.2 @@ -5228,8 +5355,8 @@ packages: uncrypto: 0.1.3 unenv: 1.9.0 - /happy-dom@12.10.3: - resolution: {integrity: sha512-JzUXOh0wdNGY54oKng5hliuBkq/+aT1V3YpTM+lrN/GoLQTANZsMaIvmHiHe612rauHvPJnDZkZ+5GZR++1Abg==} + /happy-dom@13.1.4: + resolution: {integrity: sha512-f8STa4iuJcpXn7YjgqBEemzinyPAdjlHMxlCNbIERdRIjJO9Z9Cj3XW5LuiEhsURFfl0AOWqj0hQitme4gq+Gg==} dependencies: css.escape: 1.5.1 entities: 4.5.0 @@ -6678,7 +6805,7 @@ packages: typescript: optional: true dependencies: - autoprefixer: 10.4.16(postcss@8.4.33) + autoprefixer: 10.4.17(postcss@8.4.33) citty: 0.1.5 cssnano: 6.0.3(postcss@8.4.33) defu: 6.1.4 @@ -6702,6 +6829,14 @@ packages: pkg-types: 1.0.3 ufo: 1.3.2 + /mlly@1.5.0: + resolution: {integrity: sha512-NPVQvAY1xr1QoVeG0cy8yUYC7FQcOx6evl/RjT1wL5FvzPnzOysoqB/jmx/DhssT2dYa8nxECLAaFI/+gVLhDQ==} + dependencies: + acorn: 8.11.3 + pathe: 1.1.2 + pkg-types: 1.0.3 + ufo: 1.3.2 + /mri@1.2.0: resolution: {integrity: sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==} engines: {node: '>=4'} @@ -6801,7 +6936,7 @@ packages: listhen: 1.5.6 magic-string: 0.30.5 mime: 3.0.0 - mlly: 1.4.2 + mlly: 1.5.0 mri: 1.2.0 node-fetch-native: 1.6.1 ofetch: 1.3.3 @@ -7018,7 +7153,7 @@ packages: resolution: {integrity: sha512-jCLPl2WMA47ITjMmarZeaRa/W0JeHLxoHX2nWZekYX8NngnZQPOopuciN1/QWT67P7ulF4w/gTOSCnm8bv0fLA==} hasBin: true dependencies: - '@nuxt/kit': 3.9.1(rollup@3.29.4) + '@nuxt/kit': 3.9.3(rollup@3.29.4) citty: 0.1.5 scule: 1.2.0 typescript: 5.3.3 @@ -7031,7 +7166,7 @@ packages: /nuxt-config-schema@0.4.6(rollup@3.29.4): resolution: {integrity: sha512-kHLWJFynj5QrxVZ1MjY2xmDaTSN1BCMLGExA+hMMLoCb3wn9TJlDVqnE/nSdUJPMRkNn/NQ5WP9NLA9vlAXRUw==} dependencies: - '@nuxt/kit': 3.9.1(rollup@3.29.4) + '@nuxt/kit': 3.9.3(rollup@3.29.4) defu: 6.1.4 jiti: 1.21.0 pathe: 1.1.2 @@ -7041,13 +7176,13 @@ packages: - supports-color dev: true - /nuxt-icon@0.6.8(nuxt@3.9.1)(rollup@3.29.4)(vite@5.0.11)(vue@3.4.10): + /nuxt-icon@0.6.8(nuxt@3.9.3)(rollup@3.29.4)(vite@5.0.11)(vue@3.4.15): resolution: {integrity: sha512-6eWlNOb6Uvp63uXFdhcmsB1JlubDv76Pot/VwmIu0yJxDYhwytbnv3WAjw2khl2l7W/65V4eMGIEeX9C5Ahxng==} dependencies: '@iconify/collections': 1.0.379 - '@iconify/vue': 4.1.1(vue@3.4.10) - '@nuxt/devtools-kit': 1.0.8(nuxt@3.9.1)(rollup@3.29.4)(vite@5.0.11) - '@nuxt/kit': 3.9.1(rollup@3.29.4) + '@iconify/vue': 4.1.1(vue@3.4.15) + '@nuxt/devtools-kit': 1.0.8(nuxt@3.9.3)(rollup@3.29.4)(vite@5.0.11) + '@nuxt/kit': 3.9.3(rollup@3.29.4) transitivePeerDependencies: - nuxt - rollup @@ -7056,7 +7191,7 @@ packages: - vue dev: false - /nuxt-og-image@2.2.4(@nuxt/devtools@1.0.8)(@vue/compiler-core@3.4.10)(nuxt@3.9.1)(postcss@8.4.33)(rollup@3.29.4)(vite@5.0.11)(vue@3.4.10)(webpack@5.89.0): + /nuxt-og-image@2.2.4(@nuxt/devtools@1.0.8)(@vue/compiler-core@3.4.15)(nuxt@3.9.3)(postcss@8.4.33)(rollup@3.29.4)(vite@5.0.11)(vue@3.4.15)(webpack@5.89.0): resolution: {integrity: sha512-A7QNMi+/DueEOPgxIWCvUJU8UxgxyUtRrLd7QB6YVeXrBEFFhWD8/2wLbcSdZyAzpVmuE6cA7bSU3z3U/e7K/w==} dependencies: '@nuxt/kit': 3.9.1(rollup@3.29.4) @@ -7076,8 +7211,8 @@ packages: globby: 13.2.2 image-size: 1.1.1 launch-editor: 2.6.1 - nuxt-site-config: 1.6.7(@nuxt/devtools@1.0.8)(@vue/compiler-core@3.4.10)(nuxt@3.9.1)(postcss@8.4.33)(rollup@3.29.4)(vite@5.0.11)(vue@3.4.10)(webpack@5.89.0) - nuxt-site-config-kit: 1.6.7(rollup@3.29.4)(vue@3.4.10) + nuxt-site-config: 1.6.7(@nuxt/devtools@1.0.8)(@vue/compiler-core@3.4.15)(nuxt@3.9.3)(postcss@8.4.33)(rollup@3.29.4)(vite@5.0.11)(vue@3.4.15)(webpack@5.89.0) + nuxt-site-config-kit: 1.6.7(rollup@3.29.4)(vue@3.4.15) nypm: 0.3.4 ofetch: 1.3.3 ohash: 1.1.3 @@ -7122,13 +7257,13 @@ packages: - webpack dev: false - /nuxt-site-config-kit@1.6.7(rollup@3.29.4)(vue@3.4.10): + /nuxt-site-config-kit@1.6.7(rollup@3.29.4)(vue@3.4.15): resolution: {integrity: sha512-dq7W5ra1KRRi8gW/v8j3e7rNCN8jEZHXnGZ9Ao4r7JZvyHpJyntQYcftcI2N7VViT+6xWdIE7ge4oma7+gvjVQ==} dependencies: - '@nuxt/kit': 3.9.1(rollup@3.29.4) + '@nuxt/kit': 3.9.3(rollup@3.29.4) '@nuxt/schema': 3.9.1(rollup@3.29.4) pkg-types: 1.0.3 - site-config-stack: 1.6.7(vue@3.4.10) + site-config-stack: 1.6.7(vue@3.4.15) std-env: 3.7.0 ufo: 1.3.2 transitivePeerDependencies: @@ -7137,18 +7272,18 @@ packages: - vue dev: false - /nuxt-site-config@1.6.7(@nuxt/devtools@1.0.8)(@vue/compiler-core@3.4.10)(nuxt@3.9.1)(postcss@8.4.33)(rollup@3.29.4)(vite@5.0.11)(vue@3.4.10)(webpack@5.89.0): + /nuxt-site-config@1.6.7(@nuxt/devtools@1.0.8)(@vue/compiler-core@3.4.15)(nuxt@3.9.3)(postcss@8.4.33)(rollup@3.29.4)(vite@5.0.11)(vue@3.4.15)(webpack@5.89.0): resolution: {integrity: sha512-X9HPq0ldfFf9vatXcOLt1Fl9xPydhC+fZw5KVxACcOyNK92KwJgvzrHAooURdoQhohaVgPbK+xnfVP8S6GCkQA==} dependencies: - '@nuxt/devtools-kit': 1.0.8(nuxt@3.9.1)(rollup@3.29.4)(vite@5.0.11) - '@nuxt/devtools-ui-kit': 1.0.8(@nuxt/devtools@1.0.8)(@vue/compiler-core@3.4.10)(nuxt@3.9.1)(postcss@8.4.33)(rollup@3.29.4)(vite@5.0.11)(vue@3.4.10)(webpack@5.89.0) - '@nuxt/kit': 3.9.1(rollup@3.29.4) + '@nuxt/devtools-kit': 1.0.8(nuxt@3.9.3)(rollup@3.29.4)(vite@5.0.11) + '@nuxt/devtools-ui-kit': 1.0.8(@nuxt/devtools@1.0.8)(@vue/compiler-core@3.4.15)(nuxt@3.9.3)(postcss@8.4.33)(rollup@3.29.4)(vite@5.0.11)(vue@3.4.15)(webpack@5.89.0) + '@nuxt/kit': 3.9.3(rollup@3.29.4) '@nuxt/schema': 3.9.1(rollup@3.29.4) - nuxt-site-config-kit: 1.6.7(rollup@3.29.4)(vue@3.4.10) + nuxt-site-config-kit: 1.6.7(rollup@3.29.4)(vue@3.4.15) pathe: 1.1.2 shiki-es: 0.14.0 sirv: 2.0.4 - site-config-stack: 1.6.7(vue@3.4.10) + site-config-stack: 1.6.7(vue@3.4.15) ufo: 1.3.2 transitivePeerDependencies: - '@nuxt/devtools' @@ -7175,8 +7310,8 @@ packages: - webpack dev: false - /nuxt@3.9.1(eslint@8.56.0)(rollup@3.29.4)(typescript@5.3.3)(vite@5.0.11): - resolution: {integrity: sha512-jyD9E74bx8cdDc3nmYMNsJR0dIOrpcDH/mBlo1FmpB2zeXXMwupOD2tm033MJpHIEBbhQGHYFQlRyd7wHg2DyA==} + /nuxt@3.9.3(eslint@8.56.0)(rollup@3.29.4)(typescript@5.3.3)(vite@5.0.11): + resolution: {integrity: sha512-IzBJAJImqCGfspVZzvznrALnFIJ5rPe+VJvY8OiccwRzWT8sEygVRjh3Mc64yWV6P59rz497wp9RBBBhuV2MVA==} engines: {node: ^14.18.0 || >=16.10.0} hasBin: true peerDependencies: @@ -7189,16 +7324,16 @@ packages: optional: true dependencies: '@nuxt/devalue': 2.0.2 - '@nuxt/devtools': 1.0.8(nuxt@3.9.1)(rollup@3.29.4)(vite@5.0.11) - '@nuxt/kit': 3.9.1(rollup@3.29.4) - '@nuxt/schema': 3.9.1(rollup@3.29.4) + '@nuxt/devtools': 1.0.8(nuxt@3.9.3)(rollup@3.29.4)(vite@5.0.11) + '@nuxt/kit': 3.9.3(rollup@3.29.4) + '@nuxt/schema': 3.9.3(rollup@3.29.4) '@nuxt/telemetry': 2.5.3(rollup@3.29.4) '@nuxt/ui-templates': 1.3.1 - '@nuxt/vite-builder': 3.9.1(eslint@8.56.0)(rollup@3.29.4)(typescript@5.3.3)(vue@3.4.10) - '@unhead/dom': 1.8.9 - '@unhead/ssr': 1.8.9 - '@unhead/vue': 1.8.9(vue@3.4.10) - '@vue/shared': 3.4.10 + '@nuxt/vite-builder': 3.9.3(eslint@8.56.0)(rollup@3.29.4)(typescript@5.3.3)(vue@3.4.15) + '@unhead/dom': 1.8.10 + '@unhead/ssr': 1.8.10 + '@unhead/vue': 1.8.10(vue@3.4.15) + '@vue/shared': 3.4.15 acorn: 8.11.3 c12: 1.6.1 chokidar: 3.5.3 @@ -7217,7 +7352,7 @@ packages: klona: 2.0.6 knitwork: 1.0.0 magic-string: 0.30.5 - mlly: 1.4.2 + mlly: 1.5.0 nitropack: 2.8.1 nuxi: 3.10.0 nypm: 0.3.4 @@ -7237,12 +7372,12 @@ packages: unenv: 1.9.0 unimport: 3.7.1(rollup@3.29.4) unplugin: 1.6.0 - unplugin-vue-router: 0.7.0(rollup@3.29.4)(vue-router@4.2.5)(vue@3.4.10) + unplugin-vue-router: 0.7.0(rollup@3.29.4)(vue-router@4.2.5)(vue@3.4.15) untyped: 1.4.0 - vue: 3.4.10(typescript@5.3.3) + vue: 3.4.15(typescript@5.3.3) vue-bundle-renderer: 2.0.0 vue-devtools-stub: 0.1.0 - vue-router: 4.2.5(vue@3.4.10) + vue-router: 4.2.5(vue@3.4.15) transitivePeerDependencies: - '@azure/app-configuration' - '@azure/cosmos' @@ -8557,13 +8692,13 @@ packages: /sisteransi@1.0.5: resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==} - /site-config-stack@1.6.7(vue@3.4.10): + /site-config-stack@1.6.7(vue@3.4.15): resolution: {integrity: sha512-LcZAAaMo4t/LKcePG6eghCt5oG+0JS1fhWG/8dHbfRuD3yWKmijKy2wd0/rcvTxDBEp5Pn2lAqe92jeAHRNjQA==} peerDependencies: vue: ^3 dependencies: ufo: 1.3.2 - vue: 3.4.10(typescript@5.3.3) + vue: 3.4.15(typescript@5.3.3) dev: false /skin-tone@2.0.0: @@ -9242,6 +9377,14 @@ packages: node-fetch-native: 1.6.1 pathe: 1.1.2 + /unhead@1.8.10: + resolution: {integrity: sha512-dth8FvZkLriO5ZWWOBIYBNSfGiwJtKcqpPWpSOk/Z0e2jdlgwoZEWZHFyte0EKvmbZxKcsWNMqIuv7dEmS5yZQ==} + dependencies: + '@unhead/dom': 1.8.10 + '@unhead/schema': 1.8.10 + '@unhead/shared': 1.8.10 + hookable: 5.5.3 + /unhead@1.8.9: resolution: {integrity: sha512-qqCNmA4KOEDjcl+OtRZTllGehXewcQ31zbHjvhl/jqCs2MfRcZoxFW1y7A4Y4BgR/O7PI89K+GoWGcxK3gn64Q==} dependencies: @@ -9249,6 +9392,7 @@ packages: '@unhead/schema': 1.8.9 '@unhead/shared': 1.8.9 hookable: 5.5.3 + dev: true /unicode-emoji-modifier-base@1.0.0: resolution: {integrity: sha512-yLSH4py7oFH3oG/9K+XWrz1pSi3dfUrWEnInbxMfArOfc1+33BlGPQtLsOYwvdMy11AwUBetYuaRxSPqgkq+8g==} @@ -9423,7 +9567,7 @@ packages: - supports-color dev: false - /unplugin-vue-router@0.7.0(rollup@3.29.4)(vue-router@4.2.5)(vue@3.4.10): + /unplugin-vue-router@0.7.0(rollup@3.29.4)(vue-router@4.2.5)(vue@3.4.15): resolution: {integrity: sha512-ddRreGq0t5vlSB7OMy4e4cfU1w2AwBQCwmvW3oP/0IHQiokzbx4hd3TpwBu3eIAFVuhX2cwNQwp1U32UybTVCw==} peerDependencies: vue-router: ^4.1.0 @@ -9433,17 +9577,17 @@ packages: dependencies: '@babel/types': 7.23.6 '@rollup/pluginutils': 5.1.0(rollup@3.29.4) - '@vue-macros/common': 1.10.0(rollup@3.29.4)(vue@3.4.10) + '@vue-macros/common': 1.10.0(rollup@3.29.4)(vue@3.4.15) ast-walker-scope: 0.5.0(rollup@3.29.4) chokidar: 3.5.3 fast-glob: 3.3.2 json5: 2.2.3 local-pkg: 0.4.3 - mlly: 1.4.2 + mlly: 1.5.0 pathe: 1.1.2 scule: 1.2.0 unplugin: 1.6.0 - vue-router: 4.2.5(vue@3.4.10) + vue-router: 4.2.5(vue@3.4.15) yaml: 2.3.4 transitivePeerDependencies: - rollup @@ -9562,12 +9706,12 @@ packages: /util-deprecate@1.0.2: resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} - /v-lazy-show@0.2.4(@vue/compiler-core@3.4.10): + /v-lazy-show@0.2.4(@vue/compiler-core@3.4.15): resolution: {integrity: sha512-Lx9Str2i+HTh+zGzs9O3YyhGAZOAAfU+6MUUPcQPPiPxQO1sHBEv9sH3MO9bPc4T09gsjsS2+sbaCWQ1MdhpJQ==} peerDependencies: '@vue/compiler-core': ^3.3 dependencies: - '@vue/compiler-core': 3.4.10 + '@vue/compiler-core': 3.4.15 dev: false /validate-npm-package-license@3.0.4: @@ -9702,7 +9846,7 @@ packages: vscode-languageserver-textdocument: 1.0.11 vscode-uri: 3.0.8 - /vite-plugin-inspect@0.8.1(@nuxt/kit@3.9.1)(rollup@3.29.4)(vite@5.0.11): + /vite-plugin-inspect@0.8.1(@nuxt/kit@3.9.3)(rollup@3.29.4)(vite@5.0.11): resolution: {integrity: sha512-oPBPVGp6tBd5KdY/qY6lrbLXqrbHRG0hZLvEaJfiZ/GQfDB+szRuLHblQh1oi1Hhh8GeLit/50l4xfs2SA+TCA==} engines: {node: '>=14'} peerDependencies: @@ -9713,7 +9857,7 @@ packages: optional: true dependencies: '@antfu/utils': 0.7.7 - '@nuxt/kit': 3.9.1(rollup@3.29.4) + '@nuxt/kit': 3.9.3(rollup@3.29.4) '@rollup/pluginutils': 5.1.0(rollup@3.29.4) debug: 4.3.4 error-stack-parser-es: 0.1.1 @@ -9778,11 +9922,12 @@ packages: optionalDependencies: fsevents: 2.3.3 - /vitest-environment-nuxt@1.0.0(h3@1.10.0)(happy-dom@12.10.3)(rollup@3.29.4)(vite@5.0.11)(vitest@1.1.0)(vue-router@4.2.5)(vue@3.4.10): + /vitest-environment-nuxt@1.0.0(h3@1.10.0)(happy-dom@13.1.4)(rollup@3.29.4)(vite@5.0.11)(vitest@1.1.0)(vue-router@4.2.5)(vue@3.4.15): resolution: {integrity: sha512-AWMO9h4HdbaFdPWZw34gALFI8gbBiOpvfbyeZwHIPfh4kWg/TwElYHvYMQ61WPUlCGaS5LebfHkaI0WPyb//Iw==} dependencies: - '@nuxt/test-utils': 3.9.0(h3@1.10.0)(happy-dom@12.10.3)(rollup@3.29.4)(vite@5.0.11)(vitest@1.1.0)(vue-router@4.2.5)(vue@3.4.10) + '@nuxt/test-utils': 3.10.0(h3@1.10.0)(happy-dom@13.1.4)(rollup@3.29.4)(vite@5.0.11)(vitest@1.1.0)(vue-router@4.2.5)(vue@3.4.15) transitivePeerDependencies: + - '@cucumber/cucumber' - '@jest/globals' - '@testing-library/vue' - '@vitest/ui' @@ -9799,7 +9944,7 @@ packages: - vue-router dev: true - /vitest@1.1.0(happy-dom@12.10.3): + /vitest@1.1.0(happy-dom@13.1.4): resolution: {integrity: sha512-oDFiCrw7dd3Jf06HoMtSRARivvyjHJaTxikFxuqJjO76U436PqlVw1uLn7a8OSPrhSfMGVaRakKpA2lePdw79A==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true @@ -9834,7 +9979,7 @@ packages: chai: 4.4.0 debug: 4.3.4 execa: 8.0.1 - happy-dom: 12.10.3 + happy-dom: 13.1.4 local-pkg: 0.5.0 magic-string: 0.30.5 pathe: 1.1.2 @@ -9913,7 +10058,7 @@ packages: resolution: {integrity: sha512-0vOfAtI67UjeO1G6UiX5Kd76CqaQ67wrRZiOe7UAb9Jm6GzlUr/fC7CV90XfwapJRjpCMaZFhv1V0ajWRmE9Dg==} dev: true - /vue-demi@0.14.6(vue@3.4.10): + /vue-demi@0.14.6(vue@3.4.15): resolution: {integrity: sha512-8QA7wrYSHKaYgUxDA5ZC24w+eHm3sYCbp0EzcDwKqN3p6HqtTCGR/GVsPyZW92unff4UlcSh++lmqDWN3ZIq4w==} engines: {node: '>=12'} hasBin: true @@ -9925,7 +10070,7 @@ packages: '@vue/composition-api': optional: true dependencies: - vue: 3.4.10(typescript@5.3.3) + vue: 3.4.15(typescript@5.3.3) /vue-devtools-stub@0.1.0: resolution: {integrity: sha512-RutnB7X8c5hjq39NceArgXg28WZtZpGc3+J16ljMiYnFhKvd8hITxSWQSQ5bvldxMDU6gG5mkxl1MTQLXckVSQ==} @@ -9948,13 +10093,13 @@ packages: - supports-color dev: true - /vue-router@4.2.5(vue@3.4.10): + /vue-router@4.2.5(vue@3.4.15): resolution: {integrity: sha512-DIUpKcyg4+PTQKfFPX88UWhlagBEBEfJ5A8XDXRJLUnZOvcpMF8o/dnL90vpVkGaPbjvXazV/rC1qBKrZlFugw==} peerDependencies: vue: ^3.2.0 dependencies: '@vue/devtools-api': 6.5.1 - vue: 3.4.10(typescript@5.3.3) + vue: 3.4.15(typescript@5.3.3) /vue-template-compiler@2.7.16: resolution: {integrity: sha512-AYbUWAJHLGGQM7+cNTELw+KsOG9nl2CnSv467WobS5Cv9uk3wFcnr1Etsz2sEIHEZvw1U+o9mRlEO6QbZvUPGQ==} @@ -9963,19 +10108,19 @@ packages: he: 1.2.0 dev: true - /vue@3.4.10(typescript@5.3.3): - resolution: {integrity: sha512-c+O8qGqdWPF9joTCzMGeDDedViooh6c8RY3+eW5+6GCAIY8YjChmU06LsUu0PnMZbIk1oKUoJTqKzmghYtFypw==} + /vue@3.4.15(typescript@5.3.3): + resolution: {integrity: sha512-jC0GH4KkWLWJOEQjOpkqU1bQsBwf4R1rsFtw5GQJbjHVKWDzO6P0nWWBTmjp1xSemAioDFj1jdaK1qa3DnMQoQ==} peerDependencies: typescript: '*' peerDependenciesMeta: typescript: optional: true dependencies: - '@vue/compiler-dom': 3.4.10 - '@vue/compiler-sfc': 3.4.10 - '@vue/runtime-dom': 3.4.10 - '@vue/server-renderer': 3.4.10(vue@3.4.10) - '@vue/shared': 3.4.10 + '@vue/compiler-dom': 3.4.15 + '@vue/compiler-sfc': 3.4.15 + '@vue/runtime-dom': 3.4.15 + '@vue/server-renderer': 3.4.15(vue@3.4.15) + '@vue/shared': 3.4.15 typescript: 5.3.3 /watchpack@2.4.0: