From 7683499953bee6624112267983c3f2499daea63b Mon Sep 17 00:00:00 2001 From: wobsoriano Date: Sat, 20 May 2023 20:06:48 -0700 Subject: [PATCH] docs: update local deps --- docs/package.json | 4 +- package.json | 10 +- playground/package.json | 8 +- pnpm-lock.yaml | 714 +++++++++++----------------------------- 4 files changed, 197 insertions(+), 539 deletions(-) diff --git a/docs/package.json b/docs/package.json index 83f221b..30eec96 100644 --- a/docs/package.json +++ b/docs/package.json @@ -8,10 +8,10 @@ "preview": "nuxi preview" }, "dependencies": { - "nuxt": "3.4.3" + "nuxt": "3.5.0" }, "devDependencies": { - "@nuxt-themes/docus": "^1.11.1", + "@nuxt-themes/docus": "^1.12.0", "@nuxtlabs/github-module": "^1.6.3" } } diff --git a/package.json b/package.json index 1ba679b..ff83a83 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "trpc-nuxt", "description": "End-to-end typesafe APIs in Nuxt applications.", "type": "module", - "packageManager": "pnpm@7.32.4", + "packageManager": "pnpm@8.5.1", "version": "0.10.3", "license": "MIT", "sideEffects": false, @@ -46,10 +46,10 @@ }, "devDependencies": { "@nuxt/eslint-config": "^0.1.1", - "@trpc/client": "^10.26.0", - "@trpc/server": "^10.26.0", + "@trpc/client": "^10.27.1", + "@trpc/server": "^10.27.1", "changelogen": "^0.5.3", - "eslint": "^8.40.0", + "eslint": "^8.41.0", "taze": "^0.10.1", "tsup": "6.7.0", "typescript": "^5.0.4" @@ -81,4 +81,4 @@ "engines": { "node": "^16.13.0 || ^18.12.0" } -} \ No newline at end of file +} diff --git a/playground/package.json b/playground/package.json index c6611f7..d8158de 100644 --- a/playground/package.json +++ b/playground/package.json @@ -9,14 +9,14 @@ "postinstall": "nuxt prepare" }, "dependencies": { - "@trpc/client": "^10.26.0", - "@trpc/server": "^10.26.0", + "@trpc/client": "^10.27.1", + "@trpc/server": "^10.27.1", "superjson": "^1.12.3", "trpc-nuxt": "workspace:*", "zod": "^3.21.4" }, "devDependencies": { - "@types/node": "^18.16.8", - "nuxt": "3.4.3" + "@types/node": "^18.16.13", + "nuxt": "3.5.0" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0889cb5..7090091 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -22,19 +22,19 @@ importers: devDependencies: '@nuxt/eslint-config': specifier: ^0.1.1 - version: 0.1.1(eslint@8.40.0) + version: 0.1.1(eslint@8.41.0) '@trpc/client': - specifier: ^10.26.0 - version: 10.26.0(@trpc/server@10.26.0) + specifier: ^10.27.1 + version: 10.27.1(@trpc/server@10.27.1) '@trpc/server': - specifier: ^10.26.0 - version: 10.26.0 + specifier: ^10.27.1 + version: 10.27.1 changelogen: specifier: ^0.5.3 version: 0.5.3 eslint: - specifier: ^8.40.0 - version: 8.40.0 + specifier: ^8.41.0 + version: 8.41.0 taze: specifier: ^0.10.1 version: 0.10.1 @@ -49,23 +49,23 @@ importers: dependencies: nuxt: specifier: 3.4.3 - version: 3.4.3(@types/node@20.2.1)(eslint@8.40.0)(rollup@3.20.2)(typescript@5.0.4) + version: 3.4.3(@types/node@18.16.13)(eslint@8.41.0)(rollup@3.21.6)(typescript@5.0.4) devDependencies: '@nuxt-themes/docus': - specifier: ^1.11.1 - version: 1.11.1(nuxt@3.4.3)(postcss@8.4.23)(rollup@3.20.2)(vue@3.3.4) + specifier: ^1.12.0 + version: 1.12.0(nuxt@3.4.3)(postcss@8.4.23)(rollup@3.21.6)(vue@3.3.4) '@nuxtlabs/github-module': specifier: ^1.6.3 - version: 1.6.3(rollup@3.20.2) + version: 1.6.3(rollup@3.21.6) playground: dependencies: '@trpc/client': - specifier: ^10.26.0 - version: 10.26.0(@trpc/server@10.26.0) + specifier: ^10.27.1 + version: 10.27.1(@trpc/server@10.27.1) '@trpc/server': - specifier: ^10.26.0 - version: 10.26.0 + specifier: ^10.27.1 + version: 10.27.1 superjson: specifier: ^1.12.3 version: 1.12.3 @@ -77,11 +77,11 @@ importers: version: 3.21.4 devDependencies: '@types/node': - specifier: ^18.16.8 - version: 18.16.8 + specifier: ^18.16.13 + version: 18.16.13 nuxt: specifier: 3.4.3 - version: 3.4.3(@types/node@20.2.1)(eslint@8.40.0)(rollup@3.20.2)(typescript@5.0.4) + version: 3.4.3(@types/node@18.16.13)(eslint@8.41.0)(rollup@3.21.6)(typescript@5.0.4) packages: @@ -431,15 +431,6 @@ packages: dev: true optional: true - /@esbuild/android-arm64@0.17.15: - resolution: {integrity: sha512-0kOB6Y7Br3KDVgHeg8PRcvfLkq+AccreK///B4Z6fNZGr/tNHX0z2VywCc7PTeWp+bPvjA5WMvNXltHw5QjAIA==} - engines: {node: '>=12'} - cpu: [arm64] - os: [android] - requiresBuild: true - dev: true - optional: true - /@esbuild/android-arm64@0.17.18: resolution: {integrity: sha512-/iq0aK0eeHgSC3z55ucMAHO05OIqmQehiGay8eP5l/5l+iEr4EIbh4/MI8xD9qRFjqzgkc0JkX0LculNC9mXBw==} engines: {node: '>=12'} @@ -457,15 +448,6 @@ packages: dev: true optional: true - /@esbuild/android-arm@0.17.15: - resolution: {integrity: sha512-sRSOVlLawAktpMvDyJIkdLI/c/kdRTOqo8t6ImVxg8yT7LQDUYV5Rp2FKeEosLr6ZCja9UjYAzyRSxGteSJPYg==} - engines: {node: '>=12'} - cpu: [arm] - os: [android] - requiresBuild: true - dev: true - optional: true - /@esbuild/android-arm@0.17.18: resolution: {integrity: sha512-EmwL+vUBZJ7mhFCs5lA4ZimpUH3WMAoqvOIYhVQwdIgSpHC8ImHdsRyhHAVxpDYUSm0lWvd63z0XH1IlImS2Qw==} engines: {node: '>=12'} @@ -483,15 +465,6 @@ packages: dev: true optional: true - /@esbuild/android-x64@0.17.15: - resolution: {integrity: sha512-MzDqnNajQZ63YkaUWVl9uuhcWyEyh69HGpMIrf+acR4otMkfLJ4sUCxqwbCyPGicE9dVlrysI3lMcDBjGiBBcQ==} - engines: {node: '>=12'} - cpu: [x64] - os: [android] - requiresBuild: true - dev: true - optional: true - /@esbuild/android-x64@0.17.18: resolution: {integrity: sha512-x+0efYNBF3NPW2Xc5bFOSFW7tTXdAcpfEg2nXmxegm4mJuVeS+i109m/7HMiOQ6M12aVGGFlqJX3RhNdYM2lWg==} engines: {node: '>=12'} @@ -509,15 +482,6 @@ packages: dev: true optional: true - /@esbuild/darwin-arm64@0.17.15: - resolution: {integrity: sha512-7siLjBc88Z4+6qkMDxPT2juf2e8SJxmsbNVKFY2ifWCDT72v5YJz9arlvBw5oB4W/e61H1+HDB/jnu8nNg0rLA==} - engines: {node: '>=12'} - cpu: [arm64] - os: [darwin] - requiresBuild: true - dev: true - optional: true - /@esbuild/darwin-arm64@0.17.18: resolution: {integrity: sha512-6tY+djEAdF48M1ONWnQb1C+6LiXrKjmqjzPNPWXhu/GzOHTHX2nh8Mo2ZAmBFg0kIodHhciEgUBtcYCAIjGbjQ==} engines: {node: '>=12'} @@ -535,15 +499,6 @@ packages: dev: true optional: true - /@esbuild/darwin-x64@0.17.15: - resolution: {integrity: sha512-NbImBas2rXwYI52BOKTW342Tm3LTeVlaOQ4QPZ7XuWNKiO226DisFk/RyPk3T0CKZkKMuU69yOvlapJEmax7cg==} - engines: {node: '>=12'} - cpu: [x64] - os: [darwin] - requiresBuild: true - dev: true - optional: true - /@esbuild/darwin-x64@0.17.18: resolution: {integrity: sha512-Qq84ykvLvya3dO49wVC9FFCNUfSrQJLbxhoQk/TE1r6MjHo3sFF2tlJCwMjhkBVq3/ahUisj7+EpRSz0/+8+9A==} engines: {node: '>=12'} @@ -561,15 +516,6 @@ packages: dev: true optional: true - /@esbuild/freebsd-arm64@0.17.15: - resolution: {integrity: sha512-Xk9xMDjBVG6CfgoqlVczHAdJnCs0/oeFOspFap5NkYAmRCT2qTn1vJWA2f419iMtsHSLm+O8B6SLV/HlY5cYKg==} - engines: {node: '>=12'} - cpu: [arm64] - os: [freebsd] - requiresBuild: true - dev: true - optional: true - /@esbuild/freebsd-arm64@0.17.18: resolution: {integrity: sha512-fw/ZfxfAzuHfaQeMDhbzxp9mc+mHn1Y94VDHFHjGvt2Uxl10mT4CDavHm+/L9KG441t1QdABqkVYwakMUeyLRA==} engines: {node: '>=12'} @@ -587,15 +533,6 @@ packages: dev: true optional: true - /@esbuild/freebsd-x64@0.17.15: - resolution: {integrity: sha512-3TWAnnEOdclvb2pnfsTWtdwthPfOz7qAfcwDLcfZyGJwm1SRZIMOeB5FODVhnM93mFSPsHB9b/PmxNNbSnd0RQ==} - engines: {node: '>=12'} - cpu: [x64] - os: [freebsd] - requiresBuild: true - dev: true - optional: true - /@esbuild/freebsd-x64@0.17.18: resolution: {integrity: sha512-FQFbRtTaEi8ZBi/A6kxOC0V0E9B/97vPdYjY9NdawyLd4Qk5VD5g2pbWN2VR1c0xhzcJm74HWpObPszWC+qTew==} engines: {node: '>=12'} @@ -613,15 +550,6 @@ packages: dev: true optional: true - /@esbuild/linux-arm64@0.17.15: - resolution: {integrity: sha512-T0MVnYw9KT6b83/SqyznTs/3Jg2ODWrZfNccg11XjDehIved2oQfrX/wVuev9N936BpMRaTR9I1J0tdGgUgpJA==} - engines: {node: '>=12'} - cpu: [arm64] - os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-arm64@0.17.18: resolution: {integrity: sha512-R7pZvQZFOY2sxUG8P6A21eq6q+eBv7JPQYIybHVf1XkQYC+lT7nDBdC7wWKTrbvMXKRaGudp/dzZCwL/863mZQ==} engines: {node: '>=12'} @@ -639,15 +567,6 @@ packages: dev: true optional: true - /@esbuild/linux-arm@0.17.15: - resolution: {integrity: sha512-MLTgiXWEMAMr8nmS9Gigx43zPRmEfeBfGCwxFQEMgJ5MC53QKajaclW6XDPjwJvhbebv+RzK05TQjvH3/aM4Xw==} - engines: {node: '>=12'} - cpu: [arm] - os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-arm@0.17.18: resolution: {integrity: sha512-jW+UCM40LzHcouIaqv3e/oRs0JM76JfhHjCavPxMUti7VAPh8CaGSlS7cmyrdpzSk7A+8f0hiedHqr/LMnfijg==} engines: {node: '>=12'} @@ -665,15 +584,6 @@ packages: dev: true optional: true - /@esbuild/linux-ia32@0.17.15: - resolution: {integrity: sha512-wp02sHs015T23zsQtU4Cj57WiteiuASHlD7rXjKUyAGYzlOKDAjqK6bk5dMi2QEl/KVOcsjwL36kD+WW7vJt8Q==} - engines: {node: '>=12'} - cpu: [ia32] - os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-ia32@0.17.18: resolution: {integrity: sha512-ygIMc3I7wxgXIxk6j3V00VlABIjq260i967Cp9BNAk5pOOpIXmd1RFQJQX9Io7KRsthDrQYrtcx7QCof4o3ZoQ==} engines: {node: '>=12'} @@ -691,15 +601,6 @@ packages: dev: true optional: true - /@esbuild/linux-loong64@0.17.15: - resolution: {integrity: sha512-k7FsUJjGGSxwnBmMh8d7IbObWu+sF/qbwc+xKZkBe/lTAF16RqxRCnNHA7QTd3oS2AfGBAnHlXL67shV5bBThQ==} - engines: {node: '>=12'} - cpu: [loong64] - os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-loong64@0.17.18: resolution: {integrity: sha512-bvPG+MyFs5ZlwYclCG1D744oHk1Pv7j8psF5TfYx7otCVmcJsEXgFEhQkbhNW8otDHL1a2KDINW20cfCgnzgMQ==} engines: {node: '>=12'} @@ -717,15 +618,6 @@ packages: dev: true optional: true - /@esbuild/linux-mips64el@0.17.15: - resolution: {integrity: sha512-ZLWk6czDdog+Q9kE/Jfbilu24vEe/iW/Sj2d8EVsmiixQ1rM2RKH2n36qfxK4e8tVcaXkvuV3mU5zTZviE+NVQ==} - engines: {node: '>=12'} - cpu: [mips64el] - os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-mips64el@0.17.18: resolution: {integrity: sha512-oVqckATOAGuiUOa6wr8TXaVPSa+6IwVJrGidmNZS1cZVx0HqkTMkqFGD2HIx9H1RvOwFeWYdaYbdY6B89KUMxA==} engines: {node: '>=12'} @@ -743,15 +635,6 @@ packages: dev: true optional: true - /@esbuild/linux-ppc64@0.17.15: - resolution: {integrity: sha512-mY6dPkIRAiFHRsGfOYZC8Q9rmr8vOBZBme0/j15zFUKM99d4ILY4WpOC7i/LqoY+RE7KaMaSfvY8CqjJtuO4xg==} - engines: {node: '>=12'} - cpu: [ppc64] - os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-ppc64@0.17.18: resolution: {integrity: sha512-3dLlQO+b/LnQNxgH4l9rqa2/IwRJVN9u/bK63FhOPB4xqiRqlQAU0qDU3JJuf0BmaH0yytTBdoSBHrb2jqc5qQ==} engines: {node: '>=12'} @@ -769,15 +652,6 @@ packages: dev: true optional: true - /@esbuild/linux-riscv64@0.17.15: - resolution: {integrity: sha512-EcyUtxffdDtWjjwIH8sKzpDRLcVtqANooMNASO59y+xmqqRYBBM7xVLQhqF7nksIbm2yHABptoioS9RAbVMWVA==} - engines: {node: '>=12'} - cpu: [riscv64] - os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-riscv64@0.17.18: resolution: {integrity: sha512-/x7leOyDPjZV3TcsdfrSI107zItVnsX1q2nho7hbbQoKnmoeUWjs+08rKKt4AUXju7+3aRZSsKrJtaRmsdL1xA==} engines: {node: '>=12'} @@ -795,15 +669,6 @@ packages: dev: true optional: true - /@esbuild/linux-s390x@0.17.15: - resolution: {integrity: sha512-BuS6Jx/ezxFuHxgsfvz7T4g4YlVrmCmg7UAwboeyNNg0OzNzKsIZXpr3Sb/ZREDXWgt48RO4UQRDBxJN3B9Rbg==} - engines: {node: '>=12'} - cpu: [s390x] - os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-s390x@0.17.18: resolution: {integrity: sha512-cX0I8Q9xQkL/6F5zWdYmVf5JSQt+ZfZD2bJudZrWD+4mnUvoZ3TDDXtDX2mUaq6upMFv9FlfIh4Gfun0tbGzuw==} engines: {node: '>=12'} @@ -821,15 +686,6 @@ packages: dev: true optional: true - /@esbuild/linux-x64@0.17.15: - resolution: {integrity: sha512-JsdS0EgEViwuKsw5tiJQo9UdQdUJYuB+Mf6HxtJSPN35vez1hlrNb1KajvKWF5Sa35j17+rW1ECEO9iNrIXbNg==} - engines: {node: '>=12'} - cpu: [x64] - os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-x64@0.17.18: resolution: {integrity: sha512-66RmRsPlYy4jFl0vG80GcNRdirx4nVWAzJmXkevgphP1qf4dsLQCpSKGM3DUQCojwU1hnepI63gNZdrr02wHUA==} engines: {node: '>=12'} @@ -847,15 +703,6 @@ packages: dev: true optional: true - /@esbuild/netbsd-x64@0.17.15: - resolution: {integrity: sha512-R6fKjtUysYGym6uXf6qyNephVUQAGtf3n2RCsOST/neIwPqRWcnc3ogcielOd6pT+J0RDR1RGcy0ZY7d3uHVLA==} - engines: {node: '>=12'} - cpu: [x64] - os: [netbsd] - requiresBuild: true - dev: true - optional: true - /@esbuild/netbsd-x64@0.17.18: resolution: {integrity: sha512-95IRY7mI2yrkLlTLb1gpDxdC5WLC5mZDi+kA9dmM5XAGxCME0F8i4bYH4jZreaJ6lIZ0B8hTrweqG1fUyW7jbg==} engines: {node: '>=12'} @@ -873,15 +720,6 @@ packages: dev: true optional: true - /@esbuild/openbsd-x64@0.17.15: - resolution: {integrity: sha512-mVD4PGc26b8PI60QaPUltYKeSX0wxuy0AltC+WCTFwvKCq2+OgLP4+fFd+hZXzO2xW1HPKcytZBdjqL6FQFa7w==} - engines: {node: '>=12'} - cpu: [x64] - os: [openbsd] - requiresBuild: true - dev: true - optional: true - /@esbuild/openbsd-x64@0.17.18: resolution: {integrity: sha512-WevVOgcng+8hSZ4Q3BKL3n1xTv5H6Nb53cBrtzzEjDbbnOmucEVcZeGCsCOi9bAOcDYEeBZbD2SJNBxlfP3qiA==} engines: {node: '>=12'} @@ -899,15 +737,6 @@ packages: dev: true optional: true - /@esbuild/sunos-x64@0.17.15: - resolution: {integrity: sha512-U6tYPovOkw3459t2CBwGcFYfFRjivcJJc1WC8Q3funIwX8x4fP+R6xL/QuTPNGOblbq/EUDxj9GU+dWKX0oWlQ==} - engines: {node: '>=12'} - cpu: [x64] - os: [sunos] - requiresBuild: true - dev: true - optional: true - /@esbuild/sunos-x64@0.17.18: resolution: {integrity: sha512-Rzf4QfQagnwhQXVBS3BYUlxmEbcV7MY+BH5vfDZekU5eYpcffHSyjU8T0xucKVuOcdCsMo+Ur5wmgQJH2GfNrg==} engines: {node: '>=12'} @@ -925,15 +754,6 @@ packages: dev: true optional: true - /@esbuild/win32-arm64@0.17.15: - resolution: {integrity: sha512-W+Z5F++wgKAleDABemiyXVnzXgvRFs+GVKThSI+mGgleLWluv0D7Diz4oQpgdpNzh4i2nNDzQtWbjJiqutRp6Q==} - engines: {node: '>=12'} - cpu: [arm64] - os: [win32] - requiresBuild: true - dev: true - optional: true - /@esbuild/win32-arm64@0.17.18: resolution: {integrity: sha512-Kb3Ko/KKaWhjeAm2YoT/cNZaHaD1Yk/pa3FTsmqo9uFh1D1Rfco7BBLIPdDOozrObj2sahslFuAQGvWbgWldAg==} engines: {node: '>=12'} @@ -951,15 +771,6 @@ packages: dev: true optional: true - /@esbuild/win32-ia32@0.17.15: - resolution: {integrity: sha512-Muz/+uGgheShKGqSVS1KsHtCyEzcdOn/W/Xbh6H91Etm+wiIfwZaBn1W58MeGtfI8WA961YMHFYTthBdQs4t+w==} - engines: {node: '>=12'} - cpu: [ia32] - os: [win32] - requiresBuild: true - dev: true - optional: true - /@esbuild/win32-ia32@0.17.18: resolution: {integrity: sha512-0/xUMIdkVHwkvxfbd5+lfG7mHOf2FRrxNbPiKWg9C4fFrB8H0guClmaM3BFiRUYrznVoyxTIyC/Ou2B7QQSwmw==} engines: {node: '>=12'} @@ -977,15 +788,6 @@ packages: dev: true optional: true - /@esbuild/win32-x64@0.17.15: - resolution: {integrity: sha512-DjDa9ywLUUmjhV2Y9wUTIF+1XsmuFGvZoCmOWkli1XcNAh5t25cc7fgsCx4Zi/Uurep3TTLyDiKATgGEg61pkA==} - engines: {node: '>=12'} - cpu: [x64] - os: [win32] - requiresBuild: true - dev: true - optional: true - /@esbuild/win32-x64@0.17.18: resolution: {integrity: sha512-qU25Ma1I3NqTSHJUOKi9sAH1/Mzuvlke0ioMJRthLXKm7JiSKVwFghlGbDLOO2sARECGhja4xYfRAZNPAkooYg==} engines: {node: '>=12'} @@ -994,13 +796,13 @@ packages: requiresBuild: true optional: true - /@eslint-community/eslint-utils@4.4.0(eslint@8.40.0): + /@eslint-community/eslint-utils@4.4.0(eslint@8.41.0): resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} 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.40.0 + eslint: 8.41.0 eslint-visitor-keys: 3.4.1 /@eslint-community/regexpp@4.4.1: @@ -1023,8 +825,8 @@ packages: transitivePeerDependencies: - supports-color - /@eslint/js@8.40.0: - resolution: {integrity: sha512-ElyB54bJIhXQYVKjDSvCkPO1iU1tSAeVQJbllWJq1XQSmmA4dgFk8CbiBGpiOPxleE48vDogxCtmMYku4HSVLA==} + /@eslint/js@8.41.0: + resolution: {integrity: sha512-LxcyMGxwmTh2lY9FwHPGWOHmYFCZvbrFCBZL4FzSSsxsRPuhrYUg/49/0KDfW8tnIEaEHtfmn6+NPN+1DqaNmA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} /@gar/promisify@1.1.3: @@ -1258,15 +1060,15 @@ packages: - supports-color dev: true - /@nuxt-themes/docus@1.11.1(nuxt@3.4.3)(postcss@8.4.23)(rollup@3.20.2)(vue@3.3.4): - resolution: {integrity: sha512-i/7TBkNmJm9TMt2q+PLIFRdKnOFIspRKFAKWznrh0+rhm32u55OhtYE1+Vs/83bPN7pY9ErxnQEdcTGSXo+aGw==} + /@nuxt-themes/docus@1.12.0(nuxt@3.4.3)(postcss@8.4.23)(rollup@3.21.6)(vue@3.3.4): + resolution: {integrity: sha512-/YAlsKbyyjxIflFOIO3bKdM/QNsWLNRBXK11CTXod8zBlJe7lL/XqtNmbtqoNyQ+WumnkfVRA4UyKnu4W/Ya9w==} dependencies: - '@nuxt-themes/elements': 0.9.4(postcss@8.4.23)(rollup@3.20.2)(vue@3.3.4) - '@nuxt-themes/tokens': 1.9.1(postcss@8.4.23)(rollup@3.20.2)(vue@3.3.4) - '@nuxt-themes/typography': 0.11.0(postcss@8.4.23)(rollup@3.20.2)(vue@3.3.4) - '@nuxt/content': 2.6.0(rollup@3.20.2) - '@nuxthq/studio': 0.11.0(rollup@3.20.2) - '@vueuse/nuxt': 10.1.2(nuxt@3.4.3)(rollup@3.20.2)(vue@3.3.4) + '@nuxt-themes/elements': 0.9.4(postcss@8.4.23)(rollup@3.21.6)(vue@3.3.4) + '@nuxt-themes/tokens': 1.9.1(postcss@8.4.23)(rollup@3.21.6)(vue@3.3.4) + '@nuxt-themes/typography': 0.11.0(postcss@8.4.23)(rollup@3.21.6)(vue@3.3.4) + '@nuxt/content': 2.6.0(rollup@3.21.6) + '@nuxthq/studio': 0.12.1(rollup@3.21.6) + '@vueuse/nuxt': 10.1.2(nuxt@3.4.3)(rollup@3.21.6)(vue@3.3.4) transitivePeerDependencies: - '@azure/app-configuration' - '@azure/cosmos' @@ -1288,10 +1090,10 @@ packages: - vue dev: true - /@nuxt-themes/elements@0.9.4(postcss@8.4.23)(rollup@3.20.2)(vue@3.3.4): + /@nuxt-themes/elements@0.9.4(postcss@8.4.23)(rollup@3.21.6)(vue@3.3.4): resolution: {integrity: sha512-d7XgHc/gjMpre26+N76APL1vlnQHiZTOk61GC4I/ZYQuioSfoKuoIP+Ixrr0QgM22j4MRBtAaBnDAg1wRJrDCQ==} dependencies: - '@nuxt-themes/tokens': 1.9.1(postcss@8.4.23)(rollup@3.20.2)(vue@3.3.4) + '@nuxt-themes/tokens': 1.9.1(postcss@8.4.23)(rollup@3.21.6)(vue@3.3.4) '@vueuse/core': 9.13.0(vue@3.3.4) transitivePeerDependencies: - '@vue/composition-api' @@ -1302,10 +1104,10 @@ packages: - vue dev: true - /@nuxt-themes/tokens@1.9.1(postcss@8.4.23)(rollup@3.20.2)(vue@3.3.4): + /@nuxt-themes/tokens@1.9.1(postcss@8.4.23)(rollup@3.21.6)(vue@3.3.4): resolution: {integrity: sha512-5C28kfRvKnTX8Tux+xwyaf+2pxKgQ53dC9l6C33sZwRRyfUJulGDZCFjKbuNq4iqVwdGvkFSQBYBYjFAv6t75g==} dependencies: - '@nuxtjs/color-mode': 3.2.0(rollup@3.20.2) + '@nuxtjs/color-mode': 3.2.0(rollup@3.21.6) '@vueuse/core': 9.13.0(vue@3.3.4) pinceau: 0.18.8(postcss@8.4.23) transitivePeerDependencies: @@ -1317,12 +1119,12 @@ packages: - vue dev: true - /@nuxt-themes/typography@0.11.0(postcss@8.4.23)(rollup@3.20.2)(vue@3.3.4): + /@nuxt-themes/typography@0.11.0(postcss@8.4.23)(rollup@3.21.6)(vue@3.3.4): resolution: {integrity: sha512-TqyvD7sDWnqGmL00VtuI7JdmNTPL5/g957HCAWNzcNp+S20uJjW/FXSdkM76d4JSVDHvBqw7Wer3RsqVhqvA4w==} dependencies: - '@nuxtjs/color-mode': 3.2.0(rollup@3.20.2) - nuxt-config-schema: 0.4.5(rollup@3.20.2) - nuxt-icon: 0.3.3(rollup@3.20.2)(vue@3.3.4) + '@nuxtjs/color-mode': 3.2.0(rollup@3.21.6) + nuxt-config-schema: 0.4.5(rollup@3.21.6) + nuxt-icon: 0.3.3(rollup@3.21.6)(vue@3.3.4) pinceau: 0.18.8(postcss@8.4.23) ufo: 1.1.2 transitivePeerDependencies: @@ -1333,10 +1135,10 @@ packages: - vue dev: true - /@nuxt/content@2.6.0(rollup@3.20.2): + /@nuxt/content@2.6.0(rollup@3.21.6): resolution: {integrity: sha512-iwZ5NY6m2MNBAFaRp5OSjRdd+vk/XFbBqN0wtmpFtcoYHyzpUxy2fU38KWnXXmgP7Vi4mFOJ8SExZnL0cdlEtQ==} dependencies: - '@nuxt/kit': 3.4.1(rollup@3.20.2) + '@nuxt/kit': 3.4.1(rollup@3.21.6) consola: 3.1.0 defu: 6.1.2 destr: 1.2.2 @@ -1390,26 +1192,26 @@ packages: /@nuxt/devalue@2.0.0: resolution: {integrity: sha512-YBI/6o2EBz02tdEJRBK8xkt3zvOFOWlLBf7WKYGBsSYSRtjjgrqPe2skp6VLLmKx5WbHHDNcW+6oACaurxGzeA==} - /@nuxt/eslint-config@0.1.1(eslint@8.40.0): + /@nuxt/eslint-config@0.1.1(eslint@8.41.0): resolution: {integrity: sha512-znm1xlbhldUubB2XGx6Ca5uarwlIieKf0o8CtxtF6eEauDbpa3T2p3JnTcdguMW2nj1YPneoGmhshANfOlghiQ==} peerDependencies: eslint: ^8.29.0 dependencies: '@rushstack/eslint-patch': 1.2.0 - '@typescript-eslint/eslint-plugin': 5.46.1(@typescript-eslint/parser@5.46.1)(eslint@8.40.0)(typescript@4.9.5) - '@typescript-eslint/parser': 5.46.1(eslint@8.40.0)(typescript@5.0.4) - eslint: 8.40.0 - eslint-plugin-vue: 9.8.0(eslint@8.40.0) + '@typescript-eslint/eslint-plugin': 5.46.1(@typescript-eslint/parser@5.46.1)(eslint@8.41.0)(typescript@4.9.5) + '@typescript-eslint/parser': 5.46.1(eslint@8.41.0)(typescript@5.0.4) + eslint: 8.41.0 + eslint-plugin-vue: 9.8.0(eslint@8.41.0) typescript: 4.9.5 transitivePeerDependencies: - supports-color dev: true - /@nuxt/kit@3.3.3(rollup@3.20.2): + /@nuxt/kit@3.3.3(rollup@3.21.6): resolution: {integrity: sha512-8ql3DweT1BNOCM6mmP8st+33NCAHHvmQuOS6Q75kXMZ6Ygqv06hxp5slpLXpT1ZOEoM+vzfkjO2lJ3rnjWYC4Q==} engines: {node: ^14.18.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0} dependencies: - '@nuxt/schema': 3.3.3(rollup@3.20.2) + '@nuxt/schema': 3.3.3(rollup@3.21.6) c12: 1.2.0 consola: 2.15.3 defu: 6.1.2 @@ -1425,19 +1227,19 @@ packages: scule: 1.0.0 semver: 7.3.8 unctx: 2.1.2 - unimport: 3.0.4(rollup@3.20.2) + unimport: 3.0.4(rollup@3.21.6) untyped: 1.3.2 transitivePeerDependencies: - rollup - supports-color dev: true - /@nuxt/kit@3.4.1(rollup@3.20.2): + /@nuxt/kit@3.4.1(rollup@3.21.6): resolution: {integrity: sha512-VeH26umZW6Rf4F1QX9nTIuTBp6HeL/MgmKY3+FgQiLD07afgFTLUJZohVE5xU7hb66zCnYvwKxa3JpjXFJZrhQ==} engines: {node: ^14.18.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0} dependencies: - '@nuxt/schema': 3.4.1(rollup@3.20.2) - c12: 1.2.0 + '@nuxt/schema': 3.4.1(rollup@3.21.6) + c12: 1.4.1 consola: 3.1.0 defu: 6.1.2 globby: 13.1.4 @@ -1448,22 +1250,22 @@ packages: lodash.template: 4.5.0 mlly: 1.2.0 pathe: 1.1.0 - pkg-types: 1.0.2 + pkg-types: 1.0.3 scule: 1.0.0 semver: 7.5.1 unctx: 2.3.0 - unimport: 3.0.6(rollup@3.20.2) + unimport: 3.0.6(rollup@3.21.6) untyped: 1.3.2 transitivePeerDependencies: - rollup - supports-color dev: true - /@nuxt/kit@3.4.3(rollup@3.20.2): + /@nuxt/kit@3.4.3(rollup@3.21.6): resolution: {integrity: sha512-aQyzplYFCL292UsVZzlOZOC51ZKYFL0PBihbcPzxTzXQvAfMF8/DQ539kqzqXzxTCcmnUB9ROhIaNUrAeUkFYA==} engines: {node: ^14.18.0 || >=16.10.0} dependencies: - '@nuxt/schema': 3.4.3(rollup@3.20.2) + '@nuxt/schema': 3.4.3(rollup@3.21.6) c12: 1.4.1 consola: 3.1.0 defu: 6.1.2 @@ -1479,13 +1281,13 @@ packages: scule: 1.0.0 semver: 7.5.1 unctx: 2.3.0 - unimport: 3.0.6(rollup@3.20.2) + unimport: 3.0.6(rollup@3.21.6) untyped: 1.3.2 transitivePeerDependencies: - rollup - supports-color - /@nuxt/schema@3.3.3(rollup@3.20.2): + /@nuxt/schema@3.3.3(rollup@3.21.6): resolution: {integrity: sha512-OxedDFqBJG8bfTEDOH5hVbQLXpFpSmBOM/oC6J4dTqM2GiWxYJysML5Lo7FPSMqFkTtgxVmd75bp+DRPE5XzWA==} engines: {node: ^14.18.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0} dependencies: @@ -1500,14 +1302,14 @@ packages: scule: 1.0.0 std-env: 3.3.2 ufo: 1.1.2 - unimport: 3.0.4(rollup@3.20.2) + unimport: 3.0.4(rollup@3.21.6) untyped: 1.3.2 transitivePeerDependencies: - rollup - supports-color dev: true - /@nuxt/schema@3.4.1(rollup@3.20.2): + /@nuxt/schema@3.4.1(rollup@3.21.6): resolution: {integrity: sha512-xhPh9JfVKXRQVfdUT6BKieDTCljBjbIGgGCQnxplVi4FUTWRKUXR7MFwsobr5D9AJpeE0mg5/kRRh5gUX37vAQ==} engines: {node: ^14.18.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0} dependencies: @@ -1517,19 +1319,19 @@ packages: hookable: 5.5.3 jiti: 1.18.2 pathe: 1.1.0 - pkg-types: 1.0.2 + pkg-types: 1.0.3 postcss-import-resolver: 2.0.0 scule: 1.0.0 - std-env: 3.3.2 + std-env: 3.3.3 ufo: 1.1.2 - unimport: 3.0.6(rollup@3.20.2) + unimport: 3.0.6(rollup@3.21.6) untyped: 1.3.2 transitivePeerDependencies: - rollup - supports-color dev: true - /@nuxt/schema@3.4.3(rollup@3.20.2): + /@nuxt/schema@3.4.3(rollup@3.21.6): resolution: {integrity: sha512-8bv0/mRDw6THQguSz+cKG5FzDZc2XBkjcc5VZ7yET84r4aWzW9/R274cjlEagFKrw9BDaPEQhnkwpg+kZnpOUA==} engines: {node: ^14.18.0 || >=16.10.0} dependencies: @@ -1540,17 +1342,17 @@ packages: postcss-import-resolver: 2.0.0 std-env: 3.3.3 ufo: 1.1.2 - unimport: 3.0.6(rollup@3.20.2) + unimport: 3.0.6(rollup@3.21.6) untyped: 1.3.2 transitivePeerDependencies: - rollup - supports-color - /@nuxt/telemetry@2.2.0(rollup@3.20.2): + /@nuxt/telemetry@2.2.0(rollup@3.21.6): resolution: {integrity: sha512-Z2UmPkBy5WjxvHKuUcl1X6vKWnIyWSP+9UGde1F+MzzZxYgAQybFud1uL2B3KCowxZdoqT1hd2WklV7EtyCwrQ==} hasBin: true dependencies: - '@nuxt/kit': 3.4.3(rollup@3.20.2) + '@nuxt/kit': 3.4.3(rollup@3.21.6) chalk: 5.2.0 ci-info: 3.8.0 consola: 3.1.0 @@ -1577,14 +1379,14 @@ packages: /@nuxt/ui-templates@1.1.1: resolution: {integrity: sha512-PjVETP7+iZXAs5Q8O4ivl4t6qjWZMZqwiTVogUXHoHGZZcw7GZW3u3tzfYfE1HbzyYJfr236IXqQ02MeR8Fz2w==} - /@nuxt/vite-builder@3.4.3(@types/node@20.2.1)(eslint@8.40.0)(rollup@3.20.2)(typescript@5.0.4)(vue@3.2.47): + /@nuxt/vite-builder@3.4.3(@types/node@18.16.13)(eslint@8.41.0)(rollup@3.21.6)(typescript@5.0.4)(vue@3.2.47): resolution: {integrity: sha512-60bXtjEILon0vJ8bC1cpZyV7GiCMlLiji/g/Q55mfsTYHH/1cgTG4UCodbGAZfDouZyyG8D4IrZ3lcizp3Zp9Q==} engines: {node: ^14.18.0 || >=16.10.0} peerDependencies: vue: ^3.2.47 dependencies: - '@nuxt/kit': 3.4.3(rollup@3.20.2) - '@rollup/plugin-replace': 5.0.2(rollup@3.20.2) + '@nuxt/kit': 3.4.3(rollup@3.21.6) + '@rollup/plugin-replace': 5.0.2(rollup@3.21.6) '@vitejs/plugin-vue': 4.2.3(vite@4.3.5)(vue@3.2.47) '@vitejs/plugin-vue-jsx': 3.0.1(vite@4.3.5)(vue@3.2.47) autoprefixer: 10.4.14(postcss@8.4.23) @@ -1608,14 +1410,14 @@ packages: postcss: 8.4.23 postcss-import: 15.1.0(postcss@8.4.23) postcss-url: 10.1.3(postcss@8.4.23) - rollup-plugin-visualizer: 5.9.0(rollup@3.20.2) + rollup-plugin-visualizer: 5.9.0(rollup@3.21.6) std-env: 3.3.3 strip-literal: 1.0.1 ufo: 1.1.2 unplugin: 1.3.1 - vite: 4.3.5(@types/node@20.2.1) - vite-node: 0.30.1(@types/node@20.2.1) - vite-plugin-checker: 0.5.6(eslint@8.40.0)(typescript@5.0.4)(vite@4.3.5) + vite: 4.3.5(@types/node@18.16.13) + vite-node: 0.30.1(@types/node@18.16.13) + vite-plugin-checker: 0.5.6(eslint@8.41.0)(typescript@5.0.4)(vite@4.3.5) vue: 3.2.47 vue-bundle-renderer: 1.0.3 transitivePeerDependencies: @@ -1636,13 +1438,13 @@ packages: - vti - vue-tsc - /@nuxthq/studio@0.11.0(rollup@3.20.2): - resolution: {integrity: sha512-9cIJSguUWvtiFs6/dlZB6f/xQ588HGqWXzRU9logl5THig6X5lYwV4hfleaY4tYoitve3j5OUCXzfFhUQqCxGA==} + /@nuxthq/studio@0.12.1(rollup@3.21.6): + resolution: {integrity: sha512-g9GV8JkQqqYLtP+gsNtPr4fh49jc3eIdAB2ZfiudZKkFdW0BxtT/xPx8RjNYQwyInKssDDB26zzYrRYH9hhHCQ==} dependencies: - '@nuxt/kit': 3.3.3(rollup@3.20.2) + '@nuxt/kit': 3.4.3(rollup@3.21.6) defu: 6.1.2 - nuxt-component-meta: 0.5.1(rollup@3.20.2) - nuxt-config-schema: 0.4.5(rollup@3.20.2) + nuxt-component-meta: 0.5.1(rollup@3.21.6) + nuxt-config-schema: 0.4.6(rollup@3.21.6) socket.io-client: 4.6.1 ufo: 1.1.2 transitivePeerDependencies: @@ -1652,10 +1454,10 @@ packages: - utf-8-validate dev: true - /@nuxtjs/color-mode@3.2.0(rollup@3.20.2): + /@nuxtjs/color-mode@3.2.0(rollup@3.21.6): resolution: {integrity: sha512-isDR01yfadopiHQ/VEVUpyNSPrk5PCjUHS4t1qYRZwuRGefU4s9Iaxf6H9nmr1QFzoMgTm+3T0r/54jLwtpZbA==} dependencies: - '@nuxt/kit': 3.4.3(rollup@3.20.2) + '@nuxt/kit': 3.4.3(rollup@3.21.6) lodash.template: 4.5.0 pathe: 1.1.0 transitivePeerDependencies: @@ -1663,10 +1465,10 @@ packages: - supports-color dev: true - /@nuxtlabs/github-module@1.6.3(rollup@3.20.2): + /@nuxtlabs/github-module@1.6.3(rollup@3.21.6): resolution: {integrity: sha512-oeZKBToETzJJGK9tB3vy6+pTdN6e9p8KIUHBK3kObO9VJZOeOuB4t9kK9jC6ld3LIB2CwWUT5WVkEB+TATdIMw==} dependencies: - '@nuxt/kit': 3.3.3(rollup@3.20.2) + '@nuxt/kit': 3.3.3(rollup@3.21.6) '@octokit/graphql': 5.0.5 '@octokit/rest': 19.0.7 defu: 6.1.2 @@ -1813,7 +1615,7 @@ packages: dev: true optional: true - /@rollup/plugin-alias@4.0.3(rollup@3.20.2): + /@rollup/plugin-alias@4.0.3(rollup@3.21.6): resolution: {integrity: sha512-ZuDWE1q4PQDhvm/zc5Prun8sBpLJy41DMptYrS6MhAy9s9kL/doN1613BWfEchGVfKxzliJ3BjbOPizXX38DbQ==} engines: {node: '>=14.0.0'} peerDependencies: @@ -1822,7 +1624,7 @@ packages: rollup: optional: true dependencies: - rollup: 3.20.2 + rollup: 3.21.6 slash: 4.0.0 dev: true @@ -1838,24 +1640,6 @@ packages: rollup: 3.21.6 slash: 4.0.0 - /@rollup/plugin-commonjs@24.0.1(rollup@3.20.2): - resolution: {integrity: sha512-15LsiWRZk4eOGqvrJyu3z3DaBu5BhXIMeWnijSRvd8irrrg9SHpQ1pH+BUK4H6Z9wL9yOxZJMTLU+Au86XHxow==} - engines: {node: '>=14.0.0'} - peerDependencies: - rollup: ^2.68.0||^3.0.0 - peerDependenciesMeta: - rollup: - optional: true - dependencies: - '@rollup/pluginutils': 5.0.2(rollup@3.20.2) - commondir: 1.0.1 - estree-walker: 2.0.2 - glob: 8.1.0 - is-reference: 1.2.1 - magic-string: 0.27.0 - rollup: 3.20.2 - dev: true - /@rollup/plugin-commonjs@24.1.0(rollup@3.21.6): resolution: {integrity: sha512-eSL45hjhCWI0jCCXcNtLVqM5N1JlBGvlFfY0m6oOYnLCJ6N0qEXoZql4sY2MOUArzhH4SA/qBpTxvvZp2Sc+DQ==} engines: {node: '>=14.0.0'} @@ -1887,19 +1671,6 @@ packages: magic-string: 0.27.0 rollup: 3.21.6 - /@rollup/plugin-json@6.0.0(rollup@3.20.2): - resolution: {integrity: sha512-i/4C5Jrdr1XUarRhVu27EEwjt4GObltD7c+MkCIpO2QIbojw8MUs+CCTqOphQi3Qtg1FLmYt+l+6YeoIf51J7w==} - engines: {node: '>=14.0.0'} - peerDependencies: - rollup: ^1.20.0||^2.0.0||^3.0.0 - peerDependenciesMeta: - rollup: - optional: true - dependencies: - '@rollup/pluginutils': 5.0.2(rollup@3.20.2) - rollup: 3.20.2 - dev: true - /@rollup/plugin-json@6.0.0(rollup@3.21.6): resolution: {integrity: sha512-i/4C5Jrdr1XUarRhVu27EEwjt4GObltD7c+MkCIpO2QIbojw8MUs+CCTqOphQi3Qtg1FLmYt+l+6YeoIf51J7w==} engines: {node: '>=14.0.0'} @@ -1912,24 +1683,6 @@ packages: '@rollup/pluginutils': 5.0.2(rollup@3.21.6) rollup: 3.21.6 - /@rollup/plugin-node-resolve@15.0.1(rollup@3.20.2): - resolution: {integrity: sha512-ReY88T7JhJjeRVbfCyNj+NXAG3IIsVMsX9b5/9jC98dRP8/yxlZdz7mHZbHk5zHr24wZZICS5AcXsFZAXYUQEg==} - engines: {node: '>=14.0.0'} - peerDependencies: - rollup: ^2.78.0||^3.0.0 - peerDependenciesMeta: - rollup: - optional: true - dependencies: - '@rollup/pluginutils': 5.0.2(rollup@3.20.2) - '@types/resolve': 1.20.2 - deepmerge: 4.2.2 - is-builtin-module: 3.2.0 - is-module: 1.0.0 - resolve: 1.22.1 - rollup: 3.20.2 - dev: true - /@rollup/plugin-node-resolve@15.0.2(rollup@3.21.6): resolution: {integrity: sha512-Y35fRGUjC3FaurG722uhUuG8YHOJRJQbI6/CkbRkdPotSpDj9NtIN85z1zrcyDcCQIW4qp5mgG72U+gJ0TAFEg==} engines: {node: '>=14.0.0'} @@ -1947,19 +1700,6 @@ packages: resolve: 1.22.1 rollup: 3.21.6 - /@rollup/plugin-replace@5.0.2(rollup@3.20.2): - resolution: {integrity: sha512-M9YXNekv/C/iHHK+cvORzfRYfPbq0RDD8r0G+bMiTXjNGKulPnCT9O3Ss46WfhI6ZOCgApOP7xAdmCQJ+U2LAA==} - engines: {node: '>=14.0.0'} - peerDependencies: - rollup: ^1.20.0||^2.0.0||^3.0.0 - peerDependenciesMeta: - rollup: - optional: true - dependencies: - '@rollup/pluginutils': 5.0.2(rollup@3.20.2) - magic-string: 0.27.0 - rollup: 3.20.2 - /@rollup/plugin-replace@5.0.2(rollup@3.21.6): resolution: {integrity: sha512-M9YXNekv/C/iHHK+cvORzfRYfPbq0RDD8r0G+bMiTXjNGKulPnCT9O3Ss46WfhI6ZOCgApOP7xAdmCQJ+U2LAA==} engines: {node: '>=14.0.0'} @@ -2005,20 +1745,6 @@ packages: estree-walker: 2.0.2 picomatch: 2.3.1 - /@rollup/pluginutils@5.0.2(rollup@3.20.2): - resolution: {integrity: sha512-pTd9rIsP92h+B6wWwFbW8RkZv4hiR/xKsqre4SIuAOaOEQRxi0lqLke9k2/7WegC85GgUs9pjmOjCUi3In4vwA==} - engines: {node: '>=14.0.0'} - peerDependencies: - rollup: ^1.20.0||^2.0.0||^3.0.0 - peerDependenciesMeta: - rollup: - optional: true - dependencies: - '@types/estree': 1.0.0 - estree-walker: 2.0.2 - picomatch: 2.3.1 - rollup: 3.20.2 - /@rollup/pluginutils@5.0.2(rollup@3.21.6): resolution: {integrity: sha512-pTd9rIsP92h+B6wWwFbW8RkZv4hiR/xKsqre4SIuAOaOEQRxi0lqLke9k2/7WegC85GgUs9pjmOjCUi3In4vwA==} engines: {node: '>=14.0.0'} @@ -2051,15 +1777,15 @@ packages: engines: {node: '>= 10'} dev: true - /@trpc/client@10.26.0(@trpc/server@10.26.0): - resolution: {integrity: sha512-ojHxQFIE97rBEGPK8p1ijbzo0T1IdEBoJ9fFSgWWL9FMuEEA/DNQ9s0uuiOrDKhCCdTFT1unfRharoJhB2/O2w==} + /@trpc/client@10.27.1(@trpc/server@10.27.1): + resolution: {integrity: sha512-e9Syj6F41OHDSUg3JvT67fgoD22UbxPzYgp9Bno13NFpyeJc6vkXRlAgDc8ZuouqUPQuouJWll/I90CsuxEqvA==} peerDependencies: - '@trpc/server': 10.26.0 + '@trpc/server': 10.27.1 dependencies: - '@trpc/server': 10.26.0 + '@trpc/server': 10.27.1 - /@trpc/server@10.26.0: - resolution: {integrity: sha512-+Wt0NFAeflVSNiUnHIDNN3C8jP7XIRmYrcgJ6IsAnm0lK4p/FkpCpeu1aig5qxrgZx30PHNDLZ/3FttVSEW2aQ==} + /@trpc/server@10.27.1: + resolution: {integrity: sha512-oMTNpei0+CAet0BuDdBE9cup0SseJAOlWRhWhcTAU05rETsJnzCA5DfNkf+aP3XiAM8rMJfrTfC0Z3aeADhHaA==} /@trysound/sax@0.2.0: resolution: {integrity: sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==} @@ -2107,12 +1833,8 @@ packages: resolution: {integrity: sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==} dev: true - /@types/node@18.16.8: - resolution: {integrity: sha512-p0iAXcfWCOTCBbsExHIDFCfwsqFwBTgETJveKMT+Ci3LY9YqQCI91F5S+TB20+aRCXpcWfvx5Qr5EccnwCm2NA==} - dev: true - - /@types/node@20.2.1: - resolution: {integrity: sha512-DqJociPbZP1lbZ5SQPk4oag6W7AyaGMO6gSfRwq3PWl4PXTwJpRQJhDq4W0kzrg3w6tJ1SwlvGZ5uKFHY13LIg==} + /@types/node@18.16.13: + resolution: {integrity: sha512-uZRomboV1vBL61EBXneL4j9/hEn+1Yqa4LQdpGrKmXFyJmVfWc9JV9+yb2AlnOnuaDnb2PDO3hC6/LKmzJxP1A==} /@types/parse5@6.0.3: resolution: {integrity: sha512-SuT16Q1K51EAVPz1K29DJ/sXjhSQ0zjvsypYJ6tlwVsRV9jwW5Adq2ch8Dq8kDBCkYnELS7N7VNCSB5nC56t/g==} @@ -2137,7 +1859,7 @@ packages: resolution: {integrity: sha512-4p9vcSmxAayx72yn70joFoL44c9MO/0+iVEBIQXe3v2h2SiAsEIo/G5v6ObFWvNKRFjbrVadNf9LqEEZeQPzdA==} dev: true - /@typescript-eslint/eslint-plugin@5.46.1(@typescript-eslint/parser@5.46.1)(eslint@8.40.0)(typescript@4.9.5): + /@typescript-eslint/eslint-plugin@5.46.1(@typescript-eslint/parser@5.46.1)(eslint@8.41.0)(typescript@4.9.5): resolution: {integrity: sha512-YpzNv3aayRBwjs4J3oz65eVLXc9xx0PDbIRisHj+dYhvBn02MjYOD96P8YGiWEIFBrojaUjxvkaUpakD82phsA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -2148,12 +1870,12 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.46.1(eslint@8.40.0)(typescript@5.0.4) + '@typescript-eslint/parser': 5.46.1(eslint@8.41.0)(typescript@5.0.4) '@typescript-eslint/scope-manager': 5.46.1 - '@typescript-eslint/type-utils': 5.46.1(eslint@8.40.0)(typescript@4.9.5) - '@typescript-eslint/utils': 5.46.1(eslint@8.40.0)(typescript@4.9.5) + '@typescript-eslint/type-utils': 5.46.1(eslint@8.41.0)(typescript@4.9.5) + '@typescript-eslint/utils': 5.46.1(eslint@8.41.0)(typescript@4.9.5) debug: 4.3.4 - eslint: 8.40.0 + eslint: 8.41.0 ignore: 5.2.4 natural-compare-lite: 1.4.0 regexpp: 3.2.0 @@ -2164,7 +1886,7 @@ packages: - supports-color dev: true - /@typescript-eslint/parser@5.46.1(eslint@8.40.0)(typescript@5.0.4): + /@typescript-eslint/parser@5.46.1(eslint@8.41.0)(typescript@5.0.4): resolution: {integrity: sha512-RelQ5cGypPh4ySAtfIMBzBGyrNerQcmfA1oJvPj5f+H4jI59rl9xxpn4bonC0tQvUKOEN7eGBFWxFLK3Xepneg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -2178,7 +1900,7 @@ packages: '@typescript-eslint/types': 5.46.1 '@typescript-eslint/typescript-estree': 5.46.1(typescript@5.0.4) debug: 4.3.4 - eslint: 8.40.0 + eslint: 8.41.0 typescript: 5.0.4 transitivePeerDependencies: - supports-color @@ -2192,7 +1914,7 @@ packages: '@typescript-eslint/visitor-keys': 5.46.1 dev: true - /@typescript-eslint/type-utils@5.46.1(eslint@8.40.0)(typescript@4.9.5): + /@typescript-eslint/type-utils@5.46.1(eslint@8.41.0)(typescript@4.9.5): resolution: {integrity: sha512-V/zMyfI+jDmL1ADxfDxjZ0EMbtiVqj8LUGPAGyBkXXStWmCUErMpW873zEHsyguWCuq2iN4BrlWUkmuVj84yng==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -2203,9 +1925,9 @@ packages: optional: true dependencies: '@typescript-eslint/typescript-estree': 5.46.1(typescript@4.9.5) - '@typescript-eslint/utils': 5.46.1(eslint@8.40.0)(typescript@4.9.5) + '@typescript-eslint/utils': 5.46.1(eslint@8.41.0)(typescript@4.9.5) debug: 4.3.4 - eslint: 8.40.0 + eslint: 8.41.0 tsutils: 3.21.0(typescript@4.9.5) typescript: 4.9.5 transitivePeerDependencies: @@ -2259,7 +1981,7 @@ packages: - supports-color dev: true - /@typescript-eslint/utils@5.46.1(eslint@8.40.0)(typescript@4.9.5): + /@typescript-eslint/utils@5.46.1(eslint@8.41.0)(typescript@4.9.5): resolution: {integrity: sha512-RBdBAGv3oEpFojaCYT4Ghn4775pdjvwfDOfQ2P6qzNVgQOVrnSPe5/Pb88kv7xzYQjoio0eKHKB9GJ16ieSxvA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -2270,9 +1992,9 @@ packages: '@typescript-eslint/scope-manager': 5.46.1 '@typescript-eslint/types': 5.46.1 '@typescript-eslint/typescript-estree': 5.46.1(typescript@4.9.5) - eslint: 8.40.0 + eslint: 8.41.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0(eslint@8.40.0) + eslint-utils: 3.0.0(eslint@8.41.0) semver: 7.3.8 transitivePeerDependencies: - supports-color @@ -2355,7 +2077,7 @@ packages: '@babel/core': 7.21.4 '@babel/plugin-transform-typescript': 7.21.3(@babel/core@7.21.4) '@vue/babel-plugin-jsx': 1.1.1(@babel/core@7.21.4) - vite: 4.3.5(@types/node@20.2.1) + vite: 4.3.5(@types/node@18.16.13) vue: 3.2.47 transitivePeerDependencies: - supports-color @@ -2367,7 +2089,7 @@ packages: vite: ^4.0.0 vue: ^3.2.25 dependencies: - vite: 4.3.5(@types/node@20.2.1) + vite: 4.3.5(@types/node@18.16.13) vue: 3.2.47 /@volar/language-core@1.3.0-alpha.0: @@ -2399,10 +2121,10 @@ packages: dependencies: '@volar/language-core': 1.3.0-alpha.0 '@volar/source-map': 1.3.0-alpha.0 - '@vue/compiler-dom': 3.2.47 - '@vue/compiler-sfc': 3.2.47 - '@vue/reactivity': 3.2.47 - '@vue/shared': 3.2.47 + '@vue/compiler-dom': 3.3.4 + '@vue/compiler-sfc': 3.3.4 + '@vue/reactivity': 3.3.4 + '@vue/shared': 3.3.4 minimatch: 6.2.0 muggle-string: 0.2.2 vue-template-compiler: 2.7.14 @@ -2452,7 +2174,7 @@ packages: /@vue/compiler-core@3.3.0-alpha.6: resolution: {integrity: sha512-F3ta1E3977gENdvm5lwXQjYqrf6wVg7HroMMNERDQvjJMC9DOMMldGWSPsZ4XPWEu5Y+zvnWfgfdudf4SaJ3SQ==} dependencies: - '@babel/parser': 7.21.4 + '@babel/parser': 7.21.8 '@vue/shared': 3.3.0-alpha.6 estree-walker: 2.0.2 source-map: 0.6.1 @@ -2504,7 +2226,7 @@ packages: /@vue/compiler-sfc@3.3.0-alpha.6: resolution: {integrity: sha512-VM+BE85eEBQOU1iYWX3FLEZZSC+rSecTuOmZMfrc10e4NaxEQyC1y0rjGSuh0o/vuU35E159BGsiS8M17IwkAQ==} dependencies: - '@babel/parser': 7.21.4 + '@babel/parser': 7.21.8 '@vue/compiler-core': 3.3.0-alpha.6 '@vue/compiler-dom': 3.3.0-alpha.6 '@vue/compiler-ssr': 3.3.0-alpha.6 @@ -2512,7 +2234,7 @@ packages: '@vue/shared': 3.3.0-alpha.6 estree-walker: 2.0.2 magic-string: 0.30.0 - postcss: 8.4.21 + postcss: 8.4.23 source-map: 0.6.1 dev: true @@ -2566,7 +2288,7 @@ packages: /@vue/reactivity-transform@3.3.0-alpha.6: resolution: {integrity: sha512-2GsrFtVqajF07S+3p6niQ3RQtY9b8ga80DzPTUEVzNgnsT4h2FjaI/1MZ8XrXjEWCIClkkBkoE3s7gJsn8mAbQ==} dependencies: - '@babel/parser': 7.21.4 + '@babel/parser': 7.21.8 '@vue/compiler-core': 3.3.0-alpha.6 '@vue/shared': 3.3.0-alpha.6 estree-walker: 2.0.2 @@ -2690,16 +2412,16 @@ packages: resolution: {integrity: sha512-gdU7TKNAUVlXXLbaF+ZCfte8BjRJQWPCa2J55+7/h+yDtzw3vOoGQDRXzI6pyKyo6bXFT5/QoPE4hAknExjRLQ==} dev: true - /@vueuse/nuxt@10.1.2(nuxt@3.4.3)(rollup@3.20.2)(vue@3.3.4): + /@vueuse/nuxt@10.1.2(nuxt@3.4.3)(rollup@3.21.6)(vue@3.3.4): resolution: {integrity: sha512-X9o5WCmNs1+6XztP1Uh9+H7/jGeIjwSRNQdwCWRKCDkxPlbgi9iLnDRYnKDY++JPY3nbB6jTDOVgZDrpaAU5kg==} peerDependencies: nuxt: ^3.0.0 dependencies: - '@nuxt/kit': 3.4.3(rollup@3.20.2) + '@nuxt/kit': 3.4.3(rollup@3.21.6) '@vueuse/core': 10.1.2(vue@3.3.4) '@vueuse/metadata': 10.1.2 local-pkg: 0.4.3 - nuxt: 3.4.3(@types/node@20.2.1)(eslint@8.40.0)(rollup@3.20.2)(typescript@5.0.4) + nuxt: 3.4.3(@types/node@18.16.13)(eslint@8.41.0)(rollup@3.21.6)(typescript@5.0.4) vue-demi: 0.14.1(vue@3.3.4) transitivePeerDependencies: - '@vue/composition-api' @@ -3231,7 +2953,7 @@ packages: execa: 6.1.0 mri: 1.2.0 node-fetch-native: 1.1.1 - pkg-types: 1.0.2 + pkg-types: 1.0.3 scule: 1.0.0 semver: 7.5.1 transitivePeerDependencies: @@ -3589,10 +3311,6 @@ packages: /csstype@2.6.21: resolution: {integrity: sha512-Z1PhmomIfypOpoMjRQB70jfvy/wxT50qW08YXO5lMIJkrdq4yOTR+AW7FqutScmB9NkLwxo+jU+kZLbofZZq/w==} - /csstype@3.1.1: - resolution: {integrity: sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw==} - dev: true - /csstype@3.1.2: resolution: {integrity: sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==} dev: true @@ -3916,36 +3634,6 @@ packages: '@esbuild/win32-x64': 0.17.14 dev: true - /esbuild@0.17.15: - resolution: {integrity: sha512-LBUV2VsUIc/iD9ME75qhT4aJj0r75abCVS0jakhFzOtR7TQsqQA5w0tZ+KTKnwl3kXE0MhskNdHDh/I5aCR1Zw==} - engines: {node: '>=12'} - hasBin: true - requiresBuild: true - optionalDependencies: - '@esbuild/android-arm': 0.17.15 - '@esbuild/android-arm64': 0.17.15 - '@esbuild/android-x64': 0.17.15 - '@esbuild/darwin-arm64': 0.17.15 - '@esbuild/darwin-x64': 0.17.15 - '@esbuild/freebsd-arm64': 0.17.15 - '@esbuild/freebsd-x64': 0.17.15 - '@esbuild/linux-arm': 0.17.15 - '@esbuild/linux-arm64': 0.17.15 - '@esbuild/linux-ia32': 0.17.15 - '@esbuild/linux-loong64': 0.17.15 - '@esbuild/linux-mips64el': 0.17.15 - '@esbuild/linux-ppc64': 0.17.15 - '@esbuild/linux-riscv64': 0.17.15 - '@esbuild/linux-s390x': 0.17.15 - '@esbuild/linux-x64': 0.17.15 - '@esbuild/netbsd-x64': 0.17.15 - '@esbuild/openbsd-x64': 0.17.15 - '@esbuild/sunos-x64': 0.17.15 - '@esbuild/win32-arm64': 0.17.15 - '@esbuild/win32-ia32': 0.17.15 - '@esbuild/win32-x64': 0.17.15 - dev: true - /esbuild@0.17.18: resolution: {integrity: sha512-z1lix43jBs6UKjcZVKOw2xx69ffE2aG0PygLL5qJ9OS/gy0Ewd1gW/PUQIOIQGXBHWNywSc0floSKoMFF8aK2w==} engines: {node: '>=12'} @@ -3994,19 +3682,19 @@ packages: resolution: {integrity: sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==} engines: {node: '>=12'} - /eslint-plugin-vue@9.8.0(eslint@8.40.0): + /eslint-plugin-vue@9.8.0(eslint@8.41.0): resolution: {integrity: sha512-E/AXwcTzunyzM83C2QqDHxepMzvI2y6x+mmeYHbVDQlKFqmKYvRrhaVixEeeG27uI44p9oKDFiyCRw4XxgtfHA==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 dependencies: - eslint: 8.40.0 - eslint-utils: 3.0.0(eslint@8.40.0) + eslint: 8.41.0 + eslint-utils: 3.0.0(eslint@8.41.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.40.0) + vue-eslint-parser: 9.1.0(eslint@8.41.0) xml-name-validator: 4.0.0 transitivePeerDependencies: - supports-color @@ -4035,13 +3723,13 @@ packages: esrecurse: 4.3.0 estraverse: 5.3.0 - /eslint-utils@3.0.0(eslint@8.40.0): + /eslint-utils@3.0.0(eslint@8.41.0): resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} peerDependencies: eslint: '>=5' dependencies: - eslint: 8.40.0 + eslint: 8.41.0 eslint-visitor-keys: 2.1.0 dev: true @@ -4059,15 +3747,15 @@ packages: resolution: {integrity: sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - /eslint@8.40.0: - resolution: {integrity: sha512-bvR+TsP9EHL3TqNtj9sCNJVAFK3fBN8Q7g5waghxyRsPLIMwL73XSKnZFK0hk/O2ANC+iAoq6PWMQ+IfBAJIiQ==} + /eslint@8.41.0: + resolution: {integrity: sha512-WQDQpzGBOP5IrXPo4Hc0814r4/v2rrIsB0rhT7jtunIalgg6gYXWhRMOejVO8yH21T/FGaxjmFjBMNqcIlmH1Q==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.40.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@8.41.0) '@eslint-community/regexpp': 4.4.1 '@eslint/eslintrc': 2.0.3 - '@eslint/js': 8.40.0 + '@eslint/js': 8.41.0 '@humanwhocodes/config-array': 0.11.8 '@humanwhocodes/module-importer': 1.0.1 '@nodelib/fs.walk': 1.2.8 @@ -4087,13 +3775,12 @@ packages: find-up: 5.0.0 glob-parent: 6.0.2 globals: 13.19.0 - grapheme-splitter: 1.0.4 + graphemer: 1.4.0 ignore: 5.2.4 import-fresh: 3.3.0 imurmurhash: 0.1.4 is-glob: 4.0.3 is-path-inside: 3.0.3 - js-sdsl: 4.2.0 js-yaml: 4.1.0 json-stable-stringify-without-jsonify: 1.0.1 levn: 0.4.1 @@ -4589,8 +4276,8 @@ packages: /graceful-fs@4.2.11: resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} - /grapheme-splitter@1.0.4: - resolution: {integrity: sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==} + /graphemer@1.4.0: + resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==} /gzip-size@7.0.0: resolution: {integrity: sha512-O1Ld7Dr+nqPnmGpdhzLmMTQ4vAsD+rHwMm1NLUmoUFFymBOMKxCCrtDxqdBRYXdeEPEi3SyoR4TizJLQrnKBNA==} @@ -4991,13 +4678,6 @@ packages: engines: {node: '>=4'} dev: true - /is-builtin-module@3.2.0: - resolution: {integrity: sha512-phDA4oSGt7vl1n5tJvTWooWWAsXLY+2xCnxNqvKhGEzujg+A43wPlPOyDg3C8XQHN+6k/JTQWJ/j0dQh/qr+Hw==} - engines: {node: '>=6'} - dependencies: - builtin-modules: 3.3.0 - dev: true - /is-builtin-module@3.2.1: resolution: {integrity: sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==} engines: {node: '>=6'} @@ -5173,9 +4853,6 @@ packages: engines: {node: '>=10'} dev: true - /js-sdsl@4.2.0: - resolution: {integrity: sha512-dyBIzQBDkCqCu+0upx25Y2jGdbTGxE9fshMsCdK0ViOongpV+n5tXRcZY9v7CaVQ79AGS9KA1KHtojxiM7aXSQ==} - /js-tokens@4.0.0: resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} @@ -6028,7 +5705,7 @@ packages: optional: true dependencies: defu: 6.1.2 - esbuild: 0.17.15 + esbuild: 0.17.18 fs-extra: 11.1.1 globby: 13.1.4 jiti: 1.18.2 @@ -6393,10 +6070,10 @@ packages: optionalDependencies: fsevents: 2.3.2 - /nuxt-component-meta@0.5.1(rollup@3.20.2): + /nuxt-component-meta@0.5.1(rollup@3.21.6): resolution: {integrity: sha512-vwx5wySyVX+QbFrNb3wLYNMPlADho8E66MO45d5i5fTlEkmhopVpQ9YXwlAvM3pLCPjupxG3R3D5rKpLDeitkw==} dependencies: - '@nuxt/kit': 3.4.3(rollup@3.20.2) + '@nuxt/kit': 3.4.3(rollup@3.21.6) scule: 1.0.0 typescript: 5.0.4 vue-component-meta: 1.2.0(typescript@5.0.4) @@ -6405,10 +6082,10 @@ packages: - supports-color dev: true - /nuxt-config-schema@0.4.5(rollup@3.20.2): + /nuxt-config-schema@0.4.5(rollup@3.21.6): resolution: {integrity: sha512-Y5anu5puDfMJfDP7IYjXsn6Dvj262HtjZqa73jCBbFRCc5jnjrs+BEpJJmtPG32ZsqzO2+RL4oTNb3H6IfKZLQ==} dependencies: - '@nuxt/kit': 3.4.3(rollup@3.20.2) + '@nuxt/kit': 3.4.3(rollup@3.21.6) changelogen: 0.4.1 defu: 6.1.2 jiti: 1.18.2 @@ -6419,19 +6096,32 @@ packages: - supports-color dev: true - /nuxt-icon@0.3.3(rollup@3.20.2)(vue@3.3.4): + /nuxt-config-schema@0.4.6(rollup@3.21.6): + resolution: {integrity: sha512-kHLWJFynj5QrxVZ1MjY2xmDaTSN1BCMLGExA+hMMLoCb3wn9TJlDVqnE/nSdUJPMRkNn/NQ5WP9NLA9vlAXRUw==} + dependencies: + '@nuxt/kit': 3.4.3(rollup@3.21.6) + defu: 6.1.2 + jiti: 1.18.2 + pathe: 1.1.0 + untyped: 1.3.2 + transitivePeerDependencies: + - rollup + - supports-color + dev: true + + /nuxt-icon@0.3.3(rollup@3.21.6)(vue@3.3.4): resolution: {integrity: sha512-KdhJAigBGTP8/YIFZ3orwetk40AgLq6VQ5HRYuDLmv5hiDptor9Ro+WIdZggHw7nciRxZvDdQkEwi9B5G/jrkQ==} dependencies: '@iconify/vue': 4.1.1(vue@3.3.4) - '@nuxt/kit': 3.4.3(rollup@3.20.2) - nuxt-config-schema: 0.4.5(rollup@3.20.2) + '@nuxt/kit': 3.4.3(rollup@3.21.6) + nuxt-config-schema: 0.4.5(rollup@3.21.6) transitivePeerDependencies: - rollup - supports-color - vue dev: true - /nuxt@3.4.3(@types/node@20.2.1)(eslint@8.40.0)(rollup@3.20.2)(typescript@5.0.4): + /nuxt@3.4.3(@types/node@18.16.13)(eslint@8.41.0)(rollup@3.21.6)(typescript@5.0.4): resolution: {integrity: sha512-rOEdhHRH33m3L7aJDO7N8C+NC2vSa2mC/0hH/ePmg2S03qkzS0bVg1pIWW9ESDV5UVPFtfhOGoDTEkLJqvE18A==} engines: {node: ^14.18.0 || >=16.10.0} hasBin: true @@ -6443,12 +6133,12 @@ packages: optional: true dependencies: '@nuxt/devalue': 2.0.0 - '@nuxt/kit': 3.4.3(rollup@3.20.2) - '@nuxt/schema': 3.4.3(rollup@3.20.2) - '@nuxt/telemetry': 2.2.0(rollup@3.20.2) + '@nuxt/kit': 3.4.3(rollup@3.21.6) + '@nuxt/schema': 3.4.3(rollup@3.21.6) + '@nuxt/telemetry': 2.2.0(rollup@3.21.6) '@nuxt/ui-templates': 1.1.1 - '@nuxt/vite-builder': 3.4.3(@types/node@20.2.1)(eslint@8.40.0)(rollup@3.20.2)(typescript@5.0.4)(vue@3.2.47) - '@types/node': 20.2.1 + '@nuxt/vite-builder': 3.4.3(@types/node@18.16.13)(eslint@8.41.0)(rollup@3.21.6)(typescript@5.0.4)(vue@3.2.47) + '@types/node': 18.16.13 '@unhead/ssr': 1.1.26 '@unhead/vue': 1.1.26(vue@3.2.47) '@vue/shared': 3.2.47 @@ -6482,7 +6172,7 @@ packages: ufo: 1.1.2 unctx: 2.3.0 unenv: 1.4.1 - unimport: 3.0.6(rollup@3.20.2) + unimport: 3.0.6(rollup@3.21.6) unplugin: 1.3.1 untyped: 1.3.2 vue: 3.2.47 @@ -6682,7 +6372,7 @@ packages: resolution: {integrity: sha512-SZfJe/y9fbpeXZU+Kf7cSG2G7rnGP50hUYzCvcWyhp7hYzA3YXGthpkGfv6NSt0oo6QbcRyKwycg/6dpG5p8aw==} deprecated: Please migrate to https://github.com/unjs/magicast dependencies: - '@babel/parser': 7.21.4 + '@babel/parser': 7.21.8 '@types/estree': 1.0.0 recast: 0.22.0 dev: true @@ -6819,7 +6509,7 @@ packages: acorn: 8.8.2 chroma-js: 2.4.2 consola: 2.15.3 - csstype: 3.1.1 + csstype: 3.1.2 defu: 6.1.2 magic-string: 0.30.0 nanoid: 4.0.2 @@ -7542,7 +7232,7 @@ packages: dependencies: glob: 7.2.3 - /rollup-plugin-dts@5.3.0(rollup@3.20.2)(typescript@5.0.4): + /rollup-plugin-dts@5.3.0(rollup@3.21.6)(typescript@5.0.4): resolution: {integrity: sha512-8FXp0ZkyZj1iU5klkIJYLjIq/YZSwBoERu33QBDxm/1yw5UU4txrEtcmMkrq+ZiKu3Q4qvPCNqc3ovX6rjqzbQ==} engines: {node: '>=v14'} peerDependencies: @@ -7550,28 +7240,12 @@ packages: typescript: ^4.1 || ^5.0 dependencies: magic-string: 0.30.0 - rollup: 3.20.2 + rollup: 3.21.6 typescript: 5.0.4 optionalDependencies: '@babel/code-frame': 7.21.4 dev: true - /rollup-plugin-visualizer@5.9.0(rollup@3.20.2): - resolution: {integrity: sha512-bbDOv47+Bw4C/cgs0czZqfm8L82xOZssk4ayZjG40y9zbXclNk7YikrZTDao6p7+HDiGxrN0b65SgZiVm9k1Cg==} - 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: 3.20.2 - source-map: 0.7.4 - yargs: 17.7.2 - /rollup-plugin-visualizer@5.9.0(rollup@3.21.6): resolution: {integrity: sha512-bbDOv47+Bw4C/cgs0czZqfm8L82xOZssk4ayZjG40y9zbXclNk7YikrZTDao6p7+HDiGxrN0b65SgZiVm9k1Cg==} engines: {node: '>=14'} @@ -7594,6 +7268,7 @@ packages: hasBin: true optionalDependencies: fsevents: 2.3.2 + dev: true /rollup@3.21.6: resolution: {integrity: sha512-SXIICxvxQxR3D4dp/3LDHZIJPC8a4anKMHd4E3Jiz2/JnY+2bEjqrOokAauc5ShGVNFHlEFjBXAXlaxkJqIqSg==} @@ -8319,16 +7994,16 @@ packages: resolution: {integrity: sha512-GcolNMBatav7FbRdLDR8BMbnYWMoKfxXdJIHibpBtx3GERN4GbbUD5h4RfGIFi+mjWPz4AphSz5gIg9FWNWw3Q==} hasBin: true dependencies: - '@rollup/plugin-alias': 4.0.3(rollup@3.20.2) - '@rollup/plugin-commonjs': 24.0.1(rollup@3.20.2) - '@rollup/plugin-json': 6.0.0(rollup@3.20.2) - '@rollup/plugin-node-resolve': 15.0.1(rollup@3.20.2) - '@rollup/plugin-replace': 5.0.2(rollup@3.20.2) - '@rollup/pluginutils': 5.0.2(rollup@3.20.2) + '@rollup/plugin-alias': 4.0.3(rollup@3.21.6) + '@rollup/plugin-commonjs': 24.1.0(rollup@3.21.6) + '@rollup/plugin-json': 6.0.0(rollup@3.21.6) + '@rollup/plugin-node-resolve': 15.0.2(rollup@3.21.6) + '@rollup/plugin-replace': 5.0.2(rollup@3.21.6) + '@rollup/pluginutils': 5.0.2(rollup@3.21.6) chalk: 5.2.0 consola: 2.15.3 defu: 6.1.2 - esbuild: 0.17.15 + esbuild: 0.17.18 globby: 13.1.4 hookable: 5.5.3 jiti: 1.18.2 @@ -8337,10 +8012,10 @@ packages: mlly: 1.2.0 mri: 1.2.0 pathe: 1.1.0 - pkg-types: 1.0.2 + pkg-types: 1.0.3 pretty-bytes: 6.1.0 - rollup: 3.20.2 - rollup-plugin-dts: 5.3.0(rollup@3.20.2)(typescript@5.0.4) + rollup: 3.21.6 + rollup-plugin-dts: 5.3.0(rollup@3.21.6)(typescript@5.0.4) scule: 1.0.0 typescript: 5.0.4 untyped: 1.3.2 @@ -8411,10 +8086,10 @@ packages: vfile: 5.3.6 dev: true - /unimport@3.0.4(rollup@3.20.2): + /unimport@3.0.4(rollup@3.21.6): resolution: {integrity: sha512-eoof/HLiNJcIkVpnqc7sJbzKSLx39J6xTaP7E4ElgVQKeq2t9fPTkvJKcA55IJTaRPkEkDq8kcc/IZPmrypnFg==} dependencies: - '@rollup/pluginutils': 5.0.2(rollup@3.20.2) + '@rollup/pluginutils': 5.0.2(rollup@3.21.6) escape-string-regexp: 5.0.0 fast-glob: 3.2.12 local-pkg: 0.4.3 @@ -8429,23 +8104,6 @@ packages: - rollup dev: true - /unimport@3.0.6(rollup@3.20.2): - resolution: {integrity: sha512-GYxGJ1Bri1oqx8VFDjdgooGzeK7jBk3bvhXmamTIpu3nONOcUMGwZbX7X0L5RA7OWMXpR4vzpSQP7pXUzJg1/Q==} - dependencies: - '@rollup/pluginutils': 5.0.2(rollup@3.20.2) - escape-string-regexp: 5.0.0 - fast-glob: 3.2.12 - local-pkg: 0.4.3 - magic-string: 0.30.0 - mlly: 1.2.0 - pathe: 1.1.0 - pkg-types: 1.0.3 - scule: 1.0.0 - strip-literal: 1.0.1 - unplugin: 1.3.1 - transitivePeerDependencies: - - rollup - /unimport@3.0.6(rollup@3.21.6): resolution: {integrity: sha512-GYxGJ1Bri1oqx8VFDjdgooGzeK7jBk3bvhXmamTIpu3nONOcUMGwZbX7X0L5RA7OWMXpR4vzpSQP7pXUzJg1/Q==} dependencies: @@ -8709,7 +8367,7 @@ packages: vfile-message: 3.1.3 dev: true - /vite-node@0.30.1(@types/node@20.2.1): + /vite-node@0.30.1(@types/node@18.16.13): resolution: {integrity: sha512-vTikpU/J7e6LU/8iM3dzBo8ZhEiKZEKRznEMm+mJh95XhWaPrJQraT/QsT2NWmuEf+zgAoMe64PKT7hfZ1Njmg==} engines: {node: '>=v14.18.0'} hasBin: true @@ -8719,7 +8377,7 @@ packages: mlly: 1.2.0 pathe: 1.1.0 picocolors: 1.0.0 - vite: 4.3.5(@types/node@20.2.1) + vite: 4.3.5(@types/node@18.16.13) transitivePeerDependencies: - '@types/node' - less @@ -8729,7 +8387,7 @@ packages: - supports-color - terser - /vite-plugin-checker@0.5.6(eslint@8.40.0)(typescript@5.0.4)(vite@4.3.5): + /vite-plugin-checker@0.5.6(eslint@8.41.0)(typescript@5.0.4)(vite@4.3.5): resolution: {integrity: sha512-ftRyON0gORUHDxcDt2BErmsikKSkfvl1i2DoP6Jt2zDO9InfvM6tqO1RkXhSjkaXEhKPea6YOnhFaZxW3BzudQ==} engines: {node: '>=14.16'} peerDependencies: @@ -8765,7 +8423,7 @@ packages: chalk: 4.1.2 chokidar: 3.5.3 commander: 8.3.0 - eslint: 8.40.0 + eslint: 8.41.0 fast-glob: 3.2.12 fs-extra: 11.1.1 lodash.debounce: 4.0.8 @@ -8774,13 +8432,13 @@ packages: strip-ansi: 6.0.1 tiny-invariant: 1.3.1 typescript: 5.0.4 - vite: 4.3.5(@types/node@20.2.1) + vite: 4.3.5(@types/node@18.16.13) vscode-languageclient: 7.0.0 vscode-languageserver: 7.0.0 vscode-languageserver-textdocument: 1.0.8 vscode-uri: 3.0.7 - /vite@4.3.5(@types/node@20.2.1): + /vite@4.3.5(@types/node@18.16.13): resolution: {integrity: sha512-0gEnL9wiRFxgz40o/i/eTBwm+NEbpUeTWhzKrZDSdKm6nplj+z4lKz8ANDgildxHm47Vg8EUia0aicKbawUVVA==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true @@ -8805,7 +8463,7 @@ packages: terser: optional: true dependencies: - '@types/node': 20.2.1 + '@types/node': 18.16.13 esbuild: 0.17.18 postcss: 8.4.23 rollup: 3.21.6 @@ -8879,14 +8537,14 @@ packages: /vue-devtools-stub@0.1.0: resolution: {integrity: sha512-RutnB7X8c5hjq39NceArgXg28WZtZpGc3+J16ljMiYnFhKvd8hITxSWQSQ5bvldxMDU6gG5mkxl1MTQLXckVSQ==} - /vue-eslint-parser@9.1.0(eslint@8.40.0): + /vue-eslint-parser@9.1.0(eslint@8.41.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.40.0 + eslint: 8.41.0 eslint-scope: 7.1.1 eslint-visitor-keys: 3.4.0 espree: 9.5.1