diff --git a/apps/formi/package.json b/apps/formi/package.json index 0c48bab07..7841a18da 100644 --- a/apps/formi/package.json +++ b/apps/formi/package.json @@ -40,6 +40,6 @@ "ufo": "1.3.0", "vite": "4.4.9", "vue": "3.3.4", - "vue-tsc": "1.8.10" + "vue-tsc": "1.8.11" } } diff --git a/docs/d3-graph-controller-docs/package.json b/docs/d3-graph-controller-docs/package.json index 1b7dd49f9..89a01fa27 100644 --- a/docs/d3-graph-controller-docs/package.json +++ b/docs/d3-graph-controller-docs/package.json @@ -12,7 +12,7 @@ "check:vue": "vue-tsc" }, "dependencies": { - "@algolia/client-search": "4.19.1", + "@algolia/client-search": "4.20.0", "d3-graph-controller": "workspace:*", "vue": "3.3.4" }, @@ -23,7 +23,7 @@ "unplugin-vue-components": "0.25.2", "vite": "4.4.9", "vite-plugin-lib": "workspace:*", - "vitepress": "1.0.0-rc.10", - "vue-tsc": "1.8.10" + "vitepress": "1.0.0-rc.13", + "vue-tsc": "1.8.11" } } diff --git a/docs/vecti-docs/package.json b/docs/vecti-docs/package.json index 12dc64639..692205911 100644 --- a/docs/vecti-docs/package.json +++ b/docs/vecti-docs/package.json @@ -10,7 +10,7 @@ "preview": "vitepress serve" }, "dependencies": { - "@algolia/client-search": "4.19.1", + "@algolia/client-search": "4.20.0", "vecti": "workspace:*", "vue": "3.3.4" }, @@ -19,6 +19,6 @@ "typescript": "5.2.2", "vite": "4.4.9", "vite-plugin-lib": "workspace:*", - "vitepress": "1.0.0-rc.10" + "vitepress": "1.0.0-rc.13" } } diff --git a/docs/vue-marmoset-viewer-docs/package.json b/docs/vue-marmoset-viewer-docs/package.json index dea9e1924..9ac2106aa 100644 --- a/docs/vue-marmoset-viewer-docs/package.json +++ b/docs/vue-marmoset-viewer-docs/package.json @@ -21,6 +21,6 @@ "vite": "4.4.9", "vite-plugin-lib": "workspace:*", "vue": "3.3.4", - "vue-tsc": "1.8.10" + "vue-tsc": "1.8.11" } } diff --git a/docs/vue-masonry-wall-docs/package.json b/docs/vue-masonry-wall-docs/package.json index 53ac0b726..74ba94bbc 100644 --- a/docs/vue-masonry-wall-docs/package.json +++ b/docs/vue-masonry-wall-docs/package.json @@ -21,6 +21,6 @@ "vite": "4.4.9", "vite-plugin-lib": "workspace:*", "vue": "3.3.4", - "vue-tsc": "1.8.10" + "vue-tsc": "1.8.11" } } diff --git a/examples/vite-plugin-ssg-utils-example/package.json b/examples/vite-plugin-ssg-utils-example/package.json index 45dfc5a99..af24f7027 100644 --- a/examples/vite-plugin-ssg-utils-example/package.json +++ b/examples/vite-plugin-ssg-utils-example/package.json @@ -10,7 +10,7 @@ "check:tsc": "tsc" }, "devDependencies": { - "@types/node": "18.17.15", + "@types/node": "18.17.17", "@unhead/vue": "1.2.2", "@vitejs/plugin-vue": "4.3.4", "@yeger/tsconfig": "workspace:*", @@ -18,7 +18,7 @@ "typescript": "5.2.2", "vite": "4.4.9", "vite-plugin-ssg-utils": "workspace:*", - "vite-ssg": "0.23.1", + "vite-ssg": "0.23.2", "vue": "3.3.4", "vue-router": "4.2.4" } diff --git a/package.json b/package.json index 71199bc43..ee0c38538 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "yeger-monorepo", "version": "0.0.0", "private": true, - "packageManager": "pnpm@8.7.4", + "packageManager": "pnpm@8.7.5", "description": "Monorepo for `@yeger` and related NPM packages", "repository": { "url": "https://github.com/DerYeger/yeger" @@ -40,8 +40,8 @@ "@changesets/cli": "2.26.2", "@commitlint/cli": "17.7.1", "@commitlint/config-conventional": "17.7.0", - "@turbo/gen": "1.10.13", - "@types/node": "18.17.15", + "@turbo/gen": "1.10.14", + "@types/node": "18.17.17", "@vitest/coverage-v8": "0.34.4", "@vitest/ui": "0.34.4", "@yeger/eslint-config": "workspace:*", @@ -54,8 +54,8 @@ "publint": "0.2.2", "rimraf": "5.0.1", "syncpack": "11.2.1", - "turbo": "1.10.13", - "vercel": "32.2.0", + "turbo": "1.10.14", + "vercel": "32.2.4", "vitest": "0.34.4" }, "pnpm": { diff --git a/packages/d3-graph-controller/package.json b/packages/d3-graph-controller/package.json index 2a7468d83..d23f4005a 100644 --- a/packages/d3-graph-controller/package.json +++ b/packages/d3-graph-controller/package.json @@ -56,7 +56,7 @@ "@types/d3-force": "3.0.5", "@types/d3-selection": "3.0.6", "@types/d3-zoom": "3.0.4", - "@types/node": "18.17.15", + "@types/node": "18.17.17", "@types/resize-observer-browser": "0.1.7", "@yeger/deepmerge": "workspace:*", "@yeger/tsconfig": "workspace:*", diff --git a/packages/deepmerge/package.json b/packages/deepmerge/package.json index 297277312..0b41544bf 100644 --- a/packages/deepmerge/package.json +++ b/packages/deepmerge/package.json @@ -25,7 +25,7 @@ "lint": "yeger-lint" }, "devDependencies": { - "@types/node": "18.17.15", + "@types/node": "18.17.17", "@yeger/tsconfig": "workspace:*", "typescript": "5.2.2", "vite": "4.4.9", diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index fad9e5de2..f5aba67d5 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -33,7 +33,7 @@ "eslint": ">=7.4.0" }, "dependencies": { - "@antfu/eslint-config": "0.41.0", + "@antfu/eslint-config": "0.42.0", "eslint-config-prettier": "9.0.0", "eslint-import-resolver-typescript": "3.6.0", "eslint-plugin-astro": "0.29.0", @@ -45,8 +45,8 @@ "eslint-plugin-prettier": "5.0.0", "eslint-plugin-tailwindcss": "3.13.0", "eslint-plugin-tsdoc": "0.2.17", - "eslint-plugin-turbo": "1.10.13", - "eslint-plugin-yml": "1.8.0", + "eslint-plugin-turbo": "1.10.14", + "eslint-plugin-yml": "1.9.0", "picocolors": "1.0.0", "prettier": "3.0.3", "prettier-plugin-astro": "0.12.0", diff --git a/packages/fol/package.json b/packages/fol/package.json index ea04e2531..cefd43420 100644 --- a/packages/fol/package.json +++ b/packages/fol/package.json @@ -40,7 +40,7 @@ }, "devDependencies": { "@ohm-js/cli": "2.0.0", - "@types/node": "18.17.15", + "@types/node": "18.17.17", "@yeger/tsconfig": "workspace:*", "resumon": "workspace:*", "typescript": "5.2.2", diff --git a/packages/resumon/package.json b/packages/resumon/package.json index 96163a438..2ecacd97d 100644 --- a/packages/resumon/package.json +++ b/packages/resumon/package.json @@ -40,7 +40,7 @@ "test": "vitest" }, "devDependencies": { - "@types/node": "18.17.15", + "@types/node": "18.17.17", "@vue/component-compiler-utils": "3.3.0", "@yeger/tsconfig": "workspace:*", "typescript": "5.2.2", diff --git a/packages/turbo-graph-ui/package.json b/packages/turbo-graph-ui/package.json index 5a7afa21c..e563ebdef 100644 --- a/packages/turbo-graph-ui/package.json +++ b/packages/turbo-graph-ui/package.json @@ -37,7 +37,7 @@ "d3-scale": "4.0.2", "d3-scale-chromatic": "3.0.0", "execa": "8.0.1", - "lucide-react": "^0.274.0", + "lucide-react": "^0.277.0", "react": "18.2.0", "react-dom": "18.2.0", "reactflow": "11.8.3", @@ -48,7 +48,7 @@ "devDependencies": { "@types/d3-scale": "4.0.4", "@types/d3-scale-chromatic": "3.0.0", - "@types/node": "18.17.15", + "@types/node": "18.17.17", "@types/react": "18.2.21", "@types/react-dom": "18.2.7", "@yeger/tsconfig": "workspace:*", diff --git a/packages/turbo-graph/package.json b/packages/turbo-graph/package.json index 176a3203c..44892c315 100644 --- a/packages/turbo-graph/package.json +++ b/packages/turbo-graph/package.json @@ -34,7 +34,7 @@ "picocolors": "1.0.0" }, "devDependencies": { - "@types/node": "18.17.15", + "@types/node": "18.17.17", "@yeger/tsconfig": "workspace:*", "rimraf": "5.0.1", "typescript": "5.2.2" diff --git a/packages/vecti/package.json b/packages/vecti/package.json index c35e567c1..b413172cb 100644 --- a/packages/vecti/package.json +++ b/packages/vecti/package.json @@ -41,7 +41,7 @@ "test": "vitest" }, "devDependencies": { - "@types/node": "18.17.15", + "@types/node": "18.17.17", "@vue/component-compiler-utils": "3.3.0", "@yeger/tsconfig": "workspace:*", "typescript": "5.2.2", diff --git a/packages/vite-plugin-lib/package.json b/packages/vite-plugin-lib/package.json index 44957ba12..85bab66fb 100644 --- a/packages/vite-plugin-lib/package.json +++ b/packages/vite-plugin-lib/package.json @@ -44,7 +44,7 @@ "vite-plugin-dts": "3.5.3" }, "devDependencies": { - "@types/node": "18.17.15", + "@types/node": "18.17.17", "@yeger/tsconfig": "workspace:*", "typescript": "5.2.2", "unbuild": "2.0.0", diff --git a/packages/vite-plugin-ssg-utils/package.json b/packages/vite-plugin-ssg-utils/package.json index aa8ca3b5a..af070be2e 100644 --- a/packages/vite-plugin-ssg-utils/package.json +++ b/packages/vite-plugin-ssg-utils/package.json @@ -46,7 +46,7 @@ "kolorist": "1.8.0" }, "devDependencies": { - "@types/node": "18.17.15", + "@types/node": "18.17.17", "@yeger/tsconfig": "workspace:*", "rimraf": "5.0.1", "typescript": "5.2.2", diff --git a/packages/vue-marmoset-viewer/package.json b/packages/vue-marmoset-viewer/package.json index 6d717cfb7..045bf07ab 100644 --- a/packages/vue-marmoset-viewer/package.json +++ b/packages/vue-marmoset-viewer/package.json @@ -66,7 +66,7 @@ "vite": "4.4.9", "vite-plugin-lib": "workspace:*", "vue": "3.3.4", - "vue-tsc": "1.8.10" + "vue-tsc": "1.8.11" }, "publishConfig": { "access": "public" diff --git a/packages/vue-masonry-wall/package.json b/packages/vue-masonry-wall/package.json index 6a4faa664..2a382158c 100644 --- a/packages/vue-masonry-wall/package.json +++ b/packages/vue-masonry-wall/package.json @@ -51,7 +51,7 @@ "@yeger/vue-masonry-wall-core": "workspace:*" }, "devDependencies": { - "@babel/types": "7.22.17", + "@babel/types": "7.22.19", "@types/resize-observer-browser": "0.1.7", "@vitejs/plugin-vue": "4.3.4", "@vue/test-utils": "2.4.1", @@ -63,7 +63,7 @@ "vite": "4.4.9", "vite-plugin-lib": "workspace:*", "vue": "3.3.4", - "vue-tsc": "1.8.10" + "vue-tsc": "1.8.11" }, "publishConfig": { "access": "public" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fe8af6de7..defc405ba 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -28,11 +28,11 @@ importers: specifier: 17.7.0 version: 17.7.0 '@turbo/gen': - specifier: 1.10.13 - version: 1.10.13(@types/node@18.17.15)(typescript@5.2.2) + specifier: 1.10.14 + version: 1.10.14(@types/node@18.17.17)(typescript@5.2.2) '@types/node': - specifier: 18.17.15 - version: 18.17.15 + specifier: 18.17.17 + version: 18.17.17 '@vitest/coverage-v8': specifier: 0.34.4 version: 0.34.4(vitest@0.34.4) @@ -70,11 +70,11 @@ importers: specifier: 11.2.1 version: 11.2.1 turbo: - specifier: 1.10.13 - version: 1.10.13 + specifier: 1.10.14 + version: 1.10.14 vercel: - specifier: 32.2.0 - version: 32.2.0 + specifier: 32.2.4 + version: 32.2.4 vitest: specifier: 0.34.4 version: 0.34.4(@vitest/ui@0.34.4) @@ -141,7 +141,7 @@ importers: version: 1.4.0 nuxt: specifier: 3.5.3 - version: 3.5.3(@types/node@18.17.15)(eslint@8.49.0)(typescript@5.2.2)(vue-tsc@1.8.10) + version: 3.5.3(@types/node@18.17.17)(eslint@8.49.0)(typescript@5.2.2)(vue-tsc@1.8.11) nuxt-icon: specifier: 0.2.6 version: 0.2.6(vue@3.3.4) @@ -153,19 +153,19 @@ importers: version: 1.3.0 vite: specifier: 4.4.9 - version: 4.4.9(@types/node@18.17.15) + version: 4.4.9(@types/node@18.17.17) vue: specifier: 3.3.4 version: 3.3.4 vue-tsc: - specifier: 1.8.10 - version: 1.8.10(typescript@5.2.2)(vue@3.3.4) + specifier: 1.8.11 + version: 1.8.11(typescript@5.2.2)(vue@3.3.4) docs/d3-graph-controller-docs: dependencies: '@algolia/client-search': - specifier: 4.19.1 - version: 4.19.1 + specifier: 4.20.0 + version: 4.20.0 d3-graph-controller: specifier: workspace:* version: link:../../packages/d3-graph-controller @@ -187,22 +187,22 @@ importers: version: 0.25.2(vue@3.3.4) vite: specifier: 4.4.9 - version: 4.4.9(@types/node@18.17.15) + version: 4.4.9(@types/node@18.17.17) vite-plugin-lib: specifier: workspace:* version: link:../../packages/vite-plugin-lib vitepress: - specifier: 1.0.0-rc.10 - version: 1.0.0-rc.10(@algolia/client-search@4.19.1)(@types/node@18.17.15)(search-insights@2.6.0) + specifier: 1.0.0-rc.13 + version: 1.0.0-rc.13(@algolia/client-search@4.20.0)(@types/node@18.17.17)(search-insights@2.6.0) vue-tsc: - specifier: 1.8.10 - version: 1.8.10(typescript@5.2.2)(vue@3.3.4) + specifier: 1.8.11 + version: 1.8.11(typescript@5.2.2)(vue@3.3.4) docs/vecti-docs: dependencies: '@algolia/client-search': - specifier: 4.19.1 - version: 4.19.1 + specifier: 4.20.0 + version: 4.20.0 vecti: specifier: workspace:* version: link:../../packages/vecti @@ -218,13 +218,13 @@ importers: version: 5.2.2 vite: specifier: 4.4.9 - version: 4.4.9(@types/node@18.17.15) + version: 4.4.9(@types/node@18.17.17) vite-plugin-lib: specifier: workspace:* version: link:../../packages/vite-plugin-lib vitepress: - specifier: 1.0.0-rc.10 - version: 1.0.0-rc.10(@algolia/client-search@4.19.1)(@types/node@18.17.15)(search-insights@2.6.0) + specifier: 1.0.0-rc.13 + version: 1.0.0-rc.13(@algolia/client-search@4.20.0)(@types/node@18.17.17)(search-insights@2.6.0) docs/vue-marmoset-viewer-docs: dependencies: @@ -243,7 +243,7 @@ importers: version: 5.2.2 vite: specifier: 4.4.9 - version: 4.4.9(@types/node@18.17.15) + version: 4.4.9(@types/node@18.17.17) vite-plugin-lib: specifier: workspace:* version: link:../../packages/vite-plugin-lib @@ -251,8 +251,8 @@ importers: specifier: 3.3.4 version: 3.3.4 vue-tsc: - specifier: 1.8.10 - version: 1.8.10(typescript@5.2.2)(vue@3.3.4) + specifier: 1.8.11 + version: 1.8.11(typescript@5.2.2)(vue@3.3.4) docs/vue-masonry-wall-docs: dependencies: @@ -271,7 +271,7 @@ importers: version: 5.2.2 vite: specifier: 4.4.9 - version: 4.4.9(@types/node@18.17.15) + version: 4.4.9(@types/node@18.17.17) vite-plugin-lib: specifier: workspace:* version: link:../../packages/vite-plugin-lib @@ -279,8 +279,8 @@ importers: specifier: 3.3.4 version: 3.3.4 vue-tsc: - specifier: 1.8.10 - version: 1.8.10(typescript@5.2.2)(vue@3.3.4) + specifier: 1.8.11 + version: 1.8.11(typescript@5.2.2)(vue@3.3.4) docs/vue2-masonry-wall-docs: dependencies: @@ -299,7 +299,7 @@ importers: version: 5.2.2 vite: specifier: 4.4.9 - version: 4.4.9(@types/node@18.17.15) + version: 4.4.9(@types/node@18.17.17) vite-plugin-lib: specifier: workspace:* version: link:../../packages/vite-plugin-lib @@ -310,8 +310,8 @@ importers: examples/vite-plugin-ssg-utils-example: devDependencies: '@types/node': - specifier: 18.17.15 - version: 18.17.15 + specifier: 18.17.17 + version: 18.17.17 '@unhead/vue': specifier: 1.2.2 version: 1.2.2(vue@3.3.4) @@ -329,13 +329,13 @@ importers: version: 5.2.2 vite: specifier: 4.4.9 - version: 4.4.9(@types/node@18.17.15) + version: 4.4.9(@types/node@18.17.17) vite-plugin-ssg-utils: specifier: workspace:* version: link:../../packages/vite-plugin-ssg-utils vite-ssg: - specifier: 0.23.1 - version: 0.23.1(@unhead/vue@1.2.2)(critters@0.0.20)(vite@4.4.9)(vue-router@4.2.4)(vue@3.3.4) + specifier: 0.23.2 + version: 0.23.2(critters@0.0.20)(vite@4.4.9)(vue-router@4.2.4)(vue@3.3.4) vue: specifier: 3.3.4 version: 3.3.4 @@ -377,8 +377,8 @@ importers: specifier: 3.0.4 version: 3.0.4 '@types/node': - specifier: 18.17.15 - version: 18.17.15 + specifier: 18.17.17 + version: 18.17.17 '@types/resize-observer-browser': specifier: 0.1.7 version: 0.1.7 @@ -396,7 +396,7 @@ importers: version: 5.2.2 vite: specifier: 4.4.9 - version: 4.4.9(@types/node@18.17.15) + version: 4.4.9(@types/node@18.17.17) vite-plugin-lib: specifier: workspace:* version: link:../vite-plugin-lib @@ -411,7 +411,7 @@ importers: version: 5.2.2 vite: specifier: 4.4.9 - version: 4.4.9(@types/node@18.17.15) + version: 4.4.9(@types/node@18.17.17) vite-plugin-lib: specifier: workspace:* version: link:../vite-plugin-lib @@ -419,8 +419,8 @@ importers: packages/deepmerge: devDependencies: '@types/node': - specifier: 18.17.15 - version: 18.17.15 + specifier: 18.17.17 + version: 18.17.17 '@yeger/tsconfig': specifier: workspace:* version: link:../tsconfig @@ -429,7 +429,7 @@ importers: version: 5.2.2 vite: specifier: 4.4.9 - version: 4.4.9(@types/node@18.17.15) + version: 4.4.9(@types/node@18.17.17) vite-plugin-lib: specifier: workspace:* version: link:../vite-plugin-lib @@ -437,8 +437,8 @@ importers: packages/eslint-config: dependencies: '@antfu/eslint-config': - specifier: 0.41.0 - version: 0.41.0(eslint-import-resolver-typescript@3.6.0)(eslint@8.38.0)(typescript@5.2.2) + specifier: 0.42.0 + version: 0.42.0(eslint-import-resolver-typescript@3.6.0)(eslint@8.38.0)(typescript@5.2.2) eslint: specifier: '>=7.4.0' version: 8.38.0 @@ -447,7 +447,7 @@ importers: version: 9.0.0(eslint@8.38.0) eslint-import-resolver-typescript: specifier: 3.6.0 - version: 3.6.0(@typescript-eslint/parser@6.4.1)(eslint-plugin-import@2.28.1)(eslint@8.38.0) + version: 3.6.0(@typescript-eslint/parser@6.7.0)(eslint-plugin-import@2.28.1)(eslint@8.38.0) eslint-plugin-astro: specifier: 0.29.0 version: 0.29.0(eslint@8.38.0) @@ -456,7 +456,7 @@ importers: version: 2.14.0(eslint@8.38.0) eslint-plugin-import: specifier: 2.28.1 - version: 2.28.1(@typescript-eslint/parser@6.4.1)(eslint-import-resolver-typescript@3.6.0)(eslint@8.38.0) + version: 2.28.1(@typescript-eslint/parser@6.7.0)(eslint-import-resolver-typescript@3.6.0)(eslint@8.38.0) eslint-plugin-jsx-a11y: specifier: 6.7.1 version: 6.7.1(eslint@8.38.0) @@ -476,11 +476,11 @@ importers: specifier: 0.2.17 version: 0.2.17 eslint-plugin-turbo: - specifier: 1.10.13 - version: 1.10.13(eslint@8.38.0) + specifier: 1.10.14 + version: 1.10.14(eslint@8.38.0) eslint-plugin-yml: - specifier: 1.8.0 - version: 1.8.0(eslint@8.38.0) + specifier: 1.9.0 + version: 1.9.0(eslint@8.38.0) picocolors: specifier: 1.0.0 version: 1.0.0 @@ -511,8 +511,8 @@ importers: specifier: 2.0.0 version: 2.0.0(ohm-js@17.1.0) '@types/node': - specifier: 18.17.15 - version: 18.17.15 + specifier: 18.17.17 + version: 18.17.17 '@yeger/tsconfig': specifier: workspace:* version: link:../tsconfig @@ -524,7 +524,7 @@ importers: version: 5.2.2 vite: specifier: 4.4.9 - version: 4.4.9(@types/node@18.17.15) + version: 4.4.9(@types/node@18.17.17) vite-plugin-lib: specifier: workspace:* version: link:../vite-plugin-lib @@ -532,8 +532,8 @@ importers: packages/resumon: devDependencies: '@types/node': - specifier: 18.17.15 - version: 18.17.15 + specifier: 18.17.17 + version: 18.17.17 '@vue/component-compiler-utils': specifier: 3.3.0 version: 3.3.0 @@ -545,7 +545,7 @@ importers: version: 5.2.2 vite: specifier: 4.4.9 - version: 4.4.9(@types/node@18.17.15) + version: 4.4.9(@types/node@18.17.17) vite-plugin-lib: specifier: workspace:* version: link:../vite-plugin-lib @@ -564,7 +564,7 @@ importers: version: 5.2.2 vite: specifier: 4.4.9 - version: 4.4.9(@types/node@18.17.15) + version: 4.4.9(@types/node@18.17.17) vite-plugin-lib: specifier: workspace:* version: link:../vite-plugin-lib @@ -579,7 +579,7 @@ importers: version: 5.2.2 vite: specifier: 4.4.9 - version: 4.4.9(@types/node@18.17.15) + version: 4.4.9(@types/node@18.17.17) vite-plugin-lib: specifier: workspace:* version: link:../vite-plugin-lib @@ -605,8 +605,8 @@ importers: version: 1.0.0 devDependencies: '@types/node': - specifier: 18.17.15 - version: 18.17.15 + specifier: 18.17.17 + version: 18.17.17 '@yeger/tsconfig': specifier: workspace:* version: link:../tsconfig @@ -647,8 +647,8 @@ importers: specifier: 8.0.1 version: 8.0.1 lucide-react: - specifier: ^0.274.0 - version: 0.274.0(react@18.2.0) + specifier: ^0.277.0 + version: 0.277.0(react@18.2.0) react: specifier: 18.2.0 version: 18.2.0 @@ -678,8 +678,8 @@ importers: specifier: 3.0.0 version: 3.0.0 '@types/node': - specifier: 18.17.15 - version: 18.17.15 + specifier: 18.17.17 + version: 18.17.17 '@types/react': specifier: 18.2.21 version: 18.2.21 @@ -711,8 +711,8 @@ importers: packages/vecti: devDependencies: '@types/node': - specifier: 18.17.15 - version: 18.17.15 + specifier: 18.17.17 + version: 18.17.17 '@vue/component-compiler-utils': specifier: 3.3.0 version: 3.3.0 @@ -724,7 +724,7 @@ importers: version: 5.2.2 vite: specifier: 4.4.9 - version: 4.4.9(@types/node@18.17.15) + version: 4.4.9(@types/node@18.17.17) vite-plugin-lib: specifier: workspace:* version: link:../vite-plugin-lib @@ -736,11 +736,11 @@ importers: version: 1.0.0 vite-plugin-dts: specifier: 3.5.3 - version: 3.5.3(@types/node@18.17.15)(rollup@3.28.1)(typescript@5.2.2)(vite@4.4.9)(vue@2.7.14) + version: 3.5.3(@types/node@18.17.17)(rollup@3.28.1)(typescript@5.2.2)(vite@4.4.9)(vue@2.7.14) devDependencies: '@types/node': - specifier: 18.17.15 - version: 18.17.15 + specifier: 18.17.17 + version: 18.17.17 '@yeger/tsconfig': specifier: workspace:* version: link:../tsconfig @@ -752,7 +752,7 @@ importers: version: 2.0.0(typescript@5.2.2) vite: specifier: 4.4.9 - version: 4.4.9(@types/node@18.17.15) + version: 4.4.9(@types/node@18.17.17) packages/vite-plugin-ssg-utils: dependencies: @@ -761,8 +761,8 @@ importers: version: 1.8.0 devDependencies: '@types/node': - specifier: 18.17.15 - version: 18.17.15 + specifier: 18.17.17 + version: 18.17.17 '@yeger/tsconfig': specifier: workspace:* version: link:../tsconfig @@ -774,7 +774,7 @@ importers: version: 5.2.2 vite: specifier: 4.4.9 - version: 4.4.9(@types/node@18.17.15) + version: 4.4.9(@types/node@18.17.17) vite-plugin-lib: specifier: workspace:* version: link:../vite-plugin-lib @@ -789,7 +789,7 @@ importers: version: 5.2.2 vite: specifier: 4.4.9 - version: 4.4.9(@types/node@18.17.15) + version: 4.4.9(@types/node@18.17.17) vite-plugin-lib: specifier: workspace:* version: link:../vite-plugin-lib @@ -826,7 +826,7 @@ importers: version: 5.2.2 vite: specifier: 4.4.9 - version: 4.4.9(@types/node@18.17.15) + version: 4.4.9(@types/node@18.17.17) vite-plugin-lib: specifier: workspace:* version: link:../vite-plugin-lib @@ -834,8 +834,8 @@ importers: specifier: 3.3.4 version: 3.3.4 vue-tsc: - specifier: 1.8.10 - version: 1.8.10(typescript@5.2.2)(vue@3.3.4) + specifier: 1.8.11 + version: 1.8.11(typescript@5.2.2)(vue@3.3.4) packages/vue-masonry-wall: dependencies: @@ -844,8 +844,8 @@ importers: version: link:../vue-masonry-wall-core devDependencies: '@babel/types': - specifier: 7.22.17 - version: 7.22.17 + specifier: 7.22.19 + version: 7.22.19 '@types/resize-observer-browser': specifier: 0.1.7 version: 0.1.7 @@ -872,7 +872,7 @@ importers: version: 5.2.2 vite: specifier: 4.4.9 - version: 4.4.9(@types/node@18.17.15) + version: 4.4.9(@types/node@18.17.17) vite-plugin-lib: specifier: workspace:* version: link:../vite-plugin-lib @@ -880,8 +880,8 @@ importers: specifier: 3.3.4 version: 3.3.4 vue-tsc: - specifier: 1.8.10 - version: 1.8.10(typescript@5.2.2)(vue@3.3.4) + specifier: 1.8.11 + version: 1.8.11(typescript@5.2.2)(vue@3.3.4) packages/vue-masonry-wall-core: dependencies: @@ -900,7 +900,7 @@ importers: version: 5.2.2 vite: specifier: 4.4.9 - version: 4.4.9(@types/node@18.17.15) + version: 4.4.9(@types/node@18.17.17) vite-plugin-lib: specifier: workspace:* version: link:../vite-plugin-lib @@ -927,7 +927,7 @@ importers: version: 5.2.2 vite: specifier: 4.4.9 - version: 4.4.9(@types/node@18.17.15) + version: 4.4.9(@types/node@18.17.17) vite-plugin-lib: specifier: workspace:* version: link:../vite-plugin-lib @@ -973,7 +973,7 @@ importers: version: 5.2.2 vite: specifier: 4.4.9 - version: 4.4.9(@types/node@18.17.15) + version: 4.4.9(@types/node@18.17.17) vite-plugin-lib: specifier: workspace:* version: link:../vite-plugin-lib @@ -991,47 +991,47 @@ packages: engines: {node: '>=0.10.0'} dev: true - /@algolia/autocomplete-core@1.9.3(@algolia/client-search@4.19.1)(algoliasearch@4.19.1)(search-insights@2.6.0): + /@algolia/autocomplete-core@1.9.3(@algolia/client-search@4.20.0)(algoliasearch@4.19.1)(search-insights@2.6.0): resolution: {integrity: sha512-009HdfugtGCdC4JdXUbVJClA0q0zh24yyePn+KUGk3rP7j8FEe/m5Yo/z65gn6nP/cM39PxpzqKrL7A6fP6PPw==} dependencies: - '@algolia/autocomplete-plugin-algolia-insights': 1.9.3(@algolia/client-search@4.19.1)(algoliasearch@4.19.1)(search-insights@2.6.0) - '@algolia/autocomplete-shared': 1.9.3(@algolia/client-search@4.19.1)(algoliasearch@4.19.1) + '@algolia/autocomplete-plugin-algolia-insights': 1.9.3(@algolia/client-search@4.20.0)(algoliasearch@4.19.1)(search-insights@2.6.0) + '@algolia/autocomplete-shared': 1.9.3(@algolia/client-search@4.20.0)(algoliasearch@4.19.1) transitivePeerDependencies: - '@algolia/client-search' - algoliasearch - search-insights dev: true - /@algolia/autocomplete-plugin-algolia-insights@1.9.3(@algolia/client-search@4.19.1)(algoliasearch@4.19.1)(search-insights@2.6.0): + /@algolia/autocomplete-plugin-algolia-insights@1.9.3(@algolia/client-search@4.20.0)(algoliasearch@4.19.1)(search-insights@2.6.0): resolution: {integrity: sha512-a/yTUkcO/Vyy+JffmAnTWbr4/90cLzw+CC3bRbhnULr/EM0fGNvM13oQQ14f2moLMcVDyAx/leczLlAOovhSZg==} peerDependencies: search-insights: '>= 1 < 3' dependencies: - '@algolia/autocomplete-shared': 1.9.3(@algolia/client-search@4.19.1)(algoliasearch@4.19.1) + '@algolia/autocomplete-shared': 1.9.3(@algolia/client-search@4.20.0)(algoliasearch@4.19.1) search-insights: 2.6.0 transitivePeerDependencies: - '@algolia/client-search' - algoliasearch dev: true - /@algolia/autocomplete-preset-algolia@1.9.3(@algolia/client-search@4.19.1)(algoliasearch@4.19.1): + /@algolia/autocomplete-preset-algolia@1.9.3(@algolia/client-search@4.20.0)(algoliasearch@4.19.1): resolution: {integrity: sha512-d4qlt6YmrLMYy95n5TB52wtNDr6EgAIPH81dvvvW8UmuWRgxEtY0NJiPwl/h95JtG2vmRM804M0DSwMCNZlzRA==} peerDependencies: '@algolia/client-search': '>= 4.9.1 < 6' algoliasearch: '>= 4.9.1 < 6' dependencies: - '@algolia/autocomplete-shared': 1.9.3(@algolia/client-search@4.19.1)(algoliasearch@4.19.1) - '@algolia/client-search': 4.19.1 + '@algolia/autocomplete-shared': 1.9.3(@algolia/client-search@4.20.0)(algoliasearch@4.19.1) + '@algolia/client-search': 4.20.0 algoliasearch: 4.19.1 dev: true - /@algolia/autocomplete-shared@1.9.3(@algolia/client-search@4.19.1)(algoliasearch@4.19.1): + /@algolia/autocomplete-shared@1.9.3(@algolia/client-search@4.20.0)(algoliasearch@4.19.1): resolution: {integrity: sha512-Wnm9E4Ye6Rl6sTTqjoymD+l8DjSTHsHboVRYrKgEt8Q7UHm9nYbqhN/i0fhUYA3OAEH7WA8x3jfpnmJm3rKvaQ==} peerDependencies: '@algolia/client-search': '>= 4.9.1 < 6' algoliasearch: '>= 4.9.1 < 6' dependencies: - '@algolia/client-search': 4.19.1 + '@algolia/client-search': 4.20.0 algoliasearch: 4.19.1 dev: true @@ -1043,6 +1043,10 @@ packages: /@algolia/cache-common@4.19.1: resolution: {integrity: sha512-XGghi3l0qA38HiqdoUY+wvGyBsGvKZ6U3vTiMBT4hArhP3fOGLXpIINgMiiGjTe4FVlTa5a/7Zf2bwlIHfRqqg==} + dev: true + + /@algolia/cache-common@4.20.0: + resolution: {integrity: sha512-vCfxauaZutL3NImzB2G9LjLt36vKAckc6DhMp05An14kVo8F1Yofb6SIl6U3SaEz8pG2QOB9ptwM5c+zGevwIQ==} /@algolia/cache-in-memory@4.19.1: resolution: {integrity: sha512-+PDWL+XALGvIginigzu8oU6eWw+o76Z8zHbBovWYcrtWOEtinbl7a7UTt3x3lthv+wNuFr/YD1Gf+B+A9V8n5w==} @@ -1072,6 +1076,13 @@ packages: dependencies: '@algolia/requester-common': 4.19.1 '@algolia/transporter': 4.19.1 + dev: true + + /@algolia/client-common@4.20.0: + resolution: {integrity: sha512-P3WgMdEss915p+knMMSd/fwiHRHKvDu4DYRrCRaBrsfFw7EQHon+EbRSm4QisS9NYdxbS04kcvNoavVGthyfqQ==} + dependencies: + '@algolia/requester-common': 4.20.0 + '@algolia/transporter': 4.20.0 /@algolia/client-personalization@4.19.1: resolution: {integrity: sha512-8CWz4/H5FA+krm9HMw2HUQenizC/DxUtsI5oYC0Jxxyce1vsr8cb1aEiSJArQT6IzMynrERif1RVWLac1m36xw==} @@ -1087,9 +1098,21 @@ packages: '@algolia/client-common': 4.19.1 '@algolia/requester-common': 4.19.1 '@algolia/transporter': 4.19.1 + dev: true + + /@algolia/client-search@4.20.0: + resolution: {integrity: sha512-zgwqnMvhWLdpzKTpd3sGmMlr4c+iS7eyyLGiaO51zDZWGMkpgoNVmltkzdBwxOVXz0RsFMznIxB9zuarUv4TZg==} + dependencies: + '@algolia/client-common': 4.20.0 + '@algolia/requester-common': 4.20.0 + '@algolia/transporter': 4.20.0 /@algolia/logger-common@4.19.1: resolution: {integrity: sha512-i6pLPZW/+/YXKis8gpmSiNk1lOmYCmRI6+x6d2Qk1OdfvX051nRVdalRbEcVTpSQX6FQAoyeaui0cUfLYW5Elw==} + dev: true + + /@algolia/logger-common@4.20.0: + resolution: {integrity: sha512-xouigCMB5WJYEwvoWW5XDv7Z9f0A8VoXJc3VKwlHJw/je+3p2RcDXfksLI4G4lIVncFUYMZx30tP/rsdlvvzHQ==} /@algolia/logger-console@4.19.1: resolution: {integrity: sha512-jj72k9GKb9W0c7TyC3cuZtTr0CngLBLmc8trzZlXdfvQiigpUdvTi1KoWIb2ZMcRBG7Tl8hSb81zEY3zI2RlXg==} @@ -1105,6 +1128,10 @@ packages: /@algolia/requester-common@4.19.1: resolution: {integrity: sha512-BisRkcWVxrDzF1YPhAckmi2CFYK+jdMT60q10d7z3PX+w6fPPukxHRnZwooiTUrzFe50UBmLItGizWHP5bDzVQ==} + dev: true + + /@algolia/requester-common@4.20.0: + resolution: {integrity: sha512-9h6ye6RY/BkfmeJp7Z8gyyeMrmmWsMOCRBXQDs4mZKKsyVlfIVICpcSibbeYcuUdurLhIlrOUkH3rQEgZzonng==} /@algolia/requester-node-http@4.19.1: resolution: {integrity: sha512-6DK52DHviBHTG2BK/Vv2GIlEw7i+vxm7ypZW0Z7vybGCNDeWzADx+/TmxjkES2h15+FZOqVf/Ja677gePsVItA==} @@ -1118,6 +1145,14 @@ packages: '@algolia/cache-common': 4.19.1 '@algolia/logger-common': 4.19.1 '@algolia/requester-common': 4.19.1 + dev: true + + /@algolia/transporter@4.20.0: + resolution: {integrity: sha512-Lsii1pGWOAISbzeyuf+r/GPhvHMPHSPrTDWNcIzOE1SG1inlJHICaVe2ikuoRjcpgxZNU54Jl+if15SUCsaTUg==} + dependencies: + '@algolia/cache-common': 4.20.0 + '@algolia/logger-common': 4.20.0 + '@algolia/requester-common': 4.20.0 /@alloc/quick-lru@5.2.0: resolution: {integrity: sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==} @@ -1131,24 +1166,25 @@ packages: '@jridgewell/trace-mapping': 0.3.18 dev: true - /@antfu/eslint-config-basic@0.41.0(@typescript-eslint/eslint-plugin@6.4.1)(@typescript-eslint/parser@6.4.1)(eslint-import-resolver-typescript@3.6.0)(eslint@8.38.0)(typescript@5.2.2): - resolution: {integrity: sha512-zcwFv+nEV/NroeeVWriNdnIGd9soOLRG8wIiVz4VVJ0BjONrqQR56HLG/gDxH/1GUYBnQCEcVxGUmegce08cnw==} + /@antfu/eslint-config-basic@0.42.0(@typescript-eslint/eslint-plugin@6.7.0)(@typescript-eslint/parser@6.7.0)(eslint-import-resolver-typescript@3.6.0)(eslint@8.38.0)(typescript@5.2.2): + resolution: {integrity: sha512-vPy2qYCc8G8nd7RuHV4z05RUhvFOwtulcBwzEYPQTbd4IqbqJ9UA8ISgp1qYcJvbz74eR3mUl8r4b0OzxngPkg==} peerDependencies: eslint: '>=7.4.0' dependencies: eslint: 8.38.0 - eslint-plugin-antfu: 0.41.0(eslint@8.38.0)(typescript@5.2.2) + eslint-plugin-antfu: 0.42.0(eslint@8.38.0)(typescript@5.2.2) eslint-plugin-eslint-comments: 3.2.0(eslint@8.38.0) eslint-plugin-html: 7.1.0 - eslint-plugin-import: /eslint-plugin-i@2.28.0-2(@typescript-eslint/parser@6.4.1)(eslint-import-resolver-typescript@3.6.0)(eslint@8.38.0) + eslint-plugin-import: /eslint-plugin-i@2.28.1(@typescript-eslint/parser@6.7.0)(eslint-import-resolver-typescript@3.6.0)(eslint@8.38.0) + eslint-plugin-jsdoc: 46.8.1(eslint@8.38.0) eslint-plugin-jsonc: 2.9.0(eslint@8.38.0) eslint-plugin-markdown: 3.0.1(eslint@8.38.0) - eslint-plugin-n: 16.0.2(eslint@8.38.0) + eslint-plugin-n: 16.1.0(eslint@8.38.0) eslint-plugin-no-only-tests: 3.1.0 eslint-plugin-promise: 6.1.1(eslint@8.38.0) eslint-plugin-unicorn: 48.0.1(eslint@8.38.0) - eslint-plugin-unused-imports: 3.0.0(@typescript-eslint/eslint-plugin@6.4.1)(eslint@8.38.0) - eslint-plugin-yml: 1.8.0(eslint@8.38.0) + eslint-plugin-unused-imports: 3.0.0(@typescript-eslint/eslint-plugin@6.7.0)(eslint@8.38.0) + eslint-plugin-yml: 1.9.0(eslint@8.38.0) jsonc-eslint-parser: 2.3.0 yaml-eslint-parser: 1.2.2 transitivePeerDependencies: @@ -1160,17 +1196,17 @@ packages: - typescript dev: false - /@antfu/eslint-config-ts@0.41.0(eslint-import-resolver-typescript@3.6.0)(eslint@8.38.0)(typescript@5.2.2): - resolution: {integrity: sha512-ng3GYpJGZgrxGwBVda/MgUpveH3LbEqdPCFi1+S5e62W4kf8rmEVbhc0I8w7/aKN0uNqir5SInYg8gob2maDAQ==} + /@antfu/eslint-config-ts@0.42.0(eslint-import-resolver-typescript@3.6.0)(eslint@8.38.0)(typescript@5.2.2): + resolution: {integrity: sha512-XYnWaNYhGeSgXZLpgPUsn0qHaBCJoNJVPD712fwLEGTJ5a5QctT5v04TRERJmeqfk67EaVMlsuDveLx3fqVuyQ==} peerDependencies: eslint: '>=7.4.0' typescript: '>=3.9' dependencies: - '@antfu/eslint-config-basic': 0.41.0(@typescript-eslint/eslint-plugin@6.4.1)(@typescript-eslint/parser@6.4.1)(eslint-import-resolver-typescript@3.6.0)(eslint@8.38.0)(typescript@5.2.2) - '@typescript-eslint/eslint-plugin': 6.4.1(@typescript-eslint/parser@6.4.1)(eslint@8.38.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.4.1(eslint@8.38.0)(typescript@5.2.2) + '@antfu/eslint-config-basic': 0.42.0(@typescript-eslint/eslint-plugin@6.7.0)(@typescript-eslint/parser@6.7.0)(eslint-import-resolver-typescript@3.6.0)(eslint@8.38.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.7.0(@typescript-eslint/parser@6.7.0)(eslint@8.38.0)(typescript@5.2.2) + '@typescript-eslint/parser': 6.7.0(eslint@8.38.0)(typescript@5.2.2) eslint: 8.38.0 - eslint-plugin-jest: 27.2.3(@typescript-eslint/eslint-plugin@6.4.1)(eslint@8.38.0)(typescript@5.2.2) + eslint-plugin-jest: 27.2.3(@typescript-eslint/eslint-plugin@6.7.0)(eslint@8.38.0)(typescript@5.2.2) typescript: 5.2.2 transitivePeerDependencies: - eslint-import-resolver-typescript @@ -1179,13 +1215,13 @@ packages: - supports-color dev: false - /@antfu/eslint-config-vue@0.41.0(@typescript-eslint/eslint-plugin@6.4.1)(@typescript-eslint/parser@6.4.1)(eslint-import-resolver-typescript@3.6.0)(eslint@8.38.0)(typescript@5.2.2): - resolution: {integrity: sha512-iJiEGRUgRmT3mQCmGl0hTMwq/ShXRjRPjpgsDcphKJyEF06ZIR/4gxHn+utQRLT2hD39DQN8gk0ZbpV3gWtf/g==} + /@antfu/eslint-config-vue@0.42.0(@typescript-eslint/eslint-plugin@6.7.0)(@typescript-eslint/parser@6.7.0)(eslint-import-resolver-typescript@3.6.0)(eslint@8.38.0)(typescript@5.2.2): + resolution: {integrity: sha512-QiD16D5bk99EImRc/z0mnO4TeP0cMMPIOMO8RamJ1ChD/lIluEZFjBTRykTesRyc7+YsdJYit4M/t6hu8YeSww==} peerDependencies: eslint: '>=7.4.0' dependencies: - '@antfu/eslint-config-basic': 0.41.0(@typescript-eslint/eslint-plugin@6.4.1)(@typescript-eslint/parser@6.4.1)(eslint-import-resolver-typescript@3.6.0)(eslint@8.38.0)(typescript@5.2.2) - '@antfu/eslint-config-ts': 0.41.0(eslint-import-resolver-typescript@3.6.0)(eslint@8.38.0)(typescript@5.2.2) + '@antfu/eslint-config-basic': 0.42.0(@typescript-eslint/eslint-plugin@6.7.0)(@typescript-eslint/parser@6.7.0)(eslint-import-resolver-typescript@3.6.0)(eslint@8.38.0)(typescript@5.2.2) + '@antfu/eslint-config-ts': 0.42.0(eslint-import-resolver-typescript@3.6.0)(eslint@8.38.0)(typescript@5.2.2) eslint: 8.38.0 eslint-plugin-vue: 9.17.0(eslint@8.38.0) local-pkg: 0.4.3 @@ -1199,24 +1235,24 @@ packages: - typescript dev: false - /@antfu/eslint-config@0.41.0(eslint-import-resolver-typescript@3.6.0)(eslint@8.38.0)(typescript@5.2.2): - resolution: {integrity: sha512-510DginDPdzf45O6HOah3cK6NHXxobBc43IdBQCQmUGb+av9LIJjrd1idThFoyFh6m05iZ4YX/mhnhhJFqLiNw==} + /@antfu/eslint-config@0.42.0(eslint-import-resolver-typescript@3.6.0)(eslint@8.38.0)(typescript@5.2.2): + resolution: {integrity: sha512-RdTn+ggGF/mctHjnzLvImx/+RV18HwVTvC/jeHSF4bKBTA3eTftq+FrxWuCpmrEQRIb+J/tn2gmNpzizUo1PLQ==} peerDependencies: eslint: '>=7.4.0' dependencies: - '@antfu/eslint-config-vue': 0.41.0(@typescript-eslint/eslint-plugin@6.4.1)(@typescript-eslint/parser@6.4.1)(eslint-import-resolver-typescript@3.6.0)(eslint@8.38.0)(typescript@5.2.2) - '@typescript-eslint/eslint-plugin': 6.4.1(@typescript-eslint/parser@6.4.1)(eslint@8.38.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.4.1(eslint@8.38.0)(typescript@5.2.2) + '@antfu/eslint-config-vue': 0.42.0(@typescript-eslint/eslint-plugin@6.7.0)(@typescript-eslint/parser@6.7.0)(eslint-import-resolver-typescript@3.6.0)(eslint@8.38.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.7.0(@typescript-eslint/parser@6.7.0)(eslint@8.38.0)(typescript@5.2.2) + '@typescript-eslint/parser': 6.7.0(eslint@8.38.0)(typescript@5.2.2) eslint: 8.38.0 eslint-plugin-eslint-comments: 3.2.0(eslint@8.38.0) eslint-plugin-html: 7.1.0 - eslint-plugin-import: /eslint-plugin-i@2.28.0-2(@typescript-eslint/parser@6.4.1)(eslint-import-resolver-typescript@3.6.0)(eslint@8.38.0) + eslint-plugin-import: /eslint-plugin-i@2.28.1(@typescript-eslint/parser@6.7.0)(eslint-import-resolver-typescript@3.6.0)(eslint@8.38.0) eslint-plugin-jsonc: 2.9.0(eslint@8.38.0) - eslint-plugin-n: 16.0.2(eslint@8.38.0) + eslint-plugin-n: 16.1.0(eslint@8.38.0) eslint-plugin-promise: 6.1.1(eslint@8.38.0) eslint-plugin-unicorn: 48.0.1(eslint@8.38.0) eslint-plugin-vue: 9.17.0(eslint@8.38.0) - eslint-plugin-yml: 1.8.0(eslint@8.38.0) + eslint-plugin-yml: 1.9.0(eslint@8.38.0) jsonc-eslint-parser: 2.3.0 yaml-eslint-parser: 1.2.2 transitivePeerDependencies: @@ -1276,7 +1312,7 @@ packages: '@babel/parser': 7.22.10 '@babel/template': 7.22.5 '@babel/traverse': 7.22.10 - '@babel/types': 7.22.17 + '@babel/types': 7.22.19 convert-source-map: 1.9.0 debug: 4.3.4 gensync: 1.0.0-beta.2 @@ -1290,7 +1326,7 @@ packages: resolution: {integrity: sha512-79KIf7YiWjjdZ81JnLujDRApWtl7BxTqWD88+FFdQEIOG8LJ0etDOM7CXuIgGJa55sGOwZVwuEsaLEm0PJ5/+A==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.17 + '@babel/types': 7.22.19 '@jridgewell/gen-mapping': 0.3.3 '@jridgewell/trace-mapping': 0.3.18 jsesc: 2.5.2 @@ -1300,7 +1336,7 @@ packages: resolution: {integrity: sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.17 + '@babel/types': 7.22.19 dev: true /@babel/helper-compilation-targets@7.22.10: @@ -1343,28 +1379,28 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.22.5 - '@babel/types': 7.22.17 + '@babel/types': 7.22.19 dev: true /@babel/helper-hoist-variables@7.22.5: resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.17 + '@babel/types': 7.22.19 dev: true /@babel/helper-member-expression-to-functions@7.21.0: resolution: {integrity: sha512-Muu8cdZwNN6mRRNG6lAYErJ5X3bRevgYR2O8wN0yn7jJSnGDu6eG59RfT29JHxGUovyfrh6Pj0XzmR7drNVL3Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.17 + '@babel/types': 7.22.19 dev: true /@babel/helper-module-imports@7.22.5: resolution: {integrity: sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.17 + '@babel/types': 7.22.19 dev: true /@babel/helper-module-transforms@7.22.9(@babel/core@7.22.10): @@ -1378,14 +1414,14 @@ packages: '@babel/helper-module-imports': 7.22.5 '@babel/helper-simple-access': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 - '@babel/helper-validator-identifier': 7.22.5 + '@babel/helper-validator-identifier': 7.22.15 dev: true /@babel/helper-optimise-call-expression@7.18.6: resolution: {integrity: sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.17 + '@babel/types': 7.22.19 dev: true /@babel/helper-plugin-utils@7.21.5: @@ -1402,7 +1438,7 @@ packages: '@babel/helper-optimise-call-expression': 7.18.6 '@babel/template': 7.22.5 '@babel/traverse': 7.22.10 - '@babel/types': 7.22.17 + '@babel/types': 7.22.19 transitivePeerDependencies: - supports-color dev: true @@ -1411,21 +1447,21 @@ packages: resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.17 + '@babel/types': 7.22.19 dev: true /@babel/helper-skip-transparent-expression-wrappers@7.20.0: resolution: {integrity: sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.17 + '@babel/types': 7.22.19 dev: true /@babel/helper-split-export-declaration@7.22.6: resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.17 + '@babel/types': 7.22.19 dev: true /@babel/helper-string-parser@7.22.5: @@ -1436,8 +1472,8 @@ packages: resolution: {integrity: sha512-4E/F9IIEi8WR94324mbDUMo074YTheJmd7eZF5vITTeYchqAi6sYXRLHUVsmkdmY4QjfKTcB2jB7dVP3NaBElQ==} engines: {node: '>=6.9.0'} - /@babel/helper-validator-identifier@7.22.5: - resolution: {integrity: sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==} + /@babel/helper-validator-identifier@7.22.19: + resolution: {integrity: sha512-Tinq7ybnEPFFXhlYOYFiSjespWQk0dq2dRNAiMdRTOYQzEGqnnNyrTxPYHP5r6wGjlF1rFgABdDV0g8EwD6Qbg==} engines: {node: '>=6.9.0'} /@babel/helper-validator-option@7.22.5: @@ -1451,7 +1487,7 @@ packages: dependencies: '@babel/template': 7.22.5 '@babel/traverse': 7.22.10 - '@babel/types': 7.22.17 + '@babel/types': 7.22.19 transitivePeerDependencies: - supports-color dev: true @@ -1461,7 +1497,7 @@ packages: engines: {node: '>=6.9.0'} requiresBuild: true dependencies: - '@babel/helper-validator-identifier': 7.22.5 + '@babel/helper-validator-identifier': 7.22.15 chalk: 2.4.2 js-tokens: 4.0.0 @@ -1470,21 +1506,21 @@ packages: engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.22.17 + '@babel/types': 7.22.19 /@babel/parser@7.22.10: resolution: {integrity: sha512-lNbdGsQb9ekfsnjFGhEiF4hfFqGgfOP3H3d27re3n+CGhNuTSUEQdfWk556sTLNTloczcdM5TYF2LhzmDQKyvQ==} engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.22.17 + '@babel/types': 7.22.19 /@babel/parser@7.22.5: resolution: {integrity: sha512-DFZMC9LJUG9PLOclRC32G63UXwzqS2koQC8dkx+PLdmt1xSePYpbT/NbsrJy8Q/muXz7o/h/d4A7Fuyixm559Q==} engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.22.17 + '@babel/types': 7.22.19 /@babel/plugin-syntax-jsx@7.21.4(@babel/core@7.22.10): resolution: {integrity: sha512-5hewiLct5OKyh6PLKEYaFclcqtIgCb6bmELouxjF6up5q3Sov7rOayW4RwhbaBL0dit8rA80GNfY+UuDp2mBbQ==} @@ -1552,7 +1588,7 @@ packages: dependencies: '@babel/code-frame': 7.22.10 '@babel/parser': 7.22.10 - '@babel/types': 7.22.17 + '@babel/types': 7.22.19 dev: true /@babel/traverse@7.22.10: @@ -1566,19 +1602,19 @@ packages: '@babel/helper-hoist-variables': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 '@babel/parser': 7.22.10 - '@babel/types': 7.22.17 + '@babel/types': 7.22.19 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: - supports-color dev: true - /@babel/types@7.22.17: - resolution: {integrity: sha512-YSQPHLFtQNE5xN9tHuZnzu8vPr61wVTBZdfv1meex1NBosa4iT05k/Jw06ddJugi4bk7The/oSwQGFcksmEJQg==} + /@babel/types@7.22.19: + resolution: {integrity: sha512-P7LAw/LbojPzkgp5oznjE6tQEIWbp4PkkfrZDINTro9zgBRtI324/EYsiSI7lhPbpIQ+DCeR2NNmMWANGGfZsg==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-string-parser': 7.22.5 - '@babel/helper-validator-identifier': 7.22.15 + '@babel/helper-validator-identifier': 7.22.19 to-fast-properties: 2.0.0 /@bcoe/v8-coverage@0.2.3: @@ -1937,7 +1973,7 @@ packages: lodash.merge: 4.6.2 lodash.uniq: 4.5.0 resolve-from: 5.0.0 - ts-node: 10.9.1(@types/node@18.17.15)(typescript@5.2.2) + ts-node: 10.9.1(@types/node@18.17.17)(typescript@5.2.2) typescript: 5.2.2 transitivePeerDependencies: - '@swc/core' @@ -2021,10 +2057,10 @@ packages: resolution: {integrity: sha512-SPiDHaWKQZpwR2siD0KQUwlStvIAnEyK6tAE2h2Wuoq8ue9skzhlyVQ1ddzOxX6khULnAALDiR/isSF3bnuciA==} dev: true - /@docsearch/js@3.5.2(@algolia/client-search@4.19.1)(search-insights@2.6.0): + /@docsearch/js@3.5.2(@algolia/client-search@4.20.0)(search-insights@2.6.0): resolution: {integrity: sha512-p1YFTCDflk8ieHgFJYfmyHBki1D61+U9idwrLh+GQQMrBSP3DLGKpy0XUJtPjAOPltcVbqsTjiPFfH7JImjUNg==} dependencies: - '@docsearch/react': 3.5.2(@algolia/client-search@4.19.1)(search-insights@2.6.0) + '@docsearch/react': 3.5.2(@algolia/client-search@4.20.0)(search-insights@2.6.0) preact: 10.13.2 transitivePeerDependencies: - '@algolia/client-search' @@ -2034,7 +2070,7 @@ packages: - search-insights dev: true - /@docsearch/react@3.5.2(@algolia/client-search@4.19.1)(search-insights@2.6.0): + /@docsearch/react@3.5.2(@algolia/client-search@4.20.0)(search-insights@2.6.0): resolution: {integrity: sha512-9Ahcrs5z2jq/DcAvYtvlqEBHImbm4YJI8M9y0x6Tqg598P40HTEkX7hsMcIuThI+hTFxRGZ9hll0Wygm2yEjng==} peerDependencies: '@types/react': '>= 16.8.0 < 19.0.0' @@ -2051,8 +2087,8 @@ packages: search-insights: optional: true dependencies: - '@algolia/autocomplete-core': 1.9.3(@algolia/client-search@4.19.1)(algoliasearch@4.19.1)(search-insights@2.6.0) - '@algolia/autocomplete-preset-algolia': 1.9.3(@algolia/client-search@4.19.1)(algoliasearch@4.19.1) + '@algolia/autocomplete-core': 1.9.3(@algolia/client-search@4.20.0)(algoliasearch@4.19.1)(search-insights@2.6.0) + '@algolia/autocomplete-preset-algolia': 1.9.3(@algolia/client-search@4.20.0)(algoliasearch@4.19.1) '@docsearch/css': 3.5.2 algoliasearch: 4.19.1 search-insights: 2.6.0 @@ -2060,8 +2096,8 @@ packages: - '@algolia/client-search' dev: true - /@edge-runtime/cookies@3.4.0: - resolution: {integrity: sha512-rhkTN7D8YO78lf76gdmK4FYc4Z5zQMGPABFLCWiJzeHmHgaCievF/lHEf1WO1OGZVxe1V34NYxsNTZsXwLht3Q==} + /@edge-runtime/cookies@3.4.1: + resolution: {integrity: sha512-z27BvgPxI73CgSlxU/NAUf1Q/shnqi6cobHEowf6VuLdSjGR3NjI2Y5dZUIBbK2zOJVZbXcHsVzJjz8LklteFQ==} engines: {node: '>=16'} dev: true @@ -2070,23 +2106,23 @@ packages: engines: {node: '>=16'} dev: true - /@edge-runtime/node-utils@2.2.0: - resolution: {integrity: sha512-eRM3d/zwF+VczI9+YY9j0b5s/NQ6Cj6y6XY1Fb3HHdu8rCphH8Z41qjTYt4S315FUXo78GcDgnYv7GUvqQ0a8A==} + /@edge-runtime/node-utils@2.2.1: + resolution: {integrity: sha512-RUl/439BHKshkhSGFRlZ1kzy68wL4mn8VNKDSZr3p0tciyZ33Mjfpl+vofqnHqXRmDI6nLnZpfJvhY3D88o0pA==} engines: {node: '>=16'} dependencies: - '@edge-runtime/cookies': 3.4.0 + '@edge-runtime/cookies': 3.4.1 dev: true - /@edge-runtime/primitives@3.1.0: - resolution: {integrity: sha512-yxr1QM/lC8nrU38zxePeDqVeIjwsJ83gKGTH8YJ4CoHTv3q+6xEeqRIT+/9IPX/FApWYtnxHauhNqr6CHRj5YA==} + /@edge-runtime/primitives@3.1.1: + resolution: {integrity: sha512-ROO22py+KdAfzqWZu6CtVMC4qV6mS0W1jPI51jGXE+uenyBUN7cQTWB9ReQc8Bm4cnjqmhajvpqEx3j7Y9iSOg==} engines: {node: '>=16'} dev: true - /@edge-runtime/vm@3.1.0: - resolution: {integrity: sha512-Y2JZgJP+4byI17SiDeEZhvBUvJ+om7E5ll/jrS7aGRpet5qKnJSsGep6xxhMjqT/j8ulFvTMN/kdlMMy5pEKBQ==} + /@edge-runtime/vm@3.1.1: + resolution: {integrity: sha512-6NJRRG04/91qnWLZj+wZm27q6fJkTbkZdIJdo/Ig++GTxkAv8Wh/45nIcz9Xg7AzIAMpAkflFdiCrCoZ3hp1Iw==} engines: {node: '>=16'} dependencies: - '@edge-runtime/primitives': 3.1.0 + '@edge-runtime/primitives': 3.1.1 dev: true /@effect/data@0.17.1: @@ -2122,6 +2158,15 @@ packages: fast-check: 3.12.0 dev: true + /@es-joy/jsdoccomment@0.40.1: + resolution: {integrity: sha512-YORCdZSusAlBrFpZ77pJjc5r1bQs5caPWtAu+WWmiSo+8XaUzseapVrfAtiRFbQWnrBxxLLEwF6f6ZG/UgCQCg==} + engines: {node: '>=16'} + dependencies: + comment-parser: 1.4.0 + esquery: 1.5.0 + jsdoc-type-pratt-parser: 4.0.0 + dev: false + /@esbuild/android-arm64@0.17.19: resolution: {integrity: sha512-KBMWvEZooR7+kzY0BtbTQn0OAYY7CsiydT63pVEaPtVYF0hXbUaOyZog37DKxK7NF3XacBJOpYT4adIJh+avxA==} engines: {node: '>=12'} @@ -2984,24 +3029,24 @@ packages: - supports-color dev: true - /@microsoft/api-extractor-model@7.27.6(@types/node@18.17.15): + /@microsoft/api-extractor-model@7.27.6(@types/node@18.17.17): resolution: {integrity: sha512-eiCnlayyum1f7fS2nA9pfIod5VCNR1G+Tq84V/ijDrKrOFVa598BLw145nCsGDMoFenV6ajNi2PR5WCwpAxW6Q==} dependencies: '@microsoft/tsdoc': 0.14.2 '@microsoft/tsdoc-config': 0.16.2 - '@rushstack/node-core-library': 3.59.7(@types/node@18.17.15) + '@rushstack/node-core-library': 3.59.7(@types/node@18.17.17) transitivePeerDependencies: - '@types/node' dev: false - /@microsoft/api-extractor@7.36.4(@types/node@18.17.15): + /@microsoft/api-extractor@7.36.4(@types/node@18.17.17): resolution: {integrity: sha512-21UECq8C/8CpHT23yiqTBQ10egKUacIpxkPyYR7hdswo/M5yTWdBvbq+77YC9uPKQJOUfOD1FImBQ1DzpsdeQQ==} hasBin: true dependencies: - '@microsoft/api-extractor-model': 7.27.6(@types/node@18.17.15) + '@microsoft/api-extractor-model': 7.27.6(@types/node@18.17.17) '@microsoft/tsdoc': 0.14.2 '@microsoft/tsdoc-config': 0.16.2 - '@rushstack/node-core-library': 3.59.7(@types/node@18.17.15) + '@rushstack/node-core-library': 3.59.7(@types/node@18.17.17) '@rushstack/rig-package': 0.4.1 '@rushstack/ts-command-line': 4.15.2 colors: 1.2.5 @@ -3307,7 +3352,7 @@ packages: resolution: {integrity: sha512-MSZza7dxccNb/p7nuzGF8/m4POaFpHzVhNdR7f4xahOpH7Ja02lFeYR+rHtoHIJC0yym4qriqv0mQ+Qf/R61bQ==} dev: true - /@nuxt/vite-builder@3.5.3(@types/node@18.17.15)(eslint@8.49.0)(typescript@5.2.2)(vue-tsc@1.8.10)(vue@3.3.4): + /@nuxt/vite-builder@3.5.3(@types/node@18.17.17)(eslint@8.49.0)(typescript@5.2.2)(vue-tsc@1.8.11)(vue@3.3.4): resolution: {integrity: sha512-7zEKpGh3iWGRDwbWUa8eRxdLMxZtPzetelmdmXPjtYKGwUebZOcBhpeJ+VgJKOIf4OEj9E7BZS+it/Ji9UG9qw==} engines: {node: ^14.18.0 || >=16.10.0} peerDependencies: @@ -3344,9 +3389,9 @@ packages: strip-literal: 1.0.1 ufo: 1.3.0 unplugin: 1.4.0 - vite: 4.3.9(@types/node@18.17.15) - vite-node: 0.31.4(@types/node@18.17.15) - vite-plugin-checker: 0.6.1(eslint@8.49.0)(typescript@5.2.2)(vite@4.3.9)(vue-tsc@1.8.10) + vite: 4.3.9(@types/node@18.17.17) + vite-node: 0.31.4(@types/node@18.17.17) + vite-plugin-checker: 0.6.1(eslint@8.49.0)(typescript@5.2.2)(vite@4.3.9)(vue-tsc@1.8.11) vue: 3.3.4 vue-bundle-renderer: 1.0.3 transitivePeerDependencies: @@ -3705,7 +3750,7 @@ packages: resolution: {integrity: sha512-sXo/qW2/pAcmT43VoRKOJbDOfV3cYpq3szSVfIThQXNt+E4DfKj361vaAt3c88U5tPUxzEswam7GW48PJqtKAg==} dev: true - /@rushstack/node-core-library@3.59.7(@types/node@18.17.15): + /@rushstack/node-core-library@3.59.7(@types/node@18.17.17): resolution: {integrity: sha512-ln1Drq0h+Hwa1JVA65x5mlSgUrBa1uHL+V89FqVWQgXd1vVIMhrtqtWGQrhTnFHxru5ppX+FY39VWELF/FjQCw==} peerDependencies: '@types/node': '*' @@ -3713,7 +3758,7 @@ packages: '@types/node': optional: true dependencies: - '@types/node': 18.17.15 + '@types/node': 18.17.17 colors: 1.2.5 fs-extra: 7.0.1 import-lazy: 4.0.0 @@ -3787,11 +3832,11 @@ packages: /@tsconfig/node16@1.0.3: resolution: {integrity: sha512-yOlFc+7UtL/89t2ZhjPvvB/DeAr3r+Dq58IgzsFkOAvVC6NMJXmCGjbptdXdR9qsX7pKcTL+s87FtYREi2dEEQ==} - /@turbo/gen@1.10.13(@types/node@18.17.15)(typescript@5.2.2): - resolution: {integrity: sha512-fwGVjeun2i0RIdq/20d2wpatPw9vE4Mbk60uB8rk8NENDXn2JLfbsh00mZ5KAEX5ZQUibh6tD+B7xROV8Eb7dQ==} + /@turbo/gen@1.10.14(@types/node@18.17.17)(typescript@5.2.2): + resolution: {integrity: sha512-g7ecPx0GCCTpnbH53blBGNk6pP4LhcWiTtR0kEprGkXpiHqjYDpOydz4JFoz9IC+Hj1Z28/+M7T/GfwJAjf0FQ==} hasBin: true dependencies: - '@turbo/workspaces': 1.10.13 + '@turbo/workspaces': 1.10.14 chalk: 2.4.2 commander: 10.0.1 fs-extra: 10.1.0 @@ -3799,7 +3844,7 @@ packages: minimatch: 9.0.3 node-plop: 0.26.3 proxy-agent: 6.3.0 - ts-node: 10.9.1(@types/node@18.17.15)(typescript@5.2.2) + ts-node: 10.9.1(@types/node@18.17.17)(typescript@5.2.2) update-check: 1.5.4 validate-npm-package-name: 5.0.0 transitivePeerDependencies: @@ -3810,8 +3855,8 @@ packages: - typescript dev: true - /@turbo/workspaces@1.10.13: - resolution: {integrity: sha512-mvJCIkLkLPQv+6wH5DwIjhTVw4PSvpB68gySkKR0gwClhzb+qHagLh0h9VAURSS8Ub3HnWV3GWrByqHfNzB6cA==} + /@turbo/workspaces@1.10.14: + resolution: {integrity: sha512-MNJeCNJWIFdXQ0m7yp1VeZE/3edoFEeAFJlr9UxRiv6cge3TdhwI6OEuBewJDN73/4SZSeL4u6L+2DVULA0t+Q==} hasBin: true dependencies: chalk: 2.4.2 @@ -4040,13 +4085,13 @@ packages: resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==} dependencies: '@types/minimatch': 5.1.2 - '@types/node': 18.17.15 + '@types/node': 18.17.17 dev: true /@types/http-proxy@1.17.11: resolution: {integrity: sha512-HC8G7c1WmaF2ekqpnFq626xd3Zz0uvaqFmBJNRZCGEZCXkvSdJoNFn/8Ygbd9fKNQj8UzLdCETaI0UWPAjK7IA==} dependencies: - '@types/node': 18.17.15 + '@types/node': 18.17.17 dev: true /@types/inquirer@6.5.0: @@ -4094,8 +4139,8 @@ packages: resolution: {integrity: sha512-qelS/Ra6sacc4loe/3MSjXNL1dNQ/GjxNHVzuChwMfmk7HuycRLVQN2qNY3XahK+fZc5E2szqQSKUyAF0E+2bg==} dev: true - /@types/node@18.17.15: - resolution: {integrity: sha512-2yrWpBk32tvV/JAd3HNHWuZn/VDN1P+72hWirHnvsvTGSqbANi+kSeuQR9yAHnbvaBvHDsoTdXV0Fe+iRtHLKA==} + /@types/node@18.17.17: + resolution: {integrity: sha512-cOxcXsQ2sxiwkykdJqvyFS+MLQPLvIdwh5l6gNg8qF6s+C7XSkEWOZjK+XhUZd+mYvHV/180g2cnCcIl4l06Pw==} /@types/node@20.4.7: resolution: {integrity: sha512-bUBrPjEry2QUTsnuEjzjbS7voGWCc30W0qzgMf90GPeDGFRakvrz47ju+oqDAKCXLUCe39u57/ORMl/O/04/9g==} @@ -4137,7 +4182,7 @@ packages: /@types/through@0.0.30: resolution: {integrity: sha512-FvnCJljyxhPM3gkRgWmxmDZyAQSiBQQWLI0A0VFL0K7W1oRUrPJSqNO0NvTnLkBcotdlp3lKvaT0JrnyRDkzOg==} dependencies: - '@types/node': 18.17.15 + '@types/node': 18.17.17 dev: true /@types/tinycolor2@1.4.3: @@ -4152,8 +4197,8 @@ packages: resolution: {integrity: sha512-4p9vcSmxAayx72yn70joFoL44c9MO/0+iVEBIQXe3v2h2SiAsEIo/G5v6ObFWvNKRFjbrVadNf9LqEEZeQPzdA==} dev: true - /@typescript-eslint/eslint-plugin@6.4.1(@typescript-eslint/parser@6.4.1)(eslint@8.38.0)(typescript@5.2.2): - resolution: {integrity: sha512-3F5PtBzUW0dYlq77Lcqo13fv+58KDwUib3BddilE8ajPJT+faGgxmI9Sw+I8ZS22BYwoir9ZhNXcLi+S+I2bkw==} + /@typescript-eslint/eslint-plugin@6.7.0(@typescript-eslint/parser@6.7.0)(eslint@8.38.0)(typescript@5.2.2): + resolution: {integrity: sha512-gUqtknHm0TDs1LhY12K2NA3Rmlmp88jK9Tx8vGZMfHeNMLE3GH2e9TRub+y+SOjuYgtOmok+wt1AyDPZqxbNag==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: '@typescript-eslint/parser': ^6.0.0 || ^6.0.0-alpha @@ -4164,11 +4209,11 @@ packages: optional: true dependencies: '@eslint-community/regexpp': 4.6.2 - '@typescript-eslint/parser': 6.4.1(eslint@8.38.0)(typescript@5.2.2) - '@typescript-eslint/scope-manager': 6.4.1 - '@typescript-eslint/type-utils': 6.4.1(eslint@8.38.0)(typescript@5.2.2) - '@typescript-eslint/utils': 6.4.1(eslint@8.38.0)(typescript@5.2.2) - '@typescript-eslint/visitor-keys': 6.4.1 + '@typescript-eslint/parser': 6.7.0(eslint@8.38.0)(typescript@5.2.2) + '@typescript-eslint/scope-manager': 6.7.0 + '@typescript-eslint/type-utils': 6.7.0(eslint@8.38.0)(typescript@5.2.2) + '@typescript-eslint/utils': 6.7.0(eslint@8.38.0)(typescript@5.2.2) + '@typescript-eslint/visitor-keys': 6.7.0 debug: 4.3.4 eslint: 8.38.0 graphemer: 1.4.0 @@ -4202,8 +4247,8 @@ packages: - supports-color dev: true - /@typescript-eslint/parser@6.4.1(eslint@8.38.0)(typescript@5.2.2): - resolution: {integrity: sha512-610G6KHymg9V7EqOaNBMtD1GgpAmGROsmfHJPXNLCU9bfIuLrkdOygltK784F6Crboyd5tBFayPB7Sf0McrQwg==} + /@typescript-eslint/parser@6.7.0(eslint@8.38.0)(typescript@5.2.2): + resolution: {integrity: sha512-jZKYwqNpNm5kzPVP5z1JXAuxjtl2uG+5NpaMocFPTNC2EdYIgbXIPImObOkhbONxtFTTdoZstLZefbaK+wXZng==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 @@ -4212,10 +4257,10 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 6.4.1 - '@typescript-eslint/types': 6.4.1 - '@typescript-eslint/typescript-estree': 6.4.1(typescript@5.2.2) - '@typescript-eslint/visitor-keys': 6.4.1 + '@typescript-eslint/scope-manager': 6.7.0 + '@typescript-eslint/types': 6.7.0 + '@typescript-eslint/typescript-estree': 6.7.0(typescript@5.2.2) + '@typescript-eslint/visitor-keys': 6.7.0 debug: 4.3.4 eslint: 8.38.0 typescript: 5.2.2 @@ -4239,16 +4284,16 @@ packages: '@typescript-eslint/visitor-keys': 6.3.0 dev: true - /@typescript-eslint/scope-manager@6.4.1: - resolution: {integrity: sha512-p/OavqOQfm4/Hdrr7kvacOSFjwQ2rrDVJRPxt/o0TOWdFnjJptnjnZ+sYDR7fi4OimvIuKp+2LCkc+rt9fIW+A==} + /@typescript-eslint/scope-manager@6.7.0: + resolution: {integrity: sha512-lAT1Uau20lQyjoLUQ5FUMSX/dS07qux9rYd5FGzKz/Kf8W8ccuvMyldb8hadHdK/qOI7aikvQWqulnEq2nCEYA==} engines: {node: ^16.0.0 || >=18.0.0} dependencies: - '@typescript-eslint/types': 6.4.1 - '@typescript-eslint/visitor-keys': 6.4.1 + '@typescript-eslint/types': 6.7.0 + '@typescript-eslint/visitor-keys': 6.7.0 dev: false - /@typescript-eslint/type-utils@6.4.1(eslint@8.38.0)(typescript@5.2.2): - resolution: {integrity: sha512-7ON8M8NXh73SGZ5XvIqWHjgX2f+vvaOarNliGhjrJnv1vdjG0LVIz+ToYfPirOoBi56jxAKLfsLm40+RvxVVXA==} + /@typescript-eslint/type-utils@6.7.0(eslint@8.38.0)(typescript@5.2.2): + resolution: {integrity: sha512-f/QabJgDAlpSz3qduCyQT0Fw7hHpmhOzY/Rv6zO3yO+HVIdPfIWhrQoAyG+uZVtWAIS85zAyzgAFfyEr+MgBpg==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 @@ -4257,8 +4302,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 6.4.1(typescript@5.2.2) - '@typescript-eslint/utils': 6.4.1(eslint@8.38.0)(typescript@5.2.2) + '@typescript-eslint/typescript-estree': 6.7.0(typescript@5.2.2) + '@typescript-eslint/utils': 6.7.0(eslint@8.38.0)(typescript@5.2.2) debug: 4.3.4 eslint: 8.38.0 ts-api-utils: 1.0.1(typescript@5.2.2) @@ -4277,8 +4322,8 @@ packages: engines: {node: ^16.0.0 || >=18.0.0} dev: true - /@typescript-eslint/types@6.4.1: - resolution: {integrity: sha512-zAAopbNuYu++ijY1GV2ylCsQsi3B8QvfPHVqhGdDcbx/NK5lkqMnCGU53amAjccSpk+LfeONxwzUhDzArSfZJg==} + /@typescript-eslint/types@6.7.0: + resolution: {integrity: sha512-ihPfvOp7pOcN/ysoj0RpBPOx3HQTJTrIN8UZK+WFd3/iDeFHHqeyYxa4hQk4rMhsz9H9mXpR61IzwlBVGXtl9Q==} engines: {node: ^16.0.0 || >=18.0.0} dev: false @@ -4324,8 +4369,8 @@ packages: - supports-color dev: true - /@typescript-eslint/typescript-estree@6.4.1(typescript@5.2.2): - resolution: {integrity: sha512-xF6Y7SatVE/OyV93h1xGgfOkHr2iXuo8ip0gbfzaKeGGuKiAnzS+HtVhSPx8Www243bwlW8IF7X0/B62SzFftg==} + /@typescript-eslint/typescript-estree@6.7.0(typescript@5.2.2): + resolution: {integrity: sha512-dPvkXj3n6e9yd/0LfojNU8VMUGHWiLuBZvbM6V6QYD+2qxqInE7J+J/ieY2iGwR9ivf/R/haWGkIj04WVUeiSQ==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: typescript: '*' @@ -4333,8 +4378,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 6.4.1 - '@typescript-eslint/visitor-keys': 6.4.1 + '@typescript-eslint/types': 6.7.0 + '@typescript-eslint/visitor-keys': 6.7.0 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 @@ -4365,8 +4410,8 @@ packages: - typescript dev: false - /@typescript-eslint/utils@6.4.1(eslint@8.38.0)(typescript@5.2.2): - resolution: {integrity: sha512-F/6r2RieNeorU0zhqZNv89s9bDZSovv3bZQpUNOmmQK1L80/cV4KEu95YUJWi75u5PhboFoKUJBnZ4FQcoqhDw==} + /@typescript-eslint/utils@6.7.0(eslint@8.38.0)(typescript@5.2.2): + resolution: {integrity: sha512-MfCq3cM0vh2slSikQYqK2Gq52gvOhe57vD2RM3V4gQRZYX4rDPnKLu5p6cm89+LJiGlwEXU8hkYxhqqEC/V3qA==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 @@ -4374,9 +4419,9 @@ packages: '@eslint-community/eslint-utils': 4.4.0(eslint@8.38.0) '@types/json-schema': 7.0.12 '@types/semver': 7.5.0 - '@typescript-eslint/scope-manager': 6.4.1 - '@typescript-eslint/types': 6.4.1 - '@typescript-eslint/typescript-estree': 6.4.1(typescript@5.2.2) + '@typescript-eslint/scope-manager': 6.7.0 + '@typescript-eslint/types': 6.7.0 + '@typescript-eslint/typescript-estree': 6.7.0(typescript@5.2.2) eslint: 8.38.0 semver: 7.5.4 transitivePeerDependencies: @@ -4400,21 +4445,14 @@ packages: eslint-visitor-keys: 3.4.3 dev: true - /@typescript-eslint/visitor-keys@6.4.1: - resolution: {integrity: sha512-y/TyRJsbZPkJIZQXrHfdnxVnxyKegnpEvnRGNam7s3TRR2ykGefEWOhaef00/UUN3IZxizS7BTO3svd3lCOJRQ==} + /@typescript-eslint/visitor-keys@6.7.0: + resolution: {integrity: sha512-/C1RVgKFDmGMcVGeD8HjKv2bd72oI1KxQDeY8uc66gw9R0OK0eMq48cA+jv9/2Ag6cdrsUGySm1yzYmfz0hxwQ==} engines: {node: ^16.0.0 || >=18.0.0} dependencies: - '@typescript-eslint/types': 6.4.1 + '@typescript-eslint/types': 6.7.0 eslint-visitor-keys: 3.4.3 dev: false - /@unhead/dom@1.1.32: - resolution: {integrity: sha512-AMpHlKEKcm1dxSAvm6GPXhjoZHzXh7ZeR8DAnXVH7Sd9a48xaJhQjmxETweFAcNBSnAn9e7TxTPZVrUcW0ej2w==} - dependencies: - '@unhead/schema': 1.1.32 - '@unhead/shared': 1.1.32 - dev: true - /@unhead/dom@1.2.2: resolution: {integrity: sha512-ohganmg4i1Dd4wwQ2A9oLWEkJNpJRoERJNmFgzmScw9Vi3zMqoS4gPIofT20zUR5rhyyAsFojuDPojJ5vKcmqw==} dependencies: @@ -4429,15 +4467,15 @@ packages: '@unhead/shared': 1.3.4 dev: true - /@unhead/schema@1.1.27: - resolution: {integrity: sha512-S+xhPoBxBXDrsW9ltcF9Cv3cntMbSx+dfSmE7RNyDhogqHd3+lDEV2dnQpHKWTGjujwwMCALV5SADunAn785bw==} + /@unhead/dom@1.7.3: + resolution: {integrity: sha512-igJ2ZxU5x4CQQQ3iM+CPOPHdjpam/Q89xIvDSE0crK11TU00WOl0bWl1yQp/EI0pyza1G3ZQ1JyDmi7OcCM9eQ==} dependencies: - hookable: 5.5.3 - zhead: 2.0.10 + '@unhead/schema': 1.7.3 + '@unhead/shared': 1.7.3 dev: true - /@unhead/schema@1.1.32: - resolution: {integrity: sha512-XxrNazZEO9T+r1ORduy6gnKA9rDzRgxr/p5UEPRM+TZVuM8ZEFzYr2/aE5bMgTCXp20z0pjv/2rewpVSXp4pFQ==} + /@unhead/schema@1.1.27: + resolution: {integrity: sha512-S+xhPoBxBXDrsW9ltcF9Cv3cntMbSx+dfSmE7RNyDhogqHd3+lDEV2dnQpHKWTGjujwwMCALV5SADunAn785bw==} dependencies: hookable: 5.5.3 zhead: 2.0.10 @@ -4457,16 +4495,17 @@ packages: zhead: 2.0.10 dev: true - /@unhead/shared@1.1.27: - resolution: {integrity: sha512-ElZ5WcMnhVlg44OAwTNq4XBkNePcL/BHZk7WKFcqpeGTJrEvSfs40lGJoo4sMsgDAd+XQdhJDd4dJu48jQB3kg==} + /@unhead/schema@1.7.3: + resolution: {integrity: sha512-w2Yvt1++bAnSmsYc7bwLTMalSbff6HFnNmlpFIjNUTSkquOg+oavm62TrgxAwq753dedDOzCXr5cUvzCswc2Yg==} dependencies: - '@unhead/schema': 1.1.27 + hookable: 5.5.3 + zhead: 2.1.1 dev: true - /@unhead/shared@1.1.32: - resolution: {integrity: sha512-oguyfbwbG4+wNphXQjQ3YrEe4NzabocpTQKNCKdTUPtpK9HYNiI+dffEoSiM3tWcwlG3iYrXj5WvREq3FoACWQ==} + /@unhead/shared@1.1.27: + resolution: {integrity: sha512-ElZ5WcMnhVlg44OAwTNq4XBkNePcL/BHZk7WKFcqpeGTJrEvSfs40lGJoo4sMsgDAd+XQdhJDd4dJu48jQB3kg==} dependencies: - '@unhead/schema': 1.1.32 + '@unhead/schema': 1.1.27 dev: true /@unhead/shared@1.2.2: @@ -4481,6 +4520,12 @@ packages: '@unhead/schema': 1.3.4 dev: true + /@unhead/shared@1.7.3: + resolution: {integrity: sha512-eqAn3n+T6WMecDUzdqGyedpZwT0u04pZwHEvD0bxmVen1FU6VHiL49azyv1W7MCiCHNFNAcR1py2Eolsr6+E7g==} + dependencies: + '@unhead/schema': 1.7.3 + dev: true + /@unhead/ssr@1.1.27: resolution: {integrity: sha512-lKXH2ofs8L+yAbHgkRP17bIQ45XaG2RSl5UCMsSIW2Ev4kiTGPbbcQKOBgsi2uEllgdMk5peKDyaWD9xheYlEA==} dependencies: @@ -4512,6 +4557,18 @@ packages: vue: 3.3.4 dev: true + /@unhead/vue@1.7.3(vue@3.3.4): + resolution: {integrity: sha512-QSy2Qsc4IurrRrvpnnNzBWL/g4ecz3eblSVJ41QwqBnaUIRdPaSY8EdobA/NR0rtWzHicV6Fy3nEYXSXSRDELQ==} + peerDependencies: + vue: '>=2.7 || >=3' + dependencies: + '@unhead/schema': 1.7.3 + '@unhead/shared': 1.7.3 + hookable: 5.5.3 + unhead: 1.7.3 + vue: 3.3.4 + dev: true + /@unocss/astro@0.55.7(vite@4.4.9): resolution: {integrity: sha512-mw8r14ArxUQBVCCisAJlF/WsZb650iBsduD/lXMk56N/nQ3MMArCcn62kcAxgZSb5tfIOQGQu/tbR8hEcD8y2g==} peerDependencies: @@ -4523,7 +4580,7 @@ packages: '@unocss/core': 0.55.7 '@unocss/reset': 0.55.7 '@unocss/vite': 0.55.7(vite@4.4.9) - vite: 4.4.9(@types/node@18.17.15) + vite: 4.4.9(@types/node@18.17.17) transitivePeerDependencies: - rollup dev: true @@ -4726,7 +4783,7 @@ packages: chokidar: 3.5.3 fast-glob: 3.3.1 magic-string: 0.30.3 - vite: 4.4.9(@types/node@18.17.15) + vite: 4.4.9(@types/node@18.17.17) transitivePeerDependencies: - rollup dev: true @@ -4750,8 +4807,8 @@ packages: - rollup dev: true - /@vercel/build-utils@7.1.1: - resolution: {integrity: sha512-JThOdCyvlgH8tLQYvm/yjwPnOrld26MqVObQ75Cm3PjdDpagwNq42Vb7vgqdpOJje7IZCQ2i1vFQIQiTFVIvtw==} + /@vercel/build-utils@7.2.0: + resolution: {integrity: sha512-zLGXMuqRG/s++tqmui6MNRmHHi9phArug6XF5iRLVN8w/w3UxnnMVn3zXmnozrljrjwqSE43u8jLOVDqnk879Q==} dev: true /@vercel/error-utils@2.0.1: @@ -4765,12 +4822,12 @@ packages: web-vitals: 0.2.4 dev: true - /@vercel/gatsby-plugin-vercel-builder@2.0.4: - resolution: {integrity: sha512-37hkj+xa7U6M0cPXYJc5RZmJhwyVqVKyeGrB4wqr7i4pP4P1wufACPsB0LIVYAfKJkICyulrFzQqsRvnPYHbtw==} + /@vercel/gatsby-plugin-vercel-builder@2.0.5: + resolution: {integrity: sha512-NrApRLfSXOs2vJwuX1Hx3vRYM4n+F4LNQgajVW6NAwmWQeKUzfsinA0jduZLYFqpYPeTHXQhbStZL9T4gk8ong==} dependencies: '@sinclair/typebox': 0.25.24 - '@vercel/build-utils': 7.1.1 - '@vercel/node': 3.0.4 + '@vercel/build-utils': 7.2.0 + '@vercel/node': 3.0.5 '@vercel/routing-utils': 3.0.0 esbuild: 0.14.47 etag: 1.8.1 @@ -4781,16 +4838,19 @@ packages: - encoding dev: true - /@vercel/go@3.0.0: - resolution: {integrity: sha512-haQ7CYbLE9C/UugUSJ89Y10kNxCsE8A1WcLMzWGZA4DJQj7BYdcf8pygB6gpduQFxB8FAiekjUMJGZhRTQkDUw==} + /@vercel/go@3.0.1: + resolution: {integrity: sha512-Bd0jdtNbvAeTadqCOHU5YW7f1nd44WplzETNGvAVijG3c2hDyrKIOQNKzBGyqVaca2HwVqtumxIjTS6rJDkMpA==} dev: true - /@vercel/hydrogen@1.0.0: - resolution: {integrity: sha512-hcst/Sml5rFX7U7b2aDNZ6HiQZOahhLTHEuGGS5pV955tFTTO/fQ3gmsIKdjdLwyB69oru1C/bmLbn34QT2xlQ==} + /@vercel/hydrogen@1.0.1: + resolution: {integrity: sha512-4PYk4LeIWPTjGtgnxvB0Hdw7aqCau843/96K2xX3z9pa0Hn//pUnZBMz2jrs5MRseCm1Li1LdQAK3u8/vaUnVQ==} + dependencies: + '@vercel/static-config': 3.0.0 + ts-morph: 12.0.0 dev: true - /@vercel/next@4.0.2: - resolution: {integrity: sha512-ulJlIO5ErXy1I1T7WSrku6LuvHsHz6gA1YTB2RbtVYrpWwcqCKrhsdJtvutc7+DReWqwnPtKfxgxzLkLoL5N6Q==} + /@vercel/next@4.0.5: + resolution: {integrity: sha512-wdRiMqfr//KPEzEJYlQ0Ri4SFbPdnoEJdpktdmaxAK7bREvkJeeCjFAkqBDGb1OiqjyKolxF1xwMewRvLj80MQ==} dev: true /@vercel/nft@0.22.5: @@ -4835,19 +4895,19 @@ packages: - supports-color dev: true - /@vercel/node@3.0.4: - resolution: {integrity: sha512-HePXFOMZTnuMgUd7x7yj/hxXzMw431ui0ApkBKvtte72Hlquagjz04pjo2nHKms4OREOuHTGsNxsd+MQ5oNfYg==} + /@vercel/node@3.0.5: + resolution: {integrity: sha512-Ow98UMLuODqORNO34j+mbmTGimWD9BjM4onUKkuaSoLaHcl/CAlTTR4m71IdyJeoDBcf0bRURluseED0gmXCTA==} dependencies: - '@edge-runtime/node-utils': 2.2.0 - '@edge-runtime/primitives': 3.1.0 - '@edge-runtime/vm': 3.1.0 + '@edge-runtime/node-utils': 2.2.1 + '@edge-runtime/primitives': 3.1.1 + '@edge-runtime/vm': 3.1.1 '@types/node': 14.18.33 - '@vercel/build-utils': 7.1.1 + '@vercel/build-utils': 7.2.0 '@vercel/error-utils': 2.0.1 '@vercel/static-config': 3.0.0 async-listen: 3.0.0 content-type: 1.0.5 - edge-runtime: 2.5.0 + edge-runtime: 2.5.1 esbuild: 0.14.47 exit-hook: 2.2.1 node-fetch: 2.6.9 @@ -4862,12 +4922,12 @@ packages: - encoding dev: true - /@vercel/python@4.0.0: - resolution: {integrity: sha512-BrQhpCLVc7yUl5KwKR/S9wVMTu2g0mKlBYriJ+aewDn7Xf3ZtBl1fZkvKhGihEtLq5Be8xIbCSEEqChLQjfllA==} + /@vercel/python@4.0.1: + resolution: {integrity: sha512-3VfHbLBJ+JIQjUTjosveDM4Y8O6u9vkYWvJYg7BJIyv2TFzJcl8fhW5qurPb5Z7kMj2aRQaN1YRjDvElCOqwVA==} dev: true - /@vercel/redwood@2.0.1: - resolution: {integrity: sha512-lIgYeOVeCXSsGleAn6/8xZou7nSc2CBQSgNSa1XerX0b/sdhCospq4ianskAxg7sXb9RyfTFAIjCvuFuEgGHmQ==} + /@vercel/redwood@2.0.2: + resolution: {integrity: sha512-TyCloruHLi5kBrFPTPDVcQoDDYHG3VfA9ZngNBpqHXQqhR4VsymTh8wV0995faKMPiHcQFbJy7WArhxC/T0Png==} dependencies: '@vercel/nft': 0.22.5 '@vercel/routing-utils': 3.0.0 @@ -4877,14 +4937,11 @@ packages: - supports-color dev: true - /@vercel/remix-builder@2.0.3: - resolution: {integrity: sha512-oD+uLMKmZHGca3E4SWLHlunxVSijiOUrHZOaVvqHjYDRsMd6Vw78JR1YlcoBkclHO8yrSbbiiU7SM71j/KDldA==} + /@vercel/remix-builder@2.0.5: + resolution: {integrity: sha512-EzqyE/B4dNhKYmukOGBDrRl5Z/J7UkX8Q9DXOr0EBR1fs09l+T/qxLshk7rLU2ubl1oDHiIuxOYQWHVb2vtdFw==} dependencies: - '@vercel/build-utils': 7.1.1 '@vercel/nft': 0.22.5 '@vercel/static-config': 3.0.0 - path-to-regexp: 6.2.1 - semver: 7.5.2 ts-morph: 12.0.0 transitivePeerDependencies: - encoding @@ -4899,15 +4956,15 @@ packages: ajv: 6.12.6 dev: true - /@vercel/ruby@2.0.1: - resolution: {integrity: sha512-yfbwcLgoV5H70MDhKakRL3ME4iBeXjcxjuQaiBVSQeVx2wfz2p10x933PC0oAHhy3UGGguknOTHr1P8xYPH+8A==} + /@vercel/ruby@2.0.2: + resolution: {integrity: sha512-MqFynhtZ905L210DWAbgkiEQEK39LTtp9eL2Nm6PjzhjNzU6hV0UfK8Z24vU9CC6J4mrUTTZx396fH7XTYJWqg==} dev: true - /@vercel/static-build@2.0.4: - resolution: {integrity: sha512-2uSkLeq7HxZUSLZkOvFIhBar/mSW1Nw2AowAj1t5diAK2HH1ulYFCwNRaXeE7dAHE6X6otvAKgkJPQrTkXwb8g==} + /@vercel/static-build@2.0.6: + resolution: {integrity: sha512-gMqSK+kR8WQupcHXFDnZvpt6z30p1tqRggU68xQP3aI9Spqk6tWT8hXscdPH6OOsQ+fJmis6STc4/4zWZO2WLw==} dependencies: '@vercel/gatsby-plugin-vercel-analytics': 1.0.10 - '@vercel/gatsby-plugin-vercel-builder': 2.0.4 + '@vercel/gatsby-plugin-vercel-builder': 2.0.5 transitivePeerDependencies: - '@swc/core' - '@swc/wasm' @@ -4932,7 +4989,7 @@ packages: '@babel/core': 7.22.10 '@babel/plugin-transform-typescript': 7.21.3(@babel/core@7.22.10) '@vue/babel-plugin-jsx': 1.1.1(@babel/core@7.22.10) - vite: 4.3.9(@types/node@18.17.15) + vite: 4.3.9(@types/node@18.17.17) vue: 3.3.4 transitivePeerDependencies: - supports-color @@ -4945,7 +5002,7 @@ packages: vite: ^3.0.0 || ^4.0.0 vue: ^2.7.0-0 dependencies: - vite: 4.4.9(@types/node@18.17.15) + vite: 4.4.9(@types/node@18.17.17) vue: 2.7.14 dev: true @@ -4956,7 +5013,7 @@ packages: vite: ^4.0.0 vue: ^3.2.25 dependencies: - vite: 4.3.9(@types/node@18.17.15) + vite: 4.3.9(@types/node@18.17.17) vue: 3.3.4 dev: true @@ -4967,7 +5024,7 @@ packages: vite: ^4.0.0 vue: ^3.2.25 dependencies: - vite: 4.4.9(@types/node@18.17.15) + vite: 4.4.9(@types/node@18.17.17) vue: 3.3.4 dev: true @@ -5069,7 +5126,7 @@ packages: vue: optional: true dependencies: - '@babel/types': 7.22.17 + '@babel/types': 7.22.19 '@rollup/pluginutils': 5.0.3(rollup@3.28.1) '@vue/compiler-sfc': 3.3.4 ast-kit: 0.6.5 @@ -5091,7 +5148,7 @@ packages: '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.22.10) '@babel/template': 7.22.5 '@babel/traverse': 7.22.10 - '@babel/types': 7.22.17 + '@babel/types': 7.22.19 '@vue/babel-helper-vue-transform-on': 1.0.2 camelcase: 6.3.0 html-tags: 3.3.1 @@ -5215,8 +5272,8 @@ packages: resolution: {integrity: sha512-o9KfBeaBmCKl10usN4crU53fYtC1r7jJwdGKjPT24t348rHxgfpZ0xL3Xm/gLUYnc0oTp8LAmrxOeLyu6tbk2Q==} dev: true - /@vue/language-core@1.8.10(typescript@5.2.2)(vue@2.7.14): - resolution: {integrity: sha512-db8PtM4ZZr7SYNH30XpKxUYnUBYaTvcuJ4c2whKK04fuAjbtjAIZ2al5GzGEfUlesmvkpgdbiSviRXUxgD9Omw==} + /@vue/language-core@1.8.11(typescript@5.2.2)(vue@2.7.14): + resolution: {integrity: sha512-+MZOBGqGwfld6hpo0DB47x8eNM0dNqk15ZdfOhj19CpvuYuOWCeVdOEGZunKDyo3QLkTn3kLOSysJzg7FDOQBA==} peerDependencies: typescript: '*' peerDependenciesMeta: @@ -5236,8 +5293,8 @@ packages: - vue dev: false - /@vue/language-core@1.8.10(typescript@5.2.2)(vue@3.3.4): - resolution: {integrity: sha512-db8PtM4ZZr7SYNH30XpKxUYnUBYaTvcuJ4c2whKK04fuAjbtjAIZ2al5GzGEfUlesmvkpgdbiSviRXUxgD9Omw==} + /@vue/language-core@1.8.11(typescript@5.2.2)(vue@3.3.4): + resolution: {integrity: sha512-+MZOBGqGwfld6hpo0DB47x8eNM0dNqk15ZdfOhj19CpvuYuOWCeVdOEGZunKDyo3QLkTn3kLOSysJzg7FDOQBA==} peerDependencies: typescript: '*' peerDependenciesMeta: @@ -5344,21 +5401,21 @@ packages: vue-component-type-helpers: 1.8.4 dev: true - /@vue/typescript@1.8.10(typescript@5.2.2)(vue@2.7.14): - resolution: {integrity: sha512-vPSpTXMk4chYwvyTGjM891cKgnx2r6vtbdANOp2mRU31f4HYGyLrZBlGgiua7SaO2cLjUg8y91OipJe0t8OFhA==} + /@vue/typescript@1.8.11(typescript@5.2.2)(vue@2.7.14): + resolution: {integrity: sha512-skUmMDiPUUtu1flPmf2YybF+PX8IzBtMioQOaNn6Ck/RhdrPJGj1AX/7s3Buf9G6ln+/KHR1XQuti/FFxw5XVA==} dependencies: '@volar/typescript': 1.10.0 - '@vue/language-core': 1.8.10(typescript@5.2.2)(vue@2.7.14) + '@vue/language-core': 1.8.11(typescript@5.2.2)(vue@2.7.14) transitivePeerDependencies: - typescript - vue dev: false - /@vue/typescript@1.8.10(typescript@5.2.2)(vue@3.3.4): - resolution: {integrity: sha512-vPSpTXMk4chYwvyTGjM891cKgnx2r6vtbdANOp2mRU31f4HYGyLrZBlGgiua7SaO2cLjUg8y91OipJe0t8OFhA==} + /@vue/typescript@1.8.11(typescript@5.2.2)(vue@3.3.4): + resolution: {integrity: sha512-skUmMDiPUUtu1flPmf2YybF+PX8IzBtMioQOaNn6Ck/RhdrPJGj1AX/7s3Buf9G6ln+/KHR1XQuti/FFxw5XVA==} dependencies: '@volar/typescript': 1.10.0 - '@vue/language-core': 1.8.10(typescript@5.2.2)(vue@3.3.4) + '@vue/language-core': 1.8.11(typescript@5.2.2)(vue@3.3.4) transitivePeerDependencies: - typescript - vue @@ -5439,7 +5496,7 @@ packages: '@vueuse/core': 10.4.1(vue@3.3.4) '@vueuse/metadata': 10.4.1 local-pkg: 0.4.3 - nuxt: 3.5.3(@types/node@18.17.15)(eslint@8.49.0)(typescript@5.2.2)(vue-tsc@1.8.10) + nuxt: 3.5.3(@types/node@18.17.17)(eslint@8.49.0)(typescript@5.2.2)(vue-tsc@1.8.11) vue-demi: 0.14.5(vue@3.3.4) transitivePeerDependencies: - '@vue/composition-api' @@ -5816,6 +5873,11 @@ packages: zip-stream: 4.1.0 dev: true + /are-docs-informative@0.0.2: + resolution: {integrity: sha512-ixiS0nLNNG5jNQzgZJNoUpBKdo9yTYZMGJ+QgT2jmjR7G7+QHRCc4v6LQ3NgE7EBJq+o0ams3waJwkrlBom8Ig==} + engines: {node: '>=14'} + dev: false + /are-we-there-yet@2.0.0: resolution: {integrity: sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==} engines: {node: '>=10'} @@ -5940,7 +6002,7 @@ packages: engines: {node: '>=16.14.0'} dependencies: '@babel/parser': 7.22.10 - '@babel/types': 7.22.17 + '@babel/types': 7.22.19 dev: true /astral-regex@1.0.0: @@ -6682,6 +6744,11 @@ packages: dev: false optional: true + /comment-parser@1.4.0: + resolution: {integrity: sha512-QLyTNiZ2KDOibvFPlZ6ZngVsZ/0gYnE6uTXi5aoDg8ed3AkJAz4sEje3Y8a29hQ1s6A99MZXe47fLAXQ1rTqaw==} + engines: {node: '>= 12.0.0'} + dev: false + /commondir@1.0.1: resolution: {integrity: sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==} dev: true @@ -6981,7 +7048,7 @@ packages: dependencies: '@types/node': 20.4.7 cosmiconfig: 8.2.0 - ts-node: 10.9.1(@types/node@18.17.15)(typescript@5.2.2) + ts-node: 10.9.1(@types/node@18.17.17)(typescript@5.2.2) typescript: 5.2.2 dev: true @@ -7681,13 +7748,13 @@ packages: resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} dev: true - /edge-runtime@2.5.0: - resolution: {integrity: sha512-QgDNX6R+RPwhY3+vqHpvYE4XUoB/cFG60nGBKu9pmPOJxQleeTCj2F5CHimIpNqex9h1Cy2Y3tuQ+Vq2GzmZIA==} + /edge-runtime@2.5.1: + resolution: {integrity: sha512-E0kY1Dqvwvk9yh7dvR56KnCjXf/dlbrrGjO5Sjnz9Ja3WqYT3csv2B8O4erxJiOWfWy9NTukBk4Kb3yrR66gBw==} engines: {node: '>=16'} hasBin: true dependencies: '@edge-runtime/format': 2.2.0 - '@edge-runtime/vm': 3.1.0 + '@edge-runtime/vm': 3.1.1 async-listen: 3.0.1 mri: 1.2.0 picocolors: 1.0.0 @@ -8268,7 +8335,7 @@ packages: - supports-color dev: true - /eslint-import-resolver-typescript@3.6.0(@typescript-eslint/parser@6.4.1)(eslint-plugin-import@2.28.1)(eslint@8.38.0): + /eslint-import-resolver-typescript@3.6.0(@typescript-eslint/parser@6.7.0)(eslint-plugin-import@2.28.1)(eslint@8.38.0): resolution: {integrity: sha512-QTHR9ddNnn35RTxlaEnx2gCxqFlF2SEN0SE2d17SqwyM7YOSI2GHWRYp5BiRkObTUNYPupC/3Fq2a0PpT+EKpg==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -8278,8 +8345,8 @@ packages: debug: 4.3.4 enhanced-resolve: 5.15.0 eslint: 8.38.0 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.4.1)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.6.0)(eslint@8.38.0) - eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.4.1)(eslint-import-resolver-typescript@3.6.0)(eslint@8.38.0) + eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.7.0)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.6.0)(eslint@8.38.0) + eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.7.0)(eslint-import-resolver-typescript@3.6.0)(eslint@8.38.0) fast-glob: 3.3.1 get-tsconfig: 4.6.2 is-core-module: 2.12.1 @@ -8321,7 +8388,7 @@ packages: - supports-color dev: true - /eslint-module-utils@2.8.0(@typescript-eslint/parser@6.4.1)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.6.0)(eslint@8.38.0): + /eslint-module-utils@2.8.0(@typescript-eslint/parser@6.7.0)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.6.0)(eslint@8.38.0): resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==} engines: {node: '>=4'} peerDependencies: @@ -8342,19 +8409,19 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 6.4.1(eslint@8.38.0)(typescript@5.2.2) + '@typescript-eslint/parser': 6.7.0(eslint@8.38.0)(typescript@5.2.2) debug: 3.2.7 eslint: 8.38.0 eslint-import-resolver-node: 0.3.7 - eslint-import-resolver-typescript: 3.6.0(@typescript-eslint/parser@6.4.1)(eslint-plugin-import@2.28.1)(eslint@8.38.0) + eslint-import-resolver-typescript: 3.6.0(@typescript-eslint/parser@6.7.0)(eslint-plugin-import@2.28.1)(eslint@8.38.0) transitivePeerDependencies: - supports-color dev: false - /eslint-plugin-antfu@0.41.0(eslint@8.38.0)(typescript@5.2.2): - resolution: {integrity: sha512-JeEeDZgz7oqYPYWYNQHdXrKaW2nhJz/70jeMZUkaNjVp72cpsJPH3idiEhIhGu3wjFdsOMCoEkboT/DQXlCaqA==} + /eslint-plugin-antfu@0.42.0(eslint@8.38.0)(typescript@5.2.2): + resolution: {integrity: sha512-Oztd2iw0SiwqCLyy9vygQycITIpH4VTtglUKbPvr6bMs5DfEZE8qpFihcHVyUjAVKJAjzMl+Pkz1hm+HVwT+2g==} dependencies: - '@typescript-eslint/utils': 6.4.1(eslint@8.38.0)(typescript@5.2.2) + '@typescript-eslint/utils': 6.7.0(eslint@8.38.0)(typescript@5.2.2) transitivePeerDependencies: - eslint - supports-color @@ -8415,8 +8482,8 @@ packages: htmlparser2: 8.0.2 dev: false - /eslint-plugin-i@2.28.0-2(@typescript-eslint/parser@6.4.1)(eslint-import-resolver-typescript@3.6.0)(eslint@8.38.0): - resolution: {integrity: sha512-z48kG4qmE4TmiLcxbmvxMT5ycwvPkXaWW0XpU1L768uZaTbiDbxsHMEdV24JHlOR1xDsPpKW39BfP/pRdYIwFA==} + /eslint-plugin-i@2.28.1(@typescript-eslint/parser@6.7.0)(eslint-import-resolver-typescript@3.6.0)(eslint@8.38.0): + resolution: {integrity: sha512-a4oVt0j3ixNhGhvV4XF6NS7OWRFK2rrJ0Q5C4S2dSRb8FxZi31J0uUd5WJLL58wnVJ/OiQ1BxiXnFA4dWQO1Cg==} engines: {node: '>=12'} peerDependencies: eslint: ^7.2.0 || ^8 @@ -8425,7 +8492,7 @@ packages: doctrine: 2.1.0 eslint: 8.38.0 eslint-import-resolver-node: 0.3.7 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.4.1)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.6.0)(eslint@8.38.0) + eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.7.0)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.6.0)(eslint@8.38.0) get-tsconfig: 4.6.2 is-glob: 4.0.3 minimatch: 3.1.2 @@ -8473,7 +8540,7 @@ packages: - supports-color dev: true - /eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.4.1)(eslint-import-resolver-typescript@3.6.0)(eslint@8.38.0): + /eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.7.0)(eslint-import-resolver-typescript@3.6.0)(eslint@8.38.0): resolution: {integrity: sha512-9I9hFlITvOV55alzoKBI+K9q74kv0iKMeY6av5+umsNwayt59fz692daGyjR+oStBQgx6nwR9rXldDev3Clw+A==} engines: {node: '>=4'} peerDependencies: @@ -8483,7 +8550,7 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 6.4.1(eslint@8.38.0)(typescript@5.2.2) + '@typescript-eslint/parser': 6.7.0(eslint@8.38.0)(typescript@5.2.2) array-includes: 3.1.6 array.prototype.findlastindex: 1.2.2 array.prototype.flat: 1.3.1 @@ -8492,7 +8559,7 @@ packages: doctrine: 2.1.0 eslint: 8.38.0 eslint-import-resolver-node: 0.3.7 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.4.1)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.6.0)(eslint@8.38.0) + eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.7.0)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.6.0)(eslint@8.38.0) has: 1.0.3 is-core-module: 2.13.0 is-glob: 4.0.3 @@ -8508,7 +8575,7 @@ packages: - supports-color dev: false - /eslint-plugin-jest@27.2.3(@typescript-eslint/eslint-plugin@6.4.1)(eslint@8.38.0)(typescript@5.2.2): + /eslint-plugin-jest@27.2.3(@typescript-eslint/eslint-plugin@6.7.0)(eslint@8.38.0)(typescript@5.2.2): resolution: {integrity: sha512-sRLlSCpICzWuje66Gl9zvdF6mwD5X86I4u55hJyFBsxYOsBCmT5+kSUjf+fkFWVMMgpzNEupjW8WzUqi83hJAQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: @@ -8521,7 +8588,7 @@ packages: jest: optional: true dependencies: - '@typescript-eslint/eslint-plugin': 6.4.1(@typescript-eslint/parser@6.4.1)(eslint@8.38.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.7.0(@typescript-eslint/parser@6.7.0)(eslint@8.38.0)(typescript@5.2.2) '@typescript-eslint/utils': 5.61.0(eslint@8.38.0)(typescript@5.2.2) eslint: 8.38.0 transitivePeerDependencies: @@ -8529,6 +8596,26 @@ packages: - typescript dev: false + /eslint-plugin-jsdoc@46.8.1(eslint@8.38.0): + resolution: {integrity: sha512-uTce7IBluPKXIQMWJkIwFsI1gv7sZRmLjctca2K5DIxPi8fSBj9f4iru42XmGwuiMyH2f3nfc60sFmnSGv4Z/A==} + engines: {node: '>=16'} + peerDependencies: + eslint: ^7.0.0 || ^8.0.0 + dependencies: + '@es-joy/jsdoccomment': 0.40.1 + are-docs-informative: 0.0.2 + comment-parser: 1.4.0 + debug: 4.3.4 + escape-string-regexp: 4.0.0 + eslint: 8.38.0 + esquery: 1.5.0 + is-builtin-module: 3.2.1 + semver: 7.5.4 + spdx-expression-parse: 3.0.1 + transitivePeerDependencies: + - supports-color + dev: false + /eslint-plugin-jsonc@2.9.0(eslint@8.38.0): resolution: {integrity: sha512-RK+LeONVukbLwT2+t7/OY54NJRccTXh/QbnXzPuTLpFMVZhPuq1C9E07+qWenGx7rrQl0kAalAWl7EmB+RjpGA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -8618,8 +8705,8 @@ packages: - supports-color dev: false - /eslint-plugin-n@16.0.2(eslint@8.38.0): - resolution: {integrity: sha512-Y66uDfUNbBzypsr0kELWrIz+5skicECrLUqlWuXawNSLUq3ltGlCwu6phboYYOTSnoTdHgTLrc+5Ydo6KjzZog==} + /eslint-plugin-n@16.1.0(eslint@8.38.0): + resolution: {integrity: sha512-3wv/TooBst0N4ND+pnvffHuz9gNPmk/NkLwAxOt2JykTl/hcuECe6yhTtLJcZjIxtZwN+GX92ACp/QTLpHA3Hg==} engines: {node: '>=16.0.0'} peerDependencies: eslint: '>=7.0.0' @@ -8628,6 +8715,7 @@ packages: builtins: 5.0.1 eslint: 8.38.0 eslint-plugin-es-x: 7.1.0(eslint@8.38.0) + get-tsconfig: 4.7.0 ignore: 5.2.4 is-core-module: 2.13.0 minimatch: 3.1.2 @@ -8722,8 +8810,8 @@ packages: '@microsoft/tsdoc-config': 0.16.2 dev: false - /eslint-plugin-turbo@1.10.13(eslint@8.38.0): - resolution: {integrity: sha512-el4AAmn0zXmvHEyp1h0IQMfse10Vy8g5Vbg4IU3+vD9CSj5sDbX07iFVt8sCKg7og9Q5FAa9mXzlCf7t4vYgzg==} + /eslint-plugin-turbo@1.10.14(eslint@8.38.0): + resolution: {integrity: sha512-sBdBDnYr9AjT1g4lR3PBkZDonTrMnR4TvuGv5W0OiF7z9az1rI68yj2UHJZvjkwwcGu5mazWA1AfB0oaagpmfg==} peerDependencies: eslint: '>6.6.0' dependencies: @@ -8737,7 +8825,7 @@ packages: peerDependencies: eslint: '>=8.44.0' dependencies: - '@babel/helper-validator-identifier': 7.22.5 + '@babel/helper-validator-identifier': 7.22.15 '@eslint-community/eslint-utils': 4.4.0(eslint@8.38.0) ci-info: 3.8.0 clean-regexp: 1.0.0 @@ -8755,7 +8843,7 @@ packages: strip-indent: 3.0.0 dev: false - /eslint-plugin-unused-imports@3.0.0(@typescript-eslint/eslint-plugin@6.4.1)(eslint@8.38.0): + /eslint-plugin-unused-imports@3.0.0(@typescript-eslint/eslint-plugin@6.7.0)(eslint@8.38.0): resolution: {integrity: sha512-sduiswLJfZHeeBJ+MQaG+xYzSWdRXoSw61DpU13mzWumCkR0ufD0HmO4kdNokjrkluMHpj/7PJeN35pgbhW3kw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -8765,7 +8853,7 @@ packages: '@typescript-eslint/eslint-plugin': optional: true dependencies: - '@typescript-eslint/eslint-plugin': 6.4.1(@typescript-eslint/parser@6.4.1)(eslint@8.38.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.7.0(@typescript-eslint/parser@6.7.0)(eslint@8.38.0)(typescript@5.2.2) eslint: 8.38.0 eslint-rule-composer: 0.3.0 dev: false @@ -8788,8 +8876,8 @@ packages: - supports-color dev: false - /eslint-plugin-yml@1.8.0(eslint@8.38.0): - resolution: {integrity: sha512-fgBiJvXD0P2IN7SARDJ2J7mx8t0bLdG6Zcig4ufOqW5hOvSiFxeUyc2g5I1uIm8AExbo26NNYCcTGZT0MXTsyg==} + /eslint-plugin-yml@1.9.0(eslint@8.38.0): + resolution: {integrity: sha512-ayuC57WyVQ5+QZ02y62GiB//5+zsiyzUGxUX/mrhLni+jfsKA4KoITjkbR65iUdjjhWpyTJHPcAIFLKQIOwgsw==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' @@ -9550,6 +9638,12 @@ packages: dependencies: resolve-pkg-maps: 1.0.0 + /get-tsconfig@4.7.0: + resolution: {integrity: sha512-pmjiZ7xtB8URYm74PlGJozDNyhvsVLUcpBa8DZBG3bWHwaHa9bPiRpiSfovw+fjhwONSCWKRyk+JQHEGZmMrzw==} + dependencies: + resolve-pkg-maps: 1.0.0 + dev: false + /get-uri@6.0.1: resolution: {integrity: sha512-7ZqONUVqaabogsYNWlYj0t3YZaL6dhuEueZXGF+/YVmf6dHmaFg8/6psJKqhx9QykIDKzpGcy2cn4oV4YC7V/Q==} engines: {node: '>= 14'} @@ -10727,7 +10821,7 @@ packages: resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 18.17.15 + '@types/node': 18.17.17 merge-stream: 2.0.0 supports-color: 8.1.1 dev: true @@ -10792,6 +10886,11 @@ packages: dependencies: argparse: 2.0.1 + /jsdoc-type-pratt-parser@4.0.0: + resolution: {integrity: sha512-YtOli5Cmzy3q4dP26GraSOeAhqecewG04hoO8DY56CH4KJ9Fvv5qKWUCCo3HZob7esJQHCv6/+bnTy72xZZaVQ==} + engines: {node: '>=12.0.0'} + dev: false + /jsdom@22.1.0: resolution: {integrity: sha512-/9AVW7xNbsBv6GfWho4TTNjEo9fe6Zhf9O7s0Fhhr3u+awPwAJMKwAMXnkk5vBxflqLW9hTHX/0cs+P3gW+cQw==} engines: {node: '>=16'} @@ -11278,8 +11377,8 @@ packages: engines: {node: 14 || >=16.14} dev: true - /lucide-react@0.274.0(react@18.2.0): - resolution: {integrity: sha512-qiWcojRXEwDiSimMX1+arnxha+ROJzZjJaVvCC0rsG6a9pUPjZePXSq7em4ZKMp0NDm1hyzPNkM7UaWC3LU2AA==} + /lucide-react@0.277.0(react@18.2.0): + resolution: {integrity: sha512-9epmznme+vW14V9d2rsMeLr3fMnf59lYDUOVUg6s7oVN22Zq8h4B30+3CIdFFV9UXCjPG5ZNKHfO/hf96cl46A==} peerDependencies: react: ^16.5.1 || ^17.0.0 || ^18.0.0 dependencies: @@ -12069,7 +12168,7 @@ packages: - vue dev: true - /nuxt@3.5.3(@types/node@18.17.15)(eslint@8.49.0)(typescript@5.2.2)(vue-tsc@1.8.10): + /nuxt@3.5.3(@types/node@18.17.17)(eslint@8.49.0)(typescript@5.2.2)(vue-tsc@1.8.11): resolution: {integrity: sha512-fG39BZ5N5ATtmx2vuxN8APQPSlSsCDpfkJ0k581gMc7eFztqrBzPncZX5w3RQLW7AiGBE2yYEfqiwC6AVODBBg==} engines: {node: ^14.18.0 || >=16.10.0} hasBin: true @@ -12085,8 +12184,8 @@ packages: '@nuxt/schema': 3.5.3 '@nuxt/telemetry': 2.2.0 '@nuxt/ui-templates': 1.2.0 - '@nuxt/vite-builder': 3.5.3(@types/node@18.17.15)(eslint@8.49.0)(typescript@5.2.2)(vue-tsc@1.8.10)(vue@3.3.4) - '@types/node': 18.17.15 + '@nuxt/vite-builder': 3.5.3(@types/node@18.17.17)(eslint@8.49.0)(typescript@5.2.2)(vue-tsc@1.8.11)(vue@3.3.4) + '@types/node': 18.17.17 '@unhead/ssr': 1.1.27 '@unhead/vue': 1.3.4(vue@3.3.4) '@vue/shared': 3.3.4 @@ -12823,7 +12922,7 @@ packages: dependencies: lilconfig: 2.1.0 postcss: 8.4.29 - ts-node: 10.9.1(@types/node@18.17.15)(typescript@5.2.2) + ts-node: 10.9.1(@types/node@18.17.17)(typescript@5.2.2) yaml: 2.3.2 /postcss-merge-longhand@6.0.0(postcss@8.4.29): @@ -13247,12 +13346,6 @@ packages: hasBin: true dev: true - /prettier@3.0.0: - resolution: {integrity: sha512-zBf5eHpwHOGPC47h0zrPyNn+eAEIdEzfywMoYn2XPi0P44Zp0tSq64rq0xAREh4auw2cJZHo9QUob+NqCQky4g==} - engines: {node: '>=14'} - hasBin: true - dev: true - /prettier@3.0.3: resolution: {integrity: sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg==} engines: {node: '>=14'} @@ -14405,14 +14498,6 @@ packages: lru-cache: 6.0.0 dev: true - /semver@7.5.2: - resolution: {integrity: sha512-SoftuTROv/cRjCze/scjGyiDtcUyxw1rgYQSZY7XTmtR5hX+dm76iDbTH8TkLPHCQmlbQVSSbNZCPM2hb0knnQ==} - engines: {node: '>=10'} - hasBin: true - dependencies: - lru-cache: 6.0.0 - dev: true - /semver@7.5.3: resolution: {integrity: sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==} engines: {node: '>=10'} @@ -14523,8 +14608,8 @@ packages: resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} engines: {node: '>=8'} - /shiki@0.14.3: - resolution: {integrity: sha512-U3S/a+b0KS+UkTyMjoNojvTgrBHjgp7L6ovhFVZsXmBGnVdQ4K4U9oK0z63w538S91ATngv1vXigHCSWOwnr+g==} + /shiki@0.14.4: + resolution: {integrity: sha512-IXCRip2IQzKwxArNNq1S+On4KPML3Yyn8Zzs/xRgcgOWIr8ntIK3IKzjFPfjy/7kt9ZMjc+FItfqHRBg8b6tNQ==} dependencies: ansi-sequence-parser: 1.1.0 jsonc-parser: 3.2.0 @@ -15410,7 +15495,7 @@ packages: yn: 3.1.1 dev: true - /ts-node@10.9.1(@types/node@18.17.15)(typescript@5.2.2): + /ts-node@10.9.1(@types/node@18.17.17)(typescript@5.2.2): resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -15429,7 +15514,7 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.3 - '@types/node': 18.17.15 + '@types/node': 18.17.17 acorn: 8.9.0 acorn-walk: 8.2.0 arg: 4.1.3 @@ -15492,8 +15577,8 @@ packages: safe-buffer: 5.2.1 dev: true - /turbo-darwin-64@1.10.13: - resolution: {integrity: sha512-vmngGfa2dlYvX7UFVncsNDMuT4X2KPyPJ2Jj+xvf5nvQnZR/3IeDEGleGVuMi/hRzdinoxwXqgk9flEmAYp0Xw==} + /turbo-darwin-64@1.10.14: + resolution: {integrity: sha512-I8RtFk1b9UILAExPdG/XRgGQz95nmXPE7OiGb6ytjtNIR5/UZBS/xVX/7HYpCdmfriKdVwBKhalCoV4oDvAGEg==} cpu: [x64] os: [darwin] requiresBuild: true @@ -15508,8 +15593,8 @@ packages: dev: false optional: true - /turbo-darwin-arm64@1.10.13: - resolution: {integrity: sha512-eMoJC+k7gIS4i2qL6rKmrIQGP6Wr9nN4odzzgHFngLTMimok2cGLK3qbJs5O5F/XAtEeRAmuxeRnzQwTl/iuAw==} + /turbo-darwin-arm64@1.10.14: + resolution: {integrity: sha512-KAdUWryJi/XX7OD0alOuOa0aJ5TLyd4DNIYkHPHYcM6/d7YAovYvxRNwmx9iv6Vx6IkzTnLeTiUB8zy69QkG9Q==} cpu: [arm64] os: [darwin] requiresBuild: true @@ -15524,8 +15609,8 @@ packages: dev: false optional: true - /turbo-linux-64@1.10.13: - resolution: {integrity: sha512-0CyYmnKTs6kcx7+JRH3nPEqCnzWduM0hj8GP/aodhaIkLNSAGAa+RiYZz6C7IXN+xUVh5rrWTnU2f1SkIy7Gdg==} + /turbo-linux-64@1.10.14: + resolution: {integrity: sha512-BOBzoREC2u4Vgpap/WDxM6wETVqVMRcM8OZw4hWzqCj2bqbQ6L0wxs1LCLWVrghQf93JBQtIGAdFFLyCSBXjWQ==} cpu: [x64] os: [linux] requiresBuild: true @@ -15540,8 +15625,8 @@ packages: dev: false optional: true - /turbo-linux-arm64@1.10.13: - resolution: {integrity: sha512-0iBKviSGQQlh2OjZgBsGjkPXoxvRIxrrLLbLObwJo3sOjIH0loGmVIimGS5E323soMfi/o+sidjk2wU1kFfD7Q==} + /turbo-linux-arm64@1.10.14: + resolution: {integrity: sha512-D8T6XxoTdN5D4V5qE2VZG+/lbZX/89BkAEHzXcsSUTRjrwfMepT3d2z8aT6hxv4yu8EDdooZq/2Bn/vjMI32xw==} cpu: [arm64] os: [linux] requiresBuild: true @@ -15556,8 +15641,8 @@ packages: dev: false optional: true - /turbo-windows-64@1.10.13: - resolution: {integrity: sha512-S5XySRfW2AmnTeY1IT+Jdr6Goq7mxWganVFfrmqU+qqq3Om/nr0GkcUX+KTIo9mPrN0D3p5QViBRzulwB5iuUQ==} + /turbo-windows-64@1.10.14: + resolution: {integrity: sha512-zKNS3c1w4i6432N0cexZ20r/aIhV62g69opUn82FLVs/zk3Ie0GVkSB6h0rqIvMalCp7enIR87LkPSDGz9K4UA==} cpu: [x64] os: [win32] requiresBuild: true @@ -15572,8 +15657,8 @@ packages: dev: false optional: true - /turbo-windows-arm64@1.10.13: - resolution: {integrity: sha512-nKol6+CyiExJIuoIc3exUQPIBjP9nIq5SkMJgJuxsot2hkgGrafAg/izVDRDrRduQcXj2s8LdtxJHvvnbI8hEQ==} + /turbo-windows-arm64@1.10.14: + resolution: {integrity: sha512-rkBwrTPTxNSOUF7of8eVvvM+BkfkhA2OvpHM94if8tVsU+khrjglilp8MTVPHlyS9byfemPAmFN90oRIPB05BA==} cpu: [arm64] os: [win32] requiresBuild: true @@ -15588,16 +15673,16 @@ packages: dev: false optional: true - /turbo@1.10.13: - resolution: {integrity: sha512-vOF5IPytgQPIsgGtT0n2uGZizR2N3kKuPIn4b5p5DdeLoI0BV7uNiydT7eSzdkPRpdXNnO8UwS658VaI4+YSzQ==} + /turbo@1.10.14: + resolution: {integrity: sha512-hr9wDNYcsee+vLkCDIm8qTtwhJ6+UAMJc3nIY6+PNgUTtXcQgHxCq8BGoL7gbABvNWv76CNbK5qL4Lp9G3ZYRA==} hasBin: true optionalDependencies: - turbo-darwin-64: 1.10.13 - turbo-darwin-arm64: 1.10.13 - turbo-linux-64: 1.10.13 - turbo-linux-arm64: 1.10.13 - turbo-windows-64: 1.10.13 - turbo-windows-arm64: 1.10.13 + turbo-darwin-64: 1.10.14 + turbo-darwin-arm64: 1.10.14 + turbo-linux-64: 1.10.14 + turbo-linux-arm64: 1.10.14 + turbo-windows-64: 1.10.14 + turbo-windows-arm64: 1.10.14 dev: true /turbo@1.8.8: @@ -15827,6 +15912,15 @@ packages: hookable: 5.5.3 dev: true + /unhead@1.7.3: + resolution: {integrity: sha512-6LbBOVgsr+JCmeWH9okxlBtMtFHGIECX93ySWBnposnOqzSUtnUsEgB0nVB8Qa7uozfHlmJfSBJMUeTztzPfSQ==} + dependencies: + '@unhead/dom': 1.7.3 + '@unhead/schema': 1.7.3 + '@unhead/shared': 1.7.3 + hookable: 5.5.3 + dev: true + /unherit@1.1.3: resolution: {integrity: sha512-Ft16BJcnapDKp0+J/rqFC3Rrk6Y/Ng4nzsC028k2jdDII/rdZ7Wd3pPT/6+vIIxRagwRc9K0IUX0Ra4fKvw+WQ==} dependencies: @@ -15996,7 +16090,7 @@ packages: '@unocss/transformer-variant-group': 0.55.7 '@unocss/vite': 0.55.7(vite@4.4.9) '@unocss/webpack': 0.55.7(webpack@5.78.0) - vite: 4.4.9(@types/node@18.17.15) + vite: 4.4.9(@types/node@18.17.17) transitivePeerDependencies: - postcss - rollup @@ -16040,7 +16134,7 @@ packages: vue-router: optional: true dependencies: - '@babel/types': 7.22.17 + '@babel/types': 7.22.19 '@rollup/pluginutils': 5.0.3(rollup@3.28.1) '@vue-macros/common': 1.4.0(vue@3.3.4) ast-walker-scope: 0.4.2 @@ -16130,7 +16224,7 @@ packages: dependencies: '@babel/core': 7.22.10 '@babel/standalone': 7.22.10 - '@babel/types': 7.22.17 + '@babel/types': 7.22.19 defu: 6.1.2 jiti: 1.19.3 mri: 1.2.0 @@ -16145,7 +16239,7 @@ packages: dependencies: '@babel/core': 7.22.10 '@babel/standalone': 7.22.10 - '@babel/types': 7.22.17 + '@babel/types': 7.22.19 defu: 6.1.2 jiti: 1.19.3 mri: 1.2.0 @@ -16239,21 +16333,21 @@ packages: engines: {node: '>= 0.10'} dev: false - /vercel@32.2.0: - resolution: {integrity: sha512-X/j88AO4p8eOfMbhTXweOxsXgXwixE+SroKNWkuFw+tjMH7nfkHqAFACmiX7J9bymogD7JqPq52kMh4VsmBX7w==} + /vercel@32.2.4: + resolution: {integrity: sha512-Vdp/kglvpxcmY+yaQ+4/qZm8O8Hu9sn/JTpdfXNaxAcHP4Pt3GmHTZJmY0K6bQ2MoXjE0/Tp0h9BfHLUoNjRIw==} engines: {node: '>= 16'} hasBin: true dependencies: - '@vercel/build-utils': 7.1.1 - '@vercel/go': 3.0.0 - '@vercel/hydrogen': 1.0.0 - '@vercel/next': 4.0.2 - '@vercel/node': 3.0.4 - '@vercel/python': 4.0.0 - '@vercel/redwood': 2.0.1 - '@vercel/remix-builder': 2.0.3 - '@vercel/ruby': 2.0.1 - '@vercel/static-build': 2.0.4 + '@vercel/build-utils': 7.2.0 + '@vercel/go': 3.0.1 + '@vercel/hydrogen': 1.0.1 + '@vercel/next': 4.0.5 + '@vercel/node': 3.0.5 + '@vercel/python': 4.0.1 + '@vercel/redwood': 2.0.2 + '@vercel/remix-builder': 2.0.5 + '@vercel/ruby': 2.0.2 + '@vercel/static-build': 2.0.6 transitivePeerDependencies: - '@swc/core' - '@swc/wasm' @@ -16281,7 +16375,7 @@ packages: vfile-message: 2.0.4 dev: false - /vite-node@0.31.4(@types/node@18.17.15): + /vite-node@0.31.4(@types/node@18.17.17): resolution: {integrity: sha512-uzL377GjJtTbuc5KQxVbDu2xfU/x0wVjUtXQR2ihS21q/NK6ROr4oG0rsSkBBddZUVCwzfx22in76/0ZZHXgkQ==} engines: {node: '>=v14.18.0'} hasBin: true @@ -16291,7 +16385,7 @@ packages: mlly: 1.4.0 pathe: 1.1.1 picocolors: 1.0.0 - vite: 4.4.9(@types/node@18.17.15) + vite: 4.4.9(@types/node@18.17.17) transitivePeerDependencies: - '@types/node' - less @@ -16303,7 +16397,7 @@ packages: - terser dev: true - /vite-node@0.34.4(@types/node@18.17.15): + /vite-node@0.34.4(@types/node@18.17.17): resolution: {integrity: sha512-ho8HtiLc+nsmbwZMw8SlghESEE3KxJNp04F/jPUCLVvaURwt0d+r9LxEqCX5hvrrOQ0GSyxbYr5ZfRYhQ0yVKQ==} engines: {node: '>=v14.18.0'} hasBin: true @@ -16313,7 +16407,7 @@ packages: mlly: 1.4.0 pathe: 1.1.1 picocolors: 1.0.0 - vite: 4.4.9(@types/node@18.17.15) + vite: 4.4.9(@types/node@18.17.17) transitivePeerDependencies: - '@types/node' - less @@ -16325,7 +16419,7 @@ packages: - terser dev: true - /vite-plugin-checker@0.6.1(eslint@8.49.0)(typescript@5.2.2)(vite@4.3.9)(vue-tsc@1.8.10): + /vite-plugin-checker@0.6.1(eslint@8.49.0)(typescript@5.2.2)(vite@4.3.9)(vue-tsc@1.8.11): resolution: {integrity: sha512-4fAiu3W/IwRJuJkkUZlWbLunSzsvijDf0eDN6g/MGh6BUK4SMclOTGbLJCPvdAcMOQvVmm8JyJeYLYd4//8CkA==} engines: {node: '>=14.16'} peerDependencies: @@ -16371,15 +16465,15 @@ packages: strip-ansi: 6.0.1 tiny-invariant: 1.3.1 typescript: 5.2.2 - vite: 4.3.9(@types/node@18.17.15) + vite: 4.3.9(@types/node@18.17.17) vscode-languageclient: 7.0.0 vscode-languageserver: 7.0.0 vscode-languageserver-textdocument: 1.0.8 vscode-uri: 3.0.7 - vue-tsc: 1.8.10(typescript@5.2.2)(vue@3.3.4) + vue-tsc: 1.8.11(typescript@5.2.2)(vue@3.3.4) dev: true - /vite-plugin-dts@3.5.3(@types/node@18.17.15)(rollup@3.28.1)(typescript@5.2.2)(vite@4.4.9)(vue@2.7.14): + /vite-plugin-dts@3.5.3(@types/node@18.17.17)(rollup@3.28.1)(typescript@5.2.2)(vite@4.4.9)(vue@2.7.14): resolution: {integrity: sha512-h94j/+SR1PhLR9jnEtcjZILagE2QZBAV8V1y3T2Ujcet1VI0Et4dZSU1W8fbnp6obB7B3/b8hArqdi2/9HuH+w==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -16389,14 +16483,14 @@ packages: vite: optional: true dependencies: - '@microsoft/api-extractor': 7.36.4(@types/node@18.17.15) + '@microsoft/api-extractor': 7.36.4(@types/node@18.17.17) '@rollup/pluginutils': 5.0.3(rollup@3.28.1) '@vue/language-core': 1.8.8(typescript@5.2.2)(vue@2.7.14) debug: 4.3.4 kolorist: 1.8.0 typescript: 5.2.2 - vite: 4.4.9(@types/node@18.17.15) - vue-tsc: 1.8.10(typescript@5.2.2)(vue@2.7.14) + vite: 4.4.9(@types/node@18.17.17) + vue-tsc: 1.8.11(typescript@5.2.2)(vue@2.7.14) transitivePeerDependencies: - '@types/node' - rollup @@ -16404,12 +16498,11 @@ packages: - vue dev: false - /vite-ssg@0.23.1(@unhead/vue@1.2.2)(critters@0.0.20)(vite@4.4.9)(vue-router@4.2.4)(vue@3.3.4): - resolution: {integrity: sha512-xISST4s5uDvysfQ0oN8QpnpKDGF7WF48/pnxCy801lVz1re7f2y8xLbHk44qPWdXh2gFqyv4rhZEVa1KrAuzqw==} + /vite-ssg@0.23.2(critters@0.0.20)(vite@4.4.9)(vue-router@4.2.4)(vue@3.3.4): + resolution: {integrity: sha512-j7HHqMB7MVM5Eqypjt92XU+x8tijFdeoICgzHeAMsSvqFp6nL6SdErPb5o7gj079SJuUPo0rUuQupkVoN/FsAg==} engines: {node: '>=14.0.0'} hasBin: true peerDependencies: - '@unhead/vue': ^1.1.26 critters: ^0.0.16 vite: ^2.0.0 || ^3.0.0 || ^4.0.0 vue: ^3.2.10 @@ -16420,16 +16513,16 @@ packages: vue-router: optional: true dependencies: - '@unhead/dom': 1.1.32 - '@unhead/vue': 1.2.2(vue@3.3.4) + '@unhead/dom': 1.7.3 + '@unhead/vue': 1.7.3(vue@3.3.4) critters: 0.0.20 fs-extra: 11.1.1 html-minifier: 4.0.0 html5parser: 2.0.2 jsdom: 22.1.0 kolorist: 1.8.0 - prettier: 3.0.0 - vite: 4.4.9(@types/node@18.17.15) + prettier: 2.8.8 + vite: 4.4.9(@types/node@18.17.17) vue: 3.3.4 vue-router: 4.2.4(vue@3.3.4) yargs: 17.7.2 @@ -16440,7 +16533,7 @@ packages: - utf-8-validate dev: true - /vite@4.3.9(@types/node@18.17.15): + /vite@4.3.9(@types/node@18.17.17): resolution: {integrity: sha512-qsTNZjO9NoJNW7KnOrgYwczm0WctJ8m/yqYAMAK9Lxt4SoySUfS5S8ia9K7JHpa3KEeMfyF8LoJ3c5NeBJy6pg==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true @@ -16465,7 +16558,7 @@ packages: terser: optional: true dependencies: - '@types/node': 18.17.15 + '@types/node': 18.17.17 esbuild: 0.17.19 postcss: 8.4.29 rollup: 3.28.1 @@ -16473,7 +16566,7 @@ packages: fsevents: 2.3.2 dev: true - /vite@4.4.9(@types/node@18.17.15): + /vite@4.4.9(@types/node@18.17.17): resolution: {integrity: sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true @@ -16501,27 +16594,27 @@ packages: terser: optional: true dependencies: - '@types/node': 18.17.15 + '@types/node': 18.17.17 esbuild: 0.18.17 postcss: 8.4.29 rollup: 3.28.1 optionalDependencies: fsevents: 2.3.2 - /vitepress@1.0.0-rc.10(@algolia/client-search@4.19.1)(@types/node@18.17.15)(search-insights@2.6.0): - resolution: {integrity: sha512-+MsahIWqq5WUEmj6MR4obcKYbT7im07jZPCQPdNJExkeOSbOAJ4xypSLx88x7rvtzWHhHc5aXbOhCRvGEGjFrw==} + /vitepress@1.0.0-rc.13(@algolia/client-search@4.20.0)(@types/node@18.17.17)(search-insights@2.6.0): + resolution: {integrity: sha512-TnVydQOZE38rtXu9gHCb7EGdN03jTcmYkDdhCqox6+pfKYgiyfm1qk2Uy8BZatnM9wXpa64f+T5p30R8P/9Z+A==} hasBin: true dependencies: '@docsearch/css': 3.5.2 - '@docsearch/js': 3.5.2(@algolia/client-search@4.19.1)(search-insights@2.6.0) + '@docsearch/js': 3.5.2(@algolia/client-search@4.20.0)(search-insights@2.6.0) '@vue/devtools-api': 6.5.0 '@vueuse/core': 10.4.1(vue@3.3.4) '@vueuse/integrations': 10.4.1(focus-trap@7.5.2)(vue@3.3.4) focus-trap: 7.5.2 mark.js: 8.11.1 minisearch: 6.1.0 - shiki: 0.14.3 - vite: 4.4.9(@types/node@18.17.15) + shiki: 0.14.4 + vite: 4.4.9(@types/node@18.17.17) vue: 3.3.4 transitivePeerDependencies: - '@algolia/client-search' @@ -16583,7 +16676,7 @@ packages: dependencies: '@types/chai': 4.3.5 '@types/chai-subset': 1.3.3 - '@types/node': 18.17.15 + '@types/node': 18.17.17 '@vitest/expect': 0.34.4 '@vitest/runner': 0.34.4 '@vitest/snapshot': 0.34.4 @@ -16603,8 +16696,8 @@ packages: strip-literal: 1.0.1 tinybench: 2.5.0 tinypool: 0.7.0 - vite: 4.4.9(@types/node@18.17.15) - vite-node: 0.34.4(@types/node@18.17.15) + vite: 4.4.9(@types/node@18.17.17) + vite-node: 0.34.4(@types/node@18.17.17) why-is-node-running: 2.2.2 transitivePeerDependencies: - less @@ -16774,28 +16867,28 @@ packages: vue: 3.3.4 dev: false - /vue-tsc@1.8.10(typescript@5.2.2)(vue@2.7.14): - resolution: {integrity: sha512-ptpTFFDoHQgkWJF7i5iERxooiQzOGtG1uKTfmAUuS3qPuSQGq+Ky/S8BFHhnFGwoOxq/PjmGN2QSZEfg1rtzQA==} + /vue-tsc@1.8.11(typescript@5.2.2)(vue@2.7.14): + resolution: {integrity: sha512-BzfiMdPqDHBlysx4g26NkfVHSQwGD/lTRausmxN9sFyjXz34OWfsbkh0YsVkX84Hu65In1fFlxHiG39Tr4Vojg==} hasBin: true peerDependencies: typescript: '*' dependencies: - '@vue/language-core': 1.8.10(typescript@5.2.2)(vue@2.7.14) - '@vue/typescript': 1.8.10(typescript@5.2.2)(vue@2.7.14) + '@vue/language-core': 1.8.11(typescript@5.2.2)(vue@2.7.14) + '@vue/typescript': 1.8.11(typescript@5.2.2)(vue@2.7.14) semver: 7.5.4 typescript: 5.2.2 transitivePeerDependencies: - vue dev: false - /vue-tsc@1.8.10(typescript@5.2.2)(vue@3.3.4): - resolution: {integrity: sha512-ptpTFFDoHQgkWJF7i5iERxooiQzOGtG1uKTfmAUuS3qPuSQGq+Ky/S8BFHhnFGwoOxq/PjmGN2QSZEfg1rtzQA==} + /vue-tsc@1.8.11(typescript@5.2.2)(vue@3.3.4): + resolution: {integrity: sha512-BzfiMdPqDHBlysx4g26NkfVHSQwGD/lTRausmxN9sFyjXz34OWfsbkh0YsVkX84Hu65In1fFlxHiG39Tr4Vojg==} hasBin: true peerDependencies: typescript: '*' dependencies: - '@vue/language-core': 1.8.10(typescript@5.2.2)(vue@3.3.4) - '@vue/typescript': 1.8.10(typescript@5.2.2)(vue@3.3.4) + '@vue/language-core': 1.8.11(typescript@5.2.2)(vue@3.3.4) + '@vue/typescript': 1.8.11(typescript@5.2.2)(vue@3.3.4) semver: 7.5.4 typescript: 5.2.2 transitivePeerDependencies: @@ -17203,6 +17296,10 @@ packages: resolution: {integrity: sha512-irug8fXNKjqazkA27cFQs7C6/ZD3qNiEzLC56kDyzQART/Z9GMGfg8h2i6fb9c8ZWnIx/QgOgFJxK3A/CYHG0g==} dev: true + /zhead@2.1.1: + resolution: {integrity: sha512-FRmjAFioi07R+bmL+fqbkXF/pCbC9PwcKQ8RDluC5xTaVbNBgYRQ4eKuS1C8c7Sil//UIxet/AGp7D6royoHhA==} + dev: true + /zip-stream@4.1.0: resolution: {integrity: sha512-zshzwQW7gG7hjpBlgeQP9RuyPGNxvJdzR8SUM3QhxCnLjWN2E7j3dOvpeDcQoETfHx0urRS7EtmVToql7YpU4A==} engines: {node: '>= 10'}