diff --git a/package.json b/package.json index 8a71037..6add2b1 100644 --- a/package.json +++ b/package.json @@ -21,40 +21,47 @@ "auto:create": "plop --plopfile scripts/create.js", "auto:remove": "plop --plopfile scripts/remove.js", "analysis:build": "windicss-analysis --html dist", - "lint": "eslint --ext .ts,.js,.jsx,.vue .", - "lint:fix": "eslint --fix --ext .ts,.js,.jsx,.vue .", - "prepare": "husky install" + "lint": "eslint --ext .ts,.js,.jsx,.vue .", + "lint:fix": "eslint --fix --ext .ts,.js,.jsx,.vue .", + "prepare": "husky install" }, "dependencies": { - "vue": "^3.2.31" + "vue": "^3.2.32" }, "devDependencies": { "@intlify/vite-plugin-vue-i18n": "^3.4.0", "@types/ityped": "^1.0.1", "@types/node": "^17.0.23", "@types/nprogress": "^0.2.0", + "@typescript-eslint/parser": "^5.19.0", "@vitejs/plugin-vue": "^2.3.1", - "@vitejs/plugin-vue-jsx": "^1.3.9", + "@vitejs/plugin-vue-jsx": "^1.3.10", "@vueuse/components": "^8.2.5", "@vueuse/core": "^8.2.5", "axios": "^0.26.1", "c8": "^7.11.0", "eslint": "^8.13.0", + "eslint-config-prettier": "^8.5.0", + "eslint-plugin-prettier": "^4.0.0", + "eslint-plugin-vue": "^8.6.0", "fast-glob": "^3.2.11", "fs-extra": "^10.0.1", + "husky": "^7.0.4", "ityped": "^1.0.3", + "lint-staged": "^12.3.7", "markdown-it-anchor": "^8.6.2", "markdown-it-prism": "^2.2.3", "mockjs": "^1.1.0", "nprogress": "^0.2.0", "pinia": "^2.0.13", "plop": "^3.0.5", + "prettier": "2.5.1", "prism-theme-vars": "^0.2.2", "typescript": "^4.6.3", "unplugin-auto-import": "^0.6.9", "unplugin-icons": "^0.14.1", "unplugin-vue-components": "^0.18.5", - "vite": "^2.9.1", + "vite": "^2.9.4", "vite-auto-import-resolvers": "^2.2.3", "vite-plugin-compression": "^0.5.1", "vite-plugin-inspect": "^0.4.3", @@ -64,21 +71,14 @@ "vite-plugin-restart": "^0.1.1", "vite-plugin-use-modules": "^1.0.1", "vite-plugin-vue-meta-layouts": "^0.0.2", - "vite-plugin-windicss": "^1.8.3", + "vite-plugin-windicss": "^1.8.4", "vitest": "^0.8.5", "vue-i18n": "^9.1.9", "vue-request": "^1.2.4", "vue-router": "^4.0.14", "vue-tsc": "^0.33.9", "windicss": "^3.5.1", - "windicss-analysis": "^0.3.5", - "@typescript-eslint/parser": "^5.17.0", - "eslint-config-prettier": "^8.3.0", - "eslint-plugin-prettier": "^4.0.0", - "eslint-plugin-vue": "^8.5.0", - "husky": "^7.0.4", - "lint-staged": "^12.3.7", - "prettier": "2.5.1" + "windicss-analysis": "^0.3.5" }, "pnpm": { "peerDependencyRules": { @@ -89,7 +89,7 @@ ] } }, - "lint-staged": { - "*.{js,jsx,vue}": "eslint --cache --fix" - } + "lint-staged": { + "*.{js,jsx,vue}": "eslint --cache --fix" + } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 11a9914..eff06c9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -5,17 +5,17 @@ specifiers: '@types/ityped': ^1.0.1 '@types/node': ^17.0.23 '@types/nprogress': ^0.2.0 - '@typescript-eslint/parser': ^5.17.0 + '@typescript-eslint/parser': ^5.19.0 '@vitejs/plugin-vue': ^2.3.1 - '@vitejs/plugin-vue-jsx': ^1.3.9 + '@vitejs/plugin-vue-jsx': ^1.3.10 '@vueuse/components': ^8.2.5 '@vueuse/core': ^8.2.5 axios: ^0.26.1 c8: ^7.11.0 eslint: ^8.13.0 - eslint-config-prettier: ^8.3.0 + eslint-config-prettier: ^8.5.0 eslint-plugin-prettier: ^4.0.0 - eslint-plugin-vue: ^8.5.0 + eslint-plugin-vue: ^8.6.0 fast-glob: ^3.2.11 fs-extra: ^10.0.1 husky: ^7.0.4 @@ -33,7 +33,7 @@ specifiers: unplugin-auto-import: ^0.6.9 unplugin-icons: ^0.14.1 unplugin-vue-components: ^0.18.5 - vite: ^2.9.1 + vite: ^2.9.4 vite-auto-import-resolvers: ^2.2.3 vite-plugin-compression: ^0.5.1 vite-plugin-inspect: ^0.4.3 @@ -43,9 +43,9 @@ specifiers: vite-plugin-restart: ^0.1.1 vite-plugin-use-modules: ^1.0.1 vite-plugin-vue-meta-layouts: ^0.0.2 - vite-plugin-windicss: ^1.8.3 + vite-plugin-windicss: ^1.8.4 vitest: ^0.8.5 - vue: ^3.2.31 + vue: ^3.2.32 vue-i18n: ^9.1.9 vue-request: ^1.2.4 vue-router: ^4.0.14 @@ -54,18 +54,18 @@ specifiers: windicss-analysis: ^0.3.5 dependencies: - vue: 3.2.31 + vue: 3.2.32 devDependencies: - '@intlify/vite-plugin-vue-i18n': 3.4.0_vite@2.9.1+vue-i18n@9.1.9 + '@intlify/vite-plugin-vue-i18n': 3.4.0_vite@2.9.4+vue-i18n@9.1.9 '@types/ityped': 1.0.1 '@types/node': 17.0.23 '@types/nprogress': 0.2.0 '@typescript-eslint/parser': 5.19.0_eslint@8.13.0+typescript@4.6.3 - '@vitejs/plugin-vue': 2.3.1_vite@2.9.1+vue@3.2.31 - '@vitejs/plugin-vue-jsx': 1.3.9 - '@vueuse/components': 8.2.5_vue@3.2.31 - '@vueuse/core': 8.2.5_vue@3.2.31 + '@vitejs/plugin-vue': 2.3.1_vite@2.9.4+vue@3.2.32 + '@vitejs/plugin-vue-jsx': 1.3.10 + '@vueuse/components': 8.2.5_vue@3.2.32 + '@vueuse/core': 8.2.5_vue@3.2.32 axios: 0.26.1 c8: 7.11.0 eslint: 8.13.0 @@ -81,29 +81,29 @@ devDependencies: markdown-it-prism: 2.2.3 mockjs: 1.1.0 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.32 plop: 3.0.5 prettier: 2.5.1 prism-theme-vars: 0.2.2 typescript: 4.6.3 - unplugin-auto-import: 0.6.9_@vueuse+core@8.2.5+vite@2.9.1 - unplugin-icons: 0.14.1_vite@2.9.1 - unplugin-vue-components: 0.18.5_vite@2.9.1+vue@3.2.31 - vite: 2.9.1 - vite-auto-import-resolvers: 2.2.3_bab9b1e8de9f9400e968cfedca6f3513 - vite-plugin-compression: 0.5.1_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-mock: 2.9.6_mockjs@1.1.0+vite@2.9.1 - vite-plugin-pages: 0.22.0_vite@2.9.1 - vite-plugin-restart: 0.1.1_vite@2.9.1 + unplugin-auto-import: 0.6.9_@vueuse+core@8.2.5+vite@2.9.4 + unplugin-icons: 0.14.1_vite@2.9.4 + unplugin-vue-components: 0.18.5_vite@2.9.4+vue@3.2.32 + vite: 2.9.4 + vite-auto-import-resolvers: 2.2.3_a377b55e234b4ed8638e032e66830e76 + vite-plugin-compression: 0.5.1_vite@2.9.4 + vite-plugin-inspect: 0.4.3_vite@2.9.4 + vite-plugin-md: 0.12.4_vite@2.9.4 + vite-plugin-mock: 2.9.6_mockjs@1.1.0+vite@2.9.4 + vite-plugin-pages: 0.22.0_vite@2.9.4 + vite-plugin-restart: 0.1.1_vite@2.9.4 vite-plugin-use-modules: 1.0.1 vite-plugin-vue-meta-layouts: 0.0.2_vue-router@4.0.14 - vite-plugin-windicss: 1.8.3_vite@2.9.1 + vite-plugin-windicss: 1.8.4_vite@2.9.4 vitest: 0.8.5_c8@7.11.0 - vue-i18n: 9.1.9_vue@3.2.31 - vue-request: 1.2.4_vue@3.2.31 - vue-router: 4.0.14_vue@3.2.31 + vue-i18n: 9.1.9_vue@3.2.32 + vue-request: 1.2.4_vue@3.2.32 + vue-router: 4.0.14_vue@3.2.32 vue-tsc: 0.33.9_typescript@4.6.3 windicss: 3.5.1 windicss-analysis: 0.3.5 @@ -483,7 +483,7 @@ packages: '@intlify/shared': 9.1.9 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.32 yaml-eslint-parser: 0.3.2 dev: true @@ -534,7 +534,7 @@ packages: engines: {node: '>= 10'} dev: true - /@intlify/vite-plugin-vue-i18n/3.4.0_vite@2.9.1+vue-i18n@9.1.9: + /@intlify/vite-plugin-vue-i18n/3.4.0_vite@2.9.4+vue-i18n@9.1.9: resolution: {integrity: sha512-XXcZBgwJ+3FRu11c4ARoY9N00kElPii0/jNZ49qR045Ka7/YGCwb1Ku14BBlMSEHiHDSjLQknLwrJKSQGVZLyA==} engines: {node: '>= 12'} peerDependencies: @@ -549,12 +549,12 @@ packages: dependencies: '@intlify/bundle-utils': 2.2.2_vue-i18n@9.1.9 '@intlify/shared': 9.1.9 - '@rollup/pluginutils': 4.2.0 + '@rollup/pluginutils': 4.2.1 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.4 + vue-i18n: 9.1.9_vue@3.2.32 transitivePeerDependencies: - supports-color dev: true @@ -614,8 +614,8 @@ packages: resolution: {integrity: sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==} dev: true - /@rollup/plugin-node-resolve/13.1.3: - resolution: {integrity: sha512-BdxNk+LtmElRo5d06MGY4zoepyrXX1tkzX2hrnPEZ53k78GuOMWLqmJDGIIOPwVRIFZrLQOo+Yr6KtCuLIA0AQ==} + /@rollup/plugin-node-resolve/13.2.0: + resolution: {integrity: sha512-GuUIUyIKq7EjQxB51XSn6zPHYo+cILQQBYOGYvFFNxws2OVOqCBShAoof2hFrV8bAZzZGDBDQ8m2iUt8SLOUkg==} engines: {node: '>= 10.0.0'} peerDependencies: rollup: ^2.42.0 @@ -645,8 +645,8 @@ packages: picomatch: 2.3.1 dev: true - /@rollup/pluginutils/4.2.0: - resolution: {integrity: sha512-2WUyJNRkyH5p487pGnn4tWAsxhEFKN/pT8CMgHshd5H+IXkOnKvKZwsz5ZWz+YCXkleZRAU5kwbfgF8CPfDRqA==} + /@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 @@ -656,11 +656,11 @@ packages: /@types/chai-subset/1.3.3: resolution: {integrity: sha512-frBecisrNGz+F4T6bcc+NLeolfiojh5FxW2klu669+8BARtyQv2C/GkNW6FUodVe4BroGMP/wER/YDGc7rEllw==} dependencies: - '@types/chai': 4.3.0 + '@types/chai': 4.3.1 dev: true - /@types/chai/4.3.0: - resolution: {integrity: sha512-/ceqdqeRraGolFTcfoXNiqjyQhZzbINDngeoAq9GoHa8PPK1yNzTaxWjA6BFWp5Ua9JpXEMSS4s5i9tS0hOJtw==} + /@types/chai/4.3.1: + resolution: {integrity: sha512-/zPMqDkzSZ8t3VtxOa4KPq7uzzW978M9Tvh+j7GHKuo6k6GTLxPJ4J5gE5cjfJ26pnXst0N5Hax8Sr0T2Mi9zQ==} dev: true /@types/estree/0.0.39: @@ -779,7 +779,7 @@ packages: debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 - semver: 7.3.6 + semver: 7.3.7 tsutils: 3.21.0_typescript@4.6.3 typescript: 4.6.3 transitivePeerDependencies: @@ -794,29 +794,29 @@ packages: eslint-visitor-keys: 3.3.0 dev: true - /@vitejs/plugin-vue-jsx/1.3.9: - resolution: {integrity: sha512-aJpmBpAXM9jbVWaf7UR22/c0v/wfNPqOj0nBibuOndnrM8YmPAj4NnHEasguXxf0wVH00DinWqyzgZV8CZqEOQ==} + /@vitejs/plugin-vue-jsx/1.3.10: + resolution: {integrity: sha512-Cf5zznh4yNMiEMBfTOztaDVDmK1XXfgxClzOSUVUc8WAmHzogrCUeM8B05ABzuGtg0D1amfng+mUmSIOFGP3Pw==} engines: {node: '>=12.0.0'} dependencies: '@babel/core': 7.17.9 '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.17.9 '@babel/plugin-transform-typescript': 7.16.8_@babel+core@7.17.9 - '@rollup/pluginutils': 4.2.0 + '@rollup/pluginutils': 4.2.1 '@vue/babel-plugin-jsx': 1.1.1_@babel+core@7.17.9 hash-sum: 2.0.0 transitivePeerDependencies: - supports-color 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.4+vue@3.2.32: 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.4 + vue: 3.2.32 dev: true /@volar/code-gen/0.33.9: @@ -862,9 +862,9 @@ packages: dependencies: '@volar/code-gen': 0.33.9 '@volar/source-map': 0.33.9 - '@vue/compiler-core': 3.2.31 - '@vue/compiler-dom': 3.2.31 - '@vue/shared': 3.2.31 + '@vue/compiler-core': 3.2.32 + '@vue/compiler-dom': 3.2.32 + '@vue/shared': 3.2.32 dev: true /@volar/vue-typescript/0.33.9: @@ -874,8 +874,8 @@ packages: '@volar/pug-language-service': 0.33.9 '@volar/source-map': 0.33.9 '@volar/vue-code-gen': 0.33.9 - '@vue/compiler-sfc': 3.2.31 - '@vue/reactivity': 3.2.31 + '@vue/compiler-sfc': 3.2.32 + '@vue/reactivity': 3.2.32 dev: true /@vue/babel-helper-vue-transform-on/1.0.2: @@ -899,97 +899,97 @@ packages: - supports-color dev: true - /@vue/compiler-core/3.2.31: - resolution: {integrity: sha512-aKno00qoA4o+V/kR6i/pE+aP+esng5siNAVQ422TkBNM6qA4veXiZbSe8OTXHXquEi/f6Akc+nLfB4JGfe4/WQ==} + /@vue/compiler-core/3.2.32: + resolution: {integrity: sha512-bRQ8Rkpm/aYFElDWtKkTPHeLnX5pEkNxhPUcqu5crEJIilZH0yeFu/qUAcV4VfSE2AudNPkQSOwMZofhnuutmA==} dependencies: '@babel/parser': 7.17.9 - '@vue/shared': 3.2.31 + '@vue/shared': 3.2.32 estree-walker: 2.0.2 source-map: 0.6.1 - /@vue/compiler-dom/3.2.31: - resolution: {integrity: sha512-60zIlFfzIDf3u91cqfqy9KhCKIJgPeqxgveH2L+87RcGU/alT6BRrk5JtUso0OibH3O7NXuNOQ0cDc9beT0wrg==} + /@vue/compiler-dom/3.2.32: + resolution: {integrity: sha512-maa3PNB/NxR17h2hDQfcmS02o1f9r9QIpN1y6fe8tWPrS1E4+q8MqrvDDQNhYVPd84rc3ybtyumrgm9D5Rf/kg==} dependencies: - '@vue/compiler-core': 3.2.31 - '@vue/shared': 3.2.31 + '@vue/compiler-core': 3.2.32 + '@vue/shared': 3.2.32 - /@vue/compiler-sfc/3.2.31: - resolution: {integrity: sha512-748adc9msSPGzXgibHiO6T7RWgfnDcVQD+VVwYgSsyyY8Ans64tALHZANrKtOzvkwznV/F4H7OAod/jIlp/dkQ==} + /@vue/compiler-sfc/3.2.32: + resolution: {integrity: sha512-uO6+Gh3AVdWm72lRRCjMr8nMOEqc6ezT9lWs5dPzh1E9TNaJkMYPaRtdY9flUv/fyVQotkfjY/ponjfR+trPSg==} dependencies: '@babel/parser': 7.17.9 - '@vue/compiler-core': 3.2.31 - '@vue/compiler-dom': 3.2.31 - '@vue/compiler-ssr': 3.2.31 - '@vue/reactivity-transform': 3.2.31 - '@vue/shared': 3.2.31 + '@vue/compiler-core': 3.2.32 + '@vue/compiler-dom': 3.2.32 + '@vue/compiler-ssr': 3.2.32 + '@vue/reactivity-transform': 3.2.32 + '@vue/shared': 3.2.32 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: - resolution: {integrity: sha512-mjN0rqig+A8TVDnsGPYJM5dpbjlXeHUm2oZHZwGyMYiGT/F4fhJf/cXy8QpjnLQK4Y9Et4GWzHn9PS8AHUnSkw==} + /@vue/compiler-ssr/3.2.32: + resolution: {integrity: sha512-ZklVUF/SgTx6yrDUkaTaBL/JMVOtSocP+z5Xz/qIqqLdW/hWL90P+ob/jOQ0Xc/om57892Q7sRSrex0wujOL2Q==} dependencies: - '@vue/compiler-dom': 3.2.31 - '@vue/shared': 3.2.31 + '@vue/compiler-dom': 3.2.32 + '@vue/shared': 3.2.32 /@vue/devtools-api/6.1.4: resolution: {integrity: sha512-IiA0SvDrJEgXvVxjNkHPFfDx6SXw0b/TUkqMcDZWNg9fnCAHbTpoo59YfJ9QLFkwa3raau5vSlRVzMSLDnfdtQ==} dev: true - /@vue/reactivity-transform/3.2.31: - resolution: {integrity: sha512-uS4l4z/W7wXdI+Va5pgVxBJ345wyGFKvpPYtdSgvfJfX/x2Ymm6ophQlXXB6acqGHtXuBqNyyO3zVp9b1r0MOA==} + /@vue/reactivity-transform/3.2.32: + resolution: {integrity: sha512-CW1W9zaJtE275tZSWIfQKiPG0iHpdtSlmTqYBu7Y62qvtMgKG5yOxtvBs4RlrZHlaqFSE26avLAgQiTp4YHozw==} dependencies: '@babel/parser': 7.17.9 - '@vue/compiler-core': 3.2.31 - '@vue/shared': 3.2.31 + '@vue/compiler-core': 3.2.32 + '@vue/shared': 3.2.32 estree-walker: 2.0.2 magic-string: 0.25.9 - /@vue/reactivity/3.2.31: - resolution: {integrity: sha512-HVr0l211gbhpEKYr2hYe7hRsV91uIVGFYNHj73njbARVGHQvIojkImKMaZNDdoDZOIkMsBc9a1sMqR+WZwfSCw==} + /@vue/reactivity/3.2.32: + resolution: {integrity: sha512-4zaDumuyDqkuhbb63hRd+YHFGopW7srFIWesLUQ2su/rJfWrSq3YUvoKAJE8Eu1EhZ2Q4c1NuwnEreKj1FkDxA==} dependencies: - '@vue/shared': 3.2.31 + '@vue/shared': 3.2.32 - /@vue/runtime-core/3.2.31: - resolution: {integrity: sha512-Kcog5XmSY7VHFEMuk4+Gap8gUssYMZ2+w+cmGI6OpZWYOEIcbE0TPzzPHi+8XTzAgx1w/ZxDFcXhZeXN5eKWsA==} + /@vue/runtime-core/3.2.32: + resolution: {integrity: sha512-uKKzK6LaCnbCJ7rcHvsK0azHLGpqs+Vi9B28CV1mfWVq1F3Bj8Okk3cX+5DtD06aUh4V2bYhS2UjjWiUUKUF0w==} dependencies: - '@vue/reactivity': 3.2.31 - '@vue/shared': 3.2.31 + '@vue/reactivity': 3.2.32 + '@vue/shared': 3.2.32 - /@vue/runtime-dom/3.2.31: - resolution: {integrity: sha512-N+o0sICVLScUjfLG7u9u5XCjvmsexAiPt17GNnaWHJUfsKed5e85/A3SWgKxzlxx2SW/Hw7RQxzxbXez9PtY3g==} + /@vue/runtime-dom/3.2.32: + resolution: {integrity: sha512-AmlIg+GPqjkNoADLjHojEX5RGcAg+TsgXOOcUrtDHwKvA8mO26EnLQLB8nylDjU6AMJh2CIYn8NEgyOV5ZIScQ==} dependencies: - '@vue/runtime-core': 3.2.31 - '@vue/shared': 3.2.31 + '@vue/runtime-core': 3.2.32 + '@vue/shared': 3.2.32 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.32_vue@3.2.32: + resolution: {integrity: sha512-TYKpZZfRJpGTTiy/s6bVYwQJpAUx3G03z4G7/3O18M11oacrMTVHaHjiPuPqf3xQtY8R4LKmQ3EOT/DRCA/7Wg==} peerDependencies: - vue: 3.2.31 + vue: 3.2.32 dependencies: - '@vue/compiler-ssr': 3.2.31 - '@vue/shared': 3.2.31 - vue: 3.2.31 + '@vue/compiler-ssr': 3.2.32 + '@vue/shared': 3.2.32 + vue: 3.2.32 dev: false - /@vue/shared/3.2.31: - resolution: {integrity: sha512-ymN2pj6zEjiKJZbrf98UM2pfDd6F2H7ksKw7NDt/ZZ1fh5Ei39X5tABugtT03ZRlWd9imccoK0hE8hpjpU7irQ==} + /@vue/shared/3.2.32: + resolution: {integrity: sha512-bjcixPErUsAnTQRQX4Z5IQnICYjIfNCyCl8p29v1M6kfVzvwOICPw+dz48nNuWlTOOx2RHhzHdazJibE8GSnsw==} - /@vueuse/components/8.2.5_vue@3.2.31: + /@vueuse/components/8.2.5_vue@3.2.32: resolution: {integrity: sha512-ELhfxeqjcGK1In5E5WTmuLxQMtUypIyHwJN07WW+YL5S+RI7VkFertcD7wV+4/qXOWY/AMBsozXx1ZJt+uFs3Q==} dependencies: - '@vueuse/core': 8.2.5_vue@3.2.31 - '@vueuse/shared': 8.2.5_vue@3.2.31 - vue-demi: 0.12.5_vue@3.2.31 + '@vueuse/core': 8.2.5_vue@3.2.32 + '@vueuse/shared': 8.2.5_vue@3.2.32 + vue-demi: 0.12.5_vue@3.2.32 transitivePeerDependencies: - '@vue/composition-api' - vue dev: true - /@vueuse/core/8.2.5_vue@3.2.31: + /@vueuse/core/8.2.5_vue@3.2.32: resolution: {integrity: sha512-5prZAA1Ji2ltwNUnzreu6WIXYqHYP/9U2BiY5mD/650VYLpVcwVlYznJDFcLCmEWI3o3Vd34oS1FUf+6Mh68GQ==} peerDependencies: '@vue/composition-api': ^1.1.0 @@ -1001,16 +1001,16 @@ packages: 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/shared': 8.2.5_vue@3.2.32 + vue: 3.2.32 + vue-demi: 0.12.5_vue@3.2.32 dev: true /@vueuse/metadata/8.2.5: resolution: {integrity: sha512-Lk9plJjh9cIdiRdcj16dau+2LANxIdFCiTgdfzwYXbflxq0QnMBeOD2qHgKDE7fuVrtPcVWj8VSuZEx1HRfNQA==} dev: true - /@vueuse/shared/8.2.5_vue@3.2.31: + /@vueuse/shared/8.2.5_vue@3.2.32: resolution: {integrity: sha512-lNWo+7sk6JCuOj4AiYM+6HZ6fq4xAuVq1sVckMQKgfCJZpZRe4i8es+ZULO5bYTKP+VrOCtqrLR2GzEfrbr3YQ==} peerDependencies: '@vue/composition-api': ^1.1.0 @@ -1021,12 +1021,12 @@ packages: vue: optional: true dependencies: - vue: 3.2.31 - vue-demi: 0.12.5_vue@3.2.31 + vue: 3.2.32 + vue-demi: 0.12.5_vue@3.2.32 dev: true - /@windicss/config/1.8.3: - resolution: {integrity: sha512-1fvfZhRD7WfV/Xh6uIAYKIdbQWrwEgSdkFlHiLPzMDS44KjwNZILDzLAz9Y2W5H2K4MLGgGMnzGS89ECyjc0Ww==} + /@windicss/config/1.8.4: + resolution: {integrity: sha512-i4fFGFfZoRess6WMkauykHC3PFd9xKYVx7lSuLfMK7sgo6x3+l4dY42GbsWMHyLqH1sTMfyt1LgfXSIKYJozSA==} dependencies: debug: 4.3.4 jiti: 1.13.0 @@ -1035,14 +1035,14 @@ packages: - supports-color dev: true - /@windicss/plugin-utils/1.8.3: - resolution: {integrity: sha512-emlMeDt73uNV1ZofLTDogcxqL9aZ5uIRYkjeHlrWiaDozFbX6Jc+a6eRo9Ieaar3JUryl6AnecTPHAiFDl4IXg==} + /@windicss/plugin-utils/1.8.4: + resolution: {integrity: sha512-DqJVwAfzlgd8nYSNlmhXOey32pI8UwH7QiOWdFS/AR2O/q9oLDGHDn97Its/kZdfoyhi8ylwZNP2Pk0H7cihhQ==} dependencies: '@antfu/utils': 0.5.1 - '@windicss/config': 1.8.3 + '@windicss/config': 1.8.4 debug: 4.3.4 fast-glob: 3.2.11 - magic-string: 0.25.9 + magic-string: 0.26.1 micromatch: 4.0.5 windicss: 3.5.1 transitivePeerDependencies: @@ -1248,10 +1248,10 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001327 - electron-to-chromium: 1.4.106 + caniuse-lite: 1.0.30001331 + electron-to-chromium: 1.4.107 escalade: 3.1.1 - node-releases: 2.0.2 + node-releases: 2.0.3 picocolors: 1.0.0 dev: true @@ -1322,8 +1322,8 @@ packages: engines: {node: '>=10'} dev: true - /caniuse-lite/1.0.30001327: - resolution: {integrity: sha512-1/Cg4jlD9qjZzhbzkzEaAC2JHsP0WrOc8Rd/3a3LuajGzGWR/hD7TVyvq99VqmTy99eVh8Zkmdq213OgvgXx7w==} + /caniuse-lite/1.0.30001331: + resolution: {integrity: sha512-Y1xk6paHpUXKP/P6YjQv1xqyTbgAP05ycHBcRdQjTcyXlWol868sJJPlmk5ylOekw2BrucWes5jk+LvVd7WZ5Q==} dev: true /capital-case/1.0.4: @@ -1644,7 +1644,7 @@ packages: object-is: 1.1.5 object-keys: 1.1.1 object.assign: 4.1.2 - regexp.prototype.flags: 1.4.1 + regexp.prototype.flags: 1.4.2 side-channel: 1.0.4 which-boxed-primitive: 1.0.2 which-collection: 1.0.1 @@ -1748,8 +1748,8 @@ packages: resolution: {integrity: sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=} dev: true - /electron-to-chromium/1.4.106: - resolution: {integrity: sha512-ZYfpVLULm67K7CaaGP7DmjyeMY4naxsbTy+syVVxT6QHI1Ww8XbJjmr9fDckrhq44WzCrcC5kH3zGpdusxwwqg==} + /electron-to-chromium/1.4.107: + resolution: {integrity: sha512-Huen6taaVrUrSy8o7mGStByba8PfOWWluHNxSHGBrCgEdFVLtvdQDBr9LBCF9Uci8SYxh28QNNMO0oC17wbGAg==} dev: true /emoji-regex/8.0.0: @@ -1773,8 +1773,8 @@ packages: resolution: {integrity: sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==} dev: true - /es-abstract/1.19.2: - resolution: {integrity: sha512-gfSBJoZdlL2xRiOCy0g8gLMryhoe1TlimjzU99L/31Z8QEGIhVQI+EWwt5lT+AuU9SnorVupXFqqOGqGfsyO6w==} + /es-abstract/1.19.5: + resolution: {integrity: sha512-Aa2G2+Rd3b6kxEUKTF4TaW67czBLyAv3z7VOhYRU50YBx+bbsYZ9xQP4lMNazePuFlybXI0V4MruPos7qUo5fA==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 @@ -1821,8 +1821,8 @@ packages: is-symbol: 1.0.4 dev: true - /esbuild-android-64/0.14.34: - resolution: {integrity: sha512-XfxcfJqmMYsT/LXqrptzFxmaR3GWzXHDLdFNIhm6S00zPaQF1TBBWm+9t0RZ6LRR7iwH57DPjaOeW20vMqI4Yw==} + /esbuild-android-64/0.14.36: + resolution: {integrity: sha512-jwpBhF1jmo0tVCYC/ORzVN+hyVcNZUWuozGcLHfod0RJCedTDTvR4nwlTXdx1gtncDqjk33itjO+27OZHbiavw==} engines: {node: '>=12'} cpu: [x64] os: [android] @@ -1830,8 +1830,8 @@ packages: dev: true optional: true - /esbuild-android-arm64/0.14.34: - resolution: {integrity: sha512-T02+NXTmSRL1Mc6puz+R9CB54rSPICkXKq6+tw8B6vxZFnCPzbJxgwIX4kcluz9p8nYBjF3+lSilTGWb7+Xgew==} + /esbuild-android-arm64/0.14.36: + resolution: {integrity: sha512-/hYkyFe7x7Yapmfv4X/tBmyKnggUmdQmlvZ8ZlBnV4+PjisrEhAvC3yWpURuD9XoB8Wa1d5dGkTsF53pIvpjsg==} engines: {node: '>=12'} cpu: [arm64] os: [android] @@ -1839,8 +1839,8 @@ packages: dev: true optional: true - /esbuild-darwin-64/0.14.34: - resolution: {integrity: sha512-pLRip2Bh4Ng7Bf6AMgCrSp3pPe/qZyf11h5Qo2mOfJqLWzSVjxrXW+CFRJfrOVP7TCnh/gmZSM2AFdCPB72vtw==} + /esbuild-darwin-64/0.14.36: + resolution: {integrity: sha512-kkl6qmV0dTpyIMKagluzYqlc1vO0ecgpviK/7jwPbRDEv5fejRTaBBEE2KxEQbTHcLhiiDbhG7d5UybZWo/1zQ==} engines: {node: '>=12'} cpu: [x64] os: [darwin] @@ -1848,8 +1848,8 @@ packages: dev: true optional: true - /esbuild-darwin-arm64/0.14.34: - resolution: {integrity: sha512-vpidSJEBxx6lf1NWgXC+DCmGqesJuZ5Y8aQVVsaoO4i8tRXbXb0whChRvop/zd3nfNM4dIl5EXAky0knRX5I6w==} + /esbuild-darwin-arm64/0.14.36: + resolution: {integrity: sha512-q8fY4r2Sx6P0Pr3VUm//eFYKVk07C5MHcEinU1BjyFnuYz4IxR/03uBbDwluR6ILIHnZTE7AkTUWIdidRi1Jjw==} engines: {node: '>=12'} cpu: [arm64] os: [darwin] @@ -1857,8 +1857,8 @@ packages: dev: true optional: true - /esbuild-freebsd-64/0.14.34: - resolution: {integrity: sha512-m0HBjePhe0hAQJgtMRMNV9kMgIyV4/qSnzPx42kRMQBcPhgjAq1JRu4Il26czC+9FgpMbFkUktb07f/Lwnc6CA==} + /esbuild-freebsd-64/0.14.36: + resolution: {integrity: sha512-Hn8AYuxXXRptybPqoMkga4HRFE7/XmhtlQjXFHoAIhKUPPMeJH35GYEUWGbjteai9FLFvBAjEAlwEtSGxnqWww==} engines: {node: '>=12'} cpu: [x64] os: [freebsd] @@ -1866,8 +1866,8 @@ packages: dev: true optional: true - /esbuild-freebsd-arm64/0.14.34: - resolution: {integrity: sha512-cpRc2B94L1KvMPPYB4D6G39jLqpKlD3noAMY4/e86iXXXkhUYJJEtTuyNFTa9JRpWM0xCAp4mxjHjoIiLuoCLA==} + /esbuild-freebsd-arm64/0.14.36: + resolution: {integrity: sha512-S3C0attylLLRiCcHiJd036eDEMOY32+h8P+jJ3kTcfhJANNjP0TNBNL30TZmEdOSx/820HJFgRrqpNAvTbjnDA==} engines: {node: '>=12'} cpu: [arm64] os: [freebsd] @@ -1875,8 +1875,8 @@ packages: dev: true optional: true - /esbuild-linux-32/0.14.34: - resolution: {integrity: sha512-8nQaEaoW7MH/K/RlozJa+lE1ejHIr8fuPIHhc513UebRav7HtXgQvxHQ6VZRUkWtep23M6dd7UqhwO1tMOfzQQ==} + /esbuild-linux-32/0.14.36: + resolution: {integrity: sha512-Eh9OkyTrEZn9WGO4xkI3OPPpUX7p/3QYvdG0lL4rfr73Ap2HAr6D9lP59VMF64Ex01LhHSXwIsFG/8AQjh6eNw==} engines: {node: '>=12'} cpu: [ia32] os: [linux] @@ -1884,8 +1884,8 @@ packages: dev: true optional: true - /esbuild-linux-64/0.14.34: - resolution: {integrity: sha512-Y3of4qQoLLlAgf042MlrY1P+7PnN9zWj8nVtw9XQG5hcLOZLz7IKpU35oeu7n4wvyaZHwvQqDJ93gRLqdJekcQ==} + /esbuild-linux-64/0.14.36: + resolution: {integrity: sha512-vFVFS5ve7PuwlfgoWNyRccGDi2QTNkQo/2k5U5ttVD0jRFaMlc8UQee708fOZA6zTCDy5RWsT5MJw3sl2X6KDg==} engines: {node: '>=12'} cpu: [x64] os: [linux] @@ -1893,8 +1893,8 @@ packages: dev: true optional: true - /esbuild-linux-arm/0.14.34: - resolution: {integrity: sha512-9lpq1NcJqssAF7alCO6zL3gvBVVt/lKw4oetUM7OgNnRX0OWpB+ZIO9FwCrSj/dMdmgDhPLf+119zB8QxSMmAg==} + /esbuild-linux-arm/0.14.36: + resolution: {integrity: sha512-NhgU4n+NCsYgt7Hy61PCquEz5aevI6VjQvxwBxtxrooXsxt5b2xtOUXYZe04JxqQo+XZk3d1gcr7pbV9MAQ/Lg==} engines: {node: '>=12'} cpu: [arm] os: [linux] @@ -1902,8 +1902,8 @@ packages: dev: true optional: true - /esbuild-linux-arm64/0.14.34: - resolution: {integrity: sha512-IlWaGtj9ir7+Nrume1DGcyzBDlK8GcnJq0ANKwcI9pVw8tqr+6GD0eqyF9SF1mR8UmAp+odrx1H5NdR2cHdFHA==} + /esbuild-linux-arm64/0.14.36: + resolution: {integrity: sha512-24Vq1M7FdpSmaTYuu1w0Hdhiqkbto1I5Pjyi+4Cdw5fJKGlwQuw+hWynTcRI/cOZxBcBpP21gND7W27gHAiftw==} engines: {node: '>=12'} cpu: [arm64] os: [linux] @@ -1911,8 +1911,8 @@ packages: dev: true optional: true - /esbuild-linux-mips64le/0.14.34: - resolution: {integrity: sha512-k3or+01Rska1AjUyNjA4buEwB51eyN/xPQAoOx1CjzAQC3l8rpjUDw55kXyL63O/1MUi4ISvtNtl8gLwdyEcxw==} + /esbuild-linux-mips64le/0.14.36: + resolution: {integrity: sha512-hZUeTXvppJN+5rEz2EjsOFM9F1bZt7/d2FUM1lmQo//rXh1RTFYzhC0txn7WV0/jCC7SvrGRaRz0NMsRPf8SIA==} engines: {node: '>=12'} cpu: [mips64el] os: [linux] @@ -1920,8 +1920,8 @@ packages: dev: true optional: true - /esbuild-linux-ppc64le/0.14.34: - resolution: {integrity: sha512-+qxb8M9FfM2CJaVU7GgYpJOHM1ngQOx+/VrtBjb4C8oVqaPcESCeg2anjl+HRZy8VpYc71q/iBYausPPbJ+Keg==} + /esbuild-linux-ppc64le/0.14.36: + resolution: {integrity: sha512-1Bg3QgzZjO+QtPhP9VeIBhAduHEc2kzU43MzBnMwpLSZ890azr4/A9Dganun8nsqD/1TBcqhId0z4mFDO8FAvg==} engines: {node: '>=12'} cpu: [ppc64] os: [linux] @@ -1929,8 +1929,8 @@ packages: dev: true optional: true - /esbuild-linux-riscv64/0.14.34: - resolution: {integrity: sha512-Y717ltBdQ5j5sZIHdy1DV9kieo0wMip0dCmVSTceowCPYSn1Cg33Kd6981+F/3b9FDMzNWldZFOBRILViENZSA==} + /esbuild-linux-riscv64/0.14.36: + resolution: {integrity: sha512-dOE5pt3cOdqEhaufDRzNCHf5BSwxgygVak9UR7PH7KPVHwSTDAZHDoEjblxLqjJYpc5XaU9+gKJ9F8mp9r5I4A==} engines: {node: '>=12'} cpu: [riscv64] os: [linux] @@ -1938,8 +1938,8 @@ packages: dev: true optional: true - /esbuild-linux-s390x/0.14.34: - resolution: {integrity: sha512-bDDgYO4LhL4+zPs+WcBkXph+AQoPcQRTv18FzZS0WhjfH8TZx2QqlVPGhmhZ6WidrY+jKthUqO6UhGyIb4MpmA==} + /esbuild-linux-s390x/0.14.36: + resolution: {integrity: sha512-g4FMdh//BBGTfVHjF6MO7Cz8gqRoDPzXWxRvWkJoGroKA18G9m0wddvPbEqcQf5Tbt2vSc1CIgag7cXwTmoTXg==} engines: {node: '>=12'} cpu: [s390x] os: [linux] @@ -1947,8 +1947,8 @@ packages: dev: true optional: true - /esbuild-netbsd-64/0.14.34: - resolution: {integrity: sha512-cfaFGXdRt0+vHsjNPyF0POM4BVSHPSbhLPe8mppDc7GDDxjIl08mV1Zou14oDWMp/XZMjYN1kWYRSfftiD0vvQ==} + /esbuild-netbsd-64/0.14.36: + resolution: {integrity: sha512-UB2bVImxkWk4vjnP62ehFNZ73lQY1xcnL5ZNYF3x0AG+j8HgdkNF05v67YJdCIuUJpBuTyCK8LORCYo9onSW+A==} engines: {node: '>=12'} cpu: [x64] os: [netbsd] @@ -1956,8 +1956,8 @@ packages: dev: true optional: true - /esbuild-openbsd-64/0.14.34: - resolution: {integrity: sha512-vmy9DxXVnRiI14s8GKuYBtess+EVcDALkbpTqd5jw4XITutIzyB7n4x0Tj5utAkKsgZJB22lLWGekr0ABnSLow==} + /esbuild-openbsd-64/0.14.36: + resolution: {integrity: sha512-NvGB2Chf8GxuleXRGk8e9zD3aSdRO5kLt9coTQbCg7WMGXeX471sBgh4kSg8pjx0yTXRt0MlrUDnjVYnetyivg==} engines: {node: '>=12'} cpu: [x64] os: [openbsd] @@ -1965,8 +1965,8 @@ packages: dev: true optional: true - /esbuild-sunos-64/0.14.34: - resolution: {integrity: sha512-eNPVatNET1F7tRMhii7goL/eptfxc0ALRjrj9SPFNqp0zmxrehBFD6BaP3R4LjMn6DbMO0jOAnTLFKr8NqcJAA==} + /esbuild-sunos-64/0.14.36: + resolution: {integrity: sha512-VkUZS5ftTSjhRjuRLp+v78auMO3PZBXu6xl4ajomGenEm2/rGuWlhFSjB7YbBNErOchj51Jb2OK8lKAo8qdmsQ==} engines: {node: '>=12'} cpu: [x64] os: [sunos] @@ -1974,8 +1974,8 @@ packages: dev: true optional: true - /esbuild-windows-32/0.14.34: - resolution: {integrity: sha512-EFhpXyHEcnqWYe2rAHFd8dRw8wkrd9U+9oqcyoEL84GbanAYjiiIjBZsnR8kl0sCQ5w6bLpk7vCEIA2VS32Vcg==} + /esbuild-windows-32/0.14.36: + resolution: {integrity: sha512-bIar+A6hdytJjZrDxfMBUSEHHLfx3ynoEZXx/39nxy86pX/w249WZm8Bm0dtOAByAf4Z6qV0LsnTIJHiIqbw0w==} engines: {node: '>=12'} cpu: [ia32] os: [win32] @@ -1983,8 +1983,8 @@ packages: dev: true optional: true - /esbuild-windows-64/0.14.34: - resolution: {integrity: sha512-a8fbl8Ky7PxNEjf1aJmtxdDZj32/hC7S1OcA2ckEpCJRTjiKslI9vAdPpSjrKIWhws4Galpaawy0nB7fjHYf5Q==} + /esbuild-windows-64/0.14.36: + resolution: {integrity: sha512-+p4MuRZekVChAeueT1Y9LGkxrT5x7YYJxYE8ZOTcEfeUUN43vktSn6hUNsvxzzATrSgq5QqRdllkVBxWZg7KqQ==} engines: {node: '>=12'} cpu: [x64] os: [win32] @@ -1992,8 +1992,8 @@ packages: dev: true optional: true - /esbuild-windows-arm64/0.14.34: - resolution: {integrity: sha512-EYvmKbSa2B3sPnpC28UEu9jBK5atGV4BaVRE7CYGUci2Hlz4AvtV/LML+TcDMT6gBgibnN2gcltWclab3UutMg==} + /esbuild-windows-arm64/0.14.36: + resolution: {integrity: sha512-fBB4WlDqV1m18EF/aheGYQkQZHfPHiHJSBYzXIo8yKehek+0BtBwo/4PNwKGJ5T0YK0oc8pBKjgwPbzSrPLb+Q==} engines: {node: '>=12'} cpu: [arm64] os: [win32] @@ -2007,32 +2007,32 @@ packages: requiresBuild: true dev: true - /esbuild/0.14.34: - resolution: {integrity: sha512-QIWdPT/gFF6hCaf4m7kP0cJ+JIuFkdHibI7vVFvu3eJS1HpVmYHWDulyN5WXwbRA0SX/7ZDaJ/1DH8SdY9xOJg==} + /esbuild/0.14.36: + resolution: {integrity: sha512-HhFHPiRXGYOCRlrhpiVDYKcFJRdO0sBElZ668M4lh2ER0YgnkLxECuFe7uWCf23FrcLc59Pqr7dHkTqmRPDHmw==} engines: {node: '>=12'} hasBin: true requiresBuild: true optionalDependencies: - esbuild-android-64: 0.14.34 - esbuild-android-arm64: 0.14.34 - esbuild-darwin-64: 0.14.34 - esbuild-darwin-arm64: 0.14.34 - esbuild-freebsd-64: 0.14.34 - esbuild-freebsd-arm64: 0.14.34 - esbuild-linux-32: 0.14.34 - esbuild-linux-64: 0.14.34 - esbuild-linux-arm: 0.14.34 - esbuild-linux-arm64: 0.14.34 - esbuild-linux-mips64le: 0.14.34 - esbuild-linux-ppc64le: 0.14.34 - esbuild-linux-riscv64: 0.14.34 - esbuild-linux-s390x: 0.14.34 - esbuild-netbsd-64: 0.14.34 - esbuild-openbsd-64: 0.14.34 - esbuild-sunos-64: 0.14.34 - esbuild-windows-32: 0.14.34 - esbuild-windows-64: 0.14.34 - esbuild-windows-arm64: 0.14.34 + esbuild-android-64: 0.14.36 + esbuild-android-arm64: 0.14.36 + esbuild-darwin-64: 0.14.36 + esbuild-darwin-arm64: 0.14.36 + esbuild-freebsd-64: 0.14.36 + esbuild-freebsd-arm64: 0.14.36 + esbuild-linux-32: 0.14.36 + esbuild-linux-64: 0.14.36 + esbuild-linux-arm: 0.14.36 + esbuild-linux-arm64: 0.14.36 + esbuild-linux-mips64le: 0.14.36 + esbuild-linux-ppc64le: 0.14.36 + esbuild-linux-riscv64: 0.14.36 + esbuild-linux-s390x: 0.14.36 + esbuild-netbsd-64: 0.14.36 + esbuild-openbsd-64: 0.14.36 + esbuild-sunos-64: 0.14.36 + esbuild-windows-32: 0.14.36 + esbuild-windows-64: 0.14.36 + esbuild-windows-arm64: 0.14.36 dev: true /escalade/3.1.1: @@ -2089,7 +2089,7 @@ packages: eslint: 8.13.0 eslint-utils: 3.0.0_eslint@8.13.0 natural-compare: 1.4.0 - semver: 7.3.6 + semver: 7.3.7 vue-eslint-parser: 8.3.0_eslint@8.13.0 transitivePeerDependencies: - supports-color @@ -2947,7 +2947,7 @@ packages: dependencies: available-typed-arrays: 1.0.5 call-bind: 1.0.2 - es-abstract: 1.19.2 + es-abstract: 1.19.5 foreach: 2.0.5 has-tostringtag: 1.0.0 dev: true @@ -3244,9 +3244,11 @@ packages: tslib: 2.3.1 dev: true - /lru-cache/7.8.1: - resolution: {integrity: sha512-E1v547OCgJvbvevfjgK9sNKIVXO96NnsTsFPBlg4ZxjhsJSODoH9lk8Bm0OxvHNm6Vm5Yqkl/1fErDxhYL8Skg==} - engines: {node: '>=12'} + /lru-cache/6.0.0: + resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==} + engines: {node: '>=10'} + dependencies: + yallist: 4.0.0 dev: true /magic-string/0.25.9: @@ -3422,8 +3424,8 @@ packages: upper-case: 2.0.2 dev: true - /node-releases/2.0.2: - resolution: {integrity: sha512-XxYDdcQ6eKqp/YjI+tb2C5WM2LgjnZrfYg4vgQt49EK268b6gYCHsBLrK2qvJo4FmCtqmKezb0WZFK4fkrZNsg==} + /node-releases/2.0.3: + resolution: {integrity: sha512-maHFz6OLqYxz+VQyCAtA3PTX4UP/53pa05fyDNc9CwjvJ0yEh6+xBwKsgCxMNhS8taUKBFYxfuiaD9U/55iFaw==} dev: true /normalize-path/3.0.0: @@ -3708,7 +3710,7 @@ packages: hasBin: true 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.32: resolution: {integrity: sha512-B7rSqm1xNpwcPMnqns8/gVBfbbi7lWTByzS6aPZ4JOXSJD4Y531rZHDCoYWBwLyHY/8hWnXljgiXp6rRyrofcw==} peerDependencies: '@vue/composition-api': ^1.4.0 @@ -3722,8 +3724,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.32 + vue-demi: 0.12.5_vue@3.2.32 dev: true /plop/3.0.5: @@ -3827,8 +3829,8 @@ packages: resolve: 1.22.0 dev: true - /regexp.prototype.flags/1.4.1: - resolution: {integrity: sha512-pMR7hBVUUGI7PMA37m2ofIdQCsomVnas+Jn5UPGAHQ+/LlwKm/aTLJHdasmHRzlfeZwHiAOaRSo2rbBDm3nNUQ==} + /regexp.prototype.flags/1.4.2: + resolution: {integrity: sha512-Ynz8fTQW5/1elh+jWU2EDDzeoNbD0OQ0R+D1VJU5ATOkUaro4A9YEkdN2ODQl/8UQFPPpZNw91fOcLFamM7Pww==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 @@ -3949,12 +3951,12 @@ packages: hasBin: true dev: true - /semver/7.3.6: - resolution: {integrity: sha512-HZWqcgwLsjaX1HBD31msI/rXktuIhS+lWvdE4kN9z+8IVT4Itc7vqU2WvYsyD6/sjYCt4dEKH/m1M3dwI9CC5w==} - engines: {node: ^10.0.0 || ^12.0.0 || ^14.0.0 || >=16.0.0} + /semver/7.3.7: + resolution: {integrity: sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==} + engines: {node: '>=10'} hasBin: true dependencies: - lru-cache: 7.8.1 + lru-cache: 6.0.0 dev: true /sentence-case/3.0.4: @@ -4332,7 +4334,7 @@ packages: engines: {node: '>= 0.8'} dev: true - /unplugin-auto-import/0.6.9_@vueuse+core@8.2.5+vite@2.9.1: + /unplugin-auto-import/0.6.9_@vueuse+core@8.2.5+vite@2.9.4: resolution: {integrity: sha512-IqgT7AoRrNQwNhiF/wDH3sMEDX8SqCYBEgJzwdg5441b5aiC5VwZz0J0wYqkaKu89YkZE9DG6rQ2JpFfZv1iiQ==} engines: {node: '>=14'} peerDependencies: @@ -4342,12 +4344,12 @@ packages: optional: true dependencies: '@antfu/utils': 0.5.1 - '@rollup/pluginutils': 4.2.0 - '@vueuse/core': 8.2.5_vue@3.2.31 + '@rollup/pluginutils': 4.2.1 + '@vueuse/core': 8.2.5_vue@3.2.32 local-pkg: 0.4.1 magic-string: 0.26.1 resolve: 1.22.0 - unplugin: 0.4.0_vite@2.9.1 + unplugin: 0.4.0_vite@2.9.4 transitivePeerDependencies: - esbuild - rollup @@ -4355,7 +4357,7 @@ packages: - webpack dev: true - /unplugin-icons/0.14.1_vite@2.9.1: + /unplugin-icons/0.14.1_vite@2.9.4: resolution: {integrity: sha512-drZFbMctvT3ZJPfdCgBv5+LKO8hGbZApRCoBRAUhQFRJQVNGUhGThrOKs+CvWq3XDBPptGNBmst8WyObbr4xiQ==} peerDependencies: '@svgr/core': '>=5.5.0' @@ -4378,7 +4380,7 @@ packages: debug: 4.3.4 kolorist: 1.5.1 local-pkg: 0.4.1 - unplugin: 0.5.2_vite@2.9.1 + unplugin: 0.5.2_vite@2.9.4 transitivePeerDependencies: - esbuild - rollup @@ -4387,7 +4389,7 @@ packages: - webpack dev: true - /unplugin-vue-components/0.18.5_vite@2.9.1+vue@3.2.31: + /unplugin-vue-components/0.18.5_vite@2.9.4+vue@3.2.32: resolution: {integrity: sha512-VPA6z/4pcKRDYtWu1H+FIpV0MADlFKG3q7YMVFzNFC3EhMVZ4WuBJ76490oKyauguNw1T1obLCuxNU9JzJ0oAQ==} engines: {node: '>=14'} peerDependencies: @@ -4401,7 +4403,7 @@ packages: optional: true dependencies: '@antfu/utils': 0.5.1 - '@rollup/pluginutils': 4.2.0 + '@rollup/pluginutils': 4.2.1 chokidar: 3.5.3 debug: 4.3.4 fast-glob: 3.2.11 @@ -4409,8 +4411,8 @@ packages: magic-string: 0.26.1 minimatch: 5.0.1 resolve: 1.22.0 - unplugin: 0.4.0_vite@2.9.1 - vue: 3.2.31 + unplugin: 0.4.0_vite@2.9.4 + vue: 3.2.32 transitivePeerDependencies: - esbuild - rollup @@ -4419,7 +4421,7 @@ packages: - webpack dev: true - /unplugin/0.4.0_vite@2.9.1: + /unplugin/0.4.0_vite@2.9.4: resolution: {integrity: sha512-4ScITEmzlz1iZW3tkz+3L1V5k/xMQ6kjgm4lEXKxH0ozd8/OUWfiSA7RMRyrawsvq/t50JIzPpp1UyuSL/AXkA==} peerDependencies: esbuild: '>=0.13' @@ -4437,11 +4439,11 @@ packages: optional: true dependencies: chokidar: 3.5.3 - vite: 2.9.1 + vite: 2.9.4 webpack-virtual-modules: 0.4.3 dev: true - /unplugin/0.5.2_vite@2.9.1: + /unplugin/0.5.2_vite@2.9.4: resolution: {integrity: sha512-3SPYtus/56cxyD4jfjrnqCvb6jPxvdqJNaRXnEaG2BhNEMaoygu/39AG+LwKmiIUzj4XHyitcfZ7scGlWfEigA==} peerDependencies: esbuild: '>=0.13' @@ -4459,7 +4461,7 @@ packages: optional: true dependencies: chokidar: 3.5.3 - vite: 2.9.1 + vite: 2.9.4 webpack-sources: 3.2.3 webpack-virtual-modules: 0.4.3 dev: true @@ -4514,7 +4516,7 @@ packages: engines: {node: '>= 10.13.0'} dev: true - /vite-auto-import-resolvers/2.2.3_bab9b1e8de9f9400e968cfedca6f3513: + /vite-auto-import-resolvers/2.2.3_a377b55e234b4ed8638e032e66830e76: resolution: {integrity: sha512-MhHOL2uE5gx4QIGbYhq291vy+GCthK2IVGz57Vnh5qweF2flo9bCdlJSoPekVkPTIsPeCxlD5m9X/OCWFNSzOg==} engines: {node: '>=16'} peerDependencies: @@ -4528,11 +4530,11 @@ packages: '@types/node': 17.0.23 fast-glob: 3.2.11 local-pkg: 0.4.1 - unplugin-auto-import: 0.6.9_@vueuse+core@8.2.5+vite@2.9.1 - vite: 2.9.1 + unplugin-auto-import: 0.6.9_@vueuse+core@8.2.5+vite@2.9.4 + vite: 2.9.4 dev: true - /vite-plugin-compression/0.5.1_vite@2.9.1: + /vite-plugin-compression/0.5.1_vite@2.9.4: resolution: {integrity: sha512-5QJKBDc+gNYVqL/skgFAP81Yuzo9R+EAf19d+EtsMF/i8kFUpNi3J/H01QD3Oo8zBQn+NzoCIFkpPLynoOzaJg==} peerDependencies: vite: '>=2.0.0' @@ -4540,49 +4542,49 @@ packages: chalk: 4.1.2 debug: 4.3.4 fs-extra: 10.0.1 - vite: 2.9.1 + vite: 2.9.4 transitivePeerDependencies: - supports-color dev: true - /vite-plugin-inspect/0.4.3_vite@2.9.1: + /vite-plugin-inspect/0.4.3_vite@2.9.4: resolution: {integrity: sha512-lj3oWnReRUwMHB7k8ZD8o6E27/OSn+8ua+tOftxuS39aM6Z9MG7m5r1CMlxMwEwdTM/wnQr0aH22Y2IX3e+++w==} engines: {node: '>=14'} peerDependencies: vite: ^2.0.0 dependencies: - '@rollup/pluginutils': 4.2.0 + '@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 + vite: 2.9.4 transitivePeerDependencies: - supports-color dev: true - /vite-plugin-md/0.12.4_vite@2.9.1: + /vite-plugin-md/0.12.4_vite@2.9.4: resolution: {integrity: sha512-qtkzpHAvdp/Zo/2ntmCpfph2JD4F0+tOl1vK3QVAZztpWyoO7Yi8Y2Dqu7Urrnh/fPH7PnIWlrrQy1XV/D92Pg==} peerDependencies: vite: ^2.0.0 dependencies: '@antfu/utils': 0.5.1 - '@rollup/pluginutils': 4.2.0 + '@rollup/pluginutils': 4.2.1 '@types/markdown-it': 12.2.3 - '@vue/runtime-core': 3.2.31 + '@vue/runtime-core': 3.2.32 gray-matter: 4.0.3 markdown-it: 12.3.2 - vite: 2.9.1 + vite: 2.9.4 dev: true - /vite-plugin-mock/2.9.6_mockjs@1.1.0+vite@2.9.1: + /vite-plugin-mock/2.9.6_mockjs@1.1.0+vite@2.9.4: resolution: {integrity: sha512-/Rm59oPppe/ncbkSrUuAxIQihlI2YcBmnbR4ST1RA2VzM1C0tEQc1KlbQvnUGhXECAGTaQN2JyasiwXP6EtKgg==} engines: {node: '>=12.0.0'} peerDependencies: mockjs: '>=1.1.0' vite: '>=2.0.0' dependencies: - '@rollup/plugin-node-resolve': 13.1.3 + '@rollup/plugin-node-resolve': 13.2.0 '@types/mockjs': 1.0.6 chalk: 4.1.2 chokidar: 3.5.3 @@ -4592,13 +4594,13 @@ packages: fast-glob: 3.2.11 mockjs: 1.1.0 path-to-regexp: 6.2.0 - vite: 2.9.1 + vite: 2.9.4 transitivePeerDependencies: - rollup - supports-color dev: true - /vite-plugin-pages/0.22.0_vite@2.9.1: + /vite-plugin-pages/0.22.0_vite@2.9.4: resolution: {integrity: sha512-OeCtSKoQNjrjtlNgkF4JTU0UdiZsa0cSQJKFyRoUz5KMbGoXR8O29BB2fZx9tMSBPyQJgGvIpzdoofLDaRNcQQ==} peerDependencies: '@vue/compiler-sfc': '>=3' @@ -4613,19 +4615,19 @@ packages: json5: 2.2.1 local-pkg: 0.4.1 picocolors: 1.0.0 - vite: 2.9.1 + vite: 2.9.4 yaml: 2.0.0 transitivePeerDependencies: - supports-color dev: true - /vite-plugin-restart/0.1.1_vite@2.9.1: + /vite-plugin-restart/0.1.1_vite@2.9.4: resolution: {integrity: sha512-kBxOqRrdbjVmC0PiT2KNXZogpgqA2epMkny//VjWnOS2k9NV/vXA7PYgf8/1lmBCZsC+iMj1C1ODuAR/9Sig4A==} peerDependencies: vite: ^2.0.0 dependencies: micromatch: 4.0.5 - vite: 2.9.1 + vite: 2.9.4 dev: true /vite-plugin-use-modules/1.0.1: @@ -4637,25 +4639,25 @@ packages: peerDependencies: vue-router: '>=4.0.14' dependencies: - vue-router: 4.0.14_vue@3.2.31 + vue-router: 4.0.14_vue@3.2.32 dev: true - /vite-plugin-windicss/1.8.3_vite@2.9.1: - resolution: {integrity: sha512-RIw2GD6H6cKNE8wZXVOBs4L1uTicVS0FaAkeqXvy1oyuXLC4SXmvnzEuoK0+qFuWJjW0ECNwE8eU+ZZhzNQKUg==} + /vite-plugin-windicss/1.8.4_vite@2.9.4: + resolution: {integrity: sha512-LSZAO8BZn3x406GRbYX5t5ONXXJVdqiQtN1qrznLA/Dy5/NzZVhfcrL6N1qEYYO7HsCDT4pLAjTzObvDnM9Y8A==} peerDependencies: vite: ^2.0.1 dependencies: - '@windicss/plugin-utils': 1.8.3 + '@windicss/plugin-utils': 1.8.4 debug: 4.3.4 kolorist: 1.5.1 - vite: 2.9.1 + vite: 2.9.4 windicss: 3.5.1 transitivePeerDependencies: - supports-color dev: true - /vite/2.9.1: - resolution: {integrity: sha512-vSlsSdOYGcYEJfkQ/NeLXgnRv5zZfpAsdztkIrs7AZHV8RCMZQkwjo4DS5BnrYTqoWqLoUe1Cah4aVO4oNNqCQ==} + /vite/2.9.4: + resolution: {integrity: sha512-7pO6ruZMsyTpaPB7kGtW+yj15Ze5g+E4w4Ramk1sAJLIuI4uPd5sauqubmZNpq0Yc1vLVxoXRf2Uj+qWxk5aXw==} engines: {node: '>=12.2.0'} hasBin: true peerDependencies: @@ -4670,7 +4672,7 @@ packages: stylus: optional: true dependencies: - esbuild: 0.14.34 + esbuild: 0.14.36 postcss: 8.4.12 resolve: 1.22.0 rollup: 2.70.1 @@ -4697,14 +4699,14 @@ packages: jsdom: optional: true dependencies: - '@types/chai': 4.3.0 + '@types/chai': 4.3.1 '@types/chai-subset': 1.3.3 c8: 7.11.0 chai: 4.3.6 local-pkg: 0.4.1 tinypool: 0.1.2 tinyspy: 0.3.2 - vite: 2.9.1 + vite: 2.9.4 transitivePeerDependencies: - less - sass @@ -4728,7 +4730,7 @@ packages: resolution: {integrity: sha512-EcswR2S8bpR7fD0YPeS7r2xXExrScVMxg4MedACaWHEtx9ftCF/qHG1xGkolzTPcEmjTavCQgbVzHUIdTMzFGA==} dev: true - /vue-demi/0.12.5_vue@3.2.31: + /vue-demi/0.12.5_vue@3.2.32: resolution: {integrity: sha512-BREuTgTYlUr0zw0EZn3hnhC3I6gPWv+Kwh4MCih6QcAeaTlaIX0DwOVN0wHej7hSvDPecz4jygy/idsgKfW58Q==} engines: {node: '>=12'} hasBin: true @@ -4740,7 +4742,7 @@ packages: '@vue/composition-api': optional: true dependencies: - vue: 3.2.31 + vue: 3.2.32 dev: true /vue-eslint-parser/8.3.0_eslint@8.13.0: @@ -4756,12 +4758,12 @@ packages: espree: 9.3.1 esquery: 1.4.0 lodash: 4.17.21 - semver: 7.3.6 + semver: 7.3.7 transitivePeerDependencies: - supports-color dev: true - /vue-i18n/9.1.9_vue@3.2.31: + /vue-i18n/9.1.9_vue@3.2.32: resolution: {integrity: sha512-JeRdNVxS2OGp1E+pye5XB6+M6BBkHwAv9C80Q7+kzoMdUDGRna06tjC0vCB/jDX9aWrl5swxOMFcyAr7or8XTA==} engines: {node: '>= 10'} peerDependencies: @@ -4771,24 +4773,24 @@ packages: '@intlify/shared': 9.1.9 '@intlify/vue-devtools': 9.1.9 '@vue/devtools-api': 6.1.4 - vue: 3.2.31 + vue: 3.2.32 dev: true - /vue-request/1.2.4_vue@3.2.31: + /vue-request/1.2.4_vue@3.2.32: resolution: {integrity: sha512-i+i+6Fog6F8EtYUeueumzKS9Sg06CvjsMXH8TK0YSBxY4sDxIJ+snTEke5rLqiV9d19DTuJOxPQFjTBUpsMtXA==} peerDependencies: vue: ^3.0.0 dependencies: - vue: 3.2.31 + vue: 3.2.32 dev: true - /vue-router/4.0.14_vue@3.2.31: + /vue-router/4.0.14_vue@3.2.32: resolution: {integrity: sha512-wAO6zF9zxA3u+7AkMPqw9LjoUCjSxfFvINQj3E/DceTt6uEz1XZLraDhdg2EYmvVwTBSGlLYsUw8bDmx0754Mw==} peerDependencies: vue: ^3.2.0 dependencies: '@vue/devtools-api': 6.1.4 - vue: 3.2.31 + vue: 3.2.32 dev: true /vue-tsc/0.33.9_typescript@4.6.3: @@ -4801,14 +4803,14 @@ packages: typescript: 4.6.3 dev: true - /vue/3.2.31: - resolution: {integrity: sha512-odT3W2tcffTiQCy57nOT93INw1auq5lYLLYtWpPYQQYQOOdHiqFct9Xhna6GJ+pJQaF67yZABraH47oywkJgFw==} + /vue/3.2.32: + resolution: {integrity: sha512-6L3jKZApF042OgbCkh+HcFeAkiYi3Lovi8wNhWqIK98Pi5efAMLZzRHgi91v+60oIRxdJsGS9sTMsb+yDpY8Eg==} 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.32 + '@vue/compiler-sfc': 3.2.32 + '@vue/runtime-dom': 3.2.32 + '@vue/server-renderer': 3.2.32_vue@3.2.32 + '@vue/shared': 3.2.32 dev: false /wcwidth/1.0.1: @@ -4851,7 +4853,7 @@ packages: dependencies: available-typed-arrays: 1.0.5 call-bind: 1.0.2 - es-abstract: 1.19.2 + es-abstract: 1.19.5 foreach: 2.0.5 has-tostringtag: 1.0.0 is-typed-array: 1.1.8 @@ -4876,7 +4878,7 @@ packages: resolution: {integrity: sha512-g7306c47Yc9c0nAhVLwVDVYt+MQmxGfpg1Q06mP4+j5nqCrJgh18Km4HyL8BABv7wo6BdUN7FeVtxb+u5TokxA==} hasBin: true dependencies: - '@windicss/plugin-utils': 1.8.3 + '@windicss/plugin-utils': 1.8.4 cac: 6.7.12 connect: 3.7.0 declass: 0.0.1 @@ -4929,6 +4931,10 @@ packages: engines: {node: '>=10'} dev: true + /yallist/4.0.0: + resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==} + dev: true + /yaml-eslint-parser/0.3.2: resolution: {integrity: sha512-32kYO6kJUuZzqte82t4M/gB6/+11WAuHiEnK7FreMo20xsCKPeFH5tDBU7iWxR7zeJpNnMXfJyXwne48D0hGrg==} dependencies: