-
- {{ $t('entity.calendar.namePlural') }}
-
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('entity.calendar.namePlural') }}
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('error.default.title') }}
+
+
+ {{ $t('entity.calendar.error.cannotFindAny') }}
+
+
+
+
-
- deployUpdateDialog(calendar)"
@on-delete="() => deployDeleteCalendarModal(calendar)" />
-
- isCreateCalendarModalOpen = true">
+ isCreateCalendarModalOpen = true">
{{ $t('entity.calendar.addSingle') }}
{{ $t('entity.calendar.addSingleFirst') }}
-
+
-
-
-
-
-
-
-
-
-
-
-
-
{{ $t("entity.world.notFound") }}
-
-
-
-
-
-
- {{ $t("entity.world.notFound") }}
-
-
-
- {{ $t('entity.world.notFoundDescription') }}
-
-
-
-
-
-
- {{ $t('entity.world.backToList') }}
-
-
-
-
-
+
+
+
diff --git a/components.json b/components.json
index 3dc3dc9..e9a945d 100644
--- a/components.json
+++ b/components.json
@@ -14,4 +14,4 @@
"components": "@/components",
"utils": "@/lib/utils"
}
-}
\ No newline at end of file
+}
diff --git a/i18n/i18n.config.ts b/i18n/i18n.config.ts
index 42651e7..475266e 100644
--- a/i18n/i18n.config.ts
+++ b/i18n/i18n.config.ts
@@ -206,6 +206,8 @@ export default defineI18nConfig(() => ({
title: "Event title",
isStart: "Start",
isEnd: "End",
+ gotoStart: "Go to the start of this event",
+ gotoEnd: "Go to the end of this event",
isHidden: "Hidden",
isPublic: "Public",
hiddenLabel: "Hide this event",
@@ -241,6 +243,9 @@ export default defineI18nConfig(() => ({
title: "The event \"{event}\" has been successfuly deleted.",
},
},
+ error: {
+ cannotFindAny: "We couldn't fetch your calendars…"
+ },
actionDialog: {
tabs: {
general: {
@@ -536,6 +541,8 @@ export default defineI18nConfig(() => ({
title: "Titre de l'évènement",
isStart: "Début",
isEnd: "Fin",
+ gotoStart: "Aller au début de l'évènement",
+ gotoEnd: "Aller à la fin de l'évènement",
isHidden: "Privé",
isPublic: "Public",
hiddenLabel: "Rendre l'évènement privé",
@@ -571,6 +578,9 @@ export default defineI18nConfig(() => ({
title: "L'évènement \"{event}\" a été supprimé avec succès.",
},
},
+ error: {
+ cannotFindAny: "Nous n'avons pas pu récupérer vos calendriers…"
+ },
actionDialog: {
tabs: {
general: {
diff --git a/nuxt.config.ts b/nuxt.config.ts
index 241f86b..6c03ccc 100644
--- a/nuxt.config.ts
+++ b/nuxt.config.ts
@@ -12,8 +12,9 @@ export default defineNuxtConfig({
"@nuxt/eslint",
"shadcn-nuxt",
"@nuxtjs/i18n",
- "@nuxthub/core",
"@nuxt/content",
+ "@nuxthub/core",
+ "@nuxt/image",
],
css: ["@/assets/main.css"],
@@ -67,5 +68,5 @@ export default defineNuxtConfig({
},
eslint: {},
- compatibilityDate: "2025-04-16",
+ compatibilityDate: "latest",
})
diff --git a/package.json b/package.json
index 82d8a31..15e0bd4 100644
--- a/package.json
+++ b/package.json
@@ -16,20 +16,21 @@
"@intlify/message-compiler": "^11.1.11",
"@nuxt/content": "3.6.3",
"@nuxt/eslint": "^1.7.1",
+ "@nuxt/image": "1.11.0",
"@nuxthub/core": "^0.9.0",
"@nuxtjs/i18n": "^10.0.3",
"@phosphor-icons/vue": "^2.2.1",
"@pinia/nuxt": "^0.11.2",
"@tailwindcss/vite": "^4.1.11",
- "@vueuse/core": "^13.5.0",
- "@vueuse/integrations": "^13.5.0",
- "@vueuse/nuxt": "^13.5.0",
+ "@vueuse/core": "^13.6.0",
+ "@vueuse/integrations": "^13.6.0",
+ "@vueuse/nuxt": "^13.6.0",
"better-sqlite3": "^12.2.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
- "lucide-vue-next": "^0.526.0",
+ "lucide-vue-next": "^0.536.0",
"luxon": "^3.7.1",
- "nuxt": "^4.0.1",
+ "nuxt": "^4.0.2",
"pinia": "^3.0.3",
"radix-vue": "^1.9.17",
"shadcn-nuxt": "^2.2.0",
@@ -38,26 +39,26 @@
"tailwindcss-animate": "^1.0.7",
"vue": "^3.5.18",
"vue-router": "^4.5.1",
- "zod": "^4.0.10"
+ "zod": "^4.0.14"
},
"devDependencies": {
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/supabase": "^1.6.0",
"@nuxtjs/tailwindcss": "^6.14.0",
"@stylistic/eslint-plugin-js": "^4.4.1",
- "@types/luxon": "^3.6.2",
- "@typescript-eslint/eslint-plugin": "^8.38.0",
- "@typescript-eslint/parser": "^8.38.0",
+ "@types/luxon": "^3.7.1",
+ "@typescript-eslint/eslint-plugin": "^8.39.0",
+ "@typescript-eslint/parser": "^8.39.0",
"eslint": "^9.32.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.3",
- "eslint-plugin-vue": "^10.3.0",
+ "eslint-plugin-vue": "^10.4.0",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"sass": "^1.89.2",
- "supabase": "^2.31.8",
+ "supabase": "^2.33.9",
"tailwindcss": "^4.1.11",
- "typescript": "^5.8.3",
- "wrangler": "^4.26.0"
+ "typescript": "^5.9.2",
+ "wrangler": "^4.27.0"
}
}
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 4eef018..9b504c7 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -16,31 +16,34 @@ importers:
version: 3.6.3(better-sqlite3@12.2.0)(magicast@0.3.5)(vue-component-type-helpers@3.0.1)
'@nuxt/eslint':
specifier: ^1.7.1
- version: 1.7.1(@typescript-eslint/utils@8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3))(@vue/compiler-sfc@3.5.18)(eslint@9.32.0(jiti@2.5.1))(magicast@0.3.5)(typescript@5.8.3)(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))
+ version: 1.7.1(@typescript-eslint/utils@8.39.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.9.2))(@vue/compiler-sfc@3.5.18)(eslint@9.32.0(jiti@2.5.1))(magicast@0.3.5)(typescript@5.9.2)(vite@7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))
+ '@nuxt/image':
+ specifier: 1.11.0
+ version: 1.11.0(@netlify/blobs@9.1.2)(db0@0.3.2(better-sqlite3@12.2.0))(ioredis@5.7.0)(magicast@0.3.5)
'@nuxthub/core':
specifier: ^0.9.0
- version: 0.9.0(@netlify/blobs@9.1.2)(db0@0.3.2(better-sqlite3@12.2.0))(ioredis@5.6.1)(magicast@0.3.5)(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))
+ version: 0.9.0(@netlify/blobs@9.1.2)(db0@0.3.2(better-sqlite3@12.2.0))(ioredis@5.7.0)(magicast@0.3.5)(vite@7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))
'@nuxtjs/i18n':
specifier: ^10.0.3
- version: 10.0.3(@netlify/blobs@9.1.2)(@vue/compiler-dom@3.5.18)(db0@0.3.2(better-sqlite3@12.2.0))(eslint@9.32.0(jiti@2.5.1))(ioredis@5.6.1)(magicast@0.3.5)(rollup@4.46.0)(vue@3.5.18(typescript@5.8.3))
+ version: 10.0.3(@netlify/blobs@9.1.2)(@vue/compiler-dom@3.5.18)(db0@0.3.2(better-sqlite3@12.2.0))(eslint@9.32.0(jiti@2.5.1))(ioredis@5.7.0)(magicast@0.3.5)(rollup@4.46.2)(vue@3.5.18(typescript@5.9.2))
'@phosphor-icons/vue':
specifier: ^2.2.1
- version: 2.2.1(vue@3.5.18(typescript@5.8.3))
+ version: 2.2.1(vue@3.5.18(typescript@5.9.2))
'@pinia/nuxt':
specifier: ^0.11.2
- version: 0.11.2(magicast@0.3.5)(pinia@3.0.3(typescript@5.8.3)(vue@3.5.18(typescript@5.8.3)))
+ version: 0.11.2(magicast@0.3.5)(pinia@3.0.3(typescript@5.9.2)(vue@3.5.18(typescript@5.9.2)))
'@tailwindcss/vite':
specifier: ^4.1.11
- version: 4.1.11(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))
+ version: 4.1.11(vite@7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))
'@vueuse/core':
- specifier: ^13.5.0
- version: 13.5.0(vue@3.5.18(typescript@5.8.3))
+ specifier: ^13.6.0
+ version: 13.6.0(vue@3.5.18(typescript@5.9.2))
'@vueuse/integrations':
- specifier: ^13.5.0
- version: 13.5.0(change-case@5.4.4)(fuse.js@7.1.0)(jwt-decode@4.0.0)(sortablejs@1.15.6)(vue@3.5.18(typescript@5.8.3))
+ specifier: ^13.6.0
+ version: 13.6.0(change-case@5.4.4)(fuse.js@7.1.0)(jwt-decode@4.0.0)(sortablejs@1.15.6)(vue@3.5.18(typescript@5.9.2))
'@vueuse/nuxt':
- specifier: ^13.5.0
- version: 13.5.0(magicast@0.3.5)(nuxt@4.0.1(@netlify/blobs@9.1.2)(@parcel/watcher@2.5.1)(@types/node@24.1.0)(@vue/compiler-sfc@3.5.18)(better-sqlite3@12.2.0)(db0@0.3.2(better-sqlite3@12.2.0))(eslint@9.32.0(jiti@2.5.1))(ioredis@5.6.1)(lightningcss@1.30.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.46.0)(sass@1.89.2)(terser@5.43.1)(typescript@5.8.3)(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))(yaml@2.8.0))(vue@3.5.18(typescript@5.8.3))
+ specifier: ^13.6.0
+ version: 13.6.0(magicast@0.3.5)(nuxt@4.0.2(@netlify/blobs@9.1.2)(@parcel/watcher@2.5.1)(@types/node@24.2.0)(@vue/compiler-sfc@3.5.18)(better-sqlite3@12.2.0)(db0@0.3.2(better-sqlite3@12.2.0))(eslint@9.32.0(jiti@2.5.1))(ioredis@5.7.0)(lightningcss@1.30.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.46.2)(sass@1.89.2)(terser@5.43.1)(typescript@5.9.2)(vite@7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))(yaml@2.8.0))(vue@3.5.18(typescript@5.9.2))
better-sqlite3:
specifier: ^12.2.0
version: 12.2.0
@@ -51,20 +54,20 @@ importers:
specifier: ^2.1.1
version: 2.1.1
lucide-vue-next:
- specifier: ^0.526.0
- version: 0.526.0(vue@3.5.18(typescript@5.8.3))
+ specifier: ^0.536.0
+ version: 0.536.0(vue@3.5.18(typescript@5.9.2))
luxon:
specifier: ^3.7.1
version: 3.7.1
nuxt:
- specifier: ^4.0.1
- version: 4.0.1(@netlify/blobs@9.1.2)(@parcel/watcher@2.5.1)(@types/node@24.1.0)(@vue/compiler-sfc@3.5.18)(better-sqlite3@12.2.0)(db0@0.3.2(better-sqlite3@12.2.0))(eslint@9.32.0(jiti@2.5.1))(ioredis@5.6.1)(lightningcss@1.30.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.46.0)(sass@1.89.2)(terser@5.43.1)(typescript@5.8.3)(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))(yaml@2.8.0)
+ specifier: ^4.0.2
+ version: 4.0.2(@netlify/blobs@9.1.2)(@parcel/watcher@2.5.1)(@types/node@24.2.0)(@vue/compiler-sfc@3.5.18)(better-sqlite3@12.2.0)(db0@0.3.2(better-sqlite3@12.2.0))(eslint@9.32.0(jiti@2.5.1))(ioredis@5.7.0)(lightningcss@1.30.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.46.2)(sass@1.89.2)(terser@5.43.1)(typescript@5.9.2)(vite@7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))(yaml@2.8.0)
pinia:
specifier: ^3.0.3
- version: 3.0.3(typescript@5.8.3)(vue@3.5.18(typescript@5.8.3))
+ version: 3.0.3(typescript@5.9.2)(vue@3.5.18(typescript@5.9.2))
radix-vue:
specifier: ^1.9.17
- version: 1.9.17(vue@3.5.18(typescript@5.8.3))
+ version: 1.9.17(vue@3.5.18(typescript@5.9.2))
shadcn-nuxt:
specifier: ^2.2.0
version: 2.2.0(magicast@0.3.5)
@@ -79,13 +82,13 @@ importers:
version: 1.0.7(tailwindcss@4.1.11)
vue:
specifier: ^3.5.18
- version: 3.5.18(typescript@5.8.3)
+ version: 3.5.18(typescript@5.9.2)
vue-router:
specifier: ^4.5.1
- version: 4.5.1(vue@3.5.18(typescript@5.8.3))
+ version: 4.5.1(vue@3.5.18(typescript@5.9.2))
zod:
- specifier: ^4.0.10
- version: 4.0.10
+ specifier: ^4.0.14
+ version: 4.0.14
devDependencies:
'@nuxtjs/color-mode':
specifier: ^3.5.2
@@ -100,14 +103,14 @@ importers:
specifier: ^4.4.1
version: 4.4.1(eslint@9.32.0(jiti@2.5.1))
'@types/luxon':
- specifier: ^3.6.2
- version: 3.6.2
+ specifier: ^3.7.1
+ version: 3.7.1
'@typescript-eslint/eslint-plugin':
- specifier: ^8.38.0
- version: 8.38.0(@typescript-eslint/parser@8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3))(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3)
+ specifier: ^8.39.0
+ version: 8.39.0(@typescript-eslint/parser@8.39.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.9.2))(eslint@9.32.0(jiti@2.5.1))(typescript@5.9.2)
'@typescript-eslint/parser':
- specifier: ^8.38.0
- version: 8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3)
+ specifier: ^8.39.0
+ version: 8.39.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.9.2)
eslint:
specifier: ^9.32.0
version: 9.32.0(jiti@2.5.1)
@@ -118,8 +121,8 @@ importers:
specifier: ^5.5.3
version: 5.5.3(eslint-config-prettier@10.1.8(eslint@9.32.0(jiti@2.5.1)))(eslint@9.32.0(jiti@2.5.1))(prettier@3.6.2)
eslint-plugin-vue:
- specifier: ^10.3.0
- version: 10.3.0(@typescript-eslint/parser@8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3))(eslint@9.32.0(jiti@2.5.1))(vue-eslint-parser@10.2.0(eslint@9.32.0(jiti@2.5.1)))
+ specifier: ^10.4.0
+ version: 10.4.0(@typescript-eslint/parser@8.39.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.9.2))(eslint@9.32.0(jiti@2.5.1))(vue-eslint-parser@10.2.0(eslint@9.32.0(jiti@2.5.1)))
postcss:
specifier: ^8.5.6
version: 8.5.6
@@ -130,17 +133,17 @@ importers:
specifier: ^1.89.2
version: 1.89.2
supabase:
- specifier: ^2.31.8
- version: 2.31.8
+ specifier: ^2.33.9
+ version: 2.33.9
tailwindcss:
specifier: ^4.1.11
version: 4.1.11
typescript:
- specifier: ^5.8.3
- version: 5.8.3
+ specifier: ^5.9.2
+ version: 5.9.2
wrangler:
- specifier: ^4.26.0
- version: 4.26.0(@cloudflare/workers-types@4.20250726.0)
+ specifier: ^4.27.0
+ version: 4.27.0(@cloudflare/workers-types@4.20250803.0)
packages:
@@ -294,47 +297,47 @@ packages:
resolution: {integrity: sha512-+tv3z+SPp+gqTIcImN9o0hqE9xyfQjI1XD9pL6NuKjua9B1y7mNYv0S9cP+QEbA4ppVgGZEmKOvHX5G5Ei1CVA==}
engines: {node: '>=18.0.0'}
- '@cloudflare/unenv-preset@2.4.1':
- resolution: {integrity: sha512-70mk5GPv+ozJ5XcIhFpq4ps7HvQYu+As7vwasUy9LcBadsTcWA2iFis/7aFJmQehfKerDwVOHfMYpgTTC+u24Q==}
+ '@cloudflare/unenv-preset@2.5.0':
+ resolution: {integrity: sha512-CZe9B2VbjIQjBTyc+KoZcN1oUcm4T6GgCXoel9O7647djHuSRAa6sM6G+NdxWArATZgeMMbsvn9C50GCcnIatA==}
peerDependencies:
- unenv: 2.0.0-rc.17
- workerd: ^1.20250521.0
+ unenv: 2.0.0-rc.19
+ workerd: ^1.20250722.0
peerDependenciesMeta:
workerd:
optional: true
- '@cloudflare/workerd-darwin-64@1.20250712.0':
- resolution: {integrity: sha512-M6S6a/LQ0Jb0R+g0XhlYi1adGifvYmxA5mD/i9TuZZgjs2bIm5ELuka/n3SCnI98ltvlx3HahRaHagAtOilsFg==}
+ '@cloudflare/workerd-darwin-64@1.20250730.0':
+ resolution: {integrity: sha512-X3egNyTjLQaECYe34x8Al7r4oXAhcN3a8+8qcpNCcq1sgtuHIeAwS9potgRR/mwkGfmrJn7nfAyDKC4vrkniQQ==}
engines: {node: '>=16'}
cpu: [x64]
os: [darwin]
- '@cloudflare/workerd-darwin-arm64@1.20250712.0':
- resolution: {integrity: sha512-7sFzn6rvAcnLy7MktFL42dYtzL0Idw/kiUmNf2P3TvsBRoShhLK5ZKhbw+NAhvU8e4pXWm5lkE0XmpieA0zNjw==}
+ '@cloudflare/workerd-darwin-arm64@1.20250730.0':
+ resolution: {integrity: sha512-/4bvcaGY/9v0rghgKboGiyPKKGQTbDnQ1EeY0oN0SSQH0Cp3OBzqwni/JRvh8TEaD+5azJnSFLlFZj9w7fo+hw==}
engines: {node: '>=16'}
cpu: [arm64]
os: [darwin]
- '@cloudflare/workerd-linux-64@1.20250712.0':
- resolution: {integrity: sha512-EFRrGe/bqK7NHtht7vNlbrDpfvH3eRvtJOgsTpEQEysDjVmlK6pVJxSnLy9Hg1zlLY15IfhfGC+K2qisseHGJQ==}
+ '@cloudflare/workerd-linux-64@1.20250730.0':
+ resolution: {integrity: sha512-I4ZsXYdNkqkJnzNFKADMufiLIzRdIRsN7dSH8UCPw2fYp1BbKA10AkKVqitFwBxIY8eOzQ6Vf7c41AjLQmtJqA==}
engines: {node: '>=16'}
cpu: [x64]
os: [linux]
- '@cloudflare/workerd-linux-arm64@1.20250712.0':
- resolution: {integrity: sha512-rG8JUleddhUHQVwpXOYv0VbL0S9kOtR9PNKecgVhFpxEhC8aTeg2HNBBjo8st7IfcUvY8WaW3pD3qdAMZ05UwQ==}
+ '@cloudflare/workerd-linux-arm64@1.20250730.0':
+ resolution: {integrity: sha512-tTpO6139jFQ5vxgtBZgS8Y8R1jVidS4n7s37x5xO9bCWLZoL0kTj38UGZ8FENkTeaMxE9Mm//nbQol7TfJ2nZg==}
engines: {node: '>=16'}
cpu: [arm64]
os: [linux]
- '@cloudflare/workerd-windows-64@1.20250712.0':
- resolution: {integrity: sha512-qS8H5RCYwE21Om9wo5/F807ClBJIfknhuLBj16eYxvJcj9JqgAKWi12BGgjyGxHuJJjeoQ63lr4wHAdbFntDDg==}
+ '@cloudflare/workerd-windows-64@1.20250730.0':
+ resolution: {integrity: sha512-paVHgocuilMzOU+gEyKR/86j/yI+QzmSHRnqdd8OdQ37Hf6SyPX7kQj6VVNRXbzVHWix1WxaJsXfTGK1LK05wA==}
engines: {node: '>=16'}
cpu: [x64]
os: [win32]
- '@cloudflare/workers-types@4.20250726.0':
- resolution: {integrity: sha512-NtM1yVBKJFX4LgSoZkVU0EDhWWvSb1vt6REO+uMYZRgx1HAfQz9GDN6bBB0B+fm2ZIxzt6FzlDbmrXpGJ2M/4Q==}
+ '@cloudflare/workers-types@4.20250803.0':
+ resolution: {integrity: sha512-Zgfb9y971379/b0fDvSkH6l830dVDanO5kxUHbg2TI5kQDWMRtFPsAntRtEwRqOU7aFFDrDd4gp/bcs6+ZokUQ==}
'@colors/colors@1.6.0':
resolution: {integrity: sha512-Ir+AOibqzrIsL6ajt3Rz3LskB7OiMVHqltZmspbW/TJuTVuyOMirVqAkjfY6JISiLHgyNqicAC8AyHHGzNd/dA==}
@@ -885,20 +888,24 @@ packages:
resolution: {integrity: sha512-Ul5l+lHEcw3L5+k8POx6r74mxEYKG5kOb6Xpy2gCRW6zweT6TEhAf8vhxGgjhqrd/VO/Dirhsb+1hNpD1ue9hw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ '@fastify/accept-negotiator@1.1.0':
+ resolution: {integrity: sha512-OIHZrb2ImZ7XG85HXOONLcJWGosv7sIvM2ifAPQVhg9Lv7qdmMBNVaai4QTdyuaqbKM5eO6sLSQOYI7wEQeCJQ==}
+ engines: {node: '>=14'}
+
'@fastify/busboy@3.1.1':
resolution: {integrity: sha512-5DGmA8FTdB2XbDeEwc/5ZXBl6UbBAyBOOLlPuBnZ/N1SwdH9Ii+cOX3tBROlDgcTXxjOYnLMVoKk9+FXAw0CJw==}
- '@floating-ui/core@1.7.2':
- resolution: {integrity: sha512-wNB5ooIKHQc+Kui96jE/n69rHFWAVoxn5CAzL1Xdd8FG03cgY3MLO+GF9U3W737fYDSgPWA6MReKhBQBop6Pcw==}
+ '@floating-ui/core@1.7.3':
+ resolution: {integrity: sha512-sGnvb5dmrJaKEZ+LDIpguvdX3bDlEllmv4/ClQ9awcmCZrlx5jQyyMWFM5kBI+EyNOCDDiKk8il0zeuX3Zlg/w==}
- '@floating-ui/dom@1.7.2':
- resolution: {integrity: sha512-7cfaOQuCS27HD7DX+6ib2OrnW+b4ZBwDNnCcT0uTyidcmyWb03FnQqJybDBoCnpdxwBSfA94UAYlRCt7mV+TbA==}
+ '@floating-ui/dom@1.7.3':
+ resolution: {integrity: sha512-uZA413QEpNuhtb3/iIKoYMSK07keHPYeXF02Zhd6e213j+d1NamLix/mCLxBUDW/Gx52sPH2m+chlUsyaBs/Ag==}
'@floating-ui/utils@0.2.10':
resolution: {integrity: sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==}
- '@floating-ui/vue@1.1.7':
- resolution: {integrity: sha512-idmAtbAIigGXN2SI5gItiXYBYtNfDTP9yIiObxgu13dgtG7ARCHlNfnR29GxP4LI4o13oiwsJ8wVgghj1lNqcw==}
+ '@floating-ui/vue@1.1.8':
+ resolution: {integrity: sha512-SNJAa1jbT8Gh1LvWw2uIIViLL0saV2bCY59ISCvJzhbut5DSb2H3LKUK49Xkd7SixTNHKX4LFu59nbwIXt9jjQ==}
'@humanfs/core@0.19.1':
resolution: {integrity: sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==}
@@ -1098,8 +1105,8 @@ packages:
vue-i18n:
optional: true
- '@ioredis/commands@1.2.0':
- resolution: {integrity: sha512-Sx1pU8EM64o2BrqNpEO1CNLtKQwyhuXuqyfH7oGKCk+1a33d2r5saW8zNwm3j6BTExtjrv2BxTgzzkMwts6vGg==}
+ '@ioredis/commands@1.3.0':
+ resolution: {integrity: sha512-M/T6Zewn7sDaBQEqIZ8Rb+i9y8qfGmq+5SDFSf9sA2lUZTmdDLVdOiQaeDp+Q4wElZ9HG1GAX5KhDaidp6LQsQ==}
'@isaacs/balanced-match@4.0.1':
resolution: {integrity: sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==}
@@ -1291,16 +1298,20 @@ packages:
vite-plugin-eslint2:
optional: true
- '@nuxt/kit@3.17.7':
- resolution: {integrity: sha512-JLno3ur7Pix2o/StxIMlEHRkMawA6h7uzjZBDgxdeKXRWTYY8ID9YekSkN4PBlEFGXBfCBOcPd5+YqcyBUAMkw==}
+ '@nuxt/image@1.11.0':
+ resolution: {integrity: sha512-4kzhvb2tJfxMsa/JZeYn1sMiGbx2J/S6BQrQSdXNsHgSvywGVkFhTiQGjoP6O49EsXyAouJrer47hMeBcTcfXQ==}
+ engines: {node: '>=18.20.6'}
+
+ '@nuxt/kit@3.18.0':
+ resolution: {integrity: sha512-svS1CBEx7gMgEIaNYrQt26J/t5bDSUdIf7GQWr5M6yszOzLw+IVzyfH7TBmuxZEbjovhLaJEG379mgKp82H/lA==}
engines: {node: '>=18.12.0'}
- '@nuxt/kit@4.0.1':
- resolution: {integrity: sha512-9vYpbuK3xcVhuDq+NyoLhbAolV/bEESaozFOMutl0jhrODcNWFrJ8wQSZIt9yxcFXUgXgUa2ms31qaUEpXrykw==}
+ '@nuxt/kit@4.0.2':
+ resolution: {integrity: sha512-OtLkVYHpfrm1FzGSGxl0H3QXLgO41yxOgni5S6zzLG4gblG71Fy82B2QTdqJLzTLKWObiILKDhrysBtmDkp3LA==}
engines: {node: '>=18.12.0'}
- '@nuxt/schema@4.0.1':
- resolution: {integrity: sha512-/e/avVyJ/pLydTQL9iGlpvyGiJ0Y6+TKLXlUFR0zPTJv6asHzCqHKbiL84+wSAQmTw6Hl+z0yZv8uEx21+JoHw==}
+ '@nuxt/schema@4.0.2':
+ resolution: {integrity: sha512-fikWVaKKEnCIEpDF35w0Gkyz3S05uNJrsb9g+OOnRqz4uiWeenVTbL7bz4kuFTt9DVgCwq0UZYn48JQvAYPDDA==}
engines: {node: ^14.18.0 || >=16.10.0}
'@nuxt/telemetry@2.6.6':
@@ -1308,8 +1319,8 @@ packages:
engines: {node: '>=18.12.0'}
hasBin: true
- '@nuxt/vite-builder@4.0.1':
- resolution: {integrity: sha512-+ScfRxpCCHkJgkBYRXkvQHLsF/vxyFkwQzTBDL6+8sg9+BcTYkxOjVHDZ1l0qzeVORXzoq4G+oPfKsob64vODA==}
+ '@nuxt/vite-builder@4.0.2':
+ resolution: {integrity: sha512-qux+7mhkPMMQNbaRzb0xfQJ7K/1MDOH7fHpmzDzMGnkAIqKD/F7hWN5PlaGAg7mtLoqAXL4Kv8++YaRGJY6Uvw==}
engines: {node: ^20.19.0 || >=22.12.0}
peerDependencies:
vue: ^3.3.4
@@ -1333,97 +1344,97 @@ packages:
'@nuxtjs/tailwindcss@6.14.0':
resolution: {integrity: sha512-30RyDK++LrUVRgc2A85MktGWIZoRQgeQKjE4CjjD64OXNozyl+4ScHnnYgqVToMM6Ch2ZG2W4wV2J0EN6F0zkQ==}
- '@oxc-minify/binding-android-arm64@0.77.3':
- resolution: {integrity: sha512-9bGiDHSkPr6eaP4+/2DQerG+V69Ut4mezL1JtBTk54Iyc6tNsoHa9s+3wJSUHesXEgiHd/IxwuSXRtD9yC3VhQ==}
+ '@oxc-minify/binding-android-arm64@0.78.0':
+ resolution: {integrity: sha512-tza8rCLefHlwksl+uVgdwHtmGKotOYSnJ5PPOdgATgOc+JqQPDbZqf68aTUU8y1VnrOR2bi7iYDFiY6RbkpKQA==}
engines: {node: '>=14.0.0'}
cpu: [arm64]
os: [android]
- '@oxc-minify/binding-darwin-arm64@0.77.3':
- resolution: {integrity: sha512-DcRuFK/W3VqIlS8Wvb9bwd5yX+QTlr2ds2f5HW52OPx4odFwyF3+dD6nj3kyxvxITtf6U3jjqyaZEkq+LSQ5RQ==}
+ '@oxc-minify/binding-darwin-arm64@0.78.0':
+ resolution: {integrity: sha512-dCSJnY7b4GwCmoWNksou3fNYXlhxibJvktFLvoq5eMmMTLoowrwcZT+WG2cIJV+RF33AREDac4QgZTDKI4LLmw==}
engines: {node: '>=14.0.0'}
cpu: [arm64]
os: [darwin]
- '@oxc-minify/binding-darwin-x64@0.77.3':
- resolution: {integrity: sha512-ZOKwC0nRNKpDKZq+sbFTbzJbrGR+drhIx3jhaTzSFpTWyzs3m5PW0yB+bKhhrqnk1Y26jtNixykBNiyhuPhCxQ==}
+ '@oxc-minify/binding-darwin-x64@0.78.0':
+ resolution: {integrity: sha512-ru8y6K/HNAkCFFW6r1MGhAbwC6xZP82GjzNnIxkx3dt9CsXLLcKuSYDTRMudi2SpUKmVEdhCKuelvst4doZwYg==}
engines: {node: '>=14.0.0'}
cpu: [x64]
os: [darwin]
- '@oxc-minify/binding-freebsd-x64@0.77.3':
- resolution: {integrity: sha512-z2LgrCT0YjxNIZRTOBFY5/FnqGX9S5QvkC/yoYqfDDuest8T6feTN68xXWg6D8+vFJPukvKEGY1xGikybc33xA==}
+ '@oxc-minify/binding-freebsd-x64@0.78.0':
+ resolution: {integrity: sha512-LpWLEng5mdoYJALJbMuIrX3GMNMDLB9uGwmDzPLYq/s3lgQpJgsGsgRvApa5Di45klmckQiDCTO9U/h3OocgyQ==}
engines: {node: '>=14.0.0'}
cpu: [x64]
os: [freebsd]
- '@oxc-minify/binding-linux-arm-gnueabihf@0.77.3':
- resolution: {integrity: sha512-VdpPQk9Xuu6C+p2DprWAEhIyELBrZLAzipMxoRnmox/HlFigs+FIeEfklCMls3yMSLCu6wKTdMdWeRu+dLXEHg==}
+ '@oxc-minify/binding-linux-arm-gnueabihf@0.78.0':
+ resolution: {integrity: sha512-l0gZP6wJ5NXsMwMUlnLk64RBOVFi6s8G8kt/y/dNlHs+M71vM9N3FfVmAhOJy5NnvZB6GPlhF/7ff+sx0IEfjQ==}
engines: {node: '>=14.0.0'}
cpu: [arm]
os: [linux]
- '@oxc-minify/binding-linux-arm-musleabihf@0.77.3':
- resolution: {integrity: sha512-bhiPBIQKIxKtOSHgxYQiVeJ7CrfHWDZxaNFMf6ktDBmYBeD9lE9A356wDfgBPFkVOGV+juSPrnpu7qg2si/Q7Q==}
+ '@oxc-minify/binding-linux-arm-musleabihf@0.78.0':
+ resolution: {integrity: sha512-/tIoXoFr0YzRWFXTTcoor40XNRGr2GSJ8L0xxCAjDT2afCPW/FL8L4tnprprRvEuXCnKQmQat0GBINJ3gFHPhg==}
engines: {node: '>=14.0.0'}
cpu: [arm]
os: [linux]
- '@oxc-minify/binding-linux-arm64-gnu@0.77.3':
- resolution: {integrity: sha512-PYjFgTLCMxoa4yIgxVTNOltGk9nuPWTYZpDGEZu0he+0HC4iD86ZJIEl0mW0CaNaMU2np/7gAr+Izu3W71q+FQ==}
+ '@oxc-minify/binding-linux-arm64-gnu@0.78.0':
+ resolution: {integrity: sha512-4EIrAB+cJAfIJ9FjAbII5dwhIgGiNxLwDZdkGLZbBdNAa+eHxb7CAvCeb+uYNHcW/ljvE7HgFq1t13JpBYScRA==}
engines: {node: '>=14.0.0'}
cpu: [arm64]
os: [linux]
- '@oxc-minify/binding-linux-arm64-musl@0.77.3':
- resolution: {integrity: sha512-GWa6MyEIwrDfEruj9SmIi/eG0XyEPSSupbltCL2k/cYgb+aUl1lT3sJLbOlKZqBbTzpuouAd+CkDqz+8UH/0qA==}
+ '@oxc-minify/binding-linux-arm64-musl@0.78.0':
+ resolution: {integrity: sha512-q4x8hLW9JyHVS+AtKSt6Z4W+S+fXSCARBnizzW9mtND47atRiJzChOInlZUBgQhyDy3KQFt51aKIEDJpwysoEw==}
engines: {node: '>=14.0.0'}
cpu: [arm64]
os: [linux]
- '@oxc-minify/binding-linux-riscv64-gnu@0.77.3':
- resolution: {integrity: sha512-Wj1h95rGfMMVu0NMBNzo56WaB+z/mBVFRF4ij4Dbf2oBy4o3qDe2Q5Doa5U5c1k/uJbsM1X/mV7vqqgkHdORBA==}
+ '@oxc-minify/binding-linux-riscv64-gnu@0.78.0':
+ resolution: {integrity: sha512-ajBxhoqW04KUI/fWewBf71WB2xdjce9VgF9rbLfQOBgCeCcyHMh+VKYjxBuWQamWrcABqt8Z5OIiRth9qt6CIg==}
engines: {node: '>=14.0.0'}
cpu: [riscv64]
os: [linux]
- '@oxc-minify/binding-linux-s390x-gnu@0.77.3':
- resolution: {integrity: sha512-xTIGeZZoOfa7c4FU+1OcZTk73W/0YD2m3Zwg4p0Wtch+0Z6VRyu/7CENjBXpCRkWF4C8sgvl6d8ZKOzF5wU+Dw==}
+ '@oxc-minify/binding-linux-s390x-gnu@0.78.0':
+ resolution: {integrity: sha512-H6B+h4Q3w/AtAr7EWScvDevxPKQPlhijMmSiMYRMkbTYwJPlUsBXyVj39Atdd1BIjCx8rYGvGxl/PhxPkdCjXQ==}
engines: {node: '>=14.0.0'}
cpu: [s390x]
os: [linux]
- '@oxc-minify/binding-linux-x64-gnu@0.77.3':
- resolution: {integrity: sha512-YkgfAVmdtPMqJO/elfYBstnwGjD2P0SJwAs02c84/1JKRemrjSKqSewg3ETFIpo43c6b0g9OtoWj47Wwpnka7A==}
+ '@oxc-minify/binding-linux-x64-gnu@0.78.0':
+ resolution: {integrity: sha512-5vSPG67PVTwrzSPbXLofJtdSlb/lWyn36WElonLwecAtZX7v7KDhX0aUHqKSBsQ0qnJaYnhv5o0uUHudNZwq8g==}
engines: {node: '>=14.0.0'}
cpu: [x64]
os: [linux]
- '@oxc-minify/binding-linux-x64-musl@0.77.3':
- resolution: {integrity: sha512-//A5mBFmxvV+JzqI2/94SFpEF+nev0I/urXwhYPe8qzCYTlnzwxodH0Yb6js+BgebqiPdYs6YEp5Q2C/6OgsbA==}
+ '@oxc-minify/binding-linux-x64-musl@0.78.0':
+ resolution: {integrity: sha512-Iq7eeZkGFUbyo7zRrAIP6rNAH+lIft9VJQUbDhhnTIMJWLUZx9JkSmM+0NBRfxPeurxbzO3EToDZ2cCYtVEU0Q==}
engines: {node: '>=14.0.0'}
cpu: [x64]
os: [linux]
- '@oxc-minify/binding-wasm32-wasi@0.77.3':
- resolution: {integrity: sha512-4RCG1ZZyEyKIaZE2vXyFnVocDF1jIbfE/f5qbb1l0Wql2s4K5m1QDkKqPAVPuCmYiJ6+X2HyWus5QGqgnUKrXA==}
+ '@oxc-minify/binding-wasm32-wasi@0.78.0':
+ resolution: {integrity: sha512-Bj2l/A6e32mZ2aPRDmlkDClMkbPe+dCWl4enPY+PCZNkhLLfLfcMFemCCWO44rdWCOCehWiP8Tr3QEe3yTR7kA==}
engines: {node: '>=14.0.0'}
cpu: [wasm32]
- '@oxc-minify/binding-win32-arm64-msvc@0.77.3':
- resolution: {integrity: sha512-ppyKF8Y3iASeIBnPDL0mwDxnlq/nnKFEZpZ9dy2hDma/JDD9qmOheP3CGYZyUnkS9r0LvEtrtR5/FjKXF2VQOw==}
+ '@oxc-minify/binding-win32-arm64-msvc@0.78.0':
+ resolution: {integrity: sha512-P+Ox6UxK4kq/EKpFxJwT83mCjZMFItdtEJMl/El93SIE4aHnxjz1840HLPRGX+uSyQQvfuFl/gkFzzzskg+7ZQ==}
engines: {node: '>=14.0.0'}
cpu: [arm64]
os: [win32]
- '@oxc-minify/binding-win32-x64-msvc@0.77.3':
- resolution: {integrity: sha512-8IY7xgdZjBDFyQCF0s7EB7YzVB+C4+p8AKDbPfKLYhSlntIfIqTYvSXc3dZQb83OH6kDLAs1GpdWgb8ByDu4kg==}
+ '@oxc-minify/binding-win32-x64-msvc@0.78.0':
+ resolution: {integrity: sha512-7tAubkbz2bBOEuqjT3LuKy+cXPRtuxGSjDlceNyFAk2AgNf+gQqVqqFwaiWytMytphrg8mYQ9/9F8Ib3ge1N+g==}
engines: {node: '>=14.0.0'}
cpu: [x64]
os: [win32]
- '@oxc-parser/binding-android-arm64@0.77.3':
- resolution: {integrity: sha512-Tr9pldnu+Csd5dQm2/fLKJyBloxiBC/Xl3c3Ki1ZGQewndsFyfFOklFpigZCCqlt75o+HtwtoLiCx3y4i8cdjg==}
+ '@oxc-parser/binding-android-arm64@0.78.0':
+ resolution: {integrity: sha512-Oh3e1KeD2RY0K/8EmDaCi8bUGxf+5PF2o1dEygyM2m5FXlxa8n5wtN39GUXRHMRCSk0Peg7tLgA/HFV8lBtlvg==}
engines: {node: '>=20.0.0'}
cpu: [arm64]
os: [android]
@@ -1434,8 +1445,8 @@ packages:
cpu: [arm64]
os: [darwin]
- '@oxc-parser/binding-darwin-arm64@0.77.3':
- resolution: {integrity: sha512-KL91O6OpfVUTOhTW8cQWQ44z4VhyqBAsRfTm7DQCczBZkArygp2Sg+uaYLXNLWlGPWs4CoyZPCvu4FC6p1Q+nA==}
+ '@oxc-parser/binding-darwin-arm64@0.78.0':
+ resolution: {integrity: sha512-MdoPQhdKnQ5QZzws9hW4+Ew+59ftOUlQvOTDJ6HeVNxMU4+DBBOycFniRrqqhM1OUfrMjTtJ7kmx7Eoy4SvtWA==}
engines: {node: '>=20.0.0'}
cpu: [arm64]
os: [darwin]
@@ -1446,8 +1457,8 @@ packages:
cpu: [x64]
os: [darwin]
- '@oxc-parser/binding-darwin-x64@0.77.3':
- resolution: {integrity: sha512-BTWnX9ymZFdkJONuL20Y63ODjDo1hpRHcqa0Z9pqcLANFgS+sDltcu0DXkJpNuJoZQJ+/44FVSWFmbYGG+862g==}
+ '@oxc-parser/binding-darwin-x64@0.78.0':
+ resolution: {integrity: sha512-R7psaP7nmFA9KwdHv/ppdWVHsI6Eo6LeFxMmc7KKQEcKC0Po+PlgUosbcvJfLybFNLeAVLBVbMtCf0GhuvCdoQ==}
engines: {node: '>=20.0.0'}
cpu: [x64]
os: [darwin]
@@ -1458,8 +1469,8 @@ packages:
cpu: [x64]
os: [freebsd]
- '@oxc-parser/binding-freebsd-x64@0.77.3':
- resolution: {integrity: sha512-YGp4lA0deJXrqrQC1PZwfQSPuY+TPZJOr5pqB+GLekRVZDlq2++Wr3lZfsESp1inVZHGFZS0x55/MadABG23rg==}
+ '@oxc-parser/binding-freebsd-x64@0.78.0':
+ resolution: {integrity: sha512-EFva2L+0JdItSAQR3ESf06mt6gMUu0pX0NJ1WYUf171RMUxl4N6VD81UDmLt9SRVNaghF3J6MVtnLsTtMXZArg==}
engines: {node: '>=20.0.0'}
cpu: [x64]
os: [freebsd]
@@ -1470,8 +1481,8 @@ packages:
cpu: [arm]
os: [linux]
- '@oxc-parser/binding-linux-arm-gnueabihf@0.77.3':
- resolution: {integrity: sha512-C05V3gAtSM1j2gsybF4Z+vlA5wsuNJ+Ciklc0K9y1SNbObz2JDv/Q7PTYMUz9EFk7Y00aCzjy5sXEdCI191Htw==}
+ '@oxc-parser/binding-linux-arm-gnueabihf@0.78.0':
+ resolution: {integrity: sha512-d4DgfgA4hw4WcMBWkHzZKZo8Wq4Nj2ANV645pyxW8kPfGC5yP5KA74gZcUAYlRzfNUZ51huIQbaHTb8EVibIhQ==}
engines: {node: '>=20.0.0'}
cpu: [arm]
os: [linux]
@@ -1482,8 +1493,8 @@ packages:
cpu: [arm]
os: [linux]
- '@oxc-parser/binding-linux-arm-musleabihf@0.77.3':
- resolution: {integrity: sha512-g4bbjZ/fDm1rQbfEhqXCtK4eLmmm6U+W37zsl5Lpy7c24RJYhR25keI+RWfwH5f31Sn5ytuwfxwgXeCby6AiVA==}
+ '@oxc-parser/binding-linux-arm-musleabihf@0.78.0':
+ resolution: {integrity: sha512-JVf1+9JMLCtRi6wguZ6ZA/xRBmJxE55FFBoshEpuFLCtT0UVNabjN55Wp3Wd09TDxXOZOxkjEzYGxek24vtazA==}
engines: {node: '>=20.0.0'}
cpu: [arm]
os: [linux]
@@ -1494,8 +1505,8 @@ packages:
cpu: [arm64]
os: [linux]
- '@oxc-parser/binding-linux-arm64-gnu@0.77.3':
- resolution: {integrity: sha512-c2Ak73vOeGnSQhsaZpqVyGYXtmQ8TR4L3uX34LNavXTnzrXm20bk6i80Nxnksz3B+5ohYRiYhb+UVk1zk1Gl1A==}
+ '@oxc-parser/binding-linux-arm64-gnu@0.78.0':
+ resolution: {integrity: sha512-YbXJzCfZ6Tyupe/z0+OerL65JY9KU069Yh0G4mGMVNr7taW2jtsuUiV6CWdgNpXnXJTgKopjyHvc0g9yQsG2Rg==}
engines: {node: '>=20.0.0'}
cpu: [arm64]
os: [linux]
@@ -1506,8 +1517,8 @@ packages:
cpu: [arm64]
os: [linux]
- '@oxc-parser/binding-linux-arm64-musl@0.77.3':
- resolution: {integrity: sha512-1DNLBoJ6fsEdymD8Q4bo5zXkK0gw3ZMkEZ+F5w+7OrJOiQqzp8JzCQ6HRmSsJgjvaXzBvy95nCH2RegoeSN9JQ==}
+ '@oxc-parser/binding-linux-arm64-musl@0.78.0':
+ resolution: {integrity: sha512-VBdPB2N37A+M49zPV8ziiFywlgE3VX3AnR+zT1cIdQyKDoFM3uGPtjmtRe1qw6KhFF5YtxInzb0v3E3VkSdhuQ==}
engines: {node: '>=20.0.0'}
cpu: [arm64]
os: [linux]
@@ -1518,8 +1529,8 @@ packages:
cpu: [riscv64]
os: [linux]
- '@oxc-parser/binding-linux-riscv64-gnu@0.77.3':
- resolution: {integrity: sha512-Lv0RQCHRKezkDzNPXoPuB7KTnK7ktw3OgyuZmNJKFGmZRFjlm8w+sEhAiE8XaCGqoOA6ivNIRSheUYeFNpAANA==}
+ '@oxc-parser/binding-linux-riscv64-gnu@0.78.0':
+ resolution: {integrity: sha512-743OajvLP/fJm2d2da4/vqLMfki6XxfXizbUfPzEAXJMH0vEjf63s4gf55SBuy6hpmXOdCW5k4L6AoS+E89qtw==}
engines: {node: '>=20.0.0'}
cpu: [riscv64]
os: [linux]
@@ -1530,8 +1541,8 @@ packages:
cpu: [s390x]
os: [linux]
- '@oxc-parser/binding-linux-s390x-gnu@0.77.3':
- resolution: {integrity: sha512-Q0sOdRzyhhUaATgtSR7lG23SvalRI9/7oVAWArU/8fEXCU9NsfKnpeuXsgT/N5lG4mgcbhUrnGzKaOzYcaatdQ==}
+ '@oxc-parser/binding-linux-s390x-gnu@0.78.0':
+ resolution: {integrity: sha512-z3HVOr6F1PpKAxzwwG9NKfFmCCMMI8MbmxZ3l+UKKViFD9NlJYKx+Afye3SgHHTkYKEm3POgmmR4Aq3kKMP7sQ==}
engines: {node: '>=20.0.0'}
cpu: [s390x]
os: [linux]
@@ -1542,8 +1553,8 @@ packages:
cpu: [x64]
os: [linux]
- '@oxc-parser/binding-linux-x64-gnu@0.77.3':
- resolution: {integrity: sha512-ckcntxRTyPE+4nnCDnc9t4kiO1CSs5jOR7Qe7KLStkU9SPQkUZyjNP2aSaHre+iQha5xXABag9pamqb0dOY/PQ==}
+ '@oxc-parser/binding-linux-x64-gnu@0.78.0':
+ resolution: {integrity: sha512-qJULpZeRsN0mfxasPh8EzzE7lsEEMEEtcprgw8QetB5l1Urz4gzKyeKdqs1vuxBl9o0s+WHSiowH2YqFMALs/g==}
engines: {node: '>=20.0.0'}
cpu: [x64]
os: [linux]
@@ -1554,8 +1565,8 @@ packages:
cpu: [x64]
os: [linux]
- '@oxc-parser/binding-linux-x64-musl@0.77.3':
- resolution: {integrity: sha512-jrKtGQrjcocnWpUIxJ3qzb0WpLGcDZoQTen/CZ5QtuwFA5EudM5rAJMt+SQpYYL4UPK0CPm8G5ZWJXqernLe1A==}
+ '@oxc-parser/binding-linux-x64-musl@0.78.0':
+ resolution: {integrity: sha512-ctEL662Oe9Gaqf/48lsVZzAMcAcXIWsddZy59kGH7592rJBaXxmQhkOnnVEeJF25k4JMbCCdYwGsgI7WtC+Fdg==}
engines: {node: '>=20.0.0'}
cpu: [x64]
os: [linux]
@@ -1565,8 +1576,8 @@ packages:
engines: {node: '>=14.0.0'}
cpu: [wasm32]
- '@oxc-parser/binding-wasm32-wasi@0.77.3':
- resolution: {integrity: sha512-76f53rr4Dz7A/FdUaM1NegHsQqT2w8CDBnRCptzapVA8humKA/tlJ24XfLvvr76JeT/OSKXorPyJ5xyGCa+yQg==}
+ '@oxc-parser/binding-wasm32-wasi@0.78.0':
+ resolution: {integrity: sha512-Pq0uT2CuN3J7Tv3KLuO7Sh4C7zTuqdJl0IDg3zB5keKx0BSbaEWewJL2CUNYUlG8txf+sMpUV+bkAIS5MEcKAw==}
engines: {node: '>=14.0.0'}
cpu: [wasm32]
@@ -1576,8 +1587,8 @@ packages:
cpu: [arm64]
os: [win32]
- '@oxc-parser/binding-win32-arm64-msvc@0.77.3':
- resolution: {integrity: sha512-YiUlN4yS5U7ntU1eVsaSiKD5PzW3zaW1tSB6RIp/eaDg10xORAPXEpoCXYlo35tAOV3IklOrX8ClhSJxF99AEQ==}
+ '@oxc-parser/binding-win32-arm64-msvc@0.78.0':
+ resolution: {integrity: sha512-OBsfQKaF+ckV792JP+jIRGuRhiRWHuu9xYHnLzOQj4TqurpbPWUXuMZ9mdpZ4pAT1OxmzzRV1hZPrL1e1ms9uA==}
engines: {node: '>=20.0.0'}
cpu: [arm64]
os: [win32]
@@ -1588,8 +1599,8 @@ packages:
cpu: [x64]
os: [win32]
- '@oxc-parser/binding-win32-x64-msvc@0.77.3':
- resolution: {integrity: sha512-d4JRqTtkpyB7QrGQk65xhiSOIwK2WZiTW5aBjyoQ+SicrvnHtviAY1U1Mnl2AyldUZ6MkUvaR6k8tCm9FMhawg==}
+ '@oxc-parser/binding-win32-x64-msvc@0.78.0':
+ resolution: {integrity: sha512-0XLQIzU16tnOu6zVrsWAL/kp8Onv0YCQPIwoTXonbhwbVp0rtgCOF4WsY6GKH45FqX9LwP+H8wOTtjyKYl3Zaw==}
engines: {node: '>=20.0.0'}
cpu: [x64]
os: [win32]
@@ -1597,94 +1608,94 @@ packages:
'@oxc-project/types@0.72.3':
resolution: {integrity: sha512-CfAC4wrmMkUoISpQkFAIfMVvlPfQV3xg7ZlcqPXPOIMQhdKIId44G8W0mCPgtpWdFFAyJ+SFtiM+9vbyCkoVng==}
- '@oxc-project/types@0.77.3':
- resolution: {integrity: sha512-5Vh+neJhhxuF0lYCjZXbxjqm2EO6YJ1jG+KuHntrd6VY67OMpYhWq2cZhUhy+xL9qLJVJRaeII7Xj9fciA6v7A==}
+ '@oxc-project/types@0.78.0':
+ resolution: {integrity: sha512-8FvExh0WRWN1FoSTjah1xa9RlavZcJQ8/yxRbZ7ElmSa2Ij5f5Em7MvRbSthE6FbwC6Wh8iAw0Gpna7QdoqLGg==}
- '@oxc-transform/binding-android-arm64@0.77.3':
- resolution: {integrity: sha512-HZdfhSsaqBCwl/HtsRVNh7binRz0N3IdwlTc5emEqYWMMZ94RkhPheNnbhRCzdvnzRKrpGirf3Rsk1X2oqSlxg==}
+ '@oxc-transform/binding-android-arm64@0.78.0':
+ resolution: {integrity: sha512-yLuyEJkJkU5CkDBRFgy5u6qTzCRs1HNS6bDmDNpQmB3RKL0X8tlEPvz1Mwz7rnAMDnu2AfMISQRjMUlkHCuMfQ==}
engines: {node: '>=14.0.0'}
cpu: [arm64]
os: [android]
- '@oxc-transform/binding-darwin-arm64@0.77.3':
- resolution: {integrity: sha512-5sMgT6Ie7S5UqqZCdssAGBVU5PouZKIIfUf10SM4dY7J/1M0Sb4E1E7O+p2VUkECJ2j2RFRykK5rdKz71na8hg==}
+ '@oxc-transform/binding-darwin-arm64@0.78.0':
+ resolution: {integrity: sha512-VpVkWEahMR75O8o3p4TerDat4QWGwP9aCTdhHTIV7ukONVB30Uh4Ou9kc5qlOcIr/M6lzKwNk7S/xtNozlyhhA==}
engines: {node: '>=14.0.0'}
cpu: [arm64]
os: [darwin]
- '@oxc-transform/binding-darwin-x64@0.77.3':
- resolution: {integrity: sha512-k99EStA6V4jOoFwN0pblhWuOFTKnaMasTpJIq30227U/Cg1J+rttK8loONSvgrw6FUKLJSymUA2Ydwpdvn5+sg==}
+ '@oxc-transform/binding-darwin-x64@0.78.0':
+ resolution: {integrity: sha512-fKVVbjVbbvllWlYzEzrNziHT564k8YX+/p4UEsATS/kVnmOxfNdV+O0UWfN3cR+rbi4tt0n9yJ5V3f0LfOQmoQ==}
engines: {node: '>=14.0.0'}
cpu: [x64]
os: [darwin]
- '@oxc-transform/binding-freebsd-x64@0.77.3':
- resolution: {integrity: sha512-pxtPtFdJcI0xkUKWMaHV/fXy9MY5ugocA/gLoXIjTDKZC1OMVjr6Srrtk0CoUIU7l7DMePbcJIAtwrpHwRiwpQ==}
+ '@oxc-transform/binding-freebsd-x64@0.78.0':
+ resolution: {integrity: sha512-DrJrNPrBO+nlzyuMerYYxtG3j0EY9p6wk1R/T61tfTALRmq/26KPhKx3i5cbdGrPBHSUuhhbXOoRuSCx31Ieiw==}
engines: {node: '>=14.0.0'}
cpu: [x64]
os: [freebsd]
- '@oxc-transform/binding-linux-arm-gnueabihf@0.77.3':
- resolution: {integrity: sha512-zXsbUE/5tU7OJwyhhKUfl559W9w7QJp8USKA3WyW7BzHrBe0V0U6Lw+tM18tgyEvvwvXn5Wg0Jj/RWZwhO9BAA==}
+ '@oxc-transform/binding-linux-arm-gnueabihf@0.78.0':
+ resolution: {integrity: sha512-/DLN4/BlTSNRlyBBvSQm3Bf5arlsoRc7WLdxnk/8+2WL3Gr4dlux5IyQDkQAzvzaObu9Kt6fOMIqBi/vv/bi7w==}
engines: {node: '>=14.0.0'}
cpu: [arm]
os: [linux]
- '@oxc-transform/binding-linux-arm-musleabihf@0.77.3':
- resolution: {integrity: sha512-D3o/POM0GUno8x0zKgFKmlO5shpB/j0FdNiOXhv8nilNGQgUXwkEHC/SDjmYJNGZy1HTcXyB7P+yRX9dTUUaAg==}
+ '@oxc-transform/binding-linux-arm-musleabihf@0.78.0':
+ resolution: {integrity: sha512-VdNtuARukFLKyn4982fASGWn25Lk0AA9TnNYDcJNOsI9BPlkzuEg4WH8M+6KY9TYV+QlgljfyiX1lBlP+FJRUw==}
engines: {node: '>=14.0.0'}
cpu: [arm]
os: [linux]
- '@oxc-transform/binding-linux-arm64-gnu@0.77.3':
- resolution: {integrity: sha512-LgY4sT+bnt01l3Dxq3Zv19gMAsJ5kI7sdVvL3CNCtAj47h/Zdfxg7WlD+L+FJZ3sfTQ5n2SJ0WDiZm380isBxg==}
+ '@oxc-transform/binding-linux-arm64-gnu@0.78.0':
+ resolution: {integrity: sha512-065+Kl+ni6WixDFlnnBa5dGVJYP6yFzfX50TBZ4ixGT/2ApOktlAwokRXMI34qDoXOXMLA1WRQAxwGddVhpJXg==}
engines: {node: '>=14.0.0'}
cpu: [arm64]
os: [linux]
- '@oxc-transform/binding-linux-arm64-musl@0.77.3':
- resolution: {integrity: sha512-Fq72ARLt8iriotueGp7zaWjFpfYBpRS5WElmAtpZLIy/p1dNwBEDhVUIjAl+sU14y0odp+yaTRHM7ULnMYGZhQ==}
+ '@oxc-transform/binding-linux-arm64-musl@0.78.0':
+ resolution: {integrity: sha512-dr9J1uRo6ssDtuqx7s9GeePEDXlQOf4jk8/Tke9x5PCSJim5goMebEoAikuPf0jMhMNc05Kow0eOPLX1EmwsFQ==}
engines: {node: '>=14.0.0'}
cpu: [arm64]
os: [linux]
- '@oxc-transform/binding-linux-riscv64-gnu@0.77.3':
- resolution: {integrity: sha512-jtq6JREdyZ6xdTFJGM5Gm068WCkoMwh3Fkm08rZ2TAu4qjISdkJvTQ1wiEDDz2F8sqAdmASDqxnE/2DJ6Z6Clg==}
+ '@oxc-transform/binding-linux-riscv64-gnu@0.78.0':
+ resolution: {integrity: sha512-ALNvBi1l+17moTS2BtVZRxR0D1BGyR7iddNUJkHxEegvNzHyGJTZ60b0IXdvpCTH+CKUNsM40KxCVdzHca6VJQ==}
engines: {node: '>=14.0.0'}
cpu: [riscv64]
os: [linux]
- '@oxc-transform/binding-linux-s390x-gnu@0.77.3':
- resolution: {integrity: sha512-HQz++ZmT9xWU9KS24DE+8oVTeUPd/JQkbjL2uvr0+SWY3loPnLG3kFAOLE/xXgYG/0D24mZylbZUwhzYND4snw==}
+ '@oxc-transform/binding-linux-s390x-gnu@0.78.0':
+ resolution: {integrity: sha512-s0r4cz6zZqr7SqfoUinn27B/mp1aiFVUsbsI4vomc7DtZkLpBSnSOAomZBlb0OSLbR9n2YPXm1033XR5W+ezWg==}
engines: {node: '>=14.0.0'}
cpu: [s390x]
os: [linux]
- '@oxc-transform/binding-linux-x64-gnu@0.77.3':
- resolution: {integrity: sha512-GcuFDJf/pxrfd2hq+gBytlnr/hiPn36JxuPXP0nToNG4SNa1gHT8K0bDxZuN2UjmZlWmIC8ELDdpVcNeZON+lQ==}
+ '@oxc-transform/binding-linux-x64-gnu@0.78.0':
+ resolution: {integrity: sha512-nH9y61/1oyCQfUjtKHEnnMPBJZOhH+G2QqSAD7sCH35Iz78UA+bKVjHnlfnhBedy1xWCNwlboNclaBTHYAgNeA==}
engines: {node: '>=14.0.0'}
cpu: [x64]
os: [linux]
- '@oxc-transform/binding-linux-x64-musl@0.77.3':
- resolution: {integrity: sha512-unhkqVg/jb/kghmiMCto8AGKm3uBwH2P5/GwR8jZkBjSFX7ekNu6/8P5IuIs5KDiZXzcjww84vCzQVBlql6WkA==}
+ '@oxc-transform/binding-linux-x64-musl@0.78.0':
+ resolution: {integrity: sha512-Yo+pmsW49QNo4F4RoqOhfRxN9851Td/nc93ESQbzav9vhriipPRvZRVusG5t126inAgjlprFbOet5TXSWKd92A==}
engines: {node: '>=14.0.0'}
cpu: [x64]
os: [linux]
- '@oxc-transform/binding-wasm32-wasi@0.77.3':
- resolution: {integrity: sha512-FOGQzHLYpf1Yx0KpaqRz9cuXwvlTu8RprjL1NLpuUKT/D7O3SThm+qhFX3El9RFj67jrSCcHhlElYCJB2p794g==}
+ '@oxc-transform/binding-wasm32-wasi@0.78.0':
+ resolution: {integrity: sha512-djA47tsuUwNPHqcxre+EMD/wBBaP+TP6kQt2ioC6XElRldHCEGBUsVidrS5rgN4O7SyKx/DuJ528locJKTDSPw==}
engines: {node: '>=14.0.0'}
cpu: [wasm32]
- '@oxc-transform/binding-win32-arm64-msvc@0.77.3':
- resolution: {integrity: sha512-o4EmaPBrdYv/mb4uU/ZzAZ6KGczcPnDwA3lZbVEuFMDPwczqL581gpJHFFlfXUwxToCosiHot8y4ELV+mKkZjw==}
+ '@oxc-transform/binding-win32-arm64-msvc@0.78.0':
+ resolution: {integrity: sha512-DHkg/xl7KkGX4sm6pKs4aWbGXGIZaSUwss6gnBeyTdy4G4WiEF8EPQ96FDbGHYhVlorztYKt/iEAr/FUf8t+xA==}
engines: {node: '>=14.0.0'}
cpu: [arm64]
os: [win32]
- '@oxc-transform/binding-win32-x64-msvc@0.77.3':
- resolution: {integrity: sha512-l/J/T6jAL6QnsvdjzS7EcxwwToaGx9GPqXNGPU2sqbo8o/4ATB9Ky1/8oG/Mb+mPHgiULPBtFpJtDiDSI9fBIA==}
+ '@oxc-transform/binding-win32-x64-msvc@0.78.0':
+ resolution: {integrity: sha512-qiEc0NQXuJ/5exo/2xmNmCGfJ1pzAc29J2ktEQpSz3ISdXE7x6d5+c+Jg8m27/lWAxudXPemhMHzPFZK2kkhzQ==}
engines: {node: '>=14.0.0'}
cpu: [x64]
os: [win32]
@@ -1808,12 +1819,12 @@ packages:
'@poppinss/exception@1.2.2':
resolution: {integrity: sha512-m7bpKCD4QMlFCjA/nKTs23fuvoVFoA83brRKmObCUNmi/9tVu8Ve3w4YQAnJu4q3Tjf5fr685HYIC/IA2zHRSg==}
- '@rolldown/pluginutils@1.0.0-beta.19':
- resolution: {integrity: sha512-3FL3mnMbPu0muGOCaKAhhFEYmqv9eTfPSJRJmANrCwtgK8VuxpsZDGK+m0LYAGoyO8+0j5uRe4PeyPDK1yA/hA==}
-
'@rolldown/pluginutils@1.0.0-beta.29':
resolution: {integrity: sha512-NIJgOsMjbxAXvoGq/X0gD7VPMQ8j9g0BiDaNjVNVjvl+iKXxL3Jre0v31RmBYeLEmkbj2s02v8vFTbUXi5XS2Q==}
+ '@rolldown/pluginutils@1.0.0-beta.31':
+ resolution: {integrity: sha512-IaDZ9NhjOIOkYtm+hH0GX33h3iVZ2OeSUnFF0+7Z4+1GuKs4Kj5wK3+I2zNV9IPLfqV4XlwWif8SXrZNutxciQ==}
+
'@rollup/plugin-alias@5.1.1':
resolution: {integrity: sha512-PR9zDb+rOzkRb2VD+EuKB7UC41vU5DIwZ5qqCpk0KJudcWAyi8rvYOhS7+L5aZCspw1stTViLgN5v6FF1p5cgQ==}
engines: {node: '>=14.0.0'}
@@ -1895,126 +1906,126 @@ packages:
rollup:
optional: true
- '@rollup/rollup-android-arm-eabi@4.46.0':
- resolution: {integrity: sha512-9f3nSTFI2ivfxc7/tHBHcJ8pRnp8ROrELvsVprlQPVvcZ+j5zztYd+PTJGpyIOAdTvNwNrpCXswKSeoQcyGjMQ==}
+ '@rollup/rollup-android-arm-eabi@4.46.2':
+ resolution: {integrity: sha512-Zj3Hl6sN34xJtMv7Anwb5Gu01yujyE/cLBDB2gnHTAHaWS1Z38L7kuSG+oAh0giZMqG060f/YBStXtMH6FvPMA==}
cpu: [arm]
os: [android]
- '@rollup/rollup-android-arm64@4.46.0':
- resolution: {integrity: sha512-tFZSEhqJ8Yrpe50TzOdeoYi72gi/jsnT7y8Qrozf3cNu28WX+s6I3XzEPUAqoaT9SAS8Xz9AzGTFlxxCH/w20w==}
+ '@rollup/rollup-android-arm64@4.46.2':
+ resolution: {integrity: sha512-nTeCWY83kN64oQ5MGz3CgtPx8NSOhC5lWtsjTs+8JAJNLcP3QbLCtDDgUKQc/Ro/frpMq4SHUaHN6AMltcEoLQ==}
cpu: [arm64]
os: [android]
- '@rollup/rollup-darwin-arm64@4.46.0':
- resolution: {integrity: sha512-+DikIIs+p6yU2hF51UaWG8BnHbq90X0QIOt5zqSKSZxY+G3qqdLih214e9InJal21af2PuuxkDectetGfbVPJw==}
+ '@rollup/rollup-darwin-arm64@4.46.2':
+ resolution: {integrity: sha512-HV7bW2Fb/F5KPdM/9bApunQh68YVDU8sO8BvcW9OngQVN3HHHkw99wFupuUJfGR9pYLLAjcAOA6iO+evsbBaPQ==}
cpu: [arm64]
os: [darwin]
- '@rollup/rollup-darwin-x64@4.46.0':
- resolution: {integrity: sha512-5a+NofhdEB/WimSlFMskbFQn1vqz1FWryYpA99trmZGO6qEmiS0IsX6w4B3d91U878Q2ZQdiaFF1gxX4P147og==}
+ '@rollup/rollup-darwin-x64@4.46.2':
+ resolution: {integrity: sha512-SSj8TlYV5nJixSsm/y3QXfhspSiLYP11zpfwp6G/YDXctf3Xkdnk4woJIF5VQe0of2OjzTt8EsxnJDCdHd2xMA==}
cpu: [x64]
os: [darwin]
- '@rollup/rollup-freebsd-arm64@4.46.0':
- resolution: {integrity: sha512-igr/RlKPS3OCy4jD3XBmAmo3UAcNZkJSubRsw1JeM8bAbwf15k/3eMZXD91bnjheijJiOJcga3kfCLKjV8IXNg==}
+ '@rollup/rollup-freebsd-arm64@4.46.2':
+ resolution: {integrity: sha512-ZyrsG4TIT9xnOlLsSSi9w/X29tCbK1yegE49RYm3tu3wF1L/B6LVMqnEWyDB26d9Ecx9zrmXCiPmIabVuLmNSg==}
cpu: [arm64]
os: [freebsd]
- '@rollup/rollup-freebsd-x64@4.46.0':
- resolution: {integrity: sha512-MdigWzPSHlQzB1xZ+MdFDWTAH+kcn7UxjEBoOKuaso7z1DRlnAnrknB1mTtNOQ+GdPI8xgExAGwHeqQjntR0Cg==}
+ '@rollup/rollup-freebsd-x64@4.46.2':
+ resolution: {integrity: sha512-pCgHFoOECwVCJ5GFq8+gR8SBKnMO+xe5UEqbemxBpCKYQddRQMgomv1104RnLSg7nNvgKy05sLsY51+OVRyiVw==}
cpu: [x64]
os: [freebsd]
- '@rollup/rollup-linux-arm-gnueabihf@4.46.0':
- resolution: {integrity: sha512-dmZseE0ZwA/4yy1+BwFrDqFTjjNg24GO9xSrb1weVbt6AFkhp5pz1gVS7IMtfIvoWy8yp6q/zN0bKnefRUImvQ==}
+ '@rollup/rollup-linux-arm-gnueabihf@4.46.2':
+ resolution: {integrity: sha512-EtP8aquZ0xQg0ETFcxUbU71MZlHaw9MChwrQzatiE8U/bvi5uv/oChExXC4mWhjiqK7azGJBqU0tt5H123SzVA==}
cpu: [arm]
os: [linux]
- '@rollup/rollup-linux-arm-musleabihf@4.46.0':
- resolution: {integrity: sha512-fzhfn6p9Cfm3W8UrWKIa4l7Wfjs/KGdgaswMBBE3KY3Ta43jg2XsPrAtfezHpsRk0Nx+TFuS3hZk/To2N5kFPQ==}
+ '@rollup/rollup-linux-arm-musleabihf@4.46.2':
+ resolution: {integrity: sha512-qO7F7U3u1nfxYRPM8HqFtLd+raev2K137dsV08q/LRKRLEc7RsiDWihUnrINdsWQxPR9jqZ8DIIZ1zJJAm5PjQ==}
cpu: [arm]
os: [linux]
- '@rollup/rollup-linux-arm64-gnu@4.46.0':
- resolution: {integrity: sha512-vVDD+iPDPmJQ5nAQ5Tifq3ywdv60FartglFI8VOCK+hcU9aoG0qlQTsDJP97O5yiTaTqlneZWoARMcVC5nyUoQ==}
+ '@rollup/rollup-linux-arm64-gnu@4.46.2':
+ resolution: {integrity: sha512-3dRaqLfcOXYsfvw5xMrxAk9Lb1f395gkoBYzSFcc/scgRFptRXL9DOaDpMiehf9CO8ZDRJW2z45b6fpU5nwjng==}
cpu: [arm64]
os: [linux]
- '@rollup/rollup-linux-arm64-musl@4.46.0':
- resolution: {integrity: sha512-0d0jx08fzDHCzXqrtCMEEyxKU0SvJrWmUjUDE2/KDQ2UDJql0tfiwYvEx1oHELClKO8CNdE+AGJj+RqXscZpdQ==}
+ '@rollup/rollup-linux-arm64-musl@4.46.2':
+ resolution: {integrity: sha512-fhHFTutA7SM+IrR6lIfiHskxmpmPTJUXpWIsBXpeEwNgZzZZSg/q4i6FU4J8qOGyJ0TR+wXBwx/L7Ho9z0+uDg==}
cpu: [arm64]
os: [linux]
- '@rollup/rollup-linux-loongarch64-gnu@4.46.0':
- resolution: {integrity: sha512-XBYu9oW9eKJadWn8M7hkTZsD4yG+RrsTrVEgyKwb4L72cpJjRbRboTG9Lg9fec8MxJp/cfTHAocg4mnismQR8A==}
+ '@rollup/rollup-linux-loongarch64-gnu@4.46.2':
+ resolution: {integrity: sha512-i7wfGFXu8x4+FRqPymzjD+Hyav8l95UIZ773j7J7zRYc3Xsxy2wIn4x+llpunexXe6laaO72iEjeeGyUFmjKeA==}
cpu: [loong64]
os: [linux]
- '@rollup/rollup-linux-ppc64-gnu@4.46.0':
- resolution: {integrity: sha512-wJaRvcT17PoOK6Ggcfo3nouFlybHvARBS4jzT0PC/lg17fIJHcDS2fZz3sD+iA4nRlho2zE6OGbU0HvwATdokQ==}
+ '@rollup/rollup-linux-ppc64-gnu@4.46.2':
+ resolution: {integrity: sha512-B/l0dFcHVUnqcGZWKcWBSV2PF01YUt0Rvlurci5P+neqY/yMKchGU8ullZvIv5e8Y1C6wOn+U03mrDylP5q9Yw==}
cpu: [ppc64]
os: [linux]
- '@rollup/rollup-linux-riscv64-gnu@4.46.0':
- resolution: {integrity: sha512-GZ5bkMFteAGkcmh8x0Ok4LSa+L62Ez0tMsHPX6JtR0wl4Xc3bQcrFHDiR5DGLEDFtGrXih4Nd/UDaFqs968/wA==}
+ '@rollup/rollup-linux-riscv64-gnu@4.46.2':
+ resolution: {integrity: sha512-32k4ENb5ygtkMwPMucAb8MtV8olkPT03oiTxJbgkJa7lJ7dZMr0GCFJlyvy+K8iq7F/iuOr41ZdUHaOiqyR3iQ==}
cpu: [riscv64]
os: [linux]
- '@rollup/rollup-linux-riscv64-musl@4.46.0':
- resolution: {integrity: sha512-7CjPw6FflFsVOUfWOrVrREiV3IYXG4RzZ1ZQUaT3BtSK8YXN6x286o+sruPZJESIaPebYuFowmg54ZdrkVBYog==}
+ '@rollup/rollup-linux-riscv64-musl@4.46.2':
+ resolution: {integrity: sha512-t5B2loThlFEauloaQkZg9gxV05BYeITLvLkWOkRXogP4qHXLkWSbSHKM9S6H1schf/0YGP/qNKtiISlxvfmmZw==}
cpu: [riscv64]
os: [linux]
- '@rollup/rollup-linux-s390x-gnu@4.46.0':
- resolution: {integrity: sha512-nmvnl0ZiuysltcB/cKjUh40Rx4FbSyueERDsl2FLvLYr6pCgSsvGr3SocUT84svSpmloS7f1DRWqtRha74Gi1w==}
+ '@rollup/rollup-linux-s390x-gnu@4.46.2':
+ resolution: {integrity: sha512-YKjekwTEKgbB7n17gmODSmJVUIvj8CX7q5442/CK80L8nqOUbMtf8b01QkG3jOqyr1rotrAnW6B/qiHwfcuWQA==}
cpu: [s390x]
os: [linux]
- '@rollup/rollup-linux-x64-gnu@4.46.0':
- resolution: {integrity: sha512-Cv+moII5C8RM6gZbR3cb21o6rquVDZrN2o81maROg1LFzBz2dZUwIQSxFA8GtGZ/F2KtsqQ2z3eFPBb6akvQNg==}
+ '@rollup/rollup-linux-x64-gnu@4.46.2':
+ resolution: {integrity: sha512-Jj5a9RUoe5ra+MEyERkDKLwTXVu6s3aACP51nkfnK9wJTraCC8IMe3snOfALkrjTYd2G1ViE1hICj0fZ7ALBPA==}
cpu: [x64]
os: [linux]
- '@rollup/rollup-linux-x64-musl@4.46.0':
- resolution: {integrity: sha512-PHcMG8DZTM9RCIjp8QIfN0VYtX0TtBPnWOTRurFhoCDoi9zptUZL2k7pCs+5rgut7JAiUsYy+huyhVKPcmxoog==}
+ '@rollup/rollup-linux-x64-musl@4.46.2':
+ resolution: {integrity: sha512-7kX69DIrBeD7yNp4A5b81izs8BqoZkCIaxQaOpumcJ1S/kmqNFjPhDu1LHeVXv0SexfHQv5cqHsxLOjETuqDuA==}
cpu: [x64]
os: [linux]
- '@rollup/rollup-win32-arm64-msvc@4.46.0':
- resolution: {integrity: sha512-1SI/Rd47e8aQJeFWMDg16ET+fjvCcD/CzeaRmIEPmb05hx+3cCcwIF4ebUag4yTt/D1peE+Mgp0+Po3M358cAA==}
+ '@rollup/rollup-win32-arm64-msvc@4.46.2':
+ resolution: {integrity: sha512-wiJWMIpeaak/jsbaq2HMh/rzZxHVW1rU6coyeNNpMwk5isiPjSTx0a4YLSlYDwBH/WBvLz+EtsNqQScZTLJy3g==}
cpu: [arm64]
os: [win32]
- '@rollup/rollup-win32-ia32-msvc@4.46.0':
- resolution: {integrity: sha512-JwOCYxmumFDfDhx4kNyz6kTVK3gWzBIvVdMNzQMRDubcoGRDniOOmo6DDNP42qwZx3Bp9/6vWJ+kNzNqXoHmeA==}
+ '@rollup/rollup-win32-ia32-msvc@4.46.2':
+ resolution: {integrity: sha512-gBgaUDESVzMgWZhcyjfs9QFK16D8K6QZpwAaVNJxYDLHWayOta4ZMjGm/vsAEy3hvlS2GosVFlBlP9/Wb85DqQ==}
cpu: [ia32]
os: [win32]
- '@rollup/rollup-win32-x64-msvc@4.46.0':
- resolution: {integrity: sha512-IPMIfrfkG1GaEXi+JSsQEx8x9b4b+hRZXO7KYc2pKio3zO2/VDXDs6B9Ts/nnO+25Fk1tdAVtUn60HKKPPzDig==}
+ '@rollup/rollup-win32-x64-msvc@4.46.2':
+ resolution: {integrity: sha512-CvUo2ixeIQGtF6WvuB87XWqPQkoFAFqW+HUo/WzHwuHDvIwZCtjdWXoYCcr06iKGydiqTclC4jU/TNObC/xKZg==}
cpu: [x64]
os: [win32]
- '@shikijs/core@3.8.1':
- resolution: {integrity: sha512-uTSXzUBQ/IgFcUa6gmGShCHr4tMdR3pxUiiWKDm8pd42UKJdYhkAYsAmHX5mTwybQ5VyGDgTjW4qKSsRvGSang==}
+ '@shikijs/core@3.9.2':
+ resolution: {integrity: sha512-3q/mzmw09B2B6PgFNeiaN8pkNOixWS726IHmJEpjDAcneDPMQmUg2cweT9cWXY4XcyQS3i6mOOUgQz9RRUP6HA==}
- '@shikijs/engine-javascript@3.8.1':
- resolution: {integrity: sha512-rZRp3BM1llrHkuBPAdYAzjlF7OqlM0rm/7EWASeCcY7cRYZIrOnGIHE9qsLz5TCjGefxBFnwgIECzBs2vmOyKA==}
+ '@shikijs/engine-javascript@3.9.2':
+ resolution: {integrity: sha512-kUTRVKPsB/28H5Ko6qEsyudBiWEDLst+Sfi+hwr59E0GLHV0h8RfgbQU7fdN5Lt9A8R1ulRiZyTvAizkROjwDA==}
- '@shikijs/engine-oniguruma@3.8.1':
- resolution: {integrity: sha512-KGQJZHlNY7c656qPFEQpIoqOuC4LrxjyNndRdzk5WKB/Ie87+NJCF1xo9KkOUxwxylk7rT6nhlZyTGTC4fCe1g==}
+ '@shikijs/engine-oniguruma@3.9.2':
+ resolution: {integrity: sha512-Vn/w5oyQ6TUgTVDIC/BrpXwIlfK6V6kGWDVVz2eRkF2v13YoENUvaNwxMsQU/t6oCuZKzqp9vqtEtEzKl9VegA==}
- '@shikijs/langs@3.8.1':
- resolution: {integrity: sha512-TjOFg2Wp1w07oKnXjs0AUMb4kJvujML+fJ1C5cmEj45lhjbUXtziT1x2bPQb9Db6kmPhkG5NI2tgYW1/DzhUuQ==}
+ '@shikijs/langs@3.9.2':
+ resolution: {integrity: sha512-X1Q6wRRQXY7HqAuX3I8WjMscjeGjqXCg/Sve7J2GWFORXkSrXud23UECqTBIdCSNKJioFtmUGJQNKtlMMZMn0w==}
- '@shikijs/themes@3.8.1':
- resolution: {integrity: sha512-Vu3t3BBLifc0GB0UPg2Pox1naTemrrvyZv2lkiSw3QayVV60me1ujFQwPZGgUTmwXl1yhCPW8Lieesm0CYruLQ==}
+ '@shikijs/themes@3.9.2':
+ resolution: {integrity: sha512-6z5lBPBMRfLyyEsgf6uJDHPa6NAGVzFJqH4EAZ+03+7sedYir2yJBRu2uPZOKmj43GyhVHWHvyduLDAwJQfDjA==}
- '@shikijs/transformers@3.8.1':
- resolution: {integrity: sha512-nmTyFfBrhJk6HJi118jes0wuWdfKXeVUq1Nq+hm8h6wbk1KUfvtg+LY/uDfxZD2VDItHO3QoINIs3NtoKBmgxw==}
+ '@shikijs/transformers@3.9.2':
+ resolution: {integrity: sha512-MW5hT4TyUp6bNAgTExRYLk1NNasVQMTCw1kgbxHcEC0O5cbepPWaB+1k+JzW9r3SP2/R8kiens8/3E6hGKfgsA==}
- '@shikijs/types@3.8.1':
- resolution: {integrity: sha512-5C39Q8/8r1I26suLh+5TPk1DTrbY/kn3IdWA5HdizR0FhlhD05zx5nKCqhzSfDHH3p4S0ZefxWd77DLV+8FhGg==}
+ '@shikijs/types@3.9.2':
+ resolution: {integrity: sha512-/M5L0Uc2ljyn2jKvj4Yiah7ow/W+DJSglVafvWAJ/b8AZDeeRAdMu3c2riDzB7N42VD+jSnWxeP9AKtd4TfYVw==}
'@shikijs/vscode-textmate@10.0.2':
resolution: {integrity: sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==}
@@ -2074,11 +2085,11 @@ packages:
peerDependencies:
'@supabase/supabase-js': ^2.43.4
- '@supabase/storage-js@2.7.1':
- resolution: {integrity: sha512-asYHcyDR1fKqrMpytAS1zjyEfvxuOIp1CIXX7ji4lHHcJKqyk+sLl/Vxgm4sN6u8zvuUtae9e4kDxQP2qrwWBA==}
+ '@supabase/storage-js@2.10.4':
+ resolution: {integrity: sha512-cvL02GarJVFcNoWe36VBybQqTVRq6wQSOCvTS64C+eyuxOruFIm1utZAY0xi2qKtHJO3EjKaj8iWJKySusDmAQ==}
- '@supabase/supabase-js@2.52.1':
- resolution: {integrity: sha512-IxYljprgl381j4SuFrW4JimjTb59WJ98DqxhMvEOJjpGJWuZ7kwttIWn7E4NBnvkYwZ948zJkJ7dSI6B0oO0Xw==}
+ '@supabase/supabase-js@2.53.0':
+ resolution: {integrity: sha512-Vg9sl0oFn55cCPaEOsDsRDbxOVccxRrK/cikjL1XbywHEOfyA5SOOEypidMvQLwgoAfnC2S4D9BQwJDcZs7/TQ==}
'@swc/helpers@0.5.17':
resolution: {integrity: sha512-5IKx/Y13RsYd+sauPb2x+U/xZikHjolzfuDgTAl/Tdf3Q8rslRvC19NKDLgAJQ6wsqADk10ntlv08nPFw/gO/A==}
@@ -2181,6 +2192,10 @@ packages:
peerDependencies:
vue: ^2.7.0 || ^3.0.0
+ '@trysound/sax@0.2.0':
+ resolution: {integrity: sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==}
+ engines: {node: '>=10.13.0'}
+
'@tybys/wasm-util@0.10.0':
resolution: {integrity: sha512-VyyPYFlOMNylG45GoAe0xDoLwWuowvf92F9kySqzYh8vmYm7D2u4iUJKa1tOUpS70Ku13ASrOkS4ScXFsTaCNQ==}
@@ -2199,8 +2214,8 @@ packages:
'@types/lodash@4.17.20':
resolution: {integrity: sha512-H3MHACvFUEiujabxhaI/ImO6gUrd8oOurg7LQtS7mbwIXA/cUqWrvBsaeJ23aZEPk1TAYkurjfMbSELfoCXlGA==}
- '@types/luxon@3.6.2':
- resolution: {integrity: sha512-R/BdP7OxEMc44l2Ex5lSXHoIXTB2JLNa3y2QISIbr58U/YcsffyQrYW//hZSdrfxrjRZj3GcUoxMPGdO8gSYuw==}
+ '@types/luxon@3.7.1':
+ resolution: {integrity: sha512-H3iskjFIAn5SlJU7OuxUmTEpebK6TKB8rxZShDslBMZJ5u9S//KM1sbdAisiSrqwLQncVjnpi2OK2J51h+4lsg==}
'@types/mdast@4.0.4':
resolution: {integrity: sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==}
@@ -2208,8 +2223,8 @@ packages:
'@types/ms@2.1.0':
resolution: {integrity: sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==}
- '@types/node@24.1.0':
- resolution: {integrity: sha512-ut5FthK5moxFKH2T1CUOC6ctR67rQRvvHdFLCD2Ql6KXmMuCrjsSsRI9UsLCm9M18BMwClv4pn327UvB7eeO1w==}
+ '@types/node@24.2.0':
+ resolution: {integrity: sha512-3xyG3pMCq3oYCNg7/ZP+E1ooTaGB4cG8JWRsqqOYQdbWNY4zbaV0Ennrd7stjiJEFZCaybcIgpTjJWHRfBSIDw==}
'@types/normalize-package-data@2.4.4':
resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==}
@@ -2245,72 +2260,72 @@ packages:
'@types/yauzl@2.10.3':
resolution: {integrity: sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==}
- '@typescript-eslint/eslint-plugin@8.38.0':
- resolution: {integrity: sha512-CPoznzpuAnIOl4nhj4tRr4gIPj5AfKgkiJmGQDaq+fQnRJTYlcBjbX3wbciGmpoPf8DREufuPRe1tNMZnGdanA==}
+ '@typescript-eslint/eslint-plugin@8.39.0':
+ resolution: {integrity: sha512-bhEz6OZeUR+O/6yx9Jk6ohX6H9JSFTaiY0v9/PuKT3oGK0rn0jNplLmyFUGV+a9gfYnVNwGDwS/UkLIuXNb2Rw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
- '@typescript-eslint/parser': ^8.38.0
+ '@typescript-eslint/parser': ^8.39.0
eslint: ^8.57.0 || ^9.0.0
- typescript: '>=4.8.4 <5.9.0'
+ typescript: '>=4.8.4 <6.0.0'
- '@typescript-eslint/parser@8.38.0':
- resolution: {integrity: sha512-Zhy8HCvBUEfBECzIl1PKqF4p11+d0aUJS1GeUiuqK9WmOug8YCmC4h4bjyBvMyAMI9sbRczmrYL5lKg/YMbrcQ==}
+ '@typescript-eslint/parser@8.39.0':
+ resolution: {integrity: sha512-g3WpVQHngx0aLXn6kfIYCZxM6rRJlWzEkVpqEFLT3SgEDsp9cpCbxxgwnE504q4H+ruSDh/VGS6nqZIDynP+vg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
- typescript: '>=4.8.4 <5.9.0'
+ typescript: '>=4.8.4 <6.0.0'
- '@typescript-eslint/project-service@8.38.0':
- resolution: {integrity: sha512-dbK7Jvqcb8c9QfH01YB6pORpqX1mn5gDZc9n63Ak/+jD67oWXn3Gs0M6vddAN+eDXBCS5EmNWzbSxsn9SzFWWg==}
+ '@typescript-eslint/project-service@8.39.0':
+ resolution: {integrity: sha512-CTzJqaSq30V/Z2Og9jogzZt8lJRR5TKlAdXmWgdu4hgcC9Kww5flQ+xFvMxIBWVNdxJO7OifgdOK4PokMIWPew==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
- typescript: '>=4.8.4 <5.9.0'
+ typescript: '>=4.8.4 <6.0.0'
- '@typescript-eslint/scope-manager@8.38.0':
- resolution: {integrity: sha512-WJw3AVlFFcdT9Ri1xs/lg8LwDqgekWXWhH3iAF+1ZM+QPd7oxQ6jvtW/JPwzAScxitILUIFs0/AnQ/UWHzbATQ==}
+ '@typescript-eslint/scope-manager@8.39.0':
+ resolution: {integrity: sha512-8QOzff9UKxOh6npZQ/4FQu4mjdOCGSdO3p44ww0hk8Vu+IGbg0tB/H1LcTARRDzGCC8pDGbh2rissBuuoPgH8A==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@typescript-eslint/tsconfig-utils@8.38.0':
- resolution: {integrity: sha512-Lum9RtSE3EroKk/bYns+sPOodqb2Fv50XOl/gMviMKNvanETUuUcC9ObRbzrJ4VSd2JalPqgSAavwrPiPvnAiQ==}
+ '@typescript-eslint/tsconfig-utils@8.39.0':
+ resolution: {integrity: sha512-Fd3/QjmFV2sKmvv3Mrj8r6N8CryYiCS8Wdb/6/rgOXAWGcFuc+VkQuG28uk/4kVNVZBQuuDHEDUpo/pQ32zsIQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
- typescript: '>=4.8.4 <5.9.0'
+ typescript: '>=4.8.4 <6.0.0'
- '@typescript-eslint/type-utils@8.38.0':
- resolution: {integrity: sha512-c7jAvGEZVf0ao2z+nnz8BUaHZD09Agbh+DY7qvBQqLiz8uJzRgVPj5YvOh8I8uEiH8oIUGIfHzMwUcGVco/SJg==}
+ '@typescript-eslint/type-utils@8.39.0':
+ resolution: {integrity: sha512-6B3z0c1DXVT2vYA9+z9axjtc09rqKUPRmijD5m9iv8iQpHBRYRMBcgxSiKTZKm6FwWw1/cI4v6em35OsKCiN5Q==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
- typescript: '>=4.8.4 <5.9.0'
+ typescript: '>=4.8.4 <6.0.0'
- '@typescript-eslint/types@8.38.0':
- resolution: {integrity: sha512-wzkUfX3plUqij4YwWaJyqhiPE5UCRVlFpKn1oCRn2O1bJ592XxWJj8ROQ3JD5MYXLORW84063z3tZTb/cs4Tyw==}
+ '@typescript-eslint/types@8.39.0':
+ resolution: {integrity: sha512-ArDdaOllnCj3yn/lzKn9s0pBQYmmyme/v1HbGIGB0GB/knFI3fWMHloC+oYTJW46tVbYnGKTMDK4ah1sC2v0Kg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@typescript-eslint/typescript-estree@8.38.0':
- resolution: {integrity: sha512-fooELKcAKzxux6fA6pxOflpNS0jc+nOQEEOipXFNjSlBS6fqrJOVY/whSn70SScHrcJ2LDsxWrneFoWYSVfqhQ==}
+ '@typescript-eslint/typescript-estree@8.39.0':
+ resolution: {integrity: sha512-ndWdiflRMvfIgQRpckQQLiB5qAKQ7w++V4LlCHwp62eym1HLB/kw7D9f2e8ytONls/jt89TEasgvb+VwnRprsw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
- typescript: '>=4.8.4 <5.9.0'
+ typescript: '>=4.8.4 <6.0.0'
- '@typescript-eslint/utils@8.38.0':
- resolution: {integrity: sha512-hHcMA86Hgt+ijJlrD8fX0j1j8w4C92zue/8LOPAFioIno+W0+L7KqE8QZKCcPGc/92Vs9x36w/4MPTJhqXdyvg==}
+ '@typescript-eslint/utils@8.39.0':
+ resolution: {integrity: sha512-4GVSvNA0Vx1Ktwvf4sFE+exxJ3QGUorQG1/A5mRfRNZtkBT2xrA/BCO2H0eALx/PnvCS6/vmYwRdDA41EoffkQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
- typescript: '>=4.8.4 <5.9.0'
+ typescript: '>=4.8.4 <6.0.0'
- '@typescript-eslint/visitor-keys@8.38.0':
- resolution: {integrity: sha512-pWrTcoFNWuwHlA9CvlfSsGWs14JxfN1TH25zM5L7o0pRLhsoZkDnTsXfQRJBEWJoV5DL0jf+Z+sxiud+K0mq1g==}
+ '@typescript-eslint/visitor-keys@8.39.0':
+ resolution: {integrity: sha512-ldgiJ+VAhQCfIjeOgu8Kj5nSxds0ktPOSO9p4+0VDH2R2pLvQraaM5Oen2d7NxzMCm+Sn/vJT+mv2H5u6b/3fA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@ungap/structured-clone@1.3.0':
resolution: {integrity: sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==}
- '@unhead/vue@2.0.12':
- resolution: {integrity: sha512-WFaiCVbBd39FK6Bx3GQskhgT9s45Vjx6dRQegYheVwU1AnF+FAfJVgWbrl21p6fRJcLAFp0xDz6wE18JYBM0eQ==}
+ '@unhead/vue@2.0.13':
+ resolution: {integrity: sha512-+Oxzj4Rb1IJolLd6RAAYPDisKVGSnp2WC0KpFog0t3ZliiuZufRGwk8AWf2ntdn93x7WM9afnDAVNCipnPFxFg==}
peerDependencies:
- vue: '>=3.5.13'
+ vue: '>=3.5.18'
'@unrs/resolver-binding-android-arm-eabi@1.11.1':
resolution: {integrity: sha512-ppLRUgHVaGRWUx0R0Ut06Mjo9gBaBkg3v/8AxusGLhsIotbBLuRk51rAzqLC8gq6NyyAojEXglNjzf6R948DNw==}
@@ -2422,21 +2437,21 @@ packages:
vite: ^5.0.0 || ^6.0.0 || ^7.0.0
vue: ^3.0.0
- '@vitejs/plugin-vue@6.0.0':
- resolution: {integrity: sha512-iAliE72WsdhjzTOp2DtvKThq1VBC4REhwRcaA+zPAAph6I+OQhUXv+Xu2KS7ElxYtb7Zc/3R30Hwv1DxEo7NXQ==}
+ '@vitejs/plugin-vue@6.0.1':
+ resolution: {integrity: sha512-+MaE752hU0wfPFJEUAIxqw18+20euHHdxVtMvbFcOEpjEyfqXH/5DCoTHiVJ0J29EhTJdoTkjEv5YBKU9dnoTw==}
engines: {node: ^20.19.0 || >=22.12.0}
peerDependencies:
vite: ^5.0.0 || ^6.0.0 || ^7.0.0
vue: ^3.2.25
- '@volar/language-core@2.4.20':
- resolution: {integrity: sha512-dRDF1G33xaAIDqR6+mXUIjXYdu9vzSxlMGfMEwBxQsfY/JMUEXSpLTR057oTKlUQ2nIvCmP9k94A8h8z2VrNSA==}
+ '@volar/language-core@2.4.22':
+ resolution: {integrity: sha512-gp4M7Di5KgNyIyO903wTClYBavRt6UyFNpc5LWfyZr1lBsTUY+QrVZfmbNF2aCyfklBOVk9YC4p+zkwoyT7ECg==}
- '@volar/source-map@2.4.20':
- resolution: {integrity: sha512-mVjmFQH8mC+nUaVwmbxoYUy8cww+abaO8dWzqPUjilsavjxH0jCJ3Mp8HFuHsdewZs2c+SP+EO7hCd8Z92whJg==}
+ '@volar/source-map@2.4.22':
+ resolution: {integrity: sha512-L2nVr/1vei0xKRgO2tYVXtJYd09HTRjaZi418e85Q+QdbbqA8h7bBjfNyPPSsjnrOO4l4kaAo78c8SQUAdHvgA==}
- '@volar/typescript@2.4.20':
- resolution: {integrity: sha512-Oc4DczPwQyXcVbd+5RsNEqX6ia0+w3p+klwdZQ6ZKhFjWoBP9PCPQYlKYRi/tDemWphW93P/Vv13vcE9I9D2GQ==}
+ '@volar/typescript@2.4.22':
+ resolution: {integrity: sha512-6ZczlJW1/GWTrNnkmZxJp4qyBt/SGVlcTuCWpI5zLrdPdCZsj66Aff9ZsfFaT3TyjG8zVYgBMYPuCm/eRkpcpQ==}
'@vue-macros/common@1.16.1':
resolution: {integrity: sha512-Pn/AWMTjoMYuquepLZP813BIcq8DTZiNCoaceuNlvaYuOTd8DqBZWc5u0uOMQZMInwME1mdSmmBAcTluiV9Jtg==}
@@ -2504,8 +2519,8 @@ packages:
'@vue/devtools-shared@7.7.7':
resolution: {integrity: sha512-+udSj47aRl5aKb0memBvcUG9koarqnxNM5yjuREvqwK6T3ap4mn3Zqqc17QrBFTqSMjr3HK1cvStEZpMDpfdyw==}
- '@vue/language-core@3.0.4':
- resolution: {integrity: sha512-BvueED4LfBCSNH66eeUQk37MQCb7hjdezzGgxniM0LbriW53AJIyLorgshAtStmjfsAuOCcTl/c1b+nz/ye8xQ==}
+ '@vue/language-core@3.0.5':
+ resolution: {integrity: sha512-gCEjn9Ik7I/seHVNIEipOm8W+f3/kg60e8s1IgIkMYma2wu9ZGUTMv3mSL2bX+Md2L8fslceJ4SU8j1fgSRoiw==}
peerDependencies:
typescript: '*'
peerDependenciesMeta:
@@ -2532,13 +2547,13 @@ packages:
'@vueuse/core@10.11.1':
resolution: {integrity: sha512-guoy26JQktXPcz+0n3GukWIy/JDNKti9v6VEMu6kV2sYBsWuGiTU8OWdg+ADfUbHg3/3DlqySDe7JmdHrktiww==}
- '@vueuse/core@13.5.0':
- resolution: {integrity: sha512-wV7z0eUpifKmvmN78UBZX8T7lMW53Nrk6JP5+6hbzrB9+cJ3jr//hUlhl9TZO/03bUkMK6gGkQpqOPWoabr72g==}
+ '@vueuse/core@13.6.0':
+ resolution: {integrity: sha512-DJbD5fV86muVmBgS9QQPddVX7d9hWYswzlf4bIyUD2dj8GC46R1uNClZhVAmsdVts4xb2jwp1PbpuiA50Qee1A==}
peerDependencies:
vue: ^3.5.0
- '@vueuse/integrations@13.5.0':
- resolution: {integrity: sha512-7RACJySnlpl0MkSzxbtadioNGSX4TL5/Wl2cUy4nDq/XkeHwPYvVM880HJUSiap/FXhVEup9VKTM9y/n5UspAw==}
+ '@vueuse/integrations@13.6.0':
+ resolution: {integrity: sha512-dVFdgwYvkYjdizRL3ESdUW+Hg84i9Yhuzs+Ec3kEcuzJmT5xhiL/IGdw4z394qSBngUQvFi+wbHwhHX3EGbAxQ==}
peerDependencies:
async-validator: ^4
axios: ^1
@@ -2582,11 +2597,11 @@ packages:
'@vueuse/metadata@10.11.1':
resolution: {integrity: sha512-IGa5FXd003Ug1qAZmyE8wF3sJ81xGLSqTqtQ6jaVfkeZ4i5kS2mwQF61yhVqojRnenVew5PldLyRgvdl4YYuSw==}
- '@vueuse/metadata@13.5.0':
- resolution: {integrity: sha512-euhItU3b0SqXxSy8u1XHxUCdQ8M++bsRs+TYhOLDU/OykS7KvJnyIFfep0XM5WjIFry9uAPlVSjmVHiqeshmkw==}
+ '@vueuse/metadata@13.6.0':
+ resolution: {integrity: sha512-rnIH7JvU7NjrpexTsl2Iwv0V0yAx9cw7+clymjKuLSXG0QMcLD0LDgdNmXic+qL0SGvgSVPEpM9IDO/wqo1vkQ==}
- '@vueuse/nuxt@13.5.0':
- resolution: {integrity: sha512-TePmrPlTSTUc9zN0EHu45e6m5UARX3zDy6bSmF47hzbIuqVMG+Vc7ColLA50VZaTNsSdgYc3/Bq3VfYcUEnaEg==}
+ '@vueuse/nuxt@13.6.0':
+ resolution: {integrity: sha512-zOZ5XkA7Svsx90934UWwKUsThAjKSD48Ks/mjEzl2gJm5d5zYJg+CJxPi7Wv5XECtCBOX18GpmTKqanWlbA1aQ==}
peerDependencies:
nuxt: ^3.0.0 || ^4.0.0-0
vue: ^3.5.0
@@ -2594,8 +2609,8 @@ packages:
'@vueuse/shared@10.11.1':
resolution: {integrity: sha512-LHpC8711VFZlDaYUXEBbFBCQ7GS3dVU9mjOhhMhXP6txTV4EhYQg/KGnQuvt/sPAtoUKq7VVUnL6mVtFoL42sA==}
- '@vueuse/shared@13.5.0':
- resolution: {integrity: sha512-K7GrQIxJ/ANtucxIXbQlUHdB0TPA8c+q5i+zbrjxuhJCnJ9GtBg75sBSnvmLSxHKPg2Yo8w62PWksl9kwH0Q8g==}
+ '@vueuse/shared@13.6.0':
+ resolution: {integrity: sha512-pDykCSoS2T3fsQrYqf9SyF0QXWHmcGPQ+qiOVjlYSzlWd9dgppB2bFSM1GgKKkt7uzn0BBMV3IbJsUfHG2+BCg==}
peerDependencies:
vue: ^3.5.0
@@ -2606,12 +2621,12 @@ packages:
resolution: {integrity: sha512-LOtTn+JgJvX8WfBVJtF08TGrdjuFzGJc4mkP8EdDI8ADbvO7kiexYep1o8dwnt0okb0jYclCDXF13xU7Ge4zSw==}
engines: {node: '>=18.0.0'}
- '@whatwg-node/fetch@0.10.9':
- resolution: {integrity: sha512-2TaXKmjy53cybNtaAtzbPOzwIPkjXbzvZcimnaJxQwYXKSC8iYnWoZOyT4+CFt8w0KDieg5J5dIMNzUrW/UZ5g==}
+ '@whatwg-node/fetch@0.10.10':
+ resolution: {integrity: sha512-watz4i/Vv4HpoJ+GranJ7HH75Pf+OkPQ63NoVmru6Srgc8VezTArB00i/oQlnn0KWh14gM42F22Qcc9SU9mo/w==}
engines: {node: '>=18.0.0'}
- '@whatwg-node/node-fetch@0.7.22':
- resolution: {integrity: sha512-h4GGjGF2vH3kGJ/fEOeg9Xfu4ncoyRwFcjGIxr/5dTBgZNVwq888byIsZ+XXRDJnNnRlzVVVQDcqrZpY2yctGA==}
+ '@whatwg-node/node-fetch@0.7.25':
+ resolution: {integrity: sha512-szCTESNJV+Xd56zU6ShOi/JWROxE9IwCic8o5D9z5QECZloas6Ez5tUuKqXTAdu6fHFx1t6C+5gwj8smzOLjtg==}
engines: {node: '>=18.0.0'}
'@whatwg-node/promise-helpers@1.3.2':
@@ -2665,8 +2680,8 @@ packages:
ajv@6.12.6:
resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==}
- alien-signals@2.0.5:
- resolution: {integrity: sha512-PdJB6+06nUNAClInE3Dweq7/2xVAYM64vvvS1IHVHSJmgeOtEdrAGyp7Z2oJtYm0B342/Exd2NT0uMJaThcjLQ==}
+ alien-signals@2.0.6:
+ resolution: {integrity: sha512-P3TxJSe31bUHBiblg59oU1PpaWPtmxF9GhJ/cB7OkgJ0qN/ifFSKUI25/v8ZhsT+lIG6ac8DpTOplXxORX6F3Q==}
ansi-regex@5.0.1:
resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==}
@@ -2766,6 +2781,33 @@ packages:
bare-events@2.6.0:
resolution: {integrity: sha512-EKZ5BTXYExaNqi3I3f9RtEsaI/xBSGjE0XZCZilPzFAV/goswFHuPd9jEZlPIZ/iNZJwDSao9qRiScySz7MbQg==}
+ bare-fs@4.1.6:
+ resolution: {integrity: sha512-25RsLF33BqooOEFNdMcEhMpJy8EoR88zSMrnOQOaM3USnOK2VmaJ1uaQEwPA6AQjrv1lXChScosN6CzbwbO9OQ==}
+ engines: {bare: '>=1.16.0'}
+ peerDependencies:
+ bare-buffer: '*'
+ peerDependenciesMeta:
+ bare-buffer:
+ optional: true
+
+ bare-os@3.6.1:
+ resolution: {integrity: sha512-uaIjxokhFidJP+bmmvKSgiMzj2sV5GPHaZVAIktcxcpCyBFFWO+YlikVAdhmUo2vYFvFhOXIAlldqV29L8126g==}
+ engines: {bare: '>=1.14.0'}
+
+ bare-path@3.0.0:
+ resolution: {integrity: sha512-tyfW2cQcB5NN8Saijrhqn0Zh7AnFNsnczRcuWODH0eYAXBsJ5gVxAUuNr7tsHSC6IZ77cA0SitzT+s47kot8Mw==}
+
+ bare-stream@2.6.5:
+ resolution: {integrity: sha512-jSmxKJNJmHySi6hC42zlZnq00rga4jjxcgNZjY9N5WlOe/iOoGRtdwGsHzQv2RlH2KOYMwGUXhf2zXd32BA9RA==}
+ peerDependencies:
+ bare-buffer: '*'
+ bare-events: '*'
+ peerDependenciesMeta:
+ bare-buffer:
+ optional: true
+ bare-events:
+ optional: true
+
base64-js@1.5.1:
resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==}
@@ -2845,8 +2887,8 @@ packages:
peerDependencies:
esbuild: '>=0.18'
- c12@3.1.0:
- resolution: {integrity: sha512-uWoS8OU1MEIsOv8p/5a82c3H31LsWVR5qiyXVfBNOzfffjUWtPnhAb4BYI2uG2HfGmZmFjCtui5XNWaps+iFuw==}
+ c12@3.2.0:
+ resolution: {integrity: sha512-ixkEtbYafL56E6HiFuonMm1ZjoKtIo7TH68/uiEq4DAwv9NcUX2nJ95F8TrbMeNjqIkZpruo3ojXQJ+MGG5gcQ==}
peerDependencies:
magicast: ^0.3.5
peerDependenciesMeta:
@@ -2883,8 +2925,8 @@ packages:
caniuse-api@3.0.0:
resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==}
- caniuse-lite@1.0.30001727:
- resolution: {integrity: sha512-pB68nIHmbN6L/4C6MH1DokyR3bYqFwjaSs/sWDHGj4CTcFtQUQMuJftVwWkXq7mNWOybD3KhUv3oWHoGxgP14Q==}
+ caniuse-lite@1.0.30001731:
+ resolution: {integrity: sha512-lDdp2/wrOmTRWuoB5DpfNkC0rJDU8DqRa6nYL6HK6sytw70QMopt/NIc/9SM7ylItlBWfACXk0tEn37UWM/+mg==}
ccount@2.0.1:
resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==}
@@ -3020,6 +3062,10 @@ packages:
resolution: {integrity: sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==}
engines: {node: '>= 6'}
+ commander@7.2.0:
+ resolution: {integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==}
+ engines: {node: '>= 10'}
+
comment-parser@1.4.1:
resolution: {integrity: sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==}
engines: {node: '>= 12.0.0'}
@@ -3083,8 +3129,8 @@ packages:
resolution: {integrity: sha512-mFsNh/DIANLqFt5VHZoGirdg7bK5+oTWlhnGu6tgRhzBlnEKWaPX2xrFaLltii/6rmhqFMJqffUgknuRdpYlHw==}
engines: {node: '>=18'}
- core-js-compat@3.44.0:
- resolution: {integrity: sha512-JepmAj2zfl6ogy34qfWtcE7nHKAJnKsQFRn++scjVS2bZFllwptzw61BZcZFYBPpUznLfAvh0LGhxKppk04ClA==}
+ core-js-compat@3.45.0:
+ resolution: {integrity: sha512-gRoVMBawZg0OnxaVv3zpqLLxaHmsubEGyTnqdpI/CEBvX4JadI1dMSHxagThprYRtSVbuQxvi6iUatdPxohHpA==}
core-util-is@1.0.3:
resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==}
@@ -3126,6 +3172,10 @@ packages:
resolution: {integrity: sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==}
engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0, npm: '>=7.0.0'}
+ css-tree@2.3.1:
+ resolution: {integrity: sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==}
+ engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0}
+
css-tree@3.1.0:
resolution: {integrity: sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==}
engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0}
@@ -3139,6 +3189,9 @@ packages:
engines: {node: '>=4'}
hasBin: true
+ cssfilter@0.0.10:
+ resolution: {integrity: sha512-FAaLDaplstoRsDR8XGYH51znUN0UY7nMc6Z9/fvE8EXGwvJE9hu7W2vHwx1+bd6gCYnln9nLbzxFTrcO9YQDZw==}
+
cssnano-preset-default@7.0.8:
resolution: {integrity: sha512-d+3R2qwrUV3g4LEMOjnndognKirBZISylDZAF/TPeCWVjEwlXS2e4eN4ICkoobRe7pD3H6lltinKVyS1AJhdjQ==}
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
@@ -3390,6 +3443,10 @@ packages:
resolution: {integrity: sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==}
engines: {node: '>=12'}
+ dotenv@17.2.1:
+ resolution: {integrity: sha512-kQhDYKZecqnM0fCnzI5eIv5L4cAe/iRI+HqMbO/hbRdTAeXDG+M9FjipUxNfbARuEg4iHIbhnhs78BCHNbSxEQ==}
+ engines: {node: '>=12'}
+
dunder-proto@1.0.1:
resolution: {integrity: sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==}
engines: {node: '>= 0.4'}
@@ -3403,8 +3460,8 @@ packages:
ee-first@1.1.1:
resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==}
- electron-to-chromium@1.5.191:
- resolution: {integrity: sha512-xcwe9ELcuxYLUFqZZxL19Z6HVKcvNkIwhbHUz7L3us6u12yR+7uY89dSl570f/IqNthx8dAw3tojG7i4Ni4tDA==}
+ electron-to-chromium@1.5.194:
+ resolution: {integrity: sha512-SdnWJwSUot04UR51I2oPD8kuP2VI37/CADR1OHsFOUzZIvfWJBO6q11k5P/uKNyTT3cdOsnyjkrZ+DDShqYqJA==}
emoji-regex@8.0.0:
resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
@@ -3526,8 +3583,8 @@ packages:
peerDependencies:
eslint: '>=7.0.0'
- eslint-flat-config-utils@2.1.0:
- resolution: {integrity: sha512-6fjOJ9tS0k28ketkUcQ+kKptB4dBZY2VijMZ9rGn8Cwnn1SH0cZBoPXT8AHBFHxmHcLFQK9zbELDinZ2Mr1rng==}
+ eslint-flat-config-utils@2.1.1:
+ resolution: {integrity: sha512-K8eaPkBemHkfbYsZH7z4lZ/tt6gNSsVh535Wh9W9gQBS2WjvfUbbVr2NZR3L1yiRCLuOEimYfPxCxODczD4Opg==}
eslint-import-context@0.1.9:
resolution: {integrity: sha512-K9Hb+yRaGAGUbwjhFNHvSmmkZs9+zbuoe3kFQ4V1wYjrepUFYM2dZAfNtjbbj3qsPfUfsA68Bx/ICWQMi+C8Eg==}
@@ -3586,8 +3643,8 @@ packages:
eslint-config-prettier:
optional: true
- eslint-plugin-regexp@2.9.0:
- resolution: {integrity: sha512-9WqJMnOq8VlE/cK+YAo9C9YHhkOtcEtEk9d12a+H7OSZFwlpI6stiHmYPGa2VE0QhTzodJyhlyprUaXDZLgHBw==}
+ eslint-plugin-regexp@2.9.1:
+ resolution: {integrity: sha512-JwK6glV/aoYDxvXcrvMQbw/pByBewZwqXVSBzzjot3GxSbmjDYuWU4LWiLdBO8JKi4o8A1+rygO6JWRBg4qAQQ==}
engines: {node: ^18 || >=20}
peerDependencies:
eslint: '>=8.44.0'
@@ -3598,8 +3655,8 @@ packages:
peerDependencies:
eslint: '>=9.29.0'
- eslint-plugin-vue@10.3.0:
- resolution: {integrity: sha512-A0u9snqjCfYaPnqqOaH6MBLVWDUIN4trXn8J3x67uDcXvR7X6Ut8p16N+nYhMCQ9Y7edg2BIRGzfyZsY0IdqoQ==}
+ eslint-plugin-vue@10.4.0:
+ resolution: {integrity: sha512-K6tP0dW8FJVZLQxa2S7LcE1lLw3X8VvB3t887Q6CLrFVxHYBXGANbXvwNzYIu6Ughx1bSJ5BDT0YB3ybPT39lw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
'@typescript-eslint/parser': ^7.0.0 || ^8.0.0
@@ -3942,8 +3999,8 @@ packages:
resolution: {integrity: sha512-O1Ld7Dr+nqPnmGpdhzLmMTQ4vAsD+rHwMm1NLUmoUFFymBOMKxCCrtDxqdBRYXdeEPEi3SyoR4TizJLQrnKBNA==}
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
- h3@1.15.3:
- resolution: {integrity: sha512-z6GknHqyX0h9aQaTx22VZDf6QyZn+0Nh+Ym8O/u0SGSkyF5cuTJYKlc8MkzW3Nzf9LE1ivcpmYC3FUGpywhuUQ==}
+ h3@1.15.4:
+ resolution: {integrity: sha512-z5cFQWDffyOe4vQ9xIqNfCZdV4p//vy6fBnr8Q1AWnVZ0teurKMG66rLj++TKwKPUP3u7iMUvrvKaEUiQw2QWQ==}
has-flag@4.0.0:
resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==}
@@ -4116,10 +4173,14 @@ packages:
resolution: {integrity: sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==}
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
- ioredis@5.6.1:
- resolution: {integrity: sha512-UxC0Yv1Y4WRJiGQxQkP0hfdL0/5/6YvdfOOClRgJ0qppSarkhneSa6UvkMkms0AkdGimSH3Ikqm+6mkMmX7vGA==}
+ ioredis@5.7.0:
+ resolution: {integrity: sha512-NUcA93i1lukyXU+riqEyPtSEkyFq8tX90uL659J+qpCZ3rEdViB/APC58oAhIh3+bJln2hzdlZbBZsGNrlsR8g==}
engines: {node: '>=12.22.0'}
+ ipx@2.1.1:
+ resolution: {integrity: sha512-XuM9FEGOT+/45mfAWZ5ykwkZ/oE7vWpd1iWjRffMWlwAYIRzb/xD6wZhQ4BzmPMX6Ov5dqK0wUyD0OEN9oWT6g==}
+ hasBin: true
+
iron-webcrypto@1.2.1:
resolution: {integrity: sha512-feOM6FaSr6rEABp/eDfVseKyTMDt+KGpeB35SkVn9Tyn0CqvVsY3EwI0v5i8nMHyJnzCIQf7nsy3p41TPkJZhg==}
@@ -4385,8 +4446,8 @@ packages:
resolution: {integrity: sha512-UqyYyH5YEXaJrf9S8E23GoJFQZXkBVJ9zYYMPGz919MSX1KuvAcycIuS0ci150HCoPf4XQVhQ84Qf8xRPWxFaQ==}
engines: {node: '>= 7.6.0'}
- koa@2.16.1:
- resolution: {integrity: sha512-umfX9d3iuSxTQP4pnzLOz0HKnPg0FaUUIKcye2lOiz3KPu1Y3M3xlz76dISdFPQs37P9eJz1wUpcTS6KDPn9fA==}
+ koa@2.16.2:
+ resolution: {integrity: sha512-+CCssgnrWKx9aI3OeZwroa/ckG4JICxvIFnSiOUyl2Uv+UTI+xIw0FfFrWS7cQFpoePpr9o8csss7KzsTzNL8Q==}
engines: {node: ^4.8.4 || ^6.10.1 || ^7.10.1 || >= 8.1.4}
kuler@2.0.0:
@@ -4397,8 +4458,8 @@ packages:
engines: {node: '>=8'}
hasBin: true
- launch-editor@2.10.0:
- resolution: {integrity: sha512-D7dBRJo/qcGX9xlvt/6wUYzQxjh5G1RvZPgPv8vi4KRU99DVQL/oW7tnVOCCTm2HGeo3C5HvGE5Yrh6UBoZ0vA==}
+ launch-editor@2.11.0:
+ resolution: {integrity: sha512-R/PIF14L6e2eHkhvQPu7jDRCr0msfCYCxbYiLgkkAGi0dVPWuM+RrsPu0a5dpuNe0KWGL3jpAkOlv53xGfPheQ==}
lazystream@1.0.1:
resolution: {integrity: sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==}
@@ -4536,8 +4597,8 @@ packages:
lru-cache@5.1.1:
resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
- lucide-vue-next@0.526.0:
- resolution: {integrity: sha512-YM3i5f56+401tjRP2LMFIG7gtBRd55tom7P9Fl2HfIlYI6+lwl37RO15RDPK4mMHFiFWU0RsVyVQCBnaUdVX8A==}
+ lucide-vue-next@0.536.0:
+ resolution: {integrity: sha512-ypauLrs4PymzxBKvEiuyo1HqOqjPdBdAtATCSPs4hLgqEA0JAEINWfQbGoLEkaEixT7gsTeSK5TAvOhAcaHfCA==}
peerDependencies:
vue: '>=3.0.1'
@@ -4608,6 +4669,9 @@ packages:
mdn-data@2.0.28:
resolution: {integrity: sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==}
+ mdn-data@2.0.30:
+ resolution: {integrity: sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==}
+
mdn-data@2.12.2:
resolution: {integrity: sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==}
@@ -4759,8 +4823,8 @@ packages:
resolution: {integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==}
engines: {node: '>=4'}
- miniflare@4.20250712.2:
- resolution: {integrity: sha512-cZ8WyQBwqfjYLjd61fDR4/j0nAVbjB3Wxbun/brL9S5FAi4RlTR0LyMTKsIVA0s+nL4Pg9VjVMki4M/Jk2cz+Q==}
+ miniflare@4.20250730.0:
+ resolution: {integrity: sha512-avGXBStHQSqcJr8ra1mJ3/OQvnLZ49B1uAILQapAha1DHNZZvXWLIgUVre/WGY6ZOlNGFPh5CJ+dXLm4yuV3Jw==}
engines: {node: '>=18.0.0'}
hasBin: true
@@ -4877,6 +4941,9 @@ packages:
resolution: {integrity: sha512-OhYaY5sDsIka7H7AtijtI9jwGYLyl29eQn/W623DiN/MIv5sUqc4g7BIDThX+gb7di9f6xK02nkp8sdfFWZLTg==}
engines: {node: '>=10'}
+ node-addon-api@6.1.0:
+ resolution: {integrity: sha512-+eawOlIgy680F0kBzPUNFhMZGtJ1YmqM6l4+Crf4IkImjYrO/mqPwRMh352g23uIaQKFItcQ64I7KMaJxHgAVA==}
+
node-addon-api@7.1.1:
resolution: {integrity: sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==}
@@ -4889,8 +4956,8 @@ packages:
resolution: {integrity: sha512-Z3lTE9pLaJF47NyMhd4ww1yFTAP8YhYI8SleJiHzM46Fgpm5cnNzSl9XfzFNqbaz+VlJrIj3fXQ4DeN1Rjm6cw==}
engines: {node: '>=18'}
- node-fetch-native@1.6.6:
- resolution: {integrity: sha512-8Mc2HhqPdlIfedsuZoc3yioPuzp6b+L5jRCRY1QzuWZh2EGJVQrGppC6V6cF0bLdbW0+O2YpqCA25aF/1lvipQ==}
+ node-fetch-native@1.6.7:
+ resolution: {integrity: sha512-g9yhqoedzIUm0nTnTqAQvueMPVOuIY16bqgAJJC8XOOubYFNwz6IER9qs0Gq2Xd0+CecCKFjtdDTMA4u4xG06Q==}
node-fetch@2.7.0:
resolution: {integrity: sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==}
@@ -4913,8 +4980,8 @@ packages:
resolution: {integrity: sha512-LA4ZjwlnUblHVgq0oBF3Jl/6h/Nvs5fzBLwdEF4nuxnFdsfajde4WfxtJr3CaiH+F6ewcIB/q4jQ4UzPyid+CQ==}
hasBin: true
- node-mock-http@1.0.1:
- resolution: {integrity: sha512-0gJJgENizp4ghds/Ywu2FCmcRsgBTmRQzYPZm61wy+Em2sBarSka0OhQS5huLBg6od1zkNpnWMCZloQDFVvOMQ==}
+ node-mock-http@1.0.2:
+ resolution: {integrity: sha512-zWaamgDUdo9SSLw47we78+zYw/bDr5gH8pH7oRRs8V3KmBtu8GLgGIbV2p/gRPd3LWpEOpjQj7X1FOU3VFMJ8g==}
node-releases@2.0.19:
resolution: {integrity: sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==}
@@ -4966,8 +5033,8 @@ packages:
nuxt-define@1.0.0:
resolution: {integrity: sha512-CYZ2WjU+KCyCDVzjYUM4eEpMF0rkPmkpiFrybTqqQCRpUbPt2h3snswWIpFPXTi+osRCY6Og0W/XLAQgDL4FfQ==}
- nuxt@4.0.1:
- resolution: {integrity: sha512-1WbtiX127640PXUJ2Mb32ck0A0/hzBk6+oPQ0YvJnS/HZK3A/oJEW7sYCRPYyEBwUyIQk12QRCBHxmr6LLeXZQ==}
+ nuxt@4.0.2:
+ resolution: {integrity: sha512-Wf5ENydx/ApWvjuspSbP6R3CpkPSR01CphrfVIg5SbutnPl7JDamSggvbSsHFBTbCSt7OSWCoiV4aOC/MvWwgA==}
engines: {node: ^20.19.0 || >=22.12.0}
hasBin: true
peerDependencies:
@@ -4979,8 +5046,8 @@ packages:
'@types/node':
optional: true
- nypm@0.6.0:
- resolution: {integrity: sha512-mn8wBFV9G9+UFHIrq+pZ2r2zL4aPau/by3kJb3cM7+5tQHMt6HGQB8FDIeKFYp8o0D2pnH6nVsO88N4AmUxIWg==}
+ nypm@0.6.1:
+ resolution: {integrity: sha512-hlacBiRiv1k9hZFiphPUkfSQ/ZfQzZDzC+8z0wL3lvDAOUu/2NnChkKuMoMjNur/9OpKuz2QsIeiPVN0xM5Q0w==}
engines: {node: ^14.16.0 || >=16.10.0}
hasBin: true
@@ -5045,20 +5112,20 @@ packages:
resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==}
engines: {node: '>= 0.8.0'}
- oxc-minify@0.77.3:
- resolution: {integrity: sha512-fYCSYazHno31eATVyHNyP2MEEMrVLaKVglac7bIoJC/qlb3x+Vqhv4eUViseOkoGM46rb9k8ZdDwhsEMtFUQhA==}
+ oxc-minify@0.78.0:
+ resolution: {integrity: sha512-QmoYJBPvzm+uqagkUaCRmyQL5LAzUYnz0r1JtMa6gi2sGyc5elDR8oE0F/1G1NjM3K3Kefwn4sdDFTZeRWc8sA==}
engines: {node: '>=14.0.0'}
oxc-parser@0.72.3:
resolution: {integrity: sha512-JYQeJKDcUTTZ/uTdJ+fZBGFjAjkLD1h0p3Tf44ZYXRcoMk+57d81paNPFAAwzrzzqhZmkGvKKXDxwyhJXYZlpg==}
engines: {node: '>=14.0.0'}
- oxc-parser@0.77.3:
- resolution: {integrity: sha512-1h7nXjL0IGRT539tReIadfIjgrPPuuD6HmQGsgKdOxMEZGzfMeBk19bfg+sXMQi462cCnu5s5IGTEhOOlcVt1w==}
+ oxc-parser@0.78.0:
+ resolution: {integrity: sha512-Kw6DlVJCG1HwArP3uF9kXc6nnAahpGaW7kZ7x1O7OugxbjSzkQqdKdA9loXCv7OeksFF/DfnLDupwqUjr1EOYQ==}
engines: {node: '>=20.0.0'}
- oxc-transform@0.77.3:
- resolution: {integrity: sha512-cFiyrki2/Tgs9i0GUe8zmnJNZsGrHtNoDcyo1zTHQl/Ak0/04PIBHzurX7ibMadxfRNIn0XG0tpNrrkGDJ3k6g==}
+ oxc-transform@0.78.0:
+ resolution: {integrity: sha512-c7++SidLKC9ATJsFgLtGKpd6ElInjy06ZhJkinkRh7d1eXLpK7g/90xSEXg07xKSfBLl4oUEBUGwKKRJ4NXJlw==}
engines: {node: '>=14.0.0'}
oxc-walker@0.4.0:
@@ -5711,8 +5778,8 @@ packages:
rollup:
optional: true
- rollup@4.46.0:
- resolution: {integrity: sha512-ONmkT3Ud3IfW15nl7l4qAZko5/2iZ5ALVBDh02ZSZ5IGVLJSYkRcRa3iB58VyEIyoofs9m2xdVrm+lTi97+3pw==}
+ rollup@4.46.2:
+ resolution: {integrity: sha512-WMmLFI+Boh6xbop+OAGo9cQ3OgX9MIg7xOQjn+pTCwOkk+FNDAeAemXkJ3HzDJrVXleLOFVa1ipuc1AmEx1Dwg==}
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
hasBin: true
@@ -5784,6 +5851,10 @@ packages:
shadcn-nuxt@2.2.0:
resolution: {integrity: sha512-0GxzEoTwwsn2K+7rXljhvM7T5+FC8RcBbpvr72L2qwfI9aj/oJgYgUKtC7/onIX8vHrGGziJMfA/xyjibD4J4A==}
+ sharp@0.32.6:
+ resolution: {integrity: sha512-KyLTWwgcR9Oe4d9HwCwNM2l7+J0dUQwn/yf7S0EnTtb0eVS4RxO0eUSvxPtzT4F3SY+C4K6fqdv/DO27sJ/v/w==}
+ engines: {node: '>=14.15.0'}
+
sharp@0.33.5:
resolution: {integrity: sha512-haPVm1EkS9pgvHrQ/F3Xy+hgcuMV0Wm9vfIBSiwZ05k+xgb0PkBQpGsAA/oWdDobNaZTH5ppvHtzCFbnSEwHVw==}
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
@@ -5800,8 +5871,8 @@ packages:
resolution: {integrity: sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==}
engines: {node: '>= 0.4'}
- shiki@3.8.1:
- resolution: {integrity: sha512-+MYIyjwGPCaegbpBeFN9+oOifI8CKiKG3awI/6h3JeT85c//H2wDW/xCJEGuQ5jPqtbboKNqNy+JyX9PYpGwNg==}
+ shiki@3.9.2:
+ resolution: {integrity: sha512-t6NKl5e/zGTvw/IyftLcumolgOczhuroqwXngDeMqJ3h3EQiTY/7wmfgPlsmloD8oYfqkEDqxiaH37Pjm1zUhQ==}
side-channel-list@1.0.0:
resolution: {integrity: sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==}
@@ -5995,8 +6066,8 @@ packages:
engines: {node: '>=16 || 14 >=14.17'}
hasBin: true
- supabase@2.31.8:
- resolution: {integrity: sha512-AsALbB9qKqUhu5A8gZK5VMR2SPo2DPP7W544MBk7JKfLo3Pi8YoAxGxx5skarfeqDtHkzEREU/seFIaYP/bl3A==}
+ supabase@2.33.9:
+ resolution: {integrity: sha512-bjCdzcAzbzmPn5B4FNjsAE32aHDgCHtHngj0eDZdZ1+tVbH1/4TwGeZWy41JeiraNx5VPMG+BUOG2VNBXXcXEA==}
engines: {npm: '>=8'}
hasBin: true
@@ -6004,8 +6075,8 @@ packages:
resolution: {integrity: sha512-5JRxVqC8I8NuOUjzBbvVJAKNM8qoVuH0O77h4WInc/qC2q5IreqKxYwgkga3PfA22OayK2ikceb/B26dztPl+Q==}
engines: {node: '>=16'}
- supports-color@10.0.0:
- resolution: {integrity: sha512-HRVVSbCCMbj7/kdWF9Q+bbckjBHLtHMEoJWlkmYzzdwhYMkjkOwubLM6t7NbWKjgKamGDrWL1++KrjUO1t9oAQ==}
+ supports-color@10.1.0:
+ resolution: {integrity: sha512-GBuewsPrhJPftT+fqDa9oI/zc5HNsG9nREqwzoSFDOIqf0NggOZbHQj2TE1P1CDJK8ZogFnlZY9hWoUiur7I/A==}
engines: {node: '>=18'}
supports-color@7.2.0:
@@ -6016,6 +6087,11 @@ packages:
resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==}
engines: {node: '>= 0.4'}
+ svgo@3.3.2:
+ resolution: {integrity: sha512-OoohrmuUlBs8B8o6MB2Aevn+pRIH9zDALSR+6hhqVfa6fRwG/Qw9VUMSMW9VNg2CFc/MTIfabtdOVl9ODIJjpw==}
+ engines: {node: '>=14.0.0'}
+ hasBin: true
+
svgo@4.0.0:
resolution: {integrity: sha512-VvrHQ+9uniE+Mvx3+C9IEe/lWasXCU0nXMY2kZeLrHNICuRiC8uMPyM14UEaMOFA5mhyQqEkB02VoQ16n3DLaw==}
engines: {node: '>=16'}
@@ -6059,6 +6135,9 @@ packages:
tar-fs@2.1.3:
resolution: {integrity: sha512-090nwYJDmlhwFwEW3QQl+vaNnxsO2yVsd45eTKRBzSzu+hlb1w2K9inVq5b0ngXuLVqQ4ApvsUHHnu/zQNkWAg==}
+ tar-fs@3.1.0:
+ resolution: {integrity: sha512-5Mty5y/sOF1YWj1J6GiBodjlDc05CUR8PKXrsnFAiSG0xA+GHeWLovaZPYUDXkH/1iKRf2+M5+OrRgzC7O9b7w==}
+
tar-stream@2.2.0:
resolution: {integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==}
engines: {node: '>=6'}
@@ -6091,9 +6170,6 @@ packages:
tiny-invariant@1.3.3:
resolution: {integrity: sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==}
- tinyexec@0.3.2:
- resolution: {integrity: sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==}
-
tinyexec@1.0.1:
resolution: {integrity: sha512-5uC6DDlmeqiOwCPmK9jMSdOuZTh8bU39Ys6yidB+UTt5hfZUPGAypSgFRiEp+jbi9qH40BLDvy85jIU88wKSqw==}
@@ -6177,8 +6253,8 @@ packages:
type-level-regexp@0.1.17:
resolution: {integrity: sha512-wTk4DH3cxwk196uGLK/E9pE45aLfeKJacKmcEgEOA/q5dnPGNxXt0cfYdFxb57L+sEpf1oJH4Dnx/pnRcku9jg==}
- typescript@5.8.3:
- resolution: {integrity: sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==}
+ typescript@5.9.2:
+ resolution: {integrity: sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==}
engines: {node: '>=14.17'}
hasBin: true
@@ -6194,21 +6270,18 @@ packages:
unctx@2.4.1:
resolution: {integrity: sha512-AbaYw0Nm4mK4qjhns67C+kgxR2YWiwlDBPzxrN8h8C6VtAdCgditAY5Dezu3IJy4XVqAnbrXt9oQJvsn3fyozg==}
- undici-types@7.8.0:
- resolution: {integrity: sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==}
+ undici-types@7.10.0:
+ resolution: {integrity: sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag==}
- undici@7.12.0:
- resolution: {integrity: sha512-GrKEsc3ughskmGA9jevVlIOPMiiAHJ4OFUtaAH+NhfTUSiZ1wMPIQqQvAJUrJspFXJt3EBWgpAeoHEDVT1IBug==}
+ undici@7.13.0:
+ resolution: {integrity: sha512-l+zSMssRqrzDcb3fjMkjjLGmuiiK2pMIcV++mJaAc9vhjSGpvM7h43QgP+OAMb1GImHmbPyG2tBXeuyG5iY4gA==}
engines: {node: '>=20.18.1'}
- unenv@2.0.0-rc.17:
- resolution: {integrity: sha512-B06u0wXkEd+o5gOCMl/ZHl5cfpYbDZKAT+HWTL+Hws6jWu7dCiqBBXXXzMFcFVJb8D4ytAnYmxJA83uwOQRSsg==}
-
unenv@2.0.0-rc.19:
resolution: {integrity: sha512-t/OMHBNAkknVCI7bVB9OWjUUAwhVv9vsPIAGnNUxnu3FxPQN11rjh0sksLMzc3g7IlTgvHmOTl4JM7JHpcv5wA==}
- unhead@2.0.12:
- resolution: {integrity: sha512-5oo0lwz81XDXCmrHGzgmbaNOxM8R9MZ3FkEs2ROHeW8e16xsrv7qXykENlISrcxr3RLPHQEsD1b6js9P2Oj/Ow==}
+ unhead@2.0.13:
+ resolution: {integrity: sha512-Q3lMTJnoGj8zNsqP/GWIIAd8W/hKKeOgErbsMSXDWdkIICUeIg9p7J5/0uDFREa684cReRz1NFxbrDaS+5rGMw==}
unicode-emoji-modifier-base@1.0.0:
resolution: {integrity: sha512-yLSH4py7oFH3oG/9K+XWrz1pSi3dfUrWEnInbxMfArOfc1+33BlGPQtLsOYwvdMy11AwUBetYuaRxSPqgkq+8g==}
@@ -6416,8 +6489,8 @@ packages:
engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0}
hasBin: true
- vite-plugin-checker@0.10.1:
- resolution: {integrity: sha512-imiBsmYTPdjQHIZiEi5BhJ7K8Z/kCjTFMn+Qa4+5ao/a4Yql4yWFcf81FDJqlMiM57iY4Q3Z7PdoEe4KydULYQ==}
+ vite-plugin-checker@0.10.2:
+ resolution: {integrity: sha512-FX9U8TnIS6AGOlqmC6O2YmkJzcZJRrjA03UF7FOhcUJ7it3HmCoxcIPMcoHliBP6EFOuNzle9K4c0JL4suRPow==}
engines: {node: '>=14.16'}
peerDependencies:
'@biomejs/biome': '>=1.7'
@@ -6509,11 +6582,11 @@ packages:
vscode-uri@3.1.0:
resolution: {integrity: sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==}
- vue-bundle-renderer@2.1.1:
- resolution: {integrity: sha512-+qALLI5cQncuetYOXp4yScwYvqh8c6SMXee3B+M7oTZxOgtESP0l4j/fXdEJoZ+EdMxkGWIj+aSEyjXkOdmd7g==}
+ vue-bundle-renderer@2.1.2:
+ resolution: {integrity: sha512-M4WRBO/O/7G9phGaGH9AOwOnYtY9ZpPoDVpBpRzR2jO5rFL9mgIlQIgums2ljCTC2HL1jDXFQc//CzWcAQHgAw==}
- vue-component-meta@3.0.4:
- resolution: {integrity: sha512-0pGpYThdzW+3qUNXX/3N26Ds7P4mCDiM+47aXeDmsb78lPce36RyN+G+7CiMHrL8nHII/+OqFE9iGcUFthyVZA==}
+ vue-component-meta@3.0.5:
+ resolution: {integrity: sha512-EJbN/YFjSG6zTjwzfRZL+2eu347e2cUvtlYSYqVizJvnRjM0Z783eH6y2tZ+vfv2TQ+Kl4OAPopeX1pIvdDulA==}
peerDependencies:
typescript: '*'
vue-component-type-helpers: 3.0.1
@@ -6598,17 +6671,17 @@ packages:
resolution: {integrity: sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==}
engines: {node: '>=0.10.0'}
- workerd@1.20250712.0:
- resolution: {integrity: sha512-7h+k1OxREpiZW0849g0uQNexRWMcs5i5gUGhJzCY8nIx6Tv4D/ndlXJ47lEFj7/LQdp165IL9dM2D5uDiedZrg==}
+ workerd@1.20250730.0:
+ resolution: {integrity: sha512-w6e0WM2YGfYQGmg0dewZeLUYIxAzMYK1R31vaS4HHHjgT32Xqj0eVQH+leegzY51RZPNCvw5pe8DFmW4MGf8Fg==}
engines: {node: '>=16'}
hasBin: true
- wrangler@4.26.0:
- resolution: {integrity: sha512-EXuwyWlgYQZv6GJlyE0lVGk9hHqASssuECECT1XC5aIijTwNLQhsj/TOZ0hKSFlMbVr1E+OAdevAxd0kaF4ovA==}
+ wrangler@4.27.0:
+ resolution: {integrity: sha512-YNHZyMNWebFt9jD6dc20tQrCmnSzJj3SoB0FFa90w11Cx4lbP3d+rUZYjb18Zt+OGSMay1wT2PzwT2vCTskkmg==}
engines: {node: '>=18.0.0'}
hasBin: true
peerDependencies:
- '@cloudflare/workers-types': ^4.20250712.0
+ '@cloudflare/workers-types': ^4.20250730.0
peerDependenciesMeta:
'@cloudflare/workers-types':
optional: true
@@ -6676,6 +6749,11 @@ packages:
resolution: {integrity: sha512-TEU+nJVUUnA4CYJFLvK5X9AOeH4KvDvhIfm0vV1GaQRtchnG0hgK5p8hw/xjv8cunWYCsiPCSDzObPyhEwq3KQ==}
engines: {node: '>=0.4.0'}
+ xss@1.0.15:
+ resolution: {integrity: sha512-FVdlVVC67WOIPvfOwhoMETV72f6GbW7aOabBC3WxN/oUdoEMDyLz4OgRv5/gck2ZeNqEQu+Tb0kloovXOfpYVg==}
+ engines: {node: '>= 0.10.0'}
+ hasBin: true
+
y18n@5.0.8:
resolution: {integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==}
engines: {node: '>=10'}
@@ -6725,6 +6803,9 @@ packages:
youch@4.1.0-beta.10:
resolution: {integrity: sha512-rLfVLB4FgQneDr0dv1oddCVZmKjcJ6yX6mS4pU82Mq/Dt9a3cLZQ62pDBL4AUO+uVrCvtWz3ZFUL2HFAFJ/BXQ==}
+ youch@4.1.0-beta.11:
+ resolution: {integrity: sha512-sQi6PERyO/mT8w564ojOVeAlYTtVQmC2GaktQAf+IdI75/GKIggosBuvyVXvEV+FATAT6RbLdIjFoiIId4ozoQ==}
+
youch@4.1.0-beta.8:
resolution: {integrity: sha512-rY2A2lSF7zC+l7HH9Mq+83D1dLlsPnEvy8jTouzaptDZM6geqZ3aJe/b7ULCwRURPtWV3vbDjA2DDMdoBol0HQ==}
engines: {node: '>=18'}
@@ -6744,8 +6825,8 @@ packages:
zod@3.25.76:
resolution: {integrity: sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==}
- zod@4.0.10:
- resolution: {integrity: sha512-3vB+UU3/VmLL2lvwcY/4RV2i9z/YU0DTV/tDuYjrwmx5WeJ7hwy+rGEEx8glHp6Yxw7ibRbKSaIFBgReRPe5KA==}
+ zod@4.0.14:
+ resolution: {integrity: sha512-nGFJTnJN6cM2v9kXL+SOBq3AtjQby3Mv5ySGFof5UGRHrRioSJ5iG680cYNjE/yWk671nROcpPj4hAS8nyLhSw==}
zwitch@2.0.4:
resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==}
@@ -6962,28 +7043,28 @@ snapshots:
dependencies:
mime: 3.0.0
- '@cloudflare/unenv-preset@2.4.1(unenv@2.0.0-rc.17)(workerd@1.20250712.0)':
+ '@cloudflare/unenv-preset@2.5.0(unenv@2.0.0-rc.19)(workerd@1.20250730.0)':
dependencies:
- unenv: 2.0.0-rc.17
+ unenv: 2.0.0-rc.19
optionalDependencies:
- workerd: 1.20250712.0
+ workerd: 1.20250730.0
- '@cloudflare/workerd-darwin-64@1.20250712.0':
+ '@cloudflare/workerd-darwin-64@1.20250730.0':
optional: true
- '@cloudflare/workerd-darwin-arm64@1.20250712.0':
+ '@cloudflare/workerd-darwin-arm64@1.20250730.0':
optional: true
- '@cloudflare/workerd-linux-64@1.20250712.0':
+ '@cloudflare/workerd-linux-64@1.20250730.0':
optional: true
- '@cloudflare/workerd-linux-arm64@1.20250712.0':
+ '@cloudflare/workerd-linux-arm64@1.20250730.0':
optional: true
- '@cloudflare/workerd-windows-64@1.20250712.0':
+ '@cloudflare/workerd-windows-64@1.20250730.0':
optional: true
- '@cloudflare/workers-types@4.20250726.0': {}
+ '@cloudflare/workers-types@4.20250803.0': {}
'@colors/colors@1.6.0': {}
@@ -7029,7 +7110,7 @@ snapshots:
'@es-joy/jsdoccomment@0.52.0':
dependencies:
'@types/estree': 1.0.8
- '@typescript-eslint/types': 8.38.0
+ '@typescript-eslint/types': 8.39.0
comment-parser: 1.4.1
esquery: 1.6.0
jsdoc-type-pratt-parser: 4.1.0
@@ -7295,7 +7376,7 @@ snapshots:
eslint: 9.32.0(jiti@2.5.1)
find-up: 7.0.0
get-port-please: 3.2.0
- h3: 1.15.3
+ h3: 1.15.4
mlly: 1.7.4
mrmime: 2.0.1
open: 10.2.0
@@ -7333,24 +7414,27 @@ snapshots:
'@eslint/core': 0.15.1
levn: 0.4.1
+ '@fastify/accept-negotiator@1.1.0':
+ optional: true
+
'@fastify/busboy@3.1.1': {}
- '@floating-ui/core@1.7.2':
+ '@floating-ui/core@1.7.3':
dependencies:
'@floating-ui/utils': 0.2.10
- '@floating-ui/dom@1.7.2':
+ '@floating-ui/dom@1.7.3':
dependencies:
- '@floating-ui/core': 1.7.2
+ '@floating-ui/core': 1.7.3
'@floating-ui/utils': 0.2.10
'@floating-ui/utils@0.2.10': {}
- '@floating-ui/vue@1.1.7(vue@3.5.18(typescript@5.8.3))':
+ '@floating-ui/vue@1.1.8(vue@3.5.18(typescript@5.9.2))':
dependencies:
- '@floating-ui/dom': 1.7.2
+ '@floating-ui/dom': 1.7.3
'@floating-ui/utils': 0.2.10
- vue-demi: 0.14.10(vue@3.5.18(typescript@5.8.3))
+ vue-demi: 0.14.10(vue@3.5.18(typescript@5.9.2))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
@@ -7451,7 +7535,7 @@ snapshots:
dependencies:
'@swc/helpers': 0.5.17
- '@intlify/bundle-utils@10.0.1(vue-i18n@11.1.11(vue@3.5.18(typescript@5.8.3)))':
+ '@intlify/bundle-utils@10.0.1(vue-i18n@11.1.11(vue@3.5.18(typescript@5.9.2)))':
dependencies:
'@intlify/message-compiler': 11.1.11
'@intlify/shared': 11.1.11
@@ -7463,7 +7547,7 @@ snapshots:
source-map-js: 1.2.1
yaml-eslint-parser: 1.3.0
optionalDependencies:
- vue-i18n: 11.1.11(vue@3.5.18(typescript@5.8.3))
+ vue-i18n: 11.1.11(vue@3.5.18(typescript@5.9.2))
'@intlify/core-base@11.1.11':
dependencies:
@@ -7487,15 +7571,15 @@ snapshots:
'@intlify/shared@11.1.11': {}
- '@intlify/unplugin-vue-i18n@6.0.8(@vue/compiler-dom@3.5.18)(eslint@9.32.0(jiti@2.5.1))(rollup@4.46.0)(typescript@5.8.3)(vue-i18n@11.1.11(vue@3.5.18(typescript@5.8.3)))(vue@3.5.18(typescript@5.8.3))':
+ '@intlify/unplugin-vue-i18n@6.0.8(@vue/compiler-dom@3.5.18)(eslint@9.32.0(jiti@2.5.1))(rollup@4.46.2)(typescript@5.9.2)(vue-i18n@11.1.11(vue@3.5.18(typescript@5.9.2)))(vue@3.5.18(typescript@5.9.2))':
dependencies:
'@eslint-community/eslint-utils': 4.7.0(eslint@9.32.0(jiti@2.5.1))
- '@intlify/bundle-utils': 10.0.1(vue-i18n@11.1.11(vue@3.5.18(typescript@5.8.3)))
+ '@intlify/bundle-utils': 10.0.1(vue-i18n@11.1.11(vue@3.5.18(typescript@5.9.2)))
'@intlify/shared': 11.1.11
- '@intlify/vue-i18n-extensions': 8.0.0(@intlify/shared@11.1.11)(@vue/compiler-dom@3.5.18)(vue-i18n@11.1.11(vue@3.5.18(typescript@5.8.3)))(vue@3.5.18(typescript@5.8.3))
- '@rollup/pluginutils': 5.2.0(rollup@4.46.0)
- '@typescript-eslint/scope-manager': 8.38.0
- '@typescript-eslint/typescript-estree': 8.38.0(typescript@5.8.3)
+ '@intlify/vue-i18n-extensions': 8.0.0(@intlify/shared@11.1.11)(@vue/compiler-dom@3.5.18)(vue-i18n@11.1.11(vue@3.5.18(typescript@5.9.2)))(vue@3.5.18(typescript@5.9.2))
+ '@rollup/pluginutils': 5.2.0(rollup@4.46.2)
+ '@typescript-eslint/scope-manager': 8.39.0
+ '@typescript-eslint/typescript-estree': 8.39.0(typescript@5.9.2)
debug: 4.4.1
fast-glob: 3.3.3
js-yaml: 4.1.0
@@ -7504,9 +7588,9 @@ snapshots:
picocolors: 1.1.1
source-map-js: 1.2.1
unplugin: 1.16.1
- vue: 3.5.18(typescript@5.8.3)
+ vue: 3.5.18(typescript@5.9.2)
optionalDependencies:
- vue-i18n: 11.1.11(vue@3.5.18(typescript@5.8.3))
+ vue-i18n: 11.1.11(vue@3.5.18(typescript@5.9.2))
transitivePeerDependencies:
- '@vue/compiler-dom'
- eslint
@@ -7516,16 +7600,16 @@ snapshots:
'@intlify/utils@0.13.0': {}
- '@intlify/vue-i18n-extensions@8.0.0(@intlify/shared@11.1.11)(@vue/compiler-dom@3.5.18)(vue-i18n@11.1.11(vue@3.5.18(typescript@5.8.3)))(vue@3.5.18(typescript@5.8.3))':
+ '@intlify/vue-i18n-extensions@8.0.0(@intlify/shared@11.1.11)(@vue/compiler-dom@3.5.18)(vue-i18n@11.1.11(vue@3.5.18(typescript@5.9.2)))(vue@3.5.18(typescript@5.9.2))':
dependencies:
'@babel/parser': 7.28.0
optionalDependencies:
'@intlify/shared': 11.1.11
'@vue/compiler-dom': 3.5.18
- vue: 3.5.18(typescript@5.8.3)
- vue-i18n: 11.1.11(vue@3.5.18(typescript@5.8.3))
+ vue: 3.5.18(typescript@5.9.2)
+ vue-i18n: 11.1.11(vue@3.5.18(typescript@5.9.2))
- '@ioredis/commands@1.2.0': {}
+ '@ioredis/commands@1.3.0': {}
'@isaacs/balanced-match@4.0.1': {}
@@ -7603,11 +7687,11 @@ snapshots:
- encoding
- supports-color
- '@miyaneee/rollup-plugin-json5@1.2.0(rollup@4.46.0)':
+ '@miyaneee/rollup-plugin-json5@1.2.0(rollup@4.46.2)':
dependencies:
- '@rollup/pluginutils': 5.2.0(rollup@4.46.0)
+ '@rollup/pluginutils': 5.2.0(rollup@4.46.2)
json5: 2.2.3
- rollup: 4.46.0
+ rollup: 4.46.2
'@napi-rs/wasm-runtime@0.2.12':
dependencies:
@@ -7644,12 +7728,12 @@ snapshots:
uuid: 11.1.0
write-file-atomic: 6.0.0
- '@netlify/functions@3.1.10(rollup@4.46.0)':
+ '@netlify/functions@3.1.10(rollup@4.46.2)':
dependencies:
'@netlify/blobs': 9.1.2
'@netlify/dev-utils': 2.2.0
'@netlify/serverless-functions-api': 1.41.2
- '@netlify/zip-it-and-ship-it': 12.2.1(rollup@4.46.0)
+ '@netlify/zip-it-and-ship-it': 12.2.1(rollup@4.46.2)
cron-parser: 4.9.0
decache: 4.6.2
extract-zip: 2.0.1
@@ -7671,13 +7755,13 @@ snapshots:
'@netlify/serverless-functions-api@2.1.3': {}
- '@netlify/zip-it-and-ship-it@12.2.1(rollup@4.46.0)':
+ '@netlify/zip-it-and-ship-it@12.2.1(rollup@4.46.2)':
dependencies:
'@babel/parser': 7.28.0
'@babel/types': 7.28.0
'@netlify/binary-info': 1.0.0
'@netlify/serverless-functions-api': 2.1.3
- '@vercel/nft': 0.29.4(rollup@4.46.0)
+ '@vercel/nft': 0.29.4(rollup@4.46.2)
archiver: 7.0.1
common-path-prefix: 3.0.0
copy-file: 11.0.0
@@ -7737,7 +7821,7 @@ snapshots:
'@nuxt/cli@3.27.0(magicast@0.3.5)':
dependencies:
- c12: 3.1.0(magicast@0.3.5)
+ c12: 3.2.0(magicast@0.3.5)
citty: 0.1.6
clipboardy: 4.0.0
confbox: 0.2.2
@@ -7747,11 +7831,11 @@ snapshots:
fuse.js: 7.1.0
get-port-please: 3.2.0
giget: 2.0.0
- h3: 1.15.3
+ h3: 1.15.4
httpxy: 0.1.7
jiti: 2.5.1
listhen: 1.9.0
- nypm: 0.6.0
+ nypm: 0.6.1
ofetch: 1.4.1
ohash: 2.0.11
pathe: 2.0.3
@@ -7762,18 +7846,18 @@ snapshots:
std-env: 3.9.0
tinyexec: 1.0.1
ufo: 1.6.1
- youch: 4.1.0-beta.10
+ youch: 4.1.0-beta.11
transitivePeerDependencies:
- magicast
'@nuxt/content@3.6.3(better-sqlite3@12.2.0)(magicast@0.3.5)(vue-component-type-helpers@3.0.1)':
dependencies:
- '@nuxt/kit': 3.17.7(magicast@0.3.5)
+ '@nuxt/kit': 3.18.0(magicast@0.3.5)
'@nuxtjs/mdc': 0.17.0(magicast@0.3.5)
- '@shikijs/langs': 3.8.1
+ '@shikijs/langs': 3.9.2
'@sqlite.org/sqlite-wasm': 3.50.1-build1
'@webcontainer/env': 1.1.1
- c12: 3.1.0(magicast@0.3.5)
+ c12: 3.2.0(magicast@0.3.5)
chokidar: 4.0.3
consola: 3.4.2
db0: 0.3.2(better-sqlite3@12.2.0)
@@ -7795,13 +7879,13 @@ snapshots:
minimark: 0.2.0
minimatch: 10.0.3
nuxt-component-meta: 0.12.2(magicast@0.3.5)(vue-component-type-helpers@3.0.1)
- nypm: 0.6.0
+ nypm: 0.6.1
ohash: 2.0.11
pathe: 2.0.3
pkg-types: 2.2.0
remark-mdc: 3.6.0
scule: 1.3.0
- shiki: 3.8.1
+ shiki: 3.9.2
slugify: 1.6.6
socket.io-client: 4.8.1
tar: 7.4.3
@@ -7826,11 +7910,11 @@ snapshots:
'@nuxt/devalue@2.0.2': {}
- '@nuxt/devtools-kit@2.6.2(magicast@0.3.5)(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))':
+ '@nuxt/devtools-kit@2.6.2(magicast@0.3.5)(vite@7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))':
dependencies:
- '@nuxt/kit': 3.17.7(magicast@0.3.5)
+ '@nuxt/kit': 3.18.0(magicast@0.3.5)
execa: 8.0.1
- vite: 7.0.6(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0)
+ vite: 7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0)
transitivePeerDependencies:
- magicast
@@ -7845,12 +7929,12 @@ snapshots:
prompts: 2.4.2
semver: 7.7.2
- '@nuxt/devtools@2.6.2(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))(vue@3.5.18(typescript@5.8.3))':
+ '@nuxt/devtools@2.6.2(vite@7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))(vue@3.5.18(typescript@5.9.2))':
dependencies:
- '@nuxt/devtools-kit': 2.6.2(magicast@0.3.5)(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))
+ '@nuxt/devtools-kit': 2.6.2(magicast@0.3.5)(vite@7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))
'@nuxt/devtools-wizard': 2.6.2
- '@nuxt/kit': 3.17.7(magicast@0.3.5)
- '@vue/devtools-core': 7.7.7(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))(vue@3.5.18(typescript@5.8.3))
+ '@nuxt/kit': 3.18.0(magicast@0.3.5)
+ '@vue/devtools-core': 7.7.7(vite@7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))(vue@3.5.18(typescript@5.9.2))
'@vue/devtools-kit': 7.7.7
birpc: 2.5.0
consola: 3.4.2
@@ -7862,10 +7946,10 @@ snapshots:
hookable: 5.5.3
image-meta: 0.2.1
is-installed-globally: 1.0.0
- launch-editor: 2.10.0
+ launch-editor: 2.11.0
local-pkg: 1.1.1
magicast: 0.3.5
- nypm: 0.6.0
+ nypm: 0.6.1
ohash: 2.0.11
pathe: 2.0.3
perfect-debounce: 1.0.0
@@ -7875,9 +7959,9 @@ snapshots:
sirv: 3.0.1
structured-clone-es: 1.0.0
tinyglobby: 0.2.14
- vite: 7.0.6(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0)
- vite-plugin-inspect: 11.3.2(@nuxt/kit@3.17.7(magicast@0.3.5))(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))
- vite-plugin-vue-tracer: 1.0.0(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))(vue@3.5.18(typescript@5.8.3))
+ vite: 7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0)
+ vite-plugin-inspect: 11.3.2(@nuxt/kit@3.18.0(magicast@0.3.5))(vite@7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))
+ vite-plugin-vue-tracer: 1.0.0(vite@7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))(vue@3.5.18(typescript@5.9.2))
which: 5.0.0
ws: 8.18.3
transitivePeerDependencies:
@@ -7886,25 +7970,25 @@ snapshots:
- utf-8-validate
- vue
- '@nuxt/eslint-config@1.7.1(@typescript-eslint/utils@8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3))(@vue/compiler-sfc@3.5.18)(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3)':
+ '@nuxt/eslint-config@1.7.1(@typescript-eslint/utils@8.39.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.9.2))(@vue/compiler-sfc@3.5.18)(eslint@9.32.0(jiti@2.5.1))(typescript@5.9.2)':
dependencies:
'@antfu/install-pkg': 1.1.0
'@clack/prompts': 0.11.0
'@eslint/js': 9.32.0
- '@nuxt/eslint-plugin': 1.7.1(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3)
+ '@nuxt/eslint-plugin': 1.7.1(eslint@9.32.0(jiti@2.5.1))(typescript@5.9.2)
'@stylistic/eslint-plugin': 5.2.2(eslint@9.32.0(jiti@2.5.1))
- '@typescript-eslint/eslint-plugin': 8.38.0(@typescript-eslint/parser@8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3))(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3)
- '@typescript-eslint/parser': 8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3)
+ '@typescript-eslint/eslint-plugin': 8.39.0(@typescript-eslint/parser@8.39.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.9.2))(eslint@9.32.0(jiti@2.5.1))(typescript@5.9.2)
+ '@typescript-eslint/parser': 8.39.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.9.2)
eslint: 9.32.0(jiti@2.5.1)
eslint-config-flat-gitignore: 2.1.0(eslint@9.32.0(jiti@2.5.1))
- eslint-flat-config-utils: 2.1.0
+ eslint-flat-config-utils: 2.1.1
eslint-merge-processors: 2.0.0(eslint@9.32.0(jiti@2.5.1))
- eslint-plugin-import-lite: 0.3.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3)
- eslint-plugin-import-x: 4.16.1(@typescript-eslint/utils@8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3))(eslint@9.32.0(jiti@2.5.1))
+ eslint-plugin-import-lite: 0.3.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.9.2)
+ eslint-plugin-import-x: 4.16.1(@typescript-eslint/utils@8.39.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.9.2))(eslint@9.32.0(jiti@2.5.1))
eslint-plugin-jsdoc: 51.4.1(eslint@9.32.0(jiti@2.5.1))
- eslint-plugin-regexp: 2.9.0(eslint@9.32.0(jiti@2.5.1))
+ eslint-plugin-regexp: 2.9.1(eslint@9.32.0(jiti@2.5.1))
eslint-plugin-unicorn: 60.0.0(eslint@9.32.0(jiti@2.5.1))
- eslint-plugin-vue: 10.3.0(@typescript-eslint/parser@8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3))(eslint@9.32.0(jiti@2.5.1))(vue-eslint-parser@10.2.0(eslint@9.32.0(jiti@2.5.1)))
+ eslint-plugin-vue: 10.4.0(@typescript-eslint/parser@8.39.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.9.2))(eslint@9.32.0(jiti@2.5.1))(vue-eslint-parser@10.2.0(eslint@9.32.0(jiti@2.5.1)))
eslint-processor-vue-blocks: 2.0.0(@vue/compiler-sfc@3.5.18)(eslint@9.32.0(jiti@2.5.1))
globals: 16.3.0
local-pkg: 1.1.1
@@ -7917,25 +8001,25 @@ snapshots:
- supports-color
- typescript
- '@nuxt/eslint-plugin@1.7.1(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3)':
+ '@nuxt/eslint-plugin@1.7.1(eslint@9.32.0(jiti@2.5.1))(typescript@5.9.2)':
dependencies:
- '@typescript-eslint/types': 8.38.0
- '@typescript-eslint/utils': 8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3)
+ '@typescript-eslint/types': 8.39.0
+ '@typescript-eslint/utils': 8.39.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.9.2)
eslint: 9.32.0(jiti@2.5.1)
transitivePeerDependencies:
- supports-color
- typescript
- '@nuxt/eslint@1.7.1(@typescript-eslint/utils@8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3))(@vue/compiler-sfc@3.5.18)(eslint@9.32.0(jiti@2.5.1))(magicast@0.3.5)(typescript@5.8.3)(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))':
+ '@nuxt/eslint@1.7.1(@typescript-eslint/utils@8.39.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.9.2))(@vue/compiler-sfc@3.5.18)(eslint@9.32.0(jiti@2.5.1))(magicast@0.3.5)(typescript@5.9.2)(vite@7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))':
dependencies:
'@eslint/config-inspector': 1.1.0(eslint@9.32.0(jiti@2.5.1))
- '@nuxt/devtools-kit': 2.6.2(magicast@0.3.5)(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))
- '@nuxt/eslint-config': 1.7.1(@typescript-eslint/utils@8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3))(@vue/compiler-sfc@3.5.18)(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3)
- '@nuxt/eslint-plugin': 1.7.1(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3)
- '@nuxt/kit': 4.0.1(magicast@0.3.5)
+ '@nuxt/devtools-kit': 2.6.2(magicast@0.3.5)(vite@7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))
+ '@nuxt/eslint-config': 1.7.1(@typescript-eslint/utils@8.39.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.9.2))(@vue/compiler-sfc@3.5.18)(eslint@9.32.0(jiti@2.5.1))(typescript@5.9.2)
+ '@nuxt/eslint-plugin': 1.7.1(eslint@9.32.0(jiti@2.5.1))(typescript@5.9.2)
+ '@nuxt/kit': 4.0.2(magicast@0.3.5)
chokidar: 4.0.3
eslint: 9.32.0(jiti@2.5.1)
- eslint-flat-config-utils: 2.1.0
+ eslint-flat-config-utils: 2.1.1
eslint-typegen: 2.3.0(eslint@9.32.0(jiti@2.5.1))
find-up: 7.0.0
get-port-please: 3.2.0
@@ -7954,9 +8038,45 @@ snapshots:
- utf-8-validate
- vite
- '@nuxt/kit@3.17.7(magicast@0.3.5)':
+ '@nuxt/image@1.11.0(@netlify/blobs@9.1.2)(db0@0.3.2(better-sqlite3@12.2.0))(ioredis@5.7.0)(magicast@0.3.5)':
dependencies:
- c12: 3.1.0(magicast@0.3.5)
+ '@nuxt/kit': 3.18.0(magicast@0.3.5)
+ consola: 3.4.2
+ defu: 6.1.4
+ h3: 1.15.4
+ image-meta: 0.2.1
+ knitwork: 1.2.0
+ ohash: 2.0.11
+ pathe: 2.0.3
+ std-env: 3.9.0
+ ufo: 1.6.1
+ optionalDependencies:
+ ipx: 2.1.1(@netlify/blobs@9.1.2)(db0@0.3.2(better-sqlite3@12.2.0))(ioredis@5.7.0)
+ transitivePeerDependencies:
+ - '@azure/app-configuration'
+ - '@azure/cosmos'
+ - '@azure/data-tables'
+ - '@azure/identity'
+ - '@azure/keyvault-secrets'
+ - '@azure/storage-blob'
+ - '@capacitor/preferences'
+ - '@deno/kv'
+ - '@netlify/blobs'
+ - '@planetscale/database'
+ - '@upstash/redis'
+ - '@vercel/blob'
+ - '@vercel/kv'
+ - aws4fetch
+ - bare-buffer
+ - db0
+ - idb-keyval
+ - ioredis
+ - magicast
+ - uploadthing
+
+ '@nuxt/kit@3.18.0(magicast@0.3.5)':
+ dependencies:
+ c12: 3.2.0(magicast@0.3.5)
consola: 3.4.2
defu: 6.1.4
destr: 2.0.5
@@ -7981,9 +8101,9 @@ snapshots:
transitivePeerDependencies:
- magicast
- '@nuxt/kit@4.0.1(magicast@0.3.5)':
+ '@nuxt/kit@4.0.2(magicast@0.3.5)':
dependencies:
- c12: 3.1.0(magicast@0.3.5)
+ c12: 3.2.0(magicast@0.3.5)
consola: 3.4.2
defu: 6.1.4
destr: 2.0.5
@@ -8007,17 +8127,18 @@ snapshots:
transitivePeerDependencies:
- magicast
- '@nuxt/schema@4.0.1':
+ '@nuxt/schema@4.0.2':
dependencies:
'@vue/shared': 3.5.18
consola: 3.4.2
defu: 6.1.4
pathe: 2.0.3
std-env: 3.9.0
+ ufo: 1.6.1
'@nuxt/telemetry@2.6.6(magicast@0.3.5)':
dependencies:
- '@nuxt/kit': 3.17.7(magicast@0.3.5)
+ '@nuxt/kit': 3.18.0(magicast@0.3.5)
citty: 0.1.6
consola: 3.4.2
destr: 2.0.5
@@ -8032,12 +8153,12 @@ snapshots:
transitivePeerDependencies:
- magicast
- '@nuxt/vite-builder@4.0.1(@types/node@24.1.0)(eslint@9.32.0(jiti@2.5.1))(lightningcss@1.30.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.46.0)(sass@1.89.2)(terser@5.43.1)(typescript@5.8.3)(vue@3.5.18(typescript@5.8.3))(yaml@2.8.0)':
+ '@nuxt/vite-builder@4.0.2(@types/node@24.2.0)(eslint@9.32.0(jiti@2.5.1))(lightningcss@1.30.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.46.2)(sass@1.89.2)(terser@5.43.1)(typescript@5.9.2)(vue@3.5.18(typescript@5.9.2))(yaml@2.8.0)':
dependencies:
- '@nuxt/kit': 4.0.1(magicast@0.3.5)
- '@rollup/plugin-replace': 6.0.2(rollup@4.46.0)
- '@vitejs/plugin-vue': 6.0.0(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))(vue@3.5.18(typescript@5.8.3))
- '@vitejs/plugin-vue-jsx': 5.0.1(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))(vue@3.5.18(typescript@5.8.3))
+ '@nuxt/kit': 4.0.2(magicast@0.3.5)
+ '@rollup/plugin-replace': 6.0.2(rollup@4.46.2)
+ '@vitejs/plugin-vue': 6.0.1(vite@7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))(vue@3.5.18(typescript@5.9.2))
+ '@vitejs/plugin-vue-jsx': 5.0.1(vite@7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))(vue@3.5.18(typescript@5.9.2))
autoprefixer: 10.4.21(postcss@8.5.6)
consola: 3.4.2
cssnano: 7.1.0(postcss@8.5.6)
@@ -8046,7 +8167,7 @@ snapshots:
escape-string-regexp: 5.0.0
exsolve: 1.0.7
get-port-please: 3.2.0
- h3: 1.15.3
+ h3: 1.15.4
jiti: 2.5.1
knitwork: 1.2.0
magic-string: 0.30.17
@@ -8055,15 +8176,15 @@ snapshots:
pathe: 2.0.3
pkg-types: 2.2.0
postcss: 8.5.6
- rollup-plugin-visualizer: 6.0.3(rollup@4.46.0)
+ rollup-plugin-visualizer: 6.0.3(rollup@4.46.2)
std-env: 3.9.0
ufo: 1.6.1
unenv: 2.0.0-rc.19
- vite: 7.0.6(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0)
- vite-node: 3.2.4(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0)
- vite-plugin-checker: 0.10.1(eslint@9.32.0(jiti@2.5.1))(optionator@0.9.4)(typescript@5.8.3)(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))
- vue: 3.5.18(typescript@5.8.3)
- vue-bundle-renderer: 2.1.1
+ vite: 7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0)
+ vite-node: 3.2.4(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0)
+ vite-plugin-checker: 0.10.2(eslint@9.32.0(jiti@2.5.1))(optionator@0.9.4)(typescript@5.9.2)(vite@7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))
+ vue: 3.5.18(typescript@5.9.2)
+ vue-bundle-renderer: 2.1.2
transitivePeerDependencies:
- '@biomejs/biome'
- '@types/node'
@@ -8089,17 +8210,17 @@ snapshots:
- vue-tsc
- yaml
- '@nuxthub/core@0.9.0(@netlify/blobs@9.1.2)(db0@0.3.2(better-sqlite3@12.2.0))(ioredis@5.6.1)(magicast@0.3.5)(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))':
+ '@nuxthub/core@0.9.0(@netlify/blobs@9.1.2)(db0@0.3.2(better-sqlite3@12.2.0))(ioredis@5.7.0)(magicast@0.3.5)(vite@7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))':
dependencies:
- '@cloudflare/workers-types': 4.20250726.0
- '@nuxt/devtools-kit': 2.6.2(magicast@0.3.5)(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))
- '@nuxt/kit': 3.17.7(magicast@0.3.5)
+ '@cloudflare/workers-types': 4.20250803.0
+ '@nuxt/devtools-kit': 2.6.2(magicast@0.3.5)(vite@7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))
+ '@nuxt/kit': 3.18.0(magicast@0.3.5)
'@uploadthing/mime-types': 0.3.5
citty: 0.1.6
confbox: 0.2.2
defu: 6.1.4
destr: 2.0.5
- h3: 1.15.3
+ h3: 1.15.4
mime: 4.0.7
nitro-cloudflare-dev: 0.2.2
ofetch: 1.4.1
@@ -8108,7 +8229,7 @@ snapshots:
std-env: 3.9.0
ufo: 1.6.1
uncrypto: 0.1.3
- unstorage: 1.16.1(@netlify/blobs@9.1.2)(db0@0.3.2(better-sqlite3@12.2.0))(ioredis@5.6.1)
+ unstorage: 1.16.1(@netlify/blobs@9.1.2)(db0@0.3.2(better-sqlite3@12.2.0))(ioredis@5.7.0)
zod: 3.25.76
transitivePeerDependencies:
- '@azure/app-configuration'
@@ -8134,43 +8255,43 @@ snapshots:
'@nuxtjs/color-mode@3.5.2(magicast@0.3.5)':
dependencies:
- '@nuxt/kit': 3.17.7(magicast@0.3.5)
+ '@nuxt/kit': 3.18.0(magicast@0.3.5)
pathe: 1.1.2
pkg-types: 1.3.1
semver: 7.7.2
transitivePeerDependencies:
- magicast
- '@nuxtjs/i18n@10.0.3(@netlify/blobs@9.1.2)(@vue/compiler-dom@3.5.18)(db0@0.3.2(better-sqlite3@12.2.0))(eslint@9.32.0(jiti@2.5.1))(ioredis@5.6.1)(magicast@0.3.5)(rollup@4.46.0)(vue@3.5.18(typescript@5.8.3))':
+ '@nuxtjs/i18n@10.0.3(@netlify/blobs@9.1.2)(@vue/compiler-dom@3.5.18)(db0@0.3.2(better-sqlite3@12.2.0))(eslint@9.32.0(jiti@2.5.1))(ioredis@5.7.0)(magicast@0.3.5)(rollup@4.46.2)(vue@3.5.18(typescript@5.9.2))':
dependencies:
'@intlify/core': 11.1.11
'@intlify/h3': 0.7.1
'@intlify/shared': 11.1.11
- '@intlify/unplugin-vue-i18n': 6.0.8(@vue/compiler-dom@3.5.18)(eslint@9.32.0(jiti@2.5.1))(rollup@4.46.0)(typescript@5.8.3)(vue-i18n@11.1.11(vue@3.5.18(typescript@5.8.3)))(vue@3.5.18(typescript@5.8.3))
+ '@intlify/unplugin-vue-i18n': 6.0.8(@vue/compiler-dom@3.5.18)(eslint@9.32.0(jiti@2.5.1))(rollup@4.46.2)(typescript@5.9.2)(vue-i18n@11.1.11(vue@3.5.18(typescript@5.9.2)))(vue@3.5.18(typescript@5.9.2))
'@intlify/utils': 0.13.0
- '@miyaneee/rollup-plugin-json5': 1.2.0(rollup@4.46.0)
- '@nuxt/kit': 4.0.1(magicast@0.3.5)
- '@rollup/plugin-yaml': 4.1.2(rollup@4.46.0)
+ '@miyaneee/rollup-plugin-json5': 1.2.0(rollup@4.46.2)
+ '@nuxt/kit': 4.0.2(magicast@0.3.5)
+ '@rollup/plugin-yaml': 4.1.2(rollup@4.46.2)
'@vue/compiler-sfc': 3.5.18
cookie-es: 2.0.0
defu: 6.1.4
devalue: 5.1.1
esbuild: 0.25.8
estree-walker: 3.0.3
- h3: 1.15.3
+ h3: 1.15.4
knitwork: 1.2.0
magic-string: 0.30.17
mlly: 1.7.4
nuxt-define: 1.0.0
oxc-parser: 0.72.3
pathe: 2.0.3
- typescript: 5.8.3
+ typescript: 5.9.2
ufo: 1.6.1
unplugin: 2.3.5
- unplugin-vue-router: 0.12.0(vue-router@4.5.1(vue@3.5.18(typescript@5.8.3)))(vue@3.5.18(typescript@5.8.3))
- unstorage: 1.16.1(@netlify/blobs@9.1.2)(db0@0.3.2(better-sqlite3@12.2.0))(ioredis@5.6.1)
- vue-i18n: 11.1.11(vue@3.5.18(typescript@5.8.3))
- vue-router: 4.5.1(vue@3.5.18(typescript@5.8.3))
+ unplugin-vue-router: 0.12.0(vue-router@4.5.1(vue@3.5.18(typescript@5.9.2)))(vue@3.5.18(typescript@5.9.2))
+ unstorage: 1.16.1(@netlify/blobs@9.1.2)(db0@0.3.2(better-sqlite3@12.2.0))(ioredis@5.7.0)
+ vue-i18n: 11.1.11(vue@3.5.18(typescript@5.9.2))
+ vue-router: 4.5.1(vue@3.5.18(typescript@5.9.2))
transitivePeerDependencies:
- '@azure/app-configuration'
- '@azure/cosmos'
@@ -8200,10 +8321,10 @@ snapshots:
'@nuxtjs/mdc@0.17.0(magicast@0.3.5)':
dependencies:
- '@nuxt/kit': 3.17.7(magicast@0.3.5)
- '@shikijs/langs': 3.8.1
- '@shikijs/themes': 3.8.1
- '@shikijs/transformers': 3.8.1
+ '@nuxt/kit': 3.18.0(magicast@0.3.5)
+ '@shikijs/langs': 3.9.2
+ '@shikijs/themes': 3.9.2
+ '@shikijs/transformers': 3.9.2
'@types/hast': 3.0.4
'@types/mdast': 4.0.4
'@vue/compiler-core': 3.5.18
@@ -8235,7 +8356,7 @@ snapshots:
remark-rehype: 11.1.2
remark-stringify: 11.0.0
scule: 1.3.0
- shiki: 3.8.1
+ shiki: 3.9.2
ufo: 1.6.1
unified: 11.0.5
unist-builder: 4.0.0
@@ -8248,8 +8369,8 @@ snapshots:
'@nuxtjs/supabase@1.6.0':
dependencies:
- '@supabase/ssr': 0.6.1(@supabase/supabase-js@2.52.1)
- '@supabase/supabase-js': 2.52.1
+ '@supabase/ssr': 0.6.1(@supabase/supabase-js@2.53.0)
+ '@supabase/supabase-js': 2.53.0
defu: 6.1.4
pathe: 2.0.3
transitivePeerDependencies:
@@ -8258,12 +8379,12 @@ snapshots:
'@nuxtjs/tailwindcss@6.14.0(magicast@0.3.5)':
dependencies:
- '@nuxt/kit': 3.17.7(magicast@0.3.5)
+ '@nuxt/kit': 3.18.0(magicast@0.3.5)
autoprefixer: 10.4.21(postcss@8.5.6)
- c12: 3.1.0(magicast@0.3.5)
+ c12: 3.2.0(magicast@0.3.5)
consola: 3.4.2
defu: 6.1.4
- h3: 1.15.3
+ h3: 1.15.4
klona: 2.0.6
ohash: 2.0.11
pathe: 2.0.3
@@ -8279,120 +8400,120 @@ snapshots:
- supports-color
- ts-node
- '@oxc-minify/binding-android-arm64@0.77.3':
+ '@oxc-minify/binding-android-arm64@0.78.0':
optional: true
- '@oxc-minify/binding-darwin-arm64@0.77.3':
+ '@oxc-minify/binding-darwin-arm64@0.78.0':
optional: true
- '@oxc-minify/binding-darwin-x64@0.77.3':
+ '@oxc-minify/binding-darwin-x64@0.78.0':
optional: true
- '@oxc-minify/binding-freebsd-x64@0.77.3':
+ '@oxc-minify/binding-freebsd-x64@0.78.0':
optional: true
- '@oxc-minify/binding-linux-arm-gnueabihf@0.77.3':
+ '@oxc-minify/binding-linux-arm-gnueabihf@0.78.0':
optional: true
- '@oxc-minify/binding-linux-arm-musleabihf@0.77.3':
+ '@oxc-minify/binding-linux-arm-musleabihf@0.78.0':
optional: true
- '@oxc-minify/binding-linux-arm64-gnu@0.77.3':
+ '@oxc-minify/binding-linux-arm64-gnu@0.78.0':
optional: true
- '@oxc-minify/binding-linux-arm64-musl@0.77.3':
+ '@oxc-minify/binding-linux-arm64-musl@0.78.0':
optional: true
- '@oxc-minify/binding-linux-riscv64-gnu@0.77.3':
+ '@oxc-minify/binding-linux-riscv64-gnu@0.78.0':
optional: true
- '@oxc-minify/binding-linux-s390x-gnu@0.77.3':
+ '@oxc-minify/binding-linux-s390x-gnu@0.78.0':
optional: true
- '@oxc-minify/binding-linux-x64-gnu@0.77.3':
+ '@oxc-minify/binding-linux-x64-gnu@0.78.0':
optional: true
- '@oxc-minify/binding-linux-x64-musl@0.77.3':
+ '@oxc-minify/binding-linux-x64-musl@0.78.0':
optional: true
- '@oxc-minify/binding-wasm32-wasi@0.77.3':
+ '@oxc-minify/binding-wasm32-wasi@0.78.0':
dependencies:
'@napi-rs/wasm-runtime': 1.0.1
optional: true
- '@oxc-minify/binding-win32-arm64-msvc@0.77.3':
+ '@oxc-minify/binding-win32-arm64-msvc@0.78.0':
optional: true
- '@oxc-minify/binding-win32-x64-msvc@0.77.3':
+ '@oxc-minify/binding-win32-x64-msvc@0.78.0':
optional: true
- '@oxc-parser/binding-android-arm64@0.77.3':
+ '@oxc-parser/binding-android-arm64@0.78.0':
optional: true
'@oxc-parser/binding-darwin-arm64@0.72.3':
optional: true
- '@oxc-parser/binding-darwin-arm64@0.77.3':
+ '@oxc-parser/binding-darwin-arm64@0.78.0':
optional: true
'@oxc-parser/binding-darwin-x64@0.72.3':
optional: true
- '@oxc-parser/binding-darwin-x64@0.77.3':
+ '@oxc-parser/binding-darwin-x64@0.78.0':
optional: true
'@oxc-parser/binding-freebsd-x64@0.72.3':
optional: true
- '@oxc-parser/binding-freebsd-x64@0.77.3':
+ '@oxc-parser/binding-freebsd-x64@0.78.0':
optional: true
'@oxc-parser/binding-linux-arm-gnueabihf@0.72.3':
optional: true
- '@oxc-parser/binding-linux-arm-gnueabihf@0.77.3':
+ '@oxc-parser/binding-linux-arm-gnueabihf@0.78.0':
optional: true
'@oxc-parser/binding-linux-arm-musleabihf@0.72.3':
optional: true
- '@oxc-parser/binding-linux-arm-musleabihf@0.77.3':
+ '@oxc-parser/binding-linux-arm-musleabihf@0.78.0':
optional: true
'@oxc-parser/binding-linux-arm64-gnu@0.72.3':
optional: true
- '@oxc-parser/binding-linux-arm64-gnu@0.77.3':
+ '@oxc-parser/binding-linux-arm64-gnu@0.78.0':
optional: true
'@oxc-parser/binding-linux-arm64-musl@0.72.3':
optional: true
- '@oxc-parser/binding-linux-arm64-musl@0.77.3':
+ '@oxc-parser/binding-linux-arm64-musl@0.78.0':
optional: true
'@oxc-parser/binding-linux-riscv64-gnu@0.72.3':
optional: true
- '@oxc-parser/binding-linux-riscv64-gnu@0.77.3':
+ '@oxc-parser/binding-linux-riscv64-gnu@0.78.0':
optional: true
'@oxc-parser/binding-linux-s390x-gnu@0.72.3':
optional: true
- '@oxc-parser/binding-linux-s390x-gnu@0.77.3':
+ '@oxc-parser/binding-linux-s390x-gnu@0.78.0':
optional: true
'@oxc-parser/binding-linux-x64-gnu@0.72.3':
optional: true
- '@oxc-parser/binding-linux-x64-gnu@0.77.3':
+ '@oxc-parser/binding-linux-x64-gnu@0.78.0':
optional: true
'@oxc-parser/binding-linux-x64-musl@0.72.3':
optional: true
- '@oxc-parser/binding-linux-x64-musl@0.77.3':
+ '@oxc-parser/binding-linux-x64-musl@0.78.0':
optional: true
'@oxc-parser/binding-wasm32-wasi@0.72.3':
@@ -8400,7 +8521,7 @@ snapshots:
'@napi-rs/wasm-runtime': 0.2.12
optional: true
- '@oxc-parser/binding-wasm32-wasi@0.77.3':
+ '@oxc-parser/binding-wasm32-wasi@0.78.0':
dependencies:
'@napi-rs/wasm-runtime': 1.0.1
optional: true
@@ -8408,64 +8529,64 @@ snapshots:
'@oxc-parser/binding-win32-arm64-msvc@0.72.3':
optional: true
- '@oxc-parser/binding-win32-arm64-msvc@0.77.3':
+ '@oxc-parser/binding-win32-arm64-msvc@0.78.0':
optional: true
'@oxc-parser/binding-win32-x64-msvc@0.72.3':
optional: true
- '@oxc-parser/binding-win32-x64-msvc@0.77.3':
+ '@oxc-parser/binding-win32-x64-msvc@0.78.0':
optional: true
'@oxc-project/types@0.72.3': {}
- '@oxc-project/types@0.77.3': {}
+ '@oxc-project/types@0.78.0': {}
- '@oxc-transform/binding-android-arm64@0.77.3':
+ '@oxc-transform/binding-android-arm64@0.78.0':
optional: true
- '@oxc-transform/binding-darwin-arm64@0.77.3':
+ '@oxc-transform/binding-darwin-arm64@0.78.0':
optional: true
- '@oxc-transform/binding-darwin-x64@0.77.3':
+ '@oxc-transform/binding-darwin-x64@0.78.0':
optional: true
- '@oxc-transform/binding-freebsd-x64@0.77.3':
+ '@oxc-transform/binding-freebsd-x64@0.78.0':
optional: true
- '@oxc-transform/binding-linux-arm-gnueabihf@0.77.3':
+ '@oxc-transform/binding-linux-arm-gnueabihf@0.78.0':
optional: true
- '@oxc-transform/binding-linux-arm-musleabihf@0.77.3':
+ '@oxc-transform/binding-linux-arm-musleabihf@0.78.0':
optional: true
- '@oxc-transform/binding-linux-arm64-gnu@0.77.3':
+ '@oxc-transform/binding-linux-arm64-gnu@0.78.0':
optional: true
- '@oxc-transform/binding-linux-arm64-musl@0.77.3':
+ '@oxc-transform/binding-linux-arm64-musl@0.78.0':
optional: true
- '@oxc-transform/binding-linux-riscv64-gnu@0.77.3':
+ '@oxc-transform/binding-linux-riscv64-gnu@0.78.0':
optional: true
- '@oxc-transform/binding-linux-s390x-gnu@0.77.3':
+ '@oxc-transform/binding-linux-s390x-gnu@0.78.0':
optional: true
- '@oxc-transform/binding-linux-x64-gnu@0.77.3':
+ '@oxc-transform/binding-linux-x64-gnu@0.78.0':
optional: true
- '@oxc-transform/binding-linux-x64-musl@0.77.3':
+ '@oxc-transform/binding-linux-x64-musl@0.78.0':
optional: true
- '@oxc-transform/binding-wasm32-wasi@0.77.3':
+ '@oxc-transform/binding-wasm32-wasi@0.78.0':
dependencies:
'@napi-rs/wasm-runtime': 1.0.1
optional: true
- '@oxc-transform/binding-win32-arm64-msvc@0.77.3':
+ '@oxc-transform/binding-win32-arm64-msvc@0.78.0':
optional: true
- '@oxc-transform/binding-win32-x64-msvc@0.77.3':
+ '@oxc-transform/binding-win32-x64-msvc@0.78.0':
optional: true
'@parcel/watcher-android-arm64@2.5.1':
@@ -8533,14 +8654,14 @@ snapshots:
'@parcel/watcher-win32-ia32': 2.5.1
'@parcel/watcher-win32-x64': 2.5.1
- '@phosphor-icons/vue@2.2.1(vue@3.5.18(typescript@5.8.3))':
+ '@phosphor-icons/vue@2.2.1(vue@3.5.18(typescript@5.9.2))':
dependencies:
- vue: 3.5.18(typescript@5.8.3)
+ vue: 3.5.18(typescript@5.9.2)
- '@pinia/nuxt@0.11.2(magicast@0.3.5)(pinia@3.0.3(typescript@5.8.3)(vue@3.5.18(typescript@5.8.3)))':
+ '@pinia/nuxt@0.11.2(magicast@0.3.5)(pinia@3.0.3(typescript@5.9.2)(vue@3.5.18(typescript@5.9.2)))':
dependencies:
- '@nuxt/kit': 3.17.7(magicast@0.3.5)
- pinia: 3.0.3(typescript@5.8.3)(vue@3.5.18(typescript@5.8.3))
+ '@nuxt/kit': 3.18.0(magicast@0.3.5)
+ pinia: 3.0.3(typescript@5.9.2)(vue@3.5.18(typescript@5.9.2))
transitivePeerDependencies:
- magicast
@@ -8559,21 +8680,21 @@ snapshots:
dependencies:
'@poppinss/colors': 4.1.5
'@sindresorhus/is': 7.0.2
- supports-color: 10.0.0
+ supports-color: 10.1.0
'@poppinss/exception@1.2.2': {}
- '@rolldown/pluginutils@1.0.0-beta.19': {}
-
'@rolldown/pluginutils@1.0.0-beta.29': {}
- '@rollup/plugin-alias@5.1.1(rollup@4.46.0)':
- optionalDependencies:
- rollup: 4.46.0
+ '@rolldown/pluginutils@1.0.0-beta.31': {}
- '@rollup/plugin-commonjs@28.0.6(rollup@4.46.0)':
+ '@rollup/plugin-alias@5.1.1(rollup@4.46.2)':
+ optionalDependencies:
+ rollup: 4.46.2
+
+ '@rollup/plugin-commonjs@28.0.6(rollup@4.46.2)':
dependencies:
- '@rollup/pluginutils': 5.2.0(rollup@4.46.0)
+ '@rollup/pluginutils': 5.2.0(rollup@4.46.2)
commondir: 1.0.1
estree-walker: 2.0.2
fdir: 6.4.6(picomatch@4.0.3)
@@ -8581,155 +8702,155 @@ snapshots:
magic-string: 0.30.17
picomatch: 4.0.3
optionalDependencies:
- rollup: 4.46.0
+ rollup: 4.46.2
- '@rollup/plugin-inject@5.0.5(rollup@4.46.0)':
+ '@rollup/plugin-inject@5.0.5(rollup@4.46.2)':
dependencies:
- '@rollup/pluginutils': 5.2.0(rollup@4.46.0)
+ '@rollup/pluginutils': 5.2.0(rollup@4.46.2)
estree-walker: 2.0.2
magic-string: 0.30.17
optionalDependencies:
- rollup: 4.46.0
+ rollup: 4.46.2
- '@rollup/plugin-json@6.1.0(rollup@4.46.0)':
+ '@rollup/plugin-json@6.1.0(rollup@4.46.2)':
dependencies:
- '@rollup/pluginutils': 5.2.0(rollup@4.46.0)
+ '@rollup/pluginutils': 5.2.0(rollup@4.46.2)
optionalDependencies:
- rollup: 4.46.0
+ rollup: 4.46.2
- '@rollup/plugin-node-resolve@16.0.1(rollup@4.46.0)':
+ '@rollup/plugin-node-resolve@16.0.1(rollup@4.46.2)':
dependencies:
- '@rollup/pluginutils': 5.2.0(rollup@4.46.0)
+ '@rollup/pluginutils': 5.2.0(rollup@4.46.2)
'@types/resolve': 1.20.2
deepmerge: 4.3.1
is-module: 1.0.0
resolve: 1.22.10
optionalDependencies:
- rollup: 4.46.0
+ rollup: 4.46.2
- '@rollup/plugin-replace@6.0.2(rollup@4.46.0)':
+ '@rollup/plugin-replace@6.0.2(rollup@4.46.2)':
dependencies:
- '@rollup/pluginutils': 5.2.0(rollup@4.46.0)
+ '@rollup/pluginutils': 5.2.0(rollup@4.46.2)
magic-string: 0.30.17
optionalDependencies:
- rollup: 4.46.0
+ rollup: 4.46.2
- '@rollup/plugin-terser@0.4.4(rollup@4.46.0)':
+ '@rollup/plugin-terser@0.4.4(rollup@4.46.2)':
dependencies:
serialize-javascript: 6.0.2
smob: 1.5.0
terser: 5.43.1
optionalDependencies:
- rollup: 4.46.0
+ rollup: 4.46.2
- '@rollup/plugin-yaml@4.1.2(rollup@4.46.0)':
+ '@rollup/plugin-yaml@4.1.2(rollup@4.46.2)':
dependencies:
- '@rollup/pluginutils': 5.2.0(rollup@4.46.0)
+ '@rollup/pluginutils': 5.2.0(rollup@4.46.2)
js-yaml: 4.1.0
tosource: 2.0.0-alpha.3
optionalDependencies:
- rollup: 4.46.0
+ rollup: 4.46.2
- '@rollup/pluginutils@5.2.0(rollup@4.46.0)':
+ '@rollup/pluginutils@5.2.0(rollup@4.46.2)':
dependencies:
'@types/estree': 1.0.8
estree-walker: 2.0.2
picomatch: 4.0.3
optionalDependencies:
- rollup: 4.46.0
+ rollup: 4.46.2
- '@rollup/rollup-android-arm-eabi@4.46.0':
+ '@rollup/rollup-android-arm-eabi@4.46.2':
optional: true
- '@rollup/rollup-android-arm64@4.46.0':
+ '@rollup/rollup-android-arm64@4.46.2':
optional: true
- '@rollup/rollup-darwin-arm64@4.46.0':
+ '@rollup/rollup-darwin-arm64@4.46.2':
optional: true
- '@rollup/rollup-darwin-x64@4.46.0':
+ '@rollup/rollup-darwin-x64@4.46.2':
optional: true
- '@rollup/rollup-freebsd-arm64@4.46.0':
+ '@rollup/rollup-freebsd-arm64@4.46.2':
optional: true
- '@rollup/rollup-freebsd-x64@4.46.0':
+ '@rollup/rollup-freebsd-x64@4.46.2':
optional: true
- '@rollup/rollup-linux-arm-gnueabihf@4.46.0':
+ '@rollup/rollup-linux-arm-gnueabihf@4.46.2':
optional: true
- '@rollup/rollup-linux-arm-musleabihf@4.46.0':
+ '@rollup/rollup-linux-arm-musleabihf@4.46.2':
optional: true
- '@rollup/rollup-linux-arm64-gnu@4.46.0':
+ '@rollup/rollup-linux-arm64-gnu@4.46.2':
optional: true
- '@rollup/rollup-linux-arm64-musl@4.46.0':
+ '@rollup/rollup-linux-arm64-musl@4.46.2':
optional: true
- '@rollup/rollup-linux-loongarch64-gnu@4.46.0':
+ '@rollup/rollup-linux-loongarch64-gnu@4.46.2':
optional: true
- '@rollup/rollup-linux-ppc64-gnu@4.46.0':
+ '@rollup/rollup-linux-ppc64-gnu@4.46.2':
optional: true
- '@rollup/rollup-linux-riscv64-gnu@4.46.0':
+ '@rollup/rollup-linux-riscv64-gnu@4.46.2':
optional: true
- '@rollup/rollup-linux-riscv64-musl@4.46.0':
+ '@rollup/rollup-linux-riscv64-musl@4.46.2':
optional: true
- '@rollup/rollup-linux-s390x-gnu@4.46.0':
+ '@rollup/rollup-linux-s390x-gnu@4.46.2':
optional: true
- '@rollup/rollup-linux-x64-gnu@4.46.0':
+ '@rollup/rollup-linux-x64-gnu@4.46.2':
optional: true
- '@rollup/rollup-linux-x64-musl@4.46.0':
+ '@rollup/rollup-linux-x64-musl@4.46.2':
optional: true
- '@rollup/rollup-win32-arm64-msvc@4.46.0':
+ '@rollup/rollup-win32-arm64-msvc@4.46.2':
optional: true
- '@rollup/rollup-win32-ia32-msvc@4.46.0':
+ '@rollup/rollup-win32-ia32-msvc@4.46.2':
optional: true
- '@rollup/rollup-win32-x64-msvc@4.46.0':
+ '@rollup/rollup-win32-x64-msvc@4.46.2':
optional: true
- '@shikijs/core@3.8.1':
+ '@shikijs/core@3.9.2':
dependencies:
- '@shikijs/types': 3.8.1
+ '@shikijs/types': 3.9.2
'@shikijs/vscode-textmate': 10.0.2
'@types/hast': 3.0.4
hast-util-to-html: 9.0.5
- '@shikijs/engine-javascript@3.8.1':
+ '@shikijs/engine-javascript@3.9.2':
dependencies:
- '@shikijs/types': 3.8.1
+ '@shikijs/types': 3.9.2
'@shikijs/vscode-textmate': 10.0.2
oniguruma-to-es: 4.3.3
- '@shikijs/engine-oniguruma@3.8.1':
+ '@shikijs/engine-oniguruma@3.9.2':
dependencies:
- '@shikijs/types': 3.8.1
+ '@shikijs/types': 3.9.2
'@shikijs/vscode-textmate': 10.0.2
- '@shikijs/langs@3.8.1':
+ '@shikijs/langs@3.9.2':
dependencies:
- '@shikijs/types': 3.8.1
+ '@shikijs/types': 3.9.2
- '@shikijs/themes@3.8.1':
+ '@shikijs/themes@3.9.2':
dependencies:
- '@shikijs/types': 3.8.1
+ '@shikijs/types': 3.9.2
- '@shikijs/transformers@3.8.1':
+ '@shikijs/transformers@3.9.2':
dependencies:
- '@shikijs/core': 3.8.1
- '@shikijs/types': 3.8.1
+ '@shikijs/core': 3.9.2
+ '@shikijs/types': 3.9.2
- '@shikijs/types@3.8.1':
+ '@shikijs/types@3.9.2':
dependencies:
'@shikijs/vscode-textmate': 10.0.2
'@types/hast': 3.0.4
@@ -8757,7 +8878,7 @@ snapshots:
'@stylistic/eslint-plugin@5.2.2(eslint@9.32.0(jiti@2.5.1))':
dependencies:
'@eslint-community/eslint-utils': 4.7.0(eslint@9.32.0(jiti@2.5.1))
- '@typescript-eslint/types': 8.38.0
+ '@typescript-eslint/types': 8.39.0
eslint: 9.32.0(jiti@2.5.1)
eslint-visitor-keys: 4.2.1
espree: 10.4.0
@@ -8791,23 +8912,23 @@ snapshots:
- bufferutil
- utf-8-validate
- '@supabase/ssr@0.6.1(@supabase/supabase-js@2.52.1)':
+ '@supabase/ssr@0.6.1(@supabase/supabase-js@2.53.0)':
dependencies:
- '@supabase/supabase-js': 2.52.1
+ '@supabase/supabase-js': 2.53.0
cookie: 1.0.2
- '@supabase/storage-js@2.7.1':
+ '@supabase/storage-js@2.10.4':
dependencies:
'@supabase/node-fetch': 2.6.15
- '@supabase/supabase-js@2.52.1':
+ '@supabase/supabase-js@2.53.0':
dependencies:
'@supabase/auth-js': 2.71.1
'@supabase/functions-js': 2.4.5
'@supabase/node-fetch': 2.6.15
'@supabase/postgrest-js': 1.19.4
'@supabase/realtime-js': 2.11.15
- '@supabase/storage-js': 2.7.1
+ '@supabase/storage-js': 2.10.4
transitivePeerDependencies:
- bufferutil
- utf-8-validate
@@ -8880,19 +9001,22 @@ snapshots:
'@tailwindcss/oxide-win32-arm64-msvc': 4.1.11
'@tailwindcss/oxide-win32-x64-msvc': 4.1.11
- '@tailwindcss/vite@4.1.11(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))':
+ '@tailwindcss/vite@4.1.11(vite@7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))':
dependencies:
'@tailwindcss/node': 4.1.11
'@tailwindcss/oxide': 4.1.11
tailwindcss: 4.1.11
- vite: 7.0.6(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0)
+ vite: 7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0)
'@tanstack/virtual-core@3.13.12': {}
- '@tanstack/vue-virtual@3.13.12(vue@3.5.18(typescript@5.8.3))':
+ '@tanstack/vue-virtual@3.13.12(vue@3.5.18(typescript@5.9.2))':
dependencies:
'@tanstack/virtual-core': 3.13.12
- vue: 3.5.18(typescript@5.8.3)
+ vue: 3.5.18(typescript@5.9.2)
+
+ '@trysound/sax@0.2.0':
+ optional: true
'@tybys/wasm-util@0.10.0':
dependencies:
@@ -8913,7 +9037,7 @@ snapshots:
'@types/lodash@4.17.20': {}
- '@types/luxon@3.6.2': {}
+ '@types/luxon@3.7.1': {}
'@types/mdast@4.0.4':
dependencies:
@@ -8921,9 +9045,9 @@ snapshots:
'@types/ms@2.1.0': {}
- '@types/node@24.1.0':
+ '@types/node@24.2.0':
dependencies:
- undici-types: 7.8.0
+ undici-types: 7.10.0
'@types/normalize-package-data@2.4.4': {}
@@ -8947,113 +9071,113 @@ snapshots:
'@types/ws@8.18.1':
dependencies:
- '@types/node': 24.1.0
+ '@types/node': 24.2.0
'@types/yauzl@2.10.3':
dependencies:
- '@types/node': 24.1.0
+ '@types/node': 24.2.0
optional: true
- '@typescript-eslint/eslint-plugin@8.38.0(@typescript-eslint/parser@8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3))(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3)':
+ '@typescript-eslint/eslint-plugin@8.39.0(@typescript-eslint/parser@8.39.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.9.2))(eslint@9.32.0(jiti@2.5.1))(typescript@5.9.2)':
dependencies:
'@eslint-community/regexpp': 4.12.1
- '@typescript-eslint/parser': 8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3)
- '@typescript-eslint/scope-manager': 8.38.0
- '@typescript-eslint/type-utils': 8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3)
- '@typescript-eslint/utils': 8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3)
- '@typescript-eslint/visitor-keys': 8.38.0
+ '@typescript-eslint/parser': 8.39.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.9.2)
+ '@typescript-eslint/scope-manager': 8.39.0
+ '@typescript-eslint/type-utils': 8.39.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.9.2)
+ '@typescript-eslint/utils': 8.39.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.9.2)
+ '@typescript-eslint/visitor-keys': 8.39.0
eslint: 9.32.0(jiti@2.5.1)
graphemer: 1.4.0
ignore: 7.0.5
natural-compare: 1.4.0
- ts-api-utils: 2.1.0(typescript@5.8.3)
- typescript: 5.8.3
+ ts-api-utils: 2.1.0(typescript@5.9.2)
+ typescript: 5.9.2
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/parser@8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3)':
+ '@typescript-eslint/parser@8.39.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.9.2)':
dependencies:
- '@typescript-eslint/scope-manager': 8.38.0
- '@typescript-eslint/types': 8.38.0
- '@typescript-eslint/typescript-estree': 8.38.0(typescript@5.8.3)
- '@typescript-eslint/visitor-keys': 8.38.0
+ '@typescript-eslint/scope-manager': 8.39.0
+ '@typescript-eslint/types': 8.39.0
+ '@typescript-eslint/typescript-estree': 8.39.0(typescript@5.9.2)
+ '@typescript-eslint/visitor-keys': 8.39.0
debug: 4.4.1
eslint: 9.32.0(jiti@2.5.1)
- typescript: 5.8.3
+ typescript: 5.9.2
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/project-service@8.38.0(typescript@5.8.3)':
+ '@typescript-eslint/project-service@8.39.0(typescript@5.9.2)':
dependencies:
- '@typescript-eslint/tsconfig-utils': 8.38.0(typescript@5.8.3)
- '@typescript-eslint/types': 8.38.0
+ '@typescript-eslint/tsconfig-utils': 8.39.0(typescript@5.9.2)
+ '@typescript-eslint/types': 8.39.0
debug: 4.4.1
- typescript: 5.8.3
+ typescript: 5.9.2
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/scope-manager@8.38.0':
+ '@typescript-eslint/scope-manager@8.39.0':
dependencies:
- '@typescript-eslint/types': 8.38.0
- '@typescript-eslint/visitor-keys': 8.38.0
+ '@typescript-eslint/types': 8.39.0
+ '@typescript-eslint/visitor-keys': 8.39.0
- '@typescript-eslint/tsconfig-utils@8.38.0(typescript@5.8.3)':
+ '@typescript-eslint/tsconfig-utils@8.39.0(typescript@5.9.2)':
dependencies:
- typescript: 5.8.3
+ typescript: 5.9.2
- '@typescript-eslint/type-utils@8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3)':
+ '@typescript-eslint/type-utils@8.39.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.9.2)':
dependencies:
- '@typescript-eslint/types': 8.38.0
- '@typescript-eslint/typescript-estree': 8.38.0(typescript@5.8.3)
- '@typescript-eslint/utils': 8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3)
+ '@typescript-eslint/types': 8.39.0
+ '@typescript-eslint/typescript-estree': 8.39.0(typescript@5.9.2)
+ '@typescript-eslint/utils': 8.39.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.9.2)
debug: 4.4.1
eslint: 9.32.0(jiti@2.5.1)
- ts-api-utils: 2.1.0(typescript@5.8.3)
- typescript: 5.8.3
+ ts-api-utils: 2.1.0(typescript@5.9.2)
+ typescript: 5.9.2
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/types@8.38.0': {}
+ '@typescript-eslint/types@8.39.0': {}
- '@typescript-eslint/typescript-estree@8.38.0(typescript@5.8.3)':
+ '@typescript-eslint/typescript-estree@8.39.0(typescript@5.9.2)':
dependencies:
- '@typescript-eslint/project-service': 8.38.0(typescript@5.8.3)
- '@typescript-eslint/tsconfig-utils': 8.38.0(typescript@5.8.3)
- '@typescript-eslint/types': 8.38.0
- '@typescript-eslint/visitor-keys': 8.38.0
+ '@typescript-eslint/project-service': 8.39.0(typescript@5.9.2)
+ '@typescript-eslint/tsconfig-utils': 8.39.0(typescript@5.9.2)
+ '@typescript-eslint/types': 8.39.0
+ '@typescript-eslint/visitor-keys': 8.39.0
debug: 4.4.1
fast-glob: 3.3.3
is-glob: 4.0.3
minimatch: 9.0.5
semver: 7.7.2
- ts-api-utils: 2.1.0(typescript@5.8.3)
- typescript: 5.8.3
+ ts-api-utils: 2.1.0(typescript@5.9.2)
+ typescript: 5.9.2
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/utils@8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3)':
+ '@typescript-eslint/utils@8.39.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.9.2)':
dependencies:
'@eslint-community/eslint-utils': 4.7.0(eslint@9.32.0(jiti@2.5.1))
- '@typescript-eslint/scope-manager': 8.38.0
- '@typescript-eslint/types': 8.38.0
- '@typescript-eslint/typescript-estree': 8.38.0(typescript@5.8.3)
+ '@typescript-eslint/scope-manager': 8.39.0
+ '@typescript-eslint/types': 8.39.0
+ '@typescript-eslint/typescript-estree': 8.39.0(typescript@5.9.2)
eslint: 9.32.0(jiti@2.5.1)
- typescript: 5.8.3
+ typescript: 5.9.2
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/visitor-keys@8.38.0':
+ '@typescript-eslint/visitor-keys@8.39.0':
dependencies:
- '@typescript-eslint/types': 8.38.0
+ '@typescript-eslint/types': 8.39.0
eslint-visitor-keys: 4.2.1
'@ungap/structured-clone@1.3.0': {}
- '@unhead/vue@2.0.12(vue@3.5.18(typescript@5.8.3))':
+ '@unhead/vue@2.0.13(vue@3.5.18(typescript@5.9.2))':
dependencies:
hookable: 5.5.3
- unhead: 2.0.12
- vue: 3.5.18(typescript@5.8.3)
+ unhead: 2.0.13
+ vue: 3.5.18(typescript@5.9.2)
'@unrs/resolver-binding-android-arm-eabi@1.11.1':
optional: true
@@ -9116,10 +9240,10 @@ snapshots:
'@uploadthing/mime-types@0.3.5': {}
- '@vercel/nft@0.29.4(rollup@4.46.0)':
+ '@vercel/nft@0.29.4(rollup@4.46.2)':
dependencies:
'@mapbox/node-pre-gyp': 2.0.0
- '@rollup/pluginutils': 5.2.0(rollup@4.46.0)
+ '@rollup/pluginutils': 5.2.0(rollup@4.46.2)
acorn: 8.15.0
acorn-import-attributes: 1.9.5(acorn@8.15.0)
async-sema: 3.1.1
@@ -9135,36 +9259,36 @@ snapshots:
- rollup
- supports-color
- '@vitejs/plugin-vue-jsx@5.0.1(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))(vue@3.5.18(typescript@5.8.3))':
+ '@vitejs/plugin-vue-jsx@5.0.1(vite@7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))(vue@3.5.18(typescript@5.9.2))':
dependencies:
'@babel/core': 7.28.0
'@babel/plugin-transform-typescript': 7.28.0(@babel/core@7.28.0)
- '@rolldown/pluginutils': 1.0.0-beta.29
+ '@rolldown/pluginutils': 1.0.0-beta.31
'@vue/babel-plugin-jsx': 1.4.0(@babel/core@7.28.0)
- vite: 7.0.6(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0)
- vue: 3.5.18(typescript@5.8.3)
+ vite: 7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0)
+ vue: 3.5.18(typescript@5.9.2)
transitivePeerDependencies:
- supports-color
- '@vitejs/plugin-vue@6.0.0(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))(vue@3.5.18(typescript@5.8.3))':
+ '@vitejs/plugin-vue@6.0.1(vite@7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))(vue@3.5.18(typescript@5.9.2))':
dependencies:
- '@rolldown/pluginutils': 1.0.0-beta.19
- vite: 7.0.6(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0)
- vue: 3.5.18(typescript@5.8.3)
+ '@rolldown/pluginutils': 1.0.0-beta.29
+ vite: 7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0)
+ vue: 3.5.18(typescript@5.9.2)
- '@volar/language-core@2.4.20':
+ '@volar/language-core@2.4.22':
dependencies:
- '@volar/source-map': 2.4.20
+ '@volar/source-map': 2.4.22
- '@volar/source-map@2.4.20': {}
+ '@volar/source-map@2.4.22': {}
- '@volar/typescript@2.4.20':
+ '@volar/typescript@2.4.22':
dependencies:
- '@volar/language-core': 2.4.20
+ '@volar/language-core': 2.4.22
path-browserify: 1.0.1
vscode-uri: 3.1.0
- '@vue-macros/common@1.16.1(vue@3.5.18(typescript@5.8.3))':
+ '@vue-macros/common@1.16.1(vue@3.5.18(typescript@5.9.2))':
dependencies:
'@vue/compiler-sfc': 3.5.18
ast-kit: 1.4.3
@@ -9173,9 +9297,9 @@ snapshots:
pathe: 2.0.3
picomatch: 4.0.3
optionalDependencies:
- vue: 3.5.18(typescript@5.8.3)
+ vue: 3.5.18(typescript@5.9.2)
- '@vue-macros/common@3.0.0-beta.15(vue@3.5.18(typescript@5.8.3))':
+ '@vue-macros/common@3.0.0-beta.15(vue@3.5.18(typescript@5.9.2))':
dependencies:
'@vue/compiler-sfc': 3.5.18
ast-kit: 2.1.1
@@ -9183,7 +9307,7 @@ snapshots:
magic-string-ast: 1.0.0
unplugin-utils: 0.2.4
optionalDependencies:
- vue: 3.5.18(typescript@5.8.3)
+ vue: 3.5.18(typescript@5.9.2)
'@vue/babel-helper-vue-transform-on@1.4.0': {}
@@ -9255,15 +9379,15 @@ snapshots:
dependencies:
'@vue/devtools-kit': 7.7.7
- '@vue/devtools-core@7.7.7(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))(vue@3.5.18(typescript@5.8.3))':
+ '@vue/devtools-core@7.7.7(vite@7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))(vue@3.5.18(typescript@5.9.2))':
dependencies:
'@vue/devtools-kit': 7.7.7
'@vue/devtools-shared': 7.7.7
mitt: 3.0.1
nanoid: 5.1.5
pathe: 2.0.3
- vite-hot-client: 2.1.0(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))
- vue: 3.5.18(typescript@5.8.3)
+ vite-hot-client: 2.1.0(vite@7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))
+ vue: 3.5.18(typescript@5.9.2)
transitivePeerDependencies:
- vite
@@ -9281,18 +9405,18 @@ snapshots:
dependencies:
rfdc: 1.4.1
- '@vue/language-core@3.0.4(typescript@5.8.3)':
+ '@vue/language-core@3.0.5(typescript@5.9.2)':
dependencies:
- '@volar/language-core': 2.4.20
+ '@volar/language-core': 2.4.22
'@vue/compiler-dom': 3.5.18
'@vue/compiler-vue2': 2.7.16
'@vue/shared': 3.5.18
- alien-signals: 2.0.5
+ alien-signals: 2.0.6
muggle-string: 0.4.1
path-browserify: 1.0.1
picomatch: 4.0.3
optionalDependencies:
- typescript: 5.8.3
+ typescript: 5.9.2
'@vue/reactivity@3.5.18':
dependencies:
@@ -9310,36 +9434,36 @@ snapshots:
'@vue/shared': 3.5.18
csstype: 3.1.3
- '@vue/server-renderer@3.5.18(vue@3.5.18(typescript@5.8.3))':
+ '@vue/server-renderer@3.5.18(vue@3.5.18(typescript@5.9.2))':
dependencies:
'@vue/compiler-ssr': 3.5.18
'@vue/shared': 3.5.18
- vue: 3.5.18(typescript@5.8.3)
+ vue: 3.5.18(typescript@5.9.2)
'@vue/shared@3.5.18': {}
- '@vueuse/core@10.11.1(vue@3.5.18(typescript@5.8.3))':
+ '@vueuse/core@10.11.1(vue@3.5.18(typescript@5.9.2))':
dependencies:
'@types/web-bluetooth': 0.0.20
'@vueuse/metadata': 10.11.1
- '@vueuse/shared': 10.11.1(vue@3.5.18(typescript@5.8.3))
- vue-demi: 0.14.10(vue@3.5.18(typescript@5.8.3))
+ '@vueuse/shared': 10.11.1(vue@3.5.18(typescript@5.9.2))
+ vue-demi: 0.14.10(vue@3.5.18(typescript@5.9.2))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
- '@vueuse/core@13.5.0(vue@3.5.18(typescript@5.8.3))':
+ '@vueuse/core@13.6.0(vue@3.5.18(typescript@5.9.2))':
dependencies:
'@types/web-bluetooth': 0.0.21
- '@vueuse/metadata': 13.5.0
- '@vueuse/shared': 13.5.0(vue@3.5.18(typescript@5.8.3))
- vue: 3.5.18(typescript@5.8.3)
+ '@vueuse/metadata': 13.6.0
+ '@vueuse/shared': 13.6.0(vue@3.5.18(typescript@5.9.2))
+ vue: 3.5.18(typescript@5.9.2)
- '@vueuse/integrations@13.5.0(change-case@5.4.4)(fuse.js@7.1.0)(jwt-decode@4.0.0)(sortablejs@1.15.6)(vue@3.5.18(typescript@5.8.3))':
+ '@vueuse/integrations@13.6.0(change-case@5.4.4)(fuse.js@7.1.0)(jwt-decode@4.0.0)(sortablejs@1.15.6)(vue@3.5.18(typescript@5.9.2))':
dependencies:
- '@vueuse/core': 13.5.0(vue@3.5.18(typescript@5.8.3))
- '@vueuse/shared': 13.5.0(vue@3.5.18(typescript@5.8.3))
- vue: 3.5.18(typescript@5.8.3)
+ '@vueuse/core': 13.6.0(vue@3.5.18(typescript@5.9.2))
+ '@vueuse/shared': 13.6.0(vue@3.5.18(typescript@5.9.2))
+ vue: 3.5.18(typescript@5.9.2)
optionalDependencies:
change-case: 5.4.4
fuse.js: 7.1.0
@@ -9348,29 +9472,29 @@ snapshots:
'@vueuse/metadata@10.11.1': {}
- '@vueuse/metadata@13.5.0': {}
+ '@vueuse/metadata@13.6.0': {}
- '@vueuse/nuxt@13.5.0(magicast@0.3.5)(nuxt@4.0.1(@netlify/blobs@9.1.2)(@parcel/watcher@2.5.1)(@types/node@24.1.0)(@vue/compiler-sfc@3.5.18)(better-sqlite3@12.2.0)(db0@0.3.2(better-sqlite3@12.2.0))(eslint@9.32.0(jiti@2.5.1))(ioredis@5.6.1)(lightningcss@1.30.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.46.0)(sass@1.89.2)(terser@5.43.1)(typescript@5.8.3)(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))(yaml@2.8.0))(vue@3.5.18(typescript@5.8.3))':
+ '@vueuse/nuxt@13.6.0(magicast@0.3.5)(nuxt@4.0.2(@netlify/blobs@9.1.2)(@parcel/watcher@2.5.1)(@types/node@24.2.0)(@vue/compiler-sfc@3.5.18)(better-sqlite3@12.2.0)(db0@0.3.2(better-sqlite3@12.2.0))(eslint@9.32.0(jiti@2.5.1))(ioredis@5.7.0)(lightningcss@1.30.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.46.2)(sass@1.89.2)(terser@5.43.1)(typescript@5.9.2)(vite@7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))(yaml@2.8.0))(vue@3.5.18(typescript@5.9.2))':
dependencies:
- '@nuxt/kit': 3.17.7(magicast@0.3.5)
- '@vueuse/core': 13.5.0(vue@3.5.18(typescript@5.8.3))
- '@vueuse/metadata': 13.5.0
+ '@nuxt/kit': 4.0.2(magicast@0.3.5)
+ '@vueuse/core': 13.6.0(vue@3.5.18(typescript@5.9.2))
+ '@vueuse/metadata': 13.6.0
local-pkg: 1.1.1
- nuxt: 4.0.1(@netlify/blobs@9.1.2)(@parcel/watcher@2.5.1)(@types/node@24.1.0)(@vue/compiler-sfc@3.5.18)(better-sqlite3@12.2.0)(db0@0.3.2(better-sqlite3@12.2.0))(eslint@9.32.0(jiti@2.5.1))(ioredis@5.6.1)(lightningcss@1.30.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.46.0)(sass@1.89.2)(terser@5.43.1)(typescript@5.8.3)(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))(yaml@2.8.0)
- vue: 3.5.18(typescript@5.8.3)
+ nuxt: 4.0.2(@netlify/blobs@9.1.2)(@parcel/watcher@2.5.1)(@types/node@24.2.0)(@vue/compiler-sfc@3.5.18)(better-sqlite3@12.2.0)(db0@0.3.2(better-sqlite3@12.2.0))(eslint@9.32.0(jiti@2.5.1))(ioredis@5.7.0)(lightningcss@1.30.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.46.2)(sass@1.89.2)(terser@5.43.1)(typescript@5.9.2)(vite@7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))(yaml@2.8.0)
+ vue: 3.5.18(typescript@5.9.2)
transitivePeerDependencies:
- magicast
- '@vueuse/shared@10.11.1(vue@3.5.18(typescript@5.8.3))':
+ '@vueuse/shared@10.11.1(vue@3.5.18(typescript@5.9.2))':
dependencies:
- vue-demi: 0.14.10(vue@3.5.18(typescript@5.8.3))
+ vue-demi: 0.14.10(vue@3.5.18(typescript@5.9.2))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
- '@vueuse/shared@13.5.0(vue@3.5.18(typescript@5.8.3))':
+ '@vueuse/shared@13.6.0(vue@3.5.18(typescript@5.9.2))':
dependencies:
- vue: 3.5.18(typescript@5.8.3)
+ vue: 3.5.18(typescript@5.9.2)
'@webcontainer/env@1.1.1': {}
@@ -9379,12 +9503,12 @@ snapshots:
'@whatwg-node/promise-helpers': 1.3.2
tslib: 2.8.1
- '@whatwg-node/fetch@0.10.9':
+ '@whatwg-node/fetch@0.10.10':
dependencies:
- '@whatwg-node/node-fetch': 0.7.22
+ '@whatwg-node/node-fetch': 0.7.25
urlpattern-polyfill: 10.1.0
- '@whatwg-node/node-fetch@0.7.22':
+ '@whatwg-node/node-fetch@0.7.25':
dependencies:
'@fastify/busboy': 3.1.1
'@whatwg-node/disposablestack': 0.0.6
@@ -9398,7 +9522,7 @@ snapshots:
'@whatwg-node/server@0.9.71':
dependencies:
'@whatwg-node/disposablestack': 0.0.6
- '@whatwg-node/fetch': 0.10.9
+ '@whatwg-node/fetch': 0.10.10
'@whatwg-node/promise-helpers': 1.3.2
tslib: 2.8.1
@@ -9436,7 +9560,7 @@ snapshots:
json-schema-traverse: 0.4.1
uri-js: 4.4.1
- alien-signals@2.0.5: {}
+ alien-signals@2.0.6: {}
ansi-regex@5.0.1: {}
@@ -9518,7 +9642,7 @@ snapshots:
autoprefixer@10.4.21(postcss@8.5.6):
dependencies:
browserslist: 4.25.1
- caniuse-lite: 1.0.30001727
+ caniuse-lite: 1.0.30001731
fraction.js: 4.3.7
normalize-range: 0.1.2
picocolors: 1.1.1
@@ -9534,6 +9658,28 @@ snapshots:
bare-events@2.6.0:
optional: true
+ bare-fs@4.1.6:
+ dependencies:
+ bare-events: 2.6.0
+ bare-path: 3.0.0
+ bare-stream: 2.6.5(bare-events@2.6.0)
+ optional: true
+
+ bare-os@3.6.1:
+ optional: true
+
+ bare-path@3.0.0:
+ dependencies:
+ bare-os: 3.6.1
+ optional: true
+
+ bare-stream@2.6.5(bare-events@2.6.0):
+ dependencies:
+ streamx: 2.22.1
+ optionalDependencies:
+ bare-events: 2.6.0
+ optional: true
+
base64-js@1.5.1: {}
better-sqlite3@12.2.0:
@@ -9582,8 +9728,8 @@ snapshots:
browserslist@4.25.1:
dependencies:
- caniuse-lite: 1.0.30001727
- electron-to-chromium: 1.5.191
+ caniuse-lite: 1.0.30001731
+ electron-to-chromium: 1.5.194
node-releases: 2.0.19
update-browserslist-db: 1.1.3(browserslist@4.25.1)
@@ -9616,12 +9762,12 @@ snapshots:
esbuild: 0.25.8
load-tsconfig: 0.2.5
- c12@3.1.0(magicast@0.3.5):
+ c12@3.2.0(magicast@0.3.5):
dependencies:
chokidar: 4.0.3
confbox: 0.2.2
defu: 6.1.4
- dotenv: 16.6.1
+ dotenv: 17.2.1
exsolve: 1.0.7
giget: 2.0.0
jiti: 2.5.1
@@ -9659,11 +9805,11 @@ snapshots:
caniuse-api@3.0.0:
dependencies:
browserslist: 4.25.1
- caniuse-lite: 1.0.30001727
+ caniuse-lite: 1.0.30001731
lodash.memoize: 4.1.2
lodash.uniq: 4.5.0
- caniuse-lite@1.0.30001727: {}
+ caniuse-lite@1.0.30001731: {}
ccount@2.0.1: {}
@@ -9786,6 +9932,9 @@ snapshots:
commander@6.2.1: {}
+ commander@7.2.0:
+ optional: true
+
comment-parser@1.4.1: {}
common-path-prefix@3.0.0: {}
@@ -9838,7 +9987,7 @@ snapshots:
graceful-fs: 4.2.11
p-event: 6.0.1
- core-js-compat@3.44.0:
+ core-js-compat@3.45.0:
dependencies:
browserslist: 4.25.1
@@ -9884,6 +10033,12 @@ snapshots:
mdn-data: 2.0.28
source-map-js: 1.2.1
+ css-tree@2.3.1:
+ dependencies:
+ mdn-data: 2.0.30
+ source-map-js: 1.2.1
+ optional: true
+
css-tree@3.1.0:
dependencies:
mdn-data: 2.12.2
@@ -9893,6 +10048,9 @@ snapshots:
cssesc@3.0.0: {}
+ cssfilter@0.0.10:
+ optional: true
+
cssnano-preset-default@7.0.8(postcss@8.5.6):
dependencies:
browserslist: 4.25.1
@@ -10054,16 +10212,16 @@ snapshots:
detective-stylus@5.0.1: {}
- detective-typescript@14.0.0(typescript@5.8.3):
+ detective-typescript@14.0.0(typescript@5.9.2):
dependencies:
- '@typescript-eslint/typescript-estree': 8.38.0(typescript@5.8.3)
+ '@typescript-eslint/typescript-estree': 8.39.0(typescript@5.9.2)
ast-module-types: 6.0.1
node-source-walk: 7.0.1
- typescript: 5.8.3
+ typescript: 5.9.2
transitivePeerDependencies:
- supports-color
- detective-vue2@2.2.0(typescript@5.8.3):
+ detective-vue2@2.2.0(typescript@5.9.2):
dependencies:
'@dependents/detective-less': 5.0.1
'@vue/compiler-sfc': 3.5.18
@@ -10071,8 +10229,8 @@ snapshots:
detective-sass: 6.0.1
detective-scss: 5.0.1
detective-stylus: 5.0.1
- detective-typescript: 14.0.0(typescript@5.8.3)
- typescript: 5.8.3
+ detective-typescript: 14.0.0(typescript@5.9.2)
+ typescript: 5.9.2
transitivePeerDependencies:
- supports-color
@@ -10112,6 +10270,8 @@ snapshots:
dotenv@16.6.1: {}
+ dotenv@17.2.1: {}
+
dunder-proto@1.0.1:
dependencies:
call-bind-apply-helpers: 1.0.2
@@ -10124,7 +10284,7 @@ snapshots:
ee-first@1.1.1: {}
- electron-to-chromium@1.5.191: {}
+ electron-to-chromium@1.5.194: {}
emoji-regex@8.0.0: {}
@@ -10295,7 +10455,7 @@ snapshots:
dependencies:
eslint: 9.32.0(jiti@2.5.1)
- eslint-flat-config-utils@2.1.0:
+ eslint-flat-config-utils@2.1.1:
dependencies:
pathe: 2.0.3
@@ -10310,17 +10470,17 @@ snapshots:
dependencies:
eslint: 9.32.0(jiti@2.5.1)
- eslint-plugin-import-lite@0.3.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3):
+ eslint-plugin-import-lite@0.3.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.9.2):
dependencies:
'@eslint-community/eslint-utils': 4.7.0(eslint@9.32.0(jiti@2.5.1))
- '@typescript-eslint/types': 8.38.0
+ '@typescript-eslint/types': 8.39.0
eslint: 9.32.0(jiti@2.5.1)
optionalDependencies:
- typescript: 5.8.3
+ typescript: 5.9.2
- eslint-plugin-import-x@4.16.1(@typescript-eslint/utils@8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3))(eslint@9.32.0(jiti@2.5.1)):
+ eslint-plugin-import-x@4.16.1(@typescript-eslint/utils@8.39.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.9.2))(eslint@9.32.0(jiti@2.5.1)):
dependencies:
- '@typescript-eslint/types': 8.38.0
+ '@typescript-eslint/types': 8.39.0
comment-parser: 1.4.1
debug: 4.4.1
eslint: 9.32.0(jiti@2.5.1)
@@ -10331,7 +10491,7 @@ snapshots:
stable-hash-x: 0.2.0
unrs-resolver: 1.11.1
optionalDependencies:
- '@typescript-eslint/utils': 8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3)
+ '@typescript-eslint/utils': 8.39.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.9.2)
transitivePeerDependencies:
- supports-color
@@ -10360,7 +10520,7 @@ snapshots:
optionalDependencies:
eslint-config-prettier: 10.1.8(eslint@9.32.0(jiti@2.5.1))
- eslint-plugin-regexp@2.9.0(eslint@9.32.0(jiti@2.5.1)):
+ eslint-plugin-regexp@2.9.1(eslint@9.32.0(jiti@2.5.1)):
dependencies:
'@eslint-community/eslint-utils': 4.7.0(eslint@9.32.0(jiti@2.5.1))
'@eslint-community/regexpp': 4.12.1
@@ -10379,7 +10539,7 @@ snapshots:
change-case: 5.4.4
ci-info: 4.3.0
clean-regexp: 1.0.0
- core-js-compat: 3.44.0
+ core-js-compat: 3.45.0
eslint: 9.32.0(jiti@2.5.1)
esquery: 1.6.0
find-up-simple: 1.0.1
@@ -10393,7 +10553,7 @@ snapshots:
semver: 7.7.2
strip-indent: 4.0.0
- eslint-plugin-vue@10.3.0(@typescript-eslint/parser@8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3))(eslint@9.32.0(jiti@2.5.1))(vue-eslint-parser@10.2.0(eslint@9.32.0(jiti@2.5.1))):
+ eslint-plugin-vue@10.4.0(@typescript-eslint/parser@8.39.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.9.2))(eslint@9.32.0(jiti@2.5.1))(vue-eslint-parser@10.2.0(eslint@9.32.0(jiti@2.5.1))):
dependencies:
'@eslint-community/eslint-utils': 4.7.0(eslint@9.32.0(jiti@2.5.1))
eslint: 9.32.0(jiti@2.5.1)
@@ -10404,7 +10564,7 @@ snapshots:
vue-eslint-parser: 10.2.0(eslint@9.32.0(jiti@2.5.1))
xml-name-validator: 4.0.0
optionalDependencies:
- '@typescript-eslint/parser': 8.38.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.8.3)
+ '@typescript-eslint/parser': 8.39.0(eslint@9.32.0(jiti@2.5.1))(typescript@5.9.2)
eslint-processor-vue-blocks@2.0.0(@vue/compiler-sfc@3.5.18)(eslint@9.32.0(jiti@2.5.1)):
dependencies:
@@ -10688,8 +10848,8 @@ snapshots:
citty: 0.1.6
consola: 3.4.2
defu: 6.1.4
- node-fetch-native: 1.6.6
- nypm: 0.6.0
+ node-fetch-native: 1.6.7
+ nypm: 0.6.1
pathe: 2.0.3
git-up@8.1.1:
@@ -10764,14 +10924,14 @@ snapshots:
dependencies:
duplexer: 0.1.2
- h3@1.15.3:
+ h3@1.15.4:
dependencies:
cookie-es: 1.2.2
crossws: 0.3.5
defu: 6.1.4
destr: 2.0.5
iron-webcrypto: 1.2.1
- node-mock-http: 1.0.1
+ node-mock-http: 1.0.2
radix3: 1.1.2
ufo: 1.6.1
uncrypto: 0.1.3
@@ -11025,9 +11185,9 @@ snapshots:
ini@4.1.1: {}
- ioredis@5.6.1:
+ ioredis@5.7.0:
dependencies:
- '@ioredis/commands': 1.2.0
+ '@ioredis/commands': 1.3.0
cluster-key-slot: 1.1.2
debug: 4.4.1
denque: 2.1.0
@@ -11039,6 +11199,46 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ ipx@2.1.1(@netlify/blobs@9.1.2)(db0@0.3.2(better-sqlite3@12.2.0))(ioredis@5.7.0):
+ dependencies:
+ '@fastify/accept-negotiator': 1.1.0
+ citty: 0.1.6
+ consola: 3.4.2
+ defu: 6.1.4
+ destr: 2.0.5
+ etag: 1.8.1
+ h3: 1.15.4
+ image-meta: 0.2.1
+ listhen: 1.9.0
+ ofetch: 1.4.1
+ pathe: 1.1.2
+ sharp: 0.32.6
+ svgo: 3.3.2
+ ufo: 1.6.1
+ unstorage: 1.16.1(@netlify/blobs@9.1.2)(db0@0.3.2(better-sqlite3@12.2.0))(ioredis@5.7.0)
+ xss: 1.0.15
+ transitivePeerDependencies:
+ - '@azure/app-configuration'
+ - '@azure/cosmos'
+ - '@azure/data-tables'
+ - '@azure/identity'
+ - '@azure/keyvault-secrets'
+ - '@azure/storage-blob'
+ - '@capacitor/preferences'
+ - '@deno/kv'
+ - '@netlify/blobs'
+ - '@planetscale/database'
+ - '@upstash/redis'
+ - '@vercel/blob'
+ - '@vercel/kv'
+ - aws4fetch
+ - bare-buffer
+ - db0
+ - idb-keyval
+ - ioredis
+ - uploadthing
+ optional: true
+
iron-webcrypto@1.2.1: {}
is-absolute-url@4.0.1: {}
@@ -11265,7 +11465,7 @@ snapshots:
transitivePeerDependencies:
- supports-color
- koa@2.16.1:
+ koa@2.16.2:
dependencies:
accepts: 1.3.8
cache-content-type: 1.0.1
@@ -11301,7 +11501,7 @@ snapshots:
dotenv: 16.6.1
winston: 3.17.0
- launch-editor@2.10.0:
+ launch-editor@2.11.0:
dependencies:
picocolors: 1.1.1
shell-quote: 1.8.3
@@ -11374,7 +11574,7 @@ snapshots:
crossws: 0.3.5
defu: 6.1.4
get-port-please: 3.2.0
- h3: 1.15.3
+ h3: 1.15.4
http-shutdown: 1.2.2
jiti: 2.5.1
mlly: 1.7.4
@@ -11434,9 +11634,9 @@ snapshots:
dependencies:
yallist: 3.1.1
- lucide-vue-next@0.526.0(vue@3.5.18(typescript@5.8.3)):
+ lucide-vue-next@0.536.0(vue@3.5.18(typescript@5.9.2)):
dependencies:
- vue: 3.5.18(typescript@5.8.3)
+ vue: 3.5.18(typescript@5.9.2)
luxon@3.7.1: {}
@@ -11588,6 +11788,9 @@ snapshots:
mdn-data@2.0.28: {}
+ mdn-data@2.0.30:
+ optional: true
+
mdn-data@2.12.2: {}
media-typer@0.3.0: {}
@@ -11822,7 +12025,7 @@ snapshots:
min-indent@1.0.1: {}
- miniflare@4.20250712.2:
+ miniflare@4.20250730.0:
dependencies:
'@cspotcode/source-map-support': 0.8.1
acorn: 8.14.0
@@ -11831,8 +12034,8 @@ snapshots:
glob-to-regexp: 0.4.1
sharp: 0.33.5
stoppable: 1.1.0
- undici: 7.12.0
- workerd: 1.20250712.0
+ undici: 7.13.0
+ workerd: 1.20250730.0
ws: 8.18.0
youch: 4.1.0-beta.10
zod: 3.22.3
@@ -11930,17 +12133,17 @@ snapshots:
nitropack@2.12.4(@netlify/blobs@9.1.2)(better-sqlite3@12.2.0):
dependencies:
'@cloudflare/kv-asset-handler': 0.4.0
- '@netlify/functions': 3.1.10(rollup@4.46.0)
- '@rollup/plugin-alias': 5.1.1(rollup@4.46.0)
- '@rollup/plugin-commonjs': 28.0.6(rollup@4.46.0)
- '@rollup/plugin-inject': 5.0.5(rollup@4.46.0)
- '@rollup/plugin-json': 6.1.0(rollup@4.46.0)
- '@rollup/plugin-node-resolve': 16.0.1(rollup@4.46.0)
- '@rollup/plugin-replace': 6.0.2(rollup@4.46.0)
- '@rollup/plugin-terser': 0.4.4(rollup@4.46.0)
- '@vercel/nft': 0.29.4(rollup@4.46.0)
+ '@netlify/functions': 3.1.10(rollup@4.46.2)
+ '@rollup/plugin-alias': 5.1.1(rollup@4.46.2)
+ '@rollup/plugin-commonjs': 28.0.6(rollup@4.46.2)
+ '@rollup/plugin-inject': 5.0.5(rollup@4.46.2)
+ '@rollup/plugin-json': 6.1.0(rollup@4.46.2)
+ '@rollup/plugin-node-resolve': 16.0.1(rollup@4.46.2)
+ '@rollup/plugin-replace': 6.0.2(rollup@4.46.2)
+ '@rollup/plugin-terser': 0.4.4(rollup@4.46.2)
+ '@vercel/nft': 0.29.4(rollup@4.46.2)
archiver: 7.0.1
- c12: 3.1.0(magicast@0.3.5)
+ c12: 3.2.0(magicast@0.3.5)
chokidar: 4.0.3
citty: 0.1.6
compatx: 0.2.0
@@ -11959,10 +12162,10 @@ snapshots:
exsolve: 1.0.7
globby: 14.1.0
gzip-size: 7.0.0
- h3: 1.15.3
+ h3: 1.15.4
hookable: 5.5.3
httpxy: 0.1.7
- ioredis: 5.6.1
+ ioredis: 5.7.0
jiti: 2.5.1
klona: 2.0.6
knitwork: 1.2.0
@@ -11971,8 +12174,8 @@ snapshots:
magicast: 0.3.5
mime: 4.0.7
mlly: 1.7.4
- node-fetch-native: 1.6.6
- node-mock-http: 1.0.1
+ node-fetch-native: 1.6.7
+ node-mock-http: 1.0.2
ofetch: 1.4.1
ohash: 2.0.11
pathe: 2.0.3
@@ -11980,8 +12183,8 @@ snapshots:
pkg-types: 2.2.0
pretty-bytes: 6.1.1
radix3: 1.1.2
- rollup: 4.46.0
- rollup-plugin-visualizer: 6.0.3(rollup@4.46.0)
+ rollup: 4.46.2
+ rollup-plugin-visualizer: 6.0.3(rollup@4.46.2)
scule: 1.3.0
semver: 7.7.2
serve-placeholder: 2.0.2
@@ -11995,7 +12198,7 @@ snapshots:
unenv: 2.0.0-rc.19
unimport: 5.2.0
unplugin-utils: 0.2.4
- unstorage: 1.16.1(@netlify/blobs@9.1.2)(db0@0.3.2(better-sqlite3@12.2.0))(ioredis@5.6.1)
+ unstorage: 1.16.1(@netlify/blobs@9.1.2)(db0@0.3.2(better-sqlite3@12.2.0))(ioredis@5.7.0)
untyped: 2.0.0
unwasm: 0.3.9
youch: 4.1.0-beta.8
@@ -12031,6 +12234,9 @@ snapshots:
dependencies:
semver: 7.7.2
+ node-addon-api@6.1.0:
+ optional: true
+
node-addon-api@7.1.1: {}
node-domexception@1.0.0: {}
@@ -12042,7 +12248,7 @@ snapshots:
emojilib: 2.4.0
skin-tone: 2.0.0
- node-fetch-native@1.6.6: {}
+ node-fetch-native@1.6.7: {}
node-fetch@2.7.0:
dependencies:
@@ -12058,7 +12264,7 @@ snapshots:
node-gyp-build@4.8.4: {}
- node-mock-http@1.0.1: {}
+ node-mock-http@1.0.2: {}
node-releases@2.0.19: {}
@@ -12101,33 +12307,33 @@ snapshots:
nuxt-component-meta@0.12.2(magicast@0.3.5)(vue-component-type-helpers@3.0.1):
dependencies:
- '@nuxt/kit': 4.0.1(magicast@0.3.5)
+ '@nuxt/kit': 4.0.2(magicast@0.3.5)
citty: 0.1.6
json-schema-to-zod: 2.6.1
mlly: 1.7.4
ohash: 2.0.11
scule: 1.3.0
- typescript: 5.8.3
+ typescript: 5.9.2
ufo: 1.6.1
- vue-component-meta: 3.0.4(typescript@5.8.3)(vue-component-type-helpers@3.0.1)
+ vue-component-meta: 3.0.5(typescript@5.9.2)(vue-component-type-helpers@3.0.1)
transitivePeerDependencies:
- magicast
- vue-component-type-helpers
nuxt-define@1.0.0: {}
- nuxt@4.0.1(@netlify/blobs@9.1.2)(@parcel/watcher@2.5.1)(@types/node@24.1.0)(@vue/compiler-sfc@3.5.18)(better-sqlite3@12.2.0)(db0@0.3.2(better-sqlite3@12.2.0))(eslint@9.32.0(jiti@2.5.1))(ioredis@5.6.1)(lightningcss@1.30.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.46.0)(sass@1.89.2)(terser@5.43.1)(typescript@5.8.3)(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))(yaml@2.8.0):
+ nuxt@4.0.2(@netlify/blobs@9.1.2)(@parcel/watcher@2.5.1)(@types/node@24.2.0)(@vue/compiler-sfc@3.5.18)(better-sqlite3@12.2.0)(db0@0.3.2(better-sqlite3@12.2.0))(eslint@9.32.0(jiti@2.5.1))(ioredis@5.7.0)(lightningcss@1.30.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.46.2)(sass@1.89.2)(terser@5.43.1)(typescript@5.9.2)(vite@7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))(yaml@2.8.0):
dependencies:
'@nuxt/cli': 3.27.0(magicast@0.3.5)
'@nuxt/devalue': 2.0.2
- '@nuxt/devtools': 2.6.2(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))(vue@3.5.18(typescript@5.8.3))
- '@nuxt/kit': 4.0.1(magicast@0.3.5)
- '@nuxt/schema': 4.0.1
+ '@nuxt/devtools': 2.6.2(vite@7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))(vue@3.5.18(typescript@5.9.2))
+ '@nuxt/kit': 4.0.2(magicast@0.3.5)
+ '@nuxt/schema': 4.0.2
'@nuxt/telemetry': 2.6.6(magicast@0.3.5)
- '@nuxt/vite-builder': 4.0.1(@types/node@24.1.0)(eslint@9.32.0(jiti@2.5.1))(lightningcss@1.30.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.46.0)(sass@1.89.2)(terser@5.43.1)(typescript@5.8.3)(vue@3.5.18(typescript@5.8.3))(yaml@2.8.0)
- '@unhead/vue': 2.0.12(vue@3.5.18(typescript@5.8.3))
+ '@nuxt/vite-builder': 4.0.2(@types/node@24.2.0)(eslint@9.32.0(jiti@2.5.1))(lightningcss@1.30.1)(magicast@0.3.5)(optionator@0.9.4)(rollup@4.46.2)(sass@1.89.2)(terser@5.43.1)(typescript@5.9.2)(vue@3.5.18(typescript@5.9.2))(yaml@2.8.0)
+ '@unhead/vue': 2.0.13(vue@3.5.18(typescript@5.9.2))
'@vue/shared': 3.5.18
- c12: 3.1.0(magicast@0.3.5)
+ c12: 3.2.0(magicast@0.3.5)
chokidar: 4.0.3
compatx: 0.2.0
consola: 3.4.2
@@ -12140,7 +12346,7 @@ snapshots:
escape-string-regexp: 5.0.0
estree-walker: 3.0.3
exsolve: 1.0.7
- h3: 1.15.3
+ h3: 1.15.4
hookable: 5.5.3
ignore: 7.0.5
impound: 1.0.0
@@ -12152,14 +12358,14 @@ snapshots:
mocked-exports: 0.1.1
nanotar: 0.2.0
nitropack: 2.12.4(@netlify/blobs@9.1.2)(better-sqlite3@12.2.0)
- nypm: 0.6.0
+ nypm: 0.6.1
ofetch: 1.4.1
ohash: 2.0.11
on-change: 5.0.1
- oxc-minify: 0.77.3
- oxc-parser: 0.77.3
- oxc-transform: 0.77.3
- oxc-walker: 0.4.0(oxc-parser@0.77.3)
+ oxc-minify: 0.78.0
+ oxc-parser: 0.78.0
+ oxc-transform: 0.78.0
+ oxc-walker: 0.4.0(oxc-parser@0.78.0)
pathe: 2.0.3
perfect-debounce: 1.0.0
pkg-types: 2.2.0
@@ -12175,16 +12381,16 @@ snapshots:
unctx: 2.4.1
unimport: 5.2.0
unplugin: 2.3.5
- unplugin-vue-router: 0.14.0(@vue/compiler-sfc@3.5.18)(vue-router@4.5.1(vue@3.5.18(typescript@5.8.3)))(vue@3.5.18(typescript@5.8.3))
- unstorage: 1.16.1(@netlify/blobs@9.1.2)(db0@0.3.2(better-sqlite3@12.2.0))(ioredis@5.6.1)
+ unplugin-vue-router: 0.14.0(@vue/compiler-sfc@3.5.18)(vue-router@4.5.1(vue@3.5.18(typescript@5.9.2)))(vue@3.5.18(typescript@5.9.2))
+ unstorage: 1.16.1(@netlify/blobs@9.1.2)(db0@0.3.2(better-sqlite3@12.2.0))(ioredis@5.7.0)
untyped: 2.0.0
- vue: 3.5.18(typescript@5.8.3)
- vue-bundle-renderer: 2.1.1
+ vue: 3.5.18(typescript@5.9.2)
+ vue-bundle-renderer: 2.1.2
vue-devtools-stub: 0.1.0
- vue-router: 4.5.1(vue@3.5.18(typescript@5.8.3))
+ vue-router: 4.5.1(vue@3.5.18(typescript@5.9.2))
optionalDependencies:
'@parcel/watcher': 2.5.1
- '@types/node': 24.1.0
+ '@types/node': 24.2.0
transitivePeerDependencies:
- '@azure/app-configuration'
- '@azure/cosmos'
@@ -12239,13 +12445,13 @@ snapshots:
- xml2js
- yaml
- nypm@0.6.0:
+ nypm@0.6.1:
dependencies:
citty: 0.1.6
consola: 3.4.2
pathe: 2.0.3
pkg-types: 2.2.0
- tinyexec: 0.3.2
+ tinyexec: 1.0.1
object-assign@4.1.1: {}
@@ -12256,7 +12462,7 @@ snapshots:
ofetch@1.4.1:
dependencies:
destr: 2.0.5
- node-fetch-native: 1.6.6
+ node-fetch-native: 1.6.7
ufo: 1.6.1
ohash@2.0.11: {}
@@ -12316,23 +12522,23 @@ snapshots:
type-check: 0.4.0
word-wrap: 1.2.5
- oxc-minify@0.77.3:
+ oxc-minify@0.78.0:
optionalDependencies:
- '@oxc-minify/binding-android-arm64': 0.77.3
- '@oxc-minify/binding-darwin-arm64': 0.77.3
- '@oxc-minify/binding-darwin-x64': 0.77.3
- '@oxc-minify/binding-freebsd-x64': 0.77.3
- '@oxc-minify/binding-linux-arm-gnueabihf': 0.77.3
- '@oxc-minify/binding-linux-arm-musleabihf': 0.77.3
- '@oxc-minify/binding-linux-arm64-gnu': 0.77.3
- '@oxc-minify/binding-linux-arm64-musl': 0.77.3
- '@oxc-minify/binding-linux-riscv64-gnu': 0.77.3
- '@oxc-minify/binding-linux-s390x-gnu': 0.77.3
- '@oxc-minify/binding-linux-x64-gnu': 0.77.3
- '@oxc-minify/binding-linux-x64-musl': 0.77.3
- '@oxc-minify/binding-wasm32-wasi': 0.77.3
- '@oxc-minify/binding-win32-arm64-msvc': 0.77.3
- '@oxc-minify/binding-win32-x64-msvc': 0.77.3
+ '@oxc-minify/binding-android-arm64': 0.78.0
+ '@oxc-minify/binding-darwin-arm64': 0.78.0
+ '@oxc-minify/binding-darwin-x64': 0.78.0
+ '@oxc-minify/binding-freebsd-x64': 0.78.0
+ '@oxc-minify/binding-linux-arm-gnueabihf': 0.78.0
+ '@oxc-minify/binding-linux-arm-musleabihf': 0.78.0
+ '@oxc-minify/binding-linux-arm64-gnu': 0.78.0
+ '@oxc-minify/binding-linux-arm64-musl': 0.78.0
+ '@oxc-minify/binding-linux-riscv64-gnu': 0.78.0
+ '@oxc-minify/binding-linux-s390x-gnu': 0.78.0
+ '@oxc-minify/binding-linux-x64-gnu': 0.78.0
+ '@oxc-minify/binding-linux-x64-musl': 0.78.0
+ '@oxc-minify/binding-wasm32-wasi': 0.78.0
+ '@oxc-minify/binding-win32-arm64-msvc': 0.78.0
+ '@oxc-minify/binding-win32-x64-msvc': 0.78.0
oxc-parser@0.72.3:
dependencies:
@@ -12353,49 +12559,49 @@ snapshots:
'@oxc-parser/binding-win32-arm64-msvc': 0.72.3
'@oxc-parser/binding-win32-x64-msvc': 0.72.3
- oxc-parser@0.77.3:
+ oxc-parser@0.78.0:
dependencies:
- '@oxc-project/types': 0.77.3
+ '@oxc-project/types': 0.78.0
optionalDependencies:
- '@oxc-parser/binding-android-arm64': 0.77.3
- '@oxc-parser/binding-darwin-arm64': 0.77.3
- '@oxc-parser/binding-darwin-x64': 0.77.3
- '@oxc-parser/binding-freebsd-x64': 0.77.3
- '@oxc-parser/binding-linux-arm-gnueabihf': 0.77.3
- '@oxc-parser/binding-linux-arm-musleabihf': 0.77.3
- '@oxc-parser/binding-linux-arm64-gnu': 0.77.3
- '@oxc-parser/binding-linux-arm64-musl': 0.77.3
- '@oxc-parser/binding-linux-riscv64-gnu': 0.77.3
- '@oxc-parser/binding-linux-s390x-gnu': 0.77.3
- '@oxc-parser/binding-linux-x64-gnu': 0.77.3
- '@oxc-parser/binding-linux-x64-musl': 0.77.3
- '@oxc-parser/binding-wasm32-wasi': 0.77.3
- '@oxc-parser/binding-win32-arm64-msvc': 0.77.3
- '@oxc-parser/binding-win32-x64-msvc': 0.77.3
+ '@oxc-parser/binding-android-arm64': 0.78.0
+ '@oxc-parser/binding-darwin-arm64': 0.78.0
+ '@oxc-parser/binding-darwin-x64': 0.78.0
+ '@oxc-parser/binding-freebsd-x64': 0.78.0
+ '@oxc-parser/binding-linux-arm-gnueabihf': 0.78.0
+ '@oxc-parser/binding-linux-arm-musleabihf': 0.78.0
+ '@oxc-parser/binding-linux-arm64-gnu': 0.78.0
+ '@oxc-parser/binding-linux-arm64-musl': 0.78.0
+ '@oxc-parser/binding-linux-riscv64-gnu': 0.78.0
+ '@oxc-parser/binding-linux-s390x-gnu': 0.78.0
+ '@oxc-parser/binding-linux-x64-gnu': 0.78.0
+ '@oxc-parser/binding-linux-x64-musl': 0.78.0
+ '@oxc-parser/binding-wasm32-wasi': 0.78.0
+ '@oxc-parser/binding-win32-arm64-msvc': 0.78.0
+ '@oxc-parser/binding-win32-x64-msvc': 0.78.0
- oxc-transform@0.77.3:
+ oxc-transform@0.78.0:
optionalDependencies:
- '@oxc-transform/binding-android-arm64': 0.77.3
- '@oxc-transform/binding-darwin-arm64': 0.77.3
- '@oxc-transform/binding-darwin-x64': 0.77.3
- '@oxc-transform/binding-freebsd-x64': 0.77.3
- '@oxc-transform/binding-linux-arm-gnueabihf': 0.77.3
- '@oxc-transform/binding-linux-arm-musleabihf': 0.77.3
- '@oxc-transform/binding-linux-arm64-gnu': 0.77.3
- '@oxc-transform/binding-linux-arm64-musl': 0.77.3
- '@oxc-transform/binding-linux-riscv64-gnu': 0.77.3
- '@oxc-transform/binding-linux-s390x-gnu': 0.77.3
- '@oxc-transform/binding-linux-x64-gnu': 0.77.3
- '@oxc-transform/binding-linux-x64-musl': 0.77.3
- '@oxc-transform/binding-wasm32-wasi': 0.77.3
- '@oxc-transform/binding-win32-arm64-msvc': 0.77.3
- '@oxc-transform/binding-win32-x64-msvc': 0.77.3
+ '@oxc-transform/binding-android-arm64': 0.78.0
+ '@oxc-transform/binding-darwin-arm64': 0.78.0
+ '@oxc-transform/binding-darwin-x64': 0.78.0
+ '@oxc-transform/binding-freebsd-x64': 0.78.0
+ '@oxc-transform/binding-linux-arm-gnueabihf': 0.78.0
+ '@oxc-transform/binding-linux-arm-musleabihf': 0.78.0
+ '@oxc-transform/binding-linux-arm64-gnu': 0.78.0
+ '@oxc-transform/binding-linux-arm64-musl': 0.78.0
+ '@oxc-transform/binding-linux-riscv64-gnu': 0.78.0
+ '@oxc-transform/binding-linux-s390x-gnu': 0.78.0
+ '@oxc-transform/binding-linux-x64-gnu': 0.78.0
+ '@oxc-transform/binding-linux-x64-musl': 0.78.0
+ '@oxc-transform/binding-wasm32-wasi': 0.78.0
+ '@oxc-transform/binding-win32-arm64-msvc': 0.78.0
+ '@oxc-transform/binding-win32-x64-msvc': 0.78.0
- oxc-walker@0.4.0(oxc-parser@0.77.3):
+ oxc-walker@0.4.0(oxc-parser@0.78.0):
dependencies:
estree-walker: 3.0.3
magic-regexp: 0.10.0
- oxc-parser: 0.77.3
+ oxc-parser: 0.78.0
p-event@6.0.1:
dependencies:
@@ -12511,12 +12717,12 @@ snapshots:
pify@2.3.0: {}
- pinia@3.0.3(typescript@5.8.3)(vue@3.5.18(typescript@5.8.3)):
+ pinia@3.0.3(typescript@5.9.2)(vue@3.5.18(typescript@5.9.2)):
dependencies:
'@vue/devtools-api': 7.7.7
- vue: 3.5.18(typescript@5.8.3)
+ vue: 3.5.18(typescript@5.9.2)
optionalDependencies:
- typescript: 5.8.3
+ typescript: 5.9.2
pirates@4.0.7: {}
@@ -12772,12 +12978,12 @@ snapshots:
detective-sass: 6.0.1
detective-scss: 5.0.1
detective-stylus: 5.0.1
- detective-typescript: 14.0.0(typescript@5.8.3)
- detective-vue2: 2.2.0(typescript@5.8.3)
+ detective-typescript: 14.0.0(typescript@5.9.2)
+ detective-vue2: 2.2.0(typescript@5.9.2)
module-definition: 6.0.1
node-source-walk: 7.0.1
postcss: 8.5.6
- typescript: 5.8.3
+ typescript: 5.9.2
transitivePeerDependencies:
- supports-color
@@ -12825,20 +13031,20 @@ snapshots:
quote-unquote@1.0.0: {}
- radix-vue@1.9.17(vue@3.5.18(typescript@5.8.3)):
+ radix-vue@1.9.17(vue@3.5.18(typescript@5.9.2)):
dependencies:
- '@floating-ui/dom': 1.7.2
- '@floating-ui/vue': 1.1.7(vue@3.5.18(typescript@5.8.3))
+ '@floating-ui/dom': 1.7.3
+ '@floating-ui/vue': 1.1.8(vue@3.5.18(typescript@5.9.2))
'@internationalized/date': 3.8.2
'@internationalized/number': 3.6.4
- '@tanstack/vue-virtual': 3.13.12(vue@3.5.18(typescript@5.8.3))
- '@vueuse/core': 10.11.1(vue@3.5.18(typescript@5.8.3))
- '@vueuse/shared': 10.11.1(vue@3.5.18(typescript@5.8.3))
+ '@tanstack/vue-virtual': 3.13.12(vue@3.5.18(typescript@5.9.2))
+ '@vueuse/core': 10.11.1(vue@3.5.18(typescript@5.9.2))
+ '@vueuse/shared': 10.11.1(vue@3.5.18(typescript@5.9.2))
aria-hidden: 1.2.6
defu: 6.1.4
fast-deep-equal: 3.1.3
nanoid: 5.1.5
- vue: 3.5.18(typescript@5.8.3)
+ vue: 3.5.18(typescript@5.9.2)
transitivePeerDependencies:
- '@vue/composition-api'
@@ -13098,39 +13304,39 @@ snapshots:
rfdc@1.4.1: {}
- rollup-plugin-visualizer@6.0.3(rollup@4.46.0):
+ rollup-plugin-visualizer@6.0.3(rollup@4.46.2):
dependencies:
open: 8.4.2
picomatch: 4.0.3
source-map: 0.7.6
yargs: 17.7.2
optionalDependencies:
- rollup: 4.46.0
+ rollup: 4.46.2
- rollup@4.46.0:
+ rollup@4.46.2:
dependencies:
'@types/estree': 1.0.8
optionalDependencies:
- '@rollup/rollup-android-arm-eabi': 4.46.0
- '@rollup/rollup-android-arm64': 4.46.0
- '@rollup/rollup-darwin-arm64': 4.46.0
- '@rollup/rollup-darwin-x64': 4.46.0
- '@rollup/rollup-freebsd-arm64': 4.46.0
- '@rollup/rollup-freebsd-x64': 4.46.0
- '@rollup/rollup-linux-arm-gnueabihf': 4.46.0
- '@rollup/rollup-linux-arm-musleabihf': 4.46.0
- '@rollup/rollup-linux-arm64-gnu': 4.46.0
- '@rollup/rollup-linux-arm64-musl': 4.46.0
- '@rollup/rollup-linux-loongarch64-gnu': 4.46.0
- '@rollup/rollup-linux-ppc64-gnu': 4.46.0
- '@rollup/rollup-linux-riscv64-gnu': 4.46.0
- '@rollup/rollup-linux-riscv64-musl': 4.46.0
- '@rollup/rollup-linux-s390x-gnu': 4.46.0
- '@rollup/rollup-linux-x64-gnu': 4.46.0
- '@rollup/rollup-linux-x64-musl': 4.46.0
- '@rollup/rollup-win32-arm64-msvc': 4.46.0
- '@rollup/rollup-win32-ia32-msvc': 4.46.0
- '@rollup/rollup-win32-x64-msvc': 4.46.0
+ '@rollup/rollup-android-arm-eabi': 4.46.2
+ '@rollup/rollup-android-arm64': 4.46.2
+ '@rollup/rollup-darwin-arm64': 4.46.2
+ '@rollup/rollup-darwin-x64': 4.46.2
+ '@rollup/rollup-freebsd-arm64': 4.46.2
+ '@rollup/rollup-freebsd-x64': 4.46.2
+ '@rollup/rollup-linux-arm-gnueabihf': 4.46.2
+ '@rollup/rollup-linux-arm-musleabihf': 4.46.2
+ '@rollup/rollup-linux-arm64-gnu': 4.46.2
+ '@rollup/rollup-linux-arm64-musl': 4.46.2
+ '@rollup/rollup-linux-loongarch64-gnu': 4.46.2
+ '@rollup/rollup-linux-ppc64-gnu': 4.46.2
+ '@rollup/rollup-linux-riscv64-gnu': 4.46.2
+ '@rollup/rollup-linux-riscv64-musl': 4.46.2
+ '@rollup/rollup-linux-s390x-gnu': 4.46.2
+ '@rollup/rollup-linux-x64-gnu': 4.46.2
+ '@rollup/rollup-linux-x64-musl': 4.46.2
+ '@rollup/rollup-win32-arm64-msvc': 4.46.2
+ '@rollup/rollup-win32-ia32-msvc': 4.46.2
+ '@rollup/rollup-win32-x64-msvc': 4.46.2
fsevents: 2.3.3
run-applescript@7.0.0: {}
@@ -13212,11 +13418,25 @@ snapshots:
shadcn-nuxt@2.2.0(magicast@0.3.5):
dependencies:
- '@nuxt/kit': 3.17.7(magicast@0.3.5)
+ '@nuxt/kit': 3.18.0(magicast@0.3.5)
oxc-parser: 0.72.3
transitivePeerDependencies:
- magicast
+ sharp@0.32.6:
+ dependencies:
+ color: 4.2.3
+ detect-libc: 2.0.4
+ node-addon-api: 6.1.0
+ prebuild-install: 7.1.3
+ semver: 7.7.2
+ simple-get: 4.0.1
+ tar-fs: 3.1.0
+ tunnel-agent: 0.6.0
+ transitivePeerDependencies:
+ - bare-buffer
+ optional: true
+
sharp@0.33.5:
dependencies:
color: 4.2.3
@@ -13251,14 +13471,14 @@ snapshots:
shell-quote@1.8.3: {}
- shiki@3.8.1:
+ shiki@3.9.2:
dependencies:
- '@shikijs/core': 3.8.1
- '@shikijs/engine-javascript': 3.8.1
- '@shikijs/engine-oniguruma': 3.8.1
- '@shikijs/langs': 3.8.1
- '@shikijs/themes': 3.8.1
- '@shikijs/types': 3.8.1
+ '@shikijs/core': 3.9.2
+ '@shikijs/engine-javascript': 3.9.2
+ '@shikijs/engine-oniguruma': 3.9.2
+ '@shikijs/langs': 3.9.2
+ '@shikijs/themes': 3.9.2
+ '@shikijs/types': 3.9.2
'@shikijs/vscode-textmate': 10.0.2
'@types/hast': 3.0.4
@@ -13472,7 +13692,7 @@ snapshots:
pirates: 4.0.7
ts-interface-checker: 0.1.13
- supabase@2.31.8:
+ supabase@2.33.9:
dependencies:
bin-links: 5.0.0
https-proxy-agent: 7.0.6
@@ -13485,7 +13705,7 @@ snapshots:
dependencies:
copy-anything: 3.0.5
- supports-color@10.0.0: {}
+ supports-color@10.1.0: {}
supports-color@7.2.0:
dependencies:
@@ -13493,6 +13713,17 @@ snapshots:
supports-preserve-symlinks-flag@1.0.0: {}
+ svgo@3.3.2:
+ dependencies:
+ '@trysound/sax': 0.2.0
+ commander: 7.2.0
+ css-select: 5.2.2
+ css-tree: 2.3.1
+ css-what: 6.2.2
+ csso: 5.0.5
+ picocolors: 1.1.1
+ optional: true
+
svgo@4.0.0:
dependencies:
commander: 11.1.0
@@ -13514,7 +13745,7 @@ snapshots:
'@koa/router': 12.0.2
commander: 6.2.1
fs-extra: 9.1.0
- koa: 2.16.1
+ koa: 2.16.2
koa-static: 5.0.0
open: 7.4.2
portfinder: 1.0.37
@@ -13567,6 +13798,17 @@ snapshots:
pump: 3.0.3
tar-stream: 2.2.0
+ tar-fs@3.1.0:
+ dependencies:
+ pump: 3.0.3
+ tar-stream: 3.1.7
+ optionalDependencies:
+ bare-fs: 4.1.6
+ bare-path: 3.0.0
+ transitivePeerDependencies:
+ - bare-buffer
+ optional: true
+
tar-stream@2.2.0:
dependencies:
bl: 4.1.0
@@ -13613,8 +13855,6 @@ snapshots:
tiny-invariant@1.3.3: {}
- tinyexec@0.3.2: {}
-
tinyexec@1.0.1: {}
tinyglobby@0.2.14:
@@ -13650,9 +13890,9 @@ snapshots:
trough@2.2.0: {}
- ts-api-utils@2.1.0(typescript@5.8.3):
+ ts-api-utils@2.1.0(typescript@5.9.2):
dependencies:
- typescript: 5.8.3
+ typescript: 5.9.2
ts-interface-checker@0.1.13: {}
@@ -13677,7 +13917,7 @@ snapshots:
type-level-regexp@0.1.17: {}
- typescript@5.8.3: {}
+ typescript@5.9.2: {}
ufo@1.6.1: {}
@@ -13692,17 +13932,9 @@ snapshots:
magic-string: 0.30.17
unplugin: 2.3.5
- undici-types@7.8.0: {}
+ undici-types@7.10.0: {}
- undici@7.12.0: {}
-
- unenv@2.0.0-rc.17:
- dependencies:
- defu: 6.1.4
- exsolve: 1.0.7
- ohash: 2.0.11
- pathe: 2.0.3
- ufo: 1.6.1
+ undici@7.13.0: {}
unenv@2.0.0-rc.19:
dependencies:
@@ -13712,7 +13944,7 @@ snapshots:
pathe: 2.0.3
ufo: 1.6.1
- unhead@2.0.12:
+ unhead@2.0.13:
dependencies:
hookable: 5.5.3
@@ -13792,10 +14024,10 @@ snapshots:
pathe: 2.0.3
picomatch: 4.0.3
- unplugin-vue-router@0.12.0(vue-router@4.5.1(vue@3.5.18(typescript@5.8.3)))(vue@3.5.18(typescript@5.8.3)):
+ unplugin-vue-router@0.12.0(vue-router@4.5.1(vue@3.5.18(typescript@5.9.2)))(vue@3.5.18(typescript@5.9.2)):
dependencies:
'@babel/types': 7.28.2
- '@vue-macros/common': 1.16.1(vue@3.5.18(typescript@5.8.3))
+ '@vue-macros/common': 1.16.1(vue@3.5.18(typescript@5.9.2))
ast-walker-scope: 0.6.2
chokidar: 4.0.3
fast-glob: 3.3.3
@@ -13810,13 +14042,13 @@ snapshots:
unplugin-utils: 0.2.4
yaml: 2.8.0
optionalDependencies:
- vue-router: 4.5.1(vue@3.5.18(typescript@5.8.3))
+ vue-router: 4.5.1(vue@3.5.18(typescript@5.9.2))
transitivePeerDependencies:
- vue
- unplugin-vue-router@0.14.0(@vue/compiler-sfc@3.5.18)(vue-router@4.5.1(vue@3.5.18(typescript@5.8.3)))(vue@3.5.18(typescript@5.8.3)):
+ unplugin-vue-router@0.14.0(@vue/compiler-sfc@3.5.18)(vue-router@4.5.1(vue@3.5.18(typescript@5.9.2)))(vue@3.5.18(typescript@5.9.2)):
dependencies:
- '@vue-macros/common': 3.0.0-beta.15(vue@3.5.18(typescript@5.8.3))
+ '@vue-macros/common': 3.0.0-beta.15(vue@3.5.18(typescript@5.9.2))
'@vue/compiler-sfc': 3.5.18
ast-walker-scope: 0.8.1
chokidar: 4.0.3
@@ -13832,7 +14064,7 @@ snapshots:
unplugin-utils: 0.2.4
yaml: 2.8.0
optionalDependencies:
- vue-router: 4.5.1(vue@3.5.18(typescript@5.8.3))
+ vue-router: 4.5.1(vue@3.5.18(typescript@5.9.2))
transitivePeerDependencies:
- vue
@@ -13871,20 +14103,20 @@ snapshots:
'@unrs/resolver-binding-win32-ia32-msvc': 1.11.1
'@unrs/resolver-binding-win32-x64-msvc': 1.11.1
- unstorage@1.16.1(@netlify/blobs@9.1.2)(db0@0.3.2(better-sqlite3@12.2.0))(ioredis@5.6.1):
+ unstorage@1.16.1(@netlify/blobs@9.1.2)(db0@0.3.2(better-sqlite3@12.2.0))(ioredis@5.7.0):
dependencies:
anymatch: 3.1.3
chokidar: 4.0.3
destr: 2.0.5
- h3: 1.15.3
+ h3: 1.15.4
lru-cache: 10.4.3
- node-fetch-native: 1.6.6
+ node-fetch-native: 1.6.7
ofetch: 1.4.1
ufo: 1.6.1
optionalDependencies:
'@netlify/blobs': 9.1.2
db0: 0.3.2(better-sqlite3@12.2.0)
- ioredis: 5.6.1
+ ioredis: 5.7.0
untun@0.1.3:
dependencies:
@@ -13951,23 +14183,23 @@ snapshots:
'@types/unist': 3.0.3
vfile-message: 4.0.3
- vite-dev-rpc@1.1.0(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0)):
+ vite-dev-rpc@1.1.0(vite@7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0)):
dependencies:
birpc: 2.5.0
- vite: 7.0.6(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0)
- vite-hot-client: 2.1.0(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))
+ vite: 7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0)
+ vite-hot-client: 2.1.0(vite@7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))
- vite-hot-client@2.1.0(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0)):
+ vite-hot-client@2.1.0(vite@7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0)):
dependencies:
- vite: 7.0.6(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0)
+ vite: 7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0)
- vite-node@3.2.4(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0):
+ vite-node@3.2.4(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0):
dependencies:
cac: 6.7.14
debug: 4.4.1
es-module-lexer: 1.7.0
pathe: 2.0.3
- vite: 7.0.6(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0)
+ vite: 7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0)
transitivePeerDependencies:
- '@types/node'
- jiti
@@ -13982,7 +14214,7 @@ snapshots:
- tsx
- yaml
- vite-plugin-checker@0.10.1(eslint@9.32.0(jiti@2.5.1))(optionator@0.9.4)(typescript@5.8.3)(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0)):
+ vite-plugin-checker@0.10.2(eslint@9.32.0(jiti@2.5.1))(optionator@0.9.4)(typescript@5.9.2)(vite@7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0)):
dependencies:
'@babel/code-frame': 7.27.1
chokidar: 4.0.3
@@ -13992,14 +14224,14 @@ snapshots:
strip-ansi: 7.1.0
tiny-invariant: 1.3.3
tinyglobby: 0.2.14
- vite: 7.0.6(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0)
+ vite: 7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0)
vscode-uri: 3.1.0
optionalDependencies:
eslint: 9.32.0(jiti@2.5.1)
optionator: 0.9.4
- typescript: 5.8.3
+ typescript: 5.9.2
- vite-plugin-inspect@11.3.2(@nuxt/kit@3.17.7(magicast@0.3.5))(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0)):
+ vite-plugin-inspect@11.3.2(@nuxt/kit@3.18.0(magicast@0.3.5))(vite@7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0)):
dependencies:
ansis: 4.1.0
debug: 4.4.1
@@ -14009,33 +14241,33 @@ snapshots:
perfect-debounce: 1.0.0
sirv: 3.0.1
unplugin-utils: 0.2.4
- vite: 7.0.6(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0)
- vite-dev-rpc: 1.1.0(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))
+ vite: 7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0)
+ vite-dev-rpc: 1.1.0(vite@7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))
optionalDependencies:
- '@nuxt/kit': 3.17.7(magicast@0.3.5)
+ '@nuxt/kit': 3.18.0(magicast@0.3.5)
transitivePeerDependencies:
- supports-color
- vite-plugin-vue-tracer@1.0.0(vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))(vue@3.5.18(typescript@5.8.3)):
+ vite-plugin-vue-tracer@1.0.0(vite@7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))(vue@3.5.18(typescript@5.9.2)):
dependencies:
estree-walker: 3.0.3
exsolve: 1.0.7
magic-string: 0.30.17
pathe: 2.0.3
source-map-js: 1.2.1
- vite: 7.0.6(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0)
- vue: 3.5.18(typescript@5.8.3)
+ vite: 7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0)
+ vue: 3.5.18(typescript@5.9.2)
- vite@7.0.6(@types/node@24.1.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0):
+ vite@7.0.6(@types/node@24.2.0)(jiti@2.5.1)(lightningcss@1.30.1)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0):
dependencies:
esbuild: 0.25.8
fdir: 6.4.6(picomatch@4.0.3)
picomatch: 4.0.3
postcss: 8.5.6
- rollup: 4.46.0
+ rollup: 4.46.2
tinyglobby: 0.2.14
optionalDependencies:
- '@types/node': 24.1.0
+ '@types/node': 24.2.0
fsevents: 2.3.3
jiti: 2.5.1
lightningcss: 1.30.1
@@ -14045,23 +14277,23 @@ snapshots:
vscode-uri@3.1.0: {}
- vue-bundle-renderer@2.1.1:
+ vue-bundle-renderer@2.1.2:
dependencies:
ufo: 1.6.1
- vue-component-meta@3.0.4(typescript@5.8.3)(vue-component-type-helpers@3.0.1):
+ vue-component-meta@3.0.5(typescript@5.9.2)(vue-component-type-helpers@3.0.1):
dependencies:
- '@volar/typescript': 2.4.20
- '@vue/language-core': 3.0.4(typescript@5.8.3)
+ '@volar/typescript': 2.4.22
+ '@vue/language-core': 3.0.5(typescript@5.9.2)
path-browserify: 1.0.1
- typescript: 5.8.3
+ typescript: 5.9.2
vue-component-type-helpers: 3.0.1
vue-component-type-helpers@3.0.1: {}
- vue-demi@0.14.10(vue@3.5.18(typescript@5.8.3)):
+ vue-demi@0.14.10(vue@3.5.18(typescript@5.9.2)):
dependencies:
- vue: 3.5.18(typescript@5.8.3)
+ vue: 3.5.18(typescript@5.9.2)
vue-devtools-stub@0.1.0: {}
@@ -14077,27 +14309,27 @@ snapshots:
transitivePeerDependencies:
- supports-color
- vue-i18n@11.1.11(vue@3.5.18(typescript@5.8.3)):
+ vue-i18n@11.1.11(vue@3.5.18(typescript@5.9.2)):
dependencies:
'@intlify/core-base': 11.1.11
'@intlify/shared': 11.1.11
'@vue/devtools-api': 6.6.4
- vue: 3.5.18(typescript@5.8.3)
+ vue: 3.5.18(typescript@5.9.2)
- vue-router@4.5.1(vue@3.5.18(typescript@5.8.3)):
+ vue-router@4.5.1(vue@3.5.18(typescript@5.9.2)):
dependencies:
'@vue/devtools-api': 6.6.4
- vue: 3.5.18(typescript@5.8.3)
+ vue: 3.5.18(typescript@5.9.2)
- vue@3.5.18(typescript@5.8.3):
+ vue@3.5.18(typescript@5.9.2):
dependencies:
'@vue/compiler-dom': 3.5.18
'@vue/compiler-sfc': 3.5.18
'@vue/runtime-dom': 3.5.18
- '@vue/server-renderer': 3.5.18(vue@3.5.18(typescript@5.8.3))
+ '@vue/server-renderer': 3.5.18(vue@3.5.18(typescript@5.9.2))
'@vue/shared': 3.5.18
optionalDependencies:
- typescript: 5.8.3
+ typescript: 5.9.2
web-namespaces@2.0.1: {}
@@ -14142,26 +14374,26 @@ snapshots:
word-wrap@1.2.5: {}
- workerd@1.20250712.0:
+ workerd@1.20250730.0:
optionalDependencies:
- '@cloudflare/workerd-darwin-64': 1.20250712.0
- '@cloudflare/workerd-darwin-arm64': 1.20250712.0
- '@cloudflare/workerd-linux-64': 1.20250712.0
- '@cloudflare/workerd-linux-arm64': 1.20250712.0
- '@cloudflare/workerd-windows-64': 1.20250712.0
+ '@cloudflare/workerd-darwin-64': 1.20250730.0
+ '@cloudflare/workerd-darwin-arm64': 1.20250730.0
+ '@cloudflare/workerd-linux-64': 1.20250730.0
+ '@cloudflare/workerd-linux-arm64': 1.20250730.0
+ '@cloudflare/workerd-windows-64': 1.20250730.0
- wrangler@4.26.0(@cloudflare/workers-types@4.20250726.0):
+ wrangler@4.27.0(@cloudflare/workers-types@4.20250803.0):
dependencies:
'@cloudflare/kv-asset-handler': 0.4.0
- '@cloudflare/unenv-preset': 2.4.1(unenv@2.0.0-rc.17)(workerd@1.20250712.0)
+ '@cloudflare/unenv-preset': 2.5.0(unenv@2.0.0-rc.19)(workerd@1.20250730.0)
blake3-wasm: 2.1.5
esbuild: 0.25.4
- miniflare: 4.20250712.2
+ miniflare: 4.20250730.0
path-to-regexp: 6.3.0
- unenv: 2.0.0-rc.17
- workerd: 1.20250712.0
+ unenv: 2.0.0-rc.19
+ workerd: 1.20250730.0
optionalDependencies:
- '@cloudflare/workers-types': 4.20250726.0
+ '@cloudflare/workers-types': 4.20250803.0
fsevents: 2.3.3
transitivePeerDependencies:
- bufferutil
@@ -14200,6 +14432,12 @@ snapshots:
xmlhttprequest-ssl@2.1.2: {}
+ xss@1.0.15:
+ dependencies:
+ commander: 2.20.3
+ cssfilter: 0.0.10
+ optional: true
+
y18n@5.0.8: {}
yallist@3.1.1: {}
@@ -14249,6 +14487,14 @@ snapshots:
cookie: 1.0.2
youch-core: 0.3.3
+ youch@4.1.0-beta.11:
+ dependencies:
+ '@poppinss/colors': 4.1.5
+ '@poppinss/dumper': 0.6.4
+ '@speed-highlight/core': 1.2.7
+ cookie: 1.0.2
+ youch-core: 0.3.3
+
youch@4.1.0-beta.8:
dependencies:
'@poppinss/colors': 4.1.5
@@ -14271,6 +14517,6 @@ snapshots:
zod@3.25.76: {}
- zod@4.0.10: {}
+ zod@4.0.14: {}
zwitch@2.0.4: {}
diff --git a/public/images/sidebar.png b/public/images/sidebar.png
deleted file mode 100644
index 24d844c..0000000
Binary files a/public/images/sidebar.png and /dev/null differ
diff --git a/server/api/worlds/query.get.ts b/server/api/worlds/query.get.ts
index d0e3b8f..fedd802 100644
--- a/server/api/worlds/query.get.ts
+++ b/server/api/worlds/query.get.ts
@@ -41,12 +41,7 @@ export default defineEventHandler(async (event) => {
state,
createdAt:created_at,
updatedAt:updated_at,
- calendars (
- createdAt:created_at,
- updatedAt:updated_at,
- months:calendar_months(*),
- eventNb:calendar_events(count)
- )
+ gmId:gm_id
`
let output
diff --git a/supabase/migrations/202401_init.sql b/supabase/migrations/202401_init.sql
index d2ce672..1370577 100644
--- a/supabase/migrations/202401_init.sql
+++ b/supabase/migrations/202401_init.sql
@@ -43,7 +43,7 @@ create table public.worlds (
id bigint generated by default as identity primary key,
name text not null,
description text,
- color app_colors default 'black',
+ color app_colors default 'emerald',
state world_state default 'draft',
created_at timestamptz default now(),
updated_at timestamptz,
@@ -69,7 +69,7 @@ create table public.calendars (
short_id text unique,
name text not null,
today json not null,
- color app_colors default 'black',
+ color app_colors default 'emerald',
state calendar_state default 'draft',
created_at timestamptz default now(),
updated_at timestamptz,