-
-
- Palabra:
-
-
- {{ word.word }}
-
-
- {{ word.word }}
-
+
+
+ Palabras
+
+
+
+
+ Palabra:
+
+
+ {{ word.word }}
+
+
+ {{ word.word }}
+
+
+
+
+ Traducción:
+
+
+ {{ word.translation }}
+
+
+ {{ word.translation }}
+
+
+
-
-
- Traducción:
-
-
- {{ word.translation }}
-
-
- {{ word.translation }}
-
-
-
-
+
-
-
diff --git a/nuxt.config.ts b/nuxt.config.ts
index fd4fd58..6a5c5fd 100644
--- a/nuxt.config.ts
+++ b/nuxt.config.ts
@@ -14,6 +14,7 @@ export default defineNuxtConfig({
cache: true,
database: true,
analytics: true,
+ ai: true,
},
// Nuxt Color Mode
diff --git a/package.json b/package.json
index 6746bef..3aaf275 100644
--- a/package.json
+++ b/package.json
@@ -14,27 +14,27 @@
"db:generate": "drizzle-kit generate"
},
"dependencies": {
- "@iconify/json": "^2.2.232",
- "@nuxt/ui": "^2.18.3",
- "@nuxthub/core": "^0.7.1",
+ "@iconify/json": "^2.2.237",
+ "@nuxt/ui": "^2.18.4",
+ "@nuxthub/core": "^0.7.2",
"@nuxtjs/google-fonts": "^3.2.0",
- "drizzle-orm": "^0.32.1",
+ "drizzle-orm": "^0.32.2",
"h3-zod": "^0.5.3",
"nuxt": "^3.12.4",
- "vue": "^3.4.35",
+ "vue": "^3.4.38",
"zod": "^3.23.8"
},
"devDependencies": {
- "@antfu/eslint-config": "^2.23.2",
+ "@antfu/eslint-config": "^2.25.2",
"@nuxt/devtools": "^1.3.9",
"@nuxt/ui": "^2.18.3",
- "@types/node": "^22.0.0",
- "@vueuse/core": "^10.11.0",
- "@vueuse/nuxt": "^10.11.0",
- "drizzle-kit": "^0.23.1",
- "eslint": "^9.7.0",
+ "@types/node": "^22.3.0",
+ "@vueuse/core": "^10.11.1",
+ "@vueuse/nuxt": "^10.11.1",
+ "drizzle-kit": "^0.23.2",
+ "eslint": "^9.9.0",
"typescript": "^5.5.4",
- "vue-tsc": "^2.0.28",
- "wrangler": "^3.67.1"
+ "vue-tsc": "^2.0.29",
+ "wrangler": "^3.72.0"
}
}
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index b08d243..c6c1874 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -9,63 +9,63 @@ importers:
.:
dependencies:
'@iconify/json':
- specifier: ^2.2.232
- version: 2.2.232
+ specifier: ^2.2.237
+ version: 2.2.237
'@nuxt/ui':
- specifier: ^2.18.3
- version: 2.18.3(magicast@0.3.4)(rollup@4.19.1)(vite@5.3.5(@types/node@22.0.0)(terser@5.31.3))(vue@3.4.35(typescript@5.5.4))
+ specifier: ^2.18.4
+ version: 2.18.4(magicast@0.3.4)(rollup@4.20.0)(vite@5.4.1(@types/node@22.3.0)(terser@5.31.6))(vue@3.4.38(typescript@5.5.4))
'@nuxthub/core':
- specifier: ^0.7.1
- version: 0.7.1(ioredis@5.4.1)(magicast@0.3.4)(rollup@4.19.1)(vite@5.3.5(@types/node@22.0.0)(terser@5.31.3))
+ specifier: ^0.7.2
+ version: 0.7.2(ioredis@5.4.1)(magicast@0.3.4)(rollup@4.20.0)(vite@5.4.1(@types/node@22.3.0)(terser@5.31.6))
'@nuxtjs/google-fonts':
specifier: ^3.2.0
- version: 3.2.0(magicast@0.3.4)(rollup@4.19.1)
+ version: 3.2.0(magicast@0.3.4)(rollup@4.20.0)
drizzle-orm:
- specifier: ^0.32.1
- version: 0.32.1(@cloudflare/workers-types@4.20240725.0)
+ specifier: ^0.32.2
+ version: 0.32.2(@cloudflare/workers-types@4.20240815.0)
h3-zod:
specifier: ^0.5.3
version: 0.5.3(h3@1.12.0)(zod@3.23.8)
nuxt:
specifier: ^3.12.4
- version: 3.12.4(@parcel/watcher@2.4.1)(@types/node@22.0.0)(drizzle-orm@0.32.1(@cloudflare/workers-types@4.20240725.0))(eslint@9.8.0)(ioredis@5.4.1)(magicast@0.3.4)(optionator@0.9.4)(rollup@4.19.1)(terser@5.31.3)(typescript@5.5.4)(vite@5.3.5(@types/node@22.0.0)(terser@5.31.3))(vue-tsc@2.0.29(typescript@5.5.4))
+ version: 3.12.4(@parcel/watcher@2.4.1)(@types/node@22.3.0)(drizzle-orm@0.32.2(@cloudflare/workers-types@4.20240815.0))(eslint@9.9.0(jiti@1.21.6))(ioredis@5.4.1)(magicast@0.3.4)(optionator@0.9.4)(rollup@4.20.0)(terser@5.31.6)(typescript@5.5.4)(vite@5.4.1(@types/node@22.3.0)(terser@5.31.6))(vue-tsc@2.0.29(typescript@5.5.4))
vue:
- specifier: ^3.4.35
- version: 3.4.35(typescript@5.5.4)
+ specifier: ^3.4.38
+ version: 3.4.38(typescript@5.5.4)
zod:
specifier: ^3.23.8
version: 3.23.8
devDependencies:
'@antfu/eslint-config':
- specifier: ^2.23.2
- version: 2.24.0(@vue/compiler-sfc@3.4.35)(eslint@9.8.0)(typescript@5.5.4)
+ specifier: ^2.25.2
+ version: 2.25.2(@typescript-eslint/utils@8.1.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4))(@vue/compiler-sfc@3.4.38)(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4)
'@nuxt/devtools':
specifier: ^1.3.9
- version: 1.3.9(rollup@4.19.1)(vite@5.3.5(@types/node@22.0.0)(terser@5.31.3))
+ version: 1.3.9(rollup@4.20.0)(vite@5.4.1(@types/node@22.3.0)(terser@5.31.6))
'@types/node':
- specifier: ^22.0.0
- version: 22.0.0
+ specifier: ^22.3.0
+ version: 22.3.0
'@vueuse/core':
- specifier: ^10.11.0
- version: 10.11.0(vue@3.4.35(typescript@5.5.4))
+ specifier: ^10.11.1
+ version: 10.11.1(vue@3.4.38(typescript@5.5.4))
'@vueuse/nuxt':
- specifier: ^10.11.0
- version: 10.11.0(magicast@0.3.4)(nuxt@3.12.4(@parcel/watcher@2.4.1)(@types/node@22.0.0)(drizzle-orm@0.32.1(@cloudflare/workers-types@4.20240725.0))(eslint@9.8.0)(ioredis@5.4.1)(magicast@0.3.4)(optionator@0.9.4)(rollup@4.19.1)(terser@5.31.3)(typescript@5.5.4)(vite@5.3.5(@types/node@22.0.0)(terser@5.31.3))(vue-tsc@2.0.29(typescript@5.5.4)))(rollup@4.19.1)(vue@3.4.35(typescript@5.5.4))
+ specifier: ^10.11.1
+ version: 10.11.1(magicast@0.3.4)(nuxt@3.12.4(@parcel/watcher@2.4.1)(@types/node@22.3.0)(drizzle-orm@0.32.2(@cloudflare/workers-types@4.20240815.0))(eslint@9.9.0(jiti@1.21.6))(ioredis@5.4.1)(magicast@0.3.4)(optionator@0.9.4)(rollup@4.20.0)(terser@5.31.6)(typescript@5.5.4)(vite@5.4.1(@types/node@22.3.0)(terser@5.31.6))(vue-tsc@2.0.29(typescript@5.5.4)))(rollup@4.20.0)(vue@3.4.38(typescript@5.5.4))
drizzle-kit:
- specifier: ^0.23.1
- version: 0.23.1
+ specifier: ^0.23.2
+ version: 0.23.2
eslint:
- specifier: ^9.7.0
- version: 9.8.0
+ specifier: ^9.9.0
+ version: 9.9.0(jiti@1.21.6)
typescript:
specifier: ^5.5.4
version: 5.5.4
vue-tsc:
- specifier: ^2.0.28
+ specifier: ^2.0.29
version: 2.0.29(typescript@5.5.4)
wrangler:
- specifier: ^3.67.1
- version: 3.67.1(@cloudflare/workers-types@4.20240725.0)
+ specifier: ^3.72.0
+ version: 3.72.0(@cloudflare/workers-types@4.20240815.0)
packages:
@@ -77,8 +77,8 @@ packages:
resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==}
engines: {node: '>=6.0.0'}
- '@antfu/eslint-config@2.24.0':
- resolution: {integrity: sha512-F5wG5lP+f16aeQMVn1l5Wetd8973NsyaWirc9s3YCoe7LTBMpkxnduzTT/wP4L5OlLNLDTRQbH9GUMedTixcsA==}
+ '@antfu/eslint-config@2.25.2':
+ resolution: {integrity: sha512-6I2PmkHAmFXiAqkfw50XkxVjSAGZyVEve61uFQWsq/jgz1xylzU1edMAfc7zled4XBBDAoZspUZDpgqshxWpDA==}
hasBin: true
peerDependencies:
'@eslint-react/eslint-plugin': ^1.5.8
@@ -126,8 +126,8 @@ packages:
'@antfu/install-pkg@0.1.1':
resolution: {integrity: sha512-LyB/8+bSfa0DFGC06zpCEfs89/XoWZwws5ygEa5D+Xsm3OfI+aXQ86VgVG7Acyef+rSZ5HE7J8rrxzrQeM3PjQ==}
- '@antfu/install-pkg@0.3.3':
- resolution: {integrity: sha512-nHHsk3NXQ6xkCfiRRC8Nfrg8pU5kkr3P3Y9s9dKqiuRmBD0Yap7fymNDjGFKeWhZQHqqbCS5CfeMy9wtExM24w==}
+ '@antfu/install-pkg@0.3.5':
+ resolution: {integrity: sha512-HwIACY0IzrM7FGafMbWZOqEDBSfCwPcylu+GacaRcxJm4Yvvuh3Dy2vZwqdJAzXponc6aLO9FaH4l75pq8/ZSA==}
'@antfu/utils@0.7.10':
resolution: {integrity: sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww==}
@@ -296,38 +296,42 @@ packages:
resolution: {integrity: sha512-YLPHc8yASwjNkmcDMQMY35yiWjoKAKnhUbPRszBRS0YgH+IXtsMp61j+yTcnCE3oO2DgP0U3iejLC8FTtKDC8Q==}
engines: {node: '>=16.13'}
- '@cloudflare/workerd-darwin-64@1.20240718.0':
- resolution: {integrity: sha512-BsPZcSCgoGnufog2GIgdPuiKicYTNyO/Dp++HbpLRH+yQdX3x4aWx83M+a0suTl1xv76dO4g9aw7SIB6OSgIyQ==}
+ '@cloudflare/workerd-darwin-64@1.20240806.0':
+ resolution: {integrity: sha512-FqcVBBCO//I39K5F+HqE/v+UkqY1UrRnS653Jv+XsNNH9TpX5fTs7VCKG4kDSnmxlAaKttyIN5sMEt7lpuNExQ==}
engines: {node: '>=16'}
cpu: [x64]
os: [darwin]
- '@cloudflare/workerd-darwin-arm64@1.20240718.0':
- resolution: {integrity: sha512-nlr4gaOO5gcJerILJQph3+2rnas/nx/lYsuaot1ntHu4LAPBoQo1q/Pucj2cSIav4UiMzTbDmoDwPlls4Kteog==}
+ '@cloudflare/workerd-darwin-arm64@1.20240806.0':
+ resolution: {integrity: sha512-8c3KvmzYp/wg+82KHSOzDetJK+pThH4MTrU1OsjmsR2cUfedm5dk5Lah9/0Ld68+6A0umFACi4W2xJHs/RoBpA==}
engines: {node: '>=16'}
cpu: [arm64]
os: [darwin]
- '@cloudflare/workerd-linux-64@1.20240718.0':
- resolution: {integrity: sha512-LJ/k3y47pBcjax0ee4K+6ZRrSsqWlfU4lbU8Dn6u5tSC9yzwI4YFNXDrKWInB0vd7RT3w4Yqq1S6ZEbfRrqVUg==}
+ '@cloudflare/workerd-linux-64@1.20240806.0':
+ resolution: {integrity: sha512-/149Bpxw4e2p5QqnBc06g0mx+4sZYh9j0doilnt0wk/uqYkLp0DdXGMQVRB74sBLg2UD3wW8amn1w3KyFhK2tQ==}
engines: {node: '>=16'}
cpu: [x64]
os: [linux]
- '@cloudflare/workerd-linux-arm64@1.20240718.0':
- resolution: {integrity: sha512-zBEZvy88EcAMGRGfuVtS00Yl7lJdUM9sH7i651OoL+q0Plv9kphlCC0REQPwzxrEYT1qibSYtWcD9IxQGgx2/g==}
+ '@cloudflare/workerd-linux-arm64@1.20240806.0':
+ resolution: {integrity: sha512-lacDWY3S1rKL/xT6iMtTQJEKmTTKrBavPczInEuBFXElmrS6IwVjZwv8hhVm32piyNt/AuFu9BYoJALi9D85/g==}
engines: {node: '>=16'}
cpu: [arm64]
os: [linux]
- '@cloudflare/workerd-windows-64@1.20240718.0':
- resolution: {integrity: sha512-YpCRvvT47XanFum7C3SedOZKK6BfVhqmwdAAVAQFyc4gsCdegZo0JkUkdloC/jwuWlbCACOG2HTADHOqyeolzQ==}
+ '@cloudflare/workerd-windows-64@1.20240806.0':
+ resolution: {integrity: sha512-hC6JEfTSQK6//Lg+D54TLVn1ceTPY+fv4MXqDZIYlPP53iN+dL8Xd0utn2SG57UYdlL5FRAhm/EWHcATZg1RgA==}
engines: {node: '>=16'}
cpu: [x64]
os: [win32]
- '@cloudflare/workers-types@4.20240725.0':
- resolution: {integrity: sha512-L6T/Bg50zm9IIACQVQ0CdVcQL+2nLkRXdPz6BsXF3SlzgjyWR5ndVctAbfr/HLV7aKYxWnnEZsIORsTWb+FssA==}
+ '@cloudflare/workers-shared@0.2.0':
+ resolution: {integrity: sha512-tIWLooWkBMuoKRk72lr6YrEtVlVdUTtAGVmPOnUroMrnri/9YLx+mVawL0/egDgSGmPbmvkdBFsUGRuI+aZmxg==}
+ engines: {node: '>=16.7.0'}
+
+ '@cloudflare/workers-types@4.20240815.0':
+ resolution: {integrity: sha512-H/IXCOahT1lr4RKzsiCkyjM7+LCPLtl2wjxyLG8xMTNERR0XuD1Vcfns6TraE0cd5+IcKe7j3rpzBlSCjZ+61A==}
'@cspotcode/source-map-support@0.8.1':
resolution: {integrity: sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==}
@@ -352,8 +356,8 @@ packages:
resolution: {integrity: sha512-I238eDtOolvCuvtxrnqtlBaw0BwdQuYqK7eA6XIonicMdOOOb75mqdIzkGDUbS04+1Di007rgm9snFRNeVrOog==}
engines: {node: '>=16'}
- '@es-joy/jsdoccomment@0.46.0':
- resolution: {integrity: sha512-C3Axuq1xd/9VqFZpW4YAzOx5O9q/LP46uIQy/iNDpHG3fmPa6TBtvfglMCs3RBiBxAIi0Go97r8+jvTt55XMyQ==}
+ '@es-joy/jsdoccomment@0.48.0':
+ resolution: {integrity: sha512-G6QUWIcC+KvSwXNsJyDTHvqUdNoAVJPPgkc3+Uk4WBKqZvoXhlvazOgm9aL0HwihJLQf0l+tOE2UFzXBqCqgDw==}
engines: {node: '>=16'}
'@esbuild-kit/core-utils@3.3.2':
@@ -1194,6 +1198,12 @@ packages:
cpu: [x64]
os: [win32]
+ '@eslint-community/eslint-plugin-eslint-comments@4.4.0':
+ resolution: {integrity: sha512-yljsWl5Qv3IkIRmJ38h3NrHXFCm4EUl55M8doGTF6hvzvFF8kRpextgSrg2dwHev9lzBZyafCr9RelGIyQm6fw==}
+ engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
+ peerDependencies:
+ eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0
+
'@eslint-community/eslint-utils@4.4.0':
resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
@@ -1212,8 +1222,8 @@ packages:
resolution: {integrity: sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@eslint/js@9.8.0':
- resolution: {integrity: sha512-MfluB7EUfxXtv3i/++oh89uzAr4PDI4nn201hsp+qaXqsjAWzinlZEHEfPgAX4doIlKvPG/i0A9dpKxOLII8yA==}
+ '@eslint/js@9.9.0':
+ resolution: {integrity: sha512-hhetes6ZHP3BlXLxmd8K2SNgkhNSi+UcecbnwWKwpP7kyi/uC75DJ1lOOBO3xrC4jyojtGE3YxKZPHfk4yrgug==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@eslint/object-schema@2.1.4':
@@ -1244,20 +1254,20 @@ packages:
resolution: {integrity: sha512-d2CGZR2o7fS6sWB7DG/3a95bGKQyHMACZ5aW8qGkkqQpUoZV6C0X7Pc7l4ZNMZkfNBf4VWNe9E1jRsf0G146Ew==}
engines: {node: '>=18.18'}
- '@iconify-json/heroicons@1.1.23':
- resolution: {integrity: sha512-LLev2ZBBDJKMzjnQgZRhEj0Nkz5m9O4UtQVH2TpPchdXSkxQUUOlPpsM4MVQCs49a2MaJfKiay+48WaZli5cNQ==}
+ '@iconify-json/heroicons@1.1.24':
+ resolution: {integrity: sha512-Axd6nxsEeQMpuK8ugkAkJ1kS6cbmgXX1s1+Z6NbANvtgtNTBIx9bLQcEL6loKjxpfktDXERElrR5G6xzWOqysg==}
- '@iconify/collections@1.0.444':
- resolution: {integrity: sha512-3+dA5B8vs+qew23dwBAqv6M4LqtOHlYQiKCproN5o3lLelnA1fnWJMfv5f2RyPecaS9rZEGi1+eg8AFKF2sk1A==}
+ '@iconify/collections@1.0.449':
+ resolution: {integrity: sha512-qkAj2Qcsjqwh4H3vdgTQ+SGbbfvAxZXPDM8KG0gUtGFORAKuSES6UVoEuIPdT5rxtJaJw+Km/ucdJ+eCSmO8Xw==}
- '@iconify/json@2.2.232':
- resolution: {integrity: sha512-o1W5bNDuXTd3ugywfX9uRmhuJTKYOLhH4qk+eUpkR8WEYdTmMW+FSiFO5R2KqD94Tzoi8Ef8u/R7felU5xk3eQ==}
+ '@iconify/json@2.2.237':
+ resolution: {integrity: sha512-lMK5I9JX90L2LR18Lz6C5XrivxxAGejdJvFQI7TQkj03WcaxRJlciPbQb6z4nX+DS1T6k591ZQ2/hyRVbjqrgA==}
'@iconify/types@2.0.0':
resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==}
- '@iconify/utils@2.1.29':
- resolution: {integrity: sha512-wCcTsmlJvTi1VWBgcJ7HeuWlh7gLGWY7L9HmbgMfjOfsoo7DADemB2Nqnrw1KvCdEAxLL5wTMBAOP5BesFrtng==}
+ '@iconify/utils@2.1.30':
+ resolution: {integrity: sha512-bY0IO5xLOlbzJBnjWLxknp6Sss3yla03sVY9VeUz9nT6dbc+EGKlLfCt+6uytJnWm5CUvTF/BNotsLWF7kI61A==}
'@iconify/vue@4.1.3-beta.1':
resolution: {integrity: sha512-N7iEOnWfhjbMqiyGMhotJKip23nrK5l3+T1hQwpEjKeMD2o4zOjm8zmeEfOOH81EXllhhOm7upR8jcH499YRWA==}
@@ -1355,8 +1365,8 @@ packages:
peerDependencies:
vite: '*'
- '@nuxt/icon@1.4.3':
- resolution: {integrity: sha512-co1O1qZTJtvaZOz2YINrd0mcSWMDUs5xBxWRQF2mKgVn+uUJzmHKe/xYmmjSpXUjr0YKvIFQdnNYvJGnRM3jWQ==}
+ '@nuxt/icon@1.4.5':
+ resolution: {integrity: sha512-h0Fe1VhpVB5bcQutsH37G46DyE2u+j5j7+0sFbxT2ovRm+uILqo5ONXWe4WuJ20AtngvdpqvnqT25ZQtzx4K9A==}
'@nuxt/kit@3.12.4':
resolution: {integrity: sha512-aNRD1ylzijY0oYolldNcZJXVyxdGzNTl+Xd0UYyFQCu9f4wqUZqQ9l+b7arCEzchr96pMK0xdpvLcS3xo1wDcw==}
@@ -1370,8 +1380,8 @@ packages:
resolution: {integrity: sha512-KH6wxzsNys69daSO0xUv0LEBAfhwwjK1M+0Cdi1/vxmifCslMIY7lN11B4eywSfscbyVPAYJvANyc7XiVPImBQ==}
hasBin: true
- '@nuxt/ui@2.18.3':
- resolution: {integrity: sha512-bFy3K0cDPRlEYclQAjIgVFUGFb91sGYAtBmEzunFux85aUw0g4tI7vsWdyVijhKzGOyOjBuLGaG40kGl4AIXpA==}
+ '@nuxt/ui@2.18.4':
+ resolution: {integrity: sha512-NzFUzh5Izd7mduhYhFBlIOcqE8aY+9mbSQ0n8sIASpASv162VJ46OsR5Jm5sbfhKDrgv7UsBk6VKXJXiEI7ThQ==}
engines: {node: '>=v16.20.2'}
'@nuxt/vite-builder@3.12.4':
@@ -1380,8 +1390,8 @@ packages:
peerDependencies:
vue: ^3.3.4
- '@nuxthub/core@0.7.1':
- resolution: {integrity: sha512-QYuwCD+s9uESakG9ixVwXkeb+RFJqoGreugHawzJ4wYDoXClHGv2VG4wFrDt+gPNNGmgMQof366ZwONlf8DxIg==}
+ '@nuxthub/core@0.7.2':
+ resolution: {integrity: sha512-9X+R/tj+4zM3muQF6hcG3v0cojyPLKzA557aisxx58hP2uVMpOarSJCtV/ieqrO7uyzKFYl53KehemZpBXUyXQ==}
'@nuxtjs/color-mode@3.4.2':
resolution: {integrity: sha512-6A+lDP8R6fFXc1Ip5tDepKq9MJW6oxbRlz1plvW52yacnpeDFXv5S5rDS0ax31AuSFUPlgzHymFSdjcylBwZ6w==}
@@ -1564,83 +1574,83 @@ packages:
rollup:
optional: true
- '@rollup/rollup-android-arm-eabi@4.19.1':
- resolution: {integrity: sha512-XzqSg714++M+FXhHfXpS1tDnNZNpgxxuGZWlRG/jSj+VEPmZ0yg6jV4E0AL3uyBKxO8mO3xtOsP5mQ+XLfrlww==}
+ '@rollup/rollup-android-arm-eabi@4.20.0':
+ resolution: {integrity: sha512-TSpWzflCc4VGAUJZlPpgAJE1+V60MePDQnBd7PPkpuEmOy8i87aL6tinFGKBFKuEDikYpig72QzdT3QPYIi+oA==}
cpu: [arm]
os: [android]
- '@rollup/rollup-android-arm64@4.19.1':
- resolution: {integrity: sha512-thFUbkHteM20BGShD6P08aungq4irbIZKUNbG70LN8RkO7YztcGPiKTTGZS7Kw+x5h8hOXs0i4OaHwFxlpQN6A==}
+ '@rollup/rollup-android-arm64@4.20.0':
+ resolution: {integrity: sha512-u00Ro/nok7oGzVuh/FMYfNoGqxU5CPWz1mxV85S2w9LxHR8OoMQBuSk+3BKVIDYgkpeOET5yXkx90OYFc+ytpQ==}
cpu: [arm64]
os: [android]
- '@rollup/rollup-darwin-arm64@4.19.1':
- resolution: {integrity: sha512-8o6eqeFZzVLia2hKPUZk4jdE3zW7LCcZr+MD18tXkgBBid3lssGVAYuox8x6YHoEPDdDa9ixTaStcmx88lio5Q==}
+ '@rollup/rollup-darwin-arm64@4.20.0':
+ resolution: {integrity: sha512-uFVfvzvsdGtlSLuL0ZlvPJvl6ZmrH4CBwLGEFPe7hUmf7htGAN+aXo43R/V6LATyxlKVC/m6UsLb7jbG+LG39Q==}
cpu: [arm64]
os: [darwin]
- '@rollup/rollup-darwin-x64@4.19.1':
- resolution: {integrity: sha512-4T42heKsnbjkn7ovYiAdDVRRWZLU9Kmhdt6HafZxFcUdpjlBlxj4wDrt1yFWLk7G4+E+8p2C9tcmSu0KA6auGA==}
+ '@rollup/rollup-darwin-x64@4.20.0':
+ resolution: {integrity: sha512-xbrMDdlev53vNXexEa6l0LffojxhqDTBeL+VUxuuIXys4x6xyvbKq5XqTXBCEUA8ty8iEJblHvFaWRJTk/icAQ==}
cpu: [x64]
os: [darwin]
- '@rollup/rollup-linux-arm-gnueabihf@4.19.1':
- resolution: {integrity: sha512-MXg1xp+e5GhZ3Vit1gGEyoC+dyQUBy2JgVQ+3hUrD9wZMkUw/ywgkpK7oZgnB6kPpGrxJ41clkPPnsknuD6M2Q==}
+ '@rollup/rollup-linux-arm-gnueabihf@4.20.0':
+ resolution: {integrity: sha512-jMYvxZwGmoHFBTbr12Xc6wOdc2xA5tF5F2q6t7Rcfab68TT0n+r7dgawD4qhPEvasDsVpQi+MgDzj2faOLsZjA==}
cpu: [arm]
os: [linux]
- '@rollup/rollup-linux-arm-musleabihf@4.19.1':
- resolution: {integrity: sha512-DZNLwIY4ftPSRVkJEaxYkq7u2zel7aah57HESuNkUnz+3bZHxwkCUkrfS2IWC1sxK6F2QNIR0Qr/YXw7nkF3Pw==}
+ '@rollup/rollup-linux-arm-musleabihf@4.20.0':
+ resolution: {integrity: sha512-1asSTl4HKuIHIB1GcdFHNNZhxAYEdqML/MW4QmPS4G0ivbEcBr1JKlFLKsIRqjSwOBkdItn3/ZDlyvZ/N6KPlw==}
cpu: [arm]
os: [linux]
- '@rollup/rollup-linux-arm64-gnu@4.19.1':
- resolution: {integrity: sha512-C7evongnjyxdngSDRRSQv5GvyfISizgtk9RM+z2biV5kY6S/NF/wta7K+DanmktC5DkuaJQgoKGf7KUDmA7RUw==}
+ '@rollup/rollup-linux-arm64-gnu@4.20.0':
+ resolution: {integrity: sha512-COBb8Bkx56KldOYJfMf6wKeYJrtJ9vEgBRAOkfw6Ens0tnmzPqvlpjZiLgkhg6cA3DGzCmLmmd319pmHvKWWlQ==}
cpu: [arm64]
os: [linux]
- '@rollup/rollup-linux-arm64-musl@4.19.1':
- resolution: {integrity: sha512-89tFWqxfxLLHkAthAcrTs9etAoBFRduNfWdl2xUs/yLV+7XDrJ5yuXMHptNqf1Zw0UCA3cAutkAiAokYCkaPtw==}
+ '@rollup/rollup-linux-arm64-musl@4.20.0':
+ resolution: {integrity: sha512-+it+mBSyMslVQa8wSPvBx53fYuZK/oLTu5RJoXogjk6x7Q7sz1GNRsXWjn6SwyJm8E/oMjNVwPhmNdIjwP135Q==}
cpu: [arm64]
os: [linux]
- '@rollup/rollup-linux-powerpc64le-gnu@4.19.1':
- resolution: {integrity: sha512-PromGeV50sq+YfaisG8W3fd+Cl6mnOOiNv2qKKqKCpiiEke2KiKVyDqG/Mb9GWKbYMHj5a01fq/qlUR28PFhCQ==}
+ '@rollup/rollup-linux-powerpc64le-gnu@4.20.0':
+ resolution: {integrity: sha512-yAMvqhPfGKsAxHN8I4+jE0CpLWD8cv4z7CK7BMmhjDuz606Q2tFKkWRY8bHR9JQXYcoLfopo5TTqzxgPUjUMfw==}
cpu: [ppc64]
os: [linux]
- '@rollup/rollup-linux-riscv64-gnu@4.19.1':
- resolution: {integrity: sha512-/1BmHYh+iz0cNCP0oHCuF8CSiNj0JOGf0jRlSo3L/FAyZyG2rGBuKpkZVH9YF+x58r1jgWxvm1aRg3DHrLDt6A==}
+ '@rollup/rollup-linux-riscv64-gnu@4.20.0':
+ resolution: {integrity: sha512-qmuxFpfmi/2SUkAw95TtNq/w/I7Gpjurx609OOOV7U4vhvUhBcftcmXwl3rqAek+ADBwSjIC4IVNLiszoj3dPA==}
cpu: [riscv64]
os: [linux]
- '@rollup/rollup-linux-s390x-gnu@4.19.1':
- resolution: {integrity: sha512-0cYP5rGkQWRZKy9/HtsWVStLXzCF3cCBTRI+qRL8Z+wkYlqN7zrSYm6FuY5Kd5ysS5aH0q5lVgb/WbG4jqXN1Q==}
+ '@rollup/rollup-linux-s390x-gnu@4.20.0':
+ resolution: {integrity: sha512-I0BtGXddHSHjV1mqTNkgUZLnS3WtsqebAXv11D5BZE/gfw5KoyXSAXVqyJximQXNvNzUo4GKlCK/dIwXlz+jlg==}
cpu: [s390x]
os: [linux]
- '@rollup/rollup-linux-x64-gnu@4.19.1':
- resolution: {integrity: sha512-XUXeI9eM8rMP8aGvii/aOOiMvTs7xlCosq9xCjcqI9+5hBxtjDpD+7Abm1ZhVIFE1J2h2VIg0t2DX/gjespC2Q==}
+ '@rollup/rollup-linux-x64-gnu@4.20.0':
+ resolution: {integrity: sha512-y+eoL2I3iphUg9tN9GB6ku1FA8kOfmF4oUEWhztDJ4KXJy1agk/9+pejOuZkNFhRwHAOxMsBPLbXPd6mJiCwew==}
cpu: [x64]
os: [linux]
- '@rollup/rollup-linux-x64-musl@4.19.1':
- resolution: {integrity: sha512-V7cBw/cKXMfEVhpSvVZhC+iGifD6U1zJ4tbibjjN+Xi3blSXaj/rJynAkCFFQfoG6VZrAiP7uGVzL440Q6Me2Q==}
+ '@rollup/rollup-linux-x64-musl@4.20.0':
+ resolution: {integrity: sha512-hM3nhW40kBNYUkZb/r9k2FKK+/MnKglX7UYd4ZUy5DJs8/sMsIbqWK2piZtVGE3kcXVNj3B2IrUYROJMMCikNg==}
cpu: [x64]
os: [linux]
- '@rollup/rollup-win32-arm64-msvc@4.19.1':
- resolution: {integrity: sha512-88brja2vldW/76jWATlBqHEoGjJLRnP0WOEKAUbMcXaAZnemNhlAHSyj4jIwMoP2T750LE9lblvD4e2jXleZsA==}
+ '@rollup/rollup-win32-arm64-msvc@4.20.0':
+ resolution: {integrity: sha512-psegMvP+Ik/Bg7QRJbv8w8PAytPA7Uo8fpFjXyCRHWm6Nt42L+JtoqH8eDQ5hRP7/XW2UiIriy1Z46jf0Oa1kA==}
cpu: [arm64]
os: [win32]
- '@rollup/rollup-win32-ia32-msvc@4.19.1':
- resolution: {integrity: sha512-LdxxcqRVSXi6k6JUrTah1rHuaupoeuiv38du8Mt4r4IPer3kwlTo+RuvfE8KzZ/tL6BhaPlzJ3835i6CxrFIRQ==}
+ '@rollup/rollup-win32-ia32-msvc@4.20.0':
+ resolution: {integrity: sha512-GabekH3w4lgAJpVxkk7hUzUf2hICSQO0a/BLFA11/RMxQT92MabKAqyubzDZmMOC/hcJNlc+rrypzNzYl4Dx7A==}
cpu: [ia32]
os: [win32]
- '@rollup/rollup-win32-x64-msvc@4.19.1':
- resolution: {integrity: sha512-2bIrL28PcK3YCqD9anGxDxamxdiJAxA+l7fWIwM5o8UqNy1t3d1NdAweO2XhA0KTDJ5aH1FsuiT5+7VhtHliXg==}
+ '@rollup/rollup-win32-x64-msvc@4.20.0':
+ resolution: {integrity: sha512-aJ1EJSuTdGnM6qbVC4B5DSmozPTqIag9fSzXRNNo+humQLG89XpPgdt16Ia56ORD7s+H8Pmyx44uczDQ0yDzpg==}
cpu: [x64]
os: [win32]
@@ -1648,31 +1658,31 @@ packages:
resolution: {integrity: sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==}
engines: {node: '>=18'}
- '@stylistic/eslint-plugin-js@2.6.0-beta.1':
- resolution: {integrity: sha512-XfCUkArkh8nbMZRczJGwW92jvrvKcHsz7jjA166f+37SQJ0dcBBvoJFTS84GuvQlyE9ZUdoIPvG+9daRz25lBg==}
+ '@stylistic/eslint-plugin-js@2.6.4':
+ resolution: {integrity: sha512-kx1hS3xTvzxZLdr/DCU/dLBE++vcP97sHeEFX2QXhk1Ipa4K1rzPOLw1HCbf4mU3s+7kHP5eYpDe+QteEOFLug==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: '>=8.40.0'
- '@stylistic/eslint-plugin-jsx@2.6.0-beta.1':
- resolution: {integrity: sha512-w13pjsE10gAjfSra00+xfgHbvx/fQQW7IjZAKmon246UYRw01+8KKYukRLSJ9wINe7fUKka//LAbqSbm8VKxmg==}
+ '@stylistic/eslint-plugin-jsx@2.6.4':
+ resolution: {integrity: sha512-bIvVhdtjmyu3S10V7QRIuawtCZSq9gRmzAX23ucjCOdSFzEwlq+di0IM0riBAvvQerrJL4SM6G3xgyPs8BSXIA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: '>=8.40.0'
- '@stylistic/eslint-plugin-plus@2.6.0-beta.1':
- resolution: {integrity: sha512-Hm7pq1KB8s5LeuatMvIVQvsHANnd9sNkkXY7naGcasz2W/f9at9IhozmN+/Oq5O2nRtrzb5rovQ/FclGiaO49w==}
+ '@stylistic/eslint-plugin-plus@2.6.4':
+ resolution: {integrity: sha512-EuRvtxhf7Hv8OoMIePulP/6rBJIgPTu1l5GAm1780WcF1Cl8bOZXIn84Pdac5pNv6lVlzCOFm8MD3VE+2YROuA==}
peerDependencies:
eslint: '*'
- '@stylistic/eslint-plugin-ts@2.6.0-beta.1':
- resolution: {integrity: sha512-pgRqZiC9NpvO7zPbs713WW8dhns61i7syhDKxSpgMecbvcS7I/uTFFEihmIbzBgWbebhuFLEFS6FC9Lh/j5tlQ==}
+ '@stylistic/eslint-plugin-ts@2.6.4':
+ resolution: {integrity: sha512-yxL8Hj6WkObw1jfiLpBzKy5yfxY6vwlwO4miq34ySErUjUecPV5jxfVbOe4q1QDPKemQGPq93v7sAQS5PzM8lA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: '>=8.40.0'
- '@stylistic/eslint-plugin@2.6.0-beta.1':
- resolution: {integrity: sha512-ff+7KkbtAzYzJvNH3MEtn+ImWMtoFkYowIakeFexMzDdurQHGu5wQ2D7YGc0jsM1/qnF2cxJ/ucVYQgeRZYH8g==}
+ '@stylistic/eslint-plugin@2.6.4':
+ resolution: {integrity: sha512-euUGnjzH8EOqEYTGk9dB2OBINp0FX1nuO7/k4fO82zNRBIKZgJoDwTLM4Ce+Om6W1Qmh1PrZjCr4jh4tMEXGPQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: '>=8.40.0'
@@ -1692,16 +1702,16 @@ packages:
peerDependencies:
tailwindcss: '>=3.0.0 || >= 3.0.0-alpha.1'
- '@tailwindcss/typography@0.5.13':
- resolution: {integrity: sha512-ADGcJ8dX21dVVHIwTRgzrcunY6YY9uSlAHHGVKvkA+vLc5qLwEszvKts40lx7z0qc4clpjclwLeK5rVCV2P/uw==}
+ '@tailwindcss/typography@0.5.14':
+ resolution: {integrity: sha512-ZvOCjUbsJBjL9CxQBn+VEnFpouzuKhxh2dH8xMIWHILL+HfOYtlAkWcyoon8LlzE53d2Yo6YO6pahKKNW3q1YQ==}
peerDependencies:
tailwindcss: '>=3.0.0 || insiders'
- '@tanstack/virtual-core@3.8.4':
- resolution: {integrity: sha512-iO5Ujgw3O1yIxWDe9FgUPNkGjyT657b1WNX52u+Wv1DyBFEpdCdGkuVaky0M3hHFqNWjAmHWTn4wgj9rTr7ZQg==}
+ '@tanstack/virtual-core@3.9.0':
+ resolution: {integrity: sha512-Saga7/QRGej/IDCVP5BgJ1oDqlDT2d9rQyoflS3fgMS8ntJ8JGw/LBqK2GorHa06+VrNFc0tGz65XQHJQJetFQ==}
- '@tanstack/vue-virtual@3.8.4':
- resolution: {integrity: sha512-4Pq8odunHQPsTg2iE2yzWdzYed/8LySy2knxqJYkaNOQRXbqJ7O/Owpoon8ZM9L+jLL1faM5TVHV0eJxm68q8A==}
+ '@tanstack/vue-virtual@3.9.0':
+ resolution: {integrity: sha512-MVJhQh57OR3wg2pWL/25IN1/nITFNnpFaz4gOvRCqnxhsH0WRePBBKvixOaFTgiyYfmrjFbb4d0nRMTvsjZZdQ==}
peerDependencies:
vue: ^2.7.0 || ^3.0.0
@@ -1718,8 +1728,8 @@ packages:
'@types/estree@1.0.5':
resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==}
- '@types/http-proxy@1.17.14':
- resolution: {integrity: sha512-SSrD0c1OQzlFX7pGu1eXxSEjemej64aaNPRhhVYUGqXh0BtldAAx37MG8btcumvpgKyZp1F5Gn3JkktdxiFv6w==}
+ '@types/http-proxy@1.17.15':
+ resolution: {integrity: sha512-25g5atgiVNTIv0LBDTg1H74Hvayx0ajtJPLLcYE3whFv75J0pWNtOBzaXJQgDTmrX1bx5U9YC2w/n65BN1HwRQ==}
'@types/json-schema@7.0.15':
resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==}
@@ -1730,8 +1740,8 @@ packages:
'@types/node-forge@1.3.11':
resolution: {integrity: sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==}
- '@types/node@22.0.0':
- resolution: {integrity: sha512-VT7KSYudcPOzP5Q0wfbowyNLaVR8QWUdw+088uFWwfvpY6uCWaXpqV6ieLAu9WBcnTa7H4Z5RLK8I5t2FuOcqw==}
+ '@types/node@22.3.0':
+ resolution: {integrity: sha512-nrWpWVaDZuaVc5X84xJ0vNrLvomM205oQyLsRt7OHNZbSHslcWsvgFR7O7hire2ZonjLrWBbedmotmIlJDVd6g==}
'@types/normalize-package-data@2.4.4':
resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==}
@@ -1739,14 +1749,14 @@ packages:
'@types/resolve@1.20.2':
resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==}
- '@types/unist@2.0.10':
- resolution: {integrity: sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==}
+ '@types/unist@2.0.11':
+ resolution: {integrity: sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==}
'@types/web-bluetooth@0.0.20':
resolution: {integrity: sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==}
- '@typescript-eslint/eslint-plugin@8.0.0-alpha.40':
- resolution: {integrity: sha512-yku4NjpP0UujYq8d1GWXYELpKYwuoESSgvXPd9uAiO24OszGxQhPsGWTe4fmZV05J47qILfaGANO9SCa9fEU0w==}
+ '@typescript-eslint/eslint-plugin@8.1.0':
+ resolution: {integrity: sha512-LlNBaHFCEBPHyD4pZXb35mzjGkuGKXU5eeCA1SxvHfiRES0E82dOounfVpL4DCqYvJEKab0bZIA0gCRpdLKkCw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
'@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0
@@ -1756,8 +1766,8 @@ packages:
typescript:
optional: true
- '@typescript-eslint/parser@8.0.0-alpha.40':
- resolution: {integrity: sha512-cjIgiaxmGtjlA6rRSs0Gsh0mWR08kPv1W+HsrZcuFwWxoGavBZPKtNctXND0NVf6MgSKyIcd4AHqBwE0htp5uw==}
+ '@typescript-eslint/parser@8.1.0':
+ resolution: {integrity: sha512-U7iTAtGgJk6DPX9wIWPPOlt1gO57097G06gIcl0N0EEnNw8RGD62c+2/DiP/zL7KrkqnnqF7gtFGR7YgzPllTA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
@@ -1770,16 +1780,12 @@ packages:
resolution: {integrity: sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==}
engines: {node: ^18.18.0 || >=20.0.0}
- '@typescript-eslint/scope-manager@8.0.0-alpha.40':
- resolution: {integrity: sha512-KQL502sCGZW+dYvxIzF6rEozbgppN0mBkYV6kT8ciY5OtFIRlLDTP7NdVAMMDk7q35T7Ad8negaQ9AGpZ8+Y5w==}
+ '@typescript-eslint/scope-manager@8.1.0':
+ resolution: {integrity: sha512-DsuOZQji687sQUjm4N6c9xABJa7fjvfIdjqpSIIVOgaENf2jFXiM9hIBZOL3hb6DHK9Nvd2d7zZnoMLf9e0OtQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@typescript-eslint/scope-manager@8.0.0-alpha.61':
- resolution: {integrity: sha512-3LXDjk0utLJH0PMJnH9ZIoxnSftbnNZ2m6pzHXsK6m9FdXFswRUcVuMQ6D25IidDIpN61cIQUICRBoVIs+Nh/Q==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
-
- '@typescript-eslint/type-utils@8.0.0-alpha.40':
- resolution: {integrity: sha512-/Aynkgxy3x22i6Zxy73MR/r0y1OELOMC9Atn7MO97NsjBOrQQYJHi/UEklZ423aB8SCkYH34lO6EAzXX/lIN3g==}
+ '@typescript-eslint/type-utils@8.1.0':
+ resolution: {integrity: sha512-oLYvTxljVvsMnldfl6jIKxTaU7ok7km0KDrwOt1RHYu6nxlhN3TIx8k5Q52L6wR33nOwDgM7VwW1fT1qMNfFIA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
typescript: '*'
@@ -1791,12 +1797,8 @@ packages:
resolution: {integrity: sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==}
engines: {node: ^18.18.0 || >=20.0.0}
- '@typescript-eslint/types@8.0.0-alpha.40':
- resolution: {integrity: sha512-44mUq4VZVydxNlOM8Xtp/BXDkyfuvvjgPIBf7vRQDutrLDeNS0pJ9pcSloSbop5MwKLfJjBU+PbwnJPQM+DWNg==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
-
- '@typescript-eslint/types@8.0.0-alpha.61':
- resolution: {integrity: sha512-/cdJX8rpk2K2glu+GcTlNhtVN4vEIilexD9ak5fC19i4zKdFQto2+Q9MBtNZ0s85Uafe2XS8KI2VoNfbTaL/vQ==}
+ '@typescript-eslint/types@8.1.0':
+ resolution: {integrity: sha512-q2/Bxa0gMOu/2/AKALI0tCKbG2zppccnRIRCW6BaaTlRVaPKft4oVYPp7WOPpcnsgbr0qROAVCVKCvIQ0tbWog==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@typescript-eslint/typescript-estree@7.18.0':
@@ -1808,17 +1810,8 @@ packages:
typescript:
optional: true
- '@typescript-eslint/typescript-estree@8.0.0-alpha.40':
- resolution: {integrity: sha512-bz1rX5GXvGdx686FghDxPqGwgntlseZCQSRrVGDDOZlLSoWJnbfkzxXGOWch9c3ttcGkdFy/DiCyKKga3hrq0g==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- peerDependencies:
- typescript: '*'
- peerDependenciesMeta:
- typescript:
- optional: true
-
- '@typescript-eslint/typescript-estree@8.0.0-alpha.61':
- resolution: {integrity: sha512-4vwQFtfcAkZ2plK+ypDXRlVwVZ4ITzPpeeLrIoZIvU1ctVwJhgVNC2rb6FaEAxkizXhgtLg3LpTcFSxCwOzD2g==}
+ '@typescript-eslint/typescript-estree@8.1.0':
+ resolution: {integrity: sha512-NTHhmufocEkMiAord/g++gWKb0Fr34e9AExBRdqgWdVBaKoei2dIyYKD9Q0jBnvfbEA5zaf8plUFMUH6kQ0vGg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
typescript: '*'
@@ -1832,14 +1825,8 @@ packages:
peerDependencies:
eslint: ^8.56.0
- '@typescript-eslint/utils@8.0.0-alpha.40':
- resolution: {integrity: sha512-ijxO1Hs3YWveuWK+Vbt25D05Q41UeK08JwEJbWTzV38LmkdCBktQd7X1sTw4W9Qku692HWuHgesZf6OhC8t3aA==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- peerDependencies:
- eslint: ^8.57.0 || ^9.0.0
-
- '@typescript-eslint/utils@8.0.0-alpha.61':
- resolution: {integrity: sha512-QGGHXhSa0NlCxbLKF7tO4HBnnnPCXESEKillB59u7T3o6MVqpJPgniYWvNYwklpfuiO8DCvdFkvS0ijMshTZyQ==}
+ '@typescript-eslint/utils@8.1.0':
+ resolution: {integrity: sha512-ypRueFNKTIFwqPeJBfeIpxZ895PQhNyH4YID6js0UoBImWYoSjBsahUn9KMiJXh94uOjVBgHD9AmkyPsPnFwJA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
@@ -1848,12 +1835,8 @@ packages:
resolution: {integrity: sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==}
engines: {node: ^18.18.0 || >=20.0.0}
- '@typescript-eslint/visitor-keys@8.0.0-alpha.40':
- resolution: {integrity: sha512-y1stojSPb5D3M8VlGGpaiBU5XxGLe+sPuW0YbLe09Lxvo4AwKGvhAr5lhqJZo4z6qHNz385+6+BS63+qIQdYLw==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
-
- '@typescript-eslint/visitor-keys@8.0.0-alpha.61':
- resolution: {integrity: sha512-7sadAvoAugg8LToN00GsoZdOf8KQAavpGPjOU6y9ug9N2Zr+S4cG048JMmbU7Q5K5NPIFkCTj2ePBoOx7m86yQ==}
+ '@typescript-eslint/visitor-keys@8.1.0':
+ resolution: {integrity: sha512-ba0lNI19awqZ5ZNKh6wCModMwoZs457StTebQ0q1NP58zSi2F6MOZRXwfKZy+jB78JNJ/WH8GSh2IQNzXX8Nag==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@unhead/dom@1.9.16':
@@ -1881,20 +1864,35 @@ packages:
engines: {node: '>=16'}
hasBin: true
- '@vitejs/plugin-vue-jsx@4.0.0':
- resolution: {integrity: sha512-A+6wL2AdQhDsLsDnY+2v4rRDI1HLJGIMc97a8FURO9tqKsH5QvjWrzsa5DH3NlZsM742W2wODl2fF+bfcTWtXw==}
+ '@vitejs/plugin-vue-jsx@4.0.1':
+ resolution: {integrity: sha512-7mg9HFGnFHMEwCdB6AY83cVK4A6sCqnrjFYF4WIlebYAQVVJ/sC/CiTruVdrRlhrFoeZ8rlMxY9wYpPTIRhhAg==}
engines: {node: ^18.0.0 || >=20.0.0}
peerDependencies:
vite: ^5.0.0
vue: ^3.0.0
- '@vitejs/plugin-vue@5.1.1':
- resolution: {integrity: sha512-sDckXxlHpMsjRQbAH9WanangrfrblsOd3pNifePs+FOHjJg1jfWq5L/P0PsBRndEt3nmdUnmvieP8ULDeX5AvA==}
+ '@vitejs/plugin-vue@5.1.2':
+ resolution: {integrity: sha512-nY9IwH12qeiJqumTCLJLE7IiNx7HZ39cbHaysEUd+Myvbz9KAqd2yq+U01Kab1R/H1BmiyM2ShTYlNH32Fzo3A==}
engines: {node: ^18.0.0 || >=20.0.0}
peerDependencies:
vite: ^5.0.0
vue: ^3.2.25
+ '@vitest/eslint-plugin@1.0.3':
+ resolution: {integrity: sha512-7hTONh+lqN+TEimHy2aWVdHVqYohcxLGD4yYBwSVvhyiti/j9CqBNMQvOa6xLoVcEtaWAoCCDbYgvxwNqA4lsA==}
+ peerDependencies:
+ '@typescript-eslint/utils': '>= 8.0'
+ eslint: '>= 8.57.0'
+ typescript: '>= 5.0.0'
+ vitest: '*'
+ peerDependenciesMeta:
+ '@typescript-eslint/utils':
+ optional: true
+ typescript:
+ optional: true
+ vitest:
+ optional: true
+
'@volar/language-core@2.4.0-alpha.18':
resolution: {integrity: sha512-JAYeJvYQQROmVRtSBIczaPjP3DX4QW1fOqW1Ebs0d3Y3EwSNRglz03dSv0Dm61dzd0Yx3WgTW3hndDnTQqgmyg==}
@@ -1904,8 +1902,8 @@ packages:
'@volar/typescript@2.4.0-alpha.18':
resolution: {integrity: sha512-sXh5Y8sqGUkgxpMWUGvRXggxYHAVxg0Pa1C42lQZuPDrW6vHJPR0VCK8Sr7WJsAW530HuNQT/ZIskmXtxjybMQ==}
- '@vue-macros/common@1.11.0':
- resolution: {integrity: sha512-PpAh4UZ5hJWWUUnV9290xnvZBBlzmfAX0Qyndplts3RoPzrLSbqTfXucdz9NYdYuGJ7dy+H6OJS+QtknVBlZiA==}
+ '@vue-macros/common@1.12.2':
+ resolution: {integrity: sha512-+NGfhrPvPNOb3Wg9PNPEXPe0HTXmVe6XJawL1gi3cIjOSGIhpOdvmMT2cRuWb265IpA/PeL5Sqo0+DQnEDxLvw==}
engines: {node: '>=16.14.0'}
peerDependencies:
vue: ^2.7.0 || ^3.2.25
@@ -1929,17 +1927,17 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0-0
- '@vue/compiler-core@3.4.35':
- resolution: {integrity: sha512-gKp0zGoLnMYtw4uS/SJRRO7rsVggLjvot3mcctlMXunYNsX+aRJDqqw/lV5/gHK91nvaAAlWFgdVl020AW1Prg==}
+ '@vue/compiler-core@3.4.38':
+ resolution: {integrity: sha512-8IQOTCWnLFqfHzOGm9+P8OPSEDukgg3Huc92qSG49if/xI2SAwLHQO2qaPQbjCWPBcQoO1WYfXfTACUrWV3c5A==}
- '@vue/compiler-dom@3.4.35':
- resolution: {integrity: sha512-pWIZRL76/oE/VMhdv/ovZfmuooEni6JPG1BFe7oLk5DZRo/ImydXijoZl/4kh2406boRQ7lxTYzbZEEXEhj9NQ==}
+ '@vue/compiler-dom@3.4.38':
+ resolution: {integrity: sha512-Osc/c7ABsHXTsETLgykcOwIxFktHfGSUDkb05V61rocEfsFDcjDLH/IHJSNJP+/Sv9KeN2Lx1V6McZzlSb9EhQ==}
- '@vue/compiler-sfc@3.4.35':
- resolution: {integrity: sha512-xacnRS/h/FCsjsMfxBkzjoNxyxEyKyZfBch/P4vkLRvYJwe5ChXmZZrj8Dsed/752H2Q3JE8kYu9Uyha9J6PgA==}
+ '@vue/compiler-sfc@3.4.38':
+ resolution: {integrity: sha512-s5QfZ+9PzPh3T5H4hsQDJtI8x7zdJaew/dCGgqZ2630XdzaZ3AD8xGZfBqpT8oaD/p2eedd+pL8tD5vvt5ZYJQ==}
- '@vue/compiler-ssr@3.4.35':
- resolution: {integrity: sha512-7iynB+0KB1AAJKk/biENTV5cRGHRdbdaD7Mx3nWcm1W8bVD6QmnH3B4AHhQQ1qZHhqFwzEzMwiytXm3PX1e60A==}
+ '@vue/compiler-ssr@3.4.38':
+ resolution: {integrity: sha512-YXznKFQ8dxYpAz9zLuVvfcXhc31FSPFDcqr0kyujbOwNhlmaNvL2QfIy+RZeJgSn5Fk54CWoEUeW+NVBAogGaw==}
'@vue/compiler-vue2@2.7.16':
resolution: {integrity: sha512-qYC3Psj9S/mfu9uVi5WvNZIzq+xnXMhOwbTFKKDD7b1lhpnn71jXSFdTQ+WsIEk0ONCd7VV2IMm7ONl6tbQ86A==}
@@ -1953,8 +1951,8 @@ packages:
'@vue/devtools-kit@7.3.3':
resolution: {integrity: sha512-m+dFI57BrzKYPKq73mt4CJ5GWld5OLBseLHPHGVP7CaILNY9o1gWVJWAJeF8XtQ9LTiMxZSaK6NcBsFuxAhD0g==}
- '@vue/devtools-shared@7.3.7':
- resolution: {integrity: sha512-M9EU1/bWi5GNS/+IZrAhwGOVZmUTN4MH22Hvh35nUZZg9AZP2R2OhfCb+MG4EtAsrUEYlu3R43/SIj3G7EZYtQ==}
+ '@vue/devtools-shared@7.3.8':
+ resolution: {integrity: sha512-1NiJbn7Yp47nPDWhFZyEKpB2+5/+7JYv8IQnU0ccMrgslPR2dL7u1DIyI7mLqy4HN1ll36gQy0k8GqBYSFgZJw==}
'@vue/language-core@2.0.29':
resolution: {integrity: sha512-o2qz9JPjhdoVj8D2+9bDXbaI4q2uZTHQA/dbyZT4Bj1FR9viZxDJnLcKVHfxdn6wsOzRgpqIzJEEmSSvgMvDTQ==}
@@ -1964,28 +1962,28 @@ packages:
typescript:
optional: true
- '@vue/reactivity@3.4.35':
- resolution: {integrity: sha512-Ggtz7ZZHakriKioveJtPlStYardwQH6VCs9V13/4qjHSQb/teE30LVJNrbBVs4+aoYGtTQKJbTe4CWGxVZrvEw==}
+ '@vue/reactivity@3.4.38':
+ resolution: {integrity: sha512-4vl4wMMVniLsSYYeldAKzbk72+D3hUnkw9z8lDeJacTxAkXeDAP1uE9xr2+aKIN0ipOL8EG2GPouVTH6yF7Gnw==}
- '@vue/runtime-core@3.4.35':
- resolution: {integrity: sha512-D+BAjFoWwT5wtITpSxwqfWZiBClhBbR+bm0VQlWYFOadUUXFo+5wbe9ErXhLvwguPiLZdEF13QAWi2vP3ZD5tA==}
+ '@vue/runtime-core@3.4.38':
+ resolution: {integrity: sha512-21z3wA99EABtuf+O3IhdxP0iHgkBs1vuoCAsCKLVJPEjpVqvblwBnTj42vzHRlWDCyxu9ptDm7sI2ZMcWrQqlA==}
- '@vue/runtime-dom@3.4.35':
- resolution: {integrity: sha512-yGOlbos+MVhlS5NWBF2HDNgblG8e2MY3+GigHEyR/dREAluvI5tuUUgie3/9XeqhPE4LF0i2wjlduh5thnfOqw==}
+ '@vue/runtime-dom@3.4.38':
+ resolution: {integrity: sha512-afZzmUreU7vKwKsV17H1NDThEEmdYI+GCAK/KY1U957Ig2NATPVjCROv61R19fjZNzMmiU03n79OMnXyJVN0UA==}
- '@vue/server-renderer@3.4.35':
- resolution: {integrity: sha512-iZ0e/u9mRE4T8tNhlo0tbA+gzVkgv8r5BX6s1kRbOZqfpq14qoIvCZ5gIgraOmYkMYrSEZgkkojFPr+Nyq/Mnw==}
+ '@vue/server-renderer@3.4.38':
+ resolution: {integrity: sha512-NggOTr82FbPEkkUvBm4fTGcwUY8UuTsnWC/L2YZBmvaQ4C4Jl/Ao4HHTB+l7WnFCt5M/dN3l0XLuyjzswGYVCA==}
peerDependencies:
- vue: 3.4.35
+ vue: 3.4.38
- '@vue/shared@3.4.35':
- resolution: {integrity: sha512-hvuhBYYDe+b1G8KHxsQ0diDqDMA8D9laxWZhNAjE83VZb5UDaXl9Xnz7cGdDSyiHM90qqI/CyGMcpBpiDy6VVQ==}
+ '@vue/shared@3.4.38':
+ resolution: {integrity: sha512-q0xCiLkuWWQLzVrecPb0RMsNWyxICOjPrcrwxTUEHb1fsnvni4dcuyG7RT/Ie7VPTvnjzIaWzRMUBsrqNj/hhw==}
- '@vueuse/core@10.11.0':
- resolution: {integrity: sha512-x3sD4Mkm7PJ+pcq3HX8PLPBadXCAlSDR/waK87dz0gQE+qJnaaFhc/dZVfJz+IUYzTMVGum2QlR7ImiJQN4s6g==}
+ '@vueuse/core@10.11.1':
+ resolution: {integrity: sha512-guoy26JQktXPcz+0n3GukWIy/JDNKti9v6VEMu6kV2sYBsWuGiTU8OWdg+ADfUbHg3/3DlqySDe7JmdHrktiww==}
- '@vueuse/integrations@10.11.0':
- resolution: {integrity: sha512-Pp6MtWEIr+NDOccWd8j59Kpjy5YDXogXI61Kb1JxvSfVBO8NzFQkmrKmSZz47i+ZqHnIzxaT38L358yDHTncZg==}
+ '@vueuse/integrations@10.11.1':
+ resolution: {integrity: sha512-Y5hCGBguN+vuVYTZmdd/IMXLOdfS60zAmDmFYc4BKBcMUPZH1n4tdyDECCPjXm0bNT3ZRUy1xzTLGaUje8Xyaw==}
peerDependencies:
async-validator: ^4
axios: ^1
@@ -2025,19 +2023,19 @@ packages:
universal-cookie:
optional: true
- '@vueuse/math@10.11.0':
- resolution: {integrity: sha512-Ocb6ldMQDDh0jEItW+0vhlFQI8c8Dje2aawRoUL1Ui9u+SZSLRNdDjONi21V98VLyNecfMyrDnT2oaYfc3FqGw==}
+ '@vueuse/math@10.11.1':
+ resolution: {integrity: sha512-fkdaNEOn22Vjz/A3vNWO2+eysunlK74ODmJRosweKMEA07oi5WH/CYQ8oGxu2Fa641fhs4hXS7XxdALsGVYlpw==}
- '@vueuse/metadata@10.11.0':
- resolution: {integrity: sha512-kQX7l6l8dVWNqlqyN3ePW3KmjCQO3ZMgXuBMddIu83CmucrsBfXlH+JoviYyRBws/yLTQO8g3Pbw+bdIoVm4oQ==}
+ '@vueuse/metadata@10.11.1':
+ resolution: {integrity: sha512-IGa5FXd003Ug1qAZmyE8wF3sJ81xGLSqTqtQ6jaVfkeZ4i5kS2mwQF61yhVqojRnenVew5PldLyRgvdl4YYuSw==}
- '@vueuse/nuxt@10.11.0':
- resolution: {integrity: sha512-PV15CU28qzr/+4IleyahobwU9kfTwfbsl8f+wkv6TWjboFVdt4WLMP2TNfPj7QgssyDdCRdl3gLZ4DC884wnDw==}
+ '@vueuse/nuxt@10.11.1':
+ resolution: {integrity: sha512-UiaYSIwOkmUVn8Gl1AqtLWYR12flO+8sEu9X0Y1fNjSR7EWy9jMuiCvOGqwtoeTsqfHrivl0d5HfMzr11GFnMA==}
peerDependencies:
nuxt: ^3.0.0
- '@vueuse/shared@10.11.0':
- resolution: {integrity: sha512-fyNoIXEq3PfX1L3NkNhtVQUSRtqYwJtJg+Bp9rIzculIZWHTkKSysujrOk2J+NrRulLTQH9+3gGSfYLWSEWU1A==}
+ '@vueuse/shared@10.11.1':
+ resolution: {integrity: sha512-LHpC8711VFZlDaYUXEBbFBCQ7GS3dVU9mjOhhMhXP6txTV4EhYQg/KGnQuvt/sPAtoUKq7VVUnL6mVtFoL42sA==}
abbrev@1.1.1:
resolution: {integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==}
@@ -2144,16 +2142,12 @@ packages:
as-table@1.0.55:
resolution: {integrity: sha512-xvsWESUJn0JN421Xb9MQw6AsMHRCUknCe0Wjlxvjud80mU4E6hQf1A6NzQKcYNmYw62MfzEtXc+badstZP3JpQ==}
- ast-kit@0.12.2:
- resolution: {integrity: sha512-es1zHFsnZ4Y4efz412nnrU3KvVAhgqy90a7Yt9Wpi5vQ3l4aYMOX0Qx4FD0elKr5ITEhiUGCSFcgGYf4YTuACg==}
+ ast-kit@1.0.1:
+ resolution: {integrity: sha512-XdXKlmX3YIrGKJS7d324CAbswH+C1klMCIRQ4VRy0+iPxGeP2scVOoYd09/V6uGjGAi/ZuEwBLzT7xBerSKNQg==}
engines: {node: '>=16.14.0'}
- ast-kit@1.0.0:
- resolution: {integrity: sha512-Jv5Zs4DhU4QEYPvfVrEmdMuxCRMxsIVNfj4uqsBWyNM5wOaNMIfOwu55jH2DWnmr05iyCxPjbYGND1PNU40CuQ==}
- engines: {node: '>=16.14.0'}
-
- ast-walker-scope@0.6.1:
- resolution: {integrity: sha512-0ZdQEsSfH3mX4BFbRCc3xOBjx5bDbm73+aAdQOHerPQNf8K0XFMAv79ucd2BpnSc4UMyvBDixiroT8yjm2Y6bw==}
+ ast-walker-scope@0.6.2:
+ resolution: {integrity: sha512-1UWOyC50xI3QZkRuDj6PqDtpm1oHWtYs+NQGwqL/2R11eN3Q81PHAHPM0SWW3BNQm53UDwS//Jv8L4CCVLM1bQ==}
engines: {node: '>=16.14.0'}
async-sema@3.1.1:
@@ -2169,8 +2163,8 @@ packages:
resolution: {integrity: sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==}
engines: {node: '>= 4.0.0'}
- autoprefixer@10.4.19:
- resolution: {integrity: sha512-BaENR2+zBZ8xXhM4pUaKUxlVdxZ0EZhjvbopwnXmxRUfqDmwSpC2lAi/QXvx7NRdPCo1WKEcEF6mV64si1z4Ew==}
+ autoprefixer@10.4.20:
+ resolution: {integrity: sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==}
engines: {node: ^10 || ^12 || >=14}
hasBin: true
peerDependencies:
@@ -2214,8 +2208,8 @@ packages:
resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==}
engines: {node: '>=8'}
- browserslist@4.23.2:
- resolution: {integrity: sha512-qkqSyistMYdxAcw+CzbZwlBy8AGmS/eEWs+sEV5TnLRGDOL+C5M2EnH6tlZyg0YoAxGJAFKh61En9BR941GnHA==}
+ browserslist@4.23.3:
+ resolution: {integrity: sha512-btwCFJVjI4YWDNfau8RhZ+B1Q/VLoUITrm3RlP6y1tYGWIOa+InuYiRGXUBXo8nA1qKmHMyLB/iVQg5TT4eFoA==}
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
hasBin: true
@@ -2271,8 +2265,8 @@ packages:
caniuse-api@3.0.0:
resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==}
- caniuse-lite@1.0.30001645:
- resolution: {integrity: sha512-GFtY2+qt91kzyMk6j48dJcwJVq5uTkk71XxE3RtScx7XWRLsO7bU44LOFkOZYR8w9YMS0UhPSYpN/6rAMImmLw==}
+ caniuse-lite@1.0.30001651:
+ resolution: {integrity: sha512-9Cf+Xv1jJNe1xPZLGuUXLNkE1BoDkqRqYyFJ9TDYSqhduqA4hu4oR9HluGoWYQC/aj8WHjsGVV+bwkh0+tegRg==}
capnp-ts@0.7.0:
resolution: {integrity: sha512-XKxXAC3HVPv7r674zP0VC3RTXz+/JKhfyw94ljvF80yynK6VkTnqE3jMuN8b3dUVmmc43TjyxjW4KTsmB3c86g==}
@@ -2431,8 +2425,8 @@ packages:
resolution: {integrity: sha512-yCEafptTtb4bk7GLEQoM8KVJpxAfdBJYaXyzQEgQQQgYrZiDp8SJmGKlYza6CYjEDNstAdNdKA3UuoULlEbS6w==}
engines: {node: '>=12.13'}
- core-js-compat@3.37.1:
- resolution: {integrity: sha512-9TNiImhKvQqSUkOvk/mMRZzOANTiEVC7WaBNhHcKM7x+/5E1l5NvsysR19zuDQScE8k+kfQXWRN3AtS/eOSHpg==}
+ core-js-compat@3.38.0:
+ resolution: {integrity: sha512-75LAicdLa4OJVwFxFbQR3NdnZjNgX6ILpVcVzcC4T2smerB5lELMrJQQQoWV6TiuC/vlaFqgU2tKQx9w5s0e0A==}
core-util-is@1.0.3:
resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==}
@@ -2449,8 +2443,8 @@ packages:
create-require@1.1.1:
resolution: {integrity: sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==}
- croner@8.1.0:
- resolution: {integrity: sha512-sz990XOUPR8dG/r5BRKMBd15MYDDUu8oeSaxFD5DqvNgHSZw8Psd1s689/IGET7ezxRMiNlCIyGeY1Gvxp/MLg==}
+ croner@8.1.1:
+ resolution: {integrity: sha512-1VdUuRnQP4drdFkS8NKvDR1NBgevm8TOuflcaZEKsxw42CxonjW/2vkj1AKlinJb4ZLwBcuWF9GiPr7FQc6AQA==}
engines: {node: '>=18.0'}
cronstrue@2.50.0:
@@ -2495,8 +2489,8 @@ packages:
engines: {node: '>=4'}
hasBin: true
- cssnano-preset-default@7.0.4:
- resolution: {integrity: sha512-jQ6zY9GAomQX7/YNLibMEsRZguqMUGuupXcEk2zZ+p3GUxwCAsobqPYE62VrJ9qZ0l9ltrv2rgjwZPBIFIjYtw==}
+ cssnano-preset-default@7.0.5:
+ resolution: {integrity: sha512-Jbzja0xaKwc5JzxPQoc+fotKpYtWEu4wQLMQe29CM0FjjdRjA4omvbGHl2DTGgARKxSTpPssBsok+ixv8uTBqw==}
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
peerDependencies:
postcss: ^8.4.31
@@ -2507,8 +2501,8 @@ packages:
peerDependencies:
postcss: ^8.4.31
- cssnano@7.0.4:
- resolution: {integrity: sha512-rQgpZra72iFjiheNreXn77q1haS2GEy69zCMbu4cpXCFPMQF+D4Ik5V7ktMzUF/sA7xCIgcqHwGPnCD+0a1vHg==}
+ cssnano@7.0.5:
+ resolution: {integrity: sha512-Aq0vqBLtpTT5Yxj+hLlLfNPFuRQCDIjx5JQAhhaedQKLNDvDGeVziF24PS+S1f0Z5KCxWvw0QVI3VNHNBITxVQ==}
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
peerDependencies:
postcss: ^8.4.31
@@ -2670,12 +2664,12 @@ packages:
resolution: {integrity: sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==}
engines: {node: '>=12'}
- drizzle-kit@0.23.1:
- resolution: {integrity: sha512-posGQhj8/K4S4CPhk7BO9+IcpNdIh96t0DvcAr/NvMKhPhe5D0MELzmpq9R2MpmSP3fd+Z3upwidtetrw7xnjg==}
+ drizzle-kit@0.23.2:
+ resolution: {integrity: sha512-NWkQ7GD2OTbQ7HzcjsaCOf3n0tlFPSEAF38fvDpwDj8jRbGWGFtN2cD8I8wp4lU+5Os/oyP2xycTKGLHdPipUw==}
hasBin: true
- drizzle-orm@0.32.1:
- resolution: {integrity: sha512-Wq1J+lL8PzwR5K3a1FfoWsbs8powjr3pGA4+5+2ueN1VTLDNFYEolUyUWFtqy8DVRvYbL2n7sXZkgVmK9dQkng==}
+ drizzle-orm@0.32.2:
+ resolution: {integrity: sha512-3fXKzPzrgZIcnWCSLiERKN5Opf9Iagrag75snfFlKeKSYB1nlgPBshzW3Zn6dQymkyiib+xc4nIz0t8U+Xdpuw==}
peerDependencies:
'@aws-sdk/client-rds-data': '>=3'
'@cloudflare/workers-types': '>=3'
@@ -2772,8 +2766,8 @@ packages:
ee-first@1.1.1:
resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==}
- electron-to-chromium@1.5.4:
- resolution: {integrity: sha512-orzA81VqLyIGUEA77YkVA1D+N+nNfl2isJVjjmOyrlxuooZ19ynb+dOlaDTqd/idKRS9lDCSBmtzM+kyCsMnkA==}
+ electron-to-chromium@1.5.8:
+ resolution: {integrity: sha512-4Nx0gP2tPNBLTrFxBMHpkQbtn2hidPVr/+/FTtcCiBYTucqc70zRyVZiOLj17Ui3wTO7SQ1/N+hkHYzJjBzt6A==}
emoji-regex@8.0.0:
resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
@@ -2879,8 +2873,8 @@ packages:
peerDependencies:
eslint: '*'
- eslint-plugin-antfu@2.3.4:
- resolution: {integrity: sha512-5RIjJpBK1tuNHuLyFyZ90/iW9s439dP1u2cxA4dH70djx9sKq1CqI+O6Q95aVjgFNTDtQzSC9uYdAD5uEEKciQ==}
+ eslint-plugin-antfu@2.3.5:
+ resolution: {integrity: sha512-q3S9q7O176sd5VyPKksN1WGtB0l8W1jeWs61xWAmbM5JdZN8q9e0Vmm+tY/YOygHfn1eK9uE4/MGyZBebdtgLA==}
peerDependencies:
eslint: '*'
@@ -2895,20 +2889,14 @@ packages:
peerDependencies:
eslint: '>=8'
- eslint-plugin-eslint-comments@3.2.0:
- resolution: {integrity: sha512-0jkOl0hfojIHHmEHgmNdqv4fmh7300NdpA9FFpF7zaoLvB/QeXOGNLIo86oAveJFrfB1p05kC8hpEMHM8DwWVQ==}
- engines: {node: '>=6.5.0'}
- peerDependencies:
- eslint: '>=4.19.1'
-
eslint-plugin-import-x@3.1.0:
resolution: {integrity: sha512-/UbPA+bYY7nIxcjL3kpcDY3UNdoLHFhyBFzHox2M0ypcUoueTn6woZUUmzzi5et/dXChksasYYFeKE2wshOrhg==}
engines: {node: '>=16'}
peerDependencies:
eslint: ^8.56.0 || ^9.0.0-0
- eslint-plugin-jsdoc@48.10.2:
- resolution: {integrity: sha512-xTkf/MmEeVrTbezc6kDqCJmK9RcseIKo8X4oyoDCMvV4LY8dqrQi8kmfRrv9n0gNBkCclevaOh2Lkmu6Fs8SLg==}
+ eslint-plugin-jsdoc@50.2.2:
+ resolution: {integrity: sha512-i0ZMWA199DG7sjxlzXn5AeYZxpRfMJjDPUl7lL9eJJX8TPRoIaxJU4ys/joP5faM5AXE1eqW/dslCj3uj4Nqpg==}
engines: {node: '>=18'}
peerDependencies:
eslint: ^7.0.0 || ^8.0.0 || ^9.0.0
@@ -2925,24 +2913,24 @@ packages:
peerDependencies:
eslint: '>=8'
- eslint-plugin-n@17.10.1:
- resolution: {integrity: sha512-hm/q37W6efDptJXdwirsm6A257iY6ZNtpoSG0wEzFzjJ3AhL7OhEIhdSR2e4OdYfHO5EDeqlCfFrjf9q208IPw==}
+ eslint-plugin-n@17.10.2:
+ resolution: {integrity: sha512-e+s4eAf5NtJaxPhTNu3qMO0Iz40WANS93w9LQgYcvuljgvDmWi/a3rh+OrNyMHeng6aOWGJO0rCg5lH4zi8yTw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: '>=8.23.0'
- eslint-plugin-no-only-tests@3.1.0:
- resolution: {integrity: sha512-Lf4YW/bL6Un1R6A76pRZyE1dl1vr31G/ev8UzIc/geCgFWyrKil8hVjYqWVKGB/UIGmb6Slzs9T0wNezdSVegw==}
+ eslint-plugin-no-only-tests@3.3.0:
+ resolution: {integrity: sha512-brcKcxGnISN2CcVhXJ/kEQlNa0MEfGRtwKtWA16SkqXHKitaKIMrfemJKLKX1YqDU5C/5JY3PvZXd5jEW04e0Q==}
engines: {node: '>=5.0.0'}
- eslint-plugin-perfectionist@3.0.0:
- resolution: {integrity: sha512-B+leJTo1YjxiNIm8Yv0rCHp4eWh9RaJHO6T1ifxd26wg8NCbEiWSdqZVeYLWPCI+zS1dlf89WpOkUzG7cE4vtQ==}
+ eslint-plugin-perfectionist@3.2.0:
+ resolution: {integrity: sha512-cX1aztMbSfRWPKJH8CD+gadrbkS+RNH1OGWuNGws8J6rHzYYhawxWTU/yzMYjq2IRJCpBCfhgfa7BHRXQYxLHA==}
engines: {node: ^18.0.0 || >=20.0.0}
peerDependencies:
astro-eslint-parser: ^1.0.2
eslint: '>=8.0.0'
svelte: '>=3.0.0'
- svelte-eslint-parser: ^0.40.0
+ svelte-eslint-parser: ^0.41.0
vue-eslint-parser: '>=9.0.0'
peerDependenciesMeta:
astro-eslint-parser:
@@ -2972,29 +2960,15 @@ packages:
peerDependencies:
eslint: '>=8.56.0'
- eslint-plugin-unused-imports@4.0.1:
- resolution: {integrity: sha512-rax76s05z64uQgG9YXsWFmXrgjkaK79AvfeAWiSxhPP6RVGxeRaj4+2u+wxxu/mDy2pmJoOy1QTOEALMia2xGQ==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ eslint-plugin-unused-imports@4.1.3:
+ resolution: {integrity: sha512-lqrNZIZjFMUr7P06eoKtQLwyVRibvG7N+LtfKtObYGizAAGrcqLkc3tDx+iAik2z7q0j/XI3ihjupIqxhFabFA==}
peerDependencies:
- '@typescript-eslint/eslint-plugin': ^8.0.0-0
- eslint: ^9.0.0
+ '@typescript-eslint/eslint-plugin': ^8.0.0-0 || ^7.0.0 || ^6.0.0 || ^5.0.0
+ eslint: ^9.0.0 || ^8.0.0
peerDependenciesMeta:
'@typescript-eslint/eslint-plugin':
optional: true
- eslint-plugin-vitest@0.5.4:
- resolution: {integrity: sha512-um+odCkccAHU53WdKAw39MY61+1x990uXjSPguUCq3VcEHdqJrOb8OTMrbYlY6f9jAKx7x98kLVlIe3RJeJqoQ==}
- engines: {node: ^18.0.0 || >= 20.0.0}
- peerDependencies:
- '@typescript-eslint/eslint-plugin': '*'
- eslint: ^8.57.0 || ^9.0.0
- vitest: '*'
- peerDependenciesMeta:
- '@typescript-eslint/eslint-plugin':
- optional: true
- vitest:
- optional: true
-
eslint-plugin-vue@9.27.0:
resolution: {integrity: sha512-5Dw3yxEyuBSXTzT5/Ge1X5kIkRTQ3nvBn/VwPwInNiZBSJOO/timWMUaflONnFBzU6NhB68lxnCda7ULV5N7LA==}
engines: {node: ^14.17.0 || >=16.0.0}
@@ -3013,10 +2987,6 @@ packages:
'@vue/compiler-sfc': ^3.3.0
eslint: ^8.50.0 || ^9.0.0
- eslint-rule-composer@0.3.0:
- resolution: {integrity: sha512-bt+Sh8CtDmn2OajxvNO+BX7Wn4CIWMpTRm3MaiKPCQcnnlm0CS2mhui6QaoeQugs+3Kj2ESKEEGJUdVafwhiCg==}
- engines: {node: '>=4.0.0'}
-
eslint-scope@7.2.2:
resolution: {integrity: sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
@@ -3033,10 +3003,15 @@ packages:
resolution: {integrity: sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- eslint@9.8.0:
- resolution: {integrity: sha512-K8qnZ/QJzT2dLKdZJVX6W4XOwBzutMYmt0lqUS+JdXgd+HTYFlonFgkJ8s44d/zMPPCnOOk0kMWCApCPhiOy9A==}
+ eslint@9.9.0:
+ resolution: {integrity: sha512-JfiKJrbx0506OEerjK2Y1QlldtBxkAlLxT5OEcRF8uaQ86noDe2k31Vw9rnSWv+MXZHj7OOUV/dA0AhdLFcyvA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
hasBin: true
+ peerDependencies:
+ jiti: '*'
+ peerDependenciesMeta:
+ jiti:
+ optional: true
espree@10.1.0:
resolution: {integrity: sha512-M1M6CpiE6ffoigIOWYO9UDP8TMUw9kqb21tf+08IgDYjCsOvCuDt4jQcZmoYxx+w7zlKw9/N0KXfto+I8/FrXA==}
@@ -3154,8 +3129,8 @@ packages:
flatted@3.3.1:
resolution: {integrity: sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==}
- foreground-child@3.2.1:
- resolution: {integrity: sha512-PXUUyLqrR2XCWICfv6ukppP96sdFwWbNEnfEMt7jNsISjMsvaLNinAHNDYyvkyU+SZG2BTSbT5NjG+vZslfGTA==}
+ foreground-child@3.3.0:
+ resolution: {integrity: sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==}
engines: {node: '>=14'}
fraction.js@4.3.7:
@@ -3276,8 +3251,8 @@ packages:
resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==}
engines: {node: '>=18'}
- globals@15.8.0:
- resolution: {integrity: sha512-VZAJ4cewHTExBWDHR6yptdIBlx9YSSZuwojj9Nt5mBRXQzrKakDsVKQ1J63sklLvzAJm0X5+RpO4i3Y2hcOnFw==}
+ globals@15.9.0:
+ resolution: {integrity: sha512-SmSKyLLKFbSr6rptvP8izbyxJL4ILwqO9Jg23UA0sDlGlu58V59D1//I3vlc0KJphVdUR7vMjHIplYnzBxorQA==}
engines: {node: '>=18'}
globby@11.1.0:
@@ -3392,8 +3367,8 @@ packages:
ieee754@1.2.1:
resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==}
- ignore@5.3.1:
- resolution: {integrity: sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==}
+ ignore@5.3.2:
+ resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==}
engines: {node: '>= 4'}
image-meta@0.2.1:
@@ -3569,6 +3544,10 @@ packages:
resolution: {integrity: sha512-YtOli5Cmzy3q4dP26GraSOeAhqecewG04hoO8DY56CH4KJ9Fvv5qKWUCCo3HZob7esJQHCv6/+bnTy72xZZaVQ==}
engines: {node: '>=12.0.0'}
+ jsdoc-type-pratt-parser@4.1.0:
+ resolution: {integrity: sha512-Hicd6JK5Njt2QB6XYFS7ok9e37O8AYk3jTcppG4YVQnYjOemymvTcmc7OWsmq/Qqj5TdRFO5/x/tIPmBeRtGHg==}
+ engines: {node: '>=12.0.0'}
+
jsesc@0.5.0:
resolution: {integrity: sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==}
hasBin: true
@@ -3647,8 +3626,8 @@ packages:
kolorist@1.8.0:
resolution: {integrity: sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==}
- launch-editor@2.8.0:
- resolution: {integrity: sha512-vJranOAJrI/llyWGRQqiDM+adrw+k83fvmmx3+nV47g3+36xM15jE+zyZ6Ffel02+xSvuM0b2GDRosXZkbb6wA==}
+ launch-editor@2.8.1:
+ resolution: {integrity: sha512-elBx2l/tp9z99X5H/qev8uyDywVh0VXAwEbjk8kJhnc5grOFkGh7aW6q55me9xnYbss261XtnUrysZ+XvGbhQA==}
lazystream@1.0.1:
resolution: {integrity: sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==}
@@ -3805,8 +3784,8 @@ packages:
resolution: {integrity: sha512-r9deDe9p5FJUPZAk3A59wGH7Ii9YrjjWw0jmw/liSbHl2CHiyXj6FcDXDu2K3TjVAXqiJdaw3xxwlZZr9E6nHg==}
hasBin: true
- miniflare@3.20240718.1:
- resolution: {integrity: sha512-mn3MjGnpgYvarCRTfz4TQyVyY8yW0zz7f8LOAPVai78IGC/lcVcyskZcuIr7Zovb2i+IERmmsJAiEPeZHIIKbA==}
+ miniflare@3.20240806.1:
+ resolution: {integrity: sha512-wJq3YQYx9k83L2CNYtxvwWvXSi+uHrC6aFoXYSbzhxIDlUWvMEqippj+3HeKLgsggC31nHJab3b1Pifg9IxIFQ==}
engines: {node: '>=16.13'}
hasBin: true
@@ -4180,32 +4159,32 @@ packages:
resolution: {integrity: sha512-on2ZJVVDXRADWE6jnQaX0ioEylzgBpQk8r55NE4wjXW1ZxO+BgDlY6DXwj20i0V8eB4SenDQ00WEaxfiIQPcxg==}
engines: {node: '>= 0.12.0'}
- postcss-calc@10.0.0:
- resolution: {integrity: sha512-OmjhudoNTP0QleZCwl1i6NeBwN+5MZbY5ersLZz69mjJiDVv/p57RjRuKDkHeDWr4T+S97wQfsqRTNoDHB2e3g==}
+ postcss-calc@10.0.1:
+ resolution: {integrity: sha512-pp1Z3FxtxA+xHAoWXcOXgnBN1WPu4ZiJ5LWGjKyf9MMreagAsaTUtnqFK1y1sHhyJddAkYTPu6XSuLgb3oYCjw==}
engines: {node: ^18.12 || ^20.9 || >=22.0}
peerDependencies:
postcss: ^8.4.38
- postcss-colormin@7.0.1:
- resolution: {integrity: sha512-uszdT0dULt3FQs47G5UHCduYK+FnkLYlpu1HpWu061eGsKZ7setoG7kA+WC9NQLsOJf69D5TxGHgnAdRgylnFQ==}
+ postcss-colormin@7.0.2:
+ resolution: {integrity: sha512-YntRXNngcvEvDbEjTdRWGU606eZvB5prmHG4BF0yLmVpamXbpsRJzevyy6MZVyuecgzI2AWAlvFi8DAeCqwpvA==}
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
peerDependencies:
postcss: ^8.4.31
- postcss-convert-values@7.0.2:
- resolution: {integrity: sha512-MuZIF6HJ4izko07Q0TgW6pClalI4al6wHRNPkFzqQdwAwG7hPn0lA58VZdxyb2Vl5AYjJ1piO+jgF9EnTjQwQQ==}
+ postcss-convert-values@7.0.3:
+ resolution: {integrity: sha512-yJhocjCs2SQer0uZ9lXTMOwDowbxvhwFVrZeS6NPEij/XXthl73ggUmfwVvJM+Vaj5gtCKJV1jiUu4IhAUkX/Q==}
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
peerDependencies:
postcss: ^8.4.31
- postcss-discard-comments@7.0.1:
- resolution: {integrity: sha512-GVrQxUOhmle1W6jX2SvNLt4kmN+JYhV7mzI6BMnkAWR9DtVvg8e67rrV0NfdWhn7x1zxvzdWkMBPdBDCls+uwQ==}
+ postcss-discard-comments@7.0.2:
+ resolution: {integrity: sha512-/Hje9Ls1IYcB9duELO/AyDUJI6aQVY3h5Rj1ziXgaLYCTi1iVBLnjg/TS0D6NszR/kDG6I86OwLmAYe+bvJjiQ==}
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
peerDependencies:
postcss: ^8.4.31
- postcss-discard-duplicates@7.0.0:
- resolution: {integrity: sha512-bAnSuBop5LpAIUmmOSsuvtKAAKREB6BBIYStWUTGq8oG5q9fClDMMuY8i4UPI/cEcDx2TN+7PMnXYIId20UVDw==}
+ postcss-discard-duplicates@7.0.1:
+ resolution: {integrity: sha512-oZA+v8Jkpu1ct/xbbrntHRsfLGuzoP+cpt0nJe5ED2FQF8n8bJtn7Bo28jSmBYwqgqnqkuSXJfSUEE7if4nClQ==}
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
peerDependencies:
postcss: ^8.4.31
@@ -4246,14 +4225,14 @@ packages:
ts-node:
optional: true
- postcss-merge-longhand@7.0.2:
- resolution: {integrity: sha512-06vrW6ZWi9qeP7KMS9fsa9QW56+tIMW55KYqF7X3Ccn+NI2pIgPV6gFfvXTMQ05H90Y5DvnCDPZ2IuHa30PMUg==}
+ postcss-merge-longhand@7.0.3:
+ resolution: {integrity: sha512-8waYomFxshdv6M9Em3QRM9MettRLDRcH2JQi2l0Z1KlYD/vhal3gbkeSES0NuACXOlZBB0V/B0AseHZaklzWOA==}
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
peerDependencies:
postcss: ^8.4.31
- postcss-merge-rules@7.0.2:
- resolution: {integrity: sha512-VAR47UNvRsdrTHLe7TV1CeEtF9SJYR5ukIB9U4GZyZOptgtsS20xSxy+k5wMrI3udST6O1XuIn7cjQkg7sDAAw==}
+ postcss-merge-rules@7.0.3:
+ resolution: {integrity: sha512-2eSas2p3voPxNfdI5sQrvIkMaeUHpVc3EezgVs18hz/wRTQAC9U99tp9j3W5Jx9/L3qHkEDvizEx/LdnmumIvQ==}
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
peerDependencies:
postcss: ^8.4.31
@@ -4270,14 +4249,14 @@ packages:
peerDependencies:
postcss: ^8.4.31
- postcss-minify-params@7.0.1:
- resolution: {integrity: sha512-e+Xt8xErSRPgSRFxHeBCSxMiO8B8xng7lh8E0A5ep1VfwYhY8FXhu4Q3APMjgx9YDDbSp53IBGENrzygbUvgUQ==}
+ postcss-minify-params@7.0.2:
+ resolution: {integrity: sha512-nyqVLu4MFl9df32zTsdcLqCFfE/z2+f8GE1KHPxWOAmegSo6lpV2GNy5XQvrzwbLmiU7d+fYay4cwto1oNdAaQ==}
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
peerDependencies:
postcss: ^8.4.31
- postcss-minify-selectors@7.0.2:
- resolution: {integrity: sha512-dCzm04wqW1uqLmDZ41XYNBJfjgps3ZugDpogAmJXoCb5oCiTzIX4oPXXKxDpTvWOnKxQKR4EbV4ZawJBLcdXXA==}
+ postcss-minify-selectors@7.0.3:
+ resolution: {integrity: sha512-SxTgUQSgBk6wEqzQZKEv1xQYIp9UBju6no9q+npohzSdhuSICQdkqmD1UMKkZWItS3olJSJMDDEY9WOJ5oGJew==}
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
peerDependencies:
postcss: ^8.4.31
@@ -4330,8 +4309,8 @@ packages:
peerDependencies:
postcss: ^8.4.31
- postcss-normalize-unicode@7.0.1:
- resolution: {integrity: sha512-PTPGdY9xAkTw+8ZZ71DUePb7M/Vtgkbbq+EoI33EuyQEzbKemEQMhe5QSr0VP5UfZlreANDPxSfcdSprENcbsg==}
+ postcss-normalize-unicode@7.0.2:
+ resolution: {integrity: sha512-ztisabK5C/+ZWBdYC+Y9JCkp3M9qBv/XFvDtSw0d/XwfT3UaKeW/YTm/MD/QrPNxuecia46vkfEhewjwcYFjkg==}
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
peerDependencies:
postcss: ^8.4.31
@@ -4354,8 +4333,8 @@ packages:
peerDependencies:
postcss: ^8.4.31
- postcss-reduce-initial@7.0.1:
- resolution: {integrity: sha512-0JDUSV4bGB5FGM5g8MkS+rvqKukJZ7OTHw/lcKn7xPNqeaqJyQbUO8/dJpvyTpaVwPsd3Uc33+CfNzdVowp2WA==}
+ postcss-reduce-initial@7.0.2:
+ resolution: {integrity: sha512-pOnu9zqQww7dEKf62Nuju6JgsW2V0KRNBHxeKohU+JkHd/GAH5uvoObqFLqkeB2n20mr6yrlWDvo5UBU5GnkfA==}
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
peerDependencies:
postcss: ^8.4.31
@@ -4370,8 +4349,8 @@ packages:
resolution: {integrity: sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==}
engines: {node: '>=4'}
- postcss-selector-parser@6.1.1:
- resolution: {integrity: sha512-b4dlw/9V8A71rLIDsSwVmak9z2DuBUB7CA1/wSdelNEzqsjoSPeADTWNO09lpH49Diy3/JIZ2bSPB1dI3LJCHg==}
+ postcss-selector-parser@6.1.2:
+ resolution: {integrity: sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==}
engines: {node: '>=4'}
postcss-svgo@7.0.1:
@@ -4380,8 +4359,8 @@ packages:
peerDependencies:
postcss: ^8.4.31
- postcss-unique-selectors@7.0.1:
- resolution: {integrity: sha512-MH7QE/eKUftTB5ta40xcHLl7hkZjgDFydpfTK+QWXeHxghVt3VoPqYL5/G+zYZPPIs+8GuqFXSTgxBSoB1RZtQ==}
+ postcss-unique-selectors@7.0.2:
+ resolution: {integrity: sha512-CjSam+7Vf8cflJQsHrMS0P2hmy9u0+n/P001kb5eAszLmhjMqrt/i5AqQuNFihhViwDvEAezqTmXqaYXL2ugMw==}
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
peerDependencies:
postcss: ^8.4.31
@@ -4389,8 +4368,8 @@ packages:
postcss-value-parser@4.2.0:
resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==}
- postcss@8.4.40:
- resolution: {integrity: sha512-YF2kKIUzAofPMpfH6hOi2cGnv/HrUlfucspc7pDyvv7kGdqXrfj8SCl/t8owkEgKEuu8ZcRjSOxFxVLqwChZ2Q==}
+ postcss@8.4.41:
+ resolution: {integrity: sha512-TesUflQ0WKZqAvg52PWL6kHgLKP6xB6heTOdoYM0Wt2UHyxNa4K25EZZMgKns3BH1RLVbZCREPpLY0rhnNoHVQ==}
engines: {node: ^10 || ^12 || >=14}
prelude-ls@1.2.1:
@@ -4558,8 +4537,8 @@ packages:
rollup-pluginutils@2.8.2:
resolution: {integrity: sha512-EEp9NhnUkwY8aif6bxgovPHMoMoNr2FulJziTndpt5H9RdwC47GSGuII9XxpSdzVGM0GWrNPHV6ie1LTNJPaLQ==}
- rollup@4.19.1:
- resolution: {integrity: sha512-K5vziVlg7hTpYfFBI+91zHBEMo6jafYXpkMlqZjg7/zhIG9iHqazBf4xz9AVdjS9BruRn280ROqLI7G3OFRIlw==}
+ rollup@4.20.0:
+ resolution: {integrity: sha512-6rbWBChcnSGzIlXeIdNIZTopKYad8ZG8ajhl78lGRLsI2rX8IkaotQhVas2Ma+GPxJav19wrSzvRvuiv0YKzWw==}
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
hasBin: true
@@ -4779,8 +4758,8 @@ packages:
strip-literal@2.1.0:
resolution: {integrity: sha512-Op+UycaUt/8FbN/Z2TWPBLge3jWrP3xj10f3fnYxf052bKuS3EKs1ZQcVGjnEMdsNVAM+plXRdmjrZ/KgG3Skw==}
- stylehacks@7.0.2:
- resolution: {integrity: sha512-HdkWZS9b4gbgYTdMg4gJLmm7biAUug1qTqXjS+u8X+/pUd+9Px1E+520GnOW3rST9MNsVOVpsJG+mPHNosxjOQ==}
+ stylehacks@7.0.3:
+ resolution: {integrity: sha512-4DqtecvI/Nd+2BCvW9YEF6lhBN5UM50IJ1R3rnEAhBwbCKf4VehRf+uqvnVArnBayjYD/WtT3g0G/HSRxWfTRg==}
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
peerDependencies:
postcss: ^8.4.31
@@ -4837,11 +4816,11 @@ packages:
peerDependencies:
tailwindcss: 1 || 2 || 2.0.1-compat || 3
- tailwind-merge@2.4.0:
- resolution: {integrity: sha512-49AwoOQNKdqKPd9CViyH5wJoSKsCDjUlzL8DxuGp3P1FsGY36NJDAa18jLZcaHAUUuTj+JB8IAo8zWgBNvBF7A==}
+ tailwind-merge@2.5.2:
+ resolution: {integrity: sha512-kjEBm+pvD+6eAwzJL2Bi+02/9LFLal1Gs61+QB7HvTfQQ0aXwC5LGT8PEt1gS0CWKktKe6ysPTAy3cBC5MeiIg==}
- tailwindcss@3.4.7:
- resolution: {integrity: sha512-rxWZbe87YJb4OcSopb7up2Ba4U82BoiSGUdoDr3Ydrg9ckxFS/YWsvhN323GMcddgU65QRy7JndC7ahhInhvlQ==}
+ tailwindcss@3.4.10:
+ resolution: {integrity: sha512-KWZkVPm7yJRhdu4SRSl9d4AK2wM3a50UsvgHZO7xY77NQr2V+fIrEuoDGQcbvswWvFGbS2f6e+jC/6WJm1Dl0w==}
engines: {node: '>=14.0.0'}
hasBin: true
@@ -4856,8 +4835,8 @@ packages:
resolution: {integrity: sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==}
engines: {node: '>=10'}
- terser@5.31.3:
- resolution: {integrity: sha512-pAfYn3NIZLyZpa83ZKigvj6Rn9c/vd5KfYGX7cN1mnzqgDcxWvrU5ZtAfIKhEXz9nRecw4z3LXkjaq96/qZqAA==}
+ terser@5.31.6:
+ resolution: {integrity: sha512-PQ4DAriWzKj+qgehQ7LK5bQqCFNMmlhjR2PFFLuqGCpuCAauxemVBWwWOxo3UIwWQx8+Pr61Df++r76wDmkQBg==}
engines: {node: '>=10'}
hasBin: true
@@ -4969,8 +4948,8 @@ packages:
unctx@2.3.1:
resolution: {integrity: sha512-PhKke8ZYauiqh3FEMVNm7ljvzQiph0Mt3GBRve03IJm7ukfaON2OBK795tLwhbyfzknuRRkW0+Ze+CQUmzOZ+A==}
- undici-types@6.11.1:
- resolution: {integrity: sha512-mIDEX2ek50x0OlRgxryxsenE5XaQD4on5U2inY7RApK3SOJpofyw7uW2AyfMKkhAxXIceo2DeWGVGwyvng1GNQ==}
+ undici-types@6.18.2:
+ resolution: {integrity: sha512-5ruQbENj95yDYJNS3TvcaxPMshV7aizdv/hWYjGIKoANWKjhWNBsr2YEuYZKodQulB1b8l7ILOuDQep3afowQQ==}
undici@5.28.4:
resolution: {integrity: sha512-72RFADWFqKmUb2hmmvNODKL3p9hcB6Gt2DOQMis1SEBaV6a4MH8soBvzg+95CYhCKPFedut2JY9bMfrDl9D23g==}
@@ -4989,8 +4968,8 @@ packages:
resolution: {integrity: sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==}
engines: {node: '>=18'}
- unimport@3.9.1:
- resolution: {integrity: sha512-4gtacoNH6YPx2Aa5Xfyrf8pU2RdXjWUACb/eF7bH1AcZtqs+6ijbNB0M3BPENbtVjnCcg8tw9UJ1jQGbCzKA6g==}
+ unimport@3.10.0:
+ resolution: {integrity: sha512-/UvKRfWx3mNDWwWQhR62HsoM3wxHwYdTq8ellZzMOHnnw4Dp8tovgthyW7DjTrbjDL+i4idOp06voz2VKlvrLw==}
unist-util-stringify-position@2.0.3:
resolution: {integrity: sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==}
@@ -4999,16 +4978,16 @@ packages:
resolution: {integrity: sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==}
engines: {node: '>= 10.0.0'}
- unplugin-vue-router@0.10.2:
- resolution: {integrity: sha512-aG1UzB96cu4Lu+EdQxl22NIKFrde5b+k568JdsaJ2gzPqnQufPk2j1gCA5DxFfGz9zg4tYTqy2A2JHForVbyXg==}
+ unplugin-vue-router@0.10.6:
+ resolution: {integrity: sha512-bJ9a/CtFKidhmne8PlTzUptimIFuzHegNODFxWNMOe372jzdRmZEDwvn8ylkI9aDehEI990dlIqZQKN/r0Ki1g==}
peerDependencies:
vue-router: ^4.4.0
peerDependenciesMeta:
vue-router:
optional: true
- unplugin@1.12.0:
- resolution: {integrity: sha512-KeczzHl2sATPQUx1gzo+EnUkmN4VmGBYRRVOZSGvGITE9rGHRDGqft6ONceP3vgXcyJ2XjX5axG5jMWUwNCYLw==}
+ unplugin@1.12.2:
+ resolution: {integrity: sha512-bEqQxeC7rxtxPZ3M5V4Djcc4lQqKPgGe3mAWZvxcSmX5jhGxll19NliaRzQSQPrk4xJZSGniK3puLWpRuZN7VQ==}
engines: {node: '>=14.0.0'}
unstorage@1.10.2:
@@ -5150,8 +5129,8 @@ packages:
peerDependencies:
vite: ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0
- vite@5.3.5:
- resolution: {integrity: sha512-MdjglKR6AQXQb9JGiS7Rc2wC6uMjcm7Go/NHNO63EwiJXfuk9PgqiP/n5IDJCziMkfw9n4Ubp7lttNwz+8ZVKA==}
+ vite@5.4.1:
+ resolution: {integrity: sha512-1oE6yuNXssjrZdblI9AfBbHCC41nnyoVoEZxQnID6yvQZAFBzxxkqoFLtHUMkYunL8hwOLEjgTuxpkRxvba3kA==}
engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true
peerDependencies:
@@ -5159,6 +5138,7 @@ packages:
less: '*'
lightningcss: ^1.21.0
sass: '*'
+ sass-embedded: '*'
stylus: '*'
sugarss: '*'
terser: ^5.4.0
@@ -5171,6 +5151,8 @@ packages:
optional: true
sass:
optional: true
+ sass-embedded:
+ optional: true
stylus:
optional: true
sugarss:
@@ -5225,8 +5207,8 @@ packages:
peerDependencies:
eslint: '>=6.0.0'
- vue-router@4.4.0:
- resolution: {integrity: sha512-HB+t2p611aIZraV2aPSRNXf0Z/oLZFrlygJm+sZbdJaW6lcFqEDQwnzUBXn+DApw+/QzDU/I9TeWx9izEjTmsA==}
+ vue-router@4.4.3:
+ resolution: {integrity: sha512-sv6wmNKx2j3aqJQDMxLFzs/u/mjA9Z5LCgy6BE0f7yFWMjrPLnS/sPNn8ARY/FXw6byV18EFutn5lTO6+UsV5A==}
peerDependencies:
vue: ^3.2.0
@@ -5236,8 +5218,8 @@ packages:
peerDependencies:
typescript: '>=5.0.0'
- vue@3.4.35:
- resolution: {integrity: sha512-+fl/GLmI4GPileHftVlCdB7fUL4aziPcqTudpTGXCT8s+iZWuOCeNEB5haX6Uz2IpRrbEXOgIFbe+XciCuGbNQ==}
+ vue@3.4.38:
+ resolution: {integrity: sha512-f0ZgN+mZ5KFgVv9wz0f4OgVKukoXtS3nwET4c2vLBGQR50aI8G0cqbFtLlX9Yiyg3LFGBitruPHt2PxwTduJEw==}
peerDependencies:
typescript: '*'
peerDependenciesMeta:
@@ -5274,17 +5256,17 @@ packages:
resolution: {integrity: sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==}
engines: {node: '>=0.10.0'}
- workerd@1.20240718.0:
- resolution: {integrity: sha512-w7lOLRy0XecQTg/ujTLWBiJJuoQvzB3CdQ6/8Wgex3QxFhV9Pbnh3UbwIuUfMw3OCCPQc4o7y+1P+mISAgp6yg==}
+ workerd@1.20240806.0:
+ resolution: {integrity: sha512-yyNtyzTMgVY0sgYijHBONqZFVXsOFGj2jDjS8MF/RbO2ZdGROvs4Hkc/9QnmqFWahE0STxXeJ1yW1yVotdF0UQ==}
engines: {node: '>=16'}
hasBin: true
- wrangler@3.67.1:
- resolution: {integrity: sha512-lLVJxq/OZMfntvZ79WQJNC1OKfxOCs6PLfogqDBuPFEQ3L/Mwqvd9IZ0bB8ahrwUN/K3lSdDPXynk9HfcGZxVw==}
+ wrangler@3.72.0:
+ resolution: {integrity: sha512-9sryHTCtCj48vUC5y/M3Dsx02U1bT6mK9E41TXBCpSJgWh8UvWG/xgmu2dY93Mqj9aJIvK/kwwIBRlNFRwF7Hw==}
engines: {node: '>=16.17.0'}
hasBin: true
peerDependencies:
- '@cloudflare/workers-types': ^4.20240718.0
+ '@cloudflare/workers-types': ^4.20240806.0
peerDependenciesMeta:
'@cloudflare/workers-types':
optional: true
@@ -5376,45 +5358,46 @@ snapshots:
'@jridgewell/gen-mapping': 0.3.5
'@jridgewell/trace-mapping': 0.3.25
- '@antfu/eslint-config@2.24.0(@vue/compiler-sfc@3.4.35)(eslint@9.8.0)(typescript@5.5.4)':
+ '@antfu/eslint-config@2.25.2(@typescript-eslint/utils@8.1.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4))(@vue/compiler-sfc@3.4.38)(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4)':
dependencies:
- '@antfu/install-pkg': 0.3.3
+ '@antfu/install-pkg': 0.3.5
'@clack/prompts': 0.7.0
- '@stylistic/eslint-plugin': 2.6.0-beta.1(eslint@9.8.0)(typescript@5.5.4)
- '@typescript-eslint/eslint-plugin': 8.0.0-alpha.40(@typescript-eslint/parser@8.0.0-alpha.40(eslint@9.8.0)(typescript@5.5.4))(eslint@9.8.0)(typescript@5.5.4)
- '@typescript-eslint/parser': 8.0.0-alpha.40(eslint@9.8.0)(typescript@5.5.4)
- eslint: 9.8.0
+ '@eslint-community/eslint-plugin-eslint-comments': 4.4.0(eslint@9.9.0(jiti@1.21.6))
+ '@stylistic/eslint-plugin': 2.6.4(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4)
+ '@typescript-eslint/eslint-plugin': 8.1.0(@typescript-eslint/parser@8.1.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4))(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4)
+ '@typescript-eslint/parser': 8.1.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4)
+ '@vitest/eslint-plugin': 1.0.3(@typescript-eslint/utils@8.1.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4))(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4)
+ eslint: 9.9.0(jiti@1.21.6)
eslint-config-flat-gitignore: 0.1.8
eslint-flat-config-utils: 0.3.0
- eslint-merge-processors: 0.1.0(eslint@9.8.0)
- eslint-plugin-antfu: 2.3.4(eslint@9.8.0)
- eslint-plugin-command: 0.2.3(eslint@9.8.0)
- eslint-plugin-eslint-comments: 3.2.0(eslint@9.8.0)
- eslint-plugin-import-x: 3.1.0(eslint@9.8.0)(typescript@5.5.4)
- eslint-plugin-jsdoc: 48.10.2(eslint@9.8.0)
- eslint-plugin-jsonc: 2.16.0(eslint@9.8.0)
- eslint-plugin-markdown: 5.1.0(eslint@9.8.0)
- eslint-plugin-n: 17.10.1(eslint@9.8.0)
- eslint-plugin-no-only-tests: 3.1.0
- eslint-plugin-perfectionist: 3.0.0(eslint@9.8.0)(typescript@5.5.4)(vue-eslint-parser@9.4.3(eslint@9.8.0))
- eslint-plugin-regexp: 2.6.0(eslint@9.8.0)
- eslint-plugin-toml: 0.11.1(eslint@9.8.0)
- eslint-plugin-unicorn: 55.0.0(eslint@9.8.0)
- eslint-plugin-unused-imports: 4.0.1(@typescript-eslint/eslint-plugin@8.0.0-alpha.40(@typescript-eslint/parser@8.0.0-alpha.40(eslint@9.8.0)(typescript@5.5.4))(eslint@9.8.0)(typescript@5.5.4))(eslint@9.8.0)
- eslint-plugin-vitest: 0.5.4(@typescript-eslint/eslint-plugin@8.0.0-alpha.40(@typescript-eslint/parser@8.0.0-alpha.40(eslint@9.8.0)(typescript@5.5.4))(eslint@9.8.0)(typescript@5.5.4))(eslint@9.8.0)(typescript@5.5.4)
- eslint-plugin-vue: 9.27.0(eslint@9.8.0)
- eslint-plugin-yml: 1.14.0(eslint@9.8.0)
- eslint-processor-vue-blocks: 0.1.2(@vue/compiler-sfc@3.4.35)(eslint@9.8.0)
- globals: 15.8.0
+ eslint-merge-processors: 0.1.0(eslint@9.9.0(jiti@1.21.6))
+ eslint-plugin-antfu: 2.3.5(eslint@9.9.0(jiti@1.21.6))
+ eslint-plugin-command: 0.2.3(eslint@9.9.0(jiti@1.21.6))
+ eslint-plugin-import-x: 3.1.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4)
+ eslint-plugin-jsdoc: 50.2.2(eslint@9.9.0(jiti@1.21.6))
+ eslint-plugin-jsonc: 2.16.0(eslint@9.9.0(jiti@1.21.6))
+ eslint-plugin-markdown: 5.1.0(eslint@9.9.0(jiti@1.21.6))
+ eslint-plugin-n: 17.10.2(eslint@9.9.0(jiti@1.21.6))
+ eslint-plugin-no-only-tests: 3.3.0
+ eslint-plugin-perfectionist: 3.2.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4)(vue-eslint-parser@9.4.3(eslint@9.9.0(jiti@1.21.6)))
+ eslint-plugin-regexp: 2.6.0(eslint@9.9.0(jiti@1.21.6))
+ eslint-plugin-toml: 0.11.1(eslint@9.9.0(jiti@1.21.6))
+ eslint-plugin-unicorn: 55.0.0(eslint@9.9.0(jiti@1.21.6))
+ eslint-plugin-unused-imports: 4.1.3(@typescript-eslint/eslint-plugin@8.1.0(@typescript-eslint/parser@8.1.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4))(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4))(eslint@9.9.0(jiti@1.21.6))
+ eslint-plugin-vue: 9.27.0(eslint@9.9.0(jiti@1.21.6))
+ eslint-plugin-yml: 1.14.0(eslint@9.9.0(jiti@1.21.6))
+ eslint-processor-vue-blocks: 0.1.2(@vue/compiler-sfc@3.4.38)(eslint@9.9.0(jiti@1.21.6))
+ globals: 15.9.0
jsonc-eslint-parser: 2.4.0
local-pkg: 0.5.0
parse-gitignore: 2.0.0
picocolors: 1.0.1
toml-eslint-parser: 0.10.0
- vue-eslint-parser: 9.4.3(eslint@9.8.0)
+ vue-eslint-parser: 9.4.3(eslint@9.9.0(jiti@1.21.6))
yaml-eslint-parser: 1.2.3
yargs: 17.7.2
transitivePeerDependencies:
+ - '@typescript-eslint/utils'
- '@vue/compiler-sfc'
- supports-color
- svelte
@@ -5426,7 +5409,7 @@ snapshots:
execa: 5.1.1
find-up: 5.0.0
- '@antfu/install-pkg@0.3.3':
+ '@antfu/install-pkg@0.3.5':
dependencies:
'@jsdevtools/ez-spawn': 3.0.4
@@ -5474,7 +5457,7 @@ snapshots:
dependencies:
'@babel/compat-data': 7.25.2
'@babel/helper-validator-option': 7.24.8
- browserslist: 4.23.2
+ browserslist: 4.23.3
lru-cache: 5.1.1
semver: 6.3.1
@@ -5656,34 +5639,36 @@ snapshots:
dependencies:
mime: 3.0.0
- '@cloudflare/workerd-darwin-64@1.20240718.0':
+ '@cloudflare/workerd-darwin-64@1.20240806.0':
optional: true
- '@cloudflare/workerd-darwin-arm64@1.20240718.0':
+ '@cloudflare/workerd-darwin-arm64@1.20240806.0':
optional: true
- '@cloudflare/workerd-linux-64@1.20240718.0':
+ '@cloudflare/workerd-linux-64@1.20240806.0':
optional: true
- '@cloudflare/workerd-linux-arm64@1.20240718.0':
+ '@cloudflare/workerd-linux-arm64@1.20240806.0':
optional: true
- '@cloudflare/workerd-windows-64@1.20240718.0':
+ '@cloudflare/workerd-windows-64@1.20240806.0':
optional: true
- '@cloudflare/workers-types@4.20240725.0': {}
+ '@cloudflare/workers-shared@0.2.0': {}
+
+ '@cloudflare/workers-types@4.20240815.0': {}
'@cspotcode/source-map-support@0.8.1':
dependencies:
'@jridgewell/trace-mapping': 0.3.9
- '@csstools/selector-resolve-nested@1.1.0(postcss-selector-parser@6.1.1)':
+ '@csstools/selector-resolve-nested@1.1.0(postcss-selector-parser@6.1.2)':
dependencies:
- postcss-selector-parser: 6.1.1
+ postcss-selector-parser: 6.1.2
- '@csstools/selector-specificity@3.1.1(postcss-selector-parser@6.1.1)':
+ '@csstools/selector-specificity@3.1.1(postcss-selector-parser@6.1.2)':
dependencies:
- postcss-selector-parser: 6.1.1
+ postcss-selector-parser: 6.1.2
'@drizzle-team/brocli@0.8.2': {}
@@ -5696,11 +5681,11 @@ snapshots:
esquery: 1.6.0
jsdoc-type-pratt-parser: 4.0.0
- '@es-joy/jsdoccomment@0.46.0':
+ '@es-joy/jsdoccomment@0.48.0':
dependencies:
comment-parser: 1.4.1
esquery: 1.6.0
- jsdoc-type-pratt-parser: 4.0.0
+ jsdoc-type-pratt-parser: 4.1.0
'@esbuild-kit/core-utils@3.3.2':
dependencies:
@@ -6133,9 +6118,15 @@ snapshots:
'@esbuild/win32-x64@0.23.0':
optional: true
- '@eslint-community/eslint-utils@4.4.0(eslint@9.8.0)':
+ '@eslint-community/eslint-plugin-eslint-comments@4.4.0(eslint@9.9.0(jiti@1.21.6))':
dependencies:
- eslint: 9.8.0
+ escape-string-regexp: 4.0.0
+ eslint: 9.9.0(jiti@1.21.6)
+ ignore: 5.3.2
+
+ '@eslint-community/eslint-utils@4.4.0(eslint@9.9.0(jiti@1.21.6))':
+ dependencies:
+ eslint: 9.9.0(jiti@1.21.6)
eslint-visitor-keys: 3.4.3
'@eslint-community/regexpp@4.11.0': {}
@@ -6154,7 +6145,7 @@ snapshots:
debug: 4.3.6
espree: 10.1.0
globals: 14.0.0
- ignore: 5.3.1
+ ignore: 5.3.2
import-fresh: 3.3.0
js-yaml: 4.1.0
minimatch: 3.1.2
@@ -6162,41 +6153,41 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@eslint/js@9.8.0': {}
+ '@eslint/js@9.9.0': {}
'@eslint/object-schema@2.1.4': {}
'@fastify/busboy@2.1.1': {}
- '@headlessui/tailwindcss@0.2.1(tailwindcss@3.4.7)':
+ '@headlessui/tailwindcss@0.2.1(tailwindcss@3.4.10)':
dependencies:
- tailwindcss: 3.4.7
+ tailwindcss: 3.4.10
- '@headlessui/vue@1.7.22(vue@3.4.35(typescript@5.5.4))':
+ '@headlessui/vue@1.7.22(vue@3.4.38(typescript@5.5.4))':
dependencies:
- '@tanstack/vue-virtual': 3.8.4(vue@3.4.35(typescript@5.5.4))
- vue: 3.4.35(typescript@5.5.4)
+ '@tanstack/vue-virtual': 3.9.0(vue@3.4.38(typescript@5.5.4))
+ vue: 3.4.38(typescript@5.5.4)
'@humanwhocodes/module-importer@1.0.1': {}
'@humanwhocodes/retry@0.3.0': {}
- '@iconify-json/heroicons@1.1.23':
+ '@iconify-json/heroicons@1.1.24':
dependencies:
'@iconify/types': 2.0.0
- '@iconify/collections@1.0.444':
+ '@iconify/collections@1.0.449':
dependencies:
'@iconify/types': 2.0.0
- '@iconify/json@2.2.232':
+ '@iconify/json@2.2.237':
dependencies:
'@iconify/types': 2.0.0
pathe: 1.1.2
'@iconify/types@2.0.0': {}
- '@iconify/utils@2.1.29':
+ '@iconify/utils@2.1.30':
dependencies:
'@antfu/install-pkg': 0.1.1
'@antfu/utils': 0.7.10
@@ -6208,10 +6199,10 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@iconify/vue@4.1.3-beta.1(vue@3.4.35(typescript@5.5.4))':
+ '@iconify/vue@4.1.3-beta.1(vue@3.4.38(typescript@5.5.4))':
dependencies:
'@iconify/types': 2.0.0
- vue: 3.4.35(typescript@5.5.4)
+ vue: 3.4.38(typescript@5.5.4)
'@ioredis/commands@1.2.0': {}
@@ -6316,12 +6307,12 @@ snapshots:
'@nuxt/devalue@2.0.2': {}
- '@nuxt/devtools-kit@1.3.9(magicast@0.3.4)(rollup@4.19.1)(vite@5.3.5(@types/node@22.0.0)(terser@5.31.3))':
+ '@nuxt/devtools-kit@1.3.9(magicast@0.3.4)(rollup@4.20.0)(vite@5.4.1(@types/node@22.3.0)(terser@5.31.6))':
dependencies:
- '@nuxt/kit': 3.12.4(magicast@0.3.4)(rollup@4.19.1)
- '@nuxt/schema': 3.12.4(rollup@4.19.1)
+ '@nuxt/kit': 3.12.4(magicast@0.3.4)(rollup@4.20.0)
+ '@nuxt/schema': 3.12.4(rollup@4.20.0)
execa: 7.2.0
- vite: 5.3.5(@types/node@22.0.0)(terser@5.31.3)
+ vite: 5.4.1(@types/node@22.3.0)(terser@5.31.6)
transitivePeerDependencies:
- magicast
- rollup
@@ -6340,13 +6331,13 @@ snapshots:
rc9: 2.1.2
semver: 7.6.3
- '@nuxt/devtools@1.3.9(rollup@4.19.1)(vite@5.3.5(@types/node@22.0.0)(terser@5.31.3))':
+ '@nuxt/devtools@1.3.9(rollup@4.20.0)(vite@5.4.1(@types/node@22.3.0)(terser@5.31.6))':
dependencies:
'@antfu/utils': 0.7.10
- '@nuxt/devtools-kit': 1.3.9(magicast@0.3.4)(rollup@4.19.1)(vite@5.3.5(@types/node@22.0.0)(terser@5.31.3))
+ '@nuxt/devtools-kit': 1.3.9(magicast@0.3.4)(rollup@4.20.0)(vite@5.4.1(@types/node@22.3.0)(terser@5.31.6))
'@nuxt/devtools-wizard': 1.3.9
- '@nuxt/kit': 3.12.4(magicast@0.3.4)(rollup@4.19.1)
- '@vue/devtools-core': 7.3.3(vite@5.3.5(@types/node@22.0.0)(terser@5.31.3))
+ '@nuxt/kit': 3.12.4(magicast@0.3.4)(rollup@4.20.0)
+ '@vue/devtools-core': 7.3.3(vite@5.4.1(@types/node@22.3.0)(terser@5.31.6))
'@vue/devtools-kit': 7.3.3
birpc: 0.2.17
consola: 3.2.3
@@ -6361,7 +6352,7 @@ snapshots:
hookable: 5.5.3
image-meta: 0.2.1
is-installed-globally: 1.0.0
- launch-editor: 2.8.0
+ launch-editor: 2.8.1
local-pkg: 0.5.0
magicast: 0.3.4
nypm: 0.3.9
@@ -6374,10 +6365,10 @@ snapshots:
semver: 7.6.3
simple-git: 3.25.0
sirv: 2.0.4
- unimport: 3.9.1(rollup@4.19.1)
- vite: 5.3.5(@types/node@22.0.0)(terser@5.31.3)
- vite-plugin-inspect: 0.8.5(@nuxt/kit@3.12.4(magicast@0.3.4)(rollup@4.19.1))(rollup@4.19.1)(vite@5.3.5(@types/node@22.0.0)(terser@5.31.3))
- vite-plugin-vue-inspector: 5.1.3(vite@5.3.5(@types/node@22.0.0)(terser@5.31.3))
+ unimport: 3.10.0(rollup@4.20.0)
+ vite: 5.4.1(@types/node@22.3.0)(terser@5.31.6)
+ vite-plugin-inspect: 0.8.5(@nuxt/kit@3.12.4(magicast@0.3.4)(rollup@4.20.0))(rollup@4.20.0)(vite@5.4.1(@types/node@22.3.0)(terser@5.31.6))
+ vite-plugin-vue-inspector: 5.1.3(vite@5.4.1(@types/node@22.3.0)(terser@5.31.6))
which: 3.0.1
ws: 8.18.0
transitivePeerDependencies:
@@ -6386,17 +6377,18 @@ snapshots:
- supports-color
- utf-8-validate
- '@nuxt/icon@1.4.3(magicast@0.3.4)(rollup@4.19.1)(vite@5.3.5(@types/node@22.0.0)(terser@5.31.3))(vue@3.4.35(typescript@5.5.4))':
+ '@nuxt/icon@1.4.5(magicast@0.3.4)(rollup@4.20.0)(vite@5.4.1(@types/node@22.3.0)(terser@5.31.6))(vue@3.4.38(typescript@5.5.4))':
dependencies:
- '@iconify/collections': 1.0.444
+ '@iconify/collections': 1.0.449
'@iconify/types': 2.0.0
- '@iconify/utils': 2.1.29
- '@iconify/vue': 4.1.3-beta.1(vue@3.4.35(typescript@5.5.4))
- '@nuxt/devtools-kit': 1.3.9(magicast@0.3.4)(rollup@4.19.1)(vite@5.3.5(@types/node@22.0.0)(terser@5.31.3))
- '@nuxt/kit': 3.12.4(magicast@0.3.4)(rollup@4.19.1)
+ '@iconify/utils': 2.1.30
+ '@iconify/vue': 4.1.3-beta.1(vue@3.4.38(typescript@5.5.4))
+ '@nuxt/devtools-kit': 1.3.9(magicast@0.3.4)(rollup@4.20.0)(vite@5.4.1(@types/node@22.3.0)(terser@5.31.6))
+ '@nuxt/kit': 3.12.4(magicast@0.3.4)(rollup@4.20.0)
consola: 3.2.3
fast-glob: 3.3.2
local-pkg: 0.5.0
+ mlly: 1.7.1
pathe: 1.1.2
transitivePeerDependencies:
- magicast
@@ -6405,16 +6397,16 @@ snapshots:
- vite
- vue
- '@nuxt/kit@3.12.4(magicast@0.3.4)(rollup@4.19.1)':
+ '@nuxt/kit@3.12.4(magicast@0.3.4)(rollup@4.20.0)':
dependencies:
- '@nuxt/schema': 3.12.4(rollup@4.19.1)
+ '@nuxt/schema': 3.12.4(rollup@4.20.0)
c12: 1.11.1(magicast@0.3.4)
consola: 3.2.3
defu: 6.1.4
destr: 2.0.3
globby: 14.0.2
hash-sum: 2.0.0
- ignore: 5.3.1
+ ignore: 5.3.2
jiti: 1.21.6
klona: 2.0.6
knitwork: 1.1.0
@@ -6425,14 +6417,14 @@ snapshots:
semver: 7.6.3
ufo: 1.5.4
unctx: 2.3.1
- unimport: 3.9.1(rollup@4.19.1)
+ unimport: 3.10.0(rollup@4.20.0)
untyped: 1.4.2
transitivePeerDependencies:
- magicast
- rollup
- supports-color
- '@nuxt/schema@3.12.4(rollup@4.19.1)':
+ '@nuxt/schema@3.12.4(rollup@4.20.0)':
dependencies:
compatx: 0.1.8
consola: 3.2.3
@@ -6444,15 +6436,15 @@ snapshots:
std-env: 3.7.0
ufo: 1.5.4
uncrypto: 0.1.3
- unimport: 3.9.1(rollup@4.19.1)
+ unimport: 3.10.0(rollup@4.20.0)
untyped: 1.4.2
transitivePeerDependencies:
- rollup
- supports-color
- '@nuxt/telemetry@2.5.4(magicast@0.3.4)(rollup@4.19.1)':
+ '@nuxt/telemetry@2.5.4(magicast@0.3.4)(rollup@4.20.0)':
dependencies:
- '@nuxt/kit': 3.12.4(magicast@0.3.4)(rollup@4.19.1)
+ '@nuxt/kit': 3.12.4(magicast@0.3.4)(rollup@4.20.0)
ci-info: 4.0.0
consola: 3.2.3
create-require: 1.1.1
@@ -6474,30 +6466,30 @@ snapshots:
- rollup
- supports-color
- '@nuxt/ui@2.18.3(magicast@0.3.4)(rollup@4.19.1)(vite@5.3.5(@types/node@22.0.0)(terser@5.31.3))(vue@3.4.35(typescript@5.5.4))':
+ '@nuxt/ui@2.18.4(magicast@0.3.4)(rollup@4.20.0)(vite@5.4.1(@types/node@22.3.0)(terser@5.31.6))(vue@3.4.38(typescript@5.5.4))':
dependencies:
- '@headlessui/tailwindcss': 0.2.1(tailwindcss@3.4.7)
- '@headlessui/vue': 1.7.22(vue@3.4.35(typescript@5.5.4))
- '@iconify-json/heroicons': 1.1.23
- '@nuxt/icon': 1.4.3(magicast@0.3.4)(rollup@4.19.1)(vite@5.3.5(@types/node@22.0.0)(terser@5.31.3))(vue@3.4.35(typescript@5.5.4))
- '@nuxt/kit': 3.12.4(magicast@0.3.4)(rollup@4.19.1)
- '@nuxtjs/color-mode': 3.4.2(magicast@0.3.4)(rollup@4.19.1)
- '@nuxtjs/tailwindcss': 6.12.1(magicast@0.3.4)(rollup@4.19.1)
+ '@headlessui/tailwindcss': 0.2.1(tailwindcss@3.4.10)
+ '@headlessui/vue': 1.7.22(vue@3.4.38(typescript@5.5.4))
+ '@iconify-json/heroicons': 1.1.24
+ '@nuxt/icon': 1.4.5(magicast@0.3.4)(rollup@4.20.0)(vite@5.4.1(@types/node@22.3.0)(terser@5.31.6))(vue@3.4.38(typescript@5.5.4))
+ '@nuxt/kit': 3.12.4(magicast@0.3.4)(rollup@4.20.0)
+ '@nuxtjs/color-mode': 3.4.2(magicast@0.3.4)(rollup@4.20.0)
+ '@nuxtjs/tailwindcss': 6.12.1(magicast@0.3.4)(rollup@4.20.0)
'@popperjs/core': 2.11.8
- '@tailwindcss/aspect-ratio': 0.4.2(tailwindcss@3.4.7)
- '@tailwindcss/container-queries': 0.1.1(tailwindcss@3.4.7)
- '@tailwindcss/forms': 0.5.7(tailwindcss@3.4.7)
- '@tailwindcss/typography': 0.5.13(tailwindcss@3.4.7)
- '@vueuse/core': 10.11.0(vue@3.4.35(typescript@5.5.4))
- '@vueuse/integrations': 10.11.0(fuse.js@6.6.2)(vue@3.4.35(typescript@5.5.4))
- '@vueuse/math': 10.11.0(vue@3.4.35(typescript@5.5.4))
+ '@tailwindcss/aspect-ratio': 0.4.2(tailwindcss@3.4.10)
+ '@tailwindcss/container-queries': 0.1.1(tailwindcss@3.4.10)
+ '@tailwindcss/forms': 0.5.7(tailwindcss@3.4.10)
+ '@tailwindcss/typography': 0.5.14(tailwindcss@3.4.10)
+ '@vueuse/core': 10.11.1(vue@3.4.38(typescript@5.5.4))
+ '@vueuse/integrations': 10.11.1(fuse.js@6.6.2)(vue@3.4.38(typescript@5.5.4))
+ '@vueuse/math': 10.11.1(vue@3.4.38(typescript@5.5.4))
defu: 6.1.4
fuse.js: 6.6.2
ohash: 1.1.3
pathe: 1.1.2
scule: 1.3.0
- tailwind-merge: 2.4.0
- tailwindcss: 3.4.7
+ tailwind-merge: 2.5.2
+ tailwindcss: 3.4.10
transitivePeerDependencies:
- '@vue/composition-api'
- async-validator
@@ -6519,16 +6511,16 @@ snapshots:
- vite
- vue
- '@nuxt/vite-builder@3.12.4(@types/node@22.0.0)(eslint@9.8.0)(magicast@0.3.4)(optionator@0.9.4)(rollup@4.19.1)(terser@5.31.3)(typescript@5.5.4)(vue-tsc@2.0.29(typescript@5.5.4))(vue@3.4.35(typescript@5.5.4))':
+ '@nuxt/vite-builder@3.12.4(@types/node@22.3.0)(eslint@9.9.0(jiti@1.21.6))(magicast@0.3.4)(optionator@0.9.4)(rollup@4.20.0)(terser@5.31.6)(typescript@5.5.4)(vue-tsc@2.0.29(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))':
dependencies:
- '@nuxt/kit': 3.12.4(magicast@0.3.4)(rollup@4.19.1)
- '@rollup/plugin-replace': 5.0.7(rollup@4.19.1)
- '@vitejs/plugin-vue': 5.1.1(vite@5.3.5(@types/node@22.0.0)(terser@5.31.3))(vue@3.4.35(typescript@5.5.4))
- '@vitejs/plugin-vue-jsx': 4.0.0(vite@5.3.5(@types/node@22.0.0)(terser@5.31.3))(vue@3.4.35(typescript@5.5.4))
- autoprefixer: 10.4.19(postcss@8.4.40)
+ '@nuxt/kit': 3.12.4(magicast@0.3.4)(rollup@4.20.0)
+ '@rollup/plugin-replace': 5.0.7(rollup@4.20.0)
+ '@vitejs/plugin-vue': 5.1.2(vite@5.4.1(@types/node@22.3.0)(terser@5.31.6))(vue@3.4.38(typescript@5.5.4))
+ '@vitejs/plugin-vue-jsx': 4.0.1(vite@5.4.1(@types/node@22.3.0)(terser@5.31.6))(vue@3.4.38(typescript@5.5.4))
+ autoprefixer: 10.4.20(postcss@8.4.41)
clear: 0.1.0
consola: 3.2.3
- cssnano: 7.0.4(postcss@8.4.40)
+ cssnano: 7.0.5(postcss@8.4.41)
defu: 6.1.4
esbuild: 0.23.0
escape-string-regexp: 5.0.0
@@ -6543,17 +6535,17 @@ snapshots:
pathe: 1.1.2
perfect-debounce: 1.0.0
pkg-types: 1.1.3
- postcss: 8.4.40
- rollup-plugin-visualizer: 5.12.0(rollup@4.19.1)
+ postcss: 8.4.41
+ rollup-plugin-visualizer: 5.12.0(rollup@4.20.0)
std-env: 3.7.0
strip-literal: 2.1.0
ufo: 1.5.4
unenv: 1.10.0
- unplugin: 1.12.0
- vite: 5.3.5(@types/node@22.0.0)(terser@5.31.3)
- vite-node: 2.0.5(@types/node@22.0.0)(terser@5.31.3)
- vite-plugin-checker: 0.7.2(eslint@9.8.0)(optionator@0.9.4)(typescript@5.5.4)(vite@5.3.5(@types/node@22.0.0)(terser@5.31.3))(vue-tsc@2.0.29(typescript@5.5.4))
- vue: 3.4.35(typescript@5.5.4)
+ unplugin: 1.12.2
+ vite: 5.4.1(@types/node@22.3.0)(terser@5.31.6)
+ vite-node: 2.0.5(@types/node@22.3.0)(terser@5.31.6)
+ vite-plugin-checker: 0.7.2(eslint@9.9.0(jiti@1.21.6))(optionator@0.9.4)(typescript@5.5.4)(vite@5.4.1(@types/node@22.3.0)(terser@5.31.6))(vue-tsc@2.0.29(typescript@5.5.4))
+ vue: 3.4.38(typescript@5.5.4)
vue-bundle-renderer: 2.1.0
transitivePeerDependencies:
- '@biomejs/biome'
@@ -6566,6 +6558,7 @@ snapshots:
- optionator
- rollup
- sass
+ - sass-embedded
- stylelint
- stylus
- sugarss
@@ -6577,11 +6570,11 @@ snapshots:
- vti
- vue-tsc
- '@nuxthub/core@0.7.1(ioredis@5.4.1)(magicast@0.3.4)(rollup@4.19.1)(vite@5.3.5(@types/node@22.0.0)(terser@5.31.3))':
+ '@nuxthub/core@0.7.2(ioredis@5.4.1)(magicast@0.3.4)(rollup@4.20.0)(vite@5.4.1(@types/node@22.3.0)(terser@5.31.6))':
dependencies:
- '@cloudflare/workers-types': 4.20240725.0
- '@nuxt/devtools-kit': 1.3.9(magicast@0.3.4)(rollup@4.19.1)(vite@5.3.5(@types/node@22.0.0)(terser@5.31.3))
- '@nuxt/kit': 3.12.4(magicast@0.3.4)(rollup@4.19.1)
+ '@cloudflare/workers-types': 4.20240815.0
+ '@nuxt/devtools-kit': 1.3.9(magicast@0.3.4)(rollup@4.20.0)(vite@5.4.1(@types/node@22.3.0)(terser@5.31.6))
+ '@nuxt/kit': 3.12.4(magicast@0.3.4)(rollup@4.20.0)
'@uploadthing/mime-types': 0.2.10
citty: 0.1.6
confbox: 0.1.7
@@ -6617,9 +6610,9 @@ snapshots:
- uWebSockets.js
- vite
- '@nuxtjs/color-mode@3.4.2(magicast@0.3.4)(rollup@4.19.1)':
+ '@nuxtjs/color-mode@3.4.2(magicast@0.3.4)(rollup@4.20.0)':
dependencies:
- '@nuxt/kit': 3.12.4(magicast@0.3.4)(rollup@4.19.1)
+ '@nuxt/kit': 3.12.4(magicast@0.3.4)(rollup@4.20.0)
pathe: 1.1.2
pkg-types: 1.1.3
semver: 7.6.3
@@ -6628,9 +6621,9 @@ snapshots:
- rollup
- supports-color
- '@nuxtjs/google-fonts@3.2.0(magicast@0.3.4)(rollup@4.19.1)':
+ '@nuxtjs/google-fonts@3.2.0(magicast@0.3.4)(rollup@4.20.0)':
dependencies:
- '@nuxt/kit': 3.12.4(magicast@0.3.4)(rollup@4.19.1)
+ '@nuxt/kit': 3.12.4(magicast@0.3.4)(rollup@4.20.0)
google-fonts-helper: 3.6.0
pathe: 1.1.2
transitivePeerDependencies:
@@ -6638,18 +6631,18 @@ snapshots:
- rollup
- supports-color
- '@nuxtjs/tailwindcss@6.12.1(magicast@0.3.4)(rollup@4.19.1)':
+ '@nuxtjs/tailwindcss@6.12.1(magicast@0.3.4)(rollup@4.20.0)':
dependencies:
- '@nuxt/kit': 3.12.4(magicast@0.3.4)(rollup@4.19.1)
- autoprefixer: 10.4.19(postcss@8.4.40)
+ '@nuxt/kit': 3.12.4(magicast@0.3.4)(rollup@4.20.0)
+ autoprefixer: 10.4.20(postcss@8.4.41)
consola: 3.2.3
defu: 6.1.4
h3: 1.12.0
pathe: 1.1.2
- postcss: 8.4.40
- postcss-nesting: 12.1.5(postcss@8.4.40)
- tailwind-config-viewer: 2.0.4(tailwindcss@3.4.7)
- tailwindcss: 3.4.7
+ postcss: 8.4.41
+ postcss-nesting: 12.1.5(postcss@8.4.41)
+ tailwind-config-viewer: 2.0.4(tailwindcss@3.4.10)
+ tailwindcss: 3.4.10
ufo: 1.5.4
unctx: 2.3.1
transitivePeerDependencies:
@@ -6729,200 +6722,198 @@ snapshots:
'@popperjs/core@2.11.8': {}
- '@rollup/plugin-alias@5.1.0(rollup@4.19.1)':
+ '@rollup/plugin-alias@5.1.0(rollup@4.20.0)':
dependencies:
slash: 4.0.0
optionalDependencies:
- rollup: 4.19.1
+ rollup: 4.20.0
- '@rollup/plugin-commonjs@25.0.8(rollup@4.19.1)':
+ '@rollup/plugin-commonjs@25.0.8(rollup@4.20.0)':
dependencies:
- '@rollup/pluginutils': 5.1.0(rollup@4.19.1)
+ '@rollup/pluginutils': 5.1.0(rollup@4.20.0)
commondir: 1.0.1
estree-walker: 2.0.2
glob: 8.1.0
is-reference: 1.2.1
magic-string: 0.30.11
optionalDependencies:
- rollup: 4.19.1
+ rollup: 4.20.0
- '@rollup/plugin-inject@5.0.5(rollup@4.19.1)':
+ '@rollup/plugin-inject@5.0.5(rollup@4.20.0)':
dependencies:
- '@rollup/pluginutils': 5.1.0(rollup@4.19.1)
+ '@rollup/pluginutils': 5.1.0(rollup@4.20.0)
estree-walker: 2.0.2
magic-string: 0.30.11
optionalDependencies:
- rollup: 4.19.1
+ rollup: 4.20.0
- '@rollup/plugin-json@6.1.0(rollup@4.19.1)':
+ '@rollup/plugin-json@6.1.0(rollup@4.20.0)':
dependencies:
- '@rollup/pluginutils': 5.1.0(rollup@4.19.1)
+ '@rollup/pluginutils': 5.1.0(rollup@4.20.0)
optionalDependencies:
- rollup: 4.19.1
+ rollup: 4.20.0
- '@rollup/plugin-node-resolve@15.2.3(rollup@4.19.1)':
+ '@rollup/plugin-node-resolve@15.2.3(rollup@4.20.0)':
dependencies:
- '@rollup/pluginutils': 5.1.0(rollup@4.19.1)
+ '@rollup/pluginutils': 5.1.0(rollup@4.20.0)
'@types/resolve': 1.20.2
deepmerge: 4.3.1
is-builtin-module: 3.2.1
is-module: 1.0.0
resolve: 1.22.8
optionalDependencies:
- rollup: 4.19.1
+ rollup: 4.20.0
- '@rollup/plugin-replace@5.0.7(rollup@4.19.1)':
+ '@rollup/plugin-replace@5.0.7(rollup@4.20.0)':
dependencies:
- '@rollup/pluginutils': 5.1.0(rollup@4.19.1)
+ '@rollup/pluginutils': 5.1.0(rollup@4.20.0)
magic-string: 0.30.11
optionalDependencies:
- rollup: 4.19.1
+ rollup: 4.20.0
- '@rollup/plugin-terser@0.4.4(rollup@4.19.1)':
+ '@rollup/plugin-terser@0.4.4(rollup@4.20.0)':
dependencies:
serialize-javascript: 6.0.2
smob: 1.5.0
- terser: 5.31.3
+ terser: 5.31.6
optionalDependencies:
- rollup: 4.19.1
+ rollup: 4.20.0
'@rollup/pluginutils@4.2.1':
dependencies:
estree-walker: 2.0.2
picomatch: 2.3.1
- '@rollup/pluginutils@5.1.0(rollup@4.19.1)':
+ '@rollup/pluginutils@5.1.0(rollup@4.20.0)':
dependencies:
'@types/estree': 1.0.5
estree-walker: 2.0.2
picomatch: 2.3.1
optionalDependencies:
- rollup: 4.19.1
+ rollup: 4.20.0
- '@rollup/rollup-android-arm-eabi@4.19.1':
+ '@rollup/rollup-android-arm-eabi@4.20.0':
optional: true
- '@rollup/rollup-android-arm64@4.19.1':
+ '@rollup/rollup-android-arm64@4.20.0':
optional: true
- '@rollup/rollup-darwin-arm64@4.19.1':
+ '@rollup/rollup-darwin-arm64@4.20.0':
optional: true
- '@rollup/rollup-darwin-x64@4.19.1':
+ '@rollup/rollup-darwin-x64@4.20.0':
optional: true
- '@rollup/rollup-linux-arm-gnueabihf@4.19.1':
+ '@rollup/rollup-linux-arm-gnueabihf@4.20.0':
optional: true
- '@rollup/rollup-linux-arm-musleabihf@4.19.1':
+ '@rollup/rollup-linux-arm-musleabihf@4.20.0':
optional: true
- '@rollup/rollup-linux-arm64-gnu@4.19.1':
+ '@rollup/rollup-linux-arm64-gnu@4.20.0':
optional: true
- '@rollup/rollup-linux-arm64-musl@4.19.1':
+ '@rollup/rollup-linux-arm64-musl@4.20.0':
optional: true
- '@rollup/rollup-linux-powerpc64le-gnu@4.19.1':
+ '@rollup/rollup-linux-powerpc64le-gnu@4.20.0':
optional: true
- '@rollup/rollup-linux-riscv64-gnu@4.19.1':
+ '@rollup/rollup-linux-riscv64-gnu@4.20.0':
optional: true
- '@rollup/rollup-linux-s390x-gnu@4.19.1':
+ '@rollup/rollup-linux-s390x-gnu@4.20.0':
optional: true
- '@rollup/rollup-linux-x64-gnu@4.19.1':
+ '@rollup/rollup-linux-x64-gnu@4.20.0':
optional: true
- '@rollup/rollup-linux-x64-musl@4.19.1':
+ '@rollup/rollup-linux-x64-musl@4.20.0':
optional: true
- '@rollup/rollup-win32-arm64-msvc@4.19.1':
+ '@rollup/rollup-win32-arm64-msvc@4.20.0':
optional: true
- '@rollup/rollup-win32-ia32-msvc@4.19.1':
+ '@rollup/rollup-win32-ia32-msvc@4.20.0':
optional: true
- '@rollup/rollup-win32-x64-msvc@4.19.1':
+ '@rollup/rollup-win32-x64-msvc@4.20.0':
optional: true
'@sindresorhus/merge-streams@2.3.0': {}
- '@stylistic/eslint-plugin-js@2.6.0-beta.1(eslint@9.8.0)':
+ '@stylistic/eslint-plugin-js@2.6.4(eslint@9.9.0(jiti@1.21.6))':
dependencies:
'@types/eslint': 9.6.0
acorn: 8.12.1
- eslint: 9.8.0
+ eslint: 9.9.0(jiti@1.21.6)
eslint-visitor-keys: 4.0.0
espree: 10.1.0
- '@stylistic/eslint-plugin-jsx@2.6.0-beta.1(eslint@9.8.0)':
+ '@stylistic/eslint-plugin-jsx@2.6.4(eslint@9.9.0(jiti@1.21.6))':
dependencies:
- '@stylistic/eslint-plugin-js': 2.6.0-beta.1(eslint@9.8.0)
+ '@stylistic/eslint-plugin-js': 2.6.4(eslint@9.9.0(jiti@1.21.6))
'@types/eslint': 9.6.0
- eslint: 9.8.0
+ eslint: 9.9.0(jiti@1.21.6)
+ eslint-visitor-keys: 4.0.0
+ espree: 10.1.0
estraverse: 5.3.0
picomatch: 4.0.2
- '@stylistic/eslint-plugin-plus@2.6.0-beta.1(eslint@9.8.0)(typescript@5.5.4)':
+ '@stylistic/eslint-plugin-plus@2.6.4(eslint@9.9.0(jiti@1.21.6))':
dependencies:
'@types/eslint': 9.6.0
- '@typescript-eslint/utils': 8.0.0-alpha.61(eslint@9.8.0)(typescript@5.5.4)
- eslint: 9.8.0
+ eslint: 9.9.0(jiti@1.21.6)
+
+ '@stylistic/eslint-plugin-ts@2.6.4(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4)':
+ dependencies:
+ '@stylistic/eslint-plugin-js': 2.6.4(eslint@9.9.0(jiti@1.21.6))
+ '@types/eslint': 9.6.0
+ '@typescript-eslint/utils': 8.1.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4)
+ eslint: 9.9.0(jiti@1.21.6)
transitivePeerDependencies:
- supports-color
- typescript
- '@stylistic/eslint-plugin-ts@2.6.0-beta.1(eslint@9.8.0)(typescript@5.5.4)':
+ '@stylistic/eslint-plugin@2.6.4(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4)':
dependencies:
- '@stylistic/eslint-plugin-js': 2.6.0-beta.1(eslint@9.8.0)
+ '@stylistic/eslint-plugin-js': 2.6.4(eslint@9.9.0(jiti@1.21.6))
+ '@stylistic/eslint-plugin-jsx': 2.6.4(eslint@9.9.0(jiti@1.21.6))
+ '@stylistic/eslint-plugin-plus': 2.6.4(eslint@9.9.0(jiti@1.21.6))
+ '@stylistic/eslint-plugin-ts': 2.6.4(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4)
'@types/eslint': 9.6.0
- '@typescript-eslint/utils': 8.0.0-alpha.61(eslint@9.8.0)(typescript@5.5.4)
- eslint: 9.8.0
+ eslint: 9.9.0(jiti@1.21.6)
transitivePeerDependencies:
- supports-color
- typescript
- '@stylistic/eslint-plugin@2.6.0-beta.1(eslint@9.8.0)(typescript@5.5.4)':
+ '@tailwindcss/aspect-ratio@0.4.2(tailwindcss@3.4.10)':
dependencies:
- '@stylistic/eslint-plugin-js': 2.6.0-beta.1(eslint@9.8.0)
- '@stylistic/eslint-plugin-jsx': 2.6.0-beta.1(eslint@9.8.0)
- '@stylistic/eslint-plugin-plus': 2.6.0-beta.1(eslint@9.8.0)(typescript@5.5.4)
- '@stylistic/eslint-plugin-ts': 2.6.0-beta.1(eslint@9.8.0)(typescript@5.5.4)
- '@types/eslint': 9.6.0
- eslint: 9.8.0
- transitivePeerDependencies:
- - supports-color
- - typescript
+ tailwindcss: 3.4.10
- '@tailwindcss/aspect-ratio@0.4.2(tailwindcss@3.4.7)':
+ '@tailwindcss/container-queries@0.1.1(tailwindcss@3.4.10)':
dependencies:
- tailwindcss: 3.4.7
+ tailwindcss: 3.4.10
- '@tailwindcss/container-queries@0.1.1(tailwindcss@3.4.7)':
- dependencies:
- tailwindcss: 3.4.7
-
- '@tailwindcss/forms@0.5.7(tailwindcss@3.4.7)':
+ '@tailwindcss/forms@0.5.7(tailwindcss@3.4.10)':
dependencies:
mini-svg-data-uri: 1.4.4
- tailwindcss: 3.4.7
+ tailwindcss: 3.4.10
- '@tailwindcss/typography@0.5.13(tailwindcss@3.4.7)':
+ '@tailwindcss/typography@0.5.14(tailwindcss@3.4.10)':
dependencies:
lodash.castarray: 4.4.0
lodash.isplainobject: 4.0.6
lodash.merge: 4.6.2
postcss-selector-parser: 6.0.10
- tailwindcss: 3.4.7
+ tailwindcss: 3.4.10
- '@tanstack/virtual-core@3.8.4': {}
+ '@tanstack/virtual-core@3.9.0': {}
- '@tanstack/vue-virtual@3.8.4(vue@3.4.35(typescript@5.5.4))':
+ '@tanstack/vue-virtual@3.9.0(vue@3.4.38(typescript@5.5.4))':
dependencies:
- '@tanstack/virtual-core': 3.8.4
- vue: 3.4.35(typescript@5.5.4)
+ '@tanstack/virtual-core': 3.9.0
+ vue: 3.4.38(typescript@5.5.4)
'@trysound/sax@0.2.0': {}
@@ -6938,43 +6929,43 @@ snapshots:
'@types/estree@1.0.5': {}
- '@types/http-proxy@1.17.14':
+ '@types/http-proxy@1.17.15':
dependencies:
- '@types/node': 22.0.0
+ '@types/node': 22.3.0
'@types/json-schema@7.0.15': {}
'@types/mdast@3.0.15':
dependencies:
- '@types/unist': 2.0.10
+ '@types/unist': 2.0.11
'@types/node-forge@1.3.11':
dependencies:
- '@types/node': 22.0.0
+ '@types/node': 22.3.0
- '@types/node@22.0.0':
+ '@types/node@22.3.0':
dependencies:
- undici-types: 6.11.1
+ undici-types: 6.18.2
'@types/normalize-package-data@2.4.4': {}
'@types/resolve@1.20.2': {}
- '@types/unist@2.0.10': {}
+ '@types/unist@2.0.11': {}
'@types/web-bluetooth@0.0.20': {}
- '@typescript-eslint/eslint-plugin@8.0.0-alpha.40(@typescript-eslint/parser@8.0.0-alpha.40(eslint@9.8.0)(typescript@5.5.4))(eslint@9.8.0)(typescript@5.5.4)':
+ '@typescript-eslint/eslint-plugin@8.1.0(@typescript-eslint/parser@8.1.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4))(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4)':
dependencies:
'@eslint-community/regexpp': 4.11.0
- '@typescript-eslint/parser': 8.0.0-alpha.40(eslint@9.8.0)(typescript@5.5.4)
- '@typescript-eslint/scope-manager': 8.0.0-alpha.40
- '@typescript-eslint/type-utils': 8.0.0-alpha.40(eslint@9.8.0)(typescript@5.5.4)
- '@typescript-eslint/utils': 8.0.0-alpha.40(eslint@9.8.0)(typescript@5.5.4)
- '@typescript-eslint/visitor-keys': 8.0.0-alpha.40
- eslint: 9.8.0
+ '@typescript-eslint/parser': 8.1.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4)
+ '@typescript-eslint/scope-manager': 8.1.0
+ '@typescript-eslint/type-utils': 8.1.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4)
+ '@typescript-eslint/utils': 8.1.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4)
+ '@typescript-eslint/visitor-keys': 8.1.0
+ eslint: 9.9.0(jiti@1.21.6)
graphemer: 1.4.0
- ignore: 5.3.1
+ ignore: 5.3.2
natural-compare: 1.4.0
ts-api-utils: 1.3.0(typescript@5.5.4)
optionalDependencies:
@@ -6982,14 +6973,14 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/parser@8.0.0-alpha.40(eslint@9.8.0)(typescript@5.5.4)':
+ '@typescript-eslint/parser@8.1.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4)':
dependencies:
- '@typescript-eslint/scope-manager': 8.0.0-alpha.40
- '@typescript-eslint/types': 8.0.0-alpha.40
- '@typescript-eslint/typescript-estree': 8.0.0-alpha.40(typescript@5.5.4)
- '@typescript-eslint/visitor-keys': 8.0.0-alpha.40
+ '@typescript-eslint/scope-manager': 8.1.0
+ '@typescript-eslint/types': 8.1.0
+ '@typescript-eslint/typescript-estree': 8.1.0(typescript@5.5.4)
+ '@typescript-eslint/visitor-keys': 8.1.0
debug: 4.3.6
- eslint: 9.8.0
+ eslint: 9.9.0(jiti@1.21.6)
optionalDependencies:
typescript: 5.5.4
transitivePeerDependencies:
@@ -7000,20 +6991,15 @@ snapshots:
'@typescript-eslint/types': 7.18.0
'@typescript-eslint/visitor-keys': 7.18.0
- '@typescript-eslint/scope-manager@8.0.0-alpha.40':
+ '@typescript-eslint/scope-manager@8.1.0':
dependencies:
- '@typescript-eslint/types': 8.0.0-alpha.40
- '@typescript-eslint/visitor-keys': 8.0.0-alpha.40
+ '@typescript-eslint/types': 8.1.0
+ '@typescript-eslint/visitor-keys': 8.1.0
- '@typescript-eslint/scope-manager@8.0.0-alpha.61':
+ '@typescript-eslint/type-utils@8.1.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4)':
dependencies:
- '@typescript-eslint/types': 8.0.0-alpha.61
- '@typescript-eslint/visitor-keys': 8.0.0-alpha.61
-
- '@typescript-eslint/type-utils@8.0.0-alpha.40(eslint@9.8.0)(typescript@5.5.4)':
- dependencies:
- '@typescript-eslint/typescript-estree': 8.0.0-alpha.40(typescript@5.5.4)
- '@typescript-eslint/utils': 8.0.0-alpha.40(eslint@9.8.0)(typescript@5.5.4)
+ '@typescript-eslint/typescript-estree': 8.1.0(typescript@5.5.4)
+ '@typescript-eslint/utils': 8.1.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4)
debug: 4.3.6
ts-api-utils: 1.3.0(typescript@5.5.4)
optionalDependencies:
@@ -7024,9 +7010,7 @@ snapshots:
'@typescript-eslint/types@7.18.0': {}
- '@typescript-eslint/types@8.0.0-alpha.40': {}
-
- '@typescript-eslint/types@8.0.0-alpha.61': {}
+ '@typescript-eslint/types@8.1.0': {}
'@typescript-eslint/typescript-estree@7.18.0(typescript@5.5.4)':
dependencies:
@@ -7043,10 +7027,10 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/typescript-estree@8.0.0-alpha.40(typescript@5.5.4)':
+ '@typescript-eslint/typescript-estree@8.1.0(typescript@5.5.4)':
dependencies:
- '@typescript-eslint/types': 8.0.0-alpha.40
- '@typescript-eslint/visitor-keys': 8.0.0-alpha.40
+ '@typescript-eslint/types': 8.1.0
+ '@typescript-eslint/visitor-keys': 8.1.0
debug: 4.3.6
globby: 11.1.0
is-glob: 4.0.3
@@ -7058,50 +7042,24 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/typescript-estree@8.0.0-alpha.61(typescript@5.5.4)':
+ '@typescript-eslint/utils@7.18.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4)':
dependencies:
- '@typescript-eslint/types': 8.0.0-alpha.61
- '@typescript-eslint/visitor-keys': 8.0.0-alpha.61
- debug: 4.3.6
- globby: 11.1.0
- is-glob: 4.0.3
- minimatch: 9.0.5
- semver: 7.6.3
- ts-api-utils: 1.3.0(typescript@5.5.4)
- optionalDependencies:
- typescript: 5.5.4
- transitivePeerDependencies:
- - supports-color
-
- '@typescript-eslint/utils@7.18.0(eslint@9.8.0)(typescript@5.5.4)':
- dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@9.8.0)
+ '@eslint-community/eslint-utils': 4.4.0(eslint@9.9.0(jiti@1.21.6))
'@typescript-eslint/scope-manager': 7.18.0
'@typescript-eslint/types': 7.18.0
'@typescript-eslint/typescript-estree': 7.18.0(typescript@5.5.4)
- eslint: 9.8.0
+ eslint: 9.9.0(jiti@1.21.6)
transitivePeerDependencies:
- supports-color
- typescript
- '@typescript-eslint/utils@8.0.0-alpha.40(eslint@9.8.0)(typescript@5.5.4)':
+ '@typescript-eslint/utils@8.1.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4)':
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@9.8.0)
- '@typescript-eslint/scope-manager': 8.0.0-alpha.40
- '@typescript-eslint/types': 8.0.0-alpha.40
- '@typescript-eslint/typescript-estree': 8.0.0-alpha.40(typescript@5.5.4)
- eslint: 9.8.0
- transitivePeerDependencies:
- - supports-color
- - typescript
-
- '@typescript-eslint/utils@8.0.0-alpha.61(eslint@9.8.0)(typescript@5.5.4)':
- dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@9.8.0)
- '@typescript-eslint/scope-manager': 8.0.0-alpha.61
- '@typescript-eslint/types': 8.0.0-alpha.61
- '@typescript-eslint/typescript-estree': 8.0.0-alpha.61(typescript@5.5.4)
- eslint: 9.8.0
+ '@eslint-community/eslint-utils': 4.4.0(eslint@9.9.0(jiti@1.21.6))
+ '@typescript-eslint/scope-manager': 8.1.0
+ '@typescript-eslint/types': 8.1.0
+ '@typescript-eslint/typescript-estree': 8.1.0(typescript@5.5.4)
+ eslint: 9.9.0(jiti@1.21.6)
transitivePeerDependencies:
- supports-color
- typescript
@@ -7111,14 +7069,9 @@ snapshots:
'@typescript-eslint/types': 7.18.0
eslint-visitor-keys: 3.4.3
- '@typescript-eslint/visitor-keys@8.0.0-alpha.40':
+ '@typescript-eslint/visitor-keys@8.1.0':
dependencies:
- '@typescript-eslint/types': 8.0.0-alpha.40
- eslint-visitor-keys: 3.4.3
-
- '@typescript-eslint/visitor-keys@8.0.0-alpha.61':
- dependencies:
- '@typescript-eslint/types': 8.0.0-alpha.61
+ '@typescript-eslint/types': 8.1.0
eslint-visitor-keys: 3.4.3
'@unhead/dom@1.9.16':
@@ -7140,13 +7093,13 @@ snapshots:
'@unhead/schema': 1.9.16
'@unhead/shared': 1.9.16
- '@unhead/vue@1.9.16(vue@3.4.35(typescript@5.5.4))':
+ '@unhead/vue@1.9.16(vue@3.4.38(typescript@5.5.4))':
dependencies:
'@unhead/schema': 1.9.16
'@unhead/shared': 1.9.16
hookable: 5.5.3
unhead: 1.9.16
- vue: 3.4.35(typescript@5.5.4)
+ vue: 3.4.38(typescript@5.5.4)
'@uploadthing/mime-types@0.2.10': {}
@@ -7168,20 +7121,27 @@ snapshots:
- encoding
- supports-color
- '@vitejs/plugin-vue-jsx@4.0.0(vite@5.3.5(@types/node@22.0.0)(terser@5.31.3))(vue@3.4.35(typescript@5.5.4))':
+ '@vitejs/plugin-vue-jsx@4.0.1(vite@5.4.1(@types/node@22.3.0)(terser@5.31.6))(vue@3.4.38(typescript@5.5.4))':
dependencies:
'@babel/core': 7.25.2
'@babel/plugin-transform-typescript': 7.25.2(@babel/core@7.25.2)
'@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.25.2)
- vite: 5.3.5(@types/node@22.0.0)(terser@5.31.3)
- vue: 3.4.35(typescript@5.5.4)
+ vite: 5.4.1(@types/node@22.3.0)(terser@5.31.6)
+ vue: 3.4.38(typescript@5.5.4)
transitivePeerDependencies:
- supports-color
- '@vitejs/plugin-vue@5.1.1(vite@5.3.5(@types/node@22.0.0)(terser@5.31.3))(vue@3.4.35(typescript@5.5.4))':
+ '@vitejs/plugin-vue@5.1.2(vite@5.4.1(@types/node@22.3.0)(terser@5.31.6))(vue@3.4.38(typescript@5.5.4))':
dependencies:
- vite: 5.3.5(@types/node@22.0.0)(terser@5.31.3)
- vue: 3.4.35(typescript@5.5.4)
+ vite: 5.4.1(@types/node@22.3.0)(terser@5.31.6)
+ vue: 3.4.38(typescript@5.5.4)
+
+ '@vitest/eslint-plugin@1.0.3(@typescript-eslint/utils@8.1.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4))(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4)':
+ dependencies:
+ eslint: 9.9.0(jiti@1.21.6)
+ optionalDependencies:
+ '@typescript-eslint/utils': 8.1.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4)
+ typescript: 5.5.4
'@volar/language-core@2.4.0-alpha.18':
dependencies:
@@ -7195,16 +7155,16 @@ snapshots:
path-browserify: 1.0.1
vscode-uri: 3.0.8
- '@vue-macros/common@1.11.0(rollup@4.19.1)(vue@3.4.35(typescript@5.5.4))':
+ '@vue-macros/common@1.12.2(rollup@4.20.0)(vue@3.4.38(typescript@5.5.4))':
dependencies:
'@babel/types': 7.25.2
- '@rollup/pluginutils': 5.1.0(rollup@4.19.1)
- '@vue/compiler-sfc': 3.4.35
- ast-kit: 1.0.0
+ '@rollup/pluginutils': 5.1.0(rollup@4.20.0)
+ '@vue/compiler-sfc': 3.4.38
+ ast-kit: 1.0.1
local-pkg: 0.5.0
magic-string-ast: 0.6.2
optionalDependencies:
- vue: 3.4.35(typescript@5.5.4)
+ vue: 3.4.38(typescript@5.5.4)
transitivePeerDependencies:
- rollup
@@ -7235,37 +7195,37 @@ snapshots:
'@babel/helper-module-imports': 7.22.15
'@babel/helper-plugin-utils': 7.24.8
'@babel/parser': 7.25.3
- '@vue/compiler-sfc': 3.4.35
+ '@vue/compiler-sfc': 3.4.38
- '@vue/compiler-core@3.4.35':
+ '@vue/compiler-core@3.4.38':
dependencies:
'@babel/parser': 7.25.3
- '@vue/shared': 3.4.35
+ '@vue/shared': 3.4.38
entities: 4.5.0
estree-walker: 2.0.2
source-map-js: 1.2.0
- '@vue/compiler-dom@3.4.35':
+ '@vue/compiler-dom@3.4.38':
dependencies:
- '@vue/compiler-core': 3.4.35
- '@vue/shared': 3.4.35
+ '@vue/compiler-core': 3.4.38
+ '@vue/shared': 3.4.38
- '@vue/compiler-sfc@3.4.35':
+ '@vue/compiler-sfc@3.4.38':
dependencies:
'@babel/parser': 7.25.3
- '@vue/compiler-core': 3.4.35
- '@vue/compiler-dom': 3.4.35
- '@vue/compiler-ssr': 3.4.35
- '@vue/shared': 3.4.35
+ '@vue/compiler-core': 3.4.38
+ '@vue/compiler-dom': 3.4.38
+ '@vue/compiler-ssr': 3.4.38
+ '@vue/shared': 3.4.38
estree-walker: 2.0.2
magic-string: 0.30.11
- postcss: 8.4.40
+ postcss: 8.4.41
source-map-js: 1.2.0
- '@vue/compiler-ssr@3.4.35':
+ '@vue/compiler-ssr@3.4.38':
dependencies:
- '@vue/compiler-dom': 3.4.35
- '@vue/shared': 3.4.35
+ '@vue/compiler-dom': 3.4.38
+ '@vue/shared': 3.4.38
'@vue/compiler-vue2@2.7.16':
dependencies:
@@ -7274,20 +7234,20 @@ snapshots:
'@vue/devtools-api@6.6.3': {}
- '@vue/devtools-core@7.3.3(vite@5.3.5(@types/node@22.0.0)(terser@5.31.3))':
+ '@vue/devtools-core@7.3.3(vite@5.4.1(@types/node@22.3.0)(terser@5.31.6))':
dependencies:
'@vue/devtools-kit': 7.3.3
- '@vue/devtools-shared': 7.3.7
+ '@vue/devtools-shared': 7.3.8
mitt: 3.0.1
nanoid: 3.3.7
pathe: 1.1.2
- vite-hot-client: 0.2.3(vite@5.3.5(@types/node@22.0.0)(terser@5.31.3))
+ vite-hot-client: 0.2.3(vite@5.4.1(@types/node@22.3.0)(terser@5.31.6))
transitivePeerDependencies:
- vite
'@vue/devtools-kit@7.3.3':
dependencies:
- '@vue/devtools-shared': 7.3.7
+ '@vue/devtools-shared': 7.3.8
birpc: 0.2.17
hookable: 5.5.3
mitt: 3.0.1
@@ -7295,16 +7255,16 @@ snapshots:
speakingurl: 14.0.1
superjson: 2.2.1
- '@vue/devtools-shared@7.3.7':
+ '@vue/devtools-shared@7.3.8':
dependencies:
rfdc: 1.4.1
'@vue/language-core@2.0.29(typescript@5.5.4)':
dependencies:
'@volar/language-core': 2.4.0-alpha.18
- '@vue/compiler-dom': 3.4.35
+ '@vue/compiler-dom': 3.4.38
'@vue/compiler-vue2': 2.7.16
- '@vue/shared': 3.4.35
+ '@vue/shared': 3.4.38
computeds: 0.0.1
minimatch: 9.0.5
muggle-string: 0.4.1
@@ -7312,69 +7272,69 @@ snapshots:
optionalDependencies:
typescript: 5.5.4
- '@vue/reactivity@3.4.35':
+ '@vue/reactivity@3.4.38':
dependencies:
- '@vue/shared': 3.4.35
+ '@vue/shared': 3.4.38
- '@vue/runtime-core@3.4.35':
+ '@vue/runtime-core@3.4.38':
dependencies:
- '@vue/reactivity': 3.4.35
- '@vue/shared': 3.4.35
+ '@vue/reactivity': 3.4.38
+ '@vue/shared': 3.4.38
- '@vue/runtime-dom@3.4.35':
+ '@vue/runtime-dom@3.4.38':
dependencies:
- '@vue/reactivity': 3.4.35
- '@vue/runtime-core': 3.4.35
- '@vue/shared': 3.4.35
+ '@vue/reactivity': 3.4.38
+ '@vue/runtime-core': 3.4.38
+ '@vue/shared': 3.4.38
csstype: 3.1.3
- '@vue/server-renderer@3.4.35(vue@3.4.35(typescript@5.5.4))':
+ '@vue/server-renderer@3.4.38(vue@3.4.38(typescript@5.5.4))':
dependencies:
- '@vue/compiler-ssr': 3.4.35
- '@vue/shared': 3.4.35
- vue: 3.4.35(typescript@5.5.4)
+ '@vue/compiler-ssr': 3.4.38
+ '@vue/shared': 3.4.38
+ vue: 3.4.38(typescript@5.5.4)
- '@vue/shared@3.4.35': {}
+ '@vue/shared@3.4.38': {}
- '@vueuse/core@10.11.0(vue@3.4.35(typescript@5.5.4))':
+ '@vueuse/core@10.11.1(vue@3.4.38(typescript@5.5.4))':
dependencies:
'@types/web-bluetooth': 0.0.20
- '@vueuse/metadata': 10.11.0
- '@vueuse/shared': 10.11.0(vue@3.4.35(typescript@5.5.4))
- vue-demi: 0.14.10(vue@3.4.35(typescript@5.5.4))
+ '@vueuse/metadata': 10.11.1
+ '@vueuse/shared': 10.11.1(vue@3.4.38(typescript@5.5.4))
+ vue-demi: 0.14.10(vue@3.4.38(typescript@5.5.4))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
- '@vueuse/integrations@10.11.0(fuse.js@6.6.2)(vue@3.4.35(typescript@5.5.4))':
+ '@vueuse/integrations@10.11.1(fuse.js@6.6.2)(vue@3.4.38(typescript@5.5.4))':
dependencies:
- '@vueuse/core': 10.11.0(vue@3.4.35(typescript@5.5.4))
- '@vueuse/shared': 10.11.0(vue@3.4.35(typescript@5.5.4))
- vue-demi: 0.14.10(vue@3.4.35(typescript@5.5.4))
+ '@vueuse/core': 10.11.1(vue@3.4.38(typescript@5.5.4))
+ '@vueuse/shared': 10.11.1(vue@3.4.38(typescript@5.5.4))
+ vue-demi: 0.14.10(vue@3.4.38(typescript@5.5.4))
optionalDependencies:
fuse.js: 6.6.2
transitivePeerDependencies:
- '@vue/composition-api'
- vue
- '@vueuse/math@10.11.0(vue@3.4.35(typescript@5.5.4))':
+ '@vueuse/math@10.11.1(vue@3.4.38(typescript@5.5.4))':
dependencies:
- '@vueuse/shared': 10.11.0(vue@3.4.35(typescript@5.5.4))
- vue-demi: 0.14.10(vue@3.4.35(typescript@5.5.4))
+ '@vueuse/shared': 10.11.1(vue@3.4.38(typescript@5.5.4))
+ vue-demi: 0.14.10(vue@3.4.38(typescript@5.5.4))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
- '@vueuse/metadata@10.11.0': {}
+ '@vueuse/metadata@10.11.1': {}
- '@vueuse/nuxt@10.11.0(magicast@0.3.4)(nuxt@3.12.4(@parcel/watcher@2.4.1)(@types/node@22.0.0)(drizzle-orm@0.32.1(@cloudflare/workers-types@4.20240725.0))(eslint@9.8.0)(ioredis@5.4.1)(magicast@0.3.4)(optionator@0.9.4)(rollup@4.19.1)(terser@5.31.3)(typescript@5.5.4)(vite@5.3.5(@types/node@22.0.0)(terser@5.31.3))(vue-tsc@2.0.29(typescript@5.5.4)))(rollup@4.19.1)(vue@3.4.35(typescript@5.5.4))':
+ '@vueuse/nuxt@10.11.1(magicast@0.3.4)(nuxt@3.12.4(@parcel/watcher@2.4.1)(@types/node@22.3.0)(drizzle-orm@0.32.2(@cloudflare/workers-types@4.20240815.0))(eslint@9.9.0(jiti@1.21.6))(ioredis@5.4.1)(magicast@0.3.4)(optionator@0.9.4)(rollup@4.20.0)(terser@5.31.6)(typescript@5.5.4)(vite@5.4.1(@types/node@22.3.0)(terser@5.31.6))(vue-tsc@2.0.29(typescript@5.5.4)))(rollup@4.20.0)(vue@3.4.38(typescript@5.5.4))':
dependencies:
- '@nuxt/kit': 3.12.4(magicast@0.3.4)(rollup@4.19.1)
- '@vueuse/core': 10.11.0(vue@3.4.35(typescript@5.5.4))
- '@vueuse/metadata': 10.11.0
+ '@nuxt/kit': 3.12.4(magicast@0.3.4)(rollup@4.20.0)
+ '@vueuse/core': 10.11.1(vue@3.4.38(typescript@5.5.4))
+ '@vueuse/metadata': 10.11.1
local-pkg: 0.5.0
- nuxt: 3.12.4(@parcel/watcher@2.4.1)(@types/node@22.0.0)(drizzle-orm@0.32.1(@cloudflare/workers-types@4.20240725.0))(eslint@9.8.0)(ioredis@5.4.1)(magicast@0.3.4)(optionator@0.9.4)(rollup@4.19.1)(terser@5.31.3)(typescript@5.5.4)(vite@5.3.5(@types/node@22.0.0)(terser@5.31.3))(vue-tsc@2.0.29(typescript@5.5.4))
- vue-demi: 0.14.10(vue@3.4.35(typescript@5.5.4))
+ nuxt: 3.12.4(@parcel/watcher@2.4.1)(@types/node@22.3.0)(drizzle-orm@0.32.2(@cloudflare/workers-types@4.20240815.0))(eslint@9.9.0(jiti@1.21.6))(ioredis@5.4.1)(magicast@0.3.4)(optionator@0.9.4)(rollup@4.20.0)(terser@5.31.6)(typescript@5.5.4)(vite@5.4.1(@types/node@22.3.0)(terser@5.31.6))(vue-tsc@2.0.29(typescript@5.5.4))
+ vue-demi: 0.14.10(vue@3.4.38(typescript@5.5.4))
transitivePeerDependencies:
- '@vue/composition-api'
- magicast
@@ -7382,9 +7342,9 @@ snapshots:
- supports-color
- vue
- '@vueuse/shared@10.11.0(vue@3.4.35(typescript@5.5.4))':
+ '@vueuse/shared@10.11.1(vue@3.4.38(typescript@5.5.4))':
dependencies:
- vue-demi: 0.14.10(vue@3.4.35(typescript@5.5.4))
+ vue-demi: 0.14.10(vue@3.4.38(typescript@5.5.4))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
@@ -7493,20 +7453,15 @@ snapshots:
dependencies:
printable-characters: 1.0.42
- ast-kit@0.12.2:
+ ast-kit@1.0.1:
dependencies:
'@babel/parser': 7.25.3
pathe: 1.1.2
- ast-kit@1.0.0:
+ ast-walker-scope@0.6.2:
dependencies:
'@babel/parser': 7.25.3
- pathe: 1.1.2
-
- ast-walker-scope@0.6.1:
- dependencies:
- '@babel/parser': 7.25.3
- ast-kit: 0.12.2
+ ast-kit: 1.0.1
async-sema@3.1.1: {}
@@ -7518,14 +7473,14 @@ snapshots:
at-least-node@1.0.0: {}
- autoprefixer@10.4.19(postcss@8.4.40):
+ autoprefixer@10.4.20(postcss@8.4.41):
dependencies:
- browserslist: 4.23.2
- caniuse-lite: 1.0.30001645
+ browserslist: 4.23.3
+ caniuse-lite: 1.0.30001651
fraction.js: 4.3.7
normalize-range: 0.1.2
picocolors: 1.0.1
- postcss: 8.4.40
+ postcss: 8.4.41
postcss-value-parser: 4.2.0
b4a@1.6.6: {}
@@ -7562,12 +7517,12 @@ snapshots:
dependencies:
fill-range: 7.1.1
- browserslist@4.23.2:
+ browserslist@4.23.3:
dependencies:
- caniuse-lite: 1.0.30001645
- electron-to-chromium: 1.5.4
+ caniuse-lite: 1.0.30001651
+ electron-to-chromium: 1.5.8
node-releases: 2.0.18
- update-browserslist-db: 1.1.0(browserslist@4.23.2)
+ update-browserslist-db: 1.1.0(browserslist@4.23.3)
buffer-crc32@1.0.0: {}
@@ -7618,12 +7573,12 @@ snapshots:
caniuse-api@3.0.0:
dependencies:
- browserslist: 4.23.2
- caniuse-lite: 1.0.30001645
+ browserslist: 4.23.3
+ caniuse-lite: 1.0.30001651
lodash.memoize: 4.1.2
lodash.uniq: 4.5.0
- caniuse-lite@1.0.30001645: {}
+ caniuse-lite@1.0.30001651: {}
capnp-ts@0.7.0:
dependencies:
@@ -7764,9 +7719,9 @@ snapshots:
dependencies:
is-what: 4.1.16
- core-js-compat@3.37.1:
+ core-js-compat@3.38.0:
dependencies:
- browserslist: 4.23.2
+ browserslist: 4.23.3
core-util-is@1.0.3: {}
@@ -7779,7 +7734,7 @@ snapshots:
create-require@1.1.1: {}
- croner@8.1.0: {}
+ croner@8.1.1: {}
cronstrue@2.50.0: {}
@@ -7791,9 +7746,9 @@ snapshots:
crossws@0.2.4: {}
- css-declaration-sorter@7.2.0(postcss@8.4.40):
+ css-declaration-sorter@7.2.0(postcss@8.4.41):
dependencies:
- postcss: 8.4.40
+ postcss: 8.4.41
css-select@5.1.0:
dependencies:
@@ -7817,49 +7772,49 @@ snapshots:
cssesc@3.0.0: {}
- cssnano-preset-default@7.0.4(postcss@8.4.40):
+ cssnano-preset-default@7.0.5(postcss@8.4.41):
dependencies:
- browserslist: 4.23.2
- css-declaration-sorter: 7.2.0(postcss@8.4.40)
- cssnano-utils: 5.0.0(postcss@8.4.40)
- postcss: 8.4.40
- postcss-calc: 10.0.0(postcss@8.4.40)
- postcss-colormin: 7.0.1(postcss@8.4.40)
- postcss-convert-values: 7.0.2(postcss@8.4.40)
- postcss-discard-comments: 7.0.1(postcss@8.4.40)
- postcss-discard-duplicates: 7.0.0(postcss@8.4.40)
- postcss-discard-empty: 7.0.0(postcss@8.4.40)
- postcss-discard-overridden: 7.0.0(postcss@8.4.40)
- postcss-merge-longhand: 7.0.2(postcss@8.4.40)
- postcss-merge-rules: 7.0.2(postcss@8.4.40)
- postcss-minify-font-values: 7.0.0(postcss@8.4.40)
- postcss-minify-gradients: 7.0.0(postcss@8.4.40)
- postcss-minify-params: 7.0.1(postcss@8.4.40)
- postcss-minify-selectors: 7.0.2(postcss@8.4.40)
- postcss-normalize-charset: 7.0.0(postcss@8.4.40)
- postcss-normalize-display-values: 7.0.0(postcss@8.4.40)
- postcss-normalize-positions: 7.0.0(postcss@8.4.40)
- postcss-normalize-repeat-style: 7.0.0(postcss@8.4.40)
- postcss-normalize-string: 7.0.0(postcss@8.4.40)
- postcss-normalize-timing-functions: 7.0.0(postcss@8.4.40)
- postcss-normalize-unicode: 7.0.1(postcss@8.4.40)
- postcss-normalize-url: 7.0.0(postcss@8.4.40)
- postcss-normalize-whitespace: 7.0.0(postcss@8.4.40)
- postcss-ordered-values: 7.0.1(postcss@8.4.40)
- postcss-reduce-initial: 7.0.1(postcss@8.4.40)
- postcss-reduce-transforms: 7.0.0(postcss@8.4.40)
- postcss-svgo: 7.0.1(postcss@8.4.40)
- postcss-unique-selectors: 7.0.1(postcss@8.4.40)
+ browserslist: 4.23.3
+ css-declaration-sorter: 7.2.0(postcss@8.4.41)
+ cssnano-utils: 5.0.0(postcss@8.4.41)
+ postcss: 8.4.41
+ postcss-calc: 10.0.1(postcss@8.4.41)
+ postcss-colormin: 7.0.2(postcss@8.4.41)
+ postcss-convert-values: 7.0.3(postcss@8.4.41)
+ postcss-discard-comments: 7.0.2(postcss@8.4.41)
+ postcss-discard-duplicates: 7.0.1(postcss@8.4.41)
+ postcss-discard-empty: 7.0.0(postcss@8.4.41)
+ postcss-discard-overridden: 7.0.0(postcss@8.4.41)
+ postcss-merge-longhand: 7.0.3(postcss@8.4.41)
+ postcss-merge-rules: 7.0.3(postcss@8.4.41)
+ postcss-minify-font-values: 7.0.0(postcss@8.4.41)
+ postcss-minify-gradients: 7.0.0(postcss@8.4.41)
+ postcss-minify-params: 7.0.2(postcss@8.4.41)
+ postcss-minify-selectors: 7.0.3(postcss@8.4.41)
+ postcss-normalize-charset: 7.0.0(postcss@8.4.41)
+ postcss-normalize-display-values: 7.0.0(postcss@8.4.41)
+ postcss-normalize-positions: 7.0.0(postcss@8.4.41)
+ postcss-normalize-repeat-style: 7.0.0(postcss@8.4.41)
+ postcss-normalize-string: 7.0.0(postcss@8.4.41)
+ postcss-normalize-timing-functions: 7.0.0(postcss@8.4.41)
+ postcss-normalize-unicode: 7.0.2(postcss@8.4.41)
+ postcss-normalize-url: 7.0.0(postcss@8.4.41)
+ postcss-normalize-whitespace: 7.0.0(postcss@8.4.41)
+ postcss-ordered-values: 7.0.1(postcss@8.4.41)
+ postcss-reduce-initial: 7.0.2(postcss@8.4.41)
+ postcss-reduce-transforms: 7.0.0(postcss@8.4.41)
+ postcss-svgo: 7.0.1(postcss@8.4.41)
+ postcss-unique-selectors: 7.0.2(postcss@8.4.41)
- cssnano-utils@5.0.0(postcss@8.4.40):
+ cssnano-utils@5.0.0(postcss@8.4.41):
dependencies:
- postcss: 8.4.40
+ postcss: 8.4.41
- cssnano@7.0.4(postcss@8.4.40):
+ cssnano@7.0.5(postcss@8.4.41):
dependencies:
- cssnano-preset-default: 7.0.4(postcss@8.4.40)
+ cssnano-preset-default: 7.0.5(postcss@8.4.41)
lilconfig: 3.1.2
- postcss: 8.4.40
+ postcss: 8.4.41
csso@5.0.5:
dependencies:
@@ -7871,9 +7826,9 @@ snapshots:
date-fns@3.6.0: {}
- db0@0.1.4(drizzle-orm@0.32.1(@cloudflare/workers-types@4.20240725.0)):
+ db0@0.1.4(drizzle-orm@0.32.2(@cloudflare/workers-types@4.20240815.0)):
optionalDependencies:
- drizzle-orm: 0.32.1(@cloudflare/workers-types@4.20240725.0)
+ drizzle-orm: 0.32.2(@cloudflare/workers-types@4.20240815.0)
de-indent@1.0.2: {}
@@ -7964,7 +7919,7 @@ snapshots:
dotenv@16.4.5: {}
- drizzle-kit@0.23.1:
+ drizzle-kit@0.23.2:
dependencies:
'@drizzle-team/brocli': 0.8.2
'@esbuild-kit/esm-loader': 2.6.5
@@ -7973,9 +7928,9 @@ snapshots:
transitivePeerDependencies:
- supports-color
- drizzle-orm@0.32.1(@cloudflare/workers-types@4.20240725.0):
+ drizzle-orm@0.32.2(@cloudflare/workers-types@4.20240815.0):
optionalDependencies:
- '@cloudflare/workers-types': 4.20240725.0
+ '@cloudflare/workers-types': 4.20240815.0
duplexer@0.1.2: {}
@@ -7983,7 +7938,7 @@ snapshots:
ee-first@1.1.1: {}
- electron-to-chromium@1.5.4: {}
+ electron-to-chromium@1.5.8: {}
emoji-regex@8.0.0: {}
@@ -8180,9 +8135,9 @@ snapshots:
escape-string-regexp@5.0.0: {}
- eslint-compat-utils@0.5.1(eslint@9.8.0):
+ eslint-compat-utils@0.5.1(eslint@9.9.0(jiti@1.21.6)):
dependencies:
- eslint: 9.8.0
+ eslint: 9.9.0(jiti@1.21.6)
semver: 7.6.3
eslint-config-flat-gitignore@0.1.8:
@@ -8203,39 +8158,33 @@ snapshots:
transitivePeerDependencies:
- supports-color
- eslint-merge-processors@0.1.0(eslint@9.8.0):
+ eslint-merge-processors@0.1.0(eslint@9.9.0(jiti@1.21.6)):
dependencies:
- eslint: 9.8.0
+ eslint: 9.9.0(jiti@1.21.6)
- eslint-plugin-antfu@2.3.4(eslint@9.8.0):
+ eslint-plugin-antfu@2.3.5(eslint@9.9.0(jiti@1.21.6)):
dependencies:
'@antfu/utils': 0.7.10
- eslint: 9.8.0
+ eslint: 9.9.0(jiti@1.21.6)
- eslint-plugin-command@0.2.3(eslint@9.8.0):
+ eslint-plugin-command@0.2.3(eslint@9.9.0(jiti@1.21.6)):
dependencies:
'@es-joy/jsdoccomment': 0.43.1
- eslint: 9.8.0
+ eslint: 9.9.0(jiti@1.21.6)
- eslint-plugin-es-x@7.8.0(eslint@9.8.0):
+ eslint-plugin-es-x@7.8.0(eslint@9.9.0(jiti@1.21.6)):
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@9.8.0)
+ '@eslint-community/eslint-utils': 4.4.0(eslint@9.9.0(jiti@1.21.6))
'@eslint-community/regexpp': 4.11.0
- eslint: 9.8.0
- eslint-compat-utils: 0.5.1(eslint@9.8.0)
+ eslint: 9.9.0(jiti@1.21.6)
+ eslint-compat-utils: 0.5.1(eslint@9.9.0(jiti@1.21.6))
- eslint-plugin-eslint-comments@3.2.0(eslint@9.8.0):
+ eslint-plugin-import-x@3.1.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4):
dependencies:
- escape-string-regexp: 1.0.5
- eslint: 9.8.0
- ignore: 5.3.1
-
- eslint-plugin-import-x@3.1.0(eslint@9.8.0)(typescript@5.5.4):
- dependencies:
- '@typescript-eslint/utils': 7.18.0(eslint@9.8.0)(typescript@5.5.4)
+ '@typescript-eslint/utils': 7.18.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4)
debug: 4.3.6
doctrine: 3.0.0
- eslint: 9.8.0
+ eslint: 9.9.0(jiti@1.21.6)
eslint-import-resolver-node: 0.3.9
get-tsconfig: 4.7.6
is-glob: 4.0.3
@@ -8247,14 +8196,14 @@ snapshots:
- supports-color
- typescript
- eslint-plugin-jsdoc@48.10.2(eslint@9.8.0):
+ eslint-plugin-jsdoc@50.2.2(eslint@9.9.0(jiti@1.21.6)):
dependencies:
- '@es-joy/jsdoccomment': 0.46.0
+ '@es-joy/jsdoccomment': 0.48.0
are-docs-informative: 0.0.2
comment-parser: 1.4.1
debug: 4.3.6
escape-string-regexp: 4.0.0
- eslint: 9.8.0
+ eslint: 9.9.0(jiti@1.21.6)
espree: 10.1.0
esquery: 1.6.0
parse-imports: 2.1.1
@@ -8264,82 +8213,82 @@ snapshots:
transitivePeerDependencies:
- supports-color
- eslint-plugin-jsonc@2.16.0(eslint@9.8.0):
+ eslint-plugin-jsonc@2.16.0(eslint@9.9.0(jiti@1.21.6)):
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@9.8.0)
- eslint: 9.8.0
- eslint-compat-utils: 0.5.1(eslint@9.8.0)
+ '@eslint-community/eslint-utils': 4.4.0(eslint@9.9.0(jiti@1.21.6))
+ eslint: 9.9.0(jiti@1.21.6)
+ eslint-compat-utils: 0.5.1(eslint@9.9.0(jiti@1.21.6))
espree: 9.6.1
graphemer: 1.4.0
jsonc-eslint-parser: 2.4.0
natural-compare: 1.4.0
synckit: 0.6.2
- eslint-plugin-markdown@5.1.0(eslint@9.8.0):
+ eslint-plugin-markdown@5.1.0(eslint@9.9.0(jiti@1.21.6)):
dependencies:
- eslint: 9.8.0
+ eslint: 9.9.0(jiti@1.21.6)
mdast-util-from-markdown: 0.8.5
transitivePeerDependencies:
- supports-color
- eslint-plugin-n@17.10.1(eslint@9.8.0):
+ eslint-plugin-n@17.10.2(eslint@9.9.0(jiti@1.21.6)):
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@9.8.0)
+ '@eslint-community/eslint-utils': 4.4.0(eslint@9.9.0(jiti@1.21.6))
enhanced-resolve: 5.17.1
- eslint: 9.8.0
- eslint-plugin-es-x: 7.8.0(eslint@9.8.0)
+ eslint: 9.9.0(jiti@1.21.6)
+ eslint-plugin-es-x: 7.8.0(eslint@9.9.0(jiti@1.21.6))
get-tsconfig: 4.7.6
- globals: 15.8.0
- ignore: 5.3.1
+ globals: 15.9.0
+ ignore: 5.3.2
minimatch: 9.0.5
semver: 7.6.3
- eslint-plugin-no-only-tests@3.1.0: {}
+ eslint-plugin-no-only-tests@3.3.0: {}
- eslint-plugin-perfectionist@3.0.0(eslint@9.8.0)(typescript@5.5.4)(vue-eslint-parser@9.4.3(eslint@9.8.0)):
+ eslint-plugin-perfectionist@3.2.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4)(vue-eslint-parser@9.4.3(eslint@9.9.0(jiti@1.21.6))):
dependencies:
- '@typescript-eslint/types': 7.18.0
- '@typescript-eslint/utils': 7.18.0(eslint@9.8.0)(typescript@5.5.4)
- eslint: 9.8.0
+ '@typescript-eslint/types': 8.1.0
+ '@typescript-eslint/utils': 8.1.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4)
+ eslint: 9.9.0(jiti@1.21.6)
minimatch: 10.0.1
natural-compare-lite: 1.4.0
optionalDependencies:
- vue-eslint-parser: 9.4.3(eslint@9.8.0)
+ vue-eslint-parser: 9.4.3(eslint@9.9.0(jiti@1.21.6))
transitivePeerDependencies:
- supports-color
- typescript
- eslint-plugin-regexp@2.6.0(eslint@9.8.0):
+ eslint-plugin-regexp@2.6.0(eslint@9.9.0(jiti@1.21.6)):
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@9.8.0)
+ '@eslint-community/eslint-utils': 4.4.0(eslint@9.9.0(jiti@1.21.6))
'@eslint-community/regexpp': 4.11.0
comment-parser: 1.4.1
- eslint: 9.8.0
- jsdoc-type-pratt-parser: 4.0.0
+ eslint: 9.9.0(jiti@1.21.6)
+ jsdoc-type-pratt-parser: 4.1.0
refa: 0.12.1
regexp-ast-analysis: 0.7.1
scslre: 0.3.0
- eslint-plugin-toml@0.11.1(eslint@9.8.0):
+ eslint-plugin-toml@0.11.1(eslint@9.9.0(jiti@1.21.6)):
dependencies:
debug: 4.3.6
- eslint: 9.8.0
- eslint-compat-utils: 0.5.1(eslint@9.8.0)
+ eslint: 9.9.0(jiti@1.21.6)
+ eslint-compat-utils: 0.5.1(eslint@9.9.0(jiti@1.21.6))
lodash: 4.17.21
toml-eslint-parser: 0.10.0
transitivePeerDependencies:
- supports-color
- eslint-plugin-unicorn@55.0.0(eslint@9.8.0):
+ eslint-plugin-unicorn@55.0.0(eslint@9.9.0(jiti@1.21.6)):
dependencies:
'@babel/helper-validator-identifier': 7.24.7
- '@eslint-community/eslint-utils': 4.4.0(eslint@9.8.0)
+ '@eslint-community/eslint-utils': 4.4.0(eslint@9.9.0(jiti@1.21.6))
ci-info: 4.0.0
clean-regexp: 1.0.0
- core-js-compat: 3.37.1
- eslint: 9.8.0
+ core-js-compat: 3.38.0
+ eslint: 9.9.0(jiti@1.21.6)
esquery: 1.6.0
- globals: 15.8.0
+ globals: 15.9.0
indent-string: 4.0.0
is-builtin-module: 3.2.1
jsesc: 3.0.2
@@ -8350,54 +8299,41 @@ snapshots:
semver: 7.6.3
strip-indent: 3.0.0
- eslint-plugin-unused-imports@4.0.1(@typescript-eslint/eslint-plugin@8.0.0-alpha.40(@typescript-eslint/parser@8.0.0-alpha.40(eslint@9.8.0)(typescript@5.5.4))(eslint@9.8.0)(typescript@5.5.4))(eslint@9.8.0):
+ eslint-plugin-unused-imports@4.1.3(@typescript-eslint/eslint-plugin@8.1.0(@typescript-eslint/parser@8.1.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4))(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4))(eslint@9.9.0(jiti@1.21.6)):
dependencies:
- eslint: 9.8.0
- eslint-rule-composer: 0.3.0
+ eslint: 9.9.0(jiti@1.21.6)
optionalDependencies:
- '@typescript-eslint/eslint-plugin': 8.0.0-alpha.40(@typescript-eslint/parser@8.0.0-alpha.40(eslint@9.8.0)(typescript@5.5.4))(eslint@9.8.0)(typescript@5.5.4)
+ '@typescript-eslint/eslint-plugin': 8.1.0(@typescript-eslint/parser@8.1.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4))(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4)
- eslint-plugin-vitest@0.5.4(@typescript-eslint/eslint-plugin@8.0.0-alpha.40(@typescript-eslint/parser@8.0.0-alpha.40(eslint@9.8.0)(typescript@5.5.4))(eslint@9.8.0)(typescript@5.5.4))(eslint@9.8.0)(typescript@5.5.4):
+ eslint-plugin-vue@9.27.0(eslint@9.9.0(jiti@1.21.6)):
dependencies:
- '@typescript-eslint/utils': 7.18.0(eslint@9.8.0)(typescript@5.5.4)
- eslint: 9.8.0
- optionalDependencies:
- '@typescript-eslint/eslint-plugin': 8.0.0-alpha.40(@typescript-eslint/parser@8.0.0-alpha.40(eslint@9.8.0)(typescript@5.5.4))(eslint@9.8.0)(typescript@5.5.4)
- transitivePeerDependencies:
- - supports-color
- - typescript
-
- eslint-plugin-vue@9.27.0(eslint@9.8.0):
- dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@9.8.0)
- eslint: 9.8.0
+ '@eslint-community/eslint-utils': 4.4.0(eslint@9.9.0(jiti@1.21.6))
+ eslint: 9.9.0(jiti@1.21.6)
globals: 13.24.0
natural-compare: 1.4.0
nth-check: 2.1.1
- postcss-selector-parser: 6.1.1
+ postcss-selector-parser: 6.1.2
semver: 7.6.3
- vue-eslint-parser: 9.4.3(eslint@9.8.0)
+ vue-eslint-parser: 9.4.3(eslint@9.9.0(jiti@1.21.6))
xml-name-validator: 4.0.0
transitivePeerDependencies:
- supports-color
- eslint-plugin-yml@1.14.0(eslint@9.8.0):
+ eslint-plugin-yml@1.14.0(eslint@9.9.0(jiti@1.21.6)):
dependencies:
debug: 4.3.6
- eslint: 9.8.0
- eslint-compat-utils: 0.5.1(eslint@9.8.0)
+ eslint: 9.9.0(jiti@1.21.6)
+ eslint-compat-utils: 0.5.1(eslint@9.9.0(jiti@1.21.6))
lodash: 4.17.21
natural-compare: 1.4.0
yaml-eslint-parser: 1.2.3
transitivePeerDependencies:
- supports-color
- eslint-processor-vue-blocks@0.1.2(@vue/compiler-sfc@3.4.35)(eslint@9.8.0):
+ eslint-processor-vue-blocks@0.1.2(@vue/compiler-sfc@3.4.38)(eslint@9.9.0(jiti@1.21.6)):
dependencies:
- '@vue/compiler-sfc': 3.4.35
- eslint: 9.8.0
-
- eslint-rule-composer@0.3.0: {}
+ '@vue/compiler-sfc': 3.4.38
+ eslint: 9.9.0(jiti@1.21.6)
eslint-scope@7.2.2:
dependencies:
@@ -8413,13 +8349,13 @@ snapshots:
eslint-visitor-keys@4.0.0: {}
- eslint@9.8.0:
+ eslint@9.9.0(jiti@1.21.6):
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@9.8.0)
+ '@eslint-community/eslint-utils': 4.4.0(eslint@9.9.0(jiti@1.21.6))
'@eslint-community/regexpp': 4.11.0
'@eslint/config-array': 0.17.1
'@eslint/eslintrc': 3.1.0
- '@eslint/js': 9.8.0
+ '@eslint/js': 9.9.0
'@humanwhocodes/module-importer': 1.0.1
'@humanwhocodes/retry': 0.3.0
'@nodelib/fs.walk': 1.2.8
@@ -8437,7 +8373,7 @@ snapshots:
file-entry-cache: 8.0.0
find-up: 5.0.0
glob-parent: 6.0.2
- ignore: 5.3.1
+ ignore: 5.3.2
imurmurhash: 0.1.4
is-glob: 4.0.3
is-path-inside: 3.0.3
@@ -8449,6 +8385,8 @@ snapshots:
optionator: 0.9.4
strip-ansi: 6.0.1
text-table: 0.2.0
+ optionalDependencies:
+ jiti: 1.21.6
transitivePeerDependencies:
- supports-color
@@ -8586,7 +8524,7 @@ snapshots:
flatted@3.3.1: {}
- foreground-child@3.2.1:
+ foreground-child@3.3.0:
dependencies:
cross-spawn: 7.0.3
signal-exit: 4.1.0
@@ -8686,7 +8624,7 @@ snapshots:
glob@10.4.5:
dependencies:
- foreground-child: 3.2.1
+ foreground-child: 3.3.0
jackspeak: 3.4.3
minimatch: 9.0.5
minipass: 7.1.2
@@ -8722,14 +8660,14 @@ snapshots:
globals@14.0.0: {}
- globals@15.8.0: {}
+ globals@15.9.0: {}
globby@11.1.0:
dependencies:
array-union: 2.1.0
dir-glob: 3.0.1
fast-glob: 3.3.2
- ignore: 5.3.1
+ ignore: 5.3.2
merge2: 1.4.1
slash: 3.0.0
@@ -8737,7 +8675,7 @@ snapshots:
dependencies:
'@sindresorhus/merge-streams': 2.3.0
fast-glob: 3.3.2
- ignore: 5.3.1
+ ignore: 5.3.2
path-type: 5.0.0
slash: 5.1.0
unicorn-magic: 0.1.0
@@ -8850,7 +8788,7 @@ snapshots:
ieee754@1.2.1: {}
- ignore@5.3.1: {}
+ ignore@5.3.2: {}
image-meta@0.2.1: {}
@@ -8998,6 +8936,8 @@ snapshots:
jsdoc-type-pratt-parser@4.0.0: {}
+ jsdoc-type-pratt-parser@4.1.0: {}
+
jsesc@0.5.0: {}
jsesc@2.5.2: {}
@@ -9093,7 +9033,7 @@ snapshots:
kolorist@1.8.0: {}
- launch-editor@2.8.0:
+ launch-editor@2.8.1:
dependencies:
picocolors: 1.0.1
shell-quote: 1.8.1
@@ -9249,7 +9189,7 @@ snapshots:
mini-svg-data-uri@1.4.4: {}
- miniflare@3.20240718.1:
+ miniflare@3.20240806.1:
dependencies:
'@cspotcode/source-map-support': 0.8.1
acorn: 8.12.1
@@ -9259,7 +9199,7 @@ snapshots:
glob-to-regexp: 0.4.1
stoppable: 1.1.0
undici: 5.28.4
- workerd: 1.20240718.0
+ workerd: 1.20240806.0
ws: 8.18.0
youch: 3.3.3
zod: 3.23.8
@@ -9350,19 +9290,19 @@ snapshots:
mlly: 1.7.1
pkg-types: 1.1.3
- nitropack@2.9.7(drizzle-orm@0.32.1(@cloudflare/workers-types@4.20240725.0))(magicast@0.3.4):
+ nitropack@2.9.7(drizzle-orm@0.32.2(@cloudflare/workers-types@4.20240815.0))(magicast@0.3.4):
dependencies:
'@cloudflare/kv-asset-handler': 0.3.4
'@netlify/functions': 2.8.1
- '@rollup/plugin-alias': 5.1.0(rollup@4.19.1)
- '@rollup/plugin-commonjs': 25.0.8(rollup@4.19.1)
- '@rollup/plugin-inject': 5.0.5(rollup@4.19.1)
- '@rollup/plugin-json': 6.1.0(rollup@4.19.1)
- '@rollup/plugin-node-resolve': 15.2.3(rollup@4.19.1)
- '@rollup/plugin-replace': 5.0.7(rollup@4.19.1)
- '@rollup/plugin-terser': 0.4.4(rollup@4.19.1)
- '@rollup/pluginutils': 5.1.0(rollup@4.19.1)
- '@types/http-proxy': 1.17.14
+ '@rollup/plugin-alias': 5.1.0(rollup@4.20.0)
+ '@rollup/plugin-commonjs': 25.0.8(rollup@4.20.0)
+ '@rollup/plugin-inject': 5.0.5(rollup@4.20.0)
+ '@rollup/plugin-json': 6.1.0(rollup@4.20.0)
+ '@rollup/plugin-node-resolve': 15.2.3(rollup@4.20.0)
+ '@rollup/plugin-replace': 5.0.7(rollup@4.20.0)
+ '@rollup/plugin-terser': 0.4.4(rollup@4.20.0)
+ '@rollup/pluginutils': 5.1.0(rollup@4.20.0)
+ '@types/http-proxy': 1.17.15
'@vercel/nft': 0.26.5
archiver: 7.0.1
c12: 1.11.1(magicast@0.3.4)
@@ -9371,9 +9311,9 @@ snapshots:
citty: 0.1.6
consola: 3.2.3
cookie-es: 1.2.2
- croner: 8.1.0
+ croner: 8.1.1
crossws: 0.2.4
- db0: 0.1.4(drizzle-orm@0.32.1(@cloudflare/workers-types@4.20240725.0))
+ db0: 0.1.4(drizzle-orm@0.32.2(@cloudflare/workers-types@4.20240815.0))
defu: 6.1.4
destr: 2.0.3
dot-prop: 8.0.2
@@ -9404,8 +9344,8 @@ snapshots:
pkg-types: 1.1.3
pretty-bytes: 6.1.1
radix3: 1.1.2
- rollup: 4.19.1
- rollup-plugin-visualizer: 5.12.0(rollup@4.19.1)
+ rollup: 4.20.0
+ rollup-plugin-visualizer: 5.12.0(rollup@4.20.0)
scule: 1.3.0
semver: 7.6.3
serve-placeholder: 2.0.2
@@ -9415,7 +9355,7 @@ snapshots:
uncrypto: 0.1.3
unctx: 2.3.1
unenv: 1.10.0
- unimport: 3.9.1(rollup@4.19.1)
+ unimport: 3.10.0(rollup@4.20.0)
unstorage: 1.10.2(ioredis@5.4.1)
unwasm: 0.3.9
transitivePeerDependencies:
@@ -9491,18 +9431,18 @@ snapshots:
optionalDependencies:
fsevents: 2.3.3
- nuxt@3.12.4(@parcel/watcher@2.4.1)(@types/node@22.0.0)(drizzle-orm@0.32.1(@cloudflare/workers-types@4.20240725.0))(eslint@9.8.0)(ioredis@5.4.1)(magicast@0.3.4)(optionator@0.9.4)(rollup@4.19.1)(terser@5.31.3)(typescript@5.5.4)(vite@5.3.5(@types/node@22.0.0)(terser@5.31.3))(vue-tsc@2.0.29(typescript@5.5.4)):
+ nuxt@3.12.4(@parcel/watcher@2.4.1)(@types/node@22.3.0)(drizzle-orm@0.32.2(@cloudflare/workers-types@4.20240815.0))(eslint@9.9.0(jiti@1.21.6))(ioredis@5.4.1)(magicast@0.3.4)(optionator@0.9.4)(rollup@4.20.0)(terser@5.31.6)(typescript@5.5.4)(vite@5.4.1(@types/node@22.3.0)(terser@5.31.6))(vue-tsc@2.0.29(typescript@5.5.4)):
dependencies:
'@nuxt/devalue': 2.0.2
- '@nuxt/devtools': 1.3.9(rollup@4.19.1)(vite@5.3.5(@types/node@22.0.0)(terser@5.31.3))
- '@nuxt/kit': 3.12.4(magicast@0.3.4)(rollup@4.19.1)
- '@nuxt/schema': 3.12.4(rollup@4.19.1)
- '@nuxt/telemetry': 2.5.4(magicast@0.3.4)(rollup@4.19.1)
- '@nuxt/vite-builder': 3.12.4(@types/node@22.0.0)(eslint@9.8.0)(magicast@0.3.4)(optionator@0.9.4)(rollup@4.19.1)(terser@5.31.3)(typescript@5.5.4)(vue-tsc@2.0.29(typescript@5.5.4))(vue@3.4.35(typescript@5.5.4))
+ '@nuxt/devtools': 1.3.9(rollup@4.20.0)(vite@5.4.1(@types/node@22.3.0)(terser@5.31.6))
+ '@nuxt/kit': 3.12.4(magicast@0.3.4)(rollup@4.20.0)
+ '@nuxt/schema': 3.12.4(rollup@4.20.0)
+ '@nuxt/telemetry': 2.5.4(magicast@0.3.4)(rollup@4.20.0)
+ '@nuxt/vite-builder': 3.12.4(@types/node@22.3.0)(eslint@9.9.0(jiti@1.21.6))(magicast@0.3.4)(optionator@0.9.4)(rollup@4.20.0)(terser@5.31.6)(typescript@5.5.4)(vue-tsc@2.0.29(typescript@5.5.4))(vue@3.4.38(typescript@5.5.4))
'@unhead/dom': 1.9.16
'@unhead/ssr': 1.9.16
- '@unhead/vue': 1.9.16(vue@3.4.35(typescript@5.5.4))
- '@vue/shared': 3.4.35
+ '@unhead/vue': 1.9.16(vue@3.4.38(typescript@5.5.4))
+ '@vue/shared': 3.4.38
acorn: 8.12.1
c12: 1.11.1(magicast@0.3.4)
chokidar: 3.6.0
@@ -9519,13 +9459,13 @@ snapshots:
globby: 14.0.2
h3: 1.12.0
hookable: 5.5.3
- ignore: 5.3.1
+ ignore: 5.3.2
jiti: 1.21.6
klona: 2.0.6
knitwork: 1.1.0
magic-string: 0.30.11
mlly: 1.7.1
- nitropack: 2.9.7(drizzle-orm@0.32.1(@cloudflare/workers-types@4.20240725.0))(magicast@0.3.4)
+ nitropack: 2.9.7(drizzle-orm@0.32.2(@cloudflare/workers-types@4.20240815.0))(magicast@0.3.4)
nuxi: 3.12.0
nypm: 0.3.9
ofetch: 1.3.4
@@ -9543,18 +9483,18 @@ snapshots:
uncrypto: 0.1.3
unctx: 2.3.1
unenv: 1.10.0
- unimport: 3.9.1(rollup@4.19.1)
- unplugin: 1.12.0
- unplugin-vue-router: 0.10.2(rollup@4.19.1)(vue-router@4.4.0(vue@3.4.35(typescript@5.5.4)))(vue@3.4.35(typescript@5.5.4))
+ unimport: 3.10.0(rollup@4.20.0)
+ unplugin: 1.12.2
+ unplugin-vue-router: 0.10.6(rollup@4.20.0)(vue-router@4.4.3(vue@3.4.38(typescript@5.5.4)))(vue@3.4.38(typescript@5.5.4))
unstorage: 1.10.2(ioredis@5.4.1)
untyped: 1.4.2
- vue: 3.4.35(typescript@5.5.4)
+ vue: 3.4.38(typescript@5.5.4)
vue-bundle-renderer: 2.1.0
vue-devtools-stub: 0.1.0
- vue-router: 4.4.0(vue@3.4.35(typescript@5.5.4))
+ vue-router: 4.4.3(vue@3.4.38(typescript@5.5.4))
optionalDependencies:
'@parcel/watcher': 2.4.1
- '@types/node': 22.0.0
+ '@types/node': 22.3.0
transitivePeerDependencies:
- '@azure/app-configuration'
- '@azure/cosmos'
@@ -9583,6 +9523,7 @@ snapshots:
- optionator
- rollup
- sass
+ - sass-embedded
- stylelint
- stylus
- sugarss
@@ -9787,173 +9728,173 @@ snapshots:
transitivePeerDependencies:
- supports-color
- postcss-calc@10.0.0(postcss@8.4.40):
+ postcss-calc@10.0.1(postcss@8.4.41):
dependencies:
- postcss: 8.4.40
- postcss-selector-parser: 6.1.1
+ postcss: 8.4.41
+ postcss-selector-parser: 6.1.2
postcss-value-parser: 4.2.0
- postcss-colormin@7.0.1(postcss@8.4.40):
+ postcss-colormin@7.0.2(postcss@8.4.41):
dependencies:
- browserslist: 4.23.2
+ browserslist: 4.23.3
caniuse-api: 3.0.0
colord: 2.9.3
- postcss: 8.4.40
+ postcss: 8.4.41
postcss-value-parser: 4.2.0
- postcss-convert-values@7.0.2(postcss@8.4.40):
+ postcss-convert-values@7.0.3(postcss@8.4.41):
dependencies:
- browserslist: 4.23.2
- postcss: 8.4.40
+ browserslist: 4.23.3
+ postcss: 8.4.41
postcss-value-parser: 4.2.0
- postcss-discard-comments@7.0.1(postcss@8.4.40):
+ postcss-discard-comments@7.0.2(postcss@8.4.41):
dependencies:
- postcss: 8.4.40
- postcss-selector-parser: 6.1.1
+ postcss: 8.4.41
+ postcss-selector-parser: 6.1.2
- postcss-discard-duplicates@7.0.0(postcss@8.4.40):
+ postcss-discard-duplicates@7.0.1(postcss@8.4.41):
dependencies:
- postcss: 8.4.40
+ postcss: 8.4.41
- postcss-discard-empty@7.0.0(postcss@8.4.40):
+ postcss-discard-empty@7.0.0(postcss@8.4.41):
dependencies:
- postcss: 8.4.40
+ postcss: 8.4.41
- postcss-discard-overridden@7.0.0(postcss@8.4.40):
+ postcss-discard-overridden@7.0.0(postcss@8.4.41):
dependencies:
- postcss: 8.4.40
+ postcss: 8.4.41
- postcss-import@15.1.0(postcss@8.4.40):
+ postcss-import@15.1.0(postcss@8.4.41):
dependencies:
- postcss: 8.4.40
+ postcss: 8.4.41
postcss-value-parser: 4.2.0
read-cache: 1.0.0
resolve: 1.22.8
- postcss-js@4.0.1(postcss@8.4.40):
+ postcss-js@4.0.1(postcss@8.4.41):
dependencies:
camelcase-css: 2.0.1
- postcss: 8.4.40
+ postcss: 8.4.41
- postcss-load-config@4.0.2(postcss@8.4.40):
+ postcss-load-config@4.0.2(postcss@8.4.41):
dependencies:
lilconfig: 3.1.2
yaml: 2.5.0
optionalDependencies:
- postcss: 8.4.40
+ postcss: 8.4.41
- postcss-merge-longhand@7.0.2(postcss@8.4.40):
+ postcss-merge-longhand@7.0.3(postcss@8.4.41):
dependencies:
- postcss: 8.4.40
+ postcss: 8.4.41
postcss-value-parser: 4.2.0
- stylehacks: 7.0.2(postcss@8.4.40)
+ stylehacks: 7.0.3(postcss@8.4.41)
- postcss-merge-rules@7.0.2(postcss@8.4.40):
+ postcss-merge-rules@7.0.3(postcss@8.4.41):
dependencies:
- browserslist: 4.23.2
+ browserslist: 4.23.3
caniuse-api: 3.0.0
- cssnano-utils: 5.0.0(postcss@8.4.40)
- postcss: 8.4.40
- postcss-selector-parser: 6.1.1
+ cssnano-utils: 5.0.0(postcss@8.4.41)
+ postcss: 8.4.41
+ postcss-selector-parser: 6.1.2
- postcss-minify-font-values@7.0.0(postcss@8.4.40):
+ postcss-minify-font-values@7.0.0(postcss@8.4.41):
dependencies:
- postcss: 8.4.40
+ postcss: 8.4.41
postcss-value-parser: 4.2.0
- postcss-minify-gradients@7.0.0(postcss@8.4.40):
+ postcss-minify-gradients@7.0.0(postcss@8.4.41):
dependencies:
colord: 2.9.3
- cssnano-utils: 5.0.0(postcss@8.4.40)
- postcss: 8.4.40
+ cssnano-utils: 5.0.0(postcss@8.4.41)
+ postcss: 8.4.41
postcss-value-parser: 4.2.0
- postcss-minify-params@7.0.1(postcss@8.4.40):
+ postcss-minify-params@7.0.2(postcss@8.4.41):
dependencies:
- browserslist: 4.23.2
- cssnano-utils: 5.0.0(postcss@8.4.40)
- postcss: 8.4.40
+ browserslist: 4.23.3
+ cssnano-utils: 5.0.0(postcss@8.4.41)
+ postcss: 8.4.41
postcss-value-parser: 4.2.0
- postcss-minify-selectors@7.0.2(postcss@8.4.40):
+ postcss-minify-selectors@7.0.3(postcss@8.4.41):
dependencies:
cssesc: 3.0.0
- postcss: 8.4.40
- postcss-selector-parser: 6.1.1
+ postcss: 8.4.41
+ postcss-selector-parser: 6.1.2
- postcss-nested@6.2.0(postcss@8.4.40):
+ postcss-nested@6.2.0(postcss@8.4.41):
dependencies:
- postcss: 8.4.40
- postcss-selector-parser: 6.1.1
+ postcss: 8.4.41
+ postcss-selector-parser: 6.1.2
- postcss-nesting@12.1.5(postcss@8.4.40):
+ postcss-nesting@12.1.5(postcss@8.4.41):
dependencies:
- '@csstools/selector-resolve-nested': 1.1.0(postcss-selector-parser@6.1.1)
- '@csstools/selector-specificity': 3.1.1(postcss-selector-parser@6.1.1)
- postcss: 8.4.40
- postcss-selector-parser: 6.1.1
+ '@csstools/selector-resolve-nested': 1.1.0(postcss-selector-parser@6.1.2)
+ '@csstools/selector-specificity': 3.1.1(postcss-selector-parser@6.1.2)
+ postcss: 8.4.41
+ postcss-selector-parser: 6.1.2
- postcss-normalize-charset@7.0.0(postcss@8.4.40):
+ postcss-normalize-charset@7.0.0(postcss@8.4.41):
dependencies:
- postcss: 8.4.40
+ postcss: 8.4.41
- postcss-normalize-display-values@7.0.0(postcss@8.4.40):
+ postcss-normalize-display-values@7.0.0(postcss@8.4.41):
dependencies:
- postcss: 8.4.40
+ postcss: 8.4.41
postcss-value-parser: 4.2.0
- postcss-normalize-positions@7.0.0(postcss@8.4.40):
+ postcss-normalize-positions@7.0.0(postcss@8.4.41):
dependencies:
- postcss: 8.4.40
+ postcss: 8.4.41
postcss-value-parser: 4.2.0
- postcss-normalize-repeat-style@7.0.0(postcss@8.4.40):
+ postcss-normalize-repeat-style@7.0.0(postcss@8.4.41):
dependencies:
- postcss: 8.4.40
+ postcss: 8.4.41
postcss-value-parser: 4.2.0
- postcss-normalize-string@7.0.0(postcss@8.4.40):
+ postcss-normalize-string@7.0.0(postcss@8.4.41):
dependencies:
- postcss: 8.4.40
+ postcss: 8.4.41
postcss-value-parser: 4.2.0
- postcss-normalize-timing-functions@7.0.0(postcss@8.4.40):
+ postcss-normalize-timing-functions@7.0.0(postcss@8.4.41):
dependencies:
- postcss: 8.4.40
+ postcss: 8.4.41
postcss-value-parser: 4.2.0
- postcss-normalize-unicode@7.0.1(postcss@8.4.40):
+ postcss-normalize-unicode@7.0.2(postcss@8.4.41):
dependencies:
- browserslist: 4.23.2
- postcss: 8.4.40
+ browserslist: 4.23.3
+ postcss: 8.4.41
postcss-value-parser: 4.2.0
- postcss-normalize-url@7.0.0(postcss@8.4.40):
+ postcss-normalize-url@7.0.0(postcss@8.4.41):
dependencies:
- postcss: 8.4.40
+ postcss: 8.4.41
postcss-value-parser: 4.2.0
- postcss-normalize-whitespace@7.0.0(postcss@8.4.40):
+ postcss-normalize-whitespace@7.0.0(postcss@8.4.41):
dependencies:
- postcss: 8.4.40
+ postcss: 8.4.41
postcss-value-parser: 4.2.0
- postcss-ordered-values@7.0.1(postcss@8.4.40):
+ postcss-ordered-values@7.0.1(postcss@8.4.41):
dependencies:
- cssnano-utils: 5.0.0(postcss@8.4.40)
- postcss: 8.4.40
+ cssnano-utils: 5.0.0(postcss@8.4.41)
+ postcss: 8.4.41
postcss-value-parser: 4.2.0
- postcss-reduce-initial@7.0.1(postcss@8.4.40):
+ postcss-reduce-initial@7.0.2(postcss@8.4.41):
dependencies:
- browserslist: 4.23.2
+ browserslist: 4.23.3
caniuse-api: 3.0.0
- postcss: 8.4.40
+ postcss: 8.4.41
- postcss-reduce-transforms@7.0.0(postcss@8.4.40):
+ postcss-reduce-transforms@7.0.0(postcss@8.4.41):
dependencies:
- postcss: 8.4.40
+ postcss: 8.4.41
postcss-value-parser: 4.2.0
postcss-selector-parser@6.0.10:
@@ -9961,25 +9902,25 @@ snapshots:
cssesc: 3.0.0
util-deprecate: 1.0.2
- postcss-selector-parser@6.1.1:
+ postcss-selector-parser@6.1.2:
dependencies:
cssesc: 3.0.0
util-deprecate: 1.0.2
- postcss-svgo@7.0.1(postcss@8.4.40):
+ postcss-svgo@7.0.1(postcss@8.4.41):
dependencies:
- postcss: 8.4.40
+ postcss: 8.4.41
postcss-value-parser: 4.2.0
svgo: 3.3.2
- postcss-unique-selectors@7.0.1(postcss@8.4.40):
+ postcss-unique-selectors@7.0.2(postcss@8.4.41):
dependencies:
- postcss: 8.4.40
- postcss-selector-parser: 6.1.1
+ postcss: 8.4.41
+ postcss-selector-parser: 6.1.2
postcss-value-parser@4.2.0: {}
- postcss@8.4.40:
+ postcss@8.4.41:
dependencies:
nanoid: 3.3.7
picocolors: 1.0.1
@@ -10136,39 +10077,39 @@ snapshots:
dependencies:
rollup-plugin-inject: 3.0.2
- rollup-plugin-visualizer@5.12.0(rollup@4.19.1):
+ rollup-plugin-visualizer@5.12.0(rollup@4.20.0):
dependencies:
open: 8.4.2
picomatch: 2.3.1
source-map: 0.7.4
yargs: 17.7.2
optionalDependencies:
- rollup: 4.19.1
+ rollup: 4.20.0
rollup-pluginutils@2.8.2:
dependencies:
estree-walker: 0.6.1
- rollup@4.19.1:
+ rollup@4.20.0:
dependencies:
'@types/estree': 1.0.5
optionalDependencies:
- '@rollup/rollup-android-arm-eabi': 4.19.1
- '@rollup/rollup-android-arm64': 4.19.1
- '@rollup/rollup-darwin-arm64': 4.19.1
- '@rollup/rollup-darwin-x64': 4.19.1
- '@rollup/rollup-linux-arm-gnueabihf': 4.19.1
- '@rollup/rollup-linux-arm-musleabihf': 4.19.1
- '@rollup/rollup-linux-arm64-gnu': 4.19.1
- '@rollup/rollup-linux-arm64-musl': 4.19.1
- '@rollup/rollup-linux-powerpc64le-gnu': 4.19.1
- '@rollup/rollup-linux-riscv64-gnu': 4.19.1
- '@rollup/rollup-linux-s390x-gnu': 4.19.1
- '@rollup/rollup-linux-x64-gnu': 4.19.1
- '@rollup/rollup-linux-x64-musl': 4.19.1
- '@rollup/rollup-win32-arm64-msvc': 4.19.1
- '@rollup/rollup-win32-ia32-msvc': 4.19.1
- '@rollup/rollup-win32-x64-msvc': 4.19.1
+ '@rollup/rollup-android-arm-eabi': 4.20.0
+ '@rollup/rollup-android-arm64': 4.20.0
+ '@rollup/rollup-darwin-arm64': 4.20.0
+ '@rollup/rollup-darwin-x64': 4.20.0
+ '@rollup/rollup-linux-arm-gnueabihf': 4.20.0
+ '@rollup/rollup-linux-arm-musleabihf': 4.20.0
+ '@rollup/rollup-linux-arm64-gnu': 4.20.0
+ '@rollup/rollup-linux-arm64-musl': 4.20.0
+ '@rollup/rollup-linux-powerpc64le-gnu': 4.20.0
+ '@rollup/rollup-linux-riscv64-gnu': 4.20.0
+ '@rollup/rollup-linux-s390x-gnu': 4.20.0
+ '@rollup/rollup-linux-x64-gnu': 4.20.0
+ '@rollup/rollup-linux-x64-musl': 4.20.0
+ '@rollup/rollup-win32-arm64-msvc': 4.20.0
+ '@rollup/rollup-win32-ia32-msvc': 4.20.0
+ '@rollup/rollup-win32-x64-msvc': 4.20.0
fsevents: 2.3.3
run-applescript@7.0.0: {}
@@ -10382,11 +10323,11 @@ snapshots:
dependencies:
js-tokens: 9.0.0
- stylehacks@7.0.2(postcss@8.4.40):
+ stylehacks@7.0.3(postcss@8.4.41):
dependencies:
- browserslist: 4.23.2
- postcss: 8.4.40
- postcss-selector-parser: 6.1.1
+ browserslist: 4.23.3
+ postcss: 8.4.41
+ postcss-selector-parser: 6.1.2
sucrase@3.35.0:
dependencies:
@@ -10437,7 +10378,7 @@ snapshots:
system-architecture@0.1.0: {}
- tailwind-config-viewer@2.0.4(tailwindcss@3.4.7):
+ tailwind-config-viewer@2.0.4(tailwindcss@3.4.10):
dependencies:
'@koa/router': 12.0.1
commander: 6.2.1
@@ -10447,13 +10388,13 @@ snapshots:
open: 7.4.2
portfinder: 1.0.32
replace-in-file: 6.3.5
- tailwindcss: 3.4.7
+ tailwindcss: 3.4.10
transitivePeerDependencies:
- supports-color
- tailwind-merge@2.4.0: {}
+ tailwind-merge@2.5.2: {}
- tailwindcss@3.4.7:
+ tailwindcss@3.4.10:
dependencies:
'@alloc/quick-lru': 5.2.0
arg: 5.0.2
@@ -10469,12 +10410,12 @@ snapshots:
normalize-path: 3.0.0
object-hash: 3.0.0
picocolors: 1.0.1
- postcss: 8.4.40
- postcss-import: 15.1.0(postcss@8.4.40)
- postcss-js: 4.0.1(postcss@8.4.40)
- postcss-load-config: 4.0.2(postcss@8.4.40)
- postcss-nested: 6.2.0(postcss@8.4.40)
- postcss-selector-parser: 6.1.1
+ postcss: 8.4.41
+ postcss-import: 15.1.0(postcss@8.4.41)
+ postcss-js: 4.0.1(postcss@8.4.41)
+ postcss-load-config: 4.0.2(postcss@8.4.41)
+ postcss-nested: 6.2.0(postcss@8.4.41)
+ postcss-selector-parser: 6.1.2
resolve: 1.22.8
sucrase: 3.35.0
transitivePeerDependencies:
@@ -10497,7 +10438,7 @@ snapshots:
mkdirp: 1.0.4
yallist: 4.0.0
- terser@5.31.3:
+ terser@5.31.6:
dependencies:
'@jridgewell/source-map': 0.3.6
acorn: 8.12.1
@@ -10582,9 +10523,9 @@ snapshots:
acorn: 8.12.1
estree-walker: 3.0.3
magic-string: 0.30.11
- unplugin: 1.12.0
+ unplugin: 1.12.2
- undici-types@6.11.1: {}
+ undici-types@6.18.2: {}
undici@5.28.4:
dependencies:
@@ -10616,9 +10557,9 @@ snapshots:
unicorn-magic@0.1.0: {}
- unimport@3.9.1(rollup@4.19.1):
+ unimport@3.10.0(rollup@4.20.0):
dependencies:
- '@rollup/pluginutils': 5.1.0(rollup@4.19.1)
+ '@rollup/pluginutils': 5.1.0(rollup@4.20.0)
acorn: 8.12.1
escape-string-regexp: 5.0.0
estree-walker: 3.0.3
@@ -10630,38 +10571,39 @@ snapshots:
pkg-types: 1.1.3
scule: 1.3.0
strip-literal: 2.1.0
- unplugin: 1.12.0
+ unplugin: 1.12.2
transitivePeerDependencies:
- rollup
unist-util-stringify-position@2.0.3:
dependencies:
- '@types/unist': 2.0.10
+ '@types/unist': 2.0.11
universalify@2.0.1: {}
- unplugin-vue-router@0.10.2(rollup@4.19.1)(vue-router@4.4.0(vue@3.4.35(typescript@5.5.4)))(vue@3.4.35(typescript@5.5.4)):
+ unplugin-vue-router@0.10.6(rollup@4.20.0)(vue-router@4.4.3(vue@3.4.38(typescript@5.5.4)))(vue@3.4.38(typescript@5.5.4)):
dependencies:
'@babel/types': 7.25.2
- '@rollup/pluginutils': 5.1.0(rollup@4.19.1)
- '@vue-macros/common': 1.11.0(rollup@4.19.1)(vue@3.4.35(typescript@5.5.4))
- ast-walker-scope: 0.6.1
+ '@rollup/pluginutils': 5.1.0(rollup@4.20.0)
+ '@vue-macros/common': 1.12.2(rollup@4.20.0)(vue@3.4.38(typescript@5.5.4))
+ ast-walker-scope: 0.6.2
chokidar: 3.6.0
fast-glob: 3.3.2
json5: 2.2.3
local-pkg: 0.5.0
+ magic-string: 0.30.11
mlly: 1.7.1
pathe: 1.1.2
scule: 1.3.0
- unplugin: 1.12.0
+ unplugin: 1.12.2
yaml: 2.5.0
optionalDependencies:
- vue-router: 4.4.0(vue@3.4.35(typescript@5.5.4))
+ vue-router: 4.4.3(vue@3.4.38(typescript@5.5.4))
transitivePeerDependencies:
- rollup
- vue
- unplugin@1.12.0:
+ unplugin@1.12.2:
dependencies:
acorn: 8.12.1
chokidar: 3.6.0
@@ -10710,11 +10652,11 @@ snapshots:
mlly: 1.7.1
pathe: 1.1.2
pkg-types: 1.1.3
- unplugin: 1.12.0
+ unplugin: 1.12.2
- update-browserslist-db@1.1.0(browserslist@4.23.2):
+ update-browserslist-db@1.1.0(browserslist@4.23.3):
dependencies:
- browserslist: 4.23.2
+ browserslist: 4.23.3
escalade: 3.1.2
picocolors: 1.0.1
@@ -10735,28 +10677,29 @@ snapshots:
vary@1.1.2: {}
- vite-hot-client@0.2.3(vite@5.3.5(@types/node@22.0.0)(terser@5.31.3)):
+ vite-hot-client@0.2.3(vite@5.4.1(@types/node@22.3.0)(terser@5.31.6)):
dependencies:
- vite: 5.3.5(@types/node@22.0.0)(terser@5.31.3)
+ vite: 5.4.1(@types/node@22.3.0)(terser@5.31.6)
- vite-node@2.0.5(@types/node@22.0.0)(terser@5.31.3):
+ vite-node@2.0.5(@types/node@22.3.0)(terser@5.31.6):
dependencies:
cac: 6.7.14
debug: 4.3.6
pathe: 1.1.2
tinyrainbow: 1.2.0
- vite: 5.3.5(@types/node@22.0.0)(terser@5.31.3)
+ vite: 5.4.1(@types/node@22.3.0)(terser@5.31.6)
transitivePeerDependencies:
- '@types/node'
- less
- lightningcss
- sass
+ - sass-embedded
- stylus
- sugarss
- supports-color
- terser
- vite-plugin-checker@0.7.2(eslint@9.8.0)(optionator@0.9.4)(typescript@5.5.4)(vite@5.3.5(@types/node@22.0.0)(terser@5.31.3))(vue-tsc@2.0.29(typescript@5.5.4)):
+ vite-plugin-checker@0.7.2(eslint@9.9.0(jiti@1.21.6))(optionator@0.9.4)(typescript@5.5.4)(vite@5.4.1(@types/node@22.3.0)(terser@5.31.6))(vue-tsc@2.0.29(typescript@5.5.4)):
dependencies:
'@babel/code-frame': 7.24.7
ansi-escapes: 4.3.2
@@ -10768,21 +10711,21 @@ snapshots:
npm-run-path: 4.0.1
strip-ansi: 6.0.1
tiny-invariant: 1.3.3
- vite: 5.3.5(@types/node@22.0.0)(terser@5.31.3)
+ vite: 5.4.1(@types/node@22.3.0)(terser@5.31.6)
vscode-languageclient: 7.0.0
vscode-languageserver: 7.0.0
vscode-languageserver-textdocument: 1.0.12
vscode-uri: 3.0.8
optionalDependencies:
- eslint: 9.8.0
+ eslint: 9.9.0(jiti@1.21.6)
optionator: 0.9.4
typescript: 5.5.4
vue-tsc: 2.0.29(typescript@5.5.4)
- vite-plugin-inspect@0.8.5(@nuxt/kit@3.12.4(magicast@0.3.4)(rollup@4.19.1))(rollup@4.19.1)(vite@5.3.5(@types/node@22.0.0)(terser@5.31.3)):
+ vite-plugin-inspect@0.8.5(@nuxt/kit@3.12.4(magicast@0.3.4)(rollup@4.20.0))(rollup@4.20.0)(vite@5.4.1(@types/node@22.3.0)(terser@5.31.6)):
dependencies:
'@antfu/utils': 0.7.10
- '@rollup/pluginutils': 5.1.0(rollup@4.19.1)
+ '@rollup/pluginutils': 5.1.0(rollup@4.20.0)
debug: 4.3.6
error-stack-parser-es: 0.1.5
fs-extra: 11.2.0
@@ -10790,14 +10733,14 @@ snapshots:
perfect-debounce: 1.0.0
picocolors: 1.0.1
sirv: 2.0.4
- vite: 5.3.5(@types/node@22.0.0)(terser@5.31.3)
+ vite: 5.4.1(@types/node@22.3.0)(terser@5.31.6)
optionalDependencies:
- '@nuxt/kit': 3.12.4(magicast@0.3.4)(rollup@4.19.1)
+ '@nuxt/kit': 3.12.4(magicast@0.3.4)(rollup@4.20.0)
transitivePeerDependencies:
- rollup
- supports-color
- vite-plugin-vue-inspector@5.1.3(vite@5.3.5(@types/node@22.0.0)(terser@5.31.3)):
+ vite-plugin-vue-inspector@5.1.3(vite@5.4.1(@types/node@22.3.0)(terser@5.31.6)):
dependencies:
'@babel/core': 7.25.2
'@babel/plugin-proposal-decorators': 7.24.7(@babel/core@7.25.2)
@@ -10805,22 +10748,22 @@ snapshots:
'@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.25.2)
'@babel/plugin-transform-typescript': 7.25.2(@babel/core@7.25.2)
'@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.25.2)
- '@vue/compiler-dom': 3.4.35
+ '@vue/compiler-dom': 3.4.38
kolorist: 1.8.0
magic-string: 0.30.11
- vite: 5.3.5(@types/node@22.0.0)(terser@5.31.3)
+ vite: 5.4.1(@types/node@22.3.0)(terser@5.31.6)
transitivePeerDependencies:
- supports-color
- vite@5.3.5(@types/node@22.0.0)(terser@5.31.3):
+ vite@5.4.1(@types/node@22.3.0)(terser@5.31.6):
dependencies:
esbuild: 0.21.5
- postcss: 8.4.40
- rollup: 4.19.1
+ postcss: 8.4.41
+ rollup: 4.20.0
optionalDependencies:
- '@types/node': 22.0.0
+ '@types/node': 22.3.0
fsevents: 2.3.3
- terser: 5.31.3
+ terser: 5.31.6
vscode-jsonrpc@6.0.0: {}
@@ -10849,16 +10792,16 @@ snapshots:
dependencies:
ufo: 1.5.4
- vue-demi@0.14.10(vue@3.4.35(typescript@5.5.4)):
+ vue-demi@0.14.10(vue@3.4.38(typescript@5.5.4)):
dependencies:
- vue: 3.4.35(typescript@5.5.4)
+ vue: 3.4.38(typescript@5.5.4)
vue-devtools-stub@0.1.0: {}
- vue-eslint-parser@9.4.3(eslint@9.8.0):
+ vue-eslint-parser@9.4.3(eslint@9.9.0(jiti@1.21.6)):
dependencies:
debug: 4.3.6
- eslint: 9.8.0
+ eslint: 9.9.0(jiti@1.21.6)
eslint-scope: 7.2.2
eslint-visitor-keys: 3.4.3
espree: 9.6.1
@@ -10868,10 +10811,10 @@ snapshots:
transitivePeerDependencies:
- supports-color
- vue-router@4.4.0(vue@3.4.35(typescript@5.5.4)):
+ vue-router@4.4.3(vue@3.4.38(typescript@5.5.4)):
dependencies:
'@vue/devtools-api': 6.6.3
- vue: 3.4.35(typescript@5.5.4)
+ vue: 3.4.38(typescript@5.5.4)
vue-tsc@2.0.29(typescript@5.5.4):
dependencies:
@@ -10880,13 +10823,13 @@ snapshots:
semver: 7.6.3
typescript: 5.5.4
- vue@3.4.35(typescript@5.5.4):
+ vue@3.4.38(typescript@5.5.4):
dependencies:
- '@vue/compiler-dom': 3.4.35
- '@vue/compiler-sfc': 3.4.35
- '@vue/runtime-dom': 3.4.35
- '@vue/server-renderer': 3.4.35(vue@3.4.35(typescript@5.5.4))
- '@vue/shared': 3.4.35
+ '@vue/compiler-dom': 3.4.38
+ '@vue/compiler-sfc': 3.4.38
+ '@vue/runtime-dom': 3.4.38
+ '@vue/server-renderer': 3.4.38(vue@3.4.38(typescript@5.5.4))
+ '@vue/shared': 3.4.38
optionalDependencies:
typescript: 5.5.4
@@ -10915,24 +10858,25 @@ snapshots:
word-wrap@1.2.5: {}
- workerd@1.20240718.0:
+ workerd@1.20240806.0:
optionalDependencies:
- '@cloudflare/workerd-darwin-64': 1.20240718.0
- '@cloudflare/workerd-darwin-arm64': 1.20240718.0
- '@cloudflare/workerd-linux-64': 1.20240718.0
- '@cloudflare/workerd-linux-arm64': 1.20240718.0
- '@cloudflare/workerd-windows-64': 1.20240718.0
+ '@cloudflare/workerd-darwin-64': 1.20240806.0
+ '@cloudflare/workerd-darwin-arm64': 1.20240806.0
+ '@cloudflare/workerd-linux-64': 1.20240806.0
+ '@cloudflare/workerd-linux-arm64': 1.20240806.0
+ '@cloudflare/workerd-windows-64': 1.20240806.0
- wrangler@3.67.1(@cloudflare/workers-types@4.20240725.0):
+ wrangler@3.72.0(@cloudflare/workers-types@4.20240815.0):
dependencies:
'@cloudflare/kv-asset-handler': 0.3.4
+ '@cloudflare/workers-shared': 0.2.0
'@esbuild-plugins/node-globals-polyfill': 0.2.3(esbuild@0.17.19)
'@esbuild-plugins/node-modules-polyfill': 0.2.2(esbuild@0.17.19)
blake3-wasm: 2.1.5
chokidar: 3.6.0
date-fns: 3.6.0
esbuild: 0.17.19
- miniflare: 3.20240718.1
+ miniflare: 3.20240806.1
nanoid: 3.3.7
path-to-regexp: 6.2.2
resolve: 1.22.8
@@ -10940,10 +10884,10 @@ snapshots:
selfsigned: 2.4.1
source-map: 0.6.1
unenv: unenv-nightly@1.10.0-1717606461.a117952
- workerd: 1.20240718.0
+ workerd: 1.20240806.0
xxhash-wasm: 1.0.2
optionalDependencies:
- '@cloudflare/workers-types': 4.20240725.0
+ '@cloudflare/workers-types': 4.20240815.0
fsevents: 2.3.3
transitivePeerDependencies:
- bufferutil
diff --git a/server/api/translate.post.ts b/server/api/translate.post.ts
new file mode 100644
index 0000000..71fabe7
--- /dev/null
+++ b/server/api/translate.post.ts
@@ -0,0 +1,17 @@
+import { z, zh } from 'h3-zod'
+
+export default defineEventHandler(async (event) => {
+ const ai = hubAI()
+
+ const { source_lang, target_lang, text } = await zh.useValidatedBody(event, z.object({
+ source_lang: z.enum(['French', 'Spanish']),
+ target_lang: z.enum(['French', 'Spanish']),
+ text: z.string(),
+ }))
+
+ return await ai.run('@cf/meta/m2m100-1.2b', {
+ source_lang: source_lang.toLowerCase(),
+ target_lang: target_lang.toLowerCase(),
+ text,
+ })
+})