From 8dae6f96e5ecc0605c7749f01db618e4b38e51d4 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Thu, 11 Feb 2021 23:17:40 +0800 Subject: [PATCH] chore: update deps --- package.json | 22 +- pnpm-lock.yaml | 490 +++++++++++++++++++++++++++----------- src/components/Footer.vue | 4 +- src/logics/dark.ts | 4 +- src/logics/index.ts | 1 - src/pages/about.md | 9 +- vite.config.ts | 2 +- 7 files changed, 374 insertions(+), 158 deletions(-) diff --git a/package.json b/package.json index 5e74701..79dca94 100644 --- a/package.json +++ b/package.json @@ -10,16 +10,16 @@ "nprogress": "^0.2.0", "prism-theme-vars": "^0.1.4", "vue": "^3.0.5", - "vue-i18n": "^9.0.0-rc.5", + "vue-i18n": "^9.0.0-rc.6", "vue-router": "^4.0.3" }, "devDependencies": { "@antfu/eslint-config": "^0.4.3", - "@iconify/json": "^1.1.298", - "@intlify/vite-plugin-vue-i18n": "^1.0.0-beta.15", + "@iconify/json": "^1.1.301", + "@intlify/vite-plugin-vue-i18n": "^1.0.0-beta.16", "@tailwindcss/typography": "^0.4.0", "@types/nprogress": "^0.2.0", - "@typescript-eslint/eslint-plugin": "^4.14.2", + "@typescript-eslint/eslint-plugin": "^4.15.0", "@vitejs/plugin-vue": "^1.1.4", "@vue/compiler-sfc": "^3.0.5", "@vue/server-renderer": "^3.0.5", @@ -27,18 +27,18 @@ "cross-env": "^7.0.3", "eslint": "^7.19.0", "markdown-it-prism": "^2.1.4", - "pnpm": "^5.16.1", - "postcss": "^8.2.4", + "pnpm": "^5.17.1", + "postcss": "^8.2.6", "postcss-nested": "^5.0.3", - "tailwindcss": "^2.0.2", - "typescript": "^4.1.3", - "vite": "^2.0.0-beta.65", + "tailwindcss": "^2.0.3", + "typescript": "^4.1.5", + "vite": "^2.0.0-beta.67", "vite-plugin-components": "^0.6.6", "vite-plugin-icons": "^0.2.1", "vite-plugin-md": "^0.4.2", - "vite-plugin-pages": "^0.2.3", + "vite-plugin-pages": "^0.3.0", "vite-plugin-pwa": "^0.4.6", - "vite-ssg": "^0.8.0" + "vite-ssg": "^0.8.4" }, "eslintConfig": { "extends": "@antfu/eslint-config", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7321130..eb4c70b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4,34 +4,34 @@ dependencies: nprogress: 0.2.0 prism-theme-vars: 0.1.4 vue: 3.0.5 - vue-i18n: 9.0.0-rc.5_vue@3.0.5 + vue-i18n: 9.0.0-rc.6_vue@3.0.5 vue-router: 4.0.3_vue@3.0.5 devDependencies: - '@antfu/eslint-config': 0.4.3_eslint@7.19.0+typescript@4.1.3 - '@iconify/json': 1.1.298 - '@intlify/vite-plugin-vue-i18n': 1.0.0-beta.15 - '@tailwindcss/typography': 0.4.0_tailwindcss@2.0.2 + '@antfu/eslint-config': 0.4.3_eslint@7.19.0+typescript@4.1.5 + '@iconify/json': 1.1.301 + '@intlify/vite-plugin-vue-i18n': 1.0.0-beta.16 + '@tailwindcss/typography': 0.4.0_tailwindcss@2.0.3 '@types/nprogress': 0.2.0 - '@typescript-eslint/eslint-plugin': 4.14.2_eslint@7.19.0+typescript@4.1.3 + '@typescript-eslint/eslint-plugin': 4.15.0_eslint@7.19.0+typescript@4.1.5 '@vitejs/plugin-vue': 1.1.4_@vue+compiler-sfc@3.0.5 '@vue/compiler-sfc': 3.0.5_vue@3.0.5 '@vue/server-renderer': 3.0.5_vue@3.0.5 - autoprefixer: 10.2.4_postcss@8.2.4 + autoprefixer: 10.2.4_postcss@8.2.6 cross-env: 7.0.3 eslint: 7.19.0 markdown-it-prism: 2.1.4 - pnpm: 5.16.1 - postcss: 8.2.4 - postcss-nested: 5.0.3_postcss@8.2.4 - tailwindcss: 2.0.2_90874d0ac9c8f3b30e7bed02cb9a0d41 - typescript: 4.1.3 - vite: 2.0.0-beta.65 + pnpm: 5.17.1 + postcss: 8.2.6 + postcss-nested: 5.0.3_postcss@8.2.6 + tailwindcss: 2.0.3_759587f5361760629983e9fe457a3aed + typescript: 4.1.5 + vite: 2.0.0-beta.67 vite-plugin-components: 0.6.6 - vite-plugin-icons: 0.2.1_5e9fc447dd28a648e529bbaba5a2fae3 - vite-plugin-md: 0.4.2_vite@2.0.0-beta.65 - vite-plugin-pages: 0.2.3_vite@2.0.0-beta.65+vue@3.0.5 + vite-plugin-icons: 0.2.1_77ba24bcba778c2f1f22828c979dff66 + vite-plugin-md: 0.4.2_vite@2.0.0-beta.67 + vite-plugin-pages: 0.3.0_vite@2.0.0-beta.67+vue@3.0.5 vite-plugin-pwa: 0.4.6 - vite-ssg: 0.8.0_c55ab035ab38f8736c0bba324bf99d97 + vite-ssg: 0.8.4_48c8dc7dae74de0e25414d6bbcdbc5e0 lockfileVersion: 5.2 packages: /@antfu/eslint-config-basic/0.4.3_eslint@7.19.0: @@ -49,9 +49,9 @@ packages: eslint: '>=7.4.0' resolution: integrity: sha512-XDkJvR76mG1DWOnrS5iNG6QqUDroC0N5UrWJckyes11P5c3Witr6cUJZTuUDgl4iIJQvz+xiDezwRa3NNHM4yA== - /@antfu/eslint-config-react/0.4.3_eslint@7.19.0+typescript@4.1.3: + /@antfu/eslint-config-react/0.4.3_eslint@7.19.0+typescript@4.1.5: dependencies: - '@antfu/eslint-config-ts': 0.4.3_eslint@7.19.0+typescript@4.1.3 + '@antfu/eslint-config-ts': 0.4.3_eslint@7.19.0+typescript@4.1.5 eslint: 7.19.0 eslint-plugin-react: 7.22.0_eslint@7.19.0 dev: true @@ -60,22 +60,22 @@ packages: typescript: '*' resolution: integrity: sha512-3/35G5xEKXjLThp6HNALoAO6uRr8AvOMl97Jt/obSzg7yhpT9gCclaILFyWkioHses2EyluqArF1g5Yl6Lgbdg== - /@antfu/eslint-config-ts/0.4.3_eslint@7.19.0+typescript@4.1.3: + /@antfu/eslint-config-ts/0.4.3_eslint@7.19.0+typescript@4.1.5: dependencies: '@antfu/eslint-config-basic': 0.4.3_eslint@7.19.0 - '@typescript-eslint/eslint-plugin': 4.14.0_9e3906cf32f63d048b7947740bc5b2a9 - '@typescript-eslint/parser': 4.14.0_eslint@7.19.0+typescript@4.1.3 + '@typescript-eslint/eslint-plugin': 4.14.0_00a596d2c078298ec63c493b54331ff0 + '@typescript-eslint/parser': 4.14.0_eslint@7.19.0+typescript@4.1.5 eslint: 7.19.0 - typescript: 4.1.3 + typescript: 4.1.5 dev: true peerDependencies: eslint: '>=7.4.0' typescript: '>=3.9' resolution: integrity: sha512-7KhbAkZiGt/UvYbjhls4d7l74Or54vT9TcJFro85Fc3H0m8Psx7sKXvLCeNxtO/3p1i9NCbDlhEiqhMtRg1jkg== - /@antfu/eslint-config-vue/0.4.3_eslint@7.19.0+typescript@4.1.3: + /@antfu/eslint-config-vue/0.4.3_eslint@7.19.0+typescript@4.1.5: dependencies: - '@antfu/eslint-config-ts': 0.4.3_eslint@7.19.0+typescript@4.1.3 + '@antfu/eslint-config-ts': 0.4.3_eslint@7.19.0+typescript@4.1.5 eslint: 7.19.0 eslint-plugin-vue: 7.1.0_eslint@7.19.0 dev: true @@ -84,10 +84,10 @@ packages: typescript: '*' resolution: integrity: sha512-WAvCnFt+StRUMHoc7ixnUdH9Qc7P5wVWvd6p8NgADv7za11MFqQ6O7Q01JqdpwAD6kAr8DD6ckkNpZ+5mQSFIQ== - /@antfu/eslint-config/0.4.3_eslint@7.19.0+typescript@4.1.3: + /@antfu/eslint-config/0.4.3_eslint@7.19.0+typescript@4.1.5: dependencies: - '@antfu/eslint-config-react': 0.4.3_eslint@7.19.0+typescript@4.1.3 - '@antfu/eslint-config-vue': 0.4.3_eslint@7.19.0+typescript@4.1.3 + '@antfu/eslint-config-react': 0.4.3_eslint@7.19.0+typescript@4.1.5 + '@antfu/eslint-config-vue': 0.4.3_eslint@7.19.0+typescript@4.1.5 eslint: 7.19.0 dev: true peerDependencies: @@ -1069,16 +1069,16 @@ packages: dev: true resolution: integrity: sha512-LFelJDOLZ6JHlmlAkgrvmcu4hpNPB91KYcr4f60D/exzU1eNOb4/KCVHIydGHIQFaOacIOD+Xy+B7P1z812cZg== - /@iconify/json/1.1.298: + /@iconify/json/1.1.301: dev: true resolution: - integrity: sha512-h+IxOqYrW5zL4O+4zyaFl3kVnErHZEBE6d9ZCd6hK+oOAOx0uMkaUgesoR0Ci54U9igyY3Mp6vdMDzHLDCdzkg== + integrity: sha512-QOooM/ymIMy+FoR6MXVorMNiVD94Ywzf7i6jMSEoZGmx6WDNh+cEG0lKGvRUpcDBNtZ+h8T4KeeIvBKsjDYytg== /@intlify/cli/0.2.0: dependencies: '@intlify/core': 9.0.0-beta.16 - '@intlify/core-base': 9.0.0-rc.5 + '@intlify/core-base': 9.0.0-rc.6 '@intlify/message-compiler': 9.0.0-rc.5 - '@intlify/shared': 9.0.0-rc.5 + '@intlify/shared': 9.0.0-rc.6 chalk: 4.1.0 debug: 4.3.1 glob: 7.1.6 @@ -1102,16 +1102,16 @@ packages: node: '>= 10' resolution: integrity: sha512-PJLDVYy3x8Mf9+XtWljEfk4Lo6mudopYlRvB89NQR3TkR+Tqkbcsegj09XdXpTKBYiq+yQrlZKZ0KEHb7l5Zuw== - /@intlify/core-base/9.0.0-rc.5: + /@intlify/core-base/9.0.0-rc.6: dependencies: - '@intlify/message-compiler': 9.0.0-rc.5 - '@intlify/message-resolver': 9.0.0-rc.5 - '@intlify/runtime': 9.0.0-rc.5 - '@intlify/shared': 9.0.0-rc.5 + '@intlify/message-compiler': 9.0.0-rc.6 + '@intlify/message-resolver': 9.0.0-rc.6 + '@intlify/runtime': 9.0.0-rc.6 + '@intlify/shared': 9.0.0-rc.6 engines: node: '>= 10' resolution: - integrity: sha512-Dj6lZR9fuDkvyLrc+uhQVY8joy6zkdlEvtHmnBr61Obl4nRzrYUdImoZBbz5makea/FN0YKk8T00Yb4eFGKvfQ== + integrity: sha512-UG8H+q1GZ2ZD6Rg9nuc6NPqj9K9OeXHt4kerKRDRgZ+h2wPNoWItIQXSrShg5GJKvEN+rRuJvvnh61oMNS0sWw== /@intlify/core/9.0.0-beta.16: dependencies: '@intlify/core-base': 9.0.0-beta.16 @@ -1135,10 +1135,20 @@ packages: '@intlify/message-resolver': 9.0.0-rc.5 '@intlify/shared': 9.0.0-rc.5 source-map: 0.6.1 + dev: true engines: node: '>= 10' resolution: integrity: sha512-TnWea88H3pTqYXNNXV7eZk62IVGXzS7dtoTpTdRj4mfJclyU+3neIqkcoeJC7WM8yeT9VWFkIdx882dWpoghPw== + /@intlify/message-compiler/9.0.0-rc.6: + dependencies: + '@intlify/message-resolver': 9.0.0-rc.6 + '@intlify/shared': 9.0.0-rc.6 + source-map: 0.6.1 + engines: + node: '>= 10' + resolution: + integrity: sha512-WyvvFBoJ6qZk/3G/LjHuZJhY0ww8PZD+30wdPy5lJEB4+uTDoAAupwfnQ1suek7wsnFbPiuUE2j48qRogY0QJQ== /@intlify/message-resolver/9.0.0-beta.16: dev: true engines: @@ -1146,10 +1156,16 @@ packages: resolution: integrity: sha512-xwjsFuDDYEv7g1KE5QZRbrPgfsrNsDhYLtNYR7Tn4inzbmB6ipak2UlDzDcQGLieSFbe1WwAoNL0IXy4sUKboQ== /@intlify/message-resolver/9.0.0-rc.5: + dev: true engines: node: '>= 10' resolution: integrity: sha512-cZT9kWy6TBB71zb17e5juCTuSNz2/RUf8PeqGYnGP+f/mrPG0X6D3KFqpY3tkWgYwSGcwswd8oBMEvmb0eTMTw== + /@intlify/message-resolver/9.0.0-rc.6: + engines: + node: '>= 10' + resolution: + integrity: sha512-yY+hM8WqliAIayYP0/8iITfScn4oSYXVrUwIn7ZWUONhuXCQXlxStukmQ1e1lWkL4Jyi4qTRXupDllq5yvW9BA== /@intlify/runtime/9.0.0-beta.16: dependencies: '@intlify/message-compiler': 9.0.0-beta.16 @@ -1160,15 +1176,15 @@ packages: node: '>= 10' resolution: integrity: sha512-py+stHrbkBoEB2OsBB+rySevR+54uhybF54LToGjErr740R/AVuOVTJEKRS/LF9VvinGZZTu/WVOXcPpMfqt8Q== - /@intlify/runtime/9.0.0-rc.5: + /@intlify/runtime/9.0.0-rc.6: dependencies: - '@intlify/message-compiler': 9.0.0-rc.5 - '@intlify/message-resolver': 9.0.0-rc.5 - '@intlify/shared': 9.0.0-rc.5 + '@intlify/message-compiler': 9.0.0-rc.6 + '@intlify/message-resolver': 9.0.0-rc.6 + '@intlify/shared': 9.0.0-rc.6 engines: node: '>= 10' resolution: - integrity: sha512-J6XGb8kOSg9YvSknEyU5CbKYiJGb6ObRqKWL+r8iOYzh1UQ3Q4YxeaIPH2Attt7FNj9dTGyp/5HZy7+nMp3mBA== + integrity: sha512-z1lc4mmpRknTHjN3w5m9vmACidCo+Xm/2J6zMHhh23UEbCrIoaSKTFqs87aj5crX1CJvAc8rwGD1s2+QcHaEZQ== /@intlify/shared/9.0.0-beta.16: dev: true engines: @@ -1176,11 +1192,17 @@ packages: resolution: integrity: sha512-A7GSOovcZn/NMoAmDc8FG9uRcFv6iygriK8+C6HFeOnMQ9X+T9f5A9bPtXhCOCiRpQm9SUtGqXedxO5Y8rz9/A== /@intlify/shared/9.0.0-rc.5: + dev: true engines: node: '>= 10' resolution: integrity: sha512-LGurIHW/TYo07WrbCWXBuZQ3Hg2CHAv5rXLFpxBfHjZawCTrrORQfD4NA+RPVbaWFgzMgw5VJybpJRd9iB1x6g== - /@intlify/vite-plugin-vue-i18n/1.0.0-beta.15: + /@intlify/shared/9.0.0-rc.6: + engines: + node: '>= 10' + resolution: + integrity: sha512-6TFGAUcxgEIGvNxeBAUTvzyAdd/rAjsOLTIUTKLQX2JYypCwmTRPsT3wGWAUfvLxnKK62wyE+s4pI3dPNGz+vQ== + /@intlify/vite-plugin-vue-i18n/1.0.0-beta.16: dependencies: '@intlify/cli': 0.2.0 '@intlify/shared': 9.0.0-rc.5 @@ -1190,7 +1212,7 @@ packages: engines: node: '>= 12' resolution: - integrity: sha512-G7+rtoiYDko2hAILMx5xYfWc3OLqVWQ3Sap/kuHbkXHYpsR9qo91mrTceXrgkYDy0pDXk7ouXHMK7cMeyQSJEA== + integrity: sha512-hCHbhpm0e5ltGNfVLjv7/4deZY3+oMq9SKeCJtNPLvDQqWwxNR76JXX0OSULwbiDlfP3GwNWNAe7MmsEDNcBQQ== /@nodelib/fs.scandir/2.1.4: dependencies: '@nodelib/fs.stat': 2.0.4 @@ -1290,13 +1312,13 @@ packages: dev: true resolution: integrity: sha512-yBMPqmd1yEJo/280PAMkychuaALyQ9Lkb5q1ck3mjJrFuEobIfhnQ4J3mbvBoISmR3SWMWV+cGB/I0lCQee79A== - /@tailwindcss/typography/0.4.0_tailwindcss@2.0.2: + /@tailwindcss/typography/0.4.0_tailwindcss@2.0.3: dependencies: lodash.castarray: 4.4.0 lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 lodash.uniq: 4.5.0 - tailwindcss: 2.0.2_90874d0ac9c8f3b30e7bed02cb9a0d41 + tailwindcss: 2.0.3_759587f5361760629983e9fe457a3aed dev: true peerDependencies: tailwindcss: 2.0.0-alpha.24 || ^2.0.0 @@ -1332,10 +1354,10 @@ packages: dev: true resolution: integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw== - /@typescript-eslint/eslint-plugin/4.14.0_9e3906cf32f63d048b7947740bc5b2a9: + /@typescript-eslint/eslint-plugin/4.14.0_00a596d2c078298ec63c493b54331ff0: dependencies: - '@typescript-eslint/experimental-utils': 4.14.0_eslint@7.19.0+typescript@4.1.3 - '@typescript-eslint/parser': 4.14.0_eslint@7.19.0+typescript@4.1.3 + '@typescript-eslint/experimental-utils': 4.14.0_eslint@7.19.0+typescript@4.1.5 + '@typescript-eslint/parser': 4.14.0_eslint@7.19.0+typescript@4.1.5 '@typescript-eslint/scope-manager': 4.14.0 debug: 4.3.1 eslint: 7.19.0 @@ -1343,8 +1365,8 @@ packages: lodash: 4.17.20 regexpp: 3.1.0 semver: 7.3.4 - tsutils: 3.19.1_typescript@4.1.3 - typescript: 4.1.3 + tsutils: 3.19.1_typescript@4.1.5 + typescript: 4.1.5 dev: true engines: node: ^10.12.0 || >=12.0.0 @@ -1357,18 +1379,18 @@ packages: optional: true resolution: integrity: sha512-IJ5e2W7uFNfg4qh9eHkHRUCbgZ8VKtGwD07kannJvM5t/GU8P8+24NX8gi3Hf5jST5oWPY8kyV1s/WtfiZ4+Ww== - /@typescript-eslint/eslint-plugin/4.14.2_eslint@7.19.0+typescript@4.1.3: + /@typescript-eslint/eslint-plugin/4.15.0_eslint@7.19.0+typescript@4.1.5: dependencies: - '@typescript-eslint/experimental-utils': 4.14.2_eslint@7.19.0+typescript@4.1.3 - '@typescript-eslint/scope-manager': 4.14.2 + '@typescript-eslint/experimental-utils': 4.15.0_eslint@7.19.0+typescript@4.1.5 + '@typescript-eslint/scope-manager': 4.15.0 debug: 4.3.1 eslint: 7.19.0 functional-red-black-tree: 1.0.1 lodash: 4.17.20 regexpp: 3.1.0 semver: 7.3.4 - tsutils: 3.19.1_typescript@4.1.3 - typescript: 4.1.3 + tsutils: 3.19.1_typescript@4.1.5 + typescript: 4.1.5 dev: true engines: node: ^10.12.0 || >=12.0.0 @@ -1380,13 +1402,13 @@ packages: typescript: optional: true resolution: - integrity: sha512-uMGfG7GFYK/nYutK/iqYJv6K/Xuog/vrRRZX9aEP4Zv1jsYXuvFUMDFLhUnc8WFv3D2R5QhNQL3VYKmvLS5zsQ== - /@typescript-eslint/experimental-utils/4.14.0_eslint@7.19.0+typescript@4.1.3: + integrity: sha512-DJgdGZW+8CFUTz5C/dnn4ONcUm2h2T0itWD85Ob5/V27Ndie8hUoX5HKyGssvR8sUMkAIlUc/AMK67Lqa3kBIQ== + /@typescript-eslint/experimental-utils/4.14.0_eslint@7.19.0+typescript@4.1.5: dependencies: '@types/json-schema': 7.0.7 '@typescript-eslint/scope-manager': 4.14.0 '@typescript-eslint/types': 4.14.0 - '@typescript-eslint/typescript-estree': 4.14.0_typescript@4.1.3 + '@typescript-eslint/typescript-estree': 4.14.0_typescript@4.1.5 eslint: 7.19.0 eslint-scope: 5.1.1 eslint-utils: 2.1.0 @@ -1398,12 +1420,12 @@ packages: typescript: '*' resolution: integrity: sha512-6i6eAoiPlXMKRbXzvoQD5Yn9L7k9ezzGRvzC/x1V3650rUk3c3AOjQyGYyF9BDxQQDK2ElmKOZRD0CbtdkMzQQ== - /@typescript-eslint/experimental-utils/4.14.2_eslint@7.19.0+typescript@4.1.3: + /@typescript-eslint/experimental-utils/4.15.0_eslint@7.19.0+typescript@4.1.5: dependencies: '@types/json-schema': 7.0.7 - '@typescript-eslint/scope-manager': 4.14.2 - '@typescript-eslint/types': 4.14.2 - '@typescript-eslint/typescript-estree': 4.14.2_typescript@4.1.3 + '@typescript-eslint/scope-manager': 4.15.0 + '@typescript-eslint/types': 4.15.0 + '@typescript-eslint/typescript-estree': 4.15.0_typescript@4.1.5 eslint: 7.19.0 eslint-scope: 5.1.1 eslint-utils: 2.1.0 @@ -1414,15 +1436,15 @@ packages: eslint: '*' typescript: '*' resolution: - integrity: sha512-mV9pmET4C2y2WlyHmD+Iun8SAEqkLahHGBkGqDVslHkmoj3VnxnGP4ANlwuxxfq1BsKdl/MPieDbohCEQgKrwA== - /@typescript-eslint/parser/4.14.0_eslint@7.19.0+typescript@4.1.3: + integrity: sha512-V4vaDWvxA2zgesg4KPgEGiomWEBpJXvY4ZX34Y3qxK8LUm5I87L+qGIOTd9tHZOARXNRt9pLbblSKiYBlGMawg== + /@typescript-eslint/parser/4.14.0_eslint@7.19.0+typescript@4.1.5: dependencies: '@typescript-eslint/scope-manager': 4.14.0 '@typescript-eslint/types': 4.14.0 - '@typescript-eslint/typescript-estree': 4.14.0_typescript@4.1.3 + '@typescript-eslint/typescript-estree': 4.14.0_typescript@4.1.5 debug: 4.3.1 eslint: 7.19.0 - typescript: 4.1.3 + typescript: 4.1.5 dev: true engines: node: ^10.12.0 || >=12.0.0 @@ -1443,28 +1465,28 @@ packages: node: ^8.10.0 || ^10.13.0 || >=11.10.1 resolution: integrity: sha512-/J+LlRMdbPh4RdL4hfP1eCwHN5bAhFAGOTsvE6SxsrM/47XQiPSgF5MDgLyp/i9kbZV9Lx80DW0OpPkzL+uf8Q== - /@typescript-eslint/scope-manager/4.14.2: + /@typescript-eslint/scope-manager/4.15.0: dependencies: - '@typescript-eslint/types': 4.14.2 - '@typescript-eslint/visitor-keys': 4.14.2 + '@typescript-eslint/types': 4.15.0 + '@typescript-eslint/visitor-keys': 4.15.0 dev: true engines: node: ^8.10.0 || ^10.13.0 || >=11.10.1 resolution: - integrity: sha512-cuV9wMrzKm6yIuV48aTPfIeqErt5xceTheAgk70N1V4/2Ecj+fhl34iro/vIssJlb7XtzcaD07hWk7Jk0nKghg== + integrity: sha512-CSNBZnCC2jEA/a+pR9Ljh8Y+5TY5qgbPz7ICEk9WCpSEgT6Pi7H2RIjxfrrbUXvotd6ta+i27sssKEH8Azm75g== /@typescript-eslint/types/4.14.0: dev: true engines: node: ^8.10.0 || ^10.13.0 || >=11.10.1 resolution: integrity: sha512-VsQE4VvpldHrTFuVPY1ZnHn/Txw6cZGjL48e+iBxTi2ksa9DmebKjAeFmTVAYoSkTk7gjA7UqJ7pIsyifTsI4A== - /@typescript-eslint/types/4.14.2: + /@typescript-eslint/types/4.15.0: dev: true engines: node: ^8.10.0 || ^10.13.0 || >=11.10.1 resolution: - integrity: sha512-LltxawRW6wXy4Gck6ZKlBD05tCHQUj4KLn4iR69IyRiDHX3d3NCAhO+ix5OR2Q+q9bjCrHE/HKt+riZkd1At8Q== - /@typescript-eslint/typescript-estree/4.14.0_typescript@4.1.3: + integrity: sha512-su4RHkJhS+iFwyqyXHcS8EGPlUVoC+XREfy5daivjLur9JP8GhvTmDipuRpcujtGC4M+GYhUOJCPDE3rC5NJrg== + /@typescript-eslint/typescript-estree/4.14.0_typescript@4.1.5: dependencies: '@typescript-eslint/types': 4.14.0 '@typescript-eslint/visitor-keys': 4.14.0 @@ -1473,8 +1495,8 @@ packages: is-glob: 4.0.1 lodash: 4.17.20 semver: 7.3.4 - tsutils: 3.19.1_typescript@4.1.3 - typescript: 4.1.3 + tsutils: 3.19.1_typescript@4.1.5 + typescript: 4.1.5 dev: true engines: node: ^10.12.0 || >=12.0.0 @@ -1485,17 +1507,16 @@ packages: optional: true resolution: integrity: sha512-wRjZ5qLao+bvS2F7pX4qi2oLcOONIB+ru8RGBieDptq/SudYwshveORwCVU4/yMAd4GK7Fsf8Uq1tjV838erag== - /@typescript-eslint/typescript-estree/4.14.2_typescript@4.1.3: + /@typescript-eslint/typescript-estree/4.15.0_typescript@4.1.5: dependencies: - '@typescript-eslint/types': 4.14.2 - '@typescript-eslint/visitor-keys': 4.14.2 + '@typescript-eslint/types': 4.15.0 + '@typescript-eslint/visitor-keys': 4.15.0 debug: 4.3.1 globby: 11.0.2 is-glob: 4.0.1 - lodash: 4.17.20 semver: 7.3.4 - tsutils: 3.19.1_typescript@4.1.3 - typescript: 4.1.3 + tsutils: 3.19.1_typescript@4.1.5 + typescript: 4.1.5 dev: true engines: node: ^10.12.0 || >=12.0.0 @@ -1505,7 +1526,7 @@ packages: typescript: optional: true resolution: - integrity: sha512-ESiFl8afXxt1dNj8ENEZT12p+jl9PqRur+Y19m0Z/SPikGL6rqq4e7Me60SU9a2M28uz48/8yct97VQYaGl0Vg== + integrity: sha512-jG6xTmcNbi6xzZq0SdWh7wQ9cMb2pqXaUp6bUZOMsIlu5aOlxGxgE/t6L/gPybybQGvdguajXGkZKSndZJpksA== /@typescript-eslint/visitor-keys/4.14.0: dependencies: '@typescript-eslint/types': 4.14.0 @@ -1515,15 +1536,15 @@ packages: node: ^8.10.0 || ^10.13.0 || >=11.10.1 resolution: integrity: sha512-MeHHzUyRI50DuiPgV9+LxcM52FCJFYjJiWHtXlbyC27b80mfOwKeiKI+MHOTEpcpfmoPFm/vvQS88bYIx6PZTA== - /@typescript-eslint/visitor-keys/4.14.2: + /@typescript-eslint/visitor-keys/4.15.0: dependencies: - '@typescript-eslint/types': 4.14.2 + '@typescript-eslint/types': 4.15.0 eslint-visitor-keys: 2.0.0 dev: true engines: node: ^8.10.0 || ^10.13.0 || >=11.10.1 resolution: - integrity: sha512-KBB+xLBxnBdTENs/rUgeUKO0UkPBRs2vD09oMRRIkj5BEN8PX1ToXV532desXfpQnZsYTyLLviS7JrPhdL154w== + integrity: sha512-RnDtJwOwFucWFAMjG3ghCG/ikImFJFEg20DI7mn4pHEx3vC48lIAoyjhffvfHmErRDboUPC7p9Z2il4CLb7qxA== /@vitejs/plugin-vue/1.1.4_@vue+compiler-sfc@3.0.5: dependencies: '@vue/compiler-sfc': 3.0.5_vue@3.0.5 @@ -1738,6 +1759,10 @@ packages: dev: true resolution: integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q== + /array-filter/1.0.0: + dev: true + resolution: + integrity: sha1-uveeYubvTCpMC4MSMtr/7CUfnYM= /array-includes/3.1.2: dependencies: call-bind: 1.0.2 @@ -1805,14 +1830,14 @@ packages: node: '>= 4.0.0' resolution: integrity: sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg== - /autoprefixer/10.2.4_postcss@8.2.4: + /autoprefixer/10.2.4_postcss@8.2.6: dependencies: browserslist: 4.16.1 caniuse-lite: 1.0.30001183 colorette: 1.2.1 fraction.js: 4.0.13 normalize-range: 0.1.2 - postcss: 8.2.4 + postcss: 8.2.6 postcss-value-parser: 4.1.0 dev: true engines: @@ -1822,6 +1847,14 @@ packages: postcss: ^8.1.0 resolution: integrity: sha512-DCCdUQiMD+P/as8m3XkeTUkUKuuRqLGcwD0nll7wevhqoJfMRpJlkFd1+MQh1pvupjiQuip42lc/VFvfUTMSKw== + /available-typed-arrays/1.0.2: + dependencies: + array-filter: 1.0.0 + dev: true + engines: + node: '>= 0.4' + resolution: + integrity: sha512-XWX3OX8Onv97LMk/ftVyBibpGwY5a8SmuxZPzeOxqmuEqUCOM9ZE+uIaD1VNJ5QnvU2UQusvmKbuM1FR8QWGfQ== /aws-sign2/0.7.0: dev: true resolution: @@ -2219,6 +2252,26 @@ packages: dev: true resolution: integrity: sha512-KaL7+6Fw6i5A2XSnsbhm/6B+NuEA7TZ4vqxnd5tXz9sbKtrN9Srj8ab4vKVdK8YAqZO9P1kg45Y6YLoduPf+kw== + /deep-equal/2.0.5: + dependencies: + call-bind: 1.0.2 + es-get-iterator: 1.1.2 + get-intrinsic: 1.0.2 + is-arguments: 1.1.0 + is-date-object: 1.0.2 + is-regex: 1.1.1 + isarray: 2.0.5 + object-is: 1.1.4 + object-keys: 1.1.1 + object.assign: 4.1.2 + regexp.prototype.flags: 1.3.1 + side-channel: 1.0.4 + which-boxed-primitive: 1.0.2 + which-collection: 1.0.1 + which-typed-array: 1.1.4 + dev: true + resolution: + integrity: sha512-nPiRgmbAtm1a3JsnLCf6/SLfXcjyN5v8L1TXzdCmHrXJ4hx+gW/w1YCcn7z8gJtSiDArZCgYtbao3QqLm/N1Sw== /deep-is/0.1.3: dev: true resolution: @@ -2419,7 +2472,7 @@ packages: call-bind: 1.0.2 es-to-primitive: 1.2.1 function-bind: 1.1.1 - get-intrinsic: 1.0.2 + get-intrinsic: 1.1.1 has: 1.0.3 has-symbols: 1.0.1 is-callable: 1.2.2 @@ -2435,6 +2488,19 @@ packages: node: '>= 0.4' resolution: integrity: sha512-Ih4ZMFHEtZupnUh6497zEL4y2+w8+1ljnCyaTa+adcoafI1GOvMwFlDjBLfWR7y9VLfrjRJe9ocuHY1PSR9jjw== + /es-get-iterator/1.1.2: + dependencies: + call-bind: 1.0.2 + get-intrinsic: 1.1.1 + has-symbols: 1.0.1 + is-arguments: 1.1.0 + is-map: 2.0.2 + is-set: 2.0.2 + is-string: 1.0.5 + isarray: 2.0.5 + dev: true + resolution: + integrity: sha512-+DTO8GYwbMCwbywjimwZMHp8AuYXOS2JZFWoi2AlPOS3ebnII9w/NLpNZtA7A0YLaVDw+O7KFCeoIV7OPvM7hQ== /es-to-primitive/1.2.1: dependencies: is-callable: 1.2.2 @@ -2896,6 +2962,10 @@ packages: dev: true resolution: integrity: sha512-zAoAQiudy+r5SvnSw3KJy5os/oRJYHzrzja/tBDqrZtNhUw8bt6y8OBzMWcjWr+8liV8Eb6yOhw8WZ7VFZ5ZzA== + /foreach/2.0.5: + dev: true + resolution: + integrity: sha1-C+4AUBiusmDQo6865ljdATbsG5k= /forever-agent/0.6.1: dev: true resolution: @@ -2939,6 +3009,15 @@ packages: - darwin resolution: integrity: sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ== + /fsevents/2.3.2: + dev: true + engines: + node: ^8.16.0 || ^10.6.0 || >=11.0.0 + optional: true + os: + - darwin + resolution: + integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA== /function-bind/1.1.1: dev: true resolution: @@ -2973,6 +3052,14 @@ packages: dev: true resolution: integrity: sha512-aeX0vrFm21ILl3+JpFFRNe9aUvp6VFZb2/CTbgLb8j75kOhvoNYjt9d8KA/tJG4gSo8nzEDedRl0h7vDmBYRVg== + /get-intrinsic/1.1.1: + dependencies: + function-bind: 1.1.1 + has: 1.0.3 + has-symbols: 1.0.1 + dev: true + resolution: + integrity: sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q== /get-own-enumerable-property-symbols/3.0.2: dev: true resolution: @@ -3243,6 +3330,14 @@ packages: node: '>=4' resolution: integrity: sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk= + /is-arguments/1.1.0: + dependencies: + call-bind: 1.0.2 + dev: true + engines: + node: '>= 0.4' + resolution: + integrity: sha512-1Ij4lOMPl/xB5kBDn7I+b2ttPMKa8szhEIrXDuXQD/oe3HJLTLhqhgGspwgyGd6MOywBUqVvYicF72lkgDnIHg== /is-arrayish/0.2.1: dev: true resolution: @@ -3251,6 +3346,18 @@ packages: dev: true resolution: integrity: sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ== + /is-bigint/1.0.1: + dev: true + resolution: + integrity: sha512-J0ELF4yHFxHy0cmSxZuheDOz2luOdVvqjwmEcj8H/L1JHeuEDSDbeRP+Dk9kFVk5RTFzbucJ2Kb9F7ixY2QaCg== + /is-boolean-object/1.1.0: + dependencies: + call-bind: 1.0.2 + dev: true + engines: + node: '>= 0.4' + resolution: + integrity: sha512-a7Uprx8UtD+HWdyYwnD1+ExtTgqQtD2k/1yJgtXP6wnMm8byhkoTZRl+95LLThpzNZJ5aEvi46cdH+ayMFRwmA== /is-callable/1.2.2: dev: true engines: @@ -3295,6 +3402,10 @@ packages: node: '>=0.10.0' resolution: integrity: sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg== + /is-map/2.0.2: + dev: true + resolution: + integrity: sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg== /is-module/1.0.0: dev: true resolution: @@ -3305,6 +3416,12 @@ packages: node: '>= 0.4' resolution: integrity: sha512-2z6JzQvZRa9A2Y7xC6dQQm4FSTSTNWjKIYYTt4246eMTJmIo0Q+ZyOsU66X8lxK1AbB92dFeglPLrhwpeRKO6w== + /is-number-object/1.0.4: + dev: true + engines: + node: '>= 0.4' + resolution: + integrity: sha512-zohwelOAur+5uXtk8O3GPQ1eAcu4ZX3UwxQhUlfFFMNpUd83gXgjbhJh6HmB6LUNV/ieOLQuDwJO3dWJosUeMw== /is-number/7.0.0: dev: true engines: @@ -3335,6 +3452,10 @@ packages: node: '>=0.10.0' resolution: integrity: sha1-/S2INUXEa6xaYz57mgnof6LLUGk= + /is-set/2.0.2: + dev: true + resolution: + integrity: sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g== /is-stream/2.0.0: dev: true engines: @@ -3355,14 +3476,38 @@ packages: node: '>= 0.4' resolution: integrity: sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ== + /is-typed-array/1.1.4: + dependencies: + available-typed-arrays: 1.0.2 + call-bind: 1.0.2 + es-abstract: 1.18.0-next.2 + foreach: 2.0.5 + has-symbols: 1.0.1 + dev: true + engines: + node: '>= 0.4' + resolution: + integrity: sha512-ILaRgn4zaSrVNXNGtON6iFNotXW3hAPF3+0fB1usg2jFlWqo5fEDdmJkz0zBfoi7Dgskr8Khi2xZ8cXqZEfXNA== /is-typedarray/1.0.0: dev: true resolution: integrity: sha1-5HnICFjfDBsR3dppQPlgEfzaSpo= + /is-weakmap/2.0.1: + dev: true + resolution: + integrity: sha512-NSBR4kH5oVj1Uwvv970ruUkCV7O1mzgVFO4/rev2cLRda9Tm9HrL70ZPut4rOHgY0FNrUu9BCbXA2sdQ+x0chA== + /is-weakset/2.0.1: + dev: true + resolution: + integrity: sha512-pi4vhbhVHGLxohUw7PhGsueT4vRGFoXhP7+RGN0jKIv9+8PWYCQTqtADngrxOm2g46hoH0+g8uZZBzMrvVGDmw== /isarray/1.0.0: dev: true resolution: integrity: sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE= + /isarray/2.0.5: + dev: true + resolution: + integrity: sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw== /isexe/2.0.0: dev: true resolution: @@ -3487,6 +3632,15 @@ packages: hasBin: true resolution: integrity: sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA== + /json5/2.2.0: + dependencies: + minimist: 1.2.5 + dev: true + engines: + node: '>=6' + hasBin: true + resolution: + integrity: sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA== /jsonc-eslint-parser/0.6.2: dependencies: eslint-visitor-keys: 1.3.0 @@ -3824,6 +3978,15 @@ packages: dev: true resolution: integrity: sha512-i3Bp9iTqwhaLZBxGkRfo5ZbE07BQRT7MGu8+nNgwW9ItGp1TzCTw2DLEoWwjClxBjOFI/hWljTAmYGCEwmtnOw== + /object-is/1.1.4: + dependencies: + call-bind: 1.0.2 + define-properties: 1.1.3 + dev: true + engines: + node: '>= 0.4' + resolution: + integrity: sha512-1ZvAZ4wlF7IyPVOcE1Omikt7UpaFlOQq0HlSti+ZvDH3UiD2brwGMwDbyV43jao2bKJ+4+WdPJHSd7kgzKYVqg== /object-keys/1.1.1: dev: true engines: @@ -4059,13 +4222,13 @@ packages: node: '>=4' resolution: integrity: sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA== - /pnpm/5.16.1: + /pnpm/5.17.1: dev: true engines: node: '>=10.16' hasBin: true resolution: - integrity: sha512-KiLVkkbn5P/8kOUdNCkVTLsOwurQpQmFzjWaKzNjn8iRPVD3cHsijmnV0aX9Q8lMPfC3T80pGn7PBOHaQlCblA== + integrity: sha512-jSQZCzWyf3tZSANyWnA/errzlnomqrZQO11yvURLxkLDyJvzi5D1equahjJXyT/ubd7S2iJb8dlkHvqR5ORb3w== /postcss-functions/3.0.0: dependencies: glob: 7.1.6 @@ -4078,7 +4241,7 @@ packages: /postcss-js/3.0.3: dependencies: camelcase-css: 2.0.1 - postcss: 8.2.4 + postcss: 8.2.6 dev: true engines: node: '>=10.0' @@ -4133,9 +4296,9 @@ packages: dev: true resolution: integrity: sha512-JQ8IAqHELxC0N6tyCg2UF40pACY5oiL6UpiqqcIFRWqgDYO8B0jnxzoQ0EOpPrWXvcpu6BSbQU/3vSiq7w8Nhw== - /postcss-nested/5.0.3_postcss@8.2.4: + /postcss-nested/5.0.3_postcss@8.2.6: dependencies: - postcss: 8.2.4 + postcss: 8.2.6 postcss-selector-parser: 6.0.4 dev: true engines: @@ -4183,7 +4346,7 @@ packages: node: '>=6.0.0' resolution: integrity: sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg== - /postcss/8.2.4: + /postcss/8.2.6: dependencies: colorette: 1.2.1 nanoid: 3.1.20 @@ -4192,7 +4355,7 @@ packages: engines: node: ^10 || ^12 || >=14 resolution: - integrity: sha512-kRFftRoExRVXZlwUuay9iC824qmXPcQQVzAjbCCgjpXnkdMCJYBu2gTwAaFBzv8ewND6O8xFb3aELmEkh9zTzg== + integrity: sha512-xpB8qYxgPuly166AGlpRjUdEYtmOWx2iCwGmrv4vqZL9YPVviDVPZPRXxnXr6xPZOdxQ9lp3ZBFCRgWJ7LE3Sg== /prelude-ls/1.1.2: dev: true engines: @@ -4262,7 +4425,7 @@ packages: dependencies: commander: 6.2.1 glob: 7.1.6 - postcss: 8.2.4 + postcss: 8.2.6 postcss-selector-parser: 6.0.4 dev: true hasBin: true @@ -4520,6 +4683,15 @@ packages: fsevents: 2.1.3 resolution: integrity: sha512-V3ojEeyGeSdrMSuhP3diBb06P+qV4gKQeanbDv+Qh/BZbhdZ7kHV0xAt8Yjk4GFshq/WjO7R4c7DFM20AwTFVQ== + /rollup/2.38.5: + dev: true + engines: + node: '>=10.0.0' + hasBin: true + optionalDependencies: + fsevents: 2.3.2 + resolution: + integrity: sha512-VoWt8DysFGDVRGWuHTqZzT02J0ASgjVq/hPs9QcBOGMd7B+jfTr/iqMVEyOi901rE3xq+Deq66GzIT1yt7sGwQ== /run-parallel/1.1.10: dev: true resolution: @@ -4848,10 +5020,10 @@ packages: node: '>=10.0.0' resolution: integrity: sha512-rxZevLGTUzWna/qBLObOe16kB2RTnnbhciwgPbMMlazz1yZGVEgnZK762xyVdVznhqxrfCeBMmMkgOOaPwjH7g== - /tailwindcss/2.0.2_90874d0ac9c8f3b30e7bed02cb9a0d41: + /tailwindcss/2.0.3_759587f5361760629983e9fe457a3aed: dependencies: '@fullhuman/postcss-purgecss': 3.1.3 - autoprefixer: 10.2.4_postcss@8.2.4 + autoprefixer: 10.2.4_postcss@8.2.6 bytes: 3.1.0 chalk: 4.1.0 color: 3.1.3 @@ -4863,10 +5035,10 @@ packages: modern-normalize: 1.0.0 node-emoji: 1.10.0 object-hash: 2.1.1 - postcss: 8.2.4 + postcss: 8.2.6 postcss-functions: 3.0.0 postcss-js: 3.0.3 - postcss-nested: 5.0.3_postcss@8.2.4 + postcss-nested: 5.0.3_postcss@8.2.6 postcss-selector-parser: 6.0.4 postcss-value-parser: 4.1.0 pretty-hrtime: 1.0.3 @@ -4880,7 +5052,7 @@ packages: autoprefixer: ^10.0.2 postcss: ^8.0.9 resolution: - integrity: sha512-nO9JRE1pO7SF9RnYAl6g7uzeHdrmKAFqNjT9NtZUfxqimJZAOOLOEyIEUiMq12+xIc7mC2Ey3Vf90XjHpWKfbw== + integrity: sha512-s8NEqdLBiVbbdL0a5XwTb8jKmIonOuI4RMENEcKLR61jw6SdKvBss7NWZzwCaD+ZIjlgmesv8tmrjXEp7C0eAQ== /temp-dir/2.0.0: dev: true engines: @@ -4977,10 +5149,10 @@ packages: dev: true resolution: integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== - /tsutils/3.19.1_typescript@4.1.3: + /tsutils/3.19.1_typescript@4.1.5: dependencies: tslib: 1.14.1 - typescript: 4.1.3 + typescript: 4.1.5 dev: true engines: node: '>= 6' @@ -5032,13 +5204,13 @@ packages: node: '>=8' resolution: integrity: sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA== - /typescript/4.1.3: + /typescript/4.1.5: dev: true engines: node: '>=4.2.0' hasBin: true resolution: - integrity: sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg== + integrity: sha512-6OSu9PTIzmn9TCDiovULTnET6BgXtDYL4Gg4szY+cGsc3JP1dQL8qvE8kShTRx1NIw4Q9IBHlwODjkjWEtMUyA== /uc.micro/1.0.6: dev: true resolution: @@ -5149,9 +5321,9 @@ packages: dev: true resolution: integrity: sha512-tOcWm/2T+XUImJ8yFZb/i8dUWXNoraqDdKrBBpfbHGg3MES0T6AN1315iuKYHTG71fwKI0OGElw3S9B04ZUwPA== - /vite-plugin-icons/0.2.1_5e9fc447dd28a648e529bbaba5a2fae3: + /vite-plugin-icons/0.2.1_77ba24bcba778c2f1f22828c979dff66: dependencies: - '@iconify/json': 1.1.298 + '@iconify/json': 1.1.301 '@iconify/json-tools': 1.0.10 '@vue/compiler-sfc': 3.0.5_vue@3.0.5 dev: true @@ -5160,31 +5332,36 @@ packages: '@vue/compiler-sfc': ^3.0.2 resolution: integrity: sha512-ZIJ8G2AHwEDt4oDST46E6Uy7W2EtVyoe1hzmJMkutbq3esUkcYVoYydT6Y12lhq1ppnVnShkbc0XzfKqolfCSg== - /vite-plugin-md/0.4.2_vite@2.0.0-beta.65: + /vite-plugin-md/0.4.2_vite@2.0.0-beta.67: dependencies: gray-matter: 4.0.2 markdown-it: 12.0.4 - vite: 2.0.0-beta.65 + vite: 2.0.0-beta.67 dev: true peerDependencies: vite: ^2.0.0-beta.1 resolution: integrity: sha512-gAmtGCiPj0ESdWJikKTg4h0ADqybezRVOh1a51KtWqYk4WgwrvFRpTeVq9fVqLXLFhuU0iUIKJ04V3KeXAeWdQ== - /vite-plugin-pages/0.2.3_vite@2.0.0-beta.65+vue@3.0.5: + /vite-plugin-pages/0.3.0_vite@2.0.0-beta.67+vue@3.0.5: dependencies: + '@vue/compiler-sfc': 3.0.5_vue@3.0.5 + chalk: 4.1.0 debug: 4.3.2 + deep-equal: 2.0.5 directory-tree: 2.2.6 fast-glob: 3.2.5 glob-to-regexp: 0.4.1 - vite: 2.0.0-beta.65 + json5: 2.2.0 + vite: 2.0.0-beta.67 vue: 3.0.5 vue-router: 4.0.3_vue@3.0.5 + yaml: 2.0.0-3 dev: true peerDependencies: vite: ^2.0.0-beta.64 vue: ^3.0.0 resolution: - integrity: sha512-xt8lBt6ibVHVOjPnVvs9SMjwqbZuJsNliMq80Wi5r5hmbKeiEcwvLje2B65+rLIhDAVJXHBOggqCGB8GL2eP+A== + integrity: sha512-e//vGpOtb+a2k4nzHtBwszMtydYz4s81IaS/Z1amecg5iT/QvwuIMgx4okOTEoXZmWz6m/XvT4Os8C4sJjhGXg== /vite-plugin-pwa/0.4.6: dependencies: debug: 4.3.2 @@ -5194,7 +5371,7 @@ packages: dev: true resolution: integrity: sha512-3LonumSG4EcH9FT61d7wWouHkCmEciy3RPfvt25b835HMx9gb2Dt71t140+85Z5d+uANMSguC3miBnnGzagAMA== - /vite-ssg/0.8.0_c55ab035ab38f8736c0bba324bf99d97: + /vite-ssg/0.8.4_48c8dc7dae74de0e25414d6bbcdbc5e0: dependencies: '@vue/compiler-sfc': 3.0.5_vue@3.0.5 '@vue/server-renderer': 3.0.5_vue@3.0.5 @@ -5204,7 +5381,7 @@ packages: html-minifier: 4.0.0 jsdom: 16.4.0 prettier: 2.2.1 - vite: 2.0.0-beta.65 + vite: 2.0.0-beta.67 vue: 3.0.5 vue-router: 4.0.3_vue@3.0.5 yargs: 16.2.0 @@ -5219,21 +5396,21 @@ packages: vue: ^3.0.4 vue-router: ^4.0.1 resolution: - integrity: sha512-WAEs2bivu3F4nwC01KQWJjb4Z4rwob+lU12TPY5+EZsz4I2ZzD6tQJcQ9q3DPY4I1bTsPd7CdKKxD8IUuWU6qA== - /vite/2.0.0-beta.65: + integrity: sha512-xPlcUMMN+dFv4MzhCbmuxG3wMD9Buf1ETrkV9OfvGKxj6I8pKs0pNxjW7qEx04lHZmT/xG84k88fPXkSv0MmvA== + /vite/2.0.0-beta.67: dependencies: esbuild: 0.8.34 - postcss: 8.2.4 + postcss: 8.2.6 resolve: 1.19.0 - rollup: 2.37.1 + rollup: 2.38.5 dev: true engines: node: '>=12.0.0' hasBin: true optionalDependencies: - fsevents: 2.1.3 + fsevents: 2.3.2 resolution: - integrity: sha512-mdHNTP6fGeb8m8lWAM3UbSPw1+un1lUv0i4MQJcNiK2/P01RHIY02VjQeXBv3NemkExkgLji88LN9ySFMUQpIw== + integrity: sha512-QNxIRajidVG3ejikBUb17NgCV1bJ9UyKHBdItgw1O/ljQ1hBoph5I2/DrviqV4G9H3WP7teXk5vwQWuCVS9fqQ== /vue-demi/0.6.0_vue@3.0.5: dependencies: vue: 3.0.5 @@ -5260,10 +5437,10 @@ packages: eslint: '>=5.0.0' resolution: integrity: sha512-n5PJKZbyspD0+8LnaZgpEvNCrjQx1DyDHw8JdWwoxhhC+yRip4TAvSDpXGf9SWX6b0umeB5aR61gwUo6NVvFxw== - /vue-i18n/9.0.0-rc.5_vue@3.0.5: + /vue-i18n/9.0.0-rc.6_vue@3.0.5: dependencies: - '@intlify/core-base': 9.0.0-rc.5 - '@intlify/shared': 9.0.0-rc.5 + '@intlify/core-base': 9.0.0-rc.6 + '@intlify/shared': 9.0.0-rc.6 '@vue/devtools-api': 6.0.0-beta.5 vue: 3.0.5 dev: false @@ -5272,7 +5449,7 @@ packages: peerDependencies: vue: ^3.0.0 resolution: - integrity: sha512-sOi/bbUYsLH1rGeGgVeOZukeIxk4FlaeNQKcudtHM8Uc5Y7Fhnvv9APKwUoa1hs2GAflhVCiVZopPrd20HL2+w== + integrity: sha512-CrFLzT/BhTjtemgZ9qOjPxvrVxBxj6osV5oYeCLo5Xd8My617sIu72NGLwDjXRLGW5A/UCh0SUffMYlKL/eecw== /vue-router/4.0.3_vue@3.0.5: dependencies: vue: 3.0.5 @@ -5346,6 +5523,39 @@ packages: node: '>=10' resolution: integrity: sha512-vwTUFf6V4zhcPkWp/4CQPr1TW9Ml6SF4lVyaIMBdJw5i6qUUJ1QWM4Z6YYVkfka0OUIzVo/0aNtGVGk256IKWw== + /which-boxed-primitive/1.0.2: + dependencies: + is-bigint: 1.0.1 + is-boolean-object: 1.1.0 + is-number-object: 1.0.4 + is-string: 1.0.5 + is-symbol: 1.0.3 + dev: true + resolution: + integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg== + /which-collection/1.0.1: + dependencies: + is-map: 2.0.2 + is-set: 2.0.2 + is-weakmap: 2.0.1 + is-weakset: 2.0.1 + dev: true + resolution: + integrity: sha512-W8xeTUwaln8i3K/cY1nGXzdnVZlidBcagyNFtBdD5kxnb4TvGKR7FfSIS3mYpwWS1QUCutfKz8IY8RjftB0+1A== + /which-typed-array/1.1.4: + dependencies: + available-typed-arrays: 1.0.2 + call-bind: 1.0.2 + es-abstract: 1.18.0-next.2 + foreach: 2.0.5 + function-bind: 1.1.1 + has-symbols: 1.0.1 + is-typed-array: 1.1.4 + dev: true + engines: + node: '>= 0.4' + resolution: + integrity: sha512-49E0SpUe90cjpoc7BOJwyPHRqSAd12c10Qm2amdEZrJPCY2NDxaW01zHITrem+rnETY3dwrbH3UUrUwagfCYDA== /which/2.0.2: dependencies: isexe: 2.0.0 @@ -5582,6 +5792,12 @@ packages: node: '>= 6' resolution: integrity: sha512-yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg== + /yaml/2.0.0-3: + dev: true + engines: + node: '>= 10' + resolution: + integrity: sha512-gvtVaY+/mQ0OsXgaWy2Tf830JuXN7qEUYdXWsuiJVSkMRsBBQ90YVpQQofaURbhoA1xSbLBf7965oH6ddzNbBQ== /yargs-parser/20.2.4: dev: true engines: @@ -5604,11 +5820,11 @@ packages: integrity: sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw== specifiers: '@antfu/eslint-config': ^0.4.3 - '@iconify/json': ^1.1.298 - '@intlify/vite-plugin-vue-i18n': ^1.0.0-beta.15 + '@iconify/json': ^1.1.301 + '@intlify/vite-plugin-vue-i18n': ^1.0.0-beta.16 '@tailwindcss/typography': ^0.4.0 '@types/nprogress': ^0.2.0 - '@typescript-eslint/eslint-plugin': ^4.14.2 + '@typescript-eslint/eslint-plugin': ^4.15.0 '@vitejs/plugin-vue': ^1.1.4 '@vue/compiler-sfc': ^3.0.5 '@vue/server-renderer': ^3.0.5 @@ -5619,19 +5835,19 @@ specifiers: eslint: ^7.19.0 markdown-it-prism: ^2.1.4 nprogress: ^0.2.0 - pnpm: ^5.16.1 - postcss: ^8.2.4 + pnpm: ^5.17.1 + postcss: ^8.2.6 postcss-nested: ^5.0.3 prism-theme-vars: ^0.1.4 - tailwindcss: ^2.0.2 - typescript: ^4.1.3 - vite: ^2.0.0-beta.65 + tailwindcss: ^2.0.3 + typescript: ^4.1.5 + vite: ^2.0.0-beta.67 vite-plugin-components: ^0.6.6 vite-plugin-icons: ^0.2.1 vite-plugin-md: ^0.4.2 - vite-plugin-pages: ^0.2.3 + vite-plugin-pages: ^0.3.0 vite-plugin-pwa: ^0.4.6 - vite-ssg: ^0.8.0 + vite-ssg: ^0.8.4 vue: ^3.0.5 - vue-i18n: ^9.0.0-rc.5 + vue-i18n: ^9.0.0-rc.6 vue-router: ^4.0.3 diff --git a/src/components/Footer.vue b/src/components/Footer.vue index 95d9f3e..a5f46c4 100644 --- a/src/components/Footer.vue +++ b/src/components/Footer.vue @@ -1,6 +1,6 @@