diff --git a/package.json b/package.json index f81e9c80..3812b35c 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "eslint-plugin-tailwindcss": "^3.15.1", "json-editor-vue": "^0.14.0", "lint-staged": "^15.2.2", - "nx": "^18.2.2", + "nx": "^19.1.1", "simple-git-hooks": "^2.11.1", "typescript": "^5.4.3", "vite": "5.2.8", diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index f867d205..12af7972 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -80,8 +80,8 @@ "@aws-sdk/client-ses": "^3.554.0", "@capacitor/action-sheet": "6.0.0-rc.1", "@capacitor/android": "6.0.0-rc.2", - "@capacitor/app": "^5.0.7", - "@capacitor/app-launcher": "^5.0.7", + "@capacitor/app": "^6.0.0", + "@capacitor/app-launcher": "^6.0.0", "@capacitor/cli": "6.0.0-rc.2", "@capacitor/core": "6.0.0-rc.2", "@capacitor/ios": "6.0.0-rc.2", @@ -90,7 +90,7 @@ "@iconify-json/carbon": "^1.1.31", "@iconify-json/ph": "^1.1.12", "@ionic/cli": "^7.2.0", - "@ionic/core": "^7.8.3", + "@ionic/core": "^8.2.0", "@json2csv/node": "^7.0.6", "@lucia-auth/adapter-drizzle": "1.0.7", "@lucia-auth/adapter-postgresql": "3.1.2", @@ -128,7 +128,7 @@ "happy-dom": "^14.7.0", "ioredis": "^5.3.2", "jiti": "^1.21.0", - "json-schema-to-typescript": "^13.1.2", + "json-schema-to-typescript": "^14.0.4", "lint-staged": "^15.2.2", "lucia": "3.1.1", "node-cron": "^3.0.3", diff --git a/packages/nuxt/src/runtime/core/setupModules.ts b/packages/nuxt/src/runtime/core/setupModules.ts index c7739a73..2419da53 100644 --- a/packages/nuxt/src/runtime/core/setupModules.ts +++ b/packages/nuxt/src/runtime/core/setupModules.ts @@ -43,8 +43,9 @@ async function initModules(nuxt: Nuxt) { if ( (typeof moduleValue === 'object' && moduleValue === null) || (typeof moduleValue === 'object' && !moduleValue) - ) + ) { continue + } if (typeof moduleValue === 'string' && moduleValue === '') continue diff --git a/packages/nuxt/src/runtime/modules/capacitor/trapezed/index.ts b/packages/nuxt/src/runtime/modules/capacitor/trapezed/index.ts index f742d36b..7619e583 100644 --- a/packages/nuxt/src/runtime/modules/capacitor/trapezed/index.ts +++ b/packages/nuxt/src/runtime/modules/capacitor/trapezed/index.ts @@ -93,8 +93,9 @@ export async function trapezedRun(params: { if ( typeof params.options.trapeze === 'object' && typeof params.options.trapeze.ios === 'function' - ) + ) { params.options.trapeze.ios(project.ios, { build, target }) + } } } } @@ -168,8 +169,9 @@ export async function trapezedRun(params: { if ( typeof params.options.trapeze === 'object' && typeof params.options.trapeze.android === 'function' - ) + ) { params.options.trapeze.android(project.android) + } } await project.commit() diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1c421307..67202fca 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -17,20 +17,20 @@ importers: version: link:packages/graphql drizzle-kit: specifier: ^0.20.14 - version: 0.20.14 + version: 0.20.18 drizzle-orm: specifier: ^0.30.7 - version: 0.30.7(@opentelemetry/api@1.8.0)(pg@8.11.5)(postgres@3.4.4) + version: 0.30.10(@opentelemetry/api@1.8.0)(pg@8.11.5)(postgres@3.4.4) postgres: specifier: ^3.4.4 version: 3.4.4 devDependencies: '@antfu/eslint-config': specifier: ^2.13.0 - version: 2.13.0(@vue/compiler-sfc@3.4.27)(eslint@9.0.0)(typescript@5.4.3)(vitest@1.5.0) + version: 2.19.1(@vue/compiler-sfc@3.4.27)(eslint@9.3.0)(svelte@4.2.17)(typescript@5.4.5)(vitest@1.6.0) '@types/node': specifier: ^20.12.4 - version: 20.12.4 + version: 20.12.13 automd: specifier: ^0.3.7 version: 0.3.7 @@ -39,79 +39,79 @@ importers: version: 9.4.0 changelogithub: specifier: ^0.13.5 - version: 0.13.5 + version: 0.13.7 eslint: specifier: ^9.0.0 - version: 9.0.0 + version: 9.3.0 eslint-plugin-tailwindcss: specifier: ^3.15.1 - version: 3.15.1(tailwindcss@3.4.3) + version: 3.17.0(tailwindcss@3.4.3) json-editor-vue: specifier: ^0.14.0 version: 0.14.0(@lezer/common@1.2.1)(vue@3.4.21) lint-staged: specifier: ^15.2.2 - version: 15.2.2 + version: 15.2.5 nx: - specifier: ^18.2.2 - version: 18.2.2 + specifier: ^19.1.1 + version: 19.1.1 simple-git-hooks: specifier: ^2.11.1 version: 2.11.1 typescript: specifier: ^5.4.3 - version: 5.4.3 + version: 5.4.5 vite: specifier: 5.2.8 - version: 5.2.8(@types/node@20.12.4) + version: 5.2.8(@types/node@20.12.13) vitest: specifier: ^1.5.0 - version: 1.5.0(@types/node@20.12.4)(happy-dom@14.7.0) + version: 1.6.0(@types/node@20.12.13)(happy-dom@14.11.4) packages/box: dependencies: '@egoist/tailwindcss-icons': specifier: ^1.7.4 - version: 1.7.4(tailwindcss@3.4.3) + version: 1.8.0(tailwindcss@3.4.3) '@faker-js/faker': specifier: ^8.4.1 version: 8.4.1 '@iconify-json/carbon': specifier: ^1.1.31 - version: 1.1.31 + version: 1.1.34 '@iconify-json/ph': specifier: ^1.1.12 - version: 1.1.12 + version: 1.1.13 '@neoconfetti/vue': specifier: ^2.2.1 version: 2.2.1 '@nuxtjs/color-mode': specifier: ^3.4.0 - version: 3.4.0(rollup@4.18.0) + version: 3.4.1(rollup@4.18.0) '@nuxtjs/google-fonts': specifier: ^3.2.0 version: 3.2.0(rollup@4.18.0) '@nuxtjs/i18n': specifier: ^8.3.0 - version: 8.3.0(rollup@4.18.0)(vue@3.4.21) + version: 8.3.1(rollup@4.18.0)(vue@3.4.27) '@nuxtjs/tailwindcss': specifier: ^6.11.4 - version: 6.11.4(rollup@4.18.0) + version: 6.12.0(rollup@4.18.0) '@oku-ui/label': specifier: ^0.6.1 - version: 0.6.1(vue@3.4.21) + version: 0.6.1(vue@3.4.27) '@oku-ui/primitives': specifier: ^0.6.1 - version: 0.6.1(vue@3.4.21) + version: 0.6.1(vue@3.4.27) '@oku-ui/slot': specifier: ^0.6.1 - version: 0.6.1(vue@3.4.21) + version: 0.6.1(vue@3.4.27) '@oku-ui/use-composable': specifier: ^0.6.1 - version: 0.6.1(vue@3.4.21) + version: 0.6.1(vue@3.4.27) '@pinia/nuxt': specifier: ^0.5.1 - version: 0.5.1(rollup@4.18.0)(typescript@5.4.3)(vue@3.4.21) + version: 0.5.1(rollup@4.18.0)(typescript@5.4.5)(vue@3.4.27) '@tailwindcss/aspect-ratio': specifier: ^0.4.2 version: 0.4.2(tailwindcss@3.4.3) @@ -120,61 +120,61 @@ importers: version: 0.5.7(tailwindcss@3.4.3) '@tailwindcss/typography': specifier: ^0.5.12 - version: 0.5.12(tailwindcss@3.4.3) + version: 0.5.13(tailwindcss@3.4.3) '@types/uuid': specifier: ^9.0.8 version: 9.0.8 '@unovis/ts': specifier: ^1.4.0 - version: 1.4.0 + version: 1.4.1 '@unovis/vue': specifier: ^1.4.0 - version: 1.4.0(@unovis/ts@1.4.0)(vue@3.4.21) + version: 1.4.1(@unovis/ts@1.4.1)(vue@3.4.27) '@vee-validate/zod': specifier: ^4.12.6 - version: 4.12.6(vue@3.4.21) + version: 4.12.8(vue@3.4.27) '@vueuse/core': specifier: ^10.9.0 - version: 10.9.0(vue@3.4.21) + version: 10.10.0(vue@3.4.27) '@vueuse/nuxt': specifier: ^10.9.0 - version: 10.9.0(nuxt@3.11.2)(rollup@4.18.0)(vue@3.4.21) + version: 10.10.0(nuxt@3.11.2)(rollup@4.18.0)(vue@3.4.27) class-variance-authority: specifier: ^0.7.0 version: 0.7.0 clsx: specifier: ^2.1.0 - version: 2.1.0 + version: 2.1.1 date-fns: specifier: ^3.6.0 version: 3.6.0 lucide-vue-next: specifier: ^0.368.0 - version: 0.368.0(vue@3.4.21) + version: 0.368.0(vue@3.4.27) nanoid: specifier: ^5.0.6 - version: 5.0.6 + version: 5.0.7 notivue: specifier: ^2.4.0 - version: 2.4.0 + version: 2.4.4 nuxt-icon: specifier: ^0.6.10 - version: 0.6.10(nuxt@3.11.2)(rollup@4.18.0)(vite@5.2.8)(vue@3.4.21) + version: 0.6.10(nuxt@3.11.2)(rollup@4.18.0)(vite@5.2.8)(vue@3.4.27) pinia: specifier: ^2.1.7 - version: 2.1.7(typescript@5.4.3)(vue@3.4.21) + version: 2.1.7(typescript@5.4.5)(vue@3.4.27) radix-vue: specifier: ^1.7.0 - version: 1.7.0(vue@3.4.21) + version: 1.8.2(vue@3.4.27) shadcn-nuxt: specifier: ^0.10.2 - version: 0.10.2(rollup@4.18.0) + version: 0.10.4(rollup@4.18.0) slugify: specifier: ^1.6.6 version: 1.6.6 tailwind-merge: specifier: ^2.2.2 - version: 2.2.2 + version: 2.3.0 tailwindcss-animate: specifier: ^1.0.7 version: 1.0.7(tailwindcss@3.4.3) @@ -186,46 +186,46 @@ importers: version: 9.0.1 v-calendar: specifier: ^3.1.2 - version: 3.1.2(@popperjs/core@2.11.8)(vue@3.4.21) + version: 3.1.2(@popperjs/core@2.11.8)(vue@3.4.27) vee-validate: specifier: ^4.12.6 - version: 4.12.6(vue@3.4.21) + version: 4.12.8(vue@3.4.27) vue-input-otp: specifier: ^0.1.0 - version: 0.1.0(vue@3.4.21) + version: 0.1.0(vue@3.4.27) zod: specifier: ^3.22.4 - version: 3.22.4 + version: 3.23.8 packages/graphql: dependencies: '@apollo/sandbox': specifier: ^2.5.1 - version: 2.5.1(graphql@16.8.1) + version: 2.6.0(graphql@16.8.1) '@graphql-codegen/cli': specifier: ^5.0.2 - version: 5.0.2(@types/node@20.12.4)(graphql@16.8.1)(typescript@5.4.3) + version: 5.0.2(@types/node@20.12.13)(graphql@16.8.1)(typescript@5.4.5) '@graphql-codegen/core': specifier: ^4.0.2 version: 4.0.2(graphql@16.8.1) '@graphql-codegen/plugin-helpers': specifier: ^5.0.3 - version: 5.0.3(graphql@16.8.1) + version: 5.0.4(graphql@16.8.1) '@graphql-codegen/schema-ast': specifier: ^4.0.2 version: 4.0.2(graphql@16.8.1) '@graphql-codegen/typed-document-node': specifier: ^5.0.6 - version: 5.0.6(graphql@16.8.1) + version: 5.0.7(graphql@16.8.1) '@graphql-codegen/typescript': specifier: ^4.0.6 - version: 4.0.6(graphql@16.8.1) + version: 4.0.7(graphql@16.8.1) '@graphql-codegen/typescript-operations': specifier: ^4.2.0 - version: 4.2.0(graphql@16.8.1) + version: 4.2.1(graphql@16.8.1) '@graphql-codegen/typescript-resolvers': specifier: ^4.0.6 - version: 4.0.6(graphql@16.8.1) + version: 4.1.0(graphql@16.8.1) '@graphql-codegen/typescript-urql-graphcache': specifier: ^3.1.0 version: 3.1.0(@urql/exchange-graphcache@6.5.1)(graphql-tag@2.12.6)(graphql@16.8.1) @@ -240,10 +240,10 @@ importers: version: 8.0.2(graphql@16.8.1) '@graphql-tools/schema': specifier: ^10.0.3 - version: 10.0.3(graphql@16.8.1) + version: 10.0.4(graphql@16.8.1) '@graphql-tools/utils': specifier: ^10.1.2 - version: 10.1.2(graphql@16.8.1) + version: 10.2.1(graphql@16.8.1) dataloader: specifier: ^2.2.2 version: 2.2.2 @@ -258,7 +258,7 @@ importers: version: 1.23.0(graphql@16.8.1) graphql-yoga: specifier: ^5.3.0 - version: 5.3.0(graphql@16.8.1) + version: 5.3.1(graphql@16.8.1) ts-relay-cursor-paging: specifier: ^2.1.0 version: 2.1.0(graphql@16.8.1) @@ -267,16 +267,16 @@ importers: dependencies: '@nuxt/devtools': specifier: ^1.1.5 - version: 1.1.5(@unocss/reset@0.60.3)(floating-vue@5.2.2)(nuxt@3.11.2)(rollup@3.29.4)(unocss@0.60.3)(vite@5.2.8)(vue@3.4.21) + version: 1.3.2(@unocss/reset@0.60.3)(floating-vue@5.2.2)(nuxt@3.11.2)(rollup@3.29.4)(unocss@0.60.3)(vite@5.2.8)(vue@3.4.21) '@nuxt/devtools-kit': specifier: ^1.1.5 - version: 1.1.5(nuxt@3.11.2)(rollup@3.29.4)(vite@5.2.8) + version: 1.3.2(nuxt@3.11.2)(rollup@3.29.4)(vite@5.2.8) '@nuxt/kit': specifier: ^3.11.1 - version: 3.11.1(rollup@3.29.4) + version: 3.11.2(rollup@3.29.4) '@vueuse/core': specifier: ^10.9.0 - version: 10.9.0(vue@3.4.21) + version: 10.10.0(vue@3.4.21) consola: specifier: ^3.2.3 version: 3.2.3 @@ -300,17 +300,17 @@ importers: version: 2.0.4 yaml: specifier: ^2.4.1 - version: 2.4.1 + version: 2.4.2 devDependencies: '@0no-co/graphqlsp': specifier: ^1.10.0 - version: 1.10.0(typescript@5.4.3) + version: 1.12.5(graphql@16.8.1)(typescript@5.4.5) '@antfu/eslint-config': specifier: ^2.13.0 - version: 2.13.0(@vue/compiler-sfc@3.4.27)(eslint@9.0.0)(typescript@5.4.3)(vitest@1.5.0) + version: 2.19.1(@vue/compiler-sfc@3.4.27)(eslint@9.3.0)(svelte@4.2.17)(typescript@5.4.5)(vitest@1.6.0) '@aws-sdk/client-ses': specifier: ^3.554.0 - version: 3.554.0 + version: 3.583.0 '@capacitor/action-sheet': specifier: 6.0.0-rc.1 version: 6.0.0-rc.1(@capacitor/core@6.0.0-rc.2) @@ -318,11 +318,11 @@ importers: specifier: 6.0.0-rc.2 version: 6.0.0-rc.2(@capacitor/core@6.0.0-rc.2) '@capacitor/app': - specifier: ^5.0.7 - version: 5.0.7(@capacitor/core@6.0.0-rc.2) + specifier: ^6.0.0 + version: 6.0.0(@capacitor/core@6.0.0-rc.2) '@capacitor/app-launcher': - specifier: ^5.0.7 - version: 5.0.7(@capacitor/core@6.0.0-rc.2) + specifier: ^6.0.0 + version: 6.0.0(@capacitor/core@6.0.0-rc.2) '@capacitor/cli': specifier: 6.0.0-rc.2 version: 6.0.0-rc.2 @@ -337,19 +337,19 @@ importers: version: 8.4.1 '@graphql-yoga/urql-exchange': specifier: ^3.3.0 - version: 3.3.0(@types/node@20.12.4)(@urql/core@5.0.0)(graphql@16.8.1)(wonka@6.3.4) + version: 3.3.1(@types/node@20.12.13)(@urql/core@5.0.3)(graphql@16.8.1)(wonka@6.3.4) '@iconify-json/carbon': specifier: ^1.1.31 - version: 1.1.31 + version: 1.1.34 '@iconify-json/ph': specifier: ^1.1.12 - version: 1.1.12 + version: 1.1.13 '@ionic/cli': specifier: ^7.2.0 version: 7.2.0 '@ionic/core': - specifier: ^7.8.3 - version: 7.8.3 + specifier: ^8.2.0 + version: 8.2.0 '@json2csv/node': specifier: ^7.0.6 version: 7.0.6 @@ -364,16 +364,16 @@ importers: version: 3.5.3(lucia@3.1.1) '@nuxt/devtools-ui-kit': specifier: ^1.1.5 - version: 1.1.5(@nuxt/devtools@1.1.5)(@vue/compiler-core@3.4.27)(nuxt@3.11.2)(postcss@8.4.38)(rollup@3.29.4)(vite@5.2.8)(vue@3.4.21)(webpack@5.91.0) + version: 1.3.2(@nuxt/devtools@1.3.2)(@vue/compiler-core@3.4.27)(nuxt@3.11.2)(postcss@8.4.38)(rollup@3.29.4)(vite@5.2.8)(vue@3.4.21)(webpack@5.91.0) '@nuxt/module-builder': specifier: ^0.5.5 - version: 0.5.5(@nuxt/kit@3.11.1)(nuxi@3.11.1)(typescript@5.4.3) + version: 0.5.5(@nuxt/kit@3.11.2)(nuxi@3.11.1)(typescript@5.4.5) '@nuxt/schema': specifier: ^3.11.1 - version: 3.11.1(rollup@3.29.4) + version: 3.11.2(rollup@3.29.4) '@nuxt/test-utils': specifier: ^3.12.0 - version: 3.12.0(@vue/test-utils@2.4.5)(h3@1.11.1)(happy-dom@14.7.0)(playwright-core@1.43.0)(rollup@3.29.4)(vite@5.2.8)(vitest@1.5.0)(vue-router@4.3.2)(vue@3.4.21) + version: 3.13.1(@vue/test-utils@2.4.6)(h3@1.11.1)(happy-dom@14.11.4)(nitropack@2.9.6)(playwright-core@1.44.1)(rollup@3.29.4)(vite@5.2.8)(vitest@1.6.0)(vue-router@4.3.2)(vue@3.4.21) '@nuxtjs/ionic': specifier: ^0.13.1 version: 0.13.1(rollup@3.29.4) @@ -391,37 +391,37 @@ importers: version: link:../s3 '@revenuecat/purchases-capacitor': specifier: ^7.5.6 - version: 7.5.6(@capacitor/core@6.0.0-rc.2) + version: 7.5.10(@capacitor/core@6.0.0-rc.2) '@trapezedev/project': specifier: ^7.0.10 - version: 7.0.10(@types/node@20.12.4)(typescript@5.4.3) + version: 7.0.10(@types/node@20.12.13)(typescript@5.4.5) '@types/node': specifier: ^20.12.4 - version: 20.12.4 + version: 20.12.13 '@types/node-cron': specifier: ^3.0.11 version: 3.0.11 '@urql/core': specifier: ^5.0.0 - version: 5.0.0(graphql@16.8.1) + version: 5.0.3(graphql@16.8.1) '@urql/exchange-execute': specifier: ^2.2.2 - version: 2.2.2(graphql@16.8.1) + version: 2.3.0(@urql/core@5.0.3)(graphql@16.8.1) '@urql/exchange-graphcache': specifier: ^7.0.0 - version: 7.0.0(graphql@16.8.1) + version: 7.1.0(@urql/core@5.0.3)(graphql@16.8.1) '@urql/vue': specifier: ^1.1.3 - version: 1.1.3(graphql@16.8.1)(vue@3.4.21) + version: 1.2.0(@urql/core@5.0.3)(vue@3.4.21) '@vue/test-utils': specifier: ^2.4.5 - version: 2.4.5 + version: 2.4.6 arctic: specifier: ^1.5.0 - version: 1.5.0 + version: 1.9.0 bullmq: specifier: ^5.7.0 - version: 5.7.0 + version: 5.7.14 c12: specifier: ^1.10.0 version: 1.10.0 @@ -430,22 +430,22 @@ importers: version: 16.4.5 drizzle-kit: specifier: ^0.20.14 - version: 0.20.14 + version: 0.20.18 drizzle-orm: specifier: ^0.30.7 - version: 0.30.7(@opentelemetry/api@1.8.0)(pg@8.11.5)(postgres@3.4.4) + version: 0.30.10(@opentelemetry/api@1.8.0)(pg@8.11.5)(postgres@3.4.4) esbuild-plugin-file-path-extensions: specifier: ^2.0.0 - version: 2.0.0 + version: 2.1.1 eslint: specifier: ^9.0.0 - version: 9.0.0 + version: 9.3.0 eslint-plugin-tailwindcss: specifier: ^3.15.1 - version: 3.15.1(tailwindcss@3.4.3) + version: 3.17.0(tailwindcss@3.4.3) gql.tada: specifier: ^1.4.2 - version: 1.4.2(graphql@16.8.1)(typescript@5.4.3) + version: 1.7.5(graphql@16.8.1)(svelte@4.2.17)(typescript@5.4.5) graphql: specifier: ^16.8.1 version: 16.8.1 @@ -454,19 +454,19 @@ importers: version: 1.11.1 happy-dom: specifier: ^14.7.0 - version: 14.7.0 + version: 14.11.4 ioredis: specifier: ^5.3.2 - version: 5.3.2 + version: 5.4.1 jiti: specifier: ^1.21.0 version: 1.21.0 json-schema-to-typescript: - specifier: ^13.1.2 - version: 13.1.2 + specifier: ^14.0.4 + version: 14.0.4 lint-staged: specifier: ^15.2.2 - version: 15.2.2 + version: 15.2.5 lucia: specifier: 3.1.1 version: 3.1.1 @@ -475,7 +475,7 @@ importers: version: 3.0.3 nuxt: specifier: ^3.11.1 - version: 3.11.2(@opentelemetry/api@1.8.0)(@types/node@20.12.4)(@unocss/reset@0.60.3)(drizzle-orm@0.30.7)(eslint@9.0.0)(floating-vue@5.2.2)(ioredis@5.3.2)(rollup@3.29.4)(typescript@5.4.3)(unocss@0.60.3)(vite@5.2.8) + version: 3.11.2(@opentelemetry/api@1.8.0)(@types/node@20.12.13)(@unocss/reset@0.60.3)(drizzle-orm@0.30.10)(eslint@9.3.0)(floating-vue@5.2.2)(ioredis@5.4.1)(rollup@3.29.4)(typescript@5.4.5)(unocss@0.60.3)(vite@5.2.8) oslo: specifier: ^1.2.0 version: 1.2.0 @@ -487,7 +487,7 @@ importers: version: 8.11.5 playwright-core: specifier: ^1.43.0 - version: 1.43.0 + version: 1.44.1 postgres: specifier: ^3.4.4 version: 3.4.4 @@ -502,13 +502,13 @@ importers: version: 1.6.6 typescript: specifier: ^5.4.3 - version: 5.4.3 + version: 5.4.5 unimport: specifier: ^3.7.1 - version: 3.7.1(rollup@3.29.4) + version: 3.7.2(rollup@3.29.4) vitest: specifier: ^1.5.0 - version: 1.5.0(@types/node@20.12.4)(happy-dom@14.7.0) + version: 1.6.0(@types/node@20.12.13)(happy-dom@14.11.4) vue-input-otp: specifier: ^0.1.0 version: 0.1.0(vue@3.4.21) @@ -517,32 +517,32 @@ importers: dependencies: '@vueuse/core': specifier: ^10.9.0 - version: 10.9.0(vue@3.4.21) + version: 10.10.0(vue@3.4.21) class-variance-authority: specifier: ^0.7.0 version: 0.7.0 clsx: specifier: ^2.1.0 - version: 2.1.0 + version: 2.1.1 lucide-vue-next: specifier: ^0.368.0 version: 0.368.0(vue@3.4.21) radix-vue: specifier: ^1.7.0 - version: 1.7.0(vue@3.4.21) + version: 1.8.2(vue@3.4.21) tailwind-merge: specifier: ^2.2.2 - version: 2.2.2 + version: 2.3.0 tailwindcss-animate: specifier: ^1.0.7 version: 1.0.7(tailwindcss@3.4.3) devDependencies: '@nuxtjs/tailwindcss': specifier: ^6.11.4 - version: 6.11.4 + version: 6.12.0 shadcn-nuxt: specifier: ^0.10.2 - version: 0.10.2 + version: 0.10.4 packages/nuxt/playgrounds/drizzle: dependencies: @@ -563,10 +563,10 @@ importers: version: link:../../../box drizzle-kit: specifier: ^0.20.14 - version: 0.20.14 + version: 0.20.18 drizzle-orm: specifier: ^0.30.7 - version: 0.30.7(@opentelemetry/api@1.8.0)(pg@8.11.5)(postgres@3.4.4) + version: 0.30.10(@opentelemetry/api@1.8.0)(pg@8.11.5)(postgres@3.4.4) lucia: specifier: 3.1.1 version: 3.1.1 @@ -579,7 +579,7 @@ importers: version: link:../.. nuxt: specifier: latest - version: 3.11.2(@opentelemetry/api@1.8.0)(@types/node@20.12.4)(@unocss/reset@0.60.3)(drizzle-orm@0.30.7)(eslint@9.0.0)(floating-vue@5.2.2)(typescript@5.4.3)(unocss@0.60.3)(vite@5.2.8) + version: 3.11.2(@opentelemetry/api@1.8.0)(@types/node@20.12.13)(@unocss/reset@0.60.3)(drizzle-orm@0.30.10)(eslint@9.3.0)(floating-vue@5.2.2)(typescript@5.4.5)(unocss@0.60.3)(vite@5.2.8) pergel: specifier: ^0.13.1 version: 0.13.1 @@ -591,23 +591,23 @@ importers: dependencies: gql.tada: specifier: ^1.4.2 - version: 1.4.2(graphql@16.8.1)(typescript@5.4.3) + version: 1.7.5(graphql@16.8.1)(svelte@4.2.17)(typescript@5.4.5) devDependencies: '@0no-co/graphqlsp': specifier: ^1.10.0 - version: 1.10.0(typescript@5.4.3) + version: 1.12.5(graphql@16.8.1)(typescript@5.4.5) '@pergel/nuxt': specifier: link:../.. version: link:../.. nuxt: specifier: latest - version: 3.11.2(@opentelemetry/api@1.8.0)(@types/node@20.12.4)(@unocss/reset@0.60.3)(drizzle-orm@0.30.7)(eslint@9.0.0)(floating-vue@5.2.2)(typescript@5.4.3)(unocss@0.60.3)(vite@5.2.8) + version: 3.11.2(@opentelemetry/api@1.8.0)(@types/node@20.12.13)(@unocss/reset@0.60.3)(drizzle-orm@0.30.10)(eslint@9.3.0)(floating-vue@5.2.2)(typescript@5.4.5)(unocss@0.60.3)(vite@5.2.8) pergel: specifier: ^0.13.1 version: 0.13.1 typescript: specifier: ^5.4.3 - version: 5.4.3 + version: 5.4.5 packages/nuxt/test/fixtures/basic: {} @@ -615,22 +615,22 @@ importers: dependencies: '@aws-sdk/client-s3': specifier: ^3.554.0 - version: 3.554.0 + version: 3.583.0 '@aws-sdk/s3-request-presigner': specifier: ^3.554.0 - version: 3.554.0 + version: 3.583.0 themes/pergel-auth: dependencies: '@aws-sdk/client-ses': specifier: ^3.554.0 - version: 3.554.0 + version: 3.583.0 '@faker-js/faker': specifier: ^8.4.1 version: 8.4.1 '@graphql-yoga/urql-exchange': specifier: ^3.3.0 - version: 3.3.0(@types/node@20.12.4)(@urql/core@5.0.0)(graphql@16.8.1)(wonka@6.3.4) + version: 3.3.1(@types/node@20.12.13)(@urql/core@5.0.3)(graphql@16.8.1)(wonka@6.3.4) '@lucia-auth/adapter-drizzle': specifier: ^1.0.7 version: 1.0.7(lucia@3.1.1) @@ -645,31 +645,31 @@ importers: version: link:../../packages/graphql '@urql/core': specifier: ^5.0.0 - version: 5.0.0(graphql@16.8.1) + version: 5.0.3(graphql@16.8.1) '@urql/exchange-execute': specifier: ^2.2.2 - version: 2.2.2(graphql@16.8.1) + version: 2.3.0(@urql/core@5.0.3)(graphql@16.8.1) '@urql/exchange-graphcache': specifier: ^7.0.0 - version: 7.0.0(graphql@16.8.1) + version: 7.1.0(@urql/core@5.0.3)(graphql@16.8.1) '@urql/vue': specifier: ^1.1.3 - version: 1.1.3(graphql@16.8.1)(vue@3.4.21) + version: 1.2.0(@urql/core@5.0.3)(vue@3.4.21) '@vee-validate/zod': specifier: ^4.12.6 - version: 4.12.6(vue@3.4.21) + version: 4.12.8(vue@3.4.21) arctic: specifier: ^1.5.0 - version: 1.5.0 + version: 1.9.0 dotenv: specifier: ^16.4.5 version: 16.4.5 drizzle-kit: specifier: ^0.20.14 - version: 0.20.14 + version: 0.20.18 drizzle-orm: specifier: ^0.30.7 - version: 0.30.7(@opentelemetry/api@1.8.0)(pg@8.11.5)(postgres@3.4.4) + version: 0.30.10(@opentelemetry/api@1.8.0)(pg@8.11.5)(postgres@3.4.4) graphql: specifier: ^16.8.1 version: 16.8.1 @@ -685,19 +685,19 @@ importers: devDependencies: '@nuxt/test-utils': specifier: ^3.12.0 - version: 3.12.0(@vue/test-utils@2.4.5)(h3@1.11.1)(happy-dom@14.7.0)(playwright-core@1.43.0)(vite@5.2.8)(vitest@1.5.0)(vue-router@4.3.0)(vue@3.4.21) + version: 3.13.1(@vue/test-utils@2.4.6)(h3@1.11.1)(happy-dom@14.11.4)(nitropack@2.9.6)(playwright-core@1.44.1)(vite@5.2.8)(vitest@1.6.0)(vue-router@4.3.2)(vue@3.4.21) '@pergel/module-box': specifier: workspace:^ version: link:../../packages/box '@vue/test-utils': specifier: ^2.4.5 - version: 2.4.5 + version: 2.4.6 happy-dom: specifier: ^14.7.0 - version: 14.7.0 + version: 14.11.4 nuxt: specifier: ^3.11.1 - version: 3.11.2(@opentelemetry/api@1.8.0)(@types/node@20.12.4)(@unocss/reset@0.60.3)(drizzle-orm@0.30.7)(eslint@9.0.0)(floating-vue@5.2.2)(typescript@5.4.3)(unocss@0.60.3)(vite@5.2.8) + version: 3.11.2(@opentelemetry/api@1.8.0)(@types/node@20.12.13)(@unocss/reset@0.60.3)(drizzle-orm@0.30.10)(eslint@9.3.0)(floating-vue@5.2.2)(typescript@5.4.5)(unocss@0.60.3)(vite@5.2.8) pergel: specifier: ^0.13.1 version: 0.13.1 @@ -706,22 +706,22 @@ importers: version: 8.11.5 playwright-core: specifier: ^1.43.0 - version: 1.43.0 + version: 1.44.1 tailwindcss-animate: specifier: ^1.0.7 version: 1.0.7(tailwindcss@3.4.3) typescript: specifier: ^5.4.3 - version: 5.4.3 + version: 5.4.5 vitest: specifier: ^1.5.0 - version: 1.5.0(@types/node@20.12.4)(happy-dom@14.7.0) + version: 1.6.0(@types/node@20.12.13)(happy-dom@14.11.4) vue: specifier: 3.4.21 - version: 3.4.21(typescript@5.4.3) + version: 3.4.21(typescript@5.4.5) vue-router: specifier: ^4.3.0 - version: 4.3.0(vue@3.4.21) + version: 4.3.2(vue@3.4.21) themes/pergel-capacitor: dependencies: @@ -746,7 +746,7 @@ importers: version: 7.0.10(@types/node@20.12.13)(typescript@5.4.5) nuxt: specifier: ^3.11.1 - version: 3.11.2(@opentelemetry/api@1.8.0)(@types/node@20.12.13)(@unocss/reset@0.60.3)(drizzle-orm@0.30.7)(eslint@9.0.0)(floating-vue@5.2.2)(typescript@5.4.5)(unocss@0.60.3)(vite@5.2.8) + version: 3.11.2(@opentelemetry/api@1.8.0)(@types/node@20.12.13)(@unocss/reset@0.60.3)(drizzle-orm@0.30.10)(eslint@9.3.0)(floating-vue@5.2.2)(typescript@5.4.5)(unocss@0.60.3)(vite@5.2.8) pergel: specifier: ^0.13.1 version: 0.13.1 @@ -755,19 +755,19 @@ importers: version: 3.4.21(typescript@5.4.5) vue-router: specifier: ^4.3.0 - version: 4.3.0(vue@3.4.21) + version: 4.3.2(vue@3.4.21) themes/pergel-ionic: dependencies: '@capacitor/cli': - specifier: ^5.7.4 - version: 5.7.4 + specifier: ^6.0.0 + version: 6.0.0 '@ionic/cli': specifier: ^7.2.0 version: 7.2.0 '@ionic/core': - specifier: ^7.8.3 - version: 7.8.3 + specifier: ^8.2.0 + version: 8.2.0 '@nuxtjs/ionic': specifier: ^0.13.1 version: 0.13.1 @@ -777,16 +777,16 @@ importers: devDependencies: nuxt: specifier: ^3.11.1 - version: 3.11.2(@opentelemetry/api@1.8.0)(@types/node@20.12.4)(@unocss/reset@0.60.3)(drizzle-orm@0.30.7)(eslint@9.0.0)(floating-vue@5.2.2)(typescript@5.4.3)(unocss@0.60.3)(vite@5.2.8) + version: 3.11.2(@opentelemetry/api@1.8.0)(@types/node@20.12.13)(@unocss/reset@0.60.3)(drizzle-orm@0.30.10)(eslint@9.3.0)(floating-vue@5.2.2)(typescript@5.4.5)(unocss@0.60.3)(vite@5.2.8) pergel: specifier: latest version: 0.13.1 vue: specifier: 3.4.21 - version: 3.4.21(typescript@5.4.3) + version: 3.4.21(typescript@5.4.5) vue-router: specifier: ^4.3.0 - version: 4.3.0(vue@3.4.21) + version: 4.3.2(vue@3.4.21) packages: @@ -800,18 +800,15 @@ packages: dependencies: graphql: 16.8.1 - /@0no-co/graphqlsp@1.10.0(typescript@5.4.3): - resolution: {integrity: sha512-qPNjG9WOf2YwUKvyLazaj8piTffjKJ1m4gCuqRIbHy0iwsmquTSn0JtyNtO3aewjsfyI13pmsKqWs+v2BJPg1A==} + /@0no-co/graphqlsp@1.12.5(graphql@16.8.1)(typescript@5.4.5): + resolution: {integrity: sha512-YS9s8sf3XLaVdBt33u1mbUdfUSLiarQW1SFd3ITh2CLWz1nVnVTN0oCrpepuFHUJ7rt+b6Gk14sgjP4ONdeZfQ==} peerDependencies: + graphql: ^15.5.0 || ^16.0.0 || ^17.0.0 typescript: ^5.0.0 dependencies: - '@gql.tada/internal': 0.1.3(graphql@16.8.1)(typescript@5.4.3) + '@gql.tada/internal': 1.0.0(graphql@16.8.1)(typescript@5.4.5) graphql: 16.8.1 - node-fetch: 2.7.0 - typescript: 5.4.3 - transitivePeerDependencies: - - encoding - dev: true + typescript: 5.4.5 /@alloc/quick-lru@5.2.0: resolution: {integrity: sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==} @@ -824,16 +821,17 @@ packages: '@jridgewell/gen-mapping': 0.3.5 '@jridgewell/trace-mapping': 0.3.25 - /@antfu/eslint-config@2.13.0(@vue/compiler-sfc@3.4.27)(eslint@9.0.0)(typescript@5.4.3)(vitest@1.5.0): - resolution: {integrity: sha512-yI3X5ispR8jWnUz9gtPoEF5Wug/a+7rF/bQ34nVWnAB86LZUhOOR8jbR+ihD+OGkU/BTcfzVEKCK78SgqoS5xA==} + /@antfu/eslint-config@2.19.1(@vue/compiler-sfc@3.4.27)(eslint@9.3.0)(svelte@4.2.17)(typescript@5.4.5)(vitest@1.6.0): + resolution: {integrity: sha512-gtiyWxoBnk39Vgf23xJiSQrq3esEGYesv7Q4IZXEJJaYSpyiJWHMYxlC6dFr4V9tAczDa7bZjR9E6XWEiU7VEA==} hasBin: true peerDependencies: + '@eslint-react/eslint-plugin': ^1.5.8 + '@prettier/plugin-xml': ^3.4.1 '@unocss/eslint-plugin': '>=0.50.0' astro-eslint-parser: ^0.16.3 eslint: '>=8.40.0' eslint-plugin-astro: ^0.31.4 eslint-plugin-format: '>=0.1.0' - eslint-plugin-react: ^7.33.2 eslint-plugin-react-hooks: ^4.6.0 eslint-plugin-react-refresh: ^0.4.4 eslint-plugin-solid: ^0.13.2 @@ -842,6 +840,10 @@ packages: prettier-plugin-slidev: ^1.0.5 svelte-eslint-parser: ^0.33.1 peerDependenciesMeta: + '@eslint-react/eslint-plugin': + optional: true + '@prettier/plugin-xml': + optional: true '@unocss/eslint-plugin': optional: true astro-eslint-parser: @@ -850,8 +852,6 @@ packages: optional: true eslint-plugin-format: optional: true - eslint-plugin-react: - optional: true eslint-plugin-react-hooks: optional: true eslint-plugin-react-refresh: @@ -869,36 +869,38 @@ packages: dependencies: '@antfu/install-pkg': 0.3.3 '@clack/prompts': 0.7.0 - '@stylistic/eslint-plugin': 1.8.1(eslint@9.0.0)(typescript@5.4.3) - '@typescript-eslint/eslint-plugin': 7.11.0(@typescript-eslint/parser@7.11.0)(eslint@9.0.0)(typescript@5.4.3) - '@typescript-eslint/parser': 7.11.0(eslint@9.0.0)(typescript@5.4.3) - eslint: 9.0.0 + '@stylistic/eslint-plugin': 2.1.0(eslint@9.3.0)(typescript@5.4.5) + '@typescript-eslint/eslint-plugin': 7.11.0(@typescript-eslint/parser@7.11.0)(eslint@9.3.0)(typescript@5.4.5) + '@typescript-eslint/parser': 7.11.0(eslint@9.3.0)(typescript@5.4.5) + eslint: 9.3.0 eslint-config-flat-gitignore: 0.1.5 eslint-flat-config-utils: 0.2.5 - eslint-merge-processors: 0.1.0(eslint@9.0.0) - eslint-plugin-antfu: 2.3.3(eslint@9.0.0) - eslint-plugin-eslint-comments: 3.2.0(eslint@9.0.0) - eslint-plugin-import-x: 0.5.1(eslint@9.0.0)(typescript@5.4.3) - eslint-plugin-jsdoc: 48.2.7(eslint@9.0.0) - eslint-plugin-jsonc: 2.16.0(eslint@9.0.0) - eslint-plugin-markdown: 4.0.1(eslint@9.0.0) - eslint-plugin-n: 17.7.0(eslint@9.0.0) + eslint-merge-processors: 0.1.0(eslint@9.3.0) + eslint-plugin-antfu: 2.3.3(eslint@9.3.0) + eslint-plugin-command: 0.2.3(eslint@9.3.0) + eslint-plugin-eslint-comments: 3.2.0(eslint@9.3.0) + eslint-plugin-import-x: 0.5.1(eslint@9.3.0)(typescript@5.4.5) + eslint-plugin-jsdoc: 48.2.7(eslint@9.3.0) + eslint-plugin-jsonc: 2.16.0(eslint@9.3.0) + eslint-plugin-markdown: 5.0.0(eslint@9.3.0) + eslint-plugin-n: 17.7.0(eslint@9.3.0) eslint-plugin-no-only-tests: 3.1.0 - eslint-plugin-perfectionist: 2.10.0(eslint@9.0.0)(typescript@5.4.3)(vue-eslint-parser@9.4.2) - eslint-plugin-toml: 0.11.0(eslint@9.0.0) - eslint-plugin-unicorn: 52.0.0(eslint@9.0.0) - eslint-plugin-unused-imports: 3.2.0(@typescript-eslint/eslint-plugin@7.11.0)(eslint@9.0.0) - eslint-plugin-vitest: 0.4.1(@typescript-eslint/eslint-plugin@7.11.0)(eslint@9.0.0)(typescript@5.4.3)(vitest@1.5.0) - eslint-plugin-vue: 9.26.0(eslint@9.0.0) - eslint-plugin-yml: 1.14.0(eslint@9.0.0) - eslint-processor-vue-blocks: 0.1.2(@vue/compiler-sfc@3.4.27)(eslint@9.0.0) + eslint-plugin-perfectionist: 2.10.0(eslint@9.3.0)(svelte@4.2.17)(typescript@5.4.5)(vue-eslint-parser@9.4.2) + eslint-plugin-regexp: 2.6.0(eslint@9.3.0) + eslint-plugin-toml: 0.11.0(eslint@9.3.0) + eslint-plugin-unicorn: 53.0.0(eslint@9.3.0) + eslint-plugin-unused-imports: 3.2.0(@typescript-eslint/eslint-plugin@7.11.0)(eslint@9.3.0) + eslint-plugin-vitest: 0.5.4(@typescript-eslint/eslint-plugin@7.11.0)(eslint@9.3.0)(typescript@5.4.5)(vitest@1.6.0) + eslint-plugin-vue: 9.26.0(eslint@9.3.0) + eslint-plugin-yml: 1.14.0(eslint@9.3.0) + eslint-processor-vue-blocks: 0.1.2(@vue/compiler-sfc@3.4.27)(eslint@9.3.0) globals: 15.3.0 jsonc-eslint-parser: 2.4.0 local-pkg: 0.5.0 parse-gitignore: 2.0.0 picocolors: 1.0.1 toml-eslint-parser: 0.9.3 - vue-eslint-parser: 9.4.2(eslint@9.0.0) + vue-eslint-parser: 9.4.2(eslint@9.3.0) yaml-eslint-parser: 1.2.3 yargs: 17.7.2 transitivePeerDependencies: @@ -929,8 +931,17 @@ packages: /@antfu/utils@0.7.8: resolution: {integrity: sha512-rWQkqXRESdjXtc+7NRfK9lASQjpXJu1ayp7qi1d23zZorY+wBHVLHHoVcMsEnkqEBWTFqbztO7/QdJFzyEcLTg==} - /@apollo/sandbox@2.5.1(graphql@16.8.1): - resolution: {integrity: sha512-3QMm0gAdNNOaJqw8k6ez4/pXROgs0jy2eCTJY26bv/eQEM+U/HajuLgQsM26dxt/mtxBLLO0B4wg11S/fFGchg==} + /@apidevtools/json-schema-ref-parser@11.6.2: + resolution: {integrity: sha512-ENUdLLT04aDbbHCRwfKf8gR67AhV0CdFrOAtk+FcakBAgaq6ds3HLK9X0BCyiFUz8pK9uP+k6YZyJaGG7Mt7vQ==} + engines: {node: '>= 16'} + dependencies: + '@jsdevtools/ono': 7.1.3 + '@types/json-schema': 7.0.15 + js-yaml: 4.1.0 + dev: true + + /@apollo/sandbox@2.6.0(graphql@16.8.1): + resolution: {integrity: sha512-VPaVWt75Pi/G5W/QjxXB5PzgV/k7XTRIo/sb5aaEzTZQAekHzI2nbqh0bCe6YqTqof0SnOj+I1QD+g7ruL+/WQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -994,7 +1005,7 @@ packages: resolution: {integrity: sha512-IzSgsrxUcsrejQbPVilIKy16kAT52EwB6zSaI+M3xxIhKh5+aldEyvI+z6erM7TCLB2BJsFrtHjp6/4/sr+3dA==} dependencies: '@aws-crypto/util': 3.0.0 - '@aws-sdk/types': 3.535.0 + '@aws-sdk/types': 3.577.0 tslib: 1.14.1 dev: false @@ -1002,7 +1013,7 @@ packages: resolution: {integrity: sha512-ENNPPManmnVJ4BTXlOjAgD7URidbAznURqD0KvfREyc4o20DPYdEldU1f5cQ7Jbj0CJJSPaMIk/9ZshdB3210w==} dependencies: '@aws-crypto/util': 3.0.0 - '@aws-sdk/types': 3.535.0 + '@aws-sdk/types': 3.577.0 tslib: 1.14.1 dev: false @@ -1017,7 +1028,7 @@ packages: '@aws-crypto/ie11-detection': 3.0.0 '@aws-crypto/supports-web-crypto': 3.0.0 '@aws-crypto/util': 3.0.0 - '@aws-sdk/types': 3.535.0 + '@aws-sdk/types': 3.577.0 '@aws-sdk/util-locate-window': 3.568.0 '@aws-sdk/util-utf8-browser': 3.259.0 tslib: 1.14.1 @@ -1030,7 +1041,7 @@ packages: '@aws-crypto/sha256-js': 3.0.0 '@aws-crypto/supports-web-crypto': 3.0.0 '@aws-crypto/util': 3.0.0 - '@aws-sdk/types': 3.535.0 + '@aws-sdk/types': 3.577.0 '@aws-sdk/util-locate-window': 3.568.0 '@aws-sdk/util-utf8-browser': 3.259.0 tslib: 1.14.1 @@ -1039,7 +1050,7 @@ packages: resolution: {integrity: sha512-PnNN7os0+yd1XvXAy23CFOmTbMaDxgxXtTKHybrJ39Y8kGzBATgBFibWJKH6BhytLI/Zyszs87xCOBNyBig6vQ==} dependencies: '@aws-crypto/util': 3.0.0 - '@aws-sdk/types': 3.535.0 + '@aws-sdk/types': 3.577.0 tslib: 1.14.1 /@aws-crypto/supports-web-crypto@3.0.0: @@ -1050,576 +1061,578 @@ packages: /@aws-crypto/util@3.0.0: resolution: {integrity: sha512-2OJlpeJpCR48CC8r+uKVChzs9Iungj9wkZrl8Z041DWEWvyIHILYKCPNzJghKsivj+S3mLo6BVc7mBNzdxA46w==} dependencies: - '@aws-sdk/types': 3.535.0 + '@aws-sdk/types': 3.577.0 '@aws-sdk/util-utf8-browser': 3.259.0 tslib: 1.14.1 - /@aws-sdk/client-s3@3.554.0: - resolution: {integrity: sha512-d5TKKtGWhN0vl9QovUFrf3UsM7jgFQkowDPx1O+E/yeQUj1FBDOoRfDCcQOKW/9ghloI6k7f0bBpNxdd+x0oKA==} - engines: {node: '>=14.0.0'} + /@aws-sdk/client-s3@3.583.0: + resolution: {integrity: sha512-pS7wncugSuIQ8RgtRIE9Dystdmd3mMnjfjiO1iA1UhGXkyAgoJzQ4jH0r+5X+eWmYHYQcfy9fUQXT2gqV3t9GA==} + engines: {node: '>=16.0.0'} dependencies: '@aws-crypto/sha1-browser': 3.0.0 '@aws-crypto/sha256-browser': 3.0.0 '@aws-crypto/sha256-js': 3.0.0 - '@aws-sdk/client-sts': 3.554.0(@aws-sdk/credential-provider-node@3.554.0) - '@aws-sdk/core': 3.554.0 - '@aws-sdk/credential-provider-node': 3.554.0 - '@aws-sdk/middleware-bucket-endpoint': 3.535.0 - '@aws-sdk/middleware-expect-continue': 3.535.0 - '@aws-sdk/middleware-flexible-checksums': 3.535.0 - '@aws-sdk/middleware-host-header': 3.535.0 - '@aws-sdk/middleware-location-constraint': 3.535.0 - '@aws-sdk/middleware-logger': 3.535.0 - '@aws-sdk/middleware-recursion-detection': 3.535.0 - '@aws-sdk/middleware-sdk-s3': 3.552.0 - '@aws-sdk/middleware-signing': 3.552.0 - '@aws-sdk/middleware-ssec': 3.537.0 - '@aws-sdk/middleware-user-agent': 3.540.0 - '@aws-sdk/region-config-resolver': 3.535.0 - '@aws-sdk/signature-v4-multi-region': 3.552.0 - '@aws-sdk/types': 3.535.0 - '@aws-sdk/util-endpoints': 3.540.0 - '@aws-sdk/util-user-agent-browser': 3.535.0 - '@aws-sdk/util-user-agent-node': 3.535.0 - '@aws-sdk/xml-builder': 3.535.0 - '@smithy/config-resolver': 2.2.0 - '@smithy/core': 1.4.2 - '@smithy/eventstream-serde-browser': 2.2.0 - '@smithy/eventstream-serde-config-resolver': 2.2.0 - '@smithy/eventstream-serde-node': 2.2.0 - '@smithy/fetch-http-handler': 2.5.0 - '@smithy/hash-blob-browser': 2.2.0 - '@smithy/hash-node': 2.2.0 - '@smithy/hash-stream-node': 2.2.0 - '@smithy/invalid-dependency': 2.2.0 - '@smithy/md5-js': 2.2.0 - '@smithy/middleware-content-length': 2.2.0 - '@smithy/middleware-endpoint': 2.5.1 - '@smithy/middleware-retry': 2.3.1 - '@smithy/middleware-serde': 2.3.0 - '@smithy/middleware-stack': 2.2.0 - '@smithy/node-config-provider': 2.3.0 - '@smithy/node-http-handler': 2.5.0 - '@smithy/protocol-http': 3.3.0 - '@smithy/smithy-client': 2.5.1 - '@smithy/types': 2.12.0 - '@smithy/url-parser': 2.2.0 - '@smithy/util-base64': 2.3.0 - '@smithy/util-body-length-browser': 2.2.0 - '@smithy/util-body-length-node': 2.3.0 - '@smithy/util-defaults-mode-browser': 2.2.1 - '@smithy/util-defaults-mode-node': 2.3.1 - '@smithy/util-endpoints': 1.2.0 - '@smithy/util-retry': 2.2.0 - '@smithy/util-stream': 2.2.0 - '@smithy/util-utf8': 2.3.0 - '@smithy/util-waiter': 2.2.0 + '@aws-sdk/client-sso-oidc': 3.583.0(@aws-sdk/client-sts@3.583.0) + '@aws-sdk/client-sts': 3.583.0 + '@aws-sdk/core': 3.582.0 + '@aws-sdk/credential-provider-node': 3.583.0(@aws-sdk/client-sso-oidc@3.583.0)(@aws-sdk/client-sts@3.583.0) + '@aws-sdk/middleware-bucket-endpoint': 3.577.0 + '@aws-sdk/middleware-expect-continue': 3.577.0 + '@aws-sdk/middleware-flexible-checksums': 3.577.0 + '@aws-sdk/middleware-host-header': 3.577.0 + '@aws-sdk/middleware-location-constraint': 3.577.0 + '@aws-sdk/middleware-logger': 3.577.0 + '@aws-sdk/middleware-recursion-detection': 3.577.0 + '@aws-sdk/middleware-sdk-s3': 3.582.0 + '@aws-sdk/middleware-signing': 3.577.0 + '@aws-sdk/middleware-ssec': 3.577.0 + '@aws-sdk/middleware-user-agent': 3.583.0 + '@aws-sdk/region-config-resolver': 3.577.0 + '@aws-sdk/signature-v4-multi-region': 3.582.0 + '@aws-sdk/types': 3.577.0 + '@aws-sdk/util-endpoints': 3.583.0 + '@aws-sdk/util-user-agent-browser': 3.577.0 + '@aws-sdk/util-user-agent-node': 3.577.0 + '@aws-sdk/xml-builder': 3.575.0 + '@smithy/config-resolver': 3.0.0 + '@smithy/core': 2.0.1 + '@smithy/eventstream-serde-browser': 3.0.0 + '@smithy/eventstream-serde-config-resolver': 3.0.0 + '@smithy/eventstream-serde-node': 3.0.0 + '@smithy/fetch-http-handler': 3.0.1 + '@smithy/hash-blob-browser': 3.0.0 + '@smithy/hash-node': 3.0.0 + '@smithy/hash-stream-node': 3.0.0 + '@smithy/invalid-dependency': 3.0.0 + '@smithy/md5-js': 3.0.0 + '@smithy/middleware-content-length': 3.0.0 + '@smithy/middleware-endpoint': 3.0.0 + '@smithy/middleware-retry': 3.0.1 + '@smithy/middleware-serde': 3.0.0 + '@smithy/middleware-stack': 3.0.0 + '@smithy/node-config-provider': 3.0.0 + '@smithy/node-http-handler': 3.0.0 + '@smithy/protocol-http': 4.0.0 + '@smithy/smithy-client': 3.0.1 + '@smithy/types': 3.0.0 + '@smithy/url-parser': 3.0.0 + '@smithy/util-base64': 3.0.0 + '@smithy/util-body-length-browser': 3.0.0 + '@smithy/util-body-length-node': 3.0.0 + '@smithy/util-defaults-mode-browser': 3.0.1 + '@smithy/util-defaults-mode-node': 3.0.1 + '@smithy/util-endpoints': 2.0.0 + '@smithy/util-retry': 3.0.0 + '@smithy/util-stream': 3.0.1 + '@smithy/util-utf8': 3.0.0 + '@smithy/util-waiter': 3.0.0 tslib: 2.6.2 transitivePeerDependencies: - aws-crt dev: false - /@aws-sdk/client-ses@3.554.0: - resolution: {integrity: sha512-fOUfnvqnMjjYfsNb62ue1YIxMhBSZIqDMeLhOF2H3El3BMeF24BOTloB76pHgu9bLJ0SWmbOBDDnBS0hiqT63w==} - engines: {node: '>=14.0.0'} + /@aws-sdk/client-ses@3.583.0: + resolution: {integrity: sha512-nFKtxafjTv63qrkg44pbn2tCsaSeZXX2bQRYrhY1vg7fyycUPIUnhwIm70c62pdeh0arbrAGJNGdmIKsVQCMfg==} + engines: {node: '>=16.0.0'} dependencies: '@aws-crypto/sha256-browser': 3.0.0 '@aws-crypto/sha256-js': 3.0.0 - '@aws-sdk/client-sts': 3.554.0(@aws-sdk/credential-provider-node@3.554.0) - '@aws-sdk/core': 3.554.0 - '@aws-sdk/credential-provider-node': 3.554.0 - '@aws-sdk/middleware-host-header': 3.535.0 - '@aws-sdk/middleware-logger': 3.535.0 - '@aws-sdk/middleware-recursion-detection': 3.535.0 - '@aws-sdk/middleware-user-agent': 3.540.0 - '@aws-sdk/region-config-resolver': 3.535.0 - '@aws-sdk/types': 3.535.0 - '@aws-sdk/util-endpoints': 3.540.0 - '@aws-sdk/util-user-agent-browser': 3.535.0 - '@aws-sdk/util-user-agent-node': 3.535.0 - '@smithy/config-resolver': 2.2.0 - '@smithy/core': 1.4.2 - '@smithy/fetch-http-handler': 2.5.0 - '@smithy/hash-node': 2.2.0 - '@smithy/invalid-dependency': 2.2.0 - '@smithy/middleware-content-length': 2.2.0 - '@smithy/middleware-endpoint': 2.5.1 - '@smithy/middleware-retry': 2.3.1 - '@smithy/middleware-serde': 2.3.0 - '@smithy/middleware-stack': 2.2.0 - '@smithy/node-config-provider': 2.3.0 - '@smithy/node-http-handler': 2.5.0 - '@smithy/protocol-http': 3.3.0 - '@smithy/smithy-client': 2.5.1 - '@smithy/types': 2.12.0 - '@smithy/url-parser': 2.2.0 - '@smithy/util-base64': 2.3.0 - '@smithy/util-body-length-browser': 2.2.0 - '@smithy/util-body-length-node': 2.3.0 - '@smithy/util-defaults-mode-browser': 2.2.1 - '@smithy/util-defaults-mode-node': 2.3.1 - '@smithy/util-endpoints': 1.2.0 - '@smithy/util-middleware': 2.2.0 - '@smithy/util-retry': 2.2.0 - '@smithy/util-utf8': 2.3.0 - '@smithy/util-waiter': 2.2.0 + '@aws-sdk/client-sso-oidc': 3.583.0(@aws-sdk/client-sts@3.583.0) + '@aws-sdk/client-sts': 3.583.0 + '@aws-sdk/core': 3.582.0 + '@aws-sdk/credential-provider-node': 3.583.0(@aws-sdk/client-sso-oidc@3.583.0)(@aws-sdk/client-sts@3.583.0) + '@aws-sdk/middleware-host-header': 3.577.0 + '@aws-sdk/middleware-logger': 3.577.0 + '@aws-sdk/middleware-recursion-detection': 3.577.0 + '@aws-sdk/middleware-user-agent': 3.583.0 + '@aws-sdk/region-config-resolver': 3.577.0 + '@aws-sdk/types': 3.577.0 + '@aws-sdk/util-endpoints': 3.583.0 + '@aws-sdk/util-user-agent-browser': 3.577.0 + '@aws-sdk/util-user-agent-node': 3.577.0 + '@smithy/config-resolver': 3.0.0 + '@smithy/core': 2.0.1 + '@smithy/fetch-http-handler': 3.0.1 + '@smithy/hash-node': 3.0.0 + '@smithy/invalid-dependency': 3.0.0 + '@smithy/middleware-content-length': 3.0.0 + '@smithy/middleware-endpoint': 3.0.0 + '@smithy/middleware-retry': 3.0.1 + '@smithy/middleware-serde': 3.0.0 + '@smithy/middleware-stack': 3.0.0 + '@smithy/node-config-provider': 3.0.0 + '@smithy/node-http-handler': 3.0.0 + '@smithy/protocol-http': 4.0.0 + '@smithy/smithy-client': 3.0.1 + '@smithy/types': 3.0.0 + '@smithy/url-parser': 3.0.0 + '@smithy/util-base64': 3.0.0 + '@smithy/util-body-length-browser': 3.0.0 + '@smithy/util-body-length-node': 3.0.0 + '@smithy/util-defaults-mode-browser': 3.0.1 + '@smithy/util-defaults-mode-node': 3.0.1 + '@smithy/util-endpoints': 2.0.0 + '@smithy/util-middleware': 3.0.0 + '@smithy/util-retry': 3.0.0 + '@smithy/util-utf8': 3.0.0 + '@smithy/util-waiter': 3.0.0 tslib: 2.6.2 transitivePeerDependencies: - aws-crt - /@aws-sdk/client-sso-oidc@3.554.0(@aws-sdk/credential-provider-node@3.554.0): - resolution: {integrity: sha512-M86rkiRqbZBF5VyfTQ/vttry9VSoQkZ1oCqYF+SAGlXmD0Of8587yRSj2M4rYe0Uj7nRQIfSnhDYp1UzsZeRfQ==} - engines: {node: '>=14.0.0'} - peerDependencies: - '@aws-sdk/credential-provider-node': ^3.554.0 + /@aws-sdk/client-sso-oidc@3.583.0(@aws-sdk/client-sts@3.583.0): + resolution: {integrity: sha512-LO3wmrFXPi2kNE46lD1XATfRrvdNxXd4DlTFouoWmr7lvqoUkcbmtkV2r/XChZA2z0HiDauphC1e8b8laJVeSg==} + engines: {node: '>=16.0.0'} dependencies: '@aws-crypto/sha256-browser': 3.0.0 '@aws-crypto/sha256-js': 3.0.0 - '@aws-sdk/client-sts': 3.554.0(@aws-sdk/credential-provider-node@3.554.0) - '@aws-sdk/core': 3.554.0 - '@aws-sdk/credential-provider-node': 3.554.0 - '@aws-sdk/middleware-host-header': 3.535.0 - '@aws-sdk/middleware-logger': 3.535.0 - '@aws-sdk/middleware-recursion-detection': 3.535.0 - '@aws-sdk/middleware-user-agent': 3.540.0 - '@aws-sdk/region-config-resolver': 3.535.0 - '@aws-sdk/types': 3.535.0 - '@aws-sdk/util-endpoints': 3.540.0 - '@aws-sdk/util-user-agent-browser': 3.535.0 - '@aws-sdk/util-user-agent-node': 3.535.0 - '@smithy/config-resolver': 2.2.0 - '@smithy/core': 1.4.2 - '@smithy/fetch-http-handler': 2.5.0 - '@smithy/hash-node': 2.2.0 - '@smithy/invalid-dependency': 2.2.0 - '@smithy/middleware-content-length': 2.2.0 - '@smithy/middleware-endpoint': 2.5.1 - '@smithy/middleware-retry': 2.3.1 - '@smithy/middleware-serde': 2.3.0 - '@smithy/middleware-stack': 2.2.0 - '@smithy/node-config-provider': 2.3.0 - '@smithy/node-http-handler': 2.5.0 - '@smithy/protocol-http': 3.3.0 - '@smithy/smithy-client': 2.5.1 - '@smithy/types': 2.12.0 - '@smithy/url-parser': 2.2.0 - '@smithy/util-base64': 2.3.0 - '@smithy/util-body-length-browser': 2.2.0 - '@smithy/util-body-length-node': 2.3.0 - '@smithy/util-defaults-mode-browser': 2.2.1 - '@smithy/util-defaults-mode-node': 2.3.1 - '@smithy/util-endpoints': 1.2.0 - '@smithy/util-middleware': 2.2.0 - '@smithy/util-retry': 2.2.0 - '@smithy/util-utf8': 2.3.0 + '@aws-sdk/client-sts': 3.583.0 + '@aws-sdk/core': 3.582.0 + '@aws-sdk/credential-provider-node': 3.583.0(@aws-sdk/client-sso-oidc@3.583.0)(@aws-sdk/client-sts@3.583.0) + '@aws-sdk/middleware-host-header': 3.577.0 + '@aws-sdk/middleware-logger': 3.577.0 + '@aws-sdk/middleware-recursion-detection': 3.577.0 + '@aws-sdk/middleware-user-agent': 3.583.0 + '@aws-sdk/region-config-resolver': 3.577.0 + '@aws-sdk/types': 3.577.0 + '@aws-sdk/util-endpoints': 3.583.0 + '@aws-sdk/util-user-agent-browser': 3.577.0 + '@aws-sdk/util-user-agent-node': 3.577.0 + '@smithy/config-resolver': 3.0.0 + '@smithy/core': 2.0.1 + '@smithy/fetch-http-handler': 3.0.1 + '@smithy/hash-node': 3.0.0 + '@smithy/invalid-dependency': 3.0.0 + '@smithy/middleware-content-length': 3.0.0 + '@smithy/middleware-endpoint': 3.0.0 + '@smithy/middleware-retry': 3.0.1 + '@smithy/middleware-serde': 3.0.0 + '@smithy/middleware-stack': 3.0.0 + '@smithy/node-config-provider': 3.0.0 + '@smithy/node-http-handler': 3.0.0 + '@smithy/protocol-http': 4.0.0 + '@smithy/smithy-client': 3.0.1 + '@smithy/types': 3.0.0 + '@smithy/url-parser': 3.0.0 + '@smithy/util-base64': 3.0.0 + '@smithy/util-body-length-browser': 3.0.0 + '@smithy/util-body-length-node': 3.0.0 + '@smithy/util-defaults-mode-browser': 3.0.1 + '@smithy/util-defaults-mode-node': 3.0.1 + '@smithy/util-endpoints': 2.0.0 + '@smithy/util-middleware': 3.0.0 + '@smithy/util-retry': 3.0.0 + '@smithy/util-utf8': 3.0.0 tslib: 2.6.2 transitivePeerDependencies: + - '@aws-sdk/client-sts' - aws-crt - /@aws-sdk/client-sso@3.554.0: - resolution: {integrity: sha512-yj6CgIxCT3UwMumEO481KH4QvwArkAPzD7Xvwe1QKgJATc9bKNEo/FxV8LfnWIJ7nOtMDxbNxYLMXH/Fs1qGaQ==} - engines: {node: '>=14.0.0'} + /@aws-sdk/client-sso@3.583.0: + resolution: {integrity: sha512-FNJ2MmiBtZZwgkj4+GLVrzqwmD6D8FBptrFZk7PnGkSf7v1Q8txYNI6gY938RRhYJ4lBW4cNbhPvWoDxAl90Hw==} + engines: {node: '>=16.0.0'} dependencies: '@aws-crypto/sha256-browser': 3.0.0 '@aws-crypto/sha256-js': 3.0.0 - '@aws-sdk/core': 3.554.0 - '@aws-sdk/middleware-host-header': 3.535.0 - '@aws-sdk/middleware-logger': 3.535.0 - '@aws-sdk/middleware-recursion-detection': 3.535.0 - '@aws-sdk/middleware-user-agent': 3.540.0 - '@aws-sdk/region-config-resolver': 3.535.0 - '@aws-sdk/types': 3.535.0 - '@aws-sdk/util-endpoints': 3.540.0 - '@aws-sdk/util-user-agent-browser': 3.535.0 - '@aws-sdk/util-user-agent-node': 3.535.0 - '@smithy/config-resolver': 2.2.0 - '@smithy/core': 1.4.2 - '@smithy/fetch-http-handler': 2.5.0 - '@smithy/hash-node': 2.2.0 - '@smithy/invalid-dependency': 2.2.0 - '@smithy/middleware-content-length': 2.2.0 - '@smithy/middleware-endpoint': 2.5.1 - '@smithy/middleware-retry': 2.3.1 - '@smithy/middleware-serde': 2.3.0 - '@smithy/middleware-stack': 2.2.0 - '@smithy/node-config-provider': 2.3.0 - '@smithy/node-http-handler': 2.5.0 - '@smithy/protocol-http': 3.3.0 - '@smithy/smithy-client': 2.5.1 - '@smithy/types': 2.12.0 - '@smithy/url-parser': 2.2.0 - '@smithy/util-base64': 2.3.0 - '@smithy/util-body-length-browser': 2.2.0 - '@smithy/util-body-length-node': 2.3.0 - '@smithy/util-defaults-mode-browser': 2.2.1 - '@smithy/util-defaults-mode-node': 2.3.1 - '@smithy/util-endpoints': 1.2.0 - '@smithy/util-middleware': 2.2.0 - '@smithy/util-retry': 2.2.0 - '@smithy/util-utf8': 2.3.0 + '@aws-sdk/core': 3.582.0 + '@aws-sdk/middleware-host-header': 3.577.0 + '@aws-sdk/middleware-logger': 3.577.0 + '@aws-sdk/middleware-recursion-detection': 3.577.0 + '@aws-sdk/middleware-user-agent': 3.583.0 + '@aws-sdk/region-config-resolver': 3.577.0 + '@aws-sdk/types': 3.577.0 + '@aws-sdk/util-endpoints': 3.583.0 + '@aws-sdk/util-user-agent-browser': 3.577.0 + '@aws-sdk/util-user-agent-node': 3.577.0 + '@smithy/config-resolver': 3.0.0 + '@smithy/core': 2.0.1 + '@smithy/fetch-http-handler': 3.0.1 + '@smithy/hash-node': 3.0.0 + '@smithy/invalid-dependency': 3.0.0 + '@smithy/middleware-content-length': 3.0.0 + '@smithy/middleware-endpoint': 3.0.0 + '@smithy/middleware-retry': 3.0.1 + '@smithy/middleware-serde': 3.0.0 + '@smithy/middleware-stack': 3.0.0 + '@smithy/node-config-provider': 3.0.0 + '@smithy/node-http-handler': 3.0.0 + '@smithy/protocol-http': 4.0.0 + '@smithy/smithy-client': 3.0.1 + '@smithy/types': 3.0.0 + '@smithy/url-parser': 3.0.0 + '@smithy/util-base64': 3.0.0 + '@smithy/util-body-length-browser': 3.0.0 + '@smithy/util-body-length-node': 3.0.0 + '@smithy/util-defaults-mode-browser': 3.0.1 + '@smithy/util-defaults-mode-node': 3.0.1 + '@smithy/util-endpoints': 2.0.0 + '@smithy/util-middleware': 3.0.0 + '@smithy/util-retry': 3.0.0 + '@smithy/util-utf8': 3.0.0 tslib: 2.6.2 transitivePeerDependencies: - aws-crt - /@aws-sdk/client-sts@3.554.0(@aws-sdk/credential-provider-node@3.554.0): - resolution: {integrity: sha512-EhaA6T0M0DNg5M8TCF1a7XJI5D/ZxAF3dgVIchyF98iNzjYgl/7U8K6hJay2A11aFvVu70g46xYMpz3Meky4wQ==} - engines: {node: '>=14.0.0'} - peerDependencies: - '@aws-sdk/credential-provider-node': ^3.554.0 + /@aws-sdk/client-sts@3.583.0: + resolution: {integrity: sha512-xDMxiemPDWr9dY2Q4AyixkRnk/hvS6fs6OWxuVCz1WO47YhaAfOsEGAgQMgDLLaOfj/oLU5D14uTNBEPGh4rBA==} + engines: {node: '>=16.0.0'} dependencies: '@aws-crypto/sha256-browser': 3.0.0 '@aws-crypto/sha256-js': 3.0.0 - '@aws-sdk/core': 3.554.0 - '@aws-sdk/credential-provider-node': 3.554.0 - '@aws-sdk/middleware-host-header': 3.535.0 - '@aws-sdk/middleware-logger': 3.535.0 - '@aws-sdk/middleware-recursion-detection': 3.535.0 - '@aws-sdk/middleware-user-agent': 3.540.0 - '@aws-sdk/region-config-resolver': 3.535.0 - '@aws-sdk/types': 3.535.0 - '@aws-sdk/util-endpoints': 3.540.0 - '@aws-sdk/util-user-agent-browser': 3.535.0 - '@aws-sdk/util-user-agent-node': 3.535.0 - '@smithy/config-resolver': 2.2.0 - '@smithy/core': 1.4.2 - '@smithy/fetch-http-handler': 2.5.0 - '@smithy/hash-node': 2.2.0 - '@smithy/invalid-dependency': 2.2.0 - '@smithy/middleware-content-length': 2.2.0 - '@smithy/middleware-endpoint': 2.5.1 - '@smithy/middleware-retry': 2.3.1 - '@smithy/middleware-serde': 2.3.0 - '@smithy/middleware-stack': 2.2.0 - '@smithy/node-config-provider': 2.3.0 - '@smithy/node-http-handler': 2.5.0 - '@smithy/protocol-http': 3.3.0 - '@smithy/smithy-client': 2.5.1 - '@smithy/types': 2.12.0 - '@smithy/url-parser': 2.2.0 - '@smithy/util-base64': 2.3.0 - '@smithy/util-body-length-browser': 2.2.0 - '@smithy/util-body-length-node': 2.3.0 - '@smithy/util-defaults-mode-browser': 2.2.1 - '@smithy/util-defaults-mode-node': 2.3.1 - '@smithy/util-endpoints': 1.2.0 - '@smithy/util-middleware': 2.2.0 - '@smithy/util-retry': 2.2.0 - '@smithy/util-utf8': 2.3.0 + '@aws-sdk/client-sso-oidc': 3.583.0(@aws-sdk/client-sts@3.583.0) + '@aws-sdk/core': 3.582.0 + '@aws-sdk/credential-provider-node': 3.583.0(@aws-sdk/client-sso-oidc@3.583.0)(@aws-sdk/client-sts@3.583.0) + '@aws-sdk/middleware-host-header': 3.577.0 + '@aws-sdk/middleware-logger': 3.577.0 + '@aws-sdk/middleware-recursion-detection': 3.577.0 + '@aws-sdk/middleware-user-agent': 3.583.0 + '@aws-sdk/region-config-resolver': 3.577.0 + '@aws-sdk/types': 3.577.0 + '@aws-sdk/util-endpoints': 3.583.0 + '@aws-sdk/util-user-agent-browser': 3.577.0 + '@aws-sdk/util-user-agent-node': 3.577.0 + '@smithy/config-resolver': 3.0.0 + '@smithy/core': 2.0.1 + '@smithy/fetch-http-handler': 3.0.1 + '@smithy/hash-node': 3.0.0 + '@smithy/invalid-dependency': 3.0.0 + '@smithy/middleware-content-length': 3.0.0 + '@smithy/middleware-endpoint': 3.0.0 + '@smithy/middleware-retry': 3.0.1 + '@smithy/middleware-serde': 3.0.0 + '@smithy/middleware-stack': 3.0.0 + '@smithy/node-config-provider': 3.0.0 + '@smithy/node-http-handler': 3.0.0 + '@smithy/protocol-http': 4.0.0 + '@smithy/smithy-client': 3.0.1 + '@smithy/types': 3.0.0 + '@smithy/url-parser': 3.0.0 + '@smithy/util-base64': 3.0.0 + '@smithy/util-body-length-browser': 3.0.0 + '@smithy/util-body-length-node': 3.0.0 + '@smithy/util-defaults-mode-browser': 3.0.1 + '@smithy/util-defaults-mode-node': 3.0.1 + '@smithy/util-endpoints': 2.0.0 + '@smithy/util-middleware': 3.0.0 + '@smithy/util-retry': 3.0.0 + '@smithy/util-utf8': 3.0.0 tslib: 2.6.2 transitivePeerDependencies: - aws-crt - /@aws-sdk/core@3.554.0: - resolution: {integrity: sha512-JrG7ToTLeNf+/S3IiCUPVw9jEDB0DXl5ho8n/HwOa946mv+QyCepCuV2U/8f/1KAX0mD8Ufm/E4/cbCbFHgbSg==} - engines: {node: '>=14.0.0'} + /@aws-sdk/core@3.582.0: + resolution: {integrity: sha512-ofmD96IQc9g1dbyqlCyxu5fCG7kIl9p1NoN5+vGBUyLdbmPCV3Pdg99nRHYEJuv2MgGx5AUFGDPMHcqbJpnZIw==} + engines: {node: '>=16.0.0'} dependencies: - '@smithy/core': 1.4.2 - '@smithy/protocol-http': 3.3.0 - '@smithy/signature-v4': 2.3.0 - '@smithy/smithy-client': 2.5.1 - '@smithy/types': 2.12.0 + '@smithy/core': 2.0.1 + '@smithy/protocol-http': 4.0.0 + '@smithy/signature-v4': 3.0.0 + '@smithy/smithy-client': 3.0.1 + '@smithy/types': 3.0.0 fast-xml-parser: 4.2.5 tslib: 2.6.2 - /@aws-sdk/credential-provider-env@3.535.0: - resolution: {integrity: sha512-XppwO8c0GCGSAvdzyJOhbtktSEaShg14VJKg8mpMa1XcgqzmcqqHQjtDWbx5rZheY1VdpXZhpEzJkB6LpQejpA==} - engines: {node: '>=14.0.0'} + /@aws-sdk/credential-provider-env@3.577.0: + resolution: {integrity: sha512-Jxu255j0gToMGEiqufP8ZtKI8HW90lOLjwJ3LrdlD/NLsAY0tOQf1fWc53u28hWmmNGMxmCrL2p66IOgMDhDUw==} + engines: {node: '>=16.0.0'} dependencies: - '@aws-sdk/types': 3.535.0 - '@smithy/property-provider': 2.2.0 - '@smithy/types': 2.12.0 + '@aws-sdk/types': 3.577.0 + '@smithy/property-provider': 3.0.0 + '@smithy/types': 3.0.0 tslib: 2.6.2 - /@aws-sdk/credential-provider-http@3.552.0: - resolution: {integrity: sha512-vsmu7Cz1i45pFEqzVb4JcFmAmVnWFNLsGheZc8SCptlqCO5voETrZZILHYIl4cjKkSDk3pblBOf0PhyjqWW6WQ==} - engines: {node: '>=14.0.0'} + /@aws-sdk/credential-provider-http@3.582.0: + resolution: {integrity: sha512-kGOUKw5ryPkDIYB69PjK3SicVLTbWB06ouFN2W1EvqUJpkQGPAUGzYcomKtt3mJaCTf/1kfoaHwARAl6KKSP8Q==} + engines: {node: '>=16.0.0'} dependencies: - '@aws-sdk/types': 3.535.0 - '@smithy/fetch-http-handler': 2.5.0 - '@smithy/node-http-handler': 2.5.0 - '@smithy/property-provider': 2.2.0 - '@smithy/protocol-http': 3.3.0 - '@smithy/smithy-client': 2.5.1 - '@smithy/types': 2.12.0 - '@smithy/util-stream': 2.2.0 + '@aws-sdk/types': 3.577.0 + '@smithy/fetch-http-handler': 3.0.1 + '@smithy/node-http-handler': 3.0.0 + '@smithy/property-provider': 3.0.0 + '@smithy/protocol-http': 4.0.0 + '@smithy/smithy-client': 3.0.1 + '@smithy/types': 3.0.0 + '@smithy/util-stream': 3.0.1 tslib: 2.6.2 - /@aws-sdk/credential-provider-ini@3.554.0(@aws-sdk/credential-provider-node@3.554.0): - resolution: {integrity: sha512-BQenhg43S6TMJHxrdjDVdVF+HH5tA1op9ZYLyJrvV5nn7CCO4kyAkkOuSAv1NkL+RZsIkW0/vHTXwQOQw3cUsg==} - engines: {node: '>=14.0.0'} - dependencies: - '@aws-sdk/client-sts': 3.554.0(@aws-sdk/credential-provider-node@3.554.0) - '@aws-sdk/credential-provider-env': 3.535.0 - '@aws-sdk/credential-provider-process': 3.535.0 - '@aws-sdk/credential-provider-sso': 3.554.0(@aws-sdk/credential-provider-node@3.554.0) - '@aws-sdk/credential-provider-web-identity': 3.554.0(@aws-sdk/credential-provider-node@3.554.0) - '@aws-sdk/types': 3.535.0 - '@smithy/credential-provider-imds': 2.3.0 - '@smithy/property-provider': 2.2.0 - '@smithy/shared-ini-file-loader': 2.4.0 - '@smithy/types': 2.12.0 + /@aws-sdk/credential-provider-ini@3.583.0(@aws-sdk/client-sso-oidc@3.583.0)(@aws-sdk/client-sts@3.583.0): + resolution: {integrity: sha512-8I0oWNg/yps6ctjhEeL/qJ9BIa/+xXP7RPDQqFKZ2zBkWbmLLOoMWXRvl8uKUBD6qCe+DGmcu9skfVXeXSesEQ==} + engines: {node: '>=16.0.0'} + peerDependencies: + '@aws-sdk/client-sts': ^3.583.0 + dependencies: + '@aws-sdk/client-sts': 3.583.0 + '@aws-sdk/credential-provider-env': 3.577.0 + '@aws-sdk/credential-provider-process': 3.577.0 + '@aws-sdk/credential-provider-sso': 3.583.0(@aws-sdk/client-sso-oidc@3.583.0) + '@aws-sdk/credential-provider-web-identity': 3.577.0(@aws-sdk/client-sts@3.583.0) + '@aws-sdk/types': 3.577.0 + '@smithy/credential-provider-imds': 3.0.0 + '@smithy/property-provider': 3.0.0 + '@smithy/shared-ini-file-loader': 3.0.0 + '@smithy/types': 3.0.0 tslib: 2.6.2 transitivePeerDependencies: - - '@aws-sdk/credential-provider-node' + - '@aws-sdk/client-sso-oidc' - aws-crt - /@aws-sdk/credential-provider-node@3.554.0: - resolution: {integrity: sha512-poX/+2OE3oxqp4f5MiaJh251p8l+bzcFwgcDBwz0e2rcpvMSYl9jw4AvGnCiG2bmf9yhNJdftBiS1A+KjxV0qA==} - engines: {node: '>=14.0.0'} + /@aws-sdk/credential-provider-node@3.583.0(@aws-sdk/client-sso-oidc@3.583.0)(@aws-sdk/client-sts@3.583.0): + resolution: {integrity: sha512-yBNypBXny7zJH85SzxDj8s1mbLXv9c/Vbq0qR3R3POj2idZ6ywB/qlIRC1XwBuv49Wvg8kA1wKXk3K3jrpcVIw==} + engines: {node: '>=16.0.0'} dependencies: - '@aws-sdk/credential-provider-env': 3.535.0 - '@aws-sdk/credential-provider-http': 3.552.0 - '@aws-sdk/credential-provider-ini': 3.554.0(@aws-sdk/credential-provider-node@3.554.0) - '@aws-sdk/credential-provider-process': 3.535.0 - '@aws-sdk/credential-provider-sso': 3.554.0(@aws-sdk/credential-provider-node@3.554.0) - '@aws-sdk/credential-provider-web-identity': 3.554.0(@aws-sdk/credential-provider-node@3.554.0) - '@aws-sdk/types': 3.535.0 - '@smithy/credential-provider-imds': 2.3.0 - '@smithy/property-provider': 2.2.0 - '@smithy/shared-ini-file-loader': 2.4.0 - '@smithy/types': 2.12.0 + '@aws-sdk/credential-provider-env': 3.577.0 + '@aws-sdk/credential-provider-http': 3.582.0 + '@aws-sdk/credential-provider-ini': 3.583.0(@aws-sdk/client-sso-oidc@3.583.0)(@aws-sdk/client-sts@3.583.0) + '@aws-sdk/credential-provider-process': 3.577.0 + '@aws-sdk/credential-provider-sso': 3.583.0(@aws-sdk/client-sso-oidc@3.583.0) + '@aws-sdk/credential-provider-web-identity': 3.577.0(@aws-sdk/client-sts@3.583.0) + '@aws-sdk/types': 3.577.0 + '@smithy/credential-provider-imds': 3.0.0 + '@smithy/property-provider': 3.0.0 + '@smithy/shared-ini-file-loader': 3.0.0 + '@smithy/types': 3.0.0 tslib: 2.6.2 transitivePeerDependencies: + - '@aws-sdk/client-sso-oidc' + - '@aws-sdk/client-sts' - aws-crt - /@aws-sdk/credential-provider-process@3.535.0: - resolution: {integrity: sha512-9O1OaprGCnlb/kYl8RwmH7Mlg8JREZctB8r9sa1KhSsWFq/SWO0AuJTyowxD7zL5PkeS4eTvzFFHWCa3OO5epA==} - engines: {node: '>=14.0.0'} + /@aws-sdk/credential-provider-process@3.577.0: + resolution: {integrity: sha512-Gin6BWtOiXxIgITrJ3Nwc+Y2P1uVT6huYR4EcbA/DJUPWyO0n9y5UFLewPvVbLkRn15JeEqErBLUrHclkiOKtw==} + engines: {node: '>=16.0.0'} dependencies: - '@aws-sdk/types': 3.535.0 - '@smithy/property-provider': 2.2.0 - '@smithy/shared-ini-file-loader': 2.4.0 - '@smithy/types': 2.12.0 + '@aws-sdk/types': 3.577.0 + '@smithy/property-provider': 3.0.0 + '@smithy/shared-ini-file-loader': 3.0.0 + '@smithy/types': 3.0.0 tslib: 2.6.2 - /@aws-sdk/credential-provider-sso@3.554.0(@aws-sdk/credential-provider-node@3.554.0): - resolution: {integrity: sha512-8QPpwBA31i/fZ7lDZJC4FA9EdxLg5SJ8sPB2qLSjp5UTGTYL2HRl0Eznkb7DXyp/wImsR/HFR1NxuFCCVotLCg==} - engines: {node: '>=14.0.0'} + /@aws-sdk/credential-provider-sso@3.583.0(@aws-sdk/client-sso-oidc@3.583.0): + resolution: {integrity: sha512-G/1EvL9tBezSiU+06tG4K/kOvFfPjnheT4JSXqjPM7+vjKzgp2jxp1J9MMd69zs4jVWon932zMeGgjrCplzMEg==} + engines: {node: '>=16.0.0'} dependencies: - '@aws-sdk/client-sso': 3.554.0 - '@aws-sdk/token-providers': 3.554.0(@aws-sdk/credential-provider-node@3.554.0) - '@aws-sdk/types': 3.535.0 - '@smithy/property-provider': 2.2.0 - '@smithy/shared-ini-file-loader': 2.4.0 - '@smithy/types': 2.12.0 + '@aws-sdk/client-sso': 3.583.0 + '@aws-sdk/token-providers': 3.577.0(@aws-sdk/client-sso-oidc@3.583.0) + '@aws-sdk/types': 3.577.0 + '@smithy/property-provider': 3.0.0 + '@smithy/shared-ini-file-loader': 3.0.0 + '@smithy/types': 3.0.0 tslib: 2.6.2 transitivePeerDependencies: - - '@aws-sdk/credential-provider-node' + - '@aws-sdk/client-sso-oidc' - aws-crt - /@aws-sdk/credential-provider-web-identity@3.554.0(@aws-sdk/credential-provider-node@3.554.0): - resolution: {integrity: sha512-HN54DzLjepw5ZWSF9ycGevhFTyg6pjLuLKy5Y8t/f1jFDComzYdGEDe0cdV9YO653W3+PQwZZGz09YVygGYBLg==} - engines: {node: '>=14.0.0'} + /@aws-sdk/credential-provider-web-identity@3.577.0(@aws-sdk/client-sts@3.583.0): + resolution: {integrity: sha512-ZGHGNRaCtJJmszb9UTnC7izNCtRUttdPlLdMkh41KPS32vfdrBDHs1JrpbZijItRj1xKuOXsiYSXLAaHGcLh8Q==} + engines: {node: '>=16.0.0'} + peerDependencies: + '@aws-sdk/client-sts': ^3.577.0 dependencies: - '@aws-sdk/client-sts': 3.554.0(@aws-sdk/credential-provider-node@3.554.0) - '@aws-sdk/types': 3.535.0 - '@smithy/property-provider': 2.2.0 - '@smithy/types': 2.12.0 + '@aws-sdk/client-sts': 3.583.0 + '@aws-sdk/types': 3.577.0 + '@smithy/property-provider': 3.0.0 + '@smithy/types': 3.0.0 tslib: 2.6.2 - transitivePeerDependencies: - - '@aws-sdk/credential-provider-node' - - aws-crt - /@aws-sdk/middleware-bucket-endpoint@3.535.0: - resolution: {integrity: sha512-7sijlfQsc4UO9Fsl11mU26Y5f9E7g6UoNg/iJUBpC5pgvvmdBRO5UEhbB/gnqvOEPsBXyhmfzbstebq23Qdz7A==} - engines: {node: '>=14.0.0'} + /@aws-sdk/middleware-bucket-endpoint@3.577.0: + resolution: {integrity: sha512-twlkNX2VofM6kHXzDEiJOiYCc9tVABe5cbyxMArRWscIsCWG9mamPhC77ezG4XsN9dFEwVdxEYD5Crpm/5EUiw==} + engines: {node: '>=16.0.0'} dependencies: - '@aws-sdk/types': 3.535.0 - '@aws-sdk/util-arn-parser': 3.535.0 - '@smithy/node-config-provider': 2.3.0 - '@smithy/protocol-http': 3.3.0 - '@smithy/types': 2.12.0 - '@smithy/util-config-provider': 2.3.0 + '@aws-sdk/types': 3.577.0 + '@aws-sdk/util-arn-parser': 3.568.0 + '@smithy/node-config-provider': 3.0.0 + '@smithy/protocol-http': 4.0.0 + '@smithy/types': 3.0.0 + '@smithy/util-config-provider': 3.0.0 tslib: 2.6.2 dev: false - /@aws-sdk/middleware-expect-continue@3.535.0: - resolution: {integrity: sha512-hFKyqUBky0NWCVku8iZ9+PACehx0p6vuMw5YnZf8FVgHP0fode0b/NwQY6UY7oor/GftvRsAlRUAWGNFEGUpwA==} - engines: {node: '>=14.0.0'} + /@aws-sdk/middleware-expect-continue@3.577.0: + resolution: {integrity: sha512-6dPp8Tv4F0of4un5IAyG6q++GrRrNQQ4P2NAMB1W0VO4JoEu1C8GievbbDLi88TFIFmtKpnHB0ODCzwnoe8JsA==} + engines: {node: '>=16.0.0'} dependencies: - '@aws-sdk/types': 3.535.0 - '@smithy/protocol-http': 3.3.0 - '@smithy/types': 2.12.0 + '@aws-sdk/types': 3.577.0 + '@smithy/protocol-http': 4.0.0 + '@smithy/types': 3.0.0 tslib: 2.6.2 dev: false - /@aws-sdk/middleware-flexible-checksums@3.535.0: - resolution: {integrity: sha512-rBIzldY9jjRATxICDX7t77aW6ctqmVDgnuAOgbVT5xgHftt4o7PGWKoMvl/45hYqoQgxVFnCBof9bxkqSBebVA==} - engines: {node: '>=14.0.0'} + /@aws-sdk/middleware-flexible-checksums@3.577.0: + resolution: {integrity: sha512-IHAUEipIfagjw92LV8SOSBiCF7ZnqfHcw14IkcZW2/mfrCy1Fh/k40MoS/t3Tro2tQ91rgQPwUoSgB/QCi2Org==} + engines: {node: '>=16.0.0'} dependencies: '@aws-crypto/crc32': 3.0.0 '@aws-crypto/crc32c': 3.0.0 - '@aws-sdk/types': 3.535.0 - '@smithy/is-array-buffer': 2.2.0 - '@smithy/protocol-http': 3.3.0 - '@smithy/types': 2.12.0 - '@smithy/util-utf8': 2.3.0 + '@aws-sdk/types': 3.577.0 + '@smithy/is-array-buffer': 3.0.0 + '@smithy/protocol-http': 4.0.0 + '@smithy/types': 3.0.0 + '@smithy/util-utf8': 3.0.0 tslib: 2.6.2 dev: false - /@aws-sdk/middleware-host-header@3.535.0: - resolution: {integrity: sha512-0h6TWjBWtDaYwHMQJI9ulafeS4lLaw1vIxRjbpH0svFRt6Eve+Sy8NlVhECfTU2hNz/fLubvrUxsXoThaLBIew==} - engines: {node: '>=14.0.0'} + /@aws-sdk/middleware-host-header@3.577.0: + resolution: {integrity: sha512-9ca5MJz455CODIVXs0/sWmJm7t3QO4EUa1zf8pE8grLpzf0J94bz/skDWm37Pli13T3WaAQBHCTiH2gUVfCsWg==} + engines: {node: '>=16.0.0'} dependencies: - '@aws-sdk/types': 3.535.0 - '@smithy/protocol-http': 3.3.0 - '@smithy/types': 2.12.0 + '@aws-sdk/types': 3.577.0 + '@smithy/protocol-http': 4.0.0 + '@smithy/types': 3.0.0 tslib: 2.6.2 - /@aws-sdk/middleware-location-constraint@3.535.0: - resolution: {integrity: sha512-SxfS9wfidUZZ+WnlKRTCRn3h+XTsymXRXPJj8VV6hNRNeOwzNweoG3YhQbTowuuNfXf89m9v6meYkBBtkdacKw==} - engines: {node: '>=14.0.0'} + /@aws-sdk/middleware-location-constraint@3.577.0: + resolution: {integrity: sha512-DKPTD2D2s+t2QUo/IXYtVa/6Un8GZ+phSTBkyBNx2kfZz4Kwavhl/JJzSqTV3GfCXkVdFu7CrjoX7BZ6qWeTUA==} + engines: {node: '>=16.0.0'} dependencies: - '@aws-sdk/types': 3.535.0 - '@smithy/types': 2.12.0 + '@aws-sdk/types': 3.577.0 + '@smithy/types': 3.0.0 tslib: 2.6.2 dev: false - /@aws-sdk/middleware-logger@3.535.0: - resolution: {integrity: sha512-huNHpONOrEDrdRTvSQr1cJiRMNf0S52NDXtaPzdxiubTkP+vni2MohmZANMOai/qT0olmEVX01LhZ0ZAOgmg6A==} - engines: {node: '>=14.0.0'} + /@aws-sdk/middleware-logger@3.577.0: + resolution: {integrity: sha512-aPFGpGjTZcJYk+24bg7jT4XdIp42mFXSuPt49lw5KygefLyJM/sB0bKKqPYYivW0rcuZ9brQ58eZUNthrzYAvg==} + engines: {node: '>=16.0.0'} dependencies: - '@aws-sdk/types': 3.535.0 - '@smithy/types': 2.12.0 + '@aws-sdk/types': 3.577.0 + '@smithy/types': 3.0.0 tslib: 2.6.2 - /@aws-sdk/middleware-recursion-detection@3.535.0: - resolution: {integrity: sha512-am2qgGs+gwqmR4wHLWpzlZ8PWhm4ktj5bYSgDrsOfjhdBlWNxvPoID9/pDAz5RWL48+oH7I6SQzMqxXsFDikrw==} - engines: {node: '>=14.0.0'} + /@aws-sdk/middleware-recursion-detection@3.577.0: + resolution: {integrity: sha512-pn3ZVEd2iobKJlR3H+bDilHjgRnNrQ6HMmK9ZzZw89Ckn3Dcbv48xOv4RJvu0aU8SDLl/SNCxppKjeLDTPGBNA==} + engines: {node: '>=16.0.0'} dependencies: - '@aws-sdk/types': 3.535.0 - '@smithy/protocol-http': 3.3.0 - '@smithy/types': 2.12.0 + '@aws-sdk/types': 3.577.0 + '@smithy/protocol-http': 4.0.0 + '@smithy/types': 3.0.0 tslib: 2.6.2 - /@aws-sdk/middleware-sdk-s3@3.552.0: - resolution: {integrity: sha512-9KzOqsbwJJuQcpmrpkkIftjPahB1bsrcWalYzcVqKCgHCylhkSHW2tX+uGHRnvAl9iobQD5D7LUrS+cv0NeQ/Q==} - engines: {node: '>=14.0.0'} + /@aws-sdk/middleware-sdk-s3@3.582.0: + resolution: {integrity: sha512-PJqQpLoLaZPRI4L/XZUeHkd9UVK8VAr9R38wv0osGeMTvzD9iwzzk0I2TtBqFda/5xEB1YgVYZwyqvmStXmttg==} + engines: {node: '>=16.0.0'} dependencies: - '@aws-sdk/types': 3.535.0 - '@aws-sdk/util-arn-parser': 3.535.0 - '@smithy/node-config-provider': 2.3.0 - '@smithy/protocol-http': 3.3.0 - '@smithy/signature-v4': 2.3.0 - '@smithy/smithy-client': 2.5.1 - '@smithy/types': 2.12.0 - '@smithy/util-config-provider': 2.3.0 + '@aws-sdk/types': 3.577.0 + '@aws-sdk/util-arn-parser': 3.568.0 + '@smithy/node-config-provider': 3.0.0 + '@smithy/protocol-http': 4.0.0 + '@smithy/signature-v4': 3.0.0 + '@smithy/smithy-client': 3.0.1 + '@smithy/types': 3.0.0 + '@smithy/util-config-provider': 3.0.0 tslib: 2.6.2 dev: false - /@aws-sdk/middleware-signing@3.552.0: - resolution: {integrity: sha512-ZjOrlEmwjhbmkINa4Zx9LJh+xb/kgEiUrcfud2kq/r8ath1Nv1/4zalI9jHnou1J+R+yS+FQlXLXHSZ7vqyFbA==} - engines: {node: '>=14.0.0'} + /@aws-sdk/middleware-signing@3.577.0: + resolution: {integrity: sha512-QS/dh3+NqZbXtY0j/DZ867ogP413pG5cFGqBy9OeOhDMsolcwLrQbi0S0c621dc1QNq+er9ffaMhZ/aPkyXXIg==} + engines: {node: '>=16.0.0'} dependencies: - '@aws-sdk/types': 3.535.0 - '@smithy/property-provider': 2.2.0 - '@smithy/protocol-http': 3.3.0 - '@smithy/signature-v4': 2.3.0 - '@smithy/types': 2.12.0 - '@smithy/util-middleware': 2.2.0 + '@aws-sdk/types': 3.577.0 + '@smithy/property-provider': 3.0.0 + '@smithy/protocol-http': 4.0.0 + '@smithy/signature-v4': 3.0.0 + '@smithy/types': 3.0.0 + '@smithy/util-middleware': 3.0.0 tslib: 2.6.2 dev: false - /@aws-sdk/middleware-ssec@3.537.0: - resolution: {integrity: sha512-2QWMrbwd5eBy5KCYn9a15JEWBgrK2qFEKQN2lqb/6z0bhtevIOxIRfC99tzvRuPt6nixFQ+ynKuBjcfT4ZFrdQ==} - engines: {node: '>=14.0.0'} + /@aws-sdk/middleware-ssec@3.577.0: + resolution: {integrity: sha512-i2BPJR+rp8xmRVIGc0h1kDRFcM2J9GnClqqpc+NLSjmYadlcg4mPklisz9HzwFVcRPJ5XcGf3U4BYs5G8+iTyg==} + engines: {node: '>=16.0.0'} dependencies: - '@aws-sdk/types': 3.535.0 - '@smithy/types': 2.12.0 + '@aws-sdk/types': 3.577.0 + '@smithy/types': 3.0.0 tslib: 2.6.2 dev: false - /@aws-sdk/middleware-user-agent@3.540.0: - resolution: {integrity: sha512-8Rd6wPeXDnOYzWj1XCmOKcx/Q87L0K1/EHqOBocGjLVbN3gmRxBvpmR1pRTjf7IsWfnnzN5btqtcAkfDPYQUMQ==} - engines: {node: '>=14.0.0'} + /@aws-sdk/middleware-user-agent@3.583.0: + resolution: {integrity: sha512-xVNXXXDWvBVI/AeVtSdA9SVumqxiZaESk/JpUn9GMkmtTKfter0Cweap+1iQ9j8bRAO0vNhmIkbcvdB1S4WVUw==} + engines: {node: '>=16.0.0'} dependencies: - '@aws-sdk/types': 3.535.0 - '@aws-sdk/util-endpoints': 3.540.0 - '@smithy/protocol-http': 3.3.0 - '@smithy/types': 2.12.0 + '@aws-sdk/types': 3.577.0 + '@aws-sdk/util-endpoints': 3.583.0 + '@smithy/protocol-http': 4.0.0 + '@smithy/types': 3.0.0 tslib: 2.6.2 - /@aws-sdk/region-config-resolver@3.535.0: - resolution: {integrity: sha512-IXOznDiaItBjsQy4Fil0kzX/J3HxIOknEphqHbOfUf+LpA5ugcsxuQQONrbEQusCBnfJyymrldBvBhFmtlU9Wg==} - engines: {node: '>=14.0.0'} + /@aws-sdk/region-config-resolver@3.577.0: + resolution: {integrity: sha512-4ChCFACNwzqx/xjg3zgFcW8Ali6R9C95cFECKWT/7CUM1D0MGvkclSH2cLarmHCmJgU6onKkJroFtWp0kHhgyg==} + engines: {node: '>=16.0.0'} dependencies: - '@aws-sdk/types': 3.535.0 - '@smithy/node-config-provider': 2.3.0 - '@smithy/types': 2.12.0 - '@smithy/util-config-provider': 2.3.0 - '@smithy/util-middleware': 2.2.0 + '@aws-sdk/types': 3.577.0 + '@smithy/node-config-provider': 3.0.0 + '@smithy/types': 3.0.0 + '@smithy/util-config-provider': 3.0.0 + '@smithy/util-middleware': 3.0.0 tslib: 2.6.2 - /@aws-sdk/s3-request-presigner@3.554.0: - resolution: {integrity: sha512-499skN4HpUNXasxmCnuiAuBvx3SzYLKK0WnfXk8cnEZq13981c8lDZRjSwOBCxGl5M3bCht2wiJ2fmjz/HtYWQ==} - engines: {node: '>=14.0.0'} + /@aws-sdk/s3-request-presigner@3.583.0: + resolution: {integrity: sha512-Xp48RdnUzERYraIczByhbV/92TtXeJNE7QXOyMGVdvQkVP+3rwuXRGg85FqNSkOq7TFaGhnuxPiYWvsTeEzZTg==} + engines: {node: '>=16.0.0'} dependencies: - '@aws-sdk/signature-v4-multi-region': 3.552.0 - '@aws-sdk/types': 3.535.0 - '@aws-sdk/util-format-url': 3.535.0 - '@smithy/middleware-endpoint': 2.5.1 - '@smithy/protocol-http': 3.3.0 - '@smithy/smithy-client': 2.5.1 - '@smithy/types': 2.12.0 + '@aws-sdk/signature-v4-multi-region': 3.582.0 + '@aws-sdk/types': 3.577.0 + '@aws-sdk/util-format-url': 3.577.0 + '@smithy/middleware-endpoint': 3.0.0 + '@smithy/protocol-http': 4.0.0 + '@smithy/smithy-client': 3.0.1 + '@smithy/types': 3.0.0 tslib: 2.6.2 dev: false - /@aws-sdk/signature-v4-multi-region@3.552.0: - resolution: {integrity: sha512-cC11/5ahp+LaBCq7cR+51AM2ftf6m9diRd2oWkbEpjSiEKQzZRAltUPZAJM6NXGypmDODQDJphLGt45tvS+8kg==} - engines: {node: '>=14.0.0'} + /@aws-sdk/signature-v4-multi-region@3.582.0: + resolution: {integrity: sha512-aFCOjjNqEX2l+V8QjOWy5F7CtHIC/RlYdBuv3No6yxn+pMvVUUe6zdMk2yHWcudVpHWsyvcZzAUBliAPeFLPsQ==} + engines: {node: '>=16.0.0'} dependencies: - '@aws-sdk/middleware-sdk-s3': 3.552.0 - '@aws-sdk/types': 3.535.0 - '@smithy/protocol-http': 3.3.0 - '@smithy/signature-v4': 2.3.0 - '@smithy/types': 2.12.0 + '@aws-sdk/middleware-sdk-s3': 3.582.0 + '@aws-sdk/types': 3.577.0 + '@smithy/protocol-http': 4.0.0 + '@smithy/signature-v4': 3.0.0 + '@smithy/types': 3.0.0 tslib: 2.6.2 dev: false - /@aws-sdk/token-providers@3.554.0(@aws-sdk/credential-provider-node@3.554.0): - resolution: {integrity: sha512-KMMQ5Cw0FUPL9H8g69Lp08xtzRo7r/MK+lBV6LznWBbCP/NwtZ8awVHaPy2P31z00cWtu9MYkUTviWPqJTaBvg==} - engines: {node: '>=14.0.0'} + /@aws-sdk/token-providers@3.577.0(@aws-sdk/client-sso-oidc@3.583.0): + resolution: {integrity: sha512-0CkIZpcC3DNQJQ1hDjm2bdSy/Xjs7Ny5YvSsacasGOkNfk+FdkiQy6N67bZX3Zbc9KIx+Nz4bu3iDeNSNplnnQ==} + engines: {node: '>=16.0.0'} + peerDependencies: + '@aws-sdk/client-sso-oidc': ^3.577.0 dependencies: - '@aws-sdk/client-sso-oidc': 3.554.0(@aws-sdk/credential-provider-node@3.554.0) - '@aws-sdk/types': 3.535.0 - '@smithy/property-provider': 2.2.0 - '@smithy/shared-ini-file-loader': 2.4.0 - '@smithy/types': 2.12.0 + '@aws-sdk/client-sso-oidc': 3.583.0(@aws-sdk/client-sts@3.583.0) + '@aws-sdk/types': 3.577.0 + '@smithy/property-provider': 3.0.0 + '@smithy/shared-ini-file-loader': 3.0.0 + '@smithy/types': 3.0.0 tslib: 2.6.2 - transitivePeerDependencies: - - '@aws-sdk/credential-provider-node' - - aws-crt - /@aws-sdk/types@3.535.0: - resolution: {integrity: sha512-aY4MYfduNj+sRR37U7XxYR8wemfbKP6lx00ze2M2uubn7mZotuVrWYAafbMSXrdEMSToE5JDhr28vArSOoLcSg==} - engines: {node: '>=14.0.0'} + /@aws-sdk/types@3.577.0: + resolution: {integrity: sha512-FT2JZES3wBKN/alfmhlo+3ZOq/XJ0C7QOZcDNrpKjB0kqYoKjhVKZ/Hx6ArR0czkKfHzBBEs6y40ebIHx2nSmA==} + engines: {node: '>=16.0.0'} dependencies: - '@smithy/types': 2.12.0 + '@smithy/types': 3.0.0 tslib: 2.6.2 - /@aws-sdk/util-arn-parser@3.535.0: - resolution: {integrity: sha512-smVo29nUPAOprp8Z5Y3GHuhiOtw6c8/EtLCm5AVMtRsTPw4V414ZXL2H66tzmb5kEeSzQlbfBSBEdIFZoxO9kg==} - engines: {node: '>=14.0.0'} + /@aws-sdk/util-arn-parser@3.568.0: + resolution: {integrity: sha512-XUKJWWo+KOB7fbnPP0+g/o5Ulku/X53t7i/h+sPHr5xxYTJJ9CYnbToo95mzxe7xWvkLrsNtJ8L+MnNn9INs2w==} + engines: {node: '>=16.0.0'} dependencies: tslib: 2.6.2 dev: false - /@aws-sdk/util-endpoints@3.540.0: - resolution: {integrity: sha512-1kMyQFAWx6f8alaI6UT65/5YW/7pDWAKAdNwL6vuJLea03KrZRX3PMoONOSJpAS5m3Ot7HlWZvf3wZDNTLELZw==} - engines: {node: '>=14.0.0'} + /@aws-sdk/util-endpoints@3.583.0: + resolution: {integrity: sha512-ZC9mb2jq6BFXPYsUsD2tmYcnlmd+9PGNwnFNn8jk4abna5Jjk2wDknN81ybktmBR5ttN9W8ugmktuKtvAMIDCQ==} + engines: {node: '>=16.0.0'} dependencies: - '@aws-sdk/types': 3.535.0 - '@smithy/types': 2.12.0 - '@smithy/util-endpoints': 1.2.0 + '@aws-sdk/types': 3.577.0 + '@smithy/types': 3.0.0 + '@smithy/util-endpoints': 2.0.0 tslib: 2.6.2 - /@aws-sdk/util-format-url@3.535.0: - resolution: {integrity: sha512-ElbNkm0bddu53CuW44Iuux1ZbTV50fydbSh/4ypW3LrmUvHx193ogj0HXQ7X26kmmo9rXcsrLdM92yIeTjidVg==} - engines: {node: '>=14.0.0'} + /@aws-sdk/util-format-url@3.577.0: + resolution: {integrity: sha512-SyEGC2J+y/krFRuPgiF02FmMYhqbiIkOjDE6k4nYLJQRyS6XEAGxZoG+OHeOVEM+bsDgbxokXZiM3XKGu6qFIg==} + engines: {node: '>=16.0.0'} dependencies: - '@aws-sdk/types': 3.535.0 - '@smithy/querystring-builder': 2.2.0 - '@smithy/types': 2.12.0 + '@aws-sdk/types': 3.577.0 + '@smithy/querystring-builder': 3.0.0 + '@smithy/types': 3.0.0 tslib: 2.6.2 dev: false @@ -1629,26 +1642,26 @@ packages: dependencies: tslib: 2.6.2 - /@aws-sdk/util-user-agent-browser@3.535.0: - resolution: {integrity: sha512-RWMcF/xV5n+nhaA/Ff5P3yNP3Kur/I+VNZngog4TEs92oB/nwOdAg/2JL8bVAhUbMrjTjpwm7PItziYFQoqyig==} + /@aws-sdk/util-user-agent-browser@3.577.0: + resolution: {integrity: sha512-zEAzHgR6HWpZOH7xFgeJLc6/CzMcx4nxeQolZxVZoB5pPaJd3CjyRhZN0xXeZB0XIRCWmb4yJBgyiugXLNMkLA==} dependencies: - '@aws-sdk/types': 3.535.0 - '@smithy/types': 2.12.0 + '@aws-sdk/types': 3.577.0 + '@smithy/types': 3.0.0 bowser: 2.11.0 tslib: 2.6.2 - /@aws-sdk/util-user-agent-node@3.535.0: - resolution: {integrity: sha512-dRek0zUuIT25wOWJlsRm97nTkUlh1NDcLsQZIN2Y8KxhwoXXWtJs5vaDPT+qAg+OpcNj80i1zLR/CirqlFg/TQ==} - engines: {node: '>=14.0.0'} + /@aws-sdk/util-user-agent-node@3.577.0: + resolution: {integrity: sha512-XqvtFjbSMtycZTWVwDe8DRWovuoMbA54nhUoZwVU6rW9OSD6NZWGR512BUGHFaWzW0Wg8++Dj10FrKTG2XtqfA==} + engines: {node: '>=16.0.0'} peerDependencies: aws-crt: '>=1.0.0' peerDependenciesMeta: aws-crt: optional: true dependencies: - '@aws-sdk/types': 3.535.0 - '@smithy/node-config-provider': 2.3.0 - '@smithy/types': 2.12.0 + '@aws-sdk/types': 3.577.0 + '@smithy/node-config-provider': 3.0.0 + '@smithy/types': 3.0.0 tslib: 2.6.2 /@aws-sdk/util-utf8-browser@3.259.0: @@ -1656,11 +1669,11 @@ packages: dependencies: tslib: 2.6.2 - /@aws-sdk/xml-builder@3.535.0: - resolution: {integrity: sha512-VXAq/Jz8KIrU84+HqsOJhIKZqG0PNTdi6n6PFQ4xJf44ZQHD/5C7ouH4qCFX5XgZXcgbRIcMVVYGC6Jye0dRng==} - engines: {node: '>=14.0.0'} + /@aws-sdk/xml-builder@3.575.0: + resolution: {integrity: sha512-cWgAwmbFYNCFzPwxL705+lWps0F3ZvOckufd2KKoEZUmtpVw9/txUXNrPySUXSmRTSRhoatIMABNfStWR043bQ==} + engines: {node: '>=16.0.0'} dependencies: - '@smithy/types': 2.12.0 + '@smithy/types': 3.0.0 tslib: 2.6.2 dev: false @@ -2268,16 +2281,6 @@ packages: '@babel/helper-validator-identifier': 7.24.6 to-fast-properties: 2.0.0 - /@bcherny/json-schema-ref-parser@10.0.5-fork: - resolution: {integrity: sha512-E/jKbPoca1tfUPj3iSbitDZTGnq6FUFjkH6L8U2oDwSuwK1WhnnVtCG7oFOTg/DDnyoXbQYUiUiGOibHqaGVnw==} - engines: {node: '>= 16'} - dependencies: - '@jsdevtools/ono': 7.1.3 - '@types/json-schema': 7.0.15 - call-me-maybe: 1.0.2 - js-yaml: 4.1.0 - dev: true - /@capacitor/action-sheet@6.0.0-rc.1(@capacitor/core@6.0.0-rc.2): resolution: {integrity: sha512-Nbfj8/A+AuBiy4vywWzBI9wOlykfvD0k3c18xmwafOLyqNJ4fN2U6zGQH5q/3WrJL7AdtjxmWorYlWKwtc6g5g==} peerDependencies: @@ -2292,24 +2295,24 @@ packages: dependencies: '@capacitor/core': 6.0.0-rc.2 - /@capacitor/app-launcher@5.0.7(@capacitor/core@6.0.0-rc.2): - resolution: {integrity: sha512-FJacB/mK/iwWUKNf1PJz1d7sGyVNRLvEYyYSwbmn9F9+6onj/T2lCL7TU40qhsVwFt8oDmdvygjOnoIoqU9Bpg==} + /@capacitor/app-launcher@6.0.0(@capacitor/core@6.0.0-rc.2): + resolution: {integrity: sha512-4srAYXv+NiAe1vHHYfVfjCc7bRytHiqUlCNTUqL4duRPLZlmsoyJ6DH2JnHXvPKoLIx+4fppG7DquXTosUGasg==} peerDependencies: - '@capacitor/core': ^5.0.0 + '@capacitor/core': ^6.0.0 dependencies: '@capacitor/core': 6.0.0-rc.2 dev: true - /@capacitor/app@5.0.7(@capacitor/core@6.0.0-rc.2): - resolution: {integrity: sha512-oad0jwQu+vgQDukeS9UV56yG10dlxkAGGl26IQpZlTmg3dTI9qSJtvhmlLfkF0nEtoj5IsVQUPE+NLH1oZkgGQ==} + /@capacitor/app@6.0.0(@capacitor/core@6.0.0-rc.2): + resolution: {integrity: sha512-X5UGd90Jh5p9rmoPyMqFyFWqOypdJgVJhYcM5X1YyDVJJGzmJ5MuYv1+ajj5DW9Qyh+5a3th9WYptdGby8jidA==} peerDependencies: - '@capacitor/core': ^5.0.0 + '@capacitor/core': ^6.0.0 dependencies: '@capacitor/core': 6.0.0-rc.2 dev: true - /@capacitor/cli@5.7.4: - resolution: {integrity: sha512-Cn7ndfMHWfMT+A/wRoeac4/mAxZWNTlZoD1Mn7UQyVV+iGxZB2JpS9omqha7gBN4xrAuTi/X9FqkzrmR+1V96A==} + /@capacitor/cli@5.7.5: + resolution: {integrity: sha512-CEgCXq3NNacS+9EptJXM+Cm915oB8eNPhiTP7ylKsQchrY0CGbeyO5y4A/oYnB/h4f+UiaX3ShlIOljx3+agqw==} engines: {node: '>=16.0.0'} hasBin: true dependencies: @@ -2332,16 +2335,16 @@ packages: xml2js: 0.5.0 transitivePeerDependencies: - supports-color - dev: false - /@capacitor/cli@5.7.5: - resolution: {integrity: sha512-CEgCXq3NNacS+9EptJXM+Cm915oB8eNPhiTP7ylKsQchrY0CGbeyO5y4A/oYnB/h4f+UiaX3ShlIOljx3+agqw==} - engines: {node: '>=16.0.0'} + /@capacitor/cli@6.0.0: + resolution: {integrity: sha512-6z30P0mr53l0VXPwFjzDVuKIt1991bqUSSfShTT2efWN+rBSGSAH2bPID6qSZornH1n5R5Lh/UHq/aGuW523MQ==} + engines: {node: '>=18.0.0'} hasBin: true dependencies: '@ionic/cli-framework-output': 2.2.8 '@ionic/utils-fs': 3.1.7 - '@ionic/utils-subprocess': 2.1.14 + '@ionic/utils-process': 2.1.12 + '@ionic/utils-subprocess': 2.1.11 '@ionic/utils-terminal': 2.3.5 commander: 9.5.0 debug: 4.3.4 @@ -2358,7 +2361,7 @@ packages: xml2js: 0.5.0 transitivePeerDependencies: - supports-color - dev: true + dev: false /@capacitor/cli@6.0.0-rc.2: resolution: {integrity: sha512-BVPctp2lI5PmbQQsG6kCBhbfOOuHZHT1u5zPjtRUMUlguFwmemjC3SSeJNGMntOmMG70XxXBVRS263uLAu721A==} @@ -2503,28 +2506,6 @@ packages: '@jridgewell/trace-mapping': 0.3.9 dev: true - /@csstools/cascade-layer-name-parser@1.0.11(@csstools/css-parser-algorithms@2.6.3)(@csstools/css-tokenizer@2.3.1): - resolution: {integrity: sha512-yhsonEAhaWRQvHFYhSzOUobH2Ev++fMci+ppFRagw0qVSPlcPV4FnNmlwpM/b2BM10ZeMRkVV4So6YRswD0O0w==} - engines: {node: ^14 || ^16 || >=18} - peerDependencies: - '@csstools/css-parser-algorithms': ^2.6.3 - '@csstools/css-tokenizer': ^2.3.1 - dependencies: - '@csstools/css-parser-algorithms': 2.6.3(@csstools/css-tokenizer@2.3.1) - '@csstools/css-tokenizer': 2.3.1 - - /@csstools/css-parser-algorithms@2.6.3(@csstools/css-tokenizer@2.3.1): - resolution: {integrity: sha512-xI/tL2zxzEbESvnSxwFgwvy5HS00oCXxL4MLs6HUiDcYfwowsoQaABKxUElp1ARITrINzBnsECOc1q0eg2GOrA==} - engines: {node: ^14 || ^16 || >=18} - peerDependencies: - '@csstools/css-tokenizer': ^2.3.1 - dependencies: - '@csstools/css-tokenizer': 2.3.1 - - /@csstools/css-tokenizer@2.3.1: - resolution: {integrity: sha512-iMNHTyxLbBlWIfGtabT157LH9DUx9X8+Y3oymFEuMj8HNc+rpE3dPFGFgHjpKfjeFDjLjYIAIhXPGvS2lKxL9g==} - engines: {node: ^14 || ^16 || >=18} - /@csstools/selector-resolve-nested@1.1.0(postcss-selector-parser@6.1.0): resolution: {integrity: sha512-uWvSaeRcHyeNenKg8tp17EVDRkpflmdyvbE0DHo6D/GdBb6PDnCYYU6gRpXhtICMGMcahQmj2zGxwFM/WC8hCg==} engines: {node: ^14 || ^16 || >=18} @@ -2541,21 +2522,8 @@ packages: dependencies: postcss-selector-parser: 6.1.0 - /@csstools/utilities@1.0.0(postcss@8.4.38): - resolution: {integrity: sha512-tAgvZQe/t2mlvpNosA4+CkMiZ2azISW5WPAcdSalZlEjQvUfghHxfQcrCiK/7/CrfAWVxyM88kGFYO82heIGDg==} - engines: {node: ^14 || ^16 || >=18} - peerDependencies: - postcss: ^8.4 - dependencies: - postcss: 8.4.38 - - /@drizzle-team/studio@0.0.39: - resolution: {integrity: sha512-c5Hkm7MmQC2n5qAsKShjQrHoqlfGslB8+qWzsGGZ+2dHMRTNG60UuzalF0h0rvBax5uzPXuGkYLGaQ+TUX3yMw==} - dependencies: - superjson: 2.2.1 - - /@egoist/tailwindcss-icons@1.7.4(tailwindcss@3.4.3): - resolution: {integrity: sha512-883qx0sqeNb8km7os0w8K6UYue88dbgTWwyEUwW74Bgz0H7t+m7PMIIEvSQ4JqHwA823Qd5ciz+NoTBWKaMYfg==} + /@egoist/tailwindcss-icons@1.8.0(tailwindcss@3.4.3): + resolution: {integrity: sha512-75LfllKL2lq0sGH+wcpsn/sLtJ0kMkDWmcZTLAB76QLDTmfsFu4QHwZVbtCD2woGyKl9c8KvtOUW9JSjRqOVtA==} peerDependencies: tailwindcss: '*' dependencies: @@ -3254,36 +3222,19 @@ packages: requiresBuild: true optional: true - /@eslint-community/eslint-utils@4.4.0(eslint@9.0.0): + /@eslint-community/eslint-utils@4.4.0(eslint@9.3.0): resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 dependencies: - eslint: 9.0.0 + eslint: 9.3.0 eslint-visitor-keys: 3.4.3 /@eslint-community/regexpp@4.10.0: resolution: {integrity: sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==} engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} - /@eslint/eslintrc@2.1.4: - resolution: {integrity: sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dependencies: - ajv: 6.12.6 - debug: 4.3.4 - espree: 9.6.1 - globals: 13.24.0 - ignore: 5.3.1 - import-fresh: 3.3.0 - js-yaml: 4.1.0 - minimatch: 3.1.2 - strip-json-comments: 3.1.1 - transitivePeerDependencies: - - supports-color - dev: true - /@eslint/eslintrc@3.1.0: resolution: {integrity: sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -3300,8 +3251,8 @@ packages: transitivePeerDependencies: - supports-color - /@eslint/js@9.0.0: - resolution: {integrity: sha512-RThY/MnKrhubF6+s1JflwUjPEsnCEmYCWwqa/aRISKWNXGZ9epUwft4bUMM35SdKF9xvBrLydAM1RDHd1Z//ZQ==} + /@eslint/js@9.3.0: + resolution: {integrity: sha512-niBqk8iwv96+yuTwjM6bWg8ovzAPF9qkICsGtcoa5/dmqcEMfdwNAX7+/OHcJHc7wj7XqPxH98oAHytFYlw6Sw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} /@faker-js/faker@8.4.1: @@ -3343,6 +3294,17 @@ packages: - vue dev: false + /@floating-ui/vue@1.0.6(vue@3.4.27): + resolution: {integrity: sha512-EdrOljjkpkkqZnrpqUcPoz9NvHxuTjUtSInh6GMv3+Mcy+giY2cE2pHh9rpacRcZ2eMSCxel9jWkWXTjLmY55w==} + dependencies: + '@floating-ui/dom': 1.6.5 + '@floating-ui/utils': 0.2.2 + vue-demi: 0.14.7(vue@3.4.27) + transitivePeerDependencies: + - '@vue/composition-api' + - vue + dev: false + /@fortawesome/fontawesome-common-types@6.5.2: resolution: {integrity: sha512-gBxPg3aVO6J0kpfHNILc+NMhXnqHumFxOmjYCFfOiLZfwhnnfhtsdA2hfJlDnj+8PjAs6kKQPenOTKj3Rf7zHw==} engines: {node: '>=6'} @@ -3365,47 +3327,43 @@ packages: '@fortawesome/fontawesome-common-types': 6.5.2 dev: true - /@gql.tada/cli-utils@0.3.2(typescript@5.4.3): - resolution: {integrity: sha512-V0wLW/ZOJUxNBKcg8suF7sh+Rs7TPKxJNXwc5D0qBAur40U8i97jsI7914d5Cc3Cn7MW8QvxDx0vvOsa3afekg==} + /@gql.tada/cli-utils@1.3.9(graphql@16.8.1)(svelte@4.2.17)(typescript@5.4.5): + resolution: {integrity: sha512-oRb7SG/+csx9CiypSJTI21KaLfulOUnhX1vxg4FXi2snub9XShkGR2XnnlJVTAOZXY9Vcxti1NutAElxdDkycA==} peerDependencies: + graphql: ^15.5.0 || ^16.0.0 || ^17.0.0 typescript: ^5.0.0 dependencies: - '@gql.tada/internal': 0.1.2(graphql@16.8.1)(typescript@5.4.3) - graphql: 16.8.1 - typescript: 5.4.3 - - /@gql.tada/internal@0.1.2(graphql@16.8.1)(typescript@5.4.3): - resolution: {integrity: sha512-8I4Z1zxYYGK66FWdB3yIZBn3cITLPnciEgjChp3K2+Ha1e/AEBGtZv9AUlodraO/RZafDMkpFhoi+tMpluBjeg==} - peerDependencies: - graphql: ^16.8.1 - typescript: ^5.0.0 - dependencies: - '@0no-co/graphql.web': 1.0.7(graphql@16.8.1) + '@0no-co/graphqlsp': 1.12.5(graphql@16.8.1)(typescript@5.4.5) + '@gql.tada/internal': 1.0.0(graphql@16.8.1)(typescript@5.4.5) + '@vue/compiler-dom': 3.4.27 + '@vue/language-core': 2.0.19(typescript@5.4.5) graphql: 16.8.1 - typescript: 5.4.3 + svelte2tsx: 0.7.9(svelte@4.2.17)(typescript@5.4.5) + typescript: 5.4.5 + transitivePeerDependencies: + - svelte - /@gql.tada/internal@0.1.3(graphql@16.8.1)(typescript@5.4.3): - resolution: {integrity: sha512-wIvykBId7O0gaizmSl5n5AhbQsgJVLTUsFBm3RsfQ9dVfpmT+Fhy2yHX+yNgiVECg2EimXMhs4ltcE4EuZ2WOA==} + /@gql.tada/internal@1.0.0(graphql@16.8.1)(typescript@5.4.5): + resolution: {integrity: sha512-B55aIYyZn5ewdgMqoJciPAwF5DKYX6HBabTU+ap/dpNH3EgJrLomc8Y8w+MCxCyOx+dXL9OduT6eWnVr7J7Eyg==} peerDependencies: - graphql: ^16.8.1 + graphql: ^15.5.0 || ^16.0.0 || ^17.0.0 typescript: ^5.0.0 dependencies: '@0no-co/graphql.web': 1.0.7(graphql@16.8.1) graphql: 16.8.1 - typescript: 5.4.3 - dev: true + typescript: 5.4.5 /@graphql-codegen/add@5.0.2(graphql@16.8.1): resolution: {integrity: sha512-ouBkSvMFUhda5VoKumo/ZvsZM9P5ZTyDsI8LW18VxSNWOjrTeLXBWHG8Gfaai0HwhflPtCYVABbriEcOmrRShQ==} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-codegen/plugin-helpers': 5.0.3(graphql@16.8.1) + '@graphql-codegen/plugin-helpers': 5.0.4(graphql@16.8.1) graphql: 16.8.1 tslib: 2.6.2 dev: false - /@graphql-codegen/cli@5.0.2(@types/node@20.12.4)(graphql@16.8.1)(typescript@5.4.3): + /@graphql-codegen/cli@5.0.2(@types/node@20.12.13)(graphql@16.8.1)(typescript@5.4.5): resolution: {integrity: sha512-MBIaFqDiLKuO4ojN6xxG9/xL9wmfD3ZjZ7RsPjwQnSHBCUXnEkdKvX+JVpx87Pq29Ycn8wTJUguXnTZ7Di0Mlw==} hasBin: true peerDependencies: @@ -3420,24 +3378,24 @@ packages: '@babel/types': 7.24.6 '@graphql-codegen/client-preset': 4.2.6(graphql@16.8.1) '@graphql-codegen/core': 4.0.2(graphql@16.8.1) - '@graphql-codegen/plugin-helpers': 5.0.3(graphql@16.8.1) + '@graphql-codegen/plugin-helpers': 5.0.4(graphql@16.8.1) '@graphql-tools/apollo-engine-loader': 8.0.1(graphql@16.8.1) '@graphql-tools/code-file-loader': 8.1.2(graphql@16.8.1) '@graphql-tools/git-loader': 8.0.6(graphql@16.8.1) - '@graphql-tools/github-loader': 8.0.1(@types/node@20.12.4)(graphql@16.8.1) + '@graphql-tools/github-loader': 8.0.1(@types/node@20.12.13)(graphql@16.8.1) '@graphql-tools/graphql-file-loader': 8.0.1(graphql@16.8.1) '@graphql-tools/json-file-loader': 8.0.1(graphql@16.8.1) '@graphql-tools/load': 8.0.2(graphql@16.8.1) - '@graphql-tools/prisma-loader': 8.0.4(@types/node@20.12.4)(graphql@16.8.1) - '@graphql-tools/url-loader': 8.0.2(@types/node@20.12.4)(graphql@16.8.1) - '@graphql-tools/utils': 10.1.2(graphql@16.8.1) + '@graphql-tools/prisma-loader': 8.0.4(@types/node@20.12.13)(graphql@16.8.1) + '@graphql-tools/url-loader': 8.0.2(@types/node@20.12.13)(graphql@16.8.1) + '@graphql-tools/utils': 10.2.1(graphql@16.8.1) '@whatwg-node/fetch': 0.8.8 chalk: 4.1.2 - cosmiconfig: 8.3.6(typescript@5.4.3) + cosmiconfig: 8.3.6(typescript@5.4.5) debounce: 1.2.1 detect-indent: 6.1.0 graphql: 16.8.1 - graphql-config: 5.0.3(@types/node@20.12.4)(graphql@16.8.1)(typescript@5.4.3) + graphql-config: 5.0.3(@types/node@20.12.13)(graphql@16.8.1)(typescript@5.4.5) inquirer: 8.2.6 is-glob: 4.0.3 jiti: 1.21.0 @@ -3477,7 +3435,7 @@ packages: '@graphql-codegen/typescript-operations': 4.2.1(graphql@16.8.1) '@graphql-codegen/visitor-plugin-common': 5.2.0(graphql@16.8.1) '@graphql-tools/documents': 1.0.1(graphql@16.8.1) - '@graphql-tools/utils': 10.1.2(graphql@16.8.1) + '@graphql-tools/utils': 10.2.1(graphql@16.8.1) '@graphql-typed-document-node/core': 3.2.0(graphql@16.8.1) graphql: 16.8.1 tslib: 2.6.2 @@ -3491,9 +3449,9 @@ packages: peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-codegen/plugin-helpers': 5.0.3(graphql@16.8.1) - '@graphql-tools/schema': 10.0.3(graphql@16.8.1) - '@graphql-tools/utils': 10.1.2(graphql@16.8.1) + '@graphql-codegen/plugin-helpers': 5.0.4(graphql@16.8.1) + '@graphql-tools/schema': 10.0.4(graphql@16.8.1) + '@graphql-tools/utils': 10.2.1(graphql@16.8.1) graphql: 16.8.1 tslib: 2.6.2 dev: false @@ -3505,7 +3463,7 @@ packages: dependencies: '@graphql-codegen/plugin-helpers': 5.0.4(graphql@16.8.1) '@graphql-codegen/visitor-plugin-common': 5.2.0(graphql@16.8.1) - '@graphql-tools/utils': 10.1.2(graphql@16.8.1) + '@graphql-tools/utils': 10.2.1(graphql@16.8.1) auto-bind: 4.0.0 graphql: 16.8.1 tslib: 2.6.2 @@ -3542,26 +3500,12 @@ packages: tslib: 2.4.1 dev: false - /@graphql-codegen/plugin-helpers@5.0.3(graphql@16.8.1): - resolution: {integrity: sha512-yZ1rpULIWKBZqCDlvGIJRSyj1B2utkEdGmXZTBT/GVayP4hyRYlkd36AJV/LfEsVD8dnsKL5rLz2VTYmRNlJ5Q==} - peerDependencies: - graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 - dependencies: - '@graphql-tools/utils': 10.1.2(graphql@16.8.1) - change-case-all: 1.0.15 - common-tags: 1.8.2 - graphql: 16.8.1 - import-from: 4.0.0 - lodash: 4.17.21 - tslib: 2.6.2 - dev: false - /@graphql-codegen/plugin-helpers@5.0.4(graphql@16.8.1): resolution: {integrity: sha512-MOIuHFNWUnFnqVmiXtrI+4UziMTYrcquljaI5f/T/Bc7oO7sXcfkAvgkNWEEi9xWreYwvuer3VHCuPI/lAFWbw==} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-tools/utils': 10.1.2(graphql@16.8.1) + '@graphql-tools/utils': 10.2.1(graphql@16.8.1) change-case-all: 1.0.15 common-tags: 1.8.2 graphql: 16.8.1 @@ -3575,26 +3519,10 @@ packages: peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-codegen/plugin-helpers': 5.0.3(graphql@16.8.1) - '@graphql-tools/utils': 10.1.2(graphql@16.8.1) - graphql: 16.8.1 - tslib: 2.6.2 - dev: false - - /@graphql-codegen/typed-document-node@5.0.6(graphql@16.8.1): - resolution: {integrity: sha512-US0J95hOE2/W/h42w4oiY+DFKG7IetEN1mQMgXXeat1w6FAR5PlIz4JrRrEkiVfVetZ1g7K78SOwBD8/IJnDiA==} - peerDependencies: - graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 - dependencies: - '@graphql-codegen/plugin-helpers': 5.0.3(graphql@16.8.1) - '@graphql-codegen/visitor-plugin-common': 5.1.0(graphql@16.8.1) - auto-bind: 4.0.0 - change-case-all: 1.0.15 + '@graphql-codegen/plugin-helpers': 5.0.4(graphql@16.8.1) + '@graphql-tools/utils': 10.2.1(graphql@16.8.1) graphql: 16.8.1 tslib: 2.6.2 - transitivePeerDependencies: - - encoding - - supports-color dev: false /@graphql-codegen/typed-document-node@5.0.7(graphql@16.8.1): @@ -3613,22 +3541,6 @@ packages: - supports-color dev: false - /@graphql-codegen/typescript-operations@4.2.0(graphql@16.8.1): - resolution: {integrity: sha512-lmuwYb03XC7LNRS8oo9M4/vlOrq/wOKmTLBHlltK2YJ1BO/4K/Q9Jdv/jDmJpNydHVR1fmeF4wAfsIp1f9JibA==} - peerDependencies: - graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 - dependencies: - '@graphql-codegen/plugin-helpers': 5.0.3(graphql@16.8.1) - '@graphql-codegen/typescript': 4.0.6(graphql@16.8.1) - '@graphql-codegen/visitor-plugin-common': 5.1.0(graphql@16.8.1) - auto-bind: 4.0.0 - graphql: 16.8.1 - tslib: 2.6.2 - transitivePeerDependencies: - - encoding - - supports-color - dev: false - /@graphql-codegen/typescript-operations@4.2.1(graphql@16.8.1): resolution: {integrity: sha512-LhEPsaP+AI65zfK2j6CBAL4RT0bJL/rR9oRWlvwtHLX0t7YQr4CP4BXgvvej9brYdedAxHGPWeV1tPHy5/z9KQ==} peerDependencies: @@ -3645,15 +3557,15 @@ packages: - supports-color dev: false - /@graphql-codegen/typescript-resolvers@4.0.6(graphql@16.8.1): - resolution: {integrity: sha512-7OBFzZ2xSkYgMgcc1A3xNqbBHHSQXBesLrG86Sh+Jj0PQQB3Om8j1HSFs64PD/l5Kri2dXgm3oim/89l3Rl3lw==} + /@graphql-codegen/typescript-resolvers@4.1.0(graphql@16.8.1): + resolution: {integrity: sha512-JKosVjsZHaGfXIllWxuPPJ9DsAh72GVuyB+IFU3jNoM2sXuSNJsBVIT0CzpsxZr0rdkpcY6FfG2sS3zpE/TQrQ==} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-codegen/plugin-helpers': 5.0.3(graphql@16.8.1) - '@graphql-codegen/typescript': 4.0.6(graphql@16.8.1) - '@graphql-codegen/visitor-plugin-common': 5.1.0(graphql@16.8.1) - '@graphql-tools/utils': 10.1.2(graphql@16.8.1) + '@graphql-codegen/plugin-helpers': 5.0.4(graphql@16.8.1) + '@graphql-codegen/typescript': 4.0.7(graphql@16.8.1) + '@graphql-codegen/visitor-plugin-common': 5.2.0(graphql@16.8.1) + '@graphql-tools/utils': 10.2.1(graphql@16.8.1) auto-bind: 4.0.0 graphql: 16.8.1 tslib: 2.6.2 @@ -3683,22 +3595,6 @@ packages: - supports-color dev: false - /@graphql-codegen/typescript@4.0.6(graphql@16.8.1): - resolution: {integrity: sha512-IBG4N+Blv7KAL27bseruIoLTjORFCT3r+QYyMC3g11uY3/9TPpaUyjSdF70yBe5GIQ6dAgDU+ENUC1v7EPi0rw==} - peerDependencies: - graphql: ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 - dependencies: - '@graphql-codegen/plugin-helpers': 5.0.3(graphql@16.8.1) - '@graphql-codegen/schema-ast': 4.0.2(graphql@16.8.1) - '@graphql-codegen/visitor-plugin-common': 5.1.0(graphql@16.8.1) - auto-bind: 4.0.0 - graphql: 16.8.1 - tslib: 2.6.2 - transitivePeerDependencies: - - encoding - - supports-color - dev: false - /@graphql-codegen/typescript@4.0.7(graphql@16.8.1): resolution: {integrity: sha512-Gn+JNvQBJhBqH7s83piAJ6UeU/MTj9GXWFO9bdbl8PMLCAM1uFAtg04iHfkGCtDKXcUg5a3Dt/SZG85uk5KuhA==} peerDependencies: @@ -3748,15 +3644,15 @@ packages: - supports-color dev: false - /@graphql-codegen/visitor-plugin-common@5.1.0(graphql@16.8.1): - resolution: {integrity: sha512-eamQxtA9bjJqI2lU5eYoA1GbdMIRT2X8m8vhWYsVQVWD3qM7sx/IqJU0kx0J3Vd4/CSd36BzL6RKwksibytDIg==} + /@graphql-codegen/visitor-plugin-common@5.2.0(graphql@16.8.1): + resolution: {integrity: sha512-0p8AwmARaZCAlDFfQu6Sz+JV6SjbPDx3y2nNM7WAAf0au7Im/GpJ7Ke3xaIYBc1b2rTZ+DqSTJI/zomENGD9NA==} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-codegen/plugin-helpers': 5.0.3(graphql@16.8.1) + '@graphql-codegen/plugin-helpers': 5.0.4(graphql@16.8.1) '@graphql-tools/optimize': 2.0.0(graphql@16.8.1) '@graphql-tools/relay-operation-optimizer': 7.0.1(graphql@16.8.1) - '@graphql-tools/utils': 10.1.2(graphql@16.8.1) + '@graphql-tools/utils': 10.2.1(graphql@16.8.1) auto-bind: 4.0.0 change-case-all: 1.0.15 dependency-graph: 0.11.0 @@ -3769,35 +3665,14 @@ packages: - supports-color dev: false - /@graphql-codegen/visitor-plugin-common@5.2.0(graphql@16.8.1): - resolution: {integrity: sha512-0p8AwmARaZCAlDFfQu6Sz+JV6SjbPDx3y2nNM7WAAf0au7Im/GpJ7Ke3xaIYBc1b2rTZ+DqSTJI/zomENGD9NA==} + /@graphql-tools/apollo-engine-loader@8.0.1(graphql@16.8.1): + resolution: {integrity: sha512-NaPeVjtrfbPXcl+MLQCJLWtqe2/E4bbAqcauEOQ+3sizw1Fc2CNmhHRF8a6W4D0ekvTRRXAMptXYgA2uConbrA==} + engines: {node: '>=16.0.0'} peerDependencies: - graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 - dependencies: - '@graphql-codegen/plugin-helpers': 5.0.4(graphql@16.8.1) - '@graphql-tools/optimize': 2.0.0(graphql@16.8.1) - '@graphql-tools/relay-operation-optimizer': 7.0.1(graphql@16.8.1) - '@graphql-tools/utils': 10.1.2(graphql@16.8.1) - auto-bind: 4.0.0 - change-case-all: 1.0.15 - dependency-graph: 0.11.0 - graphql: 16.8.1 - graphql-tag: 2.12.6(graphql@16.8.1) - parse-filepath: 1.0.2 - tslib: 2.6.2 - transitivePeerDependencies: - - encoding - - supports-color - dev: false - - /@graphql-tools/apollo-engine-loader@8.0.1(graphql@16.8.1): - resolution: {integrity: sha512-NaPeVjtrfbPXcl+MLQCJLWtqe2/E4bbAqcauEOQ+3sizw1Fc2CNmhHRF8a6W4D0ekvTRRXAMptXYgA2uConbrA==} - engines: {node: '>=16.0.0'} - peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@ardatan/sync-fetch': 0.0.1 - '@graphql-tools/utils': 10.1.2(graphql@16.8.1) + '@graphql-tools/utils': 10.2.1(graphql@16.8.1) '@whatwg-node/fetch': 0.9.17 graphql: 16.8.1 tslib: 2.6.2 @@ -3811,7 +3686,7 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/utils': 10.1.2(graphql@16.8.1) + '@graphql-tools/utils': 10.2.1(graphql@16.8.1) dataloader: 2.2.2 graphql: 16.8.1 tslib: 2.6.2 @@ -3825,7 +3700,7 @@ packages: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@graphql-tools/graphql-tag-pluck': 8.3.1(graphql@16.8.1) - '@graphql-tools/utils': 10.1.2(graphql@16.8.1) + '@graphql-tools/utils': 10.2.1(graphql@16.8.1) globby: 11.1.0 graphql: 16.8.1 tslib: 2.6.2 @@ -3866,7 +3741,7 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/utils': 10.1.2(graphql@16.8.1) + '@graphql-tools/utils': 10.2.1(graphql@16.8.1) '@types/ws': 8.5.10 graphql: 16.8.1 graphql-ws: 5.16.0(graphql@16.8.1) @@ -3878,7 +3753,7 @@ packages: - utf-8-validate dev: false - /@graphql-tools/executor-http@1.0.9(@types/node@20.12.4)(graphql@16.8.1): + /@graphql-tools/executor-http@1.0.9(@types/node@20.12.13)(graphql@16.8.1): resolution: {integrity: sha512-+NXaZd2MWbbrWHqU4EhXcrDbogeiCDmEbrAN+rMn4Nu2okDjn2MTFDbTIab87oEubQCH4Te1wDkWPKrzXup7+Q==} engines: {node: '>=16.0.0'} peerDependencies: @@ -3889,7 +3764,7 @@ packages: '@whatwg-node/fetch': 0.9.17 extract-files: 11.0.0 graphql: 16.8.1 - meros: 1.3.0(@types/node@20.12.4) + meros: 1.3.0(@types/node@20.12.13) tslib: 2.6.2 value-or-promise: 1.0.12 transitivePeerDependencies: @@ -3901,7 +3776,7 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/utils': 10.1.2(graphql@16.8.1) + '@graphql-tools/utils': 10.2.1(graphql@16.8.1) '@types/ws': 8.5.10 graphql: 16.8.1 isomorphic-ws: 5.0.0(ws@8.17.0) @@ -3912,7 +3787,7 @@ packages: - utf-8-validate dev: false - /@graphql-tools/executor-urql-exchange@1.0.2(@urql/core@5.0.0)(graphql@16.8.1)(wonka@6.3.4): + /@graphql-tools/executor-urql-exchange@1.0.2(@urql/core@5.0.3)(graphql@16.8.1)(wonka@6.3.4): resolution: {integrity: sha512-a/oyZWIwBFtSSP9WsjH26lYvSLPEt/sKqZ3+XKO6YUN3RgISjypj4SES4S+RTk+TL/WVG2TQ06lvtmLIXMhLIQ==} engines: {node: '>=16.0.0'} peerDependencies: @@ -3921,7 +3796,7 @@ packages: wonka: ^6.0.0 dependencies: '@graphql-tools/utils': 10.2.1(graphql@16.8.1) - '@urql/core': 5.0.0(graphql@16.8.1) + '@urql/core': 5.0.3(graphql@16.8.1) graphql: 16.8.1 tslib: 2.6.2 wonka: 6.3.4 @@ -3932,7 +3807,7 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/utils': 10.1.2(graphql@16.8.1) + '@graphql-tools/utils': 10.2.1(graphql@16.8.1) '@graphql-typed-document-node/core': 3.2.0(graphql@16.8.1) '@repeaterjs/repeater': 3.0.6 graphql: 16.8.1 @@ -3947,7 +3822,7 @@ packages: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@graphql-tools/graphql-tag-pluck': 8.3.1(graphql@16.8.1) - '@graphql-tools/utils': 10.1.2(graphql@16.8.1) + '@graphql-tools/utils': 10.2.1(graphql@16.8.1) graphql: 16.8.1 is-glob: 4.0.3 micromatch: 4.0.7 @@ -3957,16 +3832,16 @@ packages: - supports-color dev: false - /@graphql-tools/github-loader@8.0.1(@types/node@20.12.4)(graphql@16.8.1): + /@graphql-tools/github-loader@8.0.1(@types/node@20.12.13)(graphql@16.8.1): resolution: {integrity: sha512-W4dFLQJ5GtKGltvh/u1apWRFKBQOsDzFxO9cJkOYZj1VzHCpRF43uLST4VbCfWve+AwBqOuKr7YgkHoxpRMkcg==} engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@ardatan/sync-fetch': 0.0.1 - '@graphql-tools/executor-http': 1.0.9(@types/node@20.12.4)(graphql@16.8.1) + '@graphql-tools/executor-http': 1.0.9(@types/node@20.12.13)(graphql@16.8.1) '@graphql-tools/graphql-tag-pluck': 8.3.1(graphql@16.8.1) - '@graphql-tools/utils': 10.1.2(graphql@16.8.1) + '@graphql-tools/utils': 10.2.1(graphql@16.8.1) '@whatwg-node/fetch': 0.9.17 graphql: 16.8.1 tslib: 2.6.2 @@ -3984,7 +3859,7 @@ packages: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@graphql-tools/import': 7.0.1(graphql@16.8.1) - '@graphql-tools/utils': 10.1.2(graphql@16.8.1) + '@graphql-tools/utils': 10.2.1(graphql@16.8.1) globby: 11.1.0 graphql: 16.8.1 tslib: 2.6.2 @@ -4002,7 +3877,7 @@ packages: '@babel/plugin-syntax-import-assertions': 7.24.6(@babel/core@7.24.6) '@babel/traverse': 7.24.6 '@babel/types': 7.24.6 - '@graphql-tools/utils': 10.1.2(graphql@16.8.1) + '@graphql-tools/utils': 10.2.1(graphql@16.8.1) graphql: 16.8.1 tslib: 2.6.2 transitivePeerDependencies: @@ -4015,7 +3890,7 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/utils': 10.1.2(graphql@16.8.1) + '@graphql-tools/utils': 10.2.1(graphql@16.8.1) graphql: 16.8.1 resolve-from: 5.0.0 tslib: 2.6.2 @@ -4027,7 +3902,7 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/utils': 10.1.2(graphql@16.8.1) + '@graphql-tools/utils': 10.2.1(graphql@16.8.1) globby: 11.1.0 graphql: 16.8.1 tslib: 2.6.2 @@ -4040,8 +3915,8 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/schema': 10.0.3(graphql@16.8.1) - '@graphql-tools/utils': 10.1.2(graphql@16.8.1) + '@graphql-tools/schema': 10.0.4(graphql@16.8.1) + '@graphql-tools/utils': 10.2.1(graphql@16.8.1) graphql: 16.8.1 p-limit: 3.1.0 tslib: 2.6.2 @@ -4053,7 +3928,7 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/utils': 10.1.2(graphql@16.8.1) + '@graphql-tools/utils': 10.2.1(graphql@16.8.1) graphql: 16.8.1 tslib: 2.6.2 dev: false @@ -4077,14 +3952,14 @@ packages: tslib: 2.6.2 dev: false - /@graphql-tools/prisma-loader@8.0.4(@types/node@20.12.4)(graphql@16.8.1): + /@graphql-tools/prisma-loader@8.0.4(@types/node@20.12.13)(graphql@16.8.1): resolution: {integrity: sha512-hqKPlw8bOu/GRqtYr0+dINAI13HinTVYBDqhwGAPIFmLr5s+qKskzgCiwbsckdrb5LWVFmVZc+UXn80OGiyBzg==} engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/url-loader': 8.0.2(@types/node@20.12.4)(graphql@16.8.1) - '@graphql-tools/utils': 10.1.2(graphql@16.8.1) + '@graphql-tools/url-loader': 8.0.2(@types/node@20.12.13)(graphql@16.8.1) + '@graphql-tools/utils': 10.2.1(graphql@16.8.1) '@types/js-yaml': 4.0.9 '@whatwg-node/fetch': 0.9.17 chalk: 4.1.2 @@ -4129,7 +4004,7 @@ packages: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@ardatan/relay-compiler': 12.0.0(graphql@16.8.1) - '@graphql-tools/utils': 10.1.2(graphql@16.8.1) + '@graphql-tools/utils': 10.2.1(graphql@16.8.1) graphql: 16.8.1 tslib: 2.6.2 transitivePeerDependencies: @@ -4137,19 +4012,6 @@ packages: - supports-color dev: false - /@graphql-tools/schema@10.0.3(graphql@16.8.1): - resolution: {integrity: sha512-p28Oh9EcOna6i0yLaCFOnkcBDQECVf3SCexT6ktb86QNj9idnkhI+tCxnwZDh58Qvjd2nURdkbevvoZkvxzCog==} - engines: {node: '>=16.0.0'} - peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - dependencies: - '@graphql-tools/merge': 9.0.4(graphql@16.8.1) - '@graphql-tools/utils': 10.1.2(graphql@16.8.1) - graphql: 16.8.1 - tslib: 2.6.2 - value-or-promise: 1.0.12 - dev: false - /@graphql-tools/schema@10.0.4(graphql@16.8.1): resolution: {integrity: sha512-HuIwqbKxPaJujox25Ra4qwz0uQzlpsaBOzO6CVfzB/MemZdd+Gib8AIvfhQArK0YIN40aDran/yi+E5Xf0mQww==} engines: {node: '>=16.0.0'} @@ -4163,7 +4025,7 @@ packages: value-or-promise: 1.0.12 dev: false - /@graphql-tools/url-loader@8.0.2(@types/node@20.12.4)(graphql@16.8.1): + /@graphql-tools/url-loader@8.0.2(@types/node@20.12.13)(graphql@16.8.1): resolution: {integrity: sha512-1dKp2K8UuFn7DFo1qX5c1cyazQv2h2ICwA9esHblEqCYrgf69Nk8N7SODmsfWg94OEaI74IqMoM12t7eIGwFzQ==} engines: {node: '>=16.0.0'} peerDependencies: @@ -4172,9 +4034,9 @@ packages: '@ardatan/sync-fetch': 0.0.1 '@graphql-tools/delegate': 10.0.11(graphql@16.8.1) '@graphql-tools/executor-graphql-ws': 1.1.2(graphql@16.8.1) - '@graphql-tools/executor-http': 1.0.9(@types/node@20.12.4)(graphql@16.8.1) + '@graphql-tools/executor-http': 1.0.9(@types/node@20.12.13)(graphql@16.8.1) '@graphql-tools/executor-legacy-ws': 1.0.6(graphql@16.8.1) - '@graphql-tools/utils': 10.1.2(graphql@16.8.1) + '@graphql-tools/utils': 10.2.1(graphql@16.8.1) '@graphql-tools/wrap': 10.0.5(graphql@16.8.1) '@types/ws': 8.5.10 '@whatwg-node/fetch': 0.9.17 @@ -4190,19 +4052,6 @@ packages: - utf-8-validate dev: false - /@graphql-tools/utils@10.1.2(graphql@16.8.1): - resolution: {integrity: sha512-fX13CYsDnX4yifIyNdiN0cVygz/muvkreWWem6BBw130+ODbRRgfiVveL0NizCEnKXkpvdeTy9Bxvo9LIKlhrw==} - engines: {node: '>=16.0.0'} - peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - dependencies: - '@graphql-typed-document-node/core': 3.2.0(graphql@16.8.1) - cross-inspect: 1.0.0 - dset: 3.1.3 - graphql: 16.8.1 - tslib: 2.6.2 - dev: false - /@graphql-tools/utils@10.2.1(graphql@16.8.1): resolution: {integrity: sha512-U8OMdkkEt3Vp3uYHU2pMc6mwId7axVAcSSmcqJcUmWNPqY2pfee5O655ybTI2kNPWAe58Zu6gLu4Oi4QT4BgWA==} engines: {node: '>=16.0.0'} @@ -4241,8 +4090,8 @@ packages: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@graphql-tools/delegate': 10.0.11(graphql@16.8.1) - '@graphql-tools/schema': 10.0.3(graphql@16.8.1) - '@graphql-tools/utils': 10.1.2(graphql@16.8.1) + '@graphql-tools/schema': 10.0.4(graphql@16.8.1) + '@graphql-tools/utils': 10.2.1(graphql@16.8.1) graphql: 16.8.1 tslib: 2.6.2 value-or-promise: 1.0.12 @@ -4280,25 +4129,38 @@ packages: tslib: 2.6.2 dev: false - /@graphql-yoga/urql-exchange@3.3.0(@types/node@20.12.4)(@urql/core@5.0.0)(graphql@16.8.1)(wonka@6.3.4): - resolution: {integrity: sha512-QssrxJy86wxPH2cP0AaWxOh+vmz9KBG9wx+RWgZjMoZeMNufFYg7bXhEF3oLoEuYttiOoKRhPu6KFXTvxhXUHg==} + /@graphql-yoga/urql-exchange@3.3.1(@types/node@20.12.13)(@urql/core@5.0.3)(graphql@16.8.1)(wonka@6.3.4): + resolution: {integrity: sha512-BuDfsnXDj6LFko2P9ibtpnAlRafcQEMs7Gpr9hWDSO66pxUcCsU1aNSNUQPHcfS9Oss43GmlUsVDOaKbhJr22g==} engines: {node: '>=18.0.0'} peerDependencies: '@urql/core': ^3.0.0 || ^4.0.0 graphql: ^15.2.0 || ^16.0.0 wonka: ^6.0.0 dependencies: - '@graphql-tools/executor-http': 1.0.9(@types/node@20.12.4)(graphql@16.8.1) - '@graphql-tools/executor-urql-exchange': 1.0.2(@urql/core@5.0.0)(graphql@16.8.1)(wonka@6.3.4) - '@urql/core': 5.0.0(graphql@16.8.1) + '@graphql-tools/executor-http': 1.0.9(@types/node@20.12.13)(graphql@16.8.1) + '@graphql-tools/executor-urql-exchange': 1.0.2(@urql/core@5.0.3)(graphql@16.8.1)(wonka@6.3.4) + '@urql/core': 5.0.3(graphql@16.8.1) graphql: 16.8.1 tslib: 2.6.2 wonka: 6.3.4 transitivePeerDependencies: - '@types/node' - /@humanwhocodes/config-array@0.12.3: - resolution: {integrity: sha512-jsNnTBlMWuTpDkeE3on7+dWJi0D6fdDfeANj/w7MpS8ztROCoLvIO2nG0CcFj+E4k8j4QrSTh4Oryi3i2G669g==} + /@hono/node-server@1.11.1: + resolution: {integrity: sha512-GW1Iomhmm1o4Z+X57xGby8A35Cu9UZLL7pSMdqDBkD99U5cywff8F+8hLk5aBTzNubnsFAvWQ/fZjNwPsEn9lA==} + engines: {node: '>=18.14.1'} + + /@hono/zod-validator@0.2.1(hono@4.4.0)(zod@3.23.8): + resolution: {integrity: sha512-HFoxln7Q6JsE64qz2WBS28SD33UB2alp3aRKmcWnNLDzEL1BLsWfbdX6e1HIiUprHYTIXf5y7ax8eYidKUwyaA==} + peerDependencies: + hono: '>=3.9.0' + zod: ^3.19.1 + dependencies: + hono: 4.4.0 + zod: 3.23.8 + + /@humanwhocodes/config-array@0.13.0: + resolution: {integrity: sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==} engines: {node: '>=10.10.0'} dependencies: '@humanwhocodes/object-schema': 2.0.3 @@ -4314,13 +4176,17 @@ packages: /@humanwhocodes/object-schema@2.0.3: resolution: {integrity: sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==} + /@humanwhocodes/retry@0.3.0: + resolution: {integrity: sha512-d2CGZR2o7fS6sWB7DG/3a95bGKQyHMACZ5aW8qGkkqQpUoZV6C0X7Pc7l4ZNMZkfNBf4VWNe9E1jRsf0G146Ew==} + engines: {node: '>=18.18'} + /@hutson/parse-repository-url@3.0.2: resolution: {integrity: sha512-H9XAx3hc0BQHY6l+IFSWHDySypcXsvsuLhgYLUGywmJ5pswRVQJUHpOsobnLYp2ZUaUlKiKDrgWWhosOwAEM8Q==} engines: {node: '>=6.9.0'} dev: true - /@iconify-json/carbon@1.1.31: - resolution: {integrity: sha512-CAvECFfiwGyZmlcuM2JLMRDEN3VsIEZv6lml7Xf+3giQ5oXloADm0b5wiVPFZmONKM5jXERmx+E7YSvAtFJIbw==} + /@iconify-json/carbon@1.1.34: + resolution: {integrity: sha512-azvhc5HP+CilSrzSEfP4MezsG5n4tj+vIJLADhqCbFM1BOAmyDe/K1lTL9GLDluybsCvSqb15+6AIRb1jtKhpQ==} dependencies: '@iconify/types': 2.0.0 @@ -4330,8 +4196,8 @@ packages: '@iconify/types': 2.0.0 dev: true - /@iconify-json/ph@1.1.12: - resolution: {integrity: sha512-m+rXTW084YaQQHT+F8TxdkCoAh+i/5MWRoSuPmxCWPlxwMAaLT/QfyVsbEiV95HM5806U/jKpBV6F1b7Pmr3Vg==} + /@iconify-json/ph@1.1.13: + resolution: {integrity: sha512-xtM4JJ63HCKj09WRqrBswXiHrpliBlqboWSZH8odcmqYXbvIFceU9/Til4V+MQr6+MoUC+KB72cxhky2+A6r/g==} dependencies: '@iconify/types': 2.0.0 @@ -4369,13 +4235,13 @@ packages: transitivePeerDependencies: - supports-color - /@iconify/vue@4.1.2(vue@3.4.21): + /@iconify/vue@4.1.2(vue@3.4.27): resolution: {integrity: sha512-CQnYqLiQD5LOAaXhBrmj1mdL2/NCJvwcC4jtW2Z8ukhThiFkLDkutarTOV2trfc9EXqUqRs0KqXOL9pZ/IyysA==} peerDependencies: vue: '>=3' dependencies: '@iconify/types': 2.0.0 - vue: 3.4.21(typescript@5.4.3) + vue: 3.4.27(typescript@5.4.5) dev: false /@internationalized/date@3.5.4: @@ -4384,6 +4250,12 @@ packages: '@swc/helpers': 0.5.11 dev: false + /@internationalized/number@3.5.3: + resolution: {integrity: sha512-rd1wA3ebzlp0Mehj5YTuTI50AQEx80gWFyHcQu+u91/5NgdwBecO8BH6ipPfE+lmQ9d63vpB3H9SHoIUiupllw==} + dependencies: + '@swc/helpers': 0.5.11 + dev: false + /@intlify/bundle-utils@7.5.1(vue-i18n@9.13.1): resolution: {integrity: sha512-UovJl10oBIlmYEcWw+VIHdKY5Uv5sdPG0b/b6bOYxGLln3UwB75+2dlc0F3Fsa0RhoznQ5Rp589/BZpABpE4Xw==} engines: {node: '>= 14.16'} @@ -4405,7 +4277,7 @@ packages: magic-string: 0.30.10 mlly: 1.7.0 source-map-js: 1.2.0 - vue-i18n: 9.13.1(vue@3.4.21) + vue-i18n: 9.13.1(vue@3.4.27) yaml-eslint-parser: 1.2.3 dev: false @@ -4473,7 +4345,7 @@ packages: picocolors: 1.0.1 source-map-js: 1.2.0 unplugin: 1.10.1 - vue-i18n: 9.13.1(vue@3.4.21) + vue-i18n: 9.13.1(vue@3.4.27) transitivePeerDependencies: - rollup - supports-color @@ -4561,15 +4433,15 @@ packages: transitivePeerDependencies: - supports-color - /@ionic/core@7.8.3: - resolution: {integrity: sha512-5pFoE8gbhbCuyQlZ7BlRk4+S4PmmqgkALw4IAhtUK1TuzsKJ2KLFBlp0rdlWS+VcKEyrec/ptVki8oN5335vRA==} + /@ionic/core@7.8.6: + resolution: {integrity: sha512-HAYZdEmeJgOdo2kDlZkcCGHb+zs/vjU6iv4skbVBL7y+OnSv/oC2u83Yee8S3/aY0YAxkyBgu7hLTYH13Zc2Aw==} dependencies: '@stencil/core': 4.18.3 ionicons: 7.4.0 tslib: 2.6.2 - /@ionic/core@7.8.6: - resolution: {integrity: sha512-HAYZdEmeJgOdo2kDlZkcCGHb+zs/vjU6iv4skbVBL7y+OnSv/oC2u83Yee8S3/aY0YAxkyBgu7hLTYH13Zc2Aw==} + /@ionic/core@8.2.0: + resolution: {integrity: sha512-+TjHDFluiGYVNiQZOLsETCE+om5FKYbaOKkfmCQYvRGxlg4WtOwaX6YCrpP4MMuerGt36PA196oh/JTcVe9ByA==} dependencies: '@stencil/core': 4.18.3 ionicons: 7.4.0 @@ -4583,7 +4455,6 @@ packages: tslib: 2.6.2 transitivePeerDependencies: - supports-color - dev: true /@ionic/utils-array@2.1.6: resolution: {integrity: sha512-0JZ1Zkp3wURnv8oq6Qt7fMPo5MpjbLoUoa9Bu2Q4PJuSDWM8H8gwF3dQO7VTeUj3/0o1IB1wGkFWZZYgUXZMUg==} @@ -4604,7 +4475,6 @@ packages: tslib: 2.6.2 transitivePeerDependencies: - supports-color - dev: true /@ionic/utils-fs@3.1.7: resolution: {integrity: sha512-2EknRvMVfhnyhL1VhFkSLa5gOcycK91VnjfrTB0kbqkTFCOXyXgVLI5whzq7SLrgD9t1aqos3lMMQyVzaQ5gVA==} @@ -4634,7 +4504,6 @@ packages: tslib: 2.6.2 transitivePeerDependencies: - supports-color - dev: true /@ionic/utils-object@2.1.6: resolution: {integrity: sha512-vCl7sl6JjBHFw99CuAqHljYJpcE88YaH2ZW4ELiC/Zwxl5tiwn4kbdP/gxi2OT3MQb1vOtgAmSNRtusvgxI8ww==} @@ -4657,7 +4526,6 @@ packages: tslib: 2.6.2 transitivePeerDependencies: - supports-color - dev: true /@ionic/utils-process@2.1.11: resolution: {integrity: sha512-Uavxn+x8j3rDlZEk1X7YnaN6wCgbCwYQOeIjv/m94i1dzslqWhqIHEqxEyeE8HsT5Negboagg7GtQiABy+BLbA==} @@ -4693,7 +4561,6 @@ packages: tslib: 2.6.2 transitivePeerDependencies: - supports-color - dev: true /@ionic/utils-stream@3.1.6: resolution: {integrity: sha512-4+Kitey1lTA1yGtnigeYNhV/0tggI3lWBMjC7tBs1K9GXa/q7q4CtOISppdh8QgtOhrhAXS2Igp8rbko/Cj+lA==} @@ -4727,7 +4594,6 @@ packages: tslib: 2.6.2 transitivePeerDependencies: - supports-color - dev: true /@ionic/utils-subprocess@2.1.14: resolution: {integrity: sha512-nGYvyGVjU0kjPUcSRFr4ROTraT3w/7r502f5QJEsMRKTqa4eEzCshtwRk+/mpASm0kgBN5rrjYA5A/OZg8ahqg==} @@ -4774,7 +4640,6 @@ packages: wrap-ansi: 7.0.0 transitivePeerDependencies: - supports-color - dev: true /@ionic/utils-terminal@2.3.4: resolution: {integrity: sha512-cEiMFl3jklE0sW60r8JHH3ijFTwh/jkdEKWbylSyExQwZ8pPuwoXz7gpkWoJRLuoRHHSvg+wzNYyPJazIHfoJA==} @@ -5771,27 +5636,10 @@ packages: dependencies: which: 4.0.0 - /@npmcli/redact@1.1.0: - resolution: {integrity: sha512-PfnWuOkQgu7gCbnSsAisaX7hKOdZ4wSAhAzH3/ph5dSGau52kCRrMMGbiSQLwyTZpgldkZ49b0brkOr1AzGBHQ==} - engines: {node: ^16.14.0 || >=18.0.0} - /@npmcli/redact@2.0.0: resolution: {integrity: sha512-SEjCPAVHWYUIQR+Yn03kJmrJjZDtJLYpj300m3HV9OTRZNpC5YpbMsM3eTkECyT4aWj8lDr9WeY6TWefpubtYQ==} engines: {node: ^16.14.0 || >=18.0.0} - /@npmcli/run-script@7.0.4: - resolution: {integrity: sha512-9ApYM/3+rBt9V80aYg6tZfzj3UWdiYyCt7gJUD1VJKvWF5nwKDSICXbYIQbspFTq6TOpbsEtIC0LArB8d9PFmg==} - engines: {node: ^16.14.0 || >=18.0.0} - dependencies: - '@npmcli/node-gyp': 3.0.0 - '@npmcli/package-json': 5.1.1 - '@npmcli/promise-spawn': 7.0.2 - node-gyp: 10.1.0 - which: 4.0.0 - transitivePeerDependencies: - - bluebird - - supports-color - /@npmcli/run-script@8.1.0: resolution: {integrity: sha512-y7efHHwghQfk28G2z3tlZ67pLG0XdfYbcVG26r7YIXALRsrVQcTq4/tdenSmdOrEsNahIYA/eh8aEVROWGFUDg==} engines: {node: ^16.14.0 || >=18.0.0} @@ -5806,11 +5654,11 @@ packages: - bluebird - supports-color - /@nrwl/tao@18.2.2: - resolution: {integrity: sha512-tXjAbbw8Ir3cY/PQVHiC7q10jsU43r5kkEVwa2vzd1rfPtPFvj9WtgwISd+GstuppYtsbNi+UgTNmHX8dRKPYQ==} + /@nrwl/tao@19.1.1: + resolution: {integrity: sha512-03iaf+rnOEf5HHLsiSA7QIk63mBtcU4vkqkggoYLxJpMthx5nD4Z12nk+G/Z5RKWYUG4k3j6G7CFiIQRYOy7TA==} hasBin: true dependencies: - nx: 18.2.2 + nx: 19.1.1 tslib: 2.6.2 transitivePeerDependencies: - '@swc-node/register' @@ -5821,21 +5669,6 @@ packages: /@nuxt/devalue@2.0.2: resolution: {integrity: sha512-GBzP8zOc7CGWyFQS6dv1lQz8VVpz5C2yRszbXufwG/9zhStTIH50EtD87NmWbTMwXDvZLNg8GIpb1UFdH93JCA==} - /@nuxt/devtools-kit@1.1.5(nuxt@3.11.2)(rollup@3.29.4)(vite@5.2.8): - resolution: {integrity: sha512-Nb/NKFCRtxyqcPD6snB52rXtbRQMjGtn3ncpa8cLWsnoqnkd9emQ4uwV8IwCNxTnqUBtbGU79/TlJ79SKH9TAw==} - peerDependencies: - nuxt: ^3.9.0 - vite: '*' - dependencies: - '@nuxt/kit': 3.11.1(rollup@3.29.4) - '@nuxt/schema': 3.11.1(rollup@3.29.4) - execa: 7.2.0 - nuxt: 3.11.2(@opentelemetry/api@1.8.0)(@types/node@20.12.4)(@unocss/reset@0.60.3)(drizzle-orm@0.30.7)(eslint@9.0.0)(floating-vue@5.2.2)(ioredis@5.3.2)(rollup@3.29.4)(typescript@5.4.3)(unocss@0.60.3)(vite@5.2.8) - vite: 5.2.8(@types/node@20.12.4) - transitivePeerDependencies: - - rollup - - supports-color - /@nuxt/devtools-kit@1.3.2(nuxt@3.11.2)(rollup@3.29.4)(vite@5.2.8): resolution: {integrity: sha512-ZLEFiUYFSIpQnJ4km8DSE7F7+XIZVslfa/ipFlri9VMffTCRN2Pb1Te9Av35jV9ldc7PYiM70Hs+QLXTJOLE6g==} peerDependencies: @@ -5845,8 +5678,8 @@ packages: '@nuxt/kit': 3.11.2(rollup@3.29.4) '@nuxt/schema': 3.11.2(rollup@3.29.4) execa: 7.2.0 - nuxt: 3.11.2(@opentelemetry/api@1.8.0)(@types/node@20.12.4)(@unocss/reset@0.60.3)(drizzle-orm@0.30.7)(eslint@9.0.0)(floating-vue@5.2.2)(ioredis@5.3.2)(rollup@3.29.4)(typescript@5.4.3)(unocss@0.60.3)(vite@5.2.8) - vite: 5.2.8(@types/node@20.12.4) + nuxt: 3.11.2(@opentelemetry/api@1.8.0)(@types/node@20.12.13)(@unocss/reset@0.60.3)(drizzle-orm@0.30.10)(eslint@9.3.0)(floating-vue@5.2.2)(ioredis@5.4.1)(rollup@3.29.4)(typescript@5.4.5)(unocss@0.60.3)(vite@5.2.8) + vite: 5.2.8(@types/node@20.12.13) transitivePeerDependencies: - rollup - supports-color @@ -5860,8 +5693,8 @@ packages: '@nuxt/kit': 3.11.2(rollup@4.18.0) '@nuxt/schema': 3.11.2(rollup@4.18.0) execa: 7.2.0 - nuxt: 3.11.2(@opentelemetry/api@1.8.0)(@types/node@20.12.4)(drizzle-orm@0.30.7)(eslint@9.0.0)(rollup@4.18.0)(typescript@5.4.3)(vite@5.2.8) - vite: 5.2.8(@types/node@20.12.4) + nuxt: 3.11.2(@opentelemetry/api@1.8.0)(@types/node@20.12.13)(drizzle-orm@0.30.10)(eslint@9.3.0)(rollup@4.18.0)(typescript@5.4.5)(vite@5.2.8) + vite: 5.2.8(@types/node@20.12.13) transitivePeerDependencies: - rollup - supports-color @@ -5873,42 +5706,42 @@ packages: nuxt: ^3.9.0 vite: '*' dependencies: - '@nuxt/kit': 3.11.2(rollup@3.29.4) + '@nuxt/kit': 3.11.2 '@nuxt/schema': 3.11.2(rollup@3.29.4) execa: 7.2.0 - nuxt: 3.11.2(@opentelemetry/api@1.8.0)(@types/node@20.12.4)(@unocss/reset@0.60.3)(drizzle-orm@0.30.7)(eslint@9.0.0)(floating-vue@5.2.2)(typescript@5.4.3)(unocss@0.60.3)(vite@5.2.8) - vite: 5.2.8(@types/node@20.12.4) + nuxt: 3.11.2(@opentelemetry/api@1.8.0)(@types/node@20.12.13)(@unocss/reset@0.60.3)(drizzle-orm@0.30.10)(eslint@9.3.0)(floating-vue@5.2.2)(typescript@5.4.5)(unocss@0.60.3)(vite@5.2.8) + vite: 5.2.8(@types/node@20.12.13) transitivePeerDependencies: - rollup - supports-color dev: true - /@nuxt/devtools-ui-kit@1.1.5(@nuxt/devtools@1.1.5)(@vue/compiler-core@3.4.27)(nuxt@3.11.2)(postcss@8.4.38)(rollup@3.29.4)(vite@5.2.8)(vue@3.4.21)(webpack@5.91.0): - resolution: {integrity: sha512-Oj5JzINvkzoEkfeXmtiGKr15SC/LCy09O6EAzHsoJDCD0Kw2z/bPaKuw9k6cb/yKssx3gKqHuWC0+QCQubIg7g==} + /@nuxt/devtools-ui-kit@1.3.2(@nuxt/devtools@1.3.2)(@vue/compiler-core@3.4.27)(nuxt@3.11.2)(postcss@8.4.38)(rollup@3.29.4)(vite@5.2.8)(vue@3.4.21)(webpack@5.91.0): + resolution: {integrity: sha512-4XiU1SDXPf2r+KlDLBY/R4kNmwNgNCTtUWen6onop6UY9J6OD2q/lOdlBcQDyHoNvgBntitwD5z6uBWUi9Fb5w==} peerDependencies: - '@nuxt/devtools': 1.1.5 + '@nuxt/devtools': 1.3.2 dependencies: - '@iconify-json/carbon': 1.1.31 + '@iconify-json/carbon': 1.1.34 '@iconify-json/logos': 1.1.42 '@iconify-json/ri': 1.1.20 '@iconify-json/tabler': 1.1.113 - '@nuxt/devtools': 1.1.5(@unocss/reset@0.60.3)(floating-vue@5.2.2)(nuxt@3.11.2)(rollup@3.29.4)(unocss@0.60.3)(vite@5.2.8)(vue@3.4.21) - '@nuxt/devtools-kit': 1.1.5(nuxt@3.11.2)(rollup@3.29.4)(vite@5.2.8) - '@nuxt/kit': 3.11.1(rollup@3.29.4) + '@nuxt/devtools': 1.3.2(@unocss/reset@0.60.3)(floating-vue@5.2.2)(nuxt@3.11.2)(rollup@3.29.4)(unocss@0.60.3)(vite@5.2.8)(vue@3.4.21) + '@nuxt/devtools-kit': 1.3.2(nuxt@3.11.2)(rollup@3.29.4)(vite@5.2.8) + '@nuxt/kit': 3.11.2(rollup@3.29.4) '@nuxtjs/color-mode': 3.4.1(rollup@3.29.4) - '@unocss/core': 0.58.9 - '@unocss/nuxt': 0.58.9(postcss@8.4.38)(rollup@3.29.4)(vite@5.2.8)(webpack@5.91.0) - '@unocss/preset-attributify': 0.58.9 - '@unocss/preset-icons': 0.58.9 - '@unocss/preset-mini': 0.58.9 - '@unocss/reset': 0.58.9 - '@vueuse/core': 10.9.0(vue@3.4.21) + '@unocss/core': 0.60.3 + '@unocss/nuxt': 0.60.3(postcss@8.4.38)(rollup@3.29.4)(vite@5.2.8)(webpack@5.91.0) + '@unocss/preset-attributify': 0.60.3 + '@unocss/preset-icons': 0.60.3 + '@unocss/preset-mini': 0.60.3 + '@unocss/reset': 0.60.3 + '@vueuse/core': 10.10.0(vue@3.4.21) '@vueuse/integrations': 10.10.0(focus-trap@7.5.4)(vue@3.4.21) '@vueuse/nuxt': 10.10.0(nuxt@3.11.2)(rollup@3.29.4)(vue@3.4.21) defu: 6.1.4 focus-trap: 7.5.4 splitpanes: 3.1.5 - unocss: 0.58.9(@unocss/webpack@0.58.9)(postcss@8.4.38)(rollup@3.29.4)(vite@5.2.8) + unocss: 0.60.3(@unocss/webpack@0.60.3)(postcss@8.4.38)(rollup@3.29.4)(vite@5.2.8) v-lazy-show: 0.2.4(@vue/compiler-core@3.4.27) transitivePeerDependencies: - '@unocss/webpack' @@ -5934,21 +5767,6 @@ packages: - webpack dev: true - /@nuxt/devtools-wizard@1.1.5: - resolution: {integrity: sha512-bWLgLvYFbYCQYlLPttZaUo58cS1VJo1uEFguHaCwZ7Fzkm4Iv+lFTv5BzD+gOHwohaXLr3YecgZOO4YNJTgXyA==} - hasBin: true - dependencies: - consola: 3.2.3 - diff: 5.2.0 - execa: 7.2.0 - global-directory: 4.0.1 - magicast: 0.3.4 - pathe: 1.1.2 - pkg-types: 1.1.1 - prompts: 2.4.2 - rc9: 2.1.2 - semver: 7.6.2 - /@nuxt/devtools-wizard@1.3.2: resolution: {integrity: sha512-Oihdsk/aaWa59yO/DSogndVyCOuYf6tr0pKiOn1blFXtAGOvNmcm0h34bX/DV3Z17D95yUFY3nrcnFznG9mFxg==} hasBin: true @@ -5964,76 +5782,6 @@ packages: rc9: 2.1.2 semver: 7.6.2 - /@nuxt/devtools@1.1.5(@unocss/reset@0.60.3)(floating-vue@5.2.2)(nuxt@3.11.2)(rollup@3.29.4)(unocss@0.60.3)(vite@5.2.8)(vue@3.4.21): - resolution: {integrity: sha512-aDEqz4L1GDj4DDnX7PL9ety3Wx0kLyKTb2JOSoJR8uX09fC3gonCvj/gYHLSSIKqhPasUjoOO5RPCtT+r9dtsA==} - hasBin: true - peerDependencies: - nuxt: ^3.9.0 - vite: '*' - dependencies: - '@antfu/utils': 0.7.8 - '@nuxt/devtools-kit': 1.1.5(nuxt@3.11.2)(rollup@3.29.4)(vite@5.2.8) - '@nuxt/devtools-wizard': 1.1.5 - '@nuxt/kit': 3.11.1(rollup@3.29.4) - '@vue/devtools-applet': 7.2.1(@unocss/reset@0.60.3)(floating-vue@5.2.2)(unocss@0.60.3)(vite@5.2.8)(vue@3.4.21) - '@vue/devtools-core': 7.2.1(vite@5.2.8)(vue@3.4.21) - '@vue/devtools-kit': 7.2.1(vue@3.4.21) - birpc: 0.2.17 - consola: 3.2.3 - cronstrue: 2.50.0 - destr: 2.0.3 - error-stack-parser-es: 0.1.4 - execa: 7.2.0 - fast-glob: 3.3.2 - flatted: 3.3.1 - get-port-please: 3.1.2 - hookable: 5.5.3 - image-meta: 0.2.0 - is-installed-globally: 1.0.0 - launch-editor: 2.6.1 - local-pkg: 0.5.0 - magicast: 0.3.4 - nuxt: 3.11.2(@opentelemetry/api@1.8.0)(@types/node@20.12.4)(@unocss/reset@0.60.3)(drizzle-orm@0.30.7)(eslint@9.0.0)(floating-vue@5.2.2)(ioredis@5.3.2)(rollup@3.29.4)(typescript@5.4.3)(unocss@0.60.3)(vite@5.2.8) - nypm: 0.3.8 - ohash: 1.1.3 - pacote: 17.0.7 - pathe: 1.1.2 - perfect-debounce: 1.0.0 - pkg-types: 1.1.1 - rc9: 2.1.2 - scule: 1.3.0 - semver: 7.6.2 - simple-git: 3.24.0 - sirv: 2.0.4 - unimport: 3.7.1(rollup@3.29.4) - vite: 5.2.8(@types/node@20.12.4) - vite-plugin-inspect: 0.8.4(@nuxt/kit@3.11.1)(rollup@3.29.4)(vite@5.2.8) - vite-plugin-vue-inspector: 4.0.2(vite@5.2.8) - which: 3.0.1 - ws: 8.17.0 - transitivePeerDependencies: - - '@unocss/reset' - - '@vue/composition-api' - - async-validator - - axios - - bluebird - - bufferutil - - change-case - - drauu - - floating-vue - - fuse.js - - idb-keyval - - jwt-decode - - nprogress - - qrcode - - rollup - - sortablejs - - supports-color - - universal-cookie - - unocss - - utf-8-validate - - vue - /@nuxt/devtools@1.3.2(@unocss/reset@0.60.3)(floating-vue@5.2.2)(nuxt@3.11.2)(rollup@3.29.4)(unocss@0.60.3)(vite@5.2.8)(vue@3.4.21): resolution: {integrity: sha512-ozIicBZZEr0eDtR8VsuIsAvEhXAjw5JvAhHnbcXY+ajYdJ9uFGF7rTjqgTL0VrCJcCUJ/UA6qTWb7/MdTCs4GQ==} hasBin: true @@ -6063,7 +5811,7 @@ packages: launch-editor: 2.6.1 local-pkg: 0.5.0 magicast: 0.3.4 - nuxt: 3.11.2(@opentelemetry/api@1.8.0)(@types/node@20.12.4)(@unocss/reset@0.60.3)(drizzle-orm@0.30.7)(eslint@9.0.0)(floating-vue@5.2.2)(ioredis@5.3.2)(rollup@3.29.4)(typescript@5.4.3)(unocss@0.60.3)(vite@5.2.8) + nuxt: 3.11.2(@opentelemetry/api@1.8.0)(@types/node@20.12.13)(@unocss/reset@0.60.3)(drizzle-orm@0.30.10)(eslint@9.3.0)(floating-vue@5.2.2)(ioredis@5.4.1)(rollup@3.29.4)(typescript@5.4.5)(unocss@0.60.3)(vite@5.2.8) nypm: 0.3.8 ohash: 1.1.3 pacote: 18.0.6 @@ -6076,7 +5824,7 @@ packages: simple-git: 3.24.0 sirv: 2.0.4 unimport: 3.7.2(rollup@3.29.4) - vite: 5.2.8(@types/node@20.12.4) + vite: 5.2.8(@types/node@20.12.13) vite-plugin-inspect: 0.8.4(@nuxt/kit@3.11.2)(rollup@3.29.4)(vite@5.2.8) vite-plugin-vue-inspector: 5.1.2(vite@5.2.8) which: 3.0.1 @@ -6114,7 +5862,7 @@ packages: '@antfu/utils': 0.7.8 '@nuxt/devtools-kit': 1.3.2(nuxt@3.11.2)(vite@5.2.8) '@nuxt/devtools-wizard': 1.3.2 - '@nuxt/kit': 3.11.2(rollup@3.29.4) + '@nuxt/kit': 3.11.2 '@vue/devtools-applet': 7.2.1(@unocss/reset@0.60.3)(floating-vue@5.2.2)(unocss@0.60.3)(vite@5.2.8)(vue@3.4.21) '@vue/devtools-core': 7.2.1(vite@5.2.8)(vue@3.4.21) '@vue/devtools-kit': 7.2.1(vue@3.4.21) @@ -6133,7 +5881,7 @@ packages: launch-editor: 2.6.1 local-pkg: 0.5.0 magicast: 0.3.4 - nuxt: 3.11.2(@opentelemetry/api@1.8.0)(@types/node@20.12.4)(@unocss/reset@0.60.3)(drizzle-orm@0.30.7)(eslint@9.0.0)(floating-vue@5.2.2)(typescript@5.4.3)(unocss@0.60.3)(vite@5.2.8) + nuxt: 3.11.2(@opentelemetry/api@1.8.0)(@types/node@20.12.13)(@unocss/reset@0.60.3)(drizzle-orm@0.30.10)(eslint@9.3.0)(floating-vue@5.2.2)(typescript@5.4.5)(unocss@0.60.3)(vite@5.2.8) nypm: 0.3.8 ohash: 1.1.3 pacote: 18.0.6 @@ -6146,7 +5894,7 @@ packages: simple-git: 3.24.0 sirv: 2.0.4 unimport: 3.7.2(rollup@3.29.4) - vite: 5.2.8(@types/node@20.12.4) + vite: 5.2.8(@types/node@20.12.13) vite-plugin-inspect: 0.8.4(@nuxt/kit@3.11.2)(vite@5.2.8) vite-plugin-vue-inspector: 5.1.2(vite@5.2.8) which: 3.0.1 @@ -6204,7 +5952,7 @@ packages: launch-editor: 2.6.1 local-pkg: 0.5.0 magicast: 0.3.4 - nuxt: 3.11.2(@opentelemetry/api@1.8.0)(@types/node@20.12.4)(drizzle-orm@0.30.7)(eslint@9.0.0)(rollup@4.18.0)(typescript@5.4.3)(vite@5.2.8) + nuxt: 3.11.2(@opentelemetry/api@1.8.0)(@types/node@20.12.13)(drizzle-orm@0.30.10)(eslint@9.3.0)(rollup@4.18.0)(typescript@5.4.5)(vite@5.2.8) nypm: 0.3.8 ohash: 1.1.3 pacote: 18.0.6 @@ -6217,7 +5965,7 @@ packages: simple-git: 3.24.0 sirv: 2.0.4 unimport: 3.7.2(rollup@4.18.0) - vite: 5.2.8(@types/node@20.12.4) + vite: 5.2.8(@types/node@20.12.13) vite-plugin-inspect: 0.8.4(@nuxt/kit@3.11.2)(rollup@4.18.0)(vite@5.2.8) vite-plugin-vue-inspector: 5.1.2(vite@5.2.8) which: 3.0.1 @@ -6246,11 +5994,11 @@ packages: - vue dev: false - /@nuxt/kit@3.11.1(rollup@3.29.4): - resolution: {integrity: sha512-8VVlhaY4N+wipgHmSXP+gLM+esms9TEBz13I/J++PbOUJuf2cJlUUTyqMoRVL0xudVKK/8fJgSndRkyidy1m2w==} + /@nuxt/kit@3.11.2: + resolution: {integrity: sha512-yiYKP0ZWMW7T3TCmsv4H8+jEsB/nFriRAR8bKoSqSV9bkVYWPE36sf7JDux30dQ91jSlQG6LQkB3vCHYTS2cIg==} engines: {node: ^14.18.0 || >=16.10.0} dependencies: - '@nuxt/schema': 3.11.1(rollup@3.29.4) + '@nuxt/schema': 3.11.2(rollup@3.29.4) c12: 1.10.0 consola: 3.2.3 defu: 6.1.4 @@ -6266,7 +6014,7 @@ packages: semver: 7.6.2 ufo: 1.5.3 unctx: 2.3.1 - unimport: 3.7.1(rollup@3.29.4) + unimport: 3.7.2(rollup@3.29.4) untyped: 1.4.2 transitivePeerDependencies: - rollup @@ -6325,20 +6073,20 @@ packages: - supports-color dev: false - /@nuxt/module-builder@0.5.5(@nuxt/kit@3.11.1)(nuxi@3.11.1)(typescript@5.4.3): + /@nuxt/module-builder@0.5.5(@nuxt/kit@3.11.2)(nuxi@3.11.1)(typescript@5.4.5): resolution: {integrity: sha512-ifFfwA1rbSXSae25RmqA2kAbV3xoShZNrq1yK8VXB/EnIcDn4WiaYR1PytaSxIt5zsvWPn92BJXiIUBiMQZ0hw==} hasBin: true peerDependencies: '@nuxt/kit': ^3.8.2 nuxi: ^3.10.0 dependencies: - '@nuxt/kit': 3.11.1(rollup@3.29.4) + '@nuxt/kit': 3.11.2(rollup@3.29.4) citty: 0.1.6 consola: 3.2.3 mlly: 1.7.0 nuxi: 3.11.1 pathe: 1.1.2 - unbuild: 2.0.0(typescript@5.4.3) + unbuild: 2.0.0(typescript@5.4.5) transitivePeerDependencies: - sass - supports-color @@ -6346,25 +6094,6 @@ packages: - vue-tsc dev: true - /@nuxt/schema@3.11.1(rollup@3.29.4): - resolution: {integrity: sha512-XyGlJsf3DtkouBCvBHlvjz+xvN4vza3W7pY3YBNMnktxlMQtfFiF3aB3A2NGLmBnJPqD3oY0j7lljraELb5hkg==} - engines: {node: ^14.18.0 || >=16.10.0} - dependencies: - '@nuxt/ui-templates': 1.3.4 - consola: 3.2.3 - defu: 6.1.4 - hookable: 5.5.3 - pathe: 1.1.2 - pkg-types: 1.1.1 - scule: 1.3.0 - std-env: 3.7.0 - ufo: 1.5.3 - unimport: 3.7.1(rollup@3.29.4) - untyped: 1.4.2 - transitivePeerDependencies: - - rollup - - supports-color - /@nuxt/schema@3.11.2(rollup@3.29.4): resolution: {integrity: sha512-Z0bx7N08itD5edtpkstImLctWMNvxTArsKXzS35ZuqyAyKBPcRjO1CU01slH0ahO30Gg9kbck3/RKNZPwfOjJg==} engines: {node: ^14.18.0 || >=16.10.0} @@ -6408,7 +6137,7 @@ packages: resolution: {integrity: sha512-KH6wxzsNys69daSO0xUv0LEBAfhwwjK1M+0Cdi1/vxmifCslMIY7lN11B4eywSfscbyVPAYJvANyc7XiVPImBQ==} hasBin: true dependencies: - '@nuxt/kit': 3.11.2(rollup@3.29.4) + '@nuxt/kit': 3.11.2 ci-info: 4.0.0 consola: 3.2.3 create-require: 1.1.1 @@ -6481,20 +6210,21 @@ packages: - supports-color dev: false - /@nuxt/test-utils@3.12.0(@vue/test-utils@2.4.5)(h3@1.11.1)(happy-dom@14.7.0)(playwright-core@1.43.0)(rollup@3.29.4)(vite@5.2.8)(vitest@1.5.0)(vue-router@4.3.2)(vue@3.4.21): - resolution: {integrity: sha512-Q3HP53TDIYeqHT65r31HZhK/gRwVBmchSdVj1tfiYECyqstckvsQ4Cyt/GX/XmD7cLdD3d5aHow8LaMfP+BSqQ==} - engines: {node: ^14.18.0 || >=16.10.0} + /@nuxt/test-utils@3.13.1(@vue/test-utils@2.4.6)(h3@1.11.1)(happy-dom@14.11.4)(nitropack@2.9.6)(playwright-core@1.44.1)(rollup@3.29.4)(vite@5.2.8)(vitest@1.6.0)(vue-router@4.3.2)(vue@3.4.21): + resolution: {integrity: sha512-rqNnjArhFUU8qMHtpEZzjfF6fGTzeXxZsreNLUy9X5AoUuS37HgnobNJIirTrA0xzlzitKVm/mB9r4gXZGzWdQ==} + engines: {node: '>=18.20.2'} peerDependencies: '@cucumber/cucumber': ^10.3.1 '@jest/globals': ^29.5.0 - '@playwright/test': ^1.42.1 + '@playwright/test': ^1.43.1 '@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 || ^13.0.0 + happy-dom: ^9.10.9 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 jsdom: ^22.0.0 || ^23.0.0 || ^24.0.0 - playwright-core: ^1.34.3 + nitropack: '*' + playwright-core: ^1.43.1 vite: '*' vitest: ^0.34.6 || ^1.0.0 vue: ^3.3.4 @@ -6521,9 +6251,9 @@ packages: vitest: optional: true dependencies: - '@nuxt/kit': 3.11.1(rollup@3.29.4) - '@nuxt/schema': 3.11.1(rollup@3.29.4) - '@vue/test-utils': 2.4.5 + '@nuxt/kit': 3.11.2(rollup@3.29.4) + '@nuxt/schema': 3.11.2(rollup@3.29.4) + '@vue/test-utils': 2.4.6 c12: 1.10.0 consola: 3.2.3 defu: 6.1.4 @@ -6533,44 +6263,46 @@ packages: fake-indexeddb: 5.0.2 get-port-please: 3.1.2 h3: 1.11.1 - happy-dom: 14.7.0 + happy-dom: 14.11.4 local-pkg: 0.5.0 magic-string: 0.30.10 + nitropack: 2.9.6(@opentelemetry/api@1.8.0)(drizzle-orm@0.30.10) node-fetch-native: 1.6.4 ofetch: 1.3.4 pathe: 1.1.2 perfect-debounce: 1.0.0 - playwright-core: 1.43.0 + playwright-core: 1.44.1 radix3: 1.1.2 scule: 1.3.0 std-env: 3.7.0 ufo: 1.5.3 unenv: 1.9.0 unplugin: 1.10.1 - vite: 5.2.8(@types/node@20.12.4) - vitest: 1.5.0(@types/node@20.12.4)(happy-dom@14.7.0) - vitest-environment-nuxt: 1.0.0(@vue/test-utils@2.4.5)(h3@1.11.1)(happy-dom@14.7.0)(playwright-core@1.43.0)(rollup@3.29.4)(vite@5.2.8)(vitest@1.5.0)(vue-router@4.3.2)(vue@3.4.21) - vue: 3.4.21(typescript@5.4.3) + vite: 5.2.8(@types/node@20.12.13) + vitest: 1.6.0(@types/node@20.12.13)(happy-dom@14.11.4) + vitest-environment-nuxt: 1.0.0(@vue/test-utils@2.4.6)(h3@1.11.1)(happy-dom@14.11.4)(nitropack@2.9.6)(playwright-core@1.44.1)(rollup@3.29.4)(vite@5.2.8)(vitest@1.6.0)(vue-router@4.3.2)(vue@3.4.21) + vue: 3.4.21(typescript@5.4.5) vue-router: 4.3.2(vue@3.4.21) transitivePeerDependencies: - rollup - supports-color dev: true - /@nuxt/test-utils@3.12.0(@vue/test-utils@2.4.5)(h3@1.11.1)(happy-dom@14.7.0)(playwright-core@1.43.0)(vite@5.2.8)(vitest@1.5.0)(vue-router@4.3.0)(vue@3.4.21): - resolution: {integrity: sha512-Q3HP53TDIYeqHT65r31HZhK/gRwVBmchSdVj1tfiYECyqstckvsQ4Cyt/GX/XmD7cLdD3d5aHow8LaMfP+BSqQ==} - engines: {node: ^14.18.0 || >=16.10.0} + /@nuxt/test-utils@3.13.1(@vue/test-utils@2.4.6)(h3@1.11.1)(happy-dom@14.11.4)(nitropack@2.9.6)(playwright-core@1.44.1)(vite@5.2.8)(vitest@1.6.0)(vue-router@4.3.2)(vue@3.4.21): + resolution: {integrity: sha512-rqNnjArhFUU8qMHtpEZzjfF6fGTzeXxZsreNLUy9X5AoUuS37HgnobNJIirTrA0xzlzitKVm/mB9r4gXZGzWdQ==} + engines: {node: '>=18.20.2'} peerDependencies: '@cucumber/cucumber': ^10.3.1 '@jest/globals': ^29.5.0 - '@playwright/test': ^1.42.1 + '@playwright/test': ^1.43.1 '@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 || ^13.0.0 + happy-dom: ^9.10.9 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 jsdom: ^22.0.0 || ^23.0.0 || ^24.0.0 - playwright-core: ^1.34.3 + nitropack: '*' + playwright-core: ^1.43.1 vite: '*' vitest: ^0.34.6 || ^1.0.0 vue: ^3.3.4 @@ -6597,9 +6329,9 @@ packages: vitest: optional: true dependencies: - '@nuxt/kit': 3.11.2(rollup@3.29.4) + '@nuxt/kit': 3.11.2 '@nuxt/schema': 3.11.2(rollup@3.29.4) - '@vue/test-utils': 2.4.5 + '@vue/test-utils': 2.4.6 c12: 1.10.0 consola: 3.2.3 defu: 6.1.4 @@ -6609,25 +6341,26 @@ packages: fake-indexeddb: 5.0.2 get-port-please: 3.1.2 h3: 1.11.1 - happy-dom: 14.7.0 + happy-dom: 14.11.4 local-pkg: 0.5.0 magic-string: 0.30.10 + nitropack: 2.9.6(@opentelemetry/api@1.8.0)(drizzle-orm@0.30.10) node-fetch-native: 1.6.4 ofetch: 1.3.4 pathe: 1.1.2 perfect-debounce: 1.0.0 - playwright-core: 1.43.0 + playwright-core: 1.44.1 radix3: 1.1.2 scule: 1.3.0 std-env: 3.7.0 ufo: 1.5.3 unenv: 1.9.0 unplugin: 1.10.1 - vite: 5.2.8(@types/node@20.12.4) - vitest: 1.5.0(@types/node@20.12.4)(happy-dom@14.7.0) - vitest-environment-nuxt: 1.0.0(@vue/test-utils@2.4.5)(h3@1.11.1)(happy-dom@14.7.0)(playwright-core@1.43.0)(vite@5.2.8)(vitest@1.5.0)(vue-router@4.3.0)(vue@3.4.21) - vue: 3.4.21(typescript@5.4.3) - vue-router: 4.3.0(vue@3.4.21) + vite: 5.2.8(@types/node@20.12.13) + vitest: 1.6.0(@types/node@20.12.13)(happy-dom@14.11.4) + vitest-environment-nuxt: 1.0.0(@vue/test-utils@2.4.6)(h3@1.11.1)(happy-dom@14.11.4)(nitropack@2.9.6)(playwright-core@1.44.1)(vite@5.2.8)(vitest@1.6.0)(vue-router@4.3.2)(vue@3.4.21) + vue: 3.4.21(typescript@5.4.5) + vue-router: 4.3.2(vue@3.4.21) transitivePeerDependencies: - rollup - supports-color @@ -6636,7 +6369,7 @@ packages: /@nuxt/ui-templates@1.3.4: resolution: {integrity: sha512-zjuslnkj5zboZGis5QpmR5gvRTx5N8Ha/Rll+RRT8YZhXVNBincifhZ9apUQ9f6T0xJE8IHPyVyPx6WokomdYw==} - /@nuxt/vite-builder@3.11.2(@types/node@20.12.13)(eslint@9.0.0)(typescript@5.4.5)(vue@3.4.21): + /@nuxt/vite-builder@3.11.2(@types/node@20.12.13)(eslint@9.3.0)(rollup@3.29.4)(typescript@5.4.5)(vue@3.4.21): resolution: {integrity: sha512-eXTZsAAN4dPz4eA2UD5YU2kD/DqgfyQp1UYsIdCe6+PAVe1ifkUboBjbc0piR5+3qI/S/eqk3nzxRGbiYF7Ccg==} engines: {node: ^14.18.0 || >=16.10.0} peerDependencies: @@ -6674,7 +6407,7 @@ packages: unplugin: 1.10.1 vite: 5.2.8(@types/node@20.12.13) vite-node: 1.6.0(@types/node@20.12.13) - vite-plugin-checker: 0.6.4(eslint@9.0.0)(typescript@5.4.5)(vite@5.2.8) + vite-plugin-checker: 0.6.4(eslint@9.3.0)(typescript@5.4.5)(vite@5.2.8) vue: 3.4.21(typescript@5.4.5) vue-bundle-renderer: 2.1.0 transitivePeerDependencies: @@ -6696,16 +6429,15 @@ packages: - vls - vti - vue-tsc - dev: true - /@nuxt/vite-builder@3.11.2(@types/node@20.12.4)(eslint@9.0.0)(rollup@3.29.4)(typescript@5.4.3)(vue@3.4.21): + /@nuxt/vite-builder@3.11.2(@types/node@20.12.13)(eslint@9.3.0)(rollup@4.18.0)(typescript@5.4.5)(vue@3.4.21): resolution: {integrity: sha512-eXTZsAAN4dPz4eA2UD5YU2kD/DqgfyQp1UYsIdCe6+PAVe1ifkUboBjbc0piR5+3qI/S/eqk3nzxRGbiYF7Ccg==} engines: {node: ^14.18.0 || >=16.10.0} peerDependencies: vue: ^3.3.4 dependencies: - '@nuxt/kit': 3.11.2(rollup@3.29.4) - '@rollup/plugin-replace': 5.0.5(rollup@3.29.4) + '@nuxt/kit': 3.11.2(rollup@4.18.0) + '@rollup/plugin-replace': 5.0.5(rollup@4.18.0) '@vitejs/plugin-vue': 5.0.4(vite@5.2.8)(vue@3.4.21) '@vitejs/plugin-vue-jsx': 3.1.0(vite@5.2.8)(vue@3.4.21) autoprefixer: 10.4.19(postcss@8.4.38) @@ -6728,16 +6460,16 @@ packages: perfect-debounce: 1.0.0 pkg-types: 1.1.1 postcss: 8.4.38 - rollup-plugin-visualizer: 5.12.0(rollup@3.29.4) + rollup-plugin-visualizer: 5.12.0(rollup@4.18.0) std-env: 3.7.0 strip-literal: 2.1.0 ufo: 1.5.3 unenv: 1.9.0 unplugin: 1.10.1 - vite: 5.2.8(@types/node@20.12.4) - vite-node: 1.6.0(@types/node@20.12.4) - vite-plugin-checker: 0.6.4(eslint@9.0.0)(typescript@5.4.3)(vite@5.2.8) - vue: 3.4.21(typescript@5.4.3) + vite: 5.2.8(@types/node@20.12.13) + vite-node: 1.6.0(@types/node@20.12.13) + vite-plugin-checker: 0.6.4(eslint@9.3.0)(typescript@5.4.5)(vite@5.2.8) + vue: 3.4.21(typescript@5.4.5) vue-bundle-renderer: 2.1.0 transitivePeerDependencies: - '@types/node' @@ -6758,15 +6490,16 @@ packages: - vls - vti - vue-tsc + dev: false - /@nuxt/vite-builder@3.11.2(@types/node@20.12.4)(eslint@9.0.0)(rollup@4.18.0)(typescript@5.4.3)(vue@3.4.21): + /@nuxt/vite-builder@3.11.2(@types/node@20.12.13)(eslint@9.3.0)(typescript@5.4.5)(vue@3.4.21): resolution: {integrity: sha512-eXTZsAAN4dPz4eA2UD5YU2kD/DqgfyQp1UYsIdCe6+PAVe1ifkUboBjbc0piR5+3qI/S/eqk3nzxRGbiYF7Ccg==} engines: {node: ^14.18.0 || >=16.10.0} peerDependencies: vue: ^3.3.4 dependencies: - '@nuxt/kit': 3.11.2(rollup@4.18.0) - '@rollup/plugin-replace': 5.0.5(rollup@4.18.0) + '@nuxt/kit': 3.11.2 + '@rollup/plugin-replace': 5.0.5(rollup@3.29.4) '@vitejs/plugin-vue': 5.0.4(vite@5.2.8)(vue@3.4.21) '@vitejs/plugin-vue-jsx': 3.1.0(vite@5.2.8)(vue@3.4.21) autoprefixer: 10.4.19(postcss@8.4.38) @@ -6789,16 +6522,16 @@ packages: perfect-debounce: 1.0.0 pkg-types: 1.1.1 postcss: 8.4.38 - rollup-plugin-visualizer: 5.12.0(rollup@4.18.0) + rollup-plugin-visualizer: 5.12.0(rollup@3.29.4) std-env: 3.7.0 strip-literal: 2.1.0 ufo: 1.5.3 unenv: 1.9.0 unplugin: 1.10.1 - vite: 5.2.8(@types/node@20.12.4) - vite-node: 1.6.0(@types/node@20.12.4) - vite-plugin-checker: 0.6.4(eslint@9.0.0)(typescript@5.4.3)(vite@5.2.8) - vue: 3.4.21(typescript@5.4.3) + vite: 5.2.8(@types/node@20.12.13) + vite-node: 1.6.0(@types/node@20.12.13) + vite-plugin-checker: 0.6.4(eslint@9.3.0)(typescript@5.4.5)(vite@5.2.8) + vue: 3.4.21(typescript@5.4.5) vue-bundle-renderer: 2.1.0 transitivePeerDependencies: - '@types/node' @@ -6819,72 +6552,22 @@ packages: - vls - vti - vue-tsc - dev: false + dev: true - /@nuxt/vite-builder@3.11.2(@types/node@20.12.4)(eslint@9.0.0)(typescript@5.4.3)(vue@3.4.21): - resolution: {integrity: sha512-eXTZsAAN4dPz4eA2UD5YU2kD/DqgfyQp1UYsIdCe6+PAVe1ifkUboBjbc0piR5+3qI/S/eqk3nzxRGbiYF7Ccg==} - engines: {node: ^14.18.0 || >=16.10.0} - peerDependencies: - vue: ^3.3.4 + /@nuxtjs/color-mode@3.4.1(rollup@3.29.4): + resolution: {integrity: sha512-vZgJqDstxInGw3RGSWbLoCLXtU1mvh1LLeuEA/X3a++DYA4ifwSbNoiSiOyb9qZHFEwz1Xr99H71sXV4IhOaEg==} dependencies: '@nuxt/kit': 3.11.2(rollup@3.29.4) - '@rollup/plugin-replace': 5.0.5(rollup@3.29.4) - '@vitejs/plugin-vue': 5.0.4(vite@5.2.8)(vue@3.4.21) - '@vitejs/plugin-vue-jsx': 3.1.0(vite@5.2.8)(vue@3.4.21) - autoprefixer: 10.4.19(postcss@8.4.38) - clear: 0.1.0 - consola: 3.2.3 - cssnano: 6.1.2(postcss@8.4.38) - defu: 6.1.4 - esbuild: 0.20.2 - escape-string-regexp: 5.0.0 - estree-walker: 3.0.3 - externality: 1.0.2 - fs-extra: 11.2.0 - get-port-please: 3.1.2 - h3: 1.11.1 - knitwork: 1.1.0 - magic-string: 0.30.10 - mlly: 1.7.0 - ohash: 1.1.3 pathe: 1.1.2 - perfect-debounce: 1.0.0 pkg-types: 1.1.1 - postcss: 8.4.38 - rollup-plugin-visualizer: 5.12.0(rollup@3.29.4) - std-env: 3.7.0 - strip-literal: 2.1.0 - ufo: 1.5.3 - unenv: 1.9.0 - unplugin: 1.10.1 - vite: 5.2.8(@types/node@20.12.4) - vite-node: 1.6.0(@types/node@20.12.4) - vite-plugin-checker: 0.6.4(eslint@9.0.0)(typescript@5.4.3)(vite@5.2.8) - vue: 3.4.21(typescript@5.4.3) - vue-bundle-renderer: 2.1.0 + semver: 7.6.2 transitivePeerDependencies: - - '@types/node' - - eslint - - less - - lightningcss - - meow - - optionator - rollup - - sass - - stylelint - - stylus - - sugarss - supports-color - - terser - - typescript - - uWebSockets.js - - vls - - vti - - vue-tsc dev: true - /@nuxtjs/color-mode@3.4.0(rollup@4.18.0): - resolution: {integrity: sha512-rS51nG3zW8ksOwNubIP3BPQ+vBL0r2M6td1kkB/VaR1e1uVtNfWlBPfZjb604bgNCE2AeRNqaI0CrxkfnQ6h6Q==} + /@nuxtjs/color-mode@3.4.1(rollup@4.18.0): + resolution: {integrity: sha512-vZgJqDstxInGw3RGSWbLoCLXtU1mvh1LLeuEA/X3a++DYA4ifwSbNoiSiOyb9qZHFEwz1Xr99H71sXV4IhOaEg==} dependencies: '@nuxt/kit': 3.11.2(rollup@4.18.0) pathe: 1.1.2 @@ -6895,18 +6578,6 @@ packages: - supports-color dev: false - /@nuxtjs/color-mode@3.4.1(rollup@3.29.4): - resolution: {integrity: sha512-vZgJqDstxInGw3RGSWbLoCLXtU1mvh1LLeuEA/X3a++DYA4ifwSbNoiSiOyb9qZHFEwz1Xr99H71sXV4IhOaEg==} - dependencies: - '@nuxt/kit': 3.11.2(rollup@3.29.4) - pathe: 1.1.2 - pkg-types: 1.1.1 - semver: 7.6.2 - transitivePeerDependencies: - - rollup - - supports-color - dev: true - /@nuxtjs/google-fonts@3.2.0(rollup@4.18.0): resolution: {integrity: sha512-cGAjDJoeQ2jm6VJCo4AtSmKO6KjsbO9RSLj8q261fD0lMVNMZCxkCxBkg8L0/2Vfgp+5QBHWVXL71p1tiybJFw==} dependencies: @@ -6918,8 +6589,8 @@ packages: - supports-color dev: false - /@nuxtjs/i18n@8.3.0(rollup@4.18.0)(vue@3.4.21): - resolution: {integrity: sha512-/2g4zYwBwHwIVJitu/i5zP73G4F9xH394Uq0RbfOGc34YxscN+B2kMnuPL8XXM9zThdMVj9ctHInQXXtr62CLg==} + /@nuxtjs/i18n@8.3.1(rollup@4.18.0)(vue@3.4.27): + resolution: {integrity: sha512-VHnnjFTTep2oC5++61WY06y4c/h943NyHQh1CRUJQvjsdbGSMX3WQjMGk+X05a3pyPFN70aq0YbgtsEoEoTEjQ==} engines: {node: ^14.16.0 || >=16.11.0} dependencies: '@intlify/h3': 0.5.0 @@ -6942,8 +6613,8 @@ packages: sucrase: 3.35.0 ufo: 1.5.3 unplugin: 1.10.1 - vue-i18n: 9.13.1(vue@3.4.21) - vue-router: 4.3.2(vue@3.4.21) + vue-i18n: 9.13.1(vue@3.4.27) + vue-router: 4.3.2(vue@3.4.27) transitivePeerDependencies: - petite-vue-i18n - rollup @@ -6955,13 +6626,13 @@ packages: /@nuxtjs/ionic@0.13.1: resolution: {integrity: sha512-t2+EqWFhTGrGI6s2ANHuuJQ7YUqyS2ZuTBQ9u/dDDcAcHLh9ghG8keNlcYqukEG4QM6v8EyuSH0CqcziXXt0wQ==} dependencies: - '@capacitor/cli': 5.7.4 + '@capacitor/cli': 5.7.5 '@capacitor/core': 5.7.5 '@ionic/cli': 7.2.0 '@ionic/vue': 7.8.6 '@ionic/vue-router': 7.8.6 '@kevinmarrec/nuxt-pwa': 0.17.0 - '@nuxt/kit': 3.11.2(rollup@3.29.4) + '@nuxt/kit': 3.11.2 ionicons: 7.4.0 pathe: 1.1.2 pkg-types: 1.1.1 @@ -6981,35 +6652,32 @@ packages: '@ionic/vue': 7.8.6 '@ionic/vue-router': 7.8.6 '@kevinmarrec/nuxt-pwa': 0.17.0 - '@nuxt/kit': 3.11.1(rollup@3.29.4) + '@nuxt/kit': 3.11.2(rollup@3.29.4) ionicons: 7.4.0 pathe: 1.1.2 pkg-types: 1.1.1 ufo: 1.5.3 - unimport: 3.7.1(rollup@3.29.4) + unimport: 3.7.2(rollup@3.29.4) transitivePeerDependencies: - rollup - supports-color dev: true - /@nuxtjs/tailwindcss@6.11.4: - resolution: {integrity: sha512-09cksgZD4seQj054Z/BeiwFg1bzQTol8KPulLDLGnmMTkEi21vj/z+WlXQRpVbN1GS9+oU9tcSsu2ufXCM3DBg==} + /@nuxtjs/tailwindcss@6.12.0: + resolution: {integrity: sha512-vXvEq8z177TQcx0tc10mw3O6T9WeN0iTL8hIKGDfidmr+HKReexJU01aPgHefFrCu4LJB70egYFYnywzB9lMyQ==} dependencies: - '@nuxt/kit': 3.11.2(rollup@3.29.4) + '@nuxt/kit': 3.11.2 autoprefixer: 10.4.19(postcss@8.4.38) - chokidar: 3.6.0 - clear-module: 4.1.2 consola: 3.2.3 defu: 6.1.4 h3: 1.11.1 - micromatch: 4.0.7 pathe: 1.1.2 postcss: 8.4.38 - postcss-custom-properties: 13.3.10(postcss@8.4.38) postcss-nesting: 12.1.5(postcss@8.4.38) - tailwind-config-viewer: 1.7.3(tailwindcss@3.4.3) + tailwind-config-viewer: 2.0.2(tailwindcss@3.4.3) tailwindcss: 3.4.3 ufo: 1.5.3 + unctx: 2.3.1 transitivePeerDependencies: - rollup - supports-color @@ -7017,24 +6685,21 @@ packages: - uWebSockets.js dev: true - /@nuxtjs/tailwindcss@6.11.4(rollup@4.18.0): - resolution: {integrity: sha512-09cksgZD4seQj054Z/BeiwFg1bzQTol8KPulLDLGnmMTkEi21vj/z+WlXQRpVbN1GS9+oU9tcSsu2ufXCM3DBg==} + /@nuxtjs/tailwindcss@6.12.0(rollup@4.18.0): + resolution: {integrity: sha512-vXvEq8z177TQcx0tc10mw3O6T9WeN0iTL8hIKGDfidmr+HKReexJU01aPgHefFrCu4LJB70egYFYnywzB9lMyQ==} dependencies: '@nuxt/kit': 3.11.2(rollup@4.18.0) autoprefixer: 10.4.19(postcss@8.4.38) - chokidar: 3.6.0 - clear-module: 4.1.2 consola: 3.2.3 defu: 6.1.4 h3: 1.11.1 - micromatch: 4.0.7 pathe: 1.1.2 postcss: 8.4.38 - postcss-custom-properties: 13.3.10(postcss@8.4.38) postcss-nesting: 12.1.5(postcss@8.4.38) - tailwind-config-viewer: 1.7.3(tailwindcss@3.4.3) + tailwind-config-viewer: 2.0.2(tailwindcss@3.4.3) tailwindcss: 3.4.3 ufo: 1.5.3 + unctx: 2.3.1 transitivePeerDependencies: - rollup - supports-color @@ -7042,8 +6707,8 @@ packages: - uWebSockets.js dev: false - /@nx/nx-darwin-arm64@18.2.2: - resolution: {integrity: sha512-mZ5X2rmtzmEGnt5ddpKlyQDGRd1wh0HSJtWvjruj6fYLNNpoosnXefI0PQLZUw13hf8OpJNo8J6xKfjIViSa8g==} + /@nx/nx-darwin-arm64@19.1.1: + resolution: {integrity: sha512-5CcgmNhUg5N62zCuzNZfRRPvaLRZNhLk0OkpMa085atEshM8RUAMbN80ffINaBssYtKu6znJ9LhUK+q7C3KiFQ==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] @@ -7051,8 +6716,8 @@ packages: dev: true optional: true - /@nx/nx-darwin-x64@18.2.2: - resolution: {integrity: sha512-FeYvbr0OOIdn9xvuNZlLHQKwdAPN9KcWnmIysJTQZeanvUf6tifkhBUU1cXDduAkdut5iibnnA91JhcEj4x9yg==} + /@nx/nx-darwin-x64@19.1.1: + resolution: {integrity: sha512-vDM9vZow3YLA3+7GKTqhtguNcbQPifMTbqm8Aevd/suqCChQsLyD1Hh1Z+o03RNolNTRacNb6GPvoKFY4BJ2tA==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] @@ -7060,8 +6725,8 @@ packages: dev: true optional: true - /@nx/nx-freebsd-x64@18.2.2: - resolution: {integrity: sha512-Owt/5jT8IG5I6eRbs8en+bHvi2St+k1Z1S1CLArlnfTzkTgVGz/R39HD4OouEVnr2dQPkfc7ms6+XkhlYx5NLg==} + /@nx/nx-freebsd-x64@19.1.1: + resolution: {integrity: sha512-FfOBrc1vndWYXSZVgbB9nWRp8/jo7f9b3g3ZfqaVwsGpcYcwz7dxiPV7HQKysTR0WNVv1aTi2Dg1CF+F94qlPw==} engines: {node: '>= 10'} cpu: [x64] os: [freebsd] @@ -7069,8 +6734,8 @@ packages: dev: true optional: true - /@nx/nx-linux-arm-gnueabihf@18.2.2: - resolution: {integrity: sha512-6D6ZC4EdBjAE0QgLYXuk7AC5r/LM+XUUOa5tFAV6fsAKn+GjVFsmP8dl/HEHfg+vx619+o+IrVrOA+h6ztmNJA==} + /@nx/nx-linux-arm-gnueabihf@19.1.1: + resolution: {integrity: sha512-Bb94MmoOsPnTI4n1mrILSwGmx9I50LEkEOgksoiOEYdykWKjbz6z4ZnFCJHTeF0bca1OmF5iCjFWU42KlLUsRQ==} engines: {node: '>= 10'} cpu: [arm] os: [linux] @@ -7078,8 +6743,8 @@ packages: dev: true optional: true - /@nx/nx-linux-arm64-gnu@18.2.2: - resolution: {integrity: sha512-RHZ9nPZ4ivv9p+djO9WqoilMhjlR8/rj7P4sog5OpeRE5EWc65Rb7SFwjek1IovS2gbbK+3P2y8Q4G7lyvbe5w==} + /@nx/nx-linux-arm64-gnu@19.1.1: + resolution: {integrity: sha512-mqiRi95LOUTWldtif3f2aJOFLxg/2jnM1UYj85vUlaLZJmQK64OhQslCAAZCmEWkHAYqEooHaYqj30YmDb92jw==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] @@ -7087,8 +6752,8 @@ packages: dev: true optional: true - /@nx/nx-linux-arm64-musl@18.2.2: - resolution: {integrity: sha512-WginA4UHdrRhK40pDV8sv3Izho5aOzWf3iC8WVXi8r850mVbOE88JaWnO7TJ7zNWgiM32/OZeVyaYQ/Wv8pYjw==} + /@nx/nx-linux-arm64-musl@19.1.1: + resolution: {integrity: sha512-lhyVsuT19Ez4ynhen6dT+Zdq2cABXcphYSkVSASvZGvka/65AS+0D1hX0TFDPJvbTdsHwVszJQZzIqGmYUkhLA==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] @@ -7096,8 +6761,8 @@ packages: dev: true optional: true - /@nx/nx-linux-x64-gnu@18.2.2: - resolution: {integrity: sha512-Fekq6TWZAN7T1Yi+IVAPQ3wUmsmtvu3WyvXiVBjVKh8C1H/PKPcNi+4kaG9Ys1BhBZhqiEfTgc44RF9xLM9IAQ==} + /@nx/nx-linux-x64-gnu@19.1.1: + resolution: {integrity: sha512-zUQhMwz/gQ0up1iymwTqXbyLJca87HXOP+uAD5wfgarh0yhPDwcGaVsV8O8t2z8W/dH/yYmuppe3gAwsvd5SSg==} engines: {node: '>= 10'} cpu: [x64] os: [linux] @@ -7105,8 +6770,8 @@ packages: dev: true optional: true - /@nx/nx-linux-x64-musl@18.2.2: - resolution: {integrity: sha512-3Uk7x2/giczRCva7RsWd/KjgeYH9kOQFiqzE4heMrjBEuJQfACDlasjIrTRv9bwLrZ6otkBVeX/zmE9kBo3tOA==} + /@nx/nx-linux-x64-musl@19.1.1: + resolution: {integrity: sha512-3Gc2iwMbFAp50OlIqfgryTtZno/FqPW+AOP1Pijo/jJOZ8DHP3A7Zy8QoJYUgTQxCffzVbhshXW6yy403pV3OQ==} engines: {node: '>= 10'} cpu: [x64] os: [linux] @@ -7114,8 +6779,8 @@ packages: dev: true optional: true - /@nx/nx-win32-arm64-msvc@18.2.2: - resolution: {integrity: sha512-y0d79+FYtSEI96KGAjIUrD7/xybAp7aSjqqesM0WP2+DIJBYkdjK6maTKxkB5gb3FBJyhfNYr4A1NqDnvbPtvA==} + /@nx/nx-win32-arm64-msvc@19.1.1: + resolution: {integrity: sha512-91LJG0triTdZDHnT9l1N1YuIwhmR7iCbKsEv345OdPhHJeQ6GAuJCD0SqDk6aZ13xr7LoRlS8c6bnfctXeslQQ==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] @@ -7123,8 +6788,8 @@ packages: dev: true optional: true - /@nx/nx-win32-x64-msvc@18.2.2: - resolution: {integrity: sha512-17b7hh8VMGWHq0yQDxevLUM0K4ZoNUah3oYVbYe46tp1w7D4u44vDkOOE2SpV2E/alllcDES1etcVsYQSMTGig==} + /@nx/nx-win32-x64-msvc@19.1.1: + resolution: {integrity: sha512-rEWRqcW1osCeaZ9KPfZWARIdOHGd0WXRW6iqqRvZZEAIbGlZP/89Sj2o9Fvs5oHpng7kfrqsDbpbikmmlX7HTQ==} engines: {node: '>= 10'} cpu: [x64] os: [win32] @@ -7132,646 +6797,646 @@ packages: dev: true optional: true - /@oku-ui/accordion@0.6.1(vue@3.4.21): + /@oku-ui/accordion@0.6.1(vue@3.4.27): resolution: {integrity: sha512-jyf5o6X2lOQwkf9dm2QU7rlYZ5tVGuKus5C3+kbIg3Zjv6CxbTmdQP8L64Tgi8s6xXlQb5DuwqnEji+amgUz/A==} engines: {node: '>=18'} peerDependencies: vue: ^3.3.0 dependencies: - '@oku-ui/collapsible': 0.6.1(vue@3.4.21) - '@oku-ui/collection': 0.6.1(vue@3.4.21) - '@oku-ui/direction': 0.6.1(vue@3.4.21) - '@oku-ui/primitive': 0.6.1(vue@3.4.21) - '@oku-ui/provide': 0.6.1(vue@3.4.21) - '@oku-ui/roving-focus': 0.6.1(vue@3.4.21) - '@oku-ui/use-composable': 0.6.1(vue@3.4.21) - '@oku-ui/utils': 0.6.1(vue@3.4.21) - vue: 3.4.21(typescript@5.4.3) + '@oku-ui/collapsible': 0.6.1(vue@3.4.27) + '@oku-ui/collection': 0.6.1(vue@3.4.27) + '@oku-ui/direction': 0.6.1(vue@3.4.27) + '@oku-ui/primitive': 0.6.1(vue@3.4.27) + '@oku-ui/provide': 0.6.1(vue@3.4.27) + '@oku-ui/roving-focus': 0.6.1(vue@3.4.27) + '@oku-ui/use-composable': 0.6.1(vue@3.4.27) + '@oku-ui/utils': 0.6.1(vue@3.4.27) + vue: 3.4.27(typescript@5.4.5) transitivePeerDependencies: - '@vue/composition-api' dev: false - /@oku-ui/alert-dialog@0.6.1(vue@3.4.21): + /@oku-ui/alert-dialog@0.6.1(vue@3.4.27): resolution: {integrity: sha512-lYsPwHM0jfr56QrhfZ/Uf8Ng5XOO9My+pRWGrJddUiFx5j6Sr+RKxHxN3pFj7sIT4AAEYI31zVwSMsSVOVZukQ==} engines: {node: '>=18'} peerDependencies: vue: ^3.3.0 dependencies: - '@oku-ui/dialog': 0.6.1(vue@3.4.21) - '@oku-ui/primitive': 0.6.1(vue@3.4.21) - '@oku-ui/provide': 0.6.1(vue@3.4.21) - '@oku-ui/slot': 0.6.1(vue@3.4.21) - '@oku-ui/use-composable': 0.6.1(vue@3.4.21) - '@oku-ui/utils': 0.6.1(vue@3.4.21) + '@oku-ui/dialog': 0.6.1(vue@3.4.27) + '@oku-ui/primitive': 0.6.1(vue@3.4.27) + '@oku-ui/provide': 0.6.1(vue@3.4.27) + '@oku-ui/slot': 0.6.1(vue@3.4.27) + '@oku-ui/use-composable': 0.6.1(vue@3.4.27) + '@oku-ui/utils': 0.6.1(vue@3.4.27) '@types/node': 20.12.13 - vue: 3.4.21(typescript@5.4.3) + vue: 3.4.27(typescript@5.4.5) transitivePeerDependencies: - '@vue/composition-api' dev: false - /@oku-ui/arrow@0.6.1(vue@3.4.21): + /@oku-ui/arrow@0.6.1(vue@3.4.27): resolution: {integrity: sha512-ei4CX3vFVv3CnrXCoQ3X1mGZImVzqWP7+IY2sepyjesDxBxh39d7HbzwznIBN/q3LXg784zMB2bqwaz8AeDUGA==} engines: {node: '>=18'} peerDependencies: vue: ^3.3.0 dependencies: - '@oku-ui/primitive': 0.6.1(vue@3.4.21) - '@oku-ui/use-composable': 0.6.1(vue@3.4.21) - vue: 3.4.21(typescript@5.4.3) + '@oku-ui/primitive': 0.6.1(vue@3.4.27) + '@oku-ui/use-composable': 0.6.1(vue@3.4.27) + vue: 3.4.27(typescript@5.4.5) transitivePeerDependencies: - '@vue/composition-api' dev: false - /@oku-ui/aspect-ratio@0.6.1(vue@3.4.21): + /@oku-ui/aspect-ratio@0.6.1(vue@3.4.27): resolution: {integrity: sha512-imQT3IhGXgxPn2ja3RtAIy/+Q0rqWKwNi3ZVddZiUl83KC5iQZU/dx1zhIguVNGBzfVtbZJC+BVmaI7qqZJVXw==} engines: {node: '>=18'} peerDependencies: vue: ^3.3.0 dependencies: - '@oku-ui/primitive': 0.6.1(vue@3.4.21) - '@oku-ui/use-composable': 0.6.1(vue@3.4.21) - vue: 3.4.21(typescript@5.4.3) + '@oku-ui/primitive': 0.6.1(vue@3.4.27) + '@oku-ui/use-composable': 0.6.1(vue@3.4.27) + vue: 3.4.27(typescript@5.4.5) transitivePeerDependencies: - '@vue/composition-api' dev: false - /@oku-ui/avatar@0.6.1(vue@3.4.21): + /@oku-ui/avatar@0.6.1(vue@3.4.27): resolution: {integrity: sha512-T78eRP7Mvmm2j9k7P75W1eCQTvPJvxmNvUwvjXCr/+l1BLVYJXPnMdLJ+VszzUjM3DxQ3Iw3OPUSeUS03vqU1g==} engines: {node: '>=18'} peerDependencies: vue: ^3.3.0 dependencies: - '@oku-ui/primitive': 0.6.1(vue@3.4.21) - '@oku-ui/provide': 0.6.1(vue@3.4.21) - '@oku-ui/use-composable': 0.6.1(vue@3.4.21) - vue: 3.4.21(typescript@5.4.3) + '@oku-ui/primitive': 0.6.1(vue@3.4.27) + '@oku-ui/provide': 0.6.1(vue@3.4.27) + '@oku-ui/use-composable': 0.6.1(vue@3.4.27) + vue: 3.4.27(typescript@5.4.5) transitivePeerDependencies: - '@vue/composition-api' dev: false - /@oku-ui/checkbox@0.6.2(vue@3.4.21): + /@oku-ui/checkbox@0.6.2(vue@3.4.27): resolution: {integrity: sha512-tI0/YS7z0+ZggFLwoEsStbIf+UqZo5HPIgpag01S2kWDP2ahT/dWJJUkqdQ7vfn453/naPGwV803f5CE74Y9xA==} engines: {node: '>=18'} peerDependencies: vue: ^3.3.0 dependencies: - '@oku-ui/presence': 0.6.1(vue@3.4.21) - '@oku-ui/primitive': 0.6.1(vue@3.4.21) - '@oku-ui/provide': 0.6.1(vue@3.4.21) - '@oku-ui/use-composable': 0.6.1(vue@3.4.21) - '@oku-ui/utils': 0.6.1(vue@3.4.21) - vue: 3.4.21(typescript@5.4.3) + '@oku-ui/presence': 0.6.1(vue@3.4.27) + '@oku-ui/primitive': 0.6.1(vue@3.4.27) + '@oku-ui/provide': 0.6.1(vue@3.4.27) + '@oku-ui/use-composable': 0.6.1(vue@3.4.27) + '@oku-ui/utils': 0.6.1(vue@3.4.27) + vue: 3.4.27(typescript@5.4.5) transitivePeerDependencies: - '@vue/composition-api' dev: false - /@oku-ui/collapsible@0.6.1(vue@3.4.21): + /@oku-ui/collapsible@0.6.1(vue@3.4.27): resolution: {integrity: sha512-DAV/cNJW8XWXMDedx5Q7iPyh+XvyBiB1OJf5gYpAQwkefmMGeCs5fPS2dW3NqXmF9D6U6WSrIL/K5Rd4Oli/Tg==} peerDependencies: vue: ^3.3.0 dependencies: - '@oku-ui/presence': 0.6.1(vue@3.4.21) - '@oku-ui/primitive': 0.6.1(vue@3.4.21) - '@oku-ui/provide': 0.6.1(vue@3.4.21) - '@oku-ui/use-composable': 0.6.1(vue@3.4.21) - '@oku-ui/utils': 0.6.1(vue@3.4.21) - vue: 3.4.21(typescript@5.4.3) + '@oku-ui/presence': 0.6.1(vue@3.4.27) + '@oku-ui/primitive': 0.6.1(vue@3.4.27) + '@oku-ui/provide': 0.6.1(vue@3.4.27) + '@oku-ui/use-composable': 0.6.1(vue@3.4.27) + '@oku-ui/utils': 0.6.1(vue@3.4.27) + vue: 3.4.27(typescript@5.4.5) transitivePeerDependencies: - '@vue/composition-api' dev: false - /@oku-ui/collection@0.6.1(vue@3.4.21): + /@oku-ui/collection@0.6.1(vue@3.4.27): resolution: {integrity: sha512-hKrhqwQeuSJAzzTrEa41zPAiaXIx/vcDaRjrqm0u7XM43d2RCT/gLYTvhVoiC5NqcKmjRY+xNPbM1ws4/Nu4ig==} engines: {node: '>=18'} peerDependencies: vue: ^3.3.0 dependencies: - '@oku-ui/primitive': 0.6.1(vue@3.4.21) - '@oku-ui/provide': 0.6.1(vue@3.4.21) - '@oku-ui/slot': 0.6.1(vue@3.4.21) - '@oku-ui/use-composable': 0.6.1(vue@3.4.21) - '@oku-ui/utils': 0.6.1(vue@3.4.21) - vue: 3.4.21(typescript@5.4.3) + '@oku-ui/primitive': 0.6.1(vue@3.4.27) + '@oku-ui/provide': 0.6.1(vue@3.4.27) + '@oku-ui/slot': 0.6.1(vue@3.4.27) + '@oku-ui/use-composable': 0.6.1(vue@3.4.27) + '@oku-ui/utils': 0.6.1(vue@3.4.27) + vue: 3.4.27(typescript@5.4.5) transitivePeerDependencies: - '@vue/composition-api' dev: false - /@oku-ui/dialog@0.6.1(vue@3.4.21): + /@oku-ui/dialog@0.6.1(vue@3.4.27): resolution: {integrity: sha512-IOzLt4W5vt1JUQgRvqO5cT+s2+cm/5p2gICEESOq1aCvI//Pu1gwwlswGcNPWkQ7T4WcA4xzQFq9TvbOxACYgA==} engines: {node: '>=18'} peerDependencies: vue: ^3.3.0 dependencies: - '@oku-ui/dismissable-layer': 0.6.1(vue@3.4.21) - '@oku-ui/focus-guards': 0.6.1(vue@3.4.21) - '@oku-ui/focus-scope': 0.6.1(vue@3.4.21) - '@oku-ui/portal': 0.6.1(vue@3.4.21) - '@oku-ui/presence': 0.6.1(vue@3.4.21) - '@oku-ui/primitive': 0.6.1(vue@3.4.21) - '@oku-ui/provide': 0.6.1(vue@3.4.21) - '@oku-ui/slot': 0.6.1(vue@3.4.21) - '@oku-ui/use-composable': 0.6.1(vue@3.4.21) - '@oku-ui/utils': 0.6.1(vue@3.4.21) + '@oku-ui/dismissable-layer': 0.6.1(vue@3.4.27) + '@oku-ui/focus-guards': 0.6.1(vue@3.4.27) + '@oku-ui/focus-scope': 0.6.1(vue@3.4.27) + '@oku-ui/portal': 0.6.1(vue@3.4.27) + '@oku-ui/presence': 0.6.1(vue@3.4.27) + '@oku-ui/primitive': 0.6.1(vue@3.4.27) + '@oku-ui/provide': 0.6.1(vue@3.4.27) + '@oku-ui/slot': 0.6.1(vue@3.4.27) + '@oku-ui/use-composable': 0.6.1(vue@3.4.27) + '@oku-ui/utils': 0.6.1(vue@3.4.27) '@types/node': 20.12.13 aria-hidden: 1.2.4 - vue: 3.4.21(typescript@5.4.3) + vue: 3.4.27(typescript@5.4.5) transitivePeerDependencies: - '@vue/composition-api' dev: false - /@oku-ui/direction@0.6.1(vue@3.4.21): + /@oku-ui/direction@0.6.1(vue@3.4.27): resolution: {integrity: sha512-di3e9PcuasnoqMoLG34XR8sLNN5h/cygp+X7BDh6KXvacQBJNttU1eDyf+CjRaPdTYeC8sEkdYZpnMb8TBMJLw==} engines: {node: '>=18'} peerDependencies: vue: ^3.3.0 dependencies: - vue: 3.4.21(typescript@5.4.3) + vue: 3.4.27(typescript@5.4.5) dev: false - /@oku-ui/dismissable-layer@0.6.1(vue@3.4.21): + /@oku-ui/dismissable-layer@0.6.1(vue@3.4.27): resolution: {integrity: sha512-VRh3aA7kiRJWAQu+v3YzkghIGBwrvGQBdgAk8gBPQOt2eeBiE1OzI3FT3d4e2mh81HmLMtYG+fKAZE0h+V4sQw==} engines: {node: '>=18'} peerDependencies: vue: ^3.3.0 dependencies: - '@oku-ui/primitive': 0.6.1(vue@3.4.21) - '@oku-ui/provide': 0.6.1(vue@3.4.21) - '@oku-ui/use-composable': 0.6.1(vue@3.4.21) - '@oku-ui/utils': 0.6.1(vue@3.4.21) - vue: 3.4.21(typescript@5.4.3) + '@oku-ui/primitive': 0.6.1(vue@3.4.27) + '@oku-ui/provide': 0.6.1(vue@3.4.27) + '@oku-ui/use-composable': 0.6.1(vue@3.4.27) + '@oku-ui/utils': 0.6.1(vue@3.4.27) + vue: 3.4.27(typescript@5.4.5) transitivePeerDependencies: - '@vue/composition-api' dev: false - /@oku-ui/focus-guards@0.6.1(vue@3.4.21): + /@oku-ui/focus-guards@0.6.1(vue@3.4.27): resolution: {integrity: sha512-sAsAu9x5JLewik0KGOJTaJmm1JZ0JuuCnb/u3NZvsgNx1CS3lPq89wTK4mKmx1WTMu60fHFK44zWgqdaTKMtiQ==} engines: {node: '>=18'} peerDependencies: vue: ^3.3.0 dependencies: - vue: 3.4.21(typescript@5.4.3) + vue: 3.4.27(typescript@5.4.5) dev: false - /@oku-ui/focus-scope@0.6.1(vue@3.4.21): + /@oku-ui/focus-scope@0.6.1(vue@3.4.27): resolution: {integrity: sha512-adUMS/6VsRHr8H/oYOwnTcL6HKu1QlaktLNHuEQb9HGVcKPWdH9qFZoTAiBABnF0XNyvszG3XCt3OHnmz/bUZA==} engines: {node: '>=18'} peerDependencies: vue: ^3.3.0 dependencies: - '@oku-ui/primitive': 0.6.1(vue@3.4.21) - '@oku-ui/use-composable': 0.6.1(vue@3.4.21) - vue: 3.4.21(typescript@5.4.3) + '@oku-ui/primitive': 0.6.1(vue@3.4.27) + '@oku-ui/use-composable': 0.6.1(vue@3.4.27) + vue: 3.4.27(typescript@5.4.5) transitivePeerDependencies: - '@vue/composition-api' dev: false - /@oku-ui/hover-card@0.6.1(vue@3.4.21): + /@oku-ui/hover-card@0.6.1(vue@3.4.27): resolution: {integrity: sha512-W8dMhHZZqrCp7i7agltN2xLA1wCLC0zksRNXndVAh1kIFq3aKhI2FDfxhHPRKgqqkBW2nuJqn0eNMADjsr2S9g==} engines: {node: '>=18'} peerDependencies: vue: ^3.3.0 dependencies: - '@floating-ui/vue': 1.0.6(vue@3.4.21) - '@oku-ui/dismissable-layer': 0.6.1(vue@3.4.21) - '@oku-ui/popper': 0.6.1(@floating-ui/vue@1.0.6)(vue@3.4.21) - '@oku-ui/portal': 0.6.1(vue@3.4.21) - '@oku-ui/presence': 0.6.1(vue@3.4.21) - '@oku-ui/primitive': 0.6.1(vue@3.4.21) - '@oku-ui/provide': 0.6.1(vue@3.4.21) - '@oku-ui/slot': 0.6.1(vue@3.4.21) - '@oku-ui/use-composable': 0.6.1(vue@3.4.21) - '@oku-ui/utils': 0.6.1(vue@3.4.21) - '@oku-ui/visually-hidden': 0.6.1(vue@3.4.21) - vue: 3.4.21(typescript@5.4.3) + '@floating-ui/vue': 1.0.6(vue@3.4.27) + '@oku-ui/dismissable-layer': 0.6.1(vue@3.4.27) + '@oku-ui/popper': 0.6.1(@floating-ui/vue@1.0.6)(vue@3.4.27) + '@oku-ui/portal': 0.6.1(vue@3.4.27) + '@oku-ui/presence': 0.6.1(vue@3.4.27) + '@oku-ui/primitive': 0.6.1(vue@3.4.27) + '@oku-ui/provide': 0.6.1(vue@3.4.27) + '@oku-ui/slot': 0.6.1(vue@3.4.27) + '@oku-ui/use-composable': 0.6.1(vue@3.4.27) + '@oku-ui/utils': 0.6.1(vue@3.4.27) + '@oku-ui/visually-hidden': 0.6.1(vue@3.4.27) + vue: 3.4.27(typescript@5.4.5) transitivePeerDependencies: - '@vue/composition-api' dev: false - /@oku-ui/label@0.6.1(vue@3.4.21): + /@oku-ui/label@0.6.1(vue@3.4.27): resolution: {integrity: sha512-MP/DrR7u0UYqKlcYHueQMofAqwHJoG7vdpN7FQkrEvzlmGnZwu74MULf5Z0QpA3kNm7DG70n+ByMVtbMNWpZsg==} engines: {node: '>=18'} peerDependencies: vue: ^3.3.0 dependencies: - '@oku-ui/primitive': 0.6.1(vue@3.4.21) - '@oku-ui/use-composable': 0.6.1(vue@3.4.21) - vue: 3.4.21(typescript@5.4.3) + '@oku-ui/primitive': 0.6.1(vue@3.4.27) + '@oku-ui/use-composable': 0.6.1(vue@3.4.27) + vue: 3.4.27(typescript@5.4.5) transitivePeerDependencies: - '@vue/composition-api' dev: false - /@oku-ui/menu@0.6.1(vue@3.4.21): + /@oku-ui/menu@0.6.1(vue@3.4.27): resolution: {integrity: sha512-lXNLNjqInWYOKLty/vsy4p/RcMIi291GyzBtlZ/EA0lxMUPAc66neSw72hdJsiWjXWbbKRiFiSJCInT3HzUsQw==} engines: {node: '>=18'} peerDependencies: vue: ^3.3.0 dependencies: - '@floating-ui/vue': 1.0.6(vue@3.4.21) - '@oku-ui/collection': 0.6.1(vue@3.4.21) - '@oku-ui/direction': 0.6.1(vue@3.4.21) - '@oku-ui/dismissable-layer': 0.6.1(vue@3.4.21) - '@oku-ui/focus-guards': 0.6.1(vue@3.4.21) - '@oku-ui/focus-scope': 0.6.1(vue@3.4.21) - '@oku-ui/popper': 0.6.1(@floating-ui/vue@1.0.6)(vue@3.4.21) - '@oku-ui/portal': 0.6.1(vue@3.4.21) - '@oku-ui/presence': 0.6.1(vue@3.4.21) - '@oku-ui/primitive': 0.6.1(vue@3.4.21) - '@oku-ui/provide': 0.6.1(vue@3.4.21) - '@oku-ui/roving-focus': 0.6.1(vue@3.4.21) - '@oku-ui/slot': 0.6.1(vue@3.4.21) - '@oku-ui/use-composable': 0.6.1(vue@3.4.21) - '@oku-ui/utils': 0.6.1(vue@3.4.21) + '@floating-ui/vue': 1.0.6(vue@3.4.27) + '@oku-ui/collection': 0.6.1(vue@3.4.27) + '@oku-ui/direction': 0.6.1(vue@3.4.27) + '@oku-ui/dismissable-layer': 0.6.1(vue@3.4.27) + '@oku-ui/focus-guards': 0.6.1(vue@3.4.27) + '@oku-ui/focus-scope': 0.6.1(vue@3.4.27) + '@oku-ui/popper': 0.6.1(@floating-ui/vue@1.0.6)(vue@3.4.27) + '@oku-ui/portal': 0.6.1(vue@3.4.27) + '@oku-ui/presence': 0.6.1(vue@3.4.27) + '@oku-ui/primitive': 0.6.1(vue@3.4.27) + '@oku-ui/provide': 0.6.1(vue@3.4.27) + '@oku-ui/roving-focus': 0.6.1(vue@3.4.27) + '@oku-ui/slot': 0.6.1(vue@3.4.27) + '@oku-ui/use-composable': 0.6.1(vue@3.4.27) + '@oku-ui/utils': 0.6.1(vue@3.4.27) aria-hidden: 1.2.4 - vue: 3.4.21(typescript@5.4.3) + vue: 3.4.27(typescript@5.4.5) transitivePeerDependencies: - '@vue/composition-api' dev: false - /@oku-ui/popover@0.6.1(vue@3.4.21): + /@oku-ui/popover@0.6.1(vue@3.4.27): resolution: {integrity: sha512-xMLKeuEvvJGmY8KzDAxp+CuenmZ4BXnl9znmCy346SZr8cIbiUjOzA4eEYNKS8IHIaImzFZx2Hyj6j7EsRwY3A==} engines: {node: '>=18'} peerDependencies: vue: ^3.3.0 dependencies: - '@floating-ui/vue': 1.0.6(vue@3.4.21) - '@oku-ui/dismissable-layer': 0.6.1(vue@3.4.21) - '@oku-ui/focus-guards': 0.6.1(vue@3.4.21) - '@oku-ui/focus-scope': 0.6.1(vue@3.4.21) - '@oku-ui/popper': 0.6.1(@floating-ui/vue@1.0.6)(vue@3.4.21) - '@oku-ui/portal': 0.6.1(vue@3.4.21) - '@oku-ui/presence': 0.6.1(vue@3.4.21) - '@oku-ui/primitive': 0.6.1(vue@3.4.21) - '@oku-ui/provide': 0.6.1(vue@3.4.21) - '@oku-ui/slot': 0.6.1(vue@3.4.21) - '@oku-ui/use-composable': 0.6.1(vue@3.4.21) - '@oku-ui/utils': 0.6.1(vue@3.4.21) + '@floating-ui/vue': 1.0.6(vue@3.4.27) + '@oku-ui/dismissable-layer': 0.6.1(vue@3.4.27) + '@oku-ui/focus-guards': 0.6.1(vue@3.4.27) + '@oku-ui/focus-scope': 0.6.1(vue@3.4.27) + '@oku-ui/popper': 0.6.1(@floating-ui/vue@1.0.6)(vue@3.4.27) + '@oku-ui/portal': 0.6.1(vue@3.4.27) + '@oku-ui/presence': 0.6.1(vue@3.4.27) + '@oku-ui/primitive': 0.6.1(vue@3.4.27) + '@oku-ui/provide': 0.6.1(vue@3.4.27) + '@oku-ui/slot': 0.6.1(vue@3.4.27) + '@oku-ui/use-composable': 0.6.1(vue@3.4.27) + '@oku-ui/utils': 0.6.1(vue@3.4.27) aria-hidden: 1.2.4 - vue: 3.4.21(typescript@5.4.3) + vue: 3.4.27(typescript@5.4.5) transitivePeerDependencies: - '@vue/composition-api' dev: false - /@oku-ui/popper@0.6.1(@floating-ui/vue@1.0.6)(vue@3.4.21): + /@oku-ui/popper@0.6.1(@floating-ui/vue@1.0.6)(vue@3.4.27): resolution: {integrity: sha512-iuy7geVOD6LCXcUEnQDVBX0HBEBqJnGREXEyJSecFp3S+DQJqh3CYF1otNo9D6fn2twLSRyuxzym+WCrMbFr+g==} peerDependencies: '@floating-ui/vue': ^1.0.2 vue: ^3.3.0 dependencies: - '@floating-ui/vue': 1.0.6(vue@3.4.21) - '@oku-ui/arrow': 0.6.1(vue@3.4.21) - '@oku-ui/primitive': 0.6.1(vue@3.4.21) - '@oku-ui/provide': 0.6.1(vue@3.4.21) - '@oku-ui/use-composable': 0.6.1(vue@3.4.21) - '@oku-ui/utils': 0.6.1(vue@3.4.21) - vue: 3.4.21(typescript@5.4.3) + '@floating-ui/vue': 1.0.6(vue@3.4.27) + '@oku-ui/arrow': 0.6.1(vue@3.4.27) + '@oku-ui/primitive': 0.6.1(vue@3.4.27) + '@oku-ui/provide': 0.6.1(vue@3.4.27) + '@oku-ui/use-composable': 0.6.1(vue@3.4.27) + '@oku-ui/utils': 0.6.1(vue@3.4.27) + vue: 3.4.27(typescript@5.4.5) transitivePeerDependencies: - '@vue/composition-api' dev: false - /@oku-ui/portal@0.6.1(vue@3.4.21): + /@oku-ui/portal@0.6.1(vue@3.4.27): resolution: {integrity: sha512-iHWe6SbnEyjoXUfTyH02oBIDfniaDJHnFx+6xCDrHH4oJlp83d8tBipUw23nmek29UIOJa+bLq6FDaofS5Xyhg==} engines: {node: '>=18'} peerDependencies: vue: ^3.3.0 dependencies: - '@oku-ui/primitive': 0.6.1(vue@3.4.21) - '@oku-ui/provide': 0.6.1(vue@3.4.21) - '@oku-ui/use-composable': 0.6.1(vue@3.4.21) - '@oku-ui/utils': 0.6.1(vue@3.4.21) - vue: 3.4.21(typescript@5.4.3) + '@oku-ui/primitive': 0.6.1(vue@3.4.27) + '@oku-ui/provide': 0.6.1(vue@3.4.27) + '@oku-ui/use-composable': 0.6.1(vue@3.4.27) + '@oku-ui/utils': 0.6.1(vue@3.4.27) + vue: 3.4.27(typescript@5.4.5) transitivePeerDependencies: - '@vue/composition-api' dev: false - /@oku-ui/presence@0.6.1(vue@3.4.21): + /@oku-ui/presence@0.6.1(vue@3.4.27): resolution: {integrity: sha512-Yz16LG48c+tK1fOqpQwumngu6PeR7fAG6dG8WkIGr2PrdmAkHKAU0mOmSWldf16j8FBAAgPjeiZzUnopJutF4g==} engines: {node: '>=18'} peerDependencies: vue: ^3.3.0 dependencies: - '@oku-ui/use-composable': 0.6.1(vue@3.4.21) - '@oku-ui/utils': 0.6.1(vue@3.4.21) - vue: 3.4.21(typescript@5.4.3) + '@oku-ui/use-composable': 0.6.1(vue@3.4.27) + '@oku-ui/utils': 0.6.1(vue@3.4.27) + vue: 3.4.27(typescript@5.4.5) transitivePeerDependencies: - '@vue/composition-api' dev: false - /@oku-ui/primitive@0.6.1(vue@3.4.21): + /@oku-ui/primitive@0.6.1(vue@3.4.27): resolution: {integrity: sha512-B9AyuzuYQQHicCUUMwurotJfK5J6q7PMt8nV0uBwq8sb7TQss2Q/pgzhHo5XTLre3h1dDyMsIYRXn3Fg0caD/g==} peerDependencies: vue: ^3.3.0 dependencies: - '@oku-ui/slot': 0.6.1(vue@3.4.21) - '@oku-ui/use-composable': 0.6.1(vue@3.4.21) + '@oku-ui/slot': 0.6.1(vue@3.4.27) + '@oku-ui/use-composable': 0.6.1(vue@3.4.27) filter-anything: 3.0.7 - vue: 3.4.21(typescript@5.4.3) + vue: 3.4.27(typescript@5.4.5) transitivePeerDependencies: - '@vue/composition-api' dev: false - /@oku-ui/primitives@0.6.1(vue@3.4.21): + /@oku-ui/primitives@0.6.1(vue@3.4.27): resolution: {integrity: sha512-euPpQJ2u+rvxZumttaafOwgwRyPIdOTGOOuo4w/G+NvEPCYRya+TZtIuJwrM/JZJfPWlTOo7wjQBi43yIQ0HLQ==} engines: {node: '>=18'} peerDependencies: vue: ^3.3.0 dependencies: - '@oku-ui/accordion': 0.6.1(vue@3.4.21) - '@oku-ui/alert-dialog': 0.6.1(vue@3.4.21) - '@oku-ui/aspect-ratio': 0.6.1(vue@3.4.21) - '@oku-ui/avatar': 0.6.1(vue@3.4.21) - '@oku-ui/checkbox': 0.6.2(vue@3.4.21) - '@oku-ui/collapsible': 0.6.1(vue@3.4.21) - '@oku-ui/dialog': 0.6.1(vue@3.4.21) - '@oku-ui/hover-card': 0.6.1(vue@3.4.21) - '@oku-ui/label': 0.6.1(vue@3.4.21) - '@oku-ui/menu': 0.6.1(vue@3.4.21) - '@oku-ui/popover': 0.6.1(vue@3.4.21) - '@oku-ui/progress': 0.6.1(vue@3.4.21) - '@oku-ui/radio-group': 0.6.1(vue@3.4.21) - '@oku-ui/scroll-area': 0.6.1(vue@3.4.21) - '@oku-ui/separator': 0.6.1(vue@3.4.21) - '@oku-ui/slider': 0.6.1(vue@3.4.21) - '@oku-ui/switch': 0.6.1(vue@3.4.21) - '@oku-ui/tabs': 0.6.1(vue@3.4.21) - '@oku-ui/toast': 0.6.1(vue@3.4.21) - '@oku-ui/toggle': 0.6.1(vue@3.4.21) - '@oku-ui/toggle-group': 0.6.1(vue@3.4.21) - '@oku-ui/toolbar': 0.6.1(vue@3.4.21) - '@oku-ui/tooltip': 0.6.1(vue@3.4.21) - vue: 3.4.21(typescript@5.4.3) + '@oku-ui/accordion': 0.6.1(vue@3.4.27) + '@oku-ui/alert-dialog': 0.6.1(vue@3.4.27) + '@oku-ui/aspect-ratio': 0.6.1(vue@3.4.27) + '@oku-ui/avatar': 0.6.1(vue@3.4.27) + '@oku-ui/checkbox': 0.6.2(vue@3.4.27) + '@oku-ui/collapsible': 0.6.1(vue@3.4.27) + '@oku-ui/dialog': 0.6.1(vue@3.4.27) + '@oku-ui/hover-card': 0.6.1(vue@3.4.27) + '@oku-ui/label': 0.6.1(vue@3.4.27) + '@oku-ui/menu': 0.6.1(vue@3.4.27) + '@oku-ui/popover': 0.6.1(vue@3.4.27) + '@oku-ui/progress': 0.6.1(vue@3.4.27) + '@oku-ui/radio-group': 0.6.1(vue@3.4.27) + '@oku-ui/scroll-area': 0.6.1(vue@3.4.27) + '@oku-ui/separator': 0.6.1(vue@3.4.27) + '@oku-ui/slider': 0.6.1(vue@3.4.27) + '@oku-ui/switch': 0.6.1(vue@3.4.27) + '@oku-ui/tabs': 0.6.1(vue@3.4.27) + '@oku-ui/toast': 0.6.1(vue@3.4.27) + '@oku-ui/toggle': 0.6.1(vue@3.4.27) + '@oku-ui/toggle-group': 0.6.1(vue@3.4.27) + '@oku-ui/toolbar': 0.6.1(vue@3.4.27) + '@oku-ui/tooltip': 0.6.1(vue@3.4.27) + vue: 3.4.27(typescript@5.4.5) transitivePeerDependencies: - '@vue/composition-api' dev: false - /@oku-ui/progress@0.6.1(vue@3.4.21): + /@oku-ui/progress@0.6.1(vue@3.4.27): resolution: {integrity: sha512-74lIboVTYupUFNQZlGhsc6c8It6OEhqzMst8DPVioP0jtZpWgaW4cn+o4g8XPH6R/Af+/YlvwFE7/Q8Jruk+KQ==} engines: {node: '>=18'} peerDependencies: vue: ^3.3.0 dependencies: - '@oku-ui/primitive': 0.6.1(vue@3.4.21) - '@oku-ui/provide': 0.6.1(vue@3.4.21) - '@oku-ui/use-composable': 0.6.1(vue@3.4.21) - '@oku-ui/utils': 0.6.1(vue@3.4.21) - vue: 3.4.21(typescript@5.4.3) + '@oku-ui/primitive': 0.6.1(vue@3.4.27) + '@oku-ui/provide': 0.6.1(vue@3.4.27) + '@oku-ui/use-composable': 0.6.1(vue@3.4.27) + '@oku-ui/utils': 0.6.1(vue@3.4.27) + vue: 3.4.27(typescript@5.4.5) transitivePeerDependencies: - '@vue/composition-api' dev: false - /@oku-ui/provide@0.6.1(vue@3.4.21): + /@oku-ui/provide@0.6.1(vue@3.4.27): resolution: {integrity: sha512-sSvzFPUg8J3PRhcYDbZJKYulXvNgjVTekhcywqVns9sUJlsaX3DzousAqxix3lIe1zL/z+gNGFya1Da7JwLsmg==} peerDependencies: vue: ^3.3.0 dependencies: - vue: 3.4.21(typescript@5.4.3) + vue: 3.4.27(typescript@5.4.5) dev: false - /@oku-ui/radio-group@0.6.1(vue@3.4.21): + /@oku-ui/radio-group@0.6.1(vue@3.4.27): resolution: {integrity: sha512-Qi2S+YrfdQay9vkBzZT4gTUvvEiw4VpFKcFSLafm3foGMDa5evFYmELpECITvwn/iUHrHdDctlu97XtURklplA==} peerDependencies: vue: ^3.3.0 dependencies: - '@oku-ui/direction': 0.6.1(vue@3.4.21) - '@oku-ui/presence': 0.6.1(vue@3.4.21) - '@oku-ui/primitive': 0.6.1(vue@3.4.21) - '@oku-ui/provide': 0.6.1(vue@3.4.21) - '@oku-ui/roving-focus': 0.6.1(vue@3.4.21) - '@oku-ui/use-composable': 0.6.1(vue@3.4.21) - '@oku-ui/utils': 0.6.1(vue@3.4.21) - vue: 3.4.21(typescript@5.4.3) + '@oku-ui/direction': 0.6.1(vue@3.4.27) + '@oku-ui/presence': 0.6.1(vue@3.4.27) + '@oku-ui/primitive': 0.6.1(vue@3.4.27) + '@oku-ui/provide': 0.6.1(vue@3.4.27) + '@oku-ui/roving-focus': 0.6.1(vue@3.4.27) + '@oku-ui/use-composable': 0.6.1(vue@3.4.27) + '@oku-ui/utils': 0.6.1(vue@3.4.27) + vue: 3.4.27(typescript@5.4.5) transitivePeerDependencies: - '@vue/composition-api' dev: false - /@oku-ui/roving-focus@0.6.1(vue@3.4.21): + /@oku-ui/roving-focus@0.6.1(vue@3.4.27): resolution: {integrity: sha512-rmXvPjspHJ9xo0wimG4yWVYZJLLZsgVaquYgF4ybjnXiiGP+SybjXyh2TR1wMl9hYVH9iIYPHd7PdDu8xBDsyQ==} engines: {node: '>=18'} peerDependencies: vue: ^3.3.0 dependencies: - '@oku-ui/collection': 0.6.1(vue@3.4.21) - '@oku-ui/direction': 0.6.1(vue@3.4.21) - '@oku-ui/primitive': 0.6.1(vue@3.4.21) - '@oku-ui/provide': 0.6.1(vue@3.4.21) - '@oku-ui/use-composable': 0.6.1(vue@3.4.21) - '@oku-ui/utils': 0.6.1(vue@3.4.21) - vue: 3.4.21(typescript@5.4.3) + '@oku-ui/collection': 0.6.1(vue@3.4.27) + '@oku-ui/direction': 0.6.1(vue@3.4.27) + '@oku-ui/primitive': 0.6.1(vue@3.4.27) + '@oku-ui/provide': 0.6.1(vue@3.4.27) + '@oku-ui/use-composable': 0.6.1(vue@3.4.27) + '@oku-ui/utils': 0.6.1(vue@3.4.27) + vue: 3.4.27(typescript@5.4.5) transitivePeerDependencies: - '@vue/composition-api' dev: false - /@oku-ui/scroll-area@0.6.1(vue@3.4.21): + /@oku-ui/scroll-area@0.6.1(vue@3.4.27): resolution: {integrity: sha512-mn+fYa4yiqKOSyCb06ACZr7VCAYUuugr6W0+bFs2F9KPG854bOj2HTU05PoOoALEbx7UHi+zhy+PgDGFMRu6uw==} engines: {node: '>=18'} peerDependencies: vue: ^3.3.0 dependencies: - '@oku-ui/direction': 0.6.1(vue@3.4.21) - '@oku-ui/presence': 0.6.1(vue@3.4.21) - '@oku-ui/primitive': 0.6.1(vue@3.4.21) - '@oku-ui/provide': 0.6.1(vue@3.4.21) - '@oku-ui/use-composable': 0.6.1(vue@3.4.21) - '@oku-ui/utils': 0.6.1(vue@3.4.21) - vue: 3.4.21(typescript@5.4.3) + '@oku-ui/direction': 0.6.1(vue@3.4.27) + '@oku-ui/presence': 0.6.1(vue@3.4.27) + '@oku-ui/primitive': 0.6.1(vue@3.4.27) + '@oku-ui/provide': 0.6.1(vue@3.4.27) + '@oku-ui/use-composable': 0.6.1(vue@3.4.27) + '@oku-ui/utils': 0.6.1(vue@3.4.27) + vue: 3.4.27(typescript@5.4.5) transitivePeerDependencies: - '@vue/composition-api' dev: false - /@oku-ui/separator@0.6.1(vue@3.4.21): + /@oku-ui/separator@0.6.1(vue@3.4.27): resolution: {integrity: sha512-TIjytbKtbF8QtkaSbxjGmoEY7wqX/pYdSXG1wVCcYuzT5bFF8yvX3X6W3kP+2BWs++iEiCwjlXGhvsmpShcqtw==} engines: {node: '>=18'} peerDependencies: vue: ^3.3.0 dependencies: - '@oku-ui/primitive': 0.6.1(vue@3.4.21) - '@oku-ui/use-composable': 0.6.1(vue@3.4.21) - vue: 3.4.21(typescript@5.4.3) + '@oku-ui/primitive': 0.6.1(vue@3.4.27) + '@oku-ui/use-composable': 0.6.1(vue@3.4.27) + vue: 3.4.27(typescript@5.4.5) transitivePeerDependencies: - '@vue/composition-api' dev: false - /@oku-ui/slider@0.6.1(vue@3.4.21): + /@oku-ui/slider@0.6.1(vue@3.4.27): resolution: {integrity: sha512-8RgyPRNRFcoARCniQn0iNhlEq6DGJ005LpGMg85/D4qz0HiBYKvjL0R26knx/eVckUEMwHBwaDP4JE5xuk5JLw==} engines: {node: '>=18'} peerDependencies: vue: ^3.3.0 dependencies: - '@oku-ui/collection': 0.6.1(vue@3.4.21) - '@oku-ui/direction': 0.6.1(vue@3.4.21) - '@oku-ui/primitive': 0.6.1(vue@3.4.21) - '@oku-ui/provide': 0.6.1(vue@3.4.21) - '@oku-ui/use-composable': 0.6.1(vue@3.4.21) - '@oku-ui/utils': 0.6.1(vue@3.4.21) - vue: 3.4.21(typescript@5.4.3) + '@oku-ui/collection': 0.6.1(vue@3.4.27) + '@oku-ui/direction': 0.6.1(vue@3.4.27) + '@oku-ui/primitive': 0.6.1(vue@3.4.27) + '@oku-ui/provide': 0.6.1(vue@3.4.27) + '@oku-ui/use-composable': 0.6.1(vue@3.4.27) + '@oku-ui/utils': 0.6.1(vue@3.4.27) + vue: 3.4.27(typescript@5.4.5) transitivePeerDependencies: - '@vue/composition-api' dev: false - /@oku-ui/slot@0.6.1(vue@3.4.21): + /@oku-ui/slot@0.6.1(vue@3.4.27): resolution: {integrity: sha512-J3SPa830LneiLUr0VRQM8Fk0OZgt/QqRfr7SoXgO6S23oUHtir2BL4prG3CkJMS3Jr2gtV+o+alPvJID+dVJiA==} engines: {node: '>=18'} peerDependencies: vue: ^3.3.0 dependencies: - '@oku-ui/use-composable': 0.6.1(vue@3.4.21) - '@oku-ui/utils': 0.6.1(vue@3.4.21) - vue: 3.4.21(typescript@5.4.3) + '@oku-ui/use-composable': 0.6.1(vue@3.4.27) + '@oku-ui/utils': 0.6.1(vue@3.4.27) + vue: 3.4.27(typescript@5.4.5) transitivePeerDependencies: - '@vue/composition-api' dev: false - /@oku-ui/switch@0.6.1(vue@3.4.21): + /@oku-ui/switch@0.6.1(vue@3.4.27): resolution: {integrity: sha512-J0vNZwue/ptyYLC0NG4NEa679f8Z0raeN6PVoJ9Rj0Ywu2xSZCKLaoQ/czq2gnmE86I2XjritfENx5DCR/yzdg==} engines: {node: '>=18'} peerDependencies: vue: ^3.3.0 dependencies: - '@oku-ui/primitive': 0.6.1(vue@3.4.21) - '@oku-ui/provide': 0.6.1(vue@3.4.21) - '@oku-ui/use-composable': 0.6.1(vue@3.4.21) - '@oku-ui/utils': 0.6.1(vue@3.4.21) - vue: 3.4.21(typescript@5.4.3) + '@oku-ui/primitive': 0.6.1(vue@3.4.27) + '@oku-ui/provide': 0.6.1(vue@3.4.27) + '@oku-ui/use-composable': 0.6.1(vue@3.4.27) + '@oku-ui/utils': 0.6.1(vue@3.4.27) + vue: 3.4.27(typescript@5.4.5) transitivePeerDependencies: - '@vue/composition-api' dev: false - /@oku-ui/tabs@0.6.1(vue@3.4.21): + /@oku-ui/tabs@0.6.1(vue@3.4.27): resolution: {integrity: sha512-Q7sq4DSv6niSKPd3WM/F2S0Vn4OAFi1D+uA79kqRjEKLOypIQe3MLlMZPmGxXzlb0Rq9X2aVnN2LMAY7PR/JQA==} peerDependencies: vue: ^3.3.0 dependencies: - '@oku-ui/direction': 0.6.1(vue@3.4.21) - '@oku-ui/presence': 0.6.1(vue@3.4.21) - '@oku-ui/primitive': 0.6.1(vue@3.4.21) - '@oku-ui/provide': 0.6.1(vue@3.4.21) - '@oku-ui/roving-focus': 0.6.1(vue@3.4.21) - '@oku-ui/use-composable': 0.6.1(vue@3.4.21) - '@oku-ui/utils': 0.6.1(vue@3.4.21) - vue: 3.4.21(typescript@5.4.3) + '@oku-ui/direction': 0.6.1(vue@3.4.27) + '@oku-ui/presence': 0.6.1(vue@3.4.27) + '@oku-ui/primitive': 0.6.1(vue@3.4.27) + '@oku-ui/provide': 0.6.1(vue@3.4.27) + '@oku-ui/roving-focus': 0.6.1(vue@3.4.27) + '@oku-ui/use-composable': 0.6.1(vue@3.4.27) + '@oku-ui/utils': 0.6.1(vue@3.4.27) + vue: 3.4.27(typescript@5.4.5) transitivePeerDependencies: - '@vue/composition-api' dev: false - /@oku-ui/toast@0.6.1(vue@3.4.21): + /@oku-ui/toast@0.6.1(vue@3.4.27): resolution: {integrity: sha512-n6RQndCTQYAZHzMENOAxr4IAR9+iEuKASaufCbOGC5e5Q9AQQcFSZWfVHecsalKirtm8L/CKfzuydZDGfwpnsg==} engines: {node: '>=18'} peerDependencies: vue: ^3.3.0 dependencies: - '@oku-ui/collection': 0.6.1(vue@3.4.21) - '@oku-ui/dismissable-layer': 0.6.1(vue@3.4.21) - '@oku-ui/portal': 0.6.1(vue@3.4.21) - '@oku-ui/presence': 0.6.1(vue@3.4.21) - '@oku-ui/primitive': 0.6.1(vue@3.4.21) - '@oku-ui/provide': 0.6.1(vue@3.4.21) - '@oku-ui/use-composable': 0.6.1(vue@3.4.21) - '@oku-ui/utils': 0.6.1(vue@3.4.21) - '@oku-ui/visually-hidden': 0.6.1(vue@3.4.21) - vue: 3.4.21(typescript@5.4.3) + '@oku-ui/collection': 0.6.1(vue@3.4.27) + '@oku-ui/dismissable-layer': 0.6.1(vue@3.4.27) + '@oku-ui/portal': 0.6.1(vue@3.4.27) + '@oku-ui/presence': 0.6.1(vue@3.4.27) + '@oku-ui/primitive': 0.6.1(vue@3.4.27) + '@oku-ui/provide': 0.6.1(vue@3.4.27) + '@oku-ui/use-composable': 0.6.1(vue@3.4.27) + '@oku-ui/utils': 0.6.1(vue@3.4.27) + '@oku-ui/visually-hidden': 0.6.1(vue@3.4.27) + vue: 3.4.27(typescript@5.4.5) transitivePeerDependencies: - '@vue/composition-api' dev: false - /@oku-ui/toggle-group@0.6.1(vue@3.4.21): + /@oku-ui/toggle-group@0.6.1(vue@3.4.27): resolution: {integrity: sha512-/Dw5O/KAP4kAZuMF3IzbfGkQEqp9J9mKi06IqMYCXTonAhFi5J44wYg0gPukhpoCLENrmzOWabkZRY+aNEamyA==} peerDependencies: vue: ^3.3.0 dependencies: - '@oku-ui/direction': 0.6.1(vue@3.4.21) - '@oku-ui/primitive': 0.6.1(vue@3.4.21) - '@oku-ui/provide': 0.6.1(vue@3.4.21) - '@oku-ui/roving-focus': 0.6.1(vue@3.4.21) - '@oku-ui/toggle': 0.6.1(vue@3.4.21) - '@oku-ui/use-composable': 0.6.1(vue@3.4.21) - vue: 3.4.21(typescript@5.4.3) + '@oku-ui/direction': 0.6.1(vue@3.4.27) + '@oku-ui/primitive': 0.6.1(vue@3.4.27) + '@oku-ui/provide': 0.6.1(vue@3.4.27) + '@oku-ui/roving-focus': 0.6.1(vue@3.4.27) + '@oku-ui/toggle': 0.6.1(vue@3.4.27) + '@oku-ui/use-composable': 0.6.1(vue@3.4.27) + vue: 3.4.27(typescript@5.4.5) transitivePeerDependencies: - '@vue/composition-api' dev: false - /@oku-ui/toggle@0.6.1(vue@3.4.21): + /@oku-ui/toggle@0.6.1(vue@3.4.27): resolution: {integrity: sha512-DRwJeWYIRgAMYIiCr8+HosRK10uJHtJYrRixPK1buTh8EFCZZmYHNiRjHlasjWaOUNeXzRU/yQtIhor7u6rYhg==} engines: {node: '>=18'} peerDependencies: vue: ^3.3.0 dependencies: - '@oku-ui/primitive': 0.6.1(vue@3.4.21) - '@oku-ui/use-composable': 0.6.1(vue@3.4.21) - '@oku-ui/utils': 0.6.1(vue@3.4.21) - vue: 3.4.21(typescript@5.4.3) + '@oku-ui/primitive': 0.6.1(vue@3.4.27) + '@oku-ui/use-composable': 0.6.1(vue@3.4.27) + '@oku-ui/utils': 0.6.1(vue@3.4.27) + vue: 3.4.27(typescript@5.4.5) transitivePeerDependencies: - '@vue/composition-api' dev: false - /@oku-ui/toolbar@0.6.1(vue@3.4.21): + /@oku-ui/toolbar@0.6.1(vue@3.4.27): resolution: {integrity: sha512-3MRczpHwUXYh+HfqjMe+CJRx4TuiACMYJSdz5ljKNH3+yTdY6tOzUJkfbwUGAmH53yZ3xlFiq0JQha+ipJMSYQ==} engines: {node: '>=18'} peerDependencies: vue: ^3.3.0 dependencies: - '@oku-ui/direction': 0.6.1(vue@3.4.21) - '@oku-ui/primitive': 0.6.1(vue@3.4.21) - '@oku-ui/provide': 0.6.1(vue@3.4.21) - '@oku-ui/roving-focus': 0.6.1(vue@3.4.21) - '@oku-ui/separator': 0.6.1(vue@3.4.21) - '@oku-ui/toggle-group': 0.6.1(vue@3.4.21) - '@oku-ui/use-composable': 0.6.1(vue@3.4.21) - '@oku-ui/utils': 0.6.1(vue@3.4.21) - vue: 3.4.21(typescript@5.4.3) + '@oku-ui/direction': 0.6.1(vue@3.4.27) + '@oku-ui/primitive': 0.6.1(vue@3.4.27) + '@oku-ui/provide': 0.6.1(vue@3.4.27) + '@oku-ui/roving-focus': 0.6.1(vue@3.4.27) + '@oku-ui/separator': 0.6.1(vue@3.4.27) + '@oku-ui/toggle-group': 0.6.1(vue@3.4.27) + '@oku-ui/use-composable': 0.6.1(vue@3.4.27) + '@oku-ui/utils': 0.6.1(vue@3.4.27) + vue: 3.4.27(typescript@5.4.5) transitivePeerDependencies: - '@vue/composition-api' dev: false - /@oku-ui/tooltip@0.6.1(vue@3.4.21): + /@oku-ui/tooltip@0.6.1(vue@3.4.27): resolution: {integrity: sha512-xRd1l8xxS88qyMHTKkPWomPejZCy0cXJcMTZErgZqJfPnP/L0EdF4sNyx/4F5PRcJoPW9CGPhmlVmYxHB5qRPw==} engines: {node: '>=18'} peerDependencies: vue: ^3.3.0 dependencies: - '@floating-ui/vue': 1.0.6(vue@3.4.21) - '@oku-ui/dismissable-layer': 0.6.1(vue@3.4.21) - '@oku-ui/popper': 0.6.1(@floating-ui/vue@1.0.6)(vue@3.4.21) - '@oku-ui/portal': 0.6.1(vue@3.4.21) - '@oku-ui/presence': 0.6.1(vue@3.4.21) - '@oku-ui/primitive': 0.6.1(vue@3.4.21) - '@oku-ui/provide': 0.6.1(vue@3.4.21) - '@oku-ui/slot': 0.6.1(vue@3.4.21) - '@oku-ui/use-composable': 0.6.1(vue@3.4.21) - '@oku-ui/utils': 0.6.1(vue@3.4.21) - '@oku-ui/visually-hidden': 0.6.1(vue@3.4.21) - vue: 3.4.21(typescript@5.4.3) + '@floating-ui/vue': 1.0.6(vue@3.4.27) + '@oku-ui/dismissable-layer': 0.6.1(vue@3.4.27) + '@oku-ui/popper': 0.6.1(@floating-ui/vue@1.0.6)(vue@3.4.27) + '@oku-ui/portal': 0.6.1(vue@3.4.27) + '@oku-ui/presence': 0.6.1(vue@3.4.27) + '@oku-ui/primitive': 0.6.1(vue@3.4.27) + '@oku-ui/provide': 0.6.1(vue@3.4.27) + '@oku-ui/slot': 0.6.1(vue@3.4.27) + '@oku-ui/use-composable': 0.6.1(vue@3.4.27) + '@oku-ui/utils': 0.6.1(vue@3.4.27) + '@oku-ui/visually-hidden': 0.6.1(vue@3.4.27) + vue: 3.4.27(typescript@5.4.5) transitivePeerDependencies: - '@vue/composition-api' dev: false - /@oku-ui/use-composable@0.6.1(vue@3.4.21): + /@oku-ui/use-composable@0.6.1(vue@3.4.27): resolution: {integrity: sha512-t9DqFF9rsLNJ1Bg3ecKhd462OsxdHDMhuF1v2i1R80XmARUPxe5lteTkd4I1Ws7H5WihM6VZC2iqv2F5UT2Gcg==} peerDependencies: vue: ^3.3.0 dependencies: - '@oku-ui/utils': 0.6.1(vue@3.4.21) - '@vueuse/core': 10.9.0(vue@3.4.21) - vue: 3.4.21(typescript@5.4.3) + '@oku-ui/utils': 0.6.1(vue@3.4.27) + '@vueuse/core': 10.10.0(vue@3.4.27) + vue: 3.4.27(typescript@5.4.5) transitivePeerDependencies: - '@vue/composition-api' dev: false - /@oku-ui/utils@0.6.1(vue@3.4.21): + /@oku-ui/utils@0.6.1(vue@3.4.27): resolution: {integrity: sha512-fT621c3TsqL6RsI985hIc72z7r3mxVIqLanoxA5DPCvebg3Mr+7+WENOWno5gq4KxFobVzMbeiZ55TqQjQXasw==} peerDependencies: vue: ^3.3.0 dependencies: - vue: 3.4.21(typescript@5.4.3) + vue: 3.4.27(typescript@5.4.5) dev: false - /@oku-ui/visually-hidden@0.6.1(vue@3.4.21): + /@oku-ui/visually-hidden@0.6.1(vue@3.4.27): resolution: {integrity: sha512-ItBn6jXdA3JYKwBCdNI3IqI6fdgKtZBrLz8VpBPlPcB+buTylvIVO9/k+yyONt7YME0C19E6aRlWvJLNVLDSnQ==} engines: {node: '>=18'} peerDependencies: vue: ^3.3.0 dependencies: - '@oku-ui/primitive': 0.6.1(vue@3.4.21) - '@oku-ui/use-composable': 0.6.1(vue@3.4.21) - vue: 3.4.21(typescript@5.4.3) + '@oku-ui/primitive': 0.6.1(vue@3.4.27) + '@oku-ui/use-composable': 0.6.1(vue@3.4.27) + vue: 3.4.27(typescript@5.4.5) transitivePeerDependencies: - '@vue/composition-api' dev: false @@ -7895,61 +7560,8 @@ packages: resolution: {integrity: sha512-VkliWlS4/+GHLLW7J/rVBA00uXus1SWvwFvcUDxDwmFxYfg/2VI6ekwdXS28cjI8Qz2ky2BzG8OUHo+WeYIWqw==} engines: {node: '>=14'} - /@oxc-parser/binding-darwin-arm64@0.8.0: - resolution: {integrity: sha512-3Dws5Wzj9efojjqvhS4ZF+Abh0EoiI5ciOE2kdLifMzSg4fnmYAIOktoUnPEo87TNIb4SiFJ5JgPBgEyq42Eow==} - cpu: [arm64] - os: [darwin] - requiresBuild: true - optional: true - - /@oxc-parser/binding-darwin-x64@0.8.0: - resolution: {integrity: sha512-DAUJ/mfq0Jn2VDYn69bhHTsIWj+aZ/viamexFwaLL7ntkIFmGpzAJZUlWofpY1IRJynKWW+P5AOLYXMllw4qUw==} - cpu: [x64] - os: [darwin] - requiresBuild: true - optional: true - - /@oxc-parser/binding-linux-arm64-gnu@0.8.0: - resolution: {integrity: sha512-ZHQVey/O4K3zTIKtpfsbtJIE8MPTRHRxgY3dejaoeFQGf9C3HasgF132Yp4zN/jOUx+x8czKPVa/Af40ViyhGQ==} - cpu: [arm64] - os: [linux] - requiresBuild: true - optional: true - - /@oxc-parser/binding-linux-arm64-musl@0.8.0: - resolution: {integrity: sha512-Diw+Tnf5v+zAYXzDoSKCZsMaroU6GoqZMS7smfDtFnZYTHWZrsTmPBLUQe7AFiG7O7tkhsCdcWjOYgbVkrSVOA==} - cpu: [arm64] - os: [linux] - requiresBuild: true - optional: true - - /@oxc-parser/binding-linux-x64-gnu@0.8.0: - resolution: {integrity: sha512-WloqcRrtQUVEP/Sy8ZeEgF0HgBKQjOv3zLFZqbC5ipkerKriGcVbsq3fOIMOi/55AM6/UhIAjeZGnoeco72JjQ==} - cpu: [x64] - os: [linux] - requiresBuild: true - optional: true - - /@oxc-parser/binding-linux-x64-musl@0.8.0: - resolution: {integrity: sha512-2j7BD9szwSXTvSj0Q8VE98UHGYvrgZzdLy4EyB0FilhQnopEfz+YV674rWGY2Il1VYxHJwGctrTJHvARolu37g==} - cpu: [x64] - os: [linux] - requiresBuild: true - optional: true - - /@oxc-parser/binding-win32-arm64-msvc@0.8.0: - resolution: {integrity: sha512-mcomr1og17yCmnwn8Q7CRzrH9Va0HccWe4Ld3/u/elBsw0SEzYGVvECRzCyRglYAbKTtusz7as9Jee0RiMOMmg==} - cpu: [arm64] - os: [win32] - requiresBuild: true - optional: true - - /@oxc-parser/binding-win32-x64-msvc@0.8.0: - resolution: {integrity: sha512-nIBkc1KZOVYUaHT3+U+gM354P3byMAIXMvlmLMbs0kWVRcI4vrzL8qwWpC6QdBQxWKZGqPEqGolv8H4dDYA9nQ==} - cpu: [x64] - os: [win32] - requiresBuild: true - optional: true + /@oxc-parser/wasm@0.1.0: + resolution: {integrity: sha512-oA7XhTbg9rRBJhIzxCNhJwYmON/9LFAH4GBQxl7HWmGSS6HTrb2t6Peq82nxY0W7knguH52neh9T7zs27FVvsQ==} /@parcel/watcher-android-arm64@2.4.1: resolution: {integrity: sha512-LOi/WTbbh3aTn2RYddrO8pnapixAziFl6SMxHM69r3tvdSm94JtCenaKgk1GRg5FJ5wpMCpHeW+7yqPlvZv7kg==} @@ -8121,11 +7733,11 @@ packages: shelljs: 0.8.5 dev: true - /@pinia/nuxt@0.5.1(rollup@4.18.0)(typescript@5.4.3)(vue@3.4.21): + /@pinia/nuxt@0.5.1(rollup@4.18.0)(typescript@5.4.5)(vue@3.4.27): resolution: {integrity: sha512-6wT6TqY81n+7/x3Yhf0yfaJVKkZU42AGqOR0T3+UvChcaOJhSma7OWPN64v+ptYlznat+fS1VTwNAcbi2lzHnw==} dependencies: '@nuxt/kit': 3.11.2(rollup@4.18.0) - pinia: 2.1.7(typescript@5.4.3)(vue@3.4.21) + pinia: 2.1.7(typescript@5.4.5)(vue@3.4.27) transitivePeerDependencies: - '@vue/composition-api' - rollup @@ -8169,17 +7781,17 @@ packages: '@codemirror/view': 6.26.3 dev: true - /@revenuecat/purchases-capacitor@7.5.6(@capacitor/core@6.0.0-rc.2): - resolution: {integrity: sha512-R3MQJtST9NUstd3f00hcW20n6HRoYwENnYHbtwrXRpmLEaP+2FBpqHulTOxfvMBqn+WOWL/dlKuIo7BV6PXAdw==} + /@revenuecat/purchases-capacitor@7.5.10(@capacitor/core@6.0.0-rc.2): + resolution: {integrity: sha512-BYvk/7CeMxsM/qQhJZDtk/75ekGkR6Mob4vs4zfsQima/Js0Om6vpVbGar9mD0xPq6kl1IrFA4661lq/XyzjHA==} peerDependencies: '@capacitor/core': ^5.0.0 dependencies: '@capacitor/core': 6.0.0-rc.2 - '@revenuecat/purchases-typescript-internal-esm': 10.3.2 + '@revenuecat/purchases-typescript-internal-esm': 10.6.2 dev: true - /@revenuecat/purchases-typescript-internal-esm@10.3.2: - resolution: {integrity: sha512-aR2ObXmEgtmnKjdBSAZlmOWdoZ169k/HIpvJNN2JIBP6p2cQfWtXsnNxua98PNEo3rmFlJv0Er7wrHL7ipCmQA==} + /@revenuecat/purchases-typescript-internal-esm@10.6.2: + resolution: {integrity: sha512-4zSCRJ8Zl7zioD3R6SE7fWv+cjiyJBau4H0APcwEhUvb0pyRvvBP7/NFKiCc1Hdabw2/DH1OVLOZcfzCktgkWw==} dev: true /@rollup/plugin-alias@5.1.0(rollup@3.29.4): @@ -8573,419 +8185,419 @@ packages: resolution: {integrity: sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==} engines: {node: '>=18'} - /@smithy/abort-controller@2.2.0: - resolution: {integrity: sha512-wRlta7GuLWpTqtFfGo+nZyOO1vEvewdNR1R4rTxpC8XU6vG/NDyrFBhwLZsqg1NUoR1noVaXJPC/7ZK47QCySw==} - engines: {node: '>=14.0.0'} + /@smithy/abort-controller@3.0.0: + resolution: {integrity: sha512-p6GlFGBt9K4MYLu72YuJ523NVR4A8oHlC5M2JO6OmQqN8kAc/uh1JqLE+FizTokrSJGg0CSvC+BrsmGzKtsZKA==} + engines: {node: '>=16.0.0'} dependencies: - '@smithy/types': 2.12.0 + '@smithy/types': 3.0.0 tslib: 2.6.2 - /@smithy/chunked-blob-reader-native@2.2.0: - resolution: {integrity: sha512-VNB5+1oCgX3Fzs072yuRsUoC2N4Zg/LJ11DTxX3+Qu+Paa6AmbIF0E9sc2wthz9Psrk/zcOlTCyuposlIhPjZQ==} + /@smithy/chunked-blob-reader-native@3.0.0: + resolution: {integrity: sha512-VDkpCYW+peSuM4zJip5WDfqvg2Mo/e8yxOv3VF1m11y7B8KKMKVFtmZWDe36Fvk8rGuWrPZHHXZ7rR7uM5yWyg==} dependencies: - '@smithy/util-base64': 2.3.0 + '@smithy/util-base64': 3.0.0 tslib: 2.6.2 dev: false - /@smithy/chunked-blob-reader@2.2.0: - resolution: {integrity: sha512-3GJNvRwXBGdkDZZOGiziVYzDpn4j6zfyULHMDKAGIUo72yHALpE9CbhfQp/XcLNVoc1byfMpn6uW5H2BqPjgaQ==} + /@smithy/chunked-blob-reader@3.0.0: + resolution: {integrity: sha512-sbnURCwjF0gSToGlsBiAmd1lRCmSn72nu9axfJu5lIx6RUEgHu6GwTMbqCdhQSi0Pumcm5vFxsi9XWXb2mTaoA==} dependencies: tslib: 2.6.2 dev: false - /@smithy/config-resolver@2.2.0: - resolution: {integrity: sha512-fsiMgd8toyUba6n1WRmr+qACzXltpdDkPTAaDqc8QqPBUzO+/JKwL6bUBseHVi8tu9l+3JOK+tSf7cay+4B3LA==} - engines: {node: '>=14.0.0'} + /@smithy/config-resolver@3.0.0: + resolution: {integrity: sha512-2GzOfADwYLQugYkKQhIyZyQlM05K+tMKvRnc6eFfZcpJGRfKoMUMYdPlBKmqHwQFXQKBrGV6cxL9oymWgDzvFw==} + engines: {node: '>=16.0.0'} dependencies: - '@smithy/node-config-provider': 2.3.0 - '@smithy/types': 2.12.0 - '@smithy/util-config-provider': 2.3.0 - '@smithy/util-middleware': 2.2.0 + '@smithy/node-config-provider': 3.0.0 + '@smithy/types': 3.0.0 + '@smithy/util-config-provider': 3.0.0 + '@smithy/util-middleware': 3.0.0 tslib: 2.6.2 - /@smithy/core@1.4.2: - resolution: {integrity: sha512-2fek3I0KZHWJlRLvRTqxTEri+qV0GRHrJIoLFuBMZB4EMg4WgeBGfF0X6abnrNYpq55KJ6R4D6x4f0vLnhzinA==} - engines: {node: '>=14.0.0'} + /@smithy/core@2.0.1: + resolution: {integrity: sha512-rcMkjvwxH/bER+oZUPR0yTA0ELD6m3A+d92+CFkdF6HJFCBB1bXo7P5pm21L66XwTN01B6bUhSCQ7cymWRD8zg==} + engines: {node: '>=16.0.0'} dependencies: - '@smithy/middleware-endpoint': 2.5.1 - '@smithy/middleware-retry': 2.3.1 - '@smithy/middleware-serde': 2.3.0 - '@smithy/protocol-http': 3.3.0 - '@smithy/smithy-client': 2.5.1 - '@smithy/types': 2.12.0 - '@smithy/util-middleware': 2.2.0 + '@smithy/middleware-endpoint': 3.0.0 + '@smithy/middleware-retry': 3.0.1 + '@smithy/middleware-serde': 3.0.0 + '@smithy/protocol-http': 4.0.0 + '@smithy/smithy-client': 3.0.1 + '@smithy/types': 3.0.0 + '@smithy/util-middleware': 3.0.0 tslib: 2.6.2 - /@smithy/credential-provider-imds@2.3.0: - resolution: {integrity: sha512-BWB9mIukO1wjEOo1Ojgl6LrG4avcaC7T/ZP6ptmAaW4xluhSIPZhY+/PI5YKzlk+jsm+4sQZB45Bt1OfMeQa3w==} - engines: {node: '>=14.0.0'} + /@smithy/credential-provider-imds@3.0.0: + resolution: {integrity: sha512-lfmBiFQcA3FsDAPxNfY0L7CawcWtbyWsBOHo34nF095728JLkBX4Y9q/VPPE2r7fqMVK+drmDigqE2/SSQeVRA==} + engines: {node: '>=16.0.0'} dependencies: - '@smithy/node-config-provider': 2.3.0 - '@smithy/property-provider': 2.2.0 - '@smithy/types': 2.12.0 - '@smithy/url-parser': 2.2.0 + '@smithy/node-config-provider': 3.0.0 + '@smithy/property-provider': 3.0.0 + '@smithy/types': 3.0.0 + '@smithy/url-parser': 3.0.0 tslib: 2.6.2 - /@smithy/eventstream-codec@2.2.0: - resolution: {integrity: sha512-8janZoJw85nJmQZc4L8TuePp2pk1nxLgkxIR0TUjKJ5Dkj5oelB9WtiSSGXCQvNsJl0VSTvK/2ueMXxvpa9GVw==} + /@smithy/eventstream-codec@3.0.0: + resolution: {integrity: sha512-PUtyEA0Oik50SaEFCZ0WPVtF9tz/teze2fDptW6WRXl+RrEenH8UbEjudOz8iakiMl3lE3lCVqYf2Y+znL8QFQ==} dependencies: '@aws-crypto/crc32': 3.0.0 - '@smithy/types': 2.12.0 - '@smithy/util-hex-encoding': 2.2.0 + '@smithy/types': 3.0.0 + '@smithy/util-hex-encoding': 3.0.0 tslib: 2.6.2 dev: false - /@smithy/eventstream-serde-browser@2.2.0: - resolution: {integrity: sha512-UaPf8jKbcP71BGiO0CdeLmlg+RhWnlN8ipsMSdwvqBFigl5nil3rHOI/5GE3tfiuX8LvY5Z9N0meuU7Rab7jWw==} - engines: {node: '>=14.0.0'} + /@smithy/eventstream-serde-browser@3.0.0: + resolution: {integrity: sha512-NB7AFiPN4NxP/YCAnrvYR18z2/ZsiHiF7VtG30gshO9GbFrIb1rC8ep4NGpJSWrz6P64uhPXeo4M0UsCLnZKqw==} + engines: {node: '>=16.0.0'} dependencies: - '@smithy/eventstream-serde-universal': 2.2.0 - '@smithy/types': 2.12.0 + '@smithy/eventstream-serde-universal': 3.0.0 + '@smithy/types': 3.0.0 tslib: 2.6.2 dev: false - /@smithy/eventstream-serde-config-resolver@2.2.0: - resolution: {integrity: sha512-RHhbTw/JW3+r8QQH7PrganjNCiuiEZmpi6fYUAetFfPLfZ6EkiA08uN3EFfcyKubXQxOwTeJRZSQmDDCdUshaA==} - engines: {node: '>=14.0.0'} + /@smithy/eventstream-serde-config-resolver@3.0.0: + resolution: {integrity: sha512-RUQG3vQ3LX7peqqHAbmayhgrF5aTilPnazinaSGF1P0+tgM3vvIRWPHmlLIz2qFqB9LqFIxditxc8O2Z6psrRw==} + engines: {node: '>=16.0.0'} dependencies: - '@smithy/types': 2.12.0 + '@smithy/types': 3.0.0 tslib: 2.6.2 dev: false - /@smithy/eventstream-serde-node@2.2.0: - resolution: {integrity: sha512-zpQMtJVqCUMn+pCSFcl9K/RPNtQE0NuMh8sKpCdEHafhwRsjP50Oq/4kMmvxSRy6d8Jslqd8BLvDngrUtmN9iA==} - engines: {node: '>=14.0.0'} + /@smithy/eventstream-serde-node@3.0.0: + resolution: {integrity: sha512-baRPdMBDMBExZXIUAoPGm/hntixjt/VFpU6+VmCyiYJYzRHRxoaI1MN+5XE+hIS8AJ2GCHLMFEIOLzq9xx1EgQ==} + engines: {node: '>=16.0.0'} dependencies: - '@smithy/eventstream-serde-universal': 2.2.0 - '@smithy/types': 2.12.0 + '@smithy/eventstream-serde-universal': 3.0.0 + '@smithy/types': 3.0.0 tslib: 2.6.2 dev: false - /@smithy/eventstream-serde-universal@2.2.0: - resolution: {integrity: sha512-pvoe/vvJY0mOpuF84BEtyZoYfbehiFj8KKWk1ds2AT0mTLYFVs+7sBJZmioOFdBXKd48lfrx1vumdPdmGlCLxA==} - engines: {node: '>=14.0.0'} + /@smithy/eventstream-serde-universal@3.0.0: + resolution: {integrity: sha512-HNFfShmotWGeAoW4ujP8meV9BZavcpmerDbPIjkJbxKbN8RsUcpRQ/2OyIxWNxXNH2GWCAxuSB7ynmIGJlQ3Dw==} + engines: {node: '>=16.0.0'} dependencies: - '@smithy/eventstream-codec': 2.2.0 - '@smithy/types': 2.12.0 + '@smithy/eventstream-codec': 3.0.0 + '@smithy/types': 3.0.0 tslib: 2.6.2 dev: false - /@smithy/fetch-http-handler@2.5.0: - resolution: {integrity: sha512-BOWEBeppWhLn/no/JxUL/ghTfANTjT7kg3Ww2rPqTUY9R4yHPXxJ9JhMe3Z03LN3aPwiwlpDIUcVw1xDyHqEhw==} + /@smithy/fetch-http-handler@3.0.1: + resolution: {integrity: sha512-uaH74i5BDj+rBwoQaXioKpI0SHBJFtOVwzrCpxZxphOW0ki5jhj7dXvDMYM2IJem8TpdFvS2iC08sjOblfFGFg==} dependencies: - '@smithy/protocol-http': 3.3.0 - '@smithy/querystring-builder': 2.2.0 - '@smithy/types': 2.12.0 - '@smithy/util-base64': 2.3.0 + '@smithy/protocol-http': 4.0.0 + '@smithy/querystring-builder': 3.0.0 + '@smithy/types': 3.0.0 + '@smithy/util-base64': 3.0.0 tslib: 2.6.2 - /@smithy/hash-blob-browser@2.2.0: - resolution: {integrity: sha512-SGPoVH8mdXBqrkVCJ1Hd1X7vh1zDXojNN1yZyZTZsCno99hVue9+IYzWDjq/EQDDXxmITB0gBmuyPh8oAZSTcg==} + /@smithy/hash-blob-browser@3.0.0: + resolution: {integrity: sha512-/Wbpdg+bwJvW7lxR/zpWAc1/x/YkcqguuF2bAzkJrvXriZu1vm8r+PUdE4syiVwQg7PPR2dXpi3CLBb9qRDaVQ==} dependencies: - '@smithy/chunked-blob-reader': 2.2.0 - '@smithy/chunked-blob-reader-native': 2.2.0 - '@smithy/types': 2.12.0 + '@smithy/chunked-blob-reader': 3.0.0 + '@smithy/chunked-blob-reader-native': 3.0.0 + '@smithy/types': 3.0.0 tslib: 2.6.2 dev: false - /@smithy/hash-node@2.2.0: - resolution: {integrity: sha512-zLWaC/5aWpMrHKpoDF6nqpNtBhlAYKF/7+9yMN7GpdR8CzohnWfGtMznPybnwSS8saaXBMxIGwJqR4HmRp6b3g==} - engines: {node: '>=14.0.0'} + /@smithy/hash-node@3.0.0: + resolution: {integrity: sha512-84qXstNemP3XS5jcof0el6+bDfjzuvhJPQTEfro3lgtbCtKgzPm3MgiS6ehXVPjeQ5+JS0HqmTz8f/RYfzHVxw==} + engines: {node: '>=16.0.0'} dependencies: - '@smithy/types': 2.12.0 - '@smithy/util-buffer-from': 2.2.0 - '@smithy/util-utf8': 2.3.0 + '@smithy/types': 3.0.0 + '@smithy/util-buffer-from': 3.0.0 + '@smithy/util-utf8': 3.0.0 tslib: 2.6.2 - /@smithy/hash-stream-node@2.2.0: - resolution: {integrity: sha512-aT+HCATOSRMGpPI7bi7NSsTNVZE/La9IaxLXWoVAYMxHT5hGO3ZOGEMZQg8A6nNL+pdFGtZQtND1eoY084HgHQ==} - engines: {node: '>=14.0.0'} + /@smithy/hash-stream-node@3.0.0: + resolution: {integrity: sha512-J0i7de+EgXDEGITD4fxzmMX8CyCNETTIRXlxjMiNUvvu76Xn3GJ31wQR85ynlPk2wI1lqoknAFJaD1fiNDlbIA==} + engines: {node: '>=16.0.0'} dependencies: - '@smithy/types': 2.12.0 - '@smithy/util-utf8': 2.3.0 + '@smithy/types': 3.0.0 + '@smithy/util-utf8': 3.0.0 tslib: 2.6.2 dev: false - /@smithy/invalid-dependency@2.2.0: - resolution: {integrity: sha512-nEDASdbKFKPXN2O6lOlTgrEEOO9NHIeO+HVvZnkqc8h5U9g3BIhWsvzFo+UcUbliMHvKNPD/zVxDrkP1Sbgp8Q==} + /@smithy/invalid-dependency@3.0.0: + resolution: {integrity: sha512-F6wBBaEFgJzj0s4KUlliIGPmqXemwP6EavgvDqYwCH40O5Xr2iMHvS8todmGVZtuJCorBkXsYLyTu4PuizVq5g==} dependencies: - '@smithy/types': 2.12.0 + '@smithy/types': 3.0.0 tslib: 2.6.2 - /@smithy/is-array-buffer@2.2.0: - resolution: {integrity: sha512-GGP3O9QFD24uGeAXYUjwSTXARoqpZykHadOmA8G5vfJPK0/DC67qa//0qvqrJzL1xc8WQWX7/yc7fwudjPHPhA==} - engines: {node: '>=14.0.0'} + /@smithy/is-array-buffer@3.0.0: + resolution: {integrity: sha512-+Fsu6Q6C4RSJiy81Y8eApjEB5gVtM+oFKTffg+jSuwtvomJJrhUJBu2zS8wjXSgH/g1MKEWrzyChTBe6clb5FQ==} + engines: {node: '>=16.0.0'} dependencies: tslib: 2.6.2 - /@smithy/md5-js@2.2.0: - resolution: {integrity: sha512-M26XTtt9IIusVMOWEAhIvFIr9jYj4ISPPGJROqw6vXngO3IYJCnVVSMFn4Tx1rUTG5BiKJNg9u2nxmBiZC5IlQ==} + /@smithy/md5-js@3.0.0: + resolution: {integrity: sha512-Tm0vrrVzjlD+6RCQTx7D3Ls58S3FUH1ZCtU1MIh/qQmaOo1H9lMN2as6CikcEwgattnA9SURSdoJJ27xMcEfMA==} dependencies: - '@smithy/types': 2.12.0 - '@smithy/util-utf8': 2.3.0 + '@smithy/types': 3.0.0 + '@smithy/util-utf8': 3.0.0 tslib: 2.6.2 dev: false - /@smithy/middleware-content-length@2.2.0: - resolution: {integrity: sha512-5bl2LG1Ah/7E5cMSC+q+h3IpVHMeOkG0yLRyQT1p2aMJkSrZG7RlXHPuAgb7EyaFeidKEnnd/fNaLLaKlHGzDQ==} - engines: {node: '>=14.0.0'} + /@smithy/middleware-content-length@3.0.0: + resolution: {integrity: sha512-3C4s4d/iGobgCtk2tnWW6+zSTOBg1PRAm2vtWZLdriwTroFbbWNSr3lcyzHdrQHnEXYCC5K52EbpfodaIUY8sg==} + engines: {node: '>=16.0.0'} dependencies: - '@smithy/protocol-http': 3.3.0 - '@smithy/types': 2.12.0 + '@smithy/protocol-http': 4.0.0 + '@smithy/types': 3.0.0 tslib: 2.6.2 - /@smithy/middleware-endpoint@2.5.1: - resolution: {integrity: sha512-1/8kFp6Fl4OsSIVTWHnNjLnTL8IqpIb/D3sTSczrKFnrE9VMNWxnrRKNvpUHOJ6zpGD5f62TPm7+17ilTJpiCQ==} - engines: {node: '>=14.0.0'} + /@smithy/middleware-endpoint@3.0.0: + resolution: {integrity: sha512-aXOAWztw/5qAfp0NcA2OWpv6ZI/E+Dh9mByif7i91D/0iyYNUcKvskmXiowKESFkuZ7PIMd3VOR4fTibZDs2OQ==} + engines: {node: '>=16.0.0'} dependencies: - '@smithy/middleware-serde': 2.3.0 - '@smithy/node-config-provider': 2.3.0 - '@smithy/shared-ini-file-loader': 2.4.0 - '@smithy/types': 2.12.0 - '@smithy/url-parser': 2.2.0 - '@smithy/util-middleware': 2.2.0 + '@smithy/middleware-serde': 3.0.0 + '@smithy/node-config-provider': 3.0.0 + '@smithy/shared-ini-file-loader': 3.0.0 + '@smithy/types': 3.0.0 + '@smithy/url-parser': 3.0.0 + '@smithy/util-middleware': 3.0.0 tslib: 2.6.2 - /@smithy/middleware-retry@2.3.1: - resolution: {integrity: sha512-P2bGufFpFdYcWvqpyqqmalRtwFUNUA8vHjJR5iGqbfR6mp65qKOLcUd6lTr4S9Gn/enynSrSf3p3FVgVAf6bXA==} - engines: {node: '>=14.0.0'} + /@smithy/middleware-retry@3.0.1: + resolution: {integrity: sha512-hBhSEuL841FhJBK/19WpaGk5YWSzFk/P2UaVjANGKRv3eYNO8Y1lANWgqnuPWjOyCEWMPr58vELFDWpxvRKANw==} + engines: {node: '>=16.0.0'} dependencies: - '@smithy/node-config-provider': 2.3.0 - '@smithy/protocol-http': 3.3.0 - '@smithy/service-error-classification': 2.1.5 - '@smithy/smithy-client': 2.5.1 - '@smithy/types': 2.12.0 - '@smithy/util-middleware': 2.2.0 - '@smithy/util-retry': 2.2.0 + '@smithy/node-config-provider': 3.0.0 + '@smithy/protocol-http': 4.0.0 + '@smithy/service-error-classification': 3.0.0 + '@smithy/smithy-client': 3.0.1 + '@smithy/types': 3.0.0 + '@smithy/util-middleware': 3.0.0 + '@smithy/util-retry': 3.0.0 tslib: 2.6.2 uuid: 9.0.1 - /@smithy/middleware-serde@2.3.0: - resolution: {integrity: sha512-sIADe7ojwqTyvEQBe1nc/GXB9wdHhi9UwyX0lTyttmUWDJLP655ZYE1WngnNyXREme8I27KCaUhyhZWRXL0q7Q==} - engines: {node: '>=14.0.0'} + /@smithy/middleware-serde@3.0.0: + resolution: {integrity: sha512-I1vKG1foI+oPgG9r7IMY1S+xBnmAn1ISqployvqkwHoSb8VPsngHDTOgYGYBonuOKndaWRUGJZrKYYLB+Ane6w==} + engines: {node: '>=16.0.0'} dependencies: - '@smithy/types': 2.12.0 + '@smithy/types': 3.0.0 tslib: 2.6.2 - /@smithy/middleware-stack@2.2.0: - resolution: {integrity: sha512-Qntc3jrtwwrsAC+X8wms8zhrTr0sFXnyEGhZd9sLtsJ/6gGQKFzNB+wWbOcpJd7BR8ThNCoKt76BuQahfMvpeA==} - engines: {node: '>=14.0.0'} + /@smithy/middleware-stack@3.0.0: + resolution: {integrity: sha512-+H0jmyfAyHRFXm6wunskuNAqtj7yfmwFB6Fp37enytp2q047/Od9xetEaUbluyImOlGnGpaVGaVfjwawSr+i6Q==} + engines: {node: '>=16.0.0'} dependencies: - '@smithy/types': 2.12.0 + '@smithy/types': 3.0.0 tslib: 2.6.2 - /@smithy/node-config-provider@2.3.0: - resolution: {integrity: sha512-0elK5/03a1JPWMDPaS726Iw6LpQg80gFut1tNpPfxFuChEEklo2yL823V94SpTZTxmKlXFtFgsP55uh3dErnIg==} - engines: {node: '>=14.0.0'} + /@smithy/node-config-provider@3.0.0: + resolution: {integrity: sha512-buqfaSdDh0zo62EPLf8rGDvcpKwGpO5ho4bXS2cdFhlOta7tBkWJt+O5uiaAeICfIOfPclNOndshDNSanX2X9g==} + engines: {node: '>=16.0.0'} dependencies: - '@smithy/property-provider': 2.2.0 - '@smithy/shared-ini-file-loader': 2.4.0 - '@smithy/types': 2.12.0 + '@smithy/property-provider': 3.0.0 + '@smithy/shared-ini-file-loader': 3.0.0 + '@smithy/types': 3.0.0 tslib: 2.6.2 - /@smithy/node-http-handler@2.5.0: - resolution: {integrity: sha512-mVGyPBzkkGQsPoxQUbxlEfRjrj6FPyA3u3u2VXGr9hT8wilsoQdZdvKpMBFMB8Crfhv5dNkKHIW0Yyuc7eABqA==} - engines: {node: '>=14.0.0'} + /@smithy/node-http-handler@3.0.0: + resolution: {integrity: sha512-3trD4r7NOMygwLbUJo4eodyQuypAWr7uvPnebNJ9a70dQhVn+US8j/lCnvoJS6BXfZeF7PkkkI0DemVJw+n+eQ==} + engines: {node: '>=16.0.0'} dependencies: - '@smithy/abort-controller': 2.2.0 - '@smithy/protocol-http': 3.3.0 - '@smithy/querystring-builder': 2.2.0 - '@smithy/types': 2.12.0 + '@smithy/abort-controller': 3.0.0 + '@smithy/protocol-http': 4.0.0 + '@smithy/querystring-builder': 3.0.0 + '@smithy/types': 3.0.0 tslib: 2.6.2 - /@smithy/property-provider@2.2.0: - resolution: {integrity: sha512-+xiil2lFhtTRzXkx8F053AV46QnIw6e7MV8od5Mi68E1ICOjCeCHw2XfLnDEUHnT9WGUIkwcqavXjfwuJbGlpg==} - engines: {node: '>=14.0.0'} + /@smithy/property-provider@3.0.0: + resolution: {integrity: sha512-LmbPgHBswdXCrkWWuUwBm9w72S2iLWyC/5jet9/Y9cGHtzqxi+GVjfCfahkvNV4KXEwgnH8EMpcrD9RUYe0eLQ==} + engines: {node: '>=16.0.0'} dependencies: - '@smithy/types': 2.12.0 + '@smithy/types': 3.0.0 tslib: 2.6.2 - /@smithy/protocol-http@3.3.0: - resolution: {integrity: sha512-Xy5XK1AFWW2nlY/biWZXu6/krgbaf2dg0q492D8M5qthsnU2H+UgFeZLbM76FnH7s6RO/xhQRkj+T6KBO3JzgQ==} - engines: {node: '>=14.0.0'} + /@smithy/protocol-http@4.0.0: + resolution: {integrity: sha512-qOQZOEI2XLWRWBO9AgIYuHuqjZ2csyr8/IlgFDHDNuIgLAMRx2Bl8ck5U5D6Vh9DPdoaVpuzwWMa0xcdL4O/AQ==} + engines: {node: '>=16.0.0'} dependencies: - '@smithy/types': 2.12.0 + '@smithy/types': 3.0.0 tslib: 2.6.2 - /@smithy/querystring-builder@2.2.0: - resolution: {integrity: sha512-L1kSeviUWL+emq3CUVSgdogoM/D9QMFaqxL/dd0X7PCNWmPXqt+ExtrBjqT0V7HLN03Vs9SuiLrG3zy3JGnE5A==} - engines: {node: '>=14.0.0'} + /@smithy/querystring-builder@3.0.0: + resolution: {integrity: sha512-bW8Fi0NzyfkE0TmQphDXr1AmBDbK01cA4C1Z7ggwMAU5RDz5AAv/KmoRwzQAS0kxXNf/D2ALTEgwK0U2c4LtRg==} + engines: {node: '>=16.0.0'} dependencies: - '@smithy/types': 2.12.0 - '@smithy/util-uri-escape': 2.2.0 + '@smithy/types': 3.0.0 + '@smithy/util-uri-escape': 3.0.0 tslib: 2.6.2 - /@smithy/querystring-parser@2.2.0: - resolution: {integrity: sha512-BvHCDrKfbG5Yhbpj4vsbuPV2GgcpHiAkLeIlcA1LtfpMz3jrqizP1+OguSNSj1MwBHEiN+jwNisXLGdajGDQJA==} - engines: {node: '>=14.0.0'} + /@smithy/querystring-parser@3.0.0: + resolution: {integrity: sha512-UzHwthk0UEccV4dHzPySnBy34AWw3V9lIqUTxmozQ+wPDAO9csCWMfOLe7V9A2agNYy7xE+Pb0S6K/J23JSzfQ==} + engines: {node: '>=16.0.0'} dependencies: - '@smithy/types': 2.12.0 + '@smithy/types': 3.0.0 tslib: 2.6.2 - /@smithy/service-error-classification@2.1.5: - resolution: {integrity: sha512-uBDTIBBEdAQryvHdc5W8sS5YX7RQzF683XrHePVdFmAgKiMofU15FLSM0/HU03hKTnazdNRFa0YHS7+ArwoUSQ==} - engines: {node: '>=14.0.0'} + /@smithy/service-error-classification@3.0.0: + resolution: {integrity: sha512-3BsBtOUt2Gsnc3X23ew+r2M71WwtpHfEDGhHYHSDg6q1t8FrWh15jT25DLajFV1H+PpxAJ6gqe9yYeRUsmSdFA==} + engines: {node: '>=16.0.0'} dependencies: - '@smithy/types': 2.12.0 + '@smithy/types': 3.0.0 - /@smithy/shared-ini-file-loader@2.4.0: - resolution: {integrity: sha512-WyujUJL8e1B6Z4PBfAqC/aGY1+C7T0w20Gih3yrvJSk97gpiVfB+y7c46T4Nunk+ZngLq0rOIdeVeIklk0R3OA==} - engines: {node: '>=14.0.0'} + /@smithy/shared-ini-file-loader@3.0.0: + resolution: {integrity: sha512-REVw6XauXk8xE4zo5aGL7Rz4ywA8qNMUn8RtWeTRQsgAlmlvbJ7CEPBcaXU2NDC3AYBgYAXrGyWD8XrN8UGDog==} + engines: {node: '>=16.0.0'} dependencies: - '@smithy/types': 2.12.0 + '@smithy/types': 3.0.0 tslib: 2.6.2 - /@smithy/signature-v4@2.3.0: - resolution: {integrity: sha512-ui/NlpILU+6HAQBfJX8BBsDXuKSNrjTSuOYArRblcrErwKFutjrCNb/OExfVRyj9+26F9J+ZmfWT+fKWuDrH3Q==} - engines: {node: '>=14.0.0'} + /@smithy/signature-v4@3.0.0: + resolution: {integrity: sha512-kXFOkNX+BQHe2qnLxpMEaCRGap9J6tUGLzc3A9jdn+nD4JdMwCKTJ+zFwQ20GkY+mAXGatyTw3HcoUlR39HwmA==} + engines: {node: '>=16.0.0'} dependencies: - '@smithy/is-array-buffer': 2.2.0 - '@smithy/types': 2.12.0 - '@smithy/util-hex-encoding': 2.2.0 - '@smithy/util-middleware': 2.2.0 - '@smithy/util-uri-escape': 2.2.0 - '@smithy/util-utf8': 2.3.0 + '@smithy/is-array-buffer': 3.0.0 + '@smithy/types': 3.0.0 + '@smithy/util-hex-encoding': 3.0.0 + '@smithy/util-middleware': 3.0.0 + '@smithy/util-uri-escape': 3.0.0 + '@smithy/util-utf8': 3.0.0 tslib: 2.6.2 - /@smithy/smithy-client@2.5.1: - resolution: {integrity: sha512-jrbSQrYCho0yDaaf92qWgd+7nAeap5LtHTI51KXqmpIFCceKU3K9+vIVTUH72bOJngBMqa4kyu1VJhRcSrk/CQ==} - engines: {node: '>=14.0.0'} + /@smithy/smithy-client@3.0.1: + resolution: {integrity: sha512-KAiFY4Y4jdHxR+4zerH/VBhaFKM8pbaVmJZ/CWJRwtM/CmwzTfXfvYwf6GoUwiHepdv+lwiOXCuOl6UBDUEINw==} + engines: {node: '>=16.0.0'} dependencies: - '@smithy/middleware-endpoint': 2.5.1 - '@smithy/middleware-stack': 2.2.0 - '@smithy/protocol-http': 3.3.0 - '@smithy/types': 2.12.0 - '@smithy/util-stream': 2.2.0 + '@smithy/middleware-endpoint': 3.0.0 + '@smithy/middleware-stack': 3.0.0 + '@smithy/protocol-http': 4.0.0 + '@smithy/types': 3.0.0 + '@smithy/util-stream': 3.0.1 tslib: 2.6.2 - /@smithy/types@2.12.0: - resolution: {integrity: sha512-QwYgloJ0sVNBeBuBs65cIkTbfzV/Q6ZNPCJ99EICFEdJYG50nGIY/uYXp+TbsdJReIuPr0a0kXmCvren3MbRRw==} - engines: {node: '>=14.0.0'} + /@smithy/types@3.0.0: + resolution: {integrity: sha512-VvWuQk2RKFuOr98gFhjca7fkBS+xLLURT8bUjk5XQoV0ZLm7WPwWPPY3/AwzTLuUBDeoKDCthfe1AsTUWaSEhw==} + engines: {node: '>=16.0.0'} dependencies: tslib: 2.6.2 - /@smithy/url-parser@2.2.0: - resolution: {integrity: sha512-hoA4zm61q1mNTpksiSWp2nEl1dt3j726HdRhiNgVJQMj7mLp7dprtF57mOB6JvEk/x9d2bsuL5hlqZbBuHQylQ==} + /@smithy/url-parser@3.0.0: + resolution: {integrity: sha512-2XLazFgUu+YOGHtWihB3FSLAfCUajVfNBXGGYjOaVKjLAuAxx3pSBY3hBgLzIgB17haf59gOG3imKqTy8mcrjw==} dependencies: - '@smithy/querystring-parser': 2.2.0 - '@smithy/types': 2.12.0 + '@smithy/querystring-parser': 3.0.0 + '@smithy/types': 3.0.0 tslib: 2.6.2 - /@smithy/util-base64@2.3.0: - resolution: {integrity: sha512-s3+eVwNeJuXUwuMbusncZNViuhv2LjVJ1nMwTqSA0XAC7gjKhqqxRdJPhR8+YrkoZ9IiIbFk/yK6ACe/xlF+hw==} - engines: {node: '>=14.0.0'} + /@smithy/util-base64@3.0.0: + resolution: {integrity: sha512-Kxvoh5Qtt0CDsfajiZOCpJxgtPHXOKwmM+Zy4waD43UoEMA+qPxxa98aE/7ZhdnBFZFXMOiBR5xbcaMhLtznQQ==} + engines: {node: '>=16.0.0'} dependencies: - '@smithy/util-buffer-from': 2.2.0 - '@smithy/util-utf8': 2.3.0 + '@smithy/util-buffer-from': 3.0.0 + '@smithy/util-utf8': 3.0.0 tslib: 2.6.2 - /@smithy/util-body-length-browser@2.2.0: - resolution: {integrity: sha512-dtpw9uQP7W+n3vOtx0CfBD5EWd7EPdIdsQnWTDoFf77e3VUf05uA7R7TGipIo8e4WL2kuPdnsr3hMQn9ziYj5w==} + /@smithy/util-body-length-browser@3.0.0: + resolution: {integrity: sha512-cbjJs2A1mLYmqmyVl80uoLTJhAcfzMOyPgjwAYusWKMdLeNtzmMz9YxNl3/jRLoxSS3wkqkf0jwNdtXWtyEBaQ==} dependencies: tslib: 2.6.2 - /@smithy/util-body-length-node@2.3.0: - resolution: {integrity: sha512-ITWT1Wqjubf2CJthb0BuT9+bpzBfXeMokH/AAa5EJQgbv9aPMVfnM76iFIZVFf50hYXGbtiV71BHAthNWd6+dw==} - engines: {node: '>=14.0.0'} + /@smithy/util-body-length-node@3.0.0: + resolution: {integrity: sha512-Tj7pZ4bUloNUP6PzwhN7K386tmSmEET9QtQg0TgdNOnxhZvCssHji+oZTUIuzxECRfG8rdm2PMw2WCFs6eIYkA==} + engines: {node: '>=16.0.0'} dependencies: tslib: 2.6.2 - /@smithy/util-buffer-from@2.2.0: - resolution: {integrity: sha512-IJdWBbTcMQ6DA0gdNhh/BwrLkDR+ADW5Kr1aZmd4k3DIF6ezMV4R2NIAmT08wQJ3yUK82thHWmC/TnK/wpMMIA==} - engines: {node: '>=14.0.0'} + /@smithy/util-buffer-from@3.0.0: + resolution: {integrity: sha512-aEOHCgq5RWFbP+UDPvPot26EJHjOC+bRgse5A8V3FSShqd5E5UN4qc7zkwsvJPPAVsf73QwYcHN1/gt/rtLwQA==} + engines: {node: '>=16.0.0'} dependencies: - '@smithy/is-array-buffer': 2.2.0 + '@smithy/is-array-buffer': 3.0.0 tslib: 2.6.2 - /@smithy/util-config-provider@2.3.0: - resolution: {integrity: sha512-HZkzrRcuFN1k70RLqlNK4FnPXKOpkik1+4JaBoHNJn+RnJGYqaa3c5/+XtLOXhlKzlRgNvyaLieHTW2VwGN0VQ==} - engines: {node: '>=14.0.0'} + /@smithy/util-config-provider@3.0.0: + resolution: {integrity: sha512-pbjk4s0fwq3Di/ANL+rCvJMKM5bzAQdE5S/6RL5NXgMExFAi6UgQMPOm5yPaIWPpr+EOXKXRonJ3FoxKf4mCJQ==} + engines: {node: '>=16.0.0'} dependencies: tslib: 2.6.2 - /@smithy/util-defaults-mode-browser@2.2.1: - resolution: {integrity: sha512-RtKW+8j8skk17SYowucwRUjeh4mCtnm5odCL0Lm2NtHQBsYKrNW0od9Rhopu9wF1gHMfHeWF7i90NwBz/U22Kw==} + /@smithy/util-defaults-mode-browser@3.0.1: + resolution: {integrity: sha512-nW5kEzdJn1Bn5TF+gOPHh2rcPli8JU9vSSXLbfg7uPnfR1TMRQqs9zlYRhIb87NeSxIbpdXOI94tvXSy+fvDYg==} engines: {node: '>= 10.0.0'} dependencies: - '@smithy/property-provider': 2.2.0 - '@smithy/smithy-client': 2.5.1 - '@smithy/types': 2.12.0 + '@smithy/property-provider': 3.0.0 + '@smithy/smithy-client': 3.0.1 + '@smithy/types': 3.0.0 bowser: 2.11.0 tslib: 2.6.2 - /@smithy/util-defaults-mode-node@2.3.1: - resolution: {integrity: sha512-vkMXHQ0BcLFysBMWgSBLSk3+leMpFSyyFj8zQtv5ZyUBx8/owVh1/pPEkzmW/DR/Gy/5c8vjLDD9gZjXNKbrpA==} + /@smithy/util-defaults-mode-node@3.0.1: + resolution: {integrity: sha512-TFk+Qb+elLc/MOhtSp+50fstyfZ6avQbgH2d96xUBpeScu+Al9elxv+UFAjaTHe0HQe5n+wem8ZLpXvU8lwV6Q==} engines: {node: '>= 10.0.0'} dependencies: - '@smithy/config-resolver': 2.2.0 - '@smithy/credential-provider-imds': 2.3.0 - '@smithy/node-config-provider': 2.3.0 - '@smithy/property-provider': 2.2.0 - '@smithy/smithy-client': 2.5.1 - '@smithy/types': 2.12.0 + '@smithy/config-resolver': 3.0.0 + '@smithy/credential-provider-imds': 3.0.0 + '@smithy/node-config-provider': 3.0.0 + '@smithy/property-provider': 3.0.0 + '@smithy/smithy-client': 3.0.1 + '@smithy/types': 3.0.0 tslib: 2.6.2 - /@smithy/util-endpoints@1.2.0: - resolution: {integrity: sha512-BuDHv8zRjsE5zXd3PxFXFknzBG3owCpjq8G3FcsXW3CykYXuEqM3nTSsmLzw5q+T12ZYuDlVUZKBdpNbhVtlrQ==} - engines: {node: '>= 14.0.0'} + /@smithy/util-endpoints@2.0.0: + resolution: {integrity: sha512-+exaXzEY3DNt2qtA2OtRNSDlVrE4p32j1JSsQkzA5AdP0YtJNjkYbYhJxkFmPYcjI1abuwopOZCwUmv682QkiQ==} + engines: {node: '>=16.0.0'} dependencies: - '@smithy/node-config-provider': 2.3.0 - '@smithy/types': 2.12.0 + '@smithy/node-config-provider': 3.0.0 + '@smithy/types': 3.0.0 tslib: 2.6.2 - /@smithy/util-hex-encoding@2.2.0: - resolution: {integrity: sha512-7iKXR+/4TpLK194pVjKiasIyqMtTYJsgKgM242Y9uzt5dhHnUDvMNb+3xIhRJ9QhvqGii/5cRUt4fJn3dtXNHQ==} - engines: {node: '>=14.0.0'} + /@smithy/util-hex-encoding@3.0.0: + resolution: {integrity: sha512-eFndh1WEK5YMUYvy3lPlVmYY/fZcQE1D8oSf41Id2vCeIkKJXPcYDCZD+4+xViI6b1XSd7tE+s5AmXzz5ilabQ==} + engines: {node: '>=16.0.0'} dependencies: tslib: 2.6.2 - /@smithy/util-middleware@2.2.0: - resolution: {integrity: sha512-L1qpleXf9QD6LwLCJ5jddGkgWyuSvWBkJwWAZ6kFkdifdso+sk3L3O1HdmPvCdnCK3IS4qWyPxev01QMnfHSBw==} - engines: {node: '>=14.0.0'} + /@smithy/util-middleware@3.0.0: + resolution: {integrity: sha512-q5ITdOnV2pXHSVDnKWrwgSNTDBAMHLptFE07ua/5Ty5WJ11bvr0vk2a7agu7qRhrCFRQlno5u3CneU5EELK+DQ==} + engines: {node: '>=16.0.0'} dependencies: - '@smithy/types': 2.12.0 + '@smithy/types': 3.0.0 tslib: 2.6.2 - /@smithy/util-retry@2.2.0: - resolution: {integrity: sha512-q9+pAFPTfftHXRytmZ7GzLFFrEGavqapFc06XxzZFcSIGERXMerXxCitjOG1prVDR9QdjqotF40SWvbqcCpf8g==} - engines: {node: '>= 14.0.0'} + /@smithy/util-retry@3.0.0: + resolution: {integrity: sha512-nK99bvJiziGv/UOKJlDvFF45F00WgPLKVIGUfAK+mDhzVN2hb/S33uW2Tlhg5PVBoqY7tDVqL0zmu4OxAHgo9g==} + engines: {node: '>=16.0.0'} dependencies: - '@smithy/service-error-classification': 2.1.5 - '@smithy/types': 2.12.0 + '@smithy/service-error-classification': 3.0.0 + '@smithy/types': 3.0.0 tslib: 2.6.2 - /@smithy/util-stream@2.2.0: - resolution: {integrity: sha512-17faEXbYWIRst1aU9SvPZyMdWmqIrduZjVOqCPMIsWFNxs5yQQgFrJL6b2SdiCzyW9mJoDjFtgi53xx7EH+BXA==} - engines: {node: '>=14.0.0'} + /@smithy/util-stream@3.0.1: + resolution: {integrity: sha512-7F7VNNhAsfMRA8I986YdOY5fE0/T1/ZjFF6OLsqkvQVNP3vZ/szYDfGCyphb7ioA09r32K/0qbSFfNFU68aSzA==} + engines: {node: '>=16.0.0'} dependencies: - '@smithy/fetch-http-handler': 2.5.0 - '@smithy/node-http-handler': 2.5.0 - '@smithy/types': 2.12.0 - '@smithy/util-base64': 2.3.0 - '@smithy/util-buffer-from': 2.2.0 - '@smithy/util-hex-encoding': 2.2.0 - '@smithy/util-utf8': 2.3.0 + '@smithy/fetch-http-handler': 3.0.1 + '@smithy/node-http-handler': 3.0.0 + '@smithy/types': 3.0.0 + '@smithy/util-base64': 3.0.0 + '@smithy/util-buffer-from': 3.0.0 + '@smithy/util-hex-encoding': 3.0.0 + '@smithy/util-utf8': 3.0.0 tslib: 2.6.2 - /@smithy/util-uri-escape@2.2.0: - resolution: {integrity: sha512-jtmJMyt1xMD/d8OtbVJ2gFZOSKc+ueYJZPW20ULW1GOp/q/YIM0wNh+u8ZFao9UaIGz4WoPW8hC64qlWLIfoDA==} - engines: {node: '>=14.0.0'} + /@smithy/util-uri-escape@3.0.0: + resolution: {integrity: sha512-LqR7qYLgZTD7nWLBecUi4aqolw8Mhza9ArpNEQ881MJJIU2sE5iHCK6TdyqqzcDLy0OPe10IY4T8ctVdtynubg==} + engines: {node: '>=16.0.0'} dependencies: tslib: 2.6.2 - /@smithy/util-utf8@2.3.0: - resolution: {integrity: sha512-R8Rdn8Hy72KKcebgLiv8jQcQkXoLMOGGv5uI1/k0l+snqkOzQ1R0ChUBCxWMlBsFMekWjq0wRudIweFs7sKT5A==} - engines: {node: '>=14.0.0'} + /@smithy/util-utf8@3.0.0: + resolution: {integrity: sha512-rUeT12bxFnplYDe815GXbq/oixEGHfRFFtcTF3YdDi/JaENIM6aSYYLJydG83UNzLXeRI5K8abYd/8Sp/QM0kA==} + engines: {node: '>=16.0.0'} dependencies: - '@smithy/util-buffer-from': 2.2.0 + '@smithy/util-buffer-from': 3.0.0 tslib: 2.6.2 - /@smithy/util-waiter@2.2.0: - resolution: {integrity: sha512-IHk53BVw6MPMi2Gsn+hCng8rFA3ZmR3Rk7GllxDUW9qFJl/hiSvskn7XldkECapQVkIg/1dHpMAxI9xSTaLLSA==} - engines: {node: '>=14.0.0'} + /@smithy/util-waiter@3.0.0: + resolution: {integrity: sha512-+fEXJxGDLCoqRKVSmo0auGxaqbiCo+8oph+4auefYjaNxjOLKSY2MxVQfRzo65PaZv4fr+5lWg+au7vSuJJ/zw==} + engines: {node: '>=16.0.0'} dependencies: - '@smithy/abort-controller': 2.2.0 - '@smithy/types': 2.12.0 + '@smithy/abort-controller': 3.0.0 + '@smithy/types': 3.0.0 tslib: 2.6.2 /@sphinxxxx/color-conversion@2.2.2: @@ -9000,73 +8612,72 @@ packages: /@streamparser/json@0.0.20: resolution: {integrity: sha512-VqAAkydywPpkw63WQhPVKCD3SdwXuihCUVZbbiY3SfSTGQyHmwRoq27y4dmJdZuJwd5JIlQoMPyGvMbUPY0RKQ==} - /@stylistic/eslint-plugin-js@1.8.1(eslint@9.0.0): - resolution: {integrity: sha512-c5c2C8Mos5tTQd+NWpqwEu7VT6SSRooAguFPMj1cp2RkTYl1ynKoXo8MWy3k4rkbzoeYHrqC2UlUzsroAN7wtQ==} - engines: {node: ^16.0.0 || >=18.0.0} + /@stylistic/eslint-plugin-js@2.1.0(eslint@9.3.0): + resolution: {integrity: sha512-gdXUjGNSsnY6nPyqxu6lmDTtVrwCOjun4x8PUn0x04d5ucLI74N3MT1Q0UhdcOR9No3bo5PGDyBgXK+KmD787A==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: '>=8.40.0' dependencies: '@types/eslint': 8.56.10 acorn: 8.11.3 - escape-string-regexp: 4.0.0 - eslint: 9.0.0 - eslint-visitor-keys: 3.4.3 - espree: 9.6.1 + eslint: 9.3.0 + eslint-visitor-keys: 4.0.0 + espree: 10.0.1 dev: true - /@stylistic/eslint-plugin-jsx@1.8.1(eslint@9.0.0): - resolution: {integrity: sha512-k1Eb6rcjMP+mmjvj+vd9y5KUdWn1OBkkPLHXhsrHt5lCDFZxJEs0aVQzE5lpYrtVZVkpc5esTtss/cPJux0lfA==} - engines: {node: ^16.0.0 || >=18.0.0} + /@stylistic/eslint-plugin-jsx@2.1.0(eslint@9.3.0): + resolution: {integrity: sha512-mMD7S+IndZo2vxmwpHVTCwx2O1VdtE5tmpeNwgaEcXODzWV1WTWpnsc/PECQKIr/mkLPFWiSIqcuYNhQ/3l6AQ==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: '>=8.40.0' dependencies: - '@stylistic/eslint-plugin-js': 1.8.1(eslint@9.0.0) + '@stylistic/eslint-plugin-js': 2.1.0(eslint@9.3.0) '@types/eslint': 8.56.10 - eslint: 9.0.0 + eslint: 9.3.0 estraverse: 5.3.0 picomatch: 4.0.2 dev: true - /@stylistic/eslint-plugin-plus@1.8.1(eslint@9.0.0)(typescript@5.4.3): - resolution: {integrity: sha512-4+40H3lHYTN8OWz+US8CamVkO+2hxNLp9+CAjorI7top/lHqemhpJvKA1LD9Uh+WMY9DYWiWpL2+SZ2wAXY9fQ==} + /@stylistic/eslint-plugin-plus@2.1.0(eslint@9.3.0)(typescript@5.4.5): + resolution: {integrity: sha512-S5QAlgYXESJaSBFhBSBLZy9o36gXrXQwWSt6QkO+F0SrT9vpV5JF/VKoh+ojO7tHzd8Ckmyouq02TT9Sv2B0zQ==} peerDependencies: eslint: '*' dependencies: '@types/eslint': 8.56.10 - '@typescript-eslint/utils': 6.21.0(eslint@9.0.0)(typescript@5.4.3) - eslint: 9.0.0 + '@typescript-eslint/utils': 7.11.0(eslint@9.3.0)(typescript@5.4.5) + eslint: 9.3.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@stylistic/eslint-plugin-ts@1.8.1(eslint@9.0.0)(typescript@5.4.3): - resolution: {integrity: sha512-/q1m+ZuO1JHfiSF16EATFzv7XSJkc5W6DocfvH5o9oB6WWYFMF77fVoBWnKT3wGptPOc2hkRupRKhmeFROdfWA==} - engines: {node: ^16.0.0 || >=18.0.0} + /@stylistic/eslint-plugin-ts@2.1.0(eslint@9.3.0)(typescript@5.4.5): + resolution: {integrity: sha512-2ioFibufHYBALx2TBrU4KXovCkN8qCqcb9yIHc0fyOfTaO5jw4d56WW7YRcF3Zgde6qFyXwAN6z/+w4pnmos1g==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: '>=8.40.0' dependencies: - '@stylistic/eslint-plugin-js': 1.8.1(eslint@9.0.0) + '@stylistic/eslint-plugin-js': 2.1.0(eslint@9.3.0) '@types/eslint': 8.56.10 - '@typescript-eslint/utils': 6.21.0(eslint@9.0.0)(typescript@5.4.3) - eslint: 9.0.0 + '@typescript-eslint/utils': 7.11.0(eslint@9.3.0)(typescript@5.4.5) + eslint: 9.3.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@stylistic/eslint-plugin@1.8.1(eslint@9.0.0)(typescript@5.4.3): - resolution: {integrity: sha512-64My6I7uCcmSQ//427Pfg2vjSf9SDzfsGIWohNFgISMLYdC5BzJqDo647iDDJzSxINh3WTC0Ql46ifiKuOoTyA==} - engines: {node: ^16.0.0 || >=18.0.0} + /@stylistic/eslint-plugin@2.1.0(eslint@9.3.0)(typescript@5.4.5): + resolution: {integrity: sha512-cBBowKP2u/+uE5CzgH5w8pE9VKqcM7BXdIDPIbGt2rmLJGnA6MJPr9vYGaqgMoJFs7R/FzsMQerMvvEP40g2uw==} + engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: '>=8.40.0' dependencies: - '@stylistic/eslint-plugin-js': 1.8.1(eslint@9.0.0) - '@stylistic/eslint-plugin-jsx': 1.8.1(eslint@9.0.0) - '@stylistic/eslint-plugin-plus': 1.8.1(eslint@9.0.0)(typescript@5.4.3) - '@stylistic/eslint-plugin-ts': 1.8.1(eslint@9.0.0)(typescript@5.4.3) + '@stylistic/eslint-plugin-js': 2.1.0(eslint@9.3.0) + '@stylistic/eslint-plugin-jsx': 2.1.0(eslint@9.3.0) + '@stylistic/eslint-plugin-plus': 2.1.0(eslint@9.3.0)(typescript@5.4.5) + '@stylistic/eslint-plugin-ts': 2.1.0(eslint@9.3.0)(typescript@5.4.5) '@types/eslint': 8.56.10 - eslint: 9.0.0 + eslint: 9.3.0 transitivePeerDependencies: - supports-color - typescript @@ -9095,8 +8706,8 @@ packages: tailwindcss: 3.4.3 dev: false - /@tailwindcss/typography@0.5.12(tailwindcss@3.4.3): - resolution: {integrity: sha512-CNwpBpconcP7ppxmuq3qvaCxiRWnbhANpY/ruH4L5qs2GCiVDJXde/pjj2HWPV1+Q4G9+V/etrwUYopdcjAlyg==} + /@tailwindcss/typography@0.5.13(tailwindcss@3.4.3): + resolution: {integrity: sha512-ADGcJ8dX21dVVHIwTRgzrcunY6YY9uSlAHHGVKvkA+vLc5qLwEszvKts40lx7z0qc4clpjclwLeK5rVCV2P/uw==} peerDependencies: tailwindcss: '>=3.0.0 || insiders' dependencies: @@ -9117,7 +8728,16 @@ packages: vue: ^2.7.0 || ^3.0.0 dependencies: '@tanstack/virtual-core': 3.5.0 - vue: 3.4.21(typescript@5.4.3) + vue: 3.4.21(typescript@5.4.5) + dev: false + + /@tanstack/vue-virtual@3.5.0(vue@3.4.27): + resolution: {integrity: sha512-wvRQ8sFxn/NDr3WvI5XabhFovZ5MBmpEck2GHpTxYunmV63Ovpl30lRu6W5BPQo35a1GqDZ+Pvzlz6WDWRNqqw==} + peerDependencies: + vue: ^2.7.0 || ^3.0.0 + dependencies: + '@tanstack/virtual-core': 3.5.0 + vue: 3.4.27(typescript@5.4.5) dev: false /@tootallnate/quickjs-emscripten@0.23.0: @@ -9166,45 +8786,6 @@ packages: - typescript dev: true - /@trapezedev/project@7.0.10(@types/node@20.12.4)(typescript@5.4.3): - resolution: {integrity: sha512-UjwsStjhHq/+D1bWREmFDoyKql+qFIgJX93zQLg7R6CyWZUdtlGP2hU3l7tsVRtjJBVXpVu5mj8tdwJJoABO3A==} - dependencies: - '@ionic/utils-fs': 3.1.7 - '@ionic/utils-subprocess': 2.1.14 - '@prettier/plugin-xml': 2.2.0 - '@trapezedev/gradle-parse': 7.0.10 - '@xmldom/xmldom': 0.7.13 - conventional-changelog: 3.1.25 - cross-fetch: 3.1.8 - cross-spawn: 7.0.3 - diff: 5.2.0 - env-paths: 3.0.0 - gradle-to-js: 2.0.1 - ini: 2.0.0 - kleur: 4.1.5 - lodash: 4.17.21 - mergexml: 1.2.4 - npm-watch: 0.9.0 - plist: 3.1.0 - prettier: 2.8.8 - prompts: 2.4.2 - replace: 1.2.2 - tempy: 1.0.1 - tmp: 0.2.3 - ts-node: 10.9.2(@types/node@20.12.4)(typescript@5.4.3) - xcode: 3.0.1 - xml-js: 1.6.11 - xpath: 0.0.32 - yargs: 17.7.2 - transitivePeerDependencies: - - '@swc/core' - - '@swc/wasm' - - '@types/node' - - encoding - - supports-color - - typescript - dev: true - /@trysound/sax@0.2.0: resolution: {integrity: sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==} engines: {node: '>=10.13.0'} @@ -9451,14 +9032,12 @@ packages: dependencies: '@types/eslint': 8.56.10 '@types/estree': 1.0.5 - dev: true /@types/eslint@8.56.10: resolution: {integrity: sha512-Shavhk87gCtY2fhXDctcfS3e6FdxWkCx1iUZ9eEUbh7rTqlZT0/IzOkCOVt0fCjcFuZ9FPYfuezTBImfHCDBGQ==} dependencies: '@types/estree': 1.0.5 '@types/json-schema': 7.0.15 - dev: true /@types/estree@1.0.5: resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==} @@ -9472,13 +9051,6 @@ packages: resolution: {integrity: sha512-WCfD5Ht3ZesJUsONdhvm84dmzWOiOzOAqOncN0++w0lBw1o8OuDNJF2McvvCef/yBqb/HYRahp1BYtODFQ8bRg==} dev: false - /@types/glob@7.2.0: - resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==} - dependencies: - '@types/minimatch': 5.1.2 - '@types/node': 20.12.4 - dev: true - /@types/http-proxy@1.17.14: resolution: {integrity: sha512-SSrD0c1OQzlFX7pGu1eXxSEjemej64aaNPRhhVYUGqXh0BtldAAx37MG8btcumvpgKyZp1F5Gn3JkktdxiFv6w==} dependencies: @@ -9490,7 +9062,6 @@ packages: /@types/json-schema@7.0.15: resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==} - dev: true /@types/leaflet@1.7.6: resolution: {integrity: sha512-Emkz3V08QnlelSbpT46OEAx+TBZYTOX2r1yM7W+hWg5+djHtQ1GbEXBDRLaqQDOYcDI51Ss0ayoqoKD4CtLUDA==} @@ -9519,10 +9090,6 @@ packages: '@types/unist': 2.0.10 dev: true - /@types/minimatch@5.1.2: - resolution: {integrity: sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==} - dev: true - /@types/minimist@1.2.5: resolution: {integrity: sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==} dev: true @@ -9536,11 +9103,6 @@ packages: dependencies: undici-types: 5.26.5 - /@types/node@20.12.4: - resolution: {integrity: sha512-E+Fa9z3wSQpzgYQdYmme5X3OTuejnnTx88A6p6vkkJosR3KBz+HpE3kqNm98VE6cfLFcISx7zW7MsJkH6KwbTw==} - dependencies: - undici-types: 5.26.5 - /@types/normalize-package-data@2.4.4: resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} dev: true @@ -9553,10 +9115,6 @@ packages: resolution: {integrity: sha512-j3pOPiEcWZ34R6a6mN07mUkM4o4Lwf6hPNt8eilOeZhTFbxFXmKhvXl9Y28jotFPaI1bpPDJsbCprUoNke6OrA==} dev: false - /@types/prettier@2.7.3: - resolution: {integrity: sha512-+68kP9yzs4LMp7VNh8gdzMSPZFL44MLGqiHWvttYJe+6qnuVr4Ek9wSBQoveqY/r+LwjCcU29kNVkidwim+kYA==} - dev: true - /@types/resize-observer-browser@0.1.11: resolution: {integrity: sha512-cNw5iH8JkMkb3QkCoe7DaZiawbDQEUX8t7iuQaRTyLOyQCR2h+ibBD4GJt7p5yhUHrlOeL7ZtbxNHeipqNsBzQ==} dev: false @@ -9564,10 +9122,6 @@ packages: /@types/resolve@1.20.2: resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==} - /@types/semver@7.5.8: - resolution: {integrity: sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==} - dev: true - /@types/slice-ansi@4.0.0: resolution: {integrity: sha512-+OpjSaq85gvlZAYINyzKpLeiFkSC4EsC6IIiT6v6TLSU5k5U83fHGj9Lel8oKEXM0HqgrMVCjXPDPVICtxF7EQ==} @@ -9647,7 +9201,7 @@ packages: resolution: {integrity: sha512-fbF6oTd4sGGy0xjHPKAt+eS2CrxJ3+6gQ3FGcBoIJR2TLAyCkCyI8JqZNy+FeON0AhVgNJoUumVoZQjBFUqHkw==} dev: false - /@typescript-eslint/eslint-plugin@7.11.0(@typescript-eslint/parser@7.11.0)(eslint@9.0.0)(typescript@5.4.3): + /@typescript-eslint/eslint-plugin@7.11.0(@typescript-eslint/parser@7.11.0)(eslint@9.3.0)(typescript@5.4.5): resolution: {integrity: sha512-P+qEahbgeHW4JQ/87FuItjBj8O3MYv5gELDzr8QaQ7fsll1gSMTYb6j87MYyxwf3DtD7uGFB9ShwgmCJB5KmaQ==} engines: {node: ^18.18.0 || >=20.0.0} peerDependencies: @@ -9659,22 +9213,22 @@ packages: optional: true dependencies: '@eslint-community/regexpp': 4.10.0 - '@typescript-eslint/parser': 7.11.0(eslint@9.0.0)(typescript@5.4.3) + '@typescript-eslint/parser': 7.11.0(eslint@9.3.0)(typescript@5.4.5) '@typescript-eslint/scope-manager': 7.11.0 - '@typescript-eslint/type-utils': 7.11.0(eslint@9.0.0)(typescript@5.4.3) - '@typescript-eslint/utils': 7.11.0(eslint@9.0.0)(typescript@5.4.3) + '@typescript-eslint/type-utils': 7.11.0(eslint@9.3.0)(typescript@5.4.5) + '@typescript-eslint/utils': 7.11.0(eslint@9.3.0)(typescript@5.4.5) '@typescript-eslint/visitor-keys': 7.11.0 - eslint: 9.0.0 + eslint: 9.3.0 graphemer: 1.4.0 ignore: 5.3.1 natural-compare: 1.4.0 - ts-api-utils: 1.3.0(typescript@5.4.3) - typescript: 5.4.3 + ts-api-utils: 1.3.0(typescript@5.4.5) + typescript: 5.4.5 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser@7.11.0(eslint@9.0.0)(typescript@5.4.3): + /@typescript-eslint/parser@7.11.0(eslint@9.3.0)(typescript@5.4.5): resolution: {integrity: sha512-yimw99teuaXVWsBcPO1Ais02kwJ1jmNA1KxE7ng0aT7ndr1pT1wqj0OJnsYVGKKlc4QJai86l/025L6z8CljOg==} engines: {node: ^18.18.0 || >=20.0.0} peerDependencies: @@ -9686,23 +9240,15 @@ packages: dependencies: '@typescript-eslint/scope-manager': 7.11.0 '@typescript-eslint/types': 7.11.0 - '@typescript-eslint/typescript-estree': 7.11.0(typescript@5.4.3) + '@typescript-eslint/typescript-estree': 7.11.0(typescript@5.4.5) '@typescript-eslint/visitor-keys': 7.11.0 debug: 4.3.4 - eslint: 9.0.0 - typescript: 5.4.3 + eslint: 9.3.0 + typescript: 5.4.5 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/scope-manager@6.21.0: - resolution: {integrity: sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==} - engines: {node: ^16.0.0 || >=18.0.0} - dependencies: - '@typescript-eslint/types': 6.21.0 - '@typescript-eslint/visitor-keys': 6.21.0 - dev: true - /@typescript-eslint/scope-manager@7.11.0: resolution: {integrity: sha512-27tGdVEiutD4POirLZX4YzT180vevUURJl4wJGmm6TrQoiYwuxTIY98PBp6L2oN+JQxzE0URvYlzJaBHIekXAw==} engines: {node: ^18.18.0 || >=20.0.0} @@ -9711,7 +9257,7 @@ packages: '@typescript-eslint/visitor-keys': 7.11.0 dev: true - /@typescript-eslint/type-utils@7.11.0(eslint@9.0.0)(typescript@5.4.3): + /@typescript-eslint/type-utils@7.11.0(eslint@9.3.0)(typescript@5.4.5): resolution: {integrity: sha512-WmppUEgYy+y1NTseNMJ6mCFxt03/7jTOy08bcg7bxJJdsM4nuhnchyBbE8vryveaJUf62noH7LodPSo5Z0WUCg==} engines: {node: ^18.18.0 || >=20.0.0} peerDependencies: @@ -9721,49 +9267,22 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 7.11.0(typescript@5.4.3) - '@typescript-eslint/utils': 7.11.0(eslint@9.0.0)(typescript@5.4.3) + '@typescript-eslint/typescript-estree': 7.11.0(typescript@5.4.5) + '@typescript-eslint/utils': 7.11.0(eslint@9.3.0)(typescript@5.4.5) debug: 4.3.4 - eslint: 9.0.0 - ts-api-utils: 1.3.0(typescript@5.4.3) - typescript: 5.4.3 + eslint: 9.3.0 + ts-api-utils: 1.3.0(typescript@5.4.5) + typescript: 5.4.5 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/types@6.21.0: - resolution: {integrity: sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==} - engines: {node: ^16.0.0 || >=18.0.0} - dev: true - /@typescript-eslint/types@7.11.0: resolution: {integrity: sha512-MPEsDRZTyCiXkD4vd3zywDCifi7tatc4K37KqTprCvaXptP7Xlpdw0NR2hRJTetG5TxbWDB79Ys4kLmHliEo/w==} engines: {node: ^18.18.0 || >=20.0.0} dev: true - /@typescript-eslint/typescript-estree@6.21.0(typescript@5.4.3): - resolution: {integrity: sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==} - engines: {node: ^16.0.0 || >=18.0.0} - peerDependencies: - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - dependencies: - '@typescript-eslint/types': 6.21.0 - '@typescript-eslint/visitor-keys': 6.21.0 - debug: 4.3.4 - globby: 11.1.0 - is-glob: 4.0.3 - minimatch: 9.0.3 - semver: 7.6.2 - ts-api-utils: 1.3.0(typescript@5.4.3) - typescript: 5.4.3 - transitivePeerDependencies: - - supports-color - dev: true - - /@typescript-eslint/typescript-estree@7.11.0(typescript@5.4.3): + /@typescript-eslint/typescript-estree@7.11.0(typescript@5.4.5): resolution: {integrity: sha512-cxkhZ2C/iyi3/6U9EPc5y+a6csqHItndvN/CzbNXTNrsC3/ASoYQZEt9uMaEp+xFNjasqQyszp5TumAVKKvJeQ==} engines: {node: ^18.18.0 || >=20.0.0} peerDependencies: @@ -9779,55 +9298,28 @@ packages: is-glob: 4.0.3 minimatch: 9.0.4 semver: 7.6.2 - ts-api-utils: 1.3.0(typescript@5.4.3) - typescript: 5.4.3 + ts-api-utils: 1.3.0(typescript@5.4.5) + typescript: 5.4.5 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/utils@6.21.0(eslint@9.0.0)(typescript@5.4.3): - resolution: {integrity: sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==} - engines: {node: ^16.0.0 || >=18.0.0} - peerDependencies: - eslint: ^7.0.0 || ^8.0.0 - dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@9.0.0) - '@types/json-schema': 7.0.15 - '@types/semver': 7.5.8 - '@typescript-eslint/scope-manager': 6.21.0 - '@typescript-eslint/types': 6.21.0 - '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.4.3) - eslint: 9.0.0 - semver: 7.6.2 - transitivePeerDependencies: - - supports-color - - typescript - dev: true - - /@typescript-eslint/utils@7.11.0(eslint@9.0.0)(typescript@5.4.3): + /@typescript-eslint/utils@7.11.0(eslint@9.3.0)(typescript@5.4.5): resolution: {integrity: sha512-xlAWwPleNRHwF37AhrZurOxA1wyXowW4PqVXZVUNCLjB48CqdPJoJWkrpH2nij9Q3Lb7rtWindtoXwxjxlKKCA==} engines: {node: ^18.18.0 || >=20.0.0} peerDependencies: eslint: ^8.56.0 dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@9.0.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@9.3.0) '@typescript-eslint/scope-manager': 7.11.0 '@typescript-eslint/types': 7.11.0 - '@typescript-eslint/typescript-estree': 7.11.0(typescript@5.4.3) - eslint: 9.0.0 + '@typescript-eslint/typescript-estree': 7.11.0(typescript@5.4.5) + eslint: 9.3.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/visitor-keys@6.21.0: - resolution: {integrity: sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==} - engines: {node: ^16.0.0 || >=18.0.0} - dependencies: - '@typescript-eslint/types': 6.21.0 - eslint-visitor-keys: 3.4.3 - dev: true - /@typescript-eslint/visitor-keys@7.11.0: resolution: {integrity: sha512-7syYk4MzjxTEk0g/w3iqtgxnFQspDJfn6QKD36xMuuhTzjcxY7F8EmBLnALjVyaOF1/bVocu3bS/2/F7rXrveQ==} engines: {node: ^18.18.0 || >=20.0.0} @@ -9868,23 +9360,7 @@ packages: '@unhead/shared': 1.9.11 hookable: 5.5.3 unhead: 1.9.11 - vue: 3.4.21(typescript@5.4.3) - - /@unocss/astro@0.58.9(rollup@3.29.4)(vite@5.2.8): - resolution: {integrity: sha512-VWfHNC0EfawFxLfb3uI+QcMGBN+ju+BYtutzeZTjilLKj31X2UpqIh8fepixL6ljgZzB3fweqg2xtUMC0gMnoQ==} - peerDependencies: - vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 - peerDependenciesMeta: - vite: - optional: true - dependencies: - '@unocss/core': 0.58.9 - '@unocss/reset': 0.58.9 - '@unocss/vite': 0.58.9(rollup@3.29.4)(vite@5.2.8) - vite: 5.2.8(@types/node@20.12.4) - transitivePeerDependencies: - - rollup - dev: true + vue: 3.4.21(typescript@5.4.5) /@unocss/astro@0.60.3(rollup@3.29.4)(vite@5.2.8): resolution: {integrity: sha512-duFuyVhqYqQ15JZqx41UNgIxndqYRbOwDkJ7Y+R5N+u59a27vImz8B9eOFkHaZCFBWyH5jywkT8LVK1sfddFaw==} @@ -9897,31 +9373,9 @@ packages: '@unocss/core': 0.60.3 '@unocss/reset': 0.60.3 '@unocss/vite': 0.60.3(rollup@3.29.4)(vite@5.2.8) - vite: 5.2.8(@types/node@20.12.4) - transitivePeerDependencies: - - rollup - - /@unocss/cli@0.58.9(rollup@3.29.4): - resolution: {integrity: sha512-q7qlwX3V6UaqljWUQ5gMj36yTA9eLuuRywahdQWt1ioy4aPF/MEEfnMBZf/ntrqf5tIT5TO8fE11nvCco2Q/sA==} - engines: {node: '>=14'} - hasBin: true - dependencies: - '@ampproject/remapping': 2.3.0 - '@rollup/pluginutils': 5.1.0(rollup@3.29.4) - '@unocss/config': 0.58.9 - '@unocss/core': 0.58.9 - '@unocss/preset-uno': 0.58.9 - cac: 6.7.14 - chokidar: 3.6.0 - colorette: 2.0.20 - consola: 3.2.3 - fast-glob: 3.3.2 - magic-string: 0.30.10 - pathe: 1.1.2 - perfect-debounce: 1.0.0 + vite: 5.2.8(@types/node@20.12.13) transitivePeerDependencies: - rollup - dev: true /@unocss/cli@0.60.3(rollup@3.29.4): resolution: {integrity: sha512-bN829zn6k4hrvDTLnUcI2uAJnSevHwlkOCaYxN/C+v11uGxIewk5Xum6Vm5kZ8JTpCR1jEu/i7wIBNde3XKN5g==} @@ -9944,14 +9398,6 @@ packages: transitivePeerDependencies: - rollup - /@unocss/config@0.58.9: - resolution: {integrity: sha512-90wRXIyGNI8UenWxvHUcH4l4rgq813MsTzYWsf6ZKyLLvkFjV2b2EfGXI27GPvZ7fVE1OAqx+wJNTw8CyQxwag==} - engines: {node: '>=14'} - dependencies: - '@unocss/core': 0.58.9 - unconfig: 0.3.13 - dev: true - /@unocss/config@0.60.3: resolution: {integrity: sha512-3RGD7h3bS4qZA/Khcqhn1EgLgyPc85FSz5rubdywHRdHlpY9sdmuGEJahvqSLMN4MmdYQDmqEIEAJjENrdgZeQ==} engines: {node: '>=14'} @@ -9959,33 +9405,14 @@ packages: '@unocss/core': 0.60.3 unconfig: 0.3.13 - /@unocss/core@0.58.9: - resolution: {integrity: sha512-wYpPIPPsOIbIoMIDuH8ihehJk5pAZmyFKXIYO/Kro98GEOFhz6lJoLsy6/PZuitlgp2/TSlubUuWGjHWvp5osw==} - dev: true - /@unocss/core@0.60.3: resolution: {integrity: sha512-4bBX1pavDl2DSCozEII7bxYGT0IkyO7kKlUuCtooTePWyLjf2F7essdzHkJ00EpNR64kkebR9V0lqBMBo07VPw==} - /@unocss/extractor-arbitrary-variants@0.58.9: - resolution: {integrity: sha512-M/BvPdbEEMdhcFQh/z2Bf9gylO1Ky/ZnpIvKWS1YJPLt4KA7UWXSUf+ZNTFxX+X58Is5qAb5hNh/XBQmL3gbXg==} - dependencies: - '@unocss/core': 0.58.9 - dev: true - /@unocss/extractor-arbitrary-variants@0.60.3: resolution: {integrity: sha512-PnwNwkeAHmbJbrf5XN0xQG1KT1VQEye8neYn5yz1MHnT8Cj2nqjrqoCRGLCLhpOUg3/MNj+bpiA7hGnFbXWaCQ==} dependencies: '@unocss/core': 0.60.3 - /@unocss/inspector@0.58.9: - resolution: {integrity: sha512-uRzqkCNeBmEvFePXcfIFcQPMlCXd9/bLwa5OkBthiOILwQdH1uRIW3GWAa2SWspu+kZLP0Ly3SjZ9Wqi+5ZtTw==} - dependencies: - '@unocss/core': 0.58.9 - '@unocss/rule-utils': 0.58.9 - gzip-size: 6.0.0 - sirv: 2.0.4 - dev: true - /@unocss/inspector@0.60.3: resolution: {integrity: sha512-2cXAPA1yddB79mmpMXxPpSpizn4TskAsB7aSocbprOTYIU2Ff53gfkkijnLixrBvbG8xw91d9oPuI5Hm9GCyMQ==} dependencies: @@ -9994,23 +9421,23 @@ packages: gzip-size: 6.0.0 sirv: 2.0.4 - /@unocss/nuxt@0.58.9(postcss@8.4.38)(rollup@3.29.4)(vite@5.2.8)(webpack@5.91.0): - resolution: {integrity: sha512-zrzbpNjjstiXsjfRCwBt0ZDMquTPqAWry6OT1Z8YUeRmQ2YuPNJDnvUSWZuA5zYbXjMjuCTtX+jkHctMIabOYA==} - dependencies: - '@nuxt/kit': 3.11.1(rollup@3.29.4) - '@unocss/config': 0.58.9 - '@unocss/core': 0.58.9 - '@unocss/preset-attributify': 0.58.9 - '@unocss/preset-icons': 0.58.9 - '@unocss/preset-tagify': 0.58.9 - '@unocss/preset-typography': 0.58.9 - '@unocss/preset-uno': 0.58.9 - '@unocss/preset-web-fonts': 0.58.9 - '@unocss/preset-wind': 0.58.9 - '@unocss/reset': 0.58.9 - '@unocss/vite': 0.58.9(rollup@3.29.4)(vite@5.2.8) - '@unocss/webpack': 0.58.9(rollup@3.29.4)(webpack@5.91.0) - unocss: 0.58.9(@unocss/webpack@0.58.9)(postcss@8.4.38)(rollup@3.29.4)(vite@5.2.8) + /@unocss/nuxt@0.60.3(postcss@8.4.38)(rollup@3.29.4)(vite@5.2.8)(webpack@5.91.0): + resolution: {integrity: sha512-hUqtH4G3bKPmQTieyaNbdD4ATcpIQ1X/CCKidxJDR3NiAHw1kccEEeIBQIFuj1En5MzqFEERsgIA7Nx+VvI49g==} + dependencies: + '@nuxt/kit': 3.11.2(rollup@3.29.4) + '@unocss/config': 0.60.3 + '@unocss/core': 0.60.3 + '@unocss/preset-attributify': 0.60.3 + '@unocss/preset-icons': 0.60.3 + '@unocss/preset-tagify': 0.60.3 + '@unocss/preset-typography': 0.60.3 + '@unocss/preset-uno': 0.60.3 + '@unocss/preset-web-fonts': 0.60.3 + '@unocss/preset-wind': 0.60.3 + '@unocss/reset': 0.60.3 + '@unocss/vite': 0.60.3(rollup@3.29.4)(vite@5.2.8) + '@unocss/webpack': 0.60.3(rollup@3.29.4)(webpack@5.91.0) + unocss: 0.60.3(@unocss/webpack@0.60.3)(postcss@8.4.38)(rollup@3.29.4)(vite@5.2.8) transitivePeerDependencies: - postcss - rollup @@ -10019,21 +9446,6 @@ packages: - webpack dev: true - /@unocss/postcss@0.58.9(postcss@8.4.38): - resolution: {integrity: sha512-PnKmH6Qhimw35yO6u6yx9SHaX2NmvbRNPDvMDHA/1xr3M8L0o8U88tgKbWfm65NEGF3R1zJ9A8rjtZn/LPkgPA==} - engines: {node: '>=14'} - peerDependencies: - postcss: ^8.4.21 - dependencies: - '@unocss/config': 0.58.9 - '@unocss/core': 0.58.9 - '@unocss/rule-utils': 0.58.9 - css-tree: 2.3.1 - fast-glob: 3.3.2 - magic-string: 0.30.10 - postcss: 8.4.38 - dev: true - /@unocss/postcss@0.60.3(postcss@8.4.38): resolution: {integrity: sha512-7jRsKgMz4wr3Rvnr/RpK/7g6o8bMrqjTb01imgHeaw7cmQsa9sH1HPCp+4lvHh2/QKKLwwRAC+fdnNmsf8JKjA==} engines: {node: '>=14'} @@ -10048,27 +9460,11 @@ packages: magic-string: 0.30.10 postcss: 8.4.38 - /@unocss/preset-attributify@0.58.9: - resolution: {integrity: sha512-ucP+kXRFcwmBmHohUVv31bE/SejMAMo7Hjb0QcKVLyHlzRWUJsfNR+jTAIGIUSYxN7Q8MeigYsongGo3nIeJnQ==} - dependencies: - '@unocss/core': 0.58.9 - dev: true - /@unocss/preset-attributify@0.60.3: resolution: {integrity: sha512-G/Lx9xq/tVKvjp/CcACyLU+p3mcrpgkMvy+Z3NSHfBAZAmbieBMFhwROxt5R8Bny66q3fYDtxxx+likpokpOAQ==} dependencies: '@unocss/core': 0.60.3 - /@unocss/preset-icons@0.58.9: - resolution: {integrity: sha512-9dS48+yAunsbS0ylOW2Wisozwpn3nGY1CqTiidkUnrMnrZK3al579A7srUX9NyPWWDjprO7eU/JkWbdDQSmFFA==} - dependencies: - '@iconify/utils': 2.1.23 - '@unocss/core': 0.58.9 - ofetch: 1.3.4 - transitivePeerDependencies: - - supports-color - dev: true - /@unocss/preset-icons@0.60.3: resolution: {integrity: sha512-L3Ecr36xC+Y8v5WMQcNsGoOzu0HpgNLh5RlC2abs8OyBDGn1k3UqdEFdrhRt3bXpln9b8JkstHO7ZwYPgr2/Cg==} dependencies: @@ -10078,14 +9474,6 @@ packages: transitivePeerDependencies: - supports-color - /@unocss/preset-mini@0.58.9: - resolution: {integrity: sha512-m4aDGYtueP8QGsU3FsyML63T/w5Mtr4htme2jXy6m50+tzC1PPHaIBstMTMQfLc6h8UOregPJyGHB5iYQZGEvQ==} - dependencies: - '@unocss/core': 0.58.9 - '@unocss/extractor-arbitrary-variants': 0.58.9 - '@unocss/rule-utils': 0.58.9 - dev: true - /@unocss/preset-mini@0.60.3: resolution: {integrity: sha512-7en8KBX3lN1Y6eCprbzA1QVfyXZD03B+oAxFXH8QPv5jRIL8Lm8sbXqE+VTsSME/OVp4DnS6LdGtDAm9mvIOSw==} dependencies: @@ -10093,39 +9481,17 @@ packages: '@unocss/extractor-arbitrary-variants': 0.60.3 '@unocss/rule-utils': 0.60.3 - /@unocss/preset-tagify@0.58.9: - resolution: {integrity: sha512-obh75XrRmxYwrQMflzvhQUMeHwd/R9bEDhTWUW9aBTolBy4eNypmQwOhHCKh5Xi4Dg6o0xj6GWC/jcCj1SPLog==} - dependencies: - '@unocss/core': 0.58.9 - dev: true - /@unocss/preset-tagify@0.60.3: resolution: {integrity: sha512-pzD6bgtGuIk7M1n/JQiR6EpwnVvafSTHoM70Jhf+T8MSuatDb+KFJCn3VELV2v38aikcUY5cTf95jqHQdzOAhQ==} dependencies: '@unocss/core': 0.60.3 - /@unocss/preset-typography@0.58.9: - resolution: {integrity: sha512-hrsaqKlcZni3Vh4fwXC+lP9e92FQYbqtmlZw2jpxlVwwH5aLzwk4d4MiFQGyhCfzuSDYm0Zd52putFVV02J7bA==} - dependencies: - '@unocss/core': 0.58.9 - '@unocss/preset-mini': 0.58.9 - dev: true - /@unocss/preset-typography@0.60.3: resolution: {integrity: sha512-cOXOnxkgH0ZiYg/oHBbabzXi1q6oTZWgQ4fqrVxGI2CD4oiWYaPU/wzKsx930D6uBSIlBVDX/cov2j0dPWjgJg==} dependencies: '@unocss/core': 0.60.3 '@unocss/preset-mini': 0.60.3 - /@unocss/preset-uno@0.58.9: - resolution: {integrity: sha512-Fze+X2Z/EegCkRdDRgwwvFBmXBenNR1AG8KxAyz8iPeWbhOBaRra2sn2ScryrfH6SbJHpw26ZyJXycAdS0Fq3A==} - dependencies: - '@unocss/core': 0.58.9 - '@unocss/preset-mini': 0.58.9 - '@unocss/preset-wind': 0.58.9 - '@unocss/rule-utils': 0.58.9 - dev: true - /@unocss/preset-uno@0.60.3: resolution: {integrity: sha512-PJSR78uaIRTsD9RFSQLwsrGAsjQoW5nWenU4n4GyZeskDsyQVgOcaKtvh+0aYjYdWBa1UvxeUL8Y+m29K4HnAA==} dependencies: @@ -10134,27 +9500,12 @@ packages: '@unocss/preset-wind': 0.60.3 '@unocss/rule-utils': 0.60.3 - /@unocss/preset-web-fonts@0.58.9: - resolution: {integrity: sha512-XtiO+Z+RYnNYomNkS2XxaQiY++CrQZKOfNGw5htgIrb32QtYVQSkyYQ3jDw7JmMiCWlZ4E72cV/zUb++WrZLxg==} - dependencies: - '@unocss/core': 0.58.9 - ofetch: 1.3.4 - dev: true - /@unocss/preset-web-fonts@0.60.3: resolution: {integrity: sha512-uYHvnqgLDawG3o9oBbasPWbSZ93kzk2JQBcH6xmHh7xqYtRdHqVbUjVU1zIqSjXm19SxFriSrNTl4ct2+/pJIg==} dependencies: '@unocss/core': 0.60.3 ofetch: 1.3.4 - /@unocss/preset-wind@0.58.9: - resolution: {integrity: sha512-7l+7Vx5UoN80BmJKiqDXaJJ6EUqrnUQYv8NxCThFi5lYuHzxsYWZPLU3k3XlWRUQt8XL+6rYx7mMBmD7EUSHyw==} - dependencies: - '@unocss/core': 0.58.9 - '@unocss/preset-mini': 0.58.9 - '@unocss/rule-utils': 0.58.9 - dev: true - /@unocss/preset-wind@0.60.3: resolution: {integrity: sha512-q7yDJ/SyEkPmPBJvIeHd9Bt50LAu65q7WwKxJYfJkjfJvJUMj6DO8FgPnpeiwBeJh9897m2Ap6zoQ3JqBjPLHQ==} dependencies: @@ -10162,21 +9513,9 @@ packages: '@unocss/preset-mini': 0.60.3 '@unocss/rule-utils': 0.60.3 - /@unocss/reset@0.58.9: - resolution: {integrity: sha512-nA2pg3tnwlquq+FDOHyKwZvs20A6iBsKPU7Yjb48JrNnzoaXqE+O9oN6782IG2yKVW4AcnsAnAnM4cxXhGzy1w==} - dev: true - /@unocss/reset@0.60.3: resolution: {integrity: sha512-EuC8gkh8L8WvPOcjS/KqprEJXIKcpBPm+ou5G9D6WgDmJ+TgQrri5oR+QUmOmEnueQkVL7bnkFkIKeg71SJLFA==} - /@unocss/rule-utils@0.58.9: - resolution: {integrity: sha512-45bDa+elmlFLthhJmKr2ltKMAB0yoXnDMQ6Zp5j3OiRB7dDMBkwYRPvHLvIe+34Ey7tDt/kvvDPtWMpPl2quUQ==} - engines: {node: '>=14'} - dependencies: - '@unocss/core': 0.58.9 - magic-string: 0.30.10 - dev: true - /@unocss/rule-utils@0.60.3: resolution: {integrity: sha512-I47/DcKQ2z12W80+Ffth0K6LzNvqcQPYRWk7KwVemVoEiGYamMV8/s+SbB26Fk9KUFjh+Ns/pGAo4iJZo0ueUQ==} engines: {node: '>=14'} @@ -10184,24 +9523,9 @@ packages: '@unocss/core': 0.60.3 magic-string: 0.30.10 - /@unocss/scope@0.58.9: - resolution: {integrity: sha512-BIwcpx0R3bE0rYa9JVDJTk0GX32EBvnbvufBpNkWfC5tb7g+B7nMkVq9ichanksYCCxrIQQo0mrIz5PNzu9sGA==} - dev: true - /@unocss/scope@0.60.3: resolution: {integrity: sha512-uDUcBkFe8nRwNiU4YQyrOCjY7/+qFJI/Qr0eouMPOSEsQ6uIXQEWjykqUBJg2fvm0S2vbfBGO9tO/wCDIk5O3w==} - /@unocss/transformer-attributify-jsx-babel@0.58.9: - resolution: {integrity: sha512-UGaQoGZg+3QrsPtnGHPECmsGn4EQb2KSdZ4eGEn2YssjKv+CcQhzRvpEUgnuF/F+jGPkCkS/G/YEQBHRWBY54Q==} - dependencies: - '@babel/core': 7.24.6 - '@babel/plugin-syntax-jsx': 7.24.6(@babel/core@7.24.6) - '@babel/preset-typescript': 7.24.6(@babel/core@7.24.6) - '@unocss/core': 0.58.9 - transitivePeerDependencies: - - supports-color - dev: true - /@unocss/transformer-attributify-jsx-babel@0.60.3: resolution: {integrity: sha512-6WcEFPSaxscGR22dRUcNqY0ippC3/Q/LBVFVSCJh++hoIPVCZbxF505cPq/bOdF2bpNzj9yXW0OJt03nB505Hg==} dependencies: @@ -10212,36 +9536,16 @@ packages: transitivePeerDependencies: - supports-color - /@unocss/transformer-attributify-jsx@0.58.9: - resolution: {integrity: sha512-jpL3PRwf8t43v1agUdQn2EHGgfdWfvzsMxFtoybO88xzOikzAJaaouteNtojc/fQat2T9iBduDxVj5egdKmhdQ==} - dependencies: - '@unocss/core': 0.58.9 - dev: true - /@unocss/transformer-attributify-jsx@0.60.3: resolution: {integrity: sha512-zcPu4tUm/1EnqcFpf6+XzUzfb2BzJBcfNMkFzl/5BSTMECEDgdj4QGBWxnTuSlSZs4digRABGtuAHUO7k1qfgA==} dependencies: '@unocss/core': 0.60.3 - /@unocss/transformer-compile-class@0.58.9: - resolution: {integrity: sha512-l2VpCqelJ6Tgc1kfSODxBtg7fCGPVRr2EUzTg1LrGYKa2McbKuc/wV/2DWKHGxL6+voWi7a2C9XflqGDXXutuQ==} - dependencies: - '@unocss/core': 0.58.9 - dev: true - /@unocss/transformer-compile-class@0.60.3: resolution: {integrity: sha512-j6wiYgtNqMlrctaZUuN4S+vANW0DMb9wW3KbJ2XvB7lXftfY1bbZ3IKenAyFp0ZLdKs69B6irJbCbIS5OAKKXQ==} dependencies: '@unocss/core': 0.60.3 - /@unocss/transformer-directives@0.58.9: - resolution: {integrity: sha512-pLOUsdoY2ugVntJXg0xuGjO9XZ2xCiMxTPRtpZ4TsEzUtdEzMswR06Y8VWvNciTB/Zqxcz9ta8rD0DKePOfSuw==} - dependencies: - '@unocss/core': 0.58.9 - '@unocss/rule-utils': 0.58.9 - css-tree: 2.3.1 - dev: true - /@unocss/transformer-directives@0.60.3: resolution: {integrity: sha512-JuFpxyB1yvS2YoiguO5+8Ou6k9yyojZCnnDYXXZqMGLp1KdLiDcAPZQyShoD5HLzPGHtAbQELUz9TcX3VMLEoQ==} dependencies: @@ -10249,37 +9553,11 @@ packages: '@unocss/rule-utils': 0.60.3 css-tree: 2.3.1 - /@unocss/transformer-variant-group@0.58.9: - resolution: {integrity: sha512-3A6voHSnFcyw6xpcZT6oxE+KN4SHRnG4z862tdtWvRGcN+jGyNr20ylEZtnbk4xj0VNMeGHHQRZ0WLvmrAwvOQ==} - dependencies: - '@unocss/core': 0.58.9 - dev: true - /@unocss/transformer-variant-group@0.60.3: resolution: {integrity: sha512-jQg0+W49jA7Z+4mRQbZWZKV6aXJXQfAHRC3oo4C9vEyTXL2jb952K12XVcJhXnbLYpnUKwytR+vbshXMIHWZwA==} dependencies: '@unocss/core': 0.60.3 - /@unocss/vite@0.58.9(rollup@3.29.4)(vite@5.2.8): - resolution: {integrity: sha512-mmppBuulAHCal+sC0Qz36Y99t0HicAmznpj70Kzwl7g/yvXwm58/DW2OnpCWw+uA8/JBft/+z3zE+XvrI+T1HA==} - peerDependencies: - vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 - dependencies: - '@ampproject/remapping': 2.3.0 - '@rollup/pluginutils': 5.1.0(rollup@3.29.4) - '@unocss/config': 0.58.9 - '@unocss/core': 0.58.9 - '@unocss/inspector': 0.58.9 - '@unocss/scope': 0.58.9 - '@unocss/transformer-directives': 0.58.9 - chokidar: 3.6.0 - fast-glob: 3.3.2 - magic-string: 0.30.10 - vite: 5.2.8(@types/node@20.12.4) - transitivePeerDependencies: - - rollup - dev: true - /@unocss/vite@0.60.3(rollup@3.29.4)(vite@5.2.8): resolution: {integrity: sha512-I3EOR3g245IGDp3DS17AQAMwNQrh6L6kIlXG3+wt5IZ1zu1ahZmKA8/xxh6oo2TNdu4rI6nQbcLIRn+8eSyfQw==} peerDependencies: @@ -10295,19 +9573,19 @@ packages: chokidar: 3.6.0 fast-glob: 3.3.2 magic-string: 0.30.10 - vite: 5.2.8(@types/node@20.12.4) + vite: 5.2.8(@types/node@20.12.13) transitivePeerDependencies: - rollup - /@unocss/webpack@0.58.9(rollup@3.29.4)(webpack@5.91.0): - resolution: {integrity: sha512-BCIocoGRRvrB3jqrUZwzBFA2pVgxQr2XzVFU6t8yZQqVVkaKxAjZQ5eLxj5OlZIiSPzfRc4OR73k2Pj6DC/3Og==} + /@unocss/webpack@0.60.3(rollup@3.29.4)(webpack@5.91.0): + resolution: {integrity: sha512-ZAGFfosulC9cN8dlKHyLdY/4KT0Ku/XbefjgX2t4VpramatzwXvc/V4wm2+Wmmb7lucXUFLhD7uoERJe/JgHFA==} peerDependencies: webpack: ^4 || ^5 dependencies: '@ampproject/remapping': 2.3.0 '@rollup/pluginutils': 5.1.0(rollup@3.29.4) - '@unocss/config': 0.58.9 - '@unocss/core': 0.58.9 + '@unocss/config': 0.60.3 + '@unocss/core': 0.60.3 chokidar: 3.6.0 fast-glob: 3.3.2 magic-string: 0.30.10 @@ -10316,7 +9594,6 @@ packages: webpack-sources: 3.2.3 transitivePeerDependencies: - rollup - dev: true /@unovis/dagre-layout@0.8.8-2: resolution: {integrity: sha512-ZfDvfcYtzzhZhgKZty8XDi+zQIotfRqfNVF5M3dFQ9d9C5MTaRdbeBnPUkNrmlLJGgQ42HMOE2ajZLfm2VlRhg==} @@ -10331,8 +9608,8 @@ packages: lodash-es: 4.17.21 dev: false - /@unovis/ts@1.4.0: - resolution: {integrity: sha512-s+QIHldSm4KXo3lO3TduYb3NlJcUdx+hSCFkbJESkFF0/S3NE72dKLBHSv7PvpE1tTLvAHfb142ThOLVLT5eNg==} + /@unovis/ts@1.4.1: + resolution: {integrity: sha512-U0CoVWmLFTU/olNWNQT7Q9Ws0nTQRwd7jimITs7xxrKKj0M4ZHMHl4YaMTe6dY7UIhhxSSOh8K4LPEy6lCo1bg==} dependencies: '@emotion/css': 11.11.2 '@juggle/resize-observer': 3.4.0 @@ -10368,24 +9645,16 @@ packages: tslib: 2.6.2 dev: false - /@unovis/vue@1.4.0(@unovis/ts@1.4.0)(vue@3.4.21): - resolution: {integrity: sha512-QETQVZQ5m4rcudBxB1WvV1zRDnZ9Tesim5O3mcc+dYjRI4HhCcIOFCh+LatWJO0eVoLxmUChuqsk8upAIJUrGw==} + /@unovis/vue@1.4.1(@unovis/ts@1.4.1)(vue@3.4.27): + resolution: {integrity: sha512-LtsG7MsoUuPxsVDxx9zUDmswgVlUlLCJaxkf3qOr1Aowol0No9fwO0srv0BNd3kJpSx5iI+FnWye2QUXZE2QGA==} peerDependencies: - '@unovis/ts': 1.4.0 + '@unovis/ts': 1.4.1 vue: ^3 dependencies: - '@unovis/ts': 1.4.0 - vue: 3.4.21(typescript@5.4.3) + '@unovis/ts': 1.4.1 + vue: 3.4.27(typescript@5.4.5) dev: false - /@urql/core@5.0.0(graphql@16.8.1): - resolution: {integrity: sha512-kFkZxusq/VBQKEUcQFtf7AilMotLO+oGpE4WFhCiminZm8ZU2aulXSDWla50TaD0pj704FnWlXts6lRm0uHdDg==} - dependencies: - '@0no-co/graphql.web': 1.0.7(graphql@16.8.1) - wonka: 6.3.4 - transitivePeerDependencies: - - graphql - /@urql/core@5.0.3(graphql@16.8.1): resolution: {integrity: sha512-NZ3YqRr6IphbpFjGqujJOuVuV8/QegYxfjy1zdmOSWpYYFLpmMBfVtzZ/L8IiqPERVAEAIKjUsryLnVtXJQo4w==} dependencies: @@ -10393,14 +9662,14 @@ packages: wonka: 6.3.4 transitivePeerDependencies: - graphql - dev: false - /@urql/exchange-execute@2.2.2(graphql@16.8.1): - resolution: {integrity: sha512-1KGl06CRiQhi9mxfNWRzSPlX5wQI0zkU/7xG2BrM1zbaI3LdFJtIIXxSh1ML18OrR61STtTxO7aodirQ2NVswQ==} + /@urql/exchange-execute@2.3.0(@urql/core@5.0.3)(graphql@16.8.1): + resolution: {integrity: sha512-IbuRYd0wd3cKq5rLC8rUPtESaF+lgxE0hrbfjGDkH3M3hQtzhpLHg9dzzlU4bs2r0MDkZ8l5BmmA5+0ZC2H2XQ==} peerDependencies: - graphql: ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 + '@urql/core': ^5.0.0 + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@urql/core': 5.0.0(graphql@16.8.1) + '@urql/core': 5.0.3(graphql@16.8.1) graphql: 16.8.1 wonka: 6.3.4 @@ -10414,11 +9683,13 @@ packages: - graphql dev: false - /@urql/exchange-graphcache@7.0.0(graphql@16.8.1): - resolution: {integrity: sha512-xKk+MVt6ZKokKcrreK09n4s04dPwzu2BF/rHWvV0Aun7BhlLU4Kzmvsq1sTMZArUxwB4aaKhI0StMbPMfxICSg==} + /@urql/exchange-graphcache@7.1.0(@urql/core@5.0.3)(graphql@16.8.1): + resolution: {integrity: sha512-fwvDSJ1qlFd10RmPuy0sPOS14JB5jQ77hALNfLyP6XoOAXW2VgUYDd2g4ATMoYcrQEOvdjtGBD8xJpxcYganTQ==} + peerDependencies: + '@urql/core': ^5.0.0 dependencies: '@0no-co/graphql.web': 1.0.7(graphql@16.8.1) - '@urql/core': 5.0.0(graphql@16.8.1) + '@urql/core': 5.0.3(graphql@16.8.1) wonka: 6.3.4 transitivePeerDependencies: - graphql @@ -10431,23 +9702,32 @@ packages: graphql: 16.8.1 dev: false - /@urql/vue@1.1.3(graphql@16.8.1)(vue@3.4.21): - resolution: {integrity: sha512-LpFHHM1a3jBB4eVUF/yIwXurmE1q1kSbJ2Ldw0o8++4TQ+usFKmsehrveAfH3YyKGlWB6QR4gW61YadKJHbzpg==} + /@urql/vue@1.2.0(@urql/core@5.0.3)(vue@3.4.21): + resolution: {integrity: sha512-JQH+C4PRbRIaTLPABNHymp9ndvWtfD5vjsPKN5w2hnJOtNY8OhAnbS2dPioZ+7Qd+8qNGhHQkZUE39/LygtaOQ==} peerDependencies: + '@urql/core': ^5.0.0 vue: ^2.7.0 || ^3.0.0 dependencies: - '@urql/core': 5.0.0(graphql@16.8.1) - vue: 3.4.21(typescript@5.4.3) + '@urql/core': 5.0.3(graphql@16.8.1) + vue: 3.4.21(typescript@5.4.5) wonka: 6.3.4 + + /@vee-validate/zod@4.12.8(vue@3.4.21): + resolution: {integrity: sha512-P+G8grCc5iN7FMfvLzVWoGKxamBd0EYgN/hXBmzgbJV7B7FGnQADlUIsqt4jM+oGacbFW12B56zSORaVy3Owqg==} + dependencies: + type-fest: 4.18.3 + vee-validate: 4.12.8(vue@3.4.21) + zod: 3.23.8 transitivePeerDependencies: - - graphql + - vue + dev: false - /@vee-validate/zod@4.12.6(vue@3.4.21): - resolution: {integrity: sha512-LCP/hBWRyOgciwxVYvh4UrowVOJT/v5rJvUKCqEn+4ccx3bNtjVlOI4OvA6T1esg7LvmgseQiNQRxUvE2Pn9ng==} + /@vee-validate/zod@4.12.8(vue@3.4.27): + resolution: {integrity: sha512-P+G8grCc5iN7FMfvLzVWoGKxamBd0EYgN/hXBmzgbJV7B7FGnQADlUIsqt4jM+oGacbFW12B56zSORaVy3Owqg==} dependencies: type-fest: 4.18.3 - vee-validate: 4.12.6(vue@3.4.21) - zod: 3.22.4 + vee-validate: 4.12.8(vue@3.4.27) + zod: 3.23.8 transitivePeerDependencies: - vue dev: false @@ -10483,8 +9763,8 @@ packages: '@babel/core': 7.24.6 '@babel/plugin-transform-typescript': 7.24.6(@babel/core@7.24.6) '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.24.6) - vite: 5.2.8(@types/node@20.12.4) - vue: 3.4.21(typescript@5.4.3) + vite: 5.2.8(@types/node@20.12.13) + vue: 3.4.21(typescript@5.4.5) transitivePeerDependencies: - supports-color @@ -10495,41 +9775,41 @@ packages: vite: ^5.0.0 vue: ^3.2.25 dependencies: - vite: 5.2.8(@types/node@20.12.4) - vue: 3.4.21(typescript@5.4.3) + vite: 5.2.8(@types/node@20.12.13) + vue: 3.4.21(typescript@5.4.5) - /@vitest/expect@1.5.0: - resolution: {integrity: sha512-0pzuCI6KYi2SIC3LQezmxujU9RK/vwC1U9R0rLuGlNGcOuDWxqWKu6nUdFsX9tH1WU0SXtAxToOsEjeUn1s3hA==} + /@vitest/expect@1.6.0: + resolution: {integrity: sha512-ixEvFVQjycy/oNgHjqsL6AZCDduC+tflRluaHIzKIsdbzkLn2U/iBnVeJwB6HsIjQBdfMR8Z0tRxKUsvFJEeWQ==} dependencies: - '@vitest/spy': 1.5.0 - '@vitest/utils': 1.5.0 + '@vitest/spy': 1.6.0 + '@vitest/utils': 1.6.0 chai: 4.4.1 dev: true - /@vitest/runner@1.5.0: - resolution: {integrity: sha512-7HWwdxXP5yDoe7DTpbif9l6ZmDwCzcSIK38kTSIt6CFEpMjX4EpCgT6wUmS0xTXqMI6E/ONmfgRKmaujpabjZQ==} + /@vitest/runner@1.6.0: + resolution: {integrity: sha512-P4xgwPjwesuBiHisAVz/LSSZtDjOTPYZVmNAnpHHSR6ONrf8eCJOFRvUwdHn30F5M1fxhqtl7QZQUk2dprIXAg==} dependencies: - '@vitest/utils': 1.5.0 + '@vitest/utils': 1.6.0 p-limit: 5.0.0 pathe: 1.1.2 dev: true - /@vitest/snapshot@1.5.0: - resolution: {integrity: sha512-qpv3fSEuNrhAO3FpH6YYRdaECnnRjg9VxbhdtPwPRnzSfHVXnNzzrpX4cJxqiwgRMo7uRMWDFBlsBq4Cr+rO3A==} + /@vitest/snapshot@1.6.0: + resolution: {integrity: sha512-+Hx43f8Chus+DCmygqqfetcAZrDJwvTj0ymqjQq4CvmpKFSTVteEOBzCusu1x2tt4OJcvBflyHUE0DZSLgEMtQ==} dependencies: magic-string: 0.30.10 pathe: 1.1.2 pretty-format: 29.7.0 dev: true - /@vitest/spy@1.5.0: - resolution: {integrity: sha512-vu6vi6ew5N5MMHJjD5PoakMRKYdmIrNJmyfkhRpQt5d9Ewhw9nZ5Aqynbi3N61bvk9UvZ5UysMT6ayIrZ8GA9w==} + /@vitest/spy@1.6.0: + resolution: {integrity: sha512-leUTap6B/cqi/bQkXUu6bQV5TZPx7pmMBKBQiI0rJA8c3pB56ZsaTbREnF7CJfmvAS4V2cXIBAh/3rVwrrCYgw==} dependencies: tinyspy: 2.2.1 dev: true - /@vitest/utils@1.5.0: - resolution: {integrity: sha512-BDU0GNL8MWkRkSRdNFvCUCAVOeHaUlVJ9Tx0TYBZyXaaOTmGtUFObzchCivIBrIwKzvZA7A9sCejVhXM2aY98A==} + /@vitest/utils@1.6.0: + resolution: {integrity: sha512-21cPiuGMoMZwiOHa2i4LXkMkMkCGzA+MVFV70jRwHo95dL4x/ts5GZhML1QWuy7yfp3WzK3lRvZi3JnXTYqrBw==} dependencies: diff-sequences: 29.6.3 estree-walker: 3.0.3 @@ -10537,6 +9817,16 @@ packages: pretty-format: 29.7.0 dev: true + /@volar/language-core@2.2.5: + resolution: {integrity: sha512-2htyAuxRrAgETmFeUhT4XLELk3LiEcqoW/B8YUXMF6BrGWLMwIR09MFaZYvrA2UhbdAeSyeQ726HaWSWkexUcQ==} + dependencies: + '@volar/source-map': 2.2.5 + + /@volar/source-map@2.2.5: + resolution: {integrity: sha512-wrOEIiZNf4E+PWB0AxyM4tfhkfldPsb3bxg8N6FHrxJH2ohar7aGu48e98bp3pR9HUA7P/pR9VrLmkTrgCCnWQ==} + dependencies: + muggle-string: 0.4.1 + /@vue-macros/common@1.10.4(rollup@3.29.4)(vue@3.4.21): resolution: {integrity: sha512-akO6Bd6U4jP0+ZKbHq6mbYkw1coOrJpLeVmkuMlUsT5wZRi11BjauGcZHusBSzUjgCBsa1kZTyipxrxrWB54Hw==} engines: {node: '>=16.14.0'} @@ -10552,7 +9842,7 @@ packages: ast-kit: 0.12.1 local-pkg: 0.5.0 magic-string-ast: 0.6.1 - vue: 3.4.21(typescript@5.4.3) + vue: 3.4.21(typescript@5.4.5) transitivePeerDependencies: - rollup @@ -10571,7 +9861,7 @@ packages: ast-kit: 0.12.1 local-pkg: 0.5.0 magic-string-ast: 0.6.1 - vue: 3.4.21(typescript@5.4.3) + vue: 3.4.21(typescript@5.4.5) transitivePeerDependencies: - rollup dev: false @@ -10698,7 +9988,7 @@ packages: perfect-debounce: 1.0.0 shiki: 1.5.2 splitpanes: 3.1.5 - vue: 3.4.21(typescript@5.4.3) + vue: 3.4.21(typescript@5.4.5) vue-virtual-scroller: 2.0.0-beta.8(vue@3.4.21) transitivePeerDependencies: - '@unocss/reset' @@ -10741,7 +10031,7 @@ packages: mitt: 3.0.1 perfect-debounce: 1.0.0 speakingurl: 14.0.1 - vue: 3.4.21(typescript@5.4.3) + vue: 3.4.21(typescript@5.4.5) /@vue/devtools-shared@7.2.1: resolution: {integrity: sha512-PCJF4UknJmOal68+X9XHyVeQ+idv0LFujkTOIW30+GaMJqwFVN9LkQKX4gLqn61KkGMdJTzQ1bt7EJag3TI6AA==} @@ -10759,13 +10049,13 @@ packages: '@unocss/reset': 0.60.3 '@vue/devtools-shared': 7.2.1 '@vueuse/components': 10.10.0(vue@3.4.21) - '@vueuse/core': 10.9.0(vue@3.4.21) + '@vueuse/core': 10.10.0(vue@3.4.21) '@vueuse/integrations': 10.10.0(focus-trap@7.5.4)(vue@3.4.21) colord: 2.9.3 - floating-vue: 5.2.2(@nuxt/kit@3.11.1)(vue@3.4.21) + floating-vue: 5.2.2(@nuxt/kit@3.11.2)(vue@3.4.21) focus-trap: 7.5.4 - unocss: 0.60.3(postcss@8.4.38)(rollup@3.29.4)(vite@5.2.8) - vue: 3.4.21(typescript@5.4.3) + unocss: 0.60.3(@unocss/webpack@0.60.3)(postcss@8.4.38)(rollup@3.29.4)(vite@5.2.8) + vue: 3.4.21(typescript@5.4.5) transitivePeerDependencies: - '@vue/composition-api' - async-validator @@ -10780,17 +10070,47 @@ packages: - sortablejs - universal-cookie + /@vue/language-core@2.0.19(typescript@5.4.5): + resolution: {integrity: sha512-A9EGOnvb51jOvnCYoRLnMP+CcoPlbZVxI9gZXE/y2GksRWM6j/PrLEIC++pnosWTN08tFpJgxhSS//E9v/Sg+Q==} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@volar/language-core': 2.2.5 + '@vue/compiler-dom': 3.4.27 + '@vue/shared': 3.4.27 + computeds: 0.0.1 + minimatch: 9.0.4 + path-browserify: 1.0.1 + typescript: 5.4.5 + vue-template-compiler: 2.7.16 + /@vue/reactivity@3.4.21: resolution: {integrity: sha512-UhenImdc0L0/4ahGCyEzc/pZNwVgcglGy9HVzJ1Bq2Mm9qXOpP8RyNTjookw/gOCUlXSEtuZ2fUg5nrHcoqJcw==} dependencies: '@vue/shared': 3.4.21 + /@vue/reactivity@3.4.27: + resolution: {integrity: sha512-kK0g4NknW6JX2yySLpsm2jlunZJl2/RJGZ0H9ddHdfBVHcNzxmQ0sS0b09ipmBoQpY8JM2KmUw+a6sO8Zo+zIA==} + dependencies: + '@vue/shared': 3.4.27 + dev: false + /@vue/runtime-core@3.4.21: resolution: {integrity: sha512-pQthsuYzE1XcGZznTKn73G0s14eCJcjaLvp3/DKeYWoFacD9glJoqlNBxt3W2c5S40t6CCcpPf+jG01N3ULyrA==} dependencies: '@vue/reactivity': 3.4.21 '@vue/shared': 3.4.21 + /@vue/runtime-core@3.4.27: + resolution: {integrity: sha512-7aYA9GEbOOdviqVvcuweTLe5Za4qBZkUY7SvET6vE8kyypxVgaT1ixHLg4urtOlrApdgcdgHoTZCUuTGap/5WA==} + dependencies: + '@vue/reactivity': 3.4.27 + '@vue/shared': 3.4.27 + dev: false + /@vue/runtime-dom@3.4.21: resolution: {integrity: sha512-gvf+C9cFpevsQxbkRBS1NpU8CqxKw0ebqMvLwcGQrNpx6gqRDodqKqA+A2VZZpQ9RpK2f9yfg8VbW/EpdFUOJw==} dependencies: @@ -10798,6 +10118,14 @@ packages: '@vue/shared': 3.4.21 csstype: 3.1.3 + /@vue/runtime-dom@3.4.27: + resolution: {integrity: sha512-ScOmP70/3NPM+TW9hvVAz6VWWtZJqkbdf7w6ySsws+EsqtHvkhxaWLecrTorFxsawelM5Ys9FnDEMt6BPBDS0Q==} + dependencies: + '@vue/runtime-core': 3.4.27 + '@vue/shared': 3.4.27 + csstype: 3.1.3 + dev: false + /@vue/server-renderer@3.4.21(vue@3.4.21): resolution: {integrity: sha512-aV1gXyKSN6Rz+6kZ6kr5+Ll14YzmIbeuWe7ryJl5muJ4uwSwY/aStXTixx76TwkZFJLm1aAlA/HSWEJ4EyiMkg==} peerDependencies: @@ -10805,7 +10133,17 @@ packages: dependencies: '@vue/compiler-ssr': 3.4.21 '@vue/shared': 3.4.21 - vue: 3.4.21(typescript@5.4.3) + vue: 3.4.21(typescript@5.4.5) + + /@vue/server-renderer@3.4.27(vue@3.4.27): + resolution: {integrity: sha512-dlAMEuvmeA3rJsOMJ2J1kXU7o7pOxgsNHVr9K8hB3ImIkSuBrIdy0vF66h8gf8Tuinf1TK3mPAz2+2sqyf3KzA==} + peerDependencies: + vue: 3.4.27 + dependencies: + '@vue/compiler-ssr': 3.4.27 + '@vue/shared': 3.4.27 + vue: 3.4.27(typescript@5.4.5) + dev: false /@vue/shared@3.4.21: resolution: {integrity: sha512-PuJe7vDIi6VYSinuEbUIQgMIRZGgM8e4R+G+/dQTk0X1NEdvgvvgv7m+rfmDH1gZzyA1OjjoWskvHlfRNfQf3g==} @@ -10813,8 +10151,8 @@ packages: /@vue/shared@3.4.27: resolution: {integrity: sha512-DL3NmY2OFlqmYYrzp39yi3LDkKxa5vZVwxWdQ3rG0ekuWscHraeIbnI8t+aZK7qhYqEqWKTUdijadunb9pnrgA==} - /@vue/test-utils@2.4.5: - resolution: {integrity: sha512-oo2u7vktOyKUked36R93NB7mg2B+N7Plr8lxp2JBGwr18ch6EggFjixSCdIVVLkT6Qr0z359Xvnafc9dcKyDUg==} + /@vue/test-utils@2.4.6: + resolution: {integrity: sha512-FMxEjOpYNYiFe0GkaHsnJPXFHxQ6m4t8vI/ElPGpMWxZKpmRvQ33OIrvRXemy6yha03RxhOlQuy+gZMC3CQSow==} dependencies: js-beautify: 1.15.1 vue-component-type-helpers: 2.0.19 @@ -10841,16 +10179,17 @@ packages: - '@vue/composition-api' - vue - /@vueuse/core@10.9.0(vue@3.4.21): - resolution: {integrity: sha512-/1vjTol8SXnx6xewDEKfS0Ra//ncg4Hb0DaZiwKf7drgfMsKFExQ+FnnENcN6efPen+1kIzhLQoGSy0eDUVOMg==} + /@vueuse/core@10.10.0(vue@3.4.27): + resolution: {integrity: sha512-vexJ/YXYs2S42B783rI95lMt3GzEwkxzC8Hb0Ndpd8rD+p+Lk/Za4bd797Ym7yq4jXqdSyj3JLChunF/vyYjUw==} dependencies: '@types/web-bluetooth': 0.0.20 - '@vueuse/metadata': 10.9.0 - '@vueuse/shared': 10.9.0(vue@3.4.21) - vue-demi: 0.14.7(vue@3.4.21) + '@vueuse/metadata': 10.10.0 + '@vueuse/shared': 10.10.0(vue@3.4.27) + vue-demi: 0.14.7(vue@3.4.27) transitivePeerDependencies: - '@vue/composition-api' - vue + dev: false /@vueuse/integrations@10.10.0(focus-trap@7.5.4)(vue@3.4.21): resolution: {integrity: sha512-vHGeK7X6mkdkpcm1eE9t3Cpm21pNVfZRwrjwwbrEs9XftnSgszF4831G2rei8Dt9cIYJIfFV+iyx/29muimJPQ==} @@ -10904,9 +10243,6 @@ packages: /@vueuse/metadata@10.10.0: resolution: {integrity: sha512-UNAo2sTCAW5ge6OErPEHb5z7NEAg3XcO9Cj7OK45aZXfLLH1QkexDcZD77HBi5zvEiLOm1An+p/4b5K3Worpug==} - /@vueuse/metadata@10.9.0: - resolution: {integrity: sha512-iddNbg3yZM0X7qFY2sAotomgdHK7YJ6sKUvQqbvwnf7TmaVPxS4EJydcNsVejNdS8iWCtDk+fYXr7E32nyTnGA==} - /@vueuse/nuxt@10.10.0(nuxt@3.11.2)(rollup@3.29.4)(vue@3.4.21): resolution: {integrity: sha512-l8uFNuFASmcjPEaKAbigUrQZDtVQ9wRTfbuIBEpr3oAGnYtXGwBoQqYGnZopUR1Kdh8qiurpKuwvzVQnrzDjyw==} peerDependencies: @@ -10916,7 +10252,7 @@ packages: '@vueuse/core': 10.10.0(vue@3.4.21) '@vueuse/metadata': 10.10.0 local-pkg: 0.5.0 - nuxt: 3.11.2(@opentelemetry/api@1.8.0)(@types/node@20.12.4)(@unocss/reset@0.60.3)(drizzle-orm@0.30.7)(eslint@9.0.0)(floating-vue@5.2.2)(ioredis@5.3.2)(rollup@3.29.4)(typescript@5.4.3)(unocss@0.60.3)(vite@5.2.8) + nuxt: 3.11.2(@opentelemetry/api@1.8.0)(@types/node@20.12.13)(@unocss/reset@0.60.3)(drizzle-orm@0.30.10)(eslint@9.3.0)(floating-vue@5.2.2)(ioredis@5.4.1)(rollup@3.29.4)(typescript@5.4.5)(unocss@0.60.3)(vite@5.2.8) vue-demi: 0.14.7(vue@3.4.21) transitivePeerDependencies: - '@vue/composition-api' @@ -10925,17 +10261,17 @@ packages: - vue dev: true - /@vueuse/nuxt@10.9.0(nuxt@3.11.2)(rollup@4.18.0)(vue@3.4.21): - resolution: {integrity: sha512-nC4Efg28Q6E41fUD5R+zM9uT5c+NfaDzaJCpqaEV/qHj+/BNJmkDBK8POLIUsiVOY35d0oD/YxZ+eVizqWBZow==} + /@vueuse/nuxt@10.10.0(nuxt@3.11.2)(rollup@4.18.0)(vue@3.4.27): + resolution: {integrity: sha512-l8uFNuFASmcjPEaKAbigUrQZDtVQ9wRTfbuIBEpr3oAGnYtXGwBoQqYGnZopUR1Kdh8qiurpKuwvzVQnrzDjyw==} peerDependencies: nuxt: ^3.0.0 dependencies: '@nuxt/kit': 3.11.2(rollup@4.18.0) - '@vueuse/core': 10.9.0(vue@3.4.21) - '@vueuse/metadata': 10.9.0 + '@vueuse/core': 10.10.0(vue@3.4.27) + '@vueuse/metadata': 10.10.0 local-pkg: 0.5.0 - nuxt: 3.11.2(@opentelemetry/api@1.8.0)(@types/node@20.12.4)(drizzle-orm@0.30.7)(eslint@9.0.0)(rollup@4.18.0)(typescript@5.4.3)(vite@5.2.8) - vue-demi: 0.14.7(vue@3.4.21) + nuxt: 3.11.2(@opentelemetry/api@1.8.0)(@types/node@20.12.13)(drizzle-orm@0.30.10)(eslint@9.3.0)(rollup@4.18.0)(typescript@5.4.5)(vite@5.2.8) + vue-demi: 0.14.7(vue@3.4.27) transitivePeerDependencies: - '@vue/composition-api' - rollup @@ -10951,32 +10287,29 @@ packages: - '@vue/composition-api' - vue - /@vueuse/shared@10.9.0(vue@3.4.21): - resolution: {integrity: sha512-Uud2IWncmAfJvRaFYzv5OHDli+FbOzxiVEQdLCKQKLyhz94PIyFC3CHcH7EDMwIn8NPtD06+PNbC/PiO0LGLtw==} + /@vueuse/shared@10.10.0(vue@3.4.27): + resolution: {integrity: sha512-2aW33Ac0Uk0U+9yo3Ypg9s5KcR42cuehRWl7vnUHadQyFvCktseyxxEPBi1Eiq4D2yBGACOnqLZpx1eMc7g5Og==} dependencies: - vue-demi: 0.14.7(vue@3.4.21) + vue-demi: 0.14.7(vue@3.4.27) transitivePeerDependencies: - '@vue/composition-api' - vue + dev: false /@webassemblyjs/ast@1.12.1: resolution: {integrity: sha512-EKfMUOPRRUTy5UII4qJDGPpqfwjOmZ5jeGFwid9mnoqIFK+e0vqoi1qH56JpmZSzEL53jKnNzScdmftJyG5xWg==} dependencies: '@webassemblyjs/helper-numbers': 1.11.6 '@webassemblyjs/helper-wasm-bytecode': 1.11.6 - dev: true /@webassemblyjs/floating-point-hex-parser@1.11.6: resolution: {integrity: sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==} - dev: true /@webassemblyjs/helper-api-error@1.11.6: resolution: {integrity: sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==} - dev: true /@webassemblyjs/helper-buffer@1.12.1: resolution: {integrity: sha512-nzJwQw99DNDKr9BVCOZcLuJJUlqkJh+kVzVl6Fmq/tI5ZtEyWT1KZMyOXltXLZJmDtvLCDgwsyrkohEtopTXCw==} - dev: true /@webassemblyjs/helper-numbers@1.11.6: resolution: {integrity: sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==} @@ -10984,11 +10317,9 @@ packages: '@webassemblyjs/floating-point-hex-parser': 1.11.6 '@webassemblyjs/helper-api-error': 1.11.6 '@xtuc/long': 4.2.2 - dev: true /@webassemblyjs/helper-wasm-bytecode@1.11.6: resolution: {integrity: sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==} - dev: true /@webassemblyjs/helper-wasm-section@1.12.1: resolution: {integrity: sha512-Jif4vfB6FJlUlSbgEMHUyk1j234GTNG9dBJ4XJdOySoj518Xj0oGsNi59cUQF4RRMS9ouBUxDDdyBVfPTypa5g==} @@ -10997,23 +10328,19 @@ packages: '@webassemblyjs/helper-buffer': 1.12.1 '@webassemblyjs/helper-wasm-bytecode': 1.11.6 '@webassemblyjs/wasm-gen': 1.12.1 - dev: true /@webassemblyjs/ieee754@1.11.6: resolution: {integrity: sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==} dependencies: '@xtuc/ieee754': 1.2.0 - dev: true /@webassemblyjs/leb128@1.11.6: resolution: {integrity: sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==} dependencies: '@xtuc/long': 4.2.2 - dev: true /@webassemblyjs/utf8@1.11.6: resolution: {integrity: sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==} - dev: true /@webassemblyjs/wasm-edit@1.12.1: resolution: {integrity: sha512-1DuwbVvADvS5mGnXbE+c9NfA8QRcZ6iKquqjjmR10k6o+zzsRVesil54DKexiowcFCPdr/Q0qaMgB01+SQ1u6g==} @@ -11026,7 +10353,6 @@ packages: '@webassemblyjs/wasm-opt': 1.12.1 '@webassemblyjs/wasm-parser': 1.12.1 '@webassemblyjs/wast-printer': 1.12.1 - dev: true /@webassemblyjs/wasm-gen@1.12.1: resolution: {integrity: sha512-TDq4Ojh9fcohAw6OIMXqiIcTq5KUXTGRkVxbSo1hQnSy6lAM5GSdfwWeSxpAo0YzgsgF182E/U0mDNhuA0tW7w==} @@ -11036,7 +10362,6 @@ packages: '@webassemblyjs/ieee754': 1.11.6 '@webassemblyjs/leb128': 1.11.6 '@webassemblyjs/utf8': 1.11.6 - dev: true /@webassemblyjs/wasm-opt@1.12.1: resolution: {integrity: sha512-Jg99j/2gG2iaz3hijw857AVYekZe2SAskcqlWIZXjji5WStnOpVoat3gQfT/Q5tb2djnCjBtMocY/Su1GfxPBg==} @@ -11045,7 +10370,6 @@ packages: '@webassemblyjs/helper-buffer': 1.12.1 '@webassemblyjs/wasm-gen': 1.12.1 '@webassemblyjs/wasm-parser': 1.12.1 - dev: true /@webassemblyjs/wasm-parser@1.12.1: resolution: {integrity: sha512-xikIi7c2FHXysxXe3COrVUPSheuBtpcfhbpFj4gmu7KRLYOzANztwUU0IbsqvMqzuNK2+glRGWCEqZo1WCLyAQ==} @@ -11056,14 +10380,12 @@ packages: '@webassemblyjs/ieee754': 1.11.6 '@webassemblyjs/leb128': 1.11.6 '@webassemblyjs/utf8': 1.11.6 - dev: true /@webassemblyjs/wast-printer@1.12.1: resolution: {integrity: sha512-+X4WAlOisVWQMikjbcvY2e0rwPsKQ9F688lksZhBcPycBBuii3O7m8FACbDMWDojpAqvjIncrG8J0XHKyQfVeA==} dependencies: '@webassemblyjs/ast': 1.12.1 '@xtuc/long': 4.2.2 - dev: true /@whatwg-node/events@0.0.3: resolution: {integrity: sha512-IqnKIDWfXBJkvy/k6tzskWTc2NK3LcqHlb+KHGCrjOCH4jfQckRX0NAiIcC/vIqQkzLYw2r2CTSwAxcrtcD6lA==} @@ -11135,11 +10457,9 @@ packages: /@xtuc/ieee754@1.2.0: resolution: {integrity: sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==} - dev: true /@xtuc/long@4.2.2: resolution: {integrity: sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==} - dev: true /@yarnpkg/lockfile@1.1.0: resolution: {integrity: sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==} @@ -11153,8 +10473,8 @@ packages: tslib: 2.6.2 dev: true - /@zkochan/js-yaml@0.0.6: - resolution: {integrity: sha512-nzvgl3VfhcELQ8LyVrYOru+UtAy1nrygk2+AGbTm8a5YcO6o8lSjAT+pfg3vJWxIoZKOUhrK6UU7xW/+00kQrg==} + /@zkochan/js-yaml@0.0.7: + resolution: {integrity: sha512-nrUSn7hzt7J6JWgWGz78ZYI8wj+gdIJdk0Ynjpp8l+trkn58Uqsf6RYrYkEK+3X18EX+TNdtJI0WxAtc+L84SQ==} hasBin: true dependencies: argparse: 2.0.1 @@ -11194,7 +10514,6 @@ packages: acorn: ^8 dependencies: acorn: 8.11.3 - dev: true /acorn-import-attributes@1.9.5(acorn@8.11.3): resolution: {integrity: sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==} @@ -11253,7 +10572,6 @@ packages: ajv: ^6.9.1 dependencies: ajv: 6.12.6 - dev: true /ajv@6.12.6: resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==} @@ -11353,8 +10671,8 @@ packages: tar-stream: 3.1.7 zip-stream: 6.0.1 - /arctic@1.5.0: - resolution: {integrity: sha512-ZBC3a7yFncIkeoavrOFi+Jq+Qc4ENsl1JViCMjFe2VEv30XEEHyUsWOO8MHmPFsCyRXbboWSHf+OGpc3WyR67A==} + /arctic@1.9.0: + resolution: {integrity: sha512-5llm2EMDM4wYv9q20JG19qnNAzEZj68MTYmZvfyKRivTHZqpR2uYHmN6umcaZjURvaaukwm5W6K1KH++qcdDRg==} dependencies: oslo: 1.2.0 @@ -11398,7 +10716,6 @@ packages: resolution: {integrity: sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==} dependencies: dequal: 2.0.3 - dev: true /array-ify@1.0.0: resolution: {integrity: sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==} @@ -11563,7 +10880,6 @@ packages: resolution: {integrity: sha512-+60uv1hiVFhHZeO+Lz0RYzsVHy5Wr1ayX0mwda9KPDVLNJgZ1T9Ny7VmFbLDzxsH0D87I86vgj3gFrjTJUYznw==} dependencies: dequal: 2.0.3 - dev: true /b4a@1.6.6: resolution: {integrity: sha512-5Tk1HLk6b6ctmjIkAcU/Ujv/1WqiDl0F0JdRCR80VsOcUlHcu7pWeWRlOqQLHfDEsVx9YH/aif5AG4ehoCtTmg==} @@ -11749,11 +11065,11 @@ packages: resolution: {integrity: sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==} engines: {node: '>=6'} - /bullmq@5.7.0: - resolution: {integrity: sha512-FmslKEuYllrKVnhijjnu//s0bJsUbF17dzaIkyfU5t/G38AyZKpbIVw9Po7S3Yt8ya6WdvcjpCdx3/ZUJxSlzw==} + /bullmq@5.7.14: + resolution: {integrity: sha512-ESAQlJGU1W+qp5xTgx5XR+4svqCqGGZNlwkn83K0A0c2FL0x+d9mpX9KmENyb9pt5G6fplFWq8RFebajUYRH4g==} dependencies: cron-parser: 4.9.0 - ioredis: 5.3.2 + ioredis: 5.4.1 msgpackr: 1.10.2 node-abort-controller: 3.1.1 semver: 7.6.2 @@ -12010,8 +11326,8 @@ packages: yaml: 2.4.2 dev: true - /changelogithub@0.13.5: - resolution: {integrity: sha512-I3NWWnJnd/gWY8dSxfW1eLQpVcaGVaMoodLSzLzFA99clT2rxu95all7mlCoEkvEYxH++09NGjPjHLikGaIuLA==} + /changelogithub@0.13.7: + resolution: {integrity: sha512-L3MxTtHIle5SjNc392+x8V85kxtUTIhLC+6ChScXHFsOqcC8tLNQ06ZA4iBku5OqIIQicnKA7ZIyfQqMCB+vvA==} engines: {node: '>=12.0.0'} hasBin: true dependencies: @@ -12023,6 +11339,7 @@ packages: execa: 8.0.1 kolorist: 1.8.0 ofetch: 1.3.4 + semver: 7.6.2 dev: true /character-entities-legacy@1.1.4: @@ -12076,7 +11393,6 @@ packages: /chrome-trace-event@1.0.4: resolution: {integrity: sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==} engines: {node: '>=6.0'} - dev: true /ci-info@4.0.0: resolution: {integrity: sha512-TdHqgGf9odd8SXNuxtUBVx8Nv+qZOejE6qyqiy5NtbYYQOeFa6zmHkxlPzmaLxWWHsU6nJmB7AETdVPi+2NBUg==} @@ -12104,13 +11420,6 @@ packages: resolution: {integrity: sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==} engines: {node: '>=6'} - /clear-module@4.1.2: - resolution: {integrity: sha512-LWAxzHqdHsAZlPlEyJ2Poz6AIs384mPeqLVCru2p0BrP9G/kVGuhNyZYClLO6cXlnuJjzC8xtsJIuMjKqLXoAw==} - engines: {node: '>=8'} - dependencies: - parent-module: 2.0.0 - resolve-from: 5.0.0 - /clear@0.1.0: resolution: {integrity: sha512-qMjRnoL+JDPJHeLePZJuao6+8orzHMGP04A8CdwCNsKhRbOnKRjefxONR7bwILT3MHecxKBjHkKL/tkZ8r4Uzw==} @@ -12207,8 +11516,8 @@ packages: engines: {node: '>=6'} dev: false - /clsx@2.1.0: - resolution: {integrity: sha512-m3iNNWpd9rl3jvvcBnu70ylMdrXt8Vlq4HYadnU5fwcOtvkSQWPmj7amUcDT2qYI7risszBjI5AUIUox9D16pg==} + /clsx@2.1.1: + resolution: {integrity: sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==} engines: {node: '>=6'} dev: false @@ -12228,7 +11537,6 @@ packages: acorn: 8.11.3 estree-walker: 3.0.3 periscopic: 3.1.0 - dev: true /codemirror-wrapped-line-indent@1.0.8(@codemirror/language@6.10.1)(@codemirror/state@6.4.1)(@codemirror/view@6.26.3): resolution: {integrity: sha512-5UwuHCz4oAZuvot1DbfFxSxJacTESdNGa/KpJD7HfpVpDAJdgB1vV9OG4b4pkJqPWuOfIpFLTQEKS85kTpV+XA==} @@ -12293,9 +11601,9 @@ packages: engines: {node: '>=14'} dev: true - /commander@11.1.0: - resolution: {integrity: sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==} - engines: {node: '>=16'} + /commander@12.1.0: + resolution: {integrity: sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==} + engines: {node: '>=18'} dev: true /commander@2.20.3: @@ -12354,6 +11662,9 @@ packages: normalize-path: 3.0.0 readable-stream: 4.5.2 + /computeds@0.0.1: + resolution: {integrity: sha512-7CEBgcMjVmitjYo5q8JTJVra6X5mQ20uTThdK+0kR7UEaDrAWEQcRiBtWJzga4eRpP6afNwwLsX2SET2JhVB1Q==} + /concat-map@0.0.1: resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} @@ -12588,7 +11899,7 @@ packages: yaml: 1.10.2 dev: false - /cosmiconfig@8.3.6(typescript@5.4.3): + /cosmiconfig@8.3.6(typescript@5.4.5): resolution: {integrity: sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==} engines: {node: '>=14'} peerDependencies: @@ -12601,7 +11912,7 @@ packages: js-yaml: 4.1.0 parse-json: 5.2.0 path-type: 4.0.0 - typescript: 5.4.3 + typescript: 5.4.5 dev: false /crc-32@1.2.2: @@ -13141,6 +12452,11 @@ packages: engines: {node: '>=8'} dev: true + /data-uri-to-buffer@4.0.1: + resolution: {integrity: sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==} + engines: {node: '>= 12'} + dev: true + /data-uri-to-buffer@6.0.2: resolution: {integrity: sha512-7hvf7/GW8e86rW0ptuwS3OcBGDjIi6SZva7hCyWC0yYry2cOPmLIjXAUHI6DK2HsnwJd9ifmt57i8eV2n4YNpw==} engines: {node: '>= 14'} @@ -13172,7 +12488,7 @@ packages: resolution: {integrity: sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==} dev: true - /db0@0.1.4(drizzle-orm@0.30.7): + /db0@0.1.4(drizzle-orm@0.30.10): resolution: {integrity: sha512-Ft6eCwONYxlwLjBXSJxw0t0RYtA5gW9mq8JfBXn9TtC0nDPlqePAhpv9v4g9aONBi6JI1OXHTKKkUYGd+BOrCA==} peerDependencies: '@libsql/client': ^0.5.2 @@ -13186,7 +12502,10 @@ packages: drizzle-orm: optional: true dependencies: - drizzle-orm: 0.30.7(@opentelemetry/api@1.8.0)(pg@8.11.5)(postgres@3.4.4) + drizzle-orm: 0.30.10(@opentelemetry/api@1.8.0)(pg@8.11.5)(postgres@3.4.4) + + /de-indent@1.0.2: + resolution: {integrity: sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==} /debounce@1.2.1: resolution: {integrity: sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==} @@ -13242,6 +12561,9 @@ packages: dependencies: mimic-response: 3.1.0 + /dedent-js@1.0.1: + resolution: {integrity: sha512-OUepMozQULMLUmhxS95Vudo0jb0UchLimi3+pQ2plj61Fcy8axbP9hbiD4Sz6DPqn6XG3kfmziVfQ1rSys5AJQ==} + /deep-eql@4.1.3: resolution: {integrity: sha512-WaEtAOpRA1MQ0eohqZjpGD8zdI0Ovsm8mmFhaDN8dvDZzyoUMcYDnf5Y6iu7HTXxf8JDS23qWa4a+hKCDyOPzw==} engines: {node: '>=6'} @@ -13371,7 +12693,6 @@ packages: /dequal@2.0.3: resolution: {integrity: sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==} engines: {node: '>=6'} - dev: true /destr@2.0.3: resolution: {integrity: sha512-2N3BOUU4gYMpTP24s5rF5iP7BDr7uNTCs4ozw3kf/eKfvWSIu93GEBi5m427YoyJoeOzQ5smuu4nNAPGb8idSQ==} @@ -13512,12 +12833,13 @@ packages: dependencies: wordwrap: 1.0.0 - /drizzle-kit@0.20.14: - resolution: {integrity: sha512-0fHv3YIEaUcSVPSGyaaBfOi9bmpajjhbJNdPsRMIUvYdLVxBu9eGjH8mRc3Qk7HVmEidFc/lhG1YyJhoXrn5yA==} + /drizzle-kit@0.20.18: + resolution: {integrity: sha512-fLTwcnLqtBxGd+51H/dEm9TC0FW6+cIX/RVPyNcitBO77X9+nkogEfMAJebpd/8Yl4KucmePHRYRWWvUlW0rqg==} hasBin: true dependencies: - '@drizzle-team/studio': 0.0.39 '@esbuild-kit/esm-loader': 2.6.5 + '@hono/node-server': 1.11.1 + '@hono/zod-validator': 0.2.1(hono@4.4.0)(zod@3.23.8) camelcase: 7.0.1 chalk: 5.3.0 commander: 9.5.0 @@ -13526,15 +12848,17 @@ packages: esbuild-register: 3.5.0(esbuild@0.19.12) glob: 8.1.0 hanji: 0.0.5 + hono: 4.4.0 json-diff: 0.9.0 minimatch: 7.4.6 semver: 7.6.2 + superjson: 2.2.1 zod: 3.23.8 transitivePeerDependencies: - supports-color - /drizzle-orm@0.30.7(@opentelemetry/api@1.8.0)(pg@8.11.5)(postgres@3.4.4): - resolution: {integrity: sha512-9qefSZQlu2fO2qv24piHyWFWcxcOY15//0v4j8qomMqaxzipNoG+fUBrQ7Ftk7PY7APRbRdn/nkEXWxiI4a8mw==} + /drizzle-orm@0.30.10(@opentelemetry/api@1.8.0)(pg@8.11.5)(postgres@3.4.4): + resolution: {integrity: sha512-IRy/QmMWw9lAQHpwbUh1b8fcn27S/a9zMIzqea1WNOxK9/4EB8gIo+FZWLiPXzl2n9ixGSv8BhsLZiOppWEwBw==} peerDependencies: '@aws-sdk/client-rds-data': '>=3' '@cloudflare/workers-types': '>=3' @@ -13738,7 +13062,6 @@ packages: /es-module-lexer@1.5.3: resolution: {integrity: sha512-i1gCgmR9dCl6Vil6UKPI/trA69s08g/syhiDK9TG0Nf1RJjjFI+AzoWW7sPufzkgYAn861skuCwJa0pIIHYxvg==} - dev: true /es5-ext@0.10.64: resolution: {integrity: sha512-p2snDhiLaXe6dahss1LddxqEm+SkuDvV8dnIQG0MWjyHpcMNfXKPE+/Cc0y+PhxJX3A4xGNeFCj5oc0BUh6deg==} @@ -13772,8 +13095,8 @@ packages: es6-iterator: 2.0.3 es6-symbol: 3.1.4 - /esbuild-plugin-file-path-extensions@2.0.0: - resolution: {integrity: sha512-VzVJhuegxLeg8VhsHmxRXtz1Kxf3QMQb1xIuKWivGHoOmZdU6O6xJ5iHhfCDyR+Vs+JE5GrvSpCsZ3GvaqlkUA==} + /esbuild-plugin-file-path-extensions@2.1.1: + resolution: {integrity: sha512-MEvK6bh84ywHy0L9/r3tUsqtXL+svJ0Wni/mVcoU1+RF7XQdoRXWQ2YhSDsEWH2oaO8OFM52GrRHb4wvYt6Ktg==} engines: {node: '>=v14.0.0', npm: '>=7.0.0'} dev: true @@ -13906,13 +13229,13 @@ packages: optionalDependencies: source-map: 0.6.1 - /eslint-compat-utils@0.5.0(eslint@9.0.0): + /eslint-compat-utils@0.5.0(eslint@9.3.0): resolution: {integrity: sha512-dc6Y8tzEcSYZMHa+CMPLi/hyo1FzNeonbhJL7Ol0ccuKQkwopJcJBA9YL/xmMTLU1eKigXo9vj9nALElWYSowg==} engines: {node: '>=12'} peerDependencies: eslint: '>=6.0.0' dependencies: - eslint: 9.0.0 + eslint: 9.3.0 semver: 7.6.2 dev: true @@ -13940,56 +13263,65 @@ packages: - supports-color dev: true - /eslint-merge-processors@0.1.0(eslint@9.0.0): + /eslint-merge-processors@0.1.0(eslint@9.3.0): resolution: {integrity: sha512-IvRXXtEajLeyssvW4wJcZ2etxkR9mUf4zpNwgI+m/Uac9RfXHskuJefkHUcawVzePnd6xp24enp5jfgdHzjRdQ==} peerDependencies: eslint: '*' dependencies: - eslint: 9.0.0 + eslint: 9.3.0 + dev: true + + /eslint-plugin-antfu@2.3.3(eslint@9.3.0): + resolution: {integrity: sha512-TAgYNuc20QyKw8NXtpzR3LeMTTv1qAJVKkjCVzjRSGiSR1EetEY7LRgQVhcgP/C1FnI87isQERAIkKvkYyLq0Q==} + peerDependencies: + eslint: '*' + dependencies: + '@antfu/utils': 0.7.8 + eslint: 9.3.0 dev: true - /eslint-plugin-antfu@2.3.3(eslint@9.0.0): - resolution: {integrity: sha512-TAgYNuc20QyKw8NXtpzR3LeMTTv1qAJVKkjCVzjRSGiSR1EetEY7LRgQVhcgP/C1FnI87isQERAIkKvkYyLq0Q==} + /eslint-plugin-command@0.2.3(eslint@9.3.0): + resolution: {integrity: sha512-1bBYNfjZg60N2ZpLV5ATYSYyueIJ+zl5yKrTs0UFDdnyu07dNSZ7Xplnc+Wb6SXTdc1sIaoIrnuyhvztcltX6A==} peerDependencies: eslint: '*' dependencies: - '@antfu/utils': 0.7.8 - eslint: 9.0.0 + '@es-joy/jsdoccomment': 0.43.1 + eslint: 9.3.0 dev: true - /eslint-plugin-es-x@7.6.0(eslint@9.0.0): + /eslint-plugin-es-x@7.6.0(eslint@9.3.0): resolution: {integrity: sha512-I0AmeNgevgaTR7y2lrVCJmGYF0rjoznpDvqV/kIkZSZbZ8Rw3eu4cGlvBBULScfkSOCzqKbff5LR4CNrV7mZHA==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: eslint: '>=8' dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@9.0.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@9.3.0) '@eslint-community/regexpp': 4.10.0 - eslint: 9.0.0 - eslint-compat-utils: 0.5.0(eslint@9.0.0) + eslint: 9.3.0 + eslint-compat-utils: 0.5.0(eslint@9.3.0) dev: true - /eslint-plugin-eslint-comments@3.2.0(eslint@9.0.0): + /eslint-plugin-eslint-comments@3.2.0(eslint@9.3.0): resolution: {integrity: sha512-0jkOl0hfojIHHmEHgmNdqv4fmh7300NdpA9FFpF7zaoLvB/QeXOGNLIo86oAveJFrfB1p05kC8hpEMHM8DwWVQ==} engines: {node: '>=6.5.0'} peerDependencies: eslint: '>=4.19.1' dependencies: escape-string-regexp: 1.0.5 - eslint: 9.0.0 + eslint: 9.3.0 ignore: 5.3.1 dev: true - /eslint-plugin-import-x@0.5.1(eslint@9.0.0)(typescript@5.4.3): + /eslint-plugin-import-x@0.5.1(eslint@9.3.0)(typescript@5.4.5): resolution: {integrity: sha512-2JK8bbFOLes+gG6tgdnM8safCxMAj4u2wjX8X1BRFPfnY7Ct2hFYESoIcVwABX/DDcdpQFLGtKmzbNEWJZD9iQ==} engines: {node: '>=16'} peerDependencies: eslint: ^8.56.0 || ^9.0.0-0 dependencies: - '@typescript-eslint/utils': 7.11.0(eslint@9.0.0)(typescript@5.4.3) + '@typescript-eslint/utils': 7.11.0(eslint@9.3.0)(typescript@5.4.5) debug: 4.3.4 doctrine: 3.0.0 - eslint: 9.0.0 + eslint: 9.3.0 eslint-import-resolver-node: 0.3.9 get-tsconfig: 4.7.5 is-glob: 4.0.3 @@ -14001,7 +13333,7 @@ packages: - typescript dev: true - /eslint-plugin-jsdoc@48.2.7(eslint@9.0.0): + /eslint-plugin-jsdoc@48.2.7(eslint@9.3.0): resolution: {integrity: sha512-fYj3roTnkFL9OFFTB129rico8lerC5G8Vp2ZW9SjO9RNWG0exVvI+i/Y8Bpm1ufjR0uvT38xtoab/U0Hp8Ybog==} engines: {node: '>=18'} peerDependencies: @@ -14012,7 +13344,7 @@ packages: comment-parser: 1.4.1 debug: 4.3.4 escape-string-regexp: 4.0.0 - eslint: 9.0.0 + eslint: 9.3.0 esquery: 1.5.0 semver: 7.6.2 spdx-expression-parse: 4.0.0 @@ -14020,15 +13352,15 @@ packages: - supports-color dev: true - /eslint-plugin-jsonc@2.16.0(eslint@9.0.0): + /eslint-plugin-jsonc@2.16.0(eslint@9.3.0): resolution: {integrity: sha512-Af/ZL5mgfb8FFNleH6KlO4/VdmDuTqmM+SPnWcdoWywTetv7kq+vQe99UyQb9XO3b0OWLVuTH7H0d/PXYCMdSg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@9.0.0) - eslint: 9.0.0 - eslint-compat-utils: 0.5.0(eslint@9.0.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@9.3.0) + eslint: 9.3.0 + eslint-compat-utils: 0.5.0(eslint@9.3.0) espree: 9.6.1 graphemer: 1.4.0 jsonc-eslint-parser: 2.4.0 @@ -14036,28 +13368,28 @@ packages: synckit: 0.6.2 dev: true - /eslint-plugin-markdown@4.0.1(eslint@9.0.0): - resolution: {integrity: sha512-5/MnGvYU0i8MbHH5cg8S+Vl3DL+bqRNYshk1xUO86DilNBaxtTkhH+5FD0/yO03AmlI6+lfNFdk2yOw72EPzpA==} + /eslint-plugin-markdown@5.0.0(eslint@9.3.0): + resolution: {integrity: sha512-kY2u9yDhzvfZ0kmRTsvgm3mTnvZgTSGIIPeHg3yesSx4R5CTCnITUjCPhzCD1MUhNcqHU5Tr6lzx+02EclVPbw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: '>=8' dependencies: - eslint: 9.0.0 + eslint: 9.3.0 mdast-util-from-markdown: 0.8.5 transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-n@17.7.0(eslint@9.0.0): + /eslint-plugin-n@17.7.0(eslint@9.3.0): resolution: {integrity: sha512-4Jg4ZKVE4VjHig2caBqPHYNW5na84RVufUuipFLJbgM/G57O6FdpUKJbHakCDJb/yjQuyqVzYWRtU3HNYaZUwg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: '>=8.23.0' dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@9.0.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@9.3.0) enhanced-resolve: 5.16.1 - eslint: 9.0.0 - eslint-plugin-es-x: 7.6.0(eslint@9.0.0) + eslint: 9.3.0 + eslint-plugin-es-x: 7.6.0(eslint@9.3.0) get-tsconfig: 4.7.5 globals: 15.3.0 ignore: 5.3.1 @@ -14070,7 +13402,7 @@ packages: engines: {node: '>=5.0.0'} dev: true - /eslint-plugin-perfectionist@2.10.0(eslint@9.0.0)(typescript@5.4.3)(vue-eslint-parser@9.4.2): + /eslint-plugin-perfectionist@2.10.0(eslint@9.3.0)(svelte@4.2.17)(typescript@5.4.5)(vue-eslint-parser@9.4.2): resolution: {integrity: sha512-P+tdrkHeMWBc55+DZsoDOAftV1WCsEoHaKm6JC7zajFus/syfT4vUPBFb3atGFSuyaVnGQGHlcKpP9X3Q0gH/w==} peerDependencies: astro-eslint-parser: ^0.16.0 @@ -14088,19 +13420,36 @@ packages: vue-eslint-parser: optional: true dependencies: - '@typescript-eslint/utils': 7.11.0(eslint@9.0.0)(typescript@5.4.3) - eslint: 9.0.0 + '@typescript-eslint/utils': 7.11.0(eslint@9.3.0)(typescript@5.4.5) + eslint: 9.3.0 minimatch: 9.0.4 natural-compare-lite: 1.4.0 - vue-eslint-parser: 9.4.2(eslint@9.0.0) + svelte: 4.2.17 + vue-eslint-parser: 9.4.2(eslint@9.3.0) transitivePeerDependencies: - supports-color - typescript dev: true - /eslint-plugin-tailwindcss@3.15.1(tailwindcss@3.4.3): - resolution: {integrity: sha512-4RXRMIaMG07C2TBEW1k0VM4+dDazz1kxcZhkK4zirvmHGZTA4jnlSO2kq5mamuSPi+Wo17dh2SlC8IyFBuCd7Q==} - engines: {node: '>=12.13.0'} + /eslint-plugin-regexp@2.6.0(eslint@9.3.0): + resolution: {integrity: sha512-FCL851+kislsTEQEMioAlpDuK5+E5vs0hi1bF8cFlPlHcEjeRhuAzEsGikXRreE+0j4WhW2uO54MqTjXtYOi3A==} + engines: {node: ^18 || >=20} + peerDependencies: + eslint: '>=8.44.0' + dependencies: + '@eslint-community/eslint-utils': 4.4.0(eslint@9.3.0) + '@eslint-community/regexpp': 4.10.0 + comment-parser: 1.4.1 + eslint: 9.3.0 + jsdoc-type-pratt-parser: 4.0.0 + refa: 0.12.1 + regexp-ast-analysis: 0.7.1 + scslre: 0.3.0 + dev: true + + /eslint-plugin-tailwindcss@3.17.0(tailwindcss@3.4.3): + resolution: {integrity: sha512-Ofl7tNh57a3W8BKHstKZSkD2gSCEkw54ycwZ958IK9zUR8TiNYdp8b0WGoLWLeyOAbeF1VPVJFBnlkJeIM2kVg==} + engines: {node: '>=14.0.0'} peerDependencies: tailwindcss: ^3.4.0 dependencies: @@ -14109,34 +13458,34 @@ packages: tailwindcss: 3.4.3 dev: true - /eslint-plugin-toml@0.11.0(eslint@9.0.0): + /eslint-plugin-toml@0.11.0(eslint@9.3.0): resolution: {integrity: sha512-sau+YvPU4fWTjB+qtBt3n8WS87aoDCs+BVbSUAemGaIsRNbvR9uEk+Tt892iLHTGvp/DPWYoCX4/8DoyAbB+sQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' dependencies: debug: 4.3.4 - eslint: 9.0.0 - eslint-compat-utils: 0.5.0(eslint@9.0.0) + eslint: 9.3.0 + eslint-compat-utils: 0.5.0(eslint@9.3.0) lodash: 4.17.21 toml-eslint-parser: 0.9.3 transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-unicorn@52.0.0(eslint@9.0.0): - resolution: {integrity: sha512-1Yzm7/m+0R4djH0tjDjfVei/ju2w3AzUGjG6q8JnuNIL5xIwsflyCooW5sfBvQp2pMYQFSWWCFONsjCax1EHng==} - engines: {node: '>=16'} + /eslint-plugin-unicorn@53.0.0(eslint@9.3.0): + resolution: {integrity: sha512-kuTcNo9IwwUCfyHGwQFOK/HjJAYzbODHN3wP0PgqbW+jbXqpNWxNVpVhj2tO9SixBwuAdmal8rVcWKBxwFnGuw==} + engines: {node: '>=18.18'} peerDependencies: eslint: '>=8.56.0' dependencies: '@babel/helper-validator-identifier': 7.24.6 - '@eslint-community/eslint-utils': 4.4.0(eslint@9.0.0) - '@eslint/eslintrc': 2.1.4 + '@eslint-community/eslint-utils': 4.4.0(eslint@9.3.0) + '@eslint/eslintrc': 3.1.0 ci-info: 4.0.0 clean-regexp: 1.0.0 core-js-compat: 3.37.1 - eslint: 9.0.0 + eslint: 9.3.0 esquery: 1.5.0 indent-string: 4.0.0 is-builtin-module: 3.2.1 @@ -14151,7 +13500,7 @@ packages: - supports-color dev: true - /eslint-plugin-unused-imports@3.2.0(@typescript-eslint/eslint-plugin@7.11.0)(eslint@9.0.0): + /eslint-plugin-unused-imports@3.2.0(@typescript-eslint/eslint-plugin@7.11.0)(eslint@9.3.0): resolution: {integrity: sha512-6uXyn6xdINEpxE1MtDjxQsyXB37lfyO2yKGVVgtD7WEWQGORSOZjgrD6hBhvGv4/SO+TOlS+UnC6JppRqbuwGQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -14161,17 +13510,17 @@ packages: '@typescript-eslint/eslint-plugin': optional: true dependencies: - '@typescript-eslint/eslint-plugin': 7.11.0(@typescript-eslint/parser@7.11.0)(eslint@9.0.0)(typescript@5.4.3) - eslint: 9.0.0 + '@typescript-eslint/eslint-plugin': 7.11.0(@typescript-eslint/parser@7.11.0)(eslint@9.3.0)(typescript@5.4.5) + eslint: 9.3.0 eslint-rule-composer: 0.3.0 dev: true - /eslint-plugin-vitest@0.4.1(@typescript-eslint/eslint-plugin@7.11.0)(eslint@9.0.0)(typescript@5.4.3)(vitest@1.5.0): - resolution: {integrity: sha512-+PnZ2u/BS+f5FiuHXz4zKsHPcMKHie+K+1Uvu/x91ovkCMEOJqEI8E9Tw1Wzx2QRz4MHOBHYf1ypO8N1K0aNAA==} + /eslint-plugin-vitest@0.5.4(@typescript-eslint/eslint-plugin@7.11.0)(eslint@9.3.0)(typescript@5.4.5)(vitest@1.6.0): + resolution: {integrity: sha512-um+odCkccAHU53WdKAw39MY61+1x990uXjSPguUCq3VcEHdqJrOb8OTMrbYlY6f9jAKx7x98kLVlIe3RJeJqoQ==} engines: {node: ^18.0.0 || >= 20.0.0} peerDependencies: '@typescript-eslint/eslint-plugin': '*' - eslint: '>=8.0.0' + eslint: ^8.57.0 || ^9.0.0 vitest: '*' peerDependenciesMeta: '@typescript-eslint/eslint-plugin': @@ -14179,43 +13528,43 @@ packages: vitest: optional: true dependencies: - '@typescript-eslint/eslint-plugin': 7.11.0(@typescript-eslint/parser@7.11.0)(eslint@9.0.0)(typescript@5.4.3) - '@typescript-eslint/utils': 7.11.0(eslint@9.0.0)(typescript@5.4.3) - eslint: 9.0.0 - vitest: 1.5.0(@types/node@20.12.4)(happy-dom@14.7.0) + '@typescript-eslint/eslint-plugin': 7.11.0(@typescript-eslint/parser@7.11.0)(eslint@9.3.0)(typescript@5.4.5) + '@typescript-eslint/utils': 7.11.0(eslint@9.3.0)(typescript@5.4.5) + eslint: 9.3.0 + vitest: 1.6.0(@types/node@20.12.13)(happy-dom@14.11.4) transitivePeerDependencies: - supports-color - typescript dev: true - /eslint-plugin-vue@9.26.0(eslint@9.0.0): + /eslint-plugin-vue@9.26.0(eslint@9.3.0): resolution: {integrity: sha512-eTvlxXgd4ijE1cdur850G6KalZqk65k1JKoOI2d1kT3hr8sPD07j1q98FRFdNnpxBELGPWxZmInxeHGF/GxtqQ==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@9.0.0) - eslint: 9.0.0 + '@eslint-community/eslint-utils': 4.4.0(eslint@9.3.0) + eslint: 9.3.0 globals: 13.24.0 natural-compare: 1.4.0 nth-check: 2.1.1 postcss-selector-parser: 6.1.0 semver: 7.6.2 - vue-eslint-parser: 9.4.2(eslint@9.0.0) + vue-eslint-parser: 9.4.2(eslint@9.3.0) xml-name-validator: 4.0.0 transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-yml@1.14.0(eslint@9.0.0): + /eslint-plugin-yml@1.14.0(eslint@9.3.0): resolution: {integrity: sha512-ESUpgYPOcAYQO9czugcX5OqRvn/ydDVwGCPXY4YjPqc09rHaUVUA6IE6HLQys4rXk/S+qx3EwTd1wHCwam/OWQ==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' dependencies: debug: 4.3.4 - eslint: 9.0.0 - eslint-compat-utils: 0.5.0(eslint@9.0.0) + eslint: 9.3.0 + eslint-compat-utils: 0.5.0(eslint@9.3.0) lodash: 4.17.21 natural-compare: 1.4.0 yaml-eslint-parser: 1.2.3 @@ -14223,14 +13572,14 @@ packages: - supports-color dev: true - /eslint-processor-vue-blocks@0.1.2(@vue/compiler-sfc@3.4.27)(eslint@9.0.0): + /eslint-processor-vue-blocks@0.1.2(@vue/compiler-sfc@3.4.27)(eslint@9.3.0): resolution: {integrity: sha512-PfpJ4uKHnqeL/fXUnzYkOax3aIenlwewXRX8jFinA1a2yCFnLgMuiH3xvCgvHHUlV2xJWQHbCTdiJWGwb3NqpQ==} peerDependencies: '@vue/compiler-sfc': ^3.3.0 eslint: ^8.50.0 || ^9.0.0 dependencies: '@vue/compiler-sfc': 3.4.27 - eslint: 9.0.0 + eslint: 9.3.0 dev: true /eslint-rule-composer@0.3.0: @@ -14244,7 +13593,6 @@ packages: dependencies: esrecurse: 4.3.0 estraverse: 4.3.0 - dev: true /eslint-scope@7.2.2: resolution: {integrity: sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==} @@ -14269,17 +13617,18 @@ packages: resolution: {integrity: sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - /eslint@9.0.0: - resolution: {integrity: sha512-IMryZ5SudxzQvuod6rUdIUz29qFItWx281VhtFVc2Psy/ZhlCeD/5DT6lBIJ4H3G+iamGJoTln1v+QSuPw0p7Q==} + /eslint@9.3.0: + resolution: {integrity: sha512-5Iv4CsZW030lpUqHBapdPo3MJetAPtejVW8B84GIcIIv8+ohFaddXsrn1Gn8uD9ijDb+kcYKFUVmC8qG8B2ORQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} hasBin: true dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@9.0.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@9.3.0) '@eslint-community/regexpp': 4.10.0 '@eslint/eslintrc': 3.1.0 - '@eslint/js': 9.0.0 - '@humanwhocodes/config-array': 0.12.3 + '@eslint/js': 9.3.0 + '@humanwhocodes/config-array': 0.13.0 '@humanwhocodes/module-importer': 1.0.1 + '@humanwhocodes/retry': 0.3.0 '@nodelib/fs.walk': 1.2.8 ajv: 6.12.6 chalk: 4.1.2 @@ -14295,7 +13644,6 @@ packages: file-entry-cache: 8.0.0 find-up: 5.0.0 glob-parent: 6.0.2 - graphemer: 1.4.0 ignore: 5.3.1 imurmurhash: 0.1.4 is-glob: 4.0.3 @@ -14356,7 +13704,6 @@ packages: /estraverse@4.3.0: resolution: {integrity: sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==} engines: {node: '>=4.0'} - dev: true /estraverse@5.3.0: resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==} @@ -14577,6 +13924,14 @@ packages: dependencies: pend: 1.2.0 + /fetch-blob@3.2.0: + resolution: {integrity: sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==} + engines: {node: ^12.20 || >= 14.13} + dependencies: + node-domexception: 1.0.0 + web-streams-polyfill: 3.3.3 + dev: true + /figures@3.2.0: resolution: {integrity: sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==} engines: {node: '>=8'} @@ -14655,7 +14010,7 @@ packages: /flatted@3.3.1: resolution: {integrity: sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==} - /floating-vue@5.2.2(@nuxt/kit@3.11.1)(vue@3.4.21): + /floating-vue@5.2.2(@nuxt/kit@3.11.2)(vue@3.4.21): resolution: {integrity: sha512-afW+h2CFafo+7Y9Lvw/xsqjaQlKLdJV7h1fCHfcYQ1C4SVMlu7OAekqWgu5d4SgvkBVU0pVpLlVsrSTBURFRkg==} peerDependencies: '@nuxt/kit': ^3.2.0 @@ -14665,8 +14020,8 @@ packages: optional: true dependencies: '@floating-ui/dom': 1.1.1 - '@nuxt/kit': 3.11.1(rollup@3.29.4) - vue: 3.4.21(typescript@5.4.3) + '@nuxt/kit': 3.11.2(rollup@3.29.4) + vue: 3.4.21(typescript@5.4.5) vue-resize: 2.0.0-alpha.1(vue@3.4.21) /focus-trap@7.5.4: @@ -14699,6 +14054,13 @@ packages: combined-stream: 1.0.8 mime-types: 2.1.35 + /formdata-polyfill@4.0.10: + resolution: {integrity: sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==} + engines: {node: '>=12.20.0'} + dependencies: + fetch-blob: 3.2.0 + dev: true + /formidable@2.1.2: resolution: {integrity: sha512-CM3GuJ57US06mlpQ47YcunuUZ9jpm8Vx+P2CGt2j7HpgkKZO/DJYQ0Bobim8G6PFQmK5lOqOOdUXboU+h73A4g==} dependencies: @@ -14837,11 +14199,6 @@ packages: /get-port-please@3.1.2: resolution: {integrity: sha512-Gxc29eLs1fbn6LQ4jSU4vXjlwyZhF5HsGuMAa7gqBP4Rw4yxxltyDUuF5MBclFzDTXO+ACchGQoeela4DSfzdQ==} - /get-stdin@8.0.0: - resolution: {integrity: sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==} - engines: {node: '>=10'} - dev: true - /get-stream@5.2.0: resolution: {integrity: sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==} engines: {node: '>=8'} @@ -14954,19 +14311,8 @@ packages: dependencies: is-glob: 4.0.3 - /glob-promise@4.2.2(glob@7.2.3): - resolution: {integrity: sha512-xcUzJ8NWN5bktoTIX7eOclO1Npxd/dyVqUJxlLIDasT4C7KZyqlPIwkdJ0Ypiy3p2ZKahTjK4M9uC3sNSfNMzw==} - engines: {node: '>=12'} - peerDependencies: - glob: ^7.1.6 - dependencies: - '@types/glob': 7.2.0 - glob: 7.2.3 - dev: true - /glob-to-regexp@0.4.1: resolution: {integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==} - dev: true /glob@10.4.1: resolution: {integrity: sha512-2jelhlq3E4ho74ZyVLN03oKdAZVUa6UDZzFLVH1H7dnoax+y9qyaq8zBkfDIggjniU19z0wU18y16jMB2eyVIw==} @@ -15092,18 +14438,19 @@ packages: dependencies: get-intrinsic: 1.2.4 - /gql.tada@1.4.2(graphql@16.8.1)(typescript@5.4.3): - resolution: {integrity: sha512-PJycAWoenmq4tzt0Lrb7Y808sNW+uFFsBLkSyAZraf/qpslDhGPyU0uX+7Mfv2Dm6nl97xe8ScpVpiPc0Y7cYg==} + /gql.tada@1.7.5(graphql@16.8.1)(svelte@4.2.17)(typescript@5.4.5): + resolution: {integrity: sha512-GepPTee+FWSVVZQ7GiJHzsGNo7gOb59kcn4mUPYLlkbpeJfOUwpuoB05ZNaXG0W4qZVPd1I7R2UgMHBjY1lGlQ==} hasBin: true peerDependencies: typescript: ^5.0.0 dependencies: '@0no-co/graphql.web': 1.0.7(graphql@16.8.1) - '@gql.tada/cli-utils': 0.3.2(typescript@5.4.3) - '@gql.tada/internal': 0.1.2(graphql@16.8.1)(typescript@5.4.3) - typescript: 5.4.3 + '@gql.tada/cli-utils': 1.3.9(graphql@16.8.1)(svelte@4.2.17)(typescript@5.4.5) + '@gql.tada/internal': 1.0.0(graphql@16.8.1)(typescript@5.4.5) + typescript: 5.4.5 transitivePeerDependencies: - graphql + - svelte /graceful-fs@4.2.11: resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} @@ -15117,8 +14464,9 @@ packages: /graphemer@1.4.0: resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==} + dev: true - /graphql-config@5.0.3(@types/node@20.12.4)(graphql@16.8.1)(typescript@5.4.3): + /graphql-config@5.0.3(@types/node@20.12.13)(graphql@16.8.1)(typescript@5.4.5): resolution: {integrity: sha512-BNGZaoxIBkv9yy6Y7omvsaBUHOzfFcII3UN++tpH8MGOKFPFkCPZuwx09ggANMt8FgyWP1Od8SWPmrUEZca4NQ==} engines: {node: '>= 16.0.0'} peerDependencies: @@ -15132,9 +14480,9 @@ packages: '@graphql-tools/json-file-loader': 8.0.1(graphql@16.8.1) '@graphql-tools/load': 8.0.2(graphql@16.8.1) '@graphql-tools/merge': 9.0.4(graphql@16.8.1) - '@graphql-tools/url-loader': 8.0.2(@types/node@20.12.4)(graphql@16.8.1) - '@graphql-tools/utils': 10.1.2(graphql@16.8.1) - cosmiconfig: 8.3.6(typescript@5.4.3) + '@graphql-tools/url-loader': 8.0.2(@types/node@20.12.13)(graphql@16.8.1) + '@graphql-tools/utils': 10.2.1(graphql@16.8.1) + cosmiconfig: 8.3.6(typescript@5.4.5) graphql: 16.8.1 jiti: 1.21.0 minimatch: 4.2.3 @@ -15198,16 +14546,16 @@ packages: graphql: 16.8.1 dev: false - /graphql-yoga@5.3.0(graphql@16.8.1): - resolution: {integrity: sha512-6mXoGE5AMN6YNugJvjBFIQ0dFUiOMloN0dAzLL8GFt4iJ5WlWRgjdzGHod2zZz7yWQokEVD42DHgrc7NY3Dm0w==} + /graphql-yoga@5.3.1(graphql@16.8.1): + resolution: {integrity: sha512-n918QV6TF7xTjb9ASnozgsr4ydMc08c+x4eRAWKxxWVwSnzdP2xeN2zw1ljIzRD0ccSCNoBajGDKwcZkJDitPA==} engines: {node: '>=18.0.0'} peerDependencies: graphql: ^15.2.0 || ^16.0.0 dependencies: '@envelop/core': 5.0.1 '@graphql-tools/executor': 1.2.6(graphql@16.8.1) - '@graphql-tools/schema': 10.0.3(graphql@16.8.1) - '@graphql-tools/utils': 10.1.2(graphql@16.8.1) + '@graphql-tools/schema': 10.0.4(graphql@16.8.1) + '@graphql-tools/utils': 10.2.1(graphql@16.8.1) '@graphql-yoga/logger': 2.0.0 '@graphql-yoga/subscription': 5.0.0 '@whatwg-node/fetch': 0.9.17 @@ -15269,8 +14617,8 @@ packages: lodash.throttle: 4.1.1 sisteransi: 1.0.5 - /happy-dom@14.7.0: - resolution: {integrity: sha512-Rl8Za/bemx2AO7jxL6D1CXazqryd3vClVo4gK0wZMbPUwGlODdpASJJS3j+OX85VkPZ2wf3TKdhzUv7v7zmNOA==} + /happy-dom@14.11.4: + resolution: {integrity: sha512-n7p9GYkl9j5wfGtJSw3Xl0rpM2NRMIC+/WVLPi+uThI9Fe+viGnxpL4ce256LRCruvHnBWckEOm2YAyUD0hjxA==} engines: {node: '>=16.0.0'} dependencies: entities: 4.5.0 @@ -15329,6 +14677,10 @@ packages: dependencies: function-bind: 1.1.2 + /he@1.2.0: + resolution: {integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==} + hasBin: true + /header-case@2.0.4: resolution: {integrity: sha512-H/vuk5TEEVZwrR0lp2zed9OCo1uAILMlx0JEMgC26rzyJJ3N1v6XkwHHXJQdR2doSjcGPM6OKPYoJgf0plJ11Q==} dependencies: @@ -15343,6 +14695,10 @@ packages: resolution: {integrity: sha512-QFLV0taWQOZtvIRIAdBChesmogZrtuXvVWsFHZTk2SU+anspqZ2vMnoLg7IE1+Uk16N19APic1BuF8bC8c2m5g==} engines: {node: '>=8'} + /hono@4.4.0: + resolution: {integrity: sha512-Bb2GHk8jmlLIuxc3U+7UBGOoA5lByJTAFnRdH2N2fqEVy9TEQzJ9saIJUQ/ZqBvEvgEFe7UjPFNSFi8cyeU+3Q==} + engines: {node: '>=16.0.0'} + /hookable@5.5.3: resolution: {integrity: sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==} @@ -15614,22 +14970,6 @@ packages: dependencies: '@stencil/core': 4.18.3 - /ioredis@5.3.2: - resolution: {integrity: sha512-1DKMMzlIHM02eBBVOFQ1+AolGjs6+xEcM4PDL7NqOS6szq7H9jSaEkIUH6/a5Hl241LzW6JLSiAbNvTQjUupUA==} - engines: {node: '>=12.22.0'} - dependencies: - '@ioredis/commands': 1.2.0 - cluster-key-slot: 1.1.2 - debug: 4.3.4 - denque: 2.1.0 - lodash.defaults: 4.2.0 - lodash.isarguments: 3.1.0 - redis-errors: 1.2.0 - redis-parser: 3.0.0 - standard-as-callback: 2.1.0 - transitivePeerDependencies: - - supports-color - /ioredis@5.4.1: resolution: {integrity: sha512-2YZsvl7jopIa1gaePkeMtd9rAcSjOOjPtpcLlOeusyO+XH2SK5ZcT+UCrElPP+WVIInh2TzeI4XW9ENaSLVVHA==} engines: {node: '>=12.22.0'} @@ -15825,7 +15165,6 @@ packages: resolution: {integrity: sha512-v3rht/LgVcsdZa3O2Nqs+NMowLOxeOm7Ay9+/ARQ2F+qEoANRcqrjAZKGN0v8ymUetZGgkp26LTnGT7H0Qo9Pg==} dependencies: '@types/estree': 1.0.5 - dev: true /is-relative@1.0.0: resolution: {integrity: sha512-Kw/ReK0iqwKeu0MITLFuj0jbPAmEiOsIwyIXvvbfa6QfmN9pkD1M+8pdk7Rl/dTKbH34/XBFMbgD4iMJhLQbGA==} @@ -15953,7 +15292,6 @@ packages: '@types/node': 20.12.13 merge-stream: 2.0.0 supports-color: 8.1.1 - dev: true /jiti@1.21.0: resolution: {integrity: sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==} @@ -16051,7 +15389,7 @@ packages: optional: true dependencies: vanilla-jsoneditor: 0.23.4(@lezer/common@1.2.1) - vue: 3.4.21(typescript@5.4.3) + vue: 3.4.21(typescript@5.4.5) vue-demi: 0.14.7(vue@3.4.21) transitivePeerDependencies: - '@lezer/common' @@ -16068,25 +15406,24 @@ packages: resolution: {integrity: sha512-fi0NG4bPjCHunUJffmLd0gxssIgkNmArMvis4iNah6Owg1MCJjWhEcDLmsK6iGkJq3tHwbDkTlce70/tmXN4cQ==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - /json-schema-to-typescript@13.1.2: - resolution: {integrity: sha512-17G+mjx4nunvOpkPvcz7fdwUwYCEwyH8vR3Ym3rFiQ8uzAL3go+c1306Kk7iGRk8HuXBXqy+JJJmpYl0cvOllw==} - engines: {node: '>=12.0.0'} + /json-schema-to-typescript@14.0.4: + resolution: {integrity: sha512-covPOp3hrbD+oEcMvDxP5Rh6xNZj7lOTZkXAeQoDyu1PuEl1A6oRZ3Sy05HN11vXXmdJ6gLh5P3Qz0mgMPTzzw==} + engines: {node: '>=16.0.0'} hasBin: true dependencies: - '@bcherny/json-schema-ref-parser': 10.0.5-fork + '@apidevtools/json-schema-ref-parser': 11.6.2 '@types/json-schema': 7.0.15 '@types/lodash': 4.17.4 - '@types/prettier': 2.7.3 cli-color: 2.0.4 - get-stdin: 8.0.0 - glob: 7.2.3 - glob-promise: 4.2.2(glob@7.2.3) + glob: 10.4.1 is-glob: 4.0.3 + js-yaml: 4.1.0 lodash: 4.17.21 minimist: 1.2.8 - mkdirp: 1.0.4 + mkdirp: 3.0.1 mz: 2.7.0 - prettier: 2.8.8 + node-fetch: 3.3.2 + prettier: 3.2.5 dev: true /json-schema-traverse@0.4.1: @@ -16281,11 +15618,6 @@ packages: resolution: {integrity: sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==} engines: {node: '>=10'} - /lilconfig@3.0.0: - resolution: {integrity: sha512-K2U4W2Ff5ibV7j7ydLr+zLAkIg5JJ4lPn1Ltsdt+Tz/IjQ8buJ55pZAxoP34lqIiwtF9iAvtLv3JGv7CAyAg+g==} - engines: {node: '>=14'} - dev: true - /lilconfig@3.1.1: resolution: {integrity: sha512-O18pf7nyvHTckunPWCV1XUNXU1piu01y2b7ATJ0ppkUkk8ocqVWBrYjJBCwHDjD/ZWcfyrA0P4gKhzWGi5EINQ==} engines: {node: '>=14'} @@ -16298,21 +15630,21 @@ packages: engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dev: true - /lint-staged@15.2.2: - resolution: {integrity: sha512-TiTt93OPh1OZOsb5B7k96A/ATl2AjIZo+vnzFZ6oHK5FuTk63ByDtxGQpHm+kFETjEWqgkF95M8FRXKR/LEBcw==} + /lint-staged@15.2.5: + resolution: {integrity: sha512-j+DfX7W9YUvdzEZl3Rk47FhDF6xwDBV5wwsCPw6BwWZVPYJemusQmvb9bRsW23Sqsaa+vRloAWogbK4BUuU2zA==} engines: {node: '>=18.12.0'} hasBin: true dependencies: chalk: 5.3.0 - commander: 11.1.0 + commander: 12.1.0 debug: 4.3.4 execa: 8.0.1 - lilconfig: 3.0.0 - listr2: 8.0.1 - micromatch: 4.0.5 + lilconfig: 3.1.1 + listr2: 8.2.1 + micromatch: 4.0.7 pidtree: 0.6.0 string-argv: 0.3.2 - yaml: 2.3.4 + yaml: 2.4.2 transitivePeerDependencies: - supports-color dev: true @@ -16361,8 +15693,8 @@ packages: wrap-ansi: 7.0.0 dev: false - /listr2@8.0.1: - resolution: {integrity: sha512-ovJXBXkKGfq+CwmKTjluEqFi3p4h8xvkxGQQAQan22YCgef4KZ1mKGjzfGh6PL6AW5Csw0QiQPNuQyH+6Xk3hA==} + /listr2@8.2.1: + resolution: {integrity: sha512-irTfvpib/rNiD637xeevjO2l3Z5loZmuaRi0L0YE5LfijwVY96oyVn0DFD3o/teAok7nfobMG1THvvcHh/BP6g==} engines: {node: '>=18.0.0'} dependencies: cli-truncate: 4.0.0 @@ -16386,7 +15718,6 @@ packages: /loader-runner@4.3.0: resolution: {integrity: sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==} engines: {node: '>=6.11.5'} - dev: true /local-pkg@0.4.3: resolution: {integrity: sha512-SFppqq5p42fe2qcZQqqEOiVRXl+WCP1MdT6k7BDEW1j++sp5fIY+/fdRQitvKgB5BrBcmrs5m/L0v2FrU5MY1g==} @@ -16401,7 +15732,6 @@ packages: /locate-character@3.0.0: resolution: {integrity: sha512-SW13ws7BjaeJ6p7Q6CO2nchbYEc3X3J6WrmTTDto7yMPqVSZTUyY5Tjbid+Ab8gLnATtygYtiDIJGQRRn2ZOiA==} - dev: true /locate-path@2.0.0: resolution: {integrity: sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA==} @@ -16570,7 +15900,6 @@ packages: resolution: {integrity: sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==} dependencies: tslib: 2.6.2 - dev: false /lru-cache@10.2.2: resolution: {integrity: sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==} @@ -16607,7 +15936,15 @@ packages: peerDependencies: vue: '>=3.0.1' dependencies: - vue: 3.4.21(typescript@5.4.3) + vue: 3.4.21(typescript@5.4.5) + dev: false + + /lucide-vue-next@0.368.0(vue@3.4.27): + resolution: {integrity: sha512-ZP5p4ndnPsI858xLFN5Jsz2OrG4e2XPV5T5R7MHOUL4HHg1nHOMWncJBclbX3/1wQP+1AiwqcNARbr0ZoNuGNg==} + peerDependencies: + vue: '>=3.0.1' + dependencies: + vue: 3.4.27(typescript@5.4.5) dev: false /luxon@3.4.4: @@ -16811,7 +16148,7 @@ packages: xpath: 0.0.27 dev: true - /meros@1.3.0(@types/node@20.12.4): + /meros@1.3.0(@types/node@20.12.13): resolution: {integrity: sha512-2BNGOimxEz5hmjUG2FwoxCt5HN7BXdaWyFqEwxPTrJzVdABtrL4TiHTcsWSFAxPQ/tOnEaQEJh3qWq71QRMY+w==} engines: {node: '>=13'} peerDependencies: @@ -16820,7 +16157,7 @@ packages: '@types/node': optional: true dependencies: - '@types/node': 20.12.4 + '@types/node': 20.12.13 /methods@1.1.2: resolution: {integrity: sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==} @@ -16835,14 +16172,6 @@ packages: - supports-color dev: true - /micromatch@4.0.5: - resolution: {integrity: sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==} - engines: {node: '>=8.6'} - dependencies: - braces: 3.0.3 - picomatch: 2.3.1 - dev: true - /micromatch@4.0.7: resolution: {integrity: sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==} engines: {node: '>=8.6'} @@ -17055,7 +16384,13 @@ packages: engines: {node: '>=10'} hasBin: true - /mkdist@1.5.1(typescript@5.4.3): + /mkdirp@3.0.1: + resolution: {integrity: sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==} + engines: {node: '>=10'} + hasBin: true + dev: true + + /mkdist@1.5.1(typescript@5.4.5): resolution: {integrity: sha512-lCu1spNiA52o7IaKgZnOjg28nNHwYqUDjBfXePXyUtzD7Xhe6rRTkGTalQ/ALfrZC/SrPw2+A/0qkeJ+fPDZtQ==} hasBin: true peerDependencies: @@ -17085,7 +16420,7 @@ packages: postcss: 8.4.38 postcss-nested: 6.0.1(postcss@8.4.38) semver: 7.6.2 - typescript: 5.4.3 + typescript: 5.4.5 dev: true /mlly@1.7.0: @@ -17140,6 +16475,9 @@ packages: msgpackr-extract: 3.0.2 dev: true + /muggle-string@0.4.1: + resolution: {integrity: sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==} + /murmurhash-js@1.0.0: resolution: {integrity: sha512-TvmkNhkv8yct0SVBSy+o8wYzXjE4Zz3PCesbfs8HiCXXdcTuocApFv11UWlNFWKYsP2okqrhb7JNlSm9InBhIw==} dev: false @@ -17159,12 +16497,6 @@ packages: engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true - /nanoid@5.0.6: - resolution: {integrity: sha512-rRq0eMHoGZxlvaFOUdK1Ev83Bd1IgzzR+WJ3IbDJ7QOSdAxYjlurSPqFs9s4lJg29RT6nPwizFtJhQS6V5xgiA==} - engines: {node: ^18 || >=20} - hasBin: true - dev: false - /nanoid@5.0.7: resolution: {integrity: sha512-oLxFY2gd2IqnjcYyOXD8XGCftpGtZP2AbHbOkthDkvRywH5ayNtPVy9YlOPcHckXzbLTCHpkb7FB+yuxKV13pQ==} engines: {node: ^18 || >=20} @@ -17205,7 +16537,6 @@ packages: /neo-async@2.6.2: resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==} - dev: true /netmask@2.0.2: resolution: {integrity: sha512-dBpDMdxv9Irdq66304OLfEmQ9tbNRFnFTuZiLo+bD+r332bBmMJ8GBLXklIXXgxd3+v9+KUnZaUR5PJMa75Gsg==} @@ -17214,7 +16545,7 @@ packages: /next-tick@1.1.0: resolution: {integrity: sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==} - /nitropack@2.9.6(@opentelemetry/api@1.8.0)(drizzle-orm@0.30.7): + /nitropack@2.9.6(@opentelemetry/api@1.8.0)(drizzle-orm@0.30.10): resolution: {integrity: sha512-HP2PE0dREcDIBVkL8Zm6eVyrDd10/GI9hTL00PHvjUM8I9Y/2cv73wRDmxNyInfrx/CJKHATb2U/pQrqpzJyXA==} engines: {node: ^16.11.0 || >=17.0.0} hasBin: true @@ -17245,7 +16576,7 @@ packages: cookie-es: 1.1.0 croner: 8.0.2 crossws: 0.2.4 - db0: 0.1.4(drizzle-orm@0.30.7) + db0: 0.1.4(drizzle-orm@0.30.10) defu: 6.1.4 destr: 2.0.3 dot-prop: 8.0.2 @@ -17317,7 +16648,6 @@ packages: dependencies: lower-case: 2.0.2 tslib: 2.6.2 - dev: false /node-abi@3.62.0: resolution: {integrity: sha512-CPMcGa+y33xuL1E0TcNIu4YyaZCxnnvkVaEXrsosR3FxN+fV8xvb7Mzpb7IgKler10qeMkE6+Dp8qJhpzdq35g==} @@ -17343,6 +16673,11 @@ packages: uuid: 8.3.2 dev: true + /node-domexception@1.0.0: + resolution: {integrity: sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==} + engines: {node: '>=10.5.0'} + dev: true + /node-fetch-native@1.6.4: resolution: {integrity: sha512-IhOigYzAKHd244OC0JIMIUrjzctirCmPkaIfhDeGcEETWof5zKYUW7e7MYvChGWh/4CJeXEgsRyGzuF334rOOQ==} @@ -17357,6 +16692,15 @@ packages: dependencies: whatwg-url: 5.0.0 + /node-fetch@3.3.2: + resolution: {integrity: sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + dependencies: + data-uri-to-buffer: 4.0.1 + fetch-blob: 3.2.0 + formdata-polyfill: 4.0.10 + dev: true + /node-forge@1.3.1: resolution: {integrity: sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==} engines: {node: '>= 6.13.0'} @@ -17364,6 +16708,7 @@ packages: /node-gyp-build-optional-packages@5.0.7: resolution: {integrity: sha512-YlCCc6Wffkx0kHkmam79GKvDQ6x+QZkMjFGrIMxgFNILFvGSbCp2fCBC55pGTT9gVaz8Na5CLmxt/urtzRv36w==} hasBin: true + requiresBuild: true dev: true optional: true @@ -17474,8 +16819,8 @@ packages: resolution: {integrity: sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==} engines: {node: '>=0.10.0'} - /notivue@2.4.0: - resolution: {integrity: sha512-YQX78feWwdfV2Biak978s2aIlfEtnjs4DzsOiVGScohdVkRdKFXah0nUMhlPpOSCUP8sV3PItyW2tFhbIYDFYA==} + /notivue@2.4.4: + resolution: {integrity: sha512-d9RaXMbSQD1DS0rrA5WCfql2xm5nXOq1U1nnf8bgQ1LRHu4UsLY57Bdc9O9SHTpR1gDmm/pSxq7gocitzDtMpw==} peerDependencies: '@nuxt/kit': '>=3.5.0' '@nuxt/schema': '>=3.5.0' @@ -17529,21 +16874,6 @@ packages: npm-package-arg: 11.0.2 semver: 7.6.2 - /npm-registry-fetch@16.2.1: - resolution: {integrity: sha512-8l+7jxhim55S85fjiDGJ1rZXBWGtRLi1OSb4Z3BPLObPuIaeKRlPRiYMSHU4/81ck3t71Z+UwDDl47gcpmfQQA==} - engines: {node: ^16.14.0 || >=18.0.0} - dependencies: - '@npmcli/redact': 1.1.0 - make-fetch-happen: 13.0.1 - minipass: 7.1.2 - minipass-fetch: 3.0.5 - minipass-json-stream: 1.0.1 - minizlib: 2.1.2 - npm-package-arg: 11.0.2 - proc-log: 4.2.0 - transitivePeerDependencies: - - supports-color - /npm-registry-fetch@17.0.1: resolution: {integrity: sha512-fLu9MTdZTlJAHUek/VLklE6EpIiP3VZpTiuN7OOMCt2Sd67NCpSEetMaxHHEZiZxllp8ZLsUpvbEszqTFEc+wA==} engines: {node: ^16.14.0 || >=18.0.0} @@ -17604,149 +16934,22 @@ packages: optionalDependencies: fsevents: 2.3.3 - /nuxt-icon@0.6.10(nuxt@3.11.2)(rollup@4.18.0)(vite@5.2.8)(vue@3.4.21): + /nuxt-icon@0.6.10(nuxt@3.11.2)(rollup@4.18.0)(vite@5.2.8)(vue@3.4.27): resolution: {integrity: sha512-S9zHVA66ox4ZSpMWvCjqKZC4ZogC0s2z3vZs+M4D95YXGPEXwxDZu+insMKvkbe8+k7gvEmtTk0eq3KusKlxiw==} dependencies: '@iconify/collections': 1.0.426 - '@iconify/vue': 4.1.2(vue@3.4.21) + '@iconify/vue': 4.1.2(vue@3.4.27) '@nuxt/devtools-kit': 1.3.2(nuxt@3.11.2)(rollup@4.18.0)(vite@5.2.8) '@nuxt/kit': 3.11.2(rollup@4.18.0) transitivePeerDependencies: - - nuxt - - rollup - - supports-color - - vite - - vue - dev: false - - /nuxt@3.11.2(@opentelemetry/api@1.8.0)(@types/node@20.12.13)(@unocss/reset@0.60.3)(drizzle-orm@0.30.7)(eslint@9.0.0)(floating-vue@5.2.2)(typescript@5.4.5)(unocss@0.60.3)(vite@5.2.8): - resolution: {integrity: sha512-Be1d4oyFo60pdF+diBolYDcfNemoMYM3R8PDjhnGrs/w3xJoDH1YMUVWHXXY8WhSmYZI7dyBehx/6kTfGFliVA==} - engines: {node: ^14.18.0 || >=16.10.0} - hasBin: true - peerDependencies: - '@parcel/watcher': ^2.1.0 - '@types/node': ^14.18.0 || >=16.10.0 - peerDependenciesMeta: - '@parcel/watcher': - optional: true - '@types/node': - optional: true - dependencies: - '@nuxt/devalue': 2.0.2 - '@nuxt/devtools': 1.3.2(@unocss/reset@0.60.3)(floating-vue@5.2.2)(nuxt@3.11.2)(unocss@0.60.3)(vite@5.2.8)(vue@3.4.21) - '@nuxt/kit': 3.11.2(rollup@3.29.4) - '@nuxt/schema': 3.11.2(rollup@3.29.4) - '@nuxt/telemetry': 2.5.4 - '@nuxt/ui-templates': 1.3.4 - '@nuxt/vite-builder': 3.11.2(@types/node@20.12.13)(eslint@9.0.0)(typescript@5.4.5)(vue@3.4.21) - '@types/node': 20.12.13 - '@unhead/dom': 1.9.11 - '@unhead/ssr': 1.9.11 - '@unhead/vue': 1.9.11(vue@3.4.21) - '@vue/shared': 3.4.27 - acorn: 8.11.3 - c12: 1.10.0 - chokidar: 3.6.0 - cookie-es: 1.1.0 - defu: 6.1.4 - destr: 2.0.3 - devalue: 4.3.3 - esbuild: 0.20.2 - escape-string-regexp: 5.0.0 - estree-walker: 3.0.3 - fs-extra: 11.2.0 - globby: 14.0.1 - h3: 1.11.1 - hookable: 5.5.3 - jiti: 1.21.0 - klona: 2.0.6 - knitwork: 1.1.0 - magic-string: 0.30.10 - mlly: 1.7.0 - nitropack: 2.9.6(@opentelemetry/api@1.8.0)(drizzle-orm@0.30.7) - nuxi: 3.11.1 - nypm: 0.3.8 - ofetch: 1.3.4 - ohash: 1.1.3 - pathe: 1.1.2 - perfect-debounce: 1.0.0 - pkg-types: 1.1.1 - radix3: 1.1.2 - scule: 1.3.0 - std-env: 3.7.0 - strip-literal: 2.1.0 - ufo: 1.5.3 - ultrahtml: 1.5.3 - uncrypto: 0.1.3 - unctx: 2.3.1 - unenv: 1.9.0 - unimport: 3.7.2(rollup@3.29.4) - unplugin: 1.10.1 - unplugin-vue-router: 0.7.0(rollup@3.29.4)(vue-router@4.3.2)(vue@3.4.21) - unstorage: 1.10.2(ioredis@5.3.2) - untyped: 1.4.2 - vue: 3.4.21(typescript@5.4.5) - vue-bundle-renderer: 2.1.0 - vue-devtools-stub: 0.1.0 - vue-router: 4.3.2(vue@3.4.21) - transitivePeerDependencies: - - '@azure/app-configuration' - - '@azure/cosmos' - - '@azure/data-tables' - - '@azure/identity' - - '@azure/keyvault-secrets' - - '@azure/storage-blob' - - '@capacitor/preferences' - - '@libsql/client' - - '@netlify/blobs' - - '@opentelemetry/api' - - '@planetscale/database' - - '@unocss/reset' - - '@upstash/redis' - - '@vercel/kv' - - '@vue/composition-api' - - async-validator - - axios - - better-sqlite3 - - bluebird - - bufferutil - - change-case - - drauu - - drizzle-orm - - encoding - - eslint - - floating-vue - - fuse.js - - idb-keyval - - ioredis - - jwt-decode - - less - - lightningcss - - meow - - nprogress - - optionator - - qrcode - - rollup - - sass - - sortablejs - - stylelint - - stylus - - sugarss - - supports-color - - terser - - typescript - - uWebSockets.js - - universal-cookie - - unocss - - utf-8-validate - - vite - - vls - - vti - - vue-tsc - - xml2js - dev: true + - nuxt + - rollup + - supports-color + - vite + - vue + dev: false - /nuxt@3.11.2(@opentelemetry/api@1.8.0)(@types/node@20.12.4)(@unocss/reset@0.60.3)(drizzle-orm@0.30.7)(eslint@9.0.0)(floating-vue@5.2.2)(ioredis@5.3.2)(rollup@3.29.4)(typescript@5.4.3)(unocss@0.60.3)(vite@5.2.8): + /nuxt@3.11.2(@opentelemetry/api@1.8.0)(@types/node@20.12.13)(@unocss/reset@0.60.3)(drizzle-orm@0.30.10)(eslint@9.3.0)(floating-vue@5.2.2)(ioredis@5.4.1)(rollup@3.29.4)(typescript@5.4.5)(unocss@0.60.3)(vite@5.2.8): resolution: {integrity: sha512-Be1d4oyFo60pdF+diBolYDcfNemoMYM3R8PDjhnGrs/w3xJoDH1YMUVWHXXY8WhSmYZI7dyBehx/6kTfGFliVA==} engines: {node: ^14.18.0 || >=16.10.0} hasBin: true @@ -17765,8 +16968,8 @@ packages: '@nuxt/schema': 3.11.2(rollup@3.29.4) '@nuxt/telemetry': 2.5.4(rollup@3.29.4) '@nuxt/ui-templates': 1.3.4 - '@nuxt/vite-builder': 3.11.2(@types/node@20.12.4)(eslint@9.0.0)(rollup@3.29.4)(typescript@5.4.3)(vue@3.4.21) - '@types/node': 20.12.4 + '@nuxt/vite-builder': 3.11.2(@types/node@20.12.13)(eslint@9.3.0)(rollup@3.29.4)(typescript@5.4.5)(vue@3.4.21) + '@types/node': 20.12.13 '@unhead/dom': 1.9.11 '@unhead/ssr': 1.9.11 '@unhead/vue': 1.9.11(vue@3.4.21) @@ -17790,7 +16993,7 @@ packages: knitwork: 1.1.0 magic-string: 0.30.10 mlly: 1.7.0 - nitropack: 2.9.6(@opentelemetry/api@1.8.0)(drizzle-orm@0.30.7) + nitropack: 2.9.6(@opentelemetry/api@1.8.0)(drizzle-orm@0.30.10) nuxi: 3.11.1 nypm: 0.3.8 ofetch: 1.3.4 @@ -17810,9 +17013,9 @@ packages: unimport: 3.7.2(rollup@3.29.4) unplugin: 1.10.1 unplugin-vue-router: 0.7.0(rollup@3.29.4)(vue-router@4.3.2)(vue@3.4.21) - unstorage: 1.10.2(ioredis@5.3.2) + unstorage: 1.10.2(ioredis@5.4.1) untyped: 1.4.2 - vue: 3.4.21(typescript@5.4.3) + vue: 3.4.21(typescript@5.4.5) vue-bundle-renderer: 2.1.0 vue-devtools-stub: 0.1.0 vue-router: 4.3.2(vue@3.4.21) @@ -17872,7 +17075,7 @@ packages: - vue-tsc - xml2js - /nuxt@3.11.2(@opentelemetry/api@1.8.0)(@types/node@20.12.4)(@unocss/reset@0.60.3)(drizzle-orm@0.30.7)(eslint@9.0.0)(floating-vue@5.2.2)(typescript@5.4.3)(unocss@0.60.3)(vite@5.2.8): + /nuxt@3.11.2(@opentelemetry/api@1.8.0)(@types/node@20.12.13)(@unocss/reset@0.60.3)(drizzle-orm@0.30.10)(eslint@9.3.0)(floating-vue@5.2.2)(typescript@5.4.5)(unocss@0.60.3)(vite@5.2.8): resolution: {integrity: sha512-Be1d4oyFo60pdF+diBolYDcfNemoMYM3R8PDjhnGrs/w3xJoDH1YMUVWHXXY8WhSmYZI7dyBehx/6kTfGFliVA==} engines: {node: ^14.18.0 || >=16.10.0} hasBin: true @@ -17887,12 +17090,12 @@ packages: dependencies: '@nuxt/devalue': 2.0.2 '@nuxt/devtools': 1.3.2(@unocss/reset@0.60.3)(floating-vue@5.2.2)(nuxt@3.11.2)(unocss@0.60.3)(vite@5.2.8)(vue@3.4.21) - '@nuxt/kit': 3.11.2(rollup@3.29.4) + '@nuxt/kit': 3.11.2 '@nuxt/schema': 3.11.2(rollup@3.29.4) '@nuxt/telemetry': 2.5.4 '@nuxt/ui-templates': 1.3.4 - '@nuxt/vite-builder': 3.11.2(@types/node@20.12.4)(eslint@9.0.0)(typescript@5.4.3)(vue@3.4.21) - '@types/node': 20.12.4 + '@nuxt/vite-builder': 3.11.2(@types/node@20.12.13)(eslint@9.3.0)(typescript@5.4.5)(vue@3.4.21) + '@types/node': 20.12.13 '@unhead/dom': 1.9.11 '@unhead/ssr': 1.9.11 '@unhead/vue': 1.9.11(vue@3.4.21) @@ -17916,7 +17119,7 @@ packages: knitwork: 1.1.0 magic-string: 0.30.10 mlly: 1.7.0 - nitropack: 2.9.6(@opentelemetry/api@1.8.0)(drizzle-orm@0.30.7) + nitropack: 2.9.6(@opentelemetry/api@1.8.0)(drizzle-orm@0.30.10) nuxi: 3.11.1 nypm: 0.3.8 ofetch: 1.3.4 @@ -17935,10 +17138,10 @@ packages: unenv: 1.9.0 unimport: 3.7.2(rollup@3.29.4) unplugin: 1.10.1 - unplugin-vue-router: 0.7.0(rollup@3.29.4)(vue-router@4.3.2)(vue@3.4.21) - unstorage: 1.10.2(ioredis@5.3.2) + unplugin-vue-router: 0.7.0(vue-router@4.3.2)(vue@3.4.21) + unstorage: 1.10.2(ioredis@5.4.1) untyped: 1.4.2 - vue: 3.4.21(typescript@5.4.3) + vue: 3.4.21(typescript@5.4.5) vue-bundle-renderer: 2.1.0 vue-devtools-stub: 0.1.0 vue-router: 4.3.2(vue@3.4.21) @@ -17999,7 +17202,7 @@ packages: - xml2js dev: true - /nuxt@3.11.2(@opentelemetry/api@1.8.0)(@types/node@20.12.4)(drizzle-orm@0.30.7)(eslint@9.0.0)(rollup@4.18.0)(typescript@5.4.3)(vite@5.2.8): + /nuxt@3.11.2(@opentelemetry/api@1.8.0)(@types/node@20.12.13)(drizzle-orm@0.30.10)(eslint@9.3.0)(rollup@4.18.0)(typescript@5.4.5)(vite@5.2.8): resolution: {integrity: sha512-Be1d4oyFo60pdF+diBolYDcfNemoMYM3R8PDjhnGrs/w3xJoDH1YMUVWHXXY8WhSmYZI7dyBehx/6kTfGFliVA==} engines: {node: ^14.18.0 || >=16.10.0} hasBin: true @@ -18018,8 +17221,8 @@ packages: '@nuxt/schema': 3.11.2(rollup@4.18.0) '@nuxt/telemetry': 2.5.4(rollup@4.18.0) '@nuxt/ui-templates': 1.3.4 - '@nuxt/vite-builder': 3.11.2(@types/node@20.12.4)(eslint@9.0.0)(rollup@4.18.0)(typescript@5.4.3)(vue@3.4.21) - '@types/node': 20.12.4 + '@nuxt/vite-builder': 3.11.2(@types/node@20.12.13)(eslint@9.3.0)(rollup@4.18.0)(typescript@5.4.5)(vue@3.4.21) + '@types/node': 20.12.13 '@unhead/dom': 1.9.11 '@unhead/ssr': 1.9.11 '@unhead/vue': 1.9.11(vue@3.4.21) @@ -18043,7 +17246,7 @@ packages: knitwork: 1.1.0 magic-string: 0.30.10 mlly: 1.7.0 - nitropack: 2.9.6(@opentelemetry/api@1.8.0)(drizzle-orm@0.30.7) + nitropack: 2.9.6(@opentelemetry/api@1.8.0)(drizzle-orm@0.30.10) nuxi: 3.11.1 nypm: 0.3.8 ofetch: 1.3.4 @@ -18063,9 +17266,9 @@ packages: unimport: 3.7.2(rollup@4.18.0) unplugin: 1.10.1 unplugin-vue-router: 0.7.0(rollup@4.18.0)(vue-router@4.3.2)(vue@3.4.21) - unstorage: 1.10.2(ioredis@5.3.2) + unstorage: 1.10.2(ioredis@5.4.1) untyped: 1.4.2 - vue: 3.4.21(typescript@5.4.3) + vue: 3.4.21(typescript@5.4.5) vue-bundle-renderer: 2.1.0 vue-devtools-stub: 0.1.0 vue-router: 4.3.2(vue@3.4.21) @@ -18126,8 +17329,8 @@ packages: - xml2js dev: false - /nx@18.2.2: - resolution: {integrity: sha512-ZEnN+2XV6QWI3q6N/I9byjSK2ErxAJJjKIWFQ45RW7+KCFbiwF0zeGnn5zruSHY7nbTrUf5C7MDA80eXam5DTg==} + /nx@19.1.1: + resolution: {integrity: sha512-9NPKoAQ+I3KcoFDThAVu7YznE9fKbV/AiE5dAXPbWfye9HjRdnhLQmXN122ADlq4pA5wkXwxvAxRLw2WA7Kkgw==} hasBin: true requiresBuild: true peerDependencies: @@ -18139,10 +17342,10 @@ packages: '@swc/core': optional: true dependencies: - '@nrwl/tao': 18.2.2 + '@nrwl/tao': 19.1.1 '@yarnpkg/lockfile': 1.1.0 '@yarnpkg/parsers': 3.0.0-rc.46 - '@zkochan/js-yaml': 0.0.6 + '@zkochan/js-yaml': 0.0.7 axios: 1.7.2 chalk: 4.1.2 cli-cursor: 3.1.0 @@ -18156,7 +17359,6 @@ packages: fs-extra: 11.2.0 ignore: 5.3.1 jest-diff: 29.7.0 - js-yaml: 4.1.0 jsonc-parser: 3.2.0 lines-and-columns: 2.0.4 minimatch: 9.0.3 @@ -18174,16 +17376,16 @@ packages: yargs: 17.7.2 yargs-parser: 21.1.1 optionalDependencies: - '@nx/nx-darwin-arm64': 18.2.2 - '@nx/nx-darwin-x64': 18.2.2 - '@nx/nx-freebsd-x64': 18.2.2 - '@nx/nx-linux-arm-gnueabihf': 18.2.2 - '@nx/nx-linux-arm64-gnu': 18.2.2 - '@nx/nx-linux-arm64-musl': 18.2.2 - '@nx/nx-linux-x64-gnu': 18.2.2 - '@nx/nx-linux-x64-musl': 18.2.2 - '@nx/nx-win32-arm64-msvc': 18.2.2 - '@nx/nx-win32-x64-msvc': 18.2.2 + '@nx/nx-darwin-arm64': 19.1.1 + '@nx/nx-darwin-x64': 19.1.1 + '@nx/nx-freebsd-x64': 19.1.1 + '@nx/nx-linux-arm-gnueabihf': 19.1.1 + '@nx/nx-linux-arm64-gnu': 19.1.1 + '@nx/nx-linux-arm64-musl': 19.1.1 + '@nx/nx-linux-x64-gnu': 19.1.1 + '@nx/nx-linux-x64-musl': 19.1.1 + '@nx/nx-win32-arm64-msvc': 19.1.1 + '@nx/nx-win32-x64-msvc': 19.1.1 transitivePeerDependencies: - debug dev: true @@ -18354,18 +17556,6 @@ packages: '@node-rs/argon2': 1.7.0 '@node-rs/bcrypt': 1.9.0 - /oxc-parser@0.8.0: - resolution: {integrity: sha512-ObPeMkbDX7igb7NyyAC8CbVC3fY+YmlMsxsRQ2oyFBkpQtI5tjoyqSDKbS9A9EcJvt2q89C4UoC+HjVBdLYYJg==} - optionalDependencies: - '@oxc-parser/binding-darwin-arm64': 0.8.0 - '@oxc-parser/binding-darwin-x64': 0.8.0 - '@oxc-parser/binding-linux-arm64-gnu': 0.8.0 - '@oxc-parser/binding-linux-arm64-musl': 0.8.0 - '@oxc-parser/binding-linux-x64-gnu': 0.8.0 - '@oxc-parser/binding-linux-x64-musl': 0.8.0 - '@oxc-parser/binding-win32-arm64-msvc': 0.8.0 - '@oxc-parser/binding-win32-x64-msvc': 0.8.0 - /p-limit@1.3.0: resolution: {integrity: sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==} engines: {node: '>=4'} @@ -18467,33 +17657,6 @@ packages: degenerator: 5.0.1 netmask: 2.0.2 - /pacote@17.0.7: - resolution: {integrity: sha512-sgvnoUMlkv9xHwDUKjKQFXVyUi8dtJGKp3vg6sYy+TxbDic5RjZCHF3ygv0EJgNRZ2GfRONjlKPUfokJ9lDpwQ==} - engines: {node: ^16.14.0 || >=18.0.0} - hasBin: true - dependencies: - '@npmcli/git': 5.0.7 - '@npmcli/installed-package-contents': 2.1.0 - '@npmcli/promise-spawn': 7.0.2 - '@npmcli/run-script': 7.0.4 - cacache: 18.0.3 - fs-minipass: 3.0.3 - minipass: 7.1.2 - npm-package-arg: 11.0.2 - npm-packlist: 8.0.2 - npm-pick-manifest: 9.0.1 - npm-registry-fetch: 16.2.1 - proc-log: 4.2.0 - promise-retry: 2.0.1 - read-package-json: 7.0.1 - read-package-json-fast: 3.0.2 - sigstore: 2.3.1 - ssri: 10.0.6 - tar: 6.2.1 - transitivePeerDependencies: - - bluebird - - supports-color - /pacote@18.0.6: resolution: {integrity: sha512-+eK3G27SMwsB8kLIuj4h1FUhHtwiEUo21Tw8wNjmvdlpOEr613edv+8FUsTj/4F/VN5ywGE19X18N7CC2EJk6A==} engines: {node: ^16.14.0 || >=18.0.0} @@ -18533,12 +17696,6 @@ packages: dependencies: callsites: 3.1.0 - /parent-module@2.0.0: - resolution: {integrity: sha512-uo0Z9JJeWzv8BG+tRcapBKNJ0dro9cLyczGzulS6EfeyAdeC9sbojtW6XwvYxJkEne9En+J2XEl4zyglVeIwFg==} - engines: {node: '>=8'} - dependencies: - callsites: 3.1.0 - /parse-entities@2.0.0: resolution: {integrity: sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==} dependencies: @@ -18611,7 +17768,9 @@ packages: dependencies: no-case: 3.0.4 tslib: 2.6.2 - dev: false + + /path-browserify@1.0.1: + resolution: {integrity: sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==} /path-case@3.0.4: resolution: {integrity: sha512-qO4qCFjXqVTrcbPt/hQfhTQ+VhFsqNKOPtytgNKkKxSoEp3XPUQ8ObFuePylOIok5gjn69ry8XiULxCwot3Wfg==} @@ -18721,7 +17880,6 @@ packages: '@types/estree': 1.0.5 estree-walker: 3.0.3 is-reference: 3.0.2 - dev: true /pg-cloudflare@1.1.1: resolution: {integrity: sha512-xWPagP/4B6BgFO+EKz3JONXv3YDgvkbVrGw2mTo3D6tVDQRh1e7cqVGvyR3BE+eQgAvx1XhW/iEASj4/jCWl3Q==} @@ -18804,7 +17962,7 @@ packages: engines: {node: '>=4'} dev: true - /pinia@2.1.7(typescript@5.4.3)(vue@3.4.21): + /pinia@2.1.7(typescript@5.4.5)(vue@3.4.27): resolution: {integrity: sha512-+C2AHFtcFqjPih0zpYuvof37SFxMQ7OEG2zV9jRI12i9BOy3YQVAHwdKtyyc8pDcDyIc33WCIsZaCFWU7WWxGQ==} peerDependencies: '@vue/composition-api': ^1.4.0 @@ -18817,9 +17975,9 @@ packages: optional: true dependencies: '@vue/devtools-api': 6.6.1 - typescript: 5.4.3 - vue: 3.4.21(typescript@5.4.3) - vue-demi: 0.14.7(vue@3.4.21) + typescript: 5.4.5 + vue: 3.4.27(typescript@5.4.5) + vue-demi: 0.14.7(vue@3.4.27) dev: false /pirates@4.0.6: @@ -18833,8 +17991,8 @@ packages: mlly: 1.7.0 pathe: 1.1.2 - /playwright-core@1.43.0: - resolution: {integrity: sha512-iWFjyBUH97+pUFiyTqSLd8cDMMOS0r2ZYz2qEsPjH8/bX++sbIJT35MSwKnp1r/OQBAqC5XO99xFbJ9XClhf4w==} + /playwright-core@1.44.1: + resolution: {integrity: sha512-wh0JWtYTrhv1+OSsLPgFzGzt67Y7BE/ZS3jEqgGBlp2ppp1ZDj8c+9IARNW4dwf1poq5MgHreEM2KV/GuR4cFA==} engines: {node: '>=16'} hasBin: true dev: true @@ -18929,19 +18087,6 @@ packages: postcss-value-parser: 4.2.0 dev: true - /postcss-custom-properties@13.3.10(postcss@8.4.38): - resolution: {integrity: sha512-ejaalIpl7p0k0L5ngIZ86AZGmp3m1KdeOCbSQTK4gQcB1ncaoPTHorw206+tsZRIhIDYvh5ZButEje6740YDXw==} - engines: {node: ^14 || ^16 || >=18} - peerDependencies: - postcss: ^8.4 - dependencies: - '@csstools/cascade-layer-name-parser': 1.0.11(@csstools/css-parser-algorithms@2.6.3)(@csstools/css-tokenizer@2.3.1) - '@csstools/css-parser-algorithms': 2.6.3(@csstools/css-tokenizer@2.3.1) - '@csstools/css-tokenizer': 2.3.1 - '@csstools/utilities': 1.0.0(postcss@8.4.38) - postcss: 8.4.38 - postcss-value-parser: 4.2.0 - /postcss-discard-comments@6.0.2(postcss@8.4.38): resolution: {integrity: sha512-65w/uIqhSBBfQmYnG92FO1mWZjJ4GL5b8atm5Yw2UgrwD7HiNiSSNwJor1eCFGzUgYnN/iIknhNRVqjrrpuglw==} engines: {node: ^14 || ^16 || >=18.0} @@ -19548,6 +18693,12 @@ packages: hasBin: true dev: true + /prettier@3.2.5: + resolution: {integrity: sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==} + engines: {node: '>=14'} + hasBin: true + dev: true + /pretty-bytes@6.1.1: resolution: {integrity: sha512-mQUvGU6aUFQ+rNvTIAcZuWGRT9a6f6Yrg9bHs4ImKF+HZCEK+plBvnAZYSIQztknZF2qnzNtr6F8s0+IuptdlQ==} engines: {node: ^14.13.1 || >=16.0.0} @@ -19688,22 +18839,44 @@ packages: resolution: {integrity: sha512-RKJ22hX8mHe3Y6wH/N3wCM6BWtjaxIyyUIkpHOvfFnxdI4yD4tBXEBKSbriGujF6jnSVkJrffuo6vxACiSSxIw==} dev: false - /radix-vue@1.7.0(vue@3.4.21): - resolution: {integrity: sha512-lyAllebKbEGECEIKdC74gjOxgCtHjGKbINH/RUOP6p0Qk2HOsV06WGONStDl+c3FZKzoiH0rhPSI85Y6gKhMnw==} + /radix-vue@1.8.2(vue@3.4.21): + resolution: {integrity: sha512-ey6jG1rPAD/521PsXGrNkjztvh7PRw6Wwbk7LsHjsKqRoy/S4k58ryzmQ0tmoNOiUALfX92+MOnd5F3ONmuZ/w==} peerDependencies: vue: '>= 3.2.0' dependencies: '@floating-ui/dom': 1.6.5 '@floating-ui/vue': 1.0.6(vue@3.4.21) '@internationalized/date': 3.5.4 + '@internationalized/number': 3.5.3 '@tanstack/vue-virtual': 3.5.0(vue@3.4.21) - '@vueuse/core': 10.9.0(vue@3.4.21) + '@vueuse/core': 10.10.0(vue@3.4.21) '@vueuse/shared': 10.10.0(vue@3.4.21) aria-hidden: 1.2.4 defu: 6.1.4 fast-deep-equal: 3.1.3 - nanoid: 5.0.6 - vue: 3.4.21(typescript@5.4.3) + nanoid: 5.0.7 + vue: 3.4.21(typescript@5.4.5) + transitivePeerDependencies: + - '@vue/composition-api' + dev: false + + /radix-vue@1.8.2(vue@3.4.27): + resolution: {integrity: sha512-ey6jG1rPAD/521PsXGrNkjztvh7PRw6Wwbk7LsHjsKqRoy/S4k58ryzmQ0tmoNOiUALfX92+MOnd5F3ONmuZ/w==} + peerDependencies: + vue: '>= 3.2.0' + dependencies: + '@floating-ui/dom': 1.6.5 + '@floating-ui/vue': 1.0.6(vue@3.4.27) + '@internationalized/date': 3.5.4 + '@internationalized/number': 3.5.3 + '@tanstack/vue-virtual': 3.5.0(vue@3.4.27) + '@vueuse/core': 10.10.0(vue@3.4.27) + '@vueuse/shared': 10.10.0(vue@3.4.27) + aria-hidden: 1.2.4 + defu: 6.1.4 + fast-deep-equal: 3.1.3 + nanoid: 5.0.7 + vue: 3.4.27(typescript@5.4.5) transitivePeerDependencies: - '@vue/composition-api' dev: false @@ -19744,23 +18917,6 @@ packages: dependencies: pify: 2.3.0 - /read-package-json-fast@3.0.2: - resolution: {integrity: sha512-0J+Msgym3vrLOUB3hzQCuZHII0xkNGCtz/HJH9xZshwv9DbDwkw1KaE3gx/e2J5rpEY5rtOy6cyhKOPrkP7FZw==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - dependencies: - json-parse-even-better-errors: 3.0.2 - npm-normalize-package-bin: 3.0.1 - - /read-package-json@7.0.1: - resolution: {integrity: sha512-8PcDiZ8DXUjLf687Ol4BR8Bpm2umR7vhoZOzNRt+uxD9GpBh/K+CAAALVIiYFknmvlmyg7hM7BSNUXPaCCqd0Q==} - engines: {node: ^16.14.0 || >=18.0.0} - deprecated: This package is no longer supported. Please use @npmcli/package-json instead. - dependencies: - glob: 10.4.1 - json-parse-even-better-errors: 3.0.2 - normalize-package-data: 6.0.1 - npm-normalize-package-bin: 3.0.1 - /read-pkg-up@3.0.0: resolution: {integrity: sha512-YFzFrVvpC6frF1sz8psoHDBGF7fLPc+llq/8NB43oagqWkx8ar5zYtsTORtOjw9W2RHLpWP+zTWwBvf1bCmcSw==} engines: {node: '>=4'} @@ -19862,9 +19018,24 @@ packages: dependencies: redis-errors: 1.2.0 + /refa@0.12.1: + resolution: {integrity: sha512-J8rn6v4DBb2nnFqkqwy6/NnTYMcgLA+sLr0iIO41qpv0n+ngb7ksag2tMRl0inb1bbO/esUwzW1vbJi7K0sI0g==} + engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} + dependencies: + '@eslint-community/regexpp': 4.10.0 + dev: true + /regenerator-runtime@0.14.1: resolution: {integrity: sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==} + /regexp-ast-analysis@0.7.1: + resolution: {integrity: sha512-sZuz1dYW/ZsfG17WSAG7eS85r5a0dDsvg+7BiiYR5o6lKCAtUrEwdmRmaGF6rwVj3LcmAeYkOWKEPlbPzN3Y3A==} + engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} + dependencies: + '@eslint-community/regexpp': 4.10.0 + refa: 0.12.1 + dev: true + /regexp-to-ast@0.5.0: resolution: {integrity: sha512-tlbJqcMHnPKI9zSrystikWKwHkBqu2a/Sgw01h3zFjvYrMxEDYHzzoMZnUrbIfpTFEsoRnnviOXNCzFiSc54Qw==} dev: true @@ -20010,7 +19181,7 @@ packages: resolution: {integrity: sha512-IXgzBWvWQwE6PrDI05OvmXUIruQTcoMDzRsOd5CDvHCVLcLHMTSYvOK5Cm46kWqlV3yAbuSpBZdJ5oP5OUoStg==} dev: false - /rollup-plugin-dts@6.1.1(rollup@3.29.4)(typescript@5.4.3): + /rollup-plugin-dts@6.1.1(rollup@3.29.4)(typescript@5.4.5): resolution: {integrity: sha512-aSHRcJ6KG2IHIioYlvAOcEq6U99sVtqDDKVhnwt70rW6tsz3tv5OSjEiWcgzfsHdLyGXZ/3b/7b/+Za3Y6r1XA==} engines: {node: '>=16'} peerDependencies: @@ -20019,7 +19190,7 @@ packages: dependencies: magic-string: 0.30.10 rollup: 3.29.4 - typescript: 5.4.3 + typescript: 5.4.5 optionalDependencies: '@babel/code-frame': 7.24.6 dev: true @@ -20160,6 +19331,14 @@ packages: '@types/json-schema': 7.0.15 ajv: 6.12.6 ajv-keywords: 3.5.2(ajv@6.12.6) + + /scslre@0.3.0: + resolution: {integrity: sha512-3A6sD0WYP7+QrjbfNA2FN3FsOaGGFoekCVgTyypy53gPxhbkCIjtO6YWgdrfM+n/8sI8JeXZOIxsHjMTNxQ4nQ==} + engines: {node: ^14.0.0 || >=16.0.0} + dependencies: + '@eslint-community/regexpp': 4.10.0 + refa: 0.12.1 + regexp-ast-analysis: 0.7.1 dev: true /scuid@1.1.0: @@ -20261,21 +19440,21 @@ packages: /setprototypeof@1.2.0: resolution: {integrity: sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==} - /shadcn-nuxt@0.10.2: - resolution: {integrity: sha512-97et6ArSKS/oclRIH80lLgs8f3ks/gvEVogOpQUsXBZ92omoC24/6JgxBpOzjHba10i5wqGGkuHa2QgJ8CP5ig==} + /shadcn-nuxt@0.10.4: + resolution: {integrity: sha512-WhSGzjaSMi1D2xb9Aflpwl8G8Qvlb0g4OuJLPO4YyRhduQDuscU6Pr1HdF7T4700foLLglgFnz7m8E2DDLLHJA==} dependencies: - '@nuxt/kit': 3.11.2(rollup@3.29.4) - oxc-parser: 0.8.0 + '@nuxt/kit': 3.11.2 + '@oxc-parser/wasm': 0.1.0 transitivePeerDependencies: - rollup - supports-color dev: true - /shadcn-nuxt@0.10.2(rollup@4.18.0): - resolution: {integrity: sha512-97et6ArSKS/oclRIH80lLgs8f3ks/gvEVogOpQUsXBZ92omoC24/6JgxBpOzjHba10i5wqGGkuHa2QgJ8CP5ig==} + /shadcn-nuxt@0.10.4(rollup@4.18.0): + resolution: {integrity: sha512-WhSGzjaSMi1D2xb9Aflpwl8G8Qvlb0g4OuJLPO4YyRhduQDuscU6Pr1HdF7T4700foLLglgFnz7m8E2DDLLHJA==} dependencies: '@nuxt/kit': 3.11.2(rollup@4.18.0) - oxc-parser: 0.8.0 + '@oxc-parser/wasm': 0.1.0 transitivePeerDependencies: - rollup - supports-color @@ -20713,11 +19892,6 @@ packages: resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} engines: {node: '>=8'} - /strip-literal@1.3.0: - resolution: {integrity: sha512-PugKzOsyXpArk0yWmUwqOZecSO0GH0bPoctLcqNDH9J04pVW3lflYE0ujElBGTloevcxF5MofAOZ7C5l2b+wLg==} - dependencies: - acorn: 8.11.3 - /strip-literal@2.1.0: resolution: {integrity: sha512-Op+UycaUt/8FbN/Z2TWPBLge3jWrP3xj10f3fnYxf052bKuS3EKs1ZQcVGjnEMdsNVAM+plXRdmjrZ/KgG3Skw==} dependencies: @@ -20846,7 +20020,6 @@ packages: engines: {node: '>=10'} dependencies: has-flag: 4.0.0 - dev: true /supports-color@9.4.0: resolution: {integrity: sha512-VL+lNrEoIXww1coLPOmiEmK/0sGigko5COxI09KzHc2VJXJsQ37UaQ+8quuxjDeA7+KnLGTWRyOXSLLR2Wb4jw==} @@ -20856,6 +20029,17 @@ packages: resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} engines: {node: '>= 0.4'} + /svelte2tsx@0.7.9(svelte@4.2.17)(typescript@5.4.5): + resolution: {integrity: sha512-Rm+0LAwg9wT4H2IsR8EaM9EWErTzi9LmuZKxkH5b1ua94XjQmwHstBP4VabLgA9AE6XmwBg+xK7Cjzwfm6ustQ==} + peerDependencies: + svelte: ^3.55 || ^4.0.0-next.0 || ^4.0 || ^5.0.0-next.0 + typescript: ^4.9.4 || ^5.0.0 + dependencies: + dedent-js: 1.0.1 + pascal-case: 3.1.2 + svelte: 4.2.17 + typescript: 5.4.5 + /svelte@4.2.17: resolution: {integrity: sha512-N7m1YnoXtRf5wya5Gyx3TWuTddI4nAyayyIWFojiWV5IayDYNV5i2mRp/7qNGol4DtxEYxljmrbgp1HM6hUbmQ==} engines: {node: '>=16'} @@ -20874,7 +20058,6 @@ packages: locate-character: 3.0.0 magic-string: 0.30.10 periscopic: 3.1.0 - dev: true /svg-tags@1.0.0: resolution: {integrity: sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==} @@ -20917,9 +20100,9 @@ packages: /tabbable@6.2.0: resolution: {integrity: sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==} - /tailwind-config-viewer@1.7.3(tailwindcss@3.4.3): - resolution: {integrity: sha512-rgeFXe9vL4njtaSI1y2uUAD1aRx05RYHbReN72ARAVEVSlNmS0Zf46pj3/ORc3xQwLK/AzbaIs6UFcK7hJSIlA==} - engines: {node: '>=8'} + /tailwind-config-viewer@2.0.2(tailwindcss@3.4.3): + resolution: {integrity: sha512-YkMEbWgvTyEp7J5S7qY9KGLHml6SLO8kQg4Q5xNM4tWJ+cFtSO/Rv2UKfYHYnE7UsY4Lb1LkHmNs3YSbU2mT2Q==} + engines: {node: '>=13'} hasBin: true peerDependencies: tailwindcss: 1 || 2 || 2.0.1-compat || 3 @@ -20936,8 +20119,8 @@ packages: transitivePeerDependencies: - supports-color - /tailwind-merge@2.2.2: - resolution: {integrity: sha512-tWANXsnmJzgw6mQ07nE3aCDkCK4QdT3ThPMCzawoYA2Pws7vSTCvz3Vrjg61jVUGfFZPJzxEP+NimbcW+EdaDw==} + /tailwind-merge@2.3.0: + resolution: {integrity: sha512-vkYrLpIP+lgR0tQCG6AP7zZXCTLc1Lnv/CCRT3BqJ9CZ3ui2++GPaGb1x/ILsINIMSYqqvrpqjUFsMNLlW99EA==} dependencies: '@babel/runtime': 7.24.6 dev: false @@ -21058,7 +20241,6 @@ packages: serialize-javascript: 6.0.2 terser: 5.31.0 webpack: 5.91.0(esbuild@0.19.12) - dev: true /terser@5.31.0: resolution: {integrity: sha512-Q1JFAoUKE5IMfI4Z/lkE/E6+SwgzO+x4tq4v1AyBLRj8VSYvRO6A/rQrPg1yud4g0En9EKI1TvFRF2tQFcoUkg==} @@ -21222,13 +20404,13 @@ packages: engines: {node: '>=8'} dev: true - /ts-api-utils@1.3.0(typescript@5.4.3): + /ts-api-utils@1.3.0(typescript@5.4.5): resolution: {integrity: sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==} engines: {node: '>=16'} peerDependencies: typescript: '>=4.2.0' dependencies: - typescript: 5.4.3 + typescript: 5.4.5 dev: true /ts-interface-checker@0.1.13: @@ -21269,37 +20451,6 @@ packages: yn: 3.1.1 dev: true - /ts-node@10.9.2(@types/node@20.12.4)(typescript@5.4.3): - resolution: {integrity: sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==} - hasBin: true - peerDependencies: - '@swc/core': '>=1.2.50' - '@swc/wasm': '>=1.2.50' - '@types/node': '*' - typescript: '>=2.7' - peerDependenciesMeta: - '@swc/core': - optional: true - '@swc/wasm': - optional: true - dependencies: - '@cspotcode/source-map-support': 0.8.1 - '@tsconfig/node10': 1.0.11 - '@tsconfig/node12': 1.0.11 - '@tsconfig/node14': 1.0.3 - '@tsconfig/node16': 1.0.4 - '@types/node': 20.12.4 - acorn: 8.11.3 - acorn-walk: 8.3.2 - arg: 4.1.3 - create-require: 1.1.1 - diff: 4.0.2 - make-error: 1.3.6 - typescript: 5.4.3 - v8-compile-cache-lib: 3.0.1 - yn: 3.1.1 - dev: true - /ts-relay-cursor-paging@2.1.0(graphql@16.8.1): resolution: {integrity: sha512-3bhdtV/noD+5XpjT6O1+NJCJQXLduqdu5fFopMjSPbfVy6h6myAWDrk40xP+VLSS50GGwdtMruJft/Y/CwCiKg==} engines: {node: '>=20'} @@ -21414,16 +20565,10 @@ packages: dependencies: is-typedarray: 1.0.0 - /typescript@5.4.3: - resolution: {integrity: sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==} - engines: {node: '>=14.17'} - hasBin: true - /typescript@5.4.5: resolution: {integrity: sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==} engines: {node: '>=14.17'} hasBin: true - dev: true /ua-parser-js@1.0.38: resolution: {integrity: sha512-Aq5ppTOfvrCMgAPneW1HfWj66Xi7XL+/mIy996R1/CLS/rcyJQm6QZdsKrUeivDFQ+Oc9Wyuwor8Ze8peEoUoQ==} @@ -21443,7 +20588,7 @@ packages: /ultrahtml@1.5.3: resolution: {integrity: sha512-GykOvZwgDWZlTQMtp5jrD4BVL+gNn2NVlVafjcFUJ7taY20tqYdwdoWBFy6GBJsNTZe1GkGPkSl5knQAjtgceg==} - /unbuild@2.0.0(typescript@5.4.3): + /unbuild@2.0.0(typescript@5.4.5): resolution: {integrity: sha512-JWCUYx3Oxdzvw2J9kTAp+DKE8df/BnH/JTSj6JyA4SH40ECdFu7FoJJcrm8G92B7TjofQ6GZGjJs50TRxoH6Wg==} hasBin: true peerDependencies: @@ -21467,15 +20612,15 @@ packages: hookable: 5.5.3 jiti: 1.21.0 magic-string: 0.30.10 - mkdist: 1.5.1(typescript@5.4.3) + mkdist: 1.5.1(typescript@5.4.5) mlly: 1.7.0 pathe: 1.1.2 pkg-types: 1.1.1 pretty-bytes: 6.1.1 rollup: 3.29.4 - rollup-plugin-dts: 6.1.1(rollup@3.29.4)(typescript@5.4.3) + rollup-plugin-dts: 6.1.1(rollup@3.29.4)(typescript@5.4.5) scule: 1.3.0 - typescript: 5.4.3 + typescript: 5.4.5 untyped: 1.4.2 transitivePeerDependencies: - sass @@ -21540,25 +20685,6 @@ packages: resolution: {integrity: sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==} engines: {node: '>=18'} - /unimport@3.7.1(rollup@3.29.4): - resolution: {integrity: sha512-V9HpXYfsZye5bPPYUgs0Otn3ODS1mDUciaBlXljI4C2fTwfFpvFZRywmlOu943puN9sncxROMZhsZCjNXEpzEQ==} - dependencies: - '@rollup/pluginutils': 5.1.0(rollup@3.29.4) - acorn: 8.11.3 - escape-string-regexp: 5.0.0 - estree-walker: 3.0.3 - fast-glob: 3.3.2 - local-pkg: 0.5.0 - magic-string: 0.30.10 - mlly: 1.7.0 - pathe: 1.1.2 - pkg-types: 1.1.1 - scule: 1.3.0 - strip-literal: 1.3.0 - unplugin: 1.10.1 - transitivePeerDependencies: - - rollup - /unimport@3.7.2(rollup@3.29.4): resolution: {integrity: sha512-91mxcZTadgXyj3lFWmrGT8GyoRHWuE5fqPOjg5RVtF6vj+OfM5G6WCzXjuYtSgELE5ggB34RY4oiCSEP8I3AHw==} dependencies: @@ -21633,47 +20759,7 @@ packages: normalize-path: 2.1.1 dev: false - /unocss@0.58.9(@unocss/webpack@0.58.9)(postcss@8.4.38)(rollup@3.29.4)(vite@5.2.8): - resolution: {integrity: sha512-aqANXXP0RrtN4kSaTLn/7I6wh8o45LUdVgPzGu7Fan2DfH2+wpIs6frlnlHlOymnb+52dp6kXluQinddaUKW1A==} - engines: {node: '>=14'} - peerDependencies: - '@unocss/webpack': 0.58.9 - vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 - peerDependenciesMeta: - '@unocss/webpack': - optional: true - vite: - optional: true - dependencies: - '@unocss/astro': 0.58.9(rollup@3.29.4)(vite@5.2.8) - '@unocss/cli': 0.58.9(rollup@3.29.4) - '@unocss/core': 0.58.9 - '@unocss/extractor-arbitrary-variants': 0.58.9 - '@unocss/postcss': 0.58.9(postcss@8.4.38) - '@unocss/preset-attributify': 0.58.9 - '@unocss/preset-icons': 0.58.9 - '@unocss/preset-mini': 0.58.9 - '@unocss/preset-tagify': 0.58.9 - '@unocss/preset-typography': 0.58.9 - '@unocss/preset-uno': 0.58.9 - '@unocss/preset-web-fonts': 0.58.9 - '@unocss/preset-wind': 0.58.9 - '@unocss/reset': 0.58.9 - '@unocss/transformer-attributify-jsx': 0.58.9 - '@unocss/transformer-attributify-jsx-babel': 0.58.9 - '@unocss/transformer-compile-class': 0.58.9 - '@unocss/transformer-directives': 0.58.9 - '@unocss/transformer-variant-group': 0.58.9 - '@unocss/vite': 0.58.9(rollup@3.29.4)(vite@5.2.8) - '@unocss/webpack': 0.58.9(rollup@3.29.4)(webpack@5.91.0) - vite: 5.2.8(@types/node@20.12.4) - transitivePeerDependencies: - - postcss - - rollup - - supports-color - dev: true - - /unocss@0.60.3(postcss@8.4.38)(rollup@3.29.4)(vite@5.2.8): + /unocss@0.60.3(@unocss/webpack@0.60.3)(postcss@8.4.38)(rollup@3.29.4)(vite@5.2.8): resolution: {integrity: sha512-pUBbpgGRKCa6oB/LrGEFBWP2/2E1ZOY8XO7aVJKo2x10rqLS8tGykn1VoBUgbGJsv/8W8tskTVz+RFbCyKP+kA==} engines: {node: '>=14'} peerDependencies: @@ -21705,7 +20791,8 @@ packages: '@unocss/transformer-directives': 0.60.3 '@unocss/transformer-variant-group': 0.60.3 '@unocss/vite': 0.60.3(rollup@3.29.4)(vite@5.2.8) - vite: 5.2.8(@types/node@20.12.4) + '@unocss/webpack': 0.60.3(rollup@3.29.4)(webpack@5.91.0) + vite: 5.2.8(@types/node@20.12.13) transitivePeerDependencies: - postcss - rollup @@ -21764,77 +20851,46 @@ packages: - vue dev: false - /unplugin@1.10.1: - resolution: {integrity: sha512-d6Mhq8RJeGA8UfKCu54Um4lFA0eSaRa3XxdAJg8tIdxbu1ubW0hBCZUL7yI2uGyYCRndvbK8FLHzqy2XKfeMsg==} - engines: {node: '>=14.0.0'} - dependencies: - acorn: 8.11.3 - chokidar: 3.6.0 - webpack-sources: 3.2.3 - webpack-virtual-modules: 0.6.1 - - /unsearch@0.0.2: - resolution: {integrity: sha512-WGHzeBxsqPQu8AvQXwrJlO/y5tikGksYRAn3E+uar/gbKOG8DeivFKIkAq8AfIzFiO5efrHB6Qp0TcPz/OSnEg==} - engines: {node: '>=20'} - dev: false - - /unstorage@1.10.2(ioredis@5.3.2): - resolution: {integrity: sha512-cULBcwDqrS8UhlIysUJs2Dk0Mmt8h7B0E6mtR+relW9nZvsf/u4SkAYyNliPiPW7XtFNb5u3IUMkxGxFTTRTgQ==} + /unplugin-vue-router@0.7.0(vue-router@4.3.2)(vue@3.4.21): + resolution: {integrity: sha512-ddRreGq0t5vlSB7OMy4e4cfU1w2AwBQCwmvW3oP/0IHQiokzbx4hd3TpwBu3eIAFVuhX2cwNQwp1U32UybTVCw==} peerDependencies: - '@azure/app-configuration': ^1.5.0 - '@azure/cosmos': ^4.0.0 - '@azure/data-tables': ^13.2.2 - '@azure/identity': ^4.0.1 - '@azure/keyvault-secrets': ^4.8.0 - '@azure/storage-blob': ^12.17.0 - '@capacitor/preferences': ^5.0.7 - '@netlify/blobs': ^6.5.0 || ^7.0.0 - '@planetscale/database': ^1.16.0 - '@upstash/redis': ^1.28.4 - '@vercel/kv': ^1.0.1 - idb-keyval: ^6.2.1 - ioredis: ^5.3.2 + vue-router: ^4.1.0 peerDependenciesMeta: - '@azure/app-configuration': - optional: true - '@azure/cosmos': - optional: true - '@azure/data-tables': - optional: true - '@azure/identity': - optional: true - '@azure/keyvault-secrets': - optional: true - '@azure/storage-blob': - optional: true - '@capacitor/preferences': - optional: true - '@netlify/blobs': - optional: true - '@planetscale/database': - optional: true - '@upstash/redis': - optional: true - '@vercel/kv': - optional: true - idb-keyval: - optional: true - ioredis: + vue-router: optional: true dependencies: - anymatch: 3.1.3 + '@babel/types': 7.24.6 + '@rollup/pluginutils': 5.1.0(rollup@3.29.4) + '@vue-macros/common': 1.10.4(rollup@3.29.4)(vue@3.4.21) + ast-walker-scope: 0.5.0(rollup@3.29.4) + chokidar: 3.6.0 + fast-glob: 3.3.2 + json5: 2.2.3 + local-pkg: 0.4.3 + mlly: 1.7.0 + pathe: 1.1.2 + scule: 1.3.0 + unplugin: 1.10.1 + vue-router: 4.3.2(vue@3.4.21) + yaml: 2.4.2 + transitivePeerDependencies: + - rollup + - vue + dev: true + + /unplugin@1.10.1: + resolution: {integrity: sha512-d6Mhq8RJeGA8UfKCu54Um4lFA0eSaRa3XxdAJg8tIdxbu1ubW0hBCZUL7yI2uGyYCRndvbK8FLHzqy2XKfeMsg==} + engines: {node: '>=14.0.0'} + dependencies: + acorn: 8.11.3 chokidar: 3.6.0 - destr: 2.0.3 - h3: 1.11.1 - ioredis: 5.3.2 - listhen: 1.7.2 - lru-cache: 10.2.2 - mri: 1.2.0 - node-fetch-native: 1.6.4 - ofetch: 1.3.4 - ufo: 1.5.3 - transitivePeerDependencies: - - uWebSockets.js + webpack-sources: 3.2.3 + webpack-virtual-modules: 0.6.1 + + /unsearch@0.0.2: + resolution: {integrity: sha512-WGHzeBxsqPQu8AvQXwrJlO/y5tikGksYRAn3E+uar/gbKOG8DeivFKIkAq8AfIzFiO5efrHB6Qp0TcPz/OSnEg==} + engines: {node: '>=20'} + dev: false /unstorage@1.10.2(ioredis@5.4.1): resolution: {integrity: sha512-cULBcwDqrS8UhlIysUJs2Dk0Mmt8h7B0E6mtR+relW9nZvsf/u4SkAYyNliPiPW7XtFNb5u3IUMkxGxFTTRTgQ==} @@ -21983,7 +21039,7 @@ packages: resolution: {integrity: sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==} hasBin: true - /v-calendar@3.1.2(@popperjs/core@2.11.8)(vue@3.4.21): + /v-calendar@3.1.2(@popperjs/core@2.11.8)(vue@3.4.27): resolution: {integrity: sha512-QDWrnp4PWCpzUblctgo4T558PrHgHzDtQnTeUNzKxfNf29FkCeFpwGd9bKjAqktaa2aJLcyRl45T5ln1ku34kg==} peerDependencies: '@popperjs/core': ^2.0.0 @@ -21995,8 +21051,8 @@ packages: date-fns: 2.30.0 date-fns-tz: 2.0.1(date-fns@2.30.0) lodash: 4.17.21 - vue: 3.4.21(typescript@5.4.3) - vue-screen-utils: 1.0.0-beta.13(vue@3.4.21) + vue: 3.4.27(typescript@5.4.5) + vue-screen-utils: 1.0.0-beta.13(vue@3.4.27) dev: false /v-lazy-show@0.2.4(@vue/compiler-core@3.4.27): @@ -22067,14 +21123,24 @@ packages: resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==} engines: {node: '>= 0.8'} - /vee-validate@4.12.6(vue@3.4.21): - resolution: {integrity: sha512-EKM3YHy8t1miPh30d5X6xOrfG/Ctq0nbN4eMpCK7ezvI6T98/S66vswP+ihL4QqAK/k5KqreWOxof09+JG7N/A==} + /vee-validate@4.12.8(vue@3.4.21): + resolution: {integrity: sha512-A07rm3+y7SRk0CMD/O4nBT0nxtwjyfzGZwjEUDk18SxK0ZMzd4AFCzzdHlIiCE1QgHetxd0I3kVkZdN0GG0Oww==} + peerDependencies: + vue: ^3.4.26 + dependencies: + '@vue/devtools-api': 6.6.1 + type-fest: 4.18.3 + vue: 3.4.21(typescript@5.4.5) + dev: false + + /vee-validate@4.12.8(vue@3.4.27): + resolution: {integrity: sha512-A07rm3+y7SRk0CMD/O4nBT0nxtwjyfzGZwjEUDk18SxK0ZMzd4AFCzzdHlIiCE1QgHetxd0I3kVkZdN0GG0Oww==} peerDependencies: - vue: ^3.3.11 + vue: ^3.4.26 dependencies: '@vue/devtools-api': 6.6.1 type-fest: 4.18.3 - vue: 3.4.21(typescript@5.4.3) + vue: 3.4.27(typescript@5.4.5) dev: false /vite-hot-client@0.2.3(vite@5.2.8): @@ -22082,28 +21148,7 @@ packages: peerDependencies: vite: ^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0 dependencies: - vite: 5.2.8(@types/node@20.12.4) - - /vite-node@1.5.0(@types/node@20.12.4): - resolution: {integrity: sha512-tV8h6gMj6vPzVCa7l+VGq9lwoJjW8Y79vst8QZZGiuRAfijU+EEWuc0kFpmndQrWhMMhet1jdSF+40KSZUqIIw==} - engines: {node: ^18.0.0 || >=20.0.0} - hasBin: true - dependencies: - cac: 6.7.14 - debug: 4.3.4 - pathe: 1.1.2 - picocolors: 1.0.1 - vite: 5.2.8(@types/node@20.12.4) - transitivePeerDependencies: - - '@types/node' - - less - - lightningcss - - sass - - stylus - - sugarss - - supports-color - - terser - dev: true + vite: 5.2.8(@types/node@20.12.13) /vite-node@1.6.0(@types/node@20.12.13): resolution: {integrity: sha512-de6HJgzC+TFzOu0NTC4RAIsyf/DY/ibWDYQUcuEA84EMHhcefTUGkjFHKKEJhQN4A+6I0u++kr3l36ZF2d7XRw==} @@ -22124,79 +21169,8 @@ packages: - sugarss - supports-color - terser - dev: true - - /vite-node@1.6.0(@types/node@20.12.4): - resolution: {integrity: sha512-de6HJgzC+TFzOu0NTC4RAIsyf/DY/ibWDYQUcuEA84EMHhcefTUGkjFHKKEJhQN4A+6I0u++kr3l36ZF2d7XRw==} - engines: {node: ^18.0.0 || >=20.0.0} - hasBin: true - dependencies: - cac: 6.7.14 - debug: 4.3.4 - pathe: 1.1.2 - picocolors: 1.0.1 - vite: 5.2.8(@types/node@20.12.4) - transitivePeerDependencies: - - '@types/node' - - less - - lightningcss - - sass - - stylus - - sugarss - - supports-color - - terser - - /vite-plugin-checker@0.6.4(eslint@9.0.0)(typescript@5.4.3)(vite@5.2.8): - resolution: {integrity: sha512-2zKHH5oxr+ye43nReRbC2fny1nyARwhxdm0uNYp/ERy4YvU9iZpNOsueoi/luXw5gnpqRSvjcEPxXbS153O2wA==} - engines: {node: '>=14.16'} - peerDependencies: - eslint: '>=7' - meow: ^9.0.0 - optionator: ^0.9.1 - stylelint: '>=13' - typescript: '*' - vite: '>=2.0.0' - vls: '*' - vti: '*' - vue-tsc: '>=1.3.9' - peerDependenciesMeta: - eslint: - optional: true - meow: - optional: true - optionator: - optional: true - stylelint: - optional: true - typescript: - optional: true - vls: - optional: true - vti: - optional: true - vue-tsc: - optional: true - dependencies: - '@babel/code-frame': 7.24.6 - ansi-escapes: 4.3.2 - chalk: 4.1.2 - chokidar: 3.6.0 - commander: 8.3.0 - eslint: 9.0.0 - fast-glob: 3.3.2 - fs-extra: 11.2.0 - npm-run-path: 4.0.1 - semver: 7.6.2 - strip-ansi: 6.0.1 - tiny-invariant: 1.3.3 - typescript: 5.4.3 - vite: 5.2.8(@types/node@20.12.4) - vscode-languageclient: 7.0.0 - vscode-languageserver: 7.0.0 - vscode-languageserver-textdocument: 1.0.11 - vscode-uri: 3.0.8 - /vite-plugin-checker@0.6.4(eslint@9.0.0)(typescript@5.4.5)(vite@5.2.8): + /vite-plugin-checker@0.6.4(eslint@9.3.0)(typescript@5.4.5)(vite@5.2.8): resolution: {integrity: sha512-2zKHH5oxr+ye43nReRbC2fny1nyARwhxdm0uNYp/ERy4YvU9iZpNOsueoi/luXw5gnpqRSvjcEPxXbS153O2wA==} engines: {node: '>=14.16'} peerDependencies: @@ -22232,7 +21206,7 @@ packages: chalk: 4.1.2 chokidar: 3.6.0 commander: 8.3.0 - eslint: 9.0.0 + eslint: 9.3.0 fast-glob: 3.3.2 fs-extra: 11.2.0 npm-run-path: 4.0.1 @@ -22245,32 +21219,6 @@ packages: vscode-languageserver: 7.0.0 vscode-languageserver-textdocument: 1.0.11 vscode-uri: 3.0.8 - dev: true - - /vite-plugin-inspect@0.8.4(@nuxt/kit@3.11.1)(rollup@3.29.4)(vite@5.2.8): - resolution: {integrity: sha512-G0N3rjfw+AiiwnGw50KlObIHYWfulVwaCBUBLh2xTW9G1eM9ocE5olXkEYUbwyTmX+azM8duubi+9w5awdCz+g==} - engines: {node: '>=14'} - peerDependencies: - '@nuxt/kit': '*' - vite: ^3.1.0 || ^4.0.0 || ^5.0.0-0 - peerDependenciesMeta: - '@nuxt/kit': - optional: true - dependencies: - '@antfu/utils': 0.7.8 - '@nuxt/kit': 3.11.1(rollup@3.29.4) - '@rollup/pluginutils': 5.1.0(rollup@3.29.4) - debug: 4.3.4 - error-stack-parser-es: 0.1.4 - fs-extra: 11.2.0 - open: 10.1.0 - perfect-debounce: 1.0.0 - picocolors: 1.0.1 - sirv: 2.0.4 - vite: 5.2.8(@types/node@20.12.4) - transitivePeerDependencies: - - rollup - - supports-color /vite-plugin-inspect@0.8.4(@nuxt/kit@3.11.2)(rollup@3.29.4)(vite@5.2.8): resolution: {integrity: sha512-G0N3rjfw+AiiwnGw50KlObIHYWfulVwaCBUBLh2xTW9G1eM9ocE5olXkEYUbwyTmX+azM8duubi+9w5awdCz+g==} @@ -22292,7 +21240,7 @@ packages: perfect-debounce: 1.0.0 picocolors: 1.0.1 sirv: 2.0.4 - vite: 5.2.8(@types/node@20.12.4) + vite: 5.2.8(@types/node@20.12.13) transitivePeerDependencies: - rollup - supports-color @@ -22317,7 +21265,7 @@ packages: perfect-debounce: 1.0.0 picocolors: 1.0.1 sirv: 2.0.4 - vite: 5.2.8(@types/node@20.12.4) + vite: 5.2.8(@types/node@20.12.13) transitivePeerDependencies: - rollup - supports-color @@ -22334,7 +21282,7 @@ packages: optional: true dependencies: '@antfu/utils': 0.7.8 - '@nuxt/kit': 3.11.2(rollup@3.29.4) + '@nuxt/kit': 3.11.2 '@rollup/pluginutils': 5.1.0(rollup@3.29.4) debug: 4.3.4 error-stack-parser-es: 0.1.4 @@ -22343,30 +21291,12 @@ packages: perfect-debounce: 1.0.0 picocolors: 1.0.1 sirv: 2.0.4 - vite: 5.2.8(@types/node@20.12.4) + vite: 5.2.8(@types/node@20.12.13) transitivePeerDependencies: - rollup - supports-color dev: true - /vite-plugin-vue-inspector@4.0.2(vite@5.2.8): - resolution: {integrity: sha512-KPvLEuafPG13T7JJuQbSm5PwSxKFnVS965+MP1we2xGw9BPkkc/+LPix5MMWenpKWqtjr0ws8THrR+KuoDC8hg==} - peerDependencies: - vite: ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 - dependencies: - '@babel/core': 7.24.6 - '@babel/plugin-proposal-decorators': 7.24.6(@babel/core@7.24.6) - '@babel/plugin-syntax-import-attributes': 7.24.6(@babel/core@7.24.6) - '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.24.6) - '@babel/plugin-transform-typescript': 7.24.6(@babel/core@7.24.6) - '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.24.6) - '@vue/compiler-dom': 3.4.27 - kolorist: 1.8.0 - magic-string: 0.30.10 - vite: 5.2.8(@types/node@20.12.4) - transitivePeerDependencies: - - supports-color - /vite-plugin-vue-inspector@5.1.2(vite@5.2.8): resolution: {integrity: sha512-M+yH2LlQtVNzJAljQM+61CqDXBvHim8dU5ImGaQuwlo13tMDHue5D7IC20YwDJuWDODiYc/cZBUYspVlyPf2vQ==} peerDependencies: @@ -22381,7 +21311,7 @@ packages: '@vue/compiler-dom': 3.4.27 kolorist: 1.8.0 magic-string: 0.30.10 - vite: 5.2.8(@types/node@20.12.4) + vite: 5.2.8(@types/node@20.12.13) transitivePeerDependencies: - supports-color @@ -22419,47 +21349,11 @@ packages: rollup: 4.18.0 optionalDependencies: fsevents: 2.3.3 - dev: true - - /vite@5.2.8(@types/node@20.12.4): - resolution: {integrity: sha512-OyZR+c1CE8yeHw5V5t59aXsUPPVTHMDjEZz8MgguLL/Q7NblxhZUlTu9xSPqlsUO/y+X7dlU05jdhvyycD55DA==} - engines: {node: ^18.0.0 || >=20.0.0} - hasBin: true - peerDependencies: - '@types/node': ^18.0.0 || >=20.0.0 - less: '*' - lightningcss: ^1.21.0 - sass: '*' - stylus: '*' - sugarss: '*' - terser: ^5.4.0 - peerDependenciesMeta: - '@types/node': - optional: true - less: - optional: true - lightningcss: - optional: true - sass: - optional: true - stylus: - optional: true - sugarss: - optional: true - terser: - optional: true - dependencies: - '@types/node': 20.12.4 - esbuild: 0.20.2 - postcss: 8.4.38 - rollup: 4.18.0 - optionalDependencies: - fsevents: 2.3.3 - /vitest-environment-nuxt@1.0.0(@vue/test-utils@2.4.5)(h3@1.11.1)(happy-dom@14.7.0)(playwright-core@1.43.0)(rollup@3.29.4)(vite@5.2.8)(vitest@1.5.0)(vue-router@4.3.2)(vue@3.4.21): + /vitest-environment-nuxt@1.0.0(@vue/test-utils@2.4.6)(h3@1.11.1)(happy-dom@14.11.4)(nitropack@2.9.6)(playwright-core@1.44.1)(rollup@3.29.4)(vite@5.2.8)(vitest@1.6.0)(vue-router@4.3.2)(vue@3.4.21): resolution: {integrity: sha512-AWMO9h4HdbaFdPWZw34gALFI8gbBiOpvfbyeZwHIPfh4kWg/TwElYHvYMQ61WPUlCGaS5LebfHkaI0WPyb//Iw==} dependencies: - '@nuxt/test-utils': 3.12.0(@vue/test-utils@2.4.5)(h3@1.11.1)(happy-dom@14.7.0)(playwright-core@1.43.0)(rollup@3.29.4)(vite@5.2.8)(vitest@1.5.0)(vue-router@4.3.2)(vue@3.4.21) + '@nuxt/test-utils': 3.13.1(@vue/test-utils@2.4.6)(h3@1.11.1)(happy-dom@14.11.4)(nitropack@2.9.6)(playwright-core@1.44.1)(rollup@3.29.4)(vite@5.2.8)(vitest@1.6.0)(vue-router@4.3.2)(vue@3.4.21) transitivePeerDependencies: - '@cucumber/cucumber' - '@jest/globals' @@ -22470,6 +21364,7 @@ packages: - h3 - happy-dom - jsdom + - nitropack - playwright-core - rollup - supports-color @@ -22479,10 +21374,10 @@ packages: - vue-router dev: true - /vitest-environment-nuxt@1.0.0(@vue/test-utils@2.4.5)(h3@1.11.1)(happy-dom@14.7.0)(playwright-core@1.43.0)(vite@5.2.8)(vitest@1.5.0)(vue-router@4.3.0)(vue@3.4.21): + /vitest-environment-nuxt@1.0.0(@vue/test-utils@2.4.6)(h3@1.11.1)(happy-dom@14.11.4)(nitropack@2.9.6)(playwright-core@1.44.1)(vite@5.2.8)(vitest@1.6.0)(vue-router@4.3.2)(vue@3.4.21): resolution: {integrity: sha512-AWMO9h4HdbaFdPWZw34gALFI8gbBiOpvfbyeZwHIPfh4kWg/TwElYHvYMQ61WPUlCGaS5LebfHkaI0WPyb//Iw==} dependencies: - '@nuxt/test-utils': 3.12.0(@vue/test-utils@2.4.5)(h3@1.11.1)(happy-dom@14.7.0)(playwright-core@1.43.0)(vite@5.2.8)(vitest@1.5.0)(vue-router@4.3.0)(vue@3.4.21) + '@nuxt/test-utils': 3.13.1(@vue/test-utils@2.4.6)(h3@1.11.1)(happy-dom@14.11.4)(nitropack@2.9.6)(playwright-core@1.44.1)(vite@5.2.8)(vitest@1.6.0)(vue-router@4.3.2)(vue@3.4.21) transitivePeerDependencies: - '@cucumber/cucumber' - '@jest/globals' @@ -22493,6 +21388,7 @@ packages: - h3 - happy-dom - jsdom + - nitropack - playwright-core - rollup - supports-color @@ -22502,15 +21398,15 @@ packages: - vue-router dev: true - /vitest@1.5.0(@types/node@20.12.4)(happy-dom@14.7.0): - resolution: {integrity: sha512-d8UKgR0m2kjdxDWX6911uwxout6GHS0XaGH1cksSIVVG8kRlE7G7aBw7myKQCvDI5dT4j7ZMa+l706BIORMDLw==} + /vitest@1.6.0(@types/node@20.12.13)(happy-dom@14.11.4): + resolution: {integrity: sha512-H5r/dN06swuFnzNFhq/dnz37bPXnq8xB2xB5JOVk8K09rUtoeNN+LHWkoQ0A/i3hvbUKKcCei9KpbxqHMLhLLA==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: '@edge-runtime/vm': '*' '@types/node': ^18.0.0 || >=20.0.0 - '@vitest/browser': 1.5.0 - '@vitest/ui': 1.5.0 + '@vitest/browser': 1.6.0 + '@vitest/ui': 1.6.0 happy-dom: '*' jsdom: '*' peerDependenciesMeta: @@ -22527,17 +21423,17 @@ packages: jsdom: optional: true dependencies: - '@types/node': 20.12.4 - '@vitest/expect': 1.5.0 - '@vitest/runner': 1.5.0 - '@vitest/snapshot': 1.5.0 - '@vitest/spy': 1.5.0 - '@vitest/utils': 1.5.0 + '@types/node': 20.12.13 + '@vitest/expect': 1.6.0 + '@vitest/runner': 1.6.0 + '@vitest/snapshot': 1.6.0 + '@vitest/spy': 1.6.0 + '@vitest/utils': 1.6.0 acorn-walk: 8.3.2 chai: 4.4.1 debug: 4.3.4 execa: 8.0.1 - happy-dom: 14.7.0 + happy-dom: 14.11.4 local-pkg: 0.5.0 magic-string: 0.30.10 pathe: 1.1.2 @@ -22546,8 +21442,8 @@ packages: strip-literal: 2.1.0 tinybench: 2.8.0 tinypool: 0.8.4 - vite: 5.2.8(@types/node@20.12.4) - vite-node: 1.5.0(@types/node@20.12.4) + vite: 5.2.8(@types/node@20.12.13) + vite-node: 1.6.0(@types/node@20.12.13) why-is-node-running: 2.2.2 transitivePeerDependencies: - less @@ -22621,19 +21517,34 @@ packages: '@vue/composition-api': optional: true dependencies: - vue: 3.4.21(typescript@5.4.3) + vue: 3.4.21(typescript@5.4.5) + + /vue-demi@0.14.7(vue@3.4.27): + resolution: {integrity: sha512-EOG8KXDQNwkJILkx/gPcoL/7vH+hORoBaKgGe+6W7VFMvCYJfmF2dGbvgDroVnI8LU7/kTu8mbjRZGBU1z9NTA==} + engines: {node: '>=12'} + hasBin: true + requiresBuild: true + peerDependencies: + '@vue/composition-api': ^1.0.0-rc.1 + vue: ^3.0.0-0 || ^2.6.0 + peerDependenciesMeta: + '@vue/composition-api': + optional: true + dependencies: + vue: 3.4.27(typescript@5.4.5) + dev: false /vue-devtools-stub@0.1.0: resolution: {integrity: sha512-RutnB7X8c5hjq39NceArgXg28WZtZpGc3+J16ljMiYnFhKvd8hITxSWQSQ5bvldxMDU6gG5mkxl1MTQLXckVSQ==} - /vue-eslint-parser@9.4.2(eslint@9.0.0): + /vue-eslint-parser@9.4.2(eslint@9.3.0): resolution: {integrity: sha512-Ry9oiGmCAK91HrKMtCrKFWmSFWvYkpGglCeFAIqDdr9zdXmMMpJOmUJS7WWsW7fX81h6mwHmUZCQQ1E0PkSwYQ==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' dependencies: debug: 4.3.4 - eslint: 9.0.0 + eslint: 9.3.0 eslint-scope: 7.2.2 eslint-visitor-keys: 3.4.3 espree: 9.6.1 @@ -22644,7 +21555,7 @@ packages: - supports-color dev: true - /vue-i18n@9.13.1(vue@3.4.21): + /vue-i18n@9.13.1(vue@3.4.27): resolution: {integrity: sha512-mh0GIxx0wPtPlcB1q4k277y0iKgo25xmDPWioVVYanjPufDBpvu5ySTjP5wOrSvlYQ2m1xI+CFhGdauv/61uQg==} engines: {node: '>= 16'} peerDependencies: @@ -22653,7 +21564,7 @@ packages: '@intlify/core-base': 9.13.1 '@intlify/shared': 9.13.1 '@vue/devtools-api': 6.6.1 - vue: 3.4.21(typescript@5.4.3) + vue: 3.4.27(typescript@5.4.5) dev: false /vue-input-otp@0.1.0(vue@3.4.21): @@ -22661,58 +21572,73 @@ packages: peerDependencies: vue: ^3.2.0 dependencies: - vue: 3.4.21(typescript@5.4.3) + vue: 3.4.21(typescript@5.4.5) + dev: true + + /vue-input-otp@0.1.0(vue@3.4.27): + resolution: {integrity: sha512-vRkb/ECwMMPOH7YRFJBJ9lLhE3MiVuxNSqitY5l/KJ7FHzlMIjfyhAW2y9nkhE1NMY/kmtiusYjkNSfCVrFFTA==} + peerDependencies: + vue: ^3.2.0 + dependencies: + vue: 3.4.27(typescript@5.4.5) + dev: false /vue-observe-visibility@2.0.0-alpha.1(vue@3.4.21): resolution: {integrity: sha512-flFbp/gs9pZniXR6fans8smv1kDScJ8RS7rEpMjhVabiKeq7Qz3D9+eGsypncjfIyyU84saU88XZ0zjbD6Gq/g==} peerDependencies: vue: ^3.0.0 dependencies: - vue: 3.4.21(typescript@5.4.3) + vue: 3.4.21(typescript@5.4.5) /vue-resize@2.0.0-alpha.1(vue@3.4.21): resolution: {integrity: sha512-7+iqOueLU7uc9NrMfrzbG8hwMqchfVfSzpVlCMeJQe4pyibqyoifDNbKTZvwxZKDvGkB+PdFeKvnGZMoEb8esg==} peerDependencies: vue: ^3.0.0 dependencies: - vue: 3.4.21(typescript@5.4.3) + vue: 3.4.21(typescript@5.4.5) - /vue-router@4.3.0(vue@3.4.21): - resolution: {integrity: sha512-dqUcs8tUeG+ssgWhcPbjHvazML16Oga5w34uCUmsk7i0BcnskoLGwjpa15fqMr2Fa5JgVBrdL2MEgqz6XZ/6IQ==} + /vue-router@4.3.2(vue@3.4.21): + resolution: {integrity: sha512-hKQJ1vDAZ5LVkKEnHhmm1f9pMiWIBNGF5AwU67PdH7TyXCj/a4hTccuUuYCAMgJK6rO/NVYtQIEN3yL8CECa7Q==} peerDependencies: vue: ^3.2.0 dependencies: '@vue/devtools-api': 6.6.1 - vue: 3.4.21(typescript@5.4.3) - dev: true + vue: 3.4.21(typescript@5.4.5) - /vue-router@4.3.2(vue@3.4.21): + /vue-router@4.3.2(vue@3.4.27): resolution: {integrity: sha512-hKQJ1vDAZ5LVkKEnHhmm1f9pMiWIBNGF5AwU67PdH7TyXCj/a4hTccuUuYCAMgJK6rO/NVYtQIEN3yL8CECa7Q==} peerDependencies: vue: ^3.2.0 dependencies: '@vue/devtools-api': 6.6.1 - vue: 3.4.21(typescript@5.4.3) + vue: 3.4.27(typescript@5.4.5) + dev: false - /vue-screen-utils@1.0.0-beta.13(vue@3.4.21): + /vue-screen-utils@1.0.0-beta.13(vue@3.4.27): resolution: {integrity: sha512-EJ/8TANKhFj+LefDuOvZykwMr3rrLFPLNb++lNBqPOpVigT2ActRg6icH9RFQVm4nHwlHIHSGm5OY/Clar9yIg==} peerDependencies: vue: ^3.2.0 dependencies: - vue: 3.4.21(typescript@5.4.3) + vue: 3.4.27(typescript@5.4.5) dev: false + /vue-template-compiler@2.7.16: + resolution: {integrity: sha512-AYbUWAJHLGGQM7+cNTELw+KsOG9nl2CnSv467WobS5Cv9uk3wFcnr1Etsz2sEIHEZvw1U+o9mRlEO6QbZvUPGQ==} + dependencies: + de-indent: 1.0.2 + he: 1.2.0 + /vue-virtual-scroller@2.0.0-beta.8(vue@3.4.21): resolution: {integrity: sha512-b8/f5NQ5nIEBRTNi6GcPItE4s7kxNHw2AIHLtDp+2QvqdTjVN0FgONwX9cr53jWRgnu+HRLPaWDOR2JPI5MTfQ==} peerDependencies: vue: ^3.2.0 dependencies: mitt: 2.1.0 - vue: 3.4.21(typescript@5.4.3) + vue: 3.4.21(typescript@5.4.5) vue-observe-visibility: 2.0.0-alpha.1(vue@3.4.21) vue-resize: 2.0.0-alpha.1(vue@3.4.21) - /vue@3.4.21(typescript@5.4.3): + /vue@3.4.21(typescript@5.4.5): resolution: {integrity: sha512-5hjyV/jLEIKD/jYl4cavMcnzKwjMKohureP8ejn3hhEjwhWIhWeuzL2kJAjzl/WyVsgPY56Sy4Z40C3lVshxXA==} peerDependencies: typescript: '*' @@ -22725,23 +21651,23 @@ packages: '@vue/runtime-dom': 3.4.21 '@vue/server-renderer': 3.4.21(vue@3.4.21) '@vue/shared': 3.4.21 - typescript: 5.4.3 + typescript: 5.4.5 - /vue@3.4.21(typescript@5.4.5): - resolution: {integrity: sha512-5hjyV/jLEIKD/jYl4cavMcnzKwjMKohureP8ejn3hhEjwhWIhWeuzL2kJAjzl/WyVsgPY56Sy4Z40C3lVshxXA==} + /vue@3.4.27(typescript@5.4.5): + resolution: {integrity: sha512-8s/56uK6r01r1icG/aEOHqyMVxd1bkYcSe9j8HcKtr/xTOFWvnzIVTehNW+5Yt89f+DLBe4A569pnZLS5HzAMA==} peerDependencies: typescript: '*' peerDependenciesMeta: typescript: optional: true dependencies: - '@vue/compiler-dom': 3.4.21 - '@vue/compiler-sfc': 3.4.21 - '@vue/runtime-dom': 3.4.21 - '@vue/server-renderer': 3.4.21(vue@3.4.21) - '@vue/shared': 3.4.21 + '@vue/compiler-dom': 3.4.27 + '@vue/compiler-sfc': 3.4.27 + '@vue/runtime-dom': 3.4.27 + '@vue/server-renderer': 3.4.27(vue@3.4.27) + '@vue/shared': 3.4.27 typescript: 5.4.5 - dev: true + dev: false /w3c-keyname@2.2.8: resolution: {integrity: sha512-dpojBhNsCNN7T82Tm7k26A6G9ML3NkhDsnw9n/eoxSRlVBB4CEtIQ/KTCLI2Fwf3ataSXRhYFkQi3SlnFwPvPQ==} @@ -22753,7 +21679,6 @@ packages: dependencies: glob-to-regexp: 0.4.1 graceful-fs: 4.2.11 - dev: true /wcwidth@1.0.1: resolution: {integrity: sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==} @@ -22763,7 +21688,6 @@ packages: /web-streams-polyfill@3.3.3: resolution: {integrity: sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==} engines: {node: '>= 8'} - dev: false /webcrypto-core@1.8.0: resolution: {integrity: sha512-kR1UQNH8MD42CYuLzvibfakG5Ew5seG85dMMoAM/1LqvckxaF6pUiidLuraIu4V+YCIFabYecUZAW0TuxAoaqw==} @@ -22828,7 +21752,6 @@ packages: - '@swc/core' - esbuild - uglify-js - dev: true /whatwg-mimetype@3.0.0: resolution: {integrity: sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q==} @@ -23042,23 +21965,13 @@ packages: dependencies: eslint-visitor-keys: 3.4.3 lodash: 4.17.21 - yaml: 2.4.1 + yaml: 2.4.2 /yaml@1.10.2: resolution: {integrity: sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==} engines: {node: '>= 6'} dev: false - /yaml@2.3.4: - resolution: {integrity: sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA==} - engines: {node: '>= 14'} - dev: true - - /yaml@2.4.1: - resolution: {integrity: sha512-pIXzoImaqmfOrL7teGUBt/T7ZDnyeGBWyXQBvOVhLkWLN37GXv8NMLK406UY6dS51JfcQHsmcW5cJ441bHg6Lg==} - engines: {node: '>= 14'} - hasBin: true - /yaml@2.4.2: resolution: {integrity: sha512-B3VqDZ+JAg1nZpaEmWtTXUlBneoGx6CPM9b0TENK6aoSu5t73dItudwdgmi6tHlIZZId4dZ9skcAQ2UbcyAeVA==} engines: {node: '>= 14'} @@ -23167,9 +22080,5 @@ packages: compress-commons: 6.0.2 readable-stream: 4.5.2 - /zod@3.22.4: - resolution: {integrity: sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==} - dev: false - /zod@3.23.8: resolution: {integrity: sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==} diff --git a/themes/pergel-auth/server/lucia-changeName/index.ts b/themes/pergel-auth/server/lucia-changeName/index.ts index 4fe42ec1..dd1ea6e4 100644 --- a/themes/pergel-auth/server/lucia-changeName/index.ts +++ b/themes/pergel-auth/server/lucia-changeName/index.ts @@ -14,7 +14,6 @@ export const changeNameAuth = pergelChangeName() db: connect, options: { getUserAttributes(databaseUserAttributes) { - // eslint-disable-next-line unused-imports/no-unused-vars const { password, provider, providerId, ...attributes } = databaseUserAttributes return attributes }, diff --git a/themes/pergel-ionic/package.json b/themes/pergel-ionic/package.json index 9bc7becf..14c584d9 100644 --- a/themes/pergel-ionic/package.json +++ b/themes/pergel-ionic/package.json @@ -10,9 +10,9 @@ "postinstall": "nuxt prepare" }, "dependencies": { - "@capacitor/cli": "^5.7.4", + "@capacitor/cli": "^6.0.0", "@ionic/cli": "^7.2.0", - "@ionic/core": "^7.8.3", + "@ionic/core": "^8.2.0", "@nuxtjs/ionic": "^0.13.1", "@pergel/module-box": "workspace:latest" },