diff --git a/examples/svelte4/package.json b/examples/svelte4/package.json index 8d6a6736..750a4f94 100644 --- a/examples/svelte4/package.json +++ b/examples/svelte4/package.json @@ -22,6 +22,6 @@ "histoire": "workspace:*", "start-server-and-test": "^1.15.4", "svelte-preprocess": "^5.1.0", - "vite": "^4.5.0" + "vite": "^5.0.7" } } diff --git a/examples/sveltekit/package.json b/examples/sveltekit/package.json index 935a84fa..cc6e8f07 100644 --- a/examples/sveltekit/package.json +++ b/examples/sveltekit/package.json @@ -29,6 +29,6 @@ "svelte-preprocess": "^4.10.7", "tslib": "^2.6.2", "typescript": "^4.9.5", - "vite": "^4.5.0" + "vite": "^5.0.7" } } diff --git a/examples/vue2/package.json b/examples/vue2/package.json index 216bf974..7b1cbf77 100644 --- a/examples/vue2/package.json +++ b/examples/vue2/package.json @@ -14,7 +14,7 @@ "@histoire/plugin-vue2": "workspace:*", "@vitejs/plugin-vue2": "^2.3.1", "histoire": "workspace:*", - "vite": "^4.5.0", + "vite": "^5.0.7", "vue-template-compiler": "^2.7.15" } } diff --git a/examples/vue3-percy/package.json b/examples/vue3-percy/package.json index 212c1f54..1a1d6dda 100644 --- a/examples/vue3-percy/package.json +++ b/examples/vue3-percy/package.json @@ -2,6 +2,7 @@ "name": "histoire-example-vue3-percy", "version": "0.0.1", "private": true, + "type": "module", "scripts": { "story:dev": "histoire dev", "story:build": "histoire build", @@ -15,6 +16,6 @@ "@histoire/plugin-vue": "workspace:*", "@vitejs/plugin-vue": "^4.5.0", "histoire": "workspace:*", - "vite": "^4.5.0" + "vite": "^5.0.7" } -} +} \ No newline at end of file diff --git a/examples/vue3-percy/postcss.config.js b/examples/vue3-percy/postcss.config.cjs similarity index 100% rename from examples/vue3-percy/postcss.config.js rename to examples/vue3-percy/postcss.config.cjs diff --git a/examples/vue3-screenshot/package.json b/examples/vue3-screenshot/package.json index 6d346de8..04ffb71f 100644 --- a/examples/vue3-screenshot/package.json +++ b/examples/vue3-screenshot/package.json @@ -2,6 +2,7 @@ "name": "histoire-example-vue3-screenshot", "version": "0.0.1", "private": true, + "type": "module", "scripts": { "story:dev": "histoire dev", "story:build": "histoire build", @@ -15,6 +16,6 @@ "@histoire/plugin-vue": "workspace:*", "@vitejs/plugin-vue": "^4.5.0", "histoire": "workspace:*", - "vite": "^4.5.0" + "vite": "^5.0.7" } -} +} \ No newline at end of file diff --git a/examples/vue3-screenshot/postcss.config.js b/examples/vue3-screenshot/postcss.config.cjs similarity index 100% rename from examples/vue3-screenshot/postcss.config.js rename to examples/vue3-screenshot/postcss.config.cjs diff --git a/examples/vue3-themed/package.json b/examples/vue3-themed/package.json index 0c329e6c..6ef26bbd 100644 --- a/examples/vue3-themed/package.json +++ b/examples/vue3-themed/package.json @@ -15,6 +15,6 @@ "@histoire/plugin-vue": "workspace:*", "@vitejs/plugin-vue": "^4.5.0", "histoire": "workspace:*", - "vite": "^4.5.0" + "vite": "^5.0.7" } } diff --git a/examples/vue3-vuetify/package.json b/examples/vue3-vuetify/package.json index e3066cca..4542aba3 100644 --- a/examples/vue3-vuetify/package.json +++ b/examples/vue3-vuetify/package.json @@ -2,21 +2,22 @@ "name": "histoire-example-vue3-vuetify", "version": "0.0.1", "private": true, + "type": "module", "scripts": { "story:dev": "histoire dev", "story:build": "histoire build", "story:preview": "histoire preview" }, "dependencies": { - "@mdi/font": "^5.9.55", - "vue": "^3.3.8", - "vuetify": "^3.4.2" + "@mdi/font": "^7.3.67", + "vue": "^3.3.11", + "vuetify": "^3.4.6" }, "devDependencies": { "@histoire/plugin-vue": "workspace:*", - "@vitejs/plugin-vue": "^2.3.4", + "@vitejs/plugin-vue": "^4.5.2", "histoire": "workspace:*", - "vite": "^4.5.0", - "vite-plugin-vuetify": "1.0.0-alpha.12" + "vite": "^5.0.7", + "vite-plugin-vuetify": "1.0.2" } -} +} \ No newline at end of file diff --git a/examples/vue3-vuetify/postcss.config.js b/examples/vue3-vuetify/postcss.config.cjs similarity index 100% rename from examples/vue3-vuetify/postcss.config.js rename to examples/vue3-vuetify/postcss.config.cjs diff --git a/examples/vue3/package.json b/examples/vue3/package.json index 99c5ab17..12db2fcf 100644 --- a/examples/vue3/package.json +++ b/examples/vue3/package.json @@ -2,6 +2,7 @@ "name": "histoire-example-vue3", "version": "0.0.1", "private": true, + "type": "module", "scripts": { "dev:hst": "nodemon --watch ../../packages/histoire/dist --watch ../../packages/histoire-plugin-vue/dist --exec \"rm -rf ./node_modules/.hst* && HISTOIRE_DEV=true histoire dev\"", "story:dev": "histoire dev", @@ -31,6 +32,6 @@ "nodemon": "^2.0.22", "sass": "^1.69.5", "start-server-and-test": "^1.15.4", - "vite": "^4.5.0" + "vite": "^5.0.7" } -} +} \ No newline at end of file diff --git a/examples/vue3/postcss.config.js b/examples/vue3/postcss.config.cjs similarity index 100% rename from examples/vue3/postcss.config.js rename to examples/vue3/postcss.config.cjs diff --git a/packages/histoire-app/package.json b/packages/histoire-app/package.json index 6725b3f7..7f6190e2 100644 --- a/packages/histoire-app/package.json +++ b/packages/histoire-app/package.json @@ -39,7 +39,7 @@ "devDependencies": { "@tailwindcss/typography": "^0.5.10", "@types/fs-extra": "^9.0.13", - "@types/node": "^17.0.45", + "@types/node": "^18.11.9", "@vitejs/plugin-vue": "^4.5.0", "autoprefixer": "^10.4.16", "chokidar": "^3.5.3", @@ -51,7 +51,7 @@ "postcss-import": "^14.1.0", "tailwindcss": "^3.3.5", "typescript": "^4.9.5", - "vite": "^4.5.0", + "vite": "^5.0.7", "vue": "^3.3.8" } } diff --git a/packages/histoire-controls-stories/package.json b/packages/histoire-controls-stories/package.json index e3c86476..3ed128a9 100644 --- a/packages/histoire-controls-stories/package.json +++ b/packages/histoire-controls-stories/package.json @@ -26,6 +26,6 @@ "@histoire/plugin-vue": "workspace:*", "@vitejs/plugin-vue": "^4.5.0", "histoire": "workspace:*", - "vite": "^4.5.0" + "vite": "^5.0.7" } } diff --git a/packages/histoire-controls/package.json b/packages/histoire-controls/package.json index e99af67f..04c4b788 100644 --- a/packages/histoire-controls/package.json +++ b/packages/histoire-controls/package.json @@ -51,7 +51,7 @@ "@histoire/vendors": "workspace:^" }, "devDependencies": { - "@types/node": "^17.0.45", + "@types/node": "^18.11.9", "@vitejs/plugin-vue": "^4.5.0", "@vue/runtime-dom": "^3.3.8", "@vue/test-utils": "^2.4.2", @@ -64,7 +64,7 @@ "postcss-import": "^14.1.0", "tailwindcss": "^3.3.5", "typescript": "^4.9.5", - "vite": "^4.5.0", + "vite": "^5.0.7", "vitest": "^0.34.6", "vue": "^3.3.8", "vue-tsc": "^1.8.22" diff --git a/packages/histoire-plugin-nuxt/package.json b/packages/histoire-plugin-nuxt/package.json index f5a2c63e..b506de06 100644 --- a/packages/histoire-plugin-nuxt/package.json +++ b/packages/histoire-plugin-nuxt/package.json @@ -35,10 +35,10 @@ }, "devDependencies": { "@nuxt/schema": "^3.8.2", - "@types/node": "^17.0.45", + "@types/node": "^18.11.9", "histoire": "workspace:*", "typescript": "^4.9.5", - "vite": "^4.5.0" + "vite": "^5.0.7" }, "peerDependencies": { "@histoire/plugin-vue": "workspace:^", diff --git a/packages/histoire-plugin-percy/package.json b/packages/histoire-plugin-percy/package.json index 6d3fe1ec..d16cee23 100644 --- a/packages/histoire-plugin-percy/package.json +++ b/packages/histoire-plugin-percy/package.json @@ -34,7 +34,7 @@ "puppeteer": "^13.7.0" }, "devDependencies": { - "@types/node": "^17.0.45", + "@types/node": "^18.11.9", "histoire": "workspace:*", "typescript": "^4.9.5" }, diff --git a/packages/histoire-plugin-screenshot/package.json b/packages/histoire-plugin-screenshot/package.json index 774f4a94..ffbab7e1 100644 --- a/packages/histoire-plugin-screenshot/package.json +++ b/packages/histoire-plugin-screenshot/package.json @@ -33,7 +33,7 @@ "pathe": "^1.1.1" }, "devDependencies": { - "@types/node": "^17.0.45", + "@types/node": "^18.11.9", "histoire": "workspace:*", "typescript": "^4.9.5" }, diff --git a/packages/histoire-plugin-svelte/package.json b/packages/histoire-plugin-svelte/package.json index 1798d09c..4527efac 100644 --- a/packages/histoire-plugin-svelte/package.json +++ b/packages/histoire-plugin-svelte/package.json @@ -49,7 +49,7 @@ }, "devDependencies": { "@sveltejs/vite-plugin-svelte": "^1.4.0", - "@types/node": "^17.0.45", + "@types/node": "^18.11.9", "concurrently": "^7.6.0", "fs-extra": "^10.1.0", "globby": "^13.1.1", @@ -57,7 +57,7 @@ "svelte": "^4.2.7", "svelte-preprocess": "^4.10.7", "typescript": "^4.9.5", - "vite": "^4.5.0" + "vite": "^5.0.7" }, "peerDependencies": { "histoire": "workspace:^", diff --git a/packages/histoire-plugin-vue/package.json b/packages/histoire-plugin-vue/package.json index 69f4bf43..48524396 100644 --- a/packages/histoire-plugin-vue/package.json +++ b/packages/histoire-plugin-vue/package.json @@ -54,15 +54,15 @@ "pathe": "^1.1.1" }, "devDependencies": { - "@types/node": "^17.0.45", + "@types/node": "^18.11.9", "concurrently": "^7.6.0", "histoire": "workspace:*", "typescript": "^4.9.5", - "vite": "^4.5.0", + "vite": "^5.0.7", "vue": "^3.3.8" }, "peerDependencies": { "histoire": "workspace:^", "vue": "^3.2.47" } -} +} \ No newline at end of file diff --git a/packages/histoire-plugin-vue2/package.json b/packages/histoire-plugin-vue2/package.json index c0cde5a9..dac57cff 100644 --- a/packages/histoire-plugin-vue2/package.json +++ b/packages/histoire-plugin-vue2/package.json @@ -43,13 +43,13 @@ "@histoire/vendors": "workspace:^" }, "devDependencies": { - "@types/node": "^17.0.45", + "@types/node": "^18.11.9", "change-case": "^4.1.2", "concurrently": "^7.6.0", "globby": "^13.2.2", "histoire": "workspace:*", "typescript": "^4.9.5", - "vite": "^4.5.0", + "vite": "^5.0.7", "vue": "^2.7.15" }, "peerDependencies": { diff --git a/packages/histoire-shared/package.json b/packages/histoire-shared/package.json index fdc0e18b..5d0a2e40 100644 --- a/packages/histoire-shared/package.json +++ b/packages/histoire-shared/package.json @@ -41,6 +41,6 @@ }, "devDependencies": { "typescript": "^4.9.5", - "vite": "^4.5.0" + "vite": "^5.0.7" } } diff --git a/packages/histoire-vendors/package.json b/packages/histoire-vendors/package.json index 8675fc9d..5ee0e74b 100644 --- a/packages/histoire-vendors/package.json +++ b/packages/histoire-vendors/package.json @@ -33,14 +33,14 @@ "@iconify/vue": "^3.2.1", "@rollup/plugin-commonjs": "^23.0.7", "@rollup/plugin-node-resolve": "^15.2.3", - "@types/node": "^18.18.11", + "@types/node": "^18.11.9", "@vueuse/core": "^9.13.0", "execa": "^6.1.0", "floating-vue": "2.0.0-beta.19", "fs-extra": "^10.1.0", "globby": "^13.2.2", "pinia": "^2.1.7", - "rollup": "^3.29.4", + "rollup": "^4.8.0", "rollup-plugin-typescript2": "^0.34.1", "scroll-into-view-if-needed": "^2.2.31", "typescript": "^4.9.5", diff --git a/packages/histoire/package.json b/packages/histoire/package.json index 807ea451..a587173e 100644 --- a/packages/histoire/package.json +++ b/packages/histoire/package.json @@ -76,17 +76,17 @@ "vite-node": "^0.34.6" }, "peerDependencies": { - "vite": "^2.9.0 || ^3.0.0 || ^4.0.0" + "vite": "^2.9.0 || ^3.0.0 || ^4.0.0 || ^5.0.0" }, "devDependencies": { "@types/fs-extra": "^9.0.13", "@types/markdown-it": "^12.2.3", "@types/micromatch": "^4.0.6", - "@types/node": "^17.0.45", + "@types/node": "^18.11.9", "esbuild": "^0.18.20", - "rollup": "^3.29.4", + "rollup": "^4.8.0", "typescript": "^4.9.5", - "vite": "^4.5.0", + "vite": "^5.0.7", "vitest": "^0.34.6" } -} +} \ No newline at end of file diff --git a/packages/histoire/src/node/vite.ts b/packages/histoire/src/node/vite.ts index 40432b8d..cfbbbaca 100644 --- a/packages/histoire/src/node/vite.ts +++ b/packages/histoire/src/node/vite.ts @@ -94,9 +94,6 @@ export async function getViteConfigWithPlugins (isServer: boolean, ctx: Context) ? { // Force resolving deps like Node.JS resolution algorithm (in case some modules are not loaded with ssr: true e.g. .vue files) conditions: ['node'], - // eslint-disable-next-line @typescript-eslint/prefer-ts-expect-error - // @ts-ignore we support Vite ^3.0, but browserField is available in Vite ^3.2 - browserField: false, } : {}), }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2710860d..03de8c3a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -70,7 +70,7 @@ importers: version: 4.9.5 vitepress: specifier: 1.0.0-alpha.10 - version: 1.0.0-alpha.10(search-insights@2.11.0)(typescript@4.9.5) + version: 1.0.0-alpha.10(search-insights@2.13.0)(typescript@4.9.5) vue-eslint-parser: specifier: ^9.3.2 version: 9.3.2(eslint@8.54.0) @@ -100,7 +100,7 @@ importers: version: link:../../packages/histoire nuxt: specifier: ^3.8.2 - version: 3.8.2(@types/node@17.0.45)(eslint@8.54.0)(typescript@4.9.5)(vite@4.5.0) + version: 3.8.2(eslint@8.54.0)(typescript@4.9.5)(vite@4.5.1) start-server-and-test: specifier: ^1.15.4 version: 1.15.4 @@ -119,7 +119,7 @@ importers: version: link:../../packages/histoire-plugin-svelte '@sveltejs/vite-plugin-svelte': specifier: ^2.5.2 - version: 2.5.2(svelte@4.2.7)(vite@4.5.0) + version: 2.5.2(svelte@4.2.7)(vite@5.0.7) cypress: specifier: ^13.5.1 version: 13.5.1 @@ -133,8 +133,8 @@ importers: specifier: ^5.1.0 version: 5.1.0(postcss@8.4.31)(svelte@4.2.7)(typescript@4.9.5) vite: - specifier: ^4.5.0 - version: 4.5.0(@types/node@17.0.45) + specifier: ^5.0.7 + version: 5.0.7(@types/node@18.11.9) examples/sveltekit: dependencies: @@ -153,7 +153,7 @@ importers: version: 1.0.3(@sveltejs/kit@1.27.6) '@sveltejs/kit': specifier: ^1.27.6 - version: 1.27.6(svelte@3.59.2)(vite@4.5.0) + version: 1.27.6(svelte@3.59.2)(vite@5.0.7) '@types/cookie': specifier: ^0.5.4 version: 0.5.4 @@ -176,8 +176,8 @@ importers: specifier: ^4.9.5 version: 4.9.5 vite: - specifier: ^4.5.0 - version: 4.5.0(@types/node@17.0.45) + specifier: ^5.0.7 + version: 5.0.7(@types/node@18.11.9) examples/vue2: dependencies: @@ -190,13 +190,13 @@ importers: version: link:../../packages/histoire-plugin-vue2 '@vitejs/plugin-vue2': specifier: ^2.3.1 - version: 2.3.1(vite@4.5.0)(vue@2.7.15) + version: 2.3.1(vite@5.0.7)(vue@2.7.15) histoire: specifier: workspace:* version: link:../../packages/histoire vite: - specifier: ^4.5.0 - version: 4.5.0(@types/node@17.0.45) + specifier: ^5.0.7 + version: 5.0.7(@types/node@18.11.9) vue-template-compiler: specifier: ^2.7.15 version: 2.7.15 @@ -224,7 +224,7 @@ importers: version: link:../../packages/histoire-vendors '@vitejs/plugin-vue': specifier: ^4.5.0 - version: 4.5.0(vite@4.5.0)(vue@3.3.8) + version: 4.5.0(vite@5.0.7)(vue@3.3.8) cypress: specifier: ^13.5.1 version: 13.5.1 @@ -247,8 +247,8 @@ importers: specifier: ^1.15.4 version: 1.15.4 vite: - specifier: ^4.5.0 - version: 4.5.0(sass@1.69.5) + specifier: ^5.0.7 + version: 5.0.7(sass@1.69.5) examples/vue3-percy: dependencies: @@ -264,13 +264,13 @@ importers: version: link:../../packages/histoire-plugin-vue '@vitejs/plugin-vue': specifier: ^4.5.0 - version: 4.5.0(vite@4.5.0)(vue@3.3.8) + version: 4.5.0(vite@5.0.7)(vue@3.3.8) histoire: specifier: workspace:* version: link:../../packages/histoire vite: - specifier: ^4.5.0 - version: 4.5.0(@types/node@17.0.45) + specifier: ^5.0.7 + version: 5.0.7(@types/node@18.11.9) examples/vue3-screenshot: dependencies: @@ -286,13 +286,13 @@ importers: version: link:../../packages/histoire-plugin-vue '@vitejs/plugin-vue': specifier: ^4.5.0 - version: 4.5.0(vite@4.5.0)(vue@3.3.8) + version: 4.5.0(vite@5.0.7)(vue@3.3.8) histoire: specifier: workspace:* version: link:../../packages/histoire vite: - specifier: ^4.5.0 - version: 4.5.0(@types/node@17.0.45) + specifier: ^5.0.7 + version: 5.0.7(@types/node@18.11.9) examples/vue3-themed: dependencies: @@ -305,41 +305,41 @@ importers: version: link:../../packages/histoire-plugin-vue '@vitejs/plugin-vue': specifier: ^4.5.0 - version: 4.5.0(vite@4.5.0)(vue@3.3.8) + version: 4.5.0(vite@5.0.7)(vue@3.3.8) histoire: specifier: workspace:* version: link:../../packages/histoire vite: - specifier: ^4.5.0 - version: 4.5.0(@types/node@17.0.45) + specifier: ^5.0.7 + version: 5.0.7(@types/node@18.11.9) examples/vue3-vuetify: dependencies: '@mdi/font': - specifier: ^5.9.55 - version: 5.9.55 + specifier: ^7.3.67 + version: 7.3.67 vue: - specifier: ^3.3.8 - version: 3.3.8(typescript@4.9.5) + specifier: ^3.3.11 + version: 3.3.11(typescript@4.9.5) vuetify: - specifier: ^3.4.2 - version: 3.4.2(typescript@4.9.5)(vite-plugin-vuetify@1.0.0-alpha.12)(vue@3.3.8) + specifier: ^3.4.6 + version: 3.4.6(typescript@4.9.5)(vite-plugin-vuetify@1.0.2)(vue@3.3.11) devDependencies: '@histoire/plugin-vue': specifier: workspace:* version: link:../../packages/histoire-plugin-vue '@vitejs/plugin-vue': - specifier: ^2.3.4 - version: 2.3.4(vite@4.5.0)(vue@3.3.8) + specifier: ^4.5.2 + version: 4.5.2(vite@5.0.7)(vue@3.3.11) histoire: specifier: workspace:* version: link:../../packages/histoire vite: - specifier: ^4.5.0 - version: 4.5.0(@types/node@17.0.45) + specifier: ^5.0.7 + version: 5.0.7(@types/node@18.11.9) vite-plugin-vuetify: - specifier: 1.0.0-alpha.12 - version: 1.0.0-alpha.12(vite@4.5.0)(vue@3.3.8)(vuetify@3.4.2) + specifier: 1.0.2 + version: 1.0.2(vite@5.0.7)(vue@3.3.11)(vuetify@3.4.6) packages/histoire: dependencies: @@ -435,7 +435,7 @@ importers: version: 2.0.3 vite-node: specifier: ^0.34.6 - version: 0.34.6(@types/node@17.0.45) + version: 0.34.6(@types/node@18.11.9) devDependencies: '@types/fs-extra': specifier: ^9.0.13 @@ -444,20 +444,20 @@ importers: specifier: ^4.0.6 version: 4.0.6 '@types/node': - specifier: ^17.0.45 - version: 17.0.45 + specifier: ^18.11.9 + version: 18.11.9 esbuild: specifier: ^0.18.20 version: 0.18.20 rollup: - specifier: ^3.29.4 - version: 3.29.4 + specifier: ^4.8.0 + version: 4.8.0 typescript: specifier: ^4.9.5 version: 4.9.5 vite: - specifier: ^4.5.0 - version: 4.5.0(@types/node@17.0.45) + specifier: ^5.0.7 + version: 5.0.7(@types/node@18.11.9) vitest: specifier: ^0.34.6 version: 0.34.6(jsdom@20.0.3) @@ -490,11 +490,11 @@ importers: specifier: ^9.0.13 version: 9.0.13 '@types/node': - specifier: ^17.0.45 - version: 17.0.45 + specifier: ^18.11.9 + version: 18.11.9 '@vitejs/plugin-vue': specifier: ^4.5.0 - version: 4.5.0(vite@4.5.0)(vue@3.3.8) + version: 4.5.0(vite@5.0.7)(vue@3.3.8) autoprefixer: specifier: ^10.4.16 version: 10.4.16(postcss@8.4.31) @@ -526,8 +526,8 @@ importers: specifier: ^4.9.5 version: 4.9.5 vite: - specifier: ^4.5.0 - version: 4.5.0(@types/node@17.0.45) + specifier: ^5.0.7 + version: 5.0.7(@types/node@18.11.9) vue: specifier: ^3.3.8 version: 3.3.8(typescript@4.9.5) @@ -563,11 +563,11 @@ importers: version: link:../histoire-vendors devDependencies: '@types/node': - specifier: ^17.0.45 - version: 17.0.45 + specifier: ^18.11.9 + version: 18.11.9 '@vitejs/plugin-vue': specifier: ^4.5.0 - version: 4.5.0(vite@4.5.0)(vue@3.3.8) + version: 4.5.0(vite@5.0.7)(vue@3.3.8) '@vue/runtime-dom': specifier: ^3.3.8 version: 3.3.8 @@ -602,8 +602,8 @@ importers: specifier: ^4.9.5 version: 4.9.5 vite: - specifier: ^4.5.0 - version: 4.5.0(@types/node@17.0.45) + specifier: ^5.0.7 + version: 5.0.7(@types/node@18.11.9) vitest: specifier: ^0.34.6 version: 0.34.6(jsdom@22.1.0) @@ -628,13 +628,13 @@ importers: version: link:../histoire-plugin-vue '@vitejs/plugin-vue': specifier: ^4.5.0 - version: 4.5.0(vite@4.5.0)(vue@3.3.8) + version: 4.5.0(vite@5.0.7)(vue@3.3.8) histoire: specifier: workspace:* version: link:../histoire vite: - specifier: ^4.5.0 - version: 4.5.0(@types/node@17.0.45) + specifier: ^5.0.7 + version: 5.0.7(@types/node@18.11.9) packages/histoire-plugin-nuxt: dependencies: @@ -646,13 +646,13 @@ importers: version: 3.8.2 '@rollup/plugin-replace': specifier: ^5.0.5 - version: 5.0.5 + version: 5.0.5(rollup@4.8.0) h3: specifier: ^1.9.0 version: 1.9.0 nuxt: specifier: ^3.0.0-rc.11 - version: 3.8.2(@types/node@17.0.45)(eslint@8.54.0)(typescript@4.9.5)(vite@4.5.0) + version: 3.8.2(@types/node@18.11.9)(eslint@8.54.0)(typescript@4.9.5)(vite@5.0.7) ofetch: specifier: ^1.3.3 version: 1.3.3 @@ -664,8 +664,8 @@ importers: specifier: ^3.8.2 version: 3.8.2 '@types/node': - specifier: ^17.0.45 - version: 17.0.45 + specifier: ^18.11.9 + version: 18.11.9 histoire: specifier: workspace:* version: link:../histoire @@ -673,8 +673,8 @@ importers: specifier: ^4.9.5 version: 4.9.5 vite: - specifier: ^4.5.0 - version: 4.5.0(@types/node@17.0.45) + specifier: ^5.0.7 + version: 5.0.7(@types/node@18.11.9) packages/histoire-plugin-percy: dependencies: @@ -695,8 +695,8 @@ importers: version: 13.7.0 devDependencies: '@types/node': - specifier: ^17.0.45 - version: 17.0.45 + specifier: ^18.11.9 + version: 18.11.9 histoire: specifier: workspace:* version: link:../histoire @@ -720,8 +720,8 @@ importers: version: 1.1.1 devDependencies: '@types/node': - specifier: ^17.0.45 - version: 17.0.45 + specifier: ^18.11.9 + version: 18.11.9 histoire: specifier: workspace:* version: link:../histoire @@ -755,10 +755,10 @@ importers: devDependencies: '@sveltejs/vite-plugin-svelte': specifier: ^1.4.0 - version: 1.4.0(svelte@4.2.7)(vite@4.5.0) + version: 1.4.0(svelte@4.2.7)(vite@5.0.7) '@types/node': - specifier: ^17.0.45 - version: 17.0.45 + specifier: ^18.11.9 + version: 18.11.9 concurrently: specifier: ^7.6.0 version: 7.6.0 @@ -778,8 +778,8 @@ importers: specifier: ^4.9.5 version: 4.9.5 vite: - specifier: ^4.5.0 - version: 4.5.0(@types/node@17.0.45) + specifier: ^5.0.7 + version: 5.0.7(@types/node@18.11.9) packages/histoire-plugin-vue: dependencies: @@ -806,8 +806,8 @@ importers: version: 1.1.1 devDependencies: '@types/node': - specifier: ^17.0.45 - version: 17.0.45 + specifier: ^18.11.9 + version: 18.11.9 concurrently: specifier: ^7.6.0 version: 7.6.0 @@ -818,8 +818,8 @@ importers: specifier: ^4.9.5 version: 4.9.5 vite: - specifier: ^4.5.0 - version: 4.5.0(@types/node@17.0.45) + specifier: ^5.0.7 + version: 5.0.7(@types/node@18.11.9) vue: specifier: ^3.3.8 version: 3.3.8(typescript@4.9.5) @@ -837,8 +837,8 @@ importers: version: link:../histoire-vendors devDependencies: '@types/node': - specifier: ^17.0.45 - version: 17.0.45 + specifier: ^18.11.9 + version: 18.11.9 change-case: specifier: ^4.1.2 version: 4.1.2 @@ -855,8 +855,8 @@ importers: specifier: ^4.9.5 version: 4.9.5 vite: - specifier: ^4.5.0 - version: 4.5.0(@types/node@17.0.45) + specifier: ^5.0.7 + version: 5.0.7(@types/node@18.11.9) vue: specifier: ^2.7.15 version: 2.7.15 @@ -886,8 +886,8 @@ importers: specifier: ^4.9.5 version: 4.9.5 vite: - specifier: ^4.5.0 - version: 4.5.0(@types/node@17.0.45) + specifier: ^5.0.7 + version: 5.0.7(@types/node@18.11.9) packages/histoire-vendors: devDependencies: @@ -896,13 +896,13 @@ importers: version: 3.2.1(vue@3.3.8) '@rollup/plugin-commonjs': specifier: ^23.0.7 - version: 23.0.7(rollup@3.29.4) + version: 23.0.7(rollup@4.8.0) '@rollup/plugin-node-resolve': specifier: ^15.2.3 - version: 15.2.3(rollup@3.29.4) + version: 15.2.3(rollup@4.8.0) '@types/node': - specifier: ^18.18.11 - version: 18.18.11 + specifier: ^18.11.9 + version: 18.11.9 '@vueuse/core': specifier: ^9.13.0 version: 9.13.0(vue@3.3.8) @@ -922,11 +922,11 @@ importers: specifier: ^2.1.7 version: 2.1.7(typescript@4.9.5)(vue@3.3.8) rollup: - specifier: ^3.29.4 - version: 3.29.4 + specifier: ^4.8.0 + version: 4.8.0 rollup-plugin-typescript2: specifier: ^0.34.1 - version: 0.34.1(rollup@3.29.4)(typescript@4.9.5) + version: 0.34.1(rollup@4.8.0)(typescript@4.9.5) scroll-into-view-if-needed: specifier: ^2.2.31 version: 2.2.31 @@ -956,10 +956,10 @@ packages: engines: {node: '>=14.0.0'} dev: false - /@algolia/autocomplete-core@1.9.3(algoliasearch@4.20.0)(search-insights@2.11.0): + /@algolia/autocomplete-core@1.9.3(algoliasearch@4.20.0)(search-insights@2.13.0): resolution: {integrity: sha512-009HdfugtGCdC4JdXUbVJClA0q0zh24yyePn+KUGk3rP7j8FEe/m5Yo/z65gn6nP/cM39PxpzqKrL7A6fP6PPw==} dependencies: - '@algolia/autocomplete-plugin-algolia-insights': 1.9.3(algoliasearch@4.20.0)(search-insights@2.11.0) + '@algolia/autocomplete-plugin-algolia-insights': 1.9.3(algoliasearch@4.20.0)(search-insights@2.13.0) '@algolia/autocomplete-shared': 1.9.3(algoliasearch@4.20.0) transitivePeerDependencies: - '@algolia/client-search' @@ -967,13 +967,13 @@ packages: - search-insights dev: true - /@algolia/autocomplete-plugin-algolia-insights@1.9.3(algoliasearch@4.20.0)(search-insights@2.11.0): + /@algolia/autocomplete-plugin-algolia-insights@1.9.3(algoliasearch@4.20.0)(search-insights@2.13.0): resolution: {integrity: sha512-a/yTUkcO/Vyy+JffmAnTWbr4/90cLzw+CC3bRbhnULr/EM0fGNvM13oQQ14f2moLMcVDyAx/leczLlAOovhSZg==} peerDependencies: search-insights: '>= 1 < 3' dependencies: '@algolia/autocomplete-shared': 1.9.3(algoliasearch@4.20.0) - search-insights: 2.11.0 + search-insights: 2.13.0 transitivePeerDependencies: - '@algolia/client-search' - algoliasearch @@ -1130,10 +1130,10 @@ packages: '@babel/helper-compilation-targets': 7.22.15 '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.3) '@babel/helpers': 7.23.4 - '@babel/parser': 7.23.4 + '@babel/parser': 7.23.6 '@babel/template': 7.22.15 '@babel/traverse': 7.23.4 - '@babel/types': 7.23.4 + '@babel/types': 7.23.6 convert-source-map: 2.0.0 debug: 4.3.4(supports-color@8.1.1) gensync: 1.0.0-beta.2 @@ -1146,7 +1146,7 @@ packages: resolution: {integrity: sha512-esuS49Cga3HcThFNebGhlgsrVLkvhqvYDTzgjfFFlHJcIfLe5jFmRRfCQ1KuBfc4Jrtn3ndLgKWAKjBE+IraYQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.4 + '@babel/types': 7.23.6 '@jridgewell/gen-mapping': 0.3.3 '@jridgewell/trace-mapping': 0.3.20 jsesc: 2.5.2 @@ -1155,7 +1155,7 @@ packages: resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.4 + '@babel/types': 7.23.6 /@babel/helper-compilation-targets@7.22.15: resolution: {integrity: sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==} @@ -1193,25 +1193,25 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.22.15 - '@babel/types': 7.23.4 + '@babel/types': 7.23.6 /@babel/helper-hoist-variables@7.22.5: resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.4 + '@babel/types': 7.23.6 /@babel/helper-member-expression-to-functions@7.23.0: resolution: {integrity: sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.4 + '@babel/types': 7.23.6 /@babel/helper-module-imports@7.22.15: resolution: {integrity: sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.4 + '@babel/types': 7.23.6 /@babel/helper-module-transforms@7.23.3(@babel/core@7.23.3): resolution: {integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==} @@ -1230,7 +1230,7 @@ packages: resolution: {integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.4 + '@babel/types': 7.23.6 /@babel/helper-plugin-utils@7.22.5: resolution: {integrity: sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==} @@ -1251,19 +1251,19 @@ packages: resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.4 + '@babel/types': 7.23.6 /@babel/helper-skip-transparent-expression-wrappers@7.22.5: resolution: {integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.4 + '@babel/types': 7.23.6 /@babel/helper-split-export-declaration@7.22.6: resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.4 + '@babel/types': 7.23.6 /@babel/helper-string-parser@7.23.4: resolution: {integrity: sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==} @@ -1283,7 +1283,7 @@ packages: dependencies: '@babel/template': 7.22.15 '@babel/traverse': 7.23.4 - '@babel/types': 7.23.4 + '@babel/types': 7.23.6 transitivePeerDependencies: - supports-color @@ -1300,7 +1300,14 @@ packages: engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.23.4 + '@babel/types': 7.23.6 + + /@babel/parser@7.23.6: + resolution: {integrity: sha512-Z2uID7YJ7oNvAI20O9X0bblw7Qqs8Q2hFy0R9tAfnfLkp5MW0UH9eUvnDSnFwKZ0AvgS1ucqR4KzvVHgnke1VQ==} + engines: {node: '>=6.0.0'} + hasBin: true + dependencies: + '@babel/types': 7.23.6 /@babel/plugin-proposal-decorators@7.23.3(@babel/core@7.23.3): resolution: {integrity: sha512-u8SwzOcP0DYSsa++nHd/9exlHb0NAlHCb890qtZZbSwPX2bFv8LBEztxwN7Xg/dS8oAFFidhrI9PBcLBJSkGRQ==} @@ -1387,8 +1394,8 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.23.4 - '@babel/parser': 7.23.4 - '@babel/types': 7.23.4 + '@babel/parser': 7.23.6 + '@babel/types': 7.23.6 /@babel/traverse@7.23.4: resolution: {integrity: sha512-IYM8wSUwunWTB6tFC2dkKZhxbIjHoWemdK+3f8/wq8aKhbUscxD5MX72ubd90fxvFknaLPeGw5ycU84V1obHJg==} @@ -1400,15 +1407,15 @@ packages: '@babel/helper-function-name': 7.23.0 '@babel/helper-hoist-variables': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 - '@babel/parser': 7.23.4 - '@babel/types': 7.23.4 + '@babel/parser': 7.23.6 + '@babel/types': 7.23.6 debug: 4.3.4(supports-color@8.1.1) globals: 11.12.0 transitivePeerDependencies: - supports-color - /@babel/types@7.23.4: - resolution: {integrity: sha512-7uIFwVYpoplT5jp/kVv6EF93VaJ8H+Yn5IczYiaAi98ajzjfoZfslet/e0sLh+wVBjb2qqIut1b0S26VSafsSQ==} + /@babel/types@7.23.6: + resolution: {integrity: sha512-+uarb83brBzPKN38NX1MkB6vb6+mwvR6amUulqAE7ccQw1pEl+bCia9TbdG1lsnFP7lZySvUn37CHyXQdfTwzg==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-string-parser': 7.23.4 @@ -1588,10 +1595,10 @@ packages: resolution: {integrity: sha512-SPiDHaWKQZpwR2siD0KQUwlStvIAnEyK6tAE2h2Wuoq8ue9skzhlyVQ1ddzOxX6khULnAALDiR/isSF3bnuciA==} dev: true - /@docsearch/js@3.5.2(search-insights@2.11.0): + /@docsearch/js@3.5.2(search-insights@2.13.0): resolution: {integrity: sha512-p1YFTCDflk8ieHgFJYfmyHBki1D61+U9idwrLh+GQQMrBSP3DLGKpy0XUJtPjAOPltcVbqsTjiPFfH7JImjUNg==} dependencies: - '@docsearch/react': 3.5.2(search-insights@2.11.0) + '@docsearch/react': 3.5.2(search-insights@2.13.0) preact: 10.19.2 transitivePeerDependencies: - '@algolia/client-search' @@ -1601,7 +1608,7 @@ packages: - search-insights dev: true - /@docsearch/react@3.5.2(search-insights@2.11.0): + /@docsearch/react@3.5.2(search-insights@2.13.0): resolution: {integrity: sha512-9Ahcrs5z2jq/DcAvYtvlqEBHImbm4YJI8M9y0x6Tqg598P40HTEkX7hsMcIuThI+hTFxRGZ9hll0Wygm2yEjng==} peerDependencies: '@types/react': '>= 16.8.0 < 19.0.0' @@ -1618,11 +1625,11 @@ packages: search-insights: optional: true dependencies: - '@algolia/autocomplete-core': 1.9.3(algoliasearch@4.20.0)(search-insights@2.11.0) + '@algolia/autocomplete-core': 1.9.3(algoliasearch@4.20.0)(search-insights@2.13.0) '@algolia/autocomplete-preset-algolia': 1.9.3(algoliasearch@4.20.0) '@docsearch/css': 3.5.2 algoliasearch: 4.20.0 - search-insights: 2.11.0 + search-insights: 2.13.0 transitivePeerDependencies: - '@algolia/client-search' dev: true @@ -1643,6 +1650,14 @@ packages: requiresBuild: true optional: true + /@esbuild/android-arm64@0.19.9: + resolution: {integrity: sha512-q4cR+6ZD0938R19MyEW3jEsMzbb/1rulLXiNAJQADD/XYp7pT+rOS5JGxvpRW8dFDEfjW4wLgC/3FXIw4zYglQ==} + engines: {node: '>=12'} + cpu: [arm64] + os: [android] + requiresBuild: true + optional: true + /@esbuild/android-arm@0.15.18: resolution: {integrity: sha512-5GT+kcs2WVGjVs7+boataCkO5Fg0y4kCjzkB5bAip7H4jfnOS3dA6KPiww9W1OEKTKeAcUVhdZGvgI65OXmUnw==} engines: {node: '>=12'} @@ -1668,6 +1683,14 @@ packages: requiresBuild: true optional: true + /@esbuild/android-arm@0.19.9: + resolution: {integrity: sha512-jkYjjq7SdsWuNI6b5quymW0oC83NN5FdRPuCbs9HZ02mfVdAP8B8eeqLSYU3gb6OJEaY5CQabtTFbqBf26H3GA==} + engines: {node: '>=12'} + cpu: [arm] + os: [android] + requiresBuild: true + optional: true + /@esbuild/android-x64@0.18.20: resolution: {integrity: sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==} engines: {node: '>=12'} @@ -1684,6 +1707,14 @@ packages: requiresBuild: true optional: true + /@esbuild/android-x64@0.19.9: + resolution: {integrity: sha512-KOqoPntWAH6ZxDwx1D6mRntIgZh9KodzgNOy5Ebt9ghzffOk9X2c1sPwtM9P+0eXbefnDhqYfkh5PLP5ULtWFA==} + engines: {node: '>=12'} + cpu: [x64] + os: [android] + requiresBuild: true + optional: true + /@esbuild/darwin-arm64@0.18.20: resolution: {integrity: sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==} engines: {node: '>=12'} @@ -1700,6 +1731,14 @@ packages: requiresBuild: true optional: true + /@esbuild/darwin-arm64@0.19.9: + resolution: {integrity: sha512-KBJ9S0AFyLVx2E5D8W0vExqRW01WqRtczUZ8NRu+Pi+87opZn5tL4Y0xT0mA4FtHctd0ZgwNoN639fUUGlNIWw==} + engines: {node: '>=12'} + cpu: [arm64] + os: [darwin] + requiresBuild: true + optional: true + /@esbuild/darwin-x64@0.18.20: resolution: {integrity: sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==} engines: {node: '>=12'} @@ -1716,6 +1755,14 @@ packages: requiresBuild: true optional: true + /@esbuild/darwin-x64@0.19.9: + resolution: {integrity: sha512-vE0VotmNTQaTdX0Q9dOHmMTao6ObjyPm58CHZr1UK7qpNleQyxlFlNCaHsHx6Uqv86VgPmR4o2wdNq3dP1qyDQ==} + engines: {node: '>=12'} + cpu: [x64] + os: [darwin] + requiresBuild: true + optional: true + /@esbuild/freebsd-arm64@0.18.20: resolution: {integrity: sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==} engines: {node: '>=12'} @@ -1732,6 +1779,14 @@ packages: requiresBuild: true optional: true + /@esbuild/freebsd-arm64@0.19.9: + resolution: {integrity: sha512-uFQyd/o1IjiEk3rUHSwUKkqZwqdvuD8GevWF065eqgYfexcVkxh+IJgwTaGZVu59XczZGcN/YMh9uF1fWD8j1g==} + engines: {node: '>=12'} + cpu: [arm64] + os: [freebsd] + requiresBuild: true + optional: true + /@esbuild/freebsd-x64@0.18.20: resolution: {integrity: sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==} engines: {node: '>=12'} @@ -1748,6 +1803,14 @@ packages: requiresBuild: true optional: true + /@esbuild/freebsd-x64@0.19.9: + resolution: {integrity: sha512-WMLgWAtkdTbTu1AWacY7uoj/YtHthgqrqhf1OaEWnZb7PQgpt8eaA/F3LkV0E6K/Lc0cUr/uaVP/49iE4M4asA==} + engines: {node: '>=12'} + cpu: [x64] + os: [freebsd] + requiresBuild: true + optional: true + /@esbuild/linux-arm64@0.18.20: resolution: {integrity: sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==} engines: {node: '>=12'} @@ -1764,6 +1827,14 @@ packages: requiresBuild: true optional: true + /@esbuild/linux-arm64@0.19.9: + resolution: {integrity: sha512-PiPblfe1BjK7WDAKR1Cr9O7VVPqVNpwFcPWgfn4xu0eMemzRp442hXyzF/fSwgrufI66FpHOEJk0yYdPInsmyQ==} + engines: {node: '>=12'} + cpu: [arm64] + os: [linux] + requiresBuild: true + optional: true + /@esbuild/linux-arm@0.18.20: resolution: {integrity: sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==} engines: {node: '>=12'} @@ -1780,6 +1851,14 @@ packages: requiresBuild: true optional: true + /@esbuild/linux-arm@0.19.9: + resolution: {integrity: sha512-C/ChPohUYoyUaqn1h17m/6yt6OB14hbXvT8EgM1ZWaiiTYz7nWZR0SYmMnB5BzQA4GXl3BgBO1l8MYqL/He3qw==} + engines: {node: '>=12'} + cpu: [arm] + os: [linux] + requiresBuild: true + optional: true + /@esbuild/linux-ia32@0.18.20: resolution: {integrity: sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==} engines: {node: '>=12'} @@ -1796,6 +1875,14 @@ packages: requiresBuild: true optional: true + /@esbuild/linux-ia32@0.19.9: + resolution: {integrity: sha512-f37i/0zE0MjDxijkPSQw1CO/7C27Eojqb+r3BbHVxMLkj8GCa78TrBZzvPyA/FNLUMzP3eyHCVkAopkKVja+6Q==} + engines: {node: '>=12'} + cpu: [ia32] + os: [linux] + requiresBuild: true + optional: true + /@esbuild/linux-loong64@0.15.18: resolution: {integrity: sha512-L4jVKS82XVhw2nvzLg/19ClLWg0y27ulRwuP7lcyL6AbUWB5aPglXY3M21mauDQMDfRLs8cQmeT03r/+X3cZYQ==} engines: {node: '>=12'} @@ -1821,6 +1908,14 @@ packages: requiresBuild: true optional: true + /@esbuild/linux-loong64@0.19.9: + resolution: {integrity: sha512-t6mN147pUIf3t6wUt3FeumoOTPfmv9Cc6DQlsVBpB7eCpLOqQDyWBP1ymXn1lDw4fNUSb/gBcKAmvTP49oIkaA==} + engines: {node: '>=12'} + cpu: [loong64] + os: [linux] + requiresBuild: true + optional: true + /@esbuild/linux-mips64el@0.18.20: resolution: {integrity: sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==} engines: {node: '>=12'} @@ -1837,6 +1932,14 @@ packages: requiresBuild: true optional: true + /@esbuild/linux-mips64el@0.19.9: + resolution: {integrity: sha512-jg9fujJTNTQBuDXdmAg1eeJUL4Jds7BklOTkkH80ZgQIoCTdQrDaHYgbFZyeTq8zbY+axgptncko3v9p5hLZtw==} + engines: {node: '>=12'} + cpu: [mips64el] + os: [linux] + requiresBuild: true + optional: true + /@esbuild/linux-ppc64@0.18.20: resolution: {integrity: sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==} engines: {node: '>=12'} @@ -1853,6 +1956,14 @@ packages: requiresBuild: true optional: true + /@esbuild/linux-ppc64@0.19.9: + resolution: {integrity: sha512-tkV0xUX0pUUgY4ha7z5BbDS85uI7ABw3V1d0RNTii7E9lbmV8Z37Pup2tsLV46SQWzjOeyDi1Q7Wx2+QM8WaCQ==} + engines: {node: '>=12'} + cpu: [ppc64] + os: [linux] + requiresBuild: true + optional: true + /@esbuild/linux-riscv64@0.18.20: resolution: {integrity: sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==} engines: {node: '>=12'} @@ -1869,6 +1980,14 @@ packages: requiresBuild: true optional: true + /@esbuild/linux-riscv64@0.19.9: + resolution: {integrity: sha512-DfLp8dj91cufgPZDXr9p3FoR++m3ZJ6uIXsXrIvJdOjXVREtXuQCjfMfvmc3LScAVmLjcfloyVtpn43D56JFHg==} + engines: {node: '>=12'} + cpu: [riscv64] + os: [linux] + requiresBuild: true + optional: true + /@esbuild/linux-s390x@0.18.20: resolution: {integrity: sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==} engines: {node: '>=12'} @@ -1885,6 +2004,14 @@ packages: requiresBuild: true optional: true + /@esbuild/linux-s390x@0.19.9: + resolution: {integrity: sha512-zHbglfEdC88KMgCWpOl/zc6dDYJvWGLiUtmPRsr1OgCViu3z5GncvNVdf+6/56O2Ca8jUU+t1BW261V6kp8qdw==} + engines: {node: '>=12'} + cpu: [s390x] + os: [linux] + requiresBuild: true + optional: true + /@esbuild/linux-x64@0.18.20: resolution: {integrity: sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==} engines: {node: '>=12'} @@ -1901,6 +2028,14 @@ packages: requiresBuild: true optional: true + /@esbuild/linux-x64@0.19.9: + resolution: {integrity: sha512-JUjpystGFFmNrEHQnIVG8hKwvA2DN5o7RqiO1CVX8EN/F/gkCjkUMgVn6hzScpwnJtl2mPR6I9XV1oW8k9O+0A==} + engines: {node: '>=12'} + cpu: [x64] + os: [linux] + requiresBuild: true + optional: true + /@esbuild/netbsd-x64@0.18.20: resolution: {integrity: sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==} engines: {node: '>=12'} @@ -1917,6 +2052,14 @@ packages: requiresBuild: true optional: true + /@esbuild/netbsd-x64@0.19.9: + resolution: {integrity: sha512-GThgZPAwOBOsheA2RUlW5UeroRfESwMq/guy8uEe3wJlAOjpOXuSevLRd70NZ37ZrpO6RHGHgEHvPg1h3S1Jug==} + engines: {node: '>=12'} + cpu: [x64] + os: [netbsd] + requiresBuild: true + optional: true + /@esbuild/openbsd-x64@0.18.20: resolution: {integrity: sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==} engines: {node: '>=12'} @@ -1933,6 +2076,14 @@ packages: requiresBuild: true optional: true + /@esbuild/openbsd-x64@0.19.9: + resolution: {integrity: sha512-Ki6PlzppaFVbLnD8PtlVQfsYw4S9n3eQl87cqgeIw+O3sRr9IghpfSKY62mggdt1yCSZ8QWvTZ9jo9fjDSg9uw==} + engines: {node: '>=12'} + cpu: [x64] + os: [openbsd] + requiresBuild: true + optional: true + /@esbuild/sunos-x64@0.18.20: resolution: {integrity: sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==} engines: {node: '>=12'} @@ -1949,6 +2100,14 @@ packages: requiresBuild: true optional: true + /@esbuild/sunos-x64@0.19.9: + resolution: {integrity: sha512-MLHj7k9hWh4y1ddkBpvRj2b9NCBhfgBt3VpWbHQnXRedVun/hC7sIyTGDGTfsGuXo4ebik2+3ShjcPbhtFwWDw==} + engines: {node: '>=12'} + cpu: [x64] + os: [sunos] + requiresBuild: true + optional: true + /@esbuild/win32-arm64@0.18.20: resolution: {integrity: sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==} engines: {node: '>=12'} @@ -1965,6 +2124,14 @@ packages: requiresBuild: true optional: true + /@esbuild/win32-arm64@0.19.9: + resolution: {integrity: sha512-GQoa6OrQ8G08guMFgeXPH7yE/8Dt0IfOGWJSfSH4uafwdC7rWwrfE6P9N8AtPGIjUzdo2+7bN8Xo3qC578olhg==} + engines: {node: '>=12'} + cpu: [arm64] + os: [win32] + requiresBuild: true + optional: true + /@esbuild/win32-ia32@0.18.20: resolution: {integrity: sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==} engines: {node: '>=12'} @@ -1981,6 +2148,14 @@ packages: requiresBuild: true optional: true + /@esbuild/win32-ia32@0.19.9: + resolution: {integrity: sha512-UOozV7Ntykvr5tSOlGCrqU3NBr3d8JqPes0QWN2WOXfvkWVGRajC+Ym0/Wj88fUgecUCLDdJPDF0Nna2UK3Qtg==} + engines: {node: '>=12'} + cpu: [ia32] + os: [win32] + requiresBuild: true + optional: true + /@esbuild/win32-x64@0.18.20: resolution: {integrity: sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==} engines: {node: '>=12'} @@ -1997,6 +2172,14 @@ packages: requiresBuild: true optional: true + /@esbuild/win32-x64@0.19.9: + resolution: {integrity: sha512-oxoQgglOP7RH6iasDrhY+R/3cHrfwIDvRlT4CGChflq6twk8iENeVvMJjmvBb94Ik1Z+93iGO27err7w6l54GQ==} + engines: {node: '>=12'} + cpu: [x64] + os: [win32] + requiresBuild: true + optional: true + /@eslint-community/eslint-utils@4.4.0(eslint@8.54.0): resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -2204,8 +2387,8 @@ packages: - encoding - supports-color - /@mdi/font@5.9.55: - resolution: {integrity: sha512-jswRF6q3eq8NWpWiqct6q+6Fg/I7nUhrxYJfiEM8JJpap0wVJLQdbKtyS65GdlK7S7Ytnx3TTi/bmw+tBhkGmg==} + /@mdi/font@7.3.67: + resolution: {integrity: sha512-SWxvzRbUQRfewlIV+OF4/YF4DkeTjMWoT8Hh9yeU/5UBVdJZj9Uf4a9+cXjknSIhIaMxZ/4N1O/s7ojApOOGjg==} dev: false /@netlify/functions@2.4.0: @@ -2310,7 +2493,7 @@ packages: /@nuxt/devalue@2.0.2: resolution: {integrity: sha512-GBzP8zOc7CGWyFQS6dv1lQz8VVpz5C2yRszbXufwG/9zhStTIH50EtD87NmWbTMwXDvZLNg8GIpb1UFdH93JCA==} - /@nuxt/devtools-kit@1.0.3(nuxt@3.8.2)(vite@4.5.0): + /@nuxt/devtools-kit@1.0.3(nuxt@3.8.2)(vite@4.5.1): resolution: {integrity: sha512-a/ZAVmrD5yOfUYhRVfC9afMkczzL8J8zdf0h6QHbTd33rJW/jmjwTn++RTdnbSD2gg2fSBRi/h8y17RmqIdb9g==} peerDependencies: nuxt: ^3.8.1 @@ -2319,11 +2502,28 @@ packages: '@nuxt/kit': 3.8.2 '@nuxt/schema': 3.8.2 execa: 7.2.0 - nuxt: 3.8.2(@types/node@17.0.45)(eslint@8.54.0)(typescript@4.9.5)(vite@4.5.0) - vite: 4.5.0(@types/node@17.0.45) + nuxt: 3.8.2(eslint@8.54.0)(typescript@4.9.5)(vite@4.5.1) + vite: 4.5.1 transitivePeerDependencies: - rollup - supports-color + dev: true + + /@nuxt/devtools-kit@1.0.3(nuxt@3.8.2)(vite@5.0.7): + resolution: {integrity: sha512-a/ZAVmrD5yOfUYhRVfC9afMkczzL8J8zdf0h6QHbTd33rJW/jmjwTn++RTdnbSD2gg2fSBRi/h8y17RmqIdb9g==} + peerDependencies: + nuxt: ^3.8.1 + vite: '*' + dependencies: + '@nuxt/kit': 3.8.2 + '@nuxt/schema': 3.8.2 + execa: 7.2.0 + nuxt: 3.8.2(@types/node@18.11.9)(eslint@8.54.0)(typescript@4.9.5)(vite@5.0.7) + vite: 5.0.7(@types/node@18.11.9) + transitivePeerDependencies: + - rollup + - supports-color + dev: false /@nuxt/devtools-wizard@1.0.3: resolution: {integrity: sha512-iningPOhBVMYov+7hDX5yr1tAVVA6AmJ7EgRkNfmHqPX2rerhD4eIN7Ao4KwkjGmQJ7qdM7k8w+NiL8OQOpdFQ==} @@ -2340,7 +2540,75 @@ packages: rc9: 2.1.1 semver: 7.5.4 - /@nuxt/devtools@1.0.3(nuxt@3.8.2)(vite@4.5.0): + /@nuxt/devtools@1.0.3(nuxt@3.8.2)(vite@4.5.1): + resolution: {integrity: sha512-2mXvQiS3KTMF0fO80Y9WLx95yubRoIp2wSCarmhhqInPe8/0K9VZ4TUiTGF20ti45h0ky3OAxiVSmLfViwDWjg==} + hasBin: true + peerDependencies: + nuxt: ^3.8.1 + vite: '*' + dependencies: + '@antfu/utils': 0.7.6 + '@nuxt/devtools-kit': 1.0.3(nuxt@3.8.2)(vite@4.5.1) + '@nuxt/devtools-wizard': 1.0.3 + '@nuxt/kit': 3.8.2 + birpc: 0.2.14 + consola: 3.2.3 + destr: 2.0.2 + error-stack-parser-es: 0.1.1 + execa: 7.2.0 + fast-glob: 3.3.2 + flatted: 3.2.9 + get-port-please: 3.1.1 + h3: 1.9.0 + hookable: 5.5.3 + image-meta: 0.2.0 + is-installed-globally: 1.0.0 + launch-editor: 2.6.1 + local-pkg: 0.5.0 + magicast: 0.3.2 + nitropack: 2.8.0 + nuxt: 3.8.2(eslint@8.54.0)(typescript@4.9.5)(vite@4.5.1) + nypm: 0.3.3 + ofetch: 1.3.3 + ohash: 1.1.3 + pacote: 17.0.4 + pathe: 1.1.1 + perfect-debounce: 1.0.0 + pkg-types: 1.0.3 + rc9: 2.1.1 + scule: 1.1.0 + semver: 7.5.4 + simple-git: 3.21.0 + sirv: 2.0.3 + unimport: 3.5.0(rollup@4.8.0) + vite: 4.5.1 + vite-plugin-inspect: 0.7.42(@nuxt/kit@3.8.2)(vite@4.5.1) + vite-plugin-vue-inspector: 4.0.0(vite@4.5.1) + which: 3.0.1 + ws: 8.14.2 + transitivePeerDependencies: + - '@azure/app-configuration' + - '@azure/cosmos' + - '@azure/data-tables' + - '@azure/identity' + - '@azure/keyvault-secrets' + - '@azure/storage-blob' + - '@capacitor/preferences' + - '@netlify/blobs' + - '@planetscale/database' + - '@upstash/redis' + - '@vercel/kv' + - bluebird + - bufferutil + - encoding + - idb-keyval + - rollup + - supports-color + - utf-8-validate + - xml2js + dev: true + + /@nuxt/devtools@1.0.3(nuxt@3.8.2)(vite@5.0.7): resolution: {integrity: sha512-2mXvQiS3KTMF0fO80Y9WLx95yubRoIp2wSCarmhhqInPe8/0K9VZ4TUiTGF20ti45h0ky3OAxiVSmLfViwDWjg==} hasBin: true peerDependencies: @@ -2348,7 +2616,7 @@ packages: vite: '*' dependencies: '@antfu/utils': 0.7.6 - '@nuxt/devtools-kit': 1.0.3(nuxt@3.8.2)(vite@4.5.0) + '@nuxt/devtools-kit': 1.0.3(nuxt@3.8.2)(vite@5.0.7) '@nuxt/devtools-wizard': 1.0.3 '@nuxt/kit': 3.8.2 birpc: 0.2.14 @@ -2367,7 +2635,7 @@ packages: local-pkg: 0.5.0 magicast: 0.3.2 nitropack: 2.8.0 - nuxt: 3.8.2(@types/node@17.0.45)(eslint@8.54.0)(typescript@4.9.5)(vite@4.5.0) + nuxt: 3.8.2(@types/node@18.11.9)(eslint@8.54.0)(typescript@4.9.5)(vite@5.0.7) nypm: 0.3.3 ofetch: 1.3.3 ohash: 1.1.3 @@ -2380,10 +2648,10 @@ packages: semver: 7.5.4 simple-git: 3.21.0 sirv: 2.0.3 - unimport: 3.5.0 - vite: 4.5.0(@types/node@17.0.45) - vite-plugin-inspect: 0.7.42(@nuxt/kit@3.8.2)(vite@4.5.0) - vite-plugin-vue-inspector: 4.0.0(vite@4.5.0) + unimport: 3.5.0(rollup@4.8.0) + vite: 5.0.7(@types/node@18.11.9) + vite-plugin-inspect: 0.7.42(@nuxt/kit@3.8.2)(vite@5.0.7) + vite-plugin-vue-inspector: 4.0.0(vite@5.0.7) which: 3.0.1 ws: 8.14.2 transitivePeerDependencies: @@ -2406,6 +2674,7 @@ packages: - supports-color - utf-8-validate - xml2js + dev: false /@nuxt/kit@3.8.2: resolution: {integrity: sha512-LrXCm8hAkw+zpX8teUSD/LqXRarlXjbRiYxDkaqw739JSHFReWzBFgJbojsJqL4h1XIEScDGGOWiEgO4QO1sMg==} @@ -2427,7 +2696,7 @@ packages: semver: 7.5.4 ufo: 1.3.2 unctx: 2.3.1 - unimport: 3.5.0 + unimport: 3.5.0(rollup@4.8.0) untyped: 1.4.0 transitivePeerDependencies: - rollup @@ -2461,7 +2730,7 @@ packages: scule: 1.1.0 std-env: 3.5.0 ufo: 1.3.2 - unimport: 3.5.0 + unimport: 3.5.0(rollup@4.8.0) untyped: 1.4.0 transitivePeerDependencies: - rollup @@ -2495,7 +2764,7 @@ packages: /@nuxt/ui-templates@1.3.1: resolution: {integrity: sha512-5gc02Pu1HycOVUWJ8aYsWeeXcSTPe8iX8+KIrhyEtEoOSkY0eMBuo0ssljB8wALuEmepv31DlYe5gpiRwkjESA==} - /@nuxt/vite-builder@3.8.2(@types/node@17.0.45)(eslint@8.54.0)(typescript@4.9.5)(vue@3.3.8): + /@nuxt/vite-builder@3.8.2(@types/node@18.11.9)(eslint@8.54.0)(typescript@4.9.5)(vue@3.3.11): resolution: {integrity: sha512-l/lzDDTbd3M89BpmWqjhVLgLVRqfkKp0tyYgV5seJQjj3SX+IeqI7k6k8+dMEifdeO34jUajVWptNpITXQryyg==} engines: {node: ^14.18.0 || >=16.10.0} peerDependencies: @@ -2505,13 +2774,13 @@ packages: optional: true dependencies: '@nuxt/kit': 3.8.2 - '@rollup/plugin-replace': 5.0.5 - '@vitejs/plugin-vue': 4.5.0(vite@4.5.0)(vue@3.3.8) - '@vitejs/plugin-vue-jsx': 3.1.0(vite@4.5.0)(vue@3.3.8) - autoprefixer: 10.4.16(postcss@8.4.31) + '@rollup/plugin-replace': 5.0.5(rollup@4.8.0) + '@vitejs/plugin-vue': 4.5.2(vite@4.5.0)(vue@3.3.11) + '@vitejs/plugin-vue-jsx': 3.1.0(vite@4.5.0)(vue@3.3.11) + autoprefixer: 10.4.16(postcss@8.4.32) clear: 0.1.0 consola: 3.2.3 - cssnano: 6.0.1(postcss@8.4.31) + cssnano: 6.0.1(postcss@8.4.32) defu: 6.1.3 esbuild: 0.19.7 escape-string-regexp: 5.0.0 @@ -2527,15 +2796,78 @@ packages: pathe: 1.1.1 perfect-debounce: 1.0.0 pkg-types: 1.0.3 - postcss: 8.4.31 - rollup-plugin-visualizer: 5.9.2(rollup@4.5.0) + postcss: 8.4.32 + rollup-plugin-visualizer: 5.9.2(rollup@4.8.0) std-env: 3.5.0 strip-literal: 1.3.0 ufo: 1.3.2 unplugin: 1.5.1 - vite: 4.5.0(@types/node@17.0.45) - vite-node: 0.33.0(@types/node@17.0.45) + vite: 4.5.0(@types/node@18.11.9) + vite-node: 0.33.0(@types/node@18.11.9) vite-plugin-checker: 0.6.2(eslint@8.54.0)(typescript@4.9.5)(vite@4.5.0) + vue: 3.3.11(typescript@4.9.5) + vue-bundle-renderer: 2.0.0 + transitivePeerDependencies: + - '@types/node' + - eslint + - less + - lightningcss + - meow + - optionator + - rollup + - sass + - stylelint + - stylus + - sugarss + - supports-color + - terser + - typescript + - vls + - vti + - vue-tsc + dev: false + + /@nuxt/vite-builder@3.8.2(eslint@8.54.0)(typescript@4.9.5)(vue@3.3.8): + resolution: {integrity: sha512-l/lzDDTbd3M89BpmWqjhVLgLVRqfkKp0tyYgV5seJQjj3SX+IeqI7k6k8+dMEifdeO34jUajVWptNpITXQryyg==} + engines: {node: ^14.18.0 || >=16.10.0} + peerDependencies: + vue: '*' + peerDependenciesMeta: + vue: + optional: true + dependencies: + '@nuxt/kit': 3.8.2 + '@rollup/plugin-replace': 5.0.5(rollup@4.8.0) + '@vitejs/plugin-vue': 4.5.2(vite@4.5.1)(vue@3.3.8) + '@vitejs/plugin-vue-jsx': 3.1.0(vite@4.5.1)(vue@3.3.8) + autoprefixer: 10.4.16(postcss@8.4.32) + clear: 0.1.0 + consola: 3.2.3 + cssnano: 6.0.1(postcss@8.4.32) + defu: 6.1.3 + esbuild: 0.19.7 + escape-string-regexp: 5.0.0 + estree-walker: 3.0.3 + externality: 1.0.2 + fs-extra: 11.1.1 + get-port-please: 3.1.1 + h3: 1.9.0 + knitwork: 1.0.0 + magic-string: 0.30.5 + mlly: 1.4.2 + ohash: 1.1.3 + pathe: 1.1.1 + perfect-debounce: 1.0.0 + pkg-types: 1.0.3 + postcss: 8.4.32 + rollup-plugin-visualizer: 5.9.2(rollup@4.8.0) + std-env: 3.5.0 + strip-literal: 1.3.0 + ufo: 1.3.2 + unplugin: 1.5.1 + vite: 4.5.1 + vite-node: 0.33.0 + vite-plugin-checker: 0.6.2(eslint@8.54.0)(typescript@4.9.5)(vite@4.5.1) vue: 3.3.8(typescript@4.9.5) vue-bundle-renderer: 2.0.0 transitivePeerDependencies: @@ -2556,6 +2888,7 @@ packages: - vls - vti - vue-tsc + dev: true /@nuxtjs/tailwindcss@6.10.0: resolution: {integrity: sha512-frPkCDKTJsiMDuAYqH5GgtBWexTAmHqFTjTi8DBhGIhZo3C4RxpKH5xnTW6rKMz37Zicre6p+tmkZjKQDl09pQ==} @@ -2763,7 +3096,7 @@ packages: resolution: {integrity: sha512-yvwa+aCyYI/UjeD39BnpMypG8N06l86wIDW1/PAc6ihBRnodIfZDwccxQN3n1t74wduzaz74m4ZMHZnB06567Q==} dev: false - /@rollup/plugin-alias@5.0.1(rollup@4.5.0): + /@rollup/plugin-alias@5.0.1(rollup@4.8.0): resolution: {integrity: sha512-JObvbWdOHoMy9W7SU0lvGhDtWq9PllP5mjpAy+TUslZG/WzOId9u80Hsqq1vCUn9pFJ0cxpdcnAv+QzU2zFH3Q==} engines: {node: '>=14.0.0'} peerDependencies: @@ -2772,10 +3105,10 @@ packages: rollup: optional: true dependencies: - rollup: 4.5.0 + rollup: 4.8.0 slash: 4.0.0 - /@rollup/plugin-commonjs@23.0.7(rollup@3.29.4): + /@rollup/plugin-commonjs@23.0.7(rollup@4.8.0): resolution: {integrity: sha512-hsSD5Qzyuat/swzrExGG5l7EuIlPhwTsT7KwKbSCQzIcJWjRxiimi/0tyMYY2bByitNb3i1p+6JWEDGa0NvT0Q==} engines: {node: '>=14.0.0'} peerDependencies: @@ -2784,16 +3117,16 @@ packages: rollup: optional: true dependencies: - '@rollup/pluginutils': 5.0.5(rollup@3.29.4) + '@rollup/pluginutils': 5.0.5(rollup@4.8.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.29.4 + rollup: 4.8.0 dev: true - /@rollup/plugin-commonjs@25.0.7(rollup@4.5.0): + /@rollup/plugin-commonjs@25.0.7(rollup@4.8.0): resolution: {integrity: sha512-nEvcR+LRjEjsaSsc4x3XZfCCvZIaSMenZu/OiwOKGN2UhQpAYI7ru7czFvyWbErlpoGjnSX3D5Ch5FcMA3kRWQ==} engines: {node: '>=14.0.0'} peerDependencies: @@ -2802,15 +3135,15 @@ packages: rollup: optional: true dependencies: - '@rollup/pluginutils': 5.0.5(rollup@4.5.0) + '@rollup/pluginutils': 5.0.5(rollup@4.8.0) commondir: 1.0.1 estree-walker: 2.0.2 glob: 8.1.0 is-reference: 1.2.1 magic-string: 0.30.5 - rollup: 4.5.0 + rollup: 4.8.0 - /@rollup/plugin-inject@5.0.5(rollup@4.5.0): + /@rollup/plugin-inject@5.0.5(rollup@4.8.0): resolution: {integrity: sha512-2+DEJbNBoPROPkgTDNe8/1YXWcqxbN5DTjASVIOx8HS+pITXushyNiBV56RB08zuptzz8gT3YfkqriTBVycepg==} engines: {node: '>=14.0.0'} peerDependencies: @@ -2819,12 +3152,12 @@ packages: rollup: optional: true dependencies: - '@rollup/pluginutils': 5.0.5(rollup@4.5.0) + '@rollup/pluginutils': 5.0.5(rollup@4.8.0) estree-walker: 2.0.2 magic-string: 0.30.5 - rollup: 4.5.0 + rollup: 4.8.0 - /@rollup/plugin-json@6.0.1(rollup@4.5.0): + /@rollup/plugin-json@6.0.1(rollup@4.8.0): resolution: {integrity: sha512-RgVfl5hWMkxN1h/uZj8FVESvPuBJ/uf6ly6GTj0GONnkfoBN5KC0MSz+PN2OLDgYXMhtG0mWpTrkiOjoxAIevw==} engines: {node: '>=14.0.0'} peerDependencies: @@ -2833,28 +3166,10 @@ packages: rollup: optional: true dependencies: - '@rollup/pluginutils': 5.0.5(rollup@4.5.0) - rollup: 4.5.0 - - /@rollup/plugin-node-resolve@15.2.3(rollup@3.29.4): - resolution: {integrity: sha512-j/lym8nf5E21LwBT4Df1VD6hRO2L2iwUeUmP7litikRsVp1H6NWx20NEp0Y7su+7XGc476GnXXc4kFeZNGmaSQ==} - engines: {node: '>=14.0.0'} - peerDependencies: - rollup: ^2.78.0||^3.0.0||^4.0.0 - peerDependenciesMeta: - rollup: - optional: true - dependencies: - '@rollup/pluginutils': 5.0.5(rollup@3.29.4) - '@types/resolve': 1.20.2 - deepmerge: 4.3.1 - is-builtin-module: 3.2.1 - is-module: 1.0.0 - resolve: 1.22.8 - rollup: 3.29.4 - dev: true + '@rollup/pluginutils': 5.0.5(rollup@4.8.0) + rollup: 4.8.0 - /@rollup/plugin-node-resolve@15.2.3(rollup@4.5.0): + /@rollup/plugin-node-resolve@15.2.3(rollup@4.8.0): resolution: {integrity: sha512-j/lym8nf5E21LwBT4Df1VD6hRO2L2iwUeUmP7litikRsVp1H6NWx20NEp0Y7su+7XGc476GnXXc4kFeZNGmaSQ==} engines: {node: '>=14.0.0'} peerDependencies: @@ -2863,15 +3178,15 @@ packages: rollup: optional: true dependencies: - '@rollup/pluginutils': 5.0.5(rollup@4.5.0) + '@rollup/pluginutils': 5.0.5(rollup@4.8.0) '@types/resolve': 1.20.2 deepmerge: 4.3.1 is-builtin-module: 3.2.1 is-module: 1.0.0 resolve: 1.22.8 - rollup: 4.5.0 + rollup: 4.8.0 - /@rollup/plugin-replace@5.0.5: + /@rollup/plugin-replace@5.0.5(rollup@4.8.0): resolution: {integrity: sha512-rYO4fOi8lMaTg/z5Jb+hKnrHHVn8j2lwkqwyS4kTRhKyWOLf2wST2sWXr4WzWiTcoHTp2sTjqUbqIj2E39slKQ==} engines: {node: '>=14.0.0'} peerDependencies: @@ -2880,23 +3195,11 @@ packages: rollup: optional: true dependencies: - '@rollup/pluginutils': 5.0.5(rollup@3.29.4) + '@rollup/pluginutils': 5.0.5(rollup@4.8.0) magic-string: 0.30.5 + rollup: 4.8.0 - /@rollup/plugin-replace@5.0.5(rollup@4.5.0): - resolution: {integrity: sha512-rYO4fOi8lMaTg/z5Jb+hKnrHHVn8j2lwkqwyS4kTRhKyWOLf2wST2sWXr4WzWiTcoHTp2sTjqUbqIj2E39slKQ==} - engines: {node: '>=14.0.0'} - peerDependencies: - rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 - peerDependenciesMeta: - rollup: - optional: true - dependencies: - '@rollup/pluginutils': 5.0.5(rollup@4.5.0) - magic-string: 0.30.5 - rollup: 4.5.0 - - /@rollup/plugin-terser@0.4.4(rollup@4.5.0): + /@rollup/plugin-terser@0.4.4(rollup@4.8.0): resolution: {integrity: sha512-XHeJC5Bgvs8LfukDwWZp7yeqin6ns8RTl2B9avbejt6tZqsqvVoWI7ZTQrcNsfKEDWBTnTxM8nMDkO2IFFbd0A==} engines: {node: '>=14.0.0'} peerDependencies: @@ -2905,12 +3208,12 @@ packages: rollup: optional: true dependencies: - rollup: 4.5.0 + rollup: 4.8.0 serialize-javascript: 6.0.1 smob: 1.4.1 terser: 5.24.0 - /@rollup/plugin-wasm@6.2.2(rollup@4.5.0): + /@rollup/plugin-wasm@6.2.2(rollup@4.8.0): resolution: {integrity: sha512-gpC4R1G9Ni92ZIRTexqbhX7U+9estZrbhP+9SRb0DW9xpB9g7j34r+J2hqrcW/lRI7dJaU84MxZM0Rt82tqYPQ==} engines: {node: '>=14.0.0'} peerDependencies: @@ -2919,8 +3222,8 @@ packages: rollup: optional: true dependencies: - '@rollup/pluginutils': 5.0.5(rollup@4.5.0) - rollup: 4.5.0 + '@rollup/pluginutils': 5.0.5(rollup@4.8.0) + rollup: 4.8.0 /@rollup/pluginutils@4.2.1: resolution: {integrity: sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==} @@ -2929,7 +3232,7 @@ packages: estree-walker: 2.0.2 picomatch: 2.3.1 - /@rollup/pluginutils@5.0.5(rollup@3.29.4): + /@rollup/pluginutils@5.0.5(rollup@4.8.0): resolution: {integrity: sha512-6aEYR910NyP73oHiJglti74iRyOwgFU4x3meH/H8OJx6Ry0j6cOVZ5X/wTvub7G7Ao6qaHBEaNsV3GLJkSsF+Q==} engines: {node: '>=14.0.0'} peerDependencies: @@ -2941,101 +3244,94 @@ packages: '@types/estree': 1.0.5 estree-walker: 2.0.2 picomatch: 2.3.1 - rollup: 3.29.4 + rollup: 4.8.0 - /@rollup/pluginutils@5.0.5(rollup@4.5.0): - resolution: {integrity: sha512-6aEYR910NyP73oHiJglti74iRyOwgFU4x3meH/H8OJx6Ry0j6cOVZ5X/wTvub7G7Ao6qaHBEaNsV3GLJkSsF+Q==} - engines: {node: '>=14.0.0'} - peerDependencies: - rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 - peerDependenciesMeta: - rollup: - optional: true - dependencies: - '@types/estree': 1.0.5 - estree-walker: 2.0.2 - picomatch: 2.3.1 - rollup: 4.5.0 - - /@rollup/rollup-android-arm-eabi@4.5.0: - resolution: {integrity: sha512-OINaBGY+Wc++U0rdr7BLuFClxcoWaVW3vQYqmQq6B3bqQ/2olkaoz+K8+af/Mmka/C2yN5j+L9scBkv4BtKsDA==} + /@rollup/rollup-android-arm-eabi@4.8.0: + resolution: {integrity: sha512-zdTObFRoNENrdPpnTNnhOljYIcOX7aI7+7wyrSpPFFIOf/nRdedE6IYsjaBE7tjukphh1tMTojgJ7p3lKY8x6Q==} cpu: [arm] os: [android] requiresBuild: true optional: true - /@rollup/rollup-android-arm64@4.5.0: - resolution: {integrity: sha512-UdMf1pOQc4ZmUA/NTmKhgJTBimbSKnhPS2zJqucqFyBRFPnPDtwA8MzrGNTjDeQbIAWfpJVAlxejw+/lQyBK/w==} + /@rollup/rollup-android-arm64@4.8.0: + resolution: {integrity: sha512-aiItwP48BiGpMFS9Znjo/xCNQVwTQVcRKkFKsO81m8exrGjHkCBDvm9PHay2kpa8RPnZzzKcD1iQ9KaLY4fPQQ==} cpu: [arm64] os: [android] requiresBuild: true optional: true - /@rollup/rollup-darwin-arm64@4.5.0: - resolution: {integrity: sha512-L0/CA5p/idVKI+c9PcAPGorH6CwXn6+J0Ys7Gg1axCbTPgI8MeMlhA6fLM9fK+ssFhqogMHFC8HDvZuetOii7w==} + /@rollup/rollup-darwin-arm64@4.8.0: + resolution: {integrity: sha512-zhNIS+L4ZYkYQUjIQUR6Zl0RXhbbA0huvNIWjmPc2SL0cB1h5Djkcy+RZ3/Bwszfb6vgwUvcVJYD6e6Zkpsi8g==} cpu: [arm64] os: [darwin] requiresBuild: true optional: true - /@rollup/rollup-darwin-x64@4.5.0: - resolution: {integrity: sha512-QZCbVqU26mNlLn8zi/XDDquNmvcr4ON5FYAHQQsyhrHx8q+sQi/6xduoznYXwk/KmKIXG5dLfR0CvY+NAWpFYQ==} + /@rollup/rollup-darwin-x64@4.8.0: + resolution: {integrity: sha512-A/FAHFRNQYrELrb/JHncRWzTTXB2ticiRFztP4ggIUAfa9Up1qfW8aG2w/mN9jNiZ+HB0t0u0jpJgFXG6BfRTA==} cpu: [x64] os: [darwin] requiresBuild: true optional: true - /@rollup/rollup-linux-arm-gnueabihf@4.5.0: - resolution: {integrity: sha512-VpSQ+xm93AeV33QbYslgf44wc5eJGYfYitlQzAi3OObu9iwrGXEnmu5S3ilkqE3Pr/FkgOiJKV/2p0ewf4Hrtg==} + /@rollup/rollup-linux-arm-gnueabihf@4.8.0: + resolution: {integrity: sha512-JsidBnh3p2IJJA4/2xOF2puAYqbaczB3elZDT0qHxn362EIoIkq7hrR43Xa8RisgI6/WPfvb2umbGsuvf7E37A==} cpu: [arm] os: [linux] requiresBuild: true optional: true - /@rollup/rollup-linux-arm64-gnu@4.5.0: - resolution: {integrity: sha512-OrEyIfpxSsMal44JpEVx9AEcGpdBQG1ZuWISAanaQTSMeStBW+oHWwOkoqR54bw3x8heP8gBOyoJiGg+fLY8qQ==} + /@rollup/rollup-linux-arm64-gnu@4.8.0: + resolution: {integrity: sha512-hBNCnqw3EVCkaPB0Oqd24bv8SklETptQWcJz06kb9OtiShn9jK1VuTgi7o4zPSt6rNGWQOTDEAccbk0OqJmS+g==} cpu: [arm64] os: [linux] requiresBuild: true optional: true - /@rollup/rollup-linux-arm64-musl@4.5.0: - resolution: {integrity: sha512-1H7wBbQuE6igQdxMSTjtFfD+DGAudcYWhp106z/9zBA8OQhsJRnemO4XGavdzHpGhRtRxbgmUGdO3YQgrWf2RA==} + /@rollup/rollup-linux-arm64-musl@4.8.0: + resolution: {integrity: sha512-Fw9ChYfJPdltvi9ALJ9wzdCdxGw4wtq4t1qY028b2O7GwB5qLNSGtqMsAel1lfWTZvf4b6/+4HKp0GlSYg0ahA==} cpu: [arm64] os: [linux] requiresBuild: true optional: true - /@rollup/rollup-linux-x64-gnu@4.5.0: - resolution: {integrity: sha512-FVyFI13tXw5aE65sZdBpNjPVIi4Q5mARnL/39UIkxvSgRAIqCo5sCpCELk0JtXHGee2owZz5aNLbWNfBHzr71Q==} + /@rollup/rollup-linux-riscv64-gnu@4.8.0: + resolution: {integrity: sha512-BH5xIh7tOzS9yBi8dFrCTG8Z6iNIGWGltd3IpTSKp6+pNWWO6qy8eKoRxOtwFbMrid5NZaidLYN6rHh9aB8bEw==} + cpu: [riscv64] + os: [linux] + requiresBuild: true + optional: true + + /@rollup/rollup-linux-x64-gnu@4.8.0: + resolution: {integrity: sha512-PmvAj8k6EuWiyLbkNpd6BLv5XeYFpqWuRvRNRl80xVfpGXK/z6KYXmAgbI4ogz7uFiJxCnYcqyvZVD0dgFog7Q==} cpu: [x64] os: [linux] requiresBuild: true optional: true - /@rollup/rollup-linux-x64-musl@4.5.0: - resolution: {integrity: sha512-eBPYl2sLpH/o8qbSz6vPwWlDyThnQjJfcDOGFbNjmjb44XKC1F5dQfakOsADRVrXCNzM6ZsSIPDG5dc6HHLNFg==} + /@rollup/rollup-linux-x64-musl@4.8.0: + resolution: {integrity: sha512-mdxnlW2QUzXwY+95TuxZ+CurrhgrPAMveDWI97EQlA9bfhR8tw3Pt7SUlc/eSlCNxlWktpmT//EAA8UfCHOyXg==} cpu: [x64] os: [linux] requiresBuild: true optional: true - /@rollup/rollup-win32-arm64-msvc@4.5.0: - resolution: {integrity: sha512-xaOHIfLOZypoQ5U2I6rEaugS4IYtTgP030xzvrBf5js7p9WI9wik07iHmsKaej8Z83ZDxN5GyypfoyKV5O5TJA==} + /@rollup/rollup-win32-arm64-msvc@4.8.0: + resolution: {integrity: sha512-ge7saUz38aesM4MA7Cad8CHo0Fyd1+qTaqoIo+Jtk+ipBi4ATSrHWov9/S4u5pbEQmLjgUjB7BJt+MiKG2kzmA==} cpu: [arm64] os: [win32] requiresBuild: true optional: true - /@rollup/rollup-win32-ia32-msvc@4.5.0: - resolution: {integrity: sha512-Al6quztQUrHwcOoU2TuFblUQ5L+/AmPBXFR6dUvyo4nRj2yQRK0WIUaGMF/uwKulvRcXkpHe3k9A8Vf93VDktA==} + /@rollup/rollup-win32-ia32-msvc@4.8.0: + resolution: {integrity: sha512-p9E3PZlzurhlsN5h9g7zIP1DnqKXJe8ZUkFwAazqSvHuWfihlIISPxG9hCHCoA+dOOspL/c7ty1eeEVFTE0UTw==} cpu: [ia32] os: [win32] requiresBuild: true optional: true - /@rollup/rollup-win32-x64-msvc@4.5.0: - resolution: {integrity: sha512-8kdW+brNhI/NzJ4fxDufuJUjepzINqJKLGHuxyAtpPG9bMbn8P5mtaCcbOm0EzLJ+atg+kF9dwg8jpclkVqx5w==} + /@rollup/rollup-win32-x64-msvc@4.8.0: + resolution: {integrity: sha512-kb4/auKXkYKqlUYTE8s40FcJIj5soOyRLHKd4ugR0dCq0G2EfcF54eYcfQiGkHzjidZ40daB4ulsFdtqNKZtBg==} cpu: [x64] os: [win32] requiresBuild: true @@ -3097,11 +3393,11 @@ packages: peerDependencies: '@sveltejs/kit': ^1.0.0 dependencies: - '@sveltejs/kit': 1.27.6(svelte@3.59.2)(vite@4.5.0) + '@sveltejs/kit': 1.27.6(svelte@3.59.2)(vite@5.0.7) import-meta-resolve: 2.2.2 dev: true - /@sveltejs/kit@1.27.6(svelte@3.59.2)(vite@4.5.0): + /@sveltejs/kit@1.27.6(svelte@3.59.2)(vite@5.0.7): resolution: {integrity: sha512-GsjTkMbKzXdbeRg0tk8S7HNShQ4879ftRr0ZHaZfjbig1xQwG57Bvcm9U9/mpLJtCapLbLWUnygKrgcLISLC8A==} engines: {node: ^16.14 || >=18} hasBin: true @@ -3110,7 +3406,7 @@ packages: svelte: ^3.54.0 || ^4.0.0-next.0 || ^5.0.0-next.0 vite: ^4.0.0 || ^2.9.0 || ^3.0.0 dependencies: - '@sveltejs/vite-plugin-svelte': 2.5.2(svelte@3.59.2)(vite@4.5.0) + '@sveltejs/vite-plugin-svelte': 2.5.2(svelte@3.59.2)(vite@5.0.7) '@types/cookie': 0.5.4 cookie: 0.5.0 devalue: 4.3.2 @@ -3124,12 +3420,12 @@ packages: svelte: 3.59.2 tiny-glob: 0.2.9 undici: 5.26.5 - vite: 4.5.0(@types/node@17.0.45) + vite: 5.0.7(@types/node@18.11.9) transitivePeerDependencies: - supports-color dev: true - /@sveltejs/vite-plugin-svelte-inspector@1.0.4(@sveltejs/vite-plugin-svelte@2.5.2)(svelte@3.59.2)(vite@4.5.0): + /@sveltejs/vite-plugin-svelte-inspector@1.0.4(@sveltejs/vite-plugin-svelte@2.5.2)(svelte@3.59.2)(vite@5.0.7): resolution: {integrity: sha512-zjiuZ3yydBtwpF3bj0kQNV0YXe+iKE545QGZVTaylW3eAzFr+pJ/cwK8lZEaRp4JtaJXhD5DyWAV4AxLh6DgaQ==} engines: {node: ^14.18.0 || >= 16} peerDependencies: @@ -3137,15 +3433,15 @@ packages: svelte: ^3.54.0 || ^4.0.0 vite: ^4.0.0 || ^2.9.0 || ^3.0.0 dependencies: - '@sveltejs/vite-plugin-svelte': 2.5.2(svelte@3.59.2)(vite@4.5.0) + '@sveltejs/vite-plugin-svelte': 2.5.2(svelte@3.59.2)(vite@5.0.7) debug: 4.3.4(supports-color@8.1.1) svelte: 3.59.2 - vite: 4.5.0(@types/node@17.0.45) + vite: 5.0.7(@types/node@18.11.9) transitivePeerDependencies: - supports-color dev: true - /@sveltejs/vite-plugin-svelte-inspector@1.0.4(@sveltejs/vite-plugin-svelte@2.5.2)(svelte@4.2.7)(vite@4.5.0): + /@sveltejs/vite-plugin-svelte-inspector@1.0.4(@sveltejs/vite-plugin-svelte@2.5.2)(svelte@4.2.7)(vite@5.0.7): resolution: {integrity: sha512-zjiuZ3yydBtwpF3bj0kQNV0YXe+iKE545QGZVTaylW3eAzFr+pJ/cwK8lZEaRp4JtaJXhD5DyWAV4AxLh6DgaQ==} engines: {node: ^14.18.0 || >= 16} peerDependencies: @@ -3153,15 +3449,15 @@ packages: svelte: ^3.54.0 || ^4.0.0 vite: ^4.0.0 || ^2.9.0 || ^3.0.0 dependencies: - '@sveltejs/vite-plugin-svelte': 2.5.2(svelte@4.2.7)(vite@4.5.0) + '@sveltejs/vite-plugin-svelte': 2.5.2(svelte@4.2.7)(vite@5.0.7) debug: 4.3.4(supports-color@8.1.1) svelte: 4.2.7 - vite: 4.5.0(@types/node@17.0.45) + vite: 5.0.7(@types/node@18.11.9) transitivePeerDependencies: - supports-color dev: true - /@sveltejs/vite-plugin-svelte@1.4.0(svelte@4.2.7)(vite@4.5.0): + /@sveltejs/vite-plugin-svelte@1.4.0(svelte@4.2.7)(vite@5.0.7): resolution: {integrity: sha512-6QupI/jemMfK+yI2pMtJcu5iO2gtgTfcBdGwMZZt+lgbFELhszbDl6Qjh000HgAV8+XUA+8EY8DusOFk8WhOIg==} engines: {node: ^14.18.0 || >= 16} peerDependencies: @@ -3174,48 +3470,48 @@ packages: magic-string: 0.26.7 svelte: 4.2.7 svelte-hmr: 0.15.3(svelte@4.2.7) - vite: 4.5.0(@types/node@17.0.45) - vitefu: 0.2.5(vite@4.5.0) + vite: 5.0.7(@types/node@18.11.9) + vitefu: 0.2.5(vite@5.0.7) transitivePeerDependencies: - supports-color dev: true - /@sveltejs/vite-plugin-svelte@2.5.2(svelte@3.59.2)(vite@4.5.0): + /@sveltejs/vite-plugin-svelte@2.5.2(svelte@3.59.2)(vite@5.0.7): resolution: {integrity: sha512-Dfy0Rbl+IctOVfJvWGxrX/3m6vxPLH8o0x+8FA5QEyMUQMo4kGOVIojjryU7YomBAexOTAuYf1RT7809yDziaA==} engines: {node: ^14.18.0 || >= 16} peerDependencies: svelte: ^3.54.0 || ^4.0.0 || ^5.0.0-next.0 vite: ^4.0.0 || ^2.9.0 || ^3.0.0 dependencies: - '@sveltejs/vite-plugin-svelte-inspector': 1.0.4(@sveltejs/vite-plugin-svelte@2.5.2)(svelte@3.59.2)(vite@4.5.0) + '@sveltejs/vite-plugin-svelte-inspector': 1.0.4(@sveltejs/vite-plugin-svelte@2.5.2)(svelte@3.59.2)(vite@5.0.7) debug: 4.3.4(supports-color@8.1.1) deepmerge: 4.3.1 kleur: 4.1.5 magic-string: 0.30.5 svelte: 3.59.2 svelte-hmr: 0.15.3(svelte@3.59.2) - vite: 4.5.0(@types/node@17.0.45) - vitefu: 0.2.5(vite@4.5.0) + vite: 5.0.7(@types/node@18.11.9) + vitefu: 0.2.5(vite@5.0.7) transitivePeerDependencies: - supports-color dev: true - /@sveltejs/vite-plugin-svelte@2.5.2(svelte@4.2.7)(vite@4.5.0): + /@sveltejs/vite-plugin-svelte@2.5.2(svelte@4.2.7)(vite@5.0.7): resolution: {integrity: sha512-Dfy0Rbl+IctOVfJvWGxrX/3m6vxPLH8o0x+8FA5QEyMUQMo4kGOVIojjryU7YomBAexOTAuYf1RT7809yDziaA==} engines: {node: ^14.18.0 || >= 16} peerDependencies: svelte: ^3.54.0 || ^4.0.0 || ^5.0.0-next.0 vite: ^4.0.0 || ^2.9.0 || ^3.0.0 dependencies: - '@sveltejs/vite-plugin-svelte-inspector': 1.0.4(@sveltejs/vite-plugin-svelte@2.5.2)(svelte@4.2.7)(vite@4.5.0) + '@sveltejs/vite-plugin-svelte-inspector': 1.0.4(@sveltejs/vite-plugin-svelte@2.5.2)(svelte@4.2.7)(vite@5.0.7) debug: 4.3.4(supports-color@8.1.1) deepmerge: 4.3.1 kleur: 4.1.5 magic-string: 0.30.5 svelte: 4.2.7 svelte-hmr: 0.15.3(svelte@4.2.7) - vite: 4.5.0(@types/node@17.0.45) - vitefu: 0.2.5(vite@4.5.0) + vite: 5.0.7(@types/node@18.11.9) + vitefu: 0.2.5(vite@5.0.7) transitivePeerDependencies: - supports-color dev: true @@ -3300,7 +3596,7 @@ packages: /@types/fs-extra@9.0.13: resolution: {integrity: sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA==} dependencies: - '@types/node': 17.0.45 + '@types/node': 18.11.9 /@types/har-format@1.2.15: resolution: {integrity: sha512-RpQH4rXLuvTXKR0zqHq3go0RVXYv/YVqv4TnPH95VbwUxZdQlK1EtcMvQvMpDngHbt13Csh9Z4qT9AbkiQH5BA==} @@ -3309,7 +3605,7 @@ packages: /@types/http-proxy@1.17.14: resolution: {integrity: sha512-SSrD0c1OQzlFX7pGu1eXxSEjemej64aaNPRhhVYUGqXh0BtldAAx37MG8btcumvpgKyZp1F5Gn3JkktdxiFv6w==} dependencies: - '@types/node': 17.0.45 + '@types/node': 20.10.4 /@types/json-schema@7.0.15: resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==} @@ -3340,14 +3636,19 @@ packages: '@types/braces': 3.0.4 dev: true - /@types/node@17.0.45: - resolution: {integrity: sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==} + /@types/node@18.11.9: + resolution: {integrity: sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg==} /@types/node@18.18.11: resolution: {integrity: sha512-c1vku6qnTeujJneYH94/4aq73XrVcsJe35UPyAsSok1ijiKrkRzK+AxQPSpNMUnC03roWBBwJx/9I8V7lQoxmA==} dependencies: undici-types: 5.26.5 + /@types/node@20.10.4: + resolution: {integrity: sha512-D08YG6rr8X90YB56tSIuBaddy/UXAA9RKJoFvrsnogAum/0pmjkgi4+2nx96A330FmioegBWmEYQ+syqCFaveg==} + dependencies: + undici-types: 5.26.5 + /@types/parse-json@4.0.2: resolution: {integrity: sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==} dev: true @@ -3554,6 +3855,21 @@ packages: '@unhead/schema': 1.8.5 '@unhead/shared': 1.8.5 + /@unhead/vue@1.8.5(vue@3.3.11): + resolution: {integrity: sha512-m8Q1U1JJvn5LKI5tGRh6f0Of0R64szZN7AXfRN8zTumf6HuOAdg6bHEX+lUX3wtRLUAPzrM9Oz4r0nTqIa9Oow==} + peerDependencies: + vue: '*' + peerDependenciesMeta: + vue: + optional: true + dependencies: + '@unhead/schema': 1.8.5 + '@unhead/shared': 1.8.5 + hookable: 5.5.3 + unhead: 1.8.5 + vue: 3.3.11(typescript@4.9.5) + dev: false + /@unhead/vue@1.8.5(vue@3.3.8): resolution: {integrity: sha512-m8Q1U1JJvn5LKI5tGRh6f0Of0R64szZN7AXfRN8zTumf6HuOAdg6bHEX+lUX3wtRLUAPzrM9Oz4r0nTqIa9Oow==} peerDependencies: @@ -3567,6 +3883,7 @@ packages: hookable: 5.5.3 unhead: 1.8.5 vue: 3.3.8(typescript@4.9.5) + dev: true /@vercel/nft@0.24.3: resolution: {integrity: sha512-IyBdIxmFAeGZnEfMgt4QrGK7XX4lWazlQj34HEi9dw04/WeDBJ7r1yaOIO5tTf9pbfvwUFodj9b0H+NDGGoOMg==} @@ -3588,7 +3905,7 @@ packages: - encoding - supports-color - /@vitejs/plugin-vue-jsx@3.1.0(vite@4.5.0)(vue@3.3.8): + /@vitejs/plugin-vue-jsx@3.1.0(vite@4.5.0)(vue@3.3.11): resolution: {integrity: sha512-w9M6F3LSEU5kszVb9An2/MmXNxocAnUb3WhRr8bHlimhDrXNt6n6D2nJQR3UXpGlZHh/EsgouOHCsM8V3Ln+WA==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -3601,55 +3918,103 @@ packages: '@babel/core': 7.23.3 '@babel/plugin-transform-typescript': 7.23.4(@babel/core@7.23.3) '@vue/babel-plugin-jsx': 1.1.5(@babel/core@7.23.3) - vite: 4.5.0(@types/node@17.0.45) + vite: 4.5.0(@types/node@18.11.9) + vue: 3.3.11(typescript@4.9.5) + transitivePeerDependencies: + - supports-color + dev: false + + /@vitejs/plugin-vue-jsx@3.1.0(vite@4.5.1)(vue@3.3.8): + resolution: {integrity: sha512-w9M6F3LSEU5kszVb9An2/MmXNxocAnUb3WhRr8bHlimhDrXNt6n6D2nJQR3UXpGlZHh/EsgouOHCsM8V3Ln+WA==} + engines: {node: ^14.18.0 || >=16.0.0} + peerDependencies: + vite: ^4.0.0 || ^5.0.0 || ^2.9.0 || ^3.0.0 + vue: '*' + peerDependenciesMeta: + vue: + optional: true + dependencies: + '@babel/core': 7.23.3 + '@babel/plugin-transform-typescript': 7.23.4(@babel/core@7.23.3) + '@vue/babel-plugin-jsx': 1.1.5(@babel/core@7.23.3) + vite: 4.5.1 vue: 3.3.8(typescript@4.9.5) transitivePeerDependencies: - supports-color + dev: true - /@vitejs/plugin-vue2@2.3.1(vite@4.5.0)(vue@2.7.15): + /@vitejs/plugin-vue2@2.3.1(vite@5.0.7)(vue@2.7.15): resolution: {integrity: sha512-/ksaaz2SRLN11JQhLdEUhDzOn909WEk99q9t9w+N12GjQCljzv7GyvAbD/p20aBUjHkvpGOoQ+FCOkG+mjDF4A==} engines: {node: ^14.18.0 || >= 16.0.0} peerDependencies: - vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^2.9.0 + vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^2.9.0 + vue: '*' + peerDependenciesMeta: + vue: + optional: true + dependencies: + vite: 5.0.7(@types/node@18.11.9) + vue: 2.7.15 + dev: true + + /@vitejs/plugin-vue@3.2.0(vite@3.2.7)(vue@3.3.11): + resolution: {integrity: sha512-E0tnaL4fr+qkdCNxJ+Xd0yM31UwMkQje76fsDVBBUCoGOUPexu2VDUYHL8P4CwV+zMvWw6nlRw19OnRKmYAJpw==} + engines: {node: ^14.18.0 || >=16.0.0} + peerDependencies: + vite: ^3.0.0 || ^2.9.0 || ^4.0.0 vue: '*' peerDependenciesMeta: vue: optional: true dependencies: - vite: 4.5.0(@types/node@17.0.45) - vue: 2.7.15 + vite: 3.2.7 + vue: 3.3.11(typescript@4.9.5) dev: true - /@vitejs/plugin-vue@2.3.4(vite@4.5.0)(vue@3.3.8): - resolution: {integrity: sha512-IfFNbtkbIm36O9KB8QodlwwYvTEsJb4Lll4c2IwB3VHc2gie2mSPtSzL0eYay7X2jd/2WX02FjSGTWR6OPr/zg==} - engines: {node: '>=12.0.0'} + /@vitejs/plugin-vue@4.5.0(vite@5.0.7)(vue@3.3.8): + resolution: {integrity: sha512-a2WSpP8X8HTEww/U00bU4mX1QpLINNuz/2KMNpLsdu3BzOpak3AGI1CJYBTXcc4SPhaD0eNRUp7IyQK405L5dQ==} + engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: - vite: ^2.5.10 || ^2.9.0 || ^3.0.0 || ^4.0.0 + vite: ^4.0.0 || ^5.0.0 || ^2.9.0 || ^3.0.0 vue: '*' peerDependenciesMeta: vue: optional: true dependencies: - vite: 4.5.0(@types/node@17.0.45) + vite: 5.0.7(sass@1.69.5) vue: 3.3.8(typescript@4.9.5) dev: true - /@vitejs/plugin-vue@3.2.0(vite@3.2.7)(vue@3.3.8): - resolution: {integrity: sha512-E0tnaL4fr+qkdCNxJ+Xd0yM31UwMkQje76fsDVBBUCoGOUPexu2VDUYHL8P4CwV+zMvWw6nlRw19OnRKmYAJpw==} + /@vitejs/plugin-vue@4.5.2(vite@4.5.0)(vue@3.3.11): + resolution: {integrity: sha512-UGR3DlzLi/SaVBPX0cnSyE37vqxU3O6chn8l0HJNzQzDia6/Au2A4xKv+iIJW8w2daf80G7TYHhi1pAUjdZ0bQ==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: - vite: ^3.0.0 || ^2.9.0 || ^4.0.0 + vite: ^4.0.0 || ^5.0.0 || ^2.9.0 || ^3.0.0 vue: '*' peerDependenciesMeta: vue: optional: true dependencies: - vite: 3.2.7 + vite: 4.5.0(@types/node@18.11.9) + vue: 3.3.11(typescript@4.9.5) + dev: false + + /@vitejs/plugin-vue@4.5.2(vite@4.5.1)(vue@3.3.8): + resolution: {integrity: sha512-UGR3DlzLi/SaVBPX0cnSyE37vqxU3O6chn8l0HJNzQzDia6/Au2A4xKv+iIJW8w2daf80G7TYHhi1pAUjdZ0bQ==} + engines: {node: ^14.18.0 || >=16.0.0} + peerDependencies: + vite: ^4.0.0 || ^5.0.0 || ^2.9.0 || ^3.0.0 + vue: '*' + peerDependenciesMeta: + vue: + optional: true + dependencies: + vite: 4.5.1 vue: 3.3.8(typescript@4.9.5) dev: true - /@vitejs/plugin-vue@4.5.0(vite@4.5.0)(vue@3.3.8): - resolution: {integrity: sha512-a2WSpP8X8HTEww/U00bU4mX1QpLINNuz/2KMNpLsdu3BzOpak3AGI1CJYBTXcc4SPhaD0eNRUp7IyQK405L5dQ==} + /@vitejs/plugin-vue@4.5.2(vite@5.0.7)(vue@3.3.11): + resolution: {integrity: sha512-UGR3DlzLi/SaVBPX0cnSyE37vqxU3O6chn8l0HJNzQzDia6/Au2A4xKv+iIJW8w2daf80G7TYHhi1pAUjdZ0bQ==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: vite: ^4.0.0 || ^5.0.0 || ^2.9.0 || ^3.0.0 @@ -3658,8 +4023,9 @@ packages: vue: optional: true dependencies: - vite: 4.5.0(sass@1.69.5) - vue: 3.3.8(typescript@4.9.5) + vite: 5.0.7(@types/node@18.11.9) + vue: 3.3.11(typescript@4.9.5) + dev: true /@vitest/expect@0.34.6: resolution: {integrity: sha512-QUzKpUQRc1qC7qdGo7rMK3AkETI7w18gTCUrsNnyjjJKYiuUB9+TQK3QnR1unhCnWRC0AbKv2omLGQDF/mIjOw==} @@ -3718,6 +4084,26 @@ packages: path-browserify: 1.0.1 dev: true + /@vue-macros/common@1.9.0(vue@3.3.11): + resolution: {integrity: sha512-LbfRHDkceuokkLlVuQW9Wq3ZLmRs6KIDPzCjUvvL14HB4GslWdtvBB1suFfNs6VMvh9Zj30cEKF/EAP7QBCZ6Q==} + engines: {node: '>=16.14.0'} + peerDependencies: + vue: '*' + peerDependenciesMeta: + vue: + optional: true + dependencies: + '@babel/types': 7.23.6 + '@rollup/pluginutils': 5.0.5(rollup@4.8.0) + '@vue/compiler-sfc': 3.3.11 + ast-kit: 0.11.2 + local-pkg: 0.5.0 + magic-string-ast: 0.3.0 + vue: 3.3.11(typescript@4.9.5) + transitivePeerDependencies: + - rollup + dev: false + /@vue-macros/common@1.9.0(vue@3.3.8): resolution: {integrity: sha512-LbfRHDkceuokkLlVuQW9Wq3ZLmRs6KIDPzCjUvvL14HB4GslWdtvBB1suFfNs6VMvh9Zj30cEKF/EAP7QBCZ6Q==} engines: {node: '>=16.14.0'} @@ -3727,15 +4113,16 @@ packages: vue: optional: true dependencies: - '@babel/types': 7.23.4 - '@rollup/pluginutils': 5.0.5(rollup@3.29.4) - '@vue/compiler-sfc': 3.3.8 + '@babel/types': 7.23.6 + '@rollup/pluginutils': 5.0.5(rollup@4.8.0) + '@vue/compiler-sfc': 3.3.11 ast-kit: 0.11.2 local-pkg: 0.5.0 magic-string-ast: 0.3.0 vue: 3.3.8(typescript@4.9.5) transitivePeerDependencies: - rollup + dev: true /@vue/babel-helper-vue-transform-on@1.1.5: resolution: {integrity: sha512-SgUymFpMoAyWeYWLAY+MkCK3QEROsiUnfaw5zxOVD/M64KQs8D/4oK6Q5omVA2hnvEOE0SCkH2TZxs/jnnUj7w==} @@ -3750,7 +4137,7 @@ packages: '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.23.3) '@babel/template': 7.22.15 '@babel/traverse': 7.23.4 - '@babel/types': 7.23.4 + '@babel/types': 7.23.6 '@vue/babel-helper-vue-transform-on': 1.1.5 camelcase: 6.3.0 html-tags: 3.3.1 @@ -3758,14 +4145,28 @@ packages: transitivePeerDependencies: - supports-color + /@vue/compiler-core@3.3.11: + resolution: {integrity: sha512-h97/TGWBilnLuRaj58sxNrsUU66fwdRKLOLQ9N/5iNDfp+DZhYH9Obhe0bXxhedl8fjAgpRANpiZfbgWyruQ0w==} + dependencies: + '@babel/parser': 7.23.6 + '@vue/shared': 3.3.11 + estree-walker: 2.0.2 + source-map-js: 1.0.2 + /@vue/compiler-core@3.3.8: resolution: {integrity: sha512-hN/NNBUECw8SusQvDSqqcVv6gWq8L6iAktUR0UF3vGu2OhzRqcOiAno0FmBJWwxhYEXRlQJT5XnoKsVq1WZx4g==} dependencies: - '@babel/parser': 7.23.4 + '@babel/parser': 7.23.6 '@vue/shared': 3.3.8 estree-walker: 2.0.2 source-map-js: 1.0.2 + /@vue/compiler-dom@3.3.11: + resolution: {integrity: sha512-zoAiUIqSKqAJ81WhfPXYmFGwDRuO+loqLxvXmfUdR5fOitPoUiIeFI9cTTyv9MU5O1+ZZglJVTusWzy+wfk5hw==} + dependencies: + '@vue/compiler-core': 3.3.11 + '@vue/shared': 3.3.11 + /@vue/compiler-dom@3.3.8: resolution: {integrity: sha512-+PPtv+p/nWDd0AvJu3w8HS0RIm/C6VGBIRe24b9hSyNWOAPEUosFZ5diwawwP8ip5sJ8n0Pe87TNNNHnvjs0FQ==} dependencies: @@ -3779,6 +4180,20 @@ packages: postcss: 8.4.31 source-map: 0.6.1 + /@vue/compiler-sfc@3.3.11: + resolution: {integrity: sha512-U4iqPlHO0KQeK1mrsxCN0vZzw43/lL8POxgpzcJweopmqtoYy9nljJzWDIQS3EfjiYhfdtdk9Gtgz7MRXnz3GA==} + dependencies: + '@babel/parser': 7.23.6 + '@vue/compiler-core': 3.3.11 + '@vue/compiler-dom': 3.3.11 + '@vue/compiler-ssr': 3.3.11 + '@vue/reactivity-transform': 3.3.11 + '@vue/shared': 3.3.11 + estree-walker: 2.0.2 + magic-string: 0.30.5 + postcss: 8.4.32 + source-map-js: 1.0.2 + /@vue/compiler-sfc@3.3.8: resolution: {integrity: sha512-WMzbUrlTjfYF8joyT84HfwwXo+8WPALuPxhy+BZ6R4Aafls+jDBnSz8PDz60uFhuqFbl3HxRfxvDzrUf3THwpA==} dependencies: @@ -3793,6 +4208,12 @@ packages: postcss: 8.4.31 source-map-js: 1.0.2 + /@vue/compiler-ssr@3.3.11: + resolution: {integrity: sha512-Zd66ZwMvndxRTgVPdo+muV4Rv9n9DwQ4SSgWWKWkPFebHQfVYRrVjeygmmDmPewsHyznCNvJ2P2d6iOOhdv8Qg==} + dependencies: + '@vue/compiler-dom': 3.3.11 + '@vue/shared': 3.3.11 + /@vue/compiler-ssr@3.3.8: resolution: {integrity: sha512-hXCqQL/15kMVDBuoBYpUnSYT8doDNwsjvm3jTefnXr+ytn294ySnT8NlsFHmTgKNjwpuFy7XVV8yTeLtNl/P6w==} dependencies: @@ -3863,8 +4284,8 @@ packages: dependencies: '@volar/language-core': 1.10.10 '@volar/source-map': 1.10.10 - '@vue/compiler-dom': 3.3.8 - '@vue/shared': 3.3.8 + '@vue/compiler-dom': 3.3.11 + '@vue/shared': 3.3.11 computeds: 0.0.1 minimatch: 9.0.3 muggle-string: 0.3.1 @@ -3872,6 +4293,15 @@ packages: vue-template-compiler: 2.7.15 dev: true + /@vue/reactivity-transform@3.3.11: + resolution: {integrity: sha512-fPGjH0wqJo68A0wQ1k158utDq/cRyZNlFoxGwNScE28aUFOKFEnCBsvyD8jHn+0kd0UKVpuGuaZEQ6r9FJRqCg==} + dependencies: + '@babel/parser': 7.23.6 + '@vue/compiler-core': 3.3.11 + '@vue/shared': 3.3.11 + estree-walker: 2.0.2 + magic-string: 0.30.5 + /@vue/reactivity-transform@3.3.8: resolution: {integrity: sha512-49CvBzmZNtcHua0XJ7GdGifM8GOXoUMOX4dD40Y5DxI3R8OUhMlvf2nvgUAcPxaXiV5MQQ1Nwy09ADpnLQUqRw==} dependencies: @@ -3881,17 +4311,35 @@ packages: estree-walker: 2.0.2 magic-string: 0.30.5 + /@vue/reactivity@3.3.11: + resolution: {integrity: sha512-D5tcw091f0nuu+hXq5XANofD0OXnBmaRqMYl5B3fCR+mX+cXJIGNw/VNawBqkjLNWETrFW0i+xH9NvDbTPVh7g==} + dependencies: + '@vue/shared': 3.3.11 + /@vue/reactivity@3.3.8: resolution: {integrity: sha512-ctLWitmFBu6mtddPyOKpHg8+5ahouoTCRtmAHZAXmolDtuZXfjL2T3OJ6DL6ezBPQB1SmMnpzjiWjCiMYmpIuw==} dependencies: '@vue/shared': 3.3.8 + /@vue/runtime-core@3.3.11: + resolution: {integrity: sha512-g9ztHGwEbS5RyWaOpXuyIVFTschclnwhqEbdy5AwGhYOgc7m/q3NFwr50MirZwTTzX55JY8pSkeib9BX04NIpw==} + dependencies: + '@vue/reactivity': 3.3.11 + '@vue/shared': 3.3.11 + /@vue/runtime-core@3.3.8: resolution: {integrity: sha512-qurzOlb6q26KWQ/8IShHkMDOuJkQnQcTIp1sdP4I9MbCf9FJeGVRXJFr2mF+6bXh/3Zjr9TDgURXrsCr9bfjUw==} dependencies: '@vue/reactivity': 3.3.8 '@vue/shared': 3.3.8 + /@vue/runtime-dom@3.3.11: + resolution: {integrity: sha512-OlhtV1PVpbgk+I2zl+Y5rQtDNcCDs12rsRg71XwaA2/Rbllw6mBLMi57VOn8G0AjOJ4Mdb4k56V37+g8ukShpQ==} + dependencies: + '@vue/runtime-core': 3.3.11 + '@vue/shared': 3.3.11 + csstype: 3.1.3 + /@vue/runtime-dom@3.3.8: resolution: {integrity: sha512-Noy5yM5UIf9UeFoowBVgghyGGPIDPy1Qlqt0yVsUdAVbqI8eeMSsTqBtauaEoT2UFXUk5S64aWVNJN4MJ2vRdA==} dependencies: @@ -3899,6 +4347,18 @@ packages: '@vue/shared': 3.3.8 csstype: 3.1.2 + /@vue/server-renderer@3.3.11(vue@3.3.11): + resolution: {integrity: sha512-AIWk0VwwxCAm4wqtJyxBylRTXSy1wCLOKbWxHaHiu14wjsNYtiRCSgVuqEPVuDpErOlRdNnuRgipQfXRLjLN5A==} + peerDependencies: + vue: '*' + peerDependenciesMeta: + vue: + optional: true + dependencies: + '@vue/compiler-ssr': 3.3.11 + '@vue/shared': 3.3.11 + vue: 3.3.11(typescript@4.9.5) + /@vue/server-renderer@3.3.8(vue@3.3.8): resolution: {integrity: sha512-zVCUw7RFskvPuNlPn/8xISbrf0zTWsTSdYTsUTN1ERGGZGVnRxM2QZ3x1OR32+vwkkCm0IW6HmJ49IsPm7ilLg==} peerDependencies: @@ -3911,6 +4371,9 @@ packages: '@vue/shared': 3.3.8 vue: 3.3.8(typescript@4.9.5) + /@vue/shared@3.3.11: + resolution: {integrity: sha512-u2G8ZQ9IhMWTMXaWqZycnK4UthG1fA238CD+DP4Dm4WJi5hdUKKLg0RMRaRpDPNMdkTwIDkp7WtD0Rd9BH9fLw==} + /@vue/shared@3.3.8: resolution: {integrity: sha512-8PGwybFwM4x8pcfgqEQFy70NaQxASvOC5DJwLQfpArw1UDfUXrJkdxD3BhVTMS+0Lef/TU7YO0Jvr0jJY8T+mw==} @@ -3930,7 +4393,7 @@ packages: vue-component-type-helpers: 1.8.22 dev: true - /@vuetify/loader-shared@1.7.1(vue@3.3.8)(vuetify@3.4.2): + /@vuetify/loader-shared@1.7.1(vue@3.3.11)(vuetify@3.4.6): resolution: {integrity: sha512-kLUvuAed6RCvkeeTNJzuy14pqnkur8lTuner7v7pNE/kVhPR97TuyXwBSBMR1cJeiLiOfu6SF5XlCYbXByEx1g==} peerDependencies: vue: '*' @@ -3941,8 +4404,20 @@ packages: dependencies: find-cache-dir: 3.3.2 upath: 2.0.1 - vue: 3.3.8(typescript@4.9.5) - vuetify: 3.4.2(typescript@4.9.5)(vite-plugin-vuetify@1.0.0-alpha.12)(vue@3.3.8) + vue: 3.3.11(typescript@4.9.5) + vuetify: 3.4.6(typescript@4.9.5)(vite-plugin-vuetify@1.0.2)(vue@3.3.11) + + /@vueuse/core@9.13.0(vue@3.3.11): + resolution: {integrity: sha512-pujnclbeHWxxPRqXWmdkKV5OX4Wk4YeK7wusHqRwU0Q7EFusHoqNA/aPhB6KCh9hEqJkLAJo7bb0Lh9b+OIVzw==} + dependencies: + '@types/web-bluetooth': 0.0.16 + '@vueuse/metadata': 9.13.0 + '@vueuse/shared': 9.13.0(vue@3.3.11) + vue-demi: 0.14.6(vue@3.3.11) + transitivePeerDependencies: + - '@vue/composition-api' + - vue + dev: true /@vueuse/core@9.13.0(vue@3.3.8): resolution: {integrity: sha512-pujnclbeHWxxPRqXWmdkKV5OX4Wk4YeK7wusHqRwU0Q7EFusHoqNA/aPhB6KCh9hEqJkLAJo7bb0Lh9b+OIVzw==} @@ -3960,6 +4435,15 @@ packages: resolution: {integrity: sha512-gdU7TKNAUVlXXLbaF+ZCfte8BjRJQWPCa2J55+7/h+yDtzw3vOoGQDRXzI6pyKyo6bXFT5/QoPE4hAknExjRLQ==} dev: true + /@vueuse/shared@9.13.0(vue@3.3.11): + resolution: {integrity: sha512-UrnhU+Cnufu4S6JLCPZnkWh0WwZGUp72ktOF2DFptMlOs3TOdVv8xJN53zhHGARmVOsz5KqOls09+J1NR6sBKw==} + dependencies: + vue-demi: 0.14.6(vue@3.3.11) + transitivePeerDependencies: + - '@vue/composition-api' + - vue + dev: true + /@vueuse/shared@9.13.0(vue@3.3.8): resolution: {integrity: sha512-UrnhU+Cnufu4S6JLCPZnkWh0WwZGUp72ktOF2DFptMlOs3TOdVv8xJN53zhHGARmVOsz5KqOls09+J1NR6sBKw==} dependencies: @@ -4266,8 +4750,8 @@ packages: resolution: {integrity: sha512-Q0DjXK4ApbVoIf9GLyCo252tUH44iTnD/hiJ2TQaJeydYWSpKk0sI34+WMel8S9Wt5pbLgG02oJ+gkgX5DV3sQ==} engines: {node: '>=16.14.0'} dependencies: - '@babel/parser': 7.23.4 - '@rollup/pluginutils': 5.0.5(rollup@3.29.4) + '@babel/parser': 7.23.6 + '@rollup/pluginutils': 5.0.5(rollup@4.8.0) pathe: 1.1.1 transitivePeerDependencies: - rollup @@ -4276,8 +4760,8 @@ packages: resolution: {integrity: sha512-kbL7ERlqjXubdDd+szuwdlQ1xUxEz9mCz1+m07ftNVStgwRb2RWw+U6oKo08PAvOishMxiqz1mlJyLl8yQx2Qg==} engines: {node: '>=16.14.0'} dependencies: - '@babel/parser': 7.23.4 - '@rollup/pluginutils': 5.0.5(rollup@3.29.4) + '@babel/parser': 7.23.6 + '@rollup/pluginutils': 5.0.5(rollup@4.8.0) pathe: 1.1.1 transitivePeerDependencies: - rollup @@ -4286,7 +4770,7 @@ packages: resolution: {integrity: sha512-NsyHMxBh4dmdEHjBo1/TBZvCKxffmZxRYhmclfu0PP6Aftre47jOHYaYaNqJcV0bxihxFXhDkzLHUwHc0ocd0Q==} engines: {node: '>=16.14.0'} dependencies: - '@babel/parser': 7.23.4 + '@babel/parser': 7.23.6 ast-kit: 0.9.5 transitivePeerDependencies: - rollup @@ -4330,6 +4814,22 @@ packages: picocolors: 1.0.0 postcss: 8.4.31 postcss-value-parser: 4.2.0 + dev: true + + /autoprefixer@10.4.16(postcss@8.4.32): + resolution: {integrity: sha512-7vd3UC6xKp0HLfua5IjZlcXvGAGy7cBAXTg2lyQ/8WpNhd6SiZ8Be+xm3FyBSYJx5GKcpRCzBh7RH4/0dnY+uQ==} + engines: {node: ^10 || ^12 || >=14} + hasBin: true + peerDependencies: + postcss: ^8.1.0 + dependencies: + browserslist: 4.22.1 + caniuse-lite: 1.0.30001563 + fraction.js: 4.3.7 + normalize-range: 0.1.2 + picocolors: 1.0.0 + postcss: 8.4.32 + postcss-value-parser: 4.2.0 /available-typed-arrays@1.0.5: resolution: {integrity: sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==} @@ -4984,13 +5484,13 @@ packages: shebang-command: 2.0.0 which: 2.0.2 - /css-declaration-sorter@6.4.1(postcss@8.4.31): + /css-declaration-sorter@6.4.1(postcss@8.4.32): resolution: {integrity: sha512-rtdthzxKuyq6IzqX6jEcIzQF/YqccluefyCYheovBOLhFT/drQA9zj/UbRAa9J7C0o6EG6u3E6g+vKkay7/k3g==} engines: {node: ^10 || ^12 || >=14} peerDependencies: postcss: ^8.0.9 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 /css-loader@5.2.7: resolution: {integrity: sha512-Q7mOvpBNBG7YrVGMxRxcBJZFL75o+cH2abNASdibkj/fffYD8qWbInZrD0S9ccI6vZclF3DsHE7njGlLtaHbhg==} @@ -5045,60 +5545,60 @@ packages: engines: {node: '>=4'} hasBin: true - /cssnano-preset-default@6.0.1(postcss@8.4.31): + /cssnano-preset-default@6.0.1(postcss@8.4.32): 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.1(postcss@8.4.31) - cssnano-utils: 4.0.0(postcss@8.4.31) - postcss: 8.4.31 - postcss-calc: 9.0.1(postcss@8.4.31) - postcss-colormin: 6.0.0(postcss@8.4.31) - postcss-convert-values: 6.0.0(postcss@8.4.31) - postcss-discard-comments: 6.0.0(postcss@8.4.31) - postcss-discard-duplicates: 6.0.0(postcss@8.4.31) - postcss-discard-empty: 6.0.0(postcss@8.4.31) - postcss-discard-overridden: 6.0.0(postcss@8.4.31) - postcss-merge-longhand: 6.0.0(postcss@8.4.31) - postcss-merge-rules: 6.0.1(postcss@8.4.31) - postcss-minify-font-values: 6.0.0(postcss@8.4.31) - postcss-minify-gradients: 6.0.0(postcss@8.4.31) - postcss-minify-params: 6.0.0(postcss@8.4.31) - postcss-minify-selectors: 6.0.0(postcss@8.4.31) - postcss-normalize-charset: 6.0.0(postcss@8.4.31) - postcss-normalize-display-values: 6.0.0(postcss@8.4.31) - postcss-normalize-positions: 6.0.0(postcss@8.4.31) - postcss-normalize-repeat-style: 6.0.0(postcss@8.4.31) - postcss-normalize-string: 6.0.0(postcss@8.4.31) - postcss-normalize-timing-functions: 6.0.0(postcss@8.4.31) - postcss-normalize-unicode: 6.0.0(postcss@8.4.31) - postcss-normalize-url: 6.0.0(postcss@8.4.31) - postcss-normalize-whitespace: 6.0.0(postcss@8.4.31) - postcss-ordered-values: 6.0.0(postcss@8.4.31) - postcss-reduce-initial: 6.0.0(postcss@8.4.31) - postcss-reduce-transforms: 6.0.0(postcss@8.4.31) - postcss-svgo: 6.0.0(postcss@8.4.31) - postcss-unique-selectors: 6.0.0(postcss@8.4.31) - - /cssnano-utils@4.0.0(postcss@8.4.31): + css-declaration-sorter: 6.4.1(postcss@8.4.32) + cssnano-utils: 4.0.0(postcss@8.4.32) + postcss: 8.4.32 + postcss-calc: 9.0.1(postcss@8.4.32) + postcss-colormin: 6.0.0(postcss@8.4.32) + postcss-convert-values: 6.0.0(postcss@8.4.32) + postcss-discard-comments: 6.0.0(postcss@8.4.32) + postcss-discard-duplicates: 6.0.0(postcss@8.4.32) + postcss-discard-empty: 6.0.0(postcss@8.4.32) + postcss-discard-overridden: 6.0.0(postcss@8.4.32) + postcss-merge-longhand: 6.0.0(postcss@8.4.32) + postcss-merge-rules: 6.0.1(postcss@8.4.32) + postcss-minify-font-values: 6.0.0(postcss@8.4.32) + postcss-minify-gradients: 6.0.0(postcss@8.4.32) + postcss-minify-params: 6.0.0(postcss@8.4.32) + postcss-minify-selectors: 6.0.0(postcss@8.4.32) + postcss-normalize-charset: 6.0.0(postcss@8.4.32) + postcss-normalize-display-values: 6.0.0(postcss@8.4.32) + postcss-normalize-positions: 6.0.0(postcss@8.4.32) + postcss-normalize-repeat-style: 6.0.0(postcss@8.4.32) + postcss-normalize-string: 6.0.0(postcss@8.4.32) + postcss-normalize-timing-functions: 6.0.0(postcss@8.4.32) + postcss-normalize-unicode: 6.0.0(postcss@8.4.32) + postcss-normalize-url: 6.0.0(postcss@8.4.32) + postcss-normalize-whitespace: 6.0.0(postcss@8.4.32) + postcss-ordered-values: 6.0.0(postcss@8.4.32) + postcss-reduce-initial: 6.0.0(postcss@8.4.32) + postcss-reduce-transforms: 6.0.0(postcss@8.4.32) + postcss-svgo: 6.0.0(postcss@8.4.32) + postcss-unique-selectors: 6.0.0(postcss@8.4.32) + + /cssnano-utils@4.0.0(postcss@8.4.32): resolution: {integrity: sha512-Z39TLP+1E0KUcd7LGyF4qMfu8ZufI0rDzhdyAMsa/8UyNUU8wpS0fhdBxbQbv32r64ea00h4878gommRVg2BHw==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 - /cssnano@6.0.1(postcss@8.4.31): + /cssnano@6.0.1(postcss@8.4.32): 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.31) + cssnano-preset-default: 6.0.1(postcss@8.4.32) lilconfig: 2.1.0 - postcss: 8.4.31 + postcss: 8.4.32 /csso@5.0.5: resolution: {integrity: sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==} @@ -5128,6 +5628,9 @@ packages: /csstype@3.1.2: resolution: {integrity: sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==} + /csstype@3.1.3: + resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==} + /cuint@0.2.2: resolution: {integrity: sha512-d4ZVpCW31eWwCMe1YT3ur7mUDnTXbgwyzaL320DrcRT45rfjYxkt5QWLrmOJ+/UEAI2+fQgKe/fCjR8l4TpRgw==} dev: true @@ -5926,6 +6429,35 @@ packages: '@esbuild/win32-ia32': 0.19.7 '@esbuild/win32-x64': 0.19.7 + /esbuild@0.19.9: + resolution: {integrity: sha512-U9CHtKSy+EpPsEBa+/A2gMs/h3ylBC0H0KSqIg7tpztHerLi6nrrcoUJAkNCEPumx8yJ+Byic4BVwHgRbN0TBg==} + engines: {node: '>=12'} + hasBin: true + requiresBuild: true + optionalDependencies: + '@esbuild/android-arm': 0.19.9 + '@esbuild/android-arm64': 0.19.9 + '@esbuild/android-x64': 0.19.9 + '@esbuild/darwin-arm64': 0.19.9 + '@esbuild/darwin-x64': 0.19.9 + '@esbuild/freebsd-arm64': 0.19.9 + '@esbuild/freebsd-x64': 0.19.9 + '@esbuild/linux-arm': 0.19.9 + '@esbuild/linux-arm64': 0.19.9 + '@esbuild/linux-ia32': 0.19.9 + '@esbuild/linux-loong64': 0.19.9 + '@esbuild/linux-mips64el': 0.19.9 + '@esbuild/linux-ppc64': 0.19.9 + '@esbuild/linux-riscv64': 0.19.9 + '@esbuild/linux-s390x': 0.19.9 + '@esbuild/linux-x64': 0.19.9 + '@esbuild/netbsd-x64': 0.19.9 + '@esbuild/openbsd-x64': 0.19.9 + '@esbuild/sunos-x64': 0.19.9 + '@esbuild/win32-arm64': 0.19.9 + '@esbuild/win32-ia32': 0.19.9 + '@esbuild/win32-x64': 0.19.9 + /escalade@3.1.1: resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==} engines: {node: '>=6'} @@ -7188,6 +7720,7 @@ packages: /immutable@4.3.4: resolution: {integrity: sha512-fsXeu4J4i6WNWSikpI88v/PcVflZz+6kMhUfIwc5SY+poQRPnaf5V7qds6SUyUN3cVxEzuCab7QIoLOQ+DQ1wA==} + dev: true /import-fresh@3.3.0: resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==} @@ -8063,8 +8596,8 @@ packages: /magicast@0.3.2: resolution: {integrity: sha512-Fjwkl6a0syt9TFN0JSYpOybxiMCkYNEeOTnOTNRbjphirLakznZXAqrXgj/7GG3D1dvETONNwrBfinvAbpunDg==} dependencies: - '@babel/parser': 7.23.4 - '@babel/types': 7.23.4 + '@babel/parser': 7.23.6 + '@babel/types': 7.23.6 source-map-js: 1.0.2 /make-dir@3.1.0: @@ -8390,15 +8923,15 @@ packages: dependencies: '@cloudflare/kv-asset-handler': 0.3.0 '@netlify/functions': 2.4.0 - '@rollup/plugin-alias': 5.0.1(rollup@4.5.0) - '@rollup/plugin-commonjs': 25.0.7(rollup@4.5.0) - '@rollup/plugin-inject': 5.0.5(rollup@4.5.0) - '@rollup/plugin-json': 6.0.1(rollup@4.5.0) - '@rollup/plugin-node-resolve': 15.2.3(rollup@4.5.0) - '@rollup/plugin-replace': 5.0.5(rollup@4.5.0) - '@rollup/plugin-terser': 0.4.4(rollup@4.5.0) - '@rollup/plugin-wasm': 6.2.2(rollup@4.5.0) - '@rollup/pluginutils': 5.0.5(rollup@4.5.0) + '@rollup/plugin-alias': 5.0.1(rollup@4.8.0) + '@rollup/plugin-commonjs': 25.0.7(rollup@4.8.0) + '@rollup/plugin-inject': 5.0.5(rollup@4.8.0) + '@rollup/plugin-json': 6.0.1(rollup@4.8.0) + '@rollup/plugin-node-resolve': 15.2.3(rollup@4.8.0) + '@rollup/plugin-replace': 5.0.5(rollup@4.8.0) + '@rollup/plugin-terser': 0.4.4(rollup@4.8.0) + '@rollup/plugin-wasm': 6.2.2(rollup@4.8.0) + '@rollup/pluginutils': 5.0.5(rollup@4.8.0) '@types/http-proxy': 1.17.14 '@vercel/nft': 0.24.3 archiver: 6.0.1 @@ -8438,8 +8971,8 @@ packages: pkg-types: 1.0.3 pretty-bytes: 6.1.1 radix3: 1.1.0 - rollup: 4.5.0 - rollup-plugin-visualizer: 5.9.2(rollup@4.5.0) + rollup: 4.8.0 + rollup-plugin-visualizer: 5.9.2(rollup@4.8.0) scule: 1.1.0 semver: 7.5.4 serve-placeholder: 2.0.1 @@ -8449,7 +8982,7 @@ packages: uncrypto: 0.1.3 unctx: 2.3.1 unenv: 1.7.4 - unimport: 3.5.0(rollup@4.5.0) + unimport: 3.5.0(rollup@4.8.0) unstorage: 1.10.1 transitivePeerDependencies: - '@azure/app-configuration' @@ -8686,7 +9219,113 @@ packages: optionalDependencies: fsevents: 2.3.3 - /nuxt@3.8.2(@types/node@17.0.45)(eslint@8.54.0)(typescript@4.9.5)(vite@4.5.0): + /nuxt@3.8.2(@types/node@18.11.9)(eslint@8.54.0)(typescript@4.9.5)(vite@5.0.7): + resolution: {integrity: sha512-HUAyifmqTs2zcQBGvcby3KNs2pBAk+l7ZbLjD1oCNqQQ+wBuZ1qgLC4Ebu++y4g3o3Y8WAWSvpafbKRLQZziPw==} + engines: {node: ^14.18.0 || >=16.10.0} + hasBin: true + peerDependencies: + '@parcel/watcher': ^2.1.0 + '@types/node': ^14.18.0 || >=16.10.0 + peerDependenciesMeta: + '@parcel/watcher': + optional: true + '@types/node': + optional: true + dependencies: + '@nuxt/devalue': 2.0.2 + '@nuxt/devtools': 1.0.3(nuxt@3.8.2)(vite@5.0.7) + '@nuxt/kit': 3.8.2 + '@nuxt/schema': 3.8.2 + '@nuxt/telemetry': 2.5.2 + '@nuxt/ui-templates': 1.3.1 + '@nuxt/vite-builder': 3.8.2(@types/node@18.11.9)(eslint@8.54.0)(typescript@4.9.5)(vue@3.3.11) + '@types/node': 18.11.9 + '@unhead/dom': 1.8.5 + '@unhead/ssr': 1.8.5 + '@unhead/vue': 1.8.5(vue@3.3.11) + '@vue/shared': 3.3.8 + acorn: 8.11.2 + c12: 1.5.1 + chokidar: 3.5.3 + cookie-es: 1.0.0 + defu: 6.1.3 + destr: 2.0.2 + devalue: 4.3.2 + esbuild: 0.19.7 + escape-string-regexp: 5.0.0 + estree-walker: 3.0.3 + fs-extra: 11.1.1 + globby: 14.0.0 + h3: 1.9.0 + hookable: 5.5.3 + jiti: 1.21.0 + klona: 2.0.6 + knitwork: 1.0.0 + magic-string: 0.30.5 + mlly: 1.4.2 + nitropack: 2.8.0 + nuxi: 3.10.0 + nypm: 0.3.3 + ofetch: 1.3.3 + ohash: 1.1.3 + pathe: 1.1.1 + perfect-debounce: 1.0.0 + pkg-types: 1.0.3 + radix3: 1.1.0 + scule: 1.1.0 + std-env: 3.5.0 + strip-literal: 1.3.0 + ufo: 1.3.2 + ultrahtml: 1.5.2 + uncrypto: 0.1.3 + unctx: 2.3.1 + unenv: 1.7.4 + unimport: 3.5.0(rollup@4.8.0) + unplugin: 1.5.1 + unplugin-vue-router: 0.7.0(vue-router@4.2.5)(vue@3.3.11) + untyped: 1.4.0 + vue: 3.3.11(typescript@4.9.5) + vue-bundle-renderer: 2.0.0 + vue-devtools-stub: 0.1.0 + vue-router: 4.2.5(vue@3.3.11) + transitivePeerDependencies: + - '@azure/app-configuration' + - '@azure/cosmos' + - '@azure/data-tables' + - '@azure/identity' + - '@azure/keyvault-secrets' + - '@azure/storage-blob' + - '@capacitor/preferences' + - '@netlify/blobs' + - '@planetscale/database' + - '@upstash/redis' + - '@vercel/kv' + - bluebird + - bufferutil + - encoding + - eslint + - idb-keyval + - less + - lightningcss + - meow + - optionator + - rollup + - sass + - stylelint + - stylus + - sugarss + - supports-color + - terser + - typescript + - utf-8-validate + - vite + - vls + - vti + - vue-tsc + - xml2js + dev: false + + /nuxt@3.8.2(eslint@8.54.0)(typescript@4.9.5)(vite@4.5.1): resolution: {integrity: sha512-HUAyifmqTs2zcQBGvcby3KNs2pBAk+l7ZbLjD1oCNqQQ+wBuZ1qgLC4Ebu++y4g3o3Y8WAWSvpafbKRLQZziPw==} engines: {node: ^14.18.0 || >=16.10.0} hasBin: true @@ -8700,13 +9339,12 @@ packages: optional: true dependencies: '@nuxt/devalue': 2.0.2 - '@nuxt/devtools': 1.0.3(nuxt@3.8.2)(vite@4.5.0) + '@nuxt/devtools': 1.0.3(nuxt@3.8.2)(vite@4.5.1) '@nuxt/kit': 3.8.2 '@nuxt/schema': 3.8.2 '@nuxt/telemetry': 2.5.2 '@nuxt/ui-templates': 1.3.1 - '@nuxt/vite-builder': 3.8.2(@types/node@17.0.45)(eslint@8.54.0)(typescript@4.9.5)(vue@3.3.8) - '@types/node': 17.0.45 + '@nuxt/vite-builder': 3.8.2(eslint@8.54.0)(typescript@4.9.5)(vue@3.3.8) '@unhead/dom': 1.8.5 '@unhead/ssr': 1.8.5 '@unhead/vue': 1.8.5(vue@3.3.8) @@ -8747,7 +9385,7 @@ packages: uncrypto: 0.1.3 unctx: 2.3.1 unenv: 1.7.4 - unimport: 3.5.0 + unimport: 3.5.0(rollup@4.8.0) unplugin: 1.5.1 unplugin-vue-router: 0.7.0(vue-router@4.2.5)(vue@3.3.8) untyped: 1.4.0 @@ -8790,6 +9428,7 @@ packages: - vti - vue-tsc - xml2js + dev: true /nwsapi@2.2.7: resolution: {integrity: sha512-ub5E4+FBPKwAZx0UwIQOjYWGHTEq5sPqHQNRN8Z9e4A7u3Tj1weLJsL59yH9vmvqEtBHaOmT6cYQKIZOxp35FQ==} @@ -9221,17 +9860,17 @@ packages: - supports-color dev: true - /postcss-calc@9.0.1(postcss@8.4.31): + /postcss-calc@9.0.1(postcss@8.4.32): resolution: {integrity: sha512-TipgjGyzP5QzEhsOZUaIkeO5mKeMFpebWzRogWG/ysonUlnHcq5aJe0jOjpfzUU8PeSaBQnrE8ehR0QA5vs8PQ==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.2.2 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 postcss-selector-parser: 6.0.13 postcss-value-parser: 4.2.0 - /postcss-colormin@6.0.0(postcss@8.4.31): + /postcss-colormin@6.0.0(postcss@8.4.32): resolution: {integrity: sha512-EuO+bAUmutWoZYgHn2T1dG1pPqHU6L4TjzPlu4t1wZGXQ/fxV16xg2EJmYi0z+6r+MGV1yvpx1BHkUaRrPa2bw==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: @@ -9240,17 +9879,17 @@ packages: browserslist: 4.22.1 caniuse-api: 3.0.0 colord: 2.9.3 - postcss: 8.4.31 + postcss: 8.4.32 postcss-value-parser: 4.2.0 - /postcss-convert-values@6.0.0(postcss@8.4.31): + /postcss-convert-values@6.0.0(postcss@8.4.32): resolution: {integrity: sha512-U5D8QhVwqT++ecmy8rnTb+RL9n/B806UVaS3m60lqle4YDFcpbS3ae5bTQIh3wOGUSDHSEtMYLs/38dNG7EYFw==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.2.15 dependencies: browserslist: 4.22.1 - postcss: 8.4.31 + postcss: 8.4.32 postcss-value-parser: 4.2.0 /postcss-custom-properties@13.3.2(postcss@8.4.31): @@ -9266,37 +9905,37 @@ packages: postcss-value-parser: 4.2.0 dev: true - /postcss-discard-comments@6.0.0(postcss@8.4.31): + /postcss-discard-comments@6.0.0(postcss@8.4.32): resolution: {integrity: sha512-p2skSGqzPMZkEQvJsgnkBhCn8gI7NzRH2683EEjrIkoMiwRELx68yoUJ3q3DGSGuQ8Ug9Gsn+OuDr46yfO+eFw==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 - /postcss-discard-duplicates@6.0.0(postcss@8.4.31): + /postcss-discard-duplicates@6.0.0(postcss@8.4.32): 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.31 + postcss: 8.4.32 - /postcss-discard-empty@6.0.0(postcss@8.4.31): + /postcss-discard-empty@6.0.0(postcss@8.4.32): resolution: {integrity: sha512-b+h1S1VT6dNhpcg+LpyiUrdnEZfICF0my7HAKgJixJLW7BnNmpRH34+uw/etf5AhOlIhIAuXApSzzDzMI9K/gQ==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 - /postcss-discard-overridden@6.0.0(postcss@8.4.31): + /postcss-discard-overridden@6.0.0(postcss@8.4.32): resolution: {integrity: sha512-4VELwssYXDFigPYAZ8vL4yX4mUepF/oCBeeIT4OXsJPYOtvJumyz9WflmJWTfDwCUcpDR+z0zvCWBXgTx35SVw==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 /postcss-import@13.0.0(postcss@8.4.31): resolution: {integrity: sha512-LPUbm3ytpYopwQQjqgUH4S3EM/Gb9QsaSPP/5vnoi+oKVy3/mIk2sc0Paqw7RL57GpScm9MdIMUypw2znWiBpg==} @@ -9379,17 +10018,17 @@ packages: semver: 7.5.4 dev: true - /postcss-merge-longhand@6.0.0(postcss@8.4.31): + /postcss-merge-longhand@6.0.0(postcss@8.4.32): resolution: {integrity: sha512-4VSfd1lvGkLTLYcxFuISDtWUfFS4zXe0FpF149AyziftPFQIWxjvFSKhA4MIxMe4XM3yTDgQMbSNgzIVxChbIg==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 postcss-value-parser: 4.2.0 - stylehacks: 6.0.0(postcss@8.4.31) + stylehacks: 6.0.0(postcss@8.4.32) - /postcss-merge-rules@6.0.1(postcss@8.4.31): + /postcss-merge-rules@6.0.1(postcss@8.4.32): resolution: {integrity: sha512-a4tlmJIQo9SCjcfiCcCMg/ZCEe0XTkl/xK0XHBs955GWg9xDX3NwP9pwZ78QUOWB8/0XCjZeJn98Dae0zg6AAw==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: @@ -9397,48 +10036,48 @@ packages: dependencies: browserslist: 4.22.1 caniuse-api: 3.0.0 - cssnano-utils: 4.0.0(postcss@8.4.31) - postcss: 8.4.31 + cssnano-utils: 4.0.0(postcss@8.4.32) + postcss: 8.4.32 postcss-selector-parser: 6.0.13 - /postcss-minify-font-values@6.0.0(postcss@8.4.31): + /postcss-minify-font-values@6.0.0(postcss@8.4.32): resolution: {integrity: sha512-zNRAVtyh5E8ndZEYXA4WS8ZYsAp798HiIQ1V2UF/C/munLp2r1UGHwf1+6JFu7hdEhJFN+W1WJQKBrtjhFgEnA==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 postcss-value-parser: 4.2.0 - /postcss-minify-gradients@6.0.0(postcss@8.4.31): + /postcss-minify-gradients@6.0.0(postcss@8.4.32): 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.31) - postcss: 8.4.31 + cssnano-utils: 4.0.0(postcss@8.4.32) + postcss: 8.4.32 postcss-value-parser: 4.2.0 - /postcss-minify-params@6.0.0(postcss@8.4.31): + /postcss-minify-params@6.0.0(postcss@8.4.32): resolution: {integrity: sha512-Fz/wMQDveiS0n5JPcvsMeyNXOIMrwF88n7196puSuQSWSa+/Ofc1gDOSY2xi8+A4PqB5dlYCKk/WfqKqsI+ReQ==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.2.15 dependencies: browserslist: 4.22.1 - cssnano-utils: 4.0.0(postcss@8.4.31) - postcss: 8.4.31 + cssnano-utils: 4.0.0(postcss@8.4.32) + postcss: 8.4.32 postcss-value-parser: 4.2.0 - /postcss-minify-selectors@6.0.0(postcss@8.4.31): + /postcss-minify-selectors@6.0.0(postcss@8.4.32): resolution: {integrity: sha512-ec/q9JNCOC2CRDNnypipGfOhbYPuUkewGwLnbv6omue/PSASbHSU7s6uSQ0tcFRVv731oMIx8k0SP4ZX6be/0g==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 postcss-selector-parser: 6.0.13 /postcss-modules-extract-imports@3.0.0(postcss@8.4.31): @@ -9503,98 +10142,98 @@ packages: postcss-selector-parser: 6.0.13 dev: true - /postcss-normalize-charset@6.0.0(postcss@8.4.31): + /postcss-normalize-charset@6.0.0(postcss@8.4.32): resolution: {integrity: sha512-cqundwChbu8yO/gSWkuFDmKrCZ2vJzDAocheT2JTd0sFNA4HMGoKMfbk2B+J0OmO0t5GUkiAkSM5yF2rSLUjgQ==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 - /postcss-normalize-display-values@6.0.0(postcss@8.4.31): + /postcss-normalize-display-values@6.0.0(postcss@8.4.32): resolution: {integrity: sha512-Qyt5kMrvy7dJRO3OjF7zkotGfuYALETZE+4lk66sziWSPzlBEt7FrUshV6VLECkI4EN8Z863O6Nci4NXQGNzYw==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 postcss-value-parser: 4.2.0 - /postcss-normalize-positions@6.0.0(postcss@8.4.31): + /postcss-normalize-positions@6.0.0(postcss@8.4.32): resolution: {integrity: sha512-mPCzhSV8+30FZyWhxi6UoVRYd3ZBJgTRly4hOkaSifo0H+pjDYcii/aVT4YE6QpOil15a5uiv6ftnY3rm0igPg==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 postcss-value-parser: 4.2.0 - /postcss-normalize-repeat-style@6.0.0(postcss@8.4.31): + /postcss-normalize-repeat-style@6.0.0(postcss@8.4.32): resolution: {integrity: sha512-50W5JWEBiOOAez2AKBh4kRFm2uhrT3O1Uwdxz7k24aKtbD83vqmcVG7zoIwo6xI2FZ/HDlbrCopXhLeTpQib1A==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 postcss-value-parser: 4.2.0 - /postcss-normalize-string@6.0.0(postcss@8.4.31): + /postcss-normalize-string@6.0.0(postcss@8.4.32): resolution: {integrity: sha512-KWkIB7TrPOiqb8ZZz6homet2KWKJwIlysF5ICPZrXAylGe2hzX/HSf4NTX2rRPJMAtlRsj/yfkrWGavFuB+c0w==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 postcss-value-parser: 4.2.0 - /postcss-normalize-timing-functions@6.0.0(postcss@8.4.31): + /postcss-normalize-timing-functions@6.0.0(postcss@8.4.32): resolution: {integrity: sha512-tpIXWciXBp5CiFs8sem90IWlw76FV4oi6QEWfQwyeREVwUy39VSeSqjAT7X0Qw650yAimYW5gkl2Gd871N5SQg==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 postcss-value-parser: 4.2.0 - /postcss-normalize-unicode@6.0.0(postcss@8.4.31): + /postcss-normalize-unicode@6.0.0(postcss@8.4.32): resolution: {integrity: sha512-ui5crYkb5ubEUDugDc786L/Me+DXp2dLg3fVJbqyAl0VPkAeALyAijF2zOsnZyaS1HyfPuMH0DwyY18VMFVNkg==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.2.15 dependencies: browserslist: 4.22.1 - postcss: 8.4.31 + postcss: 8.4.32 postcss-value-parser: 4.2.0 - /postcss-normalize-url@6.0.0(postcss@8.4.31): + /postcss-normalize-url@6.0.0(postcss@8.4.32): resolution: {integrity: sha512-98mvh2QzIPbb02YDIrYvAg4OUzGH7s1ZgHlD3fIdTHLgPLRpv1ZTKJDnSAKr4Rt21ZQFzwhGMXxpXlfrUBKFHw==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 postcss-value-parser: 4.2.0 - /postcss-normalize-whitespace@6.0.0(postcss@8.4.31): + /postcss-normalize-whitespace@6.0.0(postcss@8.4.32): resolution: {integrity: sha512-7cfE1AyLiK0+ZBG6FmLziJzqQCpTQY+8XjMhMAz8WSBSCsCNNUKujgIgjCAmDT3cJ+3zjTXFkoD15ZPsckArVw==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 postcss-value-parser: 4.2.0 - /postcss-ordered-values@6.0.0(postcss@8.4.31): + /postcss-ordered-values@6.0.0(postcss@8.4.32): 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.31) - postcss: 8.4.31 + cssnano-utils: 4.0.0(postcss@8.4.32) + postcss: 8.4.32 postcss-value-parser: 4.2.0 - /postcss-reduce-initial@6.0.0(postcss@8.4.31): + /postcss-reduce-initial@6.0.0(postcss@8.4.32): resolution: {integrity: sha512-s2UOnidpVuXu6JiiI5U+fV2jamAw5YNA9Fdi/GRK0zLDLCfXmSGqQtzpUPtfN66RtCbb9fFHoyZdQaxOB3WxVA==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: @@ -9602,15 +10241,15 @@ packages: dependencies: browserslist: 4.22.1 caniuse-api: 3.0.0 - postcss: 8.4.31 + postcss: 8.4.32 - /postcss-reduce-transforms@6.0.0(postcss@8.4.31): + /postcss-reduce-transforms@6.0.0(postcss@8.4.32): resolution: {integrity: sha512-FQ9f6xM1homnuy1wLe9lP1wujzxnwt1EwiigtWwuyf8FsqqXUDUp2Ulxf9A5yjlUOTdCJO6lonYjg1mgqIIi2w==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 postcss-value-parser: 4.2.0 /postcss-selector-parser@6.0.10: @@ -9628,23 +10267,23 @@ packages: cssesc: 3.0.0 util-deprecate: 1.0.2 - /postcss-svgo@6.0.0(postcss@8.4.31): + /postcss-svgo@6.0.0(postcss@8.4.32): resolution: {integrity: sha512-r9zvj/wGAoAIodn84dR/kFqwhINp5YsJkLoujybWG59grR/IHx+uQ2Zo+IcOwM0jskfYX3R0mo+1Kip1VSNcvw==} engines: {node: ^14 || ^16 || >= 18} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 postcss-value-parser: 4.2.0 svgo: 3.0.4 - /postcss-unique-selectors@6.0.0(postcss@8.4.31): + /postcss-unique-selectors@6.0.0(postcss@8.4.32): resolution: {integrity: sha512-EPQzpZNxOxP7777t73RQpZE5e9TrnCrkvp7AH7a0l89JmZiPnS82y216JowHXwpBCQitfyxrof9TK3rYbi7/Yw==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 postcss-selector-parser: 6.0.13 /postcss-url@10.1.3(postcss@8.4.31): @@ -9663,8 +10302,16 @@ packages: /postcss-value-parser@4.2.0: resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} - /postcss@8.4.31: - resolution: {integrity: sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==} + /postcss@8.4.31: + resolution: {integrity: sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==} + engines: {node: ^10 || ^12 || >=14} + dependencies: + nanoid: 3.3.7 + picocolors: 1.0.0 + source-map-js: 1.0.2 + + /postcss@8.4.32: + resolution: {integrity: sha512-D/kj5JNu6oo2EIy+XL/26JEDTlIbB8hw85G8StOE6L74RQAVVP5rej6wxCNqyMbR4RkPfqvezVbPw81Ngd6Kcw==} engines: {node: ^10 || ^12 || >=14} dependencies: nanoid: 3.3.7 @@ -10009,7 +10656,7 @@ packages: dependencies: glob: 7.2.3 - /rollup-plugin-typescript2@0.34.1(rollup@3.29.4)(typescript@4.9.5): + /rollup-plugin-typescript2@0.34.1(rollup@4.8.0)(typescript@4.9.5): resolution: {integrity: sha512-P4cHLtGikESmqi1CA+tdMDUv8WbQV48mzPYt77TSTOPJpERyZ9TXdDgjSDix8Fkqce6soYz3+fa4lrC93IEkcw==} peerDependencies: rollup: '>=1.26.3' @@ -10018,13 +10665,13 @@ packages: '@rollup/pluginutils': 4.2.1 find-cache-dir: 3.3.2 fs-extra: 10.1.0 - rollup: 3.29.4 + rollup: 4.8.0 semver: 7.5.4 tslib: 2.6.2 typescript: 4.9.5 dev: true - /rollup-plugin-visualizer@5.9.2(rollup@4.5.0): + /rollup-plugin-visualizer@5.9.2(rollup@4.8.0): resolution: {integrity: sha512-waHktD5mlWrYFrhOLbti4YgQCn1uR24nYsNuXxg7LkPH8KdTXVWR9DNY1WU0QqokyMixVXJS4J04HNrVTMP01A==} engines: {node: '>=14'} hasBin: true @@ -10036,7 +10683,7 @@ packages: dependencies: open: 8.4.2 picomatch: 2.3.1 - rollup: 4.5.0 + rollup: 4.8.0 source-map: 0.7.4 yargs: 17.7.2 @@ -10055,23 +10702,24 @@ packages: optionalDependencies: fsevents: 2.3.3 - /rollup@4.5.0: - resolution: {integrity: sha512-41xsWhzxqjMDASCxH5ibw1mXk+3c4TNI2UjKbLxe6iEzrSQnqOzmmK8/3mufCPbzHNJ2e04Fc1ddI35hHy+8zg==} + /rollup@4.8.0: + resolution: {integrity: sha512-NpsklK2fach5CdI+PScmlE5R4Ao/FSWtF7LkoIrHDxPACY/xshNasPsbpG0VVHxUTbf74tJbVT4PrP8JsJ6ZDA==} engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true optionalDependencies: - '@rollup/rollup-android-arm-eabi': 4.5.0 - '@rollup/rollup-android-arm64': 4.5.0 - '@rollup/rollup-darwin-arm64': 4.5.0 - '@rollup/rollup-darwin-x64': 4.5.0 - '@rollup/rollup-linux-arm-gnueabihf': 4.5.0 - '@rollup/rollup-linux-arm64-gnu': 4.5.0 - '@rollup/rollup-linux-arm64-musl': 4.5.0 - '@rollup/rollup-linux-x64-gnu': 4.5.0 - '@rollup/rollup-linux-x64-musl': 4.5.0 - '@rollup/rollup-win32-arm64-msvc': 4.5.0 - '@rollup/rollup-win32-ia32-msvc': 4.5.0 - '@rollup/rollup-win32-x64-msvc': 4.5.0 + '@rollup/rollup-android-arm-eabi': 4.8.0 + '@rollup/rollup-android-arm64': 4.8.0 + '@rollup/rollup-darwin-arm64': 4.8.0 + '@rollup/rollup-darwin-x64': 4.8.0 + '@rollup/rollup-linux-arm-gnueabihf': 4.8.0 + '@rollup/rollup-linux-arm64-gnu': 4.8.0 + '@rollup/rollup-linux-arm64-musl': 4.8.0 + '@rollup/rollup-linux-riscv64-gnu': 4.8.0 + '@rollup/rollup-linux-x64-gnu': 4.8.0 + '@rollup/rollup-linux-x64-musl': 4.8.0 + '@rollup/rollup-win32-arm64-msvc': 4.8.0 + '@rollup/rollup-win32-ia32-msvc': 4.8.0 + '@rollup/rollup-win32-x64-msvc': 4.8.0 fsevents: 2.3.3 /rrweb-cssom@0.6.0: @@ -10145,6 +10793,7 @@ packages: chokidar: 3.5.3 immutable: 4.3.4 source-map-js: 1.0.2 + dev: true /saxes@6.0.0: resolution: {integrity: sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==} @@ -10170,8 +10819,8 @@ packages: /scule@1.1.0: resolution: {integrity: sha512-vRUjqhyM/YWYzT+jsMk6tnl3NkY4A4soJ8uyh3O6Um+JXEQL9ozUCe7pqrxn3CSKokw0hw3nFStfskzpgYwR0g==} - /search-insights@2.11.0: - resolution: {integrity: sha512-Uin2J8Bpm3xaZi9Y8QibSys6uJOFZ+REMrf42v20AA3FUDUrshKkMEP6liJbMAHCm71wO6ls4mwAf7a3gFVxLw==} + /search-insights@2.13.0: + resolution: {integrity: sha512-Orrsjf9trHHxFRuo9/rzm0KIWmgzE8RMlZMzuhZOJ01Rnz3D0YBAe+V6473t6/H6c7irs6Lt48brULAiRWb3Vw==} dev: true /section-matter@1.0.0: @@ -10672,14 +11321,14 @@ packages: resolution: {integrity: sha512-Ca5ib8HrFn+f+0n4N4ScTIA9iTOQ7MaGS1ylHcoVqW9J7w2w8PzN6g9gKmTYgGEBH8e120+RCmhpje6jC5uGWA==} dev: false - /stylehacks@6.0.0(postcss@8.4.31): + /stylehacks@6.0.0(postcss@8.4.32): resolution: {integrity: sha512-+UT589qhHPwz6mTlCLSt/vMNTJx8dopeJlZAlBMJPWA3ORqu6wmQY7FBXf+qD+FsqoBJODyqNxOUP3jdntFRdw==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.2.15 dependencies: browserslist: 4.22.1 - postcss: 8.4.31 + postcss: 8.4.32 postcss-selector-parser: 6.0.13 /sucrase@3.34.0: @@ -11400,27 +12049,10 @@ packages: resolution: {integrity: sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==} engines: {node: '>=18'} - /unimport@3.5.0: - resolution: {integrity: sha512-0Ei1iTeSYxs7oxxUf79/KaBc2dPjZxe7qdVpw7yIz5YcdTZjmBYO6ToLDW+fX9QOHiueZ3xtwb5Z/wqaSfXx6A==} - dependencies: - '@rollup/pluginutils': 5.0.5(rollup@3.29.4) - escape-string-regexp: 5.0.0 - fast-glob: 3.3.2 - local-pkg: 0.5.0 - magic-string: 0.30.5 - mlly: 1.4.2 - pathe: 1.1.1 - pkg-types: 1.0.3 - scule: 1.1.0 - strip-literal: 1.3.0 - unplugin: 1.5.1 - transitivePeerDependencies: - - rollup - - /unimport@3.5.0(rollup@4.5.0): + /unimport@3.5.0(rollup@4.8.0): resolution: {integrity: sha512-0Ei1iTeSYxs7oxxUf79/KaBc2dPjZxe7qdVpw7yIz5YcdTZjmBYO6ToLDW+fX9QOHiueZ3xtwb5Z/wqaSfXx6A==} dependencies: - '@rollup/pluginutils': 5.0.5(rollup@4.5.0) + '@rollup/pluginutils': 5.0.5(rollup@4.8.0) escape-string-regexp: 5.0.0 fast-glob: 3.3.2 local-pkg: 0.5.0 @@ -11459,6 +12091,33 @@ packages: engines: {node: '>= 0.8'} dev: false + /unplugin-vue-router@0.7.0(vue-router@4.2.5)(vue@3.3.11): + resolution: {integrity: sha512-ddRreGq0t5vlSB7OMy4e4cfU1w2AwBQCwmvW3oP/0IHQiokzbx4hd3TpwBu3eIAFVuhX2cwNQwp1U32UybTVCw==} + peerDependencies: + vue-router: ^4.1.0 + peerDependenciesMeta: + vue-router: + optional: true + dependencies: + '@babel/types': 7.23.6 + '@rollup/pluginutils': 5.0.5(rollup@4.8.0) + '@vue-macros/common': 1.9.0(vue@3.3.11) + ast-walker-scope: 0.5.0 + chokidar: 3.5.3 + fast-glob: 3.3.2 + json5: 2.2.3 + local-pkg: 0.4.3 + mlly: 1.4.2 + pathe: 1.1.1 + scule: 1.1.0 + unplugin: 1.5.1 + vue-router: 4.2.5(vue@3.3.11) + yaml: 2.3.4 + transitivePeerDependencies: + - rollup + - vue + dev: false + /unplugin-vue-router@0.7.0(vue-router@4.2.5)(vue@3.3.8): resolution: {integrity: sha512-ddRreGq0t5vlSB7OMy4e4cfU1w2AwBQCwmvW3oP/0IHQiokzbx4hd3TpwBu3eIAFVuhX2cwNQwp1U32UybTVCw==} peerDependencies: @@ -11467,8 +12126,8 @@ packages: vue-router: optional: true dependencies: - '@babel/types': 7.23.4 - '@rollup/pluginutils': 5.0.5(rollup@3.29.4) + '@babel/types': 7.23.6 + '@rollup/pluginutils': 5.0.5(rollup@4.8.0) '@vue-macros/common': 1.9.0(vue@3.3.8) ast-walker-scope: 0.5.0 chokidar: 3.5.3 @@ -11484,6 +12143,7 @@ packages: transitivePeerDependencies: - rollup - vue + dev: true /unplugin@1.5.1: resolution: {integrity: sha512-0QkvG13z6RD+1L1FoibQqnvTwVBXvS4XSPwAyinVgoOCl2jAgwzdUKmEj05o4Lt8xwQI85Hb6mSyYkcAGwZPew==} @@ -11566,7 +12226,7 @@ packages: dependencies: '@babel/core': 7.23.3 '@babel/standalone': 7.23.4 - '@babel/types': 7.23.4 + '@babel/types': 7.23.6 defu: 6.1.3 jiti: 1.21.0 mri: 1.2.0 @@ -11654,7 +12314,29 @@ packages: extsprintf: 1.3.0 dev: true - /vite-node@0.33.0(@types/node@17.0.45): + /vite-node@0.33.0: + resolution: {integrity: sha512-19FpHYbwWWxDr73ruNahC+vtEdza52kA90Qb3La98yZ0xULqV8A5JLNPUff0f5zID4984tW7l3DH2przTJUZSw==} + engines: {node: '>=v14.18.0'} + hasBin: true + dependencies: + cac: 6.7.14 + debug: 4.3.4(supports-color@8.1.1) + mlly: 1.4.2 + pathe: 1.1.1 + picocolors: 1.0.0 + vite: 4.5.1 + transitivePeerDependencies: + - '@types/node' + - less + - lightningcss + - sass + - stylus + - sugarss + - supports-color + - terser + dev: true + + /vite-node@0.33.0(@types/node@18.11.9): resolution: {integrity: sha512-19FpHYbwWWxDr73ruNahC+vtEdza52kA90Qb3La98yZ0xULqV8A5JLNPUff0f5zID4984tW7l3DH2przTJUZSw==} engines: {node: '>=v14.18.0'} hasBin: true @@ -11664,7 +12346,7 @@ packages: mlly: 1.4.2 pathe: 1.1.1 picocolors: 1.0.0 - vite: 4.5.0(@types/node@17.0.45) + vite: 4.5.0(@types/node@18.11.9) transitivePeerDependencies: - '@types/node' - less @@ -11674,8 +12356,9 @@ packages: - sugarss - supports-color - terser + dev: false - /vite-node@0.34.6(@types/node@17.0.45): + /vite-node@0.34.6(@types/node@18.11.9): resolution: {integrity: sha512-nlBMJ9x6n7/Amaz6F3zJ97EBwR2FkzhBRxF5e+jE6LA3yi6Wtc2lyTij1OnDMIr34v5g/tVQtsVAzhT0jc5ygA==} engines: {node: '>=v14.18.0'} hasBin: true @@ -11685,7 +12368,7 @@ packages: mlly: 1.4.2 pathe: 1.1.1 picocolors: 1.0.0 - vite: 4.5.0(@types/node@17.0.45) + vite: 5.0.7(@types/node@18.11.9) transitivePeerDependencies: - '@types/node' - less @@ -11742,13 +12425,92 @@ packages: strip-ansi: 6.0.1 tiny-invariant: 1.3.1 typescript: 4.9.5 - vite: 4.5.0(@types/node@17.0.45) + vite: 4.5.0(@types/node@18.11.9) + vscode-languageclient: 7.0.0 + vscode-languageserver: 7.0.0 + vscode-languageserver-textdocument: 1.0.11 + vscode-uri: 3.0.8 + dev: false + + /vite-plugin-checker@0.6.2(eslint@8.54.0)(typescript@4.9.5)(vite@4.5.1): + resolution: {integrity: sha512-YvvvQ+IjY09BX7Ab+1pjxkELQsBd4rPhWNw8WLBeFVxu/E7O+n6VYAqNsKdK/a2luFlX/sMpoWdGFfg4HvwdJQ==} + engines: {node: '>=14.16'} + peerDependencies: + eslint: '*' + meow: ^9.0.0 + optionator: ^0.9.1 + stylelint: '>=13' + typescript: '*' + vite: '>=2.0.0 || ^2.9.0 || ^3.0.0 || ^4.0.0' + vls: '*' + vti: '*' + vue-tsc: '>=1.3.9' + peerDependenciesMeta: + eslint: + optional: true + meow: + optional: true + optionator: + optional: true + stylelint: + optional: true + typescript: + optional: true + vls: + optional: true + vti: + optional: true + vue-tsc: + optional: true + dependencies: + '@babel/code-frame': 7.23.4 + ansi-escapes: 4.3.2 + chalk: 4.1.2 + chokidar: 3.5.3 + commander: 8.3.0 + eslint: 8.54.0 + fast-glob: 3.3.2 + 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.3.1 + typescript: 4.9.5 + vite: 4.5.1 vscode-languageclient: 7.0.0 vscode-languageserver: 7.0.0 vscode-languageserver-textdocument: 1.0.11 vscode-uri: 3.0.8 + dev: true + + /vite-plugin-inspect@0.7.42(@nuxt/kit@3.8.2)(vite@4.5.1): + resolution: {integrity: sha512-JCyX86wr3siQc+p9Kd0t8VkFHAJag0RaQVIpdFGSv5FEaePEVB6+V/RGtz2dQkkGSXQzRWrPs4cU3dRKg32bXw==} + engines: {node: '>=14'} + peerDependencies: + '@nuxt/kit': '*' + vite: ^3.1.0 || ^4.0.0 || ^5.0.0-0 || ^2.9.0 || ^3.0.0 + peerDependenciesMeta: + '@nuxt/kit': + optional: true + dependencies: + '@antfu/utils': 0.7.6 + '@nuxt/kit': 3.8.2 + '@rollup/pluginutils': 5.0.5(rollup@4.8.0) + debug: 4.3.4(supports-color@8.1.1) + error-stack-parser-es: 0.1.1 + fs-extra: 11.1.1 + open: 9.1.0 + picocolors: 1.0.0 + sirv: 2.0.3 + vite: 4.5.1 + transitivePeerDependencies: + - rollup + - supports-color + dev: true - /vite-plugin-inspect@0.7.42(@nuxt/kit@3.8.2)(vite@4.5.0): + /vite-plugin-inspect@0.7.42(@nuxt/kit@3.8.2)(vite@5.0.7): resolution: {integrity: sha512-JCyX86wr3siQc+p9Kd0t8VkFHAJag0RaQVIpdFGSv5FEaePEVB6+V/RGtz2dQkkGSXQzRWrPs4cU3dRKg32bXw==} engines: {node: '>=14'} peerDependencies: @@ -11760,19 +12522,20 @@ packages: dependencies: '@antfu/utils': 0.7.6 '@nuxt/kit': 3.8.2 - '@rollup/pluginutils': 5.0.5(rollup@3.29.4) + '@rollup/pluginutils': 5.0.5(rollup@4.8.0) debug: 4.3.4(supports-color@8.1.1) error-stack-parser-es: 0.1.1 fs-extra: 11.1.1 open: 9.1.0 picocolors: 1.0.0 sirv: 2.0.3 - vite: 4.5.0(@types/node@17.0.45) + vite: 5.0.7(@types/node@18.11.9) transitivePeerDependencies: - rollup - supports-color + dev: false - /vite-plugin-vue-inspector@4.0.0(vite@4.5.0): + /vite-plugin-vue-inspector@4.0.0(vite@4.5.1): resolution: {integrity: sha512-xNjMbRj3YrebuuInTvlC8ghPtzT+3LjMIQPeeR/5CaFd+WcbA9wBnECZmlcP3GITCVED0SxGmTyoJ3iVKsK4vQ==} peerDependencies: vite: ^3.0.0-0 || ^4.0.0-0 || ^2.9.0 || ^3.0.0 || ^4.0.0 @@ -11783,24 +12546,45 @@ packages: '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.23.3) '@babel/plugin-transform-typescript': 7.23.4(@babel/core@7.23.3) '@vue/babel-plugin-jsx': 1.1.5(@babel/core@7.23.3) - '@vue/compiler-dom': 3.3.8 + '@vue/compiler-dom': 3.3.11 + kolorist: 1.8.0 + magic-string: 0.30.5 + vite: 4.5.1 + transitivePeerDependencies: + - supports-color + dev: true + + /vite-plugin-vue-inspector@4.0.0(vite@5.0.7): + resolution: {integrity: sha512-xNjMbRj3YrebuuInTvlC8ghPtzT+3LjMIQPeeR/5CaFd+WcbA9wBnECZmlcP3GITCVED0SxGmTyoJ3iVKsK4vQ==} + peerDependencies: + vite: ^3.0.0-0 || ^4.0.0-0 || ^2.9.0 || ^3.0.0 || ^4.0.0 + dependencies: + '@babel/core': 7.23.3 + '@babel/plugin-proposal-decorators': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-syntax-import-attributes': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.23.3) + '@babel/plugin-transform-typescript': 7.23.4(@babel/core@7.23.3) + '@vue/babel-plugin-jsx': 1.1.5(@babel/core@7.23.3) + '@vue/compiler-dom': 3.3.11 kolorist: 1.8.0 magic-string: 0.30.5 - vite: 4.5.0(@types/node@17.0.45) + vite: 5.0.7(@types/node@18.11.9) transitivePeerDependencies: - supports-color + dev: false - /vite-plugin-vuetify@1.0.0-alpha.12(vite@4.5.0)(vue@3.3.8)(vuetify@3.4.2): - resolution: {integrity: sha512-DMb7oY6F67P1RTEU28xQePUnyZdm+sbeGgIF3exBrA5yLL8NKKPIahqJN4+MAWMXCJVwNKy7nsS6zVgOLtcoQg==} + /vite-plugin-vuetify@1.0.2(vite@5.0.7)(vue@3.3.11)(vuetify@3.4.6): + resolution: {integrity: sha512-MubIcKD33O8wtgQXlbEXE7ccTEpHZ8nPpe77y9Wy3my2MWw/PgehP9VqTp92BLqr0R1dSL970Lynvisx3UxBFw==} engines: {node: '>=12'} peerDependencies: - vite: ^2.7.0 || ^2.9.0 || ^3.0.0 || ^4.0.0 + vite: ^2.7.0 || ^3.0.0 || ^4.0.0 || ^2.9.0 vuetify: ^3.0.0-beta.4 dependencies: - '@vuetify/loader-shared': 1.7.1(vue@3.3.8)(vuetify@3.4.2) + '@vuetify/loader-shared': 1.7.1(vue@3.3.11)(vuetify@3.4.6) debug: 4.3.4(supports-color@8.1.1) - vite: 4.5.0(@types/node@17.0.45) - vuetify: 3.4.2(typescript@4.9.5)(vite-plugin-vuetify@1.0.0-alpha.12)(vue@3.3.8) + upath: 2.0.1 + vite: 5.0.7(@types/node@18.11.9) + vuetify: 3.4.6(typescript@4.9.5)(vite-plugin-vuetify@1.0.2)(vue@3.3.11) transitivePeerDependencies: - supports-color - vue @@ -11838,7 +12622,7 @@ packages: fsevents: 2.3.3 dev: true - /vite@4.5.0(@types/node@17.0.45): + /vite@4.5.0(@types/node@18.11.9): resolution: {integrity: sha512-ulr8rNLA6rkyFAlVWw2q5YJ91v098AFQ2R0PRFwPzREXOUJQPtFUG0t+/ZikhaOCDqFoDhN6/v8Sq0o4araFAw==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true @@ -11866,15 +12650,16 @@ packages: terser: optional: true dependencies: - '@types/node': 17.0.45 + '@types/node': 18.11.9 esbuild: 0.18.20 - postcss: 8.4.31 + postcss: 8.4.32 rollup: 3.29.4 optionalDependencies: fsevents: 2.3.3 + dev: false - /vite@4.5.0(sass@1.69.5): - resolution: {integrity: sha512-ulr8rNLA6rkyFAlVWw2q5YJ91v098AFQ2R0PRFwPzREXOUJQPtFUG0t+/ZikhaOCDqFoDhN6/v8Sq0o4araFAw==} + /vite@4.5.1: + resolution: {integrity: sha512-AXXFaAJ8yebyqzoNB9fu2pHoo/nWX+xZlaRwoeYUxEqBO+Zj4msE5G+BhGBll9lYEKv9Hfks52PAF2X7qDYXQA==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true peerDependencies: @@ -11902,13 +12687,84 @@ packages: optional: true dependencies: esbuild: 0.18.20 - postcss: 8.4.31 + postcss: 8.4.32 rollup: 3.29.4 + optionalDependencies: + fsevents: 2.3.3 + dev: true + + /vite@5.0.7(@types/node@18.11.9): + resolution: {integrity: sha512-B4T4rJCDPihrQo2B+h1MbeGL/k/GMAHzhQ8S0LjQ142s6/+l3hHTT095ORvsshj4QCkoWu3Xtmob5mazvakaOw==} + engines: {node: ^18.0.0 || >=20.0.0} + hasBin: true + peerDependencies: + '@types/node': ^18.0.0 || >=20.0.0 + less: '*' + lightningcss: ^1.21.0 + sass: '*' + stylus: '*' + sugarss: '*' + terser: ^5.4.0 + peerDependenciesMeta: + '@types/node': + optional: true + less: + optional: true + lightningcss: + optional: true + sass: + optional: true + stylus: + optional: true + sugarss: + optional: true + terser: + optional: true + dependencies: + '@types/node': 18.11.9 + esbuild: 0.19.9 + postcss: 8.4.32 + rollup: 4.8.0 + optionalDependencies: + fsevents: 2.3.3 + + /vite@5.0.7(sass@1.69.5): + resolution: {integrity: sha512-B4T4rJCDPihrQo2B+h1MbeGL/k/GMAHzhQ8S0LjQ142s6/+l3hHTT095ORvsshj4QCkoWu3Xtmob5mazvakaOw==} + engines: {node: ^18.0.0 || >=20.0.0} + hasBin: true + peerDependencies: + '@types/node': ^18.0.0 || >=20.0.0 + less: '*' + lightningcss: ^1.21.0 + sass: '*' + stylus: '*' + sugarss: '*' + terser: ^5.4.0 + peerDependenciesMeta: + '@types/node': + optional: true + less: + optional: true + lightningcss: + optional: true + sass: + optional: true + stylus: + optional: true + sugarss: + optional: true + terser: + optional: true + dependencies: + esbuild: 0.19.9 + postcss: 8.4.32 + rollup: 4.8.0 sass: 1.69.5 optionalDependencies: fsevents: 2.3.3 + dev: true - /vitefu@0.2.5(vite@4.5.0): + /vitefu@0.2.5(vite@5.0.7): resolution: {integrity: sha512-SgHtMLoqaeeGnd2evZ849ZbACbnwQCIwRH57t18FxcXoZop0uQu0uzlIhJBlF/eWVzuce0sHeqPcDo+evVcg8Q==} peerDependencies: vite: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^2.9.0 @@ -11916,22 +12772,22 @@ packages: vite: optional: true dependencies: - vite: 4.5.0(@types/node@17.0.45) + vite: 5.0.7(@types/node@18.11.9) dev: true - /vitepress@1.0.0-alpha.10(search-insights@2.11.0)(typescript@4.9.5): + /vitepress@1.0.0-alpha.10(search-insights@2.13.0)(typescript@4.9.5): resolution: {integrity: sha512-RGPU+YApj2jaYplAIJUe+2qlDks9FzPX1QGK+7NdGByeCCVZg6z9eYWjjvfvA/sgCtG3yeJE/4/jCwlv4Y8bVw==} hasBin: true dependencies: '@docsearch/css': 3.5.2 - '@docsearch/js': 3.5.2(search-insights@2.11.0) - '@vitejs/plugin-vue': 3.2.0(vite@3.2.7)(vue@3.3.8) + '@docsearch/js': 3.5.2(search-insights@2.13.0) + '@vitejs/plugin-vue': 3.2.0(vite@3.2.7)(vue@3.3.11) '@vue/devtools-api': 6.5.1 - '@vueuse/core': 9.13.0(vue@3.3.8) + '@vueuse/core': 9.13.0(vue@3.3.11) body-scroll-lock: 4.0.0-beta.0 shiki: 0.11.1 vite: 3.2.7 - vue: 3.3.8(typescript@4.9.5) + vue: 3.3.11(typescript@4.9.5) transitivePeerDependencies: - '@algolia/client-search' - '@types/node' @@ -11981,7 +12837,7 @@ packages: dependencies: '@types/chai': 4.3.11 '@types/chai-subset': 1.3.5 - '@types/node': 17.0.45 + '@types/node': 18.11.9 '@vitest/expect': 0.34.6 '@vitest/runner': 0.34.6 '@vitest/snapshot': 0.34.6 @@ -12001,8 +12857,8 @@ packages: strip-literal: 1.3.0 tinybench: 2.5.1 tinypool: 0.7.0 - vite: 4.5.0(@types/node@17.0.45) - vite-node: 0.34.6(@types/node@17.0.45) + vite: 5.0.7(@types/node@18.11.9) + vite-node: 0.34.6(@types/node@18.11.9) why-is-node-running: 2.2.2 transitivePeerDependencies: - less @@ -12047,7 +12903,7 @@ packages: dependencies: '@types/chai': 4.3.11 '@types/chai-subset': 1.3.5 - '@types/node': 17.0.45 + '@types/node': 18.11.9 '@vitest/expect': 0.34.6 '@vitest/runner': 0.34.6 '@vitest/snapshot': 0.34.6 @@ -12067,8 +12923,8 @@ packages: strip-literal: 1.3.0 tinybench: 2.5.1 tinypool: 0.7.0 - vite: 4.5.0(@types/node@17.0.45) - vite-node: 0.34.6(@types/node@17.0.45) + vite: 5.0.7(@types/node@18.11.9) + vite-node: 0.34.6(@types/node@18.11.9) why-is-node-running: 2.2.2 transitivePeerDependencies: - less @@ -12130,6 +12986,23 @@ packages: resolution: {integrity: sha512-LK3wJHs3vJxHG292C8cnsRusgyC5SEZDCzDCD01mdE/AoREFMl2tzLRuzwyuEsOIz13tqgBcnvysN3Lxsa14Fw==} dev: true + /vue-demi@0.14.6(vue@3.3.11): + resolution: {integrity: sha512-8QA7wrYSHKaYgUxDA5ZC24w+eHm3sYCbp0EzcDwKqN3p6HqtTCGR/GVsPyZW92unff4UlcSh++lmqDWN3ZIq4w==} + engines: {node: '>=12'} + hasBin: true + requiresBuild: true + peerDependencies: + '@vue/composition-api': ^1.0.0-rc.1 + vue: '*' + peerDependenciesMeta: + '@vue/composition-api': + optional: true + vue: + optional: true + dependencies: + vue: 3.3.11(typescript@4.9.5) + dev: true + /vue-demi@0.14.6(vue@3.3.8): resolution: {integrity: sha512-8QA7wrYSHKaYgUxDA5ZC24w+eHm3sYCbp0EzcDwKqN3p6HqtTCGR/GVsPyZW92unff4UlcSh++lmqDWN3ZIq4w==} engines: {node: '>=12'} @@ -12202,6 +13075,18 @@ packages: vue: 3.3.8(typescript@4.9.5) dev: true + /vue-router@4.2.5(vue@3.3.11): + resolution: {integrity: sha512-DIUpKcyg4+PTQKfFPX88UWhlagBEBEfJ5A8XDXRJLUnZOvcpMF8o/dnL90vpVkGaPbjvXazV/rC1qBKrZlFugw==} + peerDependencies: + vue: '*' + peerDependenciesMeta: + vue: + optional: true + dependencies: + '@vue/devtools-api': 6.5.1 + vue: 3.3.11(typescript@4.9.5) + dev: false + /vue-router@4.2.5(vue@3.3.8): resolution: {integrity: sha512-DIUpKcyg4+PTQKfFPX88UWhlagBEBEfJ5A8XDXRJLUnZOvcpMF8o/dnL90vpVkGaPbjvXazV/rC1qBKrZlFugw==} peerDependencies: @@ -12212,6 +13097,7 @@ packages: dependencies: '@vue/devtools-api': 6.5.1 vue: 3.3.8(typescript@4.9.5) + dev: true /vue-template-compiler@2.7.15: resolution: {integrity: sha512-yQxjxMptBL7UAog00O8sANud99C6wJF+7kgbcwqkvA38vCGF7HWE66w0ZFnS/kX5gSoJr/PQ4/oS3Ne2pW37Og==} @@ -12238,6 +13124,21 @@ packages: '@vue/compiler-sfc': 2.7.15 csstype: 3.1.2 + /vue@3.3.11(typescript@4.9.5): + resolution: {integrity: sha512-d4oBctG92CRO1cQfVBZp6WJAs0n8AK4Xf5fNjQCBeKCvMI1efGQ5E3Alt1slFJS9fZuPcFoiAiqFvQlv1X7t/w==} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@vue/compiler-dom': 3.3.11 + '@vue/compiler-sfc': 3.3.11 + '@vue/runtime-dom': 3.3.11 + '@vue/server-renderer': 3.3.11(vue@3.3.11) + '@vue/shared': 3.3.11 + typescript: 4.9.5 + /vue@3.3.8(typescript@4.9.5): resolution: {integrity: sha512-5VSX/3DabBikOXMsxzlW8JyfeLKlG9mzqnWgLQLty88vdZL7ZJgrdgBOmrArwxiLtmS+lNNpPcBYqrhE6TQW5w==} peerDependencies: @@ -12253,8 +13154,8 @@ packages: '@vue/shared': 3.3.8 typescript: 4.9.5 - /vuetify@3.4.2(typescript@4.9.5)(vite-plugin-vuetify@1.0.0-alpha.12)(vue@3.3.8): - resolution: {integrity: sha512-WvfVmES1SkhrCfYcfzPp8jpfIM+L+OcN9EYiBM+4bpmsIXLNJyMv42QhoDDWihSO6/zbE8RqCtyHawpu4ApyzA==} + /vuetify@3.4.6(typescript@4.9.5)(vite-plugin-vuetify@1.0.2)(vue@3.3.11): + resolution: {integrity: sha512-Zp6BjKkNcnyHlOmr01Y/Rc4d686PORO+hcpfM76qRaDMIU4H1GnP0JIF3jwxI1q3Uj/2bHKLwn81oCLJZd+8sg==} engines: {node: ^12.20 || >=14.13} peerDependencies: typescript: '>=4.7' @@ -12275,8 +13176,8 @@ packages: optional: true dependencies: typescript: 4.9.5 - vite-plugin-vuetify: 1.0.0-alpha.12(vite@4.5.0)(vue@3.3.8)(vuetify@3.4.2) - vue: 3.3.8(typescript@4.9.5) + vite-plugin-vuetify: 1.0.2(vite@5.0.7)(vue@3.3.11)(vuetify@3.4.6) + vue: 3.3.11(typescript@4.9.5) /w3c-keyname@2.2.8: resolution: {integrity: sha512-dpojBhNsCNN7T82Tm7k26A6G9ML3NkhDsnw9n/eoxSRlVBB4CEtIQ/KTCLI2Fwf3ataSXRhYFkQi3SlnFwPvPQ==}