From d9806ad7c28e79ce452b923bc8994cf9a56c0041 Mon Sep 17 00:00:00 2001 From: patzick <13100280+patzick@users.noreply.github.com> Date: Tue, 22 Aug 2023 13:31:35 +0200 Subject: [PATCH 1/2] chore: bump dependencies --- apps/docs/package.json | 4 +- apps/e2e-tests/package.json | 2 +- examples/blank-playground/package.json | 4 +- examples/example-builder/package.json | 4 +- examples/express-checkout/package.json | 6 +- examples/login-form/package.json | 4 +- examples/modal-teleport/package.json | 10 +- examples/new-api-client/package.json | 4 +- examples/product-detail-page/package.json | 4 +- examples/responsive-images/package.json | 4 +- examples/use-add-to-cart/package.json | 4 +- examples/use-cart/package.json | 4 +- examples/use-checkout/package.json | 4 +- package.json | 14 +- packages/api-client-next/package.json | 4 +- packages/api-client/package.json | 6 +- packages/api-gen/package.json | 6 +- packages/cms-base/auto-imports.d.ts | 1150 +++---- packages/cms-base/components.d.ts | 4 +- packages/cms-base/package.json | 2 +- packages/composables/package.json | 6 +- packages/eslint-config-shopware/package.json | 8 +- packages/helpers/package.json | 6 +- packages/nuxt3-module/package.json | 2 +- packages/typer/package.json | 4 +- pnpm-lock.yaml | 3137 ++++++++++-------- templates/astro/package.json | 8 +- templates/vue-demo-store/package.json | 8 +- templates/vue-vite-blank/package.json | 6 +- 29 files changed, 2471 insertions(+), 1958 deletions(-) diff --git a/apps/docs/package.json b/apps/docs/package.json index 8f5d7e36b..aba43b92f 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -21,9 +21,9 @@ }, "devDependencies": { "@shopware-pwa/typer": "workspace:*", - "@types/markdown-it": "^12.2.3", + "@types/markdown-it": "^13.0.0", "@types/node": "^18.16.18", - "@vitejs/plugin-vue": "^4.2.3", + "@vitejs/plugin-vue": "^4.3.3", "typescript": "^5.1.6" }, "pnpm": { diff --git a/apps/e2e-tests/package.json b/apps/e2e-tests/package.json index 9ae4c1772..d16916f90 100644 --- a/apps/e2e-tests/package.json +++ b/apps/e2e-tests/package.json @@ -7,7 +7,7 @@ "test:e2e": "playwright test e2e" }, "devDependencies": { - "@playwright/test": "^1.36.2" + "@playwright/test": "^1.37.1" }, "dependencies": { "dotenv": "^16.3.1" diff --git a/examples/blank-playground/package.json b/examples/blank-playground/package.json index 0ed3b73fb..c11ba5a7a 100644 --- a/examples/blank-playground/package.json +++ b/examples/blank-playground/package.json @@ -15,7 +15,7 @@ }, "devDependencies": { "@shopware-pwa/types": "canary", - "@vitejs/plugin-vue": "^4.2.3", - "vite": "^4.4.7" + "@vitejs/plugin-vue": "^4.3.3", + "vite": "^4.4.9" } } diff --git a/examples/example-builder/package.json b/examples/example-builder/package.json index abaf2a765..25b9ce52b 100644 --- a/examples/example-builder/package.json +++ b/examples/example-builder/package.json @@ -14,9 +14,9 @@ "vue-router": "^4.2.4" }, "devDependencies": { - "@vitejs/plugin-vue": "^4.2.3", + "@vitejs/plugin-vue": "^4.3.3", "typescript": "^5.1.6", - "vite": "^4.4.7", + "vite": "^4.4.9", "vue-tsc": "^1.8.8" } } diff --git a/examples/express-checkout/package.json b/examples/express-checkout/package.json index 61e6e3d45..259ae2e09 100644 --- a/examples/express-checkout/package.json +++ b/examples/express-checkout/package.json @@ -8,7 +8,7 @@ "preview": "vite preview" }, "dependencies": { - "@paypal/paypal-js": "^6.0.1", + "@paypal/paypal-js": "^7.0.0", "@shopware-pwa/api-client": "canary", "@shopware-pwa/composables-next": "canary", "@shopware-pwa/helpers-next": "canary", @@ -18,7 +18,7 @@ }, "devDependencies": { "@shopware-pwa/types": "canary", - "@vitejs/plugin-vue": "^4.2.3", - "vite": "^4.4.7" + "@vitejs/plugin-vue": "^4.3.3", + "vite": "^4.4.9" } } diff --git a/examples/login-form/package.json b/examples/login-form/package.json index fca6edf5b..417bdc729 100644 --- a/examples/login-form/package.json +++ b/examples/login-form/package.json @@ -15,7 +15,7 @@ }, "devDependencies": { "@shopware-pwa/types": "canary", - "@vitejs/plugin-vue": "^4.2.3", - "vite": "^4.4.7" + "@vitejs/plugin-vue": "^4.3.3", + "vite": "^4.4.9" } } diff --git a/examples/modal-teleport/package.json b/examples/modal-teleport/package.json index 0e17c986e..99faf1a01 100644 --- a/examples/modal-teleport/package.json +++ b/examples/modal-teleport/package.json @@ -9,15 +9,15 @@ "postinstall": "nuxt prepare" }, "devDependencies": { - "@nuxt/devtools": "^0.7.2", + "@nuxt/devtools": "^0.8.0", "@nuxt/types": "^2.17.1", "@nuxt/typescript-build": "^3.0.1", "@nuxtjs/eslint-config-typescript": "^12.0.0", - "@unocss/nuxt": "^0.54.1", - "@unocss/reset": "^0.54.1", - "eslint": "^8.46.0", + "@unocss/nuxt": "^0.55.2", + "@unocss/reset": "^0.55.2", + "eslint": "^8.47.0", "nuxt": "^3.6.5", - "unocss": "^0.54.1" + "unocss": "^0.55.2" }, "dependencies": { "@vueuse/nuxt": "^10.3.0", diff --git a/examples/new-api-client/package.json b/examples/new-api-client/package.json index 705d92b6c..a4f6a1fe0 100644 --- a/examples/new-api-client/package.json +++ b/examples/new-api-client/package.json @@ -14,9 +14,9 @@ "vue": "^3.3.4" }, "devDependencies": { - "@vitejs/plugin-vue": "^4.2.3", + "@vitejs/plugin-vue": "^4.3.3", "typescript": "^5.1.6", - "vite": "^4.4.7", + "vite": "^4.4.9", "vue-tsc": "^1.8.8" } } diff --git a/examples/product-detail-page/package.json b/examples/product-detail-page/package.json index 316bb5706..2ca93bd5c 100644 --- a/examples/product-detail-page/package.json +++ b/examples/product-detail-page/package.json @@ -16,7 +16,7 @@ }, "devDependencies": { "@shopware-pwa/types": "canary", - "@vitejs/plugin-vue": "^4.2.3", - "vite": "^4.4.7" + "@vitejs/plugin-vue": "^4.3.3", + "vite": "^4.4.9" } } diff --git a/examples/responsive-images/package.json b/examples/responsive-images/package.json index 18ecbab6d..7608a41bd 100644 --- a/examples/responsive-images/package.json +++ b/examples/responsive-images/package.json @@ -15,7 +15,7 @@ }, "devDependencies": { "@shopware-pwa/types": "canary", - "@vitejs/plugin-vue": "^4.2.3", - "vite": "^4.4.7" + "@vitejs/plugin-vue": "^4.3.3", + "vite": "^4.4.9" } } diff --git a/examples/use-add-to-cart/package.json b/examples/use-add-to-cart/package.json index 91413f2cd..a260db854 100644 --- a/examples/use-add-to-cart/package.json +++ b/examples/use-add-to-cart/package.json @@ -15,7 +15,7 @@ }, "devDependencies": { "@shopware-pwa/types": "canary", - "@vitejs/plugin-vue": "^4.2.3", - "vite": "^4.4.7" + "@vitejs/plugin-vue": "^4.3.3", + "vite": "^4.4.9" } } diff --git a/examples/use-cart/package.json b/examples/use-cart/package.json index 9e2c7d5f1..44700b178 100644 --- a/examples/use-cart/package.json +++ b/examples/use-cart/package.json @@ -15,7 +15,7 @@ }, "devDependencies": { "@shopware-pwa/types": "canary", - "@vitejs/plugin-vue": "^4.2.3", - "vite": "^4.4.7" + "@vitejs/plugin-vue": "^4.3.3", + "vite": "^4.4.9" } } diff --git a/examples/use-checkout/package.json b/examples/use-checkout/package.json index 8096e823b..129d166b0 100644 --- a/examples/use-checkout/package.json +++ b/examples/use-checkout/package.json @@ -15,7 +15,7 @@ }, "devDependencies": { "@shopware-pwa/types": "canary", - "@vitejs/plugin-vue": "^4.2.3", - "vite": "^4.4.7" + "@vitejs/plugin-vue": "^4.3.3", + "vite": "^4.4.9" } } diff --git a/package.json b/package.json index 49ac522d5..6cd3f42f5 100644 --- a/package.json +++ b/package.json @@ -28,20 +28,20 @@ "devDependencies": { "@changesets/changelog-github": "^0.4.8", "@changesets/cli": "^2.26.2", - "@microsoft/api-documenter": "^7.22.32", - "@microsoft/api-extractor": "^7.36.3", + "@microsoft/api-documenter": "^7.22.33", + "@microsoft/api-extractor": "^7.36.4", "@microsoft/tsdoc": "^0.14.2", "@types/changelog-parser": "^2.8.1", "changelog-parser": "^3.0.1", - "dotenv-cli": "^7.2.1", + "dotenv-cli": "^7.3.0", "globby": "^13.2.2", "husky": "^8.0.3", - "lint-staged": "^13.2.3", - "prettier": "^3.0.0", + "lint-staged": "^14.0.1", + "prettier": "^3.0.2", "taze": "^0.11.2", "turbo": "^1.10.12", "typedoc": "^0.24.8", - "vercel": "^31.2.1" + "vercel": "^32.0.0" }, "engines": { "node": "^16.x || ^18.x" @@ -51,7 +51,7 @@ "prettier --write" ] }, - "packageManager": "pnpm@8.6.11", + "packageManager": "pnpm@8.6.12", "pnpm": { "overrides": { "yaml@2": "^2.2.2", diff --git a/packages/api-client-next/package.json b/packages/api-client-next/package.json index bec10596a..97ca78f23 100644 --- a/packages/api-client-next/package.json +++ b/packages/api-client-next/package.json @@ -43,9 +43,9 @@ "@types/prettier": "^3.0.0", "@vitest/coverage-c8": "^0.33.0", "eslint-config-shopware": "workspace:*", - "prettier": "^3.0.0", + "prettier": "^3.0.2", "tsconfig": "workspace:*", - "vitest": "^0.33.0" + "vitest": "^0.34.2" }, "dependencies": { "ofetch": "^1.1.1" diff --git a/packages/api-client/package.json b/packages/api-client/package.json index af961cfe6..10a2ca62d 100644 --- a/packages/api-client/package.json +++ b/packages/api-client/package.json @@ -35,11 +35,11 @@ }, "devDependencies": { "@faker-js/faker": "^8.0.2", - "@vitest/coverage-v8": "^0.33.0", + "@vitest/coverage-v8": "^0.34.2", "eslint-config-shopware": "workspace:*", - "happy-dom": "^10.5.2", + "happy-dom": "^10.10.4", "tsconfig": "workspace:*", - "vitest": "^0.33.0" + "vitest": "^0.34.2" }, "dependencies": { "@shopware-pwa/types": "workspace:*", diff --git a/packages/api-gen/package.json b/packages/api-gen/package.json index 35b684dc6..84a1a0ede 100644 --- a/packages/api-gen/package.json +++ b/packages/api-gen/package.json @@ -41,12 +41,12 @@ "eslint-config-shopware": "workspace:*", "picocolors": "^1.0.0", "tsconfig": "workspace:*", - "vitest": "^0.33.0" + "vitest": "^0.34.2" }, "dependencies": { "ofetch": "^1.1.1", - "openapi-typescript": "^6.4.0", - "prettier": "^3.0.0", + "openapi-typescript": "^6.5.2", + "prettier": "^3.0.2", "semver": "^7.5.4", "yargs": "^17.7.2" } diff --git a/packages/cms-base/auto-imports.d.ts b/packages/cms-base/auto-imports.d.ts index be669b639..577c2845a 100644 --- a/packages/cms-base/auto-imports.d.ts +++ b/packages/cms-base/auto-imports.d.ts @@ -1,584 +1,584 @@ // Generated by auto imports export {}; declare global { - const abortNavigation: typeof import("../../node_modules/nuxt/dist/app")["abortNavigation"]; - const addRouteMiddleware: typeof import("../../node_modules/nuxt/dist/app")["addRouteMiddleware"]; - const asyncComputed: typeof import("@vueuse/core")["asyncComputed"]; - const autoResetRef: typeof import("@vueuse/core")["autoResetRef"]; - const clearError: typeof import("../../node_modules/nuxt/dist/app")["clearError"]; - const computed: typeof import("vue")["computed"]; - const computedAsync: typeof import("@vueuse/core")["computedAsync"]; - const computedEager: typeof import("@vueuse/core")["computedEager"]; - const computedInject: typeof import("@vueuse/core")["computedInject"]; - const computedWithControl: typeof import("@vueuse/core")["computedWithControl"]; - const controlledComputed: typeof import("@vueuse/core")["controlledComputed"]; - const controlledRef: typeof import("@vueuse/core")["controlledRef"]; - const createEventHook: typeof import("@vueuse/core")["createEventHook"]; - const createGlobalState: typeof import("@vueuse/core")["createGlobalState"]; - const createInjectionState: typeof import("@vueuse/core")["createInjectionState"]; - const createReactiveFn: typeof import("@vueuse/core")["createReactiveFn"]; - const createSharedComposable: typeof import("@vueuse/core")["createSharedComposable"]; - const createUnrefFn: typeof import("@vueuse/core")["createUnrefFn"]; - const customRef: typeof import("vue")["customRef"]; - const debouncedRef: typeof import("@vueuse/core")["debouncedRef"]; - const debouncedWatch: typeof import("@vueuse/core")["debouncedWatch"]; - const defineAsyncComponent: typeof import("vue")["defineAsyncComponent"]; - const defineComponent: typeof import("vue")["defineComponent"]; - const defineNuxtComponent: typeof import("../../node_modules/nuxt/dist/app")["defineNuxtComponent"]; - const defineNuxtLink: typeof import("../../node_modules/nuxt/dist/app")["defineNuxtLink"]; - const defineNuxtPlugin: typeof import("../../node_modules/nuxt/dist/app")["defineNuxtPlugin"]; - const defineNuxtRouteMiddleware: typeof import("../../node_modules/nuxt/dist/app")["defineNuxtRouteMiddleware"]; - const definePageMeta: typeof import("../../node_modules/nuxt/dist/pages/runtime/composables")["definePageMeta"]; - const eagerComputed: typeof import("@vueuse/core")["eagerComputed"]; - const effect: typeof import("vue")["effect"]; - const effectScope: typeof import("vue")["effectScope"]; - const extendRef: typeof import("@vueuse/core")["extendRef"]; - const getCurrentInstance: typeof import("vue")["getCurrentInstance"]; - const getCurrentScope: typeof import("vue")["getCurrentScope"]; - const h: typeof import("vue")["h"]; - const ignorableWatch: typeof import("@vueuse/core")["ignorableWatch"]; - const inject: typeof import("vue")["inject"]; - const isDefined: typeof import("@vueuse/core")["isDefined"]; - const isProxy: typeof import("vue")["isProxy"]; - const isReactive: typeof import("vue")["isReactive"]; - const isReadonly: typeof import("vue")["isReadonly"]; - const isRef: typeof import("vue")["isRef"]; - const isShallow: typeof import("vue")["isShallow"]; - const isVue2: typeof import("../../node_modules/nuxt/dist/app/compat/vue-demi")["isVue2"]; - const isVue3: typeof import("../../node_modules/nuxt/dist/app/compat/vue-demi")["isVue3"]; - const logicAnd: typeof import("@vueuse/core")["logicAnd"]; - const logicNot: typeof import("@vueuse/core")["logicNot"]; - const logicOr: typeof import("@vueuse/core")["logicOr"]; - const makeDestructurable: typeof import("@vueuse/core")["makeDestructurable"]; - const markRaw: typeof import("vue")["markRaw"]; - const navigateTo: typeof import("../../node_modules/nuxt/dist/app")["navigateTo"]; - const nextTick: typeof import("vue")["nextTick"]; - const onActivated: typeof import("vue")["onActivated"]; - const onBeforeMount: typeof import("vue")["onBeforeMount"]; - const onBeforeUnmount: typeof import("vue")["onBeforeUnmount"]; - const onBeforeUpdate: typeof import("vue")["onBeforeUpdate"]; - const onClickOutside: typeof import("@vueuse/core")["onClickOutside"]; - const onDeactivated: typeof import("vue")["onDeactivated"]; - const onErrorCaptured: typeof import("vue")["onErrorCaptured"]; - const onKeyStroke: typeof import("@vueuse/core")["onKeyStroke"]; - const onLongPress: typeof import("@vueuse/core")["onLongPress"]; - const onMounted: typeof import("vue")["onMounted"]; - const onRenderTracked: typeof import("vue")["onRenderTracked"]; - const onRenderTriggered: typeof import("vue")["onRenderTriggered"]; - const onScopeDispose: typeof import("vue")["onScopeDispose"]; - const onServerPrefetch: typeof import("vue")["onServerPrefetch"]; - const onStartTyping: typeof import("@vueuse/core")["onStartTyping"]; - const onUnmounted: typeof import("vue")["onUnmounted"]; - const onUpdated: typeof import("vue")["onUpdated"]; - const pausableWatch: typeof import("@vueuse/core")["pausableWatch"]; - const provide: typeof import("vue")["provide"]; - const proxyRefs: typeof import("vue")["proxyRefs"]; - const reactify: typeof import("@vueuse/core")["reactify"]; - const reactifyObject: typeof import("@vueuse/core")["reactifyObject"]; - const reactive: typeof import("vue")["reactive"]; - const reactiveComputed: typeof import("@vueuse/core")["reactiveComputed"]; - const reactiveOmit: typeof import("@vueuse/core")["reactiveOmit"]; - const reactivePick: typeof import("@vueuse/core")["reactivePick"]; - const readonly: typeof import("vue")["readonly"]; - const ref: typeof import("vue")["ref"]; - const refAutoReset: typeof import("@vueuse/core")["refAutoReset"]; - const refDebounced: typeof import("@vueuse/core")["refDebounced"]; - const refDefault: typeof import("@vueuse/core")["refDefault"]; - const refThrottled: typeof import("@vueuse/core")["refThrottled"]; - const refWithControl: typeof import("@vueuse/core")["refWithControl"]; - const refreshNuxtData: typeof import("../../node_modules/nuxt/dist/app")["refreshNuxtData"]; - const resolveComponent: typeof import("vue")["resolveComponent"]; - const shallowReactive: typeof import("vue")["shallowReactive"]; - const shallowReadonly: typeof import("vue")["shallowReadonly"]; - const shallowRef: typeof import("vue")["shallowRef"]; - const syncRef: typeof import("@vueuse/core")["syncRef"]; - const syncRefs: typeof import("@vueuse/core")["syncRefs"]; - const templateRef: typeof import("@vueuse/core")["templateRef"]; - const throttledRef: typeof import("@vueuse/core")["throttledRef"]; - const throttledWatch: typeof import("@vueuse/core")["throttledWatch"]; - const throwError: typeof import("../../node_modules/nuxt/dist/app")["throwError"]; - const toRaw: typeof import("vue")["toRaw"]; - const toReactive: typeof import("@vueuse/core")["toReactive"]; - const toRef: typeof import("vue")["toRef"]; - const toRefs: typeof import("vue")["toRefs"]; - const triggerRef: typeof import("vue")["triggerRef"]; - const tryOnBeforeMount: typeof import("@vueuse/core")["tryOnBeforeMount"]; - const tryOnBeforeUnmount: typeof import("@vueuse/core")["tryOnBeforeUnmount"]; - const tryOnMounted: typeof import("@vueuse/core")["tryOnMounted"]; - const tryOnScopeDispose: typeof import("@vueuse/core")["tryOnScopeDispose"]; - const tryOnUnmounted: typeof import("@vueuse/core")["tryOnUnmounted"]; - const unref: typeof import("vue")["unref"]; - const unrefElement: typeof import("@vueuse/core")["unrefElement"]; - const until: typeof import("@vueuse/core")["until"]; - const useActiveElement: typeof import("@vueuse/core")["useActiveElement"]; - const useActiveRoute: typeof import("../../node_modules/nuxt/dist/app")["useActiveRoute"]; - const useAddToCart: typeof import("@shopware-pwa/composables-next")["useAddToCart"]; - const useCmsElementConfig: typeof import("@shopware-pwa/composables-next")["useCmsElementConfig"]; - const useNotifications: typeof import("@shopware-pwa/composables-next")["useNotifications"]; - const useCart: typeof import("@shopware-pwa/composables-next")["useCart"]; - const useCountries: typeof import("@shopware-pwa/composables-next")["useCountries"]; - const useSalutations: typeof import("@shopware-pwa/composables-next")["useSalutations"]; - const useCheckout: typeof import("@shopware-pwa/composables-next")["useCheckout"]; - const useSessionContext: typeof import("@shopware-pwa/composables-next")["useSessionContext"]; - const useNotifications: typeof import("@shopware-pwa/composables-next")["useNotifications"]; - const useWishlist: typeof import("@shopware-pwa/composables-next")["useWishlist"]; - const usePrice: typeof import("@shopware-pwa/composables-next")["usePrice"]; - const useAsyncData: typeof import("../../node_modules/nuxt/dist/app")["useAsyncData"]; - const useAsyncQueue: typeof import("@vueuse/core")["useAsyncQueue"]; - const useAsyncState: typeof import("@vueuse/core")["useAsyncState"]; - const useAttrs: typeof import("vue")["useAttrs"]; - const useBase64: typeof import("@vueuse/core")["useBase64"]; - const useBattery: typeof import("@vueuse/core")["useBattery"]; - const useBluetooth: typeof import("@vueuse/core")["useBluetooth"]; - const useBreadcrumbs: typeof import("@shopware-pwa/composables-next")["useBreadcrumbs"]; - const useBreakpoints: typeof import("@vueuse/core")["useBreakpoints"]; - const useBroadcastChannel: typeof import("@vueuse/core")["useBroadcastChannel"]; - const useBrowserLocation: typeof import("@vueuse/core")["useBrowserLocation"]; - const useCached: typeof import("@vueuse/core")["useCached"]; - const useClamp: typeof import("@vueuse/core")["useClamp"]; - const useClipboard: typeof import("@vueuse/core")["useClipboard"]; - const useCms: typeof import("@shopware-pwa/composables-next")["useCms"]; - const useCmsBlock: typeof import("@shopware-pwa/composables-next")["useCmsBlock"]; - const useColorMode: typeof import("@vueuse/core")["useColorMode"]; - const useConfirmDialog: typeof import("@vueuse/core")["useConfirmDialog"]; - const useCookie: typeof import("../../node_modules/nuxt/dist/app")["useCookie"]; - const useCounter: typeof import("@vueuse/core")["useCounter"]; - const useCssModule: typeof import("vue")["useCssModule"]; - const useCssVar: typeof import("@vueuse/core")["useCssVar"]; - const useCssVars: typeof import("vue")["useCssVars"]; - const useCurrentElement: typeof import("@vueuse/core")["useCurrentElement"]; - const useCycleList: typeof import("@vueuse/core")["useCycleList"]; - const useDark: typeof import("@vueuse/core")["useDark"]; - const useDateFormat: typeof import("@vueuse/core")["useDateFormat"]; - const useDebounce: typeof import("@vueuse/core")["useDebounce"]; - const useDebounceFn: typeof import("@vueuse/core")["useDebounceFn"]; - const useDebouncedRefHistory: typeof import("@vueuse/core")["useDebouncedRefHistory"]; - const useDeviceMotion: typeof import("@vueuse/core")["useDeviceMotion"]; - const useDeviceOrientation: typeof import("@vueuse/core")["useDeviceOrientation"]; - const useDevicePixelRatio: typeof import("@vueuse/core")["useDevicePixelRatio"]; - const useDevicesList: typeof import("@vueuse/core")["useDevicesList"]; - const useDisplayMedia: typeof import("@vueuse/core")["useDisplayMedia"]; - const useDocumentVisibility: typeof import("@vueuse/core")["useDocumentVisibility"]; - const useDraggable: typeof import("@vueuse/core")["useDraggable"]; - const useDropZone: typeof import("@vueuse/core")["useDropZone"]; - const useElementBounding: typeof import("@vueuse/core")["useElementBounding"]; - const useElementByPoint: typeof import("@vueuse/core")["useElementByPoint"]; - const useElementHover: typeof import("@vueuse/core")["useElementHover"]; - const useElementSize: typeof import("@vueuse/core")["useElementSize"]; - const useElementVisibility: typeof import("@vueuse/core")["useElementVisibility"]; - const useError: typeof import("../../node_modules/nuxt/dist/app")["useError"]; - const useEventBus: typeof import("@vueuse/core")["useEventBus"]; - const useEventListener: typeof import("@vueuse/core")["useEventListener"]; - const useEventSource: typeof import("@vueuse/core")["useEventSource"]; - const useEyeDropper: typeof import("@vueuse/core")["useEyeDropper"]; - const useFavicon: typeof import("@vueuse/core")["useFavicon"]; - const useFetch: typeof import("../../node_modules/nuxt/dist/app")["useFetch"]; - const useFileSystemAccess: typeof import("@vueuse/core")["useFileSystemAccess"]; - const useFocus: typeof import("@vueuse/core")["useFocus"]; - const useFocusWithin: typeof import("@vueuse/core")["useFocusWithin"]; - const useFps: typeof import("@vueuse/core")["useFps"]; - const useFullscreen: typeof import("@vueuse/core")["useFullscreen"]; - const useGamepad: typeof import("@vueuse/core")["useGamepad"]; - const useGeolocation: typeof import("@vueuse/core")["useGeolocation"]; - const useHead: typeof import("../../node_modules/nuxt/dist/head/runtime")["useHead"]; - const useIdle: typeof import("@vueuse/core")["useIdle"]; - const useImage: typeof import("@vueuse/core")["useImage"]; - const useInfiniteScroll: typeof import("@vueuse/core")["useInfiniteScroll"]; - const useIntersectionObserver: typeof import("@vueuse/core")["useIntersectionObserver"]; - const useInterval: typeof import("@vueuse/core")["useInterval"]; - const useIntervalFn: typeof import("@vueuse/core")["useIntervalFn"]; - const useKeyModifier: typeof import("@vueuse/core")["useKeyModifier"]; - const useLastChanged: typeof import("@vueuse/core")["useLastChanged"]; - const useLazyAsyncData: typeof import("../../node_modules/nuxt/dist/app")["useLazyAsyncData"]; - const useLazyFetch: typeof import("../../node_modules/nuxt/dist/app")["useLazyFetch"]; - const useListing: typeof import("@shopware-pwa/composables-next")["useListing"]; - const useLocalStorage: typeof import("@vueuse/core")["useLocalStorage"]; - const useMagicKeys: typeof import("@vueuse/core")["useMagicKeys"]; - const useManualRefHistory: typeof import("@vueuse/core")["useManualRefHistory"]; - const useMediaControls: typeof import("@vueuse/core")["useMediaControls"]; - const useMediaQuery: typeof import("@vueuse/core")["useMediaQuery"]; - const useMemoize: typeof import("@vueuse/core")["useMemoize"]; - const useMemory: typeof import("@vueuse/core")["useMemory"]; - const useMounted: typeof import("@vueuse/core")["useMounted"]; - const useMouse: typeof import("@vueuse/core")["useMouse"]; - const useMouseInElement: typeof import("@vueuse/core")["useMouseInElement"]; - const useMousePressed: typeof import("@vueuse/core")["useMousePressed"]; - const useMutationObserver: typeof import("@vueuse/core")["useMutationObserver"]; - const useNavigation: typeof import("@shopware-pwa/composables-next")["useNavigation"]; - const useNavigatorLanguage: typeof import("@vueuse/core")["useNavigatorLanguage"]; - const useNetwork: typeof import("@vueuse/core")["useNetwork"]; - const useNow: typeof import("@vueuse/core")["useNow"]; - const useNuxtApp: typeof import("../../node_modules/nuxt/dist/app")["useNuxtApp"]; - const useOffsetPagination: typeof import("@vueuse/core")["useOffsetPagination"]; - const useOnline: typeof import("@vueuse/core")["useOnline"]; - const usePageLeave: typeof import("@vueuse/core")["usePageLeave"]; - const useParallax: typeof import("@vueuse/core")["useParallax"]; - const usePermission: typeof import("@vueuse/core")["usePermission"]; - const usePointer: typeof import("@vueuse/core")["usePointer"]; - const usePointerSwipe: typeof import("@vueuse/core")["usePointerSwipe"]; - const usePreferredColorScheme: typeof import("@vueuse/core")["usePreferredColorScheme"]; - const usePreferredDark: typeof import("@vueuse/core")["usePreferredDark"]; - const usePreferredLanguages: typeof import("@vueuse/core")["usePreferredLanguages"]; - const useProduct: typeof import("@shopware-pwa/composables-next")["useProduct"]; - const useCategory: typeof import("@shopware-pwa/composables-next")["useCategory"]; - const useProductConfigurator: typeof import("@shopware-pwa/composables-next")["useProductConfigurator"]; - const useProductReviews: typeof import("@shopware-pwa/composables-next")["useProductReviews"]; - const useProductAssociations: typeof import("@shopware-pwa/composables-next")["useProductAssociations"]; - const useProductWishlist: typeof import("@shopware-pwa/composables-next")["useProductWishlist"]; - const useRafFn: typeof import("@vueuse/core")["useRafFn"]; - const useRefHistory: typeof import("@vueuse/core")["useRefHistory"]; - const useRequestEvent: typeof import("../../node_modules/nuxt/dist/app")["useRequestEvent"]; - const useRequestHeaders: typeof import("../../node_modules/nuxt/dist/app")["useRequestHeaders"]; - const useResizeObserver: typeof import("@vueuse/core")["useResizeObserver"]; - const useRoute: typeof import("../../node_modules/nuxt/dist/app")["useRoute"]; - const useRouter: typeof import("../../node_modules/nuxt/dist/app")["useRouter"]; - const useRuntimeConfig: typeof import("../../node_modules/nuxt/dist/app")["useRuntimeConfig"]; - const useScreenOrientation: typeof import("@vueuse/core")["useScreenOrientation"]; - const useScreenSafeArea: typeof import("@vueuse/core")["useScreenSafeArea"]; - const useScriptTag: typeof import("@vueuse/core")["useScriptTag"]; - const useScroll: typeof import("@vueuse/core")["useScroll"]; - const useScrollLock: typeof import("@vueuse/core")["useScrollLock"]; - const useSessionStorage: typeof import("@vueuse/core")["useSessionStorage"]; - const useShare: typeof import("@vueuse/core")["useShare"]; - const useShopwareContext: typeof import("@shopware-pwa/composables-next")["useShopwareContext"]; - const useSlots: typeof import("vue")["useSlots"]; - const useSpeechRecognition: typeof import("@vueuse/core")["useSpeechRecognition"]; - const useSpeechSynthesis: typeof import("@vueuse/core")["useSpeechSynthesis"]; - const useState: typeof import("../../node_modules/nuxt/dist/app")["useState"]; - const useStorageAsync: typeof import("@vueuse/core")["useStorageAsync"]; - const useStyleTag: typeof import("@vueuse/core")["useStyleTag"]; - const useSwipe: typeof import("@vueuse/core")["useSwipe"]; - const useTemplateRefsList: typeof import("@vueuse/core")["useTemplateRefsList"]; - const useTextSelection: typeof import("@vueuse/core")["useTextSelection"]; - const useThrottle: typeof import("@vueuse/core")["useThrottle"]; - const useThrottleFn: typeof import("@vueuse/core")["useThrottleFn"]; - const useThrottledRefHistory: typeof import("@vueuse/core")["useThrottledRefHistory"]; - const useTimeAgo: typeof import("@vueuse/core")["useTimeAgo"]; - const useTimeout: typeof import("@vueuse/core")["useTimeout"]; - const useTimeoutFn: typeof import("@vueuse/core")["useTimeoutFn"]; - const useTimeoutPoll: typeof import("@vueuse/core")["useTimeoutPoll"]; - const useTimestamp: typeof import("@vueuse/core")["useTimestamp"]; - const useToggle: typeof import("@vueuse/core")["useToggle"]; - const useTransition: typeof import("@vueuse/core")["useTransition"]; - const useTransitionState: typeof import("vue")["useTransitionState"]; - const useUrlSearchParams: typeof import("@vueuse/core")["useUrlSearchParams"]; - const useUser: typeof import("@shopware-pwa/composables-next")["useUser"]; - const useNewsletter: typeof import("@shopware-pwa/composables-next")["useNewsletter"]; - const useUserMedia: typeof import("@vueuse/core")["useUserMedia"]; - const useVModel: typeof import("@vueuse/core")["useVModel"]; - const useVModels: typeof import("@vueuse/core")["useVModels"]; - const useVibrate: typeof import("@vueuse/core")["useVibrate"]; - const useVirtualList: typeof import("@vueuse/core")["useVirtualList"]; - const useWakeLock: typeof import("@vueuse/core")["useWakeLock"]; - const useWebNotification: typeof import("@vueuse/core")["useWebNotification"]; - const useWebSocket: typeof import("@vueuse/core")["useWebSocket"]; - const useWebWorker: typeof import("@vueuse/core")["useWebWorker"]; - const useWebWorkerFn: typeof import("@vueuse/core")["useWebWorkerFn"]; - const useWindowFocus: typeof import("@vueuse/core")["useWindowFocus"]; - const useWindowScroll: typeof import("@vueuse/core")["useWindowScroll"]; - const useWindowSize: typeof import("@vueuse/core")["useWindowSize"]; - const watch: typeof import("vue")["watch"]; - const watchAtMost: typeof import("@vueuse/core")["watchAtMost"]; - const watchDebounced: typeof import("@vueuse/core")["watchDebounced"]; - const watchEffect: typeof import("vue")["watchEffect"]; - const watchIgnorable: typeof import("@vueuse/core")["watchIgnorable"]; - const watchOnce: typeof import("@vueuse/core")["watchOnce"]; - const watchPausable: typeof import("@vueuse/core")["watchPausable"]; - const watchThrottled: typeof import("@vueuse/core")["watchThrottled"]; - const watchWithFilter: typeof import("@vueuse/core")["watchWithFilter"]; - const whenever: typeof import("@vueuse/core")["whenever"]; - const withCtx: typeof import("vue")["withCtx"]; - const withDirectives: typeof import("vue")["withDirectives"]; - const withKeys: typeof import("vue")["withKeys"]; - const withMemo: typeof import("vue")["withMemo"]; - const withModifiers: typeof import("vue")["withModifiers"]; - const withScopeId: typeof import("vue")["withScopeId"]; + const abortNavigation: (typeof import("../../node_modules/nuxt/dist/app"))["abortNavigation"]; + const addRouteMiddleware: (typeof import("../../node_modules/nuxt/dist/app"))["addRouteMiddleware"]; + const asyncComputed: (typeof import("@vueuse/core"))["asyncComputed"]; + const autoResetRef: (typeof import("@vueuse/core"))["autoResetRef"]; + const clearError: (typeof import("../../node_modules/nuxt/dist/app"))["clearError"]; + const computed: (typeof import("vue"))["computed"]; + const computedAsync: (typeof import("@vueuse/core"))["computedAsync"]; + const computedEager: (typeof import("@vueuse/core"))["computedEager"]; + const computedInject: (typeof import("@vueuse/core"))["computedInject"]; + const computedWithControl: (typeof import("@vueuse/core"))["computedWithControl"]; + const controlledComputed: (typeof import("@vueuse/core"))["controlledComputed"]; + const controlledRef: (typeof import("@vueuse/core"))["controlledRef"]; + const createEventHook: (typeof import("@vueuse/core"))["createEventHook"]; + const createGlobalState: (typeof import("@vueuse/core"))["createGlobalState"]; + const createInjectionState: (typeof import("@vueuse/core"))["createInjectionState"]; + const createReactiveFn: (typeof import("@vueuse/core"))["createReactiveFn"]; + const createSharedComposable: (typeof import("@vueuse/core"))["createSharedComposable"]; + const createUnrefFn: (typeof import("@vueuse/core"))["createUnrefFn"]; + const customRef: (typeof import("vue"))["customRef"]; + const debouncedRef: (typeof import("@vueuse/core"))["debouncedRef"]; + const debouncedWatch: (typeof import("@vueuse/core"))["debouncedWatch"]; + const defineAsyncComponent: (typeof import("vue"))["defineAsyncComponent"]; + const defineComponent: (typeof import("vue"))["defineComponent"]; + const defineNuxtComponent: (typeof import("../../node_modules/nuxt/dist/app"))["defineNuxtComponent"]; + const defineNuxtLink: (typeof import("../../node_modules/nuxt/dist/app"))["defineNuxtLink"]; + const defineNuxtPlugin: (typeof import("../../node_modules/nuxt/dist/app"))["defineNuxtPlugin"]; + const defineNuxtRouteMiddleware: (typeof import("../../node_modules/nuxt/dist/app"))["defineNuxtRouteMiddleware"]; + const definePageMeta: (typeof import("../../node_modules/nuxt/dist/pages/runtime/composables"))["definePageMeta"]; + const eagerComputed: (typeof import("@vueuse/core"))["eagerComputed"]; + const effect: (typeof import("vue"))["effect"]; + const effectScope: (typeof import("vue"))["effectScope"]; + const extendRef: (typeof import("@vueuse/core"))["extendRef"]; + const getCurrentInstance: (typeof import("vue"))["getCurrentInstance"]; + const getCurrentScope: (typeof import("vue"))["getCurrentScope"]; + const h: (typeof import("vue"))["h"]; + const ignorableWatch: (typeof import("@vueuse/core"))["ignorableWatch"]; + const inject: (typeof import("vue"))["inject"]; + const isDefined: (typeof import("@vueuse/core"))["isDefined"]; + const isProxy: (typeof import("vue"))["isProxy"]; + const isReactive: (typeof import("vue"))["isReactive"]; + const isReadonly: (typeof import("vue"))["isReadonly"]; + const isRef: (typeof import("vue"))["isRef"]; + const isShallow: (typeof import("vue"))["isShallow"]; + const isVue2: (typeof import("../../node_modules/nuxt/dist/app/compat/vue-demi"))["isVue2"]; + const isVue3: (typeof import("../../node_modules/nuxt/dist/app/compat/vue-demi"))["isVue3"]; + const logicAnd: (typeof import("@vueuse/core"))["logicAnd"]; + const logicNot: (typeof import("@vueuse/core"))["logicNot"]; + const logicOr: (typeof import("@vueuse/core"))["logicOr"]; + const makeDestructurable: (typeof import("@vueuse/core"))["makeDestructurable"]; + const markRaw: (typeof import("vue"))["markRaw"]; + const navigateTo: (typeof import("../../node_modules/nuxt/dist/app"))["navigateTo"]; + const nextTick: (typeof import("vue"))["nextTick"]; + const onActivated: (typeof import("vue"))["onActivated"]; + const onBeforeMount: (typeof import("vue"))["onBeforeMount"]; + const onBeforeUnmount: (typeof import("vue"))["onBeforeUnmount"]; + const onBeforeUpdate: (typeof import("vue"))["onBeforeUpdate"]; + const onClickOutside: (typeof import("@vueuse/core"))["onClickOutside"]; + const onDeactivated: (typeof import("vue"))["onDeactivated"]; + const onErrorCaptured: (typeof import("vue"))["onErrorCaptured"]; + const onKeyStroke: (typeof import("@vueuse/core"))["onKeyStroke"]; + const onLongPress: (typeof import("@vueuse/core"))["onLongPress"]; + const onMounted: (typeof import("vue"))["onMounted"]; + const onRenderTracked: (typeof import("vue"))["onRenderTracked"]; + const onRenderTriggered: (typeof import("vue"))["onRenderTriggered"]; + const onScopeDispose: (typeof import("vue"))["onScopeDispose"]; + const onServerPrefetch: (typeof import("vue"))["onServerPrefetch"]; + const onStartTyping: (typeof import("@vueuse/core"))["onStartTyping"]; + const onUnmounted: (typeof import("vue"))["onUnmounted"]; + const onUpdated: (typeof import("vue"))["onUpdated"]; + const pausableWatch: (typeof import("@vueuse/core"))["pausableWatch"]; + const provide: (typeof import("vue"))["provide"]; + const proxyRefs: (typeof import("vue"))["proxyRefs"]; + const reactify: (typeof import("@vueuse/core"))["reactify"]; + const reactifyObject: (typeof import("@vueuse/core"))["reactifyObject"]; + const reactive: (typeof import("vue"))["reactive"]; + const reactiveComputed: (typeof import("@vueuse/core"))["reactiveComputed"]; + const reactiveOmit: (typeof import("@vueuse/core"))["reactiveOmit"]; + const reactivePick: (typeof import("@vueuse/core"))["reactivePick"]; + const readonly: (typeof import("vue"))["readonly"]; + const ref: (typeof import("vue"))["ref"]; + const refAutoReset: (typeof import("@vueuse/core"))["refAutoReset"]; + const refDebounced: (typeof import("@vueuse/core"))["refDebounced"]; + const refDefault: (typeof import("@vueuse/core"))["refDefault"]; + const refThrottled: (typeof import("@vueuse/core"))["refThrottled"]; + const refWithControl: (typeof import("@vueuse/core"))["refWithControl"]; + const refreshNuxtData: (typeof import("../../node_modules/nuxt/dist/app"))["refreshNuxtData"]; + const resolveComponent: (typeof import("vue"))["resolveComponent"]; + const shallowReactive: (typeof import("vue"))["shallowReactive"]; + const shallowReadonly: (typeof import("vue"))["shallowReadonly"]; + const shallowRef: (typeof import("vue"))["shallowRef"]; + const syncRef: (typeof import("@vueuse/core"))["syncRef"]; + const syncRefs: (typeof import("@vueuse/core"))["syncRefs"]; + const templateRef: (typeof import("@vueuse/core"))["templateRef"]; + const throttledRef: (typeof import("@vueuse/core"))["throttledRef"]; + const throttledWatch: (typeof import("@vueuse/core"))["throttledWatch"]; + const throwError: (typeof import("../../node_modules/nuxt/dist/app"))["throwError"]; + const toRaw: (typeof import("vue"))["toRaw"]; + const toReactive: (typeof import("@vueuse/core"))["toReactive"]; + const toRef: (typeof import("vue"))["toRef"]; + const toRefs: (typeof import("vue"))["toRefs"]; + const triggerRef: (typeof import("vue"))["triggerRef"]; + const tryOnBeforeMount: (typeof import("@vueuse/core"))["tryOnBeforeMount"]; + const tryOnBeforeUnmount: (typeof import("@vueuse/core"))["tryOnBeforeUnmount"]; + const tryOnMounted: (typeof import("@vueuse/core"))["tryOnMounted"]; + const tryOnScopeDispose: (typeof import("@vueuse/core"))["tryOnScopeDispose"]; + const tryOnUnmounted: (typeof import("@vueuse/core"))["tryOnUnmounted"]; + const unref: (typeof import("vue"))["unref"]; + const unrefElement: (typeof import("@vueuse/core"))["unrefElement"]; + const until: (typeof import("@vueuse/core"))["until"]; + const useActiveElement: (typeof import("@vueuse/core"))["useActiveElement"]; + const useActiveRoute: (typeof import("../../node_modules/nuxt/dist/app"))["useActiveRoute"]; + const useAddToCart: (typeof import("@shopware-pwa/composables-next"))["useAddToCart"]; + const useCmsElementConfig: (typeof import("@shopware-pwa/composables-next"))["useCmsElementConfig"]; + const useNotifications: (typeof import("@shopware-pwa/composables-next"))["useNotifications"]; + const useCart: (typeof import("@shopware-pwa/composables-next"))["useCart"]; + const useCountries: (typeof import("@shopware-pwa/composables-next"))["useCountries"]; + const useSalutations: (typeof import("@shopware-pwa/composables-next"))["useSalutations"]; + const useCheckout: (typeof import("@shopware-pwa/composables-next"))["useCheckout"]; + const useSessionContext: (typeof import("@shopware-pwa/composables-next"))["useSessionContext"]; + const useNotifications: (typeof import("@shopware-pwa/composables-next"))["useNotifications"]; + const useWishlist: (typeof import("@shopware-pwa/composables-next"))["useWishlist"]; + const usePrice: (typeof import("@shopware-pwa/composables-next"))["usePrice"]; + const useAsyncData: (typeof import("../../node_modules/nuxt/dist/app"))["useAsyncData"]; + const useAsyncQueue: (typeof import("@vueuse/core"))["useAsyncQueue"]; + const useAsyncState: (typeof import("@vueuse/core"))["useAsyncState"]; + const useAttrs: (typeof import("vue"))["useAttrs"]; + const useBase64: (typeof import("@vueuse/core"))["useBase64"]; + const useBattery: (typeof import("@vueuse/core"))["useBattery"]; + const useBluetooth: (typeof import("@vueuse/core"))["useBluetooth"]; + const useBreadcrumbs: (typeof import("@shopware-pwa/composables-next"))["useBreadcrumbs"]; + const useBreakpoints: (typeof import("@vueuse/core"))["useBreakpoints"]; + const useBroadcastChannel: (typeof import("@vueuse/core"))["useBroadcastChannel"]; + const useBrowserLocation: (typeof import("@vueuse/core"))["useBrowserLocation"]; + const useCached: (typeof import("@vueuse/core"))["useCached"]; + const useClamp: (typeof import("@vueuse/core"))["useClamp"]; + const useClipboard: (typeof import("@vueuse/core"))["useClipboard"]; + const useCms: (typeof import("@shopware-pwa/composables-next"))["useCms"]; + const useCmsBlock: (typeof import("@shopware-pwa/composables-next"))["useCmsBlock"]; + const useColorMode: (typeof import("@vueuse/core"))["useColorMode"]; + const useConfirmDialog: (typeof import("@vueuse/core"))["useConfirmDialog"]; + const useCookie: (typeof import("../../node_modules/nuxt/dist/app"))["useCookie"]; + const useCounter: (typeof import("@vueuse/core"))["useCounter"]; + const useCssModule: (typeof import("vue"))["useCssModule"]; + const useCssVar: (typeof import("@vueuse/core"))["useCssVar"]; + const useCssVars: (typeof import("vue"))["useCssVars"]; + const useCurrentElement: (typeof import("@vueuse/core"))["useCurrentElement"]; + const useCycleList: (typeof import("@vueuse/core"))["useCycleList"]; + const useDark: (typeof import("@vueuse/core"))["useDark"]; + const useDateFormat: (typeof import("@vueuse/core"))["useDateFormat"]; + const useDebounce: (typeof import("@vueuse/core"))["useDebounce"]; + const useDebounceFn: (typeof import("@vueuse/core"))["useDebounceFn"]; + const useDebouncedRefHistory: (typeof import("@vueuse/core"))["useDebouncedRefHistory"]; + const useDeviceMotion: (typeof import("@vueuse/core"))["useDeviceMotion"]; + const useDeviceOrientation: (typeof import("@vueuse/core"))["useDeviceOrientation"]; + const useDevicePixelRatio: (typeof import("@vueuse/core"))["useDevicePixelRatio"]; + const useDevicesList: (typeof import("@vueuse/core"))["useDevicesList"]; + const useDisplayMedia: (typeof import("@vueuse/core"))["useDisplayMedia"]; + const useDocumentVisibility: (typeof import("@vueuse/core"))["useDocumentVisibility"]; + const useDraggable: (typeof import("@vueuse/core"))["useDraggable"]; + const useDropZone: (typeof import("@vueuse/core"))["useDropZone"]; + const useElementBounding: (typeof import("@vueuse/core"))["useElementBounding"]; + const useElementByPoint: (typeof import("@vueuse/core"))["useElementByPoint"]; + const useElementHover: (typeof import("@vueuse/core"))["useElementHover"]; + const useElementSize: (typeof import("@vueuse/core"))["useElementSize"]; + const useElementVisibility: (typeof import("@vueuse/core"))["useElementVisibility"]; + const useError: (typeof import("../../node_modules/nuxt/dist/app"))["useError"]; + const useEventBus: (typeof import("@vueuse/core"))["useEventBus"]; + const useEventListener: (typeof import("@vueuse/core"))["useEventListener"]; + const useEventSource: (typeof import("@vueuse/core"))["useEventSource"]; + const useEyeDropper: (typeof import("@vueuse/core"))["useEyeDropper"]; + const useFavicon: (typeof import("@vueuse/core"))["useFavicon"]; + const useFetch: (typeof import("../../node_modules/nuxt/dist/app"))["useFetch"]; + const useFileSystemAccess: (typeof import("@vueuse/core"))["useFileSystemAccess"]; + const useFocus: (typeof import("@vueuse/core"))["useFocus"]; + const useFocusWithin: (typeof import("@vueuse/core"))["useFocusWithin"]; + const useFps: (typeof import("@vueuse/core"))["useFps"]; + const useFullscreen: (typeof import("@vueuse/core"))["useFullscreen"]; + const useGamepad: (typeof import("@vueuse/core"))["useGamepad"]; + const useGeolocation: (typeof import("@vueuse/core"))["useGeolocation"]; + const useHead: (typeof import("../../node_modules/nuxt/dist/head/runtime"))["useHead"]; + const useIdle: (typeof import("@vueuse/core"))["useIdle"]; + const useImage: (typeof import("@vueuse/core"))["useImage"]; + const useInfiniteScroll: (typeof import("@vueuse/core"))["useInfiniteScroll"]; + const useIntersectionObserver: (typeof import("@vueuse/core"))["useIntersectionObserver"]; + const useInterval: (typeof import("@vueuse/core"))["useInterval"]; + const useIntervalFn: (typeof import("@vueuse/core"))["useIntervalFn"]; + const useKeyModifier: (typeof import("@vueuse/core"))["useKeyModifier"]; + const useLastChanged: (typeof import("@vueuse/core"))["useLastChanged"]; + const useLazyAsyncData: (typeof import("../../node_modules/nuxt/dist/app"))["useLazyAsyncData"]; + const useLazyFetch: (typeof import("../../node_modules/nuxt/dist/app"))["useLazyFetch"]; + const useListing: (typeof import("@shopware-pwa/composables-next"))["useListing"]; + const useLocalStorage: (typeof import("@vueuse/core"))["useLocalStorage"]; + const useMagicKeys: (typeof import("@vueuse/core"))["useMagicKeys"]; + const useManualRefHistory: (typeof import("@vueuse/core"))["useManualRefHistory"]; + const useMediaControls: (typeof import("@vueuse/core"))["useMediaControls"]; + const useMediaQuery: (typeof import("@vueuse/core"))["useMediaQuery"]; + const useMemoize: (typeof import("@vueuse/core"))["useMemoize"]; + const useMemory: (typeof import("@vueuse/core"))["useMemory"]; + const useMounted: (typeof import("@vueuse/core"))["useMounted"]; + const useMouse: (typeof import("@vueuse/core"))["useMouse"]; + const useMouseInElement: (typeof import("@vueuse/core"))["useMouseInElement"]; + const useMousePressed: (typeof import("@vueuse/core"))["useMousePressed"]; + const useMutationObserver: (typeof import("@vueuse/core"))["useMutationObserver"]; + const useNavigation: (typeof import("@shopware-pwa/composables-next"))["useNavigation"]; + const useNavigatorLanguage: (typeof import("@vueuse/core"))["useNavigatorLanguage"]; + const useNetwork: (typeof import("@vueuse/core"))["useNetwork"]; + const useNow: (typeof import("@vueuse/core"))["useNow"]; + const useNuxtApp: (typeof import("../../node_modules/nuxt/dist/app"))["useNuxtApp"]; + const useOffsetPagination: (typeof import("@vueuse/core"))["useOffsetPagination"]; + const useOnline: (typeof import("@vueuse/core"))["useOnline"]; + const usePageLeave: (typeof import("@vueuse/core"))["usePageLeave"]; + const useParallax: (typeof import("@vueuse/core"))["useParallax"]; + const usePermission: (typeof import("@vueuse/core"))["usePermission"]; + const usePointer: (typeof import("@vueuse/core"))["usePointer"]; + const usePointerSwipe: (typeof import("@vueuse/core"))["usePointerSwipe"]; + const usePreferredColorScheme: (typeof import("@vueuse/core"))["usePreferredColorScheme"]; + const usePreferredDark: (typeof import("@vueuse/core"))["usePreferredDark"]; + const usePreferredLanguages: (typeof import("@vueuse/core"))["usePreferredLanguages"]; + const useProduct: (typeof import("@shopware-pwa/composables-next"))["useProduct"]; + const useCategory: (typeof import("@shopware-pwa/composables-next"))["useCategory"]; + const useProductConfigurator: (typeof import("@shopware-pwa/composables-next"))["useProductConfigurator"]; + const useProductReviews: (typeof import("@shopware-pwa/composables-next"))["useProductReviews"]; + const useProductAssociations: (typeof import("@shopware-pwa/composables-next"))["useProductAssociations"]; + const useProductWishlist: (typeof import("@shopware-pwa/composables-next"))["useProductWishlist"]; + const useRafFn: (typeof import("@vueuse/core"))["useRafFn"]; + const useRefHistory: (typeof import("@vueuse/core"))["useRefHistory"]; + const useRequestEvent: (typeof import("../../node_modules/nuxt/dist/app"))["useRequestEvent"]; + const useRequestHeaders: (typeof import("../../node_modules/nuxt/dist/app"))["useRequestHeaders"]; + const useResizeObserver: (typeof import("@vueuse/core"))["useResizeObserver"]; + const useRoute: (typeof import("../../node_modules/nuxt/dist/app"))["useRoute"]; + const useRouter: (typeof import("../../node_modules/nuxt/dist/app"))["useRouter"]; + const useRuntimeConfig: (typeof import("../../node_modules/nuxt/dist/app"))["useRuntimeConfig"]; + const useScreenOrientation: (typeof import("@vueuse/core"))["useScreenOrientation"]; + const useScreenSafeArea: (typeof import("@vueuse/core"))["useScreenSafeArea"]; + const useScriptTag: (typeof import("@vueuse/core"))["useScriptTag"]; + const useScroll: (typeof import("@vueuse/core"))["useScroll"]; + const useScrollLock: (typeof import("@vueuse/core"))["useScrollLock"]; + const useSessionStorage: (typeof import("@vueuse/core"))["useSessionStorage"]; + const useShare: (typeof import("@vueuse/core"))["useShare"]; + const useShopwareContext: (typeof import("@shopware-pwa/composables-next"))["useShopwareContext"]; + const useSlots: (typeof import("vue"))["useSlots"]; + const useSpeechRecognition: (typeof import("@vueuse/core"))["useSpeechRecognition"]; + const useSpeechSynthesis: (typeof import("@vueuse/core"))["useSpeechSynthesis"]; + const useState: (typeof import("../../node_modules/nuxt/dist/app"))["useState"]; + const useStorageAsync: (typeof import("@vueuse/core"))["useStorageAsync"]; + const useStyleTag: (typeof import("@vueuse/core"))["useStyleTag"]; + const useSwipe: (typeof import("@vueuse/core"))["useSwipe"]; + const useTemplateRefsList: (typeof import("@vueuse/core"))["useTemplateRefsList"]; + const useTextSelection: (typeof import("@vueuse/core"))["useTextSelection"]; + const useThrottle: (typeof import("@vueuse/core"))["useThrottle"]; + const useThrottleFn: (typeof import("@vueuse/core"))["useThrottleFn"]; + const useThrottledRefHistory: (typeof import("@vueuse/core"))["useThrottledRefHistory"]; + const useTimeAgo: (typeof import("@vueuse/core"))["useTimeAgo"]; + const useTimeout: (typeof import("@vueuse/core"))["useTimeout"]; + const useTimeoutFn: (typeof import("@vueuse/core"))["useTimeoutFn"]; + const useTimeoutPoll: (typeof import("@vueuse/core"))["useTimeoutPoll"]; + const useTimestamp: (typeof import("@vueuse/core"))["useTimestamp"]; + const useToggle: (typeof import("@vueuse/core"))["useToggle"]; + const useTransition: (typeof import("@vueuse/core"))["useTransition"]; + const useTransitionState: (typeof import("vue"))["useTransitionState"]; + const useUrlSearchParams: (typeof import("@vueuse/core"))["useUrlSearchParams"]; + const useUser: (typeof import("@shopware-pwa/composables-next"))["useUser"]; + const useNewsletter: (typeof import("@shopware-pwa/composables-next"))["useNewsletter"]; + const useUserMedia: (typeof import("@vueuse/core"))["useUserMedia"]; + const useVModel: (typeof import("@vueuse/core"))["useVModel"]; + const useVModels: (typeof import("@vueuse/core"))["useVModels"]; + const useVibrate: (typeof import("@vueuse/core"))["useVibrate"]; + const useVirtualList: (typeof import("@vueuse/core"))["useVirtualList"]; + const useWakeLock: (typeof import("@vueuse/core"))["useWakeLock"]; + const useWebNotification: (typeof import("@vueuse/core"))["useWebNotification"]; + const useWebSocket: (typeof import("@vueuse/core"))["useWebSocket"]; + const useWebWorker: (typeof import("@vueuse/core"))["useWebWorker"]; + const useWebWorkerFn: (typeof import("@vueuse/core"))["useWebWorkerFn"]; + const useWindowFocus: (typeof import("@vueuse/core"))["useWindowFocus"]; + const useWindowScroll: (typeof import("@vueuse/core"))["useWindowScroll"]; + const useWindowSize: (typeof import("@vueuse/core"))["useWindowSize"]; + const watch: (typeof import("vue"))["watch"]; + const watchAtMost: (typeof import("@vueuse/core"))["watchAtMost"]; + const watchDebounced: (typeof import("@vueuse/core"))["watchDebounced"]; + const watchEffect: (typeof import("vue"))["watchEffect"]; + const watchIgnorable: (typeof import("@vueuse/core"))["watchIgnorable"]; + const watchOnce: (typeof import("@vueuse/core"))["watchOnce"]; + const watchPausable: (typeof import("@vueuse/core"))["watchPausable"]; + const watchThrottled: (typeof import("@vueuse/core"))["watchThrottled"]; + const watchWithFilter: (typeof import("@vueuse/core"))["watchWithFilter"]; + const whenever: (typeof import("@vueuse/core"))["whenever"]; + const withCtx: (typeof import("vue"))["withCtx"]; + const withDirectives: (typeof import("vue"))["withDirectives"]; + const withKeys: (typeof import("vue"))["withKeys"]; + const withMemo: (typeof import("vue"))["withMemo"]; + const withModifiers: (typeof import("vue"))["withModifiers"]; + const withScopeId: (typeof import("vue"))["withScopeId"]; } // for vue template auto import declare module "vue" { interface ComponentCustomProperties { - abortNavigation: typeof import("../../node_modules/nuxt/dist/app")["abortNavigation"]; - addRouteMiddleware: typeof import("../../node_modules/nuxt/dist/app")["addRouteMiddleware"]; - asyncComputed: typeof import("@vueuse/core")["asyncComputed"]; - autoResetRef: typeof import("@vueuse/core")["autoResetRef"]; - clearError: typeof import("../../node_modules/nuxt/dist/app")["clearError"]; - computed: typeof import("vue")["computed"]; - computedAsync: typeof import("@vueuse/core")["computedAsync"]; - computedEager: typeof import("@vueuse/core")["computedEager"]; - computedInject: typeof import("@vueuse/core")["computedInject"]; - computedWithControl: typeof import("@vueuse/core")["computedWithControl"]; - controlledComputed: typeof import("@vueuse/core")["controlledComputed"]; - controlledRef: typeof import("@vueuse/core")["controlledRef"]; - createEventHook: typeof import("@vueuse/core")["createEventHook"]; - createGlobalState: typeof import("@vueuse/core")["createGlobalState"]; - createInjectionState: typeof import("@vueuse/core")["createInjectionState"]; - createReactiveFn: typeof import("@vueuse/core")["createReactiveFn"]; - createSharedComposable: typeof import("@vueuse/core")["createSharedComposable"]; - createUnrefFn: typeof import("@vueuse/core")["createUnrefFn"]; - customRef: typeof import("vue")["customRef"]; - debouncedRef: typeof import("@vueuse/core")["debouncedRef"]; - debouncedWatch: typeof import("@vueuse/core")["debouncedWatch"]; - defineAsyncComponent: typeof import("vue")["defineAsyncComponent"]; - defineComponent: typeof import("vue")["defineComponent"]; - defineNuxtComponent: typeof import("../../node_modules/nuxt/dist/app")["defineNuxtComponent"]; - defineNuxtLink: typeof import("../../node_modules/nuxt/dist/app")["defineNuxtLink"]; - defineNuxtPlugin: typeof import("../../node_modules/nuxt/dist/app")["defineNuxtPlugin"]; - defineNuxtRouteMiddleware: typeof import("../../node_modules/nuxt/dist/app")["defineNuxtRouteMiddleware"]; - definePageMeta: typeof import("../../node_modules/nuxt/dist/pages/runtime/composables")["definePageMeta"]; - eagerComputed: typeof import("@vueuse/core")["eagerComputed"]; - effect: typeof import("vue")["effect"]; - effectScope: typeof import("vue")["effectScope"]; - extendRef: typeof import("@vueuse/core")["extendRef"]; - getCurrentInstance: typeof import("vue")["getCurrentInstance"]; - getCurrentScope: typeof import("vue")["getCurrentScope"]; - h: typeof import("vue")["h"]; - ignorableWatch: typeof import("@vueuse/core")["ignorableWatch"]; - inject: typeof import("vue")["inject"]; - isDefined: typeof import("@vueuse/core")["isDefined"]; - isProxy: typeof import("vue")["isProxy"]; - isReactive: typeof import("vue")["isReactive"]; - isReadonly: typeof import("vue")["isReadonly"]; - isRef: typeof import("vue")["isRef"]; - isShallow: typeof import("vue")["isShallow"]; - isVue2: typeof import("../../node_modules/nuxt/dist/app/compat/vue-demi")["isVue2"]; - isVue3: typeof import("../../node_modules/nuxt/dist/app/compat/vue-demi")["isVue3"]; - logicAnd: typeof import("@vueuse/core")["logicAnd"]; - logicNot: typeof import("@vueuse/core")["logicNot"]; - logicOr: typeof import("@vueuse/core")["logicOr"]; - makeDestructurable: typeof import("@vueuse/core")["makeDestructurable"]; - markRaw: typeof import("vue")["markRaw"]; - navigateTo: typeof import("../../node_modules/nuxt/dist/app")["navigateTo"]; - nextTick: typeof import("vue")["nextTick"]; - onActivated: typeof import("vue")["onActivated"]; - onBeforeMount: typeof import("vue")["onBeforeMount"]; - onBeforeUnmount: typeof import("vue")["onBeforeUnmount"]; - onBeforeUpdate: typeof import("vue")["onBeforeUpdate"]; - onClickOutside: typeof import("@vueuse/core")["onClickOutside"]; - onDeactivated: typeof import("vue")["onDeactivated"]; - onErrorCaptured: typeof import("vue")["onErrorCaptured"]; - onKeyStroke: typeof import("@vueuse/core")["onKeyStroke"]; - onLongPress: typeof import("@vueuse/core")["onLongPress"]; - onMounted: typeof import("vue")["onMounted"]; - onRenderTracked: typeof import("vue")["onRenderTracked"]; - onRenderTriggered: typeof import("vue")["onRenderTriggered"]; - onScopeDispose: typeof import("vue")["onScopeDispose"]; - onServerPrefetch: typeof import("vue")["onServerPrefetch"]; - onStartTyping: typeof import("@vueuse/core")["onStartTyping"]; - onUnmounted: typeof import("vue")["onUnmounted"]; - onUpdated: typeof import("vue")["onUpdated"]; - pausableWatch: typeof import("@vueuse/core")["pausableWatch"]; - provide: typeof import("vue")["provide"]; - proxyRefs: typeof import("vue")["proxyRefs"]; - reactify: typeof import("@vueuse/core")["reactify"]; - reactifyObject: typeof import("@vueuse/core")["reactifyObject"]; - reactive: typeof import("vue")["reactive"]; - reactiveComputed: typeof import("@vueuse/core")["reactiveComputed"]; - reactiveOmit: typeof import("@vueuse/core")["reactiveOmit"]; - reactivePick: typeof import("@vueuse/core")["reactivePick"]; - readonly: typeof import("vue")["readonly"]; - ref: typeof import("vue")["ref"]; - refAutoReset: typeof import("@vueuse/core")["refAutoReset"]; - refDebounced: typeof import("@vueuse/core")["refDebounced"]; - refDefault: typeof import("@vueuse/core")["refDefault"]; - refThrottled: typeof import("@vueuse/core")["refThrottled"]; - refWithControl: typeof import("@vueuse/core")["refWithControl"]; - refreshNuxtData: typeof import("../../node_modules/nuxt/dist/app")["refreshNuxtData"]; - resolveComponent: typeof import("vue")["resolveComponent"]; - shallowReactive: typeof import("vue")["shallowReactive"]; - shallowReadonly: typeof import("vue")["shallowReadonly"]; - shallowRef: typeof import("vue")["shallowRef"]; - syncRef: typeof import("@vueuse/core")["syncRef"]; - syncRefs: typeof import("@vueuse/core")["syncRefs"]; - templateRef: typeof import("@vueuse/core")["templateRef"]; - throttledRef: typeof import("@vueuse/core")["throttledRef"]; - throttledWatch: typeof import("@vueuse/core")["throttledWatch"]; - throwError: typeof import("../../node_modules/nuxt/dist/app")["throwError"]; - toRaw: typeof import("vue")["toRaw"]; - toReactive: typeof import("@vueuse/core")["toReactive"]; - toRef: typeof import("vue")["toRef"]; - toRefs: typeof import("vue")["toRefs"]; - triggerRef: typeof import("vue")["triggerRef"]; - tryOnBeforeMount: typeof import("@vueuse/core")["tryOnBeforeMount"]; - tryOnBeforeUnmount: typeof import("@vueuse/core")["tryOnBeforeUnmount"]; - tryOnMounted: typeof import("@vueuse/core")["tryOnMounted"]; - tryOnScopeDispose: typeof import("@vueuse/core")["tryOnScopeDispose"]; - tryOnUnmounted: typeof import("@vueuse/core")["tryOnUnmounted"]; - unref: typeof import("vue")["unref"]; - unrefElement: typeof import("@vueuse/core")["unrefElement"]; - until: typeof import("@vueuse/core")["until"]; - useActiveElement: typeof import("@vueuse/core")["useActiveElement"]; - useActiveRoute: typeof import("../../node_modules/nuxt/dist/app")["useActiveRoute"]; - useAddToCart: typeof import("@shopware-pwa/composables-next")["useAddToCart"]; - useNotifications: typeof import("@shopware-pwa/composables-next")["useNotifications"]; - useCountries: typeof import("@shopware-pwa/composables-next")["useCountries"]; - useSalutations: typeof import("@shopware-pwa/composables-next")["useSalutations"]; - useCheckout: typeof import("@shopware-pwa/composables-next")["useCheckout"]; - useAsyncData: typeof import("../../node_modules/nuxt/dist/app")["useAsyncData"]; - useAsyncQueue: typeof import("@vueuse/core")["useAsyncQueue"]; - useAsyncState: typeof import("@vueuse/core")["useAsyncState"]; - useAttrs: typeof import("vue")["useAttrs"]; - useBase64: typeof import("@vueuse/core")["useBase64"]; - useBattery: typeof import("@vueuse/core")["useBattery"]; - useBluetooth: typeof import("@vueuse/core")["useBluetooth"]; - useBreadcrumbs: typeof import("@shopware-pwa/composables-next")["useBreadcrumbs"]; - useBreakpoints: typeof import("@vueuse/core")["useBreakpoints"]; - useBroadcastChannel: typeof import("@vueuse/core")["useBroadcastChannel"]; - useBrowserLocation: typeof import("@vueuse/core")["useBrowserLocation"]; - useCached: typeof import("@vueuse/core")["useCached"]; - useClamp: typeof import("@vueuse/core")["useClamp"]; - useClipboard: typeof import("@vueuse/core")["useClipboard"]; - useCms: typeof import("@shopware-pwa/composables-next")["useCms"]; - useColorMode: typeof import("@vueuse/core")["useColorMode"]; - useConfirmDialog: typeof import("@vueuse/core")["useConfirmDialog"]; - useCookie: typeof import("../../node_modules/nuxt/dist/app")["useCookie"]; - useCounter: typeof import("@vueuse/core")["useCounter"]; - useCssModule: typeof import("vue")["useCssModule"]; - useCssVar: typeof import("@vueuse/core")["useCssVar"]; - useCssVars: typeof import("vue")["useCssVars"]; - useCurrentElement: typeof import("@vueuse/core")["useCurrentElement"]; - useCycleList: typeof import("@vueuse/core")["useCycleList"]; - useDark: typeof import("@vueuse/core")["useDark"]; - useDateFormat: typeof import("@vueuse/core")["useDateFormat"]; - useDebounce: typeof import("@vueuse/core")["useDebounce"]; - useDebounceFn: typeof import("@vueuse/core")["useDebounceFn"]; - useDebouncedRefHistory: typeof import("@vueuse/core")["useDebouncedRefHistory"]; - useDeviceMotion: typeof import("@vueuse/core")["useDeviceMotion"]; - useDeviceOrientation: typeof import("@vueuse/core")["useDeviceOrientation"]; - useDevicePixelRatio: typeof import("@vueuse/core")["useDevicePixelRatio"]; - useDevicesList: typeof import("@vueuse/core")["useDevicesList"]; - useDisplayMedia: typeof import("@vueuse/core")["useDisplayMedia"]; - useDocumentVisibility: typeof import("@vueuse/core")["useDocumentVisibility"]; - useDraggable: typeof import("@vueuse/core")["useDraggable"]; - useDropZone: typeof import("@vueuse/core")["useDropZone"]; - useElementBounding: typeof import("@vueuse/core")["useElementBounding"]; - useElementByPoint: typeof import("@vueuse/core")["useElementByPoint"]; - useElementHover: typeof import("@vueuse/core")["useElementHover"]; - useElementSize: typeof import("@vueuse/core")["useElementSize"]; - useElementVisibility: typeof import("@vueuse/core")["useElementVisibility"]; - useError: typeof import("../../node_modules/nuxt/dist/app")["useError"]; - useEventBus: typeof import("@vueuse/core")["useEventBus"]; - useEventListener: typeof import("@vueuse/core")["useEventListener"]; - useEventSource: typeof import("@vueuse/core")["useEventSource"]; - useEyeDropper: typeof import("@vueuse/core")["useEyeDropper"]; - useFavicon: typeof import("@vueuse/core")["useFavicon"]; - useFetch: typeof import("../../node_modules/nuxt/dist/app")["useFetch"]; - useFileSystemAccess: typeof import("@vueuse/core")["useFileSystemAccess"]; - useFocus: typeof import("@vueuse/core")["useFocus"]; - useFocusWithin: typeof import("@vueuse/core")["useFocusWithin"]; - useFps: typeof import("@vueuse/core")["useFps"]; - useFullscreen: typeof import("@vueuse/core")["useFullscreen"]; - useGamepad: typeof import("@vueuse/core")["useGamepad"]; - useGeolocation: typeof import("@vueuse/core")["useGeolocation"]; - useHead: typeof import("../../node_modules/nuxt/dist/head/runtime")["useHead"]; - useIdle: typeof import("@vueuse/core")["useIdle"]; - useImage: typeof import("@vueuse/core")["useImage"]; - useInfiniteScroll: typeof import("@vueuse/core")["useInfiniteScroll"]; - useIntersectionObserver: typeof import("@vueuse/core")["useIntersectionObserver"]; - useInterval: typeof import("@vueuse/core")["useInterval"]; - useIntervalFn: typeof import("@vueuse/core")["useIntervalFn"]; - useKeyModifier: typeof import("@vueuse/core")["useKeyModifier"]; - useLastChanged: typeof import("@vueuse/core")["useLastChanged"]; - useLazyAsyncData: typeof import("../../node_modules/nuxt/dist/app")["useLazyAsyncData"]; - useLazyFetch: typeof import("../../node_modules/nuxt/dist/app")["useLazyFetch"]; - useListing: typeof import("@shopware-pwa/composables-next")["useListing"]; - useLocalStorage: typeof import("@vueuse/core")["useLocalStorage"]; - useMagicKeys: typeof import("@vueuse/core")["useMagicKeys"]; - useManualRefHistory: typeof import("@vueuse/core")["useManualRefHistory"]; - useMediaControls: typeof import("@vueuse/core")["useMediaControls"]; - useMediaQuery: typeof import("@vueuse/core")["useMediaQuery"]; - useMemoize: typeof import("@vueuse/core")["useMemoize"]; - useMemory: typeof import("@vueuse/core")["useMemory"]; - useMounted: typeof import("@vueuse/core")["useMounted"]; - useMouse: typeof import("@vueuse/core")["useMouse"]; - useMouseInElement: typeof import("@vueuse/core")["useMouseInElement"]; - useMousePressed: typeof import("@vueuse/core")["useMousePressed"]; - useMutationObserver: typeof import("@vueuse/core")["useMutationObserver"]; - useNavigation: typeof import("@shopware-pwa/composables-next")["useNavigation"]; - useNavigatorLanguage: typeof import("@vueuse/core")["useNavigatorLanguage"]; - useNetwork: typeof import("@vueuse/core")["useNetwork"]; - useNow: typeof import("@vueuse/core")["useNow"]; - useNuxtApp: typeof import("../../node_modules/nuxt/dist/app")["useNuxtApp"]; - useOffsetPagination: typeof import("@vueuse/core")["useOffsetPagination"]; - useOnline: typeof import("@vueuse/core")["useOnline"]; - usePageLeave: typeof import("@vueuse/core")["usePageLeave"]; - useParallax: typeof import("@vueuse/core")["useParallax"]; - usePermission: typeof import("@vueuse/core")["usePermission"]; - usePointer: typeof import("@vueuse/core")["usePointer"]; - usePointerSwipe: typeof import("@vueuse/core")["usePointerSwipe"]; - usePreferredColorScheme: typeof import("@vueuse/core")["usePreferredColorScheme"]; - usePreferredDark: typeof import("@vueuse/core")["usePreferredDark"]; - usePreferredLanguages: typeof import("@vueuse/core")["usePreferredLanguages"]; - useProduct: typeof import("@shopware-pwa/composables-next")["useProduct"]; - useProductConfigurator: typeof import("@shopware-pwa/composables-next")["useProductConfigurator"]; - useProductReviews: typeof import("@shopware-pwa/composables-next")["useProductReviews"]; - useRafFn: typeof import("@vueuse/core")["useRafFn"]; - useRefHistory: typeof import("@vueuse/core")["useRefHistory"]; - useRequestEvent: typeof import("../../node_modules/nuxt/dist/app")["useRequestEvent"]; - useRequestHeaders: typeof import("../../node_modules/nuxt/dist/app")["useRequestHeaders"]; - useResizeObserver: typeof import("@vueuse/core")["useResizeObserver"]; - useRoute: typeof import("../../node_modules/nuxt/dist/app")["useRoute"]; - useRouter: typeof import("../../node_modules/nuxt/dist/app")["useRouter"]; - useRuntimeConfig: typeof import("../../node_modules/nuxt/dist/app")["useRuntimeConfig"]; - useScreenOrientation: typeof import("@vueuse/core")["useScreenOrientation"]; - useScreenSafeArea: typeof import("@vueuse/core")["useScreenSafeArea"]; - useScriptTag: typeof import("@vueuse/core")["useScriptTag"]; - useScroll: typeof import("@vueuse/core")["useScroll"]; - useScrollLock: typeof import("@vueuse/core")["useScrollLock"]; - useSessionContext: typeof import("@shopware-pwa/composables-next")["useSessionContext"]; - useSessionStorage: typeof import("@vueuse/core")["useSessionStorage"]; - useShare: typeof import("@vueuse/core")["useShare"]; - useShopwareContext: typeof import("@shopware-pwa/composables-next")["useShopwareContext"]; - useSlots: typeof import("vue")["useSlots"]; - useSpeechRecognition: typeof import("@vueuse/core")["useSpeechRecognition"]; - useSpeechSynthesis: typeof import("@vueuse/core")["useSpeechSynthesis"]; - useState: typeof import("../../node_modules/nuxt/dist/app")["useState"]; - useStorageAsync: typeof import("@vueuse/core")["useStorageAsync"]; - useStyleTag: typeof import("@vueuse/core")["useStyleTag"]; - useSwipe: typeof import("@vueuse/core")["useSwipe"]; - useTemplateRefsList: typeof import("@vueuse/core")["useTemplateRefsList"]; - useTextSelection: typeof import("@vueuse/core")["useTextSelection"]; - useThrottle: typeof import("@vueuse/core")["useThrottle"]; - useThrottleFn: typeof import("@vueuse/core")["useThrottleFn"]; - useThrottledRefHistory: typeof import("@vueuse/core")["useThrottledRefHistory"]; - useTimeAgo: typeof import("@vueuse/core")["useTimeAgo"]; - useTimeout: typeof import("@vueuse/core")["useTimeout"]; - useTimeoutFn: typeof import("@vueuse/core")["useTimeoutFn"]; - useTimeoutPoll: typeof import("@vueuse/core")["useTimeoutPoll"]; - useTimestamp: typeof import("@vueuse/core")["useTimestamp"]; - useToggle: typeof import("@vueuse/core")["useToggle"]; - useTransition: typeof import("@vueuse/core")["useTransition"]; - useTransitionState: typeof import("vue")["useTransitionState"]; - useUrlSearchParams: typeof import("@vueuse/core")["useUrlSearchParams"]; - useUser: typeof import("@shopware-pwa/composables-next")["useUser"]; - useNewsletter: typeof import("@shopware-pwa/composables-next")["useNewsletter"]; - useUserMedia: typeof import("@vueuse/core")["useUserMedia"]; - useVModel: typeof import("@vueuse/core")["useVModel"]; - useVModels: typeof import("@vueuse/core")["useVModels"]; - useVibrate: typeof import("@vueuse/core")["useVibrate"]; - useVirtualList: typeof import("@vueuse/core")["useVirtualList"]; - useWakeLock: typeof import("@vueuse/core")["useWakeLock"]; - useWebNotification: typeof import("@vueuse/core")["useWebNotification"]; - useWebSocket: typeof import("@vueuse/core")["useWebSocket"]; - useWebWorker: typeof import("@vueuse/core")["useWebWorker"]; - useWebWorkerFn: typeof import("@vueuse/core")["useWebWorkerFn"]; - useWindowFocus: typeof import("@vueuse/core")["useWindowFocus"]; - useWindowScroll: typeof import("@vueuse/core")["useWindowScroll"]; - useWindowSize: typeof import("@vueuse/core")["useWindowSize"]; - watch: typeof import("vue")["watch"]; - watchAtMost: typeof import("@vueuse/core")["watchAtMost"]; - watchDebounced: typeof import("@vueuse/core")["watchDebounced"]; - watchEffect: typeof import("vue")["watchEffect"]; - watchIgnorable: typeof import("@vueuse/core")["watchIgnorable"]; - watchOnce: typeof import("@vueuse/core")["watchOnce"]; - watchPausable: typeof import("@vueuse/core")["watchPausable"]; - watchThrottled: typeof import("@vueuse/core")["watchThrottled"]; - watchWithFilter: typeof import("@vueuse/core")["watchWithFilter"]; - whenever: typeof import("@vueuse/core")["whenever"]; - withCtx: typeof import("vue")["withCtx"]; - withDirectives: typeof import("vue")["withDirectives"]; - withKeys: typeof import("vue")["withKeys"]; - withMemo: typeof import("vue")["withMemo"]; - withModifiers: typeof import("vue")["withModifiers"]; - withScopeId: typeof import("vue")["withScopeId"]; + abortNavigation: (typeof import("../../node_modules/nuxt/dist/app"))["abortNavigation"]; + addRouteMiddleware: (typeof import("../../node_modules/nuxt/dist/app"))["addRouteMiddleware"]; + asyncComputed: (typeof import("@vueuse/core"))["asyncComputed"]; + autoResetRef: (typeof import("@vueuse/core"))["autoResetRef"]; + clearError: (typeof import("../../node_modules/nuxt/dist/app"))["clearError"]; + computed: (typeof import("vue"))["computed"]; + computedAsync: (typeof import("@vueuse/core"))["computedAsync"]; + computedEager: (typeof import("@vueuse/core"))["computedEager"]; + computedInject: (typeof import("@vueuse/core"))["computedInject"]; + computedWithControl: (typeof import("@vueuse/core"))["computedWithControl"]; + controlledComputed: (typeof import("@vueuse/core"))["controlledComputed"]; + controlledRef: (typeof import("@vueuse/core"))["controlledRef"]; + createEventHook: (typeof import("@vueuse/core"))["createEventHook"]; + createGlobalState: (typeof import("@vueuse/core"))["createGlobalState"]; + createInjectionState: (typeof import("@vueuse/core"))["createInjectionState"]; + createReactiveFn: (typeof import("@vueuse/core"))["createReactiveFn"]; + createSharedComposable: (typeof import("@vueuse/core"))["createSharedComposable"]; + createUnrefFn: (typeof import("@vueuse/core"))["createUnrefFn"]; + customRef: (typeof import("vue"))["customRef"]; + debouncedRef: (typeof import("@vueuse/core"))["debouncedRef"]; + debouncedWatch: (typeof import("@vueuse/core"))["debouncedWatch"]; + defineAsyncComponent: (typeof import("vue"))["defineAsyncComponent"]; + defineComponent: (typeof import("vue"))["defineComponent"]; + defineNuxtComponent: (typeof import("../../node_modules/nuxt/dist/app"))["defineNuxtComponent"]; + defineNuxtLink: (typeof import("../../node_modules/nuxt/dist/app"))["defineNuxtLink"]; + defineNuxtPlugin: (typeof import("../../node_modules/nuxt/dist/app"))["defineNuxtPlugin"]; + defineNuxtRouteMiddleware: (typeof import("../../node_modules/nuxt/dist/app"))["defineNuxtRouteMiddleware"]; + definePageMeta: (typeof import("../../node_modules/nuxt/dist/pages/runtime/composables"))["definePageMeta"]; + eagerComputed: (typeof import("@vueuse/core"))["eagerComputed"]; + effect: (typeof import("vue"))["effect"]; + effectScope: (typeof import("vue"))["effectScope"]; + extendRef: (typeof import("@vueuse/core"))["extendRef"]; + getCurrentInstance: (typeof import("vue"))["getCurrentInstance"]; + getCurrentScope: (typeof import("vue"))["getCurrentScope"]; + h: (typeof import("vue"))["h"]; + ignorableWatch: (typeof import("@vueuse/core"))["ignorableWatch"]; + inject: (typeof import("vue"))["inject"]; + isDefined: (typeof import("@vueuse/core"))["isDefined"]; + isProxy: (typeof import("vue"))["isProxy"]; + isReactive: (typeof import("vue"))["isReactive"]; + isReadonly: (typeof import("vue"))["isReadonly"]; + isRef: (typeof import("vue"))["isRef"]; + isShallow: (typeof import("vue"))["isShallow"]; + isVue2: (typeof import("../../node_modules/nuxt/dist/app/compat/vue-demi"))["isVue2"]; + isVue3: (typeof import("../../node_modules/nuxt/dist/app/compat/vue-demi"))["isVue3"]; + logicAnd: (typeof import("@vueuse/core"))["logicAnd"]; + logicNot: (typeof import("@vueuse/core"))["logicNot"]; + logicOr: (typeof import("@vueuse/core"))["logicOr"]; + makeDestructurable: (typeof import("@vueuse/core"))["makeDestructurable"]; + markRaw: (typeof import("vue"))["markRaw"]; + navigateTo: (typeof import("../../node_modules/nuxt/dist/app"))["navigateTo"]; + nextTick: (typeof import("vue"))["nextTick"]; + onActivated: (typeof import("vue"))["onActivated"]; + onBeforeMount: (typeof import("vue"))["onBeforeMount"]; + onBeforeUnmount: (typeof import("vue"))["onBeforeUnmount"]; + onBeforeUpdate: (typeof import("vue"))["onBeforeUpdate"]; + onClickOutside: (typeof import("@vueuse/core"))["onClickOutside"]; + onDeactivated: (typeof import("vue"))["onDeactivated"]; + onErrorCaptured: (typeof import("vue"))["onErrorCaptured"]; + onKeyStroke: (typeof import("@vueuse/core"))["onKeyStroke"]; + onLongPress: (typeof import("@vueuse/core"))["onLongPress"]; + onMounted: (typeof import("vue"))["onMounted"]; + onRenderTracked: (typeof import("vue"))["onRenderTracked"]; + onRenderTriggered: (typeof import("vue"))["onRenderTriggered"]; + onScopeDispose: (typeof import("vue"))["onScopeDispose"]; + onServerPrefetch: (typeof import("vue"))["onServerPrefetch"]; + onStartTyping: (typeof import("@vueuse/core"))["onStartTyping"]; + onUnmounted: (typeof import("vue"))["onUnmounted"]; + onUpdated: (typeof import("vue"))["onUpdated"]; + pausableWatch: (typeof import("@vueuse/core"))["pausableWatch"]; + provide: (typeof import("vue"))["provide"]; + proxyRefs: (typeof import("vue"))["proxyRefs"]; + reactify: (typeof import("@vueuse/core"))["reactify"]; + reactifyObject: (typeof import("@vueuse/core"))["reactifyObject"]; + reactive: (typeof import("vue"))["reactive"]; + reactiveComputed: (typeof import("@vueuse/core"))["reactiveComputed"]; + reactiveOmit: (typeof import("@vueuse/core"))["reactiveOmit"]; + reactivePick: (typeof import("@vueuse/core"))["reactivePick"]; + readonly: (typeof import("vue"))["readonly"]; + ref: (typeof import("vue"))["ref"]; + refAutoReset: (typeof import("@vueuse/core"))["refAutoReset"]; + refDebounced: (typeof import("@vueuse/core"))["refDebounced"]; + refDefault: (typeof import("@vueuse/core"))["refDefault"]; + refThrottled: (typeof import("@vueuse/core"))["refThrottled"]; + refWithControl: (typeof import("@vueuse/core"))["refWithControl"]; + refreshNuxtData: (typeof import("../../node_modules/nuxt/dist/app"))["refreshNuxtData"]; + resolveComponent: (typeof import("vue"))["resolveComponent"]; + shallowReactive: (typeof import("vue"))["shallowReactive"]; + shallowReadonly: (typeof import("vue"))["shallowReadonly"]; + shallowRef: (typeof import("vue"))["shallowRef"]; + syncRef: (typeof import("@vueuse/core"))["syncRef"]; + syncRefs: (typeof import("@vueuse/core"))["syncRefs"]; + templateRef: (typeof import("@vueuse/core"))["templateRef"]; + throttledRef: (typeof import("@vueuse/core"))["throttledRef"]; + throttledWatch: (typeof import("@vueuse/core"))["throttledWatch"]; + throwError: (typeof import("../../node_modules/nuxt/dist/app"))["throwError"]; + toRaw: (typeof import("vue"))["toRaw"]; + toReactive: (typeof import("@vueuse/core"))["toReactive"]; + toRef: (typeof import("vue"))["toRef"]; + toRefs: (typeof import("vue"))["toRefs"]; + triggerRef: (typeof import("vue"))["triggerRef"]; + tryOnBeforeMount: (typeof import("@vueuse/core"))["tryOnBeforeMount"]; + tryOnBeforeUnmount: (typeof import("@vueuse/core"))["tryOnBeforeUnmount"]; + tryOnMounted: (typeof import("@vueuse/core"))["tryOnMounted"]; + tryOnScopeDispose: (typeof import("@vueuse/core"))["tryOnScopeDispose"]; + tryOnUnmounted: (typeof import("@vueuse/core"))["tryOnUnmounted"]; + unref: (typeof import("vue"))["unref"]; + unrefElement: (typeof import("@vueuse/core"))["unrefElement"]; + until: (typeof import("@vueuse/core"))["until"]; + useActiveElement: (typeof import("@vueuse/core"))["useActiveElement"]; + useActiveRoute: (typeof import("../../node_modules/nuxt/dist/app"))["useActiveRoute"]; + useAddToCart: (typeof import("@shopware-pwa/composables-next"))["useAddToCart"]; + useNotifications: (typeof import("@shopware-pwa/composables-next"))["useNotifications"]; + useCountries: (typeof import("@shopware-pwa/composables-next"))["useCountries"]; + useSalutations: (typeof import("@shopware-pwa/composables-next"))["useSalutations"]; + useCheckout: (typeof import("@shopware-pwa/composables-next"))["useCheckout"]; + useAsyncData: (typeof import("../../node_modules/nuxt/dist/app"))["useAsyncData"]; + useAsyncQueue: (typeof import("@vueuse/core"))["useAsyncQueue"]; + useAsyncState: (typeof import("@vueuse/core"))["useAsyncState"]; + useAttrs: (typeof import("vue"))["useAttrs"]; + useBase64: (typeof import("@vueuse/core"))["useBase64"]; + useBattery: (typeof import("@vueuse/core"))["useBattery"]; + useBluetooth: (typeof import("@vueuse/core"))["useBluetooth"]; + useBreadcrumbs: (typeof import("@shopware-pwa/composables-next"))["useBreadcrumbs"]; + useBreakpoints: (typeof import("@vueuse/core"))["useBreakpoints"]; + useBroadcastChannel: (typeof import("@vueuse/core"))["useBroadcastChannel"]; + useBrowserLocation: (typeof import("@vueuse/core"))["useBrowserLocation"]; + useCached: (typeof import("@vueuse/core"))["useCached"]; + useClamp: (typeof import("@vueuse/core"))["useClamp"]; + useClipboard: (typeof import("@vueuse/core"))["useClipboard"]; + useCms: (typeof import("@shopware-pwa/composables-next"))["useCms"]; + useColorMode: (typeof import("@vueuse/core"))["useColorMode"]; + useConfirmDialog: (typeof import("@vueuse/core"))["useConfirmDialog"]; + useCookie: (typeof import("../../node_modules/nuxt/dist/app"))["useCookie"]; + useCounter: (typeof import("@vueuse/core"))["useCounter"]; + useCssModule: (typeof import("vue"))["useCssModule"]; + useCssVar: (typeof import("@vueuse/core"))["useCssVar"]; + useCssVars: (typeof import("vue"))["useCssVars"]; + useCurrentElement: (typeof import("@vueuse/core"))["useCurrentElement"]; + useCycleList: (typeof import("@vueuse/core"))["useCycleList"]; + useDark: (typeof import("@vueuse/core"))["useDark"]; + useDateFormat: (typeof import("@vueuse/core"))["useDateFormat"]; + useDebounce: (typeof import("@vueuse/core"))["useDebounce"]; + useDebounceFn: (typeof import("@vueuse/core"))["useDebounceFn"]; + useDebouncedRefHistory: (typeof import("@vueuse/core"))["useDebouncedRefHistory"]; + useDeviceMotion: (typeof import("@vueuse/core"))["useDeviceMotion"]; + useDeviceOrientation: (typeof import("@vueuse/core"))["useDeviceOrientation"]; + useDevicePixelRatio: (typeof import("@vueuse/core"))["useDevicePixelRatio"]; + useDevicesList: (typeof import("@vueuse/core"))["useDevicesList"]; + useDisplayMedia: (typeof import("@vueuse/core"))["useDisplayMedia"]; + useDocumentVisibility: (typeof import("@vueuse/core"))["useDocumentVisibility"]; + useDraggable: (typeof import("@vueuse/core"))["useDraggable"]; + useDropZone: (typeof import("@vueuse/core"))["useDropZone"]; + useElementBounding: (typeof import("@vueuse/core"))["useElementBounding"]; + useElementByPoint: (typeof import("@vueuse/core"))["useElementByPoint"]; + useElementHover: (typeof import("@vueuse/core"))["useElementHover"]; + useElementSize: (typeof import("@vueuse/core"))["useElementSize"]; + useElementVisibility: (typeof import("@vueuse/core"))["useElementVisibility"]; + useError: (typeof import("../../node_modules/nuxt/dist/app"))["useError"]; + useEventBus: (typeof import("@vueuse/core"))["useEventBus"]; + useEventListener: (typeof import("@vueuse/core"))["useEventListener"]; + useEventSource: (typeof import("@vueuse/core"))["useEventSource"]; + useEyeDropper: (typeof import("@vueuse/core"))["useEyeDropper"]; + useFavicon: (typeof import("@vueuse/core"))["useFavicon"]; + useFetch: (typeof import("../../node_modules/nuxt/dist/app"))["useFetch"]; + useFileSystemAccess: (typeof import("@vueuse/core"))["useFileSystemAccess"]; + useFocus: (typeof import("@vueuse/core"))["useFocus"]; + useFocusWithin: (typeof import("@vueuse/core"))["useFocusWithin"]; + useFps: (typeof import("@vueuse/core"))["useFps"]; + useFullscreen: (typeof import("@vueuse/core"))["useFullscreen"]; + useGamepad: (typeof import("@vueuse/core"))["useGamepad"]; + useGeolocation: (typeof import("@vueuse/core"))["useGeolocation"]; + useHead: (typeof import("../../node_modules/nuxt/dist/head/runtime"))["useHead"]; + useIdle: (typeof import("@vueuse/core"))["useIdle"]; + useImage: (typeof import("@vueuse/core"))["useImage"]; + useInfiniteScroll: (typeof import("@vueuse/core"))["useInfiniteScroll"]; + useIntersectionObserver: (typeof import("@vueuse/core"))["useIntersectionObserver"]; + useInterval: (typeof import("@vueuse/core"))["useInterval"]; + useIntervalFn: (typeof import("@vueuse/core"))["useIntervalFn"]; + useKeyModifier: (typeof import("@vueuse/core"))["useKeyModifier"]; + useLastChanged: (typeof import("@vueuse/core"))["useLastChanged"]; + useLazyAsyncData: (typeof import("../../node_modules/nuxt/dist/app"))["useLazyAsyncData"]; + useLazyFetch: (typeof import("../../node_modules/nuxt/dist/app"))["useLazyFetch"]; + useListing: (typeof import("@shopware-pwa/composables-next"))["useListing"]; + useLocalStorage: (typeof import("@vueuse/core"))["useLocalStorage"]; + useMagicKeys: (typeof import("@vueuse/core"))["useMagicKeys"]; + useManualRefHistory: (typeof import("@vueuse/core"))["useManualRefHistory"]; + useMediaControls: (typeof import("@vueuse/core"))["useMediaControls"]; + useMediaQuery: (typeof import("@vueuse/core"))["useMediaQuery"]; + useMemoize: (typeof import("@vueuse/core"))["useMemoize"]; + useMemory: (typeof import("@vueuse/core"))["useMemory"]; + useMounted: (typeof import("@vueuse/core"))["useMounted"]; + useMouse: (typeof import("@vueuse/core"))["useMouse"]; + useMouseInElement: (typeof import("@vueuse/core"))["useMouseInElement"]; + useMousePressed: (typeof import("@vueuse/core"))["useMousePressed"]; + useMutationObserver: (typeof import("@vueuse/core"))["useMutationObserver"]; + useNavigation: (typeof import("@shopware-pwa/composables-next"))["useNavigation"]; + useNavigatorLanguage: (typeof import("@vueuse/core"))["useNavigatorLanguage"]; + useNetwork: (typeof import("@vueuse/core"))["useNetwork"]; + useNow: (typeof import("@vueuse/core"))["useNow"]; + useNuxtApp: (typeof import("../../node_modules/nuxt/dist/app"))["useNuxtApp"]; + useOffsetPagination: (typeof import("@vueuse/core"))["useOffsetPagination"]; + useOnline: (typeof import("@vueuse/core"))["useOnline"]; + usePageLeave: (typeof import("@vueuse/core"))["usePageLeave"]; + useParallax: (typeof import("@vueuse/core"))["useParallax"]; + usePermission: (typeof import("@vueuse/core"))["usePermission"]; + usePointer: (typeof import("@vueuse/core"))["usePointer"]; + usePointerSwipe: (typeof import("@vueuse/core"))["usePointerSwipe"]; + usePreferredColorScheme: (typeof import("@vueuse/core"))["usePreferredColorScheme"]; + usePreferredDark: (typeof import("@vueuse/core"))["usePreferredDark"]; + usePreferredLanguages: (typeof import("@vueuse/core"))["usePreferredLanguages"]; + useProduct: (typeof import("@shopware-pwa/composables-next"))["useProduct"]; + useProductConfigurator: (typeof import("@shopware-pwa/composables-next"))["useProductConfigurator"]; + useProductReviews: (typeof import("@shopware-pwa/composables-next"))["useProductReviews"]; + useRafFn: (typeof import("@vueuse/core"))["useRafFn"]; + useRefHistory: (typeof import("@vueuse/core"))["useRefHistory"]; + useRequestEvent: (typeof import("../../node_modules/nuxt/dist/app"))["useRequestEvent"]; + useRequestHeaders: (typeof import("../../node_modules/nuxt/dist/app"))["useRequestHeaders"]; + useResizeObserver: (typeof import("@vueuse/core"))["useResizeObserver"]; + useRoute: (typeof import("../../node_modules/nuxt/dist/app"))["useRoute"]; + useRouter: (typeof import("../../node_modules/nuxt/dist/app"))["useRouter"]; + useRuntimeConfig: (typeof import("../../node_modules/nuxt/dist/app"))["useRuntimeConfig"]; + useScreenOrientation: (typeof import("@vueuse/core"))["useScreenOrientation"]; + useScreenSafeArea: (typeof import("@vueuse/core"))["useScreenSafeArea"]; + useScriptTag: (typeof import("@vueuse/core"))["useScriptTag"]; + useScroll: (typeof import("@vueuse/core"))["useScroll"]; + useScrollLock: (typeof import("@vueuse/core"))["useScrollLock"]; + useSessionContext: (typeof import("@shopware-pwa/composables-next"))["useSessionContext"]; + useSessionStorage: (typeof import("@vueuse/core"))["useSessionStorage"]; + useShare: (typeof import("@vueuse/core"))["useShare"]; + useShopwareContext: (typeof import("@shopware-pwa/composables-next"))["useShopwareContext"]; + useSlots: (typeof import("vue"))["useSlots"]; + useSpeechRecognition: (typeof import("@vueuse/core"))["useSpeechRecognition"]; + useSpeechSynthesis: (typeof import("@vueuse/core"))["useSpeechSynthesis"]; + useState: (typeof import("../../node_modules/nuxt/dist/app"))["useState"]; + useStorageAsync: (typeof import("@vueuse/core"))["useStorageAsync"]; + useStyleTag: (typeof import("@vueuse/core"))["useStyleTag"]; + useSwipe: (typeof import("@vueuse/core"))["useSwipe"]; + useTemplateRefsList: (typeof import("@vueuse/core"))["useTemplateRefsList"]; + useTextSelection: (typeof import("@vueuse/core"))["useTextSelection"]; + useThrottle: (typeof import("@vueuse/core"))["useThrottle"]; + useThrottleFn: (typeof import("@vueuse/core"))["useThrottleFn"]; + useThrottledRefHistory: (typeof import("@vueuse/core"))["useThrottledRefHistory"]; + useTimeAgo: (typeof import("@vueuse/core"))["useTimeAgo"]; + useTimeout: (typeof import("@vueuse/core"))["useTimeout"]; + useTimeoutFn: (typeof import("@vueuse/core"))["useTimeoutFn"]; + useTimeoutPoll: (typeof import("@vueuse/core"))["useTimeoutPoll"]; + useTimestamp: (typeof import("@vueuse/core"))["useTimestamp"]; + useToggle: (typeof import("@vueuse/core"))["useToggle"]; + useTransition: (typeof import("@vueuse/core"))["useTransition"]; + useTransitionState: (typeof import("vue"))["useTransitionState"]; + useUrlSearchParams: (typeof import("@vueuse/core"))["useUrlSearchParams"]; + useUser: (typeof import("@shopware-pwa/composables-next"))["useUser"]; + useNewsletter: (typeof import("@shopware-pwa/composables-next"))["useNewsletter"]; + useUserMedia: (typeof import("@vueuse/core"))["useUserMedia"]; + useVModel: (typeof import("@vueuse/core"))["useVModel"]; + useVModels: (typeof import("@vueuse/core"))["useVModels"]; + useVibrate: (typeof import("@vueuse/core"))["useVibrate"]; + useVirtualList: (typeof import("@vueuse/core"))["useVirtualList"]; + useWakeLock: (typeof import("@vueuse/core"))["useWakeLock"]; + useWebNotification: (typeof import("@vueuse/core"))["useWebNotification"]; + useWebSocket: (typeof import("@vueuse/core"))["useWebSocket"]; + useWebWorker: (typeof import("@vueuse/core"))["useWebWorker"]; + useWebWorkerFn: (typeof import("@vueuse/core"))["useWebWorkerFn"]; + useWindowFocus: (typeof import("@vueuse/core"))["useWindowFocus"]; + useWindowScroll: (typeof import("@vueuse/core"))["useWindowScroll"]; + useWindowSize: (typeof import("@vueuse/core"))["useWindowSize"]; + watch: (typeof import("vue"))["watch"]; + watchAtMost: (typeof import("@vueuse/core"))["watchAtMost"]; + watchDebounced: (typeof import("@vueuse/core"))["watchDebounced"]; + watchEffect: (typeof import("vue"))["watchEffect"]; + watchIgnorable: (typeof import("@vueuse/core"))["watchIgnorable"]; + watchOnce: (typeof import("@vueuse/core"))["watchOnce"]; + watchPausable: (typeof import("@vueuse/core"))["watchPausable"]; + watchThrottled: (typeof import("@vueuse/core"))["watchThrottled"]; + watchWithFilter: (typeof import("@vueuse/core"))["watchWithFilter"]; + whenever: (typeof import("@vueuse/core"))["whenever"]; + withCtx: (typeof import("vue"))["withCtx"]; + withDirectives: (typeof import("vue"))["withDirectives"]; + withKeys: (typeof import("vue"))["withKeys"]; + withMemo: (typeof import("vue"))["withMemo"]; + withModifiers: (typeof import("vue"))["withModifiers"]; + withScopeId: (typeof import("vue"))["withScopeId"]; } } diff --git a/packages/cms-base/components.d.ts b/packages/cms-base/components.d.ts index df8cdafc7..a4a835147 100644 --- a/packages/cms-base/components.d.ts +++ b/packages/cms-base/components.d.ts @@ -1,7 +1,7 @@ declare module "@vue/runtime-core" { export type GlobalComponents = { - CmsGenericBlock: typeof import("./components/cms/CmsGenericBlock.vue")["default"]; - CmsGenericElement: typeof import("./components/cms/CmsGenericElement.vue")["default"]; + CmsGenericBlock: (typeof import("./components/cms/CmsGenericBlock.vue"))["default"]; + CmsGenericElement: (typeof import("./components/cms/CmsGenericElement.vue"))["default"]; }; declare interface AllowedComponentProps { diff --git a/packages/cms-base/package.json b/packages/cms-base/package.json index 8594ee09e..c14f71c11 100644 --- a/packages/cms-base/package.json +++ b/packages/cms-base/package.json @@ -55,7 +55,7 @@ "@shopware-pwa/types": "workspace:*", "@vue/eslint-config-typescript": "^11.0.3", "eslint-config-shopware": "workspace:*", - "eslint-plugin-vue": "^9.16.1", + "eslint-plugin-vue": "^9.17.0", "tsconfig": "workspace:*", "typescript": "^5.1.6", "unbuild": "^1.2.1", diff --git a/packages/composables/package.json b/packages/composables/package.json index 536eb1a76..7a1a47450 100644 --- a/packages/composables/package.json +++ b/packages/composables/package.json @@ -46,14 +46,14 @@ }, "devDependencies": { "@shopware-pwa/types": "workspace:*", - "@vitest/coverage-v8": "^0.33.0", + "@vitest/coverage-v8": "^0.34.2", "@vue/test-utils": "^2.4.1", "eslint-config-shopware": "workspace:*", - "happy-dom": "^10.5.2", + "happy-dom": "^10.10.4", "tsconfig": "workspace:*", "typescript": "^5.1.6", "unbuild": "^1.2.1", - "vitest": "^0.33.0", + "vitest": "^0.34.2", "vue": "^3.3.4" } } diff --git a/packages/eslint-config-shopware/package.json b/packages/eslint-config-shopware/package.json index 1f20e77d0..4b609bbab 100644 --- a/packages/eslint-config-shopware/package.json +++ b/packages/eslint-config-shopware/package.json @@ -5,10 +5,10 @@ "main": "index.js", "license": "MIT", "dependencies": { - "@typescript-eslint/eslint-plugin": "^6.2.1", - "@typescript-eslint/parser": "^6.2.1", - "eslint": "^8.46.0", - "eslint-config-prettier": "^8.9.0", + "@typescript-eslint/eslint-plugin": "^6.4.1", + "@typescript-eslint/parser": "^6.4.1", + "eslint": "^8.47.0", + "eslint-config-prettier": "^9.0.0", "typescript": "^5.1.6" } } diff --git a/packages/helpers/package.json b/packages/helpers/package.json index 350b24287..b5c19612e 100644 --- a/packages/helpers/package.json +++ b/packages/helpers/package.json @@ -34,11 +34,11 @@ "test": "vitest run" }, "devDependencies": { - "@vitest/coverage-v8": "^0.33.0", + "@vitest/coverage-v8": "^0.34.2", "eslint-config-shopware": "workspace:*", - "happy-dom": "^10.5.2", + "happy-dom": "^10.10.4", "tsconfig": "workspace:*", - "vitest": "^0.33.0" + "vitest": "^0.34.2" }, "dependencies": { "@shopware-pwa/types": "workspace:*" diff --git a/packages/nuxt3-module/package.json b/packages/nuxt3-module/package.json index 293619062..b2b294cea 100644 --- a/packages/nuxt3-module/package.json +++ b/packages/nuxt3-module/package.json @@ -46,7 +46,7 @@ "js-cookie": "^3.0.5" }, "devDependencies": { - "@nuxt/devtools": "^0.7.2", + "@nuxt/devtools": "^0.8.0", "@nuxt/schema": "^3.6.5", "eslint-config-shopware": "workspace:*", "tsconfig": "workspace:*", diff --git a/packages/typer/package.json b/packages/typer/package.json index 893192d4a..6ebd7e363 100644 --- a/packages/typer/package.json +++ b/packages/typer/package.json @@ -41,7 +41,7 @@ "ts-dox": "^0.1.0", "typedoc": "^0.24.8", "vinyl": "^3.0.0", - "vite": "^4.4.7" + "vite": "^4.4.9" }, "devDependencies": { "@shopware-pwa/types": "workspace:*", @@ -50,6 +50,6 @@ "eslint-config-shopware": "workspace:*", "tsconfig": "workspace:*", "typescript": "^5.1.6", - "vitest": "^0.33.0" + "vitest": "^0.34.2" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0a8bc6c66..1eab43f5b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -28,11 +28,11 @@ importers: specifier: ^2.26.2 version: 2.26.2 '@microsoft/api-documenter': - specifier: ^7.22.32 - version: 7.22.32(@types/node@14.18.33) + specifier: ^7.22.33 + version: 7.22.33(@types/node@14.18.33) '@microsoft/api-extractor': - specifier: ^7.36.3 - version: 7.36.3(@types/node@14.18.33) + specifier: ^7.36.4 + version: 7.36.4(@types/node@14.18.33) '@microsoft/tsdoc': specifier: ^0.14.2 version: 0.14.2 @@ -43,8 +43,8 @@ importers: specifier: ^3.0.1 version: 3.0.1 dotenv-cli: - specifier: ^7.2.1 - version: 7.2.1 + specifier: ^7.3.0 + version: 7.3.0 globby: specifier: ^13.2.2 version: 13.2.2 @@ -52,11 +52,11 @@ importers: specifier: ^8.0.3 version: 8.0.3 lint-staged: - specifier: ^13.2.3 - version: 13.2.3 + specifier: ^14.0.1 + version: 14.0.1 prettier: - specifier: ^3.0.0 - version: 3.0.0 + specifier: ^3.0.2 + version: 3.0.2 taze: specifier: ^0.11.2 version: 0.11.2 @@ -67,8 +67,8 @@ importers: specifier: ^0.24.8 version: 0.24.8(typescript@5.1.6) vercel: - specifier: ^31.2.1 - version: 31.2.1 + specifier: ^32.0.0 + version: 32.0.0 apps/docs: dependencies: @@ -104,14 +104,14 @@ importers: specifier: workspace:* version: link:../../packages/typer '@types/markdown-it': - specifier: ^12.2.3 - version: 12.2.3 + specifier: ^13.0.0 + version: 13.0.0 '@types/node': specifier: ^18.16.18 version: 18.16.18 '@vitejs/plugin-vue': - specifier: ^4.2.3 - version: 4.2.3(vite@4.3.9)(vue@3.3.4) + specifier: ^4.3.3 + version: 4.3.3(vite@4.3.9)(vue@3.3.4) typescript: specifier: ^5.1.6 version: 5.1.6 @@ -123,8 +123,8 @@ importers: version: 16.3.1 devDependencies: '@playwright/test': - specifier: ^1.36.2 - version: 1.36.2 + specifier: ^1.37.1 + version: 1.37.1 examples/blank-playground: dependencies: @@ -145,11 +145,11 @@ importers: specifier: canary version: link:../../packages/types '@vitejs/plugin-vue': - specifier: ^4.2.3 - version: 4.2.3(vite@4.4.7)(vue@3.3.4) + specifier: ^4.3.3 + version: 4.3.3(vite@4.4.9)(vue@3.3.4) vite: - specifier: ^4.4.7 - version: 4.4.7(@types/node@14.18.33) + specifier: ^4.4.9 + version: 4.4.9(@types/node@14.18.33) examples/example-builder: dependencies: @@ -164,14 +164,14 @@ importers: version: 4.2.4(vue@3.3.4) devDependencies: '@vitejs/plugin-vue': - specifier: ^4.2.3 - version: 4.2.3(vite@4.4.7)(vue@3.3.4) + specifier: ^4.3.3 + version: 4.3.3(vite@4.4.9)(vue@3.3.4) typescript: specifier: ^5.1.6 version: 5.1.6 vite: - specifier: ^4.4.7 - version: 4.4.7(@types/node@14.18.33) + specifier: ^4.4.9 + version: 4.4.9(@types/node@14.18.33) vue-tsc: specifier: ^1.8.8 version: 1.8.8(typescript@5.1.6) @@ -179,8 +179,8 @@ importers: examples/express-checkout: dependencies: '@paypal/paypal-js': - specifier: ^6.0.1 - version: 6.0.1 + specifier: ^7.0.0 + version: 7.0.0 '@shopware-pwa/api-client': specifier: canary version: link:../../packages/api-client @@ -204,11 +204,11 @@ importers: specifier: canary version: link:../../packages/types '@vitejs/plugin-vue': - specifier: ^4.2.3 - version: 4.2.3(vite@4.4.7)(vue@3.3.4) + specifier: ^4.3.3 + version: 4.3.3(vite@4.4.9)(vue@3.3.4) vite: - specifier: ^4.4.7 - version: 4.4.7(@types/node@14.18.33) + specifier: ^4.4.9 + version: 4.4.9(@types/node@14.18.33) examples/login-form: dependencies: @@ -229,11 +229,11 @@ importers: specifier: canary version: link:../../packages/types '@vitejs/plugin-vue': - specifier: ^4.2.3 - version: 4.2.3(vite@4.4.7)(vue@3.3.4) + specifier: ^4.3.3 + version: 4.3.3(vite@4.4.9)(vue@3.3.4) vite: - specifier: ^4.4.7 - version: 4.4.7(@types/node@14.18.33) + specifier: ^4.4.9 + version: 4.4.9(@types/node@14.18.33) examples/modal-teleport: dependencies: @@ -245,32 +245,32 @@ importers: version: 3.3.4 devDependencies: '@nuxt/devtools': - specifier: ^0.7.2 - version: 0.7.2(nuxt@3.6.5) + specifier: ^0.8.0 + version: 0.8.0(nuxt@3.6.5) '@nuxt/types': specifier: ^2.17.1 version: 2.17.1 '@nuxt/typescript-build': specifier: ^3.0.1 - version: 3.0.1(@nuxt/types@2.17.1)(eslint@8.46.0)(typescript@5.1.6) + version: 3.0.1(@nuxt/types@2.17.1)(eslint@8.47.0)(typescript@5.1.6) '@nuxtjs/eslint-config-typescript': specifier: ^12.0.0 - version: 12.0.0(eslint@8.46.0)(typescript@5.1.6) + version: 12.0.0(eslint@8.47.0)(typescript@5.1.6) '@unocss/nuxt': - specifier: ^0.54.1 - version: 0.54.1(postcss@8.4.26) + specifier: ^0.55.2 + version: 0.55.2(postcss@8.4.28) '@unocss/reset': - specifier: ^0.54.1 - version: 0.54.1 + specifier: ^0.55.2 + version: 0.55.2 eslint: - specifier: ^8.46.0 - version: 8.46.0 + specifier: ^8.47.0 + version: 8.47.0 nuxt: specifier: ^3.6.5 - version: 3.6.5(@types/node@20.3.2)(eslint@8.46.0)(typescript@5.1.6)(vue-tsc@1.8.8) + version: 3.6.5(@types/node@20.5.1)(eslint@8.47.0)(typescript@5.1.6)(vue-tsc@1.8.8) unocss: - specifier: ^0.54.1 - version: 0.54.1(@unocss/webpack@0.54.1)(postcss@8.4.26) + specifier: ^0.55.2 + version: 0.55.2(@unocss/webpack@0.55.2)(postcss@8.4.28) examples/new-api-client: dependencies: @@ -285,14 +285,14 @@ importers: version: 3.3.4 devDependencies: '@vitejs/plugin-vue': - specifier: ^4.2.3 - version: 4.2.3(vite@4.4.7)(vue@3.3.4) + specifier: ^4.3.3 + version: 4.3.3(vite@4.4.9)(vue@3.3.4) typescript: specifier: ^5.1.6 version: 5.1.6 vite: - specifier: ^4.4.7 - version: 4.4.7(@types/node@14.18.33) + specifier: ^4.4.9 + version: 4.4.9(@types/node@14.18.33) vue-tsc: specifier: ^1.8.8 version: 1.8.8(typescript@5.1.6) @@ -319,11 +319,11 @@ importers: specifier: canary version: link:../../packages/types '@vitejs/plugin-vue': - specifier: ^4.2.3 - version: 4.2.3(vite@4.4.7)(vue@3.3.4) + specifier: ^4.3.3 + version: 4.3.3(vite@4.4.9)(vue@3.3.4) vite: - specifier: ^4.4.7 - version: 4.4.7(@types/node@14.18.33) + specifier: ^4.4.9 + version: 4.4.9(@types/node@14.18.33) examples/responsive-images: dependencies: @@ -344,11 +344,11 @@ importers: specifier: canary version: link:../../packages/types '@vitejs/plugin-vue': - specifier: ^4.2.3 - version: 4.2.3(vite@4.4.7)(vue@3.3.4) + specifier: ^4.3.3 + version: 4.3.3(vite@4.4.9)(vue@3.3.4) vite: - specifier: ^4.4.7 - version: 4.4.7(@types/node@14.18.33) + specifier: ^4.4.9 + version: 4.4.9(@types/node@14.18.33) examples/use-add-to-cart: dependencies: @@ -369,11 +369,11 @@ importers: specifier: canary version: link:../../packages/types '@vitejs/plugin-vue': - specifier: ^4.2.3 - version: 4.2.3(vite@4.4.7)(vue@3.3.4) + specifier: ^4.3.3 + version: 4.3.3(vite@4.4.9)(vue@3.3.4) vite: - specifier: ^4.4.7 - version: 4.4.7(@types/node@14.18.33) + specifier: ^4.4.9 + version: 4.4.9(@types/node@14.18.33) examples/use-cart: dependencies: @@ -394,11 +394,11 @@ importers: specifier: canary version: link:../../packages/types '@vitejs/plugin-vue': - specifier: ^4.2.3 - version: 4.2.3(vite@4.4.7)(vue@3.3.4) + specifier: ^4.3.3 + version: 4.3.3(vite@4.4.9)(vue@3.3.4) vite: - specifier: ^4.4.7 - version: 4.4.7(@types/node@14.18.33) + specifier: ^4.4.9 + version: 4.4.9(@types/node@14.18.33) examples/use-checkout: dependencies: @@ -419,11 +419,11 @@ importers: specifier: canary version: link:../../packages/types '@vitejs/plugin-vue': - specifier: ^4.2.3 - version: 4.2.3(vite@4.4.7)(vue@3.3.4) + specifier: ^4.3.3 + version: 4.3.3(vite@4.4.9)(vue@3.3.4) vite: - specifier: ^4.4.7 - version: 4.4.7(@types/node@14.18.33) + specifier: ^4.4.9 + version: 4.4.9(@types/node@14.18.33) packages/api-client: dependencies: @@ -441,20 +441,20 @@ importers: specifier: ^8.0.2 version: 8.0.2 '@vitest/coverage-v8': - specifier: ^0.33.0 - version: 0.33.0(vitest@0.33.0) + specifier: ^0.34.2 + version: 0.34.2(vitest@0.34.2) eslint-config-shopware: specifier: workspace:* version: link:../eslint-config-shopware happy-dom: - specifier: ^10.5.2 - version: 10.5.2 + specifier: ^10.10.4 + version: 10.10.4 tsconfig: specifier: workspace:* version: link:../tsconfig vitest: - specifier: ^0.33.0 - version: 0.33.0(happy-dom@10.5.2) + specifier: ^0.34.2 + version: 0.34.2(happy-dom@10.10.4) packages/api-client-next: dependencies: @@ -470,19 +470,19 @@ importers: version: 3.0.0 '@vitest/coverage-c8': specifier: ^0.33.0 - version: 0.33.0(vitest@0.33.0) + version: 0.33.0(vitest@0.34.2) eslint-config-shopware: specifier: workspace:* version: link:../eslint-config-shopware prettier: - specifier: ^3.0.0 - version: 3.0.0 + specifier: ^3.0.2 + version: 3.0.2 tsconfig: specifier: workspace:* version: link:../tsconfig vitest: - specifier: ^0.33.0 - version: 0.33.0(happy-dom@10.5.2) + specifier: ^0.34.2 + version: 0.34.2(happy-dom@10.10.4) packages/api-gen: dependencies: @@ -490,11 +490,11 @@ importers: specifier: ^1.1.1 version: 1.1.1 openapi-typescript: - specifier: ^6.4.0 - version: 6.4.0 + specifier: ^6.5.2 + version: 6.5.2 prettier: - specifier: ^3.0.0 - version: 3.0.0 + specifier: ^3.0.2 + version: 3.0.2 semver: specifier: ^7.5.2 version: 7.5.3 @@ -510,7 +510,7 @@ importers: version: 17.0.24 '@vitest/coverage-c8': specifier: ^0.33.0 - version: 0.33.0(vitest@0.33.0) + version: 0.33.0(vitest@0.34.2) eslint-config-shopware: specifier: workspace:* version: link:../eslint-config-shopware @@ -521,8 +521,8 @@ importers: specifier: workspace:* version: link:../tsconfig vitest: - specifier: ^0.33.0 - version: 0.33.0(happy-dom@10.5.2) + specifier: ^0.34.2 + version: 0.34.2(happy-dom@10.10.4) packages/cms-base: dependencies: @@ -559,13 +559,13 @@ importers: version: link:../types '@vue/eslint-config-typescript': specifier: ^11.0.3 - version: 11.0.3(eslint-plugin-vue@9.16.1)(eslint@8.46.0)(typescript@5.1.6) + version: 11.0.3(eslint-plugin-vue@9.17.0)(eslint@8.47.0)(typescript@5.1.6) eslint-config-shopware: specifier: workspace:* version: link:../eslint-config-shopware eslint-plugin-vue: - specifier: ^9.16.1 - version: 9.16.1(eslint@8.46.0) + specifier: ^9.17.0 + version: 9.17.0(eslint@8.47.0) tsconfig: specifier: workspace:* version: link:../tsconfig @@ -577,7 +577,7 @@ importers: version: 1.2.1 vue-eslint-parser: specifier: ^9.3.1 - version: 9.3.1(eslint@8.46.0) + version: 9.3.1(eslint@8.47.0) vue-tsc: specifier: ^1.8.8 version: 1.8.8(typescript@5.1.6) @@ -601,8 +601,8 @@ importers: specifier: workspace:* version: link:../types '@vitest/coverage-v8': - specifier: ^0.33.0 - version: 0.33.0(vitest@0.33.0) + specifier: ^0.34.2 + version: 0.34.2(vitest@0.34.2) '@vue/test-utils': specifier: ^2.4.1 version: 2.4.1(vue@3.3.4) @@ -610,8 +610,8 @@ importers: specifier: workspace:* version: link:../eslint-config-shopware happy-dom: - specifier: ^10.5.2 - version: 10.5.2 + specifier: ^10.10.4 + version: 10.10.4 tsconfig: specifier: workspace:* version: link:../tsconfig @@ -622,8 +622,8 @@ importers: specifier: ^1.2.1 version: 1.2.1 vitest: - specifier: ^0.33.0 - version: 0.33.0(happy-dom@10.5.2) + specifier: ^0.34.2 + version: 0.34.2(happy-dom@10.10.4) vue: specifier: ^3.3.4 version: 3.3.4 @@ -631,17 +631,17 @@ importers: packages/eslint-config-shopware: dependencies: '@typescript-eslint/eslint-plugin': - specifier: ^6.2.1 - version: 6.2.1(@typescript-eslint/parser@6.2.1)(eslint@8.46.0)(typescript@5.1.6) + specifier: ^6.4.1 + version: 6.4.1(@typescript-eslint/parser@6.4.1)(eslint@8.47.0)(typescript@5.1.6) '@typescript-eslint/parser': - specifier: ^6.2.1 - version: 6.2.1(eslint@8.46.0)(typescript@5.1.6) + specifier: ^6.4.1 + version: 6.4.1(eslint@8.47.0)(typescript@5.1.6) eslint: - specifier: ^8.46.0 - version: 8.46.0 + specifier: ^8.47.0 + version: 8.47.0 eslint-config-prettier: - specifier: ^8.9.0 - version: 8.9.0(eslint@8.46.0) + specifier: ^9.0.0 + version: 9.0.0(eslint@8.47.0) typescript: specifier: ^5.1.6 version: 5.1.6 @@ -653,20 +653,20 @@ importers: version: link:../types devDependencies: '@vitest/coverage-v8': - specifier: ^0.33.0 - version: 0.33.0(vitest@0.33.0) + specifier: ^0.34.2 + version: 0.34.2(vitest@0.34.2) eslint-config-shopware: specifier: workspace:* version: link:../eslint-config-shopware happy-dom: - specifier: ^10.5.2 - version: 10.5.2 + specifier: ^10.10.4 + version: 10.10.4 tsconfig: specifier: workspace:* version: link:../tsconfig vitest: - specifier: ^0.33.0 - version: 0.33.0(happy-dom@10.5.2) + specifier: ^0.34.2 + version: 0.34.2(happy-dom@10.10.4) packages/nuxt3-module: dependencies: @@ -684,8 +684,8 @@ importers: version: 3.0.5 devDependencies: '@nuxt/devtools': - specifier: ^0.7.2 - version: 0.7.2(nuxt@3.6.5)(rollup@3.20.2) + specifier: ^0.8.0 + version: 0.8.0(nuxt@3.6.5)(rollup@3.20.2) '@nuxt/schema': specifier: ^3.6.5 version: 3.6.5(rollup@3.20.2) @@ -722,8 +722,8 @@ importers: specifier: ^3.0.0 version: 3.0.0 vite: - specifier: ^4.4.7 - version: 4.4.7(@types/node@14.18.33) + specifier: ^4.4.9 + version: 4.4.9(@types/node@14.18.33) devDependencies: '@shopware-pwa/types': specifier: workspace:* @@ -744,8 +744,8 @@ importers: specifier: ^5.1.6 version: 5.1.6 vitest: - specifier: ^0.33.0 - version: 0.33.0(happy-dom@10.5.2) + specifier: ^0.34.2 + version: 0.34.2(happy-dom@10.10.4) packages/types: devDependencies: @@ -759,11 +759,11 @@ importers: templates/astro: dependencies: '@astrojs/node': - specifier: ^5.3.0 - version: 5.3.0(astro@2.9.6) + specifier: ^5.3.5 + version: 5.3.5(astro@2.10.12) '@astrojs/vue': specifier: ^2.2.1 - version: 2.2.1(@babel/core@7.22.5)(astro@2.9.6)(vue@3.3.4) + version: 2.2.1(@babel/core@7.22.10)(astro@2.10.12)(vue@3.3.4) '@shopware-pwa/api-client': specifier: canary version: link:../../packages/api-client @@ -771,14 +771,14 @@ importers: specifier: canary version: link:../../packages/composables '@vitejs/plugin-vue': - specifier: ^4.2.3 - version: 4.2.3(vite@4.3.9)(vue@3.3.4) + specifier: ^4.3.3 + version: 4.3.3(vite@4.3.9)(vue@3.3.4) '@vitejs/plugin-vue-jsx': - specifier: ^3.0.1 - version: 3.0.1(vite@4.3.9)(vue@3.3.4) + specifier: ^3.0.2 + version: 3.0.2(vite@4.3.9)(vue@3.3.4) astro: - specifier: ^2.9.6 - version: 2.9.6(@types/node@14.18.33) + specifier: ^2.10.12 + version: 2.10.12(@types/node@14.18.33) js-cookie: specifier: ^3.0.5 version: 3.0.5 @@ -799,7 +799,7 @@ importers: version: 10.3.0(nuxt@3.6.5)(vue@3.3.4) nuxt: specifier: ^3.6.5 - version: 3.6.5(@types/node@20.3.2)(eslint@8.46.0)(typescript@5.1.6)(vue-tsc@1.8.8) + version: 3.6.5(@types/node@20.3.2)(typescript@5.1.6)(vue-tsc@1.8.8) typescript: specifier: ^5.1.6 version: 5.1.6 @@ -831,8 +831,8 @@ importers: specifier: canary version: link:../../packages/types '@unocss/nuxt': - specifier: ^0.54.1 - version: 0.54.1(postcss@8.4.26) + specifier: ^0.55.2 + version: 0.55.2(postcss@8.4.28) '@vuelidate/core': specifier: ^2.0.3 version: 2.0.3(vue@3.3.4) @@ -853,32 +853,32 @@ importers: version: 3.3.4 devDependencies: '@iconify-json/carbon': - specifier: ^1.1.18 - version: 1.1.18 + specifier: ^1.1.20 + version: 1.1.20 '@nuxt/devtools': - specifier: ^0.7.2 - version: 0.7.2(nuxt@3.6.5) + specifier: ^0.8.0 + version: 0.8.0(nuxt@3.6.5) '@nuxtjs/i18n': specifier: 8.0.0-beta.10 version: 8.0.0-beta.10(vue@3.3.4) '@vue/eslint-config-typescript': specifier: ^11.0.3 - version: 11.0.3(eslint-plugin-vue@9.16.1)(eslint@8.46.0)(typescript@5.1.6) + version: 11.0.3(eslint-plugin-vue@9.17.0)(eslint@8.47.0)(typescript@5.1.6) eslint-plugin-prettier: specifier: ^5.0.0 - version: 5.0.0(eslint@8.46.0)(prettier@3.0.0) + version: 5.0.0(eslint@8.47.0)(prettier@3.0.2) eslint-plugin-vue: - specifier: ^9.16.1 - version: 9.16.1(eslint@8.46.0) + specifier: ^9.17.0 + version: 9.17.0(eslint@8.47.0) nuxt: specifier: ^3.6.5 - version: 3.6.5(@types/node@20.3.2)(eslint@8.46.0)(typescript@5.1.6)(vue-tsc@1.8.8) + version: 3.6.5(@types/node@20.5.1)(eslint@8.47.0)(typescript@5.1.6)(vue-tsc@1.8.8) typescript: specifier: ^5.1.6 version: 5.1.6 vue-eslint-parser: specifier: ^9.3.1 - version: 9.3.1(eslint@8.46.0) + version: 9.3.1(eslint@8.47.0) vue-tsc: specifier: ^1.8.8 version: 1.8.8(typescript@5.1.6) @@ -896,14 +896,14 @@ importers: version: 3.3.4 devDependencies: '@vitejs/plugin-vue': - specifier: ^4.2.3 - version: 4.2.3(vite@4.4.7)(vue@3.3.4) + specifier: ^4.3.3 + version: 4.3.3(vite@4.4.9)(vue@3.3.4) typescript: specifier: ^5.1.6 version: 5.1.6 vite: - specifier: ^4.4.7 - version: 4.4.7(@types/node@14.18.33) + specifier: ^4.4.9 + version: 4.4.9(@types/node@14.18.33) vue-tsc: specifier: ^1.8.8 version: 1.8.8(typescript@5.1.6) @@ -1117,27 +1117,27 @@ packages: execa: 5.1.1 find-up: 5.0.0 - /@antfu/ni@0.21.4: - resolution: {integrity: sha512-O0Uv9LbLDSoEg26fnMDdDRiPwFJnQSoD4WnrflDwKCJm8Cx/0mV4cGxwBLXan5mGIrpK4Dd7vizf4rQm0QCEAA==} + /@antfu/ni@0.21.5: + resolution: {integrity: sha512-rFmuqZMFa1OTRbxdu3vmfytsy1CtsIUFH0bO85rZ1xdu2uLoioSaEi6iOULDVTQUrnes50jMs+UW355Ndj7Oxg==} hasBin: true dev: true - /@antfu/utils@0.7.4: - resolution: {integrity: sha512-qe8Nmh9rYI/HIspLSTwtbMFPj6dISG6+dJnOguTlPNXtCvS2uezdxscVBb7/3DrmNbQK49TDqpkSQ1chbRGdpQ==} + /@antfu/utils@0.7.6: + resolution: {integrity: sha512-pvFiLP2BeOKA/ZOS6jxx4XhKzdVLHDhGlFEaZ2flWWYf2xOqVniqpk38I04DFRyz+L0ASggl7SkItTc+ZLju4w==} - /@astrojs/compiler@1.6.3: - resolution: {integrity: sha512-n0xTuBznKspc0plk6RHBOlSv/EwQGyMNSxEOPj7HMeiRNnXX4woeSopN9hQsLkqraDds1eRvB4u99buWgVNJig==} + /@astrojs/compiler@1.8.2: + resolution: {integrity: sha512-o/ObKgtMzl8SlpIdzaxFnt7SATKPxu4oIP/1NL+HDJRzxfJcAkOTAb/ZKMRyULbz4q+1t2/DAebs2Z1QairkZw==} dev: false - /@astrojs/internal-helpers@0.1.1: - resolution: {integrity: sha512-+LySbvFbjv2nO2m/e78suleQOGEru4Cnx73VsZbrQgB2u7A4ddsQg3P2T0zC0e10jgcT+c6nNlKeLpa6nRhQIg==} + /@astrojs/internal-helpers@0.1.2: + resolution: {integrity: sha512-YXLk1CUDdC9P5bjFZcGjz+cE/ZDceXObDTXn/GCID4r8LjThuexxi+dlJqukmUpkSItzQqgzfWnrPLxSFPejdA==} dev: false /@astrojs/language-server@1.0.4: resolution: {integrity: sha512-H13Lt7pH1Dw5Ht1/y9VNAej174/WnwO+KH9UVl3BYbZNQftG5Yezc44zKC23L6UZ6/7753za8JouZcDP/vViWA==} hasBin: true dependencies: - '@astrojs/compiler': 1.6.3 + '@astrojs/compiler': 1.8.2 '@jridgewell/trace-mapping': 0.3.18 '@vscode/emmet-helper': 2.8.6 events: 3.3.0 @@ -1152,13 +1152,13 @@ packages: vscode-uri: 3.0.7 dev: false - /@astrojs/markdown-remark@2.2.1(astro@2.9.6): + /@astrojs/markdown-remark@2.2.1(astro@2.10.12): resolution: {integrity: sha512-VF0HRv4GpC1XEMLnsKf6jth7JSmlt9qpqP0josQgA2eSpCIAC/Et+y94mgdBIZVBYH/yFnMoIxgKVe93xfO2GA==} peerDependencies: astro: ^2.5.0 dependencies: '@astrojs/prism': 2.1.2 - astro: 2.9.6(@types/node@14.18.33) + astro: 2.10.12(@types/node@14.18.33) github-slugger: 1.4.0 import-meta-resolve: 2.2.2 rehype-raw: 6.1.1 @@ -1175,13 +1175,13 @@ packages: - supports-color dev: false - /@astrojs/node@5.3.0(astro@2.9.6): - resolution: {integrity: sha512-q7gJEPSZzC4FIRNmq3ks6mw0Jby4irXTfRhbOPOS4HRmbu4FDANnRqnZBOGe96cfBQTgDC3/FhQccDQtx+n4pg==} + /@astrojs/node@5.3.5(astro@2.10.12): + resolution: {integrity: sha512-iWSCB7CVxvVsTVdPzqh8NFwo30titMG723+y4rGegkpdyAisNnYsXy+VePemCxAnViIZDR1v+YUHKXHmfp5tHg==} peerDependencies: - astro: ^2.7.0 + astro: ^2.10.12 dependencies: '@astrojs/webapi': 2.2.0 - astro: 2.9.6(@types/node@14.18.33) + astro: 2.10.12(@types/node@14.18.33) send: 0.18.0 server-destroy: 1.0.1 transitivePeerDependencies: @@ -1211,18 +1211,18 @@ packages: - supports-color dev: false - /@astrojs/vue@2.2.1(@babel/core@7.22.5)(astro@2.9.6)(vue@3.3.4): + /@astrojs/vue@2.2.1(@babel/core@7.22.10)(astro@2.10.12)(vue@3.3.4): resolution: {integrity: sha512-fq+RKFAKpIRcobF/803kMJWv/lobf9IIk6K5As5fWE/eYTpykkgHtxd+zDnf7d4I2V7K9XLKV06Oi6Q+oTJmDw==} engines: {node: '>=16.12.0'} peerDependencies: astro: ^2.5.6 vue: ^3.2.30 dependencies: - '@vitejs/plugin-vue': 4.2.3(vite@4.3.9)(vue@3.3.4) - '@vitejs/plugin-vue-jsx': 3.0.1(vite@4.3.9)(vue@3.3.4) - '@vue/babel-plugin-jsx': 1.1.1(@babel/core@7.22.5) + '@vitejs/plugin-vue': 4.3.3(vite@4.3.9)(vue@3.3.4) + '@vitejs/plugin-vue-jsx': 3.0.2(vite@4.3.9)(vue@3.3.4) + '@vue/babel-plugin-jsx': 1.1.1(@babel/core@7.22.10) '@vue/compiler-sfc': 3.3.4 - astro: 2.9.6(@types/node@14.18.33) + astro: 2.10.12(@types/node@14.18.33) vue: 3.3.4 transitivePeerDependencies: - '@babel/core' @@ -1236,22 +1236,56 @@ packages: undici: 5.22.1 dev: false + /@babel/code-frame@7.22.10: + resolution: {integrity: sha512-/KKIMG4UEL35WmI9OlvMhurwtytjvXoFcGNrOvyG9zIzA8YmPjVtIZUf7b05+TPO7G7/GEmLHDaoCgACHl9hhA==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/highlight': 7.22.10 + chalk: 2.4.2 + /@babel/code-frame@7.22.5: resolution: {integrity: sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOcizRGYsspYQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/highlight': 7.22.5 + '@babel/highlight': 7.22.10 + dev: true /@babel/compat-data@7.22.5: resolution: {integrity: sha512-4Jc/YuIaYqKnDDz892kPIledykKg12Aw1PYX5i/TY28anJtacvM1Rrr8wbieB9GfEJwlzqT0hUEao0CxEebiDA==} engines: {node: '>=6.9.0'} + /@babel/compat-data@7.22.9: + resolution: {integrity: sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==} + engines: {node: '>=6.9.0'} + + /@babel/core@7.22.10: + resolution: {integrity: sha512-fTmqbbUBAwCcre6zPzNngvsI0aNrPZe77AeqvDxWM9Nm+04RrJ3CAmGHA9f7lJQY6ZMhRztNemy4uslDxTX4Qw==} + engines: {node: '>=6.9.0'} + dependencies: + '@ampproject/remapping': 2.2.1 + '@babel/code-frame': 7.22.10 + '@babel/generator': 7.22.10 + '@babel/helper-compilation-targets': 7.22.10 + '@babel/helper-module-transforms': 7.22.9(@babel/core@7.22.10) + '@babel/helpers': 7.22.10 + '@babel/parser': 7.22.10 + '@babel/template': 7.22.5 + '@babel/traverse': 7.22.10 + '@babel/types': 7.22.10 + convert-source-map: 1.9.0 + debug: 4.3.4 + gensync: 1.0.0-beta.2 + json5: 2.2.3 + semver: 7.5.4 + transitivePeerDependencies: + - supports-color + /@babel/core@7.22.5: resolution: {integrity: sha512-SBuTAjg91A3eKOvD+bPEz3LlhHZRNu1nFOVts9lzDJTXshHTjII0BAtDS3Y2DAkdZdDKWVZGVwkDfc4Clxn1dg==} engines: {node: '>=6.9.0'} dependencies: '@ampproject/remapping': 2.2.1 - '@babel/code-frame': 7.22.5 + '@babel/code-frame': 7.22.10 '@babel/generator': 7.22.5 '@babel/helper-compilation-targets': 7.22.5(@babel/core@7.22.5) '@babel/helper-module-transforms': 7.22.5 @@ -1268,6 +1302,15 @@ packages: transitivePeerDependencies: - supports-color + /@babel/generator@7.22.10: + resolution: {integrity: sha512-79KIf7YiWjjdZ81JnLujDRApWtl7BxTqWD88+FFdQEIOG8LJ0etDOM7CXuIgGJa55sGOwZVwuEsaLEm0PJ5/+A==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.22.10 + '@jridgewell/gen-mapping': 0.3.3 + '@jridgewell/trace-mapping': 0.3.18 + jsesc: 2.5.2 + /@babel/generator@7.22.5: resolution: {integrity: sha512-+lcUbnTRhd0jOewtFSedLyiPsD5tswKkbgcezOqqWFUVNEwoUTlpPOBmvhG7OXWLR4jMdv0czPGH5XbflnD1EA==} engines: {node: '>=6.9.0'} @@ -1283,6 +1326,16 @@ packages: dependencies: '@babel/types': 7.22.5 + /@babel/helper-compilation-targets@7.22.10: + resolution: {integrity: sha512-JMSwHD4J7SLod0idLq5PKgI+6g/hLD/iuWBq08ZX49xE14VpVEojJ5rHWptpirV2j020MvypRLAXAO50igCJ5Q==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/compat-data': 7.22.9 + '@babel/helper-validator-option': 7.22.5 + browserslist: 4.21.9 + lru-cache: 5.1.1 + semver: 7.5.4 + /@babel/helper-compilation-targets@7.22.5(@babel/core@7.22.5): resolution: {integrity: sha512-Ji+ywpHeuqxB8WDxraCiqR0xfhYjiDE/e6k7FuIaANnoOFxAHskHChz4vA1mJC9Lbm01s1PVAGhQY4FUKSkGZw==} engines: {node: '>=6.9.0'} @@ -1294,7 +1347,24 @@ packages: '@babel/helper-validator-option': 7.22.5 browserslist: 4.21.9 lru-cache: 5.1.1 - semver: 7.5.3 + semver: 7.5.4 + + /@babel/helper-create-class-features-plugin@7.22.10(@babel/core@7.22.10): + resolution: {integrity: sha512-5IBb77txKYQPpOEdUdIhBx8VrZyDCQ+H82H0+5dX1TmuscP5vJKEE3cKurjtIw/vFwzbVH48VweE78kVDBrqjA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.22.10 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-function-name': 7.22.5 + '@babel/helper-member-expression-to-functions': 7.22.5 + '@babel/helper-optimise-call-expression': 7.22.5 + '@babel/helper-replace-supers': 7.22.9(@babel/core@7.22.10) + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 + semver: 7.5.4 /@babel/helper-create-class-features-plugin@7.22.5(@babel/core@7.22.5): resolution: {integrity: sha512-xkb58MyOYIslxu3gKmVXmjTtUPvBU4odYzbiIQbWwLKIHCsx6UGZGX6F1IznMFVnDdirseUZopzN+ZRt8Xb33Q==} @@ -1314,6 +1384,7 @@ packages: semver: 7.5.3 transitivePeerDependencies: - supports-color + dev: true /@babel/helper-environment-visitor@7.22.5: resolution: {integrity: sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==} @@ -1359,6 +1430,19 @@ packages: transitivePeerDependencies: - supports-color + /@babel/helper-module-transforms@7.22.9(@babel/core@7.22.10): + resolution: {integrity: sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.22.10 + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-module-imports': 7.22.5 + '@babel/helper-simple-access': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 + '@babel/helper-validator-identifier': 7.22.5 + /@babel/helper-optimise-call-expression@7.22.5: resolution: {integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==} engines: {node: '>=6.9.0'} @@ -1381,6 +1465,18 @@ packages: '@babel/types': 7.22.5 transitivePeerDependencies: - supports-color + dev: true + + /@babel/helper-replace-supers@7.22.9(@babel/core@7.22.10): + resolution: {integrity: sha512-LJIKvvpgPOPUThdYqcX6IXRuIcTkcAub0IaDRGCZH0p5GPUp7PhRU9QVgFcDDd51BaPkk77ZjqFwh6DZTAEmGg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.22.10 + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-member-expression-to-functions': 7.22.5 + '@babel/helper-optimise-call-expression': 7.22.5 /@babel/helper-simple-access@7.22.5: resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==} @@ -1400,6 +1496,12 @@ packages: dependencies: '@babel/types': 7.22.5 + /@babel/helper-split-export-declaration@7.22.6: + resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.22.10 + /@babel/helper-string-parser@7.22.5: resolution: {integrity: sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==} engines: {node: '>=6.9.0'} @@ -1412,6 +1514,16 @@ packages: resolution: {integrity: sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw==} engines: {node: '>=6.9.0'} + /@babel/helpers@7.22.10: + resolution: {integrity: sha512-a41J4NW8HyZa1I1vAndrraTlPZ/eZoga2ZgS7fEr0tZJGVU4xqdE80CEm0CcNjha5EZ8fTBYLKHF0kqDUuAwQw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/template': 7.22.5 + '@babel/traverse': 7.22.10 + '@babel/types': 7.22.10 + transitivePeerDependencies: + - supports-color + /@babel/helpers@7.22.5: resolution: {integrity: sha512-pSXRmfE1vzcUIDFQcSGA5Mr+GxBV9oiRKDuDxXvWQQBCh8HoIjs/2DlDB7H8smac1IVrB9/xdXj2N3Wol9Cr+Q==} engines: {node: '>=6.9.0'} @@ -1422,14 +1534,21 @@ packages: transitivePeerDependencies: - supports-color - /@babel/highlight@7.22.5: - resolution: {integrity: sha512-BSKlD1hgnedS5XRnGOljZawtag7H1yPfQp0tdNJCHoH6AZ+Pcm9VvkrK59/Yy593Ypg0zMxH2BxD1VPYUQ7UIw==} + /@babel/highlight@7.22.10: + resolution: {integrity: sha512-78aUtVcT7MUscr0K5mIEnkwxPE0MaxkR5RxRwuHaQ+JuU5AmTPhY+do2mdzVTnIJJpyBglql2pehuBIWHug+WQ==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-validator-identifier': 7.22.5 chalk: 2.4.2 js-tokens: 4.0.0 + /@babel/parser@7.22.10: + resolution: {integrity: sha512-lNbdGsQb9ekfsnjFGhEiF4hfFqGgfOP3H3d27re3n+CGhNuTSUEQdfWk556sTLNTloczcdM5TYF2LhzmDQKyvQ==} + engines: {node: '>=6.0.0'} + hasBin: true + dependencies: + '@babel/types': 7.22.10 + /@babel/parser@7.22.5: resolution: {integrity: sha512-DFZMC9LJUG9PLOclRC32G63UXwzqS2koQC8dkx+PLdmt1xSePYpbT/NbsrJy8Q/muXz7o/h/d4A7Fuyixm559Q==} engines: {node: '>=6.0.0'} @@ -1443,7 +1562,6 @@ packages: hasBin: true dependencies: '@babel/types': 7.22.5 - dev: true /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.22.5): resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} @@ -1454,6 +1572,15 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true + /@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.22.10): + resolution: {integrity: sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.10 + '@babel/helper-plugin-utils': 7.22.5 + /@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.22.5): resolution: {integrity: sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==} engines: {node: '>=6.9.0'} @@ -1463,6 +1590,15 @@ packages: '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.22.5 + /@babel/plugin-syntax-typescript@7.22.5(@babel/core@7.22.10): + resolution: {integrity: sha512-1mS2o03i7t1c6VzH6fdQ3OA8tcEIxwG18zIPRp+UY1Ihv6W+XZzBCVxExF9upussPXJ0xE9XRHwMoNs1ep/nRQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.10 + '@babel/helper-plugin-utils': 7.22.5 + /@babel/plugin-syntax-typescript@7.22.5(@babel/core@7.22.5): resolution: {integrity: sha512-1mS2o03i7t1c6VzH6fdQ3OA8tcEIxwG18zIPRp+UY1Ihv6W+XZzBCVxExF9upussPXJ0xE9XRHwMoNs1ep/nRQ==} engines: {node: '>=6.9.0'} @@ -1471,6 +1607,7 @@ packages: dependencies: '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-transform-react-jsx@7.22.5(@babel/core@7.22.5): resolution: {integrity: sha512-rog5gZaVbUip5iWDMTYbVM15XQq+RkUKhET/IHR6oizR+JEoN6CAfTTuHcK4vwUyzca30qqHqEpzBOnaRMWYMA==} @@ -1486,6 +1623,18 @@ packages: '@babel/types': 7.22.5 dev: false + /@babel/plugin-transform-typescript@7.22.10(@babel/core@7.22.10): + resolution: {integrity: sha512-7++c8I/ymsDo4QQBAgbraXLzIM6jmfao11KgIBEYZRReWzNWH9NtNgJcyrZiXsOPh523FQm6LfpLyy/U5fn46A==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.10 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-create-class-features-plugin': 7.22.10(@babel/core@7.22.10) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.22.10) + /@babel/plugin-transform-typescript@7.22.5(@babel/core@7.22.5): resolution: {integrity: sha512-SMubA9S7Cb5sGSFFUlqxyClTA9zWJ8qGQrppNUm05LtFuN1ELRFNndkix4zUJrC9F+YivWwa1dHMSyo0e0N9dA==} engines: {node: '>=6.9.0'} @@ -1499,6 +1648,7 @@ packages: '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.22.5) transitivePeerDependencies: - supports-color + dev: true /@babel/runtime@7.12.1: resolution: {integrity: sha512-J5AIf3vPj3UwXaAzb5j1xM4WAQDX3EMgemF8rjCP3SoW09LfRKAXQKt6CoVYl230P6iWdRcBbnLDDdnqWxZSCA==} @@ -1506,11 +1656,11 @@ packages: regenerator-runtime: 0.13.11 dev: true - /@babel/runtime@7.22.5: - resolution: {integrity: sha512-ecjvYlnAaZ/KVneE/OdKYBYfgXV3Ptu6zQWmgEF7vwKhQnvVS6bjMD2XYgj+SNvQ1GfK/pjgokfPkC/2CO8CuA==} + /@babel/runtime@7.22.10: + resolution: {integrity: sha512-21t/fkKLMZI4pqP2wlmsQAWnYW1PDyKyyUV4vCi+B25ydmdaYTKXPwCj0BzSUnZf4seIiYvSA3jcZ3gdsMFkLQ==} engines: {node: '>=6.9.0'} dependencies: - regenerator-runtime: 0.13.11 + regenerator-runtime: 0.14.0 /@babel/standalone@7.21.4: resolution: {integrity: sha512-Rw4nGqH/iyVeYxARKcz7iGP+njkPsVqJ45TmXMONoGoxooWjXCAs+CUcLeAZdBGCLqgaPvHKCYvIaDT2Iq+KfA==} @@ -1520,27 +1670,52 @@ packages: resolution: {integrity: sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/code-frame': 7.22.5 - '@babel/parser': 7.22.5 + '@babel/code-frame': 7.22.10 + '@babel/parser': 7.22.7 '@babel/types': 7.22.5 + /@babel/traverse@7.22.10: + resolution: {integrity: sha512-Q/urqV4pRByiNNpb/f5OSv28ZlGJiFiiTh+GAHktbIrkPhPbl90+uW6SmpoLyZqutrg9AEaEf3Q/ZBRHBXgxig==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/code-frame': 7.22.10 + '@babel/generator': 7.22.10 + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-function-name': 7.22.5 + '@babel/helper-hoist-variables': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 + '@babel/parser': 7.22.10 + '@babel/types': 7.22.10 + debug: 4.3.4 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + /@babel/traverse@7.22.5: resolution: {integrity: sha512-7DuIjPgERaNo6r+PZwItpjCZEa5vyw4eJGufeLxrPdBXBoLcCJCIasvK6pK/9DVNrLZTLFhUGqaC6X/PA007TQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/code-frame': 7.22.5 + '@babel/code-frame': 7.22.10 '@babel/generator': 7.22.5 '@babel/helper-environment-visitor': 7.22.5 '@babel/helper-function-name': 7.22.5 '@babel/helper-hoist-variables': 7.22.5 '@babel/helper-split-export-declaration': 7.22.5 - '@babel/parser': 7.22.5 + '@babel/parser': 7.22.7 '@babel/types': 7.22.5 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: - supports-color + /@babel/types@7.22.10: + resolution: {integrity: sha512-obaoigiLrlDZ7TUQln/8m4mSqIW2QFeOrCQc9r+xsaHGNoplVNYlRVpsfE8Vj35GEm2ZH4ZhrNYogs/3fj85kg==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-string-parser': 7.22.5 + '@babel/helper-validator-identifier': 7.22.5 + to-fast-properties: 2.0.0 + /@babel/types@7.22.5: resolution: {integrity: sha512-zo3MIHGOkPOfoRXitsgHLjEXmlDaD/5KU1Uzuc9GNiZPhSqVxVRtxuPaSBZDsYZ9qV88AjtMtWW7ww98loJ9KA==} engines: {node: '>=6.9.0'} @@ -1556,7 +1731,7 @@ packages: /@changesets/apply-release-plan@6.1.4(patch_hash=mwkf7n4kxou2fhv74zlqi5v6fu): resolution: {integrity: sha512-FMpKF1fRlJyCZVYHr3CbinpZZ+6MwvOtWUuO8uo+svcATEoc1zRDcj23pAurJ2TZ/uVz1wFHH6K3NlACy0PLew==} dependencies: - '@babel/runtime': 7.22.5 + '@babel/runtime': 7.22.10 '@changesets/config': 2.3.1 '@changesets/get-version-range-type': 0.3.2 '@changesets/git': 2.0.0 @@ -1568,19 +1743,19 @@ packages: outdent: 0.5.0 prettier: 2.8.8 resolve-from: 5.0.0 - semver: 7.5.3 + semver: 7.5.4 dev: true patched: true /@changesets/assemble-release-plan@5.2.4: resolution: {integrity: sha512-xJkWX+1/CUaOUWTguXEbCDTyWJFECEhmdtbkjhn5GVBGxdP/JwaHBIU9sW3FR6gD07UwZ7ovpiPclQZs+j+mvg==} dependencies: - '@babel/runtime': 7.22.5 + '@babel/runtime': 7.22.10 '@changesets/errors': 0.1.4 '@changesets/get-dependents-graph': 1.3.6 '@changesets/types': 5.2.1 '@manypkg/get-packages': 1.1.3 - semver: 7.5.3 + semver: 7.5.4 dev: true /@changesets/changelog-git@0.1.14: @@ -1603,7 +1778,7 @@ packages: resolution: {integrity: sha512-dnWrJTmRR8bCHikJHl9b9HW3gXACCehz4OasrXpMp7sx97ECuBGGNjJhjPhdZNCvMy9mn4BWdplI323IbqsRig==} hasBin: true dependencies: - '@babel/runtime': 7.22.5 + '@babel/runtime': 7.22.10 '@changesets/apply-release-plan': 6.1.4(patch_hash=mwkf7n4kxou2fhv74zlqi5v6fu) '@changesets/assemble-release-plan': 5.2.4 '@changesets/changelog-git': 0.1.14 @@ -1632,7 +1807,7 @@ packages: p-limit: 2.3.0 preferred-pm: 3.0.3 resolve-from: 5.0.0 - semver: 7.5.3 + semver: 7.5.4 spawndamnit: 2.0.0 term-size: 2.2.1 tty-table: 4.2.1 @@ -1663,14 +1838,14 @@ packages: '@manypkg/get-packages': 1.1.3 chalk: 2.4.2 fs-extra: 7.0.1 - semver: 7.5.3 + semver: 7.5.4 dev: true /@changesets/get-github-info@0.5.2: resolution: {integrity: sha512-JppheLu7S114aEs157fOZDjFqUDpm7eHdq5E8SSR0gUBTEK0cNSHsrSR5a66xs0z3RWuo46QvA3vawp8BxDHvg==} dependencies: dataloader: 1.4.0 - node-fetch: 2.6.11 + node-fetch: 2.6.12 transitivePeerDependencies: - encoding dev: true @@ -1678,7 +1853,7 @@ packages: /@changesets/get-release-plan@3.0.17: resolution: {integrity: sha512-6IwKTubNEgoOZwDontYc2x2cWXfr6IKxP3IhKeK+WjyD6y3M4Gl/jdQvBw+m/5zWILSOCAaGLu2ZF6Q+WiPniw==} dependencies: - '@babel/runtime': 7.22.5 + '@babel/runtime': 7.22.10 '@changesets/assemble-release-plan': 5.2.4 '@changesets/config': 2.3.1 '@changesets/pre': 1.0.14 @@ -1694,7 +1869,7 @@ packages: /@changesets/git@2.0.0: resolution: {integrity: sha512-enUVEWbiqUTxqSnmesyJGWfzd51PY4H7mH9yUw0hPVpZBJ6tQZFMU3F3mT/t9OJ/GjyiM4770i+sehAn6ymx6A==} dependencies: - '@babel/runtime': 7.22.5 + '@babel/runtime': 7.22.10 '@changesets/errors': 0.1.4 '@changesets/types': 5.2.1 '@manypkg/get-packages': 1.1.3 @@ -1719,7 +1894,7 @@ packages: /@changesets/pre@1.0.14: resolution: {integrity: sha512-dTsHmxQWEQekHYHbg+M1mDVYFvegDh9j/kySNuDKdylwfMEevTeDouR7IfHNyVodxZXu17sXoJuf2D0vi55FHQ==} dependencies: - '@babel/runtime': 7.22.5 + '@babel/runtime': 7.22.10 '@changesets/errors': 0.1.4 '@changesets/types': 5.2.1 '@manypkg/get-packages': 1.1.3 @@ -1729,7 +1904,7 @@ packages: /@changesets/read@0.5.9: resolution: {integrity: sha512-T8BJ6JS6j1gfO1HFq50kU3qawYxa4NTbI/ASNVVCBTsKquy2HYwM9r7ZnzkiMe8IEObAJtUVGSrePCOxAK2haQ==} dependencies: - '@babel/runtime': 7.22.5 + '@babel/runtime': 7.22.10 '@changesets/git': 2.0.0 '@changesets/logger': 0.0.5 '@changesets/parse': 0.3.16 @@ -1750,7 +1925,7 @@ packages: /@changesets/write@0.2.3: resolution: {integrity: sha512-Dbamr7AIMvslKnNYsLFafaVORx4H0pvCA2MHqgtNCySMe1blImEyAEOzDmcgKAkgz4+uwoLz7demIrX+JBr/Xw==} dependencies: - '@babel/runtime': 7.22.5 + '@babel/runtime': 7.22.10 '@changesets/types': 5.2.1 fs-extra: 7.0.1 human-id: 1.0.2 @@ -2475,13 +2650,13 @@ packages: requiresBuild: true optional: true - /@eslint-community/eslint-utils@4.4.0(eslint@8.46.0): + /@eslint-community/eslint-utils@4.4.0(eslint@8.47.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: 8.46.0 + eslint: 8.47.0 eslint-visitor-keys: 3.4.2 /@eslint-community/regexpp@4.5.0: @@ -2489,16 +2664,12 @@ packages: engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} dev: true - /@eslint-community/regexpp@4.5.1: - resolution: {integrity: sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==} - engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} - /@eslint-community/regexpp@4.6.2: resolution: {integrity: sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==} engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} - /@eslint/eslintrc@2.1.1: - resolution: {integrity: sha512-9t7ZA7NGGK8ckelF0PQCfcxIUzs1Md5rrO6U/c+FIQNanea5UZC0wqKXH4vHBccmu4ZJgZ2idtPeW7+Q2npOEA==} + /@eslint/eslintrc@2.1.2: + resolution: {integrity: sha512-+wvgpDsrB1YqAMdEUCcnTlpfVBH7Vqn6A/NT3D8WVXFIaKMlErPIZT3oCIAVCOtarRpMtelZLqJeU3t7WY6X6g==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: ajv: 6.12.6 @@ -2513,8 +2684,8 @@ packages: transitivePeerDependencies: - supports-color - /@eslint/js@8.46.0: - resolution: {integrity: sha512-a8TLtmPi8xzPkCbp/OGFUo5yhRkHM2Ko9kOWP4znJr0WAhWyThaw3PnwX4vOTWOAMsV2uRt32PPDcEz63esSaA==} + /@eslint/js@8.47.0: + resolution: {integrity: sha512-P6omY1zv5MItm93kLM8s2vr1HICJH8v0dvddDhysbIuZ+vcjOHg5Zbkf1mTkcmi2JA9oBG2anOkRnW8WJTS8Og==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} /@faker-js/faker@5.5.3: @@ -2584,8 +2755,8 @@ packages: '@iconify/types': 2.0.0 dev: false - /@iconify-json/carbon@1.1.18: - resolution: {integrity: sha512-RbKET6KS9xUMeYVq1FUH3UUA7AYNcnApkHt2AccCwTWTQQs/O58ji4Of6z6PhRajGlbfvrJzT/Uqh19OKECRvA==} + /@iconify-json/carbon@1.1.20: + resolution: {integrity: sha512-ed/3FDCjicQARWaSGIDZpaF+rWmxoSqrmHYZV2aEicufp0yciG44y9OEmArxxr/0U6bEC3zJbKMSOSw4CKeBJg==} dependencies: '@iconify/types': 2.0.0 dev: true @@ -2597,7 +2768,7 @@ packages: resolution: {integrity: sha512-6MvDI+I6QMvXn5rK9KQGdpEE4mmLTcuQdLZEiX5N+uZB+vc4Yw9K1OtnOgkl8mp4d9X0UrILREyZgF1NUwUt+Q==} dependencies: '@antfu/install-pkg': 0.1.1 - '@antfu/utils': 0.7.4 + '@antfu/utils': 0.7.6 '@iconify/types': 2.0.0 debug: 4.3.4 kolorist: 1.8.0 @@ -2610,7 +2781,7 @@ packages: resolution: {integrity: sha512-P8S3z/L1LcV4Qem9AoCfVAaTFGySEMzFEY4CHZLkfRj0Fv9LiR+AwjDgrDrzyI93U2L2mg9JHsbTJ52mF8suNw==} dependencies: '@antfu/install-pkg': 0.1.1 - '@antfu/utils': 0.7.4 + '@antfu/utils': 0.7.6 '@iconify/types': 2.0.0 debug: 4.3.4 kolorist: 1.8.0 @@ -2630,8 +2801,8 @@ packages: vue-i18n: optional: true dependencies: - '@intlify/message-compiler': 9.3.0-beta.24 - '@intlify/shared': 9.3.0-beta.24 + '@intlify/message-compiler': 9.3.0-beta.26 + '@intlify/shared': 9.3.0-beta.26 jsonc-eslint-parser: 1.4.1 source-map: 0.6.1 vue-i18n: 9.3.0-beta.16(vue@3.3.4) @@ -2663,11 +2834,11 @@ packages: source-map: 0.6.1 dev: true - /@intlify/message-compiler@9.3.0-beta.24: - resolution: {integrity: sha512-prhHATkgp0mpPqoVgiAtLmUc1JMvs8fMH6w53AVEBn+VF87dLhzanfmWY5FoZWORG51ag54gBDBOoM/VFv3m3A==} + /@intlify/message-compiler@9.3.0-beta.26: + resolution: {integrity: sha512-qsfU6Lca7mI80ts1vgy+pfNvGm2gHy0nERpT/K1GYgnECmsKwud0e8SG1PPxKPEHKa5Mdngzs4pS7X1wH0SCGA==} engines: {node: '>= 16'} dependencies: - '@intlify/shared': 9.3.0-beta.24 + '@intlify/shared': 9.3.0-beta.26 source-map-js: 1.0.2 dev: true @@ -2676,8 +2847,8 @@ packages: engines: {node: '>= 14'} dev: true - /@intlify/shared@9.3.0-beta.24: - resolution: {integrity: sha512-AKxJ8s7eKIQWkNaf4wyyoLRwf4puCuQgjSChlDJm5JBEt6T8HGgnYTJLRXu6LD/JACn3Qwu6hM/XRX1c9yvjmQ==} + /@intlify/shared@9.3.0-beta.26: + resolution: {integrity: sha512-RpCtfSYIg4tSskrazTr5+WCHyw6qpgwdIxC+x3nCnrPGxyk+en9FoSbadVfx/w7uDTdyhKslEw4d2+qhNc0s4Q==} engines: {node: '>= 16'} dev: true @@ -2697,11 +2868,11 @@ packages: optional: true dependencies: '@intlify/bundle-utils': 4.0.0(vue-i18n@9.3.0-beta.16) - '@intlify/shared': 9.3.0-beta.24 + '@intlify/shared': 9.3.0-beta.26 '@rollup/pluginutils': 4.2.1 '@vue/compiler-sfc': 3.3.4 debug: 4.3.4 - fast-glob: 3.3.0 + fast-glob: 3.3.1 js-yaml: 4.1.0 json5: 2.2.3 pathe: 1.1.1 @@ -2844,7 +3015,7 @@ packages: /@manypkg/find-root@1.1.0: resolution: {integrity: sha512-mki5uBvhHzO8kYYix/WRy2WX8S3B5wdVSc9D6KcU5lQNglP2yt58/VfLuAK49glRXChosY8ap2oJ1qgma3GUVA==} dependencies: - '@babel/runtime': 7.22.5 + '@babel/runtime': 7.22.10 '@types/node': 12.20.55 find-up: 4.1.0 fs-extra: 8.1.0 @@ -2853,7 +3024,7 @@ packages: /@manypkg/get-packages@1.1.3: resolution: {integrity: sha512-fo+QhuU3qE/2TQMQmbVMqaQ6EWbMhi4ABWP+O4AM1NqPBuy0OrApV5LO6BrrgnhtAHS2NH6RrVk9OL181tTi8A==} dependencies: - '@babel/runtime': 7.22.5 + '@babel/runtime': 7.22.10 '@changesets/types': 4.1.0 '@manypkg/find-root': 1.1.0 fs-extra: 8.1.0 @@ -2861,62 +3032,62 @@ packages: read-yaml-file: 1.1.0 dev: true - /@mapbox/node-pre-gyp@1.0.10: - resolution: {integrity: sha512-4ySo4CjzStuprMwk35H5pPbkymjv1SF3jGLj6rAHp/xT/RF7TL7bd9CTm1xDY49K2qF7jmR/g7k+SkLETP6opA==} + /@mapbox/node-pre-gyp@1.0.11: + resolution: {integrity: sha512-Yhlar6v9WQgUp/He7BdgzOz8lqMQ8sU+jkCq7Wx8Myc5YFJLbEe7lgui/V7G1qB1DJykHSGwreceSaD60Y0PUQ==} hasBin: true dependencies: - detect-libc: 2.0.1 + detect-libc: 2.0.2 https-proxy-agent: 5.0.1 make-dir: 3.1.0 - node-fetch: 2.6.11 + node-fetch: 2.6.12 nopt: 5.0.0 npmlog: 5.0.1 rimraf: 3.0.2 - semver: 7.5.3 + semver: 7.5.4 tar: 6.1.15 transitivePeerDependencies: - encoding - supports-color - /@microsoft/api-documenter@7.22.32(@types/node@14.18.33): - resolution: {integrity: sha512-JePSgTg3qz5SiqcINQO52EKNh15DTbnvUpnx1qcrBlpR9gX0TmCw5g5uGPegIHJzIeif4uYe15nEUynrYDT2nw==} + /@microsoft/api-documenter@7.22.33(@types/node@14.18.33): + resolution: {integrity: sha512-9UUe5Z/vbTlMQy3kbSqPaJN7e3CT4LsfNFyP8szfdQEHXiO6BV2ZwwYIUtbQObgaKt7foL4A/cqRMKqhRIi7VQ==} hasBin: true dependencies: - '@microsoft/api-extractor-model': 7.27.5(@types/node@14.18.33) + '@microsoft/api-extractor-model': 7.27.6(@types/node@14.18.33) '@microsoft/tsdoc': 0.14.2 - '@rushstack/node-core-library': 3.59.6(@types/node@14.18.33) - '@rushstack/ts-command-line': 4.15.1 + '@rushstack/node-core-library': 3.59.7(@types/node@14.18.33) + '@rushstack/ts-command-line': 4.15.2 colors: 1.2.5 js-yaml: 3.13.1 - resolve: 1.22.2 + resolve: 1.22.4 transitivePeerDependencies: - '@types/node' dev: true - /@microsoft/api-extractor-model@7.27.5(@types/node@14.18.33): - resolution: {integrity: sha512-9/tBzYMJitR+o+zkPr1lQh2+e8ClcaTF6eZo7vZGDqRt2O5XmXWPbYJZmxyM3wb5at6lfJNEeGZrQXLjsQ0Nbw==} + /@microsoft/api-extractor-model@7.27.6(@types/node@14.18.33): + resolution: {integrity: sha512-eiCnlayyum1f7fS2nA9pfIod5VCNR1G+Tq84V/ijDrKrOFVa598BLw145nCsGDMoFenV6ajNi2PR5WCwpAxW6Q==} dependencies: '@microsoft/tsdoc': 0.14.2 '@microsoft/tsdoc-config': 0.16.2 - '@rushstack/node-core-library': 3.59.6(@types/node@14.18.33) + '@rushstack/node-core-library': 3.59.7(@types/node@14.18.33) transitivePeerDependencies: - '@types/node' dev: true - /@microsoft/api-extractor@7.36.3(@types/node@14.18.33): - resolution: {integrity: sha512-u0H6362AQq+r55X8drHx4npgkrCfJnMzRRHfQo8PMNKB8TcBnrTLfXhXWi+xnTM6CzlU/netEN8c4bq581Rnrg==} + /@microsoft/api-extractor@7.36.4(@types/node@14.18.33): + resolution: {integrity: sha512-21UECq8C/8CpHT23yiqTBQ10egKUacIpxkPyYR7hdswo/M5yTWdBvbq+77YC9uPKQJOUfOD1FImBQ1DzpsdeQQ==} hasBin: true dependencies: - '@microsoft/api-extractor-model': 7.27.5(@types/node@14.18.33) + '@microsoft/api-extractor-model': 7.27.6(@types/node@14.18.33) '@microsoft/tsdoc': 0.14.2 '@microsoft/tsdoc-config': 0.16.2 - '@rushstack/node-core-library': 3.59.6(@types/node@14.18.33) - '@rushstack/rig-package': 0.4.0 - '@rushstack/ts-command-line': 4.15.1 + '@rushstack/node-core-library': 3.59.7(@types/node@14.18.33) + '@rushstack/rig-package': 0.4.1 + '@rushstack/ts-command-line': 4.15.2 colors: 1.2.5 lodash: 4.17.21 - resolve: 1.22.2 - semver: 7.5.3 + resolve: 1.22.4 + semver: 7.5.4 source-map: 0.6.1 typescript: 5.0.4 transitivePeerDependencies: @@ -2970,7 +3141,7 @@ packages: nopt: 7.2.0 proc-log: 3.0.0 read-package-json-fast: 3.0.2 - semver: 7.5.3 + semver: 7.5.4 walk-up-path: 3.0.1 dev: true @@ -2978,7 +3149,7 @@ packages: resolution: {integrity: sha512-7kZUAaLscfgbwBQRbvdMYaZOWyMEcPTH/tJjnyAWJ/dvvs9Ef+CERx/qJb9GExJpl1qipaDGn7KqHnFGGixd0w==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: - semver: 7.5.3 + semver: 7.5.4 dev: true /@npmcli/git@4.1.0: @@ -2987,11 +3158,11 @@ packages: dependencies: '@npmcli/promise-spawn': 6.0.2 lru-cache: 7.18.3 - npm-pick-manifest: 8.0.1 + npm-pick-manifest: 8.0.2 proc-log: 3.0.0 promise-inflight: 1.0.1 promise-retry: 2.0.1 - semver: 7.5.3 + semver: 7.5.4 which: 3.0.1 transitivePeerDependencies: - bluebird @@ -3011,8 +3182,8 @@ packages: engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: '@npmcli/name-from-folder': 2.0.0 - glob: 10.3.0 - minimatch: 9.0.2 + glob: 10.3.3 + minimatch: 9.0.3 read-package-json-fast: 3.0.2 dev: true @@ -3049,8 +3220,8 @@ packages: /@nuxt/devalue@2.0.2: resolution: {integrity: sha512-GBzP8zOc7CGWyFQS6dv1lQz8VVpz5C2yRszbXufwG/9zhStTIH50EtD87NmWbTMwXDvZLNg8GIpb1UFdH93JCA==} - /@nuxt/devtools-kit@0.7.2(nuxt@3.6.5): - resolution: {integrity: sha512-hY4GWWkEdY68V9YdUn5Cmdxc3IbBP1YPjPs5vkHw+MOv9exlg/KnElDcbNWeWsTKIvlptdimssdh7rXY8ytfgQ==} + /@nuxt/devtools-kit@0.8.0(nuxt@3.6.5): + resolution: {integrity: sha512-zHwotLFwmYPFDg0JHyInn0L3i2gZK24JYDfgOzqBuvCD/Q3ytQVyAMrX2Mp4iIrHjwToZBJ0dlyV+UYXCiWwSg==} peerDependencies: nuxt: ^3.6.5 vite: '*' @@ -3061,14 +3232,14 @@ packages: '@nuxt/kit': 3.6.5 '@nuxt/schema': 3.6.5 execa: 7.2.0 - nuxt: 3.6.5(@types/node@20.3.2)(eslint@8.46.0)(typescript@5.1.6)(vue-tsc@1.8.8) + nuxt: 3.6.5(@types/node@20.5.1)(eslint@8.47.0)(typescript@5.1.6)(vue-tsc@1.8.8) transitivePeerDependencies: - rollup - supports-color dev: true - /@nuxt/devtools-kit@0.7.2(nuxt@3.6.5)(rollup@3.20.2): - resolution: {integrity: sha512-hY4GWWkEdY68V9YdUn5Cmdxc3IbBP1YPjPs5vkHw+MOv9exlg/KnElDcbNWeWsTKIvlptdimssdh7rXY8ytfgQ==} + /@nuxt/devtools-kit@0.8.0(nuxt@3.6.5)(rollup@3.20.2): + resolution: {integrity: sha512-zHwotLFwmYPFDg0JHyInn0L3i2gZK24JYDfgOzqBuvCD/Q3ytQVyAMrX2Mp4iIrHjwToZBJ0dlyV+UYXCiWwSg==} peerDependencies: nuxt: ^3.6.5 vite: '*' @@ -3079,14 +3250,14 @@ packages: '@nuxt/kit': 3.6.5(rollup@3.20.2) '@nuxt/schema': 3.6.5(rollup@3.20.2) execa: 7.2.0 - nuxt: 3.6.5(@types/node@20.3.2)(rollup@3.20.2)(typescript@5.1.6) + nuxt: 3.6.5(@types/node@20.5.1)(rollup@3.20.2)(typescript@5.1.6) transitivePeerDependencies: - rollup - supports-color dev: true - /@nuxt/devtools-wizard@0.7.2: - resolution: {integrity: sha512-vq9QRq8NbvOiWtkOpVh6UjScYJhWJ44dedENCcVoXck1DUjd00EbNtdHOyMqF9xK4+lQpKz6JltPFdpP0CIMjg==} + /@nuxt/devtools-wizard@0.8.0: + resolution: {integrity: sha512-nxYAB4TQgeaoYY3xBEzrYVpXzXUAwoeCui0vqu1oTeeuKnl62uXFGsY4vXMHQtnibvbQVZzNFVFoXggKM3MBGw==} hasBin: true dependencies: consola: 3.2.3 @@ -3102,8 +3273,8 @@ packages: semver: 7.5.3 dev: true - /@nuxt/devtools@0.7.2(nuxt@3.6.5): - resolution: {integrity: sha512-oBq88qa1L0eaUwaUqetwQpWyU5PRtcwO8BvjWSGMbh+6F0lF85C1EtsSRFoxaizY6nYM2/WV4c4VBDsKXUkqgQ==} + /@nuxt/devtools@0.8.0(nuxt@3.6.5): + resolution: {integrity: sha512-w48eqZ52NLVB8C0Q1E/eY0xsokMr9diOaxUptO08UYNhyj+MKKBrhIBTePYO7GlxabXOaHM62zi+iN8AT1qXoA==} hasBin: true peerDependencies: nuxt: ^3.6.5 @@ -3112,8 +3283,8 @@ packages: vite: optional: true dependencies: - '@nuxt/devtools-kit': 0.7.2(nuxt@3.6.5) - '@nuxt/devtools-wizard': 0.7.2 + '@nuxt/devtools-kit': 0.8.0(nuxt@3.6.5) + '@nuxt/devtools-wizard': 0.8.0 '@nuxt/kit': 3.6.5 birpc: 0.2.12 boxen: 7.1.1 @@ -3131,7 +3302,7 @@ packages: launch-editor: 2.6.0 local-pkg: 0.4.3 magicast: 0.2.10 - nuxt: 3.6.5(@types/node@20.3.2)(eslint@8.46.0)(typescript@5.1.6)(vue-tsc@1.8.8) + nuxt: 3.6.5(@types/node@20.5.1)(eslint@8.47.0)(typescript@5.1.6)(vue-tsc@1.8.8) nypm: 0.2.2 pacote: 15.2.0 pathe: 1.1.1 @@ -3141,9 +3312,9 @@ packages: rc9: 2.1.1 semver: 7.5.3 sirv: 2.0.3 - unimport: 3.1.0 - vite-plugin-inspect: 0.7.33 - vite-plugin-vue-inspector: 3.5.0 + unimport: 3.1.3 + vite-plugin-inspect: 0.7.38(@nuxt/kit@3.6.5) + vite-plugin-vue-inspector: 3.6.0 wait-on: 7.0.1 which: 3.0.1 ws: 8.13.0 @@ -3156,8 +3327,8 @@ packages: - utf-8-validate dev: true - /@nuxt/devtools@0.7.2(nuxt@3.6.5)(rollup@3.20.2): - resolution: {integrity: sha512-oBq88qa1L0eaUwaUqetwQpWyU5PRtcwO8BvjWSGMbh+6F0lF85C1EtsSRFoxaizY6nYM2/WV4c4VBDsKXUkqgQ==} + /@nuxt/devtools@0.8.0(nuxt@3.6.5)(rollup@3.20.2): + resolution: {integrity: sha512-w48eqZ52NLVB8C0Q1E/eY0xsokMr9diOaxUptO08UYNhyj+MKKBrhIBTePYO7GlxabXOaHM62zi+iN8AT1qXoA==} hasBin: true peerDependencies: nuxt: ^3.6.5 @@ -3166,8 +3337,8 @@ packages: vite: optional: true dependencies: - '@nuxt/devtools-kit': 0.7.2(nuxt@3.6.5)(rollup@3.20.2) - '@nuxt/devtools-wizard': 0.7.2 + '@nuxt/devtools-kit': 0.8.0(nuxt@3.6.5)(rollup@3.20.2) + '@nuxt/devtools-wizard': 0.8.0 '@nuxt/kit': 3.6.5(rollup@3.20.2) birpc: 0.2.12 boxen: 7.1.1 @@ -3185,7 +3356,7 @@ packages: launch-editor: 2.6.0 local-pkg: 0.4.3 magicast: 0.2.10 - nuxt: 3.6.5(@types/node@20.3.2)(rollup@3.20.2)(typescript@5.1.6) + nuxt: 3.6.5(@types/node@20.5.1)(rollup@3.20.2)(typescript@5.1.6) nypm: 0.2.2 pacote: 15.2.0 pathe: 1.1.1 @@ -3195,9 +3366,9 @@ packages: rc9: 2.1.1 semver: 7.5.3 sirv: 2.0.3 - unimport: 3.1.0(rollup@3.20.2) - vite-plugin-inspect: 0.7.33(rollup@3.20.2) - vite-plugin-vue-inspector: 3.5.0 + unimport: 3.1.3(rollup@3.20.2) + vite-plugin-inspect: 0.7.38(@nuxt/kit@3.6.5)(rollup@3.20.2) + vite-plugin-vue-inspector: 3.6.0 wait-on: 7.0.1 which: 3.0.1 ws: 8.13.0 @@ -3229,7 +3400,7 @@ packages: scule: 1.0.0 semver: 7.5.3 unctx: 2.3.1 - unimport: 3.0.14(rollup@3.26.2) + unimport: 3.0.14 untyped: 1.3.2 transitivePeerDependencies: - rollup @@ -3271,7 +3442,7 @@ packages: postcss-import-resolver: 2.0.0 std-env: 3.3.3 ufo: 1.1.2 - unimport: 3.0.14(rollup@3.26.2) + unimport: 3.0.14 untyped: 1.3.2 transitivePeerDependencies: - rollup @@ -3312,7 +3483,7 @@ packages: jiti: 1.19.1 mri: 1.2.0 nanoid: 4.0.2 - node-fetch: 3.3.1 + node-fetch: 3.3.2 ofetch: 1.1.1 parse-git-config: 3.0.0 rc9: 2.1.1 @@ -3339,7 +3510,7 @@ packages: jiti: 1.19.1 mri: 1.2.0 nanoid: 4.0.2 - node-fetch: 3.3.1 + node-fetch: 3.3.2 ofetch: 1.1.1 parse-git-config: 3.0.0 rc9: 2.1.1 @@ -3370,7 +3541,7 @@ packages: '@types/webpack-hot-middleware': 2.25.5 dev: true - /@nuxt/typescript-build@3.0.1(@nuxt/types@2.17.1)(eslint@8.46.0)(typescript@5.1.6): + /@nuxt/typescript-build@3.0.1(@nuxt/types@2.17.1)(eslint@8.47.0)(typescript@5.1.6): resolution: {integrity: sha512-+9mQuLlwYSDTesyt5lYjWzUit/DD78V+OSzaqGJUkybjS63YZUBcUw6Fr4jAeRreMlseFnJFIjtQQV1osunrhg==} peerDependencies: '@nuxt/types': '>=2.13.1' @@ -3379,7 +3550,7 @@ packages: '@nuxt/types': 2.17.1 consola: 2.15.3 defu: 6.1.2 - fork-ts-checker-webpack-plugin: 6.5.3(eslint@8.46.0)(typescript@5.1.6) + fork-ts-checker-webpack-plugin: 6.5.3(eslint@8.47.0)(typescript@5.1.6) ts-loader: 8.4.0(typescript@5.1.6) typescript: 5.1.6 transitivePeerDependencies: @@ -3391,20 +3562,20 @@ packages: /@nuxt/ui-templates@1.2.0: resolution: {integrity: sha512-MSZza7dxccNb/p7nuzGF8/m4POaFpHzVhNdR7f4xahOpH7Ja02lFeYR+rHtoHIJC0yym4qriqv0mQ+Qf/R61bQ==} - /@nuxt/vite-builder@3.6.5(@types/node@20.3.2)(eslint@8.46.0)(typescript@5.1.6)(vue-tsc@1.8.8)(vue@3.3.4): + /@nuxt/vite-builder@3.6.5(@types/node@20.3.2)(typescript@5.1.6)(vue-tsc@1.8.8)(vue@3.3.4): resolution: {integrity: sha512-pwSpt257ApCp3XWUs8vrC7X9QHeHUv5PbbIR3+5w0n5f95XPNOQWDJa2fTPX/H6oaRJCPYAsBPqiQhQ7qW/NZQ==} engines: {node: ^14.18.0 || >=16.10.0} peerDependencies: vue: ^3.3.4 dependencies: '@nuxt/kit': 3.6.5 - '@rollup/plugin-replace': 5.0.2(rollup@3.26.2) - '@vitejs/plugin-vue': 4.2.3(vite@4.3.9)(vue@3.3.4) - '@vitejs/plugin-vue-jsx': 3.0.1(vite@4.3.9)(vue@3.3.4) - autoprefixer: 10.4.14(postcss@8.4.26) + '@rollup/plugin-replace': 5.0.2(rollup@3.28.0) + '@vitejs/plugin-vue': 4.3.3(vite@4.3.9)(vue@3.3.4) + '@vitejs/plugin-vue-jsx': 3.0.2(vite@4.3.9)(vue@3.3.4) + autoprefixer: 10.4.14(postcss@8.4.28) clear: 0.1.0 consola: 3.2.3 - cssnano: 6.0.1(postcss@8.4.26) + cssnano: 6.0.1(postcss@8.4.28) defu: 6.1.2 esbuild: 0.18.11 escape-string-regexp: 5.0.0 @@ -3414,15 +3585,15 @@ packages: get-port-please: 3.0.1 h3: 1.7.1 knitwork: 1.0.0 - magic-string: 0.30.1 + magic-string: 0.30.2 mlly: 1.4.0 ohash: 1.1.2 pathe: 1.1.1 perfect-debounce: 1.0.0 pkg-types: 1.0.3 - postcss: 8.4.26 - postcss-import: 15.1.0(postcss@8.4.26) - postcss-url: 10.1.3(postcss@8.4.26) + postcss: 8.4.28 + postcss-import: 15.1.0(postcss@8.4.28) + postcss-url: 10.1.3(postcss@8.4.28) rollup-plugin-visualizer: 5.9.2(rollup@3.20.2) std-env: 3.3.3 strip-literal: 1.0.1 @@ -3430,7 +3601,68 @@ packages: unplugin: 1.3.2 vite: 4.3.9(@types/node@20.3.2) vite-node: 0.33.0(@types/node@20.3.2) - vite-plugin-checker: 0.6.1(eslint@8.46.0)(typescript@5.1.6)(vite@4.3.9)(vue-tsc@1.8.8) + vite-plugin-checker: 0.6.1(typescript@5.1.6)(vite@4.3.9)(vue-tsc@1.8.8) + vue: 3.3.4 + vue-bundle-renderer: 1.0.3 + transitivePeerDependencies: + - '@types/node' + - eslint + - less + - lightningcss + - meow + - optionator + - rollup + - sass + - stylelint + - stylus + - sugarss + - supports-color + - terser + - typescript + - vls + - vti + - vue-tsc + + /@nuxt/vite-builder@3.6.5(@types/node@20.5.1)(eslint@8.47.0)(typescript@5.1.6)(vue-tsc@1.8.8)(vue@3.3.4): + resolution: {integrity: sha512-pwSpt257ApCp3XWUs8vrC7X9QHeHUv5PbbIR3+5w0n5f95XPNOQWDJa2fTPX/H6oaRJCPYAsBPqiQhQ7qW/NZQ==} + engines: {node: ^14.18.0 || >=16.10.0} + peerDependencies: + vue: ^3.3.4 + dependencies: + '@nuxt/kit': 3.6.5 + '@rollup/plugin-replace': 5.0.2(rollup@3.28.0) + '@vitejs/plugin-vue': 4.3.3(vite@4.3.9)(vue@3.3.4) + '@vitejs/plugin-vue-jsx': 3.0.2(vite@4.3.9)(vue@3.3.4) + autoprefixer: 10.4.14(postcss@8.4.28) + clear: 0.1.0 + consola: 3.2.3 + cssnano: 6.0.1(postcss@8.4.28) + defu: 6.1.2 + esbuild: 0.18.11 + escape-string-regexp: 5.0.0 + estree-walker: 3.0.3 + externality: 1.0.2 + fs-extra: 11.1.1 + get-port-please: 3.0.1 + h3: 1.7.1 + knitwork: 1.0.0 + magic-string: 0.30.2 + mlly: 1.4.0 + ohash: 1.1.2 + pathe: 1.1.1 + perfect-debounce: 1.0.0 + pkg-types: 1.0.3 + postcss: 8.4.28 + postcss-import: 15.1.0(postcss@8.4.28) + postcss-url: 10.1.3(postcss@8.4.28) + rollup-plugin-visualizer: 5.9.2(rollup@3.20.2) + std-env: 3.3.3 + strip-literal: 1.0.1 + ufo: 1.1.2 + unplugin: 1.3.2 + vite: 4.3.9(@types/node@20.5.1) + vite-node: 0.33.0(@types/node@20.5.1) + vite-plugin-checker: 0.6.1(eslint@8.47.0)(typescript@5.1.6)(vite@4.3.9)(vue-tsc@1.8.8) vue: 3.3.4 vue-bundle-renderer: 1.0.3 transitivePeerDependencies: @@ -3451,8 +3683,9 @@ packages: - vls - vti - vue-tsc + dev: true - /@nuxt/vite-builder@3.6.5(@types/node@20.3.2)(rollup@3.20.2)(typescript@5.1.6)(vue@3.3.4): + /@nuxt/vite-builder@3.6.5(@types/node@20.5.1)(rollup@3.20.2)(typescript@5.1.6)(vue@3.3.4): resolution: {integrity: sha512-pwSpt257ApCp3XWUs8vrC7X9QHeHUv5PbbIR3+5w0n5f95XPNOQWDJa2fTPX/H6oaRJCPYAsBPqiQhQ7qW/NZQ==} engines: {node: ^14.18.0 || >=16.10.0} peerDependencies: @@ -3460,12 +3693,12 @@ packages: dependencies: '@nuxt/kit': 3.6.5(rollup@3.20.2) '@rollup/plugin-replace': 5.0.2(rollup@3.20.2) - '@vitejs/plugin-vue': 4.2.3(vite@4.3.9)(vue@3.3.4) - '@vitejs/plugin-vue-jsx': 3.0.1(vite@4.3.9)(vue@3.3.4) - autoprefixer: 10.4.14(postcss@8.4.26) + '@vitejs/plugin-vue': 4.3.3(vite@4.3.9)(vue@3.3.4) + '@vitejs/plugin-vue-jsx': 3.0.2(vite@4.3.9)(vue@3.3.4) + autoprefixer: 10.4.14(postcss@8.4.28) clear: 0.1.0 consola: 3.2.3 - cssnano: 6.0.1(postcss@8.4.26) + cssnano: 6.0.1(postcss@8.4.28) defu: 6.1.2 esbuild: 0.18.11 escape-string-regexp: 5.0.0 @@ -3475,23 +3708,23 @@ packages: get-port-please: 3.0.1 h3: 1.7.1 knitwork: 1.0.0 - magic-string: 0.30.1 + magic-string: 0.30.2 mlly: 1.4.0 ohash: 1.1.2 pathe: 1.1.1 perfect-debounce: 1.0.0 pkg-types: 1.0.3 - postcss: 8.4.26 - postcss-import: 15.1.0(postcss@8.4.26) - postcss-url: 10.1.3(postcss@8.4.26) + postcss: 8.4.28 + postcss-import: 15.1.0(postcss@8.4.28) + postcss-url: 10.1.3(postcss@8.4.28) rollup-plugin-visualizer: 5.9.2(rollup@3.20.2) std-env: 3.3.3 strip-literal: 1.0.1 ufo: 1.1.2 unplugin: 1.3.2 - vite: 4.3.9(@types/node@20.3.2) - vite-node: 0.33.0(@types/node@20.3.2) - vite-plugin-checker: 0.6.1(eslint@8.46.0)(typescript@5.1.6)(vite@4.3.9)(vue-tsc@1.8.8) + vite: 4.3.9(@types/node@20.5.1) + vite-node: 0.33.0(@types/node@20.5.1) + vite-plugin-checker: 0.6.1(eslint@8.47.0)(typescript@5.1.6)(vite@4.3.9)(vue-tsc@1.8.8) vue: 3.3.4 vue-bundle-renderer: 1.0.3 transitivePeerDependencies: @@ -3514,18 +3747,18 @@ packages: - vue-tsc dev: true - /@nuxtjs/eslint-config-typescript@12.0.0(eslint@8.46.0)(typescript@5.1.6): + /@nuxtjs/eslint-config-typescript@12.0.0(eslint@8.47.0)(typescript@5.1.6): resolution: {integrity: sha512-HJR0ho5MYuOCFjkL+eMX/VXbUwy36J12DUMVy+dj3Qz1GYHwX92Saxap3urFzr8oPkzzFiuOknDivfCeRBWakg==} peerDependencies: eslint: ^8.23.0 dependencies: - '@nuxtjs/eslint-config': 12.0.0(@typescript-eslint/parser@5.60.1)(eslint-import-resolver-typescript@3.5.5)(eslint@8.46.0) - '@typescript-eslint/eslint-plugin': 5.60.1(@typescript-eslint/parser@5.60.1)(eslint@8.46.0)(typescript@5.1.6) - '@typescript-eslint/parser': 5.60.1(eslint@8.46.0)(typescript@5.1.6) - eslint: 8.46.0 - eslint-import-resolver-typescript: 3.5.5(@typescript-eslint/parser@5.60.1)(eslint-plugin-import@2.27.5)(eslint@8.46.0) - eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.60.1)(eslint-import-resolver-typescript@3.5.5)(eslint@8.46.0) - eslint-plugin-vue: 9.16.1(eslint@8.46.0) + '@nuxtjs/eslint-config': 12.0.0(@typescript-eslint/parser@5.60.1)(eslint-import-resolver-typescript@3.5.5)(eslint@8.47.0) + '@typescript-eslint/eslint-plugin': 5.60.1(@typescript-eslint/parser@5.60.1)(eslint@8.47.0)(typescript@5.1.6) + '@typescript-eslint/parser': 5.60.1(eslint@8.47.0)(typescript@5.1.6) + eslint: 8.47.0 + eslint-import-resolver-typescript: 3.5.5(@typescript-eslint/parser@5.60.1)(eslint-plugin-import@2.27.5)(eslint@8.47.0) + eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.60.1)(eslint-import-resolver-typescript@3.5.5)(eslint@8.47.0) + eslint-plugin-vue: 9.17.0(eslint@8.47.0) transitivePeerDependencies: - eslint-import-resolver-node - eslint-import-resolver-webpack @@ -3533,19 +3766,19 @@ packages: - typescript dev: true - /@nuxtjs/eslint-config@12.0.0(@typescript-eslint/parser@5.60.1)(eslint-import-resolver-typescript@3.5.5)(eslint@8.46.0): + /@nuxtjs/eslint-config@12.0.0(@typescript-eslint/parser@5.60.1)(eslint-import-resolver-typescript@3.5.5)(eslint@8.47.0): resolution: {integrity: sha512-ewenelo75x0eYEUK+9EBXjc/OopQCvdkmYmlZuoHq5kub/vtiRpyZ/autppwokpHUq8tiVyl2ejMakoiHiDTrg==} peerDependencies: eslint: ^8.23.0 dependencies: - eslint: 8.46.0 - eslint-config-standard: 17.0.0(eslint-plugin-import@2.27.5)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.46.0) - eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.60.1)(eslint-import-resolver-typescript@3.5.5)(eslint@8.46.0) - eslint-plugin-n: 15.7.0(eslint@8.46.0) - eslint-plugin-node: 11.1.0(eslint@8.46.0) - eslint-plugin-promise: 6.1.1(eslint@8.46.0) - eslint-plugin-unicorn: 44.0.2(eslint@8.46.0) - eslint-plugin-vue: 9.16.1(eslint@8.46.0) + eslint: 8.47.0 + eslint-config-standard: 17.0.0(eslint-plugin-import@2.27.5)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.47.0) + eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.60.1)(eslint-import-resolver-typescript@3.5.5)(eslint@8.47.0) + eslint-plugin-n: 15.7.0(eslint@8.47.0) + eslint-plugin-node: 11.1.0(eslint@8.47.0) + eslint-plugin-promise: 6.1.1(eslint@8.47.0) + eslint-plugin-unicorn: 44.0.2(eslint@8.47.0) + eslint-plugin-vue: 9.17.0(eslint@8.47.0) local-pkg: 0.4.3 transitivePeerDependencies: - '@typescript-eslint/parser' @@ -3591,8 +3824,8 @@ packages: resolution: {integrity: sha512-XuySG1E38YScSJoMlqovLru4KTUNSjgVTIjyh7qMX6aNN5HY5Ct5LhRJdxO79JtTzKfzV/bnWpz+zquYrISsvw==} dev: true - /@paypal/paypal-js@6.0.1: - resolution: {integrity: sha512-bvYetmkg2GEC6onsUJQx1E9hdAJWff2bS3IPeiZ9Sh9U7h26/fIgMKm240cq/908sbSoDjHys75XXd8at9OpQA==} + /@paypal/paypal-js@7.0.0: + resolution: {integrity: sha512-j98rdswXu3Avsi+vLzbunwjDXqKVRyPjG5EoutVKXR0lGxGIlbTajl/edOQos3PFeeDikvQgGY3aDLlA5CFPZg==} dependencies: promise-polyfill: 8.3.0 dev: false @@ -3615,13 +3848,13 @@ packages: tiny-glob: 0.2.9 tslib: 2.5.3 - /@playwright/test@1.36.2: - resolution: {integrity: sha512-2rVZeyPRjxfPH6J0oGJqE8YxiM1IBRyM8hyrXYK7eSiAqmbNhxwcLa7dZ7fy9Kj26V7FYia5fh9XJRq4Dqme+g==} + /@playwright/test@1.37.1: + resolution: {integrity: sha512-bq9zTli3vWJo8S3LwB91U0qDNQDpEXnw7knhxLM0nwDvexQAwx9tO8iKDZSqqneVq+URd/WIoz+BALMqUTgdSg==} engines: {node: '>=16'} hasBin: true dependencies: '@types/node': 20.3.2 - playwright-core: 1.36.2 + playwright-core: 1.37.1 optionalDependencies: fsevents: 2.3.2 dev: true @@ -3786,7 +4019,7 @@ packages: slash: 4.0.0 dev: true - /@rollup/plugin-alias@5.0.0(rollup@3.26.2): + /@rollup/plugin-alias@5.0.0(rollup@3.28.0): resolution: {integrity: sha512-l9hY5chSCjuFRPsnRm16twWBiSApl2uYFLsepQYwtBuAxNMQ/1dJqADld40P0Jkqm65GRTLy/AC6hnpVebtLsA==} engines: {node: '>=14.0.0'} peerDependencies: @@ -3795,7 +4028,7 @@ packages: rollup: optional: true dependencies: - rollup: 3.26.2 + rollup: 3.28.0 slash: 4.0.0 /@rollup/plugin-commonjs@24.1.0(rollup@3.20.2): @@ -3816,7 +4049,7 @@ packages: rollup: 3.20.2 dev: true - /@rollup/plugin-commonjs@25.0.2(rollup@3.26.2): + /@rollup/plugin-commonjs@25.0.2(rollup@3.28.0): resolution: {integrity: sha512-NGTwaJxIO0klMs+WSFFtBP7b9TdTJ3K76HZkewT8/+yHzMiUGVQgaPtLQxNVYIgT5F7lxkEyVID+yS3K7bhCow==} engines: {node: '>=14.0.0'} peerDependencies: @@ -3825,15 +4058,15 @@ packages: rollup: optional: true dependencies: - '@rollup/pluginutils': 5.0.2(rollup@3.26.2) + '@rollup/pluginutils': 5.0.2(rollup@3.28.0) commondir: 1.0.1 estree-walker: 2.0.2 glob: 8.1.0 is-reference: 1.2.1 magic-string: 0.27.0 - rollup: 3.26.2 + rollup: 3.28.0 - /@rollup/plugin-inject@5.0.3(rollup@3.26.2): + /@rollup/plugin-inject@5.0.3(rollup@3.28.0): resolution: {integrity: sha512-411QlbL+z2yXpRWFXSmw/teQRMkXcAAC8aYTemc15gwJRpvEVDQwoe+N/HTFD8RFG8+88Bme9DK2V9CVm7hJdA==} engines: {node: '>=14.0.0'} peerDependencies: @@ -3842,10 +4075,10 @@ packages: rollup: optional: true dependencies: - '@rollup/pluginutils': 5.0.2(rollup@3.26.2) + '@rollup/pluginutils': 5.0.2(rollup@3.28.0) estree-walker: 2.0.2 magic-string: 0.27.0 - rollup: 3.26.2 + rollup: 3.28.0 /@rollup/plugin-json@6.0.0(rollup@3.20.2): resolution: {integrity: sha512-i/4C5Jrdr1XUarRhVu27EEwjt4GObltD7c+MkCIpO2QIbojw8MUs+CCTqOphQi3Qtg1FLmYt+l+6YeoIf51J7w==} @@ -3860,7 +4093,7 @@ packages: rollup: 3.20.2 dev: true - /@rollup/plugin-json@6.0.0(rollup@3.26.2): + /@rollup/plugin-json@6.0.0(rollup@3.28.0): resolution: {integrity: sha512-i/4C5Jrdr1XUarRhVu27EEwjt4GObltD7c+MkCIpO2QIbojw8MUs+CCTqOphQi3Qtg1FLmYt+l+6YeoIf51J7w==} engines: {node: '>=14.0.0'} peerDependencies: @@ -3869,8 +4102,8 @@ packages: rollup: optional: true dependencies: - '@rollup/pluginutils': 5.0.2(rollup@3.26.2) - rollup: 3.26.2 + '@rollup/pluginutils': 5.0.2(rollup@3.28.0) + rollup: 3.28.0 /@rollup/plugin-node-resolve@15.0.2(rollup@3.20.2): resolution: {integrity: sha512-Y35fRGUjC3FaurG722uhUuG8YHOJRJQbI6/CkbRkdPotSpDj9NtIN85z1zrcyDcCQIW4qp5mgG72U+gJ0TAFEg==} @@ -3886,11 +4119,11 @@ packages: deepmerge: 4.3.1 is-builtin-module: 3.2.1 is-module: 1.0.0 - resolve: 1.22.2 + resolve: 1.22.4 rollup: 3.20.2 dev: true - /@rollup/plugin-node-resolve@15.1.0(rollup@3.26.2): + /@rollup/plugin-node-resolve@15.1.0(rollup@3.28.0): resolution: {integrity: sha512-xeZHCgsiZ9pzYVgAo9580eCGqwh/XCEUM9q6iQfGNocjgkufHAqC3exA+45URvhiYV8sBF9RlBai650eNs7AsA==} engines: {node: '>=14.0.0'} peerDependencies: @@ -3899,13 +4132,13 @@ packages: rollup: optional: true dependencies: - '@rollup/pluginutils': 5.0.2(rollup@3.26.2) + '@rollup/pluginutils': 5.0.2(rollup@3.28.0) '@types/resolve': 1.20.2 deepmerge: 4.3.1 is-builtin-module: 3.2.1 is-module: 1.0.0 - resolve: 1.22.2 - rollup: 3.26.2 + resolve: 1.22.4 + rollup: 3.28.0 /@rollup/plugin-replace@5.0.2(rollup@3.20.2): resolution: {integrity: sha512-M9YXNekv/C/iHHK+cvORzfRYfPbq0RDD8r0G+bMiTXjNGKulPnCT9O3Ss46WfhI6ZOCgApOP7xAdmCQJ+U2LAA==} @@ -3921,7 +4154,7 @@ packages: rollup: 3.20.2 dev: true - /@rollup/plugin-replace@5.0.2(rollup@3.26.2): + /@rollup/plugin-replace@5.0.2(rollup@3.28.0): resolution: {integrity: sha512-M9YXNekv/C/iHHK+cvORzfRYfPbq0RDD8r0G+bMiTXjNGKulPnCT9O3Ss46WfhI6ZOCgApOP7xAdmCQJ+U2LAA==} engines: {node: '>=14.0.0'} peerDependencies: @@ -3930,11 +4163,11 @@ packages: rollup: optional: true dependencies: - '@rollup/pluginutils': 5.0.2(rollup@3.26.2) + '@rollup/pluginutils': 5.0.2(rollup@3.28.0) magic-string: 0.27.0 - rollup: 3.26.2 + rollup: 3.28.0 - /@rollup/plugin-terser@0.4.3(rollup@3.26.2): + /@rollup/plugin-terser@0.4.3(rollup@3.28.0): resolution: {integrity: sha512-EF0oejTMtkyhrkwCdg0HJ0IpkcaVg1MMSf2olHb2Jp+1mnLM04OhjpJWGma4HobiDTF0WCyViWuvadyE9ch2XA==} engines: {node: '>=14.0.0'} peerDependencies: @@ -3943,12 +4176,12 @@ packages: rollup: optional: true dependencies: - rollup: 3.26.2 + rollup: 3.28.0 serialize-javascript: 6.0.1 smob: 1.4.0 terser: 5.18.1 - /@rollup/plugin-wasm@6.1.3(rollup@3.26.2): + /@rollup/plugin-wasm@6.1.3(rollup@3.28.0): resolution: {integrity: sha512-7ItTTeyauE6lwdDtQWceEHZ9+txbi4RRy0mYPFn9BW7rD7YdgBDu7HTHsLtHrRzJc313RM/1m6GKgV3np/aEaw==} engines: {node: '>=14.0.0'} peerDependencies: @@ -3957,7 +4190,7 @@ packages: rollup: optional: true dependencies: - rollup: 3.26.2 + rollup: 3.28.0 /@rollup/pluginutils@4.2.1: resolution: {integrity: sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==} @@ -3980,7 +4213,7 @@ packages: picomatch: 2.3.1 rollup: 3.20.2 - /@rollup/pluginutils@5.0.2(rollup@3.26.2): + /@rollup/pluginutils@5.0.2(rollup@3.28.0): resolution: {integrity: sha512-pTd9rIsP92h+B6wWwFbW8RkZv4hiR/xKsqre4SIuAOaOEQRxi0lqLke9k2/7WegC85GgUs9pjmOjCUi3In4vwA==} engines: {node: '>=14.0.0'} peerDependencies: @@ -3992,10 +4225,23 @@ packages: '@types/estree': 1.0.1 estree-walker: 2.0.2 picomatch: 2.3.1 - rollup: 3.26.2 + rollup: 3.28.0 + + /@rollup/pluginutils@5.0.3: + resolution: {integrity: sha512-hfllNN4a80rwNQ9QCxhxuHCGHMAvabXqxNdaChUSSadMre7t4iEUI6fFAhBOn/eIYTgYVhBv7vCLsAJ4u3lf3g==} + engines: {node: '>=14.0.0'} + peerDependencies: + rollup: ^1.20.0||^2.0.0||^3.0.0 + peerDependenciesMeta: + rollup: + optional: true + dependencies: + '@types/estree': 1.0.1 + estree-walker: 2.0.2 + picomatch: 2.3.1 - /@rushstack/node-core-library@3.59.6(@types/node@14.18.33): - resolution: {integrity: sha512-bMYJwNFfWXRNUuHnsE9wMlW/mOB4jIwSUkRKtu02CwZhQdmzMsUbxE0s1xOLwTpNIwlzfW/YT7OnOHgDffLgYg==} + /@rushstack/node-core-library@3.59.7(@types/node@14.18.33): + resolution: {integrity: sha512-ln1Drq0h+Hwa1JVA65x5mlSgUrBa1uHL+V89FqVWQgXd1vVIMhrtqtWGQrhTnFHxru5ppX+FY39VWELF/FjQCw==} peerDependencies: '@types/node': '*' peerDependenciesMeta: @@ -4007,20 +4253,20 @@ packages: fs-extra: 7.0.1 import-lazy: 4.0.0 jju: 1.4.0 - resolve: 1.22.2 - semver: 7.5.3 + resolve: 1.22.4 + semver: 7.5.4 z-schema: 5.0.5 dev: true - /@rushstack/rig-package@0.4.0: - resolution: {integrity: sha512-FnM1TQLJYwSiurP6aYSnansprK5l8WUK8VG38CmAaZs29ZeL1msjK0AP1VS4ejD33G0kE/2cpsPsS9jDenBMxw==} + /@rushstack/rig-package@0.4.1: + resolution: {integrity: sha512-AGRwpqlXNSp9LhUSz4HKI9xCluqQDt/obsQFdv/NYIekF3pTTPzc+HbQsIsjVjYnJ3DcmxOREVMhvrMEjpiq6g==} dependencies: - resolve: 1.22.2 + resolve: 1.22.4 strip-json-comments: 3.1.1 dev: true - /@rushstack/ts-command-line@4.15.1: - resolution: {integrity: sha512-EL4jxZe5fhb1uVL/P/wQO+Z8Rc8FMiWJ1G7VgnPDvdIt5GVjRfK7vwzder1CZQiX3x0PY6uxENYLNGTFd1InRQ==} + /@rushstack/ts-command-line@4.15.2: + resolution: {integrity: sha512-5+C2uoJY8b+odcZD6coEe2XNC4ZjGB4vCMESbqW/8DHRWC/qIHfANdmN9F1wz/lAgxz72i7xRoVtPY2j7e4gpQ==} dependencies: '@types/argparse': 1.0.38 argparse: 1.0.10 @@ -4109,17 +4355,34 @@ packages: resolution: {integrity: sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==} dev: true - /@sigstore/protobuf-specs@0.1.0: - resolution: {integrity: sha512-a31EnjuIDSX8IXBUib3cYLDRlPMU36AWX4xS8ysLaNu4ZzUesDiPt83pgrW2X1YLMe5L2HbDyaKK5BrL4cNKaQ==} + /@sigstore/bundle@1.1.0: + resolution: {integrity: sha512-PFutXEy0SmQxYI4texPw3dd2KewuNqv7OuK1ZFtY2fM754yhvG2KdgwIhRnoEE2uHdtdGNQ8s0lb94dW9sELog==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + dependencies: + '@sigstore/protobuf-specs': 0.2.1 + dev: true + + /@sigstore/protobuf-specs@0.2.1: + resolution: {integrity: sha512-XTWVxnWJu+c1oCshMLwnKvz8ZQJJDVOlciMfgpJBQbThVjKTCG8dwyhgLngBD2KN0ap9F/gOV8rFDEx8uh7R2A==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dev: true - /@sigstore/tuf@1.0.0: - resolution: {integrity: sha512-bLzi9GeZgMCvjJeLUIfs8LJYCxrPRA8IXQkzUtaFKKVPTz0mucRyqFcV2U20yg9K+kYAD0YSitzGfRZCFLjdHQ==} + /@sigstore/sign@1.0.0: + resolution: {integrity: sha512-INxFVNQteLtcfGmcoldzV6Je0sbbfh9I16DM4yJPw3j5+TFP8X6uIiA18mvpEa9yyeycAKgPmOA3X9hVdVTPUA==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: - '@sigstore/protobuf-specs': 0.1.0 + '@sigstore/bundle': 1.1.0 + '@sigstore/protobuf-specs': 0.2.1 make-fetch-happen: 11.1.1 + transitivePeerDependencies: + - supports-color + dev: true + + /@sigstore/tuf@1.0.3: + resolution: {integrity: sha512-2bRovzs0nJZFlCN3rXirE4gwxCn97JNjMmwpecqlbgV9WcxX7WRuIrgzx/X7Ib7MYRbyUTpBYE0s2x6AmZXnlg==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + dependencies: + '@sigstore/protobuf-specs': 0.2.1 tuf-js: 1.1.7 transitivePeerDependencies: - supports-color @@ -4525,7 +4788,7 @@ packages: react-fast-compare: 3.2.2 react-overflow-list: 0.5.0(react@17.0.2) ts-keycode-enum: 1.0.6 - tslib: 2.5.3 + tslib: 2.6.1 use-resize-observer: 9.1.0(react@17.0.2) zustand: 3.7.2(react@17.0.2) transitivePeerDependencies: @@ -4593,7 +4856,7 @@ packages: react-fast-compare: 3.2.2 react-overflow-list: 0.5.0(react@17.0.2) ts-keycode-enum: 1.0.6 - tslib: 2.5.3 + tslib: 2.6.1 use-resize-observer: 9.1.0(react@17.0.2) zustand: 3.7.2(react@17.0.2) transitivePeerDependencies: @@ -4674,7 +4937,7 @@ packages: /@ts-morph/common@0.11.1: resolution: {integrity: sha512-7hWZS0NRpEsNV8vWJzg7FEz6V8MaLNeJOmwmghqUXTpzk16V1LLZhdo+4QvE/+zv4cVci0OviuJFnqhEfoV3+g==} dependencies: - fast-glob: 3.3.0 + fast-glob: 3.3.1 minimatch: 3.1.2 mkdirp: 1.0.4 path-browserify: 1.0.1 @@ -4706,7 +4969,7 @@ packages: engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: '@tufjs/canonical-json': 1.0.0 - minimatch: 9.0.2 + minimatch: 9.0.3 dev: true /@types/argparse@1.0.38: @@ -4716,7 +4979,7 @@ packages: /@types/babel__core@7.20.1: resolution: {integrity: sha512-aACu/U/omhdk15O4Nfb+fHgH/z3QsfQzpnvRZhYhThms83ZnAOZz7zZAWO7mn2yyNQaA4xTO8GLK3uqFU4bYYw==} dependencies: - '@babel/parser': 7.22.5 + '@babel/parser': 7.22.7 '@babel/types': 7.22.5 '@types/babel__generator': 7.6.4 '@types/babel__template': 7.4.1 @@ -4775,11 +5038,7 @@ packages: /@types/connect@3.4.35: resolution: {integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==} dependencies: - '@types/node': 20.3.2 - dev: true - - /@types/content-type@1.1.3: - resolution: {integrity: sha512-pv8VcFrZ3fN93L4rTNIbbUzdkzjEyVMp5mPVjsFfOYTDOZMZiZ8P1dhu+kEv3faYyKzZgLlSvnyQNFg+p/v5ug==} + '@types/node': 16.18.23 dev: true /@types/debug@4.1.8: @@ -4798,7 +5057,7 @@ packages: /@types/etag@1.8.1: resolution: {integrity: sha512-bsKkeSqN7HYyYntFRAmzcwx/dKW4Wa+KVMTInANlI72PWLQmOpZu96j0OqHZGArW4VQwCmJPteQlXaUDeOB0WQ==} dependencies: - '@types/node': 20.3.2 + '@types/node': 16.18.23 dev: true /@types/express-serve-static-core@4.17.33: @@ -4864,7 +5123,7 @@ packages: /@types/http-proxy@1.17.11: resolution: {integrity: sha512-HC8G7c1WmaF2ekqpnFq626xd3Zz0uvaqFmBJNRZCGEZCXkvSdJoNFn/8Ygbd9fKNQj8UzLdCETaI0UWPAjK7IA==} dependencies: - '@types/node': 20.3.2 + '@types/node': 20.5.1 /@types/is-ci@3.0.0: resolution: {integrity: sha512-Q0Op0hdWbYd1iahB+IFNQcWXFq4O0Q5MwQP7uN0souuQ4rPg1vEYcnIOfr1gY+M+6rc8FGoRaBO1mOOvL29sEQ==} @@ -4912,6 +5171,14 @@ packages: dependencies: '@types/linkify-it': 3.0.2 '@types/mdurl': 1.0.2 + dev: false + + /@types/markdown-it@13.0.0: + resolution: {integrity: sha512-mPTaUl5glYfzdJFeCsvhXQwZKdyszNAZcMm5ZTP5SfpTu+vIbog7J3z8Fa4x/Fzv5TB4R6OA/pHBYIYmkYOWGQ==} + dependencies: + '@types/linkify-it': 3.0.2 + '@types/mdurl': 1.0.2 + dev: true /@types/mdast@3.0.11: resolution: {integrity: sha512-Y/uImid8aAwrEA24/1tcRZwpxX3pIFTSilcNDKSPn+Y2iDywSEachzRuvgAYYLR3wpGXAsMbv5lvKLDZLeYPAw==} @@ -4943,7 +5210,7 @@ packages: /@types/node-fetch@2.6.3: resolution: {integrity: sha512-ETTL1mOEdq/sxUtgtOhKjyB2Irra4cjxksvcMUR5Zr4n+PxVhsCD9WS46oPbHL3et9Zde7CNRr+WUNlcHvsX+w==} dependencies: - '@types/node': 20.3.2 + '@types/node': 14.18.33 form-data: 3.0.1 dev: true @@ -4968,6 +5235,9 @@ packages: /@types/node@20.3.2: resolution: {integrity: sha512-vOBLVQeCQfIcF/2Y7eKFTqrMnizK5lRNQ7ykML/5RuwVXVWxYkgwS7xbt4B6fKCUPgbSL5FSsjHQpaGQP/dQmw==} + /@types/node@20.5.1: + resolution: {integrity: sha512-4tT2UrL5LBqDwoed9wZ6N3umC4Yhz3W3FloMmiiG4JwmUJWpie0c7lcnUNd4gtMKuDEO4wRVS8B6Xa0uMRsMKg==} + /@types/normalize-package-data@2.4.1: resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} dev: true @@ -4990,7 +5260,7 @@ packages: resolution: {integrity: sha512-mFMBfMOz8QxhYVbuINtswBp9VL2b4Y0QqYHwqLz3YbgtfAcat2Dl6Y1o4e22S/OVE6Ebl9m7wWiMT2lSbAs1wA==} deprecated: This is a stub types definition. prettier provides its own type definitions, so you do not need this installed. dependencies: - prettier: 3.0.0 + prettier: 3.0.2 dev: true /@types/prop-types@15.7.5: @@ -5062,7 +5332,7 @@ packages: dependencies: '@types/http-errors': 2.0.1 '@types/mime': 3.0.1 - '@types/node': 20.3.2 + '@types/node': 16.18.23 dev: true /@types/source-list-map@0.1.2: @@ -5123,7 +5393,7 @@ packages: /@types/webpack-sources@3.2.0: resolution: {integrity: sha512-Ft7YH3lEVRQ6ls8k4Ff1oB4jN6oy/XmU6tQISKdhfh+1mR+viZFphS6WL0IrtDOzvefmJg5a0s7ZQoRXwqTEFg==} dependencies: - '@types/node': 20.3.2 + '@types/node': 16.18.23 '@types/source-list-map': 0.1.2 source-map: 0.7.4 dev: true @@ -5131,7 +5401,7 @@ packages: /@types/webpack@4.41.33: resolution: {integrity: sha512-PPajH64Ft2vWevkerISMtnZ8rTs4YmRbs+23c402J0INmxDKCrhZNvwZYtzx96gY2wAtXdrK1BS2fiC8MlLr3g==} dependencies: - '@types/node': 20.3.2 + '@types/node': 16.18.23 '@types/tapable': 1.0.8 '@types/uglify-js': 3.17.1 '@types/webpack-sources': 3.2.0 @@ -5148,7 +5418,7 @@ packages: '@types/yargs-parser': 21.0.0 dev: true - /@typescript-eslint/eslint-plugin@5.59.1(@typescript-eslint/parser@5.59.1)(eslint@8.46.0)(typescript@5.1.6): + /@typescript-eslint/eslint-plugin@5.59.1(@typescript-eslint/parser@5.59.1)(eslint@8.47.0)(typescript@5.1.6): resolution: {integrity: sha512-AVi0uazY5quFB9hlp2Xv+ogpfpk77xzsgsIEWyVS7uK/c7MZ5tw7ZPbapa0SbfkqE0fsAMkz5UwtgMLVk2BQAg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -5160,23 +5430,23 @@ packages: optional: true dependencies: '@eslint-community/regexpp': 4.5.0 - '@typescript-eslint/parser': 5.59.1(eslint@8.46.0)(typescript@5.1.6) + '@typescript-eslint/parser': 5.59.1(eslint@8.47.0)(typescript@5.1.6) '@typescript-eslint/scope-manager': 5.59.1 - '@typescript-eslint/type-utils': 5.59.1(eslint@8.46.0)(typescript@5.1.6) - '@typescript-eslint/utils': 5.59.1(eslint@8.46.0)(typescript@5.1.6) + '@typescript-eslint/type-utils': 5.59.1(eslint@8.47.0)(typescript@5.1.6) + '@typescript-eslint/utils': 5.59.1(eslint@8.47.0)(typescript@5.1.6) debug: 4.3.4 - eslint: 8.46.0 + eslint: 8.47.0 grapheme-splitter: 1.0.4 ignore: 5.2.4 natural-compare-lite: 1.4.0 - semver: 7.5.3 + semver: 7.5.4 tsutils: 3.21.0(typescript@5.1.6) typescript: 5.1.6 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/eslint-plugin@5.60.1(@typescript-eslint/parser@5.60.1)(eslint@8.46.0)(typescript@5.1.6): + /@typescript-eslint/eslint-plugin@5.60.1(@typescript-eslint/parser@5.60.1)(eslint@8.47.0)(typescript@5.1.6): resolution: {integrity: sha512-KSWsVvsJsLJv3c4e73y/Bzt7OpqMCADUO846bHcuWYSYM19bldbAeDv7dYyV0jwkbMfJ2XdlzwjhXtuD7OY6bw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -5187,25 +5457,25 @@ packages: typescript: optional: true dependencies: - '@eslint-community/regexpp': 4.5.1 - '@typescript-eslint/parser': 5.60.1(eslint@8.46.0)(typescript@5.1.6) + '@eslint-community/regexpp': 4.6.2 + '@typescript-eslint/parser': 5.60.1(eslint@8.47.0)(typescript@5.1.6) '@typescript-eslint/scope-manager': 5.60.1 - '@typescript-eslint/type-utils': 5.60.1(eslint@8.46.0)(typescript@5.1.6) - '@typescript-eslint/utils': 5.60.1(eslint@8.46.0)(typescript@5.1.6) + '@typescript-eslint/type-utils': 5.60.1(eslint@8.47.0)(typescript@5.1.6) + '@typescript-eslint/utils': 5.60.1(eslint@8.47.0)(typescript@5.1.6) debug: 4.3.4 - eslint: 8.46.0 + eslint: 8.47.0 grapheme-splitter: 1.0.4 ignore: 5.2.4 natural-compare-lite: 1.4.0 - semver: 7.5.3 + semver: 7.5.4 tsutils: 3.21.0(typescript@5.1.6) typescript: 5.1.6 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/eslint-plugin@6.2.1(@typescript-eslint/parser@6.2.1)(eslint@8.46.0)(typescript@5.1.6): - resolution: {integrity: sha512-iZVM/ALid9kO0+I81pnp1xmYiFyqibAHzrqX4q5YvvVEyJqY+e6rfTXSCsc2jUxGNqJqTfFSSij/NFkZBiBzLw==} + /@typescript-eslint/eslint-plugin@6.4.1(@typescript-eslint/parser@6.4.1)(eslint@8.47.0)(typescript@5.1.6): + resolution: {integrity: sha512-3F5PtBzUW0dYlq77Lcqo13fv+58KDwUib3BddilE8ajPJT+faGgxmI9Sw+I8ZS22BYwoir9ZhNXcLi+S+I2bkw==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: '@typescript-eslint/parser': ^6.0.0 || ^6.0.0-alpha @@ -5215,18 +5485,17 @@ packages: typescript: optional: true dependencies: - '@eslint-community/regexpp': 4.5.1 - '@typescript-eslint/parser': 6.2.1(eslint@8.46.0)(typescript@5.1.6) - '@typescript-eslint/scope-manager': 6.2.1 - '@typescript-eslint/type-utils': 6.2.1(eslint@8.46.0)(typescript@5.1.6) - '@typescript-eslint/utils': 6.2.1(eslint@8.46.0)(typescript@5.1.6) - '@typescript-eslint/visitor-keys': 6.2.1 + '@eslint-community/regexpp': 4.6.2 + '@typescript-eslint/parser': 6.4.1(eslint@8.47.0)(typescript@5.1.6) + '@typescript-eslint/scope-manager': 6.4.1 + '@typescript-eslint/type-utils': 6.4.1(eslint@8.47.0)(typescript@5.1.6) + '@typescript-eslint/utils': 6.4.1(eslint@8.47.0)(typescript@5.1.6) + '@typescript-eslint/visitor-keys': 6.4.1 debug: 4.3.4 - eslint: 8.46.0 + eslint: 8.47.0 graphemer: 1.4.0 ignore: 5.2.4 natural-compare: 1.4.0 - natural-compare-lite: 1.4.0 semver: 7.5.3 ts-api-utils: 1.0.1(typescript@5.1.6) typescript: 5.1.6 @@ -5234,7 +5503,7 @@ packages: - supports-color dev: false - /@typescript-eslint/parser@5.59.1(eslint@8.46.0)(typescript@5.1.6): + /@typescript-eslint/parser@5.59.1(eslint@8.47.0)(typescript@5.1.6): resolution: {integrity: sha512-nzjFAN8WEu6yPRDizIFyzAfgK7nybPodMNFGNH0M9tei2gYnYszRDqVA0xlnRjkl7Hkx2vYrEdb6fP2a21cG1g==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -5248,13 +5517,13 @@ packages: '@typescript-eslint/types': 5.59.1 '@typescript-eslint/typescript-estree': 5.59.1(typescript@5.1.6) debug: 4.3.4 - eslint: 8.46.0 + eslint: 8.47.0 typescript: 5.1.6 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser@5.60.1(eslint@8.46.0)(typescript@5.1.6): + /@typescript-eslint/parser@5.60.1(eslint@8.47.0)(typescript@5.1.6): resolution: {integrity: sha512-pHWlc3alg2oSMGwsU/Is8hbm3XFbcrb6P5wIxcQW9NsYBfnrubl/GhVVD/Jm/t8HXhA2WncoIRfBtnCgRGV96Q==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -5268,14 +5537,14 @@ packages: '@typescript-eslint/types': 5.60.1 '@typescript-eslint/typescript-estree': 5.60.1(typescript@5.1.6) debug: 4.3.4 - eslint: 8.46.0 + eslint: 8.47.0 typescript: 5.1.6 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser@6.2.1(eslint@8.46.0)(typescript@5.1.6): - resolution: {integrity: sha512-Ld+uL1kYFU8e6btqBFpsHkwQ35rw30IWpdQxgOqOh4NfxSDH6uCkah1ks8R/RgQqI5hHPXMaLy9fbFseIe+dIg==} + /@typescript-eslint/parser@6.4.1(eslint@8.47.0)(typescript@5.1.6): + resolution: {integrity: sha512-610G6KHymg9V7EqOaNBMtD1GgpAmGROsmfHJPXNLCU9bfIuLrkdOygltK784F6Crboyd5tBFayPB7Sf0McrQwg==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 @@ -5284,12 +5553,12 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 6.2.1 - '@typescript-eslint/types': 6.2.1 - '@typescript-eslint/typescript-estree': 6.2.1(typescript@5.1.6) - '@typescript-eslint/visitor-keys': 6.2.1 + '@typescript-eslint/scope-manager': 6.4.1 + '@typescript-eslint/types': 6.4.1 + '@typescript-eslint/typescript-estree': 6.4.1(typescript@5.1.6) + '@typescript-eslint/visitor-keys': 6.4.1 debug: 4.3.4 - eslint: 8.46.0 + eslint: 8.47.0 typescript: 5.1.6 transitivePeerDependencies: - supports-color @@ -5311,15 +5580,15 @@ packages: '@typescript-eslint/visitor-keys': 5.60.1 dev: true - /@typescript-eslint/scope-manager@6.2.1: - resolution: {integrity: sha512-UCqBF9WFqv64xNsIEPfBtenbfodPXsJ3nPAr55mGPkQIkiQvgoWNo+astj9ZUfJfVKiYgAZDMnM6dIpsxUMp3Q==} + /@typescript-eslint/scope-manager@6.4.1: + resolution: {integrity: sha512-p/OavqOQfm4/Hdrr7kvacOSFjwQ2rrDVJRPxt/o0TOWdFnjJptnjnZ+sYDR7fi4OimvIuKp+2LCkc+rt9fIW+A==} engines: {node: ^16.0.0 || >=18.0.0} dependencies: - '@typescript-eslint/types': 6.2.1 - '@typescript-eslint/visitor-keys': 6.2.1 + '@typescript-eslint/types': 6.4.1 + '@typescript-eslint/visitor-keys': 6.4.1 dev: false - /@typescript-eslint/type-utils@5.59.1(eslint@8.46.0)(typescript@5.1.6): + /@typescript-eslint/type-utils@5.59.1(eslint@8.47.0)(typescript@5.1.6): resolution: {integrity: sha512-ZMWQ+Oh82jWqWzvM3xU+9y5U7MEMVv6GLioM3R5NJk6uvP47kZ7YvlgSHJ7ERD6bOY7Q4uxWm25c76HKEwIjZw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -5330,16 +5599,16 @@ packages: optional: true dependencies: '@typescript-eslint/typescript-estree': 5.59.1(typescript@5.1.6) - '@typescript-eslint/utils': 5.59.1(eslint@8.46.0)(typescript@5.1.6) + '@typescript-eslint/utils': 5.59.1(eslint@8.47.0)(typescript@5.1.6) debug: 4.3.4 - eslint: 8.46.0 + eslint: 8.47.0 tsutils: 3.21.0(typescript@5.1.6) typescript: 5.1.6 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/type-utils@5.60.1(eslint@8.46.0)(typescript@5.1.6): + /@typescript-eslint/type-utils@5.60.1(eslint@8.47.0)(typescript@5.1.6): resolution: {integrity: sha512-vN6UztYqIu05nu7JqwQGzQKUJctzs3/Hg7E2Yx8rz9J+4LgtIDFWjjl1gm3pycH0P3mHAcEUBd23LVgfrsTR8A==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -5350,17 +5619,17 @@ packages: optional: true dependencies: '@typescript-eslint/typescript-estree': 5.60.1(typescript@5.1.6) - '@typescript-eslint/utils': 5.60.1(eslint@8.46.0)(typescript@5.1.6) + '@typescript-eslint/utils': 5.60.1(eslint@8.47.0)(typescript@5.1.6) debug: 4.3.4 - eslint: 8.46.0 + eslint: 8.47.0 tsutils: 3.21.0(typescript@5.1.6) typescript: 5.1.6 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/type-utils@6.2.1(eslint@8.46.0)(typescript@5.1.6): - resolution: {integrity: sha512-fTfCgomBMIgu2Dh2Or3gMYgoNAnQm3RLtRp+jP7A8fY+LJ2+9PNpi5p6QB5C4RSP+U3cjI0vDlI3mspAkpPVbQ==} + /@typescript-eslint/type-utils@6.4.1(eslint@8.47.0)(typescript@5.1.6): + resolution: {integrity: sha512-7ON8M8NXh73SGZ5XvIqWHjgX2f+vvaOarNliGhjrJnv1vdjG0LVIz+ToYfPirOoBi56jxAKLfsLm40+RvxVVXA==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 @@ -5369,10 +5638,10 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 6.2.1(typescript@5.1.6) - '@typescript-eslint/utils': 6.2.1(eslint@8.46.0)(typescript@5.1.6) + '@typescript-eslint/typescript-estree': 6.4.1(typescript@5.1.6) + '@typescript-eslint/utils': 6.4.1(eslint@8.47.0)(typescript@5.1.6) debug: 4.3.4 - eslint: 8.46.0 + eslint: 8.47.0 ts-api-utils: 1.0.1(typescript@5.1.6) typescript: 5.1.6 transitivePeerDependencies: @@ -5389,8 +5658,8 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/types@6.2.1: - resolution: {integrity: sha512-528bGcoelrpw+sETlyM91k51Arl2ajbNT9L4JwoXE2dvRe1yd8Q64E4OL7vHYw31mlnVsf+BeeLyAZUEQtqahQ==} + /@typescript-eslint/types@6.4.1: + resolution: {integrity: sha512-zAAopbNuYu++ijY1GV2ylCsQsi3B8QvfPHVqhGdDcbx/NK5lkqMnCGU53amAjccSpk+LfeONxwzUhDzArSfZJg==} engines: {node: ^16.0.0 || >=18.0.0} dev: false @@ -5408,7 +5677,7 @@ packages: debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 - semver: 7.5.3 + semver: 7.5.4 tsutils: 3.21.0(typescript@5.1.6) typescript: 5.1.6 transitivePeerDependencies: @@ -5429,15 +5698,15 @@ packages: debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 - semver: 7.5.3 + semver: 7.5.4 tsutils: 3.21.0(typescript@5.1.6) typescript: 5.1.6 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/typescript-estree@6.2.1(typescript@5.1.6): - resolution: {integrity: sha512-G+UJeQx9AKBHRQBpmvr8T/3K5bJa485eu+4tQBxFq0KoT22+jJyzo1B50JDT9QdC1DEmWQfdKsa8ybiNWYsi0Q==} + /@typescript-eslint/typescript-estree@6.4.1(typescript@5.1.6): + resolution: {integrity: sha512-xF6Y7SatVE/OyV93h1xGgfOkHr2iXuo8ip0gbfzaKeGGuKiAnzS+HtVhSPx8Www243bwlW8IF7X0/B62SzFftg==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: typescript: '*' @@ -5445,71 +5714,71 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 6.2.1 - '@typescript-eslint/visitor-keys': 6.2.1 + '@typescript-eslint/types': 6.4.1 + '@typescript-eslint/visitor-keys': 6.4.1 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 - semver: 7.5.3 + semver: 7.5.4 ts-api-utils: 1.0.1(typescript@5.1.6) typescript: 5.1.6 transitivePeerDependencies: - supports-color dev: false - /@typescript-eslint/utils@5.59.1(eslint@8.46.0)(typescript@5.1.6): + /@typescript-eslint/utils@5.59.1(eslint@8.47.0)(typescript@5.1.6): resolution: {integrity: sha512-MkTe7FE+K1/GxZkP5gRj3rCztg45bEhsd8HYjczBuYm+qFHP5vtZmjx3B0yUCDotceQ4sHgTyz60Ycl225njmA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.46.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@8.47.0) '@types/json-schema': 7.0.12 '@types/semver': 7.5.0 '@typescript-eslint/scope-manager': 5.59.1 '@typescript-eslint/types': 5.59.1 '@typescript-eslint/typescript-estree': 5.59.1(typescript@5.1.6) - eslint: 8.46.0 + eslint: 8.47.0 eslint-scope: 5.1.1 - semver: 7.5.3 + semver: 7.5.4 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/utils@5.60.1(eslint@8.46.0)(typescript@5.1.6): + /@typescript-eslint/utils@5.60.1(eslint@8.47.0)(typescript@5.1.6): resolution: {integrity: sha512-tiJ7FFdFQOWssFa3gqb94Ilexyw0JVxj6vBzaSpfN/8IhoKkDuSAenUKvsSHw2A/TMpJb26izIszTXaqygkvpQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.46.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@8.47.0) '@types/json-schema': 7.0.12 '@types/semver': 7.5.0 '@typescript-eslint/scope-manager': 5.60.1 '@typescript-eslint/types': 5.60.1 '@typescript-eslint/typescript-estree': 5.60.1(typescript@5.1.6) - eslint: 8.46.0 + eslint: 8.47.0 eslint-scope: 5.1.1 - semver: 7.5.3 + semver: 7.5.4 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/utils@6.2.1(eslint@8.46.0)(typescript@5.1.6): - resolution: {integrity: sha512-eBIXQeupYmxVB6S7x+B9SdBeB6qIdXKjgQBge2J+Ouv8h9Cxm5dHf/gfAZA6dkMaag+03HdbVInuXMmqFB/lKQ==} + /@typescript-eslint/utils@6.4.1(eslint@8.47.0)(typescript@5.1.6): + resolution: {integrity: sha512-F/6r2RieNeorU0zhqZNv89s9bDZSovv3bZQpUNOmmQK1L80/cV4KEu95YUJWi75u5PhboFoKUJBnZ4FQcoqhDw==} 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@8.46.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@8.47.0) '@types/json-schema': 7.0.12 '@types/semver': 7.5.0 - '@typescript-eslint/scope-manager': 6.2.1 - '@typescript-eslint/types': 6.2.1 - '@typescript-eslint/typescript-estree': 6.2.1(typescript@5.1.6) - eslint: 8.46.0 + '@typescript-eslint/scope-manager': 6.4.1 + '@typescript-eslint/types': 6.4.1 + '@typescript-eslint/typescript-estree': 6.4.1(typescript@5.1.6) + eslint: 8.47.0 semver: 7.5.3 transitivePeerDependencies: - supports-color @@ -5521,7 +5790,7 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: '@typescript-eslint/types': 5.59.1 - eslint-visitor-keys: 3.4.1 + eslint-visitor-keys: 3.4.2 dev: true /@typescript-eslint/visitor-keys@5.60.1: @@ -5529,15 +5798,15 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: '@typescript-eslint/types': 5.60.1 - eslint-visitor-keys: 3.4.1 + eslint-visitor-keys: 3.4.2 dev: true - /@typescript-eslint/visitor-keys@6.2.1: - resolution: {integrity: sha512-iTN6w3k2JEZ7cyVdZJTVJx2Lv7t6zFA8DCrJEHD2mwfc16AEvvBWVhbFh34XyG2NORCd0viIgQY1+u7kPI0WpA==} + /@typescript-eslint/visitor-keys@6.4.1: + resolution: {integrity: sha512-y/TyRJsbZPkJIZQXrHfdnxVnxyKegnpEvnRGNam7s3TRR2ykGefEWOhaef00/UUN3IZxizS7BTO3svd3lCOJRQ==} engines: {node: ^16.0.0 || >=18.0.0} dependencies: - '@typescript-eslint/types': 6.2.1 - eslint-visitor-keys: 3.4.1 + '@typescript-eslint/types': 6.4.1 + eslint-visitor-keys: 3.4.2 dev: false /@unhead/dom@1.1.30: @@ -5585,15 +5854,19 @@ packages: - vite dev: false - /@unocss/astro@0.54.1: - resolution: {integrity: sha512-TeY0ZCgJH/iKdswC83/axrJP+27l3D/VfNMVLvoBSiWN9LDR5V5iZqWq+A0Lqh9AHe4RI5ZaQQe2KS24BjOUeA==} + /@unocss/astro@0.55.2: + resolution: {integrity: sha512-cSzBKPEveZZQDZp5bq0UlL8CVvzB/1LsgZmZufxi9oMMjMJYqzfTkKg5z65GcP82Xp5c0N3KKkl/R6I+/7Iwvw==} + peerDependencies: + vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 + peerDependenciesMeta: + vite: + optional: true dependencies: - '@unocss/core': 0.54.1 - '@unocss/reset': 0.54.1 - '@unocss/vite': 0.54.1 + '@unocss/core': 0.55.2 + '@unocss/reset': 0.55.2 + '@unocss/vite': 0.55.2 transitivePeerDependencies: - rollup - - vite /@unocss/cli@0.49.8: resolution: {integrity: sha512-UDm4aQmZqbUrqxZXD+d4fmRvGZPnEV1zk0vdjZZ33jX8kZjIA3FwmmXStnuQitFK7FPY6B72pqNSXV5QLgc+gA==} @@ -5601,7 +5874,7 @@ packages: hasBin: true dependencies: '@ampproject/remapping': 2.2.1 - '@rollup/pluginutils': 5.0.2(rollup@3.26.2) + '@rollup/pluginutils': 5.0.2(rollup@3.28.0) '@unocss/config': 0.49.8 '@unocss/core': 0.49.8 '@unocss/preset-uno': 0.49.8 @@ -5609,7 +5882,7 @@ packages: chokidar: 3.5.3 colorette: 2.0.20 consola: 2.15.3 - fast-glob: 3.3.0 + fast-glob: 3.3.1 magic-string: 0.27.0 pathe: 1.1.1 perfect-debounce: 0.1.3 @@ -5617,16 +5890,16 @@ packages: - rollup dev: false - /@unocss/cli@0.54.1: - resolution: {integrity: sha512-yfiRkCoEzuGg5qDl3h4vF4b33mnHhi925COL06X68ti24KbJAZU2ZQmuuyciSMePdf8uk+NWXQSnHg1P9PkaCw==} + /@unocss/cli@0.55.2: + resolution: {integrity: sha512-ZJ8aBhm+3WjGCA5HcOQ4C3mbtJwkgMX2gpjjJ0MPh/iZOz3+/zmHlrXJCS3jIFouRYSwxxanWdrGUuLIQLqPhQ==} engines: {node: '>=14'} hasBin: true dependencies: '@ampproject/remapping': 2.2.1 - '@rollup/pluginutils': 5.0.2(rollup@3.26.2) - '@unocss/config': 0.54.1 - '@unocss/core': 0.54.1 - '@unocss/preset-uno': 0.54.1 + '@rollup/pluginutils': 5.0.3 + '@unocss/config': 0.55.2 + '@unocss/core': 0.55.2 + '@unocss/preset-uno': 0.55.2 cac: 6.7.14 chokidar: 3.5.3 colorette: 2.0.20 @@ -5643,27 +5916,27 @@ packages: engines: {node: '>=14'} dependencies: '@unocss/core': 0.49.8 - unconfig: 0.3.9 + unconfig: 0.3.10 dev: false - /@unocss/config@0.54.1: - resolution: {integrity: sha512-g+Hiib2XKCMwu5YpBHeTcBWTW5VrX0glTVbRTmRWMCOHznuMZH0xqc/UMB3/4kfVAynEOszt2V9/RXSGx/iW5Q==} + /@unocss/config@0.55.2: + resolution: {integrity: sha512-RYDv9QzhUeBz9BY+Pty0xc9vk/m4LGBNMiBghcItW6zXN554JbSuoPD55DmnvO2iXrIYujBZdB/Kob6GLCZpqw==} engines: {node: '>=14'} dependencies: - '@unocss/core': 0.54.1 + '@unocss/core': 0.55.2 unconfig: 0.3.10 /@unocss/core@0.49.8: resolution: {integrity: sha512-00BXRcMn6ERIkWHM64g6Uv6YZ3GUR8HjrMAzJZdd+04WcG2xCOyen8k+yDCxslqL0YsLqXYyLsgFSunHfYWy8w==} dev: false - /@unocss/core@0.54.1: - resolution: {integrity: sha512-lbwvGD91liMNEZs3jwXxLrIHIn/J4dkJpeKdosRdm1xObqrkg0+Zx1fVn6X+GOX74yvjQlzbu/ODZEXFQC3mGw==} + /@unocss/core@0.55.2: + resolution: {integrity: sha512-ZLEES8RDgWoK/vttUzl3PM2bZqL3HvhLgj8xdDa09Xw+JiTlR4c66s+hLn52oCoJTnT9lGsD2j7tTGN9ToSiTA==} - /@unocss/extractor-arbitrary-variants@0.54.1: - resolution: {integrity: sha512-4bV0DbDxECihtUbP1UUIXkzSqOkDQ4vJG4VVmKcWbhSMXoRhuOCRkF7j+b9yaDJQtwTfnYgQws0kZFx6jlCVjg==} + /@unocss/extractor-arbitrary-variants@0.55.2: + resolution: {integrity: sha512-mHEoFx+ITe3OgFoIUhkCQxRgUjvOJeHtI1Z3Sm8NDMy2vTqOlkSf7NLWEyFfQsSFYqpWGTkaW1XiMZujGMoB/g==} dependencies: - '@unocss/core': 0.54.1 + '@unocss/core': 0.55.2 /@unocss/inspector@0.49.8: resolution: {integrity: sha512-iGCfOEbgzpqvIvE2iPQpfos28MPcUJ0Y6JZ5JNfiaSrbEyAb5dK+QUI8YVzn8ao4gEd7cQR0O6UWHCSvn1Bv0A==} @@ -5672,29 +5945,29 @@ packages: sirv: 2.0.3 dev: false - /@unocss/inspector@0.54.1: - resolution: {integrity: sha512-/7XIsSMPle6RGj2JR6/tP6rpsMy4+wIn4y3DwAda18apfKO2wDuNmcszCkrpc9ju7g3i0TRwvFzl9DAUCUWtDw==} + /@unocss/inspector@0.55.2: + resolution: {integrity: sha512-AMNZ7FsBFhQCMuAQugCk7d+3uoHDN2VFwCzSxk0ITgG51J90jfVgAo9mJf28W/AM4g0qVHScveJDPKzA+2o+Vg==} dependencies: gzip-size: 6.0.0 sirv: 2.0.3 - /@unocss/nuxt@0.54.1(postcss@8.4.26): - resolution: {integrity: sha512-07Za+ZPEu/BZ4qJNqR4vX1QUK6dFHVyXXP1psec2FTJETkm0qn7WIbSvz2WFJT1E9cxJYAXCPZRVV9sA+oastw==} + /@unocss/nuxt@0.55.2(postcss@8.4.28): + resolution: {integrity: sha512-yfUwUq33U+2LNB72fj0tiUcnUDAt6dZjQ9GE6vQaqr8eUCCgVsBuGDcU2kV3bc3vID0MjZvUuZGBKv3LRG8iRQ==} dependencies: '@nuxt/kit': 3.6.5 - '@unocss/config': 0.54.1 - '@unocss/core': 0.54.1 - '@unocss/preset-attributify': 0.54.1 - '@unocss/preset-icons': 0.54.1 - '@unocss/preset-tagify': 0.54.1 - '@unocss/preset-typography': 0.54.1 - '@unocss/preset-uno': 0.54.1 - '@unocss/preset-web-fonts': 0.54.1 - '@unocss/preset-wind': 0.54.1 - '@unocss/reset': 0.54.1 - '@unocss/vite': 0.54.1 - '@unocss/webpack': 0.54.1 - unocss: 0.54.1(@unocss/webpack@0.54.1)(postcss@8.4.26) + '@unocss/config': 0.55.2 + '@unocss/core': 0.55.2 + '@unocss/preset-attributify': 0.55.2 + '@unocss/preset-icons': 0.55.2 + '@unocss/preset-tagify': 0.55.2 + '@unocss/preset-typography': 0.55.2 + '@unocss/preset-uno': 0.55.2 + '@unocss/preset-web-fonts': 0.55.2 + '@unocss/preset-wind': 0.55.2 + '@unocss/reset': 0.55.2 + '@unocss/vite': 0.55.2 + '@unocss/webpack': 0.55.2 + unocss: 0.55.2(@unocss/webpack@0.55.2)(postcss@8.4.28) transitivePeerDependencies: - postcss - rollup @@ -5702,18 +5975,18 @@ packages: - vite - webpack - /@unocss/postcss@0.54.1(postcss@8.4.26): - resolution: {integrity: sha512-6f1x/ZIRk6Q7olopWmdVVrVJZv5N45oFT4lSsrYJxbWnyk/D37chH8B+9Q9OrBcahLr7ImxL9DVMkGIBu6rpVw==} + /@unocss/postcss@0.55.2(postcss@8.4.28): + resolution: {integrity: sha512-HJLGINNlQ3DGL9zRGuctX+mOVW2w7o8Wj89v3/2qTcqXBDpwfn1+KlxSjU9rsEPdE4Ur3MIcVXcJC0wz4+EwEA==} engines: {node: '>=14'} peerDependencies: postcss: ^8.4.21 dependencies: - '@unocss/config': 0.54.1 - '@unocss/core': 0.54.1 + '@unocss/config': 0.55.2 + '@unocss/core': 0.55.2 css-tree: 2.3.1 fast-glob: 3.3.1 magic-string: 0.30.2 - postcss: 8.4.26 + postcss: 8.4.28 /@unocss/preset-attributify@0.49.8: resolution: {integrity: sha512-h++9yJoCXoAWQfvDV65huc3SU+0NhKu63JwcXygZciOpGWGXK89ZH5b/hd29VVk8AZN50c53YRaoIn7GSply1w==} @@ -5721,10 +5994,10 @@ packages: '@unocss/core': 0.49.8 dev: false - /@unocss/preset-attributify@0.54.1: - resolution: {integrity: sha512-DBQSHH6f7JmxOS49oaoDkxzsoChgeSfTsvoGOZHWN4PanjOalLfIUBst2Jwl15UBwEILokaWNuKTIhGkDtQcig==} + /@unocss/preset-attributify@0.55.2: + resolution: {integrity: sha512-jn5ulsKpAipsX3Gf2/iSZydgI0eP1ENeoS6rrNBL8zl1mRihnZYFegS75rGYjO6sEfEHrhkBiSHOw7Uv5KtLbw==} dependencies: - '@unocss/core': 0.54.1 + '@unocss/core': 0.55.2 /@unocss/preset-icons@0.49.8: resolution: {integrity: sha512-/6i1Lt4ewZq4YRtI1MHIeyRQNsFh/z5fWxplpVM8YTSP7b6ZENvjRdsr16QEgPJk7dFVO7pbNfF8Fsl753kODA==} @@ -5736,11 +6009,11 @@ packages: - supports-color dev: false - /@unocss/preset-icons@0.54.1: - resolution: {integrity: sha512-H3VloE4fAs9ufK7FDsG5mUEjNneboY2xgrtdOxDoN33NsapNKTaEmMRjV/9Tz9IdrT2WOEe+eb4qwDzwKpHJlw==} + /@unocss/preset-icons@0.55.2: + resolution: {integrity: sha512-NK9LcTlBZv6zO8Qbu+VA9HblzYc5ebuFwaQMfQcYj2Z6dBOT27Ki41LY1qjEXzzMPXb44Q14Rlk0tJc8LtJIpQ==} dependencies: '@iconify/utils': 2.1.7 - '@unocss/core': 0.54.1 + '@unocss/core': 0.55.2 ofetch: 1.1.1 transitivePeerDependencies: - supports-color @@ -5751,11 +6024,11 @@ packages: '@unocss/core': 0.49.8 dev: false - /@unocss/preset-mini@0.54.1: - resolution: {integrity: sha512-hsoTkLk1WWS8cxteD7XR7yx3gaDUnTkrIdg9SAIseMeU2VPgzEem2iGpYMmEzJHGOGUREb8wGHyifKtOH+9LbA==} + /@unocss/preset-mini@0.55.2: + resolution: {integrity: sha512-jwUsrwtPwMvFVJUP+FVFjq+sp+xQPyFLRPSb89ZI34F1a3EwJ2wioDICLqWjOjY7zei9UgtSY0owBM9vwxw/kg==} dependencies: - '@unocss/core': 0.54.1 - '@unocss/extractor-arbitrary-variants': 0.54.1 + '@unocss/core': 0.55.2 + '@unocss/extractor-arbitrary-variants': 0.55.2 /@unocss/preset-tagify@0.49.8: resolution: {integrity: sha512-x9AWJtVdVJEoARXPVgcYG9YAXdKVkFt5CTMZRalDOtHN+OGxQEVSR7j3gWlNb32adPCu7GVQBOyU9IF0Ez8Tiw==} @@ -5763,10 +6036,10 @@ packages: '@unocss/core': 0.49.8 dev: false - /@unocss/preset-tagify@0.54.1: - resolution: {integrity: sha512-OeBt+c9AxXiO+AXpHAPudQwkmenIoPGpkDk31Fw2/n4CKdw/bMLodBtQOY1119710h5XDlC0leW6w6xHAnZ8/g==} + /@unocss/preset-tagify@0.55.2: + resolution: {integrity: sha512-m8/9wBtUQSwnwsLANhUOc7sukF8ReHJ7ZC6fCfTozRMOhwu+bDcf9G7pguXdNC4DdZXI15cvbZzkYF2l733qUw==} dependencies: - '@unocss/core': 0.54.1 + '@unocss/core': 0.55.2 /@unocss/preset-typography@0.49.8: resolution: {integrity: sha512-UF4k44y+rJrMdFdjdxilKBrZtRsdQNdU4+cvupnyw7swvJNPXoY+AhMM3V2Di9UF7NC5xVDG9zZ8J7oBCRYraw==} @@ -5774,11 +6047,11 @@ packages: '@unocss/core': 0.49.8 dev: false - /@unocss/preset-typography@0.54.1: - resolution: {integrity: sha512-wTPs+8XtIjnRy4m6X3n0C6Wem0vVxB1amamDG055SfGvqqvfVf5o6IOQ5mgsVXWAi4jsp0pLSMbtuVvaV4cVWQ==} + /@unocss/preset-typography@0.55.2: + resolution: {integrity: sha512-Y4JEihpKPDlXWXxnnMZbQclqZ4+DUD8RVFk46ERe9CLNEYkFObd4LG7yfSurr/C01zuU/GhEMyOWqSGsSyCxKg==} dependencies: - '@unocss/core': 0.54.1 - '@unocss/preset-mini': 0.54.1 + '@unocss/core': 0.55.2 + '@unocss/preset-mini': 0.55.2 /@unocss/preset-uno@0.49.8: resolution: {integrity: sha512-IFt6q7u0gOEywUuW33qbWR5DmUibbKvYyEAVebeWoboPcJ+8FXS5bUh96DycVLBONvDrCj6aegLq9ZzbCb4EKw==} @@ -5788,12 +6061,12 @@ packages: '@unocss/preset-wind': 0.49.8 dev: false - /@unocss/preset-uno@0.54.1: - resolution: {integrity: sha512-osGEZjE96WeDVTFBGdO1mLqxfkQbrv/4tEK0Rr7x1Q2U+NxHiL8AMkyD8JJSn5EgXCTBFdTUPqXtk5C7IWwnoA==} + /@unocss/preset-uno@0.55.2: + resolution: {integrity: sha512-8VJXC6+f5YBjUaTkf+EGAembDYMleb0zjkb4hwXxjPIsO+mXixdZC2icCiN/12DLlwH4FzEvObLKns3CGEAZZw==} dependencies: - '@unocss/core': 0.54.1 - '@unocss/preset-mini': 0.54.1 - '@unocss/preset-wind': 0.54.1 + '@unocss/core': 0.55.2 + '@unocss/preset-mini': 0.55.2 + '@unocss/preset-wind': 0.55.2 /@unocss/preset-web-fonts@0.49.8: resolution: {integrity: sha512-R6shtOJEJnB3KPB3HkuOLWQCij8fe72pWkkhip9T1WwYnzqyM5lBEzlhWmydluEUbluYfUIivi6sQJ3jExmhqg==} @@ -5802,10 +6075,10 @@ packages: ofetch: 1.1.1 dev: false - /@unocss/preset-web-fonts@0.54.1: - resolution: {integrity: sha512-Z3R7KqF6WuIna0Wz5+KbwS7HXF1N+r/n31H4U+VphSdXcbeC8VLQxwgi+5fvxe1/aaQAyylHrVXPx9+bZfJ8NA==} + /@unocss/preset-web-fonts@0.55.2: + resolution: {integrity: sha512-kRnrfZPDkU2r9tp507rsh4kwhUzZ76XBTZLmElYm8tlP6HZzIHcFF8fdW15J4nh81b/IGw8ZOS7aQmqtHu3A8A==} dependencies: - '@unocss/core': 0.54.1 + '@unocss/core': 0.55.2 ofetch: 1.1.1 /@unocss/preset-wind@0.49.8: @@ -5815,30 +6088,30 @@ packages: '@unocss/preset-mini': 0.49.8 dev: false - /@unocss/preset-wind@0.54.1: - resolution: {integrity: sha512-t0wlGQ+YDx4ZsQqBXKKRMm0VpoX8mQk8gO73laALBtwoyECc6MmZApoOhpMvyRnUl5W4pcgtRxbXjeKwSlMSng==} + /@unocss/preset-wind@0.55.2: + resolution: {integrity: sha512-th/aOokb10ApaiVLNI093mvko4XryJ70oEhzz4tHdSuhnQWf5eY7+k7y9EEYFz8i1OOrKuer0HzUV27llZaufw==} dependencies: - '@unocss/core': 0.54.1 - '@unocss/preset-mini': 0.54.1 + '@unocss/core': 0.55.2 + '@unocss/preset-mini': 0.55.2 /@unocss/reset@0.49.8: resolution: {integrity: sha512-QIEhXCDyYZvqfyzg/3UiiWw2B0rdJpvswDEWudnYLm0Z73NsOjgx6TQpOsfDRKqRnDF+N9Kbs7gs60O/WAwR8g==} dev: false - /@unocss/reset@0.54.1: - resolution: {integrity: sha512-qZcmybayQTX4QP7ya7jteN9IySU/ViK8HcCpixHA1ttUrsQeSURgdy01E74p+TsWDH0SY7vYmOy+HbYfQNycqQ==} + /@unocss/reset@0.55.2: + resolution: {integrity: sha512-paInTGIhtI96fcJGZWbkPLW/7qiTlHxSbEIs1HGHcbf3WbwNuKrJUvKlQAhUs2HILNKhvsTXQl05Os8gtinLEA==} /@unocss/scope@0.49.8: resolution: {integrity: sha512-ZsjadDaMfMdw+ptO9PYvUgkx7Z3wv+dBew01W670+pHMA4F+SMksxfLBXd/BfAKtq0lZPEEPiqnLIzGNWB+6Ng==} dev: false - /@unocss/scope@0.54.1: - resolution: {integrity: sha512-hwDyv0DEW5ImXlKvr3LLJifli1m/eAnvlEBb2n4l5kgs3rZMGJquqy7LAdxFlZWi54LR586uFdc5zZm2YAWADw==} + /@unocss/scope@0.55.2: + resolution: {integrity: sha512-o1b86ejgaFDqfC712mUZqZDQNf6o1xDzm6+bgHySdiltR8Quo6l8RcoZjZrCvEogtPbko4/XJ374t1NQMUQf4g==} - /@unocss/transformer-attributify-jsx-babel@0.54.1: - resolution: {integrity: sha512-/rB57mG2b8VSdcZUhd4L3plwJi2auJsir+Pty83QfR29w74/U5I6Q1DMP6arU1kFUHQtP7iB+Wgts+KX4d12gw==} + /@unocss/transformer-attributify-jsx-babel@0.55.2: + resolution: {integrity: sha512-pmfF546i8pKfMNeYZOJz2UzbuUwj0v7GqcoP5fClyRUzBMUfXdJwBSdFaYkdWR5Q/O1sv+pI0S8r/G9T7QuldA==} dependencies: - '@unocss/core': 0.54.1 + '@unocss/core': 0.55.2 /@unocss/transformer-attributify-jsx@0.49.8: resolution: {integrity: sha512-5SCnUok309Dq6hALAEq9hE/Jkl9tAKVkS1ISfQ8i+gUUUAwa/mGGlBDnLrRCSmunF8G/mJPJwAAgDDqGiFPp8g==} @@ -5846,10 +6119,10 @@ packages: '@unocss/core': 0.49.8 dev: false - /@unocss/transformer-attributify-jsx@0.54.1: - resolution: {integrity: sha512-V0STWEUBmfN1HBwvPuj1d1MRyfFsmh3z8tahqaGfswb9SJBQcMLXQZ5h1wpUW74nqzCl0GNxon3jVwcwFYxnTQ==} + /@unocss/transformer-attributify-jsx@0.55.2: + resolution: {integrity: sha512-WerdaNagorTtYDvbhlZEmeuBrQ5lmPE0vG9r20bPR/vLy9UmbIFPpzt6b/hSLqOUnZnaEfbrpNUlpBZgUXpvsg==} dependencies: - '@unocss/core': 0.54.1 + '@unocss/core': 0.55.2 /@unocss/transformer-compile-class@0.49.8: resolution: {integrity: sha512-s2cgO2ckrMTFMDv/9b4rvmAZBr3AbY638VhINMpGS4PeuIPb96KAnQJfp+hlQjyh5aO2AvBD7978rV7SABnxxA==} @@ -5857,10 +6130,10 @@ packages: '@unocss/core': 0.49.8 dev: false - /@unocss/transformer-compile-class@0.54.1: - resolution: {integrity: sha512-vsxpTun8cOYx3TQJQ+/Ev0zRNykpE5fSn70oVj1gJuPDYdA76/MMJ/II2CbbfMk70dhu6NrJbXnBtO5y5Geadw==} + /@unocss/transformer-compile-class@0.55.2: + resolution: {integrity: sha512-zKeJtAirFrgj8TheKplgdKrPV9hPN3i2gEy/aQ+CrHHImcQtxZ1FJzmJT1yV77MOXOdeRJOhiePNOe2TE1A4tw==} dependencies: - '@unocss/core': 0.54.1 + '@unocss/core': 0.55.2 /@unocss/transformer-directives@0.49.8: resolution: {integrity: sha512-GfMRo12tr89cGtjU0y6JMiO/tStv7yMOd6UKwPZWXSw1/KjP7wsAXYgjpjexYcI2uwzAXCtMWxh2Fmd/JJsV1A==} @@ -5869,10 +6142,10 @@ packages: css-tree: 2.3.1 dev: false - /@unocss/transformer-directives@0.54.1: - resolution: {integrity: sha512-nNltKSo5dTKcjgehPV0o6hD3dJzCixnmsaLNwTtB3w7GUsESn4tl4JnDv0PCPbiuVmZFwLZlFA4aYOfZ/AzLsQ==} + /@unocss/transformer-directives@0.55.2: + resolution: {integrity: sha512-IJKL5clOiv2RjvHYr4xumS4eFScPsi3Vg4vGugsmn43PZ1FsApp8UElHfhuhBsEEiffnsgTD+N5u/EiPpyI0Gw==} dependencies: - '@unocss/core': 0.54.1 + '@unocss/core': 0.55.2 css-tree: 2.3.1 /@unocss/transformer-variant-group@0.49.8: @@ -5881,10 +6154,10 @@ packages: '@unocss/core': 0.49.8 dev: false - /@unocss/transformer-variant-group@0.54.1: - resolution: {integrity: sha512-vWHYGmXA5BtVjKmBRxUmr0MumT081ixiGNFiHFIbIwTcnaRklehtTKCWWg0J5mxLe3G20oCPg5a52R4IdJGE2g==} + /@unocss/transformer-variant-group@0.55.2: + resolution: {integrity: sha512-BIAigftn+mfUeQT7sPzJNgvvbrmLj0gmYmeK4U7/8NxUuOuC0ROTNSw+MKU7yDiPYHqb1kxVZ47LZ3GdUcNPRA==} dependencies: - '@unocss/core': 0.54.1 + '@unocss/core': 0.55.2 /@unocss/vite@0.49.8: resolution: {integrity: sha512-6m53z6sTdvyKkQmnjwB3909N6Ewn9OlKbveSruIyMZY8xHRXDyiFLToBzbsIa2cJ/5NZdb/KpEvQ+GD64waKUQ==} @@ -5895,21 +6168,21 @@ packages: optional: true dependencies: '@ampproject/remapping': 2.2.1 - '@rollup/pluginutils': 5.0.2(rollup@3.26.2) + '@rollup/pluginutils': 5.0.2(rollup@3.28.0) '@unocss/config': 0.49.8 '@unocss/core': 0.49.8 '@unocss/inspector': 0.49.8 '@unocss/scope': 0.49.8 '@unocss/transformer-directives': 0.49.8 chokidar: 3.5.3 - fast-glob: 3.3.0 + fast-glob: 3.3.1 magic-string: 0.29.0 transitivePeerDependencies: - rollup dev: false - /@unocss/vite@0.54.1: - resolution: {integrity: sha512-HM5kN3FRfXN+TlHvxfN7LJZ41k6KqsHM3l2ez/ImqwKFKCLaQugqDmDDGk0JSiXRNsNDqmTJT+ydTvp16wgTtg==} + /@unocss/vite@0.55.2: + resolution: {integrity: sha512-JEyEaJt8D+Ed3Z8GDQ0hMWqKsB47/DoS+aPzDoXSIVozgi8seHtfSChBOBUSgcCrozfBVp42YHbYYyloDkb2Yw==} peerDependencies: vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 peerDependenciesMeta: @@ -5917,20 +6190,20 @@ packages: optional: true dependencies: '@ampproject/remapping': 2.2.1 - '@rollup/pluginutils': 5.0.2(rollup@3.26.2) - '@unocss/config': 0.54.1 - '@unocss/core': 0.54.1 - '@unocss/inspector': 0.54.1 - '@unocss/scope': 0.54.1 - '@unocss/transformer-directives': 0.54.1 + '@rollup/pluginutils': 5.0.3 + '@unocss/config': 0.55.2 + '@unocss/core': 0.55.2 + '@unocss/inspector': 0.55.2 + '@unocss/scope': 0.55.2 + '@unocss/transformer-directives': 0.55.2 chokidar: 3.5.3 fast-glob: 3.3.1 magic-string: 0.30.2 transitivePeerDependencies: - rollup - /@unocss/webpack@0.54.1: - resolution: {integrity: sha512-2w4Tf9lCVfkhohI73RMLOHQF9rCOk0XWEKxBUPaZJixc/eRLD5cDy/OX7hcacoqzqCOS37tJn1sLUOI4Wy/Eyg==} + /@unocss/webpack@0.55.2: + resolution: {integrity: sha512-kjs2uKuU7id2ZC4LIBxXCxbbXxVhFFQtX3JAL9ADRae5jlCvUkfaOq+Jq4+WA1mmMOmLJdSu3BWd+R9i5iUnMw==} peerDependencies: webpack: ^4 || ^5 peerDependenciesMeta: @@ -5938,9 +6211,9 @@ packages: optional: true dependencies: '@ampproject/remapping': 2.2.1 - '@rollup/pluginutils': 5.0.2(rollup@3.26.2) - '@unocss/config': 0.54.1 - '@unocss/core': 0.54.1 + '@rollup/pluginutils': 5.0.3 + '@unocss/config': 0.55.2 + '@unocss/core': 0.55.2 chokidar: 3.5.3 fast-glob: 3.3.1 magic-string: 0.30.2 @@ -5949,12 +6222,12 @@ packages: transitivePeerDependencies: - rollup - /@vercel/build-utils@6.8.2: - resolution: {integrity: sha512-pyDBREAzaLBM3zoURCCKjnKIqtqPprKcwDdd9eBTGI32qOSpbwswtyqtgj2zH/Ro0LI61jCr6sK87JHILCr1sg==} + /@vercel/build-utils@7.0.0: + resolution: {integrity: sha512-R5cIyKwRsmrQ1BFIRezHqEJ7XR/dY/5dgwvZ8owSaaSbb7hTsYh86NUholRn+fGuSnRZbSLXmm4ILFto0rZ37A==} dev: true - /@vercel/error-utils@1.0.10: - resolution: {integrity: sha512-nsKy2sy+pjUWyKI1V/XXKspVzHMYgSalmj5+EsKWFXZbnNZicqxNtMR94J8Hs7SB4TQxh0s4KhczJtL59AVGMg==} + /@vercel/error-utils@2.0.0: + resolution: {integrity: sha512-jxuxVcm22P375DUQPLgT7BaKasHu7ASjwU9GEMEkF4Qea3hIBWComCPqeQ0d/qwSFWiXkxWK+/9RlvFk/oAs4A==} dev: true /@vercel/gatsby-plugin-vercel-analytics@1.0.10: @@ -5964,13 +6237,13 @@ packages: web-vitals: 0.2.4 dev: true - /@vercel/gatsby-plugin-vercel-builder@1.3.15: - resolution: {integrity: sha512-wtP7g9Xk01FGEVSHrrWQ0yuszoStHwJjlI1G+oPg1UXJb2s/xJP+WVL5Y9yjw6WCW88XV9Y6etCH7GvThSkQsg==} + /@vercel/gatsby-plugin-vercel-builder@2.0.0: + resolution: {integrity: sha512-CPnE5psNB+FVWVGMLNGP36hK7luwIFEhuFZU0KBLHSwPf4y0HDpULgPGzYEOnam/3HPmuGKA9emnVx9QUvYUIA==} dependencies: '@sinclair/typebox': 0.25.24 - '@vercel/build-utils': 6.8.2 - '@vercel/node': 2.15.7 - '@vercel/routing-utils': 2.2.1 + '@vercel/build-utils': 7.0.0 + '@vercel/node': 3.0.0 + '@vercel/routing-utils': 3.0.0 esbuild: 0.14.47 etag: 1.8.1 fs-extra: 11.1.0 @@ -5980,16 +6253,16 @@ packages: - encoding dev: true - /@vercel/go@2.5.1: - resolution: {integrity: sha512-yZGzzGmVXt2Rsy1cR0EDbst0fMhdELQY8c3jXy6/FTWJFG1e/40JYksu+WiRCxRBp8e7zfcxMrv0dN8JWRmbPQ==} + /@vercel/go@3.0.0: + resolution: {integrity: sha512-haQ7CYbLE9C/UugUSJ89Y10kNxCsE8A1WcLMzWGZA4DJQj7BYdcf8pygB6gpduQFxB8FAiekjUMJGZhRTQkDUw==} dev: true - /@vercel/hydrogen@0.0.64: - resolution: {integrity: sha512-1rzFB664G6Yzp7j4ezW9hvVjqnaU2BhyUdhchbsxtRuxkMpGgPBZKhjzRQHFvlmkz37XLC658T5Nb1P91b4sBw==} + /@vercel/hydrogen@1.0.0: + resolution: {integrity: sha512-hcst/Sml5rFX7U7b2aDNZ6HiQZOahhLTHEuGGS5pV955tFTTO/fQ3gmsIKdjdLwyB69oru1C/bmLbn34QT2xlQ==} dev: true - /@vercel/next@3.9.3: - resolution: {integrity: sha512-jHuw1HYzaLt5qzJm+U1ydzKMSM9ptW5vHZ3AkFqkav7qaCDrvV0SKOiNQ8xoJhBLNFuXQY6Z4l8Ag86kUYevGA==} + /@vercel/next@4.0.0: + resolution: {integrity: sha512-gAZvORuo+HE+FTce5Y6456ZI668ZeZWswmZPT7lzkgG+Q0uQITtGbIV0d6e6cAwIG/jP3anuYMuOoznYUxCCXQ==} dev: true /@vercel/nft@0.22.5: @@ -5997,7 +6270,7 @@ packages: engines: {node: '>=14'} hasBin: true dependencies: - '@mapbox/node-pre-gyp': 1.0.10 + '@mapbox/node-pre-gyp': 1.0.11 '@rollup/pluginutils': 4.2.1 acorn: 8.10.0 async-sema: 3.1.1 @@ -6018,7 +6291,7 @@ packages: engines: {node: '>=14'} hasBin: true dependencies: - '@mapbox/node-pre-gyp': 1.0.10 + '@mapbox/node-pre-gyp': 1.0.11 '@rollup/pluginutils': 4.2.1 acorn: 8.10.0 async-sema: 3.1.1 @@ -6033,21 +6306,20 @@ packages: - encoding - supports-color - /@vercel/node@2.15.7: - resolution: {integrity: sha512-zCmpQ15KsuvNd6KxJuNgrY+464ZdAo4Bc50Yixa61+rjxuFjy2ST8s+ybODY9as6NoPV0JVE2mmKPB1opkKKvg==} + /@vercel/node@3.0.0: + resolution: {integrity: sha512-Naw4e6Q4dSHcdGjTzMIVGf4yEUzzgPJcRzbc4OLTbiX1DILHIX2znkZEvwbP+VN5m7DSqHSWwAbGn9I/Rys2ng==} dependencies: '@edge-runtime/node-utils': 2.0.3 '@edge-runtime/primitives': 2.1.2 '@edge-runtime/vm': 3.0.1 - '@types/content-type': 1.1.3 '@types/node': 14.18.33 '@types/node-fetch': 2.6.3 - '@vercel/build-utils': 6.8.2 - '@vercel/error-utils': 1.0.10 - '@vercel/static-config': 2.0.17 + '@vercel/build-utils': 7.0.0 + '@vercel/error-utils': 2.0.0 + '@vercel/static-config': 3.0.0 async-listen: 3.0.0 - content-type: 1.0.4 - edge-runtime: 2.4.3 + content-type: 1.0.5 + edge-runtime: 2.4.4 esbuild: 0.14.47 exit-hook: 2.2.1 node-fetch: 2.6.9 @@ -6061,68 +6333,68 @@ packages: - encoding dev: true - /@vercel/python@3.1.60: - resolution: {integrity: sha512-1aYinyTfejS8Us+sOum+RQPYcre0vF3XoL7ohL170ZCcHA0l35qV0b1slGAmLt3pqaHKYy3g/nkzUhuR8XXIrQ==} + /@vercel/python@4.0.0: + resolution: {integrity: sha512-BrQhpCLVc7yUl5KwKR/S9wVMTu2g0mKlBYriJ+aewDn7Xf3ZtBl1fZkvKhGihEtLq5Be8xIbCSEEqChLQjfllA==} dev: true - /@vercel/redwood@1.1.15: - resolution: {integrity: sha512-j0XaXe4ZpGVHG7XQSmZ3kza6s+ZtOBfRhnSxA70yCkrvPNN3tZgF3fevSKXizfL9fzVDd7Tdj++SCGWMdGfsyA==} + /@vercel/redwood@2.0.0: + resolution: {integrity: sha512-nhN12tD+dfkdcC3rcXN4ACM4VGGhb6m8byzSfPq1wfemjHdbr1emKwgV7CMWCEXaCTOcKgRffZ1PbahTLZ/jjQ==} dependencies: '@vercel/nft': 0.22.5 - '@vercel/routing-utils': 2.2.1 - semver: 7.5.3 + '@vercel/routing-utils': 3.0.0 + semver: 7.5.4 transitivePeerDependencies: - encoding - supports-color dev: true - /@vercel/remix-builder@1.9.0: - resolution: {integrity: sha512-XBaP9M4ytlamBKggKPZcT9IHRLy2w9zxK4GFYYHEVv2sfmh2gonRAbNwphr0OdAsr+yPDnPRt8L6jFPOqfABhQ==} + /@vercel/remix-builder@2.0.0: + resolution: {integrity: sha512-vnktJEJdgvhBpXykQ70f5TsE9NqTQLl9XLbVekEhgmnkbkW8+s5Je2fpkMk2C3bJNioifao7GhsBj33oKm94OQ==} dependencies: - '@vercel/build-utils': 6.8.2 + '@vercel/build-utils': 7.0.0 '@vercel/nft': 0.22.5 - '@vercel/static-config': 2.0.17 + '@vercel/static-config': 3.0.0 path-to-regexp: 6.2.1 - semver: 7.5.3 + semver: 7.5.4 ts-morph: 12.0.0 transitivePeerDependencies: - encoding - supports-color dev: true - /@vercel/routing-utils@2.2.1: - resolution: {integrity: sha512-kzMZsvToDCDskNRZD71B9UAgstec7ujmlGH8cBEo6F/07VaFeji6GQdgd6Zwnrj+TvzQBggKoPQR64VkVY8Lzw==} + /@vercel/routing-utils@3.0.0: + resolution: {integrity: sha512-u+SoHnL+RzRQIRP+YxvigzzKXQcbgYQF9qCTIuWuoLw5h9thIYWcDJvz3KxrUzxjGZ3dWboXA29KAlT6eeaeFw==} dependencies: path-to-regexp: 6.1.0 optionalDependencies: ajv: 6.12.6 dev: true - /@vercel/ruby@1.3.76: - resolution: {integrity: sha512-J8I0B7wAn8piGoPhBroBfJWgMEJTMEL/2o8MCoCyWdaE7MRtpXhI10pj8IvcUvAECoGJ+SM1Pm+SvBqtbtZ5FQ==} + /@vercel/ruby@2.0.0: + resolution: {integrity: sha512-0aocMkCtQv5PrInZYw+TtAl5Lsgv7QH4zvHKJiGCyKRDnIw+RnxHcLeIj7f0sYSLwXFuH2xEvOBEjx8yGBtg0w==} dev: true - /@vercel/static-build@1.3.43: - resolution: {integrity: sha512-FttkcVec7tYXz5G+WrummmWywv8XVJyib+XEQUDRs6kVGc5Z5h2Bg4OmgFfflEhummF/saLRrdwbTQgbEZORpA==} + /@vercel/static-build@2.0.0: + resolution: {integrity: sha512-YWdEiXMEjdTdKfr8rUd/J+WNJFWDl5R5JWU2se0+xK6BniptwTH7lUpKU21iMng2EOxN6afnYNe95GP7eG/h/g==} dependencies: '@vercel/gatsby-plugin-vercel-analytics': 1.0.10 - '@vercel/gatsby-plugin-vercel-builder': 1.3.15 + '@vercel/gatsby-plugin-vercel-builder': 2.0.0 transitivePeerDependencies: - '@swc/core' - '@swc/wasm' - encoding dev: true - /@vercel/static-config@2.0.17: - resolution: {integrity: sha512-2f50OTVrN07x7pH+XNW0e7cj7T+Ufg+19+a2N3/XZBjQmV+FaMlmSLiaQ4tBxp2H8lWWHzENua7ZSSQPtRZ3/A==} + /@vercel/static-config@3.0.0: + resolution: {integrity: sha512-2qtvcBJ1bGY0dYGYh3iM7yGKkk971FujLEDXzuW5wcZsPr1GSEjO/w2iSr3qve6nDDtBImsGoDEnus5FI4+fIw==} dependencies: ajv: 8.6.3 json-schema-to-ts: 1.6.4 ts-morph: 12.0.0 dev: true - /@vitejs/plugin-vue-jsx@3.0.1(vite@4.3.9)(vue@3.3.4): - resolution: {integrity: sha512-+Jb7ggL48FSPS1uhPnJbJwWa9Sr90vQ+d0InW+AhBM22n+cfuYqJZDckBc+W3QSHe1WDvewMZfa4wZOtk5pRgw==} + /@vitejs/plugin-vue-jsx@3.0.2(vite@4.3.9)(vue@3.3.4): + resolution: {integrity: sha512-obF26P2Z4Ogy3cPp07B4VaW6rpiu0ue4OT2Y15UxT5BZZ76haUY9guOsZV3uWh/I6xc+VeiW+ZVabRE82FyzWw==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: vite: ^4.0.0 @@ -6131,16 +6403,16 @@ packages: vite: optional: true dependencies: - '@babel/core': 7.22.5 - '@babel/plugin-transform-typescript': 7.22.5(@babel/core@7.22.5) - '@vue/babel-plugin-jsx': 1.1.1(@babel/core@7.22.5) - vite: 4.3.9(@types/node@20.3.2) + '@babel/core': 7.22.10 + '@babel/plugin-transform-typescript': 7.22.10(@babel/core@7.22.10) + '@vue/babel-plugin-jsx': 1.1.5(@babel/core@7.22.10) + vite: 4.3.9(@types/node@20.5.1) vue: 3.3.4 transitivePeerDependencies: - supports-color - /@vitejs/plugin-vue@4.2.3(vite@4.3.9)(vue@3.3.4): - resolution: {integrity: sha512-R6JDUfiZbJA9cMiguQ7jxALsgiprjBeHL5ikpXfJCH62pPHtI+JdJ5xWj6Ev73yXSlYl86+blXn1kZHQ7uElxw==} + /@vitejs/plugin-vue@4.3.3(vite@4.3.9)(vue@3.3.4): + resolution: {integrity: sha512-ssxyhIAZqB0TrpUg6R0cBpCuMk9jTIlO1GNSKKQD6S8VjnXi6JXKfUXjSsxey9IwQiaRGsO1WnW9Rkl1L6AJVw==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: vite: ^4.0.0 @@ -6149,11 +6421,11 @@ packages: vite: optional: true dependencies: - vite: 4.3.9(@types/node@20.3.2) + vite: 4.3.9(@types/node@20.5.1) vue: 3.3.4 - /@vitejs/plugin-vue@4.2.3(vite@4.4.7)(vue@3.3.4): - resolution: {integrity: sha512-R6JDUfiZbJA9cMiguQ7jxALsgiprjBeHL5ikpXfJCH62pPHtI+JdJ5xWj6Ev73yXSlYl86+blXn1kZHQ7uElxw==} + /@vitejs/plugin-vue@4.3.3(vite@4.4.9)(vue@3.3.4): + resolution: {integrity: sha512-ssxyhIAZqB0TrpUg6R0cBpCuMk9jTIlO1GNSKKQD6S8VjnXi6JXKfUXjSsxey9IwQiaRGsO1WnW9Rkl1L6AJVw==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: vite: ^4.0.0 @@ -6162,10 +6434,10 @@ packages: vite: optional: true dependencies: - vite: 4.4.7(@types/node@14.18.33) + vite: 4.4.9(@types/node@14.18.33) vue: 3.3.4 - /@vitest/coverage-c8@0.33.0(vitest@0.33.0): + /@vitest/coverage-c8@0.33.0(vitest@0.34.2): resolution: {integrity: sha512-DaF1zJz4dcOZS4k/neiQJokmOWqsGXwhthfmUdPGorXIQHjdPvV6JQSYhQDI41MyI8c+IieQUdIDs5XAMHtDDw==} peerDependencies: vitest: '>=0.30.0 <1' @@ -6175,62 +6447,62 @@ packages: magic-string: 0.30.1 picocolors: 1.0.0 std-env: 3.3.3 - vitest: 0.33.0(happy-dom@10.5.2) + vitest: 0.34.2(happy-dom@10.10.4) dev: true - /@vitest/coverage-v8@0.33.0(vitest@0.33.0): - resolution: {integrity: sha512-Rj5IzoLF7FLj6yR7TmqsfRDSeaFki6NAJ/cQexqhbWkHEV2htlVGrmuOde3xzvFsCbLCagf4omhcIaVmfU8Okg==} + /@vitest/coverage-v8@0.34.2(vitest@0.34.2): + resolution: {integrity: sha512-3VuDZPeGGd1zWtc0Tdj9cHSbFc8IQ0ffnWp9MlhItOkziN6HEf219meZ9cZheg/hJXrXb+Fi2bMu7GeCAfL4yA==} peerDependencies: vitest: '>=0.32.0 <1' dependencies: '@ampproject/remapping': 2.2.1 '@bcoe/v8-coverage': 0.2.3 istanbul-lib-coverage: 3.2.0 - istanbul-lib-report: 3.0.0 + istanbul-lib-report: 3.0.1 istanbul-lib-source-maps: 4.0.1 istanbul-reports: 3.1.5 - magic-string: 0.30.1 + magic-string: 0.30.2 picocolors: 1.0.0 std-env: 3.3.3 test-exclude: 6.0.0 v8-to-istanbul: 9.1.0 - vitest: 0.33.0(happy-dom@10.5.2) + vitest: 0.34.2(happy-dom@10.10.4) transitivePeerDependencies: - supports-color dev: true - /@vitest/expect@0.33.0: - resolution: {integrity: sha512-sVNf+Gla3mhTCxNJx+wJLDPp/WcstOe0Ksqz4Vec51MmgMth/ia0MGFEkIZmVGeTL5HtjYR4Wl/ZxBxBXZJTzQ==} + /@vitest/expect@0.34.2: + resolution: {integrity: sha512-EZm2dMNlLyIfDMha17QHSQcg2KjeAZaXd65fpPzXY5bvnfx10Lcaz3N55uEe8PhF+w4pw+hmrlHLLlRn9vkBJg==} dependencies: - '@vitest/spy': 0.33.0 - '@vitest/utils': 0.33.0 + '@vitest/spy': 0.34.2 + '@vitest/utils': 0.34.2 chai: 4.3.7 dev: true - /@vitest/runner@0.33.0: - resolution: {integrity: sha512-UPfACnmCB6HKRHTlcgCoBh6ppl6fDn+J/xR8dTufWiKt/74Y9bHci5CKB8tESSV82zKYtkBJo9whU3mNvfaisg==} + /@vitest/runner@0.34.2: + resolution: {integrity: sha512-8ydGPACVX5tK3Dl0SUwxfdg02h+togDNeQX3iXVFYgzF5odxvaou7HnquALFZkyVuYskoaHUOqOyOLpOEj5XTA==} dependencies: - '@vitest/utils': 0.33.0 + '@vitest/utils': 0.34.2 p-limit: 4.0.0 pathe: 1.1.1 dev: true - /@vitest/snapshot@0.33.0: - resolution: {integrity: sha512-tJjrl//qAHbyHajpFvr8Wsk8DIOODEebTu7pgBrP07iOepR5jYkLFiqLq2Ltxv+r0uptUb4izv1J8XBOwKkVYA==} + /@vitest/snapshot@0.34.2: + resolution: {integrity: sha512-qhQ+xy3u4mwwLxltS4Pd4SR+XHv4EajiTPNY3jkIBLUApE6/ce72neJPSUQZ7bL3EBuKI+NhvzhGj3n5baRQUQ==} dependencies: - magic-string: 0.30.1 + magic-string: 0.30.2 pathe: 1.1.1 pretty-format: 29.5.0 dev: true - /@vitest/spy@0.33.0: - resolution: {integrity: sha512-Kv+yZ4hnH1WdiAkPUQTpRxW8kGtH8VRTnus7ZTGovFYM1ZezJpvGtb9nPIjPnptHbsyIAxYZsEpVPYgtpjGnrg==} + /@vitest/spy@0.34.2: + resolution: {integrity: sha512-yd4L9OhfH6l0Av7iK3sPb3MykhtcRN5c5K5vm1nTbuN7gYn+yvUVVsyvzpHrjqS7EWqn9WsPJb7+0c3iuY60tA==} dependencies: tinyspy: 2.1.1 dev: true - /@vitest/utils@0.33.0: - resolution: {integrity: sha512-pF1w22ic965sv+EN6uoePkAOTkAPWM03Ri/jXNyMIKBb/XHLDPfhLvf/Fa9g0YECevAIz56oVYXhodLvLQ/awA==} + /@vitest/utils@0.34.2: + resolution: {integrity: sha512-Lzw+kAsTPubhoQDp1uVAOP6DhNia1GMDsI9jgB0yMn+/nDaPieYQ88lKqz/gGjSHL4zwOItvpehec9OY+rS73w==} dependencies: diff-sequences: 29.4.3 loupe: 2.3.6 @@ -6295,7 +6567,7 @@ packages: optional: true dependencies: '@babel/types': 7.22.5 - '@rollup/pluginutils': 5.0.2(rollup@3.26.2) + '@rollup/pluginutils': 5.0.2(rollup@3.28.0) '@vue/compiler-sfc': 3.3.4 local-pkg: 0.4.3 magic-string-ast: 0.1.2 @@ -6306,6 +6578,26 @@ packages: /@vue/babel-helper-vue-transform-on@1.0.2: resolution: {integrity: sha512-hz4R8tS5jMn8lDq6iD+yWL6XNB699pGIVLk7WSJnn1dbpjaazsjZQkieJoRX6gW5zpYSCFqQ7jUquPNY65tQYA==} + /@vue/babel-helper-vue-transform-on@1.1.5: + resolution: {integrity: sha512-SgUymFpMoAyWeYWLAY+MkCK3QEROsiUnfaw5zxOVD/M64KQs8D/4oK6Q5omVA2hnvEOE0SCkH2TZxs/jnnUj7w==} + + /@vue/babel-plugin-jsx@1.1.1(@babel/core@7.22.10): + resolution: {integrity: sha512-j2uVfZjnB5+zkcbc/zsOc0fSNGCMMjaEXP52wdwdIfn0qjFfEYpYZBFKFg+HHnQeJCVrjOeO0YxgaL7DMrym9w==} + dependencies: + '@babel/helper-module-imports': 7.22.5 + '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.22.10) + '@babel/template': 7.22.5 + '@babel/traverse': 7.22.5 + '@babel/types': 7.22.5 + '@vue/babel-helper-vue-transform-on': 1.0.2 + camelcase: 6.3.0 + html-tags: 3.2.0 + svg-tags: 1.0.0 + transitivePeerDependencies: + - '@babel/core' + - supports-color + dev: false + /@vue/babel-plugin-jsx@1.1.1(@babel/core@7.22.5): resolution: {integrity: sha512-j2uVfZjnB5+zkcbc/zsOc0fSNGCMMjaEXP52wdwdIfn0qjFfEYpYZBFKFg+HHnQeJCVrjOeO0YxgaL7DMrym9w==} dependencies: @@ -6321,6 +6613,25 @@ packages: transitivePeerDependencies: - '@babel/core' - supports-color + dev: true + + /@vue/babel-plugin-jsx@1.1.5(@babel/core@7.22.10): + resolution: {integrity: sha512-nKs1/Bg9U1n3qSWnsHhCVQtAzI6aQXqua8j/bZrau8ywT1ilXQbK4FwEJGmU8fV7tcpuFvWmmN7TMmV1OBma1g==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.10 + '@babel/helper-module-imports': 7.22.5 + '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.22.10) + '@babel/template': 7.22.5 + '@babel/traverse': 7.22.5 + '@babel/types': 7.22.5 + '@vue/babel-helper-vue-transform-on': 1.1.5 + camelcase: 6.3.0 + html-tags: 3.3.1 + svg-tags: 1.0.0 + transitivePeerDependencies: + - supports-color /@vue/compiler-core@3.3.4: resolution: {integrity: sha512-cquyDNvZ6jTbf/+x+AgM2Arrp6G4Dzbb0R64jiG804HRMfRiFXWI6kqUVqZ6ZR0bQhIoQjB4+2bhNtVwndW15g==} @@ -6347,7 +6658,7 @@ packages: '@vue/shared': 3.3.4 estree-walker: 2.0.2 magic-string: 0.30.0 - postcss: 8.4.26 + postcss: 8.4.28 source-map-js: 1.0.2 /@vue/compiler-ssr@3.3.4: @@ -6359,7 +6670,7 @@ packages: /@vue/devtools-api@6.5.0: resolution: {integrity: sha512-o9KfBeaBmCKl10usN4crU53fYtC1r7jJwdGKjPT24t348rHxgfpZ0xL3Xm/gLUYnc0oTp8LAmrxOeLyu6tbk2Q==} - /@vue/eslint-config-typescript@11.0.3(eslint-plugin-vue@9.16.1)(eslint@8.46.0)(typescript@5.1.6): + /@vue/eslint-config-typescript@11.0.3(eslint-plugin-vue@9.17.0)(eslint@8.47.0)(typescript@5.1.6): resolution: {integrity: sha512-dkt6W0PX6H/4Xuxg/BlFj5xHvksjpSlVjtkQCpaYJBIEuKj2hOVU7r+TIe+ysCwRYFz/lGqvklntRkCAibsbPw==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: @@ -6370,12 +6681,12 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/eslint-plugin': 5.59.1(@typescript-eslint/parser@5.59.1)(eslint@8.46.0)(typescript@5.1.6) - '@typescript-eslint/parser': 5.59.1(eslint@8.46.0)(typescript@5.1.6) - eslint: 8.46.0 - eslint-plugin-vue: 9.16.1(eslint@8.46.0) + '@typescript-eslint/eslint-plugin': 5.59.1(@typescript-eslint/parser@5.59.1)(eslint@8.47.0)(typescript@5.1.6) + '@typescript-eslint/parser': 5.59.1(eslint@8.47.0)(typescript@5.1.6) + eslint: 8.47.0 + eslint-plugin-vue: 9.17.0(eslint@8.47.0) typescript: 5.1.6 - vue-eslint-parser: 9.3.1(eslint@8.46.0) + vue-eslint-parser: 9.3.1(eslint@8.47.0) transitivePeerDependencies: - supports-color dev: true @@ -6393,7 +6704,7 @@ packages: '@vue/compiler-dom': 3.3.4 '@vue/reactivity': 3.3.4 '@vue/shared': 3.3.4 - minimatch: 9.0.2 + minimatch: 9.0.3 muggle-string: 0.3.1 typescript: 5.1.6 vue-template-compiler: 2.7.14 @@ -6401,11 +6712,11 @@ packages: /@vue/reactivity-transform@3.3.4: resolution: {integrity: sha512-MXgwjako4nu5WFLAjpBnCj/ieqcjE2aJBINUNQzkZQfzIZA4xn+0fV1tIYBJvvva3N3OvKGofRLvQIwEQPpaXw==} dependencies: - '@babel/parser': 7.22.5 + '@babel/parser': 7.22.7 '@vue/compiler-core': 3.3.4 '@vue/shared': 3.3.4 estree-walker: 2.0.2 - magic-string: 0.30.1 + magic-string: 0.30.2 /@vue/reactivity@3.3.4: resolution: {integrity: sha512-kLTDLwd0B1jG08NBF3R5rqULtv/f8x3rOFByTDz4J53ttIQEDmALqKqXY0J+XQeN0aV2FBxY8nJDf88yvOPAqQ==} @@ -6485,18 +6796,6 @@ packages: vue-demi: 0.13.11(vue@3.3.4) dev: false - /@vueuse/core@10.2.1(vue@3.3.4): - resolution: {integrity: sha512-c441bfMbkAwTNwVRHQ0zdYZNETK//P84rC01aP2Uy/aRFCiie9NE/k9KdIXbno0eDYP5NPUuWv0aA/I4Unr/7w==} - dependencies: - '@types/web-bluetooth': 0.0.17 - '@vueuse/metadata': 10.2.1 - '@vueuse/shared': 10.2.1(vue@3.3.4) - vue-demi: 0.14.5(vue@3.3.4) - transitivePeerDependencies: - - '@vue/composition-api' - - vue - dev: false - /@vueuse/core@10.3.0(vue@3.3.4): resolution: {integrity: sha512-BEM5yxcFKb5btFjTSAFjTu5jmwoW66fyV9uJIP4wUXXU8aR5Hl44gndaaXp7dC5HSObmgbnR2RN+Un1p68Mf5Q==} dependencies: @@ -6520,8 +6819,8 @@ packages: - vue dev: false - /@vueuse/integrations@10.2.1(focus-trap@7.5.2)(vue@3.3.4): - resolution: {integrity: sha512-FDP5lni+z9FjHE9H3xuvwSjoRV9U8jmDvJpmHPCBjUgPGYRynwb60eHWXCFJXLUtb4gSIHy0e+iaEbrKdalCkQ==} + /@vueuse/integrations@10.3.0(focus-trap@7.5.2)(vue@3.3.4): + resolution: {integrity: sha512-Jgiv7oFyIgC6BxmDtiyG/fxyGysIds00YaY7sefwbhCZ2/tjEx1W/1WcsISSJPNI30in28+HC2J4uuU8184ekg==} peerDependencies: async-validator: '*' axios: '*' @@ -6561,8 +6860,8 @@ packages: universal-cookie: optional: true dependencies: - '@vueuse/core': 10.2.1(vue@3.3.4) - '@vueuse/shared': 10.2.1(vue@3.3.4) + '@vueuse/core': 10.3.0(vue@3.3.4) + '@vueuse/shared': 10.3.0(vue@3.3.4) focus-trap: 7.5.2 vue-demi: 0.14.5(vue@3.3.4) transitivePeerDependencies: @@ -6570,10 +6869,6 @@ packages: - vue dev: false - /@vueuse/metadata@10.2.1: - resolution: {integrity: sha512-3Gt68mY/i6bQvFqx7cuGBzrCCQu17OBaGWS5JdwISpMsHnMKKjC2FeB5OAfMcCQ0oINfADP3i9A4PPRo0peHdQ==} - dev: false - /@vueuse/metadata@10.3.0: resolution: {integrity: sha512-Ema3YhNOa4swDsV0V7CEY5JXvK19JI/o1szFO1iWxdFg3vhdFtCtSTP26PCvbUpnUtNHBY2wx5y3WDXND5Pvnw==} @@ -6598,15 +6893,6 @@ packages: - supports-color - vue - /@vueuse/shared@10.2.1(vue@3.3.4): - resolution: {integrity: sha512-QWHq2bSuGptkcxx4f4M/fBYC3Y8d3M2UYyLsyzoPgEoVzJURQ0oJeWXu79OiLlBb8gTKkqe4mO85T/sf39mmiw==} - dependencies: - vue-demi: 0.14.5(vue@3.3.4) - transitivePeerDependencies: - - '@vue/composition-api' - - vue - dev: false - /@vueuse/shared@10.3.0(vue@3.3.4): resolution: {integrity: sha512-kGqCTEuFPMK4+fNWy6dUOiYmxGcUbtznMwBZLC1PubidF4VZY05B+Oht7Jh7/6x4VOWGpvu3R37WHi81cKpiqg==} dependencies: @@ -6651,14 +6937,6 @@ packages: dependencies: acorn: 8.10.0 - /acorn-jsx@5.3.2(acorn@8.9.0): - resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} - peerDependencies: - acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 - dependencies: - acorn: 8.9.0 - dev: true - /acorn-walk@8.2.0: resolution: {integrity: sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==} engines: {node: '>=0.4.0'} @@ -6675,12 +6953,6 @@ packages: engines: {node: '>=0.4.0'} hasBin: true - /acorn@8.9.0: - resolution: {integrity: sha512-jaVNAFBHNLXspO543WnNNPZFRtavh3skAkITqD0/2aeMkKZTN+254PyhwxFYrk3vQ1xfY+2wbesJMs/JC8/PwQ==} - engines: {node: '>=0.4.0'} - hasBin: true - dev: true - /agent-base@6.0.2: resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==} engines: {node: '>= 6.0.0'} @@ -6698,15 +6970,11 @@ packages: - supports-color dev: true - /agentkeepalive@4.3.0: - resolution: {integrity: sha512-7Epl1Blf4Sy37j4v9f9FjICCh4+KAQOyXgHEwlyBiAQLbhKdq/i2QQU3amQalS/wPhdPzDXPL5DMR5bkn+YeWg==} + /agentkeepalive@4.5.0: + resolution: {integrity: sha512-5GG/5IbQQpC9FpkRGsSvZI5QYeSCzlJHdpBQntCsuTOxhKD8lqKhrleg2Yi7yvMIf82Ycmmqln9U8V9qwEiJew==} engines: {node: '>= 8.0.0'} dependencies: - debug: 4.3.4 - depd: 2.0.0 humanize-ms: 1.2.1 - transitivePeerDependencies: - - supports-color dev: true /aggregate-error@3.1.0: @@ -6777,6 +7045,13 @@ packages: dependencies: type-fest: 0.21.3 + /ansi-escapes@5.0.0: + resolution: {integrity: sha512-5GFMVX8HqE/TB+FuBJGuO5XG0WrsA6ptUqoODaT/n9mmUaZFkqnBueB4leqGBCmrUHnCnC4PCZTCd0E7QQ83bA==} + engines: {node: '>=12'} + dependencies: + type-fest: 1.4.0 + dev: true + /ansi-regex@5.0.1: resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} engines: {node: '>=8'} @@ -6893,7 +7168,7 @@ packages: dependencies: call-bind: 1.0.2 define-properties: 1.2.0 - es-abstract: 1.21.2 + es-abstract: 1.22.1 get-intrinsic: 1.2.1 is-string: 1.0.7 dev: true @@ -6912,7 +7187,7 @@ packages: dependencies: call-bind: 1.0.2 define-properties: 1.2.0 - es-abstract: 1.21.2 + es-abstract: 1.22.1 es-shim-unscopables: 1.0.0 dev: true @@ -6922,10 +7197,22 @@ packages: dependencies: call-bind: 1.0.2 define-properties: 1.2.0 - es-abstract: 1.21.2 + es-abstract: 1.22.1 es-shim-unscopables: 1.0.0 dev: true + /arraybuffer.prototype.slice@1.0.1: + resolution: {integrity: sha512-09x0ZWFEjj4WD8PDbykUwo3t9arLn8NIzmmYEJFpYekOAQjpkGSyrQhNoRTcwwcFRu+ycWF78QZ63oWTqSjBcw==} + engines: {node: '>= 0.4'} + dependencies: + array-buffer-byte-length: 1.0.0 + call-bind: 1.0.2 + define-properties: 1.2.0 + get-intrinsic: 1.2.1 + is-array-buffer: 3.0.2 + is-shared-array-buffer: 1.0.2 + dev: true + /arrify@1.0.1: resolution: {integrity: sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==} engines: {node: '>=0.10.0'} @@ -6955,16 +7242,11 @@ packages: resolution: {integrity: sha512-Ro3nmapMxi/remlJdzFH0tiA7A59KDbxVoLlKWaLDrPELiftb9b8w+CCyWRM+sXZH5KHRAgv8feedW6mihvCHA==} engines: {node: '>=14.19.0'} dependencies: - '@babel/parser': 7.22.5 + '@babel/parser': 7.22.7 '@babel/types': 7.22.5 - /astral-regex@2.0.0: - resolution: {integrity: sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==} - engines: {node: '>=8'} - dev: true - - /astro@2.9.6(@types/node@14.18.33): - resolution: {integrity: sha512-yvbZQ6YOWYLejyQ4nAcgZLDYQ34enQJ5/LWlXKtUzXzpsUHB75vJMj+XmEq5Q2eVlZOlQrp0lU+nhSRGaOsOUQ==} + /astro@2.10.12(@types/node@14.18.33): + resolution: {integrity: sha512-JbD+hLCbXhpDofuzWQxojmjXwoqD0bR2BGqIByZ7B5Cj6dKQXHIr1HsrDdWcmjM+O4NXKV2TCfeXv1ZTtjqX3Q==} engines: {node: '>=16.12.0', npm: '>=6.14.0'} hasBin: true peerDependencies: @@ -6973,15 +7255,15 @@ packages: sharp: optional: true dependencies: - '@astrojs/compiler': 1.6.3 - '@astrojs/internal-helpers': 0.1.1 + '@astrojs/compiler': 1.8.2 + '@astrojs/internal-helpers': 0.1.2 '@astrojs/language-server': 1.0.4 - '@astrojs/markdown-remark': 2.2.1(astro@2.9.6) + '@astrojs/markdown-remark': 2.2.1(astro@2.10.12) '@astrojs/telemetry': 2.1.1 '@astrojs/webapi': 2.2.0 '@babel/core': 7.22.5 '@babel/generator': 7.22.5 - '@babel/parser': 7.22.5 + '@babel/parser': 7.22.7 '@babel/plugin-transform-react-jsx': 7.22.5(@babel/core@7.22.5) '@babel/traverse': 7.22.5 '@babel/types': 7.22.5 @@ -6995,20 +7277,20 @@ packages: common-ancestor-path: 1.0.1 cookie: 0.5.0 debug: 4.3.4 - deepmerge-ts: 4.3.0 devalue: 4.3.2 diff: 5.1.0 es-module-lexer: 1.3.0 esbuild: 0.17.19 estree-walker: 3.0.0 execa: 6.1.0 - fast-glob: 3.3.0 + fast-glob: 3.3.1 github-slugger: 2.0.0 gray-matter: 4.0.3 html-escaper: 3.0.3 + http-cache-semantics: 4.1.1 js-yaml: 4.1.0 kleur: 4.1.5 - magic-string: 0.27.0 + magic-string: 0.30.2 mime: 3.0.0 network-information-types: 0.1.1(typescript@5.1.6) ora: 6.3.1 @@ -7026,8 +7308,8 @@ packages: typescript: 5.1.6 unist-util-visit: 4.1.2 vfile: 5.3.7 - vite: 4.4.7(@types/node@14.18.33) - vitefu: 0.2.4(vite@4.4.7) + vite: 4.4.9(@types/node@14.18.33) + vitefu: 0.2.4(vite@4.4.9) which-pm: 2.0.0 yargs-parser: 21.1.1 zod: 3.20.6 @@ -7061,7 +7343,7 @@ packages: engines: {node: '>= 4.0.0'} dev: true - /autoprefixer@10.4.14(postcss@8.4.26): + /autoprefixer@10.4.14(postcss@8.4.28): resolution: {integrity: sha512-FQzyfOsTlwVzjHxKEqRIAdJx9niO6VCBCoEwax/VLSoQF29ggECcPuBqUMZ+u8jCZOPSy8b8/8KnuFbp0SaFZQ==} engines: {node: ^10 || ^12 || >=14} hasBin: true @@ -7073,7 +7355,7 @@ packages: fraction.js: 4.2.0 normalize-range: 0.1.2 picocolors: 1.0.0 - postcss: 8.4.26 + postcss: 8.4.28 postcss-value-parser: 4.2.0 /available-typed-arrays@1.0.5: @@ -7228,7 +7510,7 @@ packages: /broadcast-channel@3.7.0: resolution: {integrity: sha512-cIAKJXAxGJceNZGTZSBzMxzyOn72cVgPnKx4dc6LRjQgbaJUQqhy5rzL3zbMxkMWsGKkv2hSFkPRMEXfoMZ2Mg==} dependencies: - '@babel/runtime': 7.22.5 + '@babel/runtime': 7.22.10 detect-node: 2.1.0 js-sha3: 0.8.0 microseconds: 0.2.0 @@ -7289,7 +7571,7 @@ packages: /builtins@5.0.1: resolution: {integrity: sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ==} dependencies: - semver: 7.5.3 + semver: 7.5.4 dev: true /bundle-name@3.0.0: @@ -7345,20 +7627,20 @@ packages: resolution: {integrity: sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==} engines: {node: '>=8'} - /cacache@17.1.3: - resolution: {integrity: sha512-jAdjGxmPxZh0IipMdR7fK/4sDSrHMLUV0+GvVUsjwyGNKHsh79kW/otg+GkbXwl6Uzvy9wsvHOX4nUoWldeZMg==} + /cacache@17.1.4: + resolution: {integrity: sha512-/aJwG2l3ZMJ1xNAnqbMpA40of9dj/pIH3QfiuQSqjfPJF747VR0J/bHn+/KdNnHKc6XQcWt/AfRSBft82W1d2A==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: '@npmcli/fs': 3.1.0 - fs-minipass: 3.0.2 - glob: 10.3.0 + fs-minipass: 3.0.3 + glob: 10.3.3 lru-cache: 7.18.3 - minipass: 5.0.0 + minipass: 7.0.3 minipass-collect: 1.0.2 minipass-flush: 1.0.5 minipass-pipeline: 1.2.4 p-map: 4.0.0 - ssri: 10.0.4 + ssri: 10.0.5 tar: 6.1.15 unique-filename: 3.0.0 dev: true @@ -7550,33 +7832,17 @@ packages: resolution: {integrity: sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==} engines: {node: '>=10'} - /cli-cursor@3.1.0: - resolution: {integrity: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==} - engines: {node: '>=8'} - dependencies: - restore-cursor: 3.1.0 - dev: true - /cli-cursor@4.0.0: resolution: {integrity: sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dependencies: restore-cursor: 4.0.0 - dev: false /cli-spinners@2.9.0: resolution: {integrity: sha512-4/aL9X3Wh0yiMQlE+eeRhWP6vclO3QRtw1JHKIT0FFUs5FjpFmESqtMvYZ0+lbzBw900b95mS0hohy+qn2VK/g==} engines: {node: '>=6'} dev: false - /cli-truncate@2.1.0: - resolution: {integrity: sha512-n8fOixwDD6b/ObinzTrp1ZKFzbgvKZvuz/TvejnLn1aQfC6r52XEx85FmuC+3HI+JM7coBRXUvNqEU2PHVrHpg==} - engines: {node: '>=8'} - dependencies: - slice-ansi: 3.0.0 - string-width: 4.2.3 - dev: true - /cli-truncate@3.1.0: resolution: {integrity: sha512-wfOBkjXteqSnI59oPcJkcPl/ZmwvMMOj340qUIY1SKZCv0B9Cf4D4fAucRkIKQmsIuYK3x1rrgU7MeGRruiuiA==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} @@ -7690,6 +7956,11 @@ packages: engines: {node: '>=14'} dev: true + /commander@11.0.0: + resolution: {integrity: sha512-9HMlXtt/BNoYr8ooyjjNRdIilOTkVJXB+GhxMTtOKwk0R4j4lS4NpjuqmRxroBfnfTSHQIHQB7wryHhXarNjmQ==} + engines: {node: '>=16'} + dev: true + /commander@2.20.3: resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} requiresBuild: true @@ -7766,8 +8037,8 @@ packages: /console-control-strings@1.1.0: resolution: {integrity: sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==} - /content-type@1.0.4: - resolution: {integrity: sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==} + /content-type@1.0.5: + resolution: {integrity: sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==} engines: {node: '>= 0.6'} dev: true @@ -7850,13 +8121,13 @@ packages: shebang-command: 2.0.0 which: 2.0.2 - /css-declaration-sorter@6.4.0(postcss@8.4.26): + /css-declaration-sorter@6.4.0(postcss@8.4.28): resolution: {integrity: sha512-jDfsatwWMWN0MODAFuHszfjphEXfNw9JUAhmY4pLu3TyTU+ohUpsbVtbU+1MZn4a47D9kqh03i4eyOm+74+zew==} engines: {node: ^10 || ^12 || >=14} peerDependencies: postcss: ^8.0.9 dependencies: - postcss: 8.4.26 + postcss: 8.4.28 /css-in-js-utils@3.1.0: resolution: {integrity: sha512-fJAcud6B3rRu+KHYk+Bwf+WFL2MDCJJ1XG9x137tJQ0xYxor7XziQtuGFbWNdqrvF4Tk26O3H73nfVqXt/fW1A==} @@ -7912,60 +8183,60 @@ packages: engines: {node: '>=4'} hasBin: true - /cssnano-preset-default@6.0.1(postcss@8.4.26): + /cssnano-preset-default@6.0.1(postcss@8.4.28): resolution: {integrity: sha512-7VzyFZ5zEB1+l1nToKyrRkuaJIx0zi/1npjvZfbBwbtNTzhLtlvYraK/7/uqmX2Wb2aQtd983uuGw79jAjLSuQ==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.2.15 dependencies: - css-declaration-sorter: 6.4.0(postcss@8.4.26) - cssnano-utils: 4.0.0(postcss@8.4.26) - postcss: 8.4.26 - postcss-calc: 9.0.1(postcss@8.4.26) - postcss-colormin: 6.0.0(postcss@8.4.26) - postcss-convert-values: 6.0.0(postcss@8.4.26) - postcss-discard-comments: 6.0.0(postcss@8.4.26) - postcss-discard-duplicates: 6.0.0(postcss@8.4.26) - postcss-discard-empty: 6.0.0(postcss@8.4.26) - postcss-discard-overridden: 6.0.0(postcss@8.4.26) - postcss-merge-longhand: 6.0.0(postcss@8.4.26) - postcss-merge-rules: 6.0.1(postcss@8.4.26) - postcss-minify-font-values: 6.0.0(postcss@8.4.26) - postcss-minify-gradients: 6.0.0(postcss@8.4.26) - postcss-minify-params: 6.0.0(postcss@8.4.26) - postcss-minify-selectors: 6.0.0(postcss@8.4.26) - postcss-normalize-charset: 6.0.0(postcss@8.4.26) - postcss-normalize-display-values: 6.0.0(postcss@8.4.26) - postcss-normalize-positions: 6.0.0(postcss@8.4.26) - postcss-normalize-repeat-style: 6.0.0(postcss@8.4.26) - postcss-normalize-string: 6.0.0(postcss@8.4.26) - postcss-normalize-timing-functions: 6.0.0(postcss@8.4.26) - postcss-normalize-unicode: 6.0.0(postcss@8.4.26) - postcss-normalize-url: 6.0.0(postcss@8.4.26) - postcss-normalize-whitespace: 6.0.0(postcss@8.4.26) - postcss-ordered-values: 6.0.0(postcss@8.4.26) - postcss-reduce-initial: 6.0.0(postcss@8.4.26) - postcss-reduce-transforms: 6.0.0(postcss@8.4.26) - postcss-svgo: 6.0.0(postcss@8.4.26) - postcss-unique-selectors: 6.0.0(postcss@8.4.26) - - /cssnano-utils@4.0.0(postcss@8.4.26): + css-declaration-sorter: 6.4.0(postcss@8.4.28) + cssnano-utils: 4.0.0(postcss@8.4.28) + postcss: 8.4.28 + postcss-calc: 9.0.1(postcss@8.4.28) + postcss-colormin: 6.0.0(postcss@8.4.28) + postcss-convert-values: 6.0.0(postcss@8.4.28) + postcss-discard-comments: 6.0.0(postcss@8.4.28) + postcss-discard-duplicates: 6.0.0(postcss@8.4.28) + postcss-discard-empty: 6.0.0(postcss@8.4.28) + postcss-discard-overridden: 6.0.0(postcss@8.4.28) + postcss-merge-longhand: 6.0.0(postcss@8.4.28) + postcss-merge-rules: 6.0.1(postcss@8.4.28) + postcss-minify-font-values: 6.0.0(postcss@8.4.28) + postcss-minify-gradients: 6.0.0(postcss@8.4.28) + postcss-minify-params: 6.0.0(postcss@8.4.28) + postcss-minify-selectors: 6.0.0(postcss@8.4.28) + postcss-normalize-charset: 6.0.0(postcss@8.4.28) + postcss-normalize-display-values: 6.0.0(postcss@8.4.28) + postcss-normalize-positions: 6.0.0(postcss@8.4.28) + postcss-normalize-repeat-style: 6.0.0(postcss@8.4.28) + postcss-normalize-string: 6.0.0(postcss@8.4.28) + postcss-normalize-timing-functions: 6.0.0(postcss@8.4.28) + postcss-normalize-unicode: 6.0.0(postcss@8.4.28) + postcss-normalize-url: 6.0.0(postcss@8.4.28) + postcss-normalize-whitespace: 6.0.0(postcss@8.4.28) + postcss-ordered-values: 6.0.0(postcss@8.4.28) + postcss-reduce-initial: 6.0.0(postcss@8.4.28) + postcss-reduce-transforms: 6.0.0(postcss@8.4.28) + postcss-svgo: 6.0.0(postcss@8.4.28) + postcss-unique-selectors: 6.0.0(postcss@8.4.28) + + /cssnano-utils@4.0.0(postcss@8.4.28): resolution: {integrity: sha512-Z39TLP+1E0KUcd7LGyF4qMfu8ZufI0rDzhdyAMsa/8UyNUU8wpS0fhdBxbQbv32r64ea00h4878gommRVg2BHw==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.26 + postcss: 8.4.28 - /cssnano@6.0.1(postcss@8.4.26): + /cssnano@6.0.1(postcss@8.4.28): resolution: {integrity: sha512-fVO1JdJ0LSdIGJq68eIxOqFpIJrZqXUsBt8fkrBcztCQqAjQD51OhZp7tc0ImcbwXD4k7ny84QTV90nZhmqbkg==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.2.15 dependencies: - cssnano-preset-default: 6.0.1(postcss@8.4.26) + cssnano-preset-default: 6.0.1(postcss@8.4.28) lilconfig: 2.1.0 - postcss: 8.4.26 + postcss: 8.4.28 /csso@5.0.5: resolution: {integrity: sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==} @@ -8131,11 +8402,6 @@ packages: /deep-is@0.1.4: resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==} - /deepmerge-ts@4.3.0: - resolution: {integrity: sha512-if3ZYdkD2dClhnXR5reKtG98cwyaRT1NeugQoAPTTfsOpV9kqyeiBF9Qa5RHjemb3KzD5ulqygv6ED3t5j9eJw==} - engines: {node: '>=12.4.0'} - dev: false - /deepmerge@4.3.1: resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==} engines: {node: '>=0.10.0'} @@ -8220,8 +8486,8 @@ packages: engines: {node: '>=12.20'} dev: true - /detect-libc@2.0.1: - resolution: {integrity: sha512-463v3ZeIrcWtdgIg6vI6XUncguvr2TnGl4SzDXinkt9mSLpBJKXT3mW6xT3VQdDN11+WVs29pgvivTc4Lp8v+w==} + /detect-libc@2.0.2: + resolution: {integrity: sha512-UX6sGumvvqSaXgdKGUsgZWqcUyIXZ/vZTrlRT/iobiKhGL0zL4d3osHj3uqllWJK+i+sixDS/3COVEOFbupFyw==} engines: {node: '>=8'} /detect-node@2.1.0: @@ -8271,7 +8537,7 @@ packages: /dom-helpers@3.4.0: resolution: {integrity: sha512-LnuPJ+dwqKDIyotW1VzmOZ5TONUN7CwkCR5hrgawTUbkBGYdeoNLZo6nNfGkCrjtE1nXXaj7iMMpDa8/d9WoIA==} dependencies: - '@babel/runtime': 7.22.5 + '@babel/runtime': 7.22.10 dev: false /dom-serializer@2.0.0: @@ -8303,8 +8569,8 @@ packages: dependencies: type-fest: 2.19.0 - /dotenv-cli@7.2.1: - resolution: {integrity: sha512-ODHbGTskqRtXAzZapDPvgNuDVQApu4oKX8lZW7Y0+9hKA6le1ZJlyRS687oU9FXjOVEDU/VFV6zI125HzhM1UQ==} + /dotenv-cli@7.3.0: + resolution: {integrity: sha512-314CA4TyK34YEJ6ntBf80eUY+t1XaFLyem1k9P0sX1gn30qThZ5qZr/ZwE318gEnzyYP9yj9HJk6SqwE0upkfw==} hasBin: true dependencies: cross-spawn: 7.0.3 @@ -8338,8 +8604,8 @@ packages: /eastasianwidth@0.2.0: resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} - /edge-runtime@2.4.3: - resolution: {integrity: sha512-Amv/P+OJhxopvoVXFr7UXAKheBpdLeCcdR5Vw4GSdNFDWVny9sioQbczjEKPLER5WsMXl17P+llS011Xftducw==} + /edge-runtime@2.4.4: + resolution: {integrity: sha512-uq1YdIxkMDsBYLdSSp/w62PciCL46ic4m1Z/2G6N8RcAPI8p35O8u6hJQT83j28Dnt4U5iyvmwFMYouHMK51uA==} engines: {node: '>=14'} hasBin: true dependencies: @@ -8362,7 +8628,7 @@ packages: '@one-ini/wasm': 0.1.1 commander: 10.0.1 minimatch: 9.0.1 - semver: 7.5.3 + semver: 7.5.4 dev: true /ee-first@1.1.1: @@ -8470,17 +8736,22 @@ packages: resolution: {integrity: sha512-K5/Oncl6ZizGM7tqGUc3Sd82zVKGsZ+l8FqhhnF8+10QujC/xT2VKwdaM/8rAR5F1BouVqgemMrhHG23vhOpMw==} dev: true + /error-stack-parser-es@0.1.1: + resolution: {integrity: sha512-g/9rfnvnagiNf+DRMHEVGuGuIBlCIMDFoTA616HaP2l9PlCjGjVhD98PNbVSJvmK4TttqT5mV5tInMhoFgi+aA==} + dev: true + /error-stack-parser@2.1.4: resolution: {integrity: sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==} dependencies: stackframe: 1.3.4 dev: false - /es-abstract@1.21.2: - resolution: {integrity: sha512-y/B5POM2iBnIxCiernH1G7rC9qQoM77lLIMQLuob0zhp8C56Po81+2Nj0WFKnd0pNReDTnkYryc+zhOzpEIROg==} + /es-abstract@1.22.1: + resolution: {integrity: sha512-ioRRcXMO6OFyRpyzV3kE1IIBd4WG5/kltnzdxSCqoP8CMGs/Li+M1uF5o7lOkZVFjDs+NLesthnF66Pg/0q0Lw==} engines: {node: '>= 0.4'} dependencies: array-buffer-byte-length: 1.0.0 + arraybuffer.prototype.slice: 1.0.1 available-typed-arrays: 1.0.5 call-bind: 1.0.2 es-set-tostringtag: 2.0.1 @@ -8501,19 +8772,23 @@ packages: is-regex: 1.1.4 is-shared-array-buffer: 1.0.2 is-string: 1.0.7 - is-typed-array: 1.1.10 + is-typed-array: 1.1.12 is-weakref: 1.0.2 object-inspect: 1.12.3 object-keys: 1.1.1 object.assign: 4.1.4 regexp.prototype.flags: 1.5.0 + safe-array-concat: 1.0.0 safe-regex-test: 1.0.0 string.prototype.trim: 1.2.7 string.prototype.trimend: 1.0.6 string.prototype.trimstart: 1.0.6 + typed-array-buffer: 1.0.0 + typed-array-byte-length: 1.0.0 + typed-array-byte-offset: 1.0.0 typed-array-length: 1.0.4 unbox-primitive: 1.0.2 - which-typed-array: 1.1.9 + which-typed-array: 1.1.11 dev: true /es-module-lexer@1.3.0: @@ -8863,16 +9138,16 @@ packages: resolution: {integrity: sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==} engines: {node: '>=12'} - /eslint-config-prettier@8.9.0(eslint@8.46.0): - resolution: {integrity: sha512-+sbni7NfVXnOpnRadUA8S28AUlsZt9GjgFvABIRL9Hkn8KqNzOp+7Lw4QWtrwn20KzU3wqu1QoOj2m+7rKRqkA==} + /eslint-config-prettier@9.0.0(eslint@8.47.0): + resolution: {integrity: sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==} hasBin: true peerDependencies: eslint: '>=7.0.0' dependencies: - eslint: 8.46.0 + eslint: 8.47.0 dev: false - /eslint-config-standard@17.0.0(eslint-plugin-import@2.27.5)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.46.0): + /eslint-config-standard@17.0.0(eslint-plugin-import@2.27.5)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.47.0): resolution: {integrity: sha512-/2ks1GKyqSOkH7JFvXJicu0iMpoojkwB+f5Du/1SC0PtBL+s8v30k9njRZ21pm2drKYm2342jFnGWzttxPmZVg==} peerDependencies: eslint: ^8.0.1 @@ -8880,23 +9155,23 @@ packages: eslint-plugin-n: ^15.0.0 eslint-plugin-promise: ^6.0.0 dependencies: - eslint: 8.46.0 - eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.60.1)(eslint-import-resolver-typescript@3.5.5)(eslint@8.46.0) - eslint-plugin-n: 15.7.0(eslint@8.46.0) - eslint-plugin-promise: 6.1.1(eslint@8.46.0) + eslint: 8.47.0 + eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.60.1)(eslint-import-resolver-typescript@3.5.5)(eslint@8.47.0) + eslint-plugin-n: 15.7.0(eslint@8.47.0) + eslint-plugin-promise: 6.1.1(eslint@8.47.0) dev: true /eslint-import-resolver-node@0.3.7: resolution: {integrity: sha512-gozW2blMLJCeFpBwugLTGyvVjNoeo1knonXAcatC6bjPBZitotxdWf7Gimr25N4c0AAOo4eOUfaG82IJPDpqCA==} dependencies: debug: 3.2.7 - is-core-module: 2.12.1 - resolve: 1.22.2 + is-core-module: 2.13.0 + resolve: 1.22.4 transitivePeerDependencies: - supports-color dev: true - /eslint-import-resolver-typescript@3.5.5(@typescript-eslint/parser@5.60.1)(eslint-plugin-import@2.27.5)(eslint@8.46.0): + /eslint-import-resolver-typescript@3.5.5(@typescript-eslint/parser@5.60.1)(eslint-plugin-import@2.27.5)(eslint@8.47.0): resolution: {integrity: sha512-TdJqPHs2lW5J9Zpe17DZNQuDnox4xo2o+0tE7Pggain9Rbc19ik8kFtXdxZ250FVx2kF4vlt2RSf4qlUpG7bhw==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -8905,12 +9180,12 @@ packages: dependencies: debug: 4.3.4 enhanced-resolve: 5.12.0 - eslint: 8.46.0 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.60.1)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.46.0) - eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.60.1)(eslint-import-resolver-typescript@3.5.5)(eslint@8.46.0) + eslint: 8.47.0 + eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.60.1)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.47.0) + eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.60.1)(eslint-import-resolver-typescript@3.5.5)(eslint@8.47.0) get-tsconfig: 4.5.0 globby: 13.2.2 - is-core-module: 2.12.1 + is-core-module: 2.13.0 is-glob: 4.0.3 synckit: 0.8.5 transitivePeerDependencies: @@ -8920,7 +9195,7 @@ packages: - supports-color dev: true - /eslint-module-utils@2.8.0(@typescript-eslint/parser@5.60.1)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.46.0): + /eslint-module-utils@2.8.0(@typescript-eslint/parser@5.60.1)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.47.0): resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==} engines: {node: '>=4'} peerDependencies: @@ -8941,38 +9216,38 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.60.1(eslint@8.46.0)(typescript@5.1.6) + '@typescript-eslint/parser': 5.60.1(eslint@8.47.0)(typescript@5.1.6) debug: 3.2.7 - eslint: 8.46.0 + eslint: 8.47.0 eslint-import-resolver-node: 0.3.7 - eslint-import-resolver-typescript: 3.5.5(@typescript-eslint/parser@5.60.1)(eslint-plugin-import@2.27.5)(eslint@8.46.0) + eslint-import-resolver-typescript: 3.5.5(@typescript-eslint/parser@5.60.1)(eslint-plugin-import@2.27.5)(eslint@8.47.0) transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-es@3.0.1(eslint@8.46.0): + /eslint-plugin-es@3.0.1(eslint@8.47.0): resolution: {integrity: sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=4.19.1' dependencies: - eslint: 8.46.0 + eslint: 8.47.0 eslint-utils: 2.1.0 regexpp: 3.2.0 dev: true - /eslint-plugin-es@4.1.0(eslint@8.46.0): + /eslint-plugin-es@4.1.0(eslint@8.47.0): resolution: {integrity: sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=4.19.1' dependencies: - eslint: 8.46.0 + eslint: 8.47.0 eslint-utils: 2.1.0 regexpp: 3.2.0 dev: true - /eslint-plugin-import@2.27.5(@typescript-eslint/parser@5.60.1)(eslint-import-resolver-typescript@3.5.5)(eslint@8.46.0): + /eslint-plugin-import@2.27.5(@typescript-eslint/parser@5.60.1)(eslint-import-resolver-typescript@3.5.5)(eslint@8.47.0): resolution: {integrity: sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==} engines: {node: '>=4'} peerDependencies: @@ -8982,22 +9257,22 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.60.1(eslint@8.46.0)(typescript@5.1.6) + '@typescript-eslint/parser': 5.60.1(eslint@8.47.0)(typescript@5.1.6) array-includes: 3.1.6 array.prototype.flat: 1.3.1 array.prototype.flatmap: 1.3.1 debug: 3.2.7 doctrine: 2.1.0 - eslint: 8.46.0 + eslint: 8.47.0 eslint-import-resolver-node: 0.3.7 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.60.1)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.46.0) + eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.60.1)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.47.0) has: 1.0.3 - is-core-module: 2.12.1 + is-core-module: 2.13.0 is-glob: 4.0.3 minimatch: 3.1.2 object.values: 1.1.6 - resolve: 1.22.2 - semver: 7.5.3 + resolve: 1.22.4 + semver: 7.5.4 tsconfig-paths: 3.14.2 transitivePeerDependencies: - eslint-import-resolver-typescript @@ -9005,39 +9280,39 @@ packages: - supports-color dev: true - /eslint-plugin-n@15.7.0(eslint@8.46.0): + /eslint-plugin-n@15.7.0(eslint@8.47.0): resolution: {integrity: sha512-jDex9s7D/Qial8AGVIHq4W7NswpUD5DPDL2RH8Lzd9EloWUuvUkHfv4FRLMipH5q2UtyurorBkPeNi1wVWNh3Q==} engines: {node: '>=12.22.0'} peerDependencies: eslint: '>=7.0.0' dependencies: builtins: 5.0.1 - eslint: 8.46.0 - eslint-plugin-es: 4.1.0(eslint@8.46.0) - eslint-utils: 3.0.0(eslint@8.46.0) + eslint: 8.47.0 + eslint-plugin-es: 4.1.0(eslint@8.47.0) + eslint-utils: 3.0.0(eslint@8.47.0) ignore: 5.2.4 - is-core-module: 2.12.1 + is-core-module: 2.13.0 minimatch: 3.1.2 - resolve: 1.22.2 - semver: 7.5.3 + resolve: 1.22.4 + semver: 7.5.4 dev: true - /eslint-plugin-node@11.1.0(eslint@8.46.0): + /eslint-plugin-node@11.1.0(eslint@8.47.0): resolution: {integrity: sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=5.16.0' dependencies: - eslint: 8.46.0 - eslint-plugin-es: 3.0.1(eslint@8.46.0) + eslint: 8.47.0 + eslint-plugin-es: 3.0.1(eslint@8.47.0) eslint-utils: 2.1.0 ignore: 5.2.4 minimatch: 3.1.2 - resolve: 1.22.2 - semver: 7.5.3 + resolve: 1.22.4 + semver: 7.5.4 dev: true - /eslint-plugin-prettier@5.0.0(eslint@8.46.0)(prettier@3.0.0): + /eslint-plugin-prettier@5.0.0(eslint@8.47.0)(prettier@3.0.2): resolution: {integrity: sha512-AgaZCVuYDXHUGxj/ZGu1u8H8CYgDY3iG6w5kUFw4AzMVXzB7VvbKgYR4nATIN+OvUrghMbiDLeimVjVY5ilq3w==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -9051,22 +9326,22 @@ packages: eslint-config-prettier: optional: true dependencies: - eslint: 8.46.0 - prettier: 3.0.0 + eslint: 8.47.0 + prettier: 3.0.2 prettier-linter-helpers: 1.0.0 synckit: 0.8.5 dev: true - /eslint-plugin-promise@6.1.1(eslint@8.46.0): + /eslint-plugin-promise@6.1.1(eslint@8.47.0): resolution: {integrity: sha512-tjqWDwVZQo7UIPMeDReOpUgHCmCiH+ePnVT+5zVapL0uuHnegBUs2smM13CzOs2Xb5+MHMRFTs9v24yjba4Oig==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 dependencies: - eslint: 8.46.0 + eslint: 8.47.0 dev: true - /eslint-plugin-unicorn@44.0.2(eslint@8.46.0): + /eslint-plugin-unicorn@44.0.2(eslint@8.47.0): resolution: {integrity: sha512-GLIDX1wmeEqpGaKcnMcqRvMVsoabeF0Ton0EX4Th5u6Kmf7RM9WBl705AXFEsns56ESkEs0uyelLuUTvz9Tr0w==} engines: {node: '>=14.18'} peerDependencies: @@ -9075,8 +9350,8 @@ packages: '@babel/helper-validator-identifier': 7.22.5 ci-info: 3.8.0 clean-regexp: 1.0.0 - eslint: 8.46.0 - eslint-utils: 3.0.0(eslint@8.46.0) + eslint: 8.47.0 + eslint-utils: 3.0.0(eslint@8.47.0) esquery: 1.5.0 indent-string: 4.0.0 is-builtin-module: 3.2.1 @@ -9085,23 +9360,23 @@ packages: read-pkg-up: 7.0.1 regexp-tree: 0.1.25 safe-regex: 2.1.1 - semver: 7.5.3 + semver: 7.5.4 strip-indent: 3.0.0 dev: true - /eslint-plugin-vue@9.16.1(eslint@8.46.0): - resolution: {integrity: sha512-2FtnTqazA6aYONfDuOZTk0QzwhAwi7Z4+uJ7+GHeGxcKapjqWlDsRWDenvyG/utyOfAS5bVRmAG3cEWiYEz2bA==} + /eslint-plugin-vue@9.17.0(eslint@8.47.0): + resolution: {integrity: sha512-r7Bp79pxQk9I5XDP0k2dpUC7Ots3OSWgvGZNu3BxmKK6Zg7NgVtcOB6OCna5Kb9oQwJPl5hq183WD0SY5tZtIQ==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.46.0) - eslint: 8.46.0 + '@eslint-community/eslint-utils': 4.4.0(eslint@8.47.0) + eslint: 8.47.0 natural-compare: 1.4.0 nth-check: 2.1.1 postcss-selector-parser: 6.0.13 semver: 7.5.3 - vue-eslint-parser: 9.3.1(eslint@8.46.0) + vue-eslint-parser: 9.3.1(eslint@8.47.0) xml-name-validator: 4.0.0 transitivePeerDependencies: - supports-color @@ -9137,13 +9412,13 @@ packages: eslint-visitor-keys: 1.3.0 dev: true - /eslint-utils@3.0.0(eslint@8.46.0): + /eslint-utils@3.0.0(eslint@8.47.0): resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} peerDependencies: eslint: '>=5' dependencies: - eslint: 8.46.0 + eslint: 8.47.0 eslint-visitor-keys: 2.1.0 dev: true @@ -9160,20 +9435,25 @@ packages: /eslint-visitor-keys@3.4.1: resolution: {integrity: sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dev: true /eslint-visitor-keys@3.4.2: resolution: {integrity: sha512-8drBzUEyZ2llkpCA67iYrgEssKDUu68V8ChqqOfFupIaG/LCVPUT+CoGJpT77zJprs4T/W7p07LP7zAIMuweVw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - /eslint@8.46.0: - resolution: {integrity: sha512-cIO74PvbW0qU8e0mIvk5IV3ToWdCq5FYG6gWPHHkx6gNdjlbAYvtfHmlCMXxjcoVaIdwy/IAt3+mDkZkfvb2Dg==} + /eslint-visitor-keys@3.4.3: + resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + + /eslint@8.47.0: + resolution: {integrity: sha512-spUQWrdPt+pRVP1TTJLmfRNJJHHZryFmptzcafwSvHsceV81djHOdnEeDmkdotZyLNjDhrOasNK8nikkoG1O8Q==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.46.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@8.47.0) '@eslint-community/regexpp': 4.6.2 - '@eslint/eslintrc': 2.1.1 - '@eslint/js': 8.46.0 + '@eslint/eslintrc': 2.1.2 + '@eslint/js': 8.47.0 '@humanwhocodes/config-array': 0.11.10 '@humanwhocodes/module-importer': 1.0.1 '@nodelib/fs.walk': 1.2.8 @@ -9184,7 +9464,7 @@ packages: doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.2.2 - eslint-visitor-keys: 3.4.2 + eslint-visitor-keys: 3.4.3 espree: 9.6.1 esquery: 1.5.0 esutils: 2.0.3 @@ -9230,8 +9510,8 @@ packages: resolution: {integrity: sha512-7OASN1Wma5fum5SrNhFMAMJxOUAbhyfQ8dQ//PJaJbNw0URTPWqIghHWt1MmAANKhHZIYOHruW4Kw4ruUWOdGw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - acorn: 8.9.0 - acorn-jsx: 5.3.2(acorn@8.9.0) + acorn: 8.10.0 + acorn-jsx: 5.3.2(acorn@8.10.0) eslint-visitor-keys: 3.4.1 dev: true @@ -9241,7 +9521,7 @@ packages: dependencies: acorn: 8.10.0 acorn-jsx: 5.3.2(acorn@8.10.0) - eslint-visitor-keys: 3.4.2 + eslint-visitor-keys: 3.4.3 /esprima@4.0.1: resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==} @@ -9292,6 +9572,10 @@ packages: /eventemitter3@4.0.7: resolution: {integrity: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==} + /eventemitter3@5.0.1: + resolution: {integrity: sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==} + dev: true + /events@3.3.0: resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==} engines: {node: '>=0.8.x'} @@ -9326,21 +9610,6 @@ packages: strip-final-newline: 3.0.0 dev: false - /execa@7.1.1: - resolution: {integrity: sha512-wH0eMf/UXckdUYnO21+HDztteVv05rq2GXksxT4fCGeHkBhw1DROXh40wcjMcRqDOWE7iPJ4n3M7e2+YFP+76Q==} - engines: {node: ^14.18.0 || ^16.14.0 || >=18.0.0} - dependencies: - cross-spawn: 7.0.3 - get-stream: 6.0.1 - human-signals: 4.3.1 - is-stream: 3.0.0 - merge-stream: 2.0.0 - npm-run-path: 5.1.0 - onetime: 6.0.0 - signal-exit: 3.0.7 - strip-final-newline: 3.0.0 - dev: true - /execa@7.2.0: resolution: {integrity: sha512-UduyVP7TLB5IcAQl+OzLyLcS/l32W/GLg+AhHJ+ow40FOk2U3SAllPwR44v4vmdFwIWqpdwxxpQbF1n5ta9seA==} engines: {node: ^14.18.0 || ^16.14.0 || >=18.0.0} @@ -9418,16 +9687,6 @@ packages: - supports-color dev: true - /fast-glob@3.3.0: - resolution: {integrity: sha512-ChDuvbOypPuNjO8yIDf36x7BlZX1smcUMTTcyoIjycexOxd6DFsKsg21qVBzEmr3G7fUKIRy2/psii+CIUt7FA==} - engines: {node: '>=8.6.0'} - dependencies: - '@nodelib/fs.stat': 2.0.5 - '@nodelib/fs.walk': 1.2.8 - glob-parent: 5.1.2 - merge2: 1.4.1 - micromatch: 4.0.5 - /fast-glob@3.3.1: resolution: {integrity: sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==} engines: {node: '>=8.6.0'} @@ -9611,10 +9870,10 @@ packages: engines: {node: '>=14'} dependencies: cross-spawn: 7.0.3 - signal-exit: 4.0.2 + signal-exit: 4.1.0 dev: true - /fork-ts-checker-webpack-plugin@6.5.3(eslint@8.46.0)(typescript@5.1.6): + /fork-ts-checker-webpack-plugin@6.5.3(eslint@8.47.0)(typescript@5.1.6): resolution: {integrity: sha512-SbH/l9ikmMWycd5puHJKTkZJKddF4iRLyW3DeZ08HTI7NGyLS38MXd/KGgeWumQO7YNQbW2u/NtPT2YowbPaGQ==} engines: {node: '>=10', yarn: '>=1.0.0'} peerDependencies: @@ -9636,13 +9895,13 @@ packages: chokidar: 3.5.3 cosmiconfig: 6.0.0 deepmerge: 4.3.1 - eslint: 8.46.0 + eslint: 8.47.0 fs-extra: 9.1.0 glob: 7.2.3 memfs: 3.5.0 minimatch: 3.1.2 schema-utils: 2.7.0 - semver: 7.5.3 + semver: 7.5.4 tapable: 1.1.3 typescript: 5.1.6 dev: true @@ -9744,11 +10003,11 @@ packages: dependencies: minipass: 3.3.6 - /fs-minipass@3.0.2: - resolution: {integrity: sha512-2GAfyfoaCDRrM6jaOS3UsBts8yJ55VioXdWcOL7dK9zdAuKT71+WBA4ifnNYqVjYv+4SsPxjK0JT4yIIn4cA/g==} + /fs-minipass@3.0.3: + resolution: {integrity: sha512-XUBA9XClHbnJWSfBzjkm6RvPsyg3sryZt06BEQoXcF7EK/xpGaQYJgQKDJSUH5SGZ76Y7pFx1QBnXz09rU5Fbw==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: - minipass: 5.0.0 + minipass: 7.0.3 dev: true /fs-monkey@1.0.3: @@ -9773,7 +10032,7 @@ packages: dependencies: call-bind: 1.0.2 define-properties: 1.2.0 - es-abstract: 1.21.2 + es-abstract: 1.22.1 functions-have-names: 1.2.3 dev: true @@ -9913,16 +10172,16 @@ packages: resolution: {integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==} dev: false - /glob@10.3.0: - resolution: {integrity: sha512-AQ1/SB9HH0yCx1jXAT4vmCbTOPe5RQ+kCurjbel5xSCGhebumUv+GJZfa1rEqor3XIViqwSEmlkZCQD43RWrBg==} + /glob@10.3.3: + resolution: {integrity: sha512-92vPiMb/iqpmEgsOoIDvTjc50wf9CCCvMzsi6W0JLPeUKE8TWP1a73PgqSrqy7iAZxaSD1YdzU7QZR5LF51MJw==} engines: {node: '>=16 || 14 >=14.17'} hasBin: true dependencies: foreground-child: 3.1.1 - jackspeak: 2.2.1 - minimatch: 9.0.2 - minipass: 6.0.2 - path-scurry: 1.9.2 + jackspeak: 2.3.0 + minimatch: 9.0.3 + minipass: 7.0.3 + path-scurry: 1.10.1 dev: true /glob@7.2.3: @@ -9978,7 +10237,7 @@ packages: dependencies: array-union: 2.1.0 dir-glob: 3.0.1 - fast-glob: 3.3.0 + fast-glob: 3.3.1 ignore: 5.2.4 merge2: 1.4.1 slash: 3.0.0 @@ -9988,7 +10247,7 @@ packages: engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dependencies: dir-glob: 3.0.1 - fast-glob: 3.3.0 + fast-glob: 3.3.1 ignore: 5.2.4 merge2: 1.4.1 slash: 4.0.0 @@ -9999,7 +10258,7 @@ packages: engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dependencies: dir-glob: 3.0.1 - fast-glob: 3.3.0 + fast-glob: 3.3.1 ignore: 5.2.4 merge2: 1.4.1 slash: 4.0.0 @@ -10052,11 +10311,11 @@ packages: destr: 2.0.0 iron-webcrypto: 0.7.0 radix3: 1.0.1 - ufo: 1.1.2 + ufo: 1.2.0 uncrypto: 0.1.3 - /happy-dom@10.5.2: - resolution: {integrity: sha512-dTA1cDcLOPIkAdykLd9Wo1k8Ly36Hh2OdKGkWEHWuAHb89KcVVRLSj1OFev7ir90xhRLSGCGrEdDvS6u9l13kg==} + /happy-dom@10.10.4: + resolution: {integrity: sha512-aEEFGSSs4DEJbxXvSMsIvJvvdsZbJZQEgtHsU4GgwNKbSbFxtgu6vXHmn4XoXnuElIbXV0xhbJiiQTxPnTmJcw==} dependencies: css.escape: 1.5.1 entities: 4.5.0 @@ -10233,7 +10492,7 @@ packages: /history@4.10.1: resolution: {integrity: sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==} dependencies: - '@babel/runtime': 7.22.5 + '@babel/runtime': 7.22.10 loose-envify: 1.4.0 resolve-pathname: 3.0.0 tiny-invariant: 1.2.0 @@ -10273,6 +10532,10 @@ packages: resolution: {integrity: sha512-vy7ClnArOZwCnqZgvv+ddgHgJiAFXe3Ge9ML5/mBctVJoUoYPCdxVucOywjDARn6CVoh3dRSFdPHy2sX80L0Wg==} engines: {node: '>=8'} + /html-tags@3.3.1: + resolution: {integrity: sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==} + engines: {node: '>=8'} + /html-to-ast@0.0.6: resolution: {integrity: sha512-gAq/8l6laJ8cTufIhh9lMvonShc8xBzAth+t7yK6oDla8rMVGKyYqToa7HgZyPKyi1KTX+HBTvQg2uQ3wc7Q9w==} engines: {node: '>=10'} @@ -10284,7 +10547,6 @@ packages: /http-cache-semantics@4.1.1: resolution: {integrity: sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==} - dev: true /http-errors@2.0.0: resolution: {integrity: sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==} @@ -10414,7 +10676,7 @@ packages: resolution: {integrity: sha512-C7FfFoTA+bI10qfeydT8aZbvr91vAEU+2W5BZUlzPec47oNb07SsOfwYrtxuvOYdUApPP/Qlh4DtAO51Ekk2QA==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: - minimatch: 9.0.2 + minimatch: 9.0.3 dev: true /ignore@5.2.4: @@ -10543,7 +10805,7 @@ packages: dependencies: call-bind: 1.0.2 get-intrinsic: 1.2.1 - is-typed-array: 1.1.10 + is-typed-array: 1.1.12 dev: true /is-arrayish@0.2.1: @@ -10592,8 +10854,8 @@ packages: ci-info: 3.8.0 dev: true - /is-core-module@2.12.1: - resolution: {integrity: sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg==} + /is-core-module@2.13.0: + resolution: {integrity: sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ==} dependencies: has: 1.0.3 @@ -10806,15 +11068,11 @@ packages: has-symbols: 1.0.3 dev: true - /is-typed-array@1.1.10: - resolution: {integrity: sha512-PJqgEHiWZvMpaFZ3uTc8kHPM4+4ADTlDniuQL7cU/UDA0Ql7F70yGfHph3cLNe+c9toaigv+DFzTJKhc2CtO6A==} + /is-typed-array@1.1.12: + resolution: {integrity: sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg==} engines: {node: '>= 0.4'} dependencies: - available-typed-arrays: 1.0.5 - call-bind: 1.0.2 - for-each: 0.3.3 - gopd: 1.0.1 - has-tostringtag: 1.0.0 + which-typed-array: 1.1.11 /is-unicode-supported@1.3.0: resolution: {integrity: sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ==} @@ -10845,13 +11103,17 @@ packages: /isarray@1.0.0: resolution: {integrity: sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==} + /isarray@2.0.5: + resolution: {integrity: sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==} + dev: true + /isexe@2.0.0: resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} /isomorphic-fetch@3.0.0: resolution: {integrity: sha512-qvUtwJ3j6qwsF3jLxkZ72qCgjMysPzDfeV240JHiGZsANBYd+EEuu35v7dfrJ9Up0Ak07D7GGSkGhCHTqg/5wA==} dependencies: - node-fetch: 2.6.11 + node-fetch: 2.6.12 whatwg-fetch: 3.6.2 transitivePeerDependencies: - encoding @@ -10871,6 +11133,15 @@ packages: supports-color: 7.2.0 dev: true + /istanbul-lib-report@3.0.1: + resolution: {integrity: sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==} + engines: {node: '>=10'} + dependencies: + istanbul-lib-coverage: 3.2.0 + make-dir: 4.0.0 + supports-color: 7.2.0 + dev: true + /istanbul-lib-source-maps@4.0.1: resolution: {integrity: sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==} engines: {node: '>=10'} @@ -10887,11 +11158,11 @@ packages: engines: {node: '>=8'} dependencies: html-escaper: 2.0.2 - istanbul-lib-report: 3.0.0 + istanbul-lib-report: 3.0.1 dev: true - /jackspeak@2.2.1: - resolution: {integrity: sha512-MXbxovZ/Pm42f6cDIDkl3xpwv1AGwObKwfmjs2nQePiy85tP3fatofl3FC1aBsOtP/6fq5SbtgHwWcMsLP+bDw==} + /jackspeak@2.3.0: + resolution: {integrity: sha512-uKmsITSsF4rUWQHzqaRUuyAir3fZfW3f202Ee34lz/gZCi970CPZwyQXLGNgWJvvZbvFyzeyGq0+4fcG/mBKZg==} engines: {node: '>=14'} dependencies: '@isaacs/cliui': 8.0.2 @@ -11123,7 +11394,7 @@ packages: eslint-utils: 2.1.0 eslint-visitor-keys: 1.3.0 espree: 6.2.1 - semver: 7.5.3 + semver: 7.5.4 dev: true /jsonc-parser@2.2.1: @@ -11215,21 +11486,18 @@ packages: uc.micro: 1.0.6 dev: false - /lint-staged@13.2.3: - resolution: {integrity: sha512-zVVEXLuQIhr1Y7R7YAWx4TZLdvuzk7DnmrsTNL0fax6Z3jrpFcas+vKbzxhhvp6TA55m1SQuWkpzI1qbfDZbAg==} - engines: {node: ^14.13.1 || >=16.0.0} + /lint-staged@14.0.1: + resolution: {integrity: sha512-Mw0cL6HXnHN1ag0mN/Dg4g6sr8uf8sn98w2Oc1ECtFto9tvRF7nkXGJRbx8gPlHyoR0pLyBr2lQHbWwmUHe1Sw==} + engines: {node: ^16.14.0 || >=18.0.0} hasBin: true dependencies: - chalk: 5.2.0 - cli-truncate: 3.1.0 - commander: 10.0.1 + chalk: 5.3.0 + commander: 11.0.0 debug: 4.3.4 - execa: 7.1.1 + execa: 7.2.0 lilconfig: 2.1.0 - listr2: 5.0.8 + listr2: 6.6.1 micromatch: 4.0.5 - normalize-path: 3.0.0 - object-inspect: 1.12.3 pidtree: 0.6.0 string-argv: 0.3.2 yaml: 2.3.1 @@ -11255,23 +11523,21 @@ packages: node-forge: 1.3.1 ufo: 1.1.2 - /listr2@5.0.8: - resolution: {integrity: sha512-mC73LitKHj9w6v30nLNGPetZIlfpUniNSsxxrbaPcWOjDb92SHPzJPi/t+v1YC/lxKz/AJ9egOjww0qUuFxBpA==} - engines: {node: ^14.13.1 || >=16.0.0} + /listr2@6.6.1: + resolution: {integrity: sha512-+rAXGHh0fkEWdXBmX+L6mmfmXmXvDGEKzkjxO+8mP3+nI/r/CWznVBvsibXdxda9Zz0OW2e2ikphN3OwCT/jSg==} + engines: {node: '>=16.0.0'} peerDependencies: enquirer: '>= 2.3.0 < 3' peerDependenciesMeta: enquirer: optional: true dependencies: - cli-truncate: 2.1.0 + cli-truncate: 3.1.0 colorette: 2.0.20 - log-update: 4.0.0 - p-map: 4.0.0 + eventemitter3: 5.0.1 + log-update: 5.0.1 rfdc: 1.3.0 - rxjs: 7.8.1 - through: 2.3.8 - wrap-ansi: 7.0.0 + wrap-ansi: 8.1.0 dev: true /load-yaml-file@0.2.0: @@ -11371,14 +11637,15 @@ packages: is-unicode-supported: 1.3.0 dev: false - /log-update@4.0.0: - resolution: {integrity: sha512-9fkkDevMefjg0mmzWFBW8YkFP91OrizzkW3diF7CpG+S2EYdy4+TVfGwz1zeF8x7hCx1ovSPTOE9Ngib74qqUg==} - engines: {node: '>=10'} + /log-update@5.0.1: + resolution: {integrity: sha512-5UtUDQ/6edw4ofyljDNcOVJQ4c7OjDro4h3y8e1GQL5iYElYclVHJ3zeWchylvMaKnDbDilC8irOVyexnA/Slw==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dependencies: - ansi-escapes: 4.3.2 - cli-cursor: 3.1.0 - slice-ansi: 4.0.0 - wrap-ansi: 6.2.0 + ansi-escapes: 5.0.0 + cli-cursor: 4.0.0 + slice-ansi: 5.0.0 + strip-ansi: 7.1.0 + wrap-ansi: 8.1.0 dev: true /longest-streak@2.0.4: @@ -11402,8 +11669,8 @@ packages: get-func-name: 2.0.0 dev: true - /lru-cache@10.0.0: - resolution: {integrity: sha512-svTf/fzsKHffP42sujkO/Rjs37BCIsQVRCeNYIm9WN8rgT7ffoUnRtZCqU+6BqcSBdv8gwJeTz8knJpgACeQMw==} + /lru-cache@10.0.1: + resolution: {integrity: sha512-IJ4uwUTi2qCccrioU6g9g/5rvvVl13bsdczUUcqbciD9iLr095yj8DQKdObriEvuNSx325N1rV1O0sJFszx75g==} engines: {node: 14 || >=16.14} /lru-cache@4.1.5: @@ -11429,11 +11696,6 @@ packages: engines: {node: '>=12'} dev: true - /lru-cache@9.1.2: - resolution: {integrity: sha512-ERJq3FOzJTxBbFjZ7iDs+NiK4VI9Wz+RdrrAB8dio1oV+YvdPzUEE4QNiT2VD51DkIbCYRUUzCRkssXCHqSnKQ==} - engines: {node: 14 || >=16.14} - dev: true - /lunr@2.3.9: resolution: {integrity: sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==} @@ -11446,7 +11708,7 @@ packages: resolution: {integrity: sha512-P53AZrzq7hclCU6HWj88xNZHmP15DKjMmK/vBytO1qnpYP3ul4IEZlyCE0aU3JRnmgWmZPmoTKj4Bls7v0pMyA==} engines: {node: '>=14.19.0'} dependencies: - magic-string: 0.30.1 + magic-string: 0.30.2 /magic-string@0.27.0: resolution: {integrity: sha512-8UnnX2PeRAPZuN12svgR9j7M1uWMovg/CEnIwIG0LFkXSJJe4PdfUGiTGl8V9bsBHFUtfVINcSyYxd7q+kx9fA==} @@ -11498,7 +11760,14 @@ packages: resolution: {integrity: sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==} engines: {node: '>=8'} dependencies: - semver: 7.5.3 + semver: 7.5.4 + + /make-dir@4.0.0: + resolution: {integrity: sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==} + engines: {node: '>=10'} + dependencies: + semver: 7.5.4 + dev: true /make-error@1.3.6: resolution: {integrity: sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==} @@ -11508,21 +11777,21 @@ packages: resolution: {integrity: sha512-rLWS7GCSTcEujjVBs2YqG7Y4643u8ucvCJeSRqiLYhesrDuzeuFIk37xREzAsfQaqzl8b9rNCE4m6J8tvX4Q8w==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: - agentkeepalive: 4.3.0 - cacache: 17.1.3 + agentkeepalive: 4.5.0 + cacache: 17.1.4 http-cache-semantics: 4.1.1 http-proxy-agent: 5.0.0 https-proxy-agent: 5.0.1 is-lambda: 1.0.1 lru-cache: 7.18.3 minipass: 5.0.0 - minipass-fetch: 3.0.3 + minipass-fetch: 3.0.4 minipass-flush: 1.0.5 minipass-pipeline: 1.2.4 negotiator: 0.6.3 promise-retry: 2.0.1 socks-proxy-agent: 7.0.0 - ssri: 10.0.4 + ssri: 10.0.5 transitivePeerDependencies: - supports-color dev: true @@ -11570,7 +11839,7 @@ packages: /match-sorter@6.3.1: resolution: {integrity: sha512-mxybbo3pPNuA+ZuCUhm5bwNkXrJTbsk5VWbR5wiwz/GC6LIiegBGn2w3O08UG/jdbYLinw51fSQ5xNU1U3MgBw==} dependencies: - '@babel/runtime': 7.22.5 + '@babel/runtime': 7.22.10 remove-accents: 0.4.2 dev: false @@ -12248,8 +12517,8 @@ packages: brace-expansion: 2.0.1 dev: true - /minimatch@9.0.2: - resolution: {integrity: sha512-PZOT9g5v2ojiTL7r1xF6plNHLtOeTpSlDI007As2NlA2aYBMfVom17yqa6QzhmDP8QOhn7LjHTg7DFCVSSa6yg==} + /minimatch@9.0.3: + resolution: {integrity: sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==} engines: {node: '>=16 || 14 >=14.17'} dependencies: brace-expansion: 2.0.1 @@ -12278,11 +12547,11 @@ packages: minipass: 3.3.6 dev: true - /minipass-fetch@3.0.3: - resolution: {integrity: sha512-n5ITsTkDqYkYJZjcRWzZt9qnZKCT7nKCosJhHoj7S7zD+BP4jVbWs+odsniw5TA3E0sLomhTKOKjF86wf11PuQ==} + /minipass-fetch@3.0.4: + resolution: {integrity: sha512-jHAqnA728uUpIaFm7NWsCnqKT6UqZz7GcI/bDpPATuwYyKwJwW0remxSCxUlKiEty+eopHGa3oc8WxgQ1FFJqg==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: - minipass: 5.0.0 + minipass: 7.0.3 minipass-sized: 1.0.3 minizlib: 2.1.2 optionalDependencies: @@ -12327,8 +12596,8 @@ packages: resolution: {integrity: sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==} engines: {node: '>=8'} - /minipass@6.0.2: - resolution: {integrity: sha512-MzWSV5nYVT7mVyWCwn2o7JH13w2TBRmmSqSRCKzTw+lmft9X4z+3wjvs06Tzijo5z4W/kahUCDpRXTF+ZrmF/w==} + /minipass@7.0.3: + resolution: {integrity: sha512-LhbbwCfz3vsb12j/WkWQPZfKTsgqIe1Nf/ti1pKjYESGLHIVjWU96G9/ljLH4F9mWNVhlQOm0VySdAWzf05dpg==} engines: {node: '>=16 || 14 >=14.17'} dev: true @@ -12389,7 +12658,7 @@ packages: acorn: 8.10.0 pathe: 1.1.1 pkg-types: 1.0.3 - ufo: 1.1.2 + ufo: 1.2.0 /mri@1.2.0: resolution: {integrity: sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==} @@ -12453,6 +12722,7 @@ packages: /natural-compare-lite@1.4.0: resolution: {integrity: sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==} + dev: true /natural-compare@1.4.0: resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==} @@ -12477,15 +12747,15 @@ packages: dependencies: '@cloudflare/kv-asset-handler': 0.3.0 '@netlify/functions': 1.6.0 - '@rollup/plugin-alias': 5.0.0(rollup@3.26.2) - '@rollup/plugin-commonjs': 25.0.2(rollup@3.26.2) - '@rollup/plugin-inject': 5.0.3(rollup@3.26.2) - '@rollup/plugin-json': 6.0.0(rollup@3.26.2) - '@rollup/plugin-node-resolve': 15.1.0(rollup@3.26.2) - '@rollup/plugin-replace': 5.0.2(rollup@3.26.2) - '@rollup/plugin-terser': 0.4.3(rollup@3.26.2) - '@rollup/plugin-wasm': 6.1.3(rollup@3.26.2) - '@rollup/pluginutils': 5.0.2(rollup@3.26.2) + '@rollup/plugin-alias': 5.0.0(rollup@3.28.0) + '@rollup/plugin-commonjs': 25.0.2(rollup@3.28.0) + '@rollup/plugin-inject': 5.0.3(rollup@3.28.0) + '@rollup/plugin-json': 6.0.0(rollup@3.28.0) + '@rollup/plugin-node-resolve': 15.1.0(rollup@3.28.0) + '@rollup/plugin-replace': 5.0.2(rollup@3.28.0) + '@rollup/plugin-terser': 0.4.3(rollup@3.28.0) + '@rollup/plugin-wasm': 6.1.3(rollup@3.28.0) + '@rollup/pluginutils': 5.0.2(rollup@3.28.0) '@types/http-proxy': 1.17.11 '@vercel/nft': 0.22.6 archiver: 5.3.1 @@ -12513,23 +12783,23 @@ packages: klona: 2.0.6 knitwork: 1.0.0 listhen: 1.0.4 - magic-string: 0.30.1 + magic-string: 0.30.2 mime: 3.0.0 mlly: 1.4.0 mri: 1.2.0 node-fetch-native: 1.2.0 ofetch: 1.1.1 ohash: 1.1.2 - openapi-typescript: 6.4.0 + openapi-typescript: 6.5.2 pathe: 1.1.1 perfect-debounce: 1.0.0 pkg-types: 1.0.3 pretty-bytes: 6.1.0 radix3: 1.0.1 - rollup: 3.26.2 - rollup-plugin-visualizer: 5.9.2(rollup@3.26.2) + rollup: 3.28.0 + rollup-plugin-visualizer: 5.9.2(rollup@3.28.0) scule: 1.0.0 - semver: 7.5.3 + semver: 7.5.4 serve-placeholder: 2.0.1 serve-static: 1.15.0 source-map-support: 0.5.21 @@ -12537,7 +12807,7 @@ packages: ufo: 1.1.2 uncrypto: 0.1.3 unenv: 1.5.1 - unimport: 3.0.14(rollup@3.26.2) + unimport: 3.1.0(rollup@3.28.0) unstorage: 1.7.0 transitivePeerDependencies: - '@azure/app-configuration' @@ -12570,8 +12840,8 @@ packages: /node-fetch-native@1.2.0: resolution: {integrity: sha512-5IAMBTl9p6PaAjYCnMv5FmqIF6GcZnawAVnzaCG0rX2aYZJ4CxEkZNtVPuTRug7fL7wyM5BQYTlAzcyMPi6oTQ==} - /node-fetch@2.6.11: - resolution: {integrity: sha512-4I6pdBY1EthSqDmJkiNk3JIT8cswwR9nfeW/cPdUagJYEQG7R95WRH74wpz7ma8Gh/9dI9FP+OU+0E4FvtA55w==} + /node-fetch@2.6.12: + resolution: {integrity: sha512-C/fGU2E8ToujUivIO0H+tpQ6HWo4eEmchoPIoXtxCrVghxdKq+QOHqEZW7tuP3KlV3bC8FRMO5nMCC7Zm1VP6g==} engines: {node: 4.x || >=6.0.0} peerDependencies: encoding: ^0.1.0 @@ -12605,8 +12875,8 @@ packages: whatwg-url: 5.0.0 dev: true - /node-fetch@3.3.1: - resolution: {integrity: sha512-cRVc/kyto/7E5shrWca1Wsea4y6tL9iYJE5FBCius3JQfb/4P4I295PfhgbJQBLTx6lATE4z+wK0rPM4VS2uow==} + /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 @@ -12634,7 +12904,7 @@ packages: nopt: 6.0.0 npmlog: 6.0.2 rimraf: 3.0.2 - semver: 7.5.3 + semver: 7.5.4 tar: 6.1.15 which: 2.0.2 transitivePeerDependencies: @@ -12671,8 +12941,8 @@ packages: resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==} dependencies: hosted-git-info: 2.8.9 - resolve: 1.22.2 - semver: 7.5.3 + resolve: 1.22.4 + semver: 7.5.4 validate-npm-package-license: 3.0.4 dev: true @@ -12681,8 +12951,8 @@ packages: engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: hosted-git-info: 6.1.1 - is-core-module: 2.12.1 - semver: 7.5.3 + is-core-module: 2.13.0 + semver: 7.5.4 validate-npm-package-license: 3.0.4 dev: true @@ -12705,11 +12975,11 @@ packages: npm-normalize-package-bin: 3.0.1 dev: true - /npm-install-checks@6.1.1: - resolution: {integrity: sha512-dH3GmQL4vsPtld59cOn8uY0iOqRmqKvV+DLGwNXV/Q7MDgD2QfOADWd/mFXcIE5LVhYYGjA3baz6W9JneqnuCw==} + /npm-install-checks@6.2.0: + resolution: {integrity: sha512-744wat5wAAHsxa4590mWO0tJ8PKxR8ORZsH9wGpQc3nWTzozMAgBN/XyqYw7mg3yqLM8dLwEnwSfKMmXAjF69g==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: - semver: 7.5.3 + semver: 7.5.4 dev: true /npm-normalize-package-bin@3.0.1: @@ -12723,7 +12993,7 @@ packages: dependencies: hosted-git-info: 6.1.1 proc-log: 3.0.0 - semver: 7.5.3 + semver: 7.5.4 validate-npm-package-name: 5.0.0 dev: true @@ -12734,14 +13004,14 @@ packages: ignore-walk: 6.0.3 dev: true - /npm-pick-manifest@8.0.1: - resolution: {integrity: sha512-mRtvlBjTsJvfCCdmPtiu2bdlx8d/KXtF7yNXNWe7G0Z36qWA9Ny5zXsI2PfBZEv7SXgoxTmNaTzGSbbzDZChoA==} + /npm-pick-manifest@8.0.2: + resolution: {integrity: sha512-1dKY+86/AIiq1tkKVD3l0WI+Gd3vkknVGAggsFeBkTvbhMQ1OND/LKkYv4JtXPKUJ8bOTCyLiqEg2P6QNdK+Gg==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: - npm-install-checks: 6.1.1 + npm-install-checks: 6.2.0 npm-normalize-package-bin: 3.0.1 npm-package-arg: 10.1.0 - semver: 7.5.3 + semver: 7.5.4 dev: true /npm-registry-fetch@14.0.5: @@ -12750,7 +13020,7 @@ packages: dependencies: make-fetch-happen: 11.1.1 minipass: 5.0.0 - minipass-fetch: 3.0.3 + minipass-fetch: 3.0.4 minipass-json-stream: 1.0.1 minizlib: 2.1.2 npm-package-arg: 10.1.0 @@ -12801,7 +13071,7 @@ packages: optionalDependencies: fsevents: 2.3.2 - /nuxt@3.6.5(@types/node@20.3.2)(eslint@8.46.0)(typescript@5.1.6)(vue-tsc@1.8.8): + /nuxt@3.6.5(@types/node@20.3.2)(typescript@5.1.6)(vue-tsc@1.8.8): resolution: {integrity: sha512-0A7V8B1HrIXX9IlqPc2w+5ZPXi+7MYa9QVhtuGYuLvjRKoSFANhCoMPRP6pKdoxigM1MBxhLue2VmHA/VbtJCw==} engines: {node: ^14.18.0 || >=16.10.0} hasBin: true @@ -12817,7 +13087,7 @@ packages: '@nuxt/schema': 3.6.5 '@nuxt/telemetry': 2.3.1 '@nuxt/ui-templates': 1.2.0 - '@nuxt/vite-builder': 3.6.5(@types/node@20.3.2)(eslint@8.46.0)(typescript@5.1.6)(vue-tsc@1.8.8)(vue@3.3.4) + '@nuxt/vite-builder': 3.6.5(@types/node@20.3.2)(typescript@5.1.6)(vue-tsc@1.8.8)(vue@3.3.4) '@types/node': 20.3.2 '@unhead/ssr': 1.1.30 '@unhead/vue': 1.1.30(vue@3.3.4) @@ -12857,7 +13127,7 @@ packages: uncrypto: 0.1.3 unctx: 2.3.1 unenv: 1.5.1 - unimport: 3.0.14(rollup@3.26.2) + unimport: 3.0.14 unplugin: 1.3.2 unplugin-vue-router: 0.6.4(vue-router@4.2.4)(vue@3.3.4) untyped: 1.3.2 @@ -12893,9 +13163,8 @@ packages: - vls - vti - vue-tsc - dev: true - /nuxt@3.6.5(@types/node@20.3.2)(rollup@3.20.2)(typescript@5.1.6): + /nuxt@3.6.5(@types/node@20.5.1)(eslint@8.47.0)(typescript@5.1.6)(vue-tsc@1.8.8): resolution: {integrity: sha512-0A7V8B1HrIXX9IlqPc2w+5ZPXi+7MYa9QVhtuGYuLvjRKoSFANhCoMPRP6pKdoxigM1MBxhLue2VmHA/VbtJCw==} engines: {node: ^14.18.0 || >=16.10.0} hasBin: true @@ -12907,12 +13176,12 @@ packages: optional: true dependencies: '@nuxt/devalue': 2.0.2 - '@nuxt/kit': 3.6.5(rollup@3.20.2) - '@nuxt/schema': 3.6.5(rollup@3.20.2) - '@nuxt/telemetry': 2.3.1(rollup@3.20.2) + '@nuxt/kit': 3.6.5 + '@nuxt/schema': 3.6.5 + '@nuxt/telemetry': 2.3.1 '@nuxt/ui-templates': 1.2.0 - '@nuxt/vite-builder': 3.6.5(@types/node@20.3.2)(rollup@3.20.2)(typescript@5.1.6)(vue@3.3.4) - '@types/node': 20.3.2 + '@nuxt/vite-builder': 3.6.5(@types/node@20.5.1)(eslint@8.47.0)(typescript@5.1.6)(vue-tsc@1.8.8)(vue@3.3.4) + '@types/node': 20.5.1 '@unhead/ssr': 1.1.30 '@unhead/vue': 1.1.30(vue@3.3.4) '@vue/shared': 3.3.4 @@ -12951,9 +13220,9 @@ packages: uncrypto: 0.1.3 unctx: 2.3.1 unenv: 1.5.1 - unimport: 3.0.14(rollup@3.20.2) + unimport: 3.0.14 unplugin: 1.3.2 - unplugin-vue-router: 0.6.4(rollup@3.20.2)(vue-router@4.2.4)(vue@3.3.4) + unplugin-vue-router: 0.6.4(vue-router@4.2.4)(vue@3.3.4) untyped: 1.3.2 vue: 3.3.4 vue-bundle-renderer: 1.0.3 @@ -12989,7 +13258,7 @@ packages: - vue-tsc dev: true - /nuxt@3.6.5(@types/node@20.3.2)(typescript@5.1.6)(vue-tsc@1.8.8): + /nuxt@3.6.5(@types/node@20.5.1)(rollup@3.20.2)(typescript@5.1.6): resolution: {integrity: sha512-0A7V8B1HrIXX9IlqPc2w+5ZPXi+7MYa9QVhtuGYuLvjRKoSFANhCoMPRP6pKdoxigM1MBxhLue2VmHA/VbtJCw==} engines: {node: ^14.18.0 || >=16.10.0} hasBin: true @@ -13001,12 +13270,12 @@ packages: optional: true dependencies: '@nuxt/devalue': 2.0.2 - '@nuxt/kit': 3.6.5 - '@nuxt/schema': 3.6.5 - '@nuxt/telemetry': 2.3.1 + '@nuxt/kit': 3.6.5(rollup@3.20.2) + '@nuxt/schema': 3.6.5(rollup@3.20.2) + '@nuxt/telemetry': 2.3.1(rollup@3.20.2) '@nuxt/ui-templates': 1.2.0 - '@nuxt/vite-builder': 3.6.5(@types/node@20.3.2)(eslint@8.46.0)(typescript@5.1.6)(vue-tsc@1.8.8)(vue@3.3.4) - '@types/node': 20.3.2 + '@nuxt/vite-builder': 3.6.5(@types/node@20.5.1)(rollup@3.20.2)(typescript@5.1.6)(vue@3.3.4) + '@types/node': 20.5.1 '@unhead/ssr': 1.1.30 '@unhead/vue': 1.1.30(vue@3.3.4) '@vue/shared': 3.3.4 @@ -13045,9 +13314,9 @@ packages: uncrypto: 0.1.3 unctx: 2.3.1 unenv: 1.5.1 - unimport: 3.0.14(rollup@3.26.2) + unimport: 3.0.14(rollup@3.20.2) unplugin: 1.3.2 - unplugin-vue-router: 0.6.4(vue-router@4.2.4)(vue@3.3.4) + unplugin-vue-router: 0.6.4(rollup@3.20.2)(vue-router@4.2.4)(vue@3.3.4) untyped: 1.3.2 vue: 3.3.4 vue-bundle-renderer: 1.0.3 @@ -13081,6 +13350,7 @@ packages: - vls - vti - vue-tsc + dev: true /nypm@0.2.2: resolution: {integrity: sha512-O7bumfWgUXlJefT1Y41SF4vsCvzeUYmnKABuOKStheCObzrkWPDmqJc+RJVU+57oFu9bITcrUq8sKFIHgjCnTg==} @@ -13125,7 +13395,7 @@ packages: dependencies: call-bind: 1.0.2 define-properties: 1.2.0 - es-abstract: 1.21.2 + es-abstract: 1.22.1 dev: true /oblivious-set@1.0.0: @@ -13183,15 +13453,15 @@ packages: is-wsl: 2.2.0 dev: true - /openapi-typescript@6.4.0: - resolution: {integrity: sha512-qTa5HGcVdTic2zmvC+aE3tEJqFUZGkXFk8ygAexTPzsHY3a0etay8bBSQjdNP4ZI8TaA+gtHJtTKvhkUhJd6Jw==} + /openapi-typescript@6.5.2: + resolution: {integrity: sha512-Zz41utYZ3BAyr32QhOATSnN9zcWMsJeA4Jdq7xQjfYOdZbQfI8Fvsvx41Doe9Wvoho1aj5cP9b5Z7kHtG6mYvg==} hasBin: true dependencies: ansi-colors: 4.1.3 - fast-glob: 3.3.0 + fast-glob: 3.3.1 js-yaml: 4.1.0 supports-color: 9.4.0 - undici: 5.22.1 + undici: 5.23.0 yargs-parser: 21.1.1 /openapi3-ts@2.0.2: @@ -13297,19 +13567,19 @@ packages: '@npmcli/installed-package-contents': 2.0.2 '@npmcli/promise-spawn': 6.0.2 '@npmcli/run-script': 6.0.2 - cacache: 17.1.3 - fs-minipass: 3.0.2 + cacache: 17.1.4 + fs-minipass: 3.0.3 minipass: 5.0.0 npm-package-arg: 10.1.0 npm-packlist: 7.0.4 - npm-pick-manifest: 8.0.1 + npm-pick-manifest: 8.0.2 npm-registry-fetch: 14.0.5 proc-log: 3.0.0 promise-retry: 2.0.1 read-package-json: 6.0.4 read-package-json-fast: 3.0.2 - sigstore: 1.6.0 - ssri: 10.0.4 + sigstore: 1.9.0 + ssri: 10.0.5 tar: 6.1.15 transitivePeerDependencies: - bluebird @@ -13344,7 +13614,7 @@ packages: resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} engines: {node: '>=8'} dependencies: - '@babel/code-frame': 7.22.5 + '@babel/code-frame': 7.22.10 error-ex: 1.3.2 json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 @@ -13404,12 +13674,12 @@ packages: /path-parse@1.0.7: resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} - /path-scurry@1.9.2: - resolution: {integrity: sha512-qSDLy2aGFPm8i4rsbHd4MNyTcrzHFsLQykrtbuGRknZZCBBVXSv2tSCDN2Cg6Rt/GFRw8GoW9y9Ecw5rIPG1sg==} + /path-scurry@1.10.1: + resolution: {integrity: sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==} engines: {node: '>=16 || 14 >=14.17'} dependencies: - lru-cache: 9.1.2 - minipass: 6.0.2 + lru-cache: 10.0.1 + minipass: 7.0.3 dev: true /path-to-regexp@1.8.0: @@ -13506,8 +13776,8 @@ packages: mlly: 1.4.0 pathe: 1.1.1 - /playwright-core@1.36.2: - resolution: {integrity: sha512-sQYZt31dwkqxOrP7xy2ggDfEzUxM1lodjhsQ3NMMv5uGTRDsLxU0e4xf4wwMkF2gplIxf17QMBCodSFgm6bFVQ==} + /playwright-core@1.37.1: + resolution: {integrity: sha512-17EuQxlSIYCmEMwzMqusJ2ztDgJePjrbttaefgdsiqeLWidjYz9BxXaTaZWxH1J95SHGk6tjE+dwgWILJoUZfA==} engines: {node: '>=16'} hasBin: true dev: true @@ -13521,20 +13791,20 @@ packages: resolution: {integrity: sha512-Sz2Lkdxz6F2Pgnpi9U5Ng/WdWAUZxmHrNPoVlm3aAemxoy2Qy7LGjQg4uf8qKelDAUW94F4np3iH2YPf2qefcQ==} engines: {node: '>=10'} dependencies: - '@babel/runtime': 7.22.5 + '@babel/runtime': 7.22.10 dev: false - /postcss-calc@9.0.1(postcss@8.4.26): + /postcss-calc@9.0.1(postcss@8.4.28): resolution: {integrity: sha512-TipgjGyzP5QzEhsOZUaIkeO5mKeMFpebWzRogWG/ysonUlnHcq5aJe0jOjpfzUU8PeSaBQnrE8ehR0QA5vs8PQ==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.2.2 dependencies: - postcss: 8.4.26 + postcss: 8.4.28 postcss-selector-parser: 6.0.13 postcss-value-parser: 4.2.0 - /postcss-colormin@6.0.0(postcss@8.4.26): + /postcss-colormin@6.0.0(postcss@8.4.28): resolution: {integrity: sha512-EuO+bAUmutWoZYgHn2T1dG1pPqHU6L4TjzPlu4t1wZGXQ/fxV16xg2EJmYi0z+6r+MGV1yvpx1BHkUaRrPa2bw==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: @@ -13543,78 +13813,78 @@ packages: browserslist: 4.21.9 caniuse-api: 3.0.0 colord: 2.9.3 - postcss: 8.4.26 + postcss: 8.4.28 postcss-value-parser: 4.2.0 - /postcss-convert-values@6.0.0(postcss@8.4.26): + /postcss-convert-values@6.0.0(postcss@8.4.28): resolution: {integrity: sha512-U5D8QhVwqT++ecmy8rnTb+RL9n/B806UVaS3m60lqle4YDFcpbS3ae5bTQIh3wOGUSDHSEtMYLs/38dNG7EYFw==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.2.15 dependencies: browserslist: 4.21.9 - postcss: 8.4.26 + postcss: 8.4.28 postcss-value-parser: 4.2.0 - /postcss-discard-comments@6.0.0(postcss@8.4.26): + /postcss-discard-comments@6.0.0(postcss@8.4.28): resolution: {integrity: sha512-p2skSGqzPMZkEQvJsgnkBhCn8gI7NzRH2683EEjrIkoMiwRELx68yoUJ3q3DGSGuQ8Ug9Gsn+OuDr46yfO+eFw==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.26 + postcss: 8.4.28 - /postcss-discard-duplicates@6.0.0(postcss@8.4.26): + /postcss-discard-duplicates@6.0.0(postcss@8.4.28): resolution: {integrity: sha512-bU1SXIizMLtDW4oSsi5C/xHKbhLlhek/0/yCnoMQany9k3nPBq+Ctsv/9oMmyqbR96HYHxZcHyK2HR5P/mqoGA==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.26 + postcss: 8.4.28 - /postcss-discard-empty@6.0.0(postcss@8.4.26): + /postcss-discard-empty@6.0.0(postcss@8.4.28): resolution: {integrity: sha512-b+h1S1VT6dNhpcg+LpyiUrdnEZfICF0my7HAKgJixJLW7BnNmpRH34+uw/etf5AhOlIhIAuXApSzzDzMI9K/gQ==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.26 + postcss: 8.4.28 - /postcss-discard-overridden@6.0.0(postcss@8.4.26): + /postcss-discard-overridden@6.0.0(postcss@8.4.28): resolution: {integrity: sha512-4VELwssYXDFigPYAZ8vL4yX4mUepF/oCBeeIT4OXsJPYOtvJumyz9WflmJWTfDwCUcpDR+z0zvCWBXgTx35SVw==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.26 + postcss: 8.4.28 /postcss-import-resolver@2.0.0: resolution: {integrity: sha512-y001XYgGvVwgxyxw9J1a5kqM/vtmIQGzx34g0A0Oy44MFcy/ZboZw1hu/iN3VYFjSTRzbvd7zZJJz0Kh0AGkTw==} dependencies: enhanced-resolve: 4.5.0 - /postcss-import@15.1.0(postcss@8.4.26): + /postcss-import@15.1.0(postcss@8.4.28): resolution: {integrity: sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==} engines: {node: '>=14.0.0'} peerDependencies: postcss: ^8.0.0 dependencies: - postcss: 8.4.26 + postcss: 8.4.28 postcss-value-parser: 4.2.0 read-cache: 1.0.0 - resolve: 1.22.2 + resolve: 1.22.4 - /postcss-merge-longhand@6.0.0(postcss@8.4.26): + /postcss-merge-longhand@6.0.0(postcss@8.4.28): resolution: {integrity: sha512-4VSfd1lvGkLTLYcxFuISDtWUfFS4zXe0FpF149AyziftPFQIWxjvFSKhA4MIxMe4XM3yTDgQMbSNgzIVxChbIg==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.26 + postcss: 8.4.28 postcss-value-parser: 4.2.0 - stylehacks: 6.0.0(postcss@8.4.26) + stylehacks: 6.0.0(postcss@8.4.28) - /postcss-merge-rules@6.0.1(postcss@8.4.26): + /postcss-merge-rules@6.0.1(postcss@8.4.28): resolution: {integrity: sha512-a4tlmJIQo9SCjcfiCcCMg/ZCEe0XTkl/xK0XHBs955GWg9xDX3NwP9pwZ78QUOWB8/0XCjZeJn98Dae0zg6AAw==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: @@ -13622,142 +13892,142 @@ packages: dependencies: browserslist: 4.21.9 caniuse-api: 3.0.0 - cssnano-utils: 4.0.0(postcss@8.4.26) - postcss: 8.4.26 + cssnano-utils: 4.0.0(postcss@8.4.28) + postcss: 8.4.28 postcss-selector-parser: 6.0.13 - /postcss-minify-font-values@6.0.0(postcss@8.4.26): + /postcss-minify-font-values@6.0.0(postcss@8.4.28): resolution: {integrity: sha512-zNRAVtyh5E8ndZEYXA4WS8ZYsAp798HiIQ1V2UF/C/munLp2r1UGHwf1+6JFu7hdEhJFN+W1WJQKBrtjhFgEnA==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.26 + postcss: 8.4.28 postcss-value-parser: 4.2.0 - /postcss-minify-gradients@6.0.0(postcss@8.4.26): + /postcss-minify-gradients@6.0.0(postcss@8.4.28): resolution: {integrity: sha512-wO0F6YfVAR+K1xVxF53ueZJza3L+R3E6cp0VwuXJQejnNUH0DjcAFe3JEBeTY1dLwGa0NlDWueCA1VlEfiKgAA==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.2.15 dependencies: colord: 2.9.3 - cssnano-utils: 4.0.0(postcss@8.4.26) - postcss: 8.4.26 + cssnano-utils: 4.0.0(postcss@8.4.28) + postcss: 8.4.28 postcss-value-parser: 4.2.0 - /postcss-minify-params@6.0.0(postcss@8.4.26): + /postcss-minify-params@6.0.0(postcss@8.4.28): resolution: {integrity: sha512-Fz/wMQDveiS0n5JPcvsMeyNXOIMrwF88n7196puSuQSWSa+/Ofc1gDOSY2xi8+A4PqB5dlYCKk/WfqKqsI+ReQ==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.2.15 dependencies: browserslist: 4.21.9 - cssnano-utils: 4.0.0(postcss@8.4.26) - postcss: 8.4.26 + cssnano-utils: 4.0.0(postcss@8.4.28) + postcss: 8.4.28 postcss-value-parser: 4.2.0 - /postcss-minify-selectors@6.0.0(postcss@8.4.26): + /postcss-minify-selectors@6.0.0(postcss@8.4.28): resolution: {integrity: sha512-ec/q9JNCOC2CRDNnypipGfOhbYPuUkewGwLnbv6omue/PSASbHSU7s6uSQ0tcFRVv731oMIx8k0SP4ZX6be/0g==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.26 + postcss: 8.4.28 postcss-selector-parser: 6.0.13 - /postcss-normalize-charset@6.0.0(postcss@8.4.26): + /postcss-normalize-charset@6.0.0(postcss@8.4.28): resolution: {integrity: sha512-cqundwChbu8yO/gSWkuFDmKrCZ2vJzDAocheT2JTd0sFNA4HMGoKMfbk2B+J0OmO0t5GUkiAkSM5yF2rSLUjgQ==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.26 + postcss: 8.4.28 - /postcss-normalize-display-values@6.0.0(postcss@8.4.26): + /postcss-normalize-display-values@6.0.0(postcss@8.4.28): resolution: {integrity: sha512-Qyt5kMrvy7dJRO3OjF7zkotGfuYALETZE+4lk66sziWSPzlBEt7FrUshV6VLECkI4EN8Z863O6Nci4NXQGNzYw==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.26 + postcss: 8.4.28 postcss-value-parser: 4.2.0 - /postcss-normalize-positions@6.0.0(postcss@8.4.26): + /postcss-normalize-positions@6.0.0(postcss@8.4.28): resolution: {integrity: sha512-mPCzhSV8+30FZyWhxi6UoVRYd3ZBJgTRly4hOkaSifo0H+pjDYcii/aVT4YE6QpOil15a5uiv6ftnY3rm0igPg==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.26 + postcss: 8.4.28 postcss-value-parser: 4.2.0 - /postcss-normalize-repeat-style@6.0.0(postcss@8.4.26): + /postcss-normalize-repeat-style@6.0.0(postcss@8.4.28): resolution: {integrity: sha512-50W5JWEBiOOAez2AKBh4kRFm2uhrT3O1Uwdxz7k24aKtbD83vqmcVG7zoIwo6xI2FZ/HDlbrCopXhLeTpQib1A==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.26 + postcss: 8.4.28 postcss-value-parser: 4.2.0 - /postcss-normalize-string@6.0.0(postcss@8.4.26): + /postcss-normalize-string@6.0.0(postcss@8.4.28): resolution: {integrity: sha512-KWkIB7TrPOiqb8ZZz6homet2KWKJwIlysF5ICPZrXAylGe2hzX/HSf4NTX2rRPJMAtlRsj/yfkrWGavFuB+c0w==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.26 + postcss: 8.4.28 postcss-value-parser: 4.2.0 - /postcss-normalize-timing-functions@6.0.0(postcss@8.4.26): + /postcss-normalize-timing-functions@6.0.0(postcss@8.4.28): resolution: {integrity: sha512-tpIXWciXBp5CiFs8sem90IWlw76FV4oi6QEWfQwyeREVwUy39VSeSqjAT7X0Qw650yAimYW5gkl2Gd871N5SQg==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.26 + postcss: 8.4.28 postcss-value-parser: 4.2.0 - /postcss-normalize-unicode@6.0.0(postcss@8.4.26): + /postcss-normalize-unicode@6.0.0(postcss@8.4.28): resolution: {integrity: sha512-ui5crYkb5ubEUDugDc786L/Me+DXp2dLg3fVJbqyAl0VPkAeALyAijF2zOsnZyaS1HyfPuMH0DwyY18VMFVNkg==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.2.15 dependencies: browserslist: 4.21.9 - postcss: 8.4.26 + postcss: 8.4.28 postcss-value-parser: 4.2.0 - /postcss-normalize-url@6.0.0(postcss@8.4.26): + /postcss-normalize-url@6.0.0(postcss@8.4.28): resolution: {integrity: sha512-98mvh2QzIPbb02YDIrYvAg4OUzGH7s1ZgHlD3fIdTHLgPLRpv1ZTKJDnSAKr4Rt21ZQFzwhGMXxpXlfrUBKFHw==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.26 + postcss: 8.4.28 postcss-value-parser: 4.2.0 - /postcss-normalize-whitespace@6.0.0(postcss@8.4.26): + /postcss-normalize-whitespace@6.0.0(postcss@8.4.28): resolution: {integrity: sha512-7cfE1AyLiK0+ZBG6FmLziJzqQCpTQY+8XjMhMAz8WSBSCsCNNUKujgIgjCAmDT3cJ+3zjTXFkoD15ZPsckArVw==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.26 + postcss: 8.4.28 postcss-value-parser: 4.2.0 - /postcss-ordered-values@6.0.0(postcss@8.4.26): + /postcss-ordered-values@6.0.0(postcss@8.4.28): resolution: {integrity: sha512-K36XzUDpvfG/nWkjs6d1hRBydeIxGpKS2+n+ywlKPzx1nMYDYpoGbcjhj5AwVYJK1qV2/SDoDEnHzlPD6s3nMg==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.2.15 dependencies: - cssnano-utils: 4.0.0(postcss@8.4.26) - postcss: 8.4.26 + cssnano-utils: 4.0.0(postcss@8.4.28) + postcss: 8.4.28 postcss-value-parser: 4.2.0 - /postcss-reduce-initial@6.0.0(postcss@8.4.26): + /postcss-reduce-initial@6.0.0(postcss@8.4.28): resolution: {integrity: sha512-s2UOnidpVuXu6JiiI5U+fV2jamAw5YNA9Fdi/GRK0zLDLCfXmSGqQtzpUPtfN66RtCbb9fFHoyZdQaxOB3WxVA==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: @@ -13765,15 +14035,15 @@ packages: dependencies: browserslist: 4.21.9 caniuse-api: 3.0.0 - postcss: 8.4.26 + postcss: 8.4.28 - /postcss-reduce-transforms@6.0.0(postcss@8.4.26): + /postcss-reduce-transforms@6.0.0(postcss@8.4.28): resolution: {integrity: sha512-FQ9f6xM1homnuy1wLe9lP1wujzxnwt1EwiigtWwuyf8FsqqXUDUp2Ulxf9A5yjlUOTdCJO6lonYjg1mgqIIi2w==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.26 + postcss: 8.4.28 postcss-value-parser: 4.2.0 /postcss-selector-parser@6.0.13: @@ -13783,26 +14053,26 @@ packages: cssesc: 3.0.0 util-deprecate: 1.0.2 - /postcss-svgo@6.0.0(postcss@8.4.26): + /postcss-svgo@6.0.0(postcss@8.4.28): resolution: {integrity: sha512-r9zvj/wGAoAIodn84dR/kFqwhINp5YsJkLoujybWG59grR/IHx+uQ2Zo+IcOwM0jskfYX3R0mo+1Kip1VSNcvw==} engines: {node: ^14 || ^16 || >= 18} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.26 + postcss: 8.4.28 postcss-value-parser: 4.2.0 svgo: 3.0.2 - /postcss-unique-selectors@6.0.0(postcss@8.4.26): + /postcss-unique-selectors@6.0.0(postcss@8.4.28): resolution: {integrity: sha512-EPQzpZNxOxP7777t73RQpZE5e9TrnCrkvp7AH7a0l89JmZiPnS82y216JowHXwpBCQitfyxrof9TK3rYbi7/Yw==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.26 + postcss: 8.4.28 postcss-selector-parser: 6.0.13 - /postcss-url@10.1.3(postcss@8.4.26): + /postcss-url@10.1.3(postcss@8.4.28): resolution: {integrity: sha512-FUzyxfI5l2tKmXdYc6VTu3TWZsInayEKPbiyW+P6vmmIrrb4I6CGX0BFoewgYHLK+oIL5FECEK02REYRpBvUCw==} engines: {node: '>=10'} peerDependencies: @@ -13811,14 +14081,14 @@ packages: make-dir: 3.1.0 mime: 2.5.2 minimatch: 3.0.8 - postcss: 8.4.26 + postcss: 8.4.28 xxhashjs: 0.2.2 /postcss-value-parser@4.2.0: resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} - /postcss@8.4.26: - resolution: {integrity: sha512-jrXHFF8iTloAenySjM/ob3gSj7pCu0Ji49hnjqzsgSRa50hkWCKD0HQ+gMNJkW38jBI68MpAAg7ZWwHwX8NMMw==} + /postcss@8.4.28: + resolution: {integrity: sha512-Z7V5j0cq8oEKyejIKfpD8b4eBy9cwW2JWPk0+fB1HOAMsfHbnAXLLS+PfVWlzMSLQaWttKDt607I0XHmpE67Vw==} engines: {node: ^10 || ^12 || >=14} dependencies: nanoid: 3.3.6 @@ -13838,7 +14108,7 @@ packages: mime-format: 2.0.1 mime-types: 2.1.35 postman-url-encoder: 3.0.5 - semver: 7.5.3 + semver: 7.5.4 uuid: 8.3.2 dev: false @@ -13877,7 +14147,7 @@ packages: resolution: {integrity: sha512-kt9wk33J7HvFGwFaHb8piwy4zbUmabC8Nu+qCw493jhe96YkpjscqGBPy4nJ9TPy9pd7+kEx1zM81rp+MIdrXg==} engines: {node: ^14.15.0 || >=16.0.0, pnpm: '>=7.14.0'} dependencies: - '@astrojs/compiler': 1.6.3 + '@astrojs/compiler': 1.8.2 prettier: 2.8.8 sass-formatter: 0.7.6 synckit: 0.8.5 @@ -13888,8 +14158,8 @@ packages: engines: {node: '>=10.13.0'} hasBin: true - /prettier@3.0.0: - resolution: {integrity: sha512-zBf5eHpwHOGPC47h0zrPyNn+eAEIdEzfywMoYn2XPi0P44Zp0tSq64rq0xAREh4auw2cJZHo9QUob+NqCQky4g==} + /prettier@3.0.2: + resolution: {integrity: sha512-o2YR9qtniXvwEZlOKbveKfDQVyqxbEIWn48Z8m3ZJjBjcCmUy3xZGIv+7AkaeuaTr6yPXJjwv07ZWlsWbEy1rQ==} engines: {node: '>=14'} hasBin: true @@ -14086,7 +14356,7 @@ packages: react-native: optional: true dependencies: - '@babel/runtime': 7.22.5 + '@babel/runtime': 7.22.10 broadcast-channel: 3.7.0 match-sorter: 6.3.1 react: 17.0.2 @@ -14097,7 +14367,7 @@ packages: peerDependencies: react: '>=15' dependencies: - '@babel/runtime': 7.22.5 + '@babel/runtime': 7.22.10 history: 4.10.1 loose-envify: 1.4.0 prop-types: 15.8.1 @@ -14123,7 +14393,7 @@ packages: peerDependencies: react: '>=15' dependencies: - '@babel/runtime': 7.22.5 + '@babel/runtime': 7.22.10 history: 4.10.1 hoist-non-react-statics: 3.3.2 loose-envify: 1.4.0 @@ -14196,7 +14466,7 @@ packages: resolution: {integrity: sha512-AEtWXYfopBj2z5N5PbkAOeNHRPUg5q+Nen7QLxV8M2zJq1ym6/lCz3fYNTCXe19puu2d06jfHhrP7v/S2PtMMw==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: - glob: 10.3.0 + glob: 10.3.3 json-parse-even-better-errors: 3.0.0 normalize-package-data: 5.0.0 npm-normalize-package-bin: 3.0.1 @@ -14292,6 +14562,10 @@ packages: /regenerator-runtime@0.13.11: resolution: {integrity: sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==} + dev: true + + /regenerator-runtime@0.14.0: + resolution: {integrity: sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==} /regexp-tree@0.1.25: resolution: {integrity: sha512-szcL3aqw+vEeuxhL1AMYRyeMP+goYF5I/guaH10uJX5xbGyeQeNPPneaj3ZWVmGLCDxrVaaYekkr5R12gk4dJw==} @@ -14476,33 +14750,24 @@ packages: /resolve@1.19.0: resolution: {integrity: sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==} dependencies: - is-core-module: 2.12.1 + is-core-module: 2.13.0 path-parse: 1.0.7 dev: true - /resolve@1.22.2: - resolution: {integrity: sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==} + /resolve@1.22.4: + resolution: {integrity: sha512-PXNdCiPqDqeUou+w1C2eTQbNfxKSuMxqTCuvlmmMsk1NWHL5fRrhY6Pl0qEYYc6+QqGClco1Qj8XnjPego4wfg==} hasBin: true dependencies: - is-core-module: 2.12.1 + is-core-module: 2.13.0 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 - /restore-cursor@3.1.0: - resolution: {integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==} - engines: {node: '>=8'} - dependencies: - onetime: 5.1.2 - signal-exit: 3.0.7 - dev: true - /restore-cursor@4.0.0: resolution: {integrity: sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dependencies: onetime: 5.1.2 signal-exit: 3.0.7 - dev: false /retext-latin@3.1.0: resolution: {integrity: sha512-5MrD1tuebzO8ppsja5eEu+ZbBeUNCjoEarn70tkXOS7Bdsdf6tNahsv2bY0Z8VooFF6cw7/6S+d3yI/TMlMVVQ==} @@ -14565,11 +14830,11 @@ packages: rollup: ^3.0.0 typescript: ^4.1 || ^5.0 dependencies: - magic-string: 0.30.1 + magic-string: 0.30.2 rollup: 3.20.2 typescript: 5.1.6 optionalDependencies: - '@babel/code-frame': 7.22.5 + '@babel/code-frame': 7.22.10 dev: true /rollup-plugin-visualizer@5.9.2(rollup@3.20.2): @@ -14588,7 +14853,7 @@ packages: source-map: 0.7.4 yargs: 17.7.2 - /rollup-plugin-visualizer@5.9.2(rollup@3.26.2): + /rollup-plugin-visualizer@5.9.2(rollup@3.28.0): resolution: {integrity: sha512-waHktD5mlWrYFrhOLbti4YgQCn1uR24nYsNuXxg7LkPH8KdTXVWR9DNY1WU0QqokyMixVXJS4J04HNrVTMP01A==} engines: {node: '>=14'} hasBin: true @@ -14600,7 +14865,7 @@ packages: dependencies: open: 8.4.0 picomatch: 2.3.1 - rollup: 3.26.2 + rollup: 3.28.0 source-map: 0.7.4 yargs: 17.7.2 @@ -14611,8 +14876,8 @@ packages: optionalDependencies: fsevents: 2.3.2 - /rollup@3.26.2: - resolution: {integrity: sha512-6umBIGVz93er97pMgQO08LuH3m6PUb3jlDUUGFsNJB6VgTCUaDFpupf5JfU30529m/UKOgmiX+uY6Sx8cOYpLA==} + /rollup@3.28.0: + resolution: {integrity: sha512-d7zhvo1OUY2SXSM6pfNjgD5+d0Nz87CUp4mt8l/GgVP3oBsPwzNvSzyu1me6BSG9JIgWNTVcafIXBIyM8yQ3yw==} engines: {node: '>=14.18.0', npm: '>=8.0.0'} hasBin: true optionalDependencies: @@ -14621,7 +14886,7 @@ packages: /rtl-css-js@1.16.1: resolution: {integrity: sha512-lRQgou1mu19e+Ya0LsTvKrVJ5TYUbqCVPAiImX3UfLTenarvPUl1QFdvu5Z3PYmHT9RCcwIfbjRQBntExyj3Zg==} dependencies: - '@babel/runtime': 7.22.5 + '@babel/runtime': 7.22.10 dev: false /run-applescript@5.0.0: @@ -14653,6 +14918,16 @@ packages: mri: 1.2.0 dev: false + /safe-array-concat@1.0.0: + resolution: {integrity: sha512-9dVEFruWIsnie89yym+xWTAYASdpw3CJV7Li/6zBewGf9z2i1j31rP6jnY0pHEO4QZh6N0K11bFjWmdR8UGdPQ==} + engines: {node: '>=0.4'} + dependencies: + call-bind: 1.0.2 + get-intrinsic: 1.2.1 + has-symbols: 1.0.3 + isarray: 2.0.5 + dev: true + /safe-buffer@5.1.2: resolution: {integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==} @@ -14734,6 +15009,13 @@ packages: dependencies: lru-cache: 6.0.0 + /semver@7.5.4: + resolution: {integrity: sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==} + engines: {node: '>=10'} + hasBin: true + dependencies: + lru-cache: 6.0.0 + /send@0.18.0: resolution: {integrity: sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==} engines: {node: '>= 0.8.0'} @@ -14852,15 +15134,21 @@ packages: engines: {node: '>=14'} dev: true - /sigstore@1.6.0: - resolution: {integrity: sha512-QODKff/qW/TXOZI6V/Clqu74xnInAS6it05mufj4/fSewexLtfEntgLZZcBtUK44CDQyUE5TUXYy1ARYzlfG9g==} + /signal-exit@4.1.0: + resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==} + engines: {node: '>=14'} + dev: true + + /sigstore@1.9.0: + resolution: {integrity: sha512-0Zjz0oe37d08VeOtBIuB6cRriqXse2e8w+7yIy2XSXjshRKxbc2KkhXjL229jXSxEm7UbcjS76wcJDGQddVI9A==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} hasBin: true dependencies: - '@sigstore/protobuf-specs': 0.1.0 - '@sigstore/tuf': 1.0.0 + '@sigstore/bundle': 1.1.0 + '@sigstore/protobuf-specs': 0.2.1 + '@sigstore/sign': 1.0.0 + '@sigstore/tuf': 1.0.3 make-fetch-happen: 11.1.1 - tuf-js: 1.1.7 transitivePeerDependencies: - supports-color dev: true @@ -14895,24 +15183,6 @@ packages: resolution: {integrity: sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==} engines: {node: '>=12'} - /slice-ansi@3.0.0: - resolution: {integrity: sha512-pSyv7bSTC7ig9Dcgbw9AuRNUb5k5V6oDudjZoMBSr13qpLBG7tB+zgCkARjq7xIUgdz5P1Qe8u+rSGdouOOIyQ==} - engines: {node: '>=8'} - dependencies: - ansi-styles: 4.3.0 - astral-regex: 2.0.0 - is-fullwidth-code-point: 3.0.0 - dev: true - - /slice-ansi@4.0.0: - resolution: {integrity: sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==} - engines: {node: '>=10'} - dependencies: - ansi-styles: 4.3.0 - astral-regex: 2.0.0 - is-fullwidth-code-point: 3.0.0 - dev: true - /slice-ansi@5.0.0: resolution: {integrity: sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==} engines: {node: '>=12'} @@ -15030,11 +15300,11 @@ packages: /sprintf-js@1.0.3: resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==} - /ssri@10.0.4: - resolution: {integrity: sha512-12+IR2CB2C28MMAw0Ncqwj5QbTcs0nGIhgJzYWzDkb21vWmfNI83KS4f3Ci6GI98WreIfG7o9UXp3C0qbpA8nQ==} + /ssri@10.0.5: + resolution: {integrity: sha512-bSf16tAFkGeRlUNDjXu8FzaMQt6g2HZJrun7mtMbIPOddxt3GLMSz5VWUWcqTJUPfLEaDIepGxv+bYQW49596A==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: - minipass: 5.0.0 + minipass: 7.0.3 dev: true /stack-generator@2.0.10: @@ -15127,7 +15397,7 @@ packages: dependencies: call-bind: 1.0.2 define-properties: 1.2.0 - es-abstract: 1.21.2 + es-abstract: 1.22.1 dev: true /string.prototype.trimend@1.0.6: @@ -15135,7 +15405,7 @@ packages: dependencies: call-bind: 1.0.2 define-properties: 1.2.0 - es-abstract: 1.21.2 + es-abstract: 1.22.1 dev: true /string.prototype.trimstart@1.0.6: @@ -15143,7 +15413,7 @@ packages: dependencies: call-bind: 1.0.2 define-properties: 1.2.0 - es-abstract: 1.21.2 + es-abstract: 1.22.1 dev: true /string_decoder@1.1.1: @@ -15228,20 +15498,26 @@ packages: dependencies: acorn: 8.10.0 + /strip-literal@1.3.0: + resolution: {integrity: sha512-PugKzOsyXpArk0yWmUwqOZecSO0GH0bPoctLcqNDH9J04pVW3lflYE0ujElBGTloevcxF5MofAOZ7C5l2b+wLg==} + dependencies: + acorn: 8.10.0 + dev: true + /style-to-object@0.3.0: resolution: {integrity: sha512-CzFnRRXhzWIdItT3OmF8SQfWyahHhjq3HwcMNCNLn+N7klOOqPjMeG/4JSu77D7ypZdGvSzvkrbyeTMizz2VrA==} dependencies: inline-style-parser: 0.1.1 dev: false - /stylehacks@6.0.0(postcss@8.4.26): + /stylehacks@6.0.0(postcss@8.4.28): resolution: {integrity: sha512-+UT589qhHPwz6mTlCLSt/vMNTJx8dopeJlZAlBMJPWA3ORqu6wmQY7FBXf+qD+FsqoBJODyqNxOUP3jdntFRdw==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.2.15 dependencies: browserslist: 4.21.9 - postcss: 8.4.26 + postcss: 8.4.28 postcss-selector-parser: 6.0.13 /stylis@4.1.3: @@ -15346,14 +15622,14 @@ packages: resolution: {integrity: sha512-HM4chXXDaHCAl1AFbSlyHUFjoaEKTewVE0j6ni5S5mRdPdJdva4AfcmXgBZYnRBiJagl6QuVtsqLjqHUiiO20A==} hasBin: true dependencies: - '@antfu/ni': 0.21.4 + '@antfu/ni': 0.21.5 '@npmcli/config': 6.2.1 detect-indent: 7.0.1 - execa: 7.1.1 + execa: 7.2.0 pacote: 15.2.0 prompts: 2.4.2 - semver: 7.5.3 - unconfig: 0.3.9 + semver: 7.5.4 + unconfig: 0.3.10 yargs: 17.7.2 transitivePeerDependencies: - bluebird @@ -15437,8 +15713,8 @@ packages: resolution: {integrity: sha512-kRwSG8Zx4tjF9ZiyH4bhaebu+EDz1BOx9hOigYHlUW4xxI/wKIUQUqo018UlU4ar6ATPBsaMrdbKZ+tmPdohFA==} dev: true - /tinypool@0.6.0: - resolution: {integrity: sha512-FdswUUo5SxRizcBc6b1GSuLpLjisa8N8qMyYoP3rl+bym+QauhtJP5bvZY1ytt8krKGmMLYIRl36HBZfeAoqhQ==} + /tinypool@0.7.0: + resolution: {integrity: sha512-zSYNUlYSMhJ6Zdou4cJwo/p7w5nmAH17GRfU/ui3ctvjXFErXXkruT4MWW6poDeXgCaIBlGLrfU6TbTXxyGMww==} engines: {node: '>=14.0.0'} dev: true @@ -15544,7 +15820,7 @@ packages: enhanced-resolve: 4.5.0 loader-utils: 2.0.4 micromatch: 4.0.5 - semver: 7.5.3 + semver: 7.5.4 typescript: 5.1.6 dev: true @@ -15605,7 +15881,7 @@ packages: '@types/json5': 0.0.30 '@types/resolve': 1.20.2 json5: 2.2.3 - resolve: 1.22.2 + resolve: 1.22.4 strip-bom: 4.0.0 type-fest: 0.13.1 dev: false @@ -15616,6 +15892,10 @@ packages: /tslib@2.5.3: resolution: {integrity: sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w==} + /tslib@2.6.1: + resolution: {integrity: sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig==} + dev: false + /tsutils@3.21.0(typescript@5.1.6): resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} engines: {node: '>= 6'} @@ -15756,6 +16036,11 @@ packages: engines: {node: '>=8'} dev: true + /type-fest@1.4.0: + resolution: {integrity: sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==} + engines: {node: '>=10'} + dev: true + /type-fest@2.19.0: resolution: {integrity: sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==} engines: {node: '>=12.20'} @@ -15768,12 +16053,42 @@ packages: mime-types: 2.1.35 dev: false + /typed-array-buffer@1.0.0: + resolution: {integrity: sha512-Y8KTSIglk9OZEr8zywiIHG/kmQ7KWyjseXs1CbSo8vC42w7hg2HgYTxSWwP0+is7bWDc1H+Fo026CpHFwm8tkw==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + get-intrinsic: 1.2.1 + is-typed-array: 1.1.12 + dev: true + + /typed-array-byte-length@1.0.0: + resolution: {integrity: sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + for-each: 0.3.3 + has-proto: 1.0.1 + is-typed-array: 1.1.12 + dev: true + + /typed-array-byte-offset@1.0.0: + resolution: {integrity: sha512-RD97prjEt9EL8YgAgpOkf3O4IF9lhJFr9g0htQkm0rchFp/Vx7LW5Q8fSXXub7BXAODyUQohRMyOc3faCPd0hg==} + engines: {node: '>= 0.4'} + dependencies: + available-typed-arrays: 1.0.5 + call-bind: 1.0.2 + for-each: 0.3.3 + has-proto: 1.0.1 + is-typed-array: 1.1.12 + dev: true + /typed-array-length@1.0.4: resolution: {integrity: sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==} dependencies: call-bind: 1.0.2 for-each: 0.3.3 - is-typed-array: 1.1.10 + is-typed-array: 1.1.12 dev: true /typedoc@0.24.8(typescript@5.1.6): @@ -15785,7 +16100,7 @@ packages: dependencies: lunr: 2.3.9 marked: 4.3.0 - minimatch: 9.0.2 + minimatch: 9.0.3 shiki: 0.14.3 typescript: 5.1.6 @@ -15813,6 +16128,9 @@ packages: /ufo@1.1.2: resolution: {integrity: sha512-TrY6DsjTQQgyS3E3dBaOXf0TpPD8u9FVrVYmKVegJuFw51n/YB9XPt+U6ydzFG5ZIN7+DIjPbNmXoBj9esYhgQ==} + /ufo@1.2.0: + resolution: {integrity: sha512-RsPyTbqORDNDxqAdQPQBpgqhWle1VcTSou/FraClYlHf6TZnQcGslpLcAphNR+sQW4q5lLWLbOsRlh9j24baQg==} + /ultrahtml@1.2.0: resolution: {integrity: sha512-vxZM2yNvajRmCj/SknRYGNXk2tqiy6kRNvZjJLaleG3zJbSh/aNkOqD1/CVzypw8tyHyhpzYuwQgMMhUB4ZVNQ==} @@ -15869,18 +16187,11 @@ packages: /unconfig@0.3.10: resolution: {integrity: sha512-tj317lhIq2iZF/NXrJnU1t2UaGUKKz1eL1sK2t63Oq66V9BxqvZV12m55fp/fpQJ+DDmVlLgo7cnLVOZkhlO/A==} dependencies: - '@antfu/utils': 0.7.4 + '@antfu/utils': 0.7.6 defu: 6.1.2 jiti: 1.19.1 mlly: 1.4.0 - /unconfig@0.3.9: - resolution: {integrity: sha512-8yhetFd48M641mxrkWA+C/lZU4N0rCOdlo3dFsyFPnBHBjMJfjT/3eAZBRT2RxCRqeBMAKBVgikejdS6yeBjMw==} - dependencies: - '@antfu/utils': 0.7.4 - defu: 6.1.2 - jiti: 1.19.1 - /uncrypto@0.1.3: resolution: {integrity: sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==} @@ -15889,7 +16200,7 @@ packages: dependencies: acorn: 8.10.0 estree-walker: 3.0.3 - magic-string: 0.30.1 + magic-string: 0.30.2 unplugin: 1.3.2 /undici@5.22.1: @@ -15897,6 +16208,13 @@ packages: engines: {node: '>=14.0'} dependencies: busboy: 1.6.0 + dev: false + + /undici@5.23.0: + resolution: {integrity: sha512-1D7w+fvRsqlQ9GscLBwcAJinqcZGHUKjbOmXdlE/v8BvEGXjeWAax+341q44EuTcHXXnfyKNbKRq4Lg7OzhMmg==} + engines: {node: '>=14.0'} + dependencies: + busboy: 1.6.0 /unenv@1.5.1: resolution: {integrity: sha512-tQHlmQUPyIoyGc2bF8phugmQd6wVatkVe5FqxxhM1vHfmPKWTiogSVTHA0mO8gNztDKZLpBEJx3M3CJrTZyExg==} @@ -15943,12 +16261,12 @@ packages: vfile: 4.2.1 dev: false - /unimport@3.0.14(rollup@3.20.2): + /unimport@3.0.14: resolution: {integrity: sha512-67Rh/sGpEuVqdHWkXaZ6NOq+I7sKt86o+DUtKeGB6dh4Hk1A8AQrzyVGg2+LaVEYotStH7HwvV9YSaRjyT7Uqg==} dependencies: - '@rollup/pluginutils': 5.0.2(rollup@3.20.2) + '@rollup/pluginutils': 5.0.2(rollup@3.28.0) escape-string-regexp: 5.0.0 - fast-glob: 3.3.0 + fast-glob: 3.3.1 local-pkg: 0.4.3 magic-string: 0.30.1 mlly: 1.4.0 @@ -15960,12 +16278,12 @@ packages: transitivePeerDependencies: - rollup - /unimport@3.0.14(rollup@3.26.2): + /unimport@3.0.14(rollup@3.20.2): resolution: {integrity: sha512-67Rh/sGpEuVqdHWkXaZ6NOq+I7sKt86o+DUtKeGB6dh4Hk1A8AQrzyVGg2+LaVEYotStH7HwvV9YSaRjyT7Uqg==} dependencies: - '@rollup/pluginutils': 5.0.2(rollup@3.26.2) + '@rollup/pluginutils': 5.0.2(rollup@3.20.2) escape-string-regexp: 5.0.0 - fast-glob: 3.3.0 + fast-glob: 3.3.1 local-pkg: 0.4.3 magic-string: 0.30.1 mlly: 1.4.0 @@ -15977,14 +16295,14 @@ packages: transitivePeerDependencies: - rollup - /unimport@3.1.0: + /unimport@3.1.0(rollup@3.28.0): resolution: {integrity: sha512-ybK3NVWh30MdiqSyqakrrQOeiXyu5507tDA0tUf7VJHrsq4DM6S43gR7oAsZaFojM32hzX982Lqw02D3yf2aiA==} dependencies: - '@rollup/pluginutils': 5.0.2(rollup@3.26.2) + '@rollup/pluginutils': 5.0.2(rollup@3.28.0) escape-string-regexp: 5.0.0 fast-glob: 3.3.1 local-pkg: 0.4.3 - magic-string: 0.30.1 + magic-string: 0.30.2 mlly: 1.4.0 pathe: 1.1.1 pkg-types: 1.0.3 @@ -15993,21 +16311,38 @@ packages: unplugin: 1.4.0 transitivePeerDependencies: - rollup + + /unimport@3.1.3: + resolution: {integrity: sha512-up4TE2yA+nMyyErGTjbYGVw95MriGa2hVRXQ3/JRp7984cwwqULcnBjHaovVpsO8tZc2j0fvgGu9yiBKOyxvYw==} + dependencies: + '@rollup/pluginutils': 5.0.2(rollup@3.28.0) + escape-string-regexp: 5.0.0 + fast-glob: 3.3.1 + local-pkg: 0.4.3 + magic-string: 0.30.2 + mlly: 1.4.0 + pathe: 1.1.1 + pkg-types: 1.0.3 + scule: 1.0.0 + strip-literal: 1.3.0 + unplugin: 1.4.0 + transitivePeerDependencies: + - rollup dev: true - /unimport@3.1.0(rollup@3.20.2): - resolution: {integrity: sha512-ybK3NVWh30MdiqSyqakrrQOeiXyu5507tDA0tUf7VJHrsq4DM6S43gR7oAsZaFojM32hzX982Lqw02D3yf2aiA==} + /unimport@3.1.3(rollup@3.20.2): + resolution: {integrity: sha512-up4TE2yA+nMyyErGTjbYGVw95MriGa2hVRXQ3/JRp7984cwwqULcnBjHaovVpsO8tZc2j0fvgGu9yiBKOyxvYw==} dependencies: '@rollup/pluginutils': 5.0.2(rollup@3.20.2) escape-string-regexp: 5.0.0 fast-glob: 3.3.1 local-pkg: 0.4.3 - magic-string: 0.30.1 + magic-string: 0.30.2 mlly: 1.4.0 pathe: 1.1.1 pkg-types: 1.0.3 scule: 1.0.0 - strip-literal: 1.0.1 + strip-literal: 1.3.0 unplugin: 1.4.0 transitivePeerDependencies: - rollup @@ -16136,7 +16471,7 @@ packages: /unload@2.2.0: resolution: {integrity: sha512-B60uB5TNBLtN6/LsgAf3udH9saB5p7gqJwcFfbOEZ8BcBHnGwCf6G/TGiEqkRAxX7zAFIUtzdrXQSdL3Q/wqNA==} dependencies: - '@babel/runtime': 7.22.5 + '@babel/runtime': 7.22.10 detect-node: 2.1.0 dev: false @@ -16172,41 +16507,43 @@ packages: - vite dev: false - /unocss@0.54.1(@unocss/webpack@0.54.1)(postcss@8.4.26): - resolution: {integrity: sha512-tT2hkDzjf2KV/neYKG/nVYxlpmgn36PGfrT3rE2zk+gaEMU+bU42CisiSkRQ7c2w4d/+zLeCmLz+dj71D8LhFA==} + /unocss@0.55.2(@unocss/webpack@0.55.2)(postcss@8.4.28): + resolution: {integrity: sha512-+C8tFUFIEv40DpEhjA/Yv+RB5HZumkWiON2OlPyrbzapQ8x60F9TUwUS3pw7MlpxI6GfTCYwXKEE6DTGCm1SLA==} engines: {node: '>=14'} peerDependencies: - '@unocss/webpack': 0.54.1 + '@unocss/webpack': 0.55.2 + vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 peerDependenciesMeta: '@unocss/webpack': optional: true + vite: + optional: true dependencies: - '@unocss/astro': 0.54.1 - '@unocss/cli': 0.54.1 - '@unocss/core': 0.54.1 - '@unocss/extractor-arbitrary-variants': 0.54.1 - '@unocss/postcss': 0.54.1(postcss@8.4.26) - '@unocss/preset-attributify': 0.54.1 - '@unocss/preset-icons': 0.54.1 - '@unocss/preset-mini': 0.54.1 - '@unocss/preset-tagify': 0.54.1 - '@unocss/preset-typography': 0.54.1 - '@unocss/preset-uno': 0.54.1 - '@unocss/preset-web-fonts': 0.54.1 - '@unocss/preset-wind': 0.54.1 - '@unocss/reset': 0.54.1 - '@unocss/transformer-attributify-jsx': 0.54.1 - '@unocss/transformer-attributify-jsx-babel': 0.54.1 - '@unocss/transformer-compile-class': 0.54.1 - '@unocss/transformer-directives': 0.54.1 - '@unocss/transformer-variant-group': 0.54.1 - '@unocss/vite': 0.54.1 - '@unocss/webpack': 0.54.1 + '@unocss/astro': 0.55.2 + '@unocss/cli': 0.55.2 + '@unocss/core': 0.55.2 + '@unocss/extractor-arbitrary-variants': 0.55.2 + '@unocss/postcss': 0.55.2(postcss@8.4.28) + '@unocss/preset-attributify': 0.55.2 + '@unocss/preset-icons': 0.55.2 + '@unocss/preset-mini': 0.55.2 + '@unocss/preset-tagify': 0.55.2 + '@unocss/preset-typography': 0.55.2 + '@unocss/preset-uno': 0.55.2 + '@unocss/preset-web-fonts': 0.55.2 + '@unocss/preset-wind': 0.55.2 + '@unocss/reset': 0.55.2 + '@unocss/transformer-attributify-jsx': 0.55.2 + '@unocss/transformer-attributify-jsx-babel': 0.55.2 + '@unocss/transformer-compile-class': 0.55.2 + '@unocss/transformer-directives': 0.55.2 + '@unocss/transformer-variant-group': 0.55.2 + '@unocss/vite': 0.55.2 + '@unocss/webpack': 0.55.2 transitivePeerDependencies: - postcss - rollup - supports-color - - vite /unplugin-vue-router@0.6.4(rollup@3.20.2)(vue-router@4.2.4)(vue@3.3.4): resolution: {integrity: sha512-9THVhhtbVFxbsIibjK59oPwMI1UCxRWRPX7azSkTUABsxovlOXJys5SJx0kd/0oKIqNJuYgkRfAgPuO77SqCOg==} @@ -16221,7 +16558,7 @@ packages: '@vue-macros/common': 1.3.1(rollup@3.20.2)(vue@3.3.4) ast-walker-scope: 0.4.1 chokidar: 3.5.3 - fast-glob: 3.3.0 + fast-glob: 3.3.1 json5: 2.2.3 local-pkg: 0.4.3 mlly: 1.4.0 @@ -16244,11 +16581,11 @@ packages: optional: true dependencies: '@babel/types': 7.22.5 - '@rollup/pluginutils': 5.0.2(rollup@3.26.2) + '@rollup/pluginutils': 5.0.2(rollup@3.28.0) '@vue-macros/common': 1.3.1(vue@3.3.4) ast-walker-scope: 0.4.1 chokidar: 3.5.3 - fast-glob: 3.3.0 + fast-glob: 3.3.1 json5: 2.2.3 local-pkg: 0.4.3 mlly: 1.4.0 @@ -16324,7 +16661,7 @@ packages: h3: 1.7.1 ioredis: 5.3.2 listhen: 1.0.4 - lru-cache: 10.0.0 + lru-cache: 10.0.1 mri: 1.2.0 node-fetch-native: 1.2.0 ofetch: 1.1.1 @@ -16401,8 +16738,8 @@ packages: inherits: 2.0.4 is-arguments: 1.1.1 is-generator-function: 1.0.10 - is-typed-array: 1.1.10 - which-typed-array: 1.1.9 + is-typed-array: 1.1.12 + which-typed-array: 1.1.11 /utility-types@3.10.0: resolution: {integrity: sha512-O11mqxmi7wMKCo6HKFt5AhO4BwY3VV68YU07tgxfz8zJTIxr4BpsezN49Ffwy9j3ZpwwJp4fkRwjRzq3uWE6Rg==} @@ -16486,21 +16823,21 @@ packages: resolution: {integrity: sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw==} dev: false - /vercel@31.2.1: - resolution: {integrity: sha512-I73NWAHTLYgDYbz16AQdHaxcSBxk2Ck1YRpM+qi3yhr8859bkYEImMJ48UYmFQ+4KrS8y+o+PDhvJL8meB2yvw==} - engines: {node: '>= 14'} + /vercel@32.0.0: + resolution: {integrity: sha512-c+mFwZ5LHv0oByEfPHqWoE9HcXt9YvoyuPtC/fAe3dhWTTZkwC+A91q9i0oT0N32ohOTn8m13YYFHugB84TYcQ==} + engines: {node: '>= 16'} hasBin: true dependencies: - '@vercel/build-utils': 6.8.2 - '@vercel/go': 2.5.1 - '@vercel/hydrogen': 0.0.64 - '@vercel/next': 3.9.3 - '@vercel/node': 2.15.7 - '@vercel/python': 3.1.60 - '@vercel/redwood': 1.1.15 - '@vercel/remix-builder': 1.9.0 - '@vercel/ruby': 1.3.76 - '@vercel/static-build': 1.3.43 + '@vercel/build-utils': 7.0.0 + '@vercel/go': 3.0.0 + '@vercel/hydrogen': 1.0.0 + '@vercel/next': 4.0.0 + '@vercel/node': 3.0.0 + '@vercel/python': 4.0.0 + '@vercel/redwood': 2.0.0 + '@vercel/remix-builder': 2.0.0 + '@vercel/ruby': 2.0.0 + '@vercel/static-build': 2.0.0 transitivePeerDependencies: - '@swc/core' - '@swc/wasm' @@ -16568,7 +16905,50 @@ packages: mlly: 1.4.0 pathe: 1.1.1 picocolors: 1.0.0 - vite: 4.4.7(@types/node@20.3.2) + vite: 4.4.9(@types/node@20.3.2) + transitivePeerDependencies: + - '@types/node' + - less + - lightningcss + - sass + - stylus + - sugarss + - supports-color + - terser + + /vite-node@0.33.0(@types/node@20.5.1): + resolution: {integrity: sha512-19FpHYbwWWxDr73ruNahC+vtEdza52kA90Qb3La98yZ0xULqV8A5JLNPUff0f5zID4984tW7l3DH2przTJUZSw==} + engines: {node: '>=v14.18.0'} + hasBin: true + dependencies: + cac: 6.7.14 + debug: 4.3.4 + mlly: 1.4.0 + pathe: 1.1.1 + picocolors: 1.0.0 + vite: 4.4.9(@types/node@20.5.1) + transitivePeerDependencies: + - '@types/node' + - less + - lightningcss + - sass + - stylus + - sugarss + - supports-color + - terser + dev: true + + /vite-node@0.34.2(@types/node@20.3.2): + resolution: {integrity: sha512-JtW249Zm3FB+F7pQfH56uWSdlltCo1IOkZW5oHBzeQo0iX4jtC7o1t9aILMGd9kVekXBP2lfJBEQt9rBh07ebA==} + engines: {node: '>=v14.18.0'} + hasBin: true + dependencies: + cac: 6.7.14 + debug: 4.3.4 + mlly: 1.4.0 + pathe: 1.1.1 + picocolors: 1.0.0 + vite: 4.4.9(@types/node@20.3.2) transitivePeerDependencies: - '@types/node' - less @@ -16578,8 +16958,9 @@ packages: - sugarss - supports-color - terser + dev: true - /vite-plugin-checker@0.6.1(eslint@8.46.0)(typescript@5.1.6)(vite@4.3.9)(vue-tsc@1.8.8): + /vite-plugin-checker@0.6.1(eslint@8.47.0)(typescript@5.1.6)(vite@4.3.9)(vue-tsc@1.8.8): resolution: {integrity: sha512-4fAiu3W/IwRJuJkkUZlWbLunSzsvijDf0eDN6g/MGh6BUK4SMclOTGbLJCPvdAcMOQvVmm8JyJeYLYd4//8CkA==} engines: {node: '>=14.16'} peerDependencies: @@ -16612,18 +16993,73 @@ packages: vue-tsc: optional: true dependencies: - '@babel/code-frame': 7.22.5 + '@babel/code-frame': 7.22.10 ansi-escapes: 4.3.2 chalk: 4.1.2 chokidar: 3.5.3 commander: 8.3.0 - eslint: 8.46.0 - fast-glob: 3.3.0 + eslint: 8.47.0 + fast-glob: 3.3.1 fs-extra: 11.1.1 lodash.debounce: 4.0.8 lodash.pick: 4.4.0 npm-run-path: 4.0.1 - semver: 7.5.3 + semver: 7.5.4 + strip-ansi: 6.0.1 + tiny-invariant: 1.2.0 + typescript: 5.1.6 + vite: 4.3.9(@types/node@20.5.1) + vscode-languageclient: 7.0.0 + vscode-languageserver: 7.0.0 + vscode-languageserver-textdocument: 1.0.8 + vscode-uri: 3.0.7 + vue-tsc: 1.8.8(typescript@5.1.6) + dev: true + + /vite-plugin-checker@0.6.1(typescript@5.1.6)(vite@4.3.9)(vue-tsc@1.8.8): + resolution: {integrity: sha512-4fAiu3W/IwRJuJkkUZlWbLunSzsvijDf0eDN6g/MGh6BUK4SMclOTGbLJCPvdAcMOQvVmm8JyJeYLYd4//8CkA==} + 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 + vite: + optional: true + vls: + optional: true + vti: + optional: true + vue-tsc: + optional: true + dependencies: + '@babel/code-frame': 7.22.10 + ansi-escapes: 4.3.2 + chalk: 4.1.2 + chokidar: 3.5.3 + commander: 8.3.0 + fast-glob: 3.3.1 + fs-extra: 11.1.1 + lodash.debounce: 4.0.8 + lodash.pick: 4.4.0 + npm-run-path: 4.0.1 + semver: 7.5.4 strip-ansi: 6.0.1 tiny-invariant: 1.2.0 typescript: 5.1.6 @@ -16634,18 +17070,23 @@ packages: vscode-uri: 3.0.7 vue-tsc: 1.8.8(typescript@5.1.6) - /vite-plugin-inspect@0.7.33: - resolution: {integrity: sha512-cQRLQKa/+Ua++5hN0IZfqNn1JYXBg2eCQOSUatPTwhXMO7nwfSvhhSc45E1nXfBBEhzLLOxgr1OdbDu55PiDDA==} + /vite-plugin-inspect@0.7.38(@nuxt/kit@3.6.5): + resolution: {integrity: sha512-+p6pJVtBOLGv+RBrcKAFUdx+euizg0bjL35HhPyM0MjtKlqoC5V9xkCmO9Ctc8JrTyXqODbHqiLWJKumu5zJ7g==} engines: {node: '>=14'} peerDependencies: + '@nuxt/kit': '*' vite: ^3.1.0 || ^4.0.0 peerDependenciesMeta: + '@nuxt/kit': + optional: true vite: optional: true dependencies: - '@antfu/utils': 0.7.4 - '@rollup/pluginutils': 5.0.2(rollup@3.26.2) + '@antfu/utils': 0.7.6 + '@nuxt/kit': 3.6.5 + '@rollup/pluginutils': 5.0.2(rollup@3.28.0) debug: 4.3.4 + error-stack-parser-es: 0.1.1 fs-extra: 11.1.1 open: 9.1.0 picocolors: 1.0.0 @@ -16655,18 +17096,23 @@ packages: - supports-color dev: true - /vite-plugin-inspect@0.7.33(rollup@3.20.2): - resolution: {integrity: sha512-cQRLQKa/+Ua++5hN0IZfqNn1JYXBg2eCQOSUatPTwhXMO7nwfSvhhSc45E1nXfBBEhzLLOxgr1OdbDu55PiDDA==} + /vite-plugin-inspect@0.7.38(@nuxt/kit@3.6.5)(rollup@3.20.2): + resolution: {integrity: sha512-+p6pJVtBOLGv+RBrcKAFUdx+euizg0bjL35HhPyM0MjtKlqoC5V9xkCmO9Ctc8JrTyXqODbHqiLWJKumu5zJ7g==} engines: {node: '>=14'} peerDependencies: + '@nuxt/kit': '*' vite: ^3.1.0 || ^4.0.0 peerDependenciesMeta: + '@nuxt/kit': + optional: true vite: optional: true dependencies: - '@antfu/utils': 0.7.4 + '@antfu/utils': 0.7.6 + '@nuxt/kit': 3.6.5(rollup@3.20.2) '@rollup/pluginutils': 5.0.2(rollup@3.20.2) debug: 4.3.4 + error-stack-parser-es: 0.1.1 fs-extra: 11.1.1 open: 9.1.0 picocolors: 1.0.0 @@ -16676,8 +17122,8 @@ packages: - supports-color dev: true - /vite-plugin-vue-inspector@3.5.0: - resolution: {integrity: sha512-dDoxEi5VWkfsKflVUYxElC3XD/MOn8s/6mjCqWRDlFIQ+OsY0cW5PNTbqxGllbBBCr5SDnDmPWFS1vMJxrLVEw==} + /vite-plugin-vue-inspector@3.6.0: + resolution: {integrity: sha512-Fi+9JaMx/reuic+MWbrdw8g5TwZM5a/BmdBT8OKKZi3rK4Qw3wND9smT+Ld+Daitbgly17uvuCiull2KV/hEBQ==} peerDependencies: vite: ^3.0.0-0 || ^4.0.0-0 peerDependenciesMeta: @@ -16691,7 +17137,7 @@ packages: '@vue/compiler-dom': 3.3.4 esno: 0.16.3 kolorist: 1.8.0 - magic-string: 0.30.1 + magic-string: 0.30.2 shell-quote: 1.8.0 transitivePeerDependencies: - supports-color @@ -16724,13 +17170,45 @@ packages: dependencies: '@types/node': 20.3.2 esbuild: 0.17.19 - postcss: 8.4.26 - rollup: 3.26.2 + postcss: 8.4.28 + rollup: 3.28.0 optionalDependencies: fsevents: 2.3.2 - /vite@4.4.7(@types/node@14.18.33): - resolution: {integrity: sha512-6pYf9QJ1mHylfVh39HpuSfMPojPSKVxZvnclX1K1FyZ1PXDOcLBibdq5t1qxJSnL63ca8Wf4zts6mD8u8oc9Fw==} + /vite@4.3.9(@types/node@20.5.1): + resolution: {integrity: sha512-qsTNZjO9NoJNW7KnOrgYwczm0WctJ8m/yqYAMAK9Lxt4SoySUfS5S8ia9K7JHpa3KEeMfyF8LoJ3c5NeBJy6pg==} + engines: {node: ^14.18.0 || >=16.0.0} + hasBin: true + peerDependencies: + '@types/node': '>= 14' + less: '*' + sass: '*' + stylus: '*' + sugarss: '*' + terser: ^5.4.0 + peerDependenciesMeta: + '@types/node': + optional: true + less: + optional: true + sass: + optional: true + stylus: + optional: true + sugarss: + optional: true + terser: + optional: true + dependencies: + '@types/node': 20.5.1 + esbuild: 0.17.19 + postcss: 8.4.28 + rollup: 3.28.0 + optionalDependencies: + fsevents: 2.3.2 + + /vite@4.4.9(@types/node@14.18.33): + resolution: {integrity: sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true peerDependencies: @@ -16759,13 +17237,13 @@ packages: dependencies: '@types/node': 14.18.33 esbuild: 0.18.11 - postcss: 8.4.26 - rollup: 3.26.2 + postcss: 8.4.28 + rollup: 3.28.0 optionalDependencies: fsevents: 2.3.2 - /vite@4.4.7(@types/node@18.16.18): - resolution: {integrity: sha512-6pYf9QJ1mHylfVh39HpuSfMPojPSKVxZvnclX1K1FyZ1PXDOcLBibdq5t1qxJSnL63ca8Wf4zts6mD8u8oc9Fw==} + /vite@4.4.9(@types/node@18.16.18): + resolution: {integrity: sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true peerDependencies: @@ -16794,14 +17272,14 @@ packages: dependencies: '@types/node': 18.16.18 esbuild: 0.18.11 - postcss: 8.4.26 - rollup: 3.26.2 + postcss: 8.4.28 + rollup: 3.28.0 optionalDependencies: fsevents: 2.3.2 dev: false - /vite@4.4.7(@types/node@20.3.2): - resolution: {integrity: sha512-6pYf9QJ1mHylfVh39HpuSfMPojPSKVxZvnclX1K1FyZ1PXDOcLBibdq5t1qxJSnL63ca8Wf4zts6mD8u8oc9Fw==} + /vite@4.4.9(@types/node@20.3.2): + resolution: {integrity: sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true peerDependencies: @@ -16830,12 +17308,48 @@ packages: dependencies: '@types/node': 20.3.2 esbuild: 0.18.11 - postcss: 8.4.26 - rollup: 3.26.2 + postcss: 8.4.28 + rollup: 3.28.0 optionalDependencies: fsevents: 2.3.2 - /vitefu@0.2.4(vite@4.4.7): + /vite@4.4.9(@types/node@20.5.1): + resolution: {integrity: sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA==} + engines: {node: ^14.18.0 || >=16.0.0} + hasBin: true + peerDependencies: + '@types/node': '>= 14' + 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.5.1 + esbuild: 0.18.11 + postcss: 8.4.28 + rollup: 3.28.0 + optionalDependencies: + fsevents: 2.3.2 + dev: true + + /vitefu@0.2.4(vite@4.4.9): resolution: {integrity: sha512-fanAXjSaf9xXtOOeno8wZXIhgia+CZury481LsDaV++lSvcU2R9Ch2bPh3PYFyoHW+w9LqAeYRISVQjUIew14g==} peerDependencies: vite: ^3.0.0 || ^4.0.0 @@ -16843,7 +17357,7 @@ packages: vite: optional: true dependencies: - vite: 4.4.7(@types/node@14.18.33) + vite: 4.4.9(@types/node@14.18.33) dev: false /vitepress-plugin-search@1.0.4-alpha.20(flexsearch@0.7.31)(vitepress@1.0.0-beta.7)(vue@3.3.4): @@ -16920,16 +17434,16 @@ packages: dependencies: '@docsearch/css': 3.5.1 '@docsearch/js': 3.5.1(@algolia/client-search@4.18.0)(react@17.0.2)(search-insights@2.6.0) - '@vitejs/plugin-vue': 4.2.3(vite@4.4.7)(vue@3.3.4) + '@vitejs/plugin-vue': 4.3.3(vite@4.4.9)(vue@3.3.4) '@vue/devtools-api': 6.5.0 '@vueuse/core': 10.3.0(vue@3.3.4) - '@vueuse/integrations': 10.2.1(focus-trap@7.5.2)(vue@3.3.4) + '@vueuse/integrations': 10.3.0(focus-trap@7.5.2)(vue@3.3.4) body-scroll-lock: 4.0.0-beta.0 focus-trap: 7.5.2 mark.js: 8.11.1 minisearch: 6.1.0 shiki: 0.14.3 - vite: 4.4.7(@types/node@18.16.18) + vite: 4.4.9(@types/node@18.16.18) vue: 3.3.4 transitivePeerDependencies: - '@algolia/client-search' @@ -16958,8 +17472,8 @@ packages: - universal-cookie dev: false - /vitest@0.33.0(happy-dom@10.5.2): - resolution: {integrity: sha512-1CxaugJ50xskkQ0e969R/hW47za4YXDUfWJDxip1hwbnhUjYolpfUn2AMOulqG/Dtd9WYAtkHmM/m3yKVrEejQ==} + /vitest@0.34.2(happy-dom@10.10.4): + resolution: {integrity: sha512-WgaIvBbjsSYMq/oiMlXUI7KflELmzM43BEvkdC/8b5CAod4ryAiY2z8uR6Crbi5Pjnu5oOmhKa9sy7uk6paBxQ==} engines: {node: '>=v14.18.0'} hasBin: true peerDependencies: @@ -16992,27 +17506,27 @@ packages: '@types/chai': 4.3.5 '@types/chai-subset': 1.3.3 '@types/node': 20.3.2 - '@vitest/expect': 0.33.0 - '@vitest/runner': 0.33.0 - '@vitest/snapshot': 0.33.0 - '@vitest/spy': 0.33.0 - '@vitest/utils': 0.33.0 - acorn: 8.9.0 + '@vitest/expect': 0.34.2 + '@vitest/runner': 0.34.2 + '@vitest/snapshot': 0.34.2 + '@vitest/spy': 0.34.2 + '@vitest/utils': 0.34.2 + acorn: 8.10.0 acorn-walk: 8.2.0 cac: 6.7.14 chai: 4.3.7 debug: 4.3.4 - happy-dom: 10.5.2 + happy-dom: 10.10.4 local-pkg: 0.4.3 - magic-string: 0.30.1 + magic-string: 0.30.2 pathe: 1.1.1 picocolors: 1.0.0 std-env: 3.3.3 strip-literal: 1.0.1 tinybench: 2.5.0 - tinypool: 0.6.0 - vite: 4.4.7(@types/node@20.3.2) - vite-node: 0.33.0(@types/node@20.3.2) + tinypool: 0.7.0 + vite: 4.4.9(@types/node@20.3.2) + vite-node: 0.34.2(@types/node@20.3.2) why-is-node-running: 2.2.2 transitivePeerDependencies: - less @@ -17056,7 +17570,7 @@ packages: engines: {vscode: ^1.52.0} dependencies: minimatch: 3.1.2 - semver: 7.5.3 + semver: 7.5.4 vscode-languageserver-protocol: 3.16.0 /vscode-languageserver-protocol@3.16.0: @@ -17148,14 +17662,14 @@ packages: /vue-devtools-stub@0.1.0: resolution: {integrity: sha512-RutnB7X8c5hjq39NceArgXg28WZtZpGc3+J16ljMiYnFhKvd8hITxSWQSQ5bvldxMDU6gG5mkxl1MTQLXckVSQ==} - /vue-eslint-parser@9.3.1(eslint@8.46.0): + /vue-eslint-parser@9.3.1(eslint@8.47.0): resolution: {integrity: sha512-Clr85iD2XFZ3lJ52/ppmUDG/spxQu6+MAeHXjjyI4I1NUYZ9xmenQp4N0oaHJhrA8OOxltCVxMRfANGa70vU0g==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' dependencies: debug: 4.3.4 - eslint: 8.46.0 + eslint: 8.47.0 eslint-scope: 7.2.0 eslint-visitor-keys: 3.4.1 espree: 9.5.2 @@ -17187,7 +17701,7 @@ packages: vue-router: optional: true dependencies: - '@intlify/shared': 9.3.0-beta.24 + '@intlify/shared': 9.3.0-beta.26 '@intlify/vue-i18n-bridge': 0.8.0(vue-i18n@9.3.0-beta.16) '@intlify/vue-router-bridge': 0.8.0(vue@3.3.4) ufo: 1.1.2 @@ -17346,8 +17860,8 @@ packages: load-yaml-file: 0.2.0 path-exists: 4.0.0 - /which-typed-array@1.1.9: - resolution: {integrity: sha512-w9c4xkx6mPidwp7180ckYWfMmvxpjlZuIudNtDf4N/tTAUB8VJbX25qZoAsrtGuYNnGw3pa0AXgbGKRB8/EceA==} + /which-typed-array@1.1.11: + resolution: {integrity: sha512-qe9UWWpkeG5yzZ0tNYxDmd7vo58HDBc39mZ0xWWpolAGADdFOzkfamWLDxkOWcvHQKVmdTyQdLD4NOfjLWTKew==} engines: {node: '>= 0.4'} dependencies: available-typed-arrays: 1.0.5 @@ -17355,7 +17869,6 @@ packages: for-each: 0.3.3 gopd: 1.0.1 has-tostringtag: 1.0.0 - is-typed-array: 1.1.10 /which@1.3.1: resolution: {integrity: sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==} diff --git a/templates/astro/package.json b/templates/astro/package.json index 042f6abbb..100cffb2f 100644 --- a/templates/astro/package.json +++ b/templates/astro/package.json @@ -11,13 +11,13 @@ "astro": "astro" }, "dependencies": { - "@astrojs/node": "^5.3.0", + "@astrojs/node": "^5.3.5", "@astrojs/vue": "^2.2.1", "@shopware-pwa/api-client": "canary", "@shopware-pwa/composables-next": "canary", - "@vitejs/plugin-vue": "^4.2.3", - "@vitejs/plugin-vue-jsx": "^3.0.1", - "astro": "^2.9.6", + "@vitejs/plugin-vue": "^4.3.3", + "@vitejs/plugin-vue-jsx": "^3.0.2", + "astro": "^2.10.12", "js-cookie": "^3.0.5", "vue": "^3.3.4" }, diff --git a/templates/vue-demo-store/package.json b/templates/vue-demo-store/package.json index 06d586210..e6242624a 100644 --- a/templates/vue-demo-store/package.json +++ b/templates/vue-demo-store/package.json @@ -19,7 +19,7 @@ "@shopware-pwa/helpers-next": "canary", "@shopware-pwa/nuxt3-module": "canary", "@shopware-pwa/types": "canary", - "@unocss/nuxt": "^0.54.1", + "@unocss/nuxt": "^0.55.2", "@vuelidate/core": "^2.0.3", "@vuelidate/validators": "^2.0.3", "@vueuse/nuxt": "^10.3.0", @@ -28,12 +28,12 @@ "vue": "^3.3.4" }, "devDependencies": { - "@iconify-json/carbon": "^1.1.18", - "@nuxt/devtools": "^0.7.2", + "@iconify-json/carbon": "^1.1.20", + "@nuxt/devtools": "^0.8.0", "@nuxtjs/i18n": "8.0.0-beta.10", "@vue/eslint-config-typescript": "^11.0.3", "eslint-plugin-prettier": "^5.0.0", - "eslint-plugin-vue": "^9.16.1", + "eslint-plugin-vue": "^9.17.0", "nuxt": "^3.6.5", "typescript": "^5.1.6", "vue-eslint-parser": "^9.3.1", diff --git a/templates/vue-vite-blank/package.json b/templates/vue-vite-blank/package.json index d0ee707d7..2baaa6428 100644 --- a/templates/vue-vite-blank/package.json +++ b/templates/vue-vite-blank/package.json @@ -14,12 +14,12 @@ "vue": "^3.3.4" }, "devDependencies": { - "@vitejs/plugin-vue": "^4.2.3", + "@vitejs/plugin-vue": "^4.3.3", "typescript": "^5.1.6", - "vite": "^4.4.7", + "vite": "^4.4.9", "vue-tsc": "^1.8.8" }, "engines": { "node": "^16.x || ^18.x" } -} \ No newline at end of file +} From 3245800fddc0b31f0ee8766c81f1ac613ae4a8f2 Mon Sep 17 00:00:00 2001 From: patzick <13100280+patzick@users.noreply.github.com> Date: Tue, 22 Aug 2023 13:31:46 +0200 Subject: [PATCH 2/2] chore: changeset --- .changeset/forty-knives-repair.md | 8 ++++++++ .changeset/great-parrots-cry.md | 10 ++++++++++ .changeset/mean-ghosts-visit.md | 7 +++++++ .changeset/tiny-mirrors-study.md | 7 +++++++ .changeset/warm-otters-prove.md | 10 ++++++++++ 5 files changed, 42 insertions(+) create mode 100644 .changeset/forty-knives-repair.md create mode 100644 .changeset/great-parrots-cry.md create mode 100644 .changeset/mean-ghosts-visit.md create mode 100644 .changeset/tiny-mirrors-study.md create mode 100644 .changeset/warm-otters-prove.md diff --git a/.changeset/forty-knives-repair.md b/.changeset/forty-knives-repair.md new file mode 100644 index 000000000..4d245c33c --- /dev/null +++ b/.changeset/forty-knives-repair.md @@ -0,0 +1,8 @@ +--- +"@shopware/api-gen": patch +--- + +Dependency changes: + +- Changed dependency _openapi-typescript_ from **^6.4.0** to **^6.5.2** +- Changed dependency _prettier_ from **^3.0.0** to **^3.0.2** diff --git a/.changeset/great-parrots-cry.md b/.changeset/great-parrots-cry.md new file mode 100644 index 000000000..63e848504 --- /dev/null +++ b/.changeset/great-parrots-cry.md @@ -0,0 +1,10 @@ +--- +"eslint-config-shopware": patch +--- + +Dependency changes: + +- Changed dependency _@typescript-eslint/eslint-plugin_ from **^6.2.1** to **^6.4.1** +- Changed dependency _@typescript-eslint/parser_ from **^6.2.1** to **^6.4.1** +- Changed dependency _eslint_ from **^8.46.0** to **^8.47.0** +- Changed dependency _eslint-config-prettier_ from **^8.9.0** to **^9.0.0** diff --git a/.changeset/mean-ghosts-visit.md b/.changeset/mean-ghosts-visit.md new file mode 100644 index 000000000..66e6d64fe --- /dev/null +++ b/.changeset/mean-ghosts-visit.md @@ -0,0 +1,7 @@ +--- +"vue-demo-store": patch +--- + +Dependency changes: + +- Changed dependency _@unocss/nuxt_ from **^0.54.1** to **^0.55.2** diff --git a/.changeset/tiny-mirrors-study.md b/.changeset/tiny-mirrors-study.md new file mode 100644 index 000000000..e617a9170 --- /dev/null +++ b/.changeset/tiny-mirrors-study.md @@ -0,0 +1,7 @@ +--- +"@shopware-pwa/typer": patch +--- + +Dependency changes: + +- Changed dependency _vite_ from **^4.4.7** to **^4.4.9** diff --git a/.changeset/warm-otters-prove.md b/.changeset/warm-otters-prove.md new file mode 100644 index 000000000..d20be3a52 --- /dev/null +++ b/.changeset/warm-otters-prove.md @@ -0,0 +1,10 @@ +--- +"shopware-astro": patch +--- + +Dependency changes: + +- Changed dependency _@astrojs/node_ from **^5.3.0** to **^5.3.5** +- Changed dependency _@vitejs/plugin-vue_ from **^4.2.3** to **^4.3.3** +- Changed dependency _@vitejs/plugin-vue-jsx_ from **^3.0.1** to **^3.0.2** +- Changed dependency _astro_ from **^2.9.6** to **^2.10.12**