From 9254f96b45f917397e316cae6374e68d60de7695 Mon Sep 17 00:00:00 2001 From: Bernardo Simonassi Date: Sun, 26 Nov 2023 20:59:12 -0300 Subject: [PATCH] fix: eslint issues and images --- apps/app/stores/api/creators.ts | 2 + apps/www/package.json | 2 +- packages/eslint-config-custom/package.json | 8 +- pnpm-lock.yaml | 745 ++++++++++----------- 4 files changed, 356 insertions(+), 401 deletions(-) diff --git a/apps/app/stores/api/creators.ts b/apps/app/stores/api/creators.ts index ec8acd7..cc4d887 100644 --- a/apps/app/stores/api/creators.ts +++ b/apps/app/stores/api/creators.ts @@ -12,6 +12,8 @@ export const useCreatorsStore = defineStore("creators", { async getImages() { try { const response = await this.$api(`/creators/images`); + if (!response.images) return; + this.images = response.images; this.filesSize = response.filesSize; return response; diff --git a/apps/www/package.json b/apps/www/package.json index a1c2f70..3fe72e5 100644 --- a/apps/www/package.json +++ b/apps/www/package.json @@ -12,7 +12,7 @@ "devDependencies": { "@nuxtjs/fontaine": "^0.2.5", "@types/node": "^20.10.0", - "nuxt": "^3.8.2", + "nuxt": "^3.7.3", "nuxt-schema-org": "^2.2.0", "nuxt-simple-robots": "^3.1.0", "nuxt-simple-sitemap": "^3.1.4", diff --git a/packages/eslint-config-custom/package.json b/packages/eslint-config-custom/package.json index f49b2de..1b53b87 100644 --- a/packages/eslint-config-custom/package.json +++ b/packages/eslint-config-custom/package.json @@ -8,16 +8,16 @@ "lint": "eslint ." }, "dependencies": { - "@rushstack/eslint-patch": "^1.6.0", + "@rushstack/eslint-patch": "^1.3.2", "@typescript-eslint/parser": "^5.62.0", "@vue/eslint-config-prettier": "^7.1.0", - "eslint": "^8.54.0", + "eslint": "^8.46.0", "eslint-plugin-json": "^3.1.0", "eslint-plugin-tailwindcss": "^3.13.0", - "eslint-plugin-vue": "^9.18.1", + "eslint-plugin-vue": "^9.16.1", "prettier": "^2.8.8", "prettier-plugin-tailwindcss": "^0.3.0", - "typescript": "^5.3.2", + "typescript": "^5.1.6", "vite-plugin-eslint": "^1.8.1", "vue-eslint-parser": "^9.3.2" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 51d946e..f1dabc8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -46,7 +46,7 @@ importers: version: 1.1.0 '@nuxt/ui': specifier: ^2.11.0 - version: 2.11.0(nuxt@3.8.2)(universal-cookie@4.0.4)(vite@4.5.0)(vue@3.3.9) + version: 2.11.0(nuxt@3.8.0)(universal-cookie@4.0.4)(vite@4.5.0)(vue@3.3.9) '@pinia/nuxt': specifier: ^0.4.11 version: 0.4.11(typescript@5.3.2)(vue@3.3.9) @@ -61,7 +61,7 @@ importers: version: link:../../packages/eslint-config-custom nuxt-simple-sitemap: specifier: ^3.1.4 - version: 3.1.4(@nuxt/devtools@1.0.3)(@vue/compiler-core@3.3.9)(nuxt@3.8.2)(postcss@8.4.31)(universal-cookie@4.0.4)(vite@4.5.0)(vue@3.3.9)(webpack@5.89.0) + version: 3.1.4(@nuxt/devtools@1.0.3)(@vue/compiler-core@3.3.9)(nuxt@3.8.0)(postcss@8.4.31)(universal-cookie@4.0.4)(vite@4.5.0)(vue@3.3.9)(webpack@5.89.0) nuxt-umami: specifier: ^2.5.2 version: 2.5.2(vue@3.3.9) @@ -77,7 +77,7 @@ importers: devDependencies: '@nuxt/content': specifier: npm:@nuxt/content-edge@latest - version: /@nuxt/content-edge@2.9.0-28344318.76dc891(nuxt@3.8.2)(vue@3.3.9) + version: /@nuxt/content-edge@2.9.0-28344318.76dc891(nuxt@3.8.0)(vue@3.3.9) '@nuxtjs/fontaine': specifier: ^0.2.5 version: 0.2.5 @@ -86,7 +86,7 @@ importers: version: 20.10.0 nuxt: specifier: ^3.7.3 - version: 3.8.2(@types/node@20.10.0)(typescript@5.3.2)(vite@4.5.0) + version: 3.8.0(@types/node@20.10.0)(typescript@5.3.2)(vite@4.5.0) nuxt-schema-org: specifier: ^2.1.3 version: 2.2.0(@unhead/vue@1.8.8) @@ -144,7 +144,7 @@ importers: version: 1.1.0 '@vueuse/nuxt': specifier: ^10.3.0 - version: 10.3.0(nuxt@3.8.2)(vue@3.3.9) + version: 10.3.0(nuxt@3.8.0)(vue@3.3.9) eslint-config-custom: specifier: workspace:* version: link:../../packages/eslint-config-custom @@ -168,17 +168,17 @@ importers: specifier: ^20.10.0 version: 20.10.0 nuxt: - specifier: ^3.8.2 - version: 3.8.2(@types/node@20.10.0)(typescript@5.3.2)(vite@4.5.0) + specifier: ^3.7.3 + version: 3.8.0(@types/node@20.10.0)(typescript@5.3.2)(vite@4.5.0) nuxt-schema-org: specifier: ^2.2.0 version: 2.2.0(@unhead/vue@1.8.8) nuxt-simple-robots: specifier: ^3.1.0 - version: 3.1.0(@nuxt/devtools@1.0.3)(@vue/compiler-core@3.3.9)(nuxt@3.8.2)(postcss@8.4.31)(vite@4.5.0)(vue@3.3.9)(webpack@5.89.0) + version: 3.1.0(@nuxt/devtools@1.0.3)(@vue/compiler-core@3.3.9)(nuxt@3.8.0)(postcss@8.4.31)(vite@4.5.0)(vue@3.3.9)(webpack@5.89.0) nuxt-simple-sitemap: specifier: ^3.1.4 - version: 3.1.4(@nuxt/devtools@1.0.3)(@vue/compiler-core@3.3.9)(nuxt@3.8.2)(postcss@8.4.31)(universal-cookie@4.0.4)(vite@4.5.0)(vue@3.3.9)(webpack@5.89.0) + version: 3.1.4(@nuxt/devtools@1.0.3)(@vue/compiler-core@3.3.9)(nuxt@3.8.0)(postcss@8.4.31)(universal-cookie@4.0.4)(vite@4.5.0)(vue@3.3.9)(webpack@5.89.0) typescript: specifier: ^5.3.2 version: 5.3.2 @@ -198,7 +198,7 @@ importers: packages/eslint-config-custom: dependencies: '@rushstack/eslint-patch': - specifier: ^1.6.0 + specifier: ^1.3.2 version: 1.6.0 '@typescript-eslint/parser': specifier: ^5.62.0 @@ -207,7 +207,7 @@ importers: specifier: ^7.1.0 version: 7.1.0(eslint@8.54.0)(prettier@2.8.8) eslint: - specifier: ^8.54.0 + specifier: ^8.46.0 version: 8.54.0 eslint-plugin-json: specifier: ^3.1.0 @@ -216,7 +216,7 @@ importers: specifier: ^3.13.0 version: 3.13.0(tailwindcss@3.3.5) eslint-plugin-vue: - specifier: ^9.18.1 + specifier: ^9.16.1 version: 9.18.1(eslint@8.54.0) prettier: specifier: ^2.8.8 @@ -225,7 +225,7 @@ importers: specifier: ^0.3.0 version: 0.3.0(prettier@2.8.8) typescript: - specifier: ^5.3.2 + specifier: ^5.1.6 version: 5.3.2 vite-plugin-eslint: specifier: ^1.8.1 @@ -901,8 +901,8 @@ packages: requiresBuild: true optional: true - /@esbuild/android-arm64@0.19.7: - resolution: {integrity: sha512-YEDcw5IT7hW3sFKZBkCAQaOCJQLONVcD4bOyTXMZz5fr66pTHnAet46XAtbXAkJRfIn2YVhdC6R9g4xa27jQ1w==} + /@esbuild/android-arm64@0.19.8: + resolution: {integrity: sha512-B8JbS61bEunhfx8kasogFENgQfr/dIp+ggYXwTqdbMAgGDhRa3AaPpQMuQU0rNxDLECj6FhDzk1cF9WHMVwrtA==} engines: {node: '>=12'} cpu: [arm64] os: [android] @@ -917,8 +917,8 @@ packages: requiresBuild: true optional: true - /@esbuild/android-arm@0.19.7: - resolution: {integrity: sha512-YGSPnndkcLo4PmVl2tKatEn+0mlVMr3yEpOOT0BeMria87PhvoJb5dg5f5Ft9fbCVgtAz4pWMzZVgSEGpDAlww==} + /@esbuild/android-arm@0.19.8: + resolution: {integrity: sha512-31E2lxlGM1KEfivQl8Yf5aYU/mflz9g06H6S15ITUFQueMFtFjESRMoDSkvMo8thYvLBax+VKTPlpnx+sPicOA==} engines: {node: '>=12'} cpu: [arm] os: [android] @@ -933,8 +933,8 @@ packages: requiresBuild: true optional: true - /@esbuild/android-x64@0.19.7: - resolution: {integrity: sha512-jhINx8DEjz68cChFvM72YzrqfwJuFbfvSxZAk4bebpngGfNNRm+zRl4rtT9oAX6N9b6gBcFaJHFew5Blf6CvUw==} + /@esbuild/android-x64@0.19.8: + resolution: {integrity: sha512-rdqqYfRIn4jWOp+lzQttYMa2Xar3OK9Yt2fhOhzFXqg0rVWEfSclJvZq5fZslnz6ypHvVf3CT7qyf0A5pM682A==} engines: {node: '>=12'} cpu: [x64] os: [android] @@ -949,8 +949,8 @@ packages: requiresBuild: true optional: true - /@esbuild/darwin-arm64@0.19.7: - resolution: {integrity: sha512-dr81gbmWN//3ZnBIm6YNCl4p3pjnabg1/ZVOgz2fJoUO1a3mq9WQ/1iuEluMs7mCL+Zwv7AY5e3g1hjXqQZ9Iw==} + /@esbuild/darwin-arm64@0.19.8: + resolution: {integrity: sha512-RQw9DemMbIq35Bprbboyf8SmOr4UXsRVxJ97LgB55VKKeJOOdvsIPy0nFyF2l8U+h4PtBx/1kRf0BelOYCiQcw==} engines: {node: '>=12'} cpu: [arm64] os: [darwin] @@ -965,8 +965,8 @@ packages: requiresBuild: true optional: true - /@esbuild/darwin-x64@0.19.7: - resolution: {integrity: sha512-Lc0q5HouGlzQEwLkgEKnWcSazqr9l9OdV2HhVasWJzLKeOt0PLhHaUHuzb8s/UIya38DJDoUm74GToZ6Wc7NGQ==} + /@esbuild/darwin-x64@0.19.8: + resolution: {integrity: sha512-3sur80OT9YdeZwIVgERAysAbwncom7b4bCI2XKLjMfPymTud7e/oY4y+ci1XVp5TfQp/bppn7xLw1n/oSQY3/Q==} engines: {node: '>=12'} cpu: [x64] os: [darwin] @@ -981,8 +981,8 @@ packages: requiresBuild: true optional: true - /@esbuild/freebsd-arm64@0.19.7: - resolution: {integrity: sha512-+y2YsUr0CxDFF7GWiegWjGtTUF6gac2zFasfFkRJPkMAuMy9O7+2EH550VlqVdpEEchWMynkdhC9ZjtnMiHImQ==} + /@esbuild/freebsd-arm64@0.19.8: + resolution: {integrity: sha512-WAnPJSDattvS/XtPCTj1tPoTxERjcTpH6HsMr6ujTT+X6rylVe8ggxk8pVxzf5U1wh5sPODpawNicF5ta/9Tmw==} engines: {node: '>=12'} cpu: [arm64] os: [freebsd] @@ -997,8 +997,8 @@ packages: requiresBuild: true optional: true - /@esbuild/freebsd-x64@0.19.7: - resolution: {integrity: sha512-CdXOxIbIzPJmJhrpmJTLx+o35NoiKBIgOvmvT+jeSadYiWJn0vFKsl+0bSG/5lwjNHoIDEyMYc/GAPR9jxusTA==} + /@esbuild/freebsd-x64@0.19.8: + resolution: {integrity: sha512-ICvZyOplIjmmhjd6mxi+zxSdpPTKFfyPPQMQTK/w+8eNK6WV01AjIztJALDtwNNfFhfZLux0tZLC+U9nSyA5Zg==} engines: {node: '>=12'} cpu: [x64] os: [freebsd] @@ -1013,8 +1013,8 @@ packages: requiresBuild: true optional: true - /@esbuild/linux-arm64@0.19.7: - resolution: {integrity: sha512-inHqdOVCkUhHNvuQPT1oCB7cWz9qQ/Cz46xmVe0b7UXcuIJU3166aqSunsqkgSGMtUCWOZw3+KMwI6otINuC9g==} + /@esbuild/linux-arm64@0.19.8: + resolution: {integrity: sha512-z1zMZivxDLHWnyGOctT9JP70h0beY54xDDDJt4VpTX+iwA77IFsE1vCXWmprajJGa+ZYSqkSbRQ4eyLCpCmiCQ==} engines: {node: '>=12'} cpu: [arm64] os: [linux] @@ -1029,8 +1029,8 @@ packages: requiresBuild: true optional: true - /@esbuild/linux-arm@0.19.7: - resolution: {integrity: sha512-Y+SCmWxsJOdQtjcBxoacn/pGW9HDZpwsoof0ttL+2vGcHokFlfqV666JpfLCSP2xLxFpF1lj7T3Ox3sr95YXww==} + /@esbuild/linux-arm@0.19.8: + resolution: {integrity: sha512-H4vmI5PYqSvosPaTJuEppU9oz1dq2A7Mr2vyg5TF9Ga+3+MGgBdGzcyBP7qK9MrwFQZlvNyJrvz6GuCaj3OukQ==} engines: {node: '>=12'} cpu: [arm] os: [linux] @@ -1045,8 +1045,8 @@ packages: requiresBuild: true optional: true - /@esbuild/linux-ia32@0.19.7: - resolution: {integrity: sha512-2BbiL7nLS5ZO96bxTQkdO0euGZIUQEUXMTrqLxKUmk/Y5pmrWU84f+CMJpM8+EHaBPfFSPnomEaQiG/+Gmh61g==} + /@esbuild/linux-ia32@0.19.8: + resolution: {integrity: sha512-1a8suQiFJmZz1khm/rDglOc8lavtzEMRo0v6WhPgxkrjcU0LkHj+TwBrALwoz/OtMExvsqbbMI0ChyelKabSvQ==} engines: {node: '>=12'} cpu: [ia32] os: [linux] @@ -1061,8 +1061,8 @@ packages: requiresBuild: true optional: true - /@esbuild/linux-loong64@0.19.7: - resolution: {integrity: sha512-BVFQla72KXv3yyTFCQXF7MORvpTo4uTA8FVFgmwVrqbB/4DsBFWilUm1i2Oq6zN36DOZKSVUTb16jbjedhfSHw==} + /@esbuild/linux-loong64@0.19.8: + resolution: {integrity: sha512-fHZWS2JJxnXt1uYJsDv9+b60WCc2RlvVAy1F76qOLtXRO+H4mjt3Tr6MJ5l7Q78X8KgCFudnTuiQRBhULUyBKQ==} engines: {node: '>=12'} cpu: [loong64] os: [linux] @@ -1077,8 +1077,8 @@ packages: requiresBuild: true optional: true - /@esbuild/linux-mips64el@0.19.7: - resolution: {integrity: sha512-DzAYckIaK+pS31Q/rGpvUKu7M+5/t+jI+cdleDgUwbU7KdG2eC3SUbZHlo6Q4P1CfVKZ1lUERRFP8+q0ob9i2w==} + /@esbuild/linux-mips64el@0.19.8: + resolution: {integrity: sha512-Wy/z0EL5qZYLX66dVnEg9riiwls5IYnziwuju2oUiuxVc+/edvqXa04qNtbrs0Ukatg5HEzqT94Zs7J207dN5Q==} engines: {node: '>=12'} cpu: [mips64el] os: [linux] @@ -1093,8 +1093,8 @@ packages: requiresBuild: true optional: true - /@esbuild/linux-ppc64@0.19.7: - resolution: {integrity: sha512-JQ1p0SmUteNdUaaiRtyS59GkkfTW0Edo+e0O2sihnY4FoZLz5glpWUQEKMSzMhA430ctkylkS7+vn8ziuhUugQ==} + /@esbuild/linux-ppc64@0.19.8: + resolution: {integrity: sha512-ETaW6245wK23YIEufhMQ3HSeHO7NgsLx8gygBVldRHKhOlD1oNeNy/P67mIh1zPn2Hr2HLieQrt6tWrVwuqrxg==} engines: {node: '>=12'} cpu: [ppc64] os: [linux] @@ -1109,8 +1109,8 @@ packages: requiresBuild: true optional: true - /@esbuild/linux-riscv64@0.19.7: - resolution: {integrity: sha512-xGwVJ7eGhkprY/nB7L7MXysHduqjpzUl40+XoYDGC4UPLbnG+gsyS1wQPJ9lFPcxYAaDXbdRXd1ACs9AE9lxuw==} + /@esbuild/linux-riscv64@0.19.8: + resolution: {integrity: sha512-T2DRQk55SgoleTP+DtPlMrxi/5r9AeFgkhkZ/B0ap99zmxtxdOixOMI570VjdRCs9pE4Wdkz7JYrsPvsl7eESg==} engines: {node: '>=12'} cpu: [riscv64] os: [linux] @@ -1125,8 +1125,8 @@ packages: requiresBuild: true optional: true - /@esbuild/linux-s390x@0.19.7: - resolution: {integrity: sha512-U8Rhki5PVU0L0nvk+E8FjkV8r4Lh4hVEb9duR6Zl21eIEYEwXz8RScj4LZWA2i3V70V4UHVgiqMpszXvG0Yqhg==} + /@esbuild/linux-s390x@0.19.8: + resolution: {integrity: sha512-NPxbdmmo3Bk7mbNeHmcCd7R7fptJaczPYBaELk6NcXxy7HLNyWwCyDJ/Xx+/YcNH7Im5dHdx9gZ5xIwyliQCbg==} engines: {node: '>=12'} cpu: [s390x] os: [linux] @@ -1141,8 +1141,8 @@ packages: requiresBuild: true optional: true - /@esbuild/linux-x64@0.19.7: - resolution: {integrity: sha512-ZYZopyLhm4mcoZXjFt25itRlocKlcazDVkB4AhioiL9hOWhDldU9n38g62fhOI4Pth6vp+Mrd5rFKxD0/S+7aQ==} + /@esbuild/linux-x64@0.19.8: + resolution: {integrity: sha512-lytMAVOM3b1gPypL2TRmZ5rnXl7+6IIk8uB3eLsV1JwcizuolblXRrc5ShPrO9ls/b+RTp+E6gbsuLWHWi2zGg==} engines: {node: '>=12'} cpu: [x64] os: [linux] @@ -1157,8 +1157,8 @@ packages: requiresBuild: true optional: true - /@esbuild/netbsd-x64@0.19.7: - resolution: {integrity: sha512-/yfjlsYmT1O3cum3J6cmGG16Fd5tqKMcg5D+sBYLaOQExheAJhqr8xOAEIuLo8JYkevmjM5zFD9rVs3VBcsjtQ==} + /@esbuild/netbsd-x64@0.19.8: + resolution: {integrity: sha512-hvWVo2VsXz/8NVt1UhLzxwAfo5sioj92uo0bCfLibB0xlOmimU/DeAEsQILlBQvkhrGjamP0/el5HU76HAitGw==} engines: {node: '>=12'} cpu: [x64] os: [netbsd] @@ -1173,8 +1173,8 @@ packages: requiresBuild: true optional: true - /@esbuild/openbsd-x64@0.19.7: - resolution: {integrity: sha512-MYDFyV0EW1cTP46IgUJ38OnEY5TaXxjoDmwiTXPjezahQgZd+j3T55Ht8/Q9YXBM0+T9HJygrSRGV5QNF/YVDQ==} + /@esbuild/openbsd-x64@0.19.8: + resolution: {integrity: sha512-/7Y7u77rdvmGTxR83PgaSvSBJCC2L3Kb1M/+dmSIvRvQPXXCuC97QAwMugBNG0yGcbEGfFBH7ojPzAOxfGNkwQ==} engines: {node: '>=12'} cpu: [x64] os: [openbsd] @@ -1189,8 +1189,8 @@ packages: requiresBuild: true optional: true - /@esbuild/sunos-x64@0.19.7: - resolution: {integrity: sha512-JcPvgzf2NN/y6X3UUSqP6jSS06V0DZAV/8q0PjsZyGSXsIGcG110XsdmuWiHM+pno7/mJF6fjH5/vhUz/vA9fw==} + /@esbuild/sunos-x64@0.19.8: + resolution: {integrity: sha512-9Lc4s7Oi98GqFA4HzA/W2JHIYfnXbUYgekUP/Sm4BG9sfLjyv6GKKHKKVs83SMicBF2JwAX6A1PuOLMqpD001w==} engines: {node: '>=12'} cpu: [x64] os: [sunos] @@ -1205,8 +1205,8 @@ packages: requiresBuild: true optional: true - /@esbuild/win32-arm64@0.19.7: - resolution: {integrity: sha512-ZA0KSYti5w5toax5FpmfcAgu3ZNJxYSRm0AW/Dao5up0YV1hDVof1NvwLomjEN+3/GMtaWDI+CIyJOMTRSTdMw==} + /@esbuild/win32-arm64@0.19.8: + resolution: {integrity: sha512-rq6WzBGjSzihI9deW3fC2Gqiak68+b7qo5/3kmB6Gvbh/NYPA0sJhrnp7wgV4bNwjqM+R2AApXGxMO7ZoGhIJg==} engines: {node: '>=12'} cpu: [arm64] os: [win32] @@ -1221,8 +1221,8 @@ packages: requiresBuild: true optional: true - /@esbuild/win32-ia32@0.19.7: - resolution: {integrity: sha512-CTOnijBKc5Jpk6/W9hQMMvJnsSYRYgveN6O75DTACCY18RA2nqka8dTZR+x/JqXCRiKk84+5+bRKXUSbbwsS0A==} + /@esbuild/win32-ia32@0.19.8: + resolution: {integrity: sha512-AIAbverbg5jMvJznYiGhrd3sumfwWs8572mIJL5NQjJa06P8KfCPWZQ0NwZbPQnbQi9OWSZhFVSUWjjIrn4hSw==} engines: {node: '>=12'} cpu: [ia32] os: [win32] @@ -1237,8 +1237,8 @@ packages: requiresBuild: true optional: true - /@esbuild/win32-x64@0.19.7: - resolution: {integrity: sha512-gRaP2sk6hc98N734luX4VpF318l3w+ofrtTu9j5L8EQXF+FzQKV6alCOHMVoJJHvVK/mGbwBXfOL1HETQu9IGQ==} + /@esbuild/win32-x64@0.19.8: + resolution: {integrity: sha512-bfZ0cQ1uZs2PqpulNL5j/3w+GDhP36k1K5c38QdQg+Swy51jFZWWeIkteNsufkQxp986wnqRRsb/bHbY1WQ7TA==} engines: {node: '>=12'} cpu: [x64] os: [win32] @@ -1418,34 +1418,34 @@ packages: /@humanwhocodes/object-schema@2.0.1: resolution: {integrity: sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==} - /@iconify-json/carbon@1.1.21: - resolution: {integrity: sha512-bK2cMVM4noBU+FGlay433flpXLRzQu0ED095iAnoO6ka3yb4uz0lvb8acpN5gthyGLJ89C4HpfIbQZLQnMKQww==} + /@iconify-json/carbon@1.1.22: + resolution: {integrity: sha512-kQqCxiRkXtT7RO612GosIgvmQ8M8Ltgwl8LZZ4LKO8jip77W4rLK2PFjuS1uXRM1Lu879uzH73mMUClqFLsA0Q==} dependencies: '@iconify/types': 2.0.0 - /@iconify-json/heroicons@1.1.13: - resolution: {integrity: sha512-WsRTTc0qGDreszIgL9uVpPSnRlM2bXaKmK3E0zpQZloUZQX3FokDqGFgc0UbJ+8np/ta571Ty+8n78mlMhEU8w==} + /@iconify-json/heroicons@1.1.14: + resolution: {integrity: sha512-OcKvDvOMChn6SFk/I9oldtmdLTlyF/5RqyGcjvTZX5/yo8EEu4PaeC2qQThwPQYGovUk9s4NmjZEmdvKO3497Q==} dependencies: '@iconify/types': 2.0.0 dev: false - /@iconify-json/logos@1.1.38: - resolution: {integrity: sha512-26sPSWn/Y3nY4Kx3kbHOPU8zzEFaDMeuStFhDbW2SpLy6grusqTAgf0o4r4irNAPkdI1gPF8kuSyGDKeSPFzZw==} + /@iconify-json/logos@1.1.39: + resolution: {integrity: sha512-ABYVTpbgNh9qDer1p2Jz3oDNHoRL/OlSS/jpo/OLI1buCmw/lI6mHk7D6nBB6w2AY7DQ60yyck/WN+zGD/fpLA==} dependencies: '@iconify/types': 2.0.0 - /@iconify-json/ri@1.1.12: - resolution: {integrity: sha512-s5VsyMWYuUuTB5bATJRoDQKGqo6W0dsxvOBrJI/P2H9QI7IAaAWl8zHxseSjoUGG6AwZwWwDMW9YPULPt+vA6w==} + /@iconify-json/ri@1.1.13: + resolution: {integrity: sha512-NWpLjELhM8hgokl574m/vHCGp0GWwKYZhCubiEjao8iWlc6C79fHlraEOVsq/g65GA7ccs9r9jebuFNDkhgYOw==} dependencies: '@iconify/types': 2.0.0 - /@iconify-json/tabler@1.1.98: - resolution: {integrity: sha512-icA0KXNyhaREHZmIDD570lXZnC5TNApiCVwrWOla+Z5KlNNgwfCh1J76MCb3TYQ5gTdB0eC+MGsLqDdBSayR6Q==} + /@iconify-json/tabler@1.1.99: + resolution: {integrity: sha512-JLdoXtmenkQLA2yO6+D+WLTLi3J6bXH6gMo8Tf1uL8SHwQfv7UF7ZSknTM7PFSx5VV+aRupZ4dz2/SQV9BBs6w==} dependencies: '@iconify/types': 2.0.0 - /@iconify/collections@1.0.360: - resolution: {integrity: sha512-fcifV9VZ32rPnFa0NAB/Cpfb3UQtLJGda8ywX7NBuZ4XlDiLdNQP6bZnI7KxBok0PLrLOVKnEcJXH3J5HDXo8Q==} + /@iconify/collections@1.0.361: + resolution: {integrity: sha512-9pNOo/RgVMPs6U952DYMKXaSBw+gW7NWJIDIhuukE/rat9xbY7KmUsyp7DnLOuYd9XR8oDbK5/JvMAHditX5kg==} dependencies: '@iconify/types': 2.0.0 dev: false @@ -1658,14 +1658,14 @@ packages: transitivePeerDependencies: - supports-color - /@nuxt/content-edge@2.9.0-28344318.76dc891(nuxt@3.8.2)(vue@3.3.9): + /@nuxt/content-edge@2.9.0-28344318.76dc891(nuxt@3.8.0)(vue@3.3.9): resolution: {integrity: sha512-SAHt3nJ2bLkz2nCMkxl8bB/vtkAhfsfDiuqyGW4Hye4U0B2HmIBeK7hGqTEI07kk7UoUkzgTOqjdea0DSgm6Kw==} dependencies: '@nuxt/kit': 3.8.2 '@nuxtjs/mdc': 0.2.8 '@vueuse/core': 10.6.1(vue@3.3.9) '@vueuse/head': 2.0.0(vue@3.3.9) - '@vueuse/nuxt': 10.6.1(nuxt@3.8.2)(vue@3.3.9) + '@vueuse/nuxt': 10.6.1(nuxt@3.8.0)(vue@3.3.9) consola: 3.2.3 defu: 6.1.3 destr: 2.0.2 @@ -1713,7 +1713,7 @@ packages: /@nuxt/devalue@2.0.2: resolution: {integrity: sha512-GBzP8zOc7CGWyFQS6dv1lQz8VVpz5C2yRszbXufwG/9zhStTIH50EtD87NmWbTMwXDvZLNg8GIpb1UFdH93JCA==} - /@nuxt/devtools-kit@0.7.6(nuxt@3.8.2)(vite@4.5.0): + /@nuxt/devtools-kit@0.7.6(nuxt@3.8.0)(vite@4.5.0): resolution: {integrity: sha512-2jSQ1rgStZifRHtfsdqmmvq/O5NskLCwg34JPchBRAx9Kv5IadABlBIWz1jLuaGarI/jsEEAmA5EpfxI5z/PJQ==} peerDependencies: nuxt: ^3.6.5 @@ -1722,13 +1722,13 @@ packages: '@nuxt/kit': 3.8.2 '@nuxt/schema': 3.8.2 execa: 7.2.0 - nuxt: 3.8.2(@types/node@20.10.0)(typescript@5.3.2)(vite@4.5.0) + nuxt: 3.8.0(@types/node@20.10.0)(typescript@5.3.2)(vite@4.5.0) vite: 4.5.0(@types/node@20.10.0) transitivePeerDependencies: - rollup - supports-color - /@nuxt/devtools-kit@1.0.3(nuxt@3.8.2)(vite@4.5.0): + /@nuxt/devtools-kit@1.0.3(nuxt@3.8.0)(vite@4.5.0): resolution: {integrity: sha512-a/ZAVmrD5yOfUYhRVfC9afMkczzL8J8zdf0h6QHbTd33rJW/jmjwTn++RTdnbSD2gg2fSBRi/h8y17RmqIdb9g==} peerDependencies: nuxt: ^3.8.1 @@ -1737,23 +1737,23 @@ packages: '@nuxt/kit': 3.8.2 '@nuxt/schema': 3.8.2 execa: 7.2.0 - nuxt: 3.8.2(@types/node@20.10.0)(typescript@5.3.2)(vite@4.5.0) + nuxt: 3.8.0(@types/node@20.10.0)(typescript@5.3.2)(vite@4.5.0) vite: 4.5.0(@types/node@20.10.0) transitivePeerDependencies: - rollup - supports-color - /@nuxt/devtools-ui-kit@1.0.3(@nuxt/devtools@1.0.3)(@vue/compiler-core@3.3.9)(nuxt@3.8.2)(postcss@8.4.31)(universal-cookie@4.0.4)(vite@4.5.0)(vue@3.3.9)(webpack@5.89.0): + /@nuxt/devtools-ui-kit@1.0.3(@nuxt/devtools@1.0.3)(@vue/compiler-core@3.3.9)(nuxt@3.8.0)(postcss@8.4.31)(universal-cookie@4.0.4)(vite@4.5.0)(vue@3.3.9)(webpack@5.89.0): resolution: {integrity: sha512-SHXNFDnT3V26uWcfAgMWJ9MCvtQiQLlB/O9HsUICPXrMgHyBbTmLjwyuG0nxlGOQmgDDYKuOJYkkRUXJm+FQSw==} peerDependencies: '@nuxt/devtools': 1.0.3 dependencies: - '@iconify-json/carbon': 1.1.21 - '@iconify-json/logos': 1.1.38 - '@iconify-json/ri': 1.1.12 - '@iconify-json/tabler': 1.1.98 - '@nuxt/devtools': 1.0.3(nuxt@3.8.2)(vite@4.5.0) - '@nuxt/devtools-kit': 1.0.3(nuxt@3.8.2)(vite@4.5.0) + '@iconify-json/carbon': 1.1.22 + '@iconify-json/logos': 1.1.39 + '@iconify-json/ri': 1.1.13 + '@iconify-json/tabler': 1.1.99 + '@nuxt/devtools': 1.0.3(nuxt@3.8.0)(vite@4.5.0) + '@nuxt/devtools-kit': 1.0.3(nuxt@3.8.0)(vite@4.5.0) '@nuxt/kit': 3.8.2 '@nuxtjs/color-mode': 3.3.2 '@unocss/core': 0.57.7 @@ -1764,7 +1764,7 @@ packages: '@unocss/reset': 0.57.7 '@vueuse/core': 10.6.1(vue@3.3.9) '@vueuse/integrations': 10.6.1(focus-trap@7.5.4)(universal-cookie@4.0.4)(vue@3.3.9) - '@vueuse/nuxt': 10.6.1(nuxt@3.8.2)(vue@3.3.9) + '@vueuse/nuxt': 10.6.1(nuxt@3.8.0)(vue@3.3.9) defu: 6.1.3 focus-trap: 7.5.4 splitpanes: 3.1.5 @@ -1808,7 +1808,7 @@ packages: rc9: 2.1.1 semver: 7.5.4 - /@nuxt/devtools@1.0.3(nuxt@3.8.2)(vite@4.5.0): + /@nuxt/devtools@1.0.3(nuxt@3.8.0)(vite@4.5.0): resolution: {integrity: sha512-2mXvQiS3KTMF0fO80Y9WLx95yubRoIp2wSCarmhhqInPe8/0K9VZ4TUiTGF20ti45h0ky3OAxiVSmLfViwDWjg==} hasBin: true peerDependencies: @@ -1816,7 +1816,7 @@ packages: vite: '*' dependencies: '@antfu/utils': 0.7.6 - '@nuxt/devtools-kit': 1.0.3(nuxt@3.8.2)(vite@4.5.0) + '@nuxt/devtools-kit': 1.0.3(nuxt@3.8.0)(vite@4.5.0) '@nuxt/devtools-wizard': 1.0.3 '@nuxt/kit': 3.8.2 birpc: 0.2.14 @@ -1835,7 +1835,7 @@ packages: local-pkg: 0.5.0 magicast: 0.3.2 nitropack: 2.8.0 - nuxt: 3.8.2(@types/node@20.10.0)(typescript@5.3.2)(vite@4.5.0) + nuxt: 3.8.0(@types/node@20.10.0)(typescript@5.3.2)(vite@4.5.0) nypm: 0.3.3 ofetch: 1.3.3 ohash: 1.1.3 @@ -1848,7 +1848,7 @@ packages: semver: 7.5.4 simple-git: 3.21.0 sirv: 2.0.3 - unimport: 3.6.0(rollup@4.5.1) + unimport: 3.6.0(rollup@4.6.0) vite: 4.5.0(@types/node@20.10.0) vite-plugin-inspect: 0.7.42(@nuxt/kit@3.8.2)(vite@4.5.0) vite-plugin-vue-inspector: 4.0.0(vite@4.5.0) @@ -1928,13 +1928,39 @@ packages: scule: 1.1.0 semver: 7.5.4 unctx: 2.3.1 - unimport: 3.6.0(rollup@4.5.1) + unimport: 3.6.0(rollup@4.6.0) untyped: 1.4.0 transitivePeerDependencies: - rollup - supports-color dev: true + /@nuxt/kit@3.8.0: + resolution: {integrity: sha512-oIthQxeMIVs4ESVP5FqLYn8tj0S1sLd+eYreh+dNYgnJ2pTi7+THR12ONBNHjk668jqEe7ErUJ8UlGwqBzgezg==} + engines: {node: ^14.18.0 || >=16.10.0} + dependencies: + '@nuxt/schema': 3.8.0 + c12: 1.5.1 + consola: 3.2.3 + defu: 6.1.3 + globby: 13.2.2 + hash-sum: 2.0.0 + ignore: 5.3.0 + jiti: 1.21.0 + knitwork: 1.0.0 + mlly: 1.4.2 + pathe: 1.1.1 + pkg-types: 1.0.3 + scule: 1.1.0 + semver: 7.5.4 + ufo: 1.3.2 + unctx: 2.3.1 + unimport: 3.6.0(rollup@4.6.0) + untyped: 1.4.0 + transitivePeerDependencies: + - rollup + - supports-color + /@nuxt/kit@3.8.2: resolution: {integrity: sha512-LrXCm8hAkw+zpX8teUSD/LqXRarlXjbRiYxDkaqw739JSHFReWzBFgJbojsJqL4h1XIEScDGGOWiEgO4QO1sMg==} engines: {node: ^14.18.0 || >=16.10.0} @@ -1955,7 +1981,7 @@ packages: semver: 7.5.4 ufo: 1.3.2 unctx: 2.3.1 - unimport: 3.6.0(rollup@4.5.1) + unimport: 3.6.0(rollup@4.6.0) untyped: 1.4.0 transitivePeerDependencies: - rollup @@ -1976,13 +2002,32 @@ packages: scule: 1.1.0 std-env: 3.5.0 ufo: 1.3.2 - unimport: 3.6.0(rollup@4.5.1) + unimport: 3.6.0(rollup@4.6.0) untyped: 1.4.0 transitivePeerDependencies: - rollup - supports-color dev: true + /@nuxt/schema@3.8.0: + resolution: {integrity: sha512-VEDVeCjdVowhoY5vIBSz94+SSwmM204jN6TNe/ShBJ2d/vZiy9EtLbhOwqaPNFHwnN1fl/XFHThwJiexdB9D1w==} + engines: {node: ^14.18.0 || >=16.10.0} + dependencies: + '@nuxt/ui-templates': 1.3.1 + consola: 3.2.3 + defu: 6.1.3 + hookable: 5.5.3 + pathe: 1.1.1 + pkg-types: 1.0.3 + postcss-import-resolver: 2.0.0 + std-env: 3.5.0 + ufo: 1.3.2 + unimport: 3.6.0(rollup@4.6.0) + untyped: 1.4.0 + transitivePeerDependencies: + - rollup + - supports-color + /@nuxt/schema@3.8.2: resolution: {integrity: sha512-AMpysQ/wHK2sOujLShqYdC4OSj/S3fFJGjhYXqA2g6dgmz+FNQWJRG/ie5sI9r2EX9Ela1wt0GN1jZR3wYNE8Q==} engines: {node: ^14.18.0 || >=16.10.0} @@ -1996,7 +2041,7 @@ packages: scule: 1.1.0 std-env: 3.5.0 ufo: 1.3.2 - unimport: 3.6.0(rollup@4.5.1) + unimport: 3.6.0(rollup@4.6.0) untyped: 1.4.0 transitivePeerDependencies: - rollup @@ -2030,14 +2075,14 @@ packages: /@nuxt/ui-templates@1.3.1: resolution: {integrity: sha512-5gc02Pu1HycOVUWJ8aYsWeeXcSTPe8iX8+KIrhyEtEoOSkY0eMBuo0ssljB8wALuEmepv31DlYe5gpiRwkjESA==} - /@nuxt/ui@2.11.0(nuxt@3.8.2)(universal-cookie@4.0.4)(vite@4.5.0)(vue@3.3.9): + /@nuxt/ui@2.11.0(nuxt@3.8.0)(universal-cookie@4.0.4)(vite@4.5.0)(vue@3.3.9): resolution: {integrity: sha512-mXVWkVr0KlVnYd9Pad3URF9ipAXceqZy+zgs/ap9J5/be2d8w6rOE/DlOr6crzvO19Nkn/cbw5xqWlAhcpkQrg==} engines: {node: '>=v16.20.2'} dependencies: '@egoist/tailwindcss-icons': 1.4.0(tailwindcss@3.3.5) '@headlessui/tailwindcss': 0.2.0(tailwindcss@3.3.5) '@headlessui/vue': 1.7.16(vue@3.3.9) - '@iconify-json/heroicons': 1.1.13 + '@iconify-json/heroicons': 1.1.14 '@nuxt/kit': 3.8.2 '@nuxtjs/color-mode': 3.3.2 '@nuxtjs/tailwindcss': 6.10.1 @@ -2051,7 +2096,7 @@ packages: '@vueuse/math': 10.6.1(vue@3.3.9) defu: 6.1.3 fuse.js: 6.6.2 - nuxt-icon: 0.6.6(nuxt@3.8.2)(vite@4.5.0)(vue@3.3.9) + nuxt-icon: 0.6.6(nuxt@3.8.0)(vite@4.5.0)(vue@3.3.9) ohash: 1.1.3 pathe: 1.1.1 scule: 1.1.0 @@ -2078,22 +2123,22 @@ packages: - vue dev: false - /@nuxt/vite-builder@3.8.2(@types/node@20.10.0)(typescript@5.3.2)(vue@3.3.8): - resolution: {integrity: sha512-l/lzDDTbd3M89BpmWqjhVLgLVRqfkKp0tyYgV5seJQjj3SX+IeqI7k6k8+dMEifdeO34jUajVWptNpITXQryyg==} + /@nuxt/vite-builder@3.8.0(@types/node@20.10.0)(typescript@5.3.2)(vue@3.3.9): + resolution: {integrity: sha512-F9BfH+c/Idp6sBGVHR4QJSuoO42evtE4D0OelD45NgkqVvmBmOawlj0Oz5fDKoV64LDPI2+yE+xnBdQtsNv/VA==} engines: {node: ^14.18.0 || >=16.10.0} peerDependencies: vue: ^3.3.4 dependencies: - '@nuxt/kit': 3.8.2 - '@rollup/plugin-replace': 5.0.5(rollup@4.5.1) - '@vitejs/plugin-vue': 4.5.0(vite@4.5.0)(vue@3.3.8) - '@vitejs/plugin-vue-jsx': 3.1.0(vite@4.5.0)(vue@3.3.8) + '@nuxt/kit': 3.8.0 + '@rollup/plugin-replace': 5.0.5(rollup@4.6.0) + '@vitejs/plugin-vue': 4.5.0(vite@4.5.0)(vue@3.3.9) + '@vitejs/plugin-vue-jsx': 3.1.0(vite@4.5.0)(vue@3.3.9) autoprefixer: 10.4.16(postcss@8.4.31) clear: 0.1.0 consola: 3.2.3 cssnano: 6.0.1(postcss@8.4.31) defu: 6.1.3 - esbuild: 0.19.7 + esbuild: 0.19.8 escape-string-regexp: 5.0.0 estree-walker: 3.0.3 externality: 1.0.2 @@ -2108,7 +2153,9 @@ packages: perfect-debounce: 1.0.0 pkg-types: 1.0.3 postcss: 8.4.31 - rollup-plugin-visualizer: 5.9.3 + postcss-import: 15.1.0(postcss@8.4.31) + postcss-url: 10.1.3(postcss@8.4.31) + rollup-plugin-visualizer: 5.9.3(rollup@4.6.0) std-env: 3.5.0 strip-literal: 1.3.0 ufo: 1.3.2 @@ -2116,7 +2163,7 @@ packages: vite: 4.5.0(@types/node@20.10.0) vite-node: 0.33.0(@types/node@20.10.0) vite-plugin-checker: 0.6.2(typescript@5.3.2)(vite@4.5.0) - vue: 3.3.8(typescript@5.3.2) + vue: 3.3.9(typescript@5.3.2) vue-bundle-renderer: 2.0.0 transitivePeerDependencies: - '@types/node' @@ -2306,7 +2353,6 @@ packages: dependencies: is-glob: 4.0.3 micromatch: 4.0.5 - napi-wasm: 1.1.0 bundledDependencies: - napi-wasm @@ -2394,8 +2440,8 @@ packages: resolution: {integrity: sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==} dev: false - /@rollup/plugin-alias@5.0.1(rollup@4.5.1): - resolution: {integrity: sha512-JObvbWdOHoMy9W7SU0lvGhDtWq9PllP5mjpAy+TUslZG/WzOId9u80Hsqq1vCUn9pFJ0cxpdcnAv+QzU2zFH3Q==} + /@rollup/plugin-alias@5.1.0(rollup@4.6.0): + resolution: {integrity: sha512-lpA3RZ9PdIG7qqhEfv79tBffNaoDuukFDrmhLqg9ifv99u/ehn+lOg30x2zmhf8AQqQUZaMk/B9fZraQ6/acDQ==} engines: {node: '>=14.0.0'} peerDependencies: rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 @@ -2403,10 +2449,10 @@ packages: rollup: optional: true dependencies: - rollup: 4.5.1 + rollup: 4.6.0 slash: 4.0.0 - /@rollup/plugin-commonjs@25.0.7(rollup@4.5.1): + /@rollup/plugin-commonjs@25.0.7(rollup@4.6.0): resolution: {integrity: sha512-nEvcR+LRjEjsaSsc4x3XZfCCvZIaSMenZu/OiwOKGN2UhQpAYI7ru7czFvyWbErlpoGjnSX3D5Ch5FcMA3kRWQ==} engines: {node: '>=14.0.0'} peerDependencies: @@ -2415,15 +2461,15 @@ packages: rollup: optional: true dependencies: - '@rollup/pluginutils': 5.0.5(rollup@4.5.1) + '@rollup/pluginutils': 5.0.5(rollup@4.6.0) commondir: 1.0.1 estree-walker: 2.0.2 glob: 8.1.0 is-reference: 1.2.1 magic-string: 0.30.5 - rollup: 4.5.1 + rollup: 4.6.0 - /@rollup/plugin-inject@5.0.5(rollup@4.5.1): + /@rollup/plugin-inject@5.0.5(rollup@4.6.0): resolution: {integrity: sha512-2+DEJbNBoPROPkgTDNe8/1YXWcqxbN5DTjASVIOx8HS+pITXushyNiBV56RB08zuptzz8gT3YfkqriTBVycepg==} engines: {node: '>=14.0.0'} peerDependencies: @@ -2432,12 +2478,12 @@ packages: rollup: optional: true dependencies: - '@rollup/pluginutils': 5.0.5(rollup@4.5.1) + '@rollup/pluginutils': 5.0.5(rollup@4.6.0) estree-walker: 2.0.2 magic-string: 0.30.5 - rollup: 4.5.1 + rollup: 4.6.0 - /@rollup/plugin-json@6.0.1(rollup@4.5.1): + /@rollup/plugin-json@6.0.1(rollup@4.6.0): resolution: {integrity: sha512-RgVfl5hWMkxN1h/uZj8FVESvPuBJ/uf6ly6GTj0GONnkfoBN5KC0MSz+PN2OLDgYXMhtG0mWpTrkiOjoxAIevw==} engines: {node: '>=14.0.0'} peerDependencies: @@ -2446,10 +2492,10 @@ packages: rollup: optional: true dependencies: - '@rollup/pluginutils': 5.0.5(rollup@4.5.1) - rollup: 4.5.1 + '@rollup/pluginutils': 5.0.5(rollup@4.6.0) + rollup: 4.6.0 - /@rollup/plugin-node-resolve@15.2.3(rollup@4.5.1): + /@rollup/plugin-node-resolve@15.2.3(rollup@4.6.0): resolution: {integrity: sha512-j/lym8nf5E21LwBT4Df1VD6hRO2L2iwUeUmP7litikRsVp1H6NWx20NEp0Y7su+7XGc476GnXXc4kFeZNGmaSQ==} engines: {node: '>=14.0.0'} peerDependencies: @@ -2458,15 +2504,15 @@ packages: rollup: optional: true dependencies: - '@rollup/pluginutils': 5.0.5(rollup@4.5.1) + '@rollup/pluginutils': 5.0.5(rollup@4.6.0) '@types/resolve': 1.20.2 deepmerge: 4.3.1 is-builtin-module: 3.2.1 is-module: 1.0.0 resolve: 1.22.8 - rollup: 4.5.1 + rollup: 4.6.0 - /@rollup/plugin-replace@5.0.5(rollup@4.5.1): + /@rollup/plugin-replace@5.0.5(rollup@4.6.0): resolution: {integrity: sha512-rYO4fOi8lMaTg/z5Jb+hKnrHHVn8j2lwkqwyS4kTRhKyWOLf2wST2sWXr4WzWiTcoHTp2sTjqUbqIj2E39slKQ==} engines: {node: '>=14.0.0'} peerDependencies: @@ -2475,11 +2521,11 @@ packages: rollup: optional: true dependencies: - '@rollup/pluginutils': 5.0.5(rollup@4.5.1) + '@rollup/pluginutils': 5.0.5(rollup@4.6.0) magic-string: 0.30.5 - rollup: 4.5.1 + rollup: 4.6.0 - /@rollup/plugin-terser@0.4.4(rollup@4.5.1): + /@rollup/plugin-terser@0.4.4(rollup@4.6.0): resolution: {integrity: sha512-XHeJC5Bgvs8LfukDwWZp7yeqin6ns8RTl2B9avbejt6tZqsqvVoWI7ZTQrcNsfKEDWBTnTxM8nMDkO2IFFbd0A==} engines: {node: '>=14.0.0'} peerDependencies: @@ -2488,12 +2534,12 @@ packages: rollup: optional: true dependencies: - rollup: 4.5.1 + rollup: 4.6.0 serialize-javascript: 6.0.1 smob: 1.4.1 terser: 5.24.0 - /@rollup/plugin-wasm@6.2.2(rollup@4.5.1): + /@rollup/plugin-wasm@6.2.2(rollup@4.6.0): resolution: {integrity: sha512-gpC4R1G9Ni92ZIRTexqbhX7U+9estZrbhP+9SRb0DW9xpB9g7j34r+J2hqrcW/lRI7dJaU84MxZM0Rt82tqYPQ==} engines: {node: '>=14.0.0'} peerDependencies: @@ -2502,8 +2548,8 @@ packages: rollup: optional: true dependencies: - '@rollup/pluginutils': 5.0.5(rollup@4.5.1) - rollup: 4.5.1 + '@rollup/pluginutils': 5.0.5(rollup@4.6.0) + rollup: 4.6.0 /@rollup/pluginutils@4.2.1: resolution: {integrity: sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==} @@ -2512,7 +2558,7 @@ packages: estree-walker: 2.0.2 picomatch: 2.3.1 - /@rollup/pluginutils@5.0.5(rollup@4.5.1): + /@rollup/pluginutils@5.0.5(rollup@4.6.0): resolution: {integrity: sha512-6aEYR910NyP73oHiJglti74iRyOwgFU4x3meH/H8OJx6Ry0j6cOVZ5X/wTvub7G7Ao6qaHBEaNsV3GLJkSsF+Q==} engines: {node: '>=14.0.0'} peerDependencies: @@ -2524,87 +2570,87 @@ packages: '@types/estree': 1.0.5 estree-walker: 2.0.2 picomatch: 2.3.1 - rollup: 4.5.1 + rollup: 4.6.0 - /@rollup/rollup-android-arm-eabi@4.5.1: - resolution: {integrity: sha512-YaN43wTyEBaMqLDYeze+gQ4ZrW5RbTEGtT5o1GVDkhpdNcsLTnLRcLccvwy3E9wiDKWg9RIhuoy3JQKDRBfaZA==} + /@rollup/rollup-android-arm-eabi@4.6.0: + resolution: {integrity: sha512-keHkkWAe7OtdALGoutLY3utvthkGF+Y17ws9LYT8pxMBYXaCoH/8dXS2uzo6e8+sEhY7y/zi5RFo22Dy2lFpDw==} cpu: [arm] os: [android] requiresBuild: true optional: true - /@rollup/rollup-android-arm64@4.5.1: - resolution: {integrity: sha512-n1bX+LCGlQVuPlCofO0zOKe1b2XkFozAVRoczT+yxWZPGnkEAKTTYVOGZz8N4sKuBnKMxDbfhUsB1uwYdup/sw==} + /@rollup/rollup-android-arm64@4.6.0: + resolution: {integrity: sha512-y3Kt+34smKQNWilicPbBz/MXEY7QwDzMFNgwEWeYiOhUt9MTWKjHqe3EVkXwT2fR7izOvHpDWZ0o2IyD9SWX7A==} cpu: [arm64] os: [android] requiresBuild: true optional: true - /@rollup/rollup-darwin-arm64@4.5.1: - resolution: {integrity: sha512-QqJBumdvfBqBBmyGHlKxje+iowZwrHna7pokj/Go3dV1PJekSKfmjKrjKQ/e6ESTGhkfPNLq3VXdYLAc+UtAQw==} + /@rollup/rollup-darwin-arm64@4.6.0: + resolution: {integrity: sha512-oLzzxcUIHltHxOCmaXl+pkIlU+uhSxef5HfntW7RsLh1eHm+vJzjD9Oo4oUKso4YuP4PpbFJNlZjJuOrxo8dPg==} cpu: [arm64] os: [darwin] requiresBuild: true optional: true - /@rollup/rollup-darwin-x64@4.5.1: - resolution: {integrity: sha512-RrkDNkR/P5AEQSPkxQPmd2ri8WTjSl0RYmuFOiEABkEY/FSg0a4riihWQGKDJ4LnV9gigWZlTMx2DtFGzUrYQw==} + /@rollup/rollup-darwin-x64@4.6.0: + resolution: {integrity: sha512-+ANnmjkcOBaV25n0+M0Bere3roeVAnwlKW65qagtuAfIxXF9YxUneRyAn/RDcIdRa7QrjRNJL3jR7T43ObGe8Q==} cpu: [x64] os: [darwin] requiresBuild: true optional: true - /@rollup/rollup-linux-arm-gnueabihf@4.5.1: - resolution: {integrity: sha512-ZFPxvUZmE+fkB/8D9y/SWl/XaDzNSaxd1TJUSE27XAKlRpQ2VNce/86bGd9mEUgL3qrvjJ9XTGwoX0BrJkYK/A==} + /@rollup/rollup-linux-arm-gnueabihf@4.6.0: + resolution: {integrity: sha512-tBTSIkjSVUyrekddpkAqKOosnj1Fc0ZY0rJL2bIEWPKqlEQk0paORL9pUIlt7lcGJi3LzMIlUGXvtNi1Z6MOCQ==} cpu: [arm] os: [linux] requiresBuild: true optional: true - /@rollup/rollup-linux-arm64-gnu@4.5.1: - resolution: {integrity: sha512-FEuAjzVIld5WVhu+M2OewLmjmbXWd3q7Zcx+Rwy4QObQCqfblriDMMS7p7+pwgjZoo9BLkP3wa9uglQXzsB9ww==} + /@rollup/rollup-linux-arm64-gnu@4.6.0: + resolution: {integrity: sha512-Ed8uJI3kM11de9S0j67wAV07JUNhbAqIrDYhQBrQW42jGopgheyk/cdcshgGO4fW5Wjq97COCY/BHogdGvKVNQ==} cpu: [arm64] os: [linux] requiresBuild: true optional: true - /@rollup/rollup-linux-arm64-musl@4.5.1: - resolution: {integrity: sha512-f5Gs8WQixqGRtI0Iq/cMqvFYmgFzMinuJO24KRfnv7Ohi/HQclwrBCYkzQu1XfLEEt3DZyvveq9HWo4bLJf1Lw==} + /@rollup/rollup-linux-arm64-musl@4.6.0: + resolution: {integrity: sha512-mZoNQ/qK4D7SSY8v6kEsAAyDgznzLLuSFCA3aBHZTmf3HP/dW4tNLTtWh9+LfyO0Z1aUn+ecpT7IQ3WtIg3ViQ==} cpu: [arm64] os: [linux] requiresBuild: true optional: true - /@rollup/rollup-linux-x64-gnu@4.5.1: - resolution: {integrity: sha512-CWPkPGrFfN2vj3mw+S7A/4ZaU3rTV7AkXUr08W9lNP+UzOvKLVf34tWCqrKrfwQ0NTk5GFqUr2XGpeR2p6R4gw==} + /@rollup/rollup-linux-x64-gnu@4.6.0: + resolution: {integrity: sha512-rouezFHpwCqdEXsqAfNsTgSWO0FoZ5hKv5p+TGO5KFhyN/dvYXNMqMolOb8BkyKcPqjYRBeT+Z6V3aM26rPaYg==} cpu: [x64] os: [linux] requiresBuild: true optional: true - /@rollup/rollup-linux-x64-musl@4.5.1: - resolution: {integrity: sha512-ZRETMFA0uVukUC9u31Ed1nx++29073goCxZtmZARwk5aF/ltuENaeTtRVsSQzFlzdd4J6L3qUm+EW8cbGt0CKQ==} + /@rollup/rollup-linux-x64-musl@4.6.0: + resolution: {integrity: sha512-Bbm+fyn3S6u51urfj3YnqBXg5vI2jQPncRRELaucmhBVyZkbWClQ1fEsRmdnCPpQOQfkpg9gZArvtMVkOMsh1w==} cpu: [x64] os: [linux] requiresBuild: true optional: true - /@rollup/rollup-win32-arm64-msvc@4.5.1: - resolution: {integrity: sha512-ihqfNJNb2XtoZMSCPeoo0cYMgU04ksyFIoOw5S0JUVbOhafLot+KD82vpKXOurE2+9o/awrqIxku9MRR9hozHQ==} + /@rollup/rollup-win32-arm64-msvc@4.6.0: + resolution: {integrity: sha512-+MRMcyx9L2kTrTUzYmR61+XVsliMG4odFb5UmqtiT8xOfEicfYAGEuF/D1Pww1+uZkYhBqAHpvju7VN+GnC3ng==} cpu: [arm64] os: [win32] requiresBuild: true optional: true - /@rollup/rollup-win32-ia32-msvc@4.5.1: - resolution: {integrity: sha512-zK9MRpC8946lQ9ypFn4gLpdwr5a01aQ/odiIJeL9EbgZDMgbZjjT/XzTqJvDfTmnE1kHdbG20sAeNlpc91/wbg==} + /@rollup/rollup-win32-ia32-msvc@4.6.0: + resolution: {integrity: sha512-rxfeE6K6s/Xl2HGeK6cO8SiQq3k/3BYpw7cfhW5Bk2euXNEpuzi2cc7llxx1si1QgwfjNtdRNTGqdBzGlFZGFw==} cpu: [ia32] os: [win32] requiresBuild: true optional: true - /@rollup/rollup-win32-x64-msvc@4.5.1: - resolution: {integrity: sha512-5I3Nz4Sb9TYOtkRwlH0ow+BhMH2vnh38tZ4J4mggE48M/YyJyp/0sPSxhw1UeS1+oBgQ8q7maFtSeKpeRJu41Q==} + /@rollup/rollup-win32-x64-msvc@4.6.0: + resolution: {integrity: sha512-QqmCsydHS172Y0Kc13bkMXvipbJSvzeglBncJG3LsYJSiPlxYACz7MmJBs4A8l1oU+jfhYEIC/+AUSlvjmiX/g==} cpu: [x64] os: [win32] requiresBuild: true @@ -2906,17 +2952,6 @@ packages: '@unhead/schema': 1.8.8 '@unhead/shared': 1.8.8 - /@unhead/vue@1.8.8(vue@3.3.8): - resolution: {integrity: sha512-isHpVnSSE5SP+ObsZG/i+Jq9tAQ2u1AbGrktXKmL7P5FRxwPjhATYnJFdGpxXeXfuaFgRFKzGKs29xo4MMVODw==} - peerDependencies: - vue: '>=2.7 || >=3' - dependencies: - '@unhead/schema': 1.8.8 - '@unhead/shared': 1.8.8 - hookable: 5.5.3 - unhead: 1.8.8 - vue: 3.3.8(typescript@5.3.2) - /@unhead/vue@1.8.8(vue@3.3.9): resolution: {integrity: sha512-isHpVnSSE5SP+ObsZG/i+Jq9tAQ2u1AbGrktXKmL7P5FRxwPjhATYnJFdGpxXeXfuaFgRFKzGKs29xo4MMVODw==} peerDependencies: @@ -2927,7 +2962,6 @@ packages: hookable: 5.5.3 unhead: 1.8.8 vue: 3.3.9(typescript@5.3.2) - dev: true /@unocss/astro@0.57.7(vite@4.5.0): resolution: {integrity: sha512-X4KSBdrAADdtS4x7xz02b016xpRDt9mD/d/oq23HyZAZ+sZc4oZs8el9MLSUJgu2okdWzAE62lRRV/oc4HWI1A==} @@ -2950,7 +2984,7 @@ packages: hasBin: true dependencies: '@ampproject/remapping': 2.2.1 - '@rollup/pluginutils': 5.0.5(rollup@4.5.1) + '@rollup/pluginutils': 5.0.5(rollup@4.6.0) '@unocss/config': 0.57.7 '@unocss/core': 0.57.7 '@unocss/preset-uno': 0.57.7 @@ -3130,7 +3164,7 @@ packages: vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 dependencies: '@ampproject/remapping': 2.2.1 - '@rollup/pluginutils': 5.0.5(rollup@4.5.1) + '@rollup/pluginutils': 5.0.5(rollup@4.6.0) '@unocss/config': 0.57.7 '@unocss/core': 0.57.7 '@unocss/inspector': 0.57.7 @@ -3149,7 +3183,7 @@ packages: webpack: ^4 || ^5 dependencies: '@ampproject/remapping': 2.2.1 - '@rollup/pluginutils': 5.0.5(rollup@4.5.1) + '@rollup/pluginutils': 5.0.5(rollup@4.6.0) '@unocss/config': 0.57.7 '@unocss/core': 0.57.7 chokidar: 3.5.3 @@ -3181,7 +3215,7 @@ packages: - encoding - supports-color - /@vitejs/plugin-vue-jsx@3.1.0(vite@4.5.0)(vue@3.3.8): + /@vitejs/plugin-vue-jsx@3.1.0(vite@4.5.0)(vue@3.3.9): resolution: {integrity: sha512-w9M6F3LSEU5kszVb9An2/MmXNxocAnUb3WhRr8bHlimhDrXNt6n6D2nJQR3UXpGlZHh/EsgouOHCsM8V3Ln+WA==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -3192,7 +3226,7 @@ packages: '@babel/plugin-transform-typescript': 7.23.4(@babel/core@7.23.3) '@vue/babel-plugin-jsx': 1.1.5(@babel/core@7.23.3) vite: 4.5.0(@types/node@20.10.0) - vue: 3.3.8(typescript@5.3.2) + vue: 3.3.9(typescript@5.3.2) transitivePeerDependencies: - supports-color @@ -3207,7 +3241,7 @@ packages: vue: 3.3.4 dev: true - /@vitejs/plugin-vue@4.5.0(vite@4.5.0)(vue@3.3.8): + /@vitejs/plugin-vue@4.5.0(vite@4.5.0)(vue@3.3.9): resolution: {integrity: sha512-a2WSpP8X8HTEww/U00bU4mX1QpLINNuz/2KMNpLsdu3BzOpak3AGI1CJYBTXcc4SPhaD0eNRUp7IyQK405L5dQ==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -3215,9 +3249,9 @@ packages: vue: ^3.2.25 dependencies: vite: 4.5.0(@types/node@20.10.0) - vue: 3.3.8(typescript@5.3.2) + vue: 3.3.9(typescript@5.3.2) - /@vue-macros/common@1.9.0(vue@3.3.8): + /@vue-macros/common@1.9.0(vue@3.3.9): resolution: {integrity: sha512-LbfRHDkceuokkLlVuQW9Wq3ZLmRs6KIDPzCjUvvL14HB4GslWdtvBB1suFfNs6VMvh9Zj30cEKF/EAP7QBCZ6Q==} engines: {node: '>=16.14.0'} peerDependencies: @@ -3227,12 +3261,12 @@ packages: optional: true dependencies: '@babel/types': 7.23.4 - '@rollup/pluginutils': 5.0.5(rollup@4.5.1) - '@vue/compiler-sfc': 3.3.8 + '@rollup/pluginutils': 5.0.5(rollup@4.6.0) + '@vue/compiler-sfc': 3.3.9 ast-kit: 0.11.2 local-pkg: 0.5.0 magic-string-ast: 0.3.0 - vue: 3.3.8(typescript@5.3.2) + vue: 3.3.9(typescript@5.3.2) transitivePeerDependencies: - rollup @@ -3265,14 +3299,6 @@ packages: estree-walker: 2.0.2 source-map-js: 1.0.2 - /@vue/compiler-core@3.3.8: - resolution: {integrity: sha512-hN/NNBUECw8SusQvDSqqcVv6gWq8L6iAktUR0UF3vGu2OhzRqcOiAno0FmBJWwxhYEXRlQJT5XnoKsVq1WZx4g==} - dependencies: - '@babel/parser': 7.23.4 - '@vue/shared': 3.3.8 - estree-walker: 2.0.2 - source-map-js: 1.0.2 - /@vue/compiler-core@3.3.9: resolution: {integrity: sha512-+/Lf68Vr/nFBA6ol4xOtJrW+BQWv3QWKfRwGSm70jtXwfhZNF4R/eRgyVJYoxFRhdCTk/F6g99BP0ffPgZihfQ==} dependencies: @@ -3287,12 +3313,6 @@ packages: '@vue/compiler-core': 3.3.4 '@vue/shared': 3.3.4 - /@vue/compiler-dom@3.3.8: - resolution: {integrity: sha512-+PPtv+p/nWDd0AvJu3w8HS0RIm/C6VGBIRe24b9hSyNWOAPEUosFZ5diwawwP8ip5sJ8n0Pe87TNNNHnvjs0FQ==} - dependencies: - '@vue/compiler-core': 3.3.8 - '@vue/shared': 3.3.8 - /@vue/compiler-dom@3.3.9: resolution: {integrity: sha512-nfWubTtLXuT4iBeDSZ5J3m218MjOy42Vp2pmKVuBKo2/BLcrFUX8nCSr/bKRFiJ32R8qbdnnnBgRn9AdU5v0Sg==} dependencies: @@ -3313,20 +3333,6 @@ packages: postcss: 8.4.31 source-map-js: 1.0.2 - /@vue/compiler-sfc@3.3.8: - resolution: {integrity: sha512-WMzbUrlTjfYF8joyT84HfwwXo+8WPALuPxhy+BZ6R4Aafls+jDBnSz8PDz60uFhuqFbl3HxRfxvDzrUf3THwpA==} - dependencies: - '@babel/parser': 7.23.4 - '@vue/compiler-core': 3.3.8 - '@vue/compiler-dom': 3.3.8 - '@vue/compiler-ssr': 3.3.8 - '@vue/reactivity-transform': 3.3.8 - '@vue/shared': 3.3.8 - estree-walker: 2.0.2 - magic-string: 0.30.5 - postcss: 8.4.31 - source-map-js: 1.0.2 - /@vue/compiler-sfc@3.3.9: resolution: {integrity: sha512-wy0CNc8z4ihoDzjASCOCsQuzW0A/HP27+0MDSSICMjVIFzk/rFViezkR3dzH+miS2NDEz8ywMdbjO5ylhOLI2A==} dependencies: @@ -3347,12 +3353,6 @@ packages: '@vue/compiler-dom': 3.3.4 '@vue/shared': 3.3.4 - /@vue/compiler-ssr@3.3.8: - resolution: {integrity: sha512-hXCqQL/15kMVDBuoBYpUnSYT8doDNwsjvm3jTefnXr+ytn294ySnT8NlsFHmTgKNjwpuFy7XVV8yTeLtNl/P6w==} - dependencies: - '@vue/compiler-dom': 3.3.8 - '@vue/shared': 3.3.8 - /@vue/compiler-ssr@3.3.9: resolution: {integrity: sha512-NO5oobAw78R0G4SODY5A502MGnDNiDjf6qvhn7zD7TJGc8XDeIEw4fg6JU705jZ/YhuokBKz0A5a/FL/XZU73g==} dependencies: @@ -3397,15 +3397,6 @@ packages: estree-walker: 2.0.2 magic-string: 0.30.5 - /@vue/reactivity-transform@3.3.8: - resolution: {integrity: sha512-49CvBzmZNtcHua0XJ7GdGifM8GOXoUMOX4dD40Y5DxI3R8OUhMlvf2nvgUAcPxaXiV5MQQ1Nwy09ADpnLQUqRw==} - dependencies: - '@babel/parser': 7.23.4 - '@vue/compiler-core': 3.3.8 - '@vue/shared': 3.3.8 - estree-walker: 2.0.2 - magic-string: 0.30.5 - /@vue/reactivity-transform@3.3.9: resolution: {integrity: sha512-HnUFm7Ry6dFa4Lp63DAxTixUp8opMtQr6RxQCpDI1vlh12rkGIeYqMvJtK+IKyEfEOa2I9oCkD1mmsPdaGpdVg==} dependencies: @@ -3420,11 +3411,6 @@ packages: dependencies: '@vue/shared': 3.3.4 - /@vue/reactivity@3.3.8: - resolution: {integrity: sha512-ctLWitmFBu6mtddPyOKpHg8+5ahouoTCRtmAHZAXmolDtuZXfjL2T3OJ6DL6ezBPQB1SmMnpzjiWjCiMYmpIuw==} - dependencies: - '@vue/shared': 3.3.8 - /@vue/reactivity@3.3.9: resolution: {integrity: sha512-VmpIqlNp+aYDg2X0xQhJqHx9YguOmz2UxuUJDckBdQCNkipJvfk9yA75woLWElCa0Jtyec3lAAt49GO0izsphw==} dependencies: @@ -3436,12 +3422,6 @@ packages: '@vue/reactivity': 3.3.4 '@vue/shared': 3.3.4 - /@vue/runtime-core@3.3.8: - resolution: {integrity: sha512-qurzOlb6q26KWQ/8IShHkMDOuJkQnQcTIp1sdP4I9MbCf9FJeGVRXJFr2mF+6bXh/3Zjr9TDgURXrsCr9bfjUw==} - dependencies: - '@vue/reactivity': 3.3.8 - '@vue/shared': 3.3.8 - /@vue/runtime-core@3.3.9: resolution: {integrity: sha512-xxaG9KvPm3GTRuM4ZyU8Tc+pMVzcu6eeoSRQJ9IE7NmCcClW6z4B3Ij6L4EDl80sxe/arTtQ6YmgiO4UZqRc+w==} dependencies: @@ -3455,13 +3435,6 @@ packages: '@vue/shared': 3.3.4 csstype: 3.1.2 - /@vue/runtime-dom@3.3.8: - resolution: {integrity: sha512-Noy5yM5UIf9UeFoowBVgghyGGPIDPy1Qlqt0yVsUdAVbqI8eeMSsTqBtauaEoT2UFXUk5S64aWVNJN4MJ2vRdA==} - dependencies: - '@vue/runtime-core': 3.3.8 - '@vue/shared': 3.3.8 - csstype: 3.1.2 - /@vue/runtime-dom@3.3.9: resolution: {integrity: sha512-e7LIfcxYSWbV6BK1wQv9qJyxprC75EvSqF/kQKe6bdZEDNValzeRXEVgiX7AHI6hZ59HA4h7WT5CGvm69vzJTQ==} dependencies: @@ -3478,15 +3451,6 @@ packages: '@vue/shared': 3.3.4 vue: 3.3.4 - /@vue/server-renderer@3.3.8(vue@3.3.8): - resolution: {integrity: sha512-zVCUw7RFskvPuNlPn/8xISbrf0zTWsTSdYTsUTN1ERGGZGVnRxM2QZ3x1OR32+vwkkCm0IW6HmJ49IsPm7ilLg==} - peerDependencies: - vue: 3.3.8 - dependencies: - '@vue/compiler-ssr': 3.3.8 - '@vue/shared': 3.3.8 - vue: 3.3.8(typescript@5.3.2) - /@vue/server-renderer@3.3.9(vue@3.3.9): resolution: {integrity: sha512-w0zT/s5l3Oa3ZjtLW88eO4uV6AQFqU8X5GOgzq7SkQQu6vVr+8tfm+OI2kDBplS/W/XgCBuFXiPw6T5EdwXP0A==} peerDependencies: @@ -3499,9 +3463,6 @@ packages: /@vue/shared@3.3.4: resolution: {integrity: sha512-7OjdcV8vQ74eiz1TZLzZP4JwqM5fA94K6yntPS5Z25r9HDuGNzaGdgvwKYq6S+MxwF0TFRwe50fIR/MYnakdkQ==} - /@vue/shared@3.3.8: - resolution: {integrity: sha512-8PGwybFwM4x8pcfgqEQFy70NaQxASvOC5DJwLQfpArw1UDfUXrJkdxD3BhVTMS+0Lef/TU7YO0Jvr0jJY8T+mw==} - /@vue/shared@3.3.9: resolution: {integrity: sha512-ZE0VTIR0LmYgeyhurPTpy4KzKsuDyQbMSdM49eKkMnT5X4VfFBLysMzjIZhLEFQYjjOVVfbvUDHckwjDFiO2eA==} @@ -3708,7 +3669,7 @@ packages: /@vueuse/metadata@10.6.1: resolution: {integrity: sha512-qhdwPI65Bgcj23e5lpGfQsxcy0bMjCAsUGoXkJ7DsoeDUdasbZ2DBa4dinFCOER3lF4gwUv+UD2AlA11zdzMFw==} - /@vueuse/nuxt@10.3.0(nuxt@3.8.2)(vue@3.3.9): + /@vueuse/nuxt@10.3.0(nuxt@3.8.0)(vue@3.3.9): resolution: {integrity: sha512-Dmkm9H5Ubq279+FHhlJtlFP99wKrn2apuo4hk/0GbEi/6+zif7MJRtAjDBBV4VjmY6XV3kO8dQR8940FStbxsA==} peerDependencies: nuxt: ^3.0.0 @@ -3717,7 +3678,7 @@ packages: '@vueuse/core': 10.3.0(vue@3.3.9) '@vueuse/metadata': 10.3.0 local-pkg: 0.4.3 - nuxt: 3.8.2(@types/node@20.10.0)(typescript@5.3.2)(vite@4.5.0) + nuxt: 3.8.0(@types/node@20.10.0)(typescript@5.3.2)(vite@4.5.0) vue-demi: 0.14.6(vue@3.3.9) transitivePeerDependencies: - '@vue/composition-api' @@ -3726,7 +3687,7 @@ packages: - vue dev: false - /@vueuse/nuxt@10.6.1(nuxt@3.8.2)(vue@3.3.9): + /@vueuse/nuxt@10.6.1(nuxt@3.8.0)(vue@3.3.9): resolution: {integrity: sha512-MnXg0ZviWHKcf2CsBYeHXhK9Pqn2TF7EJfaLgd+3rHEyb6XlSLUKBTPNCiO+5VH3Ck1IJAez90KS3VAdSqqs1w==} peerDependencies: nuxt: ^3.0.0 @@ -3735,7 +3696,7 @@ packages: '@vueuse/core': 10.6.1(vue@3.3.9) '@vueuse/metadata': 10.6.1 local-pkg: 0.5.0 - nuxt: 3.8.2(@types/node@20.10.0)(typescript@5.3.2)(vite@4.5.0) + nuxt: 3.8.0(@types/node@20.10.0)(typescript@5.3.2)(vite@4.5.0) vue-demi: 0.14.6(vue@3.3.9) transitivePeerDependencies: - '@vue/composition-api' @@ -3886,6 +3847,11 @@ packages: dependencies: acorn: 8.11.2 + /acorn@8.10.0: + resolution: {integrity: sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==} + engines: {node: '>=0.4.0'} + hasBin: true + /acorn@8.11.2: resolution: {integrity: sha512-nc0Axzp/0FILLEVsm4fNwLCwMttvhEI263QtVPQcbpfZZ3ts0hLsZGOpE6czNlid7CJ9MlyH8reXkpsf3YUY4w==} engines: {node: '>=0.4.0'} @@ -4051,7 +4017,7 @@ packages: engines: {node: '>=16.14.0'} dependencies: '@babel/parser': 7.23.4 - '@rollup/pluginutils': 5.0.5(rollup@4.5.1) + '@rollup/pluginutils': 5.0.5(rollup@4.6.0) pathe: 1.1.1 transitivePeerDependencies: - rollup @@ -4061,7 +4027,7 @@ packages: engines: {node: '>=16.14.0'} dependencies: '@babel/parser': 7.23.4 - '@rollup/pluginutils': 5.0.5(rollup@4.5.1) + '@rollup/pluginutils': 5.0.5(rollup@4.6.0) pathe: 1.1.1 transitivePeerDependencies: - rollup @@ -4221,7 +4187,7 @@ packages: hasBin: true dependencies: caniuse-lite: 1.0.30001564 - electron-to-chromium: 1.4.593 + electron-to-chromium: 1.4.594 node-releases: 2.0.13 update-browserslist-db: 1.0.13(browserslist@4.22.1) @@ -4440,8 +4406,8 @@ packages: restore-cursor: 3.1.0 dev: true - /cli-spinners@2.9.1: - resolution: {integrity: sha512-jHgecW0pxkonBJdrKsqxgRX9AcG+u/5k0Q7WPDfi8AogLAdwxEkyYYNWwZ5GvVFoFx2uiY1eNcSK00fh+1+FyQ==} + /cli-spinners@2.9.2: + resolution: {integrity: sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==} engines: {node: '>=6'} dev: true @@ -4838,6 +4804,9 @@ packages: /csstype@3.1.2: resolution: {integrity: sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==} + /cuint@0.2.2: + resolution: {integrity: sha512-d4ZVpCW31eWwCMe1YT3ur7mUDnTXbgwyzaL320DrcRT45rfjYxkt5QWLrmOJ+/UEAI2+fQgKe/fCjR8l4TpRgw==} + /cz-conventional-changelog@3.3.0(typescript@5.3.2): resolution: {integrity: sha512-U466fIzU5U22eES5lTNiNbZ+d8dfcHcssH4o7QsdWaCcRs/feIPCxKYSWkYBNs5mny7MvEfwpTLWjvbm94hecw==} engines: {node: '>= 10'} @@ -5139,8 +5108,8 @@ packages: /ee-first@1.1.1: resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} - /electron-to-chromium@1.4.593: - resolution: {integrity: sha512-c7+Hhj87zWmdpmjDONbvNKNo24tvmD4mjal1+qqTYTrlF0/sNpAcDlU0Ki84ftA/5yj3BF2QhSGEC0Rky6larg==} + /electron-to-chromium@1.4.594: + resolution: {integrity: sha512-xT1HVAu5xFn7bDfkjGQi9dNpMqGchUkebwf1GL7cZN32NSwwlHRPMSDJ1KN6HkS0bWUtndbSQZqvpQftKG2uFQ==} /emoji-regex@8.0.0: resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} @@ -5200,7 +5169,6 @@ packages: graceful-fs: 4.2.11 memory-fs: 0.5.0 tapable: 1.1.3 - dev: true /enhanced-resolve@5.15.0: resolution: {integrity: sha512-LXYT42KJ7lpIKECr2mAXIaMldcNCh/7E0KBKOu4KSfkHmP+mZmSs+8V5gBAqisWBy0OO4W5Oyys0GO1Y8KtdKg==} @@ -5225,7 +5193,6 @@ packages: hasBin: true dependencies: prr: 1.0.1 - dev: true /error-ex@1.3.2: resolution: {integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==} @@ -5281,34 +5248,34 @@ packages: '@esbuild/win32-ia32': 0.18.20 '@esbuild/win32-x64': 0.18.20 - /esbuild@0.19.7: - resolution: {integrity: sha512-6brbTZVqxhqgbpqBR5MzErImcpA0SQdoKOkcWK/U30HtQxnokIpG3TX2r0IJqbFUzqLjhU/zC1S5ndgakObVCQ==} + /esbuild@0.19.8: + resolution: {integrity: sha512-l7iffQpT2OrZfH2rXIp7/FkmaeZM0vxbxN9KfiCwGYuZqzMg/JdvX26R31Zxn/Pxvsrg3Y9N6XTcnknqDyyv4w==} engines: {node: '>=12'} hasBin: true requiresBuild: true optionalDependencies: - '@esbuild/android-arm': 0.19.7 - '@esbuild/android-arm64': 0.19.7 - '@esbuild/android-x64': 0.19.7 - '@esbuild/darwin-arm64': 0.19.7 - '@esbuild/darwin-x64': 0.19.7 - '@esbuild/freebsd-arm64': 0.19.7 - '@esbuild/freebsd-x64': 0.19.7 - '@esbuild/linux-arm': 0.19.7 - '@esbuild/linux-arm64': 0.19.7 - '@esbuild/linux-ia32': 0.19.7 - '@esbuild/linux-loong64': 0.19.7 - '@esbuild/linux-mips64el': 0.19.7 - '@esbuild/linux-ppc64': 0.19.7 - '@esbuild/linux-riscv64': 0.19.7 - '@esbuild/linux-s390x': 0.19.7 - '@esbuild/linux-x64': 0.19.7 - '@esbuild/netbsd-x64': 0.19.7 - '@esbuild/openbsd-x64': 0.19.7 - '@esbuild/sunos-x64': 0.19.7 - '@esbuild/win32-arm64': 0.19.7 - '@esbuild/win32-ia32': 0.19.7 - '@esbuild/win32-x64': 0.19.7 + '@esbuild/android-arm': 0.19.8 + '@esbuild/android-arm64': 0.19.8 + '@esbuild/android-x64': 0.19.8 + '@esbuild/darwin-arm64': 0.19.8 + '@esbuild/darwin-x64': 0.19.8 + '@esbuild/freebsd-arm64': 0.19.8 + '@esbuild/freebsd-x64': 0.19.8 + '@esbuild/linux-arm': 0.19.8 + '@esbuild/linux-arm64': 0.19.8 + '@esbuild/linux-ia32': 0.19.8 + '@esbuild/linux-loong64': 0.19.8 + '@esbuild/linux-mips64el': 0.19.8 + '@esbuild/linux-ppc64': 0.19.8 + '@esbuild/linux-riscv64': 0.19.8 + '@esbuild/linux-s390x': 0.19.8 + '@esbuild/linux-x64': 0.19.8 + '@esbuild/netbsd-x64': 0.19.8 + '@esbuild/openbsd-x64': 0.19.8 + '@esbuild/sunos-x64': 0.19.8 + '@esbuild/win32-arm64': 0.19.8 + '@esbuild/win32-ia32': 0.19.8 + '@esbuild/win32-x64': 0.19.8 /escalade@3.1.1: resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==} @@ -6021,7 +5988,6 @@ packages: ignore: 5.3.0 merge2: 1.4.1 slash: 4.0.0 - dev: true /globby@14.0.0: resolution: {integrity: sha512-/1WM/LNHRAOH9lZta77uGbq0dAEQM+XjNesWwhlERDVenqothRbnzTrL3/LrIoEPPjeUHC3vrS6TwoyxeHs7MQ==} @@ -7456,7 +7422,6 @@ packages: dependencies: errno: 0.1.8 readable-stream: 2.3.8 - dev: true /merge-stream@2.0.0: resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==} @@ -7918,6 +7883,11 @@ packages: engines: {node: '>=4'} hasBin: true + /mime@2.5.2: + resolution: {integrity: sha512-tqkh47FzKeCPD2PUiPB6pkbMzsCasjxAfC62/Wap5qrUWcb+sFasXUC5I3gYM5iBM8v/Qpn4UK0x+j0iHyFPDg==} + engines: {node: '>=4.0.0'} + hasBin: true + /mime@3.0.0: resolution: {integrity: sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==} engines: {node: '>=10.0.0'} @@ -7942,6 +7912,11 @@ packages: hasBin: true dev: false + /minimatch@3.0.8: + resolution: {integrity: sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q==} + dependencies: + brace-expansion: 1.1.11 + /minimatch@3.1.2: resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} dependencies: @@ -8100,9 +8075,6 @@ packages: dev: false optional: true - /napi-wasm@1.1.0: - resolution: {integrity: sha512-lHwIAJbmLSjF9VDRm9GoVOy9AGp3aIvkjv+Kvz9h16QR3uSVYH78PNQUnT2U4X53mhlnV2M7wrhibQ3GHicDmg==} - /natural-compare@1.4.0: resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==} @@ -8125,15 +8097,15 @@ packages: dependencies: '@cloudflare/kv-asset-handler': 0.3.0 '@netlify/functions': 2.4.0 - '@rollup/plugin-alias': 5.0.1(rollup@4.5.1) - '@rollup/plugin-commonjs': 25.0.7(rollup@4.5.1) - '@rollup/plugin-inject': 5.0.5(rollup@4.5.1) - '@rollup/plugin-json': 6.0.1(rollup@4.5.1) - '@rollup/plugin-node-resolve': 15.2.3(rollup@4.5.1) - '@rollup/plugin-replace': 5.0.5(rollup@4.5.1) - '@rollup/plugin-terser': 0.4.4(rollup@4.5.1) - '@rollup/plugin-wasm': 6.2.2(rollup@4.5.1) - '@rollup/pluginutils': 5.0.5(rollup@4.5.1) + '@rollup/plugin-alias': 5.1.0(rollup@4.6.0) + '@rollup/plugin-commonjs': 25.0.7(rollup@4.6.0) + '@rollup/plugin-inject': 5.0.5(rollup@4.6.0) + '@rollup/plugin-json': 6.0.1(rollup@4.6.0) + '@rollup/plugin-node-resolve': 15.2.3(rollup@4.6.0) + '@rollup/plugin-replace': 5.0.5(rollup@4.6.0) + '@rollup/plugin-terser': 0.4.4(rollup@4.6.0) + '@rollup/plugin-wasm': 6.2.2(rollup@4.6.0) + '@rollup/pluginutils': 5.0.5(rollup@4.6.0) '@types/http-proxy': 1.17.14 '@vercel/nft': 0.24.3 archiver: 6.0.1 @@ -8146,7 +8118,7 @@ packages: defu: 6.1.3 destr: 2.0.2 dot-prop: 8.0.2 - esbuild: 0.19.7 + esbuild: 0.19.8 escape-string-regexp: 5.0.0 etag: 1.8.1 fs-extra: 11.1.1 @@ -8173,8 +8145,8 @@ packages: pkg-types: 1.0.3 pretty-bytes: 6.1.1 radix3: 1.1.0 - rollup: 4.5.1 - rollup-plugin-visualizer: 5.9.2(rollup@4.5.1) + rollup: 4.6.0 + rollup-plugin-visualizer: 5.9.3(rollup@4.6.0) scule: 1.1.0 semver: 7.5.4 serve-placeholder: 2.0.1 @@ -8184,7 +8156,7 @@ packages: uncrypto: 0.1.3 unctx: 2.3.1 unenv: 1.8.0 - unimport: 3.6.0(rollup@4.5.1) + unimport: 3.6.0(rollup@4.6.0) unstorage: 1.10.1 transitivePeerDependencies: - '@azure/app-configuration' @@ -8388,12 +8360,12 @@ packages: optionalDependencies: fsevents: 2.3.3 - /nuxt-icon@0.6.6(nuxt@3.8.2)(vite@4.5.0)(vue@3.3.9): + /nuxt-icon@0.6.6(nuxt@3.8.0)(vite@4.5.0)(vue@3.3.9): resolution: {integrity: sha512-rTRUIjYVlYAyj6ZPVVwGxyyiINNudhC6r9vF96Ec5ZaLOC6mSdUBnJ3oV6sJgViYrIkDLwbIjviFvRcZzvgu3g==} dependencies: - '@iconify/collections': 1.0.360 + '@iconify/collections': 1.0.361 '@iconify/vue': 4.1.1(vue@3.3.9) - '@nuxt/devtools-kit': 1.0.3(nuxt@3.8.2)(vite@4.5.0) + '@nuxt/devtools-kit': 1.0.3(nuxt@3.8.0)(vite@4.5.0) '@nuxt/kit': 3.8.2 transitivePeerDependencies: - nuxt @@ -8415,12 +8387,12 @@ packages: - supports-color dev: true - /nuxt-simple-robots@3.1.0(@nuxt/devtools@1.0.3)(@vue/compiler-core@3.3.9)(nuxt@3.8.2)(postcss@8.4.31)(vite@4.5.0)(vue@3.3.9)(webpack@5.89.0): + /nuxt-simple-robots@3.1.0(@nuxt/devtools@1.0.3)(@vue/compiler-core@3.3.9)(nuxt@3.8.0)(postcss@8.4.31)(vite@4.5.0)(vue@3.3.9)(webpack@5.89.0): resolution: {integrity: sha512-K+frvIOxRXwpZs77wCD/28NdDaK6eeecMmwX7MlVU5qJyfxp3olrgDQyEOQc3qcS6nLZ2s1nY5y6Dp0AiQoJrg==} dependencies: '@nuxt/kit': 3.8.2 defu: 6.1.3 - nuxt-site-config: 1.6.6(@nuxt/devtools@1.0.3)(@vue/compiler-core@3.3.9)(nuxt@3.8.2)(postcss@8.4.31)(universal-cookie@4.0.4)(vite@4.5.0)(vue@3.3.9)(webpack@5.89.0) + nuxt-site-config: 1.6.6(@nuxt/devtools@1.0.3)(@vue/compiler-core@3.3.9)(nuxt@3.8.0)(postcss@8.4.31)(universal-cookie@4.0.4)(vite@4.5.0)(vue@3.3.9)(webpack@5.89.0) nuxt-site-config-kit: 1.6.6(vue@3.3.9) pathe: 1.1.1 ufo: 1.3.2 @@ -8449,17 +8421,17 @@ packages: - webpack dev: true - /nuxt-simple-sitemap@3.1.4(@nuxt/devtools@1.0.3)(@vue/compiler-core@3.3.9)(nuxt@3.8.2)(postcss@8.4.31)(universal-cookie@4.0.4)(vite@4.5.0)(vue@3.3.9)(webpack@5.89.0): + /nuxt-simple-sitemap@3.1.4(@nuxt/devtools@1.0.3)(@vue/compiler-core@3.3.9)(nuxt@3.8.0)(postcss@8.4.31)(universal-cookie@4.0.4)(vite@4.5.0)(vue@3.3.9)(webpack@5.89.0): resolution: {integrity: sha512-rP2ZxiaEyrz1S16zOb6mmtVyxTgmUAErsy0QRaxIIEMJvnZ/0oFEgH6IbpnZchjw0dxlKCAhYgNof3QDF5VQ9Q==} dependencies: - '@nuxt/devtools-kit': 0.7.6(nuxt@3.8.2)(vite@4.5.0) + '@nuxt/devtools-kit': 0.7.6(nuxt@3.8.0)(vite@4.5.0) '@nuxt/kit': 3.8.2 chalk: 5.3.0 defu: 6.1.3 escape-string-regexp: 5.0.0 fast-glob: 3.3.2 knitwork: 1.0.0 - nuxt-site-config: 1.6.6(@nuxt/devtools@1.0.3)(@vue/compiler-core@3.3.9)(nuxt@3.8.2)(postcss@8.4.31)(universal-cookie@4.0.4)(vite@4.5.0)(vue@3.3.9)(webpack@5.89.0) + nuxt-site-config: 1.6.6(@nuxt/devtools@1.0.3)(@vue/compiler-core@3.3.9)(nuxt@3.8.0)(postcss@8.4.31)(universal-cookie@4.0.4)(vite@4.5.0)(vue@3.3.9)(webpack@5.89.0) nuxt-site-config-kit: 1.6.6(vue@3.3.9) pathe: 1.1.1 radix3: 1.1.0 @@ -8504,11 +8476,11 @@ packages: - supports-color - vue - /nuxt-site-config@1.6.6(@nuxt/devtools@1.0.3)(@vue/compiler-core@3.3.9)(nuxt@3.8.2)(postcss@8.4.31)(universal-cookie@4.0.4)(vite@4.5.0)(vue@3.3.9)(webpack@5.89.0): + /nuxt-site-config@1.6.6(@nuxt/devtools@1.0.3)(@vue/compiler-core@3.3.9)(nuxt@3.8.0)(postcss@8.4.31)(universal-cookie@4.0.4)(vite@4.5.0)(vue@3.3.9)(webpack@5.89.0): resolution: {integrity: sha512-orqglyJAFZEVxW7oglFMcCgq6r7Cpr8xOd+1zn+OiPmP+D++EBFn+90gmV9utGjaX8t5G2sO71pO4DMIZf2u7g==} dependencies: - '@nuxt/devtools-kit': 1.0.3(nuxt@3.8.2)(vite@4.5.0) - '@nuxt/devtools-ui-kit': 1.0.3(@nuxt/devtools@1.0.3)(@vue/compiler-core@3.3.9)(nuxt@3.8.2)(postcss@8.4.31)(universal-cookie@4.0.4)(vite@4.5.0)(vue@3.3.9)(webpack@5.89.0) + '@nuxt/devtools-kit': 1.0.3(nuxt@3.8.0)(vite@4.5.0) + '@nuxt/devtools-ui-kit': 1.0.3(@nuxt/devtools@1.0.3)(@vue/compiler-core@3.3.9)(nuxt@3.8.0)(postcss@8.4.31)(universal-cookie@4.0.4)(vite@4.5.0)(vue@3.3.9)(webpack@5.89.0) '@nuxt/kit': 3.8.2 '@nuxt/schema': 3.8.2 nuxt-site-config-kit: 1.6.6(vue@3.3.9) @@ -8550,8 +8522,8 @@ packages: - vue dev: false - /nuxt@3.8.2(@types/node@20.10.0)(typescript@5.3.2)(vite@4.5.0): - resolution: {integrity: sha512-HUAyifmqTs2zcQBGvcby3KNs2pBAk+l7ZbLjD1oCNqQQ+wBuZ1qgLC4Ebu++y4g3o3Y8WAWSvpafbKRLQZziPw==} + /nuxt@3.8.0(@types/node@20.10.0)(typescript@5.3.2)(vite@4.5.0): + resolution: {integrity: sha512-ZnisJYx5AcUl7xlw18m6zfINBpNhld+ZF+jdTLRZxkLjKSFZeFMGqKxOR1jNVSmxfIXM/guK0uV9GPm6HK/z7g==} engines: {node: ^14.18.0 || >=16.10.0} hasBin: true peerDependencies: @@ -8564,29 +8536,29 @@ packages: optional: true dependencies: '@nuxt/devalue': 2.0.2 - '@nuxt/devtools': 1.0.3(nuxt@3.8.2)(vite@4.5.0) - '@nuxt/kit': 3.8.2 - '@nuxt/schema': 3.8.2 + '@nuxt/devtools': 1.0.3(nuxt@3.8.0)(vite@4.5.0) + '@nuxt/kit': 3.8.0 + '@nuxt/schema': 3.8.0 '@nuxt/telemetry': 2.5.3 '@nuxt/ui-templates': 1.3.1 - '@nuxt/vite-builder': 3.8.2(@types/node@20.10.0)(typescript@5.3.2)(vue@3.3.8) + '@nuxt/vite-builder': 3.8.0(@types/node@20.10.0)(typescript@5.3.2)(vue@3.3.9) '@types/node': 20.10.0 '@unhead/dom': 1.8.8 '@unhead/ssr': 1.8.8 - '@unhead/vue': 1.8.8(vue@3.3.8) - '@vue/shared': 3.3.8 - acorn: 8.11.2 + '@unhead/vue': 1.8.8(vue@3.3.9) + '@vue/shared': 3.3.9 + acorn: 8.10.0 c12: 1.5.1 chokidar: 3.5.3 cookie-es: 1.0.0 defu: 6.1.3 destr: 2.0.2 devalue: 4.3.2 - esbuild: 0.19.7 + esbuild: 0.19.8 escape-string-regexp: 5.0.0 estree-walker: 3.0.3 fs-extra: 11.1.1 - globby: 14.0.0 + globby: 13.2.2 h3: 1.9.0 hookable: 5.5.3 jiti: 1.21.0 @@ -8611,14 +8583,14 @@ packages: uncrypto: 0.1.3 unctx: 2.3.1 unenv: 1.8.0 - unimport: 3.6.0(rollup@4.5.1) + unimport: 3.6.0(rollup@4.6.0) unplugin: 1.5.1 - unplugin-vue-router: 0.7.0(vue-router@4.2.5)(vue@3.3.8) + unplugin-vue-router: 0.7.0(vue-router@4.2.5)(vue@3.3.9) untyped: 1.4.0 - vue: 3.3.8(typescript@5.3.2) + vue: 3.3.9(typescript@5.3.2) vue-bundle-renderer: 2.0.0 vue-devtools-stub: 0.1.0 - vue-router: 4.2.5(vue@3.3.8) + vue-router: 4.2.5(vue@3.3.9) transitivePeerDependencies: - '@azure/app-configuration' - '@azure/cosmos' @@ -8770,7 +8742,7 @@ packages: fast-glob: 3.3.2 js-yaml: 4.1.0 supports-color: 9.4.0 - undici: 5.27.2 + undici: 5.28.0 yargs-parser: 21.1.1 /optionator@0.9.3: @@ -8791,7 +8763,7 @@ packages: bl: 4.1.0 chalk: 4.1.2 cli-cursor: 3.1.0 - cli-spinners: 2.9.1 + cli-spinners: 2.9.2 is-interactive: 1.0.0 is-unicode-supported: 0.1.0 log-symbols: 4.1.0 @@ -8982,7 +8954,6 @@ packages: /pify@2.3.0: resolution: {integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==} engines: {node: '>=0.10.0'} - dev: false /pinia@2.1.6(typescript@5.3.2)(vue@3.3.9): resolution: {integrity: sha512-bIU6QuE5qZviMmct5XwCesXelb5VavdOWKWaB17ggk++NUwQWWbP5YnsONTk3b752QkW9sACiR81rorpeOMSvQ==} @@ -9106,7 +9077,6 @@ packages: resolution: {integrity: sha512-y001XYgGvVwgxyxw9J1a5kqM/vtmIQGzx34g0A0Oy44MFcy/ZboZw1hu/iN3VYFjSTRzbvd7zZJJz0Kh0AGkTw==} dependencies: enhanced-resolve: 4.5.0 - dev: true /postcss-import@15.1.0(postcss@8.4.27): resolution: {integrity: sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==} @@ -9130,7 +9100,6 @@ packages: postcss-value-parser: 4.2.0 read-cache: 1.0.0 resolve: 1.22.8 - dev: false /postcss-js@4.0.1(postcss@8.4.27): resolution: {integrity: sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==} @@ -9423,6 +9392,18 @@ packages: postcss: 8.4.31 postcss-selector-parser: 6.0.13 + /postcss-url@10.1.3(postcss@8.4.31): + resolution: {integrity: sha512-FUzyxfI5l2tKmXdYc6VTu3TWZsInayEKPbiyW+P6vmmIrrb4I6CGX0BFoewgYHLK+oIL5FECEK02REYRpBvUCw==} + engines: {node: '>=10'} + peerDependencies: + postcss: ^8.0.0 + dependencies: + make-dir: 3.1.0 + mime: 2.5.2 + minimatch: 3.0.8 + postcss: 8.4.31 + xxhashjs: 0.2.2 + /postcss-value-parser@4.2.0: resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} @@ -9582,7 +9563,6 @@ packages: /prr@1.0.1: resolution: {integrity: sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==} - dev: true /pump@3.0.0: resolution: {integrity: sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==} @@ -9672,7 +9652,6 @@ packages: resolution: {integrity: sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==} dependencies: pify: 2.3.0 - dev: false /read-package-json-fast@3.0.2: resolution: {integrity: sha512-0J+Msgym3vrLOUB3hzQCuZHII0xkNGCtz/HJH9xZshwv9DbDwkw1KaE3gx/e2J5rpEY5rtOy6cyhKOPrkP7FZw==} @@ -9943,23 +9922,7 @@ packages: dependencies: glob: 7.2.3 - /rollup-plugin-visualizer@5.9.2(rollup@4.5.1): - resolution: {integrity: sha512-waHktD5mlWrYFrhOLbti4YgQCn1uR24nYsNuXxg7LkPH8KdTXVWR9DNY1WU0QqokyMixVXJS4J04HNrVTMP01A==} - engines: {node: '>=14'} - hasBin: true - peerDependencies: - rollup: 2.x || 3.x - peerDependenciesMeta: - rollup: - optional: true - dependencies: - open: 8.4.2 - picomatch: 2.3.1 - rollup: 4.5.1 - source-map: 0.7.4 - yargs: 17.7.2 - - /rollup-plugin-visualizer@5.9.3: + /rollup-plugin-visualizer@5.9.3(rollup@4.6.0): resolution: {integrity: sha512-ieGM5UAbMVqThX67GCuFHu/GkaSXIUZwFKJsSzE+7+k9fibU/6gbUz7SL+9BBzNtv5bIFHj7kEu0TWcqEnT/sQ==} engines: {node: '>=14'} hasBin: true @@ -9971,6 +9934,7 @@ packages: dependencies: open: 8.4.2 picomatch: 2.3.1 + rollup: 4.6.0 source-map: 0.7.4 yargs: 17.7.2 @@ -9989,23 +9953,23 @@ packages: optionalDependencies: fsevents: 2.3.3 - /rollup@4.5.1: - resolution: {integrity: sha512-0EQribZoPKpb5z1NW/QYm3XSR//Xr8BeEXU49Lc/mQmpmVVG5jPUVrpc2iptup/0WMrY9mzas0fxH+TjYvG2CA==} + /rollup@4.6.0: + resolution: {integrity: sha512-R8i5Her4oO1LiMQ3jKf7MUglYV/mhQ5g5OKeld5CnkmPdIGo79FDDQYqPhq/PCVuTQVuxsWgIbDy9F+zdHn80w==} engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true optionalDependencies: - '@rollup/rollup-android-arm-eabi': 4.5.1 - '@rollup/rollup-android-arm64': 4.5.1 - '@rollup/rollup-darwin-arm64': 4.5.1 - '@rollup/rollup-darwin-x64': 4.5.1 - '@rollup/rollup-linux-arm-gnueabihf': 4.5.1 - '@rollup/rollup-linux-arm64-gnu': 4.5.1 - '@rollup/rollup-linux-arm64-musl': 4.5.1 - '@rollup/rollup-linux-x64-gnu': 4.5.1 - '@rollup/rollup-linux-x64-musl': 4.5.1 - '@rollup/rollup-win32-arm64-msvc': 4.5.1 - '@rollup/rollup-win32-ia32-msvc': 4.5.1 - '@rollup/rollup-win32-x64-msvc': 4.5.1 + '@rollup/rollup-android-arm-eabi': 4.6.0 + '@rollup/rollup-android-arm64': 4.6.0 + '@rollup/rollup-darwin-arm64': 4.6.0 + '@rollup/rollup-darwin-x64': 4.6.0 + '@rollup/rollup-linux-arm-gnueabihf': 4.6.0 + '@rollup/rollup-linux-arm64-gnu': 4.6.0 + '@rollup/rollup-linux-arm64-musl': 4.6.0 + '@rollup/rollup-linux-x64-gnu': 4.6.0 + '@rollup/rollup-linux-x64-musl': 4.6.0 + '@rollup/rollup-win32-arm64-msvc': 4.6.0 + '@rollup/rollup-win32-ia32-msvc': 4.6.0 + '@rollup/rollup-win32-x64-msvc': 4.6.0 fsevents: 2.3.3 /run-applescript@5.0.0: @@ -10666,7 +10630,6 @@ packages: /tapable@1.1.3: resolution: {integrity: sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==} engines: {node: '>=6'} - dev: true /tapable@2.2.1: resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==} @@ -10992,8 +10955,8 @@ packages: /undici-types@5.26.5: resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} - /undici@5.27.2: - resolution: {integrity: sha512-iS857PdOEy/y3wlM3yRp+6SNQQ6xU0mmZcwRSriqk+et/cwWAtwmIGf6WkoDN2EK/AMdCO/dfXzIwi+rFMrjjQ==} + /undici@5.28.0: + resolution: {integrity: sha512-gM12DkXhlAc5+/TPe60iy9P6ETgVfqTuRJ6aQ4w8RYu0MqKuXhaq3/b86GfzDQnNA3NUO6aUNdvevrKH59D0Nw==} engines: {node: '>=14.0'} dependencies: '@fastify/busboy': 2.1.0 @@ -11062,10 +11025,10 @@ packages: vfile: 6.0.1 dev: true - /unimport@3.6.0(rollup@4.5.1): + /unimport@3.6.0(rollup@4.6.0): resolution: {integrity: sha512-yXW3Z30yk1vX8fxO8uHlq9wY9K+L56LHp4Hlbv8i7tW+NENSOv8AaFJUPtOQchxlT7/JBAzCtkrBtcVjKIr1VQ==} dependencies: - '@rollup/pluginutils': 5.0.5(rollup@4.5.1) + '@rollup/pluginutils': 5.0.5(rollup@4.6.0) escape-string-regexp: 5.0.0 fast-glob: 3.3.2 local-pkg: 0.5.0 @@ -11216,7 +11179,7 @@ packages: - rollup - supports-color - /unplugin-vue-router@0.7.0(vue-router@4.2.5)(vue@3.3.8): + /unplugin-vue-router@0.7.0(vue-router@4.2.5)(vue@3.3.9): resolution: {integrity: sha512-ddRreGq0t5vlSB7OMy4e4cfU1w2AwBQCwmvW3oP/0IHQiokzbx4hd3TpwBu3eIAFVuhX2cwNQwp1U32UybTVCw==} peerDependencies: vue-router: ^4.1.0 @@ -11225,8 +11188,8 @@ packages: optional: true dependencies: '@babel/types': 7.23.4 - '@rollup/pluginutils': 5.0.5(rollup@4.5.1) - '@vue-macros/common': 1.9.0(vue@3.3.8) + '@rollup/pluginutils': 5.0.5(rollup@4.6.0) + '@vue-macros/common': 1.9.0(vue@3.3.9) ast-walker-scope: 0.5.0 chokidar: 3.5.3 fast-glob: 3.3.2 @@ -11236,7 +11199,7 @@ packages: pathe: 1.1.1 scule: 1.1.0 unplugin: 1.5.1 - vue-router: 4.2.5(vue@3.3.8) + vue-router: 4.2.5(vue@3.3.9) yaml: 2.3.4 transitivePeerDependencies: - rollup @@ -11541,7 +11504,7 @@ packages: dependencies: '@antfu/utils': 0.7.6 '@nuxt/kit': 3.8.2 - '@rollup/pluginutils': 5.0.5(rollup@4.5.1) + '@rollup/pluginutils': 5.0.5(rollup@4.6.0) debug: 4.3.4 error-stack-parser-es: 0.1.1 fs-extra: 11.1.1 @@ -11564,7 +11527,7 @@ packages: '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.23.3) '@babel/plugin-transform-typescript': 7.23.4(@babel/core@7.23.3) '@vue/babel-plugin-jsx': 1.1.5(@babel/core@7.23.3) - '@vue/compiler-dom': 3.3.8 + '@vue/compiler-dom': 3.3.9 kolorist: 1.8.0 magic-string: 0.30.5 vite: 4.5.0(@types/node@20.10.0) @@ -11776,13 +11739,13 @@ packages: vue: 3.3.9(typescript@5.3.2) dev: false - /vue-router@4.2.5(vue@3.3.8): + /vue-router@4.2.5(vue@3.3.9): resolution: {integrity: sha512-DIUpKcyg4+PTQKfFPX88UWhlagBEBEfJ5A8XDXRJLUnZOvcpMF8o/dnL90vpVkGaPbjvXazV/rC1qBKrZlFugw==} peerDependencies: vue: ^3.2.0 dependencies: '@vue/devtools-api': 6.5.1 - vue: 3.3.8(typescript@5.3.2) + vue: 3.3.9(typescript@5.3.2) /vue@3.3.4: resolution: {integrity: sha512-VTyEYn3yvIeY1Py0WaYGZsXnz3y5UnGi62GjVEqvEGPl6nxbOrCXbVOTQWBEJUqAyTUk2uJ5JLVnYJ6ZzGbrSw==} @@ -11793,21 +11756,6 @@ packages: '@vue/server-renderer': 3.3.4(vue@3.3.4) '@vue/shared': 3.3.4 - /vue@3.3.8(typescript@5.3.2): - resolution: {integrity: sha512-5VSX/3DabBikOXMsxzlW8JyfeLKlG9mzqnWgLQLty88vdZL7ZJgrdgBOmrArwxiLtmS+lNNpPcBYqrhE6TQW5w==} - peerDependencies: - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - dependencies: - '@vue/compiler-dom': 3.3.8 - '@vue/compiler-sfc': 3.3.8 - '@vue/runtime-dom': 3.3.8 - '@vue/server-renderer': 3.3.8(vue@3.3.8) - '@vue/shared': 3.3.8 - typescript: 5.3.2 - /vue@3.3.9(typescript@5.3.2): resolution: {integrity: sha512-sy5sLCTR8m6tvUk1/ijri3Yqzgpdsmxgj6n6yl7GXXCXqVbmW2RCXe9atE4cEI6Iv7L89v5f35fZRRr5dChP9w==} peerDependencies: @@ -12030,6 +11978,11 @@ packages: dev: false optional: true + /xxhashjs@0.2.2: + resolution: {integrity: sha512-AkTuIuVTET12tpsVIQo+ZU6f/qDmKuRUcjaqR+OIvm+aCBsZ95i7UVY5WJ9TMsSaZ0DA2WxoZ4acu0sPH+OKAw==} + dependencies: + cuint: 0.2.2 + /y18n@5.0.8: resolution: {integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==} engines: {node: '>=10'}