From 6d09ebd3c2ed41dc9530931179fb17c59b2ca2f4 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Sun, 18 Sep 2022 16:03:25 +0800 Subject: [PATCH] chore: update deps --- bench/package.json | 6 +- examples/astro/package.json | 2 +- examples/next/package.json | 12 +- examples/nuxt3/package.json | 2 +- examples/quasar/package.json | 8 +- examples/remix/package.json | 14 +- examples/sveltekit/package.json | 10 +- examples/vite-elm/package.json | 4 +- examples/vite-lit/package.json | 8 +- examples/vite-preact/package.json | 10 +- examples/vite-react/package.json | 8 +- examples/vite-solid/package.json | 10 +- examples/vite-svelte/package.json | 10 +- examples/vite-vue3/package.json | 4 +- examples/vite-watch-mode/package.json | 8 +- examples/vue-cli4/package.json | 2 +- examples/vue-cli5/package.json | 2 +- interactive/package.json | 4 +- package.json | 32 +- packages/astro/package.json | 2 +- packages/cli/package.json | 4 +- packages/nuxt/package.json | 4 +- packages/preset-icons/package.json | 4 +- packages/shared-docs/package.json | 2 +- packages/vite/package.json | 2 +- packages/vscode/package.json | 2 +- pnpm-lock.yaml | 1170 ++++++++++++++++--------- 27 files changed, 849 insertions(+), 497 deletions(-) diff --git a/bench/package.json b/bench/package.json index 240a9cba35..f1f53c7d20 100644 --- a/bench/package.json +++ b/bench/package.json @@ -5,14 +5,14 @@ "devDependencies": { "@unocss/vite": "workspace:*", "@vitejs/plugin-vue": "^3.1.0", - "autoprefixer": "^10.4.8", + "autoprefixer": "^10.4.11", "fs-extra": "^10.1.0", "local-pkg": "^0.4.2", "postcss": "^8.4.16", "tailwindcss": "^3.1.8", "unocss": "workspace:*", - "vite": "^3.1.0", - "vite-plugin-windicss": "^1.8.7", + "vite": "^3.1.2", + "vite-plugin-windicss": "^1.8.8", "vue": "^3.2.38", "windicss": "^3.5.6" } diff --git a/examples/astro/package.json b/examples/astro/package.json index 3fa6e206ab..36406a8881 100644 --- a/examples/astro/package.json +++ b/examples/astro/package.json @@ -9,7 +9,7 @@ "astro": "astro" }, "devDependencies": { - "astro": "^1.1.5", + "astro": "^1.2.6", "unocss": "link:../../packages/unocss" } } diff --git a/examples/next/package.json b/examples/next/package.json index a677e75ccc..2b615ec1cd 100644 --- a/examples/next/package.json +++ b/examples/next/package.json @@ -8,22 +8,22 @@ "lint": "next lint" }, "dependencies": { - "next": "12.2.5", + "next": "12.3.0", "react": "18.2.0", "react-dom": "18.2.0", "unocss-nextjs": "link:" }, "devDependencies": { "@iconify-json/carbon": "^1.1.7", - "@types/node": "18.7.15", - "@types/react": "18.0.18", + "@types/node": "18.7.18", + "@types/react": "18.0.20", "@types/react-dom": "18.0.6", "@unocss/preset-attributify": "link:../../packages/preset-attributify", "@unocss/reset": "link:../../packages/reset", "@unocss/webpack": "link:../../packages/webpack", - "eslint": "8.23.0", - "eslint-config-next": "12.2.5", - "typescript": "4.8.2", + "eslint": "8.23.1", + "eslint-config-next": "12.3.0", + "typescript": "4.8.3", "unocss": "link:../../packages/unocss" } } diff --git a/examples/nuxt3/package.json b/examples/nuxt3/package.json index 1b37b236bb..5d11062073 100644 --- a/examples/nuxt3/package.json +++ b/examples/nuxt3/package.json @@ -10,7 +10,7 @@ "@unocss/core": "link:../../packages/core", "@unocss/nuxt": "link:../../packages/nuxt", "@unocss/reset": "link:../../packages/reset", - "nuxt": "^3.0.0-rc.9", + "nuxt": "^3.0.0-rc.10", "unocss": "link:../../packages/unocss" } } diff --git a/examples/quasar/package.json b/examples/quasar/package.json index 7458c86ffa..94e1693afb 100644 --- a/examples/quasar/package.json +++ b/examples/quasar/package.json @@ -12,15 +12,15 @@ "test": "echo \"No test specified\" && exit 0" }, "dependencies": { - "@quasar/extras": "^1.15.2", + "@quasar/extras": "^1.15.3", "quasar": "^2.6.0", "vue": "^3.2.38", "vue-router": "^4.1.5" }, "devDependencies": { - "@quasar/app-vite": "^1.0.6", - "autoprefixer": "^10.4.8", - "typescript": "^4.8.2", + "@quasar/app-vite": "^1.1.1", + "autoprefixer": "^10.4.11", + "typescript": "^4.8.3", "unocss": "link:../../packages/unocss" } } diff --git a/examples/remix/package.json b/examples/remix/package.json index b3da0f3f2e..5f8132d57b 100644 --- a/examples/remix/package.json +++ b/examples/remix/package.json @@ -15,23 +15,23 @@ "start": "remix-serve build" }, "dependencies": { - "@remix-run/react": "^1.7.0", - "@remix-run/serve": "^1.7.0", + "@remix-run/react": "^1.7.1", + "@remix-run/serve": "^1.7.1", "@unocss/reset": "link:../../packages/reset", "react": "^18.2.0", "react-dom": "^18.2.0", - "remix": "^1.7.0" + "remix": "^1.7.1" }, "devDependencies": { - "@remix-run/dev": "^1.7.0", - "@types/react": "^18.0.18", + "@remix-run/dev": "^1.7.1", + "@types/react": "^18.0.20", "@types/react-dom": "^18.0.6", "@unocss/cli": "link:../../packages/cli", "@unocss/preset-attributify": "link:../../packages/preset-attributify", "@unocss/preset-uno": "link:../../packages/preset-uno", "@unocss/preset-web-fonts": "link:../../packages/preset-web-fonts", - "concurrently": "^7.3.0", - "typescript": "^4.8.2", + "concurrently": "^7.4.0", + "typescript": "^4.8.3", "unocss": "link:../../packages/unocss" } } diff --git a/examples/sveltekit/package.json b/examples/sveltekit/package.json index f53b1c38d7..252b62a10e 100644 --- a/examples/sveltekit/package.json +++ b/examples/sveltekit/package.json @@ -11,18 +11,18 @@ "lint": "eslint --ignore-path .gitignore ." }, "devDependencies": { - "@iconify-json/logos": "^1.1.15", - "@iconify/utils": "^1.0.33", + "@iconify-json/logos": "^1.1.16", + "@iconify/utils": "^2.0.0", "@sveltejs/adapter-static": "next", "@sveltejs/kit": "next", "@unocss/core": "link:../../packages/core", "@unocss/preset-icons": "link:../../packages/preset-icons", - "svelte": "^3.50.0", + "svelte": "^3.50.1", "svelte-check": "^2.9.0", "svelte-preprocess": "^4.10.7", "tslib": "^2.4.0", - "typescript": "^4.8.2", + "typescript": "^4.8.3", "unocss": "link:../../packages/unocss", - "vite": "3.1.0" + "vite": "3.1.2" } } diff --git a/examples/vite-elm/package.json b/examples/vite-elm/package.json index 3c0678a58c..edc7acbd60 100644 --- a/examples/vite-elm/package.json +++ b/examples/vite-elm/package.json @@ -10,13 +10,13 @@ "test": "elm-test-rs" }, "devDependencies": { - "@iconify-json/logos": "^1.1.15", + "@iconify-json/logos": "^1.1.16", "@unocss/core": "link:../../packages/core", "@unocss/preset-icons": "link:../../packages/preset-icons", "@unocss/preset-uno": "link:../../packages/preset-uno", "elm-tooling": "^1.8.0", "unocss": "link:../../packages/unocss", - "vite": "^3.1.0", + "vite": "^3.1.2", "vite-plugin-elm": "^2.7.2" } } diff --git a/examples/vite-lit/package.json b/examples/vite-lit/package.json index a397da1b9f..78c29d10da 100644 --- a/examples/vite-lit/package.json +++ b/examples/vite-lit/package.json @@ -18,13 +18,13 @@ "lit": "^2.3.1" }, "devDependencies": { - "@iconify-json/logos": "^1.1.15", + "@iconify-json/logos": "^1.1.16", "@unocss/core": "link:../../packages/core", "@unocss/preset-attributify": "link:../../packages/preset-attributify", "@unocss/preset-icons": "link:../../packages/preset-icons", - "typescript": "^4.8.2", + "typescript": "^4.8.3", "unocss": "link:../../packages/unocss", - "vite": "^3.1.0", - "vite-plugin-inspect": "^0.6.1" + "vite": "^3.1.2", + "vite-plugin-inspect": "^0.7.1" } } diff --git a/examples/vite-preact/package.json b/examples/vite-preact/package.json index cc46675e2a..7976dac377 100644 --- a/examples/vite-preact/package.json +++ b/examples/vite-preact/package.json @@ -9,18 +9,18 @@ "preview": "vite preview" }, "dependencies": { - "preact": "^10.10.6" + "preact": "^10.11.0" }, "devDependencies": { - "@iconify-json/logos": "^1.1.15", - "@preact/preset-vite": "^2.3.1", + "@iconify-json/logos": "^1.1.16", + "@preact/preset-vite": "^2.4.0", "@prefresh/vite": "^2.2.8", "@unocss/core": "link:../../packages/core", "@unocss/preset-attributify": "link:../../packages/preset-attributify", "@unocss/preset-icons": "link:../../packages/preset-icons", "cross-env": "^7.0.3", - "typescript": "^4.8.2", + "typescript": "^4.8.3", "unocss": "link:../../packages/unocss", - "vite": "^3.1.0" + "vite": "^3.1.2" } } diff --git a/examples/vite-react/package.json b/examples/vite-react/package.json index 9276775a9c..9b587bc7e6 100644 --- a/examples/vite-react/package.json +++ b/examples/vite-react/package.json @@ -13,16 +13,16 @@ "react-dom": "^18.2.0" }, "devDependencies": { - "@iconify-json/logos": "^1.1.15", - "@types/react": "^18.0.18", + "@iconify-json/logos": "^1.1.16", + "@types/react": "^18.0.20", "@types/react-dom": "^18.0.6", "@unocss/core": "link:../../packages/core", "@unocss/preset-attributify": "link:../../packages/preset-attributify", "@unocss/preset-icons": "link:../../packages/preset-icons", "@vitejs/plugin-react": "^2.1.0", "cross-env": "^7.0.3", - "typescript": "^4.8.2", + "typescript": "^4.8.3", "unocss": "link:../../packages/unocss", - "vite": "^3.1.0" + "vite": "^3.1.2" } } diff --git a/examples/vite-solid/package.json b/examples/vite-solid/package.json index 2e13ca1971..3fdff13c7b 100644 --- a/examples/vite-solid/package.json +++ b/examples/vite-solid/package.json @@ -8,16 +8,16 @@ "serve": "vite preview" }, "dependencies": { - "solid-js": "^1.5.4" + "solid-js": "^1.5.5" }, "devDependencies": { - "@iconify-json/logos": "^1.1.15", + "@iconify-json/logos": "^1.1.16", "@unocss/core": "link:../../packages/core", "@unocss/preset-attributify": "link:../../packages/preset-attributify", "@unocss/preset-icons": "link:../../packages/preset-icons", - "typescript": "^4.8.2", + "typescript": "^4.8.3", "unocss": "link:../../packages/unocss", - "vite": "^3.1.0", - "vite-plugin-solid": "^2.3.0" + "vite": "^3.1.2", + "vite-plugin-solid": "^2.3.3" } } diff --git a/examples/vite-svelte/package.json b/examples/vite-svelte/package.json index 09b4f6ab71..cd74444f17 100644 --- a/examples/vite-svelte/package.json +++ b/examples/vite-svelte/package.json @@ -9,17 +9,17 @@ "check": "svelte-check --tsconfig ./tsconfig.json" }, "devDependencies": { - "@iconify-json/logos": "^1.1.15", - "@sveltejs/vite-plugin-svelte": "^1.0.5", + "@iconify-json/logos": "^1.1.16", + "@sveltejs/vite-plugin-svelte": "^1.0.6", "@tsconfig/svelte": "^3.0.0", "@unocss/core": "link:../../packages/core", "@unocss/preset-icons": "link:../../packages/preset-icons", - "svelte": "^3.50.0", + "svelte": "^3.50.1", "svelte-check": "^2.9.0", "svelte-preprocess": "^4.10.7", "tslib": "^2.4.0", - "typescript": "^4.8.2", + "typescript": "^4.8.3", "unocss": "link:../../packages/unocss", - "vite": "^3.1.0" + "vite": "^3.1.2" } } diff --git a/examples/vite-vue3/package.json b/examples/vite-vue3/package.json index 1fd8dd72a9..2b2010524d 100644 --- a/examples/vite-vue3/package.json +++ b/examples/vite-vue3/package.json @@ -15,8 +15,8 @@ "@unocss/preset-attributify": "link:../../packages/preset-attributify", "@unocss/preset-icons": "link:../../packages/preset-icons", "@vitejs/plugin-vue": "^3.1.0", - "typescript": "^4.8.2", + "typescript": "^4.8.3", "unocss": "link:../../packages/unocss", - "vite": "^3.1.0" + "vite": "^3.1.2" } } diff --git a/examples/vite-watch-mode/package.json b/examples/vite-watch-mode/package.json index 7d80e9741c..2e5f0c1c3e 100644 --- a/examples/vite-watch-mode/package.json +++ b/examples/vite-watch-mode/package.json @@ -11,16 +11,16 @@ "react-dom": "^18.2.0" }, "devDependencies": { - "@iconify-json/logos": "^1.1.15", - "@types/react": "^18.0.18", + "@iconify-json/logos": "^1.1.16", + "@types/react": "^18.0.20", "@types/react-dom": "^18.0.6", "@unocss/core": "link:../../packages/core", "@unocss/preset-attributify": "link:../../packages/preset-attributify", "@unocss/preset-icons": "link:../../packages/preset-icons", "@vitejs/plugin-react": "^2.1.0", "cross-env": "^7.0.3", - "typescript": "^4.8.2", + "typescript": "^4.8.3", "unocss": "link:../../packages/unocss", - "vite": "^3.1.0" + "vite": "^3.1.2" } } diff --git a/examples/vue-cli4/package.json b/examples/vue-cli4/package.json index 557e7d439f..0f8f80afaa 100644 --- a/examples/vue-cli4/package.json +++ b/examples/vue-cli4/package.json @@ -11,7 +11,7 @@ "@unocss/webpack": "link:../../packages/webpack", "@vue/cli-plugin-babel": "~4.5.15", "@vue/cli-service": "~4.5.15", - "unocss": "^0.45.18", + "unocss": "^0.45.21", "vue-template-compiler": "^2.7.10" } } diff --git a/examples/vue-cli5/package.json b/examples/vue-cli5/package.json index 96fd414bd1..0e7abb6a55 100644 --- a/examples/vue-cli5/package.json +++ b/examples/vue-cli5/package.json @@ -6,7 +6,7 @@ "lint": "vue-cli-service lint" }, "dependencies": { - "core-js": "^3.25.0", + "core-js": "^3.25.1", "vue": "^2.7.10" }, "devDependencies": { diff --git a/interactive/package.json b/interactive/package.json index 39d1d6200e..722679b56c 100644 --- a/interactive/package.json +++ b/interactive/package.json @@ -20,12 +20,12 @@ "js-yaml": "^4.1.0", "knitwork": "^0.1.2", "markdown-it-link-attributes": "^4.0.1", - "nuxt": "3.0.0-rc.9", + "nuxt": "3.0.0-rc.10", "p-limit": "^4.0.0", "postcss-nested": "^5.0.6", "prettier": "^2.7.1", "shiki": "^0.11.1", "theme-vitesse": "^0.5.2", - "vite-plugin-vue-markdown": "^0.21.1" + "vite-plugin-vue-markdown": "^0.22.1" } } diff --git a/package.json b/package.json index f10f8bb919..b5aeef58ff 100644 --- a/package.json +++ b/package.json @@ -25,13 +25,13 @@ "@antfu/eslint-config": "^0.26.3", "@antfu/ni": "^0.18.0", "@iconify-json/carbon": "^1.1.7", - "@iconify-json/iconoir": "^1.1.8", + "@iconify-json/iconoir": "^1.1.10", "@iconify-json/la": "^1.1.2", - "@iconify-json/logos": "^1.1.15", - "@iconify-json/mdi": "^1.1.31", + "@iconify-json/logos": "^1.1.16", + "@iconify-json/mdi": "^1.1.33", "@iconify-json/ph": "^1.1.2", "@iconify-json/ri": "^1.1.3", - "@iconify-json/tabler": "^1.1.30", + "@iconify-json/tabler": "^1.1.34", "@iconify-json/teenyicons": "^1.1.3", "@iconify-json/twemoji": "^1.1.5", "@iconify-json/uim": "^1.1.2", @@ -42,9 +42,9 @@ "@types/js-yaml": "^4.0.5", "@types/lz-string": "^1.3.34", "@types/markdown-it-link-attributes": "^3.0.1", - "@types/node": "^18.7.15", + "@types/node": "^18.7.18", "@types/prettier": "^2.7.0", - "@types/react": "^18.0.18", + "@types/react": "^18.0.20", "@types/ws": "^8.5.3", "@unocss/astro": "workspace:*", "@unocss/autocomplete": "workspace:*", @@ -66,24 +66,24 @@ "@unocss/vite": "workspace:*", "@unocss/webpack": "workspace:*", "@vitejs/plugin-vue": "^3.1.0", - "@vitest/ui": "^0.23.1", + "@vitest/ui": "^0.23.4", "@vueuse/core": "^9.2.0", "@vueuse/math": "^9.2.0", "brotli-size": "^4.0.0", "bumpp": "^8.2.1", "codemirror": "^5.65.6", "codemirror-theme-vars": "^0.1.1", - "eslint": "8.22.0", + "eslint": "8.23.1", "esno": "^0.16.3", "execa": "^6.1.0", - "fast-glob": "^3.2.11", + "fast-glob": "^3.2.12", "fs-extra": "^10.1.0", "gzip-size": "^6.0.0", "lint-staged": "^13.0.3", "lz-string": "^1.4.4", "magic-string": "^0.26.3", - "msw": "^0.47.0", - "nuxt": "3.0.0-rc.9", + "msw": "^0.47.3", + "nuxt": "3.0.0-rc.10", "nuxt-tsconfig-stub": "^0.0.2", "pnpm": "7.11.0", "prettier": "^2.7.1", @@ -94,15 +94,15 @@ "splitpanes": "^3.1.1", "terser": "^5.15.0", "tsup": "^6.2.3", - "typescript": "^4.8.2", - "unbuild": "^0.8.10", + "typescript": "^4.8.3", + "unbuild": "^0.8.11", "unocss": "workspace:*", "unplugin-auto-import": "^0.11.2", - "unplugin-vue-components": "^0.22.4", + "unplugin-vue-components": "^0.22.7", "vite": "3.1.0", - "vite-plugin-inspect": "^0.6.1", + "vite-plugin-inspect": "^0.7.1", "vite-plugin-pages": "^0.26.0", - "vitest": "^0.23.1", + "vitest": "^0.23.4", "vue": "^3.2.38", "vue-router": "^4.1.5" }, diff --git a/packages/astro/package.json b/packages/astro/package.json index 52d176f2d5..dea3530d19 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -46,6 +46,6 @@ "@unocss/vite": "workspace:*" }, "devDependencies": { - "astro": "^1.1.5" + "astro": "^1.2.6" } } diff --git a/packages/cli/package.json b/packages/cli/package.json index dbb55360a7..4c94b94112 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -52,9 +52,9 @@ "chokidar": "^3.5.3", "colorette": "^2.0.19", "consola": "^2.15.3", - "fast-glob": "^3.2.11", + "fast-glob": "^3.2.12", "magic-string": "^0.26.3", - "pathe": "^0.3.5", + "pathe": "^0.3.7", "perfect-debounce": "^0.1.3" } } diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index fe33407ed2..9bf0b88910 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -41,7 +41,7 @@ "stub": "unbuild --stub" }, "dependencies": { - "@nuxt/kit": "^3.0.0-rc.9", + "@nuxt/kit": "^3.0.0-rc.10", "@unocss/core": "workspace:*", "@unocss/preset-attributify": "workspace:*", "@unocss/preset-icons": "workspace:*", @@ -56,6 +56,6 @@ "unocss": "workspace:*" }, "devDependencies": { - "@nuxt/schema": "^3.0.0-rc.9" + "@nuxt/schema": "^3.0.0-rc.10" } } diff --git a/packages/preset-icons/package.json b/packages/preset-icons/package.json index 91d0f1cc50..c4b227e76e 100644 --- a/packages/preset-icons/package.json +++ b/packages/preset-icons/package.json @@ -51,11 +51,11 @@ "stub": "unbuild --stub" }, "dependencies": { - "@iconify/utils": "^1.0.33", + "@iconify/utils": "^2.0.0", "@unocss/core": "workspace:*", "ohmyfetch": "^0.4.18" }, "devDependencies": { - "@iconify/types": "^1.1.0" + "@iconify/types": "^2.0.0" } } diff --git a/packages/shared-docs/package.json b/packages/shared-docs/package.json index 79ef4c84cf..760a60fd5c 100644 --- a/packages/shared-docs/package.json +++ b/packages/shared-docs/package.json @@ -5,7 +5,7 @@ "dependencies": { "@unocss/autocomplete": "workspace:*", "@unocss/core": "workspace:*", - "@vue/reactivity": "^3.2.38", + "@vue/reactivity": "^3.2.39", "fuse.js": "^6.6.2", "prettier": "^2.7.1" } diff --git a/packages/vite/package.json b/packages/vite/package.json index d6a5fd6f16..156083bbcc 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -57,6 +57,6 @@ }, "devDependencies": { "@unocss/shared-integration": "workspace:*", - "vite": "^3.1.0" + "vite": "^3.1.2" } } diff --git a/packages/vscode/package.json b/packages/vscode/package.json index 3bb6eac22f..7c1462212b 100644 --- a/packages/vscode/package.json +++ b/packages/vscode/package.json @@ -74,7 +74,7 @@ "@unocss/nuxt": "workspace:*", "@unocss/preset-uno": "workspace:*", "esno": "^0.16.3", - "jiti": "^1.14.0", + "jiti": "^1.15.0", "prettier": "^2.7.1", "tsup": "^6.2.3", "unconfig": "^0.3.6" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ad114f0f1c..69dd31a67f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -11,13 +11,13 @@ importers: '@antfu/eslint-config': ^0.26.3 '@antfu/ni': ^0.18.0 '@iconify-json/carbon': ^1.1.7 - '@iconify-json/iconoir': ^1.1.8 + '@iconify-json/iconoir': ^1.1.10 '@iconify-json/la': ^1.1.2 - '@iconify-json/logos': ^1.1.15 - '@iconify-json/mdi': ^1.1.31 + '@iconify-json/logos': ^1.1.16 + '@iconify-json/mdi': ^1.1.33 '@iconify-json/ph': ^1.1.2 '@iconify-json/ri': ^1.1.3 - '@iconify-json/tabler': ^1.1.30 + '@iconify-json/tabler': ^1.1.34 '@iconify-json/teenyicons': ^1.1.3 '@iconify-json/twemoji': ^1.1.5 '@iconify-json/uim': ^1.1.2 @@ -28,9 +28,9 @@ importers: '@types/js-yaml': ^4.0.5 '@types/lz-string': ^1.3.34 '@types/markdown-it-link-attributes': ^3.0.1 - '@types/node': ^18.7.15 + '@types/node': ^18.7.18 '@types/prettier': ^2.7.0 - '@types/react': ^18.0.18 + '@types/react': ^18.0.20 '@types/ws': ^8.5.3 '@unocss/astro': workspace:* '@unocss/autocomplete': workspace:* @@ -52,24 +52,24 @@ importers: '@unocss/vite': workspace:* '@unocss/webpack': workspace:* '@vitejs/plugin-vue': ^3.1.0 - '@vitest/ui': ^0.23.1 + '@vitest/ui': ^0.23.4 '@vueuse/core': ^9.2.0 '@vueuse/math': ^9.2.0 brotli-size: ^4.0.0 bumpp: ^8.2.1 codemirror: ^5.65.6 codemirror-theme-vars: ^0.1.1 - eslint: 8.22.0 + eslint: 8.23.1 esno: ^0.16.3 execa: ^6.1.0 - fast-glob: ^3.2.11 + fast-glob: ^3.2.12 fs-extra: ^10.1.0 gzip-size: ^6.0.0 lint-staged: ^13.0.3 lz-string: ^1.4.4 magic-string: ^0.26.3 - msw: ^0.47.0 - nuxt: 3.0.0-rc.9 + msw: ^0.47.3 + nuxt: 3.0.0-rc.10 nuxt-tsconfig-stub: ^0.0.2 pnpm: 7.11.0 prettier: ^2.7.1 @@ -80,28 +80,28 @@ importers: splitpanes: ^3.1.1 terser: ^5.15.0 tsup: ^6.2.3 - typescript: ^4.8.2 - unbuild: ^0.8.10 + typescript: ^4.8.3 + unbuild: ^0.8.11 unocss: workspace:* unplugin-auto-import: ^0.11.2 - unplugin-vue-components: ^0.22.4 + unplugin-vue-components: ^0.22.7 vite: 3.0.9 - vite-plugin-inspect: ^0.6.1 + vite-plugin-inspect: ^0.7.1 vite-plugin-pages: ^0.26.0 - vitest: ^0.23.1 + vitest: ^0.23.4 vue: ^3.2.38 vue-router: ^4.1.5 devDependencies: - '@antfu/eslint-config': 0.26.3_shit3uhl6a7megkzgoz6xssnfa + '@antfu/eslint-config': 0.26.3_irgkl5vooow2ydyo6aokmferha '@antfu/ni': 0.18.0 '@iconify-json/carbon': 1.1.7 - '@iconify-json/iconoir': 1.1.8 + '@iconify-json/iconoir': 1.1.10 '@iconify-json/la': 1.1.2 - '@iconify-json/logos': 1.1.15 - '@iconify-json/mdi': 1.1.31 + '@iconify-json/logos': 1.1.16 + '@iconify-json/mdi': 1.1.33 '@iconify-json/ph': 1.1.2 '@iconify-json/ri': 1.1.3 - '@iconify-json/tabler': 1.1.30 + '@iconify-json/tabler': 1.1.34 '@iconify-json/teenyicons': 1.1.3 '@iconify-json/twemoji': 1.1.5 '@iconify-json/uim': 1.1.2 @@ -112,9 +112,9 @@ importers: '@types/js-yaml': 4.0.5 '@types/lz-string': 1.3.34 '@types/markdown-it-link-attributes': 3.0.1 - '@types/node': 18.7.15 + '@types/node': 18.7.18 '@types/prettier': 2.7.0 - '@types/react': 18.0.18 + '@types/react': 18.0.20 '@types/ws': 8.5.3 '@unocss/astro': link:packages/astro '@unocss/autocomplete': link:packages/autocomplete @@ -136,24 +136,24 @@ importers: '@unocss/vite': link:packages/vite '@unocss/webpack': link:packages/webpack '@vitejs/plugin-vue': 3.1.0_vite@3.0.9+vue@3.2.38 - '@vitest/ui': 0.23.1 + '@vitest/ui': 0.23.4 '@vueuse/core': 9.2.0_vue@3.2.38 '@vueuse/math': 9.2.0_vue@3.2.38 brotli-size: 4.0.0 bumpp: 8.2.1 codemirror: 5.65.8 codemirror-theme-vars: 0.1.1 - eslint: 8.22.0 + eslint: 8.23.1 esno: 0.16.3 execa: 6.1.0 - fast-glob: 3.2.11 + fast-glob: 3.2.12 fs-extra: 10.1.0 gzip-size: 6.0.0 lint-staged: 13.0.3 lz-string: 1.4.4 magic-string: 0.26.3 - msw: 0.47.0_typescript@4.8.2 - nuxt: 3.0.0-rc.9_o2denha2gvv5a2hw5rmlqf2vvi + msw: 0.47.3_typescript@4.8.3 + nuxt: 3.0.0-rc.10_oivp4tved5ioggf7ulgo5giffq nuxt-tsconfig-stub: 0.0.2 pnpm: 7.11.0 prettier: 2.7.1 @@ -163,16 +163,16 @@ importers: simple-git-hooks: 2.8.0 splitpanes: 3.1.1 terser: 5.15.0 - tsup: 6.2.3_typescript@4.8.2 - typescript: 4.8.2 - unbuild: 0.8.10 + tsup: 6.2.3_typescript@4.8.3 + typescript: 4.8.3 + unbuild: 0.8.11 unocss: link:packages/unocss unplugin-auto-import: 0.11.2_nbhmvcapiilvvfbfdybt52ea5m - unplugin-vue-components: 0.22.4_k5gw6b2mma47fsovc757p3fz5m + unplugin-vue-components: 0.22.7_k5gw6b2mma47fsovc757p3fz5m vite: 3.0.9_terser@5.15.0 - vite-plugin-inspect: 0.6.1_vite@3.0.9 + vite-plugin-inspect: 0.7.1_vite@3.0.9 vite-plugin-pages: 0.26.0_vite@3.0.9 - vitest: 0.23.1_nkcb2jqpz2ckypmzgsfu2xlvfm + vitest: 0.23.4_2skrzv2lfnadyoqkh5jrc5o7xe vue: 3.2.38 vue-router: 4.1.5_vue@3.2.38 @@ -180,27 +180,27 @@ importers: specifiers: '@unocss/vite': workspace:* '@vitejs/plugin-vue': ^3.1.0 - autoprefixer: ^10.4.8 + autoprefixer: ^10.4.11 fs-extra: ^10.1.0 local-pkg: ^0.4.2 postcss: ^8.4.16 tailwindcss: ^3.1.8 unocss: workspace:* vite: 3.0.9 - vite-plugin-windicss: ^1.8.7 + vite-plugin-windicss: ^1.8.8 vue: ^3.2.38 windicss: ^3.5.6 devDependencies: '@unocss/vite': link:../packages/vite '@vitejs/plugin-vue': 3.1.0_vite@3.0.9+vue@3.2.38 - autoprefixer: 10.4.8_postcss@8.4.16 + autoprefixer: 10.4.11_postcss@8.4.16 fs-extra: 10.1.0 local-pkg: 0.4.2 postcss: 8.4.16 - tailwindcss: 3.1.8_postcss@8.4.16 + tailwindcss: 3.1.8 unocss: link:../packages/unocss vite: 3.0.9 - vite-plugin-windicss: 1.8.7_vite@3.0.9 + vite-plugin-windicss: 1.8.8_vite@3.0.9 vue: 3.2.38 windicss: 3.5.6 @@ -217,45 +217,45 @@ importers: js-yaml: ^4.1.0 knitwork: ^0.1.2 markdown-it-link-attributes: ^4.0.1 - nuxt: 3.0.0-rc.9 + nuxt: 3.0.0-rc.10 p-limit: ^4.0.0 postcss-nested: ^5.0.6 prettier: ^2.7.1 shiki: ^0.11.1 theme-vitesse: ^0.5.2 - vite-plugin-vue-markdown: ^0.21.1 + vite-plugin-vue-markdown: ^0.22.1 devDependencies: '@antfu/utils': 0.5.2 '@unocss/autocomplete': link:../packages/autocomplete '@unocss/nuxt': link:../packages/nuxt '@unocss/shared-docs': link:../packages/shared-docs - '@vueuse/nuxt': 9.2.0_nzde5a5h5p5atbb4nzjhxuh3pa + '@vueuse/nuxt': 9.2.0_qyiovhnqo4sx3rijbkvb6nomva esno: 0.16.3 fs-extra: 10.1.0 fuse.js: 6.6.2 js-yaml: 4.1.0 knitwork: 0.1.2 markdown-it-link-attributes: 4.0.1 - nuxt: 3.0.0-rc.9_rollup@2.79.0+vite@3.1.0 + nuxt: 3.0.0-rc.10_rollup@2.79.0+vite@3.1.0 p-limit: 4.0.0 postcss-nested: 5.0.6_postcss@8.4.16 prettier: 2.7.1 shiki: 0.11.1 theme-vitesse: 0.5.2 - vite-plugin-vue-markdown: 0.21.1_vite@3.1.0 + vite-plugin-vue-markdown: 0.22.1_vite@3.1.0 packages/astro: specifiers: '@unocss/core': workspace:* '@unocss/reset': workspace:* '@unocss/vite': workspace:* - astro: ^1.1.5 + astro: ^1.2.6 dependencies: '@unocss/core': link:../core '@unocss/reset': link:../reset '@unocss/vite': link:../vite devDependencies: - astro: 1.1.5 + astro: 1.2.6 packages/autocomplete: specifiers: @@ -277,9 +277,9 @@ importers: chokidar: ^3.5.3 colorette: ^2.0.19 consola: ^2.15.3 - fast-glob: ^3.2.11 + fast-glob: ^3.2.12 magic-string: ^0.26.3 - pathe: ^0.3.5 + pathe: ^0.3.7 perfect-debounce: ^0.1.3 dependencies: '@ampproject/remapping': 2.2.0 @@ -291,9 +291,9 @@ importers: chokidar: 3.5.3 colorette: 2.0.19 consola: 2.15.3 - fast-glob: 3.2.11 + fast-glob: 3.2.12 magic-string: 0.26.3 - pathe: 0.3.5 + pathe: 0.3.7 perfect-debounce: 0.1.3 packages/config: @@ -332,8 +332,8 @@ importers: packages/nuxt: specifiers: - '@nuxt/kit': ^3.0.0-rc.9 - '@nuxt/schema': ^3.0.0-rc.9 + '@nuxt/kit': ^3.0.0-rc.10 + '@nuxt/schema': ^3.0.0-rc.10 '@unocss/core': workspace:* '@unocss/preset-attributify': workspace:* '@unocss/preset-icons': workspace:* @@ -347,7 +347,7 @@ importers: '@unocss/webpack': workspace:* unocss: workspace:* dependencies: - '@nuxt/kit': 3.0.0-rc.9 + '@nuxt/kit': 3.0.0-rc.10 '@unocss/core': link:../core '@unocss/preset-attributify': link:../preset-attributify '@unocss/preset-icons': link:../preset-icons @@ -361,7 +361,7 @@ importers: '@unocss/webpack': link:../webpack unocss: link:../unocss devDependencies: - '@nuxt/schema': 3.0.0-rc.9 + '@nuxt/schema': 3.0.0-rc.10 packages/preset-attributify: specifiers: @@ -371,16 +371,16 @@ importers: packages/preset-icons: specifiers: - '@iconify/types': ^1.1.0 - '@iconify/utils': ^1.0.33 + '@iconify/types': ^2.0.0 + '@iconify/utils': ^2.0.0 '@unocss/core': workspace:* ohmyfetch: ^0.4.18 dependencies: - '@iconify/utils': 1.0.33 + '@iconify/utils': 2.0.0 '@unocss/core': link:../core ohmyfetch: 0.4.18 devDependencies: - '@iconify/types': 1.1.0 + '@iconify/types': 2.0.0 packages/preset-mini: specifiers: @@ -463,13 +463,13 @@ importers: specifiers: '@unocss/autocomplete': workspace:* '@unocss/core': workspace:* - '@vue/reactivity': ^3.2.38 + '@vue/reactivity': ^3.2.39 fuse.js: ^6.6.2 prettier: ^2.7.1 dependencies: '@unocss/autocomplete': link:../autocomplete '@unocss/core': link:../core - '@vue/reactivity': 3.2.38 + '@vue/reactivity': 3.2.39 fuse.js: 6.6.2 prettier: 2.7.1 @@ -591,7 +591,7 @@ importers: '@unocss/nuxt': workspace:* '@unocss/preset-uno': workspace:* esno: ^0.16.3 - jiti: ^1.14.0 + jiti: ^1.15.0 prettier: ^2.7.1 tsup: ^6.2.3 unconfig: ^0.3.6 @@ -600,7 +600,7 @@ importers: '@unocss/nuxt': link:../nuxt '@unocss/preset-uno': link:../preset-uno esno: 0.16.3 - jiti: 1.14.0 + jiti: 1.15.0 prettier: 2.7.1 tsup: 6.2.3 unconfig: 0.3.6 @@ -648,22 +648,22 @@ packages: '@jridgewell/gen-mapping': 0.1.1 '@jridgewell/trace-mapping': 0.3.15 - /@antfu/eslint-config-basic/0.26.3_deqprws5iiode6yzzaryyhwp5u: + /@antfu/eslint-config-basic/0.26.3_wxqvmnl3i4rbvz4ixyoiufmx3e: resolution: {integrity: sha512-IgJPYGMmNb6/99Iqg8huiT8qs6lFLu794a97lzwQoHTtLoBYx6VFSfM6tXrsOCnRyrdX5DwfGPnOrxVelbcAFQ==} peerDependencies: eslint: '>=7.4.0' dependencies: - eslint: 8.22.0 - eslint-plugin-antfu: 0.26.3_shit3uhl6a7megkzgoz6xssnfa - eslint-plugin-eslint-comments: 3.2.0_eslint@8.22.0 + eslint: 8.23.1 + eslint-plugin-antfu: 0.26.3_irgkl5vooow2ydyo6aokmferha + eslint-plugin-eslint-comments: 3.2.0_eslint@8.23.1 eslint-plugin-html: 7.1.0 - eslint-plugin-import: 2.26.0_rp6sxvaar57pksaoraovqbwooq - eslint-plugin-jsonc: 2.4.0_eslint@8.22.0 - eslint-plugin-markdown: 3.0.0_eslint@8.22.0 - eslint-plugin-n: 15.2.5_eslint@8.22.0 - eslint-plugin-promise: 6.0.1_eslint@8.22.0 - eslint-plugin-unicorn: 43.0.2_eslint@8.22.0 - eslint-plugin-yml: 1.2.0_eslint@8.22.0 + eslint-plugin-import: 2.26.0_bgdmkk372fjuptfjwugrzcrhfe + eslint-plugin-jsonc: 2.4.0_eslint@8.23.1 + eslint-plugin-markdown: 3.0.0_eslint@8.23.1 + eslint-plugin-n: 15.2.5_eslint@8.23.1 + eslint-plugin-promise: 6.0.1_eslint@8.23.1 + eslint-plugin-unicorn: 43.0.2_eslint@8.23.1 + eslint-plugin-yml: 1.2.0_eslint@8.23.1 jsonc-eslint-parser: 2.1.0 yaml-eslint-parser: 1.1.0 transitivePeerDependencies: @@ -674,14 +674,14 @@ packages: - typescript dev: true - /@antfu/eslint-config-react/0.26.3_shit3uhl6a7megkzgoz6xssnfa: + /@antfu/eslint-config-react/0.26.3_irgkl5vooow2ydyo6aokmferha: resolution: {integrity: sha512-S4wqID2RW4aiPam9bvtyJGHRo6G+lBBAL6HxLLNF6jC0HjN0ZpkJXHsruqroKm10YexBKnmr6W+iB1NSJROvwQ==} peerDependencies: eslint: '>=7.4.0' dependencies: - '@antfu/eslint-config-ts': 0.26.3_shit3uhl6a7megkzgoz6xssnfa - eslint: 8.22.0 - eslint-plugin-react: 7.31.7_eslint@8.22.0 + '@antfu/eslint-config-ts': 0.26.3_irgkl5vooow2ydyo6aokmferha + eslint: 8.23.1 + eslint-plugin-react: 7.31.7_eslint@8.23.1 transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack @@ -689,31 +689,31 @@ packages: - typescript dev: true - /@antfu/eslint-config-ts/0.26.3_shit3uhl6a7megkzgoz6xssnfa: + /@antfu/eslint-config-ts/0.26.3_irgkl5vooow2ydyo6aokmferha: resolution: {integrity: sha512-MpgdAbhgCQl5JpDjGLGLjI4npp2VpTvdpISdoFkCD03kTcbkvwD4oeoIYCQannFs/pY8xC/JDvehTPd5puhn7A==} peerDependencies: eslint: '>=7.4.0' typescript: '>=3.9' dependencies: - '@antfu/eslint-config-basic': 0.26.3_deqprws5iiode6yzzaryyhwp5u - '@typescript-eslint/eslint-plugin': 5.36.2_deqprws5iiode6yzzaryyhwp5u - '@typescript-eslint/parser': 5.36.2_shit3uhl6a7megkzgoz6xssnfa - eslint: 8.22.0 - typescript: 4.8.2 + '@antfu/eslint-config-basic': 0.26.3_wxqvmnl3i4rbvz4ixyoiufmx3e + '@typescript-eslint/eslint-plugin': 5.36.2_wxqvmnl3i4rbvz4ixyoiufmx3e + '@typescript-eslint/parser': 5.36.2_irgkl5vooow2ydyo6aokmferha + eslint: 8.23.1 + typescript: 4.8.3 transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack - supports-color dev: true - /@antfu/eslint-config-vue/0.26.3_shit3uhl6a7megkzgoz6xssnfa: + /@antfu/eslint-config-vue/0.26.3_irgkl5vooow2ydyo6aokmferha: resolution: {integrity: sha512-74lWt8SuOeNbjLE+0iw1JpEJ+SUjO3lt6Gj7MXB5L2foy9Oq/LJrkGi9gS3koC3n6150T3nXTVxURBLatbqLbg==} peerDependencies: eslint: '>=7.4.0' dependencies: - '@antfu/eslint-config-ts': 0.26.3_shit3uhl6a7megkzgoz6xssnfa - eslint: 8.22.0 - eslint-plugin-vue: 9.4.0_eslint@8.22.0 + '@antfu/eslint-config-ts': 0.26.3_irgkl5vooow2ydyo6aokmferha + eslint: 8.23.1 + eslint-plugin-vue: 9.4.0_eslint@8.23.1 transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack @@ -721,25 +721,25 @@ packages: - typescript dev: true - /@antfu/eslint-config/0.26.3_shit3uhl6a7megkzgoz6xssnfa: + /@antfu/eslint-config/0.26.3_irgkl5vooow2ydyo6aokmferha: resolution: {integrity: sha512-5sQaAPziZegoCEbzjAGzHpYwNBsKVdT+9A4ZWph+dtC/lVw+ORrlhoxY+GrtrNa5GqPyIgpJDWJHFLiKICGdCQ==} peerDependencies: eslint: '>=7.4.0' dependencies: - '@antfu/eslint-config-react': 0.26.3_shit3uhl6a7megkzgoz6xssnfa - '@antfu/eslint-config-vue': 0.26.3_shit3uhl6a7megkzgoz6xssnfa - '@typescript-eslint/eslint-plugin': 5.36.2_deqprws5iiode6yzzaryyhwp5u - '@typescript-eslint/parser': 5.36.2_shit3uhl6a7megkzgoz6xssnfa - eslint: 8.22.0 - eslint-plugin-eslint-comments: 3.2.0_eslint@8.22.0 + '@antfu/eslint-config-react': 0.26.3_irgkl5vooow2ydyo6aokmferha + '@antfu/eslint-config-vue': 0.26.3_irgkl5vooow2ydyo6aokmferha + '@typescript-eslint/eslint-plugin': 5.36.2_wxqvmnl3i4rbvz4ixyoiufmx3e + '@typescript-eslint/parser': 5.36.2_irgkl5vooow2ydyo6aokmferha + eslint: 8.23.1 + eslint-plugin-eslint-comments: 3.2.0_eslint@8.23.1 eslint-plugin-html: 7.1.0 - eslint-plugin-import: 2.26.0_rp6sxvaar57pksaoraovqbwooq - eslint-plugin-jsonc: 2.4.0_eslint@8.22.0 - eslint-plugin-n: 15.2.5_eslint@8.22.0 - eslint-plugin-promise: 6.0.1_eslint@8.22.0 - eslint-plugin-unicorn: 43.0.2_eslint@8.22.0 - eslint-plugin-vue: 9.4.0_eslint@8.22.0 - eslint-plugin-yml: 1.2.0_eslint@8.22.0 + eslint-plugin-import: 2.26.0_bgdmkk372fjuptfjwugrzcrhfe + eslint-plugin-jsonc: 2.4.0_eslint@8.23.1 + eslint-plugin-n: 15.2.5_eslint@8.23.1 + eslint-plugin-promise: 6.0.1_eslint@8.23.1 + eslint-plugin-unicorn: 43.0.2_eslint@8.23.1 + eslint-plugin-vue: 9.4.0_eslint@8.23.1 + eslint-plugin-yml: 1.2.0_eslint@8.23.1 jsonc-eslint-parser: 2.1.0 yaml-eslint-parser: 1.1.0 transitivePeerDependencies: @@ -768,6 +768,10 @@ packages: resolution: {integrity: sha512-vNZIa5Tf5nOqBEGJvM6xyYBnGcz4MAp+bBPnyVI0UYRjsIWlP7RgMdCpRV0OOh5kgh00BoAypGv27kcoJCMVfA==} dev: true + /@astrojs/compiler/0.24.0: + resolution: {integrity: sha512-xZ81C/oMfExdF18I1Tyd2BKKzBqO+qYYctSy4iCwH4UWSo/4Y8A8MAzV1hG67uuE7hFRourSl6H5KUbhyChv/A==} + dev: true + /@astrojs/language-server/0.23.3: resolution: {integrity: sha512-ROoMKo37NZ76pE/A2xHfjDlgfsNnFmkhL4+Wifs0L855n73SUCbnXz7ZaQktIGAq2Te2TpSjAawiOx0q9L5qeg==} hasBin: true @@ -1212,8 +1216,8 @@ packages: dev: true optional: true - /@eslint/eslintrc/1.3.1: - resolution: {integrity: sha512-OhSY22oQQdw3zgPOOwdoj01l/Dzl1Z+xyUP33tkSN+aqyEhymJCcPHyXt+ylW8FSe0TfRC2VG+ROQOapD0aZSQ==} + /@eslint/eslintrc/1.3.2: + resolution: {integrity: sha512-AXYd23w1S/bv3fTs3Lz0vjiYemS08jWkI3hYyS9I1ry+0f+Yjs1wm+sU0BS8qDOPrBIkp4qHYC16I8uVtpLajQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: ajv: 6.12.6 @@ -1244,6 +1248,11 @@ packages: resolution: {integrity: sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA==} dev: true + /@humanwhocodes/module-importer/1.0.1: + resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==} + engines: {node: '>=12.22'} + dev: true + /@humanwhocodes/object-schema/1.2.1: resolution: {integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==} dev: true @@ -1254,10 +1263,10 @@ packages: '@iconify/types': 1.1.0 dev: true - /@iconify-json/iconoir/1.1.8: - resolution: {integrity: sha512-bW9N0XCh5bSJIGZvuRFX39mqX23u2nhfsf3GTlnWusQ20z/uOxy544XVKIpPpZJkPOApC9dpZoch9qZLGfu9qA==} + /@iconify-json/iconoir/1.1.10: + resolution: {integrity: sha512-gigWEnjRKRrQ862kLSMI4qOUqzMV3sfxhGbzE4/ymzh1FdAzKRtAbeyEgtNWGIeHgwnVNlQAfC3IxF2WRtKdng==} dependencies: - '@iconify/types': 1.1.0 + '@iconify/types': 2.0.0 dev: true /@iconify-json/la/1.1.2: @@ -1266,16 +1275,16 @@ packages: '@iconify/types': 1.1.0 dev: true - /@iconify-json/logos/1.1.15: - resolution: {integrity: sha512-J5NtHiM78fSgeHyFhipDdpnOQsKsHYXlqI1w+jsCqFA8R7HkacsKWxQ739AvTBdmK67lW8O3/TyacATaAp/lUA==} + /@iconify-json/logos/1.1.16: + resolution: {integrity: sha512-ka6Irz4qNuk+RNDDVZEMTw3ceUk43FpBxReikswTrUXPlis6LgLZNyh9SV00SFeuBdT+A5gF45kJ124IxtOL5g==} dependencies: - '@iconify/types': 1.1.0 + '@iconify/types': 2.0.0 dev: true - /@iconify-json/mdi/1.1.31: - resolution: {integrity: sha512-2lUKoj6tqvVQ6q8XmhxfeqWdC34IhUpjz6eYMvwLLEgF+0cIL0ANLqBL7+/Vklt7Ugv5vJ0btJBHvW5Ij9Ikyw==} + /@iconify-json/mdi/1.1.33: + resolution: {integrity: sha512-P8zIjwYvQ6SsmHc02O4oNV3jsqbL4bXcfKSt9MfCPMBvF9CLzz6QHMzQgt/Okgsb8wfhkfSQeREp+dSxV9pLRA==} dependencies: - '@iconify/types': 1.1.0 + '@iconify/types': 2.0.0 dev: true /@iconify-json/ph/1.1.2: @@ -1290,10 +1299,10 @@ packages: '@iconify/types': 1.1.0 dev: true - /@iconify-json/tabler/1.1.30: - resolution: {integrity: sha512-IV7F3e/qvaQeWMq1ZwOcRF/3eX0/bXr84rjwsN3HwAUTCT86anCIcAWLrysw8gStQZ9Zv8HPz1TLuQMKpil79w==} + /@iconify-json/tabler/1.1.34: + resolution: {integrity: sha512-rX0Yngbf9AVn+77Axw8PFmnRyl79nkPhcru0VZy+DzkAbVfGg/GoQiUhjmhRRtHcc9emRYta2ooVuL2npKPxCg==} dependencies: - '@iconify/types': 1.1.0 + '@iconify/types': 2.0.0 dev: true /@iconify-json/teenyicons/1.1.3: @@ -1316,13 +1325,17 @@ packages: /@iconify/types/1.1.0: resolution: {integrity: sha512-Jh0llaK2LRXQoYsorIH8maClebsnzTcve+7U3rQUSnC11X4jtPnFuyatqFLvMxZ8MLG8dB4zfHsbPfuvxluONw==} + dev: true + + /@iconify/types/2.0.0: + resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==} - /@iconify/utils/1.0.33: - resolution: {integrity: sha512-vGeAqo7aGPxOQmGdVoXFUOuyN+0V7Lcrx2EvaiRjxUD1x6Om0Tvq2bdm7E24l2Pz++4S0mWMCVFXe/17EtKImQ==} + /@iconify/utils/2.0.0: + resolution: {integrity: sha512-thvwZ6m3frWJiOYwRdHPSPGC25rmyvDl0vXdQ8ocRJZx31m8Pn4y7V1mTc5UReR6MiAj+hrV2UPZQjx7zI960g==} dependencies: '@antfu/install-pkg': 0.1.0 '@antfu/utils': 0.5.2 - '@iconify/types': 1.1.0 + '@iconify/types': 2.0.0 debug: 4.3.4 kolorist: 1.5.1 local-pkg: 0.4.2 @@ -1404,24 +1417,24 @@ packages: - supports-color dev: true - /@mdit-vue/plugin-component/0.8.1: - resolution: {integrity: sha512-lBkVDc4/uq93CDKBUbKZ25lpBwZ4fghHaBMV956Eb/Qp7isHzqn31qpdJT6S7nPNltt9clkWTVZeZRL7hmRKUw==} + /@mdit-vue/plugin-component/0.11.1: + resolution: {integrity: sha512-fCqyYPwEXFa182/Vz6g8McDi3SCIwm3yHWkWddHx+QNn0gMGFqkhJVcz/wjCIA3oCoWUBWM80aZ09ZuoQiOmvQ==} dependencies: '@types/markdown-it': 12.2.3 markdown-it: 13.0.1 dev: true - /@mdit-vue/plugin-frontmatter/0.8.0: - resolution: {integrity: sha512-STjTlQ+gxLBprcdyu2dH8kezgBwqS/jlPKLsy18BMSHoElGJeDJM458lwDa3MGL+Mm+g5NK0KoWTnQHj/9Uwow==} + /@mdit-vue/plugin-frontmatter/0.11.1: + resolution: {integrity: sha512-AdZJInjD1pTJXlfhuoBS5ycuIQ3ewBfY0R/XHM3TRDEaDHQJHxouUCpCyijZmpdljTU45lFetIowaKtAi7GBog==} dependencies: - '@mdit-vue/types': 0.8.0 + '@mdit-vue/types': 0.11.0 '@types/markdown-it': 12.2.3 gray-matter: 4.0.3 markdown-it: 13.0.1 dev: true - /@mdit-vue/types/0.8.0: - resolution: {integrity: sha512-g6Tc8JwwJjTnx8sb66ZFCHvJ5TJpvoRnAkGT8Aq0K6UcvAOslODaU4tQ87WZ1ETTeXE9PTYPLGxngRudcyMHoQ==} + /@mdit-vue/types/0.11.0: + resolution: {integrity: sha512-ygCGP7vFpqS02hpZwEe1uz8cfImWX06+zRs08J+tCZRKb6k+easIaIHFtY9ZSxt7j9L/gAPLDo/5RmOT6z0DPQ==} dev: true /@mswjs/cookies/0.2.2: @@ -1432,15 +1445,15 @@ packages: set-cookie-parser: 2.5.1 dev: true - /@mswjs/interceptors/0.17.4: - resolution: {integrity: sha512-8oKWrOQ1P0Wj0kf3ak8WETuymknw2Tl2s1op8OzZctpNF3zSJSdEbcQs0pm347mwsM+95V6POBMv3W4812pEeg==} + /@mswjs/interceptors/0.17.5: + resolution: {integrity: sha512-/uZkyPUZMRExZs+DZQVnc+uoDwLfs1gFNvcRY5S3Gu78U+uhovaSEUW3tuyld1e7Oke5Qphfseb8v66V+H1zWQ==} engines: {node: '>=14'} dependencies: '@open-draft/until': 1.0.3 '@types/debug': 4.1.7 '@xmldom/xmldom': 0.7.5 debug: 4.3.4 - headers-polyfill: 3.0.10 + headers-polyfill: 3.1.0 outvariant: 1.3.0 strict-event-emitter: 0.2.4 web-encoding: 1.1.5 @@ -1477,28 +1490,28 @@ packages: resolution: {integrity: sha512-YBI/6o2EBz02tdEJRBK8xkt3zvOFOWlLBf7WKYGBsSYSRtjjgrqPe2skp6VLLmKx5WbHHDNcW+6oACaurxGzeA==} dev: true - /@nuxt/kit/3.0.0-rc.9: - resolution: {integrity: sha512-Y+db0iw/1pKiLMEG7L/6HCq8O9xsbVJT/ksePY1Q8o3fV40Q9gCWI0YumCIzVdBiAFFEOCNASsxmGj7kPSdpCA==} + /@nuxt/kit/3.0.0-rc.10: + resolution: {integrity: sha512-sJEuvM6JTOWULRTLN0R4vZZYxus0ylevrCUELnez3GHedeDPopFrjFd8G+pZWTid9wix4SS3izWBvOJx9mLGlQ==} engines: {node: ^14.16.0 || ^16.11.0 || ^17.0.0 || ^18.0.0} dependencies: - '@nuxt/schema': 3.0.0-rc.9 - c12: 0.2.10 + '@nuxt/schema': 3.0.0-rc.10 + c12: 0.2.12 consola: 2.15.3 defu: 6.1.0 globby: 13.1.2 hash-sum: 2.0.0 ignore: 5.2.0 - jiti: 1.14.0 + jiti: 1.15.0 knitwork: 0.1.2 lodash.template: 4.5.0 mlly: 0.5.14 - pathe: 0.3.5 - pkg-types: 0.3.4 + pathe: 0.3.7 + pkg-types: 0.3.5 scule: 0.3.2 semver: 7.3.7 unctx: 2.0.2 unimport: 0.6.7 - untyped: 0.4.7 + untyped: 0.5.0 transitivePeerDependencies: - esbuild - rollup @@ -1507,28 +1520,58 @@ packages: - webpack dev: false - /@nuxt/kit/3.0.0-rc.9_bjmqfvitzn3prp6q33xiihmtom: - resolution: {integrity: sha512-Y+db0iw/1pKiLMEG7L/6HCq8O9xsbVJT/ksePY1Q8o3fV40Q9gCWI0YumCIzVdBiAFFEOCNASsxmGj7kPSdpCA==} + /@nuxt/kit/3.0.0-rc.10_bjmqfvitzn3prp6q33xiihmtom: + resolution: {integrity: sha512-sJEuvM6JTOWULRTLN0R4vZZYxus0ylevrCUELnez3GHedeDPopFrjFd8G+pZWTid9wix4SS3izWBvOJx9mLGlQ==} engines: {node: ^14.16.0 || ^16.11.0 || ^17.0.0 || ^18.0.0} dependencies: - '@nuxt/schema': 3.0.0-rc.9_bjmqfvitzn3prp6q33xiihmtom - c12: 0.2.10 + '@nuxt/schema': 3.0.0-rc.10_bjmqfvitzn3prp6q33xiihmtom + c12: 0.2.12 consola: 2.15.3 defu: 6.1.0 globby: 13.1.2 hash-sum: 2.0.0 ignore: 5.2.0 - jiti: 1.14.0 + jiti: 1.15.0 knitwork: 0.1.2 lodash.template: 4.5.0 mlly: 0.5.14 - pathe: 0.3.5 - pkg-types: 0.3.4 + pathe: 0.3.7 + pkg-types: 0.3.5 scule: 0.3.2 semver: 7.3.7 unctx: 2.0.2_bjmqfvitzn3prp6q33xiihmtom unimport: 0.6.7_bjmqfvitzn3prp6q33xiihmtom - untyped: 0.4.7 + untyped: 0.5.0 + transitivePeerDependencies: + - esbuild + - rollup + - supports-color + - vite + - webpack + dev: true + + /@nuxt/kit/3.0.0-rc.10_rollup@2.79.0+vite@3.1.0: + resolution: {integrity: sha512-sJEuvM6JTOWULRTLN0R4vZZYxus0ylevrCUELnez3GHedeDPopFrjFd8G+pZWTid9wix4SS3izWBvOJx9mLGlQ==} + engines: {node: ^14.16.0 || ^16.11.0 || ^17.0.0 || ^18.0.0} + dependencies: + '@nuxt/schema': 3.0.0-rc.10_rollup@2.79.0+vite@3.1.0 + c12: 0.2.12 + consola: 2.15.3 + defu: 6.1.0 + globby: 13.1.2 + hash-sum: 2.0.0 + ignore: 5.2.0 + jiti: 1.15.0 + knitwork: 0.1.2 + lodash.template: 4.5.0 + mlly: 0.5.14 + pathe: 0.3.7 + pkg-types: 0.3.5 + scule: 0.3.2 + semver: 7.3.7 + unctx: 2.0.2_rollup@2.79.0+vite@3.1.0 + unimport: 0.6.7_rollup@2.79.0+vite@3.1.0 + untyped: 0.5.0 transitivePeerDependencies: - esbuild - rollup @@ -1567,15 +1610,16 @@ packages: - webpack dev: true - /@nuxt/schema/3.0.0-rc.9: - resolution: {integrity: sha512-oxrsJE3v7WC8tqTPxutK4LFxR/6u00Zt2PfPm1XTWwx8fojDk4C5iCv5mxydHwXffsIp5JeP5hddd/oqnbDSpQ==} + /@nuxt/schema/3.0.0-rc.10: + resolution: {integrity: sha512-mHb+5qp3H07QvASA/fGEnUWx4S3plBt6nqZmPewxDuBys2au/PCBJBQiwKioBLgQvFPqysirScpLYPFKy3qdJw==} engines: {node: ^14.16.0 || ^16.11.0 || ^17.0.0 || ^18.0.0} dependencies: - c12: 0.2.10 + c12: 0.2.12 create-require: 1.1.1 defu: 6.1.0 - jiti: 1.14.0 - pathe: 0.3.5 + jiti: 1.15.0 + pathe: 0.3.7 + pkg-types: 0.3.5 postcss-import-resolver: 2.0.0 scule: 0.3.2 std-env: 3.2.1 @@ -1587,15 +1631,16 @@ packages: - vite - webpack - /@nuxt/schema/3.0.0-rc.9_bjmqfvitzn3prp6q33xiihmtom: - resolution: {integrity: sha512-oxrsJE3v7WC8tqTPxutK4LFxR/6u00Zt2PfPm1XTWwx8fojDk4C5iCv5mxydHwXffsIp5JeP5hddd/oqnbDSpQ==} + /@nuxt/schema/3.0.0-rc.10_bjmqfvitzn3prp6q33xiihmtom: + resolution: {integrity: sha512-mHb+5qp3H07QvASA/fGEnUWx4S3plBt6nqZmPewxDuBys2au/PCBJBQiwKioBLgQvFPqysirScpLYPFKy3qdJw==} engines: {node: ^14.16.0 || ^16.11.0 || ^17.0.0 || ^18.0.0} dependencies: - c12: 0.2.10 + c12: 0.2.12 create-require: 1.1.1 defu: 6.1.0 - jiti: 1.14.0 - pathe: 0.3.5 + jiti: 1.15.0 + pathe: 0.3.7 + pkg-types: 0.3.5 postcss-import-resolver: 2.0.0 scule: 0.3.2 std-env: 3.2.1 @@ -1608,6 +1653,28 @@ packages: - webpack dev: true + /@nuxt/schema/3.0.0-rc.10_rollup@2.79.0+vite@3.1.0: + resolution: {integrity: sha512-mHb+5qp3H07QvASA/fGEnUWx4S3plBt6nqZmPewxDuBys2au/PCBJBQiwKioBLgQvFPqysirScpLYPFKy3qdJw==} + engines: {node: ^14.16.0 || ^16.11.0 || ^17.0.0 || ^18.0.0} + dependencies: + c12: 0.2.12 + create-require: 1.1.1 + defu: 6.1.0 + jiti: 1.15.0 + pathe: 0.3.7 + pkg-types: 0.3.5 + postcss-import-resolver: 2.0.0 + scule: 0.3.2 + std-env: 3.2.1 + ufo: 0.8.5 + unimport: 0.6.7_rollup@2.79.0+vite@3.1.0 + transitivePeerDependencies: + - esbuild + - rollup + - vite + - webpack + dev: true + /@nuxt/schema/3.0.0-rc.9_rollup@2.79.0+vite@3.1.0: resolution: {integrity: sha512-oxrsJE3v7WC8tqTPxutK4LFxR/6u00Zt2PfPm1XTWwx8fojDk4C5iCv5mxydHwXffsIp5JeP5hddd/oqnbDSpQ==} engines: {node: ^14.16.0 || ^16.11.0 || ^17.0.0 || ^18.0.0} @@ -1633,7 +1700,7 @@ packages: resolution: {integrity: sha512-Goi35DKG0Na7k/lPcaZkEvb+TWPdXKtyRixvcMMtvdbzjqGD/+gMy9BtHuS051LxdVZBNWBFyGVwT+DqlkVZKw==} hasBin: true dependencies: - '@nuxt/kit': 3.0.0-rc.9_bjmqfvitzn3prp6q33xiihmtom + '@nuxt/kit': 3.0.0-rc.10_bjmqfvitzn3prp6q33xiihmtom chalk: 5.0.1 ci-info: 3.3.2 consola: 2.15.3 @@ -1645,7 +1712,7 @@ packages: git-url-parse: 13.0.0 inquirer: 9.1.1 is-docker: 3.0.0 - jiti: 1.14.0 + jiti: 1.15.0 mri: 1.2.0 nanoid: 4.0.0 node-fetch: 3.2.10 @@ -1665,7 +1732,7 @@ packages: resolution: {integrity: sha512-Goi35DKG0Na7k/lPcaZkEvb+TWPdXKtyRixvcMMtvdbzjqGD/+gMy9BtHuS051LxdVZBNWBFyGVwT+DqlkVZKw==} hasBin: true dependencies: - '@nuxt/kit': 3.0.0-rc.9_rollup@2.79.0+vite@3.1.0 + '@nuxt/kit': 3.0.0-rc.10_rollup@2.79.0+vite@3.1.0 chalk: 5.0.1 ci-info: 3.3.2 consola: 2.15.3 @@ -1677,7 +1744,7 @@ packages: git-url-parse: 13.0.0 inquirer: 9.1.1 is-docker: 3.0.0 - jiti: 1.14.0 + jiti: 1.15.0 mri: 1.2.0 nanoid: 4.0.0 node-fetch: 3.2.10 @@ -1697,17 +1764,17 @@ packages: resolution: {integrity: sha512-EgxICRWv+VCkt3wjCuJUJqNOFACF3h6FX3Mj+hDXshf6ECvl/y8BWEVGC5T2N8tE/bFcNC6rEJxPsp4s+4+XOQ==} dev: true - /@nuxt/vite-builder/3.0.0-rc.9_kvjslarshwkz7ghdcc6bqwbqou: - resolution: {integrity: sha512-6tHUNKiGQVxGypq5qfr4wqv81+Dt/X0dRceeMZOB1pGdz+KgWGqRbXDILeRXH+R7Ew8c5XuNXdA7g6E9vxmvow==} + /@nuxt/vite-builder/3.0.0-rc.10_jg2x3mreiplbckcixq5lavj2im: + resolution: {integrity: sha512-Ow6f11E1wZfyBGy0Y70IDj1pdmAfLFYw2IUqrT9Y6r6fGzKxeaO1k5g2VCt7X+Ju6c3dCZNZPWQPuBSsLvRRSg==} engines: {node: ^14.16.0 || ^16.11.0 || ^17.0.0 || ^18.0.0} peerDependencies: - vue: ^3.2.38 + vue: ^3.2.39 dependencies: - '@nuxt/kit': 3.0.0-rc.9_bjmqfvitzn3prp6q33xiihmtom + '@nuxt/kit': 3.0.0-rc.10_bjmqfvitzn3prp6q33xiihmtom '@rollup/plugin-replace': 4.0.0_rollup@2.79.0 - '@vitejs/plugin-vue': 3.1.0_vite@3.0.9+vue@3.2.38 - '@vitejs/plugin-vue-jsx': 2.0.1_vite@3.0.9+vue@3.2.38 - autoprefixer: 10.4.8_postcss@8.4.16 + '@vitejs/plugin-vue': 3.1.0_vite@3.0.9+vue@3.2.39 + '@vitejs/plugin-vue-jsx': 2.0.1_vite@3.0.9+vue@3.2.39 + autoprefixer: 10.4.11_postcss@8.4.16 chokidar: 3.5.3 cssnano: 5.1.13_postcss@8.4.16 defu: 6.1.0 @@ -1722,9 +1789,9 @@ packages: magic-string: 0.26.3 mlly: 0.5.14 ohash: 0.1.5 - pathe: 0.3.5 + pathe: 0.3.7 perfect-debounce: 0.1.3 - pkg-types: 0.3.4 + pkg-types: 0.3.5 postcss: 8.4.16 postcss-import: 15.0.0_postcss@8.4.16 postcss-url: 10.1.3_postcss@8.4.16 @@ -1733,9 +1800,9 @@ packages: ufo: 0.8.5 unplugin: 0.9.5_bjmqfvitzn3prp6q33xiihmtom vite: 3.0.9_terser@5.15.0 - vite-node: 0.22.1_terser@5.15.0 - vite-plugin-checker: 0.5.1_zduirsv4rjuq6de5ffqr55njkq - vue: 3.2.38 + vite-node: 0.23.4_terser@5.15.0 + vite-plugin-checker: 0.5.1_6dz6ggop3h4nm7bm7a4vqnm5n4 + vue: 3.2.39 vue-bundle-renderer: 0.4.2 transitivePeerDependencies: - eslint @@ -1750,17 +1817,17 @@ packages: - webpack dev: true - /@nuxt/vite-builder/3.0.0-rc.9_vue@3.2.38: - resolution: {integrity: sha512-6tHUNKiGQVxGypq5qfr4wqv81+Dt/X0dRceeMZOB1pGdz+KgWGqRbXDILeRXH+R7Ew8c5XuNXdA7g6E9vxmvow==} + /@nuxt/vite-builder/3.0.0-rc.10_vue@3.2.39: + resolution: {integrity: sha512-Ow6f11E1wZfyBGy0Y70IDj1pdmAfLFYw2IUqrT9Y6r6fGzKxeaO1k5g2VCt7X+Ju6c3dCZNZPWQPuBSsLvRRSg==} engines: {node: ^14.16.0 || ^16.11.0 || ^17.0.0 || ^18.0.0} peerDependencies: - vue: ^3.2.38 + vue: ^3.2.39 dependencies: - '@nuxt/kit': 3.0.0-rc.9_bjmqfvitzn3prp6q33xiihmtom + '@nuxt/kit': 3.0.0-rc.10_bjmqfvitzn3prp6q33xiihmtom '@rollup/plugin-replace': 4.0.0_rollup@2.79.0 - '@vitejs/plugin-vue': 3.1.0_vite@3.0.9+vue@3.2.38 - '@vitejs/plugin-vue-jsx': 2.0.1_vite@3.0.9+vue@3.2.38 - autoprefixer: 10.4.8_postcss@8.4.16 + '@vitejs/plugin-vue': 3.1.0_vite@3.0.9+vue@3.2.39 + '@vitejs/plugin-vue-jsx': 2.0.1_vite@3.0.9+vue@3.2.39 + autoprefixer: 10.4.11_postcss@8.4.16 chokidar: 3.5.3 cssnano: 5.1.13_postcss@8.4.16 defu: 6.1.0 @@ -1775,9 +1842,9 @@ packages: magic-string: 0.26.3 mlly: 0.5.14 ohash: 0.1.5 - pathe: 0.3.5 + pathe: 0.3.7 perfect-debounce: 0.1.3 - pkg-types: 0.3.4 + pkg-types: 0.3.5 postcss: 8.4.16 postcss-import: 15.0.0_postcss@8.4.16 postcss-url: 10.1.3_postcss@8.4.16 @@ -1786,9 +1853,9 @@ packages: ufo: 0.8.5 unplugin: 0.9.5_bjmqfvitzn3prp6q33xiihmtom vite: 3.0.9 - vite-node: 0.22.1 + vite-node: 0.23.4 vite-plugin-checker: 0.5.1_vite@3.0.9 - vue: 3.2.38 + vue: 3.2.39 vue-bundle-renderer: 0.4.2 transitivePeerDependencies: - eslint @@ -1899,6 +1966,21 @@ packages: rollup: 2.79.0 dev: true + /@rollup/plugin-node-resolve/14.1.0_rollup@2.79.0: + resolution: {integrity: sha512-5G2niJroNCz/1zqwXtk0t9+twOSDlG00k1Wfd7bkbbXmwg8H8dvgHdIWAun53Ps/rckfvOC7scDBjuGFg5OaWw==} + engines: {node: '>= 10.0.0'} + peerDependencies: + rollup: ^2.78.0 + dependencies: + '@rollup/pluginutils': 3.1.0_rollup@2.79.0 + '@types/resolve': 1.17.1 + deepmerge: 4.2.2 + is-builtin-module: 3.2.0 + is-module: 1.0.0 + resolve: 1.22.1 + rollup: 2.79.0 + dev: true + /@rollup/plugin-replace/4.0.0_rollup@2.79.0: resolution: {integrity: sha512-+rumQFiaNac9y64OHtkHGmdjm7us9bo1PlbgQfdihQtuNxzjpaB064HbRnewUOggLQxVCCyINfStkgmBeQpv1g==} peerDependencies: @@ -1948,6 +2030,35 @@ packages: '@types/estree': 1.0.0 dev: true + /@types/babel__core/7.1.19: + resolution: {integrity: sha512-WEOTgRsbYkvA/KCsDwVEGkd7WAr1e3g31VHQ8zy5gul/V1qKullU/BU5I68X5v7V3GnB9eotmom4v5a5gjxorw==} + dependencies: + '@babel/parser': 7.19.0 + '@babel/types': 7.19.0 + '@types/babel__generator': 7.6.4 + '@types/babel__template': 7.4.1 + '@types/babel__traverse': 7.18.1 + dev: true + + /@types/babel__generator/7.6.4: + resolution: {integrity: sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==} + dependencies: + '@babel/types': 7.19.0 + dev: true + + /@types/babel__template/7.4.1: + resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==} + dependencies: + '@babel/parser': 7.19.0 + '@babel/types': 7.19.0 + dev: true + + /@types/babel__traverse/7.18.1: + resolution: {integrity: sha512-FSdLaZh2UxaMuLp9lixWaHq/golWTRWOnRsAXzDTDSDOQLuZb1nsdCt6pJSPWSEQt2eFZ2YVk3oYhn+1kLMeMA==} + dependencies: + '@babel/types': 7.19.0 + dev: true + /@types/chai-subset/1.3.3: resolution: {integrity: sha512-frBecisrNGz+F4T6bcc+NLeolfiojh5FxW2klu669+8BARtyQv2C/GkNW6FUodVe4BroGMP/wER/YDGc7rEllw==} dependencies: @@ -1967,7 +2078,7 @@ packages: /@types/connect/3.4.35: resolution: {integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==} dependencies: - '@types/node': 18.7.15 + '@types/node': 18.7.18 dev: true /@types/cookie/0.4.1: @@ -2022,7 +2133,7 @@ packages: /@types/fs-extra/9.0.13: resolution: {integrity: sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA==} dependencies: - '@types/node': 18.7.15 + '@types/node': 18.7.18 dev: true /@types/hast/2.3.4: @@ -2031,6 +2142,10 @@ packages: '@types/unist': 2.0.6 dev: true + /@types/html-escaper/3.0.0: + resolution: {integrity: sha512-OcJcvP3Yk8mjYwf/IdXZtTE1tb/u0WF0qa29ER07ZHCYUBZXSN29Z1mBS+/96+kNMGTFUAbSz9X+pHmHpZrTCw==} + dev: true + /@types/js-levenshtein/1.1.1: resolution: {integrity: sha512-qC4bCqYGy1y/NP7dDVr7KJarn+PbX1nSpwA7JXdu0HxT3QYjO8MJ+cntENtHFVy2dRAyBV23OZ6MxsW1AM1L8g==} dev: true @@ -2094,6 +2209,10 @@ packages: /@types/node/18.7.15: resolution: {integrity: sha512-XnjpaI8Bgc3eBag2Aw4t2Uj/49lLBSStHWfqKvIuXD7FIrZyMLWp8KuAFHAqxMZYTF9l08N1ctUn9YNybZJVmQ==} + /@types/node/18.7.18: + resolution: {integrity: sha512-m+6nTEOadJZuTPkKR/SYK3A2d7FZrgElol9UP1Kae90VVU4a6mxnPuLiIW1m4Cq4gZ/nWb9GrdVXJCoCazDAbg==} + dev: true + /@types/normalize-package-data/2.4.1: resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} dev: true @@ -2114,8 +2233,8 @@ packages: resolution: {integrity: sha512-SnHmG9wN1UVmagJOnyo/qkk0Z7gejYxOYYmaAwr5u2yFYfsupN3sg10kyzN8Hep/2zbHxCnsumxOoRIRMBwKCg==} dev: true - /@types/react/18.0.18: - resolution: {integrity: sha512-6hI08umYs6NaiHFEEGioXnxJ+oEhY3eRz8VCUaudZmGdtvPviCJB8mgaMxaDWAdPSYd4eFavrPk2QIolwbLYrg==} + /@types/react/18.0.20: + resolution: {integrity: sha512-MWul1teSPxujEHVwZl4a5HxQ9vVNsjTchVA+xRqv/VYGCuKGAU6UhfrTdF5aBefwD1BHUD8i/zq+O/vyCm/FrA==} dependencies: '@types/prop-types': 15.7.5 '@types/scheduler': 0.16.2 @@ -2125,7 +2244,7 @@ packages: /@types/resolve/1.17.1: resolution: {integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==} dependencies: - '@types/node': 18.7.15 + '@types/node': 18.7.18 dev: true /@types/resolve/1.20.2: @@ -2139,7 +2258,7 @@ packages: /@types/set-cookie-parser/2.4.2: resolution: {integrity: sha512-fBZgytwhYAUkj/jC/FAV4RQ5EerRup1YQsXQCh8rZfiHkc4UahC192oH0smGwsXol3cL3A5oETuAHeQHmhXM4w==} dependencies: - '@types/node': 18.7.15 + '@types/node': 18.7.18 dev: true /@types/source-list-map/0.1.2: @@ -2188,10 +2307,14 @@ packages: /@types/ws/8.5.3: resolution: {integrity: sha512-6YOoWjruKj1uLf3INHH7D3qTXwFfEsg1kf3c0uDdSBJwfa/llkwIjrAGV7j7mVgGNbzTQ3HiHKKDXl6bJPD97w==} dependencies: - '@types/node': 18.7.15 + '@types/node': 18.7.18 dev: true - /@typescript-eslint/eslint-plugin/5.36.2_deqprws5iiode6yzzaryyhwp5u: + /@types/yargs-parser/21.0.0: + resolution: {integrity: sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==} + dev: true + + /@typescript-eslint/eslint-plugin/5.36.2_wxqvmnl3i4rbvz4ixyoiufmx3e: resolution: {integrity: sha512-OwwR8LRwSnI98tdc2z7mJYgY60gf7I9ZfGjN5EjCwwns9bdTuQfAXcsjSB2wSQ/TVNYSGKf4kzVXbNGaZvwiXw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -2202,23 +2325,23 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.36.2_shit3uhl6a7megkzgoz6xssnfa + '@typescript-eslint/parser': 5.36.2_irgkl5vooow2ydyo6aokmferha '@typescript-eslint/scope-manager': 5.36.2 - '@typescript-eslint/type-utils': 5.36.2_shit3uhl6a7megkzgoz6xssnfa - '@typescript-eslint/utils': 5.36.2_shit3uhl6a7megkzgoz6xssnfa + '@typescript-eslint/type-utils': 5.36.2_irgkl5vooow2ydyo6aokmferha + '@typescript-eslint/utils': 5.36.2_irgkl5vooow2ydyo6aokmferha debug: 4.3.4 - eslint: 8.22.0 + eslint: 8.23.1 functional-red-black-tree: 1.0.1 ignore: 5.2.0 regexpp: 3.2.0 semver: 7.3.7 - tsutils: 3.21.0_typescript@4.8.2 - typescript: 4.8.2 + tsutils: 3.21.0_typescript@4.8.3 + typescript: 4.8.3 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser/5.36.2_shit3uhl6a7megkzgoz6xssnfa: + /@typescript-eslint/parser/5.36.2_irgkl5vooow2ydyo6aokmferha: resolution: {integrity: sha512-qS/Kb0yzy8sR0idFspI9Z6+t7mqk/oRjnAYfewG+VN73opAUvmYL3oPIMmgOX6CnQS6gmVIXGshlb5RY/R22pA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -2230,10 +2353,10 @@ packages: dependencies: '@typescript-eslint/scope-manager': 5.36.2 '@typescript-eslint/types': 5.36.2 - '@typescript-eslint/typescript-estree': 5.36.2_typescript@4.8.2 + '@typescript-eslint/typescript-estree': 5.36.2_typescript@4.8.3 debug: 4.3.4 - eslint: 8.22.0 - typescript: 4.8.2 + eslint: 8.23.1 + typescript: 4.8.3 transitivePeerDependencies: - supports-color dev: true @@ -2246,7 +2369,7 @@ packages: '@typescript-eslint/visitor-keys': 5.36.2 dev: true - /@typescript-eslint/type-utils/5.36.2_shit3uhl6a7megkzgoz6xssnfa: + /@typescript-eslint/type-utils/5.36.2_irgkl5vooow2ydyo6aokmferha: resolution: {integrity: sha512-rPQtS5rfijUWLouhy6UmyNquKDPhQjKsaKH0WnY6hl/07lasj8gPaH2UD8xWkePn6SC+jW2i9c2DZVDnL+Dokw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -2256,12 +2379,12 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 5.36.2_typescript@4.8.2 - '@typescript-eslint/utils': 5.36.2_shit3uhl6a7megkzgoz6xssnfa + '@typescript-eslint/typescript-estree': 5.36.2_typescript@4.8.3 + '@typescript-eslint/utils': 5.36.2_irgkl5vooow2ydyo6aokmferha debug: 4.3.4 - eslint: 8.22.0 - tsutils: 3.21.0_typescript@4.8.2 - typescript: 4.8.2 + eslint: 8.23.1 + tsutils: 3.21.0_typescript@4.8.3 + typescript: 4.8.3 transitivePeerDependencies: - supports-color dev: true @@ -2271,7 +2394,7 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/typescript-estree/5.36.2_typescript@4.8.2: + /@typescript-eslint/typescript-estree/5.36.2_typescript@4.8.3: resolution: {integrity: sha512-8fyH+RfbKc0mTspfuEjlfqA4YywcwQK2Amcf6TDOwaRLg7Vwdu4bZzyvBZp4bjt1RRjQ5MDnOZahxMrt2l5v9w==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -2286,13 +2409,13 @@ packages: globby: 11.1.0 is-glob: 4.0.3 semver: 7.3.7 - tsutils: 3.21.0_typescript@4.8.2 - typescript: 4.8.2 + tsutils: 3.21.0_typescript@4.8.3 + typescript: 4.8.3 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/utils/5.36.2_shit3uhl6a7megkzgoz6xssnfa: + /@typescript-eslint/utils/5.36.2_irgkl5vooow2ydyo6aokmferha: resolution: {integrity: sha512-uNcopWonEITX96v9pefk9DC1bWMdkweeSsewJ6GeC7L6j2t0SJywisgkr9wUTtXk90fi2Eljj90HSHm3OGdGRg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -2301,10 +2424,10 @@ packages: '@types/json-schema': 7.0.11 '@typescript-eslint/scope-manager': 5.36.2 '@typescript-eslint/types': 5.36.2 - '@typescript-eslint/typescript-estree': 5.36.2_typescript@4.8.2 - eslint: 8.22.0 + '@typescript-eslint/typescript-estree': 5.36.2_typescript@4.8.3 + eslint: 8.23.1 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.22.0 + eslint-utils: 3.0.0_eslint@8.23.1 transitivePeerDependencies: - supports-color - typescript @@ -2338,7 +2461,7 @@ packages: - supports-color dev: true - /@vitejs/plugin-vue-jsx/2.0.1_vite@3.0.9+vue@3.2.38: + /@vitejs/plugin-vue-jsx/2.0.1_vite@3.0.9+vue@3.2.39: resolution: {integrity: sha512-lmiR1k9+lrF7LMczO0pxtQ8mOn6XeppJDHxnpxkJQpT5SiKz4SKhKdeNstXaTNuR8qZhUo5X0pJlcocn72Y4Jg==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -2350,7 +2473,7 @@ packages: '@babel/plugin-transform-typescript': 7.19.0_@babel+core@7.19.0 '@vue/babel-plugin-jsx': 1.1.1_@babel+core@7.19.0 vite: 3.0.9 - vue: 3.2.38 + vue: 3.2.39 transitivePeerDependencies: - supports-color dev: true @@ -2366,8 +2489,19 @@ packages: vue: 3.2.38 dev: true - /@vitest/ui/0.23.1: - resolution: {integrity: sha512-W1ygPK4aTyLTPsf6NX3gZFbH0X1ipNzlHhxTRnZ4/HpQXs/qKw5NDY45/U2yC66Fevj5kXHI1tdrNfN00NouFQ==} + /@vitejs/plugin-vue/3.1.0_vite@3.0.9+vue@3.2.39: + resolution: {integrity: sha512-fmxtHPjSOEIRg6vHYDaem+97iwCUg/uSIaTzp98lhELt2ISOQuDo2hbkBdXod0g15IhfPMQmAxh4heUks2zvDA==} + engines: {node: ^14.18.0 || >=16.0.0} + peerDependencies: + vite: ^3.0.0 + vue: ^3.2.25 + dependencies: + vite: 3.0.9 + vue: 3.2.39 + dev: true + + /@vitest/ui/0.23.4: + resolution: {integrity: sha512-lNZVTTrkHThGAwNQ1ah1qCNnm70r7OLB5LCUdSqboStve/1eKTrtt27QfDSSUTG8AVJQzU0eaN/j8UocH+CqfA==} dependencies: sirv: 2.0.2 dev: true @@ -2413,6 +2547,15 @@ packages: source-map: 0.6.1 dev: true + /@vue/compiler-core/3.2.39: + resolution: {integrity: sha512-mf/36OWXqWn0wsC40nwRRGheR/qoID+lZXbIuLnr4/AngM0ov8Xvv8GHunC0rKRIkh60bTqydlqTeBo49rlbqw==} + dependencies: + '@babel/parser': 7.19.0 + '@vue/shared': 3.2.39 + estree-walker: 2.0.2 + source-map: 0.6.1 + dev: true + /@vue/compiler-dom/3.2.38: resolution: {integrity: sha512-zqX4FgUbw56kzHlgYuEEJR8mefFiiyR3u96498+zWPsLeh1WKvgIReoNE+U7gG8bCUdvsrJ0JRmev0Ky6n2O0g==} dependencies: @@ -2420,6 +2563,13 @@ packages: '@vue/shared': 3.2.38 dev: true + /@vue/compiler-dom/3.2.39: + resolution: {integrity: sha512-HMFI25Be1C8vLEEv1hgEO1dWwG9QQ8LTTPmCkblVJY/O3OvWx6r1+zsox5mKPMGvqYEZa6l8j+xgOfUspgo7hw==} + dependencies: + '@vue/compiler-core': 3.2.39 + '@vue/shared': 3.2.39 + dev: true + /@vue/compiler-sfc/3.2.38: resolution: {integrity: sha512-KZjrW32KloMYtTcHAFuw3CqsyWc5X6seb8KbkANSWt3Cz9p2qA8c1GJpSkksFP9ABb6an0FLCFl46ZFXx3kKpg==} dependencies: @@ -2435,6 +2585,21 @@ packages: source-map: 0.6.1 dev: true + /@vue/compiler-sfc/3.2.39: + resolution: {integrity: sha512-fqAQgFs1/BxTUZkd0Vakn3teKUt//J3c420BgnYgEOoVdTwYpBTSXCMJ88GOBCylmUBbtquGPli9tVs7LzsWIA==} + dependencies: + '@babel/parser': 7.19.0 + '@vue/compiler-core': 3.2.39 + '@vue/compiler-dom': 3.2.39 + '@vue/compiler-ssr': 3.2.39 + '@vue/reactivity-transform': 3.2.39 + '@vue/shared': 3.2.39 + estree-walker: 2.0.2 + magic-string: 0.25.9 + postcss: 8.4.16 + source-map: 0.6.1 + dev: true + /@vue/compiler-ssr/3.2.38: resolution: {integrity: sha512-bm9jOeyv1H3UskNm4S6IfueKjUNFmi2kRweFIGnqaGkkRePjwEcfCVqyS3roe7HvF4ugsEkhf4+kIvDhip6XzQ==} dependencies: @@ -2442,6 +2607,13 @@ packages: '@vue/shared': 3.2.38 dev: true + /@vue/compiler-ssr/3.2.39: + resolution: {integrity: sha512-EoGCJ6lincKOZGW+0Ky4WOKsSmqL7hp1ZYgen8M7u/mlvvEQUaO9tKKOy7K43M9U2aA3tPv0TuYYQFrEbK2eFQ==} + dependencies: + '@vue/compiler-dom': 3.2.39 + '@vue/shared': 3.2.39 + dev: true + /@vue/devtools-api/6.2.1: resolution: {integrity: sha512-OEgAMeQXvCoJ+1x8WyQuVZzFo0wcyCmUR3baRVLmKBo1LmYZWMlRiXlux5jd0fqVJu6PfDbOrZItVqUEzLobeQ==} dev: true @@ -2456,10 +2628,26 @@ packages: magic-string: 0.25.9 dev: true + /@vue/reactivity-transform/3.2.39: + resolution: {integrity: sha512-HGuWu864zStiWs9wBC6JYOP1E00UjMdDWIG5W+FpUx28hV3uz9ODOKVNm/vdOy/Pvzg8+OcANxAVC85WFBbl3A==} + dependencies: + '@babel/parser': 7.19.0 + '@vue/compiler-core': 3.2.39 + '@vue/shared': 3.2.39 + estree-walker: 2.0.2 + magic-string: 0.25.9 + dev: true + /@vue/reactivity/3.2.38: resolution: {integrity: sha512-6L4myYcH9HG2M25co7/BSo0skKFHpAN8PhkNPM4xRVkyGl1K5M3Jx4rp5bsYhvYze2K4+l+pioN4e6ZwFLUVtw==} dependencies: '@vue/shared': 3.2.38 + dev: true + + /@vue/reactivity/3.2.39: + resolution: {integrity: sha512-vlaYX2a3qMhIZfrw3Mtfd+BuU+TZmvDrPMa+6lpfzS9k/LnGxkSuf0fhkP0rMGfiOHPtyKoU9OJJJFGm92beVQ==} + dependencies: + '@vue/shared': 3.2.39 /@vue/runtime-core/3.2.38: resolution: {integrity: sha512-kk0qiSiXUU/IKxZw31824rxmFzrLr3TL6ZcbrxWTKivadoKupdlzbQM4SlGo4MU6Zzrqv4fzyUasTU1jDoEnzg==} @@ -2468,6 +2656,13 @@ packages: '@vue/shared': 3.2.38 dev: true + /@vue/runtime-core/3.2.39: + resolution: {integrity: sha512-xKH5XP57JW5JW+8ZG1khBbuLakINTgPuINKL01hStWLTTGFOrM49UfCFXBcFvWmSbci3gmJyLl2EAzCaZWsx8g==} + dependencies: + '@vue/reactivity': 3.2.39 + '@vue/shared': 3.2.39 + dev: true + /@vue/runtime-dom/3.2.38: resolution: {integrity: sha512-4PKAb/ck2TjxdMSzMsnHViOrrwpudk4/A56uZjhzvusoEU9xqa5dygksbzYepdZeB5NqtRw5fRhWIiQlRVK45A==} dependencies: @@ -2476,6 +2671,14 @@ packages: csstype: 2.6.20 dev: true + /@vue/runtime-dom/3.2.39: + resolution: {integrity: sha512-4G9AEJP+sLhsqf5wXcyKVWQKUhI+iWfy0hWQgea+CpaTD7BR0KdQzvoQdZhwCY6B3oleSyNLkLAQwm0ya/wNoA==} + dependencies: + '@vue/runtime-core': 3.2.39 + '@vue/shared': 3.2.39 + csstype: 2.6.20 + dev: true + /@vue/server-renderer/3.2.38_vue@3.2.38: resolution: {integrity: sha512-pg+JanpbOZ5kEfOZzO2bt02YHd+ELhYP8zPeLU1H0e7lg079NtuuSB8fjLdn58c4Ou8UQ6C1/P+528nXnLPAhA==} peerDependencies: @@ -2486,8 +2689,22 @@ packages: vue: 3.2.38 dev: true + /@vue/server-renderer/3.2.39_vue@3.2.39: + resolution: {integrity: sha512-1yn9u2YBQWIgytFMjz4f/t0j43awKytTGVptfd3FtBk76t1pd8mxbek0G/DrnjJhd2V7mSTb5qgnxMYt8Z5iSQ==} + peerDependencies: + vue: 3.2.39 + dependencies: + '@vue/compiler-ssr': 3.2.39 + '@vue/shared': 3.2.39 + vue: 3.2.39 + dev: true + /@vue/shared/3.2.38: resolution: {integrity: sha512-dTyhTIRmGXBjxJE+skC8tTWCGLCVc4wQgRRLt8+O9p5ewBAjoBwtCAkLPrtToSr1xltoe3st21Pv953aOZ7alg==} + dev: true + + /@vue/shared/3.2.39: + resolution: {integrity: sha512-D3dl2ZB9qE6mTuWPk9RlhDeP1dgNRUKC3NJxji74A4yL8M2MwlhLKUC/49WHjrNzSPug58fWx/yFbaTzGAQSBw==} /@vueuse/core/9.2.0_vue@3.2.38: resolution: {integrity: sha512-/MZ6qpz6uSyaXrtoeBWQzAKRG3N7CvfVWvQxiM3ei3Xe5ydOjjtVbo7lGl9p8dECV93j7W8s63A8H0kFLpLyxg==} @@ -2501,12 +2718,27 @@ packages: - vue dev: true - /@vueuse/head/0.7.9_vue@3.2.38: - resolution: {integrity: sha512-5wnRiH2XIUSLLXJDLDDTcpvAg5QXgTIVZl46AU7to/T91KHsdBLHSE4WhRO7kP0jbkAhlxnx64E29cQtwBrMjg==} + /@vueuse/core/9.2.0_vue@3.2.39: + resolution: {integrity: sha512-/MZ6qpz6uSyaXrtoeBWQzAKRG3N7CvfVWvQxiM3ei3Xe5ydOjjtVbo7lGl9p8dECV93j7W8s63A8H0kFLpLyxg==} + dependencies: + '@types/web-bluetooth': 0.0.15 + '@vueuse/metadata': 9.2.0 + '@vueuse/shared': 9.2.0_vue@3.2.39 + vue-demi: 0.13.11_vue@3.2.39 + transitivePeerDependencies: + - '@vue/composition-api' + - vue + dev: true + + /@vueuse/head/0.7.12_vue@3.2.39: + resolution: {integrity: sha512-sRcrE6VohiHInQR0sB0U8H8x2hAKdo+AIhd5PWBLx1jUp2vwyeQyA/4rlCzP5CMDB8z61MLvsOCApFJrRMRtTQ==} peerDependencies: - vue: '>=3' + vue: '>=2.7 || >=3' dependencies: - vue: 3.2.38 + '@zhead/schema-vue': 0.7.3_vue@3.2.39 + vue: 3.2.39 + transitivePeerDependencies: + - '@vue/composition-api' dev: true /@vueuse/math/9.2.0_vue@3.2.38: @@ -2523,17 +2755,17 @@ packages: resolution: {integrity: sha512-exN4KE6iquxDCdt72BgEhb3tlOpECtD61AUdXnUqBTIUCl70x1Ar/QXo3bYcvxmdMS2/peQyfeTzBjRTpvL5xw==} dev: true - /@vueuse/nuxt/9.2.0_nzde5a5h5p5atbb4nzjhxuh3pa: + /@vueuse/nuxt/9.2.0_qyiovhnqo4sx3rijbkvb6nomva: resolution: {integrity: sha512-SztYIO0R4paBsuR4N1q+XHiqj0J2Go0dvQ7sHX8IPXbSjwORPOmK6Oo7i4SEWrWwz3Q+B1mrnlP19lR00K9Sqw==} peerDependencies: nuxt: ^3.0.0-rc.9 dependencies: '@nuxt/kit': 3.0.0-rc.9_rollup@2.79.0+vite@3.1.0 - '@vueuse/core': 9.2.0_vue@3.2.38 + '@vueuse/core': 9.2.0_vue@3.2.39 '@vueuse/metadata': 9.2.0 local-pkg: 0.4.2 - nuxt: 3.0.0-rc.9_rollup@2.79.0+vite@3.1.0 - vue-demi: 0.13.11_vue@3.2.38 + nuxt: 3.0.0-rc.10_rollup@2.79.0+vite@3.1.0 + vue-demi: 0.13.11_vue@3.2.39 transitivePeerDependencies: - '@vue/composition-api' - esbuild @@ -2553,6 +2785,15 @@ packages: - vue dev: true + /@vueuse/shared/9.2.0_vue@3.2.39: + resolution: {integrity: sha512-NnRp/noSWuXW0dKhZK5D0YLrDi0nmZ18UeEgwXQq7Ul5TTP93lcNnKjrHtd68j2xFB/l59yPGFlCryL692bnrA==} + dependencies: + vue-demi: 0.13.11_vue@3.2.39 + transitivePeerDependencies: + - '@vue/composition-api' + - vue + dev: true + /@webassemblyjs/ast/1.11.1: resolution: {integrity: sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==} dependencies: @@ -2644,23 +2885,23 @@ packages: '@webassemblyjs/ast': 1.11.1 '@xtuc/long': 4.2.2 - /@windicss/config/1.8.7: - resolution: {integrity: sha512-8n+/Y36j5L3rw2tgMdLjeGRuNV7VYfKoHoraLK6Bk9OJ1MTPd5vv7pekof/uOPWVV7WWjVeZ6CTO8SDbDDW3iw==} + /@windicss/config/1.8.8: + resolution: {integrity: sha512-kNas/zMkwsDFMcJPmHoPDJlQi1MHvYwx8BSxo9JKcbCW7Gaj8Rg2CnEImX5YdT+ZcFQqQ+kUn0Vi/ScsAxhGEw==} dependencies: debug: 4.3.4 - jiti: 1.14.0 + jiti: 1.15.0 windicss: 3.5.6 transitivePeerDependencies: - supports-color dev: true - /@windicss/plugin-utils/1.8.7: - resolution: {integrity: sha512-dfj95olNZyGFDPFMBvE5oq8hA5f0ooUJZjVdWlthS4ek4W1/xNOHDxB6ygWR8LE9zCOXZykApjt1LOhy9Ky2QA==} + /@windicss/plugin-utils/1.8.8: + resolution: {integrity: sha512-a+npbTKmdrAvnMqzVJvyPa29xyNcPaSkt6qQpgWY9m0WyVlYd9BM8V0+cbqt279fTlvlaZpUs9dqmilB1PUH6g==} dependencies: '@antfu/utils': 0.5.2 - '@windicss/config': 1.8.7 + '@windicss/config': 1.8.8 debug: 4.3.4 - fast-glob: 3.2.11 + fast-glob: 3.2.12 magic-string: 0.26.3 micromatch: 4.0.5 windicss: 3.5.6 @@ -2679,6 +2920,22 @@ packages: /@xtuc/long/4.2.2: resolution: {integrity: sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==} + /@zhead/schema-vue/0.7.3_vue@3.2.39: + resolution: {integrity: sha512-X9wIugL/7fFoeVbxPDgRvBLdKt2k243ZezU4N85iCHjs4OaGTgXUPQVfb9+uP7dSj2kMSAvhvY6fKe7D9TzbHA==} + peerDependencies: + vue: '>=2.7 || >=3' + dependencies: + '@vueuse/shared': 9.2.0_vue@3.2.39 + '@zhead/schema': 0.7.3 + vue: 3.2.39 + transitivePeerDependencies: + - '@vue/composition-api' + dev: true + + /@zhead/schema/0.7.3: + resolution: {integrity: sha512-z7TDtS5YihDW1w5Xk/P5iZ5bHuEajAGsRFs8ipgVSKZSqHy/7Tc4mC6FUfwFciHOj1efMHWf+tFY+byKUdVKug==} + dev: true + /@zxing/text-encoding/0.9.0: resolution: {integrity: sha512-U/4aVJ2mxI0aDNI8Uq0wEhMgY+u4CNtEb0om3+y3+niDAsoTCOB33UF0sxpzqzdqXLqmvc+vZyAt4O8pPdfkwA==} requiresBuild: true @@ -2942,12 +3199,12 @@ packages: engines: {node: '>=8'} dev: true - /astro/1.1.5: - resolution: {integrity: sha512-V3uDGTHYDbrqDbCpziEgCv8uElow/Ae1LjGC7guTQTU3IXzcVbJPkIfx8uNDThQ6nZpSb38z9GsFtsNJ9A3OmQ==} + /astro/1.2.6: + resolution: {integrity: sha512-u6s5EH6+F/IpNkjJJ2RAKMWmBIOVz4AozjyW7aD0hsiGkVF0VYu7AqNWO3TTG6WQ6c9YbosDpfj+JKTT+S/JhA==} engines: {node: ^14.18.0 || >=16.12.0, npm: '>=6.14.0'} hasBin: true dependencies: - '@astrojs/compiler': 0.23.4 + '@astrojs/compiler': 0.24.0 '@astrojs/language-server': 0.23.3 '@astrojs/markdown-remark': 1.1.1 '@astrojs/telemetry': 1.0.0 @@ -2960,6 +3217,9 @@ packages: '@babel/types': 7.19.0 '@proload/core': 0.3.3 '@proload/plugin-tsm': 0.2.1_@proload+core@0.3.3 + '@types/babel__core': 7.1.19 + '@types/html-escaper': 3.0.0 + '@types/yargs-parser': 21.0.0 boxen: 6.2.1 ci-info: 3.3.2 common-ancestor-path: 1.0.1 @@ -2969,7 +3229,7 @@ packages: es-module-lexer: 0.10.5 esbuild: 0.14.54 execa: 6.1.0 - fast-glob: 3.2.11 + fast-glob: 3.2.12 github-slugger: 1.4.0 gray-matter: 4.0.3 html-entities: 2.3.3 @@ -2987,7 +3247,7 @@ packages: recast: 0.20.5 rehype: 12.0.1 resolve: 1.22.1 - rollup: 2.77.3 + rollup: 2.78.1 semver: 7.3.7 shiki: 0.11.1 sirv: 2.0.2 @@ -3018,15 +3278,15 @@ packages: resolution: {integrity: sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==} dev: true - /autoprefixer/10.4.8_postcss@8.4.16: - resolution: {integrity: sha512-75Jr6Q/XpTqEf6D2ltS5uMewJIx5irCU1oBYJrWjFenq/m12WRRrz6g15L1EIoYvPLXTbEry7rDOwrcYNj77xw==} + /autoprefixer/10.4.11_postcss@8.4.16: + resolution: {integrity: sha512-5lHp6DgRodxlBLSkzHOTcufWFflH1ewfy2hvFQyjrblBFlP/0Yh4O/Wrg4ow8WRlN3AAUFFLAQwX8hTptzqVHg==} engines: {node: ^10 || ^12 || >=14} hasBin: true peerDependencies: postcss: ^8.1.0 dependencies: browserslist: 4.21.3 - caniuse-lite: 1.0.30001390 + caniuse-lite: 1.0.30001402 fraction.js: 4.2.0 normalize-range: 0.1.2 picocolors: 1.0.0 @@ -3177,7 +3437,7 @@ packages: dependencies: '@jsdevtools/ez-spawn': 3.0.4 cac: 6.7.14 - fast-glob: 3.2.11 + fast-glob: 3.2.12 kleur: 4.1.5 prompts: 2.4.2 semver: 7.3.7 @@ -3203,6 +3463,19 @@ packages: mlly: 0.5.14 pathe: 0.3.5 rc9: 1.2.2 + dev: true + + /c12/0.2.12: + resolution: {integrity: sha512-Oq+XDrx2luek30VrWU0QXrvPbILAp8fDVgprRvhP4WL4CZaSqE7CNHIhq1R824YSkMVUOfMjsZFRcVqs7I2Xxg==} + dependencies: + defu: 6.1.0 + dotenv: 16.0.2 + gittar: 0.1.1 + jiti: 1.15.0 + mlly: 0.5.14 + pathe: 0.3.7 + pkg-types: 0.3.5 + rc9: 1.2.2 /cac/6.7.14: resolution: {integrity: sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==} @@ -3238,7 +3511,7 @@ packages: resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==} dependencies: browserslist: 4.21.3 - caniuse-lite: 1.0.30001390 + caniuse-lite: 1.0.30001402 lodash.memoize: 4.1.2 lodash.uniq: 4.5.0 dev: true @@ -3246,6 +3519,10 @@ packages: /caniuse-lite/1.0.30001390: resolution: {integrity: sha512-sS4CaUM+/+vqQUlCvCJ2WtDlV81aWtHhqeEVkLokVJJa3ViN4zDxAGfq9R8i1m90uGHxo99cy10Od+lvn3hf0g==} + /caniuse-lite/1.0.30001402: + resolution: {integrity: sha512-Mx4MlhXO5NwuvXGgVb+hg65HZ+bhUYsz8QtDGDo2QmaJS2GBX47Xfi2koL86lc8K+l+htXeTEB/Aeqvezoo6Ew==} + dev: true + /ccount/2.0.1: resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==} dev: true @@ -4573,7 +4850,7 @@ packages: - supports-color dev: true - /eslint-module-utils/2.7.4_rbmyfqvqfgy6zsanjv334ilvcy: + /eslint-module-utils/2.7.4_gsk7aoxhfvptq77tgburtafu6q: resolution: {integrity: sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==} engines: {node: '>=4'} peerDependencies: @@ -4594,43 +4871,43 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.36.2_shit3uhl6a7megkzgoz6xssnfa + '@typescript-eslint/parser': 5.36.2_irgkl5vooow2ydyo6aokmferha debug: 3.2.7 - eslint: 8.22.0 + eslint: 8.23.1 eslint-import-resolver-node: 0.3.6 transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-antfu/0.26.3_shit3uhl6a7megkzgoz6xssnfa: + /eslint-plugin-antfu/0.26.3_irgkl5vooow2ydyo6aokmferha: resolution: {integrity: sha512-w64+iWWMSrlsX0oNTuAE0XcgPl3kP2L6xU0iKdLuSTOmhULPE4BoUNuYpD0XUKbP2Ke4JxB+DP/uBNb7jykfbg==} dependencies: - '@typescript-eslint/utils': 5.36.2_shit3uhl6a7megkzgoz6xssnfa + '@typescript-eslint/utils': 5.36.2_irgkl5vooow2ydyo6aokmferha transitivePeerDependencies: - eslint - supports-color - typescript dev: true - /eslint-plugin-es/4.1.0_eslint@8.22.0: + /eslint-plugin-es/4.1.0_eslint@8.23.1: resolution: {integrity: sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=4.19.1' dependencies: - eslint: 8.22.0 + eslint: 8.23.1 eslint-utils: 2.1.0 regexpp: 3.2.0 dev: true - /eslint-plugin-eslint-comments/3.2.0_eslint@8.22.0: + /eslint-plugin-eslint-comments/3.2.0_eslint@8.23.1: resolution: {integrity: sha512-0jkOl0hfojIHHmEHgmNdqv4fmh7300NdpA9FFpF7zaoLvB/QeXOGNLIo86oAveJFrfB1p05kC8hpEMHM8DwWVQ==} engines: {node: '>=6.5.0'} peerDependencies: eslint: '>=4.19.1' dependencies: escape-string-regexp: 1.0.5 - eslint: 8.22.0 + eslint: 8.23.1 ignore: 5.2.0 dev: true @@ -4640,7 +4917,7 @@ packages: htmlparser2: 8.0.1 dev: true - /eslint-plugin-import/2.26.0_rp6sxvaar57pksaoraovqbwooq: + /eslint-plugin-import/2.26.0_bgdmkk372fjuptfjwugrzcrhfe: resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==} engines: {node: '>=4'} peerDependencies: @@ -4650,14 +4927,14 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.36.2_shit3uhl6a7megkzgoz6xssnfa + '@typescript-eslint/parser': 5.36.2_irgkl5vooow2ydyo6aokmferha array-includes: 3.1.5 array.prototype.flat: 1.3.0 debug: 2.6.9 doctrine: 2.1.0 - eslint: 8.22.0 + eslint: 8.23.1 eslint-import-resolver-node: 0.3.6 - eslint-module-utils: 2.7.4_rbmyfqvqfgy6zsanjv334ilvcy + eslint-module-utils: 2.7.4_gsk7aoxhfvptq77tgburtafu6q has: 1.0.3 is-core-module: 2.10.0 is-glob: 4.0.3 @@ -4671,40 +4948,40 @@ packages: - supports-color dev: true - /eslint-plugin-jsonc/2.4.0_eslint@8.22.0: + /eslint-plugin-jsonc/2.4.0_eslint@8.23.1: resolution: {integrity: sha512-YXy5PjyUL9gFYal6pYijd8P6EmpeWskv7PVhB9Py/AwKPn+hwnQHcIzQILiLfxztfhtWiRIUSzoLe/JThZgSUw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' dependencies: - eslint: 8.22.0 - eslint-utils: 3.0.0_eslint@8.22.0 + eslint: 8.23.1 + eslint-utils: 3.0.0_eslint@8.23.1 jsonc-eslint-parser: 2.1.0 natural-compare: 1.4.0 dev: true - /eslint-plugin-markdown/3.0.0_eslint@8.22.0: + /eslint-plugin-markdown/3.0.0_eslint@8.23.1: resolution: {integrity: sha512-hRs5RUJGbeHDLfS7ELanT0e29Ocyssf/7kBM+p7KluY5AwngGkDf8Oyu4658/NZSGTTq05FZeWbkxXtbVyHPwg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - eslint: 8.22.0 + eslint: 8.23.1 mdast-util-from-markdown: 0.8.5 transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-n/15.2.5_eslint@8.22.0: + /eslint-plugin-n/15.2.5_eslint@8.23.1: resolution: {integrity: sha512-8+BYsqiyZfpu6NXmdLOXVUfk8IocpCjpd8nMRRH0A9ulrcemhb2VI9RSJMEy5udx++A/YcVPD11zT8hpFq368g==} engines: {node: '>=12.22.0'} peerDependencies: eslint: '>=7.0.0' dependencies: builtins: 5.0.1 - eslint: 8.22.0 - eslint-plugin-es: 4.1.0_eslint@8.22.0 - eslint-utils: 3.0.0_eslint@8.22.0 + eslint: 8.23.1 + eslint-plugin-es: 4.1.0_eslint@8.23.1 + eslint-utils: 3.0.0_eslint@8.23.1 ignore: 5.2.0 is-core-module: 2.10.0 minimatch: 3.1.2 @@ -4712,16 +4989,16 @@ packages: semver: 7.3.7 dev: true - /eslint-plugin-promise/6.0.1_eslint@8.22.0: + /eslint-plugin-promise/6.0.1_eslint@8.23.1: resolution: {integrity: sha512-uM4Tgo5u3UWQiroOyDEsYcVMOo7re3zmno0IZmB5auxoaQNIceAbXEkSt8RNrKtaYehARHG06pYK6K1JhtP0Zw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 dependencies: - eslint: 8.22.0 + eslint: 8.23.1 dev: true - /eslint-plugin-react/7.31.7_eslint@8.22.0: + /eslint-plugin-react/7.31.7_eslint@8.23.1: resolution: {integrity: sha512-8NldBTeYp/kQoTV1uT0XF6HcmDqbgZ0lNPkN0wlRw8DJKXEnaWu+oh/6gt3xIhzvQ35wB2Y545fJhIbJSZ2NNw==} engines: {node: '>=4'} peerDependencies: @@ -4730,7 +5007,7 @@ packages: array-includes: 3.1.5 array.prototype.flatmap: 1.3.0 doctrine: 2.1.0 - eslint: 8.22.0 + eslint: 8.23.1 estraverse: 5.3.0 jsx-ast-utils: 3.3.3 minimatch: 3.1.2 @@ -4744,7 +5021,7 @@ packages: string.prototype.matchall: 4.0.7 dev: true - /eslint-plugin-unicorn/43.0.2_eslint@8.22.0: + /eslint-plugin-unicorn/43.0.2_eslint@8.23.1: resolution: {integrity: sha512-DtqZ5mf/GMlfWoz1abIjq5jZfaFuHzGBZYIeuJfEoKKGWRHr2JiJR+ea+BF7Wx2N1PPRoT/2fwgiK1NnmNE3Hg==} engines: {node: '>=14.18'} peerDependencies: @@ -4753,8 +5030,8 @@ packages: '@babel/helper-validator-identifier': 7.18.6 ci-info: 3.3.2 clean-regexp: 1.0.0 - eslint: 8.22.0 - eslint-utils: 3.0.0_eslint@8.22.0 + eslint: 8.23.1 + eslint-utils: 3.0.0_eslint@8.23.1 esquery: 1.4.0 indent-string: 4.0.0 is-builtin-module: 3.2.0 @@ -4767,32 +5044,32 @@ packages: strip-indent: 3.0.0 dev: true - /eslint-plugin-vue/9.4.0_eslint@8.22.0: + /eslint-plugin-vue/9.4.0_eslint@8.23.1: resolution: {integrity: sha512-Nzz2QIJ8FG+rtJaqT/7/ru5ie2XgT9KCudkbN0y3uFYhQ41nuHEaboLAiqwMcK006hZPQv/rVMRhUIwEGhIvfQ==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 dependencies: - eslint: 8.22.0 - eslint-utils: 3.0.0_eslint@8.22.0 + eslint: 8.23.1 + eslint-utils: 3.0.0_eslint@8.23.1 natural-compare: 1.4.0 nth-check: 2.1.1 postcss-selector-parser: 6.0.10 semver: 7.3.7 - vue-eslint-parser: 9.0.3_eslint@8.22.0 + vue-eslint-parser: 9.0.3_eslint@8.23.1 xml-name-validator: 4.0.0 transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-yml/1.2.0_eslint@8.22.0: + /eslint-plugin-yml/1.2.0_eslint@8.23.1: resolution: {integrity: sha512-v0jAU/F5SJg28zkpxwGpY04eGZMWFP6os8u2qaEAIRjSH2GqrNl0yBR5+sMHLU/026kAduxVbvLSqmT3Mu3O0g==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' dependencies: debug: 4.3.4 - eslint: 8.22.0 + eslint: 8.23.1 lodash: 4.17.21 natural-compare: 1.4.0 yaml-eslint-parser: 1.1.0 @@ -4822,13 +5099,13 @@ packages: eslint-visitor-keys: 1.3.0 dev: true - /eslint-utils/3.0.0_eslint@8.22.0: + /eslint-utils/3.0.0_eslint@8.23.1: resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} peerDependencies: eslint: '>=5' dependencies: - eslint: 8.22.0 + eslint: 8.23.1 eslint-visitor-keys: 2.1.0 dev: true @@ -4847,14 +5124,15 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /eslint/8.22.0: - resolution: {integrity: sha512-ci4t0sz6vSRKdmkOGmprBo6fmI4PrphDFMy5JEq/fNS0gQkJM3rLmrqcp8ipMcdobH3KtUP40KniAE9W19S4wA==} + /eslint/8.23.1: + resolution: {integrity: sha512-w7C1IXCc6fNqjpuYd0yPlcTKKmHlHHktRkzmBPZ+7cvNBQuiNjx0xaMTjAJGCafJhQkrFJooREv0CtrVzmHwqg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: - '@eslint/eslintrc': 1.3.1 + '@eslint/eslintrc': 1.3.2 '@humanwhocodes/config-array': 0.10.4 '@humanwhocodes/gitignore-to-minimatch': 1.0.2 + '@humanwhocodes/module-importer': 1.0.1 ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.3 @@ -4862,7 +5140,7 @@ packages: doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.1.1 - eslint-utils: 3.0.0_eslint@8.22.0 + eslint-utils: 3.0.0_eslint@8.23.1 eslint-visitor-keys: 3.3.0 espree: 9.4.0 esquery: 1.4.0 @@ -4870,7 +5148,6 @@ packages: fast-deep-equal: 3.1.3 file-entry-cache: 6.0.1 find-up: 5.0.0 - functional-red-black-tree: 1.0.1 glob-parent: 6.0.2 globals: 13.17.0 globby: 11.1.0 @@ -4879,6 +5156,7 @@ packages: import-fresh: 3.3.0 imurmurhash: 0.1.4 is-glob: 4.0.3 + js-sdsl: 4.1.4 js-yaml: 4.1.0 json-stable-stringify-without-jsonify: 1.0.1 levn: 0.4.1 @@ -4890,7 +5168,6 @@ packages: strip-ansi: 6.0.1 strip-json-comments: 3.1.1 text-table: 0.2.0 - v8-compile-cache: 2.3.0 transitivePeerDependencies: - supports-color dev: true @@ -5042,7 +5319,7 @@ packages: dependencies: enhanced-resolve: 5.10.0 mlly: 0.5.14 - pathe: 0.3.5 + pathe: 0.3.7 ufo: 0.8.5 dev: true @@ -5067,6 +5344,16 @@ packages: merge2: 1.4.1 micromatch: 4.0.5 + /fast-glob/3.2.12: + resolution: {integrity: sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==} + engines: {node: '>=8.6.0'} + dependencies: + '@nodelib/fs.stat': 2.0.5 + '@nodelib/fs.walk': 1.2.8 + glob-parent: 5.1.2 + merge2: 1.4.1 + micromatch: 4.0.5 + /fast-json-stable-stringify/2.1.0: resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==} @@ -5609,8 +5896,8 @@ packages: space-separated-tokens: 2.0.1 dev: true - /headers-polyfill/3.0.10: - resolution: {integrity: sha512-lOhQU7iG3AMcjmb8NIWCa+KwfJw5bY44BoWPtrj5A4iDbSD3ylGf5QcYr0ZyQnhkKQ2GgWNLdF2rfrXtXlF3nQ==} + /headers-polyfill/3.1.0: + resolution: {integrity: sha512-AVwgTAzeGpF7kwUCMc9HbAoCKFcHGEfmWkaI8g0jprrkh9VPRaofIsfV7Lw8UuR9pi4Rk7IIjJce8l0C+jSJNA==} dev: true /hookable/5.3.0: @@ -6131,7 +6418,7 @@ packages: resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 18.7.15 + '@types/node': 18.7.18 merge-stream: 2.0.0 supports-color: 7.2.0 dev: true @@ -6148,6 +6435,10 @@ packages: resolution: {integrity: sha512-4IwstlaKQc9vCTC+qUXLM1hajy2ImiL9KnLvVYiaHOtS/v3wRjhLlGl121AmgDgx/O43uKmxownJghS5XMya2A==} hasBin: true + /jiti/1.15.0: + resolution: {integrity: sha512-cClBkETOCVIpPMjX3ULlivuBvmt8l2Xtz+SHrULO06OqdtV0QFR2cuhc4FJnXByjUUX4CY0pl1nph0aFh9D3yA==} + hasBin: true + /joycon/3.1.1: resolution: {integrity: sha512-34wB/Y7MW7bzjKRjUKTa46I2Z7eV62Rkhva+KkopW7Qvv/OSWBqvkSY7vusOPrNuZcUG3tApvdVgNB8POj3SPw==} engines: {node: '>=10'} @@ -6158,6 +6449,10 @@ packages: engines: {node: '>=0.10.0'} dev: true + /js-sdsl/4.1.4: + resolution: {integrity: sha512-Y2/yD55y5jteOAmY50JbUZYwk3CP3wnLPEZnlR1w9oKhITrBEtAxwuWKebFf8hMrPMgbYwFoWK/lH2sBkErELw==} + dev: true + /js-stringify/1.0.2: resolution: {integrity: sha512-rtS5ATOo2Q5k1G+DADISilDA6lv79zIiwFd6CcjuIxGKLFm5C+RLImRscVap9k55i+MOZwgliw+NejvkLuGD5g==} dev: true @@ -7160,7 +7455,7 @@ packages: hasBin: true dev: true - /mkdist/0.3.13_typescript@4.8.2: + /mkdist/0.3.13_typescript@4.8.3: resolution: {integrity: sha512-+eCPpkr8l2X630y5PIlkts2tzYEsb+aGIgXdrQv9ZGtWE2bLlD6kVIFfI6FJwFpjjw4dPPyorxQc6Uhm/oXlvg==} hasBin: true peerDependencies: @@ -7173,10 +7468,10 @@ packages: esbuild: 0.14.54 fs-extra: 10.1.0 globby: 11.1.0 - jiti: 1.14.0 + jiti: 1.15.0 mri: 1.2.0 pathe: 0.2.0 - typescript: 4.8.2 + typescript: 4.8.3 dev: true /mlly/0.5.14: @@ -7207,8 +7502,8 @@ packages: resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} dev: true - /msw/0.47.0_typescript@4.8.2: - resolution: {integrity: sha512-e4zfVjv+YoTshwuatioFWWpfJOG2h9ZMqzlwsXX5146q4k2pn+wBrb4wPQP+Gp3Tghc44QZ9II2am532HNkumA==} + /msw/0.47.3_typescript@4.8.3: + resolution: {integrity: sha512-X3w/1fi29mEqoCajgFV59hrmns+mdD/FPegYMRwW7CK0vi//yX9NVy07/XspdBm6W1TNtb8Giv79SmS2BAb0Wg==} engines: {node: '>=14'} hasBin: true requiresBuild: true @@ -7219,7 +7514,7 @@ packages: optional: true dependencies: '@mswjs/cookies': 0.2.2 - '@mswjs/interceptors': 0.17.4 + '@mswjs/interceptors': 0.17.5 '@open-draft/until': 1.0.3 '@types/cookie': 0.4.1 '@types/js-levenshtein': 1.1.1 @@ -7227,7 +7522,7 @@ packages: chokidar: 3.5.3 cookie: 0.4.2 graphql: 16.6.0 - headers-polyfill: 3.0.10 + headers-polyfill: 3.1.0 inquirer: 8.2.4 is-node-process: 1.0.1 js-levenshtein: 1.1.6 @@ -7237,7 +7532,7 @@ packages: statuses: 2.0.1 strict-event-emitter: 0.2.4 type-fest: 2.19.0 - typescript: 4.8.2 + typescript: 4.8.3 yargs: 17.5.1 transitivePeerDependencies: - encoding @@ -7275,8 +7570,8 @@ packages: /neo-async/2.6.2: resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==} - /nitropack/0.5.1_vite@3.0.9: - resolution: {integrity: sha512-mPDcj1lmbjZLtXJjE4EXkXsq2S+DnbBNHYOs1SNBeFiBIlOYqhyHipJR5zx/m/SuR9ELd9DyBIVm/ulQDipUhg==} + /nitropack/0.5.3_vite@3.0.9: + resolution: {integrity: sha512-X54AQOAUDwuegwMaiVsWGUpG7kgOVlwUnbV9fIo4sClmwU7zmTblmM+NhiioC06r/Z5OKKM8Bj+vmIL52GBejg==} engines: {node: ^14.16.0 || ^16.11.0 || ^17.0.0 || ^18.0.0} hasBin: true dependencies: @@ -7286,13 +7581,13 @@ packages: '@rollup/plugin-commonjs': 22.0.2_rollup@2.79.0 '@rollup/plugin-inject': 4.0.4_rollup@2.79.0 '@rollup/plugin-json': 4.1.0_rollup@2.79.0 - '@rollup/plugin-node-resolve': 13.3.0_rollup@2.79.0 + '@rollup/plugin-node-resolve': 14.1.0_rollup@2.79.0 '@rollup/plugin-replace': 4.0.0_rollup@2.79.0 '@rollup/plugin-wasm': 5.2.0_rollup@2.79.0 '@rollup/pluginutils': 4.2.1 '@vercel/nft': 0.22.1 archiver: 5.3.1 - c12: 0.2.10 + c12: 0.2.12 chalk: 5.0.1 chokidar: 3.5.3 consola: 2.15.3 @@ -7310,7 +7605,7 @@ packages: hookable: 5.3.0 http-proxy: 1.18.1 is-primitive: 3.0.1 - jiti: 1.14.0 + jiti: 1.15.0 klona: 2.0.5 knitwork: 0.1.2 listhen: 0.2.15 @@ -7320,9 +7615,9 @@ packages: node-fetch-native: 0.1.4 ohash: 0.1.5 ohmyfetch: 0.4.18 - pathe: 0.3.5 + pathe: 0.3.7 perfect-debounce: 0.1.3 - pkg-types: 0.3.4 + pkg-types: 0.3.5 pretty-bytes: 6.0.0 radix3: 0.1.2 rollup: 2.79.0 @@ -7348,8 +7643,8 @@ packages: - webpack dev: true - /nitropack/0.5.1_vite@3.1.0: - resolution: {integrity: sha512-mPDcj1lmbjZLtXJjE4EXkXsq2S+DnbBNHYOs1SNBeFiBIlOYqhyHipJR5zx/m/SuR9ELd9DyBIVm/ulQDipUhg==} + /nitropack/0.5.3_vite@3.1.0: + resolution: {integrity: sha512-X54AQOAUDwuegwMaiVsWGUpG7kgOVlwUnbV9fIo4sClmwU7zmTblmM+NhiioC06r/Z5OKKM8Bj+vmIL52GBejg==} engines: {node: ^14.16.0 || ^16.11.0 || ^17.0.0 || ^18.0.0} hasBin: true dependencies: @@ -7359,13 +7654,13 @@ packages: '@rollup/plugin-commonjs': 22.0.2_rollup@2.79.0 '@rollup/plugin-inject': 4.0.4_rollup@2.79.0 '@rollup/plugin-json': 4.1.0_rollup@2.79.0 - '@rollup/plugin-node-resolve': 13.3.0_rollup@2.79.0 + '@rollup/plugin-node-resolve': 14.1.0_rollup@2.79.0 '@rollup/plugin-replace': 4.0.0_rollup@2.79.0 '@rollup/plugin-wasm': 5.2.0_rollup@2.79.0 '@rollup/pluginutils': 4.2.1 '@vercel/nft': 0.22.1 archiver: 5.3.1 - c12: 0.2.10 + c12: 0.2.12 chalk: 5.0.1 chokidar: 3.5.3 consola: 2.15.3 @@ -7383,7 +7678,7 @@ packages: hookable: 5.3.0 http-proxy: 1.18.1 is-primitive: 3.0.1 - jiti: 1.14.0 + jiti: 1.15.0 klona: 2.0.5 knitwork: 0.1.2 listhen: 0.2.15 @@ -7393,9 +7688,9 @@ packages: node-fetch-native: 0.1.4 ohash: 0.1.5 ohmyfetch: 0.4.18 - pathe: 0.3.5 + pathe: 0.3.7 perfect-debounce: 0.1.3 - pkg-types: 0.3.4 + pkg-types: 0.3.5 pretty-bytes: 6.0.0 radix3: 0.1.2 rollup: 2.79.0 @@ -7532,8 +7827,8 @@ packages: boolbase: 1.0.0 dev: true - /nuxi/3.0.0-rc.9: - resolution: {integrity: sha512-MsjGzFngDIQzouz96KV2LjSqfvXGrNAoKfGTHFiUc1dqtTZmGftY0rsVfsyrDh3I2hofPRN3hKMH7ieFo2PUZA==} + /nuxi/3.0.0-rc.10: + resolution: {integrity: sha512-gTkUm1omiWB2WN3Qj3V7MtMNLeWAEXyFi/ortayyZrNe2OOdZMMQOShmTjLdZMTAM1/Q4Ma3WIqk66gPX3EQHg==} engines: {node: ^14.16.0 || ^16.11.0 || ^17.0.0 || ^18.0.0} hasBin: true optionalDependencies: @@ -7544,23 +7839,23 @@ packages: resolution: {integrity: sha512-5HC34SQqC0yB1mL+vy6K8UoUk+sGq/J0/2qd0yWMN1JXuXfpzmXEimX7Dh4m6v1l8WJ/zSM2MkU6XJvb6sZpSg==} requiresBuild: true dependencies: - fast-glob: 3.2.11 + fast-glob: 3.2.12 dev: true - /nuxt/3.0.0-rc.9_o2denha2gvv5a2hw5rmlqf2vvi: - resolution: {integrity: sha512-fXaqm+Vha/p+MztueluJdEc9hqj6gwjFeuCgOBwIYnV+3nFbHu3EAro8QbPcoYZaj5oot+qY7YuyGczBvlNZuQ==} + /nuxt/3.0.0-rc.10_oivp4tved5ioggf7ulgo5giffq: + resolution: {integrity: sha512-iUIfTRrURymxrivbbhxtw+Y0Cp7PZqRVaYu/ZB0H/G7WKtLk2KRL8kl2GQKwWCJNxfEXdCQjKloTJrVVOUUqpg==} engines: {node: ^14.16.0 || ^16.11.0 || ^17.0.0 || ^18.0.0} hasBin: true dependencies: '@nuxt/devalue': 2.0.0 - '@nuxt/kit': 3.0.0-rc.9_bjmqfvitzn3prp6q33xiihmtom - '@nuxt/schema': 3.0.0-rc.9_bjmqfvitzn3prp6q33xiihmtom + '@nuxt/kit': 3.0.0-rc.10_bjmqfvitzn3prp6q33xiihmtom + '@nuxt/schema': 3.0.0-rc.10_bjmqfvitzn3prp6q33xiihmtom '@nuxt/telemetry': 2.1.5_bjmqfvitzn3prp6q33xiihmtom '@nuxt/ui-templates': 0.3.3 - '@nuxt/vite-builder': 3.0.0-rc.9_kvjslarshwkz7ghdcc6bqwbqou - '@vue/reactivity': 3.2.38 - '@vue/shared': 3.2.38 - '@vueuse/head': 0.7.9_vue@3.2.38 + '@nuxt/vite-builder': 3.0.0-rc.10_jg2x3mreiplbckcixq5lavj2im + '@vue/reactivity': 3.2.39 + '@vue/shared': 3.2.39 + '@vueuse/head': 0.7.12_vue@3.2.39 chokidar: 3.5.3 cookie-es: 0.5.0 defu: 6.1.0 @@ -7574,25 +7869,26 @@ packages: knitwork: 0.1.2 magic-string: 0.26.3 mlly: 0.5.14 - nitropack: 0.5.1_vite@3.0.9 - nuxi: 3.0.0-rc.9 + nitropack: 0.5.3_vite@3.0.9 + nuxi: 3.0.0-rc.10 ohash: 0.1.5 ohmyfetch: 0.4.18 - pathe: 0.3.5 + pathe: 0.3.7 perfect-debounce: 0.1.3 scule: 0.3.2 - strip-literal: 0.4.0 + strip-literal: 0.4.1 ufo: 0.8.5 unctx: 2.0.2_bjmqfvitzn3prp6q33xiihmtom unenv: 0.6.2 unimport: 0.6.7_bjmqfvitzn3prp6q33xiihmtom unplugin: 0.9.5_bjmqfvitzn3prp6q33xiihmtom - untyped: 0.4.7 - vue: 3.2.38 + untyped: 0.5.0 + vue: 3.2.39 vue-bundle-renderer: 0.4.2 vue-devtools-stub: 0.1.0 - vue-router: 4.1.5_vue@3.2.38 + vue-router: 4.1.5_vue@3.2.39 transitivePeerDependencies: + - '@vue/composition-api' - bufferutil - debug - encoding @@ -7612,20 +7908,20 @@ packages: - webpack dev: true - /nuxt/3.0.0-rc.9_rollup@2.79.0+vite@3.1.0: - resolution: {integrity: sha512-fXaqm+Vha/p+MztueluJdEc9hqj6gwjFeuCgOBwIYnV+3nFbHu3EAro8QbPcoYZaj5oot+qY7YuyGczBvlNZuQ==} + /nuxt/3.0.0-rc.10_rollup@2.79.0+vite@3.1.0: + resolution: {integrity: sha512-iUIfTRrURymxrivbbhxtw+Y0Cp7PZqRVaYu/ZB0H/G7WKtLk2KRL8kl2GQKwWCJNxfEXdCQjKloTJrVVOUUqpg==} engines: {node: ^14.16.0 || ^16.11.0 || ^17.0.0 || ^18.0.0} hasBin: true dependencies: '@nuxt/devalue': 2.0.0 - '@nuxt/kit': 3.0.0-rc.9_rollup@2.79.0+vite@3.1.0 - '@nuxt/schema': 3.0.0-rc.9_rollup@2.79.0+vite@3.1.0 + '@nuxt/kit': 3.0.0-rc.10_rollup@2.79.0+vite@3.1.0 + '@nuxt/schema': 3.0.0-rc.10_rollup@2.79.0+vite@3.1.0 '@nuxt/telemetry': 2.1.5_rollup@2.79.0+vite@3.1.0 '@nuxt/ui-templates': 0.3.3 - '@nuxt/vite-builder': 3.0.0-rc.9_vue@3.2.38 - '@vue/reactivity': 3.2.38 - '@vue/shared': 3.2.38 - '@vueuse/head': 0.7.9_vue@3.2.38 + '@nuxt/vite-builder': 3.0.0-rc.10_vue@3.2.39 + '@vue/reactivity': 3.2.39 + '@vue/shared': 3.2.39 + '@vueuse/head': 0.7.12_vue@3.2.39 chokidar: 3.5.3 cookie-es: 0.5.0 defu: 6.1.0 @@ -7639,25 +7935,26 @@ packages: knitwork: 0.1.2 magic-string: 0.26.3 mlly: 0.5.14 - nitropack: 0.5.1_vite@3.1.0 - nuxi: 3.0.0-rc.9 + nitropack: 0.5.3_vite@3.1.0 + nuxi: 3.0.0-rc.10 ohash: 0.1.5 ohmyfetch: 0.4.18 - pathe: 0.3.5 + pathe: 0.3.7 perfect-debounce: 0.1.3 scule: 0.3.2 - strip-literal: 0.4.0 + strip-literal: 0.4.1 ufo: 0.8.5 unctx: 2.0.2_rollup@2.79.0+vite@3.1.0 unenv: 0.6.2 unimport: 0.6.7_rollup@2.79.0+vite@3.1.0 unplugin: 0.9.5_rollup@2.79.0+vite@3.1.0 - untyped: 0.4.7 - vue: 3.2.38 + untyped: 0.5.0 + vue: 3.2.39 vue-bundle-renderer: 0.4.2 vue-devtools-stub: 0.1.0 - vue-router: 4.1.5_vue@3.2.38 + vue-router: 4.1.5_vue@3.2.39 transitivePeerDependencies: + - '@vue/composition-api' - bufferutil - debug - encoding @@ -8015,6 +8312,9 @@ packages: /pathe/0.3.5: resolution: {integrity: sha512-grU/QeYP0ChuE5kjU2/k8VtAeODzbernHlue0gTa27+ayGIu3wqYBIPGfP9r5xSqgCgDd4nWrjKXEfxMillByg==} + /pathe/0.3.7: + resolution: {integrity: sha512-yz7GK+kSsS27x727jtXpd5VT4dDfP/JDIQmaowfxyWCnFjOWtE1VIh7i6TzcSfzW0n4+bRQztj1VdKnITNq/MA==} + /pathval/1.1.1: resolution: {integrity: sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==} dev: true @@ -8064,6 +8364,13 @@ packages: mlly: 0.5.14 pathe: 0.3.5 + /pkg-types/0.3.5: + resolution: {integrity: sha512-VkxCBFVgQhNHYk9subx+HOhZ4jzynH11ah63LZsprTKwPCWG9pfWBlkElWFbvkP9BVR0dP1jS9xPdhaHQNK74Q==} + dependencies: + jsonc-parser: 3.2.0 + mlly: 0.5.14 + pathe: 0.3.7 + /pluralize/8.0.0: resolution: {integrity: sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==} engines: {node: '>=4'} @@ -8958,7 +9265,7 @@ packages: glob: 7.2.3 dev: true - /rollup-plugin-dts/4.2.2_id3sp2lbl4kx3dskm7teaj32um: + /rollup-plugin-dts/4.2.2_ihkqvyh37tzxtjmovjyy2yrv7m: resolution: {integrity: sha512-A3g6Rogyko/PXeKoUlkjxkP++8UDVpgA7C+Tdl77Xj4fgEaIjPSnxRmR53EzvoYy97VMVwLAOcWJudaVAuxneQ==} engines: {node: '>=v12.22.11'} peerDependencies: @@ -8967,7 +9274,7 @@ packages: dependencies: magic-string: 0.26.3 rollup: 2.79.0 - typescript: 4.8.2 + typescript: 4.8.3 optionalDependencies: '@babel/code-frame': 7.18.6 dev: true @@ -9499,6 +9806,12 @@ packages: dependencies: acorn: 8.8.0 + /strip-literal/0.4.1: + resolution: {integrity: sha512-z+F/xmDM8GOdvA5UoZXFxEnxdvMOZ+XEBIwjfLfc8hMSuHpGxjXAUCfuEo+t1GOHSb8+qgI/IBRpxXVMaABYWA==} + dependencies: + acorn: 8.8.0 + dev: true + /style-to-object/0.3.0: resolution: {integrity: sha512-CzFnRRXhzWIdItT3OmF8SQfWyahHhjq3HwcMNCNLn+N7klOOqPjMeG/4JSu77D7ypZdGvSzvkrbyeTMizz2VrA==} dependencies: @@ -9591,12 +9904,10 @@ packages: tslib: 2.4.0 dev: true - /tailwindcss/3.1.8_postcss@8.4.16: + /tailwindcss/3.1.8: resolution: {integrity: sha512-YSneUCZSFDYMwk+TGq8qYFdCA3yfBRdBlS7txSq0LUmzyeqRe3a8fBQzbz9M3WS/iFT4BNf/nmw9mEzrnSaC0g==} engines: {node: '>=12.13.0'} hasBin: true - peerDependencies: - postcss: ^8.0.9 dependencies: arg: 5.0.2 chokidar: 3.5.3 @@ -9737,13 +10048,12 @@ packages: resolution: {integrity: sha512-1Uhn/aqw5C6RI4KejVeTg6mIS7IqxnLJ8Mv2tV5rTc0qWobay7pDUz6Wi392Cnc8ak1H0F2cjoRzb2/AW4+Fvg==} dev: true - /tinybench/2.1.4: - resolution: {integrity: sha512-NFWIw2Gg7EUPdeE8nL1Dc7AMVlk7sOr2PmSNKVuQrZ0YwTOFoshPQ+hcLrgnhK8dTP3FWMCJaf4N+/hXp6lKPw==} - engines: {node: '>=16.0.0'} + /tinybench/2.1.5: + resolution: {integrity: sha512-ak+PZZEuH3mw6CCFOgf5S90YH0MARnZNhxjhjguAmoJimEMAJuNip/rJRd6/wyylHItomVpKTzZk9zrhTrQCoQ==} dev: true - /tinypool/0.2.4: - resolution: {integrity: sha512-Vs3rhkUH6Qq1t5bqtb816oT+HeJTXfwt2cbPH17sWHIYKTotQIFPk3tf2fgqRrVyMDVOc1EnPgzIxfIulXVzwQ==} + /tinypool/0.3.0: + resolution: {integrity: sha512-NX5KeqHOBZU6Bc0xj9Vr5Szbb1j8tUHIeD18s41aDJaPeC5QTdEhK0SpdpUrZlj2nv5cctNcSjaKNanXlfcVEQ==} engines: {node: '>=14.0.0'} dev: true @@ -9880,7 +10190,7 @@ packages: - ts-node dev: true - /tsup/6.2.3_typescript@4.8.2: + /tsup/6.2.3_typescript@4.8.3: resolution: {integrity: sha512-J5Pu2Dx0E1wlpIEsVFv9ryzP1pZ1OYsJ2cBHZ7GrKteytNdzaSz5hmLX7/nAxtypq+jVkVvA79d7S83ETgHQ5w==} engines: {node: '>=14'} hasBin: true @@ -9910,20 +10220,20 @@ packages: source-map: 0.8.0-beta.0 sucrase: 3.25.0 tree-kill: 1.2.2 - typescript: 4.8.2 + typescript: 4.8.3 transitivePeerDependencies: - supports-color - ts-node dev: true - /tsutils/3.21.0_typescript@4.8.2: + /tsutils/3.21.0_typescript@4.8.3: resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} engines: {node: '>= 6'} peerDependencies: typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' dependencies: tslib: 1.14.1 - typescript: 4.8.2 + typescript: 4.8.3 dev: true /tsx/3.9.0: @@ -9990,8 +10300,8 @@ packages: hasBin: true dev: true - /typescript/4.8.2: - resolution: {integrity: sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw==} + /typescript/4.8.3: + resolution: {integrity: sha512-goMHfm00nWPa8UvR/CPSvykqf6dVV8x/dp0c5mFTMTIu0u0FlGWRioyy7Nn0PGAdHxpJZnuO/ut+PpQ8UiHAig==} engines: {node: '>=4.2.0'} hasBin: true dev: true @@ -10012,8 +10322,8 @@ packages: which-boxed-primitive: 1.0.2 dev: true - /unbuild/0.8.10: - resolution: {integrity: sha512-i9VPStkM59dBLFNpeED1G2+EQuR8Tb35yErNxlo5WVDN0zAlE9PHgK5JilX/73sZD9381BTe28H8U/dgXsMvSA==} + /unbuild/0.8.11: + resolution: {integrity: sha512-q/oUXuqpJCoDKUk3qIkRjHPcgee5vvV1oiRJYpKwNkFSSRfzvYchQ+HxObwGrUubzDhnT+0qxO2wz5UunZtzog==} hasBin: true dependencies: '@rollup/plugin-alias': 3.1.9_rollup@2.79.0 @@ -10028,22 +10338,22 @@ packages: esbuild: 0.15.7 globby: 13.1.2 hookable: 5.3.0 - jiti: 1.14.0 + jiti: 1.15.0 magic-string: 0.26.3 mkdirp: 1.0.4 - mkdist: 0.3.13_typescript@4.8.2 + mkdist: 0.3.13_typescript@4.8.3 mlly: 0.5.14 mri: 1.2.0 - pathe: 0.3.5 - pkg-types: 0.3.4 + pathe: 0.3.7 + pkg-types: 0.3.5 pretty-bytes: 6.0.0 rimraf: 3.0.2 rollup: 2.79.0 - rollup-plugin-dts: 4.2.2_id3sp2lbl4kx3dskm7teaj32um + rollup-plugin-dts: 4.2.2_ihkqvyh37tzxtjmovjyy2yrv7m rollup-plugin-esbuild: 4.10.1_uu2p2v3owefbwsafzxfcsbbrxa scule: 0.3.2 - typescript: 4.8.2 - untyped: 0.4.7 + typescript: 4.8.3 + untyped: 0.5.0 transitivePeerDependencies: - supports-color dev: true @@ -10107,7 +10417,7 @@ packages: defu: 6.1.0 mime: 3.0.0 node-fetch-native: 0.1.4 - pathe: 0.3.5 + pathe: 0.3.7 dev: true /unherit/3.0.0: @@ -10309,8 +10619,8 @@ packages: - webpack dev: true - /unplugin-vue-components/0.22.4_k5gw6b2mma47fsovc757p3fz5m: - resolution: {integrity: sha512-2rRZcM9OnJGXnYxQNfaceEYuPeVACcWySIjy8WBwIiN3onr980TmA3XE5pRJFt8zoQrUA+c46oyIq96noLqrEQ==} + /unplugin-vue-components/0.22.7_k5gw6b2mma47fsovc757p3fz5m: + resolution: {integrity: sha512-MJEAKJF9bRykTRvJ4WXF0FNMAyt1PX3iwpu2NN+li35sAKjQv6sC1col5aZDLiwDZDo2AGwxNkzLJFKaun9qHw==} engines: {node: '>=14'} peerDependencies: '@babel/parser': ^7.15.8 @@ -10323,7 +10633,7 @@ packages: '@rollup/pluginutils': 4.2.1 chokidar: 3.5.3 debug: 4.3.4 - fast-glob: 3.2.11 + fast-glob: 3.2.12 local-pkg: 0.4.2 magic-string: 0.26.3 minimatch: 5.1.0 @@ -10489,6 +10799,17 @@ packages: scule: 0.3.2 transitivePeerDependencies: - supports-color + dev: true + + /untyped/0.5.0: + resolution: {integrity: sha512-2Sre5A1a7G61bjaAKZnSFaVgbJMwwbbYQpJFH69hAYcDfN7kIaktlSphS02XJilz4+/jR1tsJ5MHo1oMoCezxg==} + dependencies: + '@babel/core': 7.19.0 + '@babel/standalone': 7.19.0 + '@babel/types': 7.19.0 + scule: 0.3.2 + transitivePeerDependencies: + - supports-color /update-browserslist-db/1.0.7_browserslist@4.21.3: resolution: {integrity: sha512-iN/XYesmZ2RmmWAiI4Z5rq0YqSiv0brj9Ce9CfhNE4xIW2h+MFxcgkxIzZ+ShkFPUkjU3gQ+3oypadD3RAMtrg==} @@ -10530,10 +10851,6 @@ packages: sade: 1.8.1 dev: true - /v8-compile-cache/2.3.0: - resolution: {integrity: sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==} - dev: true - /validate-npm-package-license/3.0.4: resolution: {integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==} dependencies: @@ -10564,8 +10881,8 @@ packages: vfile-message: 3.1.2 dev: true - /vite-node/0.22.1: - resolution: {integrity: sha512-odNMaOD4N62qESLvFSqoNf2t60ftIFHKgHNupa2cojbF2u2yB1ssluOfq5X0lZcTPx2HBzFbwa6h9m78ujEbUw==} + /vite-node/0.23.4: + resolution: {integrity: sha512-8VuDGwTWIvwPYcbw8ZycMlwAwqCmqZfLdFrDK75+o+6bWYpede58k6AAXN9ioU+icW82V4u1MzkxLVhhIoQ9xA==} engines: {node: '>=v14.16.0'} hasBin: true dependencies: @@ -10581,8 +10898,8 @@ packages: - terser dev: true - /vite-node/0.22.1_terser@5.15.0: - resolution: {integrity: sha512-odNMaOD4N62qESLvFSqoNf2t60ftIFHKgHNupa2cojbF2u2yB1ssluOfq5X0lZcTPx2HBzFbwa6h9m78ujEbUw==} + /vite-node/0.23.4_terser@5.15.0: + resolution: {integrity: sha512-8VuDGwTWIvwPYcbw8ZycMlwAwqCmqZfLdFrDK75+o+6bWYpede58k6AAXN9ioU+icW82V4u1MzkxLVhhIoQ9xA==} engines: {node: '>=v14.16.0'} hasBin: true dependencies: @@ -10598,7 +10915,7 @@ packages: - terser dev: true - /vite-plugin-checker/0.5.1_vite@3.0.9: + /vite-plugin-checker/0.5.1_6dz6ggop3h4nm7bm7a4vqnm5n4: resolution: {integrity: sha512-NFiO1PyK9yGuaeSnJ7Whw9fnxLc1AlELnZoyFURnauBYhbIkx9n+PmIXxSFUuC9iFyACtbJQUAEuQi6yHs2Adg==} engines: {node: '>=14.16'} peerDependencies: @@ -10622,20 +10939,22 @@ packages: chalk: 4.1.2 chokidar: 3.5.3 commander: 8.3.0 - fast-glob: 3.2.11 + eslint: 8.23.1 + fast-glob: 3.2.12 lodash.debounce: 4.0.8 lodash.pick: 4.4.0 npm-run-path: 4.0.1 strip-ansi: 6.0.1 tiny-invariant: 1.2.0 - vite: 3.0.9 + typescript: 4.8.3 + vite: 3.0.9_terser@5.15.0 vscode-languageclient: 7.0.0 vscode-languageserver: 7.0.0 vscode-languageserver-textdocument: 1.0.7 vscode-uri: 3.0.3 dev: true - /vite-plugin-checker/0.5.1_zduirsv4rjuq6de5ffqr55njkq: + /vite-plugin-checker/0.5.1_vite@3.0.9: resolution: {integrity: sha512-NFiO1PyK9yGuaeSnJ7Whw9fnxLc1AlELnZoyFURnauBYhbIkx9n+PmIXxSFUuC9iFyACtbJQUAEuQi6yHs2Adg==} engines: {node: '>=14.16'} peerDependencies: @@ -10659,29 +10978,28 @@ packages: chalk: 4.1.2 chokidar: 3.5.3 commander: 8.3.0 - eslint: 8.22.0 - fast-glob: 3.2.11 + fast-glob: 3.2.12 lodash.debounce: 4.0.8 lodash.pick: 4.4.0 npm-run-path: 4.0.1 strip-ansi: 6.0.1 tiny-invariant: 1.2.0 - typescript: 4.8.2 - vite: 3.0.9_terser@5.15.0 + vite: 3.0.9 vscode-languageclient: 7.0.0 vscode-languageserver: 7.0.0 vscode-languageserver-textdocument: 1.0.7 vscode-uri: 3.0.3 dev: true - /vite-plugin-inspect/0.6.1_vite@3.0.9: - resolution: {integrity: sha512-MQzIgMoPyiPDuHoO6p7QBOrmheBU/ntg0cgtgcnm21S/Xds5oak1CbVLSAvv4fK1ZpetLK+tlJ+2mlFO9fG3SQ==} + /vite-plugin-inspect/0.7.1_vite@3.0.9: + resolution: {integrity: sha512-mkTw5itsI+89WNJ6og0BpEAaV4ticrOGaoj+oWDR61W72H2mfkuw3MaAdpnnq6s6A7tKfM4nPaMtxjlmw3uXYg==} engines: {node: '>=14'} peerDependencies: - vite: ^3.0.0 + vite: ^3.1.0 dependencies: '@rollup/pluginutils': 4.2.1 debug: 4.3.4 + fs-extra: 10.1.0 kolorist: 1.5.1 sirv: 2.0.2 ufo: 0.8.5 @@ -10703,7 +11021,7 @@ packages: debug: 4.3.4 deep-equal: 2.0.5 extract-comments: 1.1.0 - fast-glob: 3.2.11 + fast-glob: 3.2.12 json5: 2.2.1 local-pkg: 0.4.2 picocolors: 1.0.0 @@ -10713,27 +11031,27 @@ packages: - supports-color dev: true - /vite-plugin-vue-markdown/0.21.1_vite@3.1.0: - resolution: {integrity: sha512-tvHtARDdNK45nSJhyCVaRhSxBAEVmgA6aD+xV1J4xXynNNxRaYXcpHS3l3S7l09j/lR3beRjTfbS+Ro6ipSHmA==} + /vite-plugin-vue-markdown/0.22.1_vite@3.1.0: + resolution: {integrity: sha512-zIFaNWGGfDZNW7rGfj7wQ/kBjUB5cTO1w7Dog7tOCVcFRRxJCtUDiIq9i2E0Nf8GGj2JrUw7aFWWNOkoF3Lhdg==} peerDependencies: vite: ^2.0.0 || ^3.0.0-0 dependencies: '@antfu/utils': 0.5.2 - '@mdit-vue/plugin-component': 0.8.1 - '@mdit-vue/plugin-frontmatter': 0.8.0 - '@mdit-vue/types': 0.8.0 + '@mdit-vue/plugin-component': 0.11.1 + '@mdit-vue/plugin-frontmatter': 0.11.1 + '@mdit-vue/types': 0.11.0 '@rollup/pluginutils': 4.2.1 '@types/markdown-it': 12.2.3 markdown-it: 13.0.1 vite: 3.1.0 dev: true - /vite-plugin-windicss/1.8.7_vite@3.0.9: - resolution: {integrity: sha512-/zwQ8+RV+MSkbG0IGqsEma6r2R01NzN/aNpNjJD7VVAkxAptNznqDXOObFTskkWfZ+9m6KJZCOuCPgAFtQIzEA==} + /vite-plugin-windicss/1.8.8_vite@3.0.9: + resolution: {integrity: sha512-iyu+ZX0NmhNEUaLPv7xtC+EFRBpWMmw0nhd9a9upayfuNG/thwslKiQKmRB7U/dG0k/2oWLvPDvN/B9i7oRgSA==} peerDependencies: vite: ^2.0.1 || ^3.0.0 dependencies: - '@windicss/plugin-utils': 1.8.7 + '@windicss/plugin-utils': 1.8.8 debug: 4.3.4 kolorist: 1.5.1 vite: 3.0.9 @@ -10824,8 +11142,8 @@ packages: fsevents: 2.3.2 dev: true - /vitest/0.23.1_nkcb2jqpz2ckypmzgsfu2xlvfm: - resolution: {integrity: sha512-kn9pG+h6VA3yj/xRvwgLKEd33rOlzMqJEg3tl5HSm3WUPlkY1Lr1FK8RN1uIqVKvFxmz6HGU3EQW+xW2kazRkQ==} + /vitest/0.23.4_2skrzv2lfnadyoqkh5jrc5o7xe: + resolution: {integrity: sha512-iukBNWqQAv8EKDBUNntspLp9SfpaVFbmzmM0sNcnTxASQZMzRw3PsM6DMlsHiI+I6GeO5/sYDg3ecpC+SNFLrQ==} engines: {node: '>=v14.16.0'} hasBin: true peerDependencies: @@ -10848,14 +11166,14 @@ packages: dependencies: '@types/chai': 4.3.3 '@types/chai-subset': 1.3.3 - '@types/node': 18.7.15 - '@vitest/ui': 0.23.1 + '@types/node': 18.7.18 + '@vitest/ui': 0.23.4 chai: 4.3.6 debug: 4.3.4 local-pkg: 0.4.2 - strip-literal: 0.4.0 - tinybench: 2.1.4 - tinypool: 0.2.4 + strip-literal: 0.4.1 + tinybench: 2.1.5 + tinypool: 0.3.0 tinyspy: 1.0.2 vite: 3.0.9_terser@5.15.0 transitivePeerDependencies: @@ -10989,18 +11307,33 @@ packages: vue: 3.2.38 dev: true + /vue-demi/0.13.11_vue@3.2.39: + resolution: {integrity: sha512-IR8HoEEGM65YY3ZJYAjMlKygDQn25D5ajNFNoKh9RSDMQtlzCxtfQjdQgv9jjK+m3377SsJXY8ysq8kLCZL25A==} + engines: {node: '>=12'} + hasBin: true + requiresBuild: true + peerDependencies: + '@vue/composition-api': ^1.0.0-rc.1 + vue: ^3.0.0-0 || ^2.6.0 + peerDependenciesMeta: + '@vue/composition-api': + optional: true + dependencies: + vue: 3.2.39 + dev: true + /vue-devtools-stub/0.1.0: resolution: {integrity: sha512-RutnB7X8c5hjq39NceArgXg28WZtZpGc3+J16ljMiYnFhKvd8hITxSWQSQ5bvldxMDU6gG5mkxl1MTQLXckVSQ==} dev: true - /vue-eslint-parser/9.0.3_eslint@8.22.0: + /vue-eslint-parser/9.0.3_eslint@8.23.1: resolution: {integrity: sha512-yL+ZDb+9T0ELG4VIFo/2anAOz8SvBdlqEnQnvJ3M7Scq56DvtjY0VY88bByRZB0D4J0u8olBcfrXTVONXsh4og==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' dependencies: debug: 4.3.4 - eslint: 8.22.0 + eslint: 8.23.1 eslint-scope: 7.1.1 eslint-visitor-keys: 3.3.0 espree: 9.4.0 @@ -11020,6 +11353,15 @@ packages: vue: 3.2.38 dev: true + /vue-router/4.1.5_vue@3.2.39: + resolution: {integrity: sha512-IsvoF5D2GQ/EGTs/Th4NQms9gd2NSqV+yylxIyp/OYp8xOwxmU8Kj/74E9DTSYAyH5LX7idVUngN3JSj1X4xcQ==} + peerDependencies: + vue: ^3.2.0 + dependencies: + '@vue/devtools-api': 6.2.1 + vue: 3.2.39 + dev: true + /vue/3.2.38: resolution: {integrity: sha512-hHrScEFSmDAWL0cwO4B6WO7D3sALZPbfuThDsGBebthrNlDxdJZpGR3WB87VbjpPh96mep1+KzukYEhpHDFa8Q==} dependencies: @@ -11030,6 +11372,16 @@ packages: '@vue/shared': 3.2.38 dev: true + /vue/3.2.39: + resolution: {integrity: sha512-tRkguhRTw9NmIPXhzk21YFBqXHT2t+6C6wPOgQ50fcFVWnPdetmRqbmySRHznrYjX2E47u0cGlKGcxKZJ38R/g==} + dependencies: + '@vue/compiler-dom': 3.2.39 + '@vue/compiler-sfc': 3.2.39 + '@vue/runtime-dom': 3.2.39 + '@vue/server-renderer': 3.2.39_vue@3.2.39 + '@vue/shared': 3.2.39 + dev: true + /watchpack/2.4.0: resolution: {integrity: sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==} engines: {node: '>=10.13.0'}