From f71cc9689333c30d46edab0d238425f746970322 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Tue, 11 May 2021 15:25:16 +0800 Subject: [PATCH] chore: update deps --- package.json | 26 +- pnpm-lock.yaml | 3034 +++++++++++++++++++++++++++++++++++++----------- 2 files changed, 2338 insertions(+), 722 deletions(-) diff --git a/package.json b/package.json index 1d09120..441eda4 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "preview-https": "serve dist" }, "dependencies": { - "@vueuse/core": "^4.9.1", + "@vueuse/core": "^4.9.2", "@vueuse/head": "^0.5.1", "nprogress": "^0.2.0", "prism-theme-vars": "^0.2.2", @@ -16,29 +16,29 @@ "vue-router": "^4.0.6" }, "devDependencies": { - "@antfu/eslint-config": "^0.6.4", - "@iconify/json": "^1.1.337", + "@antfu/eslint-config": "^0.6.5", + "@iconify/json": "^1.1.341", "@intlify/vite-plugin-vue-i18n": "^2.1.2", "@types/nprogress": "^0.2.0", - "@typescript-eslint/eslint-plugin": "^4.22.0", + "@typescript-eslint/eslint-plugin": "^4.22.1", "@vitejs/plugin-vue": "^1.2.2", "@vue/compiler-sfc": "^3.0.11", "@vue/server-renderer": "^3.0.11", "cross-env": "^7.0.3", - "eslint": "^7.25.0", - "https-localhost": "^4.6.4", + "eslint": "^7.26.0", + "https-localhost": "^4.6.5", "markdown-it-prism": "^2.1.6", - "pnpm": "^6.2.4", + "pnpm": "^6.3.0", "typescript": "^4.2.4", - "vite": "^2.2.3", + "vite": "^2.3.0", "vite-plugin-components": "^0.8.4", "vite-plugin-icons": "^0.5.0", - "vite-plugin-md": "^0.6.3", - "vite-plugin-pages": "^0.10.0", + "vite-plugin-md": "^0.6.6", + "vite-plugin-pages": "^0.11.1", "vite-plugin-pwa": "^0.7.3", - "vite-plugin-vue-layouts": "^0.2.2", + "vite-plugin-vue-layouts": "^0.3.1", "vite-plugin-windicss": "^0.15.10", - "vite-ssg": "^0.9.3", - "vue-tsc": "^0.0.26" + "vite-ssg": "^0.10.0", + "vue-tsc": "^0.1.2" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c9c62e5..e446f1c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,40 +1,40 @@ lockfileVersion: 5.3 specifiers: - '@antfu/eslint-config': ^0.6.4 - '@iconify/json': ^1.1.337 + '@antfu/eslint-config': ^0.6.5 + '@iconify/json': ^1.1.341 '@intlify/vite-plugin-vue-i18n': ^2.1.2 '@types/nprogress': ^0.2.0 - '@typescript-eslint/eslint-plugin': ^4.22.0 + '@typescript-eslint/eslint-plugin': ^4.22.1 '@vitejs/plugin-vue': ^1.2.2 '@vue/compiler-sfc': ^3.0.11 '@vue/server-renderer': ^3.0.11 - '@vueuse/core': ^4.9.1 + '@vueuse/core': ^4.9.2 '@vueuse/head': ^0.5.1 cross-env: ^7.0.3 - eslint: ^7.25.0 - https-localhost: ^4.6.4 + eslint: ^7.26.0 + https-localhost: ^4.6.5 markdown-it-prism: ^2.1.6 nprogress: ^0.2.0 - pnpm: ^6.2.4 + pnpm: ^6.3.0 prism-theme-vars: ^0.2.2 typescript: ^4.2.4 - vite: ^2.2.3 + vite: ^2.3.0 vite-plugin-components: ^0.8.4 vite-plugin-icons: ^0.5.0 - vite-plugin-md: ^0.6.3 - vite-plugin-pages: ^0.10.0 + vite-plugin-md: ^0.6.6 + vite-plugin-pages: ^0.11.1 vite-plugin-pwa: ^0.7.3 - vite-plugin-vue-layouts: ^0.2.2 + vite-plugin-vue-layouts: ^0.3.1 vite-plugin-windicss: ^0.15.10 - vite-ssg: ^0.9.3 + vite-ssg: ^0.10.0 vue: ^3.0.11 vue-i18n: ^9.1.6 vue-router: ^4.0.6 - vue-tsc: ^0.0.26 + vue-tsc: ^0.1.2 dependencies: - '@vueuse/core': 4.9.1_vue@3.0.11 + '@vueuse/core': 4.9.2_vue@3.0.11 '@vueuse/head': 0.5.1_vue@3.0.11 nprogress: 0.2.0 prism-theme-vars: 0.2.2 @@ -43,103 +43,103 @@ dependencies: vue-router: 4.0.6_vue@3.0.11 devDependencies: - '@antfu/eslint-config': 0.6.4_eslint@7.25.0+typescript@4.2.4 - '@iconify/json': 1.1.337 - '@intlify/vite-plugin-vue-i18n': 2.1.2_vite@2.2.3+vue-i18n@9.1.6 + '@antfu/eslint-config': 0.6.5_eslint@7.26.0+typescript@4.2.4 + '@iconify/json': 1.1.341 + '@intlify/vite-plugin-vue-i18n': 2.1.2_vite@2.3.0+vue-i18n@9.1.6 '@types/nprogress': 0.2.0 - '@typescript-eslint/eslint-plugin': 4.22.0_eslint@7.25.0+typescript@4.2.4 + '@typescript-eslint/eslint-plugin': 4.22.1_eslint@7.26.0+typescript@4.2.4 '@vitejs/plugin-vue': 1.2.2_@vue+compiler-sfc@3.0.11 '@vue/compiler-sfc': 3.0.11_vue@3.0.11 '@vue/server-renderer': 3.0.11_vue@3.0.11 cross-env: 7.0.3 - eslint: 7.25.0 - https-localhost: 4.6.4 + eslint: 7.26.0 + https-localhost: 4.6.5 markdown-it-prism: 2.1.6 - pnpm: 6.2.4 + pnpm: 6.3.0 typescript: 4.2.4 - vite: 2.2.3 - vite-plugin-components: 0.8.4_vite@2.2.3 - vite-plugin-icons: 0.5.0_e650ddc391fb9681c71b66ede7499a16 - vite-plugin-md: 0.6.3_vite@2.2.3 - vite-plugin-pages: 0.10.0_8cd74be53f81ed683d32be064bcfe770 - vite-plugin-pwa: 0.7.3_vite@2.2.3 - vite-plugin-vue-layouts: 0.2.2_vite@2.2.3 - vite-plugin-windicss: 0.15.10_vite@2.2.3 - vite-ssg: 0.9.3_9095378e3867e0ae7932f9889ee838bc - vue-tsc: 0.0.26 + vite: 2.3.0 + vite-plugin-components: 0.8.4_vite@2.3.0 + vite-plugin-icons: 0.5.0_e523db1fe0858fa2549c23914df6ead9 + vite-plugin-md: 0.6.6_vite@2.3.0 + vite-plugin-pages: 0.11.1_vite@2.3.0+vue@3.0.11 + vite-plugin-pwa: 0.7.3_vite@2.3.0 + vite-plugin-vue-layouts: 0.3.1_vite@2.3.0 + vite-plugin-windicss: 0.15.10_vite@2.3.0 + vite-ssg: 0.10.0_38060a6a2bfd0ec38a5e8bbe272b3559 + vue-tsc: 0.1.2_vue@3.0.11 packages: - /@antfu/eslint-config-basic/0.6.3_eslint@7.25.0: - resolution: {integrity: sha512-q2smt6kuoXGX228qesTEuL0hQQX1SvGLScnjVIIG2i5JJbd6Ka9Cyfo29BTjJxRwVFQJhVI/6PDTxmbnTHfNfQ==} + /@antfu/eslint-config-basic/0.6.5_eslint@7.26.0: + resolution: {integrity: sha512-nPk/rvcotk9pVU+GuQJti7IcIn///AWXjK1Qdsw9mZudqJNbSgmBeWjALcor8rPuhY34S4+JoNBjoChzl6mzQg==} peerDependencies: eslint: '>=7.4.0' dependencies: - eslint: 7.25.0 - eslint-config-standard: 16.0.2_c8c25406d700ad7e2af726d488d3786c - eslint-plugin-eslint-comments: 3.2.0_eslint@7.25.0 + eslint: 7.26.0 + eslint-config-standard: 16.0.2_a9de41b956fd906bcc0b2bed9b365818 + eslint-plugin-eslint-comments: 3.2.0_eslint@7.26.0 eslint-plugin-html: 6.1.2 - eslint-plugin-import: 2.22.1_eslint@7.25.0 - eslint-plugin-jsonc: 1.2.1_eslint@7.25.0 - eslint-plugin-node: 11.1.0_eslint@7.25.0 + eslint-plugin-import: 2.22.1_eslint@7.26.0 + eslint-plugin-jsonc: 1.2.1_eslint@7.26.0 + eslint-plugin-node: 11.1.0_eslint@7.26.0 eslint-plugin-promise: 4.3.1 - eslint-plugin-unicorn: 28.0.2_eslint@7.25.0 - eslint-plugin-yml: 0.8.1_eslint@7.25.0 + eslint-plugin-unicorn: 28.0.2_eslint@7.26.0 + eslint-plugin-yml: 0.8.1_eslint@7.26.0 jsonc-eslint-parser: 1.0.1 yaml-eslint-parser: 0.3.2 transitivePeerDependencies: - supports-color dev: true - /@antfu/eslint-config-react/0.6.4_eslint@7.25.0+typescript@4.2.4: - resolution: {integrity: sha512-b2lMEA+7zh/15w8fjujGFa4Y09lV+/XY7ezcfHfY+Bz+BqPyhEenS03oWYibLXAehbzyU6DPIsWEUCYX71fdWQ==} + /@antfu/eslint-config-react/0.6.5_eslint@7.26.0+typescript@4.2.4: + resolution: {integrity: sha512-qAYIMRkd6RcyzqBHMawDPTmnMql5/DNZjS87Laeqrp1DA6oacGhl94TY4Q1FUCQfjxzRsvKFxumArIbDSCg8Fw==} peerDependencies: eslint: '>=7.4.0' dependencies: - '@antfu/eslint-config-ts': 0.6.4_eslint@7.25.0+typescript@4.2.4 - eslint: 7.25.0 - eslint-plugin-react: 7.23.2_eslint@7.25.0 + '@antfu/eslint-config-ts': 0.6.5_eslint@7.26.0+typescript@4.2.4 + eslint: 7.26.0 + eslint-plugin-react: 7.23.2_eslint@7.26.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@antfu/eslint-config-ts/0.6.4_eslint@7.25.0+typescript@4.2.4: - resolution: {integrity: sha512-BpTca8xadoP/5peuHpr5Oz+vsmBoVuDb+/SnDWZW8ECD4zBPmUKy6pG77TP2A72K+zK3uWAqISKjS3LMDopOUA==} + /@antfu/eslint-config-ts/0.6.5_eslint@7.26.0+typescript@4.2.4: + resolution: {integrity: sha512-MAPY34AZNxf8//R5JoWNImw4niYl2lJgMhhKlcjfYq39Iu/v31tJ6Cu5xr4tGWuUvwvAjvOmlB/7LQZatly0mw==} peerDependencies: eslint: '>=7.4.0' typescript: '>=3.9' dependencies: - '@antfu/eslint-config-basic': 0.6.3_eslint@7.25.0 - '@typescript-eslint/eslint-plugin': 4.22.0_e3b52a83531895e7febd6ecd5ba813eb - '@typescript-eslint/parser': 4.22.0_eslint@7.25.0+typescript@4.2.4 - eslint: 7.25.0 + '@antfu/eslint-config-basic': 0.6.5_eslint@7.26.0 + '@typescript-eslint/eslint-plugin': 4.22.1_b96c9280c6ac79e4dfcda76a733858e3 + '@typescript-eslint/parser': 4.22.1_eslint@7.26.0+typescript@4.2.4 + eslint: 7.26.0 typescript: 4.2.4 transitivePeerDependencies: - supports-color dev: true - /@antfu/eslint-config-vue/0.6.4_eslint@7.25.0+typescript@4.2.4: - resolution: {integrity: sha512-D9VgKAxVuHEFuS8rAyxXYtd4CMTR8u2vJ5X2XrBRl5nWo0LTFAWLOrRjB6cGgSMaYfiFDfXx8sjfobcWav4GzQ==} + /@antfu/eslint-config-vue/0.6.5_eslint@7.26.0+typescript@4.2.4: + resolution: {integrity: sha512-bt32OW58u4Po76dkr3xGb5jGdXus7kQbTdrX7CfZOo9I/EzYXm4Vm80L4eB99RUfx2aRvsF8ADXfmONSQQ5lvA==} peerDependencies: eslint: '>=7.4.0' dependencies: - '@antfu/eslint-config-ts': 0.6.4_eslint@7.25.0+typescript@4.2.4 - eslint: 7.25.0 - eslint-plugin-vue: 7.7.0_eslint@7.25.0 + '@antfu/eslint-config-ts': 0.6.5_eslint@7.26.0+typescript@4.2.4 + eslint: 7.26.0 + eslint-plugin-vue: 7.7.0_eslint@7.26.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@antfu/eslint-config/0.6.4_eslint@7.25.0+typescript@4.2.4: - resolution: {integrity: sha512-+/WGzSHwqB9PoNF80uwl/ctfE2cyjIU7fngcjMC1uxtUBLhyjNRKx6DY96l5zpxYubeXM14Q04Ol96sHRQw5zA==} + /@antfu/eslint-config/0.6.5_eslint@7.26.0+typescript@4.2.4: + resolution: {integrity: sha512-zCy9Zg54DJ5UfWYTX568jBmKAGgXGSQJneRyG1bX13ifgQlWQwdvu0OF/eggEOkUORVHuu/YeHtex60lRmzJcw==} peerDependencies: eslint: '>=7.4.0' dependencies: - '@antfu/eslint-config-react': 0.6.4_eslint@7.25.0+typescript@4.2.4 - '@antfu/eslint-config-vue': 0.6.4_eslint@7.25.0+typescript@4.2.4 - eslint: 7.25.0 + '@antfu/eslint-config-react': 0.6.5_eslint@7.26.0+typescript@4.2.4 + '@antfu/eslint-config-vue': 0.6.5_eslint@7.26.0+typescript@4.2.4 + eslint: 7.26.0 transitivePeerDependencies: - supports-color - typescript @@ -148,32 +148,32 @@ packages: /@babel/code-frame/7.12.11: resolution: {integrity: sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==} dependencies: - '@babel/highlight': 7.13.10 + '@babel/highlight': 7.14.0 dev: true /@babel/code-frame/7.12.13: resolution: {integrity: sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g==} dependencies: - '@babel/highlight': 7.13.10 + '@babel/highlight': 7.14.0 dev: true - /@babel/compat-data/7.13.15: - resolution: {integrity: sha512-ltnibHKR1VnrU4ymHyQ/CXtNXI6yZC0oJThyW78Hft8XndANwi+9H+UIklBDraIjFEJzw8wmcM427oDd9KS5wA==} + /@babel/compat-data/7.14.0: + resolution: {integrity: sha512-vu9V3uMM/1o5Hl5OekMUowo3FqXLJSw+s+66nt0fSWVWTtmosdzn45JHOB3cPtZoe6CTBDzvSw0RdOY85Q37+Q==} dev: true - /@babel/core/7.13.16: - resolution: {integrity: sha512-sXHpixBiWWFti0AV2Zq7avpTasr6sIAu7Y396c608541qAU2ui4a193m0KSQmfPSKFZLnQ3cvlKDOm3XkuXm3Q==} + /@babel/core/7.14.0: + resolution: {integrity: sha512-8YqpRig5NmIHlMLw09zMlPTvUVMILjqCOtVgu+TVNWEBvy9b5I3RRyhqnrV4hjgEK7n8P9OqvkWJAFmEL6Wwfw==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.12.13 - '@babel/generator': 7.13.16 - '@babel/helper-compilation-targets': 7.13.16_@babel+core@7.13.16 - '@babel/helper-module-transforms': 7.13.14 - '@babel/helpers': 7.13.17 - '@babel/parser': 7.13.16 + '@babel/generator': 7.14.1 + '@babel/helper-compilation-targets': 7.13.16_@babel+core@7.14.0 + '@babel/helper-module-transforms': 7.14.0 + '@babel/helpers': 7.14.0 + '@babel/parser': 7.14.1 '@babel/template': 7.12.13 - '@babel/traverse': 7.13.17 - '@babel/types': 7.13.17 + '@babel/traverse': 7.14.0 + '@babel/types': 7.14.1 convert-source-map: 1.7.0 debug: 4.3.2 gensync: 1.0.0-beta.2 @@ -184,24 +184,24 @@ packages: - supports-color dev: true - /@babel/eslint-parser/7.13.14_898a7a025c5413b619a892ba97f73e55: + /@babel/eslint-parser/7.13.14_@babel+core@7.14.0+eslint@7.26.0: resolution: {integrity: sha512-I0HweR36D73Ibn/FfrRDMKlMqJHFwidIUgYdMpH+aXYuQC+waq59YaJ6t9e9N36axJ82v1jR041wwqDrDXEwRA==} 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.13.16 - eslint: 7.25.0 + '@babel/core': 7.14.0 + eslint: 7.26.0 eslint-scope: 5.1.1 eslint-visitor-keys: 1.3.0 semver: 6.3.0 dev: true - /@babel/generator/7.13.16: - resolution: {integrity: sha512-grBBR75UnKOcUWMp8WoDxNsWCFl//XCK6HWTrBQKTr5SV9f5g0pNOjdyzi/DTBv12S9GnYPInIXQBTky7OXEMg==} + /@babel/generator/7.14.1: + resolution: {integrity: sha512-TMGhsXMXCP/O1WtQmZjpEYDhCYC9vFhayWZPJSZCGkPJgUqX0rF0wwtrYvnzVxIjcF80tkUertXVk5cwqi5cAQ==} dependencies: - '@babel/types': 7.13.17 + '@babel/types': 7.14.1 jsesc: 2.5.2 source-map: 0.5.7 dev: true @@ -209,34 +209,35 @@ packages: /@babel/helper-annotate-as-pure/7.12.13: resolution: {integrity: sha512-7YXfX5wQ5aYM/BOlbSccHDbuXXFPxeoUmfWtz8le2yTkTZc+BxsiEnENFoi2SlmA8ewDkG2LgIMIVzzn2h8kfw==} dependencies: - '@babel/types': 7.13.17 + '@babel/types': 7.14.1 dev: true /@babel/helper-builder-binary-assignment-operator-visitor/7.12.13: resolution: {integrity: sha512-CZOv9tGphhDRlVjVkAgm8Nhklm9RzSmWpX2my+t7Ua/KT616pEzXsQCjinzvkRvHWJ9itO4f296efroX23XCMA==} dependencies: '@babel/helper-explode-assignable-expression': 7.13.0 - '@babel/types': 7.13.17 + '@babel/types': 7.14.1 dev: true - /@babel/helper-compilation-targets/7.13.16_@babel+core@7.13.16: + /@babel/helper-compilation-targets/7.13.16_@babel+core@7.14.0: resolution: {integrity: sha512-3gmkYIrpqsLlieFwjkGgLaSHmhnvlAYzZLlYVjlW+QwI+1zE17kGxuJGmIqDQdYp56XdmGeD+Bswx0UTyG18xA==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/compat-data': 7.13.15 - '@babel/core': 7.13.16 + '@babel/compat-data': 7.14.0 + '@babel/core': 7.14.0 '@babel/helper-validator-option': 7.12.17 - browserslist: 4.16.5 + browserslist: 4.16.6 semver: 6.3.0 dev: true - /@babel/helper-create-class-features-plugin/7.13.11_@babel+core@7.13.16: - resolution: {integrity: sha512-ays0I7XYq9xbjCSvT+EvysLgfc3tOkwCULHjrnscGT3A9qD4sk3wXnJ3of0MAWsWGjdinFvajHU2smYuqXKMrw==} + /@babel/helper-create-class-features-plugin/7.14.1_@babel+core@7.14.0: + resolution: {integrity: sha512-r8rsUahG4ywm0QpGcCrLaUSOuNAISR3IZCg4Fx05Ozq31aCUrQsTLH6KPxy0N5ULoQ4Sn9qjNdGNtbPWAC6hYg==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.13.16 + '@babel/core': 7.14.0 + '@babel/helper-annotate-as-pure': 7.12.13 '@babel/helper-function-name': 7.12.13 '@babel/helper-member-expression-to-functions': 7.13.12 '@babel/helper-optimise-call-expression': 7.12.13 @@ -246,27 +247,27 @@ packages: - supports-color dev: true - /@babel/helper-create-regexp-features-plugin/7.12.17_@babel+core@7.13.16: + /@babel/helper-create-regexp-features-plugin/7.12.17_@babel+core@7.14.0: resolution: {integrity: sha512-p2VGmBu9oefLZ2nQpgnEnG0ZlRPvL8gAGvPUMQwUdaE8k49rOMuZpOwdQoy5qJf6K8jL3bcAMhVUlHAjIgJHUg==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.13.16 + '@babel/core': 7.14.0 '@babel/helper-annotate-as-pure': 7.12.13 regexpu-core: 4.7.1 dev: true - /@babel/helper-define-polyfill-provider/0.2.0_@babel+core@7.13.16: + /@babel/helper-define-polyfill-provider/0.2.0_@babel+core@7.14.0: resolution: {integrity: sha512-JT8tHuFjKBo8NnaUbblz7mIu1nnvUDiHVjXXkulZULyidvo/7P6TY7+YqpV37IfF+KUFxmlK04elKtGKXaiVgw==} peerDependencies: '@babel/core': ^7.4.0-0 dependencies: - '@babel/core': 7.13.16 - '@babel/helper-compilation-targets': 7.13.16_@babel+core@7.13.16 + '@babel/core': 7.14.0 + '@babel/helper-compilation-targets': 7.13.16_@babel+core@7.14.0 '@babel/helper-module-imports': 7.13.12 '@babel/helper-plugin-utils': 7.13.0 - '@babel/traverse': 7.13.17 - debug: 4.3.1 + '@babel/traverse': 7.14.0 + debug: 4.3.2 lodash.debounce: 4.0.8 resolve: 1.20.0 semver: 6.3.0 @@ -277,7 +278,7 @@ packages: /@babel/helper-explode-assignable-expression/7.13.0: resolution: {integrity: sha512-qS0peLTDP8kOisG1blKbaoBg/o9OSa1qoumMjTK5pM+KDTtpxpsiubnCGP34vK8BXGcb2M9eigwgvoJryrzwWA==} dependencies: - '@babel/types': 7.13.17 + '@babel/types': 7.14.1 dev: true /@babel/helper-function-name/7.12.13: @@ -285,20 +286,20 @@ packages: dependencies: '@babel/helper-get-function-arity': 7.12.13 '@babel/template': 7.12.13 - '@babel/types': 7.13.17 + '@babel/types': 7.14.1 dev: true /@babel/helper-get-function-arity/7.12.13: resolution: {integrity: sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg==} dependencies: - '@babel/types': 7.13.17 + '@babel/types': 7.14.1 dev: true /@babel/helper-hoist-variables/7.13.16: resolution: {integrity: sha512-1eMtTrXtrwscjcAeO4BVK+vvkxaLJSPFz1w1KLawz6HLNi9bPFGBNwwDyVfiu1Tv/vRRFYfoGaKhmAQPGPn5Wg==} dependencies: - '@babel/traverse': 7.13.17 - '@babel/types': 7.13.17 + '@babel/traverse': 7.14.0 + '@babel/types': 7.14.1 transitivePeerDependencies: - supports-color dev: true @@ -306,26 +307,26 @@ packages: /@babel/helper-member-expression-to-functions/7.13.12: resolution: {integrity: sha512-48ql1CLL59aKbU94Y88Xgb2VFy7a95ykGRbJJaaVv+LX5U8wFpLfiGXJJGUozsmA1oEh/o5Bp60Voq7ACyA/Sw==} dependencies: - '@babel/types': 7.13.17 + '@babel/types': 7.14.1 dev: true /@babel/helper-module-imports/7.13.12: resolution: {integrity: sha512-4cVvR2/1B693IuOvSI20xqqa/+bl7lqAMR59R4iu39R9aOX8/JoYY1sFaNvUMyMBGnHdwvJgUrzNLoUZxXypxA==} dependencies: - '@babel/types': 7.13.17 + '@babel/types': 7.14.1 dev: true - /@babel/helper-module-transforms/7.13.14: - resolution: {integrity: sha512-QuU/OJ0iAOSIatyVZmfqB0lbkVP0kDRiKj34xy+QNsnVZi/PA6BoSoreeqnxxa9EHFAIL0R9XOaAR/G9WlIy5g==} + /@babel/helper-module-transforms/7.14.0: + resolution: {integrity: sha512-L40t9bxIuGOfpIGA3HNkJhU9qYrf4y5A5LUSw7rGMSn+pcG8dfJ0g6Zval6YJGd2nEjI7oP00fRdnhLKndx6bw==} dependencies: '@babel/helper-module-imports': 7.13.12 '@babel/helper-replace-supers': 7.13.12 '@babel/helper-simple-access': 7.13.12 '@babel/helper-split-export-declaration': 7.12.13 - '@babel/helper-validator-identifier': 7.12.11 + '@babel/helper-validator-identifier': 7.14.0 '@babel/template': 7.12.13 - '@babel/traverse': 7.13.17 - '@babel/types': 7.13.17 + '@babel/traverse': 7.14.0 + '@babel/types': 7.14.1 transitivePeerDependencies: - supports-color dev: true @@ -333,7 +334,7 @@ packages: /@babel/helper-optimise-call-expression/7.12.13: resolution: {integrity: sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA==} dependencies: - '@babel/types': 7.13.17 + '@babel/types': 7.14.1 dev: true /@babel/helper-plugin-utils/7.13.0: @@ -345,7 +346,7 @@ packages: dependencies: '@babel/helper-annotate-as-pure': 7.12.13 '@babel/helper-wrap-function': 7.13.0 - '@babel/types': 7.13.17 + '@babel/types': 7.14.1 transitivePeerDependencies: - supports-color dev: true @@ -355,8 +356,8 @@ packages: dependencies: '@babel/helper-member-expression-to-functions': 7.13.12 '@babel/helper-optimise-call-expression': 7.12.13 - '@babel/traverse': 7.13.17 - '@babel/types': 7.13.17 + '@babel/traverse': 7.14.0 + '@babel/types': 7.14.1 transitivePeerDependencies: - supports-color dev: true @@ -364,23 +365,23 @@ packages: /@babel/helper-simple-access/7.13.12: resolution: {integrity: sha512-7FEjbrx5SL9cWvXioDbnlYTppcZGuCY6ow3/D5vMggb2Ywgu4dMrpTJX0JdQAIcRRUElOIxF3yEooa9gUb9ZbA==} dependencies: - '@babel/types': 7.13.17 + '@babel/types': 7.14.1 dev: true /@babel/helper-skip-transparent-expression-wrappers/7.12.1: resolution: {integrity: sha512-Mf5AUuhG1/OCChOJ/HcADmvcHM42WJockombn8ATJG3OnyiSxBK/Mm5x78BQWvmtXZKHgbjdGL2kin/HOLlZGA==} dependencies: - '@babel/types': 7.13.17 + '@babel/types': 7.14.1 dev: true /@babel/helper-split-export-declaration/7.12.13: resolution: {integrity: sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg==} dependencies: - '@babel/types': 7.13.17 + '@babel/types': 7.14.1 dev: true - /@babel/helper-validator-identifier/7.12.11: - resolution: {integrity: sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==} + /@babel/helper-validator-identifier/7.14.0: + resolution: {integrity: sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==} /@babel/helper-validator-option/7.12.17: resolution: {integrity: sha512-TopkMDmLzq8ngChwRlyjR6raKD6gMSae4JdYDB8bByKreQgG0RBTuKe9LRxW3wFtUnjxOPRKBDwEH6Mg5KeDfw==} @@ -391,311 +392,353 @@ packages: dependencies: '@babel/helper-function-name': 7.12.13 '@babel/template': 7.12.13 - '@babel/traverse': 7.13.17 - '@babel/types': 7.13.17 + '@babel/traverse': 7.14.0 + '@babel/types': 7.14.1 transitivePeerDependencies: - supports-color dev: true - /@babel/helpers/7.13.17: - resolution: {integrity: sha512-Eal4Gce4kGijo1/TGJdqp3WuhllaMLSrW6XcL0ulyUAQOuxHcCafZE8KHg9857gcTehsm/v7RcOx2+jp0Ryjsg==} + /@babel/helpers/7.14.0: + resolution: {integrity: sha512-+ufuXprtQ1D1iZTO/K9+EBRn+qPWMJjZSw/S0KlFrxCw4tkrzv9grgpDHkY9MeQTjTY8i2sp7Jep8DfU6tN9Mg==} dependencies: '@babel/template': 7.12.13 - '@babel/traverse': 7.13.17 - '@babel/types': 7.13.17 + '@babel/traverse': 7.14.0 + '@babel/types': 7.14.1 transitivePeerDependencies: - supports-color dev: true - /@babel/highlight/7.13.10: - resolution: {integrity: sha512-5aPpe5XQPzflQrFwL1/QoeHkP2MsA4JCntcXHRhEsdsfPVkvPi2w7Qix4iV7t5S/oC9OodGrggd8aco1g3SZFg==} + /@babel/highlight/7.14.0: + resolution: {integrity: sha512-YSCOwxvTYEIMSGaBQb5kDDsCopDdiUGsqpatp3fOlI4+2HQSkTmEVWnVuySdAC5EWCqSWWTv0ib63RjR7dTBdg==} dependencies: - '@babel/helper-validator-identifier': 7.12.11 + '@babel/helper-validator-identifier': 7.14.0 chalk: 2.4.2 js-tokens: 4.0.0 dev: true - /@babel/parser/7.13.16: - resolution: {integrity: sha512-6bAg36mCwuqLO0hbR+z7PHuqWiCeP7Dzg73OpQwsAB1Eb8HnGEz5xYBzCfbu+YjoaJsJs+qheDxVAuqbt3ILEw==} + /@babel/parser/7.14.1: + resolution: {integrity: sha512-muUGEKu8E/ftMTPlNp+mc6zL3E9zKWmF5sDHZ5MSsoTP9Wyz64AhEf9kD08xYJ7w6Hdcu8H550ircnPyWSIF0Q==} engines: {node: '>=6.0.0'} hasBin: true - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.13.12_@babel+core@7.13.16: + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.13.12_@babel+core@7.14.0: resolution: {integrity: sha512-d0u3zWKcoZf379fOeJdr1a5WPDny4aOFZ6hlfKivgK0LY7ZxNfoaHL2fWwdGtHyVvra38FC+HVYkO+byfSA8AQ==} peerDependencies: '@babel/core': ^7.13.0 dependencies: - '@babel/core': 7.13.16 + '@babel/core': 7.14.0 '@babel/helper-plugin-utils': 7.13.0 '@babel/helper-skip-transparent-expression-wrappers': 7.12.1 - '@babel/plugin-proposal-optional-chaining': 7.13.12_@babel+core@7.13.16 + '@babel/plugin-proposal-optional-chaining': 7.13.12_@babel+core@7.14.0 dev: true - /@babel/plugin-proposal-async-generator-functions/7.13.15_@babel+core@7.13.16: + /@babel/plugin-proposal-async-generator-functions/7.13.15_@babel+core@7.14.0: resolution: {integrity: sha512-VapibkWzFeoa6ubXy/NgV5U2U4MVnUlvnx6wo1XhlsaTrLYWE0UFpDQsVrmn22q5CzeloqJ8gEMHSKxuee6ZdA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.16 + '@babel/core': 7.14.0 '@babel/helper-plugin-utils': 7.13.0 '@babel/helper-remap-async-to-generator': 7.13.0 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.13.16 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.14.0 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-class-properties/7.13.0_@babel+core@7.13.16: + /@babel/plugin-proposal-class-properties/7.13.0_@babel+core@7.14.0: resolution: {integrity: sha512-KnTDjFNC1g+45ka0myZNvSBFLhNCLN+GeGYLDEA8Oq7MZ6yMgfLoIRh86GRT0FjtJhZw8JyUskP9uvj5pHM9Zg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.16 - '@babel/helper-create-class-features-plugin': 7.13.11_@babel+core@7.13.16 + '@babel/core': 7.14.0 + '@babel/helper-create-class-features-plugin': 7.14.1_@babel+core@7.14.0 '@babel/helper-plugin-utils': 7.13.0 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-dynamic-import/7.13.8_@babel+core@7.13.16: + /@babel/plugin-proposal-class-static-block/7.13.11_@babel+core@7.14.0: + resolution: {integrity: sha512-fJTdFI4bfnMjvxJyNuaf8i9mVcZ0UhetaGEUHaHV9KEnibLugJkZAtXikR8KcYj+NYmI4DZMS8yQAyg+hvfSqg==} + peerDependencies: + '@babel/core': ^7.12.0 + dependencies: + '@babel/core': 7.14.0 + '@babel/helper-plugin-utils': 7.13.0 + '@babel/plugin-syntax-class-static-block': 7.12.13_@babel+core@7.14.0 + dev: true + + /@babel/plugin-proposal-dynamic-import/7.13.8_@babel+core@7.14.0: resolution: {integrity: sha512-ONWKj0H6+wIRCkZi9zSbZtE/r73uOhMVHh256ys0UzfM7I3d4n+spZNWjOnJv2gzopumP2Wxi186vI8N0Y2JyQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.16 + '@babel/core': 7.14.0 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.13.16 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.14.0 dev: true - /@babel/plugin-proposal-export-namespace-from/7.12.13_@babel+core@7.13.16: + /@babel/plugin-proposal-export-namespace-from/7.12.13_@babel+core@7.14.0: resolution: {integrity: sha512-INAgtFo4OnLN3Y/j0VwAgw3HDXcDtX+C/erMvWzuV9v71r7urb6iyMXu7eM9IgLr1ElLlOkaHjJ0SbCmdOQ3Iw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.16 + '@babel/core': 7.14.0 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.13.16 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.14.0 dev: true - /@babel/plugin-proposal-json-strings/7.13.8_@babel+core@7.13.16: + /@babel/plugin-proposal-json-strings/7.13.8_@babel+core@7.14.0: resolution: {integrity: sha512-w4zOPKUFPX1mgvTmL/fcEqy34hrQ1CRcGxdphBc6snDnnqJ47EZDIyop6IwXzAC8G916hsIuXB2ZMBCExC5k7Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.16 + '@babel/core': 7.14.0 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.13.16 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.14.0 dev: true - /@babel/plugin-proposal-logical-assignment-operators/7.13.8_@babel+core@7.13.16: + /@babel/plugin-proposal-logical-assignment-operators/7.13.8_@babel+core@7.14.0: resolution: {integrity: sha512-aul6znYB4N4HGweImqKn59Su9RS8lbUIqxtXTOcAGtNIDczoEFv+l1EhmX8rUBp3G1jMjKJm8m0jXVp63ZpS4A==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.16 + '@babel/core': 7.14.0 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.13.16 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.14.0 dev: true - /@babel/plugin-proposal-nullish-coalescing-operator/7.13.8_@babel+core@7.13.16: + /@babel/plugin-proposal-nullish-coalescing-operator/7.13.8_@babel+core@7.14.0: resolution: {integrity: sha512-iePlDPBn//UhxExyS9KyeYU7RM9WScAG+D3Hhno0PLJebAEpDZMocbDe64eqynhNAnwz/vZoL/q/QB2T1OH39A==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.16 + '@babel/core': 7.14.0 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.13.16 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.14.0 dev: true - /@babel/plugin-proposal-numeric-separator/7.12.13_@babel+core@7.13.16: + /@babel/plugin-proposal-numeric-separator/7.12.13_@babel+core@7.14.0: resolution: {integrity: sha512-O1jFia9R8BUCl3ZGB7eitaAPu62TXJRHn7rh+ojNERCFyqRwJMTmhz+tJ+k0CwI6CLjX/ee4qW74FSqlq9I35w==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.16 + '@babel/core': 7.14.0 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.13.16 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.14.0 dev: true - /@babel/plugin-proposal-object-rest-spread/7.13.8_@babel+core@7.13.16: + /@babel/plugin-proposal-object-rest-spread/7.13.8_@babel+core@7.14.0: resolution: {integrity: sha512-DhB2EuB1Ih7S3/IRX5AFVgZ16k3EzfRbq97CxAVI1KSYcW+lexV8VZb7G7L8zuPVSdQMRn0kiBpf/Yzu9ZKH0g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.13.15 - '@babel/core': 7.13.16 - '@babel/helper-compilation-targets': 7.13.16_@babel+core@7.13.16 + '@babel/compat-data': 7.14.0 + '@babel/core': 7.14.0 + '@babel/helper-compilation-targets': 7.13.16_@babel+core@7.14.0 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.13.16 - '@babel/plugin-transform-parameters': 7.13.0_@babel+core@7.13.16 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.14.0 + '@babel/plugin-transform-parameters': 7.13.0_@babel+core@7.14.0 dev: true - /@babel/plugin-proposal-optional-catch-binding/7.13.8_@babel+core@7.13.16: + /@babel/plugin-proposal-optional-catch-binding/7.13.8_@babel+core@7.14.0: resolution: {integrity: sha512-0wS/4DUF1CuTmGo+NiaHfHcVSeSLj5S3e6RivPTg/2k3wOv3jO35tZ6/ZWsQhQMvdgI7CwphjQa/ccarLymHVA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.16 + '@babel/core': 7.14.0 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.13.16 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.14.0 dev: true - /@babel/plugin-proposal-optional-chaining/7.13.12_@babel+core@7.13.16: + /@babel/plugin-proposal-optional-chaining/7.13.12_@babel+core@7.14.0: resolution: {integrity: sha512-fcEdKOkIB7Tf4IxrgEVeFC4zeJSTr78no9wTdBuZZbqF64kzllU0ybo2zrzm7gUQfxGhBgq4E39oRs8Zx/RMYQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.16 + '@babel/core': 7.14.0 '@babel/helper-plugin-utils': 7.13.0 '@babel/helper-skip-transparent-expression-wrappers': 7.12.1 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.13.16 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.14.0 dev: true - /@babel/plugin-proposal-private-methods/7.13.0_@babel+core@7.13.16: + /@babel/plugin-proposal-private-methods/7.13.0_@babel+core@7.14.0: resolution: {integrity: sha512-MXyyKQd9inhx1kDYPkFRVOBXQ20ES8Pto3T7UZ92xj2mY0EVD8oAVzeyYuVfy/mxAdTSIayOvg+aVzcHV2bn6Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.16 - '@babel/helper-create-class-features-plugin': 7.13.11_@babel+core@7.13.16 + '@babel/core': 7.14.0 + '@babel/helper-create-class-features-plugin': 7.14.1_@babel+core@7.14.0 '@babel/helper-plugin-utils': 7.13.0 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-unicode-property-regex/7.12.13_@babel+core@7.13.16: + /@babel/plugin-proposal-private-property-in-object/7.14.0_@babel+core@7.14.0: + resolution: {integrity: sha512-59ANdmEwwRUkLjB7CRtwJxxwtjESw+X2IePItA+RGQh+oy5RmpCh/EvVVvh5XQc3yxsm5gtv0+i9oBZhaDNVTg==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.14.0 + '@babel/helper-annotate-as-pure': 7.12.13 + '@babel/helper-create-class-features-plugin': 7.14.1_@babel+core@7.14.0 + '@babel/helper-plugin-utils': 7.13.0 + '@babel/plugin-syntax-private-property-in-object': 7.14.0_@babel+core@7.14.0 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/plugin-proposal-unicode-property-regex/7.12.13_@babel+core@7.14.0: resolution: {integrity: sha512-XyJmZidNfofEkqFV5VC/bLabGmO5QzenPO/YOfGuEbgU+2sSwMmio3YLb4WtBgcmmdwZHyVyv8on77IUjQ5Gvg==} engines: {node: '>=4'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.16 - '@babel/helper-create-regexp-features-plugin': 7.12.17_@babel+core@7.13.16 + '@babel/core': 7.14.0 + '@babel/helper-create-regexp-features-plugin': 7.12.17_@babel+core@7.14.0 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.13.16: + /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.14.0: resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.16 + '@babel/core': 7.14.0 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.13.16: + /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.14.0: resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.16 + '@babel/core': 7.14.0 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.13.16: + /@babel/plugin-syntax-class-static-block/7.12.13_@babel+core@7.14.0: + resolution: {integrity: sha512-ZmKQ0ZXR0nYpHZIIuj9zE7oIqCx2hw9TKi+lIo73NNrMPAZGHfS92/VRV0ZmPj6H2ffBgyFHXvJ5NYsNeEaP2A==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.14.0 + '@babel/helper-plugin-utils': 7.13.0 + dev: true + + /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.14.0: resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.16 + '@babel/core': 7.14.0 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.13.16: + /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.14.0: resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.16 + '@babel/core': 7.14.0 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.13.16: + /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.14.0: resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.16 + '@babel/core': 7.14.0 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.13.16: + /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.14.0: resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.16 + '@babel/core': 7.14.0 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.13.16: + /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.14.0: resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.16 + '@babel/core': 7.14.0 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.13.16: + /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.14.0: resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.16 + '@babel/core': 7.14.0 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.13.16: + /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.14.0: resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.16 + '@babel/core': 7.14.0 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.13.16: + /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.14.0: resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.16 + '@babel/core': 7.14.0 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.13.16: + /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.14.0: resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.16 + '@babel/core': 7.14.0 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-syntax-top-level-await/7.12.13_@babel+core@7.13.16: + /@babel/plugin-syntax-private-property-in-object/7.14.0_@babel+core@7.14.0: + resolution: {integrity: sha512-bda3xF8wGl5/5btF794utNOL0Jw+9jE5C1sLZcoK7c4uonE/y3iQiyG+KbkF3WBV/paX58VCpjhxLPkdj5Fe4w==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.14.0 + '@babel/helper-plugin-utils': 7.13.0 + dev: true + + /@babel/plugin-syntax-top-level-await/7.12.13_@babel+core@7.14.0: resolution: {integrity: sha512-A81F9pDwyS7yM//KwbCSDqy3Uj4NMIurtplxphWxoYtNPov7cJsDkAFNNyVlIZ3jwGycVsurZ+LtOA8gZ376iQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.16 + '@babel/core': 7.14.0 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-transform-arrow-functions/7.13.0_@babel+core@7.13.16: + /@babel/plugin-transform-arrow-functions/7.13.0_@babel+core@7.14.0: resolution: {integrity: sha512-96lgJagobeVmazXFaDrbmCLQxBysKu7U6Do3mLsx27gf5Dk85ezysrs2BZUpXD703U/Su1xTBDxxar2oa4jAGg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.16 + '@babel/core': 7.14.0 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-transform-async-to-generator/7.13.0_@babel+core@7.13.16: + /@babel/plugin-transform-async-to-generator/7.13.0_@babel+core@7.14.0: resolution: {integrity: sha512-3j6E004Dx0K3eGmhxVJxwwI89CTJrce7lg3UrtFuDAVQ/2+SJ/h/aSFOeE6/n0WB1GsOffsJp6MnPQNQ8nmwhg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.16 + '@babel/core': 7.14.0 '@babel/helper-module-imports': 7.13.12 '@babel/helper-plugin-utils': 7.13.0 '@babel/helper-remap-async-to-generator': 7.13.0 @@ -703,30 +746,30 @@ packages: - supports-color dev: true - /@babel/plugin-transform-block-scoped-functions/7.12.13_@babel+core@7.13.16: + /@babel/plugin-transform-block-scoped-functions/7.12.13_@babel+core@7.14.0: resolution: {integrity: sha512-zNyFqbc3kI/fVpqwfqkg6RvBgFpC4J18aKKMmv7KdQ/1GgREapSJAykLMVNwfRGO3BtHj3YQZl8kxCXPcVMVeg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.16 + '@babel/core': 7.14.0 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-transform-block-scoping/7.13.16_@babel+core@7.13.16: - resolution: {integrity: sha512-ad3PHUxGnfWF4Efd3qFuznEtZKoBp0spS+DgqzVzRPV7urEBvPLue3y2j80w4Jf2YLzZHj8TOv/Lmvdmh3b2xg==} + /@babel/plugin-transform-block-scoping/7.14.1_@babel+core@7.14.0: + resolution: {integrity: sha512-2mQXd0zBrwfp0O1moWIhPpEeTKDvxyHcnma3JATVP1l+CctWBuot6OJG8LQ4DnBj4ZZPSmlb/fm4mu47EOAnVA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.16 + '@babel/core': 7.14.0 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-transform-classes/7.13.0_@babel+core@7.13.16: + /@babel/plugin-transform-classes/7.13.0_@babel+core@7.14.0: resolution: {integrity: sha512-9BtHCPUARyVH1oXGcSJD3YpsqRLROJx5ZNP6tN5vnk17N0SVf9WCtf8Nuh1CFmgByKKAIMstitKduoCmsaDK5g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.16 + '@babel/core': 7.14.0 '@babel/helper-annotate-as-pure': 7.12.13 '@babel/helper-function-name': 7.12.13 '@babel/helper-optimise-call-expression': 7.12.13 @@ -738,110 +781,110 @@ packages: - supports-color dev: true - /@babel/plugin-transform-computed-properties/7.13.0_@babel+core@7.13.16: + /@babel/plugin-transform-computed-properties/7.13.0_@babel+core@7.14.0: resolution: {integrity: sha512-RRqTYTeZkZAz8WbieLTvKUEUxZlUTdmL5KGMyZj7FnMfLNKV4+r5549aORG/mgojRmFlQMJDUupwAMiF2Q7OUg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.16 + '@babel/core': 7.14.0 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-transform-destructuring/7.13.17_@babel+core@7.13.16: + /@babel/plugin-transform-destructuring/7.13.17_@babel+core@7.14.0: resolution: {integrity: sha512-UAUqiLv+uRLO+xuBKKMEpC+t7YRNVRqBsWWq1yKXbBZBje/t3IXCiSinZhjn/DC3qzBfICeYd2EFGEbHsh5RLA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.16 + '@babel/core': 7.14.0 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-transform-dotall-regex/7.12.13_@babel+core@7.13.16: + /@babel/plugin-transform-dotall-regex/7.12.13_@babel+core@7.14.0: resolution: {integrity: sha512-foDrozE65ZFdUC2OfgeOCrEPTxdB3yjqxpXh8CH+ipd9CHd4s/iq81kcUpyH8ACGNEPdFqbtzfgzbT/ZGlbDeQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.16 - '@babel/helper-create-regexp-features-plugin': 7.12.17_@babel+core@7.13.16 + '@babel/core': 7.14.0 + '@babel/helper-create-regexp-features-plugin': 7.12.17_@babel+core@7.14.0 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-transform-duplicate-keys/7.12.13_@babel+core@7.13.16: + /@babel/plugin-transform-duplicate-keys/7.12.13_@babel+core@7.14.0: resolution: {integrity: sha512-NfADJiiHdhLBW3pulJlJI2NB0t4cci4WTZ8FtdIuNc2+8pslXdPtRRAEWqUY+m9kNOk2eRYbTAOipAxlrOcwwQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.16 + '@babel/core': 7.14.0 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-transform-exponentiation-operator/7.12.13_@babel+core@7.13.16: + /@babel/plugin-transform-exponentiation-operator/7.12.13_@babel+core@7.14.0: resolution: {integrity: sha512-fbUelkM1apvqez/yYx1/oICVnGo2KM5s63mhGylrmXUxK/IAXSIf87QIxVfZldWf4QsOafY6vV3bX8aMHSvNrA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.16 + '@babel/core': 7.14.0 '@babel/helper-builder-binary-assignment-operator-visitor': 7.12.13 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-transform-for-of/7.13.0_@babel+core@7.13.16: + /@babel/plugin-transform-for-of/7.13.0_@babel+core@7.14.0: resolution: {integrity: sha512-IHKT00mwUVYE0zzbkDgNRP6SRzvfGCYsOxIRz8KsiaaHCcT9BWIkO+H9QRJseHBLOGBZkHUdHiqj6r0POsdytg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.16 + '@babel/core': 7.14.0 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-transform-function-name/7.12.13_@babel+core@7.13.16: + /@babel/plugin-transform-function-name/7.12.13_@babel+core@7.14.0: resolution: {integrity: sha512-6K7gZycG0cmIwwF7uMK/ZqeCikCGVBdyP2J5SKNCXO5EOHcqi+z7Jwf8AmyDNcBgxET8DrEtCt/mPKPyAzXyqQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.16 + '@babel/core': 7.14.0 '@babel/helper-function-name': 7.12.13 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-transform-literals/7.12.13_@babel+core@7.13.16: + /@babel/plugin-transform-literals/7.12.13_@babel+core@7.14.0: resolution: {integrity: sha512-FW+WPjSR7hiUxMcKqyNjP05tQ2kmBCdpEpZHY1ARm96tGQCCBvXKnpjILtDplUnJ/eHZ0lALLM+d2lMFSpYJrQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.16 + '@babel/core': 7.14.0 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-transform-member-expression-literals/7.12.13_@babel+core@7.13.16: + /@babel/plugin-transform-member-expression-literals/7.12.13_@babel+core@7.14.0: resolution: {integrity: sha512-kxLkOsg8yir4YeEPHLuO2tXP9R/gTjpuTOjshqSpELUN3ZAg2jfDnKUvzzJxObun38sw3wm4Uu69sX/zA7iRvg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.16 + '@babel/core': 7.14.0 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-transform-modules-amd/7.13.0_@babel+core@7.13.16: - resolution: {integrity: sha512-EKy/E2NHhY/6Vw5d1k3rgoobftcNUmp9fGjb9XZwQLtTctsRBOTRO7RHHxfIky1ogMN5BxN7p9uMA3SzPfotMQ==} + /@babel/plugin-transform-modules-amd/7.14.0_@babel+core@7.14.0: + resolution: {integrity: sha512-CF4c5LX4LQ03LebQxJ5JZes2OYjzBuk1TdiF7cG7d5dK4lAdw9NZmaxq5K/mouUdNeqwz3TNjnW6v01UqUNgpQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.16 - '@babel/helper-module-transforms': 7.13.14 + '@babel/core': 7.14.0 + '@babel/helper-module-transforms': 7.14.0 '@babel/helper-plugin-utils': 7.13.0 babel-plugin-dynamic-import-node: 2.3.3 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-modules-commonjs/7.13.8_@babel+core@7.13.16: - resolution: {integrity: sha512-9QiOx4MEGglfYZ4XOnU79OHr6vIWUakIj9b4mioN8eQIoEh+pf5p/zEB36JpDFWA12nNMiRf7bfoRvl9Rn79Bw==} + /@babel/plugin-transform-modules-commonjs/7.14.0_@babel+core@7.14.0: + resolution: {integrity: sha512-EX4QePlsTaRZQmw9BsoPeyh5OCtRGIhwfLquhxGp5e32w+dyL8htOcDwamlitmNFK6xBZYlygjdye9dbd9rUlQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.16 - '@babel/helper-module-transforms': 7.13.14 + '@babel/core': 7.14.0 + '@babel/helper-module-transforms': 7.14.0 '@babel/helper-plugin-utils': 7.13.0 '@babel/helper-simple-access': 7.13.12 babel-plugin-dynamic-import-node: 2.3.3 @@ -849,258 +892,262 @@ packages: - supports-color dev: true - /@babel/plugin-transform-modules-systemjs/7.13.8_@babel+core@7.13.16: + /@babel/plugin-transform-modules-systemjs/7.13.8_@babel+core@7.14.0: resolution: {integrity: sha512-hwqctPYjhM6cWvVIlOIe27jCIBgHCsdH2xCJVAYQm7V5yTMoilbVMi9f6wKg0rpQAOn6ZG4AOyvCqFF/hUh6+A==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.16 + '@babel/core': 7.14.0 '@babel/helper-hoist-variables': 7.13.16 - '@babel/helper-module-transforms': 7.13.14 + '@babel/helper-module-transforms': 7.14.0 '@babel/helper-plugin-utils': 7.13.0 - '@babel/helper-validator-identifier': 7.12.11 + '@babel/helper-validator-identifier': 7.14.0 babel-plugin-dynamic-import-node: 2.3.3 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-modules-umd/7.13.0_@babel+core@7.13.16: - resolution: {integrity: sha512-D/ILzAh6uyvkWjKKyFE/W0FzWwasv6vPTSqPcjxFqn6QpX3u8DjRVliq4F2BamO2Wee/om06Vyy+vPkNrd4wxw==} + /@babel/plugin-transform-modules-umd/7.14.0_@babel+core@7.14.0: + resolution: {integrity: sha512-nPZdnWtXXeY7I87UZr9VlsWme3Y0cfFFE41Wbxz4bbaexAjNMInXPFUpRRUJ8NoMm0Cw+zxbqjdPmLhcjfazMw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.16 - '@babel/helper-module-transforms': 7.13.14 + '@babel/core': 7.14.0 + '@babel/helper-module-transforms': 7.14.0 '@babel/helper-plugin-utils': 7.13.0 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-named-capturing-groups-regex/7.12.13_@babel+core@7.13.16: + /@babel/plugin-transform-named-capturing-groups-regex/7.12.13_@babel+core@7.14.0: resolution: {integrity: sha512-Xsm8P2hr5hAxyYblrfACXpQKdQbx4m2df9/ZZSQ8MAhsadw06+jW7s9zsSw6he+mJZXRlVMyEnVktJo4zjk1WA==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.13.16 - '@babel/helper-create-regexp-features-plugin': 7.12.17_@babel+core@7.13.16 + '@babel/core': 7.14.0 + '@babel/helper-create-regexp-features-plugin': 7.12.17_@babel+core@7.14.0 dev: true - /@babel/plugin-transform-new-target/7.12.13_@babel+core@7.13.16: + /@babel/plugin-transform-new-target/7.12.13_@babel+core@7.14.0: resolution: {integrity: sha512-/KY2hbLxrG5GTQ9zzZSc3xWiOy379pIETEhbtzwZcw9rvuaVV4Fqy7BYGYOWZnaoXIQYbbJ0ziXLa/sKcGCYEQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.16 + '@babel/core': 7.14.0 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-transform-object-super/7.12.13_@babel+core@7.13.16: + /@babel/plugin-transform-object-super/7.12.13_@babel+core@7.14.0: resolution: {integrity: sha512-JzYIcj3XtYspZDV8j9ulnoMPZZnF/Cj0LUxPOjR89BdBVx+zYJI9MdMIlUZjbXDX+6YVeS6I3e8op+qQ3BYBoQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.16 + '@babel/core': 7.14.0 '@babel/helper-plugin-utils': 7.13.0 '@babel/helper-replace-supers': 7.13.12 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-parameters/7.13.0_@babel+core@7.13.16: + /@babel/plugin-transform-parameters/7.13.0_@babel+core@7.14.0: resolution: {integrity: sha512-Jt8k/h/mIwE2JFEOb3lURoY5C85ETcYPnbuAJ96zRBzh1XHtQZfs62ChZ6EP22QlC8c7Xqr9q+e1SU5qttwwjw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.16 + '@babel/core': 7.14.0 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-transform-property-literals/7.12.13_@babel+core@7.13.16: + /@babel/plugin-transform-property-literals/7.12.13_@babel+core@7.14.0: resolution: {integrity: sha512-nqVigwVan+lR+g8Fj8Exl0UQX2kymtjcWfMOYM1vTYEKujeyv2SkMgazf2qNcK7l4SDiKyTA/nHCPqL4e2zo1A==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.16 + '@babel/core': 7.14.0 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-transform-regenerator/7.13.15_@babel+core@7.13.16: + /@babel/plugin-transform-regenerator/7.13.15_@babel+core@7.14.0: resolution: {integrity: sha512-Bk9cOLSz8DiurcMETZ8E2YtIVJbFCPGW28DJWUakmyVWtQSm6Wsf0p4B4BfEr/eL2Nkhe/CICiUiMOCi1TPhuQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.16 + '@babel/core': 7.14.0 regenerator-transform: 0.14.5 dev: true - /@babel/plugin-transform-reserved-words/7.12.13_@babel+core@7.13.16: + /@babel/plugin-transform-reserved-words/7.12.13_@babel+core@7.14.0: resolution: {integrity: sha512-xhUPzDXxZN1QfiOy/I5tyye+TRz6lA7z6xaT4CLOjPRMVg1ldRf0LHw0TDBpYL4vG78556WuHdyO9oi5UmzZBg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.16 + '@babel/core': 7.14.0 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-transform-shorthand-properties/7.12.13_@babel+core@7.13.16: + /@babel/plugin-transform-shorthand-properties/7.12.13_@babel+core@7.14.0: resolution: {integrity: sha512-xpL49pqPnLtf0tVluuqvzWIgLEhuPpZzvs2yabUHSKRNlN7ScYU7aMlmavOeyXJZKgZKQRBlh8rHbKiJDraTSw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.16 + '@babel/core': 7.14.0 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-transform-spread/7.13.0_@babel+core@7.13.16: + /@babel/plugin-transform-spread/7.13.0_@babel+core@7.14.0: resolution: {integrity: sha512-V6vkiXijjzYeFmQTr3dBxPtZYLPcUfY34DebOU27jIl2M/Y8Egm52Hw82CSjjPqd54GTlJs5x+CR7HeNr24ckg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.16 + '@babel/core': 7.14.0 '@babel/helper-plugin-utils': 7.13.0 '@babel/helper-skip-transparent-expression-wrappers': 7.12.1 dev: true - /@babel/plugin-transform-sticky-regex/7.12.13_@babel+core@7.13.16: + /@babel/plugin-transform-sticky-regex/7.12.13_@babel+core@7.14.0: resolution: {integrity: sha512-Jc3JSaaWT8+fr7GRvQP02fKDsYk4K/lYwWq38r/UGfaxo89ajud321NH28KRQ7xy1Ybc0VUE5Pz8psjNNDUglg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.16 + '@babel/core': 7.14.0 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-transform-template-literals/7.13.0_@babel+core@7.13.16: + /@babel/plugin-transform-template-literals/7.13.0_@babel+core@7.14.0: resolution: {integrity: sha512-d67umW6nlfmr1iehCcBv69eSUSySk1EsIS8aTDX4Xo9qajAh6mYtcl4kJrBkGXuxZPEgVr7RVfAvNW6YQkd4Mw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.16 + '@babel/core': 7.14.0 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-transform-typeof-symbol/7.12.13_@babel+core@7.13.16: + /@babel/plugin-transform-typeof-symbol/7.12.13_@babel+core@7.14.0: resolution: {integrity: sha512-eKv/LmUJpMnu4npgfvs3LiHhJua5fo/CysENxa45YCQXZwKnGCQKAg87bvoqSW1fFT+HA32l03Qxsm8ouTY3ZQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.16 + '@babel/core': 7.14.0 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-transform-unicode-escapes/7.12.13_@babel+core@7.13.16: + /@babel/plugin-transform-unicode-escapes/7.12.13_@babel+core@7.14.0: resolution: {integrity: sha512-0bHEkdwJ/sN/ikBHfSmOXPypN/beiGqjo+o4/5K+vxEFNPRPdImhviPakMKG4x96l85emoa0Z6cDflsdBusZbw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.16 + '@babel/core': 7.14.0 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/plugin-transform-unicode-regex/7.12.13_@babel+core@7.13.16: + /@babel/plugin-transform-unicode-regex/7.12.13_@babel+core@7.14.0: resolution: {integrity: sha512-mDRzSNY7/zopwisPZ5kM9XKCfhchqIYwAKRERtEnhYscZB79VRekuRSoYbN0+KVe3y8+q1h6A4svXtP7N+UoCA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.16 - '@babel/helper-create-regexp-features-plugin': 7.12.17_@babel+core@7.13.16 + '@babel/core': 7.14.0 + '@babel/helper-create-regexp-features-plugin': 7.12.17_@babel+core@7.14.0 '@babel/helper-plugin-utils': 7.13.0 dev: true - /@babel/preset-env/7.13.15_@babel+core@7.13.16: - resolution: {integrity: sha512-D4JAPMXcxk69PKe81jRJ21/fP/uYdcTZ3hJDF5QX2HSI9bBxxYw/dumdR6dGumhjxlprHPE4XWoPaqzZUVy2MA==} + /@babel/preset-env/7.14.1_@babel+core@7.14.0: + resolution: {integrity: sha512-0M4yL1l7V4l+j/UHvxcdvNfLB9pPtIooHTbEhgD/6UGyh8Hy3Bm1Mj0buzjDXATCSz3JFibVdnoJZCrlUCanrQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.13.15 - '@babel/core': 7.13.16 - '@babel/helper-compilation-targets': 7.13.16_@babel+core@7.13.16 + '@babel/compat-data': 7.14.0 + '@babel/core': 7.14.0 + '@babel/helper-compilation-targets': 7.13.16_@babel+core@7.14.0 '@babel/helper-plugin-utils': 7.13.0 '@babel/helper-validator-option': 7.12.17 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.13.12_@babel+core@7.13.16 - '@babel/plugin-proposal-async-generator-functions': 7.13.15_@babel+core@7.13.16 - '@babel/plugin-proposal-class-properties': 7.13.0_@babel+core@7.13.16 - '@babel/plugin-proposal-dynamic-import': 7.13.8_@babel+core@7.13.16 - '@babel/plugin-proposal-export-namespace-from': 7.12.13_@babel+core@7.13.16 - '@babel/plugin-proposal-json-strings': 7.13.8_@babel+core@7.13.16 - '@babel/plugin-proposal-logical-assignment-operators': 7.13.8_@babel+core@7.13.16 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.13.8_@babel+core@7.13.16 - '@babel/plugin-proposal-numeric-separator': 7.12.13_@babel+core@7.13.16 - '@babel/plugin-proposal-object-rest-spread': 7.13.8_@babel+core@7.13.16 - '@babel/plugin-proposal-optional-catch-binding': 7.13.8_@babel+core@7.13.16 - '@babel/plugin-proposal-optional-chaining': 7.13.12_@babel+core@7.13.16 - '@babel/plugin-proposal-private-methods': 7.13.0_@babel+core@7.13.16 - '@babel/plugin-proposal-unicode-property-regex': 7.12.13_@babel+core@7.13.16 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.13.16 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.13.16 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.13.16 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.13.16 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.13.16 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.13.16 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.13.16 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.13.16 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.13.16 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.13.16 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.13.16 - '@babel/plugin-syntax-top-level-await': 7.12.13_@babel+core@7.13.16 - '@babel/plugin-transform-arrow-functions': 7.13.0_@babel+core@7.13.16 - '@babel/plugin-transform-async-to-generator': 7.13.0_@babel+core@7.13.16 - '@babel/plugin-transform-block-scoped-functions': 7.12.13_@babel+core@7.13.16 - '@babel/plugin-transform-block-scoping': 7.13.16_@babel+core@7.13.16 - '@babel/plugin-transform-classes': 7.13.0_@babel+core@7.13.16 - '@babel/plugin-transform-computed-properties': 7.13.0_@babel+core@7.13.16 - '@babel/plugin-transform-destructuring': 7.13.17_@babel+core@7.13.16 - '@babel/plugin-transform-dotall-regex': 7.12.13_@babel+core@7.13.16 - '@babel/plugin-transform-duplicate-keys': 7.12.13_@babel+core@7.13.16 - '@babel/plugin-transform-exponentiation-operator': 7.12.13_@babel+core@7.13.16 - '@babel/plugin-transform-for-of': 7.13.0_@babel+core@7.13.16 - '@babel/plugin-transform-function-name': 7.12.13_@babel+core@7.13.16 - '@babel/plugin-transform-literals': 7.12.13_@babel+core@7.13.16 - '@babel/plugin-transform-member-expression-literals': 7.12.13_@babel+core@7.13.16 - '@babel/plugin-transform-modules-amd': 7.13.0_@babel+core@7.13.16 - '@babel/plugin-transform-modules-commonjs': 7.13.8_@babel+core@7.13.16 - '@babel/plugin-transform-modules-systemjs': 7.13.8_@babel+core@7.13.16 - '@babel/plugin-transform-modules-umd': 7.13.0_@babel+core@7.13.16 - '@babel/plugin-transform-named-capturing-groups-regex': 7.12.13_@babel+core@7.13.16 - '@babel/plugin-transform-new-target': 7.12.13_@babel+core@7.13.16 - '@babel/plugin-transform-object-super': 7.12.13_@babel+core@7.13.16 - '@babel/plugin-transform-parameters': 7.13.0_@babel+core@7.13.16 - '@babel/plugin-transform-property-literals': 7.12.13_@babel+core@7.13.16 - '@babel/plugin-transform-regenerator': 7.13.15_@babel+core@7.13.16 - '@babel/plugin-transform-reserved-words': 7.12.13_@babel+core@7.13.16 - '@babel/plugin-transform-shorthand-properties': 7.12.13_@babel+core@7.13.16 - '@babel/plugin-transform-spread': 7.13.0_@babel+core@7.13.16 - '@babel/plugin-transform-sticky-regex': 7.12.13_@babel+core@7.13.16 - '@babel/plugin-transform-template-literals': 7.13.0_@babel+core@7.13.16 - '@babel/plugin-transform-typeof-symbol': 7.12.13_@babel+core@7.13.16 - '@babel/plugin-transform-unicode-escapes': 7.12.13_@babel+core@7.13.16 - '@babel/plugin-transform-unicode-regex': 7.12.13_@babel+core@7.13.16 - '@babel/preset-modules': 0.1.4_@babel+core@7.13.16 - '@babel/types': 7.13.17 - babel-plugin-polyfill-corejs2: 0.2.0_@babel+core@7.13.16 - babel-plugin-polyfill-corejs3: 0.2.0_@babel+core@7.13.16 - babel-plugin-polyfill-regenerator: 0.2.0_@babel+core@7.13.16 - core-js-compat: 3.11.1 + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.13.12_@babel+core@7.14.0 + '@babel/plugin-proposal-async-generator-functions': 7.13.15_@babel+core@7.14.0 + '@babel/plugin-proposal-class-properties': 7.13.0_@babel+core@7.14.0 + '@babel/plugin-proposal-class-static-block': 7.13.11_@babel+core@7.14.0 + '@babel/plugin-proposal-dynamic-import': 7.13.8_@babel+core@7.14.0 + '@babel/plugin-proposal-export-namespace-from': 7.12.13_@babel+core@7.14.0 + '@babel/plugin-proposal-json-strings': 7.13.8_@babel+core@7.14.0 + '@babel/plugin-proposal-logical-assignment-operators': 7.13.8_@babel+core@7.14.0 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.13.8_@babel+core@7.14.0 + '@babel/plugin-proposal-numeric-separator': 7.12.13_@babel+core@7.14.0 + '@babel/plugin-proposal-object-rest-spread': 7.13.8_@babel+core@7.14.0 + '@babel/plugin-proposal-optional-catch-binding': 7.13.8_@babel+core@7.14.0 + '@babel/plugin-proposal-optional-chaining': 7.13.12_@babel+core@7.14.0 + '@babel/plugin-proposal-private-methods': 7.13.0_@babel+core@7.14.0 + '@babel/plugin-proposal-private-property-in-object': 7.14.0_@babel+core@7.14.0 + '@babel/plugin-proposal-unicode-property-regex': 7.12.13_@babel+core@7.14.0 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.14.0 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.14.0 + '@babel/plugin-syntax-class-static-block': 7.12.13_@babel+core@7.14.0 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.14.0 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.14.0 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.14.0 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.14.0 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.14.0 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.14.0 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.14.0 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.14.0 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.14.0 + '@babel/plugin-syntax-private-property-in-object': 7.14.0_@babel+core@7.14.0 + '@babel/plugin-syntax-top-level-await': 7.12.13_@babel+core@7.14.0 + '@babel/plugin-transform-arrow-functions': 7.13.0_@babel+core@7.14.0 + '@babel/plugin-transform-async-to-generator': 7.13.0_@babel+core@7.14.0 + '@babel/plugin-transform-block-scoped-functions': 7.12.13_@babel+core@7.14.0 + '@babel/plugin-transform-block-scoping': 7.14.1_@babel+core@7.14.0 + '@babel/plugin-transform-classes': 7.13.0_@babel+core@7.14.0 + '@babel/plugin-transform-computed-properties': 7.13.0_@babel+core@7.14.0 + '@babel/plugin-transform-destructuring': 7.13.17_@babel+core@7.14.0 + '@babel/plugin-transform-dotall-regex': 7.12.13_@babel+core@7.14.0 + '@babel/plugin-transform-duplicate-keys': 7.12.13_@babel+core@7.14.0 + '@babel/plugin-transform-exponentiation-operator': 7.12.13_@babel+core@7.14.0 + '@babel/plugin-transform-for-of': 7.13.0_@babel+core@7.14.0 + '@babel/plugin-transform-function-name': 7.12.13_@babel+core@7.14.0 + '@babel/plugin-transform-literals': 7.12.13_@babel+core@7.14.0 + '@babel/plugin-transform-member-expression-literals': 7.12.13_@babel+core@7.14.0 + '@babel/plugin-transform-modules-amd': 7.14.0_@babel+core@7.14.0 + '@babel/plugin-transform-modules-commonjs': 7.14.0_@babel+core@7.14.0 + '@babel/plugin-transform-modules-systemjs': 7.13.8_@babel+core@7.14.0 + '@babel/plugin-transform-modules-umd': 7.14.0_@babel+core@7.14.0 + '@babel/plugin-transform-named-capturing-groups-regex': 7.12.13_@babel+core@7.14.0 + '@babel/plugin-transform-new-target': 7.12.13_@babel+core@7.14.0 + '@babel/plugin-transform-object-super': 7.12.13_@babel+core@7.14.0 + '@babel/plugin-transform-parameters': 7.13.0_@babel+core@7.14.0 + '@babel/plugin-transform-property-literals': 7.12.13_@babel+core@7.14.0 + '@babel/plugin-transform-regenerator': 7.13.15_@babel+core@7.14.0 + '@babel/plugin-transform-reserved-words': 7.12.13_@babel+core@7.14.0 + '@babel/plugin-transform-shorthand-properties': 7.12.13_@babel+core@7.14.0 + '@babel/plugin-transform-spread': 7.13.0_@babel+core@7.14.0 + '@babel/plugin-transform-sticky-regex': 7.12.13_@babel+core@7.14.0 + '@babel/plugin-transform-template-literals': 7.13.0_@babel+core@7.14.0 + '@babel/plugin-transform-typeof-symbol': 7.12.13_@babel+core@7.14.0 + '@babel/plugin-transform-unicode-escapes': 7.12.13_@babel+core@7.14.0 + '@babel/plugin-transform-unicode-regex': 7.12.13_@babel+core@7.14.0 + '@babel/preset-modules': 0.1.4_@babel+core@7.14.0 + '@babel/types': 7.14.1 + babel-plugin-polyfill-corejs2: 0.2.0_@babel+core@7.14.0 + babel-plugin-polyfill-corejs3: 0.2.0_@babel+core@7.14.0 + babel-plugin-polyfill-regenerator: 0.2.0_@babel+core@7.14.0 + core-js-compat: 3.12.1 semver: 6.3.0 transitivePeerDependencies: - supports-color dev: true - /@babel/preset-modules/0.1.4_@babel+core@7.13.16: + /@babel/preset-modules/0.1.4_@babel+core@7.14.0: resolution: {integrity: sha512-J36NhwnfdzpmH41M1DrnkkgAqhZaqr/NBdPfQ677mLzlaXo+oDiv1deyCDtgAhz8p328otdob0Du7+xgHGZbKg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.16 + '@babel/core': 7.14.0 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-proposal-unicode-property-regex': 7.12.13_@babel+core@7.13.16 - '@babel/plugin-transform-dotall-regex': 7.12.13_@babel+core@7.13.16 - '@babel/types': 7.13.17 + '@babel/plugin-proposal-unicode-property-regex': 7.12.13_@babel+core@7.14.0 + '@babel/plugin-transform-dotall-regex': 7.12.13_@babel+core@7.14.0 + '@babel/types': 7.14.1 esutils: 2.0.3 dev: true - /@babel/runtime/7.13.17: - resolution: {integrity: sha512-NCdgJEelPTSh+FEFylhnP1ylq848l1z9t9N0j1Lfbcw0+KXGjsTvUmkxy+voLLXB5SOKMbLLx4jxYliGrYQseA==} + /@babel/runtime/7.14.0: + resolution: {integrity: sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==} dependencies: regenerator-runtime: 0.13.7 dev: true @@ -1109,33 +1156,49 @@ packages: resolution: {integrity: sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA==} dependencies: '@babel/code-frame': 7.12.13 - '@babel/parser': 7.13.16 - '@babel/types': 7.13.17 + '@babel/parser': 7.14.1 + '@babel/types': 7.14.1 dev: true - /@babel/traverse/7.13.17: - resolution: {integrity: sha512-BMnZn0R+X6ayqm3C3To7o1j7Q020gWdqdyP50KEoVqaCO2c/Im7sYZSmVgvefp8TTMQ+9CtwuBp0Z1CZ8V3Pvg==} + /@babel/traverse/7.14.0: + resolution: {integrity: sha512-dZ/a371EE5XNhTHomvtuLTUyx6UEoJmYX+DT5zBCQN3McHemsuIaKKYqsc/fs26BEkHs/lBZy0J571LP5z9kQA==} dependencies: '@babel/code-frame': 7.12.13 - '@babel/generator': 7.13.16 + '@babel/generator': 7.14.1 '@babel/helper-function-name': 7.12.13 '@babel/helper-split-export-declaration': 7.12.13 - '@babel/parser': 7.13.16 - '@babel/types': 7.13.17 + '@babel/parser': 7.14.1 + '@babel/types': 7.14.1 debug: 4.3.2 globals: 11.12.0 transitivePeerDependencies: - supports-color dev: true - /@babel/types/7.13.17: - resolution: {integrity: sha512-RawydLgxbOPDlTLJNtoIypwdmAy//uQIzlKt2+iBiJaRlVuI6QLUxVAyWGNfOzp8Yu4L4lLIacoCyTNtpb4wiA==} + /@babel/types/7.14.1: + resolution: {integrity: sha512-S13Qe85fzLs3gYRUnrpyeIrBJIMYv33qSTg1qoBwiG6nPKwUWAD9odSzWhEedpwOIzSEI6gbdQIWEMiCI42iBA==} dependencies: - '@babel/helper-validator-identifier': 7.12.11 + '@babel/helper-validator-identifier': 7.14.0 to-fast-properties: 2.0.0 - /@eslint/eslintrc/0.4.0: - resolution: {integrity: sha512-2ZPCc+uNbjV5ERJr+aKSPRwZgKd2z11x0EgLvb1PURmUrn9QNRXFqje0Ldq454PfAVyaJYyrDvvIKSFP4NnBog==} + /@emmetio/abbreviation/2.2.2: + resolution: {integrity: sha512-TtE/dBnkTCct8+LntkqVrwqQao6EnPAs1YN3cUgxOxTaBlesBCY37ROUAVZrRlG64GNnVShdl/b70RfAI3w5lw==} + dependencies: + '@emmetio/scanner': 1.0.0 + dev: true + + /@emmetio/css-abbreviation/2.1.4: + resolution: {integrity: sha512-qk9L60Y+uRtM5CPbB0y+QNl/1XKE09mSO+AhhSauIfr2YOx/ta3NJw2d8RtCFxgzHeRqFRr8jgyzThbu+MZ4Uw==} + dependencies: + '@emmetio/scanner': 1.0.0 + dev: true + + /@emmetio/scanner/1.0.0: + resolution: {integrity: sha512-8HqW8EVqjnCmWXVpqAOZf+EGESdkR27odcMMMGefgKXtar00SoYNSryGv//TELI4T3QFsECo78p+0lmalk/CFA==} + dev: true + + /@eslint/eslintrc/0.4.1: + resolution: {integrity: sha512-5v7TDE9plVhvxQeWLXDTvFvJBdH6pEsdnl2g/dAptmuFEPedQ4Erq5rsDsX+mvAM610IhNaO2W5V1dOOnDKxkQ==} engines: {node: ^10.12.0 || >=12.0.0} dependencies: ajv: 6.12.6 @@ -1193,8 +1256,8 @@ packages: resolution: {integrity: sha512-LFelJDOLZ6JHlmlAkgrvmcu4hpNPB91KYcr4f60D/exzU1eNOb4/KCVHIydGHIQFaOacIOD+Xy+B7P1z812cZg==} dev: true - /@iconify/json/1.1.337: - resolution: {integrity: sha512-XS/63HwJNHnHtyEiOMDaOsSWaAYEZUcKL1w/Yy5f2EuSMBVicTwbnUNpQPZ45BJ+uIPeXGN9SlOMaYYBM2Vmew==} + /@iconify/json/1.1.341: + resolution: {integrity: sha512-rGl01xY7V8SyYiGFyrOrPzEfUqooCxponcR4DvpgSE+pJJcu0HfmJP9Q1SbGJtQmVyMe23Z2uoBqB5ETckin7A==} dev: true /@intlify/cli/0.4.0: @@ -1208,7 +1271,7 @@ packages: '@intlify/shared': 9.1.6 chalk: 4.1.1 debug: 4.3.1 - glob: 7.1.6 + glob: 7.1.7 jsonc-eslint-parser: 1.0.1 source-map: 0.6.1 yaml-eslint-parser: 0.3.2 @@ -1265,7 +1328,7 @@ packages: resolution: {integrity: sha512-6MtsKulyfZxdD7OuxjaODjj8QWoHCnLFAk4wkWiHqBCa6UCTC0qXjtEeZ1MxpQihvFmmJZauBUu25EvtngW5qQ==} engines: {node: '>= 10'} - /@intlify/vite-plugin-vue-i18n/2.1.2_vite@2.2.3+vue-i18n@9.1.6: + /@intlify/vite-plugin-vue-i18n/2.1.2_vite@2.3.0+vue-i18n@9.1.6: resolution: {integrity: sha512-LMqRraO9+z7pyFwlc1I2ec0PrfNzXUz7Ap61Ebu1IHJMnIqjT6o2U6z67Nb9j+9KLHx4yqGKx12VDaG0AIUNNA==} engines: {node: '>= 12'} peerDependencies: @@ -1277,7 +1340,7 @@ packages: '@rollup/pluginutils': 4.1.0 debug: 4.3.1 fast-glob: 3.2.5 - vite: 2.2.3 + vite: 2.3.0 vue-i18n: 9.1.6_vue@3.0.11 transitivePeerDependencies: - rollup @@ -1313,7 +1376,7 @@ packages: fastq: 1.11.0 dev: true - /@rollup/plugin-babel/5.3.0_e09c366a9a3fa078d0105d61f2408f67: + /@rollup/plugin-babel/5.3.0_@babel+core@7.14.0+rollup@2.47.0: resolution: {integrity: sha512-9uIC8HZOnVLrLHxayq/PTzw+uS25E14KPUBh5ktF+18Mjo5yK0ToMMx6epY0uEgkjwJw0aBW4x2horYXh8juWw==} engines: {node: '>= 10.0.0'} peerDependencies: @@ -1324,38 +1387,38 @@ packages: '@types/babel__core': optional: true dependencies: - '@babel/core': 7.13.16 + '@babel/core': 7.14.0 '@babel/helper-module-imports': 7.13.12 - '@rollup/pluginutils': 3.1.0_rollup@2.45.2 - rollup: 2.45.2 + '@rollup/pluginutils': 3.1.0_rollup@2.47.0 + rollup: 2.47.0 dev: true - /@rollup/plugin-node-resolve/11.2.1_rollup@2.45.2: + /@rollup/plugin-node-resolve/11.2.1_rollup@2.47.0: 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.45.2 + '@rollup/pluginutils': 3.1.0_rollup@2.47.0 '@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.45.2 + rollup: 2.47.0 dev: true - /@rollup/plugin-replace/2.4.2_rollup@2.45.2: + /@rollup/plugin-replace/2.4.2_rollup@2.47.0: resolution: {integrity: sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==} peerDependencies: rollup: ^1.20.0 || ^2.0.0 dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.45.2 + '@rollup/pluginutils': 3.1.0_rollup@2.47.0 magic-string: 0.25.7 - rollup: 2.45.2 + rollup: 2.47.0 dev: true - /@rollup/pluginutils/3.1.0_rollup@2.45.2: + /@rollup/pluginutils/3.1.0_rollup@2.47.0: resolution: {integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==} engines: {node: '>= 8.0.0'} peerDependencies: @@ -1364,7 +1427,7 @@ packages: '@types/estree': 0.0.39 estree-walker: 1.0.1 picomatch: 2.2.3 - rollup: 2.45.2 + rollup: 2.47.0 dev: true /@rollup/pluginutils/4.1.0: @@ -1377,6 +1440,121 @@ packages: picomatch: 2.2.3 dev: true + /@sindresorhus/is/0.14.0: + resolution: {integrity: sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ==} + engines: {node: '>=6'} + dev: true + + /@starptech/expression-parser/0.10.0: + resolution: {integrity: sha512-HcNE5lqbBd0CNMArErVboWZ9PyJ8Hqp0VGnLJXkA3e38r6/VjhFa2pcsoJQGQiiuHj6napSMr3s+Gc34WUGhzw==} + dev: true + + /@starptech/hast-util-from-webparser/0.10.0: + resolution: {integrity: sha512-ebBrqxnkk4uhOkYXi0EMsHLrUrpGUjAMGz++04HPZmZYfpEZjaHxF3VmhfTWnS6u8SGUtsDPMQ+RxHSvrsNxZg==} + dependencies: + '@starptech/prettyhtml-hastscript': 0.10.0 + '@starptech/webparser': 0.10.0 + property-information: 5.6.0 + dev: true + + /@starptech/prettyhtml-formatter/0.10.0: + resolution: {integrity: sha512-AEpBQTRHhgB9NmQZNXINo/ObavGLATEvS41MgiJljsiSHzfUX3ltOPLI2fy9VfDB3E76mjUqIfmEQ/v5lJ5Cfw==} + dependencies: + '@starptech/expression-parser': 0.10.0 + '@starptech/prettyhtml-hast-to-html': 0.10.0 + '@starptech/rehype-minify-whitespace': 0.10.0 + '@starptech/rehype-webparser': 0.10.0 + '@starptech/webparser': 0.10.0 + hast-util-is-element: 1.1.0 + hast-util-to-string: 1.0.4 + html-void-elements: 1.0.5 + html-whitespace-sensitive-tag-names: 1.0.3 + is-hidden: 1.1.3 + prettier: 1.19.1 + repeat-string: 1.6.1 + to-vfile: 6.1.0 + unified: 7.1.0 + unist-util-find: 1.0.2 + unist-util-is: 2.1.3 + unist-util-visit-parents: 2.1.2 + xtend: 4.0.2 + dev: true + + /@starptech/prettyhtml-hast-to-html/0.10.0: + resolution: {integrity: sha512-TAbm1q6bCBl13i8FbY/1eHMnTHWr/kLM5RcOD1S6F3T12DwhMwcqagMzqPQc4tT1DmyLzGWY8SA/p3HrB0iPcg==} + dependencies: + ccount: 1.1.0 + comma-separated-tokens: 1.0.8 + hast-util-is-element: 1.1.0 + hast-util-whitespace: 1.0.4 + html-void-elements: 1.0.5 + html-whitespace-sensitive-tag-names: 1.0.3 + property-information: 5.6.0 + repeat-string: 1.6.1 + space-separated-tokens: 1.1.5 + stringify-entities: 2.0.0 + unist-util-is: 2.1.3 + xtend: 4.0.2 + dev: true + + /@starptech/prettyhtml-hastscript/0.10.0: + resolution: {integrity: sha512-oSZB/CXRagbJ1UAGihSsdDcvHIGa+ivdVVmljWtJDqO5+FfFn9utzCw/QI9NAV3m9cgFWRdW/6TkXwbdPrIQ4A==} + dependencies: + comma-separated-tokens: 1.0.8 + hast-util-parse-selector: 2.2.5 + property-information: 5.6.0 + space-separated-tokens: 1.1.5 + dev: true + + /@starptech/prettyhtml-sort-attributes/0.10.0: + resolution: {integrity: sha512-ctsjmEEsxzW4dzMOIwYRWQvqfilgdGFaZn+lIxiNuPJIL4V4ZpgQhT96Us5BQcalHYQqQsKF+nRelCWFhd67IQ==} + dependencies: + hast-util-has-property: 1.0.4 + unist-util-visit: 1.4.1 + dev: true + + /@starptech/prettyhtml/0.10.0: + resolution: {integrity: sha512-d79qc81gX5oyiv0Ioz82NEMnO/waltC7HAOlZ8r/es/zPuRilWMRo5ZCV00/80ZsQ0MiCIuhAnvUcg7rVzFDLg==} + hasBin: true + dependencies: + '@starptech/prettyhtml-formatter': 0.10.0 + '@starptech/prettyhtml-sort-attributes': 0.10.0 + '@starptech/rehype-webparser': 0.10.0 + '@starptech/webparser': 0.10.0 + meow: 5.0.0 + prettier: 1.19.1 + rehype-sort-attribute-values: 2.0.1 + unified: 7.1.0 + unified-engine: 6.0.1 + update-notifier: 3.0.1 + vfile: 4.2.1 + vfile-reporter: 6.0.2 + dev: true + + /@starptech/rehype-minify-whitespace/0.10.0: + resolution: {integrity: sha512-11k2dW0ju2hMuSfQ9znXqeCjyBtkfY7BRoyPjDLiVCsGIlqM2JpZhx46sFTF3JJOsJz9pr2HQ8Cvf4oTt9hgvg==} + dependencies: + collapse-white-space: 1.0.6 + hast-util-embedded: 1.0.6 + hast-util-has-property: 1.0.4 + hast-util-is-body-ok-link: 1.0.4 + hast-util-is-element: 1.1.0 + html-whitespace-sensitive-tag-names: 1.0.3 + unist-util-is: 2.1.3 + unist-util-modify-children: 1.1.6 + dev: true + + /@starptech/rehype-webparser/0.10.0: + resolution: {integrity: sha512-1CPMVKrgXjKnehAouQBa2wWkikR6jD+BZ+8/v1RDH1S1a293fOzItU63W3VIx4zv3n0iMgrTWeeyfpk/9cT4LQ==} + dependencies: + '@starptech/hast-util-from-webparser': 0.10.0 + '@starptech/webparser': 0.10.0 + dev: true + + /@starptech/webparser/0.10.0: + resolution: {integrity: sha512-vA/p1LTVfuK8dP+EhBglMS7ll3dZahBjnvjwUiJ8NNUCqH5pSAj3tcRtOG3k7k1Wx1hWHJpGgZVj0VNQIo99bA==} + dev: true + /@surma/rollup-plugin-off-main-thread/1.4.2: resolution: {integrity: sha512-yBMPqmd1yEJo/280PAMkychuaALyQ9Lkb5q1ck3mjJrFuEobIfhnQ4J3mbvBoISmR3SWMWV+cGB/I0lCQee79A==} dependencies: @@ -1384,6 +1562,13 @@ packages: magic-string: 0.25.7 dev: true + /@szmarczak/http-timer/1.1.2: + resolution: {integrity: sha512-XIB2XbzHTN6ieIjfIMV9hlVcfPU26s2vafYWQcZHWXHOxiaRZYEDKEwdl129Zyg50+foYV2jCgtrqSA6qNuNSA==} + engines: {node: '>=6'} + dependencies: + defer-to-connect: 1.1.3 + dev: true + /@types/estree/0.0.39: resolution: {integrity: sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==} dev: true @@ -1396,8 +1581,8 @@ packages: resolution: {integrity: sha1-7ihweulOEdK4J7y+UnC86n8+ce4=} dev: true - /@types/node/15.0.1: - resolution: {integrity: sha512-TMkXt0Ck1y0KKsGr9gJtWGjttxlZnnvDtphxUOSd0bfaR6Q1jle+sPvrzNR1urqYTWMinoKvjKfXUGsumaO1PA==} + /@types/node/15.0.2: + resolution: {integrity: sha512-p68+a+KoxpoB47015IeYZYRrdqMUcpbK8re/zpFB8Ld46LHC1lPEbp3EXgkEhAYEcPvjJF6ZO+869SQ0aH1dcA==} dev: true /@types/normalize-package-data/2.4.0: @@ -1411,11 +1596,30 @@ packages: /@types/resolve/1.17.1: resolution: {integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==} dependencies: - '@types/node': 15.0.1 + '@types/node': 15.0.2 dev: true - /@typescript-eslint/eslint-plugin/4.22.0_e3b52a83531895e7febd6ecd5ba813eb: - resolution: {integrity: sha512-U8SP9VOs275iDXaL08Ln1Fa/wLXfj5aTr/1c0t0j6CdbOnxh+TruXu1p4I0NAvdPBQgoPjHsgKn28mOi0FzfoA==} + /@types/unist/2.0.3: + resolution: {integrity: sha512-FvUupuM3rlRsRtCN+fDudtmytGO6iHJuuRKS1Ss0pG5z8oX0diNEw94UEL7hgDbpN94rgaK5R7sWm6RrSkZuAQ==} + dev: true + + /@types/vfile-message/2.0.0: + resolution: {integrity: sha512-GpTIuDpb9u4zIO165fUy9+fXcULdD8HFRNli04GehoMVbeNq7D6OBnqSmg3lxZnC+UvgUhEWKxdKiwYUkGltIw==} + deprecated: This is a stub types definition. vfile-message provides its own type definitions, so you do not need this installed. + dependencies: + vfile-message: 3.0.1 + dev: true + + /@types/vfile/3.0.2: + resolution: {integrity: sha512-b3nLFGaGkJ9rzOcuXRfHkZMdjsawuDD0ENL9fzTophtBg8FJHSGbH7daXkEpcwy3v7Xol3pAvsmlYyFhR4pqJw==} + dependencies: + '@types/node': 15.0.2 + '@types/unist': 2.0.3 + '@types/vfile-message': 2.0.0 + dev: true + + /@typescript-eslint/eslint-plugin/4.22.1_b96c9280c6ac79e4dfcda76a733858e3: + resolution: {integrity: sha512-kVTAghWDDhsvQ602tHBc6WmQkdaYbkcTwZu+7l24jtJiYvm9l+/y/b2BZANEezxPDiX5MK2ZecE+9BFi/YJryw==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: '@typescript-eslint/parser': ^4.0.0 @@ -1425,11 +1629,11 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/experimental-utils': 4.22.0_eslint@7.25.0+typescript@4.2.4 - '@typescript-eslint/parser': 4.22.0_eslint@7.25.0+typescript@4.2.4 - '@typescript-eslint/scope-manager': 4.22.0 + '@typescript-eslint/experimental-utils': 4.22.1_eslint@7.26.0+typescript@4.2.4 + '@typescript-eslint/parser': 4.22.1_eslint@7.26.0+typescript@4.2.4 + '@typescript-eslint/scope-manager': 4.22.1 debug: 4.3.1 - eslint: 7.25.0 + eslint: 7.26.0 functional-red-black-tree: 1.0.1 lodash: 4.17.21 regexpp: 3.1.0 @@ -1440,8 +1644,8 @@ packages: - supports-color dev: true - /@typescript-eslint/eslint-plugin/4.22.0_eslint@7.25.0+typescript@4.2.4: - resolution: {integrity: sha512-U8SP9VOs275iDXaL08Ln1Fa/wLXfj5aTr/1c0t0j6CdbOnxh+TruXu1p4I0NAvdPBQgoPjHsgKn28mOi0FzfoA==} + /@typescript-eslint/eslint-plugin/4.22.1_eslint@7.26.0+typescript@4.2.4: + resolution: {integrity: sha512-kVTAghWDDhsvQ602tHBc6WmQkdaYbkcTwZu+7l24jtJiYvm9l+/y/b2BZANEezxPDiX5MK2ZecE+9BFi/YJryw==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: '@typescript-eslint/parser': ^4.0.0 @@ -1451,10 +1655,10 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/experimental-utils': 4.22.0_eslint@7.25.0+typescript@4.2.4 - '@typescript-eslint/scope-manager': 4.22.0 + '@typescript-eslint/experimental-utils': 4.22.1_eslint@7.26.0+typescript@4.2.4 + '@typescript-eslint/scope-manager': 4.22.1 debug: 4.3.1 - eslint: 7.25.0 + eslint: 7.26.0 functional-red-black-tree: 1.0.1 lodash: 4.17.21 regexpp: 3.1.0 @@ -1465,17 +1669,17 @@ packages: - supports-color dev: true - /@typescript-eslint/experimental-utils/4.22.0_eslint@7.25.0+typescript@4.2.4: - resolution: {integrity: sha512-xJXHHl6TuAxB5AWiVrGhvbGL8/hbiCQ8FiWwObO3r0fnvBdrbWEDy1hlvGQOAWc6qsCWuWMKdVWlLAEMpxnddg==} + /@typescript-eslint/experimental-utils/4.22.1_eslint@7.26.0+typescript@4.2.4: + resolution: {integrity: sha512-svYlHecSMCQGDO2qN1v477ax/IDQwWhc7PRBiwAdAMJE7GXk5stF4Z9R/8wbRkuX/5e9dHqbIWxjeOjckK3wLQ==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: eslint: '*' dependencies: '@types/json-schema': 7.0.7 - '@typescript-eslint/scope-manager': 4.22.0 - '@typescript-eslint/types': 4.22.0 - '@typescript-eslint/typescript-estree': 4.22.0_typescript@4.2.4 - eslint: 7.25.0 + '@typescript-eslint/scope-manager': 4.22.1 + '@typescript-eslint/types': 4.22.1 + '@typescript-eslint/typescript-estree': 4.22.1_typescript@4.2.4 + eslint: 7.26.0 eslint-scope: 5.1.1 eslint-utils: 2.1.0 transitivePeerDependencies: @@ -1483,8 +1687,8 @@ packages: - typescript dev: true - /@typescript-eslint/parser/4.22.0_eslint@7.25.0+typescript@4.2.4: - resolution: {integrity: sha512-z/bGdBJJZJN76nvAY9DkJANYgK3nlRstRRi74WHm3jjgf2I8AglrSY+6l7ogxOmn55YJ6oKZCLLy+6PW70z15Q==} + /@typescript-eslint/parser/4.22.1_eslint@7.26.0+typescript@4.2.4: + resolution: {integrity: sha512-l+sUJFInWhuMxA6rtirzjooh8cM/AATAe3amvIkqKFeMzkn85V+eLzb1RyuXkHak4dLfYzOmF6DXPyflJvjQnw==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 @@ -1493,31 +1697,31 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 4.22.0 - '@typescript-eslint/types': 4.22.0 - '@typescript-eslint/typescript-estree': 4.22.0_typescript@4.2.4 + '@typescript-eslint/scope-manager': 4.22.1 + '@typescript-eslint/types': 4.22.1 + '@typescript-eslint/typescript-estree': 4.22.1_typescript@4.2.4 debug: 4.3.1 - eslint: 7.25.0 + eslint: 7.26.0 typescript: 4.2.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/scope-manager/4.22.0: - resolution: {integrity: sha512-OcCO7LTdk6ukawUM40wo61WdeoA7NM/zaoq1/2cs13M7GyiF+T4rxuA4xM+6LeHWjWbss7hkGXjFDRcKD4O04Q==} + /@typescript-eslint/scope-manager/4.22.1: + resolution: {integrity: sha512-d5bAiPBiessSmNi8Amq/RuLslvcumxLmyhf1/Xa9IuaoFJ0YtshlJKxhlbY7l2JdEk3wS0EnmnfeJWSvADOe0g==} engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} dependencies: - '@typescript-eslint/types': 4.22.0 - '@typescript-eslint/visitor-keys': 4.22.0 + '@typescript-eslint/types': 4.22.1 + '@typescript-eslint/visitor-keys': 4.22.1 dev: true - /@typescript-eslint/types/4.22.0: - resolution: {integrity: sha512-sW/BiXmmyMqDPO2kpOhSy2Py5w6KvRRsKZnV0c4+0nr4GIcedJwXAq+RHNK4lLVEZAJYFltnnk1tJSlbeS9lYA==} + /@typescript-eslint/types/4.22.1: + resolution: {integrity: sha512-2HTkbkdAeI3OOcWbqA8hWf/7z9c6gkmnWNGz0dKSLYLWywUlkOAQ2XcjhlKLj5xBFDf8FgAOF5aQbnLRvgNbCw==} engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} dev: true - /@typescript-eslint/typescript-estree/4.22.0_typescript@4.2.4: - resolution: {integrity: sha512-TkIFeu5JEeSs5ze/4NID+PIcVjgoU3cUQUIZnH3Sb1cEn1lBo7StSV5bwPuJQuoxKXlzAObjYTilOEKRuhR5yg==} + /@typescript-eslint/typescript-estree/4.22.1_typescript@4.2.4: + resolution: {integrity: sha512-p3We0pAPacT+onSGM+sPR+M9CblVqdA9F1JEdIqRVlxK5Qth4ochXQgIyb9daBomyQKAXbygxp1aXQRV0GC79A==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: typescript: '*' @@ -1525,8 +1729,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 4.22.0 - '@typescript-eslint/visitor-keys': 4.22.0 + '@typescript-eslint/types': 4.22.1 + '@typescript-eslint/visitor-keys': 4.22.1 debug: 4.3.1 globby: 11.0.3 is-glob: 4.0.1 @@ -1537,12 +1741,12 @@ packages: - supports-color dev: true - /@typescript-eslint/visitor-keys/4.22.0: - resolution: {integrity: sha512-nnMu4F+s4o0sll6cBSsTeVsT4cwxB7zECK3dFxzEjPBii9xLpq4yqqsy/FU5zMfan6G60DKZSCXAa3sHJZrcYw==} + /@typescript-eslint/visitor-keys/4.22.1: + resolution: {integrity: sha512-WPkOrIRm+WCLZxXQHCi+WG8T2MMTUFR70rWjdWYddLT7cEfb2P4a3O/J2U1FBVsSFTocXLCoXWY6MZGejeStvQ==} engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} dependencies: - '@typescript-eslint/types': 4.22.0 - eslint-visitor-keys: 2.0.0 + '@typescript-eslint/types': 4.22.1 + eslint-visitor-keys: 2.1.0 dev: true /@vitejs/plugin-vue/1.2.2_@vue+compiler-sfc@3.0.11: @@ -1554,11 +1758,46 @@ packages: '@vue/compiler-sfc': 3.0.11_vue@3.0.11 dev: true + /@volar/code-gen/0.25.3: + resolution: {integrity: sha512-z2ZK3XcwCCXF5AjvXXDMKaj+tm0jbspRohxLGIfOgNRjl1YGXTuau1FLZm7LqafdIQ5lBSSOymIolCEs5QauTA==} + dependencies: + '@volar/shared': 0.25.3 + '@volar/source-map': 0.25.3 + dev: true + + /@volar/html2pug/0.25.3: + resolution: {integrity: sha512-cwB5DvWxY3sk1vepJSN4AHmPRS46AIbx+RkC8kXEkvY5qZZKc/y+CuuirNNz1vKlVMmH8un19NdSML0LHYcchA==} + dependencies: + domelementtype: 2.2.0 + domhandler: 4.2.0 + htmlparser2: 6.1.0 + pug: 3.0.2 + dev: true + + /@volar/shared/0.25.3: + resolution: {integrity: sha512-8Wan64Q5LvZ1gxC8sI33EK7M1yq1pU7eQkzcbFCvelu1TZFseEx01jChS0EMPsOL7dY/MPSBxYGPy+NVANWCcQ==} + dependencies: + upath: 2.0.1 + vscode-languageserver: 7.1.0-next.4 + dev: true + + /@volar/source-map/0.25.3: + resolution: {integrity: sha512-w+ewRx4jzZ0tcEsYXeVx//3PW7My0TwRt4piSUQTb+QEpGjLlZ+IuMtATtZ0X+jGDpJcYH4HDPZuCIoEEC+eEQ==} + dependencies: + '@volar/shared': 0.25.3 + dev: true + + /@volar/transforms/0.25.3: + resolution: {integrity: sha512-YZtPCESTzoR8SS/wWCfDw40RPvuQV0/3PtautbmcVOTG9xko3vcfW3YvPRHMZK2E26fjWRvDUUnm4pxwlKnn6Q==} + dependencies: + '@volar/shared': 0.25.3 + dev: true + /@vue/compiler-core/3.0.11: resolution: {integrity: sha512-6sFj6TBac1y2cWCvYCA8YzHJEbsVkX7zdRs/3yK/n1ilvRqcn983XvpBbnN3v4mZ1UiQycTvOiajJmOgN9EVgw==} dependencies: - '@babel/parser': 7.13.16 - '@babel/types': 7.13.17 + '@babel/parser': 7.14.1 + '@babel/types': 7.14.1 '@vue/shared': 3.0.11 estree-walker: 2.0.2 source-map: 0.6.1 @@ -1574,8 +1813,8 @@ packages: peerDependencies: vue: 3.0.11 dependencies: - '@babel/parser': 7.13.16 - '@babel/types': 7.13.17 + '@babel/parser': 7.14.1 + '@babel/types': 7.14.1 '@vue/compiler-core': 3.0.11 '@vue/compiler-dom': 3.0.11 '@vue/compiler-ssr': 3.0.11 @@ -1586,8 +1825,8 @@ packages: lru-cache: 5.1.1 magic-string: 0.25.7 merge-source-map: 1.1.0 - postcss: 8.2.13 - postcss-modules: 4.0.0_postcss@8.2.13 + postcss: 8.2.14 + postcss-modules: 4.0.0_postcss@8.2.14 postcss-selector-parser: 6.0.5 source-map: 0.6.1 vue: 3.0.11 @@ -1600,8 +1839,8 @@ packages: '@vue/shared': 3.0.11 dev: true - /@vue/devtools-api/6.0.0-beta.8: - resolution: {integrity: sha512-I2QYmUYvuJnMMX/4/i+fbCf2nlAkjfw58siw0whFlUT7LTvTc5Xv7jcLP5XS3+8LkHd7UtVhU7EBGMfA7jkXXg==} + /@vue/devtools-api/6.0.0-beta.9: + resolution: {integrity: sha512-Qo5OXPt/+k26ffg/ZbyR3Ldlmp5uttfPP3B1G3Uo1Ha/DmnqeUlvwebVGDT3EXM6RNL5SoW2gvVLyFq58+8nZg==} dev: false /@vue/reactivity/3.0.11: @@ -1635,11 +1874,11 @@ packages: /@vue/shared/3.0.11: resolution: {integrity: sha512-b+zB8A2so8eCE0JsxjL24J7vdGl8rzPQ09hZNhystm+KqSbKcAej1A+Hbva1rCMmTTqA+hFnUSDc5kouEo0JzA==} - /@vueuse/core/4.9.1_vue@3.0.11: - resolution: {integrity: sha512-BmmEEaistQqNsGlmmpwS2fRkzpf/2riBnUAmm4uDOj4ZDUpssCvCyTeOoIGbZYg92Hzaz0YF9qSeE7megjYLCg==} + /@vueuse/core/4.9.2_vue@3.0.11: + resolution: {integrity: sha512-LI2r/flm2pJ2QfKXJ22IHID92F+l0T8XAc3MFh5AZS+JGVqTIC19elzIxnIugCAXl6nkR7pQitwrndZGy4TzEg==} dependencies: - '@vueuse/shared': 4.9.1_vue@3.0.11 - vue-demi: 0.7.5_vue@3.0.11 + '@vueuse/shared': 4.9.2_vue@3.0.11 + vue-demi: 0.9.0_vue@3.0.11 transitivePeerDependencies: - '@vue/composition-api' - vue @@ -1653,10 +1892,10 @@ packages: vue: 3.0.11 dev: false - /@vueuse/shared/4.9.1_vue@3.0.11: - resolution: {integrity: sha512-5jj+/Ve7e82LP4OFpU8jBRhjC7QGUxI95U2m4bB2BGuWA8v6r2EVV7AVkU/rXZ5EvRoYkAnUs8jWRCj0QlD6XQ==} + /@vueuse/shared/4.9.2_vue@3.0.11: + resolution: {integrity: sha512-VMIBX7NWfA3Y21OcCXieGEbclhCzYB7a0lDn6tS1eKephH3STAEWYbz+ucxreHI18XQ8Iip8ee7PYHGXNXpg1g==} dependencies: - vue-demi: 0.7.5_vue@3.0.11 + vue-demi: 0.9.0_vue@3.0.11 transitivePeerDependencies: - '@vue/composition-api' - vue @@ -1714,8 +1953,8 @@ packages: hasBin: true dev: true - /acorn/8.2.1: - resolution: {integrity: sha512-z716cpm5TX4uzOzILx8PavOE6C6DKshHDw1aQN52M/yNSqE9s5O8SMfyhCCfCJ3HmTL0NkVOi+8a/55T7YB3bg==} + /acorn/8.2.4: + resolution: {integrity: sha512-Ibt84YwBDDA890eDiDCEqcbwvHlBvzzDkU2cGBBDDI1QWT12jTiXIOn2CIw5KK4i6N5Z2HUxwYjzriDyqaqqZg==} engines: {node: '>=0.4.0'} hasBin: true dev: true @@ -1729,8 +1968,8 @@ packages: uri-js: 4.4.1 dev: true - /ajv/8.2.0: - resolution: {integrity: sha512-WSNGFuyWd//XO8n/m/EaOlNLtO0yL8EXT/74LqT4khdhpZjP7lkj/kT5uwRmGitKEVp/Oj7ZUHeGfPtgHhQ5CA==} + /ajv/8.3.0: + resolution: {integrity: sha512-RYE7B5An83d7eWnDR8kbdaIFqmKCNsP16ay1hDbJEU+sa0e3H9SebskCt0Uufem6cfAVu7Col6ubcn/W+Sm8/Q==} dependencies: fast-deep-equal: 3.1.3 json-schema-traverse: 1.0.0 @@ -1738,11 +1977,27 @@ packages: uri-js: 4.4.1 dev: true + /ansi-align/3.0.0: + resolution: {integrity: sha512-ZpClVKqXN3RGBmKibdfWzqCY4lnjEuoNzU5T0oEFpfd/z5qJHVarukridD4juLO2FXMiwUQxr9WqQtaYa8XRYw==} + dependencies: + string-width: 3.1.0 + dev: true + /ansi-colors/4.1.1: resolution: {integrity: sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==} engines: {node: '>=6'} dev: true + /ansi-regex/3.0.0: + resolution: {integrity: sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=} + engines: {node: '>=4'} + dev: true + + /ansi-regex/4.1.0: + resolution: {integrity: sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==} + engines: {node: '>=6'} + dev: true + /ansi-regex/5.0.0: resolution: {integrity: sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==} engines: {node: '>=8'} @@ -1792,6 +2047,11 @@ packages: resolution: {integrity: sha1-uveeYubvTCpMC4MSMtr/7CUfnYM=} dev: true + /array-find-index/1.0.2: + resolution: {integrity: sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E=} + engines: {node: '>=0.10.0'} + dev: true + /array-flatten/1.1.1: resolution: {integrity: sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=} dev: true @@ -1804,7 +2064,11 @@ packages: define-properties: 1.1.3 es-abstract: 1.18.0 get-intrinsic: 1.1.1 - is-string: 1.0.5 + is-string: 1.0.6 + dev: true + + /array-iterate/1.1.4: + resolution: {integrity: sha512-sNRaPGh9nnmdC8Zf+pT3UqP8rnWj5Hf9wiFGsX3wUQ2yVSIhO2ShFwCoceIPpB41QF6i2OEmrHmCo36xronCVA==} dev: true /array-union/2.1.0: @@ -1831,12 +2095,25 @@ packages: function-bind: 1.1.1 dev: true + /arrify/1.0.1: + resolution: {integrity: sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=} + engines: {node: '>=0.10.0'} + dev: true + + /asap/2.0.6: + resolution: {integrity: sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=} + dev: true + /asn1/0.2.4: resolution: {integrity: sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==} dependencies: safer-buffer: 2.1.2 dev: true + /assert-never/1.2.1: + resolution: {integrity: sha512-TaTivMB6pYI1kXwrFlEhLeGfOqoDNdTxjCdwRfFFkEA30Eu+k48W34nlok2EYWJfFFzqaEmichdNM7th6M5HNw==} + dev: true + /assert-plus/1.0.0: resolution: {integrity: sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=} engines: {node: '>=0.8'} @@ -1877,42 +2154,53 @@ packages: object.assign: 4.1.2 dev: true - /babel-plugin-polyfill-corejs2/0.2.0_@babel+core@7.13.16: + /babel-plugin-polyfill-corejs2/0.2.0_@babel+core@7.14.0: resolution: {integrity: sha512-9bNwiR0dS881c5SHnzCmmGlMkJLl0OUZvxrxHo9w/iNoRuqaPjqlvBf4HrovXtQs/au5yKkpcdgfT1cC5PAZwg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.13.15 - '@babel/core': 7.13.16 - '@babel/helper-define-polyfill-provider': 0.2.0_@babel+core@7.13.16 + '@babel/compat-data': 7.14.0 + '@babel/core': 7.14.0 + '@babel/helper-define-polyfill-provider': 0.2.0_@babel+core@7.14.0 semver: 6.3.0 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-corejs3/0.2.0_@babel+core@7.13.16: + /babel-plugin-polyfill-corejs3/0.2.0_@babel+core@7.14.0: resolution: {integrity: sha512-zZyi7p3BCUyzNxLx8KV61zTINkkV65zVkDAFNZmrTCRVhjo1jAS+YLvDJ9Jgd/w2tsAviCwFHReYfxO3Iql8Yg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.16 - '@babel/helper-define-polyfill-provider': 0.2.0_@babel+core@7.13.16 - core-js-compat: 3.11.1 + '@babel/core': 7.14.0 + '@babel/helper-define-polyfill-provider': 0.2.0_@babel+core@7.14.0 + core-js-compat: 3.12.1 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-regenerator/0.2.0_@babel+core@7.13.16: + /babel-plugin-polyfill-regenerator/0.2.0_@babel+core@7.14.0: resolution: {integrity: sha512-J7vKbCuD2Xi/eEHxquHN14bXAW9CXtecwuLrOIDJtcZzTaPzV1VdEfoUf9AzcRBMolKUQKM9/GVojeh0hFiqMg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.13.16 - '@babel/helper-define-polyfill-provider': 0.2.0_@babel+core@7.13.16 + '@babel/core': 7.14.0 + '@babel/helper-define-polyfill-provider': 0.2.0_@babel+core@7.14.0 transitivePeerDependencies: - supports-color dev: true + /babel-walk/3.0.0-canary-5: + resolution: {integrity: sha512-GAwkz0AihzY5bkwIY5QDR+LvsRQgB/B+1foMPvi0FZPMl5fjD7ICiznUiBdLYMH1QYe6vqu4gWYytZOccLouFw==} + engines: {node: '>= 10.0.0'} + dependencies: + '@babel/types': 7.14.1 + dev: true + + /bail/1.0.5: + resolution: {integrity: sha512-xFbRxM1tahm08yHBP16MMjVUAvDaBMD38zsM9EMAUN61omwLmKlOpB/Zku5QkjZ8TZ4vn53pj+t518cH0S03RQ==} + dev: true + /balanced-match/1.0.2: resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} dev: true @@ -1923,11 +2211,6 @@ packages: tweetnacl: 0.14.5 dev: true - /big-integer/1.6.48: - resolution: {integrity: sha512-j51egjPa7/i+RdiRuJbPdJ2FIUYYPhvYLjzoYbcMMm62ooO6F94fETG4MTs46zPAF9Brs04OajboA/qTGuz78w==} - engines: {node: '>=0.6'} - dev: true - /big.js/5.2.2: resolution: {integrity: sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==} dev: true @@ -1937,17 +2220,6 @@ packages: engines: {node: '>=8'} dev: true - /binary/0.3.0: - resolution: {integrity: sha1-n2BVO8XOjDOG87VTz/R0Yq3sqnk=} - dependencies: - buffers: 0.1.1 - chainsaw: 0.1.0 - dev: true - - /bluebird/3.4.7: - resolution: {integrity: sha1-9y12C+Cbf3bQjtj66Ysomo0F+rM=} - dev: true - /bluebird/3.7.2: resolution: {integrity: sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==} dev: true @@ -1968,6 +2240,20 @@ packages: type-is: 1.6.18 dev: true + /boxen/3.2.0: + resolution: {integrity: sha512-cU4J/+NodM3IHdSL2yN8bqYqnmlBTidDR4RC7nJs61ZmtGz8VZzM3HLQX0zY5mrSmPtR3xWwsq2jOUQqFZN8+A==} + engines: {node: '>=6'} + dependencies: + ansi-align: 3.0.0 + camelcase: 5.3.1 + chalk: 2.4.2 + cli-boxes: 2.2.1 + string-width: 3.1.0 + term-size: 1.2.0 + type-fest: 0.3.1 + widest-line: 2.0.1 + dev: true + /brace-expansion/1.1.11: resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==} dependencies: @@ -1986,14 +2272,14 @@ packages: resolution: {integrity: sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==} dev: true - /browserslist/4.16.5: - resolution: {integrity: sha512-C2HAjrM1AI/djrpAUU/tr4pml1DqLIzJKSLDBXBrNErl9ZCCTXdhwxdJjYc16953+mBWf7Lw+uUJgpgb8cN71A==} + /browserslist/4.16.6: + resolution: {integrity: sha512-Wspk/PqO+4W9qp5iUTJsa1B/QrYn1keNCcEP5OvP7WBwT4KaDly0uONYmC6Xa3Z5IqnUgS0KcgLYu1l74x0ZXQ==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001219 + caniuse-lite: 1.0.30001227 colorette: 1.2.2 - electron-to-chromium: 1.3.723 + electron-to-chromium: 1.3.727 escalade: 3.1.1 node-releases: 1.1.71 dev: true @@ -2002,16 +2288,6 @@ packages: resolution: {integrity: sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==} dev: true - /buffer-indexof-polyfill/1.0.2: - resolution: {integrity: sha512-I7wzHwA3t1/lwXQh+A5PbNvJxgfo5r3xulgpYDB5zckTu/Z9oUK9biouBKQUjEqzaz3HnAT6TYoovmE+GqSf7A==} - engines: {node: '>=0.10'} - dev: true - - /buffers/0.1.1: - resolution: {integrity: sha1-skV5w77U1tOWru5tmorn9Ugqt7s=} - engines: {node: '>=0.2.0'} - dev: true - /builtin-modules/3.2.0: resolution: {integrity: sha512-lGzLKcioL90C7wMczpkY0n/oART3MbBa8R9OFGE1rJxoVI86u4WAGfEk8Wjv10eKSyTHVGkSo3bvBylCEtk7LA==} engines: {node: '>=6'} @@ -2027,6 +2303,19 @@ packages: engines: {node: '>= 0.8'} dev: true + /cacheable-request/6.1.0: + resolution: {integrity: sha512-Oj3cAGPCqOZX7Rz64Uny2GYAZNliQSqfbePrgAQ1wKAihYmCUnraBtJtKcGR4xz7wF+LoJC+ssFZvv5BgF9Igg==} + engines: {node: '>=8'} + dependencies: + clone-response: 1.0.2 + get-stream: 5.2.0 + http-cache-semantics: 4.1.0 + keyv: 3.1.0 + lowercase-keys: 2.0.0 + normalize-url: 4.5.0 + responselike: 1.0.2 + dev: true + /call-bind/1.0.2: resolution: {integrity: sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==} dependencies: @@ -2046,18 +2335,35 @@ packages: upper-case: 1.1.3 dev: true - /caniuse-lite/1.0.30001219: - resolution: {integrity: sha512-c0yixVG4v9KBc/tQ2rlbB3A/bgBFRvl8h8M4IeUbqCca4gsiCfvtaheUssbnux/Mb66Vjz7x8yYjDgYcNQOhyQ==} + /camelcase-keys/4.2.0: + resolution: {integrity: sha1-oqpfsa9oh1glnDLBQUJteJI7m3c=} + engines: {node: '>=4'} + dependencies: + camelcase: 4.1.0 + map-obj: 2.0.0 + quick-lru: 1.1.0 + dev: true + + /camelcase/4.1.0: + resolution: {integrity: sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=} + engines: {node: '>=4'} + dev: true + + /camelcase/5.3.1: + resolution: {integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==} + engines: {node: '>=6'} + dev: true + + /caniuse-lite/1.0.30001227: + resolution: {integrity: sha512-HHZT4QpUw4Pf45IE3xxKAPgAN3q2aRai/x5TSHP8lrrKzARoH0IeBviwStcRi5lsFlscTkBbXC7gXyms43151A==} dev: true /caseless/0.12.0: resolution: {integrity: sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=} dev: true - /chainsaw/0.1.0: - resolution: {integrity: sha1-XqtQsor+WAdNDVgpE4iCi15fvJg=} - dependencies: - traverse: 0.3.9 + /ccount/1.1.0: + resolution: {integrity: sha512-vlNK021QdI7PNeiUh/lKkC/mNHHfV0m/Ad5JoI0TYtlBnJAslM/JIkm/tGC88bkLIwO6OQ5uV6ztS6kVAtCDlg==} dev: true /chalk/2.4.2: @@ -2077,6 +2383,20 @@ packages: supports-color: 7.2.0 dev: true + /character-entities-html4/1.1.4: + resolution: {integrity: sha512-HRcDxZuZqMx3/a+qrzxdBKBPUpxWEq9xw2OPZ3a/174ihfrQKVsFhqtthBInFy1zZ9GgZyFXOatNujm8M+El3g==} + dev: true + + /character-entities-legacy/1.1.4: + resolution: {integrity: sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==} + dev: true + + /character-parser/2.2.0: + resolution: {integrity: sha1-x84o821LzZdE5f/CxfzeHHMmH8A=} + dependencies: + is-regex: 1.1.3 + dev: true + /chokidar/3.5.1: resolution: {integrity: sha512-9+s+Od+W0VJJzawDma/gvBNQqkTiqYTWLuZoyAsivsI4AaWTCzHG06/TMjsf1cYe9Cb97UCEhjz7HvnPk2p/tw==} engines: {node: '>= 8.10.0'} @@ -2110,6 +2430,11 @@ packages: escape-string-regexp: 1.0.5 dev: true + /cli-boxes/2.2.1: + resolution: {integrity: sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw==} + engines: {node: '>=6'} + dev: true + /clipboard/2.0.8: resolution: {integrity: sha512-Y6WO0unAIQp5bLmk1zdThRhgJt/x3ks6f30s3oE3H1mgIEU33XyQjEf8gsf6DxC7NPX8Y1SsNWjUjL/ywLnnbQ==} dependencies: @@ -2127,6 +2452,16 @@ packages: wrap-ansi: 7.0.0 dev: true + /clone-response/1.0.2: + resolution: {integrity: sha1-0dyXOSAxTfZ/vrlCI7TuNQI56Ws=} + dependencies: + mimic-response: 1.0.1 + dev: true + + /collapse-white-space/1.0.6: + resolution: {integrity: sha512-jEovNnrhMuqyCcjfEJA56v0Xq8SkIoPKDyaHahwo3POf4qcSXqMYuwNcOTzp74vTsR9Tn08z4MxWqAhcekogkQ==} + dev: true + /color-convert/1.9.3: resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==} dependencies: @@ -2159,6 +2494,10 @@ packages: delayed-stream: 1.0.0 dev: true + /comma-separated-tokens/1.0.8: + resolution: {integrity: sha512-GHuDRO12Sypu2cV70d1dkA2EUmXHgntrzbpvOB+Qy+49ypNfGgFQIC2fhhXbnyrJRynDCAARsT7Ou0M6hirpfw==} + dev: true + /commander/2.20.3: resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} dev: true @@ -2197,6 +2536,28 @@ packages: resolution: {integrity: sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=} dev: true + /concat-stream/1.6.2: + resolution: {integrity: sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==} + engines: {'0': node >= 0.8} + dependencies: + buffer-from: 1.1.1 + inherits: 2.0.4 + readable-stream: 2.3.7 + typedarray: 0.0.6 + dev: true + + /configstore/4.0.0: + resolution: {integrity: sha512-CmquAXFBocrzaSM8mtGPMM/HiWmyIpr4CcJl/rgY2uCObZ/S7cKU0silxslqJejl+t/T9HS8E0PUNQD81JGUEQ==} + engines: {node: '>=6'} + dependencies: + dot-prop: 4.2.1 + graceful-fs: 4.2.6 + make-dir: 1.3.0 + unique-string: 1.0.0 + write-file-atomic: 2.4.3 + xdg-basedir: 3.0.0 + dev: true + /consolidate/0.16.0: resolution: {integrity: sha512-Nhl1wzCslqXYTJVDyJCu3ODohy9OfBMB5uD2BiBTzd7w+QY0lBzafkR8y8755yMYHAaMD4NuzbAw03/xzfw+eQ==} engines: {node: '>= 0.10.0'} @@ -2204,6 +2565,13 @@ packages: bluebird: 3.7.2 dev: true + /constantinople/4.0.1: + resolution: {integrity: sha512-vCrqcSIq4//Gx74TXXCGnHpulY1dskqLTFGDmhrGxzeXL8lF8kvXv6mpNWlJj1uD4DW23D4ljAqbY4RRaaUZIw==} + dependencies: + '@babel/parser': 7.14.1 + '@babel/types': 7.14.1 + dev: true + /contains-path/0.1.0: resolution: {integrity: sha1-/ozxhP9mcLa67wGp1IYaXL7EEgo=} engines: {node: '>=0.10.0'} @@ -2236,10 +2604,10 @@ packages: engines: {node: '>= 0.6'} dev: true - /core-js-compat/3.11.1: - resolution: {integrity: sha512-aZ0e4tmlG/aOBHj92/TuOuZwp6jFvn1WNabU5VOVixzhu5t5Ao+JZkQOPlgNXu6ynwLrwJxklT4Gw1G1VGEh+g==} + /core-js-compat/3.12.1: + resolution: {integrity: sha512-i6h5qODpw6EsHAoIdQhKoZdWn+dGBF3dSS8m5tif36RlWvW3A6+yu2S16QHUo3CrkzrnEskMAt9f8FxmY9fhWQ==} dependencies: - browserslist: 4.16.5 + browserslist: 4.16.6 semver: 7.0.0 dev: true @@ -2263,6 +2631,14 @@ packages: cross-spawn: 7.0.3 dev: true + /cross-spawn/5.1.0: + resolution: {integrity: sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk=} + dependencies: + lru-cache: 4.1.5 + shebang-command: 1.2.0 + which: 1.3.1 + dev: true + /cross-spawn/7.0.3: resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==} engines: {node: '>= 8'} @@ -2272,6 +2648,11 @@ packages: which: 2.0.2 dev: true + /crypto-random-string/1.0.0: + resolution: {integrity: sha1-ojD2T1aDEOFJgAmUB5DsmVRbyn4=} + engines: {node: '>=4'} + dev: true + /crypto-random-string/2.0.0: resolution: {integrity: sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==} engines: {node: '>=8'} @@ -2301,6 +2682,13 @@ packages: /csstype/2.6.17: resolution: {integrity: sha512-u1wmTI1jJGzCJzWndZo8mk4wnPTZd1eOIYTYvuEyOQGfmDl3TrabCCfKnOC86FZwW/9djqTl933UF/cS425i9A==} + /currently-unhandled/0.4.1: + resolution: {integrity: sha1-mI3zP+qxke95mmE2nddsF635V+o=} + engines: {node: '>=0.10.0'} + dependencies: + array-find-index: 1.0.2 + dev: true + /dashdash/1.14.1: resolution: {integrity: sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=} engines: {node: '>=0.10'} @@ -2323,6 +2711,12 @@ packages: ms: 2.0.0 dev: true + /debug/3.2.7: + resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==} + dependencies: + ms: 2.1.3 + dev: true + /debug/4.3.1: resolution: {integrity: sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==} engines: {node: '>=6.0'} @@ -2347,10 +2741,30 @@ packages: ms: 2.1.2 dev: true + /decamelize-keys/1.1.0: + resolution: {integrity: sha1-0XGoeTMlKAfrPLYdwcFEXQeN8tk=} + engines: {node: '>=0.10.0'} + dependencies: + decamelize: 1.2.0 + map-obj: 1.0.1 + dev: true + + /decamelize/1.2.0: + resolution: {integrity: sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=} + engines: {node: '>=0.10.0'} + dev: true + /decimal.js/10.2.1: resolution: {integrity: sha512-KaL7+6Fw6i5A2XSnsbhm/6B+NuEA7TZ4vqxnd5tXz9sbKtrN9Srj8ab4vKVdK8YAqZO9P1kg45Y6YLoduPf+kw==} dev: true + /decompress-response/3.3.0: + resolution: {integrity: sha1-gKTdMjdIOEv6JICDYirt7Jgq3/M=} + engines: {node: '>=4'} + dependencies: + mimic-response: 1.0.1 + dev: true + /deep-equal/2.0.5: resolution: {integrity: sha512-nPiRgmbAtm1a3JsnLCf6/SLfXcjyN5v8L1TXzdCmHrXJ4hx+gW/w1YCcn7z8gJtSiDArZCgYtbao3QqLm/N1Sw==} dependencies: @@ -2358,8 +2772,8 @@ packages: es-get-iterator: 1.1.2 get-intrinsic: 1.1.1 is-arguments: 1.1.0 - is-date-object: 1.0.2 - is-regex: 1.1.2 + is-date-object: 1.0.4 + is-regex: 1.1.3 isarray: 2.0.5 object-is: 1.1.5 object-keys: 1.1.1 @@ -2371,6 +2785,11 @@ packages: which-typed-array: 1.1.4 dev: true + /deep-extend/0.6.0: + resolution: {integrity: sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==} + engines: {node: '>=4.0.0'} + dev: true + /deep-is/0.1.3: resolution: {integrity: sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=} dev: true @@ -2380,6 +2799,10 @@ packages: engines: {node: '>=0.10.0'} dev: true + /defer-to-connect/1.1.3: + resolution: {integrity: sha512-0ISdNousHvZT2EiFlZeZAHBUvSxmKswVCEf8hW7KWgG4a8MVEu/3Vb6uWYozkjylyCxe0JBIiRB1jV45S70WVQ==} + dev: true + /define-properties/1.1.3: resolution: {integrity: sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==} engines: {node: '>= 0.4'} @@ -2439,6 +2862,10 @@ packages: esutils: 2.0.3 dev: true + /doctypes/1.1.0: + resolution: {integrity: sha1-6oCxBqh1OHdOijpKWv4pPeSJ4Kk=} + dev: true + /dom-serializer/1.3.1: resolution: {integrity: sha512-Pv2ZluG5ife96udGgEDovOOOA5UELkltfJpnIExPrAk1LTvecolUGn6lIaoLh86d83GiB86CjzciMd9BuRB71Q==} dependencies: @@ -2473,10 +2900,15 @@ packages: domhandler: 4.2.0 dev: true - /duplexer2/0.1.4: - resolution: {integrity: sha1-ixLauHjA1p4+eJEFFmKjL8a93ME=} + /dot-prop/4.2.1: + resolution: {integrity: sha512-l0p4+mIuJIua0mhxGoh4a+iNL9bmeK5DvnSVQa6T0OhrVmaEa1XScX5Etc673FePCJOArq/4Pa2cLGODUWTPOQ==} + engines: {node: '>=4'} dependencies: - readable-stream: 2.3.7 + is-obj: 1.0.1 + dev: true + + /duplexer3/0.1.4: + resolution: {integrity: sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI=} dev: true /ecc-jsbn/0.1.2: @@ -2496,8 +2928,19 @@ packages: requiresBuild: true dev: true - /electron-to-chromium/1.3.723: - resolution: {integrity: sha512-L+WXyXI7c7+G1V8ANzRsPI5giiimLAUDC6Zs1ojHHPhYXb3k/iTABFmWjivEtsWrRQymjnO66/rO2ZTABGdmWg==} + /electron-to-chromium/1.3.727: + resolution: {integrity: sha512-Mfz4FIB4FSvEwBpDfdipRIrwd6uo8gUDoRDF4QEYb4h4tSuI3ov594OrjU6on042UlFHouIJpClDODGkPcBSbg==} + dev: true + + /emmet/2.3.4: + resolution: {integrity: sha512-3IqSwmO+N2ZGeuhDyhV/TIOJFUbkChi53bcasSNRE7Yd+4eorbbYz4e53TpMECt38NtYkZNupQCZRlwdAYA42A==} + dependencies: + '@emmetio/abbreviation': 2.2.2 + '@emmetio/css-abbreviation': 2.1.4 + dev: true + + /emoji-regex/7.0.3: + resolution: {integrity: sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==} dev: true /emoji-regex/8.0.0: @@ -2514,6 +2957,12 @@ packages: engines: {node: '>= 0.8'} dev: true + /end-of-stream/1.4.4: + resolution: {integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==} + dependencies: + once: 1.4.0 + dev: true + /enquirer/2.3.6: resolution: {integrity: sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==} engines: {node: '>=8.6'} @@ -2547,9 +2996,9 @@ packages: has-symbols: 1.0.2 is-callable: 1.2.3 is-negative-zero: 2.0.1 - is-regex: 1.1.2 - is-string: 1.0.5 - object-inspect: 1.10.2 + is-regex: 1.1.3 + is-string: 1.0.6 + object-inspect: 1.10.3 object-keys: 1.1.1 object.assign: 4.1.2 string.prototype.trimend: 1.0.4 @@ -2566,7 +3015,7 @@ packages: is-arguments: 1.1.0 is-map: 2.0.2 is-set: 2.0.2 - is-string: 1.0.5 + is-string: 1.0.6 isarray: 2.0.5 dev: true @@ -2575,12 +3024,12 @@ packages: engines: {node: '>= 0.4'} dependencies: is-callable: 1.2.3 - is-date-object: 1.0.2 - is-symbol: 1.0.3 + is-date-object: 1.0.4 + is-symbol: 1.0.4 dev: true - /esbuild/0.9.7: - resolution: {integrity: sha512-VtUf6aQ89VTmMLKrWHYG50uByMF4JQlVysb8dmg6cOgW8JnFCipmz7p+HNBl+RR3LLCuBxFGVauAe2wfnF9bLg==} + /esbuild/0.11.20: + resolution: {integrity: sha512-QOZrVpN/Yz74xfat0H6euSgn3RnwLevY1mJTEXneukz1ln9qB+ieaerRMzSeETpz/UJWsBMzRVR/andBht5WKw==} hasBin: true requiresBuild: true dev: true @@ -2612,7 +3061,7 @@ packages: source-map: 0.6.1 dev: true - /eslint-config-standard/16.0.2_c8c25406d700ad7e2af726d488d3786c: + /eslint-config-standard/16.0.2_a9de41b956fd906bcc0b2bed9b365818: resolution: {integrity: sha512-fx3f1rJDsl9bY7qzyX8SAtP8GBSk6MfXFaTfaGgk12aAYW4gJSyRm7dM790L6cbXv63fvjY4XeSzXnb4WM+SKw==} peerDependencies: eslint: ^7.12.1 @@ -2620,9 +3069,9 @@ packages: eslint-plugin-node: ^11.1.0 eslint-plugin-promise: ^4.2.1 dependencies: - eslint: 7.25.0 - eslint-plugin-import: 2.22.1_eslint@7.25.0 - eslint-plugin-node: 11.1.0_eslint@7.25.0 + eslint: 7.26.0 + eslint-plugin-import: 2.22.1_eslint@7.26.0 + eslint-plugin-node: 11.1.0_eslint@7.26.0 eslint-plugin-promise: 4.3.1 dev: true @@ -2641,25 +3090,25 @@ packages: pkg-dir: 2.0.0 dev: true - /eslint-plugin-es/3.0.1_eslint@7.25.0: + /eslint-plugin-es/3.0.1_eslint@7.26.0: resolution: {integrity: sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=4.19.1' dependencies: - eslint: 7.25.0 + eslint: 7.26.0 eslint-utils: 2.1.0 regexpp: 3.1.0 dev: true - /eslint-plugin-eslint-comments/3.2.0_eslint@7.25.0: + /eslint-plugin-eslint-comments/3.2.0_eslint@7.26.0: resolution: {integrity: sha512-0jkOl0hfojIHHmEHgmNdqv4fmh7300NdpA9FFpF7zaoLvB/QeXOGNLIo86oAveJFrfB1p05kC8hpEMHM8DwWVQ==} engines: {node: '>=6.5.0'} peerDependencies: eslint: '>=4.19.1' dependencies: escape-string-regexp: 1.0.5 - eslint: 7.25.0 + eslint: 7.26.0 ignore: 5.1.8 dev: true @@ -2669,7 +3118,7 @@ packages: htmlparser2: 6.1.0 dev: true - /eslint-plugin-import/2.22.1_eslint@7.25.0: + /eslint-plugin-import/2.22.1_eslint@7.26.0: resolution: {integrity: sha512-8K7JjINHOpH64ozkAhpT3sd+FswIZTfMZTjdx052pnWrgRCVfp8op9tbjpAk3DdUeI/Ba4C8OjdC0r90erHEOw==} engines: {node: '>=4'} peerDependencies: @@ -2680,7 +3129,7 @@ packages: contains-path: 0.1.0 debug: 2.6.9 doctrine: 1.5.0 - eslint: 7.25.0 + eslint: 7.26.0 eslint-import-resolver-node: 0.3.4 eslint-module-utils: 2.6.0 has: 1.0.3 @@ -2691,25 +3140,25 @@ packages: tsconfig-paths: 3.9.0 dev: true - /eslint-plugin-jsonc/1.2.1_eslint@7.25.0: + /eslint-plugin-jsonc/1.2.1_eslint@7.26.0: resolution: {integrity: sha512-m7o4gaNKojSwRJDNP0/7HK1vGfGgynX6DeTHTXhYGxWn2DB8E2RU5jeK95CYw1/mwej4ku2Xd9Tevn6WOlI6Dg==} peerDependencies: eslint: ^5.0.0 || >=6.0.0 dependencies: - eslint: 7.25.0 + eslint: 7.26.0 eslint-utils: 2.1.0 jsonc-eslint-parser: 1.0.1 natural-compare: 1.4.0 dev: true - /eslint-plugin-node/11.1.0_eslint@7.25.0: + /eslint-plugin-node/11.1.0_eslint@7.26.0: resolution: {integrity: sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=5.16.0' dependencies: - eslint: 7.25.0 - eslint-plugin-es: 3.0.1_eslint@7.25.0 + eslint: 7.26.0 + eslint-plugin-es: 3.0.1_eslint@7.26.0 eslint-utils: 2.1.0 ignore: 5.1.8 minimatch: 3.0.4 @@ -2722,7 +3171,7 @@ packages: engines: {node: '>=6'} dev: true - /eslint-plugin-react/7.23.2_eslint@7.25.0: + /eslint-plugin-react/7.23.2_eslint@7.26.0: resolution: {integrity: sha512-AfjgFQB+nYszudkxRkTFu0UR1zEQig0ArVMPloKhxwlwkzaw/fBiH0QWcBBhZONlXqQC51+nfqFrkn4EzHcGBw==} engines: {node: '>=4'} peerDependencies: @@ -2731,7 +3180,7 @@ packages: array-includes: 3.1.3 array.prototype.flatmap: 1.2.4 doctrine: 2.1.0 - eslint: 7.25.0 + eslint: 7.26.0 has: 1.0.3 jsx-ast-utils: 3.2.0 minimatch: 3.0.4 @@ -2743,7 +3192,7 @@ packages: string.prototype.matchall: 4.0.4 dev: true - /eslint-plugin-unicorn/28.0.2_eslint@7.25.0: + /eslint-plugin-unicorn/28.0.2_eslint@7.26.0: resolution: {integrity: sha512-k4AoFP7n8/oq6lBXkdc9Flid6vw2B8j7aXFCxgzJCyKvmaKrCUFb1TFPhG9eSJQFZowqmymMPRtl8oo9NKLUbw==} engines: {node: '>=10'} peerDependencies: @@ -2751,10 +3200,10 @@ packages: dependencies: ci-info: 2.0.0 clean-regexp: 1.0.0 - eslint: 7.25.0 - eslint-template-visitor: 2.3.2_eslint@7.25.0 + eslint: 7.26.0 + eslint-template-visitor: 2.3.2_eslint@7.26.0 eslint-utils: 2.1.0 - eslint-visitor-keys: 2.0.0 + eslint-visitor-keys: 2.1.0 import-modules: 2.1.0 lodash: 4.17.21 pluralize: 8.0.0 @@ -2767,28 +3216,28 @@ packages: - supports-color dev: true - /eslint-plugin-vue/7.7.0_eslint@7.25.0: + /eslint-plugin-vue/7.7.0_eslint@7.26.0: resolution: {integrity: sha512-mYz4bpLGv5jx6YG/GvKkqbGSfV7uma2u1P3mLA41Q5vQl8W1MeuTneB8tfsLq6xxxesFubcrOC0BZBJ5R+eaCQ==} engines: {node: '>=8.10'} peerDependencies: eslint: ^6.2.0 || ^7.0.0 dependencies: - eslint: 7.25.0 + eslint: 7.26.0 eslint-utils: 2.1.0 natural-compare: 1.4.0 semver: 7.3.5 - vue-eslint-parser: 7.6.0_eslint@7.25.0 + vue-eslint-parser: 7.6.0_eslint@7.26.0 transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-yml/0.8.1_eslint@7.25.0: + /eslint-plugin-yml/0.8.1_eslint@7.26.0: resolution: {integrity: sha512-Cmqj/8eUoQ3ryesaOgsS2wdhYJJ6NCCBiO1BtCMZ8d3LRvnW0J2aImfiAtgqkpXEbmfL8P9wI1FqxSVOdujbSA==} peerDependencies: eslint: '>=6.0.0' dependencies: debug: 4.3.1 - eslint: 7.25.0 + eslint: 7.26.0 lodash: 4.17.21 natural-compare: 1.4.0 yaml-eslint-parser: 0.3.2 @@ -2804,15 +3253,15 @@ packages: estraverse: 4.3.0 dev: true - /eslint-template-visitor/2.3.2_eslint@7.25.0: + /eslint-template-visitor/2.3.2_eslint@7.26.0: resolution: {integrity: sha512-3ydhqFpuV7x1M9EK52BPNj6V0Kwu0KKkcIAfpUhwHbR8ocRln/oUHgfxQupY8O1h4Qv/POHDumb/BwwNfxbtnA==} peerDependencies: eslint: '>=7.0.0' dependencies: - '@babel/core': 7.13.16 - '@babel/eslint-parser': 7.13.14_898a7a025c5413b619a892ba97f73e55 - eslint: 7.25.0 - eslint-visitor-keys: 2.0.0 + '@babel/core': 7.14.0 + '@babel/eslint-parser': 7.13.14_@babel+core@7.14.0+eslint@7.26.0 + eslint: 7.26.0 + eslint-visitor-keys: 2.1.0 esquery: 1.4.0 multimap: 1.1.0 transitivePeerDependencies: @@ -2831,18 +3280,18 @@ packages: engines: {node: '>=4'} dev: true - /eslint-visitor-keys/2.0.0: - resolution: {integrity: sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==} + /eslint-visitor-keys/2.1.0: + resolution: {integrity: sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==} engines: {node: '>=10'} dev: true - /eslint/7.25.0: - resolution: {integrity: sha512-TVpSovpvCNpLURIScDRB6g5CYu/ZFq9GfX2hLNIV4dSBKxIWojeDODvYl3t0k0VtMxYeR8OXPCFE5+oHMlGfhw==} + /eslint/7.26.0: + resolution: {integrity: sha512-4R1ieRf52/izcZE7AlLy56uIHHDLT74Yzz2Iv2l6kDaYvEu9x+wMB5dZArVL8SYGXSYV2YAg70FcW5Y5nGGNIg==} engines: {node: ^10.12.0 || >=12.0.0} hasBin: true dependencies: '@babel/code-frame': 7.12.11 - '@eslint/eslintrc': 0.4.0 + '@eslint/eslintrc': 0.4.1 ajv: 6.12.6 chalk: 4.1.1 cross-spawn: 7.0.3 @@ -2851,7 +3300,7 @@ packages: enquirer: 2.3.6 eslint-scope: 5.1.1 eslint-utils: 2.1.0 - eslint-visitor-keys: 2.0.0 + eslint-visitor-keys: 2.1.0 espree: 7.3.1 esquery: 1.4.0 esutils: 2.0.3 @@ -2875,7 +3324,7 @@ packages: semver: 7.3.5 strip-ansi: 6.0.0 strip-json-comments: 3.1.1 - table: 6.6.0 + table: 6.7.0 text-table: 0.2.0 v8-compile-cache: 2.3.0 transitivePeerDependencies: @@ -2947,13 +3396,26 @@ packages: engines: {node: '>= 0.6'} dev: true + /execa/0.7.0: + resolution: {integrity: sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c=} + engines: {node: '>=4'} + dependencies: + cross-spawn: 5.1.0 + get-stream: 3.0.0 + is-stream: 1.1.0 + npm-run-path: 2.0.2 + p-finally: 1.0.0 + signal-exit: 3.0.3 + strip-eof: 1.0.0 + dev: true + /express-minify/1.0.0: resolution: {integrity: sha512-04/iYxB79jGeNZBBkbAW7L7FMG4Wtu78F1SayXIKiJD6MfqYnOI3DD8no7QOntgedYCdYUpj+Skg8QWR/2WnMQ==} engines: {node: '>= 4.0.0'} dependencies: clean-css: 4.2.3 on-headers: 1.0.2 - uglify-js: 3.13.4 + uglify-js: 3.13.5 dev: true /express/4.17.1: @@ -3038,6 +3500,12 @@ packages: reusify: 1.0.4 dev: true + /fault/1.0.4: + resolution: {integrity: sha512-CJ0HCB5tL5fYTEA7ToAq5+kTwd++Borf1/bifxd9iT70QcXr4MRrO3Llf8Ifs70q+SJcGHFtnIE/Nw6giCtECA==} + dependencies: + format: 0.2.2 + dev: true + /file-entry-cache/6.0.1: resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==} engines: {node: ^10.12.0 || >=12.0.0} @@ -3092,6 +3560,11 @@ packages: resolution: {integrity: sha512-zAoAQiudy+r5SvnSw3KJy5os/oRJYHzrzja/tBDqrZtNhUw8bt6y8OBzMWcjWr+8liV8Eb6yOhw8WZ7VFZ5ZzA==} dev: true + /fn-name/2.0.1: + resolution: {integrity: sha1-UhTXU3pNBqSjAcDMJi/rhBiAAuc=} + engines: {node: '>=0.10.0'} + dev: true + /foreach/2.0.5: resolution: {integrity: sha1-C+4AUBiusmDQo6865ljdATbsG5k=} dev: true @@ -3109,6 +3582,11 @@ packages: mime-types: 2.1.30 dev: true + /format/0.2.2: + resolution: {integrity: sha1-1hcBB+nv3E7TDJ3DkBbflCtctYs=} + engines: {node: '>=0.4.x'} + dev: true + /forwarded/0.1.2: resolution: {integrity: sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ=} engines: {node: '>= 0.6'} @@ -3119,6 +3597,15 @@ packages: engines: {node: '>= 0.6'} dev: true + /fs-extra/10.0.0: + resolution: {integrity: sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==} + engines: {node: '>=12'} + dependencies: + graceful-fs: 4.2.6 + jsonfile: 6.1.0 + universalify: 2.0.0 + dev: true + /fs-extra/9.1.0: resolution: {integrity: sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==} engines: {node: '>=10'} @@ -3140,16 +3627,6 @@ packages: dev: true optional: true - /fstream/1.0.12: - resolution: {integrity: sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg==} - engines: {node: '>=0.6'} - dependencies: - graceful-fs: 4.2.6 - inherits: 2.0.4 - mkdirp: 0.5.5 - rimraf: 2.7.1 - dev: true - /function-bind/1.1.1: resolution: {integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==} dev: true @@ -3186,6 +3663,25 @@ packages: resolution: {integrity: sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==} dev: true + /get-stream/3.0.0: + resolution: {integrity: sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=} + engines: {node: '>=4'} + dev: true + + /get-stream/4.1.0: + resolution: {integrity: sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==} + engines: {node: '>=6'} + dependencies: + pump: 3.0.0 + dev: true + + /get-stream/5.2.0: + resolution: {integrity: sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==} + engines: {node: '>=8'} + dependencies: + pump: 3.0.0 + dev: true + /getpass/0.1.7: resolution: {integrity: sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=} dependencies: @@ -3210,6 +3706,24 @@ packages: path-is-absolute: 1.0.1 dev: true + /glob/7.1.7: + resolution: {integrity: sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==} + dependencies: + fs.realpath: 1.0.0 + inflight: 1.0.6 + inherits: 2.0.4 + minimatch: 3.0.4 + once: 1.4.0 + path-is-absolute: 1.0.1 + dev: true + + /global-dirs/0.1.1: + resolution: {integrity: sha1-sxnA3UYH81PzvpzKTHL8FIxJ9EU=} + engines: {node: '>=4'} + dependencies: + ini: 1.3.8 + dev: true + /globals/11.12.0: resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==} engines: {node: '>=4'} @@ -3248,6 +3762,23 @@ packages: dev: true optional: true + /got/9.6.0: + resolution: {integrity: sha512-R7eWptXuGYxwijs0eV+v3o6+XH1IqVK8dJOEecQfTmkncw9AV4dcw/Dhxi8MdlqPthxxpZyizMzyg8RTmEsG+Q==} + engines: {node: '>=8.6'} + dependencies: + '@sindresorhus/is': 0.14.0 + '@szmarczak/http-timer': 1.1.2 + cacheable-request: 6.1.0 + decompress-response: 3.3.0 + duplexer3: 0.1.4 + get-stream: 4.1.0 + lowercase-keys: 1.0.1 + mimic-response: 1.0.1 + p-cancelable: 1.1.0 + to-readable-stream: 1.0.0 + url-parse-lax: 3.0.0 + dev: true + /graceful-fs/4.2.6: resolution: {integrity: sha512-nTnJ528pbqxYanhpDYsi4Rd8MAeaBA67+RZ10CM1m3bTAVFEDcd5AuA4a6W5YkGZ1iNXHzZz8T6TBKLeBuNriQ==} dev: true @@ -3299,6 +3830,11 @@ packages: engines: {node: '>= 0.4'} dev: true + /has-yarn/2.1.0: + resolution: {integrity: sha512-UqBRqi4ju7T+TqGNdqAO0PaSVGsDGJUBQvk9eUWNGRY1CFGDzYhLWoM7JQEemnlvVcv/YEmc2wNW8BC24EnUsw==} + engines: {node: '>=8'} + dev: true + /has/1.0.3: resolution: {integrity: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==} engines: {node: '>= 0.4.0'} @@ -3310,6 +3846,39 @@ packages: resolution: {integrity: sha512-WdZTbAByD+pHfl/g9QSsBIIwy8IT+EsPiKDs0KNX+zSHhdDLFKdZu0BQHljvO+0QI/BasbMSUa8wYNCZTvhslg==} dev: true + /hast-util-embedded/1.0.6: + resolution: {integrity: sha512-JQMW+TJe0UAIXZMjCJ4Wf6ayDV9Yv3PBDPsHD4ExBpAspJ6MOcCX+nzVF+UJVv7OqPcg852WEMSHQPoRA+FVSw==} + dependencies: + hast-util-is-element: 1.1.0 + dev: true + + /hast-util-has-property/1.0.4: + resolution: {integrity: sha512-ghHup2voGfgFoHMGnaLHOjbYFACKrRh9KFttdCzMCbFoBMJXiNi2+XTrPP8+q6cDJM/RSqlCfVWrjp1H201rZg==} + dev: true + + /hast-util-is-body-ok-link/1.0.4: + resolution: {integrity: sha512-mFblNpLvFbD8dG2Nw5dJBYZkxIHeph1JAh5yr4huI7T5m8cV0zaXNiqzKPX/JdjA+tIDF7c33u9cxK132KRjyQ==} + dependencies: + hast-util-has-property: 1.0.4 + hast-util-is-element: 1.1.0 + dev: true + + /hast-util-is-element/1.1.0: + resolution: {integrity: sha512-oUmNua0bFbdrD/ELDSSEadRVtWZOf3iF6Lbv81naqsIV99RnSCieTbWuWCY8BAeEfKJTKl0gRdokv+dELutHGQ==} + dev: true + + /hast-util-parse-selector/2.2.5: + resolution: {integrity: sha512-7j6mrk/qqkSehsM92wQjdIgWM2/BW61u/53G6xmC8i1OmEdKLHbk419QKQUjz6LglWsfqoiHmyMRkP1BGjecNQ==} + dev: true + + /hast-util-to-string/1.0.4: + resolution: {integrity: sha512-eK0MxRX47AV2eZ+Lyr18DCpQgodvaS3fAQO2+b9Two9F5HEoRPhiUMNzoXArMJfZi2yieFzUBMRl3HNJ3Jus3w==} + dev: true + + /hast-util-whitespace/1.0.4: + resolution: {integrity: sha512-I5GTdSfhYfAPNztx2xJRQpG8cuDSNt599/7YUn7Gx/WxNMsG+a835k97TDkFgk123cwjfwINaZknkKkphx/f2A==} + dev: true + /he/1.2.0: resolution: {integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==} hasBin: true @@ -3346,7 +3915,15 @@ packages: he: 1.2.0 param-case: 2.1.1 relateurl: 0.2.7 - uglify-js: 3.13.4 + uglify-js: 3.13.5 + dev: true + + /html-void-elements/1.0.5: + resolution: {integrity: sha512-uE/TxKuyNIcx44cIWnjr/rfIATDH7ZaOMmstu0CwhFG1Dunhlp4OC6/NMbhiwoq5BpW0ubi303qnEk/PZj614w==} + dev: true + + /html-whitespace-sensitive-tag-names/1.0.3: + resolution: {integrity: sha512-GX1UguduCBEAEo1hjFxc2Bz04/sDq0ACNyT7LsuoDcPfXYI3nS0NRPp3dyazLJyVUMp3GPBB56i/0Zr6CqD2PQ==} dev: true /htmlparser2/6.1.0: @@ -3358,6 +3935,10 @@ packages: entities: 2.2.0 dev: true + /http-cache-semantics/4.1.0: + resolution: {integrity: sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==} + dev: true + /http-deceiver/1.2.7: resolution: {integrity: sha1-+nFolEq5pRnTN8sL7HKE3D5yPYc=} dev: true @@ -3393,8 +3974,8 @@ packages: sshpk: 1.16.1 dev: true - /https-localhost/4.6.4: - resolution: {integrity: sha512-S+bRDNPJ2T63tnGK2y0C14v742vGLOy8KBZAz6IebRQ8U3M5vVpF0PurGZwzugrzlo9vdNOcfHJyMCwIjtpuxw==} + /https-localhost/4.6.5: + resolution: {integrity: sha512-K62psOhUUyIgfXEoV289mMo2J7n1DB/iSx7wCCpKqIp9lRPUjHd6+BVzkNHfWKwmjjPtIA5Mga5US/wblJHrpw==} hasBin: true dependencies: appdata-path: 1.0.0 @@ -3418,13 +3999,17 @@ packages: resolution: {integrity: sha1-Bupvg2ead0njhs/h/oEq5dsiPe0=} dev: true - /icss-utils/5.1.0_postcss@8.2.13: + /icss-utils/5.1.0_postcss@8.2.14: resolution: {integrity: sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.2.13 + postcss: 8.2.14 + dev: true + + /ignore/3.3.10: + resolution: {integrity: sha512-Pgs951kaMm5GXP7MOvxERINe3gsaVjUWFm+UZPSq9xYriQAksyhg0csnS0KXSNRD5NmNdapXEpjxG49+AKh/ug==} dev: true /ignore/4.0.6: @@ -3445,6 +4030,11 @@ packages: resolve-from: 4.0.0 dev: true + /import-lazy/2.1.0: + resolution: {integrity: sha1-BWmOPUXIjo1+nZLLBYTnfwlvPkM=} + engines: {node: '>=4'} + dev: true + /import-modules/2.1.0: resolution: {integrity: sha512-8HEWcnkbGpovH9yInoisxaSoIg9Brbul+Ju3Kqe2UsYDUBJD/iQjSgEj0zPcTDPKfPp2fs5xlv1i+JSye/m1/A==} engines: {node: '>=8'} @@ -3455,6 +4045,11 @@ packages: engines: {node: '>=0.8.19'} dev: true + /indent-string/3.2.0: + resolution: {integrity: sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok=} + engines: {node: '>=4'} + dev: true + /inflight/1.0.6: resolution: {integrity: sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=} dependencies: @@ -3470,6 +4065,10 @@ packages: resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} dev: true + /ini/1.3.8: + resolution: {integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==} + dev: true + /internal-slot/1.0.3: resolution: {integrity: sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==} engines: {node: '>= 0.4'} @@ -3484,6 +4083,17 @@ packages: engines: {node: '>= 0.10'} dev: true + /is-alphabetical/1.0.4: + resolution: {integrity: sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==} + dev: true + + /is-alphanumerical/1.0.4: + resolution: {integrity: sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==} + dependencies: + is-alphabetical: 1.0.4 + is-decimal: 1.0.4 + dev: true + /is-arguments/1.1.0: resolution: {integrity: sha512-1Ij4lOMPl/xB5kBDn7I+b2ttPMKa8szhEIrXDuXQD/oe3HJLTLhqhgGspwgyGd6MOywBUqVvYicF72lkgDnIHg==} engines: {node: '>= 0.4'} @@ -3495,8 +4105,8 @@ packages: resolution: {integrity: sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=} dev: true - /is-bigint/1.0.1: - resolution: {integrity: sha512-J0ELF4yHFxHy0cmSxZuheDOz2luOdVvqjwmEcj8H/L1JHeuEDSDbeRP+Dk9kFVk5RTFzbucJ2Kb9F7ixY2QaCg==} + /is-bigint/1.0.2: + resolution: {integrity: sha512-0JV5+SOCQkIdzjBK9buARcV804Ddu7A0Qet6sHi3FimE9ne6m4BGQZfRn+NZiXbBk4F4XmHfDZIipLj9pX8dSA==} dev: true /is-binary-path/2.1.0: @@ -3506,29 +4116,56 @@ packages: binary-extensions: 2.2.0 dev: true - /is-boolean-object/1.1.0: - resolution: {integrity: sha512-a7Uprx8UtD+HWdyYwnD1+ExtTgqQtD2k/1yJgtXP6wnMm8byhkoTZRl+95LLThpzNZJ5aEvi46cdH+ayMFRwmA==} + /is-boolean-object/1.1.1: + resolution: {integrity: sha512-bXdQWkECBUIAcCkeH1unwJLIpZYaa5VvuygSyS/c2lf719mTKZDU5UdDRlpd01UjADgmW8RfqaP+mRaVPdr/Ng==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 dev: true + /is-buffer/2.0.5: + resolution: {integrity: sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==} + engines: {node: '>=4'} + dev: true + /is-callable/1.2.3: resolution: {integrity: sha512-J1DcMe8UYTBSrKezuIUTUwjXsho29693unXM2YhJUTR2txK/eG47bvNa/wipPFmZFgr/N6f1GA66dv0mEyTIyQ==} engines: {node: '>= 0.4'} dev: true - /is-core-module/2.3.0: - resolution: {integrity: sha512-xSphU2KG9867tsYdLD4RWQ1VqdFl4HTO9Thf3I/3dLEfr0dbPTWKsuCKrgqMljg4nPE+Gq0VCnzT3gr0CyBmsw==} + /is-ci/2.0.0: + resolution: {integrity: sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==} + hasBin: true + dependencies: + ci-info: 2.0.0 + dev: true + + /is-core-module/2.4.0: + resolution: {integrity: sha512-6A2fkfq1rfeQZjxrZJGerpLCTHRNEBiSgnu0+obeJpEPZRUooHgsizvzv0ZjJwOz3iWIHdJtVWJ/tmPr3D21/A==} dependencies: has: 1.0.3 dev: true - /is-date-object/1.0.2: - resolution: {integrity: sha512-USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g==} + /is-date-object/1.0.4: + resolution: {integrity: sha512-/b4ZVsG7Z5XVtIxs/h9W8nvfLgSAyKYdtGWQLbqy6jA1icmgjf8WCoTKgeS4wy5tYaPePouzFMANbnj94c2Z+A==} engines: {node: '>= 0.4'} dev: true + /is-decimal/1.0.4: + resolution: {integrity: sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==} + dev: true + + /is-empty/1.2.0: + resolution: {integrity: sha1-3pu1snhzigWgsJpX4ftNSjQan2s=} + dev: true + + /is-expression/4.0.0: + resolution: {integrity: sha512-zMIXX63sxzG3XrkHkrAPvm/OVZVSCPNkwMHU8oTX7/U3AL78I0QXCEICXUM13BIa8TYGZ68PiTKfQz3yaTNr4A==} + dependencies: + acorn: 7.4.1 + object-assign: 4.1.1 + dev: true + /is-extendable/0.1.1: resolution: {integrity: sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=} engines: {node: '>=0.10.0'} @@ -3539,6 +4176,11 @@ packages: engines: {node: '>=0.10.0'} dev: true + /is-fullwidth-code-point/2.0.0: + resolution: {integrity: sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=} + engines: {node: '>=4'} + dev: true + /is-fullwidth-code-point/3.0.0: resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==} engines: {node: '>=8'} @@ -3551,6 +4193,22 @@ packages: is-extglob: 2.1.1 dev: true + /is-hexadecimal/1.0.4: + resolution: {integrity: sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==} + dev: true + + /is-hidden/1.1.3: + resolution: {integrity: sha512-FFzhGKA9h59OFxeaJl0W5ILTYetI8WsdqdofKr69uLKZdV6hbDKxj8vkpG3L9uS/6Q/XYh1tkXm6xwRGFweETA==} + dev: true + + /is-installed-globally/0.1.0: + resolution: {integrity: sha1-Df2Y9akRFxbdU13aZJL2e/PSWoA=} + engines: {node: '>=4'} + dependencies: + global-dirs: 0.1.1 + is-path-inside: 1.0.1 + dev: true + /is-map/2.0.2: resolution: {integrity: sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==} dev: true @@ -3564,8 +4222,13 @@ packages: engines: {node: '>= 0.4'} dev: true - /is-number-object/1.0.4: - resolution: {integrity: sha512-zohwelOAur+5uXtk8O3GPQ1eAcu4ZX3UwxQhUlfFFMNpUd83gXgjbhJh6HmB6LUNV/ieOLQuDwJO3dWJosUeMw==} + /is-npm/3.0.0: + resolution: {integrity: sha512-wsigDr1Kkschp2opC4G3yA6r9EgVA6NjRpWzIi9axXqeIaAATPRJc4uLujXe3Nd9uO8KoDyA4MD6aZSeXTADhA==} + engines: {node: '>=8'} + dev: true + + /is-number-object/1.0.5: + resolution: {integrity: sha512-RU0lI/n95pMoUKu9v1BZP5MBcZuNSVJkMkAG2dJqC4z2GlkGUNeH68SuHuBKBD/XFe+LHZ+f9BKkLET60Niedw==} engines: {node: '>= 0.4'} dev: true @@ -3579,12 +4242,32 @@ packages: engines: {node: '>=0.10.0'} dev: true + /is-object/1.0.2: + resolution: {integrity: sha512-2rRIahhZr2UWb45fIOuvZGpFtz0TyOZLf32KxBbSoUCeZR495zCKlWUKKUByk3geS2eAs7ZAABt0Y/Rx0GiQGA==} + dev: true + + /is-path-inside/1.0.1: + resolution: {integrity: sha1-jvW33lBDej/cprToZe96pVy0gDY=} + engines: {node: '>=0.10.0'} + dependencies: + path-is-inside: 1.0.2 + dev: true + + /is-plain-obj/1.1.0: + resolution: {integrity: sha1-caUMhCnfync8kqOQpKA7OfzVHT4=} + engines: {node: '>=0.10.0'} + dev: true + /is-potential-custom-element-name/1.0.1: resolution: {integrity: sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==} dev: true - /is-regex/1.1.2: - resolution: {integrity: sha512-axvdhb5pdhEVThqJzYXwMlVuZwC+FF2DpcOhTS+y/8jVq4trxyPgfcwIxIKiyeuLlSQYKkmUaPQJ8ZE4yNKXDg==} + /is-promise/2.2.2: + resolution: {integrity: sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ==} + dev: true + + /is-regex/1.1.3: + resolution: {integrity: sha512-qSVXFz28HM7y+IWX6vLCsexdlvzT1PJNFSBuaQLQ5o0IEw8UDYW6/2+eCMVyIsbM8CNLX2a/QWmSpyxYEHY7CQ==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 @@ -3600,18 +4283,23 @@ packages: resolution: {integrity: sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==} dev: true + /is-stream/1.1.0: + resolution: {integrity: sha1-EtSj3U5o4Lec6428hBc66A2RykQ=} + engines: {node: '>=0.10.0'} + dev: true + /is-stream/2.0.0: resolution: {integrity: sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==} engines: {node: '>=8'} dev: true - /is-string/1.0.5: - resolution: {integrity: sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ==} + /is-string/1.0.6: + resolution: {integrity: sha512-2gdzbKUuqtQ3lYNrUTQYoClPhm7oQu4UdpSZMp1/DGgkHBT8E2Z1l0yMdb6D4zNAxwDiMv8MdulKROJGNl0Q0w==} engines: {node: '>= 0.4'} dev: true - /is-symbol/1.0.3: - resolution: {integrity: sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ==} + /is-symbol/1.0.4: + resolution: {integrity: sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==} engines: {node: '>= 0.4'} dependencies: has-symbols: 1.0.2 @@ -3640,6 +4328,10 @@ packages: resolution: {integrity: sha512-pi4vhbhVHGLxohUw7PhGsueT4vRGFoXhP7+RGN0jKIv9+8PWYCQTqtADngrxOm2g46hoH0+g8uZZBzMrvVGDmw==} dev: true + /is-yarn-global/0.3.0: + resolution: {integrity: sha512-VjSeb/lHmkoyd8ryPVIKvOCn4D1koMqY+vqyjjUfc3xyKtP4dYOxM44sZrnqQSzSds3xyOrUTLTC9LVCVgLngw==} + dev: true + /isarray/1.0.0: resolution: {integrity: sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=} dev: true @@ -3660,11 +4352,15 @@ packages: resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 15.0.1 + '@types/node': 15.0.2 merge-stream: 2.0.0 supports-color: 7.2.0 dev: true + /js-stringify/1.0.2: + resolution: {integrity: sha1-Fzb939lyTyijaCrcYjCufk6Weds=} + dev: true + /js-tokens/4.0.0: resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} dev: true @@ -3691,7 +4387,7 @@ packages: optional: true dependencies: abab: 2.0.5 - acorn: 8.2.1 + acorn: 8.2.4 acorn-globals: 6.0.0 cssom: 0.4.4 cssstyle: 2.3.0 @@ -3732,6 +4428,14 @@ packages: hasBin: true dev: true + /json-buffer/3.0.0: + resolution: {integrity: sha1-Wx85evx11ne96Lz8Dkfh+aPZqJg=} + dev: true + + /json-parse-better-errors/1.0.2: + resolution: {integrity: sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==} + dev: true + /json-parse-even-better-errors/2.3.1: resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==} dev: true @@ -3775,10 +4479,18 @@ packages: resolution: {integrity: sha512-mh5LY5byThmc692EqJS3Ss9sViNoNeCLNG5VQUgJLoAFFM3FzdIetd99qEiiQ+NXBVAIUgX5sWeK9leniS8RbQ==} dependencies: eslint-utils: 2.1.0 - eslint-visitor-keys: 2.0.0 + eslint-visitor-keys: 2.1.0 espree: 7.3.1 dev: true + /jsonc-parser/2.3.1: + resolution: {integrity: sha512-H8jvkz1O50L3dMZCsLqiuB2tA7muqbSg1AtGEkN0leAqGjsUzDJir3Zwr02BhqdcITPg3ei3mZ+HjMocAknhhg==} + dev: true + + /jsonc-parser/3.0.0: + resolution: {integrity: sha512-fQzRfAbIBnR0IQvftw9FJveWiHp72Fg20giDrHz6TdfB12UH/uue0D3hm57UB5KgAVuniLMCaS8P1IMj9NR7cA==} + dev: true + /jsonfile/6.1.0: resolution: {integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==} dependencies: @@ -3797,6 +4509,13 @@ packages: verror: 1.10.0 dev: true + /jstransformer/1.0.0: + resolution: {integrity: sha1-7Yvwkh4vPx7U1cGkT2hwntJHIsM=} + dependencies: + is-promise: 2.2.2 + promise: 7.3.1 + dev: true + /jsx-ast-utils/3.2.0: resolution: {integrity: sha512-EIsmt3O3ljsU6sot/J4E1zDRxfBNrhjyf/OKjlydwgEimQuznlM4Wv7U+ueONJMyEn1WRE0K8dhi3dVAXYT24Q==} engines: {node: '>=4.0'} @@ -3805,11 +4524,24 @@ packages: object.assign: 4.1.2 dev: true + /keyv/3.1.0: + resolution: {integrity: sha512-9ykJ/46SN/9KPM/sichzQ7OvXyGDYKGTaDlKMGCAlg2UK8KRy4jb0d8sFc+0Tt0YYnThq8X2RZgCg74RPxgcVA==} + dependencies: + json-buffer: 3.0.0 + dev: true + /kind-of/6.0.3: resolution: {integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==} engines: {node: '>=0.10.0'} dev: true + /latest-version/5.1.0: + resolution: {integrity: sha512-weT+r0kTkRQdCdYCNtkMwWXQTMEswKrFBkm4ckQOMVhhqhIMI1UT2hMj+1iigIhgSZm5gTmrRXBNoGUgaTY1xA==} + engines: {node: '>=8'} + dependencies: + package-json: 6.5.0 + dev: true + /levn/0.3.0: resolution: {integrity: sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=} engines: {node: '>= 0.8.0'} @@ -3836,10 +4568,6 @@ packages: uc.micro: 1.0.6 dev: true - /listenercount/1.0.1: - resolution: {integrity: sha1-hMinKrWcRyUyFIDJdeZQg0LnCTc=} - dev: true - /load-json-file/2.0.0: resolution: {integrity: sha1-eUfkIUmvgNaWy/eXvKq8/h/inKg=} engines: {node: '>=4'} @@ -3850,6 +4578,23 @@ packages: strip-bom: 3.0.0 dev: true + /load-json-file/4.0.0: + resolution: {integrity: sha1-L19Fq5HjMhYjT9U62rZo607AmTs=} + engines: {node: '>=4'} + dependencies: + graceful-fs: 4.2.6 + parse-json: 4.0.0 + pify: 3.0.0 + strip-bom: 3.0.0 + dev: true + + /load-plugin/2.3.1: + resolution: {integrity: sha512-dYB1lbwqHgPTrruy9glukCu8Ya9vzj6TMfouCtj2H/GuJ+8syioisgKTBPxnCi6m8K8jINKfTOxOHngFkUYqHw==} + dependencies: + npm-prefix: 1.2.0 + resolve-from: 5.0.0 + dev: true + /loader-utils/1.4.0: resolution: {integrity: sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==} engines: {node: '>=4.0.0'} @@ -3886,8 +4631,8 @@ packages: resolution: {integrity: sha1-gteb/zCmfEAF/9XiUVMArZyk168=} dev: true - /lodash.flatten/4.4.0: - resolution: {integrity: sha1-8xwiIlqWMtK7+OSt2+8kCqdlph8=} + /lodash.iteratee/4.7.0: + resolution: {integrity: sha1-vkF32yiajMw8CZDx2ya1si/BVUw=} dev: true /lodash.sortby/4.7.0: @@ -3909,10 +4654,35 @@ packages: js-tokens: 4.0.0 dev: true + /loud-rejection/1.6.0: + resolution: {integrity: sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=} + engines: {node: '>=0.10.0'} + dependencies: + currently-unhandled: 0.4.1 + signal-exit: 3.0.3 + dev: true + /lower-case/1.1.4: resolution: {integrity: sha1-miyr0bno4K6ZOkv31YdcOcQujqw=} dev: true + /lowercase-keys/1.0.1: + resolution: {integrity: sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA==} + engines: {node: '>=0.10.0'} + dev: true + + /lowercase-keys/2.0.0: + resolution: {integrity: sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==} + engines: {node: '>=8'} + dev: true + + /lru-cache/4.1.5: + resolution: {integrity: sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==} + dependencies: + pseudomap: 1.0.2 + yallist: 2.1.2 + dev: true + /lru-cache/5.1.1: resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==} dependencies: @@ -3932,6 +4702,23 @@ packages: sourcemap-codec: 1.4.8 dev: true + /make-dir/1.3.0: + resolution: {integrity: sha512-2w31R7SJtieJJnQtGc7RVL2StM2vGYVfqUOvUDxH6bC6aJTxPxTF0GnIgCyu7tjockiUWAYQRbxa7vKn34s5sQ==} + engines: {node: '>=4'} + dependencies: + pify: 3.0.0 + dev: true + + /map-obj/1.0.1: + resolution: {integrity: sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=} + engines: {node: '>=0.10.0'} + dev: true + + /map-obj/2.0.0: + resolution: {integrity: sha1-plzSkIepJZi4eRJXpSPgISIqwfk=} + engines: {node: '>=4'} + dev: true + /markdown-it-prism/2.1.6: resolution: {integrity: sha512-fuo5lq36A6kzb882vCsvdyh4HUzpwdfNkAl92cr+MjUO0Q9foz/7MZ/RpKRBlZSwt86LmPlW7ubaEwf4C+0b3g==} engines: {node: '>=6.0.0'} @@ -3959,6 +4746,21 @@ packages: engines: {node: '>= 0.6'} dev: true + /meow/5.0.0: + resolution: {integrity: sha512-CbTqYU17ABaLefO8vCU153ZZlprKYWDljcndKKDCFcYQITzWCXZAVk4QMFZPgvzrnUQ3uItnIE/LoUOwrT15Ig==} + engines: {node: '>=6'} + dependencies: + camelcase-keys: 4.2.0 + decamelize-keys: 1.1.0 + loud-rejection: 1.6.0 + minimist-options: 3.0.2 + normalize-package-data: 2.5.0 + read-pkg-up: 3.0.0 + redent: 2.0.0 + trim-newlines: 2.0.0 + yargs-parser: 10.1.0 + dev: true + /merge-descriptors/1.0.1: resolution: {integrity: sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=} dev: true @@ -4009,6 +4811,11 @@ packages: hasBin: true dev: true + /mimic-response/1.0.1: + resolution: {integrity: sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==} + engines: {node: '>=4'} + dev: true + /minimalistic-assert/1.0.1: resolution: {integrity: sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==} dev: true @@ -4019,15 +4826,16 @@ packages: brace-expansion: 1.1.11 dev: true - /minimist/1.2.5: - resolution: {integrity: sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==} + /minimist-options/3.0.2: + resolution: {integrity: sha512-FyBrT/d0d4+uiZRbqznPXqw3IpZZG3gl3wKWiX784FycUKVwBt0uLBFkQrtE4tZOrgo78nZp2jnKz3L65T5LdQ==} + engines: {node: '>= 4'} + dependencies: + arrify: 1.0.1 + is-plain-obj: 1.1.0 dev: true - /mkdirp/0.5.5: - resolution: {integrity: sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==} - hasBin: true - dependencies: - minimist: 1.2.5 + /minimist/1.2.5: + resolution: {integrity: sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==} dev: true /ms/2.0.0: @@ -4042,6 +4850,10 @@ packages: resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==} dev: true + /ms/2.1.3: + resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} + dev: true + /multimap/1.1.0: resolution: {integrity: sha512-0ZIR9PasPxGXmRsEF8jsDzndzHDj7tIav+JUmvIFB/WHswliFnquxECT/De7GR4yg99ky/NlRKJT82G1y271bw==} dev: true @@ -4098,6 +4910,26 @@ packages: engines: {node: '>=0.10.0'} dev: true + /normalize-url/4.5.0: + resolution: {integrity: sha512-2s47yzUxdexf1OhyRi4Em83iQk0aPvwTddtFz4hnSSw9dCEsLEGf6SwIO8ss/19S9iBb5sJaOuTvTGDeZI00BQ==} + engines: {node: '>=8'} + dev: true + + /npm-prefix/1.2.0: + resolution: {integrity: sha1-5hlFX3B0ulTMZtbQ033Z8b5ry8A=} + dependencies: + rc: 1.2.8 + shellsubstitute: 1.2.0 + untildify: 2.1.0 + dev: true + + /npm-run-path/2.0.2: + resolution: {integrity: sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=} + engines: {node: '>=4'} + dependencies: + path-key: 2.0.1 + dev: true + /nprogress/0.2.0: resolution: {integrity: sha1-y480xTIT2JVyP8urkH6UIq28r7E=} dev: false @@ -4115,8 +4947,8 @@ packages: engines: {node: '>=0.10.0'} dev: true - /object-inspect/1.10.2: - resolution: {integrity: sha512-gz58rdPpadwztRrPjZE9DZLOABUpTGdcANUgOwBFO1C+HZZhePoP83M65WGDmbpwFYJSWqavbl4SgDn4k8RYTA==} + /object-inspect/1.10.3: + resolution: {integrity: sha512-e5mCJlSH7poANfC8z8S9s9S2IN5/4Zb3aZ33f5s8YqoazCFzNLloLU8r5VCG+G7WoqLvAAZoVMcy3tp/3X0Plw==} dev: true /object-is/1.1.5: @@ -4218,6 +5050,21 @@ packages: word-wrap: 1.2.3 dev: true + /os-homedir/1.0.2: + resolution: {integrity: sha1-/7xJiDNuDoM94MFox+8VISGqf7M=} + engines: {node: '>=0.10.0'} + dev: true + + /p-cancelable/1.1.0: + resolution: {integrity: sha512-s73XxOZ4zpt1edZYZzvhqFa6uvQc1vwUa0K0BdtIZgQMAJj9IbebH+JkgKZc9h+B05PKHLOTl4ajG1BmNrVZlw==} + engines: {node: '>=6'} + dev: true + + /p-finally/1.0.0: + resolution: {integrity: sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=} + engines: {node: '>=4'} + dev: true + /p-limit/1.3.0: resolution: {integrity: sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==} engines: {node: '>=4'} @@ -4256,6 +5103,16 @@ packages: engines: {node: '>=6'} dev: true + /package-json/6.5.0: + resolution: {integrity: sha512-k3bdm2n25tkyxcjSKzB5x8kfVxlMdgsbPr0GkZcwHsLpba6cBjqCt1KlcChKEvxHIcTB1FVMuwoijZ26xex5MQ==} + engines: {node: '>=8'} + dependencies: + got: 9.6.0 + registry-auth-token: 4.2.1 + registry-url: 5.1.0 + semver: 6.3.0 + dev: true + /param-case/2.1.1: resolution: {integrity: sha1-35T9jPZTHs915r75oIWPvHK+Ikc=} dependencies: @@ -4276,6 +5133,14 @@ packages: error-ex: 1.3.2 dev: true + /parse-json/4.0.0: + resolution: {integrity: sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=} + engines: {node: '>=4'} + dependencies: + error-ex: 1.3.2 + json-parse-better-errors: 1.0.2 + dev: true + /parse-json/5.2.0: resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} engines: {node: '>=8'} @@ -4310,6 +5175,15 @@ packages: engines: {node: '>=0.10.0'} dev: true + /path-is-inside/1.0.2: + resolution: {integrity: sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=} + dev: true + + /path-key/2.0.1: + resolution: {integrity: sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=} + engines: {node: '>=4'} + dev: true + /path-key/3.1.1: resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==} engines: {node: '>=8'} @@ -4330,6 +5204,13 @@ packages: pify: 2.3.0 dev: true + /path-type/3.0.0: + resolution: {integrity: sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==} + engines: {node: '>=4'} + dependencies: + pify: 3.0.0 + dev: true + /path-type/4.0.0: resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} engines: {node: '>=8'} @@ -4349,6 +5230,11 @@ packages: engines: {node: '>=0.10.0'} dev: true + /pify/3.0.0: + resolution: {integrity: sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=} + engines: {node: '>=4'} + dev: true + /pirates/4.0.1: resolution: {integrity: sha512-WuNqLTbMI3tmfef2TKxlQmAiLHKtFhlsCZnPIpuv2Ow0RDVO8lfy1Opf4NUzlMXLjPl+Men7AuVdX6TA+s+uGA==} engines: {node: '>= 6'} @@ -4368,54 +5254,54 @@ packages: engines: {node: '>=4'} dev: true - /pnpm/6.2.4: - resolution: {integrity: sha512-lrNH/xa/pJECv7yS1PyRsRVA5wHbsO4KD5Jtm0iLczurRnAa8HF0OiYDUVIqbJj4PuD0jvrlE73zcLLdQm46dg==} + /pnpm/6.3.0: + resolution: {integrity: sha512-mSeVHYbCiPgpQjoib15GzeYae9Ttth1WKuhGe49UwlttYRHYXEsvW+JsEiX4Zm9bltFvSl7dKevCCrm1JJB0qg==} engines: {node: '>=12.17'} hasBin: true dev: true - /postcss-modules-extract-imports/3.0.0_postcss@8.2.13: + /postcss-modules-extract-imports/3.0.0_postcss@8.2.14: resolution: {integrity: sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.2.13 + postcss: 8.2.14 dev: true - /postcss-modules-local-by-default/4.0.0_postcss@8.2.13: + /postcss-modules-local-by-default/4.0.0_postcss@8.2.14: resolution: {integrity: sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - icss-utils: 5.1.0_postcss@8.2.13 - postcss: 8.2.13 + icss-utils: 5.1.0_postcss@8.2.14 + postcss: 8.2.14 postcss-selector-parser: 6.0.5 postcss-value-parser: 4.1.0 dev: true - /postcss-modules-scope/3.0.0_postcss@8.2.13: + /postcss-modules-scope/3.0.0_postcss@8.2.14: resolution: {integrity: sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.2.13 + postcss: 8.2.14 postcss-selector-parser: 6.0.5 dev: true - /postcss-modules-values/4.0.0_postcss@8.2.13: + /postcss-modules-values/4.0.0_postcss@8.2.14: resolution: {integrity: sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - icss-utils: 5.1.0_postcss@8.2.13 - postcss: 8.2.13 + icss-utils: 5.1.0_postcss@8.2.14 + postcss: 8.2.14 dev: true - /postcss-modules/4.0.0_postcss@8.2.13: + /postcss-modules/4.0.0_postcss@8.2.14: resolution: {integrity: sha512-ghS/ovDzDqARm4Zj6L2ntadjyQMoyJmi0JkLlYtH2QFLrvNlxH5OAVRPWPeKilB0pY7SbuhO173KOWkPAxRJcw==} peerDependencies: postcss: ^8.0.0 @@ -4423,11 +5309,11 @@ packages: generic-names: 2.0.1 icss-replace-symbols: 1.1.0 lodash.camelcase: 4.3.0 - postcss: 8.2.13 - postcss-modules-extract-imports: 3.0.0_postcss@8.2.13 - postcss-modules-local-by-default: 4.0.0_postcss@8.2.13 - postcss-modules-scope: 3.0.0_postcss@8.2.13 - postcss-modules-values: 4.0.0_postcss@8.2.13 + postcss: 8.2.14 + postcss-modules-extract-imports: 3.0.0_postcss@8.2.14 + postcss-modules-local-by-default: 4.0.0_postcss@8.2.14 + postcss-modules-scope: 3.0.0_postcss@8.2.14 + postcss-modules-values: 4.0.0_postcss@8.2.14 string-hash: 1.1.3 dev: true @@ -4443,8 +5329,8 @@ packages: resolution: {integrity: sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==} dev: true - /postcss/8.2.13: - resolution: {integrity: sha512-FCE5xLH+hjbzRdpbRb1IMCvPv9yZx2QnDarBEYSN0N0HYk+TcXsEhwdFcFb+SRWOKzKGErhIEbBK2ogyLdTtfQ==} + /postcss/8.2.14: + resolution: {integrity: sha512-+jD0ZijcvyCqPQo/m/CW0UcARpdFylq04of+Q7RKX6f/Tu+dvpUI/9Sp81+i6/vJThnOBX09Quw0ZLOVwpzX3w==} engines: {node: ^10 || ^12 || >=14} dependencies: colorette: 1.2.2 @@ -4462,8 +5348,19 @@ packages: engines: {node: '>= 0.8.0'} dev: true - /prettier/2.2.1: - resolution: {integrity: sha512-PqyhM2yCjg/oKkFPtTGUojv7gnZAoG80ttl45O6x2Ug/rMJw4wcc9k6aaf2hibP7BGVCCM33gZoGjyvt9mm16Q==} + /prepend-http/2.0.0: + resolution: {integrity: sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=} + engines: {node: '>=4'} + dev: true + + /prettier/1.19.1: + resolution: {integrity: sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==} + engines: {node: '>=4'} + hasBin: true + dev: true + + /prettier/2.3.0: + resolution: {integrity: sha512-kXtO4s0Lz/DW/IJ9QdWhAf7/NmPWQXkFr/r/WkR3vyI+0v8amTDxiaQSLzs8NBlytfLWX/7uQUMIW677yLKl4w==} engines: {node: '>=10.13.0'} hasBin: true dev: true @@ -4492,6 +5389,12 @@ packages: engines: {node: '>=0.4.0'} dev: true + /promise/7.3.1: + resolution: {integrity: sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==} + dependencies: + asap: 2.0.6 + dev: true + /prop-types/15.7.2: resolution: {integrity: sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==} dependencies: @@ -4500,6 +5403,12 @@ packages: react-is: 16.13.1 dev: true + /property-information/5.6.0: + resolution: {integrity: sha512-YUHSPk+A30YPv+0Qf8i9Mbfe/C0hdPXk1s1jPVToV8pk8BQtpw10ct89Eo7OWkutrwqvT0eicAxlOg3dOAu8JA==} + dependencies: + xtend: 4.0.2 + dev: true + /proxy-addr/2.0.6: resolution: {integrity: sha512-dh/frvCBVmSsDYzw6n926jv974gddhkFPfiN8hPOi30Wax25QZyZEGveluCgliBnqmuM+UJmBErbAUFIoDbjOw==} engines: {node: '>= 0.10'} @@ -4508,10 +5417,116 @@ packages: ipaddr.js: 1.9.1 dev: true + /pseudomap/1.0.2: + resolution: {integrity: sha1-8FKijacOYYkX7wqKw0wa5aaChrM=} + dev: true + /psl/1.8.0: resolution: {integrity: sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==} dev: true + /pug-attrs/3.0.0: + resolution: {integrity: sha512-azINV9dUtzPMFQktvTXciNAfAuVh/L/JCl0vtPCwvOA21uZrC08K/UnmrL+SXGEVc1FwzjW62+xw5S/uaLj6cA==} + dependencies: + constantinople: 4.0.1 + js-stringify: 1.0.2 + pug-runtime: 3.0.1 + dev: true + + /pug-beautify/0.1.1: + resolution: {integrity: sha1-33+8cO6AwYpkIt/6sv5QgYjNzBg=} + dev: true + + /pug-code-gen/3.0.2: + resolution: {integrity: sha512-nJMhW16MbiGRiyR4miDTQMRWDgKplnHyeLvioEJYbk1RsPI3FuA3saEP8uwnTb2nTJEKBU90NFVWJBk4OU5qyg==} + dependencies: + constantinople: 4.0.1 + doctypes: 1.1.0 + js-stringify: 1.0.2 + pug-attrs: 3.0.0 + pug-error: 2.0.0 + pug-runtime: 3.0.1 + void-elements: 3.1.0 + with: 7.0.2 + dev: true + + /pug-error/2.0.0: + resolution: {integrity: sha512-sjiUsi9M4RAGHktC1drQfCr5C5eriu24Lfbt4s+7SykztEOwVZtbFk1RRq0tzLxcMxMYTBR+zMQaG07J/btayQ==} + dev: true + + /pug-filters/4.0.0: + resolution: {integrity: sha512-yeNFtq5Yxmfz0f9z2rMXGw/8/4i1cCFecw/Q7+D0V2DdtII5UvqE12VaZ2AY7ri6o5RNXiweGH79OCq+2RQU4A==} + dependencies: + constantinople: 4.0.1 + jstransformer: 1.0.0 + pug-error: 2.0.0 + pug-walk: 2.0.0 + resolve: 1.20.0 + dev: true + + /pug-lexer/5.0.1: + resolution: {integrity: sha512-0I6C62+keXlZPZkOJeVam9aBLVP2EnbeDw3An+k0/QlqdwH6rv8284nko14Na7c0TtqtogfWXcRoFE4O4Ff20w==} + dependencies: + character-parser: 2.2.0 + is-expression: 4.0.0 + pug-error: 2.0.0 + dev: true + + /pug-linker/4.0.0: + resolution: {integrity: sha512-gjD1yzp0yxbQqnzBAdlhbgoJL5qIFJw78juN1NpTLt/mfPJ5VgC4BvkoD3G23qKzJtIIXBbcCt6FioLSFLOHdw==} + dependencies: + pug-error: 2.0.0 + pug-walk: 2.0.0 + dev: true + + /pug-load/3.0.0: + resolution: {integrity: sha512-OCjTEnhLWZBvS4zni/WUMjH2YSUosnsmjGBB1An7CsKQarYSWQ0GCVyd4eQPMFJqZ8w9xgs01QdiZXKVjk92EQ==} + dependencies: + object-assign: 4.1.1 + pug-walk: 2.0.0 + dev: true + + /pug-parser/6.0.0: + resolution: {integrity: sha512-ukiYM/9cH6Cml+AOl5kETtM9NR3WulyVP2y4HOU45DyMim1IeP/OOiyEWRr6qk5I5klpsBnbuHpwKmTx6WURnw==} + dependencies: + pug-error: 2.0.0 + token-stream: 1.0.0 + dev: true + + /pug-runtime/3.0.1: + resolution: {integrity: sha512-L50zbvrQ35TkpHwv0G6aLSuueDRwc/97XdY8kL3tOT0FmhgG7UypU3VztfV/LATAvmUfYi4wNxSajhSAeNN+Kg==} + dev: true + + /pug-strip-comments/2.0.0: + resolution: {integrity: sha512-zo8DsDpH7eTkPHCXFeAk1xZXJbyoTfdPlNR0bK7rpOMuhBYb0f5qUVCO1xlsitYd3w5FQTK7zpNVKb3rZoUrrQ==} + dependencies: + pug-error: 2.0.0 + dev: true + + /pug-walk/2.0.0: + resolution: {integrity: sha512-yYELe9Q5q9IQhuvqsZNwA5hfPkMJ8u92bQLIMcsMxf/VADjNtEYptU+inlufAFYcWdHlwNfZOEnOOQrZrcyJCQ==} + dev: true + + /pug/3.0.2: + resolution: {integrity: sha512-bp0I/hiK1D1vChHh6EfDxtndHji55XP/ZJKwsRqrz6lRia6ZC2OZbdAymlxdVFwd1L70ebrVJw4/eZ79skrIaw==} + dependencies: + pug-code-gen: 3.0.2 + pug-filters: 4.0.0 + pug-lexer: 5.0.1 + pug-linker: 4.0.0 + pug-load: 3.0.0 + pug-parser: 6.0.0 + pug-runtime: 3.0.1 + pug-strip-comments: 2.0.0 + dev: true + + /pump/3.0.0: + resolution: {integrity: sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==} + dependencies: + end-of-stream: 1.4.4 + once: 1.4.0 + dev: true + /punycode/2.1.1: resolution: {integrity: sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==} engines: {node: '>=6'} @@ -4531,6 +5546,11 @@ packages: resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} dev: true + /quick-lru/1.1.0: + resolution: {integrity: sha1-Q2CxfGETatOAeDl/8RQW4Ybc+7g=} + engines: {node: '>=4'} + dev: true + /randombytes/2.1.0: resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==} dependencies: @@ -4552,6 +5572,16 @@ packages: unpipe: 1.0.0 dev: true + /rc/1.2.8: + resolution: {integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==} + hasBin: true + dependencies: + deep-extend: 0.6.0 + ini: 1.3.8 + minimist: 1.2.5 + strip-json-comments: 2.0.1 + dev: true + /react-is/16.13.1: resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==} dev: true @@ -4564,6 +5594,14 @@ packages: read-pkg: 2.0.0 dev: true + /read-pkg-up/3.0.0: + resolution: {integrity: sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=} + engines: {node: '>=4'} + dependencies: + find-up: 2.1.0 + read-pkg: 3.0.0 + dev: true + /read-pkg-up/7.0.1: resolution: {integrity: sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==} engines: {node: '>=8'} @@ -4582,6 +5620,15 @@ packages: path-type: 2.0.0 dev: true + /read-pkg/3.0.0: + resolution: {integrity: sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=} + engines: {node: '>=4'} + dependencies: + load-json-file: 4.0.0 + normalize-package-data: 2.5.0 + path-type: 3.0.0 + dev: true + /read-pkg/5.2.0: resolution: {integrity: sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==} engines: {node: '>=8'} @@ -4620,6 +5667,14 @@ packages: picomatch: 2.2.3 dev: true + /redent/2.0.0: + resolution: {integrity: sha1-wbIAe0LVfrE4kHmzyDM2OdXhzKo=} + engines: {node: '>=4'} + dependencies: + indent-string: 3.2.0 + strip-indent: 2.0.0 + dev: true + /regenerate-unicode-properties/8.2.0: resolution: {integrity: sha512-F9DjY1vKLo/tPePDycuH3dn9H1OTPIkVD9Kz4LODu+F2C75mgjAJ7x/gwy6ZcSNRAAkhNlJSOHRe8k3p+K9WhA==} engines: {node: '>=4'} @@ -4638,7 +5693,7 @@ packages: /regenerator-transform/0.14.5: resolution: {integrity: sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw==} dependencies: - '@babel/runtime': 7.13.17 + '@babel/runtime': 7.14.0 dev: true /regexp-tree/0.1.23: @@ -4671,6 +5726,20 @@ packages: unicode-match-property-value-ecmascript: 1.2.0 dev: true + /registry-auth-token/4.2.1: + resolution: {integrity: sha512-6gkSb4U6aWJB4SF2ZvLb76yCBjcvufXBqvvEx1HbmKPkutswjW1xNVRY0+daljIYRbogN7O0etYSlbiaEQyMyw==} + engines: {node: '>=6.0.0'} + dependencies: + rc: 1.2.8 + dev: true + + /registry-url/5.1.0: + resolution: {integrity: sha512-8acYXXTI0AkQv6RAOjE3vOaIXZkT9wo4LOFbBKYQEEnnMNBpKqdUrI6S4NT0KPIo/WVvJ5tE/X5LF/TQUf0ekw==} + engines: {node: '>=8'} + dependencies: + rc: 1.2.8 + dev: true + /regjsgen/0.5.2: resolution: {integrity: sha512-OFFT3MfrH90xIW8OOSyUrk6QHD5E9JOTeGodiJeBS3J6IwlgzJMNE/1bZklWz5oTg+9dCMyEetclvCVXOPoN3A==} dev: true @@ -4682,11 +5751,29 @@ packages: jsesc: 0.5.0 dev: true + /rehype-sort-attribute-values/2.0.1: + resolution: {integrity: sha512-DitR4wnEvYQEFU8pRPwldGMGW76LM29fvz8s7oTYMwZBMSqNFtBr8eAts/I55LODCQm6b4jzdgFQ+/c6v7RmdA==} + dependencies: + hast-util-is-element: 1.1.0 + unist-util-visit: 1.4.1 + x-is-array: 0.1.0 + dev: true + /relateurl/0.2.7: resolution: {integrity: sha1-VNvzd+UUQKypCkzSdGANP/LYiKk=} engines: {node: '>= 0.10'} dev: true + /repeat-string/1.6.1: + resolution: {integrity: sha1-jcrkcOHIirwtYA//Sndihtp15jc=} + engines: {node: '>=0.10'} + dev: true + + /replace-ext/1.0.0: + resolution: {integrity: sha1-3mMSg3P8v3w8z6TeWkgMRaZ5WOs=} + engines: {node: '>= 0.10'} + dev: true + /request-promise-core/1.1.4_request@2.88.2: resolution: {integrity: sha512-TTbAfBBRdWD7aNNOoVOBH4pN/KigV6LyapYNNlAPA8JwbovRti1E88m3sYAwsLi5ryhPKsE9APwnjFTgdUjTpw==} engines: {node: '>=0.10.0'} @@ -4756,53 +5843,57 @@ packages: engines: {node: '>=4'} dev: true + /resolve-from/5.0.0: + resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==} + engines: {node: '>=8'} + dev: true + /resolve/1.20.0: resolution: {integrity: sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==} dependencies: - is-core-module: 2.3.0 + is-core-module: 2.4.0 path-parse: 1.0.6 dev: true /resolve/2.0.0-next.3: resolution: {integrity: sha512-W8LucSynKUIDu9ylraa7ueVZ7hc0uAgJBxVsQSKOXOyle8a93qXhcz+XAXZ8bIq2d6i4Ehddn6Evt+0/UwKk6Q==} dependencies: - is-core-module: 2.3.0 + is-core-module: 2.4.0 path-parse: 1.0.6 dev: true + /responselike/1.0.2: + resolution: {integrity: sha1-kYcg7ztjHFZCvgaPFa3lpG9Loec=} + dependencies: + lowercase-keys: 1.0.1 + dev: true + /reusify/1.0.4: resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==} engines: {iojs: '>=1.0.0', node: '>=0.10.0'} dev: true - /rimraf/2.7.1: - resolution: {integrity: sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==} - hasBin: true - dependencies: - glob: 7.1.6 - dev: true - /rimraf/3.0.2: resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==} hasBin: true dependencies: - glob: 7.1.6 + glob: 7.1.7 dev: true - /rollup-plugin-terser/7.0.2_rollup@2.45.2: + /rollup-plugin-terser/7.0.2_rollup@2.47.0: resolution: {integrity: sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ==} peerDependencies: rollup: ^2.0.0 dependencies: '@babel/code-frame': 7.12.13 jest-worker: 26.6.2 - rollup: 2.45.2 + rollup: 2.47.0 serialize-javascript: 4.0.0 terser: 5.7.0 dev: true - /rollup/2.45.2: - resolution: {integrity: sha512-kRRU7wXzFHUzBIv0GfoFFIN3m9oteY4uAsKllIpQDId5cfnkWF2J130l+27dzDju0E6MScKiV0ZM5Bw8m4blYQ==} + /rollup/2.47.0: + resolution: {integrity: sha512-rqBjgq9hQfW0vRmz+0S062ORRNJXvwRpzxhFXORvar/maZqY6za3rgQ/p1Glg+j1hnc1GtYyQCPiAei95uTElg==} engines: {node: '>=10.0.0'} hasBin: true optionalDependencies: @@ -4857,6 +5948,13 @@ packages: dev: true optional: true + /semver-diff/2.1.0: + resolution: {integrity: sha1-S7uEN8jTfksM8aaP1ybsbWRdbTY=} + engines: {node: '>=0.10.0'} + dependencies: + semver: 5.7.1 + dev: true + /semver/5.7.1: resolution: {integrity: sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==} hasBin: true @@ -4915,14 +6013,17 @@ packages: send: 0.17.1 dev: true - /setimmediate/1.0.5: - resolution: {integrity: sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU=} - dev: true - /setprototypeof/1.1.1: resolution: {integrity: sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==} dev: true + /shebang-command/1.2.0: + resolution: {integrity: sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=} + engines: {node: '>=0.10.0'} + dependencies: + shebang-regex: 1.0.0 + dev: true + /shebang-command/2.0.0: resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==} engines: {node: '>=8'} @@ -4930,17 +6031,30 @@ packages: shebang-regex: 3.0.0 dev: true + /shebang-regex/1.0.0: + resolution: {integrity: sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=} + engines: {node: '>=0.10.0'} + dev: true + /shebang-regex/3.0.0: resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} engines: {node: '>=8'} dev: true + /shellsubstitute/1.2.0: + resolution: {integrity: sha1-5PcCpQxRiw9v6YRRiQ1wWvKba3A=} + dev: true + /side-channel/1.0.4: resolution: {integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==} dependencies: call-bind: 1.0.2 get-intrinsic: 1.1.1 - object-inspect: 1.10.2 + object-inspect: 1.10.3 + dev: true + + /signal-exit/3.0.3: + resolution: {integrity: sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==} dev: true /slash/3.0.0: @@ -4993,6 +6107,10 @@ packages: resolution: {integrity: sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==} dev: true + /space-separated-tokens/1.1.5: + resolution: {integrity: sha512-q/JSVd1Lptzhf5bkYm4ob4iWPjx0KiRe3sRFBNrVqbJkFaBm5vbbowy1mymoPNLRa52+oadOhJ+K49wsSeSjTA==} + dev: true + /spdx-correct/3.1.1: resolution: {integrity: sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==} dependencies: @@ -5075,6 +6193,23 @@ packages: resolution: {integrity: sha1-6Kr8CsGFW0Zmkp7X3RJ1311sgRs=} dev: true + /string-width/2.1.1: + resolution: {integrity: sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==} + engines: {node: '>=4'} + dependencies: + is-fullwidth-code-point: 2.0.0 + strip-ansi: 4.0.0 + dev: true + + /string-width/3.1.0: + resolution: {integrity: sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==} + engines: {node: '>=6'} + dependencies: + emoji-regex: 7.0.3 + is-fullwidth-code-point: 2.0.0 + strip-ansi: 5.2.0 + dev: true + /string-width/4.2.2: resolution: {integrity: sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA==} engines: {node: '>=8'} @@ -5122,6 +6257,16 @@ packages: safe-buffer: 5.2.1 dev: true + /stringify-entities/2.0.0: + resolution: {integrity: sha512-fqqhZzXyAM6pGD9lky/GOPq6V4X0SeTAFBl0iXb/BzOegl40gpf/bV3QQP7zULNYvjr6+Dx8SCaDULjVoOru0A==} + dependencies: + character-entities-html4: 1.1.4 + character-entities-legacy: 1.1.4 + is-alphanumerical: 1.0.4 + is-decimal: 1.0.4 + is-hexadecimal: 1.0.4 + dev: true + /stringify-object/3.3.0: resolution: {integrity: sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==} engines: {node: '>=4'} @@ -5131,6 +6276,20 @@ packages: is-regexp: 1.0.0 dev: true + /strip-ansi/4.0.0: + resolution: {integrity: sha1-qEeQIusaw2iocTibY1JixQXuNo8=} + engines: {node: '>=4'} + dependencies: + ansi-regex: 3.0.0 + dev: true + + /strip-ansi/5.2.0: + resolution: {integrity: sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==} + engines: {node: '>=6'} + dependencies: + ansi-regex: 4.1.0 + dev: true + /strip-ansi/6.0.0: resolution: {integrity: sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==} engines: {node: '>=8'} @@ -5153,6 +6312,21 @@ packages: engines: {node: '>=10'} dev: true + /strip-eof/1.0.0: + resolution: {integrity: sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=} + engines: {node: '>=0.10.0'} + dev: true + + /strip-indent/2.0.0: + resolution: {integrity: sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g=} + engines: {node: '>=4'} + dev: true + + /strip-json-comments/2.0.1: + resolution: {integrity: sha1-PFMZQukIwml8DsNEhYwobHygpgo=} + engines: {node: '>=0.10.0'} + dev: true + /strip-json-comments/3.1.1: resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} engines: {node: '>=8'} @@ -5178,6 +6352,13 @@ packages: has-flag: 3.0.0 dev: true + /supports-color/6.1.0: + resolution: {integrity: sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==} + engines: {node: '>=6'} + dependencies: + has-flag: 3.0.0 + dev: true + /supports-color/7.2.0: resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==} engines: {node: '>=8'} @@ -5189,13 +6370,12 @@ packages: resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==} dev: true - /table/6.6.0: - resolution: {integrity: sha512-iZMtp5tUvcnAdtHpZTWLPF0M7AgiQsURR2DwmxnJwSy8I3+cY+ozzVvYha3BOLG2TB+L0CqjIz+91htuj6yCXg==} + /table/6.7.0: + resolution: {integrity: sha512-SAM+5p6V99gYiiy2gT5ArdzgM1dLDed0nkrWmG6Fry/bUS/m9x83BwpJUOf1Qj/x2qJd+thL6IkIx7qPGRxqBw==} engines: {node: '>=10.0.0'} dependencies: - ajv: 8.2.0 + ajv: 8.3.0 lodash.clonedeep: 4.5.0 - lodash.flatten: 4.4.0 lodash.truncate: 4.4.2 slice-ansi: 4.0.0 string-width: 4.2.2 @@ -5217,6 +6397,13 @@ packages: unique-string: 2.0.0 dev: true + /term-size/1.2.0: + resolution: {integrity: sha1-RYuDiH8oj8Vtb/+/rSYuJmOO+mk=} + engines: {node: '>=4'} + dependencies: + execa: 0.7.0 + dev: true + /terser/5.7.0: resolution: {integrity: sha512-HP5/9hp2UaZt5fYkuhNBR8YyRcT8juw8+uFbAme53iN9hblvKnLUTKkmwJG6ocWpIKf8UK4DoeWG4ty0J6S6/g==} engines: {node: '>=10'} @@ -5253,6 +6440,11 @@ packages: resolution: {integrity: sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=} engines: {node: '>=4'} + /to-readable-stream/1.0.0: + resolution: {integrity: sha512-Iq25XBt6zD5npPhlLVXGFN3/gyR2/qODcKNNyTMd4vbm39HUaOiAM4PMq0eMVC/Tkxz+Zjdsc55g9yyz+Yq00Q==} + engines: {node: '>=6'} + dev: true + /to-regex-range/5.0.1: resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} engines: {node: '>=8.0'} @@ -5260,11 +6452,29 @@ packages: is-number: 7.0.0 dev: true + /to-vfile/4.0.0: + resolution: {integrity: sha512-Y7EDM+uoU8TZxF5ej2mUR0dLO4qbuuNRnJKxEht2QJWEq2421pyG1D1x8YxPKmyTc6nHh7Td/jLGFxYo+9vkLA==} + dependencies: + is-buffer: 2.0.5 + vfile: 3.0.1 + dev: true + + /to-vfile/6.1.0: + resolution: {integrity: sha512-BxX8EkCxOAZe+D/ToHdDsJcVI4HqQfmw0tCkp31zf3dNP/XWIAjU4CmeuSwsSoOzOTqHPOL0KUzyZqJplkD0Qw==} + dependencies: + is-buffer: 2.0.5 + vfile: 4.2.1 + dev: true + /toidentifier/1.0.0: resolution: {integrity: sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==} engines: {node: '>=0.6'} dev: true + /token-stream/1.0.0: + resolution: {integrity: sha1-zCAOqyYT9BZtJ/+a/HylbUnfbrQ=} + dev: true + /tough-cookie/2.5.0: resolution: {integrity: sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==} engines: {node: '>=0.8'} @@ -5295,8 +6505,13 @@ packages: punycode: 2.1.1 dev: true - /traverse/0.3.9: - resolution: {integrity: sha1-cXuPIgzAu3tE5AUUwisui7xw2Lk=} + /trim-newlines/2.0.0: + resolution: {integrity: sha1-tAPQuRvlDDMd/EuC7s6yLD3hbSA=} + engines: {node: '>=4'} + dev: true + + /trough/1.0.5: + resolution: {integrity: sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==} dev: true /ts-interface-checker/0.1.13: @@ -5360,6 +6575,11 @@ packages: engines: {node: '>=10'} dev: true + /type-fest/0.3.1: + resolution: {integrity: sha512-cUGJnCdr4STbePCgqNFbpVNCepa+kAVohJs1sLhxzdH+gnEoOd8VhbYa7pD3zZYGiURWM2xzEII3fQcRizDkYQ==} + engines: {node: '>=6'} + dev: true + /type-fest/0.6.0: resolution: {integrity: sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==} engines: {node: '>=8'} @@ -5378,6 +6598,14 @@ packages: mime-types: 2.1.30 dev: true + /typedarray/0.0.6: + resolution: {integrity: sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=} + dev: true + + /typescript-vscode-sh-plugin/0.6.14: + resolution: {integrity: sha512-AkNlRBbI6K7gk29O92qthNSvc6jjmNQ6isVXoYxkFwPa8D04tIv2SOPd+sd+mNpso4tNdL2gy7nVtrd5yFqvlA==} + dev: true + /typescript/4.2.4: resolution: {integrity: sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==} engines: {node: '>=4.2.0'} @@ -5388,8 +6616,8 @@ packages: resolution: {integrity: sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA==} dev: true - /uglify-js/3.13.4: - resolution: {integrity: sha512-kv7fCkIXyQIilD5/yQy8O+uagsYIOt5cZvs890W40/e/rvjMSzJw81o9Bg0tkURxzZBROtDQhW2LFjOGoK3RZw==} + /uglify-js/3.13.5: + resolution: {integrity: sha512-xtB8yEqIkn7zmOyS2zUNBsYCBRhDkvlNxMMY2smuJ/qA8NCHeQvKCF3i9Z4k8FJH4+PJvZRtMrPynfZ75+CSZw==} engines: {node: '>=0.8.0'} hasBin: true dev: true @@ -5426,6 +6654,50 @@ packages: engines: {node: '>=4'} dev: true + /unified-engine/6.0.1: + resolution: {integrity: sha512-iDJYH82TgcezQA4IZzhCNJQx7vBsGk4h9s4Q7Fscrb3qcPsxBqVrVNYez2W3sBVTxuU1bFAhyRpA6ba/R4j93A==} + dependencies: + concat-stream: 1.6.2 + debug: 3.2.7 + fault: 1.0.4 + fn-name: 2.0.1 + glob: 7.1.7 + ignore: 3.3.10 + is-empty: 1.2.0 + is-hidden: 1.1.3 + is-object: 1.0.2 + js-yaml: 3.14.1 + load-plugin: 2.3.1 + parse-json: 4.0.0 + to-vfile: 4.0.0 + trough: 1.0.5 + unist-util-inspect: 4.1.4 + vfile-reporter: 5.1.2 + vfile-statistics: 1.1.4 + x-is-string: 0.1.0 + xtend: 4.0.2 + dev: true + + /unified/7.1.0: + resolution: {integrity: sha512-lbk82UOIGuCEsZhPj8rNAkXSDXd6p0QLzIuSsCdxrqnqU56St4eyOB+AlXsVgVeRmetPTYydIuvFfpDIed8mqw==} + dependencies: + '@types/unist': 2.0.3 + '@types/vfile': 3.0.2 + bail: 1.0.5 + extend: 3.0.2 + is-plain-obj: 1.1.0 + trough: 1.0.5 + vfile: 3.0.1 + x-is-string: 0.1.0 + dev: true + + /unique-string/1.0.0: + resolution: {integrity: sha1-nhBXzKhRq7kzmPizOuGHuZyuwRo=} + engines: {node: '>=4'} + dependencies: + crypto-random-string: 1.0.0 + dev: true + /unique-string/2.0.0: resolution: {integrity: sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==} engines: {node: '>=8'} @@ -5433,6 +6705,61 @@ packages: crypto-random-string: 2.0.0 dev: true + /unist-util-find/1.0.2: + resolution: {integrity: sha512-ft06UDYzqi9o9RmGP0sZWI/zvLLQiBW2/MD+rW6mDqbOWDcmknGX9orQPspfuGRYWr8eSJAmfsBcvOpfGRJseA==} + dependencies: + lodash.iteratee: 4.7.0 + unist-util-visit: 1.4.1 + dev: true + + /unist-util-inspect/4.1.4: + resolution: {integrity: sha512-7xxyvKiZ1SC9vL5qrMqKub1T31gRHfau4242F69CcaOrXt//5PmRVOmDZ36UAEgiT+tZWzmQmbNZn+mVtnR9HQ==} + dependencies: + is-empty: 1.2.0 + dev: true + + /unist-util-is/2.1.3: + resolution: {integrity: sha512-4WbQX2iwfr/+PfM4U3zd2VNXY+dWtZsN1fLnWEi2QQXA4qyDYAZcDMfXUX0Cu6XZUHHAO9q4nyxxLT4Awk1qUA==} + dev: true + + /unist-util-is/3.0.0: + resolution: {integrity: sha512-sVZZX3+kspVNmLWBPAB6r+7D9ZgAFPNWm66f7YNb420RlQSbn+n8rG8dGZSkrER7ZIXGQYNm5pqC3v3HopH24A==} + dev: true + + /unist-util-modify-children/1.1.6: + resolution: {integrity: sha512-TOA6W9QLil+BrHqIZNR4o6IA5QwGOveMbnQxnWYq+7EFORx9vz/CHrtzF36zWrW61E2UKw7sM1KPtIgeceVwXw==} + dependencies: + array-iterate: 1.1.4 + dev: true + + /unist-util-stringify-position/1.1.2: + resolution: {integrity: sha512-pNCVrk64LZv1kElr0N1wPiHEUoXNVFERp+mlTg/s9R5Lwg87f9bM/3sQB99w+N9D/qnM9ar3+AKDBwo/gm/iQQ==} + dev: true + + /unist-util-stringify-position/2.0.3: + resolution: {integrity: sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==} + dependencies: + '@types/unist': 2.0.3 + dev: true + + /unist-util-stringify-position/3.0.0: + resolution: {integrity: sha512-SdfAl8fsDclywZpfMDTVDxA2V7LjtRDTOFd44wUJamgl6OlVngsqWjxvermMYf60elWHbxhuRCZml7AnuXCaSA==} + dependencies: + '@types/unist': 2.0.3 + dev: true + + /unist-util-visit-parents/2.1.2: + resolution: {integrity: sha512-DyN5vD4NE3aSeB+PXYNKxzGsfocxp6asDc2XXE3b0ekO2BaRUpBicbbUygfSvYfUz1IkmjFR1YF7dPklraMZ2g==} + dependencies: + unist-util-is: 3.0.0 + dev: true + + /unist-util-visit/1.4.1: + resolution: {integrity: sha512-AvGNk7Bb//EmJZyhtRUnNMEpId/AZ5Ph/KUpTI09WHQuDZHKovQ1oEv3mfmKpWKtoMzyMC4GLBm1Zy5k12fjIw==} + dependencies: + unist-util-visit-parents: 2.1.2 + dev: true + /universalify/0.1.2: resolution: {integrity: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==} engines: {node: '>= 4.0.0'} @@ -5448,19 +6775,11 @@ packages: engines: {node: '>= 0.8'} dev: true - /unzipper/0.10.11: - resolution: {integrity: sha512-+BrAq2oFqWod5IESRjL3S8baohbevGcVA+teAIOYWM3pDVdseogqbzhhvvmiyQrUNKFUnDMtELW3X8ykbyDCJw==} + /untildify/2.1.0: + resolution: {integrity: sha1-F+soB5h/dpUunASF/DEdBqgmouA=} + engines: {node: '>=0.10.0'} dependencies: - big-integer: 1.6.48 - binary: 0.3.0 - bluebird: 3.4.7 - buffer-indexof-polyfill: 1.0.2 - duplexer2: 0.1.4 - fstream: 1.0.12 - graceful-fs: 4.2.6 - listenercount: 1.0.1 - readable-stream: 2.3.7 - setimmediate: 1.0.5 + os-homedir: 1.0.2 dev: true /upath/1.2.0: @@ -5468,6 +6787,29 @@ packages: engines: {node: '>=4'} dev: true + /upath/2.0.1: + resolution: {integrity: sha512-1uEe95xksV1O0CYKXo8vQvN1JEbtJp7lb7C5U9HMsIp6IVwntkH/oNUzyVNQSd4S1sYk2FpSSW44FqMc8qee5w==} + engines: {node: '>=4'} + dev: true + + /update-notifier/3.0.1: + resolution: {integrity: sha512-grrmrB6Zb8DUiyDIaeRTBCkgISYUgETNe7NglEbVsrLWXeESnlCSP50WfRSj/GmzMPl6Uchj24S/p80nP/ZQrQ==} + engines: {node: '>=8'} + dependencies: + boxen: 3.2.0 + chalk: 2.4.2 + configstore: 4.0.0 + has-yarn: 2.1.0 + import-lazy: 2.1.0 + is-ci: 2.0.0 + is-installed-globally: 0.1.0 + is-npm: 3.0.0 + is-yarn-global: 0.3.0 + latest-version: 5.1.0 + semver-diff: 2.1.0 + xdg-basedir: 3.0.0 + dev: true + /upper-case/1.1.3: resolution: {integrity: sha1-9rRQHC7EzdJrp4vnIilh3ndiFZg=} dev: true @@ -5478,6 +6820,13 @@ packages: punycode: 2.1.1 dev: true + /url-parse-lax/3.0.0: + resolution: {integrity: sha1-FrXK/Afb42dsGxmZF3gj1lA6yww=} + engines: {node: '>=4'} + dependencies: + prepend-http: 2.0.0 + dev: true + /util-deprecate/1.0.2: resolution: {integrity: sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=} dev: true @@ -5517,7 +6866,75 @@ packages: extsprintf: 1.3.0 dev: true - /vite-plugin-components/0.8.4_vite@2.2.3: + /vfile-message/1.1.1: + resolution: {integrity: sha512-1WmsopSGhWt5laNir+633LszXvZ+Z/lxveBf6yhGsqnQIhlhzooZae7zV6YVM1Sdkw68dtAW3ow0pOdPANugvA==} + dependencies: + unist-util-stringify-position: 1.1.2 + dev: true + + /vfile-message/2.0.4: + resolution: {integrity: sha512-DjssxRGkMvifUOJre00juHoP9DPWuzjxKuMDrhNbk2TdaYYBNMStsNhEOt3idrtI12VQYM/1+iM0KOzXi4pxwQ==} + dependencies: + '@types/unist': 2.0.3 + 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 + unist-util-stringify-position: 3.0.0 + dev: true + + /vfile-reporter/5.1.2: + resolution: {integrity: sha512-b15sTuss1wOPWVlyWOvu+n6wGJ/eTYngz3uqMLimQvxZ+Q5oFQGYZZP1o3dR9sk58G5+wej0UPCZSwQBX/mzrQ==} + dependencies: + repeat-string: 1.6.1 + string-width: 2.1.1 + supports-color: 5.5.0 + unist-util-stringify-position: 2.0.3 + vfile-sort: 2.2.2 + vfile-statistics: 1.1.4 + dev: true + + /vfile-reporter/6.0.2: + resolution: {integrity: sha512-GN2bH2gs4eLnw/4jPSgfBjo+XCuvnX9elHICJZjVD4+NM0nsUrMTvdjGY5Sc/XG69XVTgLwj7hknQVc6M9FukA==} + dependencies: + repeat-string: 1.6.1 + string-width: 4.2.2 + supports-color: 6.1.0 + unist-util-stringify-position: 2.0.3 + vfile-sort: 2.2.2 + vfile-statistics: 1.1.4 + dev: true + + /vfile-sort/2.2.2: + resolution: {integrity: sha512-tAyUqD2R1l/7Rn7ixdGkhXLD3zsg+XLAeUDUhXearjfIcpL1Hcsj5hHpCoy/gvfK/Ws61+e972fm0F7up7hfYA==} + dev: true + + /vfile-statistics/1.1.4: + resolution: {integrity: sha512-lXhElVO0Rq3frgPvFBwahmed3X03vjPF8OcjKMy8+F1xU/3Q3QU3tKEDp743SFtb74PdF0UWpxPvtOP0GCLheA==} + dev: true + + /vfile/3.0.1: + resolution: {integrity: sha512-y7Y3gH9BsUSdD4KzHsuMaCzRjglXN0W2EcMf0gpvu6+SbsGhMje7xDc8AEoeXy6mIwCKMI6BkjMsRjzQbhMEjQ==} + dependencies: + is-buffer: 2.0.5 + replace-ext: 1.0.0 + unist-util-stringify-position: 1.1.2 + vfile-message: 1.1.1 + dev: true + + /vfile/4.2.1: + resolution: {integrity: sha512-O6AE4OskCG5S1emQ/4gl8zK586RqA3srz3nfK/Viy0UPToBc5Trp9BVFb1u0CjsKrAWwnpr4ifM/KBXPWwJbCA==} + dependencies: + '@types/unist': 2.0.3 + is-buffer: 2.0.5 + unist-util-stringify-position: 2.0.3 + vfile-message: 2.0.4 + dev: true + + /vite-plugin-components/0.8.4_vite@2.3.0: resolution: {integrity: sha512-h6/FNBKBXc4TIcHxnFYxa4+aBGDZusqp/6Ra3LBvwolwFuX6k8qPsBbXkBP0I+UwOkyHw9iU2xJ4rdYBGyN+0Q==} peerDependencies: vite: ^2.0.0-beta.69 @@ -5526,40 +6943,39 @@ packages: debug: 4.3.2 fast-glob: 3.2.5 minimatch: 3.0.4 - vite: 2.2.3 + vite: 2.3.0 transitivePeerDependencies: - supports-color dev: true - /vite-plugin-icons/0.5.0_e650ddc391fb9681c71b66ede7499a16: + /vite-plugin-icons/0.5.0_e523db1fe0858fa2549c23914df6ead9: resolution: {integrity: sha512-YsnoYixkp0HVIx6SvQWTyXXiWBCfc9gtKx3iqyPmN4fsE5hf7NvPp1LKiIazilP+zRUvHEyNeEbH4y6wUX8jMw==} peerDependencies: '@iconify/json': '*' '@vue/compiler-sfc': ^3.0.2 vue-template-compiler: ^2.6.12 dependencies: - '@iconify/json': 1.1.337 + '@iconify/json': 1.1.341 '@iconify/json-tools': 1.0.10 '@vue/compiler-sfc': 3.0.11_vue@3.0.11 vue-template-es2015-compiler: 1.9.1 dev: true - /vite-plugin-md/0.6.3_vite@2.2.3: - resolution: {integrity: sha512-z0cayEJwJP2aRAx+kWzs05VruGt6ylyIZDOXJLApPu4b7m9/bouqbIljAi1RdBuSYhPT881xLcEZJGlBJhOOvg==} + /vite-plugin-md/0.6.6_vite@2.3.0: + resolution: {integrity: sha512-Kju5KxQeDJ5HP5N2AaYzE4IxE6Bx65PiUhfDrnWCDYdLsdlqMDyGPzfbmB8QqM1o0PHclzDFgUMMcOCm/Snpfw==} peerDependencies: - vite: ^2.0.0-beta.1 + vite: ^2.0.0 dependencies: gray-matter: 4.0.3 markdown-it: 12.0.6 - vite: 2.2.3 + vite: 2.3.0 dev: true - /vite-plugin-pages/0.10.0_8cd74be53f81ed683d32be064bcfe770: - resolution: {integrity: sha512-vAxH0RBaIoBEbJLT+YP9TjWK//aPb8w2r2fk+TLmvrKjDT/Y7F9ne/VYlay+U6jJNM9pHTOJldTamgbDgkSsCg==} + /vite-plugin-pages/0.11.1_vite@2.3.0+vue@3.0.11: + resolution: {integrity: sha512-onskoOYXq7vSHmKteuwBekSXFcw8WM5jZeK7Hmt7xfRyU6ZEF7+BkQ0HXmMpl4jynVfeRzi2K9l57CcFV60tyw==} peerDependencies: vite: ^2.0.0 vue: ^3.0.0 - vue-router: ^4.0.0 dependencies: '@vue/compiler-sfc': 3.0.11_vue@3.0.11 chalk: 4.1.1 @@ -5567,15 +6983,14 @@ packages: deep-equal: 2.0.5 fast-glob: 3.2.5 json5: 2.2.0 - vite: 2.2.3 + vite: 2.3.0 vue: 3.0.11 - vue-router: 4.0.6_vue@3.0.11 yaml: 2.0.0-5 transitivePeerDependencies: - supports-color dev: true - /vite-plugin-pwa/0.7.3_vite@2.2.3: + /vite-plugin-pwa/0.7.3_vite@2.3.0: resolution: {integrity: sha512-RgGJW02OxRxziNKYTUtWXr9hF+Px6jcdyMN7IkuOOV9WcFaJQCKb3Pxqizb8GMjIBLtjEebwa0XbKXWDFhZWjw==} peerDependencies: vite: ^2.0.0 @@ -5583,8 +6998,8 @@ packages: debug: 4.3.2 fast-glob: 3.2.5 pretty-bytes: 5.6.0 - rollup: 2.45.2 - vite: 2.2.3 + rollup: 2.47.0 + vite: 2.3.0 workbox-build: 6.1.5 workbox-window: 6.1.5 transitivePeerDependencies: @@ -5592,22 +7007,22 @@ packages: - supports-color dev: true - /vite-plugin-vue-layouts/0.2.2_vite@2.2.3: - resolution: {integrity: sha512-I5BfkCHwHV1WlbJE1ps2r6vwTo3N5QpLks3UpGa8XHcmHW03lavvJkdfjBpagI1bUQGEwWjLowFisG0Q/NJq3A==} + /vite-plugin-vue-layouts/0.3.1_vite@2.3.0: + resolution: {integrity: sha512-Chw+gEJX51+vwikWIp2R3GbBIkSQFi0CdOBKTqAktn+thVWn4mleE2pbdr2jM2Ylc0lL2bm/NpOHE0Pe6YUGqg==} peerDependencies: - vite: ^2.0.0-beta.65 + vite: ^2.2.3 dependencies: '@vue/compiler-sfc': 3.0.11_vue@3.0.11 debug: 4.3.2 fast-glob: 3.2.5 - vite: 2.2.3 + vite: 2.3.0 vue: 3.0.11 vue-router: 4.0.6_vue@3.0.11 transitivePeerDependencies: - supports-color dev: true - /vite-plugin-windicss/0.15.10_vite@2.2.3: + /vite-plugin-windicss/0.15.10_vite@2.3.0: resolution: {integrity: sha512-6thupz/vOt6XTIHZGRd8vVwjmC+8/FNgdhZGfyp2gnkPxC4SKUa4wZFpLBhirw+ApP8vdm9oVpe2liBZdQIwIg==} peerDependencies: vite: ^2.0.1 @@ -5615,14 +7030,14 @@ packages: '@windicss/plugin-utils': 0.15.10 chalk: 4.1.1 debug: 4.3.2 - vite: 2.2.3 + vite: 2.3.0 windicss: 2.5.14 transitivePeerDependencies: - supports-color dev: true - /vite-ssg/0.9.3_9095378e3867e0ae7932f9889ee838bc: - resolution: {integrity: sha512-v0UvHwPbw/XkFGhoKtROCazjxoR4COTWYFWhSGCgvcyjcT82jTowyuKVAuY7Ic9VwTZUNe0SBBcOxN4nGS+tpg==} + /vite-ssg/0.10.0_38060a6a2bfd0ec38a5e8bbe272b3559: + resolution: {integrity: sha512-8QWEwkzX5Q9o2FVKzJ1tMQqphCYztUdkvQjNiXW6dxePwLPfBPoU7y3rE/1v/w02p/sJU0hrkn8q9OztwkqAkA==} engines: {node: '>=14.0.0'} hasBin: true peerDependencies: @@ -5637,35 +7052,161 @@ packages: '@vue/server-renderer': 3.0.11_vue@3.0.11 '@vueuse/head': 0.5.1_vue@3.0.11 chalk: 4.1.1 - fs-extra: 9.1.0 + fs-extra: 10.0.0 html-minifier: 4.0.0 jsdom: 16.5.3 - prettier: 2.2.1 - vite: 2.2.3 + prettier: 2.3.0 + vite: 2.3.0 vue: 3.0.11 vue-router: 4.0.6_vue@3.0.11 - yargs: 16.2.0 + yargs: 17.0.1 transitivePeerDependencies: - bufferutil - canvas - utf-8-validate dev: true - /vite/2.2.3: - resolution: {integrity: sha512-PtjyBL4GtACM+uT5q5hi2+AlMBbb6YI2b2bam6QI8ZdZt4FezseF0yZHQx0G+b3po9jIJ/GS5N9gc5Yq9Rue7g==} + /vite/2.3.0: + resolution: {integrity: sha512-gsCy0t3X9nGGYDoNiE2NJgYq6BPxrtKeo6FkpMXdMvtUluYxnRhl7xfpHaYDmQLCnMbYTWhvWS1L/Hpw/V9L5w==} engines: {node: '>=12.0.0'} hasBin: true dependencies: - esbuild: 0.9.7 - postcss: 8.2.13 + esbuild: 0.11.20 + postcss: 8.2.14 resolve: 1.20.0 - rollup: 2.45.2 + rollup: 2.47.0 optionalDependencies: fsevents: 2.3.2 dev: true - /vue-demi/0.7.5_vue@3.0.11: - resolution: {integrity: sha512-eFSQSvbQdY7C9ujOzvM6tn7XxwLjn0VQDXQsiYBLBwf28Na+2nTQR4BBBcomhmdP6mmHlBKAwarq6a0BPG87hQ==} + /void-elements/3.1.0: + resolution: {integrity: sha1-YU9/v42AHwu18GYfWy9XhXUOTwk=} + engines: {node: '>=0.10.0'} + dev: true + + /vscode-css-languageservice/5.1.1: + resolution: {integrity: sha512-QW0oe/g2y5E2AbVqY7FJNr2Q8uHiAHNSFpptI6xB8Y0KgzVKppOcIVrgmBNzXhFp9IswAwptkdqr8ExSJbqPkQ==} + dependencies: + vscode-languageserver-textdocument: 1.0.1 + vscode-languageserver-types: 3.16.0 + vscode-nls: 5.0.0 + vscode-uri: 3.0.2 + dev: true + + /vscode-emmet-helper/2.6.2: + resolution: {integrity: sha512-SkL1WjZZsA+bfTo52QH4PgqXCQAJSqzOmJtAY3rOl17MKbY6iJhVv2T26PshjmUnHoXnXMNa7PcLMCS75RsQDQ==} + dependencies: + emmet: 2.3.4 + jsonc-parser: 2.3.1 + vscode-languageserver-textdocument: 1.0.1 + vscode-languageserver-types: 3.16.0 + vscode-nls: 5.0.0 + vscode-uri: 2.1.2 + dev: true + + /vscode-html-languageservice/4.0.3: + resolution: {integrity: sha512-34KPIgRHVInT+TiFNmfiPFDrUAOOLuySNP2h0pMxBu1ObAbSixSqB3BMQFxIHz9hrGd3X0DEvi5YkobDxs4rWw==} + dependencies: + vscode-languageserver-textdocument: 1.0.1 + vscode-languageserver-types: 3.16.0 + vscode-nls: 5.0.0 + vscode-uri: 3.0.2 + dev: true + + /vscode-jsonrpc/6.1.0-next.2: + resolution: {integrity: sha512-nkiNDGI+Ytp7uj1lxHXddXCoEunhcry1D+KmVHBfUUgWT9jMF8ZJyH5KQObdF+OGAh7bXZxD/SV4uGwSCeHHWA==} + engines: {node: '>=8.0.0 || >=10.0.0'} + dev: true + + /vscode-languageserver-protocol/3.17.0-next.5: + resolution: {integrity: sha512-LFZ6WMB3iPezQAU9OnGoERzcIVKhcs0OLfD/NHcqSj3g1wgxuLUL5kSlZbbjFySQCmhzm6b0yb3hjTSeBtq1+w==} + dependencies: + vscode-jsonrpc: 6.1.0-next.2 + vscode-languageserver-types: 3.17.0-next.1 + dev: true + + /vscode-languageserver-textdocument/1.0.1: + resolution: {integrity: sha512-UIcJDjX7IFkck7cSkNNyzIz5FyvpQfY7sdzVy+wkKN/BLaD4DQ0ppXQrKePomCxTS7RrolK1I0pey0bG9eh8dA==} + dev: true + + /vscode-languageserver-types/3.16.0: + resolution: {integrity: sha512-k8luDIWJWyenLc5ToFQQMaSrqCHiLwyKPHKPQZ5zz21vM+vIVUSvsRpcbiECH4WR88K2XZqc4ScRcZ7nk/jbeA==} + dev: true + + /vscode-languageserver-types/3.17.0-next.1: + resolution: {integrity: sha512-VGzh06oynbYa6JbTKUbxOEZN7CYEtWhN7DK5wfzUpeCJl8X8xZX39g2PVfpqXrIEduu7dcJgK007KgnX9tHNKA==} + dev: true + + /vscode-languageserver/7.1.0-next.4: + resolution: {integrity: sha512-/65lxR/CuLJoOdzTjOTYUPWS7k5qzaWese4PObnWc6jwLryUrSa7DslYfaRXigh5/xr1nlaUZCcJwkpgM0wFvw==} + hasBin: true + dependencies: + vscode-languageserver-protocol: 3.17.0-next.5 + dev: true + + /vscode-nls/5.0.0: + resolution: {integrity: sha512-u0Lw+IYlgbEJFF6/qAqG2d1jQmJl0eyAGJHoAJqr2HT4M2BNuQYSEiSE75f52pXHSJm8AlTjnLLbBFPrdz2hpA==} + dev: true + + /vscode-pug-languageservice/0.25.3: + resolution: {integrity: sha512-PS7uAjWSlDzjN6uCfS46ojf1imCfMBMhyvrFSQ4Js12ZZECrAHklakHIinSxFn+0azulBk7839pb/d88X3Pq2g==} + dependencies: + '@volar/code-gen': 0.25.3 + '@volar/shared': 0.25.3 + '@volar/source-map': 0.25.3 + '@volar/transforms': 0.25.3 + pug-beautify: 0.1.1 + pug-lexer: 5.0.1 + pug-parser: 6.0.0 + vscode-languageserver: 7.1.0-next.4 + dev: true + + /vscode-typescript-languageservice/0.25.3: + resolution: {integrity: sha512-HbNTX2YBEAaLm6wlSfM8CLffBybyECPtvIWYvMlTx4uXwk4kB8asORPn2Z81Hw4XmM9Z8jhxqI1gWWu1kflb4A==} + dependencies: + '@volar/shared': 0.25.3 + typescript-vscode-sh-plugin: 0.6.14 + vscode-languageserver: 7.1.0-next.4 + vscode-languageserver-textdocument: 1.0.1 + dev: true + + /vscode-uri/2.1.2: + resolution: {integrity: sha512-8TEXQxlldWAuIODdukIb+TR5s+9Ds40eSJrw+1iDDA9IFORPjMELarNQE3myz5XIkWWpdprmJjm1/SxMlWOC8A==} + dev: true + + /vscode-uri/3.0.2: + resolution: {integrity: sha512-jkjy6pjU1fxUvI51P+gCsxg1u2n8LSt0W6KrCNQceaziKzff74GoWmjVG46KieVzybO1sttPQmYfrwSHey7GUA==} + dev: true + + /vscode-vue-languageservice/0.25.3_vue@3.0.11: + resolution: {integrity: sha512-3w/Jr69Sz2At9wXaC5VcajRRIBk3//dUL/u89BOm7uFG9Wuxx3h7/EuzDq9+5HoAoM11lCAkWkJElQUxhplWaA==} + dependencies: + '@starptech/prettyhtml': 0.10.0 + '@volar/code-gen': 0.25.3 + '@volar/html2pug': 0.25.3 + '@volar/shared': 0.25.3 + '@volar/source-map': 0.25.3 + '@volar/transforms': 0.25.3 + '@vue/compiler-dom': 3.0.11 + '@vue/compiler-sfc': 3.0.11_vue@3.0.11 + '@vue/reactivity': 3.0.11 + '@vue/shared': 3.0.11 + jsonc-parser: 3.0.0 + prettier: 1.19.1 + upath: 2.0.1 + vscode-css-languageservice: 5.1.1 + vscode-emmet-helper: 2.6.2 + vscode-html-languageservice: 4.0.3 + vscode-languageserver: 7.1.0-next.4 + vscode-languageserver-textdocument: 1.0.1 + vscode-pug-languageservice: 0.25.3 + vscode-typescript-languageservice: 0.25.3 + transitivePeerDependencies: + - vue + dev: true + + /vue-demi/0.9.0_vue@3.0.11: + resolution: {integrity: sha512-f8vVUpC726YXv99fF/3zHaw5CUYbP5H/DVWBN+pncXM8P2Uz88kkffwj9yD7MukuVzPICDHNrgS3VC2ursaP7g==} hasBin: true requiresBuild: true peerDependencies: @@ -5678,14 +7219,14 @@ packages: vue: 3.0.11 dev: false - /vue-eslint-parser/7.6.0_eslint@7.25.0: + /vue-eslint-parser/7.6.0_eslint@7.26.0: resolution: {integrity: sha512-QXxqH8ZevBrtiZMZK0LpwaMfevQi9UL7lY6Kcp+ogWHC88AuwUPwwCIzkOUc1LR4XsYAt/F9yHXAB/QoD17QXA==} engines: {node: '>=8.10'} peerDependencies: eslint: '>=5.0.0' dependencies: debug: 4.3.1 - eslint: 7.25.0 + eslint: 7.26.0 eslint-scope: 5.1.1 eslint-visitor-keys: 1.3.0 espree: 6.2.1 @@ -5704,7 +7245,7 @@ packages: '@intlify/core-base': 9.1.6 '@intlify/shared': 9.1.6 '@intlify/vue-devtools': 9.1.6 - '@vue/devtools-api': 6.0.0-beta.8 + '@vue/devtools-api': 6.0.0-beta.9 vue: 3.0.11 dev: false @@ -5719,11 +7260,13 @@ packages: resolution: {integrity: sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==} dev: true - /vue-tsc/0.0.26: - resolution: {integrity: sha512-UtHrHPBp7mAFN0GfsPYUPWROCGAQMl/HYTGOJy5ufPzCMt5h0kS2HOgfj4qbLSUzuYsfBqTxEj2unuNrlbbvxA==} + /vue-tsc/0.1.2_vue@3.0.11: + resolution: {integrity: sha512-P3o7Fc9XMFWbEkxlBuSIaXodw9RHy+RK84tyd84tRYyqb4RkVidhnkvEqgPTkDmxsji/SHITB4Q9nGt1LIY9bw==} hasBin: true dependencies: - unzipper: 0.10.11 + vscode-vue-languageservice: 0.25.3_vue@3.0.11 + transitivePeerDependencies: + - vue dev: true /vue/3.0.11: @@ -5796,11 +7339,11 @@ packages: /which-boxed-primitive/1.0.2: resolution: {integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==} dependencies: - is-bigint: 1.0.1 - is-boolean-object: 1.1.0 - is-number-object: 1.0.4 - is-string: 1.0.5 - is-symbol: 1.0.3 + is-bigint: 1.0.2 + is-boolean-object: 1.1.1 + is-number-object: 1.0.5 + is-string: 1.0.6 + is-symbol: 1.0.4 dev: true /which-collection/1.0.1: @@ -5825,6 +7368,13 @@ packages: is-typed-array: 1.1.5 dev: true + /which/1.3.1: + resolution: {integrity: sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==} + hasBin: true + dependencies: + isexe: 2.0.0 + dev: true + /which/2.0.2: resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==} engines: {node: '>= 8'} @@ -5833,12 +7383,29 @@ packages: isexe: 2.0.0 dev: true + /widest-line/2.0.1: + resolution: {integrity: sha512-Ba5m9/Fa4Xt9eb2ELXt77JxVDV8w7qQrH0zS/TWSJdLyAwQjWoOzpzj5lwVftDz6n/EOu3tNACS84v509qwnJA==} + engines: {node: '>=4'} + dependencies: + string-width: 2.1.1 + dev: true + /windicss/2.5.14: resolution: {integrity: sha512-8Lm7U1M5AzJPbiaVSVz7qWdETRzlkv//5LBMICBBAojos1jo09lUGhNZ5rBzHeldB9JmqYMDOGgrrXHExu0EAg==} engines: {node: '>= 12'} hasBin: true dev: true + /with/7.0.2: + resolution: {integrity: sha512-RNGKj82nUPg3g5ygxkQl0R937xLyho1J24ItRCBTr/m1YnZkzJy1hUiHUJrc/VlsDQzsCnInEGSg3bci0Lmd4w==} + engines: {node: '>= 10.0.0'} + dependencies: + '@babel/parser': 7.14.1 + '@babel/types': 7.14.1 + assert-never: 1.2.1 + babel-walk: 3.0.0-canary-5 + dev: true + /word-wrap/1.2.3: resolution: {integrity: sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==} engines: {node: '>=0.10.0'} @@ -5860,22 +7427,22 @@ packages: resolution: {integrity: sha512-P+fakR5QFVqJN9l9xHVXtmafga72gh9I+jM3A9HiB/6UNRmOAejXnDgD+RMegOHgQHPwnB44TalMToFaXKWIyA==} engines: {node: '>=10.0.0'} dependencies: - '@babel/core': 7.13.16 - '@babel/preset-env': 7.13.15_@babel+core@7.13.16 - '@babel/runtime': 7.13.17 + '@babel/core': 7.14.0 + '@babel/preset-env': 7.14.1_@babel+core@7.14.0 + '@babel/runtime': 7.14.0 '@hapi/joi': 16.1.8 - '@rollup/plugin-babel': 5.3.0_e09c366a9a3fa078d0105d61f2408f67 - '@rollup/plugin-node-resolve': 11.2.1_rollup@2.45.2 - '@rollup/plugin-replace': 2.4.2_rollup@2.45.2 + '@rollup/plugin-babel': 5.3.0_@babel+core@7.14.0+rollup@2.47.0 + '@rollup/plugin-node-resolve': 11.2.1_rollup@2.47.0 + '@rollup/plugin-replace': 2.4.2_rollup@2.47.0 '@surma/rollup-plugin-off-main-thread': 1.4.2 common-tags: 1.8.0 fast-json-stable-stringify: 2.1.0 fs-extra: 9.1.0 - glob: 7.1.6 + glob: 7.1.7 lodash: 4.17.21 pretty-bytes: 5.6.0 - rollup: 2.45.2 - rollup-plugin-terser: 7.0.2_rollup@2.45.2 + rollup: 2.47.0 + rollup-plugin-terser: 7.0.2_rollup@2.47.0 source-map: 0.8.0-beta.0 source-map-url: 0.4.1 stringify-object: 3.3.0 @@ -6000,6 +7567,14 @@ packages: resolution: {integrity: sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=} dev: true + /write-file-atomic/2.4.3: + resolution: {integrity: sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==} + dependencies: + graceful-fs: 4.2.6 + imurmurhash: 0.1.4 + signal-exit: 3.0.3 + dev: true + /ws/7.4.5: resolution: {integrity: sha512-xzyu3hFvomRfXKH8vOFMU3OguG6oOvhXMo3xsGy3xWExqaM2dxBbVxuD99O7m3ZUFMvvscsZDqxfgMaRr/Nr1g==} engines: {node: '>=8.3.0'} @@ -6013,6 +7588,19 @@ packages: optional: true dev: true + /x-is-array/0.1.0: + resolution: {integrity: sha1-3lIBcdR7P0FvVYfWKbidJrEtwp0=} + dev: true + + /x-is-string/0.1.0: + resolution: {integrity: sha1-R0tQhlrzpJqcRlfwWs0UVFj3fYI=} + dev: true + + /xdg-basedir/3.0.0: + resolution: {integrity: sha1-SWsswQnsqNus/i3HK2A8F8WHCtQ=} + engines: {node: '>=4'} + dev: true + /xml-name-validator/3.0.0: resolution: {integrity: sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==} dev: true @@ -6021,11 +7609,20 @@ packages: resolution: {integrity: sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==} dev: true + /xtend/4.0.2: + resolution: {integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==} + engines: {node: '>=0.4'} + dev: true + /y18n/5.0.8: resolution: {integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==} engines: {node: '>=10'} dev: true + /yallist/2.1.2: + resolution: {integrity: sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=} + dev: true + /yallist/3.1.1: resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==} dev: true @@ -6052,6 +7649,12 @@ packages: engines: {node: '>= 10'} dev: true + /yargs-parser/10.1.0: + resolution: {integrity: sha512-VCIyR1wJoEBZUqk5PA+oOBF6ypbwh5aNB3I50guxAL/quggdfs4TtNHQrSazFA3fYZ+tEqfs0zIGlv0c/rgjbQ==} + dependencies: + camelcase: 4.1.0 + dev: true + /yargs-parser/20.2.7: resolution: {integrity: sha512-FiNkvbeHzB/syOjIUxFDCnhSfzAL8R5vs40MgLFBorXACCOAEaWu0gRZl14vG8MR9AOJIZbmkjhusqBYZ3HTHw==} engines: {node: '>=10'} @@ -6069,3 +7672,16 @@ packages: y18n: 5.0.8 yargs-parser: 20.2.7 dev: true + + /yargs/17.0.1: + resolution: {integrity: sha512-xBBulfCc8Y6gLFcrPvtqKz9hz8SO0l1Ni8GgDekvBX2ro0HRQImDGnikfc33cgzcYUSncapnNcZDjVFIH3f6KQ==} + engines: {node: '>=12'} + 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