diff --git a/package.json b/package.json index 3b262d1..02bafac 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "devDependencies": { "@antfu/eslint-config": "^0.4.3", - "@iconify/json": "^1.1.313", + "@iconify/json": "^1.1.314", "@intlify/vite-plugin-vue-i18n": "^2.0.1", "@types/nprogress": "^0.2.0", "@typescript-eslint/eslint-plugin": "^4.17.0", @@ -25,16 +25,16 @@ "cross-env": "^7.0.3", "eslint": "^7.21.0", "markdown-it-prism": "^2.1.6", - "pnpm": "^5.18.4", + "pnpm": "^5.18.5", "typescript": "^4.2.3", "vite": "^2.0.5", "vite-plugin-components": "^0.8.0", "vite-plugin-icons": "^0.3.2", - "vite-plugin-md": "^0.6.0", + "vite-plugin-md": "^0.6.1", "vite-plugin-pages": "^0.6.1", "vite-plugin-pwa": "^0.5.6", "vite-plugin-vue-layouts": "^0.2.2", - "vite-plugin-windicss": "^0.7.1", + "vite-plugin-windicss": "^0.7.2", "vite-ssg": "^0.8.12" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0efe1c7..9235d8f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -8,7 +8,7 @@ dependencies: vue-router: 4.0.4_vue@3.0.7 devDependencies: '@antfu/eslint-config': 0.4.3_eslint@7.21.0+typescript@4.2.3 - '@iconify/json': 1.1.313 + '@iconify/json': 1.1.314 '@intlify/vite-plugin-vue-i18n': 2.0.1 '@types/nprogress': 0.2.0 '@typescript-eslint/eslint-plugin': 4.17.0_eslint@7.21.0+typescript@4.2.3 @@ -18,16 +18,16 @@ devDependencies: cross-env: 7.0.3 eslint: 7.21.0 markdown-it-prism: 2.1.6 - pnpm: 5.18.4 + pnpm: 5.18.5 typescript: 4.2.3 vite: 2.0.5 vite-plugin-components: 0.8.0_vite@2.0.5 - vite-plugin-icons: 0.3.2_b538fb182a19ba473e10691edb3b5c1a - vite-plugin-md: 0.6.0_bf48963773c10f09e90707239d00d505 + vite-plugin-icons: 0.3.2_70f20bcde5195e446154db5ed4ff8b90 + vite-plugin-md: 0.6.1_bf48963773c10f09e90707239d00d505 vite-plugin-pages: 0.6.1_vite@2.0.5+vue@3.0.7 vite-plugin-pwa: 0.5.6 vite-plugin-vue-layouts: 0.2.2_vite@2.0.5 - vite-plugin-windicss: 0.7.1_vite@2.0.5 + vite-plugin-windicss: 0.7.2_vite@2.0.5 vite-ssg: 0.8.12_18905f36e6473b2437d75bf1bd2c1afc lockfileVersion: 5.2 packages: @@ -35,7 +35,7 @@ packages: dependencies: eslint: 7.21.0 eslint-config-standard: 14.1.1_b9e64c71324bb217536039c9c39bc39b - eslint-plugin-html: 6.1.1 + eslint-plugin-html: 6.1.2 eslint-plugin-import: 2.22.1_eslint@7.21.0 eslint-plugin-node: 11.1.0_eslint@7.21.0 eslint-plugin-promise: 4.3.1 @@ -60,8 +60,8 @@ packages: /@antfu/eslint-config-ts/0.4.3_eslint@7.21.0+typescript@4.2.3: dependencies: '@antfu/eslint-config-basic': 0.4.3_eslint@7.21.0 - '@typescript-eslint/eslint-plugin': 4.15.2_d3b87eefb7d169d15fef4b17d3da7458 - '@typescript-eslint/parser': 4.15.2_eslint@7.21.0+typescript@4.2.3 + '@typescript-eslint/eslint-plugin': 4.17.0_3641211d697b4d4d12940eb9cf33dc28 + '@typescript-eslint/parser': 4.17.0_eslint@7.21.0+typescript@4.2.3 eslint: 7.21.0 typescript: 4.2.3 dev: true @@ -94,13 +94,13 @@ packages: integrity: sha512-+vO8S0AGIdRm3ow5RsnfRSNWDrtZuw7W7QjdZvZv7kfNq8erDCucK+bl4pVMW1S7HEnizBj83CKObpirnIjaIg== /@babel/code-frame/7.12.11: dependencies: - '@babel/highlight': 7.13.8 + '@babel/highlight': 7.13.10 dev: true resolution: integrity: sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw== /@babel/code-frame/7.12.13: dependencies: - '@babel/highlight': 7.13.8 + '@babel/highlight': 7.13.10 dev: true resolution: integrity: sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g== @@ -108,14 +108,14 @@ packages: dev: true resolution: integrity: sha512-EaI33z19T4qN3xLXsGf48M2cDqa6ei9tPZlfLdb2HC+e/cFtREiRd8hdSqDbwdLB0/+gLwqJmCYASH0z2bUdog== - /@babel/core/7.13.8: + /@babel/core/7.13.10: dependencies: '@babel/code-frame': 7.12.13 - '@babel/generator': 7.13.0 - '@babel/helper-compilation-targets': 7.13.8_@babel+core@7.13.8 + '@babel/generator': 7.13.9 + '@babel/helper-compilation-targets': 7.13.10_@babel+core@7.13.10 '@babel/helper-module-transforms': 7.13.0 - '@babel/helpers': 7.13.0 - '@babel/parser': 7.13.4 + '@babel/helpers': 7.13.10 + '@babel/parser': 7.13.10 '@babel/template': 7.12.13 '@babel/traverse': 7.13.0 '@babel/types': 7.13.0 @@ -130,10 +130,10 @@ packages: engines: node: '>=6.9.0' resolution: - integrity: sha512-oYapIySGw1zGhEFRd6lzWNLWFX2s5dA/jm+Pw/+59ZdXtjyIuwlXbrId22Md0rgZVop+aVoqow2riXhBLNyuQg== - /@babel/eslint-parser/7.13.8_@babel+core@7.13.8+eslint@7.21.0: + integrity: sha512-bfIYcT0BdKeAZrovpMqX2Mx5NrgAckGbwT982AkdS5GNfn3KMGiprlBAtmBcFZRUmpaufS6WZFP8trvx8ptFDw== + /@babel/eslint-parser/7.13.10_a947faa3ff7c013f5c2dc3fbd09e9947: dependencies: - '@babel/core': 7.13.8 + '@babel/core': 7.13.10 eslint: 7.21.0 eslint-scope: 5.1.0 eslint-visitor-keys: 1.3.0 @@ -145,15 +145,15 @@ packages: '@babel/core': '>=7.11.0' eslint: '>=7.5.0' resolution: - integrity: sha512-XewKkiyukrGzMeqToXJQk6hjg2veI9SNQElGzAoAjKxYCLbgcVX4KA2WhoyqMon9N4RMdCZhNTJNOBcp9spsiw== - /@babel/generator/7.13.0: + integrity: sha512-/I1HQ3jGPhIpeBFeI3wO9WwWOnBYpuR0pX0KlkdGcRQAVX9prB/FCS2HBpL7BiFbzhny1YCiBH8MTZD2jJa7Hg== + /@babel/generator/7.13.9: dependencies: '@babel/types': 7.13.0 jsesc: 2.5.2 source-map: 0.5.7 dev: true resolution: - integrity: sha512-zBZfgvBB/ywjx0Rgc2+BwoH/3H+lDtlgD4hBOpEv5LxRnYsm/753iRuLepqnYlynpjC3AdQxtxsoeHJoEEwOAw== + integrity: sha512-mHOOmY0Axl/JCTkxTU6Lf5sWOg/v8nUa+Xkt4zMTftX0wqmb6Sh7J8gvcehBw7q0AhrhAR+FDacKjCZ2X8K+Sw== /@babel/helper-annotate-as-pure/7.12.13: dependencies: '@babel/types': 7.13.0 @@ -167,10 +167,10 @@ packages: dev: true resolution: integrity: sha512-CZOv9tGphhDRlVjVkAgm8Nhklm9RzSmWpX2my+t7Ua/KT616pEzXsQCjinzvkRvHWJ9itO4f296efroX23XCMA== - /@babel/helper-compilation-targets/7.13.8_@babel+core@7.13.8: + /@babel/helper-compilation-targets/7.13.10_@babel+core@7.13.10: dependencies: '@babel/compat-data': 7.13.8 - '@babel/core': 7.13.8 + '@babel/core': 7.13.10 '@babel/helper-validator-option': 7.12.17 browserslist: 4.16.3 semver: 6.3.0 @@ -178,10 +178,10 @@ packages: peerDependencies: '@babel/core': ^7.0.0 resolution: - integrity: sha512-pBljUGC1y3xKLn1nrx2eAhurLMA8OqBtBP/JwG4U8skN7kf8/aqwwxpV1N6T0e7r6+7uNitIa/fUxPFagSXp3A== - /@babel/helper-create-class-features-plugin/7.13.8_@babel+core@7.13.8: + integrity: sha512-/Xju7Qg1GQO4mHZ/Kcs6Au7gfafgZnwm+a7sy/ow/tV1sHeraRUHbjdat8/UvDor4Tez+siGKDk6zIKtCPKVJA== + /@babel/helper-create-class-features-plugin/7.13.10_@babel+core@7.13.10: dependencies: - '@babel/core': 7.13.8 + '@babel/core': 7.13.10 '@babel/helper-function-name': 7.12.13 '@babel/helper-member-expression-to-functions': 7.13.0 '@babel/helper-optimise-call-expression': 7.12.13 @@ -191,10 +191,10 @@ packages: peerDependencies: '@babel/core': ^7.0.0 resolution: - integrity: sha512-qioaRrKHQbn4hkRKDHbnuQ6kAxmmOF+kzKGnIfxPK4j2rckSJCpKzr/SSTlohSCiE3uAQpNDJ9FIh4baeE8W+w== - /@babel/helper-create-regexp-features-plugin/7.12.17_@babel+core@7.13.8: + integrity: sha512-YV7r2YxdTUaw84EwNkyrRke/TJHR/UXGiyvACRqvdVJ2/syV2rQuJNnaRLSuYiop8cMRXOgseTGoJCWX0q2fFg== + /@babel/helper-create-regexp-features-plugin/7.12.17_@babel+core@7.13.10: dependencies: - '@babel/core': 7.13.8 + '@babel/core': 7.13.10 '@babel/helper-annotate-as-pure': 7.12.13 regexpu-core: 4.7.1 dev: true @@ -202,14 +202,14 @@ packages: '@babel/core': ^7.0.0 resolution: integrity: sha512-p2VGmBu9oefLZ2nQpgnEnG0ZlRPvL8gAGvPUMQwUdaE8k49rOMuZpOwdQoy5qJf6K8jL3bcAMhVUlHAjIgJHUg== - /@babel/helper-define-polyfill-provider/0.1.4_@babel+core@7.13.8: + /@babel/helper-define-polyfill-provider/0.1.5_@babel+core@7.13.10: dependencies: - '@babel/core': 7.13.8 - '@babel/helper-compilation-targets': 7.13.8_@babel+core@7.13.8 + '@babel/core': 7.13.10 + '@babel/helper-compilation-targets': 7.13.10_@babel+core@7.13.10 '@babel/helper-module-imports': 7.12.13 '@babel/helper-plugin-utils': 7.13.0 '@babel/traverse': 7.13.0 - debug: 4.3.1 + debug: 4.3.2 lodash.debounce: 4.0.8 resolve: 1.20.0 semver: 6.3.0 @@ -217,7 +217,7 @@ packages: peerDependencies: '@babel/core': ^7.4.0-0 resolution: - integrity: sha512-K5V2GaQZ1gpB+FTXM4AFVG2p1zzhm67n9wrQCJYNzvuLzQybhJyftW7qeDd2uUxPDNdl5Rkon1rOAeUeNDZ28Q== + integrity: sha512-nXuzCSwlJ/WKr8qxzW816gwyT6VZgiJG17zR40fou70yfAcqjoNyTLl/DQ+FExw5Hx5KNqshmN8Ldl/r2N7cTg== /@babel/helper-explode-assignable-expression/7.13.0: dependencies: '@babel/types': 7.13.0 @@ -332,157 +332,157 @@ packages: dev: true resolution: integrity: sha512-1UX9F7K3BS42fI6qd2A4BjKzgGjToscyZTdp1DjknHLCIvpgne6918io+aL5LXFcER/8QWiwpoY902pVEqgTXA== - /@babel/helpers/7.13.0: + /@babel/helpers/7.13.10: dependencies: '@babel/template': 7.12.13 '@babel/traverse': 7.13.0 '@babel/types': 7.13.0 dev: true resolution: - integrity: sha512-aan1MeFPxFacZeSz6Ld7YZo5aPuqnKlD7+HZY75xQsueczFccP9A7V05+oe0XpLwHK3oLorPe9eaAUljL7WEaQ== - /@babel/highlight/7.13.8: + integrity: sha512-4VO883+MWPDUVRF3PhiLBUFHoX/bsLTGFpFK/HqvvfBZz2D57u9XzPVNFVBTc0PW/CWR9BXTOKt8NF4DInUHcQ== + /@babel/highlight/7.13.10: dependencies: '@babel/helper-validator-identifier': 7.12.11 chalk: 2.4.2 js-tokens: 4.0.0 dev: true resolution: - integrity: sha512-4vrIhfJyfNf+lCtXC2ck1rKSzDwciqF7IWFhXXrSOUC2O5DrVp+w4c6ed4AllTxhTkUP5x2tYj41VaxdVMMRDw== - /@babel/parser/7.13.4: + integrity: sha512-5aPpe5XQPzflQrFwL1/QoeHkP2MsA4JCntcXHRhEsdsfPVkvPi2w7Qix4iV7t5S/oC9OodGrggd8aco1g3SZFg== + /@babel/parser/7.13.10: engines: node: '>=6.0.0' hasBin: true resolution: - integrity: sha512-uvoOulWHhI+0+1f9L4BoozY7U5cIkZ9PgJqvb041d6vypgUmtVPG4vmGm4pSggjl8BELzvHyUeJSUyEMY6b+qA== - /@babel/plugin-proposal-async-generator-functions/7.13.8_@babel+core@7.13.8: + integrity: sha512-0s7Mlrw9uTWkYua7xWr99Wpk2bnGa0ANleKfksYAES8LpWH4gW1OUr42vqKNf0us5UQNfru2wPqMqRITzq/SIQ== + /@babel/plugin-proposal-async-generator-functions/7.13.8_@babel+core@7.13.10: dependencies: - '@babel/core': 7.13.8 + '@babel/core': 7.13.10 '@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.8 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.13.10 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-rPBnhj+WgoSmgq+4gQUtXx/vOcU+UYtjy1AA/aeD61Hwj410fwYyqfUcRP3lR8ucgliVJL/G7sXcNUecC75IXA== - /@babel/plugin-proposal-class-properties/7.13.0_@babel+core@7.13.8: + /@babel/plugin-proposal-class-properties/7.13.0_@babel+core@7.13.10: dependencies: - '@babel/core': 7.13.8 - '@babel/helper-create-class-features-plugin': 7.13.8_@babel+core@7.13.8 + '@babel/core': 7.13.10 + '@babel/helper-create-class-features-plugin': 7.13.10_@babel+core@7.13.10 '@babel/helper-plugin-utils': 7.13.0 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-KnTDjFNC1g+45ka0myZNvSBFLhNCLN+GeGYLDEA8Oq7MZ6yMgfLoIRh86GRT0FjtJhZw8JyUskP9uvj5pHM9Zg== - /@babel/plugin-proposal-dynamic-import/7.13.8_@babel+core@7.13.8: + /@babel/plugin-proposal-dynamic-import/7.13.8_@babel+core@7.13.10: dependencies: - '@babel/core': 7.13.8 + '@babel/core': 7.13.10 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.13.8 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.13.10 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-ONWKj0H6+wIRCkZi9zSbZtE/r73uOhMVHh256ys0UzfM7I3d4n+spZNWjOnJv2gzopumP2Wxi186vI8N0Y2JyQ== - /@babel/plugin-proposal-export-namespace-from/7.12.13_@babel+core@7.13.8: + /@babel/plugin-proposal-export-namespace-from/7.12.13_@babel+core@7.13.10: dependencies: - '@babel/core': 7.13.8 + '@babel/core': 7.13.10 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.13.8 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.13.10 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-INAgtFo4OnLN3Y/j0VwAgw3HDXcDtX+C/erMvWzuV9v71r7urb6iyMXu7eM9IgLr1ElLlOkaHjJ0SbCmdOQ3Iw== - /@babel/plugin-proposal-json-strings/7.13.8_@babel+core@7.13.8: + /@babel/plugin-proposal-json-strings/7.13.8_@babel+core@7.13.10: dependencies: - '@babel/core': 7.13.8 + '@babel/core': 7.13.10 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.13.8 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.13.10 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-w4zOPKUFPX1mgvTmL/fcEqy34hrQ1CRcGxdphBc6snDnnqJ47EZDIyop6IwXzAC8G916hsIuXB2ZMBCExC5k7Q== - /@babel/plugin-proposal-logical-assignment-operators/7.13.8_@babel+core@7.13.8: + /@babel/plugin-proposal-logical-assignment-operators/7.13.8_@babel+core@7.13.10: dependencies: - '@babel/core': 7.13.8 + '@babel/core': 7.13.10 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.13.8 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.13.10 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-aul6znYB4N4HGweImqKn59Su9RS8lbUIqxtXTOcAGtNIDczoEFv+l1EhmX8rUBp3G1jMjKJm8m0jXVp63ZpS4A== - /@babel/plugin-proposal-nullish-coalescing-operator/7.13.8_@babel+core@7.13.8: + /@babel/plugin-proposal-nullish-coalescing-operator/7.13.8_@babel+core@7.13.10: dependencies: - '@babel/core': 7.13.8 + '@babel/core': 7.13.10 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.13.8 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.13.10 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-iePlDPBn//UhxExyS9KyeYU7RM9WScAG+D3Hhno0PLJebAEpDZMocbDe64eqynhNAnwz/vZoL/q/QB2T1OH39A== - /@babel/plugin-proposal-numeric-separator/7.12.13_@babel+core@7.13.8: + /@babel/plugin-proposal-numeric-separator/7.12.13_@babel+core@7.13.10: dependencies: - '@babel/core': 7.13.8 + '@babel/core': 7.13.10 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.13.8 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.13.10 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-O1jFia9R8BUCl3ZGB7eitaAPu62TXJRHn7rh+ojNERCFyqRwJMTmhz+tJ+k0CwI6CLjX/ee4qW74FSqlq9I35w== - /@babel/plugin-proposal-object-rest-spread/7.13.8_@babel+core@7.13.8: + /@babel/plugin-proposal-object-rest-spread/7.13.8_@babel+core@7.13.10: dependencies: '@babel/compat-data': 7.13.8 - '@babel/core': 7.13.8 - '@babel/helper-compilation-targets': 7.13.8_@babel+core@7.13.8 + '@babel/core': 7.13.10 + '@babel/helper-compilation-targets': 7.13.10_@babel+core@7.13.10 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.13.8 - '@babel/plugin-transform-parameters': 7.13.0_@babel+core@7.13.8 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.13.10 + '@babel/plugin-transform-parameters': 7.13.0_@babel+core@7.13.10 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-DhB2EuB1Ih7S3/IRX5AFVgZ16k3EzfRbq97CxAVI1KSYcW+lexV8VZb7G7L8zuPVSdQMRn0kiBpf/Yzu9ZKH0g== - /@babel/plugin-proposal-optional-catch-binding/7.13.8_@babel+core@7.13.8: + /@babel/plugin-proposal-optional-catch-binding/7.13.8_@babel+core@7.13.10: dependencies: - '@babel/core': 7.13.8 + '@babel/core': 7.13.10 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.13.8 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.13.10 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-0wS/4DUF1CuTmGo+NiaHfHcVSeSLj5S3e6RivPTg/2k3wOv3jO35tZ6/ZWsQhQMvdgI7CwphjQa/ccarLymHVA== - /@babel/plugin-proposal-optional-chaining/7.13.8_@babel+core@7.13.8: + /@babel/plugin-proposal-optional-chaining/7.13.8_@babel+core@7.13.10: dependencies: - '@babel/core': 7.13.8 + '@babel/core': 7.13.10 '@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.8 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.13.10 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-hpbBwbTgd7Cz1QryvwJZRo1U0k1q8uyBmeXOSQUjdg/A2TASkhR/rz7AyqZ/kS8kbpsNA80rOYbxySBJAqmhhQ== - /@babel/plugin-proposal-private-methods/7.13.0_@babel+core@7.13.8: + /@babel/plugin-proposal-private-methods/7.13.0_@babel+core@7.13.10: dependencies: - '@babel/core': 7.13.8 - '@babel/helper-create-class-features-plugin': 7.13.8_@babel+core@7.13.8 + '@babel/core': 7.13.10 + '@babel/helper-create-class-features-plugin': 7.13.10_@babel+core@7.13.10 '@babel/helper-plugin-utils': 7.13.0 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-MXyyKQd9inhx1kDYPkFRVOBXQ20ES8Pto3T7UZ92xj2mY0EVD8oAVzeyYuVfy/mxAdTSIayOvg+aVzcHV2bn6Q== - /@babel/plugin-proposal-unicode-property-regex/7.12.13_@babel+core@7.13.8: + /@babel/plugin-proposal-unicode-property-regex/7.12.13_@babel+core@7.13.10: dependencies: - '@babel/core': 7.13.8 - '@babel/helper-create-regexp-features-plugin': 7.12.17_@babel+core@7.13.8 + '@babel/core': 7.13.10 + '@babel/helper-create-regexp-features-plugin': 7.12.17_@babel+core@7.13.10 '@babel/helper-plugin-utils': 7.13.0 dev: true engines: @@ -491,126 +491,126 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-XyJmZidNfofEkqFV5VC/bLabGmO5QzenPO/YOfGuEbgU+2sSwMmio3YLb4WtBgcmmdwZHyVyv8on77IUjQ5Gvg== - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.13.8: + /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.13.10: dependencies: - '@babel/core': 7.13.8 + '@babel/core': 7.13.10 '@babel/helper-plugin-utils': 7.13.0 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw== - /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.13.8: + /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.13.10: dependencies: - '@babel/core': 7.13.8 + '@babel/core': 7.13.10 '@babel/helper-plugin-utils': 7.13.0 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA== - /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.13.8: + /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.13.10: dependencies: - '@babel/core': 7.13.8 + '@babel/core': 7.13.10 '@babel/helper-plugin-utils': 7.13.0 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ== - /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.13.8: + /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.13.10: dependencies: - '@babel/core': 7.13.8 + '@babel/core': 7.13.10 '@babel/helper-plugin-utils': 7.13.0 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q== - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.13.8: + /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.13.10: dependencies: - '@babel/core': 7.13.8 + '@babel/core': 7.13.10 '@babel/helper-plugin-utils': 7.13.0 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA== - /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.13.8: + /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.13.10: dependencies: - '@babel/core': 7.13.8 + '@babel/core': 7.13.10 '@babel/helper-plugin-utils': 7.13.0 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig== - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.13.8: + /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.13.10: dependencies: - '@babel/core': 7.13.8 + '@babel/core': 7.13.10 '@babel/helper-plugin-utils': 7.13.0 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ== - /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.13.8: + /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.13.10: dependencies: - '@babel/core': 7.13.8 + '@babel/core': 7.13.10 '@babel/helper-plugin-utils': 7.13.0 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug== - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.13.8: + /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.13.10: dependencies: - '@babel/core': 7.13.8 + '@babel/core': 7.13.10 '@babel/helper-plugin-utils': 7.13.0 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA== - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.13.8: + /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.13.10: dependencies: - '@babel/core': 7.13.8 + '@babel/core': 7.13.10 '@babel/helper-plugin-utils': 7.13.0 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q== - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.13.8: + /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.13.10: dependencies: - '@babel/core': 7.13.8 + '@babel/core': 7.13.10 '@babel/helper-plugin-utils': 7.13.0 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg== - /@babel/plugin-syntax-top-level-await/7.12.13_@babel+core@7.13.8: + /@babel/plugin-syntax-top-level-await/7.12.13_@babel+core@7.13.10: dependencies: - '@babel/core': 7.13.8 + '@babel/core': 7.13.10 '@babel/helper-plugin-utils': 7.13.0 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-A81F9pDwyS7yM//KwbCSDqy3Uj4NMIurtplxphWxoYtNPov7cJsDkAFNNyVlIZ3jwGycVsurZ+LtOA8gZ376iQ== - /@babel/plugin-transform-arrow-functions/7.13.0_@babel+core@7.13.8: + /@babel/plugin-transform-arrow-functions/7.13.0_@babel+core@7.13.10: dependencies: - '@babel/core': 7.13.8 + '@babel/core': 7.13.10 '@babel/helper-plugin-utils': 7.13.0 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-96lgJagobeVmazXFaDrbmCLQxBysKu7U6Do3mLsx27gf5Dk85ezysrs2BZUpXD703U/Su1xTBDxxar2oa4jAGg== - /@babel/plugin-transform-async-to-generator/7.13.0_@babel+core@7.13.8: + /@babel/plugin-transform-async-to-generator/7.13.0_@babel+core@7.13.10: dependencies: - '@babel/core': 7.13.8 + '@babel/core': 7.13.10 '@babel/helper-module-imports': 7.12.13 '@babel/helper-plugin-utils': 7.13.0 '@babel/helper-remap-async-to-generator': 7.13.0 @@ -619,27 +619,27 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-3j6E004Dx0K3eGmhxVJxwwI89CTJrce7lg3UrtFuDAVQ/2+SJ/h/aSFOeE6/n0WB1GsOffsJp6MnPQNQ8nmwhg== - /@babel/plugin-transform-block-scoped-functions/7.12.13_@babel+core@7.13.8: + /@babel/plugin-transform-block-scoped-functions/7.12.13_@babel+core@7.13.10: dependencies: - '@babel/core': 7.13.8 + '@babel/core': 7.13.10 '@babel/helper-plugin-utils': 7.13.0 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-zNyFqbc3kI/fVpqwfqkg6RvBgFpC4J18aKKMmv7KdQ/1GgREapSJAykLMVNwfRGO3BtHj3YQZl8kxCXPcVMVeg== - /@babel/plugin-transform-block-scoping/7.12.13_@babel+core@7.13.8: + /@babel/plugin-transform-block-scoping/7.12.13_@babel+core@7.13.10: dependencies: - '@babel/core': 7.13.8 + '@babel/core': 7.13.10 '@babel/helper-plugin-utils': 7.13.0 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-Pxwe0iqWJX4fOOM2kEZeUuAxHMWb9nK+9oh5d11bsLoB0xMg+mkDpt0eYuDZB7ETrY9bbcVlKUGTOGWy7BHsMQ== - /@babel/plugin-transform-classes/7.13.0_@babel+core@7.13.8: + /@babel/plugin-transform-classes/7.13.0_@babel+core@7.13.10: dependencies: - '@babel/core': 7.13.8 + '@babel/core': 7.13.10 '@babel/helper-annotate-as-pure': 7.12.13 '@babel/helper-function-name': 7.12.13 '@babel/helper-optimise-call-expression': 7.12.13 @@ -652,46 +652,46 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-9BtHCPUARyVH1oXGcSJD3YpsqRLROJx5ZNP6tN5vnk17N0SVf9WCtf8Nuh1CFmgByKKAIMstitKduoCmsaDK5g== - /@babel/plugin-transform-computed-properties/7.13.0_@babel+core@7.13.8: + /@babel/plugin-transform-computed-properties/7.13.0_@babel+core@7.13.10: dependencies: - '@babel/core': 7.13.8 + '@babel/core': 7.13.10 '@babel/helper-plugin-utils': 7.13.0 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-RRqTYTeZkZAz8WbieLTvKUEUxZlUTdmL5KGMyZj7FnMfLNKV4+r5549aORG/mgojRmFlQMJDUupwAMiF2Q7OUg== - /@babel/plugin-transform-destructuring/7.13.0_@babel+core@7.13.8: + /@babel/plugin-transform-destructuring/7.13.0_@babel+core@7.13.10: dependencies: - '@babel/core': 7.13.8 + '@babel/core': 7.13.10 '@babel/helper-plugin-utils': 7.13.0 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-zym5em7tePoNT9s964c0/KU3JPPnuq7VhIxPRefJ4/s82cD+q1mgKfuGRDMCPL0HTyKz4dISuQlCusfgCJ86HA== - /@babel/plugin-transform-dotall-regex/7.12.13_@babel+core@7.13.8: + /@babel/plugin-transform-dotall-regex/7.12.13_@babel+core@7.13.10: dependencies: - '@babel/core': 7.13.8 - '@babel/helper-create-regexp-features-plugin': 7.12.17_@babel+core@7.13.8 + '@babel/core': 7.13.10 + '@babel/helper-create-regexp-features-plugin': 7.12.17_@babel+core@7.13.10 '@babel/helper-plugin-utils': 7.13.0 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-foDrozE65ZFdUC2OfgeOCrEPTxdB3yjqxpXh8CH+ipd9CHd4s/iq81kcUpyH8ACGNEPdFqbtzfgzbT/ZGlbDeQ== - /@babel/plugin-transform-duplicate-keys/7.12.13_@babel+core@7.13.8: + /@babel/plugin-transform-duplicate-keys/7.12.13_@babel+core@7.13.10: dependencies: - '@babel/core': 7.13.8 + '@babel/core': 7.13.10 '@babel/helper-plugin-utils': 7.13.0 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-NfADJiiHdhLBW3pulJlJI2NB0t4cci4WTZ8FtdIuNc2+8pslXdPtRRAEWqUY+m9kNOk2eRYbTAOipAxlrOcwwQ== - /@babel/plugin-transform-exponentiation-operator/7.12.13_@babel+core@7.13.8: + /@babel/plugin-transform-exponentiation-operator/7.12.13_@babel+core@7.13.10: dependencies: - '@babel/core': 7.13.8 + '@babel/core': 7.13.10 '@babel/helper-builder-binary-assignment-operator-visitor': 7.12.13 '@babel/helper-plugin-utils': 7.13.0 dev: true @@ -699,18 +699,18 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-fbUelkM1apvqez/yYx1/oICVnGo2KM5s63mhGylrmXUxK/IAXSIf87QIxVfZldWf4QsOafY6vV3bX8aMHSvNrA== - /@babel/plugin-transform-for-of/7.13.0_@babel+core@7.13.8: + /@babel/plugin-transform-for-of/7.13.0_@babel+core@7.13.10: dependencies: - '@babel/core': 7.13.8 + '@babel/core': 7.13.10 '@babel/helper-plugin-utils': 7.13.0 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-IHKT00mwUVYE0zzbkDgNRP6SRzvfGCYsOxIRz8KsiaaHCcT9BWIkO+H9QRJseHBLOGBZkHUdHiqj6r0POsdytg== - /@babel/plugin-transform-function-name/7.12.13_@babel+core@7.13.8: + /@babel/plugin-transform-function-name/7.12.13_@babel+core@7.13.10: dependencies: - '@babel/core': 7.13.8 + '@babel/core': 7.13.10 '@babel/helper-function-name': 7.12.13 '@babel/helper-plugin-utils': 7.13.0 dev: true @@ -718,27 +718,27 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-6K7gZycG0cmIwwF7uMK/ZqeCikCGVBdyP2J5SKNCXO5EOHcqi+z7Jwf8AmyDNcBgxET8DrEtCt/mPKPyAzXyqQ== - /@babel/plugin-transform-literals/7.12.13_@babel+core@7.13.8: + /@babel/plugin-transform-literals/7.12.13_@babel+core@7.13.10: dependencies: - '@babel/core': 7.13.8 + '@babel/core': 7.13.10 '@babel/helper-plugin-utils': 7.13.0 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-FW+WPjSR7hiUxMcKqyNjP05tQ2kmBCdpEpZHY1ARm96tGQCCBvXKnpjILtDplUnJ/eHZ0lALLM+d2lMFSpYJrQ== - /@babel/plugin-transform-member-expression-literals/7.12.13_@babel+core@7.13.8: + /@babel/plugin-transform-member-expression-literals/7.12.13_@babel+core@7.13.10: dependencies: - '@babel/core': 7.13.8 + '@babel/core': 7.13.10 '@babel/helper-plugin-utils': 7.13.0 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-kxLkOsg8yir4YeEPHLuO2tXP9R/gTjpuTOjshqSpELUN3ZAg2jfDnKUvzzJxObun38sw3wm4Uu69sX/zA7iRvg== - /@babel/plugin-transform-modules-amd/7.13.0_@babel+core@7.13.8: + /@babel/plugin-transform-modules-amd/7.13.0_@babel+core@7.13.10: dependencies: - '@babel/core': 7.13.8 + '@babel/core': 7.13.10 '@babel/helper-module-transforms': 7.13.0 '@babel/helper-plugin-utils': 7.13.0 babel-plugin-dynamic-import-node: 2.3.3 @@ -747,9 +747,9 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-EKy/E2NHhY/6Vw5d1k3rgoobftcNUmp9fGjb9XZwQLtTctsRBOTRO7RHHxfIky1ogMN5BxN7p9uMA3SzPfotMQ== - /@babel/plugin-transform-modules-commonjs/7.13.8_@babel+core@7.13.8: + /@babel/plugin-transform-modules-commonjs/7.13.8_@babel+core@7.13.10: dependencies: - '@babel/core': 7.13.8 + '@babel/core': 7.13.10 '@babel/helper-module-transforms': 7.13.0 '@babel/helper-plugin-utils': 7.13.0 '@babel/helper-simple-access': 7.12.13 @@ -759,9 +759,9 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-9QiOx4MEGglfYZ4XOnU79OHr6vIWUakIj9b4mioN8eQIoEh+pf5p/zEB36JpDFWA12nNMiRf7bfoRvl9Rn79Bw== - /@babel/plugin-transform-modules-systemjs/7.13.8_@babel+core@7.13.8: + /@babel/plugin-transform-modules-systemjs/7.13.8_@babel+core@7.13.10: dependencies: - '@babel/core': 7.13.8 + '@babel/core': 7.13.10 '@babel/helper-hoist-variables': 7.13.0 '@babel/helper-module-transforms': 7.13.0 '@babel/helper-plugin-utils': 7.13.0 @@ -772,9 +772,9 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-hwqctPYjhM6cWvVIlOIe27jCIBgHCsdH2xCJVAYQm7V5yTMoilbVMi9f6wKg0rpQAOn6ZG4AOyvCqFF/hUh6+A== - /@babel/plugin-transform-modules-umd/7.13.0_@babel+core@7.13.8: + /@babel/plugin-transform-modules-umd/7.13.0_@babel+core@7.13.10: dependencies: - '@babel/core': 7.13.8 + '@babel/core': 7.13.10 '@babel/helper-module-transforms': 7.13.0 '@babel/helper-plugin-utils': 7.13.0 dev: true @@ -782,27 +782,27 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-D/ILzAh6uyvkWjKKyFE/W0FzWwasv6vPTSqPcjxFqn6QpX3u8DjRVliq4F2BamO2Wee/om06Vyy+vPkNrd4wxw== - /@babel/plugin-transform-named-capturing-groups-regex/7.12.13_@babel+core@7.13.8: + /@babel/plugin-transform-named-capturing-groups-regex/7.12.13_@babel+core@7.13.10: dependencies: - '@babel/core': 7.13.8 - '@babel/helper-create-regexp-features-plugin': 7.12.17_@babel+core@7.13.8 + '@babel/core': 7.13.10 + '@babel/helper-create-regexp-features-plugin': 7.12.17_@babel+core@7.13.10 dev: true peerDependencies: '@babel/core': ^7.0.0 resolution: integrity: sha512-Xsm8P2hr5hAxyYblrfACXpQKdQbx4m2df9/ZZSQ8MAhsadw06+jW7s9zsSw6he+mJZXRlVMyEnVktJo4zjk1WA== - /@babel/plugin-transform-new-target/7.12.13_@babel+core@7.13.8: + /@babel/plugin-transform-new-target/7.12.13_@babel+core@7.13.10: dependencies: - '@babel/core': 7.13.8 + '@babel/core': 7.13.10 '@babel/helper-plugin-utils': 7.13.0 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-/KY2hbLxrG5GTQ9zzZSc3xWiOy379pIETEhbtzwZcw9rvuaVV4Fqy7BYGYOWZnaoXIQYbbJ0ziXLa/sKcGCYEQ== - /@babel/plugin-transform-object-super/7.12.13_@babel+core@7.13.8: + /@babel/plugin-transform-object-super/7.12.13_@babel+core@7.13.10: dependencies: - '@babel/core': 7.13.8 + '@babel/core': 7.13.10 '@babel/helper-plugin-utils': 7.13.0 '@babel/helper-replace-supers': 7.13.0 dev: true @@ -810,54 +810,54 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-JzYIcj3XtYspZDV8j9ulnoMPZZnF/Cj0LUxPOjR89BdBVx+zYJI9MdMIlUZjbXDX+6YVeS6I3e8op+qQ3BYBoQ== - /@babel/plugin-transform-parameters/7.13.0_@babel+core@7.13.8: + /@babel/plugin-transform-parameters/7.13.0_@babel+core@7.13.10: dependencies: - '@babel/core': 7.13.8 + '@babel/core': 7.13.10 '@babel/helper-plugin-utils': 7.13.0 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-Jt8k/h/mIwE2JFEOb3lURoY5C85ETcYPnbuAJ96zRBzh1XHtQZfs62ChZ6EP22QlC8c7Xqr9q+e1SU5qttwwjw== - /@babel/plugin-transform-property-literals/7.12.13_@babel+core@7.13.8: + /@babel/plugin-transform-property-literals/7.12.13_@babel+core@7.13.10: dependencies: - '@babel/core': 7.13.8 + '@babel/core': 7.13.10 '@babel/helper-plugin-utils': 7.13.0 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-nqVigwVan+lR+g8Fj8Exl0UQX2kymtjcWfMOYM1vTYEKujeyv2SkMgazf2qNcK7l4SDiKyTA/nHCPqL4e2zo1A== - /@babel/plugin-transform-regenerator/7.12.13_@babel+core@7.13.8: + /@babel/plugin-transform-regenerator/7.12.13_@babel+core@7.13.10: dependencies: - '@babel/core': 7.13.8 + '@babel/core': 7.13.10 regenerator-transform: 0.14.5 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-lxb2ZAvSLyJ2PEe47hoGWPmW22v7CtSl9jW8mingV4H2sEX/JOcrAj2nPuGWi56ERUm2bUpjKzONAuT6HCn2EA== - /@babel/plugin-transform-reserved-words/7.12.13_@babel+core@7.13.8: + /@babel/plugin-transform-reserved-words/7.12.13_@babel+core@7.13.10: dependencies: - '@babel/core': 7.13.8 + '@babel/core': 7.13.10 '@babel/helper-plugin-utils': 7.13.0 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-xhUPzDXxZN1QfiOy/I5tyye+TRz6lA7z6xaT4CLOjPRMVg1ldRf0LHw0TDBpYL4vG78556WuHdyO9oi5UmzZBg== - /@babel/plugin-transform-shorthand-properties/7.12.13_@babel+core@7.13.8: + /@babel/plugin-transform-shorthand-properties/7.12.13_@babel+core@7.13.10: dependencies: - '@babel/core': 7.13.8 + '@babel/core': 7.13.10 '@babel/helper-plugin-utils': 7.13.0 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-xpL49pqPnLtf0tVluuqvzWIgLEhuPpZzvs2yabUHSKRNlN7ScYU7aMlmavOeyXJZKgZKQRBlh8rHbKiJDraTSw== - /@babel/plugin-transform-spread/7.13.0_@babel+core@7.13.8: + /@babel/plugin-transform-spread/7.13.0_@babel+core@7.13.10: dependencies: - '@babel/core': 7.13.8 + '@babel/core': 7.13.10 '@babel/helper-plugin-utils': 7.13.0 '@babel/helper-skip-transparent-expression-wrappers': 7.12.1 dev: true @@ -865,134 +865,134 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-V6vkiXijjzYeFmQTr3dBxPtZYLPcUfY34DebOU27jIl2M/Y8Egm52Hw82CSjjPqd54GTlJs5x+CR7HeNr24ckg== - /@babel/plugin-transform-sticky-regex/7.12.13_@babel+core@7.13.8: + /@babel/plugin-transform-sticky-regex/7.12.13_@babel+core@7.13.10: dependencies: - '@babel/core': 7.13.8 + '@babel/core': 7.13.10 '@babel/helper-plugin-utils': 7.13.0 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-Jc3JSaaWT8+fr7GRvQP02fKDsYk4K/lYwWq38r/UGfaxo89ajud321NH28KRQ7xy1Ybc0VUE5Pz8psjNNDUglg== - /@babel/plugin-transform-template-literals/7.13.0_@babel+core@7.13.8: + /@babel/plugin-transform-template-literals/7.13.0_@babel+core@7.13.10: dependencies: - '@babel/core': 7.13.8 + '@babel/core': 7.13.10 '@babel/helper-plugin-utils': 7.13.0 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-d67umW6nlfmr1iehCcBv69eSUSySk1EsIS8aTDX4Xo9qajAh6mYtcl4kJrBkGXuxZPEgVr7RVfAvNW6YQkd4Mw== - /@babel/plugin-transform-typeof-symbol/7.12.13_@babel+core@7.13.8: + /@babel/plugin-transform-typeof-symbol/7.12.13_@babel+core@7.13.10: dependencies: - '@babel/core': 7.13.8 + '@babel/core': 7.13.10 '@babel/helper-plugin-utils': 7.13.0 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-eKv/LmUJpMnu4npgfvs3LiHhJua5fo/CysENxa45YCQXZwKnGCQKAg87bvoqSW1fFT+HA32l03Qxsm8ouTY3ZQ== - /@babel/plugin-transform-unicode-escapes/7.12.13_@babel+core@7.13.8: + /@babel/plugin-transform-unicode-escapes/7.12.13_@babel+core@7.13.10: dependencies: - '@babel/core': 7.13.8 + '@babel/core': 7.13.10 '@babel/helper-plugin-utils': 7.13.0 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-0bHEkdwJ/sN/ikBHfSmOXPypN/beiGqjo+o4/5K+vxEFNPRPdImhviPakMKG4x96l85emoa0Z6cDflsdBusZbw== - /@babel/plugin-transform-unicode-regex/7.12.13_@babel+core@7.13.8: + /@babel/plugin-transform-unicode-regex/7.12.13_@babel+core@7.13.10: dependencies: - '@babel/core': 7.13.8 - '@babel/helper-create-regexp-features-plugin': 7.12.17_@babel+core@7.13.8 + '@babel/core': 7.13.10 + '@babel/helper-create-regexp-features-plugin': 7.12.17_@babel+core@7.13.10 '@babel/helper-plugin-utils': 7.13.0 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-mDRzSNY7/zopwisPZ5kM9XKCfhchqIYwAKRERtEnhYscZB79VRekuRSoYbN0+KVe3y8+q1h6A4svXtP7N+UoCA== - /@babel/preset-env/7.13.8_@babel+core@7.13.8: + /@babel/preset-env/7.13.10_@babel+core@7.13.10: dependencies: '@babel/compat-data': 7.13.8 - '@babel/core': 7.13.8 - '@babel/helper-compilation-targets': 7.13.8_@babel+core@7.13.8 + '@babel/core': 7.13.10 + '@babel/helper-compilation-targets': 7.13.10_@babel+core@7.13.10 '@babel/helper-plugin-utils': 7.13.0 '@babel/helper-validator-option': 7.12.17 - '@babel/plugin-proposal-async-generator-functions': 7.13.8_@babel+core@7.13.8 - '@babel/plugin-proposal-class-properties': 7.13.0_@babel+core@7.13.8 - '@babel/plugin-proposal-dynamic-import': 7.13.8_@babel+core@7.13.8 - '@babel/plugin-proposal-export-namespace-from': 7.12.13_@babel+core@7.13.8 - '@babel/plugin-proposal-json-strings': 7.13.8_@babel+core@7.13.8 - '@babel/plugin-proposal-logical-assignment-operators': 7.13.8_@babel+core@7.13.8 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.13.8_@babel+core@7.13.8 - '@babel/plugin-proposal-numeric-separator': 7.12.13_@babel+core@7.13.8 - '@babel/plugin-proposal-object-rest-spread': 7.13.8_@babel+core@7.13.8 - '@babel/plugin-proposal-optional-catch-binding': 7.13.8_@babel+core@7.13.8 - '@babel/plugin-proposal-optional-chaining': 7.13.8_@babel+core@7.13.8 - '@babel/plugin-proposal-private-methods': 7.13.0_@babel+core@7.13.8 - '@babel/plugin-proposal-unicode-property-regex': 7.12.13_@babel+core@7.13.8 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.13.8 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.13.8 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.13.8 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.13.8 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.13.8 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.13.8 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.13.8 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.13.8 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.13.8 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.13.8 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.13.8 - '@babel/plugin-syntax-top-level-await': 7.12.13_@babel+core@7.13.8 - '@babel/plugin-transform-arrow-functions': 7.13.0_@babel+core@7.13.8 - '@babel/plugin-transform-async-to-generator': 7.13.0_@babel+core@7.13.8 - '@babel/plugin-transform-block-scoped-functions': 7.12.13_@babel+core@7.13.8 - '@babel/plugin-transform-block-scoping': 7.12.13_@babel+core@7.13.8 - '@babel/plugin-transform-classes': 7.13.0_@babel+core@7.13.8 - '@babel/plugin-transform-computed-properties': 7.13.0_@babel+core@7.13.8 - '@babel/plugin-transform-destructuring': 7.13.0_@babel+core@7.13.8 - '@babel/plugin-transform-dotall-regex': 7.12.13_@babel+core@7.13.8 - '@babel/plugin-transform-duplicate-keys': 7.12.13_@babel+core@7.13.8 - '@babel/plugin-transform-exponentiation-operator': 7.12.13_@babel+core@7.13.8 - '@babel/plugin-transform-for-of': 7.13.0_@babel+core@7.13.8 - '@babel/plugin-transform-function-name': 7.12.13_@babel+core@7.13.8 - '@babel/plugin-transform-literals': 7.12.13_@babel+core@7.13.8 - '@babel/plugin-transform-member-expression-literals': 7.12.13_@babel+core@7.13.8 - '@babel/plugin-transform-modules-amd': 7.13.0_@babel+core@7.13.8 - '@babel/plugin-transform-modules-commonjs': 7.13.8_@babel+core@7.13.8 - '@babel/plugin-transform-modules-systemjs': 7.13.8_@babel+core@7.13.8 - '@babel/plugin-transform-modules-umd': 7.13.0_@babel+core@7.13.8 - '@babel/plugin-transform-named-capturing-groups-regex': 7.12.13_@babel+core@7.13.8 - '@babel/plugin-transform-new-target': 7.12.13_@babel+core@7.13.8 - '@babel/plugin-transform-object-super': 7.12.13_@babel+core@7.13.8 - '@babel/plugin-transform-parameters': 7.13.0_@babel+core@7.13.8 - '@babel/plugin-transform-property-literals': 7.12.13_@babel+core@7.13.8 - '@babel/plugin-transform-regenerator': 7.12.13_@babel+core@7.13.8 - '@babel/plugin-transform-reserved-words': 7.12.13_@babel+core@7.13.8 - '@babel/plugin-transform-shorthand-properties': 7.12.13_@babel+core@7.13.8 - '@babel/plugin-transform-spread': 7.13.0_@babel+core@7.13.8 - '@babel/plugin-transform-sticky-regex': 7.12.13_@babel+core@7.13.8 - '@babel/plugin-transform-template-literals': 7.13.0_@babel+core@7.13.8 - '@babel/plugin-transform-typeof-symbol': 7.12.13_@babel+core@7.13.8 - '@babel/plugin-transform-unicode-escapes': 7.12.13_@babel+core@7.13.8 - '@babel/plugin-transform-unicode-regex': 7.12.13_@babel+core@7.13.8 - '@babel/preset-modules': 0.1.4_@babel+core@7.13.8 + '@babel/plugin-proposal-async-generator-functions': 7.13.8_@babel+core@7.13.10 + '@babel/plugin-proposal-class-properties': 7.13.0_@babel+core@7.13.10 + '@babel/plugin-proposal-dynamic-import': 7.13.8_@babel+core@7.13.10 + '@babel/plugin-proposal-export-namespace-from': 7.12.13_@babel+core@7.13.10 + '@babel/plugin-proposal-json-strings': 7.13.8_@babel+core@7.13.10 + '@babel/plugin-proposal-logical-assignment-operators': 7.13.8_@babel+core@7.13.10 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.13.8_@babel+core@7.13.10 + '@babel/plugin-proposal-numeric-separator': 7.12.13_@babel+core@7.13.10 + '@babel/plugin-proposal-object-rest-spread': 7.13.8_@babel+core@7.13.10 + '@babel/plugin-proposal-optional-catch-binding': 7.13.8_@babel+core@7.13.10 + '@babel/plugin-proposal-optional-chaining': 7.13.8_@babel+core@7.13.10 + '@babel/plugin-proposal-private-methods': 7.13.0_@babel+core@7.13.10 + '@babel/plugin-proposal-unicode-property-regex': 7.12.13_@babel+core@7.13.10 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.13.10 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.13.10 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.13.10 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.13.10 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.13.10 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.13.10 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.13.10 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.13.10 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.13.10 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.13.10 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.13.10 + '@babel/plugin-syntax-top-level-await': 7.12.13_@babel+core@7.13.10 + '@babel/plugin-transform-arrow-functions': 7.13.0_@babel+core@7.13.10 + '@babel/plugin-transform-async-to-generator': 7.13.0_@babel+core@7.13.10 + '@babel/plugin-transform-block-scoped-functions': 7.12.13_@babel+core@7.13.10 + '@babel/plugin-transform-block-scoping': 7.12.13_@babel+core@7.13.10 + '@babel/plugin-transform-classes': 7.13.0_@babel+core@7.13.10 + '@babel/plugin-transform-computed-properties': 7.13.0_@babel+core@7.13.10 + '@babel/plugin-transform-destructuring': 7.13.0_@babel+core@7.13.10 + '@babel/plugin-transform-dotall-regex': 7.12.13_@babel+core@7.13.10 + '@babel/plugin-transform-duplicate-keys': 7.12.13_@babel+core@7.13.10 + '@babel/plugin-transform-exponentiation-operator': 7.12.13_@babel+core@7.13.10 + '@babel/plugin-transform-for-of': 7.13.0_@babel+core@7.13.10 + '@babel/plugin-transform-function-name': 7.12.13_@babel+core@7.13.10 + '@babel/plugin-transform-literals': 7.12.13_@babel+core@7.13.10 + '@babel/plugin-transform-member-expression-literals': 7.12.13_@babel+core@7.13.10 + '@babel/plugin-transform-modules-amd': 7.13.0_@babel+core@7.13.10 + '@babel/plugin-transform-modules-commonjs': 7.13.8_@babel+core@7.13.10 + '@babel/plugin-transform-modules-systemjs': 7.13.8_@babel+core@7.13.10 + '@babel/plugin-transform-modules-umd': 7.13.0_@babel+core@7.13.10 + '@babel/plugin-transform-named-capturing-groups-regex': 7.12.13_@babel+core@7.13.10 + '@babel/plugin-transform-new-target': 7.12.13_@babel+core@7.13.10 + '@babel/plugin-transform-object-super': 7.12.13_@babel+core@7.13.10 + '@babel/plugin-transform-parameters': 7.13.0_@babel+core@7.13.10 + '@babel/plugin-transform-property-literals': 7.12.13_@babel+core@7.13.10 + '@babel/plugin-transform-regenerator': 7.12.13_@babel+core@7.13.10 + '@babel/plugin-transform-reserved-words': 7.12.13_@babel+core@7.13.10 + '@babel/plugin-transform-shorthand-properties': 7.12.13_@babel+core@7.13.10 + '@babel/plugin-transform-spread': 7.13.0_@babel+core@7.13.10 + '@babel/plugin-transform-sticky-regex': 7.12.13_@babel+core@7.13.10 + '@babel/plugin-transform-template-literals': 7.13.0_@babel+core@7.13.10 + '@babel/plugin-transform-typeof-symbol': 7.12.13_@babel+core@7.13.10 + '@babel/plugin-transform-unicode-escapes': 7.12.13_@babel+core@7.13.10 + '@babel/plugin-transform-unicode-regex': 7.12.13_@babel+core@7.13.10 + '@babel/preset-modules': 0.1.4_@babel+core@7.13.10 '@babel/types': 7.13.0 - babel-plugin-polyfill-corejs2: 0.1.8_@babel+core@7.13.8 - babel-plugin-polyfill-corejs3: 0.1.6_@babel+core@7.13.8 - babel-plugin-polyfill-regenerator: 0.1.5_@babel+core@7.13.8 - core-js-compat: 3.9.0 + babel-plugin-polyfill-corejs2: 0.1.10_@babel+core@7.13.10 + babel-plugin-polyfill-corejs3: 0.1.7_@babel+core@7.13.10 + babel-plugin-polyfill-regenerator: 0.1.6_@babel+core@7.13.10 + core-js-compat: 3.9.1 semver: 6.3.0 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-Sso1xOpV4S3ofnxW2DsWTE5ziRk62jEAKLGuQ+EJHC+YHTbFG38QUTixO3JVa1cYET9gkJhO1pMu+/+2dDhKvw== - /@babel/preset-modules/0.1.4_@babel+core@7.13.8: + integrity: sha512-nOsTScuoRghRtUsRr/c69d042ysfPHcu+KOB4A9aAO9eJYqrkat+LF8G1yp1HD18QiwixT2CisZTr/0b3YZPXQ== + /@babel/preset-modules/0.1.4_@babel+core@7.13.10: dependencies: - '@babel/core': 7.13.8 + '@babel/core': 7.13.10 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-proposal-unicode-property-regex': 7.12.13_@babel+core@7.13.8 - '@babel/plugin-transform-dotall-regex': 7.12.13_@babel+core@7.13.8 + '@babel/plugin-proposal-unicode-property-regex': 7.12.13_@babel+core@7.13.10 + '@babel/plugin-transform-dotall-regex': 7.12.13_@babel+core@7.13.10 '@babel/types': 7.13.0 esutils: 2.0.3 dev: true @@ -1000,16 +1000,16 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-J36NhwnfdzpmH41M1DrnkkgAqhZaqr/NBdPfQ677mLzlaXo+oDiv1deyCDtgAhz8p328otdob0Du7+xgHGZbKg== - /@babel/runtime/7.13.8: + /@babel/runtime/7.13.10: dependencies: regenerator-runtime: 0.13.7 dev: true resolution: - integrity: sha512-CwQljpw6qSayc0fRG1soxHAKs1CnQMOChm4mlQP6My0kf9upVGizj/KhlTTgyUnETmHpcUXjaluNAkteRFuafg== + integrity: sha512-4QPkjJq6Ns3V/RgpEahRk+AGfL0eO6RHHtTWoNNr5mO49G6B5+X6d6THgWEAvTrznU5xYpbAlVKRYcsCgh/Akw== /@babel/template/7.12.13: dependencies: '@babel/code-frame': 7.12.13 - '@babel/parser': 7.13.4 + '@babel/parser': 7.13.10 '@babel/types': 7.13.0 dev: true resolution: @@ -1017,10 +1017,10 @@ packages: /@babel/traverse/7.13.0: dependencies: '@babel/code-frame': 7.12.13 - '@babel/generator': 7.13.0 + '@babel/generator': 7.13.9 '@babel/helper-function-name': 7.12.13 '@babel/helper-split-export-declaration': 7.12.13 - '@babel/parser': 7.13.4 + '@babel/parser': 7.13.10 '@babel/types': 7.13.0 debug: 4.3.2 globals: 11.12.0 @@ -1093,10 +1093,10 @@ packages: dev: true resolution: integrity: sha512-LFelJDOLZ6JHlmlAkgrvmcu4hpNPB91KYcr4f60D/exzU1eNOb4/KCVHIydGHIQFaOacIOD+Xy+B7P1z812cZg== - /@iconify/json/1.1.313: + /@iconify/json/1.1.314: dev: true resolution: - integrity: sha512-gv00rSX4apKE0i/fUjXp5+sBb8LHzzdJqrXkBNVby7Nl7yzRqeQ/EyY+7ixtSpEu3f1P/co/vrgdbZN6wlw6DA== + integrity: sha512-KDc2dtNnbUryuUWs4ov1e8xCcEjrU/9r3PLOsElzsRpMjaGe/RfpAvU1NkDlv7Mmriaah+Dj6SVoLeRSUB5q3g== /@intlify/cli/0.2.0: dependencies: '@intlify/core': 9.0.0 @@ -1176,7 +1176,7 @@ packages: dependencies: '@nodelib/fs.stat': 2.0.4 '@nodelib/fs.walk': 1.2.6 - glob-parent: 5.1.1 + glob-parent: 5.1.2 merge2: 1.4.1 micromatch: 4.0.2 picomatch: 2.2.2 @@ -1209,12 +1209,12 @@ packages: node: '>= 8' resolution: integrity: sha512-8Broas6vTtW4GIXTAHDoE32hnN2M5ykgCpWGbuXHQ15vEMqr23pB76e/GZcYsZCHALv50ktd24qhEyKr6wBtow== - /@rollup/plugin-babel/5.3.0_@babel+core@7.13.8+rollup@2.40.0: + /@rollup/plugin-babel/5.3.0_16d5b6426664af7201b70951546c1784: dependencies: - '@babel/core': 7.13.8 + '@babel/core': 7.13.10 '@babel/helper-module-imports': 7.12.13 - '@rollup/pluginutils': 3.1.0_rollup@2.40.0 - rollup: 2.40.0 + '@rollup/pluginutils': 3.1.0_rollup@2.41.0 + rollup: 2.41.0 dev: true engines: node: '>= 10.0.0' @@ -1227,15 +1227,15 @@ packages: optional: true resolution: integrity: sha512-9uIC8HZOnVLrLHxayq/PTzw+uS25E14KPUBh5ktF+18Mjo5yK0ToMMx6epY0uEgkjwJw0aBW4x2horYXh8juWw== - /@rollup/plugin-node-resolve/9.0.0_rollup@2.40.0: + /@rollup/plugin-node-resolve/9.0.0_rollup@2.41.0: dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.40.0 + '@rollup/pluginutils': 3.1.0_rollup@2.41.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.40.0 + rollup: 2.41.0 dev: true engines: node: '>= 10.0.0' @@ -1243,22 +1243,22 @@ packages: rollup: ^1.20.0||^2.0.0 resolution: integrity: sha512-gPz+utFHLRrd41WMP13Jq5mqqzHL3OXrfj3/MkSyB6UBIcuNt9j60GCbarzMzdf1VHFpOxfQh/ez7wyadLMqkg== - /@rollup/plugin-replace/2.4.1_rollup@2.40.0: + /@rollup/plugin-replace/2.4.1_rollup@2.41.0: dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.40.0 + '@rollup/pluginutils': 3.1.0_rollup@2.41.0 magic-string: 0.25.7 - rollup: 2.40.0 + rollup: 2.41.0 dev: true peerDependencies: rollup: ^1.20.0 || ^2.0.0 resolution: integrity: sha512-XwC1oK5rrtRJ0tn1ioLHS6OV5JTluJF7QE1J/q1hN3bquwjnVxjtMyY9iCnoyH9DQbf92CxajB3o98wZbP3oAQ== - /@rollup/pluginutils/3.1.0_rollup@2.40.0: + /@rollup/pluginutils/3.1.0_rollup@2.41.0: dependencies: '@types/estree': 0.0.39 estree-walker: 1.0.1 picomatch: 2.2.2 - rollup: 2.40.0 + rollup: 2.41.0 dev: true engines: node: '>= 8.0.0' @@ -1296,10 +1296,10 @@ packages: dev: true resolution: integrity: sha1-7ihweulOEdK4J7y+UnC86n8+ce4= - /@types/node/14.14.31: + /@types/node/14.14.33: dev: true resolution: - integrity: sha512-vFHy/ezP5qI0rFgJ7aQnjDXwAMrG0KqqIH7tQG5PPv3BWBayOPIQNBjVc/P6hhdZfMx51REc6tfDNXHUio893g== + integrity: sha512-oJqcTrgPUF29oUP8AsUqbXGJNuPutsetaa9kTQAQce5Lx5dTYWV02ScBiT/k1BX/Z7pKeqedmvp39Wu4zR7N7g== /@types/normalize-package-data/2.4.0: dev: true resolution: @@ -1310,38 +1310,14 @@ packages: integrity: sha512-1cYJrqq9GezNFPsWTZpFut/d4CjpZqA0vhqDUPFWYKF1oIyBz5qnoYMzR+0C/T96t3ebLAC1SSnwrVOm5/j74A== /@types/resolve/1.17.1: dependencies: - '@types/node': 14.14.31 + '@types/node': 14.14.33 dev: true resolution: integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw== - /@typescript-eslint/eslint-plugin/4.15.2_d3b87eefb7d169d15fef4b17d3da7458: - dependencies: - '@typescript-eslint/experimental-utils': 4.15.2_eslint@7.21.0+typescript@4.2.3 - '@typescript-eslint/parser': 4.15.2_eslint@7.21.0+typescript@4.2.3 - '@typescript-eslint/scope-manager': 4.15.2 - debug: 4.3.1 - eslint: 7.21.0 - functional-red-black-tree: 1.0.1 - lodash: 4.17.21 - regexpp: 3.1.0 - semver: 7.3.4 - tsutils: 3.20.0_typescript@4.2.3 - typescript: 4.2.3 - dev: true - engines: - node: ^10.12.0 || >=12.0.0 - peerDependencies: - '@typescript-eslint/parser': ^4.0.0 - eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - resolution: - integrity: sha512-uiQQeu9tWl3f1+oK0yoAv9lt/KXO24iafxgQTkIYO/kitruILGx3uH+QtIAHqxFV+yIsdnJH+alel9KuE3J15Q== - /@typescript-eslint/eslint-plugin/4.17.0_eslint@7.21.0+typescript@4.2.3: + /@typescript-eslint/eslint-plugin/4.17.0_3641211d697b4d4d12940eb9cf33dc28: dependencies: '@typescript-eslint/experimental-utils': 4.17.0_eslint@7.21.0+typescript@4.2.3 + '@typescript-eslint/parser': 4.17.0_eslint@7.21.0+typescript@4.2.3 '@typescript-eslint/scope-manager': 4.17.0 debug: 4.3.1 eslint: 7.21.0 @@ -1349,7 +1325,7 @@ packages: lodash: 4.17.21 regexpp: 3.1.0 semver: 7.3.4 - tsutils: 3.20.0_typescript@4.2.3 + tsutils: 3.21.0_typescript@4.2.3 typescript: 4.2.3 dev: true engines: @@ -1363,23 +1339,30 @@ packages: optional: true resolution: integrity: sha512-/fKFDcoHg8oNan39IKFOb5WmV7oWhQe1K6CDaAVfJaNWEhmfqlA24g+u1lqU5bMH7zuNasfMId4LaYWC5ijRLw== - /@typescript-eslint/experimental-utils/4.15.2_eslint@7.21.0+typescript@4.2.3: + /@typescript-eslint/eslint-plugin/4.17.0_eslint@7.21.0+typescript@4.2.3: dependencies: - '@types/json-schema': 7.0.7 - '@typescript-eslint/scope-manager': 4.15.2 - '@typescript-eslint/types': 4.15.2 - '@typescript-eslint/typescript-estree': 4.15.2_typescript@4.2.3 + '@typescript-eslint/experimental-utils': 4.17.0_eslint@7.21.0+typescript@4.2.3 + '@typescript-eslint/scope-manager': 4.17.0 + debug: 4.3.1 eslint: 7.21.0 - eslint-scope: 5.1.1 - eslint-utils: 2.1.0 + functional-red-black-tree: 1.0.1 + lodash: 4.17.21 + regexpp: 3.1.0 + semver: 7.3.4 + tsutils: 3.21.0_typescript@4.2.3 + typescript: 4.2.3 dev: true engines: node: ^10.12.0 || >=12.0.0 peerDependencies: - eslint: '*' + '@typescript-eslint/parser': ^4.0.0 + eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 typescript: '*' + peerDependenciesMeta: + typescript: + optional: true resolution: - integrity: sha512-Fxoshw8+R5X3/Vmqwsjc8nRO/7iTysRtDqx6rlfLZ7HbT8TZhPeQqbPjTyk2RheH3L8afumecTQnUc9EeXxohQ== + integrity: sha512-/fKFDcoHg8oNan39IKFOb5WmV7oWhQe1K6CDaAVfJaNWEhmfqlA24g+u1lqU5bMH7zuNasfMId4LaYWC5ijRLw== /@typescript-eslint/experimental-utils/4.17.0_eslint@7.21.0+typescript@4.2.3: dependencies: '@types/json-schema': 7.0.7 @@ -1397,11 +1380,11 @@ packages: typescript: '*' resolution: integrity: sha512-ZR2NIUbnIBj+LGqCFGQ9yk2EBQrpVVFOh9/Kd0Lm6gLpSAcCuLLe5lUCibKGCqyH9HPwYC0GIJce2O1i8VYmWA== - /@typescript-eslint/parser/4.15.2_eslint@7.21.0+typescript@4.2.3: + /@typescript-eslint/parser/4.17.0_eslint@7.21.0+typescript@4.2.3: dependencies: - '@typescript-eslint/scope-manager': 4.15.2 - '@typescript-eslint/types': 4.15.2 - '@typescript-eslint/typescript-estree': 4.15.2_typescript@4.2.3 + '@typescript-eslint/scope-manager': 4.17.0 + '@typescript-eslint/types': 4.17.0 + '@typescript-eslint/typescript-estree': 4.17.0_typescript@4.2.3 debug: 4.3.1 eslint: 7.21.0 typescript: 4.2.3 @@ -1415,16 +1398,7 @@ packages: typescript: optional: true resolution: - integrity: sha512-SHeF8xbsC6z2FKXsaTb1tBCf0QZsjJ94H6Bo51Y1aVEZ4XAefaw5ZAilMoDPlGghe+qtq7XdTiDlGfVTOmvA+Q== - /@typescript-eslint/scope-manager/4.15.2: - dependencies: - '@typescript-eslint/types': 4.15.2 - '@typescript-eslint/visitor-keys': 4.15.2 - dev: true - engines: - node: ^8.10.0 || ^10.13.0 || >=11.10.1 - resolution: - integrity: sha512-Zm0tf/MSKuX6aeJmuXexgdVyxT9/oJJhaCkijv0DvJVT3ui4zY6XYd6iwIo/8GEZGy43cd7w1rFMiCLHbRzAPQ== + integrity: sha512-KYdksiZQ0N1t+6qpnl6JeK9ycCFprS9xBAiIrw4gSphqONt8wydBw4BXJi3C11ywZmyHulvMaLjWsxDjUSDwAw== /@typescript-eslint/scope-manager/4.17.0: dependencies: '@typescript-eslint/types': 4.17.0 @@ -1434,38 +1408,12 @@ packages: node: ^8.10.0 || ^10.13.0 || >=11.10.1 resolution: integrity: sha512-OJ+CeTliuW+UZ9qgULrnGpPQ1bhrZNFpfT/Bc0pzNeyZwMik7/ykJ0JHnQ7krHanFN9wcnPK89pwn84cRUmYjw== - /@typescript-eslint/types/4.15.2: - dev: true - engines: - node: ^8.10.0 || ^10.13.0 || >=11.10.1 - resolution: - integrity: sha512-r7lW7HFkAarfUylJ2tKndyO9njwSyoy6cpfDKWPX6/ctZA+QyaYscAHXVAfJqtnY6aaTwDYrOhp+ginlbc7HfQ== /@typescript-eslint/types/4.17.0: dev: true engines: node: ^8.10.0 || ^10.13.0 || >=11.10.1 resolution: integrity: sha512-RN5z8qYpJ+kXwnLlyzZkiJwfW2AY458Bf8WqllkondQIcN2ZxQowAToGSd9BlAUZDB5Ea8I6mqL2quGYCLT+2g== - /@typescript-eslint/typescript-estree/4.15.2_typescript@4.2.3: - dependencies: - '@typescript-eslint/types': 4.15.2 - '@typescript-eslint/visitor-keys': 4.15.2 - debug: 4.3.1 - globby: 11.0.2 - is-glob: 4.0.1 - semver: 7.3.4 - tsutils: 3.20.0_typescript@4.2.3 - typescript: 4.2.3 - dev: true - engines: - node: ^10.12.0 || >=12.0.0 - peerDependencies: - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - resolution: - integrity: sha512-cGR8C2g5SPtHTQvAymEODeqx90pJHadWsgTtx6GbnTWKqsg7yp6Eaya9nFzUd4KrKhxdYTTFBiYeTPQaz/l8bw== /@typescript-eslint/typescript-estree/4.17.0_typescript@4.2.3: dependencies: '@typescript-eslint/types': 4.17.0 @@ -1474,7 +1422,7 @@ packages: globby: 11.0.2 is-glob: 4.0.1 semver: 7.3.4 - tsutils: 3.20.0_typescript@4.2.3 + tsutils: 3.21.0_typescript@4.2.3 typescript: 4.2.3 dev: true engines: @@ -1486,15 +1434,6 @@ packages: optional: true resolution: integrity: sha512-lRhSFIZKUEPPWpWfwuZBH9trYIEJSI0vYsrxbvVvNyIUDoKWaklOAelsSkeh3E2VBSZiNe9BZ4E5tYBZbUczVQ== - /@typescript-eslint/visitor-keys/4.15.2: - dependencies: - '@typescript-eslint/types': 4.15.2 - eslint-visitor-keys: 2.0.0 - dev: true - engines: - node: ^8.10.0 || ^10.13.0 || >=11.10.1 - resolution: - integrity: sha512-TME1VgSb7wTwgENN5KVj4Nqg25hP8DisXxNBojM4Nn31rYaNDIocNm5cmjOFfh42n7NVERxWrDFoETO/76ePyg== /@typescript-eslint/visitor-keys/4.17.0: dependencies: '@typescript-eslint/types': 4.17.0 @@ -1514,65 +1453,24 @@ packages: '@vue/compiler-sfc': ^3.0.6 resolution: integrity: sha512-4DV8VPYo8/OR1YsnK39QN16xhKENt2XvcmJxqfRtyz75kvbjBYh1zTSHLp7XsXqv4R2I+fOZlbEBvxosMYLcPA== - /@vue/compiler-core/3.0.6: - dependencies: - '@babel/parser': 7.13.4 - '@babel/types': 7.13.0 - '@vue/shared': 3.0.6 - estree-walker: 2.0.2 - source-map: 0.6.1 - dev: true - resolution: - integrity: sha512-O7QzQ39DskOoPpEDWRvKwDX7Py9UNT7SvLHvBdIfckGA3OsAEBdiAtuYQNcVmUDeBajm+08v5wyvHWBbWgkilQ== /@vue/compiler-core/3.0.7: dependencies: - '@babel/parser': 7.13.4 + '@babel/parser': 7.13.10 '@babel/types': 7.13.0 '@vue/shared': 3.0.7 estree-walker: 2.0.2 source-map: 0.6.1 resolution: integrity: sha512-JFohgBXoyUc3mdeI2WxlhjQZ5fakfemJkZHX8Gu/nFbEg3+lKVUZmNKWmmnp9aOzJQZKoj77LjmFxiP+P+7lMQ== - /@vue/compiler-dom/3.0.6: - dependencies: - '@vue/compiler-core': 3.0.6 - '@vue/shared': 3.0.6 - dev: true - resolution: - integrity: sha512-q1wfHzYwvDRAhBlx+Qa+n3Bu5nHr1qL/j0UbpNlbQDwIlt9zpvmXUrUCL+i55Bh5lLKvSe+mNo0qlwNEApm+jA== /@vue/compiler-dom/3.0.7: dependencies: '@vue/compiler-core': 3.0.7 '@vue/shared': 3.0.7 resolution: integrity: sha512-VnIH9EbWQm/Tkcp+8dCaNVsVvhm/vxCrIKWRkXY9215hTqOqQOvejT8IMjd2kc++nIsYMsdQk6H9qqBvoLe/Cw== - /@vue/compiler-sfc/3.0.6_vue@3.0.6: - dependencies: - '@babel/parser': 7.13.4 - '@babel/types': 7.13.0 - '@vue/compiler-core': 3.0.6 - '@vue/compiler-dom': 3.0.6 - '@vue/compiler-ssr': 3.0.6 - '@vue/shared': 3.0.6 - consolidate: 0.16.0 - estree-walker: 2.0.2 - hash-sum: 2.0.0 - lru-cache: 5.1.1 - magic-string: 0.25.7 - merge-source-map: 1.1.0 - postcss: 8.2.6 - postcss-modules: 4.0.0_postcss@8.2.6 - postcss-selector-parser: 6.0.4 - source-map: 0.6.1 - vue: 3.0.6 - dev: true - peerDependencies: - vue: 3.0.6 - resolution: - integrity: sha512-g1tkswnhtiJpj4ELQ3SzeGxtOd0t8E5GkT+n2VlElEnTI1BzueSvr41D5QthnUS+TNWZd52ZnPtdaNz+Lfum1w== /@vue/compiler-sfc/3.0.7_vue@3.0.7: dependencies: - '@babel/parser': 7.13.4 + '@babel/parser': 7.13.10 '@babel/types': 7.13.0 '@vue/compiler-core': 3.0.7 '@vue/compiler-dom': 3.0.7 @@ -1584,8 +1482,8 @@ packages: lru-cache: 5.1.1 magic-string: 0.25.7 merge-source-map: 1.1.0 - postcss: 8.2.6 - postcss-modules: 4.0.0_postcss@8.2.6 + postcss: 8.2.8 + postcss-modules: 4.0.0_postcss@8.2.8 postcss-selector-parser: 6.0.4 source-map: 0.6.1 vue: 3.0.7 @@ -1594,13 +1492,6 @@ packages: vue: 3.0.7 resolution: integrity: sha512-37/QILpGE+J3V+bP9Slg9e6xGqfk+MmS2Yj8ChR4fS0/qWUU/YoYHE0GPIzjmBdH0JVOOmJqunxowIXmqNiHng== - /@vue/compiler-ssr/3.0.6: - dependencies: - '@vue/compiler-dom': 3.0.6 - '@vue/shared': 3.0.6 - dev: true - resolution: - integrity: sha512-Y4amPwRevUiiNQDho0cq1Ith9q6UU5N6CD6YiXkHIboFPeXEiGvH3ULJWjFzlGqn1eUV1AReNJpFJrhjtQNc7g== /@vue/compiler-ssr/3.0.7: dependencies: '@vue/compiler-dom': 3.0.7 @@ -1612,46 +1503,22 @@ packages: dev: false resolution: integrity: sha512-mIfqX8ZF6s2ulelIzfxGk9sFoigpoeK/2/DlWrtBGWfvwaK3kR1P2bxNkZ0LbJeuKHfcRP6hGZtGist7nxUN9A== - /@vue/reactivity/3.0.6: - dependencies: - '@vue/shared': 3.0.6 - dev: true - resolution: - integrity: sha512-hX8PnZayNMoljWSYrZW0OclQnRaMoHxvi5eeFVFPDr7+tzBeiftmmozKttxxCLoDxBWX1B4gNc237DIcYU63Lw== /@vue/reactivity/3.0.7: dependencies: '@vue/shared': 3.0.7 - dev: false resolution: integrity: sha512-FotWcNNaKhqpFZrdgsUOZ1enlJ5lhTt01CNTtLSyK7jYFgZBTuw8vKsEutZKDYZ1XKotOfoeO8N3pZQqmM6Etw== - /@vue/runtime-core/3.0.6: - dependencies: - '@vue/reactivity': 3.0.6 - '@vue/shared': 3.0.6 - dev: true - resolution: - integrity: sha512-x6N38P0DeMyrHiAxCE/rACHTyydOzlg8IyUIPkSJ4rrSkuJnAtFKQicK6fm8NuD21dwdPr8KcZ4Cn4xaqL1JJg== /@vue/runtime-core/3.0.7: dependencies: '@vue/reactivity': 3.0.7 '@vue/shared': 3.0.7 - dev: false resolution: integrity: sha512-DBAZAwVvdmMXuyd6/9qqj/kYr/GaLTmn1L2/QLxLwP+UfhIboiTSBc/tUUb8MRk7Bb98GzNeAWkkT6AfooS3dQ== - /@vue/runtime-dom/3.0.6: - dependencies: - '@vue/runtime-core': 3.0.6 - '@vue/shared': 3.0.6 - csstype: 2.6.16 - dev: true - resolution: - integrity: sha512-Y6y4Tak9//VXB2mp2NVQxbwC4a5xsnJpotpo8yBAB3qB3L4v4HQLpqxSkwThRwI6Y6Z7dydX/sgfraqLBE8BWg== /@vue/runtime-dom/3.0.7: dependencies: '@vue/runtime-core': 3.0.7 '@vue/shared': 3.0.7 csstype: 2.6.16 - dev: false resolution: integrity: sha512-Oij4ruOtnpQpCj+/Q3JPzgpTJ1Q7+N67pA53A8KVITEtxfvKL46NN6dhAZ5NGqwX6RWZpYqWQNewITeF0pHr8g== /@vue/server-renderer/3.0.7_vue@3.0.7: @@ -1664,10 +1531,6 @@ packages: vue: 3.0.7 resolution: integrity: sha512-3idEbDTQ0GSPgGTiM9Ml4IwPOityotTRUyrDttAyFoSz6DI1RvE1QR0nSQR7TMgMDXwbO22gf+nMYVkj7c9VRg== - /@vue/shared/3.0.6: - dev: true - resolution: - integrity: sha512-c37C60HpelUZIx+SNZVEINSxkFzQYhIXFg5AynnIA4QDBmY4iSPoACfGSwSUTCTKImukPeCgY2oqRJVP3R1Mnw== /@vue/shared/3.0.7: resolution: integrity: sha512-dn5FyfSc4ky424jH4FntiHno7Ss5yLkqKNmM/NXwANRnlkmqu74pnGetexDFVG5phMk9/FhwovUZCWGxsotVKg== @@ -1696,16 +1559,16 @@ packages: vue: '*' resolution: integrity: sha512-O1PxiG8cSD4YQKHJXWAeBVVTJNpBwCse7TkTsMqqLzqOjP2apbncfPzOcYJHVR5NkUXmtvPBIWAQuRavXKmHSw== - /@windicss/plugin-utils/0.7.1: + /@windicss/plugin-utils/0.7.2: dependencies: esbuild: 0.8.57 esbuild-register: 2.2.0_esbuild@0.8.57 fast-glob: 3.2.5 micromatch: 4.0.2 - windicss: 2.3.0 + windicss: 2.3.1 dev: true resolution: - integrity: sha512-ZloIRRKCnArFyDNuhZiFRA15XqhlWaeTcOf3soP9VxWJ+i6/IkH6cnaYgBefDATA/zJodOPsXBnbX333zKVk1Q== + integrity: sha512-4znRERKhhStIOFy1/eB0rJXnXs+NyumBREjh0GZVMoHVmUB9up08tNUpbbq3tlJC96t27VsD4vdfv00T+It/IA== /abab/2.0.5: dev: true resolution: @@ -1738,6 +1601,13 @@ packages: hasBin: true resolution: integrity: sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A== + /acorn/8.1.0: + dev: true + engines: + node: '>=0.4.0' + hasBin: true + resolution: + integrity: sha512-LWCF/Wn0nfHOmJ9rzQApGnxnvgfROzGilS8936rqN/lfcYkY9MYZzdMqN+2NJ4SlTc+m5HiSa+kNfDtI64dwUA== /ajv/6.12.6: dependencies: fast-deep-equal: 3.1.3 @@ -1747,7 +1617,7 @@ packages: dev: true resolution: integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g== - /ajv/7.1.1: + /ajv/7.2.1: dependencies: fast-deep-equal: 3.1.3 json-schema-traverse: 1.0.0 @@ -1755,7 +1625,7 @@ packages: uri-js: 4.4.1 dev: true resolution: - integrity: sha512-ga/aqDYnUy/o7vbsRTFhhTsNeXiYb5JWDIcRIeZfwRNCefwjNTVYCGdGSUrEmiu3yDK3vFvNbgJxvrQW4JXrYQ== + integrity: sha512-+nu0HDv7kNSOua9apAVc979qd932rrZeb3WOvoiD31A/p1mIE5/9bN2027pE2rOPYEdS3UHzsvof4hY+lM9/WQ== /ansi-colors/4.1.1: dev: true engines: @@ -1811,7 +1681,7 @@ packages: dependencies: call-bind: 1.0.2 define-properties: 1.1.3 - es-abstract: 1.18.0-next.2 + es-abstract: 1.18.0 get-intrinsic: 1.1.1 is-string: 1.0.5 dev: true @@ -1829,7 +1699,7 @@ packages: dependencies: call-bind: 1.0.2 define-properties: 1.1.3 - es-abstract: 1.18.0-next.2 + es-abstract: 1.18.0 dev: true engines: node: '>= 0.4' @@ -1839,7 +1709,7 @@ packages: dependencies: call-bind: 1.0.2 define-properties: 1.1.3 - es-abstract: 1.18.0-next.2 + es-abstract: 1.18.0 function-bind: 1.1.1 dev: true engines: @@ -1896,36 +1766,36 @@ packages: dev: true resolution: integrity: sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ== - /babel-plugin-polyfill-corejs2/0.1.8_@babel+core@7.13.8: + /babel-plugin-polyfill-corejs2/0.1.10_@babel+core@7.13.10: dependencies: '@babel/compat-data': 7.13.8 - '@babel/core': 7.13.8 - '@babel/helper-define-polyfill-provider': 0.1.4_@babel+core@7.13.8 + '@babel/core': 7.13.10 + '@babel/helper-define-polyfill-provider': 0.1.5_@babel+core@7.13.10 semver: 6.3.0 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-kB5/xNR9GYDuRmVlL9EGfdKBSUVI/9xAU7PCahA/1hbC2Jbmks9dlBBYjHF9IHMNY2jV/G2lIG7z0tJIW27Rog== - /babel-plugin-polyfill-corejs3/0.1.6_@babel+core@7.13.8: + integrity: sha512-DO95wD4g0A8KRaHKi0D51NdGXzvpqVLnLu5BTvDlpqUEpTmeEtypgC1xqesORaWmiUOQI14UHKlzNd9iZ2G3ZA== + /babel-plugin-polyfill-corejs3/0.1.7_@babel+core@7.13.10: dependencies: - '@babel/core': 7.13.8 - '@babel/helper-define-polyfill-provider': 0.1.4_@babel+core@7.13.8 - core-js-compat: 3.9.0 + '@babel/core': 7.13.10 + '@babel/helper-define-polyfill-provider': 0.1.5_@babel+core@7.13.10 + core-js-compat: 3.9.1 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-IkYhCxPrjrUWigEmkMDXYzM5iblzKCdCD8cZrSAkQOyhhJm26DcG+Mxbx13QT//Olkpkg/AlRdT2L+Ww4Ciphw== - /babel-plugin-polyfill-regenerator/0.1.5_@babel+core@7.13.8: + integrity: sha512-u+gbS9bbPhZWEeyy1oR/YaaSpod/KDT07arZHb80aTpl8H5ZBq+uN1nN9/xtX7jQyfLdPfoqI4Rue/MQSWJquw== + /babel-plugin-polyfill-regenerator/0.1.6_@babel+core@7.13.10: dependencies: - '@babel/core': 7.13.8 - '@babel/helper-define-polyfill-provider': 0.1.4_@babel+core@7.13.8 + '@babel/core': 7.13.10 + '@babel/helper-define-polyfill-provider': 0.1.5_@babel+core@7.13.10 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-EyhBA6uN94W97lR7ecQVTvH9F5tIIdEw3ZqHuU4zekMlW82k5cXNXniiB7PRxQm06BqAjVr4sDT1mOy4RcphIA== + integrity: sha512-OUrYG9iKPKz8NxswXbRAdSwF0GhRdIEMTloQATJi4bDuFqrXaXcCUT/VGNrr8pBcjMh1RxZ7Xt9cytVJTJfvMg== /balanced-match/1.0.0: dev: true resolution: @@ -1971,9 +1841,9 @@ packages: integrity: sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow== /browserslist/4.16.3: dependencies: - caniuse-lite: 1.0.30001192 + caniuse-lite: 1.0.30001198 colorette: 1.2.2 - electron-to-chromium: 1.3.675 + electron-to-chromium: 1.3.684 escalade: 3.1.1 node-releases: 1.1.71 dev: true @@ -2012,10 +1882,10 @@ packages: dev: true resolution: integrity: sha1-yjw2iKTpzzpM2nd9xNy8cTJJz3M= - /caniuse-lite/1.0.30001192: + /caniuse-lite/1.0.30001198: dev: true resolution: - integrity: sha512-63OrUnwJj5T1rUmoyqYTdRWBqFFxZFlyZnRRjDR8NSUQFB6A+j/uBORU/SyJ5WzDLg4SPiZH40hQCBNdZ/jmAw== + integrity: sha512-r5GGgESqOPZzwvdLVER374FpQu2WluCF1Z2DSiFJ89KSmGjT0LVKjgv4NcAqHmGWF9ihNpqRI9KXO9Ex4sKsgA== /caseless/0.12.0: dev: true resolution: @@ -2043,7 +1913,7 @@ packages: dependencies: anymatch: 3.1.1 braces: 3.0.2 - glob-parent: 5.1.1 + glob-parent: 5.1.2 is-binary-path: 2.1.0 is-glob: 4.0.1 normalize-path: 3.0.0 @@ -2075,7 +1945,7 @@ packages: node: '>=4' resolution: integrity: sha1-jffHquUf02h06PjQW5GAvBGj/tc= - /clipboard/2.0.6: + /clipboard/2.0.7: dependencies: good-listener: 1.2.2 select: 1.1.2 @@ -2083,10 +1953,10 @@ packages: dev: true optional: true resolution: - integrity: sha512-g5zbiixBRk/wyKakSwCKd7vQXDjFnAMGHoEyBogG/bw9kTD9GvdAvaoRR1ALcEzt3pVKxZR0pViekPMIS0QyGg== + integrity: sha512-8M8WEZcIvs0hgOma+wAPkrUxpv0PMY1L6VsAJh/2DOKARIMpyWe6ZLcEoe1qktl6/ced5ceYHs+oGedSbgZ3sg== /cliui/7.0.4: dependencies: - string-width: 4.2.1 + string-width: 4.2.2 strip-ansi: 6.0.0 wrap-ansi: 7.0.0 dev: true @@ -2160,13 +2030,13 @@ packages: dev: true resolution: integrity: sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA== - /core-js-compat/3.9.0: + /core-js-compat/3.9.1: dependencies: browserslist: 4.16.3 semver: 7.0.0 dev: true resolution: - integrity: sha512-YK6fwFjCOKWwGnjFUR3c544YsnA/7DoLL0ysncuOJ4pwbriAtOpvM2bygdlcXbvQCQZ7bBU9CL4t7tGl7ETRpQ== + integrity: sha512-jXAirMQxrkbiiLsCx9bQPJFA6llDadKMpYrBJQJ3/c4/vsPP/fAf29h24tviRlvwUL6AmY5CHLu2GvjuYviQqA== /core-util-is/1.0.2: dev: true resolution: @@ -2386,14 +2256,6 @@ packages: node: '>=8' resolution: integrity: sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg== - /domhandler/3.3.0: - dependencies: - domelementtype: 2.1.0 - dev: true - engines: - node: '>= 4' - resolution: - integrity: sha512-J1C5rIANUbuYK+FuFL98650rihynUOEzRLxW+90bKZRWB6A1X1Tf82GxR1qAWLyfNPRvjqfip3Q5tdYlmAa9lA== /domhandler/4.0.0: dependencies: domelementtype: 2.1.0 @@ -2424,10 +2286,10 @@ packages: requiresBuild: true resolution: integrity: sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA== - /electron-to-chromium/1.3.675: + /electron-to-chromium/1.3.684: dev: true resolution: - integrity: sha512-GEQw+6dNWjueXGkGfjgm7dAMtXfEqrfDG3uWcZdeaD4cZ3dKYdPRQVruVXQRXtPLtOr5GNVVlNLRMChOZ611pQ== + integrity: sha512-GV/vz2EmmtRSvfGSQ5A0Lucic//IRSDijgL15IgzbBEEnp4rfbxeUSZSlBfmsj7BQvE4sBdgfsvPzLCnp6L21w== /emoji-regex/8.0.0: dev: true resolution: @@ -2460,32 +2322,34 @@ packages: dev: true resolution: integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g== - /es-abstract/1.18.0-next.2: + /es-abstract/1.18.0: dependencies: call-bind: 1.0.2 es-to-primitive: 1.2.1 function-bind: 1.1.1 get-intrinsic: 1.1.1 has: 1.0.3 - has-symbols: 1.0.1 + 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.9.0 object-keys: 1.1.1 object.assign: 4.1.2 string.prototype.trimend: 1.0.4 string.prototype.trimstart: 1.0.4 + unbox-primitive: 1.0.0 dev: true engines: node: '>= 0.4' resolution: - integrity: sha512-Ih4ZMFHEtZupnUh6497zEL4y2+w8+1ljnCyaTa+adcoafI1GOvMwFlDjBLfWR7y9VLfrjRJe9ocuHY1PSR9jjw== + integrity: sha512-LJzK7MrQa8TS0ja2w3YNLzUgJCGPdPOV1yVvezjNnS89D+VR08+Szt2mz3YB2Dck/+w5tfIq/RoUAFqJJGM2yw== /es-get-iterator/1.1.2: dependencies: call-bind: 1.0.2 get-intrinsic: 1.1.1 - has-symbols: 1.0.1 + has-symbols: 1.0.2 is-arguments: 1.1.0 is-map: 2.0.2 is-set: 2.0.2 @@ -2513,12 +2377,6 @@ packages: esbuild: '>=0.8.31' resolution: integrity: sha512-27039YMtpC3lI8yYGGm78SAQBtBo/4IPMReWVsNh4++VtvozmasBd1a2HiTdk0297iuA2pMzrzvL5cZJqQCKxQ== - /esbuild/0.8.53: - dev: true - hasBin: true - requiresBuild: true - resolution: - integrity: sha512-GIaYGdMukH58hu+lf07XWAeESBYFAsz8fXnrylHDCbBXKOSNtFmoYA8PhSeSF+3/qzeJ0VjzV9AkLURo5yfu3g== /esbuild/0.8.57: dev: true hasBin: true @@ -2537,20 +2395,20 @@ packages: node: '>=0.8.0' resolution: integrity: sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= - /escodegen/1.14.3: + /escodegen/2.0.0: dependencies: esprima: 4.0.1 - estraverse: 4.3.0 + estraverse: 5.2.0 esutils: 2.0.3 optionator: 0.8.3 dev: true engines: - node: '>=4.0' + node: '>=6.0' hasBin: true optionalDependencies: source-map: 0.6.1 resolution: - integrity: sha512-qFcX0XJkdg+PB3xjZZG/wKSuT1PnQWx57+TVSjIMmILd2yC/6ByYElPwJnslDsuWuSAp4AwJGumarAAmJch5Kw== + integrity: sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw== /eslint-ast-utils/1.1.0: dependencies: lodash.get: 4.4.2 @@ -2604,12 +2462,12 @@ packages: eslint: '>=4.19.1' resolution: integrity: sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ== - /eslint-plugin-html/6.1.1: + /eslint-plugin-html/6.1.2: dependencies: - htmlparser2: 5.0.1 + htmlparser2: 6.0.1 dev: true resolution: - integrity: sha512-JSe3ZDb7feKMnQM27XWGeoIjvP4oWQMJD9GZ6wW67J7/plVL87NK72RBwlvfc3tTZiYUchHhxAwtgEd1GdofDA== + integrity: sha512-bhBIRyZFqI4EoF12lGDHAmgfff8eLXx6R52/K3ESQhsxzCzIE6hdebS7Py651f7U3RBotqroUnC3L29bR7qJWQ== /eslint-plugin-import/2.22.1_eslint@7.21.0: dependencies: array-includes: 3.1.3 @@ -2713,7 +2571,7 @@ packages: eslint-utils: 2.1.0 natural-compare: 1.4.0 semver: 7.3.4 - vue-eslint-parser: 7.5.0_eslint@7.21.0 + vue-eslint-parser: 7.6.0_eslint@7.21.0 dev: true engines: node: '>=8.10' @@ -2741,8 +2599,8 @@ packages: integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw== /eslint-template-visitor/2.3.2_eslint@7.21.0: dependencies: - '@babel/core': 7.13.8 - '@babel/eslint-parser': 7.13.8_@babel+core@7.13.8+eslint@7.21.0 + '@babel/core': 7.13.10 + '@babel/eslint-parser': 7.13.10_a947faa3ff7c013f5c2dc3fbd09e9947 eslint: 7.21.0 eslint-visitor-keys: 2.0.0 esquery: 1.4.0 @@ -2790,7 +2648,7 @@ packages: esutils: 2.0.3 file-entry-cache: 6.0.1 functional-red-black-tree: 1.0.1 - glob-parent: 5.1.1 + glob-parent: 5.1.2 globals: 12.4.0 ignore: 4.0.6 import-fresh: 3.3.0 @@ -2810,7 +2668,7 @@ packages: strip-json-comments: 3.1.1 table: 6.0.7 text-table: 0.2.0 - v8-compile-cache: 2.2.0 + v8-compile-cache: 2.3.0 dev: true engines: node: ^10.12.0 || >=12.0.0 @@ -2911,7 +2769,7 @@ packages: dependencies: '@nodelib/fs.stat': 2.0.4 '@nodelib/fs.walk': 1.2.6 - glob-parent: 5.1.1 + glob-parent: 5.1.2 merge2: 1.4.1 micromatch: 4.0.2 picomatch: 2.2.2 @@ -3052,7 +2910,7 @@ packages: dependencies: function-bind: 1.1.1 has: 1.0.3 - has-symbols: 1.0.1 + has-symbols: 1.0.2 dev: true resolution: integrity: sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q== @@ -3066,14 +2924,14 @@ packages: dev: true resolution: integrity: sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo= - /glob-parent/5.1.1: + /glob-parent/5.1.2: dependencies: is-glob: 4.0.1 dev: true engines: node: '>= 6' resolution: - integrity: sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ== + integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow== /glob-to-regexp/0.4.1: dev: true resolution: @@ -3154,6 +3012,10 @@ packages: node: '>=6' resolution: integrity: sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w== + /has-bigints/1.0.1: + dev: true + resolution: + integrity: sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA== /has-flag/3.0.0: dev: true engines: @@ -3166,12 +3028,12 @@ packages: node: '>=8' resolution: integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== - /has-symbols/1.0.1: + /has-symbols/1.0.2: dev: true engines: node: '>= 0.4' resolution: - integrity: sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg== + integrity: sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw== /has/1.0.3: dependencies: function-bind: 1.1.1 @@ -3209,22 +3071,22 @@ packages: he: 1.2.0 param-case: 2.1.1 relateurl: 0.2.7 - uglify-js: 3.12.8 + uglify-js: 3.13.0 dev: true engines: node: '>=6' hasBin: true resolution: integrity: sha512-aoGxanpFPLg7MkIl/DDFYtb0iWz7jMFGqFhvEDZga6/4QTjneiD8I/NXL1x5aaoCp7FSIT6h/OhykDdPsbtMig== - /htmlparser2/5.0.1: + /htmlparser2/6.0.1: dependencies: domelementtype: 2.1.0 - domhandler: 3.3.0 + domhandler: 4.0.0 domutils: 2.4.4 entities: 2.2.0 dev: true resolution: - integrity: sha512-vKZZra6CSe9qsJzh0BjBGXo8dvzNsq/oGvsjfRdOrrryfeD9UOBEEQdeoqCRmKZchF5h2zOBMQ6YuQ0uRUmdbQ== + integrity: sha512-GDKPd+vk4jvSuvCbyuzx/unmXkk090Azec7LovXP8as1Hn8q9p3hbjmDGbUqqhknw0ajwit6LiiWqfiTUPMK7w== /http-signature/1.2.0: dependencies: assert-plus: 1.0.0 @@ -3248,9 +3110,9 @@ packages: dev: true resolution: integrity: sha1-Bupvg2ead0njhs/h/oEq5dsiPe0= - /icss-utils/5.1.0_postcss@8.2.6: + /icss-utils/5.1.0_postcss@8.2.8: dependencies: - postcss: 8.2.6 + postcss: 8.2.8 dev: true engines: node: ^10 || ^12 || >= 14 @@ -3316,12 +3178,6 @@ packages: node: '>= 0.4' resolution: integrity: sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA== - /ip-regex/2.1.0: - dev: true - engines: - node: '>=4' - resolution: - integrity: sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk= /is-arguments/1.1.0: dependencies: call-bind: 1.0.2 @@ -3437,7 +3293,7 @@ packages: /is-regex/1.1.2: dependencies: call-bind: 1.0.2 - has-symbols: 1.0.1 + has-symbols: 1.0.2 dev: true engines: node: '>= 0.4' @@ -3467,7 +3323,7 @@ packages: integrity: sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ== /is-symbol/1.0.3: dependencies: - has-symbols: 1.0.1 + has-symbols: 1.0.2 dev: true engines: node: '>= 0.4' @@ -3477,9 +3333,9 @@ packages: dependencies: available-typed-arrays: 1.0.2 call-bind: 1.0.2 - es-abstract: 1.18.0-next.2 + es-abstract: 1.18.0 foreach: 2.0.5 - has-symbols: 1.0.1 + has-symbols: 1.0.2 dev: true engines: node: '>= 0.4' @@ -3515,7 +3371,7 @@ packages: integrity: sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo= /jest-worker/26.6.2: dependencies: - '@types/node': 14.14.31 + '@types/node': 14.14.33 merge-stream: 2.0.0 supports-color: 7.2.0 dev: true @@ -3539,33 +3395,33 @@ packages: dev: true resolution: integrity: sha1-peZUwuWi3rXyAdls77yoDA7y9RM= - /jsdom/16.4.0: + /jsdom/16.5.0: dependencies: abab: 2.0.5 - acorn: 7.4.1 + acorn: 8.1.0 acorn-globals: 6.0.0 cssom: 0.4.4 cssstyle: 2.3.0 data-urls: 2.0.0 decimal.js: 10.2.1 domexception: 2.0.1 - escodegen: 1.14.3 + escodegen: 2.0.0 html-encoding-sniffer: 2.0.1 is-potential-custom-element-name: 1.0.0 nwsapi: 2.2.0 - parse5: 5.1.1 + parse5: 6.0.1 request: 2.88.2 request-promise-native: 1.0.9_request@2.88.2 saxes: 5.0.1 symbol-tree: 3.2.4 - tough-cookie: 3.0.1 + tough-cookie: 4.0.0 w3c-hr-time: 1.0.2 w3c-xmlserializer: 2.0.0 webidl-conversions: 6.1.0 whatwg-encoding: 1.0.5 whatwg-mimetype: 2.3.0 whatwg-url: 8.4.0 - ws: 7.4.3 + ws: 7.4.4 xml-name-validator: 3.0.0 dev: true engines: @@ -3576,7 +3432,7 @@ packages: canvas: optional: true resolution: - integrity: sha512-lYMm3wYdgPhrl7pDcRmvzPhhrGVBeVhPIqeHjzeiHN3DFmD1RBpbExbi8vU7BJdH8VAZYovR8DMt0PNNDM7k8w== + integrity: sha512-QxZH0nmDTnTTVI0YDm4RUlaUPl5dcyn62G5TMDNfMmTW+J1u1v9gCR8WR+WZ6UghAa7nKJjDOFaI00eMMWvJFQ== /jsesc/0.5.0: dev: true hasBin: true @@ -3955,7 +3811,7 @@ packages: dependencies: call-bind: 1.0.2 define-properties: 1.1.3 - has-symbols: 1.0.1 + has-symbols: 1.0.2 object-keys: 1.1.1 dev: true engines: @@ -3966,7 +3822,7 @@ packages: dependencies: call-bind: 1.0.2 define-properties: 1.1.3 - es-abstract: 1.18.0-next.2 + es-abstract: 1.18.0 has: 1.0.3 dev: true engines: @@ -3977,7 +3833,7 @@ packages: dependencies: call-bind: 1.0.2 define-properties: 1.1.3 - es-abstract: 1.18.0-next.2 + es-abstract: 1.18.0 has: 1.0.3 dev: true engines: @@ -3988,7 +3844,7 @@ packages: dependencies: call-bind: 1.0.2 define-properties: 1.1.3 - es-abstract: 1.18.0-next.2 + es-abstract: 1.18.0 has: 1.0.3 dev: true engines: @@ -4104,10 +3960,10 @@ packages: node: '>=8' resolution: integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg== - /parse5/5.1.1: + /parse5/6.0.1: dev: true resolution: - integrity: sha512-ugq4DFI0Ptb+WWjAdOK16+u/nHfiIrcE+sh8kZMaM0WllQKLI9rOUq6c2b7cwPkXdzfQESqvoqK6ug7U/Yyzug== + integrity: sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw== /path-exists/3.0.0: dev: true engines: @@ -4180,16 +4036,16 @@ packages: node: '>=4' resolution: integrity: sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA== - /pnpm/5.18.4: + /pnpm/5.18.5: dev: true engines: node: '>=10.16' hasBin: true resolution: - integrity: sha512-E+bxxagCwnoPlSr5pduJhcBu7s3rG1RLFpK2eaj40rKfbFzPtT0q+8bwX8OpwPpFBP12JekQ4ZfC2QaIjbjQJw== - /postcss-modules-extract-imports/3.0.0_postcss@8.2.6: + integrity: sha512-cTlgJ1VB41A8kDXohNJ/Ut08Mvj5hFNfjHSUx/Sz/xEvW0dvV7SVsAXY4wyak+AOBQdbvSmnqNUlKPT4wtMEvQ== + /postcss-modules-extract-imports/3.0.0_postcss@8.2.8: dependencies: - postcss: 8.2.6 + postcss: 8.2.8 dev: true engines: node: ^10 || ^12 || >= 14 @@ -4197,10 +4053,10 @@ packages: postcss: ^8.1.0 resolution: integrity: sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw== - /postcss-modules-local-by-default/4.0.0_postcss@8.2.6: + /postcss-modules-local-by-default/4.0.0_postcss@8.2.8: dependencies: - icss-utils: 5.1.0_postcss@8.2.6 - postcss: 8.2.6 + icss-utils: 5.1.0_postcss@8.2.8 + postcss: 8.2.8 postcss-selector-parser: 6.0.4 postcss-value-parser: 4.1.0 dev: true @@ -4210,9 +4066,9 @@ packages: postcss: ^8.1.0 resolution: integrity: sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ== - /postcss-modules-scope/3.0.0_postcss@8.2.6: + /postcss-modules-scope/3.0.0_postcss@8.2.8: dependencies: - postcss: 8.2.6 + postcss: 8.2.8 postcss-selector-parser: 6.0.4 dev: true engines: @@ -4221,10 +4077,10 @@ packages: postcss: ^8.1.0 resolution: integrity: sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg== - /postcss-modules-values/4.0.0_postcss@8.2.6: + /postcss-modules-values/4.0.0_postcss@8.2.8: dependencies: - icss-utils: 5.1.0_postcss@8.2.6 - postcss: 8.2.6 + icss-utils: 5.1.0_postcss@8.2.8 + postcss: 8.2.8 dev: true engines: node: ^10 || ^12 || >= 14 @@ -4232,16 +4088,16 @@ packages: postcss: ^8.1.0 resolution: integrity: sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ== - /postcss-modules/4.0.0_postcss@8.2.6: + /postcss-modules/4.0.0_postcss@8.2.8: dependencies: generic-names: 2.0.1 icss-replace-symbols: 1.1.0 lodash.camelcase: 4.3.0 - postcss: 8.2.6 - postcss-modules-extract-imports: 3.0.0_postcss@8.2.6 - postcss-modules-local-by-default: 4.0.0_postcss@8.2.6 - postcss-modules-scope: 3.0.0_postcss@8.2.6 - postcss-modules-values: 4.0.0_postcss@8.2.6 + postcss: 8.2.8 + postcss-modules-extract-imports: 3.0.0_postcss@8.2.8 + postcss-modules-local-by-default: 4.0.0_postcss@8.2.8 + postcss-modules-scope: 3.0.0_postcss@8.2.8 + postcss-modules-values: 4.0.0_postcss@8.2.8 string-hash: 1.1.3 dev: true peerDependencies: @@ -4263,7 +4119,7 @@ packages: dev: true resolution: integrity: sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ== - /postcss/8.2.6: + /postcss/8.2.8: dependencies: colorette: 1.2.2 nanoid: 3.1.20 @@ -4272,7 +4128,7 @@ packages: engines: node: ^10 || ^12 || >=14 resolution: - integrity: sha512-xpB8qYxgPuly166AGlpRjUdEYtmOWx2iCwGmrv4vqZL9YPVviDVPZPRXxnXr6xPZOdxQ9lp3ZBFCRgWJ7LE3Sg== + integrity: sha512-1F0Xb2T21xET7oQV9eKuctbM9S7BC0fetoHCc4H13z0PT6haiRLP4T0ZY4XWh7iLP0usgqykT6p9B2RtOf4FPw== /prelude-ls/1.1.2: dev: true engines: @@ -4305,7 +4161,7 @@ packages: /prismjs/1.23.0: dev: true optionalDependencies: - clipboard: 2.0.6 + clipboard: 2.0.7 resolution: integrity: sha512-c29LVsqOaLbBHuIbsTxaKENh1N2EQBOHaWv7gkHN4dgRbxSREqDnDbtFJYdpPauS4YCplMSNCABQ6Eeor69bAA== /progress/2.0.3: @@ -4418,7 +4274,7 @@ packages: integrity: sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew== /regenerator-transform/0.14.5: dependencies: - '@babel/runtime': 7.13.8 + '@babel/runtime': 7.13.10 dev: true resolution: integrity: sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw== @@ -4568,11 +4424,11 @@ packages: hasBin: true resolution: integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA== - /rollup-plugin-terser/7.0.2_rollup@2.40.0: + /rollup-plugin-terser/7.0.2_rollup@2.41.0: dependencies: '@babel/code-frame': 7.12.13 jest-worker: 26.6.2 - rollup: 2.40.0 + rollup: 2.41.0 serialize-javascript: 4.0.0 terser: 5.6.0 dev: true @@ -4580,7 +4436,7 @@ packages: rollup: ^2.0.0 resolution: integrity: sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ== - /rollup/2.40.0: + /rollup/2.41.0: dev: true engines: node: '>=10.0.0' @@ -4588,7 +4444,7 @@ packages: optionalDependencies: fsevents: 2.3.2 resolution: - integrity: sha512-WiOGAPbXoHu+TOz6hyYUxIksOwsY/21TRWoO593jgYt8mvYafYqQl+axaA8y1z2HFazNUUrsMSjahV2A6/2R9A== + integrity: sha512-Gk76XHTggulWPH95q8V62bw6uqDH6UGvbD6LOa3QUyhuMF3eOuaeDHR7SLm1T9faitkpNrqzUAVYx47klcMnlA== /run-parallel/1.2.0: dependencies: queue-microtask: 1.2.2 @@ -4796,7 +4652,7 @@ packages: dev: true resolution: integrity: sha1-6Kr8CsGFW0Zmkp7X3RJ1311sgRs= - /string-width/4.2.1: + /string-width/4.2.2: dependencies: emoji-regex: 8.0.0 is-fullwidth-code-point: 3.0.0 @@ -4805,13 +4661,13 @@ packages: engines: node: '>=8' resolution: - integrity: sha512-LL0OLyN6AnfV9xqGQpDBwedT2Rt63737LxvsRxbcwpa2aIeynBApG2Sm//F3TaLHIR1aJBN52DWklc06b94o5Q== + integrity: sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA== /string.prototype.matchall/4.0.4: dependencies: call-bind: 1.0.2 define-properties: 1.1.3 - es-abstract: 1.18.0-next.2 - has-symbols: 1.0.1 + es-abstract: 1.18.0 + has-symbols: 1.0.2 internal-slot: 1.0.3 regexp.prototype.flags: 1.3.1 side-channel: 1.0.4 @@ -4896,10 +4752,10 @@ packages: integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw== /table/6.0.7: dependencies: - ajv: 7.1.1 + ajv: 7.2.1 lodash: 4.17.21 slice-ansi: 4.0.0 - string-width: 4.2.1 + string-width: 4.2.2 dev: true engines: node: '>=10.0.0' @@ -4964,16 +4820,16 @@ packages: node: '>=0.8' resolution: integrity: sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g== - /tough-cookie/3.0.1: + /tough-cookie/4.0.0: dependencies: - ip-regex: 2.1.0 psl: 1.8.0 punycode: 2.1.1 + universalify: 0.1.2 dev: true engines: node: '>=6' resolution: - integrity: sha512-yQyJ0u4pZsv9D4clxO69OEjLWYw+jbgspjTue4lTQZLfV0c5l1VmK2y1JK8E9ahdpltPOaAThPcp5nKPUgSnsg== + integrity: sha512-tHdtEpQCMrc1YLrMaqXXcj6AxhYi/xgit6mZu1+EDWUn+qhUf8wMQoFIy9NXuq23zAwtcB0t/MjACGR18pcRbg== /tr46/1.0.1: dependencies: punycode: 2.1.1 @@ -5001,7 +4857,7 @@ packages: dev: true resolution: integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== - /tsutils/3.20.0_typescript@4.2.3: + /tsutils/3.21.0_typescript@4.2.3: dependencies: tslib: 1.14.1 typescript: 4.2.3 @@ -5011,7 +4867,7 @@ packages: peerDependencies: typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' resolution: - integrity: sha512-RYbuQuvkhuqVeXweWT3tJLKOEJ/UUw9GjNEZGWdrLLlM+611o1gwLHBpxoFJKKl25fLprp2eVthtKs5JOrNeXg== + integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA== /tunnel-agent/0.6.0: dependencies: safe-buffer: 5.2.1 @@ -5067,13 +4923,22 @@ packages: dev: true resolution: integrity: sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA== - /uglify-js/3.12.8: + /uglify-js/3.13.0: dev: true engines: node: '>=0.8.0' hasBin: true resolution: - integrity: sha512-fvBeuXOsvqjecUtF/l1dwsrrf5y2BCUk9AOJGzGcm6tE7vegku5u/YvqjyDaAGr422PLoLnrxg3EnRvTqsdC1w== + integrity: sha512-TWYSWa9T2pPN4DIJYbU9oAjQx+5qdV5RUDxwARg8fmJZrD/V27Zj0JngW5xg1DFz42G0uDYl2XhzF6alSzD62w== + /unbox-primitive/1.0.0: + dependencies: + function-bind: 1.1.1 + has-bigints: 1.0.1 + has-symbols: 1.0.2 + which-boxed-primitive: 1.0.2 + dev: true + resolution: + integrity: sha512-P/51NX+JXyxK/aigg1/ZgyccdAxm5K1+n8+tvqSntjOivPt19gvm1VC49RWYetsiub8WViUchdxl/KWHHB0kzA== /unicode-canonical-property-names-ecmascript/1.0.4: dev: true engines: @@ -5113,6 +4978,12 @@ packages: node: '>=8' resolution: integrity: sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg== + /universalify/0.1.2: + dev: true + engines: + node: '>= 4.0.0' + resolution: + integrity: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg== /universalify/2.0.0: dev: true engines: @@ -5144,10 +5015,10 @@ packages: hasBin: true resolution: integrity: sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== - /v8-compile-cache/2.2.0: + /v8-compile-cache/2.3.0: dev: true resolution: - integrity: sha512-gTpR5XQNKFwOd4clxfnhaqvfqMpqEwr4tOtCyz4MtYZX2JYhfr1JvBFKdS+7K/9rfpZR3VLX+YWBbKoxCgS43Q== + integrity: sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA== /validate-npm-package-license/3.0.4: dependencies: spdx-correct: 3.1.1 @@ -5177,9 +5048,9 @@ packages: vite: ^2.0.0-beta.69 resolution: integrity: sha512-VpYIffUxj1CiBUok41xJJV2dc9tI7MSrHM7oSJKSD0CT5SKwxXh+T+WesEP1Ey42vlofup0Lovwmk648Ms/vuw== - /vite-plugin-icons/0.3.2_b538fb182a19ba473e10691edb3b5c1a: + /vite-plugin-icons/0.3.2_70f20bcde5195e446154db5ed4ff8b90: dependencies: - '@iconify/json': 1.1.313 + '@iconify/json': 1.1.314 '@iconify/json-tools': 1.0.10 '@vue/compiler-sfc': 3.0.7_vue@3.0.7 vue-template-es2015-compiler: 1.9.1 @@ -5190,7 +5061,7 @@ packages: vue-template-compiler: ^2.6.12 resolution: integrity: sha512-6HDBO6aqJLaJ8lkT9FChAUtniRRzhDWbhNzJLfT7QdDcQ2kaapReksngNEA1+tNlFd5Auey4VGS2VjI3V1KkvA== - /vite-plugin-md/0.6.0_bf48963773c10f09e90707239d00d505: + /vite-plugin-md/0.6.1_bf48963773c10f09e90707239d00d505: dependencies: '@vue/compiler-sfc': 3.0.7_vue@3.0.7 gray-matter: 4.0.2 @@ -5201,7 +5072,7 @@ packages: '@vue/compiler-sfc': ^3.0.5 vite: ^2.0.0-beta.1 resolution: - integrity: sha512-JAYDQAqmh+HPcEFea/DnNul6+5xQIsZ+eGB69BuBdqf0IluunBRDhILRGRonqn9Tq11ZZEVpMv6Weyl7BcjUnw== + integrity: sha512-dJ06wlic1Gprb+PLpTpwkoufm+/5wtBUwSIMvMa9mql34eqY+DZpOdz7s2FpdRAe/6XSRFH4oHVp0xfUnZp52Q== /vite-plugin-pages/0.6.1_vite@2.0.5+vue@3.0.7: dependencies: '@vue/compiler-sfc': 3.0.7_vue@3.0.7 @@ -5233,27 +5104,27 @@ packages: integrity: sha512-CQjfKdSm0YMRRdMkfdI1RqJyrCjOFUl61+puGfMNAUMM5tex9rjF9gHxqDV5pN/2jFMQoTKkLLQ7HOYM0VbF2w== /vite-plugin-vue-layouts/0.2.2_vite@2.0.5: dependencies: - '@vue/compiler-sfc': 3.0.6_vue@3.0.6 + '@vue/compiler-sfc': 3.0.7_vue@3.0.7 debug: 4.3.2 fast-glob: 3.2.5 vite: 2.0.5 - vue: 3.0.6 - vue-router: 4.0.4_vue@3.0.6 + vue: 3.0.7 + vue-router: 4.0.4_vue@3.0.7 dev: true peerDependencies: vite: ^2.0.0-beta.65 resolution: integrity: sha512-I5BfkCHwHV1WlbJE1ps2r6vwTo3N5QpLks3UpGa8XHcmHW03lavvJkdfjBpagI1bUQGEwWjLowFisG0Q/NJq3A== - /vite-plugin-windicss/0.7.1_vite@2.0.5: + /vite-plugin-windicss/0.7.2_vite@2.0.5: dependencies: - '@windicss/plugin-utils': 0.7.1 + '@windicss/plugin-utils': 0.7.2 vite: 2.0.5 - windicss: 2.3.0 + windicss: 2.3.1 dev: true peerDependencies: vite: ^2.0.1 resolution: - integrity: sha512-0NNrTBgjx11KOwqS/4szfVIt3LURFor4cEEVVJjB8p7JDTnC4K8Cu11bcAvY+QMOfflxv4s2ONo2SU4xkq68kA== + integrity: sha512-U6N8ljy7meqLkq8aENb3VXKr93Vzp1pU5zwhJr7HmGi+42Wv4i8r7+7BW6WRS4Ght4SAMzFuzIGq9RLPzoZ2Jg== /vite-ssg/0.8.12_18905f36e6473b2437d75bf1bd2c1afc: dependencies: '@vue/compiler-sfc': 3.0.7_vue@3.0.7 @@ -5262,7 +5133,7 @@ packages: chalk: 4.1.0 fs-extra: 9.1.0 html-minifier: 4.0.0 - jsdom: 16.4.0 + jsdom: 16.5.0 prettier: 2.2.1 vite: 2.0.5 vue: 3.0.7 @@ -5283,10 +5154,10 @@ packages: integrity: sha512-Jyn7QHluvJwTqh3O/O57eRHzNHzYsM8UmPgrX9GStvjvYN8Utdbh7H4wcJSN2iz7jAl7KXZAB5+jSIltXGUGig== /vite/2.0.5: dependencies: - esbuild: 0.8.53 - postcss: 8.2.6 + esbuild: 0.8.57 + postcss: 8.2.8 resolve: 1.20.0 - rollup: 2.40.0 + rollup: 2.41.0 dev: true engines: node: '>=12.0.0' @@ -5309,7 +5180,7 @@ packages: requiresBuild: true resolution: integrity: sha512-cJ3QnpcbIqdpeV3NnNgSDwneCJifvHct+6JNvfYn/49geK/uv5VJicZDvyg20guNhz+DZmUHBHyRQTJ32lSC2g== - /vue-eslint-parser/7.5.0_eslint@7.21.0: + /vue-eslint-parser/7.6.0_eslint@7.21.0: dependencies: debug: 4.3.1 eslint: 7.21.0 @@ -5324,7 +5195,7 @@ packages: peerDependencies: eslint: '>=5.0.0' resolution: - integrity: sha512-6EHzl00hIpy4yWZo3qSbtvtVw1A1cTKOv1w95QSuAqGgk4113XtRjvNIiEGo49r0YWOPYsrmI4Dl64axL5Agrw== + integrity: sha512-QXxqH8ZevBrtiZMZK0LpwaMfevQi9UL7lY6Kcp+ogWHC88AuwUPwwCIzkOUc1LR4XsYAt/F9yHXAB/QoD17QXA== /vue-i18n/9.0.0_vue@3.0.7: dependencies: '@intlify/core-base': 9.0.0 @@ -5338,14 +5209,6 @@ packages: vue: ^3.0.0 resolution: integrity: sha512-iks0eJDv/4cK/7tl/ooMUroNVVIGOK4kKS1PIHmPQk7QjT/sDfFM84vjPKgpARbw0GjJsOiADL43jufNfs9e9A== - /vue-router/4.0.4_vue@3.0.6: - dependencies: - vue: 3.0.6 - dev: true - peerDependencies: - vue: ^3.0.0 - resolution: - integrity: sha512-uN6PDEaYdU9aRO7mU+Dkr1uaY49hV3fucEDG/Vre/Qj8ct3RoJS16vcPrvKVzn69zDDjBV5b9Xw7fZA9r6b/Iw== /vue-router/4.0.4_vue@3.0.7: dependencies: vue: 3.0.7 @@ -5357,20 +5220,11 @@ packages: dev: true resolution: integrity: sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw== - /vue/3.0.6: - dependencies: - '@vue/compiler-dom': 3.0.6 - '@vue/runtime-dom': 3.0.6 - '@vue/shared': 3.0.6 - dev: true - resolution: - integrity: sha512-fgjbe/+f1EsqG7ZbaFSnxdzQXF2DKoFCdJlPxZZJy9XMtyXS6SY8pGzLi8WYb4zmsPLHvTZz4bHW30kFDk7vfA== /vue/3.0.7: dependencies: '@vue/compiler-dom': 3.0.7 '@vue/runtime-dom': 3.0.7 '@vue/shared': 3.0.7 - dev: false resolution: integrity: sha512-8h4TikD+JabbMK9aRlBO4laG0AtNHRPHynxYgWZ9sq1YUPfzynd9Jeeb27XNyZytC7aCQRX9xe1+TQJuc181Tw== /w3c-hr-time/1.0.2: @@ -5454,10 +5308,10 @@ packages: dependencies: available-typed-arrays: 1.0.2 call-bind: 1.0.2 - es-abstract: 1.18.0-next.2 + es-abstract: 1.18.0 foreach: 2.0.5 function-bind: 1.1.1 - has-symbols: 1.0.1 + has-symbols: 1.0.2 is-typed-array: 1.1.5 dev: true engines: @@ -5473,13 +5327,13 @@ packages: hasBin: true resolution: integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== - /windicss/2.3.0: + /windicss/2.3.1: dev: true engines: node: '>= 12' hasBin: true resolution: - integrity: sha512-OR/ULZmcVhtEJDIFnkz4S4v4efpZ8DuvDtzBwXNgbtiPQIxN0Zhpo59q0rfF0i3tfwjKw2KCQXNxL5E98bMuVA== + integrity: sha512-srYre86Qlwfb3pRqslFOEq9U9H+zrT6DIuV4DkTj8+JO1+yy8CrksDYqTUXr2985k+ORF0mj5YJMVjoKCuCQTg== /word-wrap/1.2.3: dev: true engines: @@ -5500,13 +5354,13 @@ packages: integrity: sha512-8fBNOQt8ojWWtz3FbkDnKo8CpN6l8UjD2HpQr8tue7HJVfk0X1gfnzZLIDg7HCXhqF7ld3iQbGQqGPf1ihTY6A== /workbox-build/6.1.1: dependencies: - '@babel/core': 7.13.8 - '@babel/preset-env': 7.13.8_@babel+core@7.13.8 - '@babel/runtime': 7.13.8 + '@babel/core': 7.13.10 + '@babel/preset-env': 7.13.10_@babel+core@7.13.10 + '@babel/runtime': 7.13.10 '@hapi/joi': 16.1.8 - '@rollup/plugin-babel': 5.3.0_@babel+core@7.13.8+rollup@2.40.0 - '@rollup/plugin-node-resolve': 9.0.0_rollup@2.40.0 - '@rollup/plugin-replace': 2.4.1_rollup@2.40.0 + '@rollup/plugin-babel': 5.3.0_16d5b6426664af7201b70951546c1784 + '@rollup/plugin-node-resolve': 9.0.0_rollup@2.41.0 + '@rollup/plugin-replace': 2.4.1_rollup@2.41.0 '@surma/rollup-plugin-off-main-thread': 1.4.2 common-tags: 1.8.0 fast-json-stable-stringify: 2.1.0 @@ -5514,8 +5368,8 @@ packages: glob: 7.1.6 lodash: 4.17.21 pretty-bytes: 5.6.0 - rollup: 2.40.0 - rollup-plugin-terser: 7.0.2_rollup@2.40.0 + rollup: 2.41.0 + rollup-plugin-terser: 7.0.2_rollup@2.41.0 source-map: 0.8.0-beta.0 source-map-url: 0.4.1 stringify-object: 3.3.0 @@ -5630,7 +5484,7 @@ packages: /wrap-ansi/7.0.0: dependencies: ansi-styles: 4.3.0 - string-width: 4.2.1 + string-width: 4.2.2 strip-ansi: 6.0.0 dev: true engines: @@ -5641,7 +5495,7 @@ packages: dev: true resolution: integrity: sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= - /ws/7.4.3: + /ws/7.4.4: dev: true engines: node: '>=8.3.0' @@ -5654,7 +5508,7 @@ packages: utf-8-validate: optional: true resolution: - integrity: sha512-hr6vCR76GsossIRsr8OLR9acVVm1jyfEWvhbNjtgPOrfvAlKzvyeg/P6r8RuDjRyrcQoPQT7K0DGEPc7Ae6jzA== + integrity: sha512-Qm8k8ojNQIMx7S+Zp8u/uHOx7Qazv3Yv4q68MiWWWOJhiwG5W3x7iqmRtJo8xxrciZUY4vRxUTJCKuRnF28ZZw== /xml-name-validator/3.0.0: dev: true resolution: @@ -5719,7 +5573,7 @@ packages: escalade: 3.1.1 get-caller-file: 2.0.5 require-directory: 2.1.1 - string-width: 4.2.1 + string-width: 4.2.2 y18n: 5.0.5 yargs-parser: 20.2.6 dev: true @@ -5729,7 +5583,7 @@ packages: integrity: sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw== specifiers: '@antfu/eslint-config': ^0.4.3 - '@iconify/json': ^1.1.313 + '@iconify/json': ^1.1.314 '@intlify/vite-plugin-vue-i18n': ^2.0.1 '@types/nprogress': ^0.2.0 '@typescript-eslint/eslint-plugin': ^4.17.0 @@ -5742,17 +5596,17 @@ specifiers: eslint: ^7.21.0 markdown-it-prism: ^2.1.6 nprogress: ^0.2.0 - pnpm: ^5.18.4 + pnpm: ^5.18.5 prism-theme-vars: ^0.2.0 typescript: ^4.2.3 vite: ^2.0.5 vite-plugin-components: ^0.8.0 vite-plugin-icons: ^0.3.2 - vite-plugin-md: ^0.6.0 + vite-plugin-md: ^0.6.1 vite-plugin-pages: ^0.6.1 vite-plugin-pwa: ^0.5.6 vite-plugin-vue-layouts: ^0.2.2 - vite-plugin-windicss: ^0.7.1 + vite-plugin-windicss: ^0.7.2 vite-ssg: ^0.8.12 vue: ^3.0.7 vue-i18n: ^9.0.0