-
openMenu(e)">
+ openMenu(e)">
Other
diff --git a/ui/app/utils/index.ts b/ui/app/utils/index.ts
index f0a32e5e..ad1c2668 100644
--- a/ui/app/utils/index.ts
+++ b/ui/app/utils/index.ts
@@ -1,9 +1,6 @@
import { useStorage } from '@vueuse/core'
-import type { convert_args_response } from "~/types/responses";
-import type { StoreItem } from "~/types/store";
-
-const runtimeConfig = useRuntimeConfig()
-const toast = useNotification()
+import type { convert_args_response } from '~/types/responses'
+import type { StoreItem } from '~/types/store'
const AG_SEPARATOR = '.'
@@ -303,6 +300,8 @@ const dirname = (filePath: string): string => {
* @param store - Whether to persist the notification (optional).
*/
const copyText = (str: string, notify: boolean = true, store: boolean = false): void => {
+ const toast = useNotification()
+
if (navigator.clipboard) {
navigator.clipboard.writeText(str).then(() => {
if (notify) toast.success('Text copied to clipboard.')
@@ -321,6 +320,7 @@ const copyText = (str: string, notify: boolean = true, store: boolean = false):
document.body.removeChild(el)
if (notify) {
+ const toast = useNotification()
toast.success('Text copied to clipboard.', { store })
}
}
@@ -548,6 +548,8 @@ const cleanObject =
>(item: T, fields: string[] =
* @returns The fully prefixed URI.
*/
const uri = (u: string): string => {
+ const runtimeConfig = useRuntimeConfig()
+
if (!u || '/' === runtimeConfig.app.baseURL || !u.startsWith('/')) {
return u
}
diff --git a/ui/package.json b/ui/package.json
index 4b7cc0b6..4586c410 100644
--- a/ui/package.json
+++ b/ui/package.json
@@ -33,5 +33,11 @@
"esbuild",
"@parcel/watcher"
]
+ },
+ "overrides": {
+ "supports-color": "10.2.0",
+ "strip-ansi": "7.1.0",
+ "ansi-styles": "6.2.0",
+ "ansi-regex": "6.2.0"
}
}
diff --git a/ui/pnpm-lock.yaml b/ui/pnpm-lock.yaml
index 945b5011..3efa1cea 100644
--- a/ui/pnpm-lock.yaml
+++ b/ui/pnpm-lock.yaml
@@ -10,13 +10,13 @@ importers:
dependencies:
'@pinia/nuxt':
specifier: ^0.11.2
- version: 0.11.2(magicast@0.3.5)(pinia@3.0.3(typescript@5.9.2)(vue@3.5.21(typescript@5.9.2)))
+ version: 0.11.2(magicast@0.3.5)(pinia@3.0.3(vue@3.5.21))
'@vueuse/core':
specifier: ^13.9.0
- version: 13.9.0(vue@3.5.21(typescript@5.9.2))
+ version: 13.9.0(vue@3.5.21)
'@vueuse/nuxt':
specifier: ^13.9.0
- version: 13.9.0(magicast@0.3.5)(nuxt@4.1.1(@netlify/blobs@9.1.2)(@parcel/watcher@2.5.1)(@types/node@24.3.0)(@vue/compiler-sfc@3.5.21)(db0@0.3.2)(ioredis@5.7.0)(magicast@0.3.5)(rollup@4.50.1)(terser@5.44.0)(typescript@5.9.2)(vite@7.1.5(@types/node@24.3.0)(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1))(yaml@2.8.1))(vue@3.5.21(typescript@5.9.2))
+ version: 13.9.0(magicast@0.3.5)(nuxt@4.1.1(@parcel/watcher@2.5.1)(@vue/compiler-sfc@3.5.21)(db0@0.3.2)(ioredis@5.7.0)(magicast@0.3.5)(rollup@4.50.1)(terser@5.44.0)(vite@7.1.5(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1))(yaml@2.8.1))(vue@3.5.21)
'@xterm/addon-fit':
specifier: ^0.10.0
version: 0.10.0(@xterm/xterm@5.5.0)
@@ -31,7 +31,7 @@ importers:
version: 3.2.0
floating-vue:
specifier: ^5.2.2
- version: 5.2.2(@nuxt/kit@3.19.1(magicast@0.3.5))(vue@3.5.21(typescript@5.9.2))
+ version: 5.2.2(@nuxt/kit@3.19.1(magicast@0.3.5))(vue@3.5.21)
hls.js:
specifier: ^1.6.11
version: 1.6.11
@@ -40,22 +40,22 @@ importers:
version: 2.30.1
nuxt:
specifier: ^4.1.1
- version: 4.1.1(@netlify/blobs@9.1.2)(@parcel/watcher@2.5.1)(@types/node@24.3.0)(@vue/compiler-sfc@3.5.21)(db0@0.3.2)(ioredis@5.7.0)(magicast@0.3.5)(rollup@4.50.1)(terser@5.44.0)(typescript@5.9.2)(vite@7.1.5(@types/node@24.3.0)(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1))(yaml@2.8.1)
+ version: 4.1.1(@parcel/watcher@2.5.1)(@vue/compiler-sfc@3.5.21)(db0@0.3.2)(ioredis@5.7.0)(magicast@0.3.5)(rollup@4.50.1)(terser@5.44.0)(vite@7.1.5(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1))(yaml@2.8.1)
pinia:
specifier: ^3.0.3
- version: 3.0.3(typescript@5.9.2)(vue@3.5.21(typescript@5.9.2))
+ version: 3.0.3(vue@3.5.21)
socket.io-client:
specifier: ^4.8.1
version: 4.8.1
vue:
specifier: ^3.5.21
- version: 3.5.21(typescript@5.9.2)
+ version: 3.5.21
vue-router:
specifier: ^4.5.1
- version: 4.5.1(vue@3.5.21(typescript@5.9.2))
+ version: 4.5.1(vue@3.5.21)
vue-toastification:
specifier: 2.0.0-rc.5
- version: 2.0.0-rc.5(vue@3.5.21(typescript@5.9.2))
+ version: 2.0.0-rc.5(vue@3.5.21)
packages:
@@ -345,9 +345,6 @@ packages:
cpu: [x64]
os: [win32]
- '@fastify/busboy@3.2.0':
- resolution: {integrity: sha512-m9FVDXU3GT2ITSe0UaMA5rU3QkfC/UXtCU8y0gSN/GugTqtVldOBWIB5V6V3sbmenVZUIpU6f+mPEO2+m5iTaA==}
-
'@floating-ui/core@1.7.3':
resolution: {integrity: sha512-sGnvb5dmrJaKEZ+LDIpguvdX3bDlEllmv4/ClQ9awcmCZrlx5jQyyMWFM5kBI+EyNOCDDiKk8il0zeuX3Zlg/w==}
@@ -401,22 +398,6 @@ packages:
'@napi-rs/wasm-runtime@1.0.3':
resolution: {integrity: sha512-rZxtMsLwjdXkMUGC3WwsPwLNVqVqnTJT6MNIB6e+5fhMcSCPP0AOsNWuMQ5mdCq6HNjs/ZeWAEchpqeprqBD2Q==}
- '@netlify/blobs@9.1.2':
- resolution: {integrity: sha512-7dMjExSH4zj4ShvLem49mE3mf0K171Tx2pV4WDWhJbRUWW3SJIR2qntz0LvUGS97N5HO1SmnzrgWUhEXCsApiw==}
- engines: {node: ^14.16.0 || >=16.0.0}
-
- '@netlify/dev-utils@2.2.0':
- resolution: {integrity: sha512-5XUvZuffe3KetyhbWwd4n2ktd7wraocCYw10tlM+/u/95iAz29GjNiuNxbCD1T6Bn1MyGc4QLVNKOWhzJkVFAw==}
- engines: {node: ^14.16.0 || >=16.0.0}
-
- '@netlify/open-api@2.37.0':
- resolution: {integrity: sha512-zXnRFkxgNsalSgU8/vwTWnav3R+8KG8SsqHxqaoJdjjJtnZR7wo3f+qqu4z+WtZ/4V7fly91HFUwZ6Uz2OdW7w==}
- engines: {node: '>=14.8.0'}
-
- '@netlify/runtime-utils@1.3.1':
- resolution: {integrity: sha512-7/vIJlMYrPJPlEW84V2yeRuG3QBu66dmlv9neTmZ5nXzwylhBEOhy11ai+34A8mHCSZI4mKns25w3HM9kaDdJg==}
- engines: {node: '>=16.0.0'}
-
'@nodelib/fs.scandir@2.1.5':
resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==}
engines: {node: '>= 8'}
@@ -1057,9 +1038,6 @@ packages:
'@types/estree@1.0.8':
resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==}
- '@types/node@24.3.0':
- resolution: {integrity: sha512-aPTXCrfwnDLj4VvXrm+UUCQjNEvJgNA8s5F1cvwQU+3KNltTOkBm1j30uNLyqqPNe7gE3KFzImYoZEfLhp4Yow==}
-
'@types/parse-path@7.1.0':
resolution: {integrity: sha512-EULJ8LApcVEPbrfND0cRQqutIOdiIgJ1Mgrhpy755r14xMohPTEpkV/k28SJvuOs9bHRFW8x+KeDAEPiGQPB9Q==}
deprecated: This is a stub types definition. parse-path provides its own type definitions, so you do not need this installed.
@@ -1201,26 +1179,6 @@ packages:
peerDependencies:
vue: ^3.5.0
- '@whatwg-node/disposablestack@0.0.6':
- resolution: {integrity: sha512-LOtTn+JgJvX8WfBVJtF08TGrdjuFzGJc4mkP8EdDI8ADbvO7kiexYep1o8dwnt0okb0jYclCDXF13xU7Ge4zSw==}
- engines: {node: '>=18.0.0'}
-
- '@whatwg-node/fetch@0.10.10':
- resolution: {integrity: sha512-watz4i/Vv4HpoJ+GranJ7HH75Pf+OkPQ63NoVmru6Srgc8VezTArB00i/oQlnn0KWh14gM42F22Qcc9SU9mo/w==}
- engines: {node: '>=18.0.0'}
-
- '@whatwg-node/node-fetch@0.7.25':
- resolution: {integrity: sha512-szCTESNJV+Xd56zU6ShOi/JWROxE9IwCic8o5D9z5QECZloas6Ez5tUuKqXTAdu6fHFx1t6C+5gwj8smzOLjtg==}
- engines: {node: '>=18.0.0'}
-
- '@whatwg-node/promise-helpers@1.3.2':
- resolution: {integrity: sha512-Nst5JdK47VIl9UcGwtv2Rcgyn5lWtZ0/mhRQ4G8NN2isxpq2TO30iqHzmwoJycjWuyUfg3GFXqP/gFHXeV57IA==}
- engines: {node: '>=16.0.0'}
-
- '@whatwg-node/server@0.9.71':
- resolution: {integrity: sha512-ueFCcIPaMgtuYDS9u0qlUoEvj6GiSsKrwnOLPp9SshqjtcRaR1IEHRjoReq3sXNydsF5i0ZnmuYgXq9dV53t0g==}
- engines: {node: '>=18.0.0'}
-
'@xterm/addon-fit@0.10.0':
resolution: {integrity: sha512-UFYkDm4HUahf2lnEyHvio51TNGiLK66mqP2JoATy7hRZeXaGMRDr00JiSF7m63vR5WKATF605yEggJKsw0JpMQ==}
peerDependencies:
@@ -1258,16 +1216,16 @@ packages:
resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==}
engines: {node: '>=8'}
- ansi-regex@6.2.1:
- resolution: {integrity: sha512-KIlJ5BWSWM/aBZa5C3mGwfMwHG9+Q+lTeUnXutjYqofoQ4/kXR4BnWvUbKYHGjaqWAR733KH910+9NpC62mZZA==}
+ ansi-regex@6.2.2:
+ resolution: {integrity: sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==}
engines: {node: '>=12'}
ansi-styles@4.3.0:
resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==}
engines: {node: '>=8'}
- ansi-styles@6.2.2:
- resolution: {integrity: sha512-zdF0QA7WaeXHn3sERgZ6VHIZZS+Lf4DJpAOikwFM5DZi01IygJHJtafoLkRr4yoyqlOrs3a2u/Bc2qtnxIpBNw==}
+ ansi-styles@6.2.3:
+ resolution: {integrity: sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==}
engines: {node: '>=12'}
ansis@4.1.0:
@@ -1366,17 +1324,6 @@ packages:
resolution: {integrity: sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==}
engines: {node: '>=8'}
- call-bind-apply-helpers@1.0.2:
- resolution: {integrity: sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==}
- engines: {node: '>= 0.4'}
-
- call-bound@1.0.4:
- resolution: {integrity: sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==}
- engines: {node: '>= 0.4'}
-
- callsite@1.0.0:
- resolution: {integrity: sha512-0vdNRFXn5q+dtOqjfFtmtlI9N2eVZ7LMyEV2iKC5mEEFvSg/69Ml6b/WU2qF8W1nLRa0wiSrDT3Y5jOHZCwKPQ==}
-
caniuse-api@3.0.0:
resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==}
@@ -1542,10 +1489,6 @@ packages:
csstype@3.1.3:
resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==}
- data-uri-to-buffer@4.0.1:
- resolution: {integrity: sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==}
- engines: {node: '>= 12'}
-
db0@0.3.2:
resolution: {integrity: sha512-xzWNQ6jk/+NtdfLyXEipbX55dmDSeteLFt/ayF+wZUU5bzKgmrDOxmInUTbyVRp46YwnJdkDA1KhB7WIXFofJw==}
peerDependencies:
@@ -1590,9 +1533,6 @@ packages:
supports-color:
optional: true
- decache@4.6.2:
- resolution: {integrity: sha512-2LPqkLeu8XWHU8qNCS3kcF6sCcb5zIzvWaAHYSvPfwhdd7mHuah29NssMzrTYyHN4F5oFy2ko9OBYxegtU0FEw==}
-
deepmerge@4.3.1:
resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==}
engines: {node: '>=0.10.0'}
@@ -1668,10 +1608,6 @@ packages:
resolution: {integrity: sha512-Sf2LSQP+bOlhKWWyhFsn0UsfdK/kCWRv1iuA2gXAwt3dyNabr6QSj00I2V10pidqz69soatm9ZwZvpQMTIOd5Q==}
engines: {node: '>=12'}
- dunder-proto@1.0.1:
- resolution: {integrity: sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==}
- engines: {node: '>= 0.4'}
-
duplexer@0.1.2:
resolution: {integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==}
@@ -1681,8 +1617,8 @@ packages:
ee-first@1.1.1:
resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==}
- electron-to-chromium@1.5.214:
- resolution: {integrity: sha512-TpvUNdha+X3ybfU78NoQatKvQEm1oq3lf2QbnmCEdw+Bd9RuIAY+hJTvq1avzHM0f7EJfnH3vbCnbzKzisc/9Q==}
+ electron-to-chromium@1.5.215:
+ resolution: {integrity: sha512-TIvGp57UpeNetj/wV/xpFNpWGb0b/ROw372lHPx5Aafx02gjTBtWnEEcaSX3W2dLM3OSdGGyHX/cHl01JQsLaQ==}
emoji-regex@8.0.0:
resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
@@ -1705,31 +1641,15 @@ packages:
resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==}
engines: {node: '>=0.12'}
- env-paths@3.0.0:
- resolution: {integrity: sha512-dtJUTepzMW3Lm/NPxRf3wP4642UWhjL2sQxc+ym2YMj1m/H2zDNQOlezafzkHwn6sMstjHTwG6iQQsctDW/b1A==}
- engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
-
error-stack-parser-es@1.0.5:
resolution: {integrity: sha512-5qucVt2XcuGMcEGgWI7i+yZpmpByQ8J1lHhcL7PwqCwu9FPP3VUXzT4ltHe5i2z9dePwEHcDVOAfSnHsOlCXRA==}
errx@0.1.0:
resolution: {integrity: sha512-fZmsRiDNv07K6s2KkKFTiD2aIvECa7++PKyD5NC32tpRw46qZA3sOz+aM+/V9V0GDHxVTKLziveV4JhzBHDp9Q==}
- es-define-property@1.0.1:
- resolution: {integrity: sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==}
- engines: {node: '>= 0.4'}
-
- es-errors@1.3.0:
- resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==}
- engines: {node: '>= 0.4'}
-
es-module-lexer@1.7.0:
resolution: {integrity: sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==}
- es-object-atoms@1.1.1:
- resolution: {integrity: sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==}
- engines: {node: '>= 0.4'}
-
esbuild@0.25.9:
resolution: {integrity: sha512-CRbODhYyQx3qp7ZEwzxOk4JBqmD/seJrzPa/cGjY1VtIn5E09Oi9/dB4JwctnfZ8Q8iT7rioVv5k/FNT/uf54g==}
engines: {node: '>=18'}
@@ -1793,10 +1713,6 @@ packages:
picomatch:
optional: true
- fetch-blob@3.2.0:
- resolution: {integrity: sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==}
- engines: {node: ^12.20 || >= 14.13}
-
file-uri-to-path@1.0.0:
resolution: {integrity: sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==}
@@ -1804,10 +1720,6 @@ packages:
resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==}
engines: {node: '>=8'}
- find-up@7.0.0:
- resolution: {integrity: sha512-YyZM99iHrqLKjmt4LJDj58KI+fYyufRLBSYcqycxf//KpBk9FoewoGX0450m9nB44qrZnovzC2oeP5hUibxc/g==}
- engines: {node: '>=18'}
-
floating-vue@5.2.2:
resolution: {integrity: sha512-afW+h2CFafo+7Y9Lvw/xsqjaQlKLdJV7h1fCHfcYQ1C4SVMlu7OAekqWgu5d4SgvkBVU0pVpLlVsrSTBURFRkg==}
peerDependencies:
@@ -1821,10 +1733,6 @@ packages:
resolution: {integrity: sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==}
engines: {node: '>=14'}
- formdata-polyfill@4.0.10:
- resolution: {integrity: sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==}
- engines: {node: '>=12.20.0'}
-
fraction.js@4.3.7:
resolution: {integrity: sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==}
@@ -1852,17 +1760,9 @@ packages:
resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==}
engines: {node: 6.* || 8.* || >= 10.*}
- get-intrinsic@1.3.0:
- resolution: {integrity: sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==}
- engines: {node: '>= 0.4'}
-
get-port-please@3.2.0:
resolution: {integrity: sha512-I9QVvBw5U/hw3RmWpYKRumUeaDgxTPd401x364rLmWBJcOQ753eov1eTgzDqRG9bqFIfDc7gfzcQEWrUri3o1A==}
- get-proto@1.0.1:
- resolution: {integrity: sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==}
- engines: {node: '>= 0.4'}
-
get-stream@8.0.1:
resolution: {integrity: sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==}
engines: {node: '>=16'}
@@ -1893,10 +1793,6 @@ packages:
resolution: {integrity: sha512-0Ia46fDOaT7k4og1PDW4YbodWWr3scS2vAr2lTbsplOt2WkKp0vQbkI9wKis/T5LV/dqPjO3bpS/z6GTJB82LA==}
engines: {node: '>=18'}
- gopd@1.2.0:
- resolution: {integrity: sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==}
- engines: {node: '>= 0.4'}
-
graceful-fs@4.2.11:
resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==}
@@ -1907,10 +1803,6 @@ packages:
h3@1.15.4:
resolution: {integrity: sha512-z5cFQWDffyOe4vQ9xIqNfCZdV4p//vy6fBnr8Q1AWnVZ0teurKMG66rLj++TKwKPUP3u7iMUvrvKaEUiQw2QWQ==}
- has-symbols@1.1.0:
- resolution: {integrity: sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==}
- engines: {node: '>= 0.4'}
-
hasown@2.0.2:
resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==}
engines: {node: '>= 0.4'}
@@ -1957,10 +1849,6 @@ packages:
impound@1.0.0:
resolution: {integrity: sha512-8lAJ+1Arw2sMaZ9HE2ZmL5zOcMnt18s6+7Xqgq2aUVy4P1nlzAyPtzCDxsk51KVFwHEEdc6OWvUyqwHwhRYaug==}
- imurmurhash@0.1.4:
- resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==}
- engines: {node: '>=0.8.19'}
-
inherits@2.0.4:
resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==}
@@ -2118,16 +2006,6 @@ packages:
resolution: {integrity: sha512-arhlxbFRmoQHl33a0Zkle/YWlmNwoyt6QNZEIJcqNbdrsix5Lvc4HyyI3EnwxTYlZYc32EbYrQ8SzEZ7dqgg9A==}
engines: {node: '>=14'}
- locate-path@7.2.0:
- resolution: {integrity: sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==}
- engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
-
- lodash-es@4.17.21:
- resolution: {integrity: sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==}
-
- lodash.debounce@4.0.8:
- resolution: {integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==}
-
lodash.defaults@4.2.0:
resolution: {integrity: sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ==}
@@ -2166,10 +2044,6 @@ packages:
magicast@0.3.5:
resolution: {integrity: sha512-L0WhttDl+2BOsybvEOLK7fW3UA0OQ0IQ2d6Zl2x/a6vVRs3bAY0ECOSHHeL5jD+SbOpOCUEi0y1DgHEn9Qn1AQ==}
- math-intrinsics@1.1.0:
- resolution: {integrity: sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==}
- engines: {node: '>= 0.4'}
-
mdn-data@2.0.28:
resolution: {integrity: sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==}
@@ -2183,9 +2057,6 @@ packages:
resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==}
engines: {node: '>= 8'}
- micro-api-client@3.3.0:
- resolution: {integrity: sha512-y0y6CUB9RLVsy3kfgayU28746QrNMpSm9O/AYGNsBgOkJr/X/Jk0VLGoO8Ude7Bpa8adywzF+MzXNZRFRsNPhg==}
-
micromatch@4.0.8:
resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==}
engines: {node: '>=8.6'}
@@ -2268,10 +2139,6 @@ packages:
nanotar@0.2.0:
resolution: {integrity: sha512-9ca1h0Xjvo9bEkE4UOxgAzLV0jHKe6LMaxo37ND2DAhhAtd0j8pR1Wxz+/goMrZO8AEZTWCmyaOsFI/W5AdpCQ==}
- netlify@13.3.5:
- resolution: {integrity: sha512-Nc3loyVASW59W+8fLDZT1lncpG7llffyZ2o0UQLx/Fr20i7P8oP+lE7+TEcFvXj9IUWU6LjB9P3BH+iFGyp+mg==}
- engines: {node: ^14.16.0 || >=16.0.0}
-
nitropack@2.12.5:
resolution: {integrity: sha512-KDTFhATOzqWHXFZkNlAH9J989Wibpl6s38eaYZj/Km2GbcUBLdcDxL4x7vd9pHWhD1Yk1u5oLh8+MsqJeQ7GMA==}
engines: {node: ^20.19.0 || >=22.12.0}
@@ -2285,11 +2152,6 @@ packages:
node-addon-api@7.1.1:
resolution: {integrity: sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==}
- node-domexception@1.0.0:
- resolution: {integrity: sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==}
- engines: {node: '>=10.5.0'}
- deprecated: Use your platform's native DOMException instead
-
node-fetch-native@1.6.7:
resolution: {integrity: sha512-g9yhqoedzIUm0nTnTqAQvueMPVOuIY16bqgAJJC8XOOubYFNwz6IER9qs0Gq2Xd0+CecCKFjtdDTMA4u4xG06Q==}
@@ -2302,10 +2164,6 @@ packages:
encoding:
optional: true
- node-fetch@3.3.2:
- resolution: {integrity: sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==}
- engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
-
node-forge@1.3.1:
resolution: {integrity: sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==}
engines: {node: '>= 6.13.0'}
@@ -2362,10 +2220,6 @@ packages:
engines: {node: ^14.16.0 || >=16.10.0}
hasBin: true
- object-inspect@1.13.4:
- resolution: {integrity: sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==}
- engines: {node: '>= 0.4'}
-
ofetch@1.4.1:
resolution: {integrity: sha512-QZj2DfGplQAr2oj9KzceK9Hwz6Whxazmn85yYeVuS3u9XTMOGMRx0kO95MQ+vLsj/S/NwBDMMLU5hpxvI6Tklw==}
@@ -2409,32 +2263,12 @@ packages:
peerDependencies:
oxc-parser: '>=0.72.0'
- p-limit@4.0.0:
- resolution: {integrity: sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==}
- engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
-
- p-locate@6.0.0:
- resolution: {integrity: sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==}
- engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
-
- p-timeout@6.1.4:
- resolution: {integrity: sha512-MyIV3ZA/PmyBN/ud8vV9XzwTrNtR4jFrObymZYnZqMmW0zA8Z17vnT0rBgFE/TlohB+YCHqXMgZzb3Csp49vqg==}
- engines: {node: '>=14.16'}
-
- p-wait-for@5.0.2:
- resolution: {integrity: sha512-lwx6u1CotQYPVju77R+D0vFomni/AqRfqLmqQ8hekklqZ6gAY9rONh7lBQ0uxWMkC2AuX9b2DVAl8To0NyP1JA==}
- engines: {node: '>=12'}
-
package-json-from-dist@1.0.1:
resolution: {integrity: sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==}
package-manager-detector@1.3.0:
resolution: {integrity: sha512-ZsEbbZORsyHuO00lY1kV3/t72yp6Ysay6Pd17ZAlNGuGwmWDLCJxFpRs0IzfXfj1o4icJOkUEioexFHzyPurSQ==}
- parse-gitignore@2.0.0:
- resolution: {integrity: sha512-RmVuCHWsfu0QPNW+mraxh/xjQVw/lhUCUru8Zni3Ctq3AoMhpDTq0OVdKS6iesd6Kqb7viCV3isAL43dciOSog==}
- engines: {node: '>=14'}
-
parse-path@7.1.0:
resolution: {integrity: sha512-EuCycjZtfPcjWk7KTksnJ5xPMvWGA/6i4zrLYhRG0hGvC3GPU/jGUj3Cy+ZR0v30duV3e23R95T1lE2+lsndSw==}
@@ -2449,10 +2283,6 @@ packages:
path-browserify@1.0.1:
resolution: {integrity: sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==}
- path-exists@5.0.0:
- resolution: {integrity: sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==}
- engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
-
path-key@3.1.1:
resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==}
engines: {node: '>=8'}
@@ -2701,10 +2531,6 @@ packages:
protocols@2.0.2:
resolution: {integrity: sha512-hHVTzba3wboROl0/aWRRG9dMytgH6ow//STBZh43l/wQgmMhYhOFi0EHWAPtoCz9IAUymsyP0TSBHkhgMEGNnQ==}
- qs@6.14.0:
- resolution: {integrity: sha512-YWWTjgABSKcvs/nWBi9PycY/JiPJqOD4JA6o9Sej2AtvSGarXxKC3OQSk4pAarbdQlKAh5D4FCQkJNkW+GAn3w==}
- engines: {node: '>=0.6'}
-
quansync@0.2.11:
resolution: {integrity: sha512-AifT7QEbW9Nri4tAwR5M/uzpBuqfZf+zwaEM/QkzEjj7NBuFD2rBuy0K3dE+8wltbezDV7JMA0WfnCPYRSYbXA==}
@@ -2845,22 +2671,6 @@ packages:
resolution: {integrity: sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==}
engines: {node: '>= 0.4'}
- side-channel-list@1.0.0:
- resolution: {integrity: sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==}
- engines: {node: '>= 0.4'}
-
- side-channel-map@1.0.1:
- resolution: {integrity: sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==}
- engines: {node: '>= 0.4'}
-
- side-channel-weakmap@1.0.2:
- resolution: {integrity: sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==}
- engines: {node: '>= 0.4'}
-
- side-channel@1.1.0:
- resolution: {integrity: sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==}
- engines: {node: '>= 0.4'}
-
signal-exit@4.1.0:
resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==}
engines: {node: '>=14'}
@@ -2944,8 +2754,8 @@ packages:
resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==}
engines: {node: '>=8'}
- strip-ansi@7.1.1:
- resolution: {integrity: sha512-6nC4zf74oXgXJSDmtrIbNXdY5jjLBukH4WN4UC7IC8lX2pUbFvC9n761PhQZt1TPBquz68g3H23O/KkRDOq3Lw==}
+ strip-ansi@7.1.2:
+ resolution: {integrity: sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==}
engines: {node: '>=12'}
strip-final-newline@3.0.0:
@@ -2968,8 +2778,8 @@ packages:
resolution: {integrity: sha512-5JRxVqC8I8NuOUjzBbvVJAKNM8qoVuH0O77h4WInc/qC2q5IreqKxYwgkga3PfA22OayK2ikceb/B26dztPl+Q==}
engines: {node: '>=16'}
- supports-color@10.2.1:
- resolution: {integrity: sha512-NbOOv2IvF1K/gaCQAQkOfX7tqwQoR9g2qdWN97qv0+6C5n+zpOUAmYGfAWQD1OvIwLbe01/GFzp9qRwBELojMA==}
+ supports-color@10.2.2:
+ resolution: {integrity: sha512-SS+jx45GF1QjgEXQx4NJZV9ImqmO2NPz5FNsIHrsDjh2YsHnawpan7SNQ1o8NuhrbHZy9AZhIoCUiCeaW/C80g==}
engines: {node: '>=18'}
supports-preserve-symlinks-flag@1.0.0:
@@ -3039,11 +2849,6 @@ packages:
type-level-regexp@0.1.17:
resolution: {integrity: sha512-wTk4DH3cxwk196uGLK/E9pE45aLfeKJacKmcEgEOA/q5dnPGNxXt0cfYdFxb57L+sEpf1oJH4Dnx/pnRcku9jg==}
- typescript@5.9.2:
- resolution: {integrity: sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==}
- engines: {node: '>=14.17'}
- hasBin: true
-
ufo@1.6.1:
resolution: {integrity: sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==}
@@ -3056,9 +2861,6 @@ packages:
unctx@2.4.1:
resolution: {integrity: sha512-AbaYw0Nm4mK4qjhns67C+kgxR2YWiwlDBPzxrN8h8C6VtAdCgditAY5Dezu3IJy4XVqAnbrXt9oQJvsn3fyozg==}
- undici-types@7.10.0:
- resolution: {integrity: sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag==}
-
unenv@2.0.0-rc.20:
resolution: {integrity: sha512-8tn4tAl9vD5nWoggAAPz28vf0FY8+pQAayhU94qD+ZkIbVKCBAH/E1MWEEmhb9Whn5EgouYVfBJB20RsTLRDdg==}
@@ -3068,10 +2870,6 @@ packages:
unhead@2.0.14:
resolution: {integrity: sha512-dRP6OCqtShhMVZQe1F4wdt/WsYl2MskxKK+cvfSo0lQnrPJ4oAUQEkxRg7pPP+vJENabhlir31HwAyHUv7wfMg==}
- unicorn-magic@0.1.0:
- resolution: {integrity: sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==}
- engines: {node: '>=18'}
-
unicorn-magic@0.3.0:
resolution: {integrity: sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==}
engines: {node: '>=18'}
@@ -3183,16 +2981,9 @@ packages:
uqr@0.1.2:
resolution: {integrity: sha512-MJu7ypHq6QasgF5YRTjqscSzQp/W11zoUk6kvmlH+fmWEs63Y0Eib13hYFwAzagRJcVY8WVnlV+eBDUGMJ5IbA==}
- urlpattern-polyfill@10.1.0:
- resolution: {integrity: sha512-IGjKp/o0NL3Bso1PymYURCJxMPNAf/ILOpendP9f5B6e1rTJgdgiOvgfoT8VxCAdY+Wisb9uhGaJJf3yZ2V9nw==}
-
util-deprecate@1.0.2:
resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
- uuid@11.1.0:
- resolution: {integrity: sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==}
- hasBin: true
-
vite-dev-rpc@1.1.0:
resolution: {integrity: sha512-pKXZlgoXGoE8sEKiKJSng4hI1sQ4wi5YT24FCrwrLt6opmkjlqPPVmiPWWJn8M8byMxRGzp1CrFuqQs4M/Z39A==}
peerDependencies:
@@ -3330,10 +3121,6 @@ packages:
typescript:
optional: true
- web-streams-polyfill@3.3.3:
- resolution: {integrity: sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==}
- engines: {node: '>= 8'}
-
webidl-conversions@3.0.1:
resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==}
@@ -3361,10 +3148,6 @@ packages:
resolution: {integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==}
engines: {node: '>=12'}
- write-file-atomic@6.0.0:
- resolution: {integrity: sha512-GmqrO8WJ1NuzJ2DrziEI2o57jKAVIQNf8a18W3nCYU3H7PNWqCCVTeH6/NQE93CIllIgQS98rrmVkYgTX9fFJQ==}
- engines: {node: ^18.17.0 || >=20.5.0}
-
ws@8.17.1:
resolution: {integrity: sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==}
engines: {node: '>=10.0.0'}
@@ -3421,10 +3204,6 @@ packages:
resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==}
engines: {node: '>=12'}
- yocto-queue@1.2.1:
- resolution: {integrity: sha512-AyeEbWOu/TAXdxlV9wmGcR0+yh2j3vYPGOECcIj2S7MkrLyC7ne+oye2BKTItt0ii2PHk4cDy+95+LshzbXnGg==}
- engines: {node: '>=12.20'}
-
youch-core@0.3.3:
resolution: {integrity: sha512-ho7XuGjLaJ2hWHoK8yFnsUGy2Y5uDpqSTq1FkHLK4/oqKtyUU1AFbOOxY4IpC9f0fTLjwYbslUz0Po5BpD1wrA==}
@@ -3706,9 +3485,6 @@ snapshots:
'@esbuild/win32-x64@0.25.9':
optional: true
- '@fastify/busboy@3.2.0':
- optional: true
-
'@floating-ui/core@1.7.3':
dependencies:
'@floating-ui/utils': 0.2.10
@@ -3725,7 +3501,7 @@ snapshots:
dependencies:
string-width: 5.1.2
string-width-cjs: string-width@4.2.3
- strip-ansi: 7.1.1
+ strip-ansi: 7.1.2
strip-ansi-cjs: strip-ansi@6.0.1
wrap-ansi: 8.1.0
wrap-ansi-cjs: wrap-ansi@7.0.0
@@ -3786,33 +3562,6 @@ snapshots:
'@tybys/wasm-util': 0.10.0
optional: true
- '@netlify/blobs@9.1.2':
- dependencies:
- '@netlify/dev-utils': 2.2.0
- '@netlify/runtime-utils': 1.3.1
- optional: true
-
- '@netlify/dev-utils@2.2.0':
- dependencies:
- '@whatwg-node/server': 0.9.71
- chokidar: 4.0.3
- decache: 4.6.2
- dot-prop: 9.0.0
- env-paths: 3.0.0
- find-up: 7.0.0
- lodash.debounce: 4.0.8
- netlify: 13.3.5
- parse-gitignore: 2.0.0
- uuid: 11.1.0
- write-file-atomic: 6.0.0
- optional: true
-
- '@netlify/open-api@2.37.0':
- optional: true
-
- '@netlify/runtime-utils@1.3.1':
- optional: true
-
'@nodelib/fs.scandir@2.1.5':
dependencies:
'@nodelib/fs.stat': 2.0.5
@@ -3858,11 +3607,11 @@ snapshots:
'@nuxt/devalue@2.0.2': {}
- '@nuxt/devtools-kit@2.6.3(magicast@0.3.5)(vite@7.1.5(@types/node@24.3.0)(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1))':
+ '@nuxt/devtools-kit@2.6.3(magicast@0.3.5)(vite@7.1.5(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1))':
dependencies:
'@nuxt/kit': 3.19.1(magicast@0.3.5)
execa: 8.0.1
- vite: 7.1.5(@types/node@24.3.0)(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1)
+ vite: 7.1.5(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1)
transitivePeerDependencies:
- magicast
@@ -3877,12 +3626,12 @@ snapshots:
prompts: 2.4.2
semver: 7.7.2
- '@nuxt/devtools@2.6.3(vite@7.1.5(@types/node@24.3.0)(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.21(typescript@5.9.2))':
+ '@nuxt/devtools@2.6.3(vite@7.1.5(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.21)':
dependencies:
- '@nuxt/devtools-kit': 2.6.3(magicast@0.3.5)(vite@7.1.5(@types/node@24.3.0)(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1))
+ '@nuxt/devtools-kit': 2.6.3(magicast@0.3.5)(vite@7.1.5(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1))
'@nuxt/devtools-wizard': 2.6.3
'@nuxt/kit': 3.19.1(magicast@0.3.5)
- '@vue/devtools-core': 7.7.7(vite@7.1.5(@types/node@24.3.0)(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.21(typescript@5.9.2))
+ '@vue/devtools-core': 7.7.7(vite@7.1.5(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.21)
'@vue/devtools-kit': 7.7.7
birpc: 2.5.0
consola: 3.4.2
@@ -3907,9 +3656,9 @@ snapshots:
sirv: 3.0.2
structured-clone-es: 1.0.0
tinyglobby: 0.2.14
- vite: 7.1.5(@types/node@24.3.0)(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1)
- vite-plugin-inspect: 11.3.3(@nuxt/kit@3.19.1(magicast@0.3.5))(vite@7.1.5(@types/node@24.3.0)(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1))
- vite-plugin-vue-tracer: 1.0.0(vite@7.1.5(@types/node@24.3.0)(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.21(typescript@5.9.2))
+ vite: 7.1.5(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1)
+ vite-plugin-inspect: 11.3.3(@nuxt/kit@3.19.1(magicast@0.3.5))(vite@7.1.5(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1))
+ vite-plugin-vue-tracer: 1.0.0(vite@7.1.5(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.21)
which: 5.0.0
ws: 8.18.3
transitivePeerDependencies:
@@ -3999,12 +3748,12 @@ snapshots:
transitivePeerDependencies:
- magicast
- '@nuxt/vite-builder@4.1.1(@types/node@24.3.0)(magicast@0.3.5)(rollup@4.50.1)(terser@5.44.0)(typescript@5.9.2)(vue@3.5.21(typescript@5.9.2))(yaml@2.8.1)':
+ '@nuxt/vite-builder@4.1.1(magicast@0.3.5)(rollup@4.50.1)(terser@5.44.0)(vue@3.5.21)(yaml@2.8.1)':
dependencies:
'@nuxt/kit': 4.1.1(magicast@0.3.5)
'@rollup/plugin-replace': 6.0.2(rollup@4.50.1)
- '@vitejs/plugin-vue': 6.0.1(vite@7.1.5(@types/node@24.3.0)(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.21(typescript@5.9.2))
- '@vitejs/plugin-vue-jsx': 5.1.1(vite@7.1.5(@types/node@24.3.0)(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.21(typescript@5.9.2))
+ '@vitejs/plugin-vue': 6.0.1(vite@7.1.5(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.21)
+ '@vitejs/plugin-vue-jsx': 5.1.1(vite@7.1.5(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.21)
autoprefixer: 10.4.21(postcss@8.5.6)
consola: 3.4.2
cssnano: 7.1.1(postcss@8.5.6)
@@ -4026,10 +3775,10 @@ snapshots:
std-env: 3.9.0
ufo: 1.6.1
unenv: 2.0.0-rc.21
- vite: 7.1.5(@types/node@24.3.0)(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1)
- vite-node: 3.2.4(@types/node@24.3.0)(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1)
- vite-plugin-checker: 0.10.3(typescript@5.9.2)(vite@7.1.5(@types/node@24.3.0)(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1))
- vue: 3.5.21(typescript@5.9.2)
+ vite: 7.1.5(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1)
+ vite-node: 3.2.4(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1)
+ vite-plugin-checker: 0.10.3(vite@7.1.5(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1))
+ vue: 3.5.21
vue-bundle-renderer: 2.1.2
transitivePeerDependencies:
- '@biomejs/biome'
@@ -4264,10 +4013,10 @@ snapshots:
'@parcel/watcher-win32-ia32': 2.5.1
'@parcel/watcher-win32-x64': 2.5.1
- '@pinia/nuxt@0.11.2(magicast@0.3.5)(pinia@3.0.3(typescript@5.9.2)(vue@3.5.21(typescript@5.9.2)))':
+ '@pinia/nuxt@0.11.2(magicast@0.3.5)(pinia@3.0.3(vue@3.5.21))':
dependencies:
'@nuxt/kit': 3.19.1(magicast@0.3.5)
- pinia: 3.0.3(typescript@5.9.2)(vue@3.5.21(typescript@5.9.2))
+ pinia: 3.0.3(vue@3.5.21)
transitivePeerDependencies:
- magicast
@@ -4284,7 +4033,7 @@ snapshots:
dependencies:
'@poppinss/colors': 4.1.5
'@sindresorhus/is': 7.0.2
- supports-color: 10.2.1
+ supports-color: 10.2.2
'@poppinss/exception@1.2.2': {}
@@ -4433,11 +4182,6 @@ snapshots:
'@types/estree@1.0.8': {}
- '@types/node@24.3.0':
- dependencies:
- undici-types: 7.10.0
- optional: true
-
'@types/parse-path@7.1.0':
dependencies:
parse-path: 7.1.0
@@ -4446,11 +4190,11 @@ snapshots:
'@types/web-bluetooth@0.0.21': {}
- '@unhead/vue@2.0.14(vue@3.5.21(typescript@5.9.2))':
+ '@unhead/vue@2.0.14(vue@3.5.21)':
dependencies:
hookable: 5.5.3
unhead: 2.0.14
- vue: 3.5.21(typescript@5.9.2)
+ vue: 3.5.21
'@vercel/nft@0.30.1(rollup@4.50.1)':
dependencies:
@@ -4471,23 +4215,23 @@ snapshots:
- rollup
- supports-color
- '@vitejs/plugin-vue-jsx@5.1.1(vite@7.1.5(@types/node@24.3.0)(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.21(typescript@5.9.2))':
+ '@vitejs/plugin-vue-jsx@5.1.1(vite@7.1.5(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.21)':
dependencies:
'@babel/core': 7.28.4
'@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.28.4)
'@babel/plugin-transform-typescript': 7.28.0(@babel/core@7.28.4)
'@rolldown/pluginutils': 1.0.0-beta.36
'@vue/babel-plugin-jsx': 1.5.0(@babel/core@7.28.4)
- vite: 7.1.5(@types/node@24.3.0)(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1)
- vue: 3.5.21(typescript@5.9.2)
+ vite: 7.1.5(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1)
+ vue: 3.5.21
transitivePeerDependencies:
- supports-color
- '@vitejs/plugin-vue@6.0.1(vite@7.1.5(@types/node@24.3.0)(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.21(typescript@5.9.2))':
+ '@vitejs/plugin-vue@6.0.1(vite@7.1.5(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.21)':
dependencies:
'@rolldown/pluginutils': 1.0.0-beta.29
- vite: 7.1.5(@types/node@24.3.0)(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1)
- vue: 3.5.21(typescript@5.9.2)
+ vite: 7.1.5(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1)
+ vue: 3.5.21
'@volar/language-core@2.4.23':
dependencies:
@@ -4495,7 +4239,7 @@ snapshots:
'@volar/source-map@2.4.23': {}
- '@vue-macros/common@3.0.0-beta.16(vue@3.5.21(typescript@5.9.2))':
+ '@vue-macros/common@3.0.0-beta.16(vue@3.5.21)':
dependencies:
'@vue/compiler-sfc': 3.5.21
ast-kit: 2.1.2
@@ -4503,7 +4247,7 @@ snapshots:
magic-string-ast: 1.0.2
unplugin-utils: 0.2.5
optionalDependencies:
- vue: 3.5.21(typescript@5.9.2)
+ vue: 3.5.21
'@vue/babel-helper-vue-transform-on@1.5.0': {}
@@ -4575,15 +4319,15 @@ snapshots:
dependencies:
'@vue/devtools-kit': 7.7.7
- '@vue/devtools-core@7.7.7(vite@7.1.5(@types/node@24.3.0)(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.21(typescript@5.9.2))':
+ '@vue/devtools-core@7.7.7(vite@7.1.5(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.21)':
dependencies:
'@vue/devtools-kit': 7.7.7
'@vue/devtools-shared': 7.7.7
mitt: 3.0.1
nanoid: 5.1.5
pathe: 2.0.3
- vite-hot-client: 2.1.0(vite@7.1.5(@types/node@24.3.0)(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1))
- vue: 3.5.21(typescript@5.9.2)
+ vite-hot-client: 2.1.0(vite@7.1.5(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1))
+ vue: 3.5.21
transitivePeerDependencies:
- vite
@@ -4601,7 +4345,7 @@ snapshots:
dependencies:
rfdc: 1.4.1
- '@vue/language-core@3.0.6(typescript@5.9.2)':
+ '@vue/language-core@3.0.6':
dependencies:
'@volar/language-core': 2.4.23
'@vue/compiler-dom': 3.5.21
@@ -4611,8 +4355,6 @@ snapshots:
muggle-string: 0.4.1
path-browserify: 1.0.1
picomatch: 4.0.3
- optionalDependencies:
- typescript: 5.9.2
'@vue/reactivity@3.5.21':
dependencies:
@@ -4630,70 +4372,37 @@ snapshots:
'@vue/shared': 3.5.21
csstype: 3.1.3
- '@vue/server-renderer@3.5.21(vue@3.5.21(typescript@5.9.2))':
+ '@vue/server-renderer@3.5.21(vue@3.5.21)':
dependencies:
'@vue/compiler-ssr': 3.5.21
'@vue/shared': 3.5.21
- vue: 3.5.21(typescript@5.9.2)
+ vue: 3.5.21
'@vue/shared@3.5.21': {}
- '@vueuse/core@13.9.0(vue@3.5.21(typescript@5.9.2))':
+ '@vueuse/core@13.9.0(vue@3.5.21)':
dependencies:
'@types/web-bluetooth': 0.0.21
'@vueuse/metadata': 13.9.0
- '@vueuse/shared': 13.9.0(vue@3.5.21(typescript@5.9.2))
- vue: 3.5.21(typescript@5.9.2)
+ '@vueuse/shared': 13.9.0(vue@3.5.21)
+ vue: 3.5.21
'@vueuse/metadata@13.9.0': {}
- '@vueuse/nuxt@13.9.0(magicast@0.3.5)(nuxt@4.1.1(@netlify/blobs@9.1.2)(@parcel/watcher@2.5.1)(@types/node@24.3.0)(@vue/compiler-sfc@3.5.21)(db0@0.3.2)(ioredis@5.7.0)(magicast@0.3.5)(rollup@4.50.1)(terser@5.44.0)(typescript@5.9.2)(vite@7.1.5(@types/node@24.3.0)(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1))(yaml@2.8.1))(vue@3.5.21(typescript@5.9.2))':
+ '@vueuse/nuxt@13.9.0(magicast@0.3.5)(nuxt@4.1.1(@parcel/watcher@2.5.1)(@vue/compiler-sfc@3.5.21)(db0@0.3.2)(ioredis@5.7.0)(magicast@0.3.5)(rollup@4.50.1)(terser@5.44.0)(vite@7.1.5(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1))(yaml@2.8.1))(vue@3.5.21)':
dependencies:
'@nuxt/kit': 3.19.1(magicast@0.3.5)
- '@vueuse/core': 13.9.0(vue@3.5.21(typescript@5.9.2))
+ '@vueuse/core': 13.9.0(vue@3.5.21)
'@vueuse/metadata': 13.9.0
local-pkg: 1.1.2
- nuxt: 4.1.1(@netlify/blobs@9.1.2)(@parcel/watcher@2.5.1)(@types/node@24.3.0)(@vue/compiler-sfc@3.5.21)(db0@0.3.2)(ioredis@5.7.0)(magicast@0.3.5)(rollup@4.50.1)(terser@5.44.0)(typescript@5.9.2)(vite@7.1.5(@types/node@24.3.0)(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1))(yaml@2.8.1)
- vue: 3.5.21(typescript@5.9.2)
+ nuxt: 4.1.1(@parcel/watcher@2.5.1)(@vue/compiler-sfc@3.5.21)(db0@0.3.2)(ioredis@5.7.0)(magicast@0.3.5)(rollup@4.50.1)(terser@5.44.0)(vite@7.1.5(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1))(yaml@2.8.1)
+ vue: 3.5.21
transitivePeerDependencies:
- magicast
- '@vueuse/shared@13.9.0(vue@3.5.21(typescript@5.9.2))':
+ '@vueuse/shared@13.9.0(vue@3.5.21)':
dependencies:
- vue: 3.5.21(typescript@5.9.2)
-
- '@whatwg-node/disposablestack@0.0.6':
- dependencies:
- '@whatwg-node/promise-helpers': 1.3.2
- tslib: 2.8.1
- optional: true
-
- '@whatwg-node/fetch@0.10.10':
- dependencies:
- '@whatwg-node/node-fetch': 0.7.25
- urlpattern-polyfill: 10.1.0
- optional: true
-
- '@whatwg-node/node-fetch@0.7.25':
- dependencies:
- '@fastify/busboy': 3.2.0
- '@whatwg-node/disposablestack': 0.0.6
- '@whatwg-node/promise-helpers': 1.3.2
- tslib: 2.8.1
- optional: true
-
- '@whatwg-node/promise-helpers@1.3.2':
- dependencies:
- tslib: 2.8.1
- optional: true
-
- '@whatwg-node/server@0.9.71':
- dependencies:
- '@whatwg-node/disposablestack': 0.0.6
- '@whatwg-node/fetch': 0.10.10
- '@whatwg-node/promise-helpers': 1.3.2
- tslib: 2.8.1
- optional: true
+ vue: 3.5.21
'@xterm/addon-fit@0.10.0(@xterm/xterm@5.5.0)':
dependencies:
@@ -4719,13 +4428,13 @@ snapshots:
ansi-regex@5.0.1: {}
- ansi-regex@6.2.1: {}
+ ansi-regex@6.2.2: {}
ansi-styles@4.3.0:
dependencies:
color-convert: 2.0.1
- ansi-styles@6.2.2: {}
+ ansi-styles@6.2.3: {}
ansis@4.1.0: {}
@@ -4806,7 +4515,7 @@ snapshots:
browserslist@4.25.4:
dependencies:
caniuse-lite: 1.0.30001741
- electron-to-chromium: 1.5.214
+ electron-to-chromium: 1.5.215
node-releases: 2.0.20
update-browserslist-db: 1.1.3(browserslist@4.25.4)
@@ -4842,21 +4551,6 @@ snapshots:
cac@6.7.14: {}
- call-bind-apply-helpers@1.0.2:
- dependencies:
- es-errors: 1.3.0
- function-bind: 1.1.2
- optional: true
-
- call-bound@1.0.4:
- dependencies:
- call-bind-apply-helpers: 1.0.2
- get-intrinsic: 1.3.0
- optional: true
-
- callsite@1.0.0:
- optional: true
-
caniuse-api@3.0.0:
dependencies:
browserslist: 4.25.4
@@ -5035,9 +4729,6 @@ snapshots:
csstype@3.1.3: {}
- data-uri-to-buffer@4.0.1:
- optional: true
-
db0@0.3.2: {}
de-indent@1.0.2: {}
@@ -5050,11 +4741,6 @@ snapshots:
dependencies:
ms: 2.1.3
- decache@4.6.2:
- dependencies:
- callsite: 1.0.0
- optional: true
-
deepmerge@4.3.1: {}
default-browser-id@5.0.0: {}
@@ -5110,20 +4796,13 @@ snapshots:
dotenv@17.2.2: {}
- dunder-proto@1.0.1:
- dependencies:
- call-bind-apply-helpers: 1.0.2
- es-errors: 1.3.0
- gopd: 1.2.0
- optional: true
-
duplexer@0.1.2: {}
eastasianwidth@0.2.0: {}
ee-first@1.1.1: {}
- electron-to-chromium@1.5.214: {}
+ electron-to-chromium@1.5.215: {}
emoji-regex@8.0.0: {}
@@ -5147,26 +4826,12 @@ snapshots:
entities@4.5.0: {}
- env-paths@3.0.0:
- optional: true
-
error-stack-parser-es@1.0.5: {}
errx@0.1.0: {}
- es-define-property@1.0.1:
- optional: true
-
- es-errors@1.3.0:
- optional: true
-
es-module-lexer@1.7.0: {}
- es-object-atoms@1.1.1:
- dependencies:
- es-errors: 1.3.0
- optional: true
-
esbuild@0.25.9:
optionalDependencies:
'@esbuild/aix-ppc64': 0.25.9
@@ -5248,30 +4913,17 @@ snapshots:
optionalDependencies:
picomatch: 4.0.3
- fetch-blob@3.2.0:
- dependencies:
- node-domexception: 1.0.0
- web-streams-polyfill: 3.3.3
- optional: true
-
file-uri-to-path@1.0.0: {}
fill-range@7.1.1:
dependencies:
to-regex-range: 5.0.1
- find-up@7.0.0:
- dependencies:
- locate-path: 7.2.0
- path-exists: 5.0.0
- unicorn-magic: 0.1.0
- optional: true
-
- floating-vue@5.2.2(@nuxt/kit@3.19.1(magicast@0.3.5))(vue@3.5.21(typescript@5.9.2)):
+ floating-vue@5.2.2(@nuxt/kit@3.19.1(magicast@0.3.5))(vue@3.5.21):
dependencies:
'@floating-ui/dom': 1.1.1
- vue: 3.5.21(typescript@5.9.2)
- vue-resize: 2.0.0-alpha.1(vue@3.5.21(typescript@5.9.2))
+ vue: 3.5.21
+ vue-resize: 2.0.0-alpha.1(vue@3.5.21)
optionalDependencies:
'@nuxt/kit': 3.19.1(magicast@0.3.5)
@@ -5280,11 +4932,6 @@ snapshots:
cross-spawn: 7.0.6
signal-exit: 4.1.0
- formdata-polyfill@4.0.10:
- dependencies:
- fetch-blob: 3.2.0
- optional: true
-
fraction.js@4.3.7: {}
fresh@2.0.0: {}
@@ -5300,28 +4947,8 @@ snapshots:
get-caller-file@2.0.5: {}
- get-intrinsic@1.3.0:
- dependencies:
- call-bind-apply-helpers: 1.0.2
- es-define-property: 1.0.1
- es-errors: 1.3.0
- es-object-atoms: 1.1.1
- function-bind: 1.1.2
- get-proto: 1.0.1
- gopd: 1.2.0
- has-symbols: 1.1.0
- hasown: 2.0.2
- math-intrinsics: 1.1.0
- optional: true
-
get-port-please@3.2.0: {}
- get-proto@1.0.1:
- dependencies:
- dunder-proto: 1.0.1
- es-object-atoms: 1.1.1
- optional: true
-
get-stream@8.0.1: {}
giget@2.0.0:
@@ -5368,9 +4995,6 @@ snapshots:
slash: 5.1.0
unicorn-magic: 0.3.0
- gopd@1.2.0:
- optional: true
-
graceful-fs@4.2.11: {}
gzip-size@7.0.0:
@@ -5389,9 +5013,6 @@ snapshots:
ufo: 1.6.1
uncrypto: 0.1.3
- has-symbols@1.1.0:
- optional: true
-
hasown@2.0.2:
dependencies:
function-bind: 1.1.2
@@ -5437,9 +5058,6 @@ snapshots:
unplugin: 2.3.10
unplugin-utils: 0.2.5
- imurmurhash@0.1.4:
- optional: true
-
inherits@2.0.4: {}
ini@4.1.1: {}
@@ -5585,17 +5203,6 @@ snapshots:
pkg-types: 2.3.0
quansync: 0.2.11
- locate-path@7.2.0:
- dependencies:
- p-locate: 6.0.0
- optional: true
-
- lodash-es@4.17.21:
- optional: true
-
- lodash.debounce@4.0.8:
- optional: true
-
lodash.defaults@4.2.0: {}
lodash.isarguments@3.1.0: {}
@@ -5638,9 +5245,6 @@ snapshots:
'@babel/types': 7.28.4
source-map-js: 1.2.1
- math-intrinsics@1.1.0:
- optional: true
-
mdn-data@2.0.28: {}
mdn-data@2.12.2: {}
@@ -5649,9 +5253,6 @@ snapshots:
merge2@1.4.1: {}
- micro-api-client@3.3.0:
- optional: true
-
micromatch@4.0.8:
dependencies:
braces: 3.0.3
@@ -5710,17 +5311,7 @@ snapshots:
nanotar@0.2.0: {}
- netlify@13.3.5:
- dependencies:
- '@netlify/open-api': 2.37.0
- lodash-es: 4.17.21
- micro-api-client: 3.3.0
- node-fetch: 3.3.2
- p-wait-for: 5.0.2
- qs: 6.14.0
- optional: true
-
- nitropack@2.12.5(@netlify/blobs@9.1.2):
+ nitropack@2.12.5:
dependencies:
'@cloudflare/kv-asset-handler': 0.4.0
'@rollup/plugin-alias': 5.1.1(rollup@4.50.1)
@@ -5787,7 +5378,7 @@ snapshots:
unenv: 2.0.0-rc.20
unimport: 5.2.0
unplugin-utils: 0.3.0
- unstorage: 1.17.1(@netlify/blobs@9.1.2)(db0@0.3.2)(ioredis@5.7.0)
+ unstorage: 1.17.1(db0@0.3.2)(ioredis@5.7.0)
untyped: 2.0.0
unwasm: 0.3.11
youch: 4.1.0-beta.8
@@ -5822,22 +5413,12 @@ snapshots:
node-addon-api@7.1.1: {}
- node-domexception@1.0.0:
- optional: true
-
node-fetch-native@1.6.7: {}
node-fetch@2.7.0:
dependencies:
whatwg-url: 5.0.0
- node-fetch@3.3.2:
- dependencies:
- data-uri-to-buffer: 4.0.1
- fetch-blob: 3.2.0
- formdata-polyfill: 4.0.10
- optional: true
-
node-forge@1.3.1: {}
node-gyp-build@4.8.4: {}
@@ -5867,16 +5448,16 @@ snapshots:
dependencies:
boolbase: 1.0.0
- nuxt@4.1.1(@netlify/blobs@9.1.2)(@parcel/watcher@2.5.1)(@types/node@24.3.0)(@vue/compiler-sfc@3.5.21)(db0@0.3.2)(ioredis@5.7.0)(magicast@0.3.5)(rollup@4.50.1)(terser@5.44.0)(typescript@5.9.2)(vite@7.1.5(@types/node@24.3.0)(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1))(yaml@2.8.1):
+ nuxt@4.1.1(@parcel/watcher@2.5.1)(@vue/compiler-sfc@3.5.21)(db0@0.3.2)(ioredis@5.7.0)(magicast@0.3.5)(rollup@4.50.1)(terser@5.44.0)(vite@7.1.5(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1))(yaml@2.8.1):
dependencies:
'@nuxt/cli': 3.28.0(magicast@0.3.5)
'@nuxt/devalue': 2.0.2
- '@nuxt/devtools': 2.6.3(vite@7.1.5(@types/node@24.3.0)(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.21(typescript@5.9.2))
+ '@nuxt/devtools': 2.6.3(vite@7.1.5(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.21)
'@nuxt/kit': 4.1.1(magicast@0.3.5)
'@nuxt/schema': 4.1.1
'@nuxt/telemetry': 2.6.6(magicast@0.3.5)
- '@nuxt/vite-builder': 4.1.1(@types/node@24.3.0)(magicast@0.3.5)(rollup@4.50.1)(terser@5.44.0)(typescript@5.9.2)(vue@3.5.21(typescript@5.9.2))(yaml@2.8.1)
- '@unhead/vue': 2.0.14(vue@3.5.21(typescript@5.9.2))
+ '@nuxt/vite-builder': 4.1.1(magicast@0.3.5)(rollup@4.50.1)(terser@5.44.0)(vue@3.5.21)(yaml@2.8.1)
+ '@unhead/vue': 2.0.14(vue@3.5.21)
'@vue/shared': 3.5.21
c12: 3.2.0(magicast@0.3.5)
chokidar: 4.0.3
@@ -5902,7 +5483,7 @@ snapshots:
mlly: 1.8.0
mocked-exports: 0.1.1
nanotar: 0.2.0
- nitropack: 2.12.5(@netlify/blobs@9.1.2)
+ nitropack: 2.12.5
nypm: 0.6.1
ofetch: 1.4.1
ohash: 2.0.11
@@ -5925,16 +5506,15 @@ snapshots:
unctx: 2.4.1
unimport: 5.2.0
unplugin: 2.3.10
- unplugin-vue-router: 0.15.0(@vue/compiler-sfc@3.5.21)(typescript@5.9.2)(vue-router@4.5.1(vue@3.5.21(typescript@5.9.2)))(vue@3.5.21(typescript@5.9.2))
- unstorage: 1.17.1(@netlify/blobs@9.1.2)(db0@0.3.2)(ioredis@5.7.0)
+ unplugin-vue-router: 0.15.0(@vue/compiler-sfc@3.5.21)(vue-router@4.5.1(vue@3.5.21))(vue@3.5.21)
+ unstorage: 1.17.1(db0@0.3.2)(ioredis@5.7.0)
untyped: 2.0.0
- vue: 3.5.21(typescript@5.9.2)
+ vue: 3.5.21
vue-bundle-renderer: 2.1.2
vue-devtools-stub: 0.1.0
- vue-router: 4.5.1(vue@3.5.21(typescript@5.9.2))
+ vue-router: 4.5.1(vue@3.5.21)
optionalDependencies:
'@parcel/watcher': 2.5.1
- '@types/node': 24.3.0
transitivePeerDependencies:
- '@azure/app-configuration'
- '@azure/cosmos'
@@ -5998,9 +5578,6 @@ snapshots:
pkg-types: 2.3.0
tinyexec: 1.0.1
- object-inspect@1.13.4:
- optional: true
-
ofetch@1.4.1:
dependencies:
destr: 2.0.5
@@ -6094,31 +5671,10 @@ snapshots:
magic-regexp: 0.10.0
oxc-parser: 0.86.0
- p-limit@4.0.0:
- dependencies:
- yocto-queue: 1.2.1
- optional: true
-
- p-locate@6.0.0:
- dependencies:
- p-limit: 4.0.0
- optional: true
-
- p-timeout@6.1.4:
- optional: true
-
- p-wait-for@5.0.2:
- dependencies:
- p-timeout: 6.1.4
- optional: true
-
package-json-from-dist@1.0.1: {}
package-manager-detector@1.3.0: {}
- parse-gitignore@2.0.0:
- optional: true
-
parse-path@7.1.0:
dependencies:
protocols: 2.0.2
@@ -6132,9 +5688,6 @@ snapshots:
path-browserify@1.0.1: {}
- path-exists@5.0.0:
- optional: true
-
path-key@3.1.1: {}
path-key@4.0.0: {}
@@ -6162,12 +5715,10 @@ snapshots:
picomatch@4.0.3: {}
- pinia@3.0.3(typescript@5.9.2)(vue@3.5.21(typescript@5.9.2)):
+ pinia@3.0.3(vue@3.5.21):
dependencies:
'@vue/devtools-api': 7.7.7
- vue: 3.5.21(typescript@5.9.2)
- optionalDependencies:
- typescript: 5.9.2
+ vue: 3.5.21
pkg-types@1.3.1:
dependencies:
@@ -6356,11 +5907,6 @@ snapshots:
protocols@2.0.2: {}
- qs@6.14.0:
- dependencies:
- side-channel: 1.1.0
- optional: true
-
quansync@0.2.11: {}
queue-microtask@1.2.3: {}
@@ -6521,38 +6067,6 @@ snapshots:
shell-quote@1.8.3: {}
- side-channel-list@1.0.0:
- dependencies:
- es-errors: 1.3.0
- object-inspect: 1.13.4
- optional: true
-
- side-channel-map@1.0.1:
- dependencies:
- call-bound: 1.0.4
- es-errors: 1.3.0
- get-intrinsic: 1.3.0
- object-inspect: 1.13.4
- optional: true
-
- side-channel-weakmap@1.0.2:
- dependencies:
- call-bound: 1.0.4
- es-errors: 1.3.0
- get-intrinsic: 1.3.0
- object-inspect: 1.13.4
- side-channel-map: 1.0.1
- optional: true
-
- side-channel@1.1.0:
- dependencies:
- es-errors: 1.3.0
- object-inspect: 1.13.4
- side-channel-list: 1.0.0
- side-channel-map: 1.0.1
- side-channel-weakmap: 1.0.2
- optional: true
-
signal-exit@4.1.0: {}
simple-git@3.28.0:
@@ -6631,7 +6145,7 @@ snapshots:
dependencies:
eastasianwidth: 0.2.0
emoji-regex: 9.2.2
- strip-ansi: 7.1.1
+ strip-ansi: 7.1.2
string_decoder@1.1.1:
dependencies:
@@ -6645,9 +6159,9 @@ snapshots:
dependencies:
ansi-regex: 5.0.1
- strip-ansi@7.1.1:
+ strip-ansi@7.1.2:
dependencies:
- ansi-regex: 6.2.1
+ ansi-regex: 6.2.2
strip-final-newline@3.0.0: {}
@@ -6667,7 +6181,7 @@ snapshots:
dependencies:
copy-anything: 3.0.5
- supports-color@10.2.1: {}
+ supports-color@10.2.2: {}
supports-preserve-symlinks-flag@1.0.0: {}
@@ -6740,9 +6254,6 @@ snapshots:
type-level-regexp@0.1.17: {}
- typescript@5.9.2:
- optional: true
-
ufo@1.6.1: {}
ultrahtml@1.6.0: {}
@@ -6756,9 +6267,6 @@ snapshots:
magic-string: 0.30.19
unplugin: 2.3.10
- undici-types@7.10.0:
- optional: true
-
unenv@2.0.0-rc.20:
dependencies:
defu: 6.1.4
@@ -6779,9 +6287,6 @@ snapshots:
dependencies:
hookable: 5.5.3
- unicorn-magic@0.1.0:
- optional: true
-
unicorn-magic@0.3.0: {}
unimport@5.2.0:
@@ -6811,11 +6316,11 @@ snapshots:
pathe: 2.0.3
picomatch: 4.0.3
- unplugin-vue-router@0.15.0(@vue/compiler-sfc@3.5.21)(typescript@5.9.2)(vue-router@4.5.1(vue@3.5.21(typescript@5.9.2)))(vue@3.5.21(typescript@5.9.2)):
+ unplugin-vue-router@0.15.0(@vue/compiler-sfc@3.5.21)(vue-router@4.5.1(vue@3.5.21))(vue@3.5.21):
dependencies:
- '@vue-macros/common': 3.0.0-beta.16(vue@3.5.21(typescript@5.9.2))
+ '@vue-macros/common': 3.0.0-beta.16(vue@3.5.21)
'@vue/compiler-sfc': 3.5.21
- '@vue/language-core': 3.0.6(typescript@5.9.2)
+ '@vue/language-core': 3.0.6
ast-walker-scope: 0.8.2
chokidar: 4.0.3
json5: 2.2.3
@@ -6831,7 +6336,7 @@ snapshots:
unplugin-utils: 0.2.5
yaml: 2.8.1
optionalDependencies:
- vue-router: 4.5.1(vue@3.5.21(typescript@5.9.2))
+ vue-router: 4.5.1(vue@3.5.21)
transitivePeerDependencies:
- typescript
- vue
@@ -6843,7 +6348,7 @@ snapshots:
picomatch: 4.0.3
webpack-virtual-modules: 0.6.2
- unstorage@1.17.1(@netlify/blobs@9.1.2)(db0@0.3.2)(ioredis@5.7.0):
+ unstorage@1.17.1(db0@0.3.2)(ioredis@5.7.0):
dependencies:
anymatch: 3.1.3
chokidar: 4.0.3
@@ -6854,7 +6359,6 @@ snapshots:
ofetch: 1.4.1
ufo: 1.6.1
optionalDependencies:
- '@netlify/blobs': 9.1.2
db0: 0.3.2
ioredis: 5.7.0
@@ -6889,31 +6393,25 @@ snapshots:
uqr@0.1.2: {}
- urlpattern-polyfill@10.1.0:
- optional: true
-
util-deprecate@1.0.2: {}
- uuid@11.1.0:
- optional: true
-
- vite-dev-rpc@1.1.0(vite@7.1.5(@types/node@24.3.0)(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1)):
+ vite-dev-rpc@1.1.0(vite@7.1.5(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1)):
dependencies:
birpc: 2.5.0
- vite: 7.1.5(@types/node@24.3.0)(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1)
- vite-hot-client: 2.1.0(vite@7.1.5(@types/node@24.3.0)(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1))
+ vite: 7.1.5(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1)
+ vite-hot-client: 2.1.0(vite@7.1.5(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1))
- vite-hot-client@2.1.0(vite@7.1.5(@types/node@24.3.0)(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1)):
+ vite-hot-client@2.1.0(vite@7.1.5(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1)):
dependencies:
- vite: 7.1.5(@types/node@24.3.0)(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1)
+ vite: 7.1.5(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1)
- vite-node@3.2.4(@types/node@24.3.0)(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1):
+ vite-node@3.2.4(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1):
dependencies:
cac: 6.7.14
debug: 4.4.1
es-module-lexer: 1.7.0
pathe: 2.0.3
- vite: 7.1.5(@types/node@24.3.0)(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1)
+ vite: 7.1.5(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1)
transitivePeerDependencies:
- '@types/node'
- jiti
@@ -6928,22 +6426,20 @@ snapshots:
- tsx
- yaml
- vite-plugin-checker@0.10.3(typescript@5.9.2)(vite@7.1.5(@types/node@24.3.0)(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1)):
+ vite-plugin-checker@0.10.3(vite@7.1.5(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1)):
dependencies:
'@babel/code-frame': 7.27.1
chokidar: 4.0.3
npm-run-path: 6.0.0
picocolors: 1.1.1
picomatch: 4.0.3
- strip-ansi: 7.1.1
+ strip-ansi: 7.1.2
tiny-invariant: 1.3.3
tinyglobby: 0.2.14
- vite: 7.1.5(@types/node@24.3.0)(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1)
+ vite: 7.1.5(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1)
vscode-uri: 3.1.0
- optionalDependencies:
- typescript: 5.9.2
- vite-plugin-inspect@11.3.3(@nuxt/kit@3.19.1(magicast@0.3.5))(vite@7.1.5(@types/node@24.3.0)(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1)):
+ vite-plugin-inspect@11.3.3(@nuxt/kit@3.19.1(magicast@0.3.5))(vite@7.1.5(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1)):
dependencies:
ansis: 4.1.0
debug: 4.4.1
@@ -6953,24 +6449,24 @@ snapshots:
perfect-debounce: 2.0.0
sirv: 3.0.2
unplugin-utils: 0.3.0
- vite: 7.1.5(@types/node@24.3.0)(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1)
- vite-dev-rpc: 1.1.0(vite@7.1.5(@types/node@24.3.0)(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1))
+ vite: 7.1.5(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1)
+ vite-dev-rpc: 1.1.0(vite@7.1.5(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1))
optionalDependencies:
'@nuxt/kit': 3.19.1(magicast@0.3.5)
transitivePeerDependencies:
- supports-color
- vite-plugin-vue-tracer@1.0.0(vite@7.1.5(@types/node@24.3.0)(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.21(typescript@5.9.2)):
+ vite-plugin-vue-tracer@1.0.0(vite@7.1.5(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1))(vue@3.5.21):
dependencies:
estree-walker: 3.0.3
exsolve: 1.0.7
magic-string: 0.30.19
pathe: 2.0.3
source-map-js: 1.2.1
- vite: 7.1.5(@types/node@24.3.0)(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1)
- vue: 3.5.21(typescript@5.9.2)
+ vite: 7.1.5(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1)
+ vue: 3.5.21
- vite@7.1.5(@types/node@24.3.0)(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1):
+ vite@7.1.5(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1):
dependencies:
esbuild: 0.25.9
fdir: 6.5.0(picomatch@4.0.3)
@@ -6979,7 +6475,6 @@ snapshots:
rollup: 4.50.1
tinyglobby: 0.2.15
optionalDependencies:
- '@types/node': 24.3.0
fsevents: 2.3.3
jiti: 2.5.1
terser: 5.44.0
@@ -6993,31 +6488,26 @@ snapshots:
vue-devtools-stub@0.1.0: {}
- vue-resize@2.0.0-alpha.1(vue@3.5.21(typescript@5.9.2)):
+ vue-resize@2.0.0-alpha.1(vue@3.5.21):
dependencies:
- vue: 3.5.21(typescript@5.9.2)
+ vue: 3.5.21
- vue-router@4.5.1(vue@3.5.21(typescript@5.9.2)):
+ vue-router@4.5.1(vue@3.5.21):
dependencies:
'@vue/devtools-api': 6.6.4
- vue: 3.5.21(typescript@5.9.2)
+ vue: 3.5.21
- vue-toastification@2.0.0-rc.5(vue@3.5.21(typescript@5.9.2)):
+ vue-toastification@2.0.0-rc.5(vue@3.5.21):
dependencies:
- vue: 3.5.21(typescript@5.9.2)
+ vue: 3.5.21
- vue@3.5.21(typescript@5.9.2):
+ vue@3.5.21:
dependencies:
'@vue/compiler-dom': 3.5.21
'@vue/compiler-sfc': 3.5.21
'@vue/runtime-dom': 3.5.21
- '@vue/server-renderer': 3.5.21(vue@3.5.21(typescript@5.9.2))
+ '@vue/server-renderer': 3.5.21(vue@3.5.21)
'@vue/shared': 3.5.21
- optionalDependencies:
- typescript: 5.9.2
-
- web-streams-polyfill@3.3.3:
- optional: true
webidl-conversions@3.0.1: {}
@@ -7044,15 +6534,9 @@ snapshots:
wrap-ansi@8.1.0:
dependencies:
- ansi-styles: 6.2.2
+ ansi-styles: 6.2.3
string-width: 5.1.2
- strip-ansi: 7.1.1
-
- write-file-atomic@6.0.0:
- dependencies:
- imurmurhash: 0.1.4
- signal-exit: 4.1.0
- optional: true
+ strip-ansi: 7.1.2
ws@8.17.1: {}
@@ -7084,9 +6568,6 @@ snapshots:
y18n: 5.0.8
yargs-parser: 21.1.1
- yocto-queue@1.2.1:
- optional: true
-
youch-core@0.3.3:
dependencies:
'@poppinss/exception': 1.2.2