diff --git a/package.json b/package.json index 63d4f6c..3af16fe 100644 --- a/package.json +++ b/package.json @@ -13,39 +13,39 @@ "typecheck": "vue-tsc --noEmit" }, "dependencies": { - "@vueuse/core": "^8.2.5", - "@vueuse/head": "^0.7.5", + "@vueuse/core": "^8.2.6", + "@vueuse/head": "^0.7.6", "nprogress": "^0.2.0", "pinia": "^2.0.13", "prism-theme-vars": "^0.2.2", - "vue": "^3.2.31", + "vue": "^3.2.33", "vue-demi": "^0.12.5", "vue-i18n": "^9.1.9", "vue-router": "^4.0.14" }, "devDependencies": { - "@antfu/eslint-config": "^0.20.2", + "@antfu/eslint-config": "^0.20.3", "@iconify-json/carbon": "^1.1.3", "@intlify/vite-plugin-vue-i18n": "^4.0.0", "@types/markdown-it-link-attributes": "^3.0.1", "@types/nprogress": "^0.2.0", "@vitejs/plugin-vue": "^2.3.1", - "@vue/test-utils": "^2.0.0-rc.19", + "@vue/test-utils": "^2.0.0-rc.20", "critters": "^0.0.16", "cross-env": "^7.0.3", - "cypress": "^9.5.3", + "cypress": "^9.5.4", "eslint": "^8.13.0", "eslint-plugin-cypress": "^2.12.1", "https-localhost": "^4.7.1", "markdown-it-link-attributes": "^4.0.0", "markdown-it-prism": "^2.2.3", - "pnpm": "^6.32.6", + "pnpm": "^6.32.7", "typescript": "^4.6.3", - "unocss": "^0.30.13", - "unplugin-auto-import": "^0.7.0", - "unplugin-vue-components": "^0.19.0", - "vite": "^2.9.1", - "vite-plugin-inspect": "^0.4.3", + "unocss": "^0.31.3", + "unplugin-auto-import": "^0.7.1", + "unplugin-vue-components": "^0.19.3", + "vite": "^2.9.5", + "vite-plugin-inspect": "^0.5.0", "vite-plugin-md": "^0.12.4", "vite-plugin-pages": "^0.22.0", "vite-plugin-pwa": "^0.11.13", @@ -53,6 +53,6 @@ "vite-ssg": "^0.19.2", "vite-ssg-sitemap": "^0.2.2", "vitest": "^0.9.3", - "vue-tsc": "^0.34.2" + "vue-tsc": "^0.34.6" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e75e5ea..8c7473f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,18 +1,18 @@ lockfileVersion: 5.3 specifiers: - '@antfu/eslint-config': ^0.20.2 + '@antfu/eslint-config': ^0.20.3 '@iconify-json/carbon': ^1.1.3 '@intlify/vite-plugin-vue-i18n': ^4.0.0 '@types/markdown-it-link-attributes': ^3.0.1 '@types/nprogress': ^0.2.0 '@vitejs/plugin-vue': ^2.3.1 - '@vue/test-utils': ^2.0.0-rc.19 - '@vueuse/core': ^8.2.5 - '@vueuse/head': ^0.7.5 + '@vue/test-utils': ^2.0.0-rc.20 + '@vueuse/core': ^8.2.6 + '@vueuse/head': ^0.7.6 critters: ^0.0.16 cross-env: ^7.0.3 - cypress: ^9.5.3 + cypress: ^9.5.4 eslint: ^8.13.0 eslint-plugin-cypress: ^2.12.1 https-localhost: ^4.7.1 @@ -20,14 +20,14 @@ specifiers: markdown-it-prism: ^2.2.3 nprogress: ^0.2.0 pinia: ^2.0.13 - pnpm: ^6.32.6 + pnpm: ^6.32.7 prism-theme-vars: ^0.2.2 typescript: ^4.6.3 - unocss: ^0.30.13 - unplugin-auto-import: ^0.7.0 - unplugin-vue-components: ^0.19.0 - vite: ^2.9.1 - vite-plugin-inspect: ^0.4.3 + unocss: ^0.31.3 + unplugin-auto-import: ^0.7.1 + unplugin-vue-components: ^0.19.3 + vite: ^2.9.5 + vite-plugin-inspect: ^0.5.0 vite-plugin-md: ^0.12.4 vite-plugin-pages: ^0.22.0 vite-plugin-pwa: ^0.11.13 @@ -35,54 +35,54 @@ specifiers: vite-ssg: ^0.19.2 vite-ssg-sitemap: ^0.2.2 vitest: ^0.9.3 - vue: ^3.2.31 + vue: ^3.2.33 vue-demi: ^0.12.5 vue-i18n: ^9.1.9 vue-router: ^4.0.14 - vue-tsc: ^0.34.2 + vue-tsc: ^0.34.6 dependencies: - '@vueuse/core': 8.2.5_vue@3.2.31 - '@vueuse/head': 0.7.5_vue@3.2.31 + '@vueuse/core': 8.2.6_vue@3.2.33 + '@vueuse/head': 0.7.6_vue@3.2.33 nprogress: 0.2.0 - pinia: 2.0.13_typescript@4.6.3+vue@3.2.31 + pinia: 2.0.13_typescript@4.6.3+vue@3.2.33 prism-theme-vars: 0.2.2 - vue: 3.2.31 - vue-demi: 0.12.5_vue@3.2.31 - vue-i18n: 9.1.9_vue@3.2.31 - vue-router: 4.0.14_vue@3.2.31 + vue: 3.2.33 + vue-demi: 0.12.5_vue@3.2.33 + vue-i18n: 9.1.9_vue@3.2.33 + vue-router: 4.0.14_vue@3.2.33 devDependencies: - '@antfu/eslint-config': 0.20.2_eslint@8.13.0+typescript@4.6.3 + '@antfu/eslint-config': 0.20.3_eslint@8.13.0+typescript@4.6.3 '@iconify-json/carbon': 1.1.3 - '@intlify/vite-plugin-vue-i18n': 4.0.0_vite@2.9.1+vue-i18n@9.1.9 + '@intlify/vite-plugin-vue-i18n': 4.0.0_vite@2.9.5+vue-i18n@9.1.9 '@types/markdown-it-link-attributes': 3.0.1 '@types/nprogress': 0.2.0 - '@vitejs/plugin-vue': 2.3.1_vite@2.9.1+vue@3.2.31 - '@vue/test-utils': 2.0.0-rc.19_vue@3.2.31 + '@vitejs/plugin-vue': 2.3.1_vite@2.9.5+vue@3.2.33 + '@vue/test-utils': 2.0.0-rc.20_vue@3.2.33 critters: 0.0.16 cross-env: 7.0.3 - cypress: 9.5.3 + cypress: 9.5.4 eslint: 8.13.0 eslint-plugin-cypress: 2.12.1_eslint@8.13.0 https-localhost: 4.7.1 markdown-it-link-attributes: 4.0.0 markdown-it-prism: 2.2.3 - pnpm: 6.32.6 + pnpm: 6.32.7 typescript: 4.6.3 - unocss: 0.30.13 - unplugin-auto-import: 0.7.0_@vueuse+core@8.2.5+vite@2.9.1 - unplugin-vue-components: 0.19.0_vite@2.9.1+vue@3.2.31 - vite: 2.9.1 - vite-plugin-inspect: 0.4.3_vite@2.9.1 - vite-plugin-md: 0.12.4_vite@2.9.1 - vite-plugin-pages: 0.22.0_vite@2.9.1 - vite-plugin-pwa: 0.11.13_vite@2.9.1 - vite-plugin-vue-layouts: 0.6.0_7751236df27102a4c49ccda658860b98 - vite-ssg: 0.19.2_6a44acb5bf8b42d72d0c4bc9f4e36c5f + unocss: 0.31.3_vite@2.9.5 + unplugin-auto-import: 0.7.1_@vueuse+core@8.2.6+vite@2.9.5 + unplugin-vue-components: 0.19.3_vite@2.9.5+vue@3.2.33 + vite: 2.9.5 + vite-plugin-inspect: 0.5.0_vite@2.9.5 + vite-plugin-md: 0.12.4_vite@2.9.5 + vite-plugin-pages: 0.22.0_vite@2.9.5 + vite-plugin-pwa: 0.11.13_vite@2.9.5 + vite-plugin-vue-layouts: 0.6.0_c6669f7f6a2bb1e4cd0ce207bade55c6 + vite-ssg: 0.19.2_eacfe4bd4e3401e3e0916bc5279e5ce7 vite-ssg-sitemap: 0.2.2 vitest: 0.9.3 - vue-tsc: 0.34.2_typescript@4.6.3 + vue-tsc: 0.34.6_typescript@4.6.3 packages: @@ -93,13 +93,13 @@ packages: '@jridgewell/trace-mapping': 0.3.4 dev: true - /@antfu/eslint-config-basic/0.20.2_eslint@8.13.0+typescript@4.6.3: - resolution: {integrity: sha512-eJtuQpeNYxhd7dNp2y9ezURi75sRqy0ITN2Wcd7WYBRndJQyHmn7mxRLP+gxewHq02QSPWYmfF2SWXOSWY2t7g==} + /@antfu/eslint-config-basic/0.20.3_eslint@8.13.0+typescript@4.6.3: + resolution: {integrity: sha512-fO2SBoIlT1PJabayQYTKds0VQsTFsFG//FOjXY/OylOxLAnXebkPZK8DGYBDjlcL63k9ZK1rf8KduE4M3cB5/A==} peerDependencies: eslint: '>=7.4.0' dependencies: eslint: 8.13.0 - eslint-plugin-antfu: 0.20.2_eslint@8.13.0+typescript@4.6.3 + eslint-plugin-antfu: 0.20.3_eslint@8.13.0+typescript@4.6.3 eslint-plugin-eslint-comments: 3.2.0_eslint@8.13.0 eslint-plugin-html: 6.2.0 eslint-plugin-import: 2.25.4_eslint@8.13.0 @@ -116,12 +116,12 @@ packages: - typescript dev: true - /@antfu/eslint-config-react/0.20.2_eslint@8.13.0+typescript@4.6.3: - resolution: {integrity: sha512-prYaQFkUjHRmA+NujRg/12Ni8ynN7Ci1u4zNg1Nj0iIPddBYcgWMvIYgqi+fTovDaZdyrRWyOSKWebySE3JgJw==} + /@antfu/eslint-config-react/0.20.3_eslint@8.13.0+typescript@4.6.3: + resolution: {integrity: sha512-BHytPbmETkHekSicPqOasIvdgTQi28SA2yMxWfm4+XClQT/w5ITlvn+tofJD4F3F1VMTdWw7kdtfgbm+20kOZg==} peerDependencies: eslint: '>=7.4.0' dependencies: - '@antfu/eslint-config-ts': 0.20.2_eslint@8.13.0+typescript@4.6.3 + '@antfu/eslint-config-ts': 0.20.3_eslint@8.13.0+typescript@4.6.3 eslint: 8.13.0 eslint-plugin-react: 7.29.4_eslint@8.13.0 transitivePeerDependencies: @@ -129,13 +129,13 @@ packages: - typescript dev: true - /@antfu/eslint-config-ts/0.20.2_eslint@8.13.0+typescript@4.6.3: - resolution: {integrity: sha512-yP1KMo0lBj9Ikek/uqMynexwLlVobI4ibqPb2lXgkqTPdb7Ag11O4v2AxqPvBcd6d/G5YMRpmsfuPGKpU757pg==} + /@antfu/eslint-config-ts/0.20.3_eslint@8.13.0+typescript@4.6.3: + resolution: {integrity: sha512-kVegzXfBpyAdSycOQZhd+zQMll7MaBAAeG/mT7FP1QnPWzkoJJq7IC30LIpctdDdDsTHmeRZSxO7rL3SlvsEaA==} peerDependencies: eslint: '>=7.4.0' typescript: '>=3.9' dependencies: - '@antfu/eslint-config-basic': 0.20.2_eslint@8.13.0+typescript@4.6.3 + '@antfu/eslint-config-basic': 0.20.3_eslint@8.13.0+typescript@4.6.3 '@typescript-eslint/eslint-plugin': 5.17.0_0bd48e49b5a2cdbc9b065a45dcd5467a '@typescript-eslint/parser': 5.17.0_eslint@8.13.0+typescript@4.6.3 eslint: 8.13.0 @@ -144,12 +144,12 @@ packages: - supports-color dev: true - /@antfu/eslint-config-vue/0.20.2_eslint@8.13.0+typescript@4.6.3: - resolution: {integrity: sha512-rfAwVyPYTH7ZDs5SpVLzoB5q0KOSVfMPlwxlnuhkFlWBysX6dN1Y6deEHAzFujVyFe8cbgNdJHliHEVKJ2tYdw==} + /@antfu/eslint-config-vue/0.20.3_eslint@8.13.0+typescript@4.6.3: + resolution: {integrity: sha512-FBRJ5qzxMKp8DhURMyuSCoueZWU4Rtd0IgSde1KvPbHMW6Q1kYIK4YNrAvuIzJ06yUYd1vJ962u+XUkIDMJwUQ==} peerDependencies: eslint: '>=7.4.0' dependencies: - '@antfu/eslint-config-ts': 0.20.2_eslint@8.13.0+typescript@4.6.3 + '@antfu/eslint-config-ts': 0.20.3_eslint@8.13.0+typescript@4.6.3 eslint: 8.13.0 eslint-plugin-vue: 8.5.0_eslint@8.13.0 transitivePeerDependencies: @@ -157,13 +157,13 @@ packages: - typescript dev: true - /@antfu/eslint-config/0.20.2_eslint@8.13.0+typescript@4.6.3: - resolution: {integrity: sha512-1lIbn4IleJzsrWTSWJ74r0C11s/u/QyvxZBV3tVtuDyfUp/FRoMc/46xO6KBTsDCukCH2LXhBR88IvPfko6N2w==} + /@antfu/eslint-config/0.20.3_eslint@8.13.0+typescript@4.6.3: + resolution: {integrity: sha512-noXVlHnyJ4K4KhjXzyTLCQSoRPlEsiuoJFbBzUT7LUQ6VZSEa+0vvnksMCe0whCe9D3zKIyKIy9um2hQJKJbCg==} peerDependencies: eslint: '>=7.4.0' dependencies: - '@antfu/eslint-config-react': 0.20.2_eslint@8.13.0+typescript@4.6.3 - '@antfu/eslint-config-vue': 0.20.2_eslint@8.13.0+typescript@4.6.3 + '@antfu/eslint-config-react': 0.20.3_eslint@8.13.0+typescript@4.6.3 + '@antfu/eslint-config-vue': 0.20.3_eslint@8.13.0+typescript@4.6.3 '@typescript-eslint/eslint-plugin': 5.17.0_0bd48e49b5a2cdbc9b065a45dcd5467a '@typescript-eslint/parser': 5.17.0_eslint@8.13.0+typescript@4.6.3 eslint: 8.13.0 @@ -194,6 +194,10 @@ packages: resolution: {integrity: sha512-MrAQ/MrPSxbh1bBrmwJjORfJymw4IqSHFBXqvxaga3ZdDM+/zokYF8DjyJpSjY2QmpmgQrajDUBJOWrYeARfzA==} dev: true + /@antfu/utils/0.5.1: + resolution: {integrity: sha512-8Afo0+xvYe1K8Wm4xHTymfTkpzy36aaqDvhXIayUwl+mecMG9Xzl3XjXa6swG6Bk8FBeQ646RyvmsYt6+2Be9g==} + dev: true + /@apideck/better-ajv-errors/0.3.3_ajv@8.10.0: resolution: {integrity: sha512-9o+HO2MbJhJHjDYZaDxJmSDckvDpiuItEsrIShV0DXeCshXWRHhqYyU/PKHMkuClOmFnZhRd6wzv4vpDu/dRKg==} engines: {node: '>=10'} @@ -233,7 +237,7 @@ packages: '@babel/traverse': 7.17.3 '@babel/types': 7.17.0 convert-source-map: 1.8.0 - debug: 4.3.3 + debug: 4.3.4 gensync: 1.0.0-beta.2 json5: 2.2.0 semver: 6.3.0 @@ -317,7 +321,7 @@ packages: '@babel/helper-module-imports': 7.16.7 '@babel/helper-plugin-utils': 7.16.7 '@babel/traverse': 7.17.3 - debug: 4.3.3 + debug: 4.3.4 lodash.debounce: 4.0.8 resolve: 1.22.0 semver: 6.3.0 @@ -1316,7 +1320,7 @@ packages: '@babel/helper-split-export-declaration': 7.16.7 '@babel/parser': 7.17.7 '@babel/types': 7.17.0 - debug: 4.3.3 + debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: - supports-color @@ -1407,7 +1411,7 @@ packages: resolution: {integrity: sha512-m+rnw7qKHq/XF7DAi4BcFoEAcXBfqqMgQJh8brGEHeqE/RUvgDMjmxsHgWnVpFsG+VmjGyAiI7nwXdliCwEU0Q==} dependencies: '@antfu/install-pkg': 0.1.0 - '@antfu/utils': 0.5.0 + '@antfu/utils': 0.5.1 '@iconify/types': 1.1.0 debug: 4.3.4 kolorist: 1.5.1 @@ -1428,11 +1432,11 @@ packages: vue-i18n: optional: true dependencies: - '@intlify/message-compiler': 9.2.0-beta.34 - '@intlify/shared': 9.2.0-beta.34 + '@intlify/message-compiler': 9.2.0-beta.35 + '@intlify/shared': 9.2.0-beta.35 jsonc-eslint-parser: 1.4.1 source-map: 0.6.1 - vue-i18n: 9.1.9_vue@3.2.31 + vue-i18n: 9.1.9_vue@3.2.33 yaml-eslint-parser: 0.3.2 dev: true @@ -1464,11 +1468,11 @@ packages: source-map: 0.6.1 dev: false - /@intlify/message-compiler/9.2.0-beta.34: - resolution: {integrity: sha512-l7JjkXJBW2l6cFZqPvI6oWU6QZn/i70agU6QB02W1O+6quFCFNpsiPswgYyQrmfHt4F4qYhLJUMZltIW/cqcbw==} + /@intlify/message-compiler/9.2.0-beta.35: + resolution: {integrity: sha512-wYQCgnRtyJ40HK3bJTrszHDaxqDXZH+9Ps7RsXNuNwZ9hIb1cVkLiUNIbuJS/XSJ1kATJXA6K+4if6ZLb0Ozxw==} engines: {node: '>= 12'} dependencies: - '@intlify/shared': 9.2.0-beta.34 + '@intlify/shared': 9.2.0-beta.35 source-map: 0.6.1 dev: true @@ -1491,12 +1495,12 @@ packages: engines: {node: '>= 10'} dev: false - /@intlify/shared/9.2.0-beta.34: - resolution: {integrity: sha512-hbUKcVbTOkLVpnlSeZE1OPgEI7FpvhuZF/gb84xECTjXEImIa3u0fIcJKUUffv3dlAx8fMOE5xKgDzngidm0tw==} + /@intlify/shared/9.2.0-beta.35: + resolution: {integrity: sha512-DXf7xrwf08GKhr93XPQ8EgaEN0CIELl+mAS6SlRhi/aLtZv5HSGSMkz4M/ICwoWzFLSgOx/ZdBSasex19MMogg==} engines: {node: '>= 12'} dev: true - /@intlify/vite-plugin-vue-i18n/4.0.0_vite@2.9.1+vue-i18n@9.1.9: + /@intlify/vite-plugin-vue-i18n/4.0.0_vite@2.9.5+vue-i18n@9.1.9: resolution: {integrity: sha512-bX7WgJAnYAbhmfvMp17TjCzg4e4T68O7iqAcNo6TOS+oHK0kAJAN9AJfEMTdpDrAwURCw0VwZ0kgMFWDbJkY4g==} engines: {node: '>= 12'} peerDependencies: @@ -1510,13 +1514,13 @@ packages: optional: true dependencies: '@intlify/bundle-utils': 3.0.0_vue-i18n@9.1.9 - '@intlify/shared': 9.2.0-beta.34 + '@intlify/shared': 9.2.0-beta.35 '@rollup/pluginutils': 4.2.0 debug: 4.3.4 fast-glob: 3.2.11 source-map: 0.6.1 - vite: 2.9.1 - vue-i18n: 9.1.9_vue@3.2.31 + vite: 2.9.5 + vue-i18n: 9.1.9_vue@3.2.33 transitivePeerDependencies: - supports-color dev: true @@ -1633,6 +1637,14 @@ packages: picomatch: 2.3.1 dev: true + /@rollup/pluginutils/4.2.1: + resolution: {integrity: sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==} + engines: {node: '>= 8.0.0'} + dependencies: + estree-walker: 2.0.2 + picomatch: 2.3.1 + dev: true + /@surma/rollup-plugin-off-main-thread/2.2.3: resolution: {integrity: sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ==} dependencies: @@ -1868,14 +1880,14 @@ packages: eslint-visitor-keys: 3.3.0 dev: true - /@unocss/cli/0.30.13: - resolution: {integrity: sha512-WfM9hBKJkIO6M8Vwucr1iZtH4EOGMvKXofj/cn63UaLfk+j1RfUwDffQieNOkTFy7jgqtwhNTU/5D0E6l/ejMA==} + /@unocss/cli/0.31.3: + resolution: {integrity: sha512-cB8lNOmUlmgf+ws+hQ91nn0HLiezXFLCPWuYLNv3MlCXn8P3IlNgvcpTF5C+L+qj9YSPCRIoQP+blmlF7SbvDQ==} engines: {node: '>=14'} hasBin: true dependencies: - '@unocss/config': 0.30.13 - '@unocss/core': 0.30.13 - '@unocss/preset-uno': 0.30.13 + '@unocss/config': 0.31.3 + '@unocss/core': 0.31.3 + '@unocss/preset-uno': 0.31.3 cac: 6.7.12 chokidar: 3.5.3 colorette: 2.0.16 @@ -1884,177 +1896,150 @@ packages: pathe: 0.2.0 dev: true - /@unocss/config/0.30.13: - resolution: {integrity: sha512-9bC93ophGLewaIMiz5d+pq3Bpe/muLJrYUzMiK13hsP5waW/bJG6vX/U2EtNZbrhggKdbEkeesrB6VyxPLEc0w==} + /@unocss/config/0.31.3: + resolution: {integrity: sha512-sH1twx4sRMz/lrZD/UiweZlTY3NvgawYUbfS8xHnfk1H5mjP0KQVyRPv/pF8OHGxd3oLeMMJcpHlHWCEobIejA==} engines: {node: '>=14'} dependencies: - '@unocss/core': 0.30.13 - unconfig: 0.3.2 + '@unocss/core': 0.31.3 + unconfig: 0.3.3 dev: true - /@unocss/core/0.30.13: - resolution: {integrity: sha512-NaFLCiqpTryFUHC/talm/wIeo1D1xw7k9LGTxRtqmD9uIlx1sVpJAMHd3HRecYeTpHTsvzFgBPFpgrOCBST6dw==} + /@unocss/core/0.31.3: + resolution: {integrity: sha512-0xnRatssQzXs44qC9vuvJXBL6vDAEhTOuvH2Yp0cQhowsdrf6W6iC1fw/v8DNr6NJraBOwJIMKcD1nxoiXpNJA==} dev: true - /@unocss/inspector/0.30.13: - resolution: {integrity: sha512-B4SX6oikhhlI3p65a6G2HtEQdODFDhyX0hhO+6vBteY1QkXqhxNxv6iRR88kvteaw9q46h78cGs/8Nzac5Rm9g==} + /@unocss/inspector/0.31.3: + resolution: {integrity: sha512-cBlb0bPObYpWfxhCYtQgU3VVxeU4Jk3qd+m1p7ocXezfNP56dLRAiPoe71vAuGQa9CxHNLaObelGCZtc4zJD0g==} dependencies: gzip-size: 6.0.0 sirv: 2.0.2 dev: true - /@unocss/preset-attributify/0.30.13: - resolution: {integrity: sha512-LCQLb2W2yyL7IrS8YSuLfhvMw+QwL4RxABs944uYFwmpR3KHDFyj/1EzKHCOvWSAPKnO+7uotcM5Cm6D3baPHQ==} + /@unocss/preset-attributify/0.31.3: + resolution: {integrity: sha512-UsbVR7dpXlKBrGC0xY9XrkVzeIltxsE/kenXnQdZ1hAwV8uvqEpbsF3PldBi3+DcXiwnOtPtfsz+RQuU4TUaxw==} dependencies: - '@unocss/core': 0.30.13 + '@unocss/core': 0.31.3 dev: true - /@unocss/preset-icons/0.30.13: - resolution: {integrity: sha512-aAah6Lc5egO7/18Hh/NNLdhBJ2RxpulE4nTVneCYWU3a+YdVn14RXUxgY5d5J3FSFDkblUTY8n4wc4NUbF9AIw==} + /@unocss/preset-icons/0.31.3: + resolution: {integrity: sha512-AQYSw4644wsXZZlACzeJKZqOndv/MoQkuf+ijsslacqd0ThrLBLJhExzYxln10aS2eqA4JCIq8GUCEq/x8YYCw==} dependencies: '@iconify/utils': 1.0.32 - '@unocss/core': 0.30.13 + '@unocss/core': 0.31.3 transitivePeerDependencies: - supports-color dev: true - /@unocss/preset-mini/0.30.13: - resolution: {integrity: sha512-CjwWbInmfGjYO7gLt1Ks4+A6jFON4jYT8PqjsQpkN/1AGGdgKQEBBCeo9I/MQw6jyHXZwfvabQPqxVHrvimXTw==} + /@unocss/preset-mini/0.31.3: + resolution: {integrity: sha512-c0TIoRYfU1OMGf9OVhaaYBfl+Wm8i9eW3QGlM6KKjFdKphkJ2TBL/5GXZsCUhomZLRBAm0Fs49Sc26bi218vmA==} dependencies: - '@unocss/core': 0.30.13 + '@unocss/core': 0.31.3 dev: true - /@unocss/preset-typography/0.30.13: - resolution: {integrity: sha512-JOBrzdIozaMvP6nDIQ8FcOCwvzqnLHP5doiJSXttbVUiWYiuLa3oMWdwxGVvi1tJrOwV2S3ZkNS8pdt109D5HA==} + /@unocss/preset-typography/0.31.3: + resolution: {integrity: sha512-aLwaaDtPGHQW392kpPQ4zqmqTU9uO80FuhlVbRvtMgYcbRbvtrpdu+FidiNwTg3bAWYYHa9zDSQCoYJMqlrRGg==} dependencies: - '@unocss/core': 0.30.13 + '@unocss/core': 0.31.3 dev: true - /@unocss/preset-uno/0.30.13: - resolution: {integrity: sha512-tiEc9mtjUbP9luFFbODr+Kh0kxESMTDy6Fdorv5TojbiZtMD7Dh8xN1J57Z+a4un/w4E4VM47tZquvADhdXTZQ==} + /@unocss/preset-uno/0.31.3: + resolution: {integrity: sha512-EBIcHPgDpallTh5TYLyCBtQdqla2oXBkpxLnLciuUbL+OBvAlgBRsCGSo1eEO4KTp/QiVt2Orib0k3RwB+jsiw==} dependencies: - '@unocss/core': 0.30.13 - '@unocss/preset-mini': 0.30.13 - '@unocss/preset-wind': 0.30.13 + '@unocss/core': 0.31.3 + '@unocss/preset-mini': 0.31.3 + '@unocss/preset-wind': 0.31.3 dev: true - /@unocss/preset-web-fonts/0.30.13: - resolution: {integrity: sha512-vRzDm/7tVTDXdd5K/oG7gak3Ku51UZGcbyfwZf4yMafR7YI9JFhmm4fns9KBNrNaukIHohkZzLI63OR+SPGNbg==} + /@unocss/preset-web-fonts/0.31.3: + resolution: {integrity: sha512-Oq8vGUBGriHJwYV7vSdGLVkfTfF5+v/PBUVvNVePSS+BBJrixgQmbf7k9V88TutgbJkOnJAiRqT4/g3SlJVK4w==} dependencies: - '@unocss/core': 0.30.13 + '@unocss/core': 0.31.3 axios: 0.26.1 transitivePeerDependencies: - debug dev: true - /@unocss/preset-wind/0.30.13: - resolution: {integrity: sha512-Lc+0N0OHxTeY3hRPDiOX8GuVEXw1lOv254wV8siYWMf+f1PKCT6lF/9Qmf1Nahm3/HhLAxoZtXqBt+32LmyPfQ==} + /@unocss/preset-wind/0.31.3: + resolution: {integrity: sha512-UnfZXW8Gj5u2vZ77kx+OndAPMG9dFSX74vtbfspE5HQM74xURLLz+aF1zQKXnxNS+faLIOCoQoGaS98cZCaWuA==} dependencies: - '@unocss/core': 0.30.13 - '@unocss/preset-mini': 0.30.13 + '@unocss/core': 0.31.3 + '@unocss/preset-mini': 0.31.3 dev: true - /@unocss/reset/0.30.13: - resolution: {integrity: sha512-zPchuJUdcE3XJXrLdInt1jk0FCTPY4q+B/MLBB5Io+a4g5Qg2oafXbh9ly4Jd7nggz8Dqrww7DP4INAUgl/egA==} + /@unocss/reset/0.31.3: + resolution: {integrity: sha512-0GVHFMDTrXVzMr+sRLcHakDb7JzGAIwVPb/8W6AXcov+Do4+OjyfyFnGWpA6DFcCF7dcQh/g8EJqfDURWtviPg==} dev: true - /@unocss/scope/0.30.13: - resolution: {integrity: sha512-m33lZFOQmkoM0XsX1yyayrEGQDoWAmsreqs78Zr3FGqs4B5BQEdQKyM+/efju14m5x8P09iD2ilUbLTjWolamA==} + /@unocss/scope/0.31.3: + resolution: {integrity: sha512-UVNjNPzAAin/Opkr3sLBkXIDXaNboEJB4b+J+ix48Z8/9OsInytrcFqvM531C4SnPHnrmab0s5ykMjGNOHV/5A==} dev: true - /@unocss/transformer-directives/0.30.13: - resolution: {integrity: sha512-RxPfgu2G7fg1EnjHQbh3TfzIzy71iEGwU7/7OjeRrODDf1AZpq7+Jy/vdK2/3iwt7AyORWJajd/GILHi3NpBgg==} + /@unocss/transformer-directives/0.31.3: + resolution: {integrity: sha512-j9I7xK1KmoQt/H3VyuRTq3PSPRfKksBRQ1W8s8yHJDWfpO5NCPgDXXUZfs8pyqH78Xi/CfXAnNVd6YJ2nPkTJw==} dependencies: - '@unocss/core': 0.30.13 + '@unocss/core': 0.31.3 css-tree: 2.1.0 dev: true - /@unocss/transformer-variant-group/0.30.13: - resolution: {integrity: sha512-CepyQdq+y68zxjCD265YBgay7iN+5bWsm8JefylqIGhb9gkd1LuWmRXXtq2gqFgvHmFVOMxOKD+JE2hlZ9C/LQ==} + /@unocss/transformer-variant-group/0.31.3: + resolution: {integrity: sha512-H1MED1A58QnrXPMizlrTCzE1FYlKrO+IPoA+aSWeoCgTKFH4u4hYqTJuJns28wXugV7tSuxy9CWwTztZYQQU6Q==} dependencies: - '@unocss/core': 0.30.13 + '@unocss/core': 0.31.3 dev: true - /@unocss/vite/0.30.13: - resolution: {integrity: sha512-rMVZG5iGEwcqoC0QPBNWL9mydjXTLmscX+aQzQStugblyFUkzQU0bNh+jtipBSXC19mP0PZa/7zM0XtRvflfrg==} + /@unocss/vite/0.31.3_vite@2.9.5: + resolution: {integrity: sha512-bkfo0Yw0Taoh0SXRzm4qq6Kg7xjXlQ95l/09URJ14BjWY8FmRZFE2U73yNxyQHA9Cg7iFZh6vlxkkLyXz+xYdQ==} + peerDependencies: + vite: ^2.9.0 dependencies: - '@rollup/pluginutils': 4.2.0 - '@unocss/config': 0.30.13 - '@unocss/core': 0.30.13 - '@unocss/inspector': 0.30.13 - '@unocss/scope': 0.30.13 - '@unocss/transformer-directives': 0.30.13 + '@rollup/pluginutils': 4.2.1 + '@unocss/config': 0.31.3 + '@unocss/core': 0.31.3 + '@unocss/inspector': 0.31.3 + '@unocss/scope': 0.31.3 + '@unocss/transformer-directives': 0.31.3 magic-string: 0.26.1 + vite: 2.9.5 dev: true - /@vitejs/plugin-vue/2.3.1_vite@2.9.1+vue@3.2.31: + /@vitejs/plugin-vue/2.3.1_vite@2.9.5+vue@3.2.33: resolution: {integrity: sha512-YNzBt8+jt6bSwpt7LP890U1UcTOIZZxfpE5WOJ638PNxSEKOqAi0+FSKS0nVeukfdZ0Ai/H7AFd6k3hayfGZqQ==} engines: {node: '>=12.0.0'} peerDependencies: vite: ^2.5.10 vue: ^3.2.25 dependencies: - vite: 2.9.1 - vue: 3.2.31 + vite: 2.9.5 + vue: 3.2.33 dev: true - /@volar/code-gen/0.34.2: - resolution: {integrity: sha512-1TjdFZZSLEnKqVb0yQAD0Pm3wN+YoOZ0iWG1vKQ0BpvQwdjuDD2exm9Jm84jF9+A0ZWs+Vv5Oltw8EaN3pfYpA==} + /@volar/code-gen/0.34.6: + resolution: {integrity: sha512-sFgiaN3F+Sy93uVDtnZxfhEdy15ERSZ9qHY9wny4oQHztxS0pscrIGOQcvSoaK3pcyR8xGTouXkNf0BsOUwuXA==} dependencies: - '@volar/source-map': 0.34.2 + '@volar/source-map': 0.34.6 dev: true - /@volar/pug-language-service/0.34.2: - resolution: {integrity: sha512-3xIBAR6DecW0+bOb/hiNFMfCGtJRai9ttCBN3PrRC8IGJ9/2ZKMAML0rSOLO1ra0GlhcStX2kEF6uDaCZ+PT8g==} + /@volar/source-map/0.34.6: + resolution: {integrity: sha512-TIAxtvFIANh0PfQFY7dT/f2MIvpNRzJ7xrvlqwl1oYt7sa8AIposBFGS873s4avOuz15AoubKU7uZnVLYJ5AWg==} + dev: true + + /@volar/vue-code-gen/0.34.6: + resolution: {integrity: sha512-0wh5fhQsxY6GL/zrxabjY+lAsFsaUNWDl+45iVeuczGP9sU07lpHoCwHBHBqCK8kxbvAJZaa3Me66apoq5BEvw==} dependencies: - '@volar/code-gen': 0.34.2 - '@volar/shared': 0.34.2 - '@volar/source-map': 0.34.2 - '@volar/transforms': 0.34.2 - pug-lexer: 5.0.1 - pug-parser: 6.0.0 - vscode-languageserver-textdocument: 1.0.4 - vscode-languageserver-types: 3.17.0-next.9 + '@volar/code-gen': 0.34.6 + '@volar/source-map': 0.34.6 + '@vue/compiler-core': 3.2.33 + '@vue/compiler-dom': 3.2.33 + '@vue/shared': 3.2.33 dev: true - /@volar/shared/0.34.2: - resolution: {integrity: sha512-2ZhGyCOnZvC3YPtvarvmCoicPFYBxTaAANxTi8CL8ArISREjMwAfjDMviQHCIOSk5fx2JDaijZfu8e2IHvjZaQ==} + /@volar/vue-typescript/0.34.6: + resolution: {integrity: sha512-vKEYnDw9BhIMR6+Rp1Ue/8TpBjYNm4+3fIom4wMxFDlEOCku7fsF169QgZuDDvyPrFlurT878qjKYf88cYFCgA==} dependencies: - upath: 2.0.1 - vscode-languageserver-protocol: 3.17.0-next.16 - vscode-languageserver-textdocument: 1.0.4 - vscode-uri: 3.0.3 - dev: true - - /@volar/source-map/0.34.2: - resolution: {integrity: sha512-eYzGH8KJNPU6SRgBPwU3bwuBZjTPNBiIe+ApsiiDrWJe6QtOybr+PgLOgOcMYJYzWdXFV9PurqTKpcmZQCMlRw==} - dev: true - - /@volar/transforms/0.34.2: - resolution: {integrity: sha512-7PhNkP+7QxFl2lVup6wPuU0W1WIFTG0waAYIKFB1obdSxrBKKNWKq4+hYcT378AEEhgjFi8HcOAS25tAj5Rx+A==} - dependencies: - '@volar/shared': 0.34.2 - vscode-languageserver-types: 3.17.0-next.9 - dev: true - - /@volar/vue-code-gen/0.34.2: - resolution: {integrity: sha512-Bn6yGasbXnngFdBdUniFNTdRdU0MM8oH9ob5U9H4olElEMBAg3x8Th76SSZduuiRNnygYQK3T9J1D8BqqHeX9A==} - dependencies: - '@volar/code-gen': 0.34.2 - '@volar/source-map': 0.34.2 - '@vue/compiler-core': 3.2.31 - '@vue/compiler-dom': 3.2.31 - '@vue/shared': 3.2.31 - dev: true - - /@volar/vue-typescript/0.34.2: - resolution: {integrity: sha512-GBo1mvsGsro7JX2ff4wNlI/WfFZ5c4qVHRj+xEgUtQbbIvQxfRQdKeOoiZlZSidq3RW1sicRaco1Bi4AkXZ6VQ==} - dependencies: - '@volar/code-gen': 0.34.2 - '@volar/pug-language-service': 0.34.2 - '@volar/source-map': 0.34.2 - '@volar/vue-code-gen': 0.34.2 - '@vue/compiler-sfc': 3.2.31 + '@volar/code-gen': 0.34.6 + '@volar/source-map': 0.34.6 + '@volar/vue-code-gen': 0.34.6 + '@vue/compiler-sfc': 3.2.33 '@vue/reactivity': 3.2.31 dev: true @@ -2065,12 +2050,28 @@ packages: '@vue/shared': 3.2.31 estree-walker: 2.0.2 source-map: 0.6.1 + dev: true + + /@vue/compiler-core/3.2.33: + resolution: {integrity: sha512-AAmr52ji3Zhk7IKIuigX2osWWsb2nQE5xsdFYjdnmtQ4gymmqXbjLvkSE174+fF3A3kstYrTgGkqgOEbsdLDpw==} + dependencies: + '@babel/parser': 7.17.7 + '@vue/shared': 3.2.33 + estree-walker: 2.0.2 + source-map: 0.6.1 /@vue/compiler-dom/3.2.31: resolution: {integrity: sha512-60zIlFfzIDf3u91cqfqy9KhCKIJgPeqxgveH2L+87RcGU/alT6BRrk5JtUso0OibH3O7NXuNOQ0cDc9beT0wrg==} dependencies: '@vue/compiler-core': 3.2.31 '@vue/shared': 3.2.31 + dev: true + + /@vue/compiler-dom/3.2.33: + resolution: {integrity: sha512-GhiG1C8X98Xz9QUX/RlA6/kgPBWJkjq0Rq6//5XTAGSYrTMBgcLpP9+CnlUg1TFxnnCVughAG+KZl28XJqw8uQ==} + dependencies: + '@vue/compiler-core': 3.2.33 + '@vue/shared': 3.2.33 /@vue/compiler-sfc/3.2.31: resolution: {integrity: sha512-748adc9msSPGzXgibHiO6T7RWgfnDcVQD+VVwYgSsyyY8Ans64tALHZANrKtOzvkwznV/F4H7OAod/jIlp/dkQ==} @@ -2083,7 +2084,22 @@ packages: '@vue/shared': 3.2.31 estree-walker: 2.0.2 magic-string: 0.25.9 - postcss: 8.4.8 + postcss: 8.4.12 + source-map: 0.6.1 + dev: true + + /@vue/compiler-sfc/3.2.33: + resolution: {integrity: sha512-H8D0WqagCr295pQjUYyO8P3IejM3vEzeCO1apzByAEaAR/WimhMYczHfZVvlCE/9yBaEu/eu9RdiWr0kF8b71Q==} + dependencies: + '@babel/parser': 7.17.7 + '@vue/compiler-core': 3.2.33 + '@vue/compiler-dom': 3.2.33 + '@vue/compiler-ssr': 3.2.33 + '@vue/reactivity-transform': 3.2.33 + '@vue/shared': 3.2.33 + estree-walker: 2.0.2 + magic-string: 0.25.9 + postcss: 8.4.12 source-map: 0.6.1 /@vue/compiler-ssr/3.2.31: @@ -2091,6 +2107,13 @@ packages: dependencies: '@vue/compiler-dom': 3.2.31 '@vue/shared': 3.2.31 + dev: true + + /@vue/compiler-ssr/3.2.33: + resolution: {integrity: sha512-XQh1Xdk3VquDpXsnoCd7JnMoWec9CfAzQDQsaMcSU79OrrO2PNR0ErlIjm/mGq3GmBfkQjzZACV+7GhfRB8xMQ==} + dependencies: + '@vue/compiler-dom': 3.2.33 + '@vue/shared': 3.2.33 /@vue/devtools-api/6.1.3: resolution: {integrity: sha512-79InfO2xHv+WHIrH1bHXQUiQD/wMls9qBk6WVwGCbdwP7/3zINtvqPNMtmSHXsIKjvUAHc8L0ouOj6ZQQRmcXg==} @@ -2108,49 +2131,78 @@ packages: '@vue/shared': 3.2.31 estree-walker: 2.0.2 magic-string: 0.25.9 + dev: true + + /@vue/reactivity-transform/3.2.33: + resolution: {integrity: sha512-4UL5KOIvSQb254aqenW4q34qMXbfZcmEsV/yVidLUgvwYQQ/D21bGX3DlgPUGI3c4C+iOnNmDCkIxkILoX/Pyw==} + dependencies: + '@babel/parser': 7.17.7 + '@vue/compiler-core': 3.2.33 + '@vue/shared': 3.2.33 + estree-walker: 2.0.2 + magic-string: 0.25.9 /@vue/reactivity/3.2.31: resolution: {integrity: sha512-HVr0l211gbhpEKYr2hYe7hRsV91uIVGFYNHj73njbARVGHQvIojkImKMaZNDdoDZOIkMsBc9a1sMqR+WZwfSCw==} dependencies: '@vue/shared': 3.2.31 + dev: true + + /@vue/reactivity/3.2.33: + resolution: {integrity: sha512-62Sq0mp9/0bLmDuxuLD5CIaMG2susFAGARLuZ/5jkU1FCf9EDbwUuF+BO8Ub3Rbodx0ziIecM/NsmyjardBxfQ==} + dependencies: + '@vue/shared': 3.2.33 + dev: false /@vue/runtime-core/3.2.31: resolution: {integrity: sha512-Kcog5XmSY7VHFEMuk4+Gap8gUssYMZ2+w+cmGI6OpZWYOEIcbE0TPzzPHi+8XTzAgx1w/ZxDFcXhZeXN5eKWsA==} dependencies: '@vue/reactivity': 3.2.31 '@vue/shared': 3.2.31 + dev: true - /@vue/runtime-dom/3.2.31: - resolution: {integrity: sha512-N+o0sICVLScUjfLG7u9u5XCjvmsexAiPt17GNnaWHJUfsKed5e85/A3SWgKxzlxx2SW/Hw7RQxzxbXez9PtY3g==} + /@vue/runtime-core/3.2.33: + resolution: {integrity: sha512-N2D2vfaXsBPhzCV3JsXQa2NECjxP3eXgZlFqKh4tgakp3iX6LCGv76DLlc+IfFZq+TW10Y8QUfeihXOupJ1dGw==} dependencies: - '@vue/runtime-core': 3.2.31 - '@vue/shared': 3.2.31 + '@vue/reactivity': 3.2.33 + '@vue/shared': 3.2.33 + dev: false + + /@vue/runtime-dom/3.2.33: + resolution: {integrity: sha512-LSrJ6W7CZTSUygX5s8aFkraDWlO6K4geOwA3quFF2O+hC3QuAMZt/0Xb7JKE3C4JD4pFwCSO7oCrZmZ0BIJUnw==} + dependencies: + '@vue/runtime-core': 3.2.33 + '@vue/shared': 3.2.33 csstype: 2.6.20 dev: false - /@vue/server-renderer/3.2.31_vue@3.2.31: - resolution: {integrity: sha512-8CN3Zj2HyR2LQQBHZ61HexF5NReqngLT3oahyiVRfSSvak+oAvVmu8iNLSu6XR77Ili2AOpnAt1y8ywjjqtmkg==} + /@vue/server-renderer/3.2.33_vue@3.2.33: + resolution: {integrity: sha512-4jpJHRD4ORv8PlbYi+/MfP8ec1okz6rybe36MdpkDrGIdEItHEUyaHSKvz+ptNEyQpALmmVfRteHkU9F8vxOew==} peerDependencies: - vue: 3.2.31 + vue: 3.2.33 dependencies: - '@vue/compiler-ssr': 3.2.31 - '@vue/shared': 3.2.31 - vue: 3.2.31 + '@vue/compiler-ssr': 3.2.33 + '@vue/shared': 3.2.33 + vue: 3.2.33 dev: false /@vue/shared/3.2.31: resolution: {integrity: sha512-ymN2pj6zEjiKJZbrf98UM2pfDd6F2H7ksKw7NDt/ZZ1fh5Ei39X5tABugtT03ZRlWd9imccoK0hE8hpjpU7irQ==} + dev: true - /@vue/test-utils/2.0.0-rc.19_vue@3.2.31: - resolution: {integrity: sha512-vQ/34z9NH/pqJzl9YTWtTq/vrx5JzLbMojcBB0qydeb7FtGqxp11nLYCgVso+pa8ZOSn2j+OQfjc5aBnb32uzw==} + /@vue/shared/3.2.33: + resolution: {integrity: sha512-UBc1Pg1T3yZ97vsA2ueER0F6GbJebLHYlEi4ou1H5YL4KWvMOOWwpYo9/QpWq93wxKG6Wo13IY74Hcn/f7c7Bg==} + + /@vue/test-utils/2.0.0-rc.20_vue@3.2.33: + resolution: {integrity: sha512-aSkOAzM/ZlIyYgN7yj661FTjhFZZy5i9+FUbbDNoMGYA4F1WKwDdcDCPj9B/qzt3wGFkuCP5PO6SBtdSTMEhIA==} peerDependencies: vue: ^3.0.1 dependencies: - vue: 3.2.31 + vue: 3.2.33 dev: true - /@vueuse/core/8.2.5_vue@3.2.31: - resolution: {integrity: sha512-5prZAA1Ji2ltwNUnzreu6WIXYqHYP/9U2BiY5mD/650VYLpVcwVlYznJDFcLCmEWI3o3Vd34oS1FUf+6Mh68GQ==} + /@vueuse/core/8.2.6_vue@3.2.33: + resolution: {integrity: sha512-fzlpM3B5oVe+UhCT1mXlhG1Zxdq2lq1Z2AvddSB8+RxrsSFzII7DKfsQEz8Vop7Lzc++4m8drTNbhPovYoFqHw==} peerDependencies: '@vue/composition-api': ^1.1.0 vue: ^2.6.0 || ^3.2.0 @@ -2160,26 +2212,26 @@ packages: vue: optional: true dependencies: - '@vueuse/metadata': 8.2.5 - '@vueuse/shared': 8.2.5_vue@3.2.31 - vue: 3.2.31 - vue-demi: 0.12.5_vue@3.2.31 + '@vueuse/metadata': 8.2.6 + '@vueuse/shared': 8.2.6_vue@3.2.33 + vue: 3.2.33 + vue-demi: 0.12.5_vue@3.2.33 dev: false - /@vueuse/head/0.7.5_vue@3.2.31: - resolution: {integrity: sha512-L+XQ5Act0nT/ZyO8Qo10J4FyM1qPOyQb6MT4MMn6+AITzrStpmKs/nUDDLJKD/rCcNWl/65XbdQm4T2vKp3VOQ==} + /@vueuse/head/0.7.6_vue@3.2.33: + resolution: {integrity: sha512-cOWqCkT3WiF5oEpw+VVEWUJd9RLD5rc7DmnFp3cePsejp+t7686uKD9Z9ZU7Twb7R/BI8iexKTmXo9D/F3v6UA==} peerDependencies: vue: '>=3' dependencies: - vue: 3.2.31 + vue: 3.2.33 dev: false - /@vueuse/metadata/8.2.5: - resolution: {integrity: sha512-Lk9plJjh9cIdiRdcj16dau+2LANxIdFCiTgdfzwYXbflxq0QnMBeOD2qHgKDE7fuVrtPcVWj8VSuZEx1HRfNQA==} + /@vueuse/metadata/8.2.6: + resolution: {integrity: sha512-OBKtafCt+4RcEJlYDCjp1vl65pBCL2g4TmipEtdZ8/qphKlW6nakJbkY7XRN5grPmjqU99/ahJGtyGk5NHS2hw==} dev: false - /@vueuse/shared/8.2.5_vue@3.2.31: - resolution: {integrity: sha512-lNWo+7sk6JCuOj4AiYM+6HZ6fq4xAuVq1sVckMQKgfCJZpZRe4i8es+ZULO5bYTKP+VrOCtqrLR2GzEfrbr3YQ==} + /@vueuse/shared/8.2.6_vue@3.2.33: + resolution: {integrity: sha512-J/W4CMfdL8TahELuSOgtfVO4eQXTjhigp7dVWIBsLUVFCeY9d49gvHUcQN3y5xYLZ6iNP57TjTQjMMT/zhklkw==} peerDependencies: '@vue/composition-api': ^1.1.0 vue: ^2.6.0 || ^3.2.0 @@ -2189,8 +2241,8 @@ packages: vue: optional: true dependencies: - vue: 3.2.31 - vue-demi: 0.12.5_vue@3.2.31 + vue: 3.2.33 + vue-demi: 0.12.5_vue@3.2.33 dev: false /abab/2.0.5: @@ -2669,12 +2721,6 @@ packages: resolution: {integrity: sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==} dev: true - /character-parser/2.2.0: - resolution: {integrity: sha1-x84o821LzZdE5f/CxfzeHHMmH8A=} - dependencies: - is-regex: 1.1.4 - dev: true - /character-reference-invalid/1.1.4: resolution: {integrity: sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==} dev: true @@ -2964,8 +3010,8 @@ packages: resolution: {integrity: sha512-/WwNkdXfckNgw6S5R125rrW8ez139lBHWouiBvX8dfMFtcn6V81REDqnH7+CRpRipfYlyU1CmOnOxrmGcFOjeA==} dev: false - /cypress/9.5.3: - resolution: {integrity: sha512-ItelIVmqMTnKYbo1JrErhsGgQGjWOxCpHT1TfMvwnIXKXN/OSlPjEK7rbCLYDZhejQL99PmUqul7XORI24Ik0A==} + /cypress/9.5.4: + resolution: {integrity: sha512-6AyJAD8phe7IMvOL4oBsI9puRNOWxZjl8z1lgixJMcgJ85JJmyKeP6uqNA0dI1z14lmJ7Qklf2MOgP/xdAqJ/Q==} engines: {node: '>=12.0.0'} hasBin: true requiresBuild: true @@ -2987,7 +3033,7 @@ packages: commander: 5.1.0 common-tags: 1.8.2 dayjs: 1.11.0 - debug: 4.3.3_supports-color@8.1.1 + debug: 4.3.4_supports-color@8.1.1 enquirer: 2.3.6 eventemitter2: 6.4.5 execa: 4.1.0 @@ -3058,19 +3104,6 @@ packages: ms: 2.1.2 dev: true - /debug/4.3.3_supports-color@8.1.1: - resolution: {integrity: sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==} - engines: {node: '>=6.0'} - peerDependencies: - supports-color: '*' - peerDependenciesMeta: - supports-color: - optional: true - dependencies: - ms: 2.1.2 - supports-color: 8.1.1 - dev: true - /debug/4.3.4: resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==} engines: {node: '>=6.0'} @@ -3083,6 +3116,19 @@ packages: ms: 2.1.2 dev: true + /debug/4.3.4_supports-color@8.1.1: + resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==} + engines: {node: '>=6.0'} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + dependencies: + ms: 2.1.2 + supports-color: 8.1.1 + dev: true + /decimal.js/10.3.1: resolution: {integrity: sha512-V0pfhfr8suzyPGOx3nmq4aHqabehUZn6Ch9kyFpV79TGDTWFmHqUqXdabR7QHqxzrYolF4+tVmJhUG4OURg5dQ==} dev: true @@ -3130,8 +3176,8 @@ packages: object-keys: 1.1.1 dev: true - /defu/5.0.1: - resolution: {integrity: sha512-EPS1carKg+dkEVy3qNTqIdp2qV7mUP08nIsupfwQpz++slCVRw7qbQyWvSTig+kFPwz2XXp5/kIIkH+CwrJKkQ==} + /defu/6.0.0: + resolution: {integrity: sha512-t2MZGLf1V2rV4VBZbWIaXKdX/mUcYW0n2znQZoADBkGGxYL8EWqCuCZBmJPJ/Yy9fofJkyuuSuo5GSwo0XdEgw==} dev: true /delayed-stream/1.0.0: @@ -3578,8 +3624,8 @@ packages: find-up: 2.1.0 dev: true - /eslint-plugin-antfu/0.20.2_eslint@8.13.0+typescript@4.6.3: - resolution: {integrity: sha512-QLXJh1gKX87uH2hkY5iKKuTsYB9Fg9P6tPq0Iqb20zAdtN+SZGOG5cibpE+InjcKJZvZ3U/ToFJ8wd+aE7h4Hg==} + /eslint-plugin-antfu/0.20.3_eslint@8.13.0+typescript@4.6.3: + resolution: {integrity: sha512-pe9Myxlw6zDPU9Q1Cdj/LJzyJ48qMOyMpmmWwApV0Ei4DVh+jqW/B3r3Jf3zeiaco3yqmL2B0A7fZynQQWsVXg==} dependencies: '@typescript-eslint/utils': 5.17.0_eslint@8.13.0+typescript@4.6.3 transitivePeerDependencies: @@ -4023,7 +4069,7 @@ packages: engines: {node: '>= 10.17.0'} hasBin: true dependencies: - debug: 4.3.3_supports-color@8.1.1 + debug: 4.3.4_supports-color@8.1.1 get-stream: 5.2.0 yauzl: 2.10.0 optionalDependencies: @@ -4682,13 +4728,6 @@ packages: resolution: {integrity: sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==} dev: true - /is-expression/4.0.0: - resolution: {integrity: sha512-zMIXX63sxzG3XrkHkrAPvm/OVZVSCPNkwMHU8oTX7/U3AL78I0QXCEICXUM13BIa8TYGZ68PiTKfQz3yaTNr4A==} - dependencies: - acorn: 7.4.1 - object-assign: 4.1.1 - dev: true - /is-extendable/0.1.1: resolution: {integrity: sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=} engines: {node: '>=0.10.0'} @@ -4991,7 +5030,7 @@ packages: engines: {node: '>=6'} hasBin: true dependencies: - minimist: 1.2.5 + minimist: 1.2.6 dev: true /jsonc-eslint-parser/1.4.1: @@ -5343,10 +5382,6 @@ packages: brace-expansion: 2.0.1 dev: true - /minimist/1.2.5: - resolution: {integrity: sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==} - dev: true - /minimist/1.2.6: resolution: {integrity: sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==} dev: true @@ -5720,7 +5755,7 @@ packages: engines: {node: '>=0.10.0'} dev: true - /pinia/2.0.13_typescript@4.6.3+vue@3.2.31: + /pinia/2.0.13_typescript@4.6.3+vue@3.2.33: resolution: {integrity: sha512-B7rSqm1xNpwcPMnqns8/gVBfbbi7lWTByzS6aPZ4JOXSJD4Y531rZHDCoYWBwLyHY/8hWnXljgiXp6rRyrofcw==} peerDependencies: '@vue/composition-api': ^1.4.0 @@ -5734,8 +5769,8 @@ packages: dependencies: '@vue/devtools-api': 6.1.4 typescript: 4.6.3 - vue: 3.2.31 - vue-demi: 0.12.5_vue@3.2.31 + vue: 3.2.33 + vue-demi: 0.12.5_vue@3.2.33 dev: false /pluralize/8.0.0: @@ -5743,8 +5778,8 @@ packages: engines: {node: '>=4'} dev: true - /pnpm/6.32.6: - resolution: {integrity: sha512-ucrdCw3F/qjjzoR9+UtLXH1jkDqsbinz+hzSz54WQOOPt/F+9uxm8irrO/mdGkmsy844kAX6vsfS85gZLTg+yA==} + /pnpm/6.32.7: + resolution: {integrity: sha512-2LtKMtQ7ffQEIW0lQn6z1WBnz2SPB416DDlyEf3WzOlXCO0BXjLr6kX2vDOTFzKyHWbhjcd45qw3ty3G92fb2Q==} engines: {node: '>=12.17'} hasBin: true dev: true @@ -5756,7 +5791,6 @@ packages: nanoid: 3.3.1 picocolors: 1.0.0 source-map-js: 1.0.2 - dev: true /postcss/8.4.8: resolution: {integrity: sha512-2tXEqGxrjvAO6U+CJzDL2Fk2kPHTv1jQsYkSoMeOis2SsYaXRO2COxTdQp99cYvif9JTXaAk9lYGc3VhJt7JPQ==} @@ -5765,6 +5799,7 @@ packages: nanoid: 3.3.1 picocolors: 1.0.0 source-map-js: 1.0.2 + dev: true /prelude-ls/1.1.2: resolution: {integrity: sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=} @@ -5824,25 +5859,6 @@ packages: resolution: {integrity: sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==} dev: true - /pug-error/2.0.0: - resolution: {integrity: sha512-sjiUsi9M4RAGHktC1drQfCr5C5eriu24Lfbt4s+7SykztEOwVZtbFk1RRq0tzLxcMxMYTBR+zMQaG07J/btayQ==} - dev: true - - /pug-lexer/5.0.1: - resolution: {integrity: sha512-0I6C62+keXlZPZkOJeVam9aBLVP2EnbeDw3An+k0/QlqdwH6rv8284nko14Na7c0TtqtogfWXcRoFE4O4Ff20w==} - dependencies: - character-parser: 2.2.0 - is-expression: 4.0.0 - pug-error: 2.0.0 - dev: true - - /pug-parser/6.0.0: - resolution: {integrity: sha512-ukiYM/9cH6Cml+AOl5kETtM9NR3WulyVP2y4HOU45DyMim1IeP/OOiyEWRr6qk5I5klpsBnbuHpwKmTx6WURnw==} - dependencies: - pug-error: 2.0.0 - token-stream: 1.0.0 - dev: true - /pump/3.0.0: resolution: {integrity: sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==} dependencies: @@ -6316,7 +6332,7 @@ packages: /spdy-transport/3.0.0: resolution: {integrity: sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==} dependencies: - debug: 4.3.3 + debug: 4.3.4 detect-node: 2.1.0 hpack.js: 2.1.6 obuf: 1.1.2 @@ -6330,7 +6346,7 @@ packages: resolution: {integrity: sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==} engines: {node: '>=6.0.0'} dependencies: - debug: 4.3.3 + debug: 4.3.4 handle-thing: 2.0.1 http-deceiver: 1.2.7 select-hose: 2.0.0 @@ -6562,10 +6578,6 @@ packages: engines: {node: '>=0.6'} dev: true - /token-stream/1.0.0: - resolution: {integrity: sha1-zCAOqyYT9BZtJ/+a/HylbUnfbrQ=} - dev: true - /totalist/3.0.0: resolution: {integrity: sha512-eM+pCBxXO/njtF7vdFsHuqb+ElbxqtI4r5EAvk6grfAFyJ6IvWlSkfZ5T9ozC6xWw3Fj1fGoSmrl0gUs46JVIw==} engines: {node: '>=6'} @@ -6700,8 +6712,8 @@ packages: resolution: {integrity: sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA==} dev: true - /ufo/0.7.11: - resolution: {integrity: sha512-IT3q0lPvtkqQ8toHQN/BkOi4VIqoqheqM1FnkNWT9y0G8B3xJhwnoKBu5OHx8zHDOvveQzfKuFowJ0VSARiIDg==} + /ufo/0.8.3: + resolution: {integrity: sha512-AIkk06G21y/P+NCatfU+1qldCmI0XCszZLn8AkuKotffF3eqCvlce0KuwM7ZemLE/my0GSYADOAeM5zDYWMB+A==} dev: true /uglify-js/3.15.3: @@ -6719,11 +6731,11 @@ packages: which-boxed-primitive: 1.0.2 dev: true - /unconfig/0.3.2: - resolution: {integrity: sha512-wkvnZCGGGaIhlggzjA1J7UyuLxWgWroSNNlCXQQ+Y5eq1S2dHgA3LXoDIxnexpo6+Kdjzh+mK7CntU5t3i84Ag==} + /unconfig/0.3.3: + resolution: {integrity: sha512-BavyYUbMTk5s7jypXdcS5ZkoqFAzzVt1AT7T9xFjNDCizqdb0YI6yRYRCGBeNp8tK7xnLl2vo7enG+2GxN0+2Q==} dependencies: - '@antfu/utils': 0.5.0 - defu: 5.0.1 + '@antfu/utils': 0.5.1 + defu: 6.0.0 jiti: 1.13.0 dev: true @@ -6773,26 +6785,27 @@ packages: engines: {node: '>= 10.0.0'} dev: true - /unocss/0.30.13: - resolution: {integrity: sha512-35UWjJ/LtsWTojXRIcZgrAq0Qsl+hKJnEJA9sgQB53Xy4j5ppR0ymHZVKo+Yp7Z1h1y+3b0HIGgBOqRoF8OnFQ==} + /unocss/0.31.3_vite@2.9.5: + resolution: {integrity: sha512-qPQHOBgZv6xcN1qIaYbxQuyIQ79wI77mvNeRBw2GUoJL9GF/VVSTxQTWc0bdi13Sj0lfAlTS+CgaUWbMyz8xrA==} engines: {node: '>=14'} dependencies: - '@unocss/cli': 0.30.13 - '@unocss/core': 0.30.13 - '@unocss/preset-attributify': 0.30.13 - '@unocss/preset-icons': 0.30.13 - '@unocss/preset-mini': 0.30.13 - '@unocss/preset-typography': 0.30.13 - '@unocss/preset-uno': 0.30.13 - '@unocss/preset-web-fonts': 0.30.13 - '@unocss/preset-wind': 0.30.13 - '@unocss/reset': 0.30.13 - '@unocss/transformer-directives': 0.30.13 - '@unocss/transformer-variant-group': 0.30.13 - '@unocss/vite': 0.30.13 + '@unocss/cli': 0.31.3 + '@unocss/core': 0.31.3 + '@unocss/preset-attributify': 0.31.3 + '@unocss/preset-icons': 0.31.3 + '@unocss/preset-mini': 0.31.3 + '@unocss/preset-typography': 0.31.3 + '@unocss/preset-uno': 0.31.3 + '@unocss/preset-web-fonts': 0.31.3 + '@unocss/preset-wind': 0.31.3 + '@unocss/reset': 0.31.3 + '@unocss/transformer-directives': 0.31.3 + '@unocss/transformer-variant-group': 0.31.3 + '@unocss/vite': 0.31.3_vite@2.9.5 transitivePeerDependencies: - debug - supports-color + - vite dev: true /unpipe/1.0.0: @@ -6800,8 +6813,8 @@ packages: engines: {node: '>= 0.8'} dev: true - /unplugin-auto-import/0.7.0_@vueuse+core@8.2.5+vite@2.9.1: - resolution: {integrity: sha512-40oC7bxzSyyvJI4mXmk8gDD7gKjR10gYkeWBu/UigK8TusXwUsJOjwvIr+REgzOMBGH/5pUiVMoBYEZrLejk3w==} + /unplugin-auto-import/0.7.1_@vueuse+core@8.2.6+vite@2.9.5: + resolution: {integrity: sha512-9865OV9eP99PNxHR2mtTDExeN01m4M9boT5U2BtIwsU1wDRsaFIYWLwcCBEjvXzXfTTC2NNMskhHGVAMfL2WgA==} engines: {node: '>=14'} peerDependencies: '@vueuse/core': '*' @@ -6809,13 +6822,13 @@ packages: '@vueuse/core': optional: true dependencies: - '@antfu/utils': 0.5.0 - '@rollup/pluginutils': 4.2.0 - '@vueuse/core': 8.2.5_vue@3.2.31 + '@antfu/utils': 0.5.1 + '@rollup/pluginutils': 4.2.1 + '@vueuse/core': 8.2.6_vue@3.2.33 local-pkg: 0.4.1 magic-string: 0.26.1 resolve: 1.22.0 - unplugin: 0.6.1_vite@2.9.1 + unplugin: 0.6.1_vite@2.9.5 transitivePeerDependencies: - esbuild - rollup @@ -6823,8 +6836,8 @@ packages: - webpack dev: true - /unplugin-vue-components/0.19.0_vite@2.9.1+vue@3.2.31: - resolution: {integrity: sha512-x9fclW9WPifXli4+bIJxIywQPssnQxbr7cFr1yEC7NuRvGhFDIDQZ8NqxE53/ZDLVJvDm0PnOSvuzLgQMeOd2g==} + /unplugin-vue-components/0.19.3_vite@2.9.5+vue@3.2.33: + resolution: {integrity: sha512-z/kpYJnqrJuWglDNs7fy0YRHr41oLc07y2TkP3by6DqPb1GG9xGC9SFigeFwd4J7GVTqyFVsnjoeup7uK7I2dA==} engines: {node: '>=14'} peerDependencies: '@babel/parser': ^7.15.8 @@ -6845,8 +6858,8 @@ packages: magic-string: 0.26.1 minimatch: 5.0.1 resolve: 1.22.0 - unplugin: 0.6.1_vite@2.9.1 - vue: 3.2.31 + unplugin: 0.6.1_vite@2.9.5 + vue: 3.2.33 transitivePeerDependencies: - esbuild - rollup @@ -6855,7 +6868,7 @@ packages: - webpack dev: true - /unplugin/0.6.1_vite@2.9.1: + /unplugin/0.6.1_vite@2.9.5: resolution: {integrity: sha512-cQqRCgQ2v/Q4fPIWNVZ6sNIDdl5v8JXOnlsUOsGzT4fblTONoPWaytiYSpu5qJ9lvSDZYAQN6BRVo3XQoZMfUQ==} peerDependencies: esbuild: '>=0.13' @@ -6873,7 +6886,7 @@ packages: optional: true dependencies: chokidar: 3.5.3 - vite: 2.9.1 + vite: 2.9.5 webpack-sources: 3.2.3 webpack-virtual-modules: 0.4.3 dev: true @@ -6888,11 +6901,6 @@ packages: engines: {node: '>=4'} dev: true - /upath/2.0.1: - resolution: {integrity: sha512-1uEe95xksV1O0CYKXo8vQvN1JEbtJp7lb7C5U9HMsIp6IVwntkH/oNUzyVNQSd4S1sYk2FpSSW44FqMc8qee5w==} - engines: {node: '>=4'} - dev: true - /upper-case/1.1.3: resolution: {integrity: sha1-9rRQHC7EzdJrp4vnIilh3ndiFZg=} dev: true @@ -6942,23 +6950,23 @@ packages: extsprintf: 1.3.0 dev: true - /vite-plugin-inspect/0.4.3_vite@2.9.1: - resolution: {integrity: sha512-lj3oWnReRUwMHB7k8ZD8o6E27/OSn+8ua+tOftxuS39aM6Z9MG7m5r1CMlxMwEwdTM/wnQr0aH22Y2IX3e+++w==} + /vite-plugin-inspect/0.5.0_vite@2.9.5: + resolution: {integrity: sha512-eArca+5jrNx1hQL+5s79eT5Xq4VXjJcihJhK8GT/+W2GqefVxFO1WO78RnD0HPI+hKSdEFo+B4z2zeaE8DTvWQ==} engines: {node: '>=14'} peerDependencies: - vite: ^2.0.0 + vite: ^2.9.0 dependencies: - '@rollup/pluginutils': 4.2.0 - debug: 4.3.3 + '@rollup/pluginutils': 4.2.1 + debug: 4.3.4 kolorist: 1.5.1 sirv: 2.0.2 - ufo: 0.7.11 - vite: 2.9.1 + ufo: 0.8.3 + vite: 2.9.5 transitivePeerDependencies: - supports-color dev: true - /vite-plugin-md/0.12.4_vite@2.9.1: + /vite-plugin-md/0.12.4_vite@2.9.5: resolution: {integrity: sha512-qtkzpHAvdp/Zo/2ntmCpfph2JD4F0+tOl1vK3QVAZztpWyoO7Yi8Y2Dqu7Urrnh/fPH7PnIWlrrQy1XV/D92Pg==} peerDependencies: vite: ^2.0.0 @@ -6969,10 +6977,10 @@ packages: '@vue/runtime-core': 3.2.31 gray-matter: 4.0.3 markdown-it: 12.3.2 - vite: 2.9.1 + vite: 2.9.5 dev: true - /vite-plugin-pages/0.22.0_vite@2.9.1: + /vite-plugin-pages/0.22.0_vite@2.9.5: resolution: {integrity: sha512-OeCtSKoQNjrjtlNgkF4JTU0UdiZsa0cSQJKFyRoUz5KMbGoXR8O29BB2fZx9tMSBPyQJgGvIpzdoofLDaRNcQQ==} peerDependencies: '@vue/compiler-sfc': '>=3' @@ -6987,13 +6995,13 @@ packages: json5: 2.2.0 local-pkg: 0.4.1 picocolors: 1.0.0 - vite: 2.9.1 + vite: 2.9.5 yaml: 2.0.0-10 transitivePeerDependencies: - supports-color dev: true - /vite-plugin-pwa/0.11.13_vite@2.9.1: + /vite-plugin-pwa/0.11.13_vite@2.9.5: resolution: {integrity: sha512-Ssj14m3TRVLfkFEAWSMcFE2d1cSdEZyrVTzfY2lSL+umHYvcIFHVDAY143sygtBCb44OPczsAOmWwBTxwOvh7g==} peerDependencies: vite: ^2.0.0 @@ -7002,7 +7010,7 @@ packages: fast-glob: 3.2.11 pretty-bytes: 5.6.0 rollup: 2.70.1 - vite: 2.9.1 + vite: 2.9.5 workbox-build: 6.5.1 workbox-window: 6.5.1 transitivePeerDependencies: @@ -7010,7 +7018,7 @@ packages: - supports-color dev: true - /vite-plugin-vue-layouts/0.6.0_7751236df27102a4c49ccda658860b98: + /vite-plugin-vue-layouts/0.6.0_c6669f7f6a2bb1e4cd0ce207bade55c6: resolution: {integrity: sha512-7QX7o/NpCfs+hyXphwYfmPqAEQ6qd4uXsvI0VsovjGT2eCoEE5dMdP6L+uqqNWY4uqv7oCvtinecZmbzZv/9Rg==} peerDependencies: vite: ^2.5.0 @@ -7020,9 +7028,9 @@ packages: '@vue/compiler-sfc': 3.2.31 debug: 4.3.3 fast-glob: 3.2.11 - vite: 2.9.1 - vue: 3.2.31 - vue-router: 4.0.14_vue@3.2.31 + vite: 2.9.5 + vue: 3.2.33 + vue-router: 4.0.14_vue@3.2.33 transitivePeerDependencies: - supports-color dev: true @@ -7031,7 +7039,7 @@ packages: resolution: {integrity: sha512-eXhdz4fs/RUvHk5n475NovTZkXLG/P7DKYdQ2i+nqF1tAeIGuK3gmN4Fycu1J2bA8eAoDO63Vlrc8MW9QpiJuw==} dev: true - /vite-ssg/0.19.2_6a44acb5bf8b42d72d0c4bc9f4e36c5f: + /vite-ssg/0.19.2_eacfe4bd4e3401e3e0916bc5279e5ce7: resolution: {integrity: sha512-r9UJJ4OTMyu9f4nNe12PMVhVkeXYp1rUKbIl6zIOz5QDYEDgFcq8hZGUMMIAcyHhB4pH5ImmjZd1hJ2fO6hOmg==} engines: {node: '>=14.0.0'} hasBin: true @@ -7045,7 +7053,7 @@ packages: critters: optional: true dependencies: - '@vueuse/head': 0.7.5_vue@3.2.31 + '@vueuse/head': 0.7.6_vue@3.2.33 critters: 0.0.16 fs-extra: 10.0.1 html-minifier: 4.0.0 @@ -7053,9 +7061,9 @@ packages: jsdom: 19.0.0 kolorist: 1.5.1 prettier: 2.6.0 - vite: 2.9.1 - vue: 3.2.31 - vue-router: 4.0.14_vue@3.2.31 + vite: 2.9.5 + vue: 3.2.33 + vue-router: 4.0.14_vue@3.2.33 yargs: 17.3.1 transitivePeerDependencies: - bufferutil @@ -7064,8 +7072,8 @@ packages: - utf-8-validate dev: true - /vite/2.9.1: - resolution: {integrity: sha512-vSlsSdOYGcYEJfkQ/NeLXgnRv5zZfpAsdztkIrs7AZHV8RCMZQkwjo4DS5BnrYTqoWqLoUe1Cah4aVO4oNNqCQ==} + /vite/2.9.5: + resolution: {integrity: sha512-dvMN64X2YEQgSXF1lYabKXw3BbN6e+BL67+P3Vy4MacnY+UzT1AfkHiioFSi9+uiDUiaDy7Ax/LQqivk6orilg==} engines: {node: '>=12.2.0'} hasBin: true peerDependencies: @@ -7113,38 +7121,14 @@ packages: local-pkg: 0.4.1 tinypool: 0.1.2 tinyspy: 0.3.2 - vite: 2.9.1 + vite: 2.9.5 transitivePeerDependencies: - less - sass - stylus dev: true - /vscode-jsonrpc/8.0.0-next.7: - resolution: {integrity: sha512-JX/F31LEsims0dAlOTKFE4E+AJMiJvdRSRViifFJSqSN7EzeYyWlfuDchF7g91oRNPZOIWfibTkDf3/UMsQGzQ==} - engines: {node: '>=14.0.0'} - dev: true - - /vscode-languageserver-protocol/3.17.0-next.16: - resolution: {integrity: sha512-tx4DnXw9u3N7vw+bx6n2NKp6FoxoNwiP/biH83AS30I2AnTGyLd7afSeH6Oewn2E8jvB7K15bs12sMppkKOVeQ==} - dependencies: - vscode-jsonrpc: 8.0.0-next.7 - vscode-languageserver-types: 3.17.0-next.9 - dev: true - - /vscode-languageserver-textdocument/1.0.4: - resolution: {integrity: sha512-/xhqXP/2A2RSs+J8JNXpiiNVvvNM0oTosNVmQnunlKvq9o4mupHOBAnnzH0lwIPKazXKvAKsVp1kr+H/K4lgoQ==} - dev: true - - /vscode-languageserver-types/3.17.0-next.9: - resolution: {integrity: sha512-9/PeDNPYduaoXRUzYpqmu4ZV9L01HGo0wH9FUt+sSHR7IXwA7xoXBfNUlv8gB9H0D2WwEmMomSy1NmhjKQyn3A==} - dev: true - - /vscode-uri/3.0.3: - resolution: {integrity: sha512-EcswR2S8bpR7fD0YPeS7r2xXExrScVMxg4MedACaWHEtx9ftCF/qHG1xGkolzTPcEmjTavCQgbVzHUIdTMzFGA==} - dev: true - - /vue-demi/0.12.5_vue@3.2.31: + /vue-demi/0.12.5_vue@3.2.33: resolution: {integrity: sha512-BREuTgTYlUr0zw0EZn3hnhC3I6gPWv+Kwh4MCih6QcAeaTlaIX0DwOVN0wHej7hSvDPecz4jygy/idsgKfW58Q==} engines: {node: '>=12'} hasBin: true @@ -7156,7 +7140,7 @@ packages: '@vue/composition-api': optional: true dependencies: - vue: 3.2.31 + vue: 3.2.33 dev: false /vue-eslint-parser/8.3.0_eslint@8.13.0: @@ -7177,7 +7161,7 @@ packages: - supports-color dev: true - /vue-i18n/9.1.9_vue@3.2.31: + /vue-i18n/9.1.9_vue@3.2.33: resolution: {integrity: sha512-JeRdNVxS2OGp1E+pye5XB6+M6BBkHwAv9C80Q7+kzoMdUDGRna06tjC0vCB/jDX9aWrl5swxOMFcyAr7or8XTA==} engines: {node: '>= 10'} peerDependencies: @@ -7187,36 +7171,36 @@ packages: '@intlify/shared': 9.1.9 '@intlify/vue-devtools': 9.1.9 '@vue/devtools-api': 6.1.3 - vue: 3.2.31 + vue: 3.2.33 dev: false - /vue-router/4.0.14_vue@3.2.31: + /vue-router/4.0.14_vue@3.2.33: resolution: {integrity: sha512-wAO6zF9zxA3u+7AkMPqw9LjoUCjSxfFvINQj3E/DceTt6uEz1XZLraDhdg2EYmvVwTBSGlLYsUw8bDmx0754Mw==} peerDependencies: vue: ^3.2.0 dependencies: '@vue/devtools-api': 6.1.3 - vue: 3.2.31 + vue: 3.2.33 dev: false - /vue-tsc/0.34.2_typescript@4.6.3: - resolution: {integrity: sha512-+0BkRnRwPq+iJqOCNT4d3wN97qmOWZVPOtETMrjs0WnryL85xWq2VZb4AE12f1LwBZYvpPKT9cvrwUtrkFNQ7w==} + /vue-tsc/0.34.6_typescript@4.6.3: + resolution: {integrity: sha512-rEr8/BrpSN2QmnTw6MuT0WJA/qx54xDqSXG6EBGt37fn7jLCrKYF37GW3xZCdktO0V53l1XF2ssBtmLL+OI2ww==} hasBin: true peerDependencies: typescript: '*' dependencies: - '@volar/vue-typescript': 0.34.2 + '@volar/vue-typescript': 0.34.6 typescript: 4.6.3 dev: true - /vue/3.2.31: - resolution: {integrity: sha512-odT3W2tcffTiQCy57nOT93INw1auq5lYLLYtWpPYQQYQOOdHiqFct9Xhna6GJ+pJQaF67yZABraH47oywkJgFw==} + /vue/3.2.33: + resolution: {integrity: sha512-si1ExAlDUrLSIg/V7D/GgA4twJwfsfgG+t9w10z38HhL/HA07132pUQ2KuwAo8qbCyMJ9e6OqrmWrOCr+jW7ZQ==} dependencies: - '@vue/compiler-dom': 3.2.31 - '@vue/compiler-sfc': 3.2.31 - '@vue/runtime-dom': 3.2.31 - '@vue/server-renderer': 3.2.31_vue@3.2.31 - '@vue/shared': 3.2.31 + '@vue/compiler-dom': 3.2.33 + '@vue/compiler-sfc': 3.2.33 + '@vue/runtime-dom': 3.2.33 + '@vue/server-renderer': 3.2.33_vue@3.2.33 + '@vue/shared': 3.2.33 dev: false /w3c-hr-time/1.0.2: