From ac48a148d1532cc8e11b2901f64cdb659652ed0a Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Wed, 23 Jun 2021 08:54:50 +0800 Subject: [PATCH] chore: update deps --- package.json | 34 +-- pnpm-lock.yaml | 728 +++++++++++++++++++++++++++++-------------------- vite.config.ts | 1 + 3 files changed, 454 insertions(+), 309 deletions(-) diff --git a/package.json b/package.json index 4284beb..fbf6c83 100644 --- a/package.json +++ b/package.json @@ -7,39 +7,39 @@ "preview-https": "serve dist" }, "dependencies": { - "@vueuse/core": "^5.0.2", + "@vueuse/core": "^5.0.3", "@vueuse/head": "^0.6.0", "nprogress": "^0.2.0", "prism-theme-vars": "^0.2.2", - "vue": "^3.1.1", + "vue": "^3.1.2", "vue-i18n": "^9.1.6", - "vue-router": "^4.0.8" + "vue-router": "^4.0.10" }, "devDependencies": { "@antfu/eslint-config": "^0.6.6", - "@iconify/json": "^1.1.355", + "@iconify/json": "^1.1.359", "@intlify/vite-plugin-vue-i18n": "^2.2.1", "@types/nprogress": "^0.2.0", - "@typescript-eslint/eslint-plugin": "^4.26.1", + "@typescript-eslint/eslint-plugin": "^4.28.0", "@vitejs/plugin-vue": "^1.2.3", - "@vue/compiler-sfc": "^3.1.1", - "@vue/server-renderer": "^3.1.1", + "@vue/compiler-sfc": "^3.1.2", + "@vue/server-renderer": "^3.1.2", "cross-env": "^7.0.3", - "eslint": "^7.28.0", + "eslint": "^7.29.0", "https-localhost": "^4.6.5", "markdown-it-link-attributes": "^3.0.0", "markdown-it-prism": "^2.1.6", - "pnpm": "^6.7.6", - "typescript": "^4.3.2", - "vite": "^2.3.7", - "vite-plugin-components": "^0.11.1", - "vite-plugin-icons": "^0.6.2", + "pnpm": "^6.8.0", + "typescript": "^4.3.4", + "vite": "^2.3.8", + "vite-plugin-components": "^0.11.2", + "vite-plugin-icons": "^0.6.3", "vite-plugin-md": "^0.6.7", - "vite-plugin-pages": "^0.13.1", + "vite-plugin-pages": "^0.13.2", "vite-plugin-pwa": "^0.8.1", "vite-plugin-vue-layouts": "^0.3.1", - "vite-plugin-windicss": "^1.0.3", - "vite-ssg": "^0.11.2", - "vue-tsc": "^0.1.7" + "vite-plugin-windicss": "^1.1.0", + "vite-ssg": "^0.11.4", + "vue-tsc": "^0.2.0" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d2c1ff9..10eccfe 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2,159 +2,159 @@ lockfileVersion: 5.3 specifiers: '@antfu/eslint-config': ^0.6.6 - '@iconify/json': ^1.1.355 + '@iconify/json': ^1.1.359 '@intlify/vite-plugin-vue-i18n': ^2.2.1 '@types/nprogress': ^0.2.0 - '@typescript-eslint/eslint-plugin': ^4.26.1 + '@typescript-eslint/eslint-plugin': ^4.28.0 '@vitejs/plugin-vue': ^1.2.3 - '@vue/compiler-sfc': ^3.1.1 - '@vue/server-renderer': ^3.1.1 - '@vueuse/core': ^5.0.2 + '@vue/compiler-sfc': ^3.1.2 + '@vue/server-renderer': ^3.1.2 + '@vueuse/core': ^5.0.3 '@vueuse/head': ^0.6.0 cross-env: ^7.0.3 - eslint: ^7.28.0 + eslint: ^7.29.0 https-localhost: ^4.6.5 markdown-it-link-attributes: ^3.0.0 markdown-it-prism: ^2.1.6 nprogress: ^0.2.0 - pnpm: ^6.7.6 + pnpm: ^6.8.0 prism-theme-vars: ^0.2.2 - typescript: ^4.3.2 - vite: ^2.3.7 - vite-plugin-components: ^0.11.1 - vite-plugin-icons: ^0.6.2 + typescript: ^4.3.4 + vite: ^2.3.8 + vite-plugin-components: ^0.11.2 + vite-plugin-icons: ^0.6.3 vite-plugin-md: ^0.6.7 - vite-plugin-pages: ^0.13.1 + vite-plugin-pages: ^0.13.2 vite-plugin-pwa: ^0.8.1 vite-plugin-vue-layouts: ^0.3.1 - vite-plugin-windicss: ^1.0.3 - vite-ssg: ^0.11.2 - vue: ^3.1.1 + vite-plugin-windicss: ^1.1.0 + vite-ssg: ^0.11.4 + vue: ^3.1.2 vue-i18n: ^9.1.6 - vue-router: ^4.0.8 - vue-tsc: ^0.1.7 + vue-router: ^4.0.10 + vue-tsc: ^0.2.0 dependencies: - '@vueuse/core': 5.0.2_vue@3.1.1 - '@vueuse/head': 0.6.0_vue@3.1.1 + '@vueuse/core': 5.0.3_vue@3.1.2 + '@vueuse/head': 0.6.0_vue@3.1.2 nprogress: 0.2.0 prism-theme-vars: 0.2.2 - vue: 3.1.1 - vue-i18n: 9.1.6_vue@3.1.1 - vue-router: 4.0.8_vue@3.1.1 + vue: 3.1.2 + vue-i18n: 9.1.6_vue@3.1.2 + vue-router: 4.0.10_vue@3.1.2 devDependencies: - '@antfu/eslint-config': 0.6.6_eslint@7.28.0+typescript@4.3.2 - '@iconify/json': 1.1.355 - '@intlify/vite-plugin-vue-i18n': 2.2.1_vite@2.3.7+vue-i18n@9.1.6 + '@antfu/eslint-config': 0.6.6_eslint@7.29.0+typescript@4.3.4 + '@iconify/json': 1.1.359 + '@intlify/vite-plugin-vue-i18n': 2.2.1_vite@2.3.8+vue-i18n@9.1.6 '@types/nprogress': 0.2.0 - '@typescript-eslint/eslint-plugin': 4.26.1_eslint@7.28.0+typescript@4.3.2 - '@vitejs/plugin-vue': 1.2.3_@vue+compiler-sfc@3.1.1 - '@vue/compiler-sfc': 3.1.1_vue@3.1.1 - '@vue/server-renderer': 3.1.1_vue@3.1.1 + '@typescript-eslint/eslint-plugin': 4.28.0_eslint@7.29.0+typescript@4.3.4 + '@vitejs/plugin-vue': 1.2.3_@vue+compiler-sfc@3.1.2 + '@vue/compiler-sfc': 3.1.2_vue@3.1.2 + '@vue/server-renderer': 3.1.2_vue@3.1.2 cross-env: 7.0.3 - eslint: 7.28.0 + eslint: 7.29.0 https-localhost: 4.6.5 markdown-it-link-attributes: 3.0.0 markdown-it-prism: 2.1.6 - pnpm: 6.7.6 - typescript: 4.3.2 - vite: 2.3.7 - vite-plugin-components: 0.11.1_vite@2.3.7 - vite-plugin-icons: 0.6.2_a9a7e3ca1b4e58c59b2efb91be862084 - vite-plugin-md: 0.6.7_vite@2.3.7 - vite-plugin-pages: 0.13.1_vite@2.3.7+vue@3.1.1 - vite-plugin-pwa: 0.8.1_vite@2.3.7 - vite-plugin-vue-layouts: 0.3.1_vite@2.3.7 - vite-plugin-windicss: 1.0.3_vite@2.3.7 - vite-ssg: 0.11.2_c1e257fab671cbbd11573fb31258aea9 - vue-tsc: 0.1.7_vue@3.1.1 + pnpm: 6.8.0 + typescript: 4.3.4 + vite: 2.3.8 + vite-plugin-components: 0.11.2_vite@2.3.8 + vite-plugin-icons: 0.6.3_ea48bed3bf943dac25809d70fe34a700 + vite-plugin-md: 0.6.7_vite@2.3.8 + vite-plugin-pages: 0.13.2_058d47cd7cb9cc2380f170e9769de20e + vite-plugin-pwa: 0.8.1_vite@2.3.8 + vite-plugin-vue-layouts: 0.3.1_vite@2.3.8 + vite-plugin-windicss: 1.1.0_vite@2.3.8 + vite-ssg: 0.11.4_008cd22a2ff0d6dfd44b78bd52fc2395 + vue-tsc: 0.2.0_typescript@4.3.4+vue@3.1.2 packages: - /@antfu/eslint-config-basic/0.6.6_eslint@7.28.0: + /@antfu/eslint-config-basic/0.6.6_eslint@7.29.0: resolution: {integrity: sha512-cfC575hdK4nzTUcfUr9Z838oxhIaWsyCA8pgarrYf/8iUc7ldg9CtDNgqWVelhTNOjzB41C/T5rzFVT61GhNrQ==} peerDependencies: eslint: '>=7.4.0' dependencies: - eslint: 7.28.0 - eslint-config-standard: 16.0.3_b6568a91444b1c3002d3734534f2b03f - eslint-plugin-eslint-comments: 3.2.0_eslint@7.28.0 + eslint: 7.29.0 + eslint-config-standard: 16.0.3_9f68ba62c26649bf083b5a39fb78b278 + eslint-plugin-eslint-comments: 3.2.0_eslint@7.29.0 eslint-plugin-html: 6.1.2 - eslint-plugin-import: 2.23.3_eslint@7.28.0 - eslint-plugin-jsonc: 1.2.1_eslint@7.28.0 - eslint-plugin-node: 11.1.0_eslint@7.28.0 + eslint-plugin-import: 2.23.3_eslint@7.29.0 + eslint-plugin-jsonc: 1.2.1_eslint@7.29.0 + eslint-plugin-node: 11.1.0_eslint@7.29.0 eslint-plugin-promise: 4.3.1 - eslint-plugin-unicorn: 28.0.2_eslint@7.28.0 - eslint-plugin-yml: 0.8.1_eslint@7.28.0 + eslint-plugin-unicorn: 28.0.2_eslint@7.29.0 + eslint-plugin-yml: 0.8.1_eslint@7.29.0 jsonc-eslint-parser: 1.0.1 yaml-eslint-parser: 0.3.2 transitivePeerDependencies: - supports-color dev: true - /@antfu/eslint-config-react/0.6.6_eslint@7.28.0+typescript@4.3.2: + /@antfu/eslint-config-react/0.6.6_eslint@7.29.0+typescript@4.3.4: resolution: {integrity: sha512-rZ6HjYqPQ9SBkg7kl2iYEAuy/x57g7HKVsNx1knQFrNUke5kevDspIG/RMDYtAgQOp4TdBIaa4YMtokMKnVeEw==} peerDependencies: eslint: '>=7.4.0' dependencies: - '@antfu/eslint-config-ts': 0.6.6_eslint@7.28.0+typescript@4.3.2 - eslint: 7.28.0 - eslint-plugin-react: 7.23.2_eslint@7.28.0 + '@antfu/eslint-config-ts': 0.6.6_eslint@7.29.0+typescript@4.3.4 + eslint: 7.29.0 + eslint-plugin-react: 7.23.2_eslint@7.29.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@antfu/eslint-config-ts/0.6.6_eslint@7.28.0+typescript@4.3.2: + /@antfu/eslint-config-ts/0.6.6_eslint@7.29.0+typescript@4.3.4: resolution: {integrity: sha512-qc4yYf48N+Awu372WlYNl44JpCiYJMucNcb586de0aYr1p01VJE/n05i//r/Qpid1EtwKUTu9dkyQ7e2kD0yjA==} peerDependencies: eslint: '>=7.4.0' typescript: '>=3.9' dependencies: - '@antfu/eslint-config-basic': 0.6.6_eslint@7.28.0 - '@typescript-eslint/eslint-plugin': 4.26.1_d88d7b85f981d5ef4edc82e567c1d64c - '@typescript-eslint/parser': 4.25.0_eslint@7.28.0+typescript@4.3.2 - eslint: 7.28.0 - typescript: 4.3.2 + '@antfu/eslint-config-basic': 0.6.6_eslint@7.29.0 + '@typescript-eslint/eslint-plugin': 4.26.1_8b9b578004409d595bddca0cef58535c + '@typescript-eslint/parser': 4.25.0_eslint@7.29.0+typescript@4.3.4 + eslint: 7.29.0 + typescript: 4.3.4 transitivePeerDependencies: - supports-color dev: true - /@antfu/eslint-config-vue/0.6.6_eslint@7.28.0+typescript@4.3.2: + /@antfu/eslint-config-vue/0.6.6_eslint@7.29.0+typescript@4.3.4: resolution: {integrity: sha512-Y+MchfoDMc5w9iNPBnx5qZusjvdAMrcES6+aF8RCZBQwuVdRrDnFzbUJir+nNaCCo9yw44WrzoBlaormOlHyZg==} peerDependencies: eslint: '>=7.4.0' dependencies: - '@antfu/eslint-config-ts': 0.6.6_eslint@7.28.0+typescript@4.3.2 - eslint: 7.28.0 - eslint-plugin-vue: 7.7.0_eslint@7.28.0 + '@antfu/eslint-config-ts': 0.6.6_eslint@7.29.0+typescript@4.3.4 + eslint: 7.29.0 + eslint-plugin-vue: 7.7.0_eslint@7.29.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@antfu/eslint-config/0.6.6_eslint@7.28.0+typescript@4.3.2: + /@antfu/eslint-config/0.6.6_eslint@7.29.0+typescript@4.3.4: resolution: {integrity: sha512-MAAPqp6SNJdwPZQc/cOIvNTOL67IlLhGcEzTD/TH7SYohlX8RgPMvkU6scIYm1pPd3PXyq8zJ/fofgu6c3c7eA==} peerDependencies: eslint: '>=7.4.0' dependencies: - '@antfu/eslint-config-react': 0.6.6_eslint@7.28.0+typescript@4.3.2 - '@antfu/eslint-config-vue': 0.6.6_eslint@7.28.0+typescript@4.3.2 - eslint: 7.28.0 + '@antfu/eslint-config-react': 0.6.6_eslint@7.29.0+typescript@4.3.4 + '@antfu/eslint-config-vue': 0.6.6_eslint@7.29.0+typescript@4.3.4 + eslint: 7.29.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@antfu/utils/0.1.6: - resolution: {integrity: sha512-1lcCCEOv4gYlYa/OCjM2JA5nbNll04mNMhSXYu4QetbG14m3LdCvkyDAPlc2AmqRQEqkKpJldRL++9sPpOIydw==} + /@antfu/utils/0.2.2: + resolution: {integrity: sha512-8GwVE0j48SpZaLxsHO0BSO0sEpkb+EhFQcABFBFomH4O8AwNVVvGQNRCBKOPUwU4Vxj3ZSVz8PDjUrPGwaYP9A==} dev: true /@babel/code-frame/7.12.11: resolution: {integrity: sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==} dependencies: - '@babel/highlight': 7.14.0 + '@babel/highlight': 7.14.5 dev: true /@babel/code-frame/7.12.13: @@ -225,7 +225,7 @@ packages: - supports-color dev: true - /@babel/eslint-parser/7.14.4_@babel+core@7.14.3+eslint@7.28.0: + /@babel/eslint-parser/7.14.4_@babel+core@7.14.3+eslint@7.29.0: resolution: {integrity: sha512-7CTckFLPBGEfCKqlrnJq2PIId3UmJ5hW+D4dsv/VvuA5DapgqyZFCttq+8oeRIJMZQizFIe5gel3xm2SbrqlYA==} engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} peerDependencies: @@ -233,7 +233,7 @@ packages: eslint: '>=7.5.0' dependencies: '@babel/core': 7.14.3 - eslint: 7.28.0 + eslint: 7.29.0 eslint-scope: 5.1.1 eslint-visitor-keys: 2.1.0 semver: 6.3.0 @@ -530,11 +530,11 @@ packages: /@babel/helper-validator-identifier/7.14.0: resolution: {integrity: sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==} + dev: true /@babel/helper-validator-identifier/7.14.5: resolution: {integrity: sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg==} engines: {node: '>=6.9.0'} - dev: true /@babel/helper-validator-option/7.12.17: resolution: {integrity: sha512-TopkMDmLzq8ngChwRlyjR6raKD6gMSae4JdYDB8bByKreQgG0RBTuKe9LRxW3wFtUnjxOPRKBDwEH6Mg5KeDfw==} @@ -599,12 +599,12 @@ packages: resolution: {integrity: sha512-ArliyUsWDUqEGfWcmzpGUzNfLxTdTp6WU4IuP6QFSp9gGfWS6boxFCkJSJ/L4+RG8z/FnIU3WxCk6hPL9SSWeA==} engines: {node: '>=6.0.0'} hasBin: true + dev: true /@babel/parser/7.14.5: resolution: {integrity: sha512-TM8C+xtH/9n1qzX+JNHi7AN2zHMTiPUtspO0ZdHflW8KaskkALhMmuMHb4bCmNdv9VAPzJX3/bXqkVLnAvsPfg==} engines: {node: '>=6.0.0'} hasBin: true - dev: true /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.14.5_@babel+core@7.14.5: resolution: {integrity: sha512-ZoJS2XCKPBfTmL122iP6NM9dOg+d4lc9fFk3zxc8iDjvt8Pk4+TlsHSKhIPf6X+L5ORCdBzqMZDjL/WHj7WknQ==} @@ -1446,6 +1446,7 @@ packages: dependencies: '@babel/helper-validator-identifier': 7.14.0 to-fast-properties: 2.0.0 + dev: true /@babel/types/7.14.5: resolution: {integrity: sha512-M/NzBpEL95I5Hh4dwhin5JlE7EzO5PHMAuzjxss3tiOBD46KfQvVedN/3jEPZvdRvtsK2222XfdHogNIttFgcg==} @@ -1453,7 +1454,6 @@ packages: dependencies: '@babel/helper-validator-identifier': 7.14.5 to-fast-properties: 2.0.0 - dev: true /@emmetio/abbreviation/2.2.2: resolution: {integrity: sha512-TtE/dBnkTCct8+LntkqVrwqQao6EnPAs1YN3cUgxOxTaBlesBCY37ROUAVZrRlG64GNnVShdl/b70RfAI3w5lw==} @@ -1530,8 +1530,8 @@ packages: resolution: {integrity: sha512-LFelJDOLZ6JHlmlAkgrvmcu4hpNPB91KYcr4f60D/exzU1eNOb4/KCVHIydGHIQFaOacIOD+Xy+B7P1z812cZg==} dev: true - /@iconify/json/1.1.355: - resolution: {integrity: sha512-xHhdtI/YH8fFF/IG6YYs28Hi1SRr4ZzqRoi09wds7iX4cBvdP6RqnUxaxgiksSFSEAqF+8sZrhLDo3hkAT5v2w==} + /@iconify/json/1.1.359: + resolution: {integrity: sha512-3yewVDlIDMBkbl3vAGFMuqywj2MwnKrAuST9OsIqipQu5v0r1cpvwt5VvalY/RvYE80Z0hO4rOzwCIaDdMhgsw==} dev: true /@intlify/cli/0.5.0: @@ -1602,7 +1602,7 @@ packages: resolution: {integrity: sha512-6MtsKulyfZxdD7OuxjaODjj8QWoHCnLFAk4wkWiHqBCa6UCTC0qXjtEeZ1MxpQihvFmmJZauBUu25EvtngW5qQ==} engines: {node: '>= 10'} - /@intlify/vite-plugin-vue-i18n/2.2.1_vite@2.3.7+vue-i18n@9.1.6: + /@intlify/vite-plugin-vue-i18n/2.2.1_vite@2.3.8+vue-i18n@9.1.6: resolution: {integrity: sha512-TUmuXhj2VIyyRzGhY9OtiXXEqaibtfV61oj0RDHbvpURd7B3Fukw/X7kzorz/dtSzo3DWNTcUgBElJrzeuGJGA==} engines: {node: '>= 12'} peerDependencies: @@ -1614,8 +1614,8 @@ packages: '@rollup/pluginutils': 4.1.0 debug: 4.3.1 fast-glob: 3.2.5 - vite: 2.3.7 - vue-i18n: 9.1.6_vue@3.1.1 + vite: 2.3.8 + vue-i18n: 9.1.6_vue@3.1.2 transitivePeerDependencies: - rollup - supports-color @@ -1852,6 +1852,10 @@ packages: resolution: {integrity: sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==} dev: true + /@types/estree/0.0.48: + resolution: {integrity: sha512-LfZwXoGUDo0C3me81HXgkBg5CTQYb6xzEl+fNmbO4JdRiSKQ8A0GD1OBBvKAIsbCUgoyAty7m99GqqMQe784ew==} + dev: true + /@types/json-schema/7.0.7: resolution: {integrity: sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA==} dev: true @@ -1864,10 +1868,6 @@ packages: resolution: {integrity: sha512-zjQ69G564OCIWIOHSXyQEEDpdpGl+G348RAKY0XXy9Z5kU9Vzv1GMNnkar/ZJ8dzXB3COzD9Mo9NtRZ4xfgUww==} dev: true - /@types/node/15.6.1: - resolution: {integrity: sha512-7EIraBEyRHEe7CH+Fm1XvgqU6uwZN8Q7jppJGcqjROMT29qhAuuOxYB1uEY5UMYQKEmA5D+5tBnhdaPXSsLONA==} - dev: true - /@types/normalize-package-data/2.4.0: resolution: {integrity: sha512-f5j5b/Gf71L+dbqxIpQ4Z2WlmI/mPJ0fOkGGmFgtb6sAu97EPczzbS3/tJKxmcYDj55OX6ssqwDAWOHIYDRDGA==} dev: true @@ -1896,12 +1896,12 @@ packages: /@types/vfile/3.0.2: resolution: {integrity: sha512-b3nLFGaGkJ9rzOcuXRfHkZMdjsawuDD0ENL9fzTophtBg8FJHSGbH7daXkEpcwy3v7Xol3pAvsmlYyFhR4pqJw==} dependencies: - '@types/node': 15.6.1 + '@types/node': 15.12.2 '@types/unist': 2.0.3 '@types/vfile-message': 2.0.0 dev: true - /@typescript-eslint/eslint-plugin/4.26.1_d88d7b85f981d5ef4edc82e567c1d64c: + /@typescript-eslint/eslint-plugin/4.26.1_8b9b578004409d595bddca0cef58535c: resolution: {integrity: sha512-aoIusj/8CR+xDWmZxARivZjbMBQTT9dImUtdZ8tVCVRXgBUuuZyM5Of5A9D9arQPxbi/0rlJLcuArclz/rCMJw==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: @@ -1912,23 +1912,23 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/experimental-utils': 4.26.1_eslint@7.28.0+typescript@4.3.2 - '@typescript-eslint/parser': 4.25.0_eslint@7.28.0+typescript@4.3.2 + '@typescript-eslint/experimental-utils': 4.26.1_eslint@7.29.0+typescript@4.3.4 + '@typescript-eslint/parser': 4.25.0_eslint@7.29.0+typescript@4.3.4 '@typescript-eslint/scope-manager': 4.26.1 debug: 4.3.1 - eslint: 7.28.0 + eslint: 7.29.0 functional-red-black-tree: 1.0.1 lodash: 4.17.21 regexpp: 3.1.0 semver: 7.3.5 - tsutils: 3.21.0_typescript@4.3.2 - typescript: 4.3.2 + tsutils: 3.21.0_typescript@4.3.4 + typescript: 4.3.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/eslint-plugin/4.26.1_eslint@7.28.0+typescript@4.3.2: - resolution: {integrity: sha512-aoIusj/8CR+xDWmZxARivZjbMBQTT9dImUtdZ8tVCVRXgBUuuZyM5Of5A9D9arQPxbi/0rlJLcuArclz/rCMJw==} + /@typescript-eslint/eslint-plugin/4.28.0_eslint@7.29.0+typescript@4.3.4: + resolution: {integrity: sha512-KcF6p3zWhf1f8xO84tuBailV5cN92vhS+VT7UJsPzGBm9VnQqfI9AsiMUFUCYHTYPg1uCCo+HyiDnpDuvkAMfQ==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: '@typescript-eslint/parser': ^4.0.0 @@ -1938,21 +1938,20 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/experimental-utils': 4.26.1_eslint@7.28.0+typescript@4.3.2 - '@typescript-eslint/scope-manager': 4.26.1 + '@typescript-eslint/experimental-utils': 4.28.0_eslint@7.29.0+typescript@4.3.4 + '@typescript-eslint/scope-manager': 4.28.0 debug: 4.3.1 - eslint: 7.28.0 + eslint: 7.29.0 functional-red-black-tree: 1.0.1 - lodash: 4.17.21 regexpp: 3.1.0 semver: 7.3.5 - tsutils: 3.21.0_typescript@4.3.2 - typescript: 4.3.2 + tsutils: 3.21.0_typescript@4.3.4 + typescript: 4.3.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/experimental-utils/4.26.1_eslint@7.28.0+typescript@4.3.2: + /@typescript-eslint/experimental-utils/4.26.1_eslint@7.29.0+typescript@4.3.4: resolution: {integrity: sha512-sQHBugRhrXzRCs9PaGg6rowie4i8s/iD/DpTB+EXte8OMDfdCG5TvO73XlO9Wc/zi0uyN4qOmX9hIjQEyhnbmQ==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: @@ -1961,16 +1960,34 @@ packages: '@types/json-schema': 7.0.7 '@typescript-eslint/scope-manager': 4.26.1 '@typescript-eslint/types': 4.26.1 - '@typescript-eslint/typescript-estree': 4.26.1_typescript@4.3.2 - eslint: 7.28.0 + '@typescript-eslint/typescript-estree': 4.26.1_typescript@4.3.4 + eslint: 7.29.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@7.28.0 + eslint-utils: 3.0.0_eslint@7.29.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/parser/4.25.0_eslint@7.28.0+typescript@4.3.2: + /@typescript-eslint/experimental-utils/4.28.0_eslint@7.29.0+typescript@4.3.4: + resolution: {integrity: sha512-9XD9s7mt3QWMk82GoyUpc/Ji03vz4T5AYlHF9DcoFNfJ/y3UAclRsfGiE2gLfXtyC+JRA3trR7cR296TEb1oiQ==} + engines: {node: ^10.12.0 || >=12.0.0} + peerDependencies: + eslint: '*' + dependencies: + '@types/json-schema': 7.0.7 + '@typescript-eslint/scope-manager': 4.28.0 + '@typescript-eslint/types': 4.28.0 + '@typescript-eslint/typescript-estree': 4.28.0_typescript@4.3.4 + eslint: 7.29.0 + eslint-scope: 5.1.1 + eslint-utils: 3.0.0_eslint@7.29.0 + transitivePeerDependencies: + - supports-color + - typescript + dev: true + + /@typescript-eslint/parser/4.25.0_eslint@7.29.0+typescript@4.3.4: resolution: {integrity: sha512-OZFa1SKyEJpAhDx8FcbWyX+vLwh7OEtzoo2iQaeWwxucyfbi0mT4DijbOSsTgPKzGHr6GrF2V5p/CEpUH/VBxg==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: @@ -1982,10 +1999,10 @@ packages: dependencies: '@typescript-eslint/scope-manager': 4.25.0 '@typescript-eslint/types': 4.25.0 - '@typescript-eslint/typescript-estree': 4.25.0_typescript@4.3.2 + '@typescript-eslint/typescript-estree': 4.25.0_typescript@4.3.4 debug: 4.3.1 - eslint: 7.28.0 - typescript: 4.3.2 + eslint: 7.29.0 + typescript: 4.3.4 transitivePeerDependencies: - supports-color dev: true @@ -2006,6 +2023,14 @@ packages: '@typescript-eslint/visitor-keys': 4.26.1 dev: true + /@typescript-eslint/scope-manager/4.28.0: + resolution: {integrity: sha512-eCALCeScs5P/EYjwo6se9bdjtrh8ByWjtHzOkC4Tia6QQWtQr3PHovxh3TdYTuFcurkYI4rmFsRFpucADIkseg==} + engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} + dependencies: + '@typescript-eslint/types': 4.28.0 + '@typescript-eslint/visitor-keys': 4.28.0 + dev: true + /@typescript-eslint/types/4.25.0: resolution: {integrity: sha512-+CNINNvl00OkW6wEsi32wU5MhHti2J25TJsJJqgQmJu3B3dYDBcmOxcE5w9cgoM13TrdE/5ND2HoEnBohasxRQ==} engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} @@ -2016,7 +2041,12 @@ packages: engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} dev: true - /@typescript-eslint/typescript-estree/4.25.0_typescript@4.3.2: + /@typescript-eslint/types/4.28.0: + resolution: {integrity: sha512-p16xMNKKoiJCVZY5PW/AfILw2xe1LfruTcfAKBj3a+wgNYP5I9ZEKNDOItoRt53p4EiPV6iRSICy8EPanG9ZVA==} + engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} + dev: true + + /@typescript-eslint/typescript-estree/4.25.0_typescript@4.3.4: resolution: {integrity: sha512-1B8U07TGNAFMxZbSpF6jqiDs1cVGO0izVkf18Q/SPcUAc9LhHxzvSowXDTvkHMWUVuPpagupaW63gB6ahTXVlg==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: @@ -2031,13 +2061,13 @@ packages: globby: 11.0.3 is-glob: 4.0.1 semver: 7.3.5 - tsutils: 3.21.0_typescript@4.3.2 - typescript: 4.3.2 + tsutils: 3.21.0_typescript@4.3.4 + typescript: 4.3.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/typescript-estree/4.26.1_typescript@4.3.2: + /@typescript-eslint/typescript-estree/4.26.1_typescript@4.3.4: resolution: {integrity: sha512-l3ZXob+h0NQzz80lBGaykdScYaiEbFqznEs99uwzm8fPHhDjwaBFfQkjUC/slw6Sm7npFL8qrGEAMxcfBsBJUg==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: @@ -2052,8 +2082,29 @@ packages: globby: 11.0.3 is-glob: 4.0.1 semver: 7.3.5 - tsutils: 3.21.0_typescript@4.3.2 - typescript: 4.3.2 + tsutils: 3.21.0_typescript@4.3.4 + typescript: 4.3.4 + transitivePeerDependencies: + - supports-color + dev: true + + /@typescript-eslint/typescript-estree/4.28.0_typescript@4.3.4: + resolution: {integrity: sha512-m19UQTRtxMzKAm8QxfKpvh6OwQSXaW1CdZPoCaQuLwAq7VZMNuhJmZR4g5281s2ECt658sldnJfdpSZZaxUGMQ==} + engines: {node: ^10.12.0 || >=12.0.0} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@typescript-eslint/types': 4.28.0 + '@typescript-eslint/visitor-keys': 4.28.0 + debug: 4.3.1 + globby: 11.0.3 + is-glob: 4.0.1 + semver: 7.3.5 + tsutils: 3.21.0_typescript@4.3.4 + typescript: 4.3.4 transitivePeerDependencies: - supports-color dev: true @@ -2074,13 +2125,21 @@ packages: eslint-visitor-keys: 2.1.0 dev: true - /@vitejs/plugin-vue/1.2.3_@vue+compiler-sfc@3.1.1: + /@typescript-eslint/visitor-keys/4.28.0: + resolution: {integrity: sha512-PjJyTWwrlrvM5jazxYF5ZPs/nl0kHDZMVbuIcbpawVXaDPelp3+S9zpOz5RmVUfS/fD5l5+ZXNKnWhNYjPzCvw==} + engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} + dependencies: + '@typescript-eslint/types': 4.28.0 + eslint-visitor-keys: 2.1.0 + dev: true + + /@vitejs/plugin-vue/1.2.3_@vue+compiler-sfc@3.1.2: resolution: {integrity: sha512-LlnLpObkGKZ+b7dcpL4T24l13nPSHLjo+6Oc7MbZiKz5PMAUzADfNJ3EKfYIQ0l0969nxf2jp/9vsfnuJ7h6fw==} engines: {node: '>=12.0.0'} peerDependencies: '@vue/compiler-sfc': ^3.0.8 dependencies: - '@vue/compiler-sfc': 3.1.1_vue@3.1.1 + '@vue/compiler-sfc': 3.1.2_vue@3.1.2 dev: true /@volar/code-gen/0.25.22: @@ -2128,12 +2187,12 @@ packages: source-map: 0.6.1 dev: true - /@vue/compiler-core/3.1.1: - resolution: {integrity: sha512-Z1RO3T6AEtAUFf2EqqovFm3ohAeTvFzRtB0qUENW2nEerJfdlk13/LS1a0EgsqlzxmYfR/S/S/gW9PLbFZZxkA==} + /@vue/compiler-core/3.1.2: + resolution: {integrity: sha512-nHmq7vLjq/XM2IMbZUcKWoH5sPXa2uR/nIKZtjbK5F3TcbnYE/zKsrSUR9WZJ03unlwotNBX1OyxVt9HbWD7/Q==} dependencies: - '@babel/parser': 7.14.4 - '@babel/types': 7.14.4 - '@vue/shared': 3.1.1 + '@babel/parser': 7.14.5 + '@babel/types': 7.14.5 + '@vue/shared': 3.1.2 estree-walker: 2.0.2 source-map: 0.6.1 @@ -2144,11 +2203,11 @@ packages: '@vue/shared': 3.0.11 dev: true - /@vue/compiler-dom/3.1.1: - resolution: {integrity: sha512-nobRIo0t5ibzg+q8nC31m+aJhbq8FbWUoKvk6h3Vs1EqTDJaj6lBTcVTq5or8AYht7FbSpdAJ81isbJ1rWNX7A==} + /@vue/compiler-dom/3.1.2: + resolution: {integrity: sha512-k2+SWcWH0jL6WQAX7Or2ONqu5MbtTgTO0dJrvebQYzgqaKMXNI90RNeWeCxS4BnNFMDONpHBeFgbwbnDWIkmRg==} dependencies: - '@vue/compiler-core': 3.1.1 - '@vue/shared': 3.1.1 + '@vue/compiler-core': 3.1.2 + '@vue/shared': 3.1.2 /@vue/compiler-sfc/3.0.11_vue@3.0.11: resolution: {integrity: sha512-7fNiZuCecRleiyVGUWNa6pn8fB2fnuJU+3AGjbjl7r1P5wBivfl02H4pG+2aJP5gh2u+0wXov1W38tfWOphsXw==} @@ -2174,28 +2233,29 @@ packages: vue: 3.0.11 dev: true - /@vue/compiler-sfc/3.1.1_vue@3.1.1: - resolution: {integrity: sha512-lSgMsZaYHF+bAgryq5aUqpvyfhu52GJI2/4LoiJCE5uaxc6FCZfxfgqgw/d9ltiZghv+HiISFtmQVAVvlsk+/w==} + /@vue/compiler-sfc/3.1.2_vue@3.1.2: + resolution: {integrity: sha512-SeG/2+DvwejQ7oAiSx8BrDh5qOdqCYHGClPiTvVIHTfSIHiS2JjMbCANdDCjHkTOh/O7WZzo2JhdKm98bRBxTw==} peerDependencies: - vue: 3.1.1 + vue: 3.1.2 dependencies: - '@babel/parser': 7.14.4 - '@babel/types': 7.14.4 - '@vue/compiler-core': 3.1.1 - '@vue/compiler-dom': 3.1.1 - '@vue/compiler-ssr': 3.1.1 - '@vue/shared': 3.1.1 + '@babel/parser': 7.14.5 + '@babel/types': 7.14.5 + '@types/estree': 0.0.48 + '@vue/compiler-core': 3.1.2 + '@vue/compiler-dom': 3.1.2 + '@vue/compiler-ssr': 3.1.2 + '@vue/shared': 3.1.2 consolidate: 0.16.0 estree-walker: 2.0.2 hash-sum: 2.0.0 lru-cache: 5.1.1 magic-string: 0.25.7 merge-source-map: 1.1.0 - postcss: 8.3.0 - postcss-modules: 4.0.0_postcss@8.3.0 + postcss: 8.3.5 + postcss-modules: 4.0.0_postcss@8.3.5 postcss-selector-parser: 6.0.6 source-map: 0.6.1 - vue: 3.1.1 + vue: 3.1.2 dev: true /@vue/compiler-ssr/3.0.11: @@ -2205,16 +2265,20 @@ packages: '@vue/shared': 3.0.11 dev: true - /@vue/compiler-ssr/3.1.1: - resolution: {integrity: sha512-7H6krZtVt3h/YzfNp7eYK41hMDz8ZskiBy+Wby+EDRINX6BD9JQ5C8zyy2xAa7T6Iz2VrQzsaJ/Bb52lTPSS5A==} + /@vue/compiler-ssr/3.1.2: + resolution: {integrity: sha512-BwXo9LFk5OSWdMyZQ4bX1ELHX0Z/9F+ld/OaVnpUPzAZCHslBYLvyKUVDwv2C/lpLjRffpC2DOUEdl1+RP1aGg==} dependencies: - '@vue/compiler-dom': 3.1.1 - '@vue/shared': 3.1.1 + '@vue/compiler-dom': 3.1.2 + '@vue/shared': 3.1.2 dev: true /@vue/devtools-api/6.0.0-beta.12: resolution: {integrity: sha512-PtHmAxFmCyCElV7uTWMrXj+fefwn4lCfTtPo9fPw0SK8/7e3UaFl8IL7lnugJmNFfeKQyuTkSoGvTq1uDaRF6Q==} + /@vue/devtools-api/6.0.0-beta.14: + resolution: {integrity: sha512-44fPrrN1cqcs6bFkT0C+yxTM6PZXLbR+ESh1U1j8UD22yO04gXvxH62HApMjLbS3WqJO/iCNC+CYT+evPQh2EQ==} + dev: false + /@vue/reactivity/3.0.11: resolution: {integrity: sha512-SKM3YKxtXHBPMf7yufXeBhCZ4XZDKP9/iXeQSC8bBO3ivBuzAi4aZi0bNoeE2IF2iGfP/AHEt1OU4ARj4ao/Xw==} dependencies: @@ -2225,6 +2289,12 @@ packages: resolution: {integrity: sha512-DsH5woNVCcPK1M0RRYVgJEU1GJDU2ASOKpAqW3ppHk+XjoFLCbqc/26RTCgTpJYd9z8VN+79Q1u7/QqgQPbuLQ==} dependencies: '@vue/shared': 3.1.1 + dev: true + + /@vue/reactivity/3.1.2: + resolution: {integrity: sha512-glJzJoN2xE7I2lRvwKM5u1BHRPTd1yc8iaf//Lai/78/uYAvE5DXp5HzWRFOwMlbRvMGJHIQjOqoxj87cDAaag==} + dependencies: + '@vue/shared': 3.1.2 dev: false /@vue/runtime-core/3.0.11: @@ -2234,11 +2304,11 @@ packages: '@vue/shared': 3.0.11 dev: true - /@vue/runtime-core/3.1.1: - resolution: {integrity: sha512-GboqR02txOtkd9F3Ysd8ltPL68vTCqIx2p/J52/gFtpgb5FG9hvOAPEwFUqxeEJRu7ResvQnmdOHiEycGPCLhQ==} + /@vue/runtime-core/3.1.2: + resolution: {integrity: sha512-gsPZG4dRIkixuuKmoj4P9IHgfT0yaFLcqWOM5F/bCk0nxQn1XtxH8oUehWuET726KhbukvDoJfe9G2CKviy80w==} dependencies: - '@vue/reactivity': 3.1.1 - '@vue/shared': 3.1.1 + '@vue/reactivity': 3.1.2 + '@vue/shared': 3.1.2 dev: false /@vue/runtime-dom/3.0.11: @@ -2249,22 +2319,22 @@ packages: csstype: 2.6.17 dev: true - /@vue/runtime-dom/3.1.1: - resolution: {integrity: sha512-o57n/199e/BBAmLRMSXmD2r12Old/h/gf6BgL0RON1NT2pwm6MWaMY4Ul55eyq+FsDILz4jR/UgoPQ9vYB8xcw==} + /@vue/runtime-dom/3.1.2: + resolution: {integrity: sha512-QvINxjLucEZFzp5f0NVu7JqWYCv5TKQfkH2FDs/N6QNE4iKcYtKrWdT0HKfABnVXG28Znqv6rIH0dH4ZAOwxpA==} dependencies: - '@vue/runtime-core': 3.1.1 - '@vue/shared': 3.1.1 + '@vue/runtime-core': 3.1.2 + '@vue/shared': 3.1.2 csstype: 2.6.17 dev: false - /@vue/server-renderer/3.1.1_vue@3.1.1: - resolution: {integrity: sha512-b0UFiOfF27CGeWw25eoaRTiYqezBxY/ODl2VeuDMgdcbakdPP4T/ieSyjuN5g/ZxDCnGO6q/sMRZQgmQhYltww==} + /@vue/server-renderer/3.1.2_vue@3.1.2: + resolution: {integrity: sha512-XDw8KTrz/siiU5p6Zlicvf2KIjSZrqaxATBPM/9FYNnyv4LTS14JC5daTL13rk50d3UPBurRR/3wJupVvtQJ4w==} peerDependencies: - vue: 3.1.1 + vue: 3.1.2 dependencies: - '@vue/compiler-ssr': 3.1.1 - '@vue/shared': 3.1.1 - vue: 3.1.1 + '@vue/compiler-ssr': 3.1.2 + '@vue/shared': 3.1.2 + vue: 3.1.2 dev: true /@vue/shared/3.0.11: @@ -2273,38 +2343,42 @@ packages: /@vue/shared/3.1.1: resolution: {integrity: sha512-g+4pzAw7PYSjARtLBoDq6DmcblX8i9KJHSCnyM5VDDFFifUaUT9iHbFpOF/KOizQ9f7QAqU2JH3Y6aXjzUMhVA==} + dev: true - /@vueuse/core/5.0.2_vue@3.1.1: - resolution: {integrity: sha512-Sp9+7AL4Cg3Tx6I55WoH7zICGRlp6ZUF9NW3EU8SZTkryHm0afAjFfASMwlfV030JFeh45BdqafDOrenVmM9Cw==} + /@vue/shared/3.1.2: + resolution: {integrity: sha512-EmH/poaDWBPJaPILXNI/1fvUbArJQmmTyVCwvvyDYDFnkPoTclAbHRAtyIvqfez7jybTDn077HTNILpxlsoWhg==} + + /@vueuse/core/5.0.3_vue@3.1.2: + resolution: {integrity: sha512-TMCL11EVMaj2Y5qdYosvuwA+i1aKrerFXs7fhNZiQiLCWxF8XsrNdxzoiaI2n12UcmSOXvd1xdyWs7Nss+p/Hg==} dependencies: - '@vueuse/shared': 5.0.2_vue@3.1.1 - vue-demi: 0.9.1_vue@3.1.1 + '@vueuse/shared': 5.0.3_vue@3.1.2 + vue-demi: 0.9.1_vue@3.1.2 transitivePeerDependencies: - '@vue/composition-api' - vue dev: false - /@vueuse/head/0.6.0_vue@3.1.1: + /@vueuse/head/0.6.0_vue@3.1.2: resolution: {integrity: sha512-fi7ZjkMpEAUtTT6iR5wgL2HkX1+3zbrmbpcwU//RgJIWEr5b42jk8E9yOheaC2dYAAHzelAllVpX0pDmhcTXuw==} peerDependencies: vue: '>=3' dependencies: - vue: 3.1.1 + vue: 3.1.2 dev: false - /@vueuse/shared/5.0.2_vue@3.1.1: - resolution: {integrity: sha512-S1hRRmEdipjTD4DbXgPdw4ZZYebU/nDi75vNP3Ibpa1irW3NUNUKOT/TWnwRHLQvXquUtdvalhI8D9Db+czZJg==} + /@vueuse/shared/5.0.3_vue@3.1.2: + resolution: {integrity: sha512-aY93WPygr8H/4RB8YuOmAD83Y+faq7zwW10Kd9i0kD9zf5ysVP+32j09rF/mZVtGCa0CSM8ambPZMsEhCkRbwQ==} dependencies: - vue-demi: 0.9.1_vue@3.1.1 + vue-demi: 0.9.1_vue@3.1.2 transitivePeerDependencies: - '@vue/composition-api' - vue dev: false - /@windicss/plugin-utils/1.0.3: - resolution: {integrity: sha512-SBYjmWBO+dOqxJgyyOAETOuMdcugvVgZYQc3rb7KtcTW5u9UkFXtiuGdoq8cWyFpSkn46gmjCb4WNbY3kEIVnQ==} + /@windicss/plugin-utils/1.1.0: + resolution: {integrity: sha512-v9WhtcGKRehsbY2Omd9m+Jd0IsjbKJmRSa712BuPLZ+fZuCSomne9twjqtPn29IGqS6T/9lM8aOjW7mRMU1x/g==} dependencies: - '@antfu/utils': 0.1.6 + '@antfu/utils': 0.2.2 debug: 4.3.2 fast-glob: 3.2.5 jiti: 1.10.1 @@ -2581,7 +2655,7 @@ packages: resolution: {integrity: sha512-GAwkz0AihzY5bkwIY5QDR+LvsRQgB/B+1foMPvi0FZPMl5fjD7ICiznUiBdLYMH1QYe6vqu4gWYytZOccLouFw==} engines: {node: '>= 10.0.0'} dependencies: - '@babel/types': 7.14.4 + '@babel/types': 7.14.5 dev: true /bail/1.0.5: @@ -2940,8 +3014,8 @@ packages: /constantinople/4.0.1: resolution: {integrity: sha512-vCrqcSIq4//Gx74TXXCGnHpulY1dskqLTFGDmhrGxzeXL8lF8kvXv6mpNWlJj1uD4DW23D4ljAqbY4RRaaUZIw==} dependencies: - '@babel/parser': 7.14.4 - '@babel/types': 7.14.4 + '@babel/parser': 7.14.5 + '@babel/types': 7.14.5 dev: true /content-disposition/0.5.3: @@ -3389,8 +3463,8 @@ packages: es6-promise: 4.2.8 dev: true - /esbuild/0.12.5: - resolution: {integrity: sha512-vcuP53pA5XiwUU4FnlXM+2PnVjTfHGthM7uP1gtp+9yfheGvFFbq/KyuESThmtoHPUrfZH5JpxGVJIFDVD1Egw==} + /esbuild/0.12.9: + resolution: {integrity: sha512-MWRhAbMOJ9RJygCrt778rz/qNYgA4ZVj6aXnNPxFjs7PmIpb0fuB9Gmg5uWrr6n++XKwwm/RmSz6RR5JL2Ocsw==} hasBin: true requiresBuild: true dev: true @@ -3427,7 +3501,7 @@ packages: source-map: 0.6.1 dev: true - /eslint-config-standard/16.0.3_b6568a91444b1c3002d3734534f2b03f: + /eslint-config-standard/16.0.3_9f68ba62c26649bf083b5a39fb78b278: resolution: {integrity: sha512-x4fmJL5hGqNJKGHSjnLdgA6U6h1YW/G2dW9fA+cyVur4SK6lyue8+UgNKWlZtUDTXvgKDD/Oa3GQjmB5kjtVvg==} peerDependencies: eslint: ^7.12.1 @@ -3435,9 +3509,9 @@ packages: eslint-plugin-node: ^11.1.0 eslint-plugin-promise: ^4.2.1 || ^5.0.0 dependencies: - eslint: 7.28.0 - eslint-plugin-import: 2.23.3_eslint@7.28.0 - eslint-plugin-node: 11.1.0_eslint@7.28.0 + eslint: 7.29.0 + eslint-plugin-import: 2.23.3_eslint@7.29.0 + eslint-plugin-node: 11.1.0_eslint@7.29.0 eslint-plugin-promise: 4.3.1 dev: true @@ -3456,25 +3530,25 @@ packages: pkg-dir: 2.0.0 dev: true - /eslint-plugin-es/3.0.1_eslint@7.28.0: + /eslint-plugin-es/3.0.1_eslint@7.29.0: resolution: {integrity: sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=4.19.1' dependencies: - eslint: 7.28.0 + eslint: 7.29.0 eslint-utils: 2.1.0 regexpp: 3.1.0 dev: true - /eslint-plugin-eslint-comments/3.2.0_eslint@7.28.0: + /eslint-plugin-eslint-comments/3.2.0_eslint@7.29.0: resolution: {integrity: sha512-0jkOl0hfojIHHmEHgmNdqv4fmh7300NdpA9FFpF7zaoLvB/QeXOGNLIo86oAveJFrfB1p05kC8hpEMHM8DwWVQ==} engines: {node: '>=6.5.0'} peerDependencies: eslint: '>=4.19.1' dependencies: escape-string-regexp: 1.0.5 - eslint: 7.28.0 + eslint: 7.29.0 ignore: 5.1.8 dev: true @@ -3484,7 +3558,7 @@ packages: htmlparser2: 6.1.0 dev: true - /eslint-plugin-import/2.23.3_eslint@7.28.0: + /eslint-plugin-import/2.23.3_eslint@7.29.0: resolution: {integrity: sha512-wDxdYbSB55F7T5CC7ucDjY641VvKmlRwT0Vxh7PkY1mI4rclVRFWYfsrjDgZvwYYDZ5ee0ZtfFKXowWjqvEoRQ==} engines: {node: '>=4'} peerDependencies: @@ -3494,7 +3568,7 @@ packages: array.prototype.flat: 1.2.4 debug: 2.6.9 doctrine: 2.1.0 - eslint: 7.28.0 + eslint: 7.29.0 eslint-import-resolver-node: 0.3.4 eslint-module-utils: 2.6.1 find-up: 2.1.0 @@ -3508,25 +3582,25 @@ packages: tsconfig-paths: 3.9.0 dev: true - /eslint-plugin-jsonc/1.2.1_eslint@7.28.0: + /eslint-plugin-jsonc/1.2.1_eslint@7.29.0: resolution: {integrity: sha512-m7o4gaNKojSwRJDNP0/7HK1vGfGgynX6DeTHTXhYGxWn2DB8E2RU5jeK95CYw1/mwej4ku2Xd9Tevn6WOlI6Dg==} peerDependencies: eslint: ^5.0.0 || >=6.0.0 dependencies: - eslint: 7.28.0 + eslint: 7.29.0 eslint-utils: 2.1.0 jsonc-eslint-parser: 1.0.1 natural-compare: 1.4.0 dev: true - /eslint-plugin-node/11.1.0_eslint@7.28.0: + /eslint-plugin-node/11.1.0_eslint@7.29.0: resolution: {integrity: sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=5.16.0' dependencies: - eslint: 7.28.0 - eslint-plugin-es: 3.0.1_eslint@7.28.0 + eslint: 7.29.0 + eslint-plugin-es: 3.0.1_eslint@7.29.0 eslint-utils: 2.1.0 ignore: 5.1.8 minimatch: 3.0.4 @@ -3539,7 +3613,7 @@ packages: engines: {node: '>=6'} dev: true - /eslint-plugin-react/7.23.2_eslint@7.28.0: + /eslint-plugin-react/7.23.2_eslint@7.29.0: resolution: {integrity: sha512-AfjgFQB+nYszudkxRkTFu0UR1zEQig0ArVMPloKhxwlwkzaw/fBiH0QWcBBhZONlXqQC51+nfqFrkn4EzHcGBw==} engines: {node: '>=4'} peerDependencies: @@ -3548,7 +3622,7 @@ packages: array-includes: 3.1.3 array.prototype.flatmap: 1.2.4 doctrine: 2.1.0 - eslint: 7.28.0 + eslint: 7.29.0 has: 1.0.3 jsx-ast-utils: 3.2.0 minimatch: 3.0.4 @@ -3560,7 +3634,7 @@ packages: string.prototype.matchall: 4.0.5 dev: true - /eslint-plugin-unicorn/28.0.2_eslint@7.28.0: + /eslint-plugin-unicorn/28.0.2_eslint@7.29.0: resolution: {integrity: sha512-k4AoFP7n8/oq6lBXkdc9Flid6vw2B8j7aXFCxgzJCyKvmaKrCUFb1TFPhG9eSJQFZowqmymMPRtl8oo9NKLUbw==} engines: {node: '>=10'} peerDependencies: @@ -3568,8 +3642,8 @@ packages: dependencies: ci-info: 2.0.0 clean-regexp: 1.0.0 - eslint: 7.28.0 - eslint-template-visitor: 2.3.2_eslint@7.28.0 + eslint: 7.29.0 + eslint-template-visitor: 2.3.2_eslint@7.29.0 eslint-utils: 2.1.0 eslint-visitor-keys: 2.1.0 import-modules: 2.1.0 @@ -3584,28 +3658,28 @@ packages: - supports-color dev: true - /eslint-plugin-vue/7.7.0_eslint@7.28.0: + /eslint-plugin-vue/7.7.0_eslint@7.29.0: resolution: {integrity: sha512-mYz4bpLGv5jx6YG/GvKkqbGSfV7uma2u1P3mLA41Q5vQl8W1MeuTneB8tfsLq6xxxesFubcrOC0BZBJ5R+eaCQ==} engines: {node: '>=8.10'} peerDependencies: eslint: ^6.2.0 || ^7.0.0 dependencies: - eslint: 7.28.0 + eslint: 7.29.0 eslint-utils: 2.1.0 natural-compare: 1.4.0 semver: 7.3.5 - vue-eslint-parser: 7.6.0_eslint@7.28.0 + vue-eslint-parser: 7.6.0_eslint@7.29.0 transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-yml/0.8.1_eslint@7.28.0: + /eslint-plugin-yml/0.8.1_eslint@7.29.0: resolution: {integrity: sha512-Cmqj/8eUoQ3ryesaOgsS2wdhYJJ6NCCBiO1BtCMZ8d3LRvnW0J2aImfiAtgqkpXEbmfL8P9wI1FqxSVOdujbSA==} peerDependencies: eslint: '>=6.0.0' dependencies: debug: 4.3.1 - eslint: 7.28.0 + eslint: 7.29.0 lodash: 4.17.21 natural-compare: 1.4.0 yaml-eslint-parser: 0.3.2 @@ -3621,14 +3695,14 @@ packages: estraverse: 4.3.0 dev: true - /eslint-template-visitor/2.3.2_eslint@7.28.0: + /eslint-template-visitor/2.3.2_eslint@7.29.0: resolution: {integrity: sha512-3ydhqFpuV7x1M9EK52BPNj6V0Kwu0KKkcIAfpUhwHbR8ocRln/oUHgfxQupY8O1h4Qv/POHDumb/BwwNfxbtnA==} peerDependencies: eslint: '>=7.0.0' dependencies: '@babel/core': 7.14.3 - '@babel/eslint-parser': 7.14.4_@babel+core@7.14.3+eslint@7.28.0 - eslint: 7.28.0 + '@babel/eslint-parser': 7.14.4_@babel+core@7.14.3+eslint@7.29.0 + eslint: 7.29.0 eslint-visitor-keys: 2.1.0 esquery: 1.4.0 multimap: 1.1.0 @@ -3643,13 +3717,13 @@ packages: eslint-visitor-keys: 1.3.0 dev: true - /eslint-utils/3.0.0_eslint@7.28.0: + /eslint-utils/3.0.0_eslint@7.29.0: resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} peerDependencies: eslint: '>=5' dependencies: - eslint: 7.28.0 + eslint: 7.29.0 eslint-visitor-keys: 2.1.0 dev: true @@ -3663,8 +3737,8 @@ packages: engines: {node: '>=10'} dev: true - /eslint/7.28.0: - resolution: {integrity: sha512-UMfH0VSjP0G4p3EWirscJEQ/cHqnT/iuH6oNZOB94nBjWbMnhGEPxsZm1eyIW0C/9jLI0Fow4W5DXLjEI7mn1g==} + /eslint/7.29.0: + resolution: {integrity: sha512-82G/JToB9qIy/ArBzIWG9xvvwL3R86AlCjtGw+A29OMZDqhTybz/MByORSukGxeI+YPCR4coYyITKk8BFH9nDA==} engines: {node: ^10.12.0 || >=12.0.0} hasBin: true dependencies: @@ -4369,6 +4443,15 @@ packages: postcss: 8.3.0 dev: true + /icss-utils/5.1.0_postcss@8.3.5: + resolution: {integrity: sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==} + engines: {node: ^10 || ^12 || >= 14} + peerDependencies: + postcss: ^8.1.0 + dependencies: + postcss: 8.3.5 + dev: true + /ignore/3.3.10: resolution: {integrity: sha512-Pgs951kaMm5GXP7MOvxERINe3gsaVjUWFm+UZPSq9xYriQAksyhg0csnS0KXSNRD5NmNdapXEpjxG49+AKh/ug==} dev: true @@ -5548,8 +5631,8 @@ packages: engines: {node: '>=4'} dev: true - /pnpm/6.7.6: - resolution: {integrity: sha512-VhO6zVIuhVkKXP3kWMZs9W5b3rhcztq524WoAc9OEwjmj7SiKyp0UNltaaLR0VRjFGJPuQOcqDbNkWwzao6dUw==} + /pnpm/6.8.0: + resolution: {integrity: sha512-la/zfhv3FA9K5kwWda58genmRQD0MwWJjLvHhH65EQWOEG3sr9zKSCJxUzckIY9uy//IRhnTTUY0HYqq2D7N6g==} engines: {node: '>=12.17'} hasBin: true dev: true @@ -5563,6 +5646,15 @@ packages: postcss: 8.3.0 dev: true + /postcss-modules-extract-imports/3.0.0_postcss@8.3.5: + resolution: {integrity: sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==} + engines: {node: ^10 || ^12 || >= 14} + peerDependencies: + postcss: ^8.1.0 + dependencies: + postcss: 8.3.5 + dev: true + /postcss-modules-local-by-default/4.0.0_postcss@8.3.0: resolution: {integrity: sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==} engines: {node: ^10 || ^12 || >= 14} @@ -5575,6 +5667,18 @@ packages: postcss-value-parser: 4.1.0 dev: true + /postcss-modules-local-by-default/4.0.0_postcss@8.3.5: + resolution: {integrity: sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==} + engines: {node: ^10 || ^12 || >= 14} + peerDependencies: + postcss: ^8.1.0 + dependencies: + icss-utils: 5.1.0_postcss@8.3.5 + postcss: 8.3.5 + postcss-selector-parser: 6.0.6 + postcss-value-parser: 4.1.0 + dev: true + /postcss-modules-scope/3.0.0_postcss@8.3.0: resolution: {integrity: sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==} engines: {node: ^10 || ^12 || >= 14} @@ -5585,6 +5689,16 @@ packages: postcss-selector-parser: 6.0.6 dev: true + /postcss-modules-scope/3.0.0_postcss@8.3.5: + resolution: {integrity: sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==} + engines: {node: ^10 || ^12 || >= 14} + peerDependencies: + postcss: ^8.1.0 + dependencies: + postcss: 8.3.5 + postcss-selector-parser: 6.0.6 + dev: true + /postcss-modules-values/4.0.0_postcss@8.3.0: resolution: {integrity: sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==} engines: {node: ^10 || ^12 || >= 14} @@ -5595,6 +5709,16 @@ packages: postcss: 8.3.0 dev: true + /postcss-modules-values/4.0.0_postcss@8.3.5: + resolution: {integrity: sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==} + engines: {node: ^10 || ^12 || >= 14} + peerDependencies: + postcss: ^8.1.0 + dependencies: + icss-utils: 5.1.0_postcss@8.3.5 + postcss: 8.3.5 + dev: true + /postcss-modules/4.0.0_postcss@8.3.0: resolution: {integrity: sha512-ghS/ovDzDqARm4Zj6L2ntadjyQMoyJmi0JkLlYtH2QFLrvNlxH5OAVRPWPeKilB0pY7SbuhO173KOWkPAxRJcw==} peerDependencies: @@ -5611,6 +5735,22 @@ packages: string-hash: 1.1.3 dev: true + /postcss-modules/4.0.0_postcss@8.3.5: + resolution: {integrity: sha512-ghS/ovDzDqARm4Zj6L2ntadjyQMoyJmi0JkLlYtH2QFLrvNlxH5OAVRPWPeKilB0pY7SbuhO173KOWkPAxRJcw==} + peerDependencies: + postcss: ^8.0.0 + dependencies: + generic-names: 2.0.1 + icss-replace-symbols: 1.1.0 + lodash.camelcase: 4.3.0 + postcss: 8.3.5 + postcss-modules-extract-imports: 3.0.0_postcss@8.3.5 + postcss-modules-local-by-default: 4.0.0_postcss@8.3.5 + postcss-modules-scope: 3.0.0_postcss@8.3.5 + postcss-modules-values: 4.0.0_postcss@8.3.5 + string-hash: 1.1.3 + dev: true + /postcss-selector-parser/6.0.6: resolution: {integrity: sha512-9LXrvaaX3+mcv5xkg5kFwqSzSH1JIObIx51PrndZwlmznwXRfxMddDvo9gve3gVR8ZTKgoFDdWkbRFmEhT4PMg==} engines: {node: '>=4'} @@ -5632,6 +5772,15 @@ packages: source-map-js: 0.6.2 dev: true + /postcss/8.3.5: + resolution: {integrity: sha512-NxTuJocUhYGsMiMFHDUkmjSKT3EdH4/WbGF6GCi1NDGk+vbcUTun4fpbOqaPtD8IIsztA2ilZm2DhYCuyN58gA==} + engines: {node: ^10 || ^12 || >=14} + dependencies: + colorette: 1.2.2 + nanoid: 3.1.23 + source-map-js: 0.6.2 + dev: true + /prelude-ls/1.1.2: resolution: {integrity: sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=} engines: {node: '>= 0.8.0'} @@ -5653,8 +5802,8 @@ packages: hasBin: true dev: true - /prettier/2.3.0: - resolution: {integrity: sha512-kXtO4s0Lz/DW/IJ9QdWhAf7/NmPWQXkFr/r/WkR3vyI+0v8amTDxiaQSLzs8NBlytfLWX/7uQUMIW677yLKl4w==} + /prettier/2.3.1: + resolution: {integrity: sha512-p+vNbgpLjif/+D+DwAZAbndtRrR0md0MwfmOVN9N+2RgyACMT+7tfaRnT+WDPkqnuVwleyuBIG2XBxKDme3hPA==} engines: {node: '>=10.13.0'} hasBin: true dev: true @@ -6122,14 +6271,6 @@ packages: terser: 5.7.0 dev: true - /rollup/2.50.4: - resolution: {integrity: sha512-mBQa9O6bdqur7a6R+TXcbdYgfO2arXlDG+rSrWfwAvsiumpJjD4OS23R9QuhItuz8ysWb8mZ91CFFDQUhJY+8Q==} - engines: {node: '>=10.0.0'} - hasBin: true - optionalDependencies: - fsevents: 2.3.2 - dev: true - /rollup/2.51.2: resolution: {integrity: sha512-ReV2eGEadA7hmXSzjxdDKs10neqH2QURf2RxJ6ayAlq93ugy6qIvXMmbc5cWMGCDh1h5T4thuWO1e2VNbMq8FA==} engines: {node: '>=10.0.0'} @@ -6716,14 +6857,14 @@ packages: resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==} dev: true - /tsutils/3.21.0_typescript@4.3.2: + /tsutils/3.21.0_typescript@4.3.4: resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} engines: {node: '>= 6'} peerDependencies: typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' dependencies: tslib: 1.14.1 - typescript: 4.3.2 + typescript: 4.3.4 dev: true /type-check/0.3.2: @@ -6781,8 +6922,8 @@ packages: resolution: {integrity: sha512-AkNlRBbI6K7gk29O92qthNSvc6jjmNQ6isVXoYxkFwPa8D04tIv2SOPd+sd+mNpso4tNdL2gy7nVtrd5yFqvlA==} dev: true - /typescript/4.3.2: - resolution: {integrity: sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw==} + /typescript/4.3.4: + resolution: {integrity: sha512-uauPG7XZn9F/mo+7MrsRjyvbxFpzemRjKEZXS4AK83oP2KKOJPvb+9cO/gmnv8arWZvhnjVOXz7B49m1l0e9Ew==} engines: {node: '>=4.2.0'} hasBin: true dev: true @@ -7095,8 +7236,8 @@ packages: vfile-message: 2.0.4 dev: true - /vite-plugin-components/0.11.1_vite@2.3.7: - resolution: {integrity: sha512-rApT5gc8hLgIgO4+8xtlt81UD76mUvsTtx44UZViJJGYFr8ofEALlgRn5Fwai1MHbOlWWdOfPMvMa3ooC52COQ==} + /vite-plugin-components/0.11.2_vite@2.3.8: + resolution: {integrity: sha512-FfW88iOmOHx1GlGJ2KT3r51Oyu7pntgkMxv7X7WxwPS69lOCWzmDO0n2+TWiWYPDpboDLJsPKBDeSBN1BhTtXQ==} peerDependencies: vite: ^2.0.0-beta.69 dependencies: @@ -7105,13 +7246,13 @@ packages: fast-glob: 3.2.5 magic-string: 0.25.7 minimatch: 3.0.4 - vite: 2.3.7 + vite: 2.3.8 transitivePeerDependencies: - supports-color dev: true - /vite-plugin-icons/0.6.2_a9a7e3ca1b4e58c59b2efb91be862084: - resolution: {integrity: sha512-FBaU06VtdXUWVwyxPhyjEfvWDWZh81V1a4KU3jb3gr5ocxN/piefcunrHfqUWvphwF51mi2gWpX9VoIOSj6gIw==} + /vite-plugin-icons/0.6.3_ea48bed3bf943dac25809d70fe34a700: + resolution: {integrity: sha512-h+DNh9xMBhISNBZ/broslVRk/DbgDXV71u2Ienoz8G0W81+tzbtPHsE6imnwqW93h0qtS1VnVyOQlqsKcheLtw==} peerDependencies: '@iconify/json': '*' '@vue/compiler-sfc': ^3.0.2 @@ -7122,42 +7263,42 @@ packages: vue-template-compiler: optional: true dependencies: - '@iconify/json': 1.1.355 + '@iconify/json': 1.1.359 '@iconify/json-tools': 1.0.10 - '@vue/compiler-sfc': 3.1.1_vue@3.1.1 + '@vue/compiler-sfc': 3.1.2_vue@3.1.2 vue-template-es2015-compiler: 1.9.1 dev: true - /vite-plugin-md/0.6.7_vite@2.3.7: + /vite-plugin-md/0.6.7_vite@2.3.8: resolution: {integrity: sha512-R9i61r1y6gfelJKtHiHkw6NOkucFzGRgy7VL7bqMufiSh1UNyYKZrpiQtagzavpBlJSVk34lfEyfyKpQyeuocQ==} peerDependencies: vite: ^2.0.0 dependencies: gray-matter: 4.0.3 markdown-it: 12.0.6 - vite: 2.3.7 + vite: 2.3.8 dev: true - /vite-plugin-pages/0.13.1_vite@2.3.7+vue@3.1.1: - resolution: {integrity: sha512-kQoVuzFhEDhJ1b7nv95vBr/M0FOGqaO4NY/uvh+9DRUAZ/Sv3pim7RbPao0L4XEqtBdxqD8Xckyk59acd6nX5w==} + /vite-plugin-pages/0.13.2_058d47cd7cb9cc2380f170e9769de20e: + resolution: {integrity: sha512-29UqxaahZu8RNCfCmoJJBL5nSx5iYoI+yesjyEqtqeqiUFJh8Z/cHeFCj9m66gmCDTQoaXCI+impvoSeS56usw==} peerDependencies: + '@vue/compiler-sfc': ^3.0.0 vite: ^2.0.0 vue: ^3.0.0 dependencies: - '@vue/compiler-sfc': 3.1.1_vue@3.1.1 - chalk: 4.1.1 + '@vue/compiler-sfc': 3.1.2_vue@3.1.2 debug: 4.3.2 deep-equal: 2.0.5 fast-glob: 3.2.5 json5: 2.2.0 - vite: 2.3.7 - vue: 3.1.1 - yaml: 2.0.0-5 + vite: 2.3.8 + vue: 3.1.2 + yaml: 2.0.0-6 transitivePeerDependencies: - supports-color dev: true - /vite-plugin-pwa/0.8.1_vite@2.3.7: + /vite-plugin-pwa/0.8.1_vite@2.3.8: resolution: {integrity: sha512-Hrfz+NpZ6yroVm5yiCWQ1N9HX9o6H/CCyg7ZHiaP3ZZC29a0Z9lqnnicEAhZMLkVPJqHM60wowL0EJkyOVyxBg==} peerDependencies: vite: ^2.0.0 @@ -7166,7 +7307,7 @@ packages: fast-glob: 3.2.5 pretty-bytes: 5.6.0 rollup: 2.51.2 - vite: 2.3.7 + vite: 2.3.8 workbox-build: 6.1.5 workbox-window: 6.1.5 transitivePeerDependencies: @@ -7174,7 +7315,7 @@ packages: - supports-color dev: true - /vite-plugin-vue-layouts/0.3.1_vite@2.3.7: + /vite-plugin-vue-layouts/0.3.1_vite@2.3.8: resolution: {integrity: sha512-Chw+gEJX51+vwikWIp2R3GbBIkSQFi0CdOBKTqAktn+thVWn4mleE2pbdr2jM2Ylc0lL2bm/NpOHE0Pe6YUGqg==} peerDependencies: vite: ^2.2.3 @@ -7182,29 +7323,29 @@ packages: '@vue/compiler-sfc': 3.0.11_vue@3.0.11 debug: 4.3.2 fast-glob: 3.2.5 - vite: 2.3.7 + vite: 2.3.8 vue: 3.0.11 vue-router: 4.0.8_vue@3.0.11 transitivePeerDependencies: - supports-color dev: true - /vite-plugin-windicss/1.0.3_vite@2.3.7: - resolution: {integrity: sha512-y9pudcMajdI88PTs49qGftlfAvsLUUhK2Eig+xn5sgxPCbAc3Rj5phXJkRzGDqfmEzGwbpF6JwjmiGmZkm8V+g==} + /vite-plugin-windicss/1.1.0_vite@2.3.8: + resolution: {integrity: sha512-vb8jwOlLGCzHcAfh7gtBa/+gioTXmcJYqACoHhaDD1MEwMB55qTODJckvi1eeQ74yV4uBTizOCRrucY+gI2xAg==} peerDependencies: vite: ^2.0.1 dependencies: - '@windicss/plugin-utils': 1.0.3 + '@windicss/plugin-utils': 1.1.0 chalk: 4.1.1 debug: 4.3.2 - vite: 2.3.7 + vite: 2.3.8 windicss: 3.1.3 transitivePeerDependencies: - supports-color dev: true - /vite-ssg/0.11.2_c1e257fab671cbbd11573fb31258aea9: - resolution: {integrity: sha512-OQk950M8RQCxBdm1IRO75keAf/Dkv9OmqnK6ZtwXxaNgr9qnKK0A8H9pybrhp5CNDnndyBUZ2ll3QNb/KuGzcQ==} + /vite-ssg/0.11.4_008cd22a2ff0d6dfd44b78bd52fc2395: + resolution: {integrity: sha512-JVq45h5IRGxYpHu2yjLdWKAUaTISXrWKjPPDHetNVhP8wp/MGZ1gYhns9XOSfYfLbWSMQgDIjbANAS9XzE/X3Q==} engines: {node: '>=14.0.0'} hasBin: true peerDependencies: @@ -7215,17 +7356,17 @@ packages: vue: ^3.0.4 vue-router: ^4.0.1 dependencies: - '@vue/compiler-sfc': 3.1.1_vue@3.1.1 - '@vue/server-renderer': 3.1.1_vue@3.1.1 - '@vueuse/head': 0.6.0_vue@3.1.1 + '@vue/compiler-sfc': 3.1.2_vue@3.1.2 + '@vue/server-renderer': 3.1.2_vue@3.1.2 + '@vueuse/head': 0.6.0_vue@3.1.2 chalk: 4.1.1 fs-extra: 10.0.0 html-minifier: 4.0.0 jsdom: 16.6.0 - prettier: 2.3.0 - vite: 2.3.7 - vue: 3.1.1 - vue-router: 4.0.8_vue@3.1.1 + prettier: 2.3.1 + vite: 2.3.8 + vue: 3.1.2 + vue-router: 4.0.10_vue@3.1.2 yargs: 17.0.1 transitivePeerDependencies: - bufferutil @@ -7234,15 +7375,15 @@ packages: - utf-8-validate dev: true - /vite/2.3.7: - resolution: {integrity: sha512-Y0xRz11MPYu/EAvzN94+FsOZHbSvO6FUvHv127CyG7mV6oDoay2bw+g5y9wW3Blf8OY3chaz3nc/DcRe1IQ3Nw==} + /vite/2.3.8: + resolution: {integrity: sha512-QiEx+iqNnJntSgSF2fWRQvRey9pORIrtNJzNyBJXwc+BdzWs83FQolX84cTBo393cfhObrtWa6180dAa4NLDiQ==} engines: {node: '>=12.0.0'} hasBin: true dependencies: - esbuild: 0.12.5 - postcss: 8.3.0 + esbuild: 0.12.9 + postcss: 8.3.5 resolve: 1.20.0 - rollup: 2.50.4 + rollup: 2.51.2 optionalDependencies: fsevents: 2.3.2 dev: true @@ -7363,7 +7504,7 @@ packages: resolution: {integrity: sha512-jkjy6pjU1fxUvI51P+gCsxg1u2n8LSt0W6KrCNQceaziKzff74GoWmjVG46KieVzybO1sttPQmYfrwSHey7GUA==} dev: true - /vscode-vue-languageservice/0.25.22_vue@3.1.1: + /vscode-vue-languageservice/0.25.22_vue@3.1.2: resolution: {integrity: sha512-g9AipU1T7AON/rAJ5+pyYmWZD/V+0CTSqRSPMaK/eRaYxLNfrXXLgankoNhqP5XyHFQsYbxMJ6mAg3d0Vy3WZw==} dependencies: '@starptech/prettyhtml': 0.10.0 @@ -7372,10 +7513,10 @@ packages: '@volar/shared': 0.25.22 '@volar/source-map': 0.25.22 '@volar/transforms': 0.25.22 - '@vue/compiler-dom': 3.1.1 - '@vue/compiler-sfc': 3.1.1_vue@3.1.1 - '@vue/reactivity': 3.0.11 - '@vue/shared': 3.1.1 + '@vue/compiler-dom': 3.1.2 + '@vue/compiler-sfc': 3.1.2_vue@3.1.2 + '@vue/reactivity': 3.1.1 + '@vue/shared': 3.1.2 jsonc-parser: 3.0.0 prettier: 1.19.1 request-light: 0.4.0 @@ -7392,7 +7533,7 @@ packages: - vue dev: true - /vue-demi/0.9.1_vue@3.1.1: + /vue-demi/0.9.1_vue@3.1.2: resolution: {integrity: sha512-7s1lufRD2l369eFWPjgLvhqCRk0XzGWJsQc7K4q+0mZtixyGIvsK1Cg88P4NcaRIEiBuuN4q1NN4SZKFKwQswA==} hasBin: true requiresBuild: true @@ -7403,17 +7544,17 @@ packages: '@vue/composition-api': optional: true dependencies: - vue: 3.1.1 + vue: 3.1.2 dev: false - /vue-eslint-parser/7.6.0_eslint@7.28.0: + /vue-eslint-parser/7.6.0_eslint@7.29.0: resolution: {integrity: sha512-QXxqH8ZevBrtiZMZK0LpwaMfevQi9UL7lY6Kcp+ogWHC88AuwUPwwCIzkOUc1LR4XsYAt/F9yHXAB/QoD17QXA==} engines: {node: '>=8.10'} peerDependencies: eslint: '>=5.0.0' dependencies: debug: 4.3.1 - eslint: 7.28.0 + eslint: 7.29.0 eslint-scope: 5.1.1 eslint-visitor-keys: 1.3.0 espree: 6.2.1 @@ -7423,7 +7564,7 @@ packages: - supports-color dev: true - /vue-i18n/9.1.6_vue@3.1.1: + /vue-i18n/9.1.6_vue@3.1.2: resolution: {integrity: sha512-FEC4HZkTH6QRIu/A0wlo0VS/GH3w/fuCC6xfvoC8IyhhtbG9A+go9NfW+HZ1ZXdAcO4EWcVQi04M+iSwuxgixw==} engines: {node: '>= 10'} peerDependencies: @@ -7433,7 +7574,16 @@ packages: '@intlify/shared': 9.1.6 '@intlify/vue-devtools': 9.1.6 '@vue/devtools-api': 6.0.0-beta.12 - vue: 3.1.1 + vue: 3.1.2 + dev: false + + /vue-router/4.0.10_vue@3.1.2: + resolution: {integrity: sha512-YbPf6QnZpyyWfnk7CUt2Bme+vo7TLfg1nGZNkvYqKYh4vLaFw6Gn8bPGdmt5m4qrGnKoXLqc4htAsd3dIukICA==} + peerDependencies: + vue: ^3.0.0 + dependencies: + '@vue/devtools-api': 6.0.0-beta.14 + vue: 3.1.2 dev: false /vue-router/4.0.8_vue@3.0.11: @@ -7445,24 +7595,18 @@ packages: vue: 3.0.11 dev: true - /vue-router/4.0.8_vue@3.1.1: - resolution: {integrity: sha512-42mWSQaH7CCBQDspQTHv63f34VEnZC20g9QNK4WJ/zW8SdIUeT6TQ2i/78fjF/pVBUPLBWrGhvB7uDnaz7O/pA==} - peerDependencies: - vue: ^3.0.0 - dependencies: - '@vue/devtools-api': 6.0.0-beta.12 - vue: 3.1.1 - dev: false - /vue-template-es2015-compiler/1.9.1: resolution: {integrity: sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==} dev: true - /vue-tsc/0.1.7_vue@3.1.1: - resolution: {integrity: sha512-wQfgo8ZAaBN5mo27cRYQUnOsgR6UIp197w1cNlgukzaD3Mj/GEjwAPuZ6hxpIZiPewLRKNp60SpPM78iuexHQg==} + /vue-tsc/0.2.0_typescript@4.3.4+vue@3.1.2: + resolution: {integrity: sha512-PNnK3hxMwi1k5UmXyZq2Nv/fprgne3V1oyh5pWzkLPI5XMd2+ed4N4pFF/cyziXw5SDYDYnrw+Nkt5o/cUXTnw==} hasBin: true + peerDependencies: + typescript: '*' dependencies: - vscode-vue-languageservice: 0.25.22_vue@3.1.1 + typescript: 4.3.4 + vscode-vue-languageservice: 0.25.22_vue@3.1.2 transitivePeerDependencies: - vue dev: true @@ -7475,12 +7619,12 @@ packages: '@vue/shared': 3.0.11 dev: true - /vue/3.1.1: - resolution: {integrity: sha512-j9fj3PNPMxo2eqOKYjMuss9XBS8ZtmczLY3kPvjcp9d3DbhyNqLYbaMQH18+1pDIzzVvQCQBvIf774LsjjqSKA==} + /vue/3.1.2: + resolution: {integrity: sha512-q/rbKpb7aofax4ugqu2k/uj7BYuNPcd6Z5/qJtfkJQsE0NkwVoCyeSh7IZGH61hChwYn3CEkh4bHolvUPxlQ+w==} dependencies: - '@vue/compiler-dom': 3.1.1 - '@vue/runtime-dom': 3.1.1 - '@vue/shared': 3.1.1 + '@vue/compiler-dom': 3.1.2 + '@vue/runtime-dom': 3.1.2 + '@vue/shared': 3.1.2 dev: false /w3c-hr-time/1.0.2: @@ -7607,8 +7751,8 @@ packages: resolution: {integrity: sha512-RNGKj82nUPg3g5ygxkQl0R937xLyho1J24ItRCBTr/m1YnZkzJy1hUiHUJrc/VlsDQzsCnInEGSg3bci0Lmd4w==} engines: {node: '>= 10.0.0'} dependencies: - '@babel/parser': 7.14.4 - '@babel/types': 7.14.4 + '@babel/parser': 7.14.5 + '@babel/types': 7.14.5 assert-never: 1.2.1 babel-walk: 3.0.0-canary-5 dev: true @@ -7851,9 +7995,9 @@ packages: engines: {node: '>= 6'} dev: true - /yaml/2.0.0-5: - resolution: {integrity: sha512-qH5L5eqW8cyv/N1U6rkK/O0M7kOK3BSo48d05Ptm03ITNsVFwg6TQ47wR72Db/ULWH5RfNJv+CqnG17Pyn8eqQ==} - engines: {node: '>= 10'} + /yaml/2.0.0-6: + resolution: {integrity: sha512-YPUm0Z0sei53zauT7HWkkxyIBJhb9Gnf5jv4w4ahw5/v3PjFGhZOt4paXH6g9hzcMJqmNxZwoGfF1JzE2jvSgg==} + engines: {node: '>= 12'} dev: true /yargs-parser/10.1.0: diff --git a/vite.config.ts b/vite.config.ts index 52a9056..87590e6 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -10,6 +10,7 @@ import WindiCSS from 'vite-plugin-windicss' import { VitePWA } from 'vite-plugin-pwa' import VueI18n from '@intlify/vite-plugin-vue-i18n' import Prism from 'markdown-it-prism' +// @ts-expect-error missing types import LinkAttributes from 'markdown-it-link-attributes' export default defineConfig({