diff --git a/netlify.toml b/netlify.toml index 0512635..d70d75d 100755 --- a/netlify.toml +++ b/netlify.toml @@ -1,6 +1,7 @@ [build.environment] - NPM_FLAGS = "--prefix=/dev/null" - NODE_VERSION = "14" + # bypass npm auto install + NPM_FLAGS = "--version" + NODE_VERSION = "16" [build] publish = "dist" @@ -14,4 +15,4 @@ [[headers]] for = "/manifest.webmanifest" [headers.values] - Content-Type = "application/manifest+json" \ No newline at end of file + Content-Type = "application/manifest+json" diff --git a/package.json b/package.json index 3b9895e..bdeb330 100644 --- a/package.json +++ b/package.json @@ -10,46 +10,46 @@ "typecheck": "vue-tsc --noEmit" }, "dependencies": { - "@vueuse/core": "^6.7.6", - "@vueuse/head": "^0.6.0", + "@vueuse/core": "^7.1.2", + "@vueuse/head": "^0.7.2", "nprogress": "^0.2.0", - "pinia": "^2.0.2", + "pinia": "^2.0.4", "prism-theme-vars": "^0.2.2", - "vue": "^3.2.21", + "vue": "^3.2.23", "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.9", - "@intlify/vite-plugin-vue-i18n": "^3.0.0", + "@antfu/eslint-config": "^0.11.1", + "@iconify-json/carbon": "^1.0.11", + "@intlify/vite-plugin-vue-i18n": "^3.2.1", "@types/markdown-it-link-attributes": "^3.0.1", "@types/nprogress": "^0.2.0", - "@vitejs/plugin-vue": "^1.9.4", - "@vue/compiler-sfc": "^3.2.21", - "@vue/server-renderer": "^3.2.21", - "critters": "^0.0.14", + "@vitejs/plugin-vue": "^1.10.1", + "@vue/compiler-sfc": "^3.2.23", + "@vue/server-renderer": "^3.2.23", + "critters": "^0.0.15", "cross-env": "^7.0.3", - "cypress": "^8.7.0", - "eslint": "^8.2.0", + "cypress": "^9.1.0", + "eslint": "^8.3.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.20.3", - "typescript": "^4.4.4", - "unplugin-auto-import": "^0.4.13", - "unplugin-icons": "^0.12.18", + "pnpm": "^6.23.2", + "typescript": "^4.5.2", + "unplugin-auto-import": "^0.4.20", + "unplugin-icons": "^0.12.20", "unplugin-vue-components": "^0.17.2", - "vite": "^2.6.13", - "vite-plugin-inspect": "^0.3.10", + "vite": "^2.6.14", + "vite-plugin-inspect": "^0.3.11", "vite-plugin-md": "^0.11.4", "vite-plugin-pages": "^0.18.2", - "vite-plugin-pwa": "^0.11.3", + "vite-plugin-pwa": "^0.11.7", "vite-plugin-vue-layouts": "^0.5.0", - "vite-plugin-windicss": "^1.5.1", - "vite-ssg": "^0.15.6", - "vue-tsc": "^0.28.10" + "vite-plugin-windicss": "^1.5.3", + "vite-ssg": "^0.16.2", + "vue-tsc": "^0.29.6" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8ac28ef..38126a7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,175 +1,175 @@ lockfileVersion: 5.3 specifiers: - '@antfu/eslint-config': ^0.10.0 - '@iconify-json/carbon': ^1.0.9 - '@intlify/vite-plugin-vue-i18n': ^3.0.0 + '@antfu/eslint-config': ^0.11.1 + '@iconify-json/carbon': ^1.0.11 + '@intlify/vite-plugin-vue-i18n': ^3.2.1 '@types/markdown-it-link-attributes': ^3.0.1 '@types/nprogress': ^0.2.0 - '@vitejs/plugin-vue': ^1.9.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 + '@vitejs/plugin-vue': ^1.10.1 + '@vue/compiler-sfc': ^3.2.23 + '@vue/server-renderer': ^3.2.23 + '@vueuse/core': ^7.1.2 + '@vueuse/head': ^0.7.2 + critters: ^0.0.15 cross-env: ^7.0.3 - cypress: ^8.7.0 - eslint: ^8.2.0 + cypress: ^9.1.0 + eslint: ^8.3.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.2 - pnpm: ^6.20.3 + pinia: ^2.0.4 + pnpm: ^6.23.2 prism-theme-vars: ^0.2.2 - typescript: ^4.4.4 - unplugin-auto-import: ^0.4.13 - unplugin-icons: ^0.12.18 + typescript: ^4.5.2 + unplugin-auto-import: ^0.4.20 + unplugin-icons: ^0.12.20 unplugin-vue-components: ^0.17.2 - vite: ^2.6.13 - vite-plugin-inspect: ^0.3.10 + vite: ^2.6.14 + vite-plugin-inspect: ^0.3.11 vite-plugin-md: ^0.11.4 vite-plugin-pages: ^0.18.2 - vite-plugin-pwa: ^0.11.3 + vite-plugin-pwa: ^0.11.7 vite-plugin-vue-layouts: ^0.5.0 - vite-plugin-windicss: ^1.5.1 - vite-ssg: ^0.15.6 - vue: ^3.2.21 + vite-plugin-windicss: ^1.5.3 + vite-ssg: ^0.16.2 + vue: ^3.2.23 vue-demi: ^0.12.1 vue-i18n: ^9.1.9 vue-router: ^4.0.12 - vue-tsc: ^0.28.10 + vue-tsc: ^0.29.6 dependencies: - '@vueuse/core': 6.7.6_vue@3.2.21 - '@vueuse/head': 0.6.0_vue@3.2.21 + '@vueuse/core': 7.1.2_vue@3.2.23 + '@vueuse/head': 0.7.2_vue@3.2.23 nprogress: 0.2.0 - pinia: 2.0.2_typescript@4.4.4+vue@3.2.21 + pinia: 2.0.4_typescript@4.5.2+vue@3.2.23 prism-theme-vars: 0.2.2 - 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 + vue: 3.2.23 + vue-demi: 0.12.1_vue@3.2.23 + vue-i18n: 9.1.9_vue@3.2.23 + vue-router: 4.0.12_vue@3.2.23 devDependencies: - '@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 + '@antfu/eslint-config': 0.11.1_eslint@8.3.0+typescript@4.5.2 + '@iconify-json/carbon': 1.0.11 + '@intlify/vite-plugin-vue-i18n': 3.2.1_vite@2.6.14+vue-i18n@9.1.9 '@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.21 - '@vue/server-renderer': 3.2.21_vue@3.2.21 - critters: 0.0.14 + '@vitejs/plugin-vue': 1.10.1_vite@2.6.14 + '@vue/compiler-sfc': 3.2.23 + '@vue/server-renderer': 3.2.23_vue@3.2.23 + critters: 0.0.15 cross-env: 7.0.3 - cypress: 8.7.0 - eslint: 8.2.0 - eslint-plugin-cypress: 2.12.1_eslint@8.2.0 + cypress: 9.1.0 + eslint: 8.3.0 + eslint-plugin-cypress: 2.12.1_eslint@8.3.0 https-localhost: 4.7.0 markdown-it-link-attributes: 3.0.0 markdown-it-prism: 2.2.1 - pnpm: 6.20.3 - typescript: 4.4.4 - 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.10_vite@2.6.13 - vite-plugin-md: 0.11.4_vite@2.6.13 - vite-plugin-pages: 0.18.2_ffe6ba4676d23562dbecd516d3abe553 - vite-plugin-pwa: 0.11.3_vite@2.6.13 - 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 + pnpm: 6.23.2 + typescript: 4.5.2 + unplugin-auto-import: 0.4.20_@vueuse+core@7.1.2+vite@2.6.14 + unplugin-icons: 0.12.20_9417d93c2d611a99e242fff8baf59806 + unplugin-vue-components: 0.17.2_vite@2.6.14+vue@3.2.23 + vite: 2.6.14 + vite-plugin-inspect: 0.3.11_vite@2.6.14 + vite-plugin-md: 0.11.4_vite@2.6.14 + vite-plugin-pages: 0.18.2_9417d93c2d611a99e242fff8baf59806 + vite-plugin-pwa: 0.11.7_vite@2.6.14 + vite-plugin-vue-layouts: 0.5.0_9e1dbf652a28e46019b578233a662bd2 + vite-plugin-windicss: 1.5.3_vite@2.6.14 + vite-ssg: 0.16.2_6d320fdd55a5bc574fac9940b2a14a6b + vue-tsc: 0.29.6_typescript@4.5.2 packages: - /@antfu/eslint-config-basic/0.10.0_eslint@8.2.0: - resolution: {integrity: sha512-XLgbFEZvPQA7ilhYwoJAE72m58rzO/Y5NFYns26xaF2dd6L8d+AmoN8L3CuDyRLSnN1/LA0efGWJ4cPrIwRK6Q==} + /@antfu/eslint-config-basic/0.11.0_eslint@8.3.0: + resolution: {integrity: sha512-xImG3R2Q4+mnGBK0n4FEKVW3ceHodbTZP6O6LyBg0N1XsyeRxNZ2kIkAc2zoOPcxejfxN/eH8UoHaPtErw/Tzg==} peerDependencies: eslint: '>=7.4.0' dependencies: - eslint: 8.2.0 - eslint-config-standard: 16.0.3_73329a780b456f64419f853e0fc044f5 - eslint-plugin-eslint-comments: 3.2.0_eslint@8.2.0 + eslint: 8.3.0 + eslint-config-standard: 16.0.3_a91986cd61f51e0cdba75303fb12b37d + eslint-plugin-eslint-comments: 3.2.0_eslint@8.3.0 eslint-plugin-html: 6.2.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 + eslint-plugin-import: 2.25.3_eslint@8.3.0 + eslint-plugin-jsonc: 2.0.0_eslint@8.3.0 + eslint-plugin-node: 11.1.0_eslint@8.3.0 + eslint-plugin-promise: 5.1.1_eslint@8.3.0 + eslint-plugin-unicorn: 39.0.0_eslint@8.3.0 + eslint-plugin-yml: 0.12.0_eslint@8.3.0 + jsonc-eslint-parser: 2.0.4_eslint@8.3.0 + yaml-eslint-parser: 0.5.0 transitivePeerDependencies: - supports-color dev: true - /@antfu/eslint-config-react/0.10.0_eslint@8.2.0+typescript@4.4.4: - resolution: {integrity: sha512-5gqtzkOOgpDKj3uVTMS7DyfLIkYntXfqwLeGSZbIiH6N57LWk3cYyHBJWne2Srg7yQJYfEllESDxeihX0ttbhw==} + /@antfu/eslint-config-react/0.11.0_eslint@8.3.0+typescript@4.5.2: + resolution: {integrity: sha512-fZllLH30ldJNe31f/vS4oX95bR3oak9YyrFLLhuACu5dO2t2+Da+Oy955eLfaJ4ZQeF03RLC3kJRnFPHxZHj6g==} peerDependencies: eslint: '>=7.4.0' dependencies: - '@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 + '@antfu/eslint-config-ts': 0.11.0_eslint@8.3.0+typescript@4.5.2 + eslint: 8.3.0 + eslint-plugin-react: 7.27.1_eslint@8.3.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@antfu/eslint-config-ts/0.10.0_eslint@8.2.0+typescript@4.4.4: - resolution: {integrity: sha512-4KZ5WmdAYUK0cZdmgzT65MqTTTFqwQNt0HB8re9hi4Te99u+H5QxODUlE5BPSL9qHEfnhJbrEp8xtnKbwkoIIQ==} + /@antfu/eslint-config-ts/0.11.0_eslint@8.3.0+typescript@4.5.2: + resolution: {integrity: sha512-Cz5+8JLYpLT4ad924Om5laakXFpJisCVMlIrnYjD4hQVyO4R1krJegWqtkO4zwDfDcLggwH+meDphpVmMmeTKw==} peerDependencies: eslint: '>=7.4.0' typescript: '>=3.9' dependencies: - '@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 + '@antfu/eslint-config-basic': 0.11.0_eslint@8.3.0 + '@typescript-eslint/eslint-plugin': 5.4.0_5c8ff4cecd5a55e744866c0654edac32 + '@typescript-eslint/parser': 5.4.0_eslint@8.3.0+typescript@4.5.2 + eslint: 8.3.0 + typescript: 4.5.2 transitivePeerDependencies: - supports-color dev: true - /@antfu/eslint-config-vue/0.10.0_eslint@8.2.0+typescript@4.4.4: - resolution: {integrity: sha512-yx0A0yaMvAxhqSzf6IZZiK1z43JwLdDLa659hhWvtVIixGNBG+NvqqqFnhV5ri3jM9sOlbKy54wmF3v34mmmqQ==} + /@antfu/eslint-config-vue/0.11.1_eslint@8.3.0+typescript@4.5.2: + resolution: {integrity: sha512-nXUGL05Vn/eXlICrBoECTLSD+uLstXlsEDIjMlwROZlO7MyQ6G1/ojNAlCNKr7qvTQCDl+nsASQnGWKAmlug2Q==} peerDependencies: eslint: '>=7.4.0' dependencies: - '@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 + '@antfu/eslint-config-ts': 0.11.0_eslint@8.3.0+typescript@4.5.2 + eslint: 8.3.0 + eslint-plugin-vue: 8.1.1_eslint@8.3.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@antfu/eslint-config/0.10.0_eslint@8.2.0+typescript@4.4.4: - resolution: {integrity: sha512-9oRO0E1Q1NHyaf8nWMSVrd6OjVhQaWVBhgs6BlJiDsiF244rEzjd/zrGoytn5WY0cbePSDzkYPb10Wo5Unlt/w==} + /@antfu/eslint-config/0.11.1_eslint@8.3.0+typescript@4.5.2: + resolution: {integrity: sha512-xDeD9bc7b4uOWjyqOXF5cIAA2RhSAzSvlBOYoiJio6I8iQVpRA46WdF5CEfwu/1EDiFcwi6MjdHc+gDEiIoAdw==} peerDependencies: eslint: '>=7.4.0' dependencies: - '@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 + '@antfu/eslint-config-react': 0.11.0_eslint@8.3.0+typescript@4.5.2 + '@antfu/eslint-config-vue': 0.11.1_eslint@8.3.0+typescript@4.5.2 + '@typescript-eslint/eslint-plugin': 5.4.0_5c8ff4cecd5a55e744866c0654edac32 + '@typescript-eslint/parser': 5.4.0_eslint@8.3.0+typescript@4.5.2 + eslint: 8.3.0 + eslint-config-standard: 16.0.3_a91986cd61f51e0cdba75303fb12b37d + eslint-plugin-eslint-comments: 3.2.0_eslint@8.3.0 eslint-plugin-html: 6.2.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 + eslint-plugin-import: 2.25.3_eslint@8.3.0 + eslint-plugin-jsonc: 2.0.0_eslint@8.3.0 + eslint-plugin-node: 11.1.0_eslint@8.3.0 + eslint-plugin-promise: 5.1.1_eslint@8.3.0 + eslint-plugin-unicorn: 39.0.0_eslint@8.3.0 + eslint-plugin-vue: 8.1.1_eslint@8.3.0 + eslint-plugin-yml: 0.12.0_eslint@8.3.0 + jsonc-eslint-parser: 2.0.4_eslint@8.3.0 + yaml-eslint-parser: 0.5.0 transitivePeerDependencies: - supports-color - typescript @@ -188,15 +188,15 @@ packages: '@types/throttle-debounce': 2.1.0 dev: true - /@apideck/better-ajv-errors/0.2.5_ajv@8.6.3: - resolution: {integrity: sha512-Pm1fAqCT8OEfBVLddU3fWZ/URWpGGhkvlsBIgn9Y2jJlcNumo0gNzPsQswDJTiA8HcKpCjOhWQOgkA9kXR4Ghg==} + /@apideck/better-ajv-errors/0.2.7_ajv@8.6.3: + resolution: {integrity: sha512-J2dW+EHYudbwI7MGovcHWLBrxasl21uuroc2zT8bH2RxYuv2g5GqsO5jcKUZz4LaMST45xhKjVuyRYkhcWyMhA==} engines: {node: '>=10'} peerDependencies: ajv: '>=8' dependencies: ajv: 8.6.3 json-schema: 0.3.0 - jsonpointer: 4.1.0 + jsonpointer: 5.0.0 leven: 3.1.0 dev: true @@ -226,7 +226,7 @@ packages: '@babel/traverse': 7.15.4 '@babel/types': 7.15.6 convert-source-map: 1.8.0 - debug: 4.3.2 + debug: 4.3.3 gensync: 1.0.0-beta.2 json5: 2.2.0 semver: 6.3.0 @@ -235,7 +235,7 @@ packages: - supports-color dev: true - /@babel/eslint-parser/7.15.4_@babel+core@7.15.5+eslint@8.2.0: + /@babel/eslint-parser/7.15.4_@babel+core@7.15.5+eslint@8.3.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.2.0 + eslint: 8.3.0 eslint-scope: 5.1.1 eslint-visitor-keys: 2.1.0 semver: 6.3.0 @@ -324,7 +324,7 @@ packages: '@babel/helper-module-imports': 7.15.4 '@babel/helper-plugin-utils': 7.14.5 '@babel/traverse': 7.15.4 - debug: 4.3.2 + debug: 4.3.3 lodash.debounce: 4.0.8 resolve: 1.20.0 semver: 6.3.0 @@ -1301,7 +1301,7 @@ packages: '@babel/helper-split-export-declaration': 7.15.4 '@babel/parser': 7.15.6 '@babel/types': 7.15.6 - debug: 4.3.2 + debug: 4.3.3 globals: 11.12.0 transitivePeerDependencies: - supports-color @@ -1315,8 +1315,8 @@ packages: to-fast-properties: 2.0.0 dev: true - /@cypress/request/2.88.6: - resolution: {integrity: sha512-z0UxBE/+qaESAHY9p9sM2h8Y4XqtsbDCt0/DPOrqA/RZgKi4PkxdpXyK4wCCnSk1xHqWHZZAE+gV6aDAR6+caQ==} + /@cypress/request/2.88.9: + resolution: {integrity: sha512-6md3dtAd3DXfTEXFb2Yde3TSaqpYsSBw3a1VFwAC9Fscu2B0DtY2Venu35csZyJj09XNkPMGRoE4ZXUdtkI+zg==} engines: {node: '>= 6'} dependencies: aws-sign2: 0.7.0 @@ -1327,7 +1327,7 @@ packages: forever-agent: 0.6.1 form-data: 2.3.3 har-validator: 5.1.5 - http-signature: 1.2.0 + http-signature: 1.3.6 is-typedarray: 1.0.0 isstream: 0.1.2 json-stringify-safe: 5.0.1 @@ -1368,8 +1368,8 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: ajv: 6.12.6 - debug: 4.3.2 - espree: 9.0.0 + debug: 4.3.3 + espree: 9.1.0 globals: 13.11.0 ignore: 4.0.6 import-fresh: 3.3.0 @@ -1385,7 +1385,7 @@ packages: engines: {node: '>=10.10.0'} dependencies: '@humanwhocodes/object-schema': 1.2.0 - debug: 4.3.2 + debug: 4.3.3 minimatch: 3.0.4 transitivePeerDependencies: - supports-color @@ -1395,8 +1395,8 @@ packages: resolution: {integrity: sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==} dev: true - /@iconify-json/carbon/1.0.9: - resolution: {integrity: sha512-ZId8OBOIM8/nA+6NrpxgAWhNfVPY+hT+VlmVhZEXqwZoAkVS4ygB0bCBoanVV6OHA5wONc9hr6UnUQ990paQLA==} + /@iconify-json/carbon/1.0.11: + resolution: {integrity: sha512-vwjG7/uzD7ToQwt+dBHjLJ6Fd2AsnxrFOYjypiuuleqRX/zEQTMC58GsdqO77IuVz4E/HcO+DJ83w+QItCRDRg==} dependencies: '@iconify/types': 1.0.10 dev: true @@ -1411,14 +1411,23 @@ packages: '@iconify/types': 1.0.10 dev: true - /@intlify/bundle-utils/2.0.0: - resolution: {integrity: sha512-FcZVN7PD9od+/qZJoTzlQyWdtuukx3JSWSId/sTy4jFJajhNWJ5aW07ZswtrU/ofgzzJaNqT9MpCos6vnDyp1g==} + /@intlify/bundle-utils/2.1.0_vue-i18n@9.1.9: + resolution: {integrity: sha512-ogvmAjbSq0su4ijQbwqRfb0yimizZSK+HHV0SF3XCHSCtL+PDdRIDkkeNpNdPxNmdahORHXknC06Umehz4nTnQ==} engines: {node: '>= 12'} + peerDependencies: + petite-vue-i18n: '*' + vue-i18n: '*' + peerDependenciesMeta: + petite-vue-i18n: + optional: true + vue-i18n: + optional: true dependencies: - '@intlify/message-compiler': 9.2.0-beta.17 - '@intlify/shared': 9.2.0-beta.17 + '@intlify/message-compiler': 9.2.0-beta.22 + '@intlify/shared': 9.2.0-beta.22 jsonc-eslint-parser: 1.4.1 source-map: 0.6.1 + vue-i18n: 9.1.9_vue@3.2.23 yaml-eslint-parser: 0.3.2 dev: true @@ -1450,11 +1459,11 @@ packages: source-map: 0.6.1 dev: false - /@intlify/message-compiler/9.2.0-beta.17: - resolution: {integrity: sha512-8H9luyStGuf4CKKxZKtTqKCHlZjn5prNu9m+KArzUvTyMm/pGQp3vgBORaNw1/r5Ml1iM16b+zQUVKjeVPpn4A==} + /@intlify/message-compiler/9.2.0-beta.22: + resolution: {integrity: sha512-+Nx8IpKcXBQ7L+f6UWLQf/iReD7rotBkV4oxUX1rKMQgaJToYB1ovrPYNoNDd6aK4rEQ9sJoM5nd2+ENmCs7dA==} engines: {node: '>= 12'} dependencies: - '@intlify/shared': 9.2.0-beta.17 + '@intlify/shared': 9.2.0-beta.22 source-map: 0.6.1 dev: true @@ -1477,20 +1486,32 @@ packages: engines: {node: '>= 10'} dev: false - /@intlify/shared/9.2.0-beta.17: - resolution: {integrity: sha512-40lZgkvwHH9l0o94Aw6NDxJUn7pvbwFDSskYYcSCh93kzLEAQFL2HnPmdYFcM6aAQbHiGgaqadbGXfYiG98glg==} + /@intlify/shared/9.2.0-beta.22: + resolution: {integrity: sha512-IyU9Trx1d5EZgAh6/3y0+efgko5xRw1iTwpM19qublZsTSnDSkHB8NnSyHVZrMARj+LgZgL7pKktsSO5os9k2A==} engines: {node: '>= 12'} dev: true - /@intlify/vite-plugin-vue-i18n/3.0.0: - resolution: {integrity: sha512-PYNBSSHoPoRpg1Mm0B/KRHhfBC76isCpTXY1er2DXGrGCMT8B7H6kx+t6Nuq25uY4FxzDao8he68dhXor/+Ksg==} + /@intlify/vite-plugin-vue-i18n/3.2.1_vite@2.6.14+vue-i18n@9.1.9: + resolution: {integrity: sha512-h/nIShN/tljZZfTWAI2jyMwDI7UxSkOPMQbMAh2poC+wO1H9N/qaK6+GqyXG79g3PWtu6Igvfx/JH116cMD9fQ==} engines: {node: '>= 12'} + peerDependencies: + petite-vue-i18n: ^9.0.0 + vite: ^2.0.0 + vue-i18n: ^9.0.0 + peerDependenciesMeta: + petite-vue-i18n: + optional: true + vue-i18n: + optional: true dependencies: - '@intlify/bundle-utils': 2.0.0 - '@intlify/shared': 9.2.0-beta.17 + '@intlify/bundle-utils': 2.1.0_vue-i18n@9.1.9 + '@intlify/shared': 9.2.0-beta.22 '@rollup/pluginutils': 4.1.1 debug: 4.3.2 fast-glob: 3.2.7 + source-map: 0.6.1 + vite: 2.6.14 + vue-i18n: 9.1.9_vue@3.2.23 transitivePeerDependencies: - supports-color dev: true @@ -1529,7 +1550,7 @@ packages: resolution: {integrity: sha512-88p7+M0QGxKpmnkfXjS4V26AnoC/eiqZutE8GLdaI5X12NY75bXSdTY9NkmYb2Xyk1O+MmkuO6Frmsj84V6I8Q==} dev: true - /@rollup/plugin-babel/5.3.0_@babel+core@7.15.5+rollup@2.58.0: + /@rollup/plugin-babel/5.3.0_@babel+core@7.15.5+rollup@2.60.1: resolution: {integrity: sha512-9uIC8HZOnVLrLHxayq/PTzw+uS25E14KPUBh5ktF+18Mjo5yK0ToMMx6epY0uEgkjwJw0aBW4x2horYXh8juWw==} engines: {node: '>= 10.0.0'} peerDependencies: @@ -1542,36 +1563,36 @@ packages: dependencies: '@babel/core': 7.15.5 '@babel/helper-module-imports': 7.15.4 - '@rollup/pluginutils': 3.1.0_rollup@2.58.0 - rollup: 2.58.0 + '@rollup/pluginutils': 3.1.0_rollup@2.60.1 + rollup: 2.60.1 dev: true - /@rollup/plugin-node-resolve/11.2.1_rollup@2.58.0: + /@rollup/plugin-node-resolve/11.2.1_rollup@2.60.1: resolution: {integrity: sha512-yc2n43jcqVyGE2sqV5/YCmocy9ArjVAP/BeXyTtADTBBX6V0e5UMqwO8CdQ0kzjb6zu5P1qMzsScCMRvE9OlVg==} engines: {node: '>= 10.0.0'} peerDependencies: rollup: ^1.20.0||^2.0.0 dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.58.0 + '@rollup/pluginutils': 3.1.0_rollup@2.60.1 '@types/resolve': 1.17.1 builtin-modules: 3.2.0 deepmerge: 4.2.2 is-module: 1.0.0 resolve: 1.20.0 - rollup: 2.58.0 + rollup: 2.60.1 dev: true - /@rollup/plugin-replace/2.4.2_rollup@2.58.0: + /@rollup/plugin-replace/2.4.2_rollup@2.60.1: resolution: {integrity: sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==} peerDependencies: rollup: ^1.20.0 || ^2.0.0 dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.58.0 + '@rollup/pluginutils': 3.1.0_rollup@2.60.1 magic-string: 0.25.7 - rollup: 2.58.0 + rollup: 2.60.1 dev: true - /@rollup/pluginutils/3.1.0_rollup@2.58.0: + /@rollup/pluginutils/3.1.0_rollup@2.60.1: resolution: {integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==} engines: {node: '>= 8.0.0'} peerDependencies: @@ -1580,7 +1601,7 @@ packages: '@types/estree': 0.0.39 estree-walker: 1.0.1 picomatch: 2.3.0 - rollup: 2.58.0 + rollup: 2.60.1 dev: true /@rollup/pluginutils/4.1.1: @@ -1591,11 +1612,13 @@ packages: picomatch: 2.3.0 dev: true - /@surma/rollup-plugin-off-main-thread/1.4.2: - resolution: {integrity: sha512-yBMPqmd1yEJo/280PAMkychuaALyQ9Lkb5q1ck3mjJrFuEobIfhnQ4J3mbvBoISmR3SWMWV+cGB/I0lCQee79A==} + /@surma/rollup-plugin-off-main-thread/2.2.3: + resolution: {integrity: sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ==} dependencies: - ejs: 2.7.4 + ejs: 3.1.6 + json5: 2.2.0 magic-string: 0.25.7 + string.prototype.matchall: 4.0.6 dev: true /@tootallnate/once/1.1.2: @@ -1690,8 +1713,8 @@ packages: dev: true optional: true - /@typescript-eslint/eslint-plugin/5.1.0_b761f0af38be73fc24511eb98a4f842c: - resolution: {integrity: sha512-bekODL3Tqf36Yz8u+ilha4zGxL9mdB6LIsIoMAvvC5FAuWo4NpZYXtCbv7B2CeR1LhI/lLtLk+q4tbtxuoVuCg==} + /@typescript-eslint/eslint-plugin/5.4.0_5c8ff4cecd5a55e744866c0654edac32: + resolution: {integrity: sha512-9/yPSBlwzsetCsGEn9j24D8vGQgJkOTr4oMLas/w886ZtzKIs1iyoqFrwsX2fqYEeUwsdBpC21gcjRGo57u0eg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -1701,41 +1724,41 @@ packages: typescript: optional: true dependencies: - '@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.2.0 + '@typescript-eslint/experimental-utils': 5.4.0_eslint@8.3.0+typescript@4.5.2 + '@typescript-eslint/parser': 5.4.0_eslint@8.3.0+typescript@4.5.2 + '@typescript-eslint/scope-manager': 5.4.0 + debug: 4.3.3 + eslint: 8.3.0 functional-red-black-tree: 1.0.1 ignore: 5.1.8 regexpp: 3.2.0 semver: 7.3.5 - tsutils: 3.21.0_typescript@4.4.4 - typescript: 4.4.4 + tsutils: 3.21.0_typescript@4.5.2 + typescript: 4.5.2 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/experimental-utils/5.1.0_eslint@8.2.0+typescript@4.4.4: - resolution: {integrity: sha512-ovE9qUiZMOMgxQAESZsdBT+EXIfx/YUYAbwGUI6V03amFdOOxI9c6kitkgRvLkJaLusgMZ2xBhss+tQ0Y1HWxA==} + /@typescript-eslint/experimental-utils/5.4.0_eslint@8.3.0+typescript@4.5.2: + resolution: {integrity: sha512-Nz2JDIQUdmIGd6p33A+naQmwfkU5KVTLb/5lTk+tLVTDacZKoGQisj8UCxk7onJcrgjIvr8xWqkYI+DbI3TfXg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' dependencies: '@types/json-schema': 7.0.9 - '@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.2.0 + '@typescript-eslint/scope-manager': 5.4.0 + '@typescript-eslint/types': 5.4.0 + '@typescript-eslint/typescript-estree': 5.4.0_typescript@4.5.2 + eslint: 8.3.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.2.0 + eslint-utils: 3.0.0_eslint@8.3.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/parser/5.1.0_eslint@8.2.0+typescript@4.4.4: - resolution: {integrity: sha512-vx1P+mhCtYw3+bRHmbalq/VKP2Y3gnzNgxGxfEWc6OFpuEL7iQdAeq11Ke3Rhy8NjgB+AHsIWEwni3e+Y7djKA==} + /@typescript-eslint/parser/5.4.0_eslint@8.3.0+typescript@4.5.2: + resolution: {integrity: sha512-JoB41EmxiYpaEsRwpZEYAJ9XQURPFer8hpkIW9GiaspVLX8oqbqNM8P4EP8HOZg96yaALiLEVWllA2E8vwsIKw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -1744,31 +1767,31 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.1.0 - '@typescript-eslint/types': 5.1.0 - '@typescript-eslint/typescript-estree': 5.1.0_typescript@4.4.4 - debug: 4.3.2 - eslint: 8.2.0 - typescript: 4.4.4 + '@typescript-eslint/scope-manager': 5.4.0 + '@typescript-eslint/types': 5.4.0 + '@typescript-eslint/typescript-estree': 5.4.0_typescript@4.5.2 + debug: 4.3.3 + eslint: 8.3.0 + typescript: 4.5.2 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/scope-manager/5.1.0: - resolution: {integrity: sha512-yYlyVjvn5lvwCL37i4hPsa1s0ORsjkauhTqbb8MnpvUs7xykmcjGqwlNZ2Q5QpoqkJ1odlM2bqHqJwa28qV6Tw==} + /@typescript-eslint/scope-manager/5.4.0: + resolution: {integrity: sha512-pRxFjYwoi8R+n+sibjgF9iUiAELU9ihPBtHzocyW8v8D8G8KeQvXTsW7+CBYIyTYsmhtNk50QPGLE3vrvhM5KA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.1.0 - '@typescript-eslint/visitor-keys': 5.1.0 + '@typescript-eslint/types': 5.4.0 + '@typescript-eslint/visitor-keys': 5.4.0 dev: true - /@typescript-eslint/types/5.1.0: - resolution: {integrity: sha512-sEwNINVxcB4ZgC6Fe6rUyMlvsB2jvVdgxjZEjQUQVlaSPMNamDOwO6/TB98kFt4sYYfNhdhTPBEQqNQZjMMswA==} + /@typescript-eslint/types/5.4.0: + resolution: {integrity: sha512-GjXNpmn+n1LvnttarX+sPD6+S7giO+9LxDIGlRl4wK3a7qMWALOHYuVSZpPTfEIklYjaWuMtfKdeByx0AcaThA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/typescript-estree/5.1.0_typescript@4.4.4: - resolution: {integrity: sha512-SSz+l9YrIIsW4s0ZqaEfnjl156XQ4VRmJsbA0ZE1XkXrD3cRpzuZSVCyqeCMR3EBjF27IisWakbBDGhGNIOvfQ==} + /@typescript-eslint/typescript-estree/5.4.0_typescript@4.5.2: + resolution: {integrity: sha512-nhlNoBdhKuwiLMx6GrybPT3SFILm5Gij2YBdPEPFlYNFAXUJWX6QRgvi/lwVoadaQEFsizohs6aFRMqsXI2ewA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -1776,44 +1799,44 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.1.0 - '@typescript-eslint/visitor-keys': 5.1.0 - debug: 4.3.2 + '@typescript-eslint/types': 5.4.0 + '@typescript-eslint/visitor-keys': 5.4.0 + debug: 4.3.3 globby: 11.0.4 is-glob: 4.0.3 semver: 7.3.5 - tsutils: 3.21.0_typescript@4.4.4 - typescript: 4.4.4 + tsutils: 3.21.0_typescript@4.5.2 + typescript: 4.5.2 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/visitor-keys/5.1.0: - resolution: {integrity: sha512-uqNXepKBg81JVwjuqAxYrXa1Ql/YDzM+8g/pS+TCPxba0wZttl8m5DkrasbfnmJGHs4lQ2jTbcZ5azGhI7kK+w==} + /@typescript-eslint/visitor-keys/5.4.0: + resolution: {integrity: sha512-PVbax7MeE7tdLfW5SA0fs8NGVVr+buMPrcj+CWYWPXsZCH8qZ1THufDzbXm1xrZ2b2PA1iENJ0sRq5fuUtvsJg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.1.0 - eslint-visitor-keys: 3.0.0 + '@typescript-eslint/types': 5.4.0 + eslint-visitor-keys: 3.1.0 dev: true - /@vitejs/plugin-vue/1.9.4_vite@2.6.13: - resolution: {integrity: sha512-0CZqaCoChriPTTtGkERy1LGPcYjGFpi2uYRhBPIkqJqUGV5JnJFhQAgh6oH9j5XZHfrRaisX8W0xSpO4T7S78A==} + /@vitejs/plugin-vue/1.10.1_vite@2.6.14: + resolution: {integrity: sha512-oL76QETMSpVE9jIScirGB2bYJEVU/+r+g+K7oG+sXPs9TZljqveoVRsmLyXlMZTjpQkLL8gz527cW80NMGVKJg==} engines: {node: '>=12.0.0'} peerDependencies: vite: ^2.5.10 dependencies: - vite: 2.6.13 + vite: 2.6.14 dev: true - /@volar/code-gen/0.28.10: - resolution: {integrity: sha512-MybgBubg1im4MiFoiTUMmxKTC+KZJQfIO5g/TVnysEsCr4ssG0lG1rF3Gg3lbQKefdMiqsH5FNuMyqLC/bsWQg==} + /@volar/code-gen/0.29.6: + resolution: {integrity: sha512-qF2YHUj1Wk8X9uozdKfVnOImXpoduqWp8qkmrXBKO1nxZLoou/7Y2VWJhDVm4uDkKpsMW1s7ttz+a2/hDRKf4A==} dependencies: - '@volar/shared': 0.28.10 - '@volar/source-map': 0.28.10 + '@volar/shared': 0.29.6 + '@volar/source-map': 0.29.6 dev: true - /@volar/html2pug/0.28.10: - resolution: {integrity: sha512-orcNnKyUPZZVb7pRvRHU7R8gk4abKZQELT0zXt2T7EbC5B8usmWNav6Sis9kVzV5Etj5h/IYutv7Df7PiKwLOQ==} + /@volar/html2pug/0.29.6: + resolution: {integrity: sha512-GhDe7lkpa6F/UV0q5Bztsrxgd05QEtcbWECHk6LwHXIJSb3t6SKQswQJmgbEgk38c3rIp647D7s0E1BRW/rZHg==} dependencies: domelementtype: 2.2.0 domhandler: 4.2.2 @@ -1821,27 +1844,39 @@ packages: pug: 3.0.2 dev: true - /@volar/shared/0.28.10: - resolution: {integrity: sha512-MzBEfBM5E5q4EfOd8Gkqmo+XTfbXiuT8IEWtfmpS8ax3GVeofkeAgzK/TadkatW/Nb2cKOaCYkmILpFKvDnDRQ==} + /@volar/shared/0.29.6: + resolution: {integrity: sha512-s397k+x70rHoccDwx6YVtpFOfAK+/b/bptRueLyQRM9d/21fk54csvC1bcc4Uk/fHw/j6p3FUfumohWtDRJ32w==} dependencies: upath: 2.0.1 vscode-jsonrpc: 8.0.0-next.2 vscode-uri: 3.0.2 dev: true - /@volar/source-map/0.28.10: - resolution: {integrity: sha512-hQ2gclwP7yvZIdaVEC1LixViDPIO6JGkCBxAS8Erg9p2d0ruTyzazfd0NLaLuHLoMnxExILYNK2W05yQmIpRIA==} + /@volar/source-map/0.29.6: + resolution: {integrity: sha512-C8SFAu3nYsXeDR5mKQsr2fqf81SZI3rcbwCMLTjvps81lzFXboxWfmQIIDvdeKH91H2z/S8juHm3W3Prj3iLLg==} dependencies: - '@volar/shared': 0.28.10 + '@volar/shared': 0.29.6 dev: true - /@volar/transforms/0.28.10: - resolution: {integrity: sha512-GOQN3amI733oFweKKjuBBOEOMwy0e/aEAnnJNavrrHa7LY6Ke/JfNsoWhi9Pb2FAPYd+WyruDDFX8yKHjQE1xw==} + /@volar/transforms/0.29.6: + resolution: {integrity: sha512-bST+MnQDueGGBtnhYgA3uWmfp8gUKaKKD5dy3HCGWaPIgcBmzzTwsg//beBaoyJpihKSCq9AaJQd+rNmVZredg==} dependencies: - '@volar/shared': 0.28.10 + '@volar/shared': 0.29.6 vscode-languageserver: 8.0.0-next.2 dev: true + /@volar/vue-code-gen/0.29.6: + resolution: {integrity: sha512-N3TlKuvPHqVaRhoyh6zogG0UAAJX0gTWsWHiR9Cpu59RNlpgCTymigsnvzXBKAMsefhxpupy05dXn04Su1+ORA==} + dependencies: + '@volar/code-gen': 0.29.6 + '@volar/shared': 0.29.6 + '@volar/source-map': 0.29.6 + '@vue/compiler-core': 3.2.23 + '@vue/compiler-dom': 3.2.23 + '@vue/shared': 3.2.23 + upath: 2.0.1 + dev: true + /@vscode/emmet-helper/2.8.2: resolution: {integrity: sha512-A/+pkBYQq2JTow1A2flfTmEOmiF780KpdkoX7VBjQ7wujeA+CFUPd17YdeIa9aim20+J5Jp7SFujPDwVFiQucQ==} dependencies: @@ -1853,55 +1888,39 @@ packages: vscode-uri: 2.1.2 dev: true - /@vue/compiler-core/3.2.20: - resolution: {integrity: sha512-vcEXlKXoPwBXFP5aUTHN9GTZaDfwCofa9Yu9bbW2C5O/QSa9Esdt7OG4+0RRd3EHEMxUvEdj4RZrd/KpQeiJbA==} + /@vue/compiler-core/3.2.23: + resolution: {integrity: sha512-4ZhiI/orx+7EJ1B+0zjgvXMV2uRN+XBfG06UN2sJfND9rH5gtEQT3QmO4erum1o6Irl7y754W8/KSaDJh4EUQg==} dependencies: '@babel/parser': 7.15.6 - '@vue/shared': 3.2.20 - estree-walker: 2.0.2 - source-map: 0.6.1 - 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 + '@vue/shared': 3.2.23 estree-walker: 2.0.2 source-map: 0.6.1 - /@vue/compiler-dom/3.2.20: - resolution: {integrity: sha512-QnI77ec/JtV7R0YBbcVayYTDCRcI9OCbxiUQK6izVyqQO0658n0zQuoNwe+bYgtqnvGAIqTR3FShTd5y4oOjdg==} + /@vue/compiler-dom/3.2.23: + resolution: {integrity: sha512-X2Nw8QFc5lgoK3kio5ktM95nqmLUH+q+N/PbV4kCHzF1avqv/EGLnAhaaF0Iu4bewNvHJAAhhwPZFeoV/22nbw==} dependencies: - '@vue/compiler-core': 3.2.20 - '@vue/shared': 3.2.20 - dev: true + '@vue/compiler-core': 3.2.23 + '@vue/shared': 3.2.23 - /@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==} + /@vue/compiler-sfc/3.2.23: + resolution: {integrity: sha512-Aw+pb50Q5zTjyvWod8mNKmYZDRGHJBptmNNWE+84ZxrzEztPgMz8cNYIzWGbwcFVkmJlhvioAMvKnB+LM/sjSA==} dependencies: '@babel/parser': 7.15.6 - '@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 + '@vue/compiler-core': 3.2.23 + '@vue/compiler-dom': 3.2.23 + '@vue/compiler-ssr': 3.2.23 + '@vue/ref-transform': 3.2.23 + '@vue/shared': 3.2.23 estree-walker: 2.0.2 magic-string: 0.25.7 postcss: 8.3.8 source-map: 0.6.1 - /@vue/compiler-ssr/3.2.21: - resolution: {integrity: sha512-eU+A0iWYy+1zAo2CRIJ0zSVlv1iuGAIbNRCnllSJ31pV1lX3jypJYzGbJlSRAbB7VP6E+tYveVT1Oq8JKewa3g==} + /@vue/compiler-ssr/3.2.23: + resolution: {integrity: sha512-Bqzn4jFyXPK1Ehqiq7e/czS8n62gtYF1Zfeu0DrR5uv+SBllh7LIvZjZU6+c8qbocAd3/T3I3gn2cZGmnDb6zg==} dependencies: - '@vue/compiler-dom': 3.2.21 - '@vue/shared': 3.2.21 + '@vue/compiler-dom': 3.2.23 + '@vue/shared': 3.2.23 /@vue/devtools-api/6.0.0-beta.18: resolution: {integrity: sha512-56vRhO7nXWWFYTx520BQSDlQH5VYpwy62hFDEqi2yHHEBpEqseOP5WYQusq7BEW3DXSY9E9cfPVR5CFtJbKuMg==} @@ -1911,60 +1930,64 @@ packages: 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==} - dependencies: - '@vue/shared': 3.2.20 - dev: true + /@vue/devtools-api/6.0.0-beta.20.1: + resolution: {integrity: sha512-R2rfiRY+kZugzWh9ZyITaovx+jpU4vgivAEAiz80kvh3yviiTU3CBuGuyWpSwGz9/C7TkSWVM/FtQRGlZ16n8Q==} + dev: false /@vue/reactivity/3.2.21: resolution: {integrity: sha512-7C57zFm/5E3SSTUhVuYj1InDwuJ+GIVQ/z+H43C9sST85gIThGXVhksl1yWTAadf8Yz4T5lSbqi5Ds8U/ueWcw==} dependencies: '@vue/shared': 3.2.21 + dev: true + + /@vue/reactivity/3.2.23: + resolution: {integrity: sha512-8RGVr/5Kpgb/EkCjgHXqttgA5IMc6n0lIXFY4TVbMkzdXrvaIhzBd7Te44oIDsTSYVKZLpfHd6/wEnuDqE8vFw==} + dependencies: + '@vue/shared': 3.2.23 dev: false - /@vue/ref-transform/3.2.21: - resolution: {integrity: sha512-uiEWWBsrGeun9O7dQExYWzXO3rHm/YdtFNXDVqCSoPypzOVxWxdiL+8hHeWzxMB58fVuV2sT80aUtIVyaBVZgQ==} + /@vue/ref-transform/3.2.23: + resolution: {integrity: sha512-gW0GD2PSAs/th7mC7tPB/UwpIQxclbApVtsDtscDmOJXb2+cdu60ny+SuHNgfrlUT/JqWKQHq7jFKO4woxLNaA==} dependencies: '@babel/parser': 7.15.6 - '@vue/compiler-core': 3.2.21 - '@vue/shared': 3.2.21 + '@vue/compiler-core': 3.2.23 + '@vue/shared': 3.2.23 estree-walker: 2.0.2 magic-string: 0.25.7 - /@vue/runtime-core/3.2.21: - resolution: {integrity: sha512-7oOxKaU0D2IunOAMOOHZgJVrHg63xwng8BZx3fbgmakqEIMwHhQcp+5GV1sOg/sWW7R4UhaRDIUCukO2GRVK2Q==} + /@vue/runtime-core/3.2.23: + resolution: {integrity: sha512-wSI5lmY2kCGLf89iiygqxVh6/5bsawz78Me9n1x4U2bHnN0yf3PWyuhN0WgIE8VfEaF7e75E333uboNEIFjgkg==} dependencies: - '@vue/reactivity': 3.2.21 - '@vue/shared': 3.2.21 + '@vue/reactivity': 3.2.23 + '@vue/shared': 3.2.23 dev: false - /@vue/runtime-dom/3.2.21: - resolution: {integrity: sha512-apBdriD6QsI4ywbllY8kjr9/0scGuStDuvLbJULPQkFPtHzntd51bP5PQTQVAEIc9kwnTozmj6x6ZdX/cwo7xA==} + /@vue/runtime-dom/3.2.23: + resolution: {integrity: sha512-z6lp0888NkLmxD9j2sGoll8Kb7J743s8s6w7GbiyUc4WZwm0KJ35B4qTFDMoIU0G7CatS6Z+yRTpPHc6srtByg==} dependencies: - '@vue/runtime-core': 3.2.21 - '@vue/shared': 3.2.21 + '@vue/runtime-core': 3.2.23 + '@vue/shared': 3.2.23 csstype: 2.6.18 dev: false - /@vue/server-renderer/3.2.21_vue@3.2.21: - resolution: {integrity: sha512-QBgYqVgI7XCSBCqGa4LduV9vpfQFdZBOodFmq5Txk5W/v1KrJ1LoOh2Q0RHiRgtoK/UR9uyvRVcYqOmwHkZNEg==} + /@vue/server-renderer/3.2.23_vue@3.2.23: + resolution: {integrity: sha512-mgQ2VAE5WjeZELJKNbwE69uiBNpN+3LyL0ZDki1bJWVwHD2fhPfx7pwyYuiucE81xz2LxVsyGxhKKUL997g8vw==} peerDependencies: - vue: 3.2.21 + vue: 3.2.23 dependencies: - '@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 + '@vue/compiler-ssr': 3.2.23 + '@vue/shared': 3.2.23 + vue: 3.2.23 /@vue/shared/3.2.21: resolution: {integrity: sha512-5EQmIPK6gw4UVYUbM959B0uPsJ58+xoMESCZs3N89XyvJ9e+fX4pqEPrOGV8OroIk3SbEvJcC+eYc8BH9JQrHA==} + dev: true - /@vueuse/core/6.7.6_vue@3.2.21: - resolution: {integrity: sha512-oVyqARXnTvhf4m6xf/sHw+SNJWcRYJn8+L4TZTFBU9POf9GIzBN7iHD2Oc4K4rTWXGQzXfoFHgbrXyeMFCRoqA==} + /@vue/shared/3.2.23: + resolution: {integrity: sha512-U+/Jefa0QfXUF2qVy9Dqlrb6HKJSr9/wJcM66wXmWcTOoqg7hOWzF4qruDle51pyF4x3wMn6TSH54UdjKjCKMA==} + + /@vueuse/core/7.1.2_vue@3.2.23: + resolution: {integrity: sha512-SLoOPfhZdNRNUkZfx+wrHj6WycWdSw2RmNS8E4ngQ2kmBoJjRarGy51/GkGdjqHQqmhuwuFoNO2WaU0yBn3ffg==} peerDependencies: '@vue/composition-api': ^1.1.0 vue: ^2.6.0 || ^3.2.0 @@ -1974,21 +1997,21 @@ packages: vue: optional: true dependencies: - '@vueuse/shared': 6.7.6_vue@3.2.21 - vue: 3.2.21 - vue-demi: 0.12.1_vue@3.2.21 + '@vueuse/shared': 7.1.2_vue@3.2.23 + vue: 3.2.23 + vue-demi: 0.12.1_vue@3.2.23 dev: false - /@vueuse/head/0.6.0_vue@3.2.21: - resolution: {integrity: sha512-fi7ZjkMpEAUtTT6iR5wgL2HkX1+3zbrmbpcwU//RgJIWEr5b42jk8E9yOheaC2dYAAHzelAllVpX0pDmhcTXuw==} + /@vueuse/head/0.7.2_vue@3.2.23: + resolution: {integrity: sha512-97RxYbIYwB9yFuRbdDbktsjKS0k12wYNksYV/UtYLOFNx+GAflK2kQ63b+sx09MJllEozD3GLeXV7O8rzMskeQ==} peerDependencies: vue: '>=3' dependencies: - vue: 3.2.21 + vue: 3.2.23 dev: false - /@vueuse/shared/6.7.6_vue@3.2.21: - resolution: {integrity: sha512-MfzTKkFK63PcjDdTpJRuJqylpyUdXpic9ueTRcgpPizqFpoYIuI6DkdYjub2Ch5+OYYhVnCqe8ynW6WzYo7DGQ==} + /@vueuse/shared/7.1.2_vue@3.2.23: + resolution: {integrity: sha512-AjYh4y9S5FMOoHDsysqcXY/1mpqNTrnWUD50yaaiyf+5kGWQVIpAkkjKZlYSC/NHKxxCRn0cLR4nWMzceUWewQ==} peerDependencies: '@vue/composition-api': ^1.1.0 vue: ^2.6.0 || ^3.2.0 @@ -1998,26 +2021,26 @@ packages: vue: optional: true dependencies: - vue: 3.2.21 - vue-demi: 0.12.1_vue@3.2.21 + vue: 3.2.23 + vue-demi: 0.12.1_vue@3.2.23 dev: false - /@windicss/config/1.5.1: - resolution: {integrity: sha512-nWNgvvJj9RcYhLcqwju/Z8FfaHRjyWHDYS3IgY7lWUM+vWTLFuKqhavKfC1589kdYjiO9JeX07Vg+YzfcxP0Yw==} + /@windicss/config/1.5.3: + resolution: {integrity: sha512-DXUR+LWOWwG+prkcvey4IV4V9BvigOcfuLP28k21fO3UkfS6G6HRRgf+STB0AgKrXIGlUDDHfoPvEbndfUlYjg==} dependencies: - debug: 4.3.2 + debug: 4.3.3 jiti: 1.12.9 windicss: 3.2.1 transitivePeerDependencies: - supports-color dev: true - /@windicss/plugin-utils/1.5.1: - resolution: {integrity: sha512-gxJiTCMKv1p1x4W2BLG2yfNe+DfIVPc8+aKvfCUCtOpdg5GB5yzhuAC4ROsKiXHxu4QXoojrh7jXH6ELlrELpQ==} + /@windicss/plugin-utils/1.5.3: + resolution: {integrity: sha512-6C6R/wB2vzaiWn1Tv95FaK5/932UnnbObwitusyDcuCDmCM97aCCB93CYLZCtQtPdPlLYODezinPFhdfMm746w==} dependencies: '@antfu/utils': 0.3.0 - '@windicss/config': 1.5.1 - debug: 4.3.2 + '@windicss/config': 1.5.3 + debug: 4.3.3 fast-glob: 3.2.7 magic-string: 0.25.7 micromatch: 4.0.4 @@ -2053,12 +2076,12 @@ packages: acorn: 7.4.1 dev: true - /acorn-jsx/5.3.2_acorn@8.5.0: + /acorn-jsx/5.3.2_acorn@8.6.0: resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} peerDependencies: acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - acorn: 8.5.0 + acorn: 8.6.0 dev: true /acorn-walk/7.2.0: @@ -2072,8 +2095,8 @@ packages: hasBin: true dev: true - /acorn/8.5.0: - resolution: {integrity: sha512-yXbYeFy+jUuYd3/CDcg2NkIYE991XYX/bje7LmjJigUciaeO1JR4XxXgCIV1/Zc/dRuFEyw1L0pbA+qynJkW5Q==} + /acorn/8.6.0: + resolution: {integrity: sha512-U1riIR+lBSNi3IbxtaHOIKdH8sLFv3NYfNv8sg7ZsNhcfl4HF2++BfqqrNAxoCLQW1iiylOj76ecnaUxz+z9yw==} engines: {node: '>=0.4.0'} hasBin: true dev: true @@ -2082,7 +2105,7 @@ packages: resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==} engines: {node: '>= 6.0.0'} dependencies: - debug: 4.3.2 + debug: 4.3.3 transitivePeerDependencies: - supports-color dev: true @@ -2199,14 +2222,13 @@ packages: es-abstract: 1.19.1 dev: true - /array.prototype.flatmap/1.2.4: - resolution: {integrity: sha512-r9Z0zYoxqHz60vvQbWEdXIEtCwHF0yxaWfno9qzXeNHvfyl3BZqygmGzb84dsubyaXLH4husF+NFgMSdpZhk2Q==} + /array.prototype.flatmap/1.2.5: + resolution: {integrity: sha512-08u6rVyi1Lj7oqWbS9nUxliETrtIROT4XGTA4D/LWGten6E3ocm7cy9SIrmNHOL5XVbVuckUp3X6Xyg8/zpvHA==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 define-properties: 1.1.3 es-abstract: 1.19.1 - function-bind: 1.1.1 dev: true /asap/2.0.6: @@ -2233,6 +2255,10 @@ packages: engines: {node: '>=8'} dev: true + /async/0.9.2: + resolution: {integrity: sha1-rqdNXmHB+JlhO/ZL2mbUx48v0X0=} + dev: true + /async/3.2.2: resolution: {integrity: sha512-H0E+qZaDEfx/FY4t7iLRv1W2fFI6+pyCeTw1uN20AQPiwqwM6ojPxHxdLv4z8hi2DtnW9BOckSspLucW7pIE5g==} dev: true @@ -2537,7 +2563,7 @@ packages: resolution: {integrity: sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==} dependencies: string-width: 4.2.2 - strip-ansi: 6.0.0 + strip-ansi: 6.0.1 wrap-ansi: 7.0.0 dev: true @@ -2679,8 +2705,8 @@ packages: vary: 1.1.2 dev: true - /critters/0.0.14: - resolution: {integrity: sha512-YiBoGKfU8/xg+tVMw0KfMBgmr0TWa1JGmRXDzbQRQQaDarGUcZZtZEB25QyYrLasQZAnvqoZhSg2GW0zdsQkYQ==} + /critters/0.0.15: + resolution: {integrity: sha512-AE7hkXb3eZUbEvS1SKZa+OU4o2kUOXtzVeE/2E/mjU/0mV1wpBT1HfUCWVRS4zwvkBNJ0AQYsVjAoFm+kIhfdw==} dependencies: chalk: 4.1.2 css-select: 4.1.3 @@ -2746,13 +2772,13 @@ packages: resolution: {integrity: sha512-RSU6Hyeg14am3Ah4VZEmeX8H7kLwEEirXe6aU2IPfKNvhXwTflK5HQRDNI0ypQXoqmm+QPyG2IaPuQE5zMwSIQ==} dev: false - /cypress/8.7.0: - resolution: {integrity: sha512-b1bMC3VQydC6sXzBMFnSqcvwc9dTZMgcaOzT0vpSD+Gq1yFc+72JDWi55sfUK5eIeNLAtWOGy1NNb6UlhMvB+Q==} + /cypress/9.1.0: + resolution: {integrity: sha512-fyXcCN51vixkPrz/vO/Qy6WL3hKYJzCQFeWofOpGOFewVVXrGfmfSOGFntXpzWBXsIwPn3wzW0HOFw51jZajNQ==} engines: {node: '>=12.0.0'} hasBin: true requiresBuild: true dependencies: - '@cypress/request': 2.88.6 + '@cypress/request': 2.88.9 '@cypress/xvfb': 1.2.4 '@types/node': 14.17.32 '@types/sinonjs__fake-timers': 6.0.4 @@ -2787,7 +2813,6 @@ packages: 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 tmp: 0.2.1 @@ -2853,6 +2878,31 @@ packages: supports-color: 8.1.1 dev: true + /debug/4.3.3: + resolution: {integrity: sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==} + engines: {node: '>=6.0'} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + dependencies: + ms: 2.1.2 + dev: true + + /debug/4.3.3_supports-color@8.1.1: + resolution: {integrity: sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==} + engines: {node: '>=6.0'} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + dependencies: + ms: 2.1.2 + supports-color: 8.1.1 + dev: true + /decimal.js/10.3.1: resolution: {integrity: sha512-V0pfhfr8suzyPGOx3nmq4aHqabehUZn6Ch9kyFpV79TGDTWFmHqUqXdabR7QHqxzrYolF4+tVmJhUG4OURg5dQ==} dev: true @@ -2981,10 +3031,12 @@ packages: resolution: {integrity: sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=} dev: true - /ejs/2.7.4: - resolution: {integrity: sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA==} + /ejs/3.1.6: + resolution: {integrity: sha512-9lt9Zse4hPucPkoP7FHDF0LQAlGyF9JVpnClFLFH3aSSbxmyoqINRpp/9wePWJTUl4KOQwRL72Iw3InHPDkoGw==} engines: {node: '>=0.10.0'} - requiresBuild: true + hasBin: true + dependencies: + jake: 10.8.2 dev: true /electron-to-chromium/1.3.842: @@ -3270,7 +3322,7 @@ packages: source-map: 0.6.1 dev: true - /eslint-config-standard/16.0.3_73329a780b456f64419f853e0fc044f5: + /eslint-config-standard/16.0.3_a91986cd61f51e0cdba75303fb12b37d: resolution: {integrity: sha512-x4fmJL5hGqNJKGHSjnLdgA6U6h1YW/G2dW9fA+cyVur4SK6lyue8+UgNKWlZtUDTXvgKDD/Oa3GQjmB5kjtVvg==} peerDependencies: eslint: ^7.12.1 @@ -3278,10 +3330,10 @@ packages: eslint-plugin-node: ^11.1.0 eslint-plugin-promise: ^4.2.1 || ^5.0.0 dependencies: - 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 + eslint: 8.3.0 + eslint-plugin-import: 2.25.3_eslint@8.3.0 + eslint-plugin-node: 11.1.0_eslint@8.3.0 + eslint-plugin-promise: 5.1.1_eslint@8.3.0 dev: true /eslint-import-resolver-node/0.3.6: @@ -3300,34 +3352,34 @@ packages: pkg-dir: 2.0.0 dev: true - /eslint-plugin-cypress/2.12.1_eslint@8.2.0: + /eslint-plugin-cypress/2.12.1_eslint@8.3.0: resolution: {integrity: sha512-c2W/uPADl5kospNDihgiLc7n87t5XhUbFDoTl6CfVkmG+kDAb5Ux10V9PoLPu9N+r7znpc+iQlcmAqT1A/89HA==} peerDependencies: eslint: '>= 3.2.1' dependencies: - eslint: 8.2.0 + eslint: 8.3.0 globals: 11.12.0 dev: true - /eslint-plugin-es/3.0.1_eslint@8.2.0: + /eslint-plugin-es/3.0.1_eslint@8.3.0: resolution: {integrity: sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=4.19.1' dependencies: - eslint: 8.2.0 + eslint: 8.3.0 eslint-utils: 2.1.0 regexpp: 3.2.0 dev: true - /eslint-plugin-eslint-comments/3.2.0_eslint@8.2.0: + /eslint-plugin-eslint-comments/3.2.0_eslint@8.3.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.2.0 + eslint: 8.3.0 ignore: 5.1.8 dev: true @@ -3337,8 +3389,8 @@ packages: htmlparser2: 7.1.2 dev: true - /eslint-plugin-import/2.25.2_eslint@8.2.0: - resolution: {integrity: sha512-qCwQr9TYfoBHOFcVGKY9C9unq05uOxxdklmBXLVvcwo68y5Hta6/GzCZEMx2zQiu0woKNEER0LE7ZgaOfBU14g==} + /eslint-plugin-import/2.25.3_eslint@8.3.0: + resolution: {integrity: sha512-RzAVbby+72IB3iOEL8clzPLzL3wpDrlwjsTBAQXgyp5SeTqqY+0bFubwuo+y/HLhNZcXV4XqTBO4LGsfyHIDXg==} engines: {node: '>=4'} peerDependencies: eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 @@ -3347,7 +3399,7 @@ packages: array.prototype.flat: 1.2.5 debug: 2.6.9 doctrine: 2.1.0 - eslint: 8.2.0 + eslint: 8.3.0 eslint-import-resolver-node: 0.3.6 eslint-module-utils: 2.7.1 has: 1.0.3 @@ -3359,26 +3411,26 @@ packages: tsconfig-paths: 3.11.0 dev: true - /eslint-plugin-jsonc/1.7.0_eslint@8.2.0: - resolution: {integrity: sha512-pb3CAD9B0zhv3r9Bg9AdzswL50I3mbIq1ys+tNeuaDeibFlweo84SBNm22oqaFx/Dka+YZw2SLukAkQlJzSHMQ==} - engines: {node: '>=8.10.0'} + /eslint-plugin-jsonc/2.0.0_eslint@8.3.0: + resolution: {integrity: sha512-5UbUUvx4gUVeF9hJ+SHDW9a4OPQ8vJWu12rttQ76qGO2tlH17OC103CLq+vrmjo5VQULeVzSJ0u4s+jUATJyWQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: - eslint: '>=5.0.0' + eslint: '>=6.0.0' dependencies: - eslint: 8.2.0 - eslint-utils: 3.0.0_eslint@8.2.0 - jsonc-eslint-parser: 1.4.1 + eslint: 8.3.0 + eslint-utils: 3.0.0_eslint@8.3.0 + jsonc-eslint-parser: 2.0.4_eslint@8.3.0 natural-compare: 1.4.0 dev: true - /eslint-plugin-node/11.1.0_eslint@8.2.0: + /eslint-plugin-node/11.1.0_eslint@8.3.0: resolution: {integrity: sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=5.16.0' dependencies: - eslint: 8.2.0 - eslint-plugin-es: 3.0.1_eslint@8.2.0 + eslint: 8.3.0 + eslint-plugin-es: 3.0.1_eslint@8.3.0 eslint-utils: 2.1.0 ignore: 5.1.8 minimatch: 3.0.4 @@ -3386,40 +3438,40 @@ packages: semver: 6.3.0 dev: true - /eslint-plugin-promise/5.1.0_eslint@8.2.0: - resolution: {integrity: sha512-NGmI6BH5L12pl7ScQHbg7tvtk4wPxxj8yPHH47NvSmMtFneC077PSeY3huFj06ZWZvtbfxSPt3RuOQD5XcR4ng==} + /eslint-plugin-promise/5.1.1_eslint@8.3.0: + resolution: {integrity: sha512-XgdcdyNzHfmlQyweOPTxmc7pIsS6dE4MvwhXWMQ2Dxs1XAL2GJDilUsjWen6TWik0aSI+zD/PqocZBblcm9rdA==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: eslint: ^7.0.0 dependencies: - eslint: 8.2.0 + eslint: 8.3.0 dev: true - /eslint-plugin-react/7.26.1_eslint@8.2.0: - resolution: {integrity: sha512-Lug0+NOFXeOE+ORZ5pbsh6mSKjBKXDXItUD2sQoT+5Yl0eoT82DqnXeTMfUare4QVCn9QwXbfzO/dBLjLXwVjQ==} + /eslint-plugin-react/7.27.1_eslint@8.3.0: + resolution: {integrity: sha512-meyunDjMMYeWr/4EBLTV1op3iSG3mjT/pz5gti38UzfM4OPpNc2m0t2xvKCOMU5D6FSdd34BIMFOvQbW+i8GAA==} engines: {node: '>=4'} peerDependencies: - eslint: ^3 || ^4 || ^5 || ^6 || ^7 + eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 dependencies: array-includes: 3.1.4 - array.prototype.flatmap: 1.2.4 + array.prototype.flatmap: 1.2.5 doctrine: 2.1.0 - eslint: 8.2.0 - estraverse: 5.2.0 + eslint: 8.3.0 + estraverse: 5.3.0 jsx-ast-utils: 3.2.1 minimatch: 3.0.4 - object.entries: 1.1.4 - object.fromentries: 2.0.4 + object.entries: 1.1.5 + object.fromentries: 2.0.5 object.hasown: 1.1.0 object.values: 1.1.5 prop-types: 15.7.2 resolve: 2.0.0-next.3 semver: 6.3.0 - string.prototype.matchall: 4.0.5 + string.prototype.matchall: 4.0.6 dev: true - /eslint-plugin-unicorn/37.0.1_eslint@8.2.0: - resolution: {integrity: sha512-E1jq5u9ojnadisJcPi+hMXTGSiIzkIUMDvWsBudsCGXvKUB2aNSU2TcfyW2/jAS5A4ryBXfzxLykMxX1EdluSQ==} + /eslint-plugin-unicorn/39.0.0_eslint@8.3.0: + resolution: {integrity: sha512-fd5RK2FtYjGcIx3wra7csIE/wkkmBo22T1gZtRTsLr1Mb+KsFKJ+JOdSqhHXQUrI/JTs/Mon64cEYzTgSCbltw==} engines: {node: '>=12'} peerDependencies: eslint: '>=7.32.0' @@ -3427,9 +3479,9 @@ packages: '@babel/helper-validator-identifier': 7.14.9 ci-info: 3.2.0 clean-regexp: 1.0.0 - eslint: 8.2.0 - eslint-template-visitor: 2.3.2_eslint@8.2.0 - eslint-utils: 3.0.0_eslint@8.2.0 + eslint: 8.3.0 + eslint-template-visitor: 2.3.2_eslint@8.3.0 + eslint-utils: 3.0.0_eslint@8.3.0 esquery: 1.4.0 indent-string: 4.0.0 is-builtin-module: 3.1.0 @@ -3444,31 +3496,32 @@ packages: - supports-color dev: true - /eslint-plugin-vue/7.19.1_eslint@8.2.0: - resolution: {integrity: sha512-e2pD7nW2sTY04ThH+66BgToNwC4n6dqfNhKE+ypdJFtZgn3Zn+nP8ZEIFPG0PGqCKQ3qxy8dJk1bzUsuQd3ANA==} - engines: {node: '>=8.10'} + /eslint-plugin-vue/8.1.1_eslint@8.3.0: + resolution: {integrity: sha512-rx64IrlhdfPya6u2V5ukOGiLCTgaCBdMSpczLVqyo8A0l+Vbo+lzvIfEUfAQ2auj+MF6y0TwxLorzdCIzHunnw==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: - eslint: ^6.2.0 || ^7.0.0 || ^8.0.0-0 + eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 dependencies: - eslint: 8.2.0 - eslint-utils: 2.1.0 + eslint: 8.3.0 + eslint-utils: 3.0.0_eslint@8.3.0 natural-compare: 1.4.0 - semver: 6.3.0 - vue-eslint-parser: 7.11.0_eslint@8.2.0 + semver: 7.3.5 + vue-eslint-parser: 8.0.1_eslint@8.3.0 transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-yml/0.10.1_eslint@8.2.0: - resolution: {integrity: sha512-af0WgO3qaH+RW6jv1s6RzXKlg2NZLisN95lqGUf1KqBT6rEJyGSCpM49QYaSTvzmMaB/gcdbrnAfNoYwUn0Yig==} + /eslint-plugin-yml/0.12.0_eslint@8.3.0: + resolution: {integrity: sha512-aS82M+diohZTusadiByzh/bKDrfi+Y6VBQkD3ym/7JH+KF9WUB9qKCizLfTaCACwtRrHpqaLz3G8GKmslshyiw==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' dependencies: - debug: 4.3.2 - eslint: 8.2.0 + debug: 4.3.3 + eslint: 8.3.0 lodash: 4.17.21 natural-compare: 1.4.0 - yaml-eslint-parser: 0.4.1 + yaml-eslint-parser: 0.5.0 transitivePeerDependencies: - supports-color dev: true @@ -3484,19 +3537,27 @@ packages: /eslint-scope/6.0.0: resolution: {integrity: sha512-uRDL9MWmQCkaFus8RF5K9/L/2fn+80yoW3jkD53l4shjCh26fCtvJGasxjUqP5OT87SYTxCVA3BwTUzuELx9kA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dependencies: + esrecurse: 4.3.0 + estraverse: 5.3.0 + dev: true + + /eslint-scope/7.1.0: + resolution: {integrity: sha512-aWwkhnS0qAXqNOgKOK0dJ2nvzEbhEvpy8OlJ9kZ0FeZnA6zpjv1/Vei+puGFFX7zkPCkHHXb7IDX3A+7yPrRWg==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: esrecurse: 4.3.0 estraverse: 5.2.0 dev: true - /eslint-template-visitor/2.3.2_eslint@8.2.0: + /eslint-template-visitor/2.3.2_eslint@8.3.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.2.0 - eslint: 8.2.0 + '@babel/eslint-parser': 7.15.4_@babel+core@7.15.5+eslint@8.3.0 + eslint: 8.3.0 eslint-visitor-keys: 2.1.0 esquery: 1.4.0 multimap: 1.1.0 @@ -3511,13 +3572,13 @@ packages: eslint-visitor-keys: 1.3.0 dev: true - /eslint-utils/3.0.0_eslint@8.2.0: + /eslint-utils/3.0.0_eslint@8.3.0: resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} peerDependencies: eslint: '>=5' dependencies: - eslint: 8.2.0 + eslint: 8.3.0 eslint-visitor-keys: 2.1.0 dev: true @@ -3531,13 +3592,13 @@ packages: engines: {node: '>=10'} dev: true - /eslint-visitor-keys/3.0.0: - resolution: {integrity: sha512-mJOZa35trBTb3IyRmo8xmKBZlxf+N7OnUl4+ZhJHs/r+0770Wh/LEACE2pqMGMe27G/4y8P2bYGk4J70IC5k1Q==} + /eslint-visitor-keys/3.1.0: + resolution: {integrity: sha512-yWJFpu4DtjsWKkt5GeNBBuZMlNcYVs6vRCLoCVEJrTjaSB6LC98gFipNK/erM2Heg/E8mIK+hXG/pJMLK+eRZA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /eslint/8.2.0: - resolution: {integrity: sha512-erw7XmM+CLxTOickrimJ1SiF55jiNlVSp2qqm0NuBWPtHYQCegD5ZMaW0c3i5ytPqL+SSLaCxdvQXFPLJn+ABw==} + /eslint/8.3.0: + resolution: {integrity: sha512-aIay56Ph6RxOTC7xyr59Kt3ewX185SaGnAr8eWukoPLeriCrvGjvAubxuvaXOfsxhtwV5g0uBOsyhAom4qJdww==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: @@ -3550,10 +3611,10 @@ packages: doctrine: 3.0.0 enquirer: 2.3.6 escape-string-regexp: 4.0.0 - eslint-scope: 6.0.0 - eslint-utils: 3.0.0_eslint@8.2.0 - eslint-visitor-keys: 3.0.0 - espree: 9.0.0 + eslint-scope: 7.1.0 + eslint-utils: 3.0.0_eslint@8.3.0 + eslint-visitor-keys: 3.1.0 + espree: 9.1.0 esquery: 1.4.0 esutils: 2.0.3 fast-deep-equal: 3.1.3 @@ -3592,13 +3653,13 @@ packages: eslint-visitor-keys: 1.3.0 dev: true - /espree/9.0.0: - resolution: {integrity: sha512-r5EQJcYZ2oaGbeR0jR0fFVijGOcwai07/690YRXLINuhmVeRY4UKSAsQPe/0BNuDgwP7Ophoc1PRsr2E3tkbdQ==} + /espree/9.1.0: + resolution: {integrity: sha512-ZgYLvCS1wxOczBYGcQT9DDWgicXwJ4dbocr9uYN+/eresBAUuBu+O4WzB21ufQ/JqQT8gyp7hJ3z8SHii32mTQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - acorn: 8.5.0 - acorn-jsx: 5.3.2_acorn@8.5.0 - eslint-visitor-keys: 3.0.0 + acorn: 8.6.0 + acorn-jsx: 5.3.2_acorn@8.6.0 + eslint-visitor-keys: 3.1.0 dev: true /esprima/4.0.1: @@ -3631,6 +3692,11 @@ packages: engines: {node: '>=4.0'} dev: true + /estraverse/5.3.0: + resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==} + engines: {node: '>=4.0'} + dev: true + /estree-walker/1.0.1: resolution: {integrity: sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==} dev: true @@ -3750,7 +3816,7 @@ packages: engines: {node: '>= 10.17.0'} hasBin: true dependencies: - debug: 4.3.2_supports-color@8.1.1 + debug: 4.3.3_supports-color@8.1.1 get-stream: 5.2.0 yauzl: 2.10.0 optionalDependencies: @@ -3813,6 +3879,12 @@ packages: flat-cache: 3.0.4 dev: true + /filelist/1.0.2: + resolution: {integrity: sha512-z7O0IS8Plc39rTCq6i6iHxk43duYOn8uFJiWSewIq0Bww1RNybVHSCjahmcC87ZqAm4OTvFzlzeGu3XAzG1ctQ==} + dependencies: + minimatch: 3.0.4 + dev: true + /fill-range/7.0.1: resolution: {integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==} engines: {node: '>=8'} @@ -3931,6 +4003,7 @@ packages: resolution: {integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==} engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} os: [darwin] + requiresBuild: true dev: true optional: true @@ -4201,17 +4274,17 @@ packages: dependencies: '@tootallnate/once': 1.1.2 agent-base: 6.0.2 - debug: 4.3.2 + debug: 4.3.3 transitivePeerDependencies: - supports-color dev: true - /http-signature/1.2.0: - resolution: {integrity: sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=} - engines: {node: '>=0.8', npm: '>=1.3.7'} + /http-signature/1.3.6: + resolution: {integrity: sha512-3adrsD6zqo4GsTqtO7FyrejHNv+NgiIfAfv68+jVlFmSr9OGy7zrxONceFRLKvnnZA5jbxQBX1u9PpB6Wi32Gw==} + engines: {node: '>=0.10'} dependencies: assert-plus: 1.0.0 - jsprim: 1.4.1 + jsprim: 2.0.2 sshpk: 1.16.1 dev: true @@ -4234,7 +4307,7 @@ packages: engines: {node: '>= 6'} dependencies: agent-base: 6.0.2 - debug: 4.3.2 + debug: 4.3.3 transitivePeerDependencies: - supports-color dev: true @@ -4256,8 +4329,8 @@ packages: safer-buffer: 2.1.2 dev: true - /idb/6.1.3: - resolution: {integrity: sha512-oIRDpVcs5KXpI1hRnTJUwkY63RB/7iqu9nSNuzXN8TLHjs7oO20IoPFbBTsqxIL5IjzIUDi+FXlVcK4zm26J8A==} + /idb/6.1.5: + resolution: {integrity: sha512-IJtugpKkiVXQn5Y+LteyBCNk1N8xpGV3wWZk9EVtZWH8DYkjBn0bX1XnGP9RkyZF0sAcywa6unHqSWKe7q4LGw==} dev: true /ignore/4.0.6: @@ -4563,6 +4636,16 @@ packages: resolution: {integrity: sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=} dev: true + /jake/10.8.2: + resolution: {integrity: sha512-eLpKyrfG3mzvGE2Du8VoPbeSkRry093+tyNjdYaBbJS9v17knImYGNXQCUV0gLxQtF82m3E8iRb/wdSQZLoq7A==} + hasBin: true + dependencies: + async: 0.9.2 + chalk: 2.4.2 + filelist: 1.0.2 + minimatch: 3.0.4 + dev: true + /jest-worker/26.6.2: resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==} engines: {node: '>= 10.13.0'} @@ -4614,7 +4697,7 @@ packages: optional: true dependencies: abab: 2.0.5 - acorn: 8.5.0 + acorn: 8.6.0 acorn-globals: 6.0.0 cssom: 0.5.0 cssstyle: 2.3.0 @@ -4669,14 +4752,14 @@ packages: resolution: {integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==} dev: true - /json-schema/0.2.3: - resolution: {integrity: sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=} - dev: true - /json-schema/0.3.0: resolution: {integrity: sha512-TYfxx36xfl52Rf1LU9HyWSLGPdYLL+SQ8/E/0yVyKG8wCCDaSrhPap0vEdlsZWRaS6tnKKLPGiEJGiREVC8kxQ==} dev: true + /json-schema/0.4.0: + resolution: {integrity: sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==} + dev: true + /json-stable-stringify-without-jsonify/1.0.1: resolution: {integrity: sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=} dev: true @@ -4711,6 +4794,19 @@ packages: semver: 6.3.0 dev: true + /jsonc-eslint-parser/2.0.4_eslint@8.3.0: + resolution: {integrity: sha512-a3ZRus4qea0tSRCW2qvF/spFt7iCpdeJbiDjxbFZRZ87JCF8sI8hbxpVvUBVyZ3fLB/RQnTi+Y/yZbMlqt1BCg==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dependencies: + acorn: 8.6.0 + eslint-utils: 3.0.0_eslint@8.3.0 + eslint-visitor-keys: 3.1.0 + espree: 9.1.0 + semver: 7.3.5 + transitivePeerDependencies: + - eslint + dev: true + /jsonc-parser/2.3.1: resolution: {integrity: sha512-H8jvkz1O50L3dMZCsLqiuB2tA7muqbSg1AtGEkN0leAqGjsUzDJir3Zwr02BhqdcITPg3ei3mZ+HjMocAknhhg==} dev: true @@ -4727,18 +4823,18 @@ packages: graceful-fs: 4.2.8 dev: true - /jsonpointer/4.1.0: - resolution: {integrity: sha512-CXcRvMyTlnR53xMcKnuMzfCA5i/nfblTnnr74CZb6C4vG39eu6w51t7nKmU5MfLfbTgGItliNyjO/ciNPDqClg==} + /jsonpointer/5.0.0: + resolution: {integrity: sha512-PNYZIdMjVIvVgDSYKTT63Y+KZ6IZvGRNNWcxwD+GNnUz1MKPfv30J8ueCjdwcN0nDx2SlshgyB7Oy0epAzVRRg==} engines: {node: '>=0.10.0'} dev: true - /jsprim/1.4.1: - resolution: {integrity: sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=} + /jsprim/2.0.2: + resolution: {integrity: sha512-gqXddjPqQ6G40VdnI6T6yObEC+pDNvyP95wdQhkWkg7crHH3km5qP1FsOXEkzEQwnz6gz5qGTn1c2Y52wP3OyQ==} engines: {'0': node >=0.6.0} dependencies: assert-plus: 1.0.0 extsprintf: 1.3.0 - json-schema: 0.2.3 + json-schema: 0.4.0 verror: 1.10.0 dev: true @@ -5144,8 +5240,8 @@ packages: object-keys: 1.1.1 dev: true - /object.entries/1.1.4: - resolution: {integrity: sha512-h4LWKWE+wKQGhtMjZEBud7uLGhqyLwj8fpHOarZhD2uY3C9cRtk57VQ89ke3moByLXMedqs3XCHzyb4AmA2DjA==} + /object.entries/1.1.5: + resolution: {integrity: sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 @@ -5153,14 +5249,13 @@ packages: es-abstract: 1.19.1 dev: true - /object.fromentries/2.0.4: - resolution: {integrity: sha512-EsFBshs5RUUpQEY1D4q/m59kMfz4YJvxuNCJcv/jWwOJr34EaVnG11ZrZa0UHB3wnzV1wx8m58T4hQL8IuNXlQ==} + /object.fromentries/2.0.5: + resolution: {integrity: sha512-CAyG5mWQRRiBU57Re4FKoTBjXfDoNwdFVH2Y1tS9PqCsfUTymAohOkEMSG3aRNKmv4lV3O7p1et7c187q6bynw==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 define-properties: 1.1.3 es-abstract: 1.19.1 - has: 1.0.3 dev: true /object.hasown/1.1.0: @@ -5384,10 +5479,10 @@ packages: engines: {node: '>=0.10.0'} dev: true - /pinia/2.0.2_typescript@4.4.4+vue@3.2.21: - resolution: {integrity: sha512-ljN+9p9XHE8YrMBgxLbpo5rdVPj7Fri4Bl9qswz5dJPeoK6ra66YOLrGpBoCsHjAqu9jOBC3oJeErocicf51oA==} + /pinia/2.0.4_typescript@4.5.2+vue@3.2.23: + resolution: {integrity: sha512-nAc2f9HmOcBbWRlnGDuBGedM1G6uFAR10FnJWP1/dgm1I2tM5jbgKL/3IgynP4mBnPCy//ky7g0WpCZl5Mmxsg==} peerDependencies: - '@vue/composition-api': ^1.3.0 + '@vue/composition-api': ^1.4.0 typescript: ^4.4.4 vue: ^2.6.14 || ^3.2.0 peerDependenciesMeta: @@ -5396,10 +5491,10 @@ packages: typescript: optional: true dependencies: - '@vue/devtools-api': 6.0.0-beta.19 - typescript: 4.4.4 - vue: 3.2.21 - vue-demi: 0.12.1_vue@3.2.21 + '@vue/devtools-api': 6.0.0-beta.20.1 + typescript: 4.5.2 + vue: 3.2.23 + vue-demi: 0.12.1_vue@3.2.23 dev: false /pkg-dir/2.0.0: @@ -5414,8 +5509,8 @@ packages: engines: {node: '>=4'} dev: true - /pnpm/6.20.3: - resolution: {integrity: sha512-t16XiTxKTO+QdpsT3hBnlNN33T1JDCi+dtcVrT8ckJHt8bDQW4ax9hOYe4jtz9tUIxT0JhzYeDiyd5fiGMnu+w==} + /pnpm/6.23.2: + resolution: {integrity: sha512-mb18ZY03mn1wxxco5COfyZgqAxBOfO8F3UU41p1XVSNnkVEUXHIKLRh9UBZjjZS2vO92EqgXd0ewsE3syDmfYw==} engines: {node: '>=12.17'} hasBin: true dev: true @@ -5623,10 +5718,6 @@ packages: resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} dev: true - /ramda/0.27.1: - resolution: {integrity: sha512-PgIdVpn5y5Yns8vqb8FzBUEYn98V3xcPgawAkkgj0YJ0qDsnHCiNmZYfOGMgOvoB0eWFLpYbhxUR3mxfDIMvpw==} - dev: true - /randombytes/2.1.0: resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==} dependencies: @@ -5825,20 +5916,20 @@ packages: glob: 7.1.7 dev: true - /rollup-plugin-terser/7.0.2_rollup@2.58.0: + /rollup-plugin-terser/7.0.2_rollup@2.60.1: resolution: {integrity: sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ==} peerDependencies: rollup: ^2.0.0 dependencies: '@babel/code-frame': 7.14.5 jest-worker: 26.6.2 - rollup: 2.58.0 + rollup: 2.60.1 serialize-javascript: 4.0.0 terser: 5.8.0 dev: true - /rollup/2.58.0: - resolution: {integrity: sha512-NOXpusKnaRpbS7ZVSzcEXqxcLDOagN6iFS8p45RkoiMqPHDLwJm758UF05KlMoCRbLBTZsPOIa887gZJ1AiXvw==} + /rollup/2.60.1: + resolution: {integrity: sha512-akwfnpjY0rXEDSn1UTVfKXJhPsEBu+imi1gqBA1ZkHGydUnkV/fWCC90P7rDaLEW8KTwBcS1G3N4893Ndz+jwg==} engines: {node: '>=10.0.0'} hasBin: true optionalDependencies: @@ -6131,11 +6222,11 @@ packages: dependencies: emoji-regex: 8.0.0 is-fullwidth-code-point: 3.0.0 - strip-ansi: 6.0.0 + strip-ansi: 6.0.1 dev: true - /string.prototype.matchall/4.0.5: - resolution: {integrity: sha512-Z5ZaXO0svs0M2xd/6By3qpeKpLKd9mO4v4q3oMEQrk8Ck4xOD5d5XeBOOjGrmVZZ/AHB1S0CgG4N5r1G9N3E2Q==} + /string.prototype.matchall/4.0.6: + resolution: {integrity: sha512-6WgDX8HmQqvEd7J+G6VtAahhsQIssiZ8zl7zKh1VDMFyL3hRTJP4FTNA3RbIp2TOQ9AYNDcc7e3fH0Qbup+DBg==} dependencies: call-bind: 1.0.2 define-properties: 1.1.3 @@ -6182,13 +6273,6 @@ packages: is-regexp: 1.0.0 dev: true - /strip-ansi/6.0.0: - resolution: {integrity: sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==} - engines: {node: '>=8'} - dependencies: - ansi-regex: 5.0.1 - dev: true - /strip-ansi/6.0.1: resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} engines: {node: '>=8'} @@ -6366,14 +6450,14 @@ packages: resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==} dev: true - /tsutils/3.21.0_typescript@4.4.4: + /tsutils/3.21.0_typescript@4.5.2: resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} engines: {node: '>= 6'} peerDependencies: typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' dependencies: tslib: 1.14.1 - typescript: 4.4.4 + typescript: 4.5.2 dev: true /tunnel-agent/0.6.0: @@ -6433,8 +6517,8 @@ packages: mime-types: 2.1.32 dev: true - /typescript/4.4.4: - resolution: {integrity: sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==} + /typescript/4.5.2: + resolution: {integrity: sha512-5BlMof9H1yGt0P8/WF+wPNw6GfctgGjXp5hkblpyT+8rkASSmkUKMXrxR0Xg8ThVCi/JnHQiKXeBaEwCeQwMFw==} engines: {node: '>=4.2.0'} hasBin: true dev: true @@ -6507,30 +6591,30 @@ packages: engines: {node: '>= 0.8'} dev: true - /unplugin-auto-import/0.4.13_@vueuse+core@6.7.6+vite@2.6.13: - resolution: {integrity: sha512-tSN4eObmxVJQtDrpEo7VgWScbTOQU3r4NuD0+6vM55ORe3qMrJJcrOqEpqjRdAlI9edYa9p2TS0BxGECNKub+g==} + /unplugin-auto-import/0.4.20_@vueuse+core@7.1.2+vite@2.6.14: + resolution: {integrity: sha512-8JdSJXn16cHnWEtEDCY6A5EkewDyUiZjEM07eE70BofEc+cVBmF6wFtxgoHIXEh4A327ZL5Shw6ajatYtDbynw==} engines: {node: '>=14'} peerDependencies: - '@vueuse/core': ^6.0.0 + '@vueuse/core': '*' peerDependenciesMeta: '@vueuse/core': optional: true dependencies: '@antfu/utils': 0.3.0 '@rollup/pluginutils': 4.1.1 - '@vueuse/core': 6.7.6_vue@3.2.21 - local-pkg: 0.1.0 + '@vueuse/core': 7.1.2_vue@3.2.23 + local-pkg: 0.4.0 magic-string: 0.25.7 resolve: 1.20.0 - unplugin: 0.2.16_vite@2.6.13 + unplugin: 0.2.21_vite@2.6.14 transitivePeerDependencies: - rollup - vite - webpack dev: true - /unplugin-icons/0.12.18_ffe6ba4676d23562dbecd516d3abe553: - resolution: {integrity: sha512-o2nc6AGGk4StTx5xMTndVBylszRg/hJvHMO1eEFfrfw9yh+eedre2S4F8EHltn3FjADL2a17GpXcvCAwmONgXA==} + /unplugin-icons/0.12.20_9417d93c2d611a99e242fff8baf59806: + resolution: {integrity: sha512-7gHxygp1iRbh85/43yqSbzImo5Y7KmVZFV8k79XL/SYNuIPsn19A10Mn2X1YUWm/uQWu/0J9ouq/083Mo4gyPg==} peerDependencies: '@svgr/core': ^5.5.0 '@vue/compiler-sfc': ^3.0.2 @@ -6549,11 +6633,11 @@ packages: '@antfu/install-pkg': 0.1.0 '@antfu/utils': 0.3.0 '@iconify/utils': 1.0.18 - '@vue/compiler-sfc': 3.2.21 + '@vue/compiler-sfc': 3.2.23 debug: 4.3.2 kolorist: 1.5.0 local-pkg: 0.4.0 - unplugin: 0.2.19_vite@2.6.13 + unplugin: 0.2.19_vite@2.6.14 transitivePeerDependencies: - rollup - supports-color @@ -6561,7 +6645,7 @@ packages: - webpack dev: true - /unplugin-vue-components/0.17.2_vite@2.6.13+vue@3.2.21: + /unplugin-vue-components/0.17.2_vite@2.6.14+vue@3.2.23: resolution: {integrity: sha512-e4ZdOpnzFMQJx3rDLotLyucTap0bUlMy+6BRYyoN6jE1ZyGAgR6jodmpHZAPR3xkC4pkqW5PLlyDfIH/+lzkng==} engines: {node: '>=14'} peerDependencies: @@ -6583,8 +6667,8 @@ packages: magic-string: 0.25.7 minimatch: 3.0.4 resolve: 1.20.0 - unplugin: 0.2.19_vite@2.6.13 - vue: 3.2.21 + unplugin: 0.2.19_vite@2.6.14 + vue: 3.2.23 transitivePeerDependencies: - rollup - supports-color @@ -6592,25 +6676,7 @@ packages: - webpack dev: true - /unplugin/0.2.16_vite@2.6.13: - resolution: {integrity: sha512-KkXatHba0baJszSHW+2e8EQU/5Bz7rYwzYXu8wUeq97tE6K3wvub+7OWSuRv04LttvzNLsJ2jXEyR35gofv74Q==} - peerDependencies: - rollup: ^2.50.0 - vite: ^2.3.0 - webpack: 4 || 5 - peerDependenciesMeta: - rollup: - optional: true - vite: - optional: true - webpack: - optional: true - dependencies: - vite: 2.6.13 - webpack-virtual-modules: 0.4.3 - dev: true - - /unplugin/0.2.19_vite@2.6.13: + /unplugin/0.2.19_vite@2.6.14: resolution: {integrity: sha512-r5PDeBBecir99rhLFp1ftqIkp5afD91anweIlWtF5Ca46FJsn2kQczD93FdFJw79R6HSF5waeYo79bFOQ9GVhQ==} peerDependencies: rollup: ^2.50.0 @@ -6624,7 +6690,25 @@ packages: webpack: optional: true dependencies: - vite: 2.6.13 + vite: 2.6.14 + webpack-virtual-modules: 0.4.3 + dev: true + + /unplugin/0.2.21_vite@2.6.14: + resolution: {integrity: sha512-IJ15/L5XbhnV7J09Zjk0FT5HEkBjkXucWAXQWRsmEtUxmmxwh23yavrmDbCF6ZPxWiVB28+wnKIHePTRRpQPbQ==} + peerDependencies: + rollup: ^2.50.0 + vite: ^2.3.0 + webpack: 4 || 5 + peerDependenciesMeta: + rollup: + optional: true + vite: + optional: true + webpack: + optional: true + dependencies: + vite: 2.6.14 webpack-virtual-modules: 0.4.3 dev: true @@ -6699,20 +6783,20 @@ packages: extsprintf: 1.3.0 dev: true - /vite-plugin-inspect/0.3.10_vite@2.6.13: - resolution: {integrity: sha512-4PDxPeiRd+szrepkHiogOCmiYy7fK15tZYpBq5vVXW24AooB5uk01HKMnFeKoZHPnB4nRNaoGPZFKTLndFosjQ==} + /vite-plugin-inspect/0.3.11_vite@2.6.14: + resolution: {integrity: sha512-YsaV4bhJ++EULZamWVudMsq0VTugR/0slgbSj/A9JI9KmsGsXBCN4zBx0ptd0TkKrRniLbqO7iQqdZaybuLGvQ==} peerDependencies: vite: ^2.0.0 dependencies: debug: 4.3.2 sirv: 1.0.17 ufo: 0.7.9 - vite: 2.6.13 + vite: 2.6.14 transitivePeerDependencies: - supports-color dev: true - /vite-plugin-md/0.11.4_vite@2.6.13: + /vite-plugin-md/0.11.4_vite@2.6.14: resolution: {integrity: sha512-t24rdVSB72k8xeLcuMhwl0ku5hvsQkt7NfVNG1LEaTOykbXTgwcGD8OUTmryOsGGhCw2DuCZJvTs+qK07J7Gug==} peerDependencies: vite: ^2.0.0 @@ -6721,10 +6805,10 @@ packages: '@types/markdown-it': 12.2.3 gray-matter: 4.0.3 markdown-it: 12.2.0 - vite: 2.6.13 + vite: 2.6.14 dev: true - /vite-plugin-pages/0.18.2_ffe6ba4676d23562dbecd516d3abe553: + /vite-plugin-pages/0.18.2_9417d93c2d611a99e242fff8baf59806: resolution: {integrity: sha512-Z6ylvMKYSiCngtSpWw9pHN4UzjMQvOG7f0RtLMDKm1LrO5iye7V8BS8Rfdvrl9Nz+D2W+i0pi98+vOL5VsmTvQ==} peerDependencies: '@vue/compiler-sfc': '>=3' @@ -6734,19 +6818,19 @@ packages: optional: true dependencies: '@antfu/utils': 0.3.0 - '@vue/compiler-sfc': 3.2.21 + '@vue/compiler-sfc': 3.2.23 debug: 4.3.2 deep-equal: 2.0.5 fast-glob: 3.2.7 json5: 2.2.0 - vite: 2.6.13 + vite: 2.6.14 yaml: 2.0.0-8 transitivePeerDependencies: - supports-color dev: true - /vite-plugin-pwa/0.11.3_vite@2.6.13: - resolution: {integrity: sha512-KAuv7aAX1VTkaR7DakpmUG7LypNXlf+M/x4y2xYrYgQHoqk2Y2mKKR0dAG5cGBekqcev56QsABusTBScPm50mw==} + /vite-plugin-pwa/0.11.7_vite@2.6.14: + resolution: {integrity: sha512-sU+VrUNVP87E79GCCBTusdoiqja3Qapsrp48+xFDf28zaeNZ2nuuCoCIPshmyusGuY0I51wRFxiBjcbdheEBSw==} peerDependencies: vite: ^2.0.0 dependencies: @@ -6754,74 +6838,70 @@ packages: debug: 4.3.2 fast-glob: 3.2.7 pretty-bytes: 5.6.0 - rollup: 2.58.0 - vite: 2.6.13 - workbox-build: 6.3.0 - workbox-window: 6.3.0 + rollup: 2.60.1 + vite: 2.6.14 + workbox-build: 6.4.1 + workbox-window: 6.4.1 transitivePeerDependencies: - '@types/babel__core' - supports-color dev: true - /vite-plugin-vue-layouts/0.5.0_efa9692e425e72053c0529e34c190665: + /vite-plugin-vue-layouts/0.5.0_9e1dbf652a28e46019b578233a662bd2: 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.21 + '@vue/compiler-sfc': 3.2.23 debug: 4.3.2 fast-glob: 3.2.7 - vite: 2.6.13 - vue: 3.2.21 - vue-router: 4.0.12_vue@3.2.21 + vite: 2.6.14 + vue: 3.2.23 + vue-router: 4.0.12_vue@3.2.23 transitivePeerDependencies: - supports-color dev: true - /vite-plugin-windicss/1.5.1_vite@2.6.13: - resolution: {integrity: sha512-AUuRFT5Y7SfW9eclaKf5BOTZ7MMfkUZzOeVzqd9yq/uIwzWyleRtssCTuJgZ0+om+hnXn9YwcIpR26lsaasIbg==} + /vite-plugin-windicss/1.5.3_vite@2.6.14: + resolution: {integrity: sha512-t9iu+fs1egguTK/+RdV/UCp11R69EQhVvvGcrNhCMt43DQF/RU19gHZUXB8wspm0V02Bz+rSmtqy/h3laJ9Z5Q==} peerDependencies: vite: ^2.0.1 dependencies: - '@windicss/plugin-utils': 1.5.1 - chalk: 4.1.2 - debug: 4.3.2 - vite: 2.6.13 + '@windicss/plugin-utils': 1.5.3 + debug: 4.3.3 + kolorist: 1.5.0 + vite: 2.6.14 windicss: 3.2.1 transitivePeerDependencies: - supports-color dev: true - /vite-ssg/0.15.6_e43eb5501679e018e24a10d0bd71d9e5: - resolution: {integrity: sha512-OJsV4mjRODJS1XRm7DWXbgn30ELDXX07N7vnXHUSc8XtwGB9dcwz0y6kBj9p7He3MFOKaggDTRl5Bmw8M6gbPg==} + /vite-ssg/0.16.2_6d320fdd55a5bc574fac9940b2a14a6b: + resolution: {integrity: sha512-paoBbRdaKBznYf+aTqN2Ltf5dQiBgUKwM2uvwjmPsuPQbVcznzceb13cpoG4WXxlaW2EvPns30NRIM+U6RZU3w==} engines: {node: '>=14.0.0'} hasBin: true peerDependencies: - '@vue/compiler-sfc': ^3.0.4 - '@vue/server-renderer': ^3.0.4 '@vueuse/head': ^0.5.1 critters: ^0.0.10 vite: ^2.0.0 - vue: ^3.0.4 + vue: ^3.2.10 vue-router: ^4.0.1 peerDependenciesMeta: critters: optional: true dependencies: - '@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 + '@vueuse/head': 0.7.2_vue@3.2.23 chalk: 4.1.2 - critters: 0.0.14 + critters: 0.0.15 fs-extra: 10.0.0 html-minifier: 4.0.0 jsdom: 17.0.0 prettier: 2.4.1 - vite: 2.6.13 - vue: 3.2.21 - vue-router: 4.0.12_vue@3.2.21 + vite: 2.6.14 + vue: 3.2.23 + vue-router: 4.0.12_vue@3.2.23 yargs: 17.2.1 transitivePeerDependencies: - bufferutil @@ -6830,8 +6910,8 @@ packages: - utf-8-validate dev: true - /vite/2.6.13: - resolution: {integrity: sha512-+tGZ1OxozRirTudl4M3N3UTNJOlxdVo/qBl2IlDEy/ZpTFcskp+k5ncNjayR3bRYTCbqSOFz2JWGN1UmuDMScA==} + /vite/2.6.14: + resolution: {integrity: sha512-2HA9xGyi+EhY2MXo0+A2dRsqsAG3eFNEVIo12olkWhOmc8LfiM+eMdrXf+Ruje9gdXgvSqjLI9freec1RUM5EA==} engines: {node: '>=12.2.0'} hasBin: true peerDependencies: @@ -6849,7 +6929,7 @@ packages: esbuild: 0.13.3 postcss: 8.3.8 resolve: 1.20.0 - rollup: 2.58.0 + rollup: 2.60.1 optionalDependencies: fsevents: 2.3.2 dev: true @@ -6923,22 +7003,22 @@ packages: resolution: {integrity: sha512-u0Lw+IYlgbEJFF6/qAqG2d1jQmJl0eyAGJHoAJqr2HT4M2BNuQYSEiSE75f52pXHSJm8AlTjnLLbBFPrdz2hpA==} dev: true - /vscode-pug-languageservice/0.28.10: - resolution: {integrity: sha512-zhpNmMxltAlid4ZWVq0YrCbD0v2Nk/OsUl2q1pZkSJheGVMj/ZAlcYqDvWjLbMfGPtpvoC6nPxhSCc6sIDN9XA==} + /vscode-pug-languageservice/0.29.6: + resolution: {integrity: sha512-gkoM82pkCzYW+dfkLVRh22Bt3rjMT9QYl2X9lx1vV8yjeJjdYKM0vIhhio7+ZtmOO94JkdKI2YwA0K619/YEIA==} dependencies: - '@volar/code-gen': 0.28.10 - '@volar/shared': 0.28.10 - '@volar/source-map': 0.28.10 - '@volar/transforms': 0.28.10 + '@volar/code-gen': 0.29.6 + '@volar/shared': 0.29.6 + '@volar/source-map': 0.29.6 + '@volar/transforms': 0.29.6 pug-lexer: 5.0.1 pug-parser: 6.0.0 vscode-languageserver: 8.0.0-next.2 dev: true - /vscode-typescript-languageservice/0.28.10: - resolution: {integrity: sha512-TTJSQss0YR784e0Rr8se5huxd0edqGzO7A51kejEQiPPhIcOlYCEeeFxDtqv3S+/fUUkeFVdRBZA9Ie7Jfrldw==} + /vscode-typescript-languageservice/0.29.6: + resolution: {integrity: sha512-bPfQWUw6EIDS6mlvie896IZ0RgvhtehZIAWB/fmqPFH5FU/tEcGj4E3y9pZEwCtG9xUtBbW6UcVI71HmrOXB+Q==} dependencies: - '@volar/shared': 0.28.10 + '@volar/shared': 0.29.6 semver: 7.3.5 upath: 2.0.1 vscode-languageserver: 8.0.0-next.2 @@ -6953,18 +7033,18 @@ packages: resolution: {integrity: sha512-jkjy6pjU1fxUvI51P+gCsxg1u2n8LSt0W6KrCNQceaziKzff74GoWmjVG46KieVzybO1sttPQmYfrwSHey7GUA==} dev: true - /vscode-vue-languageservice/0.28.10: - resolution: {integrity: sha512-xsA9aEiELiA9zHxzhI58Y6crcSfqxtt3EDKyey9rcNYe/bdY1NY0qLh3SRxdXF8YwoxzRvnn4iUw0oxCjHnFUQ==} + /vscode-vue-languageservice/0.29.6: + resolution: {integrity: sha512-5qZY6wMxDdMC82uye5EiUcWEHci06an4liYFMDHO9h0VpulLifLN0L3jAUNGfgAMSnevKqzgvY6FsxEDxDR/8g==} dependencies: - '@volar/code-gen': 0.28.10 - '@volar/html2pug': 0.28.10 - '@volar/shared': 0.28.10 - '@volar/source-map': 0.28.10 - '@volar/transforms': 0.28.10 + '@volar/code-gen': 0.29.6 + '@volar/html2pug': 0.29.6 + '@volar/shared': 0.29.6 + '@volar/source-map': 0.29.6 + '@volar/transforms': 0.29.6 + '@volar/vue-code-gen': 0.29.6 '@vscode/emmet-helper': 2.8.2 - '@vue/compiler-dom': 3.2.20 - '@vue/reactivity': 3.2.20 - '@vue/shared': 3.2.21 + '@vue/reactivity': 3.2.21 + '@vue/shared': 3.2.23 request-light: 0.5.4 upath: 2.0.1 vscode-css-languageservice: 5.1.7 @@ -6972,11 +7052,11 @@ packages: vscode-json-languageservice: 4.1.8 vscode-languageserver: 8.0.0-next.2 vscode-languageserver-textdocument: 1.0.1 - vscode-pug-languageservice: 0.28.10 - vscode-typescript-languageservice: 0.28.10 + vscode-pug-languageservice: 0.29.6 + vscode-typescript-languageservice: 0.29.6 dev: true - /vue-demi/0.12.1_vue@3.2.21: + /vue-demi/0.12.1_vue@3.2.23: resolution: {integrity: sha512-QL3ny+wX8c6Xm1/EZylbgzdoDolye+VpCXRhI2hug9dJTP3OUJ3lmiKN3CsVV3mOJKwFi0nsstbgob0vG7aoIw==} engines: {node: '>=12'} hasBin: true @@ -6988,28 +7068,28 @@ packages: '@vue/composition-api': optional: true dependencies: - vue: 3.2.21 + vue: 3.2.23 dev: false - /vue-eslint-parser/7.11.0_eslint@8.2.0: - resolution: {integrity: sha512-qh3VhDLeh773wjgNTl7ss0VejY9bMMa0GoDG2fQVyDzRFdiU3L7fw74tWZDHNQXdZqxO3EveQroa9ct39D2nqg==} - engines: {node: '>=8.10'} + /vue-eslint-parser/8.0.1_eslint@8.3.0: + resolution: {integrity: sha512-lhWjDXJhe3UZw2uu3ztX51SJAPGPey1Tff2RK3TyZURwbuI4vximQLzz4nQfCv8CZq4xx7uIiogHMMoSJPr33A==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: - eslint: '>=5.0.0' + eslint: '>=6.0.0' dependencies: - debug: 4.3.2 - eslint: 8.2.0 - eslint-scope: 5.1.1 - eslint-visitor-keys: 1.3.0 - espree: 6.2.1 + debug: 4.3.3 + eslint: 8.3.0 + eslint-scope: 6.0.0 + eslint-visitor-keys: 3.1.0 + espree: 9.1.0 esquery: 1.4.0 lodash: 4.17.21 - semver: 6.3.0 + semver: 7.3.5 transitivePeerDependencies: - supports-color dev: true - /vue-i18n/9.1.9_vue@3.2.21: + /vue-i18n/9.1.9_vue@3.2.23: resolution: {integrity: sha512-JeRdNVxS2OGp1E+pye5XB6+M6BBkHwAv9C80Q7+kzoMdUDGRna06tjC0vCB/jDX9aWrl5swxOMFcyAr7or8XTA==} engines: {node: '>= 10'} peerDependencies: @@ -7019,37 +7099,37 @@ packages: '@intlify/shared': 9.1.9 '@intlify/vue-devtools': 9.1.9 '@vue/devtools-api': 6.0.0-beta.18 - vue: 3.2.21 + vue: 3.2.23 dev: false - /vue-router/4.0.12_vue@3.2.21: + /vue-router/4.0.12_vue@3.2.23: resolution: {integrity: sha512-CPXvfqe+mZLB1kBWssssTiWg4EQERyqJZes7USiqfW9B5N2x+nHlnsM1D3b5CaJ6qgCvMmYJnz+G0iWjNCvXrg==} peerDependencies: vue: ^3.0.0 dependencies: '@vue/devtools-api': 6.0.0-beta.19 - vue: 3.2.21 + vue: 3.2.23 dev: false - /vue-tsc/0.28.10_typescript@4.4.4: - resolution: {integrity: sha512-tGD7eC74MHqKH2/F66AYkC1zNiLrgnhMzeYWou3p/wApMaUEM4h29HqYoKN6uE+pq87uvq/penYqUSBXhIwLiA==} + /vue-tsc/0.29.6_typescript@4.5.2: + resolution: {integrity: sha512-P0vBtyS19vacn97qJtx+ZaJzPq/vNA42D8oe+FT9dhCeiey3+nvuyzHVzYGK1/AQYaMGq6FAP+scK1hQtSQk7g==} hasBin: true peerDependencies: typescript: '*' dependencies: - '@volar/shared': 0.28.10 - typescript: 4.4.4 - vscode-vue-languageservice: 0.28.10 + '@volar/shared': 0.29.6 + typescript: 4.5.2 + vscode-vue-languageservice: 0.29.6 dev: true - /vue/3.2.21: - resolution: {integrity: sha512-jpy7ckXdyclfRzqLjL4mtq81AkzQleE54KjZsJg/9OorNVurAxdlU5XpD49GpjKdnftuffKUvx2C5jDOrgc/zg==} + /vue/3.2.23: + resolution: {integrity: sha512-MGp9JZC37lzGhwSu6c1tQxrQbXbw7XKFqtYh7SFwNrNK899FPxGAHwSHMZijMChTSC3uZrD2BGO/3EHOgMJ0cw==} dependencies: - '@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 + '@vue/compiler-dom': 3.2.23 + '@vue/compiler-sfc': 3.2.23 + '@vue/runtime-dom': 3.2.23 + '@vue/server-renderer': 3.2.23_vue@3.2.23 + '@vue/shared': 3.2.23 dev: false /w3c-hr-time/1.0.2: @@ -7175,31 +7255,31 @@ packages: engines: {node: '>=0.10.0'} dev: true - /workbox-background-sync/6.3.0: - resolution: {integrity: sha512-79Wznt6oO8xMmLiErRS4zENUEldFHj1/5IiuHsY3NgGRN5rJdvGW6hz+RERhWzoB7rd/vXyAQdKYahGdsiYG1A==} + /workbox-background-sync/6.4.1: + resolution: {integrity: sha512-GiDklRhDF/oJ+WJhb6jO00wA+fjOZlY4SomqpumXP6OXp1WodmKu7xv75hpum0Kx4Fh3MZrj+9Ae+dIYlq21dA==} dependencies: - idb: 6.1.3 - workbox-core: 6.3.0 + idb: 6.1.5 + workbox-core: 6.4.1 dev: true - /workbox-broadcast-update/6.3.0: - resolution: {integrity: sha512-hp7Du6GJzK99wak5cQFhcSBxvcS+2fkFcxiMmz/RsQ5GQNxVcbiovq74w5aNCzuv3muQvICyC1XELZhZ4GYRTQ==} + /workbox-broadcast-update/6.4.1: + resolution: {integrity: sha512-oz1WAEppIatucgIc49zXPsyQG6004eoKsyiJVGDyN94LIFpUDfGa+cykN32X0PaqOC9bdlj+4EjVBi0OuwkIHA==} dependencies: - workbox-core: 6.3.0 + workbox-core: 6.4.1 dev: true - /workbox-build/6.3.0: - resolution: {integrity: sha512-Th93AaC+88ZvJje0acTjCCCvU3tGenxJht5xUALXHW+Mzk3I5SMzTFwKn5F3e1iZ+M7U2jjfpMXe/sJ4UMx46A==} + /workbox-build/6.4.1: + resolution: {integrity: sha512-cvH74tEO8SrziFrCntZ/35B0uaMZFKG+gnk3vZmKLSUTab/6MlhL+UwYXf1sMV5SD/W/v7pnFKZbdAOAg5Ne2w==} engines: {node: '>=10.0.0'} dependencies: - '@apideck/better-ajv-errors': 0.2.5_ajv@8.6.3 + '@apideck/better-ajv-errors': 0.2.7_ajv@8.6.3 '@babel/core': 7.15.5 '@babel/preset-env': 7.15.6_@babel+core@7.15.5 '@babel/runtime': 7.15.4 - '@rollup/plugin-babel': 5.3.0_@babel+core@7.15.5+rollup@2.58.0 - '@rollup/plugin-node-resolve': 11.2.1_rollup@2.58.0 - '@rollup/plugin-replace': 2.4.2_rollup@2.58.0 - '@surma/rollup-plugin-off-main-thread': 1.4.2 + '@rollup/plugin-babel': 5.3.0_@babel+core@7.15.5+rollup@2.60.1 + '@rollup/plugin-node-resolve': 11.2.1_rollup@2.60.1 + '@rollup/plugin-replace': 2.4.2_rollup@2.60.1 + '@surma/rollup-plugin-off-main-thread': 2.2.3 ajv: 8.6.3 common-tags: 1.8.0 fast-json-stable-stringify: 2.1.0 @@ -7207,119 +7287,119 @@ packages: glob: 7.1.7 lodash: 4.17.21 pretty-bytes: 5.6.0 - rollup: 2.58.0 - rollup-plugin-terser: 7.0.2_rollup@2.58.0 + rollup: 2.60.1 + rollup-plugin-terser: 7.0.2_rollup@2.60.1 source-map: 0.8.0-beta.0 source-map-url: 0.4.1 stringify-object: 3.3.0 strip-comments: 2.0.1 tempy: 0.6.0 upath: 1.2.0 - workbox-background-sync: 6.3.0 - workbox-broadcast-update: 6.3.0 - workbox-cacheable-response: 6.3.0 - workbox-core: 6.3.0 - workbox-expiration: 6.3.0 - workbox-google-analytics: 6.3.0 - workbox-navigation-preload: 6.3.0 - workbox-precaching: 6.3.0 - workbox-range-requests: 6.3.0 - workbox-recipes: 6.3.0 - workbox-routing: 6.3.0 - workbox-strategies: 6.3.0 - workbox-streams: 6.3.0 - workbox-sw: 6.3.0 - workbox-window: 6.3.0 + workbox-background-sync: 6.4.1 + workbox-broadcast-update: 6.4.1 + workbox-cacheable-response: 6.4.1 + workbox-core: 6.4.1 + workbox-expiration: 6.4.1 + workbox-google-analytics: 6.4.1 + workbox-navigation-preload: 6.4.1 + workbox-precaching: 6.4.1 + workbox-range-requests: 6.4.1 + workbox-recipes: 6.4.1 + workbox-routing: 6.4.1 + workbox-strategies: 6.4.1 + workbox-streams: 6.4.1 + workbox-sw: 6.4.1 + workbox-window: 6.4.1 transitivePeerDependencies: - '@types/babel__core' - supports-color dev: true - /workbox-cacheable-response/6.3.0: - resolution: {integrity: sha512-oYCRGF6PFEmJJkktdxYw/tcrU8N5u/2ihxVSHd+9sNqjNMDiXLqsewcEG544f1yx7gq5/u6VcvUA5N62KzN1GQ==} + /workbox-cacheable-response/6.4.1: + resolution: {integrity: sha512-omXplP3miJhQwx+jfFnqO9xWgNc8CLG6EWRvTyc8R81cA/4zhqh87yj9UVH+fGUmuIXOUBPAuulSazXUsvKFWg==} dependencies: - workbox-core: 6.3.0 + workbox-core: 6.4.1 dev: true - /workbox-core/6.3.0: - resolution: {integrity: sha512-SufToEV3SOLwwz3j+P4pgkfpzLRUlR17sX3p/LrMHP/brYKvJQqjTwtSvaCkkAX0RPHX2TFHmN8xhPP1bpmomg==} + /workbox-core/6.4.1: + resolution: {integrity: sha512-5hosqpSK+48jHlj+5EHN5dtH1Ade4fqTe4+xX3U9wWK1SDaXEqXpVxdHuBqYfg75UE1PUINA0rhMZWTqeGoLFg==} dev: true - /workbox-expiration/6.3.0: - resolution: {integrity: sha512-teYuYfM3HFbwAD/nlZDw/dCMOrCKjsAiMRhz0uOy9IkfBb7vBynO3xf118lY62X6BfqjZdeahiHh10N0/aYICg==} + /workbox-expiration/6.4.1: + resolution: {integrity: sha512-N912AGhi95vhf2vebE3wPhnGjnR+t5W4yALDY7Pl6bcuhySNbwkkp2RjQcBB+dxrdiX2rOvavvdcf/q1LSnEyg==} dependencies: - idb: 6.1.3 - workbox-core: 6.3.0 + idb: 6.1.5 + workbox-core: 6.4.1 dev: true - /workbox-google-analytics/6.3.0: - resolution: {integrity: sha512-6u0y21rtimnrCKpvayTkwh9y4Y5Xdn6X87x895WzwcOcWA2j/Nl7nmCpB0wjjhqU9pMj7B2lChqfypP+xUs5IA==} + /workbox-google-analytics/6.4.1: + resolution: {integrity: sha512-L1JQISg1CxMAlqw3HXpWB2gRYsmJ9F9OgC2/UNAZLyOJTFk1faZziPS4eXe+UaHevZ+Ma66Z2zfYxPUTr5znjQ==} dependencies: - workbox-background-sync: 6.3.0 - workbox-core: 6.3.0 - workbox-routing: 6.3.0 - workbox-strategies: 6.3.0 + workbox-background-sync: 6.4.1 + workbox-core: 6.4.1 + workbox-routing: 6.4.1 + workbox-strategies: 6.4.1 dev: true - /workbox-navigation-preload/6.3.0: - resolution: {integrity: sha512-D7bomh9SCn1u6n32FqAWfyHe2dkK6mWbwcTsoeBnFSD0p8Gr9Zq1Mpt/DitEfGIQHck90Zd024xcTFLkjczS/Q==} + /workbox-navigation-preload/6.4.1: + resolution: {integrity: sha512-npgZYoeaE+teQvpWqZLgJDJ6I3qxwqAfnSIa8yrNQ2sLR1A88uWGGsiRzfUsIdKjVCLPQVZ+clwb6XU1vyW9Lw==} dependencies: - workbox-core: 6.3.0 + workbox-core: 6.4.1 dev: true - /workbox-precaching/6.3.0: - resolution: {integrity: sha512-bND3rUxiuzFmDfeKywdvOqK0LQ5LLbOPk0eX22PlMQNOOduHRxzglMpgHo/MR6h+8cPJ3GpxT8hZ895/7bHMqQ==} + /workbox-precaching/6.4.1: + resolution: {integrity: sha512-Sq8d+/wfcXFjwuVwKe2VxD4QddRBgkO6pJVgpHbk5WFynR8dc8Zj3BlJ38e4nMlRuBZ8996TIgAmk/U6Rr5YHQ==} dependencies: - workbox-core: 6.3.0 - workbox-routing: 6.3.0 - workbox-strategies: 6.3.0 + workbox-core: 6.4.1 + workbox-routing: 6.4.1 + workbox-strategies: 6.4.1 dev: true - /workbox-range-requests/6.3.0: - resolution: {integrity: sha512-AHnGtfSvc/fBt+8NCVT6jVcshv7oFkiuS94YsedQu2sIN1jKHkxLaj7qMBl818FoY6x7r0jw1WLmG/QDmI1/oA==} + /workbox-range-requests/6.4.1: + resolution: {integrity: sha512-X/asYHeuWIKg5Tk+dfmiEOo9hlkQ1K737dnENj8zL97kZDdcfokPT5CuXgM2xqX7NMoahONq1Eo2UoFfJNjZzg==} dependencies: - workbox-core: 6.3.0 + workbox-core: 6.4.1 dev: true - /workbox-recipes/6.3.0: - resolution: {integrity: sha512-f0AZyxd48E4t+PV+ifgIf8WodfJqRj8/E0t+PwppDIdTPyD59cIh0HZBtgPKFdIMVnltodpMz4zioxym1H3GjQ==} + /workbox-recipes/6.4.1: + resolution: {integrity: sha512-Yu9tLmgD25NorZPO3FHJUii/Y2ghrx2jD2QKMaWBBplshw1MFokqlmr3Dz3O6NI8jBBUnK5Dtbl0+SCwVGSCqg==} dependencies: - workbox-cacheable-response: 6.3.0 - workbox-core: 6.3.0 - workbox-expiration: 6.3.0 - workbox-precaching: 6.3.0 - workbox-routing: 6.3.0 - workbox-strategies: 6.3.0 + workbox-cacheable-response: 6.4.1 + workbox-core: 6.4.1 + workbox-expiration: 6.4.1 + workbox-precaching: 6.4.1 + workbox-routing: 6.4.1 + workbox-strategies: 6.4.1 dev: true - /workbox-routing/6.3.0: - resolution: {integrity: sha512-asajX5UPkaoU4PB9pEpxKWKkcpA+KJQUEeYU6NlK0rXTCpdWQ6iieMRDoBTZBjTzUdL3j3s1Zo2qCOSvtXSYGg==} + /workbox-routing/6.4.1: + resolution: {integrity: sha512-FIy27mwM3WdDASOTMX10OZ8q3Un47ULeDtDrDAKfWYIP/oTF2xoA1/HtXpOjBlyg5VP/poPX5GDojXHXAXpfzQ==} dependencies: - workbox-core: 6.3.0 + workbox-core: 6.4.1 dev: true - /workbox-strategies/6.3.0: - resolution: {integrity: sha512-SYZt40y+Iu5nA+UEPQOrAuAMMNTxtUBPLCIaMMb4lcADpBYrNP1CD+/s2QsrxzS651a8hfi06REKt+uTp1tqfw==} + /workbox-strategies/6.4.1: + resolution: {integrity: sha512-2UQ+7Siy4Z5QG2LebbVhDLmPG3M7bVo/tZqN4LNUGXS6fDlpbTTK6A3Hu0W8gCVwIX0tSg7U3mVhDntH4qt3Dg==} dependencies: - workbox-core: 6.3.0 + workbox-core: 6.4.1 dev: true - /workbox-streams/6.3.0: - resolution: {integrity: sha512-CiRsuoXJOytA7IQriRu6kVCa0L4OdNi0DdniiSageu/EZuxTswNXpgVzkGE4IDArU/5jlzgRtwqrqIWCJX+OMA==} + /workbox-streams/6.4.1: + resolution: {integrity: sha512-0t3QKBml3Qi37JniDfEn0FfN4JRgMK6sEcjGxvmMGwlHAyKukZr0Gj58ax1o1KYGGJr72RDBK+YXI9Sk9cKifw==} dependencies: - workbox-core: 6.3.0 - workbox-routing: 6.3.0 + workbox-core: 6.4.1 + workbox-routing: 6.4.1 dev: true - /workbox-sw/6.3.0: - resolution: {integrity: sha512-xwrXRBzw5jwJ7VdAQkTSNTbNZ4S6VhXtbZZ0vY6XKNQARO5nuGphNdif+hJFIejHUgtV6ESpQnixPj5hYB2jKQ==} + /workbox-sw/6.4.1: + resolution: {integrity: sha512-IJNYcNbjugMB9v+Yx7uswohjOaYoimw5dI0Gcaj2zrJHKjV0bom+BPRCdijmttN/3uVbX57jhNe8SMzWMj7fHw==} dev: true - /workbox-window/6.3.0: - resolution: {integrity: sha512-CFP84assX9srH/TOx4OD8z4EBPO/Cq4WKdV2YLcJIFJmVTS/cB63XKeidKl2KJk8qOOLVIKnaO7BLmb0MxGFtA==} + /workbox-window/6.4.1: + resolution: {integrity: sha512-v5G1U+NN0sHErvE9fzHRA75FrfRFj/0dihFnvno5yqHZZIb9G4U2AarodSDRBC3t6CsnLO68l1Bj1gsHqsM9Qw==} dependencies: '@types/trusted-types': 2.0.2 - workbox-core: 6.3.0 + workbox-core: 6.4.1 dev: true /wrap-ansi/6.2.0: @@ -7337,7 +7417,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 /wrappy/1.0.2: @@ -7382,10 +7462,11 @@ packages: yaml: 1.10.2 dev: true - /yaml-eslint-parser/0.4.1: - resolution: {integrity: sha512-GoJ/p1EW8O2tbTbuhfxjo1XhfUFU3uX3kwvfEQoOaZjO2Lubx8POjlsSqB+18b3SxkujAdQYT9r9nURaUWNYWQ==} + /yaml-eslint-parser/0.5.0: + resolution: {integrity: sha512-nJeyLA3YHAzhBTZbRAbu3W6xrSCucyxExmA+ZDtEdUFpGllxAZpto2Zxo2IG0r0eiuEiBM4e+wiAdxTziTq94g==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - eslint-visitor-keys: 2.1.0 + eslint-visitor-keys: 3.1.0 lodash: 4.17.21 yaml: 1.10.2 dev: true