From 676d01be6c5a5ee6fbe74d73e97705037d94ce36 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Wed, 14 Jul 2021 00:51:31 +0800 Subject: [PATCH] feat: use `vue-global-api` --- README.md | 1 + package.json | 25 +- pnpm-lock.yaml | 1716 ++++++++++++++++++------------------------- src/main.ts | 15 +- src/pages/index.vue | 1 - vite.config.ts | 8 + windi.config.ts | 6 +- 7 files changed, 751 insertions(+), 1021 deletions(-) diff --git a/README.md b/README.md index 4f372a5..67bb87d 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ Mocking up web app with Vitesse(speed)
- [`vite-plugin-vue-i18n`](https://github.com/intlify/vite-plugin-vue-i18n) - Vite plugin for Vue I18n - [VueUse](https://github.com/antfu/vueuse) - collection of useful composition APIs - [`@vueuse/head`](https://github.com/vueuse/head) - manipulate document head reactively +- [`vue-global-api`](https://github.com/antfu/vue-global-api) - Use Vue Composition API globally ### Coding Style diff --git a/package.json b/package.json index 9cc3ca7..50bc8c7 100644 --- a/package.json +++ b/package.json @@ -7,21 +7,22 @@ "preview-https": "serve dist" }, "dependencies": { - "@vueuse/core": "^5.1.2", + "@vueuse/core": "^5.1.3", "@vueuse/head": "^0.6.0", "nprogress": "^0.2.0", "prism-theme-vars": "^0.2.2", "vue": "^3.1.4", - "vue-i18n": "^9.1.6", + "vue-global-api": "^0.1.3", + "vue-i18n": "^9.1.7", "vue-router": "^4.0.10" }, "devDependencies": { "@antfu/eslint-config": "^0.7.0", - "@iconify/json": "^1.1.368", - "@intlify/vite-plugin-vue-i18n": "^2.3.1", + "@iconify/json": "^1.1.374", + "@intlify/vite-plugin-vue-i18n": "^2.3.2", "@types/nprogress": "^0.2.0", - "@typescript-eslint/eslint-plugin": "^4.28.2", - "@vitejs/plugin-vue": "^1.2.4", + "@typescript-eslint/eslint-plugin": "^4.28.3", + "@vitejs/plugin-vue": "^1.2.5", "@vue/compiler-sfc": "^3.1.4", "@vue/server-renderer": "^3.1.4", "cross-env": "^7.0.3", @@ -29,16 +30,16 @@ "https-localhost": "^4.6.5", "markdown-it-link-attributes": "^3.0.0", "markdown-it-prism": "^2.1.8", - "pnpm": "^6.9.1", + "pnpm": "^6.10.1", "typescript": "^4.3.5", - "vite": "^2.4.1", - "vite-plugin-components": "^0.12.1", - "vite-plugin-icons": "^0.6.4", + "vite": "^2.4.2", + "vite-plugin-components": "^0.12.2", + "vite-plugin-icons": "^0.6.5", "vite-plugin-md": "^0.6.7", - "vite-plugin-pages": "^0.14.9", + "vite-plugin-pages": "^0.15.0", "vite-plugin-pwa": "^0.8.1", "vite-plugin-vue-layouts": "^0.3.1", - "vite-plugin-windicss": "^1.2.3", + "vite-plugin-windicss": "^1.2.4", "vite-ssg": "^0.11.4", "vue-tsc": "^0.2.0" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3c26df1..1550c35 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2,14 +2,14 @@ lockfileVersion: 5.3 specifiers: '@antfu/eslint-config': ^0.7.0 - '@iconify/json': ^1.1.368 - '@intlify/vite-plugin-vue-i18n': ^2.3.1 + '@iconify/json': ^1.1.374 + '@intlify/vite-plugin-vue-i18n': ^2.3.2 '@types/nprogress': ^0.2.0 - '@typescript-eslint/eslint-plugin': ^4.28.2 - '@vitejs/plugin-vue': ^1.2.4 + '@typescript-eslint/eslint-plugin': ^4.28.3 + '@vitejs/plugin-vue': ^1.2.5 '@vue/compiler-sfc': ^3.1.4 '@vue/server-renderer': ^3.1.4 - '@vueuse/core': ^5.1.2 + '@vueuse/core': ^5.1.3 '@vueuse/head': ^0.6.0 cross-env: ^7.0.3 eslint: ^7.30.0 @@ -17,39 +17,41 @@ specifiers: markdown-it-link-attributes: ^3.0.0 markdown-it-prism: ^2.1.8 nprogress: ^0.2.0 - pnpm: ^6.9.1 + pnpm: ^6.10.1 prism-theme-vars: ^0.2.2 typescript: ^4.3.5 - vite: ^2.4.1 - vite-plugin-components: ^0.12.1 - vite-plugin-icons: ^0.6.4 + vite: ^2.4.2 + vite-plugin-components: ^0.12.2 + vite-plugin-icons: ^0.6.5 vite-plugin-md: ^0.6.7 - vite-plugin-pages: ^0.14.9 + vite-plugin-pages: ^0.15.0 vite-plugin-pwa: ^0.8.1 vite-plugin-vue-layouts: ^0.3.1 - vite-plugin-windicss: ^1.2.3 + vite-plugin-windicss: ^1.2.4 vite-ssg: ^0.11.4 vue: ^3.1.4 - vue-i18n: ^9.1.6 + vue-global-api: ^0.1.3 + vue-i18n: ^9.1.7 vue-router: ^4.0.10 vue-tsc: ^0.2.0 dependencies: - '@vueuse/core': 5.1.2_vue@3.1.4 + '@vueuse/core': 5.1.3_vue@3.1.4 '@vueuse/head': 0.6.0_vue@3.1.4 nprogress: 0.2.0 prism-theme-vars: 0.2.2 vue: 3.1.4 - vue-i18n: 9.1.6_vue@3.1.4 + vue-global-api: 0.1.3_vue@3.1.4 + vue-i18n: 9.1.7_vue@3.1.4 vue-router: 4.0.10_vue@3.1.4 devDependencies: '@antfu/eslint-config': 0.7.0_eslint@7.30.0+typescript@4.3.5 - '@iconify/json': 1.1.369 - '@intlify/vite-plugin-vue-i18n': 2.3.1_vite@2.4.1+vue-i18n@9.1.6 + '@iconify/json': 1.1.374 + '@intlify/vite-plugin-vue-i18n': 2.3.2_0a635717b5e64442fc6b458be918e09b '@types/nprogress': 0.2.0 - '@typescript-eslint/eslint-plugin': 4.28.2_eslint@7.30.0+typescript@4.3.5 - '@vitejs/plugin-vue': 1.2.4_@vue+compiler-sfc@3.1.4 + '@typescript-eslint/eslint-plugin': 4.28.3_eslint@7.30.0+typescript@4.3.5 + '@vitejs/plugin-vue': 1.2.5_@vue+compiler-sfc@3.1.4 '@vue/compiler-sfc': 3.1.4_vue@3.1.4 '@vue/server-renderer': 3.1.4_vue@3.1.4 cross-env: 7.0.3 @@ -57,17 +59,17 @@ devDependencies: https-localhost: 4.6.5 markdown-it-link-attributes: 3.0.0 markdown-it-prism: 2.1.8 - pnpm: 6.9.1 + pnpm: 6.10.1 typescript: 4.3.5 - vite: 2.4.1 - vite-plugin-components: 0.12.1_vite@2.4.1 - vite-plugin-icons: 0.6.4_6e296531fbf664a5eb913b327fa48fa1 - vite-plugin-md: 0.6.7_vite@2.4.1 - vite-plugin-pages: 0.14.9_vite@2.4.1 - vite-plugin-pwa: 0.8.1_vite@2.4.1 - vite-plugin-vue-layouts: 0.3.1_vite@2.4.1 - vite-plugin-windicss: 1.2.3_vite@2.4.1 - vite-ssg: 0.11.4_e2397b795de8b488f27c92d96c7e458b + vite: 2.4.2 + vite-plugin-components: 0.12.2_vite@2.4.2 + vite-plugin-icons: 0.6.5_4ee3ff6d5bbf3cd9b76129b3c9bac5b4 + vite-plugin-md: 0.6.7_vite@2.4.2 + vite-plugin-pages: 0.15.0_e0e01332e3ba4d03357bd797e805be53 + vite-plugin-pwa: 0.8.1_vite@2.4.2 + vite-plugin-vue-layouts: 0.3.1_vite@2.4.2 + vite-plugin-windicss: 1.2.4_vite@2.4.2 + vite-ssg: 0.11.4_c1e5873e42b56728fc515e1a4566462d vue-tsc: 0.2.0_typescript@4.3.5+vue@3.1.4 packages: @@ -113,8 +115,8 @@ packages: typescript: '>=3.9' dependencies: '@antfu/eslint-config-basic': 0.7.0_eslint@7.30.0 - '@typescript-eslint/eslint-plugin': 4.28.2_5031fffb45dfb7117e61c1d8ea1ef3ff - '@typescript-eslint/parser': 4.28.2_eslint@7.30.0+typescript@4.3.5 + '@typescript-eslint/eslint-plugin': 4.28.3_8da3816a7c3fb8ebc9f4c4b3e4b2e38f + '@typescript-eslint/parser': 4.28.3_eslint@7.30.0+typescript@4.3.5 eslint: 7.30.0 typescript: 4.3.5 transitivePeerDependencies: @@ -166,25 +168,25 @@ packages: '@babel/highlight': 7.14.5 dev: true - /@babel/compat-data/7.14.5: - resolution: {integrity: sha512-kixrYn4JwfAVPa0f2yfzc2AWti6WRRyO3XjWW5PJAvtE11qhSayrrcrEnee05KAtNaPC+EwehE8Qt1UedEVB8w==} + /@babel/compat-data/7.14.7: + resolution: {integrity: sha512-nS6dZaISCXJ3+518CWiBfEr//gHyMO02uDxBkXTKZDN5POruCnOZ1N4YBRZDCabwF8nZMWBpRxIicmXtBs+fvw==} engines: {node: '>=6.9.0'} dev: true - /@babel/core/7.14.5: - resolution: {integrity: sha512-RN/AwP2DJmQTZSfiDaD+JQQ/J99KsIpOCfBE5pL+5jJSt7nI3nYGoAXZu+ffYSQ029NLs2DstZb+eR81uuARgg==} + /@babel/core/7.14.6: + resolution: {integrity: sha512-gJnOEWSqTk96qG5BoIrl5bVtc23DCycmIePPYnamY9RboYdI4nFy5vAQMSl81O5K/W0sLDWfGysnOECC+KUUCA==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.14.5 '@babel/generator': 7.14.5 - '@babel/helper-compilation-targets': 7.14.5_@babel+core@7.14.5 + '@babel/helper-compilation-targets': 7.14.5_@babel+core@7.14.6 '@babel/helper-module-transforms': 7.14.5 - '@babel/helpers': 7.14.5 - '@babel/parser': 7.14.5 + '@babel/helpers': 7.14.6 + '@babel/parser': 7.14.7 '@babel/template': 7.14.5 - '@babel/traverse': 7.14.5 + '@babel/traverse': 7.14.7 '@babel/types': 7.14.5 - convert-source-map: 1.7.0 + convert-source-map: 1.8.0 debug: 4.3.2 gensync: 1.0.0-beta.2 json5: 2.2.0 @@ -194,14 +196,14 @@ packages: - supports-color dev: true - /@babel/eslint-parser/7.14.4_@babel+core@7.14.5+eslint@7.30.0: - resolution: {integrity: sha512-7CTckFLPBGEfCKqlrnJq2PIId3UmJ5hW+D4dsv/VvuA5DapgqyZFCttq+8oeRIJMZQizFIe5gel3xm2SbrqlYA==} + /@babel/eslint-parser/7.14.7_@babel+core@7.14.6+eslint@7.30.0: + resolution: {integrity: sha512-6WPwZqO5priAGIwV6msJcdc9TsEPzYeYdS/Xuoap+/ihkgN6dzHp2bcAAwyWZ5bLzk0vvjDmKvRwkqNaiJ8BiQ==} engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} peerDependencies: '@babel/core': '>=7.11.0' eslint: '>=7.5.0' dependencies: - '@babel/core': 7.14.5 + '@babel/core': 7.14.6 eslint: 7.30.0 eslint-scope: 5.1.1 eslint-visitor-keys: 2.1.0 @@ -232,29 +234,29 @@ packages: '@babel/types': 7.14.5 dev: true - /@babel/helper-compilation-targets/7.14.5_@babel+core@7.14.5: + /@babel/helper-compilation-targets/7.14.5_@babel+core@7.14.6: resolution: {integrity: sha512-v+QtZqXEiOnpO6EYvlImB6zCD2Lel06RzOPzmkz/D/XgQiUu3C/Jb1LOqSt/AIA34TYi/Q+KlT8vTQrgdxkbLw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/compat-data': 7.14.5 - '@babel/core': 7.14.5 + '@babel/compat-data': 7.14.7 + '@babel/core': 7.14.6 '@babel/helper-validator-option': 7.14.5 browserslist: 4.16.6 semver: 6.3.0 dev: true - /@babel/helper-create-class-features-plugin/7.14.5_@babel+core@7.14.5: - resolution: {integrity: sha512-Uq9z2e7ZtcnDMirRqAGLRaLwJn+Lrh388v5ETrR3pALJnElVh2zqQmdbz4W2RUJYohAPh2mtyPUgyMHMzXMncQ==} + /@babel/helper-create-class-features-plugin/7.14.6_@babel+core@7.14.6: + resolution: {integrity: sha512-Z6gsfGofTxH/+LQXqYEK45kxmcensbzmk/oi8DmaQytlQCgqNZt9XQF8iqlI/SeXWVjaMNxvYvzaYw+kh42mDg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.14.5 + '@babel/core': 7.14.6 '@babel/helper-annotate-as-pure': 7.14.5 '@babel/helper-function-name': 7.14.5 - '@babel/helper-member-expression-to-functions': 7.14.5 + '@babel/helper-member-expression-to-functions': 7.14.7 '@babel/helper-optimise-call-expression': 7.14.5 '@babel/helper-replace-supers': 7.14.5 '@babel/helper-split-export-declaration': 7.14.5 @@ -262,27 +264,27 @@ packages: - supports-color dev: true - /@babel/helper-create-regexp-features-plugin/7.14.5_@babel+core@7.14.5: + /@babel/helper-create-regexp-features-plugin/7.14.5_@babel+core@7.14.6: resolution: {integrity: sha512-TLawwqpOErY2HhWbGJ2nZT5wSkR192QpN+nBg1THfBfftrlvOh+WbhrxXCH4q4xJ9Gl16BGPR/48JA+Ryiho/A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.14.5 + '@babel/core': 7.14.6 '@babel/helper-annotate-as-pure': 7.14.5 regexpu-core: 4.7.1 dev: true - /@babel/helper-define-polyfill-provider/0.2.3_@babel+core@7.14.5: + /@babel/helper-define-polyfill-provider/0.2.3_@babel+core@7.14.6: resolution: {integrity: sha512-RH3QDAfRMzj7+0Nqu5oqgO5q9mFtQEVvCRsi8qCEfzLR9p2BHfn5FzhSB2oj1fF7I2+DcTORkYaQ6aTR9Cofew==} peerDependencies: '@babel/core': ^7.4.0-0 dependencies: - '@babel/core': 7.14.5 - '@babel/helper-compilation-targets': 7.14.5_@babel+core@7.14.5 + '@babel/core': 7.14.6 + '@babel/helper-compilation-targets': 7.14.5_@babel+core@7.14.6 '@babel/helper-module-imports': 7.14.5 '@babel/helper-plugin-utils': 7.14.5 - '@babel/traverse': 7.14.5 + '@babel/traverse': 7.14.7 debug: 4.3.2 lodash.debounce: 4.0.8 resolve: 1.20.0 @@ -321,8 +323,8 @@ packages: '@babel/types': 7.14.5 dev: true - /@babel/helper-member-expression-to-functions/7.14.5: - resolution: {integrity: sha512-UxUeEYPrqH1Q/k0yRku1JE7dyfyehNwT6SVkMHvYvPDv4+uu627VXBckVj891BO8ruKBkiDoGnZf4qPDD8abDQ==} + /@babel/helper-member-expression-to-functions/7.14.7: + resolution: {integrity: sha512-TMUt4xKxJn6ccjcOW7c4hlwyJArizskAhoSTOCkA0uZ+KghIaci0Qg9R043kUMWI9mtQfgny+NQ5QATnZ+paaA==} engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.14.5 @@ -345,7 +347,7 @@ packages: '@babel/helper-split-export-declaration': 7.14.5 '@babel/helper-validator-identifier': 7.14.5 '@babel/template': 7.14.5 - '@babel/traverse': 7.14.5 + '@babel/traverse': 7.14.7 '@babel/types': 7.14.5 transitivePeerDependencies: - supports-color @@ -378,9 +380,9 @@ packages: resolution: {integrity: sha512-3i1Qe9/8x/hCHINujn+iuHy+mMRLoc77b2nI9TB0zjH1hvn9qGlXjWlggdwUcju36PkPCy/lpM7LLUdcTyH4Ow==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-member-expression-to-functions': 7.14.5 + '@babel/helper-member-expression-to-functions': 7.14.7 '@babel/helper-optimise-call-expression': 7.14.5 - '@babel/traverse': 7.14.5 + '@babel/traverse': 7.14.7 '@babel/types': 7.14.5 transitivePeerDependencies: - supports-color @@ -407,10 +409,6 @@ packages: '@babel/types': 7.14.5 dev: true - /@babel/helper-validator-identifier/7.14.0: - resolution: {integrity: sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==} - dev: true - /@babel/helper-validator-identifier/7.14.5: resolution: {integrity: sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg==} engines: {node: '>=6.9.0'} @@ -426,18 +424,18 @@ packages: dependencies: '@babel/helper-function-name': 7.14.5 '@babel/template': 7.14.5 - '@babel/traverse': 7.14.5 + '@babel/traverse': 7.14.7 '@babel/types': 7.14.5 transitivePeerDependencies: - supports-color dev: true - /@babel/helpers/7.14.5: - resolution: {integrity: sha512-xtcWOuN9VL6nApgVHtq3PPcQv5qFBJzoSZzJ/2c0QK/IP/gxVcoWSNQwFEGvmbQsuS9rhYqjILDGGXcTkA705Q==} + /@babel/helpers/7.14.6: + resolution: {integrity: sha512-yesp1ENQBiLI+iYHSJdoZKUtRpfTlL1grDIX9NRlAVppljLw/4tTyYupIB7uIYmC3stW/imAv8EqaKaS/ibmeA==} engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.14.5 - '@babel/traverse': 7.14.5 + '@babel/traverse': 7.14.7 '@babel/types': 7.14.5 transitivePeerDependencies: - supports-color @@ -452,358 +450,352 @@ packages: js-tokens: 4.0.0 dev: true - /@babel/parser/7.14.4: - resolution: {integrity: sha512-ArliyUsWDUqEGfWcmzpGUzNfLxTdTp6WU4IuP6QFSp9gGfWS6boxFCkJSJ/L4+RG8z/FnIU3WxCk6hPL9SSWeA==} - engines: {node: '>=6.0.0'} - hasBin: true - dev: true - - /@babel/parser/7.14.5: - resolution: {integrity: sha512-TM8C+xtH/9n1qzX+JNHi7AN2zHMTiPUtspO0ZdHflW8KaskkALhMmuMHb4bCmNdv9VAPzJX3/bXqkVLnAvsPfg==} + /@babel/parser/7.14.7: + resolution: {integrity: sha512-X67Z5y+VBJuHB/RjwECp8kSl5uYi0BvRbNeWqkaJCVh+LiTPl19WBUfG627psSgp9rSf6ojuXghQM3ha6qHHdA==} engines: {node: '>=6.0.0'} hasBin: true - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.14.5_@babel+core@7.14.5: + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.14.5_@babel+core@7.14.6: resolution: {integrity: sha512-ZoJS2XCKPBfTmL122iP6NM9dOg+d4lc9fFk3zxc8iDjvt8Pk4+TlsHSKhIPf6X+L5ORCdBzqMZDjL/WHj7WknQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.13.0 dependencies: - '@babel/core': 7.14.5 + '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 '@babel/helper-skip-transparent-expression-wrappers': 7.14.5 - '@babel/plugin-proposal-optional-chaining': 7.14.5_@babel+core@7.14.5 + '@babel/plugin-proposal-optional-chaining': 7.14.5_@babel+core@7.14.6 dev: true - /@babel/plugin-proposal-async-generator-functions/7.14.5_@babel+core@7.14.5: - resolution: {integrity: sha512-tbD/CG3l43FIXxmu4a7RBe4zH7MLJ+S/lFowPFO7HetS2hyOZ/0nnnznegDuzFzfkyQYTxqdTH/hKmuBngaDAA==} + /@babel/plugin-proposal-async-generator-functions/7.14.7_@babel+core@7.14.6: + resolution: {integrity: sha512-RK8Wj7lXLY3bqei69/cc25gwS5puEc3dknoFPFbqfy3XxYQBQFvu4ioWpafMBAB+L9NyptQK4nMOa5Xz16og8Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.5 + '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 '@babel/helper-remap-async-to-generator': 7.14.5 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.14.5 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.14.6 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-class-properties/7.14.5_@babel+core@7.14.5: + /@babel/plugin-proposal-class-properties/7.14.5_@babel+core@7.14.6: resolution: {integrity: sha512-q/PLpv5Ko4dVc1LYMpCY7RVAAO4uk55qPwrIuJ5QJ8c6cVuAmhu7I/49JOppXL6gXf7ZHzpRVEUZdYoPLM04Gg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.5 - '@babel/helper-create-class-features-plugin': 7.14.5_@babel+core@7.14.5 + '@babel/core': 7.14.6 + '@babel/helper-create-class-features-plugin': 7.14.6_@babel+core@7.14.6 '@babel/helper-plugin-utils': 7.14.5 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-class-static-block/7.14.5_@babel+core@7.14.5: + /@babel/plugin-proposal-class-static-block/7.14.5_@babel+core@7.14.6: resolution: {integrity: sha512-KBAH5ksEnYHCegqseI5N9skTdxgJdmDoAOc0uXa+4QMYKeZD0w5IARh4FMlTNtaHhbB8v+KzMdTgxMMzsIy6Yg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.12.0 dependencies: - '@babel/core': 7.14.5 - '@babel/helper-create-class-features-plugin': 7.14.5_@babel+core@7.14.5 + '@babel/core': 7.14.6 + '@babel/helper-create-class-features-plugin': 7.14.6_@babel+core@7.14.6 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.14.5 + '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.14.6 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-dynamic-import/7.14.5_@babel+core@7.14.5: + /@babel/plugin-proposal-dynamic-import/7.14.5_@babel+core@7.14.6: resolution: {integrity: sha512-ExjiNYc3HDN5PXJx+bwC50GIx/KKanX2HiggnIUAYedbARdImiCU4RhhHfdf0Kd7JNXGpsBBBCOm+bBVy3Gb0g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.5 + '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.14.5 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.14.6 dev: true - /@babel/plugin-proposal-export-namespace-from/7.14.5_@babel+core@7.14.5: + /@babel/plugin-proposal-export-namespace-from/7.14.5_@babel+core@7.14.6: resolution: {integrity: sha512-g5POA32bXPMmSBu5Dx/iZGLGnKmKPc5AiY7qfZgurzrCYgIztDlHFbznSNCoQuv57YQLnQfaDi7dxCtLDIdXdA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.5 + '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.14.5 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.14.6 dev: true - /@babel/plugin-proposal-json-strings/7.14.5_@babel+core@7.14.5: + /@babel/plugin-proposal-json-strings/7.14.5_@babel+core@7.14.6: resolution: {integrity: sha512-NSq2fczJYKVRIsUJyNxrVUMhB27zb7N7pOFGQOhBKJrChbGcgEAqyZrmZswkPk18VMurEeJAaICbfm57vUeTbQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.5 + '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.14.5 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.14.6 dev: true - /@babel/plugin-proposal-logical-assignment-operators/7.14.5_@babel+core@7.14.5: + /@babel/plugin-proposal-logical-assignment-operators/7.14.5_@babel+core@7.14.6: resolution: {integrity: sha512-YGn2AvZAo9TwyhlLvCCWxD90Xq8xJ4aSgaX3G5D/8DW94L8aaT+dS5cSP+Z06+rCJERGSr9GxMBZ601xoc2taw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.5 + '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.14.5 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.14.6 dev: true - /@babel/plugin-proposal-nullish-coalescing-operator/7.14.5_@babel+core@7.14.5: + /@babel/plugin-proposal-nullish-coalescing-operator/7.14.5_@babel+core@7.14.6: resolution: {integrity: sha512-gun/SOnMqjSb98Nkaq2rTKMwervfdAoz6NphdY0vTfuzMfryj+tDGb2n6UkDKwez+Y8PZDhE3D143v6Gepp4Hg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.5 + '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.14.5 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.14.6 dev: true - /@babel/plugin-proposal-numeric-separator/7.14.5_@babel+core@7.14.5: + /@babel/plugin-proposal-numeric-separator/7.14.5_@babel+core@7.14.6: resolution: {integrity: sha512-yiclALKe0vyZRZE0pS6RXgjUOt87GWv6FYa5zqj15PvhOGFO69R5DusPlgK/1K5dVnCtegTiWu9UaBSrLLJJBg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.5 + '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.14.5 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.14.6 dev: true - /@babel/plugin-proposal-object-rest-spread/7.14.5_@babel+core@7.14.5: - resolution: {integrity: sha512-VzMyY6PWNPPT3pxc5hi9LloKNr4SSrVCg7Yr6aZpW4Ym07r7KqSU/QXYwjXLVxqwSv0t/XSXkFoKBPUkZ8vb2A==} + /@babel/plugin-proposal-object-rest-spread/7.14.7_@babel+core@7.14.6: + resolution: {integrity: sha512-082hsZz+sVabfmDWo1Oct1u1AgbKbUAyVgmX4otIc7bdsRgHBXwTwb3DpDmD4Eyyx6DNiuz5UAATT655k+kL5g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.14.5 - '@babel/core': 7.14.5 - '@babel/helper-compilation-targets': 7.14.5_@babel+core@7.14.5 + '@babel/compat-data': 7.14.7 + '@babel/core': 7.14.6 + '@babel/helper-compilation-targets': 7.14.5_@babel+core@7.14.6 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.14.5 - '@babel/plugin-transform-parameters': 7.14.5_@babel+core@7.14.5 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.14.6 + '@babel/plugin-transform-parameters': 7.14.5_@babel+core@7.14.6 dev: true - /@babel/plugin-proposal-optional-catch-binding/7.14.5_@babel+core@7.14.5: + /@babel/plugin-proposal-optional-catch-binding/7.14.5_@babel+core@7.14.6: resolution: {integrity: sha512-3Oyiixm0ur7bzO5ybNcZFlmVsygSIQgdOa7cTfOYCMY+wEPAYhZAJxi3mixKFCTCKUhQXuCTtQ1MzrpL3WT8ZQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.5 + '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.14.5 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.14.6 dev: true - /@babel/plugin-proposal-optional-chaining/7.14.5_@babel+core@7.14.5: + /@babel/plugin-proposal-optional-chaining/7.14.5_@babel+core@7.14.6: resolution: {integrity: sha512-ycz+VOzo2UbWNI1rQXxIuMOzrDdHGrI23fRiz/Si2R4kv2XZQ1BK8ccdHwehMKBlcH/joGW/tzrUmo67gbJHlQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.5 + '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 '@babel/helper-skip-transparent-expression-wrappers': 7.14.5 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.14.5 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.14.6 dev: true - /@babel/plugin-proposal-private-methods/7.14.5_@babel+core@7.14.5: + /@babel/plugin-proposal-private-methods/7.14.5_@babel+core@7.14.6: resolution: {integrity: sha512-838DkdUA1u+QTCplatfq4B7+1lnDa/+QMI89x5WZHBcnNv+47N8QEj2k9I2MUU9xIv8XJ4XvPCviM/Dj7Uwt9g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.5 - '@babel/helper-create-class-features-plugin': 7.14.5_@babel+core@7.14.5 + '@babel/core': 7.14.6 + '@babel/helper-create-class-features-plugin': 7.14.6_@babel+core@7.14.6 '@babel/helper-plugin-utils': 7.14.5 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-private-property-in-object/7.14.5_@babel+core@7.14.5: + /@babel/plugin-proposal-private-property-in-object/7.14.5_@babel+core@7.14.6: resolution: {integrity: sha512-62EyfyA3WA0mZiF2e2IV9mc9Ghwxcg8YTu8BS4Wss4Y3PY725OmS9M0qLORbJwLqFtGh+jiE4wAmocK2CTUK2Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.5 + '@babel/core': 7.14.6 '@babel/helper-annotate-as-pure': 7.14.5 - '@babel/helper-create-class-features-plugin': 7.14.5_@babel+core@7.14.5 + '@babel/helper-create-class-features-plugin': 7.14.6_@babel+core@7.14.6 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.14.5 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.14.6 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-unicode-property-regex/7.14.5_@babel+core@7.14.5: + /@babel/plugin-proposal-unicode-property-regex/7.14.5_@babel+core@7.14.6: resolution: {integrity: sha512-6axIeOU5LnY471KenAB9vI8I5j7NQ2d652hIYwVyRfgaZT5UpiqFKCuVXCDMSrU+3VFafnu2c5m3lrWIlr6A5Q==} engines: {node: '>=4'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.5 - '@babel/helper-create-regexp-features-plugin': 7.14.5_@babel+core@7.14.5 + '@babel/core': 7.14.6 + '@babel/helper-create-regexp-features-plugin': 7.14.5_@babel+core@7.14.6 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.14.5: + /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.14.6: resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.5 + '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.14.5: + /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.14.6: resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.5 + '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.14.5: + /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.14.6: resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.5 + '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.14.5: + /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.14.6: resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.5 + '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.14.5: + /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.14.6: resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.5 + '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.14.5: + /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.14.6: resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.5 + '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.14.5: + /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.14.6: resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.5 + '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.14.5: + /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.14.6: resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.5 + '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.14.5: + /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.14.6: resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.5 + '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.14.5: + /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.14.6: resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.5 + '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.14.5: + /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.14.6: resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.5 + '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.14.5: + /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.14.6: resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.5 + '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.14.5: + /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.14.6: resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.5 + '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.14.5: + /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.14.6: resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.5 + '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-transform-arrow-functions/7.14.5_@babel+core@7.14.5: + /@babel/plugin-transform-arrow-functions/7.14.5_@babel+core@7.14.6: resolution: {integrity: sha512-KOnO0l4+tD5IfOdi4x8C1XmEIRWUjNRV8wc6K2vz/3e8yAOoZZvsRXRRIF/yo/MAOFb4QjtAw9xSxMXbSMRy8A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.5 + '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-transform-async-to-generator/7.14.5_@babel+core@7.14.5: + /@babel/plugin-transform-async-to-generator/7.14.5_@babel+core@7.14.6: resolution: {integrity: sha512-szkbzQ0mNk0rpu76fzDdqSyPu0MuvpXgC+6rz5rpMb5OIRxdmHfQxrktL8CYolL2d8luMCZTR0DpIMIdL27IjA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.5 + '@babel/core': 7.14.6 '@babel/helper-module-imports': 7.14.5 '@babel/helper-plugin-utils': 7.14.5 '@babel/helper-remap-async-to-generator': 7.14.5 @@ -811,33 +803,33 @@ packages: - supports-color dev: true - /@babel/plugin-transform-block-scoped-functions/7.14.5_@babel+core@7.14.5: + /@babel/plugin-transform-block-scoped-functions/7.14.5_@babel+core@7.14.6: resolution: {integrity: sha512-dtqWqdWZ5NqBX3KzsVCWfQI3A53Ft5pWFCT2eCVUftWZgjc5DpDponbIF1+c+7cSGk2wN0YK7HGL/ezfRbpKBQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.5 + '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-transform-block-scoping/7.14.5_@babel+core@7.14.5: + /@babel/plugin-transform-block-scoping/7.14.5_@babel+core@7.14.6: resolution: {integrity: sha512-LBYm4ZocNgoCqyxMLoOnwpsmQ18HWTQvql64t3GvMUzLQrNoV1BDG0lNftC8QKYERkZgCCT/7J5xWGObGAyHDw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.5 + '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-transform-classes/7.14.5_@babel+core@7.14.5: + /@babel/plugin-transform-classes/7.14.5_@babel+core@7.14.6: resolution: {integrity: sha512-J4VxKAMykM06K/64z9rwiL6xnBHgB1+FVspqvlgCdwD1KUbQNfszeKVVOMh59w3sztHYIZDgnhOC4WbdEfHFDA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.5 + '@babel/core': 7.14.6 '@babel/helper-annotate-as-pure': 7.14.5 '@babel/helper-function-name': 7.14.5 '@babel/helper-optimise-call-expression': 7.14.5 @@ -849,106 +841,106 @@ packages: - supports-color dev: true - /@babel/plugin-transform-computed-properties/7.14.5_@babel+core@7.14.5: + /@babel/plugin-transform-computed-properties/7.14.5_@babel+core@7.14.6: resolution: {integrity: sha512-pWM+E4283UxaVzLb8UBXv4EIxMovU4zxT1OPnpHJcmnvyY9QbPPTKZfEj31EUvG3/EQRbYAGaYEUZ4yWOBC2xg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.5 + '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-transform-destructuring/7.14.5_@babel+core@7.14.5: - resolution: {integrity: sha512-wU9tYisEbRMxqDezKUqC9GleLycCRoUsai9ddlsq54r8QRLaeEhc+d+9DqCG+kV9W2GgQjTZESPTpn5bAFMDww==} + /@babel/plugin-transform-destructuring/7.14.7_@babel+core@7.14.6: + resolution: {integrity: sha512-0mDE99nK+kVh3xlc5vKwB6wnP9ecuSj+zQCa/n0voENtP/zymdT4HH6QEb65wjjcbqr1Jb/7z9Qp7TF5FtwYGw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.5 + '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-transform-dotall-regex/7.14.5_@babel+core@7.14.5: + /@babel/plugin-transform-dotall-regex/7.14.5_@babel+core@7.14.6: resolution: {integrity: sha512-loGlnBdj02MDsFaHhAIJzh7euK89lBrGIdM9EAtHFo6xKygCUGuuWe07o1oZVk287amtW1n0808sQM99aZt3gw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.5 - '@babel/helper-create-regexp-features-plugin': 7.14.5_@babel+core@7.14.5 + '@babel/core': 7.14.6 + '@babel/helper-create-regexp-features-plugin': 7.14.5_@babel+core@7.14.6 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-transform-duplicate-keys/7.14.5_@babel+core@7.14.5: + /@babel/plugin-transform-duplicate-keys/7.14.5_@babel+core@7.14.6: resolution: {integrity: sha512-iJjbI53huKbPDAsJ8EmVmvCKeeq21bAze4fu9GBQtSLqfvzj2oRuHVx4ZkDwEhg1htQ+5OBZh/Ab0XDf5iBZ7A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.5 + '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-transform-exponentiation-operator/7.14.5_@babel+core@7.14.5: + /@babel/plugin-transform-exponentiation-operator/7.14.5_@babel+core@7.14.6: resolution: {integrity: sha512-jFazJhMBc9D27o9jDnIE5ZErI0R0m7PbKXVq77FFvqFbzvTMuv8jaAwLZ5PviOLSFttqKIW0/wxNSDbjLk0tYA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.5 + '@babel/core': 7.14.6 '@babel/helper-builder-binary-assignment-operator-visitor': 7.14.5 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-transform-for-of/7.14.5_@babel+core@7.14.5: + /@babel/plugin-transform-for-of/7.14.5_@babel+core@7.14.6: resolution: {integrity: sha512-CfmqxSUZzBl0rSjpoQSFoR9UEj3HzbGuGNL21/iFTmjb5gFggJp3ph0xR1YBhexmLoKRHzgxuFvty2xdSt6gTA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.5 + '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-transform-function-name/7.14.5_@babel+core@7.14.5: + /@babel/plugin-transform-function-name/7.14.5_@babel+core@7.14.6: resolution: {integrity: sha512-vbO6kv0fIzZ1GpmGQuvbwwm+O4Cbm2NrPzwlup9+/3fdkuzo1YqOZcXw26+YUJB84Ja7j9yURWposEHLYwxUfQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.5 + '@babel/core': 7.14.6 '@babel/helper-function-name': 7.14.5 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-transform-literals/7.14.5_@babel+core@7.14.5: + /@babel/plugin-transform-literals/7.14.5_@babel+core@7.14.6: resolution: {integrity: sha512-ql33+epql2F49bi8aHXxvLURHkxJbSmMKl9J5yHqg4PLtdE6Uc48CH1GS6TQvZ86eoB/ApZXwm7jlA+B3kra7A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.5 + '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-transform-member-expression-literals/7.14.5_@babel+core@7.14.5: + /@babel/plugin-transform-member-expression-literals/7.14.5_@babel+core@7.14.6: resolution: {integrity: sha512-WkNXxH1VXVTKarWFqmso83xl+2V3Eo28YY5utIkbsmXoItO8Q3aZxN4BTS2k0hz9dGUloHK26mJMyQEYfkn/+Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.5 + '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-transform-modules-amd/7.14.5_@babel+core@7.14.5: + /@babel/plugin-transform-modules-amd/7.14.5_@babel+core@7.14.6: resolution: {integrity: sha512-3lpOU8Vxmp3roC4vzFpSdEpGUWSMsHFreTWOMMLzel2gNGfHE5UWIh/LN6ghHs2xurUp4jRFYMUIZhuFbody1g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.5 + '@babel/core': 7.14.6 '@babel/helper-module-transforms': 7.14.5 '@babel/helper-plugin-utils': 7.14.5 babel-plugin-dynamic-import-node: 2.3.3 @@ -956,13 +948,13 @@ packages: - supports-color dev: true - /@babel/plugin-transform-modules-commonjs/7.14.5_@babel+core@7.14.5: + /@babel/plugin-transform-modules-commonjs/7.14.5_@babel+core@7.14.6: resolution: {integrity: sha512-en8GfBtgnydoao2PS+87mKyw62k02k7kJ9ltbKe0fXTHrQmG6QZZflYuGI1VVG7sVpx4E1n7KBpNlPb8m78J+A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.5 + '@babel/core': 7.14.6 '@babel/helper-module-transforms': 7.14.5 '@babel/helper-plugin-utils': 7.14.5 '@babel/helper-simple-access': 7.14.5 @@ -971,13 +963,13 @@ packages: - supports-color dev: true - /@babel/plugin-transform-modules-systemjs/7.14.5_@babel+core@7.14.5: + /@babel/plugin-transform-modules-systemjs/7.14.5_@babel+core@7.14.6: resolution: {integrity: sha512-mNMQdvBEE5DcMQaL5LbzXFMANrQjd2W7FPzg34Y4yEz7dBgdaC+9B84dSO+/1Wba98zoDbInctCDo4JGxz1VYA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.5 + '@babel/core': 7.14.6 '@babel/helper-hoist-variables': 7.14.5 '@babel/helper-module-transforms': 7.14.5 '@babel/helper-plugin-utils': 7.14.5 @@ -987,263 +979,263 @@ packages: - supports-color dev: true - /@babel/plugin-transform-modules-umd/7.14.5_@babel+core@7.14.5: + /@babel/plugin-transform-modules-umd/7.14.5_@babel+core@7.14.6: resolution: {integrity: sha512-RfPGoagSngC06LsGUYyM9QWSXZ8MysEjDJTAea1lqRjNECE3y0qIJF/qbvJxc4oA4s99HumIMdXOrd+TdKaAAA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.5 + '@babel/core': 7.14.6 '@babel/helper-module-transforms': 7.14.5 '@babel/helper-plugin-utils': 7.14.5 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-named-capturing-groups-regex/7.14.5_@babel+core@7.14.5: - resolution: {integrity: sha512-+Xe5+6MWFo311U8SchgeX5c1+lJM+eZDBZgD+tvXu9VVQPXwwVzeManMMjYX6xw2HczngfOSZjoFYKwdeB/Jvw==} + /@babel/plugin-transform-named-capturing-groups-regex/7.14.7_@babel+core@7.14.6: + resolution: {integrity: sha512-DTNOTaS7TkW97xsDMrp7nycUVh6sn/eq22VaxWfEdzuEbRsiaOU0pqU7DlyUGHVsbQbSghvjKRpEl+nUCKGQSg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.14.5 - '@babel/helper-create-regexp-features-plugin': 7.14.5_@babel+core@7.14.5 + '@babel/core': 7.14.6 + '@babel/helper-create-regexp-features-plugin': 7.14.5_@babel+core@7.14.6 dev: true - /@babel/plugin-transform-new-target/7.14.5_@babel+core@7.14.5: + /@babel/plugin-transform-new-target/7.14.5_@babel+core@7.14.6: resolution: {integrity: sha512-Nx054zovz6IIRWEB49RDRuXGI4Gy0GMgqG0cII9L3MxqgXz/+rgII+RU58qpo4g7tNEx1jG7rRVH4ihZoP4esQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.5 + '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-transform-object-super/7.14.5_@babel+core@7.14.5: + /@babel/plugin-transform-object-super/7.14.5_@babel+core@7.14.6: resolution: {integrity: sha512-MKfOBWzK0pZIrav9z/hkRqIk/2bTv9qvxHzPQc12RcVkMOzpIKnFCNYJip00ssKWYkd8Sf5g0Wr7pqJ+cmtuFg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.5 + '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 '@babel/helper-replace-supers': 7.14.5 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-parameters/7.14.5_@babel+core@7.14.5: + /@babel/plugin-transform-parameters/7.14.5_@babel+core@7.14.6: resolution: {integrity: sha512-Tl7LWdr6HUxTmzQtzuU14SqbgrSKmaR77M0OKyq4njZLQTPfOvzblNKyNkGwOfEFCEx7KeYHQHDI0P3F02IVkA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.5 + '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-transform-property-literals/7.14.5_@babel+core@7.14.5: + /@babel/plugin-transform-property-literals/7.14.5_@babel+core@7.14.6: resolution: {integrity: sha512-r1uilDthkgXW8Z1vJz2dKYLV1tuw2xsbrp3MrZmD99Wh9vsfKoob+JTgri5VUb/JqyKRXotlOtwgu4stIYCmnw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.5 + '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-transform-regenerator/7.14.5_@babel+core@7.14.5: + /@babel/plugin-transform-regenerator/7.14.5_@babel+core@7.14.6: resolution: {integrity: sha512-NVIY1W3ITDP5xQl50NgTKlZ0GrotKtLna08/uGY6ErQt6VEQZXla86x/CTddm5gZdcr+5GSsvMeTmWA5Ii6pkg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.5 + '@babel/core': 7.14.6 regenerator-transform: 0.14.5 dev: true - /@babel/plugin-transform-reserved-words/7.14.5_@babel+core@7.14.5: + /@babel/plugin-transform-reserved-words/7.14.5_@babel+core@7.14.6: resolution: {integrity: sha512-cv4F2rv1nD4qdexOGsRQXJrOcyb5CrgjUH9PKrrtyhSDBNWGxd0UIitjyJiWagS+EbUGjG++22mGH1Pub8D6Vg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.5 + '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-transform-shorthand-properties/7.14.5_@babel+core@7.14.5: + /@babel/plugin-transform-shorthand-properties/7.14.5_@babel+core@7.14.6: resolution: {integrity: sha512-xLucks6T1VmGsTB+GWK5Pl9Jl5+nRXD1uoFdA5TSO6xtiNjtXTjKkmPdFXVLGlK5A2/or/wQMKfmQ2Y0XJfn5g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.5 + '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-transform-spread/7.14.5_@babel+core@7.14.5: - resolution: {integrity: sha512-/3iqoQdiWergnShZYl0xACb4ADeYCJ7X/RgmwtXshn6cIvautRPAFzhd58frQlokLO6Jb4/3JXvmm6WNTPtiTw==} + /@babel/plugin-transform-spread/7.14.6_@babel+core@7.14.6: + resolution: {integrity: sha512-Zr0x0YroFJku7n7+/HH3A2eIrGMjbmAIbJSVv0IZ+t3U2WUQUA64S/oeied2e+MaGSjmt4alzBCsK9E8gh+fag==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.5 + '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 '@babel/helper-skip-transparent-expression-wrappers': 7.14.5 dev: true - /@babel/plugin-transform-sticky-regex/7.14.5_@babel+core@7.14.5: + /@babel/plugin-transform-sticky-regex/7.14.5_@babel+core@7.14.6: resolution: {integrity: sha512-Z7F7GyvEMzIIbwnziAZmnSNpdijdr4dWt+FJNBnBLz5mwDFkqIXU9wmBcWWad3QeJF5hMTkRe4dAq2sUZiG+8A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.5 + '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-transform-template-literals/7.14.5_@babel+core@7.14.5: + /@babel/plugin-transform-template-literals/7.14.5_@babel+core@7.14.6: resolution: {integrity: sha512-22btZeURqiepOfuy/VkFr+zStqlujWaarpMErvay7goJS6BWwdd6BY9zQyDLDa4x2S3VugxFb162IZ4m/S/+Gg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.5 + '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-transform-typeof-symbol/7.14.5_@babel+core@7.14.5: + /@babel/plugin-transform-typeof-symbol/7.14.5_@babel+core@7.14.6: resolution: {integrity: sha512-lXzLD30ffCWseTbMQzrvDWqljvZlHkXU+CnseMhkMNqU1sASnCsz3tSzAaH3vCUXb9PHeUb90ZT1BdFTm1xxJw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.5 + '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-transform-unicode-escapes/7.14.5_@babel+core@7.14.5: + /@babel/plugin-transform-unicode-escapes/7.14.5_@babel+core@7.14.6: resolution: {integrity: sha512-crTo4jATEOjxj7bt9lbYXcBAM3LZaUrbP2uUdxb6WIorLmjNKSpHfIybgY4B8SRpbf8tEVIWH3Vtm7ayCrKocA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.5 + '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-transform-unicode-regex/7.14.5_@babel+core@7.14.5: + /@babel/plugin-transform-unicode-regex/7.14.5_@babel+core@7.14.6: resolution: {integrity: sha512-UygduJpC5kHeCiRw/xDVzC+wj8VaYSoKl5JNVmbP7MadpNinAm3SvZCxZ42H37KZBKztz46YC73i9yV34d0Tzw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.5 - '@babel/helper-create-regexp-features-plugin': 7.14.5_@babel+core@7.14.5 + '@babel/core': 7.14.6 + '@babel/helper-create-regexp-features-plugin': 7.14.5_@babel+core@7.14.6 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/preset-env/7.14.5_@babel+core@7.14.5: - resolution: {integrity: sha512-ci6TsS0bjrdPpWGnQ+m4f+JSSzDKlckqKIJJt9UZ/+g7Zz9k0N8lYU8IeLg/01o2h8LyNZDMLGgRLDTxpudLsA==} + /@babel/preset-env/7.14.7_@babel+core@7.14.6: + resolution: {integrity: sha512-itOGqCKLsSUl0Y+1nSfhbuuOlTs0MJk2Iv7iSH+XT/mR8U1zRLO7NjWlYXB47yhK4J/7j+HYty/EhFZDYKa/VA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.14.5 - '@babel/core': 7.14.5 - '@babel/helper-compilation-targets': 7.14.5_@babel+core@7.14.5 + '@babel/compat-data': 7.14.7 + '@babel/core': 7.14.6 + '@babel/helper-compilation-targets': 7.14.5_@babel+core@7.14.6 '@babel/helper-plugin-utils': 7.14.5 '@babel/helper-validator-option': 7.14.5 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.14.5_@babel+core@7.14.5 - '@babel/plugin-proposal-async-generator-functions': 7.14.5_@babel+core@7.14.5 - '@babel/plugin-proposal-class-properties': 7.14.5_@babel+core@7.14.5 - '@babel/plugin-proposal-class-static-block': 7.14.5_@babel+core@7.14.5 - '@babel/plugin-proposal-dynamic-import': 7.14.5_@babel+core@7.14.5 - '@babel/plugin-proposal-export-namespace-from': 7.14.5_@babel+core@7.14.5 - '@babel/plugin-proposal-json-strings': 7.14.5_@babel+core@7.14.5 - '@babel/plugin-proposal-logical-assignment-operators': 7.14.5_@babel+core@7.14.5 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.14.5_@babel+core@7.14.5 - '@babel/plugin-proposal-numeric-separator': 7.14.5_@babel+core@7.14.5 - '@babel/plugin-proposal-object-rest-spread': 7.14.5_@babel+core@7.14.5 - '@babel/plugin-proposal-optional-catch-binding': 7.14.5_@babel+core@7.14.5 - '@babel/plugin-proposal-optional-chaining': 7.14.5_@babel+core@7.14.5 - '@babel/plugin-proposal-private-methods': 7.14.5_@babel+core@7.14.5 - '@babel/plugin-proposal-private-property-in-object': 7.14.5_@babel+core@7.14.5 - '@babel/plugin-proposal-unicode-property-regex': 7.14.5_@babel+core@7.14.5 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.14.5 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.14.5 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.14.5 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.14.5 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.14.5 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.14.5 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.14.5 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.14.5 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.14.5 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.14.5 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.14.5 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.14.5 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.14.5 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.14.5 - '@babel/plugin-transform-arrow-functions': 7.14.5_@babel+core@7.14.5 - '@babel/plugin-transform-async-to-generator': 7.14.5_@babel+core@7.14.5 - '@babel/plugin-transform-block-scoped-functions': 7.14.5_@babel+core@7.14.5 - '@babel/plugin-transform-block-scoping': 7.14.5_@babel+core@7.14.5 - '@babel/plugin-transform-classes': 7.14.5_@babel+core@7.14.5 - '@babel/plugin-transform-computed-properties': 7.14.5_@babel+core@7.14.5 - '@babel/plugin-transform-destructuring': 7.14.5_@babel+core@7.14.5 - '@babel/plugin-transform-dotall-regex': 7.14.5_@babel+core@7.14.5 - '@babel/plugin-transform-duplicate-keys': 7.14.5_@babel+core@7.14.5 - '@babel/plugin-transform-exponentiation-operator': 7.14.5_@babel+core@7.14.5 - '@babel/plugin-transform-for-of': 7.14.5_@babel+core@7.14.5 - '@babel/plugin-transform-function-name': 7.14.5_@babel+core@7.14.5 - '@babel/plugin-transform-literals': 7.14.5_@babel+core@7.14.5 - '@babel/plugin-transform-member-expression-literals': 7.14.5_@babel+core@7.14.5 - '@babel/plugin-transform-modules-amd': 7.14.5_@babel+core@7.14.5 - '@babel/plugin-transform-modules-commonjs': 7.14.5_@babel+core@7.14.5 - '@babel/plugin-transform-modules-systemjs': 7.14.5_@babel+core@7.14.5 - '@babel/plugin-transform-modules-umd': 7.14.5_@babel+core@7.14.5 - '@babel/plugin-transform-named-capturing-groups-regex': 7.14.5_@babel+core@7.14.5 - '@babel/plugin-transform-new-target': 7.14.5_@babel+core@7.14.5 - '@babel/plugin-transform-object-super': 7.14.5_@babel+core@7.14.5 - '@babel/plugin-transform-parameters': 7.14.5_@babel+core@7.14.5 - '@babel/plugin-transform-property-literals': 7.14.5_@babel+core@7.14.5 - '@babel/plugin-transform-regenerator': 7.14.5_@babel+core@7.14.5 - '@babel/plugin-transform-reserved-words': 7.14.5_@babel+core@7.14.5 - '@babel/plugin-transform-shorthand-properties': 7.14.5_@babel+core@7.14.5 - '@babel/plugin-transform-spread': 7.14.5_@babel+core@7.14.5 - '@babel/plugin-transform-sticky-regex': 7.14.5_@babel+core@7.14.5 - '@babel/plugin-transform-template-literals': 7.14.5_@babel+core@7.14.5 - '@babel/plugin-transform-typeof-symbol': 7.14.5_@babel+core@7.14.5 - '@babel/plugin-transform-unicode-escapes': 7.14.5_@babel+core@7.14.5 - '@babel/plugin-transform-unicode-regex': 7.14.5_@babel+core@7.14.5 - '@babel/preset-modules': 0.1.4_@babel+core@7.14.5 + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.14.5_@babel+core@7.14.6 + '@babel/plugin-proposal-async-generator-functions': 7.14.7_@babel+core@7.14.6 + '@babel/plugin-proposal-class-properties': 7.14.5_@babel+core@7.14.6 + '@babel/plugin-proposal-class-static-block': 7.14.5_@babel+core@7.14.6 + '@babel/plugin-proposal-dynamic-import': 7.14.5_@babel+core@7.14.6 + '@babel/plugin-proposal-export-namespace-from': 7.14.5_@babel+core@7.14.6 + '@babel/plugin-proposal-json-strings': 7.14.5_@babel+core@7.14.6 + '@babel/plugin-proposal-logical-assignment-operators': 7.14.5_@babel+core@7.14.6 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.14.5_@babel+core@7.14.6 + '@babel/plugin-proposal-numeric-separator': 7.14.5_@babel+core@7.14.6 + '@babel/plugin-proposal-object-rest-spread': 7.14.7_@babel+core@7.14.6 + '@babel/plugin-proposal-optional-catch-binding': 7.14.5_@babel+core@7.14.6 + '@babel/plugin-proposal-optional-chaining': 7.14.5_@babel+core@7.14.6 + '@babel/plugin-proposal-private-methods': 7.14.5_@babel+core@7.14.6 + '@babel/plugin-proposal-private-property-in-object': 7.14.5_@babel+core@7.14.6 + '@babel/plugin-proposal-unicode-property-regex': 7.14.5_@babel+core@7.14.6 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.14.6 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.14.6 + '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.14.6 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.14.6 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.14.6 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.14.6 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.14.6 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.14.6 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.14.6 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.14.6 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.14.6 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.14.6 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.14.6 + '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.14.6 + '@babel/plugin-transform-arrow-functions': 7.14.5_@babel+core@7.14.6 + '@babel/plugin-transform-async-to-generator': 7.14.5_@babel+core@7.14.6 + '@babel/plugin-transform-block-scoped-functions': 7.14.5_@babel+core@7.14.6 + '@babel/plugin-transform-block-scoping': 7.14.5_@babel+core@7.14.6 + '@babel/plugin-transform-classes': 7.14.5_@babel+core@7.14.6 + '@babel/plugin-transform-computed-properties': 7.14.5_@babel+core@7.14.6 + '@babel/plugin-transform-destructuring': 7.14.7_@babel+core@7.14.6 + '@babel/plugin-transform-dotall-regex': 7.14.5_@babel+core@7.14.6 + '@babel/plugin-transform-duplicate-keys': 7.14.5_@babel+core@7.14.6 + '@babel/plugin-transform-exponentiation-operator': 7.14.5_@babel+core@7.14.6 + '@babel/plugin-transform-for-of': 7.14.5_@babel+core@7.14.6 + '@babel/plugin-transform-function-name': 7.14.5_@babel+core@7.14.6 + '@babel/plugin-transform-literals': 7.14.5_@babel+core@7.14.6 + '@babel/plugin-transform-member-expression-literals': 7.14.5_@babel+core@7.14.6 + '@babel/plugin-transform-modules-amd': 7.14.5_@babel+core@7.14.6 + '@babel/plugin-transform-modules-commonjs': 7.14.5_@babel+core@7.14.6 + '@babel/plugin-transform-modules-systemjs': 7.14.5_@babel+core@7.14.6 + '@babel/plugin-transform-modules-umd': 7.14.5_@babel+core@7.14.6 + '@babel/plugin-transform-named-capturing-groups-regex': 7.14.7_@babel+core@7.14.6 + '@babel/plugin-transform-new-target': 7.14.5_@babel+core@7.14.6 + '@babel/plugin-transform-object-super': 7.14.5_@babel+core@7.14.6 + '@babel/plugin-transform-parameters': 7.14.5_@babel+core@7.14.6 + '@babel/plugin-transform-property-literals': 7.14.5_@babel+core@7.14.6 + '@babel/plugin-transform-regenerator': 7.14.5_@babel+core@7.14.6 + '@babel/plugin-transform-reserved-words': 7.14.5_@babel+core@7.14.6 + '@babel/plugin-transform-shorthand-properties': 7.14.5_@babel+core@7.14.6 + '@babel/plugin-transform-spread': 7.14.6_@babel+core@7.14.6 + '@babel/plugin-transform-sticky-regex': 7.14.5_@babel+core@7.14.6 + '@babel/plugin-transform-template-literals': 7.14.5_@babel+core@7.14.6 + '@babel/plugin-transform-typeof-symbol': 7.14.5_@babel+core@7.14.6 + '@babel/plugin-transform-unicode-escapes': 7.14.5_@babel+core@7.14.6 + '@babel/plugin-transform-unicode-regex': 7.14.5_@babel+core@7.14.6 + '@babel/preset-modules': 0.1.4_@babel+core@7.14.6 '@babel/types': 7.14.5 - babel-plugin-polyfill-corejs2: 0.2.2_@babel+core@7.14.5 - babel-plugin-polyfill-corejs3: 0.2.2_@babel+core@7.14.5 - babel-plugin-polyfill-regenerator: 0.2.2_@babel+core@7.14.5 - core-js-compat: 3.14.0 + babel-plugin-polyfill-corejs2: 0.2.2_@babel+core@7.14.6 + babel-plugin-polyfill-corejs3: 0.2.3_@babel+core@7.14.6 + babel-plugin-polyfill-regenerator: 0.2.2_@babel+core@7.14.6 + core-js-compat: 3.15.2 semver: 6.3.0 transitivePeerDependencies: - supports-color dev: true - /@babel/preset-modules/0.1.4_@babel+core@7.14.5: + /@babel/preset-modules/0.1.4_@babel+core@7.14.6: resolution: {integrity: sha512-J36NhwnfdzpmH41M1DrnkkgAqhZaqr/NBdPfQ677mLzlaXo+oDiv1deyCDtgAhz8p328otdob0Du7+xgHGZbKg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.5 + '@babel/core': 7.14.6 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-proposal-unicode-property-regex': 7.14.5_@babel+core@7.14.5 - '@babel/plugin-transform-dotall-regex': 7.14.5_@babel+core@7.14.5 + '@babel/plugin-proposal-unicode-property-regex': 7.14.5_@babel+core@7.14.6 + '@babel/plugin-transform-dotall-regex': 7.14.5_@babel+core@7.14.6 '@babel/types': 7.14.5 esutils: 2.0.3 dev: true - /@babel/runtime/7.14.5: - resolution: {integrity: sha512-121rumjddw9c3NCQ55KGkyE1h/nzWhU/owjhw0l4mQrkzz4x9SGS1X8gFLraHwX7td3Yo4QTL+qj0NcIzN87BA==} + /@babel/runtime/7.14.6: + resolution: {integrity: sha512-/PCB2uJ7oM44tz8YhC4Z/6PeOKXp4K588f+5M3clr1M4zbqztlo0XEfJ2LEzj/FgwfgGcIdl8n7YYjTCI0BYwg==} engines: {node: '>=6.9.0'} dependencies: regenerator-runtime: 0.13.7 @@ -1254,12 +1246,12 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.14.5 - '@babel/parser': 7.14.5 + '@babel/parser': 7.14.7 '@babel/types': 7.14.5 dev: true - /@babel/traverse/7.14.5: - resolution: {integrity: sha512-G3BiS15vevepdmFqmUc9X+64y0viZYygubAMO8SvBmKARuF6CPSZtH4Ng9vi/lrWlZFGe3FWdXNy835akH8Glg==} + /@babel/traverse/7.14.7: + resolution: {integrity: sha512-9vDr5NzHu27wgwejuKL7kIOm4bwEtaPQ4Z6cpCmjSuaRqpH/7xc4qcGEscwMqlkwgcXl6MvqoAjZkQ24uSdIZQ==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.14.5 @@ -1267,7 +1259,7 @@ packages: '@babel/helper-function-name': 7.14.5 '@babel/helper-hoist-variables': 7.14.5 '@babel/helper-split-export-declaration': 7.14.5 - '@babel/parser': 7.14.5 + '@babel/parser': 7.14.7 '@babel/types': 7.14.5 debug: 4.3.2 globals: 11.12.0 @@ -1275,13 +1267,6 @@ packages: - supports-color dev: true - /@babel/types/7.14.4: - resolution: {integrity: sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==} - dependencies: - '@babel/helper-validator-identifier': 7.14.0 - to-fast-properties: 2.0.0 - dev: true - /@babel/types/7.14.5: resolution: {integrity: sha512-M/NzBpEL95I5Hh4dwhin5JlE7EzO5PHMAuzjxss3tiOBD46KfQvVedN/3jEPZvdRvtsK2222XfdHogNIttFgcg==} engines: {node: '>=6.9.0'} @@ -1312,7 +1297,7 @@ packages: ajv: 6.12.6 debug: 4.3.2 espree: 7.3.1 - globals: 13.9.0 + globals: 13.10.0 ignore: 4.0.6 import-fresh: 3.3.0 js-yaml: 3.14.1 @@ -1379,127 +1364,122 @@ packages: resolution: {integrity: sha512-LFelJDOLZ6JHlmlAkgrvmcu4hpNPB91KYcr4f60D/exzU1eNOb4/KCVHIydGHIQFaOacIOD+Xy+B7P1z812cZg==} dev: true - /@iconify/json/1.1.369: - resolution: {integrity: sha512-v0LY1A4MZKElKuVjXeDEjf4Em7RSsudb8IsT030R8+aE/IR9Jw6nMcg82rs7TKN/Yo1j9p3P2D10dVwfeeio8w==} + /@iconify/json/1.1.374: + resolution: {integrity: sha512-qW22YycqaCEACCiPNq0mQc/f1CsogZa7c3Ahv/2ZFAEZzOG7xtdzW88t2sGFvS/WBrOQY+mn3stWWwAIeZVNkQ==} dev: true - /@intlify/cli/0.5.0: - resolution: {integrity: sha512-FKPL2Avs+X7+Poer+XHbXBMNYVdFCYvTpuMr8OqnCkHlLtKgCrskeUzLyryelT4G8JG9ZZXOE9AZkiqo/AWYyg==} - engines: {node: '>= 10'} - hasBin: true + /@intlify/bundle-utils/0.1.0_eslint@7.30.0: + resolution: {integrity: sha512-v0aeQmjNWppSLpPcLh3E1JiQg8bQFY9uD4ZuZssGq2elXsqB3JDH0TZfhO8Y83x1Ejk0qxq5hv015mYS2qzfZQ==} + engines: {node: '>= 12'} dependencies: - '@intlify/core': 9.1.6 - '@intlify/core-base': 9.1.6 - '@intlify/message-compiler': 9.1.6 - '@intlify/shared': 9.1.6 - chalk: 4.1.1 - debug: 4.3.2 - glob: 7.1.7 - jsonc-eslint-parser: 1.0.1 + '@intlify/core': 9.1.7 + '@intlify/message-compiler': 9.1.7 + '@intlify/shared': 9.1.7 + jsonc-eslint-parser: 1.1.0_eslint@7.30.0 source-map: 0.6.1 yaml-eslint-parser: 0.3.2 - yargs: 16.2.0 transitivePeerDependencies: - - supports-color + - eslint dev: true - /@intlify/core-base/9.1.6: - resolution: {integrity: sha512-d5GDPpsQbqPkisSJA5b6nJFEkalY/IHAd7vOLNd/Sj4YaNRzXtInu2FoqKiOv8e/lQnXGTpurdCZg5Jxq1Gsxw==} + /@intlify/core-base/9.1.7: + resolution: {integrity: sha512-q1W2j81xbHyfKrNcca/CeJyf0Bcx4u9UDu05l7AaiJbqOseTme2o2I3wp1hDDCtmC7k7HgX0sAygyHNJH9swuQ==} engines: {node: '>= 10'} dependencies: - '@intlify/devtools-if': 9.1.6 - '@intlify/message-compiler': 9.1.6 - '@intlify/message-resolver': 9.1.6 - '@intlify/runtime': 9.1.6 - '@intlify/shared': 9.1.6 - '@intlify/vue-devtools': 9.1.6 + '@intlify/devtools-if': 9.1.7 + '@intlify/message-compiler': 9.1.7 + '@intlify/message-resolver': 9.1.7 + '@intlify/runtime': 9.1.7 + '@intlify/shared': 9.1.7 + '@intlify/vue-devtools': 9.1.7 - /@intlify/core/9.1.6: - resolution: {integrity: sha512-/B/2mRUqiNByKI+M13zRotiCecFHrlSg+V9HLSsIDW9xVWIn/NXucfCD4CUHzIPPGcCtzNjxixKTojGnWcsLSg==} + /@intlify/core/9.1.7: + resolution: {integrity: sha512-iWlzl1CiG9iF0h+90ZkxLIgVkaznhmjcfR/bfXk/Usp/IqkeBV8z5QGxtuFdzS3iurOHfylUCopSaT87hPOGmw==} engines: {node: '>= 10'} dependencies: - '@intlify/core-base': 9.1.6 + '@intlify/core-base': 9.1.7 dev: true - /@intlify/devtools-if/9.1.6: - resolution: {integrity: sha512-m8Api+kh+BtFa2FZ/JjIdr1ibsGGqBjdKCzWo5BZecEUxBquIeOQZwpokPh/0K5j+/PZleFXkVAMC5mNt+9WdA==} + /@intlify/devtools-if/9.1.7: + resolution: {integrity: sha512-/DcN5FUySSkQhDqx5y1RvxfuCXO3Ot/dUEIOs472qbM7Hyb2qif+eXCnwHBzlI4+wEfQVT6L0PiM1a7Er/ro9g==} engines: {node: '>= 10'} dependencies: - '@intlify/shared': 9.1.6 + '@intlify/shared': 9.1.7 - /@intlify/message-compiler/9.1.6: - resolution: {integrity: sha512-DR8645VOrVK6x/8tkaCpHnckMAIcoOgeNS5j0wB12RfZoXYQp7vAXMaOP511KMll2mXCREgIB0ojpajiof7yzQ==} + /@intlify/message-compiler/9.1.7: + resolution: {integrity: sha512-JZNkAhr3O7tnbdbRBcpYfqr/Ai26WTzX0K/lV8Y1KVdOIj/dGiamaffdWUdFiDXUnbJRNbPiOaKxy7Pwip3KxQ==} engines: {node: '>= 10'} dependencies: - '@intlify/message-resolver': 9.1.6 - '@intlify/shared': 9.1.6 + '@intlify/message-resolver': 9.1.7 + '@intlify/shared': 9.1.7 source-map: 0.6.1 - /@intlify/message-resolver/9.1.6: - resolution: {integrity: sha512-UUnbawQa5U9sffd5wRIscqtyY1xWlwJbyfwCLPEWLvBhyAnCwPYlvaHGnnO0CSi0fzJTVwlV9DYzobh3agDeMA==} + /@intlify/message-resolver/9.1.7: + resolution: {integrity: sha512-WTK+OaXJYjyquLGhuCyDvU2WHkG+kXzXeHagmVFHn+s118Jf2143zzkLLUrapP5CtZ/csuyjmYg7b3xQRQAmvw==} engines: {node: '>= 10'} - /@intlify/runtime/9.1.6: - resolution: {integrity: sha512-U1QZ+TPf3kQQvWo4BA2mj3cHAxMRHXNTBhu2u+deh6ubTqXdZ19XGBTMSasrXG6RE+zSio9oM+ndoLja7JGtPg==} + /@intlify/runtime/9.1.7: + resolution: {integrity: sha512-QURPSlzhOVnRwS2XMGpCDsDkP42kfVBh94aAORxh/gVGzdgJip2vagrIFij/J69aEqdB476WJkMhVjP8VSHmiA==} engines: {node: '>= 10'} dependencies: - '@intlify/message-compiler': 9.1.6 - '@intlify/message-resolver': 9.1.6 - '@intlify/shared': 9.1.6 + '@intlify/message-compiler': 9.1.7 + '@intlify/message-resolver': 9.1.7 + '@intlify/shared': 9.1.7 - /@intlify/shared/9.1.6: - resolution: {integrity: sha512-6MtsKulyfZxdD7OuxjaODjj8QWoHCnLFAk4wkWiHqBCa6UCTC0qXjtEeZ1MxpQihvFmmJZauBUu25EvtngW5qQ==} + /@intlify/shared/9.1.7: + resolution: {integrity: sha512-zt0zlUdalumvT9AjQNxPXA36UgOndUyvBMplh8uRZU0fhWHAwhnJTcf0NaG9Qvr8I1n3HPSs96+kLb/YdwTavQ==} engines: {node: '>= 10'} - /@intlify/vite-plugin-vue-i18n/2.3.1_vite@2.4.1+vue-i18n@9.1.6: - resolution: {integrity: sha512-MSm4F1WUyeKVIDjvtfQP9zz+/4Xlvvj4HCwmC4X42FvR7STpXhOqPtOwHgsoYrRdG1JxKenH1uVnXVE0IVVrvQ==} + /@intlify/vite-plugin-vue-i18n/2.3.2_0a635717b5e64442fc6b458be918e09b: + resolution: {integrity: sha512-p8Ku0txXdcexDgdd9tiGAfstpJ6rIFmE3a2mDEgYuZBdgrJ5Ap6B5yplvn6DDg9faW40WuGEI75c5+5qfdN5ng==} engines: {node: '>= 12'} peerDependencies: vite: ^2.3.6 vue-i18n: ^9.1.6 dependencies: - '@intlify/cli': 0.5.0 - '@intlify/shared': 9.1.6 + '@intlify/bundle-utils': 0.1.0_eslint@7.30.0 + '@intlify/shared': 9.1.7 '@rollup/pluginutils': 4.1.0 debug: 4.3.2 - fast-glob: 3.2.6 - vite: 2.4.1 - vue-i18n: 9.1.6_vue@3.1.4 + fast-glob: 3.2.7 + vite: 2.4.2 + vue-i18n: 9.1.7_vue@3.1.4 transitivePeerDependencies: + - eslint - rollup - supports-color dev: true - /@intlify/vue-devtools/9.1.6: - resolution: {integrity: sha512-UdNovg4OML9rIr1sOGZzTfNr1nUy4UQpDf5ni4dNC93T6FIkVJz0n1Np7Vp7e6gDjcmufRYcV99tEwjQSN9+5A==} + /@intlify/vue-devtools/9.1.7: + resolution: {integrity: sha512-DI5Wc0aOiohtBUGUkKAcryCWbbuaO4/PK4Pa/LaNCsFNxbtgR5qkIDmhBv9xVPYGTUhySXxaDDAMvOpBjhPJjw==} engines: {node: '>= 10'} dependencies: - '@intlify/message-resolver': 9.1.6 - '@intlify/runtime': 9.1.6 - '@intlify/shared': 9.1.6 + '@intlify/message-resolver': 9.1.7 + '@intlify/runtime': 9.1.7 + '@intlify/shared': 9.1.7 - /@nodelib/fs.scandir/2.1.4: - resolution: {integrity: sha512-33g3pMJk3bg5nXbL/+CY6I2eJDzZAni49PfJnL5fghPTggPvBd/pFNSgJsdAgWptuFu7qq/ERvOYFlhvsLTCKA==} + /@nodelib/fs.scandir/2.1.5: + resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} engines: {node: '>= 8'} dependencies: - '@nodelib/fs.stat': 2.0.4 + '@nodelib/fs.stat': 2.0.5 run-parallel: 1.2.0 dev: true - /@nodelib/fs.stat/2.0.4: - resolution: {integrity: sha512-IYlHJA0clt2+Vg7bccq+TzRdJvv19c2INqBSsoOLp1je7xjtr7J26+WXR72MCdvU9q1qTzIWDfhMf+DRvQJK4Q==} + /@nodelib/fs.stat/2.0.5: + resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==} engines: {node: '>= 8'} dev: true - /@nodelib/fs.walk/1.2.6: - resolution: {integrity: sha512-8Broas6vTtW4GIXTAHDoE32hnN2M5ykgCpWGbuXHQ15vEMqr23pB76e/GZcYsZCHALv50ktd24qhEyKr6wBtow==} + /@nodelib/fs.walk/1.2.8: + resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} engines: {node: '>= 8'} dependencies: - '@nodelib/fs.scandir': 2.1.4 - fastq: 1.11.0 + '@nodelib/fs.scandir': 2.1.5 + fastq: 1.11.1 dev: true - /@rollup/plugin-babel/5.3.0_@babel+core@7.14.5+rollup@2.51.2: + /@rollup/plugin-babel/5.3.0_@babel+core@7.14.6+rollup@2.53.1: resolution: {integrity: sha512-9uIC8HZOnVLrLHxayq/PTzw+uS25E14KPUBh5ktF+18Mjo5yK0ToMMx6epY0uEgkjwJw0aBW4x2horYXh8juWw==} engines: {node: '>= 10.0.0'} peerDependencies: @@ -1510,38 +1490,38 @@ packages: '@types/babel__core': optional: true dependencies: - '@babel/core': 7.14.5 + '@babel/core': 7.14.6 '@babel/helper-module-imports': 7.14.5 - '@rollup/pluginutils': 3.1.0_rollup@2.51.2 - rollup: 2.51.2 + '@rollup/pluginutils': 3.1.0_rollup@2.53.1 + rollup: 2.53.1 dev: true - /@rollup/plugin-node-resolve/11.2.1_rollup@2.51.2: + /@rollup/plugin-node-resolve/11.2.1_rollup@2.53.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.51.2 + '@rollup/pluginutils': 3.1.0_rollup@2.53.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.51.2 + rollup: 2.53.1 dev: true - /@rollup/plugin-replace/2.4.2_rollup@2.51.2: + /@rollup/plugin-replace/2.4.2_rollup@2.53.1: resolution: {integrity: sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==} peerDependencies: rollup: ^1.20.0 || ^2.0.0 dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.51.2 + '@rollup/pluginutils': 3.1.0_rollup@2.53.1 magic-string: 0.25.7 - rollup: 2.51.2 + rollup: 2.53.1 dev: true - /@rollup/pluginutils/3.1.0_rollup@2.51.2: + /@rollup/pluginutils/3.1.0_rollup@2.53.1: resolution: {integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==} engines: {node: '>= 8.0.0'} peerDependencies: @@ -1550,7 +1530,7 @@ packages: '@types/estree': 0.0.39 estree-walker: 1.0.1 picomatch: 2.3.0 - rollup: 2.51.2 + rollup: 2.53.1 dev: true /@rollup/pluginutils/4.1.0: @@ -1705,20 +1685,16 @@ packages: resolution: {integrity: sha512-LfZwXoGUDo0C3me81HXgkBg5CTQYb6xzEl+fNmbO4JdRiSKQ8A0GD1OBBvKAIsbCUgoyAty7m99GqqMQe784ew==} dev: true - /@types/json-schema/7.0.7: - resolution: {integrity: sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA==} + /@types/json-schema/7.0.8: + resolution: {integrity: sha512-YSBPTLTVm2e2OoQIDYx8HaeWJ5tTToLH67kXR7zYNGupXMEHa2++G8k+DczX2cFVgalypqtyZIcU19AFcmOpmg==} dev: true - /@types/json5/0.0.29: - resolution: {integrity: sha1-7ihweulOEdK4J7y+UnC86n8+ce4=} + /@types/node/16.3.1: + resolution: {integrity: sha512-N87VuQi7HEeRJkhzovao/JviiqKjDKMVKxKMfUvSKw+MbkbW8R0nA3fi/MQhhlxV2fQ+2ReM+/Nt4efdrJx3zA==} dev: true - /@types/node/15.12.2: - resolution: {integrity: sha512-zjQ69G564OCIWIOHSXyQEEDpdpGl+G348RAKY0XXy9Z5kU9Vzv1GMNnkar/ZJ8dzXB3COzD9Mo9NtRZ4xfgUww==} - dev: true - - /@types/normalize-package-data/2.4.0: - resolution: {integrity: sha512-f5j5b/Gf71L+dbqxIpQ4Z2WlmI/mPJ0fOkGGmFgtb6sAu97EPczzbS3/tJKxmcYDj55OX6ssqwDAWOHIYDRDGA==} + /@types/normalize-package-data/2.4.1: + resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} dev: true /@types/nprogress/0.2.0: @@ -1728,15 +1704,15 @@ packages: /@types/resolve/1.17.1: resolution: {integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==} dependencies: - '@types/node': 15.12.2 + '@types/node': 16.3.1 dev: true /@types/throttle-debounce/2.1.0: resolution: {integrity: sha512-5eQEtSCoESnh2FsiLTxE121IiE60hnMqcb435fShf4bpLRjEu1Eoekht23y6zXS9Ts3l+Szu3TARnTsA0GkOkQ==} dev: true - /@types/unist/2.0.3: - resolution: {integrity: sha512-FvUupuM3rlRsRtCN+fDudtmytGO6iHJuuRKS1Ss0pG5z8oX0diNEw94UEL7hgDbpN94rgaK5R7sWm6RrSkZuAQ==} + /@types/unist/2.0.5: + resolution: {integrity: sha512-wnra4Vw9dopnuybR6HBywJ/URYpYrKLoepBTEtgfJup8Ahoi2zJECPP2cwiXp7btTvOT2CULv87aQRA4eZSP6g==} dev: true /@types/vfile-message/2.0.0: @@ -1749,13 +1725,13 @@ packages: /@types/vfile/3.0.2: resolution: {integrity: sha512-b3nLFGaGkJ9rzOcuXRfHkZMdjsawuDD0ENL9fzTophtBg8FJHSGbH7daXkEpcwy3v7Xol3pAvsmlYyFhR4pqJw==} dependencies: - '@types/node': 15.12.2 - '@types/unist': 2.0.3 + '@types/node': 16.3.1 + '@types/unist': 2.0.5 '@types/vfile-message': 2.0.0 dev: true - /@typescript-eslint/eslint-plugin/4.28.2_5031fffb45dfb7117e61c1d8ea1ef3ff: - resolution: {integrity: sha512-PGqpLLzHSxq956rzNGasO3GsAPf2lY9lDUBXhS++SKonglUmJypaUtcKzRtUte8CV7nruwnDxtLUKpVxs0wQBw==} + /@typescript-eslint/eslint-plugin/4.28.3_8da3816a7c3fb8ebc9f4c4b3e4b2e38f: + resolution: {integrity: sha512-jW8sEFu1ZeaV8xzwsfi6Vgtty2jf7/lJmQmDkDruBjYAbx5DA8JtbcMnP0rNPUG+oH5GoQBTSp+9613BzuIpYg==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: '@typescript-eslint/parser': ^4.0.0 @@ -1765,13 +1741,13 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/experimental-utils': 4.28.2_eslint@7.30.0+typescript@4.3.5 - '@typescript-eslint/parser': 4.28.2_eslint@7.30.0+typescript@4.3.5 - '@typescript-eslint/scope-manager': 4.28.2 + '@typescript-eslint/experimental-utils': 4.28.3_eslint@7.30.0+typescript@4.3.5 + '@typescript-eslint/parser': 4.28.3_eslint@7.30.0+typescript@4.3.5 + '@typescript-eslint/scope-manager': 4.28.3 debug: 4.3.2 eslint: 7.30.0 functional-red-black-tree: 1.0.1 - regexpp: 3.1.0 + regexpp: 3.2.0 semver: 7.3.5 tsutils: 3.21.0_typescript@4.3.5 typescript: 4.3.5 @@ -1779,8 +1755,8 @@ packages: - supports-color dev: true - /@typescript-eslint/eslint-plugin/4.28.2_eslint@7.30.0+typescript@4.3.5: - resolution: {integrity: sha512-PGqpLLzHSxq956rzNGasO3GsAPf2lY9lDUBXhS++SKonglUmJypaUtcKzRtUte8CV7nruwnDxtLUKpVxs0wQBw==} + /@typescript-eslint/eslint-plugin/4.28.3_eslint@7.30.0+typescript@4.3.5: + resolution: {integrity: sha512-jW8sEFu1ZeaV8xzwsfi6Vgtty2jf7/lJmQmDkDruBjYAbx5DA8JtbcMnP0rNPUG+oH5GoQBTSp+9613BzuIpYg==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: '@typescript-eslint/parser': ^4.0.0 @@ -1790,12 +1766,12 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/experimental-utils': 4.28.2_eslint@7.30.0+typescript@4.3.5 - '@typescript-eslint/scope-manager': 4.28.2 + '@typescript-eslint/experimental-utils': 4.28.3_eslint@7.30.0+typescript@4.3.5 + '@typescript-eslint/scope-manager': 4.28.3 debug: 4.3.2 eslint: 7.30.0 functional-red-black-tree: 1.0.1 - regexpp: 3.1.0 + regexpp: 3.2.0 semver: 7.3.5 tsutils: 3.21.0_typescript@4.3.5 typescript: 4.3.5 @@ -1803,16 +1779,16 @@ packages: - supports-color dev: true - /@typescript-eslint/experimental-utils/4.28.2_eslint@7.30.0+typescript@4.3.5: - resolution: {integrity: sha512-MwHPsL6qo98RC55IoWWP8/opTykjTp4JzfPu1VfO2Z0MshNP0UZ1GEV5rYSSnZSUI8VD7iHvtIPVGW5Nfh7klQ==} + /@typescript-eslint/experimental-utils/4.28.3_eslint@7.30.0+typescript@4.3.5: + resolution: {integrity: sha512-zZYl9TnrxwEPi3FbyeX0ZnE8Hp7j3OCR+ELoUfbwGHGxWnHg9+OqSmkw2MoCVpZksPCZYpQzC559Ee9pJNHTQw==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: eslint: '*' dependencies: - '@types/json-schema': 7.0.7 - '@typescript-eslint/scope-manager': 4.28.2 - '@typescript-eslint/types': 4.28.2 - '@typescript-eslint/typescript-estree': 4.28.2_typescript@4.3.5 + '@types/json-schema': 7.0.8 + '@typescript-eslint/scope-manager': 4.28.3 + '@typescript-eslint/types': 4.28.3 + '@typescript-eslint/typescript-estree': 4.28.3_typescript@4.3.5 eslint: 7.30.0 eslint-scope: 5.1.1 eslint-utils: 3.0.0_eslint@7.30.0 @@ -1821,8 +1797,8 @@ packages: - typescript dev: true - /@typescript-eslint/parser/4.28.2_eslint@7.30.0+typescript@4.3.5: - resolution: {integrity: sha512-Q0gSCN51eikAgFGY+gnd5p9bhhCUAl0ERMiDKrTzpSoMYRubdB8MJrTTR/BBii8z+iFwz8oihxd0RAdP4l8w8w==} + /@typescript-eslint/parser/4.28.3_eslint@7.30.0+typescript@4.3.5: + resolution: {integrity: sha512-ZyWEn34bJexn/JNYvLQab0Mo5e+qqQNhknxmc8azgNd4XqspVYR5oHq9O11fLwdZMRcj4by15ghSlIEq+H5ltQ==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 @@ -1831,9 +1807,9 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 4.28.2 - '@typescript-eslint/types': 4.28.2 - '@typescript-eslint/typescript-estree': 4.28.2_typescript@4.3.5 + '@typescript-eslint/scope-manager': 4.28.3 + '@typescript-eslint/types': 4.28.3 + '@typescript-eslint/typescript-estree': 4.28.3_typescript@4.3.5 debug: 4.3.2 eslint: 7.30.0 typescript: 4.3.5 @@ -1841,21 +1817,21 @@ packages: - supports-color dev: true - /@typescript-eslint/scope-manager/4.28.2: - resolution: {integrity: sha512-MqbypNjIkJFEFuOwPWNDjq0nqXAKZvDNNs9yNseoGBB1wYfz1G0WHC2AVOy4XD7di3KCcW3+nhZyN6zruqmp2A==} + /@typescript-eslint/scope-manager/4.28.3: + resolution: {integrity: sha512-/8lMisZ5NGIzGtJB+QizQ5eX4Xd8uxedFfMBXOKuJGP0oaBBVEMbJVddQKDXyyB0bPlmt8i6bHV89KbwOelJiQ==} engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} dependencies: - '@typescript-eslint/types': 4.28.2 - '@typescript-eslint/visitor-keys': 4.28.2 + '@typescript-eslint/types': 4.28.3 + '@typescript-eslint/visitor-keys': 4.28.3 dev: true - /@typescript-eslint/types/4.28.2: - resolution: {integrity: sha512-Gr15fuQVd93uD9zzxbApz3wf7ua3yk4ZujABZlZhaxxKY8ojo448u7XTm/+ETpy0V0dlMtj6t4VdDvdc0JmUhA==} + /@typescript-eslint/types/4.28.3: + resolution: {integrity: sha512-kQFaEsQBQVtA9VGVyciyTbIg7S3WoKHNuOp/UF5RG40900KtGqfoiETWD/v0lzRXc+euVE9NXmfer9dLkUJrkA==} engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} dev: true - /@typescript-eslint/typescript-estree/4.28.2_typescript@4.3.5: - resolution: {integrity: sha512-86lLstLvK6QjNZjMoYUBMMsULFw0hPHJlk1fzhAVoNjDBuPVxiwvGuPQq3fsBMCxuDJwmX87tM/AXoadhHRljg==} + /@typescript-eslint/typescript-estree/4.28.3_typescript@4.3.5: + resolution: {integrity: sha512-YAb1JED41kJsqCQt1NcnX5ZdTA93vKFCMP4lQYG6CFxd0VzDJcKttRlMrlG+1qiWAw8+zowmHU1H0OzjWJzR2w==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: typescript: '*' @@ -1863,10 +1839,10 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 4.28.2 - '@typescript-eslint/visitor-keys': 4.28.2 + '@typescript-eslint/types': 4.28.3 + '@typescript-eslint/visitor-keys': 4.28.3 debug: 4.3.2 - globby: 11.0.3 + globby: 11.0.4 is-glob: 4.0.1 semver: 7.3.5 tsutils: 3.21.0_typescript@4.3.5 @@ -1875,16 +1851,16 @@ packages: - supports-color dev: true - /@typescript-eslint/visitor-keys/4.28.2: - resolution: {integrity: sha512-aT2B4PLyyRDUVUafXzpZFoc0C9t0za4BJAKP5sgWIhG+jHECQZUEjuQSCIwZdiJJ4w4cgu5r3Kh20SOdtEBl0w==} + /@typescript-eslint/visitor-keys/4.28.3: + resolution: {integrity: sha512-ri1OzcLnk1HH4gORmr1dllxDzzrN6goUIz/P4MHFV0YZJDCADPR3RvYNp0PW2SetKTThar6wlbFTL00hV2Q+fg==} engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} dependencies: - '@typescript-eslint/types': 4.28.2 + '@typescript-eslint/types': 4.28.3 eslint-visitor-keys: 2.1.0 dev: true - /@vitejs/plugin-vue/1.2.4_@vue+compiler-sfc@3.1.4: - resolution: {integrity: sha512-D/3H9plevPQGgQGwmV6eecvOnooLTecPR63HPffVVWPEhbfvmtYLWgznzs456NBb2DItiRTCIa1yWxvGqC+I8A==} + /@vitejs/plugin-vue/1.2.5_@vue+compiler-sfc@3.1.4: + resolution: {integrity: sha512-GIR31mdXTEfvElmBUaRhDc5v7lfdkEdawWQqJRiaRL/5qKsH+xusukglkvJz5y7+c6dEpxgmvcATv2BbB7+fzQ==} engines: {node: '>=12.0.0'} peerDependencies: '@vue/compiler-sfc': ^3.0.8 @@ -1892,11 +1868,11 @@ packages: '@vue/compiler-sfc': 3.1.4_vue@3.1.4 dev: true - /@volar/code-gen/0.25.22: - resolution: {integrity: sha512-CStz1TMxJtEQgXosaOLIVykxQBg5VFvxsvlcrCUum1ZCzpRsXPldS/3OdPOCgkdyE/i9kVzKOvt8DYChKTCPqw==} + /@volar/code-gen/0.25.28: + resolution: {integrity: sha512-kbAsgpY1U6nEOs7OX5p8zcZy1Srp3JJLuZvXFYJLNxbciNkQ6g2RSDTdlYq5T6gTGPAhyOakB5LEcrTMiM84yA==} dependencies: - '@volar/shared': 0.25.22 - '@volar/source-map': 0.25.22 + '@volar/shared': 0.25.28 + '@volar/source-map': 0.25.28 dev: true /@volar/html2pug/0.25.4: @@ -1908,129 +1884,46 @@ packages: pug: 3.0.2 dev: true - /@volar/shared/0.25.22: - resolution: {integrity: sha512-hZQ4dDy0/MgjVONFhs7P2ECDamajwmpSErFYLaLwFClh7DNn6gXYEsawr5kS5zHYs/HaSfSwNQ4sx5Y2MInCZw==} + /@volar/shared/0.25.28: + resolution: {integrity: sha512-f2nHQGdJqhnb9E+HaI0uFBPIBQ2n5m5e4mgT4+FIYpZqeN7wSkjkkoBfHMdfLtJ7B5HSUvPD4H61waaeD34ULQ==} dependencies: upath: 2.0.1 - vscode-languageserver: 7.1.0-next.4 + vscode-languageserver: 7.1.0-next.5 dev: true - /@volar/source-map/0.25.22: - resolution: {integrity: sha512-J6xntLQ8I6BMqPBaQZN3JROJPfcFexo/5KecMxGqHkdLC/M/DtVOAp9zkwAXu7XuXA/nF6iGxmL3TYELFRryzw==} + /@volar/source-map/0.25.28: + resolution: {integrity: sha512-QUoAMt+UPY7lUCC09AlAG/kyje0A87kDEkQwoRBK81zUVt1tuI8qZ7kV0gy/PiBv/bWEoB27po/qhX0n2m/YgQ==} dependencies: - '@volar/shared': 0.25.22 + '@volar/shared': 0.25.28 dev: true - /@volar/transforms/0.25.22: - resolution: {integrity: sha512-WcQU2MzAsVILITxbt3urNPUbPlOvsdGuChwCNc9OXV1OgBOTJtJ9sQV63pYr+tb7Yl3Ie2S8Q7lNMy8gS1jvLQ==} + /@volar/transforms/0.25.28: + resolution: {integrity: sha512-XS2NOotfvdSD9skY/Um1KjJmiT4ee32sn6j75ryVx+m8Tj0ox3WFo18DXktJMrSWbZ3E+AEQPE/x9uWyu06Kng==} dependencies: - '@volar/shared': 0.25.22 - dev: true - - /@vue/compiler-core/3.0.11: - resolution: {integrity: sha512-6sFj6TBac1y2cWCvYCA8YzHJEbsVkX7zdRs/3yK/n1ilvRqcn983XvpBbnN3v4mZ1UiQycTvOiajJmOgN9EVgw==} - dependencies: - '@babel/parser': 7.14.4 - '@babel/types': 7.14.4 - '@vue/shared': 3.0.11 - estree-walker: 2.0.2 - source-map: 0.6.1 - dev: true - - /@vue/compiler-core/3.1.2: - resolution: {integrity: sha512-nHmq7vLjq/XM2IMbZUcKWoH5sPXa2uR/nIKZtjbK5F3TcbnYE/zKsrSUR9WZJ03unlwotNBX1OyxVt9HbWD7/Q==} - dependencies: - '@babel/parser': 7.14.5 - '@babel/types': 7.14.5 - '@vue/shared': 3.1.2 - estree-walker: 2.0.2 - source-map: 0.6.1 + '@volar/shared': 0.25.28 dev: true /@vue/compiler-core/3.1.4: resolution: {integrity: sha512-TnUz+1z0y74O/A4YKAbzsdUfamyHV73MihrEfvettWpm9bQKVoZd1nEmR1cGN9LsXWlwAvVQBetBlWdOjmQO5Q==} dependencies: - '@babel/parser': 7.14.5 + '@babel/parser': 7.14.7 '@babel/types': 7.14.5 '@vue/shared': 3.1.4 estree-walker: 2.0.2 source-map: 0.6.1 - /@vue/compiler-dom/3.0.11: - resolution: {integrity: sha512-+3xB50uGeY5Fv9eMKVJs2WSRULfgwaTJsy23OIltKgMrynnIj8hTYY2UL97HCoz78aDw1VDXdrBQ4qepWjnQcw==} - dependencies: - '@vue/compiler-core': 3.0.11 - '@vue/shared': 3.0.11 - dev: true - - /@vue/compiler-dom/3.1.2: - resolution: {integrity: sha512-k2+SWcWH0jL6WQAX7Or2ONqu5MbtTgTO0dJrvebQYzgqaKMXNI90RNeWeCxS4BnNFMDONpHBeFgbwbnDWIkmRg==} - dependencies: - '@vue/compiler-core': 3.1.2 - '@vue/shared': 3.1.2 - dev: true - /@vue/compiler-dom/3.1.4: resolution: {integrity: sha512-3tG2ScHkghhUBuFwl9KgyZhrS8CPFZsO7hUDekJgIp5b1OMkROr4AvxHu6rRMl4WkyvYkvidFNBS2VfOnwa6Kw==} dependencies: '@vue/compiler-core': 3.1.4 '@vue/shared': 3.1.4 - /@vue/compiler-sfc/3.0.11_vue@3.0.11: - resolution: {integrity: sha512-7fNiZuCecRleiyVGUWNa6pn8fB2fnuJU+3AGjbjl7r1P5wBivfl02H4pG+2aJP5gh2u+0wXov1W38tfWOphsXw==} - peerDependencies: - vue: 3.0.11 - dependencies: - '@babel/parser': 7.14.4 - '@babel/types': 7.14.4 - '@vue/compiler-core': 3.0.11 - '@vue/compiler-dom': 3.0.11 - '@vue/compiler-ssr': 3.0.11 - '@vue/shared': 3.0.11 - consolidate: 0.16.0 - estree-walker: 2.0.2 - hash-sum: 2.0.0 - lru-cache: 5.1.1 - magic-string: 0.25.7 - merge-source-map: 1.1.0 - postcss: 8.3.0 - postcss-modules: 4.0.0_postcss@8.3.0 - postcss-selector-parser: 6.0.6 - source-map: 0.6.1 - vue: 3.0.11 - dev: true - - /@vue/compiler-sfc/3.1.2_vue@3.1.4: - resolution: {integrity: sha512-SeG/2+DvwejQ7oAiSx8BrDh5qOdqCYHGClPiTvVIHTfSIHiS2JjMbCANdDCjHkTOh/O7WZzo2JhdKm98bRBxTw==} - peerDependencies: - vue: 3.1.2 - dependencies: - '@babel/parser': 7.14.5 - '@babel/types': 7.14.5 - '@types/estree': 0.0.48 - '@vue/compiler-core': 3.1.2 - '@vue/compiler-dom': 3.1.2 - '@vue/compiler-ssr': 3.1.2 - '@vue/shared': 3.1.2 - consolidate: 0.16.0 - estree-walker: 2.0.2 - hash-sum: 2.0.0 - lru-cache: 5.1.1 - magic-string: 0.25.7 - merge-source-map: 1.1.0 - postcss: 8.3.5 - postcss-modules: 4.0.0_postcss@8.3.5 - postcss-selector-parser: 6.0.6 - source-map: 0.6.1 - vue: 3.1.4 - dev: true - /@vue/compiler-sfc/3.1.4_vue@3.1.4: resolution: {integrity: sha512-4KDQg60Khy3SgnF+V/TB2NZqzmM4TyGRmzsxqG1SebGdMSecCweFDSlI/F1vDYk6dKiCHgmpoT9A1sLxswkJ0A==} peerDependencies: vue: 3.1.4 dependencies: - '@babel/parser': 7.14.5 + '@babel/parser': 7.14.7 '@babel/types': 7.14.5 '@types/estree': 0.0.48 '@vue/compiler-core': 3.1.4 @@ -2044,26 +1937,12 @@ packages: magic-string: 0.25.7 merge-source-map: 1.1.0 postcss: 8.3.5 - postcss-modules: 4.0.0_postcss@8.3.5 + postcss-modules: 4.1.3_postcss@8.3.5 postcss-selector-parser: 6.0.6 source-map: 0.6.1 vue: 3.1.4 dev: true - /@vue/compiler-ssr/3.0.11: - resolution: {integrity: sha512-66yUGI8SGOpNvOcrQybRIhl2M03PJ+OrDPm78i7tvVln86MHTKhM3ERbALK26F7tXl0RkjX4sZpucCpiKs3MnA==} - dependencies: - '@vue/compiler-dom': 3.0.11 - '@vue/shared': 3.0.11 - dev: true - - /@vue/compiler-ssr/3.1.2: - resolution: {integrity: sha512-BwXo9LFk5OSWdMyZQ4bX1ELHX0Z/9F+ld/OaVnpUPzAZCHslBYLvyKUVDwv2C/lpLjRffpC2DOUEdl1+RP1aGg==} - dependencies: - '@vue/compiler-dom': 3.1.2 - '@vue/shared': 3.1.2 - dev: true - /@vue/compiler-ssr/3.1.4: resolution: {integrity: sha512-Box8fCuCFPp0FuimIswjDkjwiSDCBkHvt/xVALyFkYCiIMWv2eR53fIjmlsnEHhcBuZ+VgRC+UanCTcKvSA1gA==} dependencies: @@ -2071,52 +1950,19 @@ packages: '@vue/shared': 3.1.4 dev: true - /@vue/devtools-api/6.0.0-beta.12: - resolution: {integrity: sha512-PtHmAxFmCyCElV7uTWMrXj+fefwn4lCfTtPo9fPw0SK8/7e3UaFl8IL7lnugJmNFfeKQyuTkSoGvTq1uDaRF6Q==} - - /@vue/devtools-api/6.0.0-beta.14: - resolution: {integrity: sha512-44fPrrN1cqcs6bFkT0C+yxTM6PZXLbR+ESh1U1j8UD22yO04gXvxH62HApMjLbS3WqJO/iCNC+CYT+evPQh2EQ==} - dev: false - - /@vue/reactivity/3.0.11: - resolution: {integrity: sha512-SKM3YKxtXHBPMf7yufXeBhCZ4XZDKP9/iXeQSC8bBO3ivBuzAi4aZi0bNoeE2IF2iGfP/AHEt1OU4ARj4ao/Xw==} - dependencies: - '@vue/shared': 3.0.11 - dev: true - - /@vue/reactivity/3.1.1: - resolution: {integrity: sha512-DsH5woNVCcPK1M0RRYVgJEU1GJDU2ASOKpAqW3ppHk+XjoFLCbqc/26RTCgTpJYd9z8VN+79Q1u7/QqgQPbuLQ==} - dependencies: - '@vue/shared': 3.1.1 - dev: true + /@vue/devtools-api/6.0.0-beta.15: + resolution: {integrity: sha512-quBx4Jjpexo6KDiNUGFr/zF/2A4srKM9S9v2uHgMXSU//hjgq1eGzqkIFql8T9gfX5ZaVOUzYBP3jIdIR3PKIA==} /@vue/reactivity/3.1.4: resolution: {integrity: sha512-YDlgii2Cr9yAoKVZFzgY4j0mYlVT73986X3e5SPp6ifqckSEoFSUWXZK2Tb53TB/9qO29BEEbspnKD3m3wAwkA==} dependencies: '@vue/shared': 3.1.4 - dev: false - - /@vue/runtime-core/3.0.11: - resolution: {integrity: sha512-87XPNwHfz9JkmOlayBeCCfMh9PT2NBnv795DSbi//C/RaAnc/bGZgECjmkD7oXJ526BZbgk9QZBPdFT8KMxkAg==} - dependencies: - '@vue/reactivity': 3.0.11 - '@vue/shared': 3.0.11 - dev: true /@vue/runtime-core/3.1.4: resolution: {integrity: sha512-qmVJgJuFxfT7M4qHQ4M6KqhKC66fjuswK+aBivE8dWiZ2rtIGl9gtJGpwqwjQEcKEBTOfvvrtrwBncYArJUO8Q==} dependencies: '@vue/reactivity': 3.1.4 '@vue/shared': 3.1.4 - dev: false - - /@vue/runtime-dom/3.0.11: - resolution: {integrity: sha512-jm3FVQESY3y2hKZ2wlkcmFDDyqaPyU3p1IdAX92zTNeCH7I8zZ37PtlE1b9NlCtzV53WjB4TZAYh9yDCMIEumA==} - dependencies: - '@vue/runtime-core': 3.0.11 - '@vue/shared': 3.0.11 - csstype: 2.6.17 - dev: true /@vue/runtime-dom/3.1.4: resolution: {integrity: sha512-vbmwgTxku1BU87Kw7r29adv0OIrDXCW0PslOPQT0O/9R5SqcXgS94Yj6zsztDjvghegenwIAPNLlDR1Auh5s+w==} @@ -2124,7 +1970,6 @@ packages: '@vue/runtime-core': 3.1.4 '@vue/shared': 3.1.4 csstype: 2.6.17 - dev: false /@vue/server-renderer/3.1.4_vue@3.1.4: resolution: {integrity: sha512-STyvZLeoQwljTMqA94Zmlo20AEBOdF57nuIz0tw+fsJvkmLt3R9HEngvHPmB0Aht9XnVP9h7oG61/5luhsbfDA==} @@ -2136,26 +1981,14 @@ packages: vue: 3.1.4 dev: true - /@vue/shared/3.0.11: - resolution: {integrity: sha512-b+zB8A2so8eCE0JsxjL24J7vdGl8rzPQ09hZNhystm+KqSbKcAej1A+Hbva1rCMmTTqA+hFnUSDc5kouEo0JzA==} - dev: true - - /@vue/shared/3.1.1: - resolution: {integrity: sha512-g+4pzAw7PYSjARtLBoDq6DmcblX8i9KJHSCnyM5VDDFFifUaUT9iHbFpOF/KOizQ9f7QAqU2JH3Y6aXjzUMhVA==} - dev: true - - /@vue/shared/3.1.2: - resolution: {integrity: sha512-EmH/poaDWBPJaPILXNI/1fvUbArJQmmTyVCwvvyDYDFnkPoTclAbHRAtyIvqfez7jybTDn077HTNILpxlsoWhg==} - dev: true - /@vue/shared/3.1.4: resolution: {integrity: sha512-6O45kZAmkLvzGLToBxEz4lR2W6kXohCtebV2UxjH9GXjd8X9AhEn68FN9eNanFtWNzvgw1hqd6HkPRVQalqf7Q==} - /@vueuse/core/5.1.2_vue@3.1.4: - resolution: {integrity: sha512-epKSm1MUyZCw/vHmbKdq6EFgnQnwNy7Ri8wki6RipUD8kNQc/EBfJ4SQt9ceYwGPgfSomcnwDy7phSRHxtbZ9w==} + /@vueuse/core/5.1.3_vue@3.1.4: + resolution: {integrity: sha512-5CmF/epSo9L1Obz3A37UJOpDdno0BDw46zyXq0DHgvzEwL6gPb9GgJZcy4Hm5YSjQYIeQPo35uO8qsZyIjEZog==} dependencies: - '@vueuse/shared': 5.1.2_vue@3.1.4 - vue-demi: 0.9.1_vue@3.1.4 + '@vueuse/shared': 5.1.3_vue@3.1.4 + vue-demi: 0.10.1_vue@3.1.4 transitivePeerDependencies: - '@vue/composition-api' - vue @@ -2169,35 +2002,35 @@ packages: vue: 3.1.4 dev: false - /@vueuse/shared/5.1.2_vue@3.1.4: - resolution: {integrity: sha512-ogMHcMhic111uDDNDfv61Vb8LTOq97Z1VriaFfcIMYEcIGj5UGT8GOLb+m9FEnkbZfxTCKZEF2VBjZLjYqK8fA==} + /@vueuse/shared/5.1.3_vue@3.1.4: + resolution: {integrity: sha512-p8n/69QMtSsLN5rri9c3sN5QJJXWA7cm9chgo3DowTBRYLBni1I9kGY2nz299Tur6XEFuf+63E5TvMTJVJeHHw==} dependencies: - vue-demi: 0.9.1_vue@3.1.4 + vue-demi: 0.10.1_vue@3.1.4 transitivePeerDependencies: - '@vue/composition-api' - vue dev: false - /@windicss/config/1.2.3: - resolution: {integrity: sha512-NdnnF03Oq/4ovfCVW0FrEqjdpPI+tAK/FcCmTmC3bULi/h2OY4wL2WBm2GntbWKcTjFPwYM/EqAr8iOonesrgA==} + /@windicss/config/1.2.4: + resolution: {integrity: sha512-81oah5NF7m/ltHrP2VpKu12qejP03erelNckH9ho86vuItsSd/tNehW3oJqOThZYsbuROCzIU55QDfe7MBd+Iw==} dependencies: debug: 4.3.2 jiti: 1.10.1 - windicss: 3.1.3 + windicss: 3.1.5 transitivePeerDependencies: - supports-color dev: true - /@windicss/plugin-utils/1.2.3: - resolution: {integrity: sha512-lEw6MJ5tERA2IIufVB924nQH8gJMiEluCze/sk6kkyEI48P95QJS8hauMsDfK4vx5IlESya9Um7LoPnga06KxA==} + /@windicss/plugin-utils/1.2.4: + resolution: {integrity: sha512-0G0zPx+gLfnP2isVMrsY+C0BDXASgFwtiT7g+YL+0LCTxjPxGOMnu5lCaAoYq+1LAskliPagqnu5mgKUYMyf2Q==} dependencies: '@antfu/utils': 0.2.4 - '@windicss/config': 1.2.3 + '@windicss/config': 1.2.4 debug: 4.3.2 - fast-glob: 3.2.6 + fast-glob: 3.2.7 magic-string: 0.25.7 micromatch: 4.0.4 - windicss: 3.1.3 + windicss: 3.1.5 transitivePeerDependencies: - supports-color dev: true @@ -2210,7 +2043,7 @@ packages: resolution: {integrity: sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==} engines: {node: '>= 0.6'} dependencies: - mime-types: 2.1.30 + mime-types: 2.1.31 negotiator: 0.6.2 dev: true @@ -2221,8 +2054,8 @@ packages: acorn-walk: 7.2.0 dev: true - /acorn-jsx/5.3.1_acorn@7.4.1: - resolution: {integrity: sha512-K0Ptm/47OKfQRpNQ2J/oIN/3QYiK6FwW+eJbILhsdxh2WTLdl+30o8aGdTbm5JbffpFFAg/g+zi1E+jvJha5ng==} + /acorn-jsx/5.3.2_acorn@7.4.1: + resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} peerDependencies: acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: @@ -2240,8 +2073,8 @@ packages: hasBin: true dev: true - /acorn/8.2.4: - resolution: {integrity: sha512-Ibt84YwBDDA890eDiDCEqcbwvHlBvzzDkU2cGBBDDI1QWT12jTiXIOn2CIw5KK4i6N5Z2HUxwYjzriDyqaqqZg==} + /acorn/8.4.1: + resolution: {integrity: sha512-asabaBSkEKosYKMITunzX177CXxQ4Q8BSSzMTKD+FefUhipQC70gfW5SiUDhYQ3vk8G+81HqQk7Fv9OXwwn9KA==} engines: {node: '>=0.4.0'} hasBin: true dev: true @@ -2257,7 +2090,7 @@ packages: resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==} engines: {node: '>= 6.0.0'} dependencies: - debug: 4.3.1 + debug: 4.3.2 transitivePeerDependencies: - supports-color dev: true @@ -2271,8 +2104,8 @@ packages: uri-js: 4.4.1 dev: true - /ajv/8.5.0: - resolution: {integrity: sha512-Y2l399Tt1AguU3BPRP9Fn4eN+Or+StUGWCUpbnFyXSo8NZ9S4uj+AG2pjs5apK+ZMOwYOz1+a+VKvKH7CudXgQ==} + /ajv/8.6.1: + resolution: {integrity: sha512-42VLtQUOLefAvKFAQIxIZDaThq6om/PrfP0CYk3/vn+y4BMNkKnbli8ON2QCiHov4KkzOSJ/xSoBJdayiiYvVQ==} dependencies: fast-deep-equal: 3.1.3 json-schema-traverse: 1.0.0 @@ -2420,38 +2253,38 @@ packages: object.assign: 4.1.2 dev: true - /babel-plugin-polyfill-corejs2/0.2.2_@babel+core@7.14.5: + /babel-plugin-polyfill-corejs2/0.2.2_@babel+core@7.14.6: resolution: {integrity: sha512-kISrENsJ0z5dNPq5eRvcctITNHYXWOA4DUZRFYCz3jYCcvTb/A546LIddmoGNMVYg2U38OyFeNosQwI9ENTqIQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.14.5 - '@babel/core': 7.14.5 - '@babel/helper-define-polyfill-provider': 0.2.3_@babel+core@7.14.5 + '@babel/compat-data': 7.14.7 + '@babel/core': 7.14.6 + '@babel/helper-define-polyfill-provider': 0.2.3_@babel+core@7.14.6 semver: 6.3.0 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-corejs3/0.2.2_@babel+core@7.14.5: - resolution: {integrity: sha512-l1Cf8PKk12eEk5QP/NQ6TH8A1pee6wWDJ96WjxrMXFLHLOBFzYM4moG80HFgduVhTqAFez4alnZKEhP/bYHg0A==} + /babel-plugin-polyfill-corejs3/0.2.3_@babel+core@7.14.6: + resolution: {integrity: sha512-rCOFzEIJpJEAU14XCcV/erIf/wZQMmMT5l5vXOpL5uoznyOGfDIjPj6FVytMvtzaKSTSVKouOCTPJ5OMUZH30g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.5 - '@babel/helper-define-polyfill-provider': 0.2.3_@babel+core@7.14.5 - core-js-compat: 3.14.0 + '@babel/core': 7.14.6 + '@babel/helper-define-polyfill-provider': 0.2.3_@babel+core@7.14.6 + core-js-compat: 3.15.2 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-regenerator/0.2.2_@babel+core@7.14.5: + /babel-plugin-polyfill-regenerator/0.2.2_@babel+core@7.14.6: resolution: {integrity: sha512-Goy5ghsc21HgPDFtzRkSirpZVW35meGoTmTOb2bxqdl60ghub4xOidgNTHaZfQ2FaxQsKmwvXtOAkcIS4SMBWg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.14.5 - '@babel/helper-define-polyfill-provider': 0.2.3_@babel+core@7.14.5 + '@babel/core': 7.14.6 + '@babel/helper-define-polyfill-provider': 0.2.3_@babel+core@7.14.6 transitivePeerDependencies: - supports-color dev: true @@ -2532,9 +2365,9 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001237 + caniuse-lite: 1.0.30001244 colorette: 1.2.2 - electron-to-chromium: 1.3.752 + electron-to-chromium: 1.3.774 escalade: 3.1.1 node-releases: 1.1.73 dev: true @@ -2609,8 +2442,8 @@ packages: engines: {node: '>=6'} dev: true - /caniuse-lite/1.0.30001237: - resolution: {integrity: sha512-pDHgRndit6p1NR2GhzMbQ6CkRrp4VKuSsqbcLeOQppYPKOYkKT/6ZvZDvKJUqcmtyWIAHuZq3SVS2vc1egCZzw==} + /caniuse-lite/1.0.30001244: + resolution: {integrity: sha512-Wb4UFZPkPoJoKKVfELPWytRzpemjP/s0pe22NriANru1NoI+5bGNxzKtk7edYL8rmCWTfQO8eRiF0pn1Dqzx7Q==} dev: true /ccount/1.1.0: @@ -2742,7 +2575,7 @@ packages: resolution: {integrity: sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==} engines: {node: '>= 0.6'} dependencies: - mime-db: 1.47.0 + mime-db: 1.48.0 dev: true /compression/1.7.4: @@ -2794,7 +2627,7 @@ packages: /constantinople/4.0.1: resolution: {integrity: sha512-vCrqcSIq4//Gx74TXXCGnHpulY1dskqLTFGDmhrGxzeXL8lF8kvXv6mpNWlJj1uD4DW23D4ljAqbY4RRaaUZIw==} dependencies: - '@babel/parser': 7.14.5 + '@babel/parser': 7.14.7 '@babel/types': 7.14.5 dev: true @@ -2810,8 +2643,8 @@ packages: engines: {node: '>= 0.6'} dev: true - /convert-source-map/1.7.0: - resolution: {integrity: sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==} + /convert-source-map/1.8.0: + resolution: {integrity: sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==} dependencies: safe-buffer: 5.1.2 dev: true @@ -2825,8 +2658,8 @@ packages: engines: {node: '>= 0.6'} dev: true - /core-js-compat/3.14.0: - resolution: {integrity: sha512-R4NS2eupxtiJU+VwgkF9WTpnSfZW4pogwKHd8bclWU2sp93Pr5S1uYJI84cMOubJRou7bcfL0vmwtLslWN5p3A==} + /core-js-compat/3.15.2: + resolution: {integrity: sha512-Wp+BJVvwopjI+A1EFqm2dwUmWYXrvucmtIB2LgXn/Rb+gWPKYxtmb4GKHGKG/KGF1eK9jfjzT38DITbTOCX/SQ==} dependencies: browserslist: 4.16.6 semver: 7.0.0 @@ -2916,7 +2749,7 @@ packages: dependencies: abab: 2.0.5 whatwg-mimetype: 2.3.0 - whatwg-url: 8.5.0 + whatwg-url: 8.7.0 dev: true /debug/2.6.9: @@ -2937,18 +2770,6 @@ packages: ms: 2.1.3 dev: true - /debug/4.3.1: - resolution: {integrity: sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==} - engines: {node: '>=6.0'} - peerDependencies: - supports-color: '*' - peerDependenciesMeta: - supports-color: - optional: true - dependencies: - ms: 2.1.2 - dev: true - /debug/4.3.2: resolution: {integrity: sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==} engines: {node: '>=6.0'} @@ -2974,8 +2795,8 @@ packages: engines: {node: '>=0.10.0'} dev: true - /decimal.js/10.2.1: - resolution: {integrity: sha512-KaL7+6Fw6i5A2XSnsbhm/6B+NuEA7TZ4vqxnd5tXz9sbKtrN9Srj8ab4vKVdK8YAqZO9P1kg45Y6YLoduPf+kw==} + /decimal.js/10.3.1: + resolution: {integrity: sha512-V0pfhfr8suzyPGOx3nmq4aHqabehUZn6Ch9kyFpV79TGDTWFmHqUqXdabR7QHqxzrYolF4+tVmJhUG4OURg5dQ==} dev: true /decompress-response/3.3.0: @@ -3099,8 +2920,8 @@ packages: domelementtype: 2.2.0 dev: true - /domutils/2.6.0: - resolution: {integrity: sha512-y0BezHuy4MDYxh6OvolXYsH+1EMGmFbwv5FKW7ovwMG6zTPWqNPq3WF9ayZssFq+UlKdffGLbOEaghNdaOm1WA==} + /domutils/2.7.0: + resolution: {integrity: sha512-8eaHa17IwJUPAiB+SoTYBo5mCdeMgdcAoXJ59m6DT1vw+5iLS3gNoqYaRowaBKtGVrOF1Jz4yDTgYKLK2kvfJg==} dependencies: dom-serializer: 1.3.2 domelementtype: 2.2.0 @@ -3128,8 +2949,8 @@ packages: requiresBuild: true dev: true - /electron-to-chromium/1.3.752: - resolution: {integrity: sha512-2Tg+7jSl3oPxgsBsWKh5H83QazTkmWG/cnNwJplmyZc7KcN61+I10oUgaXSVk/NwfvN3BdkKDR4FYuRBQQ2v0A==} + /electron-to-chromium/1.3.774: + resolution: {integrity: sha512-Fggh17Q1yyv1uMzq8Qn1Ci58P50qcRXMXd2MBcB9sxo6rJxjUutWcNw8uCm3gFWMdcblBO6mDT5HzX/RVRRECA==} dev: true /emmet/2.3.4: @@ -3198,7 +3019,7 @@ packages: is-negative-zero: 2.0.1 is-regex: 1.1.3 is-string: 1.0.6 - object-inspect: 1.10.3 + object-inspect: 1.11.0 object-keys: 1.1.1 object.assign: 4.1.2 string.prototype.trimend: 1.0.4 @@ -3238,8 +3059,8 @@ packages: es6-promise: 4.2.8 dev: true - /esbuild/0.12.9: - resolution: {integrity: sha512-MWRhAbMOJ9RJygCrt778rz/qNYgA4ZVj6aXnNPxFjs7PmIpb0fuB9Gmg5uWrr6n++XKwwm/RmSz6RR5JL2Ocsw==} + /esbuild/0.12.15: + resolution: {integrity: sha512-72V4JNd2+48eOVCXx49xoSWHgC3/cCy96e7mbXKY+WOWghN00cCmlGnwVLRhRHorvv0dgCyuMYBZlM2xDM5OQw==} hasBin: true requiresBuild: true dev: true @@ -3313,7 +3134,7 @@ packages: dependencies: eslint: 7.30.0 eslint-utils: 2.1.0 - regexpp: 3.1.0 + regexpp: 3.2.0 dev: true /eslint-plugin-eslint-comments/3.2.0_eslint@7.30.0: @@ -3348,13 +3169,13 @@ packages: eslint-module-utils: 2.6.1 find-up: 2.1.0 has: 1.0.3 - is-core-module: 2.4.0 + is-core-module: 2.5.0 minimatch: 3.0.4 object.values: 1.1.4 pkg-up: 2.0.0 read-pkg-up: 3.0.0 resolve: 1.20.0 - tsconfig-paths: 3.9.0 + tsconfig-paths: 3.10.1 dev: true /eslint-plugin-jsonc/1.4.0_eslint@7.30.0: @@ -3446,7 +3267,7 @@ packages: eslint-utils: 2.1.0 natural-compare: 1.4.0 semver: 7.3.5 - vue-eslint-parser: 7.6.0_eslint@7.30.0 + vue-eslint-parser: 7.8.0_eslint@7.30.0 transitivePeerDependencies: - supports-color dev: true @@ -3478,8 +3299,8 @@ packages: peerDependencies: eslint: '>=7.0.0' dependencies: - '@babel/core': 7.14.5 - '@babel/eslint-parser': 7.14.4_@babel+core@7.14.5+eslint@7.30.0 + '@babel/core': 7.14.6 + '@babel/eslint-parser': 7.14.7_@babel+core@7.14.6+eslint@7.30.0 eslint: 7.30.0 eslint-visitor-keys: 2.1.0 esquery: 1.4.0 @@ -3545,7 +3366,7 @@ packages: file-entry-cache: 6.0.1 functional-red-black-tree: 1.0.1 glob-parent: 5.1.2 - globals: 13.9.0 + globals: 13.10.0 ignore: 4.0.6 import-fresh: 3.3.0 imurmurhash: 0.1.4 @@ -3558,7 +3379,7 @@ packages: natural-compare: 1.4.0 optionator: 0.9.1 progress: 2.0.3 - regexpp: 3.1.0 + regexpp: 3.2.0 semver: 7.3.5 strip-ansi: 6.0.0 strip-json-comments: 3.1.1 @@ -3574,7 +3395,7 @@ packages: engines: {node: '>=6.0.0'} dependencies: acorn: 7.4.1 - acorn-jsx: 5.3.1_acorn@7.4.1 + acorn-jsx: 5.3.2_acorn@7.4.1 eslint-visitor-keys: 1.3.0 dev: true @@ -3583,7 +3404,7 @@ packages: engines: {node: ^10.12.0 || >=12.0.0} dependencies: acorn: 7.4.1 - acorn-jsx: 5.3.1_acorn@7.4.1 + acorn-jsx: 5.3.2_acorn@7.4.1 eslint-visitor-keys: 1.3.0 dev: true @@ -3653,7 +3474,7 @@ packages: dependencies: clean-css: 4.2.3 on-headers: 1.0.2 - uglify-js: 3.13.8 + uglify-js: 3.13.10 dev: true /express/4.17.1: @@ -3679,7 +3500,7 @@ packages: on-finished: 2.3.0 parseurl: 1.3.3 path-to-regexp: 0.1.7 - proxy-addr: 2.0.6 + proxy-addr: 2.0.7 qs: 6.7.0 range-parser: 1.2.1 safe-buffer: 5.1.2 @@ -3707,24 +3528,12 @@ packages: resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} dev: true - /fast-glob/3.2.5: - resolution: {integrity: sha512-2DtFcgT68wiTTiwZ2hNdJfcHNke9XOfnwmBRWXhmeKM8rF0TGwmC/Qto3S7RoZKp5cilZbxzO5iTNTQsJ+EeDg==} + /fast-glob/3.2.7: + resolution: {integrity: sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==} engines: {node: '>=8'} dependencies: - '@nodelib/fs.stat': 2.0.4 - '@nodelib/fs.walk': 1.2.6 - glob-parent: 5.1.2 - merge2: 1.4.1 - micromatch: 4.0.4 - picomatch: 2.3.0 - dev: true - - /fast-glob/3.2.6: - resolution: {integrity: sha512-GnLuqj/pvQ7pX8/L4J84nijv6sAnlwvSDpMkJi9i7nPmPxGtRPkBSStfvDW5l6nMdX9VWe+pkKWFTgD+vF2QSQ==} - engines: {node: '>=8'} - dependencies: - '@nodelib/fs.stat': 2.0.4 - '@nodelib/fs.walk': 1.2.6 + '@nodelib/fs.stat': 2.0.5 + '@nodelib/fs.walk': 1.2.8 glob-parent: 5.1.2 merge2: 1.4.1 micromatch: 4.0.4 @@ -3738,8 +3547,8 @@ packages: resolution: {integrity: sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=} dev: true - /fastq/1.11.0: - resolution: {integrity: sha512-7Eczs8gIPDrVzT+EksYBcupqMyxSHXXrHOLRRxU2/DicV8789MRBRR8+Hc2uWzUupOs4YS4JzBmBxjjCVBxD/g==} + /fastq/1.11.1: + resolution: {integrity: sha512-HOnr8Mc60eNYl1gzwp6r5RoUyAn5/glBolUzP/Ez6IFVPMPirxn/9phgL6zhOtaTy7ISwPvQ+wT+hfcRZh/bzw==} dependencies: reusify: 1.0.4 dev: true @@ -3796,12 +3605,12 @@ packages: resolution: {integrity: sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==} engines: {node: ^10.12.0 || >=12.0.0} dependencies: - flatted: 3.1.1 + flatted: 3.2.1 rimraf: 3.0.2 dev: true - /flatted/3.1.1: - resolution: {integrity: sha512-zAoAQiudy+r5SvnSw3KJy5os/oRJYHzrzja/tBDqrZtNhUw8bt6y8OBzMWcjWr+8liV8Eb6yOhw8WZ7VFZ5ZzA==} + /flatted/3.2.1: + resolution: {integrity: sha512-OMQjaErSFHmHqZe+PSidH5n8j3O0F2DdnVh8JB4j4eUQ2k6KvB0qGfrKIhapvez5JerBbmWkaLYUYWISaESoXg==} dev: true /fn-name/2.0.1: @@ -3819,7 +3628,7 @@ packages: dependencies: asynckit: 0.4.0 combined-stream: 1.0.8 - mime-types: 2.1.30 + mime-types: 2.1.31 dev: true /format/0.2.2: @@ -3827,8 +3636,8 @@ packages: engines: {node: '>=0.4.x'} dev: true - /forwarded/0.1.2: - resolution: {integrity: sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ=} + /forwarded/0.2.0: + resolution: {integrity: sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==} engines: {node: '>= 0.6'} dev: true @@ -3952,20 +3761,20 @@ packages: engines: {node: '>=4'} dev: true - /globals/13.9.0: - resolution: {integrity: sha512-74/FduwI/JaIrr1H8e71UbDE+5x7pIPs1C2rrwC52SszOo043CsWOZEMW7o2Y58xwm9b+0RBKDxY5n2sUpEFxA==} + /globals/13.10.0: + resolution: {integrity: sha512-piHC3blgLGFjvOuMmWZX60f+na1lXFDhQXBf1UYp2fXPXqvEUbOhNwi6BsQ0bQishwedgnjkwv1d9zKf+MWw3g==} engines: {node: '>=8'} dependencies: type-fest: 0.20.2 dev: true - /globby/11.0.3: - resolution: {integrity: sha512-ffdmosjA807y7+lA1NM0jELARVmYul/715xiILEjo3hBLPTcirgQNnXECn5g3mtR8TOLCVbkfua1Hpen25/Xcg==} + /globby/11.0.4: + resolution: {integrity: sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==} engines: {node: '>=10'} dependencies: array-union: 2.1.0 dir-glob: 3.0.1 - fast-glob: 3.2.6 + fast-glob: 3.2.7 ignore: 5.1.8 merge2: 1.4.1 slash: 3.0.0 @@ -4110,7 +3919,7 @@ packages: he: 1.2.0 param-case: 2.1.1 relateurl: 0.2.7 - uglify-js: 3.13.8 + uglify-js: 3.13.10 dev: true /html-void-elements/1.0.5: @@ -4126,7 +3935,7 @@ packages: dependencies: domelementtype: 2.2.0 domhandler: 4.2.0 - domutils: 2.6.0 + domutils: 2.7.0 entities: 2.2.0 dev: true @@ -4174,7 +3983,7 @@ packages: dependencies: '@tootallnate/once': 1.1.2 agent-base: 6.0.2 - debug: 4.3.1 + debug: 4.3.2 transitivePeerDependencies: - supports-color dev: true @@ -4206,7 +4015,7 @@ packages: engines: {node: '>= 6'} dependencies: agent-base: 6.0.2 - debug: 4.3.1 + debug: 4.3.2 transitivePeerDependencies: - supports-color dev: true @@ -4222,15 +4031,6 @@ packages: resolution: {integrity: sha1-Bupvg2ead0njhs/h/oEq5dsiPe0=} dev: true - /icss-utils/5.1.0_postcss@8.3.0: - resolution: {integrity: sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==} - engines: {node: ^10 || ^12 || >= 14} - peerDependencies: - postcss: ^8.1.0 - dependencies: - postcss: 8.3.0 - dev: true - /icss-utils/5.1.0_postcss@8.3.5: resolution: {integrity: sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==} engines: {node: ^10 || ^12 || >= 14} @@ -4367,8 +4167,8 @@ packages: ci-info: 2.0.0 dev: true - /is-core-module/2.4.0: - resolution: {integrity: sha512-6A2fkfq1rfeQZjxrZJGerpLCTHRNEBiSgnu0+obeJpEPZRUooHgsizvzv0ZjJwOz3iWIHdJtVWJ/tmPr3D21/A==} + /is-core-module/2.5.0: + resolution: {integrity: sha512-TXCMSDsEHMEEZ6eCA8rwRDbLu55MRGmrctljsBX/2v1d9/GzqHOxW5c5oPSgrUt2vBFXebu9rGqckXGPWOlYpg==} dependencies: has: 1.0.3 dev: true @@ -4571,7 +4371,7 @@ packages: resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 15.12.2 + '@types/node': 16.3.1 merge-stream: 2.0.0 supports-color: 7.2.0 dev: true @@ -4607,12 +4407,12 @@ packages: optional: true dependencies: abab: 2.0.5 - acorn: 8.2.4 + acorn: 8.4.1 acorn-globals: 6.0.0 cssom: 0.4.4 cssstyle: 2.3.0 data-urls: 2.0.0 - decimal.js: 10.2.1 + decimal.js: 10.3.1 domexception: 2.0.1 escodegen: 2.0.0 form-data: 3.0.1 @@ -4630,8 +4430,8 @@ packages: webidl-conversions: 6.1.0 whatwg-encoding: 1.0.5 whatwg-mimetype: 2.3.0 - whatwg-url: 8.5.0 - ws: 7.4.6 + whatwg-url: 8.7.0 + ws: 7.5.3 xml-name-validator: 3.0.0 transitivePeerDependencies: - bufferutil @@ -4689,14 +4489,6 @@ packages: minimist: 1.2.5 dev: true - /jsonc-eslint-parser/1.0.1: - resolution: {integrity: sha512-mh5LY5byThmc692EqJS3Ss9sViNoNeCLNG5VQUgJLoAFFM3FzdIetd99qEiiQ+NXBVAIUgX5sWeK9leniS8RbQ==} - dependencies: - eslint-utils: 2.1.0 - eslint-visitor-keys: 2.1.0 - espree: 7.3.1 - dev: true - /jsonc-eslint-parser/1.1.0_eslint@7.30.0: resolution: {integrity: sha512-FA3oS+8V0Mz4vv19YpY4TuZZi2ecR0RHTua9SjbCYb4+e35MWKIi7jn17zdGi6jxE7Cv7Vk61ml376MmMENieA==} dependencies: @@ -4939,8 +4731,8 @@ packages: prismjs: 1.24.1 dev: true - /markdown-it/12.0.6: - resolution: {integrity: sha512-qv3sVLl4lMT96LLtR7xeRJX11OUFjsaD5oVat2/SNBIb21bJXwal2+SklcRbTwGwqWpWH/HRtYavOoJE+seL8w==} + /markdown-it/12.1.0: + resolution: {integrity: sha512-7temG6IFOOxfU0SgzhqR+vr2diuMhyO5uUIEZ3C5NbXhqC9uFUHoU41USYuDFoZRsaY7BEIEei874Z20VMLF6A==} hasBin: true dependencies: argparse: 2.0.1 @@ -5006,16 +4798,16 @@ packages: picomatch: 2.3.0 dev: true - /mime-db/1.47.0: - resolution: {integrity: sha512-QBmA/G2y+IfeS4oktet3qRZ+P5kPhCKRXxXnQEudYqUaEioAU1/Lq2us3D/t1Jfo4hE9REQPrbB7K5sOczJVIw==} + /mime-db/1.48.0: + resolution: {integrity: sha512-FM3QwxV+TnZYQ2aRqhlKBMHxk10lTbMt3bBkMAp54ddrNeVSfcQYOOKuGuy3Ddrm38I04If834fOUSq1yzslJQ==} engines: {node: '>= 0.6'} dev: true - /mime-types/2.1.30: - resolution: {integrity: sha512-crmjA4bLtR8m9qLpHvgxSChT+XoSlZi8J4n/aIdn3z92e/U47Z0V/yl+Wh9W046GgFVAmoNR/fmdbZYcSSIUeg==} + /mime-types/2.1.31: + resolution: {integrity: sha512-XGZnNzm3QvgKxa8dpzyhFTHmpP3l5YNusmne07VUOXxou9CqUqYa/HBy124RqtVh/O2pECas/MOcsDgpilPOPg==} engines: {node: '>= 0.6'} dependencies: - mime-db: 1.47.0 + mime-db: 1.48.0 dev: true /mime/1.6.0: @@ -5138,8 +4930,8 @@ packages: engines: {node: '>=0.10.0'} dev: true - /object-inspect/1.10.3: - resolution: {integrity: sha512-e5mCJlSH7poANfC8z8S9s9S2IN5/4Zb3aZ33f5s8YqoazCFzNLloLU8r5VCG+G7WoqLvAAZoVMcy3tp/3X0Plw==} + /object-inspect/1.11.0: + resolution: {integrity: sha512-jp7ikS6Sd3GxQfZJPyH3cjcbJF6GZPClgdV+EFygjFLQ5FmW/dRUnTd9PQ9k0JhoNDabWFbpF1yCdSWCC6gexg==} dev: true /object-is/1.1.5: @@ -5420,21 +5212,12 @@ packages: engines: {node: '>=4'} dev: true - /pnpm/6.9.1: - resolution: {integrity: sha512-2qlbvmHB+ULAoTCMpJ75oADYoVQnsxD1ipCemdDJA2KW4auGwoTUzyowVYEiAe4DIDOqw3axhHVkNAo7P6goZA==} + /pnpm/6.10.1: + resolution: {integrity: sha512-nIL/QZn32Rk9Wbdtxzp0zuMyL0RLeLZgNgF/ohqYKR2kG0hhJKDtEBT3bpS5/llqLtTSpAtOWtH4iZkblyyZmg==} engines: {node: '>=12.17'} hasBin: true dev: true - /postcss-modules-extract-imports/3.0.0_postcss@8.3.0: - resolution: {integrity: sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==} - engines: {node: ^10 || ^12 || >= 14} - peerDependencies: - postcss: ^8.1.0 - dependencies: - postcss: 8.3.0 - dev: true - /postcss-modules-extract-imports/3.0.0_postcss@8.3.5: resolution: {integrity: sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==} engines: {node: ^10 || ^12 || >= 14} @@ -5444,18 +5227,6 @@ packages: postcss: 8.3.5 dev: true - /postcss-modules-local-by-default/4.0.0_postcss@8.3.0: - resolution: {integrity: sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==} - engines: {node: ^10 || ^12 || >= 14} - peerDependencies: - postcss: ^8.1.0 - dependencies: - icss-utils: 5.1.0_postcss@8.3.0 - postcss: 8.3.0 - postcss-selector-parser: 6.0.6 - postcss-value-parser: 4.1.0 - dev: true - /postcss-modules-local-by-default/4.0.0_postcss@8.3.5: resolution: {integrity: sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==} engines: {node: ^10 || ^12 || >= 14} @@ -5468,16 +5239,6 @@ packages: postcss-value-parser: 4.1.0 dev: true - /postcss-modules-scope/3.0.0_postcss@8.3.0: - resolution: {integrity: sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==} - engines: {node: ^10 || ^12 || >= 14} - peerDependencies: - postcss: ^8.1.0 - dependencies: - postcss: 8.3.0 - postcss-selector-parser: 6.0.6 - dev: true - /postcss-modules-scope/3.0.0_postcss@8.3.5: resolution: {integrity: sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==} engines: {node: ^10 || ^12 || >= 14} @@ -5488,16 +5249,6 @@ packages: postcss-selector-parser: 6.0.6 dev: true - /postcss-modules-values/4.0.0_postcss@8.3.0: - resolution: {integrity: sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==} - engines: {node: ^10 || ^12 || >= 14} - peerDependencies: - postcss: ^8.1.0 - dependencies: - icss-utils: 5.1.0_postcss@8.3.0 - postcss: 8.3.0 - dev: true - /postcss-modules-values/4.0.0_postcss@8.3.5: resolution: {integrity: sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==} engines: {node: ^10 || ^12 || >= 14} @@ -5508,24 +5259,8 @@ packages: postcss: 8.3.5 dev: true - /postcss-modules/4.0.0_postcss@8.3.0: - resolution: {integrity: sha512-ghS/ovDzDqARm4Zj6L2ntadjyQMoyJmi0JkLlYtH2QFLrvNlxH5OAVRPWPeKilB0pY7SbuhO173KOWkPAxRJcw==} - peerDependencies: - postcss: ^8.0.0 - dependencies: - generic-names: 2.0.1 - icss-replace-symbols: 1.1.0 - lodash.camelcase: 4.3.0 - postcss: 8.3.0 - postcss-modules-extract-imports: 3.0.0_postcss@8.3.0 - postcss-modules-local-by-default: 4.0.0_postcss@8.3.0 - postcss-modules-scope: 3.0.0_postcss@8.3.0 - postcss-modules-values: 4.0.0_postcss@8.3.0 - string-hash: 1.1.3 - dev: true - - /postcss-modules/4.0.0_postcss@8.3.5: - resolution: {integrity: sha512-ghS/ovDzDqARm4Zj6L2ntadjyQMoyJmi0JkLlYtH2QFLrvNlxH5OAVRPWPeKilB0pY7SbuhO173KOWkPAxRJcw==} + /postcss-modules/4.1.3_postcss@8.3.5: + resolution: {integrity: sha512-dBT39hrXe4OAVYJe/2ZuIZ9BzYhOe7t+IhedYeQ2OxKwDpAGlkEN/fR0fGnrbx4BvgbMReRX4hCubYK9cE/pJQ==} peerDependencies: postcss: ^8.0.0 dependencies: @@ -5552,15 +5287,6 @@ packages: resolution: {integrity: sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==} dev: true - /postcss/8.3.0: - resolution: {integrity: sha512-+ogXpdAjWGa+fdYY5BQ96V/6tAo+TdSSIMP5huJBIygdWwKtVoB5JWZ7yUd4xZ8r+8Kvvx4nyg/PQ071H4UtcQ==} - engines: {node: ^10 || ^12 || >=14} - dependencies: - colorette: 1.2.2 - nanoid: 3.1.23 - source-map-js: 0.6.2 - dev: true - /postcss/8.3.5: resolution: {integrity: sha512-NxTuJocUhYGsMiMFHDUkmjSKT3EdH4/WbGF6GCi1NDGk+vbcUTun4fpbOqaPtD8IIsztA2ilZm2DhYCuyN58gA==} engines: {node: ^10 || ^12 || >=14} @@ -5591,8 +5317,8 @@ packages: hasBin: true dev: true - /prettier/2.3.1: - resolution: {integrity: sha512-p+vNbgpLjif/+D+DwAZAbndtRrR0md0MwfmOVN9N+2RgyACMT+7tfaRnT+WDPkqnuVwleyuBIG2XBxKDme3hPA==} + /prettier/2.3.2: + resolution: {integrity: sha512-lnJzDfJ66zkMy58OL5/NY5zp70S7Nz6KqcKkXYzn2tMVrNxvbqaBpg7H3qHaLxCJ5lNMsGuM8+ohS7cZrthdLQ==} engines: {node: '>=10.13.0'} hasBin: true dev: true @@ -5639,11 +5365,11 @@ packages: xtend: 4.0.2 dev: true - /proxy-addr/2.0.6: - resolution: {integrity: sha512-dh/frvCBVmSsDYzw6n926jv974gddhkFPfiN8hPOi30Wax25QZyZEGveluCgliBnqmuM+UJmBErbAUFIoDbjOw==} + /proxy-addr/2.0.7: + resolution: {integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==} engines: {node: '>= 0.10'} dependencies: - forwarded: 0.1.2 + forwarded: 0.2.0 ipaddr.js: 1.9.1 dev: true @@ -5841,7 +5567,7 @@ packages: resolution: {integrity: sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==} engines: {node: '>=8'} dependencies: - '@types/normalize-package-data': 2.4.0 + '@types/normalize-package-data': 2.4.1 normalize-package-data: 2.5.0 parse-json: 5.2.0 type-fest: 0.6.0 @@ -5894,7 +5620,7 @@ packages: /regenerator-transform/0.14.5: resolution: {integrity: sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw==} dependencies: - '@babel/runtime': 7.14.5 + '@babel/runtime': 7.14.6 dev: true /regexp-tree/0.1.23: @@ -5910,8 +5636,8 @@ packages: define-properties: 1.1.3 dev: true - /regexpp/3.1.0: - resolution: {integrity: sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==} + /regexpp/3.2.0: + resolution: {integrity: sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==} engines: {node: '>=8'} dev: true @@ -6010,14 +5736,14 @@ packages: /resolve/1.20.0: resolution: {integrity: sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==} dependencies: - is-core-module: 2.4.0 + is-core-module: 2.5.0 path-parse: 1.0.7 dev: true /resolve/2.0.0-next.3: resolution: {integrity: sha512-W8LucSynKUIDu9ylraa7ueVZ7hc0uAgJBxVsQSKOXOyle8a93qXhcz+XAXZ8bIq2d6i4Ehddn6Evt+0/UwKk6Q==} dependencies: - is-core-module: 2.4.0 + is-core-module: 2.5.0 path-parse: 1.0.7 dev: true @@ -6039,20 +5765,20 @@ packages: glob: 7.1.7 dev: true - /rollup-plugin-terser/7.0.2_rollup@2.51.2: + /rollup-plugin-terser/7.0.2_rollup@2.53.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.51.2 + rollup: 2.53.1 serialize-javascript: 4.0.0 - terser: 5.7.0 + terser: 5.7.1 dev: true - /rollup/2.51.2: - resolution: {integrity: sha512-ReV2eGEadA7hmXSzjxdDKs10neqH2QURf2RxJ6ayAlq93ugy6qIvXMmbc5cWMGCDh1h5T4thuWO1e2VNbMq8FA==} + /rollup/2.53.1: + resolution: {integrity: sha512-yiTCvcYXZEulNWNlEONOQVlhXA/hgxjelFSjNcrwAAIfYx/xqjSHwqg/cCaWOyFRKr+IQBaXwt723m8tCaIUiw==} engines: {node: '>=10.0.0'} hasBin: true optionalDependencies: @@ -6204,7 +5930,7 @@ packages: dependencies: call-bind: 1.0.2 get-intrinsic: 1.1.1 - object-inspect: 1.10.3 + object-inspect: 1.11.0 dev: true /signal-exit/3.0.3: @@ -6295,7 +6021,7 @@ packages: /spdy-transport/3.0.0: resolution: {integrity: sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==} dependencies: - debug: 4.3.1 + debug: 4.3.2 detect-node: 2.1.0 hpack.js: 2.1.6 obuf: 1.1.2 @@ -6309,7 +6035,7 @@ packages: resolution: {integrity: sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==} engines: {node: '>=6.0.0'} dependencies: - debug: 4.3.1 + debug: 4.3.2 handle-thing: 2.0.1 http-deceiver: 1.2.7 select-hose: 2.0.0 @@ -6500,7 +6226,7 @@ packages: resolution: {integrity: sha512-ZGum47Yi6KOOFDE8m223td53ath2enHcYLgOCjGr5ngu8bdIARQk6mN/wRMv4yMRcHnCSnHbCEha4sobQx5yWg==} engines: {node: '>=10.0.0'} dependencies: - ajv: 8.5.0 + ajv: 8.6.1 lodash.clonedeep: 4.5.0 lodash.truncate: 4.4.2 slice-ansi: 4.0.0 @@ -6530,8 +6256,8 @@ packages: execa: 0.7.0 dev: true - /terser/5.7.0: - resolution: {integrity: sha512-HP5/9hp2UaZt5fYkuhNBR8YyRcT8juw8+uFbAme53iN9hblvKnLUTKkmwJG6ocWpIKf8UK4DoeWG4ty0J6S6/g==} + /terser/5.7.1: + resolution: {integrity: sha512-b3e+d5JbHAe/JSjwsC3Zn55wsBIM7AsHLjKxT31kGCldgbpFePaFo+PiddtO6uwRZWRw7sPXmAN8dTW61xmnSg==} engines: {node: '>=10'} hasBin: true dependencies: @@ -6614,11 +6340,10 @@ packages: resolution: {integrity: sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==} dev: true - /tsconfig-paths/3.9.0: - resolution: {integrity: sha512-dRcuzokWhajtZWkQsDVKbWyY+jgcLC5sqJhg2PSgf4ZkH2aHPvaOY8YWGhmjb68b5qqTfasSsDO9k7RUiEmZAw==} + /tsconfig-paths/3.10.1: + resolution: {integrity: sha512-rETidPDgCpltxF7MjBZlAFPUHv5aHH2MymyPvh+vEyWAED4Eb/WeMbsnD/JDr4OKPOA1TssDHgIcpTN5Kh0p6Q==} dependencies: - '@types/json5': 0.0.29 - json5: 1.0.1 + json5: 2.2.0 minimist: 1.2.5 strip-bom: 3.0.0 dev: true @@ -6681,7 +6406,7 @@ packages: engines: {node: '>= 0.6'} dependencies: media-typer: 0.3.0 - mime-types: 2.1.30 + mime-types: 2.1.31 dev: true /typedarray/0.0.6: @@ -6702,8 +6427,8 @@ packages: resolution: {integrity: sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA==} dev: true - /uglify-js/3.13.8: - resolution: {integrity: sha512-PvFLMFIQHfIjFFlvAch69U2IvIxK9TNzNWt1SxZGp9JZ/v70yvqIQuiJeVPPtUMOzoNt+aNRDk4wgxb34wvEqA==} + /uglify-js/3.13.10: + resolution: {integrity: sha512-57H3ACYFXeo1IaZ1w02sfA71wI60MGco/IQFjOqK+WtKoprh7Go2/yvd2HPtoJILO2Or84ncLccI4xoHMTSbGg==} engines: {node: '>=0.8.0'} hasBin: true dev: true @@ -6767,7 +6492,7 @@ packages: /unified/7.1.0: resolution: {integrity: sha512-lbk82UOIGuCEsZhPj8rNAkXSDXd6p0QLzIuSsCdxrqnqU56St4eyOB+AlXsVgVeRmetPTYydIuvFfpDIed8mqw==} dependencies: - '@types/unist': 2.0.3 + '@types/unist': 2.0.5 '@types/vfile': 3.0.2 bail: 1.0.5 extend: 3.0.2 @@ -6825,13 +6550,13 @@ packages: /unist-util-stringify-position/2.0.3: resolution: {integrity: sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==} dependencies: - '@types/unist': 2.0.3 + '@types/unist': 2.0.5 dev: true /unist-util-stringify-position/3.0.0: resolution: {integrity: sha512-SdfAl8fsDclywZpfMDTVDxA2V7LjtRDTOFd44wUJamgl6OlVngsqWjxvermMYf60elWHbxhuRCZml7AnuXCaSA==} dependencies: - '@types/unist': 2.0.3 + '@types/unist': 2.0.5 dev: true /unist-util-visit-parents/2.1.2: @@ -6947,14 +6672,14 @@ packages: /vfile-message/2.0.4: resolution: {integrity: sha512-DjssxRGkMvifUOJre00juHoP9DPWuzjxKuMDrhNbk2TdaYYBNMStsNhEOt3idrtI12VQYM/1+iM0KOzXi4pxwQ==} dependencies: - '@types/unist': 2.0.3 + '@types/unist': 2.0.5 unist-util-stringify-position: 2.0.3 dev: true /vfile-message/3.0.1: resolution: {integrity: sha512-gYmSHcZZUEtYpTmaWaFJwsuUD70/rTY4v09COp8TGtOkix6gGxb/a8iTQByIY9ciTk9GwAwIXd/J9OPfM4Bvaw==} dependencies: - '@types/unist': 2.0.3 + '@types/unist': 2.0.5 unist-util-stringify-position: 3.0.0 dev: true @@ -7000,28 +6725,28 @@ packages: /vfile/4.2.1: resolution: {integrity: sha512-O6AE4OskCG5S1emQ/4gl8zK586RqA3srz3nfK/Viy0UPToBc5Trp9BVFb1u0CjsKrAWwnpr4ifM/KBXPWwJbCA==} dependencies: - '@types/unist': 2.0.3 + '@types/unist': 2.0.5 is-buffer: 2.0.5 unist-util-stringify-position: 2.0.3 vfile-message: 2.0.4 dev: true - /vite-plugin-components/0.12.1_vite@2.4.1: - resolution: {integrity: sha512-4YYVxeZ6UJ9CrtpFXqxebR0vgoBc+2S9F91NUVFjPD0QA3M1A4G8vK1lVYfnFAbSgTpwNfrCreD771/5mbFfKg==} + /vite-plugin-components/0.12.2_vite@2.4.2: + resolution: {integrity: sha512-ecGCqEQMEwPw556WfdbRwbDsdGtBWkjSkuOXw5sKbgaZzVSlybOfrXhGjiYEatR13KCUxTHzioU2eOLu1tpWVQ==} peerDependencies: vite: ^2.0.0 dependencies: debug: 4.3.2 - fast-glob: 3.2.6 + fast-glob: 3.2.7 magic-string: 0.25.7 minimatch: 3.0.4 - vite: 2.4.1 + vite: 2.4.2 transitivePeerDependencies: - supports-color dev: true - /vite-plugin-icons/0.6.4_6e296531fbf664a5eb913b327fa48fa1: - resolution: {integrity: sha512-NLIUZNpeJV4fH314fn+iI5wxvKOgx2yDzVz6jqaKUyNIi41cv+Ud8J+dueCHVZSxepCIQmMYeCayaPEuhhetbg==} + /vite-plugin-icons/0.6.5_4ee3ff6d5bbf3cd9b76129b3c9bac5b4: + resolution: {integrity: sha512-lfePr8juO2ajp0571iLL+9zIoyBD9nSSSHlC4JYXbAeMOJB6WTP+Vdc2gze8yI8JRO+Z0TXCCvvL9bPgvkI4Cg==} peerDependencies: '@iconify/json': '*' '@vue/compiler-sfc': ^3.0.2 @@ -7032,45 +6757,50 @@ packages: vue-template-compiler: optional: true dependencies: - '@iconify/json': 1.1.369 + '@iconify/json': 1.1.374 '@iconify/json-tools': 1.0.10 '@vue/compiler-sfc': 3.1.4_vue@3.1.4 vue-template-es2015-compiler: 1.9.1 dev: true - /vite-plugin-md/0.6.7_vite@2.4.1: + /vite-plugin-md/0.6.7_vite@2.4.2: resolution: {integrity: sha512-R9i61r1y6gfelJKtHiHkw6NOkucFzGRgy7VL7bqMufiSh1UNyYKZrpiQtagzavpBlJSVk34lfEyfyKpQyeuocQ==} peerDependencies: vite: ^2.0.0 dependencies: gray-matter: 4.0.3 - markdown-it: 12.0.6 - vite: 2.4.1 + markdown-it: 12.1.0 + vite: 2.4.2 dev: true - /vite-plugin-pages/0.14.9_vite@2.4.1: - resolution: {integrity: sha512-kQm0mo4hqMYfVEjEVsQZsa0k2Ax228rkiZXu5uCt+087ZUAURcOdy9ElCG33uGmCwg/9PpE6XRzVz1SVP44Q+A==} + /vite-plugin-pages/0.15.0_e0e01332e3ba4d03357bd797e805be53: + resolution: {integrity: sha512-7xYjbOD3kG0p9VhPS2nY+OxE8i+Jz+LfRLggRi4y7tRSFLqEFHZcx848PLWflSDl0gcs8pg8LUvojdtNNBk2FQ==} peerDependencies: - vite: ^2.0.0 + '@vue/compiler-sfc': '>=3' + vite: '>=2' + peerDependenciesMeta: + '@vue/compiler-sfc': + optional: true dependencies: '@antfu/utils': 0.2.4 + '@vue/compiler-sfc': 3.1.4_vue@3.1.4 deep-equal: 2.0.5 - fast-glob: 3.2.6 + fast-glob: 3.2.7 json5: 2.2.0 - vite: 2.4.1 + vite: 2.4.2 yaml: 2.0.0-6 dev: true - /vite-plugin-pwa/0.8.1_vite@2.4.1: + /vite-plugin-pwa/0.8.1_vite@2.4.2: resolution: {integrity: sha512-Hrfz+NpZ6yroVm5yiCWQ1N9HX9o6H/CCyg7ZHiaP3ZZC29a0Z9lqnnicEAhZMLkVPJqHM60wowL0EJkyOVyxBg==} peerDependencies: vite: ^2.0.0 dependencies: debug: 4.3.2 - fast-glob: 3.2.5 + fast-glob: 3.2.7 pretty-bytes: 5.6.0 - rollup: 2.51.2 - vite: 2.4.1 + rollup: 2.53.1 + vite: 2.4.2 workbox-build: 6.1.5 workbox-window: 6.1.5 transitivePeerDependencies: @@ -7078,36 +6808,36 @@ packages: - supports-color dev: true - /vite-plugin-vue-layouts/0.3.1_vite@2.4.1: + /vite-plugin-vue-layouts/0.3.1_vite@2.4.2: resolution: {integrity: sha512-Chw+gEJX51+vwikWIp2R3GbBIkSQFi0CdOBKTqAktn+thVWn4mleE2pbdr2jM2Ylc0lL2bm/NpOHE0Pe6YUGqg==} peerDependencies: vite: ^2.2.3 dependencies: - '@vue/compiler-sfc': 3.0.11_vue@3.0.11 + '@vue/compiler-sfc': 3.1.4_vue@3.1.4 debug: 4.3.2 - fast-glob: 3.2.5 - vite: 2.4.1 - vue: 3.0.11 - vue-router: 4.0.8_vue@3.0.11 + fast-glob: 3.2.7 + vite: 2.4.2 + vue: 3.1.4 + vue-router: 4.0.10_vue@3.1.4 transitivePeerDependencies: - supports-color dev: true - /vite-plugin-windicss/1.2.3_vite@2.4.1: - resolution: {integrity: sha512-uhNsdDHXr6jSIo0hQBEEvk+fF3/b6xy5ZunOd5I8uqHBtyue7zOg0jmmQSjqgpMMtsRABL6Wm/V4oqLfgByj+w==} + /vite-plugin-windicss/1.2.4_vite@2.4.2: + resolution: {integrity: sha512-U+mW8AiPRgC5wbUqjtvEIbZR3LzOwhNU0wnYQueT2SjjTfjlP74vcQg37yrULxycKibpdTYVHZuDuW4QkglPng==} peerDependencies: vite: ^2.0.1 dependencies: - '@windicss/plugin-utils': 1.2.3 + '@windicss/plugin-utils': 1.2.4 chalk: 4.1.1 debug: 4.3.2 - vite: 2.4.1 - windicss: 3.1.3 + vite: 2.4.2 + windicss: 3.1.5 transitivePeerDependencies: - supports-color dev: true - /vite-ssg/0.11.4_e2397b795de8b488f27c92d96c7e458b: + /vite-ssg/0.11.4_c1e5873e42b56728fc515e1a4566462d: resolution: {integrity: sha512-JVq45h5IRGxYpHu2yjLdWKAUaTISXrWKjPPDHetNVhP8wp/MGZ1gYhns9XOSfYfLbWSMQgDIjbANAS9XzE/X3Q==} engines: {node: '>=14.0.0'} hasBin: true @@ -7126,8 +6856,8 @@ packages: fs-extra: 10.0.0 html-minifier: 4.0.0 jsdom: 16.6.0 - prettier: 2.3.1 - vite: 2.4.1 + prettier: 2.3.2 + vite: 2.4.2 vue: 3.1.4 vue-router: 4.0.10_vue@3.1.4 yargs: 17.0.1 @@ -7138,15 +6868,15 @@ packages: - utf-8-validate dev: true - /vite/2.4.1: - resolution: {integrity: sha512-4BpKRis9uxIqPfIEcJ18LTBsamqnDFxTx45CXwagHjNltHa6PFEvf8Pe6OpgIHb0OyWT30OXOSSQvdOaX4OBiQ==} + /vite/2.4.2: + resolution: {integrity: sha512-2MifxD2I9fjyDmmEzbULOo3kOUoqX90A58cT6mECxoVQlMYFuijZsPQBuA14mqSwvV3ydUsqnq+BRWXyO9Qa+w==} engines: {node: '>=12.0.0'} hasBin: true dependencies: - esbuild: 0.12.9 + esbuild: 0.12.15 postcss: 8.3.5 resolve: 1.20.0 - rollup: 2.51.2 + rollup: 2.53.1 optionalDependencies: fsevents: 2.3.2 dev: true @@ -7156,8 +6886,8 @@ packages: engines: {node: '>=0.10.0'} dev: true - /vscode-css-languageservice/5.1.3: - resolution: {integrity: sha512-c8xiUhrDBNG6iS92FEE+K3IWOHAqVvzsqjjLSaXHyF5Qdn/6VhUweGNjtZ2CBSfs+Vkmz7pJzLQ7Io1x5deumA==} + /vscode-css-languageservice/5.1.4: + resolution: {integrity: sha512-fIJZJMXbaBsK0ifBb2RmSiLtzwn6NrZnKn7O+0ziIjwAY+rPvSK9St2qqQXFU3reZVRAt/I4GBp40dC/THcUDA==} dependencies: vscode-languageserver-textdocument: 1.0.1 vscode-languageserver-types: 3.16.0 @@ -7176,8 +6906,8 @@ packages: vscode-uri: 2.1.2 dev: true - /vscode-html-languageservice/4.0.5: - resolution: {integrity: sha512-9ZKp7nfR6ObUA+K65GfgDPdOmXaPH8MOWxE2RwWF3tVnVMq2w+COKjDNHMvv+uNxtmaRT7/skls7CD/HzrW99w==} + /vscode-html-languageservice/4.0.7: + resolution: {integrity: sha512-P5TQMYpgxAdLs+PwpC7Lm+0lXCyQAC6kZ41YuPYNHVooC4XO7Y2+ncHBcQJVK4C9LU2cTOAl0lzq4WAxuwRHYw==} dependencies: vscode-languageserver-textdocument: 1.0.1 vscode-languageserver-types: 3.16.0 @@ -7185,8 +6915,8 @@ packages: vscode-uri: 3.0.2 dev: true - /vscode-json-languageservice/4.1.4: - resolution: {integrity: sha512-/UqaE58BVFdePM9l971L6xPRLlCLNk01aovf1Pp9hB/8pytmd2s9ZNEnS1JqYyQEJ1k5/fEBsWOdhQlNo4H7VA==} + /vscode-json-languageservice/4.1.5: + resolution: {integrity: sha512-oRVPj2UY6BQ8PQ1LIz/FigUEZQVqsB9msNCFlxRBHE9sSEIJkCbYG6aCB2n7WR17VIisYQdO3MDheuoyI48G2w==} engines: {npm: '>=7.0.0'} dependencies: jsonc-parser: 3.0.0 @@ -7197,16 +6927,16 @@ packages: vscode-uri: 3.0.2 dev: true - /vscode-jsonrpc/6.1.0-next.2: - resolution: {integrity: sha512-nkiNDGI+Ytp7uj1lxHXddXCoEunhcry1D+KmVHBfUUgWT9jMF8ZJyH5KQObdF+OGAh7bXZxD/SV4uGwSCeHHWA==} + /vscode-jsonrpc/7.0.0-next.1: + resolution: {integrity: sha512-dEmliPZGbSyIcEeKRGzosCy7y7zsc8FXg1l5BBOGgMUbemlo3vUnsa2GFqpILJwJvlbvkRcF2QASNwIlKe9J7g==} engines: {node: '>=8.0.0 || >=10.0.0'} dev: true - /vscode-languageserver-protocol/3.17.0-next.5: - resolution: {integrity: sha512-LFZ6WMB3iPezQAU9OnGoERzcIVKhcs0OLfD/NHcqSj3g1wgxuLUL5kSlZbbjFySQCmhzm6b0yb3hjTSeBtq1+w==} + /vscode-languageserver-protocol/3.17.0-next.6: + resolution: {integrity: sha512-f1kGsoOpISB5jSqQNeMDl2446enxVahyux2e5vZap6pu/TC+2UlvPT4DCR0gPph95KOQZweL9zq1SzLoPdqhuA==} dependencies: - vscode-jsonrpc: 6.1.0-next.2 - vscode-languageserver-types: 3.17.0-next.1 + vscode-jsonrpc: 7.0.0-next.1 + vscode-languageserver-types: 3.17.0-next.2 dev: true /vscode-languageserver-textdocument/1.0.1: @@ -7217,15 +6947,15 @@ packages: resolution: {integrity: sha512-k8luDIWJWyenLc5ToFQQMaSrqCHiLwyKPHKPQZ5zz21vM+vIVUSvsRpcbiECH4WR88K2XZqc4ScRcZ7nk/jbeA==} dev: true - /vscode-languageserver-types/3.17.0-next.1: - resolution: {integrity: sha512-VGzh06oynbYa6JbTKUbxOEZN7CYEtWhN7DK5wfzUpeCJl8X8xZX39g2PVfpqXrIEduu7dcJgK007KgnX9tHNKA==} + /vscode-languageserver-types/3.17.0-next.2: + resolution: {integrity: sha512-L5S2kNLCgYJMVWgsZjBaorMM/6+itAfvOyl6Kv1bgFzDNaUKm9HsnUlehjpWPdV5DqnfJhJ5E03Z+/3Mw8ii+Q==} dev: true - /vscode-languageserver/7.1.0-next.4: - resolution: {integrity: sha512-/65lxR/CuLJoOdzTjOTYUPWS7k5qzaWese4PObnWc6jwLryUrSa7DslYfaRXigh5/xr1nlaUZCcJwkpgM0wFvw==} + /vscode-languageserver/7.1.0-next.5: + resolution: {integrity: sha512-TkpkcFqdYc40OsKJeQLG9pzpKtX9YR4laHr5mX5H8PTLQ38wNwZxh8duGy0mGPQeGvfV/X3IlKzvcX2D7Pijpg==} hasBin: true dependencies: - vscode-languageserver-protocol: 3.17.0-next.5 + vscode-languageserver-protocol: 3.17.0-next.6 dev: true /vscode-nls/4.1.2: @@ -7236,26 +6966,26 @@ packages: resolution: {integrity: sha512-u0Lw+IYlgbEJFF6/qAqG2d1jQmJl0eyAGJHoAJqr2HT4M2BNuQYSEiSE75f52pXHSJm8AlTjnLLbBFPrdz2hpA==} dev: true - /vscode-pug-languageservice/0.25.22: - resolution: {integrity: sha512-1v1ljcqMuyaITCbby3eMsMiAVJXtVxGu+oMwJ8STOeDsMgkOTv3IrfoZjwsps96Qj3pf0d8XJPzSZkGoTrBiOA==} + /vscode-pug-languageservice/0.25.28: + resolution: {integrity: sha512-4zt0Tn+uW9WOTu6YLl6NhYjtdRD91EbpEUtiYqquV9f+U0I1JxkScWgyTomw04ZaUK8yoPC6q/S1oGnaCNaWPg==} dependencies: - '@volar/code-gen': 0.25.22 - '@volar/shared': 0.25.22 - '@volar/source-map': 0.25.22 - '@volar/transforms': 0.25.22 + '@volar/code-gen': 0.25.28 + '@volar/shared': 0.25.28 + '@volar/source-map': 0.25.28 + '@volar/transforms': 0.25.28 pug-beautify: 0.1.1 pug-lexer: 5.0.1 pug-parser: 6.0.0 - vscode-languageserver: 7.1.0-next.4 + vscode-languageserver: 7.1.0-next.5 dev: true - /vscode-typescript-languageservice/0.25.22: - resolution: {integrity: sha512-Fb6i9RsAOTZUqtkQiOv6THkBofWedPtxXiXGGkoIEkkgEoP16wQtw9ctYGsazOO127kjgYLRN8TdsudvqcFtEw==} + /vscode-typescript-languageservice/0.25.28: + resolution: {integrity: sha512-lj85GVcVKCTVtD3XJJ737PDjw343uOiQuR8qfeZlCPf9N3zVRMWJfUL5FQRhoqoDo0o46jihy+jrDGurtmq6ow==} dependencies: - '@volar/shared': 0.25.22 + '@volar/shared': 0.25.28 typescript-vscode-sh-plugin: 0.6.14 upath: 2.0.1 - vscode-languageserver: 7.1.0-next.4 + vscode-languageserver: 7.1.0-next.5 vscode-languageserver-textdocument: 1.0.1 dev: true @@ -7267,42 +6997,42 @@ packages: resolution: {integrity: sha512-jkjy6pjU1fxUvI51P+gCsxg1u2n8LSt0W6KrCNQceaziKzff74GoWmjVG46KieVzybO1sttPQmYfrwSHey7GUA==} dev: true - /vscode-vue-languageservice/0.25.22_vue@3.1.4: - resolution: {integrity: sha512-g9AipU1T7AON/rAJ5+pyYmWZD/V+0CTSqRSPMaK/eRaYxLNfrXXLgankoNhqP5XyHFQsYbxMJ6mAg3d0Vy3WZw==} + /vscode-vue-languageservice/0.25.28_vue@3.1.4: + resolution: {integrity: sha512-7tH2TCCGxY79exA+wBRZaVdNgocSEH+1+OccP8j6g4Sx58i3Kxh5DDEiKeC85zYXQ5E9XdiB+mMcVDokR4fBmQ==} dependencies: '@starptech/prettyhtml': 0.10.0 - '@volar/code-gen': 0.25.22 + '@volar/code-gen': 0.25.28 '@volar/html2pug': 0.25.4 - '@volar/shared': 0.25.22 - '@volar/source-map': 0.25.22 - '@volar/transforms': 0.25.22 - '@vue/compiler-dom': 3.1.2 - '@vue/compiler-sfc': 3.1.2_vue@3.1.4 - '@vue/reactivity': 3.1.1 - '@vue/shared': 3.1.2 + '@volar/shared': 0.25.28 + '@volar/source-map': 0.25.28 + '@volar/transforms': 0.25.28 + '@vue/compiler-dom': 3.1.4 + '@vue/compiler-sfc': 3.1.4_vue@3.1.4 + '@vue/reactivity': 3.1.4 + '@vue/shared': 3.1.4 jsonc-parser: 3.0.0 prettier: 1.19.1 request-light: 0.4.0 upath: 2.0.1 - vscode-css-languageservice: 5.1.3 + vscode-css-languageservice: 5.1.4 vscode-emmet-helper: 2.6.4 - vscode-html-languageservice: 4.0.5 - vscode-json-languageservice: 4.1.4 - vscode-languageserver: 7.1.0-next.4 + vscode-html-languageservice: 4.0.7 + vscode-json-languageservice: 4.1.5 + vscode-languageserver: 7.1.0-next.5 vscode-languageserver-textdocument: 1.0.1 - vscode-pug-languageservice: 0.25.22 - vscode-typescript-languageservice: 0.25.22 + vscode-pug-languageservice: 0.25.28 + vscode-typescript-languageservice: 0.25.28 transitivePeerDependencies: - vue dev: true - /vue-demi/0.9.1_vue@3.1.4: - resolution: {integrity: sha512-7s1lufRD2l369eFWPjgLvhqCRk0XzGWJsQc7K4q+0mZtixyGIvsK1Cg88P4NcaRIEiBuuN4q1NN4SZKFKwQswA==} + /vue-demi/0.10.1_vue@3.1.4: + resolution: {integrity: sha512-L6Oi+BvmMv6YXvqv5rJNCFHEKSVu7llpWWJczqmAQYOdmPPw5PNYoz1KKS//Fxhi+4QP64dsPjtmvnYGo1jemA==} hasBin: true requiresBuild: true peerDependencies: - '@vue/composition-api': ^1.0.0-beta.1 - vue: ^2.6.0 || >=3.0.0-rc.1 + '@vue/composition-api': ^1.0.0-rc.1 + vue: ^2.6.0 || >=3.0.0 peerDependenciesMeta: '@vue/composition-api': optional: true @@ -7310,8 +7040,8 @@ packages: vue: 3.1.4 dev: false - /vue-eslint-parser/7.6.0_eslint@7.30.0: - resolution: {integrity: sha512-QXxqH8ZevBrtiZMZK0LpwaMfevQi9UL7lY6Kcp+ogWHC88AuwUPwwCIzkOUc1LR4XsYAt/F9yHXAB/QoD17QXA==} + /vue-eslint-parser/7.8.0_eslint@7.30.0: + resolution: {integrity: sha512-ehmmrLZNYLUoKayvVW8l8HyPQIfuYZHiJoQLRP3dapDlTU7bGs4tqIKVGdAEpMuXS/b4R/PImCt7Tkj4UhX1SQ==} engines: {node: '>=8.10'} peerDependencies: eslint: '>=5.0.0' @@ -7323,20 +7053,30 @@ packages: espree: 6.2.1 esquery: 1.4.0 lodash: 4.17.21 + semver: 6.3.0 transitivePeerDependencies: - supports-color dev: true - /vue-i18n/9.1.6_vue@3.1.4: - resolution: {integrity: sha512-FEC4HZkTH6QRIu/A0wlo0VS/GH3w/fuCC6xfvoC8IyhhtbG9A+go9NfW+HZ1ZXdAcO4EWcVQi04M+iSwuxgixw==} + /vue-global-api/0.1.3_vue@3.1.4: + resolution: {integrity: sha512-6YNWo8SrL+/EkSa94JQ/fbQY7t5fH8ycxtIDOB1Lzjf4xh0EYgjj6D4pz00rh6X2uETjIt5mzyd+pibaekvdtA==} + dependencies: + vue-demi: 0.10.1_vue@3.1.4 + transitivePeerDependencies: + - '@vue/composition-api' + - vue + dev: false + + /vue-i18n/9.1.7_vue@3.1.4: + resolution: {integrity: sha512-ujuuDanoHqtEd4GejWrbG/fXE9nrP51ElsEGxp0WBHfv+/ki0/wyUqkO+4fLikki2obGtXdviTPH0VNpas5K6g==} engines: {node: '>= 10'} peerDependencies: vue: ^3.0.0 dependencies: - '@intlify/core-base': 9.1.6 - '@intlify/shared': 9.1.6 - '@intlify/vue-devtools': 9.1.6 - '@vue/devtools-api': 6.0.0-beta.12 + '@intlify/core-base': 9.1.7 + '@intlify/shared': 9.1.7 + '@intlify/vue-devtools': 9.1.7 + '@vue/devtools-api': 6.0.0-beta.15 vue: 3.1.4 dev: false @@ -7345,18 +7085,8 @@ packages: peerDependencies: vue: ^3.0.0 dependencies: - '@vue/devtools-api': 6.0.0-beta.14 + '@vue/devtools-api': 6.0.0-beta.15 vue: 3.1.4 - dev: false - - /vue-router/4.0.8_vue@3.0.11: - resolution: {integrity: sha512-42mWSQaH7CCBQDspQTHv63f34VEnZC20g9QNK4WJ/zW8SdIUeT6TQ2i/78fjF/pVBUPLBWrGhvB7uDnaz7O/pA==} - peerDependencies: - vue: ^3.0.0 - dependencies: - '@vue/devtools-api': 6.0.0-beta.12 - vue: 3.0.11 - dev: true /vue-template-es2015-compiler/1.9.1: resolution: {integrity: sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==} @@ -7369,26 +7099,17 @@ packages: typescript: '*' dependencies: typescript: 4.3.5 - vscode-vue-languageservice: 0.25.22_vue@3.1.4 + vscode-vue-languageservice: 0.25.28_vue@3.1.4 transitivePeerDependencies: - vue dev: true - /vue/3.0.11: - resolution: {integrity: sha512-3/eUi4InQz8MPzruHYSTQPxtM3LdZ1/S/BvaU021zBnZi0laRUyH6pfuE4wtUeLvI8wmUNwj5wrZFvbHUXL9dw==} - dependencies: - '@vue/compiler-dom': 3.0.11 - '@vue/runtime-dom': 3.0.11 - '@vue/shared': 3.0.11 - dev: true - /vue/3.1.4: resolution: {integrity: sha512-p8dcdyeCgmaAiZsbLyDkmOLcFGZb/jEVdCLW65V68LRCXTNX8jKsgah2F7OZ/v/Ai2V0Fb1MNO0vz/GFqsPVMA==} dependencies: '@vue/compiler-dom': 3.1.4 '@vue/runtime-dom': 3.1.4 '@vue/shared': 3.1.4 - dev: false /w3c-hr-time/1.0.2: resolution: {integrity: sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==} @@ -7441,8 +7162,8 @@ packages: webidl-conversions: 4.0.2 dev: true - /whatwg-url/8.5.0: - resolution: {integrity: sha512-fy+R77xWv0AiqfLl4nuGUlQ3/6b5uNfQ4WAbGQVMYshCTCCPK9psC1nWh3XHuxGVCtlcDDQPQW1csmmIQo+fwg==} + /whatwg-url/8.7.0: + resolution: {integrity: sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==} engines: {node: '>=10'} dependencies: lodash: 4.17.21 @@ -7504,8 +7225,8 @@ packages: string-width: 2.1.1 dev: true - /windicss/3.1.3: - resolution: {integrity: sha512-l7fpoba2LY9AYRy4UgcuOpbPsed8UsbpEQYUVWRR1wdAwiKxK6bGIMfpiKJtjPAPdh0GOGUqr6KJar0EDZSxzg==} + /windicss/3.1.5: + resolution: {integrity: sha512-sGi2YiN6Bp/vWJS0jlpJhMmh7O2TBQ+yTbL6oqoRXz32q1VKELOUMfF+5pdtVL5uoVnfKf4gOUQs2XKNgU30Lw==} engines: {node: '>= 12'} hasBin: true dev: true @@ -7514,7 +7235,7 @@ packages: resolution: {integrity: sha512-RNGKj82nUPg3g5ygxkQl0R937xLyho1J24ItRCBTr/m1YnZkzJy1hUiHUJrc/VlsDQzsCnInEGSg3bci0Lmd4w==} engines: {node: '>= 10.0.0'} dependencies: - '@babel/parser': 7.14.5 + '@babel/parser': 7.14.7 '@babel/types': 7.14.5 assert-never: 1.2.1 babel-walk: 3.0.0-canary-5 @@ -7541,13 +7262,13 @@ packages: resolution: {integrity: sha512-P+fakR5QFVqJN9l9xHVXtmafga72gh9I+jM3A9HiB/6UNRmOAejXnDgD+RMegOHgQHPwnB44TalMToFaXKWIyA==} engines: {node: '>=10.0.0'} dependencies: - '@babel/core': 7.14.5 - '@babel/preset-env': 7.14.5_@babel+core@7.14.5 - '@babel/runtime': 7.14.5 + '@babel/core': 7.14.6 + '@babel/preset-env': 7.14.7_@babel+core@7.14.6 + '@babel/runtime': 7.14.6 '@hapi/joi': 16.1.8 - '@rollup/plugin-babel': 5.3.0_@babel+core@7.14.5+rollup@2.51.2 - '@rollup/plugin-node-resolve': 11.2.1_rollup@2.51.2 - '@rollup/plugin-replace': 2.4.2_rollup@2.51.2 + '@rollup/plugin-babel': 5.3.0_@babel+core@7.14.6+rollup@2.53.1 + '@rollup/plugin-node-resolve': 11.2.1_rollup@2.53.1 + '@rollup/plugin-replace': 2.4.2_rollup@2.53.1 '@surma/rollup-plugin-off-main-thread': 1.4.2 common-tags: 1.8.0 fast-json-stable-stringify: 2.1.0 @@ -7555,8 +7276,8 @@ packages: glob: 7.1.7 lodash: 4.17.21 pretty-bytes: 5.6.0 - rollup: 2.51.2 - rollup-plugin-terser: 7.0.2_rollup@2.51.2 + rollup: 2.53.1 + rollup-plugin-terser: 7.0.2_rollup@2.53.1 source-map: 0.8.0-beta.0 source-map-url: 0.4.1 stringify-object: 3.3.0 @@ -7689,8 +7410,8 @@ packages: signal-exit: 3.0.3 dev: true - /ws/7.4.6: - resolution: {integrity: sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==} + /ws/7.5.3: + resolution: {integrity: sha512-kQ/dHIzuLrS6Je9+uv81ueZomEwH0qVYstcAQ4/Z93K8zeko9gtAbttJWzoC5ukqXY1PpoouV3+VSOqEAFt5wg==} engines: {node: '>=8.3.0'} peerDependencies: bufferutil: ^4.0.1 @@ -7769,24 +7490,11 @@ packages: camelcase: 4.1.0 dev: true - /yargs-parser/20.2.7: - resolution: {integrity: sha512-FiNkvbeHzB/syOjIUxFDCnhSfzAL8R5vs40MgLFBorXACCOAEaWu0gRZl14vG8MR9AOJIZbmkjhusqBYZ3HTHw==} + /yargs-parser/20.2.9: + resolution: {integrity: sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==} engines: {node: '>=10'} dev: true - /yargs/16.2.0: - resolution: {integrity: sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==} - engines: {node: '>=10'} - dependencies: - cliui: 7.0.4 - escalade: 3.1.1 - get-caller-file: 2.0.5 - require-directory: 2.1.1 - string-width: 4.2.2 - y18n: 5.0.8 - yargs-parser: 20.2.7 - dev: true - /yargs/17.0.1: resolution: {integrity: sha512-xBBulfCc8Y6gLFcrPvtqKz9hz8SO0l1Ni8GgDekvBX2ro0HRQImDGnikfc33cgzcYUSncapnNcZDjVFIH3f6KQ==} engines: {node: '>=12'} @@ -7797,5 +7505,5 @@ packages: require-directory: 2.1.1 string-width: 4.2.2 y18n: 5.0.8 - yargs-parser: 20.2.7 + yargs-parser: 20.2.9 dev: true diff --git a/src/main.ts b/src/main.ts index 73198dc..ccb6908 100644 --- a/src/main.ts +++ b/src/main.ts @@ -2,9 +2,20 @@ import { ViteSSG } from 'vite-ssg' import generatedRoutes from 'virtual:generated-pages' import { setupLayouts } from 'virtual:generated-layouts' import App from './App.vue' -import 'virtual:windi.css' -import 'virtual:windi-devtools' + +// windicss layers +import 'virtual:windi-base.css' +import 'virtual:windi-components.css' +// your custom styles here import './styles/main.css' +// windicss utilities should be the last style import +import 'virtual:windi-utilities.css' + +// windicss devtools support (dev only) +import 'virtual:windi-devtools' + +// register vue composition api globally +import 'vue-global-api' const routes = setupLayouts(generatedRoutes) diff --git a/src/pages/index.vue b/src/pages/index.vue index 6087165..11ffc80 100644 --- a/src/pages/index.vue +++ b/src/pages/index.vue @@ -1,5 +1,4 @@