+
{{ tableTitle }}
-
+
{{ tableTitleHelp }}
diff --git a/packages/effects/request/package.json b/packages/effects/request/package.json
index d7dfd4167..294d4229d 100644
--- a/packages/effects/request/package.json
+++ b/packages/effects/request/package.json
@@ -1,6 +1,6 @@
{
"name": "@vben/request",
- "version": "5.5.9",
+ "version": "5.6.0",
"homepage": "https://github.com/vbenjs/vue-vben-admin",
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
"repository": {
diff --git a/packages/icons/package.json b/packages/icons/package.json
index 77fa0c4f1..d95928682 100644
--- a/packages/icons/package.json
+++ b/packages/icons/package.json
@@ -1,6 +1,6 @@
{
"name": "@vben/icons",
- "version": "5.5.9",
+ "version": "5.6.0",
"homepage": "https://github.com/vbenjs/vue-vben-admin",
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
"repository": {
diff --git a/packages/icons/src/svg/icons/antdv-next-logo.svg b/packages/icons/src/svg/icons/antdv-next-logo.svg
new file mode 100644
index 000000000..b335be1da
--- /dev/null
+++ b/packages/icons/src/svg/icons/antdv-next-logo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/packages/icons/src/svg/index.ts b/packages/icons/src/svg/index.ts
index 1e81686c6..01d16ac9d 100644
--- a/packages/icons/src/svg/index.ts
+++ b/packages/icons/src/svg/index.ts
@@ -17,6 +17,7 @@ const SvgQQChatIcon = createIconifyIcon('svg:qqchat');
const SvgWeChatIcon = createIconifyIcon('svg:wechat');
const SvgDingDingIcon = createIconifyIcon('svg:dingding');
const SvgTDesignIcon = createIconifyIcon('svg:tdesign-logo');
+const SvgAntdvNextLogoIcon = createIconifyIcon('svg:antdv-next-logo');
/** AI */
const SvgGptIcon = createIconifyIcon('svg:gpt');
@@ -48,6 +49,7 @@ export {
SvgAlipayQrIcon,
SvgAlipayWapIcon,
SvgAntdvLogoIcon,
+ SvgAntdvNextLogoIcon,
SvgAvatar1Icon,
SvgAvatar2Icon,
SvgAvatar3Icon,
diff --git a/packages/locales/package.json b/packages/locales/package.json
index 7d479159b..ce75b3cc5 100644
--- a/packages/locales/package.json
+++ b/packages/locales/package.json
@@ -1,6 +1,6 @@
{
"name": "@vben/locales",
- "version": "5.5.9",
+ "version": "5.6.0",
"homepage": "https://github.com/vbenjs/vue-vben-admin",
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
"repository": {
diff --git a/packages/locales/src/langs/en-US/preferences.json b/packages/locales/src/langs/en-US/preferences.json
index 977632acf..f32d0b6a6 100644
--- a/packages/locales/src/langs/en-US/preferences.json
+++ b/packages/locales/src/langs/en-US/preferences.json
@@ -68,6 +68,8 @@
"showMore": "Show More Button",
"showMaximize": "Show Maximize Button",
"persist": "Persist Tabs",
+ "visitHistory": "Visit History",
+ "visitHistoryTip": "When enabled, the tab bar records tab visit history. \nClosing the current tab will automatically select the last opened tab.",
"maxCount": "Max Count of Tabs",
"maxCountTip": "When the number of tabs exceeds the maximum,\nthe oldest tab will be closed.\n Set to 0 to disable count checking.",
"draggable": "Enable Draggable Sort",
diff --git a/packages/locales/src/langs/en-US/profile.json b/packages/locales/src/langs/en-US/profile.json
new file mode 100644
index 000000000..1c17e2ec6
--- /dev/null
+++ b/packages/locales/src/langs/en-US/profile.json
@@ -0,0 +1,4 @@
+{
+ "updatePassword": "Update Password",
+ "updateBasicProfile": "Update Basic Profile"
+}
diff --git a/packages/locales/src/langs/zh-CN/preferences.json b/packages/locales/src/langs/zh-CN/preferences.json
index f8e390f2b..a36a9dbbe 100644
--- a/packages/locales/src/langs/zh-CN/preferences.json
+++ b/packages/locales/src/langs/zh-CN/preferences.json
@@ -68,6 +68,8 @@
"showMore": "显示更多按钮",
"showMaximize": "显示最大化按钮",
"persist": "持久化标签页",
+ "visitHistory": "访问历史记录",
+ "visitHistoryTip": "开启后,标签栏会记录标签访问历史\n关闭当前标签,会自动选中上一个打开的标签",
"maxCount": "最大标签数",
"maxCountTip": "每次打开新的标签时如果超过最大标签数,\n会自动关闭一个最先打开的标签\n设置为 0 则不限制",
"draggable": "启动拖拽排序",
diff --git a/packages/locales/src/langs/zh-CN/profile.json b/packages/locales/src/langs/zh-CN/profile.json
new file mode 100644
index 000000000..a38908c58
--- /dev/null
+++ b/packages/locales/src/langs/zh-CN/profile.json
@@ -0,0 +1,4 @@
+{
+ "updatePassword": "更新密码",
+ "updateBasicProfile": "更新基本信息"
+}
diff --git a/packages/preferences/package.json b/packages/preferences/package.json
index e6e52e234..84a5a01cf 100644
--- a/packages/preferences/package.json
+++ b/packages/preferences/package.json
@@ -1,6 +1,6 @@
{
"name": "@vben/preferences",
- "version": "5.5.9",
+ "version": "5.6.0",
"homepage": "https://github.com/vbenjs/vue-vben-admin",
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
"repository": {
diff --git a/packages/stores/package.json b/packages/stores/package.json
index 72bcf4974..d91761a53 100644
--- a/packages/stores/package.json
+++ b/packages/stores/package.json
@@ -1,6 +1,6 @@
{
"name": "@vben/stores",
- "version": "5.5.9",
+ "version": "5.6.0",
"homepage": "https://github.com/vbenjs/vue-vben-admin",
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
"repository": {
diff --git a/packages/stores/src/modules/tabbar.ts b/packages/stores/src/modules/tabbar.ts
index b1b4060f2..6b18c26ec 100644
--- a/packages/stores/src/modules/tabbar.ts
+++ b/packages/stores/src/modules/tabbar.ts
@@ -11,7 +11,9 @@ import { toRaw } from 'vue';
import { preferences } from '@vben-core/preferences';
import {
+ createStack,
openRouteInNewWindow,
+ Stack,
startProgress,
stopProgress,
} from '@vben-core/shared/utils';
@@ -47,8 +49,17 @@ interface TabbarState {
* @zh_CN 更新时间,用于一些更新场景,使用watch深度监听的话,会损耗性能
*/
updateTime?: number;
+ /**
+ * @zh_CN 上一个标签页打开的标签
+ */
+ visitHistory: Stack
;
}
+/**
+ * @zh_CN 访问历史记录最大数量
+ */
+const MAX_VISIT_HISTORY = 50;
+
/**
* @zh_CN 访问权限相关
*/
@@ -62,6 +73,9 @@ export const useTabbarStore = defineStore('core-tabbar', {
this.tabs = this.tabs.filter(
(item) => !keySet.has(getTabKeyFromTab(item)),
);
+ if (isVisitHistory()) {
+ this.visitHistory.remove(...keys);
+ }
await this.updateCacheTabs();
},
@@ -166,6 +180,10 @@ export const useTabbarStore = defineStore('core-tabbar', {
this.tabs.splice(tabIndex, 1, mergedTab);
}
this.updateCacheTabs();
+ // 添加访问历史记录
+ if (isVisitHistory()) {
+ this.visitHistory.push(tab.key as string);
+ }
return tab;
},
/**
@@ -174,6 +192,12 @@ export const useTabbarStore = defineStore('core-tabbar', {
async closeAllTabs(router: Router) {
const newTabs = this.tabs.filter((tab) => isAffixTab(tab));
this.tabs = newTabs.length > 0 ? newTabs : [...this.tabs].splice(0, 1);
+ // 设置访问历史记录
+ if (isVisitHistory()) {
+ this.visitHistory.retain(
+ this.tabs.map((item) => getTabKeyFromTab(item)),
+ );
+ }
await this._goToDefaultTab(router);
this.updateCacheTabs();
},
@@ -249,12 +273,44 @@ export const useTabbarStore = defineStore('core-tabbar', {
*/
async closeTab(tab: TabDefinition, router: Router) {
const { currentRoute } = router;
+ const currentTabKey = getTabKey(currentRoute.value);
// 关闭不是激活选项卡
- if (getTabKey(currentRoute.value) !== getTabKeyFromTab(tab)) {
+ if (currentTabKey !== getTabKeyFromTab(tab)) {
this._close(tab);
this.updateCacheTabs();
+ // 移除访问历史记录
+ if (isVisitHistory()) {
+ this.visitHistory.remove(getTabKeyFromTab(tab));
+ }
return;
}
+ if (this.getTabs.length <= 1) {
+ console.error('Failed to close the tab; only one tab remains open.');
+ return;
+ }
+ // 从访问历史记录中移除当前关闭的tab
+ if (isVisitHistory()) {
+ this.visitHistory.remove(currentTabKey);
+ this._close(tab);
+
+ let previousTab: TabDefinition | undefined;
+ let previousTabKey: string | undefined;
+ while (true) {
+ previousTabKey = this.visitHistory.pop();
+ if (!previousTabKey) {
+ break;
+ }
+ previousTab = this.getTabByKey(previousTabKey);
+ if (previousTab) {
+ break;
+ }
+ }
+ await (previousTab
+ ? this._goToTab(previousTab, router)
+ : this._goToDefaultTab(router));
+ return;
+ }
+ // 未开启访问历史记录,直接跳转下一个或上一个tab
const index = this.getTabs.findIndex(
(item) => getTabKeyFromTab(item) === getTabKey(currentRoute.value),
);
@@ -270,8 +326,6 @@ export const useTabbarStore = defineStore('core-tabbar', {
} else if (before) {
this._close(tab);
await this._goToTab(before, router);
- } else {
- console.error('Failed to close the tab; only one tab remains open.');
}
},
@@ -527,11 +581,12 @@ export const useTabbarStore = defineStore('core-tabbar', {
persist: [
// tabs不需要保存在localStorage
{
- pick: ['tabs'],
+ pick: ['tabs', 'visitHistory'],
storage: sessionStorage,
},
],
state: (): TabbarState => ({
+ visitHistory: createStack(true, MAX_VISIT_HISTORY),
cachedTabs: new Set(),
dragEndIndex: 0,
excludeCachedTabs: new Set(),
@@ -628,6 +683,13 @@ function getTabKey(tab: RouteLocationNormalized | RouteRecordNormalized) {
}
}
+/**
+ * @zh_CN 是否开启访问历史记录
+ */
+function isVisitHistory() {
+ return preferences.tabbar.visitHistory;
+}
+
/**
* 从tab获取tab页的key
* 如果tab没有key,那么就从route获取key
diff --git a/packages/styles/package.json b/packages/styles/package.json
index 0716a5e5e..79125f118 100644
--- a/packages/styles/package.json
+++ b/packages/styles/package.json
@@ -1,6 +1,6 @@
{
"name": "@vben/styles",
- "version": "5.5.9",
+ "version": "5.6.0",
"homepage": "https://github.com/vbenjs/vue-vben-admin",
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
"repository": {
@@ -18,6 +18,9 @@
"./antd": {
"default": "./src/antd/index.css"
},
+ "./antdv-next": {
+ "default": "./src/antdv-next/index.css"
+ },
"./ele": {
"default": "./src/ele/index.css"
},
diff --git a/packages/styles/src/antdv-next/index.css b/packages/styles/src/antdv-next/index.css
new file mode 100644
index 000000000..420dfe96e
--- /dev/null
+++ b/packages/styles/src/antdv-next/index.css
@@ -0,0 +1,77 @@
+/* antdv-next 组件库的一些样式重置 */
+
+.ant-app {
+ width: 100%;
+ height: 100%;
+ overscroll-behavior: none;
+ color: inherit;
+}
+
+.ant-btn {
+ .anticon {
+ display: inline-flex;
+ }
+
+ /* * 修复按钮添加图标时的位置问题 */
+ > .ant-btn-icon {
+ svg {
+ display: inline-block;
+ }
+
+ svg + span {
+ margin-inline-start: 6px;
+ }
+ }
+}
+
+.ant-tag {
+ > svg {
+ display: inline-block;
+ }
+
+ > svg + span {
+ margin-inline-start: 4px;
+ }
+}
+
+.ant-message-notice-content,
+.ant-notification-notice {
+ @apply dark:border-border/60 dark:border;
+}
+
+.form-valid-error {
+ /** select 选择器的样式 */
+
+ .ant-select:not(.valid-success) {
+ border-color: hsl(var(--destructive)) !important;
+ }
+
+ .ant-select-focused {
+ box-shadow: 0 0 0 2px rgb(255 38 5 / 6%) !important;
+ }
+
+ /** 数字输入框样式 */
+ .ant-input-number-focused {
+ box-shadow: 0 0 0 2px rgb(255 38 5 / 6%);
+ }
+
+ /** 密码输入框样式 */
+ .ant-input-affix-wrapper:hover {
+ border-color: hsl(var(--destructive));
+ box-shadow: 0 0 0 2px rgb(255 38 5 / 6%);
+ }
+
+ .ant-input:not(.valid-success) {
+ border-color: hsl(var(--destructive)) !important;
+ }
+}
+
+/** 区间选择器下面来回切换时的样式 */
+.ant-app .form-valid-error .ant-picker-active-bar {
+ background-color: hsl(var(--destructive));
+}
+
+/** 时间选择器的样式 */
+.ant-app .form-valid-error .ant-picker-focused {
+ box-shadow: 0 0 0 2px rgb(255 38 5 / 6%);
+}
diff --git a/packages/types/package.json b/packages/types/package.json
index 07dbca0e7..249f64c49 100644
--- a/packages/types/package.json
+++ b/packages/types/package.json
@@ -1,6 +1,6 @@
{
"name": "@vben/types",
- "version": "5.5.9",
+ "version": "5.6.0",
"homepage": "https://github.com/vbenjs/vue-vben-admin",
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
"repository": {
diff --git a/packages/utils/package.json b/packages/utils/package.json
index faa7b5d5d..5fe93f631 100644
--- a/packages/utils/package.json
+++ b/packages/utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@vben/utils",
- "version": "5.5.9",
+ "version": "5.6.0",
"homepage": "https://github.com/vbenjs/vue-vben-admin",
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
"repository": {
diff --git a/packages/utils/src/helpers/generate-routes-backend.ts b/packages/utils/src/helpers/generate-routes-backend.ts
index 44444bbb3..27154571c 100644
--- a/packages/utils/src/helpers/generate-routes-backend.ts
+++ b/packages/utils/src/helpers/generate-routes-backend.ts
@@ -8,13 +8,26 @@ import type {
import { mapTree } from '@vben-core/shared/utils';
+/**
+ * 判断路由是否在菜单中显示但访问时展示 403(让用户知悉功能并申请权限)
+ */
+function menuHasVisibleWithForbidden(route: RouteRecordRaw): boolean {
+ return !!route.meta?.menuVisibleWithForbidden;
+}
+
/**
* 动态生成路由 - 后端方式
+ * 对 meta.menuVisibleWithForbidden 为 true 的项直接替换为 403 组件,让用户知悉功能并申请权限。
*/
async function generateRoutesByBackend(
options: GenerateMenuAndRoutesOptions,
): Promise {
- const { fetchMenuListAsync, layoutMap = {}, pageMap = {} } = options;
+ const {
+ fetchMenuListAsync,
+ layoutMap = {},
+ pageMap = {},
+ forbiddenComponent,
+ } = options;
try {
const menuRoutes = await fetchMenuListAsync?.();
@@ -28,7 +41,16 @@ async function generateRoutesByBackend(
normalizePageMap[normalizeViewPath(key)] = value;
}
- const routes = convertRoutes(menuRoutes, layoutMap, normalizePageMap);
+ let routes = convertRoutes(menuRoutes, layoutMap, normalizePageMap);
+
+ if (forbiddenComponent) {
+ routes = mapTree(routes, (route) => {
+ if (menuHasVisibleWithForbidden(route)) {
+ route.component = forbiddenComponent;
+ }
+ return route;
+ });
+ }
// add by 芋艿:合并静态路由和动态路由
return [...options.routes, ...routes];
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index fc3dc533b..a78d45dfa 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -43,8 +43,8 @@ catalogs:
specifier: ^3.2.37
version: 3.2.37
'@iconify/json':
- specifier: ^2.2.431
- version: 2.2.431
+ specifier: ^2.2.432
+ version: 2.2.438
'@iconify/tailwind':
specifier: ^1.2.0
version: 1.2.0
@@ -59,7 +59,7 @@ catalogs:
version: 6.0.8
'@jspm/generator':
specifier: ^2.9.0
- version: 2.9.0
+ version: 2.10.0
'@manypkg/get-packages':
specifier: ^3.1.0
version: 3.1.0
@@ -70,10 +70,10 @@ catalogs:
specifier: ^2.18.2
version: 2.18.2
'@playwright/test':
- specifier: ^1.58.0
- version: 1.58.0
+ specifier: ^1.58.2
+ version: 1.58.2
'@pnpm/workspace.read-manifest':
- specifier: ^1000.2.6
+ specifier: ^1000.2.10
version: 1000.2.10
'@stylistic/stylelint-plugin':
specifier: ^4.0.1
@@ -82,13 +82,13 @@ catalogs:
specifier: 0.0.0-insiders.565cd3e
version: 0.0.0-insiders.565cd3e
'@tailwindcss/typography':
- specifier: ^0.5.16
+ specifier: ^0.5.19
version: 0.5.19
'@tanstack/vue-store':
specifier: ^0.8.0
version: 0.8.0
'@tinyflow-ai/vue':
- specifier: ^1.1.10
+ specifier: ~1.1.10
version: 1.1.10
'@tinymce/tinymce-vue':
specifier: ^6.3.0
@@ -115,8 +115,8 @@ catalogs:
specifier: ^14.1.2
version: 14.1.2
'@types/node':
- specifier: ^24.10.9
- version: 24.10.9
+ specifier: ^24.10.12
+ version: 24.10.13
'@types/nprogress':
specifier: ^0.2.3
version: 0.2.3
@@ -133,11 +133,11 @@ catalogs:
specifier: ^1.15.9
version: 1.15.9
'@typescript-eslint/eslint-plugin':
- specifier: ^8.53.1
- version: 8.53.1
+ specifier: ^8.54.0
+ version: 8.55.0
'@typescript-eslint/parser':
- specifier: ^8.53.1
- version: 8.53.1
+ specifier: ^8.54.0
+ version: 8.55.0
'@vee-validate/zod':
specifier: ^4.15.1
version: 4.15.1
@@ -148,38 +148,41 @@ catalogs:
specifier: ^1.1.0
version: 1.1.0
'@vitejs/plugin-vue':
- specifier: ^6.0.3
- version: 6.0.3
+ specifier: ^6.0.4
+ version: 6.0.4
'@vitejs/plugin-vue-jsx':
- specifier: ^5.1.3
- version: 5.1.3
+ specifier: ^5.1.4
+ version: 5.1.4
'@vue/shared':
specifier: ^3.5.27
- version: 3.5.27
+ version: 3.5.28
'@vue/test-utils':
specifier: ^2.4.6
version: 2.4.6
'@vueuse/core':
specifier: ^14.1.0
- version: 14.1.0
+ version: 14.2.1
'@vueuse/integrations':
specifier: ^14.1.0
- version: 14.1.0
+ version: 14.2.1
'@vueuse/motion':
specifier: ^3.0.3
version: 3.0.3
ant-design-vue:
specifier: ^4.2.6
version: 4.2.6
+ antdv-next:
+ specifier: ^1.0.2
+ version: 1.0.2
archiver:
specifier: ^7.0.1
version: 7.0.1
autoprefixer:
- specifier: ^10.4.23
- version: 10.4.23
+ specifier: ^10.4.24
+ version: 10.4.24
axios:
- specifier: ^1.13.2
- version: 1.13.3
+ specifier: ^1.13.4
+ version: 1.13.5
axios-mock-adapter:
specifier: ^2.1.0
version: 2.1.0
@@ -205,7 +208,7 @@ catalogs:
specifier: ^5.6.2
version: 5.6.2
cheerio:
- specifier: ^1.1.2
+ specifier: ^1.2.0
version: 1.2.0
circular-dependency-scanner:
specifier: ^2.3.0
@@ -215,7 +218,7 @@ catalogs:
version: 0.7.1
codemirror:
specifier: ^5.65.20
- version: 5.65.20
+ version: 5.65.21
commitlint-plugin-function-rules:
specifier: ^4.3.1
version: 4.3.1
@@ -232,8 +235,8 @@ catalogs:
specifier: ^4.2.0
version: 4.2.0
cspell:
- specifier: ^9.6.0
- version: 9.6.0
+ specifier: ^9.6.4
+ version: 9.6.4
cssnano:
specifier: ^7.1.2
version: 7.1.2
@@ -263,7 +266,7 @@ catalogs:
version: 6.0.0
element-plus:
specifier: ^2.13.1
- version: 2.13.1
+ version: 2.13.2
es-toolkit:
specifier: ^1.44.0
version: 1.44.0
@@ -271,8 +274,8 @@ catalogs:
specifier: ^9.39.2
version: 9.39.2
eslint-config-turbo:
- specifier: ^2.7.5
- version: 2.7.6
+ specifier: ^2.7.6
+ version: 2.8.5
eslint-plugin-command:
specifier: ^3.4.0
version: 3.4.0
@@ -287,7 +290,7 @@ catalogs:
version: 61.7.1
eslint-plugin-jsonc:
specifier: ^2.21.0
- version: 2.21.0
+ version: 2.21.1
eslint-plugin-n:
specifier: ^17.23.2
version: 17.23.2
@@ -311,7 +314,7 @@ catalogs:
version: 62.0.0
eslint-plugin-unused-imports:
specifier: ^4.3.0
- version: 4.3.0
+ version: 4.4.1
eslint-plugin-vitest:
specifier: ^0.5.4
version: 0.5.4
@@ -358,8 +361,8 @@ catalogs:
specifier: ^2.4.2
version: 2.4.2
lefthook:
- specifier: ^2.0.15
- version: 2.0.15
+ specifier: ^2.1.0
+ version: 2.1.0
lodash.clonedeep:
specifier: ^4.5.0
version: 4.5.0
@@ -403,8 +406,8 @@ catalogs:
specifier: ^2.3.0
version: 2.3.0
playwright:
- specifier: ^1.58.0
- version: 1.58.0
+ specifier: ^1.58.2
+ version: 1.58.2
postcss:
specifier: ^8.5.6
version: 8.5.6
@@ -440,7 +443,7 @@ catalogs:
version: 6.14.1
reka-ui:
specifier: ^2.7.0
- version: 2.7.0
+ version: 2.8.0
resolve.exports:
specifier: ^2.0.3
version: 2.0.3
@@ -448,8 +451,8 @@ catalogs:
specifier: ^6.1.2
version: 6.1.2
rollup:
- specifier: ^4.56.0
- version: 4.56.0
+ specifier: ^4.57.0
+ version: 4.57.1
rollup-plugin-visualizer:
specifier: ^5.14.0
version: 5.14.0
@@ -470,7 +473,7 @@ catalogs:
version: 16.26.1
stylelint-config-recess-order:
specifier: ^7.6.0
- version: 7.6.0
+ version: 7.6.1
stylelint-config-recommended:
specifier: ^17.0.0
version: 17.0.0
@@ -494,7 +497,7 @@ catalogs:
version: 6.14.0
tailwind-merge:
specifier: ^2.6.0
- version: 2.6.0
+ version: 2.6.1
tailwindcss:
specifier: ^3.4.19
version: 3.4.19
@@ -503,7 +506,7 @@ catalogs:
version: 1.0.7
tdesign-vue-next:
specifier: ^1.18.0
- version: 1.18.0
+ version: 1.18.2
theme-colors:
specifier: ^0.1.0
version: 0.1.0
@@ -514,8 +517,8 @@ catalogs:
specifier: ^6.3.7
version: 6.3.7
turbo:
- specifier: ^2.7.6
- version: 2.7.6
+ specifier: ^2.8.3
+ version: 2.8.5
typescript:
specifier: ^5.9.3
version: 5.9.3
@@ -551,7 +554,7 @@ catalogs:
version: 1.2.0
vite-plugin-vue-devtools:
specifier: ^8.0.5
- version: 8.0.5
+ version: 8.0.6
vitepress:
specifier: ^1.6.4
version: 1.6.4
@@ -580,8 +583,8 @@ catalogs:
specifier: ^6.7.1
version: 6.7.1
vue-tsc:
- specifier: ^3.2.3
- version: 3.2.3
+ specifier: ^3.2.4
+ version: 3.2.4
vue3-print-nb:
specifier: ^0.1.4
version: 0.1.4
@@ -592,11 +595,11 @@ catalogs:
specifier: ^4.1.0
version: 4.1.0
vxe-pc-ui:
- specifier: ^4.12.10
- version: 4.12.12
+ specifier: ^4.12.16
+ version: 4.12.36
vxe-table:
specifier: ^4.17.46
- version: 4.17.46
+ version: 4.17.48
watermark-js-plus:
specifier: ^1.6.3
version: 1.6.3
@@ -628,13 +631,13 @@ importers:
version: 0.5.2
'@changesets/cli':
specifier: 'catalog:'
- version: 2.29.8(@types/node@24.10.9)
+ version: 2.29.8(@types/node@24.10.13)
'@playwright/test':
specifier: 'catalog:'
- version: 1.58.0
+ version: 1.58.2
'@types/node':
specifier: 'catalog:'
- version: 24.10.9
+ version: 24.10.13
'@vben/commitlint-config':
specifier: workspace:*
version: link:internal/lint-configs/commitlint-config
@@ -664,22 +667,22 @@ importers:
version: link:scripts/vsh
'@vitejs/plugin-vue':
specifier: 'catalog:'
- version: 6.0.3(vite@7.3.1(@types/node@24.10.9)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2))(vue@3.5.27(typescript@5.9.3))
+ version: 6.0.4(vite@7.3.1(@types/node@24.10.13)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2))(vue@3.5.28(typescript@5.9.3))
'@vitejs/plugin-vue-jsx':
specifier: 'catalog:'
- version: 5.1.3(vite@7.3.1(@types/node@24.10.9)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2))(vue@3.5.27(typescript@5.9.3))
+ version: 5.1.4(vite@7.3.1(@types/node@24.10.13)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2))(vue@3.5.28(typescript@5.9.3))
'@vue/test-utils':
specifier: 'catalog:'
version: 2.4.6
autoprefixer:
specifier: 'catalog:'
- version: 10.4.23(postcss@8.5.6)
+ version: 10.4.24(postcss@8.5.6)
cross-env:
specifier: 'catalog:'
version: 10.1.0
cspell:
specifier: 'catalog:'
- version: 9.6.0
+ version: 9.6.4
happy-dom:
specifier: 'catalog:'
version: 17.6.3
@@ -688,10 +691,10 @@ importers:
version: 4.1.0
lefthook:
specifier: 'catalog:'
- version: 2.0.15
+ version: 2.1.0
playwright:
specifier: 'catalog:'
- version: 1.58.0
+ version: 1.58.2
rimraf:
specifier: 'catalog:'
version: 6.1.2
@@ -700,37 +703,37 @@ importers:
version: 3.4.19(yaml@2.8.2)
turbo:
specifier: 'catalog:'
- version: 2.7.6
+ version: 2.8.5
typescript:
specifier: 'catalog:'
version: 5.9.3
unbuild:
specifier: 'catalog:'
- version: 3.6.1(sass@1.97.3)(typescript@5.9.3)(vue-tsc@3.2.3(typescript@5.9.3))(vue@3.5.27(typescript@5.9.3))
+ version: 3.6.1(sass@1.97.3)(typescript@5.9.3)(vue-tsc@3.2.4(typescript@5.9.3))(vue@3.5.28(typescript@5.9.3))
vite:
specifier: 'catalog:'
- version: 7.3.1(@types/node@24.10.9)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)
+ version: 7.3.1(@types/node@24.10.13)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)
vitest:
specifier: 'catalog:'
- version: 3.2.4(@types/node@24.10.9)(happy-dom@17.6.3)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)
+ version: 3.2.4(@types/node@24.10.13)(happy-dom@17.6.3)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)
vue:
specifier: ^3.5.27
- version: 3.5.27(typescript@5.9.3)
+ version: 3.5.28(typescript@5.9.3)
vue-tsc:
specifier: 'catalog:'
- version: 3.2.3(typescript@5.9.3)
+ version: 3.2.4(typescript@5.9.3)
apps/web-antd:
dependencies:
'@form-create/ant-design-vue':
specifier: 'catalog:'
- version: 3.2.37(vue@3.5.27(typescript@5.9.3))
+ version: 3.2.37(vue@3.5.28(typescript@5.9.3))
'@form-create/antd-designer':
specifier: 'catalog:'
- version: 3.4.0(vue@3.5.27(typescript@5.9.3))
+ version: 3.4.0(vue@3.5.28(typescript@5.9.3))
'@tinymce/tinymce-vue':
specifier: 'catalog:'
- version: 6.3.0(tinymce@7.9.1)(vue@3.5.27(typescript@5.9.3))
+ version: 6.3.0(tinymce@7.9.1)(vue@3.5.28(typescript@5.9.3))
'@vben/access':
specifier: workspace:*
version: link:../../packages/effects/access
@@ -775,16 +778,16 @@ importers:
version: link:../../packages/utils
'@videojs-player/vue':
specifier: 'catalog:'
- version: 1.0.0(@types/video.js@7.3.58)(video.js@7.21.7)(vue@3.5.27(typescript@5.9.3))
+ version: 1.0.0(@types/video.js@7.3.58)(video.js@7.21.7)(vue@3.5.28(typescript@5.9.3))
'@vueuse/core':
specifier: 'catalog:'
- version: 14.1.0(vue@3.5.27(typescript@5.9.3))
+ version: 14.2.1(vue@3.5.28(typescript@5.9.3))
'@vueuse/integrations':
specifier: 'catalog:'
- version: 14.1.0(async-validator@4.2.5)(axios@1.13.3)(change-case@5.4.4)(focus-trap@7.8.0)(nprogress@0.2.0)(qrcode@1.5.4)(sortablejs@1.15.6)(vue@3.5.27(typescript@5.9.3))
+ version: 14.2.1(async-validator@4.2.5)(axios@1.13.5)(change-case@5.4.4)(focus-trap@7.8.0)(nprogress@0.2.0)(qrcode@1.5.4)(sortablejs@1.15.6)(vue@3.5.28(typescript@5.9.3))
ant-design-vue:
specifier: 'catalog:'
- version: 4.2.6(vue@3.5.27(typescript@5.9.3))
+ version: 4.2.6(vue@3.5.28(typescript@5.9.3))
benz-amr-recorder:
specifier: 'catalog:'
version: 1.1.5
@@ -793,7 +796,7 @@ importers:
version: 17.11.1
bpmn-js-properties-panel:
specifier: 'catalog:'
- version: 5.23.0(@bpmn-io/properties-panel@3.36.0)(bpmn-js@17.11.1)(camunda-bpmn-js-behaviors@1.12.1(bpmn-js@17.11.1)(camunda-bpmn-moddle@7.0.1)(zeebe-bpmn-moddle@1.12.0))(diagram-js@12.8.1)
+ version: 5.23.0(@bpmn-io/properties-panel@3.38.0)(bpmn-js@17.11.1)(camunda-bpmn-js-behaviors@1.14.0(bpmn-js@17.11.1)(camunda-bpmn-moddle@7.0.1)(zeebe-bpmn-moddle@1.12.0))(diagram-js@12.8.1)
bpmn-js-token-simulation:
specifier: 'catalog:'
version: 0.36.3
@@ -817,7 +820,7 @@ importers:
version: 11.11.1
pinia:
specifier: ^3.0.4
- version: 3.0.4(typescript@5.9.3)(vue@3.5.27(typescript@5.9.3))
+ version: 3.0.4(typescript@5.9.3)(vue@3.5.28(typescript@5.9.3))
steady-xml:
specifier: 'catalog:'
version: 0.1.0
@@ -829,34 +832,97 @@ importers:
version: 7.21.7
vue:
specifier: ^3.5.27
- version: 3.5.27(typescript@5.9.3)
+ version: 3.5.28(typescript@5.9.3)
vue-dompurify-html:
specifier: 'catalog:'
- version: 5.3.0(vue@3.5.27(typescript@5.9.3))
+ version: 5.3.0(vue@3.5.28(typescript@5.9.3))
vue-router:
specifier: 'catalog:'
- version: 4.6.4(vue@3.5.27(typescript@5.9.3))
+ version: 4.6.4(vue@3.5.28(typescript@5.9.3))
vue3-print-nb:
specifier: 'catalog:'
version: 0.1.4(typescript@5.9.3)
vue3-signature:
specifier: 'catalog:'
- version: 0.2.4(vue@3.5.27(typescript@5.9.3))
+ version: 0.2.4(vue@3.5.28(typescript@5.9.3))
vuedraggable:
specifier: 'catalog:'
- version: 4.1.0(vue@3.5.27(typescript@5.9.3))
+ version: 4.1.0(vue@3.5.28(typescript@5.9.3))
+
+ apps/web-antdv-next:
+ dependencies:
+ '@vben/access':
+ specifier: workspace:*
+ version: link:../../packages/effects/access
+ '@vben/common-ui':
+ specifier: workspace:*
+ version: link:../../packages/effects/common-ui
+ '@vben/constants':
+ specifier: workspace:*
+ version: link:../../packages/constants
+ '@vben/hooks':
+ specifier: workspace:*
+ version: link:../../packages/effects/hooks
+ '@vben/icons':
+ specifier: workspace:*
+ version: link:../../packages/icons
+ '@vben/layouts':
+ specifier: workspace:*
+ version: link:../../packages/effects/layouts
+ '@vben/locales':
+ specifier: workspace:*
+ version: link:../../packages/locales
+ '@vben/plugins':
+ specifier: workspace:*
+ version: link:../../packages/effects/plugins
+ '@vben/preferences':
+ specifier: workspace:*
+ version: link:../../packages/preferences
+ '@vben/request':
+ specifier: workspace:*
+ version: link:../../packages/effects/request
+ '@vben/stores':
+ specifier: workspace:*
+ version: link:../../packages/stores
+ '@vben/styles':
+ specifier: workspace:*
+ version: link:../../packages/styles
+ '@vben/types':
+ specifier: workspace:*
+ version: link:../../packages/types
+ '@vben/utils':
+ specifier: workspace:*
+ version: link:../../packages/utils
+ '@vueuse/core':
+ specifier: 'catalog:'
+ version: 14.2.1(vue@3.5.28(typescript@5.9.3))
+ antdv-next:
+ specifier: 'catalog:'
+ version: 1.0.2(date-fns@4.1.0)(luxon@3.7.2)(vue@3.5.28(typescript@5.9.3))
+ dayjs:
+ specifier: 'catalog:'
+ version: 1.11.19
+ pinia:
+ specifier: ^3.0.4
+ version: 3.0.4(typescript@5.9.3)(vue@3.5.28(typescript@5.9.3))
+ vue:
+ specifier: ^3.5.27
+ version: 3.5.28(typescript@5.9.3)
+ vue-router:
+ specifier: 'catalog:'
+ version: 4.6.4(vue@3.5.28(typescript@5.9.3))
apps/web-ele:
dependencies:
'@form-create/designer':
specifier: 'catalog:'
- version: 3.4.0(vue@3.5.27(typescript@5.9.3))
+ version: 3.4.0(vue@3.5.28(typescript@5.9.3))
'@form-create/element-ui':
specifier: 'catalog:'
- version: 3.2.37(vue@3.5.27(typescript@5.9.3))
+ version: 3.2.37(vue@3.5.28(typescript@5.9.3))
'@tinymce/tinymce-vue':
specifier: 'catalog:'
- version: 6.3.0(tinymce@7.9.1)(vue@3.5.27(typescript@5.9.3))
+ version: 6.3.0(tinymce@7.9.1)(vue@3.5.28(typescript@5.9.3))
'@vben/access':
specifier: workspace:*
version: link:../../packages/effects/access
@@ -901,13 +967,13 @@ importers:
version: link:../../packages/utils
'@videojs-player/vue':
specifier: 'catalog:'
- version: 1.0.0(@types/video.js@7.3.58)(video.js@7.21.7)(vue@3.5.27(typescript@5.9.3))
+ version: 1.0.0(@types/video.js@7.3.58)(video.js@7.21.7)(vue@3.5.28(typescript@5.9.3))
'@vueuse/core':
specifier: 'catalog:'
- version: 14.1.0(vue@3.5.27(typescript@5.9.3))
+ version: 14.2.1(vue@3.5.28(typescript@5.9.3))
'@vueuse/integrations':
specifier: 'catalog:'
- version: 14.1.0(async-validator@4.2.5)(axios@1.13.3)(change-case@5.4.4)(focus-trap@7.8.0)(nprogress@0.2.0)(qrcode@1.5.4)(sortablejs@1.15.6)(vue@3.5.27(typescript@5.9.3))
+ version: 14.2.1(async-validator@4.2.5)(axios@1.13.5)(change-case@5.4.4)(focus-trap@7.8.0)(nprogress@0.2.0)(qrcode@1.5.4)(sortablejs@1.15.6)(vue@3.5.28(typescript@5.9.3))
benz-amr-recorder:
specifier: 'catalog:'
version: 1.1.5
@@ -916,7 +982,7 @@ importers:
version: 17.11.1
bpmn-js-properties-panel:
specifier: 'catalog:'
- version: 5.23.0(@bpmn-io/properties-panel@3.36.0)(bpmn-js@17.11.1)(camunda-bpmn-js-behaviors@1.12.1(bpmn-js@17.11.1)(camunda-bpmn-moddle@7.0.1)(zeebe-bpmn-moddle@1.12.0))(diagram-js@12.8.1)
+ version: 5.23.0(@bpmn-io/properties-panel@3.38.0)(bpmn-js@17.11.1)(camunda-bpmn-js-behaviors@1.14.0(bpmn-js@17.11.1)(camunda-bpmn-moddle@7.0.1)(zeebe-bpmn-moddle@1.12.0))(diagram-js@12.8.1)
bpmn-js-token-simulation:
specifier: 'catalog:'
version: 0.36.3
@@ -934,7 +1000,7 @@ importers:
version: 12.8.1
element-plus:
specifier: 'catalog:'
- version: 2.13.1(vue@3.5.27(typescript@5.9.3))
+ version: 2.13.2(vue@3.5.28(typescript@5.9.3))
fast-xml-parser:
specifier: 'catalog:'
version: 4.5.3
@@ -943,7 +1009,7 @@ importers:
version: 11.11.1
pinia:
specifier: ^3.0.4
- version: 3.0.4(typescript@5.9.3)(vue@3.5.27(typescript@5.9.3))
+ version: 3.0.4(typescript@5.9.3)(vue@3.5.28(typescript@5.9.3))
steady-xml:
specifier: 'catalog:'
version: 0.1.0
@@ -955,32 +1021,32 @@ importers:
version: 7.21.7
vue:
specifier: ^3.5.27
- version: 3.5.27(typescript@5.9.3)
+ version: 3.5.28(typescript@5.9.3)
vue-dompurify-html:
specifier: 'catalog:'
- version: 5.3.0(vue@3.5.27(typescript@5.9.3))
+ version: 5.3.0(vue@3.5.28(typescript@5.9.3))
vue-router:
specifier: 'catalog:'
- version: 4.6.4(vue@3.5.27(typescript@5.9.3))
+ version: 4.6.4(vue@3.5.28(typescript@5.9.3))
vue3-print-nb:
specifier: 'catalog:'
version: 0.1.4(typescript@5.9.3)
vue3-signature:
specifier: 'catalog:'
- version: 0.2.4(vue@3.5.27(typescript@5.9.3))
+ version: 0.2.4(vue@3.5.28(typescript@5.9.3))
vuedraggable:
specifier: 'catalog:'
- version: 4.1.0(vue@3.5.27(typescript@5.9.3))
+ version: 4.1.0(vue@3.5.28(typescript@5.9.3))
devDependencies:
unplugin-element-plus:
specifier: 'catalog:'
- version: 0.11.2(magicast@0.5.1)
+ version: 0.11.2(magicast@0.5.2)
apps/web-naive:
dependencies:
'@form-create/naive-ui':
specifier: 'catalog:'
- version: 3.2.37(vue@3.5.27(typescript@5.9.3))
+ version: 3.2.37(vue@3.5.28(typescript@5.9.3))
'@vben/access':
specifier: workspace:*
version: link:../../packages/effects/access
@@ -1025,28 +1091,28 @@ importers:
version: link:../../packages/utils
'@vueuse/core':
specifier: 'catalog:'
- version: 14.1.0(vue@3.5.27(typescript@5.9.3))
+ version: 14.2.1(vue@3.5.28(typescript@5.9.3))
dayjs:
specifier: 'catalog:'
version: 1.11.19
naive-ui:
specifier: 'catalog:'
- version: 2.43.2(vue@3.5.27(typescript@5.9.3))
+ version: 2.43.2(vue@3.5.28(typescript@5.9.3))
pinia:
specifier: ^3.0.4
- version: 3.0.4(typescript@5.9.3)(vue@3.5.27(typescript@5.9.3))
+ version: 3.0.4(typescript@5.9.3)(vue@3.5.28(typescript@5.9.3))
vue:
specifier: ^3.5.27
- version: 3.5.27(typescript@5.9.3)
+ version: 3.5.28(typescript@5.9.3)
vue-router:
specifier: 'catalog:'
- version: 4.6.4(vue@3.5.27(typescript@5.9.3))
+ version: 4.6.4(vue@3.5.28(typescript@5.9.3))
apps/web-tdesign:
dependencies:
'@tinymce/tinymce-vue':
specifier: 'catalog:'
- version: 6.3.0(tinymce@7.9.1)(vue@3.5.27(typescript@5.9.3))
+ version: 6.3.0(tinymce@7.9.1)(vue@3.5.28(typescript@5.9.3))
'@vben/access':
specifier: workspace:*
version: link:../../packages/effects/access
@@ -1091,7 +1157,7 @@ importers:
version: link:../../packages/utils
'@vueuse/core':
specifier: 'catalog:'
- version: 14.1.0(vue@3.5.27(typescript@5.9.3))
+ version: 14.2.1(vue@3.5.28(typescript@5.9.3))
cropperjs:
specifier: 'catalog:'
version: 1.6.2
@@ -1103,19 +1169,19 @@ importers:
version: 1.44.0
pinia:
specifier: ^3.0.4
- version: 3.0.4(typescript@5.9.3)(vue@3.5.27(typescript@5.9.3))
+ version: 3.0.4(typescript@5.9.3)(vue@3.5.28(typescript@5.9.3))
tdesign-vue-next:
specifier: 'catalog:'
- version: 1.18.0(vue@3.5.27(typescript@5.9.3))
+ version: 1.18.2(vue@3.5.28(typescript@5.9.3))
tinymce:
specifier: 'catalog:'
version: 7.9.1
vue:
specifier: ^3.5.27
- version: 3.5.27(typescript@5.9.3)
+ version: 3.5.28(typescript@5.9.3)
vue-router:
specifier: 'catalog:'
- version: 4.6.4(vue@3.5.27(typescript@5.9.3))
+ version: 4.6.4(vue@3.5.28(typescript@5.9.3))
docs:
dependencies:
@@ -1136,41 +1202,41 @@ importers:
version: link:../packages/styles
ant-design-vue:
specifier: 'catalog:'
- version: 4.2.6(vue@3.5.27(typescript@5.9.3))
+ version: 4.2.6(vue@3.5.28(typescript@5.9.3))
lucide-vue-next:
specifier: 'catalog:'
- version: 0.553.0(vue@3.5.27(typescript@5.9.3))
+ version: 0.553.0(vue@3.5.28(typescript@5.9.3))
medium-zoom:
specifier: 'catalog:'
version: 1.1.0
reka-ui:
specifier: 'catalog:'
- version: 2.7.0(typescript@5.9.3)(vue@3.5.27(typescript@5.9.3))
+ version: 2.8.0(vue@3.5.28(typescript@5.9.3))
vitepress-plugin-group-icons:
specifier: 'catalog:'
- version: 1.7.1(vite@5.4.21(@types/node@25.0.10)(less@4.5.1)(sass@1.97.3)(terser@5.46.0))
+ version: 1.7.1(vite@5.4.21(@types/node@25.2.3)(less@4.5.1)(sass@1.97.3)(terser@5.46.0))
devDependencies:
'@nolebase/vitepress-plugin-git-changelog':
specifier: 'catalog:'
- version: 2.18.2(vitepress@1.6.4(@algolia/client-search@5.47.0)(@types/node@25.0.10)(async-validator@4.2.5)(axios@1.13.3)(change-case@5.4.4)(less@4.5.1)(nprogress@0.2.0)(postcss@8.5.6)(qrcode@1.5.4)(sass@1.97.3)(search-insights@2.17.3)(sortablejs@1.15.6)(terser@5.46.0)(typescript@5.9.3))(vue@3.5.27(typescript@5.9.3))
+ version: 2.18.2(vitepress@1.6.4(@algolia/client-search@5.48.0)(@types/node@25.2.3)(async-validator@4.2.5)(axios@1.13.5)(change-case@5.4.4)(less@4.5.1)(nprogress@0.2.0)(postcss@8.5.6)(qrcode@1.5.4)(sass@1.97.3)(search-insights@2.17.3)(sortablejs@1.15.6)(terser@5.46.0)(typescript@5.9.3))(vue@3.5.28(typescript@5.9.3))
'@vben/vite-config':
specifier: workspace:*
version: link:../internal/vite-config
'@vite-pwa/vitepress':
specifier: 'catalog:'
- version: 1.1.0(vite-plugin-pwa@1.2.0(vite@5.4.21(@types/node@25.0.10)(less@4.5.1)(sass@1.97.3)(terser@5.46.0))(workbox-build@7.4.0)(workbox-window@7.4.0))
+ version: 1.1.0(vite-plugin-pwa@1.2.0(vite@5.4.21(@types/node@25.2.3)(less@4.5.1)(sass@1.97.3)(terser@5.46.0))(workbox-build@7.4.0)(workbox-window@7.4.0))
vitepress:
specifier: 'catalog:'
- version: 1.6.4(@algolia/client-search@5.47.0)(@types/node@25.0.10)(async-validator@4.2.5)(axios@1.13.3)(change-case@5.4.4)(less@4.5.1)(nprogress@0.2.0)(postcss@8.5.6)(qrcode@1.5.4)(sass@1.97.3)(search-insights@2.17.3)(sortablejs@1.15.6)(terser@5.46.0)(typescript@5.9.3)
+ version: 1.6.4(@algolia/client-search@5.48.0)(@types/node@25.2.3)(async-validator@4.2.5)(axios@1.13.5)(change-case@5.4.4)(less@4.5.1)(nprogress@0.2.0)(postcss@8.5.6)(qrcode@1.5.4)(sass@1.97.3)(search-insights@2.17.3)(sortablejs@1.15.6)(terser@5.46.0)(typescript@5.9.3)
vue:
specifier: ^3.5.27
- version: 3.5.27(typescript@5.9.3)
+ version: 3.5.28(typescript@5.9.3)
internal/lint-configs/commitlint-config:
dependencies:
'@commitlint/cli':
specifier: 'catalog:'
- version: 19.8.1(@types/node@24.10.9)(typescript@5.9.3)
+ version: 19.8.1(@types/node@24.10.13)(typescript@5.9.3)
'@commitlint/config-conventional':
specifier: 'catalog:'
version: 19.8.1
@@ -1191,13 +1257,13 @@ importers:
dependencies:
eslint-config-turbo:
specifier: 'catalog:'
- version: 2.7.6(eslint@9.39.2(jiti@2.6.1))(turbo@2.7.6)
+ version: 2.8.5(eslint@9.39.2(jiti@2.6.1))(turbo@2.8.5)
eslint-plugin-command:
specifier: 'catalog:'
version: 3.4.0(eslint@9.39.2(jiti@2.6.1))
eslint-plugin-import-x:
specifier: 'catalog:'
- version: 4.16.1(@typescript-eslint/utils@8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))
+ version: 4.16.1(@typescript-eslint/utils@8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))
devDependencies:
'@eslint/js':
specifier: 'catalog:'
@@ -1207,10 +1273,10 @@ importers:
version: 9.6.1
'@typescript-eslint/eslint-plugin':
specifier: 'catalog:'
- version: 8.53.1(@typescript-eslint/parser@8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
+ version: 8.55.0(@typescript-eslint/parser@8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
'@typescript-eslint/parser':
specifier: 'catalog:'
- version: 8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
+ version: 8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
eslint:
specifier: 'catalog:'
version: 9.39.2(jiti@2.6.1)
@@ -1222,7 +1288,7 @@ importers:
version: 61.7.1(eslint@9.39.2(jiti@2.6.1))
eslint-plugin-jsonc:
specifier: 'catalog:'
- version: 2.21.0(eslint@9.39.2(jiti@2.6.1))
+ version: 2.21.1(eslint@9.39.2(jiti@2.6.1))
eslint-plugin-n:
specifier: 'catalog:'
version: 17.23.2(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
@@ -1246,13 +1312,13 @@ importers:
version: 62.0.0(eslint@9.39.2(jiti@2.6.1))
eslint-plugin-unused-imports:
specifier: 'catalog:'
- version: 4.3.0(@typescript-eslint/eslint-plugin@8.53.1(@typescript-eslint/parser@8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))
+ version: 4.4.1(@typescript-eslint/eslint-plugin@8.55.0(@typescript-eslint/parser@8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))
eslint-plugin-vitest:
specifier: 'catalog:'
- version: 0.5.4(@typescript-eslint/eslint-plugin@8.53.1(@typescript-eslint/parser@8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)(vitest@3.2.4(@types/node@25.0.10)(happy-dom@17.6.3)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2))
+ version: 0.5.4(@typescript-eslint/eslint-plugin@8.55.0(@typescript-eslint/parser@8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)(vitest@3.2.4(@types/node@25.2.3)(happy-dom@17.6.3)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2))
eslint-plugin-vue:
specifier: 'catalog:'
- version: 10.7.0(@typescript-eslint/parser@8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1)))
+ version: 10.7.0(@typescript-eslint/parser@8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1)))
eslint-plugin-yml:
specifier: 'catalog:'
version: 1.19.1(eslint@9.39.2(jiti@2.6.1))
@@ -1285,7 +1351,7 @@ importers:
version: 4.0.1(stylelint@16.26.1(typescript@5.9.3))
stylelint-config-recess-order:
specifier: 'catalog:'
- version: 7.6.0(stylelint-order@7.0.1(stylelint@16.26.1(typescript@5.9.3)))(stylelint@16.26.1(typescript@5.9.3))
+ version: 7.6.1(stylelint-order@7.0.1(stylelint@16.26.1(typescript@5.9.3)))(stylelint@16.26.1(typescript@5.9.3))
stylelint-scss:
specifier: 'catalog:'
version: 6.14.0(stylelint@16.26.1(typescript@5.9.3))
@@ -1364,7 +1430,7 @@ importers:
dependencies:
'@iconify/json':
specifier: 'catalog:'
- version: 2.2.431
+ version: 2.2.438
'@iconify/tailwind':
specifier: 'catalog:'
version: 1.2.0
@@ -1379,7 +1445,7 @@ importers:
version: 0.5.19(tailwindcss@3.4.19(yaml@2.8.2))
autoprefixer:
specifier: 'catalog:'
- version: 10.4.23(postcss@8.5.6)
+ version: 10.4.24(postcss@8.5.6)
cssnano:
specifier: 'catalog:'
version: 7.1.2(postcss@8.5.6)
@@ -1416,16 +1482,16 @@ importers:
version: link:../../packages/types
vite:
specifier: 'catalog:'
- version: 7.3.1(@types/node@25.0.10)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)
+ version: 7.3.1(@types/node@25.2.3)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)
internal/vite-config:
dependencies:
'@intlify/unplugin-vue-i18n':
specifier: 'catalog:'
- version: 6.0.8(@vue/compiler-dom@3.5.27)(eslint@9.39.2(jiti@2.6.1))(rollup@4.56.0)(typescript@5.9.3)(vue-i18n@11.2.8(vue@3.5.27(typescript@5.9.3)))(vue@3.5.27(typescript@5.9.3))
+ version: 6.0.8(@vue/compiler-dom@3.5.28)(eslint@9.39.2(jiti@2.6.1))(rollup@4.57.1)(typescript@5.9.3)(vue-i18n@11.2.8(vue@3.5.28(typescript@5.9.3)))(vue@3.5.28(typescript@5.9.3))
'@jspm/generator':
specifier: 'catalog:'
- version: 2.9.0
+ version: 2.10.0
archiver:
specifier: 'catalog:'
version: 7.0.1
@@ -1446,10 +1512,10 @@ importers:
version: 2.0.3
vite-plugin-pwa:
specifier: 'catalog:'
- version: 1.2.0(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2))(workbox-build@7.4.0)(workbox-window@7.4.0)
+ version: 1.2.0(vite@7.3.1(@types/node@25.2.3)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2))(workbox-build@7.4.0)(workbox-window@7.4.0)
vite-plugin-vue-devtools:
specifier: 'catalog:'
- version: 8.0.5(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2))(vue@3.5.27(typescript@5.9.3))
+ version: 8.0.6(vite@7.3.1(@types/node@25.2.3)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2))(vue@3.5.28(typescript@5.9.3))
devDependencies:
'@pnpm/workspace.read-manifest':
specifier: 'catalog:'
@@ -1465,10 +1531,10 @@ importers:
version: link:../node-utils
'@vitejs/plugin-vue':
specifier: 'catalog:'
- version: 6.0.3(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2))(vue@3.5.27(typescript@5.9.3))
+ version: 6.0.4(vite@7.3.1(@types/node@25.2.3)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2))(vue@3.5.28(typescript@5.9.3))
'@vitejs/plugin-vue-jsx':
specifier: 'catalog:'
- version: 5.1.3(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2))(vue@3.5.27(typescript@5.9.3))
+ version: 5.1.4(vite@7.3.1(@types/node@25.2.3)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2))(vue@3.5.28(typescript@5.9.3))
dayjs:
specifier: 'catalog:'
version: 1.11.19
@@ -1477,25 +1543,25 @@ importers:
version: 16.6.1
rollup:
specifier: 'catalog:'
- version: 4.56.0
+ version: 4.57.1
rollup-plugin-visualizer:
specifier: 'catalog:'
- version: 5.14.0(rollup@4.56.0)
+ version: 5.14.0(rollup@4.57.1)
sass:
specifier: 'catalog:'
version: 1.97.3
vite:
specifier: 'catalog:'
- version: 7.3.1(@types/node@25.0.10)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)
+ version: 7.3.1(@types/node@25.2.3)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)
vite-plugin-compression:
specifier: 'catalog:'
- version: 0.5.1(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2))
+ version: 0.5.1(vite@7.3.1(@types/node@25.2.3)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2))
vite-plugin-dts:
specifier: 'catalog:'
- version: 4.5.4(@types/node@25.0.10)(rollup@4.56.0)(typescript@5.9.3)(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2))
+ version: 4.5.4(@types/node@25.2.3)(rollup@4.57.1)(typescript@5.9.3)(vite@7.3.1(@types/node@25.2.3)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2))
vite-plugin-html:
specifier: 'catalog:'
- version: 3.2.2(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2))
+ version: 3.2.2(vite@7.3.1(@types/node@25.2.3)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2))
vite-plugin-lazy-import:
specifier: 'catalog:'
version: 1.0.7
@@ -1506,13 +1572,13 @@ importers:
dependencies:
'@iconify/vue':
specifier: 'catalog:'
- version: 5.0.0(vue@3.5.27(typescript@5.9.3))
+ version: 5.0.0(vue@3.5.28(typescript@5.9.3))
lucide-vue-next:
specifier: 'catalog:'
- version: 0.553.0(vue@3.5.27(typescript@5.9.3))
+ version: 0.553.0(vue@3.5.28(typescript@5.9.3))
vue:
specifier: ^3.5.27
- version: 3.5.27(typescript@5.9.3)
+ version: 3.5.28(typescript@5.9.3)
packages/@core/base/shared:
dependencies:
@@ -1521,10 +1587,10 @@ importers:
version: 4.2.0
'@tanstack/vue-store':
specifier: 'catalog:'
- version: 0.8.0(vue@3.5.27(typescript@5.9.3))
+ version: 0.8.0(vue@3.5.28(typescript@5.9.3))
'@vue/shared':
specifier: 'catalog:'
- version: 3.5.27
+ version: 3.5.28
clsx:
specifier: ^2.1.1
version: 2.1.1
@@ -1551,7 +1617,7 @@ importers:
version: 0.2.0
tailwind-merge:
specifier: 'catalog:'
- version: 2.6.0
+ version: 2.6.1
theme-colors:
specifier: 'catalog:'
version: 0.1.0
@@ -1570,10 +1636,10 @@ importers:
dependencies:
vue:
specifier: ^3.5.27
- version: 3.5.27(typescript@5.9.3)
+ version: 3.5.28(typescript@5.9.3)
vue-router:
specifier: 'catalog:'
- version: 4.6.4(vue@3.5.27(typescript@5.9.3))
+ version: 4.6.4(vue@3.5.28(typescript@5.9.3))
packages/@core/composables:
dependencies:
@@ -1582,16 +1648,16 @@ importers:
version: link:../base/shared
'@vueuse/core':
specifier: 'catalog:'
- version: 14.1.0(vue@3.5.27(typescript@5.9.3))
+ version: 14.2.1(vue@3.5.28(typescript@5.9.3))
reka-ui:
specifier: 'catalog:'
- version: 2.7.0(typescript@5.9.3)(vue@3.5.27(typescript@5.9.3))
+ version: 2.8.0(vue@3.5.28(typescript@5.9.3))
sortablejs:
specifier: 'catalog:'
version: 1.15.6
vue:
specifier: ^3.5.27
- version: 3.5.27(typescript@5.9.3)
+ version: 3.5.28(typescript@5.9.3)
devDependencies:
'@types/sortablejs':
specifier: 'catalog:'
@@ -1607,10 +1673,10 @@ importers:
version: link:../base/typings
'@vueuse/core':
specifier: 'catalog:'
- version: 14.1.0(vue@3.5.27(typescript@5.9.3))
+ version: 14.2.1(vue@3.5.28(typescript@5.9.3))
vue:
specifier: ^3.5.27
- version: 3.5.27(typescript@5.9.3)
+ version: 3.5.28(typescript@5.9.3)
packages/@core/ui-kit/form-ui:
dependencies:
@@ -1631,16 +1697,16 @@ importers:
version: link:../../base/typings
'@vee-validate/zod':
specifier: 'catalog:'
- version: 4.15.1(vue@3.5.27(typescript@5.9.3))(zod@3.25.76)
+ version: 4.15.1(vue@3.5.28(typescript@5.9.3))(zod@3.25.76)
'@vueuse/core':
specifier: 'catalog:'
- version: 14.1.0(vue@3.5.27(typescript@5.9.3))
+ version: 14.2.1(vue@3.5.28(typescript@5.9.3))
vee-validate:
specifier: 'catalog:'
- version: 4.15.1(vue@3.5.27(typescript@5.9.3))
+ version: 4.15.1(vue@3.5.28(typescript@5.9.3))
vue:
specifier: ^3.5.27
- version: 3.5.27(typescript@5.9.3)
+ version: 3.5.28(typescript@5.9.3)
zod:
specifier: 'catalog:'
version: 3.25.76
@@ -1667,10 +1733,10 @@ importers:
version: link:../../base/typings
'@vueuse/core':
specifier: 'catalog:'
- version: 14.1.0(vue@3.5.27(typescript@5.9.3))
+ version: 14.2.1(vue@3.5.28(typescript@5.9.3))
vue:
specifier: ^3.5.27
- version: 3.5.27(typescript@5.9.3)
+ version: 3.5.28(typescript@5.9.3)
packages/@core/ui-kit/menu-ui:
dependencies:
@@ -1691,10 +1757,10 @@ importers:
version: link:../../base/typings
'@vueuse/core':
specifier: 'catalog:'
- version: 14.1.0(vue@3.5.27(typescript@5.9.3))
+ version: 14.2.1(vue@3.5.28(typescript@5.9.3))
vue:
specifier: ^3.5.27
- version: 3.5.27(typescript@5.9.3)
+ version: 3.5.28(typescript@5.9.3)
packages/@core/ui-kit/popup-ui:
dependencies:
@@ -1715,10 +1781,10 @@ importers:
version: link:../../base/typings
'@vueuse/core':
specifier: 'catalog:'
- version: 14.1.0(vue@3.5.27(typescript@5.9.3))
+ version: 14.2.1(vue@3.5.28(typescript@5.9.3))
vue:
specifier: ^3.5.27
- version: 3.5.27(typescript@5.9.3)
+ version: 3.5.28(typescript@5.9.3)
packages/@core/ui-kit/shadcn-ui:
dependencies:
@@ -1736,22 +1802,22 @@ importers:
version: link:../../base/typings
'@vueuse/core':
specifier: 'catalog:'
- version: 14.1.0(vue@3.5.27(typescript@5.9.3))
+ version: 14.2.1(vue@3.5.28(typescript@5.9.3))
class-variance-authority:
specifier: 'catalog:'
version: 0.7.1
lucide-vue-next:
specifier: 'catalog:'
- version: 0.553.0(vue@3.5.27(typescript@5.9.3))
+ version: 0.553.0(vue@3.5.28(typescript@5.9.3))
reka-ui:
specifier: 'catalog:'
- version: 2.7.0(typescript@5.9.3)(vue@3.5.27(typescript@5.9.3))
+ version: 2.8.0(vue@3.5.28(typescript@5.9.3))
vee-validate:
specifier: 'catalog:'
- version: 4.15.1(vue@3.5.27(typescript@5.9.3))
+ version: 4.15.1(vue@3.5.28(typescript@5.9.3))
vue:
specifier: ^3.5.27
- version: 3.5.27(typescript@5.9.3)
+ version: 3.5.28(typescript@5.9.3)
packages/@core/ui-kit/tabs-ui:
dependencies:
@@ -1769,10 +1835,10 @@ importers:
version: link:../../base/typings
'@vueuse/core':
specifier: 'catalog:'
- version: 14.1.0(vue@3.5.27(typescript@5.9.3))
+ version: 14.2.1(vue@3.5.28(typescript@5.9.3))
vue:
specifier: ^3.5.27
- version: 3.5.27(typescript@5.9.3)
+ version: 3.5.28(typescript@5.9.3)
packages/constants:
dependencies:
@@ -1796,7 +1862,7 @@ importers:
version: link:../../utils
vue:
specifier: ^3.5.27
- version: 3.5.27(typescript@5.9.3)
+ version: 3.5.28(typescript@5.9.3)
packages/effects/common-ui:
dependencies:
@@ -1832,10 +1898,10 @@ importers:
version: link:../../types
'@vueuse/core':
specifier: 'catalog:'
- version: 14.1.0(vue@3.5.27(typescript@5.9.3))
+ version: 14.2.1(vue@3.5.28(typescript@5.9.3))
'@vueuse/integrations':
specifier: 'catalog:'
- version: 14.1.0(async-validator@4.2.5)(axios@1.13.3)(change-case@5.4.4)(focus-trap@7.8.0)(nprogress@0.2.0)(qrcode@1.5.4)(sortablejs@1.15.6)(vue@3.5.27(typescript@5.9.3))
+ version: 14.2.1(async-validator@4.2.5)(axios@1.13.5)(change-case@5.4.4)(focus-trap@7.8.0)(nprogress@0.2.0)(qrcode@1.5.4)(sortablejs@1.15.6)(vue@3.5.28(typescript@5.9.3))
json-bigint:
specifier: 'catalog:'
version: 1.0.0
@@ -1847,16 +1913,16 @@ importers:
version: 6.3.7
vue:
specifier: ^3.5.27
- version: 3.5.27(typescript@5.9.3)
+ version: 3.5.28(typescript@5.9.3)
vue-json-viewer:
specifier: 'catalog:'
- version: 3.0.4(vue@3.5.27(typescript@5.9.3))
+ version: 3.0.4(vue@3.5.28(typescript@5.9.3))
vue-router:
specifier: 'catalog:'
- version: 4.6.4(vue@3.5.27(typescript@5.9.3))
+ version: 4.6.4(vue@3.5.28(typescript@5.9.3))
vue-tippy:
specifier: 'catalog:'
- version: 6.7.1(vue@3.5.27(typescript@5.9.3))
+ version: 6.7.1(vue@3.5.28(typescript@5.9.3))
devDependencies:
'@types/qrcode':
specifier: 'catalog:'
@@ -1881,13 +1947,13 @@ importers:
version: link:../../utils
'@vueuse/core':
specifier: 'catalog:'
- version: 14.1.0(vue@3.5.27(typescript@5.9.3))
+ version: 14.2.1(vue@3.5.28(typescript@5.9.3))
vue:
specifier: ^3.5.27
- version: 3.5.27(typescript@5.9.3)
+ version: 3.5.28(typescript@5.9.3)
vue-router:
specifier: 'catalog:'
- version: 4.6.4(vue@3.5.27(typescript@5.9.3))
+ version: 4.6.4(vue@3.5.28(typescript@5.9.3))
watermark-js-plus:
specifier: 'catalog:'
version: 1.6.3
@@ -1944,19 +2010,19 @@ importers:
version: link:../../utils
'@vueuse/core':
specifier: 'catalog:'
- version: 14.1.0(vue@3.5.27(typescript@5.9.3))
+ version: 14.2.1(vue@3.5.28(typescript@5.9.3))
vue:
specifier: ^3.5.27
- version: 3.5.27(typescript@5.9.3)
+ version: 3.5.28(typescript@5.9.3)
vue-router:
specifier: 'catalog:'
- version: 4.6.4(vue@3.5.27(typescript@5.9.3))
+ version: 4.6.4(vue@3.5.28(typescript@5.9.3))
packages/effects/plugins:
dependencies:
'@tinyflow-ai/vue':
specifier: 'catalog:'
- version: 1.1.10(svelte@5.48.2)(vue@3.5.27(typescript@5.9.3))
+ version: 1.1.10(svelte@5.50.1)(vue@3.5.28(typescript@5.9.3))
'@vben-core/form-ui':
specifier: workspace:*
version: link:../../@core/ui-kit/form-ui
@@ -1986,13 +2052,13 @@ importers:
version: link:../../utils
'@vueuse/core':
specifier: 'catalog:'
- version: 14.1.0(vue@3.5.27(typescript@5.9.3))
+ version: 14.2.1(vue@3.5.28(typescript@5.9.3))
'@vueuse/motion':
specifier: 'catalog:'
- version: 3.0.3(magicast@0.5.1)(vue@3.5.27(typescript@5.9.3))
+ version: 3.0.3(magicast@0.5.2)(vue@3.5.28(typescript@5.9.3))
codemirror:
specifier: 'catalog:'
- version: 5.65.20
+ version: 5.65.21
echarts:
specifier: 'catalog:'
version: 6.0.0
@@ -2013,13 +2079,13 @@ importers:
version: 0.16.0(markmap-common@0.16.0)
vue:
specifier: ^3.5.27
- version: 3.5.27(typescript@5.9.3)
+ version: 3.5.28(typescript@5.9.3)
vxe-pc-ui:
specifier: 'catalog:'
- version: 4.12.12(vue@3.5.27(typescript@5.9.3))
+ version: 4.12.36(vue@3.5.28(typescript@5.9.3))
vxe-table:
specifier: 'catalog:'
- version: 4.17.46(vue@3.5.27(typescript@5.9.3))
+ version: 4.17.48(vue@3.5.28(typescript@5.9.3))
devDependencies:
'@types/codemirror':
specifier: 'catalog:'
@@ -2041,7 +2107,7 @@ importers:
version: link:../../utils
axios:
specifier: 'catalog:'
- version: 1.13.3
+ version: 1.13.5
qs:
specifier: 'catalog:'
version: 6.14.1
@@ -2051,7 +2117,7 @@ importers:
version: 6.14.0
axios-mock-adapter:
specifier: 'catalog:'
- version: 2.1.0(axios@1.13.3)
+ version: 2.1.0(axios@1.13.5)
packages/icons:
dependencies:
@@ -2069,10 +2135,10 @@ importers:
version: link:../@core/composables
vue:
specifier: ^3.5.27
- version: 3.5.27(typescript@5.9.3)
+ version: 3.5.28(typescript@5.9.3)
vue-i18n:
specifier: 'catalog:'
- version: 11.2.8(vue@3.5.27(typescript@5.9.3))
+ version: 11.2.8(vue@3.5.28(typescript@5.9.3))
packages/preferences:
dependencies:
@@ -2096,19 +2162,19 @@ importers:
version: link:../@core/base/typings
pinia:
specifier: ^3.0.4
- version: 3.0.4(typescript@5.9.3)(vue@3.5.27(typescript@5.9.3))
+ version: 3.0.4(typescript@5.9.3)(vue@3.5.28(typescript@5.9.3))
pinia-plugin-persistedstate:
specifier: 'catalog:'
- version: 4.7.1(@nuxt/kit@4.3.0(magicast@0.5.1))(pinia@3.0.4(typescript@5.9.3)(vue@3.5.27(typescript@5.9.3)))
+ version: 4.7.1(@nuxt/kit@4.3.1(magicast@0.5.2))(pinia@3.0.4(typescript@5.9.3)(vue@3.5.28(typescript@5.9.3)))
secure-ls:
specifier: 'catalog:'
version: 2.0.0
vue:
specifier: ^3.5.27
- version: 3.5.27(typescript@5.9.3)
+ version: 3.5.28(typescript@5.9.3)
vue-router:
specifier: 'catalog:'
- version: 4.6.4(vue@3.5.27(typescript@5.9.3))
+ version: 4.6.4(vue@3.5.28(typescript@5.9.3))
packages/styles:
dependencies:
@@ -2123,10 +2189,10 @@ importers:
version: link:../@core/base/typings
vue:
specifier: ^3.5.27
- version: 3.5.27(typescript@5.9.3)
+ version: 3.5.28(typescript@5.9.3)
vue-router:
specifier: 'catalog:'
- version: 4.6.4(vue@3.5.27(typescript@5.9.3))
+ version: 4.6.4(vue@3.5.28(typescript@5.9.3))
packages/utils:
dependencies:
@@ -2138,7 +2204,7 @@ importers:
version: link:../@core/base/typings
vue-router:
specifier: 'catalog:'
- version: 4.6.4(vue@3.5.27(typescript@5.9.3))
+ version: 4.6.4(vue@3.5.28(typescript@5.9.3))
scripts/turbo-run:
dependencies:
@@ -2172,8 +2238,8 @@ importers:
packages:
- '@algolia/abtesting@1.13.0':
- resolution: {integrity: sha512-Zrqam12iorp3FjiKMXSTpedGYznZ3hTEOAr2oCxI8tbF8bS1kQHClyDYNq/eV0ewMNLyFkgZVWjaS+8spsOYiQ==}
+ '@algolia/abtesting@1.14.0':
+ resolution: {integrity: sha512-cZfj+1Z1dgrk3YPtNQNt0H9Rr67P8b4M79JjUKGS0d7/EbFbGxGgSu6zby5f22KXo3LT0LZa4O2c6VVbupJuDg==}
engines: {node: '>= 14.0.0'}
'@algolia/autocomplete-core@1.17.7':
@@ -2196,56 +2262,56 @@ packages:
'@algolia/client-search': '>= 4.9.1 < 6'
algoliasearch: '>= 4.9.1 < 6'
- '@algolia/client-abtesting@5.47.0':
- resolution: {integrity: sha512-aOpsdlgS9xTEvz47+nXmw8m0NtUiQbvGWNuSEb7fA46iPL5FxOmOUZkh8PREBJpZ0/H8fclSc7BMJCVr+Dn72w==}
+ '@algolia/client-abtesting@5.48.0':
+ resolution: {integrity: sha512-n17WSJ7vazmM6yDkWBAjY12J8ERkW9toOqNgQ1GEZu/Kc4dJDJod1iy+QP5T/UlR3WICgZDi/7a/VX5TY5LAPQ==}
engines: {node: '>= 14.0.0'}
- '@algolia/client-analytics@5.47.0':
- resolution: {integrity: sha512-EcF4w7IvIk1sowrO7Pdy4Ako7x/S8+nuCgdk6En+u5jsaNQM4rTT09zjBPA+WQphXkA2mLrsMwge96rf6i7Mow==}
+ '@algolia/client-analytics@5.48.0':
+ resolution: {integrity: sha512-v5bMZMEqW9U2l40/tTAaRyn4AKrYLio7KcRuHmLaJtxuJAhvZiE7Y62XIsF070juz4MN3eyvfQmI+y5+OVbZuA==}
engines: {node: '>= 14.0.0'}
- '@algolia/client-common@5.47.0':
- resolution: {integrity: sha512-Wzg5Me2FqgRDj0lFuPWFK05UOWccSMsIBL2YqmTmaOzxVlLZ+oUqvKbsUSOE5ud8Fo1JU7JyiLmEXBtgDKzTwg==}
+ '@algolia/client-common@5.48.0':
+ resolution: {integrity: sha512-7H3DgRyi7UByScc0wz7EMrhgNl7fKPDjKX9OcWixLwCj7yrRXDSIzwunykuYUUO7V7HD4s319e15FlJ9CQIIFQ==}
engines: {node: '>= 14.0.0'}
- '@algolia/client-insights@5.47.0':
- resolution: {integrity: sha512-Ci+cn/FDIsDxSKMRBEiyKrqybblbk8xugo6ujDN1GSTv9RIZxwxqZYuHfdLnLEwLlX7GB8pqVyqrUSlRnR+sJA==}
+ '@algolia/client-insights@5.48.0':
+ resolution: {integrity: sha512-tXmkB6qrIGAXrtRYHQNpfW0ekru/qymV02bjT0w5QGaGw0W91yT+53WB6dTtRRsIrgS30Al6efBvyaEosjZ5uw==}
engines: {node: '>= 14.0.0'}
- '@algolia/client-personalization@5.47.0':
- resolution: {integrity: sha512-gsLnHPZmWcX0T3IigkDL2imCNtsQ7dR5xfnwiFsb+uTHCuYQt+IwSNjsd8tok6HLGLzZrliSaXtB5mfGBtYZvQ==}
+ '@algolia/client-personalization@5.48.0':
+ resolution: {integrity: sha512-4tXEsrdtcBZbDF73u14Kb3otN+xUdTVGop1tBjict+Rc/FhsJQVIwJIcTrOJqmvhtBfc56Bu65FiVOnpAZCxcw==}
engines: {node: '>= 14.0.0'}
- '@algolia/client-query-suggestions@5.47.0':
- resolution: {integrity: sha512-PDOw0s8WSlR2fWFjPQldEpmm/gAoUgLigvC3k/jCSi/DzigdGX6RdC0Gh1RR1P8Cbk5KOWYDuL3TNzdYwkfDyA==}
+ '@algolia/client-query-suggestions@5.48.0':
+ resolution: {integrity: sha512-unzSUwWFpsDrO8935RhMAlyK0Ttua/5XveVIwzfjs5w+GVBsHgIkbOe8VbBJccMU/z1LCwvu1AY3kffuSLAR5Q==}
engines: {node: '>= 14.0.0'}
- '@algolia/client-search@5.47.0':
- resolution: {integrity: sha512-b5hlU69CuhnS2Rqgsz7uSW0t4VqrLMLTPbUpEl0QVz56rsSwr1Sugyogrjb493sWDA+XU1FU5m9eB8uH7MoI0g==}
+ '@algolia/client-search@5.48.0':
+ resolution: {integrity: sha512-RB9bKgYTVUiOcEb5bOcZ169jiiVW811dCsJoLT19DcbbFmU4QaK0ghSTssij35QBQ3SCOitXOUrHcGgNVwS7sQ==}
engines: {node: '>= 14.0.0'}
- '@algolia/ingestion@1.47.0':
- resolution: {integrity: sha512-WvwwXp5+LqIGISK3zHRApLT1xkuEk320/EGeD7uYy+K8WwDd5OjXnhjuXRhYr1685KnkvWkq1rQ/ihCJjOfHpQ==}
+ '@algolia/ingestion@1.48.0':
+ resolution: {integrity: sha512-rhoSoPu+TDzDpvpk3cY/pYgbeWXr23DxnAIH/AkN0dUC+GCnVIeNSQkLaJ+CL4NZ51cjLIjksrzb4KC5Xu+ktw==}
engines: {node: '>= 14.0.0'}
- '@algolia/monitoring@1.47.0':
- resolution: {integrity: sha512-j2EUFKAlzM0TE4GRfkDE3IDfkVeJdcbBANWzK16Tb3RHz87WuDfQ9oeEW6XiRE1/bEkq2xf4MvZesvSeQrZRDA==}
+ '@algolia/monitoring@1.48.0':
+ resolution: {integrity: sha512-aSe6jKvWt+8VdjOaq2ERtsXp9+qMXNJ3mTyTc1VMhNfgPl7ArOhRMRSQ8QBnY8ZL4yV5Xpezb7lAg8pdGrrulg==}
engines: {node: '>= 14.0.0'}
- '@algolia/recommend@5.47.0':
- resolution: {integrity: sha512-+kTSE4aQ1ARj2feXyN+DMq0CIDHJwZw1kpxIunedkmpWUg8k3TzFwWsMCzJVkF2nu1UcFbl7xsIURz3Q3XwOXA==}
+ '@algolia/recommend@5.48.0':
+ resolution: {integrity: sha512-p9tfI1bimAaZrdiVExL/dDyGUZ8gyiSHsktP1ZWGzt5hXpM3nhv4tSjyHtXjEKtA0UvsaHKwSfFE8aAAm1eIQA==}
engines: {node: '>= 14.0.0'}
- '@algolia/requester-browser-xhr@5.47.0':
- resolution: {integrity: sha512-Ja+zPoeSA2SDowPwCNRbm5Q2mzDvVV8oqxCQ4m6SNmbKmPlCfe30zPfrt9ho3kBHnsg37pGucwOedRIOIklCHw==}
+ '@algolia/requester-browser-xhr@5.48.0':
+ resolution: {integrity: sha512-XshyfpsQB7BLnHseMinp3fVHOGlTv6uEHOzNK/3XrEF9mjxoZAcdVfY1OCXObfwRWX5qXZOq8FnrndFd44iVsQ==}
engines: {node: '>= 14.0.0'}
- '@algolia/requester-fetch@5.47.0':
- resolution: {integrity: sha512-N6nOvLbaR4Ge+oVm7T4W/ea1PqcSbsHR4O58FJ31XtZjFPtOyxmnhgCmGCzP9hsJI6+x0yxJjkW5BMK/XI8OvA==}
+ '@algolia/requester-fetch@5.48.0':
+ resolution: {integrity: sha512-Q4XNSVQU89bKNAPuvzSYqTH9AcbOOiIo6AeYMQTxgSJ2+uvT78CLPMG89RIIloYuAtSfE07s40OLV50++l1Bbw==}
engines: {node: '>= 14.0.0'}
- '@algolia/requester-node-http@5.47.0':
- resolution: {integrity: sha512-z1oyLq5/UVkohVXNDEY70mJbT/sv/t6HYtCvCwNrOri6pxBJDomP9R83KOlwcat+xqBQEdJHjbrPh36f1avmZA==}
+ '@algolia/requester-node-http@5.48.0':
+ resolution: {integrity: sha512-ZgxV2+5qt3NLeUYBTsi6PLyHcENQWC0iFppFZekHSEDA2wcLdTUjnaJzimTEULHIvJuLRCkUs4JABdhuJktEag==}
engines: {node: '>= 14.0.0'}
'@alloc/quick-lru@5.2.0':
@@ -2255,6 +2321,17 @@ packages:
'@ant-design/colors@6.0.0':
resolution: {integrity: sha512-qAZRvPzfdWHtfameEGP2Qvuf838NhergR35o+EuVyB5XvSA98xod5r4utvi4TJ3ywmevm290g9nsCG5MryrdWQ==}
+ '@ant-design/colors@7.2.1':
+ resolution: {integrity: sha512-lCHDcEzieu4GA3n8ELeZ5VQ8pKQAWcGGLRTQ50aQM2iqPpq2evTxER84jfdPvsPAtEcZ7m44NI45edFMo8oOYQ==}
+
+ '@ant-design/fast-color@2.0.6':
+ resolution: {integrity: sha512-y2217gk4NqL35giHl72o6Zzqji9O7vHh9YmhUVkPtAOpoTCH4uWxo/pr4VE8t0+ChEPs0qo4eJRC5Q1eXWo3vA==}
+ engines: {node: '>=8.x'}
+
+ '@ant-design/fast-color@3.0.1':
+ resolution: {integrity: sha512-esKJegpW4nckh0o6kV3Tkb7NPIZYbPnnFxmQDUmL08ukXZAvV85TZBr70eGuke/CIArLaP6aw8lt9KILjnWuOw==}
+ engines: {node: '>=8.x'}
+
'@ant-design/icons-svg@4.4.2':
resolution: {integrity: sha512-vHbT+zJEVzllwP+CM+ul7reTEfBR0vgxFe7+lREAsAA7YGsYpboiq2sQNeQeRvh09GfQgs/GyFEvZpJ9cLXpXA==}
@@ -2263,6 +2340,16 @@ packages:
peerDependencies:
vue: ^3.5.27
+ '@antdv-next/cssinjs@1.0.1':
+ resolution: {integrity: sha512-9C7f2dZ7seDLuRU7dy23dmyxsWGZyHl9OriDQvamYHjqpKf6WdJhdUkQpTZ7q63t6h5JXrDgX4VYZH3JD6hX3g==}
+ peerDependencies:
+ vue: ^3.5.27
+
+ '@antdv-next/icons@1.0.0':
+ resolution: {integrity: sha512-O3gxRGEYOYsNbyPuhEqZ+HIDTakl6v3ukBDQwZ3ZvbzOPBorgdhMhHQ1WFjlLBCo72bdx5/wKyjz6oFRhk0G+g==}
+ peerDependencies:
+ vue: ^3.5.27
+
'@antfu/install-pkg@1.1.0':
resolution: {integrity: sha512-MGQsmw10ZyI+EJo45CdSER4zEb+p31LpDAFp2Z3gkSd1yqVZGi0Ebx++YTEMonJy4oChEMLsxZ64j8FH6sSqtQ==}
@@ -2334,20 +2421,20 @@ packages:
resolution: {integrity: sha512-qtLLQq1a3isK0iaq0Drl7Qt4PqeyjTrpFxNdA/20O/jYkGiA/oJA8DLMn1bzczsfjlUohe4dg39bpeAqG02uvA==}
engines: {node: '>= 10'}
- '@babel/code-frame@7.28.6':
- resolution: {integrity: sha512-JYgintcMjRiCvS8mMECzaEn+m3PfoQiyqukOMCCVQtoJGYJw8j/8LBJEiqkHLkfwCcs74E3pbAUFNg7d9VNJ+Q==}
+ '@babel/code-frame@7.29.0':
+ resolution: {integrity: sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==}
engines: {node: '>=6.9.0'}
- '@babel/compat-data@7.28.6':
- resolution: {integrity: sha512-2lfu57JtzctfIrcGMz992hyLlByuzgIk58+hhGCxjKZ3rWI82NnVLjXcaTqkI2NvlcvOskZaiZ5kjUALo3Lpxg==}
+ '@babel/compat-data@7.29.0':
+ resolution: {integrity: sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==}
engines: {node: '>=6.9.0'}
- '@babel/core@7.28.6':
- resolution: {integrity: sha512-H3mcG6ZDLTlYfaSNi0iOKkigqMFvkTKlGUYlD8GW7nNOYRrevuA46iTypPyv+06V3fEmvvazfntkBU34L0azAw==}
+ '@babel/core@7.29.0':
+ resolution: {integrity: sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==}
engines: {node: '>=6.9.0'}
- '@babel/generator@7.28.6':
- resolution: {integrity: sha512-lOoVRwADj8hjf7al89tvQ2a1lf53Z+7tiXMgpZJL3maQPDxh0DgLMN62B2MKUOFcoodBHLMbDM6WAbKgNy5Suw==}
+ '@babel/generator@7.29.1':
+ resolution: {integrity: sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==}
engines: {node: '>=6.9.0'}
'@babel/helper-annotate-as-pure@7.27.3':
@@ -2437,8 +2524,8 @@ packages:
resolution: {integrity: sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==}
engines: {node: '>=6.9.0'}
- '@babel/parser@7.28.6':
- resolution: {integrity: sha512-TeR9zWR18BvbfPmGbLampPMW+uW1NZnJlRuuHso8i87QZNq2JRF9i6RgxRqtEq+wQGsS19NNTWr2duhnE49mfQ==}
+ '@babel/parser@7.29.0':
+ resolution: {integrity: sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==}
engines: {node: '>=6.0.0'}
hasBin: true
@@ -2472,8 +2559,8 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0
- '@babel/plugin-proposal-decorators@7.28.6':
- resolution: {integrity: sha512-RVdFPPyY9fCRAX68haPmOk2iyKW8PKJFthmm8NeSI3paNxKWGZIn99+VbIf0FrtCpFnPgnpF/L48tadi617ULg==}
+ '@babel/plugin-proposal-decorators@7.29.0':
+ resolution: {integrity: sha512-CVBVv3VY/XRMxRYq5dwr2DS7/MvqPm23cOCjbwNnVrfOqcWlnefua1uUs0sjdKOGjvPUG633o07uWzJq4oI6dA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2531,8 +2618,8 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-async-generator-functions@7.28.6':
- resolution: {integrity: sha512-9knsChgsMzBV5Yh3kkhrZNxH3oCYAfMBkNNaVN4cP2RVlFPe8wYdwwcnOsAbkdDoV9UjFtOXWrWB52M8W4jNeA==}
+ '@babel/plugin-transform-async-generator-functions@7.29.0':
+ resolution: {integrity: sha512-va0VdWro4zlBr2JsXC+ofCPB2iG12wPtVGTWFx2WLDOM3nYQZZIGP82qku2eW/JR83sD+k2k+CsNtyEbUqhU6w==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2597,8 +2684,8 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.28.6':
- resolution: {integrity: sha512-5suVoXjC14lUN6ZL9OLKIHCNVWCrqGqlmEp/ixdXjvgnEl/kauLvvMO/Xw9NyMc95Joj1AeLVPVMvibBgSoFlA==}
+ '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.29.0':
+ resolution: {integrity: sha512-zBPcW2lFGxdiD8PUnPwJjag2J9otbcLQzvbiOzDxpYXyCuYX9agOwMPGn1prVH0a4qzhCKu24rlH4c1f7yA8rw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
@@ -2675,8 +2762,8 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-modules-systemjs@7.28.5':
- resolution: {integrity: sha512-vn5Jma98LCOeBy/KpeQhXcV2WZgaRUtjwQmjoBuLNlOmkg0fB5pdvYVeWRYI69wWKwK2cD1QbMiUQnoujWvrew==}
+ '@babel/plugin-transform-modules-systemjs@7.29.0':
+ resolution: {integrity: sha512-PrujnVFbOdUpw4UHiVwKvKRLMMic8+eC0CuNlxjsyZUiBjhFdPsewdXCkveh2KqBA9/waD0W1b4hXSOBQJezpQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2687,8 +2774,8 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-named-capturing-groups-regex@7.27.1':
- resolution: {integrity: sha512-SstR5JYy8ddZvD6MhV0tM/j16Qds4mIpJTOd1Yu9J9pJjH93bxHECF7pgtc28XvkzTD6Pxcm/0Z73Hvk7kb3Ng==}
+ '@babel/plugin-transform-named-capturing-groups-regex@7.29.0':
+ resolution: {integrity: sha512-1CZQA5KNAD6ZYQLPw7oi5ewtDNxH/2vuCh+6SmvgDfhumForvs8a1o9n0UrEoBD8HU4djO2yWngTQlXl1NDVEQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
@@ -2759,8 +2846,8 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/plugin-transform-regenerator@7.28.6':
- resolution: {integrity: sha512-eZhoEZHYQLL5uc1gS5e9/oTknS0sSSAtd5TkKMUp3J+S/CaUjagc0kOUPsEbDmMeva0nC3WWl4SxVY6+OBuxfw==}
+ '@babel/plugin-transform-regenerator@7.29.0':
+ resolution: {integrity: sha512-FijqlqMA7DmRdg/aINBSs04y8XNTYw/lr1gJ2WsmBnnaNw1iS43EPkJW+zK7z65auG3AWRFXWj+NcTQwYptUog==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2837,8 +2924,8 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0
- '@babel/preset-env@7.28.6':
- resolution: {integrity: sha512-GaTI4nXDrs7l0qaJ6Rg06dtOXTBCG6TMDB44zbqofCIC4PqC7SEvmFFtpxzCDw9W5aJ7RKVshgXTLvLdBFV/qw==}
+ '@babel/preset-env@7.29.0':
+ resolution: {integrity: sha512-fNEdfc0yi16lt6IZo2Qxk3knHVdfMYX33czNb4v8yWhemoBhibCpQK/uYHtSKIiO+p/zd3+8fYVXhQdOVV608w==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@@ -2854,8 +2941,8 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0-0
- '@babel/runtime-corejs3@7.28.6':
- resolution: {integrity: sha512-kz2fAQ5UzjV7X7D3ySxmj3vRq89dTpqOZWv76Z6pNPztkwb/0Yj1Mtx1xFrYj6mbIHysxtBot8J4o0JLCblcFw==}
+ '@babel/runtime-corejs3@7.29.0':
+ resolution: {integrity: sha512-TgUkdp71C9pIbBcHudc+gXZnihEDOjUAmXO1VO4HHGES7QLZcShR0stfKIxLSNIYx2fqhmJChOjm/wkF8wv4gA==}
engines: {node: '>=6.9.0'}
'@babel/runtime@7.28.6':
@@ -2866,12 +2953,12 @@ packages:
resolution: {integrity: sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==}
engines: {node: '>=6.9.0'}
- '@babel/traverse@7.28.6':
- resolution: {integrity: sha512-fgWX62k02qtjqdSNTAGxmKYY/7FSL9WAS1o2Hu5+I5m9T0yxZzr4cnrfXQ/MX0rIifthCSs6FKTlzYbJcPtMNg==}
+ '@babel/traverse@7.29.0':
+ resolution: {integrity: sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==}
engines: {node: '>=6.9.0'}
- '@babel/types@7.28.6':
- resolution: {integrity: sha512-0ZrskXVEHSWIqZM/sQZ4EV3jZJXRkio/WCxaqKZP1g//CEWEPSfeZFcms4XeKBCHU0ZKnIkdJeU/kF+eRp5lBg==}
+ '@babel/types@7.29.0':
+ resolution: {integrity: sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==}
engines: {node: '>=6.9.0'}
'@bpmn-io/cm-theme@0.1.0-alpha.2':
@@ -2883,38 +2970,39 @@ packages:
'@bpmn-io/extract-process-variables@0.8.0':
resolution: {integrity: sha512-yAS7ZYX+D56K+luC36u96eRMLb4VHcPUwTUqMZ/Z/Je2gou2DJLRbuBTHAB4jjKt4wFCHSG4B8Y+TrBciEYf4w==}
- '@bpmn-io/feel-editor@2.1.0':
- resolution: {integrity: sha512-/Ivhetl3x3wOvnhiavmmXrGTJiZ4gQK5Zf1ugy+FDPufWd3AskKynaO5R6LiCDQDCCcCTF6/m6ZtNARFVWr0Kw==}
+ '@bpmn-io/feel-editor@2.4.0':
+ resolution: {integrity: sha512-/2fRDDEYb07zacdsFn1nn0W3gV/XkT2YSpHfa9HpyeyYzHWT2bCeU5YkIPxtROrJdScqGuCcCQV2IuxAfgjjhw==}
engines: {node: '>= 20'}
- '@bpmn-io/feel-lint@1.4.0':
- resolution: {integrity: sha512-1bsdR/9vPD7RQVqWWPk0X0tpjLsYTDrCxIzOVtN/h32o4nPGl0dZBU5m07qaFUGD4wG3eOH4Qim1wexHG8YkBw==}
+ '@bpmn-io/feel-lint@3.1.0':
+ resolution: {integrity: sha512-nOCYWMXgwR0joU4XKhu4f3P5f4/AsmuyiV1e+fzcXTCh7iMLU8VYdHXSIzZuJ0zxz3Gsnp7A8S8lt+HJ43H6IA==}
- '@bpmn-io/feel-lint@3.0.0':
- resolution: {integrity: sha512-z1q1dBkMTvuczuhGerXuD6IRXY0JN2uBXYR5Eyq2Ltp8YAw2jIeimHLii119gaiKhimQ1OMdp9lLRYJ0oKIL3Q==}
+ '@bpmn-io/feelin@6.1.0':
+ resolution: {integrity: sha512-nqmmlHRD9tl0ZcpYTEkZdpc/rAMoYc+ct0SOg9fFIFWRaEApme3DuXC7v9AMA5g+upGCKd6cUc3t97y+unpfMw==}
+ engines: {node: '>= 20.12.0'}
'@bpmn-io/lang-feel@3.0.0':
resolution: {integrity: sha512-t/k0z5AW18J7Qz2i/bIFAlvlcS63RuyQB9OQ0YiC1WyMosxXRAnv98LHnVbwirx9vje1DLll85tkBT2B8KLjmQ==}
engines: {node: '>= 20.12.0'}
- '@bpmn-io/lezer-feel@2.1.0':
- resolution: {integrity: sha512-cvNlgSYlcgFq5hfJpe6R0FD/GbkDox/9Jv8WeLIjCsgmbC9JrrzZcUQ5VrEsbTkznGFtP4vM38k4uGRuKrjffg==}
+ '@bpmn-io/lezer-feel@2.2.1':
+ resolution: {integrity: sha512-X/8DIoTIW+F9dI2Pr2M66tGT8q83ZXLAwVYqHVUWw9STXbbCs7Aluy6CxW8EpXD1rur15pbP1ZkXQDIFkx55rA==}
engines: {node: '>= 20.12.0'}
- '@bpmn-io/properties-panel@3.36.0':
- resolution: {integrity: sha512-LKurxzz+HzWwl0F1bovpTzSjlg4FFqbqINPL86IKFquWh0ESSS8vU0zyTpygXvkbGnDy50HcJC+DIuBZEa+srg==}
+ '@bpmn-io/properties-panel@3.38.0':
+ resolution: {integrity: sha512-o8Oih4ILK93cMyD1FO1rnLL5GvWqbzFM8R14RhEheNUXvfd8/VnwOHpMlXvqlJ5zX8GTN9VBks3jmt7HQf0slg==}
'@cacheable/memory@2.0.7':
resolution: {integrity: sha512-RbxnxAMf89Tp1dLhXMS7ceft/PGsDl1Ip7T20z5nZ+pwIAsQ1p2izPjVG69oCLv/jfQ7HDPHTWK0c9rcAWXN3A==}
- '@cacheable/utils@2.3.3':
- resolution: {integrity: sha512-JsXDL70gQ+1Vc2W/KUFfkAJzgb4puKwwKehNLuB+HrNKWf91O736kGfxn4KujXCCSuh6mRRL4XEB0PkAFjWS0A==}
+ '@cacheable/utils@2.3.4':
+ resolution: {integrity: sha512-knwKUJEYgIfwShABS1BX6JyJJTglAFcEU7EXqzTdiGCXur4voqkiJkdgZIQtWNFhynzDWERcTYv/sETMu3uJWA==}
- '@camunda/feel-builtins@0.2.0':
- resolution: {integrity: sha512-Jusm8x3Onqze9E5Y0lGGdPj66bnFKLYNwDz+uG4otsEXgSL0FpF+koGHK48LkF9Jqo67KaP1y3zr2y/HIWRePw==}
+ '@camunda/feel-builtins@0.3.0':
+ resolution: {integrity: sha512-pLz9GC2aXyWOk7fYnimnXZZh75X4TGmy//4FQW9yp+9I2voyUZAg+7vBOo+FzAeIiBMU9aEjrYfX8hBpzIkc+A==}
- '@carbon/icons@11.73.0':
- resolution: {integrity: sha512-84UttPUEwNEQ6prGf6HWuYy6We9vGb012+emynqSQSFAyl3L44GJMsmztLRkFGfRK/AeBTAIGVn7/dEadggEaw==}
+ '@carbon/icons@11.74.0':
+ resolution: {integrity: sha512-tKAUXSgzLvov2gidRb3/U1NvUWKqxfG3anmWMz7WnTj/W3aK6PXpvgfspqPMOnBsnuF5q5H3Csq6XJ99dUZ5ig==}
'@changesets/apply-release-plan@7.0.14':
resolution: {integrity: sha512-ddBvf9PHdy2YY0OUiEl3TV78mH9sckndJR14QAt87KLEbIov81XO0q0QAmvooBxXlqRRP8I9B7XOzZwQG7JkWA==}
@@ -2990,20 +3078,20 @@ packages:
'@codemirror/autocomplete@6.20.0':
resolution: {integrity: sha512-bOwvTOIJcG5FVo5gUUupiwYh8MioPLQ4UcqbcRf7UQ98X90tCa9E1kZ3Z7tqwpZxYyOvh1YTYbmZE9RTfTp5hg==}
- '@codemirror/commands@6.10.1':
- resolution: {integrity: sha512-uWDWFypNdQmz2y1LaNJzK7fL7TYKLeUAU0npEC685OKTF3KcQ2Vu3klIM78D7I6wGhktme0lh3CuQLv0ZCrD9Q==}
+ '@codemirror/commands@6.10.2':
+ resolution: {integrity: sha512-vvX1fsih9HledO1c9zdotZYUZnE4xV0m6i3m25s5DIfXofuprk6cRcLUZvSk3CASUbwjQX21tOGbkY2BH8TpnQ==}
'@codemirror/language@6.12.1':
resolution: {integrity: sha512-Fa6xkSiuGKc8XC8Cn96T+TQHYj4ZZ7RdFmXA3i9xe/3hLHfwPZdM+dqfX0Cp0zQklBKhVD8Yzc8LS45rkqcwpQ==}
- '@codemirror/lint@6.9.2':
- resolution: {integrity: sha512-sv3DylBiIyi+xKwRCJAAsBZZZWo82shJ/RTMymLabAdtbkV5cSKwWDeCgtUq3v8flTaXS2y1kKkICuRYtUswyQ==}
+ '@codemirror/lint@6.9.3':
+ resolution: {integrity: sha512-y3YkYhdnhjDBAe0VIA0c4wVoFOvnp8CnAvfLqi0TqotIv92wIlAAP7HELOpLBsKwjAX6W92rSflA6an/2zBvXw==}
'@codemirror/state@6.5.4':
resolution: {integrity: sha512-8y7xqG/hpB53l25CIoit9/ngxdfoG+fx+V3SHBrinnhOtLvKHRyAJJuHzkWrR4YXXLX8eXBsejgAAxHUOdW1yw==}
- '@codemirror/view@6.39.11':
- resolution: {integrity: sha512-bWdeR8gWM87l4DB/kYSF9A+dVackzDb/V56Tq7QVrQ7rn86W0rgZFtlL3g3pem6AeGcb9NQNoy3ao4WpW4h5tQ==}
+ '@codemirror/view@6.39.13':
+ resolution: {integrity: sha512-QBO8ZsgJLCbI28KdY0/oDy5NQLqOQVZCozBknxc2/7L98V+TVYFHnfaCsnGh1U+alpd2LOkStVwYY7nW2R1xbw==}
'@commitlint/cli@19.8.1':
resolution: {integrity: sha512-LXUdNIkspyxrlV6VDHWBmCZRtkEVRpBKxi2Gtw3J54cGWhLCTouVD/Q6ZSaSvd2YaDObWK8mDjrz3TIKtaQMAA==}
@@ -3074,30 +3162,38 @@ packages:
resolution: {integrity: sha512-/yCrWGCoA1SVKOks25EGadP9Pnj0oAIHGpl2wH2M2Y46dPM2ueb8wyCVOD7O3WCTkaJ0IkKvzhl1JY7+uCT2Dw==}
engines: {node: '>=v18'}
- '@cspell/cspell-bundled-dicts@9.6.0':
- resolution: {integrity: sha512-gLNe9bB+5gMsTEhR9YPE0Wt122HR2EV+Q1j9W+MbwbeBJmpTWrgAP1ZdpvHOg+6LF6x/bD/EC9HfWdd/om8wXA==}
+ '@cspell/cspell-bundled-dicts@9.6.4':
+ resolution: {integrity: sha512-OIiPQuB7XQ6rnUv4KaCwHr9vNwbh6VZ4GfgQjcThT0oz0hkL6E5Ar3tq54K9jyqE9ylcHqpRuXUgnKgio6Hlig==}
engines: {node: '>=20'}
- '@cspell/cspell-json-reporter@9.6.0':
- resolution: {integrity: sha512-5sY1lgAXS5xEOsjT5rREMADj7pHIt56XOL7xR80nNl0TwlpZbeBHhoB2aH5sirVTeodJFN5iraXNbVOYPPupPw==}
+ '@cspell/cspell-json-reporter@9.6.4':
+ resolution: {integrity: sha512-rGYSDnDWACrUyovfN8M/LM8CCFSKjYd2kehbNS7YMPk0Jk+rLk6sgt5WYu3ty45otXCkiO07bjUo/81wBLet7A==}
engines: {node: '>=20'}
- '@cspell/cspell-pipe@9.6.0':
- resolution: {integrity: sha512-YNuY8NNXfE+8Qzknm2ps6QbrZLZu6rSZTZr3dYW3K6TK7+IFVlJ6e2Z9iKJTqp6aZ4AGU/r9QYGmNX4Oq4gZ0A==}
+ '@cspell/cspell-performance-monitor@9.6.4':
+ resolution: {integrity: sha512-exuqxV1IVfZkasg57ZjUbaHeZDd6Mdbsbe5FBT3+XaVnRij+wpY2oEW9+kIOL5MOQE3bgQKgu37iMtA1NlCrGA==}
+ engines: {node: '>=20.18'}
+
+ '@cspell/cspell-pipe@9.6.4':
+ resolution: {integrity: sha512-vVxajTG9Ko01oHk8HPsMLajcLrd9AfkOk6vdgFI4FD7ZPq1CY0hfTmfmJ8bzZ4/QkqXglTvePdSgHQVJeltwWw==}
engines: {node: '>=20'}
- '@cspell/cspell-resolver@9.6.0':
- resolution: {integrity: sha512-Gb2UWNmRpTOQGpYL4Q/LMw+b50KcRZcf/wJg6w0Yl3IT+F/uDNhNh1f5rHuTyGsbMsMxHJhsb2AoP+73GlbIfw==}
+ '@cspell/cspell-resolver@9.6.4':
+ resolution: {integrity: sha512-3xsgZEqqH9Uj8ZYLBnWbnsHz8wphgaeuWKcNDqgwoMjvwTMQLGoXjHht8Jx5yxd2e080lB7fJax8TaBdCzmFFA==}
engines: {node: '>=20'}
- '@cspell/cspell-service-bus@9.6.0':
- resolution: {integrity: sha512-DCuKKkySTEB8MPLTdoPMdmakYcx7XCsHz1YEMbzOcLqJCxXsRlRZg4qE9kRBee/2QY7eYA2kaYNgn/TDMooa4g==}
+ '@cspell/cspell-service-bus@9.6.4':
+ resolution: {integrity: sha512-oGNEzP1gJ43rLklJQjOk5PsfX0mZkLjV19djGptb9xZQeC2qAUxnaAbZtWt5CE8ni2iiTaRmgNRbUqAhRCnjew==}
engines: {node: '>=20'}
- '@cspell/cspell-types@9.6.0':
- resolution: {integrity: sha512-JTqrD47tV+rWc1y2W8T0NTfWLQMlSWX4OF64/Jf3WbsOD+4UXVIfjRlzPry7+1Zekm6pa38+23jkDBytYpu8yw==}
+ '@cspell/cspell-types@9.6.4':
+ resolution: {integrity: sha512-lf6d+BdMkJIFCxx2FpajLpqVGGyaGUNFU6jhEM6QUPeGuoA5et2kJXrL0NSY2uWLOVyYYc/FPjzlbe8trA9tBQ==}
engines: {node: '>=20'}
+ '@cspell/cspell-worker@9.6.4':
+ resolution: {integrity: sha512-anacKDOZzDfPzuDeFOXGI2tFBYiRRCSnIZP/AOyJ9zTvEQcqq5p/ak18nJ5OQyDr2NG7ovJiCDT5YNiH2Vdg/g==}
+ engines: {node: '>=20.18'}
+
'@cspell/dict-ada@4.1.1':
resolution: {integrity: sha512-E+0YW9RhZod/9Qy2gxfNZiHJjCYFlCdI69br1eviQQWB8yOTJX0JHXLs79kOYhSW0kINPVUdvddEBe6Lu6CjGQ==}
@@ -3143,14 +3239,14 @@ packages:
'@cspell/dict-elixir@4.0.8':
resolution: {integrity: sha512-CyfphrbMyl4Ms55Vzuj+mNmd693HjBFr9hvU+B2YbFEZprE5AG+EXLYTMRWrXbpds4AuZcvN3deM2XVB80BN/Q==}
- '@cspell/dict-en-common-misspellings@2.1.11':
- resolution: {integrity: sha512-2jcY494If1udvzd7MT2z/QH/RACUo/I02vIY4ttNdZhgYvUmRKhg8OBdrbzYo0lJOcc7XUb8rhIFQRHzxOSVeA==}
+ '@cspell/dict-en-common-misspellings@2.1.12':
+ resolution: {integrity: sha512-14Eu6QGqyksqOd4fYPuRb58lK1Va7FQK9XxFsRKnZU8LhL3N+kj7YKDW+7aIaAN/0WGEqslGP6lGbQzNti8Akw==}
- '@cspell/dict-en-gb-mit@3.1.16':
- resolution: {integrity: sha512-4PPdapCJslytxAVJu35Mv97qDyGmAQxtDE790T2bWNhcqN6gvRVAc/eTRaXkUIf21q1xCxxNNqpH4VfMup69rQ==}
+ '@cspell/dict-en-gb-mit@3.1.18':
+ resolution: {integrity: sha512-AXaMzbaxhSc32MSzKX0cpwT+Thv1vPfxQz1nTly1VHw3wQcwPqVFSqrLOYwa8VNqAPR45583nnhD6iqJ9YESoQ==}
- '@cspell/dict-en_us@4.4.27':
- resolution: {integrity: sha512-0y4vH2i5cFmi8sxkc4OlD2IlnqDznOtKczm4h6jA288g5VVrm3bhkYK6vcB8b0CoRKtYWKet4VEmHBP1yI+Qfw==}
+ '@cspell/dict-en_us@4.4.29':
+ resolution: {integrity: sha512-G3B27++9ziRdgbrY/G/QZdFAnMzzx17u8nCb2Xyd4q6luLpzViRM/CW3jA+Mb/cGT5zR/9N+Yz9SrGu1s0bq7g==}
'@cspell/dict-filetypes@3.0.15':
resolution: {integrity: sha512-uDMeqYlLlK476w/muEFQGBy9BdQWS0mQ7BJiy/iQv5XUWZxE2O54ZQd9nW8GyQMzAgoyg5SG4hf9l039Qt66oA==}
@@ -3200,8 +3296,8 @@ packages:
'@cspell/dict-kotlin@1.1.1':
resolution: {integrity: sha512-J3NzzfgmxRvEeOe3qUXnSJQCd38i/dpF9/t3quuWh6gXM+krsAXP75dY1CzDmS8mrJAlBdVBeAW5eAZTD8g86Q==}
- '@cspell/dict-latex@4.0.4':
- resolution: {integrity: sha512-YdTQhnTINEEm/LZgTzr9Voz4mzdOXH7YX+bSFs3hnkUHCUUtX/mhKgf1CFvZ0YNM2afjhQcmLaR9bDQVyYBvpA==}
+ '@cspell/dict-latex@5.0.0':
+ resolution: {integrity: sha512-HUrIqUVohM6P0+5b7BsdAdb0STIv0aaFBvguI7pLcreljlcX3FSPUxea7ticzNlCNeVrEaiEn/ws9m6rYUeuNw==}
'@cspell/dict-lorem-ipsum@4.0.5':
resolution: {integrity: sha512-9a4TJYRcPWPBKkQAJ/whCu4uCAEgv/O2xAaZEI0n4y1/l18Yyx8pBKoIX5QuVXjjmKEkK7hi5SxyIsH7pFEK9Q==}
@@ -3226,8 +3322,8 @@ packages:
'@cspell/dict-node@5.0.9':
resolution: {integrity: sha512-hO+ga+uYZ/WA4OtiMEyKt5rDUlUyu3nXMf8KVEeqq2msYvAPdldKBGH7lGONg6R/rPhv53Rb+0Y1SLdoK1+7wQ==}
- '@cspell/dict-npm@5.2.30':
- resolution: {integrity: sha512-GHgl3wAkoi87y3AXE1Bogwt0wHCB3uydOx6p8ujjXg9Ba9twlOK2SzD6LrClHoWrnADuGZZIxLnesDA6GtlH4w==}
+ '@cspell/dict-npm@5.2.33':
+ resolution: {integrity: sha512-U1gfDxdFR6nnojvtdkF2Ati3jfIlnW5nJkFb2jS1JunlhrSYdZXwz/4bI//h1W3aaeYQoSlvTIqk3vlnIDrNng==}
'@cspell/dict-php@4.1.1':
resolution: {integrity: sha512-EXelI+4AftmdIGtA8HL8kr4WlUE11OqCSVlnIgZekmTkEGSZdYnkFdiJ5IANSALtlQ1mghKjz+OFqVs6yowgWA==}
@@ -3247,8 +3343,8 @@ packages:
'@cspell/dict-ruby@5.1.0':
resolution: {integrity: sha512-9PJQB3cfkBULrMLp5kSAcFPpzf8oz9vFN+QYZABhQwWkGbuzCIXSorHrmWSASlx4yejt3brjaWS57zZ/YL5ZQQ==}
- '@cspell/dict-rust@4.1.1':
- resolution: {integrity: sha512-fXiXnZH0wOaEVTKFRNaz6TsUGhuB8dAT0ubYkDNzRQCaV5JGSOebGb1v2x5ZrOSVp+moxWM/vdBfiNU6KOEaFQ==}
+ '@cspell/dict-rust@4.1.2':
+ resolution: {integrity: sha512-O1FHrumYcO+HZti3dHfBPUdnDFkI+nbYK3pxYmiM1sr+G0ebOd6qchmswS0Wsc6ZdEVNiPYJY/gZQR6jfW3uOg==}
'@cspell/dict-scala@5.0.9':
resolution: {integrity: sha512-AjVcVAELgllybr1zk93CJ5wSUNu/Zb5kIubymR/GAYkMyBdYFCZ3Zbwn4Zz8GJlFFAbazABGOu0JPVbeY59vGg==}
@@ -3280,20 +3376,24 @@ packages:
'@cspell/dict-zig@1.0.0':
resolution: {integrity: sha512-XibBIxBlVosU06+M6uHWkFeT0/pW5WajDRYdXG2CgHnq85b0TI/Ks0FuBJykmsgi2CAD3Qtx8UHFEtl/DSFnAQ==}
- '@cspell/dynamic-import@9.6.0':
- resolution: {integrity: sha512-Lkn82wyGj2ltxeYfH2bEjshdes1fx3ouYUZxeW5i6SBBvEVJoSmr43AygI8A317UMIQxVj59qVBorrtGYcRI1w==}
+ '@cspell/dynamic-import@9.6.4':
+ resolution: {integrity: sha512-1VnL9ahT3s17DLWl4MeO1pYg7zcVT3X9cKynI2/U86zNK5xMGS5icvjp7X65tsCAVNcWOtkqVFfrxi7kWxn67g==}
engines: {node: '>=20'}
- '@cspell/filetypes@9.6.0':
- resolution: {integrity: sha512-CaWyk5j20H6sr+HCArtUY95jUQb7A/6W0GC4B4umnqoWvgqwR72duowLFa+w1K2C7tZg3GoV4Wf2cUn9jjt5FA==}
+ '@cspell/filetypes@9.6.4':
+ resolution: {integrity: sha512-a1aZ/8vGnhTknxTukjzo3m8CISyHW2MWnbedywg5SDEl5RMJitmzX90QZiQdSvEcqzqmtoAgSEZNBT2LX2gIKg==}
engines: {node: '>=20'}
- '@cspell/strong-weak-map@9.6.0':
- resolution: {integrity: sha512-9g8LCLv/2RrprGeGnFAaBETWq7ESnBcoMbvgNu+vZE58iF+pbFvP0qGgKvVeKEEpc2LZhNuHLsUH37MUS6DOQg==}
+ '@cspell/rpc@9.6.4':
+ resolution: {integrity: sha512-vGI1788Rx5Yml9N1/pD4zGd8Vrchi2Y01ADf9NiiOaNVVdf4PU1GCssLCsiIzhYQneErpQ8pJi/mS2F/QMZbRA==}
+ engines: {node: '>=20.18'}
+
+ '@cspell/strong-weak-map@9.6.4':
+ resolution: {integrity: sha512-AQrUbA0JUOEQgwItnfUQ6Ydk0hWY/uV3VhLwZWyrnT9eiQynmTnRTHtOCkkSl9+M4P0N4Raa2eGFRLcPAFksaw==}
engines: {node: '>=20'}
- '@cspell/url@9.6.0':
- resolution: {integrity: sha512-257WOxh9vOYHAVgBNXRCdLEd+ldzlVbzcc9u+6DYoCDCNGe0OvOWOGsAfnUbMc9xEw48XgBlDYgOlPbjWGLOTg==}
+ '@cspell/url@9.6.4':
+ resolution: {integrity: sha512-h6VMlb7bDyGJfwLtipxxtHlT+ojzUXZz14AqZ/NEzY3LfOhfJTGpRcWLYFsgG/L0Ma4qjsYbPJt/Sj1C14j0VA==}
engines: {node: '>=20'}
'@css-render/plugin-bem@0.15.14':
@@ -3337,8 +3437,8 @@ packages:
peerDependencies:
'@csstools/css-tokenizer': ^3.0.4
- '@csstools/css-syntax-patches-for-csstree@1.0.26':
- resolution: {integrity: sha512-6boXK0KkzT5u5xOgF6TKB+CLq9SOpEGmkZw0g5n9/7yg85wab3UzSxB8TxhLJ31L4SGJ6BCFRw/iftTha1CJXA==}
+ '@csstools/css-syntax-patches-for-csstree@1.0.27':
+ resolution: {integrity: sha512-sxP33Jwg1bviSUXAV43cVYdmjt2TLnLXNqCWl9xmxHawWVjGz/kEbdkr7F9pxJNBN2Mh+dq0crgItbW6tQvyow==}
'@csstools/css-tokenizer@3.0.4':
resolution: {integrity: sha512-Vd/9EVDiu6PPJt9yAh6roZP6El1xHrdvIVGjyBsHR0RYwNHgL7FJPyIIW4fANJNG6FtyZfvlRPpFI4ZM/lubvw==}
@@ -3659,6 +3759,9 @@ packages:
'@emotion/hash@0.9.2':
resolution: {integrity: sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==}
+ '@emotion/unitless@0.7.5':
+ resolution: {integrity: sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==}
+
'@emotion/unitless@0.8.1':
resolution: {integrity: sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ==}
@@ -3867,17 +3970,17 @@ packages:
resolution: {integrity: sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@floating-ui/core@1.7.3':
- resolution: {integrity: sha512-sGnvb5dmrJaKEZ+LDIpguvdX3bDlEllmv4/ClQ9awcmCZrlx5jQyyMWFM5kBI+EyNOCDDiKk8il0zeuX3Zlg/w==}
+ '@floating-ui/core@1.7.4':
+ resolution: {integrity: sha512-C3HlIdsBxszvm5McXlB8PeOEWfBhcGBTZGkGlWc2U0KFY5IwG5OQEuQ8rq52DZmcHDlPLd+YFBK+cZcytwIFWg==}
- '@floating-ui/dom@1.7.4':
- resolution: {integrity: sha512-OOchDgh4F2CchOX94cRVqhvy7b3AFb+/rQXyswmzmGakRfkMgoWVjfnLWkRirfLEfuD4ysVW16eXzwt3jHIzKA==}
+ '@floating-ui/dom@1.7.5':
+ resolution: {integrity: sha512-N0bD2kIPInNHUHehXhMke1rBGs1dwqvC9O9KYMyyjK7iXt7GAhnro7UlcuYcGdS/yYOlq0MAVgrow8IbWJwyqg==}
'@floating-ui/utils@0.2.10':
resolution: {integrity: sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==}
- '@floating-ui/vue@1.1.9':
- resolution: {integrity: sha512-BfNqNW6KA83Nexspgb9DZuz578R7HT8MZw1CfK9I6Ah4QReNWEJsXWHN+SdmOVLNGmTPDi+fDT535Df5PzMLbQ==}
+ '@floating-ui/vue@1.1.10':
+ resolution: {integrity: sha512-vdf8f6rHnFPPLRsmL4p12wYl+Ux4mOJOkjzKEMYVnwdf7UFdvBtHlLvQyx8iKG5vhPRbDRgZxdtpmyigDPjzYg==}
'@form-create/ant-design-vue@3.2.37':
resolution: {integrity: sha512-BrdsQ3+G556u75ff3srCCKWDXeZpJ9Yr+AoeI36MLX+eRIkg9p4Xgxoy6eQ3jb0ohEKuh8kKNKF5H5lJVTIvPw==}
@@ -3992,14 +4095,14 @@ packages:
'@iconify-json/octicon@1.2.20':
resolution: {integrity: sha512-BCIWoh06jlOKMY3JCDx547g+4a0TOj96cdrtD1N4gz3oNlWF7yXdrK9WbqYN4ykmDl+KdJYRtOYIFP1AvGXgVA==}
- '@iconify-json/simple-icons@1.2.67':
- resolution: {integrity: sha512-RGJRwlxyup54L1UDAjCshy3ckX5zcvYIU74YLSnUgHGvqh6B4mvksbGNHAIEp7dZQ6cM13RZVT5KC07CmnFNew==}
+ '@iconify-json/simple-icons@1.2.70':
+ resolution: {integrity: sha512-CYNRCgN6nBTjN4dNkrBCjHXNR2e4hQihdsZUs/afUNFOWLSYjfihca4EFN05rRvDk4Xoy2n8tym6IxBZmcn+Qg==}
- '@iconify-json/vscode-icons@1.2.40':
- resolution: {integrity: sha512-Q7JIWAxENwmcRg4EGRY+u16gBwrAj6mWeuSmuyuPvNvoTJHh8Ss8qoeDhrFYNgtWqNkzH5hSf4b2T9XLK5MsrA==}
+ '@iconify-json/vscode-icons@1.2.41':
+ resolution: {integrity: sha512-2qMotu+RBsom/sqiInfZQGCeVm7KmSrZdjK0b4oGbOcOLL0vECSUuAuvrsCZIkYloqzY6EBg2lkaSfnByVebpg==}
- '@iconify/json@2.2.431':
- resolution: {integrity: sha512-pOJ8ntUspUj6MNpNVdc9r3ezsuP70bhXG6/w3y0id7vqJqXJasjdiWu6SXi9GPleTf2sHdRB6R+gTyCyiKajXg==}
+ '@iconify/json@2.2.438':
+ resolution: {integrity: sha512-vDZEuUxqO9b29GBNQrblIH/sE4e1fwNuwZjm3q22w8sKv6bJnqtMw0nCDAf0RVlp+7IPPCRVkFnk6L78cXZ6cg==}
'@iconify/tailwind@1.2.0':
resolution: {integrity: sha512-KgpIHWOTcRYw1XcoUqyNSrmYyfLLqZYu3AmP8zdfLk0F5TqRO8YerhlvlQmGfn7rJXgPeZN569xPAJnJ53zZxA==}
@@ -4024,8 +4127,8 @@ packages:
'@types/node':
optional: true
- '@internationalized/date@3.10.1':
- resolution: {integrity: sha512-oJrXtQiAXLvT9clCf1K4kxp3eKsQhIaZqxEyowkBcsvZDdZkbWrVmnGknxs5flTD0VGsxrxKgBCZty1EzoiMzA==}
+ '@internationalized/date@3.11.0':
+ resolution: {integrity: sha512-BOx5huLAWhicM9/ZFs84CzP+V3gBW6vlpM02yzsdYC7TGlZJX1OJiEEHcSayF00Z+3jLlm4w79amvSt6RqKN3Q==}
'@internationalized/number@3.6.5':
resolution: {integrity: sha512-6hY4Kl4HPBvtfS62asS/R22JzNNy8vi/Ssev7x6EobfCp+9QIB2hKvI2EtbdJ0VSQacxVNtqhE/NmF/NZ0gm6g==}
@@ -4092,14 +4195,18 @@ packages:
resolution: {integrity: sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==}
engines: {node: 20 || >=22}
- '@isaacs/brace-expansion@5.0.0':
- resolution: {integrity: sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==}
+ '@isaacs/brace-expansion@5.0.1':
+ resolution: {integrity: sha512-WMz71T1JS624nWj2n2fnYAuPovhv7EUhk69R6i9dsVyzxt5eM3bjwvgk9L+APE1TRscGysAVMANkB0jh0LQZrQ==}
engines: {node: 20 || >=22}
'@isaacs/cliui@8.0.2':
resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==}
engines: {node: '>=12'}
+ '@isaacs/cliui@9.0.0':
+ resolution: {integrity: sha512-AokJm4tuBHillT+FpMtxQ60n8ObyXBatq7jD2/JA9dxbDDokKQm8KMht5ibGzLVU9IJDIKK4TPKgMHEYMn3lMg==}
+ engines: {node: '>=18'}
+
'@isaacs/fs-minipass@4.0.1':
resolution: {integrity: sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==}
engines: {node: '>=18.0.0'}
@@ -4123,8 +4230,8 @@ packages:
'@jridgewell/trace-mapping@0.3.31':
resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==}
- '@jspm/generator@2.9.0':
- resolution: {integrity: sha512-FmD3X0Nqk4DcdufrJWE7Q4ZjUj3Z1veQ2Badi4vbxJWCJbjxLAsBvqMmRu01eKKwfK1+r+Pi9SxTP6svJZscGg==}
+ '@jspm/generator@2.10.0':
+ resolution: {integrity: sha512-uP4qx/bh7eu7NVyEU5V0jjRUXmVtIiM1tsO9YwVFOlOkMUob5TRZfGac5bEo2qb+1AvSUN6IfFJP94iDnvSV1g==}
'@jspm/import-map@1.2.2':
resolution: {integrity: sha512-QrM7+lkgVE8t9NZSm9fDSzheguEOVCOxueKxSwgoOt7yUWesWKDFmmL9bQFURl4IqMcpPz7VV2Tvw9s9emaJzQ==}
@@ -4141,8 +4248,8 @@ packages:
'@keyv/serialize@1.1.1':
resolution: {integrity: sha512-dXn3FZhPv0US+7dtJsIi2R+c7qWYiReoEh5zUntWCf4oSpMNib8FDhSoed6m3QyZdx5hK7iLFkYk3rNxwt8vTA==}
- '@lezer/common@1.5.0':
- resolution: {integrity: sha512-PNGcolp9hr4PJdXR4ix7XtixDrClScvtSCYW3rQG106oVMOOI+jFb+0+J3mbeL/53g1Zd6s0kJzaw6Ri68GmAA==}
+ '@lezer/common@1.5.1':
+ resolution: {integrity: sha512-6YRVG9vBkaY7p1IVxL4s44n5nUnaNnGM2/AckNgYOnxTG2kWh1vR8BMxPseWPjRNpb5VtXnMpeYAEAADoRV1Iw==}
'@lezer/highlight@1.2.3':
resolution: {integrity: sha512-qXdH7UqTvGfdVBINrgKhDsVTJTxactNNxLk7+UMwZhU13lMHaOBlJe9Vqp907ya56Y3+ed2tlqzys7jDkTmW0g==}
@@ -4182,8 +4289,8 @@ packages:
'@microsoft/api-extractor-model@7.32.2':
resolution: {integrity: sha512-Ussc25rAalc+4JJs9HNQE7TuO9y6jpYQX9nWD1DhqUzYPBr3Lr7O9intf+ZY8kD5HnIqeIRJX7ccCT0QyBy2Ww==}
- '@microsoft/api-extractor@7.55.2':
- resolution: {integrity: sha512-1jlWO4qmgqYoVUcyh+oXYRztZde/pAi7cSVzBz/rc+S7CoVzDasy8QE13dx6sLG4VRo8SfkkLbFORR6tBw4uGQ==}
+ '@microsoft/api-extractor@7.56.3':
+ resolution: {integrity: sha512-fRqok4aRNq5GpgGBv2fKlSSKbirPKTJ75vQefthB5x9dwt4Zz+AezUzdc1p/AG4wUBIgmhjcEwn/Rj+N4Wh4Mw==}
hasBin: true
'@microsoft/fetch-event-source@2.0.1':
@@ -4225,12 +4332,12 @@ packages:
resolution: {integrity: sha512-7OsC1gNORBEawOa5+j2pXN9vsicaIOH5cPXxoR6fJOmH6/EXpJB2CajXOu1fPRFun2m1lktEFX11+P89hqO/og==}
engines: {node: ^20.17.0 || >=22.9.0}
- '@nuxt/kit@3.21.0':
- resolution: {integrity: sha512-KMTLK/dsGaQioZzkYUvgfN9le4grNW54aNcA1jqzgVZLcFVy4jJfrJr5WZio9NT2EMfajdoZ+V28aD7BRr4Zfw==}
+ '@nuxt/kit@3.21.1':
+ resolution: {integrity: sha512-QORZRjcuTKgo++XP1Pc2c2gqwRydkaExrIRfRI9vFsPA3AzuHVn5Gfmbv1ic8y34e78mr5DMBvJlelUaeOuajg==}
engines: {node: '>=18.12.0'}
- '@nuxt/kit@4.3.0':
- resolution: {integrity: sha512-cD/0UU9RQmlnTbmyJTDyzN8f6CzpziDLv3tFQCnwl0Aoxt3KmFu4k/XA4Sogxqj7jJ/3cdX1kL+Lnsh34sxcQQ==}
+ '@nuxt/kit@4.3.1':
+ resolution: {integrity: sha512-UjBFt72dnpc+83BV3OIbCT0YHLevJtgJCHpxMX0YRKWLDhhbcDdUse87GtsQBrjvOzK7WUNUYLDS/hQLYev5rA==}
engines: {node: '>=18.12.0'}
'@one-ini/wasm@0.1.1':
@@ -4338,8 +4445,8 @@ packages:
resolution: {integrity: sha512-QNqXyfVS2wm9hweSYD2O7F0G06uurj9kZ96TRQE5Y9hU7+tgdZwIkbAKc5Ocy1HxEY2kuDQa6cQ1WRs/O5LFKA==}
engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0}
- '@playwright/test@1.58.0':
- resolution: {integrity: sha512-fWza+Lpbj6SkQKCrU6si4iu+fD2dD3gxNHFhUPxsfXBPhnv3rRSQVd0NtBUT9Z/RhF/boCBcuUaMUSTRTopjZg==}
+ '@playwright/test@1.58.2':
+ resolution: {integrity: sha512-akea+6bHYBBfA9uQqSYmlJXn61cTa+jbO87xVLCWbTqbWadRVmhxlXATaOjOgcBaWU4ePo0wB41KMFv3o35IXA==}
engines: {node: '>=18'}
hasBin: true
@@ -4386,15 +4493,15 @@ packages:
'@poppinss/exception@1.2.3':
resolution: {integrity: sha512-dCED+QRChTVatE9ibtoaxc+WkdzOSjYTKi/+uacHWIsfodVfpsueo3+DKpgU5Px8qXjgmXkSvhXvSCz3fnP9lw==}
- '@publint/pack@0.1.3':
- resolution: {integrity: sha512-dHDWeutAerz+Z2wFYAce7Y51vd4rbLBfUh0BNnyul4xKoVsPUVJBrOAFsJvtvYBwGFJSqKsxyyHf/7evZ8+Q5Q==}
+ '@publint/pack@0.1.4':
+ resolution: {integrity: sha512-HDVTWq3H0uTXiU0eeSQntcVUTPP3GamzeXI41+x7uU9J65JgWQh3qWZHblR1i0npXfFtF+mxBiU2nJH8znxWnQ==}
engines: {node: '>=18'}
- '@rolldown/pluginutils@1.0.0-beta.53':
- resolution: {integrity: sha512-vENRlFU4YbrwVqNDZ7fLvy+JR1CRkyr01jhSiDpE1u6py3OMzQfztQU2jxykW3ALNxO4kSlqIDeYyD0Y9RcQeQ==}
+ '@rolldown/pluginutils@1.0.0-rc.2':
+ resolution: {integrity: sha512-izyXV/v+cHiRfozX62W9htOAvwMo4/bXKDrQ+vom1L1qRuexPock/7VZDAhnpHCLNejd3NJ6hiab+tO0D44Rgw==}
- '@rolldown/pluginutils@1.0.0-rc.1':
- resolution: {integrity: sha512-UTBjtTxVOhodhzFVp/ayITaTETRHPUPYZPXQe0WU0wOgxghMojXxYjOiPOauKIYNWJAWS2fd7gJgGQK8GU8vDA==}
+ '@rolldown/pluginutils@1.0.0-rc.3':
+ resolution: {integrity: sha512-eybk3TjzzzV97Dlj5c+XrBFW57eTNhzod66y9HrBlzJ6NsCrWCp/2kaPS3K9wJmurBC0Tdw4yPjXKZqlznim3Q==}
'@rollup/plugin-alias@5.1.1':
resolution: {integrity: sha512-PR9zDb+rOzkRb2VD+EuKB7UC41vU5DIwZ5qqCpk0KJudcWAyi8rvYOhS7+L5aZCspw1stTViLgN5v6FF1p5cgQ==}
@@ -4521,141 +4628,141 @@ packages:
rollup:
optional: true
- '@rollup/rollup-android-arm-eabi@4.56.0':
- resolution: {integrity: sha512-LNKIPA5k8PF1+jAFomGe3qN3bbIgJe/IlpDBwuVjrDKrJhVWywgnJvflMt/zkbVNLFtF1+94SljYQS6e99klnw==}
+ '@rollup/rollup-android-arm-eabi@4.57.1':
+ resolution: {integrity: sha512-A6ehUVSiSaaliTxai040ZpZ2zTevHYbvu/lDoeAteHI8QnaosIzm4qwtezfRg1jOYaUmnzLX1AOD6Z+UJjtifg==}
cpu: [arm]
os: [android]
- '@rollup/rollup-android-arm64@4.56.0':
- resolution: {integrity: sha512-lfbVUbelYqXlYiU/HApNMJzT1E87UPGvzveGg2h0ktUNlOCxKlWuJ9jtfvs1sKHdwU4fzY7Pl8sAl49/XaEk6Q==}
+ '@rollup/rollup-android-arm64@4.57.1':
+ resolution: {integrity: sha512-dQaAddCY9YgkFHZcFNS/606Exo8vcLHwArFZ7vxXq4rigo2bb494/xKMMwRRQW6ug7Js6yXmBZhSBRuBvCCQ3w==}
cpu: [arm64]
os: [android]
- '@rollup/rollup-darwin-arm64@4.56.0':
- resolution: {integrity: sha512-EgxD1ocWfhoD6xSOeEEwyE7tDvwTgZc8Bss7wCWe+uc7wO8G34HHCUH+Q6cHqJubxIAnQzAsyUsClt0yFLu06w==}
+ '@rollup/rollup-darwin-arm64@4.57.1':
+ resolution: {integrity: sha512-crNPrwJOrRxagUYeMn/DZwqN88SDmwaJ8Cvi/TN1HnWBU7GwknckyosC2gd0IqYRsHDEnXf328o9/HC6OkPgOg==}
cpu: [arm64]
os: [darwin]
- '@rollup/rollup-darwin-x64@4.56.0':
- resolution: {integrity: sha512-1vXe1vcMOssb/hOF8iv52A7feWW2xnu+c8BV4t1F//m9QVLTfNVpEdja5ia762j/UEJe2Z1jAmEqZAK42tVW3g==}
+ '@rollup/rollup-darwin-x64@4.57.1':
+ resolution: {integrity: sha512-Ji8g8ChVbKrhFtig5QBV7iMaJrGtpHelkB3lsaKzadFBe58gmjfGXAOfI5FV0lYMH8wiqsxKQ1C9B0YTRXVy4w==}
cpu: [x64]
os: [darwin]
- '@rollup/rollup-freebsd-arm64@4.56.0':
- resolution: {integrity: sha512-bof7fbIlvqsyv/DtaXSck4VYQ9lPtoWNFCB/JY4snlFuJREXfZnm+Ej6yaCHfQvofJDXLDMTVxWscVSuQvVWUQ==}
+ '@rollup/rollup-freebsd-arm64@4.57.1':
+ resolution: {integrity: sha512-R+/WwhsjmwodAcz65guCGFRkMb4gKWTcIeLy60JJQbXrJ97BOXHxnkPFrP+YwFlaS0m+uWJTstrUA9o+UchFug==}
cpu: [arm64]
os: [freebsd]
- '@rollup/rollup-freebsd-x64@4.56.0':
- resolution: {integrity: sha512-KNa6lYHloW+7lTEkYGa37fpvPq+NKG/EHKM8+G/g9WDU7ls4sMqbVRV78J6LdNuVaeeK5WB9/9VAFbKxcbXKYg==}
+ '@rollup/rollup-freebsd-x64@4.57.1':
+ resolution: {integrity: sha512-IEQTCHeiTOnAUC3IDQdzRAGj3jOAYNr9kBguI7MQAAZK3caezRrg0GxAb6Hchg4lxdZEI5Oq3iov/w/hnFWY9Q==}
cpu: [x64]
os: [freebsd]
- '@rollup/rollup-linux-arm-gnueabihf@4.56.0':
- resolution: {integrity: sha512-E8jKK87uOvLrrLN28jnAAAChNq5LeCd2mGgZF+fGF5D507WlG/Noct3lP/QzQ6MrqJ5BCKNwI9ipADB6jyiq2A==}
+ '@rollup/rollup-linux-arm-gnueabihf@4.57.1':
+ resolution: {integrity: sha512-F8sWbhZ7tyuEfsmOxwc2giKDQzN3+kuBLPwwZGyVkLlKGdV1nvnNwYD0fKQ8+XS6hp9nY7B+ZeK01EBUE7aHaw==}
cpu: [arm]
os: [linux]
libc: [glibc]
- '@rollup/rollup-linux-arm-musleabihf@4.56.0':
- resolution: {integrity: sha512-jQosa5FMYF5Z6prEpTCCmzCXz6eKr/tCBssSmQGEeozA9tkRUty/5Vx06ibaOP9RCrW1Pvb8yp3gvZhHwTDsJw==}
+ '@rollup/rollup-linux-arm-musleabihf@4.57.1':
+ resolution: {integrity: sha512-rGfNUfn0GIeXtBP1wL5MnzSj98+PZe/AXaGBCRmT0ts80lU5CATYGxXukeTX39XBKsxzFpEeK+Mrp9faXOlmrw==}
cpu: [arm]
os: [linux]
libc: [musl]
- '@rollup/rollup-linux-arm64-gnu@4.56.0':
- resolution: {integrity: sha512-uQVoKkrC1KGEV6udrdVahASIsaF8h7iLG0U0W+Xn14ucFwi6uS539PsAr24IEF9/FoDtzMeeJXJIBo5RkbNWvQ==}
+ '@rollup/rollup-linux-arm64-gnu@4.57.1':
+ resolution: {integrity: sha512-MMtej3YHWeg/0klK2Qodf3yrNzz6CGjo2UntLvk2RSPlhzgLvYEB3frRvbEF2wRKh1Z2fDIg9KRPe1fawv7C+g==}
cpu: [arm64]
os: [linux]
libc: [glibc]
- '@rollup/rollup-linux-arm64-musl@4.56.0':
- resolution: {integrity: sha512-vLZ1yJKLxhQLFKTs42RwTwa6zkGln+bnXc8ueFGMYmBTLfNu58sl5/eXyxRa2RarTkJbXl8TKPgfS6V5ijNqEA==}
+ '@rollup/rollup-linux-arm64-musl@4.57.1':
+ resolution: {integrity: sha512-1a/qhaaOXhqXGpMFMET9VqwZakkljWHLmZOX48R0I/YLbhdxr1m4gtG1Hq7++VhVUmf+L3sTAf9op4JlhQ5u1Q==}
cpu: [arm64]
os: [linux]
libc: [musl]
- '@rollup/rollup-linux-loong64-gnu@4.56.0':
- resolution: {integrity: sha512-FWfHOCub564kSE3xJQLLIC/hbKqHSVxy8vY75/YHHzWvbJL7aYJkdgwD/xGfUlL5UV2SB7otapLrcCj2xnF1dg==}
+ '@rollup/rollup-linux-loong64-gnu@4.57.1':
+ resolution: {integrity: sha512-QWO6RQTZ/cqYtJMtxhkRkidoNGXc7ERPbZN7dVW5SdURuLeVU7lwKMpo18XdcmpWYd0qsP1bwKPf7DNSUinhvA==}
cpu: [loong64]
os: [linux]
libc: [glibc]
- '@rollup/rollup-linux-loong64-musl@4.56.0':
- resolution: {integrity: sha512-z1EkujxIh7nbrKL1lmIpqFTc/sr0u8Uk0zK/qIEFldbt6EDKWFk/pxFq3gYj4Bjn3aa9eEhYRlL3H8ZbPT1xvA==}
+ '@rollup/rollup-linux-loong64-musl@4.57.1':
+ resolution: {integrity: sha512-xpObYIf+8gprgWaPP32xiN5RVTi/s5FCR+XMXSKmhfoJjrpRAjCuuqQXyxUa/eJTdAE6eJ+KDKaoEqjZQxh3Gw==}
cpu: [loong64]
os: [linux]
libc: [musl]
- '@rollup/rollup-linux-ppc64-gnu@4.56.0':
- resolution: {integrity: sha512-iNFTluqgdoQC7AIE8Q34R3AuPrJGJirj5wMUErxj22deOcY7XwZRaqYmB6ZKFHoVGqRcRd0mqO+845jAibKCkw==}
+ '@rollup/rollup-linux-ppc64-gnu@4.57.1':
+ resolution: {integrity: sha512-4BrCgrpZo4hvzMDKRqEaW1zeecScDCR+2nZ86ATLhAoJ5FQ+lbHVD3ttKe74/c7tNT9c6F2viwB3ufwp01Oh2w==}
cpu: [ppc64]
os: [linux]
libc: [glibc]
- '@rollup/rollup-linux-ppc64-musl@4.56.0':
- resolution: {integrity: sha512-MtMeFVlD2LIKjp2sE2xM2slq3Zxf9zwVuw0jemsxvh1QOpHSsSzfNOTH9uYW9i1MXFxUSMmLpeVeUzoNOKBaWg==}
+ '@rollup/rollup-linux-ppc64-musl@4.57.1':
+ resolution: {integrity: sha512-NOlUuzesGauESAyEYFSe3QTUguL+lvrN1HtwEEsU2rOwdUDeTMJdO5dUYl/2hKf9jWydJrO9OL/XSSf65R5+Xw==}
cpu: [ppc64]
os: [linux]
libc: [musl]
- '@rollup/rollup-linux-riscv64-gnu@4.56.0':
- resolution: {integrity: sha512-in+v6wiHdzzVhYKXIk5U74dEZHdKN9KH0Q4ANHOTvyXPG41bajYRsy7a8TPKbYPl34hU7PP7hMVHRvv/5aCSew==}
+ '@rollup/rollup-linux-riscv64-gnu@4.57.1':
+ resolution: {integrity: sha512-ptA88htVp0AwUUqhVghwDIKlvJMD/fmL/wrQj99PRHFRAG6Z5nbWoWG4o81Nt9FT+IuqUQi+L31ZKAFeJ5Is+A==}
cpu: [riscv64]
os: [linux]
libc: [glibc]
- '@rollup/rollup-linux-riscv64-musl@4.56.0':
- resolution: {integrity: sha512-yni2raKHB8m9NQpI9fPVwN754mn6dHQSbDTwxdr9SE0ks38DTjLMMBjrwvB5+mXrX+C0npX0CVeCUcvvvD8CNQ==}
+ '@rollup/rollup-linux-riscv64-musl@4.57.1':
+ resolution: {integrity: sha512-S51t7aMMTNdmAMPpBg7OOsTdn4tySRQvklmL3RpDRyknk87+Sp3xaumlatU+ppQ+5raY7sSTcC2beGgvhENfuw==}
cpu: [riscv64]
os: [linux]
libc: [musl]
- '@rollup/rollup-linux-s390x-gnu@4.56.0':
- resolution: {integrity: sha512-zhLLJx9nQPu7wezbxt2ut+CI4YlXi68ndEve16tPc/iwoylWS9B3FxpLS2PkmfYgDQtosah07Mj9E0khc3Y+vQ==}
+ '@rollup/rollup-linux-s390x-gnu@4.57.1':
+ resolution: {integrity: sha512-Bl00OFnVFkL82FHbEqy3k5CUCKH6OEJL54KCyx2oqsmZnFTR8IoNqBF+mjQVcRCT5sB6yOvK8A37LNm/kPJiZg==}
cpu: [s390x]
os: [linux]
libc: [glibc]
- '@rollup/rollup-linux-x64-gnu@4.56.0':
- resolution: {integrity: sha512-MVC6UDp16ZSH7x4rtuJPAEoE1RwS8N4oK9DLHy3FTEdFoUTCFVzMfJl/BVJ330C+hx8FfprA5Wqx4FhZXkj2Kw==}
+ '@rollup/rollup-linux-x64-gnu@4.57.1':
+ resolution: {integrity: sha512-ABca4ceT4N+Tv/GtotnWAeXZUZuM/9AQyCyKYyKnpk4yoA7QIAuBt6Hkgpw8kActYlew2mvckXkvx0FfoInnLg==}
cpu: [x64]
os: [linux]
libc: [glibc]
- '@rollup/rollup-linux-x64-musl@4.56.0':
- resolution: {integrity: sha512-ZhGH1eA4Qv0lxaV00azCIS1ChedK0V32952Md3FtnxSqZTBTd6tgil4nZT5cU8B+SIw3PFYkvyR4FKo2oyZIHA==}
+ '@rollup/rollup-linux-x64-musl@4.57.1':
+ resolution: {integrity: sha512-HFps0JeGtuOR2convgRRkHCekD7j+gdAuXM+/i6kGzQtFhlCtQkpwtNzkNj6QhCDp7DRJ7+qC/1Vg2jt5iSOFw==}
cpu: [x64]
os: [linux]
libc: [musl]
- '@rollup/rollup-openbsd-x64@4.56.0':
- resolution: {integrity: sha512-O16XcmyDeFI9879pEcmtWvD/2nyxR9mF7Gs44lf1vGGx8Vg2DRNx11aVXBEqOQhWb92WN4z7fW/q4+2NYzCbBA==}
+ '@rollup/rollup-openbsd-x64@4.57.1':
+ resolution: {integrity: sha512-H+hXEv9gdVQuDTgnqD+SQffoWoc0Of59AStSzTEj/feWTBAnSfSD3+Dql1ZruJQxmykT/JVY0dE8Ka7z0DH1hw==}
cpu: [x64]
os: [openbsd]
- '@rollup/rollup-openharmony-arm64@4.56.0':
- resolution: {integrity: sha512-LhN/Reh+7F3RCgQIRbgw8ZMwUwyqJM+8pXNT6IIJAqm2IdKkzpCh/V9EdgOMBKuebIrzswqy4ATlrDgiOwbRcQ==}
+ '@rollup/rollup-openharmony-arm64@4.57.1':
+ resolution: {integrity: sha512-4wYoDpNg6o/oPximyc/NG+mYUejZrCU2q+2w6YZqrAs2UcNUChIZXjtafAiiZSUc7On8v5NyNj34Kzj/Ltk6dQ==}
cpu: [arm64]
os: [openharmony]
- '@rollup/rollup-win32-arm64-msvc@4.56.0':
- resolution: {integrity: sha512-kbFsOObXp3LBULg1d3JIUQMa9Kv4UitDmpS+k0tinPBz3watcUiV2/LUDMMucA6pZO3WGE27P7DsfaN54l9ing==}
+ '@rollup/rollup-win32-arm64-msvc@4.57.1':
+ resolution: {integrity: sha512-O54mtsV/6LW3P8qdTcamQmuC990HDfR71lo44oZMZlXU4tzLrbvTii87Ni9opq60ds0YzuAlEr/GNwuNluZyMQ==}
cpu: [arm64]
os: [win32]
- '@rollup/rollup-win32-ia32-msvc@4.56.0':
- resolution: {integrity: sha512-vSSgny54D6P4vf2izbtFm/TcWYedw7f8eBrOiGGecyHyQB9q4Kqentjaj8hToe+995nob/Wv48pDqL5a62EWtg==}
+ '@rollup/rollup-win32-ia32-msvc@4.57.1':
+ resolution: {integrity: sha512-P3dLS+IerxCT/7D2q2FYcRdWRl22dNbrbBEtxdWhXrfIMPP9lQhb5h4Du04mdl5Woq05jVCDPCMF7Ub0NAjIew==}
cpu: [ia32]
os: [win32]
- '@rollup/rollup-win32-x64-gnu@4.56.0':
- resolution: {integrity: sha512-FeCnkPCTHQJFbiGG49KjV5YGW/8b9rrXAM2Mz2kiIoktq2qsJxRD5giEMEOD2lPdgs72upzefaUvS+nc8E3UzQ==}
+ '@rollup/rollup-win32-x64-gnu@4.57.1':
+ resolution: {integrity: sha512-VMBH2eOOaKGtIJYleXsi2B8CPVADrh+TyNxJ4mWPnKfLB/DBUmzW+5m1xUrcwWoMfSLagIRpjUFeW5CO5hyciQ==}
cpu: [x64]
os: [win32]
- '@rollup/rollup-win32-x64-msvc@4.56.0':
- resolution: {integrity: sha512-H8AE9Ur/t0+1VXujj90w0HrSOuv0Nq9r1vSZF2t5km20NTfosQsGGUXDaKdQZzwuLts7IyL1fYT4hM95TI9c4g==}
+ '@rollup/rollup-win32-x64-msvc@4.57.1':
+ resolution: {integrity: sha512-mxRFDdHIWRxg3UfIIAwCm6NzvxG0jDX/wBN6KsQFTvKFqqg9vTrWUE68qEjHt19A5wwx5X5aUi2zuZT7YR0jrA==}
cpu: [x64]
os: [win32]
@@ -4678,16 +4785,16 @@ packages:
'@rushstack/rig-package@0.6.0':
resolution: {integrity: sha512-ZQmfzsLE2+Y91GF15c65L/slMRVhF6Hycq04D4TwtdGaUAbIXXg9c5pKA5KFU7M4QMaihoobp9JJYpYcaY3zOw==}
- '@rushstack/terminal@0.19.5':
- resolution: {integrity: sha512-6k5tpdB88G0K7QrH/3yfKO84HK9ggftfUZ51p7fePyCE7+RLLHkWZbID9OFWbXuna+eeCFE7AkKnRMHMxNbz7Q==}
+ '@rushstack/terminal@0.21.0':
+ resolution: {integrity: sha512-cLaI4HwCNYmknM5ns4G+drqdEB6q3dCPV423+d3TZeBusYSSm09+nR7CnhzJMjJqeRcdMAaLnrA4M/3xDz4R3w==}
peerDependencies:
'@types/node': '*'
peerDependenciesMeta:
'@types/node':
optional: true
- '@rushstack/ts-command-line@5.1.5':
- resolution: {integrity: sha512-YmrFTFUdHXblYSa+Xc9OO9FsL/XFcckZy0ycQ6q7VSBsVs5P0uD9vcges5Q9vctGlVdu27w+Ct6IuJ458V0cTQ==}
+ '@rushstack/ts-command-line@5.2.0':
+ resolution: {integrity: sha512-lYxCX0nDdkDtCkVpvF0m25ymf66SaMWuppbD6b7MdkIzvGXKBXNIVZlwBH/C0YfkanrupnICWf2n4z3AKSfaHw==}
'@sec-ant/readable-stream@0.4.1':
resolution: {integrity: sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg==}
@@ -4760,8 +4867,8 @@ packages:
'@swc/helpers@0.5.18':
resolution: {integrity: sha512-TXTnIcNJQEKwThMMqBXsZ4VGAza6bvN4pa41Rkqoio6QBKMvo+5lexeTMScGCIxtzgQJzElcvIltani+adC5PQ==}
- '@sxzz/popperjs-es@2.11.7':
- resolution: {integrity: sha512-Ccy0NlLkzr0Ex2FKvh2X+OyERHXJ88XJ1MXtsI9y9fGexlaXaVTPzBCRBwIxFkORuOb+uBqeu+RqnpgYTEZRUQ==}
+ '@sxzz/popperjs-es@2.11.8':
+ resolution: {integrity: sha512-wOwESXvvED3S8xBmcPWHs2dUuzrE4XiZeFu7e1hROIJkm02a49N120pmOXxY33sBb6hArItm5W5tcg1cBtV+HQ==}
'@tailwindcss/nesting@0.0.0-insiders.565cd3e':
resolution: {integrity: sha512-WhHoFBx19TnH/c+xLwT/sxei6+4RpdfiyG3MYXfmLaMsADmVqBkF7B6lDalgZD9YdM459MF7DtxVbWkOrV7IaQ==}
@@ -4981,11 +5088,11 @@ packages:
'@types/node@12.20.55':
resolution: {integrity: sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==}
- '@types/node@24.10.9':
- resolution: {integrity: sha512-ne4A0IpG3+2ETuREInjPNhUGis1SFjv1d5asp8MzEAGtOZeTeHVDOYqOgqfhvseqg/iXty2hjBf1zAOb7RNiNw==}
+ '@types/node@24.10.13':
+ resolution: {integrity: sha512-oH72nZRfDv9lADUBSo104Aq7gPHpQZc4BTx38r9xf9pg5LfP6EzSyH2n7qFmmxRQXh7YlUXODcYsg6PuTDSxGg==}
- '@types/node@25.0.10':
- resolution: {integrity: sha512-zWW5KPngR/yvakJgGOmZ5vTBemDoSqF3AcV/LrO5u5wTWyEAVVh+IT39G4gtyAkh3CtTZs8aX/yRM82OfzHJRg==}
+ '@types/node@25.2.3':
+ resolution: {integrity: sha512-m0jEgYlYz+mDJZ2+F4v8D1AyQb+QzsNqRuI7xg1VQX/KlKS0qT9r1Mo16yo5F/MtifXFgaofIFsdFMox2SxIbQ==}
'@types/nprogress@0.2.3':
resolution: {integrity: sha512-k7kRA033QNtC+gLc4VPlfnue58CM1iQLgn1IMAU8VPHGOj7oIHPp9UlhedEnD/Gl8evoCjwkZjlBORtZ3JByUA==}
@@ -5035,23 +5142,23 @@ packages:
'@types/web-bluetooth@0.0.21':
resolution: {integrity: sha512-oIQLCGWtcFZy2JW77j9k8nHzAOpqMHLQejDA48XXMWH6tjCQHz5RCFz1bzsmROyL6PUm+LLnUiI4BCn221inxA==}
- '@typescript-eslint/eslint-plugin@8.53.1':
- resolution: {integrity: sha512-cFYYFZ+oQFi6hUnBTbLRXfTJiaQtYE3t4O692agbBl+2Zy+eqSKWtPjhPXJu1G7j4RLjKgeJPDdq3EqOwmX5Ag==}
+ '@typescript-eslint/eslint-plugin@8.55.0':
+ resolution: {integrity: sha512-1y/MVSz0NglV1ijHC8OT49mPJ4qhPYjiK08YUQVbIOyu+5k862LKUHFkpKHWu//zmr7hDR2rhwUm6gnCGNmGBQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
- '@typescript-eslint/parser': ^8.53.1
+ '@typescript-eslint/parser': ^8.55.0
eslint: ^8.57.0 || ^9.0.0
typescript: '>=4.8.4 <6.0.0'
- '@typescript-eslint/parser@8.53.1':
- resolution: {integrity: sha512-nm3cvFN9SqZGXjmw5bZ6cGmvJSyJPn0wU9gHAZZHDnZl2wF9PhHv78Xf06E0MaNk4zLVHL8hb2/c32XvyJOLQg==}
+ '@typescript-eslint/parser@8.55.0':
+ resolution: {integrity: sha512-4z2nCSBfVIMnbuu8uinj+f0o4qOeggYJLbjpPHka3KH1om7e+H9yLKTYgksTaHcGco+NClhhY2vyO3HsMH1RGw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
typescript: '>=4.8.4 <6.0.0'
- '@typescript-eslint/project-service@8.53.1':
- resolution: {integrity: sha512-WYC4FB5Ra0xidsmlPb+1SsnaSKPmS3gsjIARwbEkHkoWloQmuzcfypljaJcR78uyLA1h8sHdWWPHSLDI+MtNog==}
+ '@typescript-eslint/project-service@8.55.0':
+ resolution: {integrity: sha512-zRcVVPFUYWa3kNnjaZGXSu3xkKV1zXy8M4nO/pElzQhFweb7PPtluDLQtKArEOGmjXoRjnUZ29NjOiF0eCDkcQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
typescript: '>=4.8.4 <6.0.0'
@@ -5060,18 +5167,18 @@ packages:
resolution: {integrity: sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==}
engines: {node: ^18.18.0 || >=20.0.0}
- '@typescript-eslint/scope-manager@8.53.1':
- resolution: {integrity: sha512-Lu23yw1uJMFY8cUeq7JlrizAgeQvWugNQzJp8C3x8Eo5Jw5Q2ykMdiiTB9vBVOOUBysMzmRRmUfwFrZuI2C4SQ==}
+ '@typescript-eslint/scope-manager@8.55.0':
+ resolution: {integrity: sha512-fVu5Omrd3jeqeQLiB9f1YsuK/iHFOwb04bCtY4BSCLgjNbOD33ZdV6KyEqplHr+IlpgT0QTZ/iJ+wT7hvTx49Q==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@typescript-eslint/tsconfig-utils@8.53.1':
- resolution: {integrity: sha512-qfvLXS6F6b1y43pnf0pPbXJ+YoXIC7HKg0UGZ27uMIemKMKA6XH2DTxsEDdpdN29D+vHV07x/pnlPNVLhdhWiA==}
+ '@typescript-eslint/tsconfig-utils@8.55.0':
+ resolution: {integrity: sha512-1R9cXqY7RQd7WuqSN47PK9EDpgFUK3VqdmbYrvWJZYDd0cavROGn+74ktWBlmJ13NXUQKlZ/iAEQHI/V0kKe0Q==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
typescript: '>=4.8.4 <6.0.0'
- '@typescript-eslint/type-utils@8.53.1':
- resolution: {integrity: sha512-MOrdtNvyhy0rHyv0ENzub1d4wQYKb2NmIqG7qEqPWFW7Mpy2jzFC3pQ2yKDvirZB7jypm5uGjF2Qqs6OIqu47w==}
+ '@typescript-eslint/type-utils@8.55.0':
+ resolution: {integrity: sha512-x1iH2unH4qAt6I37I2CGlsNs+B9WGxurP2uyZLRz6UJoZWDBx9cJL1xVN/FiOmHEONEg6RIufdvyT0TEYIgC5g==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
@@ -5081,8 +5188,8 @@ packages:
resolution: {integrity: sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==}
engines: {node: ^18.18.0 || >=20.0.0}
- '@typescript-eslint/types@8.53.1':
- resolution: {integrity: sha512-jr/swrr2aRmUAUjW5/zQHbMaui//vQlsZcJKijZf3M26bnmLj8LyZUpj8/Rd6uzaek06OWsqdofN/Thenm5O8A==}
+ '@typescript-eslint/types@8.55.0':
+ resolution: {integrity: sha512-ujT0Je8GI5BJWi+/mMoR0wxwVEQaxM+pi30xuMiJETlX80OPovb2p9E8ss87gnSVtYXtJoU9U1Cowcr6w2FE0w==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@typescript-eslint/typescript-estree@7.18.0':
@@ -5094,8 +5201,8 @@ packages:
typescript:
optional: true
- '@typescript-eslint/typescript-estree@8.53.1':
- resolution: {integrity: sha512-RGlVipGhQAG4GxV1s34O91cxQ/vWiHJTDHbXRr0li2q/BGg3RR/7NM8QDWgkEgrwQYCvmJV9ichIwyoKCQ+DTg==}
+ '@typescript-eslint/typescript-estree@8.55.0':
+ resolution: {integrity: sha512-EwrH67bSWdx/3aRQhCoxDaHM+CrZjotc2UCCpEDVqfCE+7OjKAGWNY2HsCSTEVvWH2clYQK8pdeLp42EVs+xQw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
typescript: '>=4.8.4 <6.0.0'
@@ -5106,8 +5213,8 @@ packages:
peerDependencies:
eslint: ^8.56.0
- '@typescript-eslint/utils@8.53.1':
- resolution: {integrity: sha512-c4bMvGVWW4hv6JmDUEG7fSYlWOl3II2I4ylt0NM+seinYQlZMQIaKaXIIVJWt9Ofh6whrpM+EdDQXKXjNovvrg==}
+ '@typescript-eslint/utils@8.55.0':
+ resolution: {integrity: sha512-BqZEsnPGdYpgyEIkDC1BadNY8oMwckftxBT+C8W0g1iKPdeqKZBtTfnvcq0nf60u7MkjFO8RBvpRGZBPw4L2ow==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
@@ -5117,8 +5224,8 @@ packages:
resolution: {integrity: sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==}
engines: {node: ^18.18.0 || >=20.0.0}
- '@typescript-eslint/visitor-keys@8.53.1':
- resolution: {integrity: sha512-oy+wV7xDKFPRyNggmXuZQSBzvoLnpmJs+GhzRhPjrxl2b/jIlyjVokzm47CZCDUdXKr2zd7ZLodPfOBpOPyPlg==}
+ '@typescript-eslint/visitor-keys@8.55.0':
+ resolution: {integrity: sha512-AxNRwEie8Nn4eFS1FzDMJWIISMGoXMb037sgCBJ3UR6o0fQTzr2tqN9WT+DkWJPhIdQCfV7T6D387566VtnCJA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@ungap/structured-clone@1.3.0':
@@ -5227,13 +5334,227 @@ packages:
cpu: [x64]
os: [win32]
+ '@v-c/async-validator@1.0.0':
+ resolution: {integrity: sha512-nwi4hW/V3L5M4qY8cwScEuUonGfm1KRmN6aPwGpG9zhy7UDTEXKA3Tv4pdfjY9ryXKQc5TYo78TLSX9EjAPLUA==}
+
+ '@v-c/cascader@1.0.0':
+ resolution: {integrity: sha512-GoDcocPUnIgJOVknk96nxzx7Jkf9kFKJ+sjcZPT45pBynZvaMOFJ9ZLGMB2ZMOYtRr0SfXeqZ09lLy9c8PtwZw==}
+ peerDependencies:
+ vue: ^3.5.27
+
+ '@v-c/checkbox@1.0.1':
+ resolution: {integrity: sha512-+QsE/0VfU6oeglwuHWYxRNTn3+eV08iG0uN/upDmqSGznezInzfUClh+t4acd/OxyJVtuob0WKsg/vPlT6WRWw==}
+ peerDependencies:
+ vue: ^3.5.27
+
+ '@v-c/collapse@1.0.0':
+ resolution: {integrity: sha512-y4NAl3j4mka193ZMDLHdISA8to61qoROG6/kTQ0myM2ZuEsonnEK1QWlqoEw3gveMsa6a4RdyoXLxdGdcJyp0Q==}
+ peerDependencies:
+ vue: ^3.5.27
+
+ '@v-c/color-picker@1.0.5':
+ resolution: {integrity: sha512-n8wydSJExOwvPR4mqW/xmQb9FUFIaA87u0PlcZoJnW8craJtU2+iYm9BlgzGhSm+Nu3Dx9TYypO+xJ4pwhnuPg==}
+ peerDependencies:
+ vue: ^3.5.27
+
+ '@v-c/dialog@1.0.1':
+ resolution: {integrity: sha512-8+HqvlDXGcgie4Z+sQB3HnMkkFN0N1zfIxdQwtpXTl+gWu9ue8tz+zI7pNXMq7XdM3DU6A+x+qeNRstJ2poCbw==}
+ peerDependencies:
+ vue: ^3.5.27
+
+ '@v-c/drawer@1.0.0':
+ resolution: {integrity: sha512-1FhalqOqDmdvEfXGmlEZtwbeZBMKeK3+LIeDfXfqUiLy38QMMDTxMARmnHCxUGhuj20zFxrZUl0sxNEaTjTkEA==}
+ peerDependencies:
+ vue: ^3.5.27
+
+ '@v-c/dropdown@1.0.2':
+ resolution: {integrity: sha512-D6TACf3jUiRWx4xW5h2+wVT9SMYxUasFlAHESYJr4ZMjLTLLM1Q8iBjkjhGF+vA0eYR5zqRTwlaacN0DNDZBPw==}
+ peerDependencies:
+ vue: ^3.5.27
+
+ '@v-c/image@1.0.2':
+ resolution: {integrity: sha512-uTAhX+SRWjQHIUPJ0DAYUSzOEVnVDAmZazJNP5OqCqLuncrS7hUN37CQ1XgNKaF2Dt8b1aPFZlpXYb/zXfQdXw==}
+ peerDependencies:
+ vue: ^3.5.27
+
+ '@v-c/input-number@1.0.2':
+ resolution: {integrity: sha512-9wbAmdC0Nt18XlLLgfVbmulY50K7tc5RZsNeZuWnmqluTK3JTgZRSbPdRkzl308x8vtGyCOufnepsMrFei1NoQ==}
+ peerDependencies:
+ vue: ^3.5.27
+
+ '@v-c/input@1.0.2':
+ resolution: {integrity: sha512-NzBor6XbUYP42zRrcaBUgWtQI1aIaN3oylmMdvSZ5UMcWsAXRNC8XKsedkFF/LLOEJBJ2NaTbomHRwkIjmtQAA==}
+ peerDependencies:
+ vue: ^3.5.27
+
+ '@v-c/mentions@1.0.0':
+ resolution: {integrity: sha512-trkG1lvfiaIY7UnHn0gx6B01o3rFLEMin3KGp1q4oU6zOCRWde4ejZ+EHSvmXzOz2N+FlRMTE4EMJFi4w0oOlQ==}
+ peerDependencies:
+ vue: ^3.5.27
+
+ '@v-c/menu@1.0.10':
+ resolution: {integrity: sha512-iKXuPpZteVjPlg3nQ+4YbAlYa3/I21N/5RswKLai61IRO/8IcfRLc+YBEoG3n5xV+I5b2Yby2iJjsA8lU1En/w==}
+ peerDependencies:
+ vue: ^3.5.27
+
+ '@v-c/mini-decimal@1.0.1':
+ resolution: {integrity: sha512-76wZLdlkI017iDlaZMNOWZyDCv29YVabUJn5urQgIKtW4dnI5AkNXWtmLyhl/mu/OS7ZGisRi5ai/558QhLQxQ==}
+
+ '@v-c/mutate-observer@1.0.1':
+ resolution: {integrity: sha512-84+9KGORX8LY9u+K0DEGyRwRCJaky0sjRkXxBC7X/jahHJl8NQGQ0Gxve5IVwaxRTfZ9eftlRmHs90JD6Utfqg==}
+ peerDependencies:
+ vue: ^3.5.27
+
+ '@v-c/notification@1.0.0':
+ resolution: {integrity: sha512-aU5g+ZiYxp0KVdKuho067wJRF38Mv7MrQS95dwSJLsbDmVFBpjO3Lo3ptakfPkwn+7uwRytHKIf39t9QVGk+sg==}
+ peerDependencies:
+ vue: ^3.5.27
+
+ '@v-c/overflow@1.0.3':
+ resolution: {integrity: sha512-GVWxd2gk9T0t9kO7EH1fMy2DgYULle/D+GBXiEeB5j/V1b9Gj39pvFLA1EHuiiyJW56Lr/P/uJ/ZM38WFh755w==}
+ peerDependencies:
+ vue: ^3.5.27
+
+ '@v-c/pagination@1.0.0':
+ resolution: {integrity: sha512-uYIMkvHKMtY+nwHTu5rXxiq6KPf0zGpZbtQTn1nDPng0tOyA1vLQ+R6OfE+1LOwuQqvFTEDnAq4vb90By+eBfw==}
+ peerDependencies:
+ vue: ^3.5.27
+
+ '@v-c/picker@1.0.2':
+ resolution: {integrity: sha512-Lf9qPZ/hODaIBEoXpkpGmHK5oXubquia8bYN8zVWigr312jbl/bI6txRF4p+zci0UTtJQsOX1zp9fqX8rg0vSA==}
+ peerDependencies:
+ date-fns: '>= 2.x'
+ dayjs: '>= 1.x'
+ luxon: '>= 3.x'
+ moment: '>= 2.x'
+ vue: ^3.5.27
+ peerDependenciesMeta:
+ date-fns:
+ optional: true
+ dayjs:
+ optional: true
+ luxon:
+ optional: true
+ moment:
+ optional: true
+
+ '@v-c/portal@1.0.7':
+ resolution: {integrity: sha512-iIcU+9C8GNas7BWMXlWkwz9RoB8E7B4f0D+qPNTPLUbdwDvKRNypATYImkIWK/BSGDHOkxu1kIBshxgolaODfA==}
+ peerDependencies:
+ vue: ^3.5.27
+
+ '@v-c/progress@1.0.0':
+ resolution: {integrity: sha512-kWDTU1uXnPDMmoezwyAECxuSH+WKn92OjSdk/GgDbQgZ0qNy9woOiRe5fOsrcy61agHdJxzf0MvsUy1b6bZVlA==}
+ peerDependencies:
+ vue: ^3.5.27
+
+ '@v-c/qrcode@1.0.0':
+ resolution: {integrity: sha512-OSMrYDhP/NQiUcO6J0X2X8BskHPRqX/E/F9npH3oayZgjCo5Aom+63Ja3J0u6SOmKP1JgLSgjrm5karc0671jw==}
+ peerDependencies:
+ vue: ^3.5.27
+
+ '@v-c/rate@1.0.0':
+ resolution: {integrity: sha512-H2cj/dS3guxq9s79HlTzu8uUzH/dQM8Ko5zlPosWrBI33YvySqoxcShY8cZS/tcq8I4xDE/SjeAmBe7rHd9VEA==}
+ peerDependencies:
+ vue: ^3.5.27
+
+ '@v-c/resize-observer@1.0.8':
+ resolution: {integrity: sha512-VH8WBsNfZA5KQ+CXVaQ1PK5B6FIHnuTdqOLrjRWiZTrIYDZi/MyREi9b21YDj55fbFWMRx4yapnO9tiZX1RNxA==}
+ peerDependencies:
+ vue: ^3.5.27
+
+ '@v-c/segmented@1.0.0':
+ resolution: {integrity: sha512-HWo8Ck6Lg0epTEvw5d2yhE+mU/SOxTN6/ngMXLz7iwGI2TwskKu8l+atOSNcJ7XqS/QgsqIHpL26GATPOS8qvQ==}
+ peerDependencies:
+ vue: ^3.5.27
+
+ '@v-c/select@1.0.9':
+ resolution: {integrity: sha512-RpZMtjKi3BIWj2+SKJKFKhydBE0Q0vZYyJduJZ6GioBi7JF26JPQuwZOsthaHDVr6oaOoc9ejlSAQqP92tFIKA==}
+ peerDependencies:
+ vue: ^3.5.27
+
+ '@v-c/slick@1.0.0':
+ resolution: {integrity: sha512-Pzb4bahxbXvXTCmgOJ9OX6Ek1joUHx0EFUxmjDSAfrvaAkHWv2pSqGLDF0CJvm+/uG+rcdT2YQUNcxMtKInQ3A==}
+ peerDependencies:
+ vue: ^3.5.27
+
+ '@v-c/slider@1.0.10':
+ resolution: {integrity: sha512-KMIVytBm8K8RQ+aPPraS28GmBptGHESF/gDRbGjOLD7xyivuQDJeEqVaUFY3EcCWsERjh4VP/L96gUbMTF0uag==}
+ peerDependencies:
+ vue: ^3.5.27
+
+ '@v-c/steps@1.0.0':
+ resolution: {integrity: sha512-DPL0OOb8pDLlTPZB93b8+Saxiz6V5zEpGXKaCnsbXUuOhimkc7089AuEKfpMw+8x1SrVe+gapWf5RRHWXUm2pg==}
+ peerDependencies:
+ vue: ^3.5.27
+
+ '@v-c/switch@1.0.0':
+ resolution: {integrity: sha512-VIem244KJkYfqDgofpgHjK00sGL9rJ/9OtmK4Gbs4hnPsrTtzHDBRltYxR4IT7HQleathZfj6NhcZ1bjdWKYUw==}
+ peerDependencies:
+ vue: ^3.5.27
+
+ '@v-c/table@1.0.0':
+ resolution: {integrity: sha512-1/TMEppX3BpLYYSXzAcwrD5Os6O1VX5OGZsvGyqIp9A8Iy8QeI4Vb54XizGyooHNMs378RIWzX4yDe9JxYMm/A==}
+ peerDependencies:
+ vue: ^3.5.27
+
+ '@v-c/tabs@1.0.1':
+ resolution: {integrity: sha512-6G6cWKdxb8l3IuR802mZGV+l8GAvCEJCoVQcyG3BwiBYOeOii6eyET5D+yMp7mC7dsFRxc2y7q0krxyo97CosQ==}
+ peerDependencies:
+ vue: ^3.5.27
+
+ '@v-c/textarea@1.0.3':
+ resolution: {integrity: sha512-oCpqdOyiNPFgLRUw913IjTdIMVtryy9maJEaSz+ledn/cVO4OJ44dEP8eCnhxlHTfduLKesKIlDoRIBhLu4qqQ==}
+ peerDependencies:
+ vue: ^3.5.27
+
+ '@v-c/tooltip@1.0.3':
+ resolution: {integrity: sha512-72EkTfhb67RPJvMXIW6HUYiZ+Jdrb7tBQmS3wDtFDNU7uIrS5DQLyXJDCu9qWlrPv7cQ/RHA4JfCINw88vchzw==}
+ peerDependencies:
+ vue: ^3.5.27
+
+ '@v-c/tour@1.0.3':
+ resolution: {integrity: sha512-y4DVJPP7jvL+MWUMAKQWxLAMXSWJEfZXaKASPn3DKbSQ8drBhsjMXwcep3glAfrCjCKfj/QD3OrUMxqydi4qFw==}
+ peerDependencies:
+ vue: ^3.5.27
+
+ '@v-c/tree-select@1.0.0':
+ resolution: {integrity: sha512-EOUt3zBFMm2wCCDgY5pYU2mjff7NQiGss0uM/J2dOw8JP3LgPjhCuT2/0ZgXt6HkqK+Fl5AdhzxYujGbgTw6Ow==}
+ peerDependencies:
+ vue: ^3.5.27
+
+ '@v-c/tree@1.0.2':
+ resolution: {integrity: sha512-Z/x1DuazauoPtuKWaL6iaNdTq6t/c+6j8dbOxQN7kAJOW4RJ8BKKx8DA0fq49R7OCUH/YQLOWTrWI5gyQ0169A==}
+ peerDependencies:
+ vue: ^3.5.27
+
+ '@v-c/trigger@1.0.11':
+ resolution: {integrity: sha512-a81J89KmTNn99xtGHYXswkvqxnP17AFsgfkEF2SPj2Hp4igJSUT3XVEaqWLwBdO7icV7Il1qrMKOe/8YA7CTjQ==}
+ peerDependencies:
+ vue: ^3.5.27
+
+ '@v-c/upload@1.0.0':
+ resolution: {integrity: sha512-W92PNCD61aM/B5w8oUzHQSDHur1T8484726Ls0IoNMO5nPiF/15eEE3RuuI/t7xXQVP/fA06hNSwzXwGWdDg1w==}
+ peerDependencies:
+ vue: ^3.5.27
+
+ '@v-c/util@1.0.13':
+ resolution: {integrity: sha512-/CUsbqrgqMz2TGqdzUnq1jwNFwX6lqy+HsYzmGH8auTUly9buIQiDmoxLxnjsI2XO6IryCqhzOP2Ii1213zqtA==}
+ peerDependencies:
+ vue: ^3.5.27
+
+ '@v-c/virtual-list@1.0.5':
+ resolution: {integrity: sha512-hv+ZIXkT7Bprv4pRloa/EYfWsJjOL2hI6wRSWX/XOxMcra+eq9uFvTY5GSOzYURPyzA/ExGq4607+fl1vEhwZQ==}
+ peerDependencies:
+ vue: ^3.5.27
+
'@vee-validate/zod@4.15.1':
resolution: {integrity: sha512-329Z4TDBE5Vx0FdbA8S4eR9iGCFFUNGbxjpQ20ff5b5wGueScjocUIx9JHPa79LTG06RnlUR4XogQsjN4tecKA==}
peerDependencies:
zod: ^3.24.0
- '@vercel/nft@1.3.0':
- resolution: {integrity: sha512-i4EYGkCsIjzu4vorDUbqglZc5eFtQI2syHb++9ZUDm6TU4edVywGpVnYDein35x9sevONOn9/UabfQXuNXtuzQ==}
+ '@vercel/nft@1.3.1':
+ resolution: {integrity: sha512-ihNT1rswiq3cy4WKQAV5kJi6UjWX1vLUzlLc+Vvq83G8CU9nMgfDWz5f1tOnSlS8LeC4Wp4qTB3+HGj/ccUrFQ==}
engines: {node: '>=20'}
hasBin: true
@@ -5266,8 +5587,8 @@ packages:
'@vite-pwa/assets-generator':
optional: true
- '@vitejs/plugin-vue-jsx@5.1.3':
- resolution: {integrity: sha512-I6Zr8cYVr5WHMW5gNOP09DNqW9rgO8RX73Wa6Czgq/0ndpTfJM4vfDChfOT1+3KtdrNqilNBtNlFwVeB02ZzGw==}
+ '@vitejs/plugin-vue-jsx@5.1.4':
+ resolution: {integrity: sha512-70LmoVk9riR7qc4W2CpjsbNMWTPnuZb9dpFKX1emru0yP57nsc9k8nhLA6U93ngQapv5VDIUq2JatNfLbBIkrA==}
engines: {node: ^20.19.0 || >=22.12.0}
peerDependencies:
vite: ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0
@@ -5280,8 +5601,8 @@ packages:
vite: ^5.0.0 || ^6.0.0
vue: ^3.5.27
- '@vitejs/plugin-vue@6.0.3':
- resolution: {integrity: sha512-TlGPkLFLVOY3T7fZrwdvKpjprR3s4fxRln0ORDo1VQ7HHyxJwTlrjKU3kpVWTlaAjIEuCTokmjkZnr8Tpc925w==}
+ '@vitejs/plugin-vue@6.0.4':
+ resolution: {integrity: sha512-uM5iXipgYIn13UUQCZNdWkYk+sysBeA97d5mHsAoAt1u/wpN3+zxOmsVJWosuzX+IMGRzeYUNytztrYznboIkQ==}
engines: {node: ^20.19.0 || >=22.12.0}
peerDependencies:
vite: ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0
@@ -5319,12 +5640,21 @@ packages:
'@volar/language-core@2.4.27':
resolution: {integrity: sha512-DjmjBWZ4tJKxfNC1F6HyYERNHPYS7L7OPFyCrestykNdUZMFYzI9WTyvwPcaNaHlrEUwESHYsfEw3isInncZxQ==}
+ '@volar/language-core@2.4.28':
+ resolution: {integrity: sha512-w4qhIJ8ZSitgLAkVay6AbcnC7gP3glYM3fYwKV3srj8m494E3xtrCv6E+bWviiK/8hs6e6t1ij1s2Endql7vzQ==}
+
'@volar/source-map@2.4.27':
resolution: {integrity: sha512-ynlcBReMgOZj2i6po+qVswtDUeeBRCTgDurjMGShbm8WYZgJ0PA4RmtebBJ0BCYol1qPv3GQF6jK7C9qoVc7lg==}
+ '@volar/source-map@2.4.28':
+ resolution: {integrity: sha512-yX2BDBqJkRXfKw8my8VarTyjv48QwxdJtvRgUpNE5erCsgEUdI2DsLbpa+rOQVAJYshY99szEcRDmyHbF10ggQ==}
+
'@volar/typescript@2.4.27':
resolution: {integrity: sha512-eWaYCcl/uAPInSK2Lze6IqVWaBu/itVqR5InXcHXFyles4zO++Mglt3oxdgj75BDcv1Knr9Y93nowS8U3wqhxg==}
+ '@volar/typescript@2.4.28':
+ resolution: {integrity: sha512-Ja6yvWrbis2QtN4ClAKreeUZPVYMARDYZl9LMEv1iQ1QdepB6wn0jTRxA9MftYmYa4DQ4k/DaSZpFPUfxl8giw==}
+
'@vue/babel-helper-vue-transform-on@1.5.0':
resolution: {integrity: sha512-0dAYkerNhhHutHZ34JtTl2czVQHUNWv6xEbkdF5W+Yrv5pCWsqjeORdOgbtW2I9gWlt+wBmVn+ttqN9ZxR5tzA==}
@@ -5357,17 +5687,17 @@ packages:
peerDependencies:
'@babel/core': ^7.0.0-0
- '@vue/compiler-core@3.5.27':
- resolution: {integrity: sha512-gnSBQjZA+//qDZen+6a2EdHqJ68Z7uybrMf3SPjEGgG4dicklwDVmMC1AeIHxtLVPT7sn6sH1KOO+tS6gwOUeQ==}
+ '@vue/compiler-core@3.5.28':
+ resolution: {integrity: sha512-kviccYxTgoE8n6OCw96BNdYlBg2GOWfBuOW4Vqwrt7mSKWKwFVvI8egdTltqRgITGPsTFYtKYfxIG8ptX2PJHQ==}
- '@vue/compiler-dom@3.5.27':
- resolution: {integrity: sha512-oAFea8dZgCtVVVTEC7fv3T5CbZW9BxpFzGGxC79xakTr6ooeEqmRuvQydIiDAkglZEAd09LgVf1RoDnL54fu5w==}
+ '@vue/compiler-dom@3.5.28':
+ resolution: {integrity: sha512-/1ZepxAb159jKR1btkefDP+J2xuWL5V3WtleRmxaT+K2Aqiek/Ab/+Ebrw2pPj0sdHO8ViAyyJWfhXXOP/+LQA==}
- '@vue/compiler-sfc@3.5.27':
- resolution: {integrity: sha512-sHZu9QyDPeDmN/MRoshhggVOWE5WlGFStKFwu8G52swATgSny27hJRWteKDSUUzUH+wp+bmeNbhJnEAel/auUQ==}
+ '@vue/compiler-sfc@3.5.28':
+ resolution: {integrity: sha512-6TnKMiNkd6u6VeVDhZn/07KhEZuBSn43Wd2No5zaP5s3xm8IqFTHBj84HJah4UepSUJTro5SoqqlOY22FKY96g==}
- '@vue/compiler-ssr@3.5.27':
- resolution: {integrity: sha512-Sj7h+JHt512fV1cTxKlYhg7qxBvack+BGncSpH+8vnN+KN95iPIcqB5rsbblX40XorP+ilO7VIKlkuu3Xq2vjw==}
+ '@vue/compiler-ssr@3.5.28':
+ resolution: {integrity: sha512-JCq//9w1qmC6UGLWJX7RXzrGpKkroubey/ZFqTpvEIDJEKGgntuDMqkuWiZvzTzTA5h2qZvFBFHY7fAAa9475g==}
'@vue/compiler-vue2@2.7.16':
resolution: {integrity: sha512-qYC3Psj9S/mfu9uVi5WvNZIzq+xnXMhOwbTFKKDD7b1lhpnn71jXSFdTQ+WsIEk0ONCd7VV2IMm7ONl6tbQ86A==}
@@ -5378,22 +5708,22 @@ packages:
'@vue/devtools-api@7.7.9':
resolution: {integrity: sha512-kIE8wvwlcZ6TJTbNeU2HQNtaxLx3a84aotTITUuL/4bzfPxzajGBOoqjMhwZJ8L9qFYDU/lAYMEEm11dnZOD6g==}
- '@vue/devtools-core@8.0.5':
- resolution: {integrity: sha512-dpCw8nl0GDBuiL9SaY0mtDxoGIEmU38w+TQiYEPOLhW03VDC0lfNMYXS/qhl4I0YlysGp04NLY4UNn6xgD0VIQ==}
+ '@vue/devtools-core@8.0.6':
+ resolution: {integrity: sha512-fN7iVtpSQQdtMORWwVZ1JiIAKriinhD+lCHqPw9Rr252ae2TczILEmW0zcAZifPW8HfYcbFkn+h7Wv6kQQCayw==}
peerDependencies:
vue: ^3.5.27
'@vue/devtools-kit@7.7.9':
resolution: {integrity: sha512-PyQ6odHSgiDVd4hnTP+aDk2X4gl2HmLDfiyEnn3/oV+ckFDuswRs4IbBT7vacMuGdwY/XemxBoh302ctbsptuA==}
- '@vue/devtools-kit@8.0.5':
- resolution: {integrity: sha512-q2VV6x1U3KJMTQPUlRMyWEKVbcHuxhqJdSr6Jtjz5uAThAIrfJ6WVZdGZm5cuO63ZnSUz0RCsVwiUUb0mDV0Yg==}
+ '@vue/devtools-kit@8.0.6':
+ resolution: {integrity: sha512-9zXZPTJW72OteDXeSa5RVML3zWDCRcO5t77aJqSs228mdopYj5AiTpihozbsfFJ0IodfNs7pSgOGO3qfCuxDtw==}
'@vue/devtools-shared@7.7.9':
resolution: {integrity: sha512-iWAb0v2WYf0QWmxCGy0seZNDPdO3Sp5+u78ORnyeonS6MT4PC7VPrryX2BpMJrwlDeaZ6BD4vP4XKjK0SZqaeA==}
- '@vue/devtools-shared@8.0.5':
- resolution: {integrity: sha512-bRLn6/spxpmgLk+iwOrR29KrYnJjG9DGpHGkDFG82UM21ZpJ39ztUT9OXX3g+usW7/b2z+h46I9ZiYyB07XMXg==}
+ '@vue/devtools-shared@8.0.6':
+ resolution: {integrity: sha512-Pp1JylTqlgMJvxW6MGyfTF8vGvlBSCAvMFaDCYa82Mgw7TT5eE5kkHgDvmOGHWeJE4zIDfCpCxHapsK2LtIAJg==}
'@vue/language-core@2.2.0':
resolution: {integrity: sha512-O1ZZFaaBGkKbsRfnVH1ifOK1/1BUkyK+3SQsfnh6PmMmD4qJcTU8godCeA96jjDRTL6zgnK7YzCHfaUlH2r0Mw==}
@@ -5403,25 +5733,25 @@ packages:
typescript:
optional: true
- '@vue/language-core@3.2.3':
- resolution: {integrity: sha512-VpN/GnYDzGLh44AI6i1OB/WsLXo6vwnl0EWHBelGc4TyC0yEq6azwNaed/+Tgr8anFlSdWYnMEkyHJDPe7ii7A==}
+ '@vue/language-core@3.2.4':
+ resolution: {integrity: sha512-bqBGuSG4KZM45KKTXzGtoCl9cWju5jsaBKaJJe3h5hRAAWpZUuj5G+L+eI01sPIkm4H6setKRlw7E85wLdDNew==}
- '@vue/reactivity@3.5.27':
- resolution: {integrity: sha512-vvorxn2KXfJ0nBEnj4GYshSgsyMNFnIQah/wczXlsNXt+ijhugmW+PpJ2cNPe4V6jpnBcs0MhCODKllWG+nvoQ==}
+ '@vue/reactivity@3.5.28':
+ resolution: {integrity: sha512-gr5hEsxvn+RNyu9/9o1WtdYdwDjg5FgjUSBEkZWqgTKlo/fvwZ2+8W6AfKsc9YN2k/+iHYdS9vZYAhpi10kNaw==}
- '@vue/runtime-core@3.5.27':
- resolution: {integrity: sha512-fxVuX/fzgzeMPn/CLQecWeDIFNt3gQVhxM0rW02Tvp/YmZfXQgcTXlakq7IMutuZ/+Ogbn+K0oct9J3JZfyk3A==}
+ '@vue/runtime-core@3.5.28':
+ resolution: {integrity: sha512-POVHTdbgnrBBIpnbYU4y7pOMNlPn2QVxVzkvEA2pEgvzbelQq4ZOUxbp2oiyo+BOtiYlm8Q44wShHJoBvDPAjQ==}
- '@vue/runtime-dom@3.5.27':
- resolution: {integrity: sha512-/QnLslQgYqSJ5aUmb5F0z0caZPGHRB8LEAQ1s81vHFM5CBfnun63rxhvE/scVb/j3TbBuoZwkJyiLCkBluMpeg==}
+ '@vue/runtime-dom@3.5.28':
+ resolution: {integrity: sha512-4SXxSF8SXYMuhAIkT+eBRqOkWEfPu6nhccrzrkioA6l0boiq7sp18HCOov9qWJA5HML61kW8p/cB4MmBiG9dSA==}
- '@vue/server-renderer@3.5.27':
- resolution: {integrity: sha512-qOz/5thjeP1vAFc4+BY3Nr6wxyLhpeQgAE/8dDtKo6a6xdk+L4W46HDZgNmLOBUDEkFXV3G7pRiUqxjX0/2zWA==}
+ '@vue/server-renderer@3.5.28':
+ resolution: {integrity: sha512-pf+5ECKGj8fX95bNincbzJ6yp6nyzuLDhYZCeFxUNp8EBrQpPpQaLX3nNCp49+UbgbPun3CeVE+5CXVV1Xydfg==}
peerDependencies:
vue: ^3.5.27
- '@vue/shared@3.5.27':
- resolution: {integrity: sha512-dXr/3CgqXsJkZ0n9F3I4elY8wM9jMJpP3pvRG52r6m0tu/MsAFIe6JpXVGeNMd/D9F4hQynWT8Rfuj0bdm9kFQ==}
+ '@vue/shared@3.5.28':
+ resolution: {integrity: sha512-cfWa1fCGBxrvaHRhvV3Is0MgmrbSCxYTXCSCau2I0a1Xw1N1pHAvkWCiXPRAqjvToILvguNyEwjevUqAuBQWvQ==}
'@vue/test-utils@2.4.6':
resolution: {integrity: sha512-FMxEjOpYNYiFe0GkaHsnJPXFHxQ6m4t8vI/ElPGpMWxZKpmRvQ33OIrvRXemy6yha03RxhOlQuy+gZMC3CQSow==}
@@ -5437,8 +5767,8 @@ packages:
peerDependencies:
vue: ^3.5.27
- '@vueuse/core@14.1.0':
- resolution: {integrity: sha512-rgBinKs07hAYyPF834mDTigH7BtPqvZ3Pryuzt1SD/lg5wEcWqvwzXXYGEDb2/cP0Sj5zSvHl3WkmMELr5kfWw==}
+ '@vueuse/core@14.2.1':
+ resolution: {integrity: sha512-3vwDzV+GDUNpdegRY6kzpLm4Igptq+GA0QkJ3W61Iv27YWwW/ufSlOfgQIpN6FZRMG0mkaz4gglJRtq5SeJyIQ==}
peerDependencies:
vue: ^3.5.27
@@ -5483,14 +5813,14 @@ packages:
universal-cookie:
optional: true
- '@vueuse/integrations@14.1.0':
- resolution: {integrity: sha512-eNQPdisnO9SvdydTIXnTE7c29yOsJBD/xkwEyQLdhDC/LKbqrFpXHb3uS//7NcIrQO3fWVuvMGp8dbK6mNEMCA==}
+ '@vueuse/integrations@14.2.1':
+ resolution: {integrity: sha512-2LIUpBi/67PoXJGqSDQUF0pgQWpNHh7beiA+KG2AbybcNm+pTGWT6oPGlBgUoDWmYwfeQqM/uzOHqcILpKL7nA==}
peerDependencies:
async-validator: ^4
axios: ^1
change-case: ^5
drauu: ^0.4
- focus-trap: ^7
+ focus-trap: ^7 || ^8
fuse.js: ^7
idb-keyval: ^6
jwt-decode: ^4
@@ -5534,8 +5864,8 @@ packages:
'@vueuse/metadata@13.9.0':
resolution: {integrity: sha512-1AFRvuiGphfF7yWixZa0KwjYH8ulyjDCC0aFgrGRz8+P4kvDFSdXLVfTk5xAN9wEuD1J6z4/myMoYbnHoX07zg==}
- '@vueuse/metadata@14.1.0':
- resolution: {integrity: sha512-7hK4g015rWn2PhKcZ99NyT+ZD9sbwm7SGvp7k+k+rKGWnLjS/oQozoIZzWfCewSUeBmnJkIb+CNr7Zc/EyRnnA==}
+ '@vueuse/metadata@14.2.1':
+ resolution: {integrity: sha512-1ButlVtj5Sb/HDtIy1HFr1VqCP4G6Ypqt5MAo0lCgjokrk2mvQKsK2uuy0vqu/Ks+sHfuHo0B9Y9jn9xKdjZsw==}
'@vueuse/motion@3.0.3':
resolution: {integrity: sha512-4B+ITsxCI9cojikvrpaJcLXyq0spj3sdlzXjzesWdMRd99hhtFI6OJ/1JsqwtF73YooLe0hUn/xDR6qCtmn5GQ==}
@@ -5553,8 +5883,8 @@ packages:
peerDependencies:
vue: ^3.5.27
- '@vueuse/shared@14.1.0':
- resolution: {integrity: sha512-EcKxtYvn6gx1F8z9J5/rsg3+lTQnvOruQd8fUecW99DCK04BkWD7z5KQ/wTAx+DazyoEE9dJt/zV8OIEQbM6kw==}
+ '@vueuse/shared@14.2.1':
+ resolution: {integrity: sha512-shTJncjV9JTI4oVNyF1FQonetYAiTBd+Qj7cY89SWbXSkx7gyhrgtEdF2ZAVWS1S3SHlaROO6F2IesJxQEkZBw==}
peerDependencies:
vue: ^3.5.27
@@ -5641,8 +5971,8 @@ packages:
ajv@8.17.1:
resolution: {integrity: sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==}
- algoliasearch@5.47.0:
- resolution: {integrity: sha512-AGtz2U7zOV4DlsuYV84tLp2tBbA7RPtLA44jbVH4TTpDcc1dIWmULjHSsunlhscbzDydnjuFlNhflR3nV4VJaQ==}
+ algoliasearch@5.48.0:
+ resolution: {integrity: sha512-aD8EQC6KEman6/S79FtPdQmB7D4af/etcRL/KwiKFKgAE62iU8c5PeEQvpvIcBPurC3O/4Lj78nOl7ZcoazqSw==}
engines: {node: '>= 14.0.0'}
alien-signals@0.4.14:
@@ -5658,8 +5988,8 @@ packages:
resolution: {integrity: sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==}
engines: {node: '>=6'}
- ansi-escapes@7.2.0:
- resolution: {integrity: sha512-g6LhBsl+GBPRWGWsBtutpzBYuIIdBkLEvad5C/va/74Db018+5TZiyA26cZJAr3Rft5lprVqOIPxf5Vid6tqAw==}
+ ansi-escapes@7.3.0:
+ resolution: {integrity: sha512-BvU8nYgGQBxcmMuEeUEmNTvrMVjJNSH7RgW24vXexN4Ven6qCvy4TntnvlnwnMLTVlcRQQdbRY8NKnaIoeWDNg==}
engines: {node: '>=18'}
ansi-regex@5.0.1:
@@ -5688,6 +6018,9 @@ packages:
peerDependencies:
vue: ^3.5.27
+ antdv-next@1.0.2:
+ resolution: {integrity: sha512-JkPXDLk7MfAtye2pS3z/heLiUeow1K3JJCAnmaM+vzZhCds+wXUCNNHJ03qUIQvKCNbFdko4OJ9p0dY/pDJncg==}
+
any-promise@1.3.0:
resolution: {integrity: sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==}
@@ -5785,14 +6118,14 @@ packages:
resolution: {integrity: sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==}
engines: {node: '>= 4.0.0'}
- atomically@2.1.0:
- resolution: {integrity: sha512-+gDffFXRW6sl/HCwbta7zK4uNqbPjv4YJEAdz7Vu+FLQHe77eZ4bvbJGi4hE0QPeJlMYMA3piXEr1UL3dAwx7Q==}
+ atomically@2.1.1:
+ resolution: {integrity: sha512-P4w9o2dqARji6P7MHprklbfiArZAWvo07yW7qs3pdljb3BWr12FIB7W+p0zJiuiVsUpRO0iZn1kFFcpPegg0tQ==}
autolinker@3.16.2:
resolution: {integrity: sha512-JiYl7j2Z19F9NdTmirENSUUIIL/9MytEWtmzhfmsKPCp9E+G35Y0UNCMoM9tFigxT59qSc8Ml2dlZXOCVTYwuA==}
- autoprefixer@10.4.23:
- resolution: {integrity: sha512-YYTXSFulfwytnjAPlw8QHncHJmlvFKtczb8InXaAx9Q0LbfDnfEYDE55omerIJKihhmU61Ft+cAOSzQVaBUmeA==}
+ autoprefixer@10.4.24:
+ resolution: {integrity: sha512-uHZg7N9ULTVbutaIsDRoUkoS8/h3bdsmVJYZ5l3wv8Cp/6UIIoRDm90hZ+BwxUj/hGBEzLxdHNSKuFpn8WOyZw==}
engines: {node: ^10 || ^12 || >=14}
hasBin: true
peerDependencies:
@@ -5807,8 +6140,8 @@ packages:
peerDependencies:
axios: '>= 0.17.0'
- axios@1.13.3:
- resolution: {integrity: sha512-ERT8kdX7DZjtUm7IitEyV7InTHAF42iJuMArIiDIV5YtPanJkgw4hw5Dyg9fh0mihdWNn1GKaeIWErfe56UQ1g==}
+ axios@1.13.5:
+ resolution: {integrity: sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q==}
axobject-query@4.1.0:
resolution: {integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==}
@@ -5827,8 +6160,8 @@ packages:
peerDependencies:
'@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
- babel-plugin-polyfill-corejs3@0.13.0:
- resolution: {integrity: sha512-U+GNwMdSFgzVmfhNm8GJUX88AadB3uo9KpJqS3FaqNIPKgySuvMb+bHPsOmmuWyIcuqZj/pzt1RUIUZns4y2+A==}
+ babel-plugin-polyfill-corejs3@0.14.0:
+ resolution: {integrity: sha512-AvDcMxJ34W4Wgy4KBIIePQTAOP1Ie2WFwkQp3dB7FQ/f0lI5+nM96zUnYEOE1P9sEg0es5VCP0HxiWu5fUHZAQ==}
peerDependencies:
'@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
@@ -5854,8 +6187,8 @@ packages:
base64-js@1.5.1:
resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==}
- baseline-browser-mapping@2.9.18:
- resolution: {integrity: sha512-e23vBV1ZLfjb9apvfPk4rHVu2ry6RIr2Wfs+O324okSidrX7pTAnEJPCh/O5BtRlr7QtZI7ktOP3vsqr7Z5XoA==}
+ baseline-browser-mapping@2.9.19:
+ resolution: {integrity: sha512-ipDqC8FrAl/76p2SSWKSI+H9tFwm7vYqXQrItCuiVPt26Km0jS+NzSsBWAaBusvSbQcfJG+JitdMm+wZAgTYqg==}
hasBin: true
benz-amr-recorder@1.1.5:
@@ -5999,8 +6332,8 @@ packages:
resolution: {integrity: sha512-8WB3Jcas3swSvjIeA2yvCJ+Miyz5l1ZmB6HFb9R1317dt9LCQoswg/BGrmAmkWVEszSrrg4RwmO46qIm2OEnSA==}
engines: {node: '>=16'}
- camunda-bpmn-js-behaviors@1.12.1:
- resolution: {integrity: sha512-xbWID2riHTpCnr4t7Y4SSeUY07Ep6/EQZwxm4DJNmGfrYE1flaHNw5VWhIWoN7dXuh01lyFDrO0prKDmsd74HQ==}
+ camunda-bpmn-js-behaviors@1.14.0:
+ resolution: {integrity: sha512-Brbt6ZY+SklZjc77R4WKyBqmLXshcvAJVGIabvQUKqn6IDzClGRlTX/V2aaIC9OyMFuXJRQSd3zYrbZRQHk9vg==}
peerDependencies:
bpmn-js: '>= 9'
camunda-bpmn-moddle: '>= 7'
@@ -6012,8 +6345,8 @@ packages:
caniuse-api@3.0.0:
resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==}
- caniuse-lite@1.0.30001766:
- resolution: {integrity: sha512-4C0lfJ0/YPjJQHagaE9x2Elb69CIqEPZeG0anQt9SIvIoOH4a4uaRl73IavyO+0qZh6MDLH//DrXThEYKHkmYA==}
+ caniuse-lite@1.0.30001769:
+ resolution: {integrity: sha512-BCfFL1sHijQlBGWBMuJyhZUhzo7wer5sVj9hqekB/7xn0Ypy+pER/edCYQm4exbXj4WiySGp40P8UuTh6w1srg==}
ccount@2.0.1:
resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==}
@@ -6081,8 +6414,8 @@ packages:
resolution: {integrity: sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==}
engines: {node: '>=8'}
- ci-info@4.3.1:
- resolution: {integrity: sha512-Wdy2Igu8OcBpI2pZePZ5oWjPC38tmDVx5WKUXKwlLYkA0ozo85sLsLvkBbBn/sZaSCMFOGZJ14fvW9t5/d7kdA==}
+ ci-info@4.4.0:
+ resolution: {integrity: sha512-77PSwercCZU2Fc4sX94eF8k8Pxte6JAwL4/ICZLFjJLqegs7kCuAsqqj/70NQF6TvDpgFjkubQB2FW2ZZddvQg==}
engines: {node: '>=8'}
circular-dependency-scanner@2.3.0:
@@ -6154,8 +6487,8 @@ packages:
resolution: {integrity: sha512-RMr0FhtfXemyinomL4hrWcYJxmX6deFdCxpJzhDttxgO1+bcCnkk+9drydLVDmAMG7NE6aN/fl4F7ucU/90gAA==}
engines: {node: '>=0.10.0'}
- codemirror@5.65.20:
- resolution: {integrity: sha512-i5dLDDxwkFCbhjvL2pNjShsojoL3XHyDwsGv1jqETUoW+lzpBKKqNTUWgQwVAOa0tUm4BwekT455ujafi8payA==}
+ codemirror@5.65.21:
+ resolution: {integrity: sha512-6teYk0bA0nR3QP0ihGMoxuKzpl5W80FpnHpBJpgy66NK3cZv5b/d/HY8PnRvfSsCG1MTfr92u2WUl+wT0E40mQ==}
codemirror@6.65.7:
resolution: {integrity: sha512-HcfnUFJwI2FvH73YWVbbMh7ObWxZiHIycEhv9ZEXy6e8ZKDjtZKbbYFUtsLN46HFXPvU5V2Uvc2d55Z//oFW5A==}
@@ -6193,8 +6526,8 @@ packages:
resolution: {integrity: sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==}
engines: {node: '>=18'}
- commander@14.0.2:
- resolution: {integrity: sha512-TywoWNNRbhoD0BXs1P3ZEScW8W5iKrnbithIl0YH+uCmBd0QpPOA8yc82DS3BIE5Ma6FnBVUsJ7wVUDz4dvOWQ==}
+ commander@14.0.3:
+ resolution: {integrity: sha512-H+y0Jo/T1RZ9qPP4Eh1pkcQcLRglraJaSLoyOtHxu6AapkjWVCy2Sit1QQ4x3Dng8qDlSsZEet7g5Pq06MvTgw==}
engines: {node: '>=20'}
commander@2.20.3:
@@ -6256,14 +6589,17 @@ packages:
compute-scroll-into-view@1.0.20:
resolution: {integrity: sha512-UCB0ioiyj8CRjtrvaceBLqqhZCVP+1B8+NWQhmdsm0VXOJtobBCf1dBQmebCCo34qZmUwZfIH2MZLqNHazrfjg==}
+ compute-scroll-into-view@3.1.1:
+ resolution: {integrity: sha512-VRhuHOLoKYOy4UbilLbUzbYg93XLjv2PncJC50EuTWPA3gaja1UjBsUP/D/9/juV3vQFr6XBEzn9KCAHdUvOHw==}
+
concat-map@0.0.1:
resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==}
confbox@0.1.8:
resolution: {integrity: sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==}
- confbox@0.2.2:
- resolution: {integrity: sha512-1NB+BKqhtNipMsov4xI/NnhCKp9XG9NamYp5PVm9klAT0fsrNPjaFICsCFhNhwZJKNh7zB/3q8qXz0E9oaMNtQ==}
+ confbox@0.2.4:
+ resolution: {integrity: sha512-ysOGlgTFbN2/Y6Cg3Iye8YKulHw+R2fNXHrgSmXISQdMnomY6eNDprVdW9R5xBguEqI954+S6709UyiO7B+6OQ==}
config-chain@1.1.13:
resolution: {integrity: sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==}
@@ -6383,45 +6719,45 @@ packages:
resolution: {integrity: sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==}
engines: {node: '>=8'}
- cspell-config-lib@9.6.0:
- resolution: {integrity: sha512-5ztvheawkmFXNHGN82iOOntU3T5mmlQBP/plgoKdBZ6+lSYrOJLkOyqxYyi7MrUBDtWrXPzFllkBrPNRDlbX/A==}
+ cspell-config-lib@9.6.4:
+ resolution: {integrity: sha512-MecJNR9bIlcPBhyZFsXP6Q2n8qQ2IR9N9HiIz0yh0gBNVydp3LR5JITP5Ji8m7hexmZzVeoXms/dVN74XbS95g==}
engines: {node: '>=20'}
- cspell-dictionary@9.6.0:
- resolution: {integrity: sha512-wW0m1kLrbK6bRY/GrLUGKUUJ1Z4ZUgIb8LD4zNaECcvGviv9V7VcR3mEwUip3ZjoHa3ClzEoWgQ9gXrtac80Wg==}
+ cspell-dictionary@9.6.4:
+ resolution: {integrity: sha512-Ik9ZQVqV/fJfMt5X6IkC7yHGVH46/qjcqCNWwrMSwvROLM3SemNxxZoLvh0wi0GXz9WF1lHcxLJVdeKUk6QB8g==}
engines: {node: '>=20'}
- cspell-gitignore@9.6.0:
- resolution: {integrity: sha512-8GfmJuRBBvibyPHnNE2wYJAiQ/ceDYLD1X1sUQaCyj6hPMR7ChJiVhFPtS11hMqkjZ46OBMYTMGWqO792L9fEQ==}
+ cspell-gitignore@9.6.4:
+ resolution: {integrity: sha512-a8asE9BsjJgJ506WUGh5VHrTdVEE8hWELjCJB2atPrW6iY5e4aCIugy0gkRC1ZH9/TseadlmMLrFzHUkJUjzsg==}
engines: {node: '>=20'}
hasBin: true
- cspell-glob@9.6.0:
- resolution: {integrity: sha512-KmEbKN0qdEamsEYbkFu7zjLYfw3hMmn9kmeh94IHr2kq6vWq5vNP5l1BuqmrUeFZlbNd07vj08IKAZHYsoGheQ==}
+ cspell-glob@9.6.4:
+ resolution: {integrity: sha512-253VrjbR8QU15h8GtpDQLX5Ti9uNSuNod2T7f8YEElQOb9I/kUXoCj3Cq4P390IC99klqSHIDxHsxd77ex19lA==}
engines: {node: '>=20'}
- cspell-grammar@9.6.0:
- resolution: {integrity: sha512-jZVIM5/3eB9rWURDq+VXdYip+DmPuFzO+bqaRtzqT8w6YoOIGYbiIxdwvyyA9xdH7SmW8uqHJP5x4pzZju1lNQ==}
+ cspell-grammar@9.6.4:
+ resolution: {integrity: sha512-rvZyTB45/XSRWx7eAsrvTTAZvBTREr/2G2JWVMdqrptFyq1XReAKHhw/x1HJkNgWC9LKAK3bVQJpjLsNG37U9A==}
engines: {node: '>=20'}
hasBin: true
- cspell-io@9.6.0:
- resolution: {integrity: sha512-wZuZzKOYIb698kVEINYjGaNFQu+AFZ945TORM3hapmPjez+vsHwl8m/pPpCHeGMpQtHMEDkX84AbQ7R55MRIwg==}
+ cspell-io@9.6.4:
+ resolution: {integrity: sha512-bmvJ4yn5QK2FZWTkZA4sx2qJqIi8BrUUUV7W209drSwkYjhJtXqP0RyF6Qx4Xuu2D1s0UilEtO5Jd+E9UJkQ6w==}
engines: {node: '>=20'}
- cspell-lib@9.6.0:
- resolution: {integrity: sha512-m9rIv8hkQ3Dio4s80HQbM9cdxENcd6pS8j2AHWL50OSjJf3Xhw6/wMrIAGbwLHP15K6QZVU2eJ/abCzIJwjA4w==}
+ cspell-lib@9.6.4:
+ resolution: {integrity: sha512-fUodKcIHTwvokuowB25XyFzBxlk73yj1QRw2por3BxDz9fAim1zAIohAPAnGuzj3LowYnTMjHLYE7RFDUSxy5A==}
engines: {node: '>=20'}
- cspell-trie-lib@9.6.0:
- resolution: {integrity: sha512-L7GSff5F9cF60QT78WsebVlb3sppi6jbvTHwsw7WF1jUN/ioAo7OzBYtYB7xkYeejcdVEpqfvf/ZOXPDp8x2Wg==}
+ cspell-trie-lib@9.6.4:
+ resolution: {integrity: sha512-JKwyRtyybbaTrixwI1OgU5Hvva2Z5zHVWl92WBa9U7KijAyiD/Ehp3T3DCYuBwGks7egw7MgWPySkXXnpme6mw==}
engines: {node: '>=20'}
peerDependencies:
- '@cspell/cspell-types': 9.6.0
+ '@cspell/cspell-types': 9.6.4
- cspell@9.6.0:
- resolution: {integrity: sha512-Mpf0oT2KAHTIb3YPAXWhW64/4CZKW5Lka4j1YxCLK3jM3nenmIsY/ocrJvqCMF4+1eejRF0N55sT3XmrijI5YQ==}
- engines: {node: '>=20'}
+ cspell@9.6.4:
+ resolution: {integrity: sha512-rZJmgcyBGKX3KcJ3KC9JYVHeKhDEVbmCheSp8eRGMYw6MCG9o7FHqQjGA/u4lEu4A0psr7ACP/5ym/QHyntRbA==}
+ engines: {node: '>=20.18'}
hasBin: true
css-blank-pseudo@7.0.1:
@@ -6436,9 +6772,9 @@ packages:
peerDependencies:
postcss: ^8.0.9
- css-functions-list@3.2.3:
- resolution: {integrity: sha512-IQOkD3hbR5KrN93MtcYuad6YPuTSUhntLHDuLEbFWE+ff2/XSZNdZG+LcbbIW5AXKg/WFIfYItIzVoHngHXZzA==}
- engines: {node: '>=12 || >=16'}
+ css-functions-list@3.3.3:
+ resolution: {integrity: sha512-8HFEBPKhOpJPEPu70wJJetjKta86Gw9+CCyCnB3sui2qQfOvRyqBy4IKLKKAwdMpWb2lHXWk9Wb4Z6AmaUT1Pg==}
+ engines: {node: '>=12'}
css-has-pseudo@7.0.3:
resolution: {integrity: sha512-oG+vKuGyqe/xvEMoxAQrhi7uY16deJR3i7wwhBerVrGQKSqUC5GiOVxTpM9F9B9hw0J+eKeOWLH7E9gZ1Dr5rA==}
@@ -6473,8 +6809,8 @@ packages:
resolution: {integrity: sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==}
engines: {node: '>= 6'}
- cssdb@8.7.0:
- resolution: {integrity: sha512-UxiWVpV953ENHqAKjKRPZHNDfRo3uOymvO5Ef7MFCWlenaohkYj7PTO7WCBdjZm8z/aDZd6rXyUIlwZ0AjyFSg==}
+ cssdb@8.7.1:
+ resolution: {integrity: sha512-+F6LKx48RrdGOtE4DT5jz7Uo+VeyKXpK797FAevIkzjV8bMHz6xTO5F7gNDcRCHmPgD5jj2g6QCsY9zmVrh38A==}
cssesc@3.0.0:
resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==}
@@ -6743,8 +7079,8 @@ packages:
resolution: {integrity: sha512-x1VCxdX4t+8wVfd1so/9w+vQ4vx7lKd2Qp5tDRutErwmR85OgmfX7RlLRMWafRMY7hbEiXIbudNrjOAPa/hL8Q==}
engines: {node: '>=18'}
- default-browser@5.4.0:
- resolution: {integrity: sha512-XDuvSq38Hr1MdN47EDvYtx3U0MTqpCEn+F6ft8z2vYDzMrvQhVp0ui9oQdqW3MvK3vqUETglt1tVGgjLuJ5izg==}
+ default-browser@5.5.0:
+ resolution: {integrity: sha512-H9LMLr5zwIbSxrmvikGuI/5KGhZ8E2zH3stkMgM5LpOWDutGM2JZaj460Udnf1a+946zc7YBgrqEWwbk7zHvGw==}
engines: {node: '>=18'}
default-passive-events@2.0.0:
@@ -6931,8 +7267,8 @@ packages:
resolution: {integrity: sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==}
engines: {node: '>=12'}
- dotenv@17.2.3:
- resolution: {integrity: sha512-JVUnt+DUIzu87TABbhPmNfVdBDt18BLOWjMUFJMSi/Qqg7NTYtabbvSNJGOJ7afbRuv9D/lngizHtP7QyLQ+9w==}
+ dotenv@17.2.4:
+ resolution: {integrity: sha512-mudtfb4zRB4bVvdj0xRo+e6duH1csJRM8IukBqfTRvHotn9+LBXB8ynAidP9zHqoRC/fsllXgk4kCKlR21fIhw==}
engines: {node: '>=12'}
dotenv@8.6.0:
@@ -6965,11 +7301,11 @@ packages:
engines: {node: '>=0.10.0'}
hasBin: true
- electron-to-chromium@1.5.278:
- resolution: {integrity: sha512-dQ0tM1svDRQOwxnXxm+twlGTjr9Upvt8UFWAgmLsxEzFQxhbti4VwxmMjsDxVC51Zo84swW7FVCXEV+VAkhuPw==}
+ electron-to-chromium@1.5.286:
+ resolution: {integrity: sha512-9tfDXhJ4RKFNerfjdCcZfufu49vg620741MNs26a9+bhLThdB+plgMeou98CAaHu/WATj2iHOOHTp1hWtABj2A==}
- element-plus@2.13.1:
- resolution: {integrity: sha512-eG4BDBGdAsUGN6URH1PixzZb0ngdapLivIk1meghS1uEueLvQ3aljSKrCt5x6sYb6mUk8eGtzTQFgsPmLavQcA==}
+ element-plus@2.13.2:
+ resolution: {integrity: sha512-Zjzm1NnFXGhV4LYZ6Ze9skPlYi2B4KAmN18FL63A3PZcjhDfroHwhtM6RE8BonlOPHXUnPQynH0BgaoEfvhrGw==}
peerDependencies:
vue: ^3.5.27
@@ -6996,8 +7332,8 @@ packages:
encoding-sniffer@0.2.1:
resolution: {integrity: sha512-5gvq20T6vfpekVtqrYQsSCFZ1wEg5+wW0/QaZMWkFr6BqD3NfKs0rLCx4rrVlSWJeZb5NBJgVLswK/w2MWU+Gw==}
- enhanced-resolve@5.18.4:
- resolution: {integrity: sha512-LgQMM4WXU3QI+SYgEc2liRgznaD5ojbmY3sb8LxyguVkIg5FxdpTkvk72te2R38/TGKxH634oLxXRGY6d7AP+Q==}
+ enhanced-resolve@5.19.0:
+ resolution: {integrity: sha512-phv3E1Xl4tQOShqSte26C7Fl84EwUdZsyOuSSk9qtAGyyQs2s3jJzComh+Abf4g187lUUAvH+H26omrqia2aGg==}
engines: {node: '>=10.13.0'}
enquirer@2.4.1:
@@ -7023,9 +7359,9 @@ packages:
resolution: {integrity: sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==}
engines: {node: '>=6'}
- env-paths@3.0.0:
- resolution: {integrity: sha512-dtJUTepzMW3Lm/NPxRf3wP4642UWhjL2sQxc+ym2YMj1m/H2zDNQOlezafzkHwn6sMstjHTwG6iQQsctDW/b1A==}
- engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
+ env-paths@4.0.0:
+ resolution: {integrity: sha512-pxP8eL2SwwaTRi/KHYwLYXinDs7gL3jxFcBYmEdYfZmZXbaVDvdppd0XBU8qVz03rDfKZMXg1omHCbsJjZrMsw==}
+ engines: {node: '>=20'}
environment@1.1.0:
resolution: {integrity: sha512-xUtoPkMggbz0MPyPiIWr1Kp4aeWJjDZ6SMvURhimjdZgsRuDplF5/s9hcgGhyXMhs+6vpnuoiZ2kFiu3FMnS8Q==}
@@ -7074,6 +7410,9 @@ packages:
resolution: {integrity: sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==}
engines: {node: '>= 0.4'}
+ es-toolkit@1.43.0:
+ resolution: {integrity: sha512-SKCT8AsWvYzBBuUqMk4NPwFlSdqLpJwmy6AP322ERn8W2YLIB6JBXnwMI2Qsh2gfphT3q7EKAxKb23cvFHFwKA==}
+
es-toolkit@1.44.0:
resolution: {integrity: sha512-6penXeZalaV88MM3cGkFZZfOoLGWshWWfdy0tWw/RlVVyhvMaWSBTOvXNeiW3e5FwdS5ePW0LGEu17zT139ktg==}
@@ -7122,8 +7461,8 @@ packages:
peerDependencies:
eslint: '>=6.0.0'
- eslint-config-turbo@2.7.6:
- resolution: {integrity: sha512-fDkYf9y8okB7pdleZVZPw8ryte0Ry+sn9g3IRzAq8t6LjSyTJhGhyHu5p2TUC04l0zlO6BOHkLzhRtJgWgEXNg==}
+ eslint-config-turbo@2.8.5:
+ resolution: {integrity: sha512-H4A/Upj+s7lD/HQlwZyryjss149U5XYKmheXHFtorMyEFzuVbZD1JN4o7ZPoBFX7khgGT1vDHla6YIKLN6JHJA==}
peerDependencies:
eslint: '>6.6.0'
turbo: '>2.0.0'
@@ -7184,8 +7523,8 @@ packages:
peerDependencies:
eslint: ^7.0.0 || ^8.0.0 || ^9.0.0
- eslint-plugin-jsonc@2.21.0:
- resolution: {integrity: sha512-HttlxdNG5ly3YjP1cFMP62R4qKLxJURfBZo2gnMY+yQojZxkLyOpY1H1KRTKBmvQeSG9pIpSGEhDjE17vvYosg==}
+ eslint-plugin-jsonc@2.21.1:
+ resolution: {integrity: sha512-dbNR5iEnQeORwsK2WZzr3QaMtFCY3kKJVMRHPzUpKzMhmVy2zIpVgFDpX8MNoIdoqz6KCpCfOJavhfiSbZbN+w==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: '>=6.0.0'
@@ -7231,8 +7570,8 @@ packages:
peerDependencies:
eslint: '>=8.44.0'
- eslint-plugin-turbo@2.7.6:
- resolution: {integrity: sha512-CX82qraT0f8/DCGLzGsnbJQq1yjkA7ji17o1yi6FY+6ZJ0hVlTEXrKoVcbKfvdgzgVGGUePmWGjrFp71C4fHuA==}
+ eslint-plugin-turbo@2.8.5:
+ resolution: {integrity: sha512-6PaUEaIuh6absmV0v69dSvh//p1rcNiOtK1KXqYXqp8DUP57Jif6uQF0qxziV5XnyNu+A9Viytq8mAyj64kryg==}
peerDependencies:
eslint: '>6.6.0'
turbo: '>2.0.0'
@@ -7243,11 +7582,11 @@ packages:
peerDependencies:
eslint: '>=9.38.0'
- eslint-plugin-unused-imports@4.3.0:
- resolution: {integrity: sha512-ZFBmXMGBYfHttdRtOG9nFFpmUvMtbHSjsKrS20vdWdbfiVYsO3yA2SGYy9i9XmZJDfMGBflZGBCm70SEnFQtOA==}
+ eslint-plugin-unused-imports@4.4.1:
+ resolution: {integrity: sha512-oZGYUz1X3sRMGUB+0cZyK2VcvRX5lm/vB56PgNNcU+7ficUCKm66oZWKUubXWnOuPjQ8PvmXtCViXBMONPe7tQ==}
peerDependencies:
'@typescript-eslint/eslint-plugin': ^8.0.0-0 || ^7.0.0 || ^6.0.0 || ^5.0.0
- eslint: ^9.0.0 || ^8.0.0
+ eslint: ^10.0.0 || ^9.0.0 || ^8.0.0
peerDependenciesMeta:
'@typescript-eslint/eslint-plugin':
optional: true
@@ -7335,8 +7674,8 @@ packages:
resolution: {integrity: sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==}
engines: {node: '>=0.10'}
- esrap@2.2.2:
- resolution: {integrity: sha512-zA6497ha+qKvoWIK+WM9NAh5ni17sKZKhbS5B3PoYbBvaYHZWoS33zmFybmyqpn07RLUxSmn+RCls2/XF+d0oQ==}
+ esrap@2.2.3:
+ resolution: {integrity: sha512-8fOS+GIGCQZl/ZIlhl59htOlms6U8NvX6ZYgYHpRU/b6tVSh3uHkOHZikl3D4cMbYM0JlpBe+p/BkZEi8J9XIQ==}
esrecurse@4.3.0:
resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==}
@@ -7456,11 +7795,8 @@ packages:
picomatch:
optional: true
- feelers@1.4.0:
- resolution: {integrity: sha512-CGa/7ILuqoqTaeYeoKsg/4tzu2es9sEEJTmSjdu0lousZBw4V9gcYhHYFNmbrSrKmbAVfOzj6/DsymGJWFIOeg==}
-
- feelin@3.2.0:
- resolution: {integrity: sha512-GFDbHsTYk7YXO1tyw1dOjb7IODeAZvNIosdGZThUwPx5XcD/XhO0hnPZXsIbAzSsIdrgGlTEEdby9fZ2gixysA==}
+ feelers@1.5.1:
+ resolution: {integrity: sha512-LKIAqtScSfy55Tw62DhBcxIT3k2XnppzWrkmGfsbdad0a+TxMfaLF1CSYhoVRF5FvPAUXvor1Ux/75wtBaDYpA==}
fetch-blob@3.2.0:
resolution: {integrity: sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==}
@@ -7656,8 +7992,8 @@ packages:
resolution: {integrity: sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==}
engines: {node: '>= 0.4'}
- get-tsconfig@4.13.0:
- resolution: {integrity: sha512-1VKTZJCwBrvbd+Wn3AOgQP/2Av+TfTCOlE4AcRJE72W1ksZXbAx8PPBR9RzgTeSPzlPMHrbANMH3LbltH73wxQ==}
+ get-tsconfig@4.13.6:
+ resolution: {integrity: sha512-shZT/QMiSHc/YBLxxOkMtgSid5HFoauqCE3/exfsEcwg1WkeqjG+V40yBbBrsD+jW2HDXcs28xOfcbm2jI8Ddw==}
giget@2.0.0:
resolution: {integrity: sha512-L5bGsVkxJbJgdnwyuheIunkGatUF/zssUoxxjACCseZYAVbaqdh9Tsmmlkl8vYan09H7sbvKt4pS8GqKLBrEzA==}
@@ -7676,8 +8012,8 @@ packages:
resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==}
engines: {node: '>=10.13.0'}
- glob@10.5.0:
- resolution: {integrity: sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==}
+ glob@10.4.5:
+ resolution: {integrity: sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==}
hasBin: true
glob@11.1.0:
@@ -7685,8 +8021,8 @@ packages:
engines: {node: 20 || >=22}
hasBin: true
- glob@13.0.0:
- resolution: {integrity: sha512-tvZgpqk6fz4BaNZ66ZsRaZnbHvP/jG3uKJvAZOwEVUL4RTA5nJeeLYfyN9/VA8NX/V3IBG+hkeuGpKjvELkVhA==}
+ glob@13.0.2:
+ resolution: {integrity: sha512-035InabNu/c1lW0tzPhAgapKctblppqsKKG9ZaNzbr+gXwWMjXoiyGSyB9sArzrjG7jY+zntRq5ZSUYemrnWVQ==}
engines: {node: 20 || >=22}
global-directory@4.0.1:
@@ -7840,8 +8176,8 @@ packages:
hookable@5.5.3:
resolution: {integrity: sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==}
- hookified@1.15.0:
- resolution: {integrity: sha512-51w+ZZGt7Zw5q7rM3nC4t3aLn/xvKDETsXqMczndvwyVQhAHfUmUuFBRFcos8Iyebtk7OAE9dL26wFNzZVVOkw==}
+ hookified@1.15.1:
+ resolution: {integrity: sha512-MvG/clsADq1GPM2KGo2nyfaWVyn9naPiXrqIe4jYjXNZQt238kWyOGrsyc/DmRAQ+Re6yeo6yX/yoNCG5KAEVg==}
htm@3.1.1:
resolution: {integrity: sha512-983Vyg8NwUE7JkZ6NmOqpCZ+sh1bKv2iYTlUkzlWmA5JD2acKoxd4KVxbMmxX/85mtfdnDmTFoNKcg5DGAvxNQ==}
@@ -7913,6 +8249,10 @@ packages:
ids@1.0.5:
resolution: {integrity: sha512-XQ0yom/4KWTL29sLG+tyuycy7UmeaM/79GRtSJq6IG9cJGIPeBz5kwDCguie3TwxaMNIc3WtPi0cTa1XYHicpw==}
+ ids@3.0.1:
+ resolution: {integrity: sha512-mr0zAgpgA/hzCrHB0DnoTG6xZjNC3ABs4eaksXrpVtfaDatA2SVdDb1ZPLjmKjqzp4kexQRuHXwDWQILVK8FZQ==}
+ engines: {node: '>= 20.12'}
+
ieee754@1.2.1:
resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==}
@@ -8157,6 +8497,10 @@ packages:
resolution: {integrity: sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA==}
engines: {node: '>=0.10.0'}
+ is-safe-filename@0.1.1:
+ resolution: {integrity: sha512-4SrR7AdnY11LHfDKTZY1u6Ga3RuxZdl3YKWWShO5iyuG5h8QS4GD2tOb04peBJ5I7pXbR+CGBNEhTcwK+FzN3g==}
+ engines: {node: '>=20'}
+
is-set@2.0.3:
resolution: {integrity: sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==}
engines: {node: '>= 0.4'}
@@ -8252,8 +8596,8 @@ packages:
jackspeak@3.4.3:
resolution: {integrity: sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==}
- jackspeak@4.1.1:
- resolution: {integrity: sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==}
+ jackspeak@4.2.3:
+ resolution: {integrity: sha512-ykkVRwrYvFm1nb2AJfKKYPr0emF6IiXDYUaFx4Zn9ZuIH7MrzEZ3sD5RlqGXNRpHtvUHJyOnCEFxOlNDtGo7wg==}
engines: {node: 20 || >=22}
jake@10.9.4:
@@ -8397,58 +8741,58 @@ packages:
resolution: {integrity: sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==}
engines: {node: '>= 0.6.3'}
- lefthook-darwin-arm64@2.0.15:
- resolution: {integrity: sha512-ygAqG/NzOgY9bEiqeQtiOmCRTtp9AmOd3eyrpEaSrRB9V9f3RHRgWDrWbde9BiHSsCzcbeY9/X2NuKZ69eUsNA==}
+ lefthook-darwin-arm64@2.1.0:
+ resolution: {integrity: sha512-u2hjHLQXWSFfzO7ln2n/uEydSzfC9sc5cDC7tvKSuOdhvBwaJ0AQ7ZeuqqCQ4YfVIJfYOom1SVE9CBd10FVyig==}
cpu: [arm64]
os: [darwin]
- lefthook-darwin-x64@2.0.15:
- resolution: {integrity: sha512-3wA30CzdSL5MFKD6dk7v8BMq7ScWQivpLbmIn3Pv67AaBavN57N/hcdGqOFnDDFI5WazVwDY7UqDfMIk5HZjEA==}
+ lefthook-darwin-x64@2.1.0:
+ resolution: {integrity: sha512-zz5rcyrtOZpxon7uE+c0KC/o2ypJeLZql5CL0Y9oaTuECbmhfokm8glsGnyWstW/++PuMpZYYr/qsCJA5elxkQ==}
cpu: [x64]
os: [darwin]
- lefthook-freebsd-arm64@2.0.15:
- resolution: {integrity: sha512-FbYBBLVbX8BjdO+icN1t/pC3TOW3FAvTKv/zggBKNihv6jHNn/3s/0j2xIS0k0Pw9oOE7MVmEni3qp2j5vqHrQ==}
+ lefthook-freebsd-arm64@2.1.0:
+ resolution: {integrity: sha512-+mXNCNuFHNGYLrDqYWDeHH7kWCLCJFPpspx5PAAm+PD37PRMZJrTqDbaNK9qCghC1tdmT4/Lvilf/ewXHPlaKw==}
cpu: [arm64]
os: [freebsd]
- lefthook-freebsd-x64@2.0.15:
- resolution: {integrity: sha512-udHMjh1E8TfC0Z7Y249XZMATJOyj1Jxlj9JoEinkoBvAsePFKDEQg5teuXuTGhjsHYpqVekfSvLNNfHKUUbbjw==}
+ lefthook-freebsd-x64@2.1.0:
+ resolution: {integrity: sha512-+AU2HD7szuDsUdHue/E3OnF84B2ae/h7CGKpuIUHJntgoJ4kxf89oDvq2/xl8kDCn9cT76UUjgeZUgFYLRj+6Q==}
cpu: [x64]
os: [freebsd]
- lefthook-linux-arm64@2.0.15:
- resolution: {integrity: sha512-1HAPmdYhfcOlubv63sTnWtW2rFuC+kT1MvC3JvdrS5V6zrOImbBSnYZMJX/Dd3w4pm0x2ZJb9T+uef8a0jUQkg==}
+ lefthook-linux-arm64@2.1.0:
+ resolution: {integrity: sha512-KM70eV1tsEib1/tk+3TFxIdH84EaYlIg5KTQWAg+LB1N23nTQ7lL4Dnh1je6f6KW4tf21nmoMUqsh0xvMkQk8Q==}
cpu: [arm64]
os: [linux]
- lefthook-linux-x64@2.0.15:
- resolution: {integrity: sha512-Pho87mlNFH47zc4fPKzQSp8q9sWfIFW/KMMZfx/HZNmX25aUUTOqMyRwaXxtdAo/hNJ9FX4JeuZWq9Y3iyM5VA==}
+ lefthook-linux-x64@2.1.0:
+ resolution: {integrity: sha512-6Bxmv+l7LiYq9W0IE6v2lmlRtBp6pisnlzhcouMGvH3rDwEGw11NAyRJZA3IPGEMAkIuhnlnVTUwAUzKomfJLg==}
cpu: [x64]
os: [linux]
- lefthook-openbsd-arm64@2.0.15:
- resolution: {integrity: sha512-pet03Edlj1QeFUgxcIK1xu8CeZA+ejYplvPgdfe//69+vQFGSDaEx3H2mVx8RqzWfmMbijM2/WfkZXR2EVw3bw==}
+ lefthook-openbsd-arm64@2.1.0:
+ resolution: {integrity: sha512-ppJNK0bBSPLC8gqksRw5zI/0uLeMA5cK+hmZ4ofcuGNmdrN1dfl2Tx84fdeef0NcQY0ii9Y3j3icIKngIoid/g==}
cpu: [arm64]
os: [openbsd]
- lefthook-openbsd-x64@2.0.15:
- resolution: {integrity: sha512-i+a364CcSAeIO5wQzLMHsthHt/v6n3XwhKmRq/VBzPOUv9KutNeF55yCE/6lvuvzwxpdEfBjh6cXPERC0yp98w==}
+ lefthook-openbsd-x64@2.1.0:
+ resolution: {integrity: sha512-8k9lQsMYqQGu4spaQ8RNSOJidxIcOyfaoF2FPZhthtBfRV3cgVFGrsQ0hbIi5pvQRGUlCqYuCN79qauXHmnL3Q==}
cpu: [x64]
os: [openbsd]
- lefthook-windows-arm64@2.0.15:
- resolution: {integrity: sha512-69u5GdVOT4QIxc2TK5ce0cTXLzwB55Pk9ZnnJNFf1XsyZTGcg9bUWYYTyD12CIIXbVTa0RVXIIrbU9UgP8O1AQ==}
+ lefthook-windows-arm64@2.1.0:
+ resolution: {integrity: sha512-0WN+grrxt9zP9NGRcztoPXcz25tteem91rfLWgQFab+50csJ47zldlsB7/eOS/eHG5mUg5g5NPR4XefnXtjOcQ==}
cpu: [arm64]
os: [win32]
- lefthook-windows-x64@2.0.15:
- resolution: {integrity: sha512-/zYEndCUgj8XK+4wvLYLRk3AcfKU6zWf2GHx+tcZ4K2bLaQdej4m+OqmQsVpUlF8N2tN9hfwlj1D50uz75LUuQ==}
+ lefthook-windows-x64@2.1.0:
+ resolution: {integrity: sha512-XbO/5nAZQLpUn0tPpgCYfFBFJHnymSglQ73jD6wymNrR1j8I5EcXGlP6YcLhnZ83yzsdLC+gup+N6IqUeiyRdw==}
cpu: [x64]
os: [win32]
- lefthook@2.0.15:
- resolution: {integrity: sha512-sl5rePO6UUOLKp6Ci+MMKOc86zicBaPUCvSw2Cq4gCAgTmxpxhIjhz7LOu2ObYerVRPpTq3gvzPTjI71UotjnA==}
+ lefthook@2.1.0:
+ resolution: {integrity: sha512-+vS+yywGQW6CN1J1hbGkez//6ixGHIQqfxDN/d3JDm531w9GfGt2lAWTDfZTw/CEl80XsN0raFcnEraR3ldw9g==}
hasBin: true
less@4.5.1:
@@ -8464,9 +8808,6 @@ packages:
resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==}
engines: {node: '>= 0.8.0'}
- lezer-feel@1.9.0:
- resolution: {integrity: sha512-x8z6pCih3I3BOq3kBbhw6VUOU9Sg61PBJ1nigTgDl1yM5f0OPzEjK7GRJXutrSJDiUK8zwgqBvUJFlSfGLNZUg==}
-
lilconfig@3.1.3:
resolution: {integrity: sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==}
engines: {node: '>=14'}
@@ -8589,8 +8930,8 @@ packages:
lru-cache@10.4.3:
resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==}
- lru-cache@11.2.5:
- resolution: {integrity: sha512-vFrFJkWtJvJnD5hg+hJvVE8Lh/TcMzKnTgCWmtBipwI5yLX/iX+5UB2tfuyODF5E7k9xEzMdYgGqaSb1c0c5Yw==}
+ lru-cache@11.2.6:
+ resolution: {integrity: sha512-ESL2CrkS/2wTPfuend7Zhkzo2u0daGJ/A2VucJOgQ/C48S/zB8MMeMHSGKYpXhIjbPxfuezITkaBH1wqv00DDQ==}
engines: {node: 20 || >=22}
lru-cache@5.1.1:
@@ -8622,8 +8963,8 @@ packages:
magic-string@0.30.21:
resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==}
- magicast@0.5.1:
- resolution: {integrity: sha512-xrHS24IxaLrvuo613F719wvOIv9xPHFWQHuvGUBmPnCA/3MQxKI3b+r7n1jAoDHmsbC5bRhTZYR77invLAxVnw==}
+ magicast@0.5.2:
+ resolution: {integrity: sha512-E3ZJh4J3S9KfwdjZhe2afj6R9lGIN5Pher1pF39UGrXRqq/VDaGVIGN13BjHd2u8B61hArAGOnso7nBOouW3TQ==}
make-dir@2.1.0:
resolution: {integrity: sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==}
@@ -8680,8 +9021,8 @@ packages:
mdn-data@2.12.2:
resolution: {integrity: sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==}
- mdn-data@2.26.0:
- resolution: {integrity: sha512-ZqI0qjKWHMPcGUfLmlr80NPNVHIOjPMHtIOe1qXYFGS0YBZ1YKAzo9yk8W+gGrLCN0Xdv/RKxqdIsqPakEfmow==}
+ mdn-data@2.27.0:
+ resolution: {integrity: sha512-/pUmP9UebM48q5BTqZd0yPnDjyRGhITbKh8cwa6/ZwjuDu8xq+VzmugLF7QNxpdaqqNH3J5nnv3yc8oARv096A==}
mdurl@2.0.0:
resolution: {integrity: sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==}
@@ -8775,12 +9116,8 @@ packages:
min-dom@5.2.0:
resolution: {integrity: sha512-shfMH1tFbZCVSx3ECaQV1aGu8fYmGnXEWuItudWRd31DpVJzmVKXFH/Aqgf7YjOmZRgRH5BJafk16oeSbohJDg==}
- minimatch@10.0.3:
- resolution: {integrity: sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==}
- engines: {node: 20 || >=22}
-
- minimatch@10.1.1:
- resolution: {integrity: sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==}
+ minimatch@10.1.2:
+ resolution: {integrity: sha512-fu656aJ0n2kcXwsnwnv9g24tkU5uSmOlTjd6WyyaKm2Z+h1qmY6bAjrcaIxF/BslFqbZ8UBtbJi7KgQOZD2PTw==}
engines: {node: 20 || >=22}
minimatch@3.1.2:
@@ -9025,8 +9362,8 @@ packages:
nth-check@2.1.1:
resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==}
- nypm@0.6.4:
- resolution: {integrity: sha512-1TvCKjZyyklN+JJj2TS3P4uSQEInrM/HkkuSXsEzm1ApPgBffOn8gFguNnZf07r/1X6vlryfIqMUkJKQMzlZiw==}
+ nypm@0.6.5:
+ resolution: {integrity: sha512-K6AJy1GMVyfyMXRVB88700BJqNUkByijGJM8kEHpLdcAt+vSQAVfkWWHYzuRXHSY6xA2sNc5RjTj0p9rE2izVQ==}
engines: {node: '>=18'}
hasBin: true
@@ -9328,13 +9665,13 @@ packages:
pkg-types@2.3.0:
resolution: {integrity: sha512-SIqCzDRg0s9npO5XQ3tNZioRY1uK06lA41ynBC1YmFTmnY6FjUjVt6s4LoADmwoig1qqD0oK8h1p/8mlMx8Oig==}
- playwright-core@1.58.0:
- resolution: {integrity: sha512-aaoB1RWrdNi3//rOeKuMiS65UCcgOVljU46At6eFcOFPFHWtd2weHRRow6z/n+Lec0Lvu0k9ZPKJSjPugikirw==}
+ playwright-core@1.58.2:
+ resolution: {integrity: sha512-yZkEtftgwS8CsfYo7nm0KE8jsvm6i/PTgVtB8DL726wNf6H2IMsDuxCpJj59KDaxCtSnrWan2AeDqM7JBaultg==}
engines: {node: '>=18'}
hasBin: true
- playwright@1.58.0:
- resolution: {integrity: sha512-2SVA0sbPktiIY/MCOPX8e86ehA/e+tDNq+e5Y8qjKYti2Z/JG7xnronT/TXTIkKbYGWlCbuucZ6dziEgkoEjQQ==}
+ playwright@1.58.2:
+ resolution: {integrity: sha512-vA30H8Nvkq/cPBnNw4Q8TWz1EJyqgpuinBcHET0YVJVFldr8JDNiU9LaWAE1KqSkRYazuaBhTpB5ZzShOezQ6A==}
engines: {node: '>=18'}
hasBin: true
@@ -9785,8 +10122,8 @@ packages:
resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==}
engines: {node: ^10 || ^12 || >=14}
- preact@10.28.2:
- resolution: {integrity: sha512-lbteaWGzGHdlIuiJ0l2Jq454m6kcpI1zNje6d8MlGAFlYvP2GO4ibnat7P74Esfz4sPTdM6UxtTwh/d3pwM9JA==}
+ preact@10.28.3:
+ resolution: {integrity: sha512-tCmoRkPQLpBeWzpmbhryairGnhW9tKV6c6gr/w+RhoRoKEJwsjzipwp//1oCpGPOchvSLaAPlpcJi9MwMmoPyA==}
prelude-ls@1.2.1:
resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
@@ -9952,6 +10289,9 @@ packages:
rc9@2.1.2:
resolution: {integrity: sha512-btXCnMmRIBINM2LDZoEmOogIZU7Qe7zn4BpomSKZ/ykbLObuBdvG+mFq11DL6fjH1DRwHhrlgtYWG96bJiC7Cg==}
+ rc9@3.0.0:
+ resolution: {integrity: sha512-MGOue0VqscKWQ104udASX/3GYDcKyPI4j4F8gu/jHHzglpmy9a/anZK3PNe8ug6aZFl+9GxLtdhe3kVZuMaQbA==}
+
rc@1.2.8:
resolution: {integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==}
hasBin: true
@@ -10052,8 +10392,8 @@ packages:
resolution: {integrity: sha512-NZQZdC5wOE/H3UT28fVGL+ikOZcEzfMGk/c3iN9UGxzWHMa1op7274oyiUVrAG4B2EuFhus8SvkaYnhvW92p9Q==}
hasBin: true
- reka-ui@2.7.0:
- resolution: {integrity: sha512-m+XmxQN2xtFzBP3OAdIafKq7C8OETo2fqfxcIIxYmNN2Ch3r5oAf6yEYCIJg5tL/yJU2mHqF70dCCekUkrAnXA==}
+ reka-ui@2.8.0:
+ resolution: {integrity: sha512-N4JOyIrmDE7w2i06WytqcV2QICubtS2PsK5Uo8FIMAgmO13KhUAgAByP26cXjjm2oF/w7rTyRs8YaqtvaBT+SA==}
peerDependencies:
vue: ^3.5.27
@@ -10175,8 +10515,8 @@ packages:
engines: {node: '>=10.0.0'}
hasBin: true
- rollup@4.56.0:
- resolution: {integrity: sha512-9FwVqlgUHzbXtDg9RCMgodF3Ua4Na6Gau+Sdt9vyCN4RhHfVKX2DCHy3BjMLTDd47ITDhYAnTwGulWTblJSDLg==}
+ rollup@4.57.1:
+ resolution: {integrity: sha512-oQL6lgK3e2QZeQ7gcgIkS2YZPg5slw37hYufJ3edKlfQSGGm8ICoxswK15ntSzF/a8+h7ekRy7k7oWc3BQ7y8A==}
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
hasBin: true
@@ -10240,6 +10580,9 @@ packages:
scroll-into-view-if-needed@2.2.31:
resolution: {integrity: sha512-dGCXy99wZQivjmjIqihaBQNjryrz5rueJY7eHfTdyWEiR4ttYpsajb14rn9s5d4DY4EcY6+4+U/maARBXJedkA==}
+ scroll-into-view-if-needed@3.1.0:
+ resolution: {integrity: sha512-49oNpRjWRvnU8NyGVmUaYG4jtTkNonFZI86MmGRDqBphEK2EXT9gdEUoQPZhuBM8yWHxCWbobltqYO5M4XrUvQ==}
+
scslre@0.3.0:
resolution: {integrity: sha512-3A6sD0WYP7+QrjbfNA2FN3FsOaGGFoekCVgTyypy53gPxhbkCIjtO6YWgdrfM+n/8sI8JeXZOIxsHjMTNxQ4nQ==}
engines: {node: ^14.0.0 || >=16.0.0}
@@ -10280,8 +10623,8 @@ packages:
engines: {node: '>=10'}
hasBin: true
- semver@7.7.3:
- resolution: {integrity: sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==}
+ semver@7.7.4:
+ resolution: {integrity: sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==}
engines: {node: '>=10'}
hasBin: true
@@ -10454,8 +10797,8 @@ packages:
sprintf-js@1.0.3:
resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==}
- ssri@13.0.0:
- resolution: {integrity: sha512-yizwGBpbCn4YomB2lzhZqrHLJoqFGXihNbib3ozhqF/cIp5ue+xSmOQrjNasEE62hFxsCcg/V/z23t4n8jMEng==}
+ ssri@13.0.1:
+ resolution: {integrity: sha512-QUiRf1+u9wPTL/76GTYlKttDEBWV1ga9ZXW8BG6kfdeyyM8LGPix9gROyg9V2+P0xNyF3X2Go526xKFdMZrHSQ==}
engines: {node: ^20.17.0 || >=22.9.0}
stable-hash-x@0.2.0:
@@ -10613,8 +10956,8 @@ packages:
postcss-html: ^1.0.0
stylelint: '>=14.0.0'
- stylelint-config-recess-order@7.6.0:
- resolution: {integrity: sha512-c3LXX4a8UEtrMD/KigK4I7LFexbM2p/eSTqnix5dmmvydEqX3dzrRt981h8giSEhA51vxdCEefQc3umH60i2bA==}
+ stylelint-config-recess-order@7.6.1:
+ resolution: {integrity: sha512-ac0H/Iy2chh1YBADrua87G+nJCmG/SdG7gjnoLvtfpN0D+RuNfuADawfbCKvm0LMp5hvuRFNkJsu6xNoLM5ToA==}
peerDependencies:
stylelint: ^16.18.0 || ^17.0.0
stylelint-order: ^7.0.0
@@ -10704,12 +11047,12 @@ packages:
resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==}
engines: {node: '>= 0.4'}
- svelte@5.48.2:
- resolution: {integrity: sha512-VPWD+UyoSFZ7Nxix5K/F8yWiKWOiROkLlWYXOZReE0TUycw+58YWB3D6lAKT+57xmN99wRX4H3oZmw0NPy7y3Q==}
+ svelte@5.50.1:
+ resolution: {integrity: sha512-/Jlom4ddkISyVHXpM2O5dXP9pYnaiFrVQzPbIL1/pEoOa77ZunCb6nDgUCTNCQ/X3t64z9ukrK6R+BbB3kPR3A==}
engines: {node: '>=18'}
- sver@1.8.4:
- resolution: {integrity: sha512-71o1zfzyawLfIWBOmw8brleKyvnbn73oVHNCsu51uPMz/HWiKkkXsI31JjHW5zqXEqnPYkIiHd8ZmL7FCimLEA==}
+ sver@2.0.1:
+ resolution: {integrity: sha512-zqIx4tK5+gR8xE8VgLNr+IA0mqKDgMNdsfX86DTfNNnVKyuVUhjGdz6KA0rO3q445WUfGpEeJym1m3Xym7ot6w==}
svg-tags@1.0.0:
resolution: {integrity: sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==}
@@ -10738,8 +11081,8 @@ packages:
resolution: {integrity: sha512-yEFYrVhod+hdNyx7g5Bnkkb0G6si8HJurOoOEgC8B/O0uXLHlaey/65KRv6cuWBNhBgHKAROVpc7QyYqE5gFng==}
engines: {node: '>=20'}
- tailwind-merge@2.6.0:
- resolution: {integrity: sha512-P+Vu1qXfzediirmHOC3xKGAYeZtPcV9g76X+xg2FD4tYgR71ewMA35Y3sCz3zhiN/dwefRpJX0yBcgwi1fXNQA==}
+ tailwind-merge@2.6.1:
+ resolution: {integrity: sha512-Oo6tHdpZsGpkKG88HJ8RR1rg/RdnEkQEfMoEk2x1XRI3F1AxeU+ijRXpiVUF4UbLfcxxRGw6TbUINKYdWVsQTQ==}
tailwindcss-animate@1.0.7:
resolution: {integrity: sha512-bl6mpH3T7I3UFxuvDEXLxy/VuFxBk5bbzplh7tXI68mwMokNYd1t9qPBHlnyTwfa4JGC4zP516I1hYYtQ/vspA==}
@@ -10758,8 +11101,8 @@ packages:
tar-stream@3.1.7:
resolution: {integrity: sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==}
- tar@7.5.6:
- resolution: {integrity: sha512-xqUeu2JAIJpXyvskvU3uvQW8PAmHrtXp2KDuMJwQqW8Sqq0CaZBAQ+dKS3RBXVhU4wC5NjAdKrmh84241gO9cA==}
+ tar@7.5.7:
+ resolution: {integrity: sha512-fov56fJiRuThVFXD6o6/Q354S7pnWMJIVlDBYijsTNx6jKSE4pvrDTs6lUnmGvNyfJwFQQwWy3owKz1ucIhveQ==}
engines: {node: '>=18'}
tdesign-icons-vue-next@0.4.2:
@@ -10767,8 +11110,8 @@ packages:
peerDependencies:
vue: ^3.5.27
- tdesign-vue-next@1.18.0:
- resolution: {integrity: sha512-JSLb82fXAsO0FXFuMBCiLDSIvUlqG2bZ1CkWOLYfE4IFyPQ2hwjTxTsJRugVoLRYBuhiIKprhmoucZ4tlgWrGg==}
+ tdesign-vue-next@1.18.2:
+ resolution: {integrity: sha512-Y7hpEHNQPft7TP0TfgZoBMcXUkILOxZRtV0es7ZFcGmsFqkOl4W2p2amYx78Id4W40VizJXzxP1HzFXRI0MYqw==}
engines: {node: '>= 18'}
peerDependencies:
vue: ^3.5.27
@@ -10912,38 +11255,38 @@ packages:
tslib@2.8.1:
resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
- turbo-darwin-64@2.7.6:
- resolution: {integrity: sha512-bYu0qnWju2Ha3EbIkPCk1SMLT3sltKh1P/Jy5FER6BmH++H5z+T5MHh3W1Xoers9rk4N1VdKvog9FO1pxQyjhw==}
+ turbo-darwin-64@2.8.5:
+ resolution: {integrity: sha512-3wngnZrjRh6nXjNFURY9yKV7ysTF2gibpzkQjo4/c4eWjGt39q5p/A/wpxpnVBzyT1/auaPuzxJA98Sv1ZCOJg==}
cpu: [x64]
os: [darwin]
- turbo-darwin-arm64@2.7.6:
- resolution: {integrity: sha512-KCxTf3Y1hgNLYIWRLw8bwH8Zie9RyCGoxAlXYsCBI/YNqBSR+ZZK9KYzFxAqDaVaNvTwLFv3rJRGsXOFWg4+Uw==}
+ turbo-darwin-arm64@2.8.5:
+ resolution: {integrity: sha512-QAFH6X9h8M4G8uTVRBQFw6EN0LmvYYyNEA2EKJOEogyeULSUA04M+FzYuSScl6uS9P78fzOCC0hhzk/Eqo4GQg==}
cpu: [arm64]
os: [darwin]
- turbo-linux-64@2.7.6:
- resolution: {integrity: sha512-vjoU8zIfNgvJR3cMitgw7inEoi6bmuVuFawDl5yKtxjAEhDktFdRBpGS3WojD4l3BklBbIK689ssXcGf21LxRA==}
+ turbo-linux-64@2.8.5:
+ resolution: {integrity: sha512-o01d5g3CZWavW6vP0KD8wJwdqoHaLuOAb3PvuWY95JEcyPRAKGKNxsTW2xNifY4UYENwSVktFZXZlIO2qnrEmg==}
cpu: [x64]
os: [linux]
- turbo-linux-arm64@2.7.6:
- resolution: {integrity: sha512-TcMpBvTqZf+1DptrVYLbZls7WY1UVNDTGaf0bo7/GCgWYv5eZHCVo4Td7kCJeDU4glbXg67REX0md0S0V6ghMg==}
+ turbo-linux-arm64@2.8.5:
+ resolution: {integrity: sha512-YSNVEUeFVGsA2pmPOokiximJOhKQnrg/M7JlJZzefjmp+j4Raj7YqLwK8pQRbAO4XDoojkf4tvmy+mRVW9O0gQ==}
cpu: [arm64]
os: [linux]
- turbo-windows-64@2.7.6:
- resolution: {integrity: sha512-1/MhkYldiihjneY8QnnDMbAkHXn/udTWSVYS94EMlkE9AShozsLTTOT1gDOpX06EfEW5njP09suhMvxbvwuwpQ==}
+ turbo-windows-64@2.8.5:
+ resolution: {integrity: sha512-X0MMT+IwWS+veX8h9/SO3+gkorcuGi0nu8CIg0kBhaqbC6Me0tChvHYQpkXj/+5qG5oFpjgkCSCip4/KYesZtg==}
cpu: [x64]
os: [win32]
- turbo-windows-arm64@2.7.6:
- resolution: {integrity: sha512-0wDVnUJLFAWm4ZzOQFDkbyyUqaszorTGf3Rdc22IRIyJTTLd6ajqdb+cWD89UZ1RKr953+PZR1gqgWQY4PDuhA==}
+ turbo-windows-arm64@2.8.5:
+ resolution: {integrity: sha512-YBHZ1a0y8J0ITKv4TgujMFk04y84KimPDg8Br2lQaywrj3i2eRXLVuxhPi0Sqw+QuoqBVNKsHigxShA/w+rLLQ==}
cpu: [arm64]
os: [win32]
- turbo@2.7.6:
- resolution: {integrity: sha512-PO9AvJLEsNLO+EYhF4zB+v10hOjsJe5kJW+S6tTbRv+TW7gf1Qer4mfjP9h3/y9h8ZiPvOrenxnEgDtFgaM5zw==}
+ turbo@2.8.5:
+ resolution: {integrity: sha512-pUhV1czFZNGOwnwCLaO727uSDH4botIrhOb/AAFqzfi3x4eeRZoOcAjoidnXD/dwCAw0HJf3+Sy4c2e8SlQKxQ==}
hasBin: true
type-check@0.4.0:
@@ -10958,8 +11301,8 @@ packages:
resolution: {integrity: sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==}
engines: {node: '>=16'}
- type-fest@5.4.1:
- resolution: {integrity: sha512-xygQcmneDyzsEuKZrFbRMne5HDqMs++aFzefrJTgEIKjQ3rekM+RPfFCVq2Gp1VIDqddoYeppCj4Pcb+RZW0GQ==}
+ type-fest@5.4.4:
+ resolution: {integrity: sha512-JnTrzGu+zPV3aXIUhnyWJj4z/wigMsdYajGLIYakqyOW1nPllzXEJee0QQbHj+CTIQtXGlAjuK0UY+2xTyjVAw==}
engines: {node: '>=20'}
typed-array-buffer@1.0.3:
@@ -11019,8 +11362,8 @@ packages:
undici-types@7.16.0:
resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==}
- undici@7.19.1:
- resolution: {integrity: sha512-Gpq0iNm5M6cQWlyHQv9MV+uOj1jWk7LpkoE5vSp/7zjb4zMdAcUD+VL5y0nH4p9EbUklq00eVIIX/XcDHzu5xg==}
+ undici@7.21.0:
+ resolution: {integrity: sha512-Hn2tCQpoDt1wv23a68Ctc8Cr/BHpUSfaPYrkajTXOS9IKpxVRx/X5m1K2YkbK2ipgZgxXSgsUinl3x+2YdSSfg==}
engines: {node: '>=20.18.1'}
unenv@2.0.0-rc.24:
@@ -11299,8 +11642,8 @@ packages:
'@vite-pwa/assets-generator':
optional: true
- vite-plugin-vue-devtools@8.0.5:
- resolution: {integrity: sha512-p619BlKFOqQXJ6uDWS1vUPQzuJOD6xJTfftj57JXBGoBD/yeQCowR7pnWcr/FEX4/HVkFbreI6w2uuGBmQOh6A==}
+ vite-plugin-vue-devtools@8.0.6:
+ resolution: {integrity: sha512-IiTCIJDb1ZliOT8fPbYXllyfgARzz1+R1r8RN9ScGIDzAB6o8bDME1a9JjrfdSJibL7i8DIPQH+pGv0U7haBeA==}
engines: {node: '>=v14.21.3'}
peerDependencies:
vite: ^6.0.0 || ^7.0.0-0
@@ -11486,8 +11829,8 @@ packages:
peerDependencies:
vue: ^3.5.27
- vue-tsc@3.2.3:
- resolution: {integrity: sha512-1RdRB7rQXGFMdpo0aXf9spVzWEPGAk7PEb/ejHQwVrcuQA/HsGiixIc3uBQeqY2YjeEEgvr2ShQewBgcN4c1Cw==}
+ vue-tsc@3.2.4:
+ resolution: {integrity: sha512-xj3YCvSLNDKt1iF9OcImWHhmYcihVu9p4b9s4PGR/qp6yhW+tZJaypGxHScRyOrdnHvaOeF+YkZOdKwbgGvp5g==}
hasBin: true
peerDependencies:
typescript: '>=5.0.0'
@@ -11506,8 +11849,8 @@ packages:
peerDependencies:
vue: ^3.5.27
- vue@3.5.27:
- resolution: {integrity: sha512-aJ/UtoEyFySPBGarREmN4z6qNKpbEguYHMmXSiOGk69czc+zhs0NF6tEFrY8TZKAl8N/LYAkd4JHVd5E/AsSmw==}
+ vue@3.5.28:
+ resolution: {integrity: sha512-BRdrNfeoccSoIZeIhyPBfvWSLFP4q8J3u8Ju8Ug5vu3LdD+yTM13Sg4sKtljxozbnuMu1NB1X5HBHRYUzFocKg==}
peerDependencies:
typescript: '*'
peerDependenciesMeta:
@@ -11524,11 +11867,11 @@ packages:
peerDependencies:
vue: ^3.5.27
- vxe-pc-ui@4.12.12:
- resolution: {integrity: sha512-jd+3iK7YV4TBF5sp8B4HuE5WjWpk3LBw4sIktHhpVO0zisK0ZldFZ1fpOnHVw/tmFKdH8OuV5lbYsVe2c+GRXA==}
+ vxe-pc-ui@4.12.36:
+ resolution: {integrity: sha512-XYTC8aQ26gXY8OZOaiB3zPCf4R29zqUqhMu8Ah7YtjPLrJSE+U5gel07vnNt7UQ78o13QBCehaf2TVlbH3cAPg==}
- vxe-table@4.17.46:
- resolution: {integrity: sha512-oD3QZ0rUQVLk04M2XXLZMlJXrhIUGls4wGxEo+ha5K0Hs3o5FGvow0s0wA6Xjm1rOMQDkc9n4PjU7xMJ/1910A==}
+ vxe-table@4.17.48:
+ resolution: {integrity: sha512-hd2j3FMA5vu3Qc3wyCavwMdsaT5uEq1GCux3eV5VKPkd/MoSdh9DIyMzmqDKh/0QnpVPsoQuIZPJi/govnw2Iw==}
w3c-keyname@2.2.8:
resolution: {integrity: sha512-dpojBhNsCNN7T82Tm7k26A6G9ML3NkhDsnw9n/eoxSRlVBB4CEtIQ/KTCLI2Fwf3ataSXRhYFkQi3SlnFwPvPQ==}
@@ -11812,117 +12155,117 @@ packages:
snapshots:
- '@algolia/abtesting@1.13.0':
+ '@algolia/abtesting@1.14.0':
dependencies:
- '@algolia/client-common': 5.47.0
- '@algolia/requester-browser-xhr': 5.47.0
- '@algolia/requester-fetch': 5.47.0
- '@algolia/requester-node-http': 5.47.0
+ '@algolia/client-common': 5.48.0
+ '@algolia/requester-browser-xhr': 5.48.0
+ '@algolia/requester-fetch': 5.48.0
+ '@algolia/requester-node-http': 5.48.0
- '@algolia/autocomplete-core@1.17.7(@algolia/client-search@5.47.0)(algoliasearch@5.47.0)(search-insights@2.17.3)':
+ '@algolia/autocomplete-core@1.17.7(@algolia/client-search@5.48.0)(algoliasearch@5.48.0)(search-insights@2.17.3)':
dependencies:
- '@algolia/autocomplete-plugin-algolia-insights': 1.17.7(@algolia/client-search@5.47.0)(algoliasearch@5.47.0)(search-insights@2.17.3)
- '@algolia/autocomplete-shared': 1.17.7(@algolia/client-search@5.47.0)(algoliasearch@5.47.0)
+ '@algolia/autocomplete-plugin-algolia-insights': 1.17.7(@algolia/client-search@5.48.0)(algoliasearch@5.48.0)(search-insights@2.17.3)
+ '@algolia/autocomplete-shared': 1.17.7(@algolia/client-search@5.48.0)(algoliasearch@5.48.0)
transitivePeerDependencies:
- '@algolia/client-search'
- algoliasearch
- search-insights
- '@algolia/autocomplete-plugin-algolia-insights@1.17.7(@algolia/client-search@5.47.0)(algoliasearch@5.47.0)(search-insights@2.17.3)':
+ '@algolia/autocomplete-plugin-algolia-insights@1.17.7(@algolia/client-search@5.48.0)(algoliasearch@5.48.0)(search-insights@2.17.3)':
dependencies:
- '@algolia/autocomplete-shared': 1.17.7(@algolia/client-search@5.47.0)(algoliasearch@5.47.0)
+ '@algolia/autocomplete-shared': 1.17.7(@algolia/client-search@5.48.0)(algoliasearch@5.48.0)
search-insights: 2.17.3
transitivePeerDependencies:
- '@algolia/client-search'
- algoliasearch
- '@algolia/autocomplete-preset-algolia@1.17.7(@algolia/client-search@5.47.0)(algoliasearch@5.47.0)':
+ '@algolia/autocomplete-preset-algolia@1.17.7(@algolia/client-search@5.48.0)(algoliasearch@5.48.0)':
dependencies:
- '@algolia/autocomplete-shared': 1.17.7(@algolia/client-search@5.47.0)(algoliasearch@5.47.0)
- '@algolia/client-search': 5.47.0
- algoliasearch: 5.47.0
+ '@algolia/autocomplete-shared': 1.17.7(@algolia/client-search@5.48.0)(algoliasearch@5.48.0)
+ '@algolia/client-search': 5.48.0
+ algoliasearch: 5.48.0
- '@algolia/autocomplete-shared@1.17.7(@algolia/client-search@5.47.0)(algoliasearch@5.47.0)':
+ '@algolia/autocomplete-shared@1.17.7(@algolia/client-search@5.48.0)(algoliasearch@5.48.0)':
dependencies:
- '@algolia/client-search': 5.47.0
- algoliasearch: 5.47.0
+ '@algolia/client-search': 5.48.0
+ algoliasearch: 5.48.0
- '@algolia/client-abtesting@5.47.0':
+ '@algolia/client-abtesting@5.48.0':
dependencies:
- '@algolia/client-common': 5.47.0
- '@algolia/requester-browser-xhr': 5.47.0
- '@algolia/requester-fetch': 5.47.0
- '@algolia/requester-node-http': 5.47.0
+ '@algolia/client-common': 5.48.0
+ '@algolia/requester-browser-xhr': 5.48.0
+ '@algolia/requester-fetch': 5.48.0
+ '@algolia/requester-node-http': 5.48.0
- '@algolia/client-analytics@5.47.0':
+ '@algolia/client-analytics@5.48.0':
dependencies:
- '@algolia/client-common': 5.47.0
- '@algolia/requester-browser-xhr': 5.47.0
- '@algolia/requester-fetch': 5.47.0
- '@algolia/requester-node-http': 5.47.0
+ '@algolia/client-common': 5.48.0
+ '@algolia/requester-browser-xhr': 5.48.0
+ '@algolia/requester-fetch': 5.48.0
+ '@algolia/requester-node-http': 5.48.0
- '@algolia/client-common@5.47.0': {}
+ '@algolia/client-common@5.48.0': {}
- '@algolia/client-insights@5.47.0':
+ '@algolia/client-insights@5.48.0':
dependencies:
- '@algolia/client-common': 5.47.0
- '@algolia/requester-browser-xhr': 5.47.0
- '@algolia/requester-fetch': 5.47.0
- '@algolia/requester-node-http': 5.47.0
+ '@algolia/client-common': 5.48.0
+ '@algolia/requester-browser-xhr': 5.48.0
+ '@algolia/requester-fetch': 5.48.0
+ '@algolia/requester-node-http': 5.48.0
- '@algolia/client-personalization@5.47.0':
+ '@algolia/client-personalization@5.48.0':
dependencies:
- '@algolia/client-common': 5.47.0
- '@algolia/requester-browser-xhr': 5.47.0
- '@algolia/requester-fetch': 5.47.0
- '@algolia/requester-node-http': 5.47.0
+ '@algolia/client-common': 5.48.0
+ '@algolia/requester-browser-xhr': 5.48.0
+ '@algolia/requester-fetch': 5.48.0
+ '@algolia/requester-node-http': 5.48.0
- '@algolia/client-query-suggestions@5.47.0':
+ '@algolia/client-query-suggestions@5.48.0':
dependencies:
- '@algolia/client-common': 5.47.0
- '@algolia/requester-browser-xhr': 5.47.0
- '@algolia/requester-fetch': 5.47.0
- '@algolia/requester-node-http': 5.47.0
+ '@algolia/client-common': 5.48.0
+ '@algolia/requester-browser-xhr': 5.48.0
+ '@algolia/requester-fetch': 5.48.0
+ '@algolia/requester-node-http': 5.48.0
- '@algolia/client-search@5.47.0':
+ '@algolia/client-search@5.48.0':
dependencies:
- '@algolia/client-common': 5.47.0
- '@algolia/requester-browser-xhr': 5.47.0
- '@algolia/requester-fetch': 5.47.0
- '@algolia/requester-node-http': 5.47.0
+ '@algolia/client-common': 5.48.0
+ '@algolia/requester-browser-xhr': 5.48.0
+ '@algolia/requester-fetch': 5.48.0
+ '@algolia/requester-node-http': 5.48.0
- '@algolia/ingestion@1.47.0':
+ '@algolia/ingestion@1.48.0':
dependencies:
- '@algolia/client-common': 5.47.0
- '@algolia/requester-browser-xhr': 5.47.0
- '@algolia/requester-fetch': 5.47.0
- '@algolia/requester-node-http': 5.47.0
+ '@algolia/client-common': 5.48.0
+ '@algolia/requester-browser-xhr': 5.48.0
+ '@algolia/requester-fetch': 5.48.0
+ '@algolia/requester-node-http': 5.48.0
- '@algolia/monitoring@1.47.0':
+ '@algolia/monitoring@1.48.0':
dependencies:
- '@algolia/client-common': 5.47.0
- '@algolia/requester-browser-xhr': 5.47.0
- '@algolia/requester-fetch': 5.47.0
- '@algolia/requester-node-http': 5.47.0
+ '@algolia/client-common': 5.48.0
+ '@algolia/requester-browser-xhr': 5.48.0
+ '@algolia/requester-fetch': 5.48.0
+ '@algolia/requester-node-http': 5.48.0
- '@algolia/recommend@5.47.0':
+ '@algolia/recommend@5.48.0':
dependencies:
- '@algolia/client-common': 5.47.0
- '@algolia/requester-browser-xhr': 5.47.0
- '@algolia/requester-fetch': 5.47.0
- '@algolia/requester-node-http': 5.47.0
+ '@algolia/client-common': 5.48.0
+ '@algolia/requester-browser-xhr': 5.48.0
+ '@algolia/requester-fetch': 5.48.0
+ '@algolia/requester-node-http': 5.48.0
- '@algolia/requester-browser-xhr@5.47.0':
+ '@algolia/requester-browser-xhr@5.48.0':
dependencies:
- '@algolia/client-common': 5.47.0
+ '@algolia/client-common': 5.48.0
- '@algolia/requester-fetch@5.47.0':
+ '@algolia/requester-fetch@5.48.0':
dependencies:
- '@algolia/client-common': 5.47.0
+ '@algolia/client-common': 5.48.0
- '@algolia/requester-node-http@5.47.0':
+ '@algolia/requester-node-http@5.48.0':
dependencies:
- '@algolia/client-common': 5.47.0
+ '@algolia/client-common': 5.48.0
'@alloc/quick-lru@5.2.0': {}
@@ -11930,13 +12273,41 @@ snapshots:
dependencies:
'@ctrl/tinycolor': 4.2.0
+ '@ant-design/colors@7.2.1':
+ dependencies:
+ '@ant-design/fast-color': 2.0.6
+
+ '@ant-design/fast-color@2.0.6':
+ dependencies:
+ '@babel/runtime': 7.28.6
+
+ '@ant-design/fast-color@3.0.1': {}
+
'@ant-design/icons-svg@4.4.2': {}
- '@ant-design/icons-vue@7.0.1(vue@3.5.27(typescript@5.9.3))':
+ '@ant-design/icons-vue@7.0.1(vue@3.5.28(typescript@5.9.3))':
dependencies:
'@ant-design/colors': 6.0.0
'@ant-design/icons-svg': 4.4.2
- vue: 3.5.27(typescript@5.9.3)
+ vue: 3.5.28(typescript@5.9.3)
+
+ '@antdv-next/cssinjs@1.0.1(vue@3.5.28(typescript@5.9.3))':
+ dependencies:
+ '@emotion/hash': 0.8.0
+ '@emotion/unitless': 0.7.5
+ '@v-c/util': 1.0.13(vue@3.5.28(typescript@5.9.3))
+ csstype: 3.2.3
+ defu: 6.1.4
+ stylis: 4.3.6
+ vue: 3.5.28(typescript@5.9.3)
+
+ '@antdv-next/icons@1.0.0(vue@3.5.28(typescript@5.9.3))':
+ dependencies:
+ '@ant-design/colors': 7.2.1
+ '@ant-design/icons-svg': 4.4.2
+ '@v-c/util': 1.0.13(vue@3.5.28(typescript@5.9.3))
+ es-toolkit: 1.43.0
+ vue: 3.5.28(typescript@5.9.3)
'@antfu/install-pkg@1.1.0':
dependencies:
@@ -11989,25 +12360,25 @@ snapshots:
'@ast-grep/napi-win32-ia32-msvc': 0.39.9
'@ast-grep/napi-win32-x64-msvc': 0.39.9
- '@babel/code-frame@7.28.6':
+ '@babel/code-frame@7.29.0':
dependencies:
'@babel/helper-validator-identifier': 7.28.5
js-tokens: 4.0.0
picocolors: 1.1.1
- '@babel/compat-data@7.28.6': {}
+ '@babel/compat-data@7.29.0': {}
- '@babel/core@7.28.6':
+ '@babel/core@7.29.0':
dependencies:
- '@babel/code-frame': 7.28.6
- '@babel/generator': 7.28.6
+ '@babel/code-frame': 7.29.0
+ '@babel/generator': 7.29.1
'@babel/helper-compilation-targets': 7.28.6
- '@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.6)
+ '@babel/helper-module-transforms': 7.28.6(@babel/core@7.29.0)
'@babel/helpers': 7.28.6
- '@babel/parser': 7.28.6
+ '@babel/parser': 7.29.0
'@babel/template': 7.28.6
- '@babel/traverse': 7.28.6
- '@babel/types': 7.28.6
+ '@babel/traverse': 7.29.0
+ '@babel/types': 7.29.0
'@jridgewell/remapping': 2.3.5
convert-source-map: 2.0.0
debug: 4.4.3
@@ -12017,49 +12388,49 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@babel/generator@7.28.6':
+ '@babel/generator@7.29.1':
dependencies:
- '@babel/parser': 7.28.6
- '@babel/types': 7.28.6
+ '@babel/parser': 7.29.0
+ '@babel/types': 7.29.0
'@jridgewell/gen-mapping': 0.3.13
'@jridgewell/trace-mapping': 0.3.31
jsesc: 3.1.0
'@babel/helper-annotate-as-pure@7.27.3':
dependencies:
- '@babel/types': 7.28.6
+ '@babel/types': 7.29.0
'@babel/helper-compilation-targets@7.28.6':
dependencies:
- '@babel/compat-data': 7.28.6
+ '@babel/compat-data': 7.29.0
'@babel/helper-validator-option': 7.27.1
browserslist: 4.28.1
lru-cache: 5.1.1
semver: 6.3.1
- '@babel/helper-create-class-features-plugin@7.28.6(@babel/core@7.28.6)':
+ '@babel/helper-create-class-features-plugin@7.28.6(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
+ '@babel/core': 7.29.0
'@babel/helper-annotate-as-pure': 7.27.3
'@babel/helper-member-expression-to-functions': 7.28.5
'@babel/helper-optimise-call-expression': 7.27.1
- '@babel/helper-replace-supers': 7.28.6(@babel/core@7.28.6)
+ '@babel/helper-replace-supers': 7.28.6(@babel/core@7.29.0)
'@babel/helper-skip-transparent-expression-wrappers': 7.27.1
- '@babel/traverse': 7.28.6
+ '@babel/traverse': 7.29.0
semver: 6.3.1
transitivePeerDependencies:
- supports-color
- '@babel/helper-create-regexp-features-plugin@7.28.5(@babel/core@7.28.6)':
+ '@babel/helper-create-regexp-features-plugin@7.28.5(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
+ '@babel/core': 7.29.0
'@babel/helper-annotate-as-pure': 7.27.3
regexpu-core: 6.4.0
semver: 6.3.1
- '@babel/helper-define-polyfill-provider@0.6.6(@babel/core@7.28.6)':
+ '@babel/helper-define-polyfill-provider@0.6.6(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
+ '@babel/core': 7.29.0
'@babel/helper-compilation-targets': 7.28.6
'@babel/helper-plugin-utils': 7.28.6
debug: 4.4.3
@@ -12072,55 +12443,55 @@ snapshots:
'@babel/helper-member-expression-to-functions@7.28.5':
dependencies:
- '@babel/traverse': 7.28.6
- '@babel/types': 7.28.6
+ '@babel/traverse': 7.29.0
+ '@babel/types': 7.29.0
transitivePeerDependencies:
- supports-color
'@babel/helper-module-imports@7.28.6':
dependencies:
- '@babel/traverse': 7.28.6
- '@babel/types': 7.28.6
+ '@babel/traverse': 7.29.0
+ '@babel/types': 7.29.0
transitivePeerDependencies:
- supports-color
- '@babel/helper-module-transforms@7.28.6(@babel/core@7.28.6)':
+ '@babel/helper-module-transforms@7.28.6(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
+ '@babel/core': 7.29.0
'@babel/helper-module-imports': 7.28.6
'@babel/helper-validator-identifier': 7.28.5
- '@babel/traverse': 7.28.6
+ '@babel/traverse': 7.29.0
transitivePeerDependencies:
- supports-color
'@babel/helper-optimise-call-expression@7.27.1':
dependencies:
- '@babel/types': 7.28.6
+ '@babel/types': 7.29.0
'@babel/helper-plugin-utils@7.28.6': {}
- '@babel/helper-remap-async-to-generator@7.27.1(@babel/core@7.28.6)':
+ '@babel/helper-remap-async-to-generator@7.27.1(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
+ '@babel/core': 7.29.0
'@babel/helper-annotate-as-pure': 7.27.3
'@babel/helper-wrap-function': 7.28.6
- '@babel/traverse': 7.28.6
+ '@babel/traverse': 7.29.0
transitivePeerDependencies:
- supports-color
- '@babel/helper-replace-supers@7.28.6(@babel/core@7.28.6)':
+ '@babel/helper-replace-supers@7.28.6(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
+ '@babel/core': 7.29.0
'@babel/helper-member-expression-to-functions': 7.28.5
'@babel/helper-optimise-call-expression': 7.27.1
- '@babel/traverse': 7.28.6
+ '@babel/traverse': 7.29.0
transitivePeerDependencies:
- supports-color
'@babel/helper-skip-transparent-expression-wrappers@7.27.1':
dependencies:
- '@babel/traverse': 7.28.6
- '@babel/types': 7.28.6
+ '@babel/traverse': 7.29.0
+ '@babel/types': 7.29.0
transitivePeerDependencies:
- supports-color
@@ -12133,543 +12504,543 @@ snapshots:
'@babel/helper-wrap-function@7.28.6':
dependencies:
'@babel/template': 7.28.6
- '@babel/traverse': 7.28.6
- '@babel/types': 7.28.6
+ '@babel/traverse': 7.29.0
+ '@babel/types': 7.29.0
transitivePeerDependencies:
- supports-color
'@babel/helpers@7.28.6':
dependencies:
'@babel/template': 7.28.6
- '@babel/types': 7.28.6
+ '@babel/types': 7.29.0
- '@babel/parser@7.28.6':
+ '@babel/parser@7.29.0':
dependencies:
- '@babel/types': 7.28.6
+ '@babel/types': 7.29.0
- '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.28.5(@babel/core@7.28.6)':
+ '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.28.5(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
+ '@babel/core': 7.29.0
'@babel/helper-plugin-utils': 7.28.6
- '@babel/traverse': 7.28.6
+ '@babel/traverse': 7.29.0
transitivePeerDependencies:
- supports-color
- '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.27.1(@babel/core@7.28.6)':
+ '@babel/plugin-bugfix-safari-class-field-initializer-scope@7.27.1(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
+ '@babel/core': 7.29.0
'@babel/helper-plugin-utils': 7.28.6
- '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.27.1(@babel/core@7.28.6)':
+ '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.27.1(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
+ '@babel/core': 7.29.0
'@babel/helper-plugin-utils': 7.28.6
- '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.27.1(@babel/core@7.28.6)':
+ '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.27.1(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
+ '@babel/core': 7.29.0
'@babel/helper-plugin-utils': 7.28.6
'@babel/helper-skip-transparent-expression-wrappers': 7.27.1
- '@babel/plugin-transform-optional-chaining': 7.28.6(@babel/core@7.28.6)
+ '@babel/plugin-transform-optional-chaining': 7.28.6(@babel/core@7.29.0)
transitivePeerDependencies:
- supports-color
- '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.28.6(@babel/core@7.28.6)':
+ '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.28.6(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
+ '@babel/core': 7.29.0
'@babel/helper-plugin-utils': 7.28.6
- '@babel/traverse': 7.28.6
+ '@babel/traverse': 7.29.0
transitivePeerDependencies:
- supports-color
- '@babel/plugin-proposal-decorators@7.28.6(@babel/core@7.28.6)':
+ '@babel/plugin-proposal-decorators@7.29.0(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
- '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.28.6)
+ '@babel/core': 7.29.0
+ '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.29.0)
'@babel/helper-plugin-utils': 7.28.6
- '@babel/plugin-syntax-decorators': 7.28.6(@babel/core@7.28.6)
+ '@babel/plugin-syntax-decorators': 7.28.6(@babel/core@7.29.0)
transitivePeerDependencies:
- supports-color
- '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.28.6)':
+ '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
+ '@babel/core': 7.29.0
- '@babel/plugin-syntax-decorators@7.28.6(@babel/core@7.28.6)':
+ '@babel/plugin-syntax-decorators@7.28.6(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
+ '@babel/core': 7.29.0
'@babel/helper-plugin-utils': 7.28.6
- '@babel/plugin-syntax-import-assertions@7.28.6(@babel/core@7.28.6)':
+ '@babel/plugin-syntax-import-assertions@7.28.6(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
+ '@babel/core': 7.29.0
'@babel/helper-plugin-utils': 7.28.6
- '@babel/plugin-syntax-import-attributes@7.28.6(@babel/core@7.28.6)':
+ '@babel/plugin-syntax-import-attributes@7.28.6(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
+ '@babel/core': 7.29.0
'@babel/helper-plugin-utils': 7.28.6
- '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.28.6)':
+ '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
+ '@babel/core': 7.29.0
'@babel/helper-plugin-utils': 7.28.6
- '@babel/plugin-syntax-jsx@7.28.6(@babel/core@7.28.6)':
+ '@babel/plugin-syntax-jsx@7.28.6(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
+ '@babel/core': 7.29.0
'@babel/helper-plugin-utils': 7.28.6
- '@babel/plugin-syntax-typescript@7.28.6(@babel/core@7.28.6)':
+ '@babel/plugin-syntax-typescript@7.28.6(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
+ '@babel/core': 7.29.0
'@babel/helper-plugin-utils': 7.28.6
- '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.28.6)':
+ '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
- '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.6)
+ '@babel/core': 7.29.0
+ '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.29.0)
'@babel/helper-plugin-utils': 7.28.6
- '@babel/plugin-transform-arrow-functions@7.27.1(@babel/core@7.28.6)':
+ '@babel/plugin-transform-arrow-functions@7.27.1(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
+ '@babel/core': 7.29.0
'@babel/helper-plugin-utils': 7.28.6
- '@babel/plugin-transform-async-generator-functions@7.28.6(@babel/core@7.28.6)':
+ '@babel/plugin-transform-async-generator-functions@7.29.0(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
+ '@babel/core': 7.29.0
'@babel/helper-plugin-utils': 7.28.6
- '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.6)
- '@babel/traverse': 7.28.6
+ '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.29.0)
+ '@babel/traverse': 7.29.0
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-async-to-generator@7.28.6(@babel/core@7.28.6)':
+ '@babel/plugin-transform-async-to-generator@7.28.6(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
+ '@babel/core': 7.29.0
'@babel/helper-module-imports': 7.28.6
'@babel/helper-plugin-utils': 7.28.6
- '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.6)
+ '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.29.0)
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-block-scoped-functions@7.27.1(@babel/core@7.28.6)':
+ '@babel/plugin-transform-block-scoped-functions@7.27.1(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
+ '@babel/core': 7.29.0
'@babel/helper-plugin-utils': 7.28.6
- '@babel/plugin-transform-block-scoping@7.28.6(@babel/core@7.28.6)':
+ '@babel/plugin-transform-block-scoping@7.28.6(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
+ '@babel/core': 7.29.0
'@babel/helper-plugin-utils': 7.28.6
- '@babel/plugin-transform-class-properties@7.28.6(@babel/core@7.28.6)':
+ '@babel/plugin-transform-class-properties@7.28.6(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
- '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.28.6)
+ '@babel/core': 7.29.0
+ '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.29.0)
'@babel/helper-plugin-utils': 7.28.6
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-class-static-block@7.28.6(@babel/core@7.28.6)':
+ '@babel/plugin-transform-class-static-block@7.28.6(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
- '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.28.6)
+ '@babel/core': 7.29.0
+ '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.29.0)
'@babel/helper-plugin-utils': 7.28.6
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-classes@7.28.6(@babel/core@7.28.6)':
+ '@babel/plugin-transform-classes@7.28.6(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
+ '@babel/core': 7.29.0
'@babel/helper-annotate-as-pure': 7.27.3
'@babel/helper-compilation-targets': 7.28.6
'@babel/helper-globals': 7.28.0
'@babel/helper-plugin-utils': 7.28.6
- '@babel/helper-replace-supers': 7.28.6(@babel/core@7.28.6)
- '@babel/traverse': 7.28.6
+ '@babel/helper-replace-supers': 7.28.6(@babel/core@7.29.0)
+ '@babel/traverse': 7.29.0
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-computed-properties@7.28.6(@babel/core@7.28.6)':
+ '@babel/plugin-transform-computed-properties@7.28.6(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
+ '@babel/core': 7.29.0
'@babel/helper-plugin-utils': 7.28.6
'@babel/template': 7.28.6
- '@babel/plugin-transform-destructuring@7.28.5(@babel/core@7.28.6)':
+ '@babel/plugin-transform-destructuring@7.28.5(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
+ '@babel/core': 7.29.0
'@babel/helper-plugin-utils': 7.28.6
- '@babel/traverse': 7.28.6
+ '@babel/traverse': 7.29.0
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-dotall-regex@7.28.6(@babel/core@7.28.6)':
+ '@babel/plugin-transform-dotall-regex@7.28.6(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
- '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.6)
+ '@babel/core': 7.29.0
+ '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.29.0)
'@babel/helper-plugin-utils': 7.28.6
- '@babel/plugin-transform-duplicate-keys@7.27.1(@babel/core@7.28.6)':
+ '@babel/plugin-transform-duplicate-keys@7.27.1(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
+ '@babel/core': 7.29.0
'@babel/helper-plugin-utils': 7.28.6
- '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.28.6(@babel/core@7.28.6)':
+ '@babel/plugin-transform-duplicate-named-capturing-groups-regex@7.29.0(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
- '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.6)
+ '@babel/core': 7.29.0
+ '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.29.0)
'@babel/helper-plugin-utils': 7.28.6
- '@babel/plugin-transform-dynamic-import@7.27.1(@babel/core@7.28.6)':
+ '@babel/plugin-transform-dynamic-import@7.27.1(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
+ '@babel/core': 7.29.0
'@babel/helper-plugin-utils': 7.28.6
- '@babel/plugin-transform-explicit-resource-management@7.28.6(@babel/core@7.28.6)':
+ '@babel/plugin-transform-explicit-resource-management@7.28.6(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
+ '@babel/core': 7.29.0
'@babel/helper-plugin-utils': 7.28.6
- '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.28.6)
+ '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.29.0)
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-exponentiation-operator@7.28.6(@babel/core@7.28.6)':
+ '@babel/plugin-transform-exponentiation-operator@7.28.6(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
+ '@babel/core': 7.29.0
'@babel/helper-plugin-utils': 7.28.6
- '@babel/plugin-transform-export-namespace-from@7.27.1(@babel/core@7.28.6)':
+ '@babel/plugin-transform-export-namespace-from@7.27.1(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
+ '@babel/core': 7.29.0
'@babel/helper-plugin-utils': 7.28.6
- '@babel/plugin-transform-for-of@7.27.1(@babel/core@7.28.6)':
+ '@babel/plugin-transform-for-of@7.27.1(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
+ '@babel/core': 7.29.0
'@babel/helper-plugin-utils': 7.28.6
'@babel/helper-skip-transparent-expression-wrappers': 7.27.1
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-function-name@7.27.1(@babel/core@7.28.6)':
+ '@babel/plugin-transform-function-name@7.27.1(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
+ '@babel/core': 7.29.0
'@babel/helper-compilation-targets': 7.28.6
'@babel/helper-plugin-utils': 7.28.6
- '@babel/traverse': 7.28.6
+ '@babel/traverse': 7.29.0
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-json-strings@7.28.6(@babel/core@7.28.6)':
+ '@babel/plugin-transform-json-strings@7.28.6(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
+ '@babel/core': 7.29.0
'@babel/helper-plugin-utils': 7.28.6
- '@babel/plugin-transform-literals@7.27.1(@babel/core@7.28.6)':
+ '@babel/plugin-transform-literals@7.27.1(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
+ '@babel/core': 7.29.0
'@babel/helper-plugin-utils': 7.28.6
- '@babel/plugin-transform-logical-assignment-operators@7.28.6(@babel/core@7.28.6)':
+ '@babel/plugin-transform-logical-assignment-operators@7.28.6(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
+ '@babel/core': 7.29.0
'@babel/helper-plugin-utils': 7.28.6
- '@babel/plugin-transform-member-expression-literals@7.27.1(@babel/core@7.28.6)':
+ '@babel/plugin-transform-member-expression-literals@7.27.1(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
+ '@babel/core': 7.29.0
'@babel/helper-plugin-utils': 7.28.6
- '@babel/plugin-transform-modules-amd@7.27.1(@babel/core@7.28.6)':
+ '@babel/plugin-transform-modules-amd@7.27.1(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
- '@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.6)
+ '@babel/core': 7.29.0
+ '@babel/helper-module-transforms': 7.28.6(@babel/core@7.29.0)
'@babel/helper-plugin-utils': 7.28.6
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-modules-commonjs@7.28.6(@babel/core@7.28.6)':
+ '@babel/plugin-transform-modules-commonjs@7.28.6(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
- '@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.6)
+ '@babel/core': 7.29.0
+ '@babel/helper-module-transforms': 7.28.6(@babel/core@7.29.0)
'@babel/helper-plugin-utils': 7.28.6
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-modules-systemjs@7.28.5(@babel/core@7.28.6)':
+ '@babel/plugin-transform-modules-systemjs@7.29.0(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
- '@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.6)
+ '@babel/core': 7.29.0
+ '@babel/helper-module-transforms': 7.28.6(@babel/core@7.29.0)
'@babel/helper-plugin-utils': 7.28.6
'@babel/helper-validator-identifier': 7.28.5
- '@babel/traverse': 7.28.6
+ '@babel/traverse': 7.29.0
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-modules-umd@7.27.1(@babel/core@7.28.6)':
+ '@babel/plugin-transform-modules-umd@7.27.1(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
- '@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.6)
+ '@babel/core': 7.29.0
+ '@babel/helper-module-transforms': 7.28.6(@babel/core@7.29.0)
'@babel/helper-plugin-utils': 7.28.6
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-named-capturing-groups-regex@7.27.1(@babel/core@7.28.6)':
+ '@babel/plugin-transform-named-capturing-groups-regex@7.29.0(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
- '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.6)
+ '@babel/core': 7.29.0
+ '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.29.0)
'@babel/helper-plugin-utils': 7.28.6
- '@babel/plugin-transform-new-target@7.27.1(@babel/core@7.28.6)':
+ '@babel/plugin-transform-new-target@7.27.1(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
+ '@babel/core': 7.29.0
'@babel/helper-plugin-utils': 7.28.6
- '@babel/plugin-transform-nullish-coalescing-operator@7.28.6(@babel/core@7.28.6)':
+ '@babel/plugin-transform-nullish-coalescing-operator@7.28.6(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
+ '@babel/core': 7.29.0
'@babel/helper-plugin-utils': 7.28.6
- '@babel/plugin-transform-numeric-separator@7.28.6(@babel/core@7.28.6)':
+ '@babel/plugin-transform-numeric-separator@7.28.6(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
+ '@babel/core': 7.29.0
'@babel/helper-plugin-utils': 7.28.6
- '@babel/plugin-transform-object-rest-spread@7.28.6(@babel/core@7.28.6)':
+ '@babel/plugin-transform-object-rest-spread@7.28.6(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
+ '@babel/core': 7.29.0
'@babel/helper-compilation-targets': 7.28.6
'@babel/helper-plugin-utils': 7.28.6
- '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.28.6)
- '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.28.6)
- '@babel/traverse': 7.28.6
+ '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.29.0)
+ '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.29.0)
+ '@babel/traverse': 7.29.0
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-object-super@7.27.1(@babel/core@7.28.6)':
+ '@babel/plugin-transform-object-super@7.27.1(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
+ '@babel/core': 7.29.0
'@babel/helper-plugin-utils': 7.28.6
- '@babel/helper-replace-supers': 7.28.6(@babel/core@7.28.6)
+ '@babel/helper-replace-supers': 7.28.6(@babel/core@7.29.0)
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-optional-catch-binding@7.28.6(@babel/core@7.28.6)':
+ '@babel/plugin-transform-optional-catch-binding@7.28.6(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
+ '@babel/core': 7.29.0
'@babel/helper-plugin-utils': 7.28.6
- '@babel/plugin-transform-optional-chaining@7.28.6(@babel/core@7.28.6)':
+ '@babel/plugin-transform-optional-chaining@7.28.6(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
+ '@babel/core': 7.29.0
'@babel/helper-plugin-utils': 7.28.6
'@babel/helper-skip-transparent-expression-wrappers': 7.27.1
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-parameters@7.27.7(@babel/core@7.28.6)':
+ '@babel/plugin-transform-parameters@7.27.7(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
+ '@babel/core': 7.29.0
'@babel/helper-plugin-utils': 7.28.6
- '@babel/plugin-transform-private-methods@7.28.6(@babel/core@7.28.6)':
+ '@babel/plugin-transform-private-methods@7.28.6(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
- '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.28.6)
+ '@babel/core': 7.29.0
+ '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.29.0)
'@babel/helper-plugin-utils': 7.28.6
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-private-property-in-object@7.28.6(@babel/core@7.28.6)':
+ '@babel/plugin-transform-private-property-in-object@7.28.6(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
+ '@babel/core': 7.29.0
'@babel/helper-annotate-as-pure': 7.27.3
- '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.28.6)
+ '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.29.0)
'@babel/helper-plugin-utils': 7.28.6
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-property-literals@7.27.1(@babel/core@7.28.6)':
+ '@babel/plugin-transform-property-literals@7.27.1(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
+ '@babel/core': 7.29.0
'@babel/helper-plugin-utils': 7.28.6
- '@babel/plugin-transform-regenerator@7.28.6(@babel/core@7.28.6)':
+ '@babel/plugin-transform-regenerator@7.29.0(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
+ '@babel/core': 7.29.0
'@babel/helper-plugin-utils': 7.28.6
- '@babel/plugin-transform-regexp-modifiers@7.28.6(@babel/core@7.28.6)':
+ '@babel/plugin-transform-regexp-modifiers@7.28.6(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
- '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.6)
+ '@babel/core': 7.29.0
+ '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.29.0)
'@babel/helper-plugin-utils': 7.28.6
- '@babel/plugin-transform-reserved-words@7.27.1(@babel/core@7.28.6)':
+ '@babel/plugin-transform-reserved-words@7.27.1(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
+ '@babel/core': 7.29.0
'@babel/helper-plugin-utils': 7.28.6
- '@babel/plugin-transform-shorthand-properties@7.27.1(@babel/core@7.28.6)':
+ '@babel/plugin-transform-shorthand-properties@7.27.1(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
+ '@babel/core': 7.29.0
'@babel/helper-plugin-utils': 7.28.6
- '@babel/plugin-transform-spread@7.28.6(@babel/core@7.28.6)':
+ '@babel/plugin-transform-spread@7.28.6(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
+ '@babel/core': 7.29.0
'@babel/helper-plugin-utils': 7.28.6
'@babel/helper-skip-transparent-expression-wrappers': 7.27.1
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-sticky-regex@7.27.1(@babel/core@7.28.6)':
+ '@babel/plugin-transform-sticky-regex@7.27.1(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
+ '@babel/core': 7.29.0
'@babel/helper-plugin-utils': 7.28.6
- '@babel/plugin-transform-template-literals@7.27.1(@babel/core@7.28.6)':
+ '@babel/plugin-transform-template-literals@7.27.1(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
+ '@babel/core': 7.29.0
'@babel/helper-plugin-utils': 7.28.6
- '@babel/plugin-transform-typeof-symbol@7.27.1(@babel/core@7.28.6)':
+ '@babel/plugin-transform-typeof-symbol@7.27.1(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
+ '@babel/core': 7.29.0
'@babel/helper-plugin-utils': 7.28.6
- '@babel/plugin-transform-typescript@7.28.6(@babel/core@7.28.6)':
+ '@babel/plugin-transform-typescript@7.28.6(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
+ '@babel/core': 7.29.0
'@babel/helper-annotate-as-pure': 7.27.3
- '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.28.6)
+ '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.29.0)
'@babel/helper-plugin-utils': 7.28.6
'@babel/helper-skip-transparent-expression-wrappers': 7.27.1
- '@babel/plugin-syntax-typescript': 7.28.6(@babel/core@7.28.6)
+ '@babel/plugin-syntax-typescript': 7.28.6(@babel/core@7.29.0)
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-unicode-escapes@7.27.1(@babel/core@7.28.6)':
+ '@babel/plugin-transform-unicode-escapes@7.27.1(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
+ '@babel/core': 7.29.0
'@babel/helper-plugin-utils': 7.28.6
- '@babel/plugin-transform-unicode-property-regex@7.28.6(@babel/core@7.28.6)':
+ '@babel/plugin-transform-unicode-property-regex@7.28.6(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
- '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.6)
+ '@babel/core': 7.29.0
+ '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.29.0)
'@babel/helper-plugin-utils': 7.28.6
- '@babel/plugin-transform-unicode-regex@7.27.1(@babel/core@7.28.6)':
+ '@babel/plugin-transform-unicode-regex@7.27.1(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
- '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.6)
+ '@babel/core': 7.29.0
+ '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.29.0)
'@babel/helper-plugin-utils': 7.28.6
- '@babel/plugin-transform-unicode-sets-regex@7.28.6(@babel/core@7.28.6)':
+ '@babel/plugin-transform-unicode-sets-regex@7.28.6(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
- '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.28.6)
+ '@babel/core': 7.29.0
+ '@babel/helper-create-regexp-features-plugin': 7.28.5(@babel/core@7.29.0)
'@babel/helper-plugin-utils': 7.28.6
- '@babel/preset-env@7.28.6(@babel/core@7.28.6)':
+ '@babel/preset-env@7.29.0(@babel/core@7.29.0)':
dependencies:
- '@babel/compat-data': 7.28.6
- '@babel/core': 7.28.6
+ '@babel/compat-data': 7.29.0
+ '@babel/core': 7.29.0
'@babel/helper-compilation-targets': 7.28.6
'@babel/helper-plugin-utils': 7.28.6
'@babel/helper-validator-option': 7.27.1
- '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.28.5(@babel/core@7.28.6)
- '@babel/plugin-bugfix-safari-class-field-initializer-scope': 7.27.1(@babel/core@7.28.6)
- '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.27.1(@babel/core@7.28.6)
- '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.27.1(@babel/core@7.28.6)
- '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.28.6(@babel/core@7.28.6)
- '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.28.6)
- '@babel/plugin-syntax-import-assertions': 7.28.6(@babel/core@7.28.6)
- '@babel/plugin-syntax-import-attributes': 7.28.6(@babel/core@7.28.6)
- '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.28.6)
- '@babel/plugin-transform-arrow-functions': 7.27.1(@babel/core@7.28.6)
- '@babel/plugin-transform-async-generator-functions': 7.28.6(@babel/core@7.28.6)
- '@babel/plugin-transform-async-to-generator': 7.28.6(@babel/core@7.28.6)
- '@babel/plugin-transform-block-scoped-functions': 7.27.1(@babel/core@7.28.6)
- '@babel/plugin-transform-block-scoping': 7.28.6(@babel/core@7.28.6)
- '@babel/plugin-transform-class-properties': 7.28.6(@babel/core@7.28.6)
- '@babel/plugin-transform-class-static-block': 7.28.6(@babel/core@7.28.6)
- '@babel/plugin-transform-classes': 7.28.6(@babel/core@7.28.6)
- '@babel/plugin-transform-computed-properties': 7.28.6(@babel/core@7.28.6)
- '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.28.6)
- '@babel/plugin-transform-dotall-regex': 7.28.6(@babel/core@7.28.6)
- '@babel/plugin-transform-duplicate-keys': 7.27.1(@babel/core@7.28.6)
- '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.28.6(@babel/core@7.28.6)
- '@babel/plugin-transform-dynamic-import': 7.27.1(@babel/core@7.28.6)
- '@babel/plugin-transform-explicit-resource-management': 7.28.6(@babel/core@7.28.6)
- '@babel/plugin-transform-exponentiation-operator': 7.28.6(@babel/core@7.28.6)
- '@babel/plugin-transform-export-namespace-from': 7.27.1(@babel/core@7.28.6)
- '@babel/plugin-transform-for-of': 7.27.1(@babel/core@7.28.6)
- '@babel/plugin-transform-function-name': 7.27.1(@babel/core@7.28.6)
- '@babel/plugin-transform-json-strings': 7.28.6(@babel/core@7.28.6)
- '@babel/plugin-transform-literals': 7.27.1(@babel/core@7.28.6)
- '@babel/plugin-transform-logical-assignment-operators': 7.28.6(@babel/core@7.28.6)
- '@babel/plugin-transform-member-expression-literals': 7.27.1(@babel/core@7.28.6)
- '@babel/plugin-transform-modules-amd': 7.27.1(@babel/core@7.28.6)
- '@babel/plugin-transform-modules-commonjs': 7.28.6(@babel/core@7.28.6)
- '@babel/plugin-transform-modules-systemjs': 7.28.5(@babel/core@7.28.6)
- '@babel/plugin-transform-modules-umd': 7.27.1(@babel/core@7.28.6)
- '@babel/plugin-transform-named-capturing-groups-regex': 7.27.1(@babel/core@7.28.6)
- '@babel/plugin-transform-new-target': 7.27.1(@babel/core@7.28.6)
- '@babel/plugin-transform-nullish-coalescing-operator': 7.28.6(@babel/core@7.28.6)
- '@babel/plugin-transform-numeric-separator': 7.28.6(@babel/core@7.28.6)
- '@babel/plugin-transform-object-rest-spread': 7.28.6(@babel/core@7.28.6)
- '@babel/plugin-transform-object-super': 7.27.1(@babel/core@7.28.6)
- '@babel/plugin-transform-optional-catch-binding': 7.28.6(@babel/core@7.28.6)
- '@babel/plugin-transform-optional-chaining': 7.28.6(@babel/core@7.28.6)
- '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.28.6)
- '@babel/plugin-transform-private-methods': 7.28.6(@babel/core@7.28.6)
- '@babel/plugin-transform-private-property-in-object': 7.28.6(@babel/core@7.28.6)
- '@babel/plugin-transform-property-literals': 7.27.1(@babel/core@7.28.6)
- '@babel/plugin-transform-regenerator': 7.28.6(@babel/core@7.28.6)
- '@babel/plugin-transform-regexp-modifiers': 7.28.6(@babel/core@7.28.6)
- '@babel/plugin-transform-reserved-words': 7.27.1(@babel/core@7.28.6)
- '@babel/plugin-transform-shorthand-properties': 7.27.1(@babel/core@7.28.6)
- '@babel/plugin-transform-spread': 7.28.6(@babel/core@7.28.6)
- '@babel/plugin-transform-sticky-regex': 7.27.1(@babel/core@7.28.6)
- '@babel/plugin-transform-template-literals': 7.27.1(@babel/core@7.28.6)
- '@babel/plugin-transform-typeof-symbol': 7.27.1(@babel/core@7.28.6)
- '@babel/plugin-transform-unicode-escapes': 7.27.1(@babel/core@7.28.6)
- '@babel/plugin-transform-unicode-property-regex': 7.28.6(@babel/core@7.28.6)
- '@babel/plugin-transform-unicode-regex': 7.27.1(@babel/core@7.28.6)
- '@babel/plugin-transform-unicode-sets-regex': 7.28.6(@babel/core@7.28.6)
- '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.28.6)
- babel-plugin-polyfill-corejs2: 0.4.15(@babel/core@7.28.6)
- babel-plugin-polyfill-corejs3: 0.13.0(@babel/core@7.28.6)
- babel-plugin-polyfill-regenerator: 0.6.6(@babel/core@7.28.6)
+ '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.28.5(@babel/core@7.29.0)
+ '@babel/plugin-bugfix-safari-class-field-initializer-scope': 7.27.1(@babel/core@7.29.0)
+ '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.27.1(@babel/core@7.29.0)
+ '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.27.1(@babel/core@7.29.0)
+ '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.28.6(@babel/core@7.29.0)
+ '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.29.0)
+ '@babel/plugin-syntax-import-assertions': 7.28.6(@babel/core@7.29.0)
+ '@babel/plugin-syntax-import-attributes': 7.28.6(@babel/core@7.29.0)
+ '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.29.0)
+ '@babel/plugin-transform-arrow-functions': 7.27.1(@babel/core@7.29.0)
+ '@babel/plugin-transform-async-generator-functions': 7.29.0(@babel/core@7.29.0)
+ '@babel/plugin-transform-async-to-generator': 7.28.6(@babel/core@7.29.0)
+ '@babel/plugin-transform-block-scoped-functions': 7.27.1(@babel/core@7.29.0)
+ '@babel/plugin-transform-block-scoping': 7.28.6(@babel/core@7.29.0)
+ '@babel/plugin-transform-class-properties': 7.28.6(@babel/core@7.29.0)
+ '@babel/plugin-transform-class-static-block': 7.28.6(@babel/core@7.29.0)
+ '@babel/plugin-transform-classes': 7.28.6(@babel/core@7.29.0)
+ '@babel/plugin-transform-computed-properties': 7.28.6(@babel/core@7.29.0)
+ '@babel/plugin-transform-destructuring': 7.28.5(@babel/core@7.29.0)
+ '@babel/plugin-transform-dotall-regex': 7.28.6(@babel/core@7.29.0)
+ '@babel/plugin-transform-duplicate-keys': 7.27.1(@babel/core@7.29.0)
+ '@babel/plugin-transform-duplicate-named-capturing-groups-regex': 7.29.0(@babel/core@7.29.0)
+ '@babel/plugin-transform-dynamic-import': 7.27.1(@babel/core@7.29.0)
+ '@babel/plugin-transform-explicit-resource-management': 7.28.6(@babel/core@7.29.0)
+ '@babel/plugin-transform-exponentiation-operator': 7.28.6(@babel/core@7.29.0)
+ '@babel/plugin-transform-export-namespace-from': 7.27.1(@babel/core@7.29.0)
+ '@babel/plugin-transform-for-of': 7.27.1(@babel/core@7.29.0)
+ '@babel/plugin-transform-function-name': 7.27.1(@babel/core@7.29.0)
+ '@babel/plugin-transform-json-strings': 7.28.6(@babel/core@7.29.0)
+ '@babel/plugin-transform-literals': 7.27.1(@babel/core@7.29.0)
+ '@babel/plugin-transform-logical-assignment-operators': 7.28.6(@babel/core@7.29.0)
+ '@babel/plugin-transform-member-expression-literals': 7.27.1(@babel/core@7.29.0)
+ '@babel/plugin-transform-modules-amd': 7.27.1(@babel/core@7.29.0)
+ '@babel/plugin-transform-modules-commonjs': 7.28.6(@babel/core@7.29.0)
+ '@babel/plugin-transform-modules-systemjs': 7.29.0(@babel/core@7.29.0)
+ '@babel/plugin-transform-modules-umd': 7.27.1(@babel/core@7.29.0)
+ '@babel/plugin-transform-named-capturing-groups-regex': 7.29.0(@babel/core@7.29.0)
+ '@babel/plugin-transform-new-target': 7.27.1(@babel/core@7.29.0)
+ '@babel/plugin-transform-nullish-coalescing-operator': 7.28.6(@babel/core@7.29.0)
+ '@babel/plugin-transform-numeric-separator': 7.28.6(@babel/core@7.29.0)
+ '@babel/plugin-transform-object-rest-spread': 7.28.6(@babel/core@7.29.0)
+ '@babel/plugin-transform-object-super': 7.27.1(@babel/core@7.29.0)
+ '@babel/plugin-transform-optional-catch-binding': 7.28.6(@babel/core@7.29.0)
+ '@babel/plugin-transform-optional-chaining': 7.28.6(@babel/core@7.29.0)
+ '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.29.0)
+ '@babel/plugin-transform-private-methods': 7.28.6(@babel/core@7.29.0)
+ '@babel/plugin-transform-private-property-in-object': 7.28.6(@babel/core@7.29.0)
+ '@babel/plugin-transform-property-literals': 7.27.1(@babel/core@7.29.0)
+ '@babel/plugin-transform-regenerator': 7.29.0(@babel/core@7.29.0)
+ '@babel/plugin-transform-regexp-modifiers': 7.28.6(@babel/core@7.29.0)
+ '@babel/plugin-transform-reserved-words': 7.27.1(@babel/core@7.29.0)
+ '@babel/plugin-transform-shorthand-properties': 7.27.1(@babel/core@7.29.0)
+ '@babel/plugin-transform-spread': 7.28.6(@babel/core@7.29.0)
+ '@babel/plugin-transform-sticky-regex': 7.27.1(@babel/core@7.29.0)
+ '@babel/plugin-transform-template-literals': 7.27.1(@babel/core@7.29.0)
+ '@babel/plugin-transform-typeof-symbol': 7.27.1(@babel/core@7.29.0)
+ '@babel/plugin-transform-unicode-escapes': 7.27.1(@babel/core@7.29.0)
+ '@babel/plugin-transform-unicode-property-regex': 7.28.6(@babel/core@7.29.0)
+ '@babel/plugin-transform-unicode-regex': 7.27.1(@babel/core@7.29.0)
+ '@babel/plugin-transform-unicode-sets-regex': 7.28.6(@babel/core@7.29.0)
+ '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.29.0)
+ babel-plugin-polyfill-corejs2: 0.4.15(@babel/core@7.29.0)
+ babel-plugin-polyfill-corejs3: 0.14.0(@babel/core@7.29.0)
+ babel-plugin-polyfill-regenerator: 0.6.6(@babel/core@7.29.0)
core-js-compat: 3.48.0
semver: 6.3.1
transitivePeerDependencies:
- supports-color
- '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.28.6)':
+ '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
+ '@babel/core': 7.29.0
'@babel/helper-plugin-utils': 7.28.6
- '@babel/types': 7.28.6
+ '@babel/types': 7.29.0
esutils: 2.0.3
- '@babel/preset-typescript@7.28.5(@babel/core@7.28.6)':
+ '@babel/preset-typescript@7.28.5(@babel/core@7.29.0)':
dependencies:
- '@babel/core': 7.28.6
+ '@babel/core': 7.29.0
'@babel/helper-plugin-utils': 7.28.6
'@babel/helper-validator-option': 7.27.1
- '@babel/plugin-syntax-jsx': 7.28.6(@babel/core@7.28.6)
- '@babel/plugin-transform-modules-commonjs': 7.28.6(@babel/core@7.28.6)
- '@babel/plugin-transform-typescript': 7.28.6(@babel/core@7.28.6)
+ '@babel/plugin-syntax-jsx': 7.28.6(@babel/core@7.29.0)
+ '@babel/plugin-transform-modules-commonjs': 7.28.6(@babel/core@7.29.0)
+ '@babel/plugin-transform-typescript': 7.28.6(@babel/core@7.29.0)
transitivePeerDependencies:
- supports-color
- '@babel/runtime-corejs3@7.28.6':
+ '@babel/runtime-corejs3@7.29.0':
dependencies:
core-js-pure: 3.48.0
@@ -12677,23 +13048,23 @@ snapshots:
'@babel/template@7.28.6':
dependencies:
- '@babel/code-frame': 7.28.6
- '@babel/parser': 7.28.6
- '@babel/types': 7.28.6
+ '@babel/code-frame': 7.29.0
+ '@babel/parser': 7.29.0
+ '@babel/types': 7.29.0
- '@babel/traverse@7.28.6':
+ '@babel/traverse@7.29.0':
dependencies:
- '@babel/code-frame': 7.28.6
- '@babel/generator': 7.28.6
+ '@babel/code-frame': 7.29.0
+ '@babel/generator': 7.29.1
'@babel/helper-globals': 7.28.0
- '@babel/parser': 7.28.6
+ '@babel/parser': 7.29.0
'@babel/template': 7.28.6
- '@babel/types': 7.28.6
+ '@babel/types': 7.29.0
debug: 4.4.3
transitivePeerDependencies:
- supports-color
- '@babel/types@7.28.6':
+ '@babel/types@7.29.0':
dependencies:
'@babel/helper-string-parser': 7.27.1
'@babel/helper-validator-identifier': 7.28.5
@@ -12701,81 +13072,84 @@ snapshots:
'@bpmn-io/cm-theme@0.1.0-alpha.2':
dependencies:
'@codemirror/language': 6.12.1
- '@codemirror/view': 6.39.11
+ '@codemirror/view': 6.39.13
'@lezer/highlight': 1.2.3
'@bpmn-io/diagram-js-ui@0.2.3':
dependencies:
htm: 3.1.1
- preact: 10.28.2
+ preact: 10.28.3
'@bpmn-io/extract-process-variables@0.8.0':
dependencies:
min-dash: 4.2.3
- '@bpmn-io/feel-editor@2.1.0':
+ '@bpmn-io/feel-editor@2.4.0':
dependencies:
- '@bpmn-io/feel-lint': 3.0.0
+ '@bpmn-io/feel-lint': 3.1.0
'@bpmn-io/lang-feel': 3.0.0
- '@camunda/feel-builtins': 0.2.0
+ '@camunda/feel-builtins': 0.3.0
'@codemirror/autocomplete': 6.20.0
- '@codemirror/commands': 6.10.1
+ '@codemirror/commands': 6.10.2
'@codemirror/language': 6.12.1
- '@codemirror/lint': 6.9.2
+ '@codemirror/lint': 6.9.3
'@codemirror/state': 6.5.4
- '@codemirror/view': 6.39.11
+ '@codemirror/view': 6.39.13
'@lezer/highlight': 1.2.3
min-dom: 5.2.0
+ mitt: 3.0.1
- '@bpmn-io/feel-lint@1.4.0':
+ '@bpmn-io/feel-lint@3.1.0':
dependencies:
+ '@bpmn-io/lezer-feel': 2.2.1
'@codemirror/language': 6.12.1
- lezer-feel: 1.9.0
- '@bpmn-io/feel-lint@3.0.0':
+ '@bpmn-io/feelin@6.1.0':
dependencies:
- '@bpmn-io/lezer-feel': 2.1.0
- '@codemirror/language': 6.12.1
+ '@bpmn-io/lezer-feel': 2.2.1
+ '@lezer/common': 1.5.1
+ luxon: 3.7.2
+ min-dash: 5.0.0
'@bpmn-io/lang-feel@3.0.0':
dependencies:
- '@bpmn-io/lezer-feel': 2.1.0
+ '@bpmn-io/lezer-feel': 2.2.1
'@codemirror/autocomplete': 6.20.0
'@codemirror/language': 6.12.1
- '@lezer/common': 1.5.0
+ '@lezer/common': 1.5.1
- '@bpmn-io/lezer-feel@2.1.0':
+ '@bpmn-io/lezer-feel@2.2.1':
dependencies:
'@lezer/highlight': 1.2.3
'@lezer/lr': 1.4.8
min-dash: 5.0.0
- '@bpmn-io/properties-panel@3.36.0':
+ '@bpmn-io/properties-panel@3.38.0':
dependencies:
- '@bpmn-io/feel-editor': 2.1.0
- '@carbon/icons': 11.73.0
- '@codemirror/view': 6.39.11
+ '@bpmn-io/feel-editor': 2.4.0
+ '@carbon/icons': 11.74.0
+ '@codemirror/view': 6.39.13
classnames: 2.5.1
- feelers: 1.4.0
+ feelers: 1.5.1
focus-trap: 7.8.0
- min-dash: 4.2.3
- min-dom: 4.2.1
+ min-dash: 5.0.0
+ min-dom: 5.2.0
'@cacheable/memory@2.0.7':
dependencies:
- '@cacheable/utils': 2.3.3
+ '@cacheable/utils': 2.3.4
'@keyv/bigmap': 1.3.1(keyv@5.6.0)
- hookified: 1.15.0
+ hookified: 1.15.1
keyv: 5.6.0
- '@cacheable/utils@2.3.3':
+ '@cacheable/utils@2.3.4':
dependencies:
hashery: 1.4.0
keyv: 5.6.0
- '@camunda/feel-builtins@0.2.0': {}
+ '@camunda/feel-builtins@0.3.0': {}
- '@carbon/icons@11.73.0':
+ '@carbon/icons@11.74.0':
dependencies:
'@ibm/telemetry-js': 1.11.0
@@ -12793,7 +13167,7 @@ snapshots:
outdent: 0.5.0
prettier: 2.8.8
resolve-from: 5.0.0
- semver: 7.7.3
+ semver: 7.7.4
'@changesets/assemble-release-plan@6.0.9':
dependencies:
@@ -12802,7 +13176,7 @@ snapshots:
'@changesets/should-skip-package': 0.1.2
'@changesets/types': 6.1.0
'@manypkg/get-packages': 1.1.3
- semver: 7.7.3
+ semver: 7.7.4
'@changesets/changelog-git@0.2.1':
dependencies:
@@ -12816,7 +13190,7 @@ snapshots:
transitivePeerDependencies:
- encoding
- '@changesets/cli@2.29.8(@types/node@24.10.9)':
+ '@changesets/cli@2.29.8(@types/node@24.10.13)':
dependencies:
'@changesets/apply-release-plan': 7.0.14
'@changesets/assemble-release-plan': 6.0.9
@@ -12832,7 +13206,7 @@ snapshots:
'@changesets/should-skip-package': 0.1.2
'@changesets/types': 6.1.0
'@changesets/write': 0.4.0
- '@inquirer/external-editor': 1.0.3(@types/node@24.10.9)
+ '@inquirer/external-editor': 1.0.3(@types/node@24.10.13)
'@manypkg/get-packages': 1.1.3
ansi-colors: 4.1.3
ci-info: 3.9.0
@@ -12843,7 +13217,7 @@ snapshots:
package-manager-detector: 0.2.11
picocolors: 1.1.1
resolve-from: 5.0.0
- semver: 7.7.3
+ semver: 7.7.4
spawndamnit: 3.0.1
term-size: 2.2.1
transitivePeerDependencies:
@@ -12868,7 +13242,7 @@ snapshots:
'@changesets/types': 6.1.0
'@manypkg/get-packages': 1.1.3
picocolors: 1.1.1
- semver: 7.7.3
+ semver: 7.7.4
'@changesets/get-github-info@0.7.0':
dependencies:
@@ -12955,47 +13329,47 @@ snapshots:
dependencies:
'@codemirror/language': 6.12.1
'@codemirror/state': 6.5.4
- '@codemirror/view': 6.39.11
- '@lezer/common': 1.5.0
+ '@codemirror/view': 6.39.13
+ '@lezer/common': 1.5.1
- '@codemirror/commands@6.10.1':
+ '@codemirror/commands@6.10.2':
dependencies:
'@codemirror/language': 6.12.1
'@codemirror/state': 6.5.4
- '@codemirror/view': 6.39.11
- '@lezer/common': 1.5.0
+ '@codemirror/view': 6.39.13
+ '@lezer/common': 1.5.1
'@codemirror/language@6.12.1':
dependencies:
'@codemirror/state': 6.5.4
- '@codemirror/view': 6.39.11
- '@lezer/common': 1.5.0
+ '@codemirror/view': 6.39.13
+ '@lezer/common': 1.5.1
'@lezer/highlight': 1.2.3
'@lezer/lr': 1.4.8
style-mod: 4.1.3
- '@codemirror/lint@6.9.2':
+ '@codemirror/lint@6.9.3':
dependencies:
'@codemirror/state': 6.5.4
- '@codemirror/view': 6.39.11
+ '@codemirror/view': 6.39.13
crelt: 1.0.6
'@codemirror/state@6.5.4':
dependencies:
'@marijn/find-cluster-break': 1.0.2
- '@codemirror/view@6.39.11':
+ '@codemirror/view@6.39.13':
dependencies:
'@codemirror/state': 6.5.4
crelt: 1.0.6
style-mod: 4.1.3
w3c-keyname: 2.2.8
- '@commitlint/cli@19.8.1(@types/node@24.10.9)(typescript@5.9.3)':
+ '@commitlint/cli@19.8.1(@types/node@24.10.13)(typescript@5.9.3)':
dependencies:
'@commitlint/format': 19.8.1
'@commitlint/lint': 19.8.1
- '@commitlint/load': 19.8.1(@types/node@24.10.9)(typescript@5.9.3)
+ '@commitlint/load': 19.8.1(@types/node@24.10.13)(typescript@5.9.3)
'@commitlint/read': 19.8.1
'@commitlint/types': 19.8.1
tinyexec: 1.0.2
@@ -13033,7 +13407,7 @@ snapshots:
'@commitlint/is-ignored@19.8.1':
dependencies:
'@commitlint/types': 19.8.1
- semver: 7.7.3
+ semver: 7.7.4
'@commitlint/lint@19.8.1':
dependencies:
@@ -13042,7 +13416,7 @@ snapshots:
'@commitlint/rules': 19.8.1
'@commitlint/types': 19.8.1
- '@commitlint/load@19.8.1(@types/node@24.10.9)(typescript@5.9.3)':
+ '@commitlint/load@19.8.1(@types/node@24.10.13)(typescript@5.9.3)':
dependencies:
'@commitlint/config-validator': 19.8.1
'@commitlint/execute-rule': 19.8.1
@@ -13050,7 +13424,7 @@ snapshots:
'@commitlint/types': 19.8.1
chalk: 5.6.2
cosmiconfig: 9.0.0(typescript@5.9.3)
- cosmiconfig-typescript-loader: 6.2.0(@types/node@24.10.9)(cosmiconfig@9.0.0(typescript@5.9.3))(typescript@5.9.3)
+ cosmiconfig-typescript-loader: 6.2.0(@types/node@24.10.13)(cosmiconfig@9.0.0(typescript@5.9.3))(typescript@5.9.3)
lodash.isplainobject: 4.0.6
lodash.merge: 4.6.2
lodash.uniq: 4.5.0
@@ -13101,7 +13475,7 @@ snapshots:
'@types/conventional-commits-parser': 5.0.2
chalk: 5.6.2
- '@cspell/cspell-bundled-dicts@9.6.0':
+ '@cspell/cspell-bundled-dicts@9.6.4':
dependencies:
'@cspell/dict-ada': 4.1.1
'@cspell/dict-al': 1.1.1
@@ -13118,9 +13492,9 @@ snapshots:
'@cspell/dict-docker': 1.1.17
'@cspell/dict-dotnet': 5.0.11
'@cspell/dict-elixir': 4.0.8
- '@cspell/dict-en-common-misspellings': 2.1.11
- '@cspell/dict-en-gb-mit': 3.1.16
- '@cspell/dict-en_us': 4.4.27
+ '@cspell/dict-en-common-misspellings': 2.1.12
+ '@cspell/dict-en-gb-mit': 3.1.18
+ '@cspell/dict-en_us': 4.4.29
'@cspell/dict-filetypes': 3.0.15
'@cspell/dict-flutter': 1.1.1
'@cspell/dict-fonts': 4.0.5
@@ -13137,21 +13511,21 @@ snapshots:
'@cspell/dict-julia': 1.1.1
'@cspell/dict-k8s': 1.0.12
'@cspell/dict-kotlin': 1.1.1
- '@cspell/dict-latex': 4.0.4
+ '@cspell/dict-latex': 5.0.0
'@cspell/dict-lorem-ipsum': 4.0.5
'@cspell/dict-lua': 4.0.8
'@cspell/dict-makefile': 1.0.5
'@cspell/dict-markdown': 2.0.14(@cspell/dict-css@4.0.19)(@cspell/dict-html-symbol-entities@4.0.5)(@cspell/dict-html@4.0.14)(@cspell/dict-typescript@3.2.3)
'@cspell/dict-monkeyc': 1.0.12
'@cspell/dict-node': 5.0.9
- '@cspell/dict-npm': 5.2.30
+ '@cspell/dict-npm': 5.2.33
'@cspell/dict-php': 4.1.1
'@cspell/dict-powershell': 5.0.15
'@cspell/dict-public-licenses': 2.0.15
'@cspell/dict-python': 4.2.25
'@cspell/dict-r': 2.1.1
'@cspell/dict-ruby': 5.1.0
- '@cspell/dict-rust': 4.1.1
+ '@cspell/dict-rust': 4.1.2
'@cspell/dict-scala': 5.0.9
'@cspell/dict-shell': 1.1.2
'@cspell/dict-software-terms': 5.1.20
@@ -13163,19 +13537,25 @@ snapshots:
'@cspell/dict-vue': 3.0.5
'@cspell/dict-zig': 1.0.0
- '@cspell/cspell-json-reporter@9.6.0':
+ '@cspell/cspell-json-reporter@9.6.4':
dependencies:
- '@cspell/cspell-types': 9.6.0
+ '@cspell/cspell-types': 9.6.4
- '@cspell/cspell-pipe@9.6.0': {}
+ '@cspell/cspell-performance-monitor@9.6.4': {}
- '@cspell/cspell-resolver@9.6.0':
+ '@cspell/cspell-pipe@9.6.4': {}
+
+ '@cspell/cspell-resolver@9.6.4':
dependencies:
global-directory: 4.0.1
- '@cspell/cspell-service-bus@9.6.0': {}
+ '@cspell/cspell-service-bus@9.6.4': {}
- '@cspell/cspell-types@9.6.0': {}
+ '@cspell/cspell-types@9.6.4': {}
+
+ '@cspell/cspell-worker@9.6.4':
+ dependencies:
+ cspell-lib: 9.6.4
'@cspell/dict-ada@4.1.1': {}
@@ -13209,11 +13589,11 @@ snapshots:
'@cspell/dict-elixir@4.0.8': {}
- '@cspell/dict-en-common-misspellings@2.1.11': {}
+ '@cspell/dict-en-common-misspellings@2.1.12': {}
- '@cspell/dict-en-gb-mit@3.1.16': {}
+ '@cspell/dict-en-gb-mit@3.1.18': {}
- '@cspell/dict-en_us@4.4.27': {}
+ '@cspell/dict-en_us@4.4.29': {}
'@cspell/dict-filetypes@3.0.15': {}
@@ -13247,7 +13627,7 @@ snapshots:
'@cspell/dict-kotlin@1.1.1': {}
- '@cspell/dict-latex@4.0.4': {}
+ '@cspell/dict-latex@5.0.0': {}
'@cspell/dict-lorem-ipsum@4.0.5': {}
@@ -13266,7 +13646,7 @@ snapshots:
'@cspell/dict-node@5.0.9': {}
- '@cspell/dict-npm@5.2.30': {}
+ '@cspell/dict-npm@5.2.33': {}
'@cspell/dict-php@4.1.1': {}
@@ -13282,7 +13662,7 @@ snapshots:
'@cspell/dict-ruby@5.1.0': {}
- '@cspell/dict-rust@4.1.1': {}
+ '@cspell/dict-rust@4.1.2': {}
'@cspell/dict-scala@5.0.9': {}
@@ -13304,24 +13684,26 @@ snapshots:
'@cspell/dict-zig@1.0.0': {}
- '@cspell/dynamic-import@9.6.0':
+ '@cspell/dynamic-import@9.6.4':
dependencies:
- '@cspell/url': 9.6.0
+ '@cspell/url': 9.6.4
import-meta-resolve: 4.2.0
- '@cspell/filetypes@9.6.0': {}
+ '@cspell/filetypes@9.6.4': {}
- '@cspell/strong-weak-map@9.6.0': {}
+ '@cspell/rpc@9.6.4': {}
- '@cspell/url@9.6.0': {}
+ '@cspell/strong-weak-map@9.6.4': {}
+
+ '@cspell/url@9.6.4': {}
'@css-render/plugin-bem@0.15.14(css-render@0.15.14)':
dependencies:
css-render: 0.15.14
- '@css-render/vue3-ssr@0.15.14(vue@3.5.27(typescript@5.9.3))':
+ '@css-render/vue3-ssr@0.15.14(vue@3.5.28(typescript@5.9.3))':
dependencies:
- vue: 3.5.27(typescript@5.9.3)
+ vue: 3.5.28(typescript@5.9.3)
'@csstools/cascade-layer-name-parser@2.0.5(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)':
dependencies:
@@ -13346,7 +13728,7 @@ snapshots:
dependencies:
'@csstools/css-tokenizer': 3.0.4
- '@csstools/css-syntax-patches-for-csstree@1.0.26': {}
+ '@csstools/css-syntax-patches-for-csstree@1.0.27': {}
'@csstools/css-tokenizer@3.0.4': {}
@@ -13638,10 +14020,10 @@ snapshots:
'@docsearch/css@3.8.2': {}
- '@docsearch/js@3.8.2(@algolia/client-search@5.47.0)(search-insights@2.17.3)':
+ '@docsearch/js@3.8.2(@algolia/client-search@5.48.0)(search-insights@2.17.3)':
dependencies:
- '@docsearch/react': 3.8.2(@algolia/client-search@5.47.0)(search-insights@2.17.3)
- preact: 10.28.2
+ '@docsearch/react': 3.8.2(@algolia/client-search@5.48.0)(search-insights@2.17.3)
+ preact: 10.28.3
transitivePeerDependencies:
- '@algolia/client-search'
- '@types/react'
@@ -13649,12 +14031,12 @@ snapshots:
- react-dom
- search-insights
- '@docsearch/react@3.8.2(@algolia/client-search@5.47.0)(search-insights@2.17.3)':
+ '@docsearch/react@3.8.2(@algolia/client-search@5.48.0)(search-insights@2.17.3)':
dependencies:
- '@algolia/autocomplete-core': 1.17.7(@algolia/client-search@5.47.0)(algoliasearch@5.47.0)(search-insights@2.17.3)
- '@algolia/autocomplete-preset-algolia': 1.17.7(@algolia/client-search@5.47.0)(algoliasearch@5.47.0)
+ '@algolia/autocomplete-core': 1.17.7(@algolia/client-search@5.48.0)(algoliasearch@5.48.0)(search-insights@2.17.3)
+ '@algolia/autocomplete-preset-algolia': 1.17.7(@algolia/client-search@5.48.0)(algoliasearch@5.48.0)
'@docsearch/css': 3.8.2
- algoliasearch: 5.47.0
+ algoliasearch: 5.48.0
optionalDependencies:
search-insights: 2.17.3
transitivePeerDependencies:
@@ -13662,9 +14044,9 @@ snapshots:
'@dual-bundle/import-meta-resolve@4.2.1': {}
- '@element-plus/icons-vue@2.3.2(vue@3.5.27(typescript@5.9.3))':
+ '@element-plus/icons-vue@2.3.2(vue@3.5.28(typescript@5.9.3))':
dependencies:
- vue: 3.5.27(typescript@5.9.3)
+ vue: 3.5.28(typescript@5.9.3)
'@emnapi/core@1.8.1':
dependencies:
@@ -13686,6 +14068,8 @@ snapshots:
'@emotion/hash@0.9.2': {}
+ '@emotion/unitless@0.7.5': {}
+
'@emotion/unitless@0.8.1': {}
'@epic-web/invariant@1.0.0': {}
@@ -13693,7 +14077,7 @@ snapshots:
'@es-joy/jsdoccomment@0.78.0':
dependencies:
'@types/estree': 1.0.8
- '@typescript-eslint/types': 8.53.1
+ '@typescript-eslint/types': 8.55.0
comment-parser: 1.4.1
esquery: 1.7.0
jsdoc-type-pratt-parser: 7.0.0
@@ -13824,48 +14208,48 @@ snapshots:
'@eslint/core': 0.17.0
levn: 0.4.1
- '@floating-ui/core@1.7.3':
+ '@floating-ui/core@1.7.4':
dependencies:
'@floating-ui/utils': 0.2.10
- '@floating-ui/dom@1.7.4':
+ '@floating-ui/dom@1.7.5':
dependencies:
- '@floating-ui/core': 1.7.3
+ '@floating-ui/core': 1.7.4
'@floating-ui/utils': 0.2.10
'@floating-ui/utils@0.2.10': {}
- '@floating-ui/vue@1.1.9(vue@3.5.27(typescript@5.9.3))':
+ '@floating-ui/vue@1.1.10(vue@3.5.28(typescript@5.9.3))':
dependencies:
- '@floating-ui/dom': 1.7.4
+ '@floating-ui/dom': 1.7.5
'@floating-ui/utils': 0.2.10
- vue-demi: 0.14.10(vue@3.5.27(typescript@5.9.3))
+ vue-demi: 0.14.10(vue@3.5.28(typescript@5.9.3))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
- '@form-create/ant-design-vue@3.2.37(vue@3.5.27(typescript@5.9.3))':
+ '@form-create/ant-design-vue@3.2.37(vue@3.5.28(typescript@5.9.3))':
dependencies:
'@form-create/component-antdv-frame': 3.2.31
'@form-create/component-antdv-group': 3.2.34
'@form-create/component-antdv-upload': 3.2.31
'@form-create/component-subform': 3.2.34
- '@form-create/core': 3.2.37(vue@3.5.27(typescript@5.9.3))
+ '@form-create/core': 3.2.37(vue@3.5.28(typescript@5.9.3))
'@form-create/utils': 3.2.31
- vue: 3.5.27(typescript@5.9.3)
+ vue: 3.5.28(typescript@5.9.3)
- '@form-create/antd-designer@3.4.0(vue@3.5.27(typescript@5.9.3))':
+ '@form-create/antd-designer@3.4.0(vue@3.5.28(typescript@5.9.3))':
dependencies:
- '@form-create/ant-design-vue': 3.2.37(vue@3.5.27(typescript@5.9.3))
+ '@form-create/ant-design-vue': 3.2.37(vue@3.5.28(typescript@5.9.3))
'@form-create/component-wangeditor': 3.2.14
'@form-create/utils': 3.2.31
- ant-design-vue: 4.2.6(vue@3.5.27(typescript@5.9.3))
+ ant-design-vue: 4.2.6(vue@3.5.28(typescript@5.9.3))
codemirror: 6.65.7
js-beautify: 1.15.4
marked: 17.0.1
signature_pad: 5.1.3
- vue: 3.5.27(typescript@5.9.3)
- vuedraggable: 4.1.0(vue@3.5.27(typescript@5.9.3))
+ vue: 3.5.28(typescript@5.9.3)
+ vuedraggable: 4.1.0(vue@3.5.28(typescript@5.9.3))
'@form-create/component-antdv-frame@3.2.31':
dependencies:
@@ -13933,27 +14317,27 @@ snapshots:
dependencies:
wangeditor: 4.7.15
- '@form-create/core@3.2.37(vue@3.5.27(typescript@5.9.3))':
+ '@form-create/core@3.2.37(vue@3.5.28(typescript@5.9.3))':
dependencies:
'@form-create/utils': 3.2.31
- vue: 3.5.27(typescript@5.9.3)
+ vue: 3.5.28(typescript@5.9.3)
- '@form-create/designer@3.4.0(vue@3.5.27(typescript@5.9.3))':
+ '@form-create/designer@3.4.0(vue@3.5.28(typescript@5.9.3))':
dependencies:
'@form-create/component-wangeditor': 3.2.14
- '@form-create/element-ui': 3.2.37(vue@3.5.27(typescript@5.9.3))
+ '@form-create/element-ui': 3.2.37(vue@3.5.28(typescript@5.9.3))
'@form-create/utils': 3.2.31
codemirror: 6.65.7
- element-plus: 2.13.1(vue@3.5.27(typescript@5.9.3))
+ element-plus: 2.13.2(vue@3.5.28(typescript@5.9.3))
js-beautify: 1.15.4
marked: 17.0.1
signature_pad: 5.1.3
- vue: 3.5.27(typescript@5.9.3)
- vuedraggable: 4.1.0(vue@3.5.27(typescript@5.9.3))
+ vue: 3.5.28(typescript@5.9.3)
+ vuedraggable: 4.1.0(vue@3.5.28(typescript@5.9.3))
transitivePeerDependencies:
- '@vue/composition-api'
- '@form-create/element-ui@3.2.37(vue@3.5.27(typescript@5.9.3))':
+ '@form-create/element-ui@3.2.37(vue@3.5.28(typescript@5.9.3))':
dependencies:
'@form-create/component-elm-checkbox': 3.2.31
'@form-create/component-elm-frame': 3.2.31
@@ -13963,11 +14347,11 @@ snapshots:
'@form-create/component-elm-tree': 3.2.31
'@form-create/component-elm-upload': 3.2.31
'@form-create/component-subform': 3.2.34
- '@form-create/core': 3.2.37(vue@3.5.27(typescript@5.9.3))
+ '@form-create/core': 3.2.37(vue@3.5.28(typescript@5.9.3))
'@form-create/utils': 3.2.31
- vue: 3.5.27(typescript@5.9.3)
+ vue: 3.5.28(typescript@5.9.3)
- '@form-create/naive-ui@3.2.37(vue@3.5.27(typescript@5.9.3))':
+ '@form-create/naive-ui@3.2.37(vue@3.5.28(typescript@5.9.3))':
dependencies:
'@form-create/component-naive-checkbox': 3.2.31
'@form-create/component-naive-frame': 3.2.31
@@ -13975,9 +14359,9 @@ snapshots:
'@form-create/component-naive-radio': 3.2.31
'@form-create/component-naive-upload': 3.2.31
'@form-create/component-subform': 3.2.34
- '@form-create/core': 3.2.37(vue@3.5.27(typescript@5.9.3))
+ '@form-create/core': 3.2.37(vue@3.5.28(typescript@5.9.3))
'@form-create/utils': 3.2.31
- vue: 3.5.27(typescript@5.9.3)
+ vue: 3.5.28(typescript@5.9.3)
'@form-create/utils@3.2.31': {}
@@ -14006,15 +14390,15 @@ snapshots:
dependencies:
'@iconify/types': 2.0.0
- '@iconify-json/simple-icons@1.2.67':
+ '@iconify-json/simple-icons@1.2.70':
dependencies:
'@iconify/types': 2.0.0
- '@iconify-json/vscode-icons@1.2.40':
+ '@iconify-json/vscode-icons@1.2.41':
dependencies:
'@iconify/types': 2.0.0
- '@iconify/json@2.2.431':
+ '@iconify/json@2.2.438':
dependencies:
'@iconify/types': 2.0.0
pathe: 2.0.3
@@ -14031,19 +14415,19 @@ snapshots:
'@iconify/types': 2.0.0
mlly: 1.8.0
- '@iconify/vue@5.0.0(vue@3.5.27(typescript@5.9.3))':
+ '@iconify/vue@5.0.0(vue@3.5.28(typescript@5.9.3))':
dependencies:
'@iconify/types': 2.0.0
- vue: 3.5.27(typescript@5.9.3)
+ vue: 3.5.28(typescript@5.9.3)
- '@inquirer/external-editor@1.0.3(@types/node@24.10.9)':
+ '@inquirer/external-editor@1.0.3(@types/node@24.10.13)':
dependencies:
chardet: 2.1.1
iconv-lite: 0.7.2
optionalDependencies:
- '@types/node': 24.10.9
+ '@types/node': 24.10.13
- '@internationalized/date@3.10.1':
+ '@internationalized/date@3.11.0':
dependencies:
'@swc/helpers': 0.5.18
@@ -14051,7 +14435,7 @@ snapshots:
dependencies:
'@swc/helpers': 0.5.18
- '@intlify/bundle-utils@10.0.1(vue-i18n@11.2.8(vue@3.5.27(typescript@5.9.3)))':
+ '@intlify/bundle-utils@10.0.1(vue-i18n@11.2.8(vue@3.5.28(typescript@5.9.3)))':
dependencies:
'@intlify/message-compiler': 11.2.8
'@intlify/shared': 11.2.8
@@ -14063,7 +14447,7 @@ snapshots:
source-map-js: 1.2.1
yaml-eslint-parser: 1.3.2
optionalDependencies:
- vue-i18n: 11.2.8(vue@3.5.27(typescript@5.9.3))
+ vue-i18n: 11.2.8(vue@3.5.28(typescript@5.9.3))
'@intlify/core-base@11.2.8':
dependencies:
@@ -14077,15 +14461,15 @@ snapshots:
'@intlify/shared@11.2.8': {}
- '@intlify/unplugin-vue-i18n@6.0.8(@vue/compiler-dom@3.5.27)(eslint@9.39.2(jiti@2.6.1))(rollup@4.56.0)(typescript@5.9.3)(vue-i18n@11.2.8(vue@3.5.27(typescript@5.9.3)))(vue@3.5.27(typescript@5.9.3))':
+ '@intlify/unplugin-vue-i18n@6.0.8(@vue/compiler-dom@3.5.28)(eslint@9.39.2(jiti@2.6.1))(rollup@4.57.1)(typescript@5.9.3)(vue-i18n@11.2.8(vue@3.5.28(typescript@5.9.3)))(vue@3.5.28(typescript@5.9.3))':
dependencies:
'@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@2.6.1))
- '@intlify/bundle-utils': 10.0.1(vue-i18n@11.2.8(vue@3.5.27(typescript@5.9.3)))
+ '@intlify/bundle-utils': 10.0.1(vue-i18n@11.2.8(vue@3.5.28(typescript@5.9.3)))
'@intlify/shared': 11.2.8
- '@intlify/vue-i18n-extensions': 8.0.0(@intlify/shared@11.2.8)(@vue/compiler-dom@3.5.27)(vue-i18n@11.2.8(vue@3.5.27(typescript@5.9.3)))(vue@3.5.27(typescript@5.9.3))
- '@rollup/pluginutils': 5.3.0(rollup@4.56.0)
- '@typescript-eslint/scope-manager': 8.53.1
- '@typescript-eslint/typescript-estree': 8.53.1(typescript@5.9.3)
+ '@intlify/vue-i18n-extensions': 8.0.0(@intlify/shared@11.2.8)(@vue/compiler-dom@3.5.28)(vue-i18n@11.2.8(vue@3.5.28(typescript@5.9.3)))(vue@3.5.28(typescript@5.9.3))
+ '@rollup/pluginutils': 5.3.0(rollup@4.57.1)
+ '@typescript-eslint/scope-manager': 8.55.0
+ '@typescript-eslint/typescript-estree': 8.55.0(typescript@5.9.3)
debug: 4.4.3
fast-glob: 3.3.3
js-yaml: 4.1.1
@@ -14094,9 +14478,9 @@ snapshots:
picocolors: 1.1.1
source-map-js: 1.2.1
unplugin: 1.16.1
- vue: 3.5.27(typescript@5.9.3)
+ vue: 3.5.28(typescript@5.9.3)
optionalDependencies:
- vue-i18n: 11.2.8(vue@3.5.27(typescript@5.9.3))
+ vue-i18n: 11.2.8(vue@3.5.28(typescript@5.9.3))
transitivePeerDependencies:
- '@vue/compiler-dom'
- eslint
@@ -14104,20 +14488,20 @@ snapshots:
- supports-color
- typescript
- '@intlify/vue-i18n-extensions@8.0.0(@intlify/shared@11.2.8)(@vue/compiler-dom@3.5.27)(vue-i18n@11.2.8(vue@3.5.27(typescript@5.9.3)))(vue@3.5.27(typescript@5.9.3))':
+ '@intlify/vue-i18n-extensions@8.0.0(@intlify/shared@11.2.8)(@vue/compiler-dom@3.5.28)(vue-i18n@11.2.8(vue@3.5.28(typescript@5.9.3)))(vue@3.5.28(typescript@5.9.3))':
dependencies:
- '@babel/parser': 7.28.6
+ '@babel/parser': 7.29.0
optionalDependencies:
'@intlify/shared': 11.2.8
- '@vue/compiler-dom': 3.5.27
- vue: 3.5.27(typescript@5.9.3)
- vue-i18n: 11.2.8(vue@3.5.27(typescript@5.9.3))
+ '@vue/compiler-dom': 3.5.28
+ vue: 3.5.28(typescript@5.9.3)
+ vue-i18n: 11.2.8(vue@3.5.28(typescript@5.9.3))
'@ioredis/commands@1.5.0': {}
'@isaacs/balanced-match@4.0.1': {}
- '@isaacs/brace-expansion@5.0.0':
+ '@isaacs/brace-expansion@5.0.1':
dependencies:
'@isaacs/balanced-match': 4.0.1
@@ -14130,6 +14514,8 @@ snapshots:
wrap-ansi: 8.1.0
wrap-ansi-cjs: wrap-ansi@7.0.0
+ '@isaacs/cliui@9.0.0': {}
+
'@isaacs/fs-minipass@4.0.1':
dependencies:
minipass: 7.1.2
@@ -14158,17 +14544,17 @@ snapshots:
'@jridgewell/resolve-uri': 3.1.2
'@jridgewell/sourcemap-codec': 1.5.5
- '@jspm/generator@2.9.0':
+ '@jspm/generator@2.10.0':
dependencies:
- '@babel/core': 7.28.6
- '@babel/plugin-syntax-import-attributes': 7.28.6(@babel/core@7.28.6)
- '@babel/preset-typescript': 7.28.5(@babel/core@7.28.6)
+ '@babel/core': 7.29.0
+ '@babel/plugin-syntax-import-attributes': 7.28.6(@babel/core@7.29.0)
+ '@babel/preset-typescript': 7.28.5(@babel/core@7.29.0)
'@jspm/import-map': 1.2.2
es-module-lexer: 1.7.0
- minimatch: 10.1.1
+ minimatch: 10.1.2
node-fetch-cache: 5.1.0
pako: 2.1.0
- sver: 1.8.4
+ sver: 2.0.1
tar-stream: 3.1.7
transitivePeerDependencies:
- bare-abort-controller
@@ -14182,24 +14568,24 @@ snapshots:
'@keyv/bigmap@1.3.1(keyv@5.6.0)':
dependencies:
hashery: 1.4.0
- hookified: 1.15.0
+ hookified: 1.15.1
keyv: 5.6.0
'@keyv/serialize@1.1.1': {}
- '@lezer/common@1.5.0': {}
+ '@lezer/common@1.5.1': {}
'@lezer/highlight@1.2.3':
dependencies:
- '@lezer/common': 1.5.0
+ '@lezer/common': 1.5.1
'@lezer/lr@1.4.8':
dependencies:
- '@lezer/common': 1.5.0
+ '@lezer/common': 1.5.1
'@lezer/markdown@1.6.3':
dependencies:
- '@lezer/common': 1.5.0
+ '@lezer/common': 1.5.1
'@lezer/highlight': 1.2.3
'@manypkg/find-root@1.1.0':
@@ -14240,34 +14626,34 @@ snapshots:
https-proxy-agent: 7.0.6
node-fetch: 2.7.0
nopt: 8.1.0
- semver: 7.7.3
- tar: 7.5.6
+ semver: 7.7.4
+ tar: 7.5.7
transitivePeerDependencies:
- encoding
- supports-color
'@marijn/find-cluster-break@1.0.2': {}
- '@microsoft/api-extractor-model@7.32.2(@types/node@25.0.10)':
+ '@microsoft/api-extractor-model@7.32.2(@types/node@25.2.3)':
dependencies:
'@microsoft/tsdoc': 0.16.0
'@microsoft/tsdoc-config': 0.18.0
- '@rushstack/node-core-library': 5.19.1(@types/node@25.0.10)
+ '@rushstack/node-core-library': 5.19.1(@types/node@25.2.3)
transitivePeerDependencies:
- '@types/node'
- '@microsoft/api-extractor@7.55.2(@types/node@25.0.10)':
+ '@microsoft/api-extractor@7.56.3(@types/node@25.2.3)':
dependencies:
- '@microsoft/api-extractor-model': 7.32.2(@types/node@25.0.10)
+ '@microsoft/api-extractor-model': 7.32.2(@types/node@25.2.3)
'@microsoft/tsdoc': 0.16.0
'@microsoft/tsdoc-config': 0.18.0
- '@rushstack/node-core-library': 5.19.1(@types/node@25.0.10)
+ '@rushstack/node-core-library': 5.19.1(@types/node@25.2.3)
'@rushstack/rig-package': 0.6.0
- '@rushstack/terminal': 0.19.5(@types/node@25.0.10)
- '@rushstack/ts-command-line': 5.1.5(@types/node@25.0.10)
+ '@rushstack/terminal': 0.21.0(@types/node@25.2.3)
+ '@rushstack/ts-command-line': 5.2.0(@types/node@25.2.3)
diff: 8.0.3
lodash: 4.17.23
- minimatch: 10.0.3
+ minimatch: 10.1.2
resolve: 1.22.11
semver: 7.5.4
source-map: 0.6.1
@@ -14305,17 +14691,17 @@ snapshots:
'@nodelib/fs.scandir': 2.1.5
fastq: 1.20.1
- '@nolebase/ui@2.18.2(vitepress@1.6.4(@algolia/client-search@5.47.0)(@types/node@25.0.10)(async-validator@4.2.5)(axios@1.13.3)(change-case@5.4.4)(less@4.5.1)(nprogress@0.2.0)(postcss@8.5.6)(qrcode@1.5.4)(sass@1.97.3)(search-insights@2.17.3)(sortablejs@1.15.6)(terser@5.46.0)(typescript@5.9.3))(vue@3.5.27(typescript@5.9.3))':
+ '@nolebase/ui@2.18.2(vitepress@1.6.4(@algolia/client-search@5.48.0)(@types/node@25.2.3)(async-validator@4.2.5)(axios@1.13.5)(change-case@5.4.4)(less@4.5.1)(nprogress@0.2.0)(postcss@8.5.6)(qrcode@1.5.4)(sass@1.97.3)(search-insights@2.17.3)(sortablejs@1.15.6)(terser@5.46.0)(typescript@5.9.3))(vue@3.5.28(typescript@5.9.3))':
dependencies:
'@iconify-json/octicon': 1.2.20
less: 4.5.1
- vitepress: 1.6.4(@algolia/client-search@5.47.0)(@types/node@25.0.10)(async-validator@4.2.5)(axios@1.13.3)(change-case@5.4.4)(less@4.5.1)(nprogress@0.2.0)(postcss@8.5.6)(qrcode@1.5.4)(sass@1.97.3)(search-insights@2.17.3)(sortablejs@1.15.6)(terser@5.46.0)(typescript@5.9.3)
- vue: 3.5.27(typescript@5.9.3)
+ vitepress: 1.6.4(@algolia/client-search@5.48.0)(@types/node@25.2.3)(async-validator@4.2.5)(axios@1.13.5)(change-case@5.4.4)(less@4.5.1)(nprogress@0.2.0)(postcss@8.5.6)(qrcode@1.5.4)(sass@1.97.3)(search-insights@2.17.3)(sortablejs@1.15.6)(terser@5.46.0)(typescript@5.9.3)
+ vue: 3.5.28(typescript@5.9.3)
- '@nolebase/vitepress-plugin-git-changelog@2.18.2(vitepress@1.6.4(@algolia/client-search@5.47.0)(@types/node@25.0.10)(async-validator@4.2.5)(axios@1.13.3)(change-case@5.4.4)(less@4.5.1)(nprogress@0.2.0)(postcss@8.5.6)(qrcode@1.5.4)(sass@1.97.3)(search-insights@2.17.3)(sortablejs@1.15.6)(terser@5.46.0)(typescript@5.9.3))(vue@3.5.27(typescript@5.9.3))':
+ '@nolebase/vitepress-plugin-git-changelog@2.18.2(vitepress@1.6.4(@algolia/client-search@5.48.0)(@types/node@25.2.3)(async-validator@4.2.5)(axios@1.13.5)(change-case@5.4.4)(less@4.5.1)(nprogress@0.2.0)(postcss@8.5.6)(qrcode@1.5.4)(sass@1.97.3)(search-insights@2.17.3)(sortablejs@1.15.6)(terser@5.46.0)(typescript@5.9.3))(vue@3.5.28(typescript@5.9.3))':
dependencies:
'@iconify-json/octicon': 1.2.20
- '@nolebase/ui': 2.18.2(vitepress@1.6.4(@algolia/client-search@5.47.0)(@types/node@25.0.10)(async-validator@4.2.5)(axios@1.13.3)(change-case@5.4.4)(less@4.5.1)(nprogress@0.2.0)(postcss@8.5.6)(qrcode@1.5.4)(sass@1.97.3)(search-insights@2.17.3)(sortablejs@1.15.6)(terser@5.46.0)(typescript@5.9.3))(vue@3.5.27(typescript@5.9.3))
+ '@nolebase/ui': 2.18.2(vitepress@1.6.4(@algolia/client-search@5.48.0)(@types/node@25.2.3)(async-validator@4.2.5)(axios@1.13.5)(change-case@5.4.4)(less@4.5.1)(nprogress@0.2.0)(postcss@8.5.6)(qrcode@1.5.4)(sass@1.97.3)(search-insights@2.17.3)(sortablejs@1.15.6)(terser@5.46.0)(typescript@5.9.3))(vue@3.5.28(typescript@5.9.3))
colorette: 2.0.20
date-fns: 4.1.0
defu: 6.1.4
@@ -14325,17 +14711,17 @@ snapshots:
gray-matter: 4.0.3
less: 4.5.1
uncrypto: 0.1.3
- vitepress: 1.6.4(@algolia/client-search@5.47.0)(@types/node@25.0.10)(async-validator@4.2.5)(axios@1.13.3)(change-case@5.4.4)(less@4.5.1)(nprogress@0.2.0)(postcss@8.5.6)(qrcode@1.5.4)(sass@1.97.3)(search-insights@2.17.3)(sortablejs@1.15.6)(terser@5.46.0)(typescript@5.9.3)
+ vitepress: 1.6.4(@algolia/client-search@5.48.0)(@types/node@25.2.3)(async-validator@4.2.5)(axios@1.13.5)(change-case@5.4.4)(less@4.5.1)(nprogress@0.2.0)(postcss@8.5.6)(qrcode@1.5.4)(sass@1.97.3)(search-insights@2.17.3)(sortablejs@1.15.6)(terser@5.46.0)(typescript@5.9.3)
transitivePeerDependencies:
- vue
'@npmcli/fs@5.0.0':
dependencies:
- semver: 7.7.3
+ semver: 7.7.4
- '@nuxt/kit@3.21.0(magicast@0.5.1)':
+ '@nuxt/kit@3.21.1(magicast@0.5.2)':
dependencies:
- c12: 3.3.3(magicast@0.5.1)
+ c12: 3.3.3(magicast@0.5.2)
consola: 3.4.2
defu: 6.1.4
destr: 2.0.5
@@ -14349,9 +14735,9 @@ snapshots:
ohash: 2.0.11
pathe: 2.0.3
pkg-types: 2.3.0
- rc9: 2.1.2
+ rc9: 3.0.0
scule: 1.3.0
- semver: 7.7.3
+ semver: 7.7.4
tinyglobby: 0.2.15
ufo: 1.6.3
unctx: 2.5.0
@@ -14360,9 +14746,9 @@ snapshots:
- magicast
optional: true
- '@nuxt/kit@4.3.0(magicast@0.5.1)':
+ '@nuxt/kit@4.3.1(magicast@0.5.2)':
dependencies:
- c12: 3.3.3(magicast@0.5.1)
+ c12: 3.3.3(magicast@0.5.2)
consola: 3.4.2
defu: 6.1.4
destr: 2.0.5
@@ -14375,9 +14761,9 @@ snapshots:
ohash: 2.0.11
pathe: 2.0.3
pkg-types: 2.3.0
- rc9: 2.1.2
+ rc9: 3.0.0
scule: 1.3.0
- semver: 7.7.3
+ semver: 7.7.4
tinyglobby: 0.2.15
ufo: 1.6.3
unctx: 2.5.0
@@ -14457,9 +14843,9 @@ snapshots:
'@pkgr/core@0.2.9': {}
- '@playwright/test@1.58.0':
+ '@playwright/test@1.58.2':
dependencies:
- playwright: 1.58.0
+ playwright: 1.58.2
'@pnpm/config.env-replace@1.1.0': {}
@@ -14504,32 +14890,32 @@ snapshots:
'@poppinss/exception@1.2.3': {}
- '@publint/pack@0.1.3': {}
+ '@publint/pack@0.1.4': {}
- '@rolldown/pluginutils@1.0.0-beta.53': {}
+ '@rolldown/pluginutils@1.0.0-rc.2': {}
- '@rolldown/pluginutils@1.0.0-rc.1': {}
+ '@rolldown/pluginutils@1.0.0-rc.3': {}
- '@rollup/plugin-alias@5.1.1(rollup@4.56.0)':
+ '@rollup/plugin-alias@5.1.1(rollup@4.57.1)':
optionalDependencies:
- rollup: 4.56.0
+ rollup: 4.57.1
- '@rollup/plugin-alias@6.0.0(rollup@4.56.0)':
+ '@rollup/plugin-alias@6.0.0(rollup@4.57.1)':
optionalDependencies:
- rollup: 4.56.0
+ rollup: 4.57.1
- '@rollup/plugin-babel@5.3.1(@babel/core@7.28.6)(rollup@2.79.2)':
+ '@rollup/plugin-babel@5.3.1(@babel/core@7.29.0)(rollup@2.79.2)':
dependencies:
- '@babel/core': 7.28.6
+ '@babel/core': 7.29.0
'@babel/helper-module-imports': 7.28.6
'@rollup/pluginutils': 3.1.0(rollup@2.79.2)
rollup: 2.79.2
transitivePeerDependencies:
- supports-color
- '@rollup/plugin-commonjs@28.0.9(rollup@4.56.0)':
+ '@rollup/plugin-commonjs@28.0.9(rollup@4.57.1)':
dependencies:
- '@rollup/pluginutils': 5.3.0(rollup@4.56.0)
+ '@rollup/pluginutils': 5.3.0(rollup@4.57.1)
commondir: 1.0.1
estree-walker: 2.0.2
fdir: 6.5.0(picomatch@4.0.3)
@@ -14537,11 +14923,11 @@ snapshots:
magic-string: 0.30.21
picomatch: 4.0.3
optionalDependencies:
- rollup: 4.56.0
+ rollup: 4.57.1
- '@rollup/plugin-commonjs@29.0.0(rollup@4.56.0)':
+ '@rollup/plugin-commonjs@29.0.0(rollup@4.57.1)':
dependencies:
- '@rollup/pluginutils': 5.3.0(rollup@4.56.0)
+ '@rollup/pluginutils': 5.3.0(rollup@4.57.1)
commondir: 1.0.1
estree-walker: 2.0.2
fdir: 6.5.0(picomatch@4.0.3)
@@ -14549,21 +14935,21 @@ snapshots:
magic-string: 0.30.21
picomatch: 4.0.3
optionalDependencies:
- rollup: 4.56.0
+ rollup: 4.57.1
- '@rollup/plugin-inject@5.0.5(rollup@4.56.0)':
+ '@rollup/plugin-inject@5.0.5(rollup@4.57.1)':
dependencies:
- '@rollup/pluginutils': 5.3.0(rollup@4.56.0)
+ '@rollup/pluginutils': 5.3.0(rollup@4.57.1)
estree-walker: 2.0.2
magic-string: 0.30.21
optionalDependencies:
- rollup: 4.56.0
+ rollup: 4.57.1
- '@rollup/plugin-json@6.1.0(rollup@4.56.0)':
+ '@rollup/plugin-json@6.1.0(rollup@4.57.1)':
dependencies:
- '@rollup/pluginutils': 5.3.0(rollup@4.56.0)
+ '@rollup/pluginutils': 5.3.0(rollup@4.57.1)
optionalDependencies:
- rollup: 4.56.0
+ rollup: 4.57.1
'@rollup/plugin-node-resolve@15.3.1(rollup@2.79.2)':
dependencies:
@@ -14575,15 +14961,15 @@ snapshots:
optionalDependencies:
rollup: 2.79.2
- '@rollup/plugin-node-resolve@16.0.3(rollup@4.56.0)':
+ '@rollup/plugin-node-resolve@16.0.3(rollup@4.57.1)':
dependencies:
- '@rollup/pluginutils': 5.3.0(rollup@4.56.0)
+ '@rollup/pluginutils': 5.3.0(rollup@4.57.1)
'@types/resolve': 1.20.2
deepmerge: 4.3.1
is-module: 1.0.0
resolve: 1.22.11
optionalDependencies:
- rollup: 4.56.0
+ rollup: 4.57.1
'@rollup/plugin-replace@2.4.2(rollup@2.79.2)':
dependencies:
@@ -14591,12 +14977,12 @@ snapshots:
magic-string: 0.25.9
rollup: 2.79.2
- '@rollup/plugin-replace@6.0.3(rollup@4.56.0)':
+ '@rollup/plugin-replace@6.0.3(rollup@4.57.1)':
dependencies:
- '@rollup/pluginutils': 5.3.0(rollup@4.56.0)
+ '@rollup/pluginutils': 5.3.0(rollup@4.57.1)
magic-string: 0.30.21
optionalDependencies:
- rollup: 4.56.0
+ rollup: 4.57.1
'@rollup/plugin-terser@0.4.4(rollup@2.79.2)':
dependencies:
@@ -14606,13 +14992,13 @@ snapshots:
optionalDependencies:
rollup: 2.79.2
- '@rollup/plugin-terser@0.4.4(rollup@4.56.0)':
+ '@rollup/plugin-terser@0.4.4(rollup@4.57.1)':
dependencies:
serialize-javascript: 6.0.2
smob: 1.5.0
terser: 5.46.0
optionalDependencies:
- rollup: 4.56.0
+ rollup: 4.57.1
'@rollup/pluginutils@3.1.0(rollup@2.79.2)':
dependencies:
@@ -14634,90 +15020,90 @@ snapshots:
optionalDependencies:
rollup: 2.79.2
- '@rollup/pluginutils@5.3.0(rollup@4.56.0)':
+ '@rollup/pluginutils@5.3.0(rollup@4.57.1)':
dependencies:
'@types/estree': 1.0.8
estree-walker: 2.0.2
picomatch: 4.0.3
optionalDependencies:
- rollup: 4.56.0
+ rollup: 4.57.1
- '@rollup/rollup-android-arm-eabi@4.56.0':
+ '@rollup/rollup-android-arm-eabi@4.57.1':
optional: true
- '@rollup/rollup-android-arm64@4.56.0':
+ '@rollup/rollup-android-arm64@4.57.1':
optional: true
- '@rollup/rollup-darwin-arm64@4.56.0':
+ '@rollup/rollup-darwin-arm64@4.57.1':
optional: true
- '@rollup/rollup-darwin-x64@4.56.0':
+ '@rollup/rollup-darwin-x64@4.57.1':
optional: true
- '@rollup/rollup-freebsd-arm64@4.56.0':
+ '@rollup/rollup-freebsd-arm64@4.57.1':
optional: true
- '@rollup/rollup-freebsd-x64@4.56.0':
+ '@rollup/rollup-freebsd-x64@4.57.1':
optional: true
- '@rollup/rollup-linux-arm-gnueabihf@4.56.0':
+ '@rollup/rollup-linux-arm-gnueabihf@4.57.1':
optional: true
- '@rollup/rollup-linux-arm-musleabihf@4.56.0':
+ '@rollup/rollup-linux-arm-musleabihf@4.57.1':
optional: true
- '@rollup/rollup-linux-arm64-gnu@4.56.0':
+ '@rollup/rollup-linux-arm64-gnu@4.57.1':
optional: true
- '@rollup/rollup-linux-arm64-musl@4.56.0':
+ '@rollup/rollup-linux-arm64-musl@4.57.1':
optional: true
- '@rollup/rollup-linux-loong64-gnu@4.56.0':
+ '@rollup/rollup-linux-loong64-gnu@4.57.1':
optional: true
- '@rollup/rollup-linux-loong64-musl@4.56.0':
+ '@rollup/rollup-linux-loong64-musl@4.57.1':
optional: true
- '@rollup/rollup-linux-ppc64-gnu@4.56.0':
+ '@rollup/rollup-linux-ppc64-gnu@4.57.1':
optional: true
- '@rollup/rollup-linux-ppc64-musl@4.56.0':
+ '@rollup/rollup-linux-ppc64-musl@4.57.1':
optional: true
- '@rollup/rollup-linux-riscv64-gnu@4.56.0':
+ '@rollup/rollup-linux-riscv64-gnu@4.57.1':
optional: true
- '@rollup/rollup-linux-riscv64-musl@4.56.0':
+ '@rollup/rollup-linux-riscv64-musl@4.57.1':
optional: true
- '@rollup/rollup-linux-s390x-gnu@4.56.0':
+ '@rollup/rollup-linux-s390x-gnu@4.57.1':
optional: true
- '@rollup/rollup-linux-x64-gnu@4.56.0':
+ '@rollup/rollup-linux-x64-gnu@4.57.1':
optional: true
- '@rollup/rollup-linux-x64-musl@4.56.0':
+ '@rollup/rollup-linux-x64-musl@4.57.1':
optional: true
- '@rollup/rollup-openbsd-x64@4.56.0':
+ '@rollup/rollup-openbsd-x64@4.57.1':
optional: true
- '@rollup/rollup-openharmony-arm64@4.56.0':
+ '@rollup/rollup-openharmony-arm64@4.57.1':
optional: true
- '@rollup/rollup-win32-arm64-msvc@4.56.0':
+ '@rollup/rollup-win32-arm64-msvc@4.57.1':
optional: true
- '@rollup/rollup-win32-ia32-msvc@4.56.0':
+ '@rollup/rollup-win32-ia32-msvc@4.57.1':
optional: true
- '@rollup/rollup-win32-x64-gnu@4.56.0':
+ '@rollup/rollup-win32-x64-gnu@4.57.1':
optional: true
- '@rollup/rollup-win32-x64-msvc@4.56.0':
+ '@rollup/rollup-win32-x64-msvc@4.57.1':
optional: true
- '@rushstack/node-core-library@5.19.1(@types/node@25.0.10)':
+ '@rushstack/node-core-library@5.19.1(@types/node@25.2.3)':
dependencies:
ajv: 8.13.0
ajv-draft-04: 1.0.0(ajv@8.13.0)
@@ -14728,28 +15114,28 @@ snapshots:
resolve: 1.22.11
semver: 7.5.4
optionalDependencies:
- '@types/node': 25.0.10
+ '@types/node': 25.2.3
- '@rushstack/problem-matcher@0.1.1(@types/node@25.0.10)':
+ '@rushstack/problem-matcher@0.1.1(@types/node@25.2.3)':
optionalDependencies:
- '@types/node': 25.0.10
+ '@types/node': 25.2.3
'@rushstack/rig-package@0.6.0':
dependencies:
resolve: 1.22.11
strip-json-comments: 3.1.1
- '@rushstack/terminal@0.19.5(@types/node@25.0.10)':
+ '@rushstack/terminal@0.21.0(@types/node@25.2.3)':
dependencies:
- '@rushstack/node-core-library': 5.19.1(@types/node@25.0.10)
- '@rushstack/problem-matcher': 0.1.1(@types/node@25.0.10)
+ '@rushstack/node-core-library': 5.19.1(@types/node@25.2.3)
+ '@rushstack/problem-matcher': 0.1.1(@types/node@25.2.3)
supports-color: 8.1.1
optionalDependencies:
- '@types/node': 25.0.10
+ '@types/node': 25.2.3
- '@rushstack/ts-command-line@5.1.5(@types/node@25.0.10)':
+ '@rushstack/ts-command-line@5.2.0(@types/node@25.2.3)':
dependencies:
- '@rushstack/terminal': 0.19.5(@types/node@25.0.10)
+ '@rushstack/terminal': 0.21.0(@types/node@25.2.3)
'@types/argparse': 1.0.38
argparse: 1.0.10
string-argv: 0.3.2
@@ -14831,9 +15217,9 @@ snapshots:
magic-string: 0.25.9
string.prototype.matchall: 4.0.12
- '@svelte-put/shortcut@4.1.0(svelte@5.48.2)':
+ '@svelte-put/shortcut@4.1.0(svelte@5.50.1)':
dependencies:
- svelte: 5.48.2
+ svelte: 5.50.1
'@sveltejs/acorn-typescript@1.0.8(acorn@8.15.0)':
dependencies:
@@ -14843,7 +15229,7 @@ snapshots:
dependencies:
tslib: 2.8.1
- '@sxzz/popperjs-es@2.11.7': {}
+ '@sxzz/popperjs-es@2.11.8': {}
'@tailwindcss/nesting@0.0.0-insiders.565cd3e(postcss@8.5.6)':
dependencies:
@@ -14859,34 +15245,34 @@ snapshots:
'@tanstack/virtual-core@3.13.18': {}
- '@tanstack/vue-store@0.8.0(vue@3.5.27(typescript@5.9.3))':
+ '@tanstack/vue-store@0.8.0(vue@3.5.28(typescript@5.9.3))':
dependencies:
'@tanstack/store': 0.8.0
- vue: 3.5.27(typescript@5.9.3)
- vue-demi: 0.14.10(vue@3.5.27(typescript@5.9.3))
+ vue: 3.5.28(typescript@5.9.3)
+ vue-demi: 0.14.10(vue@3.5.28(typescript@5.9.3))
- '@tanstack/vue-virtual@3.13.18(vue@3.5.27(typescript@5.9.3))':
+ '@tanstack/vue-virtual@3.13.18(vue@3.5.28(typescript@5.9.3))':
dependencies:
'@tanstack/virtual-core': 3.13.18
- vue: 3.5.27(typescript@5.9.3)
+ vue: 3.5.28(typescript@5.9.3)
- '@tinyflow-ai/ui@1.1.10(svelte@5.48.2)':
+ '@tinyflow-ai/ui@1.1.10(svelte@5.50.1)':
dependencies:
- '@floating-ui/dom': 1.7.4
- '@xyflow/svelte': 1.5.0(svelte@5.48.2)
+ '@floating-ui/dom': 1.7.5
+ '@xyflow/svelte': 1.5.0(svelte@5.50.1)
transitivePeerDependencies:
- svelte
- '@tinyflow-ai/vue@1.1.10(svelte@5.48.2)(vue@3.5.27(typescript@5.9.3))':
+ '@tinyflow-ai/vue@1.1.10(svelte@5.50.1)(vue@3.5.28(typescript@5.9.3))':
dependencies:
- '@tinyflow-ai/ui': 1.1.10(svelte@5.48.2)
- vue: 3.5.27(typescript@5.9.3)
+ '@tinyflow-ai/ui': 1.1.10(svelte@5.50.1)
+ vue: 3.5.28(typescript@5.9.3)
transitivePeerDependencies:
- svelte
- '@tinymce/tinymce-vue@6.3.0(tinymce@7.9.1)(vue@3.5.27(typescript@5.9.3))':
+ '@tinymce/tinymce-vue@6.3.0(tinymce@7.9.1)(vue@3.5.28(typescript@5.9.3))':
dependencies:
- vue: 3.5.27(typescript@5.9.3)
+ vue: 3.5.28(typescript@5.9.3)
optionalDependencies:
tinymce: 7.9.1
@@ -14914,7 +15300,7 @@ snapshots:
'@types/conventional-commits-parser@5.0.2':
dependencies:
- '@types/node': 25.0.10
+ '@types/node': 25.2.3
'@types/crypto-js@4.2.2': {}
@@ -15085,11 +15471,11 @@ snapshots:
'@types/node@12.20.55': {}
- '@types/node@24.10.9':
+ '@types/node@24.10.13':
dependencies:
undici-types: 7.16.0
- '@types/node@25.0.10':
+ '@types/node@25.2.3':
dependencies:
undici-types: 7.16.0
@@ -15103,13 +15489,13 @@ snapshots:
'@types/qrcode@1.5.6':
dependencies:
- '@types/node': 25.0.10
+ '@types/node': 25.2.3
'@types/qs@6.14.0': {}
'@types/readdir-glob@1.1.5':
dependencies:
- '@types/node': 25.0.10
+ '@types/node': 25.2.3
'@types/resolve@1.20.2': {}
@@ -15133,14 +15519,14 @@ snapshots:
'@types/web-bluetooth@0.0.21': {}
- '@typescript-eslint/eslint-plugin@8.53.1(@typescript-eslint/parser@8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)':
+ '@typescript-eslint/eslint-plugin@8.55.0(@typescript-eslint/parser@8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)':
dependencies:
'@eslint-community/regexpp': 4.12.2
- '@typescript-eslint/parser': 8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
- '@typescript-eslint/scope-manager': 8.53.1
- '@typescript-eslint/type-utils': 8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
- '@typescript-eslint/utils': 8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
- '@typescript-eslint/visitor-keys': 8.53.1
+ '@typescript-eslint/parser': 8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
+ '@typescript-eslint/scope-manager': 8.55.0
+ '@typescript-eslint/type-utils': 8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
+ '@typescript-eslint/utils': 8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
+ '@typescript-eslint/visitor-keys': 8.55.0
eslint: 9.39.2(jiti@2.6.1)
ignore: 7.0.5
natural-compare: 1.4.0
@@ -15149,22 +15535,22 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/parser@8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)':
+ '@typescript-eslint/parser@8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)':
dependencies:
- '@typescript-eslint/scope-manager': 8.53.1
- '@typescript-eslint/types': 8.53.1
- '@typescript-eslint/typescript-estree': 8.53.1(typescript@5.9.3)
- '@typescript-eslint/visitor-keys': 8.53.1
+ '@typescript-eslint/scope-manager': 8.55.0
+ '@typescript-eslint/types': 8.55.0
+ '@typescript-eslint/typescript-estree': 8.55.0(typescript@5.9.3)
+ '@typescript-eslint/visitor-keys': 8.55.0
debug: 4.4.3
eslint: 9.39.2(jiti@2.6.1)
typescript: 5.9.3
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/project-service@8.53.1(typescript@5.9.3)':
+ '@typescript-eslint/project-service@8.55.0(typescript@5.9.3)':
dependencies:
- '@typescript-eslint/tsconfig-utils': 8.53.1(typescript@5.9.3)
- '@typescript-eslint/types': 8.53.1
+ '@typescript-eslint/tsconfig-utils': 8.55.0(typescript@5.9.3)
+ '@typescript-eslint/types': 8.55.0
debug: 4.4.3
typescript: 5.9.3
transitivePeerDependencies:
@@ -15175,20 +15561,20 @@ snapshots:
'@typescript-eslint/types': 7.18.0
'@typescript-eslint/visitor-keys': 7.18.0
- '@typescript-eslint/scope-manager@8.53.1':
+ '@typescript-eslint/scope-manager@8.55.0':
dependencies:
- '@typescript-eslint/types': 8.53.1
- '@typescript-eslint/visitor-keys': 8.53.1
+ '@typescript-eslint/types': 8.55.0
+ '@typescript-eslint/visitor-keys': 8.55.0
- '@typescript-eslint/tsconfig-utils@8.53.1(typescript@5.9.3)':
+ '@typescript-eslint/tsconfig-utils@8.55.0(typescript@5.9.3)':
dependencies:
typescript: 5.9.3
- '@typescript-eslint/type-utils@8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)':
+ '@typescript-eslint/type-utils@8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)':
dependencies:
- '@typescript-eslint/types': 8.53.1
- '@typescript-eslint/typescript-estree': 8.53.1(typescript@5.9.3)
- '@typescript-eslint/utils': 8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
+ '@typescript-eslint/types': 8.55.0
+ '@typescript-eslint/typescript-estree': 8.55.0(typescript@5.9.3)
+ '@typescript-eslint/utils': 8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
debug: 4.4.3
eslint: 9.39.2(jiti@2.6.1)
ts-api-utils: 2.4.0(typescript@5.9.3)
@@ -15198,7 +15584,7 @@ snapshots:
'@typescript-eslint/types@7.18.0': {}
- '@typescript-eslint/types@8.53.1': {}
+ '@typescript-eslint/types@8.55.0': {}
'@typescript-eslint/typescript-estree@7.18.0(typescript@5.9.3)':
dependencies:
@@ -15208,22 +15594,22 @@ snapshots:
globby: 11.1.0
is-glob: 4.0.3
minimatch: 9.0.5
- semver: 7.7.3
+ semver: 7.7.4
ts-api-utils: 1.4.3(typescript@5.9.3)
optionalDependencies:
typescript: 5.9.3
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/typescript-estree@8.53.1(typescript@5.9.3)':
+ '@typescript-eslint/typescript-estree@8.55.0(typescript@5.9.3)':
dependencies:
- '@typescript-eslint/project-service': 8.53.1(typescript@5.9.3)
- '@typescript-eslint/tsconfig-utils': 8.53.1(typescript@5.9.3)
- '@typescript-eslint/types': 8.53.1
- '@typescript-eslint/visitor-keys': 8.53.1
+ '@typescript-eslint/project-service': 8.55.0(typescript@5.9.3)
+ '@typescript-eslint/tsconfig-utils': 8.55.0(typescript@5.9.3)
+ '@typescript-eslint/types': 8.55.0
+ '@typescript-eslint/visitor-keys': 8.55.0
debug: 4.4.3
minimatch: 9.0.5
- semver: 7.7.3
+ semver: 7.7.4
tinyglobby: 0.2.15
ts-api-utils: 2.4.0(typescript@5.9.3)
typescript: 5.9.3
@@ -15241,12 +15627,12 @@ snapshots:
- supports-color
- typescript
- '@typescript-eslint/utils@8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)':
+ '@typescript-eslint/utils@8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)':
dependencies:
'@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@2.6.1))
- '@typescript-eslint/scope-manager': 8.53.1
- '@typescript-eslint/types': 8.53.1
- '@typescript-eslint/typescript-estree': 8.53.1(typescript@5.9.3)
+ '@typescript-eslint/scope-manager': 8.55.0
+ '@typescript-eslint/types': 8.55.0
+ '@typescript-eslint/typescript-estree': 8.55.0(typescript@5.9.3)
eslint: 9.39.2(jiti@2.6.1)
typescript: 5.9.3
transitivePeerDependencies:
@@ -15257,9 +15643,9 @@ snapshots:
'@typescript-eslint/types': 7.18.0
eslint-visitor-keys: 3.4.3
- '@typescript-eslint/visitor-keys@8.53.1':
+ '@typescript-eslint/visitor-keys@8.55.0':
dependencies:
- '@typescript-eslint/types': 8.53.1
+ '@typescript-eslint/types': 8.55.0
eslint-visitor-keys: 4.2.1
'@ungap/structured-clone@1.3.0': {}
@@ -15323,24 +15709,268 @@ snapshots:
'@unrs/resolver-binding-win32-x64-msvc@1.11.1':
optional: true
- '@vee-validate/zod@4.15.1(vue@3.5.27(typescript@5.9.3))(zod@3.25.76)':
+ '@v-c/async-validator@1.0.0': {}
+
+ '@v-c/cascader@1.0.0(vue@3.5.28(typescript@5.9.3))':
+ dependencies:
+ '@v-c/select': 1.0.9(vue@3.5.28(typescript@5.9.3))
+ '@v-c/tree': 1.0.2(vue@3.5.28(typescript@5.9.3))
+ '@v-c/util': 1.0.13(vue@3.5.28(typescript@5.9.3))
+ vue: 3.5.28(typescript@5.9.3)
+
+ '@v-c/checkbox@1.0.1(vue@3.5.28(typescript@5.9.3))':
+ dependencies:
+ '@v-c/util': 1.0.13(vue@3.5.28(typescript@5.9.3))
+ vue: 3.5.28(typescript@5.9.3)
+
+ '@v-c/collapse@1.0.0(vue@3.5.28(typescript@5.9.3))':
+ dependencies:
+ '@v-c/util': 1.0.13(vue@3.5.28(typescript@5.9.3))
+ vue: 3.5.28(typescript@5.9.3)
+
+ '@v-c/color-picker@1.0.5(vue@3.5.28(typescript@5.9.3))':
+ dependencies:
+ '@ant-design/fast-color': 3.0.1
+ '@v-c/util': 1.0.13(vue@3.5.28(typescript@5.9.3))
+ vue: 3.5.28(typescript@5.9.3)
+
+ '@v-c/dialog@1.0.1(vue@3.5.28(typescript@5.9.3))':
+ dependencies:
+ '@v-c/portal': 1.0.7(vue@3.5.28(typescript@5.9.3))
+ '@v-c/util': 1.0.13(vue@3.5.28(typescript@5.9.3))
+ vue: 3.5.28(typescript@5.9.3)
+
+ '@v-c/drawer@1.0.0(vue@3.5.28(typescript@5.9.3))':
+ dependencies:
+ '@v-c/portal': 1.0.7(vue@3.5.28(typescript@5.9.3))
+ '@v-c/util': 1.0.13(vue@3.5.28(typescript@5.9.3))
+ vue: 3.5.28(typescript@5.9.3)
+
+ '@v-c/dropdown@1.0.2(vue@3.5.28(typescript@5.9.3))':
+ dependencies:
+ '@v-c/trigger': 1.0.11(vue@3.5.28(typescript@5.9.3))
+ '@v-c/util': 1.0.13(vue@3.5.28(typescript@5.9.3))
+ vue: 3.5.28(typescript@5.9.3)
+
+ '@v-c/image@1.0.2(vue@3.5.28(typescript@5.9.3))':
+ dependencies:
+ '@v-c/portal': 1.0.7(vue@3.5.28(typescript@5.9.3))
+ '@v-c/util': 1.0.13(vue@3.5.28(typescript@5.9.3))
+ vue: 3.5.28(typescript@5.9.3)
+
+ '@v-c/input-number@1.0.2(vue@3.5.28(typescript@5.9.3))':
+ dependencies:
+ '@v-c/input': 1.0.2(vue@3.5.28(typescript@5.9.3))
+ '@v-c/mini-decimal': 1.0.1
+ '@v-c/util': 1.0.13(vue@3.5.28(typescript@5.9.3))
+ vue: 3.5.28(typescript@5.9.3)
+
+ '@v-c/input@1.0.2(vue@3.5.28(typescript@5.9.3))':
+ dependencies:
+ '@v-c/util': 1.0.13(vue@3.5.28(typescript@5.9.3))
+ vue: 3.5.28(typescript@5.9.3)
+
+ '@v-c/mentions@1.0.0(vue@3.5.28(typescript@5.9.3))':
+ dependencies:
+ '@v-c/input': 1.0.2(vue@3.5.28(typescript@5.9.3))
+ '@v-c/menu': 1.0.10(vue@3.5.28(typescript@5.9.3))
+ '@v-c/textarea': 1.0.3(vue@3.5.28(typescript@5.9.3))
+ '@v-c/trigger': 1.0.11(vue@3.5.28(typescript@5.9.3))
+ '@v-c/util': 1.0.13(vue@3.5.28(typescript@5.9.3))
+ vue: 3.5.28(typescript@5.9.3)
+
+ '@v-c/menu@1.0.10(vue@3.5.28(typescript@5.9.3))':
+ dependencies:
+ '@v-c/overflow': 1.0.3(vue@3.5.28(typescript@5.9.3))
+ '@v-c/trigger': 1.0.11(vue@3.5.28(typescript@5.9.3))
+ '@v-c/util': 1.0.13(vue@3.5.28(typescript@5.9.3))
+ vue: 3.5.28(typescript@5.9.3)
+
+ '@v-c/mini-decimal@1.0.1': {}
+
+ '@v-c/mutate-observer@1.0.1(vue@3.5.28(typescript@5.9.3))':
+ dependencies:
+ '@v-c/resize-observer': 1.0.8(vue@3.5.28(typescript@5.9.3))
+ '@v-c/util': 1.0.13(vue@3.5.28(typescript@5.9.3))
+ vue: 3.5.28(typescript@5.9.3)
+
+ '@v-c/notification@1.0.0(vue@3.5.28(typescript@5.9.3))':
+ dependencies:
+ '@v-c/util': 1.0.13(vue@3.5.28(typescript@5.9.3))
+ vue: 3.5.28(typescript@5.9.3)
+
+ '@v-c/overflow@1.0.3(vue@3.5.28(typescript@5.9.3))':
+ dependencies:
+ '@v-c/resize-observer': 1.0.8(vue@3.5.28(typescript@5.9.3))
+ '@v-c/util': 1.0.13(vue@3.5.28(typescript@5.9.3))
+ vue: 3.5.28(typescript@5.9.3)
+
+ '@v-c/pagination@1.0.0(vue@3.5.28(typescript@5.9.3))':
+ dependencies:
+ '@v-c/util': 1.0.13(vue@3.5.28(typescript@5.9.3))
+ vue: 3.5.28(typescript@5.9.3)
+
+ '@v-c/picker@1.0.2(date-fns@4.1.0)(dayjs@1.11.19)(luxon@3.7.2)(vue@3.5.28(typescript@5.9.3))':
+ dependencies:
+ '@v-c/overflow': 1.0.3(vue@3.5.28(typescript@5.9.3))
+ '@v-c/resize-observer': 1.0.8(vue@3.5.28(typescript@5.9.3))
+ '@v-c/trigger': 1.0.11(vue@3.5.28(typescript@5.9.3))
+ '@v-c/util': 1.0.13(vue@3.5.28(typescript@5.9.3))
+ vue: 3.5.28(typescript@5.9.3)
+ optionalDependencies:
+ date-fns: 4.1.0
+ dayjs: 1.11.19
+ luxon: 3.7.2
+
+ '@v-c/portal@1.0.7(vue@3.5.28(typescript@5.9.3))':
+ dependencies:
+ '@v-c/util': 1.0.13(vue@3.5.28(typescript@5.9.3))
+ vue: 3.5.28(typescript@5.9.3)
+
+ '@v-c/progress@1.0.0(vue@3.5.28(typescript@5.9.3))':
+ dependencies:
+ '@v-c/util': 1.0.13(vue@3.5.28(typescript@5.9.3))
+ vue: 3.5.28(typescript@5.9.3)
+
+ '@v-c/qrcode@1.0.0(vue@3.5.28(typescript@5.9.3))':
+ dependencies:
+ '@v-c/util': 1.0.13(vue@3.5.28(typescript@5.9.3))
+ vue: 3.5.28(typescript@5.9.3)
+
+ '@v-c/rate@1.0.0(vue@3.5.28(typescript@5.9.3))':
+ dependencies:
+ '@v-c/util': 1.0.13(vue@3.5.28(typescript@5.9.3))
+ vue: 3.5.28(typescript@5.9.3)
+
+ '@v-c/resize-observer@1.0.8(vue@3.5.28(typescript@5.9.3))':
+ dependencies:
+ '@v-c/util': 1.0.13(vue@3.5.28(typescript@5.9.3))
+ resize-observer-polyfill: 1.5.1
+ vue: 3.5.28(typescript@5.9.3)
+
+ '@v-c/segmented@1.0.0(vue@3.5.28(typescript@5.9.3))':
+ dependencies:
+ '@v-c/util': 1.0.13(vue@3.5.28(typescript@5.9.3))
+ vue: 3.5.28(typescript@5.9.3)
+
+ '@v-c/select@1.0.9(vue@3.5.28(typescript@5.9.3))':
+ dependencies:
+ '@v-c/overflow': 1.0.3(vue@3.5.28(typescript@5.9.3))
+ '@v-c/trigger': 1.0.11(vue@3.5.28(typescript@5.9.3))
+ '@v-c/util': 1.0.13(vue@3.5.28(typescript@5.9.3))
+ '@v-c/virtual-list': 1.0.5(vue@3.5.28(typescript@5.9.3))
+ vue: 3.5.28(typescript@5.9.3)
+
+ '@v-c/slick@1.0.0(vue@3.5.28(typescript@5.9.3))':
+ dependencies:
+ '@v-c/util': 1.0.13(vue@3.5.28(typescript@5.9.3))
+ es-toolkit: 1.43.0
+ vue: 3.5.28(typescript@5.9.3)
+
+ '@v-c/slider@1.0.10(vue@3.5.28(typescript@5.9.3))':
+ dependencies:
+ '@v-c/util': 1.0.13(vue@3.5.28(typescript@5.9.3))
+ vue: 3.5.28(typescript@5.9.3)
+
+ '@v-c/steps@1.0.0(vue@3.5.28(typescript@5.9.3))':
+ dependencies:
+ '@v-c/util': 1.0.13(vue@3.5.28(typescript@5.9.3))
+ vue: 3.5.28(typescript@5.9.3)
+
+ '@v-c/switch@1.0.0(vue@3.5.28(typescript@5.9.3))':
+ dependencies:
+ '@v-c/util': 1.0.13(vue@3.5.28(typescript@5.9.3))
+ vue: 3.5.28(typescript@5.9.3)
+
+ '@v-c/table@1.0.0(vue@3.5.28(typescript@5.9.3))':
+ dependencies:
+ '@v-c/resize-observer': 1.0.8(vue@3.5.28(typescript@5.9.3))
+ '@v-c/util': 1.0.13(vue@3.5.28(typescript@5.9.3))
+ '@v-c/virtual-list': 1.0.5(vue@3.5.28(typescript@5.9.3))
+ vue: 3.5.28(typescript@5.9.3)
+
+ '@v-c/tabs@1.0.1(vue@3.5.28(typescript@5.9.3))':
+ dependencies:
+ '@v-c/dropdown': 1.0.2(vue@3.5.28(typescript@5.9.3))
+ '@v-c/menu': 1.0.10(vue@3.5.28(typescript@5.9.3))
+ '@v-c/overflow': 1.0.3(vue@3.5.28(typescript@5.9.3))
+ '@v-c/resize-observer': 1.0.8(vue@3.5.28(typescript@5.9.3))
+ '@v-c/util': 1.0.13(vue@3.5.28(typescript@5.9.3))
+ vue: 3.5.28(typescript@5.9.3)
+
+ '@v-c/textarea@1.0.3(vue@3.5.28(typescript@5.9.3))':
+ dependencies:
+ '@v-c/input': 1.0.2(vue@3.5.28(typescript@5.9.3))
+ '@v-c/resize-observer': 1.0.8(vue@3.5.28(typescript@5.9.3))
+ '@v-c/util': 1.0.13(vue@3.5.28(typescript@5.9.3))
+ vue: 3.5.28(typescript@5.9.3)
+
+ '@v-c/tooltip@1.0.3(vue@3.5.28(typescript@5.9.3))':
+ dependencies:
+ '@v-c/trigger': 1.0.11(vue@3.5.28(typescript@5.9.3))
+ '@v-c/util': 1.0.13(vue@3.5.28(typescript@5.9.3))
+ vue: 3.5.28(typescript@5.9.3)
+
+ '@v-c/tour@1.0.3(vue@3.5.28(typescript@5.9.3))':
+ dependencies:
+ '@v-c/portal': 1.0.7(vue@3.5.28(typescript@5.9.3))
+ '@v-c/trigger': 1.0.11(vue@3.5.28(typescript@5.9.3))
+ '@v-c/util': 1.0.13(vue@3.5.28(typescript@5.9.3))
+ vue: 3.5.28(typescript@5.9.3)
+
+ '@v-c/tree-select@1.0.0(vue@3.5.28(typescript@5.9.3))':
+ dependencies:
+ '@v-c/select': 1.0.9(vue@3.5.28(typescript@5.9.3))
+ '@v-c/tree': 1.0.2(vue@3.5.28(typescript@5.9.3))
+ '@v-c/util': 1.0.13(vue@3.5.28(typescript@5.9.3))
+ vue: 3.5.28(typescript@5.9.3)
+
+ '@v-c/tree@1.0.2(vue@3.5.28(typescript@5.9.3))':
+ dependencies:
+ '@v-c/util': 1.0.13(vue@3.5.28(typescript@5.9.3))
+ '@v-c/virtual-list': 1.0.5(vue@3.5.28(typescript@5.9.3))
+ vue: 3.5.28(typescript@5.9.3)
+
+ '@v-c/trigger@1.0.11(vue@3.5.28(typescript@5.9.3))':
+ dependencies:
+ '@v-c/portal': 1.0.7(vue@3.5.28(typescript@5.9.3))
+ '@v-c/resize-observer': 1.0.8(vue@3.5.28(typescript@5.9.3))
+ '@v-c/util': 1.0.13(vue@3.5.28(typescript@5.9.3))
+ vue: 3.5.28(typescript@5.9.3)
+
+ '@v-c/upload@1.0.0(vue@3.5.28(typescript@5.9.3))':
+ dependencies:
+ '@v-c/util': 1.0.13(vue@3.5.28(typescript@5.9.3))
+ vue: 3.5.28(typescript@5.9.3)
+
+ '@v-c/util@1.0.13(vue@3.5.28(typescript@5.9.3))':
+ dependencies:
+ vue: 3.5.28(typescript@5.9.3)
+
+ '@v-c/virtual-list@1.0.5(vue@3.5.28(typescript@5.9.3))':
+ dependencies:
+ '@v-c/resize-observer': 1.0.8(vue@3.5.28(typescript@5.9.3))
+ '@v-c/util': 1.0.13(vue@3.5.28(typescript@5.9.3))
+ vue: 3.5.28(typescript@5.9.3)
+
+ '@vee-validate/zod@4.15.1(vue@3.5.28(typescript@5.9.3))(zod@3.25.76)':
dependencies:
type-fest: 4.41.0
- vee-validate: 4.15.1(vue@3.5.27(typescript@5.9.3))
+ vee-validate: 4.15.1(vue@3.5.28(typescript@5.9.3))
zod: 3.25.76
transitivePeerDependencies:
- vue
- '@vercel/nft@1.3.0(rollup@4.56.0)':
+ '@vercel/nft@1.3.1(rollup@4.57.1)':
dependencies:
'@mapbox/node-pre-gyp': 2.0.3
- '@rollup/pluginutils': 5.3.0(rollup@4.56.0)
+ '@rollup/pluginutils': 5.3.0(rollup@4.57.1)
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: 13.0.0
+ glob: 13.0.2
graceful-fs: 4.2.11
node-gyp-build: 4.8.4
picomatch: 4.0.3
@@ -15350,11 +15980,11 @@ snapshots:
- rollup
- supports-color
- '@videojs-player/vue@1.0.0(@types/video.js@7.3.58)(video.js@7.21.7)(vue@3.5.27(typescript@5.9.3))':
+ '@videojs-player/vue@1.0.0(@types/video.js@7.3.58)(video.js@7.21.7)(vue@3.5.28(typescript@5.9.3))':
dependencies:
'@types/video.js': 7.3.58
video.js: 7.21.7
- vue: 3.5.27(typescript@5.9.3)
+ vue: 3.5.28(typescript@5.9.3)
'@videojs/http-streaming@2.16.3(video.js@7.21.7)':
dependencies:
@@ -15379,50 +16009,50 @@ snapshots:
global: 4.4.0
is-function: 1.0.2
- '@vite-pwa/vitepress@1.1.0(vite-plugin-pwa@1.2.0(vite@5.4.21(@types/node@25.0.10)(less@4.5.1)(sass@1.97.3)(terser@5.46.0))(workbox-build@7.4.0)(workbox-window@7.4.0))':
+ '@vite-pwa/vitepress@1.1.0(vite-plugin-pwa@1.2.0(vite@5.4.21(@types/node@25.2.3)(less@4.5.1)(sass@1.97.3)(terser@5.46.0))(workbox-build@7.4.0)(workbox-window@7.4.0))':
dependencies:
- vite-plugin-pwa: 1.2.0(vite@5.4.21(@types/node@25.0.10)(less@4.5.1)(sass@1.97.3)(terser@5.46.0))(workbox-build@7.4.0)(workbox-window@7.4.0)
+ vite-plugin-pwa: 1.2.0(vite@5.4.21(@types/node@25.2.3)(less@4.5.1)(sass@1.97.3)(terser@5.46.0))(workbox-build@7.4.0)(workbox-window@7.4.0)
- '@vitejs/plugin-vue-jsx@5.1.3(vite@7.3.1(@types/node@24.10.9)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2))(vue@3.5.27(typescript@5.9.3))':
+ '@vitejs/plugin-vue-jsx@5.1.4(vite@7.3.1(@types/node@24.10.13)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2))(vue@3.5.28(typescript@5.9.3))':
dependencies:
- '@babel/core': 7.28.6
- '@babel/plugin-syntax-typescript': 7.28.6(@babel/core@7.28.6)
- '@babel/plugin-transform-typescript': 7.28.6(@babel/core@7.28.6)
- '@rolldown/pluginutils': 1.0.0-rc.1
- '@vue/babel-plugin-jsx': 2.0.1(@babel/core@7.28.6)
- vite: 7.3.1(@types/node@24.10.9)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)
- vue: 3.5.27(typescript@5.9.3)
+ '@babel/core': 7.29.0
+ '@babel/plugin-syntax-typescript': 7.28.6(@babel/core@7.29.0)
+ '@babel/plugin-transform-typescript': 7.28.6(@babel/core@7.29.0)
+ '@rolldown/pluginutils': 1.0.0-rc.3
+ '@vue/babel-plugin-jsx': 2.0.1(@babel/core@7.29.0)
+ vite: 7.3.1(@types/node@24.10.13)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)
+ vue: 3.5.28(typescript@5.9.3)
transitivePeerDependencies:
- supports-color
- '@vitejs/plugin-vue-jsx@5.1.3(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2))(vue@3.5.27(typescript@5.9.3))':
+ '@vitejs/plugin-vue-jsx@5.1.4(vite@7.3.1(@types/node@25.2.3)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2))(vue@3.5.28(typescript@5.9.3))':
dependencies:
- '@babel/core': 7.28.6
- '@babel/plugin-syntax-typescript': 7.28.6(@babel/core@7.28.6)
- '@babel/plugin-transform-typescript': 7.28.6(@babel/core@7.28.6)
- '@rolldown/pluginutils': 1.0.0-rc.1
- '@vue/babel-plugin-jsx': 2.0.1(@babel/core@7.28.6)
- vite: 7.3.1(@types/node@25.0.10)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)
- vue: 3.5.27(typescript@5.9.3)
+ '@babel/core': 7.29.0
+ '@babel/plugin-syntax-typescript': 7.28.6(@babel/core@7.29.0)
+ '@babel/plugin-transform-typescript': 7.28.6(@babel/core@7.29.0)
+ '@rolldown/pluginutils': 1.0.0-rc.3
+ '@vue/babel-plugin-jsx': 2.0.1(@babel/core@7.29.0)
+ vite: 7.3.1(@types/node@25.2.3)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)
+ vue: 3.5.28(typescript@5.9.3)
transitivePeerDependencies:
- supports-color
- '@vitejs/plugin-vue@5.2.4(vite@5.4.21(@types/node@25.0.10)(less@4.5.1)(sass@1.97.3)(terser@5.46.0))(vue@3.5.27(typescript@5.9.3))':
+ '@vitejs/plugin-vue@5.2.4(vite@5.4.21(@types/node@25.2.3)(less@4.5.1)(sass@1.97.3)(terser@5.46.0))(vue@3.5.28(typescript@5.9.3))':
dependencies:
- vite: 5.4.21(@types/node@25.0.10)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)
- vue: 3.5.27(typescript@5.9.3)
+ vite: 5.4.21(@types/node@25.2.3)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)
+ vue: 3.5.28(typescript@5.9.3)
- '@vitejs/plugin-vue@6.0.3(vite@7.3.1(@types/node@24.10.9)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2))(vue@3.5.27(typescript@5.9.3))':
+ '@vitejs/plugin-vue@6.0.4(vite@7.3.1(@types/node@24.10.13)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2))(vue@3.5.28(typescript@5.9.3))':
dependencies:
- '@rolldown/pluginutils': 1.0.0-beta.53
- vite: 7.3.1(@types/node@24.10.9)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)
- vue: 3.5.27(typescript@5.9.3)
+ '@rolldown/pluginutils': 1.0.0-rc.2
+ vite: 7.3.1(@types/node@24.10.13)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)
+ vue: 3.5.28(typescript@5.9.3)
- '@vitejs/plugin-vue@6.0.3(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2))(vue@3.5.27(typescript@5.9.3))':
+ '@vitejs/plugin-vue@6.0.4(vite@7.3.1(@types/node@25.2.3)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2))(vue@3.5.28(typescript@5.9.3))':
dependencies:
- '@rolldown/pluginutils': 1.0.0-beta.53
- vite: 7.3.1(@types/node@25.0.10)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)
- vue: 3.5.27(typescript@5.9.3)
+ '@rolldown/pluginutils': 1.0.0-rc.2
+ vite: 7.3.1(@types/node@25.2.3)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)
+ vue: 3.5.28(typescript@5.9.3)
'@vitest/expect@3.2.4':
dependencies:
@@ -15432,13 +16062,13 @@ snapshots:
chai: 5.3.3
tinyrainbow: 2.0.0
- '@vitest/mocker@3.2.4(vite@7.3.1(@types/node@24.10.9)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2))':
+ '@vitest/mocker@3.2.4(vite@7.3.1(@types/node@24.10.13)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2))':
dependencies:
'@vitest/spy': 3.2.4
estree-walker: 3.0.3
magic-string: 0.30.21
optionalDependencies:
- vite: 7.3.1(@types/node@24.10.9)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)
+ vite: 7.3.1(@types/node@24.10.13)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)
'@vitest/pretty-format@3.2.4':
dependencies:
@@ -15470,101 +16100,113 @@ snapshots:
dependencies:
'@volar/source-map': 2.4.27
+ '@volar/language-core@2.4.28':
+ dependencies:
+ '@volar/source-map': 2.4.28
+
'@volar/source-map@2.4.27': {}
+ '@volar/source-map@2.4.28': {}
+
'@volar/typescript@2.4.27':
dependencies:
'@volar/language-core': 2.4.27
path-browserify: 1.0.1
vscode-uri: 3.1.0
+ '@volar/typescript@2.4.28':
+ dependencies:
+ '@volar/language-core': 2.4.28
+ path-browserify: 1.0.1
+ vscode-uri: 3.1.0
+
'@vue/babel-helper-vue-transform-on@1.5.0': {}
'@vue/babel-helper-vue-transform-on@2.0.1': {}
- '@vue/babel-plugin-jsx@1.5.0(@babel/core@7.28.6)':
+ '@vue/babel-plugin-jsx@1.5.0(@babel/core@7.29.0)':
dependencies:
'@babel/helper-module-imports': 7.28.6
'@babel/helper-plugin-utils': 7.28.6
- '@babel/plugin-syntax-jsx': 7.28.6(@babel/core@7.28.6)
+ '@babel/plugin-syntax-jsx': 7.28.6(@babel/core@7.29.0)
'@babel/template': 7.28.6
- '@babel/traverse': 7.28.6
- '@babel/types': 7.28.6
+ '@babel/traverse': 7.29.0
+ '@babel/types': 7.29.0
'@vue/babel-helper-vue-transform-on': 1.5.0
- '@vue/babel-plugin-resolve-type': 1.5.0(@babel/core@7.28.6)
- '@vue/shared': 3.5.27
+ '@vue/babel-plugin-resolve-type': 1.5.0(@babel/core@7.29.0)
+ '@vue/shared': 3.5.28
optionalDependencies:
- '@babel/core': 7.28.6
+ '@babel/core': 7.29.0
transitivePeerDependencies:
- supports-color
- '@vue/babel-plugin-jsx@2.0.1(@babel/core@7.28.6)':
+ '@vue/babel-plugin-jsx@2.0.1(@babel/core@7.29.0)':
dependencies:
'@babel/helper-module-imports': 7.28.6
'@babel/helper-plugin-utils': 7.28.6
- '@babel/plugin-syntax-jsx': 7.28.6(@babel/core@7.28.6)
+ '@babel/plugin-syntax-jsx': 7.28.6(@babel/core@7.29.0)
'@babel/template': 7.28.6
- '@babel/traverse': 7.28.6
- '@babel/types': 7.28.6
+ '@babel/traverse': 7.29.0
+ '@babel/types': 7.29.0
'@vue/babel-helper-vue-transform-on': 2.0.1
- '@vue/babel-plugin-resolve-type': 2.0.1(@babel/core@7.28.6)
- '@vue/shared': 3.5.27
+ '@vue/babel-plugin-resolve-type': 2.0.1(@babel/core@7.29.0)
+ '@vue/shared': 3.5.28
optionalDependencies:
- '@babel/core': 7.28.6
+ '@babel/core': 7.29.0
transitivePeerDependencies:
- supports-color
- '@vue/babel-plugin-resolve-type@1.5.0(@babel/core@7.28.6)':
+ '@vue/babel-plugin-resolve-type@1.5.0(@babel/core@7.29.0)':
dependencies:
- '@babel/code-frame': 7.28.6
- '@babel/core': 7.28.6
+ '@babel/code-frame': 7.29.0
+ '@babel/core': 7.29.0
'@babel/helper-module-imports': 7.28.6
'@babel/helper-plugin-utils': 7.28.6
- '@babel/parser': 7.28.6
- '@vue/compiler-sfc': 3.5.27
+ '@babel/parser': 7.29.0
+ '@vue/compiler-sfc': 3.5.28
transitivePeerDependencies:
- supports-color
- '@vue/babel-plugin-resolve-type@2.0.1(@babel/core@7.28.6)':
+ '@vue/babel-plugin-resolve-type@2.0.1(@babel/core@7.29.0)':
dependencies:
- '@babel/code-frame': 7.28.6
- '@babel/core': 7.28.6
+ '@babel/code-frame': 7.29.0
+ '@babel/core': 7.29.0
'@babel/helper-module-imports': 7.28.6
'@babel/helper-plugin-utils': 7.28.6
- '@babel/parser': 7.28.6
- '@vue/compiler-sfc': 3.5.27
+ '@babel/parser': 7.29.0
+ '@vue/compiler-sfc': 3.5.28
transitivePeerDependencies:
- supports-color
- '@vue/compiler-core@3.5.27':
+ '@vue/compiler-core@3.5.28':
dependencies:
- '@babel/parser': 7.28.6
- '@vue/shared': 3.5.27
+ '@babel/parser': 7.29.0
+ '@vue/shared': 3.5.28
entities: 7.0.1
estree-walker: 2.0.2
source-map-js: 1.2.1
- '@vue/compiler-dom@3.5.27':
+ '@vue/compiler-dom@3.5.28':
dependencies:
- '@vue/compiler-core': 3.5.27
- '@vue/shared': 3.5.27
+ '@vue/compiler-core': 3.5.28
+ '@vue/shared': 3.5.28
- '@vue/compiler-sfc@3.5.27':
+ '@vue/compiler-sfc@3.5.28':
dependencies:
- '@babel/parser': 7.28.6
- '@vue/compiler-core': 3.5.27
- '@vue/compiler-dom': 3.5.27
- '@vue/compiler-ssr': 3.5.27
- '@vue/shared': 3.5.27
+ '@babel/parser': 7.29.0
+ '@vue/compiler-core': 3.5.28
+ '@vue/compiler-dom': 3.5.28
+ '@vue/compiler-ssr': 3.5.28
+ '@vue/shared': 3.5.28
estree-walker: 2.0.2
magic-string: 0.30.21
postcss: 8.5.6
source-map-js: 1.2.1
- '@vue/compiler-ssr@3.5.27':
+ '@vue/compiler-ssr@3.5.28':
dependencies:
- '@vue/compiler-dom': 3.5.27
- '@vue/shared': 3.5.27
+ '@vue/compiler-dom': 3.5.28
+ '@vue/shared': 3.5.28
'@vue/compiler-vue2@2.7.16':
dependencies:
@@ -15577,15 +16219,15 @@ snapshots:
dependencies:
'@vue/devtools-kit': 7.7.9
- '@vue/devtools-core@8.0.5(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2))(vue@3.5.27(typescript@5.9.3))':
+ '@vue/devtools-core@8.0.6(vite@7.3.1(@types/node@25.2.3)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2))(vue@3.5.28(typescript@5.9.3))':
dependencies:
- '@vue/devtools-kit': 8.0.5
- '@vue/devtools-shared': 8.0.5
+ '@vue/devtools-kit': 8.0.6
+ '@vue/devtools-shared': 8.0.6
mitt: 3.0.1
nanoid: 5.1.6
pathe: 2.0.3
- vite-hot-client: 2.1.0(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2))
- vue: 3.5.27(typescript@5.9.3)
+ vite-hot-client: 2.1.0(vite@7.3.1(@types/node@25.2.3)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2))
+ vue: 3.5.28(typescript@5.9.3)
transitivePeerDependencies:
- vite
@@ -15599,9 +16241,9 @@ snapshots:
speakingurl: 14.0.1
superjson: 2.2.6
- '@vue/devtools-kit@8.0.5':
+ '@vue/devtools-kit@8.0.6':
dependencies:
- '@vue/devtools-shared': 8.0.5
+ '@vue/devtools-shared': 8.0.6
birpc: 2.9.0
hookable: 5.5.3
mitt: 3.0.1
@@ -15613,16 +16255,16 @@ snapshots:
dependencies:
rfdc: 1.4.1
- '@vue/devtools-shared@8.0.5':
+ '@vue/devtools-shared@8.0.6':
dependencies:
rfdc: 1.4.1
'@vue/language-core@2.2.0(typescript@5.9.3)':
dependencies:
- '@volar/language-core': 2.4.27
- '@vue/compiler-dom': 3.5.27
+ '@volar/language-core': 2.4.28
+ '@vue/compiler-dom': 3.5.28
'@vue/compiler-vue2': 2.7.16
- '@vue/shared': 3.5.27
+ '@vue/shared': 3.5.28
alien-signals: 0.4.14
minimatch: 9.0.5
muggle-string: 0.4.1
@@ -15630,51 +16272,51 @@ snapshots:
optionalDependencies:
typescript: 5.9.3
- '@vue/language-core@3.2.3':
+ '@vue/language-core@3.2.4':
dependencies:
'@volar/language-core': 2.4.27
- '@vue/compiler-dom': 3.5.27
- '@vue/shared': 3.5.27
+ '@vue/compiler-dom': 3.5.28
+ '@vue/shared': 3.5.28
alien-signals: 3.1.2
muggle-string: 0.4.1
path-browserify: 1.0.1
picomatch: 4.0.3
- '@vue/reactivity@3.5.27':
+ '@vue/reactivity@3.5.28':
dependencies:
- '@vue/shared': 3.5.27
+ '@vue/shared': 3.5.28
- '@vue/runtime-core@3.5.27':
+ '@vue/runtime-core@3.5.28':
dependencies:
- '@vue/reactivity': 3.5.27
- '@vue/shared': 3.5.27
+ '@vue/reactivity': 3.5.28
+ '@vue/shared': 3.5.28
- '@vue/runtime-dom@3.5.27':
+ '@vue/runtime-dom@3.5.28':
dependencies:
- '@vue/reactivity': 3.5.27
- '@vue/runtime-core': 3.5.27
- '@vue/shared': 3.5.27
+ '@vue/reactivity': 3.5.28
+ '@vue/runtime-core': 3.5.28
+ '@vue/shared': 3.5.28
csstype: 3.2.3
- '@vue/server-renderer@3.5.27(vue@3.5.27(typescript@5.9.3))':
+ '@vue/server-renderer@3.5.28(vue@3.5.28(typescript@5.9.3))':
dependencies:
- '@vue/compiler-ssr': 3.5.27
- '@vue/shared': 3.5.27
- vue: 3.5.27(typescript@5.9.3)
+ '@vue/compiler-ssr': 3.5.28
+ '@vue/shared': 3.5.28
+ vue: 3.5.28(typescript@5.9.3)
- '@vue/shared@3.5.27': {}
+ '@vue/shared@3.5.28': {}
'@vue/test-utils@2.4.6':
dependencies:
js-beautify: 1.15.4
vue-component-type-helpers: 2.2.12
- '@vueuse/core@10.11.1(vue@3.5.27(typescript@5.9.3))':
+ '@vueuse/core@10.11.1(vue@3.5.28(typescript@5.9.3))':
dependencies:
'@types/web-bluetooth': 0.0.20
'@vueuse/metadata': 10.11.1
- '@vueuse/shared': 10.11.1(vue@3.5.27(typescript@5.9.3))
- vue-demi: 0.14.10(vue@3.5.27(typescript@5.9.3))
+ '@vueuse/shared': 10.11.1(vue@3.5.28(typescript@5.9.3))
+ vue-demi: 0.14.10(vue@3.5.28(typescript@5.9.3))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
@@ -15684,32 +16326,32 @@ snapshots:
'@types/web-bluetooth': 0.0.21
'@vueuse/metadata': 12.8.2
'@vueuse/shared': 12.8.2(typescript@5.9.3)
- vue: 3.5.27(typescript@5.9.3)
+ vue: 3.5.28(typescript@5.9.3)
transitivePeerDependencies:
- typescript
- '@vueuse/core@13.9.0(vue@3.5.27(typescript@5.9.3))':
+ '@vueuse/core@13.9.0(vue@3.5.28(typescript@5.9.3))':
dependencies:
'@types/web-bluetooth': 0.0.21
'@vueuse/metadata': 13.9.0
- '@vueuse/shared': 13.9.0(vue@3.5.27(typescript@5.9.3))
- vue: 3.5.27(typescript@5.9.3)
+ '@vueuse/shared': 13.9.0(vue@3.5.28(typescript@5.9.3))
+ vue: 3.5.28(typescript@5.9.3)
- '@vueuse/core@14.1.0(vue@3.5.27(typescript@5.9.3))':
+ '@vueuse/core@14.2.1(vue@3.5.28(typescript@5.9.3))':
dependencies:
'@types/web-bluetooth': 0.0.21
- '@vueuse/metadata': 14.1.0
- '@vueuse/shared': 14.1.0(vue@3.5.27(typescript@5.9.3))
- vue: 3.5.27(typescript@5.9.3)
+ '@vueuse/metadata': 14.2.1
+ '@vueuse/shared': 14.2.1(vue@3.5.28(typescript@5.9.3))
+ vue: 3.5.28(typescript@5.9.3)
- '@vueuse/integrations@12.8.2(async-validator@4.2.5)(axios@1.13.3)(change-case@5.4.4)(focus-trap@7.8.0)(nprogress@0.2.0)(qrcode@1.5.4)(sortablejs@1.15.6)(typescript@5.9.3)':
+ '@vueuse/integrations@12.8.2(async-validator@4.2.5)(axios@1.13.5)(change-case@5.4.4)(focus-trap@7.8.0)(nprogress@0.2.0)(qrcode@1.5.4)(sortablejs@1.15.6)(typescript@5.9.3)':
dependencies:
'@vueuse/core': 12.8.2(typescript@5.9.3)
'@vueuse/shared': 12.8.2(typescript@5.9.3)
- vue: 3.5.27(typescript@5.9.3)
+ vue: 3.5.28(typescript@5.9.3)
optionalDependencies:
async-validator: 4.2.5
- axios: 1.13.3
+ axios: 1.13.5
change-case: 5.4.4
focus-trap: 7.8.0
nprogress: 0.2.0
@@ -15718,14 +16360,14 @@ snapshots:
transitivePeerDependencies:
- typescript
- '@vueuse/integrations@14.1.0(async-validator@4.2.5)(axios@1.13.3)(change-case@5.4.4)(focus-trap@7.8.0)(nprogress@0.2.0)(qrcode@1.5.4)(sortablejs@1.15.6)(vue@3.5.27(typescript@5.9.3))':
+ '@vueuse/integrations@14.2.1(async-validator@4.2.5)(axios@1.13.5)(change-case@5.4.4)(focus-trap@7.8.0)(nprogress@0.2.0)(qrcode@1.5.4)(sortablejs@1.15.6)(vue@3.5.28(typescript@5.9.3))':
dependencies:
- '@vueuse/core': 14.1.0(vue@3.5.27(typescript@5.9.3))
- '@vueuse/shared': 14.1.0(vue@3.5.27(typescript@5.9.3))
- vue: 3.5.27(typescript@5.9.3)
+ '@vueuse/core': 14.2.1(vue@3.5.28(typescript@5.9.3))
+ '@vueuse/shared': 14.2.1(vue@3.5.28(typescript@5.9.3))
+ vue: 3.5.28(typescript@5.9.3)
optionalDependencies:
async-validator: 4.2.5
- axios: 1.13.3
+ axios: 1.13.5
change-case: 5.4.4
focus-trap: 7.8.0
nprogress: 0.2.0
@@ -15738,56 +16380,56 @@ snapshots:
'@vueuse/metadata@13.9.0': {}
- '@vueuse/metadata@14.1.0': {}
+ '@vueuse/metadata@14.2.1': {}
- '@vueuse/motion@3.0.3(magicast@0.5.1)(vue@3.5.27(typescript@5.9.3))':
+ '@vueuse/motion@3.0.3(magicast@0.5.2)(vue@3.5.28(typescript@5.9.3))':
dependencies:
- '@vueuse/core': 13.9.0(vue@3.5.27(typescript@5.9.3))
- '@vueuse/shared': 13.9.0(vue@3.5.27(typescript@5.9.3))
+ '@vueuse/core': 13.9.0(vue@3.5.28(typescript@5.9.3))
+ '@vueuse/shared': 13.9.0(vue@3.5.28(typescript@5.9.3))
defu: 6.1.4
framesync: 6.1.2
popmotion: 11.0.5
style-value-types: 5.1.2
- vue: 3.5.27(typescript@5.9.3)
+ vue: 3.5.28(typescript@5.9.3)
optionalDependencies:
- '@nuxt/kit': 3.21.0(magicast@0.5.1)
+ '@nuxt/kit': 3.21.1(magicast@0.5.2)
transitivePeerDependencies:
- magicast
- '@vueuse/shared@10.11.1(vue@3.5.27(typescript@5.9.3))':
+ '@vueuse/shared@10.11.1(vue@3.5.28(typescript@5.9.3))':
dependencies:
- vue-demi: 0.14.10(vue@3.5.27(typescript@5.9.3))
+ vue-demi: 0.14.10(vue@3.5.28(typescript@5.9.3))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
'@vueuse/shared@12.8.2(typescript@5.9.3)':
dependencies:
- vue: 3.5.27(typescript@5.9.3)
+ vue: 3.5.28(typescript@5.9.3)
transitivePeerDependencies:
- typescript
- '@vueuse/shared@13.9.0(vue@3.5.27(typescript@5.9.3))':
+ '@vueuse/shared@13.9.0(vue@3.5.28(typescript@5.9.3))':
dependencies:
- vue: 3.5.27(typescript@5.9.3)
+ vue: 3.5.28(typescript@5.9.3)
- '@vueuse/shared@14.1.0(vue@3.5.27(typescript@5.9.3))':
+ '@vueuse/shared@14.2.1(vue@3.5.28(typescript@5.9.3))':
dependencies:
- vue: 3.5.27(typescript@5.9.3)
+ vue: 3.5.28(typescript@5.9.3)
- '@vxe-ui/core@4.3.1(vue@3.5.27(typescript@5.9.3))':
+ '@vxe-ui/core@4.3.1(vue@3.5.28(typescript@5.9.3))':
dependencies:
dom-zindex: 1.0.6
- vue: 3.5.27(typescript@5.9.3)
+ vue: 3.5.28(typescript@5.9.3)
xe-utils: 3.9.1
'@xmldom/xmldom@0.8.11': {}
- '@xyflow/svelte@1.5.0(svelte@5.48.2)':
+ '@xyflow/svelte@1.5.0(svelte@5.50.1)':
dependencies:
- '@svelte-put/shortcut': 4.1.0(svelte@5.48.2)
+ '@svelte-put/shortcut': 4.1.0(svelte@5.50.1)
'@xyflow/system': 0.0.74
- svelte: 5.48.2
+ svelte: 5.50.1
'@xyflow/system@0.0.74':
dependencies:
@@ -15869,22 +16511,22 @@ snapshots:
json-schema-traverse: 1.0.0
require-from-string: 2.0.2
- algoliasearch@5.47.0:
+ algoliasearch@5.48.0:
dependencies:
- '@algolia/abtesting': 1.13.0
- '@algolia/client-abtesting': 5.47.0
- '@algolia/client-analytics': 5.47.0
- '@algolia/client-common': 5.47.0
- '@algolia/client-insights': 5.47.0
- '@algolia/client-personalization': 5.47.0
- '@algolia/client-query-suggestions': 5.47.0
- '@algolia/client-search': 5.47.0
- '@algolia/ingestion': 1.47.0
- '@algolia/monitoring': 1.47.0
- '@algolia/recommend': 5.47.0
- '@algolia/requester-browser-xhr': 5.47.0
- '@algolia/requester-fetch': 5.47.0
- '@algolia/requester-node-http': 5.47.0
+ '@algolia/abtesting': 1.14.0
+ '@algolia/client-abtesting': 5.48.0
+ '@algolia/client-analytics': 5.48.0
+ '@algolia/client-common': 5.48.0
+ '@algolia/client-insights': 5.48.0
+ '@algolia/client-personalization': 5.48.0
+ '@algolia/client-query-suggestions': 5.48.0
+ '@algolia/client-search': 5.48.0
+ '@algolia/ingestion': 1.48.0
+ '@algolia/monitoring': 1.48.0
+ '@algolia/recommend': 5.48.0
+ '@algolia/requester-browser-xhr': 5.48.0
+ '@algolia/requester-fetch': 5.48.0
+ '@algolia/requester-node-http': 5.48.0
alien-signals@0.4.14: {}
@@ -15896,7 +16538,7 @@ snapshots:
ansi-colors@4.1.3: {}
- ansi-escapes@7.2.0:
+ ansi-escapes@7.3.0:
dependencies:
environment: 1.1.0
@@ -15912,10 +16554,10 @@ snapshots:
ansis@4.2.0: {}
- ant-design-vue@4.2.6(vue@3.5.27(typescript@5.9.3)):
+ ant-design-vue@4.2.6(vue@3.5.28(typescript@5.9.3)):
dependencies:
'@ant-design/colors': 6.0.0
- '@ant-design/icons-vue': 7.0.1(vue@3.5.27(typescript@5.9.3))
+ '@ant-design/icons-vue': 7.0.1(vue@3.5.28(typescript@5.9.3))
'@babel/runtime': 7.28.6
'@ctrl/tinycolor': 4.2.0
'@emotion/hash': 0.9.2
@@ -15934,10 +16576,66 @@ snapshots:
shallow-equal: 1.2.1
stylis: 4.3.6
throttle-debounce: 5.0.2
- vue: 3.5.27(typescript@5.9.3)
- vue-types: 3.0.2(vue@3.5.27(typescript@5.9.3))
+ vue: 3.5.28(typescript@5.9.3)
+ vue-types: 3.0.2(vue@3.5.28(typescript@5.9.3))
warning: 4.0.3
+ antdv-next@1.0.2(date-fns@4.1.0)(luxon@3.7.2)(vue@3.5.28(typescript@5.9.3)):
+ dependencies:
+ '@ant-design/colors': 7.2.1
+ '@ant-design/fast-color': 3.0.1
+ '@antdv-next/cssinjs': 1.0.1(vue@3.5.28(typescript@5.9.3))
+ '@antdv-next/icons': 1.0.0(vue@3.5.28(typescript@5.9.3))
+ '@v-c/async-validator': 1.0.0
+ '@v-c/cascader': 1.0.0(vue@3.5.28(typescript@5.9.3))
+ '@v-c/checkbox': 1.0.1(vue@3.5.28(typescript@5.9.3))
+ '@v-c/collapse': 1.0.0(vue@3.5.28(typescript@5.9.3))
+ '@v-c/color-picker': 1.0.5(vue@3.5.28(typescript@5.9.3))
+ '@v-c/dialog': 1.0.1(vue@3.5.28(typescript@5.9.3))
+ '@v-c/drawer': 1.0.0(vue@3.5.28(typescript@5.9.3))
+ '@v-c/dropdown': 1.0.2(vue@3.5.28(typescript@5.9.3))
+ '@v-c/image': 1.0.2(vue@3.5.28(typescript@5.9.3))
+ '@v-c/input': 1.0.2(vue@3.5.28(typescript@5.9.3))
+ '@v-c/input-number': 1.0.2(vue@3.5.28(typescript@5.9.3))
+ '@v-c/mentions': 1.0.0(vue@3.5.28(typescript@5.9.3))
+ '@v-c/menu': 1.0.10(vue@3.5.28(typescript@5.9.3))
+ '@v-c/mutate-observer': 1.0.1(vue@3.5.28(typescript@5.9.3))
+ '@v-c/notification': 1.0.0(vue@3.5.28(typescript@5.9.3))
+ '@v-c/pagination': 1.0.0(vue@3.5.28(typescript@5.9.3))
+ '@v-c/picker': 1.0.2(date-fns@4.1.0)(dayjs@1.11.19)(luxon@3.7.2)(vue@3.5.28(typescript@5.9.3))
+ '@v-c/progress': 1.0.0(vue@3.5.28(typescript@5.9.3))
+ '@v-c/qrcode': 1.0.0(vue@3.5.28(typescript@5.9.3))
+ '@v-c/rate': 1.0.0(vue@3.5.28(typescript@5.9.3))
+ '@v-c/resize-observer': 1.0.8(vue@3.5.28(typescript@5.9.3))
+ '@v-c/segmented': 1.0.0(vue@3.5.28(typescript@5.9.3))
+ '@v-c/select': 1.0.9(vue@3.5.28(typescript@5.9.3))
+ '@v-c/slick': 1.0.0(vue@3.5.28(typescript@5.9.3))
+ '@v-c/slider': 1.0.10(vue@3.5.28(typescript@5.9.3))
+ '@v-c/steps': 1.0.0(vue@3.5.28(typescript@5.9.3))
+ '@v-c/switch': 1.0.0(vue@3.5.28(typescript@5.9.3))
+ '@v-c/table': 1.0.0(vue@3.5.28(typescript@5.9.3))
+ '@v-c/tabs': 1.0.1(vue@3.5.28(typescript@5.9.3))
+ '@v-c/textarea': 1.0.3(vue@3.5.28(typescript@5.9.3))
+ '@v-c/tooltip': 1.0.3(vue@3.5.28(typescript@5.9.3))
+ '@v-c/tour': 1.0.3(vue@3.5.28(typescript@5.9.3))
+ '@v-c/tree': 1.0.2(vue@3.5.28(typescript@5.9.3))
+ '@v-c/tree-select': 1.0.0(vue@3.5.28(typescript@5.9.3))
+ '@v-c/trigger': 1.0.11(vue@3.5.28(typescript@5.9.3))
+ '@v-c/upload': 1.0.0(vue@3.5.28(typescript@5.9.3))
+ '@v-c/util': 1.0.13(vue@3.5.28(typescript@5.9.3))
+ '@v-c/virtual-list': 1.0.5(vue@3.5.28(typescript@5.9.3))
+ '@vueuse/core': 14.2.1(vue@3.5.28(typescript@5.9.3))
+ dayjs: 1.11.19
+ defu: 6.1.4
+ es-toolkit: 1.43.0
+ scroll-into-view-if-needed: 3.1.0
+ throttle-debounce: 5.0.2
+ transitivePeerDependencies:
+ - date-fns
+ - luxon
+ - moment
+ - vue
+
any-promise@1.3.0: {}
anymatch@3.1.3:
@@ -15947,7 +16645,7 @@ snapshots:
archiver-utils@5.0.2:
dependencies:
- glob: 10.5.0
+ glob: 10.4.5
graceful-fs: 4.2.11
is-stream: 2.0.1
lazystream: 1.0.1
@@ -16029,7 +16727,7 @@ snapshots:
at-least-node@1.0.0: {}
- atomically@2.1.0:
+ atomically@2.1.1:
dependencies:
stubborn-fs: 2.0.0
when-exit: 2.1.5
@@ -16038,10 +16736,10 @@ snapshots:
dependencies:
tslib: 2.8.1
- autoprefixer@10.4.23(postcss@8.5.6):
+ autoprefixer@10.4.24(postcss@8.5.6):
dependencies:
browserslist: 4.28.1
- caniuse-lite: 1.0.30001766
+ caniuse-lite: 1.0.30001769
fraction.js: 5.3.4
picocolors: 1.1.1
postcss: 8.5.6
@@ -16051,13 +16749,13 @@ snapshots:
dependencies:
possible-typed-array-names: 1.1.0
- axios-mock-adapter@2.1.0(axios@1.13.3):
+ axios-mock-adapter@2.1.0(axios@1.13.5):
dependencies:
- axios: 1.13.3
+ axios: 1.13.5
fast-deep-equal: 3.1.3
is-buffer: 2.0.5
- axios@1.13.3:
+ axios@1.13.5:
dependencies:
follow-redirects: 1.15.11
form-data: 4.0.5
@@ -16069,27 +16767,27 @@ snapshots:
b4a@1.7.3: {}
- babel-plugin-polyfill-corejs2@0.4.15(@babel/core@7.28.6):
+ babel-plugin-polyfill-corejs2@0.4.15(@babel/core@7.29.0):
dependencies:
- '@babel/compat-data': 7.28.6
- '@babel/core': 7.28.6
- '@babel/helper-define-polyfill-provider': 0.6.6(@babel/core@7.28.6)
+ '@babel/compat-data': 7.29.0
+ '@babel/core': 7.29.0
+ '@babel/helper-define-polyfill-provider': 0.6.6(@babel/core@7.29.0)
semver: 6.3.1
transitivePeerDependencies:
- supports-color
- babel-plugin-polyfill-corejs3@0.13.0(@babel/core@7.28.6):
+ babel-plugin-polyfill-corejs3@0.14.0(@babel/core@7.29.0):
dependencies:
- '@babel/core': 7.28.6
- '@babel/helper-define-polyfill-provider': 0.6.6(@babel/core@7.28.6)
+ '@babel/core': 7.29.0
+ '@babel/helper-define-polyfill-provider': 0.6.6(@babel/core@7.29.0)
core-js-compat: 3.48.0
transitivePeerDependencies:
- supports-color
- babel-plugin-polyfill-regenerator@0.6.6(@babel/core@7.28.6):
+ babel-plugin-polyfill-regenerator@0.6.6(@babel/core@7.29.0):
dependencies:
- '@babel/core': 7.28.6
- '@babel/helper-define-polyfill-provider': 0.6.6(@babel/core@7.28.6)
+ '@babel/core': 7.29.0
+ '@babel/helper-define-polyfill-provider': 0.6.6(@babel/core@7.29.0)
transitivePeerDependencies:
- supports-color
@@ -16101,7 +16799,7 @@ snapshots:
base64-js@1.5.1: {}
- baseline-browser-mapping@2.9.18: {}
+ baseline-browser-mapping@2.9.19: {}
benz-amr-recorder@1.1.5:
dependencies:
@@ -16138,13 +16836,13 @@ snapshots:
widest-line: 5.0.0
wrap-ansi: 9.0.2
- bpmn-js-properties-panel@5.23.0(@bpmn-io/properties-panel@3.36.0)(bpmn-js@17.11.1)(camunda-bpmn-js-behaviors@1.12.1(bpmn-js@17.11.1)(camunda-bpmn-moddle@7.0.1)(zeebe-bpmn-moddle@1.12.0))(diagram-js@12.8.1):
+ bpmn-js-properties-panel@5.23.0(@bpmn-io/properties-panel@3.38.0)(bpmn-js@17.11.1)(camunda-bpmn-js-behaviors@1.14.0(bpmn-js@17.11.1)(camunda-bpmn-moddle@7.0.1)(zeebe-bpmn-moddle@1.12.0))(diagram-js@12.8.1):
dependencies:
'@bpmn-io/extract-process-variables': 0.8.0
- '@bpmn-io/properties-panel': 3.36.0
+ '@bpmn-io/properties-panel': 3.38.0
array-move: 4.0.0
bpmn-js: 17.11.1
- camunda-bpmn-js-behaviors: 1.12.1(bpmn-js@17.11.1)(camunda-bpmn-moddle@7.0.1)(zeebe-bpmn-moddle@1.12.0)
+ camunda-bpmn-js-behaviors: 1.14.0(bpmn-js@17.11.1)(camunda-bpmn-moddle@7.0.1)(zeebe-bpmn-moddle@1.12.0)
diagram-js: 12.8.1
ids: 1.0.5
min-dash: 4.2.3
@@ -16189,9 +16887,9 @@ snapshots:
browserslist@4.28.1:
dependencies:
- baseline-browser-mapping: 2.9.18
- caniuse-lite: 1.0.30001766
- electron-to-chromium: 1.5.278
+ baseline-browser-mapping: 2.9.19
+ caniuse-lite: 1.0.30001769
+ electron-to-chromium: 1.5.286
node-releases: 2.0.27
update-browserslist-db: 1.2.3(browserslist@4.28.1)
@@ -16210,12 +16908,12 @@ snapshots:
dependencies:
run-applescript: 7.1.0
- c12@3.3.3(magicast@0.5.1):
+ c12@3.3.3(magicast@0.5.2):
dependencies:
chokidar: 5.0.0
- confbox: 0.2.2
+ confbox: 0.2.4
defu: 6.1.4
- dotenv: 17.2.3
+ dotenv: 17.2.4
exsolve: 1.0.8
giget: 2.0.0
jiti: 2.6.1
@@ -16225,7 +16923,7 @@ snapshots:
pkg-types: 2.3.0
rc9: 2.1.2
optionalDependencies:
- magicast: 0.5.1
+ magicast: 0.5.2
cac@6.7.14: {}
@@ -16233,21 +16931,21 @@ snapshots:
dependencies:
'@npmcli/fs': 5.0.0
fs-minipass: 3.0.3
- glob: 13.0.0
- lru-cache: 11.2.5
+ glob: 13.0.2
+ lru-cache: 11.2.6
minipass: 7.1.2
minipass-collect: 2.0.1
minipass-flush: 1.0.5
minipass-pipeline: 1.2.4
p-map: 7.0.4
- ssri: 13.0.0
+ ssri: 13.0.1
unique-filename: 5.0.0
cacheable@2.3.2:
dependencies:
'@cacheable/memory': 2.0.7
- '@cacheable/utils': 2.3.3
- hookified: 1.15.0
+ '@cacheable/utils': 2.3.4
+ hookified: 1.15.1
keyv: 5.6.0
qified: 0.6.0
@@ -16285,12 +16983,12 @@ snapshots:
camelcase@8.0.0: {}
- camunda-bpmn-js-behaviors@1.12.1(bpmn-js@17.11.1)(camunda-bpmn-moddle@7.0.1)(zeebe-bpmn-moddle@1.12.0):
+ camunda-bpmn-js-behaviors@1.14.0(bpmn-js@17.11.1)(camunda-bpmn-moddle@7.0.1)(zeebe-bpmn-moddle@1.12.0):
dependencies:
bpmn-js: 17.11.1
camunda-bpmn-moddle: 7.0.1
- ids: 1.0.5
- min-dash: 4.2.3
+ ids: 3.0.1
+ min-dash: 5.0.0
zeebe-bpmn-moddle: 1.12.0
camunda-bpmn-moddle@7.0.1: {}
@@ -16298,11 +16996,11 @@ snapshots:
caniuse-api@3.0.0:
dependencies:
browserslist: 4.28.1
- caniuse-lite: 1.0.30001766
+ caniuse-lite: 1.0.30001769
lodash.memoize: 4.1.2
lodash.uniq: 4.5.0
- caniuse-lite@1.0.30001766: {}
+ caniuse-lite@1.0.30001769: {}
ccount@2.0.1: {}
@@ -16365,7 +17063,7 @@ snapshots:
parse5: 7.3.0
parse5-htmlparser2-tree-adapter: 7.1.0
parse5-parser-stream: 7.1.2
- undici: 7.19.1
+ undici: 7.21.0
whatwg-mimetype: 4.0.0
chokidar@3.6.0:
@@ -16392,14 +17090,14 @@ snapshots:
ci-info@3.9.0: {}
- ci-info@4.3.1: {}
+ ci-info@4.4.0: {}
circular-dependency-scanner@2.3.0:
dependencies:
'@ast-grep/napi': 0.39.9
- '@vue/compiler-sfc': 3.5.27
+ '@vue/compiler-sfc': 3.5.28
commander: 12.1.0
- get-tsconfig: 4.13.0
+ get-tsconfig: 4.13.6
graph-cycles: 3.0.0
listr2: 8.3.3
minimatch: 9.0.5
@@ -16480,7 +17178,7 @@ snapshots:
cluster-key-slot@1.1.2: {}
- codemirror@5.65.20: {}
+ codemirror@5.65.21: {}
codemirror@6.65.7: {}
@@ -16506,7 +17204,7 @@ snapshots:
commander@12.1.0: {}
- commander@14.0.2: {}
+ commander@14.0.3: {}
commander@2.20.3: {}
@@ -16555,11 +17253,13 @@ snapshots:
compute-scroll-into-view@1.0.20: {}
+ compute-scroll-into-view@3.1.1: {}
+
concat-map@0.0.1: {}
confbox@0.1.8: {}
- confbox@0.2.2: {}
+ confbox@0.2.4: {}
config-chain@1.1.13:
dependencies:
@@ -16568,7 +17268,7 @@ snapshots:
configstore@7.1.0:
dependencies:
- atomically: 2.1.0
+ atomically: 2.1.1
dot-prop: 9.0.0
graceful-fs: 4.2.11
xdg-basedir: 5.1.0
@@ -16618,9 +17318,9 @@ snapshots:
core-util-is@1.0.3: {}
- cosmiconfig-typescript-loader@6.2.0(@types/node@24.10.9)(cosmiconfig@9.0.0(typescript@5.9.3))(typescript@5.9.3):
+ cosmiconfig-typescript-loader@6.2.0(@types/node@24.10.13)(cosmiconfig@9.0.0(typescript@5.9.3))(typescript@5.9.3):
dependencies:
- '@types/node': 24.10.9
+ '@types/node': 24.10.13
cosmiconfig: 9.0.0(typescript@5.9.3)
jiti: 2.6.1
typescript: 5.9.3
@@ -16674,59 +17374,62 @@ snapshots:
crypto-random-string@2.0.0: {}
- cspell-config-lib@9.6.0:
+ cspell-config-lib@9.6.4:
dependencies:
- '@cspell/cspell-types': 9.6.0
+ '@cspell/cspell-types': 9.6.4
comment-json: 4.5.1
smol-toml: 1.6.0
yaml: 2.8.2
- cspell-dictionary@9.6.0:
+ cspell-dictionary@9.6.4:
dependencies:
- '@cspell/cspell-pipe': 9.6.0
- '@cspell/cspell-types': 9.6.0
- cspell-trie-lib: 9.6.0(@cspell/cspell-types@9.6.0)
+ '@cspell/cspell-performance-monitor': 9.6.4
+ '@cspell/cspell-pipe': 9.6.4
+ '@cspell/cspell-types': 9.6.4
+ cspell-trie-lib: 9.6.4(@cspell/cspell-types@9.6.4)
fast-equals: 6.0.0
- cspell-gitignore@9.6.0:
+ cspell-gitignore@9.6.4:
dependencies:
- '@cspell/url': 9.6.0
- cspell-glob: 9.6.0
- cspell-io: 9.6.0
+ '@cspell/url': 9.6.4
+ cspell-glob: 9.6.4
+ cspell-io: 9.6.4
- cspell-glob@9.6.0:
+ cspell-glob@9.6.4:
dependencies:
- '@cspell/url': 9.6.0
+ '@cspell/url': 9.6.4
picomatch: 4.0.3
- cspell-grammar@9.6.0:
+ cspell-grammar@9.6.4:
dependencies:
- '@cspell/cspell-pipe': 9.6.0
- '@cspell/cspell-types': 9.6.0
+ '@cspell/cspell-pipe': 9.6.4
+ '@cspell/cspell-types': 9.6.4
- cspell-io@9.6.0:
+ cspell-io@9.6.4:
dependencies:
- '@cspell/cspell-service-bus': 9.6.0
- '@cspell/url': 9.6.0
+ '@cspell/cspell-service-bus': 9.6.4
+ '@cspell/url': 9.6.4
- cspell-lib@9.6.0:
+ cspell-lib@9.6.4:
dependencies:
- '@cspell/cspell-bundled-dicts': 9.6.0
- '@cspell/cspell-pipe': 9.6.0
- '@cspell/cspell-resolver': 9.6.0
- '@cspell/cspell-types': 9.6.0
- '@cspell/dynamic-import': 9.6.0
- '@cspell/filetypes': 9.6.0
- '@cspell/strong-weak-map': 9.6.0
- '@cspell/url': 9.6.0
+ '@cspell/cspell-bundled-dicts': 9.6.4
+ '@cspell/cspell-performance-monitor': 9.6.4
+ '@cspell/cspell-pipe': 9.6.4
+ '@cspell/cspell-resolver': 9.6.4
+ '@cspell/cspell-types': 9.6.4
+ '@cspell/dynamic-import': 9.6.4
+ '@cspell/filetypes': 9.6.4
+ '@cspell/rpc': 9.6.4
+ '@cspell/strong-weak-map': 9.6.4
+ '@cspell/url': 9.6.4
clear-module: 4.1.2
- cspell-config-lib: 9.6.0
- cspell-dictionary: 9.6.0
- cspell-glob: 9.6.0
- cspell-grammar: 9.6.0
- cspell-io: 9.6.0
- cspell-trie-lib: 9.6.0(@cspell/cspell-types@9.6.0)
- env-paths: 3.0.0
+ cspell-config-lib: 9.6.4
+ cspell-dictionary: 9.6.4
+ cspell-glob: 9.6.4
+ cspell-grammar: 9.6.4
+ cspell-io: 9.6.4
+ cspell-trie-lib: 9.6.4(@cspell/cspell-types@9.6.4)
+ env-paths: 4.0.0
gensequence: 8.0.8
import-fresh: 3.3.1
resolve-from: 5.0.0
@@ -16734,30 +17437,32 @@ snapshots:
vscode-uri: 3.1.0
xdg-basedir: 5.1.0
- cspell-trie-lib@9.6.0(@cspell/cspell-types@9.6.0):
+ cspell-trie-lib@9.6.4(@cspell/cspell-types@9.6.4):
dependencies:
- '@cspell/cspell-types': 9.6.0
+ '@cspell/cspell-types': 9.6.4
- cspell@9.6.0:
+ cspell@9.6.4:
dependencies:
- '@cspell/cspell-json-reporter': 9.6.0
- '@cspell/cspell-pipe': 9.6.0
- '@cspell/cspell-types': 9.6.0
- '@cspell/dynamic-import': 9.6.0
- '@cspell/url': 9.6.0
+ '@cspell/cspell-json-reporter': 9.6.4
+ '@cspell/cspell-performance-monitor': 9.6.4
+ '@cspell/cspell-pipe': 9.6.4
+ '@cspell/cspell-types': 9.6.4
+ '@cspell/cspell-worker': 9.6.4
+ '@cspell/dynamic-import': 9.6.4
+ '@cspell/url': 9.6.4
ansi-regex: 6.2.2
chalk: 5.6.2
chalk-template: 1.1.2
- commander: 14.0.2
- cspell-config-lib: 9.6.0
- cspell-dictionary: 9.6.0
- cspell-gitignore: 9.6.0
- cspell-glob: 9.6.0
- cspell-io: 9.6.0
- cspell-lib: 9.6.0
+ commander: 14.0.3
+ cspell-config-lib: 9.6.4
+ cspell-dictionary: 9.6.4
+ cspell-gitignore: 9.6.4
+ cspell-glob: 9.6.4
+ cspell-io: 9.6.4
+ cspell-lib: 9.6.4
fast-json-stable-stringify: 2.1.0
flatted: 3.3.3
- semver: 7.7.3
+ semver: 7.7.4
tinyglobby: 0.2.15
css-blank-pseudo@7.0.1(postcss@8.5.6):
@@ -16769,7 +17474,7 @@ snapshots:
dependencies:
postcss: 8.5.6
- css-functions-list@3.2.3: {}
+ css-functions-list@3.3.3: {}
css-has-pseudo@7.0.3(postcss@8.5.6):
dependencies:
@@ -16815,7 +17520,7 @@ snapshots:
css-what@6.2.2: {}
- cssdb@8.7.0: {}
+ cssdb@8.7.1: {}
cssesc@3.0.0: {}
@@ -17085,7 +17790,7 @@ snapshots:
default-browser-id@5.0.1: {}
- default-browser@5.4.0:
+ default-browser@5.5.0:
dependencies:
bundle-name: 4.1.0
default-browser-id: 5.0.1
@@ -17122,9 +17827,9 @@ snapshots:
depcheck@1.4.7:
dependencies:
- '@babel/parser': 7.28.6
- '@babel/traverse': 7.28.6
- '@vue/compiler-sfc': 3.5.27
+ '@babel/parser': 7.29.0
+ '@babel/traverse': 7.29.0
+ '@vue/compiler-sfc': 3.5.28
callsite: 1.0.0
camelcase: 6.3.0
cosmiconfig: 7.1.0
@@ -17143,7 +17848,7 @@ snapshots:
require-package-name: 2.0.1
resolve: 1.22.11
resolve-from: 5.0.0
- semver: 7.7.3
+ semver: 7.7.4
yargs: 16.2.0
transitivePeerDependencies:
- supports-color
@@ -17274,7 +17979,7 @@ snapshots:
dot-prop@10.1.0:
dependencies:
- type-fest: 5.4.1
+ type-fest: 5.4.4
dot-prop@5.3.0:
dependencies:
@@ -17290,7 +17995,7 @@ snapshots:
dotenv@16.6.1: {}
- dotenv@17.2.3: {}
+ dotenv@17.2.4: {}
dotenv@8.6.0: {}
@@ -17314,7 +18019,7 @@ snapshots:
'@one-ini/wasm': 0.1.1
commander: 10.0.1
minimatch: 9.0.1
- semver: 7.7.3
+ semver: 7.7.4
ee-first@1.1.1: {}
@@ -17322,17 +18027,17 @@ snapshots:
dependencies:
jake: 10.9.4
- electron-to-chromium@1.5.278: {}
+ electron-to-chromium@1.5.286: {}
- element-plus@2.13.1(vue@3.5.27(typescript@5.9.3)):
+ element-plus@2.13.2(vue@3.5.28(typescript@5.9.3)):
dependencies:
'@ctrl/tinycolor': 4.2.0
- '@element-plus/icons-vue': 2.3.2(vue@3.5.27(typescript@5.9.3))
- '@floating-ui/dom': 1.7.4
- '@popperjs/core': '@sxzz/popperjs-es@2.11.7'
+ '@element-plus/icons-vue': 2.3.2(vue@3.5.28(typescript@5.9.3))
+ '@floating-ui/dom': 1.7.5
+ '@popperjs/core': '@sxzz/popperjs-es@2.11.8'
'@types/lodash': 4.17.23
'@types/lodash-es': 4.17.12
- '@vueuse/core': 10.11.1(vue@3.5.27(typescript@5.9.3))
+ '@vueuse/core': 10.11.1(vue@3.5.28(typescript@5.9.3))
async-validator: 4.2.5
dayjs: 1.11.19
lodash: 4.17.23
@@ -17340,7 +18045,7 @@ snapshots:
lodash-unified: 1.0.3(@types/lodash-es@4.17.12)(lodash-es@4.17.23)(lodash@4.17.23)
memoize-one: 6.0.0
normalize-wheel-es: 1.2.0
- vue: 3.5.27(typescript@5.9.3)
+ vue: 3.5.28(typescript@5.9.3)
transitivePeerDependencies:
- '@vue/composition-api'
@@ -17361,7 +18066,7 @@ snapshots:
iconv-lite: 0.6.3
whatwg-encoding: 3.1.1
- enhanced-resolve@5.18.4:
+ enhanced-resolve@5.19.0:
dependencies:
graceful-fs: 4.2.11
tapable: 2.3.0
@@ -17381,7 +18086,9 @@ snapshots:
env-paths@2.2.1: {}
- env-paths@3.0.0: {}
+ env-paths@4.0.0:
+ dependencies:
+ is-safe-filename: 0.1.1
environment@1.1.0: {}
@@ -17480,6 +18187,8 @@ snapshots:
is-date-object: 1.1.0
is-symbol: 1.1.1
+ es-toolkit@1.43.0: {}
+
es-toolkit@1.44.0: {}
esbuild@0.25.12:
@@ -17534,22 +18243,22 @@ snapshots:
eslint-compat-utils@0.5.1(eslint@9.39.2(jiti@2.6.1)):
dependencies:
eslint: 9.39.2(jiti@2.6.1)
- semver: 7.7.3
+ semver: 7.7.4
eslint-compat-utils@0.6.5(eslint@9.39.2(jiti@2.6.1)):
dependencies:
eslint: 9.39.2(jiti@2.6.1)
- semver: 7.7.3
+ semver: 7.7.4
- eslint-config-turbo@2.7.6(eslint@9.39.2(jiti@2.6.1))(turbo@2.7.6):
+ eslint-config-turbo@2.8.5(eslint@9.39.2(jiti@2.6.1))(turbo@2.8.5):
dependencies:
eslint: 9.39.2(jiti@2.6.1)
- eslint-plugin-turbo: 2.7.6(eslint@9.39.2(jiti@2.6.1))(turbo@2.7.6)
- turbo: 2.7.6
+ eslint-plugin-turbo: 2.8.5(eslint@9.39.2(jiti@2.6.1))(turbo@2.8.5)
+ turbo: 2.8.5
eslint-import-context@0.1.9(unrs-resolver@1.11.1):
dependencies:
- get-tsconfig: 4.13.0
+ get-tsconfig: 4.13.6
stable-hash-x: 0.2.0
optionalDependencies:
unrs-resolver: 1.11.1
@@ -17578,20 +18287,20 @@ snapshots:
eslint: 9.39.2(jiti@2.6.1)
ignore: 5.3.2
- eslint-plugin-import-x@4.16.1(@typescript-eslint/utils@8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1)):
+ eslint-plugin-import-x@4.16.1(@typescript-eslint/utils@8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1)):
dependencies:
- '@typescript-eslint/types': 8.53.1
+ '@typescript-eslint/types': 8.55.0
comment-parser: 1.4.5
debug: 4.4.3
eslint: 9.39.2(jiti@2.6.1)
eslint-import-context: 0.1.9(unrs-resolver@1.11.1)
is-glob: 4.0.3
- minimatch: 10.1.1
- semver: 7.7.3
+ minimatch: 10.1.2
+ semver: 7.7.4
stable-hash-x: 0.2.0
unrs-resolver: 1.11.1
optionalDependencies:
- '@typescript-eslint/utils': 8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
+ '@typescript-eslint/utils': 8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
transitivePeerDependencies:
- supports-color
@@ -17609,13 +18318,13 @@ snapshots:
html-entities: 2.6.0
object-deep-merge: 2.0.0
parse-imports-exports: 0.2.4
- semver: 7.7.3
+ semver: 7.7.4
spdx-expression-parse: 4.0.0
to-valid-identifier: 1.0.0
transitivePeerDependencies:
- supports-color
- eslint-plugin-jsonc@2.21.0(eslint@9.39.2(jiti@2.6.1)):
+ eslint-plugin-jsonc@2.21.1(eslint@9.39.2(jiti@2.6.1)):
dependencies:
'@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@2.6.1))
diff-sequences: 27.5.1
@@ -17633,14 +18342,14 @@ snapshots:
eslint-plugin-n@17.23.2(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3):
dependencies:
'@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@2.6.1))
- enhanced-resolve: 5.18.4
+ enhanced-resolve: 5.19.0
eslint: 9.39.2(jiti@2.6.1)
eslint-plugin-es-x: 7.8.0(eslint@9.39.2(jiti@2.6.1))
- get-tsconfig: 4.13.0
+ get-tsconfig: 4.13.6
globals: 15.15.0
globrex: 0.1.2
ignore: 5.3.2
- semver: 7.7.3
+ semver: 7.7.4
ts-declaration-location: 1.0.7(typescript@5.9.3)
transitivePeerDependencies:
- typescript
@@ -17649,8 +18358,8 @@ snapshots:
eslint-plugin-perfectionist@4.15.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3):
dependencies:
- '@typescript-eslint/types': 8.53.1
- '@typescript-eslint/utils': 8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
+ '@typescript-eslint/types': 8.55.0
+ '@typescript-eslint/utils': 8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
eslint: 9.39.2(jiti@2.6.1)
natural-orderby: 5.0.0
transitivePeerDependencies:
@@ -17688,11 +18397,11 @@ snapshots:
regexp-ast-analysis: 0.7.1
scslre: 0.3.0
- eslint-plugin-turbo@2.7.6(eslint@9.39.2(jiti@2.6.1))(turbo@2.7.6):
+ eslint-plugin-turbo@2.8.5(eslint@9.39.2(jiti@2.6.1))(turbo@2.8.5):
dependencies:
dotenv: 16.0.3
eslint: 9.39.2(jiti@2.6.1)
- turbo: 2.7.6
+ turbo: 2.8.5
eslint-plugin-unicorn@62.0.0(eslint@9.39.2(jiti@2.6.1)):
dependencies:
@@ -17700,7 +18409,7 @@ snapshots:
'@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@2.6.1))
'@eslint/plugin-kit': 0.4.1
change-case: 5.4.4
- ci-info: 4.3.1
+ ci-info: 4.4.0
clean-regexp: 1.0.0
core-js-compat: 3.48.0
eslint: 9.39.2(jiti@2.6.1)
@@ -17713,38 +18422,38 @@ snapshots:
pluralize: 8.0.0
regexp-tree: 0.1.27
regjsparser: 0.13.0
- semver: 7.7.3
+ semver: 7.7.4
strip-indent: 4.1.1
- eslint-plugin-unused-imports@4.3.0(@typescript-eslint/eslint-plugin@8.53.1(@typescript-eslint/parser@8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1)):
+ eslint-plugin-unused-imports@4.4.1(@typescript-eslint/eslint-plugin@8.55.0(@typescript-eslint/parser@8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1)):
dependencies:
eslint: 9.39.2(jiti@2.6.1)
optionalDependencies:
- '@typescript-eslint/eslint-plugin': 8.53.1(@typescript-eslint/parser@8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
+ '@typescript-eslint/eslint-plugin': 8.55.0(@typescript-eslint/parser@8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
- eslint-plugin-vitest@0.5.4(@typescript-eslint/eslint-plugin@8.53.1(@typescript-eslint/parser@8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)(vitest@3.2.4(@types/node@25.0.10)(happy-dom@17.6.3)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)):
+ eslint-plugin-vitest@0.5.4(@typescript-eslint/eslint-plugin@8.55.0(@typescript-eslint/parser@8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)(vitest@3.2.4(@types/node@25.2.3)(happy-dom@17.6.3)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)):
dependencies:
'@typescript-eslint/utils': 7.18.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
eslint: 9.39.2(jiti@2.6.1)
optionalDependencies:
- '@typescript-eslint/eslint-plugin': 8.53.1(@typescript-eslint/parser@8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
- vitest: 3.2.4(@types/node@25.0.10)(happy-dom@17.6.3)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)
+ '@typescript-eslint/eslint-plugin': 8.55.0(@typescript-eslint/parser@8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
+ vitest: 3.2.4(@types/node@25.2.3)(happy-dom@17.6.3)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)
transitivePeerDependencies:
- supports-color
- typescript
- eslint-plugin-vue@10.7.0(@typescript-eslint/parser@8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))):
+ eslint-plugin-vue@10.7.0(@typescript-eslint/parser@8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1))):
dependencies:
'@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@2.6.1))
eslint: 9.39.2(jiti@2.6.1)
natural-compare: 1.4.0
nth-check: 2.1.1
postcss-selector-parser: 7.1.1
- semver: 7.7.3
+ semver: 7.7.4
vue-eslint-parser: 10.2.0(eslint@9.39.2(jiti@2.6.1))
xml-name-validator: 4.0.0
optionalDependencies:
- '@typescript-eslint/parser': 8.53.1(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
+ '@typescript-eslint/parser': 8.55.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
eslint-plugin-yml@1.19.1(eslint@9.39.2(jiti@2.6.1)):
dependencies:
@@ -17836,7 +18545,7 @@ snapshots:
dependencies:
estraverse: 5.3.0
- esrap@2.2.2:
+ esrap@2.2.3:
dependencies:
'@jridgewell/sourcemap-codec': 1.5.5
@@ -17951,30 +18660,24 @@ snapshots:
optionalDependencies:
picomatch: 4.0.3
- feelers@1.4.0:
+ feelers@1.5.1:
dependencies:
'@bpmn-io/cm-theme': 0.1.0-alpha.2
- '@bpmn-io/feel-lint': 1.4.0
+ '@bpmn-io/feel-lint': 3.1.0
+ '@bpmn-io/feelin': 6.1.0
+ '@bpmn-io/lezer-feel': 2.2.1
'@codemirror/autocomplete': 6.20.0
- '@codemirror/commands': 6.10.1
+ '@codemirror/commands': 6.10.2
'@codemirror/language': 6.12.1
- '@codemirror/lint': 6.9.2
+ '@codemirror/lint': 6.9.3
'@codemirror/state': 6.5.4
- '@codemirror/view': 6.39.11
- '@lezer/common': 1.5.0
+ '@codemirror/view': 6.39.13
+ '@lezer/common': 1.5.1
'@lezer/highlight': 1.2.3
'@lezer/lr': 1.4.8
'@lezer/markdown': 1.6.3
- feelin: 3.2.0
- lezer-feel: 1.9.0
min-dom: 5.2.0
- feelin@3.2.0:
- dependencies:
- '@lezer/lr': 1.4.8
- lezer-feel: 1.9.0
- luxon: 3.7.2
-
fetch-blob@3.2.0:
dependencies:
node-domexception: 1.0.0
@@ -18031,7 +18734,7 @@ snapshots:
dependencies:
magic-string: 0.30.21
mlly: 1.8.0
- rollup: 4.56.0
+ rollup: 4.57.1
flat-cache@4.0.1:
dependencies:
@@ -18042,7 +18745,7 @@ snapshots:
dependencies:
cacheable: 2.3.2
flatted: 3.3.3
- hookified: 1.15.0
+ hookified: 1.15.1
flatted@3.3.3: {}
@@ -18184,7 +18887,7 @@ snapshots:
es-errors: 1.3.0
get-intrinsic: 1.3.0
- get-tsconfig@4.13.0:
+ get-tsconfig@4.13.6:
dependencies:
resolve-pkg-maps: 1.0.0
@@ -18194,7 +18897,7 @@ snapshots:
consola: 3.4.2
defu: 6.1.4
node-fetch-native: 1.6.7
- nypm: 0.6.4
+ nypm: 0.6.5
pathe: 2.0.3
git-raw-commits@4.0.0:
@@ -18211,7 +18914,7 @@ snapshots:
dependencies:
is-glob: 4.0.3
- glob@10.5.0:
+ glob@10.4.5:
dependencies:
foreground-child: 3.3.1
jackspeak: 3.4.3
@@ -18223,15 +18926,15 @@ snapshots:
glob@11.1.0:
dependencies:
foreground-child: 3.3.1
- jackspeak: 4.1.1
- minimatch: 10.1.1
+ jackspeak: 4.2.3
+ minimatch: 10.1.2
minipass: 7.1.2
package-json-from-dist: 1.0.1
path-scurry: 2.0.1
- glob@13.0.0:
+ glob@13.0.2:
dependencies:
- minimatch: 10.1.1
+ minimatch: 10.1.2
minipass: 7.1.2
path-scurry: 2.0.1
@@ -18378,7 +19081,7 @@ snapshots:
hashery@1.4.0:
dependencies:
- hookified: 1.15.0
+ hookified: 1.15.1
hasown@2.0.2:
dependencies:
@@ -18414,7 +19117,7 @@ snapshots:
hookable@5.5.3: {}
- hookified@1.15.0: {}
+ hookified@1.15.1: {}
htm@3.1.1: {}
@@ -18495,6 +19198,8 @@ snapshots:
ids@1.0.5: {}
+ ids@3.0.1: {}
+
ieee754@1.2.1: {}
ignore@5.3.2: {}
@@ -18592,7 +19297,7 @@ snapshots:
is-ci@4.1.0:
dependencies:
- ci-info: 4.3.1
+ ci-info: 4.4.0
is-core-module@2.16.1:
dependencies:
@@ -18700,6 +19405,8 @@ snapshots:
is-regexp@1.0.0: {}
+ is-safe-filename@0.1.1: {}
+
is-set@2.0.3: {}
is-shared-array-buffer@1.0.4:
@@ -18780,9 +19487,9 @@ snapshots:
optionalDependencies:
'@pkgjs/parseargs': 0.11.0
- jackspeak@4.1.1:
+ jackspeak@4.2.3:
dependencies:
- '@isaacs/cliui': 8.0.2
+ '@isaacs/cliui': 9.0.0
jake@10.9.4:
dependencies:
@@ -18798,7 +19505,7 @@ snapshots:
dependencies:
config-chain: 1.1.13
editorconfig: 1.0.4
- glob: 10.5.0
+ glob: 10.4.5
js-cookie: 3.0.5
nopt: 7.2.1
@@ -18848,7 +19555,7 @@ snapshots:
acorn: 8.15.0
eslint-visitor-keys: 3.4.3
espree: 9.6.1
- semver: 7.7.3
+ semver: 7.7.4
jsonfile@4.0.0:
optionalDependencies:
@@ -18900,48 +19607,48 @@ snapshots:
dependencies:
readable-stream: 2.3.8
- lefthook-darwin-arm64@2.0.15:
+ lefthook-darwin-arm64@2.1.0:
optional: true
- lefthook-darwin-x64@2.0.15:
+ lefthook-darwin-x64@2.1.0:
optional: true
- lefthook-freebsd-arm64@2.0.15:
+ lefthook-freebsd-arm64@2.1.0:
optional: true
- lefthook-freebsd-x64@2.0.15:
+ lefthook-freebsd-x64@2.1.0:
optional: true
- lefthook-linux-arm64@2.0.15:
+ lefthook-linux-arm64@2.1.0:
optional: true
- lefthook-linux-x64@2.0.15:
+ lefthook-linux-x64@2.1.0:
optional: true
- lefthook-openbsd-arm64@2.0.15:
+ lefthook-openbsd-arm64@2.1.0:
optional: true
- lefthook-openbsd-x64@2.0.15:
+ lefthook-openbsd-x64@2.1.0:
optional: true
- lefthook-windows-arm64@2.0.15:
+ lefthook-windows-arm64@2.1.0:
optional: true
- lefthook-windows-x64@2.0.15:
+ lefthook-windows-x64@2.1.0:
optional: true
- lefthook@2.0.15:
+ lefthook@2.1.0:
optionalDependencies:
- lefthook-darwin-arm64: 2.0.15
- lefthook-darwin-x64: 2.0.15
- lefthook-freebsd-arm64: 2.0.15
- lefthook-freebsd-x64: 2.0.15
- lefthook-linux-arm64: 2.0.15
- lefthook-linux-x64: 2.0.15
- lefthook-openbsd-arm64: 2.0.15
- lefthook-openbsd-x64: 2.0.15
- lefthook-windows-arm64: 2.0.15
- lefthook-windows-x64: 2.0.15
+ lefthook-darwin-arm64: 2.1.0
+ lefthook-darwin-x64: 2.1.0
+ lefthook-freebsd-arm64: 2.1.0
+ lefthook-freebsd-x64: 2.1.0
+ lefthook-linux-arm64: 2.1.0
+ lefthook-linux-x64: 2.1.0
+ lefthook-openbsd-arm64: 2.1.0
+ lefthook-openbsd-x64: 2.1.0
+ lefthook-windows-arm64: 2.1.0
+ lefthook-windows-x64: 2.1.0
less@4.5.1:
dependencies:
@@ -18964,12 +19671,6 @@ snapshots:
prelude-ls: 1.2.1
type-check: 0.4.0
- lezer-feel@1.9.0:
- dependencies:
- '@lezer/highlight': 1.2.3
- '@lezer/lr': 1.4.8
- min-dash: 4.2.3
-
lilconfig@3.1.3: {}
lines-and-columns@1.2.4: {}
@@ -19079,7 +19780,7 @@ snapshots:
log-update@6.1.0:
dependencies:
- ansi-escapes: 7.2.0
+ ansi-escapes: 7.3.0
cli-cursor: 5.0.0
slice-ansi: 7.1.2
strip-ansi: 7.1.2
@@ -19097,7 +19798,7 @@ snapshots:
lru-cache@10.4.3: {}
- lru-cache@11.2.5: {}
+ lru-cache@11.2.6: {}
lru-cache@5.1.1:
dependencies:
@@ -19107,9 +19808,9 @@ snapshots:
dependencies:
yallist: 4.0.0
- lucide-vue-next@0.553.0(vue@3.5.27(typescript@5.9.3)):
+ lucide-vue-next@0.553.0(vue@3.5.28(typescript@5.9.3)):
dependencies:
- vue: 3.5.27(typescript@5.9.3)
+ vue: 3.5.28(typescript@5.9.3)
luxon@3.7.2: {}
@@ -19129,10 +19830,10 @@ snapshots:
dependencies:
'@jridgewell/sourcemap-codec': 1.5.5
- magicast@0.5.1:
+ magicast@0.5.2:
dependencies:
- '@babel/parser': 7.28.6
- '@babel/types': 7.28.6
+ '@babel/parser': 7.29.0
+ '@babel/types': 7.29.0
source-map-js: 1.2.1
make-dir@2.1.0:
@@ -19214,7 +19915,7 @@ snapshots:
mdn-data@2.12.2: {}
- mdn-data@2.26.0: {}
+ mdn-data@2.27.0: {}
mdurl@2.0.0: {}
@@ -19292,13 +19993,9 @@ snapshots:
domify: 2.0.0
min-dash: 5.0.0
- minimatch@10.0.3:
+ minimatch@10.1.2:
dependencies:
- '@isaacs/brace-expansion': 5.0.0
-
- minimatch@10.1.1:
- dependencies:
- '@isaacs/brace-expansion': 5.0.0
+ '@isaacs/brace-expansion': 5.0.1
minimatch@3.1.2:
dependencies:
@@ -19348,9 +20045,9 @@ snapshots:
mitt@3.0.1: {}
- mkdist@2.4.1(sass@1.97.3)(typescript@5.9.3)(vue-tsc@3.2.3(typescript@5.9.3))(vue@3.5.27(typescript@5.9.3)):
+ mkdist@2.4.1(sass@1.97.3)(typescript@5.9.3)(vue-tsc@3.2.4(typescript@5.9.3))(vue@3.5.28(typescript@5.9.3)):
dependencies:
- autoprefixer: 10.4.23(postcss@8.5.6)
+ autoprefixer: 10.4.24(postcss@8.5.6)
citty: 0.1.6
cssnano: 7.1.2(postcss@8.5.6)
defu: 6.1.4
@@ -19361,13 +20058,13 @@ snapshots:
pkg-types: 2.3.0
postcss: 8.5.6
postcss-nested: 7.0.2(postcss@8.5.6)
- semver: 7.7.3
+ semver: 7.7.4
tinyglobby: 0.2.15
optionalDependencies:
sass: 1.97.3
typescript: 5.9.3
- vue: 3.5.27(typescript@5.9.3)
- vue-tsc: 3.2.3(typescript@5.9.3)
+ vue: 3.5.28(typescript@5.9.3)
+ vue-tsc: 3.2.4(typescript@5.9.3)
mlly@1.8.0:
dependencies:
@@ -19420,10 +20117,10 @@ snapshots:
object-assign: 4.1.1
thenify-all: 1.6.0
- naive-ui@2.43.2(vue@3.5.27(typescript@5.9.3)):
+ naive-ui@2.43.2(vue@3.5.28(typescript@5.9.3)):
dependencies:
'@css-render/plugin-bem': 0.15.14(css-render@0.15.14)
- '@css-render/vue3-ssr': 0.15.14(vue@3.5.27(typescript@5.9.3))
+ '@css-render/vue3-ssr': 0.15.14(vue@3.5.28(typescript@5.9.3))
'@types/katex': 0.16.8
'@types/lodash': 4.17.23
'@types/lodash-es': 4.17.12
@@ -19438,10 +20135,10 @@ snapshots:
lodash-es: 4.17.23
seemly: 0.3.10
treemate: 0.3.11
- vdirs: 0.1.8(vue@3.5.27(typescript@5.9.3))
- vooks: 0.2.12(vue@3.5.27(typescript@5.9.3))
- vue: 3.5.27(typescript@5.9.3)
- vueuc: 0.4.65(vue@3.5.27(typescript@5.9.3))
+ vdirs: 0.1.8(vue@3.5.28(typescript@5.9.3))
+ vooks: 0.2.12(vue@3.5.28(typescript@5.9.3))
+ vue: 3.5.28(typescript@5.9.3)
+ vueuc: 0.4.65(vue@3.5.28(typescript@5.9.3))
nanoid@3.3.11: {}
@@ -19464,20 +20161,20 @@ snapshots:
nitropack@2.13.1:
dependencies:
'@cloudflare/kv-asset-handler': 0.4.2
- '@rollup/plugin-alias': 6.0.0(rollup@4.56.0)
- '@rollup/plugin-commonjs': 29.0.0(rollup@4.56.0)
- '@rollup/plugin-inject': 5.0.5(rollup@4.56.0)
- '@rollup/plugin-json': 6.1.0(rollup@4.56.0)
- '@rollup/plugin-node-resolve': 16.0.3(rollup@4.56.0)
- '@rollup/plugin-replace': 6.0.3(rollup@4.56.0)
- '@rollup/plugin-terser': 0.4.4(rollup@4.56.0)
- '@vercel/nft': 1.3.0(rollup@4.56.0)
+ '@rollup/plugin-alias': 6.0.0(rollup@4.57.1)
+ '@rollup/plugin-commonjs': 29.0.0(rollup@4.57.1)
+ '@rollup/plugin-inject': 5.0.5(rollup@4.57.1)
+ '@rollup/plugin-json': 6.1.0(rollup@4.57.1)
+ '@rollup/plugin-node-resolve': 16.0.3(rollup@4.57.1)
+ '@rollup/plugin-replace': 6.0.3(rollup@4.57.1)
+ '@rollup/plugin-terser': 0.4.4(rollup@4.57.1)
+ '@vercel/nft': 1.3.1(rollup@4.57.1)
archiver: 7.0.1
- c12: 3.3.3(magicast@0.5.1)
+ c12: 3.3.3(magicast@0.5.2)
chokidar: 5.0.0
citty: 0.1.6
compatx: 0.2.0
- confbox: 0.2.2
+ confbox: 0.2.4
consola: 3.4.2
cookie-es: 2.0.0
croner: 9.1.0
@@ -19501,7 +20198,7 @@ snapshots:
knitwork: 1.3.0
listhen: 1.9.0
magic-string: 0.30.21
- magicast: 0.5.1
+ magicast: 0.5.2
mime: 4.1.0
mlly: 1.8.0
node-fetch-native: 1.6.7
@@ -19513,10 +20210,10 @@ snapshots:
pkg-types: 2.3.0
pretty-bytes: 7.1.0
radix3: 1.1.2
- rollup: 4.56.0
- rollup-plugin-visualizer: 6.0.5(rollup@4.56.0)
+ rollup: 4.57.1
+ rollup-plugin-visualizer: 6.0.5(rollup@4.57.1)
scule: 1.3.0
- semver: 7.7.3
+ semver: 7.7.4
serve-placeholder: 2.0.2
serve-static: 2.2.1
source-map: 0.7.6
@@ -19635,7 +20332,7 @@ snapshots:
dependencies:
boolbase: 1.0.0
- nypm@0.6.4:
+ nypm@0.6.5:
dependencies:
citty: 0.2.0
pathe: 2.0.3
@@ -19692,7 +20389,7 @@ snapshots:
open@10.2.0:
dependencies:
- default-browser: 5.4.0
+ default-browser: 5.5.0
define-lazy-prop: 3.0.0
is-inside-container: 1.0.0
wsl-utils: 0.1.0
@@ -19773,7 +20470,7 @@ snapshots:
ky: 1.14.3
registry-auth-token: 5.1.1
registry-url: 6.0.1
- semver: 7.7.3
+ semver: 7.7.4
package-manager-detector@0.2.11:
dependencies:
@@ -19802,7 +20499,7 @@ snapshots:
parse-json@5.2.0:
dependencies:
- '@babel/code-frame': 7.28.6
+ '@babel/code-frame': 7.29.0
error-ex: 1.3.4
json-parse-even-better-errors: 2.3.1
lines-and-columns: 1.2.4
@@ -19858,7 +20555,7 @@ snapshots:
path-scurry@2.0.1:
dependencies:
- lru-cache: 11.2.5
+ lru-cache: 11.2.6
minipass: 7.1.2
path-type@4.0.0: {}
@@ -19887,17 +20584,17 @@ snapshots:
pify@4.0.1: {}
- pinia-plugin-persistedstate@4.7.1(@nuxt/kit@4.3.0(magicast@0.5.1))(pinia@3.0.4(typescript@5.9.3)(vue@3.5.27(typescript@5.9.3))):
+ pinia-plugin-persistedstate@4.7.1(@nuxt/kit@4.3.1(magicast@0.5.2))(pinia@3.0.4(typescript@5.9.3)(vue@3.5.28(typescript@5.9.3))):
dependencies:
defu: 6.1.4
optionalDependencies:
- '@nuxt/kit': 4.3.0(magicast@0.5.1)
- pinia: 3.0.4(typescript@5.9.3)(vue@3.5.27(typescript@5.9.3))
+ '@nuxt/kit': 4.3.1(magicast@0.5.2)
+ pinia: 3.0.4(typescript@5.9.3)(vue@3.5.28(typescript@5.9.3))
- pinia@3.0.4(typescript@5.9.3)(vue@3.5.27(typescript@5.9.3)):
+ pinia@3.0.4(typescript@5.9.3)(vue@3.5.28(typescript@5.9.3)):
dependencies:
'@vue/devtools-api': 7.7.9
- vue: 3.5.27(typescript@5.9.3)
+ vue: 3.5.28(typescript@5.9.3)
optionalDependencies:
typescript: 5.9.3
@@ -19915,15 +20612,15 @@ snapshots:
pkg-types@2.3.0:
dependencies:
- confbox: 0.2.2
+ confbox: 0.2.4
exsolve: 1.0.8
pathe: 2.0.3
- playwright-core@1.58.0: {}
+ playwright-core@1.58.2: {}
- playwright@1.58.0:
+ playwright@1.58.2:
dependencies:
- playwright-core: 1.58.0
+ playwright-core: 1.58.2
optionalDependencies:
fsevents: 2.3.2
@@ -20303,12 +21000,12 @@ snapshots:
'@csstools/postcss-text-decoration-shorthand': 4.0.3(postcss@8.5.6)
'@csstools/postcss-trigonometric-functions': 4.0.9(postcss@8.5.6)
'@csstools/postcss-unset-value': 4.0.0(postcss@8.5.6)
- autoprefixer: 10.4.23(postcss@8.5.6)
+ autoprefixer: 10.4.24(postcss@8.5.6)
browserslist: 4.28.1
css-blank-pseudo: 7.0.1(postcss@8.5.6)
css-has-pseudo: 7.0.3(postcss@8.5.6)
css-prefers-color-scheme: 10.0.0(postcss@8.5.6)
- cssdb: 8.7.0
+ cssdb: 8.7.1
postcss: 8.5.6
postcss-attribute-case-insensitive: 7.0.1(postcss@8.5.6)
postcss-clamp: 4.1.0(postcss@8.5.6)
@@ -20413,7 +21110,7 @@ snapshots:
picocolors: 1.1.1
source-map-js: 1.2.1
- preact@10.28.2: {}
+ preact@10.28.3: {}
prelude-ls@1.2.1: {}
@@ -20456,7 +21153,7 @@ snapshots:
publint@0.3.17:
dependencies:
- '@publint/pack': 0.1.3
+ '@publint/pack': 0.1.4
package-manager-detector: 1.6.0
picocolors: 1.1.1
sade: 1.8.1
@@ -20471,7 +21168,7 @@ snapshots:
qified@0.6.0:
dependencies:
- hookified: 1.15.0
+ hookified: 1.15.1
qrcode@1.5.4:
dependencies:
@@ -20502,6 +21199,11 @@ snapshots:
defu: 6.1.4
destr: 2.0.5
+ rc9@3.0.0:
+ dependencies:
+ defu: 6.1.4
+ destr: 2.0.5
+
rc@1.2.8:
dependencies:
deep-extend: 0.6.0
@@ -20631,22 +21333,21 @@ snapshots:
dependencies:
jsesc: 3.1.0
- reka-ui@2.7.0(typescript@5.9.3)(vue@3.5.27(typescript@5.9.3)):
+ reka-ui@2.8.0(vue@3.5.28(typescript@5.9.3)):
dependencies:
- '@floating-ui/dom': 1.7.4
- '@floating-ui/vue': 1.1.9(vue@3.5.27(typescript@5.9.3))
- '@internationalized/date': 3.10.1
+ '@floating-ui/dom': 1.7.5
+ '@floating-ui/vue': 1.1.10(vue@3.5.28(typescript@5.9.3))
+ '@internationalized/date': 3.11.0
'@internationalized/number': 3.6.5
- '@tanstack/vue-virtual': 3.13.18(vue@3.5.27(typescript@5.9.3))
- '@vueuse/core': 12.8.2(typescript@5.9.3)
- '@vueuse/shared': 12.8.2(typescript@5.9.3)
+ '@tanstack/vue-virtual': 3.13.18(vue@3.5.28(typescript@5.9.3))
+ '@vueuse/core': 14.2.1(vue@3.5.28(typescript@5.9.3))
+ '@vueuse/shared': 14.2.1(vue@3.5.28(typescript@5.9.3))
aria-hidden: 1.2.6
defu: 6.1.4
ohash: 2.0.11
- vue: 3.5.27(typescript@5.9.3)
+ vue: 3.5.28(typescript@5.9.3)
transitivePeerDependencies:
- '@vue/composition-api'
- - typescript
relateurl@0.2.7: {}
@@ -20699,7 +21400,7 @@ snapshots:
rimraf@6.1.2:
dependencies:
- glob: 13.0.0
+ glob: 13.0.2
package-json-from-dist: 1.0.1
robust-predicates@3.0.2: {}
@@ -20708,65 +21409,65 @@ snapshots:
dependencies:
magic-string: 0.30.21
- rollup-plugin-dts@6.3.0(rollup@4.56.0)(typescript@5.9.3):
+ rollup-plugin-dts@6.3.0(rollup@4.57.1)(typescript@5.9.3):
dependencies:
magic-string: 0.30.21
- rollup: 4.56.0
+ rollup: 4.57.1
typescript: 5.9.3
optionalDependencies:
- '@babel/code-frame': 7.28.6
+ '@babel/code-frame': 7.29.0
- rollup-plugin-visualizer@5.14.0(rollup@4.56.0):
+ rollup-plugin-visualizer@5.14.0(rollup@4.57.1):
dependencies:
open: 8.4.2
picomatch: 4.0.3
source-map: 0.7.6
yargs: 17.7.2
optionalDependencies:
- rollup: 4.56.0
+ rollup: 4.57.1
- rollup-plugin-visualizer@6.0.5(rollup@4.56.0):
+ rollup-plugin-visualizer@6.0.5(rollup@4.57.1):
dependencies:
open: 8.4.2
picomatch: 4.0.3
source-map: 0.7.6
yargs: 17.7.2
optionalDependencies:
- rollup: 4.56.0
+ rollup: 4.57.1
rollup@2.79.2:
optionalDependencies:
fsevents: 2.3.3
- rollup@4.56.0:
+ rollup@4.57.1:
dependencies:
'@types/estree': 1.0.8
optionalDependencies:
- '@rollup/rollup-android-arm-eabi': 4.56.0
- '@rollup/rollup-android-arm64': 4.56.0
- '@rollup/rollup-darwin-arm64': 4.56.0
- '@rollup/rollup-darwin-x64': 4.56.0
- '@rollup/rollup-freebsd-arm64': 4.56.0
- '@rollup/rollup-freebsd-x64': 4.56.0
- '@rollup/rollup-linux-arm-gnueabihf': 4.56.0
- '@rollup/rollup-linux-arm-musleabihf': 4.56.0
- '@rollup/rollup-linux-arm64-gnu': 4.56.0
- '@rollup/rollup-linux-arm64-musl': 4.56.0
- '@rollup/rollup-linux-loong64-gnu': 4.56.0
- '@rollup/rollup-linux-loong64-musl': 4.56.0
- '@rollup/rollup-linux-ppc64-gnu': 4.56.0
- '@rollup/rollup-linux-ppc64-musl': 4.56.0
- '@rollup/rollup-linux-riscv64-gnu': 4.56.0
- '@rollup/rollup-linux-riscv64-musl': 4.56.0
- '@rollup/rollup-linux-s390x-gnu': 4.56.0
- '@rollup/rollup-linux-x64-gnu': 4.56.0
- '@rollup/rollup-linux-x64-musl': 4.56.0
- '@rollup/rollup-openbsd-x64': 4.56.0
- '@rollup/rollup-openharmony-arm64': 4.56.0
- '@rollup/rollup-win32-arm64-msvc': 4.56.0
- '@rollup/rollup-win32-ia32-msvc': 4.56.0
- '@rollup/rollup-win32-x64-gnu': 4.56.0
- '@rollup/rollup-win32-x64-msvc': 4.56.0
+ '@rollup/rollup-android-arm-eabi': 4.57.1
+ '@rollup/rollup-android-arm64': 4.57.1
+ '@rollup/rollup-darwin-arm64': 4.57.1
+ '@rollup/rollup-darwin-x64': 4.57.1
+ '@rollup/rollup-freebsd-arm64': 4.57.1
+ '@rollup/rollup-freebsd-x64': 4.57.1
+ '@rollup/rollup-linux-arm-gnueabihf': 4.57.1
+ '@rollup/rollup-linux-arm-musleabihf': 4.57.1
+ '@rollup/rollup-linux-arm64-gnu': 4.57.1
+ '@rollup/rollup-linux-arm64-musl': 4.57.1
+ '@rollup/rollup-linux-loong64-gnu': 4.57.1
+ '@rollup/rollup-linux-loong64-musl': 4.57.1
+ '@rollup/rollup-linux-ppc64-gnu': 4.57.1
+ '@rollup/rollup-linux-ppc64-musl': 4.57.1
+ '@rollup/rollup-linux-riscv64-gnu': 4.57.1
+ '@rollup/rollup-linux-riscv64-musl': 4.57.1
+ '@rollup/rollup-linux-s390x-gnu': 4.57.1
+ '@rollup/rollup-linux-x64-gnu': 4.57.1
+ '@rollup/rollup-linux-x64-musl': 4.57.1
+ '@rollup/rollup-openbsd-x64': 4.57.1
+ '@rollup/rollup-openharmony-arm64': 4.57.1
+ '@rollup/rollup-win32-arm64-msvc': 4.57.1
+ '@rollup/rollup-win32-ia32-msvc': 4.57.1
+ '@rollup/rollup-win32-x64-gnu': 4.57.1
+ '@rollup/rollup-win32-x64-msvc': 4.57.1
fsevents: 2.3.3
rotated-array-set@3.0.0: {}
@@ -20832,6 +21533,10 @@ snapshots:
dependencies:
compute-scroll-into-view: 1.0.20
+ scroll-into-view-if-needed@3.1.0:
+ dependencies:
+ compute-scroll-into-view: 3.1.1
+
scslre@0.3.0:
dependencies:
'@eslint-community/regexpp': 4.12.2
@@ -20867,7 +21572,7 @@ snapshots:
dependencies:
lru-cache: 6.0.0
- semver@7.7.3: {}
+ semver@7.7.4: {}
send@1.2.1:
dependencies:
@@ -21063,7 +21768,7 @@ snapshots:
sprintf-js@1.0.3: {}
- ssri@13.0.0:
+ ssri@13.0.1:
dependencies:
minipass: 7.1.2
@@ -21231,7 +21936,7 @@ snapshots:
postcss-html: 1.8.1
stylelint: 16.26.1(typescript@5.9.3)
- stylelint-config-recess-order@7.6.0(stylelint-order@7.0.1(stylelint@16.26.1(typescript@5.9.3)))(stylelint@16.26.1(typescript@5.9.3)):
+ stylelint-config-recess-order@7.6.1(stylelint-order@7.0.1(stylelint@16.26.1(typescript@5.9.3)))(stylelint@16.26.1(typescript@5.9.3)):
dependencies:
stylelint: 16.26.1(typescript@5.9.3)
stylelint-order: 7.0.1(stylelint@16.26.1(typescript@5.9.3))
@@ -21248,7 +21953,7 @@ snapshots:
stylelint-config-recommended-vue@1.6.1(postcss-html@1.8.1)(stylelint@16.26.1(typescript@5.9.3)):
dependencies:
postcss-html: 1.8.1
- semver: 7.7.3
+ semver: 7.7.4
stylelint: 16.26.1(typescript@5.9.3)
stylelint-config-html: 1.1.0(postcss-html@1.8.1)(stylelint@16.26.1(typescript@5.9.3))
stylelint-config-recommended: 17.0.0(stylelint@16.26.1(typescript@5.9.3))
@@ -21279,7 +21984,7 @@ snapshots:
css-tree: 3.1.0
is-plain-object: 5.0.0
known-css-properties: 0.37.0
- mdn-data: 2.26.0
+ mdn-data: 2.27.0
postcss-media-query-parser: 0.2.3
postcss-resolve-nested-selector: 0.1.6
postcss-selector-parser: 7.1.1
@@ -21289,7 +21994,7 @@ snapshots:
stylelint@16.26.1(typescript@5.9.3):
dependencies:
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
- '@csstools/css-syntax-patches-for-csstree': 1.0.26
+ '@csstools/css-syntax-patches-for-csstree': 1.0.27
'@csstools/css-tokenizer': 3.0.4
'@csstools/media-query-list-parser': 4.0.3(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
'@csstools/selector-specificity': 5.0.0(postcss-selector-parser@7.1.1)
@@ -21297,7 +22002,7 @@ snapshots:
balanced-match: 2.0.0
colord: 2.9.3
cosmiconfig: 9.0.0(typescript@5.9.3)
- css-functions-list: 3.2.3
+ css-functions-list: 3.3.3
css-tree: 3.1.0
debug: 4.4.3
fast-glob: 3.3.3
@@ -21364,7 +22069,7 @@ snapshots:
supports-preserve-symlinks-flag@1.0.0: {}
- svelte@5.48.2:
+ svelte@5.50.1:
dependencies:
'@jridgewell/remapping': 2.3.5
'@jridgewell/sourcemap-codec': 1.5.5
@@ -21376,15 +22081,13 @@ snapshots:
clsx: 2.1.1
devalue: 5.6.2
esm-env: 1.2.2
- esrap: 2.2.2
+ esrap: 2.2.3
is-reference: 3.0.3
locate-character: 3.0.0
magic-string: 0.30.21
zimmerframe: 1.1.4
- sver@1.8.4:
- optionalDependencies:
- semver: 6.3.1
+ sver@2.0.1: {}
svg-tags@1.0.0: {}
@@ -21416,7 +22119,7 @@ snapshots:
tagged-tag@1.0.0: {}
- tailwind-merge@2.6.0: {}
+ tailwind-merge@2.6.1: {}
tailwindcss-animate@1.0.7(tailwindcss@3.4.19(yaml@2.8.2)):
dependencies:
@@ -21461,7 +22164,7 @@ snapshots:
- bare-abort-controller
- react-native-b4a
- tar@7.5.6:
+ tar@7.5.7:
dependencies:
'@isaacs/fs-minipass': 4.0.1
chownr: 3.0.0
@@ -21469,12 +22172,12 @@ snapshots:
minizlib: 3.1.0
yallist: 5.0.0
- tdesign-icons-vue-next@0.4.2(vue@3.5.27(typescript@5.9.3)):
+ tdesign-icons-vue-next@0.4.2(vue@3.5.28(typescript@5.9.3)):
dependencies:
'@babel/runtime': 7.28.6
- vue: 3.5.27(typescript@5.9.3)
+ vue: 3.5.28(typescript@5.9.3)
- tdesign-vue-next@1.18.0(vue@3.5.27(typescript@5.9.3)):
+ tdesign-vue-next@1.18.2(vue@3.5.28(typescript@5.9.3)):
dependencies:
'@babel/runtime': 7.28.6
'@popperjs/core': 2.11.8
@@ -21486,10 +22189,10 @@ snapshots:
lodash-es: 4.17.23
mitt: 3.0.1
sortablejs: 1.15.6
- tdesign-icons-vue-next: 0.4.2(vue@3.5.27(typescript@5.9.3))
+ tdesign-icons-vue-next: 0.4.2(vue@3.5.28(typescript@5.9.3))
tinycolor2: 1.6.0
validator: 13.15.26
- vue: 3.5.27(typescript@5.9.3)
+ vue: 3.5.28(typescript@5.9.3)
temp-dir@2.0.0: {}
@@ -21604,32 +22307,32 @@ snapshots:
tslib@2.8.1: {}
- turbo-darwin-64@2.7.6:
+ turbo-darwin-64@2.8.5:
optional: true
- turbo-darwin-arm64@2.7.6:
+ turbo-darwin-arm64@2.8.5:
optional: true
- turbo-linux-64@2.7.6:
+ turbo-linux-64@2.8.5:
optional: true
- turbo-linux-arm64@2.7.6:
+ turbo-linux-arm64@2.8.5:
optional: true
- turbo-windows-64@2.7.6:
+ turbo-windows-64@2.8.5:
optional: true
- turbo-windows-arm64@2.7.6:
+ turbo-windows-arm64@2.8.5:
optional: true
- turbo@2.7.6:
+ turbo@2.8.5:
optionalDependencies:
- turbo-darwin-64: 2.7.6
- turbo-darwin-arm64: 2.7.6
- turbo-linux-64: 2.7.6
- turbo-linux-arm64: 2.7.6
- turbo-windows-64: 2.7.6
- turbo-windows-arm64: 2.7.6
+ turbo-darwin-64: 2.8.5
+ turbo-darwin-arm64: 2.8.5
+ turbo-linux-64: 2.8.5
+ turbo-linux-arm64: 2.8.5
+ turbo-windows-64: 2.8.5
+ turbo-windows-arm64: 2.8.5
type-check@0.4.0:
dependencies:
@@ -21639,7 +22342,7 @@ snapshots:
type-fest@4.41.0: {}
- type-fest@5.4.1:
+ type-fest@5.4.4:
dependencies:
tagged-tag: 1.0.0
@@ -21693,14 +22396,14 @@ snapshots:
has-symbols: 1.1.0
which-boxed-primitive: 1.1.1
- unbuild@3.6.1(sass@1.97.3)(typescript@5.9.3)(vue-tsc@3.2.3(typescript@5.9.3))(vue@3.5.27(typescript@5.9.3)):
+ unbuild@3.6.1(sass@1.97.3)(typescript@5.9.3)(vue-tsc@3.2.4(typescript@5.9.3))(vue@3.5.28(typescript@5.9.3)):
dependencies:
- '@rollup/plugin-alias': 5.1.1(rollup@4.56.0)
- '@rollup/plugin-commonjs': 28.0.9(rollup@4.56.0)
- '@rollup/plugin-json': 6.1.0(rollup@4.56.0)
- '@rollup/plugin-node-resolve': 16.0.3(rollup@4.56.0)
- '@rollup/plugin-replace': 6.0.3(rollup@4.56.0)
- '@rollup/pluginutils': 5.3.0(rollup@4.56.0)
+ '@rollup/plugin-alias': 5.1.1(rollup@4.57.1)
+ '@rollup/plugin-commonjs': 28.0.9(rollup@4.57.1)
+ '@rollup/plugin-json': 6.1.0(rollup@4.57.1)
+ '@rollup/plugin-node-resolve': 16.0.3(rollup@4.57.1)
+ '@rollup/plugin-replace': 6.0.3(rollup@4.57.1)
+ '@rollup/pluginutils': 5.3.0(rollup@4.57.1)
citty: 0.1.6
consola: 3.4.2
defu: 6.1.4
@@ -21709,13 +22412,13 @@ snapshots:
hookable: 5.5.3
jiti: 2.6.1
magic-string: 0.30.21
- mkdist: 2.4.1(sass@1.97.3)(typescript@5.9.3)(vue-tsc@3.2.3(typescript@5.9.3))(vue@3.5.27(typescript@5.9.3))
+ mkdist: 2.4.1(sass@1.97.3)(typescript@5.9.3)(vue-tsc@3.2.4(typescript@5.9.3))(vue@3.5.28(typescript@5.9.3))
mlly: 1.8.0
pathe: 2.0.3
pkg-types: 2.3.0
pretty-bytes: 7.1.0
- rollup: 4.56.0
- rollup-plugin-dts: 6.3.0(rollup@4.56.0)(typescript@5.9.3)
+ rollup: 4.57.1
+ rollup-plugin-dts: 6.3.0(rollup@4.57.1)(typescript@5.9.3)
scule: 1.3.0
tinyglobby: 0.2.15
untyped: 2.0.0
@@ -21738,7 +22441,7 @@ snapshots:
undici-types@7.16.0: {}
- undici@7.19.1: {}
+ undici@7.21.0: {}
unenv@2.0.0-rc.24:
dependencies:
@@ -21817,9 +22520,9 @@ snapshots:
universalify@2.0.1: {}
- unplugin-element-plus@0.11.2(magicast@0.5.1):
+ unplugin-element-plus@0.11.2(magicast@0.5.2):
dependencies:
- '@nuxt/kit': 4.3.0(magicast@0.5.1)
+ '@nuxt/kit': 4.3.1(magicast@0.5.2)
es-module-lexer: 2.0.0
escape-string-regexp: 5.0.0
rolldown-string: 0.2.1
@@ -21874,7 +22577,7 @@ snapshots:
chokidar: 5.0.0
destr: 2.0.5
h3: 1.15.5
- lru-cache: 11.2.5
+ lru-cache: 11.2.6
node-fetch-native: 1.6.7
ofetch: 1.5.1
ufo: 1.6.3
@@ -21923,7 +22626,7 @@ snapshots:
is-npm: 6.1.0
latest-version: 9.0.0
pupa: 3.3.0
- semver: 7.7.3
+ semver: 7.7.4
xdg-basedir: 5.1.0
uqr@0.1.2: {}
@@ -21938,16 +22641,16 @@ snapshots:
validator@13.15.26: {}
- vdirs@0.1.8(vue@3.5.27(typescript@5.9.3)):
+ vdirs@0.1.8(vue@3.5.28(typescript@5.9.3)):
dependencies:
evtd: 0.2.4
- vue: 3.5.27(typescript@5.9.3)
+ vue: 3.5.28(typescript@5.9.3)
- vee-validate@4.15.1(vue@3.5.27(typescript@5.9.3)):
+ vee-validate@4.15.1(vue@3.5.28(typescript@5.9.3)):
dependencies:
'@vue/devtools-api': 7.7.9
type-fest: 4.41.0
- vue: 3.5.27(typescript@5.9.3)
+ vue: 3.5.28(typescript@5.9.3)
vfile-message@4.0.3:
dependencies:
@@ -21981,23 +22684,23 @@ snapshots:
dependencies:
global: 4.4.0
- vite-dev-rpc@1.1.0(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)):
+ vite-dev-rpc@1.1.0(vite@7.3.1(@types/node@25.2.3)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)):
dependencies:
birpc: 2.9.0
- vite: 7.3.1(@types/node@25.0.10)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)
- vite-hot-client: 2.1.0(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2))
+ vite: 7.3.1(@types/node@25.2.3)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)
+ vite-hot-client: 2.1.0(vite@7.3.1(@types/node@25.2.3)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2))
- vite-hot-client@2.1.0(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)):
+ vite-hot-client@2.1.0(vite@7.3.1(@types/node@25.2.3)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)):
dependencies:
- vite: 7.3.1(@types/node@25.0.10)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)
+ vite: 7.3.1(@types/node@25.2.3)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)
- vite-node@3.2.4(@types/node@24.10.9)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2):
+ vite-node@3.2.4(@types/node@24.10.13)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2):
dependencies:
cac: 6.7.14
debug: 4.4.3
es-module-lexer: 1.7.0
pathe: 2.0.3
- vite: 7.3.1(@types/node@24.10.9)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)
+ vite: 7.3.1(@types/node@24.10.13)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)
transitivePeerDependencies:
- '@types/node'
- jiti
@@ -22012,13 +22715,13 @@ snapshots:
- tsx
- yaml
- vite-node@3.2.4(@types/node@25.0.10)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2):
+ vite-node@3.2.4(@types/node@25.2.3)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2):
dependencies:
cac: 6.7.14
debug: 4.4.3
es-module-lexer: 1.7.0
pathe: 2.0.3
- vite: 7.3.1(@types/node@25.0.10)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)
+ vite: 7.3.1(@types/node@25.2.3)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)
transitivePeerDependencies:
- '@types/node'
- jiti
@@ -22034,20 +22737,20 @@ snapshots:
- yaml
optional: true
- vite-plugin-compression@0.5.1(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)):
+ vite-plugin-compression@0.5.1(vite@7.3.1(@types/node@25.2.3)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)):
dependencies:
chalk: 4.1.2
debug: 4.4.3
fs-extra: 10.1.0
- vite: 7.3.1(@types/node@25.0.10)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)
+ vite: 7.3.1(@types/node@25.2.3)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)
transitivePeerDependencies:
- supports-color
- vite-plugin-dts@4.5.4(@types/node@25.0.10)(rollup@4.56.0)(typescript@5.9.3)(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)):
+ vite-plugin-dts@4.5.4(@types/node@25.2.3)(rollup@4.57.1)(typescript@5.9.3)(vite@7.3.1(@types/node@25.2.3)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)):
dependencies:
- '@microsoft/api-extractor': 7.55.2(@types/node@25.0.10)
- '@rollup/pluginutils': 5.3.0(rollup@4.56.0)
- '@volar/typescript': 2.4.27
+ '@microsoft/api-extractor': 7.56.3(@types/node@25.2.3)
+ '@rollup/pluginutils': 5.3.0(rollup@4.57.1)
+ '@volar/typescript': 2.4.28
'@vue/language-core': 2.2.0(typescript@5.9.3)
compare-versions: 6.1.1
debug: 4.4.3
@@ -22056,13 +22759,13 @@ snapshots:
magic-string: 0.30.21
typescript: 5.9.3
optionalDependencies:
- vite: 7.3.1(@types/node@25.0.10)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)
+ vite: 7.3.1(@types/node@25.2.3)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)
transitivePeerDependencies:
- '@types/node'
- rollup
- supports-color
- vite-plugin-html@3.2.2(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)):
+ vite-plugin-html@3.2.2(vite@7.3.1(@types/node@25.2.3)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)):
dependencies:
'@rollup/pluginutils': 4.2.1
colorette: 2.0.20
@@ -22076,9 +22779,9 @@ snapshots:
html-minifier-terser: 6.1.0
node-html-parser: 5.4.2
pathe: 0.2.0
- vite: 7.3.1(@types/node@25.0.10)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)
+ vite: 7.3.1(@types/node@25.2.3)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)
- vite-plugin-inspect@11.3.3(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)):
+ vite-plugin-inspect@11.3.3(vite@7.3.1(@types/node@25.2.3)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)):
dependencies:
ansis: 4.2.0
debug: 4.4.3
@@ -22088,91 +22791,91 @@ snapshots:
perfect-debounce: 2.1.0
sirv: 3.0.2
unplugin-utils: 0.3.1
- vite: 7.3.1(@types/node@25.0.10)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)
- vite-dev-rpc: 1.1.0(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2))
+ vite: 7.3.1(@types/node@25.2.3)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)
+ vite-dev-rpc: 1.1.0(vite@7.3.1(@types/node@25.2.3)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2))
transitivePeerDependencies:
- supports-color
vite-plugin-lazy-import@1.0.7:
dependencies:
- '@rollup/pluginutils': 5.3.0(rollup@4.56.0)
+ '@rollup/pluginutils': 5.3.0(rollup@4.57.1)
es-module-lexer: 1.7.0
- rollup: 4.56.0
+ rollup: 4.57.1
xe-utils: 3.9.1
- vite-plugin-pwa@1.2.0(vite@5.4.21(@types/node@25.0.10)(less@4.5.1)(sass@1.97.3)(terser@5.46.0))(workbox-build@7.4.0)(workbox-window@7.4.0):
+ vite-plugin-pwa@1.2.0(vite@5.4.21(@types/node@25.2.3)(less@4.5.1)(sass@1.97.3)(terser@5.46.0))(workbox-build@7.4.0)(workbox-window@7.4.0):
dependencies:
debug: 4.4.3
pretty-bytes: 6.1.1
tinyglobby: 0.2.15
- vite: 5.4.21(@types/node@25.0.10)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)
+ vite: 5.4.21(@types/node@25.2.3)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)
workbox-build: 7.4.0
workbox-window: 7.4.0
transitivePeerDependencies:
- supports-color
- vite-plugin-pwa@1.2.0(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2))(workbox-build@7.4.0)(workbox-window@7.4.0):
+ vite-plugin-pwa@1.2.0(vite@7.3.1(@types/node@25.2.3)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2))(workbox-build@7.4.0)(workbox-window@7.4.0):
dependencies:
debug: 4.4.3
pretty-bytes: 6.1.1
tinyglobby: 0.2.15
- vite: 7.3.1(@types/node@25.0.10)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)
+ vite: 7.3.1(@types/node@25.2.3)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)
workbox-build: 7.4.0
workbox-window: 7.4.0
transitivePeerDependencies:
- supports-color
- vite-plugin-vue-devtools@8.0.5(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2))(vue@3.5.27(typescript@5.9.3)):
+ vite-plugin-vue-devtools@8.0.6(vite@7.3.1(@types/node@25.2.3)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2))(vue@3.5.28(typescript@5.9.3)):
dependencies:
- '@vue/devtools-core': 8.0.5(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2))(vue@3.5.27(typescript@5.9.3))
- '@vue/devtools-kit': 8.0.5
- '@vue/devtools-shared': 8.0.5
+ '@vue/devtools-core': 8.0.6(vite@7.3.1(@types/node@25.2.3)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2))(vue@3.5.28(typescript@5.9.3))
+ '@vue/devtools-kit': 8.0.6
+ '@vue/devtools-shared': 8.0.6
sirv: 3.0.2
- vite: 7.3.1(@types/node@25.0.10)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)
- vite-plugin-inspect: 11.3.3(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2))
- vite-plugin-vue-inspector: 5.3.2(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2))
+ vite: 7.3.1(@types/node@25.2.3)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)
+ vite-plugin-inspect: 11.3.3(vite@7.3.1(@types/node@25.2.3)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2))
+ vite-plugin-vue-inspector: 5.3.2(vite@7.3.1(@types/node@25.2.3)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2))
transitivePeerDependencies:
- '@nuxt/kit'
- supports-color
- vue
- vite-plugin-vue-inspector@5.3.2(vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)):
+ vite-plugin-vue-inspector@5.3.2(vite@7.3.1(@types/node@25.2.3)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)):
dependencies:
- '@babel/core': 7.28.6
- '@babel/plugin-proposal-decorators': 7.28.6(@babel/core@7.28.6)
- '@babel/plugin-syntax-import-attributes': 7.28.6(@babel/core@7.28.6)
- '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.28.6)
- '@babel/plugin-transform-typescript': 7.28.6(@babel/core@7.28.6)
- '@vue/babel-plugin-jsx': 1.5.0(@babel/core@7.28.6)
- '@vue/compiler-dom': 3.5.27
+ '@babel/core': 7.29.0
+ '@babel/plugin-proposal-decorators': 7.29.0(@babel/core@7.29.0)
+ '@babel/plugin-syntax-import-attributes': 7.28.6(@babel/core@7.29.0)
+ '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.29.0)
+ '@babel/plugin-transform-typescript': 7.28.6(@babel/core@7.29.0)
+ '@vue/babel-plugin-jsx': 1.5.0(@babel/core@7.29.0)
+ '@vue/compiler-dom': 3.5.28
kolorist: 1.8.0
magic-string: 0.30.21
- vite: 7.3.1(@types/node@25.0.10)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)
+ vite: 7.3.1(@types/node@25.2.3)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)
transitivePeerDependencies:
- supports-color
- vite@5.4.21(@types/node@25.0.10)(less@4.5.1)(sass@1.97.3)(terser@5.46.0):
+ vite@5.4.21(@types/node@25.2.3)(less@4.5.1)(sass@1.97.3)(terser@5.46.0):
dependencies:
esbuild: 0.25.12
postcss: 8.5.6
- rollup: 4.56.0
+ rollup: 4.57.1
optionalDependencies:
- '@types/node': 25.0.10
+ '@types/node': 25.2.3
fsevents: 2.3.3
less: 4.5.1
sass: 1.97.3
terser: 5.46.0
- vite@7.3.1(@types/node@24.10.9)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2):
+ vite@7.3.1(@types/node@24.10.13)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2):
dependencies:
esbuild: 0.25.12
fdir: 6.5.0(picomatch@4.0.3)
picomatch: 4.0.3
postcss: 8.5.6
- rollup: 4.56.0
+ rollup: 4.57.1
tinyglobby: 0.2.15
optionalDependencies:
- '@types/node': 24.10.9
+ '@types/node': 24.10.13
fsevents: 2.3.3
jiti: 2.6.1
less: 4.5.1
@@ -22180,16 +22883,16 @@ snapshots:
terser: 5.46.0
yaml: 2.8.2
- vite@7.3.1(@types/node@25.0.10)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2):
+ vite@7.3.1(@types/node@25.2.3)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2):
dependencies:
esbuild: 0.25.12
fdir: 6.5.0(picomatch@4.0.3)
picomatch: 4.0.3
postcss: 8.5.6
- rollup: 4.56.0
+ rollup: 4.57.1
tinyglobby: 0.2.15
optionalDependencies:
- '@types/node': 25.0.10
+ '@types/node': 25.2.3
fsevents: 2.3.3
jiti: 2.6.1
less: 4.5.1
@@ -22197,34 +22900,34 @@ snapshots:
terser: 5.46.0
yaml: 2.8.2
- vitepress-plugin-group-icons@1.7.1(vite@5.4.21(@types/node@25.0.10)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)):
+ vitepress-plugin-group-icons@1.7.1(vite@5.4.21(@types/node@25.2.3)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)):
dependencies:
'@iconify-json/logos': 1.2.10
- '@iconify-json/vscode-icons': 1.2.40
+ '@iconify-json/vscode-icons': 1.2.41
'@iconify/utils': 3.1.0
optionalDependencies:
- vite: 5.4.21(@types/node@25.0.10)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)
+ vite: 5.4.21(@types/node@25.2.3)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)
- vitepress@1.6.4(@algolia/client-search@5.47.0)(@types/node@25.0.10)(async-validator@4.2.5)(axios@1.13.3)(change-case@5.4.4)(less@4.5.1)(nprogress@0.2.0)(postcss@8.5.6)(qrcode@1.5.4)(sass@1.97.3)(search-insights@2.17.3)(sortablejs@1.15.6)(terser@5.46.0)(typescript@5.9.3):
+ vitepress@1.6.4(@algolia/client-search@5.48.0)(@types/node@25.2.3)(async-validator@4.2.5)(axios@1.13.5)(change-case@5.4.4)(less@4.5.1)(nprogress@0.2.0)(postcss@8.5.6)(qrcode@1.5.4)(sass@1.97.3)(search-insights@2.17.3)(sortablejs@1.15.6)(terser@5.46.0)(typescript@5.9.3):
dependencies:
'@docsearch/css': 3.8.2
- '@docsearch/js': 3.8.2(@algolia/client-search@5.47.0)(search-insights@2.17.3)
- '@iconify-json/simple-icons': 1.2.67
+ '@docsearch/js': 3.8.2(@algolia/client-search@5.48.0)(search-insights@2.17.3)
+ '@iconify-json/simple-icons': 1.2.70
'@shikijs/core': 2.5.0
'@shikijs/transformers': 2.5.0
'@shikijs/types': 2.5.0
'@types/markdown-it': 14.1.2
- '@vitejs/plugin-vue': 5.2.4(vite@5.4.21(@types/node@25.0.10)(less@4.5.1)(sass@1.97.3)(terser@5.46.0))(vue@3.5.27(typescript@5.9.3))
+ '@vitejs/plugin-vue': 5.2.4(vite@5.4.21(@types/node@25.2.3)(less@4.5.1)(sass@1.97.3)(terser@5.46.0))(vue@3.5.28(typescript@5.9.3))
'@vue/devtools-api': 7.7.9
- '@vue/shared': 3.5.27
+ '@vue/shared': 3.5.28
'@vueuse/core': 12.8.2(typescript@5.9.3)
- '@vueuse/integrations': 12.8.2(async-validator@4.2.5)(axios@1.13.3)(change-case@5.4.4)(focus-trap@7.8.0)(nprogress@0.2.0)(qrcode@1.5.4)(sortablejs@1.15.6)(typescript@5.9.3)
+ '@vueuse/integrations': 12.8.2(async-validator@4.2.5)(axios@1.13.5)(change-case@5.4.4)(focus-trap@7.8.0)(nprogress@0.2.0)(qrcode@1.5.4)(sortablejs@1.15.6)(typescript@5.9.3)
focus-trap: 7.8.0
mark.js: 8.11.1
minisearch: 7.2.0
shiki: 2.5.0
- vite: 5.4.21(@types/node@25.0.10)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)
- vue: 3.5.27(typescript@5.9.3)
+ vite: 5.4.21(@types/node@25.2.3)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)
+ vue: 3.5.28(typescript@5.9.3)
optionalDependencies:
postcss: 8.5.6
transitivePeerDependencies:
@@ -22254,11 +22957,11 @@ snapshots:
- typescript
- universal-cookie
- vitest@3.2.4(@types/node@24.10.9)(happy-dom@17.6.3)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2):
+ vitest@3.2.4(@types/node@24.10.13)(happy-dom@17.6.3)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2):
dependencies:
'@types/chai': 5.2.3
'@vitest/expect': 3.2.4
- '@vitest/mocker': 3.2.4(vite@7.3.1(@types/node@24.10.9)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2))
+ '@vitest/mocker': 3.2.4(vite@7.3.1(@types/node@24.10.13)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2))
'@vitest/pretty-format': 3.2.4
'@vitest/runner': 3.2.4
'@vitest/snapshot': 3.2.4
@@ -22276,11 +22979,11 @@ snapshots:
tinyglobby: 0.2.15
tinypool: 1.1.1
tinyrainbow: 2.0.0
- vite: 7.3.1(@types/node@24.10.9)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)
- vite-node: 3.2.4(@types/node@24.10.9)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)
+ vite: 7.3.1(@types/node@24.10.13)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)
+ vite-node: 3.2.4(@types/node@24.10.13)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)
why-is-node-running: 2.3.0
optionalDependencies:
- '@types/node': 24.10.9
+ '@types/node': 24.10.13
happy-dom: 17.6.3
transitivePeerDependencies:
- jiti
@@ -22296,11 +22999,11 @@ snapshots:
- tsx
- yaml
- vitest@3.2.4(@types/node@25.0.10)(happy-dom@17.6.3)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2):
+ vitest@3.2.4(@types/node@25.2.3)(happy-dom@17.6.3)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2):
dependencies:
'@types/chai': 5.2.3
'@vitest/expect': 3.2.4
- '@vitest/mocker': 3.2.4(vite@7.3.1(@types/node@24.10.9)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2))
+ '@vitest/mocker': 3.2.4(vite@7.3.1(@types/node@24.10.13)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2))
'@vitest/pretty-format': 3.2.4
'@vitest/runner': 3.2.4
'@vitest/snapshot': 3.2.4
@@ -22318,11 +23021,11 @@ snapshots:
tinyglobby: 0.2.15
tinypool: 1.1.1
tinyrainbow: 2.0.0
- vite: 7.3.1(@types/node@25.0.10)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)
- vite-node: 3.2.4(@types/node@25.0.10)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)
+ vite: 7.3.1(@types/node@25.2.3)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)
+ vite-node: 3.2.4(@types/node@25.2.3)(jiti@2.6.1)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)
why-is-node-running: 2.3.0
optionalDependencies:
- '@types/node': 25.0.10
+ '@types/node': 25.2.3
happy-dom: 17.6.3
transitivePeerDependencies:
- jiti
@@ -22339,10 +23042,10 @@ snapshots:
- yaml
optional: true
- vooks@0.2.12(vue@3.5.27(typescript@5.9.3)):
+ vooks@0.2.12(vue@3.5.28(typescript@5.9.3)):
dependencies:
evtd: 0.2.4
- vue: 3.5.27(typescript@5.9.3)
+ vue: 3.5.28(typescript@5.9.3)
vscode-languageserver-textdocument@1.0.12: {}
@@ -22350,14 +23053,14 @@ snapshots:
vue-component-type-helpers@2.2.12: {}
- vue-demi@0.14.10(vue@3.5.27(typescript@5.9.3)):
+ vue-demi@0.14.10(vue@3.5.28(typescript@5.9.3)):
dependencies:
- vue: 3.5.27(typescript@5.9.3)
+ vue: 3.5.28(typescript@5.9.3)
- vue-dompurify-html@5.3.0(vue@3.5.27(typescript@5.9.3)):
+ vue-dompurify-html@5.3.0(vue@3.5.28(typescript@5.9.3)):
dependencies:
dompurify: 3.3.1
- vue: 3.5.27(typescript@5.9.3)
+ vue: 3.5.28(typescript@5.9.3)
vue-eslint-parser@10.2.0(eslint@9.39.2(jiti@2.6.1)):
dependencies:
@@ -22367,90 +23070,90 @@ snapshots:
eslint-visitor-keys: 4.2.1
espree: 10.4.0
esquery: 1.7.0
- semver: 7.7.3
+ semver: 7.7.4
transitivePeerDependencies:
- supports-color
- vue-i18n@11.2.8(vue@3.5.27(typescript@5.9.3)):
+ vue-i18n@11.2.8(vue@3.5.28(typescript@5.9.3)):
dependencies:
'@intlify/core-base': 11.2.8
'@intlify/shared': 11.2.8
'@vue/devtools-api': 6.6.4
- vue: 3.5.27(typescript@5.9.3)
+ vue: 3.5.28(typescript@5.9.3)
- vue-json-viewer@3.0.4(vue@3.5.27(typescript@5.9.3)):
+ vue-json-viewer@3.0.4(vue@3.5.28(typescript@5.9.3)):
dependencies:
clipboard: 2.0.11
- vue: 3.5.27(typescript@5.9.3)
+ vue: 3.5.28(typescript@5.9.3)
- vue-router@4.6.4(vue@3.5.27(typescript@5.9.3)):
+ vue-router@4.6.4(vue@3.5.28(typescript@5.9.3)):
dependencies:
'@vue/devtools-api': 6.6.4
- vue: 3.5.27(typescript@5.9.3)
+ vue: 3.5.28(typescript@5.9.3)
- vue-tippy@6.7.1(vue@3.5.27(typescript@5.9.3)):
+ vue-tippy@6.7.1(vue@3.5.28(typescript@5.9.3)):
dependencies:
tippy.js: 6.3.7
- vue: 3.5.27(typescript@5.9.3)
+ vue: 3.5.28(typescript@5.9.3)
- vue-tsc@3.2.3(typescript@5.9.3):
+ vue-tsc@3.2.4(typescript@5.9.3):
dependencies:
'@volar/typescript': 2.4.27
- '@vue/language-core': 3.2.3
+ '@vue/language-core': 3.2.4
typescript: 5.9.3
- vue-types@3.0.2(vue@3.5.27(typescript@5.9.3)):
+ vue-types@3.0.2(vue@3.5.28(typescript@5.9.3)):
dependencies:
is-plain-object: 3.0.1
- vue: 3.5.27(typescript@5.9.3)
+ vue: 3.5.28(typescript@5.9.3)
vue3-print-nb@0.1.4(typescript@5.9.3):
dependencies:
- vue: 3.5.27(typescript@5.9.3)
+ vue: 3.5.28(typescript@5.9.3)
transitivePeerDependencies:
- typescript
- vue3-signature@0.2.4(vue@3.5.27(typescript@5.9.3)):
+ vue3-signature@0.2.4(vue@3.5.28(typescript@5.9.3)):
dependencies:
default-passive-events: 2.0.0
signature_pad: 3.0.0-beta.4
- vue: 3.5.27(typescript@5.9.3)
+ vue: 3.5.28(typescript@5.9.3)
- vue@3.5.27(typescript@5.9.3):
+ vue@3.5.28(typescript@5.9.3):
dependencies:
- '@vue/compiler-dom': 3.5.27
- '@vue/compiler-sfc': 3.5.27
- '@vue/runtime-dom': 3.5.27
- '@vue/server-renderer': 3.5.27(vue@3.5.27(typescript@5.9.3))
- '@vue/shared': 3.5.27
+ '@vue/compiler-dom': 3.5.28
+ '@vue/compiler-sfc': 3.5.28
+ '@vue/runtime-dom': 3.5.28
+ '@vue/server-renderer': 3.5.28(vue@3.5.28(typescript@5.9.3))
+ '@vue/shared': 3.5.28
optionalDependencies:
typescript: 5.9.3
- vuedraggable@4.1.0(vue@3.5.27(typescript@5.9.3)):
+ vuedraggable@4.1.0(vue@3.5.28(typescript@5.9.3)):
dependencies:
sortablejs: 1.14.0
- vue: 3.5.27(typescript@5.9.3)
+ vue: 3.5.28(typescript@5.9.3)
- vueuc@0.4.65(vue@3.5.27(typescript@5.9.3)):
+ vueuc@0.4.65(vue@3.5.28(typescript@5.9.3)):
dependencies:
- '@css-render/vue3-ssr': 0.15.14(vue@3.5.27(typescript@5.9.3))
+ '@css-render/vue3-ssr': 0.15.14(vue@3.5.28(typescript@5.9.3))
'@juggle/resize-observer': 3.4.0
css-render: 0.15.14
evtd: 0.2.4
seemly: 0.3.10
- vdirs: 0.1.8(vue@3.5.27(typescript@5.9.3))
- vooks: 0.2.12(vue@3.5.27(typescript@5.9.3))
- vue: 3.5.27(typescript@5.9.3)
+ vdirs: 0.1.8(vue@3.5.28(typescript@5.9.3))
+ vooks: 0.2.12(vue@3.5.28(typescript@5.9.3))
+ vue: 3.5.28(typescript@5.9.3)
- vxe-pc-ui@4.12.12(vue@3.5.27(typescript@5.9.3)):
+ vxe-pc-ui@4.12.36(vue@3.5.28(typescript@5.9.3)):
dependencies:
- '@vxe-ui/core': 4.3.1(vue@3.5.27(typescript@5.9.3))
+ '@vxe-ui/core': 4.3.1(vue@3.5.28(typescript@5.9.3))
transitivePeerDependencies:
- vue
- vxe-table@4.17.46(vue@3.5.27(typescript@5.9.3)):
+ vxe-table@4.17.48(vue@3.5.28(typescript@5.9.3)):
dependencies:
- vxe-pc-ui: 4.12.12(vue@3.5.27(typescript@5.9.3))
+ vxe-pc-ui: 4.12.36(vue@3.5.28(typescript@5.9.3))
transitivePeerDependencies:
- vue
@@ -22459,7 +23162,7 @@ snapshots:
wangeditor@4.7.15:
dependencies:
'@babel/runtime': 7.28.6
- '@babel/runtime-corejs3': 7.28.6
+ '@babel/runtime-corejs3': 7.29.0
tslib: 2.8.1
warning@4.0.3:
@@ -22573,10 +23276,10 @@ snapshots:
workbox-build@7.4.0:
dependencies:
'@apideck/better-ajv-errors': 0.3.6(ajv@8.17.1)
- '@babel/core': 7.28.6
- '@babel/preset-env': 7.28.6(@babel/core@7.28.6)
+ '@babel/core': 7.29.0
+ '@babel/preset-env': 7.29.0(@babel/core@7.29.0)
'@babel/runtime': 7.28.6
- '@rollup/plugin-babel': 5.3.1(@babel/core@7.28.6)(rollup@2.79.2)
+ '@rollup/plugin-babel': 5.3.1(@babel/core@7.29.0)(rollup@2.79.2)
'@rollup/plugin-node-resolve': 15.3.1(rollup@2.79.2)
'@rollup/plugin-replace': 2.4.2(rollup@2.79.2)
'@rollup/plugin-terser': 0.4.4(rollup@2.79.2)
diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml
index 258e819ff..2db279852 100644
--- a/pnpm-workspace.yaml
+++ b/pnpm-workspace.yaml
@@ -20,7 +20,6 @@ overrides:
jiti: 'catalog:'
pinia: 'catalog:'
vue: 'catalog:'
-
catalog:
'@ast-grep/napi': ^0.39.9
'@changesets/changelog-github': ^0.5.2
@@ -36,7 +35,7 @@ catalog:
'@form-create/designer': ^3.4.0
'@form-create/element-ui': ^3.2.37
'@form-create/naive-ui': ^3.2.37
- '@iconify/json': ^2.2.431
+ '@iconify/json': ^2.2.432
'@iconify/tailwind': ^1.2.0
'@iconify/vue': ^5.0.0
'@intlify/core-base': ^11.2.8
@@ -45,13 +44,13 @@ catalog:
'@manypkg/get-packages': ^3.1.0
'@microsoft/fetch-event-source': ^2.0.1
'@nolebase/vitepress-plugin-git-changelog': ^2.18.2
- '@playwright/test': ^1.58.0
- '@pnpm/workspace.read-manifest': ^1000.2.6
+ '@playwright/test': ^1.58.2
+ '@pnpm/workspace.read-manifest': ^1000.2.10
'@stylistic/stylelint-plugin': ^4.0.1
'@tailwindcss/nesting': 0.0.0-insiders.565cd3e
- '@tailwindcss/typography': ^0.5.16
+ '@tailwindcss/typography': ^0.5.19
'@tanstack/vue-store': ^0.8.0
- '@tinyflow-ai/vue': ^1.1.10
+ '@tinyflow-ai/vue': ~1.1.10
'@tinymce/tinymce-vue': ^6.3.0
'@types/archiver': ^6.0.4
'@types/codemirror': ^5.60.17
@@ -60,28 +59,29 @@ catalog:
'@types/html-minifier-terser': ^7.0.2
'@types/lodash.clonedeep': ^4.5.9
'@types/markdown-it': ^14.1.2
- '@types/node': ^24.10.9
+ '@types/node': ^24.10.12
'@types/nprogress': ^0.2.3
'@types/postcss-import': ^14.0.3
'@types/qrcode': ^1.5.6
'@types/qs': ^6.14.0
'@types/sortablejs': ^1.15.9
- '@typescript-eslint/eslint-plugin': ^8.53.1
- '@typescript-eslint/parser': ^8.53.1
+ '@typescript-eslint/eslint-plugin': ^8.54.0
+ '@typescript-eslint/parser': ^8.54.0
'@vee-validate/zod': ^4.15.1
'@videojs-player/vue': ^1.0.0
'@vite-pwa/vitepress': ^1.1.0
- '@vitejs/plugin-vue': ^6.0.3
- '@vitejs/plugin-vue-jsx': ^5.1.3
+ '@vitejs/plugin-vue': ^6.0.4
+ '@vitejs/plugin-vue-jsx': ^5.1.4
'@vue/shared': ^3.5.27
'@vue/test-utils': ^2.4.6
'@vueuse/core': ^14.1.0
'@vueuse/integrations': ^14.1.0
'@vueuse/motion': ^3.0.3
ant-design-vue: ^4.2.6
+ antdv-next: ^1.0.2
archiver: ^7.0.1
- autoprefixer: ^10.4.23
- axios: ^1.13.2
+ autoprefixer: ^10.4.24
+ axios: ^1.13.4
axios-mock-adapter: ^2.1.0
benz-amr-recorder: ^1.1.5
bpmn-js: ^17.11.1
@@ -90,7 +90,7 @@ catalog:
cac: ^6.7.14
camunda-bpmn-moddle: ^7.0.1
chalk: ^5.6.2
- cheerio: ^1.1.2
+ cheerio: ^1.2.0
circular-dependency-scanner: ^2.3.0
class-variance-authority: ^0.7.1
clsx: ^2.1.1
@@ -100,7 +100,7 @@ catalog:
cropperjs: ^1.6.2
cross-env: ^10.1.0
crypto-js: ^4.2.0
- cspell: ^9.6.0
+ cspell: ^9.6.4
cssnano: ^7.1.2
cz-git: ^1.12.0
czg: ^1.12.0
@@ -114,7 +114,7 @@ catalog:
es-toolkit: ^1.44.0
esbuild: ^0.25.12
eslint: ^9.39.2
- eslint-config-turbo: ^2.7.5
+ eslint-config-turbo: ^2.7.6
eslint-plugin-command: ^3.4.0
eslint-plugin-eslint-comments: ^3.2.0
eslint-plugin-import-x: ^4.16.1
@@ -144,7 +144,7 @@ catalog:
jsencrypt: ^3.5.4
json-bigint: ^1.0.0
jsonc-eslint-parser: ^2.4.2
- lefthook: ^2.0.15
+ lefthook: ^2.1.0
lodash.clonedeep: ^4.5.0
lucide-vue-next: ^0.553.0
markdown-it: ^14.1.0
@@ -160,7 +160,7 @@ catalog:
pinia: ^3.0.4
pinia-plugin-persistedstate: ^4.7.1
pkg-types: ^2.3.0
- playwright: ^1.58.0
+ playwright: ^1.58.2
postcss: ^8.5.6
postcss-antd-fixes: ^0.2.0
postcss-html: ^1.8.1
@@ -175,7 +175,7 @@ catalog:
reka-ui: ^2.7.0
resolve.exports: ^2.0.3
rimraf: ^6.1.2
- rollup: ^4.56.0
+ rollup: ^4.57.0
rollup-plugin-visualizer: ^5.14.0
sass: ^1.97.3
secure-ls: ^2.0.0
@@ -197,7 +197,7 @@ catalog:
theme-colors: ^0.1.0
tinymce: ^7.3.0
tippy.js: ^6.3.7
- turbo: ^2.7.6
+ turbo: ^2.8.3
typescript: ^5.9.3
unbuild: ^3.6.1
unplugin-element-plus: ^0.11.2
@@ -220,11 +220,11 @@ catalog:
vue-json-viewer: ^3.0.4
vue-router: ^4.6.4
vue-tippy: ^6.7.1
- vue-tsc: ^3.2.3
+ vue-tsc: ^3.2.4
vue3-print-nb: ^0.1.4
vue3-signature: ^0.2.4
vuedraggable: ^4.1.0
- vxe-pc-ui: ^4.12.10
+ vxe-pc-ui: ^4.12.16
vxe-table: ^4.17.46
watermark-js-plus: ^1.6.3
yaml-eslint-parser: ^1.3.2
diff --git a/scripts/turbo-run/package.json b/scripts/turbo-run/package.json
index 4db231365..5b4353a28 100644
--- a/scripts/turbo-run/package.json
+++ b/scripts/turbo-run/package.json
@@ -1,6 +1,6 @@
{
"name": "@vben/turbo-run",
- "version": "5.5.9",
+ "version": "5.6.0",
"private": true,
"license": "MIT",
"type": "module",
diff --git a/scripts/vsh/package.json b/scripts/vsh/package.json
index 89f47ea55..40175e976 100644
--- a/scripts/vsh/package.json
+++ b/scripts/vsh/package.json
@@ -1,6 +1,6 @@
{
"name": "@vben/vsh",
- "version": "5.5.9",
+ "version": "5.6.0",
"private": true,
"license": "MIT",
"type": "module",
diff --git a/vben-admin.code-workspace b/vben-admin.code-workspace
index 9b7acc34c..dbe9ae292 100644
--- a/vben-admin.code-workspace
+++ b/vben-admin.code-workspace
@@ -4,6 +4,10 @@
"name": "@vben/web-antd",
"path": "apps/web-antd",
},
+ {
+ "name": "@vben/web-antdv-next",
+ "path": "apps/web-antdv-next",
+ },
{
"name": "@vben/web-ele",
"path": "apps/web-ele",