From 4a5b6380dc93fb969b29538caef81df74f1d8ade Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Fri, 23 Feb 2024 11:56:20 +0100 Subject: [PATCH] chore: update deps --- package.json | 14 +- pnpm-lock.yaml | 724 +++++++++++++++++++++++++++++++++++++++++-------- 2 files changed, 620 insertions(+), 118 deletions(-) diff --git a/package.json b/package.json index b6b3440b..179792dd 100644 --- a/package.json +++ b/package.json @@ -34,8 +34,8 @@ "test:watch": "vitest watch" }, "dependencies": { - "@cloudflare/workers-types": "^4.20240208.0", - "@nuxt/kit": "^3.10.2", + "@cloudflare/workers-types": "^4.20240222.0", + "@nuxt/kit": "^3.10.3", "@sindresorhus/slugify": "^2.2.1", "@uploadthing/mime-types": "^0.2.4", "defu": "^6.1.4", @@ -43,7 +43,7 @@ "get-port-please": "^3.1.2", "h3": "^1.10.2", "mime": "^4.0.1", - "nuxt-auth-utils": "^0.0.18", + "nuxt-auth-utils": "^0.0.19", "ofetch": "^1.3.3", "pathe": "^1.1.2", "pkg-types": "^1.0.3", @@ -51,18 +51,18 @@ "ufo": "^1.4.0", "uncrypto": "^0.1.3", "unstorage": "^1.10.1", - "wrangler": "^3.28.4", + "wrangler": "^3.29.0", "zod": "^3.22.4" }, "devDependencies": { "@nuxt/eslint-config": "^0.2.0", "@nuxt/module-builder": "^0.5.5", - "@nuxt/schema": "^3.10.2", + "@nuxt/schema": "^3.10.3", "@nuxt/test-utils": "^3.11.0", - "@types/node": "^20.11.19", + "@types/node": "^20.11.20", "changelogen": "^0.5.5", "eslint": "^8.56.0", - "nuxt": "^3.10.2", + "nuxt": "^3.10.3", "typescript": "^5.3.3", "vitest": "^1.3.1", "vue-tsc": "^1.8.27" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bb20f151..7cc11de4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,11 +9,11 @@ importers: .: dependencies: '@cloudflare/workers-types': - specifier: ^4.20240208.0 - version: 4.20240208.0 + specifier: ^4.20240222.0 + version: 4.20240222.0 '@nuxt/kit': - specifier: ^3.10.2 - version: 3.10.2(rollup@3.29.4) + specifier: ^3.10.3 + version: 3.10.3(rollup@3.29.4) '@sindresorhus/slugify': specifier: ^2.2.1 version: 2.2.1 @@ -36,8 +36,8 @@ importers: specifier: ^4.0.1 version: 4.0.1 nuxt-auth-utils: - specifier: ^0.0.18 - version: 0.0.18(rollup@3.29.4) + specifier: ^0.0.19 + version: 0.0.19(rollup@3.29.4) ofetch: specifier: ^1.3.3 version: 1.3.3 @@ -60,8 +60,8 @@ importers: specifier: ^1.10.1 version: 1.10.1 wrangler: - specifier: ^3.28.4 - version: 3.28.4(@cloudflare/workers-types@4.20240208.0) + specifier: ^3.29.0 + version: 3.29.0(@cloudflare/workers-types@4.20240222.0) zod: specifier: ^3.22.4 version: 3.22.4 @@ -71,16 +71,16 @@ importers: version: 0.2.0(eslint@8.56.0) '@nuxt/module-builder': specifier: ^0.5.5 - version: 0.5.5(@nuxt/kit@3.10.2)(nuxi@3.10.1)(typescript@5.3.3) + version: 0.5.5(@nuxt/kit@3.10.3)(nuxi@3.10.1)(typescript@5.3.3) '@nuxt/schema': - specifier: ^3.10.2 - version: 3.10.2(rollup@3.29.4) + specifier: ^3.10.3 + version: 3.10.3(rollup@3.29.4) '@nuxt/test-utils': specifier: ^3.11.0 version: 3.11.0(h3@1.10.2)(rollup@3.29.4)(vite@5.1.3)(vitest@1.3.1)(vue-router@4.2.5)(vue@3.4.19) '@types/node': - specifier: ^20.11.19 - version: 20.11.19 + specifier: ^20.11.20 + version: 20.11.20 changelogen: specifier: ^0.5.5 version: 0.5.5 @@ -88,14 +88,14 @@ importers: specifier: ^8.56.0 version: 8.56.0 nuxt: - specifier: ^3.10.2 - version: 3.10.2(@types/node@20.11.19)(eslint@8.56.0)(rollup@3.29.4)(typescript@5.3.3)(vite@5.1.3)(vue-tsc@1.8.27) + specifier: ^3.10.3 + version: 3.10.3(@types/node@20.11.20)(eslint@8.56.0)(rollup@3.29.4)(typescript@5.3.3)(vite@5.1.3)(vue-tsc@1.8.27) typescript: specifier: ^5.3.3 version: 5.3.3 vitest: specifier: ^1.3.1 - version: 1.3.1(@types/node@20.11.19) + version: 1.3.1(@types/node@20.11.20) vue-tsc: specifier: ^1.8.27 version: 1.8.27(typescript@5.3.3) @@ -125,7 +125,7 @@ importers: version: 3.1.3(rollup@3.29.4) nuxt: specifier: ^3.10.2 - version: 3.10.2(@types/node@20.11.19)(eslint@8.56.0)(rollup@3.29.4)(typescript@5.3.3)(vite@5.1.3)(vue-tsc@1.8.27) + version: 3.10.2(@types/node@20.11.20)(eslint@8.56.0)(rollup@3.29.4)(typescript@5.3.3)(vite@5.1.3)(vue-tsc@1.8.27) nuxt-cloudflare-analytics: specifier: ^1.0.8 version: 1.0.8(rollup@3.29.4) @@ -153,10 +153,10 @@ importers: version: link:.. drizzle-orm: specifier: ^0.29.3 - version: 0.29.3(@cloudflare/workers-types@4.20240208.0) + version: 0.29.3(@cloudflare/workers-types@4.20240222.0) nuxt: specifier: latest - version: 3.10.2(@types/node@20.11.19)(eslint@8.56.0)(rollup@3.29.4)(typescript@5.3.3)(vite@5.1.3)(vue-tsc@1.8.27) + version: 3.10.2(@types/node@20.11.20)(eslint@8.56.0)(rollup@3.29.4)(typescript@5.3.3)(vite@5.1.3)(vue-tsc@1.8.27) nuxt-auth-utils: specifier: ^0.0.18 version: 0.0.18(rollup@3.29.4) @@ -542,8 +542,8 @@ packages: dependencies: mime: 3.0.0 - /@cloudflare/workerd-darwin-64@1.20240129.0: - resolution: {integrity: sha512-DfVVB5IsQLVcWPJwV019vY3nEtU88c2Qu2ST5SQxqcGivZ52imagLRK0RHCIP8PK4piSiq90qUC6ybppUsw8eg==} + /@cloudflare/workerd-darwin-64@1.20240208.0: + resolution: {integrity: sha512-64qjsCUz6VtjXnUex5D6dWoJDuUBRw1ps2TEVH9wGJ4ubiLVUxKhj3bzkVy0RoJ8FhaCKzJWWRyTo4yc192UTA==} engines: {node: '>=16'} cpu: [x64] os: [darwin] @@ -551,8 +551,8 @@ packages: dev: false optional: true - /@cloudflare/workerd-darwin-arm64@1.20240129.0: - resolution: {integrity: sha512-t0q8ABkmumG1zRM/MZ/vIv/Ysx0vTAXnQAPy/JW5aeQi/tqrypXkO9/NhPc0jbF/g/hIPrWEqpDgEp3CB7Da7Q==} + /@cloudflare/workerd-darwin-arm64@1.20240208.0: + resolution: {integrity: sha512-eVQrAV200LhwLY6JZLx3l2lDrjsTC86lqnvH+RSeM43bAcdneC6lVfykHnTaOTgYFvYQbqRkn9ICWxXj1V9L5g==} engines: {node: '>=16'} cpu: [arm64] os: [darwin] @@ -560,8 +560,8 @@ packages: dev: false optional: true - /@cloudflare/workerd-linux-64@1.20240129.0: - resolution: {integrity: sha512-sFV1uobHgDI+6CKBS/ZshQvOvajgwl6BtiYaH4PSFSpvXTmRx+A9bcug+6BnD+V4WgwxTiEO2iR97E1XuwDAVw==} + /@cloudflare/workerd-linux-64@1.20240208.0: + resolution: {integrity: sha512-ivZ2UuCvi44j8JZ++XlQzSYajt5ptvAdwlh3WPpCcygtHXEh6SVo8QXEUOXhPbv861C0HZMYxLCaLqlpQDWB8g==} engines: {node: '>=16'} cpu: [x64] os: [linux] @@ -569,8 +569,8 @@ packages: dev: false optional: true - /@cloudflare/workerd-linux-arm64@1.20240129.0: - resolution: {integrity: sha512-O7q7htHaFRp8PgTqNJx1/fYc3+LnvAo6kWWB9a14C5OWak6AAZk42PNpKPx+DXTmGvI+8S1+futBGUeJ8NPDXg==} + /@cloudflare/workerd-linux-arm64@1.20240208.0: + resolution: {integrity: sha512-aLfvl9kXQKbM7aLvfL0HbOt5VEgv15mEZGyFKyDldJ8+nOXH6nYPma1ccwF8BHmu8otHc420eyPr2xPKhLSJnw==} engines: {node: '>=16'} cpu: [arm64] os: [linux] @@ -578,8 +578,8 @@ packages: dev: false optional: true - /@cloudflare/workerd-windows-64@1.20240129.0: - resolution: {integrity: sha512-YqGno0XSqqqkDmNoGEX6M8kJlI2lEfWntbTPVtHaZlaXVR9sWfoD7TEno0NKC95cXFz+ioyFLbgbOdnfWwmVAA==} + /@cloudflare/workerd-windows-64@1.20240208.0: + resolution: {integrity: sha512-Y6KMukWnorsSmPx6d82IuJ4SU8sX1+2y+w1uFJ76sucSgXqUAN1fmjG+EyzRVbcbsxRGBCD9c1Pn8T1amMLEYA==} engines: {node: '>=16'} cpu: [x64] os: [win32] @@ -587,8 +587,8 @@ packages: dev: false optional: true - /@cloudflare/workers-types@4.20240208.0: - resolution: {integrity: sha512-MVGTTjZpJu4kJONvai5SdJzWIhOJbuweVZ3goI7FNyG+JdoQH41OoB+nMhLsX626vPLZVWGPIWsiSo/WZHzgQw==} + /@cloudflare/workers-types@4.20240222.0: + resolution: {integrity: sha512-luO0BdK3rLlCv3B240+cTrfqm+XSbHtpk+88aJtGwzyVK9QF/Xz8lBgE/oZZLN8nCTmOvxAZnszyxUuZ8GP8Cg==} dev: false /@cspotcode/source-map-support@0.8.1: @@ -1608,7 +1608,7 @@ packages: /@nuxt/content@2.12.0(nuxt@3.10.2)(rollup@3.29.4)(vue@3.4.19): resolution: {integrity: sha512-XQkbkJzFRWKdX4aoVDprqLphbQGDsRX35ZRgHe4i7Phe3F1z2EzXVhZ9WXBTmpXau3MkLlmsQ+NzcRns1kOOvQ==} dependencies: - '@nuxt/kit': 3.10.2(rollup@3.29.4) + '@nuxt/kit': 3.10.3(rollup@3.29.4) '@nuxtjs/mdc': 0.5.0(rollup@3.29.4) '@vueuse/core': 10.8.0(vue@3.4.19) '@vueuse/head': 2.0.0(vue@3.4.19) @@ -1666,15 +1666,31 @@ packages: nuxt: ^3.9.0 vite: '*' dependencies: - '@nuxt/kit': 3.10.2(rollup@3.29.4) - '@nuxt/schema': 3.10.2(rollup@3.29.4) + '@nuxt/kit': 3.10.3(rollup@3.29.4) + '@nuxt/schema': 3.10.3(rollup@3.29.4) execa: 7.2.0 - nuxt: 3.10.2(@types/node@20.11.19)(eslint@8.56.0)(rollup@3.29.4)(typescript@5.3.3)(vite@5.1.3)(vue-tsc@1.8.27) - vite: 5.1.3(@types/node@20.11.19) + nuxt: 3.10.2(@types/node@20.11.20)(eslint@8.56.0)(rollup@3.29.4)(typescript@5.3.3)(vite@5.1.3)(vue-tsc@1.8.27) + vite: 5.1.3(@types/node@20.11.20) transitivePeerDependencies: - rollup - supports-color + /@nuxt/devtools-kit@1.0.8(nuxt@3.10.3)(rollup@3.29.4)(vite@5.1.3): + resolution: {integrity: sha512-j7bNZmoAXQ1a8qv6j6zk4c/aekrxYqYVQM21o/Hy4XHCUq4fajSgpoc8mjyWJSTfpkOmuLyEzMexpDWiIVSr6A==} + peerDependencies: + nuxt: ^3.9.0 + vite: '*' + dependencies: + '@nuxt/kit': 3.10.3(rollup@3.29.4) + '@nuxt/schema': 3.10.3(rollup@3.29.4) + execa: 7.2.0 + nuxt: 3.10.3(@types/node@20.11.20)(eslint@8.56.0)(rollup@3.29.4)(typescript@5.3.3)(vite@5.1.3)(vue-tsc@1.8.27) + vite: 5.1.3(@types/node@20.11.20) + transitivePeerDependencies: + - rollup + - supports-color + dev: true + /@nuxt/devtools-ui-kit@1.0.8(@nuxt/devtools@1.0.8)(@vue/compiler-core@3.4.19)(nuxt@3.10.2)(postcss@8.4.35)(rollup@3.29.4)(vite@5.1.3)(vue@3.4.19)(webpack@5.90.3): resolution: {integrity: sha512-oPkyQ+nkvCvveWxHWAHpZt9uEycHFD00Rh46KYKe5KLl81Wr/L3KacIIYpiocPog0YZZhjvX5CmrIe8zXopNOA==} peerDependencies: @@ -1686,7 +1702,7 @@ packages: '@iconify-json/tabler': 1.1.105 '@nuxt/devtools': 1.0.8(nuxt@3.10.2)(rollup@3.29.4)(vite@5.1.3) '@nuxt/devtools-kit': 1.0.8(nuxt@3.10.2)(rollup@3.29.4)(vite@5.1.3) - '@nuxt/kit': 3.10.2(rollup@3.29.4) + '@nuxt/kit': 3.10.3(rollup@3.29.4) '@nuxtjs/color-mode': 3.3.2(rollup@3.29.4) '@unocss/core': 0.58.5 '@unocss/nuxt': 0.58.5(postcss@8.4.35)(rollup@3.29.4)(vite@5.1.3)(webpack@5.90.3) @@ -1766,7 +1782,7 @@ packages: launch-editor: 2.6.1 local-pkg: 0.5.0 magicast: 0.3.3 - nuxt: 3.10.2(@types/node@20.11.19)(eslint@8.56.0)(rollup@3.29.4)(typescript@5.3.3)(vite@5.1.3)(vue-tsc@1.8.27) + nuxt: 3.10.2(@types/node@20.11.20)(eslint@8.56.0)(rollup@3.29.4)(typescript@5.3.3)(vite@5.1.3)(vue-tsc@1.8.27) nypm: 0.3.6 ohash: 1.1.3 pacote: 17.0.6 @@ -1779,7 +1795,7 @@ packages: simple-git: 3.22.0 sirv: 2.0.4 unimport: 3.7.1(rollup@3.29.4) - vite: 5.1.3(@types/node@20.11.19) + vite: 5.1.3(@types/node@20.11.20) vite-plugin-inspect: 0.8.3(@nuxt/kit@3.10.2)(rollup@3.29.4)(vite@5.1.3) vite-plugin-vue-inspector: 4.0.2(vite@5.1.3) which: 3.0.1 @@ -1791,6 +1807,57 @@ packages: - supports-color - utf-8-validate + /@nuxt/devtools@1.0.8(nuxt@3.10.3)(rollup@3.29.4)(vite@5.1.3): + resolution: {integrity: sha512-o6aBFEBxc8OgVHV4OPe2g0q9tFIe9HiTxRiJnlTJ+jHvOQsBLS651ArdVtwLChf9UdMouFlpLLJ1HteZqTbtsQ==} + hasBin: true + peerDependencies: + nuxt: ^3.9.0 + vite: '*' + dependencies: + '@antfu/utils': 0.7.7 + '@nuxt/devtools-kit': 1.0.8(nuxt@3.10.3)(rollup@3.29.4)(vite@5.1.3) + '@nuxt/devtools-wizard': 1.0.8 + '@nuxt/kit': 3.10.3(rollup@3.29.4) + birpc: 0.2.16 + consola: 3.2.3 + destr: 2.0.3 + error-stack-parser-es: 0.1.1 + execa: 7.2.0 + fast-glob: 3.3.2 + flatted: 3.3.0 + get-port-please: 3.1.2 + hookable: 5.5.3 + image-meta: 0.2.0 + is-installed-globally: 1.0.0 + launch-editor: 2.6.1 + local-pkg: 0.5.0 + magicast: 0.3.3 + nuxt: 3.10.3(@types/node@20.11.20)(eslint@8.56.0)(rollup@3.29.4)(typescript@5.3.3)(vite@5.1.3)(vue-tsc@1.8.27) + nypm: 0.3.6 + ohash: 1.1.3 + pacote: 17.0.6 + pathe: 1.1.2 + perfect-debounce: 1.0.0 + pkg-types: 1.0.3 + rc9: 2.1.1 + scule: 1.3.0 + semver: 7.6.0 + simple-git: 3.22.0 + sirv: 2.0.4 + unimport: 3.7.1(rollup@3.29.4) + vite: 5.1.3(@types/node@20.11.20) + vite-plugin-inspect: 0.8.3(@nuxt/kit@3.10.3)(rollup@3.29.4)(vite@5.1.3) + vite-plugin-vue-inspector: 4.0.2(vite@5.1.3) + which: 3.0.1 + ws: 8.16.0 + transitivePeerDependencies: + - bluebird + - bufferutil + - rollup + - supports-color + - utf-8-validate + dev: true + /@nuxt/eslint-config@0.2.0(eslint@8.56.0): resolution: {integrity: sha512-NeJX8TLcnNAjQFiDs3XhP+9CHKK8jaKsP7eUyCSrQdgY7nqWe7VJx64lwzx5FTT4cW3RHMEyH+Y0qzLGYYoa/A==} peerDependencies: @@ -1832,14 +1899,40 @@ packages: - rollup - supports-color - /@nuxt/module-builder@0.5.5(@nuxt/kit@3.10.2)(nuxi@3.10.1)(typescript@5.3.3): + /@nuxt/kit@3.10.3(rollup@3.29.4): + resolution: {integrity: sha512-PUjYB9Mvx0qD9H1QZBwwtY4fLlCLET+Mm9BVqUOtXCaGoXd6u6BE4e/dGFPk2UEKkIcDGrUMSbqkHYvsEuK9NQ==} + engines: {node: ^14.18.0 || >=16.10.0} + dependencies: + '@nuxt/schema': 3.10.3(rollup@3.29.4) + c12: 1.9.0 + consola: 3.2.3 + defu: 6.1.4 + globby: 14.0.1 + hash-sum: 2.0.0 + ignore: 5.3.1 + jiti: 1.21.0 + knitwork: 1.0.0 + mlly: 1.6.0 + pathe: 1.1.2 + pkg-types: 1.0.3 + scule: 1.3.0 + semver: 7.6.0 + ufo: 1.4.0 + unctx: 2.3.1 + unimport: 3.7.1(rollup@3.29.4) + untyped: 1.4.2 + transitivePeerDependencies: + - rollup + - supports-color + + /@nuxt/module-builder@0.5.5(@nuxt/kit@3.10.3)(nuxi@3.10.1)(typescript@5.3.3): resolution: {integrity: sha512-ifFfwA1rbSXSae25RmqA2kAbV3xoShZNrq1yK8VXB/EnIcDn4WiaYR1PytaSxIt5zsvWPn92BJXiIUBiMQZ0hw==} hasBin: true peerDependencies: '@nuxt/kit': ^3.8.2 nuxi: ^3.10.0 dependencies: - '@nuxt/kit': 3.10.2(rollup@3.29.4) + '@nuxt/kit': 3.10.3(rollup@3.29.4) citty: 0.1.6 consola: 3.2.3 mlly: 1.5.0 @@ -1871,11 +1964,30 @@ packages: - rollup - supports-color + /@nuxt/schema@3.10.3(rollup@3.29.4): + resolution: {integrity: sha512-a4cYbeskEVBPazgAhvUGkL/j7ho/iPWMK3vCEm6dRMjSqHVEITRosrj0aMfLbRrDpTrMjlRs0ZitxiaUfE/p5Q==} + engines: {node: ^14.18.0 || >=16.10.0} + dependencies: + '@nuxt/ui-templates': 1.3.1 + consola: 3.2.3 + defu: 6.1.4 + hookable: 5.5.3 + pathe: 1.1.2 + pkg-types: 1.0.3 + scule: 1.3.0 + std-env: 3.7.0 + ufo: 1.4.0 + unimport: 3.7.1(rollup@3.29.4) + untyped: 1.4.2 + transitivePeerDependencies: + - rollup + - supports-color + /@nuxt/telemetry@2.5.3(rollup@3.29.4): resolution: {integrity: sha512-Ghv2MgWbJcUM9G5Dy3oQP0cJkUwEgaiuQxEF61FXJdn0a69Q4StZEP/hLF0MWPM9m6EvAwI7orxkJHM7MrmtVg==} hasBin: true dependencies: - '@nuxt/kit': 3.10.2(rollup@3.29.4) + '@nuxt/kit': 3.10.3(rollup@3.29.4) ci-info: 4.0.0 consola: 3.2.3 create-require: 1.1.1 @@ -1933,8 +2045,8 @@ packages: vitest: optional: true dependencies: - '@nuxt/kit': 3.10.2(rollup@3.29.4) - '@nuxt/schema': 3.10.2(rollup@3.29.4) + '@nuxt/kit': 3.10.3(rollup@3.29.4) + '@nuxt/schema': 3.10.3(rollup@3.29.4) c12: 1.8.0 consola: 3.2.3 defu: 6.1.4 @@ -1956,8 +2068,8 @@ packages: ufo: 1.4.0 unenv: 1.9.0 unplugin: 1.7.1 - vite: 5.1.3(@types/node@20.11.19) - vitest: 1.3.1(@types/node@20.11.19) + vite: 5.1.3(@types/node@20.11.20) + vitest: 1.3.1(@types/node@20.11.20) vitest-environment-nuxt: 1.0.0(h3@1.10.2)(rollup@3.29.4)(vite@5.1.3)(vitest@1.3.1)(vue-router@4.2.5)(vue@3.4.19) vue: 3.4.19(typescript@5.3.3) vue-router: 4.2.5(vue@3.4.19) @@ -2050,7 +2162,7 @@ packages: - vue dev: false - /@nuxt/vite-builder@3.10.2(@types/node@20.11.19)(eslint@8.56.0)(rollup@3.29.4)(typescript@5.3.3)(vue-tsc@1.8.27)(vue@3.4.19): + /@nuxt/vite-builder@3.10.2(@types/node@20.11.20)(eslint@8.56.0)(rollup@3.29.4)(typescript@5.3.3)(vue-tsc@1.8.27)(vue@3.4.19): resolution: {integrity: sha512-FFMfcb/o2ID42QqX7LyspjG+cbibTUVMVYDNbxXviIsj0VWt5trlSL4zU81HaLn8nAgGTozMYqV5SJgT4rp/Zg==} engines: {node: ^14.18.0 || >=16.10.0} peerDependencies: @@ -2086,8 +2198,8 @@ packages: ufo: 1.4.0 unenv: 1.9.0 unplugin: 1.7.1 - vite: 5.1.1(@types/node@20.11.19) - vite-node: 1.3.1(@types/node@20.11.19) + vite: 5.1.1(@types/node@20.11.20) + vite-node: 1.3.1(@types/node@20.11.20) vite-plugin-checker: 0.6.4(eslint@8.56.0)(typescript@5.3.3)(vite@5.1.1)(vue-tsc@1.8.27) vue: 3.4.19(typescript@5.3.3) vue-bundle-renderer: 2.0.0 @@ -2110,10 +2222,71 @@ packages: - vti - vue-tsc + /@nuxt/vite-builder@3.10.3(@types/node@20.11.20)(eslint@8.56.0)(rollup@3.29.4)(typescript@5.3.3)(vue-tsc@1.8.27)(vue@3.4.19): + resolution: {integrity: sha512-BqkbrYkEk1AVUJleofbqTRV+ltf2p1CDjGDK78zENPCgrSABlj4F4oK8rze8vmRY5qoH7kMZxgMa2dXVXCp6OA==} + engines: {node: ^14.18.0 || >=16.10.0} + peerDependencies: + vue: ^3.3.4 + dependencies: + '@nuxt/kit': 3.10.3(rollup@3.29.4) + '@rollup/plugin-replace': 5.0.5(rollup@3.29.4) + '@vitejs/plugin-vue': 5.0.4(vite@5.1.4)(vue@3.4.19) + '@vitejs/plugin-vue-jsx': 3.1.0(vite@5.1.4)(vue@3.4.19) + autoprefixer: 10.4.17(postcss@8.4.35) + clear: 0.1.0 + consola: 3.2.3 + cssnano: 6.0.3(postcss@8.4.35) + defu: 6.1.4 + esbuild: 0.20.1 + escape-string-regexp: 5.0.0 + estree-walker: 3.0.3 + externality: 1.0.2 + fs-extra: 11.2.0 + get-port-please: 3.1.2 + h3: 1.10.2 + knitwork: 1.0.0 + magic-string: 0.30.7 + mlly: 1.6.0 + ohash: 1.1.3 + pathe: 1.1.2 + perfect-debounce: 1.0.0 + pkg-types: 1.0.3 + postcss: 8.4.35 + rollup-plugin-visualizer: 5.12.0(rollup@3.29.4) + std-env: 3.7.0 + strip-literal: 2.0.0 + ufo: 1.4.0 + unenv: 1.9.0 + unplugin: 1.7.1 + vite: 5.1.4(@types/node@20.11.20) + vite-node: 1.3.1(@types/node@20.11.20) + vite-plugin-checker: 0.6.4(eslint@8.56.0)(typescript@5.3.3)(vite@5.1.4)(vue-tsc@1.8.27) + vue: 3.4.19(typescript@5.3.3) + vue-bundle-renderer: 2.0.0 + transitivePeerDependencies: + - '@types/node' + - eslint + - less + - lightningcss + - meow + - optionator + - rollup + - sass + - stylelint + - stylus + - sugarss + - supports-color + - terser + - typescript + - vls + - vti + - vue-tsc + dev: true + /@nuxthq/studio@1.0.11(rollup@3.29.4): resolution: {integrity: sha512-MLrs/qvGqaSp+q3pezBTcRfkTHOJs9+MP0IIzSPwVCl4mncu4/1jyVLF7XjcjV4V91NFXJ/cjCNBQQWRsU7uLg==} dependencies: - '@nuxt/kit': 3.10.2(rollup@3.29.4) + '@nuxt/kit': 3.10.3(rollup@3.29.4) defu: 6.1.4 git-url-parse: 14.0.0 nuxt-component-meta: 0.6.3(rollup@3.29.4) @@ -2132,7 +2305,7 @@ packages: /@nuxtjs/color-mode@3.3.2(rollup@3.29.4): resolution: {integrity: sha512-BLpBfrYZngV2QWFQ4HNEFwAXa3Pno43Ge+2XHcZJTTa1Z4KzRLvOwku8yiyV3ovIaaXKGwduBdv3Z5Ocdp0/+g==} dependencies: - '@nuxt/kit': 3.10.2(rollup@3.29.4) + '@nuxt/kit': 3.10.3(rollup@3.29.4) lodash.template: 4.5.0 pathe: 1.1.2 transitivePeerDependencies: @@ -2143,7 +2316,7 @@ packages: /@nuxtjs/fontaine@0.4.1(rollup@3.29.4): resolution: {integrity: sha512-8VnrFYnilfqlQVsCufiqoWusivYVOwP/0Nzu9FV44oryQlBa3qiT7EyOkKSmOxf9yZWCZBRc2wjTSxI+WTYlpg==} dependencies: - '@nuxt/kit': 3.10.2(rollup@3.29.4) + '@nuxt/kit': 3.10.3(rollup@3.29.4) fontaine: 0.4.1 magic-string: 0.30.7 pathe: 1.1.2 @@ -2157,7 +2330,7 @@ packages: /@nuxtjs/google-fonts@3.1.3(rollup@3.29.4): resolution: {integrity: sha512-gHwstHXQKd/r9O2WnQR4UJbi7Rfb9No1/gF4gqP+y18h1DAAZUOYPBF5EAPGjZKgDOW2XbZHP8Rw3oSDTpIT1A==} dependencies: - '@nuxt/kit': 3.10.2(rollup@3.29.4) + '@nuxt/kit': 3.10.3(rollup@3.29.4) google-fonts-helper: 3.4.1 pathe: 1.1.2 transitivePeerDependencies: @@ -2168,7 +2341,7 @@ packages: /@nuxtjs/mdc@0.5.0(rollup@3.29.4): resolution: {integrity: sha512-480Ajc7o/YAl9b21btd0oRtVe/UjUWmVSEWauS+H+izwEGdGvJTVfZRdaiAXcXKl+UmUTpf+POel027sE9HAZQ==} dependencies: - '@nuxt/kit': 3.10.2(rollup@3.29.4) + '@nuxt/kit': 3.10.3(rollup@3.29.4) '@shikijs/transformers': 1.1.6 '@types/hast': 3.0.4 '@types/mdast': 4.0.3 @@ -2211,7 +2384,7 @@ packages: /@nuxtjs/tailwindcss@6.11.4(rollup@3.29.4): resolution: {integrity: sha512-09cksgZD4seQj054Z/BeiwFg1bzQTol8KPulLDLGnmMTkEi21vj/z+WlXQRpVbN1GS9+oU9tcSsu2ufXCM3DBg==} dependencies: - '@nuxt/kit': 3.10.2(rollup@3.29.4) + '@nuxt/kit': 3.10.3(rollup@3.29.4) autoprefixer: 10.4.17(postcss@8.4.35) chokidar: 3.6.0 clear-module: 4.1.2 @@ -3012,7 +3185,7 @@ packages: resolution: {integrity: sha512-yTbItCNreRooED33qjunPthRcSjERP1r4MqCZc7wv0u2sUkzTFp45tgUfS5+r7FrZPdmCCNflLhVSP/o+SemsQ==} dependencies: '@types/jsonfile': 6.1.4 - '@types/node': 20.11.19 + '@types/node': 20.11.20 dev: false /@types/hast@3.0.4: @@ -3024,7 +3197,7 @@ packages: /@types/http-proxy@1.17.14: resolution: {integrity: sha512-SSrD0c1OQzlFX7pGu1eXxSEjemej64aaNPRhhVYUGqXh0BtldAAx37MG8btcumvpgKyZp1F5Gn3JkktdxiFv6w==} dependencies: - '@types/node': 20.11.19 + '@types/node': 20.11.20 /@types/json-schema@7.0.15: resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==} @@ -3032,7 +3205,7 @@ packages: /@types/jsonfile@6.1.4: resolution: {integrity: sha512-D5qGUYwjvnNNextdU59/+fI+spnwtTFmyQP0h+PfIOSkNfpU6AOICUOkm4i0OnSk+NyjdPJrxCDro0sJsWlRpQ==} dependencies: - '@types/node': 20.11.19 + '@types/node': 20.11.20 dev: false /@types/mdast@4.0.3: @@ -3048,11 +3221,11 @@ packages: /@types/node-forge@1.3.11: resolution: {integrity: sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==} dependencies: - '@types/node': 20.11.19 + '@types/node': 20.11.20 dev: false - /@types/node@20.11.19: - resolution: {integrity: sha512-7xMnVEcZFu0DikYjWOlRq7NTPETrm7teqUT2WkQjrTIkEgUyyGdWsj/Zg8bEJt5TNklzbPD1X3fqfsHw3SpapQ==} + /@types/node@20.11.20: + resolution: {integrity: sha512-7/rR21OS+fq8IyHTgtLkDK949uzsa6n8BkziAKtPVpugIkO6D+/ooXMvzXxDnZrmtXVfjb1bKQafYpb8s89LOg==} dependencies: undici-types: 5.26.5 @@ -3255,7 +3428,7 @@ packages: '@unocss/core': 0.58.5 '@unocss/reset': 0.58.5 '@unocss/vite': 0.58.5(rollup@3.29.4)(vite@5.1.3) - vite: 5.1.3(@types/node@20.11.19) + vite: 5.1.3(@types/node@20.11.20) transitivePeerDependencies: - rollup dev: false @@ -3312,7 +3485,7 @@ packages: /@unocss/nuxt@0.58.5(postcss@8.4.35)(rollup@3.29.4)(vite@5.1.3)(webpack@5.90.3): resolution: {integrity: sha512-x5iIGATNAhAGfN2w0f+ulRzmJTgu7PcJ8XAFmAx9QMKkVGnnurZEyW4IEm3Kr/EsRMhJXLtmZnsAGjC09qUh6A==} dependencies: - '@nuxt/kit': 3.10.2(rollup@3.29.4) + '@nuxt/kit': 3.10.3(rollup@3.29.4) '@unocss/config': 0.58.5 '@unocss/core': 0.58.5 '@unocss/preset-attributify': 0.58.5 @@ -3478,7 +3651,7 @@ packages: chokidar: 3.6.0 fast-glob: 3.3.2 magic-string: 0.30.7 - vite: 5.1.3(@types/node@20.11.19) + vite: 5.1.3(@types/node@20.11.20) transitivePeerDependencies: - rollup dev: false @@ -3536,10 +3709,26 @@ packages: '@babel/core': 7.23.9 '@babel/plugin-transform-typescript': 7.23.6(@babel/core@7.23.9) '@vue/babel-plugin-jsx': 1.2.1(@babel/core@7.23.9) - vite: 5.1.1(@types/node@20.11.19) + vite: 5.1.1(@types/node@20.11.20) + vue: 3.4.19(typescript@5.3.3) + transitivePeerDependencies: + - supports-color + + /@vitejs/plugin-vue-jsx@3.1.0(vite@5.1.4)(vue@3.4.19): + resolution: {integrity: sha512-w9M6F3LSEU5kszVb9An2/MmXNxocAnUb3WhRr8bHlimhDrXNt6n6D2nJQR3UXpGlZHh/EsgouOHCsM8V3Ln+WA==} + engines: {node: ^14.18.0 || >=16.0.0} + peerDependencies: + vite: ^4.0.0 || ^5.0.0 + vue: ^3.0.0 + dependencies: + '@babel/core': 7.23.9 + '@babel/plugin-transform-typescript': 7.23.6(@babel/core@7.23.9) + '@vue/babel-plugin-jsx': 1.2.1(@babel/core@7.23.9) + vite: 5.1.4(@types/node@20.11.20) vue: 3.4.19(typescript@5.3.3) transitivePeerDependencies: - supports-color + dev: true /@vitejs/plugin-vue@5.0.4(vite@5.1.1)(vue@3.4.19): resolution: {integrity: sha512-WS3hevEszI6CEVEx28F8RjTX97k3KsrcY6kvTg7+Whm5y3oYvcqzVeGCU3hxSAn4uY2CLCkeokkGKpoctccilQ==} @@ -3548,9 +3737,20 @@ packages: vite: ^5.0.0 vue: ^3.2.25 dependencies: - vite: 5.1.1(@types/node@20.11.19) + vite: 5.1.1(@types/node@20.11.20) vue: 3.4.19(typescript@5.3.3) + /@vitejs/plugin-vue@5.0.4(vite@5.1.4)(vue@3.4.19): + resolution: {integrity: sha512-WS3hevEszI6CEVEx28F8RjTX97k3KsrcY6kvTg7+Whm5y3oYvcqzVeGCU3hxSAn4uY2CLCkeokkGKpoctccilQ==} + engines: {node: ^18.0.0 || >=20.0.0} + peerDependencies: + vite: ^5.0.0 + vue: ^3.2.25 + dependencies: + vite: 5.1.4(@types/node@20.11.20) + vue: 3.4.19(typescript@5.3.3) + dev: true + /@vitest/expect@1.3.1: resolution: {integrity: sha512-xofQFwIzfdmLLlHa6ag0dPV8YsnKOCP1KdAeVVh34vSjN2dcUiXYCD9htu/9eM7t8Xln4v03U9HLxLpPlsXdZw==} dependencies: @@ -3892,11 +4092,11 @@ packages: peerDependencies: nuxt: ^3.0.0 dependencies: - '@nuxt/kit': 3.10.2(rollup@3.29.4) + '@nuxt/kit': 3.10.3(rollup@3.29.4) '@vueuse/core': 10.8.0(vue@3.4.19) '@vueuse/metadata': 10.8.0 local-pkg: 0.5.0 - nuxt: 3.10.2(@types/node@20.11.19)(eslint@8.56.0)(rollup@3.29.4)(typescript@5.3.3)(vite@5.1.3)(vue-tsc@1.8.27) + nuxt: 3.10.2(@types/node@20.11.20)(eslint@8.56.0)(rollup@3.29.4)(typescript@5.3.3)(vite@5.1.3)(vue-tsc@1.8.27) vue-demi: 0.14.7(vue@3.4.19) transitivePeerDependencies: - '@vue/composition-api' @@ -4413,6 +4613,22 @@ packages: pkg-types: 1.0.3 rc9: 2.1.1 + /c12@1.9.0: + resolution: {integrity: sha512-7KTCZXdIbOA2hLRQ+1KzJ15Qp9Wn58one74dkihMVp2H6EzKTa3OYBy0BSfS1CCcmxYyqeX8L02m40zjQ+dstg==} + dependencies: + chokidar: 3.6.0 + confbox: 0.1.3 + defu: 6.1.4 + dotenv: 16.4.5 + giget: 1.2.1 + jiti: 1.21.0 + mlly: 1.6.0 + ohash: 1.1.3 + pathe: 1.1.2 + perfect-debounce: 1.0.0 + pkg-types: 1.0.3 + rc9: 2.1.1 + /cac@6.7.14: resolution: {integrity: sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==} engines: {node: '>=8'} @@ -4586,7 +4802,7 @@ packages: engines: {node: '>=12.13.0'} hasBin: true dependencies: - '@types/node': 20.11.19 + '@types/node': 20.11.20 escape-string-regexp: 4.0.0 is-wsl: 2.2.0 lighthouse-logger: 2.0.1 @@ -4723,6 +4939,9 @@ packages: /concat-map@0.0.1: resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} + /confbox@0.1.3: + resolution: {integrity: sha512-eH3ZxAihl1PhKfpr4VfEN6/vUd87fmgb6JkldHgg/YR6aEBhW63qUDgzP2Y6WM0UumdsYp5H3kibalXAdHfbgg==} + /consola@3.2.3: resolution: {integrity: sha512-I5qxpzLv+sJhTVEoLYNcTW+bThDCPsit0vLNKShZx6rLtpilNpmmeTPaeqJb9ZE9dV3DGaeby6Vuhrw38WjeyQ==} engines: {node: ^14.18.0 || >=16.10.0} @@ -5150,7 +5369,7 @@ packages: resolution: {integrity: sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==} engines: {node: '>=12'} - /drizzle-orm@0.29.3(@cloudflare/workers-types@4.20240208.0): + /drizzle-orm@0.29.3(@cloudflare/workers-types@4.20240222.0): resolution: {integrity: sha512-uSE027csliGSGYD0pqtM+SAQATMREb3eSM/U8s6r+Y0RFwTKwftnwwSkqx3oS65UBgqDOM0gMTl5UGNpt6lW0A==} peerDependencies: '@aws-sdk/client-rds-data': '>=3' @@ -5221,7 +5440,7 @@ packages: sqlite3: optional: true dependencies: - '@cloudflare/workers-types': 4.20240208.0 + '@cloudflare/workers-types': 4.20240222.0 dev: false /duplexer@0.1.2: @@ -6517,7 +6736,7 @@ packages: resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 20.11.19 + '@types/node': 20.11.20 merge-stream: 2.0.0 supports-color: 8.1.1 dev: false @@ -7378,8 +7597,8 @@ packages: hasBin: true dev: false - /miniflare@3.20240129.3: - resolution: {integrity: sha512-PCmLJ+UvtbpPj/fgNzTGbd+U5QBkt3akRNcdks9RBJU2SH+gUCp7iahsaI4GA344NX5MIbC6ctw1A6TfcA+aFA==} + /miniflare@3.20240208.0: + resolution: {integrity: sha512-NnP3MQFh2pV7iETNmJzSlMBF/KhRA+XT4A7JLCfxunadQSPbTMMgbsZo9EfLloMwHMUhZGNVot3Pvh+VnT2joQ==} engines: {node: '>=16.13'} hasBin: true dependencies: @@ -7391,7 +7610,7 @@ packages: glob-to-regexp: 0.4.1 stoppable: 1.1.0 undici: 5.28.3 - workerd: 1.20240129.0 + workerd: 1.20240208.0 ws: 8.16.0 youch: 3.3.3 zod: 3.22.4 @@ -7535,6 +7754,14 @@ packages: pkg-types: 1.0.3 ufo: 1.4.0 + /mlly@1.6.0: + resolution: {integrity: sha512-YOvg9hfYQmnaB56Yb+KrJE2u0Yzz5zR+sLejEvF4fzwzV1Al6hkf2vyHTwqCRyv0hCi9rVCqVoXpyYevQIRwLQ==} + dependencies: + acorn: 8.11.3 + pathe: 1.1.2 + pkg-types: 1.0.3 + ufo: 1.4.0 + /mri@1.2.0: resolution: {integrity: sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==} engines: {node: '>=4'} @@ -7866,11 +8093,26 @@ packages: - supports-color dev: false + /nuxt-auth-utils@0.0.19(rollup@3.29.4): + resolution: {integrity: sha512-zT12nCil5EnsaR/manaZmUpkxP7ZNCGK2frwieKnyXznwux2t1/vhv9zGLi5SSsyoee+Yq5MEwOS+RpmR74pxA==} + dependencies: + '@nuxt/kit': 3.10.3(rollup@3.29.4) + defu: 6.1.4 + hookable: 5.5.3 + ofetch: 1.3.3 + ohash: 1.1.3 + pathe: 1.1.2 + uncrypto: 0.1.3 + transitivePeerDependencies: + - rollup + - supports-color + dev: false + /nuxt-cloudflare-analytics@1.0.8(rollup@3.29.4): resolution: {integrity: sha512-gUBcxHfvR06tBNDszTj/cMx8EGwtNFqICk7IBM66JIebe/VG0HgDF6AFJfqqOFG5ACk6ApdAxREHhvnmgUSudA==} engines: {npm: '>= 4.0.0'} dependencies: - '@nuxt/kit': 3.10.2(rollup@3.29.4) + '@nuxt/kit': 3.10.3(rollup@3.29.4) transitivePeerDependencies: - rollup - supports-color @@ -7880,7 +8122,7 @@ packages: resolution: {integrity: sha512-GdqnSMC1vqabry7WSj3GWA2LZ1gBiWeS2lj943c9TjkL9SN/rABEFXVZA6RO4sOTKF1qV947UGi27PdRd7u+tA==} hasBin: true dependencies: - '@nuxt/kit': 3.10.2(rollup@3.29.4) + '@nuxt/kit': 3.10.3(rollup@3.29.4) citty: 0.1.6 scule: 1.3.0 typescript: 5.3.3 @@ -7896,7 +8138,7 @@ packages: '@iconify/collections': 1.0.396 '@iconify/vue': 4.1.1(vue@3.4.19) '@nuxt/devtools-kit': 1.0.8(nuxt@3.10.2)(rollup@3.29.4)(vite@5.1.3) - '@nuxt/kit': 3.10.2(rollup@3.29.4) + '@nuxt/kit': 3.10.3(rollup@3.29.4) transitivePeerDependencies: - nuxt - rollup @@ -7908,7 +8150,7 @@ packages: /nuxt-og-image@2.2.4(@nuxt/devtools@1.0.8)(@vue/compiler-core@3.4.19)(nuxt@3.10.2)(postcss@8.4.35)(rollup@3.29.4)(vite@5.1.3)(vue@3.4.19)(webpack@5.90.3): resolution: {integrity: sha512-A7QNMi+/DueEOPgxIWCvUJU8UxgxyUtRrLd7QB6YVeXrBEFFhWD8/2wLbcSdZyAzpVmuE6cA7bSU3z3U/e7K/w==} dependencies: - '@nuxt/kit': 3.10.2(rollup@3.29.4) + '@nuxt/kit': 3.10.3(rollup@3.29.4) '@resvg/resvg-js': 2.6.0 '@resvg/resvg-wasm': 2.6.0 '@twemoji/api': 14.1.2 @@ -7974,8 +8216,8 @@ packages: /nuxt-site-config-kit@1.6.7(rollup@3.29.4)(vue@3.4.19): resolution: {integrity: sha512-dq7W5ra1KRRi8gW/v8j3e7rNCN8jEZHXnGZ9Ao4r7JZvyHpJyntQYcftcI2N7VViT+6xWdIE7ge4oma7+gvjVQ==} dependencies: - '@nuxt/kit': 3.10.2(rollup@3.29.4) - '@nuxt/schema': 3.10.2(rollup@3.29.4) + '@nuxt/kit': 3.10.3(rollup@3.29.4) + '@nuxt/schema': 3.10.3(rollup@3.29.4) pkg-types: 1.0.3 site-config-stack: 1.6.7(vue@3.4.19) std-env: 3.7.0 @@ -7991,8 +8233,8 @@ packages: dependencies: '@nuxt/devtools-kit': 1.0.8(nuxt@3.10.2)(rollup@3.29.4)(vite@5.1.3) '@nuxt/devtools-ui-kit': 1.0.8(@nuxt/devtools@1.0.8)(@vue/compiler-core@3.4.19)(nuxt@3.10.2)(postcss@8.4.35)(rollup@3.29.4)(vite@5.1.3)(vue@3.4.19)(webpack@5.90.3) - '@nuxt/kit': 3.10.2(rollup@3.29.4) - '@nuxt/schema': 3.10.2(rollup@3.29.4) + '@nuxt/kit': 3.10.3(rollup@3.29.4) + '@nuxt/schema': 3.10.3(rollup@3.29.4) nuxt-site-config-kit: 1.6.7(rollup@3.29.4)(vue@3.4.19) pathe: 1.1.2 shiki-es: 0.14.0 @@ -8024,7 +8266,7 @@ packages: - webpack dev: false - /nuxt@3.10.2(@types/node@20.11.19)(eslint@8.56.0)(rollup@3.29.4)(typescript@5.3.3)(vite@5.1.3)(vue-tsc@1.8.27): + /nuxt@3.10.2(@types/node@20.11.20)(eslint@8.56.0)(rollup@3.29.4)(typescript@5.3.3)(vite@5.1.3)(vue-tsc@1.8.27): resolution: {integrity: sha512-EYRPNPEHRoOzL5ZusOMoBvv1/yifGwdv7BLJPD/jaEDeEZvdXjLXLSRh2NukmdB1SdNmfL3wEnt5xtRpQO1niQ==} engines: {node: ^14.18.0 || >=16.10.0} hasBin: true @@ -8043,8 +8285,8 @@ packages: '@nuxt/schema': 3.10.2(rollup@3.29.4) '@nuxt/telemetry': 2.5.3(rollup@3.29.4) '@nuxt/ui-templates': 1.3.1 - '@nuxt/vite-builder': 3.10.2(@types/node@20.11.19)(eslint@8.56.0)(rollup@3.29.4)(typescript@5.3.3)(vue-tsc@1.8.27)(vue@3.4.19) - '@types/node': 20.11.19 + '@nuxt/vite-builder': 3.10.2(@types/node@20.11.20)(eslint@8.56.0)(rollup@3.29.4)(typescript@5.3.3)(vue-tsc@1.8.27)(vue@3.4.19) + '@types/node': 20.11.20 '@unhead/dom': 1.8.10 '@unhead/ssr': 1.8.10 '@unhead/vue': 1.8.10(vue@3.4.19) @@ -8129,6 +8371,112 @@ packages: - vue-tsc - xml2js + /nuxt@3.10.3(@types/node@20.11.20)(eslint@8.56.0)(rollup@3.29.4)(typescript@5.3.3)(vite@5.1.3)(vue-tsc@1.8.27): + resolution: {integrity: sha512-NchGNiiz9g/ErJAb462W/lpX2NqcXYb9hugySKWvLXNdrjeAPiJ2/7mhgwUSiZA9MpjuQg3saiEajr1zlRIOCg==} + engines: {node: ^14.18.0 || >=16.10.0} + hasBin: true + peerDependencies: + '@parcel/watcher': ^2.1.0 + '@types/node': ^14.18.0 || >=16.10.0 + peerDependenciesMeta: + '@parcel/watcher': + optional: true + '@types/node': + optional: true + dependencies: + '@nuxt/devalue': 2.0.2 + '@nuxt/devtools': 1.0.8(nuxt@3.10.3)(rollup@3.29.4)(vite@5.1.3) + '@nuxt/kit': 3.10.3(rollup@3.29.4) + '@nuxt/schema': 3.10.3(rollup@3.29.4) + '@nuxt/telemetry': 2.5.3(rollup@3.29.4) + '@nuxt/ui-templates': 1.3.1 + '@nuxt/vite-builder': 3.10.3(@types/node@20.11.20)(eslint@8.56.0)(rollup@3.29.4)(typescript@5.3.3)(vue-tsc@1.8.27)(vue@3.4.19) + '@types/node': 20.11.20 + '@unhead/dom': 1.8.10 + '@unhead/ssr': 1.8.10 + '@unhead/vue': 1.8.10(vue@3.4.19) + '@vue/shared': 3.4.19 + acorn: 8.11.3 + c12: 1.9.0 + chokidar: 3.6.0 + cookie-es: 1.0.0 + defu: 6.1.4 + destr: 2.0.3 + devalue: 4.3.2 + esbuild: 0.20.1 + escape-string-regexp: 5.0.0 + estree-walker: 3.0.3 + fs-extra: 11.2.0 + globby: 14.0.1 + h3: 1.10.2 + hookable: 5.5.3 + jiti: 1.21.0 + klona: 2.0.6 + knitwork: 1.0.0 + magic-string: 0.30.7 + mlly: 1.6.0 + nitropack: 2.8.1 + nuxi: 3.10.1 + nypm: 0.3.6 + ofetch: 1.3.3 + ohash: 1.1.3 + pathe: 1.1.2 + perfect-debounce: 1.0.0 + pkg-types: 1.0.3 + radix3: 1.1.0 + scule: 1.3.0 + std-env: 3.7.0 + strip-literal: 2.0.0 + ufo: 1.4.0 + ultrahtml: 1.5.3 + uncrypto: 0.1.3 + unctx: 2.3.1 + unenv: 1.9.0 + unimport: 3.7.1(rollup@3.29.4) + unplugin: 1.7.1 + unplugin-vue-router: 0.7.0(rollup@3.29.4)(vue-router@4.3.0)(vue@3.4.19) + untyped: 1.4.2 + vue: 3.4.19(typescript@5.3.3) + vue-bundle-renderer: 2.0.0 + vue-devtools-stub: 0.1.0 + vue-router: 4.3.0(vue@3.4.19) + transitivePeerDependencies: + - '@azure/app-configuration' + - '@azure/cosmos' + - '@azure/data-tables' + - '@azure/identity' + - '@azure/keyvault-secrets' + - '@azure/storage-blob' + - '@capacitor/preferences' + - '@netlify/blobs' + - '@planetscale/database' + - '@upstash/redis' + - '@vercel/kv' + - bluebird + - bufferutil + - encoding + - eslint + - idb-keyval + - less + - lightningcss + - meow + - optionator + - rollup + - sass + - stylelint + - stylus + - sugarss + - supports-color + - terser + - typescript + - utf-8-validate + - vite + - vls + - vti + - vue-tsc + - xml2js + dev: true + /nypm@0.3.6: resolution: {integrity: sha512-2CATJh3pd6CyNfU5VZM7qSwFu0ieyabkEdnogE30Obn1czrmOYiZ8DOZLe1yBdLKWoyD3Mcy2maUs+0MR3yVjQ==} engines: {node: ^14.16.0 || >=16.10.0} @@ -10093,6 +10441,10 @@ packages: /ultrahtml@1.5.2: resolution: {integrity: sha512-qh4mBffhlkiXwDAOxvSGxhL0QEQsTbnP9BozOK3OYPEGvPvdWzvAUaXNtUSMdNsKDtuyjEbyVUPFZ52SSLhLqw==} + /ultrahtml@1.5.3: + resolution: {integrity: sha512-GykOvZwgDWZlTQMtp5jrD4BVL+gNn2NVlVafjcFUJ7taY20tqYdwdoWBFy6GBJsNTZe1GkGPkSl5knQAjtgceg==} + dev: true + /unbuild@2.0.0(typescript@5.3.3): resolution: {integrity: sha512-JWCUYx3Oxdzvw2J9kTAp+DKE8df/BnH/JTSj6JyA4SH40ECdFu7FoJJcrm8G92B7TjofQ6GZGjJs50TRxoH6Wg==} hasBin: true @@ -10344,7 +10696,7 @@ packages: '@unocss/transformer-variant-group': 0.58.5 '@unocss/vite': 0.58.5(rollup@3.29.4)(vite@5.1.3) '@unocss/webpack': 0.58.5(rollup@3.29.4)(webpack@5.90.3) - vite: 5.1.3(@types/node@20.11.19) + vite: 5.1.3(@types/node@20.11.20) transitivePeerDependencies: - postcss - rollup @@ -10377,6 +10729,33 @@ packages: - rollup - vue + /unplugin-vue-router@0.7.0(rollup@3.29.4)(vue-router@4.3.0)(vue@3.4.19): + resolution: {integrity: sha512-ddRreGq0t5vlSB7OMy4e4cfU1w2AwBQCwmvW3oP/0IHQiokzbx4hd3TpwBu3eIAFVuhX2cwNQwp1U32UybTVCw==} + peerDependencies: + vue-router: ^4.1.0 + peerDependenciesMeta: + vue-router: + optional: true + dependencies: + '@babel/types': 7.23.9 + '@rollup/pluginutils': 5.1.0(rollup@3.29.4) + '@vue-macros/common': 1.10.1(rollup@3.29.4)(vue@3.4.19) + ast-walker-scope: 0.5.0(rollup@3.29.4) + chokidar: 3.6.0 + fast-glob: 3.3.2 + json5: 2.2.3 + local-pkg: 0.4.3 + mlly: 1.5.0 + pathe: 1.1.2 + scule: 1.3.0 + unplugin: 1.7.1 + vue-router: 4.3.0(vue@3.4.19) + yaml: 2.3.4 + transitivePeerDependencies: + - rollup + - vue + dev: true + /unplugin@1.7.1: resolution: {integrity: sha512-JqzORDAPxxs8ErLV4x+LL7bk5pk3YlcWqpSNsIkAZj972KzFZLClc/ekppahKkOczGkwIG6ElFgdOgOlK4tXZw==} dependencies: @@ -10548,7 +10927,7 @@ packages: vfile-message: 4.0.2 dev: false - /vite-node@1.3.1(@types/node@20.11.19): + /vite-node@1.3.1(@types/node@20.11.20): resolution: {integrity: sha512-azbRrqRxlWTJEVbzInZCTchx0X69M/XPTCz4H+TLvlTcR/xH/3hkRqhOakT41fMJCMzXTu4UvegkZiEoJAWvng==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true @@ -10557,7 +10936,7 @@ packages: debug: 4.3.4 pathe: 1.1.2 picocolors: 1.0.0 - vite: 5.1.3(@types/node@20.11.19) + vite: 5.1.3(@types/node@20.11.20) transitivePeerDependencies: - '@types/node' - less @@ -10612,12 +10991,64 @@ packages: strip-ansi: 6.0.1 tiny-invariant: 1.3.1 typescript: 5.3.3 - vite: 5.1.1(@types/node@20.11.19) + vite: 5.1.1(@types/node@20.11.20) + vscode-languageclient: 7.0.0 + vscode-languageserver: 7.0.0 + vscode-languageserver-textdocument: 1.0.11 + vscode-uri: 3.0.8 + vue-tsc: 1.8.27(typescript@5.3.3) + + /vite-plugin-checker@0.6.4(eslint@8.56.0)(typescript@5.3.3)(vite@5.1.4)(vue-tsc@1.8.27): + resolution: {integrity: sha512-2zKHH5oxr+ye43nReRbC2fny1nyARwhxdm0uNYp/ERy4YvU9iZpNOsueoi/luXw5gnpqRSvjcEPxXbS153O2wA==} + engines: {node: '>=14.16'} + peerDependencies: + eslint: '>=7' + meow: ^9.0.0 + optionator: ^0.9.1 + stylelint: '>=13' + typescript: '*' + vite: '>=2.0.0' + vls: '*' + vti: '*' + vue-tsc: '>=1.3.9' + peerDependenciesMeta: + eslint: + optional: true + meow: + optional: true + optionator: + optional: true + stylelint: + optional: true + typescript: + optional: true + vls: + optional: true + vti: + optional: true + vue-tsc: + optional: true + dependencies: + '@babel/code-frame': 7.23.5 + ansi-escapes: 4.3.2 + chalk: 4.1.2 + chokidar: 3.6.0 + commander: 8.3.0 + eslint: 8.56.0 + fast-glob: 3.3.2 + fs-extra: 11.2.0 + npm-run-path: 4.0.1 + semver: 7.6.0 + strip-ansi: 6.0.1 + tiny-invariant: 1.3.1 + typescript: 5.3.3 + vite: 5.1.4(@types/node@20.11.20) vscode-languageclient: 7.0.0 vscode-languageserver: 7.0.0 vscode-languageserver-textdocument: 1.0.11 vscode-uri: 3.0.8 vue-tsc: 1.8.27(typescript@5.3.3) + dev: true /vite-plugin-inspect@0.8.3(@nuxt/kit@3.10.2)(rollup@3.29.4)(vite@5.1.3): resolution: {integrity: sha512-SBVzOIdP/kwe6hjkt7LSW4D0+REqqe58AumcnCfRNw4Kt3mbS9pEBkch+nupu2PBxv2tQi69EQHQ1ZA1vgB/Og==} @@ -10639,11 +11070,37 @@ packages: perfect-debounce: 1.0.0 picocolors: 1.0.0 sirv: 2.0.4 - vite: 5.1.3(@types/node@20.11.19) + vite: 5.1.3(@types/node@20.11.20) transitivePeerDependencies: - rollup - supports-color + /vite-plugin-inspect@0.8.3(@nuxt/kit@3.10.3)(rollup@3.29.4)(vite@5.1.3): + resolution: {integrity: sha512-SBVzOIdP/kwe6hjkt7LSW4D0+REqqe58AumcnCfRNw4Kt3mbS9pEBkch+nupu2PBxv2tQi69EQHQ1ZA1vgB/Og==} + engines: {node: '>=14'} + peerDependencies: + '@nuxt/kit': '*' + vite: ^3.1.0 || ^4.0.0 || ^5.0.0-0 + peerDependenciesMeta: + '@nuxt/kit': + optional: true + dependencies: + '@antfu/utils': 0.7.7 + '@nuxt/kit': 3.10.3(rollup@3.29.4) + '@rollup/pluginutils': 5.1.0(rollup@3.29.4) + debug: 4.3.4 + error-stack-parser-es: 0.1.1 + fs-extra: 11.2.0 + open: 10.0.3 + perfect-debounce: 1.0.0 + picocolors: 1.0.0 + sirv: 2.0.4 + vite: 5.1.3(@types/node@20.11.20) + transitivePeerDependencies: + - rollup + - supports-color + dev: true + /vite-plugin-vue-inspector@4.0.2(vite@5.1.3): resolution: {integrity: sha512-KPvLEuafPG13T7JJuQbSm5PwSxKFnVS965+MP1we2xGw9BPkkc/+LPix5MMWenpKWqtjr0ws8THrR+KuoDC8hg==} peerDependencies: @@ -10658,11 +11115,11 @@ packages: '@vue/compiler-dom': 3.4.19 kolorist: 1.8.0 magic-string: 0.30.7 - vite: 5.1.3(@types/node@20.11.19) + vite: 5.1.3(@types/node@20.11.20) transitivePeerDependencies: - supports-color - /vite@5.1.1(@types/node@20.11.19): + /vite@5.1.1(@types/node@20.11.20): resolution: {integrity: sha512-wclpAgY3F1tR7t9LL5CcHC41YPkQIpKUGeIuT8MdNwNZr6OqOTLs7JX5vIHAtzqLWXts0T+GDrh9pN2arneKqg==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true @@ -10690,14 +11147,14 @@ packages: terser: optional: true dependencies: - '@types/node': 20.11.19 + '@types/node': 20.11.20 esbuild: 0.19.12 postcss: 8.4.35 rollup: 4.12.0 optionalDependencies: fsevents: 2.3.3 - /vite@5.1.3(@types/node@20.11.19): + /vite@5.1.3(@types/node@20.11.20): resolution: {integrity: sha512-UfmUD36DKkqhi/F75RrxvPpry+9+tTkrXfMNZD+SboZqBCMsxKtO52XeGzzuh7ioz+Eo/SYDBbdb0Z7vgcDJew==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true @@ -10725,13 +11182,49 @@ packages: terser: optional: true dependencies: - '@types/node': 20.11.19 + '@types/node': 20.11.20 esbuild: 0.19.12 postcss: 8.4.35 rollup: 4.12.0 optionalDependencies: fsevents: 2.3.3 + /vite@5.1.4(@types/node@20.11.20): + resolution: {integrity: sha512-n+MPqzq+d9nMVTKyewqw6kSt+R3CkvF9QAKY8obiQn8g1fwTscKxyfaYnC632HtBXAQGc1Yjomphwn1dtwGAHg==} + engines: {node: ^18.0.0 || >=20.0.0} + hasBin: true + peerDependencies: + '@types/node': ^18.0.0 || >=20.0.0 + less: '*' + lightningcss: ^1.21.0 + sass: '*' + stylus: '*' + sugarss: '*' + terser: ^5.4.0 + peerDependenciesMeta: + '@types/node': + optional: true + less: + optional: true + lightningcss: + optional: true + sass: + optional: true + stylus: + optional: true + sugarss: + optional: true + terser: + optional: true + dependencies: + '@types/node': 20.11.20 + esbuild: 0.19.12 + postcss: 8.4.35 + rollup: 4.12.0 + optionalDependencies: + fsevents: 2.3.3 + dev: true + /vitest-environment-nuxt@1.0.0(h3@1.10.2)(rollup@3.29.4)(vite@5.1.3)(vitest@1.3.1)(vue-router@4.2.5)(vue@3.4.19): resolution: {integrity: sha512-AWMO9h4HdbaFdPWZw34gALFI8gbBiOpvfbyeZwHIPfh4kWg/TwElYHvYMQ61WPUlCGaS5LebfHkaI0WPyb//Iw==} dependencies: @@ -10754,7 +11247,7 @@ packages: - vue-router dev: true - /vitest@1.3.1(@types/node@20.11.19): + /vitest@1.3.1(@types/node@20.11.20): resolution: {integrity: sha512-/1QJqXs8YbCrfv/GPQ05wAZf2eakUPLPa18vkJAKE7RXOKfVHqMZZ1WlTjiwl6Gcn65M5vpNUB6EFLnEdRdEXQ==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true @@ -10779,7 +11272,7 @@ packages: jsdom: optional: true dependencies: - '@types/node': 20.11.19 + '@types/node': 20.11.20 '@vitest/expect': 1.3.1 '@vitest/runner': 1.3.1 '@vitest/snapshot': 1.3.1 @@ -10797,8 +11290,8 @@ packages: strip-literal: 2.0.0 tinybench: 2.6.0 tinypool: 0.8.2 - vite: 5.1.3(@types/node@20.11.19) - vite-node: 1.3.1(@types/node@20.11.19) + vite: 5.1.3(@types/node@20.11.20) + vite-node: 1.3.1(@types/node@20.11.20) why-is-node-running: 2.2.2 transitivePeerDependencies: - less @@ -10911,6 +11404,15 @@ packages: '@vue/devtools-api': 6.6.1 vue: 3.4.19(typescript@5.3.3) + /vue-router@4.3.0(vue@3.4.19): + resolution: {integrity: sha512-dqUcs8tUeG+ssgWhcPbjHvazML16Oga5w34uCUmsk7i0BcnskoLGwjpa15fqMr2Fa5JgVBrdL2MEgqz6XZ/6IQ==} + peerDependencies: + vue: ^3.2.0 + dependencies: + '@vue/devtools-api': 6.6.1 + vue: 3.4.19(typescript@5.3.3) + dev: true + /vue-template-compiler@2.7.16: resolution: {integrity: sha512-AYbUWAJHLGGQM7+cNTELw+KsOG9nl2CnSv467WobS5Cv9uk3wFcnr1Etsz2sEIHEZvw1U+o9mRlEO6QbZvUPGQ==} dependencies: @@ -11046,21 +11548,21 @@ packages: dependencies: string-width: 4.2.3 - /workerd@1.20240129.0: - resolution: {integrity: sha512-t4pnsmjjk/u+GdVDgH2M1AFmJaBUABshYK/vT/HNrAXsHSwN6VR8Yqw0JQ845OokO34VLkuUtYQYyxHHKpdtsw==} + /workerd@1.20240208.0: + resolution: {integrity: sha512-edFdwHU95Ww2SmjBvBJhbc7hhVXMEo6Y7qqSWCl6W9lGScTlCMCXd4AU3f/EGJ3P++FC+CWqu+XuAywebbKF2Q==} engines: {node: '>=16'} hasBin: true requiresBuild: true optionalDependencies: - '@cloudflare/workerd-darwin-64': 1.20240129.0 - '@cloudflare/workerd-darwin-arm64': 1.20240129.0 - '@cloudflare/workerd-linux-64': 1.20240129.0 - '@cloudflare/workerd-linux-arm64': 1.20240129.0 - '@cloudflare/workerd-windows-64': 1.20240129.0 + '@cloudflare/workerd-darwin-64': 1.20240208.0 + '@cloudflare/workerd-darwin-arm64': 1.20240208.0 + '@cloudflare/workerd-linux-64': 1.20240208.0 + '@cloudflare/workerd-linux-arm64': 1.20240208.0 + '@cloudflare/workerd-windows-64': 1.20240208.0 dev: false - /wrangler@3.28.4(@cloudflare/workers-types@4.20240208.0): - resolution: {integrity: sha512-LDwW4KhplRhIEfQaZry8AMZIOTpkYZXLWjg1MDSC3a12BXSY37pXACmFxbZeg2TzcOi30j+KqwLfv15vCavIyA==} + /wrangler@3.29.0(@cloudflare/workers-types@4.20240222.0): + resolution: {integrity: sha512-VXUUltM0/fxCF20Z3tH39zpnykDJNPH2lMWI5wA0VmRpuKG0Gffjj5lU2vJaI/PfUCo3q4JErxWcgLezBGnFyA==} engines: {node: '>=16.17.0'} hasBin: true peerDependencies: @@ -11070,13 +11572,13 @@ packages: optional: true dependencies: '@cloudflare/kv-asset-handler': 0.3.1 - '@cloudflare/workers-types': 4.20240208.0 + '@cloudflare/workers-types': 4.20240222.0 '@esbuild-plugins/node-globals-polyfill': 0.2.3(esbuild@0.17.19) '@esbuild-plugins/node-modules-polyfill': 0.2.2(esbuild@0.17.19) blake3-wasm: 2.1.5 chokidar: 3.6.0 esbuild: 0.17.19 - miniflare: 3.20240129.3 + miniflare: 3.20240208.0 nanoid: 3.3.7 path-to-regexp: 6.2.1 resolve: 1.22.8