From 50cba5ac314558c34cbaad533aa4e0f42a6269cd Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Tue, 9 Nov 2021 22:21:11 +0800 Subject: [PATCH] chore: update deps --- auto-imports.d.ts | 2 + package.json | 28 +- pnpm-lock.yaml | 681 +++++++++++++++++++++++----------------------- 3 files changed, 359 insertions(+), 352 deletions(-) diff --git a/auto-imports.d.ts b/auto-imports.d.ts index 23a3424..ad638c5 100644 --- a/auto-imports.d.ts +++ b/auto-imports.d.ts @@ -77,6 +77,7 @@ declare global { const useActiveElement: typeof import('@vueuse/core')['useActiveElement'] const useAsyncState: typeof import('@vueuse/core')['useAsyncState'] const useAttrs: typeof import('vue')['useAttrs'] + const useBase64: typeof import('@vueuse/core')['useBase64'] const useBattery: typeof import('@vueuse/core')['useBattery'] const useBreakpoints: typeof import('@vueuse/core')['useBreakpoints'] const useBrowserLocation: typeof import('@vueuse/core')['useBrowserLocation'] @@ -105,6 +106,7 @@ declare global { const useEventSource: typeof import('@vueuse/core')['useEventSource'] const useFavicon: typeof import('@vueuse/core')['useFavicon'] const useFetch: typeof import('@vueuse/core')['useFetch'] + const useFPS: typeof import('@vueuse/core')['useFPS'] const useFullscreen: typeof import('@vueuse/core')['useFullscreen'] const useGeolocation: typeof import('@vueuse/core')['useGeolocation'] const useIdle: typeof import('@vueuse/core')['useIdle'] diff --git a/package.json b/package.json index 7c1f699..10cd415 100644 --- a/package.json +++ b/package.json @@ -6,26 +6,26 @@ "preview": "vite preview" }, "dependencies": { - "@vueuse/core": "^6.7.4", - "vue": "^3.2.20", - "vue-demi": "^0.12.0", + "@vueuse/core": "^6.8.0", + "vue": "^3.2.21", + "vue-demi": "^0.12.1", "vue-router": "^4.0.12" }, "devDependencies": { - "@antfu/eslint-config": "^0.9.0", - "@iconify-json/carbon": "^1.0.3", - "@types/node": "^16.10.2", - "@unocss/preset-icons": "^0.4.9", - "@unocss/reset": "^0.4.9", - "@vitejs/plugin-vue": "^1.9.2", + "@antfu/eslint-config": "^0.10.0", + "@iconify-json/carbon": "^1.0.9", + "@types/node": "^16.11.7", + "@unocss/preset-icons": "^0.7.2", + "@unocss/reset": "^0.7.2", + "@vitejs/plugin-vue": "^1.9.4", "cross-env": "^7.0.3", - "eslint": "^8.1.0", - "pnpm": "^6.20.1", + "eslint": "^8.2.0", + "pnpm": "^6.20.4", "typescript": "^4.4.4", - "unocss": "^0.4.9", + "unocss": "^0.7.2", "unplugin-auto-import": "^0.4.13", - "unplugin-icons": "^0.12.17", - "unplugin-vue-components": "^0.17.0", + "unplugin-icons": "^0.12.18", + "unplugin-vue-components": "^0.17.2", "vite": "^2.6.13", "vite-plugin-pages": "^0.18.2" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6fd36e5..c3a0fc5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,135 +1,135 @@ lockfileVersion: 5.3 specifiers: - '@antfu/eslint-config': ^0.9.0 - '@iconify-json/carbon': ^1.0.3 - '@types/node': ^16.10.2 - '@unocss/preset-icons': ^0.4.9 - '@unocss/reset': ^0.4.9 - '@vitejs/plugin-vue': ^1.9.2 - '@vueuse/core': ^6.7.4 + '@antfu/eslint-config': ^0.10.0 + '@iconify-json/carbon': ^1.0.9 + '@types/node': ^16.11.7 + '@unocss/preset-icons': ^0.7.2 + '@unocss/reset': ^0.7.2 + '@vitejs/plugin-vue': ^1.9.4 + '@vueuse/core': ^6.8.0 cross-env: ^7.0.3 - eslint: ^8.1.0 - pnpm: ^6.20.1 + eslint: ^8.2.0 + pnpm: ^6.20.4 typescript: ^4.4.4 - unocss: ^0.4.9 + unocss: ^0.7.2 unplugin-auto-import: ^0.4.13 - unplugin-icons: ^0.12.17 - unplugin-vue-components: ^0.17.0 + unplugin-icons: ^0.12.18 + unplugin-vue-components: ^0.17.2 vite: ^2.6.13 vite-plugin-pages: ^0.18.2 - vue: ^3.2.20 - vue-demi: ^0.12.0 + vue: ^3.2.21 + vue-demi: ^0.12.1 vue-router: ^4.0.12 dependencies: - '@vueuse/core': 6.7.4_vue@3.2.20 - vue: 3.2.20 - vue-demi: 0.12.0_vue@3.2.20 - vue-router: 4.0.12_vue@3.2.20 + '@vueuse/core': 6.8.0_vue@3.2.21 + vue: 3.2.21 + vue-demi: 0.12.1_vue@3.2.21 + vue-router: 4.0.12_vue@3.2.21 devDependencies: - '@antfu/eslint-config': 0.9.0_eslint@8.1.0+typescript@4.4.4 - '@iconify-json/carbon': 1.0.8 - '@types/node': 16.11.6 - '@unocss/preset-icons': 0.4.9 - '@unocss/reset': 0.4.9 + '@antfu/eslint-config': 0.10.0_eslint@8.2.0+typescript@4.4.4 + '@iconify-json/carbon': 1.0.9 + '@types/node': 16.11.7 + '@unocss/preset-icons': 0.7.2 + '@unocss/reset': 0.7.2 '@vitejs/plugin-vue': 1.9.4_vite@2.6.13 cross-env: 7.0.3 - eslint: 8.1.0 - pnpm: 6.20.1 + eslint: 8.2.0 + pnpm: 6.20.4 typescript: 4.4.4 - unocss: 0.4.9 - unplugin-auto-import: 0.4.13_@vueuse+core@6.7.4+vite@2.6.13 - unplugin-icons: 0.12.17_vite@2.6.13 - unplugin-vue-components: 0.17.0_vite@2.6.13+vue@3.2.20 + unocss: 0.7.2 + unplugin-auto-import: 0.4.13_@vueuse+core@6.8.0+vite@2.6.13 + unplugin-icons: 0.12.18_vite@2.6.13 + unplugin-vue-components: 0.17.2_vite@2.6.13+vue@3.2.21 vite: 2.6.13 vite-plugin-pages: 0.18.2_vite@2.6.13 packages: - /@antfu/eslint-config-basic/0.9.0_eslint@8.1.0: - resolution: {integrity: sha512-jiNycDenS19pppDvaa0oO3wWr4WDIog5Dz6WernBk+FsCyC7UzPfnG1KB3L/sovNVBB80wLZ7anGXZn0gKEHrQ==} + /@antfu/eslint-config-basic/0.10.0_eslint@8.2.0: + resolution: {integrity: sha512-XLgbFEZvPQA7ilhYwoJAE72m58rzO/Y5NFYns26xaF2dd6L8d+AmoN8L3CuDyRLSnN1/LA0efGWJ4cPrIwRK6Q==} peerDependencies: eslint: '>=7.4.0' dependencies: - eslint: 8.1.0 - eslint-config-standard: 16.0.3_41b8ea01787b0c41d2ec2320d1d2ff02 - eslint-plugin-eslint-comments: 3.2.0_eslint@8.1.0 + eslint: 8.2.0 + eslint-config-standard: 16.0.3_73329a780b456f64419f853e0fc044f5 + eslint-plugin-eslint-comments: 3.2.0_eslint@8.2.0 eslint-plugin-html: 6.2.0 - eslint-plugin-import: 2.25.2_eslint@8.1.0 - eslint-plugin-jsonc: 1.7.0_eslint@8.1.0 - eslint-plugin-node: 11.1.0_eslint@8.1.0 - eslint-plugin-promise: 5.1.0_eslint@8.1.0 - eslint-plugin-unicorn: 35.0.0_eslint@8.1.0 - eslint-plugin-yml: 0.10.1_eslint@8.1.0 + eslint-plugin-import: 2.25.2_eslint@8.2.0 + eslint-plugin-jsonc: 1.7.0_eslint@8.2.0 + eslint-plugin-node: 11.1.0_eslint@8.2.0 + eslint-plugin-promise: 5.1.0_eslint@8.2.0 + eslint-plugin-unicorn: 37.0.1_eslint@8.2.0 + eslint-plugin-yml: 0.10.1_eslint@8.2.0 jsonc-eslint-parser: 1.4.1 yaml-eslint-parser: 0.4.1 transitivePeerDependencies: - supports-color dev: true - /@antfu/eslint-config-react/0.9.0_eslint@8.1.0+typescript@4.4.4: - resolution: {integrity: sha512-5b4PHHamJfMTfzmcUb7rDg9oH34delky8ZmTJ+r5LLfbbPdIthYLS9Ybns5v3q6rjhhTsfHOQz3gxp9604tYbQ==} + /@antfu/eslint-config-react/0.10.0_eslint@8.2.0+typescript@4.4.4: + resolution: {integrity: sha512-5gqtzkOOgpDKj3uVTMS7DyfLIkYntXfqwLeGSZbIiH6N57LWk3cYyHBJWne2Srg7yQJYfEllESDxeihX0ttbhw==} peerDependencies: eslint: '>=7.4.0' dependencies: - '@antfu/eslint-config-ts': 0.9.0_eslint@8.1.0+typescript@4.4.4 - eslint: 8.1.0 - eslint-plugin-react: 7.26.1_eslint@8.1.0 + '@antfu/eslint-config-ts': 0.10.0_eslint@8.2.0+typescript@4.4.4 + eslint: 8.2.0 + eslint-plugin-react: 7.26.1_eslint@8.2.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@antfu/eslint-config-ts/0.9.0_eslint@8.1.0+typescript@4.4.4: - resolution: {integrity: sha512-FXLLgMVjh5MpBvMteYQeQ9vkeL/cV5vig7IRoAJIpG1E5cbE+ENJt6w1YBf45PLQmoV/eZZID7cnT8ZOJ9VJfQ==} + /@antfu/eslint-config-ts/0.10.0_eslint@8.2.0+typescript@4.4.4: + resolution: {integrity: sha512-4KZ5WmdAYUK0cZdmgzT65MqTTTFqwQNt0HB8re9hi4Te99u+H5QxODUlE5BPSL9qHEfnhJbrEp8xtnKbwkoIIQ==} peerDependencies: eslint: '>=7.4.0' typescript: '>=3.9' dependencies: - '@antfu/eslint-config-basic': 0.9.0_eslint@8.1.0 - '@typescript-eslint/eslint-plugin': 4.33.0_5d4085c5157e8c6edd78e10551a7fb5b - '@typescript-eslint/parser': 4.33.0_eslint@8.1.0+typescript@4.4.4 - eslint: 8.1.0 + '@antfu/eslint-config-basic': 0.10.0_eslint@8.2.0 + '@typescript-eslint/eslint-plugin': 5.3.1_4653b7803b7453f5f37717b7e1448517 + '@typescript-eslint/parser': 5.3.1_eslint@8.2.0+typescript@4.4.4 + eslint: 8.2.0 typescript: 4.4.4 transitivePeerDependencies: - supports-color dev: true - /@antfu/eslint-config-vue/0.9.0_eslint@8.1.0+typescript@4.4.4: - resolution: {integrity: sha512-h1Ab6TdcZyhQhBJIjr3CrI6U66x/izRddTQeF/OrjEyLz6HjeASbUOMgDQhmH9u47+6RP68cR6Wnjls/rlZb2g==} + /@antfu/eslint-config-vue/0.10.0_eslint@8.2.0+typescript@4.4.4: + resolution: {integrity: sha512-yx0A0yaMvAxhqSzf6IZZiK1z43JwLdDLa659hhWvtVIixGNBG+NvqqqFnhV5ri3jM9sOlbKy54wmF3v34mmmqQ==} peerDependencies: eslint: '>=7.4.0' dependencies: - '@antfu/eslint-config-ts': 0.9.0_eslint@8.1.0+typescript@4.4.4 - eslint: 8.1.0 - eslint-plugin-vue: 7.17.0_eslint@8.1.0 + '@antfu/eslint-config-ts': 0.10.0_eslint@8.2.0+typescript@4.4.4 + eslint: 8.2.0 + eslint-plugin-vue: 7.19.1_eslint@8.2.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@antfu/eslint-config/0.9.0_eslint@8.1.0+typescript@4.4.4: - resolution: {integrity: sha512-oQ6kNRHfF7PqZocX2+mfvY/oNdLGPjysb9huVJzMji7QtLAVL5+25Mm/kzJEIfcFWxRpDqctOcflXLYFnXiroA==} + /@antfu/eslint-config/0.10.0_eslint@8.2.0+typescript@4.4.4: + resolution: {integrity: sha512-9oRO0E1Q1NHyaf8nWMSVrd6OjVhQaWVBhgs6BlJiDsiF244rEzjd/zrGoytn5WY0cbePSDzkYPb10Wo5Unlt/w==} peerDependencies: eslint: '>=7.4.0' dependencies: - '@antfu/eslint-config-react': 0.9.0_eslint@8.1.0+typescript@4.4.4 - '@antfu/eslint-config-vue': 0.9.0_eslint@8.1.0+typescript@4.4.4 - '@typescript-eslint/eslint-plugin': 4.33.0_5d4085c5157e8c6edd78e10551a7fb5b - '@typescript-eslint/parser': 4.33.0_eslint@8.1.0+typescript@4.4.4 - eslint: 8.1.0 - eslint-config-standard: 16.0.3_41b8ea01787b0c41d2ec2320d1d2ff02 - eslint-plugin-eslint-comments: 3.2.0_eslint@8.1.0 + '@antfu/eslint-config-react': 0.10.0_eslint@8.2.0+typescript@4.4.4 + '@antfu/eslint-config-vue': 0.10.0_eslint@8.2.0+typescript@4.4.4 + '@typescript-eslint/eslint-plugin': 5.3.1_4653b7803b7453f5f37717b7e1448517 + '@typescript-eslint/parser': 5.3.1_eslint@8.2.0+typescript@4.4.4 + eslint: 8.2.0 + eslint-config-standard: 16.0.3_73329a780b456f64419f853e0fc044f5 + eslint-plugin-eslint-comments: 3.2.0_eslint@8.2.0 eslint-plugin-html: 6.2.0 - eslint-plugin-import: 2.25.2_eslint@8.1.0 - eslint-plugin-jsonc: 1.7.0_eslint@8.1.0 - eslint-plugin-node: 11.1.0_eslint@8.1.0 - eslint-plugin-promise: 5.1.0_eslint@8.1.0 - eslint-plugin-unicorn: 35.0.0_eslint@8.1.0 - eslint-plugin-vue: 7.17.0_eslint@8.1.0 - eslint-plugin-yml: 0.10.1_eslint@8.1.0 + eslint-plugin-import: 2.25.2_eslint@8.2.0 + eslint-plugin-jsonc: 1.7.0_eslint@8.2.0 + eslint-plugin-node: 11.1.0_eslint@8.2.0 + eslint-plugin-promise: 5.1.0_eslint@8.2.0 + eslint-plugin-unicorn: 37.0.1_eslint@8.2.0 + eslint-plugin-vue: 7.19.1_eslint@8.2.0 + eslint-plugin-yml: 0.10.1_eslint@8.2.0 jsonc-eslint-parser: 1.4.1 yaml-eslint-parser: 0.4.1 transitivePeerDependencies: @@ -185,7 +185,7 @@ packages: - supports-color dev: true - /@babel/eslint-parser/7.15.0_@babel+core@7.15.0+eslint@8.1.0: + /@babel/eslint-parser/7.15.0_@babel+core@7.15.0+eslint@8.2.0: resolution: {integrity: sha512-+gSPtjSBxOZz4Uh8Ggqu7HbfpB8cT1LwW0DnVVLZEJvzXauiD0Di3zszcBkRmfGGrLdYeHUwcflG7i3tr9kQlw==} engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} peerDependencies: @@ -193,7 +193,7 @@ packages: eslint: '>=7.5.0' dependencies: '@babel/core': 7.15.0 - eslint: 8.1.0 + eslint: 8.2.0 eslint-scope: 5.1.1 eslint-visitor-keys: 2.1.0 semver: 6.3.0 @@ -376,8 +376,8 @@ packages: to-fast-properties: 2.0.0 dev: true - /@eslint/eslintrc/1.0.3: - resolution: {integrity: sha512-DHI1wDPoKCBPoLZA3qDR91+3te/wDSc1YhKg3jR8NxKKRJq2hwHwcWv31cSwSYvIBrmbENoYMWcenW8uproQqg==} + /@eslint/eslintrc/1.0.4: + resolution: {integrity: sha512-h8Vx6MdxwWI2WM8/zREHMoqdgLNXEL4QX3MWSVMdyNJGvXVOs+6lp+m2hc3FnuMHDc4poxFNI20vCk0OmI4G0Q==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: ajv: 6.12.6 @@ -386,7 +386,7 @@ packages: globals: 13.11.0 ignore: 4.0.6 import-fresh: 3.3.0 - js-yaml: 3.14.1 + js-yaml: 4.1.0 minimatch: 3.0.4 strip-json-comments: 3.1.1 transitivePeerDependencies: @@ -408,8 +408,8 @@ packages: resolution: {integrity: sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==} dev: true - /@iconify-json/carbon/1.0.8: - resolution: {integrity: sha512-C1DJbsObX9tLdalhzt5vlmqHWm6IE+58Yu6FSw+frYVuAKcw9VjhQBpJX7WxmJNK3Wy57Y1obUnkLb8xVip3oQ==} + /@iconify-json/carbon/1.0.9: + resolution: {integrity: sha512-ZId8OBOIM8/nA+6NrpxgAWhNfVPY+hT+VlmVhZEXqwZoAkVS4ygB0bCBoanVV6OHA5wONc9hr6UnUQ990paQLA==} dependencies: '@iconify/types': 1.0.10 dev: true @@ -445,6 +445,10 @@ packages: fastq: 1.11.1 dev: true + /@polka/url/1.0.0-next.21: + resolution: {integrity: sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==} + dev: true + /@rollup/pluginutils/4.1.1: resolution: {integrity: sha512-clDjivHqWGXi7u+0d2r2sBi4Ie6VLEAzWMIkvJLnDmxoOhBYOTfzGbOQBA32THHm11/LiJbd01tJUpJsbshSWQ==} engines: {node: '>= 8.0.0'} @@ -461,8 +465,8 @@ packages: resolution: {integrity: sha1-7ihweulOEdK4J7y+UnC86n8+ce4=} dev: true - /@types/node/16.11.6: - resolution: {integrity: sha512-ua7PgUoeQFjmWPcoo9khiPum3Pd60k4/2ZGXt18sm2Slk0W0xZTqt5Y0Ny1NyBiN1EVQ/+FaF9NcY4Qe6rwk5w==} + /@types/node/16.11.7: + resolution: {integrity: sha512-QB5D2sqfSjCmTuWcBWyJ+/44bcjO7VbjSbOE0ucoVbAsSNQc4Lt6QkgkVXkTDwkL4z/beecZNDvVX15D4P8Jbw==} dev: true /@types/normalize-package-data/2.4.1: @@ -473,22 +477,22 @@ packages: resolution: {integrity: sha512-5eQEtSCoESnh2FsiLTxE121IiE60hnMqcb435fShf4bpLRjEu1Eoekht23y6zXS9Ts3l+Szu3TARnTsA0GkOkQ==} dev: true - /@typescript-eslint/eslint-plugin/4.33.0_5d4085c5157e8c6edd78e10551a7fb5b: - resolution: {integrity: sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==} - engines: {node: ^10.12.0 || >=12.0.0} + /@typescript-eslint/eslint-plugin/5.3.1_4653b7803b7453f5f37717b7e1448517: + resolution: {integrity: sha512-cFImaoIr5Ojj358xI/SDhjog57OK2NqlpxwdcgyxDA3bJlZcJq5CPzUXtpD7CxI2Hm6ATU7w5fQnnkVnmwpHqw==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: - '@typescript-eslint/parser': ^4.0.0 - eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 + '@typescript-eslint/parser': ^5.0.0 + eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 typescript: '*' peerDependenciesMeta: typescript: optional: true dependencies: - '@typescript-eslint/experimental-utils': 4.33.0_eslint@8.1.0+typescript@4.4.4 - '@typescript-eslint/parser': 4.33.0_eslint@8.1.0+typescript@4.4.4 - '@typescript-eslint/scope-manager': 4.33.0 + '@typescript-eslint/experimental-utils': 5.3.1_eslint@8.2.0+typescript@4.4.4 + '@typescript-eslint/parser': 5.3.1_eslint@8.2.0+typescript@4.4.4 + '@typescript-eslint/scope-manager': 5.3.1 debug: 4.3.2 - eslint: 8.1.0 + eslint: 8.2.0 functional-red-black-tree: 1.0.1 ignore: 5.1.8 regexpp: 3.2.0 @@ -499,68 +503,68 @@ packages: - supports-color dev: true - /@typescript-eslint/experimental-utils/4.33.0_eslint@8.1.0+typescript@4.4.4: - resolution: {integrity: sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==} - engines: {node: ^10.12.0 || >=12.0.0} + /@typescript-eslint/experimental-utils/5.3.1_eslint@8.2.0+typescript@4.4.4: + resolution: {integrity: sha512-RgFn5asjZ5daUhbK5Sp0peq0SSMytqcrkNfU4pnDma2D8P3ElZ6JbYjY8IMSFfZAJ0f3x3tnO3vXHweYg0g59w==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' dependencies: '@types/json-schema': 7.0.9 - '@typescript-eslint/scope-manager': 4.33.0 - '@typescript-eslint/types': 4.33.0 - '@typescript-eslint/typescript-estree': 4.33.0_typescript@4.4.4 - eslint: 8.1.0 + '@typescript-eslint/scope-manager': 5.3.1 + '@typescript-eslint/types': 5.3.1 + '@typescript-eslint/typescript-estree': 5.3.1_typescript@4.4.4 + eslint: 8.2.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.1.0 + eslint-utils: 3.0.0_eslint@8.2.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/parser/4.33.0_eslint@8.1.0+typescript@4.4.4: - resolution: {integrity: sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==} - engines: {node: ^10.12.0 || >=12.0.0} + /@typescript-eslint/parser/5.3.1_eslint@8.2.0+typescript@4.4.4: + resolution: {integrity: sha512-TD+ONlx5c+Qhk21x9gsJAMRohWAUMavSOmJgv3JGy9dgPhuBd5Wok0lmMClZDyJNLLZK1JRKiATzCKZNUmoyfw==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: - eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 + eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 typescript: '*' peerDependenciesMeta: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 4.33.0 - '@typescript-eslint/types': 4.33.0 - '@typescript-eslint/typescript-estree': 4.33.0_typescript@4.4.4 + '@typescript-eslint/scope-manager': 5.3.1 + '@typescript-eslint/types': 5.3.1 + '@typescript-eslint/typescript-estree': 5.3.1_typescript@4.4.4 debug: 4.3.2 - eslint: 8.1.0 + eslint: 8.2.0 typescript: 4.4.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/scope-manager/4.33.0: - resolution: {integrity: sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==} - engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} + /@typescript-eslint/scope-manager/5.3.1: + resolution: {integrity: sha512-XksFVBgAq0Y9H40BDbuPOTUIp7dn4u8oOuhcgGq7EoDP50eqcafkMVGrypyVGvDYHzjhdUCUwuwVUK4JhkMAMg==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 4.33.0 - '@typescript-eslint/visitor-keys': 4.33.0 + '@typescript-eslint/types': 5.3.1 + '@typescript-eslint/visitor-keys': 5.3.1 dev: true - /@typescript-eslint/types/4.33.0: - resolution: {integrity: sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==} - engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} + /@typescript-eslint/types/5.3.1: + resolution: {integrity: sha512-bG7HeBLolxKHtdHG54Uac750eXuQQPpdJfCYuw4ZI3bZ7+GgKClMWM8jExBtp7NSP4m8PmLRM8+lhzkYnSmSxQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/typescript-estree/4.33.0_typescript@4.4.4: - resolution: {integrity: sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==} - engines: {node: ^10.12.0 || >=12.0.0} + /@typescript-eslint/typescript-estree/5.3.1_typescript@4.4.4: + resolution: {integrity: sha512-PwFbh/PKDVo/Wct6N3w+E4rLZxUDgsoII/GrWM2A62ETOzJd4M6s0Mu7w4CWsZraTbaC5UQI+dLeyOIFF1PquQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' peerDependenciesMeta: typescript: optional: true dependencies: - '@typescript-eslint/types': 4.33.0 - '@typescript-eslint/visitor-keys': 4.33.0 + '@typescript-eslint/types': 5.3.1 + '@typescript-eslint/visitor-keys': 5.3.1 debug: 4.3.2 globby: 11.0.4 is-glob: 4.0.3 @@ -571,61 +575,69 @@ packages: - supports-color dev: true - /@typescript-eslint/visitor-keys/4.33.0: - resolution: {integrity: sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==} - engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} + /@typescript-eslint/visitor-keys/5.3.1: + resolution: {integrity: sha512-3cHUzUuVTuNHx0Gjjt5pEHa87+lzyqOiHXy/Gz+SJOCW1mpw9xQHIIEwnKn+Thph1mgWyZ90nboOcSuZr/jTTQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 4.33.0 - eslint-visitor-keys: 2.1.0 + '@typescript-eslint/types': 5.3.1 + eslint-visitor-keys: 3.0.0 dev: true - /@unocss/config/0.4.9: - resolution: {integrity: sha512-fqRLxLRPbUg/CaEEIFHZQjrorincdZTeXnp+6ZXTSS96oCqP9DdvCTElRq23m7ux8OkRAK6liODPDElmd6nxqA==} + /@unocss/config/0.7.2: + resolution: {integrity: sha512-og+iJVsA9YR/ppvfGfj0tLLh0PW473GdWYU0fzgSlMhhG/vpzkXyk3RWFEKv2kpve4fw/nQI1zHjQKJlZuoiBg==} engines: {node: '>=14'} dependencies: - '@unocss/core': 0.4.9 + '@unocss/core': 0.7.2 sucrase: 3.20.3 dev: true - /@unocss/core/0.4.9: - resolution: {integrity: sha512-uT1FRUScWsi4GfYwvROD9jjH3uSEnDnG19VS7OI4ltvarD1vhpEBn6AG6mbiOT0t1SX4cdahGTypZthXCj3VJQ==} + /@unocss/core/0.7.2: + resolution: {integrity: sha512-z7wPRSbyHIwHYMfa6+h8nWy5purKr5VjmGoUemV76QIz9ntvkM+uDLETa/0OM8X/YtW9Y4pb0cBSdnGUflzDuQ==} dev: true - /@unocss/preset-attributify/0.4.9: - resolution: {integrity: sha512-Hs4DWHD2qlQ+O91/oSJLHg+ubEF3Mda5XJ0s9tKee0P+RVvDwzpPeCbp9TBEkngmvk6ajUEp4yuDFZNRqZs2cw==} + /@unocss/inspector/0.7.2: + resolution: {integrity: sha512-wmCtNqLIZlpxpkGhBV5F6u1TU4z6mfsQMFwjoEliXDgmYvh3I/2BCJRLCPscH3Tgv5qRtmUh0buFidrHvS661A==} dependencies: - '@unocss/core': 0.4.9 + gzip-size: 6.0.0 + sirv: 1.0.18 dev: true - /@unocss/preset-icons/0.4.9: - resolution: {integrity: sha512-Bvkb6dfV4MwuVZQedUMpUXhXDMBpiD+mUCH1VH112FAKw2IEX3s/J/+w4pN5FIjygCvOUlR/vFTbtsxzocA2Lw==} + /@unocss/preset-attributify/0.7.2: + resolution: {integrity: sha512-5L3gZnvnOBt2lRsDsk58541YfECtyAkSXAjrDug9yWuSw/uTcvxpWw1JzdfBj4PD3RAW1Idu9nDnMJnt7Wva8g==} + dependencies: + '@unocss/core': 0.7.2 + dev: true + + /@unocss/preset-icons/0.7.2: + resolution: {integrity: sha512-a4rDVUSsLunfhmlx5o07y2XRJoLM+N9oxSGndNYp+DtlYqi87FERjRKWv2Hwflpw3jESG2d5l2dmr29gOPodVg==} dependencies: '@iconify/utils': 1.0.18 - '@unocss/core': 0.4.9 + '@unocss/core': 0.7.2 local-pkg: 0.4.0 dev: true - /@unocss/preset-uno/0.4.9: - resolution: {integrity: sha512-K7s0bq8uadAqBGGSmnAdLXLFezFwV6P7hZ1AfgjgD90IHtadrVTAXvQgukjVzCT7+ncUjSY6T8HD71AOG8kq1w==} + /@unocss/preset-uno/0.7.2: + resolution: {integrity: sha512-U9kKuxSF25SFGJ5SXF9wle8CXHHdVd+382/Z2Od10xj8JehyMzR/WY5SOlzMH4iLkmfyiPwZwfbIypV2w8huow==} dependencies: - '@unocss/core': 0.4.9 + '@unocss/core': 0.7.2 dev: true - /@unocss/reset/0.4.9: - resolution: {integrity: sha512-FO7PtnnQpDcHfFXei96h38ttpEqrD5MxPST3o/vROa9gZtDYvYy5rYYAjxdAoXVYiRtAcIGlWbQrsikVPDgjOw==} + /@unocss/reset/0.7.2: + resolution: {integrity: sha512-vWLT8H1bi5Pvwyu0uHi3UbyuU+zEhXnc6ejvxKp6BkPrP5gQAwSopGnUACUvsl851NFMWo/ZAbTMt5Hp0JAgtA==} dev: true - /@unocss/scope/0.4.9: - resolution: {integrity: sha512-OnX0g9oNhguxQ9FyRRGlcGWp5b+G1munfzuPTSl70Pmziu9S3fHeQiXuRVhxd1pqS/X6TXYc5D9NJWyAZhWdyg==} + /@unocss/scope/0.7.2: + resolution: {integrity: sha512-mfC/0R9atYlaTVdJKT51/W4ZMWiHVuzierwA325jvlWYMFu/2/Y3k7b24PxOrRrVD6K1e97y/u9/TjUXUIPcbQ==} dev: true - /@unocss/vite/0.4.9: - resolution: {integrity: sha512-jDPLMJUIDZ40JFPE3qTybzfsSW/CRpAuG5dxYEZuh6anRC9LvuQ/3kj4nXSterOj5pVJLzES5U/XERVkHSv4VQ==} + /@unocss/vite/0.7.2: + resolution: {integrity: sha512-e5hJzCtmGJiymBFCoAVOuLPOuy2v7nZdsz1E3238fCs77jk2y1UR7tDDSc2tpTTC90vXhzwv+V3vC7b+NP5bgQ==} dependencies: '@rollup/pluginutils': 4.1.1 - '@unocss/config': 0.4.9 - '@unocss/core': 0.4.9 - '@unocss/scope': 0.4.9 + '@unocss/config': 0.7.2 + '@unocss/core': 0.7.2 + '@unocss/inspector': 0.7.2 + '@unocss/scope': 0.7.2 dev: true /@vitejs/plugin-vue/1.9.4_vite@2.6.13: @@ -637,95 +649,95 @@ packages: vite: 2.6.13 dev: true - /@vue/compiler-core/3.2.20: - resolution: {integrity: sha512-vcEXlKXoPwBXFP5aUTHN9GTZaDfwCofa9Yu9bbW2C5O/QSa9Esdt7OG4+0RRd3EHEMxUvEdj4RZrd/KpQeiJbA==} + /@vue/compiler-core/3.2.21: + resolution: {integrity: sha512-NhhiQZNG71KNq1h5pMW/fAXdTF7lJRaSI7LDm2edhHXVz1ROMICo8SreUmQnSf4Fet0UPBVqJ988eF4+936iDQ==} dependencies: '@babel/parser': 7.15.3 - '@vue/shared': 3.2.20 + '@vue/shared': 3.2.21 estree-walker: 2.0.2 source-map: 0.6.1 dev: false - /@vue/compiler-dom/3.2.20: - resolution: {integrity: sha512-QnI77ec/JtV7R0YBbcVayYTDCRcI9OCbxiUQK6izVyqQO0658n0zQuoNwe+bYgtqnvGAIqTR3FShTd5y4oOjdg==} + /@vue/compiler-dom/3.2.21: + resolution: {integrity: sha512-gsJD3DpYZSYquiA7UIPsMDSlAooYWDvHPq9VRsqzJEk2PZtFvLvHPb4aaMD8Ufd62xzYn32cnnkzsEOJhyGilA==} dependencies: - '@vue/compiler-core': 3.2.20 - '@vue/shared': 3.2.20 + '@vue/compiler-core': 3.2.21 + '@vue/shared': 3.2.21 dev: false - /@vue/compiler-sfc/3.2.20: - resolution: {integrity: sha512-03aZo+6tQKiFLfunHKSPZvdK4Jsn/ftRCyaro8AQIWkuxJbvSosbKK6HTTn+D2c3nPScG155akJoxKENw7rftQ==} + /@vue/compiler-sfc/3.2.21: + resolution: {integrity: sha512-+yDlUSebKpz/ovxM2vLRRx7w/gVfY767pOfYTgbIhAs+ogvIV2BsIt4fpxlThnlCNChJ+yE0ERUNoROv2kEGEQ==} dependencies: '@babel/parser': 7.15.3 - '@vue/compiler-core': 3.2.20 - '@vue/compiler-dom': 3.2.20 - '@vue/compiler-ssr': 3.2.20 - '@vue/ref-transform': 3.2.20 - '@vue/shared': 3.2.20 + '@vue/compiler-core': 3.2.21 + '@vue/compiler-dom': 3.2.21 + '@vue/compiler-ssr': 3.2.21 + '@vue/ref-transform': 3.2.21 + '@vue/shared': 3.2.21 estree-walker: 2.0.2 magic-string: 0.25.7 postcss: 8.3.8 source-map: 0.6.1 dev: false - /@vue/compiler-ssr/3.2.20: - resolution: {integrity: sha512-rzzVVYivm+EjbfiGQvNeyiYZWzr6Hkej97RZLZvcumacQlnKv9176Xo9rRyeWwFbBlxmtNdrVMslRXtipMXk2w==} + /@vue/compiler-ssr/3.2.21: + resolution: {integrity: sha512-eU+A0iWYy+1zAo2CRIJ0zSVlv1iuGAIbNRCnllSJ31pV1lX3jypJYzGbJlSRAbB7VP6E+tYveVT1Oq8JKewa3g==} dependencies: - '@vue/compiler-dom': 3.2.20 - '@vue/shared': 3.2.20 + '@vue/compiler-dom': 3.2.21 + '@vue/shared': 3.2.21 dev: false /@vue/devtools-api/6.0.0-beta.19: resolution: {integrity: sha512-ObzQhgkoVeoyKv+e8+tB/jQBL2smtk/NmC9OmFK8UqdDpoOdv/Kf9pyDWL+IFyM7qLD2C75rszJujvGSPSpGlw==} dev: false - /@vue/reactivity/3.2.20: - resolution: {integrity: sha512-nSmoLojUTk+H8HNTAkrUduB4+yIUBK2HPihJo2uXVSH4Spry6oqN6lFzE5zpLK+F27Sja+UqR9R1+/kIOsHV5w==} + /@vue/reactivity/3.2.21: + resolution: {integrity: sha512-7C57zFm/5E3SSTUhVuYj1InDwuJ+GIVQ/z+H43C9sST85gIThGXVhksl1yWTAadf8Yz4T5lSbqi5Ds8U/ueWcw==} dependencies: - '@vue/shared': 3.2.20 + '@vue/shared': 3.2.21 dev: false - /@vue/ref-transform/3.2.20: - resolution: {integrity: sha512-Y42d3PGlYZ1lXcF3dbd3+qU/C/a3wYEZ949fyOI5ptzkjDWlkfU6vn74fmOjsLjEcjs10BXK2qO99FqQIK2r1Q==} + /@vue/ref-transform/3.2.21: + resolution: {integrity: sha512-uiEWWBsrGeun9O7dQExYWzXO3rHm/YdtFNXDVqCSoPypzOVxWxdiL+8hHeWzxMB58fVuV2sT80aUtIVyaBVZgQ==} dependencies: '@babel/parser': 7.15.3 - '@vue/compiler-core': 3.2.20 - '@vue/shared': 3.2.20 + '@vue/compiler-core': 3.2.21 + '@vue/shared': 3.2.21 estree-walker: 2.0.2 magic-string: 0.25.7 dev: false - /@vue/runtime-core/3.2.20: - resolution: {integrity: sha512-d1xfUGhZPfiZzAN7SatStD4vRtT8deJSXib2+Cz3x0brjMWKxe32asQc154FF1E2fFgMCHtnfd4A90bQEzV4GQ==} + /@vue/runtime-core/3.2.21: + resolution: {integrity: sha512-7oOxKaU0D2IunOAMOOHZgJVrHg63xwng8BZx3fbgmakqEIMwHhQcp+5GV1sOg/sWW7R4UhaRDIUCukO2GRVK2Q==} dependencies: - '@vue/reactivity': 3.2.20 - '@vue/shared': 3.2.20 + '@vue/reactivity': 3.2.21 + '@vue/shared': 3.2.21 dev: false - /@vue/runtime-dom/3.2.20: - resolution: {integrity: sha512-4TCvZMLhESWCFHFYgqN4QmMA/onnINAlUovhopjlS8ST27G1A8Z0tyxPzLoXLa+b5JrOpbMPheEMPvdKExTJig==} + /@vue/runtime-dom/3.2.21: + resolution: {integrity: sha512-apBdriD6QsI4ywbllY8kjr9/0scGuStDuvLbJULPQkFPtHzntd51bP5PQTQVAEIc9kwnTozmj6x6ZdX/cwo7xA==} dependencies: - '@vue/runtime-core': 3.2.20 - '@vue/shared': 3.2.20 + '@vue/runtime-core': 3.2.21 + '@vue/shared': 3.2.21 csstype: 2.6.17 dev: false - /@vue/server-renderer/3.2.20_vue@3.2.20: - resolution: {integrity: sha512-viIbZGep9XabnrRcaxWIi00cOh1x21QYm2upIL5W0zqzTJ54VdTzpI+zi1osNp+VfRQDTHpV2U7H3Kn4ljYJvg==} + /@vue/server-renderer/3.2.21_vue@3.2.21: + resolution: {integrity: sha512-QBgYqVgI7XCSBCqGa4LduV9vpfQFdZBOodFmq5Txk5W/v1KrJ1LoOh2Q0RHiRgtoK/UR9uyvRVcYqOmwHkZNEg==} peerDependencies: - vue: 3.2.20 + vue: 3.2.21 dependencies: - '@vue/compiler-ssr': 3.2.20 - '@vue/shared': 3.2.20 - vue: 3.2.20 + '@vue/compiler-ssr': 3.2.21 + '@vue/shared': 3.2.21 + vue: 3.2.21 dev: false - /@vue/shared/3.2.20: - resolution: {integrity: sha512-FbpX+hD5BvXCQerEYO7jtAGHlhAkhTQ4KIV73kmLWNlawWhTiVuQxizgVb0BOkX5oG9cIRZ42EG++d/k/Efp0w==} + /@vue/shared/3.2.21: + resolution: {integrity: sha512-5EQmIPK6gw4UVYUbM959B0uPsJ58+xoMESCZs3N89XyvJ9e+fX4pqEPrOGV8OroIk3SbEvJcC+eYc8BH9JQrHA==} dev: false - /@vueuse/core/6.7.4_vue@3.2.20: - resolution: {integrity: sha512-y39SD+pxDkv7/Fe369c02FQpr/148otQr64ScPDTpw4fGnspc8ONXCNU3gTrvDFRuiylirdPBpXgmt/GDQO7RA==} + /@vueuse/core/6.8.0_vue@3.2.21: + resolution: {integrity: sha512-C6KMBus29L/mVtA5eK26WAqj6tyPlugrKaPLi2uLtbV//BHjbxe1uo3gVXCc5SwouDEdc7zswlGPw/l0/++NRg==} peerDependencies: '@vue/composition-api': ^1.1.0 vue: ^2.6.0 || ^3.2.0 @@ -735,13 +747,13 @@ packages: vue: optional: true dependencies: - '@vueuse/shared': 6.7.4_vue@3.2.20 - vue: 3.2.20 - vue-demi: 0.12.0_vue@3.2.20 + '@vueuse/shared': 6.8.0_vue@3.2.21 + vue: 3.2.21 + vue-demi: 0.12.1_vue@3.2.21 dev: false - /@vueuse/shared/6.7.4_vue@3.2.20: - resolution: {integrity: sha512-Lkm8myEiOj0sIqSXck5EXDbu0W705Q10BxydGLMfiV6wAY4U1zu+YgEgR37Wy2/mT1545pwQqiJ7bd3kQQFCMw==} + /@vueuse/shared/6.8.0_vue@3.2.21: + resolution: {integrity: sha512-+YjehQ8Qe4Qgyq8iTToVOzp4sZBAZvScv3AGJSMi6HYbe54+nyjrRfS8DN4fA0eUahyftHKZ00WKgMe7TS5N0w==} peerDependencies: '@vue/composition-api': ^1.1.0 vue: ^2.6.0 || ^3.2.0 @@ -751,8 +763,8 @@ packages: vue: optional: true dependencies: - vue: 3.2.20 - vue-demi: 0.12.0_vue@3.2.20 + vue: 3.2.21 + vue-demi: 0.12.1_vue@3.2.21 dev: false /acorn-jsx/5.3.2_acorn@7.4.1: @@ -797,8 +809,8 @@ packages: engines: {node: '>=6'} dev: true - /ansi-regex/5.0.0: - resolution: {integrity: sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==} + /ansi-regex/5.0.1: + resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} engines: {node: '>=8'} dev: true @@ -828,12 +840,6 @@ packages: picomatch: 2.3.0 dev: true - /argparse/1.0.10: - resolution: {integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==} - dependencies: - sprintf-js: 1.0.3 - dev: true - /argparse/2.0.1: resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==} dev: true @@ -1147,6 +1153,10 @@ packages: domhandler: 4.2.2 dev: true + /duplexer/0.1.2: + resolution: {integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==} + dev: true + /electron-to-chromium/1.3.806: resolution: {integrity: sha512-AH/otJLAAecgyrYp0XK1DPiGVWcOgwPeJBOLeuFQ5l//vhQhwC9u6d+GijClqJAmsHG4XDue81ndSQPohUu0xA==} dev: true @@ -1173,29 +1183,6 @@ packages: is-arrayish: 0.2.1 dev: true - /es-abstract/1.18.5: - resolution: {integrity: sha512-DDggyJLoS91CkJjgauM5c0yZMjiD1uK3KcaCeAmffGwZ+ODWzOkPN4QwRbsK5DOFf06fywmyLci3ZD8jLGhVYA==} - engines: {node: '>= 0.4'} - dependencies: - call-bind: 1.0.2 - es-to-primitive: 1.2.1 - function-bind: 1.1.1 - get-intrinsic: 1.1.1 - has: 1.0.3 - has-symbols: 1.0.2 - internal-slot: 1.0.3 - is-callable: 1.2.4 - is-negative-zero: 2.0.1 - is-regex: 1.1.4 - is-string: 1.0.7 - object-inspect: 1.11.0 - object-keys: 1.1.1 - object.assign: 4.1.2 - string.prototype.trimend: 1.0.4 - string.prototype.trimstart: 1.0.4 - unbox-primitive: 1.0.1 - dev: true - /es-abstract/1.19.1: resolution: {integrity: sha512-2vJ6tjA/UfqLm2MPs7jxVybLoB8i1t1Jd9R3kISld20sIxPcTbLuggQOUxeWeAvIUkduv/CfMjuh4WmiXr2v9w==} engines: {node: '>= 0.4'} @@ -1410,7 +1397,7 @@ packages: engines: {node: '>=10'} dev: true - /eslint-config-standard/16.0.3_41b8ea01787b0c41d2ec2320d1d2ff02: + /eslint-config-standard/16.0.3_73329a780b456f64419f853e0fc044f5: resolution: {integrity: sha512-x4fmJL5hGqNJKGHSjnLdgA6U6h1YW/G2dW9fA+cyVur4SK6lyue8+UgNKWlZtUDTXvgKDD/Oa3GQjmB5kjtVvg==} peerDependencies: eslint: ^7.12.1 @@ -1418,10 +1405,10 @@ packages: eslint-plugin-node: ^11.1.0 eslint-plugin-promise: ^4.2.1 || ^5.0.0 dependencies: - eslint: 8.1.0 - eslint-plugin-import: 2.25.2_eslint@8.1.0 - eslint-plugin-node: 11.1.0_eslint@8.1.0 - eslint-plugin-promise: 5.1.0_eslint@8.1.0 + eslint: 8.2.0 + eslint-plugin-import: 2.25.2_eslint@8.2.0 + eslint-plugin-node: 11.1.0_eslint@8.2.0 + eslint-plugin-promise: 5.1.0_eslint@8.2.0 dev: true /eslint-import-resolver-node/0.3.6: @@ -1440,25 +1427,25 @@ packages: pkg-dir: 2.0.0 dev: true - /eslint-plugin-es/3.0.1_eslint@8.1.0: + /eslint-plugin-es/3.0.1_eslint@8.2.0: resolution: {integrity: sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=4.19.1' dependencies: - eslint: 8.1.0 + eslint: 8.2.0 eslint-utils: 2.1.0 regexpp: 3.2.0 dev: true - /eslint-plugin-eslint-comments/3.2.0_eslint@8.1.0: + /eslint-plugin-eslint-comments/3.2.0_eslint@8.2.0: resolution: {integrity: sha512-0jkOl0hfojIHHmEHgmNdqv4fmh7300NdpA9FFpF7zaoLvB/QeXOGNLIo86oAveJFrfB1p05kC8hpEMHM8DwWVQ==} engines: {node: '>=6.5.0'} peerDependencies: eslint: '>=4.19.1' dependencies: escape-string-regexp: 1.0.5 - eslint: 8.1.0 + eslint: 8.2.0 ignore: 5.1.8 dev: true @@ -1468,7 +1455,7 @@ packages: htmlparser2: 7.1.2 dev: true - /eslint-plugin-import/2.25.2_eslint@8.1.0: + /eslint-plugin-import/2.25.2_eslint@8.2.0: resolution: {integrity: sha512-qCwQr9TYfoBHOFcVGKY9C9unq05uOxxdklmBXLVvcwo68y5Hta6/GzCZEMx2zQiu0woKNEER0LE7ZgaOfBU14g==} engines: {node: '>=4'} peerDependencies: @@ -1478,7 +1465,7 @@ packages: array.prototype.flat: 1.2.5 debug: 2.6.9 doctrine: 2.1.0 - eslint: 8.1.0 + eslint: 8.2.0 eslint-import-resolver-node: 0.3.6 eslint-module-utils: 2.7.1 has: 1.0.3 @@ -1490,26 +1477,26 @@ packages: tsconfig-paths: 3.11.0 dev: true - /eslint-plugin-jsonc/1.7.0_eslint@8.1.0: + /eslint-plugin-jsonc/1.7.0_eslint@8.2.0: resolution: {integrity: sha512-pb3CAD9B0zhv3r9Bg9AdzswL50I3mbIq1ys+tNeuaDeibFlweo84SBNm22oqaFx/Dka+YZw2SLukAkQlJzSHMQ==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=5.0.0' dependencies: - eslint: 8.1.0 - eslint-utils: 3.0.0_eslint@8.1.0 + eslint: 8.2.0 + eslint-utils: 3.0.0_eslint@8.2.0 jsonc-eslint-parser: 1.4.1 natural-compare: 1.4.0 dev: true - /eslint-plugin-node/11.1.0_eslint@8.1.0: + /eslint-plugin-node/11.1.0_eslint@8.2.0: resolution: {integrity: sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=5.16.0' dependencies: - eslint: 8.1.0 - eslint-plugin-es: 3.0.1_eslint@8.1.0 + eslint: 8.2.0 + eslint-plugin-es: 3.0.1_eslint@8.2.0 eslint-utils: 2.1.0 ignore: 5.1.8 minimatch: 3.0.4 @@ -1517,16 +1504,16 @@ packages: semver: 6.3.0 dev: true - /eslint-plugin-promise/5.1.0_eslint@8.1.0: + /eslint-plugin-promise/5.1.0_eslint@8.2.0: resolution: {integrity: sha512-NGmI6BH5L12pl7ScQHbg7tvtk4wPxxj8yPHH47NvSmMtFneC077PSeY3huFj06ZWZvtbfxSPt3RuOQD5XcR4ng==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: eslint: ^7.0.0 dependencies: - eslint: 8.1.0 + eslint: 8.2.0 dev: true - /eslint-plugin-react/7.26.1_eslint@8.1.0: + /eslint-plugin-react/7.26.1_eslint@8.2.0: resolution: {integrity: sha512-Lug0+NOFXeOE+ORZ5pbsh6mSKjBKXDXItUD2sQoT+5Yl0eoT82DqnXeTMfUare4QVCn9QwXbfzO/dBLjLXwVjQ==} engines: {node: '>=4'} peerDependencies: @@ -1535,7 +1522,7 @@ packages: array-includes: 3.1.4 array.prototype.flatmap: 1.2.4 doctrine: 2.1.0 - eslint: 8.1.0 + eslint: 8.2.0 estraverse: 5.2.0 jsx-ast-utils: 3.2.0 minimatch: 3.0.4 @@ -1549,18 +1536,20 @@ packages: string.prototype.matchall: 4.0.5 dev: true - /eslint-plugin-unicorn/35.0.0_eslint@8.1.0: - resolution: {integrity: sha512-FHsaO68tDPQILfs/mGF8eSISJp8RswR4FpUuBDnueK2wyEHC6zmsc9WxjYyldXoIsBuVmru6jQyFCbCWPoW/KQ==} + /eslint-plugin-unicorn/37.0.1_eslint@8.2.0: + resolution: {integrity: sha512-E1jq5u9ojnadisJcPi+hMXTGSiIzkIUMDvWsBudsCGXvKUB2aNSU2TcfyW2/jAS5A4ryBXfzxLykMxX1EdluSQ==} engines: {node: '>=12'} peerDependencies: - eslint: '>=7.28.0' + eslint: '>=7.32.0' dependencies: '@babel/helper-validator-identifier': 7.14.9 ci-info: 3.2.0 clean-regexp: 1.0.0 - eslint: 8.1.0 - eslint-template-visitor: 2.3.2_eslint@8.1.0 - eslint-utils: 3.0.0_eslint@8.1.0 + eslint: 8.2.0 + eslint-template-visitor: 2.3.2_eslint@8.2.0 + eslint-utils: 3.0.0_eslint@8.2.0 + esquery: 1.4.0 + indent-string: 4.0.0 is-builtin-module: 3.1.0 lodash: 4.17.21 pluralize: 8.0.0 @@ -1568,32 +1557,33 @@ packages: regexp-tree: 0.1.23 safe-regex: 2.1.1 semver: 7.3.5 + strip-indent: 3.0.0 transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-vue/7.17.0_eslint@8.1.0: - resolution: {integrity: sha512-Rq5R2QetDCgC+kBFQw1+aJ5B93tQ4xqZvoCUxuIzwTonngNArsdP8ChM8PowIzsJvRtWl4ltGh/bZcN3xhFWSw==} + /eslint-plugin-vue/7.19.1_eslint@8.2.0: + resolution: {integrity: sha512-e2pD7nW2sTY04ThH+66BgToNwC4n6dqfNhKE+ypdJFtZgn3Zn+nP8ZEIFPG0PGqCKQ3qxy8dJk1bzUsuQd3ANA==} engines: {node: '>=8.10'} peerDependencies: eslint: ^6.2.0 || ^7.0.0 || ^8.0.0-0 dependencies: - eslint: 8.1.0 + eslint: 8.2.0 eslint-utils: 2.1.0 natural-compare: 1.4.0 semver: 6.3.0 - vue-eslint-parser: 7.10.0_eslint@8.1.0 + vue-eslint-parser: 7.10.0_eslint@8.2.0 transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-yml/0.10.1_eslint@8.1.0: + /eslint-plugin-yml/0.10.1_eslint@8.2.0: resolution: {integrity: sha512-af0WgO3qaH+RW6jv1s6RzXKlg2NZLisN95lqGUf1KqBT6rEJyGSCpM49QYaSTvzmMaB/gcdbrnAfNoYwUn0Yig==} peerDependencies: eslint: '>=6.0.0' dependencies: debug: 4.3.2 - eslint: 8.1.0 + eslint: 8.2.0 lodash: 4.17.21 natural-compare: 1.4.0 yaml-eslint-parser: 0.4.1 @@ -1617,14 +1607,14 @@ packages: estraverse: 5.2.0 dev: true - /eslint-template-visitor/2.3.2_eslint@8.1.0: + /eslint-template-visitor/2.3.2_eslint@8.2.0: resolution: {integrity: sha512-3ydhqFpuV7x1M9EK52BPNj6V0Kwu0KKkcIAfpUhwHbR8ocRln/oUHgfxQupY8O1h4Qv/POHDumb/BwwNfxbtnA==} peerDependencies: eslint: '>=7.0.0' dependencies: '@babel/core': 7.15.0 - '@babel/eslint-parser': 7.15.0_@babel+core@7.15.0+eslint@8.1.0 - eslint: 8.1.0 + '@babel/eslint-parser': 7.15.0_@babel+core@7.15.0+eslint@8.2.0 + eslint: 8.2.0 eslint-visitor-keys: 2.1.0 esquery: 1.4.0 multimap: 1.1.0 @@ -1639,13 +1629,13 @@ packages: eslint-visitor-keys: 1.3.0 dev: true - /eslint-utils/3.0.0_eslint@8.1.0: + /eslint-utils/3.0.0_eslint@8.2.0: resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} peerDependencies: eslint: '>=5' dependencies: - eslint: 8.1.0 + eslint: 8.2.0 eslint-visitor-keys: 2.1.0 dev: true @@ -1664,12 +1654,12 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /eslint/8.1.0: - resolution: {integrity: sha512-JZvNneArGSUsluHWJ8g8MMs3CfIEzwaLx9KyH4tZ2i+R2/rPWzL8c0zg3rHdwYVpN/1sB9gqnjHwz9HoeJpGHw==} + /eslint/8.2.0: + resolution: {integrity: sha512-erw7XmM+CLxTOickrimJ1SiF55jiNlVSp2qqm0NuBWPtHYQCegD5ZMaW0c3i5ytPqL+SSLaCxdvQXFPLJn+ABw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: - '@eslint/eslintrc': 1.0.3 + '@eslint/eslintrc': 1.0.4 '@humanwhocodes/config-array': 0.6.0 ajv: 6.12.6 chalk: 4.1.2 @@ -1679,7 +1669,7 @@ packages: enquirer: 2.3.6 escape-string-regexp: 4.0.0 eslint-scope: 6.0.0 - eslint-utils: 3.0.0_eslint@8.1.0 + eslint-utils: 3.0.0_eslint@8.2.0 eslint-visitor-keys: 3.0.0 espree: 9.0.0 esquery: 1.4.0 @@ -1692,7 +1682,7 @@ packages: ignore: 4.0.6 import-fresh: 3.3.0 imurmurhash: 0.1.4 - is-glob: 4.0.1 + is-glob: 4.0.3 js-yaml: 4.1.0 json-stable-stringify-without-jsonify: 1.0.1 levn: 0.4.1 @@ -1703,7 +1693,7 @@ packages: progress: 2.0.3 regexpp: 3.2.0 semver: 7.3.5 - strip-ansi: 6.0.0 + strip-ansi: 6.0.1 strip-json-comments: 3.1.1 text-table: 0.2.0 v8-compile-cache: 2.3.0 @@ -1729,12 +1719,6 @@ packages: eslint-visitor-keys: 3.0.0 dev: true - /esprima/4.0.1: - resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==} - engines: {node: '>=4'} - hasBin: true - dev: true - /esquery/1.4.0: resolution: {integrity: sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==} engines: {node: '>=0.10'} @@ -1969,6 +1953,13 @@ packages: slash: 3.0.0 dev: true + /gzip-size/6.0.0: + resolution: {integrity: sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==} + engines: {node: '>=10'} + dependencies: + duplexer: 0.1.2 + dev: true + /has-bigints/1.0.1: resolution: {integrity: sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==} dev: true @@ -2049,6 +2040,11 @@ packages: engines: {node: '>=0.8.19'} dev: true + /indent-string/4.0.0: + resolution: {integrity: sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==} + engines: {node: '>=8'} + dev: true + /inflight/1.0.6: resolution: {integrity: sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=} dependencies: @@ -2114,12 +2110,6 @@ packages: engines: {node: '>= 0.4'} dev: true - /is-core-module/2.6.0: - resolution: {integrity: sha512-wShG8vs60jKfPWpF2KZRaAtvt3a20OAn7+IJ6hLPECpSABLcKtFKTTI4ZtH5QcBruBHlq+WsdHWyz0BCZW7svQ==} - dependencies: - has: 1.0.3 - dev: true - /is-core-module/2.8.0: resolution: {integrity: sha512-vd15qHsaqrRL7dtH6QNuy0ndJmRDrS9HAM1CAiSifNUFv4x1a0CCVsj18hJ1mShxIG6T2i1sO78MkP56r0nYRw==} dependencies: @@ -2138,13 +2128,6 @@ packages: engines: {node: '>=0.10.0'} dev: true - /is-glob/4.0.1: - resolution: {integrity: sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==} - engines: {node: '>=0.10.0'} - dependencies: - is-extglob: 2.1.1 - dev: true - /is-glob/4.0.3: resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==} engines: {node: '>=0.10.0'} @@ -2245,14 +2228,6 @@ packages: resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} dev: true - /js-yaml/3.14.1: - resolution: {integrity: sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==} - hasBin: true - dependencies: - argparse: 1.0.10 - esprima: 4.0.1 - dev: true - /js-yaml/4.1.0: resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==} hasBin: true @@ -2407,11 +2382,22 @@ packages: picomatch: 2.3.0 dev: true + /mime/2.6.0: + resolution: {integrity: sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==} + engines: {node: '>=4.0.0'} + hasBin: true + dev: true + /mimic-fn/2.1.0: resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==} engines: {node: '>=6'} dev: true + /min-indent/1.0.1: + resolution: {integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==} + engines: {node: '>=4'} + dev: true + /minimatch/3.0.4: resolution: {integrity: sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==} dependencies: @@ -2708,8 +2694,8 @@ packages: engines: {node: '>=4'} dev: true - /pnpm/6.20.1: - resolution: {integrity: sha512-Yoaw5M3zq4Bh7biOeF6zurnoixtFB7EjCQd4dPYoHnGPafwawy/thcCg0Ady8CKyBYXu35VnkEgP/DXE3A84bA==} + /pnpm/6.20.4: + resolution: {integrity: sha512-t50posttANTjAqBfEapojvrD4JKPTcOiPOHxKIGLlcMYke4mKbOhDY+4asSToZI6e7fwQfQpPDPGFI+/qz7Z4A==} engines: {node: '>=12.17'} hasBin: true dev: true @@ -2805,7 +2791,7 @@ packages: /resolve/1.20.0: resolution: {integrity: sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==} dependencies: - is-core-module: 2.6.0 + is-core-module: 2.8.0 path-parse: 1.0.7 dev: true @@ -2894,6 +2880,15 @@ packages: resolution: {integrity: sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==} dev: true + /sirv/1.0.18: + resolution: {integrity: sha512-f2AOPogZmXgJ9Ma2M22ZEhc1dNtRIzcEkiflMFeVTRq+OViOZMvH1IPMVOwrKaxpSaHioBJiDR0SluRqGa7atA==} + engines: {node: '>= 10'} + dependencies: + '@polka/url': 1.0.0-next.21 + mime: 2.6.0 + totalist: 1.1.0 + dev: true + /slash/3.0.0: resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} engines: {node: '>=8'} @@ -2938,10 +2933,6 @@ packages: resolution: {integrity: sha512-oie3/+gKf7QtpitB0LYLETe+k8SifzsX4KixvpOsbI6S0kRiRQ5MKOio8eMSAKQ17N06+wdEOXRiId+zOxo0hA==} dev: true - /sprintf-js/1.0.3: - resolution: {integrity: sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=} - dev: true - /string.prototype.matchall/4.0.5: resolution: {integrity: sha512-Z5ZaXO0svs0M2xd/6By3qpeKpLKd9mO4v4q3oMEQrk8Ck4xOD5d5XeBOOjGrmVZZ/AHB1S0CgG4N5r1G9N3E2Q==} dependencies: @@ -2969,11 +2960,11 @@ packages: define-properties: 1.1.3 dev: true - /strip-ansi/6.0.0: - resolution: {integrity: sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==} + /strip-ansi/6.0.1: + resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} engines: {node: '>=8'} dependencies: - ansi-regex: 5.0.0 + ansi-regex: 5.0.1 dev: true /strip-bom/3.0.0: @@ -2986,6 +2977,13 @@ packages: engines: {node: '>=6'} dev: true + /strip-indent/3.0.0: + resolution: {integrity: sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==} + engines: {node: '>=8'} + dependencies: + min-indent: 1.0.1 + dev: true + /strip-json-comments/3.1.1: resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} engines: {node: '>=8'} @@ -3047,6 +3045,11 @@ packages: is-number: 7.0.0 dev: true + /totalist/1.1.0: + resolution: {integrity: sha512-gduQwd1rOdDMGxFG1gEvhV88Oirdo2p+KjoYFU7k2g+i7n6AFFbDQ5kMPUsW0pNbfQsB/cwXvT1i4Bue0s9g5g==} + engines: {node: '>=6'} + dev: true + /ts-interface-checker/0.1.13: resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==} dev: true @@ -3111,17 +3114,19 @@ packages: which-boxed-primitive: 1.0.2 dev: true - /unocss/0.4.9: - resolution: {integrity: sha512-kMi4x6N9kdDbRdfEChmwOsOY9frH6YJqtA6RiXnpbpfCq6LchMD/GtpDsM171YvPZB0mauMpFVWQdhx4vU25og==} + /unocss/0.7.2: + resolution: {integrity: sha512-+cUK4br0amDbp555wOks8iEWEtmqXqePTxb+vLLU9GA8mvnqU3gBVmgU4gd6rWd97DY7t4UPXIWdFR9xFtTgXA==} engines: {node: '>=14'} dependencies: - '@unocss/core': 0.4.9 - '@unocss/preset-attributify': 0.4.9 - '@unocss/preset-uno': 0.4.9 - '@unocss/vite': 0.4.9 + '@unocss/core': 0.7.2 + '@unocss/preset-attributify': 0.7.2 + '@unocss/preset-icons': 0.7.2 + '@unocss/preset-uno': 0.7.2 + '@unocss/reset': 0.7.2 + '@unocss/vite': 0.7.2 dev: true - /unplugin-auto-import/0.4.13_@vueuse+core@6.7.4+vite@2.6.13: + /unplugin-auto-import/0.4.13_@vueuse+core@6.8.0+vite@2.6.13: resolution: {integrity: sha512-tSN4eObmxVJQtDrpEo7VgWScbTOQU3r4NuD0+6vM55ORe3qMrJJcrOqEpqjRdAlI9edYa9p2TS0BxGECNKub+g==} engines: {node: '>=14'} peerDependencies: @@ -3132,7 +3137,7 @@ packages: dependencies: '@antfu/utils': 0.3.0 '@rollup/pluginutils': 4.1.1 - '@vueuse/core': 6.7.4_vue@3.2.20 + '@vueuse/core': 6.8.0_vue@3.2.21 local-pkg: 0.1.0 magic-string: 0.25.7 resolve: 1.20.0 @@ -3143,8 +3148,8 @@ packages: - webpack dev: true - /unplugin-icons/0.12.17_vite@2.6.13: - resolution: {integrity: sha512-y6KNKlwcLXlbfpZY48lO0blsH/uwHbvxD2sgCaw1AhgFk9Bjw7hA1kQxhUWPAIRySeobve2YP7HGKLHoIctXPA==} + /unplugin-icons/0.12.18_vite@2.6.13: + resolution: {integrity: sha512-o2nc6AGGk4StTx5xMTndVBylszRg/hJvHMO1eEFfrfw9yh+eedre2S4F8EHltn3FjADL2a17GpXcvCAwmONgXA==} peerDependencies: '@svgr/core': ^5.5.0 '@vue/compiler-sfc': ^3.0.2 @@ -3174,8 +3179,8 @@ packages: - webpack dev: true - /unplugin-vue-components/0.17.0_vite@2.6.13+vue@3.2.20: - resolution: {integrity: sha512-KMh+5z9L256l2z1zpoy/9xhLjrpBvYyaEVgckC0sF6mLspTAB5tPJ4aOhpI+zB8Tu8owLqiw4DoOoMHFgYbQNQ==} + /unplugin-vue-components/0.17.2_vite@2.6.13+vue@3.2.21: + resolution: {integrity: sha512-e4ZdOpnzFMQJx3rDLotLyucTap0bUlMy+6BRYyoN6jE1ZyGAgR6jodmpHZAPR3xkC4pkqW5PLlyDfIH/+lzkng==} engines: {node: '>=14'} peerDependencies: '@babel/parser': ^7.15.8 @@ -3196,8 +3201,8 @@ packages: magic-string: 0.25.7 minimatch: 3.0.4 resolve: 1.20.0 - unplugin: 0.2.16_vite@2.6.13 - vue: 3.2.20 + unplugin: 0.2.19_vite@2.6.13 + vue: 3.2.21 transitivePeerDependencies: - rollup - supports-color @@ -3302,8 +3307,8 @@ packages: fsevents: 2.3.2 dev: true - /vue-demi/0.12.0_vue@3.2.20: - resolution: {integrity: sha512-eggsbQSQEJKlvQrtrJLx4J44MIVq5+Z7QetIEh1Na+ZWLgt5Fq0qskQ1QmckTTEoFcUdn36c4K23EjtXZhws7w==} + /vue-demi/0.12.1_vue@3.2.21: + resolution: {integrity: sha512-QL3ny+wX8c6Xm1/EZylbgzdoDolye+VpCXRhI2hug9dJTP3OUJ3lmiKN3CsVV3mOJKwFi0nsstbgob0vG7aoIw==} engines: {node: '>=12'} hasBin: true requiresBuild: true @@ -3314,17 +3319,17 @@ packages: '@vue/composition-api': optional: true dependencies: - vue: 3.2.20 + vue: 3.2.21 dev: false - /vue-eslint-parser/7.10.0_eslint@8.1.0: + /vue-eslint-parser/7.10.0_eslint@8.2.0: resolution: {integrity: sha512-7tc/ewS9Vq9Bn741pvpg8op2fWJPH3k32aL+jcIcWGCTzh/zXSdh7pZ5FV3W2aJancP9+ftPAv292zY5T5IPCg==} engines: {node: '>=8.10'} peerDependencies: eslint: '>=5.0.0' dependencies: debug: 4.3.2 - eslint: 8.1.0 + eslint: 8.2.0 eslint-scope: 5.1.1 eslint-visitor-keys: 1.3.0 espree: 6.2.1 @@ -3335,23 +3340,23 @@ packages: - supports-color dev: true - /vue-router/4.0.12_vue@3.2.20: + /vue-router/4.0.12_vue@3.2.21: resolution: {integrity: sha512-CPXvfqe+mZLB1kBWssssTiWg4EQERyqJZes7USiqfW9B5N2x+nHlnsM1D3b5CaJ6qgCvMmYJnz+G0iWjNCvXrg==} peerDependencies: vue: ^3.0.0 dependencies: '@vue/devtools-api': 6.0.0-beta.19 - vue: 3.2.20 + vue: 3.2.21 dev: false - /vue/3.2.20: - resolution: {integrity: sha512-81JjEP4OGk9oO8+CU0h2nFPGgJBm9mNa3kdCX2k6FuRdrWrC+CNe+tOnuIeTg8EWwQuI+wwdra5Q7vSzp7p4Iw==} + /vue/3.2.21: + resolution: {integrity: sha512-jpy7ckXdyclfRzqLjL4mtq81AkzQleE54KjZsJg/9OorNVurAxdlU5XpD49GpjKdnftuffKUvx2C5jDOrgc/zg==} dependencies: - '@vue/compiler-dom': 3.2.20 - '@vue/compiler-sfc': 3.2.20 - '@vue/runtime-dom': 3.2.20 - '@vue/server-renderer': 3.2.20_vue@3.2.20 - '@vue/shared': 3.2.20 + '@vue/compiler-dom': 3.2.21 + '@vue/compiler-sfc': 3.2.21 + '@vue/runtime-dom': 3.2.21 + '@vue/server-renderer': 3.2.21_vue@3.2.21 + '@vue/shared': 3.2.21 dev: false /webpack-virtual-modules/0.4.3: @@ -3383,7 +3388,7 @@ packages: dependencies: available-typed-arrays: 1.0.4 call-bind: 1.0.2 - es-abstract: 1.18.5 + es-abstract: 1.19.1 foreach: 2.0.5 has-tostringtag: 1.0.0 is-typed-array: 1.1.7