From a4cb24617bf0ce20e10b4d2cfc1b172f3aa9a0c2 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Sat, 6 Nov 2021 09:16:05 +0800 Subject: [PATCH] chore: update deps, close #218 --- package.json | 28 +-- pnpm-lock.yaml | 582 ++++++++++++++++++++++++------------------------- 2 files changed, 294 insertions(+), 316 deletions(-) diff --git a/package.json b/package.json index 032fe7b..3b9895e 100644 --- a/package.json +++ b/package.json @@ -10,45 +10,45 @@ "typecheck": "vue-tsc --noEmit" }, "dependencies": { - "@vueuse/core": "^6.7.4", + "@vueuse/core": "^6.7.6", "@vueuse/head": "^0.6.0", "nprogress": "^0.2.0", - "pinia": "^2.0.0", + "pinia": "^2.0.2", "prism-theme-vars": "^0.2.2", - "vue": "^3.2.20", - "vue-demi": "^0.12.0", + "vue": "^3.2.21", + "vue-demi": "^0.12.1", "vue-i18n": "^9.1.9", "vue-router": "^4.0.12" }, "devDependencies": { "@antfu/eslint-config": "^0.10.0", - "@iconify-json/carbon": "^1.0.8", + "@iconify-json/carbon": "^1.0.9", "@intlify/vite-plugin-vue-i18n": "^3.0.0", "@types/markdown-it-link-attributes": "^3.0.1", "@types/nprogress": "^0.2.0", "@vitejs/plugin-vue": "^1.9.4", - "@vue/compiler-sfc": "^3.2.20", - "@vue/server-renderer": "^3.2.20", + "@vue/compiler-sfc": "^3.2.21", + "@vue/server-renderer": "^3.2.21", "critters": "^0.0.14", "cross-env": "^7.0.3", - "cypress": "^7.7.0", - "eslint": "^8.1.0", + "cypress": "^8.7.0", + "eslint": "^8.2.0", "eslint-plugin-cypress": "^2.12.1", "https-localhost": "^4.7.0", "markdown-it-link-attributes": "^3.0.0", "markdown-it-prism": "^2.2.1", - "pnpm": "^6.19.1", + "pnpm": "^6.20.3", "typescript": "^4.4.4", "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-inspect": "^0.3.9", + "vite-plugin-inspect": "^0.3.10", "vite-plugin-md": "^0.11.4", "vite-plugin-pages": "^0.18.2", "vite-plugin-pwa": "^0.11.3", "vite-plugin-vue-layouts": "^0.5.0", - "vite-plugin-windicss": "^1.4.12", + "vite-plugin-windicss": "^1.5.1", "vite-ssg": "^0.15.6", "vue-tsc": "^0.28.10" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0d60789..8ac28ef 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2,172 +2,172 @@ lockfileVersion: 5.3 specifiers: '@antfu/eslint-config': ^0.10.0 - '@iconify-json/carbon': ^1.0.8 + '@iconify-json/carbon': ^1.0.9 '@intlify/vite-plugin-vue-i18n': ^3.0.0 '@types/markdown-it-link-attributes': ^3.0.1 '@types/nprogress': ^0.2.0 '@vitejs/plugin-vue': ^1.9.4 - '@vue/compiler-sfc': ^3.2.20 - '@vue/server-renderer': ^3.2.20 - '@vueuse/core': ^6.7.4 + '@vue/compiler-sfc': ^3.2.21 + '@vue/server-renderer': ^3.2.21 + '@vueuse/core': ^6.7.6 '@vueuse/head': ^0.6.0 critters: ^0.0.14 cross-env: ^7.0.3 - cypress: ^7.7.0 - eslint: ^8.1.0 + cypress: ^8.7.0 + eslint: ^8.2.0 eslint-plugin-cypress: ^2.12.1 https-localhost: ^4.7.0 markdown-it-link-attributes: ^3.0.0 markdown-it-prism: ^2.2.1 nprogress: ^0.2.0 - pinia: ^2.0.0 - pnpm: ^6.19.1 + pinia: ^2.0.2 + pnpm: ^6.20.3 prism-theme-vars: ^0.2.2 typescript: ^4.4.4 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-inspect: ^0.3.9 + vite-plugin-inspect: ^0.3.10 vite-plugin-md: ^0.11.4 vite-plugin-pages: ^0.18.2 vite-plugin-pwa: ^0.11.3 vite-plugin-vue-layouts: ^0.5.0 - vite-plugin-windicss: ^1.4.12 + vite-plugin-windicss: ^1.5.1 vite-ssg: ^0.15.6 - vue: ^3.2.20 - vue-demi: ^0.12.0 + vue: ^3.2.21 + vue-demi: ^0.12.1 vue-i18n: ^9.1.9 vue-router: ^4.0.12 vue-tsc: ^0.28.10 dependencies: - '@vueuse/core': 6.7.4_vue@3.2.20 - '@vueuse/head': 0.6.0_vue@3.2.20 + '@vueuse/core': 6.7.6_vue@3.2.21 + '@vueuse/head': 0.6.0_vue@3.2.21 nprogress: 0.2.0 - pinia: 2.0.0_typescript@4.4.4+vue@3.2.20 + pinia: 2.0.2_typescript@4.4.4+vue@3.2.21 prism-theme-vars: 0.2.2 - vue: 3.2.20 - vue-demi: 0.12.0_vue@3.2.20 - vue-i18n: 9.1.9_vue@3.2.20 - vue-router: 4.0.12_vue@3.2.20 + vue: 3.2.21 + vue-demi: 0.12.1_vue@3.2.21 + vue-i18n: 9.1.9_vue@3.2.21 + vue-router: 4.0.12_vue@3.2.21 devDependencies: - '@antfu/eslint-config': 0.10.0_eslint@8.1.0+typescript@4.4.4 - '@iconify-json/carbon': 1.0.8 + '@antfu/eslint-config': 0.10.0_eslint@8.2.0+typescript@4.4.4 + '@iconify-json/carbon': 1.0.9 '@intlify/vite-plugin-vue-i18n': 3.0.0 '@types/markdown-it-link-attributes': 3.0.1 '@types/nprogress': 0.2.0 '@vitejs/plugin-vue': 1.9.4_vite@2.6.13 - '@vue/compiler-sfc': 3.2.20 - '@vue/server-renderer': 3.2.20_vue@3.2.20 + '@vue/compiler-sfc': 3.2.21 + '@vue/server-renderer': 3.2.21_vue@3.2.21 critters: 0.0.14 cross-env: 7.0.3 - cypress: 7.7.0 - eslint: 8.1.0 - eslint-plugin-cypress: 2.12.1_eslint@8.1.0 + cypress: 8.7.0 + eslint: 8.2.0 + eslint-plugin-cypress: 2.12.1_eslint@8.2.0 https-localhost: 4.7.0 markdown-it-link-attributes: 3.0.0 markdown-it-prism: 2.2.1 - pnpm: 6.19.1 + pnpm: 6.20.3 typescript: 4.4.4 - unplugin-auto-import: 0.4.13_@vueuse+core@6.7.4+vite@2.6.13 - unplugin-icons: 0.12.17_8d243728697ba143b290806bcef1890d - unplugin-vue-components: 0.17.0_vite@2.6.13+vue@3.2.20 + unplugin-auto-import: 0.4.13_@vueuse+core@6.7.6+vite@2.6.13 + unplugin-icons: 0.12.18_ffe6ba4676d23562dbecd516d3abe553 + unplugin-vue-components: 0.17.2_vite@2.6.13+vue@3.2.21 vite: 2.6.13 - vite-plugin-inspect: 0.3.9_vite@2.6.13 + vite-plugin-inspect: 0.3.10_vite@2.6.13 vite-plugin-md: 0.11.4_vite@2.6.13 - vite-plugin-pages: 0.18.2_8d243728697ba143b290806bcef1890d + vite-plugin-pages: 0.18.2_ffe6ba4676d23562dbecd516d3abe553 vite-plugin-pwa: 0.11.3_vite@2.6.13 - vite-plugin-vue-layouts: 0.5.0_924e80686995f75c71daa292fdd70bb2 - vite-plugin-windicss: 1.4.12_vite@2.6.13 - vite-ssg: 0.15.6_9b32deb80542f04394fff7dd8b266ecc + vite-plugin-vue-layouts: 0.5.0_efa9692e425e72053c0529e34c190665 + vite-plugin-windicss: 1.5.1_vite@2.6.13 + vite-ssg: 0.15.6_e43eb5501679e018e24a10d0bd71d9e5 vue-tsc: 0.28.10_typescript@4.4.4 packages: - /@antfu/eslint-config-basic/0.10.0_eslint@8.1.0: + /@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: 37.0.1_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.10.0_eslint@8.1.0+typescript@4.4.4: + /@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.10.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.10.0_eslint@8.1.0+typescript@4.4.4: + /@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.10.0_eslint@8.1.0 - '@typescript-eslint/eslint-plugin': 5.1.0_273a00ec265649c49755eee7222c1c12 - '@typescript-eslint/parser': 5.1.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.1.0_b761f0af38be73fc24511eb98a4f842c + '@typescript-eslint/parser': 5.1.0_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.10.0_eslint@8.1.0+typescript@4.4.4: + /@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.10.0_eslint@8.1.0+typescript@4.4.4 - eslint: 8.1.0 - eslint-plugin-vue: 7.19.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-vue: 7.19.1_eslint@8.2.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@antfu/eslint-config/0.10.0_eslint@8.1.0+typescript@4.4.4: + /@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.10.0_eslint@8.1.0+typescript@4.4.4 - '@antfu/eslint-config-vue': 0.10.0_eslint@8.1.0+typescript@4.4.4 - '@typescript-eslint/eslint-plugin': 5.1.0_273a00ec265649c49755eee7222c1c12 - '@typescript-eslint/parser': 5.1.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.1.0_b761f0af38be73fc24511eb98a4f842c + '@typescript-eslint/parser': 5.1.0_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: 37.0.1_eslint@8.1.0 - eslint-plugin-vue: 7.19.1_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: @@ -235,7 +235,7 @@ packages: - supports-color dev: true - /@babel/eslint-parser/7.15.4_@babel+core@7.15.5+eslint@8.1.0: + /@babel/eslint-parser/7.15.4_@babel+core@7.15.5+eslint@8.2.0: resolution: {integrity: sha512-hPMIAmGNbmQzXJIo2P43Zj9UhRmGev5f9nqdBFOWNGDGh6XKmjby79woBvg6y0Jur6yRfQBneDbUQ8ZVc1krFw==} engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} peerDependencies: @@ -243,7 +243,7 @@ packages: eslint: '>=7.5.0' dependencies: '@babel/core': 7.15.5 - eslint: 8.1.0 + eslint: 8.2.0 eslint-scope: 5.1.1 eslint-visitor-keys: 2.1.0 semver: 6.3.0 @@ -1363,8 +1363,8 @@ packages: resolution: {integrity: sha512-8HqW8EVqjnCmWXVpqAOZf+EGESdkR27odcMMMGefgKXtar00SoYNSryGv//TELI4T3QFsECo78p+0lmalk/CFA==} 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 @@ -1373,7 +1373,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: @@ -1395,8 +1395,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 @@ -1415,8 +1415,8 @@ packages: resolution: {integrity: sha512-FcZVN7PD9od+/qZJoTzlQyWdtuukx3JSWSId/sTy4jFJajhNWJ5aW07ZswtrU/ofgzzJaNqT9MpCos6vnDyp1g==} engines: {node: '>= 12'} dependencies: - '@intlify/message-compiler': 9.2.0-beta.16 - '@intlify/shared': 9.2.0-beta.16 + '@intlify/message-compiler': 9.2.0-beta.17 + '@intlify/shared': 9.2.0-beta.17 jsonc-eslint-parser: 1.4.1 source-map: 0.6.1 yaml-eslint-parser: 0.3.2 @@ -1450,11 +1450,11 @@ packages: source-map: 0.6.1 dev: false - /@intlify/message-compiler/9.2.0-beta.16: - resolution: {integrity: sha512-AIFI8++ux4mL+E7GaR6L36zEJ1j2xp5MErRyMU7CWmgEuxWKYveQb9KkKjYFWhD6hSQMyafSzRXQ1nOC7rvpKA==} + /@intlify/message-compiler/9.2.0-beta.17: + resolution: {integrity: sha512-8H9luyStGuf4CKKxZKtTqKCHlZjn5prNu9m+KArzUvTyMm/pGQp3vgBORaNw1/r5Ml1iM16b+zQUVKjeVPpn4A==} engines: {node: '>= 12'} dependencies: - '@intlify/shared': 9.2.0-beta.16 + '@intlify/shared': 9.2.0-beta.17 source-map: 0.6.1 dev: true @@ -1477,8 +1477,8 @@ packages: engines: {node: '>= 10'} dev: false - /@intlify/shared/9.2.0-beta.16: - resolution: {integrity: sha512-Cu4vB6AzanTHvUQ7MVK9enh5h7eRWFI2nwAzIa4K+AQTG7bvkvqRvFhaY+bq25F4PmBCl6gdn/jufvU6z4t8IA==} + /@intlify/shared/9.2.0-beta.17: + resolution: {integrity: sha512-40lZgkvwHH9l0o94Aw6NDxJUn7pvbwFDSskYYcSCh93kzLEAQFL2HnPmdYFcM6aAQbHiGgaqadbGXfYiG98glg==} engines: {node: '>= 12'} dev: true @@ -1487,7 +1487,7 @@ packages: engines: {node: '>= 12'} dependencies: '@intlify/bundle-utils': 2.0.0 - '@intlify/shared': 9.2.0-beta.16 + '@intlify/shared': 9.2.0-beta.17 '@rollup/pluginutils': 4.1.1 debug: 4.3.2 fast-glob: 3.2.7 @@ -1690,7 +1690,7 @@ packages: dev: true optional: true - /@typescript-eslint/eslint-plugin/5.1.0_273a00ec265649c49755eee7222c1c12: + /@typescript-eslint/eslint-plugin/5.1.0_b761f0af38be73fc24511eb98a4f842c: resolution: {integrity: sha512-bekODL3Tqf36Yz8u+ilha4zGxL9mdB6LIsIoMAvvC5FAuWo4NpZYXtCbv7B2CeR1LhI/lLtLk+q4tbtxuoVuCg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -1701,11 +1701,11 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/experimental-utils': 5.1.0_eslint@8.1.0+typescript@4.4.4 - '@typescript-eslint/parser': 5.1.0_eslint@8.1.0+typescript@4.4.4 + '@typescript-eslint/experimental-utils': 5.1.0_eslint@8.2.0+typescript@4.4.4 + '@typescript-eslint/parser': 5.1.0_eslint@8.2.0+typescript@4.4.4 '@typescript-eslint/scope-manager': 5.1.0 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 @@ -1716,7 +1716,7 @@ packages: - supports-color dev: true - /@typescript-eslint/experimental-utils/5.1.0_eslint@8.1.0+typescript@4.4.4: + /@typescript-eslint/experimental-utils/5.1.0_eslint@8.2.0+typescript@4.4.4: resolution: {integrity: sha512-ovE9qUiZMOMgxQAESZsdBT+EXIfx/YUYAbwGUI6V03amFdOOxI9c6kitkgRvLkJaLusgMZ2xBhss+tQ0Y1HWxA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -1726,15 +1726,15 @@ packages: '@typescript-eslint/scope-manager': 5.1.0 '@typescript-eslint/types': 5.1.0 '@typescript-eslint/typescript-estree': 5.1.0_typescript@4.4.4 - eslint: 8.1.0 + 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/5.1.0_eslint@8.1.0+typescript@4.4.4: + /@typescript-eslint/parser/5.1.0_eslint@8.2.0+typescript@4.4.4: resolution: {integrity: sha512-vx1P+mhCtYw3+bRHmbalq/VKP2Y3gnzNgxGxfEWc6OFpuEL7iQdAeq11Ke3Rhy8NjgB+AHsIWEwni3e+Y7djKA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -1748,7 +1748,7 @@ packages: '@typescript-eslint/types': 5.1.0 '@typescript-eslint/typescript-estree': 5.1.0_typescript@4.4.4 debug: 4.3.2 - eslint: 8.1.0 + eslint: 8.2.0 typescript: 4.4.4 transitivePeerDependencies: - supports-color @@ -1853,15 +1853,6 @@ packages: vscode-uri: 2.1.2 dev: true - /@vue/compiler-core/3.2.16: - resolution: {integrity: sha512-60LD3f1GpMtoCPWKP7HacFxv97/EUY8m4WNqfFYmfaILVGO0icojdOCYOfgGFiYC+kgk1MOVdiI4vrWci0CnhQ==} - dependencies: - '@babel/parser': 7.15.6 - '@vue/shared': 3.2.16 - estree-walker: 2.0.2 - source-map: 0.6.1 - dev: true - /@vue/compiler-core/3.2.20: resolution: {integrity: sha512-vcEXlKXoPwBXFP5aUTHN9GTZaDfwCofa9Yu9bbW2C5O/QSa9Esdt7OG4+0RRd3EHEMxUvEdj4RZrd/KpQeiJbA==} dependencies: @@ -1869,61 +1860,48 @@ packages: '@vue/shared': 3.2.20 estree-walker: 2.0.2 source-map: 0.6.1 - - /@vue/compiler-dom/3.2.16: - resolution: {integrity: sha512-K7lYfwvsp5OLb0+/rKI9XT2RJy2RB7TyJBjvlfCDAF0KOJGqWAx++DLJPm+F3D29Mhxgt6ozSKP+rC3dSabvYA==} - dependencies: - '@vue/compiler-core': 3.2.16 - '@vue/shared': 3.2.16 dev: true + /@vue/compiler-core/3.2.21: + resolution: {integrity: sha512-NhhiQZNG71KNq1h5pMW/fAXdTF7lJRaSI7LDm2edhHXVz1ROMICo8SreUmQnSf4Fet0UPBVqJ988eF4+936iDQ==} + dependencies: + '@babel/parser': 7.15.6 + '@vue/shared': 3.2.21 + estree-walker: 2.0.2 + source-map: 0.6.1 + /@vue/compiler-dom/3.2.20: resolution: {integrity: sha512-QnI77ec/JtV7R0YBbcVayYTDCRcI9OCbxiUQK6izVyqQO0658n0zQuoNwe+bYgtqnvGAIqTR3FShTd5y4oOjdg==} dependencies: '@vue/compiler-core': 3.2.20 '@vue/shared': 3.2.20 - - /@vue/compiler-sfc/3.2.16: - resolution: {integrity: sha512-AxaDDg0ZjY7lCoVnCq7V+K3SIEfhyIHtten7k/LRupVC/VzSbelBmW0J8bawgsjLJAfTsdWZjeezZ5JJp2DM/A==} - dependencies: - '@babel/parser': 7.15.6 - '@vue/compiler-core': 3.2.16 - '@vue/compiler-dom': 3.2.16 - '@vue/compiler-ssr': 3.2.16 - '@vue/ref-transform': 3.2.16 - '@vue/shared': 3.2.16 - estree-walker: 2.0.2 - magic-string: 0.25.7 - postcss: 8.3.6 - source-map: 0.6.1 dev: true - /@vue/compiler-sfc/3.2.20: - resolution: {integrity: sha512-03aZo+6tQKiFLfunHKSPZvdK4Jsn/ftRCyaro8AQIWkuxJbvSosbKK6HTTn+D2c3nPScG155akJoxKENw7rftQ==} + /@vue/compiler-dom/3.2.21: + resolution: {integrity: sha512-gsJD3DpYZSYquiA7UIPsMDSlAooYWDvHPq9VRsqzJEk2PZtFvLvHPb4aaMD8Ufd62xzYn32cnnkzsEOJhyGilA==} + dependencies: + '@vue/compiler-core': 3.2.21 + '@vue/shared': 3.2.21 + + /@vue/compiler-sfc/3.2.21: + resolution: {integrity: sha512-+yDlUSebKpz/ovxM2vLRRx7w/gVfY767pOfYTgbIhAs+ogvIV2BsIt4fpxlThnlCNChJ+yE0ERUNoROv2kEGEQ==} dependencies: '@babel/parser': 7.15.6 - '@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 - /@vue/compiler-ssr/3.2.16: - resolution: {integrity: sha512-u2Inuqp3QpEV3E03ppBLdba40mU0dz/fisbfGjRPlxH5uuQ9v9i5qgrFl7xZ+N5C0ugg5+5KI7MgsbsCAPn0mQ==} + /@vue/compiler-ssr/3.2.21: + resolution: {integrity: sha512-eU+A0iWYy+1zAo2CRIJ0zSVlv1iuGAIbNRCnllSJ31pV1lX3jypJYzGbJlSRAbB7VP6E+tYveVT1Oq8JKewa3g==} dependencies: - '@vue/compiler-dom': 3.2.16 - '@vue/shared': 3.2.16 - dev: true - - /@vue/compiler-ssr/3.2.20: - resolution: {integrity: sha512-rzzVVYivm+EjbfiGQvNeyiYZWzr6Hkej97RZLZvcumacQlnKv9176Xo9rRyeWwFbBlxmtNdrVMslRXtipMXk2w==} - dependencies: - '@vue/compiler-dom': 3.2.20 - '@vue/shared': 3.2.20 + '@vue/compiler-dom': 3.2.21 + '@vue/shared': 3.2.21 /@vue/devtools-api/6.0.0-beta.18: resolution: {integrity: sha512-56vRhO7nXWWFYTx520BQSDlQH5VYpwy62hFDEqi2yHHEBpEqseOP5WYQusq7BEW3DXSY9E9cfPVR5CFtJbKuMg==} @@ -1937,59 +1915,56 @@ packages: resolution: {integrity: sha512-nSmoLojUTk+H8HNTAkrUduB4+yIUBK2HPihJo2uXVSH4Spry6oqN6lFzE5zpLK+F27Sja+UqR9R1+/kIOsHV5w==} dependencies: '@vue/shared': 3.2.20 - - /@vue/ref-transform/3.2.16: - resolution: {integrity: sha512-IXFgxGnyd5jIXPQ/QlOoz+daeikeR1AA6DujgqalmW/ndCX9ZKW1rhFsoMGR0WAUZ4VHbT3eluUJhBF8ikNzPg==} - dependencies: - '@babel/parser': 7.15.6 - '@vue/compiler-core': 3.2.16 - '@vue/shared': 3.2.16 - estree-walker: 2.0.2 - magic-string: 0.25.7 dev: true - /@vue/ref-transform/3.2.20: - resolution: {integrity: sha512-Y42d3PGlYZ1lXcF3dbd3+qU/C/a3wYEZ949fyOI5ptzkjDWlkfU6vn74fmOjsLjEcjs10BXK2qO99FqQIK2r1Q==} + /@vue/reactivity/3.2.21: + resolution: {integrity: sha512-7C57zFm/5E3SSTUhVuYj1InDwuJ+GIVQ/z+H43C9sST85gIThGXVhksl1yWTAadf8Yz4T5lSbqi5Ds8U/ueWcw==} + dependencies: + '@vue/shared': 3.2.21 + dev: false + + /@vue/ref-transform/3.2.21: + resolution: {integrity: sha512-uiEWWBsrGeun9O7dQExYWzXO3rHm/YdtFNXDVqCSoPypzOVxWxdiL+8hHeWzxMB58fVuV2sT80aUtIVyaBVZgQ==} dependencies: '@babel/parser': 7.15.6 - '@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 - /@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.18 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/shared/3.2.16: - resolution: {integrity: sha512-zpv8lxuatl3ruCJCsGzrO/F4+IlLug4jbu3vaIi/wJVZKQgnsW1R/xSRJMQS6K57cl4fT/2zkrYsWh1/6H7Esw==} - dev: true + '@vue/compiler-ssr': 3.2.21 + '@vue/shared': 3.2.21 + vue: 3.2.21 /@vue/shared/3.2.20: resolution: {integrity: sha512-FbpX+hD5BvXCQerEYO7jtAGHlhAkhTQ4KIV73kmLWNlawWhTiVuQxizgVb0BOkX5oG9cIRZ42EG++d/k/Efp0w==} + dev: true - /@vueuse/core/6.7.4_vue@3.2.20: - resolution: {integrity: sha512-y39SD+pxDkv7/Fe369c02FQpr/148otQr64ScPDTpw4fGnspc8ONXCNU3gTrvDFRuiylirdPBpXgmt/GDQO7RA==} + /@vue/shared/3.2.21: + resolution: {integrity: sha512-5EQmIPK6gw4UVYUbM959B0uPsJ58+xoMESCZs3N89XyvJ9e+fX4pqEPrOGV8OroIk3SbEvJcC+eYc8BH9JQrHA==} + + /@vueuse/core/6.7.6_vue@3.2.21: + resolution: {integrity: sha512-oVyqARXnTvhf4m6xf/sHw+SNJWcRYJn8+L4TZTFBU9POf9GIzBN7iHD2Oc4K4rTWXGQzXfoFHgbrXyeMFCRoqA==} peerDependencies: '@vue/composition-api': ^1.1.0 vue: ^2.6.0 || ^3.2.0 @@ -1999,21 +1974,21 @@ 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.7.6_vue@3.2.21 + vue: 3.2.21 + vue-demi: 0.12.1_vue@3.2.21 dev: false - /@vueuse/head/0.6.0_vue@3.2.20: + /@vueuse/head/0.6.0_vue@3.2.21: resolution: {integrity: sha512-fi7ZjkMpEAUtTT6iR5wgL2HkX1+3zbrmbpcwU//RgJIWEr5b42jk8E9yOheaC2dYAAHzelAllVpX0pDmhcTXuw==} peerDependencies: vue: '>=3' dependencies: - vue: 3.2.20 + vue: 3.2.21 dev: false - /@vueuse/shared/6.7.4_vue@3.2.20: - resolution: {integrity: sha512-Lkm8myEiOj0sIqSXck5EXDbu0W705Q10BxydGLMfiV6wAY4U1zu+YgEgR37Wy2/mT1545pwQqiJ7bd3kQQFCMw==} + /@vueuse/shared/6.7.6_vue@3.2.21: + resolution: {integrity: sha512-MfzTKkFK63PcjDdTpJRuJqylpyUdXpic9ueTRcgpPizqFpoYIuI6DkdYjub2Ch5+OYYhVnCqe8ynW6WzYo7DGQ==} peerDependencies: '@vue/composition-api': ^1.1.0 vue: ^2.6.0 || ^3.2.0 @@ -2023,30 +1998,30 @@ 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 - /@windicss/config/1.4.12: - resolution: {integrity: sha512-+ckfkRoWC8wia5o7iCyDmydiJEkjX6lVEb6a2QVPI9WQ9Mi7hqfgOoStijOsEn0wIz95FDiOfVe5aSb1V4jEtw==} + /@windicss/config/1.5.1: + resolution: {integrity: sha512-nWNgvvJj9RcYhLcqwju/Z8FfaHRjyWHDYS3IgY7lWUM+vWTLFuKqhavKfC1589kdYjiO9JeX07Vg+YzfcxP0Yw==} dependencies: debug: 4.3.2 jiti: 1.12.9 - windicss: 3.1.9 + windicss: 3.2.1 transitivePeerDependencies: - supports-color dev: true - /@windicss/plugin-utils/1.4.12: - resolution: {integrity: sha512-ixYflwELxEjHyh0B9HqTwDp1d3v5IWtUucVY84o41ZU53BkuRw1lKbNlLMqbrtbk8p8rAQxjuwWZkWxFYi77tQ==} + /@windicss/plugin-utils/1.5.1: + resolution: {integrity: sha512-gxJiTCMKv1p1x4W2BLG2yfNe+DfIVPc8+aKvfCUCtOpdg5GB5yzhuAC4ROsKiXHxu4QXoojrh7jXH6ELlrELpQ==} dependencies: '@antfu/utils': 0.3.0 - '@windicss/config': 1.4.12 + '@windicss/config': 1.5.1 debug: 4.3.2 fast-glob: 3.2.7 magic-string: 0.25.7 micromatch: 4.0.4 - windicss: 3.1.9 + windicss: 3.2.1 transitivePeerDependencies: - supports-color dev: true @@ -2771,8 +2746,8 @@ packages: resolution: {integrity: sha512-RSU6Hyeg14am3Ah4VZEmeX8H7kLwEEirXe6aU2IPfKNvhXwTflK5HQRDNI0ypQXoqmm+QPyG2IaPuQE5zMwSIQ==} dev: false - /cypress/7.7.0: - resolution: {integrity: sha512-uYBYXNoI5ym0UxROwhQXWTi8JbUEjpC6l/bzoGZNxoKGsLrC1SDPgIDJMgLX/MeEdPL0UInXLDUWN/rSyZUCjQ==} + /cypress/8.7.0: + resolution: {integrity: sha512-b1bMC3VQydC6sXzBMFnSqcvwc9dTZMgcaOzT0vpSD+Gq1yFc+72JDWi55sfUK5eIeNLAtWOGy1NNb6UlhMvB+Q==} engines: {node: '>=12.0.0'} hasBin: true requiresBuild: true @@ -2811,6 +2786,7 @@ packages: minimist: 1.2.5 ospath: 1.2.2 pretty-bytes: 5.6.0 + proxy-from-env: 1.0.0 ramda: 0.27.1 request-progress: 3.0.0 supports-color: 8.1.1 @@ -3294,7 +3270,7 @@ packages: source-map: 0.6.1 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 @@ -3302,10 +3278,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: @@ -3324,34 +3300,34 @@ packages: pkg-dir: 2.0.0 dev: true - /eslint-plugin-cypress/2.12.1_eslint@8.1.0: + /eslint-plugin-cypress/2.12.1_eslint@8.2.0: resolution: {integrity: sha512-c2W/uPADl5kospNDihgiLc7n87t5XhUbFDoTl6CfVkmG+kDAb5Ux10V9PoLPu9N+r7znpc+iQlcmAqT1A/89HA==} peerDependencies: eslint: '>= 3.2.1' dependencies: - eslint: 8.1.0 + eslint: 8.2.0 globals: 11.12.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 @@ -3361,7 +3337,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: @@ -3371,7 +3347,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 @@ -3383,26 +3359,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 @@ -3410,16 +3386,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: @@ -3428,7 +3404,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.1 minimatch: 3.0.4 @@ -3442,7 +3418,7 @@ packages: string.prototype.matchall: 4.0.5 dev: true - /eslint-plugin-unicorn/37.0.1_eslint@8.1.0: + /eslint-plugin-unicorn/37.0.1_eslint@8.2.0: resolution: {integrity: sha512-E1jq5u9ojnadisJcPi+hMXTGSiIzkIUMDvWsBudsCGXvKUB2aNSU2TcfyW2/jAS5A4ryBXfzxLykMxX1EdluSQ==} engines: {node: '>=12'} peerDependencies: @@ -3451,9 +3427,9 @@ packages: '@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 @@ -3468,28 +3444,28 @@ packages: - supports-color dev: true - /eslint-plugin-vue/7.19.1_eslint@8.1.0: + /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.11.0_eslint@8.1.0 + vue-eslint-parser: 7.11.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 @@ -3513,14 +3489,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.5 - '@babel/eslint-parser': 7.15.4_@babel+core@7.15.5+eslint@8.1.0 - eslint: 8.1.0 + '@babel/eslint-parser': 7.15.4_@babel+core@7.15.5+eslint@8.2.0 + eslint: 8.2.0 eslint-visitor-keys: 2.1.0 esquery: 1.4.0 multimap: 1.1.0 @@ -3535,13 +3511,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 @@ -3560,12 +3536,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 @@ -3575,7 +3551,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 @@ -3599,7 +3575,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 @@ -5408,10 +5384,10 @@ packages: engines: {node: '>=0.10.0'} dev: true - /pinia/2.0.0_typescript@4.4.4+vue@3.2.20: - resolution: {integrity: sha512-pqnQv1m7oEwYExGl//EtOn9rgFn7gtXECP/hZHy+WicmHXmWWkbsvpR+9z1xxrIgDOmVYuh1eYfRULJklzOKsQ==} + /pinia/2.0.2_typescript@4.4.4+vue@3.2.21: + resolution: {integrity: sha512-ljN+9p9XHE8YrMBgxLbpo5rdVPj7Fri4Bl9qswz5dJPeoK6ra66YOLrGpBoCsHjAqu9jOBC3oJeErocicf51oA==} peerDependencies: - '@vue/composition-api': ^1.2.4 + '@vue/composition-api': ^1.3.0 typescript: ^4.4.4 vue: ^2.6.14 || ^3.2.0 peerDependenciesMeta: @@ -5422,8 +5398,8 @@ packages: dependencies: '@vue/devtools-api': 6.0.0-beta.19 typescript: 4.4.4 - 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 /pkg-dir/2.0.0: @@ -5438,21 +5414,12 @@ packages: engines: {node: '>=4'} dev: true - /pnpm/6.19.1: - resolution: {integrity: sha512-591jc9Ppqow44ztAMwH2m3G0gBIqd7oa5UBI5uA6iFjV0V9Fgjn+BBFQZEY75xtwjWdeLFOJTIk3fjYVXSX+ng==} + /pnpm/6.20.3: + resolution: {integrity: sha512-t16XiTxKTO+QdpsT3hBnlNN33T1JDCi+dtcVrT8ckJHt8bDQW4ax9hOYe4jtz9tUIxT0JhzYeDiyd5fiGMnu+w==} engines: {node: '>=12.17'} hasBin: true dev: true - /postcss/8.3.6: - resolution: {integrity: sha512-wG1cc/JhRgdqB6WHEuyLTedf3KIRuD0hG6ldkFEZNCjRxiC+3i6kkWUUbiJQayP28iwG35cEmAbe98585BYV0A==} - engines: {node: ^10 || ^12 || >=14} - dependencies: - colorette: 1.4.0 - nanoid: 3.1.25 - source-map-js: 0.6.2 - dev: true - /postcss/8.3.8: resolution: {integrity: sha512-GT5bTjjZnwDifajzczOC+r3FI3Cu+PgPvrsjhQdRqa2kTJ4968/X9CUce9xttIB0xOs5c6xf0TCWZo/y9lF6bA==} engines: {node: ^10 || ^12 || >=14} @@ -5521,6 +5488,10 @@ packages: ipaddr.js: 1.9.1 dev: true + /proxy-from-env/1.0.0: + resolution: {integrity: sha1-M8UDmPcOp+uW0h97gXYwpVeRx+4=} + dev: true + /psl/1.8.0: resolution: {integrity: sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==} dev: true @@ -6218,6 +6189,13 @@ packages: ansi-regex: 5.0.1 dev: true + /strip-ansi/6.0.1: + resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} + engines: {node: '>=8'} + dependencies: + ansi-regex: 5.0.1 + dev: true + /strip-bom-string/1.0.0: resolution: {integrity: sha1-5SEekiQ2n7uB1jOi8ABE3IztrZI=} engines: {node: '>=0.10.0'} @@ -6529,7 +6507,7 @@ packages: engines: {node: '>= 0.8'} 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.7.6+vite@2.6.13: resolution: {integrity: sha512-tSN4eObmxVJQtDrpEo7VgWScbTOQU3r4NuD0+6vM55ORe3qMrJJcrOqEpqjRdAlI9edYa9p2TS0BxGECNKub+g==} engines: {node: '>=14'} peerDependencies: @@ -6540,7 +6518,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.7.6_vue@3.2.21 local-pkg: 0.1.0 magic-string: 0.25.7 resolve: 1.20.0 @@ -6551,8 +6529,8 @@ packages: - webpack dev: true - /unplugin-icons/0.12.17_8d243728697ba143b290806bcef1890d: - resolution: {integrity: sha512-y6KNKlwcLXlbfpZY48lO0blsH/uwHbvxD2sgCaw1AhgFk9Bjw7hA1kQxhUWPAIRySeobve2YP7HGKLHoIctXPA==} + /unplugin-icons/0.12.18_ffe6ba4676d23562dbecd516d3abe553: + resolution: {integrity: sha512-o2nc6AGGk4StTx5xMTndVBylszRg/hJvHMO1eEFfrfw9yh+eedre2S4F8EHltn3FjADL2a17GpXcvCAwmONgXA==} peerDependencies: '@svgr/core': ^5.5.0 '@vue/compiler-sfc': ^3.0.2 @@ -6571,7 +6549,7 @@ packages: '@antfu/install-pkg': 0.1.0 '@antfu/utils': 0.3.0 '@iconify/utils': 1.0.18 - '@vue/compiler-sfc': 3.2.20 + '@vue/compiler-sfc': 3.2.21 debug: 4.3.2 kolorist: 1.5.0 local-pkg: 0.4.0 @@ -6583,8 +6561,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 @@ -6605,8 +6583,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 @@ -6721,8 +6699,8 @@ packages: extsprintf: 1.3.0 dev: true - /vite-plugin-inspect/0.3.9_vite@2.6.13: - resolution: {integrity: sha512-iM4PQA76LHHKhePdsy/WjPczC+WNJedAm/ADUWv68sMJg+QOkgWzQiS+QkvfoulzDB7wmNPhKBP2lza1GubvMQ==} + /vite-plugin-inspect/0.3.10_vite@2.6.13: + resolution: {integrity: sha512-4PDxPeiRd+szrepkHiogOCmiYy7fK15tZYpBq5vVXW24AooB5uk01HKMnFeKoZHPnB4nRNaoGPZFKTLndFosjQ==} peerDependencies: vite: ^2.0.0 dependencies: @@ -6746,7 +6724,7 @@ packages: vite: 2.6.13 dev: true - /vite-plugin-pages/0.18.2_8d243728697ba143b290806bcef1890d: + /vite-plugin-pages/0.18.2_ffe6ba4676d23562dbecd516d3abe553: resolution: {integrity: sha512-Z6ylvMKYSiCngtSpWw9pHN4UzjMQvOG7f0RtLMDKm1LrO5iye7V8BS8Rfdvrl9Nz+D2W+i0pi98+vOL5VsmTvQ==} peerDependencies: '@vue/compiler-sfc': '>=3' @@ -6756,7 +6734,7 @@ packages: optional: true dependencies: '@antfu/utils': 0.3.0 - '@vue/compiler-sfc': 3.2.20 + '@vue/compiler-sfc': 3.2.21 debug: 4.3.2 deep-equal: 2.0.5 fast-glob: 3.2.7 @@ -6785,38 +6763,38 @@ packages: - supports-color dev: true - /vite-plugin-vue-layouts/0.5.0_924e80686995f75c71daa292fdd70bb2: + /vite-plugin-vue-layouts/0.5.0_efa9692e425e72053c0529e34c190665: resolution: {integrity: sha512-KN03GMSGNrWxeHJo5OO9fvdZh44PfievNAoLeMbf20UQPBBO6kpIMVTYB6sFPMWmiTbqZmq3we4z/ocJkxAEiA==} peerDependencies: vite: ^2.5.0 vue: ^2.6.12 || ^3.2.4 vue-router: ^3.5.1 || ^ 4.0.11 dependencies: - '@vue/compiler-sfc': 3.2.16 + '@vue/compiler-sfc': 3.2.21 debug: 4.3.2 fast-glob: 3.2.7 vite: 2.6.13 - vue: 3.2.20 - vue-router: 4.0.12_vue@3.2.20 + vue: 3.2.21 + vue-router: 4.0.12_vue@3.2.21 transitivePeerDependencies: - supports-color dev: true - /vite-plugin-windicss/1.4.12_vite@2.6.13: - resolution: {integrity: sha512-5YLT7e72z1vCTSmprU/KxtRg22ySN+H19Qxy67lbG3mEbq8YbheOlmVhbqNqSv2MjFVhFqu72Q1FkkjyWENyQQ==} + /vite-plugin-windicss/1.5.1_vite@2.6.13: + resolution: {integrity: sha512-AUuRFT5Y7SfW9eclaKf5BOTZ7MMfkUZzOeVzqd9yq/uIwzWyleRtssCTuJgZ0+om+hnXn9YwcIpR26lsaasIbg==} peerDependencies: vite: ^2.0.1 dependencies: - '@windicss/plugin-utils': 1.4.12 + '@windicss/plugin-utils': 1.5.1 chalk: 4.1.2 debug: 4.3.2 vite: 2.6.13 - windicss: 3.1.9 + windicss: 3.2.1 transitivePeerDependencies: - supports-color dev: true - /vite-ssg/0.15.6_9b32deb80542f04394fff7dd8b266ecc: + /vite-ssg/0.15.6_e43eb5501679e018e24a10d0bd71d9e5: resolution: {integrity: sha512-OJsV4mjRODJS1XRm7DWXbgn30ELDXX07N7vnXHUSc8XtwGB9dcwz0y6kBj9p7He3MFOKaggDTRl5Bmw8M6gbPg==} engines: {node: '>=14.0.0'} hasBin: true @@ -6832,9 +6810,9 @@ packages: critters: optional: true dependencies: - '@vue/compiler-sfc': 3.2.20 - '@vue/server-renderer': 3.2.20_vue@3.2.20 - '@vueuse/head': 0.6.0_vue@3.2.20 + '@vue/compiler-sfc': 3.2.21 + '@vue/server-renderer': 3.2.21_vue@3.2.21 + '@vueuse/head': 0.6.0_vue@3.2.21 chalk: 4.1.2 critters: 0.0.14 fs-extra: 10.0.0 @@ -6842,8 +6820,8 @@ packages: jsdom: 17.0.0 prettier: 2.4.1 vite: 2.6.13 - vue: 3.2.20 - vue-router: 4.0.12_vue@3.2.20 + vue: 3.2.21 + vue-router: 4.0.12_vue@3.2.21 yargs: 17.2.1 transitivePeerDependencies: - bufferutil @@ -6986,7 +6964,7 @@ packages: '@vscode/emmet-helper': 2.8.2 '@vue/compiler-dom': 3.2.20 '@vue/reactivity': 3.2.20 - '@vue/shared': 3.2.20 + '@vue/shared': 3.2.21 request-light: 0.5.4 upath: 2.0.1 vscode-css-languageservice: 5.1.7 @@ -6998,8 +6976,8 @@ packages: vscode-typescript-languageservice: 0.28.10 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 @@ -7010,17 +6988,17 @@ packages: '@vue/composition-api': optional: true dependencies: - vue: 3.2.20 + vue: 3.2.21 dev: false - /vue-eslint-parser/7.11.0_eslint@8.1.0: + /vue-eslint-parser/7.11.0_eslint@8.2.0: resolution: {integrity: sha512-qh3VhDLeh773wjgNTl7ss0VejY9bMMa0GoDG2fQVyDzRFdiU3L7fw74tWZDHNQXdZqxO3EveQroa9ct39D2nqg==} 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 @@ -7031,7 +7009,7 @@ packages: - supports-color dev: true - /vue-i18n/9.1.9_vue@3.2.20: + /vue-i18n/9.1.9_vue@3.2.21: resolution: {integrity: sha512-JeRdNVxS2OGp1E+pye5XB6+M6BBkHwAv9C80Q7+kzoMdUDGRna06tjC0vCB/jDX9aWrl5swxOMFcyAr7or8XTA==} engines: {node: '>= 10'} peerDependencies: @@ -7041,16 +7019,16 @@ packages: '@intlify/shared': 9.1.9 '@intlify/vue-devtools': 9.1.9 '@vue/devtools-api': 6.0.0-beta.18 - vue: 3.2.20 + vue: 3.2.21 dev: false - /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-tsc/0.28.10_typescript@4.4.4: @@ -7064,14 +7042,14 @@ packages: vscode-vue-languageservice: 0.28.10 dev: true - /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 /w3c-hr-time/1.0.2: @@ -7176,8 +7154,8 @@ packages: isexe: 2.0.0 dev: true - /windicss/3.1.9: - resolution: {integrity: sha512-5YoKvXeCQXIdwc91BoOgpKbIImr2JS8I14rPMa/5dKDDPA4ot3NgICWKELkml39R/8rn4Q0BVUUTqN+w+hjDSA==} + /windicss/3.2.1: + resolution: {integrity: sha512-LusrIrryBFHAPQ/OOTbS4EWWuzI6eGeJglI9nQ3kDBr1cqH69NWt8Z8q59f9kTkgptXroejmWfksWwqgHs8EVw==} engines: {node: '>= 12'} hasBin: true dev: true @@ -7350,7 +7328,7 @@ packages: dependencies: ansi-styles: 4.3.0 string-width: 4.2.2 - strip-ansi: 6.0.0 + strip-ansi: 6.0.1 dev: true /wrap-ansi/7.0.0: