From 4b2057fac215e8438833870b5aea6ac7f94e0dd1 Mon Sep 17 00:00:00 2001 From: MiniDigger | Martin Date: Mon, 23 Jan 2023 21:36:59 +0100 Subject: [PATCH] chore(deps): update deps --- frontend/package.json | 32 +- frontend/pnpm-lock.yaml | 825 +++++++++++++++++++++------------------- 2 files changed, 457 insertions(+), 400 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 6c1a9f84d..64bfba624 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -29,10 +29,10 @@ "@pinia/nuxt": "0.4.6", "@vuelidate/core": "2.0.0", "@vuelidate/validators": "2.0.0", - "@vueuse/components": "9.10.0", - "@vueuse/core": "9.10.0", - "@vueuse/head": "1.0.22", - "@vueuse/integrations": "9.10.0", + "@vueuse/components": "9.11.1", + "@vueuse/core": "9.11.1", + "@vueuse/head": "1.0.23", + "@vueuse/integrations": "9.11.1", "accept-language-parser": "1.5.0", "axios": "0.27.2", "chartist": "0.11.4", @@ -41,26 +41,26 @@ "diff-match-patch": "1.0.5", "dompurify": "^2.4.3", "filesize": "10.0.6", - "jsdom": "^21.0.0", + "jsdom": "^21.1.0", "jwt-decode": "3.1.2", "lodash-es": "4.17.21", "marked": "^4.2.12", "marked-extended-tables": "^1.0.5", "marked-linkify-it": "^3.0.1", "nprogress": "0.2.0", - "pinia": "2.0.28", + "pinia": "2.0.29", "prism-theme-vars": "0.2.4", "prismjs": "^1.29.0", "qs": "6.11.0", "swagger-ui-dist": "4.15.5", "universal-cookie": "4.0.4", "vue": "3.2.45", - "vue-advanced-cropper": "2.8.6", + "vue-advanced-cropper": "2.8.8", "vue-i18n": "9.2.2", "vue3-popper": "1.5.0" }, "devDependencies": { - "@iconify-json/mdi": "1.1.41", + "@iconify-json/mdi": "1.1.44", "@intlify/vite-plugin-vue-i18n": "6.0.3", "@nuxt-alt/proxy": "2.1.3", "@nuxtjs/eslint-config-typescript": "^12.0.0", @@ -79,27 +79,27 @@ "@types/qs": "6.9.7", "@types/swagger-ui-dist": "3.30.1", "@unlighthouse/nuxt": "^0.4.7", - "@unocss/nuxt": "^0.48.3", + "@unocss/nuxt": "^0.48.4", "@vue/compiler-sfc": "3.2.45", "@vue/eslint-config-typescript": "11.0.2", - "eslint": "8.31.0", + "eslint": "8.32.0", "eslint-config-prettier": "8.6.0", "eslint-import-resolver-alias": "1.1.2", "eslint-plugin-eslint-comments": "3.2.0", - "eslint-plugin-import": "2.26.0", + "eslint-plugin-import": "2.27.5", "eslint-plugin-unicorn": "45.0.2", - "eslint-plugin-vue": "9.8.0", + "eslint-plugin-vue": "9.9.0", "husky": "8.0.3", "lint-staged": "13.1.0", "nuxt": "3.0.0", - "pnpm": "7.22.0", - "prettier": "2.8.2", - "puppeteer": "^19.4.1", + "pnpm": "7.25.1", + "prettier": "2.8.3", + "puppeteer": "^19.6.0", "regenerator-runtime": "0.13.11", "sass": "1.57.1", "typescript": "4.9.4", "unplugin-auto-import": "0.12.1", - "unplugin-icons": "0.14.15", + "unplugin-icons": "0.15.1", "unplugin-vue-components": "0.22.12", "vite": "3.2.4", "vite-plugin-eslint": "1.8.1", diff --git a/frontend/pnpm-lock.yaml b/frontend/pnpm-lock.yaml index 99de751f3..8d84df281 100644 --- a/frontend/pnpm-lock.yaml +++ b/frontend/pnpm-lock.yaml @@ -2,7 +2,7 @@ lockfileVersion: 5.4 specifiers: '@headlessui/vue': 1.7.7 - '@iconify-json/mdi': 1.1.41 + '@iconify-json/mdi': 1.1.44 '@intlify/vite-plugin-vue-i18n': 6.0.3 '@nuxt-alt/proxy': 2.1.3 '@nuxtjs/eslint-config-typescript': ^12.0.0 @@ -22,15 +22,15 @@ specifiers: '@types/qs': 6.9.7 '@types/swagger-ui-dist': 3.30.1 '@unlighthouse/nuxt': ^0.4.7 - '@unocss/nuxt': ^0.48.3 + '@unocss/nuxt': ^0.48.4 '@vue/compiler-sfc': 3.2.45 '@vue/eslint-config-typescript': 11.0.2 '@vuelidate/core': 2.0.0 '@vuelidate/validators': 2.0.0 - '@vueuse/components': 9.10.0 - '@vueuse/core': 9.10.0 - '@vueuse/head': 1.0.22 - '@vueuse/integrations': 9.10.0 + '@vueuse/components': 9.11.1 + '@vueuse/core': 9.11.1 + '@vueuse/head': 1.0.23 + '@vueuse/integrations': 9.11.1 accept-language-parser: 1.5.0 axios: 0.27.2 chartist: 0.11.4 @@ -38,16 +38,16 @@ specifiers: debug: 4.3.4 diff-match-patch: 1.0.5 dompurify: ^2.4.3 - eslint: 8.31.0 + eslint: 8.32.0 eslint-config-prettier: 8.6.0 eslint-import-resolver-alias: 1.1.2 eslint-plugin-eslint-comments: 3.2.0 - eslint-plugin-import: 2.26.0 + eslint-plugin-import: 2.27.5 eslint-plugin-unicorn: 45.0.2 - eslint-plugin-vue: 9.8.0 + eslint-plugin-vue: 9.9.0 filesize: 10.0.6 husky: 8.0.3 - jsdom: ^21.0.0 + jsdom: ^21.1.0 jwt-decode: 3.1.2 lint-staged: 13.1.0 lodash-es: 4.17.21 @@ -56,12 +56,12 @@ specifiers: marked-linkify-it: ^3.0.1 nprogress: 0.2.0 nuxt: 3.0.0 - pinia: 2.0.28 - pnpm: 7.22.0 - prettier: 2.8.2 + pinia: 2.0.29 + pnpm: 7.25.1 + prettier: 2.8.3 prism-theme-vars: 0.2.4 prismjs: ^1.29.0 - puppeteer: ^19.4.1 + puppeteer: ^19.6.0 qs: 6.11.0 regenerator-runtime: 0.13.11 sass: 1.57.1 @@ -69,12 +69,12 @@ specifiers: typescript: 4.9.4 universal-cookie: 4.0.4 unplugin-auto-import: 0.12.1 - unplugin-icons: 0.14.15 + unplugin-icons: 0.15.1 unplugin-vue-components: 0.22.12 vite: 3.2.4 vite-plugin-eslint: 1.8.1 vue: 3.2.45 - vue-advanced-cropper: 2.8.6 + vue-advanced-cropper: 2.8.8 vue-i18n: 9.2.2 vue-tsc: 1.0.24 vue3-popper: 1.5.0 @@ -84,10 +84,10 @@ dependencies: '@pinia/nuxt': 0.4.6_prq2uz4lho2pwp6irk4cfkrxwu '@vuelidate/core': 2.0.0_vue@3.2.45 '@vuelidate/validators': 2.0.0_vue@3.2.45 - '@vueuse/components': 9.10.0_vue@3.2.45 - '@vueuse/core': 9.10.0_vue@3.2.45 - '@vueuse/head': 1.0.22_vue@3.2.45 - '@vueuse/integrations': 9.10.0_ecqgk4btweqfq65ju3ql7o4r2q + '@vueuse/components': 9.11.1_vue@3.2.45 + '@vueuse/core': 9.11.1_vue@3.2.45 + '@vueuse/head': 1.0.23_vue@3.2.45 + '@vueuse/integrations': 9.11.1_ecqgk4btweqfq65ju3ql7o4r2q accept-language-parser: 1.5.0 axios: 0.27.2_debug@4.3.4 chartist: 0.11.4 @@ -96,29 +96,29 @@ dependencies: diff-match-patch: 1.0.5 dompurify: 2.4.3 filesize: 10.0.6 - jsdom: 21.0.0 + jsdom: 21.1.0 jwt-decode: 3.1.2 lodash-es: 4.17.21 marked: 4.2.12 marked-extended-tables: 1.0.5_marked@4.2.12 marked-linkify-it: 3.0.1_marked@4.2.12 nprogress: 0.2.0 - pinia: 2.0.28_prq2uz4lho2pwp6irk4cfkrxwu + pinia: 2.0.29_prq2uz4lho2pwp6irk4cfkrxwu prism-theme-vars: 0.2.4 prismjs: 1.29.0 qs: 6.11.0 swagger-ui-dist: 4.15.5 universal-cookie: 4.0.4 vue: 3.2.45 - vue-advanced-cropper: 2.8.6_vue@3.2.45 + vue-advanced-cropper: 2.8.8_vue@3.2.45 vue-i18n: 9.2.2_vue@3.2.45 vue3-popper: 1.5.0_vue@3.2.45 devDependencies: - '@iconify-json/mdi': 1.1.41 + '@iconify-json/mdi': 1.1.44 '@intlify/vite-plugin-vue-i18n': 6.0.3_vite@3.2.4+vue-i18n@9.2.2 '@nuxt-alt/proxy': 2.1.3_debug@4.3.4 - '@nuxtjs/eslint-config-typescript': 12.0.0_iukboom6ndih5an6iafl45j2fe + '@nuxtjs/eslint-config-typescript': 12.0.0_7uibuqfxkfaozanbtbziikiqje '@types/accept-language-parser': 1.5.3 '@types/chartist': 0.11.1 '@types/debug': 4.1.7 @@ -133,31 +133,31 @@ devDependencies: '@types/prismjs': 1.26.0 '@types/qs': 6.9.7 '@types/swagger-ui-dist': 3.30.1 - '@unlighthouse/nuxt': 0.4.7_bpiqqxkjeio6mjjkhq5b6t35fa - '@unocss/nuxt': 0.48.3_vite@3.2.4 + '@unlighthouse/nuxt': 0.4.7_ocbrr7bmykalennez7rp37u3ga + '@unocss/nuxt': 0.48.4_vite@3.2.4 '@vue/compiler-sfc': 3.2.45 - '@vue/eslint-config-typescript': 11.0.2_6bpdc6aekjtktp4whh3ygv32oi - eslint: 8.31.0 - eslint-config-prettier: 8.6.0_eslint@8.31.0 - eslint-import-resolver-alias: 1.1.2_fkfqfehjtk7sk2efaqbgxsuasa - eslint-plugin-eslint-comments: 3.2.0_eslint@8.31.0 - eslint-plugin-import: 2.26.0_eslint@8.31.0 - eslint-plugin-unicorn: 45.0.2_eslint@8.31.0 - eslint-plugin-vue: 9.8.0_eslint@8.31.0 + '@vue/eslint-config-typescript': 11.0.2_5gm7ezxcdo2zu65gboxarjsumy + eslint: 8.32.0 + eslint-config-prettier: 8.6.0_eslint@8.32.0 + eslint-import-resolver-alias: 1.1.2_5rfvta7qn57kxm7ir36ta6fixq + eslint-plugin-eslint-comments: 3.2.0_eslint@8.32.0 + eslint-plugin-import: 2.27.5_eslint@8.32.0 + eslint-plugin-unicorn: 45.0.2_eslint@8.32.0 + eslint-plugin-vue: 9.9.0_eslint@8.32.0 husky: 8.0.3 lint-staged: 13.1.0 - nuxt: 3.0.0_retopqanwedboticx3ekqpclkm - pnpm: 7.22.0 - prettier: 2.8.2 - puppeteer: 19.4.1 + nuxt: 3.0.0_xopgimz2kalaiihq46cbzoypnm + pnpm: 7.25.1 + prettier: 2.8.3 + puppeteer: 19.6.0 regenerator-runtime: 0.13.11 sass: 1.57.1 typescript: 4.9.4 - unplugin-auto-import: 0.12.1_@vueuse+core@9.10.0 - unplugin-icons: 0.14.15_@vue+compiler-sfc@3.2.45 + unplugin-auto-import: 0.12.1_@vueuse+core@9.11.1 + unplugin-icons: 0.15.1_@vue+compiler-sfc@3.2.45 unplugin-vue-components: 0.22.12_vue@3.2.45 vite: 3.2.4_sass@1.57.1 - vite-plugin-eslint: 1.8.1_eslint@8.31.0+vite@3.2.4 + vite-plugin-eslint: 1.8.1_eslint@8.32.0+vite@3.2.4 vue-tsc: 1.0.24_typescript@4.9.4 packages: @@ -587,13 +587,13 @@ packages: dev: true optional: true - /@eslint-community/eslint-utils/4.1.2_eslint@8.31.0: + /@eslint-community/eslint-utils/4.1.2_eslint@8.32.0: resolution: {integrity: sha512-7qELuQWWjVDdVsFQ5+beUl+KPczrEDA7S3zM4QUd/bJl7oXgsmpXaEVqrRTnOBqenOV4rWf2kVZk2Ot085zPWA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - eslint: 8.31.0 + eslint: 8.32.0 eslint-visitor-keys: 3.3.0 dev: true @@ -617,7 +617,7 @@ packages: /@harlanzw/nuxt-kit-extras/0.3.1: resolution: {integrity: sha512-gRVl2yeza3JQN3GIQt9bpkEBC5i/axZTrKnfDVro9igH1tFCyavhREEs1geezThr5TO1eL0Uv+B6o6fwzoddmg==} dependencies: - '@nuxt/kit': /@nuxt/kit-edge/3.0.1-rc.0-27902229.912eafb + '@nuxt/kit': /@nuxt/kit-edge/3.0.1-rc.0-27908301.1af319e ufo: 0.7.11 transitivePeerDependencies: - rollup @@ -652,8 +652,8 @@ packages: resolution: {integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==} dev: true - /@iconify-json/mdi/1.1.41: - resolution: {integrity: sha512-nMT3k6cH48qi66m2mYDOh4YPW3BgSD+VLNXP7Z3LHNgKoGVLpA76AKWzYGshhyprebBGNXAk+72mlLLQSIojzQ==} + /@iconify-json/mdi/1.1.44: + resolution: {integrity: sha512-Apg9JY3jzWUTNiDWVBo7pD0WUAxdgoDhqr+X5TF1X6kVmM6U4Uo+Fo9dFaf4Qfwfsbt23zp2BHiaV1h1Hqm31g==} dependencies: '@iconify/types': 2.0.0 dev: true @@ -670,20 +670,7 @@ packages: '@iconify/types': 2.0.0 debug: 4.3.4 kolorist: 1.6.0 - local-pkg: 0.4.2 - transitivePeerDependencies: - - supports-color - dev: true - - /@iconify/utils/2.0.5: - resolution: {integrity: sha512-UMT1WhBkr7oYggc69dFl/1RHE9XDisCrWaKXXQLpIccLCytHWZEX3247b/wR+sexYIKBSWs8YIKmMBe3g4oGCw==} - dependencies: - '@antfu/install-pkg': 0.1.1 - '@antfu/utils': 0.5.2 - '@iconify/types': 2.0.0 - debug: 4.3.4 - kolorist: 1.6.0 - local-pkg: 0.4.2 + local-pkg: 0.4.3 transitivePeerDependencies: - supports-color dev: true @@ -884,11 +871,11 @@ packages: resolution: {integrity: sha512-YBI/6o2EBz02tdEJRBK8xkt3zvOFOWlLBf7WKYGBsSYSRtjjgrqPe2skp6VLLmKx5WbHHDNcW+6oACaurxGzeA==} dev: true - /@nuxt/kit-edge/3.0.1-rc.0-27902229.912eafb: - resolution: {integrity: sha512-TWuS9XF8elO1QAy6cjreYw9jo7n8tPW6I3rgW074vZm/Kr6rbGzyYyRQJYacN8C+wZfPEoK0+h5/ZN2r1N5qtQ==} + /@nuxt/kit-edge/3.0.1-rc.0-27908301.1af319e: + resolution: {integrity: sha512-eOKwyZJyFhK9ZBFat8YmL4xuFEZKd9sd2kNHFCSkQ0hTHxyNulmD2arH1u6QgL0ZS2/XRktL2jiYjODFcl8dsQ==} engines: {node: ^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0} dependencies: - '@nuxt/schema': /@nuxt/schema-edge/3.0.1-rc.0-27902229.912eafb + '@nuxt/schema': /@nuxt/schema-edge/3.0.1-rc.0-27908301.1af319e c12: 1.1.0 consola: 2.15.3 defu: 6.1.1 @@ -904,7 +891,7 @@ packages: scule: 1.0.0 semver: 7.3.8 unctx: 2.1.1 - unimport: 1.2.0 + unimport: 1.3.0 untyped: 1.2.2 transitivePeerDependencies: - rollup @@ -964,8 +951,8 @@ packages: - supports-color dev: true - /@nuxt/schema-edge/3.0.1-rc.0-27902229.912eafb: - resolution: {integrity: sha512-+ufkXj4FIjZ2QUGnq8coceBnz9/itL4wPS1gUQRixVAbV/gtec9ntOKsdH1oa2rPyyuItODjFIYxVhh1CpEvDg==} + /@nuxt/schema-edge/3.0.1-rc.0-27908301.1af319e: + resolution: {integrity: sha512-tTnD1WRO687/RRu9N1vyvGT2u9EW17SUGT2qUCEPKiorN15/7hedd4AZrmvIrbWnMCKXnUQjJAzKmX/HHgVq5A==} engines: {node: ^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0} dependencies: c12: 1.1.0 @@ -979,7 +966,7 @@ packages: scule: 1.0.0 std-env: 3.3.1 ufo: 1.0.1 - unimport: 1.2.0 + unimport: 1.3.0 untyped: 1.2.2 transitivePeerDependencies: - rollup @@ -1060,7 +1047,7 @@ packages: resolution: {integrity: sha512-jfpVHxi1AHfNO3D6iD1RJE6fx/7cAzekvG90poIzVawp/L+I4DNdy8pCgqBScJW4bfWOpHeLYbtQQlL/hPmkjw==} dev: true - /@nuxt/vite-builder/3.0.0_45otac4oaqrlhvoerkwn3fmbou: + /@nuxt/vite-builder/3.0.0_xlxpkbzu2yfj25puv4fxvwqf3m: resolution: {integrity: sha512-eMnpPpjHU8rGZcsJUksCuSX+6dpId03q8LOSStsm6rXzrNJtZIcwt0nBRTUaigckXIozX8ZNl5u2OPGUfUbMrw==} engines: {node: ^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0} peerDependencies: @@ -1097,7 +1084,7 @@ packages: unplugin: 1.0.0 vite: 3.2.4_sass@1.57.1 vite-node: 0.25.8_sass@1.57.1 - vite-plugin-checker: 0.5.2_3tziysujv7fbberd3vdeubdc5e + vite-plugin-checker: 0.5.2_iau6akmomfndawe4kng4nhp25a vue: 3.2.45 vue-bundle-renderer: 1.0.0 transitivePeerDependencies: @@ -1117,37 +1104,37 @@ packages: - vti dev: true - /@nuxtjs/eslint-config-typescript/12.0.0_iukboom6ndih5an6iafl45j2fe: + /@nuxtjs/eslint-config-typescript/12.0.0_7uibuqfxkfaozanbtbziikiqje: resolution: {integrity: sha512-HJR0ho5MYuOCFjkL+eMX/VXbUwy36J12DUMVy+dj3Qz1GYHwX92Saxap3urFzr8oPkzzFiuOknDivfCeRBWakg==} peerDependencies: eslint: ^8.23.0 dependencies: - '@nuxtjs/eslint-config': 12.0.0_uxcld2axmjsv7vkddihld44j44 - '@typescript-eslint/eslint-plugin': 5.45.0_g4ctrfixvsjuszcpwsr4fatum4 - '@typescript-eslint/parser': 5.45.0_iukboom6ndih5an6iafl45j2fe - eslint: 8.31.0 - eslint-import-resolver-typescript: 3.5.2_ol7jqilc3wemtdbq3nzhywgxq4 - eslint-plugin-import: 2.26.0_uxcld2axmjsv7vkddihld44j44 - eslint-plugin-vue: 9.8.0_eslint@8.31.0 + '@nuxtjs/eslint-config': 12.0.0_2io7bf2jvnc6nd5t6ppuvcye6q + '@typescript-eslint/eslint-plugin': 5.45.0_6pesl2g7wr5c4shtbdt6qq5pgu + '@typescript-eslint/parser': 5.45.0_7uibuqfxkfaozanbtbziikiqje + eslint: 8.32.0 + eslint-import-resolver-typescript: 3.5.2_ps7hf4l2dvbuxvtusmrfhmzsba + eslint-plugin-import: 2.27.5_2io7bf2jvnc6nd5t6ppuvcye6q + eslint-plugin-vue: 9.9.0_eslint@8.32.0 transitivePeerDependencies: - eslint-import-resolver-webpack - supports-color - typescript dev: true - /@nuxtjs/eslint-config/12.0.0_uxcld2axmjsv7vkddihld44j44: + /@nuxtjs/eslint-config/12.0.0_2io7bf2jvnc6nd5t6ppuvcye6q: resolution: {integrity: sha512-ewenelo75x0eYEUK+9EBXjc/OopQCvdkmYmlZuoHq5kub/vtiRpyZ/autppwokpHUq8tiVyl2ejMakoiHiDTrg==} peerDependencies: eslint: ^8.23.0 dependencies: - eslint: 8.31.0 - eslint-config-standard: 17.0.0_bnqb5qzb3pd2ps6dat4mcipgfi - eslint-plugin-import: 2.26.0_uxcld2axmjsv7vkddihld44j44 - eslint-plugin-n: 15.6.0_eslint@8.31.0 - eslint-plugin-node: 11.1.0_eslint@8.31.0 - eslint-plugin-promise: 6.1.1_eslint@8.31.0 - eslint-plugin-unicorn: 44.0.2_eslint@8.31.0 - eslint-plugin-vue: 9.8.0_eslint@8.31.0 + eslint: 8.32.0 + eslint-config-standard: 17.0.0_trp3qhu444nomx73cvjcqaqm7i + eslint-plugin-import: 2.27.5_2io7bf2jvnc6nd5t6ppuvcye6q + eslint-plugin-n: 15.6.0_eslint@8.32.0 + eslint-plugin-node: 11.1.0_eslint@8.32.0 + eslint-plugin-promise: 6.1.1_eslint@8.32.0 + eslint-plugin-unicorn: 44.0.2_eslint@8.32.0 + eslint-plugin-vue: 9.9.0_eslint@8.32.0 local-pkg: 0.4.2 transitivePeerDependencies: - '@typescript-eslint/parser' @@ -1160,7 +1147,7 @@ packages: resolution: {integrity: sha512-HjrYEfLdFpmsjhicPJgL36jVhzHWukIQPFFHGTSF84Cplu+f2nY2XHKqe9ToHzE9rLee2RjLOwAzOnXa/I/u6A==} dependencies: '@nuxt/kit': 3.0.0 - pinia: 2.0.28_prq2uz4lho2pwp6irk4cfkrxwu + pinia: 2.0.29_prq2uz4lho2pwp6irk4cfkrxwu transitivePeerDependencies: - '@vue/composition-api' - rollup @@ -1595,7 +1582,7 @@ packages: dev: true optional: true - /@typescript-eslint/eslint-plugin/5.45.0_g4ctrfixvsjuszcpwsr4fatum4: + /@typescript-eslint/eslint-plugin/5.45.0_6pesl2g7wr5c4shtbdt6qq5pgu: resolution: {integrity: sha512-CXXHNlf0oL+Yg021cxgOdMHNTXD17rHkq7iW6RFHoybdFgQBjU3yIXhhcPpGwr1CjZlo6ET8C6tzX5juQoXeGA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -1606,13 +1593,13 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.45.0_iukboom6ndih5an6iafl45j2fe + '@typescript-eslint/parser': 5.45.0_7uibuqfxkfaozanbtbziikiqje '@typescript-eslint/scope-manager': 5.45.0 - '@typescript-eslint/type-utils': 5.45.0_iukboom6ndih5an6iafl45j2fe - '@typescript-eslint/utils': 5.45.0_iukboom6ndih5an6iafl45j2fe + '@typescript-eslint/type-utils': 5.45.0_7uibuqfxkfaozanbtbziikiqje + '@typescript-eslint/utils': 5.45.0_7uibuqfxkfaozanbtbziikiqje debug: 4.3.4 - eslint: 8.31.0 - ignore: 5.2.1 + eslint: 8.32.0 + ignore: 5.2.4 natural-compare-lite: 1.4.0 regexpp: 3.2.0 semver: 7.3.8 @@ -1622,7 +1609,7 @@ packages: - supports-color dev: true - /@typescript-eslint/parser/5.45.0_iukboom6ndih5an6iafl45j2fe: + /@typescript-eslint/parser/5.45.0_7uibuqfxkfaozanbtbziikiqje: resolution: {integrity: sha512-brvs/WSM4fKUmF5Ot/gEve6qYiCMjm6w4HkHPfS6ZNmxTS0m0iNN4yOChImaCkqc1hRwFGqUyanMXuGal6oyyQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -1636,7 +1623,7 @@ packages: '@typescript-eslint/types': 5.45.0 '@typescript-eslint/typescript-estree': 5.45.0_typescript@4.9.4 debug: 4.3.4 - eslint: 8.31.0 + eslint: 8.32.0 typescript: 4.9.4 transitivePeerDependencies: - supports-color @@ -1650,7 +1637,7 @@ packages: '@typescript-eslint/visitor-keys': 5.45.0 dev: true - /@typescript-eslint/type-utils/5.45.0_iukboom6ndih5an6iafl45j2fe: + /@typescript-eslint/type-utils/5.45.0_7uibuqfxkfaozanbtbziikiqje: resolution: {integrity: sha512-DY7BXVFSIGRGFZ574hTEyLPRiQIvI/9oGcN8t1A7f6zIs6ftbrU0nhyV26ZW//6f85avkwrLag424n+fkuoJ1Q==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -1661,9 +1648,9 @@ packages: optional: true dependencies: '@typescript-eslint/typescript-estree': 5.45.0_typescript@4.9.4 - '@typescript-eslint/utils': 5.45.0_iukboom6ndih5an6iafl45j2fe + '@typescript-eslint/utils': 5.45.0_7uibuqfxkfaozanbtbziikiqje debug: 4.3.4 - eslint: 8.31.0 + eslint: 8.32.0 tsutils: 3.21.0_typescript@4.9.4 typescript: 4.9.4 transitivePeerDependencies: @@ -1696,7 +1683,7 @@ packages: - supports-color dev: true - /@typescript-eslint/utils/5.45.0_iukboom6ndih5an6iafl45j2fe: + /@typescript-eslint/utils/5.45.0_7uibuqfxkfaozanbtbziikiqje: resolution: {integrity: sha512-OUg2JvsVI1oIee/SwiejTot2OxwU8a7UfTFMOdlhD2y+Hl6memUSL4s98bpUTo8EpVEr0lmwlU7JSu/p2QpSvA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -1707,9 +1694,9 @@ packages: '@typescript-eslint/scope-manager': 5.45.0 '@typescript-eslint/types': 5.45.0 '@typescript-eslint/typescript-estree': 5.45.0_typescript@4.9.4 - eslint: 8.31.0 + eslint: 8.32.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.31.0 + eslint-utils: 3.0.0_eslint@8.32.0 semver: 7.3.8 transitivePeerDependencies: - supports-color @@ -1728,15 +1715,22 @@ packages: resolution: {integrity: sha512-ErfhK3Nwk3kpxnPEOrkruKAdS3/TrNlKs0nYtKgFJ1ywJYg+uNwRFDe82v4JdUMhnfmbgL/qcO3PTx3Dv09IEQ==} dependencies: '@unhead/schema': 1.0.13 + dev: true + + /@unhead/dom/1.0.18: + resolution: {integrity: sha512-zX7w/Z3a1/spyQ3SuxB/0s1Tjx8zu5RzYBBXTtYvGutF8g/ScXreC0c5Vm5F3x4HOPdWG+71Qr/M+k6AxPLHDA==} + dependencies: + '@unhead/schema': 1.0.18 /@unhead/schema/1.0.13: resolution: {integrity: sha512-K8SiAEkM8G7GaF1QvsKlthLmRqGB8R9SvZXMCucZqb2VQ6bU4IFSs/4q6dKxmV0fXb5AHdKUL9+rX/4rQ6FsZg==} dependencies: '@zhead/schema': 1.0.7 hookable: 5.4.2 + dev: true - /@unhead/schema/1.0.14: - resolution: {integrity: sha512-eL03X15KvI10igudFkvV1sWUIMcMGQed0qOk+V5fyp036NZLQ5MF9ygyZOKkZ71jbdL8/1Afe8+f2tklc4v8zQ==} + /@unhead/schema/1.0.18: + resolution: {integrity: sha512-LjNxwwQMZTD0b3LlB4/mmCZpO6HP7ZjK5sKuMpy7/+2O9HJO6TefxsDVrJVAitdUfm5Jej9cNEjnL2gJkc2uWg==} dependencies: '@zhead/schema': 1.0.9 hookable: 5.4.2 @@ -1748,10 +1742,10 @@ packages: hookable: 5.4.2 dev: true - /@unhead/ssr/1.0.14: - resolution: {integrity: sha512-ScireDoj8AJenQPi60KjGM21d9RePBqMKOKgJbTMLQIyEC34mssoOYU1r5tOexKZJiWJXzbu5qE+NIwoY8P/yA==} + /@unhead/ssr/1.0.18: + resolution: {integrity: sha512-In0bJSLAyN8DdCuNJaoOIrjsK40g904ELR/0Eue9VzyO0fe147dPGfYlwwUrZOqj0JzGtndiQCF/D6bjn76ovw==} dependencies: - '@unhead/schema': 1.0.14 + '@unhead/schema': 1.0.18 /@unhead/ssr/1.0.7: resolution: {integrity: sha512-BJPrJI4nsMaHQjfBZxj/6bfoK4TnzJ11Kqicm/aCtNeZEhYhabRVHVpvKmyBFEcRGQyuZH1S6Ct4QRB8eAnHeQ==} @@ -1759,12 +1753,12 @@ packages: '@unhead/schema': 1.0.7 dev: true - /@unhead/vue/1.0.14_vue@3.2.45: - resolution: {integrity: sha512-PwJLCSq/eVLbLw7SbMCa20rEeL301w52UG2YhRpQTfsChBMBRGg3Nsl/PPWIurwkBXPpCsVL3AFppaCK5BCJ5Q==} + /@unhead/vue/1.0.18_vue@3.2.45: + resolution: {integrity: sha512-VZ61a2pRtGXI9sj1aba5Qmm35veVvRDIE0Xsog3I0TfwavlwklZcg9bF2eT+GcDnsq1NxNO7uDyrb/+xNAzSxA==} peerDependencies: vue: '>=2.7 || >=3' dependencies: - '@unhead/schema': 1.0.14 + '@unhead/schema': 1.0.18 hookable: 5.4.2 vue: 3.2.45 @@ -1780,7 +1774,7 @@ packages: vue-router: 4.1.6_vue@3.2.45 dev: true - /@unlighthouse/core/0.4.7_bpiqqxkjeio6mjjkhq5b6t35fa: + /@unlighthouse/core/0.4.7_ocbrr7bmykalennez7rp37u3ga: resolution: {integrity: sha512-pYQCuS7t6AuYbVUg7UFBJ0Kb4QV3XAV7qjrK9TSrrvLlGdMm11BUJn104GgUq6AUxr2d1EqV6kT4dAp9HabH/A==} peerDependencies: puppeteer: '*' @@ -1813,8 +1807,8 @@ packages: mlly: 1.0.0 object-hash: 3.0.0 pathe: 1.0.0 - puppeteer: 19.4.1 - puppeteer-cluster: 0.23.0_puppeteer@19.4.1 + puppeteer: 19.6.0 + puppeteer-cluster: 0.23.0_puppeteer@19.6.0 puppeteer-core: 19.4.1 regexparam: 2.0.1 sanitize-filename: 1.6.3 @@ -1834,15 +1828,15 @@ packages: - utf-8-validate dev: true - /@unlighthouse/nuxt/0.4.7_bpiqqxkjeio6mjjkhq5b6t35fa: + /@unlighthouse/nuxt/0.4.7_ocbrr7bmykalennez7rp37u3ga: resolution: {integrity: sha512-0hMG0Z1p8dC2Kgo+FBo0CI4t9Tht+XzQ1WT+FfnEY7i9os79mxnXKI2t9uJ3P76TxFrXnoxXdKWwnu+CDDOvuA==} dependencies: '@harlanzw/nuxt-kit-extras': 0.3.1 '@nuxt/kit': 3.0.0 - '@unlighthouse/core': 0.4.7_bpiqqxkjeio6mjjkhq5b6t35fa - '@unlighthouse/server': 0.4.7_bpiqqxkjeio6mjjkhq5b6t35fa - '@unlighthouse/vite': 0.4.7_bpiqqxkjeio6mjjkhq5b6t35fa - '@unlighthouse/webpack': 0.4.7_bpiqqxkjeio6mjjkhq5b6t35fa + '@unlighthouse/core': 0.4.7_ocbrr7bmykalennez7rp37u3ga + '@unlighthouse/server': 0.4.7_ocbrr7bmykalennez7rp37u3ga + '@unlighthouse/vite': 0.4.7_ocbrr7bmykalennez7rp37u3ga + '@unlighthouse/webpack': 0.4.7_ocbrr7bmykalennez7rp37u3ga transitivePeerDependencies: - bufferutil - debug @@ -1854,10 +1848,10 @@ packages: - webpack dev: true - /@unlighthouse/server/0.4.7_bpiqqxkjeio6mjjkhq5b6t35fa: + /@unlighthouse/server/0.4.7_ocbrr7bmykalennez7rp37u3ga: resolution: {integrity: sha512-oKraK2SNrvn31gO+xU7Jnh8POvVvwnI6EI+jtcRBAGvdtaLBD+9nOWnwhJc6ns8V8JS/YGywpXZr6awMT20lYw==} dependencies: - '@unlighthouse/core': 0.4.7_bpiqqxkjeio6mjjkhq5b6t35fa + '@unlighthouse/core': 0.4.7_ocbrr7bmykalennez7rp37u3ga h3: 1.0.2 listhen: 1.0.1 transitivePeerDependencies: @@ -1870,11 +1864,11 @@ packages: - utf-8-validate dev: true - /@unlighthouse/vite/0.4.7_bpiqqxkjeio6mjjkhq5b6t35fa: + /@unlighthouse/vite/0.4.7_ocbrr7bmykalennez7rp37u3ga: resolution: {integrity: sha512-cY+sZ8yuCDHcqMnvHYjIeTY0P8T5znTTmYqa3pPHNHMPSh7L3zvgMxdFiZUzAss+i9oj5Y40rWvpoxRawDXSIg==} dependencies: - '@unlighthouse/core': 0.4.7_bpiqqxkjeio6mjjkhq5b6t35fa - '@unlighthouse/server': 0.4.7_bpiqqxkjeio6mjjkhq5b6t35fa + '@unlighthouse/core': 0.4.7_ocbrr7bmykalennez7rp37u3ga + '@unlighthouse/server': 0.4.7_ocbrr7bmykalennez7rp37u3ga transitivePeerDependencies: - bufferutil - debug @@ -1885,13 +1879,13 @@ packages: - utf-8-validate dev: true - /@unlighthouse/webpack/0.4.7_bpiqqxkjeio6mjjkhq5b6t35fa: + /@unlighthouse/webpack/0.4.7_ocbrr7bmykalennez7rp37u3ga: resolution: {integrity: sha512-RpBCY1Bto9XK6dNipR4WQ4lVQdWDPzbBK+OKcoaRv2m7NiNLL3qLyqYZcNTttoaNgWyRoqG8Ii6OsjMOKKMSIA==} peerDependencies: webpack: ^4 || ^5 dependencies: - '@unlighthouse/core': 0.4.7_bpiqqxkjeio6mjjkhq5b6t35fa - '@unlighthouse/server': 0.4.7_bpiqqxkjeio6mjjkhq5b6t35fa + '@unlighthouse/core': 0.4.7_ocbrr7bmykalennez7rp37u3ga + '@unlighthouse/server': 0.4.7_ocbrr7bmykalennez7rp37u3ga defu: 6.1.1 lodash-es: 4.17.21 unplugin: 1.0.1 @@ -1905,27 +1899,27 @@ packages: - utf-8-validate dev: true - /@unocss/astro/0.48.3_vite@3.2.4: - resolution: {integrity: sha512-lEDk/ckjl6S7dxbzSi+EdYjesMixu5kkjm61lyjpCCMrvFb2yeFXEMuklw8vYKb1M5Z1CKxQBr6IRiXT/reKFg==} + /@unocss/astro/0.48.4_vite@3.2.4: + resolution: {integrity: sha512-Ol9uBJcysYOjCAEb1h0YSFcTE6NA2801UXY2YJhSyFmf92heY+oSPdDb1eNHXzcS5blmQLwWv7zgMYT2lYrZPQ==} dependencies: - '@unocss/core': 0.48.3 - '@unocss/reset': 0.48.3 - '@unocss/vite': 0.48.3_vite@3.2.4 + '@unocss/core': 0.48.4 + '@unocss/reset': 0.48.4 + '@unocss/vite': 0.48.4_vite@3.2.4 transitivePeerDependencies: - rollup - vite dev: true - /@unocss/cli/0.48.3: - resolution: {integrity: sha512-NXjnekicHaK21h9s+X+RTcKLHN5EKIX9V6oB0h3SoTpbPSVonJBwaylODUDTrqUe3a29UkdJMnh/lb2wPXnuKw==} + /@unocss/cli/0.48.4: + resolution: {integrity: sha512-bQk7QGHXk5meennVvCK1VQg8PLiogtLyUO/SwfmAVvKD/BeCV7cFuoUCDxko1fXhAOy84W2v1gqNl4JCXxu5oQ==} engines: {node: '>=14'} hasBin: true dependencies: '@ampproject/remapping': 2.2.0 '@rollup/pluginutils': 5.0.2 - '@unocss/config': 0.48.3 - '@unocss/core': 0.48.3 - '@unocss/preset-uno': 0.48.3 + '@unocss/config': 0.48.4 + '@unocss/core': 0.48.4 + '@unocss/preset-uno': 0.48.4 cac: 6.7.14 chokidar: 3.5.3 colorette: 2.0.19 @@ -1938,42 +1932,42 @@ packages: - rollup dev: true - /@unocss/config/0.48.3: - resolution: {integrity: sha512-s09rm5rITD0nPgVGB/+NH7Lcw5s3u8VEaniLdwxDuGeuPSf1fcbhhayqDG2WigdDwXqoj3Vvbmzn96jgZUU8pA==} + /@unocss/config/0.48.4: + resolution: {integrity: sha512-RAMpENnOkftw4NMu5TcnkMHjSJBa57OgE6N1eXfOw3rd6a4sgNC0S4r+rLiPDmvrdvmNUSvWYnJmPo6Ih1phQw==} engines: {node: '>=14'} dependencies: - '@unocss/core': 0.48.3 + '@unocss/core': 0.48.4 unconfig: 0.3.7 dev: true - /@unocss/core/0.48.3: - resolution: {integrity: sha512-CHlJkXUoV4M35yrpFm6TUx6avdlVEbzjusSNVYhxbQC3Wii5XepY6VqswYmA9G29g9URSfl6IBTx5PBqx/lacw==} + /@unocss/core/0.48.4: + resolution: {integrity: sha512-ecoTzblwEIQGD4QhMo1U36rVwvTR9XW+gtJRhCnVyjy7L23AbGJu2xkRZSsH3k/v0gs0gx/SHNfyOqA52BNfoA==} dev: true - /@unocss/inspector/0.48.3: - resolution: {integrity: sha512-qsTtbb0PxJdEoGrl9fY02V8XZdZwIuPt2UClgTzHEjxmvmHOnb1b3dBR9DfaqD/wURfaPhBmF30y6wzmVcEWNQ==} + /@unocss/inspector/0.48.4: + resolution: {integrity: sha512-YcPJoMUbOhldMxMLg9bGNMgReNIcYmIomI2NY77aiPcihv47LLPlN/ur3/syz5SxxihRgIIdFXmGhpj6HDa9vg==} dependencies: gzip-size: 6.0.0 sirv: 2.0.2 dev: true - /@unocss/nuxt/0.48.3_vite@3.2.4: - resolution: {integrity: sha512-KPzhnWGW1vdcW6kz4cG/K/bBTr+MuaQq2ITallL5aedjpFqio6/W+tbB20uWOuUDP2nCduad76WZFd6dLwjoPw==} + /@unocss/nuxt/0.48.4_vite@3.2.4: + resolution: {integrity: sha512-vq2ez6/qHHOQNV3hSg5WA1K0zfiIhQstr4JKKZeuY7rvRt6wzHE8iGO7z95mEX6DXJxJTkLLo5tucJdEBGtpMQ==} dependencies: '@nuxt/kit': 3.0.0 - '@unocss/config': 0.48.3 - '@unocss/core': 0.48.3 - '@unocss/preset-attributify': 0.48.3 - '@unocss/preset-icons': 0.48.3 - '@unocss/preset-tagify': 0.48.3 - '@unocss/preset-typography': 0.48.3 - '@unocss/preset-uno': 0.48.3 - '@unocss/preset-web-fonts': 0.48.3 - '@unocss/preset-wind': 0.48.3 - '@unocss/reset': 0.48.3 - '@unocss/vite': 0.48.3_vite@3.2.4 - '@unocss/webpack': 0.48.3 - unocss: 0.48.3_hqxcgdmlxmuv6d65762ccnf6a4 + '@unocss/config': 0.48.4 + '@unocss/core': 0.48.4 + '@unocss/preset-attributify': 0.48.4 + '@unocss/preset-icons': 0.48.4 + '@unocss/preset-tagify': 0.48.4 + '@unocss/preset-typography': 0.48.4 + '@unocss/preset-uno': 0.48.4 + '@unocss/preset-web-fonts': 0.48.4 + '@unocss/preset-wind': 0.48.4 + '@unocss/reset': 0.48.4 + '@unocss/vite': 0.48.4_vite@3.2.4 + '@unocss/webpack': 0.48.4 + unocss: 0.48.4_qkifhcqm7nxyyoqqcup6xz67q4 transitivePeerDependencies: - rollup - supports-color @@ -1981,107 +1975,107 @@ packages: - webpack dev: true - /@unocss/preset-attributify/0.48.3: - resolution: {integrity: sha512-qzDr+gueFNXBXgtGywEZLQxkaVKBvIEAvVKRYaq8x7DcIenDtO2VND6Hzaoqet5CdjW8zBgbQxpDJJmnIADPzw==} + /@unocss/preset-attributify/0.48.4: + resolution: {integrity: sha512-g8F6MKHSkK3euJeoTIxwfvKTGlAeN0OzVtm6BwpfeV6T0UCLoNOa2GCVco2kIbu/o95GeFr6oZcwwSQR8zTdcA==} dependencies: - '@unocss/core': 0.48.3 + '@unocss/core': 0.48.4 dev: true - /@unocss/preset-icons/0.48.3: - resolution: {integrity: sha512-yIPs6jscbZlRUNtdzswjB20t3DkH9/Ifqik23awTXkjrhZYL8w9HJZqD5ilLoIqtts+D9knBXP6rnfyFWRysFw==} + /@unocss/preset-icons/0.48.4: + resolution: {integrity: sha512-7VJ4mnOpWIvKUKy2HO/yd1sFmw5uAOAcPL3yD6KHMOoE0igH1ohcx06WPAtyrHIALjWe1gBrvYhpPrhYhMH1tQ==} dependencies: '@iconify/utils': 2.0.11 - '@unocss/core': 0.48.3 + '@unocss/core': 0.48.4 ohmyfetch: 0.4.21 transitivePeerDependencies: - supports-color dev: true - /@unocss/preset-mini/0.48.3: - resolution: {integrity: sha512-j6K/Z3UarRCcvD0hKfVX82hKsvtvLJZ0v49H2alJ7QH72oNSJxmPPZUkAUdmVGsD4Fp5v+G3nyss8QXbb2qY/A==} + /@unocss/preset-mini/0.48.4: + resolution: {integrity: sha512-UNiBZ7rDP0ubXRu0r6WWy/2Fn70+xur0e/7cR4rMjyboQtMCKxYU6H6svZcraoX2ie1rjAIuZmMbSLooTVoovg==} dependencies: - '@unocss/core': 0.48.3 + '@unocss/core': 0.48.4 dev: true - /@unocss/preset-tagify/0.48.3: - resolution: {integrity: sha512-yEOPTH5KnjjrnPSU4I3LtZEEEiqSuPbfQ2zeielAsjw5TacxM0yx6g32AH8u8zdYNOf4RP+faZwGpEWfPgz63A==} + /@unocss/preset-tagify/0.48.4: + resolution: {integrity: sha512-M8Vr7JbDAXb/c83oCnIOlSEuCWSujiia7Fp5kgmKrXp25Bqb7rd9d6sD0uLcHsknc9hUkkBFGyPfuMmRo1VovA==} dependencies: - '@unocss/core': 0.48.3 + '@unocss/core': 0.48.4 dev: true - /@unocss/preset-typography/0.48.3: - resolution: {integrity: sha512-LxyZMy9r59SuZdaApUZzmkaKmvBMQPo0HrMwjrpOaycAVYQP2TFVuKR/dCemByCCW3aKTabJ3SMEB3PjaLQT2A==} + /@unocss/preset-typography/0.48.4: + resolution: {integrity: sha512-dxyAJD1SpJIPh3V9GeYjUHc+ulXu+U+96A5H3UmbeGgzs+wQzqsAZe2hQqtBsJIIp2N/QXttyVkh3EkVnF8k8w==} dependencies: - '@unocss/core': 0.48.3 + '@unocss/core': 0.48.4 dev: true - /@unocss/preset-uno/0.48.3: - resolution: {integrity: sha512-dvrndURwxbaBj7X7IU5FNEmy3/SBaJTo1fJvjh5FwJF7jWo/EDg0OQLvlFzpXdpc6UTAYFUJBUKIPtOG2DLyMA==} + /@unocss/preset-uno/0.48.4: + resolution: {integrity: sha512-T7l5kFzb52b3NI02pnamPxPLDp7M4+V/sid+Z4LqkJoqsgER1Ekp0WYnQyCWauj9PcMIxoSq4aUf9p7MD3GrUA==} dependencies: - '@unocss/core': 0.48.3 - '@unocss/preset-mini': 0.48.3 - '@unocss/preset-wind': 0.48.3 + '@unocss/core': 0.48.4 + '@unocss/preset-mini': 0.48.4 + '@unocss/preset-wind': 0.48.4 dev: true - /@unocss/preset-web-fonts/0.48.3: - resolution: {integrity: sha512-G6DX2Ppup9MWJ9J3vd3C/XphWUGz/VqBLMmBzJflqC1t+Q6dMYluDGiSI+OulCLQXAO5w/3L0CPAtUsV6AH2Mw==} + /@unocss/preset-web-fonts/0.48.4: + resolution: {integrity: sha512-kycVq3rBcPCbwGPUmd+jaWQwJ0IRqp/RPTPmz8+DEItlSVaMaHBfuluHlJ3kjIYgRkWVnT2nEZtTEGEpUxwdRw==} dependencies: - '@unocss/core': 0.48.3 + '@unocss/core': 0.48.4 ohmyfetch: 0.4.21 dev: true - /@unocss/preset-wind/0.48.3: - resolution: {integrity: sha512-art/XN/XEM4NA2qrnBanQ2HqDAusMUn/sLqx2mcWcmbnLXmydXgx5bn2QxdsWlkmhq5Kwh//re4sojkqjWndjg==} + /@unocss/preset-wind/0.48.4: + resolution: {integrity: sha512-V4nuAgbeek7wVNChchQZTwDB3ww6sSdcNsYZII8gpGdf7EvFmgI6ZkpIcSCXHBBbCiFWckWfcqIBEY/pchBLUw==} dependencies: - '@unocss/core': 0.48.3 - '@unocss/preset-mini': 0.48.3 + '@unocss/core': 0.48.4 + '@unocss/preset-mini': 0.48.4 dev: true - /@unocss/reset/0.48.3: - resolution: {integrity: sha512-IVydK/VbRJp2ms6Yl1M3/FzHWOj9fof1HsqKnC6nE5S1lBq7856yhTyY9TOQoA2sPOa+pblc4o6vUcgRrnl1lg==} + /@unocss/reset/0.48.4: + resolution: {integrity: sha512-9WPoGwLrG5vZQzMxgd7/zJkUUmL06WYtrAiRdf5gYsCBbnpx6eq0II0TvU8PEzvseqgkhEpN19iSgnsuTZ34kA==} dev: true - /@unocss/scope/0.48.3: - resolution: {integrity: sha512-WHDvJd9Eh2svkrw2YVlh2phVVkHrbXP24bPOvMm/NddB4zoXhOPWnBdFKQy4CXX09Zxkq9ne3+9lc68dWQW9sg==} + /@unocss/scope/0.48.4: + resolution: {integrity: sha512-3GcEoTiEZWguui8n1CFjuKkdtnRegND+QkSUN3fEW62s515gpjwkuLbthea+dLT8+x0NUjoXglMN0Hsea0taTA==} dev: true - /@unocss/transformer-attributify-jsx/0.48.3: - resolution: {integrity: sha512-e954i2/+XPXA/xVCD/CR8AK411GEUkQu+kxXWjH+ruuFURrlay5xTUL1KHZuupJ3WKOD3wyg3ICSGovQv9Ug0g==} + /@unocss/transformer-attributify-jsx/0.48.4: + resolution: {integrity: sha512-7D/lshXUbwjt8ra2RyVLwSqR9HiC2zah7XuQxTgu6pdJ31eHNZqK3LeanCjx4KNeR6XY8gwjI7qPeimGrmnVVA==} dependencies: - '@unocss/core': 0.48.3 + '@unocss/core': 0.48.4 dev: true - /@unocss/transformer-compile-class/0.48.3: - resolution: {integrity: sha512-mZ59XRO/01lquWOpZ/e6psTrrs4C1aXZLwJAbSmAq4ZFZTdLkbTIVdwXFjozO9gyp9Yd+0HhKYh4cHQE4pBGvA==} + /@unocss/transformer-compile-class/0.48.4: + resolution: {integrity: sha512-E9tRf3ZtbwPBtodnonwYmcoDzcxopLVHUi8HE6tuVrxO5MR5glgfA9sFWv4Wkzv5zGCgcQHixP+EXTiYahCfpg==} dependencies: - '@unocss/core': 0.48.3 + '@unocss/core': 0.48.4 dev: true - /@unocss/transformer-directives/0.48.3: - resolution: {integrity: sha512-lpuTsQaPA2UqYYrAykanS4Ay2vdZgJrxsSfhpTA5DBcr2vlXAGLBRn/PoVYbnKMU1sRbwIqzJbxCKIRjWNDFoQ==} + /@unocss/transformer-directives/0.48.4: + resolution: {integrity: sha512-/TMiCOv63i/y9s+PRdgon00mEtC8UJHGDmHr74ACloyJiy5AOPOr7DvIL4Q2Asw7WVhQUVGlXsQyjt53fp6rTA==} dependencies: - '@unocss/core': 0.48.3 + '@unocss/core': 0.48.4 css-tree: 2.3.1 dev: true - /@unocss/transformer-variant-group/0.48.3: - resolution: {integrity: sha512-jpQLKHrScMpaTvxNCcKqs20kMhiCJ6YuChYiPgWMlRuvgOEflskUKW9jKHJWrLfJkWJHvNITjzzfsFMqjzYyAw==} + /@unocss/transformer-variant-group/0.48.4: + resolution: {integrity: sha512-szh75Mi2j6FLd3wVE8Pju/EmjoqdBCRyC9plM5REUrJco0txi94kHkpZEoF5vdkjhBnTG2wsLEoPW32chFt2PQ==} dependencies: - '@unocss/core': 0.48.3 + '@unocss/core': 0.48.4 dev: true - /@unocss/vite/0.48.3_vite@3.2.4: - resolution: {integrity: sha512-BdbhvcIZ+bN2o5o+9Aes5AxYBFJ71oY/da2A0RMrhedosSabu4vpZ6MVtzPXn6dDuwNC4N0T9/6GFPcMYXlfbQ==} + /@unocss/vite/0.48.4_vite@3.2.4: + resolution: {integrity: sha512-/KZ8Rk5kHt/EoxvCZCvajuTFVTYzVkN0RP9ThGXhhIePNA78231ym4PuUYU7Bv3y+r6zsP9fwqxtyT5a6cS09w==} peerDependencies: vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 dependencies: '@ampproject/remapping': 2.2.0 '@rollup/pluginutils': 5.0.2 - '@unocss/config': 0.48.3 - '@unocss/core': 0.48.3 - '@unocss/inspector': 0.48.3 - '@unocss/scope': 0.48.3 - '@unocss/transformer-directives': 0.48.3 + '@unocss/config': 0.48.4 + '@unocss/core': 0.48.4 + '@unocss/inspector': 0.48.4 + '@unocss/scope': 0.48.4 + '@unocss/transformer-directives': 0.48.4 chokidar: 3.5.3 fast-glob: 3.2.12 magic-string: 0.27.0 @@ -2090,15 +2084,15 @@ packages: - rollup dev: true - /@unocss/webpack/0.48.3: - resolution: {integrity: sha512-RhOAI/NThZvkkHvxGw5BWEynQnfei2K+hYiK6xFLDT5/oe6N9Sg5nVNwcs/CfhMPvtZMZIaTjdzPlI2VwefCFg==} + /@unocss/webpack/0.48.4: + resolution: {integrity: sha512-9Z1aJgwzIDQen2OezEQZHS5nVW1EnFLzeJ8M+0yf+MnsNfgvc/+HNqVOyVUNS8C1tkFNW6WaqSIVykRWh+K/Tw==} peerDependencies: webpack: ^4 || ^5 dependencies: '@ampproject/remapping': 2.2.0 '@rollup/pluginutils': 5.0.2 - '@unocss/config': 0.48.3 - '@unocss/core': 0.48.3 + '@unocss/config': 0.48.4 + '@unocss/core': 0.48.4 chokidar: 3.5.3 fast-glob: 3.2.12 magic-string: 0.27.0 @@ -2313,7 +2307,7 @@ packages: /@vue/devtools-api/6.4.5: resolution: {integrity: sha512-JD5fcdIuFxU4fQyXUu3w2KpAJHzTVdN+p4iOX2lMWSHMOoQdMAcpFLZzm9Z/2nmsoZ1a96QEhZ26e50xLBsgOQ==} - /@vue/eslint-config-typescript/11.0.2_6bpdc6aekjtktp4whh3ygv32oi: + /@vue/eslint-config-typescript/11.0.2_5gm7ezxcdo2zu65gboxarjsumy: resolution: {integrity: sha512-EiKud1NqlWmSapBFkeSrE994qpKx7/27uCGnhdqzllYDpQZroyX/O6bwjEpeuyKamvLbsGdO6PMR2faIf+zFnw==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: @@ -2324,12 +2318,12 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/eslint-plugin': 5.45.0_g4ctrfixvsjuszcpwsr4fatum4 - '@typescript-eslint/parser': 5.45.0_iukboom6ndih5an6iafl45j2fe - eslint: 8.31.0 - eslint-plugin-vue: 9.8.0_eslint@8.31.0 + '@typescript-eslint/eslint-plugin': 5.45.0_6pesl2g7wr5c4shtbdt6qq5pgu + '@typescript-eslint/parser': 5.45.0_7uibuqfxkfaozanbtbziikiqje + eslint: 8.32.0 + eslint-plugin-vue: 9.9.0_eslint@8.32.0 typescript: 4.9.4 - vue-eslint-parser: 9.1.0_eslint@8.31.0 + vue-eslint-parser: 9.1.0_eslint@8.32.0 transitivePeerDependencies: - supports-color dev: true @@ -2399,41 +2393,41 @@ packages: vue-demi: 0.13.11_vue@3.2.45 dev: false - /@vueuse/components/9.10.0_vue@3.2.45: - resolution: {integrity: sha512-BED5DcKFucS6iB8aUqjpPWbmnl2S2x7C2HkBjTd7bVN5ER+fCFBiHYsDTOjR5yOt2OI/VgfQQPEUnygh0nnxrg==} + /@vueuse/components/9.11.1_vue@3.2.45: + resolution: {integrity: sha512-2LZjX3CRXaEe18GPXaS2cjuCnMwsV6tYKRzZZgSWs4VgE3MQmY/Q9uXplpYiSj0okNd6KQ5E+0oZm8LZd183KA==} dependencies: - '@vueuse/core': 9.10.0_vue@3.2.45 - '@vueuse/shared': 9.10.0_vue@3.2.45 + '@vueuse/core': 9.11.1_vue@3.2.45 + '@vueuse/shared': 9.11.1_vue@3.2.45 vue-demi: 0.13.11_vue@3.2.45 transitivePeerDependencies: - '@vue/composition-api' - vue dev: false - /@vueuse/core/9.10.0_vue@3.2.45: - resolution: {integrity: sha512-CxMewME07qeuzuT/AOIQGv0EhhDoojniqU6pC3F8m5VC76L47UT18DcX88kWlP3I7d3qMJ4u/PD8iSRsy3bmNA==} + /@vueuse/core/9.11.1_vue@3.2.45: + resolution: {integrity: sha512-E/cizD1w9ILkq4axYjZrXLkKaBfzloaby2n3NMjUfd6yI/jkfTVgc6iwy/Cw2e++Ld4LphGbO+3MhzizvwUslQ==} dependencies: '@types/web-bluetooth': 0.0.16 - '@vueuse/metadata': 9.10.0 - '@vueuse/shared': 9.10.0_vue@3.2.45 + '@vueuse/metadata': 9.11.1 + '@vueuse/shared': 9.11.1_vue@3.2.45 vue-demi: 0.13.11_vue@3.2.45 transitivePeerDependencies: - '@vue/composition-api' - vue - /@vueuse/head/1.0.22_vue@3.2.45: - resolution: {integrity: sha512-YmUdbzNdCnhmrAFxGnJS+Rixj+swE+TQC9OEaYDHIro6gE7W11jugcdwVP00HrA4WRQhg+TOQ4YcY2oL/PP1hw==} + /@vueuse/head/1.0.23_vue@3.2.45: + resolution: {integrity: sha512-CiC9VWYbvwAqjWDBJH4WfQfBk7NWMZpvmpvIUYsm3X+aa8QHMiDGzR+RFKZSUtykiCGnSZk97yIvo5eJBmSh8A==} peerDependencies: vue: '>=2.7 || >=3' dependencies: - '@unhead/dom': 1.0.13 - '@unhead/schema': 1.0.13 - '@unhead/ssr': 1.0.14 - '@unhead/vue': 1.0.14_vue@3.2.45 + '@unhead/dom': 1.0.18 + '@unhead/schema': 1.0.18 + '@unhead/ssr': 1.0.18 + '@unhead/vue': 1.0.18_vue@3.2.45 vue: 3.2.45 - /@vueuse/integrations/9.10.0_ecqgk4btweqfq65ju3ql7o4r2q: - resolution: {integrity: sha512-MLGVbN3i9gRq3pb8VRZXgPvbNJcUUvgR5pmbc1QZj4Z1vvsvxam159AwWEJdyX2I39a1E7EkmBujtiXtVckO5g==} + /@vueuse/integrations/9.11.1_ecqgk4btweqfq65ju3ql7o4r2q: + resolution: {integrity: sha512-1VBT1U0ScI0GmJn+i7RvyCX5P+Dh04yxHurN3RniYPCFOJ8mCKSqJlzSA5aQ94UIK0ZKI2RyEGS8FY0WAteixw==} peerDependencies: async-validator: '*' axios: '*' @@ -2470,8 +2464,8 @@ packages: universal-cookie: optional: true dependencies: - '@vueuse/core': 9.10.0_vue@3.2.45 - '@vueuse/shared': 9.10.0_vue@3.2.45 + '@vueuse/core': 9.11.1_vue@3.2.45 + '@vueuse/shared': 9.11.1_vue@3.2.45 axios: 0.27.2_debug@4.3.4 jwt-decode: 3.1.2 nprogress: 0.2.0 @@ -2482,11 +2476,11 @@ packages: - vue dev: false - /@vueuse/metadata/9.10.0: - resolution: {integrity: sha512-G5VZhgTCapzU9rv0Iq2HBrVOSGzOKb+OE668NxhXNcTjUjwYxULkEhAw70FtRLMZc+hxcFAzDZlKYA0xcwNMuw==} + /@vueuse/metadata/9.11.1: + resolution: {integrity: sha512-ABjkrG+VXggNhjfGyw5e/sekxTZfXTwjrYXkkWQmQ7Biyv+Gq9UD6IDNfeGvQZEINI0Qzw6nfuO2UFCd3hlrxQ==} - /@vueuse/shared/9.10.0_vue@3.2.45: - resolution: {integrity: sha512-vakHJ2ZRklAzqmcVBL38RS7BxdBA4+5poG9NsSyqJxrt9kz0zX3P5CXMy0Hm6LFbZXUgvKdqAS3pUH1zX/5qTQ==} + /@vueuse/shared/9.11.1_vue@3.2.45: + resolution: {integrity: sha512-UTZYGAjT96hWn4buf4wstZbeheBVNcKPQuej6qpoSkjF1atdaeCD6kqm9uGL2waHfisSgH9mq0qCRiBOk5C/2w==} dependencies: vue-demi: 0.13.11_vue@3.2.45 transitivePeerDependencies: @@ -2495,6 +2489,7 @@ packages: /@zhead/schema/1.0.7: resolution: {integrity: sha512-jN2ipkz39YrHd8uulgw/Y7x8iOxvR/cTkin/E9zRQVP5JBIrrJMiGyFFj6JBW4Q029xJ5dKtpwy/3RZWpz+dkQ==} + dev: true /@zhead/schema/1.0.9: resolution: {integrity: sha512-MBubVXXEJX86ZBL6CDK0rYi1mC82zuben1MwwAEe98EFN1w4Oy0l2roJaM51MwQEvZ+WTi6o4lCxUShtLQJk8A==} @@ -2718,6 +2713,16 @@ packages: es-shim-unscopables: 1.0.0 dev: true + /array.prototype.flatmap/1.3.1: + resolution: {integrity: sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + define-properties: 1.1.4 + es-abstract: 1.20.4 + es-shim-unscopables: 1.0.0 + dev: true + /astral-regex/2.0.0: resolution: {integrity: sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==} engines: {node: '>=8'} @@ -3642,6 +3647,10 @@ packages: resolution: {integrity: sha512-ATFTrPbY1dKYhPPvpjtwWKSK2mIwGmRwX54UASn9THEuIZCe2n9k3vVuMmt6jWeL+e5QaaguEv/pMyR+JQB7VQ==} dev: true + /devtools-protocol/0.0.1082910: + resolution: {integrity: sha512-RqoZ2GmqaNxyx+99L/RemY5CkwG9D0WEfOKxekwCRXOGrDCep62ngezEJUVMq6rISYQ+085fJnWDQqGHlxVNww==} + dev: true + /devtools-protocol/0.0.981744: resolution: {integrity: sha512-0cuGS8+jhR67Fy7qG3i3Pc7Aw494sb9yG9QgpG97SFVWwolgYjlhJg7n+UaHxOQT30d1TYu/EYe9k01ivLErIg==} dev: true @@ -4119,16 +4128,16 @@ packages: source-map: 0.6.1 dev: false - /eslint-config-prettier/8.6.0_eslint@8.31.0: + /eslint-config-prettier/8.6.0_eslint@8.32.0: resolution: {integrity: sha512-bAF0eLpLVqP5oEVUFKpMA+NnRFICwn9X8B5jrR9FcqnYBuPbqWEjTEspPWMj5ye6czoSLDweCzSo3Ko7gGrZaA==} hasBin: true peerDependencies: eslint: '>=7.0.0' dependencies: - eslint: 8.31.0 + eslint: 8.32.0 dev: true - /eslint-config-standard/17.0.0_bnqb5qzb3pd2ps6dat4mcipgfi: + /eslint-config-standard/17.0.0_trp3qhu444nomx73cvjcqaqm7i: resolution: {integrity: sha512-/2ks1GKyqSOkH7JFvXJicu0iMpoojkwB+f5Du/1SC0PtBL+s8v30k9njRZ21pm2drKYm2342jFnGWzttxPmZVg==} peerDependencies: eslint: ^8.0.1 @@ -4136,31 +4145,32 @@ packages: eslint-plugin-n: ^15.0.0 eslint-plugin-promise: ^6.0.0 dependencies: - eslint: 8.31.0 - eslint-plugin-import: 2.26.0_uxcld2axmjsv7vkddihld44j44 - eslint-plugin-n: 15.6.0_eslint@8.31.0 - eslint-plugin-promise: 6.1.1_eslint@8.31.0 + eslint: 8.32.0 + eslint-plugin-import: 2.27.5_2io7bf2jvnc6nd5t6ppuvcye6q + eslint-plugin-n: 15.6.0_eslint@8.32.0 + eslint-plugin-promise: 6.1.1_eslint@8.32.0 dev: true - /eslint-import-resolver-alias/1.1.2_fkfqfehjtk7sk2efaqbgxsuasa: + /eslint-import-resolver-alias/1.1.2_5rfvta7qn57kxm7ir36ta6fixq: resolution: {integrity: sha512-WdviM1Eu834zsfjHtcGHtGfcu+F30Od3V7I9Fi57uhBEwPkjDcii7/yW8jAT+gOhn4P/vOxxNAXbFAKsrrc15w==} engines: {node: '>= 4'} peerDependencies: eslint-plugin-import: '>=1.4.0' dependencies: - eslint-plugin-import: 2.26.0_eslint@8.31.0 + eslint-plugin-import: 2.27.5_eslint@8.32.0 dev: true - /eslint-import-resolver-node/0.3.6: - resolution: {integrity: sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==} + /eslint-import-resolver-node/0.3.7: + resolution: {integrity: sha512-gozW2blMLJCeFpBwugLTGyvVjNoeo1knonXAcatC6bjPBZitotxdWf7Gimr25N4c0AAOo4eOUfaG82IJPDpqCA==} dependencies: debug: 3.2.7 + is-core-module: 2.11.0 resolve: 1.22.1 transitivePeerDependencies: - supports-color dev: true - /eslint-import-resolver-typescript/3.5.2_ol7jqilc3wemtdbq3nzhywgxq4: + /eslint-import-resolver-typescript/3.5.2_ps7hf4l2dvbuxvtusmrfhmzsba: resolution: {integrity: sha512-zX4ebnnyXiykjhcBvKIf5TNvt8K7yX6bllTRZ14MiurKPjDpCAZujlszTdB8pcNXhZcOf+god4s9SjQa5GnytQ==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -4169,8 +4179,8 @@ packages: dependencies: debug: 4.3.4 enhanced-resolve: 5.12.0 - eslint: 8.31.0 - eslint-plugin-import: 2.26.0_uxcld2axmjsv7vkddihld44j44 + eslint: 8.32.0 + eslint-plugin-import: 2.27.5_2io7bf2jvnc6nd5t6ppuvcye6q get-tsconfig: 4.2.0 globby: 13.1.3 is-core-module: 2.11.0 @@ -4180,7 +4190,7 @@ packages: - supports-color dev: true - /eslint-module-utils/2.7.4_curl6mfqm5fplb2pa3gkf2c5ai: + /eslint-module-utils/2.7.4_3pkhgu4zuyynugafsrwths7juy: resolution: {integrity: sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==} engines: {node: '>=4'} peerDependencies: @@ -4201,16 +4211,16 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.45.0_iukboom6ndih5an6iafl45j2fe + '@typescript-eslint/parser': 5.45.0_7uibuqfxkfaozanbtbziikiqje debug: 3.2.7 - eslint: 8.31.0 - eslint-import-resolver-node: 0.3.6 - eslint-import-resolver-typescript: 3.5.2_ol7jqilc3wemtdbq3nzhywgxq4 + eslint: 8.32.0 + eslint-import-resolver-node: 0.3.7 + eslint-import-resolver-typescript: 3.5.2_ps7hf4l2dvbuxvtusmrfhmzsba transitivePeerDependencies: - supports-color dev: true - /eslint-module-utils/2.7.4_rahvyjeqqlq6ogimp3cp7kgkfq: + /eslint-module-utils/2.7.4_tdm2zecdp3gdwhfxnfmevnwugq: resolution: {integrity: sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==} engines: {node: '>=4'} peerDependencies: @@ -4232,47 +4242,80 @@ packages: optional: true dependencies: debug: 3.2.7 - eslint: 8.31.0 - eslint-import-resolver-node: 0.3.6 + eslint: 8.32.0 + eslint-import-resolver-node: 0.3.7 transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-es/3.0.1_eslint@8.31.0: + /eslint-plugin-es/3.0.1_eslint@8.32.0: resolution: {integrity: sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=4.19.1' dependencies: - eslint: 8.31.0 + eslint: 8.32.0 eslint-utils: 2.1.0 regexpp: 3.2.0 dev: true - /eslint-plugin-es/4.1.0_eslint@8.31.0: + /eslint-plugin-es/4.1.0_eslint@8.32.0: resolution: {integrity: sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=4.19.1' dependencies: - eslint: 8.31.0 + eslint: 8.32.0 eslint-utils: 2.1.0 regexpp: 3.2.0 dev: true - /eslint-plugin-eslint-comments/3.2.0_eslint@8.31.0: + /eslint-plugin-eslint-comments/3.2.0_eslint@8.32.0: resolution: {integrity: sha512-0jkOl0hfojIHHmEHgmNdqv4fmh7300NdpA9FFpF7zaoLvB/QeXOGNLIo86oAveJFrfB1p05kC8hpEMHM8DwWVQ==} engines: {node: '>=6.5.0'} peerDependencies: eslint: '>=4.19.1' dependencies: escape-string-regexp: 1.0.5 - eslint: 8.31.0 + eslint: 8.32.0 ignore: 5.2.1 dev: true - /eslint-plugin-import/2.26.0_eslint@8.31.0: - resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==} + /eslint-plugin-import/2.27.5_2io7bf2jvnc6nd5t6ppuvcye6q: + resolution: {integrity: sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==} + engines: {node: '>=4'} + peerDependencies: + '@typescript-eslint/parser': '*' + eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 + peerDependenciesMeta: + '@typescript-eslint/parser': + optional: true + dependencies: + '@typescript-eslint/parser': 5.45.0_7uibuqfxkfaozanbtbziikiqje + array-includes: 3.1.6 + array.prototype.flat: 1.3.1 + array.prototype.flatmap: 1.3.1 + debug: 3.2.7 + doctrine: 2.1.0 + eslint: 8.32.0 + eslint-import-resolver-node: 0.3.7 + eslint-module-utils: 2.7.4_3pkhgu4zuyynugafsrwths7juy + has: 1.0.3 + is-core-module: 2.11.0 + is-glob: 4.0.3 + minimatch: 3.1.2 + object.values: 1.1.6 + resolve: 1.22.1 + semver: 6.3.0 + tsconfig-paths: 3.14.1 + transitivePeerDependencies: + - eslint-import-resolver-typescript + - eslint-import-resolver-webpack + - supports-color + dev: true + + /eslint-plugin-import/2.27.5_eslint@8.32.0: + resolution: {integrity: sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==} engines: {node: '>=4'} peerDependencies: '@typescript-eslint/parser': '*' @@ -4283,17 +4326,19 @@ packages: dependencies: array-includes: 3.1.6 array.prototype.flat: 1.3.1 - debug: 2.6.9 + array.prototype.flatmap: 1.3.1 + debug: 3.2.7 doctrine: 2.1.0 - eslint: 8.31.0 - eslint-import-resolver-node: 0.3.6 - eslint-module-utils: 2.7.4_rahvyjeqqlq6ogimp3cp7kgkfq + eslint: 8.32.0 + eslint-import-resolver-node: 0.3.7 + eslint-module-utils: 2.7.4_tdm2zecdp3gdwhfxnfmevnwugq has: 1.0.3 is-core-module: 2.11.0 is-glob: 4.0.3 minimatch: 3.1.2 object.values: 1.1.6 resolve: 1.22.1 + semver: 6.3.0 tsconfig-paths: 3.14.1 transitivePeerDependencies: - eslint-import-resolver-typescript @@ -4301,47 +4346,16 @@ packages: - supports-color dev: true - /eslint-plugin-import/2.26.0_uxcld2axmjsv7vkddihld44j44: - resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==} - engines: {node: '>=4'} - peerDependencies: - '@typescript-eslint/parser': '*' - eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 - peerDependenciesMeta: - '@typescript-eslint/parser': - optional: true - dependencies: - '@typescript-eslint/parser': 5.45.0_iukboom6ndih5an6iafl45j2fe - array-includes: 3.1.6 - array.prototype.flat: 1.3.1 - debug: 2.6.9 - doctrine: 2.1.0 - eslint: 8.31.0 - eslint-import-resolver-node: 0.3.6 - eslint-module-utils: 2.7.4_curl6mfqm5fplb2pa3gkf2c5ai - has: 1.0.3 - is-core-module: 2.11.0 - is-glob: 4.0.3 - minimatch: 3.1.2 - object.values: 1.1.6 - resolve: 1.22.1 - tsconfig-paths: 3.14.1 - transitivePeerDependencies: - - eslint-import-resolver-typescript - - eslint-import-resolver-webpack - - supports-color - dev: true - - /eslint-plugin-n/15.6.0_eslint@8.31.0: + /eslint-plugin-n/15.6.0_eslint@8.32.0: resolution: {integrity: sha512-Hd/F7wz4Mj44Jp0H6Jtty13NcE69GNTY0rVlgTIj1XBnGGVI6UTdDrpE6vqu3AHo07bygq/N+7OH/lgz1emUJw==} engines: {node: '>=12.22.0'} peerDependencies: eslint: '>=7.0.0' dependencies: builtins: 5.0.1 - eslint: 8.31.0 - eslint-plugin-es: 4.1.0_eslint@8.31.0 - eslint-utils: 3.0.0_eslint@8.31.0 + eslint: 8.32.0 + eslint-plugin-es: 4.1.0_eslint@8.32.0 + eslint-utils: 3.0.0_eslint@8.32.0 ignore: 5.2.4 is-core-module: 2.11.0 minimatch: 3.1.2 @@ -4349,14 +4363,14 @@ packages: semver: 7.3.8 dev: true - /eslint-plugin-node/11.1.0_eslint@8.31.0: + /eslint-plugin-node/11.1.0_eslint@8.32.0: resolution: {integrity: sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=5.16.0' dependencies: - eslint: 8.31.0 - eslint-plugin-es: 3.0.1_eslint@8.31.0 + eslint: 8.32.0 + eslint-plugin-es: 3.0.1_eslint@8.32.0 eslint-utils: 2.1.0 ignore: 5.2.4 minimatch: 3.1.2 @@ -4364,16 +4378,16 @@ packages: semver: 6.3.0 dev: true - /eslint-plugin-promise/6.1.1_eslint@8.31.0: + /eslint-plugin-promise/6.1.1_eslint@8.32.0: resolution: {integrity: sha512-tjqWDwVZQo7UIPMeDReOpUgHCmCiH+ePnVT+5zVapL0uuHnegBUs2smM13CzOs2Xb5+MHMRFTs9v24yjba4Oig==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 dependencies: - eslint: 8.31.0 + eslint: 8.32.0 dev: true - /eslint-plugin-unicorn/44.0.2_eslint@8.31.0: + /eslint-plugin-unicorn/44.0.2_eslint@8.32.0: resolution: {integrity: sha512-GLIDX1wmeEqpGaKcnMcqRvMVsoabeF0Ton0EX4Th5u6Kmf7RM9WBl705AXFEsns56ESkEs0uyelLuUTvz9Tr0w==} engines: {node: '>=14.18'} peerDependencies: @@ -4382,8 +4396,8 @@ packages: '@babel/helper-validator-identifier': 7.19.1 ci-info: 3.7.0 clean-regexp: 1.0.0 - eslint: 8.31.0 - eslint-utils: 3.0.0_eslint@8.31.0 + eslint: 8.32.0 + eslint-utils: 3.0.0_eslint@8.32.0 esquery: 1.4.0 indent-string: 4.0.0 is-builtin-module: 3.2.0 @@ -4396,17 +4410,17 @@ packages: strip-indent: 3.0.0 dev: true - /eslint-plugin-unicorn/45.0.2_eslint@8.31.0: + /eslint-plugin-unicorn/45.0.2_eslint@8.32.0: resolution: {integrity: sha512-Y0WUDXRyGDMcKLiwgL3zSMpHrXI00xmdyixEGIg90gHnj0PcHY4moNv3Ppje/kDivdAy5vUeUr7z211ImPv2gw==} engines: {node: '>=14.18'} peerDependencies: eslint: '>=8.28.0' dependencies: '@babel/helper-validator-identifier': 7.19.1 - '@eslint-community/eslint-utils': 4.1.2_eslint@8.31.0 + '@eslint-community/eslint-utils': 4.1.2_eslint@8.32.0 ci-info: 3.7.0 clean-regexp: 1.0.0 - eslint: 8.31.0 + eslint: 8.32.0 esquery: 1.4.0 indent-string: 4.0.0 is-builtin-module: 3.2.0 @@ -4421,19 +4435,19 @@ packages: strip-indent: 3.0.0 dev: true - /eslint-plugin-vue/9.8.0_eslint@8.31.0: - resolution: {integrity: sha512-E/AXwcTzunyzM83C2QqDHxepMzvI2y6x+mmeYHbVDQlKFqmKYvRrhaVixEeeG27uI44p9oKDFiyCRw4XxgtfHA==} + /eslint-plugin-vue/9.9.0_eslint@8.32.0: + resolution: {integrity: sha512-YbubS7eK0J7DCf0U2LxvVP7LMfs6rC6UltihIgval3azO3gyDwEGVgsCMe1TmDiEkl6GdMKfRpaME6QxIYtzDQ==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 dependencies: - eslint: 8.31.0 - eslint-utils: 3.0.0_eslint@8.31.0 + eslint: 8.32.0 + eslint-utils: 3.0.0_eslint@8.32.0 natural-compare: 1.4.0 nth-check: 2.1.1 postcss-selector-parser: 6.0.11 semver: 7.3.8 - vue-eslint-parser: 9.1.0_eslint@8.31.0 + vue-eslint-parser: 9.1.0_eslint@8.32.0 xml-name-validator: 4.0.0 transitivePeerDependencies: - supports-color @@ -4462,13 +4476,13 @@ packages: eslint-visitor-keys: 1.3.0 dev: true - /eslint-utils/3.0.0_eslint@8.31.0: + /eslint-utils/3.0.0_eslint@8.32.0: resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} peerDependencies: eslint: '>=5' dependencies: - eslint: 8.31.0 + eslint: 8.32.0 eslint-visitor-keys: 2.1.0 dev: true @@ -4487,8 +4501,8 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /eslint/8.31.0: - resolution: {integrity: sha512-0tQQEVdmPZ1UtUKXjX7EMm9BlgJ08G90IhWh0PKDCb3ZLsgAOHI8fYSIzYVZej92zsgq+ft0FGsxhJ3xo2tbuA==} + /eslint/8.32.0: + resolution: {integrity: sha512-nETVXpnthqKPFyuY2FNjz/bEd6nbosRgKbkgS/y1C7LJop96gYHWpiguLecMHQ2XCPxn77DS0P+68WzG6vkZSQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: @@ -4503,7 +4517,7 @@ packages: doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.1.1 - eslint-utils: 3.0.0_eslint@8.31.0 + eslint-utils: 3.0.0_eslint@8.32.0 eslint-visitor-keys: 3.3.0 espree: 9.4.1 esquery: 1.4.0 @@ -5610,8 +5624,8 @@ packages: argparse: 2.0.1 dev: true - /jsdom/21.0.0: - resolution: {integrity: sha512-AIw+3ZakSUtDYvhwPwWHiZsUi3zHugpMEKlNPaurviseYoBqo0zBd3zqoUi3LPCNtPFlEP8FiW9MqCZdjb2IYA==} + /jsdom/21.1.0: + resolution: {integrity: sha512-m0lzlP7qOtthD918nenK3hdItSd2I+V3W9IrBcB36sqDwG+KnUs66IF5GY7laGWUnlM9vTsD0W1QwSEBYWWcJg==} engines: {node: '>=14'} peerDependencies: canvas: ^2.5.0 @@ -5900,6 +5914,10 @@ packages: resolution: {integrity: sha512-mlERgSPrbxU3BP4qBqAvvwlgW4MTg78iwJdGGnv7kibKjWcJksrG3t6LB5lXI93wXRDvG4NpUgJFmTG4T6rdrg==} engines: {node: '>=14'} + /local-pkg/0.4.3: + resolution: {integrity: sha512-SFppqq5p42fe2qcZQqqEOiVRXl+WCP1MdT6k7BDEW1j++sp5fIY+/fdRQitvKgB5BrBcmrs5m/L0v2FrU5MY1g==} + engines: {node: '>=14'} + /locate-path/5.0.0: resolution: {integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==} engines: {node: '>=8'} @@ -6472,7 +6490,7 @@ packages: fsevents: 2.3.2 dev: true - /nuxt/3.0.0_retopqanwedboticx3ekqpclkm: + /nuxt/3.0.0_xopgimz2kalaiihq46cbzoypnm: resolution: {integrity: sha512-RNlD78uv04ZiXWmlx9f1tnJfrqsYAWHU+4gbgOTQpIBmQzHWPWiox+fm/1m93iKfEd5sJi9TJUoXX5yBObVZYw==} engines: {node: ^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0} hasBin: true @@ -6482,11 +6500,11 @@ packages: '@nuxt/schema': 3.0.0 '@nuxt/telemetry': 2.1.8 '@nuxt/ui-templates': 1.0.0 - '@nuxt/vite-builder': 3.0.0_45otac4oaqrlhvoerkwn3fmbou + '@nuxt/vite-builder': 3.0.0_xlxpkbzu2yfj25puv4fxvwqf3m '@unhead/ssr': 1.0.7 '@vue/reactivity': 3.2.45 '@vue/shared': 3.2.45 - '@vueuse/head': 1.0.22_vue@3.2.45 + '@vueuse/head': 1.0.23_vue@3.2.45 chokidar: 3.5.3 cookie-es: 0.5.0 defu: 6.1.1 @@ -6854,8 +6872,8 @@ packages: engines: {node: '>=0.10.0'} dev: true - /pinia/2.0.28_prq2uz4lho2pwp6irk4cfkrxwu: - resolution: {integrity: sha512-YClq9DkqCblq9rlyUual7ezMu/iICWdBtfJrDt4oWU9Zxpijyz7xB2xTwx57DaBQ96UGvvTMORzALr+iO5PVMw==} + /pinia/2.0.29_prq2uz4lho2pwp6irk4cfkrxwu: + resolution: {integrity: sha512-5z/KpFecq/cIgfeTnulJXldiLcTITRkTe3N58RKYSj0Pc1EdR6oyCdnf5A9jLoVwBqX5LtHhd0kGlpzWvk9oiQ==} peerDependencies: '@vue/composition-api': ^1.4.0 typescript: '>=4.4.4' @@ -6891,8 +6909,8 @@ packages: engines: {node: '>=4'} dev: true - /pnpm/7.22.0: - resolution: {integrity: sha512-dkhne1O1ktNz/Cn/GZU5wnjhP/aNEfmJGW5UdILyDnptgw84jauOf2Mk5jTe3gp4OZWZN1szcBrjyOZ7Uxxilw==} + /pnpm/7.25.1: + resolution: {integrity: sha512-y/jlADVxyk+scBwI0ALRf8QoUMgrWyONnD1voZaPTBI+D+aIXXiFG9pMk3eLhvEfc0nK8KUnnbDDBTywd7WsMw==} engines: {node: '>=14.6'} hasBin: true dev: true @@ -7239,8 +7257,8 @@ packages: engines: {node: '>= 0.8.0'} dev: true - /prettier/2.8.2: - resolution: {integrity: sha512-BtRV9BcncDyI2tsuS19zzhzoxD8Dh8LiCx7j7tHzrkz8GFXAexeWFdi22mjE1d16dftH2qNaytVxqiRTGlMfpw==} + /prettier/2.8.3: + resolution: {integrity: sha512-tJ/oJ4amDihPoufT5sM0Z1SKEuKay8LfVAMlbbhnnkvt6BUserZylqo2PN+p9KeljLr0OHa2rXHU1T8reeoTrw==} engines: {node: '>=10.13.0'} hasBin: true dev: true @@ -7298,13 +7316,13 @@ packages: resolution: {integrity: sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==} engines: {node: '>=6'} - /puppeteer-cluster/0.23.0_puppeteer@19.4.1: + /puppeteer-cluster/0.23.0_puppeteer@19.6.0: resolution: {integrity: sha512-108terIWDzPrQopmoYSPd5yDoy3FGJ2dNnoGMkGYPs6xtkdhgaECwpfZkzaRToMQPZibUOz0/dSSGgPEdXEhkQ==} peerDependencies: puppeteer: '>=1.5.0' dependencies: debug: 4.3.4 - puppeteer: 19.4.1 + puppeteer: 19.6.0 transitivePeerDependencies: - supports-color dev: true @@ -7353,8 +7371,29 @@ packages: - utf-8-validate dev: true - /puppeteer/19.4.1: - resolution: {integrity: sha512-PCnrR13B8A+VSEDXRmrNXRZbrkF1tfsI1hKSC7vs13eNS6CUD3Y4FA8SF8/VZy+Pm1kg5AggJT2Nu3HLAtGkFg==} + /puppeteer-core/19.6.0: + resolution: {integrity: sha512-GvqWdHr9eY/MFR5pXf9o0apnrTmG0hhS7/TtCPfeAvCbaUS1bsLMZWxNGvI/QbviRu4xxi6HrR7VW4x/4esq1Q==} + engines: {node: '>=14.1.0'} + dependencies: + cross-fetch: 3.1.5 + debug: 4.3.4 + devtools-protocol: 0.0.1082910 + extract-zip: 2.0.1 + https-proxy-agent: 5.0.1 + proxy-from-env: 1.1.0 + rimraf: 3.0.2 + tar-fs: 2.1.1 + unbzip2-stream: 1.4.3 + ws: 8.11.0 + transitivePeerDependencies: + - bufferutil + - encoding + - supports-color + - utf-8-validate + dev: true + + /puppeteer/19.6.0: + resolution: {integrity: sha512-KpRjn/bosTWe8xOQ/F5J1UmQ4inR77ADddn8G6MqMPp/y9Tl+7EycXgrjO0/3i/OQfHi5bsvkTKXRkm0ieo/ew==} engines: {node: '>=14.1.0'} requiresBuild: true dependencies: @@ -7362,7 +7401,7 @@ packages: https-proxy-agent: 5.0.1 progress: 2.0.3 proxy-from-env: 1.1.0 - puppeteer-core: 19.4.1 + puppeteer-core: 19.6.0 transitivePeerDependencies: - bufferutil - encoding @@ -8430,7 +8469,7 @@ packages: '@rollup/pluginutils': 5.0.2 escape-string-regexp: 5.0.0 fast-glob: 3.2.12 - local-pkg: 0.4.2 + local-pkg: 0.4.3 magic-string: 0.27.0 mlly: 1.1.0 pathe: 1.0.0 @@ -8447,7 +8486,25 @@ packages: '@rollup/pluginutils': 5.0.2_rollup@2.79.1 escape-string-regexp: 5.0.0 fast-glob: 3.2.12 - local-pkg: 0.4.2 + local-pkg: 0.4.3 + magic-string: 0.27.0 + mlly: 1.1.0 + pathe: 1.0.0 + pkg-types: 1.0.1 + scule: 1.0.0 + strip-literal: 1.0.0 + unplugin: 1.0.1 + transitivePeerDependencies: + - rollup + dev: true + + /unimport/1.3.0: + resolution: {integrity: sha512-fOkrdxglsHd428yegH0wPH/6IfaSdDeMXtdRGn6en/ccyzc2aaoxiUTMrJyc6Bu+xoa18RJRPMfLUHEzjz8atw==} + dependencies: + '@rollup/pluginutils': 5.0.2 + escape-string-regexp: 5.0.0 + fast-glob: 3.2.12 + local-pkg: 0.4.3 magic-string: 0.27.0 mlly: 1.1.0 pathe: 1.0.0 @@ -8483,40 +8540,40 @@ packages: engines: {node: '>= 10.0.0'} dev: true - /unocss/0.48.3_hqxcgdmlxmuv6d65762ccnf6a4: - resolution: {integrity: sha512-kPC9/4tM2lG9ZtFR1BpsZiLYiHyKL6et4UEXYOGWC55/mp/p5hMgblXJpzBj7R+Rl8ecKJ5IX/5KMMyN1K41fA==} + /unocss/0.48.4_qkifhcqm7nxyyoqqcup6xz67q4: + resolution: {integrity: sha512-kA584VQ2z6BPxWAcAVVy+yq5N7BALh1PsbVHcaa8RTW+11VF9fNoW33sGehC7e9/kV5tX/EU++1fpkC0TnXkGw==} engines: {node: '>=14'} peerDependencies: - '@unocss/webpack': 0.48.3 + '@unocss/webpack': 0.48.4 peerDependenciesMeta: '@unocss/webpack': optional: true dependencies: - '@unocss/astro': 0.48.3_vite@3.2.4 - '@unocss/cli': 0.48.3 - '@unocss/core': 0.48.3 - '@unocss/preset-attributify': 0.48.3 - '@unocss/preset-icons': 0.48.3 - '@unocss/preset-mini': 0.48.3 - '@unocss/preset-tagify': 0.48.3 - '@unocss/preset-typography': 0.48.3 - '@unocss/preset-uno': 0.48.3 - '@unocss/preset-web-fonts': 0.48.3 - '@unocss/preset-wind': 0.48.3 - '@unocss/reset': 0.48.3 - '@unocss/transformer-attributify-jsx': 0.48.3 - '@unocss/transformer-compile-class': 0.48.3 - '@unocss/transformer-directives': 0.48.3 - '@unocss/transformer-variant-group': 0.48.3 - '@unocss/vite': 0.48.3_vite@3.2.4 - '@unocss/webpack': 0.48.3 + '@unocss/astro': 0.48.4_vite@3.2.4 + '@unocss/cli': 0.48.4 + '@unocss/core': 0.48.4 + '@unocss/preset-attributify': 0.48.4 + '@unocss/preset-icons': 0.48.4 + '@unocss/preset-mini': 0.48.4 + '@unocss/preset-tagify': 0.48.4 + '@unocss/preset-typography': 0.48.4 + '@unocss/preset-uno': 0.48.4 + '@unocss/preset-web-fonts': 0.48.4 + '@unocss/preset-wind': 0.48.4 + '@unocss/reset': 0.48.4 + '@unocss/transformer-attributify-jsx': 0.48.4 + '@unocss/transformer-compile-class': 0.48.4 + '@unocss/transformer-directives': 0.48.4 + '@unocss/transformer-variant-group': 0.48.4 + '@unocss/vite': 0.48.4_vite@3.2.4 + '@unocss/webpack': 0.48.4 transitivePeerDependencies: - rollup - supports-color - vite dev: true - /unplugin-auto-import/0.12.1_@vueuse+core@9.10.0: + /unplugin-auto-import/0.12.1_@vueuse+core@9.11.1: resolution: {integrity: sha512-J/3ZORq5YGKG+8D5vLLOgqaHNK77izlVN07mQ752yRLqBNDbJiwPRSnUwwYqH5N6rDay1SqnJCHaUdbJ9QMI2w==} engines: {node: '>=14'} peerDependencies: @@ -8527,7 +8584,7 @@ packages: dependencies: '@antfu/utils': 0.7.2 '@rollup/pluginutils': 5.0.2 - '@vueuse/core': 9.10.0_vue@3.2.45 + '@vueuse/core': 9.11.1_vue@3.2.45 local-pkg: 0.4.2 magic-string: 0.27.0 unimport: 1.1.0 @@ -8536,11 +8593,11 @@ packages: - rollup dev: true - /unplugin-icons/0.14.15_@vue+compiler-sfc@3.2.45: - resolution: {integrity: sha512-J6YBA+fUzVM2IZPXCK3Pnk36jYVwQ6lkjRgOnZaXNIxpMDsmwDqrE1AGJ0zUbfuEoOa90OBGc0OPfN1r+qlSIQ==} + /unplugin-icons/0.15.1_@vue+compiler-sfc@3.2.45: + resolution: {integrity: sha512-d4Gc8A4qIJYIXKueltTwoHfR3Cxsdfnmz8lSN5dsITEyai5tdb0uWpbQkn3j9HUlLDSB1ybdQIf5CItxJT3UDw==} peerDependencies: '@svgr/core': '>=5.5.0' - '@vue/compiler-sfc': ^3.0.2 + '@vue/compiler-sfc': ^3.0.2 || ^2.7.0 vue-template-compiler: ^2.6.12 vue-template-es2015-compiler: ^1.9.0 peerDependenciesMeta: @@ -8555,11 +8612,11 @@ packages: dependencies: '@antfu/install-pkg': 0.1.1 '@antfu/utils': 0.7.2 - '@iconify/utils': 2.0.5 + '@iconify/utils': 2.0.11 '@vue/compiler-sfc': 3.2.45 debug: 4.3.4 kolorist: 1.6.0 - local-pkg: 0.4.2 + local-pkg: 0.4.3 unplugin: 1.0.1 transitivePeerDependencies: - supports-color @@ -8710,7 +8767,7 @@ packages: - terser dev: true - /vite-plugin-checker/0.5.2_3tziysujv7fbberd3vdeubdc5e: + /vite-plugin-checker/0.5.2_iau6akmomfndawe4kng4nhp25a: resolution: {integrity: sha512-RtpoXS1+A31HcXcNiuHyVDU3SlH1tU/ufOZEBlBrKclNsE+P9BdVsXiO5AWpczZCM6G2k/7GeH/BRi9lDvvakQ==} engines: {node: '>=14.16'} peerDependencies: @@ -8743,7 +8800,7 @@ packages: chalk: 4.1.2 chokidar: 3.5.3 commander: 8.3.0 - eslint: 8.31.0 + eslint: 8.32.0 fast-glob: 3.2.12 lodash.debounce: 4.0.8 lodash.pick: 4.4.0 @@ -8758,7 +8815,7 @@ packages: vscode-uri: 3.0.7 dev: true - /vite-plugin-eslint/1.8.1_eslint@8.31.0+vite@3.2.4: + /vite-plugin-eslint/1.8.1_eslint@8.32.0+vite@3.2.4: resolution: {integrity: sha512-PqdMf3Y2fLO9FsNPmMX+//2BF5SF8nEWspZdgl4kSt7UvHDRHVVfHvxsD7ULYzZrJDGRxR81Nq7TOFgwMnUang==} peerDependencies: eslint: '>=7' @@ -8766,7 +8823,7 @@ packages: dependencies: '@rollup/pluginutils': 4.2.1 '@types/eslint': 8.4.10 - eslint: 8.31.0 + eslint: 8.32.0 rollup: 2.79.1 vite: 3.2.4_sass@1.57.1 dev: true @@ -8845,8 +8902,8 @@ packages: resolution: {integrity: sha512-eOpPHogvorZRobNqJGhapa0JdwaxpjVvyBp0QIUMRMSf8ZAlqOdEquKuRmw9Qwu0qXtJIWqFtMkmvJjUZmMjVA==} dev: true - /vue-advanced-cropper/2.8.6_vue@3.2.45: - resolution: {integrity: sha512-R1vkXG/Vam3OEd3vMJsVSJkXUc9ejM9l/NzPcPvkyzKGHwF69c2v1lh2Kqj2A5MCqrTmk76bmzmWFuYj+AcwmA==} + /vue-advanced-cropper/2.8.8_vue@3.2.45: + resolution: {integrity: sha512-yDM7Jb/gnxcs//JdbOogBUoHr1bhCQSto7/ohgETKAe4wvRpmqIkKSppMm1huVQr+GP1YoVlX/fkjKxvYzwwDQ==} engines: {node: '>=8', npm: '>=5'} peerDependencies: vue: ^3.0.0 @@ -8881,14 +8938,14 @@ packages: resolution: {integrity: sha512-RutnB7X8c5hjq39NceArgXg28WZtZpGc3+J16ljMiYnFhKvd8hITxSWQSQ5bvldxMDU6gG5mkxl1MTQLXckVSQ==} dev: true - /vue-eslint-parser/9.1.0_eslint@8.31.0: + /vue-eslint-parser/9.1.0_eslint@8.32.0: resolution: {integrity: sha512-NGn/iQy8/Wb7RrRa4aRkokyCZfOUWk19OP5HP6JEozQFX5AoS/t+Z0ZN7FY4LlmWc4FNI922V7cvX28zctN8dQ==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' dependencies: debug: 4.3.4 - eslint: 8.31.0 + eslint: 8.32.0 eslint-scope: 7.1.1 eslint-visitor-keys: 3.3.0 espree: 9.4.1