remove simpleanalytics

finxol.io 216ec4c6 c0cda13d

verified
-8
app/plugins/simpleanalytics.client.js
···
-
import SimpleAnalytics from "simple-analytics-vue";
-
-
export default defineNuxtPlugin((nuxtApp) => {
-
nuxtApp.vueApp.use(SimpleAnalytics, {
-
skip: process.env.NODE_ENV !== "production",
-
domain: "sa.finxol.io"
-
});
-
});
+8 -1
nuxt.config.ts
···
+
import { defineNuxtConfig } from "nuxt/config";
import blogConfig from "./blog.config";
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
+
//@ts-ignore
site: { url: blogConfig.site, name: blogConfig.title },
telemetry: false,
···
},
typescript: {
-
typeCheck: true
+
typeCheck: true,
+
tsConfig: {
+
compilerOptions: {
+
strict: true
+
}
+
}
},
routeRules: {
+1 -2
package.json
···
"format": "biome format --write"
},
"dependencies": {
-
"@nuxt/content": "3.3.0",
+
"@nuxt/content": "^3.6.3",
"@nuxt/icon": "1.11.0",
"@nuxtjs/tailwindcss": "^6.14.0",
"@tailwindcss/typography": "^0.5.16",
···
"@biomejs/biome": "1.9.4",
"@iconify-json/ant-design": "^1.2.5",
"@iconify-json/ri": "^1.2.5",
-
"simple-analytics-vue": "^3.0.3",
"typescript": "^5.9.2",
"vue-tsc": "2.2.2"
},
+2103 -3310
pnpm-lock.yaml
···
.:
dependencies:
'@nuxt/content':
-
specifier: 3.3.0
-
version: 3.3.0(magicast@0.3.5)(typescript@5.9.2)
+
specifier: ^3.6.3
+
version: 3.6.3(better-sqlite3@11.10.0)(magicast@0.3.5)
'@nuxt/icon':
specifier: 1.11.0
-
version: 1.11.0(magicast@0.3.5)(vite@6.3.5(@types/node@22.15.23)(jiti@2.4.2)(terser@5.40.0)(yaml@2.8.0))(vue@3.5.20(typescript@5.9.2))
+
version: 1.11.0(magicast@0.3.5)(vite@7.1.4(@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))
'@nuxtjs/tailwindcss':
specifier: ^6.14.0
version: 6.14.0(magicast@0.3.5)
···
version: 0.5.16(tailwindcss@3.4.17)
'@unhead/vue':
specifier: ^2.0.14
-
version: 2.0.14(vue@3.5.20(typescript@5.9.2))
+
version: 2.0.14(vue@3.5.21(typescript@5.9.2))
'@vueuse/core':
specifier: ^13.9.0
-
version: 13.9.0(vue@3.5.20(typescript@5.9.2))
+
version: 13.9.0(vue@3.5.21(typescript@5.9.2))
nuxt:
specifier: ^3.17.4
-
version: 3.17.4(@biomejs/biome@1.9.4)(@netlify/blobs@9.1.2)(@parcel/watcher@2.5.1)(@types/node@22.15.23)(better-sqlite3@11.10.0)(db0@0.3.2(better-sqlite3@11.10.0))(ioredis@5.6.1)(magicast@0.3.5)(rollup@4.41.1)(terser@5.40.0)(typescript@5.9.2)(vite@6.3.5(@types/node@22.15.23)(jiti@2.4.2)(terser@5.40.0)(yaml@2.8.0))(vue-tsc@2.2.2(typescript@5.9.2))(yaml@2.8.0)
+
version: 3.19.0(@biomejs/biome@1.9.4)(@parcel/watcher@2.5.1)(@types/node@24.3.0)(@vue/compiler-sfc@3.5.21)(better-sqlite3@11.10.0)(db0@0.3.2(better-sqlite3@11.10.0))(ioredis@5.7.0)(magicast@0.3.5)(rollup@4.50.0)(terser@5.44.0)(typescript@5.9.2)(vite@7.1.4(@types/node@24.3.0)(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1))(vue-tsc@2.2.2(typescript@5.9.2))(yaml@2.8.1)
nuxt-og-image:
specifier: 5.1.4
-
version: 5.1.4(@unhead/vue@2.0.14(vue@3.5.20(typescript@5.9.2)))(magicast@0.3.5)(unstorage@1.17.0(@netlify/blobs@9.1.2)(db0@0.3.2(better-sqlite3@11.10.0))(ioredis@5.6.1))(vite@6.3.5(@types/node@22.15.23)(jiti@2.4.2)(terser@5.40.0)(yaml@2.8.0))(vue@3.5.20(typescript@5.9.2))
+
version: 5.1.4(@unhead/vue@2.0.14(vue@3.5.21(typescript@5.9.2)))(magicast@0.3.5)(unstorage@1.17.0(db0@0.3.2(better-sqlite3@11.10.0))(ioredis@5.7.0))(vite@7.1.4(@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:
specifier: ^3.5.20
-
version: 3.5.20(typescript@5.9.2)
+
version: 3.5.21(typescript@5.9.2)
vue-router:
specifier: ^4.5.1
-
version: 4.5.1(vue@3.5.20(typescript@5.9.2))
+
version: 4.5.1(vue@3.5.21(typescript@5.9.2))
devDependencies:
'@biomejs/biome':
specifier: 1.9.4
···
'@iconify-json/ri':
specifier: ^1.2.5
version: 1.2.5
-
simple-analytics-vue:
-
specifier: ^3.0.3
-
version: 3.0.3(vue@3.5.20(typescript@5.9.2))
typescript:
specifier: ^5.9.2
version: 5.9.2
···
'@antfu/utils@8.1.1':
resolution: {integrity: sha512-Mex9nXf9vR6AhcXmMrlz/HVgYYZpVGJ6YlPgwl7UnaFpnshXs6EK/oa5Gpf3CzENMjkvEx2tQtntGnb7UtSTOQ==}
+
'@apidevtools/json-schema-ref-parser@11.9.3':
+
resolution: {integrity: sha512-60vepv88RwcJtSHrD6MjIL6Ta3SOYbgfnkHb+ppAVK+o9mXprRtulx7VlRl3lN3bbvysAfCS7WMVfhUYemB0IQ==}
+
engines: {node: '>= 16'}
+
'@babel/code-frame@7.27.1':
resolution: {integrity: sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==}
engines: {node: '>=6.9.0'}
-
'@babel/compat-data@7.27.3':
-
resolution: {integrity: sha512-V42wFfx1ymFte+ecf6iXghnnP8kWTO+ZLXIyZq+1LAXHHvTZdVxicn4yiVYdYMGaCO3tmqub11AorKkv+iodqw==}
+
'@babel/compat-data@7.28.0':
+
resolution: {integrity: sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==}
engines: {node: '>=6.9.0'}
-
'@babel/core@7.27.3':
-
resolution: {integrity: sha512-hyrN8ivxfvJ4i0fIJuV4EOlV0WDMz5Ui4StRTgVaAvWeiRCilXgwVvxJKtFQ3TKtHgJscB2YiXKGNJuVwhQMtA==}
+
'@babel/core@7.28.3':
+
resolution: {integrity: sha512-yDBHV9kQNcr2/sUr9jghVyz9C3Y5G2zUM2H2lo+9mKv4sFgbA8s8Z9t8D1jiTkGoO/NoIfKMyKWr4s6CN23ZwQ==}
engines: {node: '>=6.9.0'}
-
'@babel/generator@7.27.3':
-
resolution: {integrity: sha512-xnlJYj5zepml8NXtjkG0WquFUv8RskFqyFcVgTBp5k+NaA/8uw/K+OSVf8AMGw5e9HKP2ETd5xpK5MLZQD6b4Q==}
+
'@babel/generator@7.28.3':
+
resolution: {integrity: sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==}
engines: {node: '>=6.9.0'}
'@babel/helper-annotate-as-pure@7.27.3':
···
resolution: {integrity: sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==}
engines: {node: '>=6.9.0'}
-
'@babel/helper-create-class-features-plugin@7.27.1':
-
resolution: {integrity: sha512-QwGAmuvM17btKU5VqXfb+Giw4JcN0hjuufz3DYnpeVDvZLAObloM77bhMXiqry3Iio+Ai4phVRDwl6WU10+r5A==}
+
'@babel/helper-create-class-features-plugin@7.28.3':
+
resolution: {integrity: sha512-V9f6ZFIYSLNEbuGA/92uOvYsGCJNsuA8ESZ4ldc09bWk/j8H8TKiPw8Mk1eG6olpnO0ALHJmYfZvF4MEE4gajg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
+
'@babel/helper-globals@7.28.0':
+
resolution: {integrity: sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==}
+
engines: {node: '>=6.9.0'}
+
'@babel/helper-member-expression-to-functions@7.27.1':
resolution: {integrity: sha512-E5chM8eWjTp/aNoVpcbfM7mLxu9XGLWYise2eBKGQomAk/Mb4XoxyqXTZbuTohbsl8EKqdlMhnDI2CCLfcs9wA==}
engines: {node: '>=6.9.0'}
···
resolution: {integrity: sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==}
engines: {node: '>=6.9.0'}
-
'@babel/helper-module-transforms@7.27.3':
-
resolution: {integrity: sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==}
+
'@babel/helper-module-transforms@7.28.3':
+
resolution: {integrity: sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
···
resolution: {integrity: sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==}
engines: {node: '>=6.9.0'}
-
'@babel/helpers@7.27.3':
-
resolution: {integrity: sha512-h/eKy9agOya1IGuLaZ9tEUgz+uIRXcbtOhRtUyyMf8JFmn1iT13vnl/IGVWSkdOCG/pC57U4S1jnAabAavTMwg==}
+
'@babel/helpers@7.28.3':
+
resolution: {integrity: sha512-PTNtvUQihsAsDHMOP5pfobP8C6CM4JWXmP8DrEIt46c3r2bf87Ua1zoqevsMo9g+tWDwgWrFP5EIxuBx5RudAw==}
engines: {node: '>=6.9.0'}
-
'@babel/parser@7.27.3':
-
resolution: {integrity: sha512-xyYxRj6+tLNDTWi0KCBcZ9V7yg3/lwL9DWh9Uwh/RIVlIfFidggcgxKX3GCXwCiswwcGRawBKbEg2LG/Y8eJhw==}
-
engines: {node: '>=6.0.0'}
-
hasBin: true
-
'@babel/parser@7.28.3':
resolution: {integrity: sha512-7+Ey1mAgYqFAx2h0RuoxcQT5+MlG3GTV0TQrgr7/ZliKsm/MNDxVVutlWaziMq7wJNAz8MTqz55XLpWvva6StA==}
engines: {node: '>=6.0.0'}
···
peerDependencies:
'@babel/core': ^7.0.0-0
-
'@babel/plugin-transform-typescript@7.27.1':
-
resolution: {integrity: sha512-Q5sT5+O4QUebHdbwKedFBEwRLb02zJ7r4A5Gg2hUoLuU3FjdMcyqcywqUrLCaDsFCxzokf7u9kuy7qz51YUuAg==}
+
'@babel/plugin-transform-typescript@7.28.0':
+
resolution: {integrity: sha512-4AEiDEBPIZvLQaWlc9liCavE0xRM0dNca41WtBeM3jgFptfUOSG9z0uteLhq6+3rq+WB6jIvUwKDTpXEHPJ2Vg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
···
resolution: {integrity: sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==}
engines: {node: '>=6.9.0'}
-
'@babel/traverse@7.27.3':
-
resolution: {integrity: sha512-lId/IfN/Ye1CIu8xG7oKBHXd2iNb2aW1ilPszzGcJug6M8RCKfVNcYhpI5+bMvFYjK7lXIM0R+a+6r8xhHp2FQ==}
-
engines: {node: '>=6.9.0'}
-
-
'@babel/types@7.27.1':
-
resolution: {integrity: sha512-+EzkxvLNfiUeKMgy/3luqfsCWFRXLb7U6wNQTk60tovuckwB15B191tJWvpp4HjiQWdJkCxO3Wbvc6jlk3Xb2Q==}
-
engines: {node: '>=6.9.0'}
-
-
'@babel/types@7.27.3':
-
resolution: {integrity: sha512-Y1GkI4ktrtvmawoSq+4FCVHNryea6uR+qUQy0AGxLSsjCX0nVmkYQMBLHDkXZuo5hGx7eYdnIaslsdBFm7zbUw==}
+
'@babel/traverse@7.28.3':
+
resolution: {integrity: sha512-7w4kZYHneL3A6NP2nxzHvT3HCZ7puDZZjFMqDpBPECub79sTtSO5CGXDkKrTQq8ksAwfD/XI2MRFX23njdDaIQ==}
engines: {node: '>=6.9.0'}
'@babel/types@7.28.2':
···
resolution: {integrity: sha512-+tv3z+SPp+gqTIcImN9o0hqE9xyfQjI1XD9pL6NuKjua9B1y7mNYv0S9cP+QEbA4ppVgGZEmKOvHX5G5Ei1CVA==}
engines: {node: '>=18.0.0'}
-
'@colors/colors@1.6.0':
-
resolution: {integrity: sha512-Ir+AOibqzrIsL6ajt3Rz3LskB7OiMVHqltZmspbW/TJuTVuyOMirVqAkjfY6JISiLHgyNqicAC8AyHHGzNd/dA==}
-
engines: {node: '>=0.1.90'}
-
-
'@csstools/selector-resolve-nested@3.0.0':
-
resolution: {integrity: sha512-ZoK24Yku6VJU1gS79a5PFmC8yn3wIapiKmPgun0hZgEI5AOqgH2kiPRsPz1qkGv4HL+wuDLH83yQyk6inMYrJQ==}
+
'@csstools/selector-resolve-nested@3.1.0':
+
resolution: {integrity: sha512-mf1LEW0tJLKfWyvn5KdDrhpxHyuxpbNwTIwOYLIvsTffeyOf85j5oIzfG0yosxDgx/sswlqBnESYUcQH0vgZ0g==}
engines: {node: '>=18'}
peerDependencies:
postcss-selector-parser: ^7.0.0
···
peerDependencies:
postcss-selector-parser: ^7.0.0
-
'@dabh/diagnostics@2.0.3':
-
resolution: {integrity: sha512-hrlQOIi7hAfzsMqlGSFyVucrx38O+j6wiGOf//H2ecvIEqYN4ADBSS2iLMh5UFyDunCNniUIPk/q3riFv45xRA==}
-
-
'@dependents/detective-less@5.0.1':
-
resolution: {integrity: sha512-Y6+WUMsTFWE5jb20IFP4YGa5IrGY/+a/FbOSjDF/wz9gepU2hwCYSXRHP/vPwBvwcY3SVMASt4yXxbXNXigmZQ==}
-
engines: {node: '>=18'}
+
'@emnapi/core@1.5.0':
+
resolution: {integrity: sha512-sbP8GzB1WDzacS8fgNPpHlp6C9VZe+SJP3F90W9rLemaQj2PzIuTEl1qDOYQf58YIpyjViI24y9aPWCjEzY2cg==}
-
'@emnapi/core@1.4.3':
-
resolution: {integrity: sha512-4m62DuCE07lw01soJwPiBGC0nAww0Q+RY70VZ+n49yDIO13yyinhbWCeNnaob0lakDtWQzSdtNWzJeOJt2ma+g==}
-
-
'@emnapi/runtime@1.4.3':
-
resolution: {integrity: sha512-pBPWdu6MLKROBX05wSNKcNb++m5Er+KQ9QkB+WVM+pW2Kx9hoSrVTnu3BdkI5eBLZoKu/J6mW/B6i6bJB2ytXQ==}
+
'@emnapi/runtime@1.5.0':
+
resolution: {integrity: sha512-97/BJ3iXHww3djw6hYIfErCZFee7qCtrneuLa20UXFCOTCfBM2cvQHjWJ2EG0s0MtdNwInarqCTz35i4wWXHsQ==}
-
'@emnapi/wasi-threads@1.0.2':
-
resolution: {integrity: sha512-5n3nTJblwRi8LlXkJ9eBzu+kZR8Yxcc7ubakyQTFzPMtIhFpUBRbsnc2Dv88IZDIbCDlBiWrknhB4Lsz7mg6BA==}
+
'@emnapi/wasi-threads@1.1.0':
+
resolution: {integrity: sha512-WI0DdZ8xFSbgMjR1sFsKABJ/C5OnRrjT06JXbZKexJGrDuPTzZdDYfFlsgcCXCyf+suG5QU2e/y1Wo2V/OapLQ==}
-
'@esbuild/aix-ppc64@0.25.4':
-
resolution: {integrity: sha512-1VCICWypeQKhVbE9oW/sJaAmjLxhVqacdkvPLEjwlttjfwENRSClS8EjBz0KzRyFSCPDIkuXW34Je/vk7zdB7Q==}
+
'@esbuild/aix-ppc64@0.25.9':
+
resolution: {integrity: sha512-OaGtL73Jck6pBKjNIe24BnFE6agGl+6KxDtTfHhy1HmhthfKouEcOhqpSL64K4/0WCtbKFLOdzD/44cJ4k9opA==}
engines: {node: '>=18'}
cpu: [ppc64]
os: [aix]
-
'@esbuild/aix-ppc64@0.25.5':
-
resolution: {integrity: sha512-9o3TMmpmftaCMepOdA5k/yDw8SfInyzWWTjYTFCX3kPSDJMROQTb8jg+h9Cnwnmm1vOzvxN7gIfB5V2ewpjtGA==}
-
engines: {node: '>=18'}
-
cpu: [ppc64]
-
os: [aix]
-
-
'@esbuild/android-arm64@0.25.4':
-
resolution: {integrity: sha512-bBy69pgfhMGtCnwpC/x5QhfxAz/cBgQ9enbtwjf6V9lnPI/hMyT9iWpR1arm0l3kttTr4L0KSLpKmLp/ilKS9A==}
+
'@esbuild/android-arm64@0.25.9':
+
resolution: {integrity: sha512-IDrddSmpSv51ftWslJMvl3Q2ZT98fUSL2/rlUXuVqRXHCs5EUF1/f+jbjF5+NG9UffUDMCiTyh8iec7u8RlTLg==}
engines: {node: '>=18'}
cpu: [arm64]
os: [android]
-
'@esbuild/android-arm64@0.25.5':
-
resolution: {integrity: sha512-VGzGhj4lJO+TVGV1v8ntCZWJktV7SGCs3Pn1GRWI1SBFtRALoomm8k5E9Pmwg3HOAal2VDc2F9+PM/rEY6oIDg==}
-
engines: {node: '>=18'}
-
cpu: [arm64]
-
os: [android]
-
-
'@esbuild/android-arm@0.25.4':
-
resolution: {integrity: sha512-QNdQEps7DfFwE3hXiU4BZeOV68HHzYwGd0Nthhd3uCkkEKK7/R6MTgM0P7H7FAs5pU/DIWsviMmEGxEoxIZ+ZQ==}
+
'@esbuild/android-arm@0.25.9':
+
resolution: {integrity: sha512-5WNI1DaMtxQ7t7B6xa572XMXpHAaI/9Hnhk8lcxF4zVN4xstUgTlvuGDorBguKEnZO70qwEcLpfifMLoxiPqHQ==}
engines: {node: '>=18'}
cpu: [arm]
os: [android]
-
'@esbuild/android-arm@0.25.5':
-
resolution: {integrity: sha512-AdJKSPeEHgi7/ZhuIPtcQKr5RQdo6OO2IL87JkianiMYMPbCtot9fxPbrMiBADOWWm3T2si9stAiVsGbTQFkbA==}
-
engines: {node: '>=18'}
-
cpu: [arm]
-
os: [android]
-
-
'@esbuild/android-x64@0.25.4':
-
resolution: {integrity: sha512-TVhdVtQIFuVpIIR282btcGC2oGQoSfZfmBdTip2anCaVYcqWlZXGcdcKIUklfX2wj0JklNYgz39OBqh2cqXvcQ==}
+
'@esbuild/android-x64@0.25.9':
+
resolution: {integrity: sha512-I853iMZ1hWZdNllhVZKm34f4wErd4lMyeV7BLzEExGEIZYsOzqDWDf+y082izYUE8gtJnYHdeDpN/6tUdwvfiw==}
engines: {node: '>=18'}
cpu: [x64]
os: [android]
-
'@esbuild/android-x64@0.25.5':
-
resolution: {integrity: sha512-D2GyJT1kjvO//drbRT3Hib9XPwQeWd9vZoBJn+bu/lVsOZ13cqNdDeqIF/xQ5/VmWvMduP6AmXvylO/PIc2isw==}
-
engines: {node: '>=18'}
-
cpu: [x64]
-
os: [android]
-
-
'@esbuild/darwin-arm64@0.25.4':
-
resolution: {integrity: sha512-Y1giCfM4nlHDWEfSckMzeWNdQS31BQGs9/rouw6Ub91tkK79aIMTH3q9xHvzH8d0wDru5Ci0kWB8b3up/nl16g==}
-
engines: {node: '>=18'}
-
cpu: [arm64]
-
os: [darwin]
-
-
'@esbuild/darwin-arm64@0.25.5':
-
resolution: {integrity: sha512-GtaBgammVvdF7aPIgH2jxMDdivezgFu6iKpmT+48+F8Hhg5J/sfnDieg0aeG/jfSvkYQU2/pceFPDKlqZzwnfQ==}
+
'@esbuild/darwin-arm64@0.25.9':
+
resolution: {integrity: sha512-XIpIDMAjOELi/9PB30vEbVMs3GV1v2zkkPnuyRRURbhqjyzIINwj+nbQATh4H9GxUgH1kFsEyQMxwiLFKUS6Rg==}
engines: {node: '>=18'}
cpu: [arm64]
os: [darwin]
-
'@esbuild/darwin-x64@0.25.4':
-
resolution: {integrity: sha512-CJsry8ZGM5VFVeyUYB3cdKpd/H69PYez4eJh1W/t38vzutdjEjtP7hB6eLKBoOdxcAlCtEYHzQ/PJ/oU9I4u0A==}
+
'@esbuild/darwin-x64@0.25.9':
+
resolution: {integrity: sha512-jhHfBzjYTA1IQu8VyrjCX4ApJDnH+ez+IYVEoJHeqJm9VhG9Dh2BYaJritkYK3vMaXrf7Ogr/0MQ8/MeIefsPQ==}
engines: {node: '>=18'}
cpu: [x64]
os: [darwin]
-
'@esbuild/darwin-x64@0.25.5':
-
resolution: {integrity: sha512-1iT4FVL0dJ76/q1wd7XDsXrSW+oLoquptvh4CLR4kITDtqi2e/xwXwdCVH8hVHU43wgJdsq7Gxuzcs6Iq/7bxQ==}
-
engines: {node: '>=18'}
-
cpu: [x64]
-
os: [darwin]
-
-
'@esbuild/freebsd-arm64@0.25.4':
-
resolution: {integrity: sha512-yYq+39NlTRzU2XmoPW4l5Ifpl9fqSk0nAJYM/V/WUGPEFfek1epLHJIkTQM6bBs1swApjO5nWgvr843g6TjxuQ==}
+
'@esbuild/freebsd-arm64@0.25.9':
+
resolution: {integrity: sha512-z93DmbnY6fX9+KdD4Ue/H6sYs+bhFQJNCPZsi4XWJoYblUqT06MQUdBCpcSfuiN72AbqeBFu5LVQTjfXDE2A6Q==}
engines: {node: '>=18'}
cpu: [arm64]
os: [freebsd]
-
'@esbuild/freebsd-arm64@0.25.5':
-
resolution: {integrity: sha512-nk4tGP3JThz4La38Uy/gzyXtpkPW8zSAmoUhK9xKKXdBCzKODMc2adkB2+8om9BDYugz+uGV7sLmpTYzvmz6Sw==}
-
engines: {node: '>=18'}
-
cpu: [arm64]
-
os: [freebsd]
-
-
'@esbuild/freebsd-x64@0.25.4':
-
resolution: {integrity: sha512-0FgvOJ6UUMflsHSPLzdfDnnBBVoCDtBTVyn/MrWloUNvq/5SFmh13l3dvgRPkDihRxb77Y17MbqbCAa2strMQQ==}
-
engines: {node: '>=18'}
-
cpu: [x64]
-
os: [freebsd]
-
-
'@esbuild/freebsd-x64@0.25.5':
-
resolution: {integrity: sha512-PrikaNjiXdR2laW6OIjlbeuCPrPaAl0IwPIaRv+SMV8CiM8i2LqVUHFC1+8eORgWyY7yhQY+2U2fA55mBzReaw==}
+
'@esbuild/freebsd-x64@0.25.9':
+
resolution: {integrity: sha512-mrKX6H/vOyo5v71YfXWJxLVxgy1kyt1MQaD8wZJgJfG4gq4DpQGpgTB74e5yBeQdyMTbgxp0YtNj7NuHN0PoZg==}
engines: {node: '>=18'}
cpu: [x64]
os: [freebsd]
-
'@esbuild/linux-arm64@0.25.4':
-
resolution: {integrity: sha512-+89UsQTfXdmjIvZS6nUnOOLoXnkUTB9hR5QAeLrQdzOSWZvNSAXAtcRDHWtqAUtAmv7ZM1WPOOeSxDzzzMogiQ==}
+
'@esbuild/linux-arm64@0.25.9':
+
resolution: {integrity: sha512-BlB7bIcLT3G26urh5Dmse7fiLmLXnRlopw4s8DalgZ8ef79Jj4aUcYbk90g8iCa2467HX8SAIidbL7gsqXHdRw==}
engines: {node: '>=18'}
cpu: [arm64]
os: [linux]
-
'@esbuild/linux-arm64@0.25.5':
-
resolution: {integrity: sha512-Z9kfb1v6ZlGbWj8EJk9T6czVEjjq2ntSYLY2cw6pAZl4oKtfgQuS4HOq41M/BcoLPzrUbNd+R4BXFyH//nHxVg==}
-
engines: {node: '>=18'}
-
cpu: [arm64]
-
os: [linux]
-
-
'@esbuild/linux-arm@0.25.4':
-
resolution: {integrity: sha512-kro4c0P85GMfFYqW4TWOpvmF8rFShbWGnrLqlzp4X1TNWjRY3JMYUfDCtOxPKOIY8B0WC8HN51hGP4I4hz4AaQ==}
+
'@esbuild/linux-arm@0.25.9':
+
resolution: {integrity: sha512-HBU2Xv78SMgaydBmdor38lg8YDnFKSARg1Q6AT0/y2ezUAKiZvc211RDFHlEZRFNRVhcMamiToo7bDx3VEOYQw==}
engines: {node: '>=18'}
cpu: [arm]
os: [linux]
-
'@esbuild/linux-arm@0.25.5':
-
resolution: {integrity: sha512-cPzojwW2okgh7ZlRpcBEtsX7WBuqbLrNXqLU89GxWbNt6uIg78ET82qifUy3W6OVww6ZWobWub5oqZOVtwolfw==}
-
engines: {node: '>=18'}
-
cpu: [arm]
-
os: [linux]
-
-
'@esbuild/linux-ia32@0.25.4':
-
resolution: {integrity: sha512-yTEjoapy8UP3rv8dB0ip3AfMpRbyhSN3+hY8mo/i4QXFeDxmiYbEKp3ZRjBKcOP862Ua4b1PDfwlvbuwY7hIGQ==}
+
'@esbuild/linux-ia32@0.25.9':
+
resolution: {integrity: sha512-e7S3MOJPZGp2QW6AK6+Ly81rC7oOSerQ+P8L0ta4FhVi+/j/v2yZzx5CqqDaWjtPFfYz21Vi1S0auHrap3Ma3A==}
engines: {node: '>=18'}
cpu: [ia32]
os: [linux]
-
'@esbuild/linux-ia32@0.25.5':
-
resolution: {integrity: sha512-sQ7l00M8bSv36GLV95BVAdhJ2QsIbCuCjh/uYrWiMQSUuV+LpXwIqhgJDcvMTj+VsQmqAHL2yYaasENvJ7CDKA==}
-
engines: {node: '>=18'}
-
cpu: [ia32]
-
os: [linux]
-
-
'@esbuild/linux-loong64@0.25.4':
-
resolution: {integrity: sha512-NeqqYkrcGzFwi6CGRGNMOjWGGSYOpqwCjS9fvaUlX5s3zwOtn1qwg1s2iE2svBe4Q/YOG1q6875lcAoQK/F4VA==}
+
'@esbuild/linux-loong64@0.25.9':
+
resolution: {integrity: sha512-Sbe10Bnn0oUAB2AalYztvGcK+o6YFFA/9829PhOCUS9vkJElXGdphz0A3DbMdP8gmKkqPmPcMJmJOrI3VYB1JQ==}
engines: {node: '>=18'}
cpu: [loong64]
os: [linux]
-
'@esbuild/linux-loong64@0.25.5':
-
resolution: {integrity: sha512-0ur7ae16hDUC4OL5iEnDb0tZHDxYmuQyhKhsPBV8f99f6Z9KQM02g33f93rNH5A30agMS46u2HP6qTdEt6Q1kg==}
-
engines: {node: '>=18'}
-
cpu: [loong64]
-
os: [linux]
-
-
'@esbuild/linux-mips64el@0.25.4':
-
resolution: {integrity: sha512-IcvTlF9dtLrfL/M8WgNI/qJYBENP3ekgsHbYUIzEzq5XJzzVEV/fXY9WFPfEEXmu3ck2qJP8LG/p3Q8f7Zc2Xg==}
+
'@esbuild/linux-mips64el@0.25.9':
+
resolution: {integrity: sha512-YcM5br0mVyZw2jcQeLIkhWtKPeVfAerES5PvOzaDxVtIyZ2NUBZKNLjC5z3/fUlDgT6w89VsxP2qzNipOaaDyA==}
engines: {node: '>=18'}
cpu: [mips64el]
os: [linux]
-
'@esbuild/linux-mips64el@0.25.5':
-
resolution: {integrity: sha512-kB/66P1OsHO5zLz0i6X0RxlQ+3cu0mkxS3TKFvkb5lin6uwZ/ttOkP3Z8lfR9mJOBk14ZwZ9182SIIWFGNmqmg==}
-
engines: {node: '>=18'}
-
cpu: [mips64el]
-
os: [linux]
-
-
'@esbuild/linux-ppc64@0.25.4':
-
resolution: {integrity: sha512-HOy0aLTJTVtoTeGZh4HSXaO6M95qu4k5lJcH4gxv56iaycfz1S8GO/5Jh6X4Y1YiI0h7cRyLi+HixMR+88swag==}
-
engines: {node: '>=18'}
-
cpu: [ppc64]
-
os: [linux]
-
-
'@esbuild/linux-ppc64@0.25.5':
-
resolution: {integrity: sha512-UZCmJ7r9X2fe2D6jBmkLBMQetXPXIsZjQJCjgwpVDz+YMcS6oFR27alkgGv3Oqkv07bxdvw7fyB71/olceJhkQ==}
+
'@esbuild/linux-ppc64@0.25.9':
+
resolution: {integrity: sha512-++0HQvasdo20JytyDpFvQtNrEsAgNG2CY1CLMwGXfFTKGBGQT3bOeLSYE2l1fYdvML5KUuwn9Z8L1EWe2tzs1w==}
engines: {node: '>=18'}
cpu: [ppc64]
os: [linux]
-
'@esbuild/linux-riscv64@0.25.4':
-
resolution: {integrity: sha512-i8JUDAufpz9jOzo4yIShCTcXzS07vEgWzyX3NH2G7LEFVgrLEhjwL3ajFE4fZI3I4ZgiM7JH3GQ7ReObROvSUA==}
+
'@esbuild/linux-riscv64@0.25.9':
+
resolution: {integrity: sha512-uNIBa279Y3fkjV+2cUjx36xkx7eSjb8IvnL01eXUKXez/CBHNRw5ekCGMPM0BcmqBxBcdgUWuUXmVWwm4CH9kg==}
engines: {node: '>=18'}
cpu: [riscv64]
os: [linux]
-
'@esbuild/linux-riscv64@0.25.5':
-
resolution: {integrity: sha512-kTxwu4mLyeOlsVIFPfQo+fQJAV9mh24xL+y+Bm6ej067sYANjyEw1dNHmvoqxJUCMnkBdKpvOn0Ahql6+4VyeA==}
-
engines: {node: '>=18'}
-
cpu: [riscv64]
-
os: [linux]
-
-
'@esbuild/linux-s390x@0.25.4':
-
resolution: {integrity: sha512-jFnu+6UbLlzIjPQpWCNh5QtrcNfMLjgIavnwPQAfoGx4q17ocOU9MsQ2QVvFxwQoWpZT8DvTLooTvmOQXkO51g==}
+
'@esbuild/linux-s390x@0.25.9':
+
resolution: {integrity: sha512-Mfiphvp3MjC/lctb+7D287Xw1DGzqJPb/J2aHHcHxflUo+8tmN/6d4k6I2yFR7BVo5/g7x2Monq4+Yew0EHRIA==}
engines: {node: '>=18'}
cpu: [s390x]
os: [linux]
-
'@esbuild/linux-s390x@0.25.5':
-
resolution: {integrity: sha512-K2dSKTKfmdh78uJ3NcWFiqyRrimfdinS5ErLSn3vluHNeHVnBAFWC8a4X5N+7FgVE1EjXS1QDZbpqZBjfrqMTQ==}
-
engines: {node: '>=18'}
-
cpu: [s390x]
-
os: [linux]
-
-
'@esbuild/linux-x64@0.25.4':
-
resolution: {integrity: sha512-6e0cvXwzOnVWJHq+mskP8DNSrKBr1bULBvnFLpc1KY+d+irZSgZ02TGse5FsafKS5jg2e4pbvK6TPXaF/A6+CA==}
+
'@esbuild/linux-x64@0.25.9':
+
resolution: {integrity: sha512-iSwByxzRe48YVkmpbgoxVzn76BXjlYFXC7NvLYq+b+kDjyyk30J0JY47DIn8z1MO3K0oSl9fZoRmZPQI4Hklzg==}
engines: {node: '>=18'}
cpu: [x64]
os: [linux]
-
'@esbuild/linux-x64@0.25.5':
-
resolution: {integrity: sha512-uhj8N2obKTE6pSZ+aMUbqq+1nXxNjZIIjCjGLfsWvVpy7gKCOL6rsY1MhRh9zLtUtAI7vpgLMK6DxjO8Qm9lJw==}
-
engines: {node: '>=18'}
-
cpu: [x64]
-
os: [linux]
-
-
'@esbuild/netbsd-arm64@0.25.4':
-
resolution: {integrity: sha512-vUnkBYxZW4hL/ie91hSqaSNjulOnYXE1VSLusnvHg2u3jewJBz3YzB9+oCw8DABeVqZGg94t9tyZFoHma8gWZQ==}
-
engines: {node: '>=18'}
-
cpu: [arm64]
-
os: [netbsd]
-
-
'@esbuild/netbsd-arm64@0.25.5':
-
resolution: {integrity: sha512-pwHtMP9viAy1oHPvgxtOv+OkduK5ugofNTVDilIzBLpoWAM16r7b/mxBvfpuQDpRQFMfuVr5aLcn4yveGvBZvw==}
+
'@esbuild/netbsd-arm64@0.25.9':
+
resolution: {integrity: sha512-9jNJl6FqaUG+COdQMjSCGW4QiMHH88xWbvZ+kRVblZsWrkXlABuGdFJ1E9L7HK+T0Yqd4akKNa/lO0+jDxQD4Q==}
engines: {node: '>=18'}
cpu: [arm64]
os: [netbsd]
-
'@esbuild/netbsd-x64@0.25.4':
-
resolution: {integrity: sha512-XAg8pIQn5CzhOB8odIcAm42QsOfa98SBeKUdo4xa8OvX8LbMZqEtgeWE9P/Wxt7MlG2QqvjGths+nq48TrUiKw==}
+
'@esbuild/netbsd-x64@0.25.9':
+
resolution: {integrity: sha512-RLLdkflmqRG8KanPGOU7Rpg829ZHu8nFy5Pqdi9U01VYtG9Y0zOG6Vr2z4/S+/3zIyOxiK6cCeYNWOFR9QP87g==}
engines: {node: '>=18'}
cpu: [x64]
os: [netbsd]
-
'@esbuild/netbsd-x64@0.25.5':
-
resolution: {integrity: sha512-WOb5fKrvVTRMfWFNCroYWWklbnXH0Q5rZppjq0vQIdlsQKuw6mdSihwSo4RV/YdQ5UCKKvBy7/0ZZYLBZKIbwQ==}
-
engines: {node: '>=18'}
-
cpu: [x64]
-
os: [netbsd]
-
-
'@esbuild/openbsd-arm64@0.25.4':
-
resolution: {integrity: sha512-Ct2WcFEANlFDtp1nVAXSNBPDxyU+j7+tId//iHXU2f/lN5AmO4zLyhDcpR5Cz1r08mVxzt3Jpyt4PmXQ1O6+7A==}
-
engines: {node: '>=18'}
-
cpu: [arm64]
-
os: [openbsd]
-
-
'@esbuild/openbsd-arm64@0.25.5':
-
resolution: {integrity: sha512-7A208+uQKgTxHd0G0uqZO8UjK2R0DDb4fDmERtARjSHWxqMTye4Erz4zZafx7Di9Cv+lNHYuncAkiGFySoD+Mw==}
+
'@esbuild/openbsd-arm64@0.25.9':
+
resolution: {integrity: sha512-YaFBlPGeDasft5IIM+CQAhJAqS3St3nJzDEgsgFixcfZeyGPCd6eJBWzke5piZuZ7CtL656eOSYKk4Ls2C0FRQ==}
engines: {node: '>=18'}
cpu: [arm64]
os: [openbsd]
-
'@esbuild/openbsd-x64@0.25.4':
-
resolution: {integrity: sha512-xAGGhyOQ9Otm1Xu8NT1ifGLnA6M3sJxZ6ixylb+vIUVzvvd6GOALpwQrYrtlPouMqd/vSbgehz6HaVk4+7Afhw==}
+
'@esbuild/openbsd-x64@0.25.9':
+
resolution: {integrity: sha512-1MkgTCuvMGWuqVtAvkpkXFmtL8XhWy+j4jaSO2wxfJtilVCi0ZE37b8uOdMItIHz4I6z1bWWtEX4CJwcKYLcuA==}
engines: {node: '>=18'}
cpu: [x64]
os: [openbsd]
-
'@esbuild/openbsd-x64@0.25.5':
-
resolution: {integrity: sha512-G4hE405ErTWraiZ8UiSoesH8DaCsMm0Cay4fsFWOOUcz8b8rC6uCvnagr+gnioEjWn0wC+o1/TAHt+It+MpIMg==}
+
'@esbuild/openharmony-arm64@0.25.9':
+
resolution: {integrity: sha512-4Xd0xNiMVXKh6Fa7HEJQbrpP3m3DDn43jKxMjxLLRjWnRsfxjORYJlXPO4JNcXtOyfajXorRKY9NkOpTHptErg==}
engines: {node: '>=18'}
-
cpu: [x64]
-
os: [openbsd]
-
-
'@esbuild/sunos-x64@0.25.4':
-
resolution: {integrity: sha512-Mw+tzy4pp6wZEK0+Lwr76pWLjrtjmJyUB23tHKqEDP74R3q95luY/bXqXZeYl4NYlvwOqoRKlInQialgCKy67Q==}
-
engines: {node: '>=18'}
-
cpu: [x64]
-
os: [sunos]
+
cpu: [arm64]
+
os: [openharmony]
-
'@esbuild/sunos-x64@0.25.5':
-
resolution: {integrity: sha512-l+azKShMy7FxzY0Rj4RCt5VD/q8mG/e+mDivgspo+yL8zW7qEwctQ6YqKX34DTEleFAvCIUviCFX1SDZRSyMQA==}
+
'@esbuild/sunos-x64@0.25.9':
+
resolution: {integrity: sha512-WjH4s6hzo00nNezhp3wFIAfmGZ8U7KtrJNlFMRKxiI9mxEK1scOMAaa9i4crUtu+tBr+0IN6JCuAcSBJZfnphw==}
engines: {node: '>=18'}
cpu: [x64]
os: [sunos]
-
'@esbuild/win32-arm64@0.25.4':
-
resolution: {integrity: sha512-AVUP428VQTSddguz9dO9ngb+E5aScyg7nOeJDrF1HPYu555gmza3bDGMPhmVXL8svDSoqPCsCPjb265yG/kLKQ==}
+
'@esbuild/win32-arm64@0.25.9':
+
resolution: {integrity: sha512-mGFrVJHmZiRqmP8xFOc6b84/7xa5y5YvR1x8djzXpJBSv/UsNK6aqec+6JDjConTgvvQefdGhFDAs2DLAds6gQ==}
engines: {node: '>=18'}
cpu: [arm64]
os: [win32]
-
'@esbuild/win32-arm64@0.25.5':
-
resolution: {integrity: sha512-O2S7SNZzdcFG7eFKgvwUEZ2VG9D/sn/eIiz8XRZ1Q/DO5a3s76Xv0mdBzVM5j5R639lXQmPmSo0iRpHqUUrsxw==}
-
engines: {node: '>=18'}
-
cpu: [arm64]
-
os: [win32]
-
-
'@esbuild/win32-ia32@0.25.4':
-
resolution: {integrity: sha512-i1sW+1i+oWvQzSgfRcxxG2k4I9n3O9NRqy8U+uugaT2Dy7kLO9Y7wI72haOahxceMX8hZAzgGou1FhndRldxRg==}
+
'@esbuild/win32-ia32@0.25.9':
+
resolution: {integrity: sha512-b33gLVU2k11nVx1OhX3C8QQP6UHQK4ZtN56oFWvVXvz2VkDoe6fbG8TOgHFxEvqeqohmRnIHe5A1+HADk4OQww==}
engines: {node: '>=18'}
cpu: [ia32]
os: [win32]
-
'@esbuild/win32-ia32@0.25.5':
-
resolution: {integrity: sha512-onOJ02pqs9h1iMJ1PQphR+VZv8qBMQ77Klcsqv9CNW2w6yLqoURLcgERAIurY6QE63bbLuqgP9ATqajFLK5AMQ==}
-
engines: {node: '>=18'}
-
cpu: [ia32]
-
os: [win32]
-
-
'@esbuild/win32-x64@0.25.4':
-
resolution: {integrity: sha512-nOT2vZNw6hJ+z43oP1SPea/G/6AbN6X+bGNhNuq8NtRHy4wsMhw765IKLNmnjek7GvjWBYQ8Q5VBoYTFg9y1UQ==}
+
'@esbuild/win32-x64@0.25.9':
+
resolution: {integrity: sha512-PPOl1mi6lpLNQxnGoyAfschAodRFYXJ+9fs6WHXz7CSWKbOqiMZsubC+BQsVKuul+3vKLuwTHsS2c2y9EoKwxQ==}
engines: {node: '>=18'}
cpu: [x64]
os: [win32]
-
'@esbuild/win32-x64@0.25.5':
-
resolution: {integrity: sha512-TXv6YnJ8ZMVdX+SXWVBo/0p8LTcrUYngpWjvm91TMjjBQii7Oz11Lw5lbDV5Y0TzuhSJHwiH4hEtC1I42mMS0g==}
-
engines: {node: '>=18'}
-
cpu: [x64]
-
os: [win32]
-
-
'@fastify/busboy@3.1.1':
-
resolution: {integrity: sha512-5DGmA8FTdB2XbDeEwc/5ZXBl6UbBAyBOOLlPuBnZ/N1SwdH9Ii+cOX3tBROlDgcTXxjOYnLMVoKk9+FXAw0CJw==}
-
'@iconify-json/ant-design@1.2.5':
resolution: {integrity: sha512-SYxhrx1AFq2MBcXk77AERYz2mPhLQes1F0vtvG64+dJZWyge9studXo7MiR8PPeLjRjZdWRrReRbxiwdRMf70Q==}
'@iconify-json/ri@1.2.5':
resolution: {integrity: sha512-kWGimOXMZrlYusjBKKXYOWcKhbOHusFsmrmRGmjS7rH0BpML5A9/fy8KHZqFOwZfC4M6amObQYbh8BqO5cMC3w==}
-
'@iconify/collections@1.0.552':
-
resolution: {integrity: sha512-WOTWOBS89MK6aZb2DfCUsivNWEkubVIoJnBa74xgqlzmTXgMfo+PvPNQMcDP6XXAX0MibhsSJuAj3hbMb/AwfA==}
+
'@iconify/collections@1.0.590':
+
resolution: {integrity: sha512-QEbIchT89ktf1Uiy7aM5G3fDZkkfTauLszZlYXQiec9QUugDWYhyZzKFJJaBVq7vf8aeWgK2+TWAsN89Bi5pqg==}
'@iconify/types@2.0.0':
resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==}
···
peerDependencies:
vue: '>=3'
-
'@ioredis/commands@1.2.0':
-
resolution: {integrity: sha512-Sx1pU8EM64o2BrqNpEO1CNLtKQwyhuXuqyfH7oGKCk+1a33d2r5saW8zNwm3j6BTExtjrv2BxTgzzkMwts6vGg==}
+
'@ioredis/commands@1.3.1':
+
resolution: {integrity: sha512-bYtU8avhGIcje3IhvF9aSjsa5URMZBHnwKtOvXsT4sfYy9gppW11gLPT/9oNqlJZD47yPKveQFTAFWpHjKvUoQ==}
+
+
'@isaacs/balanced-match@4.0.1':
+
resolution: {integrity: sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==}
+
engines: {node: 20 || >=22}
+
+
'@isaacs/brace-expansion@5.0.0':
+
resolution: {integrity: sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==}
+
engines: {node: 20 || >=22}
'@isaacs/cliui@8.0.2':
resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==}
···
resolution: {integrity: sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==}
engines: {node: '>=18.0.0'}
-
'@jridgewell/gen-mapping@0.3.8':
-
resolution: {integrity: sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==}
-
engines: {node: '>=6.0.0'}
+
'@jridgewell/gen-mapping@0.3.13':
+
resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==}
+
+
'@jridgewell/remapping@2.3.5':
+
resolution: {integrity: sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==}
'@jridgewell/resolve-uri@3.1.2':
resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==}
engines: {node: '>=6.0.0'}
-
'@jridgewell/set-array@1.2.1':
-
resolution: {integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==}
-
engines: {node: '>=6.0.0'}
+
'@jridgewell/source-map@0.3.11':
+
resolution: {integrity: sha512-ZMp1V8ZFcPG5dIWnQLr3NSI1MiCU7UETdS/A0G8V/XWHvJv3ZsFqutJn1Y5RPmAPX6F3BiE397OqveU/9NCuIA==}
-
'@jridgewell/source-map@0.3.6':
-
resolution: {integrity: sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==}
+
'@jridgewell/sourcemap-codec@1.5.5':
+
resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==}
-
'@jridgewell/sourcemap-codec@1.5.0':
-
resolution: {integrity: sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==}
+
'@jridgewell/trace-mapping@0.3.30':
+
resolution: {integrity: sha512-GQ7Nw5G2lTu/BtHTKfXhKHok2WGetd4XYcVKGx00SjAk8GMwgJM3zr6zORiPGuOE+/vkc90KtTosSSvaCjKb2Q==}
-
'@jridgewell/trace-mapping@0.3.25':
-
resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==}
+
'@jsdevtools/ono@7.1.3':
+
resolution: {integrity: sha512-4JQNk+3mVzK3xh2rqd6RB4J46qUR19azEHBneZyTZM+c456qOrbbM/5xcR8huNCCcbVt7+UmizG6GuUvPvKUYg==}
'@koa/router@12.0.2':
resolution: {integrity: sha512-sYcHglGKTxGF+hQ6x67xDfkE9o+NhVlRHBqq6gLywaMc6CojK/5vFZByphdonKinYlMLkEkacm+HEse9HzwgTA==}
···
engines: {node: '>=18'}
hasBin: true
-
'@napi-rs/wasm-runtime@0.2.10':
-
resolution: {integrity: sha512-bCsCyeZEwVErsGmyPNSzwfwFn4OdxBj0mmv6hOFucB/k81Ojdu68RbZdxYsRQUPc9l6SU5F/cG+bXgWs3oUgsQ==}
-
-
'@netlify/binary-info@1.0.0':
-
resolution: {integrity: sha512-4wMPu9iN3/HL97QblBsBay3E1etIciR84izI3U+4iALY+JHCrI+a2jO0qbAZ/nxKoegypYEaiiqWXylm+/zfrw==}
-
-
'@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/functions@3.1.10':
-
resolution: {integrity: sha512-sI93kcJ2cUoMgDRPnrEm0lZhuiDVDqM6ngS/UbHTApIH3+eg3yZM5p/0SDFQQq9Bad0/srFmgBmTdXushzY5kg==}
-
engines: {node: '>=14.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'}
-
-
'@netlify/serverless-functions-api@1.41.2':
-
resolution: {integrity: sha512-pfCkH50JV06SGMNsNPjn8t17hOcId4fA881HeYQgMBOrewjsw4csaYgHEnCxCEu24Y5x75E2ULbFpqm9CvRCqw==}
-
engines: {node: '>=18.0.0'}
-
-
'@netlify/zip-it-and-ship-it@12.1.0':
-
resolution: {integrity: sha512-+ND2fNnfeOZwnho79aMQ5rreFpI9tu/l4N9/F5H8t9rKYwVHHlv5Zi9o6g/gxZHDLfSbGC9th7Z46CihV8JaZw==}
-
engines: {node: '>=18.14.0'}
-
hasBin: true
+
'@napi-rs/wasm-runtime@1.0.3':
+
resolution: {integrity: sha512-rZxtMsLwjdXkMUGC3WwsPwLNVqVqnTJT6MNIB6e+5fhMcSCPP0AOsNWuMQ5mdCq6HNjs/ZeWAEchpqeprqBD2Q==}
'@nodelib/fs.scandir@2.1.5':
resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==}
···
resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==}
engines: {node: '>= 8'}
-
'@nuxt/cli@3.25.1':
-
resolution: {integrity: sha512-7+Ut7IvAD4b5piikJFSgIqSPbHKFT5gq05JvCsEHRM0MPA5QR9QHkicklyMqSj0D/oEkDohen8qRgdxRie3oUA==}
+
'@nuxt/cli@3.28.0':
+
resolution: {integrity: sha512-WQ751WxWLBIeH3TDFt/LWQ2znyAKxpR5+gpv80oerwnVQs4GKajAfR6dIgExXZkjaPUHEFv2lVD9vM+frbprzw==}
engines: {node: ^16.10.0 || >=18.0.0}
hasBin: true
-
'@nuxt/content@3.3.0':
-
resolution: {integrity: sha512-bAcUAohd04pJA7jIsnQCyx5sp5UlOPuzIXit0FRGrQG3IAoTTZ266ijSDo7gdnqwHsgRYCdb0CfoP8otMfT6Nw==}
+
'@nuxt/content@3.6.3':
+
resolution: {integrity: sha512-AF9/h5YWLXqQi8m1T40lEQLw7zeV98+LdcHRVrrYsWnFKiScRzJhtn+4uzYqUCKx7KPuXK1GszOvUrY3Ke0Q2w==}
peerDependencies:
'@electric-sql/pglite': '*'
'@libsql/client': '*'
+
better-sqlite3: ^12.0.0
sqlite3: '*'
peerDependenciesMeta:
'@electric-sql/pglite':
optional: true
'@libsql/client':
optional: true
+
better-sqlite3:
+
optional: true
sqlite3:
optional: true
'@nuxt/devalue@2.0.2':
resolution: {integrity: sha512-GBzP8zOc7CGWyFQS6dv1lQz8VVpz5C2yRszbXufwG/9zhStTIH50EtD87NmWbTMwXDvZLNg8GIpb1UFdH93JCA==}
-
'@nuxt/devtools-kit@2.4.1':
-
resolution: {integrity: sha512-taA2Nm03JiV3I+SEYS/u1AfjvLm3V9PO8lh0xLsUk/2mlUnL6GZ9xLXrp8VRg11HHt7EPXERGQh8h4iSPU2bSQ==}
+
'@nuxt/devtools-kit@2.6.3':
+
resolution: {integrity: sha512-cDmai3Ws6AbJlYy1p4CCwc718cfbqtAjXe6oEc6q03zoJnvX1PsvKUfmU+yuowfqTSR6DZRmH4SjCBWuMjgaKQ==}
peerDependencies:
vite: '>=6.0'
-
'@nuxt/devtools-wizard@2.4.1':
-
resolution: {integrity: sha512-2BaryhfribzQ95UxR7vLLV17Pk1Otxg9ryqH71M1Yp0mybBFs6Z3b0v+RXfCb4BwA10s/tXBhfF13DHSSJF1+A==}
+
'@nuxt/devtools-wizard@2.6.3':
+
resolution: {integrity: sha512-FWXPkuJ1RUp+9nWP5Vvk29cJPNtm4OO38bgr9G8vGbqcRznzgaSODH/92c8sm2dKR7AF+9MAYLL+BexOWOkljQ==}
hasBin: true
-
'@nuxt/devtools@2.4.1':
-
resolution: {integrity: sha512-2gwjUF1J1Bp/V9ZTsYJe8sS9O3eg80gdf01fT8aEBcilR3wf0PSIxjEyYk+YENtrHPLXcnnUko89jHGq23MHPQ==}
+
'@nuxt/devtools@2.6.3':
+
resolution: {integrity: sha512-n+8we7pr0tNl6w+KfbFDXZsYpWIYL4vG/daIdRF66lQ6fLyQy/CcxDAx8+JNu3Ew96RjuBtWRSbCCv454L5p0Q==}
hasBin: true
peerDependencies:
vite: '>=6.0'
···
'@nuxt/icon@1.11.0':
resolution: {integrity: sha512-j82YbT7/Z02W/6jhiMoXHdtpSsCBfAoI3EkJ5Axi0C30ALiqvmrmfwd+CG7dftyncj51goBi1YMb6I4vNHK9nA==}
-
'@nuxt/kit@3.17.4':
-
resolution: {integrity: sha512-l+hY8sy2XFfg3PigZj+PTu6+KIJzmbACTRimn1ew/gtCz+F38f6KTF4sMRTN5CUxiB8TRENgEonASmkAWfpO9Q==}
+
'@nuxt/kit@3.19.0':
+
resolution: {integrity: sha512-kecjqWORKdy7xnsOf/X4NtsFMbn+hNiiYhsA+INYVbgoyhCdx1rpEURCJdQITzHehXy5QWINTqmjNGp//PO4CQ==}
engines: {node: '>=18.12.0'}
-
'@nuxt/schema@3.17.4':
-
resolution: {integrity: sha512-bsfJdWjKNYLkVQt7Ykr9YsAql1u8Tuo6iecSUOltTIhsvAIYsknRFPHoNKNmaiv/L6FgCQgUgQppPTPUAXiJQQ==}
+
'@nuxt/kit@4.1.0':
+
resolution: {integrity: sha512-QY6wgano7szNP5hLUKNeZTLdx009F2n+a8L9M4Wzk1jhubvENc81jLWHAnaJOogRpqMeEqZcjHRfqTx+J1/lfQ==}
+
engines: {node: '>=18.12.0'}
+
+
'@nuxt/schema@3.19.0':
+
resolution: {integrity: sha512-V3vgqXFruyOe7s8nBt+6OD+yQ18tqq5aLF7KPNJ5OaBvdWy24S5s4SbhUfgCNJmVmmsXsbxgHi9amz5uRFiaIw==}
engines: {node: ^14.18.0 || >=16.10.0}
'@nuxt/telemetry@2.6.6':
···
engines: {node: '>=18.12.0'}
hasBin: true
-
'@nuxt/vite-builder@3.17.4':
-
resolution: {integrity: sha512-MRcGe02nEDpu+MnRJcmgVfHdzgt9tWvxVdJbhfd6oyX19plw/CANjgHedlpUNUxqeWXC6CQfGvoVJXn3bQlEqA==}
-
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0.0}
+
'@nuxt/vite-builder@3.19.0':
+
resolution: {integrity: sha512-a7Zn4+smxMhZqXlDLE2fhHZfYBeOVYtjeg1s/yK/1T5LWOqHu9NGtNhJT7notYM491Mrp5eY9UaaiHlmTnI0dA==}
+
engines: {node: ^20.19.0 || >=22.12.0}
peerDependencies:
vue: ^3.3.4
-
'@nuxtjs/mdc@0.15.0':
-
resolution: {integrity: sha512-xdYEu+FmUZpKQzDS35peX9hF36oxvD4zx9lTJq6RPh/vgJuLSohUIUVLtNxM7m8cY/pTh41qaO3pOvKz0Xq3sg==}
+
'@nuxtjs/mdc@0.17.0':
+
resolution: {integrity: sha512-5HFJ2Xatl4oSfEZuYRJhzYhVHNvb31xc9Tu/qfXpRIWeQsQphqjaV3wWB5VStZYEHpTw1i6Hzyz/ojQZVl4qPg==}
'@nuxtjs/tailwindcss@6.14.0':
resolution: {integrity: sha512-30RyDK++LrUVRgc2A85MktGWIZoRQgeQKjE4CjjD64OXNozyl+4ScHnnYgqVToMM6Ch2ZG2W4wV2J0EN6F0zkQ==}
-
'@oxc-parser/binding-darwin-arm64@0.71.0':
-
resolution: {integrity: sha512-7R7TuHWL2hZ8BbRdxXlVJTE0os7TM6LL2EX2OkIz41B3421JeIU+2YH+IV55spIUy5E5ynesLk0IdpSSPVZ25Q==}
+
'@oxc-minify/binding-android-arm64@0.86.0':
+
resolution: {integrity: sha512-jOgbDgp6A1ax9sxHPRHBxUpxIzp2VTgbZ/6HPKIVUJ7IQqKVsELKFXIOEbCDlb1rUhZZtGf53MFypXf72kR5eQ==}
+
engines: {node: '>=14.0.0'}
+
cpu: [arm64]
+
os: [android]
+
+
'@oxc-minify/binding-darwin-arm64@0.86.0':
+
resolution: {integrity: sha512-LQkjIHhIzxVYnxfC2QV7MMe4hgqIbwK07j+zzEsNWWfdmWABw11Aa6FP0uIvERmoxstzsDT77F8c/+xhxswKiw==}
engines: {node: '>=14.0.0'}
cpu: [arm64]
os: [darwin]
-
'@oxc-parser/binding-darwin-x64@0.71.0':
-
resolution: {integrity: sha512-Q7QshRy7cDvpvWAH+qy2U8O9PKo5yEKFqPruD2OSOM8igy/GLIC21dAd6iCcqXRZxaqzN9c4DaXFtEZfq4NWsw==}
+
'@oxc-minify/binding-darwin-x64@0.86.0':
+
resolution: {integrity: sha512-AuLkeXIvJ535qOhFzZfHBkcEZA59SN1vKUblW2oN+6ClZfIMru0I2wr0cCHA9QDxIVDkI7swDu29qcn2AqKdrg==}
engines: {node: '>=14.0.0'}
cpu: [x64]
os: [darwin]
-
'@oxc-parser/binding-freebsd-x64@0.71.0':
-
resolution: {integrity: sha512-z8NNBBseLriz2p+eJ8HWC+A8P+MsO8HCtXie9zaVlVcXSiUuBroRWeXopvHN4r+tLzmN2iLXlXprJdNhXNgobQ==}
+
'@oxc-minify/binding-freebsd-x64@0.86.0':
+
resolution: {integrity: sha512-UcXLcM8+iHW1EL+peHHV1HDBFUVdoxFMJC7HBc2U83q9oiF/K73TnAEgW/xteR+IvbV/9HD+cQsH+DX6oBXoQg==}
engines: {node: '>=14.0.0'}
cpu: [x64]
os: [freebsd]
-
'@oxc-parser/binding-linux-arm-gnueabihf@0.71.0':
-
resolution: {integrity: sha512-QZQcWMduFRWddqvjgLvsWoeellFjvWqvdI0O1m5hoMEykv2/Ag8d7IZbBwRwFqKBuK4UzpBNt4jZaYzRsv1irg==}
+
'@oxc-minify/binding-linux-arm-gnueabihf@0.86.0':
+
resolution: {integrity: sha512-UtSplQY10Idp//cLS5i2rFaunS71padZFavHLHygNAxJBt+37DPKDl/4kddpV6Kv2Mr6bhw2KpXGAVs0C3dIOw==}
engines: {node: '>=14.0.0'}
cpu: [arm]
os: [linux]
-
'@oxc-parser/binding-linux-arm-musleabihf@0.71.0':
-
resolution: {integrity: sha512-lTDc2WCzllVFXugUHQGR904CksA5BiHc35mcH6nJm6h0FCdoyn9zefW8Pelku5ET39JgO1OENEm/AyNvf/FzIw==}
+
'@oxc-minify/binding-linux-arm-musleabihf@0.86.0':
+
resolution: {integrity: sha512-P5efCOl9QiwqqJHrw1Q+4ssexvOz+MAmgTmBorbdEM3WJdIHR1CWGDj4GqcvKBlwpBqt4XilOuoN0QD8dfl85A==}
engines: {node: '>=14.0.0'}
cpu: [arm]
os: [linux]
-
'@oxc-parser/binding-linux-arm64-gnu@0.71.0':
-
resolution: {integrity: sha512-mAA6JGS+MB+gbN5y/KuQ095EHYGF7a/FaznM7klk5CaCap/UdiRWCVinVV6xXmejOPZMnrkr6R5Kqi6dHRsm2g==}
+
'@oxc-minify/binding-linux-arm64-gnu@0.86.0':
+
resolution: {integrity: sha512-hwHahfs//g9iZLQmKldjQPmnpzq76eyHvfkmdnXXmPtwTHnwXL1hPlNbTIqakUirAsroBeQwXqzHm3I040R+mg==}
engines: {node: '>=14.0.0'}
cpu: [arm64]
os: [linux]
-
'@oxc-parser/binding-linux-arm64-musl@0.71.0':
-
resolution: {integrity: sha512-PaPmIEM0yldXSrO1Icrx6/DwnMXpEOv0bDVa0LFtwy2I+aiTiX7OVRB3pJCg8FEV9P+L48s9XW0Oaz+Dz3o3sQ==}
+
'@oxc-minify/binding-linux-arm64-musl@0.86.0':
+
resolution: {integrity: sha512-S2dL24nxWqDCwrq48xlZBvhSIBcEWOu3aDOiaccP4q73PiTLrf6rm1M11J7vQNSRiH6ao9UKr7ZMsepCZcOyfA==}
engines: {node: '>=14.0.0'}
cpu: [arm64]
os: [linux]
-
'@oxc-parser/binding-linux-riscv64-gnu@0.71.0':
-
resolution: {integrity: sha512-+AEGO6gOSSEqWTrCCYayNMMPe/qi83o1czQ5bytEFQtyvWdgLwliqqShpJtgSLj1SNWi94HiA/VOfqqZnGE1AQ==}
+
'@oxc-minify/binding-linux-riscv64-gnu@0.86.0':
+
resolution: {integrity: sha512-itZ24A1a5NOw0ibbt6EYOHdBojfV4vbiC209d06Dwv5WLXtntHCjc8P4yfrCsC22uDmMPNkVa+UL+OM4mkUrwg==}
engines: {node: '>=14.0.0'}
cpu: [riscv64]
os: [linux]
-
'@oxc-parser/binding-linux-s390x-gnu@0.71.0':
-
resolution: {integrity: sha512-zqFnheBACFzrRl401ylXufNl1YsOdVa8jwS2iSCwJFx4/JdQhE6Y4YWoEjQ/pzeRZXwI5FX4C607rQe2YdhggQ==}
+
'@oxc-minify/binding-linux-s390x-gnu@0.86.0':
+
resolution: {integrity: sha512-/nJAwS/uit19qXNpaOybf7GYJI7modbXYVZ8q1pIFdxs6HkhZLxS1ZvcIzY3W75+37u+uKeZ4MbygawAN8kQpQ==}
engines: {node: '>=14.0.0'}
cpu: [s390x]
os: [linux]
-
'@oxc-parser/binding-linux-x64-gnu@0.71.0':
-
resolution: {integrity: sha512-steSQTwv3W+/hpES4/9E3vNohou1FXJLNWLDbYHDaBI9gZdYJp6zwALC8EShCz0NoQvCu4THD3IBsTBHvFBNyw==}
+
'@oxc-minify/binding-linux-x64-gnu@0.86.0':
+
resolution: {integrity: sha512-3qnWZB2cOj5Em/uEJqJ1qP/8lxtoi/Rf1U8fmdLzPW5zIaiTRUr/LklB4aJ+Vc/GU5g3HX5nFPQG3ZnEV3Ktzg==}
engines: {node: '>=14.0.0'}
cpu: [x64]
os: [linux]
-
'@oxc-parser/binding-linux-x64-musl@0.71.0':
-
resolution: {integrity: sha512-mV8j/haQBZRU2QnwZe0UIpnhpPBL9dFk1tgNVSH9tV7cV4xUZPn7pFDqMriAmpD7GLfmxbZMInDkujokd63M7Q==}
+
'@oxc-minify/binding-linux-x64-musl@0.86.0':
+
resolution: {integrity: sha512-+ZqYG8IQSRq9dR2djrnyzGHlmwGRKdueVjHYbEOwngb/4h/+FxAOaNUbsoUsCthAfXTrZHVXiQMTKJ32r7j2Bg==}
engines: {node: '>=14.0.0'}
cpu: [x64]
os: [linux]
-
'@oxc-parser/binding-wasm32-wasi@0.71.0':
-
resolution: {integrity: sha512-P8ScINpuihkkBX8BrN/4x4ka2+izncHh7/hHxxuPZDZTVMyNNnL1uSoI80tN9yN7NUtUKoi9aQUaF4h22RQcIA==}
+
'@oxc-minify/binding-wasm32-wasi@0.86.0':
+
resolution: {integrity: sha512-ixeSZW7jzd3g9fh8MoR9AzGLQxMCo//Q2mVpO2S/4NmcPtMaJEog85KzHULgUvbs70RqxTHEUqtVgpnc/5lMWA==}
engines: {node: '>=14.0.0'}
cpu: [wasm32]
-
'@oxc-parser/binding-win32-arm64-msvc@0.71.0':
-
resolution: {integrity: sha512-4jrJSdBXHmLYaghi1jvbuJmWu117wxqCpzHHgpEV9xFiRSngtClqZkNqyvcD4907e/VriEwluZ3PO3Mlp0y9cw==}
+
'@oxc-minify/binding-win32-arm64-msvc@0.86.0':
+
resolution: {integrity: sha512-cN309CnFVG8jeSRd+lQGnoMpZAVmz4bzH4fgqJM0NsMXVnFPGFceG/XiToLoBA1FigGQvkV0PJ7MQKWxBHPoUA==}
engines: {node: '>=14.0.0'}
cpu: [arm64]
os: [win32]
-
'@oxc-parser/binding-win32-x64-msvc@0.71.0':
-
resolution: {integrity: sha512-zF7xF19DOoANym/xwVClYH1tiW3S70W8ZDrMHdrEB7gZiTYLCIKIRMrpLVKaRia6LwEo7X0eduwdBa5QFawxOw==}
+
'@oxc-minify/binding-win32-x64-msvc@0.86.0':
+
resolution: {integrity: sha512-YAqCKtZ9KKhSW73d/Oa9Uut0myYnCEUL2D0buMjJ4p0PuK1PQsMCJsmX4ku0PgK31snanZneRwtEjjNFYNdX2A==}
+
engines: {node: '>=14.0.0'}
+
cpu: [x64]
+
os: [win32]
+
+
'@oxc-parser/binding-android-arm64@0.86.0':
+
resolution: {integrity: sha512-BfNFEWpRo4gqLHKvRuQmhbPGeJqB1Ka/hsPhKf1imAojwUcf/Dr/yRkZBuEi2yc1LWBjApKYJEqpsBUmtqSY1Q==}
+
engines: {node: '>=20.0.0'}
+
cpu: [arm64]
+
os: [android]
+
+
'@oxc-parser/binding-darwin-arm64@0.86.0':
+
resolution: {integrity: sha512-gRSnEHcyNEfLdNj6v8XKcuHUaZnRpH2lOZFztuGEi23ENydPOQVEtiZYexuHOTeaLGgzw+93TgB4n/YkjYodug==}
+
engines: {node: '>=20.0.0'}
+
cpu: [arm64]
+
os: [darwin]
+
+
'@oxc-parser/binding-darwin-x64@0.86.0':
+
resolution: {integrity: sha512-6mdymm8i+VpLTJP19D3PSFumMmAyfhhhIRWcRHsc0bL7CSZjCWbvRb00ActKrGKWtsol/A/KKgqglJwpvjlzOA==}
+
engines: {node: '>=20.0.0'}
+
cpu: [x64]
+
os: [darwin]
+
+
'@oxc-parser/binding-freebsd-x64@0.86.0':
+
resolution: {integrity: sha512-mc2xYRPxhzFg4NX1iqfIWP+8ORtXiNpAkaomNDepegQFlIFUmrESa3IJrKJ/4vg77Tbti7omHbraOqwdTk849g==}
+
engines: {node: '>=20.0.0'}
+
cpu: [x64]
+
os: [freebsd]
+
+
'@oxc-parser/binding-linux-arm-gnueabihf@0.86.0':
+
resolution: {integrity: sha512-LZzapjFhwGQMKefcFsn3lJc/mTY37fBlm0jjEvETgNCyd5pH4gDwOcrp/wZHAz2qw5uLWOHaa69I6ci5lBjJgA==}
+
engines: {node: '>=20.0.0'}
+
cpu: [arm]
+
os: [linux]
+
+
'@oxc-parser/binding-linux-arm-musleabihf@0.86.0':
+
resolution: {integrity: sha512-/rhJMpng7/Qgn8hE4sigxTRb04+zdO0K1kfAMZ3nONphk5r2Yk2RjyEpLLz17adysCyQw/KndaMHNv8GR8VMNg==}
+
engines: {node: '>=20.0.0'}
+
cpu: [arm]
+
os: [linux]
+
+
'@oxc-parser/binding-linux-arm64-gnu@0.86.0':
+
resolution: {integrity: sha512-IXEZnk6O0zJg5gDn1Zvt5Qx62Z3E+ewrKwPgMfExqnNCLq+Ix2g7hQypevm/S6qxVgyz5HbiW+a/5ziMFXTCJQ==}
+
engines: {node: '>=20.0.0'}
+
cpu: [arm64]
+
os: [linux]
+
+
'@oxc-parser/binding-linux-arm64-musl@0.86.0':
+
resolution: {integrity: sha512-QG7DUVZ/AtBaUGMhgToB4glOdq0MGAEYU1MJQpNB5HqiEcOpteF9Pd+oPfscj2zrGPd47KNyljtJRBKJr6Ut0w==}
+
engines: {node: '>=20.0.0'}
+
cpu: [arm64]
+
os: [linux]
+
+
'@oxc-parser/binding-linux-riscv64-gnu@0.86.0':
+
resolution: {integrity: sha512-smz+J6riX2du2lp0IKeZSaOBIhhoE2N/L1IQdOLCpzB0ikjCDBoyNKdDM7te8ZDq3KDnRmJChmhQGd8P1/LGBQ==}
+
engines: {node: '>=20.0.0'}
+
cpu: [riscv64]
+
os: [linux]
+
+
'@oxc-parser/binding-linux-s390x-gnu@0.86.0':
+
resolution: {integrity: sha512-vas1BOMWVdicuimmi5Y+xPj3csaYQquVA45Im9a/DtVsypVeh8RWYXBMO1qJNM5Fg5HD0QvYNqxvftx3c+f5pg==}
+
engines: {node: '>=20.0.0'}
+
cpu: [s390x]
+
os: [linux]
+
+
'@oxc-parser/binding-linux-x64-gnu@0.86.0':
+
resolution: {integrity: sha512-3Fsi+JA3NwdZdrpC6AieOP48cuBrq0q59JgnR0mfoWfr9wHrbn2lt8EEubrj6EXpBUmu1Zii7S9NNRC6fl/d+w==}
+
engines: {node: '>=20.0.0'}
+
cpu: [x64]
+
os: [linux]
+
+
'@oxc-parser/binding-linux-x64-musl@0.86.0':
+
resolution: {integrity: sha512-89/d43EW76wJagz8u5zcKW8itB2rnS/uN7un5APb8Ebme8TePBwDyxo64J6oY5rcJYkfJ6lEszSF/ovicsNVPw==}
+
engines: {node: '>=20.0.0'}
+
cpu: [x64]
+
os: [linux]
+
+
'@oxc-parser/binding-wasm32-wasi@0.86.0':
+
resolution: {integrity: sha512-gRrGmE2L27stNMeiAucy/ffHF9VjYr84MizuJzSYnnKmd5WXf3HelNdd0UYSJnpb7APBuyFSN2Oato+Qb6yAFw==}
engines: {node: '>=14.0.0'}
+
cpu: [wasm32]
+
+
'@oxc-parser/binding-win32-arm64-msvc@0.86.0':
+
resolution: {integrity: sha512-parTnpNviJYR3JIFLseDGip1KkYbhWLeuZG9OMek62gr6Omflddoytvb17s+qODoZqFAVjvuOmVipDdjTl9q3Q==}
+
engines: {node: '>=20.0.0'}
+
cpu: [arm64]
+
os: [win32]
+
+
'@oxc-parser/binding-win32-x64-msvc@0.86.0':
+
resolution: {integrity: sha512-FTso24eQh3vPTe/SOTf0/RXfjJ13tsk5fw728fm+z5y6Rb+mmEBfyVT6XxyGhEwtdfnRSZawheX74/9caI1etw==}
+
engines: {node: '>=20.0.0'}
cpu: [x64]
os: [win32]
-
'@oxc-project/types@0.71.0':
-
resolution: {integrity: sha512-5CwQ4MI+P4MQbjLWXgNurA+igGwu/opNetIE13LBs9+V93R64MLvDKOOLZIXSzEfovU3Zef3q3GjPnMTgJTn2w==}
+
'@oxc-project/types@0.86.0':
+
resolution: {integrity: sha512-bJ57vWNQnOnUe5ZxUkrWpLyExxqb0BoyQ+IRmI/V1uxHbBNBzFGMIjKIf5ECFsgS0KgUUl8TM3a4xpeAtAnvIA==}
+
+
'@oxc-transform/binding-android-arm64@0.86.0':
+
resolution: {integrity: sha512-025JJoCWi04alNef6WvLnGCbx2MH9Ld2xvr0168bpOcpBjxt8sOZawu0MPrZQhnNWWiX8rrwrhuUDasWCWHxFw==}
+
engines: {node: '>=14.0.0'}
+
cpu: [arm64]
+
os: [android]
+
+
'@oxc-transform/binding-darwin-arm64@0.86.0':
+
resolution: {integrity: sha512-dJls3eCO1Y2dc4zAdA+fiRbQwlvFFDmfRHRpGOllwS1FtvKQ7dMkRFKsHODEdxWakxISLvyabUmkGOhcJ47Dog==}
+
engines: {node: '>=14.0.0'}
+
cpu: [arm64]
+
os: [darwin]
+
+
'@oxc-transform/binding-darwin-x64@0.86.0':
+
resolution: {integrity: sha512-udMZFZn6FEy36tVMs/yrczEqWyCJc+l/lqIMS4xYWsm/6qVafUWDSAZJLgcPilng16IdMnHINkc8NSz7Pp1EVw==}
+
engines: {node: '>=14.0.0'}
+
cpu: [x64]
+
os: [darwin]
+
+
'@oxc-transform/binding-freebsd-x64@0.86.0':
+
resolution: {integrity: sha512-41J5qSlypbE0HCOd+4poFD96+ZKoR8sfDn5qdaU0Hc5bT5Drwat/wv06s9Y5Lu86uXYTwPPj6kbbxHHsiV2irw==}
+
engines: {node: '>=14.0.0'}
+
cpu: [x64]
+
os: [freebsd]
+
+
'@oxc-transform/binding-linux-arm-gnueabihf@0.86.0':
+
resolution: {integrity: sha512-mrI+nKgwRsr4FYjb0pECrNTVnNvHAflukS3SFqFHI8n+3LJgrCYDcnbrFD/4VWKp2EUrkIZ//RhwgGsTiSXbng==}
+
engines: {node: '>=14.0.0'}
+
cpu: [arm]
+
os: [linux]
+
+
'@oxc-transform/binding-linux-arm-musleabihf@0.86.0':
+
resolution: {integrity: sha512-FXWyvpxiEXBewA3L6HGFtEribqFjGOiounD8ke/4C1F5134+rH5rNrgK6vY116P4MtWKfZolMRdvlzaD3TaX0A==}
+
engines: {node: '>=14.0.0'}
+
cpu: [arm]
+
os: [linux]
+
+
'@oxc-transform/binding-linux-arm64-gnu@0.86.0':
+
resolution: {integrity: sha512-gktU/9WLAc0d2hAq8yRi3K92xwkWoDt1gJmokMOfb1FU4fyDbzbt13jdZEd6KVn2xLaiQeaFTTfFTghFsJUM3A==}
+
engines: {node: '>=14.0.0'}
+
cpu: [arm64]
+
os: [linux]
+
+
'@oxc-transform/binding-linux-arm64-musl@0.86.0':
+
resolution: {integrity: sha512-2w5e5qiTBYQ0xc1aSY1GNyAOP9BQFEjN43FI3OhrRWZXHOj3inqcVSlptO/hHGK3Q2bG26kWLfSNFOEylTX39A==}
+
engines: {node: '>=14.0.0'}
+
cpu: [arm64]
+
os: [linux]
+
+
'@oxc-transform/binding-linux-riscv64-gnu@0.86.0':
+
resolution: {integrity: sha512-PfnTYm+vQ9X5VNXqs0Z3S67Xp2FoZj5RteYKUNwL+j/sxGi05eps+EWLVrcGsuN9x2GHFpTiqBz3lzERCn2USg==}
+
engines: {node: '>=14.0.0'}
+
cpu: [riscv64]
+
os: [linux]
+
+
'@oxc-transform/binding-linux-s390x-gnu@0.86.0':
+
resolution: {integrity: sha512-uHgGN0rFfqDcdkLUITshqrpV34PRKAiRwsw6Jgkg7CRcRGIU8rOJc568EU0jfhTZ1zO5MJKt/S8D6cgIFJwe0A==}
+
engines: {node: '>=14.0.0'}
+
cpu: [s390x]
+
os: [linux]
+
+
'@oxc-transform/binding-linux-x64-gnu@0.86.0':
+
resolution: {integrity: sha512-MtrvfU2RkSD+oTnzG4Xle3jK8FXJPQa1MhYQm0ivcAMf0tUQDojTaqBtM/9E0iFr/4l1xZODJOHCGjLktdpykg==}
+
engines: {node: '>=14.0.0'}
+
cpu: [x64]
+
os: [linux]
+
+
'@oxc-transform/binding-linux-x64-musl@0.86.0':
+
resolution: {integrity: sha512-wTTTIPcnoS04SRJ7HuOL/VxIu1QzUtv2n6Mx0wPIEQobj2qPGum0qYGnFEMU0Njltp+8FAUg5EfX6u3udRQBbQ==}
+
engines: {node: '>=14.0.0'}
+
cpu: [x64]
+
os: [linux]
+
+
'@oxc-transform/binding-wasm32-wasi@0.86.0':
+
resolution: {integrity: sha512-g+0bf+ZA2DvBHQ+0u8TvEY8ERo86Brqvdghfv06Wph2qGTlhzSmrE0c0Zurr7yhtqI5yZjMaBr2HbqwW1kHFng==}
+
engines: {node: '>=14.0.0'}
+
cpu: [wasm32]
+
+
'@oxc-transform/binding-win32-arm64-msvc@0.86.0':
+
resolution: {integrity: sha512-dgBeU4qBEag0rhW3OT9YHgj4cvW51KZzrxhDQ1gAVX2fqgl+CeJnu0a9q+DMhefHrO3c8Yxwbt7NxUDmWGkEtg==}
+
engines: {node: '>=14.0.0'}
+
cpu: [arm64]
+
os: [win32]
+
+
'@oxc-transform/binding-win32-x64-msvc@0.86.0':
+
resolution: {integrity: sha512-M1eCl8xz7MmEatuqWdr+VdvNCUJ+d4ECF+HND39PqRCVkaH+Vl1rcyP5pLILb2CB/wTb2DMvZmb9RCt5+8S5TQ==}
+
engines: {node: '>=14.0.0'}
+
cpu: [x64]
+
os: [win32]
'@parcel/watcher-android-arm64@2.5.1':
resolution: {integrity: sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==}
···
'@polka/url@1.0.0-next.29':
resolution: {integrity: sha512-wwQAWhWSuHaag8c4q/KN/vCoeOJYshAIvMQwD4GpSb3OiZklFfvAgmj0VCBBImRpuF/aFgIRzllXlVX93Jevww==}
-
'@poppinss/colors@4.1.4':
-
resolution: {integrity: sha512-FA+nTU8p6OcSH4tLDY5JilGYr1bVWHpNmcLr7xmMEdbWmKHa+3QZ+DqefrXKmdjO/brHTnQZo20lLSjaO7ydog==}
-
engines: {node: '>=18.16.0'}
+
'@poppinss/colors@4.1.5':
+
resolution: {integrity: sha512-FvdDqtcRCtz6hThExcFOgW0cWX+xwSMWcRuQe5ZEb2m7cVQOAVZOIMt+/v9RxGiD9/OY16qJBXK4CVKWAPalBw==}
-
'@poppinss/dumper@0.6.3':
-
resolution: {integrity: sha512-iombbn8ckOixMtuV1p3f8jN6vqhXefNjJttoPaJDMeIk/yIGhkkL3OrHkEjE9SRsgoAx1vBUU2GtgggjvA5hCA==}
+
'@poppinss/dumper@0.6.4':
+
resolution: {integrity: sha512-iG0TIdqv8xJ3Lt9O8DrPRxw1MRLjNpoqiSGU03P/wNLP/s0ra0udPJ1J2Tx5M0J3H/cVyEgpbn8xUKRY9j59kQ==}
-
'@poppinss/exception@1.2.1':
-
resolution: {integrity: sha512-aQypoot0HPSJa6gDPEPTntc1GT6QINrSbgRlRhadGW2WaYqUK3tK4Bw9SBMZXhmxd3GeAlZjVcODHgiu+THY7A==}
-
engines: {node: '>=18'}
+
'@poppinss/exception@1.2.2':
+
resolution: {integrity: sha512-m7bpKCD4QMlFCjA/nKTs23fuvoVFoA83brRKmObCUNmi/9tVu8Ve3w4YQAnJu4q3Tjf5fr685HYIC/IA2zHRSg==}
'@resvg/resvg-js-android-arm-eabi@2.6.2':
resolution: {integrity: sha512-FrJibrAk6v29eabIPgcTUMPXiEz8ssrAk7TXxsiZzww9UTQ1Z5KAbFJs+Z0Ez+VZTYgnE5IQJqBcoSiMebtPHA==}
···
resolution: {integrity: sha512-FqALmHI8D4o6lk/LRWDnhw95z5eO+eAa6ORjVg09YRR7BkcM6oPHU9uyC0gtQG5vpFLvgpeU4+zEAz2H8APHNw==}
engines: {node: '>= 10'}
-
'@rolldown/pluginutils@1.0.0-beta.9':
-
resolution: {integrity: sha512-e9MeMtVWo186sgvFFJOPGy7/d2j2mZhLJIdVW0C/xDluuOvymEATqz6zKsP0ZmXGzQtqlyjz5sC1sYQUoJG98w==}
+
'@rolldown/pluginutils@1.0.0-beta.29':
+
resolution: {integrity: sha512-NIJgOsMjbxAXvoGq/X0gD7VPMQ8j9g0BiDaNjVNVjvl+iKXxL3Jre0v31RmBYeLEmkbj2s02v8vFTbUXi5XS2Q==}
+
+
'@rolldown/pluginutils@1.0.0-beta.34':
+
resolution: {integrity: sha512-LyAREkZHP5pMom7c24meKmJCdhf2hEyvam2q0unr3or9ydwDL+DJ8chTF6Av/RFPb3rH8UFBdMzO5MxTZW97oA==}
'@rollup/plugin-alias@5.1.1':
resolution: {integrity: sha512-PR9zDb+rOzkRb2VD+EuKB7UC41vU5DIwZ5qqCpk0KJudcWAyi8rvYOhS7+L5aZCspw1stTViLgN5v6FF1p5cgQ==}
···
rollup:
optional: true
-
'@rollup/plugin-commonjs@28.0.3':
-
resolution: {integrity: sha512-pyltgilam1QPdn+Zd9gaCfOLcnjMEJ9gV+bTw6/r73INdvzf1ah9zLIJBm+kW7R6IUFIQ1YO+VqZtYxZNWFPEQ==}
+
'@rollup/plugin-commonjs@28.0.6':
+
resolution: {integrity: sha512-XSQB1K7FUU5QP+3lOQmVCE3I0FcbbNvmNT4VJSj93iUjayaARrTQeoRdiYQoftAJBLrR9t2agwAd3ekaTgHNlw==}
engines: {node: '>=16.0.0 || 14 >= 14.17'}
peerDependencies:
rollup: ^2.68.0||^3.0.0||^4.0.0
···
rollup:
optional: true
-
'@rollup/pluginutils@5.1.4':
-
resolution: {integrity: sha512-USm05zrsFxYLPdWWq+K3STlWiT/3ELn3RcV5hJMghpeAIhxfsUIg6mt12CBJBInWMV4VneoV7SfGv8xIwo2qNQ==}
+
'@rollup/pluginutils@5.2.0':
+
resolution: {integrity: sha512-qWJ2ZTbmumwiLFomfzTyt5Kng4hwPi9rwCYN4SHb6eaRU1KNO4ccxINHr/VhH4GgPlt1XfSTLX2LBTme8ne4Zw==}
engines: {node: '>=14.0.0'}
peerDependencies:
rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0
···
rollup:
optional: true
-
'@rollup/rollup-android-arm-eabi@4.41.1':
-
resolution: {integrity: sha512-NELNvyEWZ6R9QMkiytB4/L4zSEaBC03KIXEghptLGLZWJ6VPrL63ooZQCOnlx36aQPGhzuOMwDerC1Eb2VmrLw==}
+
'@rollup/rollup-android-arm-eabi@4.50.0':
+
resolution: {integrity: sha512-lVgpeQyy4fWN5QYebtW4buT/4kn4p4IJ+kDNB4uYNT5b8c8DLJDg6titg20NIg7E8RWwdWZORW6vUFfrLyG3KQ==}
cpu: [arm]
os: [android]
-
'@rollup/rollup-android-arm64@4.41.1':
-
resolution: {integrity: sha512-DXdQe1BJ6TK47ukAoZLehRHhfKnKg9BjnQYUu9gzhI8Mwa1d2fzxA1aw2JixHVl403bwp1+/o/NhhHtxWJBgEA==}
+
'@rollup/rollup-android-arm64@4.50.0':
+
resolution: {integrity: sha512-2O73dR4Dc9bp+wSYhviP6sDziurB5/HCym7xILKifWdE9UsOe2FtNcM+I4xZjKrfLJnq5UR8k9riB87gauiQtw==}
cpu: [arm64]
os: [android]
-
'@rollup/rollup-darwin-arm64@4.41.1':
-
resolution: {integrity: sha512-5afxvwszzdulsU2w8JKWwY8/sJOLPzf0e1bFuvcW5h9zsEg+RQAojdW0ux2zyYAz7R8HvvzKCjLNJhVq965U7w==}
+
'@rollup/rollup-darwin-arm64@4.50.0':
+
resolution: {integrity: sha512-vwSXQN8T4sKf1RHr1F0s98Pf8UPz7pS6P3LG9NSmuw0TVh7EmaE+5Ny7hJOZ0M2yuTctEsHHRTMi2wuHkdS6Hg==}
cpu: [arm64]
os: [darwin]
-
'@rollup/rollup-darwin-x64@4.41.1':
-
resolution: {integrity: sha512-egpJACny8QOdHNNMZKf8xY0Is6gIMz+tuqXlusxquWu3F833DcMwmGM7WlvCO9sB3OsPjdC4U0wHw5FabzCGZg==}
+
'@rollup/rollup-darwin-x64@4.50.0':
+
resolution: {integrity: sha512-cQp/WG8HE7BCGyFVuzUg0FNmupxC+EPZEwWu2FCGGw5WDT1o2/YlENbm5e9SMvfDFR6FRhVCBePLqj0o8MN7Vw==}
cpu: [x64]
os: [darwin]
-
'@rollup/rollup-freebsd-arm64@4.41.1':
-
resolution: {integrity: sha512-DBVMZH5vbjgRk3r0OzgjS38z+atlupJ7xfKIDJdZZL6sM6wjfDNo64aowcLPKIx7LMQi8vybB56uh1Ftck/Atg==}
+
'@rollup/rollup-freebsd-arm64@4.50.0':
+
resolution: {integrity: sha512-UR1uTJFU/p801DvvBbtDD7z9mQL8J80xB0bR7DqW7UGQHRm/OaKzp4is7sQSdbt2pjjSS72eAtRh43hNduTnnQ==}
cpu: [arm64]
os: [freebsd]
-
'@rollup/rollup-freebsd-x64@4.41.1':
-
resolution: {integrity: sha512-3FkydeohozEskBxNWEIbPfOE0aqQgB6ttTkJ159uWOFn42VLyfAiyD9UK5mhu+ItWzft60DycIN1Xdgiy8o/SA==}
+
'@rollup/rollup-freebsd-x64@4.50.0':
+
resolution: {integrity: sha512-G/DKyS6PK0dD0+VEzH/6n/hWDNPDZSMBmqsElWnCRGrYOb2jC0VSupp7UAHHQ4+QILwkxSMaYIbQ72dktp8pKA==}
cpu: [x64]
os: [freebsd]
-
'@rollup/rollup-linux-arm-gnueabihf@4.41.1':
-
resolution: {integrity: sha512-wC53ZNDgt0pqx5xCAgNunkTzFE8GTgdZ9EwYGVcg+jEjJdZGtq9xPjDnFgfFozQI/Xm1mh+D9YlYtl+ueswNEg==}
+
'@rollup/rollup-linux-arm-gnueabihf@4.50.0':
+
resolution: {integrity: sha512-u72Mzc6jyJwKjJbZZcIYmd9bumJu7KNmHYdue43vT1rXPm2rITwmPWF0mmPzLm9/vJWxIRbao/jrQmxTO0Sm9w==}
cpu: [arm]
os: [linux]
-
'@rollup/rollup-linux-arm-musleabihf@4.41.1':
-
resolution: {integrity: sha512-jwKCca1gbZkZLhLRtsrka5N8sFAaxrGz/7wRJ8Wwvq3jug7toO21vWlViihG85ei7uJTpzbXZRcORotE+xyrLA==}
+
'@rollup/rollup-linux-arm-musleabihf@4.50.0':
+
resolution: {integrity: sha512-S4UefYdV0tnynDJV1mdkNawp0E5Qm2MtSs330IyHgaccOFrwqsvgigUD29uT+B/70PDY1eQ3t40+xf6wIvXJyg==}
cpu: [arm]
os: [linux]
-
'@rollup/rollup-linux-arm64-gnu@4.41.1':
-
resolution: {integrity: sha512-g0UBcNknsmmNQ8V2d/zD2P7WWfJKU0F1nu0k5pW4rvdb+BIqMm8ToluW/eeRmxCared5dD76lS04uL4UaNgpNA==}
+
'@rollup/rollup-linux-arm64-gnu@4.50.0':
+
resolution: {integrity: sha512-1EhkSvUQXJsIhk4msxP5nNAUWoB4MFDHhtc4gAYvnqoHlaL9V3F37pNHabndawsfy/Tp7BPiy/aSa6XBYbaD1g==}
cpu: [arm64]
os: [linux]
-
'@rollup/rollup-linux-arm64-musl@4.41.1':
-
resolution: {integrity: sha512-XZpeGB5TKEZWzIrj7sXr+BEaSgo/ma/kCgrZgL0oo5qdB1JlTzIYQKel/RmhT6vMAvOdM2teYlAaOGJpJ9lahg==}
+
'@rollup/rollup-linux-arm64-musl@4.50.0':
+
resolution: {integrity: sha512-EtBDIZuDtVg75xIPIK1l5vCXNNCIRM0OBPUG+tbApDuJAy9mKago6QxX+tfMzbCI6tXEhMuZuN1+CU8iDW+0UQ==}
cpu: [arm64]
os: [linux]
-
'@rollup/rollup-linux-loongarch64-gnu@4.41.1':
-
resolution: {integrity: sha512-bkCfDJ4qzWfFRCNt5RVV4DOw6KEgFTUZi2r2RuYhGWC8WhCA8lCAJhDeAmrM/fdiAH54m0mA0Vk2FGRPyzI+tw==}
+
'@rollup/rollup-linux-loongarch64-gnu@4.50.0':
+
resolution: {integrity: sha512-BGYSwJdMP0hT5CCmljuSNx7+k+0upweM2M4YGfFBjnFSZMHOLYR0gEEj/dxyYJ6Zc6AiSeaBY8dWOa11GF/ppQ==}
cpu: [loong64]
os: [linux]
-
'@rollup/rollup-linux-powerpc64le-gnu@4.41.1':
-
resolution: {integrity: sha512-3mr3Xm+gvMX+/8EKogIZSIEF0WUu0HL9di+YWlJpO8CQBnoLAEL/roTCxuLncEdgcfJcvA4UMOf+2dnjl4Ut1A==}
+
'@rollup/rollup-linux-ppc64-gnu@4.50.0':
+
resolution: {integrity: sha512-I1gSMzkVe1KzAxKAroCJL30hA4DqSi+wGc5gviD0y3IL/VkvcnAqwBf4RHXHyvH66YVHxpKO8ojrgc4SrWAnLg==}
cpu: [ppc64]
os: [linux]
-
'@rollup/rollup-linux-riscv64-gnu@4.41.1':
-
resolution: {integrity: sha512-3rwCIh6MQ1LGrvKJitQjZFuQnT2wxfU+ivhNBzmxXTXPllewOF7JR1s2vMX/tWtUYFgphygxjqMl76q4aMotGw==}
+
'@rollup/rollup-linux-riscv64-gnu@4.50.0':
+
resolution: {integrity: sha512-bSbWlY3jZo7molh4tc5dKfeSxkqnf48UsLqYbUhnkdnfgZjgufLS/NTA8PcP/dnvct5CCdNkABJ56CbclMRYCA==}
cpu: [riscv64]
os: [linux]
-
'@rollup/rollup-linux-riscv64-musl@4.41.1':
-
resolution: {integrity: sha512-LdIUOb3gvfmpkgFZuccNa2uYiqtgZAz3PTzjuM5bH3nvuy9ty6RGc/Q0+HDFrHrizJGVpjnTZ1yS5TNNjFlklw==}
+
'@rollup/rollup-linux-riscv64-musl@4.50.0':
+
resolution: {integrity: sha512-LSXSGumSURzEQLT2e4sFqFOv3LWZsEF8FK7AAv9zHZNDdMnUPYH3t8ZlaeYYZyTXnsob3htwTKeWtBIkPV27iQ==}
cpu: [riscv64]
os: [linux]
-
'@rollup/rollup-linux-s390x-gnu@4.41.1':
-
resolution: {integrity: sha512-oIE6M8WC9ma6xYqjvPhzZYk6NbobIURvP/lEbh7FWplcMO6gn7MM2yHKA1eC/GvYwzNKK/1LYgqzdkZ8YFxR8g==}
+
'@rollup/rollup-linux-s390x-gnu@4.50.0':
+
resolution: {integrity: sha512-CxRKyakfDrsLXiCyucVfVWVoaPA4oFSpPpDwlMcDFQvrv3XY6KEzMtMZrA+e/goC8xxp2WSOxHQubP8fPmmjOQ==}
cpu: [s390x]
os: [linux]
-
'@rollup/rollup-linux-x64-gnu@4.41.1':
-
resolution: {integrity: sha512-cWBOvayNvA+SyeQMp79BHPK8ws6sHSsYnK5zDcsC3Hsxr1dgTABKjMnMslPq1DvZIp6uO7kIWhiGwaTdR4Og9A==}
+
'@rollup/rollup-linux-x64-gnu@4.50.0':
+
resolution: {integrity: sha512-8PrJJA7/VU8ToHVEPu14FzuSAqVKyo5gg/J8xUerMbyNkWkO9j2ExBho/68RnJsMGNJq4zH114iAttgm7BZVkA==}
cpu: [x64]
os: [linux]
-
'@rollup/rollup-linux-x64-musl@4.41.1':
-
resolution: {integrity: sha512-y5CbN44M+pUCdGDlZFzGGBSKCA4A/J2ZH4edTYSSxFg7ce1Xt3GtydbVKWLlzL+INfFIZAEg1ZV6hh9+QQf9YQ==}
+
'@rollup/rollup-linux-x64-musl@4.50.0':
+
resolution: {integrity: sha512-SkE6YQp+CzpyOrbw7Oc4MgXFvTw2UIBElvAvLCo230pyxOLmYwRPwZ/L5lBe/VW/qT1ZgND9wJfOsdy0XptRvw==}
cpu: [x64]
os: [linux]
-
'@rollup/rollup-win32-arm64-msvc@4.41.1':
-
resolution: {integrity: sha512-lZkCxIrjlJlMt1dLO/FbpZbzt6J/A8p4DnqzSa4PWqPEUUUnzXLeki/iyPLfV0BmHItlYgHUqJe+3KiyydmiNQ==}
+
'@rollup/rollup-openharmony-arm64@4.50.0':
+
resolution: {integrity: sha512-PZkNLPfvXeIOgJWA804zjSFH7fARBBCpCXxgkGDRjjAhRLOR8o0IGS01ykh5GYfod4c2yiiREuDM8iZ+pVsT+Q==}
+
cpu: [arm64]
+
os: [openharmony]
+
+
'@rollup/rollup-win32-arm64-msvc@4.50.0':
+
resolution: {integrity: sha512-q7cIIdFvWQoaCbLDUyUc8YfR3Jh2xx3unO8Dn6/TTogKjfwrax9SyfmGGK6cQhKtjePI7jRfd7iRYcxYs93esg==}
cpu: [arm64]
os: [win32]
-
'@rollup/rollup-win32-ia32-msvc@4.41.1':
-
resolution: {integrity: sha512-+psFT9+pIh2iuGsxFYYa/LhS5MFKmuivRsx9iPJWNSGbh2XVEjk90fmpUEjCnILPEPJnikAU6SFDiEUyOv90Pg==}
+
'@rollup/rollup-win32-ia32-msvc@4.50.0':
+
resolution: {integrity: sha512-XzNOVg/YnDOmFdDKcxxK410PrcbcqZkBmz+0FicpW5jtjKQxcW1BZJEQOF0NJa6JO7CZhett8GEtRN/wYLYJuw==}
cpu: [ia32]
os: [win32]
-
'@rollup/rollup-win32-x64-msvc@4.41.1':
-
resolution: {integrity: sha512-Wq2zpapRYLfi4aKxf2Xff0tN+7slj2d4R87WEzqw7ZLsVvO5zwYCIuEGSZYiK41+GlwUo1HiR+GdkLEJnCKTCw==}
+
'@rollup/rollup-win32-x64-msvc@4.50.0':
+
resolution: {integrity: sha512-xMmiWRR8sp72Zqwjgtf3QbZfF1wdh8X2ABu3EaozvZcyHJeU0r+XAnXdKgs4cCAp6ORoYoCygipYP1mjmbjrsg==}
cpu: [x64]
os: [win32]
'@sec-ant/readable-stream@0.4.1':
resolution: {integrity: sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg==}
-
'@shikijs/core@3.4.2':
-
resolution: {integrity: sha512-AG8vnSi1W2pbgR2B911EfGqtLE9c4hQBYkv/x7Z+Kt0VxhgQKcW7UNDVYsu9YxwV6u+OJrvdJrMq6DNWoBjihQ==}
+
'@shikijs/core@3.12.2':
+
resolution: {integrity: sha512-L1Safnhra3tX/oJK5kYHaWmLEBJi1irASwewzY3taX5ibyXyMkkSDZlq01qigjryOBwrXSdFgTiZ3ryzSNeu7Q==}
-
'@shikijs/engine-javascript@3.4.2':
-
resolution: {integrity: sha512-1/adJbSMBOkpScCE/SB6XkjJU17ANln3Wky7lOmrnpl+zBdQ1qXUJg2GXTYVHRq+2j3hd1DesmElTXYDgtfSOQ==}
+
'@shikijs/engine-javascript@3.12.2':
+
resolution: {integrity: sha512-Nm3/azSsaVS7hk6EwtHEnTythjQfwvrO5tKqMlaH9TwG1P+PNaR8M0EAKZ+GaH2DFwvcr4iSfTveyxMIvXEHMw==}
-
'@shikijs/engine-oniguruma@3.4.2':
-
resolution: {integrity: sha512-zcZKMnNndgRa3ORja6Iemsr3DrLtkX3cAF7lTJkdMB6v9alhlBsX9uNiCpqofNrXOvpA3h6lHcLJxgCIhVOU5Q==}
+
'@shikijs/engine-oniguruma@3.12.2':
+
resolution: {integrity: sha512-hozwnFHsLvujK4/CPVHNo3Bcg2EsnG8krI/ZQ2FlBlCRpPZW4XAEQmEwqegJsypsTAN9ehu2tEYe30lYKSZW/w==}
-
'@shikijs/langs@3.4.2':
-
resolution: {integrity: sha512-H6azIAM+OXD98yztIfs/KH5H4PU39t+SREhmM8LaNXyUrqj2mx+zVkr8MWYqjceSjDw9I1jawm1WdFqU806rMA==}
+
'@shikijs/langs@3.12.2':
+
resolution: {integrity: sha512-bVx5PfuZHDSHoBal+KzJZGheFuyH4qwwcwG/n+MsWno5cTlKmaNtTsGzJpHYQ8YPbB5BdEdKU1rga5/6JGY8ww==}
-
'@shikijs/themes@3.4.2':
-
resolution: {integrity: sha512-qAEuAQh+brd8Jyej2UDDf+b4V2g1Rm8aBIdvt32XhDPrHvDkEnpb7Kzc9hSuHUxz0Iuflmq7elaDuQAP9bHIhg==}
+
'@shikijs/themes@3.12.2':
+
resolution: {integrity: sha512-fTR3QAgnwYpfGczpIbzPjlRnxyONJOerguQv1iwpyQZ9QXX4qy/XFQqXlf17XTsorxnHoJGbH/LXBvwtqDsF5A==}
-
'@shikijs/transformers@3.4.2':
-
resolution: {integrity: sha512-I5baLVi/ynLEOZoWSAMlACHNnG+yw5HDmse0oe+GW6U1u+ULdEB3UHiVWaHoJSSONV7tlcVxuaMy74sREDkSvg==}
+
'@shikijs/transformers@3.12.2':
+
resolution: {integrity: sha512-+z1aMq4N5RoNGY8i7qnTYmG2MBYzFmwkm/yOd6cjEI7OVzcldVvzQCfxU1YbIVgsyB0xHVc2jFe1JhgoXyUoSQ==}
-
'@shikijs/types@3.4.2':
-
resolution: {integrity: sha512-zHC1l7L+eQlDXLnxvM9R91Efh2V4+rN3oMVS2swCBssbj2U/FBwybD1eeLaq8yl/iwT+zih8iUbTBCgGZOYlVg==}
+
'@shikijs/types@3.12.2':
+
resolution: {integrity: sha512-K5UIBzxCyv0YoxN3LMrKB9zuhp1bV+LgewxuVwHdl4Gz5oePoUFrr9EfgJlGlDeXCU1b/yhdnXeuRvAnz8HN8Q==}
'@shikijs/vscode-textmate@10.0.2':
resolution: {integrity: sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==}
···
resolution: {integrity: sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==}
engines: {node: '>=10'}
-
'@sindresorhus/is@7.0.1':
-
resolution: {integrity: sha512-QWLl2P+rsCJeofkDNIT3WFmb6NrRud1SUYW8dIhXK/46XFV8Q/g7Bsvib0Askb0reRLe+WYPeeE+l5cH7SlkuQ==}
+
'@sindresorhus/is@7.0.2':
+
resolution: {integrity: sha512-d9xRovfKNz1SKieM0qJdO+PQonjnnIfSNWfHYnBSJ9hkjm0ZPw6HlxscDXYstp3z+7V2GOFHc+J0CYrYTjqCJw==}
engines: {node: '>=18'}
'@sindresorhus/merge-streams@2.3.0':
···
'@speed-highlight/core@1.2.7':
resolution: {integrity: sha512-0dxmVj4gxg3Jg879kvFS/msl4s9F3T9UXC1InxgOf7t5NvcPD97u/WTA5vL/IxWHMn7qSxBozqrnnE2wvl1m8g==}
-
'@sqlite.org/sqlite-wasm@3.49.1-build2':
-
resolution: {integrity: sha512-pZi8OSjNDZEYkvefsTOFKNRRN0GG9S5mtB6qBmrFZ5sraF5vxElPnTOl0DbJgiz9twlsOF5OzVkOce6Uc1TXsw==}
+
'@sqlite.org/sqlite-wasm@3.50.1-build1':
+
resolution: {integrity: sha512-yH4M/SHN98NibniIwTVk6rwTJjy7n39l7zwWY3u+qsfZBGTi4lC1uEl2NDvIlkzsFtfCBvHBJJFJ1iuU3UzzEQ==}
hasBin: true
'@tailwindcss/typography@0.5.16':
···
peerDependencies:
tailwindcss: '>=3.0.0 || insiders || >=4.0.0-alpha.20 || >=4.0.0-beta.1'
-
'@trysound/sax@0.2.0':
-
resolution: {integrity: sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==}
-
engines: {node: '>=10.13.0'}
-
-
'@tybys/wasm-util@0.9.0':
-
resolution: {integrity: sha512-6+7nlbMVX/PVDCwaIQ8nTOPveOcFLSt8GcXdx8hD0bt39uWxYT88uXzqTd4fTvqta7oeUJqudepapKNt2DYJFw==}
+
'@tybys/wasm-util@0.10.0':
+
resolution: {integrity: sha512-VyyPYFlOMNylG45GoAe0xDoLwWuowvf92F9kySqzYh8vmYm7D2u4iUJKa1tOUpS70Ku13ASrOkS4ScXFsTaCNQ==}
'@types/debug@4.1.12':
resolution: {integrity: sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==}
-
'@types/estree@1.0.7':
-
resolution: {integrity: sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==}
+
'@types/estree@1.0.8':
+
resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==}
'@types/hast@3.0.4':
resolution: {integrity: sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==}
+
+
'@types/json-schema@7.0.15':
+
resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==}
+
+
'@types/lodash@4.17.20':
+
resolution: {integrity: sha512-H3MHACvFUEiujabxhaI/ImO6gUrd8oOurg7LQtS7mbwIXA/cUqWrvBsaeJ23aZEPk1TAYkurjfMbSELfoCXlGA==}
'@types/mdast@4.0.4':
resolution: {integrity: sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==}
···
'@types/ms@2.1.0':
resolution: {integrity: sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==}
-
'@types/node@22.15.23':
-
resolution: {integrity: sha512-7Ec1zaFPF4RJ0eXu1YT/xgiebqwqoJz8rYPDi/O2BcZ++Wpt0Kq9cl0eg6NN6bYbPnR67ZLo7St5Q3UK0SnARw==}
-
-
'@types/normalize-package-data@2.4.4':
-
resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==}
+
'@types/node@24.3.0':
+
resolution: {integrity: sha512-aPTXCrfwnDLj4VvXrm+UUCQjNEvJgNA8s5F1cvwQU+3KNltTOkBm1j30uNLyqqPNe7gE3KFzImYoZEfLhp4Yow==}
'@types/parse-path@7.1.0':
resolution: {integrity: sha512-EULJ8LApcVEPbrfND0cRQqutIOdiIgJ1Mgrhpy755r14xMohPTEpkV/k28SJvuOs9bHRFW8x+KeDAEPiGQPB9Q==}
···
'@types/resolve@1.20.2':
resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==}
-
'@types/triple-beam@1.3.5':
-
resolution: {integrity: sha512-6WaYesThRMCl19iryMYP7/x2OVgCtbIVflDGFpWnb9irXI3UjYE4AzmYuiUKY1AJstGijoY+MgUszMgRxIYTYw==}
-
'@types/unist@2.0.11':
resolution: {integrity: sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==}
···
'@types/web-bluetooth@0.0.21':
resolution: {integrity: sha512-oIQLCGWtcFZy2JW77j9k8nHzAOpqMHLQejDA48XXMWH6tjCQHz5RCFz1bzsmROyL6PUm+LLnUiI4BCn221inxA==}
-
'@types/yauzl@2.10.3':
-
resolution: {integrity: sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==}
-
-
'@typescript-eslint/project-service@8.33.0':
-
resolution: {integrity: sha512-d1hz0u9l6N+u/gcrk6s6gYdl7/+pp8yHheRTqP6X5hVDKALEaTn8WfGiit7G511yueBEL3OpOEpD+3/MBdoN+A==}
-
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
-
-
'@typescript-eslint/tsconfig-utils@8.33.0':
-
resolution: {integrity: sha512-sTkETlbqhEoiFmGr1gsdq5HyVbSOF0145SYDJ/EQmXHtKViCaGvnyLqWFFHtEXoS0J1yU8Wyou2UGmgW88fEug==}
-
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
-
peerDependencies:
-
typescript: '>=4.8.4 <5.9.0'
-
-
'@typescript-eslint/types@8.33.0':
-
resolution: {integrity: sha512-DKuXOKpM5IDT1FA2g9x9x1Ug81YuKrzf4mYX8FAVSNu5Wo/LELHWQyM1pQaDkI42bX15PWl0vNPt1uGiIFUOpg==}
-
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
-
-
'@typescript-eslint/typescript-estree@8.33.0':
-
resolution: {integrity: sha512-vegY4FQoB6jL97Tu/lWRsAiUUp8qJTqzAmENH2k59SJhw0Th1oszb9Idq/FyyONLuNqT1OADJPXfyUNOR8SzAQ==}
-
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
-
peerDependencies:
-
typescript: '>=4.8.4 <5.9.0'
-
-
'@typescript-eslint/visitor-keys@8.33.0':
-
resolution: {integrity: sha512-7RW7CMYoskiz5OOGAWjJFxgb7c5UNjTG292gYhWeOAcFmYCtVCSqjqSBj5zMhxbXo2JOW95YYrUWJfU0zrpaGQ==}
-
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
-
'@ungap/structured-clone@1.3.0':
resolution: {integrity: sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==}
···
peerDependencies:
vue: '>=3.5.18'
-
'@unocss/core@66.1.2':
-
resolution: {integrity: sha512-mN9h1hHEuhDcdbI4z74o7UnxlBZYVsJpYcdC1YLWBKROcLYTkuyZ7hgBzpo1FBNox2Bt3JnrSinVDmc44Bxjow==}
+
'@unocss/core@66.5.0':
+
resolution: {integrity: sha512-4JStg50nrwd4aJulbPYglqHyuVUHMEX2EltpdxrrxknvSjy4LriKCVUCEmIljsbTFDXm8xcPnPGs6VN/ZmlKlA==}
-
'@unocss/extractor-arbitrary-variants@66.1.2':
-
resolution: {integrity: sha512-F570wH9VYeFTb4r8qgcbN5QpEVIAvFC1zOnrAPUr6B6kbU2YChMXxHP7PHK0AzLHnEr458Pwpzl6hmP6bzxZ8g==}
+
'@unocss/extractor-arbitrary-variants@66.5.0':
+
resolution: {integrity: sha512-Em5jrB4wPJWHRwp4hBRPWbYH/brEdQzYFC5RUSNem5u3kToYSiBid4KwBRTBHmLAdDxcrDXBD1pbDot0PAQe2g==}
-
'@unocss/preset-mini@66.1.2':
-
resolution: {integrity: sha512-oiDe+VhwZ8B5Z0UGfggtOwgpRZMLtH1RTDFvmJmJEXYYX5BPWknS6wYcQzxy0i/y9ym0xp2QnEaTpGmR7LKdkg==}
+
'@unocss/preset-mini@66.5.0':
+
resolution: {integrity: sha512-aGnxlO47D0DMTEYTbwAZ/xICz8/QGUhin9hb4dsVhEorDvL1R0/qqvyjhyyIeTTDqPTxKTtczY7rP8XJqkuBXA==}
-
'@unocss/preset-wind3@66.1.2':
-
resolution: {integrity: sha512-S09imGOngAAOXCBCHb3JAtxD1/L7nDWrgEeX6NT0ElDp3X1T6XxUXYJlpjCfcqV/klMoXyYouKvp0YuG9QSgVg==}
+
'@unocss/preset-wind3@66.5.0':
+
resolution: {integrity: sha512-LC3I2yzmWguOOdp4gLwhJG1/Nya6v9+GH2rXRn8LNSZN5yhdz0LwqjftSIsPxbIpoi7+pkGTzOiXHfV/XXbswA==}
-
'@unocss/rule-utils@66.1.2':
-
resolution: {integrity: sha512-nn0ehvDh7yyWq2mcBDLVpmMAivjRATUroZ8ETinyN1rmfsGesm71R0d1gV3K+Z6YC7a3+dMLc+/qzI7VK3AG/Q==}
+
'@unocss/rule-utils@66.5.0':
+
resolution: {integrity: sha512-+yqGZP8fR/G/gOkjXSXjmgTXFr4zGCQR+rA3Ana4xVoLIttcmPk4qO1IWcUVRQTDDqFmUjW/XwWmChta+rdQsA==}
engines: {node: '>=14'}
-
'@vercel/nft@0.29.3':
-
resolution: {integrity: sha512-aVV0E6vJpuvImiMwU1/5QKkw2N96BRFE7mBYGS7FhXUoS6V7SarQ+8tuj33o7ofECz8JtHpmQ9JW+oVzOoB7MA==}
+
'@vercel/nft@0.30.1':
+
resolution: {integrity: sha512-2mgJZv4AYBFkD/nJ4QmiX5Ymxi+AisPLPcS/KPXVqniyQNqKXX+wjieAbDXQP3HcogfEbpHoRMs49Cd4pfkk8g==}
engines: {node: '>=18'}
hasBin: true
-
'@vitejs/plugin-vue-jsx@4.2.0':
-
resolution: {integrity: sha512-DSTrmrdLp+0LDNF77fqrKfx7X0ErRbOcUAgJL/HbSesqQwoUvUQ4uYQqaex+rovqgGcoPqVk+AwUh3v9CuiYIw==}
-
engines: {node: ^18.0.0 || >=20.0.0}
+
'@vitejs/plugin-vue-jsx@5.1.1':
+
resolution: {integrity: sha512-uQkfxzlF8SGHJJVH966lFTdjM/lGcwJGzwAHpVqAPDD/QcsqoUGa+q31ox1BrUfi+FLP2ChVp7uLXE3DkHyDdQ==}
+
engines: {node: ^20.19.0 || >=22.12.0}
peerDependencies:
-
vite: ^5.0.0 || ^6.0.0
+
vite: ^5.0.0 || ^6.0.0 || ^7.0.0
vue: ^3.0.0
-
'@vitejs/plugin-vue@5.2.4':
-
resolution: {integrity: sha512-7Yx/SXSOcQq5HiiV3orevHUFn+pmMB4cgbEkDYgnkUWb0WfeQ/wa2yFv6D5ICiCQOVpjA7vYDXrC7AGO8yjDHA==}
-
engines: {node: ^18.0.0 || >=20.0.0}
+
'@vitejs/plugin-vue@6.0.1':
+
resolution: {integrity: sha512-+MaE752hU0wfPFJEUAIxqw18+20euHHdxVtMvbFcOEpjEyfqXH/5DCoTHiVJ0J29EhTJdoTkjEv5YBKU9dnoTw==}
+
engines: {node: ^20.19.0 || >=22.12.0}
peerDependencies:
-
vite: ^5.0.0 || ^6.0.0
+
vite: ^5.0.0 || ^6.0.0 || ^7.0.0
vue: ^3.2.25
-
'@volar/language-core@2.4.14':
-
resolution: {integrity: sha512-X6beusV0DvuVseaOEy7GoagS4rYHgDHnTrdOj5jeUb49fW5ceQyP9Ej5rBhqgz2wJggl+2fDbbojq1XKaxDi6w==}
+
'@volar/language-core@2.4.23':
+
resolution: {integrity: sha512-hEEd5ET/oSmBC6pi1j6NaNYRWoAiDhINbT8rmwtINugR39loROSlufGdYMF9TaKGfz+ViGs1Idi3mAhnuPcoGQ==}
-
'@volar/source-map@2.4.14':
-
resolution: {integrity: sha512-5TeKKMh7Sfxo8021cJfmBzcjfY1SsXsPMMjMvjY7ivesdnybqqS+GxGAoXHAOUawQTwtdUxgP65Im+dEmvWtYQ==}
+
'@volar/source-map@2.4.23':
+
resolution: {integrity: sha512-Z1Uc8IB57Lm6k7q6KIDu/p+JWtf3xsXJqAX/5r18hYOTpJyBn0KXUR8oTJ4WFYOcDzWC9n3IflGgHowx6U6z9Q==}
-
'@volar/typescript@2.4.14':
-
resolution: {integrity: sha512-p8Z6f/bZM3/HyCdRNFZOEEzts51uV8WHeN8Tnfnm2EBv6FDB2TQLzfVx7aJvnl8ofKAOnS64B2O8bImBFaauRw==}
+
'@volar/typescript@2.4.23':
+
resolution: {integrity: sha512-lAB5zJghWxVPqfcStmAP1ZqQacMpe90UrP5RJ3arDyrhy4aCUQqmxPPLB2PWDKugvylmO41ljK7vZ+t6INMTag==}
-
'@vue-macros/common@1.16.1':
-
resolution: {integrity: sha512-Pn/AWMTjoMYuquepLZP813BIcq8DTZiNCoaceuNlvaYuOTd8DqBZWc5u0uOMQZMInwME1mdSmmBAcTluiV9Jtg==}
-
engines: {node: '>=16.14.0'}
+
'@vue-macros/common@3.0.0-beta.16':
+
resolution: {integrity: sha512-8O2gWxWFiaoNkk7PGi0+p7NPGe/f8xJ3/INUufvje/RZOs7sJvlI1jnR4lydtRFa/mU0ylMXUXXjSK0fHDEYTA==}
+
engines: {node: '>=20.18.0'}
peerDependencies:
vue: ^2.7.0 || ^3.2.25
peerDependenciesMeta:
vue:
optional: true
-
'@vue/babel-helper-vue-transform-on@1.4.0':
-
resolution: {integrity: sha512-mCokbouEQ/ocRce/FpKCRItGo+013tHg7tixg3DUNS+6bmIchPt66012kBMm476vyEIJPafrvOf4E5OYj3shSw==}
+
'@vue/babel-helper-vue-transform-on@1.5.0':
+
resolution: {integrity: sha512-0dAYkerNhhHutHZ34JtTl2czVQHUNWv6xEbkdF5W+Yrv5pCWsqjeORdOgbtW2I9gWlt+wBmVn+ttqN9ZxR5tzA==}
-
'@vue/babel-plugin-jsx@1.4.0':
-
resolution: {integrity: sha512-9zAHmwgMWlaN6qRKdrg1uKsBKHvnUU+Py+MOCTuYZBoZsopa90Di10QRjB+YPnVss0BZbG/H5XFwJY1fTxJWhA==}
+
'@vue/babel-plugin-jsx@1.5.0':
+
resolution: {integrity: sha512-mneBhw1oOqCd2247O0Yw/mRwC9jIGACAJUlawkmMBiNmL4dGA2eMzuNZVNqOUfYTa6vqmND4CtOPzmEEEqLKFw==}
peerDependencies:
'@babel/core': ^7.0.0-0
peerDependenciesMeta:
'@babel/core':
optional: true
-
'@vue/babel-plugin-resolve-type@1.4.0':
-
resolution: {integrity: sha512-4xqDRRbQQEWHQyjlYSgZsWj44KfiF6D+ktCuXyZ8EnVDYV3pztmXJDf1HveAjUAXxAnR8daCQT51RneWWxtTyQ==}
+
'@vue/babel-plugin-resolve-type@1.5.0':
+
resolution: {integrity: sha512-Wm/60o+53JwJODm4Knz47dxJnLDJ9FnKnGZJbUUf8nQRAtt6P+undLUAVU3Ha33LxOJe6IPoifRQ6F/0RrU31w==}
peerDependencies:
'@babel/core': ^7.0.0-0
-
'@vue/compiler-core@3.5.15':
-
resolution: {integrity: sha512-nGRc6YJg/kxNqbv/7Tg4juirPnjHvuVdhcmDvQWVZXlLHjouq7VsKmV1hIxM/8yKM0VUfwT/Uzc0lO510ltZqw==}
+
'@vue/compiler-core@3.5.21':
+
resolution: {integrity: sha512-8i+LZ0vf6ZgII5Z9XmUvrCyEzocvWT+TeR2VBUVlzIH6Tyv57E20mPZ1bCS+tbejgUgmjrEh7q/0F0bibskAmw==}
-
'@vue/compiler-core@3.5.20':
-
resolution: {integrity: sha512-8TWXUyiqFd3GmP4JTX9hbiTFRwYHgVL/vr3cqhr4YQ258+9FADwvj7golk2sWNGHR67QgmCZ8gz80nQcMokhwg==}
+
'@vue/compiler-dom@3.5.21':
+
resolution: {integrity: sha512-jNtbu/u97wiyEBJlJ9kmdw7tAr5Vy0Aj5CgQmo+6pxWNQhXZDPsRr1UWPN4v3Zf82s2H3kF51IbzZ4jMWAgPlQ==}
-
'@vue/compiler-dom@3.5.15':
-
resolution: {integrity: sha512-ZelQd9n+O/UCBdL00rlwCrsArSak+YLZpBVuNDio1hN3+wrCshYZEDUO3khSLAzPbF1oQS2duEoMDUHScUlYjA==}
-
-
'@vue/compiler-dom@3.5.20':
-
resolution: {integrity: sha512-whB44M59XKjqUEYOMPYU0ijUV0G+4fdrHVKDe32abNdX/kJe1NUEMqsi4cwzXa9kyM9w5S8WqFsrfo1ogtBZGQ==}
+
'@vue/compiler-sfc@3.5.21':
+
resolution: {integrity: sha512-SXlyk6I5eUGBd2v8Ie7tF6ADHE9kCR6mBEuPyH1nUZ0h6Xx6nZI29i12sJKQmzbDyr2tUHMhhTt51Z6blbkTTQ==}
-
'@vue/compiler-sfc@3.5.15':
-
resolution: {integrity: sha512-3zndKbxMsOU6afQWer75Zot/aydjtxNj0T2KLg033rAFaQUn2PGuE32ZRe4iMhflbTcAxL0yEYsRWFxtPro8RQ==}
-
-
'@vue/compiler-sfc@3.5.20':
-
resolution: {integrity: sha512-SFcxapQc0/feWiSBfkGsa1v4DOrnMAQSYuvDMpEaxbpH5dKbnEM5KobSNSgU+1MbHCl+9ftm7oQWxvwDB6iBfw==}
-
-
'@vue/compiler-ssr@3.5.15':
-
resolution: {integrity: sha512-gShn8zRREZbrXqTtmLSCffgZXDWv8nHc/GhsW+mbwBfNZL5pI96e7IWcIq8XGQe1TLtVbu7EV9gFIVSmfyarPg==}
-
-
'@vue/compiler-ssr@3.5.20':
-
resolution: {integrity: sha512-RSl5XAMc5YFUXpDQi+UQDdVjH9FnEpLDHIALg5J0ITHxkEzJ8uQLlo7CIbjPYqmZtt6w0TsIPbo1izYXwDG7JA==}
+
'@vue/compiler-ssr@3.5.21':
+
resolution: {integrity: sha512-vKQ5olH5edFZdf5ZrlEgSO1j1DMA4u23TVK5XR1uMhvwnYvVdDF0nHXJUblL/GvzlShQbjhZZ2uvYmDlAbgo9w==}
'@vue/compiler-vue2@2.7.16':
resolution: {integrity: sha512-qYC3Psj9S/mfu9uVi5WvNZIzq+xnXMhOwbTFKKDD7b1lhpnn71jXSFdTQ+WsIEk0ONCd7VV2IMm7ONl6tbQ86A==}
···
'@vue/devtools-api@6.6.4':
resolution: {integrity: sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==}
-
'@vue/devtools-core@7.7.6':
-
resolution: {integrity: sha512-ghVX3zjKPtSHu94Xs03giRIeIWlb9M+gvDRVpIZ/cRIxKHdW6HE/sm1PT3rUYS3aV92CazirT93ne+7IOvGUWg==}
+
'@vue/devtools-core@7.7.7':
+
resolution: {integrity: sha512-9z9TLbfC+AjAi1PQyWX+OErjIaJmdFlbDHcD+cAMYKY6Bh5VlsAtCeGyRMrXwIlMEQPukvnWt3gZBLwTAIMKzQ==}
peerDependencies:
vue: ^3.0.0
-
'@vue/devtools-kit@7.7.6':
-
resolution: {integrity: sha512-geu7ds7tem2Y7Wz+WgbnbZ6T5eadOvozHZ23Atk/8tksHMFOFylKi1xgGlQlVn0wlkEf4hu+vd5ctj1G4kFtwA==}
+
'@vue/devtools-kit@7.7.7':
+
resolution: {integrity: sha512-wgoZtxcTta65cnZ1Q6MbAfePVFxfM+gq0saaeytoph7nEa7yMXoi6sCPy4ufO111B9msnw0VOWjPEFCXuAKRHA==}
-
'@vue/devtools-shared@7.7.6':
-
resolution: {integrity: sha512-yFEgJZ/WblEsojQQceuyK6FzpFDx4kqrz2ohInxNj5/DnhoX023upTv4OD6lNPLAA5LLkbwPVb10o/7b+Y4FVA==}
+
'@vue/devtools-shared@7.7.7':
+
resolution: {integrity: sha512-+udSj47aRl5aKb0memBvcUG9koarqnxNM5yjuREvqwK6T3ap4mn3Zqqc17QrBFTqSMjr3HK1cvStEZpMDpfdyw==}
-
'@vue/language-core@2.2.10':
-
resolution: {integrity: sha512-+yNoYx6XIKuAO8Mqh1vGytu8jkFEOH5C8iOv3i8Z/65A7x9iAOXA97Q+PqZ3nlm2lxf5rOJuIGI/wDtx/riNYw==}
+
'@vue/language-core@2.2.2':
+
resolution: {integrity: sha512-QotO41kurE5PLf3vrNgGTk3QswO2PdUFjBwNiOi7zMmGhwb25PSTh9hD1MCgKC06AVv+8sZQvlL3Do4TTVHSiQ==}
peerDependencies:
typescript: '*'
peerDependenciesMeta:
typescript:
optional: true
-
'@vue/language-core@2.2.2':
-
resolution: {integrity: sha512-QotO41kurE5PLf3vrNgGTk3QswO2PdUFjBwNiOi7zMmGhwb25PSTh9hD1MCgKC06AVv+8sZQvlL3Do4TTVHSiQ==}
+
'@vue/language-core@3.0.6':
+
resolution: {integrity: sha512-e2RRzYWm+qGm8apUHW1wA5RQxzNhkqbbKdbKhiDUcmMrNAZGyM8aTiL3UrTqkaFI5s7wJRGGrp4u3jgusuBp2A==}
peerDependencies:
typescript: '*'
peerDependenciesMeta:
typescript:
optional: true
-
'@vue/reactivity@3.5.20':
-
resolution: {integrity: sha512-hS8l8x4cl1fmZpSQX/NXlqWKARqEsNmfkwOIYqtR2F616NGfsLUm0G6FQBK6uDKUCVyi1YOL8Xmt/RkZcd/jYQ==}
+
'@vue/reactivity@3.5.21':
+
resolution: {integrity: sha512-3ah7sa+Cwr9iiYEERt9JfZKPw4A2UlbY8RbbnH2mGCE8NwHkhmlZt2VsH0oDA3P08X3jJd29ohBDtX+TbD9AsA==}
-
'@vue/runtime-core@3.5.20':
-
resolution: {integrity: sha512-vyQRiH5uSZlOa+4I/t4Qw/SsD/gbth0SW2J7oMeVlMFMAmsG1rwDD6ok0VMmjXY3eI0iHNSSOBilEDW98PLRKw==}
+
'@vue/runtime-core@3.5.21':
+
resolution: {integrity: sha512-+DplQlRS4MXfIf9gfD1BOJpk5RSyGgGXD/R+cumhe8jdjUcq/qlxDawQlSI8hCKupBlvM+3eS1se5xW+SuNAwA==}
-
'@vue/runtime-dom@3.5.20':
-
resolution: {integrity: sha512-KBHzPld/Djw3im0CQ7tGCpgRedryIn4CcAl047EhFTCCPT2xFf4e8j6WeKLgEEoqPSl9TYqShc3Q6tpWpz/Xgw==}
+
'@vue/runtime-dom@3.5.21':
+
resolution: {integrity: sha512-3M2DZsOFwM5qI15wrMmNF5RJe1+ARijt2HM3TbzBbPSuBHOQpoidE+Pa+XEaVN+czbHf81ETRoG1ltztP2em8w==}
-
'@vue/server-renderer@3.5.20':
-
resolution: {integrity: sha512-HthAS0lZJDH21HFJBVNTtx+ULcIbJQRpjSVomVjfyPkFSpCwvsPTA+jIzOaUm3Hrqx36ozBHePztQFg6pj5aKg==}
+
'@vue/server-renderer@3.5.21':
+
resolution: {integrity: sha512-qr8AqgD3DJPJcGvLcJKQo2tAc8OnXRcfxhOJCPF+fcfn5bBGz7VCcO7t+qETOPxpWK1mgysXvVT/j+xWaHeMWA==}
peerDependencies:
-
vue: 3.5.20
+
vue: 3.5.21
-
'@vue/shared@3.5.15':
-
resolution: {integrity: sha512-bKvgFJJL1ZX9KxMCTQY6xD9Dhe3nusd1OhyOb1cJYGqvAr0Vg8FIjHPMOEVbJ9GDT9HG+Bjdn4oS8ohKP8EvoA==}
-
-
'@vue/shared@3.5.20':
-
resolution: {integrity: sha512-SoRGP596KU/ig6TfgkCMbXkr4YJ91n/QSdMuqeP5r3hVIYA3CPHUBCc7Skak0EAKV+5lL4KyIh61VA/pK1CIAA==}
+
'@vue/shared@3.5.21':
+
resolution: {integrity: sha512-+2k1EQpnYuVuu3N7atWyG3/xoFWIVJZq4Mz8XNOdScFI0etES75fbny/oU4lKWk/577P1zmg0ioYvpGEDZ3DLw==}
'@vueuse/core@13.9.0':
resolution: {integrity: sha512-ts3regBQyURfCE2BcytLqzm8+MmLlo5Ln/KLoxDVcsZ2gzIwVNnQpQOL/UKV8alUqjSZOlpFZcRNsLRqj+OzyA==}
···
'@webcontainer/env@1.1.1':
resolution: {integrity: sha512-6aN99yL695Hi9SuIk1oC88l9o0gmxL1nGWWQ/kNy81HigJ0FoaoTXpytCj6ItzgyCEwA9kF1wixsTuv5cjsgng==}
-
'@whatwg-node/disposablestack@0.0.6':
-
resolution: {integrity: sha512-LOtTn+JgJvX8WfBVJtF08TGrdjuFzGJc4mkP8EdDI8ADbvO7kiexYep1o8dwnt0okb0jYclCDXF13xU7Ge4zSw==}
-
engines: {node: '>=18.0.0'}
-
-
'@whatwg-node/fetch@0.10.8':
-
resolution: {integrity: sha512-Rw9z3ctmeEj8QIB9MavkNJqekiu9usBCSMZa+uuAvM0lF3v70oQVCXNppMIqaV6OTZbdaHF1M2HLow58DEw+wg==}
-
engines: {node: '>=18.0.0'}
-
-
'@whatwg-node/node-fetch@0.7.21':
-
resolution: {integrity: sha512-QC16IdsEyIW7kZd77aodrMO7zAoDyyqRCTLg+qG4wqtP4JV9AA+p7/lgqMdD29XyiYdVvIdFrfI9yh7B1QvRvw==}
-
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'}
-
abbrev@3.0.1:
resolution: {integrity: sha512-AO2ac6pjRB3SJmGJo+v5/aK6Omggp6fsLrs6wN9bd35ulu4cCwaAU9+7ZhXjeqHVkaHThLuzH0nZr0YpCDhygg==}
engines: {node: ^18.17.0 || >=20.5.0}
···
peerDependencies:
acorn: ^8
-
acorn@8.14.1:
-
resolution: {integrity: sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==}
+
acorn@8.15.0:
+
resolution: {integrity: sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==}
engines: {node: '>=0.4.0'}
hasBin: true
-
agent-base@7.1.3:
-
resolution: {integrity: sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==}
+
agent-base@7.1.4:
+
resolution: {integrity: sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==}
engines: {node: '>= 14'}
alien-signals@1.0.13:
resolution: {integrity: sha512-OGj9yyTnJEttvzhTUWuscOvtqxq5vrhF7vL9oS0xJ2mK0ItPYP1/y+vCFebfxoEyAz0++1AIwJ5CMr+Fk3nDmg==}
+
+
alien-signals@2.0.7:
+
resolution: {integrity: sha512-wE7y3jmYeb0+h6mr5BOovuqhFv22O/MV9j5p0ndJsa7z1zJNPGQ4ph5pQk/kTTCWRC3xsA4SmtwmkzQO+7NCNg==}
ansi-regex@5.0.1:
resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==}
engines: {node: '>=8'}
-
ansi-regex@6.1.0:
-
resolution: {integrity: sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==}
+
ansi-regex@6.2.0:
+
resolution: {integrity: sha512-TKY5pyBkHyADOPYlRT9Lx6F544mPl0vS5Ew7BJ45hA08Q+t3GjbueLliBWN3sMICk6+y7HdyxSzC4bWS8baBdg==}
engines: {node: '>=12'}
ansi-styles@4.3.0:
···
resolution: {integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==}
engines: {node: '>=12'}
-
ansis@3.17.0:
-
resolution: {integrity: sha512-0qWUglt9JEqLFr3w1I1pbrChn1grhaiAR2ocX1PP/flRmxgtwTzPFFFnfIlD6aMOLQZgSuCRlidD70lvx8yhzg==}
+
ansis@4.1.0:
+
resolution: {integrity: sha512-BGcItUBWSMRgOCe+SVZJ+S7yTRG0eGt9cXAHev72yuGcY23hnLA7Bky5L/xLyPINoSN95geovfBkqoTlNZYa7w==}
engines: {node: '>=14'}
any-promise@1.3.0:
···
arg@5.0.2:
resolution: {integrity: sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==}
-
ast-kit@1.4.3:
-
resolution: {integrity: sha512-MdJqjpodkS5J149zN0Po+HPshkTdUyrvF7CKTafUgv69vBSPtncrj+3IiUgqdd7ElIEkbeXCsEouBUwLrw9Ilg==}
-
engines: {node: '>=16.14.0'}
+
argparse@2.0.1:
+
resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==}
-
ast-module-types@6.0.1:
-
resolution: {integrity: sha512-WHw67kLXYbZuHTmcdbIrVArCq5wxo6NEuj3hiYAWr8mwJeC+C2mMCIBIWCiDoCye/OF/xelc+teJ1ERoWmnEIA==}
-
engines: {node: '>=18'}
+
ast-kit@2.1.2:
+
resolution: {integrity: sha512-cl76xfBQM6pztbrFWRnxbrDm9EOqDr1BF6+qQnnDZG2Co2LjyUktkN9GTJfBAfdae+DbT2nJf2nCGAdDDN7W2g==}
+
engines: {node: '>=20.18.0'}
-
ast-walker-scope@0.6.2:
-
resolution: {integrity: sha512-1UWOyC50xI3QZkRuDj6PqDtpm1oHWtYs+NQGwqL/2R11eN3Q81PHAHPM0SWW3BNQm53UDwS//Jv8L4CCVLM1bQ==}
-
engines: {node: '>=16.14.0'}
+
ast-walker-scope@0.8.2:
+
resolution: {integrity: sha512-3pYeLyDZ6nJew9QeBhS4Nly02269Dkdk32+zdbbKmL6n4ZuaGorwwA+xx12xgOciA8BF1w9x+dlH7oUkFTW91w==}
+
engines: {node: '>=20.18.0'}
async-sema@3.1.1:
resolution: {integrity: sha512-tLRNUXati5MFePdAk8dw7Qt7DpxPB60ofAgn8WRhW6a2rcimZnYBP9oxHiv0OHy+Wz7kPMG+t4LGdt31+4EmGg==}
···
balanced-match@1.0.2:
resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
-
bare-events@2.5.4:
-
resolution: {integrity: sha512-+gFfDkR8pj4/TrWCGUGWmJIkBwuxPS5F+a5yWjOHQt2hHvNZd5YLzadjmDUtFmMM4y429bnKLa8bYBMHcYdnQA==}
+
bare-events@2.6.1:
+
resolution: {integrity: sha512-AuTJkq9XmE6Vk0FJVNq5QxETrSA/vKHarWVBG5l/JbdCL1prJemiyJqUS0jrlXO0MftuPq4m3YVYhoNc5+aE/g==}
base64-js@0.0.8:
resolution: {integrity: sha512-3XSA2cR/h/73EzlXXdU6YNycmYI7+kicTxks4eJg2g39biHR84slg2+des+p7iHYhbRg/udIS4TD53WabcOUkw==}
···
bindings@1.5.0:
resolution: {integrity: sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==}
-
birpc@2.3.0:
-
resolution: {integrity: sha512-ijbtkn/F3Pvzb6jHypHRyve2QApOCZDR25D/VnkY2G/lBNcXCTsnsCxgY4k4PkVB7zfwzYbY3O9Lcqe3xufS5g==}
+
birpc@2.5.0:
+
resolution: {integrity: sha512-VSWO/W6nNQdyP520F1mhf+Lc2f8pjGQOtoHHm7Ze8Go1kX7akpVIrtTa0fn+HB0QJEDVacl6aO08YE0PgXfdnQ==}
bl@4.1.0:
resolution: {integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==}
···
boolbase@1.0.0:
resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==}
-
brace-expansion@1.1.11:
-
resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==}
+
brace-expansion@1.1.12:
+
resolution: {integrity: sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==}
-
brace-expansion@2.0.1:
-
resolution: {integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==}
+
brace-expansion@2.0.2:
+
resolution: {integrity: sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==}
braces@3.0.3:
resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==}
engines: {node: '>=8'}
-
browserslist@4.24.5:
-
resolution: {integrity: sha512-FDToo4Wo82hIdgc1CQ+NQD0hEhmpPjrZ3hiUgwgOG6IuTdlpr8jdjyG24P6cNP1yJpTLzS5OcGgSw0xmDU1/Tw==}
+
browserslist@4.25.4:
+
resolution: {integrity: sha512-4jYpcjabC606xJ3kw2QwGEZKX0Aw7sgQdZCvIK9dhVSPh76BKo+C+btT1RRofH7B+8iNpEbgGNVWiLki5q93yg==}
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
hasBin: true
-
-
buffer-crc32@0.2.13:
-
resolution: {integrity: sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==}
buffer-crc32@1.0.0:
resolution: {integrity: sha512-Db1SbgBS/fg/392AblrMJk97KggmvYhr4pB5ZIMTWtaivCPMWLkmb7m21cJvpvgK+J3nsU2CmmixNBZx4vFj/w==}
···
buffer@6.0.3:
resolution: {integrity: sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==}
-
builtin-modules@3.3.0:
-
resolution: {integrity: sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==}
-
engines: {node: '>=6'}
-
bundle-name@4.1.0:
resolution: {integrity: sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==}
engines: {node: '>=18'}
-
c12@2.0.4:
-
resolution: {integrity: sha512-3DbbhnFt0fKJHxU4tEUPmD1ahWE4PWPMomqfYsTJdrhpmEnRKJi3qSC4rO5U6E6zN1+pjBY7+z8fUmNRMaVKLw==}
-
peerDependencies:
-
magicast: ^0.3.5
-
peerDependenciesMeta:
-
magicast:
-
optional: true
-
-
c12@3.0.4:
-
resolution: {integrity: sha512-t5FaZTYbbCtvxuZq9xxIruYydrAGsJ+8UdP0pZzMiK2xl/gNiSOy0OxhLzHUEEb0m1QXYqfzfvyIFEmz/g9lqg==}
+
c12@3.2.0:
+
resolution: {integrity: sha512-ixkEtbYafL56E6HiFuonMm1ZjoKtIo7TH68/uiEq4DAwv9NcUX2nJ95F8TrbMeNjqIkZpruo3ojXQJ+MGG5gcQ==}
peerDependencies:
magicast: ^0.3.5
peerDependenciesMeta:
···
resolution: {integrity: sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==}
engines: {node: '>= 0.4'}
-
callsite@1.0.0:
-
resolution: {integrity: sha512-0vdNRFXn5q+dtOqjfFtmtlI9N2eVZ7LMyEV2iKC5mEEFvSg/69Ml6b/WU2qF8W1nLRa0wiSrDT3Y5jOHZCwKPQ==}
-
camelcase-css@2.0.1:
resolution: {integrity: sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==}
engines: {node: '>= 6'}
···
caniuse-api@3.0.0:
resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==}
-
caniuse-lite@1.0.30001718:
-
resolution: {integrity: sha512-AflseV1ahcSunK53NfEs9gFWgOEmzr0f+kaMFA4xiLZlr9Hzt7HxcSpIFcnNCUkz6R6dWKa54rUz3HUmI3nVcw==}
+
caniuse-lite@1.0.30001739:
+
resolution: {integrity: sha512-y+j60d6ulelrNSwpPyrHdl+9mJnQzHBr08xm48Qno0nSk4h3Qojh+ziv2qE6rXf4k3tadF4o1J/1tAbVm1NtnA==}
ccount@2.0.1:
resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==}
···
chownr@1.1.4:
resolution: {integrity: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==}
-
chownr@2.0.0:
-
resolution: {integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==}
-
engines: {node: '>=10'}
-
chownr@3.0.0:
resolution: {integrity: sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==}
engines: {node: '>=18'}
···
resolution: {integrity: sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==}
engines: {iojs: '>= 1.0.0', node: '>= 0.12.0'}
-
color-convert@1.9.3:
-
resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==}
-
color-convert@2.0.1:
resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==}
engines: {node: '>=7.0.0'}
-
color-name@1.1.3:
-
resolution: {integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==}
-
color-name@1.1.4:
resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
-
color-string@1.9.1:
-
resolution: {integrity: sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==}
-
-
color@3.2.1:
-
resolution: {integrity: sha512-aBl7dZI9ENN6fUGC7mWpMTPNHmWUSNan9tuWN6ahh5ZLNk9baLJOnSMlrQkHcrfFgz2/RigjUVAjdx36VcemKA==}
-
colord@2.9.3:
resolution: {integrity: sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==}
-
-
colorspace@1.1.4:
-
resolution: {integrity: sha512-BgvKJiuVu1igBUF2kEjRCZXol6wiiGbY5ipL/oVPwm0BL9sIpMIzM8IK7vwuxIIzOXMV3Ey5w+vxhm0rR/TN8w==}
comma-separated-tokens@2.0.3:
resolution: {integrity: sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==}
-
commander@10.0.1:
-
resolution: {integrity: sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==}
-
engines: {node: '>=14'}
-
-
commander@12.1.0:
-
resolution: {integrity: sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==}
-
engines: {node: '>=18'}
+
commander@11.1.0:
+
resolution: {integrity: sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==}
+
engines: {node: '>=16'}
commander@2.20.3:
resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==}
···
resolution: {integrity: sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==}
engines: {node: '>= 6'}
-
commander@7.2.0:
-
resolution: {integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==}
-
engines: {node: '>= 10'}
-
-
common-path-prefix@3.0.0:
-
resolution: {integrity: sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==}
-
commondir@1.0.1:
resolution: {integrity: sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==}
···
resolution: {integrity: sha512-yCEafptTtb4bk7GLEQoM8KVJpxAfdBJYaXyzQEgQQQgYrZiDp8SJmGKlYza6CYjEDNstAdNdKA3UuoULlEbS6w==}
engines: {node: '>=12.13'}
-
copy-file@11.0.0:
-
resolution: {integrity: sha512-mFsNh/DIANLqFt5VHZoGirdg7bK5+oTWlhnGu6tgRhzBlnEKWaPX2xrFaLltii/6rmhqFMJqffUgknuRdpYlHw==}
-
engines: {node: '>=18'}
-
core-util-is@1.0.3:
resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==}
···
resolution: {integrity: sha512-piICUB6ei4IlTv1+653yq5+KoqfBYmj9bw6LqXoOneTMDXk5nM1qt12mFW1caG3LlJXEKW1Bp0WggEmIfQB34g==}
engines: {node: '>= 14'}
-
cron-parser@4.9.0:
-
resolution: {integrity: sha512-p0SaNjrHOnQeR8/VnfGbmg9te2kfyYSQ7Sc/j/6DtPL3JQvKxmjO9TSjNFpujqV3vEYYBvNNvXSxzyksBWAx1Q==}
-
engines: {node: '>=12.0.0'}
-
-
croner@9.0.0:
-
resolution: {integrity: sha512-onMB0OkDjkXunhdW9htFjEhqrD54+M94i6ackoUkjHKbRnXdyEyKRelp4nJ1kAz32+s27jP1FsebpJCVl0BsvA==}
+
croner@9.1.0:
+
resolution: {integrity: sha512-p9nwwR4qyT5W996vBZhdvBCnMhicY5ytZkR4D1Xj0wuTDEiMnjwR57Q3RXYY/s0EpX6Ay3vgIcfaR+ewGHsi+g==}
engines: {node: '>=18.0'}
cross-spawn@7.0.6:
···
resolution: {integrity: sha512-3O5QdqgFRUbXvK1x5INf1YkBz1UKSWqrd63vWsum8MNHDBYD5urm3QtxZbKU259OrEXNM26lP/MPY3d1IGkBgA==}
engines: {node: '>=16'}
-
css-select@5.1.0:
-
resolution: {integrity: sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==}
+
css-select@5.2.2:
+
resolution: {integrity: sha512-TizTzUddG/xYLA3NXodFM0fSbNizXjOKhqiQQwvhlspadZokn1KDy0NZFS0wuEubIYAV5/c1/lAr0TaaFXEXzw==}
css-to-react-native@3.2.0:
resolution: {integrity: sha512-e8RKaLXMOFii+02mOlqwjbD00KSEKqblnpO9e++1aXS1fPQOpS1YoqdVHBqPjHNoxeF2mimzVqawm2KCbEdtHQ==}
···
resolution: {integrity: sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==}
engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0, npm: '>=7.0.0'}
-
css-tree@2.3.1:
-
resolution: {integrity: sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==}
+
css-tree@3.1.0:
+
resolution: {integrity: sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==}
engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0}
-
css-what@6.1.0:
-
resolution: {integrity: sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==}
+
css-what@6.2.2:
+
resolution: {integrity: sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==}
engines: {node: '>= 6'}
cssesc@3.0.0:
···
engines: {node: '>=4'}
hasBin: true
-
cssnano-preset-default@7.0.7:
-
resolution: {integrity: sha512-jW6CG/7PNB6MufOrlovs1TvBTEVmhY45yz+bd0h6nw3h6d+1e+/TX+0fflZ+LzvZombbT5f+KC063w9VoHeHow==}
+
cssnano-preset-default@7.0.9:
+
resolution: {integrity: sha512-tCD6AAFgYBOVpMBX41KjbvRh9c2uUjLXRyV7KHSIrwHiq5Z9o0TFfUCoM3TwVrRsRteN3sVXGNvjVNxYzkpTsA==}
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
peerDependencies:
postcss: ^8.4.32
···
peerDependencies:
postcss: ^8.4.32
-
cssnano@7.0.7:
-
resolution: {integrity: sha512-evKu7yiDIF7oS+EIpwFlMF730ijRyLFaM2o5cTxRGJR9OKHKkc+qP443ZEVR9kZG0syaAJJCPJyfv5pbrxlSng==}
+
cssnano@7.1.1:
+
resolution: {integrity: sha512-fm4D8ti0dQmFPeF8DXSAA//btEmqCOgAc/9Oa3C1LW94h5usNrJEfrON7b4FkPZgnDEn6OUs5NdxiJZmAtGOpQ==}
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
peerDependencies:
postcss: ^8.4.32
···
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==}
···
de-indent@1.0.2:
resolution: {integrity: sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==}
-
debug@2.6.9:
-
resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==}
-
peerDependencies:
-
supports-color: '*'
-
peerDependenciesMeta:
-
supports-color:
-
optional: true
-
debug@3.2.7:
resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==}
peerDependencies:
···
supports-color:
optional: true
-
decache@4.6.2:
-
resolution: {integrity: sha512-2LPqkLeu8XWHU8qNCS3kcF6sCcb5zIzvWaAHYSvPfwhdd7mHuah29NssMzrTYyHN4F5oFy2ko9OBYxegtU0FEw==}
-
-
decode-named-character-reference@1.1.0:
-
resolution: {integrity: sha512-Wy+JTSbFThEOXQIR2L6mxJvEs+veIzpmqD7ynWxMXGpnk3smkHQOp6forLdHsKpAMW9iJpaBBIxz285t1n1C3w==}
+
decode-named-character-reference@1.2.0:
+
resolution: {integrity: sha512-c6fcElNV6ShtZXmsgNgFFV5tVX2PaV4g+MOAkb8eXHvn6sryJBrZa9r0zV6+dtTyoCKxtDy5tyQ5ZwQuidtd+Q==}
decompress-response@6.0.0:
resolution: {integrity: sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==}
···
resolution: {integrity: sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA==}
engines: {node: '>=8'}
-
detective-amd@6.0.1:
-
resolution: {integrity: sha512-TtyZ3OhwUoEEIhTFoc1C9IyJIud3y+xYkSRjmvCt65+ycQuc3VcBrPRTMWoO/AnuCyOB8T5gky+xf7Igxtjd3g==}
-
engines: {node: '>=18'}
-
hasBin: true
-
-
detective-cjs@6.0.1:
-
resolution: {integrity: sha512-tLTQsWvd2WMcmn/60T2inEJNhJoi7a//PQ7DwRKEj1yEeiQs4mrONgsUtEJKnZmrGWBBmE0kJ1vqOG/NAxwaJw==}
-
engines: {node: '>=18'}
-
-
detective-es6@5.0.1:
-
resolution: {integrity: sha512-XusTPuewnSUdoxRSx8OOI6xIA/uld/wMQwYsouvFN2LAg7HgP06NF1lHRV3x6BZxyL2Kkoih4ewcq8hcbGtwew==}
-
engines: {node: '>=18'}
-
-
detective-postcss@7.0.1:
-
resolution: {integrity: sha512-bEOVpHU9picRZux5XnwGsmCN4+8oZo7vSW0O0/Enq/TO5R2pIAP2279NsszpJR7ocnQt4WXU0+nnh/0JuK4KHQ==}
-
engines: {node: ^14.0.0 || >=16.0.0}
-
peerDependencies:
-
postcss: ^8.4.47
-
-
detective-sass@6.0.1:
-
resolution: {integrity: sha512-jSGPO8QDy7K7pztUmGC6aiHkexBQT4GIH+mBAL9ZyBmnUIOFbkfZnO8wPRRJFP/QP83irObgsZHCoDHZ173tRw==}
-
engines: {node: '>=18'}
-
-
detective-scss@5.0.1:
-
resolution: {integrity: sha512-MAyPYRgS6DCiS6n6AoSBJXLGVOydsr9huwXORUlJ37K3YLyiN0vYHpzs3AdJOgHobBfispokoqrEon9rbmKacg==}
-
engines: {node: '>=18'}
-
-
detective-stylus@5.0.1:
-
resolution: {integrity: sha512-Dgn0bUqdGbE3oZJ+WCKf8Dmu7VWLcmRJGc6RCzBgG31DLIyai9WAoEhYRgIHpt/BCRMrnXLbGWGPQuBUrnF0TA==}
-
engines: {node: '>=18'}
-
-
detective-typescript@14.0.0:
-
resolution: {integrity: sha512-pgN43/80MmWVSEi5LUuiVvO/0a9ss5V7fwVfrJ4QzAQRd3cwqU1SfWGXJFcNKUqoD5cS+uIovhw5t/0rSeC5Mw==}
-
engines: {node: '>=18'}
-
peerDependencies:
-
typescript: ^5.4.4
-
-
detective-vue2@2.2.0:
-
resolution: {integrity: sha512-sVg/t6O2z1zna8a/UIV6xL5KUa2cMTQbdTIIvqNM0NIPswp52fe43Nwmbahzj3ww4D844u/vC2PYfiGLvD3zFA==}
-
engines: {node: '>=18'}
-
peerDependencies:
-
typescript: ^5.4.4
-
-
devalue@5.1.1:
-
resolution: {integrity: sha512-maua5KUiapvEwiEAe+XnlZ3Rh0GD+qI1J/nb9vrJc3muPXvcF/8gXYTWF76+5DAqHyDUtOIImEuo0YKE9mshVw==}
+
devalue@5.3.2:
+
resolution: {integrity: sha512-UDsjUbpQn9kvm68slnrs+mfxwFkIflOhkanmyabZ8zOYk8SMEIbJ3TK+88g70hSIeytu4y18f0z/hYHMTrXIWw==}
devlop@1.1.0:
resolution: {integrity: sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==}
···
didyoumean@1.2.2:
resolution: {integrity: sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==}
-
diff@7.0.0:
-
resolution: {integrity: sha512-PJWHUb1RFevKCwaFA9RlG5tCd+FO5iRh9A8HEtkmBH2Li03iJriB6m6JIN4rGz3K3JLawI7/veA1xzRKP6ISBw==}
+
diff@8.0.2:
+
resolution: {integrity: sha512-sSuxWU5j5SR9QQji/o2qMvqRNYRDOcBTgsJ/DeCf4iSN4gW+gNMXM7wFIP+fdXZxoNiAnHUTGjCr+TSWXdRDKg==}
engines: {node: '>=0.3.1'}
dlv@1.1.3:
···
resolution: {integrity: sha512-1gxPBJpI/pcjQhKgIU91II6Wkay+dLcN3M6rf2uwP8hRur3HtQXjVrdAK3sjC0piaEuxzMwjXChcETiJl47lAQ==}
engines: {node: '>=18'}
-
dotenv@16.5.0:
-
resolution: {integrity: sha512-m/C+AwOAr9/W1UOIZUo232ejMNnJAJtYQjUbHoNTBNTJSvqzzDh7vnrei3o3r3m9blf6ZoDkvcw0VmozNRFJxg==}
+
dotenv@16.6.1:
+
resolution: {integrity: sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==}
+
engines: {node: '>=12'}
+
+
dotenv@17.2.2:
+
resolution: {integrity: sha512-Sf2LSQP+bOlhKWWyhFsn0UsfdK/kCWRv1iuA2gXAwt3dyNabr6QSj00I2V10pidqz69soatm9ZwZvpQMTIOd5Q==}
engines: {node: '>=12'}
dunder-proto@1.0.1:
···
ee-first@1.1.1:
resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==}
-
electron-to-chromium@1.5.159:
-
resolution: {integrity: sha512-CEvHptWAMV5p6GJ0Lq8aheyvVbfzVrv5mmidu1D3pidoVNkB3tTBsTMVtPJ+rzRK5oV229mCLz9Zj/hNvU8GBA==}
+
electron-to-chromium@1.5.213:
+
resolution: {integrity: sha512-xr9eRzSLNa4neDO0xVFrkXu3vyIzG4Ay08dApecw42Z1NbmCt+keEpXdvlYGVe0wtvY5dhW0Ay0lY0IOfsCg0Q==}
emoji-regex-xs@2.0.1:
resolution: {integrity: sha512-1QFuh8l7LqUcKe24LsPUNzjrzJQ7pgRwp1QMcZ5MX6mFplk2zQ08NVCM84++1cveaUUYtcCYHmeFEuNg16sU4g==}
···
emoticon@4.1.0:
resolution: {integrity: sha512-VWZfnxqwNcc51hIy/sbOdEem6D+cVtpPzEEtVAFdaas30+1dgkyaOQ4sQ6Bp0tOMqWO1v+HQfYaoodOkdhK6SQ==}
-
enabled@2.0.0:
-
resolution: {integrity: sha512-AKrN98kuwOzMIdAizXGI86UFBoo26CL21UM763y1h/GMSJ4/OHU9k2YlsmBpyScFo/wbLzWQJBMCW4+IO3/+OQ==}
-
encodeurl@1.0.2:
resolution: {integrity: sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==}
engines: {node: '>= 0.8'}
···
resolution: {integrity: sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==}
engines: {node: '>= 0.8'}
-
end-of-stream@1.4.4:
-
resolution: {integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==}
+
end-of-stream@1.4.5:
+
resolution: {integrity: sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==}
engine.io-client@6.6.3:
resolution: {integrity: sha512-T0iLjnyNWahNyv/lcjS2y4oE358tVS/SYQNxYXGAJ9/GLgH4VCvOQ/mhTjqU88mLZCQgiG8RIegFHYCdVC+j5w==}
···
resolution: {integrity: sha512-HqD3yTBfnBxIrbnM1DoD6Pcq8NECnh8d4As1Qgh0z5Gg3jRRIqijury0CL3ghu/edArpUYiYqQiDUQBIs4np3Q==}
engines: {node: '>=10.0.0'}
-
enhanced-resolve@5.18.1:
-
resolution: {integrity: sha512-ZSW3ma5GkcQBIpwZTSRAI8N71Uuwgs93IezB7mf7R60tC8ZbJideoDNKjHn2O9KIlx6rkGTTEk1xUCK2E1Y2Yg==}
+
enhanced-resolve@5.18.3:
+
resolution: {integrity: sha512-d4lC8xfavMeBjzGr2vECC3fsGXziXZQyJxD868h2M/mBI3PwAuODxAkLkq5HYuvrPYcUtiLzsTo8U3PgX3Ocww==}
engines: {node: '>=10.13.0'}
entities@4.5.0:
resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==}
engines: {node: '>=0.12'}
-
entities@6.0.0:
-
resolution: {integrity: sha512-aKstq2TDOndCn4diEyp9Uq/Flu2i1GlLkc6XIDQSDMuaFE3OPW5OphLCyQ5SpSJZTb4reN+kTcYru5yIfXoRPw==}
+
entities@6.0.1:
+
resolution: {integrity: sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==}
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==}
···
resolution: {integrity: sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==}
engines: {node: '>= 0.4'}
-
esbuild@0.25.4:
-
resolution: {integrity: sha512-8pgjLUcUjcgDg+2Q4NYXnPbo/vncAY4UmyaCm0jZevERqCHZIaWwdJHkf8XQtu4AxSKCdvrUbT0XUr1IdZzI8Q==}
-
engines: {node: '>=18'}
-
hasBin: true
-
-
esbuild@0.25.5:
-
resolution: {integrity: sha512-P8OtKZRv/5J5hhz0cUAdu/cLuPIKXpQl1R9pZtvmHWQvrAUVd0UNIPT4IB4W3rNOqVO0rlqHmCIbSwxh/c9yUQ==}
+
esbuild@0.25.9:
+
resolution: {integrity: sha512-CRbODhYyQx3qp7ZEwzxOk4JBqmD/seJrzPa/cGjY1VtIn5E09Oi9/dB4JwctnfZ8Q8iT7rioVv5k/FNT/uf54g==}
engines: {node: '>=18'}
hasBin: true
···
resolution: {integrity: sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==}
engines: {node: '>=12'}
-
escodegen@2.1.0:
-
resolution: {integrity: sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==}
-
engines: {node: '>=6.0'}
-
hasBin: true
-
-
eslint-visitor-keys@4.2.0:
-
resolution: {integrity: sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==}
-
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
-
-
esprima@4.0.1:
-
resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==}
-
engines: {node: '>=4'}
-
hasBin: true
-
-
estraverse@5.3.0:
-
resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==}
-
engines: {node: '>=4.0'}
-
estree-walker@2.0.2:
resolution: {integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==}
estree-walker@3.0.3:
resolution: {integrity: sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==}
-
-
esutils@2.0.3:
-
resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==}
-
engines: {node: '>=0.10.0'}
etag@1.8.1:
resolution: {integrity: sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==}
···
resolution: {integrity: sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==}
engines: {node: '>=6'}
-
exsolve@1.0.5:
-
resolution: {integrity: sha512-pz5dvkYYKQ1AHVrgOzBKWeP4u4FRb3a6DNK2ucr0OoNwYIU4QWsJ+NM36LLzORT+z845MzKHHhpXiUF5nvQoJg==}
+
exsolve@1.0.7:
+
resolution: {integrity: sha512-VO5fQUzZtI6C+vx4w/4BWJpg3s/5l+6pRQEHzFRM8WFi4XffSP1Z+4qi7GbjWbvRQEbdIco5mIMq+zX4rPuLrw==}
extend@3.0.2:
resolution: {integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==}
···
externality@1.0.2:
resolution: {integrity: sha512-LyExtJWKxtgVzmgtEHyQtLFpw1KFhQphF9nTG8TpAIVkiI/xQ3FJh75tRFLYl4hkn7BNIIdLJInuDAavX35pMw==}
-
extract-zip@2.0.1:
-
resolution: {integrity: sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==}
-
engines: {node: '>= 10.17.0'}
-
hasBin: true
-
fast-fifo@1.3.2:
resolution: {integrity: sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==}
···
resolution: {integrity: sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==}
engines: {node: '>=8.6.0'}
-
fast-npm-meta@0.4.3:
-
resolution: {integrity: sha512-eUzR/uVx61fqlHBjG/eQx5mQs7SQObehMTTdq8FAkdCB4KuZSQ6DiZMIrAq4kcibB3WFLQ9c4dT26Vwkix1RKg==}
+
fast-npm-meta@0.4.6:
+
resolution: {integrity: sha512-zbBBOAOlzxfrU4WSnbCHk/nR6Vf32lSEPxDEvNOR08Z5DSZ/A6qJu0rqrHVcexBTd1hc2gim998xnqF/R1PuEw==}
fastq@1.19.1:
resolution: {integrity: sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==}
-
fd-slicer@1.1.0:
-
resolution: {integrity: sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==}
-
-
fdir@6.4.5:
-
resolution: {integrity: sha512-4BG7puHpVsIYxZUbiUE3RqGloLaSSwzYie5jvasC4LWuBWzZawynvYouhjbQKw2JuIGYdm0DzIxl8iVidKlUEw==}
+
fdir@6.5.0:
+
resolution: {integrity: sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==}
+
engines: {node: '>=12.0.0'}
peerDependencies:
picomatch: ^3 || ^4
peerDependenciesMeta:
picomatch:
optional: true
-
fecha@4.2.3:
-
resolution: {integrity: sha512-OP2IUU6HeYKJi3i0z4A19kHMQoLVs4Hc+DPqqxI2h/DPZHTm/vjsfC6P0b4jCMy14XizLBqvndQ+UilD7707Jw==}
-
-
fetch-blob@3.2.0:
-
resolution: {integrity: sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==}
-
engines: {node: ^12.20 || >= 14.13}
-
fflate@0.7.4:
resolution: {integrity: sha512-5u2V/CDW15QM1XbbgS+0DfPxVB+jUKhWEKuuFuHncbk3tEEqzmoXL+2KyOFuKGqOnmdIy0/davWF1CkuwtibCw==}
···
resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==}
engines: {node: '>=8'}
-
filter-obj@6.1.0:
-
resolution: {integrity: sha512-xdMtCAODmPloU9qtmPcdBV9Kd27NtMse+4ayThxqIHUES5Z2S6bGpap5PpdmNM56ub7y3i1eyr+vJJIIgWGKmA==}
-
engines: {node: '>=18'}
-
-
find-up-simple@1.0.1:
-
resolution: {integrity: sha512-afd4O7zpqHeRyg4PfDQsXmlDe2PfdHtJt6Akt8jOWaApLOZk5JXs6VMR29lz03pRe9mpykrRCYIYxaJYcfpncQ==}
-
engines: {node: '>=18'}
-
-
find-up@7.0.0:
-
resolution: {integrity: sha512-YyZM99iHrqLKjmt4LJDj58KI+fYyufRLBSYcqycxf//KpBk9FoewoGX0450m9nB44qrZnovzC2oeP5hUibxc/g==}
-
engines: {node: '>=18'}
-
flat@6.0.1:
resolution: {integrity: sha512-/3FfIa8mbrg3xE7+wAhWeV+bd7L2Mof+xtZb5dRDKZ+wDvYJK4WDYeIOuOhre5Yv5aQObZrlbRmk3RTSiuQBtw==}
engines: {node: '>=18'}
hasBin: true
-
fn.name@1.1.0:
-
resolution: {integrity: sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw==}
-
foreground-child@3.3.1:
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==}
···
resolution: {integrity: sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==}
engines: {node: '>=10'}
-
fs-minipass@2.1.0:
-
resolution: {integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==}
-
engines: {node: '>= 8'}
-
fs.realpath@1.0.0:
resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==}
···
resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==}
engines: {node: '>=6.9.0'}
-
get-amd-module-type@6.0.1:
-
resolution: {integrity: sha512-MtjsmYiCXcYDDrGqtNbeIYdAl85n+5mSv2r3FbzER/YV3ZILw4HNNIw34HuV5pyl0jzs6GFYU1VHVEefhgcNHQ==}
-
engines: {node: '>=18'}
-
get-caller-file@2.0.5:
resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==}
engines: {node: 6.* || 8.* || >= 10.*}
···
resolution: {integrity: sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==}
engines: {node: '>= 0.4'}
-
get-port-please@3.1.2:
-
resolution: {integrity: sha512-Gxc29eLs1fbn6LQ4jSU4vXjlwyZhF5HsGuMAa7gqBP4Rw4yxxltyDUuF5MBclFzDTXO+ACchGQoeela4DSfzdQ==}
+
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@5.2.0:
-
resolution: {integrity: sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==}
-
engines: {node: '>=8'}
-
get-stream@8.0.1:
resolution: {integrity: sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==}
engines: {node: '>=16'}
···
get-stream@9.0.1:
resolution: {integrity: sha512-kVCxPF3vQM/N0B1PmoqVUqgHP+EeVjmZSQn+1oCRPxd2P21P2F19lIgbR3HBosbB1PUhOAoctJnfEn2GbN2eZA==}
engines: {node: '>=18'}
-
-
giget@1.2.5:
-
resolution: {integrity: sha512-r1ekGw/Bgpi3HLV3h1MRBIlSAdHoIMklpaQ3OQLFcRw9PwAj2rqigvIbg+dBUI51OxVI2jsEtDywDBjSiuf7Ug==}
-
hasBin: true
giget@2.0.0:
resolution: {integrity: sha512-L5bGsVkxJbJgdnwyuheIunkGatUF/zssUoxxjACCseZYAVbaqdh9Tsmmlkl8vYan09H7sbvKt4pS8GqKLBrEzA==}
hasBin: true
-
git-config-path@2.0.0:
-
resolution: {integrity: sha512-qc8h1KIQbJpp+241id3GuAtkdyJ+IK+LIVtkiFTRKRrmddDzs3SI9CvP1QYmWBFvm1I/PWRwj//of8bgAc0ltA==}
-
engines: {node: '>=4'}
-
git-up@8.1.1:
resolution: {integrity: sha512-FDenSF3fVqBYSaJoYy1KSc2wosx0gCvKP+c+PRBht7cAaiCeQlBtfBDX9vgnNOHmdePlSFITVcn4pFfcgNvx3g==}
···
resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==}
deprecated: Glob versions prior to v9 are no longer supported
-
glob@8.1.0:
-
resolution: {integrity: sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==}
-
engines: {node: '>=12'}
-
deprecated: Glob versions prior to v9 are no longer supported
-
global-directory@4.0.1:
resolution: {integrity: sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==}
engines: {node: '>=18'}
-
globals@11.12.0:
-
resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==}
-
engines: {node: '>=4'}
-
globals@15.15.0:
resolution: {integrity: sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==}
engines: {node: '>=18'}
···
resolution: {integrity: sha512-0Ia46fDOaT7k4og1PDW4YbodWWr3scS2vAr2lTbsplOt2WkKp0vQbkI9wKis/T5LV/dqPjO3bpS/z6GTJB82LA==}
engines: {node: '>=18'}
-
gonzales-pe@4.3.0:
-
resolution: {integrity: sha512-otgSPpUmdWJ43VXyiNgEYE4luzHCL2pz4wQ0OnDluC6Eg4Ko3Vexy/SrSynglw/eR+OhkzmqFCZa/OFa/RgAOQ==}
-
engines: {node: '>=0.6.0'}
-
hasBin: true
-
gopd@1.2.0:
resolution: {integrity: sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==}
engines: {node: '>= 0.4'}
···
gzip-size@7.0.0:
resolution: {integrity: sha512-O1Ld7Dr+nqPnmGpdhzLmMTQ4vAsD+rHwMm1NLUmoUFFymBOMKxCCrtDxqdBRYXdeEPEi3SyoR4TizJLQrnKBNA==}
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
-
-
h3@1.15.3:
-
resolution: {integrity: sha512-z6GknHqyX0h9aQaTx22VZDf6QyZn+0Nh+Ym8O/u0SGSkyF5cuTJYKlc8MkzW3Nzf9LE1ivcpmYC3FUGpywhuUQ==}
h3@1.15.4:
resolution: {integrity: sha512-z5cFQWDffyOe4vQ9xIqNfCZdV4p//vy6fBnr8Q1AWnVZ0teurKMG66rLj++TKwKPUP3u7iMUvrvKaEUiQw2QWQ==}
···
hookable@5.5.3:
resolution: {integrity: sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==}
-
hosted-git-info@7.0.2:
-
resolution: {integrity: sha512-puUZAUKT5m8Zzvs72XWy3HtvVbTWljRE66cP60bxJzAqf2DgICo7lYTY2IHUmLnNpjYvw5bvmoHvPc0QO2a62w==}
-
engines: {node: ^16.14.0 || >=18.0.0}
-
html-void-elements@3.0.0:
resolution: {integrity: sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==}
···
ieee754@1.2.1:
resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==}
-
ignore@7.0.4:
-
resolution: {integrity: sha512-gJzzk+PQNznz8ysRrC0aOkBNVRBDtE1n53IqyqEf3PXrYwomFs5q4pGMizBMJF+ykh03insJ27hB8gSrD2Hn8A==}
+
ignore@7.0.5:
+
resolution: {integrity: sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==}
engines: {node: '>= 4'}
image-meta@0.2.1:
···
impound@1.0.0:
resolution: {integrity: sha512-8lAJ+1Arw2sMaZ9HE2ZmL5zOcMnt18s6+7Xqgq2aUVy4P1nlzAyPtzCDxsk51KVFwHEEdc6OWvUyqwHwhRYaug==}
-
imurmurhash@0.1.4:
-
resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==}
-
engines: {node: '>=0.8.19'}
-
-
index-to-position@1.1.0:
-
resolution: {integrity: sha512-XPdx9Dq4t9Qk1mTMbWONJqU7boCoumEH7fRET37HX5+khDUl3J2W6PdALxhILYlIYx2amlwYcRPp28p0tSiojg==}
-
engines: {node: '>=18'}
-
inflight@1.0.6:
resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==}
deprecated: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
···
resolution: {integrity: sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==}
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
-
ioredis@5.6.1:
-
resolution: {integrity: sha512-UxC0Yv1Y4WRJiGQxQkP0hfdL0/5/6YvdfOOClRgJ0qppSarkhneSa6UvkMkms0AkdGimSH3Ikqm+6mkMmX7vGA==}
+
ioredis@5.7.0:
+
resolution: {integrity: sha512-NUcA93i1lukyXU+riqEyPtSEkyFq8tX90uL659J+qpCZ3rEdViB/APC58oAhIh3+bJln2hzdlZbBZsGNrlsR8g==}
engines: {node: '>=12.22.0'}
iron-webcrypto@1.2.1:
···
is-alphanumerical@2.0.1:
resolution: {integrity: sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==}
-
is-arrayish@0.3.2:
-
resolution: {integrity: sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==}
-
is-binary-path@2.1.0:
resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==}
engines: {node: '>=8'}
-
-
is-builtin-module@3.2.1:
-
resolution: {integrity: sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==}
-
engines: {node: '>=6'}
is-core-module@2.16.1:
resolution: {integrity: sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==}
···
resolution: {integrity: sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA==}
engines: {node: '>=12'}
-
is-plain-obj@2.1.0:
-
resolution: {integrity: sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==}
-
engines: {node: '>=8'}
-
is-plain-obj@4.1.0:
resolution: {integrity: sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==}
engines: {node: '>=12'}
···
resolution: {integrity: sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==}
engines: {node: '>=18'}
-
is-url-superb@4.0.0:
-
resolution: {integrity: sha512-GI+WjezhPPcbM+tqE9LnmsY5qqjwHzTvjJ36wxYX5ujNXefSUJ/T17r5bqDV8yLhcgB59KTPNOc9O9cmHTPWsA==}
-
engines: {node: '>=10'}
-
-
is-url@1.2.4:
-
resolution: {integrity: sha512-ITvGim8FhRiYe4IQ5uHSkj7pVaPDrCTkNd3yq3cV7iZAcJdHTUMPMEHcqSOy9xZ9qFenQCvi+2wjH9a1nXqHww==}
-
is-what@4.1.16:
resolution: {integrity: sha512-ZhMwEosbFJkA0YhFnNDgTM4ZxDRsS6HqTo7qsZM08fehyRYIYa0yHu5R6mgo1n/8MgaPBXiPimPD77baVFYg+A==}
engines: {node: '>=12.13'}
···
resolution: {integrity: sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==}
hasBin: true
-
jiti@2.4.2:
-
resolution: {integrity: sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==}
+
jiti@2.5.1:
+
resolution: {integrity: sha512-twQoecYPiVA5K/h6SxtORw/Bs3ar+mLUtoPSc7iMXzQzK8d7eJ/R09wmTwAjiamETn1cXYPGfNnu7DMoHgu12w==}
hasBin: true
js-tokens@4.0.0:
···
js-tokens@9.0.1:
resolution: {integrity: sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==}
+
js-yaml@4.1.0:
+
resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==}
+
hasBin: true
+
jsesc@3.1.0:
resolution: {integrity: sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==}
engines: {node: '>=6'}
hasBin: true
+
json-schema-to-typescript@15.0.4:
+
resolution: {integrity: sha512-Su9oK8DR4xCmDsLlyvadkXzX6+GGXJpbhwoLtOGArAG61dvbW4YQmSEno2y66ahpIdmLMg6YUf/QHLgiwvkrHQ==}
+
engines: {node: '>=16.0.0'}
+
hasBin: true
+
+
json-schema-to-zod@2.6.1:
+
resolution: {integrity: sha512-uiHmWH21h9FjKJkRBntfVGTLpYlCZ1n98D0izIlByqQLqpmkQpNTBtfbdP04Na6+43lgsvrShFh2uWLkQDKJuQ==}
+
hasBin: true
+
json5@2.2.3:
resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==}
engines: {node: '>=6'}
hasBin: true
-
jsonfile@6.1.0:
-
resolution: {integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==}
-
-
junk@4.0.1:
-
resolution: {integrity: sha512-Qush0uP+G8ZScpGMZvHUiRfI0YBWuB3gVBYlI0v0vvOJt5FLicco+IkP0a50LqTTQhmts/m6tP5SWE+USyIvcQ==}
-
engines: {node: '>=12.20'}
-
-
jwt-decode@4.0.0:
-
resolution: {integrity: sha512-+KJGIyHgkGuIq3IEBNftfhW/LfWhXUIY6OmyVWjliu5KH1y0fw7VQ8YndE2O4qZdMSd9SqbnC8GOcZEy0Om7sA==}
-
engines: {node: '>=18'}
+
jsonfile@6.2.0:
+
resolution: {integrity: sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg==}
keygrip@1.1.0:
resolution: {integrity: sha512-iYSchDJ+liQ8iwbSI2QqsQOvqv58eJCEanyJPJi+Khyu8smkcKSFUCbPwzFcL7YVtZ6eONjqRX/38caJ7QjRAQ==}
···
resolution: {integrity: sha512-UqyYyH5YEXaJrf9S8E23GoJFQZXkBVJ9zYYMPGz919MSX1KuvAcycIuS0ci150HCoPf4XQVhQ84Qf8xRPWxFaQ==}
engines: {node: '>= 7.6.0'}
-
koa@2.16.1:
-
resolution: {integrity: sha512-umfX9d3iuSxTQP4pnzLOz0HKnPg0FaUUIKcye2lOiz3KPu1Y3M3xlz76dISdFPQs37P9eJz1wUpcTS6KDPn9fA==}
+
koa@2.16.2:
+
resolution: {integrity: sha512-+CCssgnrWKx9aI3OeZwroa/ckG4JICxvIFnSiOUyl2Uv+UTI+xIw0FfFrWS7cQFpoePpr9o8csss7KzsTzNL8Q==}
engines: {node: ^4.8.4 || ^6.10.1 || ^7.10.1 || >= 8.1.4}
kolorist@1.8.0:
resolution: {integrity: sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==}
-
kuler@2.0.0:
-
resolution: {integrity: sha512-Xq9nH7KlWZmXAtodXDDRE7vs6DU1gTU8zYDHDiWLSip45Egwq3plLHzPn27NgvzL2r1LMPC1vdqh98sQxtqj4A==}
-
-
lambda-local@2.2.0:
-
resolution: {integrity: sha512-bPcgpIXbHnVGfI/omZIlgucDqlf4LrsunwoKue5JdZeGybt8L6KyJz2Zu19ffuZwIwLj2NAI2ZyaqNT6/cetcg==}
-
engines: {node: '>=8'}
-
hasBin: true
-
-
launch-editor@2.10.0:
-
resolution: {integrity: sha512-D7dBRJo/qcGX9xlvt/6wUYzQxjh5G1RvZPgPv8vi4KRU99DVQL/oW7tnVOCCTm2HGeo3C5HvGE5Yrh6UBoZ0vA==}
+
launch-editor@2.11.1:
+
resolution: {integrity: sha512-SEET7oNfgSaB6Ym0jufAdCeo3meJVeCaaDyzRygy0xsp2BFKCprcfHljTq4QkzTLUxEKkFK6OK4811YM2oSrRg==}
lazystream@1.0.1:
resolution: {integrity: sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==}
engines: {node: '>= 0.6.3'}
-
lighthouse-logger@2.0.1:
-
resolution: {integrity: sha512-ioBrW3s2i97noEmnXxmUq7cjIcVRjT5HBpAYy8zE11CxU9HqlWHHeRxfeN1tn8F7OEMVPIC9x1f8t3Z7US9ehQ==}
+
lighthouse-logger@2.0.2:
+
resolution: {integrity: sha512-vWl2+u5jgOQuZR55Z1WM0XDdrJT6mzMP8zHUct7xTlWhuQs+eV0g+QL0RQdFjT54zVmbhLCP8vIVpy1wGn/gCg==}
lilconfig@3.1.3:
resolution: {integrity: sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==}
···
resolution: {integrity: sha512-I8oW2+QL5KJo8zXNWX046M134WchxsXC7SawLPvRQpogCbkyQIaFxPE89A2HiwR7vAK2Dm2ERBAmyjTYGYEpBg==}
hasBin: true
-
local-pkg@1.1.1:
-
resolution: {integrity: sha512-WunYko2W1NcdfAFpuLUoucsgULmgDBRkdxHxWQ7mK0cQqwPiy8E1enjuRBrhLtZkB5iScJ1XIPdhVEFK8aOLSg==}
+
local-pkg@1.1.2:
+
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.castarray@4.4.0:
resolution: {integrity: sha512-aVx8ztPv7/2ULbArGJ2Y42bG1mEQ5mGjpdvrbJcJFU3TbYybe+QlLS4pst9zV52ymy2in1KpFPiZnAOATxD4+Q==}
-
-
lodash.debounce@4.0.8:
-
resolution: {integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==}
lodash.defaults@4.2.0:
resolution: {integrity: sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ==}
···
lodash@4.17.21:
resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==}
-
logform@2.7.0:
-
resolution: {integrity: sha512-TFYA4jnP7PVbmlBIfhlSe+WKxs9dklXMTEGcBCIvLhE/Tn3H6Gk1norupVW7m5Cnd4bLcr08AytbyV/xj7f/kQ==}
-
engines: {node: '>= 12.0.0'}
-
longest-streak@3.1.0:
resolution: {integrity: sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==}
···
lru-cache@5.1.1:
resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
-
luxon@3.6.1:
-
resolution: {integrity: sha512-tJLxrKJhO2ukZ5z0gyjY1zPh3Rh88Ej9P7jNrZiHMUXHae1yvI2imgOZtL1TO8TW6biMMKfTtAOoEJANgtWBMQ==}
-
engines: {node: '>=12'}
+
magic-regexp@0.10.0:
+
resolution: {integrity: sha512-Uly1Bu4lO1hwHUW0CQeSWuRtzCMNO00CmXtS8N6fyvB3B979GOEEeAkiTUDsmbYLAbvpUS/Kt5c4ibosAzVyVg==}
-
magic-string-ast@0.7.1:
-
resolution: {integrity: sha512-ub9iytsEbT7Yw/Pd29mSo/cNQpaEu67zR1VVcXDiYjSFwzeBxNdTd0FMnSslLQXiRj8uGPzwsaoefrMD5XAmdw==}
-
engines: {node: '>=16.14.0'}
+
magic-string-ast@1.0.2:
+
resolution: {integrity: sha512-8ngQgLhcT0t3YBdn9CGkZqCYlvwW9pm7aWJwd7AxseVWf1RU8ZHCQvG1mt3N5vvUme+pXTcHB8G/7fE666U8Vw==}
+
engines: {node: '>=20.18.0'}
-
magic-string@0.30.17:
-
resolution: {integrity: sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==}
+
magic-string@0.30.18:
+
resolution: {integrity: sha512-yi8swmWbO17qHhwIBNeeZxTceJMeBvWJaId6dyvTSOwTipqeHhMhOrz6513r1sOKnpvQ7zkhlG8tPrpilwTxHQ==}
magicast@0.3.5:
resolution: {integrity: sha512-L0WhttDl+2BOsybvEOLK7fW3UA0OQ0IQ2d6Zl2x/a6vVRs3bAY0ECOSHHeL5jD+SbOpOCUEi0y1DgHEn9Qn1AQ==}
···
mdn-data@2.0.28:
resolution: {integrity: sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==}
-
mdn-data@2.0.30:
-
resolution: {integrity: sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==}
+
mdn-data@2.12.2:
+
resolution: {integrity: sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==}
media-typer@0.3.0:
resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==}
engines: {node: '>= 0.6'}
-
merge-options@3.0.4:
-
resolution: {integrity: sha512-2Sug1+knBjkaMsMgf1ctR1Ujx+Ayku4EdJN4Z+C2+JzoeF7A3OZ9KM2GY0CpQS51NR61LTurMJrRKPhSs3ZRTQ==}
-
engines: {node: '>=10'}
-
merge-stream@2.0.0:
resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==}
···
methods@1.1.2:
resolution: {integrity: sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==}
engines: {node: '>= 0.6'}
-
-
micro-api-client@3.3.0:
-
resolution: {integrity: sha512-y0y6CUB9RLVsy3kfgayU28746QrNMpSm9O/AYGNsBgOkJr/X/Jk0VLGoO8Ude7Bpa8adywzF+MzXNZRFRsNPhg==}
micromark-core-commonmark@2.0.3:
resolution: {integrity: sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==}
···
resolution: {integrity: sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==}
engines: {node: '>=10'}
-
minimatch@10.0.1:
-
resolution: {integrity: sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==}
+
minimark@0.2.0:
+
resolution: {integrity: sha512-AmtWU9pO0C2/3AM2pikaVhJ//8E5rOpJ7+ioFQfjIq+wCsBeuZoxPd97hBFZ9qrI7DMHZudwGH3r8A7BMnsIew==}
+
+
minimatch@10.0.3:
+
resolution: {integrity: sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==}
engines: {node: 20 || >=22}
minimatch@3.1.2:
···
minimist@1.2.8:
resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==}
-
minipass@3.3.6:
-
resolution: {integrity: sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==}
-
engines: {node: '>=8'}
-
-
minipass@5.0.0:
-
resolution: {integrity: sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==}
-
engines: {node: '>=8'}
-
minipass@7.1.2:
resolution: {integrity: sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==}
engines: {node: '>=16 || 14 >=14.17'}
-
minizlib@2.1.2:
-
resolution: {integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==}
-
engines: {node: '>= 8'}
-
minizlib@3.0.2:
resolution: {integrity: sha512-oG62iEk+CYt5Xj2YqI5Xi9xWUeZhDI8jjQmC5oThVH5JGCTgIjr7ciJDzC7MBzYd//WvR1OTmP5Q38Q8ShQtVA==}
engines: {node: '>= 18'}
···
mkdirp-classic@0.5.3:
resolution: {integrity: sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==}
-
-
mkdirp@1.0.4:
-
resolution: {integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==}
-
engines: {node: '>=10'}
-
hasBin: true
mkdirp@3.0.1:
resolution: {integrity: sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==}
engines: {node: '>=10'}
hasBin: true
-
mlly@1.7.4:
-
resolution: {integrity: sha512-qmdSIPC4bDJXgZTCR7XosJiNKySV7O215tsPtDN9iEO/7q/76b/ijtgRu/+epFXSJhijtTCCGp3DWS549P3xKw==}
+
mlly@1.8.0:
+
resolution: {integrity: sha512-l8D9ODSRWLe2KHJSifWGwBqpTZXIXTeo8mlKjY+E2HAakaTeNpqAyBZ8GSqLzHgw4XmHmC8whvpjJNMbFZN7/g==}
mocked-exports@0.1.1:
resolution: {integrity: sha512-aF7yRQr/Q0O2/4pIXm6PZ5G+jAd7QS4Yu8m+WEeEHGnbo+7mE36CbLSDQiXYV8bVL3NfmdeqPJct0tUlnjVSnA==}
-
module-definition@6.0.1:
-
resolution: {integrity: sha512-FeVc50FTfVVQnolk/WQT8MX+2WVcDnTGiq6Wo+/+lJ2ET1bRVi3HG3YlJUfqagNMc/kUlFSoR96AJkxGpKz13g==}
-
engines: {node: '>=18'}
-
hasBin: true
-
mrmime@2.0.1:
resolution: {integrity: sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==}
engines: {node: '>=10'}
-
-
ms@2.0.0:
-
resolution: {integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==}
ms@2.1.3:
resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
···
resolution: {integrity: sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==}
engines: {node: '>= 0.6'}
-
netlify@13.3.5:
-
resolution: {integrity: sha512-Nc3loyVASW59W+8fLDZT1lncpG7llffyZ2o0UQLx/Fr20i7P8oP+lE7+TEcFvXj9IUWU6LjB9P3BH+iFGyp+mg==}
-
engines: {node: ^14.16.0 || >=16.0.0}
-
-
nitropack@2.11.12:
-
resolution: {integrity: sha512-e2AdQrEY1IVoNTdyjfEQV93xkqz4SQxAMR0xWF8mZUUHxMLm6S4nPzpscjksmT4OdUxl0N8/DCaGjKQ9ghdodA==}
-
engines: {node: ^16.11.0 || >=17.0.0}
+
nitropack@2.12.5:
+
resolution: {integrity: sha512-KDTFhATOzqWHXFZkNlAH9J989Wibpl6s38eaYZj/Km2GbcUBLdcDxL4x7vd9pHWhD1Yk1u5oLh8+MsqJeQ7GMA==}
+
engines: {node: ^20.19.0 || >=22.12.0}
hasBin: true
peerDependencies:
xml2js: ^0.6.2
···
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-emoji@2.2.0:
resolution: {integrity: sha512-Z3lTE9pLaJF47NyMhd4ww1yFTAP8YhYI8SleJiHzM46Fgpm5cnNzSl9XfzFNqbaz+VlJrIj3fXQ4DeN1Rjm6cw==}
engines: {node: '>=18'}
-
-
node-fetch-native@1.6.6:
-
resolution: {integrity: sha512-8Mc2HhqPdlIfedsuZoc3yioPuzp6b+L5jRCRY1QzuWZh2EGJVQrGppC6V6cF0bLdbW0+O2YpqCA25aF/1lvipQ==}
node-fetch-native@1.6.7:
resolution: {integrity: sha512-g9yhqoedzIUm0nTnTqAQvueMPVOuIY16bqgAJJC8XOOubYFNwz6IER9qs0Gq2Xd0+CecCKFjtdDTMA4u4xG06Q==}
···
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'}
···
resolution: {integrity: sha512-LA4ZjwlnUblHVgq0oBF3Jl/6h/Nvs5fzBLwdEF4nuxnFdsfajde4WfxtJr3CaiH+F6ewcIB/q4jQ4UzPyid+CQ==}
hasBin: true
-
node-mock-http@1.0.0:
-
resolution: {integrity: sha512-0uGYQ1WQL1M5kKvGRXWQ3uZCHtLTO8hln3oBjIusM75WoesZ909uQJs/Hb946i2SS+Gsrhkaa6iAO17jRIv6DQ==}
-
node-mock-http@1.0.2:
resolution: {integrity: sha512-zWaamgDUdo9SSLw47we78+zYw/bDr5gH8pH7oRRs8V3KmBtu8GLgGIbV2p/gRPd3LWpEOpjQj7X1FOU3VFMJ8g==}
node-releases@2.0.19:
resolution: {integrity: sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==}
-
node-source-walk@7.0.1:
-
resolution: {integrity: sha512-3VW/8JpPqPvnJvseXowjZcirPisssnBuDikk6JIZ8jQzF7KJQX52iPFX4RYYxLycYH7IbMRSPUOga/esVjy5Yg==}
-
engines: {node: '>=18'}
-
nopt@8.1.0:
resolution: {integrity: sha512-ieGu42u/Qsa4TFktmaKEwM6MQH0pOWnaB3htzh0JRtx84+Mebc0cbZYN5bC+6WTZ4+77xrL9Pn5m7CV6VIkV7A==}
engines: {node: ^18.17.0 || >=20.5.0}
hasBin: true
-
normalize-package-data@6.0.2:
-
resolution: {integrity: sha512-V6gygoYb/5EmNI+MEGrWkC+e6+Rr7mTmfHrxDbLzxQogBkgzo76rkok0Am6thgSF7Mv2nLOajAJj5vDJZEFn7g==}
-
engines: {node: ^16.14.0 || >=18.0.0}
-
-
normalize-path@2.1.1:
-
resolution: {integrity: sha512-3pKJwH184Xo/lnH6oyP1q2pMd7HcypqqmRs91/6/i2CGtWwIKGCkOOMTm/zXbgTEWHw1uNpNi/igc3ePOYHb6w==}
-
engines: {node: '>=0.10.0'}
-
normalize-path@3.0.0:
resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==}
engines: {node: '>=0.10.0'}
···
nth-check@2.1.1:
resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==}
-
nuxt-component-meta@0.10.1:
-
resolution: {integrity: sha512-+e01YjZ9hojroO88dvqiOs/Yh4ff/kbXYcfj70l8KhMpmXITz2GBffT9HqwzFdcTm7iE2C422alG42p7yir2nA==}
+
nuxt-component-meta@0.12.2:
+
resolution: {integrity: sha512-cosF2jUd47TnN7Y8PsRfzdsVomHpVxVjZZIDgyaPqe+wnl2Ys5LXMUt+K3CpXrJrGRFlDRP6ux47Ukevf9juVQ==}
hasBin: true
nuxt-og-image@5.1.4:
···
'@unhead/vue': ^2.0.5
unstorage: ^1.15.0
-
nuxt-site-config-kit@3.2.0:
-
resolution: {integrity: sha512-kVBXljR7Py8mz5eL6ZysVMlPRwbVX1Tts66StQRwYSJL/srEL8kr/ZfLW6tQU7pDHihcPH3MDgid2gDTFMY3fg==}
+
nuxt-site-config-kit@3.2.2:
+
resolution: {integrity: sha512-SmTBVm6JQd5zHBy04/qn0gWo3rg1HTRGT/H91hxk/o+mDB3ll+TkzpZekD46RUBO/AD02ArLG5n2ndu6zhWsHA==}
-
nuxt-site-config@3.2.0:
-
resolution: {integrity: sha512-o1LDV+eaiP0qgM97RxoX2ost3mzmNmg5D3BmiORXCD9lx9CR5OZKc7nXI0zGsASk3eSVj4iNp0ctyF6afPFTow==}
+
nuxt-site-config@3.2.2:
+
resolution: {integrity: sha512-0zCo8nZKk11F4oEWvioTPpxYesJtiwWGfanh1coOfPmvGdYuCcJ/pusy8zdPb6xQkvAYqpTZUy7KKfjXjrE8rA==}
-
nuxt@3.17.4:
-
resolution: {integrity: sha512-49tkp7/+QVhuEOFoTDVvNV6Pc5+aI7wWjZHXzLUrt3tlWLPFh0yYbNXOc3kaxir1FuhRQHHyHZ7azCPmGukfFg==}
-
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0.0}
+
nuxt@3.19.0:
+
resolution: {integrity: sha512-gDXI7sL6dtdgHVh+D90UpI0El5LzQhKvwhIB6ppm8Zh3khG5WsFj3GZkPF0JVkN2BG9oAFgU14qsVajkOEXG3g==}
+
engines: {node: ^20.19.0 || >=22.12.0}
hasBin: true
peerDependencies:
'@parcel/watcher': ^2.1.0
···
'@types/node':
optional: true
-
nypm@0.5.4:
-
resolution: {integrity: sha512-X0SNNrZiGU8/e/zAB7sCTtdxWTMSIO73q+xuKgglm2Yvzwlo8UoC5FNySQFCvl84uPaeADkqHUZUkWy4aH4xOA==}
-
engines: {node: ^14.16.0 || >=16.10.0}
-
hasBin: true
-
-
nypm@0.6.0:
-
resolution: {integrity: sha512-mn8wBFV9G9+UFHIrq+pZ2r2zL4aPau/by3kJb3cM7+5tQHMt6HGQB8FDIeKFYp8o0D2pnH6nVsO88N4AmUxIWg==}
+
nypm@0.6.1:
+
resolution: {integrity: sha512-hlacBiRiv1k9hZFiphPUkfSQ/ZfQzZDzC+8z0wL3lvDAOUu/2NnChkKuMoMjNur/9OpKuz2QsIeiPVN0xM5Q0w==}
engines: {node: ^14.16.0 || >=16.10.0}
hasBin: true
···
resolution: {integrity: sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==}
engines: {node: '>= 6'}
-
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==}
-
-
ohash@1.1.6:
-
resolution: {integrity: sha512-TBu7PtV8YkAZn0tSxobKY2n2aAQva936lhRrj6957aDaCf9IEtqsKbgMzXE/F/sjqYOwmrukeORHNLe5glk7Cg==}
ohash@2.0.11:
resolution: {integrity: sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==}
···
once@1.4.0:
resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==}
-
one-time@1.0.0:
-
resolution: {integrity: sha512-5DXOiRKwuSEcQ/l0kGCF6Q3jcADFv5tSmRaJck/OqkVFcOzutB134KRSfF0xDrL39MNnqxbHBbUUcjZIhTgb2g==}
-
onetime@6.0.0:
resolution: {integrity: sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==}
engines: {node: '>=12'}
···
only@0.0.2:
resolution: {integrity: sha512-Fvw+Jemq5fjjyWz6CpKx6w9s7xxqo3+JCyM0WXWeCSOboZ8ABkyvP8ID4CZuChA/wxSx+XSJmdOm8rGVyJ1hdQ==}
-
open@10.1.2:
-
resolution: {integrity: sha512-cxN6aIDPz6rm8hbebcP7vrQNhvRcveZoJU72Y7vskh4oIm+BZwBECnx5nTmrlres1Qapvx27Qo1Auukpf8PKXw==}
+
open@10.2.0:
+
resolution: {integrity: sha512-YgBpdJHPyQ2UE5x+hlSXcnejzAvD0b22U2OuAP+8OnlJT+PjWPxtgmGqKKc+RgTM63U9gN0YzrYc71R2WT/hTA==}
engines: {node: '>=18'}
open@7.4.2:
···
resolution: {integrity: sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==}
engines: {node: '>=12'}
-
oxc-parser@0.71.0:
-
resolution: {integrity: sha512-RXmu7qi+67RJ8E5UhKZJdliTI+AqD3gncsJecjujcYvjsCZV9KNIfu42fQAnAfLaYZuzOMRdUYh7LzV3F1C0Gw==}
+
oxc-minify@0.86.0:
+
resolution: {integrity: sha512-pjtM94KElw/RxF3R1ls1ADcBUyZcrCgn0qeL4nD8cOotfzeVFa0xXwQQeCkk+5GPiOqdRApNFuJvK//lQgpqJw==}
engines: {node: '>=14.0.0'}
-
p-event@6.0.1:
-
resolution: {integrity: sha512-Q6Bekk5wpzW5qIyUP4gdMEujObYstZl6DMMOSenwBvV0BlE5LkDwkjs5yHbZmdCEq2o4RJx4tE1vwxFVf2FG1w==}
-
engines: {node: '>=16.17'}
+
oxc-parser@0.86.0:
+
resolution: {integrity: sha512-v9+uomgqyLSxlq3qlaMqJJtXg2+rUsa368p/zkmgi5OMGmcZAtZt5GIeSVFF84iNET+08Hdx/rUtd/FyIdfNFQ==}
+
engines: {node: '>=20.0.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}
+
oxc-transform@0.86.0:
+
resolution: {integrity: sha512-Ghgm/zzjPXROMpljLy4HYBcko/25sixWi2yJQJ6rDu/ltgFB1nEQ4JYCYV5F+ENt0McsJkcgmX5I4dRfDViyDA==}
+
engines: {node: '>=14.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-map@7.0.3:
-
resolution: {integrity: sha512-VkndIv2fIB99swvQoA65bm+fsmt6UNdGeIB0oxBs+WhAhdh08QA04JXpI7rbB9r08/nkbysKoya9rtDERYOYMA==}
-
engines: {node: '>=18'}
-
-
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'}
+
oxc-walker@0.4.0:
+
resolution: {integrity: sha512-x5TJAZQD3kRnRBGZ+8uryMZUwkTYddwzBftkqyJIcmpBOXmoK/fwriRKATjZroR2d+aS7+2w1B0oz189bBTwfw==}
+
peerDependencies:
+
oxc-parser: '>=0.72.0'
package-json-from-dist@1.0.1:
resolution: {integrity: sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==}
···
parse-entities@4.0.2:
resolution: {integrity: sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==}
-
parse-git-config@3.0.0:
-
resolution: {integrity: sha512-wXoQGL1D+2COYWCD35/xbiKma1Z15xvZL8cI25wvxzled58V51SJM04Urt/uznS900iQor7QO04SgdfT/XlbuA==}
-
engines: {node: '>=8'}
-
-
parse-gitignore@2.0.0:
-
resolution: {integrity: sha512-RmVuCHWsfu0QPNW+mraxh/xjQVw/lhUCUru8Zni3Ctq3AoMhpDTq0OVdKS6iesd6Kqb7viCV3isAL43dciOSog==}
-
engines: {node: '>=14'}
-
-
parse-json@8.3.0:
-
resolution: {integrity: sha512-ybiGyvspI+fAoRQbIPRddCcSTV9/LsJbf0e/S85VLowVGzRmokfneg2kwVW/KU5rOXrPSbF1qAKPMgNTqqROQQ==}
-
engines: {node: '>=18'}
-
parse-ms@4.0.0:
resolution: {integrity: sha512-TXfryirbmq34y8QBwgqCVLi+8oA3oWx2eAnSn62ITyEhEYaWRlVZ2DvMM9eZbMs/RfxPu/PK/aBLyGj4IrqMHw==}
engines: {node: '>=18'}
···
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-is-absolute@1.0.1:
resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==}
···
pathe@2.0.3:
resolution: {integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==}
-
pend@1.2.0:
-
resolution: {integrity: sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==}
-
perfect-debounce@1.0.0:
resolution: {integrity: sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==}
+
+
perfect-debounce@2.0.0:
+
resolution: {integrity: sha512-fkEH/OBiKrqqI/yIgjR92lMfs2K8105zt/VT6+7eTjNwisrsh47CeIED9z58zI7DfKdH3uHAn25ziRZn3kgAow==}
picocolors@1.1.1:
resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
···
resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==}
engines: {node: '>=8.6'}
-
picomatch@4.0.2:
-
resolution: {integrity: sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==}
+
picomatch@4.0.3:
+
resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==}
engines: {node: '>=12'}
pify@2.3.0:
···
pkg-types@1.3.1:
resolution: {integrity: sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==}
-
pkg-types@2.1.0:
-
resolution: {integrity: sha512-wmJwA+8ihJixSoHKxZJRBQG1oY8Yr9pGLzRmSsNms0iNWyHHAlZCa7mmKiFR10YPZuz/2k169JiS/inOjBCZ2A==}
+
pkg-types@2.3.0:
+
resolution: {integrity: sha512-SIqCzDRg0s9npO5XQ3tNZioRY1uK06lA41ynBC1YmFTmnY6FjUjVt6s4LoADmwoig1qqD0oK8h1p/8mlMx8Oig==}
-
playwright-core@1.52.0:
-
resolution: {integrity: sha512-l2osTgLXSMeuLZOML9qYODUQoPPnUsKsb5/P6LJ2e6uPKXUdPK5WYhN4z03G+YNbWmGDY4YENauNu4ZKczreHg==}
+
playwright-core@1.55.0:
+
resolution: {integrity: sha512-GvZs4vU3U5ro2nZpeiwyb0zuFaqb9sUiAJuyrWpcGouD8y9/HLgGbNRjIph7zU9D3hnPaisMl9zG9CgFi/biIg==}
engines: {node: '>=18'}
hasBin: true
···
peerDependencies:
postcss: ^8.4.38
-
postcss-colormin@7.0.3:
-
resolution: {integrity: sha512-xZxQcSyIVZbSsl1vjoqZAcMYYdnJsIyG8OvqShuuqf12S88qQboxxEy0ohNCOLwVPXTU+hFHvJPACRL2B5ohTA==}
+
postcss-colormin@7.0.4:
+
resolution: {integrity: sha512-ziQuVzQZBROpKpfeDwmrG+Vvlr0YWmY/ZAk99XD+mGEBuEojoFekL41NCsdhyNUtZI7DPOoIWIR7vQQK9xwluw==}
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
peerDependencies:
postcss: ^8.4.32
-
postcss-convert-values@7.0.5:
-
resolution: {integrity: sha512-0VFhH8nElpIs3uXKnVtotDJJNX0OGYSZmdt4XfSfvOMrFw1jKfpwpZxfC4iN73CTM/MWakDEmsHQXkISYj4BXw==}
+
postcss-convert-values@7.0.7:
+
resolution: {integrity: sha512-HR9DZLN04Xbe6xugRH6lS4ZQH2zm/bFh/ZyRkpedZozhvh+awAfbA0P36InO4fZfDhvYfNJeNvlTf1sjwGbw/A==}
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
peerDependencies:
postcss: ^8.4.32
···
peerDependencies:
postcss: ^8.4.32
-
postcss-merge-rules@7.0.5:
-
resolution: {integrity: sha512-ZonhuSwEaWA3+xYbOdJoEReKIBs5eDiBVLAGpYZpNFPzXZcEE5VKR7/qBEQvTZpiwjqhhqEQ+ax5O3VShBj9Wg==}
+
postcss-merge-rules@7.0.6:
+
resolution: {integrity: sha512-2jIPT4Tzs8K87tvgCpSukRQ2jjd+hH6Bb8rEEOUDmmhOeTcqDg5fEFK8uKIu+Pvc3//sm3Uu6FRqfyv7YF7+BQ==}
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
peerDependencies:
postcss: ^8.4.32
···
peerDependencies:
postcss: ^8.4.32
-
postcss-minify-params@7.0.3:
-
resolution: {integrity: sha512-vUKV2+f5mtjewYieanLX0xemxIp1t0W0H/D11u+kQV/MWdygOO7xPMkbK+r9P6Lhms8MgzKARF/g5OPXhb8tgg==}
+
postcss-minify-params@7.0.4:
+
resolution: {integrity: sha512-3OqqUddfH8c2e7M35W6zIwv7jssM/3miF9cbCSb1iJiWvtguQjlxZGIHK9JRmc8XAKmE2PFGtHSM7g/VcW97sw==}
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
peerDependencies:
postcss: ^8.4.32
···
peerDependencies:
postcss: ^8.2.14
-
postcss-nesting@13.0.1:
-
resolution: {integrity: sha512-VbqqHkOBOt4Uu3G8Dm8n6lU5+9cJFxiuty9+4rcoyRPO9zZS1JIs6td49VIoix3qYqELHlJIn46Oih9SAKo+yQ==}
+
postcss-nesting@13.0.2:
+
resolution: {integrity: sha512-1YCI290TX+VP0U/K/aFxzHzQWHWURL+CtHMSbex1lCdpXD1SoR2sYuxDu5aNI9lPoXpKTCggFZiDJbwylU0LEQ==}
engines: {node: '>=18'}
peerDependencies:
postcss: ^8.4
···
peerDependencies:
postcss: ^8.4.32
-
postcss-normalize-unicode@7.0.3:
-
resolution: {integrity: sha512-EcoA29LvG3F+EpOh03iqu+tJY3uYYKzArqKJHxDhUYLa2u58aqGq16K6/AOsXD9yqLN8O6y9mmePKN5cx6krOw==}
+
postcss-normalize-unicode@7.0.4:
+
resolution: {integrity: sha512-LvIURTi1sQoZqj8mEIE8R15yvM+OhbR1avynMtI9bUzj5gGKR/gfZFd8O7VMj0QgJaIFzxDwxGl/ASMYAkqO8g==}
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
peerDependencies:
postcss: ^8.4.32
···
peerDependencies:
postcss: ^8.4.32
-
postcss-reduce-initial@7.0.3:
-
resolution: {integrity: sha512-RFvkZaqiWtGMlVjlUHpaxGqEL27lgt+Q2Ixjf83CRAzqdo+TsDyGPtJUbPx2MuYIJ+sCQc2TrOvRnhcXQfgIVA==}
+
postcss-reduce-initial@7.0.4:
+
resolution: {integrity: sha512-rdIC9IlMBn7zJo6puim58Xd++0HdbvHeHaPgXsimMfG1ijC5A9ULvNLSE0rUKVJOvNMcwewW4Ga21ngyJjY/+Q==}
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
peerDependencies:
postcss: ^8.4.32
···
resolution: {integrity: sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==}
engines: {node: '>=4'}
-
postcss-svgo@7.0.2:
-
resolution: {integrity: sha512-5Dzy66JlnRM6pkdOTF8+cGsB1fnERTE8Nc+Eed++fOWo1hdsBptCsbG8UuJkgtZt75bRtMJIrPeZmtfANixdFA==}
+
postcss-svgo@7.1.0:
+
resolution: {integrity: sha512-KnAlfmhtoLz6IuU3Sij2ycusNs4jPW+QoFE5kuuUOK8awR6tMxZQrs5Ey3BUz7nFCzT3eqyFgqkyrHiaU2xx3w==}
engines: {node: ^18.12.0 || ^20.9.0 || >= 18}
peerDependencies:
postcss: ^8.4.32
···
postcss-value-parser@4.2.0:
resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==}
-
postcss-values-parser@6.0.2:
-
resolution: {integrity: sha512-YLJpK0N1brcNJrs9WatuJFtHaV9q5aAOj+S4DI5S7jgHlRfm0PIbDCAFRYMQD5SHq7Fy6xsDhyutgS0QOAs0qw==}
-
engines: {node: '>=10'}
-
peerDependencies:
-
postcss: ^8.2.9
-
-
postcss@8.5.3:
-
resolution: {integrity: sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==}
-
engines: {node: ^10 || ^12 || >=14}
-
postcss@8.5.6:
resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==}
engines: {node: ^10 || ^12 || >=14}
···
engines: {node: '>=10'}
hasBin: true
-
precinct@12.2.0:
-
resolution: {integrity: sha512-NFBMuwIfaJ4SocE9YXPU/n4AcNSoFMVFjP72nvl3cx69j/ke61/hPOWFREVxLkFhhEGnA8ZuVfTqJBa+PK3b5w==}
-
engines: {node: '>=18'}
+
prettier@3.6.2:
+
resolution: {integrity: sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==}
+
engines: {node: '>=14'}
hasBin: true
-
pretty-bytes@6.1.1:
-
resolution: {integrity: sha512-mQUvGU6aUFQ+rNvTIAcZuWGRT9a6f6Yrg9bHs4ImKF+HZCEK+plBvnAZYSIQztknZF2qnzNtr6F8s0+IuptdlQ==}
-
engines: {node: ^14.13.1 || >=16.0.0}
+
pretty-bytes@7.0.1:
+
resolution: {integrity: sha512-285/jRCYIbMGDciDdrw0KPNC4LKEEwz/bwErcYNxSJOi4CpGUuLpb9gQpg3XJP0XYj9ldSRluXxih4lX2YN8Xw==}
+
engines: {node: '>=20'}
pretty-ms@9.2.0:
resolution: {integrity: sha512-4yf0QO/sllf/1zbZWYnvWw3NxCQwLXKzIj0G849LSufP15BXKM0rbD2Z3wVnkMfjdn/CB0Dpp444gYAACdsplg==}
···
protocols@2.0.2:
resolution: {integrity: sha512-hHVTzba3wboROl0/aWRRG9dMytgH6ow//STBZh43l/wQgmMhYhOFi0EHWAPtoCz9IAUymsyP0TSBHkhgMEGNnQ==}
-
pump@3.0.2:
-
resolution: {integrity: sha512-tUPXtzlGM8FE3P0ZL6DVs/3P58k9nk8/jZeQCurTJylQA8qFYzHFfhBJkuqyE0FifOsQ0uKWekiZ5g8wtr28cw==}
+
pump@3.0.3:
+
resolution: {integrity: sha512-todwxLMY7/heScKmntwQG8CXVkWUOdYxIvY2s0VWAAMh/nd8SoYiRaKjlr7+iCs984f2P8zvrfWcDDYVb73NfA==}
-
qs@6.14.0:
-
resolution: {integrity: sha512-YWWTjgABSKcvs/nWBi9PycY/JiPJqOD4JA6o9Sej2AtvSGarXxKC3OQSk4pAarbdQlKAh5D4FCQkJNkW+GAn3w==}
-
engines: {node: '>=0.6'}
-
-
quansync@0.2.10:
-
resolution: {integrity: sha512-t41VRkMYbkHyCYmOvx/6URnN80H7k4X0lLdBMGsz+maAwrJQYB1djpV6vHrQIBE0WBSGqhtEHrK9U3DWWH8v7A==}
+
quansync@0.2.11:
+
resolution: {integrity: sha512-AifT7QEbW9Nri4tAwR5M/uzpBuqfZf+zwaEM/QkzEjj7NBuFD2rBuy0K3dE+8wltbezDV7JMA0WfnCPYRSYbXA==}
queue-microtask@1.2.3:
resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==}
-
quote-unquote@1.0.0:
-
resolution: {integrity: sha512-twwRO/ilhlG/FIgYeKGFqyHhoEhqgnKVkcmqMKi2r524gz3ZbDTcyFt38E9xjJI2vT+KbRNHVbnJ/e0I25Azwg==}
-
radix3@1.1.2:
resolution: {integrity: sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA==}
···
read-cache@1.0.0:
resolution: {integrity: sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==}
-
-
read-package-up@11.0.0:
-
resolution: {integrity: sha512-MbgfoNPANMdb4oRBNg5eqLbB2t2r+o5Ua1pNt8BqGp4I0FJZhuVSOj3PaBPni4azWuSzEdNn2evevzVmEk1ohQ==}
-
engines: {node: '>=18'}
-
-
read-pkg@9.0.1:
-
resolution: {integrity: sha512-9viLL4/n1BJUCT1NXVTdS1jtm80yDEgR5T4yCelII49Mbj0v1rZdKqj7zCiYdbB0CuCgdrvHcNogAKTFPBocFA==}
-
engines: {node: '>=18'}
readable-stream@2.3.8:
resolution: {integrity: sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==}
···
regex@6.0.1:
resolution: {integrity: sha512-uorlqlzAKjKQZ5P+kTJr3eeJGSVroLKoHmquUj4zHWuR+hEyNqlXsSKlYYF5F4NI6nl7tWCs0apKJ0lmfsXAPA==}
+
regexp-tree@0.1.27:
+
resolution: {integrity: sha512-iETxpjK6YoRWJG5o6hXLwvjYAoW+FEZn9os0PD/b6AP6xQwsa/Y7lCVgIixBbUPMfhu+i2LtdeAqVTgGlQarfA==}
+
hasBin: true
+
rehype-external-links@3.0.0:
resolution: {integrity: sha512-yp+e5N9V3C6bwBeAC4n796kc86M4gJCdlVhiMTxIrJG5UHDMh+PJANf9heqORJbt1nrCbDwIlAZKjANIaVBbvw==}
···
rehype-sort-attributes@5.0.1:
resolution: {integrity: sha512-Bxo+AKUIELcnnAZwJDt5zUDDRpt4uzhfz9d0PVGhcxYWsbFj5Cv35xuWxu5r1LeYNFNhgGqsr9Q2QiIOM/Qctg==}
-
remark-emoji@5.0.1:
-
resolution: {integrity: sha512-QCqTSvcZ65Ym+P+VyBKd4JfJfh7icMl7cIOGVmPMzWkDtdD8pQ0nQG7yxGolVIiMzSx90EZ7SwNiVpYpfTxn7w==}
+
remark-emoji@5.0.2:
+
resolution: {integrity: sha512-IyIqGELcyK5AVdLFafoiNww+Eaw/F+rGrNSXoKucjo95uL267zrddgxGM83GN1wFIb68pyDuAsY3m5t2Cav1pQ==}
engines: {node: '>=18'}
remark-gfm@4.0.1:
···
remark-stringify@11.0.0:
resolution: {integrity: sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==}
-
-
remove-trailing-separator@1.1.0:
-
resolution: {integrity: sha512-/hS+Y0u3aOfIETiaiirUFwDBDzmXPvO+jAfKTitUngIPzdKc6Z0LoFjM/CK5PL4C+eKwHohlHAb6H0VFfmmUsw==}
replace-in-file@6.3.5:
resolution: {integrity: sha512-arB9d3ENdKva2fxRnSjwBEXfK1npgyci7ZZuwysgAp7ORjHSyxz6oqIjTEv8R0Ydl4Ll7uOAZXL4vbkhGIizCg==}
···
resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==}
engines: {node: '>=0.10.0'}
-
require-package-name@2.0.1:
-
resolution: {integrity: sha512-uuoJ1hU/k6M0779t3VMVIYpb2VMJk05cehCaABFhXaibcbvfgR8wKiozLjVFSzJPmQMRqIcO0HMyTFqfV09V6Q==}
-
resolve-from@5.0.0:
resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==}
engines: {node: '>=8'}
···
engines: {node: '>= 0.4'}
hasBin: true
-
resolve@2.0.0-next.5:
-
resolution: {integrity: sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==}
-
hasBin: true
-
reusify@1.1.0:
resolution: {integrity: sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==}
engines: {iojs: '>=1.0.0', node: '>=0.10.0'}
···
rfdc@1.4.1:
resolution: {integrity: sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==}
-
rollup-plugin-visualizer@5.14.0:
-
resolution: {integrity: sha512-VlDXneTDaKsHIw8yzJAFWtrzguoJ/LnQ+lMpoVfYJ3jJF4Ihe5oYLAqLklIK/35lgUY+1yEzCkHyZ1j4A5w5fA==}
+
rollup-plugin-visualizer@6.0.3:
+
resolution: {integrity: sha512-ZU41GwrkDcCpVoffviuM9Clwjy5fcUxlz0oMoTXTYsK+tcIFzbdacnrr2n8TXcHxbGKKXtOdjxM2HUS4HjkwIw==}
engines: {node: '>=18'}
hasBin: true
peerDependencies:
-
rolldown: 1.x
+
rolldown: 1.x || ^1.0.0-beta
rollup: 2.x || 3.x || 4.x
peerDependenciesMeta:
rolldown:
···
rollup:
optional: true
-
rollup@4.41.1:
-
resolution: {integrity: sha512-cPmwD3FnFv8rKMBc1MxWCwVQFxwf1JEmSX3iQXrRVVG15zerAIXRjMFVWnd5Q5QvgKF7Aj+5ykXFhUl+QGnyOw==}
+
rollup@4.50.0:
+
resolution: {integrity: sha512-/Zl4D8zPifNmyGzJS+3kVoyXeDeT/GrsJM94sACNg9RtUE0hrHa1bNPtRSrfHTMH5HjRzce6K7rlTh3Khiw+pw==}
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
hasBin: true
···
resolution: {integrity: sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==}
engines: {node: '>= 0.4'}
-
safe-stable-stringify@2.5.0:
-
resolution: {integrity: sha512-b3rppTKm9T+PsVCBEOUR46GWI7fdOs00VKZ1+9c1EWDaDMvjQc6tUwuFyIprgGgTcWoVHSKrU8H31ZHA2e0RHA==}
-
engines: {node: '>=10'}
-
satori-html@0.3.2:
resolution: {integrity: sha512-wjTh14iqADFKDK80e51/98MplTGfxz2RmIzh0GqShlf4a67+BooLywF17TvJPD6phO0Hxm7Mf1N5LtRYvdkYRA==}
-
satori@0.13.1:
-
resolution: {integrity: sha512-FlXblaCRDOONmz4JSIG9lUxSIklBZsMVwfLkvXv0MaHa3H6GWZDZccpcCeLqdQ6RjBkYMSh6zZDxkkBFJ4M61A==}
+
satori@0.13.2:
+
resolution: {integrity: sha512-BPoExgKlkZPY1j4I2vSovo9OJALOw5siU37cm1aNcq/XWCojpFM3FHXHxby9tQ2R5ajV2fRQgouWoonQ83z+Hg==}
engines: {node: '>=16'}
+
+
sax@1.4.1:
+
resolution: {integrity: sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==}
scule@1.3.0:
resolution: {integrity: sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==}
···
resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==}
engines: {node: '>=8'}
-
shell-quote@1.8.2:
-
resolution: {integrity: sha512-AzqKpGKjrj7EM6rKVQEPpB288oCfnrEIuyoT9cyF4nmGa7V8Zk6f7RRqYisX8X9m+Q7bd632aZW4ky7EhbQztA==}
+
shell-quote@1.8.3:
+
resolution: {integrity: sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==}
engines: {node: '>= 0.4'}
-
shiki@3.4.2:
-
resolution: {integrity: sha512-wuxzZzQG8kvZndD7nustrNFIKYJ1jJoWIPaBpVe2+KHSvtzMi4SBjOxrigs8qeqce/l3U0cwiC+VAkLKSunHQQ==}
-
-
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'}
+
shiki@3.12.2:
+
resolution: {integrity: sha512-uIrKI+f9IPz1zDT+GMz+0RjzKJiijVr6WDWm9Pe3NNY6QigKCfifCEv9v9R2mDASKKjzjQ2QpFLcxaR3iHSnMA==}
signal-exit@4.1.0:
resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==}
engines: {node: '>=14'}
-
simple-analytics-vue@3.0.3:
-
resolution: {integrity: sha512-TWGbk/vQT0QAgPN29G5Orkz+SeAN/k4LH4hKBdKB3oYpYOKHBuIKq8yHw2bD3viF+5tyzXoxo3fc+BJEUIHEaA==}
-
peerDependencies:
-
vue: ^3.0.0
-
simple-concat@1.0.1:
resolution: {integrity: sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==}
simple-get@4.0.1:
resolution: {integrity: sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==}
-
simple-git@3.27.0:
-
resolution: {integrity: sha512-ivHoFS9Yi9GY49ogc6/YAi3Fl9ROnF4VyubNylgCkA+RVqLaKWnDSzXOVzya8csELIaWaYNutsEuAhZrtOjozA==}
-
-
simple-swizzle@0.2.2:
-
resolution: {integrity: sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==}
+
simple-git@3.28.0:
+
resolution: {integrity: sha512-Rs/vQRwsn1ILH1oBUy8NucJlXmnnLeLCfcvbSehkPzbv3wwoFWIdtfd6Ndo6ZPhlPsCZ60CPI4rxurnwAa+a2w==}
sirv@3.0.1:
resolution: {integrity: sha512-FoqMu0NCGBLCcAkS1qA+XJIQTR6/JHfQXl+uGteNCQ76T91DMUjPa9xfmeqMY3z80nLSg9yQmNjK0Px6RWsH/A==}
···
sisteransi@1.0.5:
resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==}
-
site-config-stack@3.2.0:
-
resolution: {integrity: sha512-YmHQr5nMfec5ZTtuxK52YVG8nj4DwI68rSsbznuurQ96bIh2bHf5mNPAZnAyDBPpTWRwmWAliWMRD6WFewWGdA==}
+
site-config-stack@3.2.2:
+
resolution: {integrity: sha512-T1NphPh1sWlsIXbD1q1HDgHbX40miTyi++cDqXkVOuHQ/eQnGp6w8cwB8u9XmgSZsnmZpsQJgPUTNH7SX173AA==}
peerDependencies:
vue: ^3
···
resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==}
engines: {node: '>=0.10.0'}
-
source-map@0.7.4:
-
resolution: {integrity: sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==}
-
engines: {node: '>= 8'}
+
source-map@0.7.6:
+
resolution: {integrity: sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ==}
+
engines: {node: '>= 12'}
space-separated-tokens@2.0.2:
resolution: {integrity: sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==}
-
spdx-correct@3.2.0:
-
resolution: {integrity: sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==}
-
-
spdx-exceptions@2.5.0:
-
resolution: {integrity: sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==}
-
-
spdx-expression-parse@3.0.1:
-
resolution: {integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==}
-
-
spdx-license-ids@3.0.21:
-
resolution: {integrity: sha512-Bvg/8F5XephndSK3JffaRqdT+gyhfqIPwDHpX80tJrF8QQRYMo8sNMeaZ2Dp5+jhwKnUmIOyFFQfHRkjJm5nXg==}
-
speakingurl@14.0.1:
resolution: {integrity: sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==}
engines: {node: '>=0.10.0'}
-
-
stack-trace@0.0.10:
-
resolution: {integrity: sha512-KGzahc7puUKkzyMt+IqAep+TVNbKP+k2Lmwhub39m1AsTSkaDutx56aDCo+HLDzf/D26BIHTJWNiTG1KAJiQCg==}
standard-as-callback@2.1.0:
resolution: {integrity: sha512-qoRRSyROncaz1z0mvYqIE4lCd9p2R90i6GxW3uZv5ucSu8tU7B5HXUP1gG8pVZsYNVaXjk8ClXHPttLyxAL48A==}
···
resolution: {integrity: sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==}
engines: {node: '>= 0.8'}
+
statuses@2.0.2:
+
resolution: {integrity: sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==}
+
engines: {node: '>= 0.8'}
+
std-env@3.9.0:
resolution: {integrity: sha512-UGvjygr6F6tpH7o2qyqR6QYpwraIjKSdtzyBdyytFOHmPZY917kwdwLG0RbOjWOnKmnm3PeHjaoLLMie7kPLQw==}
-
streamx@2.22.0:
-
resolution: {integrity: sha512-sLh1evHOzBy/iWRiR6d1zRcLao4gGZr3C1kzNz4fopCOKJb6xD9ub8Mpi9Mr1R6id5o43S+d93fI48UC5uM9aw==}
+
streamx@2.22.1:
+
resolution: {integrity: sha512-znKXEBxfatz2GBNK02kRnCXjV+AA4kjZIUxeWSr3UGirZMJfTE9uiwKHobnbgxWyL/JWro8tTq+vOqAK1/qbSA==}
string-width@4.2.3:
resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==}
···
structured-clone-es@1.0.0:
resolution: {integrity: sha512-FL8EeKFFyNQv5cMnXI31CIMCsFarSVI2bF0U0ImeNE3g/F1IvJQyqzOXxPBRXiwQfyBTlbNe88jh1jFW0O/jiQ==}
-
stylehacks@7.0.5:
-
resolution: {integrity: sha512-5kNb7V37BNf0Q3w+1pxfa+oiNPS++/b4Jil9e/kPDgrk1zjEd6uR7SZeJiYaLYH6RRSC1XX2/37OTeU/4FvuIA==}
+
stylehacks@7.0.6:
+
resolution: {integrity: sha512-iitguKivmsueOmTO0wmxURXBP8uqOO+zikLGZ7Mm9e/94R4w5T999Js2taS/KBOnQ/wdC3jN3vNSrkGDrlnqQg==}
engines: {node: ^18.12.0 || ^20.9.0 || >=22.0}
peerDependencies:
postcss: ^8.4.32
···
resolution: {integrity: sha512-5JRxVqC8I8NuOUjzBbvVJAKNM8qoVuH0O77h4WInc/qC2q5IreqKxYwgkga3PfA22OayK2ikceb/B26dztPl+Q==}
engines: {node: '>=16'}
-
supports-color@10.0.0:
-
resolution: {integrity: sha512-HRVVSbCCMbj7/kdWF9Q+bbckjBHLtHMEoJWlkmYzzdwhYMkjkOwubLM6t7NbWKjgKamGDrWL1++KrjUO1t9oAQ==}
+
supports-color@10.2.0:
+
resolution: {integrity: sha512-5eG9FQjEjDbAlI5+kdpdyPIBMRH4GfTVDGREVupaZHmVoppknhM29b/S9BkQz7cathp85BVgRi/As3Siln7e0Q==}
engines: {node: '>=18'}
supports-color@7.2.0:
···
resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==}
engines: {node: '>= 0.4'}
-
svgo@3.3.2:
-
resolution: {integrity: sha512-OoohrmuUlBs8B8o6MB2Aevn+pRIH9zDALSR+6hhqVfa6fRwG/Qw9VUMSMW9VNg2CFc/MTIfabtdOVl9ODIJjpw==}
-
engines: {node: '>=14.0.0'}
+
svgo@4.0.0:
+
resolution: {integrity: sha512-VvrHQ+9uniE+Mvx3+C9IEe/lWasXCU0nXMY2kZeLrHNICuRiC8uMPyM14UEaMOFA5mhyQqEkB02VoQ16n3DLaw==}
+
engines: {node: '>=16'}
hasBin: true
system-architecture@0.1.0:
···
engines: {node: '>=14.0.0'}
hasBin: true
-
tapable@2.2.2:
-
resolution: {integrity: sha512-Re10+NauLTMCudc7T5WLFLAwDhQ0JWdrMK+9B2M8zR5hRExKmsRDCBA7/aV/pNJFltmBFO5BAMlQFi/vq3nKOg==}
+
tapable@2.2.3:
+
resolution: {integrity: sha512-ZL6DDuAlRlLGghwcfmSn9sK3Hr6ArtyudlSAiCqQ6IfE+b+HHbydbYDIG15IfS5do+7XQQBdBiubF/cV2dnDzg==}
engines: {node: '>=6'}
tar-fs@2.1.3:
···
tar-stream@3.1.7:
resolution: {integrity: sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==}
-
tar@6.2.1:
-
resolution: {integrity: sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==}
-
engines: {node: '>=10'}
-
tar@7.4.3:
resolution: {integrity: sha512-5S7Va8hKfV7W5U6g3aYxXmlPoZVAwUMy9AOKyF2fVuZa2UD3qZjg578OrLRt8PcNN1PleVaL/5/yYATNL0ICUw==}
engines: {node: '>=18'}
-
terser@5.40.0:
-
resolution: {integrity: sha512-cfeKl/jjwSR5ar7d0FGmave9hFGJT8obyo0z+CrQOylLDbk7X81nPU6vq9VORa5jU30SkDnT2FXjLbR8HLP+xA==}
+
terser@5.44.0:
+
resolution: {integrity: sha512-nIVck8DK+GM/0Frwd+nIhZ84pR/BX7rmXMfYwyg+Sri5oGVE99/E3KvXqpC2xHFxyqXyGHTKBSioxxplrO4I4w==}
engines: {node: '>=10'}
hasBin: true
text-decoder@1.2.3:
resolution: {integrity: sha512-3/o9z3X0X0fTupwsYvR03pJ/DjWuqqrfwBgTQzdWDiQSm9KitAyz/9WqsT2JQW7KV2m+bC2ol/zqpW37NHxLaA==}
-
-
text-hex@1.0.0:
-
resolution: {integrity: sha512-uuVGNWzgJ4yhRaNSiubPY7OjISw4sw4E5Uv0wbjp+OzcbmVU/rsT8ujgcXJhn9ypzsgr5vlzpPqP+MBBKcGvbg==}
thenify-all@1.6.0:
resolution: {integrity: sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==}
···
tiny-invariant@1.3.3:
resolution: {integrity: sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==}
-
tinyexec@0.3.2:
-
resolution: {integrity: sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==}
-
tinyexec@1.0.1:
resolution: {integrity: sha512-5uC6DDlmeqiOwCPmK9jMSdOuZTh8bU39Ys6yidB+UTt5hfZUPGAypSgFRiEp+jbi9qH40BLDvy85jIU88wKSqw==}
-
-
tinyglobby@0.2.13:
-
resolution: {integrity: sha512-mEwzpUgrLySlveBwEVDMKk5B57bhLPYovRfPAXD5gA/98Opn0rCDj3GtLwFvCvH5RK9uPCExUROW5NjDwvqkxw==}
-
engines: {node: '>=12.0.0'}
tinyglobby@0.2.14:
resolution: {integrity: sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==}
engines: {node: '>=12.0.0'}
-
tmp-promise@3.0.3:
-
resolution: {integrity: sha512-RwM7MoPojPxsOBYnyd2hy0bxtIlVrihNs9pj5SUvY8Zz1sQcQG2tG1hSr8PDxfgEB8RNKDhqbIlroIarSNDNsQ==}
-
-
tmp@0.2.3:
-
resolution: {integrity: sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==}
-
engines: {node: '>=14.14'}
-
to-regex-range@5.0.1:
resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
engines: {node: '>=8.0'}
···
toidentifier@1.0.1:
resolution: {integrity: sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==}
engines: {node: '>=0.6'}
-
-
toml@3.0.0:
-
resolution: {integrity: sha512-y/mWCZinnvxjTKYhJ+pYxwD0mRLVvOtdS2Awbgxln6iEnt4rk0yBxeSBHkGJcPucRiG0e55mwWp+g/05rsrd6w==}
totalist@3.0.1:
resolution: {integrity: sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==}
···
trim-trailing-lines@2.1.0:
resolution: {integrity: sha512-5UR5Biq4VlVOtzqkm2AZlgvSlDJtME46uV0br0gENbwN4l5+mMKT4b9gJKqWtuL2zAIqajGJGuvbCbcAJUZqBg==}
-
triple-beam@1.4.1:
-
resolution: {integrity: sha512-aZbgViZrg1QNcG+LULa7nhZpJTZSLm/mXnHXnbAbjmN5aSa0y7V+wvv6+4WaBtpISJzThKy+PIPxc1Nq1EJ9mg==}
-
engines: {node: '>= 14.0.0'}
-
trough@2.2.0:
resolution: {integrity: sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==}
-
ts-api-utils@2.1.0:
-
resolution: {integrity: sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==}
-
engines: {node: '>=18.12'}
-
peerDependencies:
-
typescript: '>=4.8.4'
-
ts-interface-checker@0.1.13:
resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==}
···
resolution: {integrity: sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==}
engines: {node: '>= 0.6'}
+
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'}
···
unctx@2.4.1:
resolution: {integrity: sha512-AbaYw0Nm4mK4qjhns67C+kgxR2YWiwlDBPzxrN8h8C6VtAdCgditAY5Dezu3IJy4XVqAnbrXt9oQJvsn3fyozg==}
-
undici-types@6.21.0:
-
resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==}
+
undici-types@7.10.0:
+
resolution: {integrity: sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag==}
-
unenv@2.0.0-rc.17:
-
resolution: {integrity: sha512-B06u0wXkEd+o5gOCMl/ZHl5cfpYbDZKAT+HWTL+Hws6jWu7dCiqBBXXXzMFcFVJb8D4ytAnYmxJA83uwOQRSsg==}
+
unenv@2.0.0-rc.20:
+
resolution: {integrity: sha512-8tn4tAl9vD5nWoggAAPz28vf0FY8+pQAayhU94qD+ZkIbVKCBAH/E1MWEEmhb9Whn5EgouYVfBJB20RsTLRDdg==}
unhead@2.0.14:
resolution: {integrity: sha512-dRP6OCqtShhMVZQe1F4wdt/WsYl2MskxKK+cvfSo0lQnrPJ4oAUQEkxRg7pPP+vJENabhlir31HwAyHUv7wfMg==}
···
unicode-trie@2.0.0:
resolution: {integrity: sha512-x7bc76x0bm4prf1VLg79uhAzKw8DVboClSN5VxJuQ+LKDOVEW9CdH+VY7SP+vX7xCYQqzzgQpFqz15zeLvAtZQ==}
-
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'}
···
unified@11.0.5:
resolution: {integrity: sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==}
-
unimport@5.0.1:
-
resolution: {integrity: sha512-1YWzPj6wYhtwHE+9LxRlyqP4DiRrhGfJxdtH475im8ktyZXO3jHj/3PZ97zDdvkYoovFdi0K4SKl3a7l92v3sQ==}
+
unimport@5.2.0:
+
resolution: {integrity: sha512-bTuAMMOOqIAyjV4i4UH7P07pO+EsVxmhOzQ2YJ290J6mkLUdozNhb5I/YoOEheeNADC03ent3Qj07X0fWfUpmw==}
engines: {node: '>=18.12.0'}
unist-builder@4.0.0:
···
resolution: {integrity: sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==}
engines: {node: '>= 10.0.0'}
-
unixify@1.0.0:
-
resolution: {integrity: sha512-6bc58dPYhCMHHuwxldQxO3RRNZ4eCogZ/st++0+fcC1nr0jiGUtAdBJ2qzmLQWSxbtz42pWt4QQMiZ9HvZf5cg==}
-
engines: {node: '>=0.10.0'}
+
unplugin-utils@0.2.5:
+
resolution: {integrity: sha512-gwXJnPRewT4rT7sBi/IvxKTjsms7jX7QIDLOClApuZwR49SXbrB1z2NLUZ+vDHyqCj/n58OzRRqaW+B8OZi8vg==}
+
engines: {node: '>=18.12.0'}
-
unplugin-utils@0.2.4:
-
resolution: {integrity: sha512-8U/MtpkPkkk3Atewj1+RcKIjb5WBimZ/WSLhhR3w6SsIj8XJuKTacSP8g+2JhfSGw0Cb125Y+2zA/IzJZDVbhA==}
-
engines: {node: '>=18.12.0'}
+
unplugin-utils@0.3.0:
+
resolution: {integrity: sha512-JLoggz+PvLVMJo+jZt97hdIIIZ2yTzGgft9e9q8iMrC4ewufl62ekeW7mixBghonn2gVb/ICjyvlmOCUBnJLQg==}
+
engines: {node: '>=20.19.0'}
-
unplugin-vue-router@0.12.0:
-
resolution: {integrity: sha512-xjgheKU0MegvXQcy62GVea0LjyOdMxN0/QH+ijN29W62ZlMhG7o7K+0AYqfpprvPwpWtuRjiyC5jnV2SxWye2w==}
+
unplugin-vue-router@0.15.0:
+
resolution: {integrity: sha512-PyGehCjd9Ny9h+Uer4McbBjjib3lHihcyUEILa7pHKl6+rh8N7sFyw4ZkV+N30Oq2zmIUG7iKs3qpL0r+gXAaQ==}
peerDependencies:
-
vue-router: ^4.4.0
+
'@vue/compiler-sfc': ^3.5.17
+
vue-router: ^4.5.1
peerDependenciesMeta:
vue-router:
optional: true
-
unplugin@1.16.1:
-
resolution: {integrity: sha512-4/u/j4FrCKdi17jaxuJA0jClGxB1AvU2hw/IuayPc4ay1XGaJs/rbb4v5WKwAjNifjmXK9PIFyuPiaK8azyR9w==}
-
engines: {node: '>=14.0.0'}
-
-
unplugin@2.3.5:
-
resolution: {integrity: sha512-RyWSb5AHmGtjjNQ6gIlA67sHOsWpsbWpwDokLwTcejVdOjEkJZh7QKu14J00gDDVSh8kGH4KYC/TNBceXFZhtw==}
+
unplugin@2.3.10:
+
resolution: {integrity: sha512-6NCPkv1ClwH+/BGE9QeoTIl09nuiAt0gS28nn1PvYXsGKRwM2TCbFA2QiilmehPDTXIe684k4rZI1yl3A1PCUw==}
engines: {node: '>=18.12.0'}
unstorage@1.17.0:
···
resolution: {integrity: sha512-nwNCjxJTjNuLCgFr42fEak5OcLuB3ecca+9ksPFNvtfYSLpjf+iJqSIaSnIile6ZPbKYxI5k2AfXqeopGudK/g==}
hasBin: true
-
unwasm@0.3.9:
-
resolution: {integrity: sha512-LDxTx/2DkFURUd+BU1vUsF/moj0JsoTvl+2tcg2AUOiEzVturhGGx17/IMgGvKUYdZwr33EJHtChCJuhu9Ouvg==}
+
unwasm@0.3.11:
+
resolution: {integrity: sha512-Vhp5gb1tusSQw5of/g3Q697srYgMXvwMgXMjcG4ZNga02fDX9coxJ9fAb0Ci38hM2Hv/U1FXRPGgjP2BYqhNoQ==}
update-browserslist-db@1.1.3:
resolution: {integrity: sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==}
···
uqr@0.1.2:
resolution: {integrity: sha512-MJu7ypHq6QasgF5YRTjqscSzQp/W11zoUk6kvmlH+fmWEs63Y0Eib13hYFwAzagRJcVY8WVnlV+eBDUGMJ5IbA==}
-
urlpattern-polyfill@10.1.0:
-
resolution: {integrity: sha512-IGjKp/o0NL3Bso1PymYURCJxMPNAf/ILOpendP9f5B6e1rTJgdgiOvgfoT8VxCAdY+Wisb9uhGaJJf3yZ2V9nw==}
-
-
urlpattern-polyfill@8.0.2:
-
resolution: {integrity: sha512-Qp95D4TPJl1kC9SKigDcqgyM2VDVO4RiJc2d4qe5GrYm+zbIQCWWKAFaJNQ4BhdFeDGwBmAxqJBwWSJDb9T3BQ==}
-
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
-
-
validate-npm-package-license@3.0.4:
-
resolution: {integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==}
-
vary@1.1.2:
resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==}
engines: {node: '>= 0.8'}
···
vfile-location@5.0.3:
resolution: {integrity: sha512-5yXvWDEgqeiYiBe1lbxYF7UMAIm/IcopxMHrMQDq3nvKcjPKIhZklUKL+AE7J7uApI4kwe2snsK+eI6UTj9EHg==}
-
vfile-message@4.0.2:
-
resolution: {integrity: sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==}
+
vfile-message@4.0.3:
+
resolution: {integrity: sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==}
vfile@6.0.3:
resolution: {integrity: sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==}
-
vite-dev-rpc@1.0.7:
-
resolution: {integrity: sha512-FxSTEofDbUi2XXujCA+hdzCDkXFG1PXktMjSk1efq9Qb5lOYaaM9zNSvKvPPF7645Bak79kSp1PTooMW2wktcA==}
+
vite-dev-rpc@1.1.0:
+
resolution: {integrity: sha512-pKXZlgoXGoE8sEKiKJSng4hI1sQ4wi5YT24FCrwrLt6opmkjlqPPVmiPWWJn8M8byMxRGzp1CrFuqQs4M/Z39A==}
peerDependencies:
-
vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.1
+
vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 || ^6.0.1 || ^7.0.0-0
-
vite-hot-client@2.0.4:
-
resolution: {integrity: sha512-W9LOGAyGMrbGArYJN4LBCdOC5+Zwh7dHvOHC0KmGKkJhsOzaKbpo/jEjpPKVHIW0/jBWj8RZG0NUxfgA8BxgAg==}
+
vite-hot-client@2.1.0:
+
resolution: {integrity: sha512-7SpgZmU7R+dDnSmvXE1mfDtnHLHQSisdySVR7lO8ceAXvM0otZeuQQ6C8LrS5d/aYyP/QZ0hI0L+dIPrm4YlFQ==}
peerDependencies:
-
vite: ^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0
+
vite: ^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0 || ^7.0.0-0
-
vite-node@3.1.4:
-
resolution: {integrity: sha512-6enNwYnpyDo4hEgytbmc6mYWHXDHYEn0D1/rw4Q+tnHUGtKTJsn8T1YkX6Q18wI5LCrS8CTYlBaiCqxOy2kvUA==}
+
vite-node@3.2.4:
+
resolution: {integrity: sha512-EbKSKh+bh1E1IFxeO0pg1n4dvoOTt0UDiXMd/qn++r98+jPO1xtJilvXldeuQ8giIB5IkpjCgMleHMNEsGH6pg==}
engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0}
hasBin: true
-
vite-plugin-checker@0.9.3:
-
resolution: {integrity: sha512-Tf7QBjeBtG7q11zG0lvoF38/2AVUzzhMNu+Wk+mcsJ00Rk/FpJ4rmUviVJpzWkagbU13cGXvKpt7CMiqtxVTbQ==}
+
vite-plugin-checker@0.10.3:
+
resolution: {integrity: sha512-f4sekUcDPF+T+GdbbE8idb1i2YplBAoH+SfRS0e/WRBWb2rYb1Jf5Pimll0Rj+3JgIYWwG2K5LtBPCXxoibkLg==}
engines: {node: '>=14.16'}
peerDependencies:
'@biomejs/biome': '>=1.7'
···
vite: '>=2.0.0'
vls: '*'
vti: '*'
-
vue-tsc: ~2.2.10
+
vue-tsc: ~2.2.10 || ^3.0.0
peerDependenciesMeta:
'@biomejs/biome':
optional: true
···
vue-tsc:
optional: true
-
vite-plugin-inspect@11.1.0:
-
resolution: {integrity: sha512-r3Nx8xGQ08bSoNu7gJGfP5H/wNOROHtv0z3tWspplyHZJlABwNoPOdFEmcVh+lVMDyk/Be4yt8oS596ZHoYhOg==}
+
vite-plugin-inspect@11.3.3:
+
resolution: {integrity: sha512-u2eV5La99oHoYPHE6UvbwgEqKKOQGz86wMg40CCosP6q8BkB6e5xPneZfYagK4ojPJSj5anHCrnvC20DpwVdRA==}
engines: {node: '>=14'}
peerDependencies:
'@nuxt/kit': '*'
-
vite: ^6.0.0
+
vite: ^6.0.0 || ^7.0.0-0
peerDependenciesMeta:
'@nuxt/kit':
optional: true
-
vite-plugin-vue-tracer@0.1.3:
-
resolution: {integrity: sha512-+fN6oo0//dwZP9Ax9gRKeUroCqpQ43P57qlWgL0ljCIxAs+Rpqn/L4anIPZPgjDPga5dZH+ZJsshbF0PNJbm3Q==}
+
vite-plugin-vue-tracer@1.0.0:
+
resolution: {integrity: sha512-a+UB9IwGx5uwS4uG/a9kM6fCMnxONDkOTbgCUbhFpiGhqfxrrC1+9BibV7sWwUnwj1Dg6MnRxG0trLgUZslDXA==}
peerDependencies:
-
vite: ^6.0.0
+
vite: ^6.0.0 || ^7.0.0
vue: ^3.5.0
-
vite@6.3.5:
-
resolution: {integrity: sha512-cZn6NDFE7wdTpINgs++ZJ4N49W2vRp8LCKrn3Ob1kYNtOo21vfDoaV5GzBfLU4MovSAB8uNRm4jgzVQZ+mBzPQ==}
-
engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0}
+
vite@7.1.4:
+
resolution: {integrity: sha512-X5QFK4SGynAeeIt+A7ZWnApdUyHYm+pzv/8/A57LqSGcI88U6R6ipOs3uCesdc6yl7nl+zNO0t8LmqAdXcQihw==}
+
engines: {node: ^20.19.0 || >=22.12.0}
hasBin: true
peerDependencies:
-
'@types/node': ^18.0.0 || ^20.0.0 || >=22.0.0
+
'@types/node': ^20.19.0 || >=22.12.0
jiti: '>=1.21.0'
-
less: '*'
+
less: ^4.0.0
lightningcss: ^1.21.0
-
sass: '*'
-
sass-embedded: '*'
-
stylus: '*'
-
sugarss: '*'
+
sass: ^1.70.0
+
sass-embedded: ^1.70.0
+
stylus: '>=0.54.8'
+
sugarss: ^5.0.0
terser: ^5.16.0
tsx: ^4.8.1
yaml: ^2.4.2
···
vscode-uri@3.1.0:
resolution: {integrity: sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==}
-
vue-bundle-renderer@2.1.1:
-
resolution: {integrity: sha512-+qALLI5cQncuetYOXp4yScwYvqh8c6SMXee3B+M7oTZxOgtESP0l4j/fXdEJoZ+EdMxkGWIj+aSEyjXkOdmd7g==}
+
vue-bundle-renderer@2.1.2:
+
resolution: {integrity: sha512-M4WRBO/O/7G9phGaGH9AOwOnYtY9ZpPoDVpBpRzR2jO5rFL9mgIlQIgums2ljCTC2HL1jDXFQc//CzWcAQHgAw==}
-
vue-component-meta@2.2.10:
-
resolution: {integrity: sha512-awylfiFFx/RFJKnu424R+btiGBEJgHa1RdJqb7SrbF5OKNYrL4VWkq49Fgvs/YbCsGSwVOjSl4em/mwOlrQ8/Q==}
+
vue-component-meta@3.0.6:
+
resolution: {integrity: sha512-3qC/sCocMBQTnc+xyh4+mKpWGlFbLHcA5m+hONv+BDA56W3ay7QOQeEqlXBjpc8p3uqayI/eGuGDJQQO81sCow==}
peerDependencies:
typescript: '*'
-
peerDependenciesMeta:
-
typescript:
-
optional: true
-
vue-component-type-helpers@2.2.10:
-
resolution: {integrity: sha512-iDUO7uQK+Sab2tYuiP9D1oLujCWlhHELHMgV/cB13cuGbG4qwkLHvtfWb6FzvxrIOPDnU0oHsz2MlQjhYDeaHA==}
+
vue-component-type-helpers@3.0.6:
+
resolution: {integrity: sha512-6CRM8X7EJqWCJOiKPvSLQG+hJPb/Oy2gyJx3pLjUEhY7PuaCthQu3e0zAGI1lqUBobrrk9IT0K8sG2GsCluxoQ==}
vue-devtools-stub@0.1.0:
resolution: {integrity: sha512-RutnB7X8c5hjq39NceArgXg28WZtZpGc3+J16ljMiYnFhKvd8hITxSWQSQ5bvldxMDU6gG5mkxl1MTQLXckVSQ==}
···
peerDependencies:
typescript: '>=5.0.0'
-
vue@3.5.20:
-
resolution: {integrity: sha512-2sBz0x/wis5TkF1XZ2vH25zWq3G1bFEPOfkBcx2ikowmphoQsPH6X0V3mmPCXA2K1N/XGTnifVyDQP4GfDDeQw==}
+
vue@3.5.21:
+
resolution: {integrity: sha512-xxf9rum9KtOdwdRkiApWL+9hZEMWE90FHh8yS1+KJAiWYh+iGWV1FquPjoO9VUHQ+VIhsCXNNyZ5Sf4++RVZBA==}
peerDependencies:
typescript: '*'
peerDependenciesMeta:
···
web-namespaces@2.0.1:
resolution: {integrity: sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==}
-
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==}
···
engines: {node: ^18.17.0 || >=20.5.0}
hasBin: true
-
winston-transport@4.9.0:
-
resolution: {integrity: sha512-8drMJ4rkgaPo1Me4zD/3WLfI/zPdA9o2IipKODunnGDcuqbHwjsbB79ylv04LCGGzU0xQ6vTznOMpQGaLhhm6A==}
-
engines: {node: '>= 12.0.0'}
-
-
winston@3.17.0:
-
resolution: {integrity: sha512-DLiFIXYC5fMPxaRg832S6F5mJYvePtmO5G9v9IgUFPhXm9/GkXarH/TUrBAVzhTCzAj9anE/+GjrgXp/54nOgw==}
-
engines: {node: '>= 12.0.0'}
-
wrap-ansi@7.0.0:
resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==}
engines: {node: '>=10'}
···
wrappy@1.0.2:
resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==}
-
-
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==}
···
utf-8-validate:
optional: true
-
ws@8.18.2:
-
resolution: {integrity: sha512-DMricUmwGZUVr++AEAe2uiVM7UoO9MAVZMDu05UQOaUII0lp+zOzLLU4Xqh/JvTqklB1T4uELaaPBKyjE1r4fQ==}
+
ws@8.18.3:
+
resolution: {integrity: sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==}
engines: {node: '>=10.0.0'}
peerDependencies:
bufferutil: ^4.0.1
···
utf-8-validate:
optional: true
+
wsl-utils@0.1.0:
+
resolution: {integrity: sha512-h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw==}
+
engines: {node: '>=18'}
+
xmlhttprequest-ssl@2.1.2:
resolution: {integrity: sha512-TEU+nJVUUnA4CYJFLvK5X9AOeH4KvDvhIfm0vV1GaQRtchnG0hgK5p8hw/xjv8cunWYCsiPCSDzObPyhEwq3KQ==}
engines: {node: '>=0.4.0'}
···
yallist@3.1.1:
resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==}
-
yallist@4.0.0:
-
resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==}
-
yallist@5.0.0:
resolution: {integrity: sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==}
engines: {node: '>=18'}
-
yaml@2.8.0:
-
resolution: {integrity: sha512-4lLa/EcQCB0cJkyts+FpIRx5G/llPxfP6VQU5KByHEhLxY3IJCH0f0Hy1MHI8sClTvsIb8qwRJ6R/ZdlDJ/leQ==}
+
yaml@2.8.1:
+
resolution: {integrity: sha512-lcYcMxX2PO9XMGvAJkJ3OsNMw+/7FKes7/hgerGUYWIoWu5j/+YQqcZr5JnPZWzOsEBgMbSbiSTn/dv/69Mkpw==}
engines: {node: '>= 14.6'}
hasBin: true
···
resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==}
engines: {node: '>=12'}
-
yauzl@2.10.0:
-
resolution: {integrity: sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==}
-
ylru@1.4.0:
resolution: {integrity: sha512-2OQsPNEmBCvXuFlIni/a+Rn+R2pHW9INm0BxXJ4hVDA8TirqMj+J/Rp9ItLatT/5pZqWwefVrTQcHpixsxnVlA==}
engines: {node: '>= 4.0.0'}
-
yocto-queue@1.2.1:
-
resolution: {integrity: sha512-AyeEbWOu/TAXdxlV9wmGcR0+yh2j3vYPGOECcIj2S7MkrLyC7ne+oye2BKTItt0ii2PHk4cDy+95+LshzbXnGg==}
-
engines: {node: '>=12.20'}
-
-
yoctocolors@2.1.1:
-
resolution: {integrity: sha512-GQHQqAopRhwU8Kt1DDM8NjibDXHC8eoh1erhGAJPEyveY9qqVeXvVikNKrDz69sHowPMorbPUrH/mx8c50eiBQ==}
+
yoctocolors@2.1.2:
+
resolution: {integrity: sha512-CzhO+pFNo8ajLM2d2IW/R93ipy99LWjtwblvC1RsoSUMZgyLbYFr221TnSNT7GjGdYui6P459mw9JH/g/zW2ug==}
engines: {node: '>=18'}
yoga-wasm-web@0.3.3:
resolution: {integrity: sha512-N+d4UJSJbt/R3wqY7Coqs5pcV0aUj2j9IaQ3rNj9bVCLld8tTGKRa2USARjnvZJWVx1NDmQev8EknoczaOQDOA==}
-
youch-core@0.3.2:
-
resolution: {integrity: sha512-fusrlIMLeRvTFYLUjJ9KzlGC3N+6MOPJ68HNj/yJv2nz7zq8t4HEviLms2gkdRPUS7F5rZ5n+pYx9r88m6IE1g==}
-
engines: {node: '>=18'}
+
youch-core@0.3.3:
+
resolution: {integrity: sha512-ho7XuGjLaJ2hWHoK8yFnsUGy2Y5uDpqSTq1FkHLK4/oqKtyUU1AFbOOxY4IpC9f0fTLjwYbslUz0Po5BpD1wrA==}
+
+
youch@4.1.0-beta.11:
+
resolution: {integrity: sha512-sQi6PERyO/mT8w564ojOVeAlYTtVQmC2GaktQAf+IdI75/GKIggosBuvyVXvEV+FATAT6RbLdIjFoiIId4ozoQ==}
youch@4.1.0-beta.8:
resolution: {integrity: sha512-rY2A2lSF7zC+l7HH9Mq+83D1dLlsPnEvy8jTouzaptDZM6geqZ3aJe/b7ULCwRURPtWV3vbDjA2DDMdoBol0HQ==}
···
resolution: {integrity: sha512-zK7YHHz4ZXpW89AHXUPbQVGKI7uvkd3hzusTdotCg1UxyaVtg0zFJSTfW/Dq5f7OBBVnq6cZIaC8Ti4hb6dtCA==}
engines: {node: '>= 14'}
-
zod-to-json-schema@3.24.5:
-
resolution: {integrity: sha512-/AuWwMP+YqiPbsJx5D6TfgRTc4kTLjsh5SOcd4bLsfUg2RcEXrFMJl1DGgdHy2aCfsIA/cr/1JM0xcB2GZji8g==}
+
zod-to-json-schema@3.24.6:
+
resolution: {integrity: sha512-h/z3PKvcTcTetyjl1fkj79MHNEjm+HpD6NXheWjzOekY7kV+lwDYnHw+ivHkijnCSMz1yJaWBD9vu/Fcmk+vEg==}
peerDependencies:
zod: ^3.24.1
-
zod-to-ts@1.2.0:
-
resolution: {integrity: sha512-x30XE43V+InwGpvTySRNz9kB7qFU8DlyEy7BsSTCHPH1R0QasMmHWZDCzYm6bVXtj/9NNJAZF3jW8rzFvH5OFA==}
-
peerDependencies:
-
typescript: ^4.9.4 || ^5.0.2
-
zod: ^3
-
-
zod@3.25.32:
-
resolution: {integrity: sha512-OSm2xTIRfW8CV5/QKgngwmQW/8aPfGdaQFlrGoErlgg/Epm7cjb6K6VEyExfe65a3VybUOnu381edLb0dfJl0g==}
+
zod@3.25.76:
+
resolution: {integrity: sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==}
zwitch@2.0.4:
resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==}
···
'@ampproject/remapping@2.3.0':
dependencies:
-
'@jridgewell/gen-mapping': 0.3.8
-
'@jridgewell/trace-mapping': 0.3.25
+
'@jridgewell/gen-mapping': 0.3.13
+
'@jridgewell/trace-mapping': 0.3.30
'@antfu/install-pkg@1.1.0':
dependencies:
···
'@antfu/utils@8.1.1': {}
+
'@apidevtools/json-schema-ref-parser@11.9.3':
+
dependencies:
+
'@jsdevtools/ono': 7.1.3
+
'@types/json-schema': 7.0.15
+
js-yaml: 4.1.0
+
'@babel/code-frame@7.27.1':
dependencies:
'@babel/helper-validator-identifier': 7.27.1
js-tokens: 4.0.0
picocolors: 1.1.1
-
'@babel/compat-data@7.27.3': {}
+
'@babel/compat-data@7.28.0': {}
-
'@babel/core@7.27.3':
+
'@babel/core@7.28.3':
dependencies:
'@ampproject/remapping': 2.3.0
'@babel/code-frame': 7.27.1
-
'@babel/generator': 7.27.3
+
'@babel/generator': 7.28.3
'@babel/helper-compilation-targets': 7.27.2
-
'@babel/helper-module-transforms': 7.27.3(@babel/core@7.27.3)
-
'@babel/helpers': 7.27.3
-
'@babel/parser': 7.27.3
+
'@babel/helper-module-transforms': 7.28.3(@babel/core@7.28.3)
+
'@babel/helpers': 7.28.3
+
'@babel/parser': 7.28.3
'@babel/template': 7.27.2
-
'@babel/traverse': 7.27.3
-
'@babel/types': 7.27.3
+
'@babel/traverse': 7.28.3
+
'@babel/types': 7.28.2
convert-source-map: 2.0.0
debug: 4.4.1
gensync: 1.0.0-beta.2
···
transitivePeerDependencies:
- supports-color
-
'@babel/generator@7.27.3':
+
'@babel/generator@7.28.3':
dependencies:
-
'@babel/parser': 7.27.3
-
'@babel/types': 7.27.3
-
'@jridgewell/gen-mapping': 0.3.8
-
'@jridgewell/trace-mapping': 0.3.25
+
'@babel/parser': 7.28.3
+
'@babel/types': 7.28.2
+
'@jridgewell/gen-mapping': 0.3.13
+
'@jridgewell/trace-mapping': 0.3.30
jsesc: 3.1.0
'@babel/helper-annotate-as-pure@7.27.3':
dependencies:
-
'@babel/types': 7.27.3
+
'@babel/types': 7.28.2
'@babel/helper-compilation-targets@7.27.2':
dependencies:
-
'@babel/compat-data': 7.27.3
+
'@babel/compat-data': 7.28.0
'@babel/helper-validator-option': 7.27.1
-
browserslist: 4.24.5
+
browserslist: 4.25.4
lru-cache: 5.1.1
semver: 6.3.1
-
'@babel/helper-create-class-features-plugin@7.27.1(@babel/core@7.27.3)':
+
'@babel/helper-create-class-features-plugin@7.28.3(@babel/core@7.28.3)':
dependencies:
-
'@babel/core': 7.27.3
+
'@babel/core': 7.28.3
'@babel/helper-annotate-as-pure': 7.27.3
'@babel/helper-member-expression-to-functions': 7.27.1
'@babel/helper-optimise-call-expression': 7.27.1
-
'@babel/helper-replace-supers': 7.27.1(@babel/core@7.27.3)
+
'@babel/helper-replace-supers': 7.27.1(@babel/core@7.28.3)
'@babel/helper-skip-transparent-expression-wrappers': 7.27.1
-
'@babel/traverse': 7.27.3
+
'@babel/traverse': 7.28.3
semver: 6.3.1
transitivePeerDependencies:
- supports-color
+
'@babel/helper-globals@7.28.0': {}
+
'@babel/helper-member-expression-to-functions@7.27.1':
dependencies:
-
'@babel/traverse': 7.27.3
-
'@babel/types': 7.27.3
+
'@babel/traverse': 7.28.3
+
'@babel/types': 7.28.2
transitivePeerDependencies:
- supports-color
'@babel/helper-module-imports@7.27.1':
dependencies:
-
'@babel/traverse': 7.27.3
-
'@babel/types': 7.27.3
+
'@babel/traverse': 7.28.3
+
'@babel/types': 7.28.2
transitivePeerDependencies:
- supports-color
-
'@babel/helper-module-transforms@7.27.3(@babel/core@7.27.3)':
+
'@babel/helper-module-transforms@7.28.3(@babel/core@7.28.3)':
dependencies:
-
'@babel/core': 7.27.3
+
'@babel/core': 7.28.3
'@babel/helper-module-imports': 7.27.1
'@babel/helper-validator-identifier': 7.27.1
-
'@babel/traverse': 7.27.3
+
'@babel/traverse': 7.28.3
transitivePeerDependencies:
- supports-color
'@babel/helper-optimise-call-expression@7.27.1':
dependencies:
-
'@babel/types': 7.27.3
+
'@babel/types': 7.28.2
'@babel/helper-plugin-utils@7.27.1': {}
-
'@babel/helper-replace-supers@7.27.1(@babel/core@7.27.3)':
+
'@babel/helper-replace-supers@7.27.1(@babel/core@7.28.3)':
dependencies:
-
'@babel/core': 7.27.3
+
'@babel/core': 7.28.3
'@babel/helper-member-expression-to-functions': 7.27.1
'@babel/helper-optimise-call-expression': 7.27.1
-
'@babel/traverse': 7.27.3
+
'@babel/traverse': 7.28.3
transitivePeerDependencies:
- supports-color
'@babel/helper-skip-transparent-expression-wrappers@7.27.1':
dependencies:
-
'@babel/traverse': 7.27.3
-
'@babel/types': 7.27.3
+
'@babel/traverse': 7.28.3
+
'@babel/types': 7.28.2
transitivePeerDependencies:
- supports-color
···
'@babel/helper-validator-option@7.27.1': {}
-
'@babel/helpers@7.27.3':
+
'@babel/helpers@7.28.3':
dependencies:
'@babel/template': 7.27.2
-
'@babel/types': 7.27.3
-
-
'@babel/parser@7.27.3':
-
dependencies:
-
'@babel/types': 7.27.3
+
'@babel/types': 7.28.2
'@babel/parser@7.28.3':
dependencies:
'@babel/types': 7.28.2
-
'@babel/plugin-syntax-jsx@7.27.1(@babel/core@7.27.3)':
+
'@babel/plugin-syntax-jsx@7.27.1(@babel/core@7.28.3)':
dependencies:
-
'@babel/core': 7.27.3
+
'@babel/core': 7.28.3
'@babel/helper-plugin-utils': 7.27.1
-
'@babel/plugin-syntax-typescript@7.27.1(@babel/core@7.27.3)':
+
'@babel/plugin-syntax-typescript@7.27.1(@babel/core@7.28.3)':
dependencies:
-
'@babel/core': 7.27.3
+
'@babel/core': 7.28.3
'@babel/helper-plugin-utils': 7.27.1
-
'@babel/plugin-transform-typescript@7.27.1(@babel/core@7.27.3)':
+
'@babel/plugin-transform-typescript@7.28.0(@babel/core@7.28.3)':
dependencies:
-
'@babel/core': 7.27.3
+
'@babel/core': 7.28.3
'@babel/helper-annotate-as-pure': 7.27.3
-
'@babel/helper-create-class-features-plugin': 7.27.1(@babel/core@7.27.3)
+
'@babel/helper-create-class-features-plugin': 7.28.3(@babel/core@7.28.3)
'@babel/helper-plugin-utils': 7.27.1
'@babel/helper-skip-transparent-expression-wrappers': 7.27.1
-
'@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.27.3)
+
'@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.28.3)
transitivePeerDependencies:
- supports-color
'@babel/template@7.27.2':
dependencies:
'@babel/code-frame': 7.27.1
-
'@babel/parser': 7.27.3
-
'@babel/types': 7.27.3
+
'@babel/parser': 7.28.3
+
'@babel/types': 7.28.2
-
'@babel/traverse@7.27.3':
+
'@babel/traverse@7.28.3':
dependencies:
'@babel/code-frame': 7.27.1
-
'@babel/generator': 7.27.3
-
'@babel/parser': 7.27.3
+
'@babel/generator': 7.28.3
+
'@babel/helper-globals': 7.28.0
+
'@babel/parser': 7.28.3
'@babel/template': 7.27.2
-
'@babel/types': 7.27.3
+
'@babel/types': 7.28.2
debug: 4.4.1
-
globals: 11.12.0
transitivePeerDependencies:
- supports-color
-
-
'@babel/types@7.27.1':
-
dependencies:
-
'@babel/helper-string-parser': 7.27.1
-
'@babel/helper-validator-identifier': 7.27.1
-
-
'@babel/types@7.27.3':
-
dependencies:
-
'@babel/helper-string-parser': 7.27.1
-
'@babel/helper-validator-identifier': 7.27.1
'@babel/types@7.28.2':
dependencies:
···
dependencies:
mime: 3.0.0
-
'@colors/colors@1.6.0': {}
-
-
'@csstools/selector-resolve-nested@3.0.0(postcss-selector-parser@7.1.0)':
+
'@csstools/selector-resolve-nested@3.1.0(postcss-selector-parser@7.1.0)':
dependencies:
postcss-selector-parser: 7.1.0
···
dependencies:
postcss-selector-parser: 7.1.0
-
'@dabh/diagnostics@2.0.3':
+
'@emnapi/core@1.5.0':
dependencies:
-
colorspace: 1.1.4
-
enabled: 2.0.0
-
kuler: 2.0.0
-
-
'@dependents/detective-less@5.0.1':
-
dependencies:
-
gonzales-pe: 4.3.0
-
node-source-walk: 7.0.1
-
-
'@emnapi/core@1.4.3':
-
dependencies:
-
'@emnapi/wasi-threads': 1.0.2
+
'@emnapi/wasi-threads': 1.1.0
tslib: 2.8.1
optional: true
-
'@emnapi/runtime@1.4.3':
+
'@emnapi/runtime@1.5.0':
dependencies:
tslib: 2.8.1
optional: true
-
'@emnapi/wasi-threads@1.0.2':
+
'@emnapi/wasi-threads@1.1.0':
dependencies:
tslib: 2.8.1
optional: true
-
'@esbuild/aix-ppc64@0.25.4':
-
optional: true
-
-
'@esbuild/aix-ppc64@0.25.5':
+
'@esbuild/aix-ppc64@0.25.9':
optional: true
-
'@esbuild/android-arm64@0.25.4':
+
'@esbuild/android-arm64@0.25.9':
optional: true
-
'@esbuild/android-arm64@0.25.5':
+
'@esbuild/android-arm@0.25.9':
optional: true
-
'@esbuild/android-arm@0.25.4':
+
'@esbuild/android-x64@0.25.9':
optional: true
-
'@esbuild/android-arm@0.25.5':
+
'@esbuild/darwin-arm64@0.25.9':
optional: true
-
'@esbuild/android-x64@0.25.4':
+
'@esbuild/darwin-x64@0.25.9':
optional: true
-
'@esbuild/android-x64@0.25.5':
+
'@esbuild/freebsd-arm64@0.25.9':
optional: true
-
'@esbuild/darwin-arm64@0.25.4':
+
'@esbuild/freebsd-x64@0.25.9':
optional: true
-
'@esbuild/darwin-arm64@0.25.5':
+
'@esbuild/linux-arm64@0.25.9':
optional: true
-
'@esbuild/darwin-x64@0.25.4':
+
'@esbuild/linux-arm@0.25.9':
optional: true
-
'@esbuild/darwin-x64@0.25.5':
+
'@esbuild/linux-ia32@0.25.9':
optional: true
-
'@esbuild/freebsd-arm64@0.25.4':
+
'@esbuild/linux-loong64@0.25.9':
optional: true
-
'@esbuild/freebsd-arm64@0.25.5':
+
'@esbuild/linux-mips64el@0.25.9':
optional: true
-
'@esbuild/freebsd-x64@0.25.4':
+
'@esbuild/linux-ppc64@0.25.9':
optional: true
-
'@esbuild/freebsd-x64@0.25.5':
+
'@esbuild/linux-riscv64@0.25.9':
optional: true
-
'@esbuild/linux-arm64@0.25.4':
+
'@esbuild/linux-s390x@0.25.9':
optional: true
-
'@esbuild/linux-arm64@0.25.5':
+
'@esbuild/linux-x64@0.25.9':
optional: true
-
'@esbuild/linux-arm@0.25.4':
+
'@esbuild/netbsd-arm64@0.25.9':
optional: true
-
'@esbuild/linux-arm@0.25.5':
+
'@esbuild/netbsd-x64@0.25.9':
optional: true
-
'@esbuild/linux-ia32@0.25.4':
+
'@esbuild/openbsd-arm64@0.25.9':
optional: true
-
'@esbuild/linux-ia32@0.25.5':
+
'@esbuild/openbsd-x64@0.25.9':
optional: true
-
'@esbuild/linux-loong64@0.25.4':
+
'@esbuild/openharmony-arm64@0.25.9':
optional: true
-
'@esbuild/linux-loong64@0.25.5':
-
optional: true
-
-
'@esbuild/linux-mips64el@0.25.4':
-
optional: true
-
-
'@esbuild/linux-mips64el@0.25.5':
-
optional: true
-
-
'@esbuild/linux-ppc64@0.25.4':
-
optional: true
-
-
'@esbuild/linux-ppc64@0.25.5':
-
optional: true
-
-
'@esbuild/linux-riscv64@0.25.4':
-
optional: true
-
-
'@esbuild/linux-riscv64@0.25.5':
-
optional: true
-
-
'@esbuild/linux-s390x@0.25.4':
+
'@esbuild/sunos-x64@0.25.9':
optional: true
-
'@esbuild/linux-s390x@0.25.5':
+
'@esbuild/win32-arm64@0.25.9':
optional: true
-
'@esbuild/linux-x64@0.25.4':
+
'@esbuild/win32-ia32@0.25.9':
optional: true
-
'@esbuild/linux-x64@0.25.5':
-
optional: true
-
-
'@esbuild/netbsd-arm64@0.25.4':
-
optional: true
-
-
'@esbuild/netbsd-arm64@0.25.5':
-
optional: true
-
-
'@esbuild/netbsd-x64@0.25.4':
-
optional: true
-
-
'@esbuild/netbsd-x64@0.25.5':
+
'@esbuild/win32-x64@0.25.9':
optional: true
-
'@esbuild/openbsd-arm64@0.25.4':
-
optional: true
-
-
'@esbuild/openbsd-arm64@0.25.5':
-
optional: true
-
-
'@esbuild/openbsd-x64@0.25.4':
-
optional: true
-
-
'@esbuild/openbsd-x64@0.25.5':
-
optional: true
-
-
'@esbuild/sunos-x64@0.25.4':
-
optional: true
-
-
'@esbuild/sunos-x64@0.25.5':
-
optional: true
-
-
'@esbuild/win32-arm64@0.25.4':
-
optional: true
-
-
'@esbuild/win32-arm64@0.25.5':
-
optional: true
-
-
'@esbuild/win32-ia32@0.25.4':
-
optional: true
-
-
'@esbuild/win32-ia32@0.25.5':
-
optional: true
-
-
'@esbuild/win32-x64@0.25.4':
-
optional: true
-
-
'@esbuild/win32-x64@0.25.5':
-
optional: true
-
-
'@fastify/busboy@3.1.1': {}
-
'@iconify-json/ant-design@1.2.5':
dependencies:
'@iconify/types': 2.0.0
···
dependencies:
'@iconify/types': 2.0.0
-
'@iconify/collections@1.0.552':
+
'@iconify/collections@1.0.590':
dependencies:
'@iconify/types': 2.0.0
···
debug: 4.4.1
globals: 15.15.0
kolorist: 1.8.0
-
local-pkg: 1.1.1
-
mlly: 1.7.4
+
local-pkg: 1.1.2
+
mlly: 1.8.0
transitivePeerDependencies:
- supports-color
-
'@iconify/vue@4.3.0(vue@3.5.20(typescript@5.9.2))':
+
'@iconify/vue@4.3.0(vue@3.5.21(typescript@5.9.2))':
dependencies:
'@iconify/types': 2.0.0
-
vue: 3.5.20(typescript@5.9.2)
+
vue: 3.5.21(typescript@5.9.2)
+
+
'@ioredis/commands@1.3.1': {}
+
+
'@isaacs/balanced-match@4.0.1': {}
-
'@ioredis/commands@1.2.0': {}
+
'@isaacs/brace-expansion@5.0.0':
+
dependencies:
+
'@isaacs/balanced-match': 4.0.1
'@isaacs/cliui@8.0.2':
dependencies:
···
dependencies:
minipass: 7.1.2
-
'@jridgewell/gen-mapping@0.3.8':
+
'@jridgewell/gen-mapping@0.3.13':
dependencies:
-
'@jridgewell/set-array': 1.2.1
-
'@jridgewell/sourcemap-codec': 1.5.0
-
'@jridgewell/trace-mapping': 0.3.25
+
'@jridgewell/sourcemap-codec': 1.5.5
+
'@jridgewell/trace-mapping': 0.3.30
+
+
'@jridgewell/remapping@2.3.5':
+
dependencies:
+
'@jridgewell/gen-mapping': 0.3.13
+
'@jridgewell/trace-mapping': 0.3.30
'@jridgewell/resolve-uri@3.1.2': {}
-
'@jridgewell/set-array@1.2.1': {}
-
-
'@jridgewell/source-map@0.3.6':
+
'@jridgewell/source-map@0.3.11':
dependencies:
-
'@jridgewell/gen-mapping': 0.3.8
-
'@jridgewell/trace-mapping': 0.3.25
+
'@jridgewell/gen-mapping': 0.3.13
+
'@jridgewell/trace-mapping': 0.3.30
-
'@jridgewell/sourcemap-codec@1.5.0': {}
+
'@jridgewell/sourcemap-codec@1.5.5': {}
-
'@jridgewell/trace-mapping@0.3.25':
+
'@jridgewell/trace-mapping@0.3.30':
dependencies:
'@jridgewell/resolve-uri': 3.1.2
-
'@jridgewell/sourcemap-codec': 1.5.0
+
'@jridgewell/sourcemap-codec': 1.5.5
+
+
'@jsdevtools/ono@7.1.3': {}
'@koa/router@12.0.2':
dependencies:
···
- encoding
- supports-color
-
'@napi-rs/wasm-runtime@0.2.10':
+
'@napi-rs/wasm-runtime@1.0.3':
dependencies:
-
'@emnapi/core': 1.4.3
-
'@emnapi/runtime': 1.4.3
-
'@tybys/wasm-util': 0.9.0
+
'@emnapi/core': 1.5.0
+
'@emnapi/runtime': 1.5.0
+
'@tybys/wasm-util': 0.10.0
optional: true
-
'@netlify/binary-info@1.0.0': {}
-
-
'@netlify/blobs@9.1.2':
-
dependencies:
-
'@netlify/dev-utils': 2.2.0
-
'@netlify/runtime-utils': 1.3.1
-
-
'@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
-
-
'@netlify/functions@3.1.10(rollup@4.41.1)':
-
dependencies:
-
'@netlify/blobs': 9.1.2
-
'@netlify/dev-utils': 2.2.0
-
'@netlify/serverless-functions-api': 1.41.2
-
'@netlify/zip-it-and-ship-it': 12.1.0(rollup@4.41.1)
-
cron-parser: 4.9.0
-
decache: 4.6.2
-
extract-zip: 2.0.1
-
is-stream: 4.0.1
-
jwt-decode: 4.0.0
-
lambda-local: 2.2.0
-
read-package-up: 11.0.0
-
source-map-support: 0.5.21
-
transitivePeerDependencies:
-
- encoding
-
- rollup
-
- supports-color
-
-
'@netlify/open-api@2.37.0': {}
-
-
'@netlify/runtime-utils@1.3.1': {}
-
-
'@netlify/serverless-functions-api@1.41.2': {}
-
-
'@netlify/zip-it-and-ship-it@12.1.0(rollup@4.41.1)':
-
dependencies:
-
'@babel/parser': 7.27.3
-
'@babel/types': 7.27.1
-
'@netlify/binary-info': 1.0.0
-
'@netlify/serverless-functions-api': 1.41.2
-
'@vercel/nft': 0.29.3(rollup@4.41.1)
-
archiver: 7.0.1
-
common-path-prefix: 3.0.0
-
copy-file: 11.0.0
-
es-module-lexer: 1.7.0
-
esbuild: 0.25.4
-
execa: 8.0.1
-
fast-glob: 3.3.3
-
filter-obj: 6.1.0
-
find-up: 7.0.0
-
glob: 8.1.0
-
is-builtin-module: 3.2.1
-
is-path-inside: 4.0.0
-
junk: 4.0.1
-
locate-path: 7.2.0
-
merge-options: 3.0.4
-
minimatch: 9.0.5
-
normalize-path: 3.0.0
-
p-map: 7.0.3
-
path-exists: 5.0.0
-
precinct: 12.2.0
-
require-package-name: 2.0.1
-
resolve: 2.0.0-next.5
-
semver: 7.7.2
-
tmp-promise: 3.0.3
-
toml: 3.0.0
-
unixify: 1.0.0
-
urlpattern-polyfill: 8.0.2
-
yargs: 17.7.2
-
zod: 3.25.32
-
transitivePeerDependencies:
-
- encoding
-
- rollup
-
- supports-color
-
'@nodelib/fs.scandir@2.1.5':
dependencies:
'@nodelib/fs.stat': 2.0.5
···
'@nodelib/fs.scandir': 2.1.5
fastq: 1.19.1
-
'@nuxt/cli@3.25.1(magicast@0.3.5)':
+
'@nuxt/cli@3.28.0(magicast@0.3.5)':
dependencies:
-
c12: 3.0.4(magicast@0.3.5)
-
chokidar: 4.0.3
+
c12: 3.2.0(magicast@0.3.5)
citty: 0.1.6
clipboardy: 4.0.0
+
confbox: 0.2.2
consola: 3.4.2
defu: 6.1.4
+
exsolve: 1.0.7
fuse.js: 7.1.0
+
get-port-please: 3.2.0
giget: 2.0.0
-
h3: 1.15.3
+
h3: 1.15.4
httpxy: 0.1.7
-
jiti: 2.4.2
+
jiti: 2.5.1
listhen: 1.9.0
-
nypm: 0.6.0
+
nypm: 0.6.1
ofetch: 1.4.1
ohash: 2.0.11
pathe: 2.0.3
perfect-debounce: 1.0.0
-
pkg-types: 2.1.0
+
pkg-types: 2.3.0
scule: 1.3.0
semver: 7.7.2
std-env: 3.9.0
tinyexec: 1.0.1
ufo: 1.6.1
-
youch: 4.1.0-beta.8
+
youch: 4.1.0-beta.11
transitivePeerDependencies:
- magicast
-
'@nuxt/content@3.3.0(magicast@0.3.5)(typescript@5.9.2)':
+
'@nuxt/content@3.6.3(better-sqlite3@11.10.0)(magicast@0.3.5)':
dependencies:
-
'@nuxt/kit': 3.17.4(magicast@0.3.5)
-
'@nuxtjs/mdc': 0.15.0(magicast@0.3.5)
-
'@shikijs/langs': 3.4.2
-
'@sqlite.org/sqlite-wasm': 3.49.1-build2
+
'@nuxt/kit': 3.19.0(magicast@0.3.5)
+
'@nuxtjs/mdc': 0.17.0(magicast@0.3.5)
+
'@shikijs/langs': 3.12.2
+
'@sqlite.org/sqlite-wasm': 3.50.1-build1
'@webcontainer/env': 1.1.1
-
better-sqlite3: 11.10.0
-
c12: 2.0.4(magicast@0.3.5)
+
c12: 3.2.0(magicast@0.3.5)
chokidar: 4.0.3
consola: 3.4.2
db0: 0.3.2(better-sqlite3@11.10.0)
defu: 6.1.4
destr: 2.0.5
-
fast-glob: 3.3.3
git-url-parse: 16.1.0
-
jiti: 2.4.2
+
jiti: 2.5.1
+
json-schema-to-typescript: 15.0.4
knitwork: 1.2.0
listhen: 1.9.0
mdast-util-to-hast: 13.2.0
···
micromark-util-resolve-all: 2.0.1
micromark-util-sanitize-uri: 2.0.1
micromatch: 4.0.8
-
minimatch: 10.0.1
-
nuxt-component-meta: 0.10.1(magicast@0.3.5)
-
ohash: 1.1.6
-
parse-git-config: 3.0.0
+
minimark: 0.2.0
+
minimatch: 10.0.3
+
nuxt-component-meta: 0.12.2(magicast@0.3.5)
+
nypm: 0.6.1
+
ohash: 2.0.11
pathe: 2.0.3
-
pkg-types: 1.3.1
+
pkg-types: 2.3.0
remark-mdc: 3.6.0
scule: 1.3.0
-
shiki: 3.4.2
+
shiki: 3.12.2
slugify: 1.6.6
socket.io-client: 4.8.1
tar: 7.4.3
+
tinyglobby: 0.2.14
ufo: 1.6.1
unified: 11.0.5
unist-util-stringify-position: 4.0.0
unist-util-visit: 5.0.0
-
ws: 8.18.2
-
zod: 3.25.32
-
zod-to-json-schema: 3.24.5(zod@3.25.32)
-
zod-to-ts: 1.2.0(typescript@5.9.2)(zod@3.25.32)
+
ws: 8.18.3
+
zod: 3.25.76
+
zod-to-json-schema: 3.24.6(zod@3.25.76)
+
optionalDependencies:
+
better-sqlite3: 11.10.0
transitivePeerDependencies:
- bufferutil
- drizzle-orm
- magicast
- mysql2
- supports-color
-
- typescript
- utf-8-validate
'@nuxt/devalue@2.0.2': {}
-
'@nuxt/devtools-kit@2.4.1(magicast@0.3.5)(vite@6.3.5(@types/node@22.15.23)(jiti@2.4.2)(terser@5.40.0)(yaml@2.8.0))':
+
'@nuxt/devtools-kit@2.6.3(magicast@0.3.5)(vite@7.1.4(@types/node@24.3.0)(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1))':
dependencies:
-
'@nuxt/kit': 3.17.4(magicast@0.3.5)
-
'@nuxt/schema': 3.17.4
+
'@nuxt/kit': 3.19.0(magicast@0.3.5)
execa: 8.0.1
-
vite: 6.3.5(@types/node@22.15.23)(jiti@2.4.2)(terser@5.40.0)(yaml@2.8.0)
+
vite: 7.1.4(@types/node@24.3.0)(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1)
transitivePeerDependencies:
- magicast
-
'@nuxt/devtools-wizard@2.4.1':
+
'@nuxt/devtools-wizard@2.6.3':
dependencies:
consola: 3.4.2
-
diff: 7.0.0
+
diff: 8.0.2
execa: 8.0.1
magicast: 0.3.5
pathe: 2.0.3
-
pkg-types: 2.1.0
+
pkg-types: 2.3.0
prompts: 2.4.2
semver: 7.7.2
-
'@nuxt/devtools@2.4.1(vite@6.3.5(@types/node@22.15.23)(jiti@2.4.2)(terser@5.40.0)(yaml@2.8.0))(vue@3.5.20(typescript@5.9.2))':
+
'@nuxt/devtools@2.6.3(vite@7.1.4(@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))':
dependencies:
-
'@nuxt/devtools-kit': 2.4.1(magicast@0.3.5)(vite@6.3.5(@types/node@22.15.23)(jiti@2.4.2)(terser@5.40.0)(yaml@2.8.0))
-
'@nuxt/devtools-wizard': 2.4.1
-
'@nuxt/kit': 3.17.4(magicast@0.3.5)
-
'@vue/devtools-core': 7.7.6(vite@6.3.5(@types/node@22.15.23)(jiti@2.4.2)(terser@5.40.0)(yaml@2.8.0))(vue@3.5.20(typescript@5.9.2))
-
'@vue/devtools-kit': 7.7.6
-
birpc: 2.3.0
+
'@nuxt/devtools-kit': 2.6.3(magicast@0.3.5)(vite@7.1.4(@types/node@24.3.0)(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1))
+
'@nuxt/devtools-wizard': 2.6.3
+
'@nuxt/kit': 3.19.0(magicast@0.3.5)
+
'@vue/devtools-core': 7.7.7(vite@7.1.4(@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-kit': 7.7.7
+
birpc: 2.5.0
consola: 3.4.2
destr: 2.0.5
error-stack-parser-es: 1.0.5
execa: 8.0.1
-
fast-npm-meta: 0.4.3
-
get-port-please: 3.1.2
+
fast-npm-meta: 0.4.6
+
get-port-please: 3.2.0
hookable: 5.5.3
image-meta: 0.2.1
is-installed-globally: 1.0.0
-
launch-editor: 2.10.0
-
local-pkg: 1.1.1
+
launch-editor: 2.11.1
+
local-pkg: 1.1.2
magicast: 0.3.5
-
nypm: 0.6.0
+
nypm: 0.6.1
ohash: 2.0.11
pathe: 2.0.3
perfect-debounce: 1.0.0
-
pkg-types: 2.1.0
+
pkg-types: 2.3.0
semver: 7.7.2
-
simple-git: 3.27.0
+
simple-git: 3.28.0
sirv: 3.0.1
structured-clone-es: 1.0.0
-
tinyglobby: 0.2.13
-
vite: 6.3.5(@types/node@22.15.23)(jiti@2.4.2)(terser@5.40.0)(yaml@2.8.0)
-
vite-plugin-inspect: 11.1.0(@nuxt/kit@3.17.4(magicast@0.3.5))(vite@6.3.5(@types/node@22.15.23)(jiti@2.4.2)(terser@5.40.0)(yaml@2.8.0))
-
vite-plugin-vue-tracer: 0.1.3(vite@6.3.5(@types/node@22.15.23)(jiti@2.4.2)(terser@5.40.0)(yaml@2.8.0))(vue@3.5.20(typescript@5.9.2))
+
tinyglobby: 0.2.14
+
vite: 7.1.4(@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.0(magicast@0.3.5))(vite@7.1.4(@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.4(@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))
which: 5.0.0
-
ws: 8.18.2
+
ws: 8.18.3
transitivePeerDependencies:
- bufferutil
- supports-color
- utf-8-validate
- vue
-
'@nuxt/icon@1.11.0(magicast@0.3.5)(vite@6.3.5(@types/node@22.15.23)(jiti@2.4.2)(terser@5.40.0)(yaml@2.8.0))(vue@3.5.20(typescript@5.9.2))':
+
'@nuxt/icon@1.11.0(magicast@0.3.5)(vite@7.1.4(@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))':
dependencies:
-
'@iconify/collections': 1.0.552
+
'@iconify/collections': 1.0.590
'@iconify/types': 2.0.0
'@iconify/utils': 2.3.0
-
'@iconify/vue': 4.3.0(vue@3.5.20(typescript@5.9.2))
-
'@nuxt/devtools-kit': 2.4.1(magicast@0.3.5)(vite@6.3.5(@types/node@22.15.23)(jiti@2.4.2)(terser@5.40.0)(yaml@2.8.0))
-
'@nuxt/kit': 3.17.4(magicast@0.3.5)
+
'@iconify/vue': 4.3.0(vue@3.5.21(typescript@5.9.2))
+
'@nuxt/devtools-kit': 2.6.3(magicast@0.3.5)(vite@7.1.4(@types/node@24.3.0)(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1))
+
'@nuxt/kit': 3.19.0(magicast@0.3.5)
consola: 3.4.2
-
local-pkg: 1.1.1
-
mlly: 1.7.4
+
local-pkg: 1.1.2
+
mlly: 1.8.0
ohash: 2.0.11
pathe: 2.0.3
-
picomatch: 4.0.2
+
picomatch: 4.0.3
std-env: 3.9.0
tinyglobby: 0.2.14
transitivePeerDependencies:
···
- vite
- vue
-
'@nuxt/kit@3.17.4(magicast@0.3.5)':
+
'@nuxt/kit@3.19.0(magicast@0.3.5)':
dependencies:
-
c12: 3.0.4(magicast@0.3.5)
+
c12: 3.2.0(magicast@0.3.5)
consola: 3.4.2
defu: 6.1.4
destr: 2.0.5
errx: 0.1.0
-
exsolve: 1.0.5
-
ignore: 7.0.4
-
jiti: 2.4.2
+
exsolve: 1.0.7
+
ignore: 7.0.5
+
jiti: 2.5.1
klona: 2.0.6
knitwork: 1.2.0
-
mlly: 1.7.4
+
mlly: 1.8.0
ohash: 2.0.11
pathe: 2.0.3
-
pkg-types: 2.1.0
+
pkg-types: 2.3.0
+
rc9: 2.1.2
scule: 1.3.0
semver: 7.7.2
std-env: 3.9.0
tinyglobby: 0.2.14
ufo: 1.6.1
unctx: 2.4.1
-
unimport: 5.0.1
+
unimport: 5.2.0
untyped: 2.0.0
transitivePeerDependencies:
- magicast
-
'@nuxt/schema@3.17.4':
+
'@nuxt/kit@4.1.0(magicast@0.3.5)':
dependencies:
-
'@vue/shared': 3.5.15
+
c12: 3.2.0(magicast@0.3.5)
consola: 3.4.2
defu: 6.1.4
+
destr: 2.0.5
+
errx: 0.1.0
+
exsolve: 1.0.7
+
ignore: 7.0.5
+
jiti: 2.5.1
+
klona: 2.0.6
+
mlly: 1.8.0
+
ohash: 2.0.11
pathe: 2.0.3
+
pkg-types: 2.3.0
+
rc9: 2.1.2
+
scule: 1.3.0
+
semver: 7.7.2
std-env: 3.9.0
+
tinyglobby: 0.2.14
+
ufo: 1.6.1
+
unctx: 2.4.1
+
unimport: 5.2.0
+
untyped: 2.0.0
+
transitivePeerDependencies:
+
- magicast
+
+
'@nuxt/schema@3.19.0':
+
dependencies:
+
'@vue/shared': 3.5.21
+
consola: 3.4.2
+
defu: 6.1.4
+
pathe: 2.0.3
+
std-env: 3.9.0
+
ufo: 1.6.1
'@nuxt/telemetry@2.6.6(magicast@0.3.5)':
dependencies:
-
'@nuxt/kit': 3.17.4(magicast@0.3.5)
+
'@nuxt/kit': 3.19.0(magicast@0.3.5)
citty: 0.1.6
consola: 3.4.2
destr: 2.0.5
-
dotenv: 16.5.0
+
dotenv: 16.6.1
git-url-parse: 16.1.0
is-docker: 3.0.0
ofetch: 1.4.1
···
transitivePeerDependencies:
- magicast
-
'@nuxt/vite-builder@3.17.4(@biomejs/biome@1.9.4)(@types/node@22.15.23)(magicast@0.3.5)(rollup@4.41.1)(terser@5.40.0)(typescript@5.9.2)(vue-tsc@2.2.2(typescript@5.9.2))(vue@3.5.20(typescript@5.9.2))(yaml@2.8.0)':
+
'@nuxt/vite-builder@3.19.0(@biomejs/biome@1.9.4)(@types/node@24.3.0)(magicast@0.3.5)(rollup@4.50.0)(terser@5.44.0)(typescript@5.9.2)(vue-tsc@2.2.2(typescript@5.9.2))(vue@3.5.21(typescript@5.9.2))(yaml@2.8.1)':
dependencies:
-
'@nuxt/kit': 3.17.4(magicast@0.3.5)
-
'@rollup/plugin-replace': 6.0.2(rollup@4.41.1)
-
'@vitejs/plugin-vue': 5.2.4(vite@6.3.5(@types/node@22.15.23)(jiti@2.4.2)(terser@5.40.0)(yaml@2.8.0))(vue@3.5.20(typescript@5.9.2))
-
'@vitejs/plugin-vue-jsx': 4.2.0(vite@6.3.5(@types/node@22.15.23)(jiti@2.4.2)(terser@5.40.0)(yaml@2.8.0))(vue@3.5.20(typescript@5.9.2))
-
autoprefixer: 10.4.21(postcss@8.5.3)
+
'@nuxt/kit': 3.19.0(magicast@0.3.5)
+
'@rollup/plugin-replace': 6.0.2(rollup@4.50.0)
+
'@vitejs/plugin-vue': 6.0.1(vite@7.1.4(@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.4(@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))
+
autoprefixer: 10.4.21(postcss@8.5.6)
consola: 3.4.2
-
cssnano: 7.0.7(postcss@8.5.3)
+
cssnano: 7.1.1(postcss@8.5.6)
defu: 6.1.4
-
esbuild: 0.25.5
+
esbuild: 0.25.9
escape-string-regexp: 5.0.0
-
exsolve: 1.0.5
+
exsolve: 1.0.7
externality: 1.0.2
-
get-port-please: 3.1.2
-
h3: 1.15.3
-
jiti: 2.4.2
+
get-port-please: 3.2.0
+
h3: 1.15.4
+
jiti: 2.5.1
knitwork: 1.2.0
-
magic-string: 0.30.17
-
mlly: 1.7.4
+
magic-string: 0.30.18
+
mlly: 1.8.0
mocked-exports: 0.1.1
ohash: 2.0.11
pathe: 2.0.3
-
perfect-debounce: 1.0.0
-
pkg-types: 2.1.0
-
postcss: 8.5.3
-
rollup-plugin-visualizer: 5.14.0(rollup@4.41.1)
+
perfect-debounce: 2.0.0
+
pkg-types: 2.3.0
+
postcss: 8.5.6
+
rollup-plugin-visualizer: 6.0.3(rollup@4.50.0)
std-env: 3.9.0
ufo: 1.6.1
-
unenv: 2.0.0-rc.17
-
unplugin: 2.3.5
-
vite: 6.3.5(@types/node@22.15.23)(jiti@2.4.2)(terser@5.40.0)(yaml@2.8.0)
-
vite-node: 3.1.4(@types/node@22.15.23)(jiti@2.4.2)(terser@5.40.0)(yaml@2.8.0)
-
vite-plugin-checker: 0.9.3(@biomejs/biome@1.9.4)(typescript@5.9.2)(vite@6.3.5(@types/node@22.15.23)(jiti@2.4.2)(terser@5.40.0)(yaml@2.8.0))(vue-tsc@2.2.2(typescript@5.9.2))
-
vue: 3.5.20(typescript@5.9.2)
-
vue-bundle-renderer: 2.1.1
+
unenv: 2.0.0-rc.20
+
vite: 7.1.4(@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(@biomejs/biome@1.9.4)(typescript@5.9.2)(vite@7.1.4(@types/node@24.3.0)(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1))(vue-tsc@2.2.2(typescript@5.9.2))
+
vue: 3.5.21(typescript@5.9.2)
+
vue-bundle-renderer: 2.1.2
transitivePeerDependencies:
- '@biomejs/biome'
- '@types/node'
···
- vue-tsc
- yaml
-
'@nuxtjs/mdc@0.15.0(magicast@0.3.5)':
+
'@nuxtjs/mdc@0.17.0(magicast@0.3.5)':
dependencies:
-
'@nuxt/kit': 3.17.4(magicast@0.3.5)
-
'@shikijs/transformers': 3.4.2
+
'@nuxt/kit': 3.19.0(magicast@0.3.5)
+
'@shikijs/langs': 3.12.2
+
'@shikijs/themes': 3.12.2
+
'@shikijs/transformers': 3.12.2
'@types/hast': 3.0.4
'@types/mdast': 4.0.4
-
'@vue/compiler-core': 3.5.15
+
'@vue/compiler-core': 3.5.21
consola: 3.4.2
debug: 4.4.0
defu: 6.1.4
···
hast-util-to-string: 3.0.1
mdast-util-to-hast: 13.2.0
micromark-util-sanitize-uri: 2.0.1
-
ohash: 1.1.6
parse5: 7.3.0
pathe: 2.0.3
-
property-information: 6.5.0
+
property-information: 7.1.0
rehype-external-links: 3.0.0
rehype-minify-whitespace: 6.0.2
rehype-raw: 7.0.0
···
rehype-slug: 6.0.0
rehype-sort-attribute-values: 5.0.1
rehype-sort-attributes: 5.0.1
-
remark-emoji: 5.0.1
+
remark-emoji: 5.0.2
remark-gfm: 4.0.1
remark-mdc: 3.6.0
remark-parse: 11.0.0
remark-rehype: 11.1.2
remark-stringify: 11.0.0
scule: 1.3.0
-
shiki: 3.4.2
+
shiki: 3.12.2
ufo: 1.6.1
unified: 11.0.5
unist-builder: 4.0.0
unist-util-visit: 5.0.0
-
unwasm: 0.3.9
+
unwasm: 0.3.11
vfile: 6.0.3
transitivePeerDependencies:
- magicast
···
'@nuxtjs/tailwindcss@6.14.0(magicast@0.3.5)':
dependencies:
-
'@nuxt/kit': 3.17.4(magicast@0.3.5)
-
autoprefixer: 10.4.21(postcss@8.5.3)
-
c12: 3.0.4(magicast@0.3.5)
+
'@nuxt/kit': 3.19.0(magicast@0.3.5)
+
autoprefixer: 10.4.21(postcss@8.5.6)
+
c12: 3.2.0(magicast@0.3.5)
consola: 3.4.2
defu: 6.1.4
-
h3: 1.15.3
+
h3: 1.15.4
klona: 2.0.6
ohash: 2.0.11
pathe: 2.0.3
-
pkg-types: 2.1.0
-
postcss: 8.5.3
-
postcss-nesting: 13.0.1(postcss@8.5.3)
+
pkg-types: 2.3.0
+
postcss: 8.5.6
+
postcss-nesting: 13.0.2(postcss@8.5.6)
tailwind-config-viewer: 2.0.4(tailwindcss@3.4.17)
tailwindcss: 3.4.17
ufo: 1.6.1
···
- supports-color
- ts-node
-
'@oxc-parser/binding-darwin-arm64@0.71.0':
+
'@oxc-minify/binding-android-arm64@0.86.0':
+
optional: true
+
+
'@oxc-minify/binding-darwin-arm64@0.86.0':
+
optional: true
+
+
'@oxc-minify/binding-darwin-x64@0.86.0':
+
optional: true
+
+
'@oxc-minify/binding-freebsd-x64@0.86.0':
+
optional: true
+
+
'@oxc-minify/binding-linux-arm-gnueabihf@0.86.0':
+
optional: true
+
+
'@oxc-minify/binding-linux-arm-musleabihf@0.86.0':
+
optional: true
+
+
'@oxc-minify/binding-linux-arm64-gnu@0.86.0':
+
optional: true
+
+
'@oxc-minify/binding-linux-arm64-musl@0.86.0':
+
optional: true
+
+
'@oxc-minify/binding-linux-riscv64-gnu@0.86.0':
+
optional: true
+
+
'@oxc-minify/binding-linux-s390x-gnu@0.86.0':
optional: true
-
'@oxc-parser/binding-darwin-x64@0.71.0':
+
'@oxc-minify/binding-linux-x64-gnu@0.86.0':
optional: true
-
'@oxc-parser/binding-freebsd-x64@0.71.0':
+
'@oxc-minify/binding-linux-x64-musl@0.86.0':
optional: true
-
'@oxc-parser/binding-linux-arm-gnueabihf@0.71.0':
+
'@oxc-minify/binding-wasm32-wasi@0.86.0':
+
dependencies:
+
'@napi-rs/wasm-runtime': 1.0.3
optional: true
-
'@oxc-parser/binding-linux-arm-musleabihf@0.71.0':
+
'@oxc-minify/binding-win32-arm64-msvc@0.86.0':
optional: true
-
'@oxc-parser/binding-linux-arm64-gnu@0.71.0':
+
'@oxc-minify/binding-win32-x64-msvc@0.86.0':
optional: true
-
'@oxc-parser/binding-linux-arm64-musl@0.71.0':
+
'@oxc-parser/binding-android-arm64@0.86.0':
optional: true
-
'@oxc-parser/binding-linux-riscv64-gnu@0.71.0':
+
'@oxc-parser/binding-darwin-arm64@0.86.0':
optional: true
-
'@oxc-parser/binding-linux-s390x-gnu@0.71.0':
+
'@oxc-parser/binding-darwin-x64@0.86.0':
+
optional: true
+
+
'@oxc-parser/binding-freebsd-x64@0.86.0':
+
optional: true
+
+
'@oxc-parser/binding-linux-arm-gnueabihf@0.86.0':
+
optional: true
+
+
'@oxc-parser/binding-linux-arm-musleabihf@0.86.0':
+
optional: true
+
+
'@oxc-parser/binding-linux-arm64-gnu@0.86.0':
+
optional: true
+
+
'@oxc-parser/binding-linux-arm64-musl@0.86.0':
+
optional: true
+
+
'@oxc-parser/binding-linux-riscv64-gnu@0.86.0':
+
optional: true
+
+
'@oxc-parser/binding-linux-s390x-gnu@0.86.0':
optional: true
-
'@oxc-parser/binding-linux-x64-gnu@0.71.0':
+
'@oxc-parser/binding-linux-x64-gnu@0.86.0':
optional: true
-
'@oxc-parser/binding-linux-x64-musl@0.71.0':
+
'@oxc-parser/binding-linux-x64-musl@0.86.0':
optional: true
-
'@oxc-parser/binding-wasm32-wasi@0.71.0':
+
'@oxc-parser/binding-wasm32-wasi@0.86.0':
dependencies:
-
'@napi-rs/wasm-runtime': 0.2.10
+
'@napi-rs/wasm-runtime': 1.0.3
+
optional: true
+
+
'@oxc-parser/binding-win32-arm64-msvc@0.86.0':
optional: true
-
'@oxc-parser/binding-win32-arm64-msvc@0.71.0':
+
'@oxc-parser/binding-win32-x64-msvc@0.86.0':
optional: true
-
'@oxc-parser/binding-win32-x64-msvc@0.71.0':
+
'@oxc-project/types@0.86.0': {}
+
+
'@oxc-transform/binding-android-arm64@0.86.0':
optional: true
-
'@oxc-project/types@0.71.0': {}
+
'@oxc-transform/binding-darwin-arm64@0.86.0':
+
optional: true
+
+
'@oxc-transform/binding-darwin-x64@0.86.0':
+
optional: true
+
+
'@oxc-transform/binding-freebsd-x64@0.86.0':
+
optional: true
+
+
'@oxc-transform/binding-linux-arm-gnueabihf@0.86.0':
+
optional: true
+
+
'@oxc-transform/binding-linux-arm-musleabihf@0.86.0':
+
optional: true
+
+
'@oxc-transform/binding-linux-arm64-gnu@0.86.0':
+
optional: true
+
+
'@oxc-transform/binding-linux-arm64-musl@0.86.0':
+
optional: true
+
+
'@oxc-transform/binding-linux-riscv64-gnu@0.86.0':
+
optional: true
+
+
'@oxc-transform/binding-linux-s390x-gnu@0.86.0':
+
optional: true
+
+
'@oxc-transform/binding-linux-x64-gnu@0.86.0':
+
optional: true
+
+
'@oxc-transform/binding-linux-x64-musl@0.86.0':
+
optional: true
+
+
'@oxc-transform/binding-wasm32-wasi@0.86.0':
+
dependencies:
+
'@napi-rs/wasm-runtime': 1.0.3
+
optional: true
+
+
'@oxc-transform/binding-win32-arm64-msvc@0.86.0':
+
optional: true
+
+
'@oxc-transform/binding-win32-x64-msvc@0.86.0':
+
optional: true
'@parcel/watcher-android-arm64@2.5.1':
optional: true
···
'@polka/url@1.0.0-next.29': {}
-
'@poppinss/colors@4.1.4':
+
'@poppinss/colors@4.1.5':
dependencies:
kleur: 4.1.5
-
'@poppinss/dumper@0.6.3':
+
'@poppinss/dumper@0.6.4':
dependencies:
-
'@poppinss/colors': 4.1.4
-
'@sindresorhus/is': 7.0.1
-
supports-color: 10.0.0
+
'@poppinss/colors': 4.1.5
+
'@sindresorhus/is': 7.0.2
+
supports-color: 10.2.0
-
'@poppinss/exception@1.2.1': {}
+
'@poppinss/exception@1.2.2': {}
'@resvg/resvg-js-android-arm-eabi@2.6.2':
optional: true
···
'@resvg/resvg-wasm@2.6.2': {}
-
'@rolldown/pluginutils@1.0.0-beta.9': {}
+
'@rolldown/pluginutils@1.0.0-beta.29': {}
-
'@rollup/plugin-alias@5.1.1(rollup@4.41.1)':
+
'@rolldown/pluginutils@1.0.0-beta.34': {}
+
+
'@rollup/plugin-alias@5.1.1(rollup@4.50.0)':
optionalDependencies:
-
rollup: 4.41.1
+
rollup: 4.50.0
-
'@rollup/plugin-commonjs@28.0.3(rollup@4.41.1)':
+
'@rollup/plugin-commonjs@28.0.6(rollup@4.50.0)':
dependencies:
-
'@rollup/pluginutils': 5.1.4(rollup@4.41.1)
+
'@rollup/pluginutils': 5.2.0(rollup@4.50.0)
commondir: 1.0.1
estree-walker: 2.0.2
-
fdir: 6.4.5(picomatch@4.0.2)
+
fdir: 6.5.0(picomatch@4.0.3)
is-reference: 1.2.1
-
magic-string: 0.30.17
-
picomatch: 4.0.2
+
magic-string: 0.30.18
+
picomatch: 4.0.3
optionalDependencies:
-
rollup: 4.41.1
+
rollup: 4.50.0
-
'@rollup/plugin-inject@5.0.5(rollup@4.41.1)':
+
'@rollup/plugin-inject@5.0.5(rollup@4.50.0)':
dependencies:
-
'@rollup/pluginutils': 5.1.4(rollup@4.41.1)
+
'@rollup/pluginutils': 5.2.0(rollup@4.50.0)
estree-walker: 2.0.2
-
magic-string: 0.30.17
+
magic-string: 0.30.18
optionalDependencies:
-
rollup: 4.41.1
+
rollup: 4.50.0
-
'@rollup/plugin-json@6.1.0(rollup@4.41.1)':
+
'@rollup/plugin-json@6.1.0(rollup@4.50.0)':
dependencies:
-
'@rollup/pluginutils': 5.1.4(rollup@4.41.1)
+
'@rollup/pluginutils': 5.2.0(rollup@4.50.0)
optionalDependencies:
-
rollup: 4.41.1
+
rollup: 4.50.0
-
'@rollup/plugin-node-resolve@16.0.1(rollup@4.41.1)':
+
'@rollup/plugin-node-resolve@16.0.1(rollup@4.50.0)':
dependencies:
-
'@rollup/pluginutils': 5.1.4(rollup@4.41.1)
+
'@rollup/pluginutils': 5.2.0(rollup@4.50.0)
'@types/resolve': 1.20.2
deepmerge: 4.3.1
is-module: 1.0.0
resolve: 1.22.10
optionalDependencies:
-
rollup: 4.41.1
+
rollup: 4.50.0
-
'@rollup/plugin-replace@6.0.2(rollup@4.41.1)':
+
'@rollup/plugin-replace@6.0.2(rollup@4.50.0)':
dependencies:
-
'@rollup/pluginutils': 5.1.4(rollup@4.41.1)
-
magic-string: 0.30.17
+
'@rollup/pluginutils': 5.2.0(rollup@4.50.0)
+
magic-string: 0.30.18
optionalDependencies:
-
rollup: 4.41.1
+
rollup: 4.50.0
-
'@rollup/plugin-terser@0.4.4(rollup@4.41.1)':
+
'@rollup/plugin-terser@0.4.4(rollup@4.50.0)':
dependencies:
serialize-javascript: 6.0.2
smob: 1.5.0
-
terser: 5.40.0
+
terser: 5.44.0
optionalDependencies:
-
rollup: 4.41.1
+
rollup: 4.50.0
-
'@rollup/pluginutils@5.1.4(rollup@4.41.1)':
+
'@rollup/pluginutils@5.2.0(rollup@4.50.0)':
dependencies:
-
'@types/estree': 1.0.7
+
'@types/estree': 1.0.8
estree-walker: 2.0.2
-
picomatch: 4.0.2
+
picomatch: 4.0.3
optionalDependencies:
-
rollup: 4.41.1
+
rollup: 4.50.0
-
'@rollup/rollup-android-arm-eabi@4.41.1':
+
'@rollup/rollup-android-arm-eabi@4.50.0':
optional: true
-
'@rollup/rollup-android-arm64@4.41.1':
+
'@rollup/rollup-android-arm64@4.50.0':
optional: true
-
'@rollup/rollup-darwin-arm64@4.41.1':
+
'@rollup/rollup-darwin-arm64@4.50.0':
optional: true
-
'@rollup/rollup-darwin-x64@4.41.1':
+
'@rollup/rollup-darwin-x64@4.50.0':
optional: true
-
'@rollup/rollup-freebsd-arm64@4.41.1':
+
'@rollup/rollup-freebsd-arm64@4.50.0':
optional: true
-
'@rollup/rollup-freebsd-x64@4.41.1':
+
'@rollup/rollup-freebsd-x64@4.50.0':
optional: true
-
'@rollup/rollup-linux-arm-gnueabihf@4.41.1':
+
'@rollup/rollup-linux-arm-gnueabihf@4.50.0':
optional: true
-
'@rollup/rollup-linux-arm-musleabihf@4.41.1':
+
'@rollup/rollup-linux-arm-musleabihf@4.50.0':
+
optional: true
+
+
'@rollup/rollup-linux-arm64-gnu@4.50.0':
optional: true
-
'@rollup/rollup-linux-arm64-gnu@4.41.1':
+
'@rollup/rollup-linux-arm64-musl@4.50.0':
optional: true
-
'@rollup/rollup-linux-arm64-musl@4.41.1':
+
'@rollup/rollup-linux-loongarch64-gnu@4.50.0':
optional: true
-
'@rollup/rollup-linux-loongarch64-gnu@4.41.1':
+
'@rollup/rollup-linux-ppc64-gnu@4.50.0':
optional: true
-
'@rollup/rollup-linux-powerpc64le-gnu@4.41.1':
+
'@rollup/rollup-linux-riscv64-gnu@4.50.0':
optional: true
-
'@rollup/rollup-linux-riscv64-gnu@4.41.1':
+
'@rollup/rollup-linux-riscv64-musl@4.50.0':
optional: true
-
'@rollup/rollup-linux-riscv64-musl@4.41.1':
+
'@rollup/rollup-linux-s390x-gnu@4.50.0':
optional: true
-
'@rollup/rollup-linux-s390x-gnu@4.41.1':
+
'@rollup/rollup-linux-x64-gnu@4.50.0':
optional: true
-
'@rollup/rollup-linux-x64-gnu@4.41.1':
+
'@rollup/rollup-linux-x64-musl@4.50.0':
optional: true
-
'@rollup/rollup-linux-x64-musl@4.41.1':
+
'@rollup/rollup-openharmony-arm64@4.50.0':
optional: true
-
'@rollup/rollup-win32-arm64-msvc@4.41.1':
+
'@rollup/rollup-win32-arm64-msvc@4.50.0':
optional: true
-
'@rollup/rollup-win32-ia32-msvc@4.41.1':
+
'@rollup/rollup-win32-ia32-msvc@4.50.0':
optional: true
-
'@rollup/rollup-win32-x64-msvc@4.41.1':
+
'@rollup/rollup-win32-x64-msvc@4.50.0':
optional: true
'@sec-ant/readable-stream@0.4.1': {}
-
'@shikijs/core@3.4.2':
+
'@shikijs/core@3.12.2':
dependencies:
-
'@shikijs/types': 3.4.2
+
'@shikijs/types': 3.12.2
'@shikijs/vscode-textmate': 10.0.2
'@types/hast': 3.0.4
hast-util-to-html: 9.0.5
-
'@shikijs/engine-javascript@3.4.2':
+
'@shikijs/engine-javascript@3.12.2':
dependencies:
-
'@shikijs/types': 3.4.2
+
'@shikijs/types': 3.12.2
'@shikijs/vscode-textmate': 10.0.2
oniguruma-to-es: 4.3.3
-
'@shikijs/engine-oniguruma@3.4.2':
+
'@shikijs/engine-oniguruma@3.12.2':
dependencies:
-
'@shikijs/types': 3.4.2
+
'@shikijs/types': 3.12.2
'@shikijs/vscode-textmate': 10.0.2
-
'@shikijs/langs@3.4.2':
+
'@shikijs/langs@3.12.2':
dependencies:
-
'@shikijs/types': 3.4.2
+
'@shikijs/types': 3.12.2
-
'@shikijs/themes@3.4.2':
+
'@shikijs/themes@3.12.2':
dependencies:
-
'@shikijs/types': 3.4.2
+
'@shikijs/types': 3.12.2
-
'@shikijs/transformers@3.4.2':
+
'@shikijs/transformers@3.12.2':
dependencies:
-
'@shikijs/core': 3.4.2
-
'@shikijs/types': 3.4.2
+
'@shikijs/core': 3.12.2
+
'@shikijs/types': 3.12.2
-
'@shikijs/types@3.4.2':
+
'@shikijs/types@3.12.2':
dependencies:
'@shikijs/vscode-textmate': 10.0.2
'@types/hast': 3.0.4
···
'@sindresorhus/is@4.6.0': {}
-
'@sindresorhus/is@7.0.1': {}
+
'@sindresorhus/is@7.0.2': {}
'@sindresorhus/merge-streams@2.3.0': {}
···
'@speed-highlight/core@1.2.7': {}
-
'@sqlite.org/sqlite-wasm@3.49.1-build2': {}
+
'@sqlite.org/sqlite-wasm@3.50.1-build1': {}
'@tailwindcss/typography@0.5.16(tailwindcss@3.4.17)':
dependencies:
···
postcss-selector-parser: 6.0.10
tailwindcss: 3.4.17
-
'@trysound/sax@0.2.0': {}
-
-
'@tybys/wasm-util@0.9.0':
+
'@tybys/wasm-util@0.10.0':
dependencies:
tslib: 2.8.1
optional: true
···
dependencies:
'@types/ms': 2.1.0
-
'@types/estree@1.0.7': {}
+
'@types/estree@1.0.8': {}
'@types/hast@3.0.4':
dependencies:
'@types/unist': 3.0.3
+
'@types/json-schema@7.0.15': {}
+
+
'@types/lodash@4.17.20': {}
+
'@types/mdast@4.0.4':
dependencies:
'@types/unist': 3.0.3
'@types/ms@2.1.0': {}
-
'@types/node@22.15.23':
+
'@types/node@24.3.0':
dependencies:
-
undici-types: 6.21.0
-
-
'@types/normalize-package-data@2.4.4': {}
+
undici-types: 7.10.0
'@types/parse-path@7.1.0':
dependencies:
···
'@types/resolve@1.20.2': {}
-
'@types/triple-beam@1.3.5': {}
-
'@types/unist@2.0.11': {}
'@types/unist@3.0.3': {}
'@types/web-bluetooth@0.0.21': {}
-
'@types/yauzl@2.10.3':
-
dependencies:
-
'@types/node': 22.15.23
-
optional: true
-
-
'@typescript-eslint/project-service@8.33.0(typescript@5.9.2)':
-
dependencies:
-
'@typescript-eslint/tsconfig-utils': 8.33.0(typescript@5.9.2)
-
'@typescript-eslint/types': 8.33.0
-
debug: 4.4.1
-
transitivePeerDependencies:
-
- supports-color
-
- typescript
-
-
'@typescript-eslint/tsconfig-utils@8.33.0(typescript@5.9.2)':
-
dependencies:
-
typescript: 5.9.2
-
-
'@typescript-eslint/types@8.33.0': {}
-
-
'@typescript-eslint/typescript-estree@8.33.0(typescript@5.9.2)':
-
dependencies:
-
'@typescript-eslint/project-service': 8.33.0(typescript@5.9.2)
-
'@typescript-eslint/tsconfig-utils': 8.33.0(typescript@5.9.2)
-
'@typescript-eslint/types': 8.33.0
-
'@typescript-eslint/visitor-keys': 8.33.0
-
debug: 4.4.1
-
fast-glob: 3.3.3
-
is-glob: 4.0.3
-
minimatch: 9.0.5
-
semver: 7.7.2
-
ts-api-utils: 2.1.0(typescript@5.9.2)
-
typescript: 5.9.2
-
transitivePeerDependencies:
-
- supports-color
-
-
'@typescript-eslint/visitor-keys@8.33.0':
-
dependencies:
-
'@typescript-eslint/types': 8.33.0
-
eslint-visitor-keys: 4.2.0
-
'@ungap/structured-clone@1.3.0': {}
-
'@unhead/vue@2.0.14(vue@3.5.20(typescript@5.9.2))':
+
'@unhead/vue@2.0.14(vue@3.5.21(typescript@5.9.2))':
dependencies:
hookable: 5.5.3
unhead: 2.0.14
-
vue: 3.5.20(typescript@5.9.2)
+
vue: 3.5.21(typescript@5.9.2)
-
'@unocss/core@66.1.2': {}
+
'@unocss/core@66.5.0': {}
-
'@unocss/extractor-arbitrary-variants@66.1.2':
+
'@unocss/extractor-arbitrary-variants@66.5.0':
dependencies:
-
'@unocss/core': 66.1.2
+
'@unocss/core': 66.5.0
-
'@unocss/preset-mini@66.1.2':
+
'@unocss/preset-mini@66.5.0':
dependencies:
-
'@unocss/core': 66.1.2
-
'@unocss/extractor-arbitrary-variants': 66.1.2
-
'@unocss/rule-utils': 66.1.2
+
'@unocss/core': 66.5.0
+
'@unocss/extractor-arbitrary-variants': 66.5.0
+
'@unocss/rule-utils': 66.5.0
-
'@unocss/preset-wind3@66.1.2':
+
'@unocss/preset-wind3@66.5.0':
dependencies:
-
'@unocss/core': 66.1.2
-
'@unocss/preset-mini': 66.1.2
-
'@unocss/rule-utils': 66.1.2
+
'@unocss/core': 66.5.0
+
'@unocss/preset-mini': 66.5.0
+
'@unocss/rule-utils': 66.5.0
-
'@unocss/rule-utils@66.1.2':
+
'@unocss/rule-utils@66.5.0':
dependencies:
-
'@unocss/core': 66.1.2
-
magic-string: 0.30.17
+
'@unocss/core': 66.5.0
+
magic-string: 0.30.18
-
'@vercel/nft@0.29.3(rollup@4.41.1)':
+
'@vercel/nft@0.30.1(rollup@4.50.0)':
dependencies:
'@mapbox/node-pre-gyp': 2.0.0
-
'@rollup/pluginutils': 5.1.4(rollup@4.41.1)
-
acorn: 8.14.1
-
acorn-import-attributes: 1.9.5(acorn@8.14.1)
+
'@rollup/pluginutils': 5.2.0(rollup@4.50.0)
+
acorn: 8.15.0
+
acorn-import-attributes: 1.9.5(acorn@8.15.0)
async-sema: 3.1.1
bindings: 1.5.0
estree-walker: 2.0.2
glob: 10.4.5
graceful-fs: 4.2.11
node-gyp-build: 4.8.4
-
picomatch: 4.0.2
+
picomatch: 4.0.3
resolve-from: 5.0.0
transitivePeerDependencies:
- encoding
- rollup
- supports-color
-
'@vitejs/plugin-vue-jsx@4.2.0(vite@6.3.5(@types/node@22.15.23)(jiti@2.4.2)(terser@5.40.0)(yaml@2.8.0))(vue@3.5.20(typescript@5.9.2))':
+
'@vitejs/plugin-vue-jsx@5.1.1(vite@7.1.4(@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))':
dependencies:
-
'@babel/core': 7.27.3
-
'@babel/plugin-transform-typescript': 7.27.1(@babel/core@7.27.3)
-
'@rolldown/pluginutils': 1.0.0-beta.9
-
'@vue/babel-plugin-jsx': 1.4.0(@babel/core@7.27.3)
-
vite: 6.3.5(@types/node@22.15.23)(jiti@2.4.2)(terser@5.40.0)(yaml@2.8.0)
-
vue: 3.5.20(typescript@5.9.2)
+
'@babel/core': 7.28.3
+
'@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.28.3)
+
'@babel/plugin-transform-typescript': 7.28.0(@babel/core@7.28.3)
+
'@rolldown/pluginutils': 1.0.0-beta.34
+
'@vue/babel-plugin-jsx': 1.5.0(@babel/core@7.28.3)
+
vite: 7.1.4(@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)
transitivePeerDependencies:
- supports-color
-
'@vitejs/plugin-vue@5.2.4(vite@6.3.5(@types/node@22.15.23)(jiti@2.4.2)(terser@5.40.0)(yaml@2.8.0))(vue@3.5.20(typescript@5.9.2))':
+
'@vitejs/plugin-vue@6.0.1(vite@7.1.4(@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))':
dependencies:
-
vite: 6.3.5(@types/node@22.15.23)(jiti@2.4.2)(terser@5.40.0)(yaml@2.8.0)
-
vue: 3.5.20(typescript@5.9.2)
+
'@rolldown/pluginutils': 1.0.0-beta.29
+
vite: 7.1.4(@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)
-
'@volar/language-core@2.4.14':
+
'@volar/language-core@2.4.23':
dependencies:
-
'@volar/source-map': 2.4.14
+
'@volar/source-map': 2.4.23
-
'@volar/source-map@2.4.14': {}
+
'@volar/source-map@2.4.23': {}
-
'@volar/typescript@2.4.14':
+
'@volar/typescript@2.4.23':
dependencies:
-
'@volar/language-core': 2.4.14
+
'@volar/language-core': 2.4.23
path-browserify: 1.0.1
vscode-uri: 3.1.0
-
'@vue-macros/common@1.16.1(vue@3.5.20(typescript@5.9.2))':
+
'@vue-macros/common@3.0.0-beta.16(vue@3.5.21(typescript@5.9.2))':
dependencies:
-
'@vue/compiler-sfc': 3.5.15
-
ast-kit: 1.4.3
-
local-pkg: 1.1.1
-
magic-string-ast: 0.7.1
-
pathe: 2.0.3
-
picomatch: 4.0.2
+
'@vue/compiler-sfc': 3.5.21
+
ast-kit: 2.1.2
+
local-pkg: 1.1.2
+
magic-string-ast: 1.0.2
+
unplugin-utils: 0.2.5
optionalDependencies:
-
vue: 3.5.20(typescript@5.9.2)
+
vue: 3.5.21(typescript@5.9.2)
-
'@vue/babel-helper-vue-transform-on@1.4.0': {}
+
'@vue/babel-helper-vue-transform-on@1.5.0': {}
-
'@vue/babel-plugin-jsx@1.4.0(@babel/core@7.27.3)':
+
'@vue/babel-plugin-jsx@1.5.0(@babel/core@7.28.3)':
dependencies:
'@babel/helper-module-imports': 7.27.1
'@babel/helper-plugin-utils': 7.27.1
-
'@babel/plugin-syntax-jsx': 7.27.1(@babel/core@7.27.3)
+
'@babel/plugin-syntax-jsx': 7.27.1(@babel/core@7.28.3)
'@babel/template': 7.27.2
-
'@babel/traverse': 7.27.3
-
'@babel/types': 7.27.3
-
'@vue/babel-helper-vue-transform-on': 1.4.0
-
'@vue/babel-plugin-resolve-type': 1.4.0(@babel/core@7.27.3)
-
'@vue/shared': 3.5.15
+
'@babel/traverse': 7.28.3
+
'@babel/types': 7.28.2
+
'@vue/babel-helper-vue-transform-on': 1.5.0
+
'@vue/babel-plugin-resolve-type': 1.5.0(@babel/core@7.28.3)
+
'@vue/shared': 3.5.21
optionalDependencies:
-
'@babel/core': 7.27.3
+
'@babel/core': 7.28.3
transitivePeerDependencies:
- supports-color
-
'@vue/babel-plugin-resolve-type@1.4.0(@babel/core@7.27.3)':
+
'@vue/babel-plugin-resolve-type@1.5.0(@babel/core@7.28.3)':
dependencies:
'@babel/code-frame': 7.27.1
-
'@babel/core': 7.27.3
+
'@babel/core': 7.28.3
'@babel/helper-module-imports': 7.27.1
'@babel/helper-plugin-utils': 7.27.1
-
'@babel/parser': 7.27.3
-
'@vue/compiler-sfc': 3.5.15
+
'@babel/parser': 7.28.3
+
'@vue/compiler-sfc': 3.5.21
transitivePeerDependencies:
- supports-color
-
'@vue/compiler-core@3.5.15':
-
dependencies:
-
'@babel/parser': 7.27.3
-
'@vue/shared': 3.5.15
-
entities: 4.5.0
-
estree-walker: 2.0.2
-
source-map-js: 1.2.1
-
-
'@vue/compiler-core@3.5.20':
+
'@vue/compiler-core@3.5.21':
dependencies:
'@babel/parser': 7.28.3
-
'@vue/shared': 3.5.20
+
'@vue/shared': 3.5.21
entities: 4.5.0
estree-walker: 2.0.2
source-map-js: 1.2.1
-
'@vue/compiler-dom@3.5.15':
-
dependencies:
-
'@vue/compiler-core': 3.5.15
-
'@vue/shared': 3.5.15
-
-
'@vue/compiler-dom@3.5.20':
+
'@vue/compiler-dom@3.5.21':
dependencies:
-
'@vue/compiler-core': 3.5.20
-
'@vue/shared': 3.5.20
+
'@vue/compiler-core': 3.5.21
+
'@vue/shared': 3.5.21
-
'@vue/compiler-sfc@3.5.15':
-
dependencies:
-
'@babel/parser': 7.27.3
-
'@vue/compiler-core': 3.5.15
-
'@vue/compiler-dom': 3.5.15
-
'@vue/compiler-ssr': 3.5.15
-
'@vue/shared': 3.5.15
-
estree-walker: 2.0.2
-
magic-string: 0.30.17
-
postcss: 8.5.3
-
source-map-js: 1.2.1
-
-
'@vue/compiler-sfc@3.5.20':
+
'@vue/compiler-sfc@3.5.21':
dependencies:
'@babel/parser': 7.28.3
-
'@vue/compiler-core': 3.5.20
-
'@vue/compiler-dom': 3.5.20
-
'@vue/compiler-ssr': 3.5.20
-
'@vue/shared': 3.5.20
+
'@vue/compiler-core': 3.5.21
+
'@vue/compiler-dom': 3.5.21
+
'@vue/compiler-ssr': 3.5.21
+
'@vue/shared': 3.5.21
estree-walker: 2.0.2
-
magic-string: 0.30.17
+
magic-string: 0.30.18
postcss: 8.5.6
source-map-js: 1.2.1
-
'@vue/compiler-ssr@3.5.15':
-
dependencies:
-
'@vue/compiler-dom': 3.5.15
-
'@vue/shared': 3.5.15
-
-
'@vue/compiler-ssr@3.5.20':
+
'@vue/compiler-ssr@3.5.21':
dependencies:
-
'@vue/compiler-dom': 3.5.20
-
'@vue/shared': 3.5.20
+
'@vue/compiler-dom': 3.5.21
+
'@vue/shared': 3.5.21
'@vue/compiler-vue2@2.7.16':
dependencies:
···
'@vue/devtools-api@6.6.4': {}
-
'@vue/devtools-core@7.7.6(vite@6.3.5(@types/node@22.15.23)(jiti@2.4.2)(terser@5.40.0)(yaml@2.8.0))(vue@3.5.20(typescript@5.9.2))':
+
'@vue/devtools-core@7.7.7(vite@7.1.4(@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))':
dependencies:
-
'@vue/devtools-kit': 7.7.6
-
'@vue/devtools-shared': 7.7.6
+
'@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.0.4(vite@6.3.5(@types/node@22.15.23)(jiti@2.4.2)(terser@5.40.0)(yaml@2.8.0))
-
vue: 3.5.20(typescript@5.9.2)
+
vite-hot-client: 2.1.0(vite@7.1.4(@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)
transitivePeerDependencies:
- vite
-
'@vue/devtools-kit@7.7.6':
+
'@vue/devtools-kit@7.7.7':
dependencies:
-
'@vue/devtools-shared': 7.7.6
-
birpc: 2.3.0
+
'@vue/devtools-shared': 7.7.7
+
birpc: 2.5.0
hookable: 5.5.3
mitt: 3.0.1
perfect-debounce: 1.0.0
speakingurl: 14.0.1
superjson: 2.2.2
-
'@vue/devtools-shared@7.7.6':
+
'@vue/devtools-shared@7.7.7':
dependencies:
rfdc: 1.4.1
-
'@vue/language-core@2.2.10(typescript@5.9.2)':
+
'@vue/language-core@2.2.2(typescript@5.9.2)':
dependencies:
-
'@volar/language-core': 2.4.14
-
'@vue/compiler-dom': 3.5.15
+
'@volar/language-core': 2.4.23
+
'@vue/compiler-dom': 3.5.21
'@vue/compiler-vue2': 2.7.16
-
'@vue/shared': 3.5.15
+
'@vue/shared': 3.5.21
alien-signals: 1.0.13
minimatch: 9.0.5
muggle-string: 0.4.1
···
optionalDependencies:
typescript: 5.9.2
-
'@vue/language-core@2.2.2(typescript@5.9.2)':
+
'@vue/language-core@3.0.6(typescript@5.9.2)':
dependencies:
-
'@volar/language-core': 2.4.14
-
'@vue/compiler-dom': 3.5.15
+
'@volar/language-core': 2.4.23
+
'@vue/compiler-dom': 3.5.21
'@vue/compiler-vue2': 2.7.16
-
'@vue/shared': 3.5.15
-
alien-signals: 1.0.13
-
minimatch: 9.0.5
+
'@vue/shared': 3.5.21
+
alien-signals: 2.0.7
muggle-string: 0.4.1
path-browserify: 1.0.1
+
picomatch: 4.0.3
optionalDependencies:
typescript: 5.9.2
-
'@vue/reactivity@3.5.20':
+
'@vue/reactivity@3.5.21':
dependencies:
-
'@vue/shared': 3.5.20
+
'@vue/shared': 3.5.21
-
'@vue/runtime-core@3.5.20':
+
'@vue/runtime-core@3.5.21':
dependencies:
-
'@vue/reactivity': 3.5.20
-
'@vue/shared': 3.5.20
+
'@vue/reactivity': 3.5.21
+
'@vue/shared': 3.5.21
-
'@vue/runtime-dom@3.5.20':
+
'@vue/runtime-dom@3.5.21':
dependencies:
-
'@vue/reactivity': 3.5.20
-
'@vue/runtime-core': 3.5.20
-
'@vue/shared': 3.5.20
+
'@vue/reactivity': 3.5.21
+
'@vue/runtime-core': 3.5.21
+
'@vue/shared': 3.5.21
csstype: 3.1.3
-
'@vue/server-renderer@3.5.20(vue@3.5.20(typescript@5.9.2))':
+
'@vue/server-renderer@3.5.21(vue@3.5.21(typescript@5.9.2))':
dependencies:
-
'@vue/compiler-ssr': 3.5.20
-
'@vue/shared': 3.5.20
-
vue: 3.5.20(typescript@5.9.2)
+
'@vue/compiler-ssr': 3.5.21
+
'@vue/shared': 3.5.21
+
vue: 3.5.21(typescript@5.9.2)
-
'@vue/shared@3.5.15': {}
-
-
'@vue/shared@3.5.20': {}
+
'@vue/shared@3.5.21': {}
-
'@vueuse/core@13.9.0(vue@3.5.20(typescript@5.9.2))':
+
'@vueuse/core@13.9.0(vue@3.5.21(typescript@5.9.2))':
dependencies:
'@types/web-bluetooth': 0.0.21
'@vueuse/metadata': 13.9.0
-
'@vueuse/shared': 13.9.0(vue@3.5.20(typescript@5.9.2))
-
vue: 3.5.20(typescript@5.9.2)
+
'@vueuse/shared': 13.9.0(vue@3.5.21(typescript@5.9.2))
+
vue: 3.5.21(typescript@5.9.2)
'@vueuse/metadata@13.9.0': {}
-
'@vueuse/shared@13.9.0(vue@3.5.20(typescript@5.9.2))':
+
'@vueuse/shared@13.9.0(vue@3.5.21(typescript@5.9.2))':
dependencies:
-
vue: 3.5.20(typescript@5.9.2)
+
vue: 3.5.21(typescript@5.9.2)
'@webcontainer/env@1.1.1': {}
-
'@whatwg-node/disposablestack@0.0.6':
-
dependencies:
-
'@whatwg-node/promise-helpers': 1.3.2
-
tslib: 2.8.1
-
-
'@whatwg-node/fetch@0.10.8':
-
dependencies:
-
'@whatwg-node/node-fetch': 0.7.21
-
urlpattern-polyfill: 10.1.0
-
-
'@whatwg-node/node-fetch@0.7.21':
-
dependencies:
-
'@fastify/busboy': 3.1.1
-
'@whatwg-node/disposablestack': 0.0.6
-
'@whatwg-node/promise-helpers': 1.3.2
-
tslib: 2.8.1
-
-
'@whatwg-node/promise-helpers@1.3.2':
-
dependencies:
-
tslib: 2.8.1
-
-
'@whatwg-node/server@0.9.71':
-
dependencies:
-
'@whatwg-node/disposablestack': 0.0.6
-
'@whatwg-node/fetch': 0.10.8
-
'@whatwg-node/promise-helpers': 1.3.2
-
tslib: 2.8.1
-
abbrev@3.0.1: {}
abort-controller@3.0.0:
···
mime-types: 2.1.35
negotiator: 0.6.3
-
acorn-import-attributes@1.9.5(acorn@8.14.1):
+
acorn-import-attributes@1.9.5(acorn@8.15.0):
dependencies:
-
acorn: 8.14.1
+
acorn: 8.15.0
-
acorn@8.14.1: {}
+
acorn@8.15.0: {}
-
agent-base@7.1.3: {}
+
agent-base@7.1.4: {}
alien-signals@1.0.13: {}
+
alien-signals@2.0.7: {}
+
ansi-regex@5.0.1: {}
-
ansi-regex@6.1.0: {}
+
ansi-regex@6.2.0: {}
ansi-styles@4.3.0:
dependencies:
···
ansi-styles@6.2.1: {}
-
ansis@3.17.0: {}
+
ansis@4.1.0: {}
any-promise@1.3.0: {}
···
arg@5.0.2: {}
-
ast-kit@1.4.3:
+
argparse@2.0.1: {}
+
+
ast-kit@2.1.2:
dependencies:
-
'@babel/parser': 7.27.3
+
'@babel/parser': 7.28.3
pathe: 2.0.3
-
ast-module-types@6.0.1: {}
-
-
ast-walker-scope@0.6.2:
+
ast-walker-scope@0.8.2:
dependencies:
-
'@babel/parser': 7.27.3
-
ast-kit: 1.4.3
+
'@babel/parser': 7.28.3
+
ast-kit: 2.1.2
async-sema@3.1.1: {}
···
at-least-node@1.0.0: {}
-
autoprefixer@10.4.21(postcss@8.5.3):
+
autoprefixer@10.4.21(postcss@8.5.6):
dependencies:
-
browserslist: 4.24.5
-
caniuse-lite: 1.0.30001718
+
browserslist: 4.25.4
+
caniuse-lite: 1.0.30001739
fraction.js: 4.3.7
normalize-range: 0.1.2
picocolors: 1.1.1
-
postcss: 8.5.3
+
postcss: 8.5.6
postcss-value-parser: 4.2.0
b4a@1.6.7: {}
···
balanced-match@1.0.2: {}
-
bare-events@2.5.4:
+
bare-events@2.6.1:
optional: true
base64-js@0.0.8: {}
···
dependencies:
bindings: 1.5.0
prebuild-install: 7.1.3
+
optional: true
binary-extensions@2.3.0: {}
···
dependencies:
file-uri-to-path: 1.0.0
-
birpc@2.3.0: {}
+
birpc@2.5.0: {}
bl@4.1.0:
dependencies:
buffer: 5.7.1
inherits: 2.0.4
readable-stream: 3.6.2
+
optional: true
boolbase@1.0.0: {}
-
brace-expansion@1.1.11:
+
brace-expansion@1.1.12:
dependencies:
balanced-match: 1.0.2
concat-map: 0.0.1
-
brace-expansion@2.0.1:
+
brace-expansion@2.0.2:
dependencies:
balanced-match: 1.0.2
···
dependencies:
fill-range: 7.1.1
-
browserslist@4.24.5:
+
browserslist@4.25.4:
dependencies:
-
caniuse-lite: 1.0.30001718
-
electron-to-chromium: 1.5.159
+
caniuse-lite: 1.0.30001739
+
electron-to-chromium: 1.5.213
node-releases: 2.0.19
-
update-browserslist-db: 1.1.3(browserslist@4.24.5)
-
-
buffer-crc32@0.2.13: {}
+
update-browserslist-db: 1.1.3(browserslist@4.25.4)
buffer-crc32@1.0.0: {}
···
dependencies:
base64-js: 1.5.1
ieee754: 1.2.1
+
optional: true
buffer@6.0.3:
dependencies:
base64-js: 1.5.1
ieee754: 1.2.1
-
builtin-modules@3.3.0: {}
-
bundle-name@4.1.0:
dependencies:
run-applescript: 7.0.0
-
c12@2.0.4(magicast@0.3.5):
-
dependencies:
-
chokidar: 4.0.3
-
confbox: 0.1.8
-
defu: 6.1.4
-
dotenv: 16.5.0
-
giget: 1.2.5
-
jiti: 2.4.2
-
mlly: 1.7.4
-
ohash: 2.0.11
-
pathe: 2.0.3
-
perfect-debounce: 1.0.0
-
pkg-types: 1.3.1
-
rc9: 2.1.2
-
optionalDependencies:
-
magicast: 0.3.5
-
-
c12@3.0.4(magicast@0.3.5):
+
c12@3.2.0(magicast@0.3.5):
dependencies:
chokidar: 4.0.3
confbox: 0.2.2
defu: 6.1.4
-
dotenv: 16.5.0
-
exsolve: 1.0.5
+
dotenv: 17.2.2
+
exsolve: 1.0.7
giget: 2.0.0
-
jiti: 2.4.2
+
jiti: 2.5.1
ohash: 2.0.11
pathe: 2.0.3
perfect-debounce: 1.0.0
-
pkg-types: 2.1.0
+
pkg-types: 2.3.0
rc9: 2.1.2
optionalDependencies:
magicast: 0.3.5
···
call-bind-apply-helpers: 1.0.2
get-intrinsic: 1.3.0
-
callsite@1.0.0: {}
-
camelcase-css@2.0.1: {}
camelize@1.0.1: {}
caniuse-api@3.0.0:
dependencies:
-
browserslist: 4.24.5
-
caniuse-lite: 1.0.30001718
+
browserslist: 4.25.4
+
caniuse-lite: 1.0.30001739
lodash.memoize: 4.1.2
lodash.uniq: 4.5.0
-
caniuse-lite@1.0.30001718: {}
+
caniuse-lite@1.0.30001739: {}
ccount@2.0.1: {}
···
dependencies:
readdirp: 4.1.2
-
chownr@1.1.4: {}
-
-
chownr@2.0.0: {}
+
chownr@1.1.4:
+
optional: true
chownr@3.0.0: {}
chrome-launcher@1.2.0:
dependencies:
-
'@types/node': 22.15.23
+
'@types/node': 24.3.0
escape-string-regexp: 4.0.0
is-wsl: 2.2.0
-
lighthouse-logger: 2.0.1
+
lighthouse-logger: 2.0.2
transitivePeerDependencies:
- supports-color
···
cluster-key-slot@1.1.2: {}
co@4.6.0: {}
-
-
color-convert@1.9.3:
-
dependencies:
-
color-name: 1.1.3
color-convert@2.0.1:
dependencies:
color-name: 1.1.4
-
color-name@1.1.3: {}
-
color-name@1.1.4: {}
-
color-string@1.9.1:
-
dependencies:
-
color-name: 1.1.4
-
simple-swizzle: 0.2.2
-
-
color@3.2.1:
-
dependencies:
-
color-convert: 1.9.3
-
color-string: 1.9.1
-
colord@2.9.3: {}
-
colorspace@1.1.4:
-
dependencies:
-
color: 3.2.1
-
text-hex: 1.0.0
-
comma-separated-tokens@2.0.3: {}
-
commander@10.0.1: {}
-
-
commander@12.1.0: {}
+
commander@11.1.0: {}
commander@2.20.3: {}
···
commander@6.2.1: {}
-
commander@7.2.0: {}
-
-
common-path-prefix@3.0.0: {}
-
commondir@1.0.1: {}
compatx@0.2.0: {}
···
dependencies:
is-what: 4.1.16
-
copy-file@11.0.0:
-
dependencies:
-
graceful-fs: 4.2.11
-
p-event: 6.0.1
-
core-util-is@1.0.3: {}
crc-32@1.2.2: {}
···
crc-32: 1.2.2
readable-stream: 4.7.0
-
cron-parser@4.9.0:
-
dependencies:
-
luxon: 3.6.1
-
-
croner@9.0.0: {}
+
croner@9.1.0: {}
cross-spawn@7.0.6:
dependencies:
···
css-color-keywords@1.0.0: {}
-
css-declaration-sorter@7.2.0(postcss@8.5.3):
+
css-declaration-sorter@7.2.0(postcss@8.5.6):
dependencies:
-
postcss: 8.5.3
+
postcss: 8.5.6
css-gradient-parser@0.0.16: {}
-
css-select@5.1.0:
+
css-select@5.2.2:
dependencies:
boolbase: 1.0.0
-
css-what: 6.1.0
+
css-what: 6.2.2
domhandler: 5.0.3
domutils: 3.2.2
nth-check: 2.1.1
···
mdn-data: 2.0.28
source-map-js: 1.2.1
-
css-tree@2.3.1:
+
css-tree@3.1.0:
dependencies:
-
mdn-data: 2.0.30
+
mdn-data: 2.12.2
source-map-js: 1.2.1
-
css-what@6.1.0: {}
+
css-what@6.2.2: {}
cssesc@3.0.0: {}
-
cssnano-preset-default@7.0.7(postcss@8.5.3):
+
cssnano-preset-default@7.0.9(postcss@8.5.6):
dependencies:
-
browserslist: 4.24.5
-
css-declaration-sorter: 7.2.0(postcss@8.5.3)
-
cssnano-utils: 5.0.1(postcss@8.5.3)
-
postcss: 8.5.3
-
postcss-calc: 10.1.1(postcss@8.5.3)
-
postcss-colormin: 7.0.3(postcss@8.5.3)
-
postcss-convert-values: 7.0.5(postcss@8.5.3)
-
postcss-discard-comments: 7.0.4(postcss@8.5.3)
-
postcss-discard-duplicates: 7.0.2(postcss@8.5.3)
-
postcss-discard-empty: 7.0.1(postcss@8.5.3)
-
postcss-discard-overridden: 7.0.1(postcss@8.5.3)
-
postcss-merge-longhand: 7.0.5(postcss@8.5.3)
-
postcss-merge-rules: 7.0.5(postcss@8.5.3)
-
postcss-minify-font-values: 7.0.1(postcss@8.5.3)
-
postcss-minify-gradients: 7.0.1(postcss@8.5.3)
-
postcss-minify-params: 7.0.3(postcss@8.5.3)
-
postcss-minify-selectors: 7.0.5(postcss@8.5.3)
-
postcss-normalize-charset: 7.0.1(postcss@8.5.3)
-
postcss-normalize-display-values: 7.0.1(postcss@8.5.3)
-
postcss-normalize-positions: 7.0.1(postcss@8.5.3)
-
postcss-normalize-repeat-style: 7.0.1(postcss@8.5.3)
-
postcss-normalize-string: 7.0.1(postcss@8.5.3)
-
postcss-normalize-timing-functions: 7.0.1(postcss@8.5.3)
-
postcss-normalize-unicode: 7.0.3(postcss@8.5.3)
-
postcss-normalize-url: 7.0.1(postcss@8.5.3)
-
postcss-normalize-whitespace: 7.0.1(postcss@8.5.3)
-
postcss-ordered-values: 7.0.2(postcss@8.5.3)
-
postcss-reduce-initial: 7.0.3(postcss@8.5.3)
-
postcss-reduce-transforms: 7.0.1(postcss@8.5.3)
-
postcss-svgo: 7.0.2(postcss@8.5.3)
-
postcss-unique-selectors: 7.0.4(postcss@8.5.3)
+
browserslist: 4.25.4
+
css-declaration-sorter: 7.2.0(postcss@8.5.6)
+
cssnano-utils: 5.0.1(postcss@8.5.6)
+
postcss: 8.5.6
+
postcss-calc: 10.1.1(postcss@8.5.6)
+
postcss-colormin: 7.0.4(postcss@8.5.6)
+
postcss-convert-values: 7.0.7(postcss@8.5.6)
+
postcss-discard-comments: 7.0.4(postcss@8.5.6)
+
postcss-discard-duplicates: 7.0.2(postcss@8.5.6)
+
postcss-discard-empty: 7.0.1(postcss@8.5.6)
+
postcss-discard-overridden: 7.0.1(postcss@8.5.6)
+
postcss-merge-longhand: 7.0.5(postcss@8.5.6)
+
postcss-merge-rules: 7.0.6(postcss@8.5.6)
+
postcss-minify-font-values: 7.0.1(postcss@8.5.6)
+
postcss-minify-gradients: 7.0.1(postcss@8.5.6)
+
postcss-minify-params: 7.0.4(postcss@8.5.6)
+
postcss-minify-selectors: 7.0.5(postcss@8.5.6)
+
postcss-normalize-charset: 7.0.1(postcss@8.5.6)
+
postcss-normalize-display-values: 7.0.1(postcss@8.5.6)
+
postcss-normalize-positions: 7.0.1(postcss@8.5.6)
+
postcss-normalize-repeat-style: 7.0.1(postcss@8.5.6)
+
postcss-normalize-string: 7.0.1(postcss@8.5.6)
+
postcss-normalize-timing-functions: 7.0.1(postcss@8.5.6)
+
postcss-normalize-unicode: 7.0.4(postcss@8.5.6)
+
postcss-normalize-url: 7.0.1(postcss@8.5.6)
+
postcss-normalize-whitespace: 7.0.1(postcss@8.5.6)
+
postcss-ordered-values: 7.0.2(postcss@8.5.6)
+
postcss-reduce-initial: 7.0.4(postcss@8.5.6)
+
postcss-reduce-transforms: 7.0.1(postcss@8.5.6)
+
postcss-svgo: 7.1.0(postcss@8.5.6)
+
postcss-unique-selectors: 7.0.4(postcss@8.5.6)
-
cssnano-utils@5.0.1(postcss@8.5.3):
+
cssnano-utils@5.0.1(postcss@8.5.6):
dependencies:
-
postcss: 8.5.3
+
postcss: 8.5.6
-
cssnano@7.0.7(postcss@8.5.3):
+
cssnano@7.1.1(postcss@8.5.6):
dependencies:
-
cssnano-preset-default: 7.0.7(postcss@8.5.3)
+
cssnano-preset-default: 7.0.9(postcss@8.5.6)
lilconfig: 3.1.3
-
postcss: 8.5.3
+
postcss: 8.5.6
csso@5.0.5:
dependencies:
···
csstype@3.1.3: {}
-
data-uri-to-buffer@4.0.1: {}
-
db0@0.3.2(better-sqlite3@11.10.0):
optionalDependencies:
better-sqlite3: 11.10.0
de-indent@1.0.2: {}
-
debug@2.6.9:
-
dependencies:
-
ms: 2.0.0
-
debug@3.2.7:
dependencies:
ms: 2.1.3
···
dependencies:
ms: 2.1.3
-
decache@4.6.2:
-
dependencies:
-
callsite: 1.0.0
-
-
decode-named-character-reference@1.1.0:
+
decode-named-character-reference@1.2.0:
dependencies:
character-entities: 2.0.2
decompress-response@6.0.0:
dependencies:
mimic-response: 3.1.0
+
optional: true
deep-equal@1.0.1: {}
-
deep-extend@0.6.0: {}
+
deep-extend@0.6.0:
+
optional: true
deepmerge@4.3.1: {}
···
detect-libc@2.0.4: {}
-
detective-amd@6.0.1:
-
dependencies:
-
ast-module-types: 6.0.1
-
escodegen: 2.1.0
-
get-amd-module-type: 6.0.1
-
node-source-walk: 7.0.1
-
-
detective-cjs@6.0.1:
-
dependencies:
-
ast-module-types: 6.0.1
-
node-source-walk: 7.0.1
-
-
detective-es6@5.0.1:
-
dependencies:
-
node-source-walk: 7.0.1
-
-
detective-postcss@7.0.1(postcss@8.5.3):
-
dependencies:
-
is-url: 1.2.4
-
postcss: 8.5.3
-
postcss-values-parser: 6.0.2(postcss@8.5.3)
-
-
detective-sass@6.0.1:
-
dependencies:
-
gonzales-pe: 4.3.0
-
node-source-walk: 7.0.1
-
-
detective-scss@5.0.1:
-
dependencies:
-
gonzales-pe: 4.3.0
-
node-source-walk: 7.0.1
-
-
detective-stylus@5.0.1: {}
-
-
detective-typescript@14.0.0(typescript@5.9.2):
-
dependencies:
-
'@typescript-eslint/typescript-estree': 8.33.0(typescript@5.9.2)
-
ast-module-types: 6.0.1
-
node-source-walk: 7.0.1
-
typescript: 5.9.2
-
transitivePeerDependencies:
-
- supports-color
-
-
detective-vue2@2.2.0(typescript@5.9.2):
-
dependencies:
-
'@dependents/detective-less': 5.0.1
-
'@vue/compiler-sfc': 3.5.15
-
detective-es6: 5.0.1
-
detective-sass: 6.0.1
-
detective-scss: 5.0.1
-
detective-stylus: 5.0.1
-
detective-typescript: 14.0.0(typescript@5.9.2)
-
typescript: 5.9.2
-
transitivePeerDependencies:
-
- supports-color
-
-
devalue@5.1.1: {}
+
devalue@5.3.2: {}
devlop@1.1.0:
dependencies:
···
didyoumean@1.2.2: {}
-
diff@7.0.0: {}
+
diff@8.0.2: {}
dlv@1.1.3: {}
···
dependencies:
type-fest: 4.41.0
-
dotenv@16.5.0: {}
+
dotenv@16.6.1: {}
+
+
dotenv@17.2.2: {}
dunder-proto@1.0.1:
dependencies:
···
ee-first@1.1.1: {}
-
electron-to-chromium@1.5.159: {}
+
electron-to-chromium@1.5.213: {}
emoji-regex-xs@2.0.1: {}
···
emoticon@4.1.0: {}
-
enabled@2.0.0: {}
-
encodeurl@1.0.2: {}
encodeurl@2.0.0: {}
-
end-of-stream@1.4.4:
+
end-of-stream@1.4.5:
dependencies:
once: 1.4.0
+
optional: true
engine.io-client@6.6.3:
dependencies:
···
engine.io-parser@5.2.3: {}
-
enhanced-resolve@5.18.1:
+
enhanced-resolve@5.18.3:
dependencies:
graceful-fs: 4.2.11
-
tapable: 2.2.2
+
tapable: 2.2.3
entities@4.5.0: {}
-
entities@6.0.0: {}
-
-
env-paths@3.0.0: {}
+
entities@6.0.1: {}
error-stack-parser-es@1.0.5: {}
···
dependencies:
es-errors: 1.3.0
-
esbuild@0.25.4:
-
optionalDependencies:
-
'@esbuild/aix-ppc64': 0.25.4
-
'@esbuild/android-arm': 0.25.4
-
'@esbuild/android-arm64': 0.25.4
-
'@esbuild/android-x64': 0.25.4
-
'@esbuild/darwin-arm64': 0.25.4
-
'@esbuild/darwin-x64': 0.25.4
-
'@esbuild/freebsd-arm64': 0.25.4
-
'@esbuild/freebsd-x64': 0.25.4
-
'@esbuild/linux-arm': 0.25.4
-
'@esbuild/linux-arm64': 0.25.4
-
'@esbuild/linux-ia32': 0.25.4
-
'@esbuild/linux-loong64': 0.25.4
-
'@esbuild/linux-mips64el': 0.25.4
-
'@esbuild/linux-ppc64': 0.25.4
-
'@esbuild/linux-riscv64': 0.25.4
-
'@esbuild/linux-s390x': 0.25.4
-
'@esbuild/linux-x64': 0.25.4
-
'@esbuild/netbsd-arm64': 0.25.4
-
'@esbuild/netbsd-x64': 0.25.4
-
'@esbuild/openbsd-arm64': 0.25.4
-
'@esbuild/openbsd-x64': 0.25.4
-
'@esbuild/sunos-x64': 0.25.4
-
'@esbuild/win32-arm64': 0.25.4
-
'@esbuild/win32-ia32': 0.25.4
-
'@esbuild/win32-x64': 0.25.4
-
-
esbuild@0.25.5:
+
esbuild@0.25.9:
optionalDependencies:
-
'@esbuild/aix-ppc64': 0.25.5
-
'@esbuild/android-arm': 0.25.5
-
'@esbuild/android-arm64': 0.25.5
-
'@esbuild/android-x64': 0.25.5
-
'@esbuild/darwin-arm64': 0.25.5
-
'@esbuild/darwin-x64': 0.25.5
-
'@esbuild/freebsd-arm64': 0.25.5
-
'@esbuild/freebsd-x64': 0.25.5
-
'@esbuild/linux-arm': 0.25.5
-
'@esbuild/linux-arm64': 0.25.5
-
'@esbuild/linux-ia32': 0.25.5
-
'@esbuild/linux-loong64': 0.25.5
-
'@esbuild/linux-mips64el': 0.25.5
-
'@esbuild/linux-ppc64': 0.25.5
-
'@esbuild/linux-riscv64': 0.25.5
-
'@esbuild/linux-s390x': 0.25.5
-
'@esbuild/linux-x64': 0.25.5
-
'@esbuild/netbsd-arm64': 0.25.5
-
'@esbuild/netbsd-x64': 0.25.5
-
'@esbuild/openbsd-arm64': 0.25.5
-
'@esbuild/openbsd-x64': 0.25.5
-
'@esbuild/sunos-x64': 0.25.5
-
'@esbuild/win32-arm64': 0.25.5
-
'@esbuild/win32-ia32': 0.25.5
-
'@esbuild/win32-x64': 0.25.5
+
'@esbuild/aix-ppc64': 0.25.9
+
'@esbuild/android-arm': 0.25.9
+
'@esbuild/android-arm64': 0.25.9
+
'@esbuild/android-x64': 0.25.9
+
'@esbuild/darwin-arm64': 0.25.9
+
'@esbuild/darwin-x64': 0.25.9
+
'@esbuild/freebsd-arm64': 0.25.9
+
'@esbuild/freebsd-x64': 0.25.9
+
'@esbuild/linux-arm': 0.25.9
+
'@esbuild/linux-arm64': 0.25.9
+
'@esbuild/linux-ia32': 0.25.9
+
'@esbuild/linux-loong64': 0.25.9
+
'@esbuild/linux-mips64el': 0.25.9
+
'@esbuild/linux-ppc64': 0.25.9
+
'@esbuild/linux-riscv64': 0.25.9
+
'@esbuild/linux-s390x': 0.25.9
+
'@esbuild/linux-x64': 0.25.9
+
'@esbuild/netbsd-arm64': 0.25.9
+
'@esbuild/netbsd-x64': 0.25.9
+
'@esbuild/openbsd-arm64': 0.25.9
+
'@esbuild/openbsd-x64': 0.25.9
+
'@esbuild/openharmony-arm64': 0.25.9
+
'@esbuild/sunos-x64': 0.25.9
+
'@esbuild/win32-arm64': 0.25.9
+
'@esbuild/win32-ia32': 0.25.9
+
'@esbuild/win32-x64': 0.25.9
escalade@3.2.0: {}
···
escape-string-regexp@5.0.0: {}
-
escodegen@2.1.0:
-
dependencies:
-
esprima: 4.0.1
-
estraverse: 5.3.0
-
esutils: 2.0.3
-
optionalDependencies:
-
source-map: 0.6.1
-
-
eslint-visitor-keys@4.2.0: {}
-
-
esprima@4.0.1: {}
-
-
estraverse@5.3.0: {}
-
estree-walker@2.0.2: {}
estree-walker@3.0.3:
dependencies:
-
'@types/estree': 1.0.7
-
-
esutils@2.0.3: {}
+
'@types/estree': 1.0.8
etag@1.8.1: {}
···
pretty-ms: 9.2.0
signal-exit: 4.1.0
strip-final-newline: 4.0.0
-
yoctocolors: 2.1.1
+
yoctocolors: 2.1.2
-
expand-template@2.0.3: {}
+
expand-template@2.0.3:
+
optional: true
-
exsolve@1.0.5: {}
+
exsolve@1.0.7: {}
extend@3.0.2: {}
externality@1.0.2:
dependencies:
-
enhanced-resolve: 5.18.1
-
mlly: 1.7.4
+
enhanced-resolve: 5.18.3
+
mlly: 1.8.0
pathe: 1.1.2
ufo: 1.6.1
-
extract-zip@2.0.1:
-
dependencies:
-
debug: 4.4.1
-
get-stream: 5.2.0
-
yauzl: 2.10.0
-
optionalDependencies:
-
'@types/yauzl': 2.10.3
-
transitivePeerDependencies:
-
- supports-color
-
fast-fifo@1.3.2: {}
fast-glob@3.3.3:
···
merge2: 1.4.1
micromatch: 4.0.8
-
fast-npm-meta@0.4.3: {}
+
fast-npm-meta@0.4.6: {}
fastq@1.19.1:
dependencies:
reusify: 1.1.0
-
fd-slicer@1.1.0:
-
dependencies:
-
pend: 1.2.0
-
-
fdir@6.4.5(picomatch@4.0.2):
+
fdir@6.5.0(picomatch@4.0.3):
optionalDependencies:
-
picomatch: 4.0.2
-
-
fecha@4.2.3: {}
-
-
fetch-blob@3.2.0:
-
dependencies:
-
node-domexception: 1.0.0
-
web-streams-polyfill: 3.3.3
+
picomatch: 4.0.3
fflate@0.7.4: {}
···
dependencies:
to-regex-range: 5.0.1
-
filter-obj@6.1.0: {}
-
-
find-up-simple@1.0.1: {}
-
-
find-up@7.0.0:
-
dependencies:
-
locate-path: 7.2.0
-
path-exists: 5.0.0
-
unicorn-magic: 0.1.0
-
flat@6.0.1: {}
-
-
fn.name@1.1.0: {}
foreground-child@3.3.1:
dependencies:
cross-spawn: 7.0.6
signal-exit: 4.1.0
-
formdata-polyfill@4.0.10:
-
dependencies:
-
fetch-blob: 3.2.0
-
fraction.js@4.3.7: {}
fresh@0.5.2: {}
fresh@2.0.0: {}
-
fs-constants@1.0.0: {}
+
fs-constants@1.0.0:
+
optional: true
fs-extra@9.1.0:
dependencies:
at-least-node: 1.0.0
graceful-fs: 4.2.11
-
jsonfile: 6.1.0
+
jsonfile: 6.2.0
universalify: 2.0.1
-
fs-minipass@2.1.0:
-
dependencies:
-
minipass: 3.3.6
-
fs.realpath@1.0.0: {}
fsevents@2.3.3:
···
fuse.js@7.1.0: {}
gensync@1.0.0-beta.2: {}
-
-
get-amd-module-type@6.0.1:
-
dependencies:
-
ast-module-types: 6.0.1
-
node-source-walk: 7.0.1
get-caller-file@2.0.5: {}
···
hasown: 2.0.2
math-intrinsics: 1.1.0
-
get-port-please@3.1.2: {}
+
get-port-please@3.2.0: {}
get-proto@1.0.1:
dependencies:
dunder-proto: 1.0.1
es-object-atoms: 1.1.1
-
get-stream@5.2.0:
-
dependencies:
-
pump: 3.0.2
-
get-stream@8.0.1: {}
get-stream@9.0.1:
···
'@sec-ant/readable-stream': 0.4.1
is-stream: 4.0.1
-
giget@1.2.5:
-
dependencies:
-
citty: 0.1.6
-
consola: 3.4.2
-
defu: 6.1.4
-
node-fetch-native: 1.6.6
-
nypm: 0.5.4
-
pathe: 2.0.3
-
tar: 6.2.1
-
giget@2.0.0:
dependencies:
citty: 0.1.6
consola: 3.4.2
defu: 6.1.4
-
node-fetch-native: 1.6.6
-
nypm: 0.6.0
+
node-fetch-native: 1.6.7
+
nypm: 0.6.1
pathe: 2.0.3
-
git-config-path@2.0.0: {}
-
git-up@8.1.1:
dependencies:
is-ssh: 1.4.1
···
dependencies:
git-up: 8.1.1
-
github-from-package@0.0.0: {}
+
github-from-package@0.0.0:
+
optional: true
github-slugger@2.0.0: {}
···
once: 1.4.0
path-is-absolute: 1.0.1
-
glob@8.1.0:
-
dependencies:
-
fs.realpath: 1.0.0
-
inflight: 1.0.6
-
inherits: 2.0.4
-
minimatch: 5.1.6
-
once: 1.4.0
-
global-directory@4.0.1:
dependencies:
ini: 4.1.1
-
globals@11.12.0: {}
-
globals@15.15.0: {}
globby@14.1.0:
dependencies:
'@sindresorhus/merge-streams': 2.3.0
fast-glob: 3.3.3
-
ignore: 7.0.4
+
ignore: 7.0.5
path-type: 6.0.0
slash: 5.1.0
unicorn-magic: 0.3.0
-
gonzales-pe@4.3.0:
-
dependencies:
-
minimist: 1.2.8
-
gopd@1.2.0: {}
graceful-fs@4.2.11: {}
···
gzip-size@7.0.0:
dependencies:
duplexer: 0.1.2
-
-
h3@1.15.3:
-
dependencies:
-
cookie-es: 1.2.2
-
crossws: 0.3.5
-
defu: 6.1.4
-
destr: 2.0.5
-
iron-webcrypto: 1.2.1
-
node-mock-http: 1.0.0
-
radix3: 1.1.2
-
ufo: 1.6.1
-
uncrypto: 0.1.3
h3@1.15.4:
dependencies:
···
hex-rgb@4.3.0: {}
hookable@5.5.3: {}
-
-
hosted-git-info@7.0.2:
-
dependencies:
-
lru-cache: 10.4.3
html-void-elements@3.0.0: {}
···
https-proxy-agent@7.0.6:
dependencies:
-
agent-base: 7.1.3
+
agent-base: 7.1.4
debug: 4.4.1
transitivePeerDependencies:
- supports-color
···
ieee754@1.2.1: {}
-
ignore@7.0.4: {}
+
ignore@7.0.5: {}
image-meta@0.2.1: {}
···
impound@1.0.0:
dependencies:
-
exsolve: 1.0.5
+
exsolve: 1.0.7
mocked-exports: 0.1.1
pathe: 2.0.3
-
unplugin: 2.3.5
-
unplugin-utils: 0.2.4
-
-
imurmurhash@0.1.4: {}
-
-
index-to-position@1.1.0: {}
+
unplugin: 2.3.10
+
unplugin-utils: 0.2.5
inflight@1.0.6:
dependencies:
···
inherits@2.0.4: {}
-
ini@1.3.8: {}
+
ini@1.3.8:
+
optional: true
ini@4.1.1: {}
-
ioredis@5.6.1:
+
ioredis@5.7.0:
dependencies:
-
'@ioredis/commands': 1.2.0
+
'@ioredis/commands': 1.3.1
cluster-key-slot: 1.1.2
debug: 4.4.1
denque: 2.1.0
···
is-alphabetical: 2.0.1
is-decimal: 2.0.1
-
is-arrayish@0.3.2: {}
-
is-binary-path@2.1.0:
dependencies:
binary-extensions: 2.3.0
-
-
is-builtin-module@3.2.1:
-
dependencies:
-
builtin-modules: 3.3.0
is-core-module@2.16.1:
dependencies:
···
is-path-inside@4.0.0: {}
-
is-plain-obj@2.1.0: {}
-
is-plain-obj@4.1.0: {}
is-reference@1.2.1:
dependencies:
-
'@types/estree': 1.0.7
+
'@types/estree': 1.0.8
is-regex@1.2.1:
dependencies:
···
is-unicode-supported@2.1.0: {}
-
is-url-superb@4.0.0: {}
-
-
is-url@1.2.4: {}
-
is-what@4.1.16: {}
is-wsl@2.2.0:
···
jiti@1.21.7: {}
-
jiti@2.4.2: {}
+
jiti@2.5.1: {}
js-tokens@4.0.0: {}
js-tokens@9.0.1: {}
+
js-yaml@4.1.0:
+
dependencies:
+
argparse: 2.0.1
+
jsesc@3.1.0: {}
+
json-schema-to-typescript@15.0.4:
+
dependencies:
+
'@apidevtools/json-schema-ref-parser': 11.9.3
+
'@types/json-schema': 7.0.15
+
'@types/lodash': 4.17.20
+
is-glob: 4.0.3
+
js-yaml: 4.1.0
+
lodash: 4.17.21
+
minimist: 1.2.8
+
prettier: 3.6.2
+
tinyglobby: 0.2.14
+
+
json-schema-to-zod@2.6.1: {}
+
json5@2.2.3: {}
-
jsonfile@6.1.0:
+
jsonfile@6.2.0:
dependencies:
universalify: 2.0.1
optionalDependencies:
graceful-fs: 4.2.11
-
junk@4.0.1: {}
-
-
jwt-decode@4.0.0: {}
-
keygrip@1.1.0:
dependencies:
tsscmp: 1.0.6
···
transitivePeerDependencies:
- supports-color
-
koa@2.16.1:
+
koa@2.16.2:
dependencies:
accepts: 1.3.8
cache-content-type: 1.0.1
···
kolorist@1.8.0: {}
-
kuler@2.0.0: {}
-
-
lambda-local@2.2.0:
-
dependencies:
-
commander: 10.0.1
-
dotenv: 16.5.0
-
winston: 3.17.0
-
-
launch-editor@2.10.0:
+
launch-editor@2.11.1:
dependencies:
picocolors: 1.1.1
-
shell-quote: 1.8.2
+
shell-quote: 1.8.3
lazystream@1.0.1:
dependencies:
readable-stream: 2.3.8
-
lighthouse-logger@2.0.1:
+
lighthouse-logger@2.0.2:
dependencies:
-
debug: 2.6.9
+
debug: 4.4.1
marky: 1.3.0
transitivePeerDependencies:
- supports-color
···
consola: 3.4.2
crossws: 0.3.5
defu: 6.1.4
-
get-port-please: 3.1.2
-
h3: 1.15.3
+
get-port-please: 3.2.0
+
h3: 1.15.4
http-shutdown: 1.2.2
-
jiti: 2.4.2
-
mlly: 1.7.4
+
jiti: 2.5.1
+
mlly: 1.8.0
node-forge: 1.3.1
pathe: 1.1.2
std-env: 3.9.0
···
untun: 0.1.3
uqr: 0.1.2
-
local-pkg@1.1.1:
+
local-pkg@1.1.2:
dependencies:
-
mlly: 1.7.4
-
pkg-types: 2.1.0
-
quansync: 0.2.10
-
-
locate-path@7.2.0:
-
dependencies:
-
p-locate: 6.0.0
-
-
lodash-es@4.17.21: {}
+
mlly: 1.8.0
+
pkg-types: 2.3.0
+
quansync: 0.2.11
lodash.castarray@4.4.0: {}
-
-
lodash.debounce@4.0.8: {}
lodash.defaults@4.2.0: {}
···
lodash@4.17.21: {}
-
logform@2.7.0:
-
dependencies:
-
'@colors/colors': 1.6.0
-
'@types/triple-beam': 1.3.5
-
fecha: 4.2.3
-
ms: 2.1.3
-
safe-stable-stringify: 2.5.0
-
triple-beam: 1.4.1
-
longest-streak@3.1.0: {}
lru-cache@10.4.3: {}
···
dependencies:
yallist: 3.1.1
-
luxon@3.6.1: {}
+
magic-regexp@0.10.0:
+
dependencies:
+
estree-walker: 3.0.3
+
magic-string: 0.30.18
+
mlly: 1.8.0
+
regexp-tree: 0.1.27
+
type-level-regexp: 0.1.17
+
ufo: 1.6.1
+
unplugin: 2.3.10
-
magic-string-ast@0.7.1:
+
magic-string-ast@1.0.2:
dependencies:
-
magic-string: 0.30.17
+
magic-string: 0.30.18
-
magic-string@0.30.17:
+
magic-string@0.30.18:
dependencies:
-
'@jridgewell/sourcemap-codec': 1.5.0
+
'@jridgewell/sourcemap-codec': 1.5.5
magicast@0.3.5:
dependencies:
-
'@babel/parser': 7.27.3
-
'@babel/types': 7.27.3
+
'@babel/parser': 7.28.3
+
'@babel/types': 7.28.2
source-map-js: 1.2.1
markdown-table@3.0.4: {}
···
dependencies:
'@types/mdast': 4.0.4
'@types/unist': 3.0.3
-
decode-named-character-reference: 1.1.0
+
decode-named-character-reference: 1.2.0
devlop: 1.1.0
mdast-util-to-string: 4.0.0
micromark: 4.0.2
···
mdn-data@2.0.28: {}
-
mdn-data@2.0.30: {}
+
mdn-data@2.12.2: {}
media-typer@0.3.0: {}
-
merge-options@3.0.4:
-
dependencies:
-
is-plain-obj: 2.1.0
-
merge-stream@2.0.0: {}
merge2@1.4.1: {}
methods@1.1.2: {}
-
micro-api-client@3.3.0: {}
-
micromark-core-commonmark@2.0.3:
dependencies:
-
decode-named-character-reference: 1.1.0
+
decode-named-character-reference: 1.2.0
devlop: 1.1.0
micromark-factory-destination: 2.0.1
micromark-factory-label: 2.0.1
···
micromark-util-decode-string@2.0.1:
dependencies:
-
decode-named-character-reference: 1.1.0
+
decode-named-character-reference: 1.2.0
micromark-util-character: 2.1.1
micromark-util-decode-numeric-character-reference: 2.0.2
micromark-util-symbol: 2.0.1
···
dependencies:
'@types/debug': 4.1.12
debug: 4.4.1
-
decode-named-character-reference: 1.1.0
+
decode-named-character-reference: 1.2.0
devlop: 1.1.0
micromark-core-commonmark: 2.0.3
micromark-factory-space: 2.0.1
···
mimic-fn@4.0.0: {}
-
mimic-response@3.1.0: {}
+
mimic-response@3.1.0:
+
optional: true
-
minimatch@10.0.1:
+
minimark@0.2.0: {}
+
+
minimatch@10.0.3:
dependencies:
-
brace-expansion: 2.0.1
+
'@isaacs/brace-expansion': 5.0.0
minimatch@3.1.2:
dependencies:
-
brace-expansion: 1.1.11
+
brace-expansion: 1.1.12
minimatch@5.1.6:
dependencies:
-
brace-expansion: 2.0.1
+
brace-expansion: 2.0.2
minimatch@9.0.5:
dependencies:
-
brace-expansion: 2.0.1
+
brace-expansion: 2.0.2
minimist@1.2.8: {}
-
minipass@3.3.6:
-
dependencies:
-
yallist: 4.0.0
-
-
minipass@5.0.0: {}
-
minipass@7.1.2: {}
-
-
minizlib@2.1.2:
-
dependencies:
-
minipass: 3.3.6
-
yallist: 4.0.0
minizlib@3.0.2:
dependencies:
···
mitt@3.0.1: {}
-
mkdirp-classic@0.5.3: {}
-
-
mkdirp@1.0.4: {}
+
mkdirp-classic@0.5.3:
+
optional: true
mkdirp@3.0.1: {}
-
mlly@1.7.4:
+
mlly@1.8.0:
dependencies:
-
acorn: 8.14.1
+
acorn: 8.15.0
pathe: 2.0.3
pkg-types: 1.3.1
ufo: 1.6.1
mocked-exports@0.1.1: {}
-
module-definition@6.0.1:
-
dependencies:
-
ast-module-types: 6.0.1
-
node-source-walk: 7.0.1
-
mrmime@2.0.1: {}
-
-
ms@2.0.0: {}
ms@2.1.3: {}
···
nanotar@0.2.0: {}
-
napi-build-utils@2.0.0: {}
+
napi-build-utils@2.0.0:
+
optional: true
negotiator@0.6.3: {}
-
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
-
-
nitropack@2.11.12(@netlify/blobs@9.1.2)(better-sqlite3@11.10.0):
+
nitropack@2.12.5(better-sqlite3@11.10.0):
dependencies:
'@cloudflare/kv-asset-handler': 0.4.0
-
'@netlify/functions': 3.1.10(rollup@4.41.1)
-
'@rollup/plugin-alias': 5.1.1(rollup@4.41.1)
-
'@rollup/plugin-commonjs': 28.0.3(rollup@4.41.1)
-
'@rollup/plugin-inject': 5.0.5(rollup@4.41.1)
-
'@rollup/plugin-json': 6.1.0(rollup@4.41.1)
-
'@rollup/plugin-node-resolve': 16.0.1(rollup@4.41.1)
-
'@rollup/plugin-replace': 6.0.2(rollup@4.41.1)
-
'@rollup/plugin-terser': 0.4.4(rollup@4.41.1)
-
'@vercel/nft': 0.29.3(rollup@4.41.1)
+
'@rollup/plugin-alias': 5.1.1(rollup@4.50.0)
+
'@rollup/plugin-commonjs': 28.0.6(rollup@4.50.0)
+
'@rollup/plugin-inject': 5.0.5(rollup@4.50.0)
+
'@rollup/plugin-json': 6.1.0(rollup@4.50.0)
+
'@rollup/plugin-node-resolve': 16.0.1(rollup@4.50.0)
+
'@rollup/plugin-replace': 6.0.2(rollup@4.50.0)
+
'@rollup/plugin-terser': 0.4.4(rollup@4.50.0)
+
'@vercel/nft': 0.30.1(rollup@4.50.0)
archiver: 7.0.1
-
c12: 3.0.4(magicast@0.3.5)
+
c12: 3.2.0(magicast@0.3.5)
chokidar: 4.0.3
citty: 0.1.6
compatx: 0.2.0
confbox: 0.2.2
consola: 3.4.2
cookie-es: 2.0.0
-
croner: 9.0.0
+
croner: 9.1.0
crossws: 0.3.5
db0: 0.3.2(better-sqlite3@11.10.0)
defu: 6.1.4
destr: 2.0.5
dot-prop: 9.0.0
-
esbuild: 0.25.5
+
esbuild: 0.25.9
escape-string-regexp: 5.0.0
etag: 1.8.1
-
exsolve: 1.0.5
+
exsolve: 1.0.7
globby: 14.1.0
gzip-size: 7.0.0
-
h3: 1.15.3
+
h3: 1.15.4
hookable: 5.5.3
httpxy: 0.1.7
-
ioredis: 5.6.1
-
jiti: 2.4.2
+
ioredis: 5.7.0
+
jiti: 2.5.1
klona: 2.0.6
knitwork: 1.2.0
listhen: 1.9.0
-
magic-string: 0.30.17
+
magic-string: 0.30.18
magicast: 0.3.5
mime: 4.0.7
-
mlly: 1.7.4
-
node-fetch-native: 1.6.6
-
node-mock-http: 1.0.0
+
mlly: 1.8.0
+
node-fetch-native: 1.6.7
+
node-mock-http: 1.0.2
ofetch: 1.4.1
ohash: 2.0.11
pathe: 2.0.3
-
perfect-debounce: 1.0.0
-
pkg-types: 2.1.0
-
pretty-bytes: 6.1.1
+
perfect-debounce: 2.0.0
+
pkg-types: 2.3.0
+
pretty-bytes: 7.0.1
radix3: 1.1.2
-
rollup: 4.41.1
-
rollup-plugin-visualizer: 5.14.0(rollup@4.41.1)
+
rollup: 4.50.0
+
rollup-plugin-visualizer: 6.0.3(rollup@4.50.0)
scule: 1.3.0
semver: 7.7.2
serve-placeholder: 2.0.2
serve-static: 2.2.0
-
source-map: 0.7.4
+
source-map: 0.7.6
std-env: 3.9.0
ufo: 1.6.1
ultrahtml: 1.6.0
uncrypto: 0.1.3
unctx: 2.4.1
-
unenv: 2.0.0-rc.17
-
unimport: 5.0.1
-
unplugin-utils: 0.2.4
-
unstorage: 1.17.0(@netlify/blobs@9.1.2)(db0@0.3.2(better-sqlite3@11.10.0))(ioredis@5.6.1)
+
unenv: 2.0.0-rc.20
+
unimport: 5.2.0
+
unplugin-utils: 0.3.0
+
unstorage: 1.17.0(db0@0.3.2(better-sqlite3@11.10.0))(ioredis@5.7.0)
untyped: 2.0.0
-
unwasm: 0.3.9
+
unwasm: 0.3.11
youch: 4.1.0-beta.8
-
youch-core: 0.3.2
+
youch-core: 0.3.3
transitivePeerDependencies:
- '@azure/app-configuration'
- '@azure/cosmos'
···
node-abi@3.75.0:
dependencies:
semver: 7.7.2
+
optional: true
node-addon-api@7.1.1: {}
-
-
node-domexception@1.0.0: {}
node-emoji@2.2.0:
dependencies:
···
emojilib: 2.4.0
skin-tone: 2.0.0
-
node-fetch-native@1.6.6: {}
-
node-fetch-native@1.6.7: {}
node-fetch@2.7.0:
dependencies:
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
-
node-forge@1.3.1: {}
node-gyp-build@4.8.4: {}
-
-
node-mock-http@1.0.0: {}
node-mock-http@1.0.2: {}
node-releases@2.0.19: {}
-
node-source-walk@7.0.1:
-
dependencies:
-
'@babel/parser': 7.27.3
-
nopt@8.1.0:
dependencies:
abbrev: 3.0.1
-
normalize-package-data@6.0.2:
-
dependencies:
-
hosted-git-info: 7.0.2
-
semver: 7.7.2
-
validate-npm-package-license: 3.0.4
-
-
normalize-path@2.1.1:
-
dependencies:
-
remove-trailing-separator: 1.1.0
-
normalize-path@3.0.0: {}
normalize-range@0.1.2: {}
···
dependencies:
boolbase: 1.0.0
-
nuxt-component-meta@0.10.1(magicast@0.3.5):
+
nuxt-component-meta@0.12.2(magicast@0.3.5):
dependencies:
-
'@nuxt/kit': 3.17.4(magicast@0.3.5)
+
'@nuxt/kit': 4.1.0(magicast@0.3.5)
citty: 0.1.6
-
mlly: 1.7.4
+
json-schema-to-zod: 2.6.1
+
mlly: 1.8.0
+
ohash: 2.0.11
scule: 1.3.0
typescript: 5.9.2
ufo: 1.6.1
-
vue-component-meta: 2.2.10(typescript@5.9.2)
+
vue-component-meta: 3.0.6(typescript@5.9.2)
transitivePeerDependencies:
- magicast
-
nuxt-og-image@5.1.4(@unhead/vue@2.0.14(vue@3.5.20(typescript@5.9.2)))(magicast@0.3.5)(unstorage@1.17.0(@netlify/blobs@9.1.2)(db0@0.3.2(better-sqlite3@11.10.0))(ioredis@5.6.1))(vite@6.3.5(@types/node@22.15.23)(jiti@2.4.2)(terser@5.40.0)(yaml@2.8.0))(vue@3.5.20(typescript@5.9.2)):
+
nuxt-og-image@5.1.4(@unhead/vue@2.0.14(vue@3.5.21(typescript@5.9.2)))(magicast@0.3.5)(unstorage@1.17.0(db0@0.3.2(better-sqlite3@11.10.0))(ioredis@5.7.0))(vite@7.1.4(@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)):
dependencies:
-
'@nuxt/devtools-kit': 2.4.1(magicast@0.3.5)(vite@6.3.5(@types/node@22.15.23)(jiti@2.4.2)(terser@5.40.0)(yaml@2.8.0))
-
'@nuxt/kit': 3.17.4(magicast@0.3.5)
+
'@nuxt/devtools-kit': 2.6.3(magicast@0.3.5)(vite@7.1.4(@types/node@24.3.0)(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1))
+
'@nuxt/kit': 3.19.0(magicast@0.3.5)
'@resvg/resvg-js': 2.6.2
'@resvg/resvg-wasm': 2.6.2
-
'@unhead/vue': 2.0.14(vue@3.5.20(typescript@5.9.2))
-
'@unocss/core': 66.1.2
-
'@unocss/preset-wind3': 66.1.2
+
'@unhead/vue': 2.0.14(vue@3.5.21(typescript@5.9.2))
+
'@unocss/core': 66.5.0
+
'@unocss/preset-wind3': 66.5.0
chrome-launcher: 1.2.0
consola: 3.4.2
defu: 6.1.4
execa: 9.6.0
image-size: 2.0.2
-
magic-string: 0.30.17
+
magic-string: 0.30.18
mocked-exports: 0.1.1
-
nuxt-site-config: 3.2.0(magicast@0.3.5)(vue@3.5.20(typescript@5.9.2))
-
nypm: 0.6.0
+
nuxt-site-config: 3.2.2(magicast@0.3.5)(vue@3.5.21(typescript@5.9.2))
+
nypm: 0.6.1
ofetch: 1.4.1
ohash: 2.0.11
pathe: 2.0.3
-
pkg-types: 2.1.0
-
playwright-core: 1.52.0
+
pkg-types: 2.3.0
+
playwright-core: 1.55.0
radix3: 1.1.2
-
satori: 0.13.1
+
satori: 0.13.2
satori-html: 0.3.2
sirv: 3.0.1
std-env: 3.9.0
strip-literal: 3.0.0
ufo: 1.6.1
-
unplugin: 2.3.5
-
unstorage: 1.17.0(@netlify/blobs@9.1.2)(db0@0.3.2(better-sqlite3@11.10.0))(ioredis@5.6.1)
-
unwasm: 0.3.9
+
unplugin: 2.3.10
+
unstorage: 1.17.0(db0@0.3.2(better-sqlite3@11.10.0))(ioredis@5.7.0)
+
unwasm: 0.3.11
yoga-wasm-web: 0.3.3
transitivePeerDependencies:
- magicast
···
- vite
- vue
-
nuxt-site-config-kit@3.2.0(magicast@0.3.5)(vue@3.5.20(typescript@5.9.2)):
+
nuxt-site-config-kit@3.2.2(magicast@0.3.5)(vue@3.5.21(typescript@5.9.2)):
dependencies:
-
'@nuxt/kit': 3.17.4(magicast@0.3.5)
-
pkg-types: 2.1.0
-
site-config-stack: 3.2.0(vue@3.5.20(typescript@5.9.2))
+
'@nuxt/kit': 3.19.0(magicast@0.3.5)
+
pkg-types: 2.3.0
+
site-config-stack: 3.2.2(vue@3.5.21(typescript@5.9.2))
std-env: 3.9.0
ufo: 1.6.1
transitivePeerDependencies:
- magicast
- vue
-
nuxt-site-config@3.2.0(magicast@0.3.5)(vue@3.5.20(typescript@5.9.2)):
+
nuxt-site-config@3.2.2(magicast@0.3.5)(vue@3.5.21(typescript@5.9.2)):
dependencies:
-
'@nuxt/kit': 3.17.4(magicast@0.3.5)
-
nuxt-site-config-kit: 3.2.0(magicast@0.3.5)(vue@3.5.20(typescript@5.9.2))
+
'@nuxt/kit': 3.19.0(magicast@0.3.5)
+
nuxt-site-config-kit: 3.2.2(magicast@0.3.5)(vue@3.5.21(typescript@5.9.2))
pathe: 2.0.3
-
pkg-types: 2.1.0
+
pkg-types: 2.3.0
sirv: 3.0.1
-
site-config-stack: 3.2.0(vue@3.5.20(typescript@5.9.2))
+
site-config-stack: 3.2.2(vue@3.5.21(typescript@5.9.2))
ufo: 1.6.1
transitivePeerDependencies:
- magicast
- vue
-
nuxt@3.17.4(@biomejs/biome@1.9.4)(@netlify/blobs@9.1.2)(@parcel/watcher@2.5.1)(@types/node@22.15.23)(better-sqlite3@11.10.0)(db0@0.3.2(better-sqlite3@11.10.0))(ioredis@5.6.1)(magicast@0.3.5)(rollup@4.41.1)(terser@5.40.0)(typescript@5.9.2)(vite@6.3.5(@types/node@22.15.23)(jiti@2.4.2)(terser@5.40.0)(yaml@2.8.0))(vue-tsc@2.2.2(typescript@5.9.2))(yaml@2.8.0):
+
nuxt@3.19.0(@biomejs/biome@1.9.4)(@parcel/watcher@2.5.1)(@types/node@24.3.0)(@vue/compiler-sfc@3.5.21)(better-sqlite3@11.10.0)(db0@0.3.2(better-sqlite3@11.10.0))(ioredis@5.7.0)(magicast@0.3.5)(rollup@4.50.0)(terser@5.44.0)(typescript@5.9.2)(vite@7.1.4(@types/node@24.3.0)(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1))(vue-tsc@2.2.2(typescript@5.9.2))(yaml@2.8.1):
dependencies:
-
'@nuxt/cli': 3.25.1(magicast@0.3.5)
+
'@nuxt/cli': 3.28.0(magicast@0.3.5)
'@nuxt/devalue': 2.0.2
-
'@nuxt/devtools': 2.4.1(vite@6.3.5(@types/node@22.15.23)(jiti@2.4.2)(terser@5.40.0)(yaml@2.8.0))(vue@3.5.20(typescript@5.9.2))
-
'@nuxt/kit': 3.17.4(magicast@0.3.5)
-
'@nuxt/schema': 3.17.4
+
'@nuxt/devtools': 2.6.3(vite@7.1.4(@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/kit': 3.19.0(magicast@0.3.5)
+
'@nuxt/schema': 3.19.0
'@nuxt/telemetry': 2.6.6(magicast@0.3.5)
-
'@nuxt/vite-builder': 3.17.4(@biomejs/biome@1.9.4)(@types/node@22.15.23)(magicast@0.3.5)(rollup@4.41.1)(terser@5.40.0)(typescript@5.9.2)(vue-tsc@2.2.2(typescript@5.9.2))(vue@3.5.20(typescript@5.9.2))(yaml@2.8.0)
-
'@unhead/vue': 2.0.14(vue@3.5.20(typescript@5.9.2))
-
'@vue/shared': 3.5.15
-
c12: 3.0.4(magicast@0.3.5)
+
'@nuxt/vite-builder': 3.19.0(@biomejs/biome@1.9.4)(@types/node@24.3.0)(magicast@0.3.5)(rollup@4.50.0)(terser@5.44.0)(typescript@5.9.2)(vue-tsc@2.2.2(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))
+
'@vue/shared': 3.5.21
+
c12: 3.2.0(magicast@0.3.5)
chokidar: 4.0.3
compatx: 0.2.0
consola: 3.4.2
cookie-es: 2.0.0
defu: 6.1.4
destr: 2.0.5
-
devalue: 5.1.1
+
devalue: 5.3.2
errx: 0.1.0
-
esbuild: 0.25.5
+
esbuild: 0.25.9
escape-string-regexp: 5.0.0
estree-walker: 3.0.3
-
exsolve: 1.0.5
-
globby: 14.1.0
-
h3: 1.15.3
+
exsolve: 1.0.7
+
h3: 1.15.4
hookable: 5.5.3
-
ignore: 7.0.4
+
ignore: 7.0.5
impound: 1.0.0
-
jiti: 2.4.2
+
jiti: 2.5.1
klona: 2.0.6
knitwork: 1.2.0
-
magic-string: 0.30.17
-
mlly: 1.7.4
+
magic-string: 0.30.18
+
mlly: 1.8.0
mocked-exports: 0.1.1
nanotar: 0.2.0
-
nitropack: 2.11.12(@netlify/blobs@9.1.2)(better-sqlite3@11.10.0)
-
nypm: 0.6.0
+
nitropack: 2.12.5(better-sqlite3@11.10.0)
+
nypm: 0.6.1
ofetch: 1.4.1
ohash: 2.0.11
on-change: 5.0.1
-
oxc-parser: 0.71.0
+
oxc-minify: 0.86.0
+
oxc-parser: 0.86.0
+
oxc-transform: 0.86.0
+
oxc-walker: 0.4.0(oxc-parser@0.86.0)
pathe: 2.0.3
-
perfect-debounce: 1.0.0
-
pkg-types: 2.1.0
+
perfect-debounce: 2.0.0
+
pkg-types: 2.3.0
radix3: 1.1.2
scule: 1.3.0
semver: 7.7.2
std-env: 3.9.0
strip-literal: 3.0.0
-
tinyglobby: 0.2.13
+
tinyglobby: 0.2.14
ufo: 1.6.1
ultrahtml: 1.6.0
uncrypto: 0.1.3
unctx: 2.4.1
-
unimport: 5.0.1
-
unplugin: 2.3.5
-
unplugin-vue-router: 0.12.0(vue-router@4.5.1(vue@3.5.20(typescript@5.9.2)))(vue@3.5.20(typescript@5.9.2))
-
unstorage: 1.17.0(@netlify/blobs@9.1.2)(db0@0.3.2(better-sqlite3@11.10.0))(ioredis@5.6.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.0(db0@0.3.2(better-sqlite3@11.10.0))(ioredis@5.7.0)
untyped: 2.0.0
-
vue: 3.5.20(typescript@5.9.2)
-
vue-bundle-renderer: 2.1.1
+
vue: 3.5.21(typescript@5.9.2)
+
vue-bundle-renderer: 2.1.2
vue-devtools-stub: 0.1.0
-
vue-router: 4.5.1(vue@3.5.20(typescript@5.9.2))
+
vue-router: 4.5.1(vue@3.5.21(typescript@5.9.2))
optionalDependencies:
'@parcel/watcher': 2.5.1
-
'@types/node': 22.15.23
+
'@types/node': 24.3.0
transitivePeerDependencies:
- '@azure/app-configuration'
- '@azure/cosmos'
···
- '@vercel/blob'
- '@vercel/functions'
- '@vercel/kv'
+
- '@vue/compiler-sfc'
- aws4fetch
- better-sqlite3
- bufferutil
···
- xml2js
- yaml
-
nypm@0.5.4:
+
nypm@0.6.1:
dependencies:
citty: 0.1.6
consola: 3.4.2
pathe: 2.0.3
-
pkg-types: 1.3.1
-
tinyexec: 0.3.2
-
ufo: 1.6.1
-
-
nypm@0.6.0:
-
dependencies:
-
citty: 0.1.6
-
consola: 3.4.2
-
pathe: 2.0.3
-
pkg-types: 2.1.0
-
tinyexec: 0.3.2
+
pkg-types: 2.3.0
+
tinyexec: 1.0.1
object-assign@4.1.1: {}
object-hash@3.0.0: {}
-
-
object-inspect@1.13.4: {}
ofetch@1.4.1:
dependencies:
destr: 2.0.5
-
node-fetch-native: 1.6.6
+
node-fetch-native: 1.6.7
ufo: 1.6.1
-
ohash@1.1.6: {}
-
ohash@2.0.11: {}
on-change@5.0.1: {}
···
dependencies:
wrappy: 1.0.2
-
one-time@1.0.0:
-
dependencies:
-
fn.name: 1.1.0
-
onetime@6.0.0:
dependencies:
mimic-fn: 4.0.0
···
only@0.0.2: {}
-
open@10.1.2:
+
open@10.2.0:
dependencies:
default-browser: 5.2.1
define-lazy-prop: 3.0.0
is-inside-container: 1.0.0
-
is-wsl: 3.1.0
+
wsl-utils: 0.1.0
open@7.4.2:
dependencies:
···
is-docker: 2.2.1
is-wsl: 2.2.0
-
oxc-parser@0.71.0:
-
dependencies:
-
'@oxc-project/types': 0.71.0
+
oxc-minify@0.86.0:
optionalDependencies:
-
'@oxc-parser/binding-darwin-arm64': 0.71.0
-
'@oxc-parser/binding-darwin-x64': 0.71.0
-
'@oxc-parser/binding-freebsd-x64': 0.71.0
-
'@oxc-parser/binding-linux-arm-gnueabihf': 0.71.0
-
'@oxc-parser/binding-linux-arm-musleabihf': 0.71.0
-
'@oxc-parser/binding-linux-arm64-gnu': 0.71.0
-
'@oxc-parser/binding-linux-arm64-musl': 0.71.0
-
'@oxc-parser/binding-linux-riscv64-gnu': 0.71.0
-
'@oxc-parser/binding-linux-s390x-gnu': 0.71.0
-
'@oxc-parser/binding-linux-x64-gnu': 0.71.0
-
'@oxc-parser/binding-linux-x64-musl': 0.71.0
-
'@oxc-parser/binding-wasm32-wasi': 0.71.0
-
'@oxc-parser/binding-win32-arm64-msvc': 0.71.0
-
'@oxc-parser/binding-win32-x64-msvc': 0.71.0
-
-
p-event@6.0.1:
-
dependencies:
-
p-timeout: 6.1.4
-
-
p-limit@4.0.0:
-
dependencies:
-
yocto-queue: 1.2.1
+
'@oxc-minify/binding-android-arm64': 0.86.0
+
'@oxc-minify/binding-darwin-arm64': 0.86.0
+
'@oxc-minify/binding-darwin-x64': 0.86.0
+
'@oxc-minify/binding-freebsd-x64': 0.86.0
+
'@oxc-minify/binding-linux-arm-gnueabihf': 0.86.0
+
'@oxc-minify/binding-linux-arm-musleabihf': 0.86.0
+
'@oxc-minify/binding-linux-arm64-gnu': 0.86.0
+
'@oxc-minify/binding-linux-arm64-musl': 0.86.0
+
'@oxc-minify/binding-linux-riscv64-gnu': 0.86.0
+
'@oxc-minify/binding-linux-s390x-gnu': 0.86.0
+
'@oxc-minify/binding-linux-x64-gnu': 0.86.0
+
'@oxc-minify/binding-linux-x64-musl': 0.86.0
+
'@oxc-minify/binding-wasm32-wasi': 0.86.0
+
'@oxc-minify/binding-win32-arm64-msvc': 0.86.0
+
'@oxc-minify/binding-win32-x64-msvc': 0.86.0
-
p-locate@6.0.0:
+
oxc-parser@0.86.0:
dependencies:
-
p-limit: 4.0.0
-
-
p-map@7.0.3: {}
+
'@oxc-project/types': 0.86.0
+
optionalDependencies:
+
'@oxc-parser/binding-android-arm64': 0.86.0
+
'@oxc-parser/binding-darwin-arm64': 0.86.0
+
'@oxc-parser/binding-darwin-x64': 0.86.0
+
'@oxc-parser/binding-freebsd-x64': 0.86.0
+
'@oxc-parser/binding-linux-arm-gnueabihf': 0.86.0
+
'@oxc-parser/binding-linux-arm-musleabihf': 0.86.0
+
'@oxc-parser/binding-linux-arm64-gnu': 0.86.0
+
'@oxc-parser/binding-linux-arm64-musl': 0.86.0
+
'@oxc-parser/binding-linux-riscv64-gnu': 0.86.0
+
'@oxc-parser/binding-linux-s390x-gnu': 0.86.0
+
'@oxc-parser/binding-linux-x64-gnu': 0.86.0
+
'@oxc-parser/binding-linux-x64-musl': 0.86.0
+
'@oxc-parser/binding-wasm32-wasi': 0.86.0
+
'@oxc-parser/binding-win32-arm64-msvc': 0.86.0
+
'@oxc-parser/binding-win32-x64-msvc': 0.86.0
-
p-timeout@6.1.4: {}
+
oxc-transform@0.86.0:
+
optionalDependencies:
+
'@oxc-transform/binding-android-arm64': 0.86.0
+
'@oxc-transform/binding-darwin-arm64': 0.86.0
+
'@oxc-transform/binding-darwin-x64': 0.86.0
+
'@oxc-transform/binding-freebsd-x64': 0.86.0
+
'@oxc-transform/binding-linux-arm-gnueabihf': 0.86.0
+
'@oxc-transform/binding-linux-arm-musleabihf': 0.86.0
+
'@oxc-transform/binding-linux-arm64-gnu': 0.86.0
+
'@oxc-transform/binding-linux-arm64-musl': 0.86.0
+
'@oxc-transform/binding-linux-riscv64-gnu': 0.86.0
+
'@oxc-transform/binding-linux-s390x-gnu': 0.86.0
+
'@oxc-transform/binding-linux-x64-gnu': 0.86.0
+
'@oxc-transform/binding-linux-x64-musl': 0.86.0
+
'@oxc-transform/binding-wasm32-wasi': 0.86.0
+
'@oxc-transform/binding-win32-arm64-msvc': 0.86.0
+
'@oxc-transform/binding-win32-x64-msvc': 0.86.0
-
p-wait-for@5.0.2:
+
oxc-walker@0.4.0(oxc-parser@0.86.0):
dependencies:
-
p-timeout: 6.1.4
+
estree-walker: 3.0.3
+
magic-regexp: 0.10.0
+
oxc-parser: 0.86.0
package-json-from-dist@1.0.1: {}
···
'@types/unist': 2.0.11
character-entities-legacy: 3.0.0
character-reference-invalid: 2.0.1
-
decode-named-character-reference: 1.1.0
+
decode-named-character-reference: 1.2.0
is-alphanumerical: 2.0.1
is-decimal: 2.0.1
is-hexadecimal: 2.0.1
-
parse-git-config@3.0.0:
-
dependencies:
-
git-config-path: 2.0.0
-
ini: 1.3.8
-
-
parse-gitignore@2.0.0: {}
-
-
parse-json@8.3.0:
-
dependencies:
-
'@babel/code-frame': 7.27.1
-
index-to-position: 1.1.0
-
type-fest: 4.41.0
-
parse-ms@4.0.0: {}
parse-path@7.1.0:
···
parse5@7.3.0:
dependencies:
-
entities: 6.0.0
+
entities: 6.0.1
parseurl@1.3.3: {}
path-browserify@1.0.1: {}
-
-
path-exists@5.0.0: {}
path-is-absolute@1.0.1: {}
···
pathe@2.0.3: {}
-
pend@1.2.0: {}
+
perfect-debounce@1.0.0: {}
-
perfect-debounce@1.0.0: {}
+
perfect-debounce@2.0.0: {}
picocolors@1.1.1: {}
picomatch@2.3.1: {}
-
picomatch@4.0.2: {}
+
picomatch@4.0.3: {}
pify@2.3.0: {}
···
pkg-types@1.3.1:
dependencies:
confbox: 0.1.8
-
mlly: 1.7.4
+
mlly: 1.8.0
pathe: 2.0.3
-
pkg-types@2.1.0:
+
pkg-types@2.3.0:
dependencies:
confbox: 0.2.2
-
exsolve: 1.0.5
+
exsolve: 1.0.7
pathe: 2.0.3
-
playwright-core@1.52.0: {}
+
playwright-core@1.55.0: {}
portfinder@1.0.37:
dependencies:
···
transitivePeerDependencies:
- supports-color
-
postcss-calc@10.1.1(postcss@8.5.3):
+
postcss-calc@10.1.1(postcss@8.5.6):
dependencies:
-
postcss: 8.5.3
+
postcss: 8.5.6
postcss-selector-parser: 7.1.0
postcss-value-parser: 4.2.0
-
postcss-colormin@7.0.3(postcss@8.5.3):
+
postcss-colormin@7.0.4(postcss@8.5.6):
dependencies:
-
browserslist: 4.24.5
+
browserslist: 4.25.4
caniuse-api: 3.0.0
colord: 2.9.3
-
postcss: 8.5.3
+
postcss: 8.5.6
postcss-value-parser: 4.2.0
-
postcss-convert-values@7.0.5(postcss@8.5.3):
+
postcss-convert-values@7.0.7(postcss@8.5.6):
dependencies:
-
browserslist: 4.24.5
-
postcss: 8.5.3
+
browserslist: 4.25.4
+
postcss: 8.5.6
postcss-value-parser: 4.2.0
-
postcss-discard-comments@7.0.4(postcss@8.5.3):
+
postcss-discard-comments@7.0.4(postcss@8.5.6):
dependencies:
-
postcss: 8.5.3
+
postcss: 8.5.6
postcss-selector-parser: 7.1.0
-
postcss-discard-duplicates@7.0.2(postcss@8.5.3):
+
postcss-discard-duplicates@7.0.2(postcss@8.5.6):
dependencies:
-
postcss: 8.5.3
+
postcss: 8.5.6
-
postcss-discard-empty@7.0.1(postcss@8.5.3):
+
postcss-discard-empty@7.0.1(postcss@8.5.6):
dependencies:
-
postcss: 8.5.3
+
postcss: 8.5.6
-
postcss-discard-overridden@7.0.1(postcss@8.5.3):
+
postcss-discard-overridden@7.0.1(postcss@8.5.6):
dependencies:
-
postcss: 8.5.3
+
postcss: 8.5.6
-
postcss-import@15.1.0(postcss@8.5.3):
+
postcss-import@15.1.0(postcss@8.5.6):
dependencies:
-
postcss: 8.5.3
+
postcss: 8.5.6
postcss-value-parser: 4.2.0
read-cache: 1.0.0
resolve: 1.22.10
-
postcss-js@4.0.1(postcss@8.5.3):
+
postcss-js@4.0.1(postcss@8.5.6):
dependencies:
camelcase-css: 2.0.1
-
postcss: 8.5.3
+
postcss: 8.5.6
-
postcss-load-config@4.0.2(postcss@8.5.3):
+
postcss-load-config@4.0.2(postcss@8.5.6):
dependencies:
lilconfig: 3.1.3
-
yaml: 2.8.0
+
yaml: 2.8.1
optionalDependencies:
-
postcss: 8.5.3
+
postcss: 8.5.6
-
postcss-merge-longhand@7.0.5(postcss@8.5.3):
+
postcss-merge-longhand@7.0.5(postcss@8.5.6):
dependencies:
-
postcss: 8.5.3
+
postcss: 8.5.6
postcss-value-parser: 4.2.0
-
stylehacks: 7.0.5(postcss@8.5.3)
+
stylehacks: 7.0.6(postcss@8.5.6)
-
postcss-merge-rules@7.0.5(postcss@8.5.3):
+
postcss-merge-rules@7.0.6(postcss@8.5.6):
dependencies:
-
browserslist: 4.24.5
+
browserslist: 4.25.4
caniuse-api: 3.0.0
-
cssnano-utils: 5.0.1(postcss@8.5.3)
-
postcss: 8.5.3
+
cssnano-utils: 5.0.1(postcss@8.5.6)
+
postcss: 8.5.6
postcss-selector-parser: 7.1.0
-
postcss-minify-font-values@7.0.1(postcss@8.5.3):
+
postcss-minify-font-values@7.0.1(postcss@8.5.6):
dependencies:
-
postcss: 8.5.3
+
postcss: 8.5.6
postcss-value-parser: 4.2.0
-
postcss-minify-gradients@7.0.1(postcss@8.5.3):
+
postcss-minify-gradients@7.0.1(postcss@8.5.6):
dependencies:
colord: 2.9.3
-
cssnano-utils: 5.0.1(postcss@8.5.3)
-
postcss: 8.5.3
+
cssnano-utils: 5.0.1(postcss@8.5.6)
+
postcss: 8.5.6
postcss-value-parser: 4.2.0
-
postcss-minify-params@7.0.3(postcss@8.5.3):
+
postcss-minify-params@7.0.4(postcss@8.5.6):
dependencies:
-
browserslist: 4.24.5
-
cssnano-utils: 5.0.1(postcss@8.5.3)
-
postcss: 8.5.3
+
browserslist: 4.25.4
+
cssnano-utils: 5.0.1(postcss@8.5.6)
+
postcss: 8.5.6
postcss-value-parser: 4.2.0
-
postcss-minify-selectors@7.0.5(postcss@8.5.3):
+
postcss-minify-selectors@7.0.5(postcss@8.5.6):
dependencies:
cssesc: 3.0.0
-
postcss: 8.5.3
+
postcss: 8.5.6
postcss-selector-parser: 7.1.0
-
postcss-nested@6.2.0(postcss@8.5.3):
+
postcss-nested@6.2.0(postcss@8.5.6):
dependencies:
-
postcss: 8.5.3
+
postcss: 8.5.6
postcss-selector-parser: 6.1.2
-
postcss-nesting@13.0.1(postcss@8.5.3):
+
postcss-nesting@13.0.2(postcss@8.5.6):
dependencies:
-
'@csstools/selector-resolve-nested': 3.0.0(postcss-selector-parser@7.1.0)
+
'@csstools/selector-resolve-nested': 3.1.0(postcss-selector-parser@7.1.0)
'@csstools/selector-specificity': 5.0.0(postcss-selector-parser@7.1.0)
-
postcss: 8.5.3
+
postcss: 8.5.6
postcss-selector-parser: 7.1.0
-
postcss-normalize-charset@7.0.1(postcss@8.5.3):
+
postcss-normalize-charset@7.0.1(postcss@8.5.6):
dependencies:
-
postcss: 8.5.3
+
postcss: 8.5.6
-
postcss-normalize-display-values@7.0.1(postcss@8.5.3):
+
postcss-normalize-display-values@7.0.1(postcss@8.5.6):
dependencies:
-
postcss: 8.5.3
+
postcss: 8.5.6
postcss-value-parser: 4.2.0
-
postcss-normalize-positions@7.0.1(postcss@8.5.3):
+
postcss-normalize-positions@7.0.1(postcss@8.5.6):
dependencies:
-
postcss: 8.5.3
+
postcss: 8.5.6
postcss-value-parser: 4.2.0
-
postcss-normalize-repeat-style@7.0.1(postcss@8.5.3):
+
postcss-normalize-repeat-style@7.0.1(postcss@8.5.6):
dependencies:
-
postcss: 8.5.3
+
postcss: 8.5.6
postcss-value-parser: 4.2.0
-
postcss-normalize-string@7.0.1(postcss@8.5.3):
+
postcss-normalize-string@7.0.1(postcss@8.5.6):
dependencies:
-
postcss: 8.5.3
+
postcss: 8.5.6
postcss-value-parser: 4.2.0
-
postcss-normalize-timing-functions@7.0.1(postcss@8.5.3):
+
postcss-normalize-timing-functions@7.0.1(postcss@8.5.6):
dependencies:
-
postcss: 8.5.3
+
postcss: 8.5.6
postcss-value-parser: 4.2.0
-
postcss-normalize-unicode@7.0.3(postcss@8.5.3):
+
postcss-normalize-unicode@7.0.4(postcss@8.5.6):
dependencies:
-
browserslist: 4.24.5
-
postcss: 8.5.3
+
browserslist: 4.25.4
+
postcss: 8.5.6
postcss-value-parser: 4.2.0
-
postcss-normalize-url@7.0.1(postcss@8.5.3):
+
postcss-normalize-url@7.0.1(postcss@8.5.6):
dependencies:
-
postcss: 8.5.3
+
postcss: 8.5.6
postcss-value-parser: 4.2.0
-
postcss-normalize-whitespace@7.0.1(postcss@8.5.3):
+
postcss-normalize-whitespace@7.0.1(postcss@8.5.6):
dependencies:
-
postcss: 8.5.3
+
postcss: 8.5.6
postcss-value-parser: 4.2.0
-
postcss-ordered-values@7.0.2(postcss@8.5.3):
+
postcss-ordered-values@7.0.2(postcss@8.5.6):
dependencies:
-
cssnano-utils: 5.0.1(postcss@8.5.3)
-
postcss: 8.5.3
+
cssnano-utils: 5.0.1(postcss@8.5.6)
+
postcss: 8.5.6
postcss-value-parser: 4.2.0
-
postcss-reduce-initial@7.0.3(postcss@8.5.3):
+
postcss-reduce-initial@7.0.4(postcss@8.5.6):
dependencies:
-
browserslist: 4.24.5
+
browserslist: 4.25.4
caniuse-api: 3.0.0
-
postcss: 8.5.3
+
postcss: 8.5.6
-
postcss-reduce-transforms@7.0.1(postcss@8.5.3):
+
postcss-reduce-transforms@7.0.1(postcss@8.5.6):
dependencies:
-
postcss: 8.5.3
+
postcss: 8.5.6
postcss-value-parser: 4.2.0
postcss-selector-parser@6.0.10:
···
cssesc: 3.0.0
util-deprecate: 1.0.2
-
postcss-svgo@7.0.2(postcss@8.5.3):
+
postcss-svgo@7.1.0(postcss@8.5.6):
dependencies:
-
postcss: 8.5.3
+
postcss: 8.5.6
postcss-value-parser: 4.2.0
-
svgo: 3.3.2
+
svgo: 4.0.0
-
postcss-unique-selectors@7.0.4(postcss@8.5.3):
+
postcss-unique-selectors@7.0.4(postcss@8.5.6):
dependencies:
-
postcss: 8.5.3
+
postcss: 8.5.6
postcss-selector-parser: 7.1.0
postcss-value-parser@4.2.0: {}
-
postcss-values-parser@6.0.2(postcss@8.5.3):
-
dependencies:
-
color-name: 1.1.4
-
is-url-superb: 4.0.0
-
postcss: 8.5.3
-
quote-unquote: 1.0.0
-
-
postcss@8.5.3:
-
dependencies:
-
nanoid: 3.3.11
-
picocolors: 1.1.1
-
source-map-js: 1.2.1
-
postcss@8.5.6:
dependencies:
nanoid: 3.3.11
···
mkdirp-classic: 0.5.3
napi-build-utils: 2.0.0
node-abi: 3.75.0
-
pump: 3.0.2
+
pump: 3.0.3
rc: 1.2.8
simple-get: 4.0.1
tar-fs: 2.1.3
tunnel-agent: 0.6.0
+
optional: true
-
precinct@12.2.0:
-
dependencies:
-
'@dependents/detective-less': 5.0.1
-
commander: 12.1.0
-
detective-amd: 6.0.1
-
detective-cjs: 6.0.1
-
detective-es6: 5.0.1
-
detective-postcss: 7.0.1(postcss@8.5.3)
-
detective-sass: 6.0.1
-
detective-scss: 5.0.1
-
detective-stylus: 5.0.1
-
detective-typescript: 14.0.0(typescript@5.9.2)
-
detective-vue2: 2.2.0(typescript@5.9.2)
-
module-definition: 6.0.1
-
node-source-walk: 7.0.1
-
postcss: 8.5.3
-
typescript: 5.9.2
-
transitivePeerDependencies:
-
- supports-color
+
prettier@3.6.2: {}
-
pretty-bytes@6.1.1: {}
+
pretty-bytes@7.0.1: {}
pretty-ms@9.2.0:
dependencies:
···
protocols@2.0.2: {}
-
pump@3.0.2:
+
pump@3.0.3:
dependencies:
-
end-of-stream: 1.4.4
+
end-of-stream: 1.4.5
once: 1.4.0
+
optional: true
-
qs@6.14.0:
-
dependencies:
-
side-channel: 1.1.0
-
-
quansync@0.2.10: {}
+
quansync@0.2.11: {}
queue-microtask@1.2.3: {}
-
-
quote-unquote@1.0.0: {}
radix3@1.1.2: {}
···
ini: 1.3.8
minimist: 1.2.8
strip-json-comments: 2.0.1
+
optional: true
read-cache@1.0.0:
dependencies:
pify: 2.3.0
-
read-package-up@11.0.0:
-
dependencies:
-
find-up-simple: 1.0.1
-
read-pkg: 9.0.1
-
type-fest: 4.41.0
-
-
read-pkg@9.0.1:
-
dependencies:
-
'@types/normalize-package-data': 2.4.4
-
normalize-package-data: 6.0.2
-
parse-json: 8.3.0
-
type-fest: 4.41.0
-
unicorn-magic: 0.1.0
-
readable-stream@2.3.8:
dependencies:
core-util-is: 1.0.3
···
inherits: 2.0.4
string_decoder: 1.3.0
util-deprecate: 1.0.2
+
optional: true
readable-stream@4.7.0:
dependencies:
···
dependencies:
regex-utilities: 2.3.0
+
regexp-tree@0.1.27: {}
+
rehype-external-links@3.0.0:
dependencies:
'@types/hast': 3.0.4
···
'@types/hast': 3.0.4
unist-util-visit: 5.0.0
-
remark-emoji@5.0.1:
+
remark-emoji@5.0.2:
dependencies:
'@types/mdast': 4.0.4
emoticon: 4.1.0
···
unified: 11.0.5
unist-util-visit: 5.0.0
unist-util-visit-parents: 6.0.1
-
yaml: 2.8.0
+
yaml: 2.8.1
transitivePeerDependencies:
- supports-color
···
mdast-util-to-markdown: 2.1.2
unified: 11.0.5
-
remove-trailing-separator@1.1.0: {}
-
replace-in-file@6.3.5:
dependencies:
chalk: 4.1.2
···
yargs: 17.7.2
require-directory@2.1.1: {}
-
-
require-package-name@2.0.1: {}
resolve-from@5.0.0: {}
···
path-parse: 1.0.7
supports-preserve-symlinks-flag: 1.0.0
-
resolve@2.0.0-next.5:
-
dependencies:
-
is-core-module: 2.16.1
-
path-parse: 1.0.7
-
supports-preserve-symlinks-flag: 1.0.0
-
reusify@1.1.0: {}
rfdc@1.4.1: {}
-
rollup-plugin-visualizer@5.14.0(rollup@4.41.1):
+
rollup-plugin-visualizer@6.0.3(rollup@4.50.0):
dependencies:
open: 8.4.2
-
picomatch: 4.0.2
-
source-map: 0.7.4
+
picomatch: 4.0.3
+
source-map: 0.7.6
yargs: 17.7.2
optionalDependencies:
-
rollup: 4.41.1
+
rollup: 4.50.0
-
rollup@4.41.1:
+
rollup@4.50.0:
dependencies:
-
'@types/estree': 1.0.7
+
'@types/estree': 1.0.8
optionalDependencies:
-
'@rollup/rollup-android-arm-eabi': 4.41.1
-
'@rollup/rollup-android-arm64': 4.41.1
-
'@rollup/rollup-darwin-arm64': 4.41.1
-
'@rollup/rollup-darwin-x64': 4.41.1
-
'@rollup/rollup-freebsd-arm64': 4.41.1
-
'@rollup/rollup-freebsd-x64': 4.41.1
-
'@rollup/rollup-linux-arm-gnueabihf': 4.41.1
-
'@rollup/rollup-linux-arm-musleabihf': 4.41.1
-
'@rollup/rollup-linux-arm64-gnu': 4.41.1
-
'@rollup/rollup-linux-arm64-musl': 4.41.1
-
'@rollup/rollup-linux-loongarch64-gnu': 4.41.1
-
'@rollup/rollup-linux-powerpc64le-gnu': 4.41.1
-
'@rollup/rollup-linux-riscv64-gnu': 4.41.1
-
'@rollup/rollup-linux-riscv64-musl': 4.41.1
-
'@rollup/rollup-linux-s390x-gnu': 4.41.1
-
'@rollup/rollup-linux-x64-gnu': 4.41.1
-
'@rollup/rollup-linux-x64-musl': 4.41.1
-
'@rollup/rollup-win32-arm64-msvc': 4.41.1
-
'@rollup/rollup-win32-ia32-msvc': 4.41.1
-
'@rollup/rollup-win32-x64-msvc': 4.41.1
+
'@rollup/rollup-android-arm-eabi': 4.50.0
+
'@rollup/rollup-android-arm64': 4.50.0
+
'@rollup/rollup-darwin-arm64': 4.50.0
+
'@rollup/rollup-darwin-x64': 4.50.0
+
'@rollup/rollup-freebsd-arm64': 4.50.0
+
'@rollup/rollup-freebsd-x64': 4.50.0
+
'@rollup/rollup-linux-arm-gnueabihf': 4.50.0
+
'@rollup/rollup-linux-arm-musleabihf': 4.50.0
+
'@rollup/rollup-linux-arm64-gnu': 4.50.0
+
'@rollup/rollup-linux-arm64-musl': 4.50.0
+
'@rollup/rollup-linux-loongarch64-gnu': 4.50.0
+
'@rollup/rollup-linux-ppc64-gnu': 4.50.0
+
'@rollup/rollup-linux-riscv64-gnu': 4.50.0
+
'@rollup/rollup-linux-riscv64-musl': 4.50.0
+
'@rollup/rollup-linux-s390x-gnu': 4.50.0
+
'@rollup/rollup-linux-x64-gnu': 4.50.0
+
'@rollup/rollup-linux-x64-musl': 4.50.0
+
'@rollup/rollup-openharmony-arm64': 4.50.0
+
'@rollup/rollup-win32-arm64-msvc': 4.50.0
+
'@rollup/rollup-win32-ia32-msvc': 4.50.0
+
'@rollup/rollup-win32-x64-msvc': 4.50.0
fsevents: 2.3.3
run-applescript@7.0.0: {}
···
es-errors: 1.3.0
is-regex: 1.2.1
-
safe-stable-stringify@2.5.0: {}
-
satori-html@0.3.2:
dependencies:
ultrahtml: 1.6.0
-
satori@0.13.1:
+
satori@0.13.2:
dependencies:
'@shuding/opentype.js': 1.4.0-beta.0
css-background-parser: 0.1.0
···
parse-css-color: 0.2.1
postcss-value-parser: 4.2.0
yoga-wasm-web: 0.3.3
+
+
sax@1.4.1: {}
scule@1.3.0: {}
···
ms: 2.1.3
on-finished: 2.4.1
range-parser: 1.2.1
-
statuses: 2.0.1
+
statuses: 2.0.2
transitivePeerDependencies:
- supports-color
···
shebang-regex@3.0.0: {}
-
shell-quote@1.8.2: {}
+
shell-quote@1.8.3: {}
-
shiki@3.4.2:
+
shiki@3.12.2:
dependencies:
-
'@shikijs/core': 3.4.2
-
'@shikijs/engine-javascript': 3.4.2
-
'@shikijs/engine-oniguruma': 3.4.2
-
'@shikijs/langs': 3.4.2
-
'@shikijs/themes': 3.4.2
-
'@shikijs/types': 3.4.2
+
'@shikijs/core': 3.12.2
+
'@shikijs/engine-javascript': 3.12.2
+
'@shikijs/engine-oniguruma': 3.12.2
+
'@shikijs/langs': 3.12.2
+
'@shikijs/themes': 3.12.2
+
'@shikijs/types': 3.12.2
'@shikijs/vscode-textmate': 10.0.2
'@types/hast': 3.0.4
-
side-channel-list@1.0.0:
-
dependencies:
-
es-errors: 1.3.0
-
object-inspect: 1.13.4
-
-
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
-
-
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
-
-
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
-
signal-exit@4.1.0: {}
-
simple-analytics-vue@3.0.3(vue@3.5.20(typescript@5.9.2)):
-
dependencies:
-
vue: 3.5.20(typescript@5.9.2)
-
-
simple-concat@1.0.1: {}
+
simple-concat@1.0.1:
+
optional: true
simple-get@4.0.1:
dependencies:
decompress-response: 6.0.0
once: 1.4.0
simple-concat: 1.0.1
+
optional: true
-
simple-git@3.27.0:
+
simple-git@3.28.0:
dependencies:
'@kwsites/file-exists': 1.1.1
'@kwsites/promise-deferred': 1.1.1
···
transitivePeerDependencies:
- supports-color
-
simple-swizzle@0.2.2:
-
dependencies:
-
is-arrayish: 0.3.2
-
sirv@3.0.1:
dependencies:
'@polka/url': 1.0.0-next.29
···
sisteransi@1.0.5: {}
-
site-config-stack@3.2.0(vue@3.5.20(typescript@5.9.2)):
+
site-config-stack@3.2.2(vue@3.5.21(typescript@5.9.2)):
dependencies:
ufo: 1.6.1
-
vue: 3.5.20(typescript@5.9.2)
+
vue: 3.5.21(typescript@5.9.2)
skin-tone@2.0.0:
dependencies:
···
source-map@0.6.1: {}
-
source-map@0.7.4: {}
+
source-map@0.7.6: {}
space-separated-tokens@2.0.2: {}
-
spdx-correct@3.2.0:
-
dependencies:
-
spdx-expression-parse: 3.0.1
-
spdx-license-ids: 3.0.21
-
-
spdx-exceptions@2.5.0: {}
-
-
spdx-expression-parse@3.0.1:
-
dependencies:
-
spdx-exceptions: 2.5.0
-
spdx-license-ids: 3.0.21
-
-
spdx-license-ids@3.0.21: {}
-
speakingurl@14.0.1: {}
-
-
stack-trace@0.0.10: {}
standard-as-callback@2.1.0: {}
statuses@1.5.0: {}
statuses@2.0.1: {}
+
+
statuses@2.0.2: {}
std-env@3.9.0: {}
-
streamx@2.22.0:
+
streamx@2.22.1:
dependencies:
fast-fifo: 1.3.2
text-decoder: 1.2.3
optionalDependencies:
-
bare-events: 2.5.4
+
bare-events: 2.6.1
string-width@4.2.3:
dependencies:
···
strip-ansi@7.1.0:
dependencies:
-
ansi-regex: 6.1.0
+
ansi-regex: 6.2.0
strip-final-newline@3.0.0: {}
strip-final-newline@4.0.0: {}
-
strip-json-comments@2.0.1: {}
+
strip-json-comments@2.0.1:
+
optional: true
strip-literal@3.0.0:
dependencies:
···
structured-clone-es@1.0.0: {}
-
stylehacks@7.0.5(postcss@8.5.3):
+
stylehacks@7.0.6(postcss@8.5.6):
dependencies:
-
browserslist: 4.24.5
-
postcss: 8.5.3
+
browserslist: 4.25.4
+
postcss: 8.5.6
postcss-selector-parser: 7.1.0
sucrase@3.35.0:
dependencies:
-
'@jridgewell/gen-mapping': 0.3.8
+
'@jridgewell/gen-mapping': 0.3.13
commander: 4.1.1
glob: 10.4.5
lines-and-columns: 1.2.4
···
dependencies:
copy-anything: 3.0.5
-
supports-color@10.0.0: {}
+
supports-color@10.2.0: {}
supports-color@7.2.0:
dependencies:
···
supports-preserve-symlinks-flag@1.0.0: {}
-
svgo@3.3.2:
+
svgo@4.0.0:
dependencies:
-
'@trysound/sax': 0.2.0
-
commander: 7.2.0
-
css-select: 5.1.0
-
css-tree: 2.3.1
-
css-what: 6.1.0
+
commander: 11.1.0
+
css-select: 5.2.2
+
css-tree: 3.1.0
+
css-what: 6.2.2
csso: 5.0.5
picocolors: 1.1.1
+
sax: 1.4.1
system-architecture@0.1.0: {}
···
'@koa/router': 12.0.2
commander: 6.2.1
fs-extra: 9.1.0
-
koa: 2.16.1
+
koa: 2.16.2
koa-static: 5.0.0
open: 7.4.2
portfinder: 1.0.37
···
normalize-path: 3.0.0
object-hash: 3.0.0
picocolors: 1.1.1
-
postcss: 8.5.3
-
postcss-import: 15.1.0(postcss@8.5.3)
-
postcss-js: 4.0.1(postcss@8.5.3)
-
postcss-load-config: 4.0.2(postcss@8.5.3)
-
postcss-nested: 6.2.0(postcss@8.5.3)
+
postcss: 8.5.6
+
postcss-import: 15.1.0(postcss@8.5.6)
+
postcss-js: 4.0.1(postcss@8.5.6)
+
postcss-load-config: 4.0.2(postcss@8.5.6)
+
postcss-nested: 6.2.0(postcss@8.5.6)
postcss-selector-parser: 6.1.2
resolve: 1.22.10
sucrase: 3.35.0
transitivePeerDependencies:
- ts-node
-
tapable@2.2.2: {}
+
tapable@2.2.3: {}
tar-fs@2.1.3:
dependencies:
chownr: 1.1.4
mkdirp-classic: 0.5.3
-
pump: 3.0.2
+
pump: 3.0.3
tar-stream: 2.2.0
+
optional: true
tar-stream@2.2.0:
dependencies:
bl: 4.1.0
-
end-of-stream: 1.4.4
+
end-of-stream: 1.4.5
fs-constants: 1.0.0
inherits: 2.0.4
readable-stream: 3.6.2
+
optional: true
tar-stream@3.1.7:
dependencies:
b4a: 1.6.7
fast-fifo: 1.3.2
-
streamx: 2.22.0
-
-
tar@6.2.1:
-
dependencies:
-
chownr: 2.0.0
-
fs-minipass: 2.1.0
-
minipass: 5.0.0
-
minizlib: 2.1.2
-
mkdirp: 1.0.4
-
yallist: 4.0.0
+
streamx: 2.22.1
tar@7.4.3:
dependencies:
···
mkdirp: 3.0.1
yallist: 5.0.0
-
terser@5.40.0:
+
terser@5.44.0:
dependencies:
-
'@jridgewell/source-map': 0.3.6
-
acorn: 8.14.1
+
'@jridgewell/source-map': 0.3.11
+
acorn: 8.15.0
commander: 2.20.3
source-map-support: 0.5.21
···
dependencies:
b4a: 1.6.7
-
text-hex@1.0.0: {}
-
thenify-all@1.6.0:
dependencies:
thenify: 3.3.1
···
tiny-invariant@1.3.3: {}
-
tinyexec@0.3.2: {}
-
tinyexec@1.0.1: {}
-
tinyglobby@0.2.13:
-
dependencies:
-
fdir: 6.4.5(picomatch@4.0.2)
-
picomatch: 4.0.2
-
tinyglobby@0.2.14:
dependencies:
-
fdir: 6.4.5(picomatch@4.0.2)
-
picomatch: 4.0.2
-
-
tmp-promise@3.0.3:
-
dependencies:
-
tmp: 0.2.3
-
-
tmp@0.2.3: {}
+
fdir: 6.5.0(picomatch@4.0.3)
+
picomatch: 4.0.3
to-regex-range@5.0.1:
dependencies:
···
toidentifier@1.0.1: {}
-
toml@3.0.0: {}
-
totalist@3.0.1: {}
tr46@0.0.3: {}
···
trim-lines@3.0.1: {}
trim-trailing-lines@2.1.0: {}
-
-
triple-beam@1.4.1: {}
trough@2.2.0: {}
-
ts-api-utils@2.1.0(typescript@5.9.2):
-
dependencies:
-
typescript: 5.9.2
-
ts-interface-checker@0.1.13: {}
-
tslib@2.8.1: {}
+
tslib@2.8.1:
+
optional: true
tsscmp@1.0.6: {}
tunnel-agent@0.6.0:
dependencies:
safe-buffer: 5.2.1
+
optional: true
type-fest@4.41.0: {}
···
dependencies:
media-typer: 0.3.0
mime-types: 2.1.35
+
+
type-level-regexp@0.1.17: {}
typescript@5.9.2: {}
···
unctx@2.4.1:
dependencies:
-
acorn: 8.14.1
+
acorn: 8.15.0
estree-walker: 3.0.3
-
magic-string: 0.30.17
-
unplugin: 2.3.5
+
magic-string: 0.30.18
+
unplugin: 2.3.10
-
undici-types@6.21.0: {}
+
undici-types@7.10.0: {}
-
unenv@2.0.0-rc.17:
+
unenv@2.0.0-rc.20:
dependencies:
defu: 6.1.4
-
exsolve: 1.0.5
+
exsolve: 1.0.7
ohash: 2.0.11
pathe: 2.0.3
ufo: 1.6.1
···
dependencies:
pako: 0.2.9
tiny-inflate: 1.0.3
-
-
unicorn-magic@0.1.0: {}
unicorn-magic@0.3.0: {}
···
trough: 2.2.0
vfile: 6.0.3
-
unimport@5.0.1:
+
unimport@5.2.0:
dependencies:
-
acorn: 8.14.1
+
acorn: 8.15.0
escape-string-regexp: 5.0.0
estree-walker: 3.0.3
-
local-pkg: 1.1.1
-
magic-string: 0.30.17
-
mlly: 1.7.4
+
local-pkg: 1.1.2
+
magic-string: 0.30.18
+
mlly: 1.8.0
pathe: 2.0.3
-
picomatch: 4.0.2
-
pkg-types: 2.1.0
+
picomatch: 4.0.3
+
pkg-types: 2.3.0
scule: 1.3.0
strip-literal: 3.0.0
-
tinyglobby: 0.2.13
-
unplugin: 2.3.5
-
unplugin-utils: 0.2.4
+
tinyglobby: 0.2.14
+
unplugin: 2.3.10
+
unplugin-utils: 0.2.5
unist-builder@4.0.0:
dependencies:
···
universalify@2.0.1: {}
-
unixify@1.0.0:
+
unplugin-utils@0.2.5:
dependencies:
-
normalize-path: 2.1.1
+
pathe: 2.0.3
+
picomatch: 4.0.3
-
unplugin-utils@0.2.4:
+
unplugin-utils@0.3.0:
dependencies:
pathe: 2.0.3
-
picomatch: 4.0.2
+
picomatch: 4.0.3
-
unplugin-vue-router@0.12.0(vue-router@4.5.1(vue@3.5.20(typescript@5.9.2)))(vue@3.5.20(typescript@5.9.2)):
+
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)):
dependencies:
-
'@babel/types': 7.27.3
-
'@vue-macros/common': 1.16.1(vue@3.5.20(typescript@5.9.2))
-
ast-walker-scope: 0.6.2
+
'@vue-macros/common': 3.0.0-beta.16(vue@3.5.21(typescript@5.9.2))
+
'@vue/compiler-sfc': 3.5.21
+
'@vue/language-core': 3.0.6(typescript@5.9.2)
+
ast-walker-scope: 0.8.2
chokidar: 4.0.3
-
fast-glob: 3.3.3
json5: 2.2.3
-
local-pkg: 1.1.1
-
magic-string: 0.30.17
-
micromatch: 4.0.8
-
mlly: 1.7.4
+
local-pkg: 1.1.2
+
magic-string: 0.30.18
+
mlly: 1.8.0
+
muggle-string: 0.4.1
pathe: 2.0.3
+
picomatch: 4.0.3
scule: 1.3.0
-
unplugin: 2.3.5
-
unplugin-utils: 0.2.4
-
yaml: 2.8.0
+
tinyglobby: 0.2.14
+
unplugin: 2.3.10
+
unplugin-utils: 0.2.5
+
yaml: 2.8.1
optionalDependencies:
-
vue-router: 4.5.1(vue@3.5.20(typescript@5.9.2))
+
vue-router: 4.5.1(vue@3.5.21(typescript@5.9.2))
transitivePeerDependencies:
+
- typescript
- vue
-
unplugin@1.16.1:
+
unplugin@2.3.10:
dependencies:
-
acorn: 8.14.1
+
'@jridgewell/remapping': 2.3.5
+
acorn: 8.15.0
+
picomatch: 4.0.3
webpack-virtual-modules: 0.6.2
-
unplugin@2.3.5:
-
dependencies:
-
acorn: 8.14.1
-
picomatch: 4.0.2
-
webpack-virtual-modules: 0.6.2
-
-
unstorage@1.17.0(@netlify/blobs@9.1.2)(db0@0.3.2(better-sqlite3@11.10.0))(ioredis@5.6.1):
+
unstorage@1.17.0(db0@0.3.2(better-sqlite3@11.10.0))(ioredis@5.7.0):
dependencies:
anymatch: 3.1.3
chokidar: 4.0.3
···
ofetch: 1.4.1
ufo: 1.6.1
optionalDependencies:
-
'@netlify/blobs': 9.1.2
db0: 0.3.2(better-sqlite3@11.10.0)
-
ioredis: 5.6.1
+
ioredis: 5.7.0
untun@0.1.3:
dependencies:
···
dependencies:
citty: 0.1.6
defu: 6.1.4
-
jiti: 2.4.2
+
jiti: 2.5.1
knitwork: 1.2.0
scule: 1.3.0
-
unwasm@0.3.9:
+
unwasm@0.3.11:
dependencies:
knitwork: 1.2.0
-
magic-string: 0.30.17
-
mlly: 1.7.4
-
pathe: 1.1.2
-
pkg-types: 1.3.1
-
unplugin: 1.16.1
+
magic-string: 0.30.18
+
mlly: 1.8.0
+
pathe: 2.0.3
+
pkg-types: 2.3.0
+
unplugin: 2.3.10
-
update-browserslist-db@1.1.3(browserslist@4.24.5):
+
update-browserslist-db@1.1.3(browserslist@4.25.4):
dependencies:
-
browserslist: 4.24.5
+
browserslist: 4.25.4
escalade: 3.2.0
picocolors: 1.1.1
uqr@0.1.2: {}
-
urlpattern-polyfill@10.1.0: {}
-
-
urlpattern-polyfill@8.0.2: {}
-
util-deprecate@1.0.2: {}
-
uuid@11.1.0: {}
-
-
validate-npm-package-license@3.0.4:
-
dependencies:
-
spdx-correct: 3.2.0
-
spdx-expression-parse: 3.0.1
-
vary@1.1.2: {}
vfile-location@5.0.3:
···
'@types/unist': 3.0.3
vfile: 6.0.3
-
vfile-message@4.0.2:
+
vfile-message@4.0.3:
dependencies:
'@types/unist': 3.0.3
unist-util-stringify-position: 4.0.0
···
vfile@6.0.3:
dependencies:
'@types/unist': 3.0.3
-
vfile-message: 4.0.2
+
vfile-message: 4.0.3
-
vite-dev-rpc@1.0.7(vite@6.3.5(@types/node@22.15.23)(jiti@2.4.2)(terser@5.40.0)(yaml@2.8.0)):
+
vite-dev-rpc@1.1.0(vite@7.1.4(@types/node@24.3.0)(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1)):
dependencies:
-
birpc: 2.3.0
-
vite: 6.3.5(@types/node@22.15.23)(jiti@2.4.2)(terser@5.40.0)(yaml@2.8.0)
-
vite-hot-client: 2.0.4(vite@6.3.5(@types/node@22.15.23)(jiti@2.4.2)(terser@5.40.0)(yaml@2.8.0))
+
birpc: 2.5.0
+
vite: 7.1.4(@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.4(@types/node@24.3.0)(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1))
-
vite-hot-client@2.0.4(vite@6.3.5(@types/node@22.15.23)(jiti@2.4.2)(terser@5.40.0)(yaml@2.8.0)):
+
vite-hot-client@2.1.0(vite@7.1.4(@types/node@24.3.0)(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1)):
dependencies:
-
vite: 6.3.5(@types/node@22.15.23)(jiti@2.4.2)(terser@5.40.0)(yaml@2.8.0)
+
vite: 7.1.4(@types/node@24.3.0)(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1)
-
vite-node@3.1.4(@types/node@22.15.23)(jiti@2.4.2)(terser@5.40.0)(yaml@2.8.0):
+
vite-node@3.2.4(@types/node@24.3.0)(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: 6.3.5(@types/node@22.15.23)(jiti@2.4.2)(terser@5.40.0)(yaml@2.8.0)
+
vite: 7.1.4(@types/node@24.3.0)(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1)
transitivePeerDependencies:
- '@types/node'
- jiti
···
- tsx
- yaml
-
vite-plugin-checker@0.9.3(@biomejs/biome@1.9.4)(typescript@5.9.2)(vite@6.3.5(@types/node@22.15.23)(jiti@2.4.2)(terser@5.40.0)(yaml@2.8.0))(vue-tsc@2.2.2(typescript@5.9.2)):
+
vite-plugin-checker@0.10.3(@biomejs/biome@1.9.4)(typescript@5.9.2)(vite@7.1.4(@types/node@24.3.0)(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1))(vue-tsc@2.2.2(typescript@5.9.2)):
dependencies:
'@babel/code-frame': 7.27.1
chokidar: 4.0.3
npm-run-path: 6.0.0
picocolors: 1.1.1
-
picomatch: 4.0.2
+
picomatch: 4.0.3
strip-ansi: 7.1.0
tiny-invariant: 1.3.3
-
tinyglobby: 0.2.13
-
vite: 6.3.5(@types/node@22.15.23)(jiti@2.4.2)(terser@5.40.0)(yaml@2.8.0)
+
tinyglobby: 0.2.14
+
vite: 7.1.4(@types/node@24.3.0)(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1)
vscode-uri: 3.1.0
optionalDependencies:
'@biomejs/biome': 1.9.4
typescript: 5.9.2
vue-tsc: 2.2.2(typescript@5.9.2)
-
vite-plugin-inspect@11.1.0(@nuxt/kit@3.17.4(magicast@0.3.5))(vite@6.3.5(@types/node@22.15.23)(jiti@2.4.2)(terser@5.40.0)(yaml@2.8.0)):
+
vite-plugin-inspect@11.3.3(@nuxt/kit@3.19.0(magicast@0.3.5))(vite@7.1.4(@types/node@24.3.0)(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1)):
dependencies:
-
ansis: 3.17.0
+
ansis: 4.1.0
debug: 4.4.1
error-stack-parser-es: 1.0.5
ohash: 2.0.11
-
open: 10.1.2
-
perfect-debounce: 1.0.0
+
open: 10.2.0
+
perfect-debounce: 2.0.0
sirv: 3.0.1
-
unplugin-utils: 0.2.4
-
vite: 6.3.5(@types/node@22.15.23)(jiti@2.4.2)(terser@5.40.0)(yaml@2.8.0)
-
vite-dev-rpc: 1.0.7(vite@6.3.5(@types/node@22.15.23)(jiti@2.4.2)(terser@5.40.0)(yaml@2.8.0))
+
unplugin-utils: 0.3.0
+
vite: 7.1.4(@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.4(@types/node@24.3.0)(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1))
optionalDependencies:
-
'@nuxt/kit': 3.17.4(magicast@0.3.5)
+
'@nuxt/kit': 3.19.0(magicast@0.3.5)
transitivePeerDependencies:
- supports-color
-
vite-plugin-vue-tracer@0.1.3(vite@6.3.5(@types/node@22.15.23)(jiti@2.4.2)(terser@5.40.0)(yaml@2.8.0))(vue@3.5.20(typescript@5.9.2)):
+
vite-plugin-vue-tracer@1.0.0(vite@7.1.4(@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)):
dependencies:
estree-walker: 3.0.3
-
exsolve: 1.0.5
-
magic-string: 0.30.17
+
exsolve: 1.0.7
+
magic-string: 0.30.18
pathe: 2.0.3
source-map-js: 1.2.1
-
vite: 6.3.5(@types/node@22.15.23)(jiti@2.4.2)(terser@5.40.0)(yaml@2.8.0)
-
vue: 3.5.20(typescript@5.9.2)
+
vite: 7.1.4(@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@6.3.5(@types/node@22.15.23)(jiti@2.4.2)(terser@5.40.0)(yaml@2.8.0):
+
vite@7.1.4(@types/node@24.3.0)(jiti@2.5.1)(terser@5.44.0)(yaml@2.8.1):
dependencies:
-
esbuild: 0.25.5
-
fdir: 6.4.5(picomatch@4.0.2)
-
picomatch: 4.0.2
-
postcss: 8.5.3
-
rollup: 4.41.1
-
tinyglobby: 0.2.13
+
esbuild: 0.25.9
+
fdir: 6.5.0(picomatch@4.0.3)
+
picomatch: 4.0.3
+
postcss: 8.5.6
+
rollup: 4.50.0
+
tinyglobby: 0.2.14
optionalDependencies:
-
'@types/node': 22.15.23
+
'@types/node': 24.3.0
fsevents: 2.3.3
-
jiti: 2.4.2
-
terser: 5.40.0
-
yaml: 2.8.0
+
jiti: 2.5.1
+
terser: 5.44.0
+
yaml: 2.8.1
vscode-uri@3.1.0: {}
-
vue-bundle-renderer@2.1.1:
+
vue-bundle-renderer@2.1.2:
dependencies:
ufo: 1.6.1
-
vue-component-meta@2.2.10(typescript@5.9.2):
+
vue-component-meta@3.0.6(typescript@5.9.2):
dependencies:
-
'@volar/typescript': 2.4.14
-
'@vue/language-core': 2.2.10(typescript@5.9.2)
+
'@volar/typescript': 2.4.23
+
'@vue/language-core': 3.0.6(typescript@5.9.2)
path-browserify: 1.0.1
-
vue-component-type-helpers: 2.2.10
-
optionalDependencies:
typescript: 5.9.2
+
vue-component-type-helpers: 3.0.6
-
vue-component-type-helpers@2.2.10: {}
+
vue-component-type-helpers@3.0.6: {}
vue-devtools-stub@0.1.0: {}
-
vue-router@4.5.1(vue@3.5.20(typescript@5.9.2)):
+
vue-router@4.5.1(vue@3.5.21(typescript@5.9.2)):
dependencies:
'@vue/devtools-api': 6.6.4
-
vue: 3.5.20(typescript@5.9.2)
+
vue: 3.5.21(typescript@5.9.2)
vue-tsc@2.2.2(typescript@5.9.2):
dependencies:
-
'@volar/typescript': 2.4.14
+
'@volar/typescript': 2.4.23
'@vue/language-core': 2.2.2(typescript@5.9.2)
typescript: 5.9.2
-
vue@3.5.20(typescript@5.9.2):
+
vue@3.5.21(typescript@5.9.2):
dependencies:
-
'@vue/compiler-dom': 3.5.20
-
'@vue/compiler-sfc': 3.5.20
-
'@vue/runtime-dom': 3.5.20
-
'@vue/server-renderer': 3.5.20(vue@3.5.20(typescript@5.9.2))
-
'@vue/shared': 3.5.20
+
'@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/shared': 3.5.21
optionalDependencies:
typescript: 5.9.2
web-namespaces@2.0.1: {}
-
-
web-streams-polyfill@3.3.3: {}
webidl-conversions@3.0.1: {}
···
dependencies:
isexe: 3.1.1
-
winston-transport@4.9.0:
-
dependencies:
-
logform: 2.7.0
-
readable-stream: 3.6.2
-
triple-beam: 1.4.1
-
-
winston@3.17.0:
-
dependencies:
-
'@colors/colors': 1.6.0
-
'@dabh/diagnostics': 2.0.3
-
async: 3.2.6
-
is-stream: 2.0.1
-
logform: 2.7.0
-
one-time: 1.0.0
-
readable-stream: 3.6.2
-
safe-stable-stringify: 2.5.0
-
stack-trace: 0.0.10
-
triple-beam: 1.4.1
-
winston-transport: 4.9.0
-
wrap-ansi@7.0.0:
dependencies:
ansi-styles: 4.3.0
···
wrappy@1.0.2: {}
-
write-file-atomic@6.0.0:
-
dependencies:
-
imurmurhash: 0.1.4
-
signal-exit: 4.1.0
+
ws@8.17.1: {}
-
ws@8.17.1: {}
+
ws@8.18.3: {}
-
ws@8.18.2: {}
+
wsl-utils@0.1.0:
+
dependencies:
+
is-wsl: 3.1.0
xmlhttprequest-ssl@2.1.2: {}
···
yallist@3.1.1: {}
-
yallist@4.0.0: {}
-
yallist@5.0.0: {}
-
yaml@2.8.0: {}
+
yaml@2.8.1: {}
yargs-parser@21.1.1: {}
···
y18n: 5.0.8
yargs-parser: 21.1.1
-
yauzl@2.10.0:
-
dependencies:
-
buffer-crc32: 0.2.13
-
fd-slicer: 1.1.0
-
ylru@1.4.0: {}
-
yocto-queue@1.2.1: {}
-
-
yoctocolors@2.1.1: {}
+
yoctocolors@2.1.2: {}
yoga-wasm-web@0.3.3: {}
-
youch-core@0.3.2:
+
youch-core@0.3.3:
dependencies:
-
'@poppinss/exception': 1.2.1
+
'@poppinss/exception': 1.2.2
error-stack-parser-es: 1.0.5
+
youch@4.1.0-beta.11:
+
dependencies:
+
'@poppinss/colors': 4.1.5
+
'@poppinss/dumper': 0.6.4
+
'@speed-highlight/core': 1.2.7
+
cookie: 1.0.2
+
youch-core: 0.3.3
+
youch@4.1.0-beta.8:
dependencies:
-
'@poppinss/colors': 4.1.4
-
'@poppinss/dumper': 0.6.3
+
'@poppinss/colors': 4.1.5
+
'@poppinss/dumper': 0.6.4
'@speed-highlight/core': 1.2.7
cookie: 1.0.2
-
youch-core: 0.3.2
+
youch-core: 0.3.3
zip-stream@6.0.1:
dependencies:
···
compress-commons: 6.0.2
readable-stream: 4.7.0
-
zod-to-json-schema@3.24.5(zod@3.25.32):
-
dependencies:
-
zod: 3.25.32
-
-
zod-to-ts@1.2.0(typescript@5.9.2)(zod@3.25.32):
+
zod-to-json-schema@3.24.6(zod@3.25.76):
dependencies:
-
typescript: 5.9.2
-
zod: 3.25.32
+
zod: 3.25.76
-
zod@3.25.32: {}
+
zod@3.25.76: {}
zwitch@2.0.4: {}
-3
server/tsconfig.json
···
-
{
-
"extends": "../.nuxt/tsconfig.server.json"
-
}