diff --git a/components.d.ts b/components.d.ts index ee265c4..228d0d0 100644 --- a/components.d.ts +++ b/components.d.ts @@ -8,7 +8,9 @@ declare module 'vue' { CarbonLanguage: typeof import('virtual:vite-icons/carbon/language')['default'] CarbonLogoGithub: typeof import('virtual:vite-icons/carbon/logo-github')['default'] CarbonMoon: typeof import('virtual:vite-icons/carbon/moon')['default'] + CarbonPedestrian: typeof import('virtual:vite-icons/carbon/pedestrian')['default'] CarbonSun: typeof import('virtual:vite-icons/carbon/sun')['default'] + CarbonWarning: typeof import('virtual:vite-icons/carbon/warning')['default'] Footer: typeof import('./src/components/Footer.vue')['default'] README: typeof import('./src/components/README.md')['default'] } diff --git a/package.json b/package.json index 2c3a896..9cc3ca7 100644 --- a/package.json +++ b/package.json @@ -7,38 +7,38 @@ "preview-https": "serve dist" }, "dependencies": { - "@vueuse/core": "^5.0.3", + "@vueuse/core": "^5.1.2", "@vueuse/head": "^0.6.0", "nprogress": "^0.2.0", "prism-theme-vars": "^0.2.2", - "vue": "^3.1.3", + "vue": "^3.1.4", "vue-i18n": "^9.1.6", "vue-router": "^4.0.10" }, "devDependencies": { - "@antfu/eslint-config": "^0.6.6", + "@antfu/eslint-config": "^0.7.0", "@iconify/json": "^1.1.368", - "@intlify/vite-plugin-vue-i18n": "^2.3.0", + "@intlify/vite-plugin-vue-i18n": "^2.3.1", "@types/nprogress": "^0.2.0", - "@typescript-eslint/eslint-plugin": "^4.28.1", + "@typescript-eslint/eslint-plugin": "^4.28.2", "@vitejs/plugin-vue": "^1.2.4", - "@vue/compiler-sfc": "^3.1.3", - "@vue/server-renderer": "^3.1.3", + "@vue/compiler-sfc": "^3.1.4", + "@vue/server-renderer": "^3.1.4", "cross-env": "^7.0.3", - "eslint": "^7.29.0", + "eslint": "^7.30.0", "https-localhost": "^4.6.5", "markdown-it-link-attributes": "^3.0.0", - "markdown-it-prism": "^2.1.7", + "markdown-it-prism": "^2.1.8", "pnpm": "^6.9.1", "typescript": "^4.3.5", - "vite": "^2.3.8", - "vite-plugin-components": "^0.12.0", - "vite-plugin-icons": "^0.6.3", + "vite": "^2.4.1", + "vite-plugin-components": "^0.12.1", + "vite-plugin-icons": "^0.6.4", "vite-plugin-md": "^0.6.7", - "vite-plugin-pages": "^0.14.8", + "vite-plugin-pages": "^0.14.9", "vite-plugin-pwa": "^0.8.1", "vite-plugin-vue-layouts": "^0.3.1", - "vite-plugin-windicss": "^1.2.0", + "vite-plugin-windicss": "^1.2.3", "vite-ssg": "^0.11.4", "vue-tsc": "^0.2.0" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 735a661..9c9d462 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2,146 +2,146 @@ lockfileVersion: 5.3 specifiers: '@antfu/eslint-config': ^0.6.6 - '@iconify/json': ^1.1.368 - '@intlify/vite-plugin-vue-i18n': ^2.3.0 + '@iconify/json': ^1.1.369 + '@intlify/vite-plugin-vue-i18n': ^2.3.1 '@types/nprogress': ^0.2.0 '@typescript-eslint/eslint-plugin': ^4.28.1 '@vitejs/plugin-vue': ^1.2.4 - '@vue/compiler-sfc': ^3.1.3 - '@vue/server-renderer': ^3.1.3 + '@vue/compiler-sfc': ^3.1.4 + '@vue/server-renderer': ^3.1.4 '@vueuse/core': ^5.0.3 '@vueuse/head': ^0.6.0 cross-env: ^7.0.3 - eslint: ^7.29.0 + eslint: ^7.30.0 https-localhost: ^4.6.5 markdown-it-link-attributes: ^3.0.0 - markdown-it-prism: ^2.1.7 + markdown-it-prism: ^2.1.8 nprogress: ^0.2.0 pnpm: ^6.9.1 prism-theme-vars: ^0.2.2 typescript: ^4.3.5 vite: ^2.3.8 vite-plugin-components: ^0.12.0 - vite-plugin-icons: ^0.6.3 + vite-plugin-icons: ^0.6.4 vite-plugin-md: ^0.6.7 vite-plugin-pages: ^0.14.8 vite-plugin-pwa: ^0.8.1 vite-plugin-vue-layouts: ^0.3.1 vite-plugin-windicss: ^1.2.0 vite-ssg: ^0.11.4 - vue: ^3.1.3 + vue: ^3.1.4 vue-i18n: ^9.1.6 vue-router: ^4.0.10 vue-tsc: ^0.2.0 dependencies: - '@vueuse/core': 5.0.3_vue@3.1.3 - '@vueuse/head': 0.6.0_vue@3.1.3 + '@vueuse/core': 5.0.3_vue@3.1.4 + '@vueuse/head': 0.6.0_vue@3.1.4 nprogress: 0.2.0 prism-theme-vars: 0.2.2 - vue: 3.1.3 - vue-i18n: 9.1.6_vue@3.1.3 - vue-router: 4.0.10_vue@3.1.3 + vue: 3.1.4 + vue-i18n: 9.1.6_vue@3.1.4 + vue-router: 4.0.10_vue@3.1.4 devDependencies: - '@antfu/eslint-config': 0.6.6_eslint@7.29.0+typescript@4.3.5 - '@iconify/json': 1.1.368 - '@intlify/vite-plugin-vue-i18n': 2.3.0_vite@2.3.8+vue-i18n@9.1.6 + '@antfu/eslint-config': 0.6.6_eslint@7.30.0+typescript@4.3.5 + '@iconify/json': 1.1.369 + '@intlify/vite-plugin-vue-i18n': 2.3.1_vite@2.3.8+vue-i18n@9.1.6 '@types/nprogress': 0.2.0 - '@typescript-eslint/eslint-plugin': 4.28.1_eslint@7.29.0+typescript@4.3.5 - '@vitejs/plugin-vue': 1.2.4_@vue+compiler-sfc@3.1.3 - '@vue/compiler-sfc': 3.1.3_vue@3.1.3 - '@vue/server-renderer': 3.1.3_vue@3.1.3 + '@typescript-eslint/eslint-plugin': 4.28.1_eslint@7.30.0+typescript@4.3.5 + '@vitejs/plugin-vue': 1.2.4_@vue+compiler-sfc@3.1.4 + '@vue/compiler-sfc': 3.1.4_vue@3.1.4 + '@vue/server-renderer': 3.1.4_vue@3.1.4 cross-env: 7.0.3 - eslint: 7.29.0 + eslint: 7.30.0 https-localhost: 4.6.5 markdown-it-link-attributes: 3.0.0 - markdown-it-prism: 2.1.7 + markdown-it-prism: 2.1.8 pnpm: 6.9.1 typescript: 4.3.5 vite: 2.3.8 vite-plugin-components: 0.12.0_vite@2.3.8 - vite-plugin-icons: 0.6.3_04c365d2f025c774303a6a7aa9bb4144 + vite-plugin-icons: 0.6.4_6e296531fbf664a5eb913b327fa48fa1 vite-plugin-md: 0.6.7_vite@2.3.8 vite-plugin-pages: 0.14.8_vite@2.3.8 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.2.0_vite@2.3.8 - vite-ssg: 0.11.4_20735281d8508c15fd151667833dbe4d - vue-tsc: 0.2.0_typescript@4.3.5+vue@3.1.3 + vite-ssg: 0.11.4_0dabf09deacd9998313be9e108cf83b5 + vue-tsc: 0.2.0_typescript@4.3.5+vue@3.1.4 packages: - /@antfu/eslint-config-basic/0.6.6_eslint@7.29.0: + /@antfu/eslint-config-basic/0.6.6_eslint@7.30.0: resolution: {integrity: sha512-cfC575hdK4nzTUcfUr9Z838oxhIaWsyCA8pgarrYf/8iUc7ldg9CtDNgqWVelhTNOjzB41C/T5rzFVT61GhNrQ==} peerDependencies: eslint: '>=7.4.0' dependencies: - eslint: 7.29.0 - eslint-config-standard: 16.0.3_9f68ba62c26649bf083b5a39fb78b278 - eslint-plugin-eslint-comments: 3.2.0_eslint@7.29.0 + eslint: 7.30.0 + eslint-config-standard: 16.0.3_f0d343c63d41c49f9cb588b94f7615a0 + eslint-plugin-eslint-comments: 3.2.0_eslint@7.30.0 eslint-plugin-html: 6.1.2 - 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-import: 2.23.3_eslint@7.30.0 + eslint-plugin-jsonc: 1.2.1_eslint@7.30.0 + eslint-plugin-node: 11.1.0_eslint@7.30.0 eslint-plugin-promise: 4.3.1 - eslint-plugin-unicorn: 28.0.2_eslint@7.29.0 - eslint-plugin-yml: 0.8.1_eslint@7.29.0 + eslint-plugin-unicorn: 28.0.2_eslint@7.30.0 + eslint-plugin-yml: 0.8.1_eslint@7.30.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.29.0+typescript@4.3.5: + /@antfu/eslint-config-react/0.6.6_eslint@7.30.0+typescript@4.3.5: resolution: {integrity: sha512-rZ6HjYqPQ9SBkg7kl2iYEAuy/x57g7HKVsNx1knQFrNUke5kevDspIG/RMDYtAgQOp4TdBIaa4YMtokMKnVeEw==} peerDependencies: eslint: '>=7.4.0' dependencies: - '@antfu/eslint-config-ts': 0.6.6_eslint@7.29.0+typescript@4.3.5 - eslint: 7.29.0 - eslint-plugin-react: 7.23.2_eslint@7.29.0 + '@antfu/eslint-config-ts': 0.6.6_eslint@7.30.0+typescript@4.3.5 + eslint: 7.30.0 + eslint-plugin-react: 7.23.2_eslint@7.30.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@antfu/eslint-config-ts/0.6.6_eslint@7.29.0+typescript@4.3.5: + /@antfu/eslint-config-ts/0.6.6_eslint@7.30.0+typescript@4.3.5: 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.29.0 - '@typescript-eslint/eslint-plugin': 4.26.1_6e9ff81067633f6d7651dc447ed908b4 - '@typescript-eslint/parser': 4.25.0_eslint@7.29.0+typescript@4.3.5 - eslint: 7.29.0 + '@antfu/eslint-config-basic': 0.6.6_eslint@7.30.0 + '@typescript-eslint/eslint-plugin': 4.26.1_e1d88f7faee62dee5d19df180650a2a9 + '@typescript-eslint/parser': 4.25.0_eslint@7.30.0+typescript@4.3.5 + eslint: 7.30.0 typescript: 4.3.5 transitivePeerDependencies: - supports-color dev: true - /@antfu/eslint-config-vue/0.6.6_eslint@7.29.0+typescript@4.3.5: + /@antfu/eslint-config-vue/0.6.6_eslint@7.30.0+typescript@4.3.5: resolution: {integrity: sha512-Y+MchfoDMc5w9iNPBnx5qZusjvdAMrcES6+aF8RCZBQwuVdRrDnFzbUJir+nNaCCo9yw44WrzoBlaormOlHyZg==} peerDependencies: eslint: '>=7.4.0' dependencies: - '@antfu/eslint-config-ts': 0.6.6_eslint@7.29.0+typescript@4.3.5 - eslint: 7.29.0 - eslint-plugin-vue: 7.7.0_eslint@7.29.0 + '@antfu/eslint-config-ts': 0.6.6_eslint@7.30.0+typescript@4.3.5 + eslint: 7.30.0 + eslint-plugin-vue: 7.7.0_eslint@7.30.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@antfu/eslint-config/0.6.6_eslint@7.29.0+typescript@4.3.5: + /@antfu/eslint-config/0.6.6_eslint@7.30.0+typescript@4.3.5: resolution: {integrity: sha512-MAAPqp6SNJdwPZQc/cOIvNTOL67IlLhGcEzTD/TH7SYohlX8RgPMvkU6scIYm1pPd3PXyq8zJ/fofgu6c3c7eA==} peerDependencies: eslint: '>=7.4.0' dependencies: - '@antfu/eslint-config-react': 0.6.6_eslint@7.29.0+typescript@4.3.5 - '@antfu/eslint-config-vue': 0.6.6_eslint@7.29.0+typescript@4.3.5 - eslint: 7.29.0 + '@antfu/eslint-config-react': 0.6.6_eslint@7.30.0+typescript@4.3.5 + '@antfu/eslint-config-vue': 0.6.6_eslint@7.30.0+typescript@4.3.5 + eslint: 7.30.0 transitivePeerDependencies: - supports-color - typescript @@ -227,7 +227,7 @@ packages: - supports-color dev: true - /@babel/eslint-parser/7.14.4_@babel+core@7.14.3+eslint@7.29.0: + /@babel/eslint-parser/7.14.4_@babel+core@7.14.3+eslint@7.30.0: resolution: {integrity: sha512-7CTckFLPBGEfCKqlrnJq2PIId3UmJ5hW+D4dsv/VvuA5DapgqyZFCttq+8oeRIJMZQizFIe5gel3xm2SbrqlYA==} engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} peerDependencies: @@ -235,7 +235,7 @@ packages: eslint: '>=7.5.0' dependencies: '@babel/core': 7.14.3 - eslint: 7.29.0 + eslint: 7.30.0 eslint-scope: 5.1.1 eslint-visitor-keys: 2.1.0 semver: 6.3.0 @@ -1478,7 +1478,7 @@ packages: engines: {node: ^10.12.0 || >=12.0.0} dependencies: ajv: 6.12.6 - debug: 4.3.1 + debug: 4.3.2 espree: 7.3.1 globals: 13.9.0 ignore: 4.0.6 @@ -1528,12 +1528,27 @@ packages: '@hapi/hoek': 8.5.1 dev: true + /@humanwhocodes/config-array/0.5.0: + resolution: {integrity: sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==} + engines: {node: '>=10.10.0'} + dependencies: + '@humanwhocodes/object-schema': 1.2.0 + debug: 4.3.2 + minimatch: 3.0.4 + transitivePeerDependencies: + - supports-color + dev: true + + /@humanwhocodes/object-schema/1.2.0: + resolution: {integrity: sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==} + dev: true + /@iconify/json-tools/1.0.10: resolution: {integrity: sha512-LFelJDOLZ6JHlmlAkgrvmcu4hpNPB91KYcr4f60D/exzU1eNOb4/KCVHIydGHIQFaOacIOD+Xy+B7P1z812cZg==} dev: true - /@iconify/json/1.1.368: - resolution: {integrity: sha512-hFAgS3FnIZ17gjWNIidmg8WvPcHDmfEn/mSpdGDz9/e32Bv3bdlJOgFja29hJA2JgF1eShhIs39Q1sisjlAuSg==} + /@iconify/json/1.1.369: + resolution: {integrity: sha512-v0LY1A4MZKElKuVjXeDEjf4Em7RSsudb8IsT030R8+aE/IR9Jw6nMcg82rs7TKN/Yo1j9p3P2D10dVwfeeio8w==} dev: true /@intlify/cli/0.5.0: @@ -1546,7 +1561,7 @@ packages: '@intlify/message-compiler': 9.1.6 '@intlify/shared': 9.1.6 chalk: 4.1.1 - debug: 4.3.1 + debug: 4.3.2 glob: 7.1.7 jsonc-eslint-parser: 1.0.1 source-map: 0.6.1 @@ -1604,8 +1619,8 @@ packages: resolution: {integrity: sha512-6MtsKulyfZxdD7OuxjaODjj8QWoHCnLFAk4wkWiHqBCa6UCTC0qXjtEeZ1MxpQihvFmmJZauBUu25EvtngW5qQ==} engines: {node: '>= 10'} - /@intlify/vite-plugin-vue-i18n/2.3.0_vite@2.3.8+vue-i18n@9.1.6: - resolution: {integrity: sha512-yjAr9aQ8DKSPkfj3kM+UdjH0ZHNWCaB4EVPAIx0A6hOA+k/2587RHwKWMXyYVs3Gwc6vEK3AooZk1z3LFYcWKg==} + /@intlify/vite-plugin-vue-i18n/2.3.1_vite@2.3.8+vue-i18n@9.1.6: + resolution: {integrity: sha512-MSm4F1WUyeKVIDjvtfQP9zz+/4Xlvvj4HCwmC4X42FvR7STpXhOqPtOwHgsoYrRdG1JxKenH1uVnXVE0IVVrvQ==} engines: {node: '>= 12'} peerDependencies: vite: ^2.3.6 @@ -1614,10 +1629,10 @@ packages: '@intlify/cli': 0.5.0 '@intlify/shared': 9.1.6 '@rollup/pluginutils': 4.1.0 - debug: 4.3.1 + debug: 4.3.2 fast-glob: 3.2.6 vite: 2.3.8 - vue-i18n: 9.1.6_vue@3.1.3 + vue-i18n: 9.1.6_vue@3.1.4 transitivePeerDependencies: - rollup - supports-color @@ -1907,7 +1922,7 @@ packages: '@types/vfile-message': 2.0.0 dev: true - /@typescript-eslint/eslint-plugin/4.26.1_6e9ff81067633f6d7651dc447ed908b4: + /@typescript-eslint/eslint-plugin/4.26.1_e1d88f7faee62dee5d19df180650a2a9: resolution: {integrity: sha512-aoIusj/8CR+xDWmZxARivZjbMBQTT9dImUtdZ8tVCVRXgBUuuZyM5Of5A9D9arQPxbi/0rlJLcuArclz/rCMJw==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: @@ -1918,11 +1933,11 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/experimental-utils': 4.26.1_eslint@7.29.0+typescript@4.3.5 - '@typescript-eslint/parser': 4.25.0_eslint@7.29.0+typescript@4.3.5 + '@typescript-eslint/experimental-utils': 4.26.1_eslint@7.30.0+typescript@4.3.5 + '@typescript-eslint/parser': 4.25.0_eslint@7.30.0+typescript@4.3.5 '@typescript-eslint/scope-manager': 4.26.1 debug: 4.3.1 - eslint: 7.29.0 + eslint: 7.30.0 functional-red-black-tree: 1.0.1 lodash: 4.17.21 regexpp: 3.1.0 @@ -1933,7 +1948,7 @@ packages: - supports-color dev: true - /@typescript-eslint/eslint-plugin/4.28.1_eslint@7.29.0+typescript@4.3.5: + /@typescript-eslint/eslint-plugin/4.28.1_eslint@7.30.0+typescript@4.3.5: resolution: {integrity: sha512-9yfcNpDaNGQ6/LQOX/KhUFTR1sCKH+PBr234k6hI9XJ0VP5UqGxap0AnNwBnWFk1MNyWBylJH9ZkzBXC+5akZQ==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: @@ -1944,10 +1959,10 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/experimental-utils': 4.28.1_eslint@7.29.0+typescript@4.3.5 + '@typescript-eslint/experimental-utils': 4.28.1_eslint@7.30.0+typescript@4.3.5 '@typescript-eslint/scope-manager': 4.28.1 debug: 4.3.1 - eslint: 7.29.0 + eslint: 7.30.0 functional-red-black-tree: 1.0.1 regexpp: 3.1.0 semver: 7.3.5 @@ -1957,7 +1972,7 @@ packages: - supports-color dev: true - /@typescript-eslint/experimental-utils/4.26.1_eslint@7.29.0+typescript@4.3.5: + /@typescript-eslint/experimental-utils/4.26.1_eslint@7.30.0+typescript@4.3.5: resolution: {integrity: sha512-sQHBugRhrXzRCs9PaGg6rowie4i8s/iD/DpTB+EXte8OMDfdCG5TvO73XlO9Wc/zi0uyN4qOmX9hIjQEyhnbmQ==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: @@ -1967,15 +1982,15 @@ packages: '@typescript-eslint/scope-manager': 4.26.1 '@typescript-eslint/types': 4.26.1 '@typescript-eslint/typescript-estree': 4.26.1_typescript@4.3.5 - eslint: 7.29.0 + eslint: 7.30.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@7.29.0 + eslint-utils: 3.0.0_eslint@7.30.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/experimental-utils/4.28.1_eslint@7.29.0+typescript@4.3.5: + /@typescript-eslint/experimental-utils/4.28.1_eslint@7.30.0+typescript@4.3.5: resolution: {integrity: sha512-n8/ggadrZ+uyrfrSEchx3jgODdmcx7MzVM2sI3cTpI/YlfSm0+9HEUaWw3aQn2urL2KYlWYMDgn45iLfjDYB+Q==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: @@ -1985,15 +2000,15 @@ packages: '@typescript-eslint/scope-manager': 4.28.1 '@typescript-eslint/types': 4.28.1 '@typescript-eslint/typescript-estree': 4.28.1_typescript@4.3.5 - eslint: 7.29.0 + eslint: 7.30.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@7.29.0 + eslint-utils: 3.0.0_eslint@7.30.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/parser/4.25.0_eslint@7.29.0+typescript@4.3.5: + /@typescript-eslint/parser/4.25.0_eslint@7.30.0+typescript@4.3.5: resolution: {integrity: sha512-OZFa1SKyEJpAhDx8FcbWyX+vLwh7OEtzoo2iQaeWwxucyfbi0mT4DijbOSsTgPKzGHr6GrF2V5p/CEpUH/VBxg==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: @@ -2007,7 +2022,7 @@ packages: '@typescript-eslint/types': 4.25.0 '@typescript-eslint/typescript-estree': 4.25.0_typescript@4.3.5 debug: 4.3.1 - eslint: 7.29.0 + eslint: 7.30.0 typescript: 4.3.5 transitivePeerDependencies: - supports-color @@ -2139,13 +2154,13 @@ packages: eslint-visitor-keys: 2.1.0 dev: true - /@vitejs/plugin-vue/1.2.4_@vue+compiler-sfc@3.1.3: + /@vitejs/plugin-vue/1.2.4_@vue+compiler-sfc@3.1.4: resolution: {integrity: sha512-D/3H9plevPQGgQGwmV6eecvOnooLTecPR63HPffVVWPEhbfvmtYLWgznzs456NBb2DItiRTCIa1yWxvGqC+I8A==} engines: {node: '>=12.0.0'} peerDependencies: '@vue/compiler-sfc': ^3.0.8 dependencies: - '@vue/compiler-sfc': 3.1.3_vue@3.1.3 + '@vue/compiler-sfc': 3.1.4_vue@3.1.4 dev: true /@volar/code-gen/0.25.22: @@ -2203,12 +2218,12 @@ packages: source-map: 0.6.1 dev: true - /@vue/compiler-core/3.1.3: - resolution: {integrity: sha512-I58MDtVa8AYEIa3waLO6/89JdmgpkDAEcL3Vrmlsbnt07KZ5sIGLqaXjzGrOT57j9s8ty0WTYlLQq2rWUVYGCg==} + /@vue/compiler-core/3.1.4: + resolution: {integrity: sha512-TnUz+1z0y74O/A4YKAbzsdUfamyHV73MihrEfvettWpm9bQKVoZd1nEmR1cGN9LsXWlwAvVQBetBlWdOjmQO5Q==} dependencies: '@babel/parser': 7.14.5 '@babel/types': 7.14.5 - '@vue/shared': 3.1.3 + '@vue/shared': 3.1.4 estree-walker: 2.0.2 source-map: 0.6.1 @@ -2226,11 +2241,11 @@ packages: '@vue/shared': 3.1.2 dev: true - /@vue/compiler-dom/3.1.3: - resolution: {integrity: sha512-BunLXKP+UvY1XJ0L6M7KD/De0XP+kOlIxFg3OfXtVQZcLLgnLcTgSK3t/ylvIpYJOadGaHhb+BfCK/hdqOVAyw==} + /@vue/compiler-dom/3.1.4: + resolution: {integrity: sha512-3tG2ScHkghhUBuFwl9KgyZhrS8CPFZsO7hUDekJgIp5b1OMkROr4AvxHu6rRMl4WkyvYkvidFNBS2VfOnwa6Kw==} dependencies: - '@vue/compiler-core': 3.1.3 - '@vue/shared': 3.1.3 + '@vue/compiler-core': 3.1.4 + '@vue/shared': 3.1.4 /@vue/compiler-sfc/3.0.11_vue@3.0.11: resolution: {integrity: sha512-7fNiZuCecRleiyVGUWNa6pn8fB2fnuJU+3AGjbjl7r1P5wBivfl02H4pG+2aJP5gh2u+0wXov1W38tfWOphsXw==} @@ -2256,7 +2271,7 @@ packages: vue: 3.0.11 dev: true - /@vue/compiler-sfc/3.1.2_vue@3.1.3: + /@vue/compiler-sfc/3.1.2_vue@3.1.4: resolution: {integrity: sha512-SeG/2+DvwejQ7oAiSx8BrDh5qOdqCYHGClPiTvVIHTfSIHiS2JjMbCANdDCjHkTOh/O7WZzo2JhdKm98bRBxTw==} peerDependencies: vue: 3.1.2 @@ -2278,21 +2293,21 @@ packages: postcss-modules: 4.0.0_postcss@8.3.5 postcss-selector-parser: 6.0.6 source-map: 0.6.1 - vue: 3.1.3 + vue: 3.1.4 dev: true - /@vue/compiler-sfc/3.1.3_vue@3.1.3: - resolution: {integrity: sha512-WpQ0oHMT5Aeb92UBnYCOxfHwdOGFZJ+BUyFiu2rG6TTDuw+aPNHCsFxvi55eG+2P7uiqRFK03lc0mGh3v8OVmw==} + /@vue/compiler-sfc/3.1.4_vue@3.1.4: + resolution: {integrity: sha512-4KDQg60Khy3SgnF+V/TB2NZqzmM4TyGRmzsxqG1SebGdMSecCweFDSlI/F1vDYk6dKiCHgmpoT9A1sLxswkJ0A==} peerDependencies: - vue: 3.1.3 + vue: 3.1.4 dependencies: '@babel/parser': 7.14.5 '@babel/types': 7.14.5 '@types/estree': 0.0.48 - '@vue/compiler-core': 3.1.3 - '@vue/compiler-dom': 3.1.3 - '@vue/compiler-ssr': 3.1.3 - '@vue/shared': 3.1.3 + '@vue/compiler-core': 3.1.4 + '@vue/compiler-dom': 3.1.4 + '@vue/compiler-ssr': 3.1.4 + '@vue/shared': 3.1.4 consolidate: 0.16.0 estree-walker: 2.0.2 hash-sum: 2.0.0 @@ -2303,7 +2318,7 @@ packages: postcss-modules: 4.0.0_postcss@8.3.5 postcss-selector-parser: 6.0.6 source-map: 0.6.1 - vue: 3.1.3 + vue: 3.1.4 dev: true /@vue/compiler-ssr/3.0.11: @@ -2320,11 +2335,11 @@ packages: '@vue/shared': 3.1.2 dev: true - /@vue/compiler-ssr/3.1.3: - resolution: {integrity: sha512-dAktYBae3h9QWJoSKsrfrcZEjh4hwphDMWwj+ZwIkHBhEpyjdFLJks8MpxRjGMZzqz5vNyteVXkbOAaoiWPwwA==} + /@vue/compiler-ssr/3.1.4: + resolution: {integrity: sha512-Box8fCuCFPp0FuimIswjDkjwiSDCBkHvt/xVALyFkYCiIMWv2eR53fIjmlsnEHhcBuZ+VgRC+UanCTcKvSA1gA==} dependencies: - '@vue/compiler-dom': 3.1.3 - '@vue/shared': 3.1.3 + '@vue/compiler-dom': 3.1.4 + '@vue/shared': 3.1.4 dev: true /@vue/devtools-api/6.0.0-beta.12: @@ -2346,10 +2361,10 @@ packages: '@vue/shared': 3.1.1 dev: true - /@vue/reactivity/3.1.3: - resolution: {integrity: sha512-495ymt2nUp9yPQxp+iH+Ya+o2xFpprJY8tLbAdJO0TOkBfN3dErheNhvrq6i1a33/v6qGTFhnUkemU7Xar0NSQ==} + /@vue/reactivity/3.1.4: + resolution: {integrity: sha512-YDlgii2Cr9yAoKVZFzgY4j0mYlVT73986X3e5SPp6ifqckSEoFSUWXZK2Tb53TB/9qO29BEEbspnKD3m3wAwkA==} dependencies: - '@vue/shared': 3.1.3 + '@vue/shared': 3.1.4 dev: false /@vue/runtime-core/3.0.11: @@ -2359,11 +2374,11 @@ packages: '@vue/shared': 3.0.11 dev: true - /@vue/runtime-core/3.1.3: - resolution: {integrity: sha512-Bt6Dx7f91R0qDpHJ8VAlEYgKTXngka+el7Xw9xcNsFC9hv4K5QAJiL4UsxP4TjYPo6sZvj5gi06vvdQ3ODf7FQ==} + /@vue/runtime-core/3.1.4: + resolution: {integrity: sha512-qmVJgJuFxfT7M4qHQ4M6KqhKC66fjuswK+aBivE8dWiZ2rtIGl9gtJGpwqwjQEcKEBTOfvvrtrwBncYArJUO8Q==} dependencies: - '@vue/reactivity': 3.1.3 - '@vue/shared': 3.1.3 + '@vue/reactivity': 3.1.4 + '@vue/shared': 3.1.4 dev: false /@vue/runtime-dom/3.0.11: @@ -2374,22 +2389,22 @@ packages: csstype: 2.6.17 dev: true - /@vue/runtime-dom/3.1.3: - resolution: {integrity: sha512-BN04WyV2vmoeOLPm+N7xqUTa+3U51cR8GCLe0hQbK0xbA8a81vAEXTMnLNGdUYQT5sU8kBzwtowhmZb9vTvnRg==} + /@vue/runtime-dom/3.1.4: + resolution: {integrity: sha512-vbmwgTxku1BU87Kw7r29adv0OIrDXCW0PslOPQT0O/9R5SqcXgS94Yj6zsztDjvghegenwIAPNLlDR1Auh5s+w==} dependencies: - '@vue/runtime-core': 3.1.3 - '@vue/shared': 3.1.3 + '@vue/runtime-core': 3.1.4 + '@vue/shared': 3.1.4 csstype: 2.6.17 dev: false - /@vue/server-renderer/3.1.3_vue@3.1.3: - resolution: {integrity: sha512-ygPCxPP6lEniXLV9EXUsPS5B2VaaL5f1CWwbdynoug/d5odAwCS7M85RjQP9S+LNVBcX7sogoXSzI8/NxjWCgQ==} + /@vue/server-renderer/3.1.4_vue@3.1.4: + resolution: {integrity: sha512-STyvZLeoQwljTMqA94Zmlo20AEBOdF57nuIz0tw+fsJvkmLt3R9HEngvHPmB0Aht9XnVP9h7oG61/5luhsbfDA==} peerDependencies: - vue: 3.1.3 + vue: 3.1.4 dependencies: - '@vue/compiler-ssr': 3.1.3 - '@vue/shared': 3.1.3 - vue: 3.1.3 + '@vue/compiler-ssr': 3.1.4 + '@vue/shared': 3.1.4 + vue: 3.1.4 dev: true /@vue/shared/3.0.11: @@ -2404,31 +2419,31 @@ packages: resolution: {integrity: sha512-EmH/poaDWBPJaPILXNI/1fvUbArJQmmTyVCwvvyDYDFnkPoTclAbHRAtyIvqfez7jybTDn077HTNILpxlsoWhg==} dev: true - /@vue/shared/3.1.3: - resolution: {integrity: sha512-uGBX4bZVFvgranxzpH3q1gGmICUjEUnNrMIBFeZRw8hBfCPhT+VnuY8+mG2l/yEyY73J9e6d36CtbFUqDXa12w==} + /@vue/shared/3.1.4: + resolution: {integrity: sha512-6O45kZAmkLvzGLToBxEz4lR2W6kXohCtebV2UxjH9GXjd8X9AhEn68FN9eNanFtWNzvgw1hqd6HkPRVQalqf7Q==} - /@vueuse/core/5.0.3_vue@3.1.3: + /@vueuse/core/5.0.3_vue@3.1.4: resolution: {integrity: sha512-TMCL11EVMaj2Y5qdYosvuwA+i1aKrerFXs7fhNZiQiLCWxF8XsrNdxzoiaI2n12UcmSOXvd1xdyWs7Nss+p/Hg==} dependencies: - '@vueuse/shared': 5.0.3_vue@3.1.3 - vue-demi: 0.9.1_vue@3.1.3 + '@vueuse/shared': 5.0.3_vue@3.1.4 + vue-demi: 0.9.1_vue@3.1.4 transitivePeerDependencies: - '@vue/composition-api' - vue dev: false - /@vueuse/head/0.6.0_vue@3.1.3: + /@vueuse/head/0.6.0_vue@3.1.4: resolution: {integrity: sha512-fi7ZjkMpEAUtTT6iR5wgL2HkX1+3zbrmbpcwU//RgJIWEr5b42jk8E9yOheaC2dYAAHzelAllVpX0pDmhcTXuw==} peerDependencies: vue: '>=3' dependencies: - vue: 3.1.3 + vue: 3.1.4 dev: false - /@vueuse/shared/5.0.3_vue@3.1.3: + /@vueuse/shared/5.0.3_vue@3.1.4: resolution: {integrity: sha512-aY93WPygr8H/4RB8YuOmAD83Y+faq7zwW10Kd9i0kD9zf5ysVP+32j09rF/mZVtGCa0CSM8ambPZMsEhCkRbwQ==} dependencies: - vue-demi: 0.9.1_vue@3.1.3 + vue-demi: 0.9.1_vue@3.1.4 transitivePeerDependencies: - '@vue/composition-api' - vue @@ -3518,7 +3533,7 @@ packages: source-map: 0.6.1 dev: true - /eslint-config-standard/16.0.3_9f68ba62c26649bf083b5a39fb78b278: + /eslint-config-standard/16.0.3_f0d343c63d41c49f9cb588b94f7615a0: resolution: {integrity: sha512-x4fmJL5hGqNJKGHSjnLdgA6U6h1YW/G2dW9fA+cyVur4SK6lyue8+UgNKWlZtUDTXvgKDD/Oa3GQjmB5kjtVvg==} peerDependencies: eslint: ^7.12.1 @@ -3526,9 +3541,9 @@ packages: eslint-plugin-node: ^11.1.0 eslint-plugin-promise: ^4.2.1 || ^5.0.0 dependencies: - 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: 7.30.0 + eslint-plugin-import: 2.23.3_eslint@7.30.0 + eslint-plugin-node: 11.1.0_eslint@7.30.0 eslint-plugin-promise: 4.3.1 dev: true @@ -3547,25 +3562,25 @@ packages: pkg-dir: 2.0.0 dev: true - /eslint-plugin-es/3.0.1_eslint@7.29.0: + /eslint-plugin-es/3.0.1_eslint@7.30.0: resolution: {integrity: sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=4.19.1' dependencies: - eslint: 7.29.0 + eslint: 7.30.0 eslint-utils: 2.1.0 regexpp: 3.1.0 dev: true - /eslint-plugin-eslint-comments/3.2.0_eslint@7.29.0: + /eslint-plugin-eslint-comments/3.2.0_eslint@7.30.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.29.0 + eslint: 7.30.0 ignore: 5.1.8 dev: true @@ -3575,7 +3590,7 @@ packages: htmlparser2: 6.1.0 dev: true - /eslint-plugin-import/2.23.3_eslint@7.29.0: + /eslint-plugin-import/2.23.3_eslint@7.30.0: resolution: {integrity: sha512-wDxdYbSB55F7T5CC7ucDjY641VvKmlRwT0Vxh7PkY1mI4rclVRFWYfsrjDgZvwYYDZ5ee0ZtfFKXowWjqvEoRQ==} engines: {node: '>=4'} peerDependencies: @@ -3585,7 +3600,7 @@ packages: array.prototype.flat: 1.2.4 debug: 2.6.9 doctrine: 2.1.0 - eslint: 7.29.0 + eslint: 7.30.0 eslint-import-resolver-node: 0.3.4 eslint-module-utils: 2.6.1 find-up: 2.1.0 @@ -3599,25 +3614,25 @@ packages: tsconfig-paths: 3.9.0 dev: true - /eslint-plugin-jsonc/1.2.1_eslint@7.29.0: + /eslint-plugin-jsonc/1.2.1_eslint@7.30.0: resolution: {integrity: sha512-m7o4gaNKojSwRJDNP0/7HK1vGfGgynX6DeTHTXhYGxWn2DB8E2RU5jeK95CYw1/mwej4ku2Xd9Tevn6WOlI6Dg==} peerDependencies: eslint: ^5.0.0 || >=6.0.0 dependencies: - eslint: 7.29.0 + eslint: 7.30.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.29.0: + /eslint-plugin-node/11.1.0_eslint@7.30.0: resolution: {integrity: sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=5.16.0' dependencies: - eslint: 7.29.0 - eslint-plugin-es: 3.0.1_eslint@7.29.0 + eslint: 7.30.0 + eslint-plugin-es: 3.0.1_eslint@7.30.0 eslint-utils: 2.1.0 ignore: 5.1.8 minimatch: 3.0.4 @@ -3630,7 +3645,7 @@ packages: engines: {node: '>=6'} dev: true - /eslint-plugin-react/7.23.2_eslint@7.29.0: + /eslint-plugin-react/7.23.2_eslint@7.30.0: resolution: {integrity: sha512-AfjgFQB+nYszudkxRkTFu0UR1zEQig0ArVMPloKhxwlwkzaw/fBiH0QWcBBhZONlXqQC51+nfqFrkn4EzHcGBw==} engines: {node: '>=4'} peerDependencies: @@ -3639,7 +3654,7 @@ packages: array-includes: 3.1.3 array.prototype.flatmap: 1.2.4 doctrine: 2.1.0 - eslint: 7.29.0 + eslint: 7.30.0 has: 1.0.3 jsx-ast-utils: 3.2.0 minimatch: 3.0.4 @@ -3651,7 +3666,7 @@ packages: string.prototype.matchall: 4.0.5 dev: true - /eslint-plugin-unicorn/28.0.2_eslint@7.29.0: + /eslint-plugin-unicorn/28.0.2_eslint@7.30.0: resolution: {integrity: sha512-k4AoFP7n8/oq6lBXkdc9Flid6vw2B8j7aXFCxgzJCyKvmaKrCUFb1TFPhG9eSJQFZowqmymMPRtl8oo9NKLUbw==} engines: {node: '>=10'} peerDependencies: @@ -3659,8 +3674,8 @@ packages: dependencies: ci-info: 2.0.0 clean-regexp: 1.0.0 - eslint: 7.29.0 - eslint-template-visitor: 2.3.2_eslint@7.29.0 + eslint: 7.30.0 + eslint-template-visitor: 2.3.2_eslint@7.30.0 eslint-utils: 2.1.0 eslint-visitor-keys: 2.1.0 import-modules: 2.1.0 @@ -3675,28 +3690,28 @@ packages: - supports-color dev: true - /eslint-plugin-vue/7.7.0_eslint@7.29.0: + /eslint-plugin-vue/7.7.0_eslint@7.30.0: resolution: {integrity: sha512-mYz4bpLGv5jx6YG/GvKkqbGSfV7uma2u1P3mLA41Q5vQl8W1MeuTneB8tfsLq6xxxesFubcrOC0BZBJ5R+eaCQ==} engines: {node: '>=8.10'} peerDependencies: eslint: ^6.2.0 || ^7.0.0 dependencies: - eslint: 7.29.0 + eslint: 7.30.0 eslint-utils: 2.1.0 natural-compare: 1.4.0 semver: 7.3.5 - vue-eslint-parser: 7.6.0_eslint@7.29.0 + vue-eslint-parser: 7.6.0_eslint@7.30.0 transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-yml/0.8.1_eslint@7.29.0: + /eslint-plugin-yml/0.8.1_eslint@7.30.0: resolution: {integrity: sha512-Cmqj/8eUoQ3ryesaOgsS2wdhYJJ6NCCBiO1BtCMZ8d3LRvnW0J2aImfiAtgqkpXEbmfL8P9wI1FqxSVOdujbSA==} peerDependencies: eslint: '>=6.0.0' dependencies: debug: 4.3.1 - eslint: 7.29.0 + eslint: 7.30.0 lodash: 4.17.21 natural-compare: 1.4.0 yaml-eslint-parser: 0.3.2 @@ -3712,14 +3727,14 @@ packages: estraverse: 4.3.0 dev: true - /eslint-template-visitor/2.3.2_eslint@7.29.0: + /eslint-template-visitor/2.3.2_eslint@7.30.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.29.0 - eslint: 7.29.0 + '@babel/eslint-parser': 7.14.4_@babel+core@7.14.3+eslint@7.30.0 + eslint: 7.30.0 eslint-visitor-keys: 2.1.0 esquery: 1.4.0 multimap: 1.1.0 @@ -3734,13 +3749,13 @@ packages: eslint-visitor-keys: 1.3.0 dev: true - /eslint-utils/3.0.0_eslint@7.29.0: + /eslint-utils/3.0.0_eslint@7.30.0: resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} peerDependencies: eslint: '>=5' dependencies: - eslint: 7.29.0 + eslint: 7.30.0 eslint-visitor-keys: 2.1.0 dev: true @@ -3754,17 +3769,18 @@ packages: engines: {node: '>=10'} dev: true - /eslint/7.29.0: - resolution: {integrity: sha512-82G/JToB9qIy/ArBzIWG9xvvwL3R86AlCjtGw+A29OMZDqhTybz/MByORSukGxeI+YPCR4coYyITKk8BFH9nDA==} + /eslint/7.30.0: + resolution: {integrity: sha512-VLqz80i3as3NdloY44BQSJpFw534L9Oh+6zJOUaViV4JPd+DaHwutqP7tcpkW3YiXbK6s05RZl7yl7cQn+lijg==} engines: {node: ^10.12.0 || >=12.0.0} hasBin: true dependencies: '@babel/code-frame': 7.12.11 '@eslint/eslintrc': 0.4.2 + '@humanwhocodes/config-array': 0.5.0 ajv: 6.12.6 chalk: 4.1.1 cross-spawn: 7.0.3 - debug: 4.3.1 + debug: 4.3.2 doctrine: 3.0.0 enquirer: 2.3.6 escape-string-regexp: 4.0.0 @@ -5152,11 +5168,11 @@ packages: resolution: {integrity: sha512-B34ySxVeo6MuEGSPCWyIYryuXINOvngNZL87Mp7YYfKIf6DcD837+lXA8mo6EBbauKsnGz22ZH0zsbOiQRWTNg==} dev: true - /markdown-it-prism/2.1.7: - resolution: {integrity: sha512-ohc9di/Akoe/UwHeVY0BftX2oxIn5XQdsjM3DME/j7aFHVPpoWltJvT2D86uoGiUVo6SBH8cuNBcUG8gacW0LQ==} + /markdown-it-prism/2.1.8: + resolution: {integrity: sha512-PBiqlX3zGPQnOk7q7TkeveQfXlqzhjfHg2zSwntDNauYY7KFhg2FzO6O+1boillQptEBcIaEAO9gwKq/tXGHUQ==} engines: {node: '>=6.0.0'} dependencies: - prismjs: 1.24.0 + prismjs: 1.24.1 dev: true /markdown-it/12.0.6: @@ -5826,8 +5842,8 @@ packages: resolution: {integrity: sha512-EL9ifuU/F8tEldoCa2sspiiLWysCL54xDbf2gN/ubwdtbuJROqOGopG5kSwunapwaioT+jLUQ/Ky+7jnv62xJA==} dev: false - /prismjs/1.24.0: - resolution: {integrity: sha512-SqV5GRsNqnzCL8k5dfAjCNhUrF3pR0A9lTDSCUZeh/LIshheXJEaP0hwLz2t4XHivd2J/v2HR+gRnigzeKe3cQ==} + /prismjs/1.24.1: + resolution: {integrity: sha512-mNPsedLuk90RVJioIky8ANZEwYm5w9LcvCXrxHlwf4fNVSn8jEipMybMkWUyyF0JhnC+C4VcOVSBuHRKs1L5Ow==} dev: true /process-nextick-args/2.0.1: @@ -7240,8 +7256,8 @@ packages: - supports-color dev: true - /vite-plugin-icons/0.6.3_04c365d2f025c774303a6a7aa9bb4144: - resolution: {integrity: sha512-h+DNh9xMBhISNBZ/broslVRk/DbgDXV71u2Ienoz8G0W81+tzbtPHsE6imnwqW93h0qtS1VnVyOQlqsKcheLtw==} + /vite-plugin-icons/0.6.4_6e296531fbf664a5eb913b327fa48fa1: + resolution: {integrity: sha512-NLIUZNpeJV4fH314fn+iI5wxvKOgx2yDzVz6jqaKUyNIi41cv+Ud8J+dueCHVZSxepCIQmMYeCayaPEuhhetbg==} peerDependencies: '@iconify/json': '*' '@vue/compiler-sfc': ^3.0.2 @@ -7252,9 +7268,9 @@ packages: vue-template-compiler: optional: true dependencies: - '@iconify/json': 1.1.368 + '@iconify/json': 1.1.369 '@iconify/json-tools': 1.0.10 - '@vue/compiler-sfc': 3.1.3_vue@3.1.3 + '@vue/compiler-sfc': 3.1.4_vue@3.1.4 vue-template-es2015-compiler: 1.9.1 dev: true @@ -7330,7 +7346,7 @@ packages: - supports-color dev: true - /vite-ssg/0.11.4_20735281d8508c15fd151667833dbe4d: + /vite-ssg/0.11.4_0dabf09deacd9998313be9e108cf83b5: resolution: {integrity: sha512-JVq45h5IRGxYpHu2yjLdWKAUaTISXrWKjPPDHetNVhP8wp/MGZ1gYhns9XOSfYfLbWSMQgDIjbANAS9XzE/X3Q==} engines: {node: '>=14.0.0'} hasBin: true @@ -7342,17 +7358,17 @@ packages: vue: ^3.0.4 vue-router: ^4.0.1 dependencies: - '@vue/compiler-sfc': 3.1.3_vue@3.1.3 - '@vue/server-renderer': 3.1.3_vue@3.1.3 - '@vueuse/head': 0.6.0_vue@3.1.3 + '@vue/compiler-sfc': 3.1.4_vue@3.1.4 + '@vue/server-renderer': 3.1.4_vue@3.1.4 + '@vueuse/head': 0.6.0_vue@3.1.4 chalk: 4.1.1 fs-extra: 10.0.0 html-minifier: 4.0.0 jsdom: 16.6.0 prettier: 2.3.1 vite: 2.3.8 - vue: 3.1.3 - vue-router: 4.0.10_vue@3.1.3 + vue: 3.1.4 + vue-router: 4.0.10_vue@3.1.4 yargs: 17.0.1 transitivePeerDependencies: - bufferutil @@ -7490,7 +7506,7 @@ packages: resolution: {integrity: sha512-jkjy6pjU1fxUvI51P+gCsxg1u2n8LSt0W6KrCNQceaziKzff74GoWmjVG46KieVzybO1sttPQmYfrwSHey7GUA==} dev: true - /vscode-vue-languageservice/0.25.22_vue@3.1.3: + /vscode-vue-languageservice/0.25.22_vue@3.1.4: resolution: {integrity: sha512-g9AipU1T7AON/rAJ5+pyYmWZD/V+0CTSqRSPMaK/eRaYxLNfrXXLgankoNhqP5XyHFQsYbxMJ6mAg3d0Vy3WZw==} dependencies: '@starptech/prettyhtml': 0.10.0 @@ -7500,7 +7516,7 @@ packages: '@volar/source-map': 0.25.22 '@volar/transforms': 0.25.22 '@vue/compiler-dom': 3.1.2 - '@vue/compiler-sfc': 3.1.2_vue@3.1.3 + '@vue/compiler-sfc': 3.1.2_vue@3.1.4 '@vue/reactivity': 3.1.1 '@vue/shared': 3.1.2 jsonc-parser: 3.0.0 @@ -7519,7 +7535,7 @@ packages: - vue dev: true - /vue-demi/0.9.1_vue@3.1.3: + /vue-demi/0.9.1_vue@3.1.4: resolution: {integrity: sha512-7s1lufRD2l369eFWPjgLvhqCRk0XzGWJsQc7K4q+0mZtixyGIvsK1Cg88P4NcaRIEiBuuN4q1NN4SZKFKwQswA==} hasBin: true requiresBuild: true @@ -7530,17 +7546,17 @@ packages: '@vue/composition-api': optional: true dependencies: - vue: 3.1.3 + vue: 3.1.4 dev: false - /vue-eslint-parser/7.6.0_eslint@7.29.0: + /vue-eslint-parser/7.6.0_eslint@7.30.0: resolution: {integrity: sha512-QXxqH8ZevBrtiZMZK0LpwaMfevQi9UL7lY6Kcp+ogWHC88AuwUPwwCIzkOUc1LR4XsYAt/F9yHXAB/QoD17QXA==} engines: {node: '>=8.10'} peerDependencies: eslint: '>=5.0.0' dependencies: debug: 4.3.1 - eslint: 7.29.0 + eslint: 7.30.0 eslint-scope: 5.1.1 eslint-visitor-keys: 1.3.0 espree: 6.2.1 @@ -7550,7 +7566,7 @@ packages: - supports-color dev: true - /vue-i18n/9.1.6_vue@3.1.3: + /vue-i18n/9.1.6_vue@3.1.4: resolution: {integrity: sha512-FEC4HZkTH6QRIu/A0wlo0VS/GH3w/fuCC6xfvoC8IyhhtbG9A+go9NfW+HZ1ZXdAcO4EWcVQi04M+iSwuxgixw==} engines: {node: '>= 10'} peerDependencies: @@ -7560,16 +7576,16 @@ packages: '@intlify/shared': 9.1.6 '@intlify/vue-devtools': 9.1.6 '@vue/devtools-api': 6.0.0-beta.12 - vue: 3.1.3 + vue: 3.1.4 dev: false - /vue-router/4.0.10_vue@3.1.3: + /vue-router/4.0.10_vue@3.1.4: resolution: {integrity: sha512-YbPf6QnZpyyWfnk7CUt2Bme+vo7TLfg1nGZNkvYqKYh4vLaFw6Gn8bPGdmt5m4qrGnKoXLqc4htAsd3dIukICA==} peerDependencies: vue: ^3.0.0 dependencies: '@vue/devtools-api': 6.0.0-beta.14 - vue: 3.1.3 + vue: 3.1.4 dev: false /vue-router/4.0.8_vue@3.0.11: @@ -7585,14 +7601,14 @@ packages: resolution: {integrity: sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==} dev: true - /vue-tsc/0.2.0_typescript@4.3.5+vue@3.1.3: + /vue-tsc/0.2.0_typescript@4.3.5+vue@3.1.4: resolution: {integrity: sha512-PNnK3hxMwi1k5UmXyZq2Nv/fprgne3V1oyh5pWzkLPI5XMd2+ed4N4pFF/cyziXw5SDYDYnrw+Nkt5o/cUXTnw==} hasBin: true peerDependencies: typescript: '*' dependencies: typescript: 4.3.5 - vscode-vue-languageservice: 0.25.22_vue@3.1.3 + vscode-vue-languageservice: 0.25.22_vue@3.1.4 transitivePeerDependencies: - vue dev: true @@ -7605,12 +7621,12 @@ packages: '@vue/shared': 3.0.11 dev: true - /vue/3.1.3: - resolution: {integrity: sha512-CC7HIDNh9AoGUu9XkFc7Mvz03VVwp+JZ1toXsNbxXvuznSOoWP2k4htXaAu3nClYhNPRVkWBh+jWoFEmZq3lsA==} + /vue/3.1.4: + resolution: {integrity: sha512-p8dcdyeCgmaAiZsbLyDkmOLcFGZb/jEVdCLW65V68LRCXTNX8jKsgah2F7OZ/v/Ai2V0Fb1MNO0vz/GFqsPVMA==} dependencies: - '@vue/compiler-dom': 3.1.3 - '@vue/runtime-dom': 3.1.3 - '@vue/shared': 3.1.3 + '@vue/compiler-dom': 3.1.4 + '@vue/runtime-dom': 3.1.4 + '@vue/shared': 3.1.4 dev: false /w3c-hr-time/1.0.2: