diff --git a/docs/.vitepress/theme/style.css b/docs/.vitepress/theme/style.css
index f992d037..e09252eb 100644
--- a/docs/.vitepress/theme/style.css
+++ b/docs/.vitepress/theme/style.css
@@ -92,17 +92,9 @@
:root {
--vp-home-hero-name-color: transparent;
- --vp-home-hero-name-background: -webkit-linear-gradient(
- 120deg,
- #42d392 30%,
- #41d1ff
- );
-
- --vp-home-hero-image-background-image: linear-gradient(
- -45deg,
- #4acf93 50%,
- #c3edda 50%
- );
+ --vp-home-hero-name-background: -webkit-linear-gradient(120deg, #42d392 30%, #41d1ff);
+
+ --vp-home-hero-image-background-image: linear-gradient(-45deg, #4acf93 50%, #c3edda 50%);
--vp-home-hero-image-filter: blur(44px);
}
diff --git a/docs/package.json b/docs/package.json
index 3edef994..20be3c09 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -8,10 +8,10 @@
"docs:preview": "vitepress preview"
},
"devDependencies": {
- "@unocss/reset": "^0.61.3",
- "@vueuse/core": "^10.11.0",
- "unplugin-vue-components": "^0.27.2",
- "vitepress": "1.3.0",
- "vue": "^3.4.31"
+ "@unocss/reset": "^0.61.9",
+ "@vueuse/core": "^10.11.1",
+ "unplugin-vue-components": "^0.27.3",
+ "vitepress": "1.3.2",
+ "vue": "^3.4.37"
}
}
diff --git a/eslint.config.ts b/eslint.config.ts
index 3e1534cd..332e2c17 100644
--- a/eslint.config.ts
+++ b/eslint.config.ts
@@ -26,6 +26,8 @@ export default antfu({
'ts/no-invalid-this': 'off',
'ts/consistent-type-imports': 'off',
'ts/ban-types': 'off',
+ 'ts/no-unused-expressions': 'off',
+ 'ts/no-unsafe-function-type': 'off',
},
}, {
files: ['packages/devtools-kit/**/*.ts'],
diff --git a/package.json b/package.json
index fb8a6979..ea39fcff 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
"type": "module",
"version": "7.3.2",
"private": true,
- "packageManager": "pnpm@9.5.0",
+ "packageManager": "pnpm@9.7.0",
"description": "DevTools for Vue.js",
"author": "webfansplz",
"license": "MIT",
@@ -72,52 +72,52 @@
"gen:vue-apis": "tsx ./scripts/vue-api-manifest.ts"
},
"devDependencies": {
- "@antfu/eslint-config": "2.21.3",
- "@antfu/ni": "^0.21.12",
- "@arethetypeswrong/cli": "^0.15.3",
+ "@antfu/eslint-config": "2.25.1",
+ "@antfu/ni": "^0.22.1",
+ "@arethetypeswrong/cli": "^0.15.4",
"@clack/prompts": "^0.7.0",
- "@types/chrome": "^0.0.268",
+ "@types/chrome": "^0.0.269",
"@types/degit": "^2.8.6",
"@types/fs-extra": "^11.0.4",
- "@types/node": "^20.14.10",
+ "@types/node": "^20.14.15",
"@typescript-eslint/parser": "^8.0.1",
"@typescript-eslint/utils": "^8.0.1",
- "@unocss/eslint-plugin": "^0.61.3",
+ "@unocss/eslint-plugin": "^0.61.9",
"@vue/devtools-core": "workspace:^",
"@vue/devtools-kit": "workspace:^",
"@vue/test-utils": "^2.4.6",
"archiver": "^7.0.1",
- "bumpp": "^9.4.1",
+ "bumpp": "^9.4.2",
"cross-env": "^7.0.3",
"degit": "^2.8.4",
"eslint": "npm:eslint-ts-patch@8.57.0-0",
"eslint-plugin-format": "^0.1.2",
"eslint-ts-patch": "8.57.0-0",
- "eslint-vitest-rule-tester": "^0.3.2",
+ "eslint-vitest-rule-tester": "^0.3.3",
"execa": "^8.0.1",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
- "jsdom": "^24.1.0",
- "lint-staged": "^15.2.7",
+ "jsdom": "^24.1.1",
+ "lint-staged": "^15.2.8",
"npm-run-all2": "^6.2.2",
"picocolors": "^1.0.1",
- "pnpm": "^9.5.0",
+ "pnpm": "^9.7.0",
"progress": "^2.0.3",
- "publint": "^0.2.8",
+ "publint": "^0.2.9",
"readdir-glob": "^2.0.0",
"regex-extra": "^0.2.2",
- "semver": "^7.6.2",
+ "semver": "^7.6.3",
"simple-git-hooks": "^2.11.1",
- "taze": "^0.14.2",
- "tsup": "^8.1.0",
- "tsx": "^4.16.2",
- "turbo": "^2.0.6",
- "typescript": "^5.5.3",
+ "taze": "^0.16.3",
+ "tsup": "^8.2.4",
+ "tsx": "^4.17.0",
+ "turbo": "^2.0.12",
+ "typescript": "^5.5.4",
"unbuild": "^2.0.0",
- "unocss": "^0.61.3",
- "vite": "^5.3.3",
- "vitest": "^2.0.2",
- "vue": "^3.4.31"
+ "unocss": "^0.61.9",
+ "vite": "^5.4.0",
+ "vitest": "^2.0.5",
+ "vue": "^3.4.37"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
diff --git a/packages/applet/package.json b/packages/applet/package.json
index 870f00dc..9e7f97c3 100644
--- a/packages/applet/package.json
+++ b/packages/applet/package.json
@@ -30,7 +30,7 @@
"@vue/devtools-ui": "workspace:^",
"lodash-es": "^4.17.21",
"perfect-debounce": "^1.0.0",
- "shiki": "^1.10.3",
+ "shiki": "^1.12.1",
"splitpanes": "^3.1.5",
"vue-virtual-scroller": "2.0.0-beta.8"
},
@@ -38,7 +38,7 @@
"@types/lodash-es": "^4.17.12",
"unplugin-vue": "^5.0.5",
"vite-plugin-dts": "^3.9.1",
- "vue": "^3.4.31",
- "vue-router": "^4.4.0"
+ "vue": "^3.4.37",
+ "vue-router": "^4.4.3"
}
}
diff --git a/packages/chrome-extension/package.json b/packages/chrome-extension/package.json
index b81c2e9f..9e285122 100644
--- a/packages/chrome-extension/package.json
+++ b/packages/chrome-extension/package.json
@@ -18,7 +18,7 @@
"@vue/devtools-shared": "workspace:^"
},
"devDependencies": {
- "@vitejs/plugin-vue": "^5.0.5",
- "vue": "^3.4.31"
+ "@vitejs/plugin-vue": "^5.1.2",
+ "vue": "^3.4.37"
}
}
diff --git a/packages/chrome-extension/pages/devtools-panel.html b/packages/chrome-extension/pages/devtools-panel.html
index caeafa0d..0dfc2344 100644
--- a/packages/chrome-extension/pages/devtools-panel.html
+++ b/packages/chrome-extension/pages/devtools-panel.html
@@ -13,11 +13,7 @@
height: 100%;
}
-
+
diff --git a/packages/chrome-extension/popups/disabled.html b/packages/chrome-extension/popups/disabled.html
index 36c12a3d..966dcce6 100644
--- a/packages/chrome-extension/popups/disabled.html
+++ b/packages/chrome-extension/popups/disabled.html
@@ -3,6 +3,5 @@
Vue.js is detected on this page.
- Devtools inspection is not available because it's in production mode or
- explicitly disabled by the author.
+ Devtools inspection is not available because it's in production mode or explicitly disabled by the author.
diff --git a/packages/chrome-extension/popups/disabled.nuxt.html b/packages/chrome-extension/popups/disabled.nuxt.html
index 412a8742..7dd37364 100644
--- a/packages/chrome-extension/popups/disabled.nuxt.html
+++ b/packages/chrome-extension/popups/disabled.nuxt.html
@@ -3,6 +3,5 @@
Nuxt + Vue.js is detected on this page.
- Devtools inspection is not available because it's in production mode or
- explicitly disabled by the author.
+ Devtools inspection is not available because it's in production mode or explicitly disabled by the author.
diff --git a/packages/chrome-extension/popups/disabled.vitepress.html b/packages/chrome-extension/popups/disabled.vitepress.html
index 3c7b51f6..ca40ea42 100644
--- a/packages/chrome-extension/popups/disabled.vitepress.html
+++ b/packages/chrome-extension/popups/disabled.vitepress.html
@@ -3,6 +3,5 @@
VitePress + Vue.js is detected on this page.
- Devtools inspection is not available because it's in production mode or
- explicitly disabled by the author.
+ Devtools inspection is not available because it's in production mode or explicitly disabled by the author.
diff --git a/packages/chrome-extension/popups/enabled.html b/packages/chrome-extension/popups/enabled.html
index bb57127c..34ea4281 100644
--- a/packages/chrome-extension/popups/enabled.html
+++ b/packages/chrome-extension/popups/enabled.html
@@ -13,11 +13,7 @@
- Troubleshooting
+ Troubleshooting
diff --git a/packages/chrome-extension/popups/enabled.nuxt.html b/packages/chrome-extension/popups/enabled.nuxt.html
index 54fa33e1..008465f5 100644
--- a/packages/chrome-extension/popups/enabled.nuxt.html
+++ b/packages/chrome-extension/popups/enabled.nuxt.html
@@ -13,11 +13,7 @@
- Troubleshooting
+ Troubleshooting
diff --git a/packages/chrome-extension/popups/enabled.vitepress.html b/packages/chrome-extension/popups/enabled.vitepress.html
index 267db98f..cc960111 100644
--- a/packages/chrome-extension/popups/enabled.vitepress.html
+++ b/packages/chrome-extension/popups/enabled.vitepress.html
@@ -13,11 +13,7 @@
- Troubleshooting
+ Troubleshooting
diff --git a/packages/client/package.json b/packages/client/package.json
index f609822e..b9011fb2 100644
--- a/packages/client/package.json
+++ b/packages/client/package.json
@@ -24,44 +24,44 @@
"vite": "^3.1.0 || ^4.0.0-0 || ^5.0.0-0"
},
"dependencies": {
- "@unocss/preset-icons": "^0.61.3",
+ "@unocss/preset-icons": "^0.61.9",
"@vue/devtools-applet": "workspace:^",
"@vue/devtools-core": "workspace:^",
"@vue/devtools-kit": "workspace:^",
"@vue/devtools-shared": "workspace:^",
"@vue/devtools-ui": "workspace:*",
- "@vueuse/core": "^10.11.0",
- "@vueuse/integrations": "^10.11.0",
+ "@vueuse/core": "^10.11.1",
+ "@vueuse/integrations": "^10.11.1",
"colord": "^2.9.3",
"fast-deep-equal": "^3.1.3",
"fuse.js": "^7.0.0",
"minimatch": "^10.0.1",
- "shiki": "^1.10.3",
+ "shiki": "^1.12.1",
"splitpanes": "^3.1.5",
"vis-network": "^9.1.9",
"vite-hot-client": "^0.2.3",
- "vue-router": "^4.4.0",
+ "vue-router": "^4.4.3",
"vue-virtual-scroller": "2.0.0-beta.8"
},
"devDependencies": {
- "@iconify/json": "^2.2.225",
- "@types/node": "^20.14.10",
+ "@iconify/json": "^2.2.236",
+ "@types/node": "^20.14.15",
"@types/splitpanes": "^2.2.6",
- "@unocss/core": "^0.61.3",
- "@unocss/reset": "^0.61.3",
- "@vitejs/plugin-vue": "^5.0.5",
+ "@unocss/core": "^0.61.9",
+ "@unocss/reset": "^0.61.9",
+ "@vitejs/plugin-vue": "^5.1.2",
"@vitejs/plugin-vue-jsx": "^4.0.0",
- "dayjs": "^1.11.11",
+ "dayjs": "^1.11.12",
"floating-vue": "5.2.2",
"ohash": "^1.1.3",
- "pinia": "^2.1.7",
- "sass": "^1.77.6",
+ "pinia": "^2.2.1",
+ "sass": "^1.77.8",
"simple-git-hooks": "^2.11.1",
- "unocss": "^0.61.3",
- "unplugin": "^1.11.0",
- "unplugin-auto-import": "^0.17.6",
- "unplugin-vue-components": "^0.27.2",
- "vite": "^5.3.3",
- "vue": "^3.4.31"
+ "unocss": "^0.61.9",
+ "unplugin": "^1.12.1",
+ "unplugin-auto-import": "^0.18.2",
+ "unplugin-vue-components": "^0.27.3",
+ "vite": "^5.4.0",
+ "vue": "^3.4.37"
}
}
diff --git a/packages/client/src/components/assets/AssetDetails.vue b/packages/client/src/components/assets/AssetDetails.vue
index 37b7b91a..da57444f 100644
--- a/packages/client/src/components/assets/AssetDetails.vue
+++ b/packages/client/src/components/assets/AssetDetails.vue
@@ -29,7 +29,6 @@ const textContent = computedAsync(async () => {
if (asset.value.type !== 'text')
return undefined
- // eslint-disable-next-line no-unused-expressions
textContentCounter.value
const content = await viteRpc.value.getTextAssetContent(asset.value.filePath).then(res => res)
diff --git a/packages/core/package.json b/packages/core/package.json
index c2f0996e..bf7b1a72 100644
--- a/packages/core/package.json
+++ b/packages/core/package.json
@@ -38,6 +38,6 @@
"vite-hot-client": "^0.2.3"
},
"devDependencies": {
- "vue": "^3.4.31"
+ "vue": "^3.4.37"
}
}
diff --git a/packages/devtools-kit/package.json b/packages/devtools-kit/package.json
index 6c7cb0a3..32b11439 100644
--- a/packages/devtools-kit/package.json
+++ b/packages/devtools-kit/package.json
@@ -38,7 +38,7 @@
},
"devDependencies": {
"@types/speakingurl": "^13.0.6",
- "vue": "^3.4.31",
- "vue-router": "^4.4.0"
+ "vue": "^3.4.37",
+ "vue-router": "^4.4.3"
}
}
diff --git a/packages/devtools-kit/src/core/component/state/format.ts b/packages/devtools-kit/src/core/component/state/format.ts
index 8e515ae4..32db8095 100644
--- a/packages/devtools-kit/src/core/component/state/format.ts
+++ b/packages/devtools-kit/src/core/component/state/format.ts
@@ -102,7 +102,7 @@ function escapeString(value: string) {
export function getRaw(value: InspectorState['value']): {
value: object | string | number | boolean | null
- inherit: {} | { abstract: true }
+ inherit: Record | { abstract: true }
customType?: customTypeEnums
} {
let customType: customTypeEnums
diff --git a/packages/devtools-kit/src/types/router.ts b/packages/devtools-kit/src/types/router.ts
index ff8f1759..75492254 100644
--- a/packages/devtools-kit/src/types/router.ts
+++ b/packages/devtools-kit/src/types/router.ts
@@ -2,7 +2,7 @@ import type { RouteLocationNormalizedLoaded, RouteRecordNormalized } from 'vue-r
export type { Router } from 'vue-router'
export interface RouterInfo {
- currentRoute: RouteLocationNormalizedLoaded | null | {}
+ currentRoute: RouteLocationNormalizedLoaded | null | Record
routes: RouteRecordNormalized[]
// router: Router | null
}
diff --git a/packages/electron/package.json b/packages/electron/package.json
index c85b79f0..aa28ab89 100644
--- a/packages/electron/package.json
+++ b/packages/electron/package.json
@@ -34,7 +34,7 @@
"@vue/devtools-core": "workspace:^",
"@vue/devtools-kit": "workspace:^",
"@vue/devtools-shared": "workspace:^",
- "electron": "^29.4.3",
+ "electron": "^29.4.5",
"execa": "^8.0.1",
"h3": "^1.12.0",
"ip": "^2.0.1",
@@ -43,9 +43,9 @@
"socket.io-client": "^4.7.5"
},
"devDependencies": {
- "@vitejs/plugin-vue": "^5.0.5",
- "tsx": "^4.16.2",
+ "@vitejs/plugin-vue": "^5.1.2",
+ "tsx": "^4.17.0",
"unbuild": "^2.0.0",
- "vue": "^3.4.31"
+ "vue": "^3.4.37"
}
}
diff --git a/packages/firefox-extension/devtools-panel.html b/packages/firefox-extension/devtools-panel.html
index caeafa0d..0dfc2344 100644
--- a/packages/firefox-extension/devtools-panel.html
+++ b/packages/firefox-extension/devtools-panel.html
@@ -13,11 +13,7 @@
height: 100%;
}
-
+
diff --git a/packages/firefox-extension/package.json b/packages/firefox-extension/package.json
index b5a4daed..30cbe533 100644
--- a/packages/firefox-extension/package.json
+++ b/packages/firefox-extension/package.json
@@ -18,7 +18,7 @@
"@vue/devtools-shared": "workspace:^"
},
"devDependencies": {
- "@vitejs/plugin-vue": "^5.0.5",
- "vue": "^3.4.31"
+ "@vitejs/plugin-vue": "^5.1.2",
+ "vue": "^3.4.37"
}
}
diff --git a/packages/firefox-extension/popups/disabled.html b/packages/firefox-extension/popups/disabled.html
index 36c12a3d..966dcce6 100644
--- a/packages/firefox-extension/popups/disabled.html
+++ b/packages/firefox-extension/popups/disabled.html
@@ -3,6 +3,5 @@
Vue.js is detected on this page.
- Devtools inspection is not available because it's in production mode or
- explicitly disabled by the author.
+ Devtools inspection is not available because it's in production mode or explicitly disabled by the author.
diff --git a/packages/firefox-extension/popups/disabled.nuxt.html b/packages/firefox-extension/popups/disabled.nuxt.html
index 412a8742..7dd37364 100644
--- a/packages/firefox-extension/popups/disabled.nuxt.html
+++ b/packages/firefox-extension/popups/disabled.nuxt.html
@@ -3,6 +3,5 @@
Nuxt + Vue.js is detected on this page.
- Devtools inspection is not available because it's in production mode or
- explicitly disabled by the author.
+ Devtools inspection is not available because it's in production mode or explicitly disabled by the author.
diff --git a/packages/firefox-extension/popups/disabled.vitepress.html b/packages/firefox-extension/popups/disabled.vitepress.html
index 3c7b51f6..ca40ea42 100644
--- a/packages/firefox-extension/popups/disabled.vitepress.html
+++ b/packages/firefox-extension/popups/disabled.vitepress.html
@@ -3,6 +3,5 @@
VitePress + Vue.js is detected on this page.
- Devtools inspection is not available because it's in production mode or
- explicitly disabled by the author.
+ Devtools inspection is not available because it's in production mode or explicitly disabled by the author.
diff --git a/packages/firefox-extension/popups/enabled.html b/packages/firefox-extension/popups/enabled.html
index bb57127c..34ea4281 100644
--- a/packages/firefox-extension/popups/enabled.html
+++ b/packages/firefox-extension/popups/enabled.html
@@ -13,11 +13,7 @@
- Troubleshooting
+ Troubleshooting
diff --git a/packages/firefox-extension/popups/enabled.nuxt.html b/packages/firefox-extension/popups/enabled.nuxt.html
index 54fa33e1..008465f5 100644
--- a/packages/firefox-extension/popups/enabled.nuxt.html
+++ b/packages/firefox-extension/popups/enabled.nuxt.html
@@ -13,11 +13,7 @@
- Troubleshooting
+ Troubleshooting
diff --git a/packages/firefox-extension/popups/enabled.vitepress.html b/packages/firefox-extension/popups/enabled.vitepress.html
index 267db98f..cc960111 100644
--- a/packages/firefox-extension/popups/enabled.vitepress.html
+++ b/packages/firefox-extension/popups/enabled.vitepress.html
@@ -13,11 +13,7 @@
- Troubleshooting
+ Troubleshooting
diff --git a/packages/overlay/package.json b/packages/overlay/package.json
index 5c908b01..fa1f96c8 100644
--- a/packages/overlay/package.json
+++ b/packages/overlay/package.json
@@ -24,14 +24,14 @@
"@vue/devtools-kit": "workspace:*",
"@vue/devtools-shared": "workspace:^",
"@vue/devtools-ui": "workspace:*",
- "@vueuse/core": "^10.11.0"
+ "@vueuse/core": "^10.11.1"
},
"devDependencies": {
- "@iconify/json": "^2.2.225",
- "@types/node": "^20.14.10",
- "@vitejs/plugin-vue": "^5.0.5",
- "sass": "^1.77.6",
- "vite": "^5.3.3",
- "vue": "^3.4.31"
+ "@iconify/json": "^2.2.236",
+ "@types/node": "^20.14.15",
+ "@vitejs/plugin-vue": "^5.1.2",
+ "sass": "^1.77.8",
+ "vite": "^5.4.0",
+ "vue": "^3.4.37"
}
}
diff --git a/packages/overlay/src/composables/position.ts b/packages/overlay/src/composables/position.ts
index 87706d6e..b151c39c 100644
--- a/packages/overlay/src/composables/position.ts
+++ b/packages/overlay/src/composables/position.ts
@@ -152,7 +152,7 @@ export function usePosition(panelEl: Ref) {
const anchorStyle = computed(() => ({ left: `${anchorPos.value.left}px`, top: `${anchorPos.value.top}px` }))
const iframeStyle = computed(() => {
- // eslint-disable-next-line no-unused-expressions, no-sequences
+ // eslint-disable-next-line no-sequences
mousePosition.x, mousePosition.y
const halfHeight = (panelEl.value?.clientHeight || 0) / 2
diff --git a/packages/playground/applet/package.json b/packages/playground/applet/package.json
index a57c7d25..cd4c47a2 100644
--- a/packages/playground/applet/package.json
+++ b/packages/playground/applet/package.json
@@ -7,28 +7,28 @@
"dev": "vite"
},
"dependencies": {
- "@iconify/json": "^2.2.225",
- "@tresjs/core": "^4.1.0",
- "@vueuse/core": "^10.11.0",
- "pinia": "^2.1.7",
- "three": "^0.166.1",
- "unplugin-auto-import": "^0.17.6",
- "vue": "^3.4.31",
- "vue-router": "^4.4.0"
+ "@iconify/json": "^2.2.236",
+ "@tresjs/core": "^4.2.5",
+ "@vueuse/core": "^10.11.1",
+ "pinia": "^2.2.1",
+ "three": "^0.167.1",
+ "unplugin-auto-import": "^0.18.2",
+ "vue": "^3.4.37",
+ "vue-router": "^4.4.3"
},
"devDependencies": {
- "@types/three": "^0.166.0",
- "@vitejs/plugin-vue": "^5.0.5",
+ "@types/three": "^0.167.1",
+ "@vitejs/plugin-vue": "^5.1.2",
"@vue/devtools-applet": "workspace:*",
"@vue/devtools-core": "workspace:*",
"@vue/devtools-kit": "workspace:*",
"@vue/devtools-shared": "workspace:*",
- "sass": "^1.77.6",
+ "sass": "^1.77.8",
"serve": "^14.2.3",
- "typescript": "^5.5.3",
- "unocss": "^0.61.3",
- "vite": "^5.3.3",
- "vite-plugin-inspect": "^0.8.4",
+ "typescript": "^5.5.4",
+ "unocss": "^0.61.9",
+ "vite": "^5.4.0",
+ "vite-plugin-inspect": "^0.8.5",
"vite-plugin-vue-devtools": "workspace:*"
}
}
diff --git a/packages/playground/basic/package.json b/packages/playground/basic/package.json
index 6fd4479c..ce0cc981 100644
--- a/packages/playground/basic/package.json
+++ b/packages/playground/basic/package.json
@@ -7,27 +7,27 @@
"dev": "vite"
},
"dependencies": {
- "@tanstack/vue-query": "^5.51.0",
- "@vueuse/core": "^10.11.0",
- "element-plus": "^2.7.6",
- "pinia": "^2.1.7",
- "unplugin-auto-import": "^0.17.6",
+ "@tanstack/vue-query": "^5.51.21",
+ "@vueuse/core": "^10.11.1",
+ "element-plus": "^2.8.0",
+ "pinia": "^2.2.1",
+ "unplugin-auto-import": "^0.18.2",
"vee-validate": "^4.13.2",
- "vue": "^3.4.31",
- "vue-router": "^4.4.0",
+ "vue": "^3.4.37",
+ "vue-router": "^4.4.3",
"vuex": "^4.1.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^26.0.1",
- "@tanstack/vue-query-devtools": "^5.51.0",
- "@vitejs/plugin-vue": "^5.0.5",
+ "@tanstack/vue-query-devtools": "^5.51.21",
+ "@vitejs/plugin-vue": "^5.1.2",
"@vue/devtools": "workspace:^",
- "sass": "^1.77.6",
+ "sass": "^1.77.8",
"serve": "^14.2.3",
- "typescript": "^5.5.3",
- "unocss": "^0.61.3",
- "vite": "^5.3.3",
- "vite-plugin-inspect": "^0.8.4",
+ "typescript": "^5.5.4",
+ "unocss": "^0.61.9",
+ "vite": "^5.4.0",
+ "vite-plugin-inspect": "^0.8.5",
"vite-plugin-vue-devtools": "workspace:*"
}
}
diff --git a/packages/playground/multi-app/package.json b/packages/playground/multi-app/package.json
index 83b30faf..d7978971 100644
--- a/packages/playground/multi-app/package.json
+++ b/packages/playground/multi-app/package.json
@@ -7,20 +7,20 @@
"dev": "vite"
},
"dependencies": {
- "@vueuse/core": "^10.11.0",
- "pinia": "^2.1.7",
- "unplugin-auto-import": "^0.17.6",
- "vue": "^3.4.31",
- "vue-router": "^4.4.0"
+ "@vueuse/core": "^10.11.1",
+ "pinia": "^2.2.1",
+ "unplugin-auto-import": "^0.18.2",
+ "vue": "^3.4.37",
+ "vue-router": "^4.4.3"
},
"devDependencies": {
- "@vitejs/plugin-vue": "^5.0.5",
- "sass": "^1.77.6",
+ "@vitejs/plugin-vue": "^5.1.2",
+ "sass": "^1.77.8",
"serve": "^14.2.3",
- "typescript": "^5.5.3",
- "unocss": "^0.61.3",
- "vite": "^5.3.3",
- "vite-plugin-inspect": "^0.8.4",
+ "typescript": "^5.5.4",
+ "unocss": "^0.61.9",
+ "vite": "^5.4.0",
+ "vite-plugin-inspect": "^0.8.5",
"vite-plugin-vue-devtools": "workspace:*"
}
}
diff --git a/packages/playground/options-api/package.json b/packages/playground/options-api/package.json
index 59244cb9..c9f611b0 100644
--- a/packages/playground/options-api/package.json
+++ b/packages/playground/options-api/package.json
@@ -7,10 +7,10 @@
"dev": "vite"
},
"dependencies": {
- "vue": "^3.4.31"
+ "vue": "^3.4.37"
},
"devDependencies": {
- "@vitejs/plugin-vue": "^5.0.5",
+ "@vitejs/plugin-vue": "^5.1.2",
"vite-plugin-vue-devtools": "workspace:*"
}
}
diff --git a/packages/playground/ui/package.json b/packages/playground/ui/package.json
index 1f19c918..128795c1 100644
--- a/packages/playground/ui/package.json
+++ b/packages/playground/ui/package.json
@@ -9,16 +9,16 @@
"preview": "vite preview"
},
"dependencies": {
- "@unocss/reset": "^0.61.3",
+ "@unocss/reset": "^0.61.9",
"@vue/devtools-ui": "workspace:*",
- "@vueuse/core": "^10.11.0",
- "vue": "^3.4.31"
+ "@vueuse/core": "^10.11.1",
+ "vue": "^3.4.37"
},
"devDependencies": {
- "@vitejs/plugin-vue": "^5.0.5",
- "typescript": "^5.5.3",
- "unocss": "^0.61.3",
- "vite": "^5.3.3",
+ "@vitejs/plugin-vue": "^5.1.2",
+ "typescript": "^5.5.4",
+ "unocss": "^0.61.9",
+ "vite": "^5.4.0",
"vue-tsc": "^1.8.27"
}
}
diff --git a/packages/playground/webpack/package.json b/packages/playground/webpack/package.json
index c35d6889..9c518c07 100644
--- a/packages/playground/webpack/package.json
+++ b/packages/playground/webpack/package.json
@@ -12,18 +12,18 @@
"dev": "vue-cli-service serve"
},
"dependencies": {
- "core-js": "^3.37.1",
- "vue": "^3.4.31"
+ "core-js": "^3.38.0",
+ "vue": "^3.4.37"
},
"devDependencies": {
- "@babel/core": "^7.24.7",
- "@babel/eslint-parser": "^7.24.7",
+ "@babel/core": "^7.25.2",
+ "@babel/eslint-parser": "^7.25.1",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"@vue/devtools": "workspace:*",
"@vue/devtools-api": "workspace:*",
- "eslint": "^9.6.0",
+ "eslint": "^9.9.0",
"eslint-plugin-vue": "^9.27.0"
},
"eslintConfig": {
diff --git a/packages/playground/webpack/public/index.html b/packages/playground/webpack/public/index.html
index 76b18942..61d850bb 100644
--- a/packages/playground/webpack/public/index.html
+++ b/packages/playground/webpack/public/index.html
@@ -10,9 +10,8 @@
We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work
- properly without JavaScript enabled. Please enable it to
- continue. We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please
+ enable it to continue.
diff --git a/packages/shared/package.json b/packages/shared/package.json
index 4d3c7f3b..438fe43c 100644
--- a/packages/shared/package.json
+++ b/packages/shared/package.json
@@ -29,6 +29,6 @@
"rfdc": "^1.4.1"
},
"devDependencies": {
- "@types/node": "^20.14.10"
+ "@types/node": "^20.14.15"
}
}
diff --git a/packages/ui/package.json b/packages/ui/package.json
index 1a6e641c..eb4830bd 100644
--- a/packages/ui/package.json
+++ b/packages/ui/package.json
@@ -39,21 +39,21 @@
},
"dependencies": {
"@vue/devtools-shared": "workspace:*",
- "@vueuse/components": "^10.11.0",
- "@vueuse/core": "^10.11.0",
- "@vueuse/integrations": "^10.11.0",
+ "@vueuse/components": "^10.11.1",
+ "@vueuse/core": "^10.11.1",
+ "@vueuse/integrations": "^10.11.1",
"colord": "^2.9.3",
"focus-trap": "^7.5.4"
},
"devDependencies": {
"@histoire/plugin-vue": "^0.17.17",
- "@iconify-json/ic": "^1.1.17",
- "@types/node": "^20.14.10",
- "@unocss/reset": "^0.61.3",
- "@vitejs/plugin-vue": "^5.0.5",
+ "@iconify-json/ic": "^1.1.18",
+ "@types/node": "^20.14.15",
+ "@unocss/reset": "^0.61.9",
+ "@vitejs/plugin-vue": "^5.1.2",
"floating-vue": "5.2.2",
"histoire": "^0.17.17",
- "unocss": "^0.61.3",
+ "unocss": "^0.61.9",
"vite-plugin-dts": "^3.9.1"
}
}
diff --git a/packages/ui/src/constants/ic-icons.ts b/packages/ui/src/constants/ic-icons.ts
index 1d96c80a..34e80f30 100644
--- a/packages/ui/src/constants/ic-icons.ts
+++ b/packages/ui/src/constants/ic-icons.ts
@@ -1,4 +1,4 @@
-// Generated from @iconify-json/ic@1.1.17
+// Generated from @iconify-json/ic@1.1.18
export const icIcons: Record = {
'baseline-10k': ' ',
@@ -28,7 +28,7 @@ export const icIcons: Record = {
'baseline-30fps': ' ',
'baseline-30fps-select': ' ',
'baseline-360': ' ',
- 'baseline-3d-rotation': ' ',
+ 'baseline-3d-rotation': ' ',
'baseline-3g-mobiledata': ' ',
'baseline-3k': ' ',
'baseline-3k-plus': ' ',
@@ -71,14 +71,14 @@ export const icIcons: Record = {
'baseline-account-balance': ' ',
'baseline-account-balance-wallet': ' ',
'baseline-account-box': ' ',
- 'baseline-account-circle': ' ',
+ 'baseline-account-circle': ' ',
'baseline-account-tree': ' ',
'baseline-ad-units': ' ',
'baseline-adb': ' ',
'baseline-add': ' ',
'baseline-add-a-photo': ' ',
'baseline-add-alarm': ' ',
- 'baseline-add-alert': ' ',
+ 'baseline-add-alert': ' ',
'baseline-add-box': ' ',
'baseline-add-business': ' ',
'baseline-add-card': ' ',
@@ -88,17 +88,17 @@ export const icIcons: Record = {
'baseline-add-comment': ' ',
'baseline-add-home': ' ',
'baseline-add-home-work': ' ',
- 'baseline-add-ic-call': ' ',
+ 'baseline-add-ic-call': ' ',
'baseline-add-link': ' ',
'baseline-add-location': ' ',
'baseline-add-location-alt': ' ',
'baseline-add-moderator': ' ',
'baseline-add-photo-alternate': ' ',
- 'baseline-add-reaction': ' ',
+ 'baseline-add-reaction': ' ',
'baseline-add-road': ' ',
'baseline-add-shopping-cart': ' ',
- 'baseline-add-task': ' ',
- 'baseline-add-to-drive': ' ',
+ 'baseline-add-task': ' ',
+ 'baseline-add-to-drive': ' ',
'baseline-add-to-home-screen': ' ',
'baseline-add-to-photos': ' ',
'baseline-add-to-queue': ' ',
@@ -108,7 +108,7 @@ export const icIcons: Record = {
'baseline-admin-panel-settings': ' ',
'baseline-adobe': ' ',
'baseline-ads-click': ' ',
- 'baseline-agriculture': ' ',
+ 'baseline-agriculture': ' ',
'baseline-air': ' ',
'baseline-airline-seat-flat': ' ',
'baseline-airline-seat-flat-angled': ' ',
@@ -116,18 +116,18 @@ export const icIcons: Record = {
'baseline-airline-seat-legroom-extra': ' ',
'baseline-airline-seat-legroom-normal': ' ',
'baseline-airline-seat-legroom-reduced': ' ',
- 'baseline-airline-seat-recline-extra': ' ',
- 'baseline-airline-seat-recline-normal': ' ',
+ 'baseline-airline-seat-recline-extra': ' ',
+ 'baseline-airline-seat-recline-normal': ' ',
'baseline-airline-stops': ' ',
'baseline-airlines': ' ',
- 'baseline-airplane-ticket': ' ',
+ 'baseline-airplane-ticket': ' ',
'baseline-airplanemode-active': ' ',
'baseline-airplanemode-inactive': ' ',
'baseline-airplay': ' ',
'baseline-airport-shuttle': ' ',
'baseline-alarm': ' ',
'baseline-alarm-add': ' ',
- 'baseline-alarm-off': ' ',
+ 'baseline-alarm-off': ' ',
'baseline-alarm-on': ' ',
'baseline-album': ' ',
'baseline-align-horizontal-center': ' ',
@@ -137,22 +137,22 @@ export const icIcons: Record = {
'baseline-align-vertical-center': ' ',
'baseline-align-vertical-top': ' ',
'baseline-all-inbox': ' ',
- 'baseline-all-inclusive': ' ',
+ 'baseline-all-inclusive': ' ',
'baseline-all-out': ' ',
- 'baseline-alt-route': ' ',
+ 'baseline-alt-route': ' ',
'baseline-alternate-email': ' ',
'baseline-amp-stories': ' ',
'baseline-analytics': ' ',
'baseline-anchor': ' ',
- 'baseline-android': ' ',
- 'baseline-animation': ' ',
+ 'baseline-android': ' ',
+ 'baseline-animation': ' ',
'baseline-announcement': ' ',
'baseline-aod': ' ',
'baseline-apartment': ' ',
'baseline-api': ' ',
'baseline-app-blocking': ' ',
'baseline-app-registration': ' ',
- 'baseline-app-settings-alt': ' ',
+ 'baseline-app-settings-alt': ' ',
'baseline-app-shortcut': ' ',
'baseline-apple': ' ',
'baseline-approval': ' ',
@@ -183,15 +183,15 @@ export const icIcons: Record = {
'baseline-article': ' ',
'baseline-aspect-ratio': ' ',
'baseline-assessment': ' ',
- 'baseline-assignment': ' ',
- 'baseline-assignment-ind': ' ',
- 'baseline-assignment-late': ' ',
- 'baseline-assignment-return': ' ',
- 'baseline-assignment-returned': ' ',
- 'baseline-assignment-turned-in': ' ',
+ 'baseline-assignment': ' ',
+ 'baseline-assignment-ind': ' ',
+ 'baseline-assignment-late': ' ',
+ 'baseline-assignment-return': ' ',
+ 'baseline-assignment-returned': ' ',
+ 'baseline-assignment-turned-in': ' ',
'baseline-assist-walker': ' ',
'baseline-assistant': ' ',
- 'baseline-assistant-direction': ' ',
+ 'baseline-assistant-direction': ' ',
'baseline-assistant-photo': ' ',
'baseline-assured-workload': ' ',
'baseline-atm': ' ',
@@ -199,10 +199,10 @@ export const icIcons: Record = {
'baseline-attach-file': ' ',
'baseline-attach-money': ' ',
'baseline-attachment': ' ',
- 'baseline-attractions': ' ',
+ 'baseline-attractions': ' ',
'baseline-attribution': ' ',
'baseline-audio-file': ' ',
- 'baseline-audiotrack': ' ',
+ 'baseline-audiotrack': ' ',
'baseline-auto-awesome': ' ',
'baseline-auto-awesome-mosaic': ' ',
'baseline-auto-awesome-motion': ' ',
@@ -211,10 +211,10 @@ export const icIcons: Record = {
'baseline-auto-fix-normal': ' ',
'baseline-auto-fix-off': ' ',
'baseline-auto-graph': ' ',
- 'baseline-auto-mode': ' ',
+ 'baseline-auto-mode': ' ',
'baseline-auto-stories': ' ',
'baseline-autofps-select': ' ',
- 'baseline-autorenew': ' ',
+ 'baseline-autorenew': ' ',
'baseline-av-timer': ' ',
'baseline-baby-changing-station': ' ',
'baseline-back-hand': ' ',
@@ -231,7 +231,7 @@ export const icIcons: Record = {
'baseline-barcode': ' ',
'baseline-batch-prediction': ' ',
'baseline-bathroom': ' ',
- 'baseline-bathtub': ' ',
+ 'baseline-bathtub': ' ',
'baseline-battery-0-bar': ' ',
'baseline-battery-1-bar': ' ',
'baseline-battery-2-bar': ' ',
@@ -259,32 +259,32 @@ export const icIcons: Record = {
'baseline-battery-unknown': ' ',
'baseline-beach-access': ' ',
'baseline-bed': ' ',
- 'baseline-bedroom-baby': ' ',
+ 'baseline-bedroom-baby': ' ',
'baseline-bedroom-child': ' ',
'baseline-bedroom-parent': ' ',
'baseline-bedtime': ' ',
- 'baseline-bedtime-off': ' ',
+ 'baseline-bedtime-off': ' ',
'baseline-beenhere': ' ',
'baseline-bento': ' ',
- 'baseline-bike-scooter': ' ',
+ 'baseline-bike-scooter': ' ',
'baseline-biotech': ' ',
'baseline-blender': ' ',
'baseline-blind': ' ',
'baseline-blinds': ' ',
'baseline-blinds-closed': ' ',
- 'baseline-block': ' ',
+ 'baseline-block': ' ',
'baseline-bloodtype': ' ',
'baseline-bluetooth': ' ',
- 'baseline-bluetooth-audio': ' ',
+ 'baseline-bluetooth-audio': ' ',
'baseline-bluetooth-connected': ' ',
'baseline-bluetooth-disabled': ' ',
'baseline-bluetooth-drive': ' ',
- 'baseline-bluetooth-searching': ' ',
+ 'baseline-bluetooth-searching': ' ',
'baseline-blur-circular': ' ',
'baseline-blur-linear': ' ',
- 'baseline-blur-off': ' ',
+ 'baseline-blur-off': ' ',
'baseline-blur-on': ' ',
- 'baseline-bolt': ' ',
+ 'baseline-bolt': ' ',
'baseline-book': ' ',
'baseline-book-online': ' ',
'baseline-bookmark': ' ',
@@ -310,7 +310,7 @@ export const icIcons: Record = {
'baseline-breakfast-dining': ' ',
'baseline-brightness-1': ' ',
'baseline-brightness-2': ' ',
- 'baseline-brightness-3': ' ',
+ 'baseline-brightness-3': ' ',
'baseline-brightness-4': ' ',
'baseline-brightness-5': ' ',
'baseline-brightness-6': ' ',
@@ -325,12 +325,12 @@ export const icIcons: Record = {
'baseline-browse-gallery': ' ',
'baseline-browser-not-supported': ' ',
'baseline-browser-updated': ' ',
- 'baseline-brunch-dining': ' ',
+ 'baseline-brunch-dining': ' ',
'baseline-brush': ' ',
'baseline-bubble-chart': ' ',
- 'baseline-bug-report': ' ',
+ 'baseline-bug-report': ' ',
'baseline-build': ' ',
- 'baseline-build-circle': ' ',
+ 'baseline-build-circle': ' ',
'baseline-bungalow': ' ',
'baseline-burst-mode': ' ',
'baseline-bus-alert': ' ',
@@ -338,7 +338,7 @@ export const icIcons: Record = {
'baseline-business-center': ' ',
'baseline-cabin': ' ',
'baseline-cable': ' ',
- 'baseline-cached': ' ',
+ 'baseline-cached': ' ',
'baseline-cake': ' ',
'baseline-calculate': ' ',
'baseline-calendar-month': ' ',
@@ -346,8 +346,8 @@ export const icIcons: Record = {
'baseline-calendar-view-day': ' ',
'baseline-calendar-view-month': ' ',
'baseline-calendar-view-week': ' ',
- 'baseline-call': ' ',
- 'baseline-call-end': ' ',
+ 'baseline-call': ' ',
+ 'baseline-call-end': ' ',
'baseline-call-made': ' ',
'baseline-call-merge': ' ',
'baseline-call-missed': ' ',
@@ -355,7 +355,7 @@ export const icIcons: Record = {
'baseline-call-received': ' ',
'baseline-call-split': ' ',
'baseline-call-to-action': ' ',
- 'baseline-camera': ' ',
+ 'baseline-camera': ' ',
'baseline-camera-alt': ' ',
'baseline-camera-enhance': ' ',
'baseline-camera-front': ' ',
@@ -369,7 +369,7 @@ export const icIcons: Record = {
'baseline-cancel-presentation': ' ',
'baseline-cancel-schedule-send': ' ',
'baseline-candlestick-chart': ' ',
- 'baseline-car-crash': ' ',
+ 'baseline-car-crash': ' ',
'baseline-car-rental': ' ',
'baseline-car-repair': ' ',
'baseline-card-giftcard': ' ',
@@ -384,15 +384,15 @@ export const icIcons: Record = {
'baseline-castle': ' ',
'baseline-catching-pokemon': ' ',
'baseline-category': ' ',
- 'baseline-celebration': ' ',
- 'baseline-cell-tower': ' ',
+ 'baseline-celebration': ' ',
+ 'baseline-cell-tower': ' ',
'baseline-cell-wifi': ' ',
'baseline-center-focus-strong': ' ',
'baseline-center-focus-weak': ' ',
'baseline-chair': ' ',
'baseline-chair-alt': ' ',
'baseline-chalet': ' ',
- 'baseline-change-circle': ' ',
+ 'baseline-change-circle': ' ',
'baseline-change-history': ' ',
'baseline-charging-station': ' ',
'baseline-chat': ' ',
@@ -408,14 +408,14 @@ export const icIcons: Record = {
'baseline-checkroom': ' ',
'baseline-chevron-left': ' ',
'baseline-chevron-right': ' ',
- 'baseline-child-care': ' ',
- 'baseline-child-friendly': ' ',
+ 'baseline-child-care': ' ',
+ 'baseline-child-friendly': ' ',
'baseline-chrome-reader-mode': ' ',
'baseline-church': ' ',
'baseline-circle': ' ',
'baseline-circle-notifications': ' ',
'baseline-class': ' ',
- 'baseline-clean-hands': ' ',
+ 'baseline-clean-hands': ' ',
'baseline-cleaning-services': ' ',
'baseline-clear': ' ',
'baseline-clear-all': ' ',
@@ -430,14 +430,14 @@ export const icIcons: Record = {
'baseline-cloud-download': ' ',
'baseline-cloud-off': ' ',
'baseline-cloud-queue': ' ',
- 'baseline-cloud-sync': ' ',
+ 'baseline-cloud-sync': ' ',
'baseline-cloud-upload': ' ',
'baseline-co-present': ' ',
'baseline-co2': ' ',
'baseline-code': ' ',
'baseline-code-off': ' ',
'baseline-coffee': ' ',
- 'baseline-coffee-maker': ' ',
+ 'baseline-coffee-maker': ' ',
'baseline-collections': ' ',
'baseline-collections-bookmark': ' ',
'baseline-color-lens': ' ',
@@ -450,7 +450,7 @@ export const icIcons: Record = {
'baseline-compare': ' ',
'baseline-compare-arrows': ' ',
'baseline-compass-calibration': ' ',
- 'baseline-compost': ' ',
+ 'baseline-compost': ' ',
'baseline-compress': ' ',
'baseline-computer': ' ',
'baseline-confirmation-number': ' ',
@@ -461,13 +461,13 @@ export const icIcons: Record = {
'baseline-contact-emergency': ' ',
'baseline-contact-mail': ' ',
'baseline-contact-page': ' ',
- 'baseline-contact-phone': ' ',
+ 'baseline-contact-phone': ' ',
'baseline-contact-support': ' ',
- 'baseline-contactless': ' ',
+ 'baseline-contactless': ' ',
'baseline-contacts': ' ',
'baseline-content-copy': ' ',
'baseline-content-cut': ' ',
- 'baseline-content-paste': ' ',
+ 'baseline-content-paste': ' ',
'baseline-content-paste-go': ' ',
'baseline-content-paste-off': ' ',
'baseline-content-paste-search': ' ',
@@ -478,7 +478,7 @@ export const icIcons: Record = {
'baseline-cookie': ' ',
'baseline-copy-all': ' ',
'baseline-copyright': ' ',
- 'baseline-coronavirus': ' ',
+ 'baseline-coronavirus': ' ',
'baseline-corporate-fare': ' ',
'baseline-cottage': ' ',
'baseline-countertops': ' ',
@@ -487,8 +487,8 @@ export const icIcons: Record = {
'baseline-credit-card': ' ',
'baseline-credit-card-off': ' ',
'baseline-credit-score': ' ',
- 'baseline-crib': ' ',
- 'baseline-crisis-alert': ' ',
+ 'baseline-crib': ' ',
+ 'baseline-crisis-alert': ' ',
'baseline-crop': ' ',
'baseline-crop-16-9': ' ',
'baseline-crop-3-2': ' ',
@@ -516,11 +516,11 @@ export const icIcons: Record = {
'baseline-curtains-closed': ' ',
'baseline-cyclone': ' ',
'baseline-dangerous': ' ',
- 'baseline-dark-mode': ' ',
+ 'baseline-dark-mode': ' ',
'baseline-dashboard': ' ',
'baseline-dashboard-customize': ' ',
'baseline-data-array': ' ',
- 'baseline-data-exploration': ' ',
+ 'baseline-data-exploration': ' ',
'baseline-data-object': ' ',
'baseline-data-saver-off': ' ',
'baseline-data-saver-on': ' ',
@@ -558,7 +558,7 @@ export const icIcons: Record = {
'baseline-devices': ' ',
'baseline-devices-fold': ' ',
'baseline-devices-other': ' ',
- 'baseline-dialer-sip': ' ',
+ 'baseline-dialer-sip': ' ',
'baseline-dialpad': ' ',
'baseline-diamond': ' ',
'baseline-difference': ' ',
@@ -566,8 +566,8 @@ export const icIcons: Record = {
'baseline-dinner-dining': ' ',
'baseline-directions': ' ',
'baseline-directions-bike': ' ',
- 'baseline-directions-boat': ' ',
- 'baseline-directions-boat-filled': ' ',
+ 'baseline-directions-boat': ' ',
+ 'baseline-directions-boat-filled': ' ',
'baseline-directions-bus': ' ',
'baseline-directions-bus-filled': ' ',
'baseline-directions-car': ' ',
@@ -583,23 +583,23 @@ export const icIcons: Record = {
'baseline-directions-walk': ' ',
'baseline-dirty-lens': ' ',
'baseline-disabled-by-default': ' ',
- 'baseline-disabled-visible': ' ',
+ 'baseline-disabled-visible': ' ',
'baseline-disc-full': ' ',
- 'baseline-discord': ' ',
+ 'baseline-discord': ' ',
'baseline-discount': ' ',
'baseline-display-settings': ' ',
- 'baseline-diversity-1': ' ',
+ 'baseline-diversity-1': ' ',
'baseline-diversity-2': ' ',
- 'baseline-diversity-3': ' ',
+ 'baseline-diversity-3': ' ',
'baseline-divide': ' ',
'baseline-dns': ' ',
'baseline-do-disturb': ' ',
- 'baseline-do-disturb-alt': ' ',
- 'baseline-do-disturb-off': ' ',
+ 'baseline-do-disturb-alt': ' ',
+ 'baseline-do-disturb-off': ' ',
'baseline-do-disturb-on': ' ',
- 'baseline-do-not-disturb': ' ',
+ 'baseline-do-not-disturb': ' ',
'baseline-do-not-disturb-alt': ' ',
- 'baseline-do-not-disturb-off': ' ',
+ 'baseline-do-not-disturb-off': ' ',
'baseline-do-not-disturb-on': ' ',
'baseline-do-not-disturb-on-total-silence': ' ',
'baseline-do-not-step': ' ',
@@ -620,15 +620,15 @@ export const icIcons: Record = {
'baseline-door-sliding': ' ',
'baseline-doorbell': ' ',
'baseline-double-arrow': ' ',
- 'baseline-downhill-skiing': ' ',
+ 'baseline-downhill-skiing': ' ',
'baseline-download': ' ',
'baseline-download-done': ' ',
'baseline-download-for-offline': ' ',
- 'baseline-downloading': ' ',
+ 'baseline-downloading': ' ',
'baseline-drafts': ' ',
'baseline-drag-handle': ' ',
'baseline-drag-indicator': ' ',
- 'baseline-draw': ' ',
+ 'baseline-draw': ' ',
'baseline-drive-eta': ' ',
'baseline-drive-file-move': ' ',
'baseline-drive-file-move-rtl': ' ',
@@ -644,47 +644,47 @@ export const icIcons: Record = {
'baseline-earbuds': ' ',
'baseline-earbuds-battery': ' ',
'baseline-east': ' ',
- 'baseline-eco': ' ',
+ 'baseline-eco': ' ',
'baseline-edgesensor-high': ' ',
'baseline-edgesensor-low': ' ',
'baseline-edit': ' ',
'baseline-edit-attributes': ' ',
'baseline-edit-calendar': ' ',
'baseline-edit-location': ' ',
- 'baseline-edit-location-alt': ' ',
+ 'baseline-edit-location-alt': ' ',
'baseline-edit-note': ' ',
'baseline-edit-notifications': ' ',
'baseline-edit-off': ' ',
'baseline-edit-road': ' ',
'baseline-egg': ' ',
- 'baseline-egg-alt': ' ',
+ 'baseline-egg-alt': ' ',
'baseline-eject': ' ',
- 'baseline-elderly': ' ',
+ 'baseline-elderly': ' ',
'baseline-elderly-woman': ' ',
- 'baseline-electric-bike': ' ',
+ 'baseline-electric-bike': ' ',
'baseline-electric-bolt': ' ',
'baseline-electric-car': ' ',
- 'baseline-electric-meter': ' ',
+ 'baseline-electric-meter': ' ',
'baseline-electric-moped': ' ',
'baseline-electric-rickshaw': ' ',
- 'baseline-electric-scooter': ' ',
+ 'baseline-electric-scooter': ' ',
'baseline-electrical-services': ' ',
'baseline-elevator': ' ',
'baseline-email': ' ',
'baseline-emergency': ' ',
'baseline-emergency-recording': ' ',
- 'baseline-emergency-share': ' ',
+ 'baseline-emergency-share': ' ',
'baseline-emoji-emotions': ' ',
'baseline-emoji-events': ' ',
'baseline-emoji-flags': ' ',
'baseline-emoji-food-beverage': ' ',
- 'baseline-emoji-nature': ' ',
- 'baseline-emoji-objects': ' ',
+ 'baseline-emoji-nature': ' ',
+ 'baseline-emoji-objects': ' ',
'baseline-emoji-people': ' ',
- 'baseline-emoji-symbols': ' ',
+ 'baseline-emoji-symbols': ' ',
'baseline-emoji-transportation': ' ',
- 'baseline-energy-savings-leaf': ' ',
- 'baseline-engineering': ' ',
+ 'baseline-energy-savings-leaf': ' ',
+ 'baseline-engineering': ' ',
'baseline-enhanced-encryption': ' ',
'baseline-equalizer': ' ',
'baseline-equals': ' ',
@@ -692,8 +692,8 @@ export const icIcons: Record = {
'baseline-error-outline': ' ',
'baseline-escalator': ' ',
'baseline-escalator-warning': ' ',
- 'baseline-euro': ' ',
- 'baseline-euro-symbol': ' ',
+ 'baseline-euro': ' ',
+ 'baseline-euro-symbol': ' ',
'baseline-ev-station': ' ',
'baseline-event': ' ',
'baseline-event-available': ' ',
@@ -707,24 +707,24 @@ export const icIcons: Record = {
'baseline-expand-less': ' ',
'baseline-expand-more': ' ',
'baseline-explicit': ' ',
- 'baseline-explore': ' ',
+ 'baseline-explore': ' ',
'baseline-explore-off': ' ',
'baseline-exposure': ' ',
'baseline-exposure-neg-1': ' ',
- 'baseline-exposure-neg-2': ' ',
+ 'baseline-exposure-neg-2': ' ',
'baseline-exposure-plus-1': ' ',
- 'baseline-exposure-plus-2': ' ',
- 'baseline-exposure-zero': ' ',
- 'baseline-extension': ' ',
+ 'baseline-exposure-plus-2': ' ',
+ 'baseline-exposure-zero': ' ',
+ 'baseline-extension': ' ',
'baseline-extension-off': ' ',
- 'baseline-face': ' ',
- 'baseline-face-2': ' ',
+ 'baseline-face': ' ',
+ 'baseline-face-2': ' ',
'baseline-face-3': ' ',
- 'baseline-face-4': ' ',
+ 'baseline-face-4': ' ',
'baseline-face-5': ' ',
'baseline-face-6': ' ',
- 'baseline-face-retouching-natural': ' ',
- 'baseline-face-retouching-off': ' ',
+ 'baseline-face-retouching-natural': ' ',
+ 'baseline-face-retouching-off': ' ',
'baseline-facebook': ' ',
'baseline-fact-check': ' ',
'baseline-factory': ' ',
@@ -775,18 +775,18 @@ export const icIcons: Record = {
'baseline-filter-list': ' ',
'baseline-filter-list-off': ' ',
'baseline-filter-none': ' ',
- 'baseline-filter-tilt-shift': ' ',
- 'baseline-filter-vintage': ' ',
+ 'baseline-filter-tilt-shift': ' ',
+ 'baseline-filter-vintage': ' ',
'baseline-find-in-page': ' ',
- 'baseline-find-replace': ' ',
- 'baseline-fingerprint': ' ',
+ 'baseline-find-replace': ' ',
+ 'baseline-fingerprint': ' ',
'baseline-fire-extinguisher': ' ',
'baseline-fire-hydrant-alt': ' ',
'baseline-fire-truck': ' ',
'baseline-fireplace': ' ',
'baseline-first-page': ' ',
'baseline-fit-screen': ' ',
- 'baseline-fitbit': ' ',
+ 'baseline-fitbit': ' ',
'baseline-fitness-center': ' ',
'baseline-flag': ' ',
'baseline-flag-circle': ' ',
@@ -807,10 +807,10 @@ export const icIcons: Record = {
'baseline-flip-camera-ios': ' ',
'baseline-flip-to-back': ' ',
'baseline-flip-to-front': ' ',
- 'baseline-flood': ' ',
+ 'baseline-flood': ' ',
'baseline-flourescent': ' ',
'baseline-fluorescent': ' ',
- 'baseline-flutter-dash': ' ',
+ 'baseline-flutter-dash': ' ',
'baseline-fmd-bad': ' ',
'baseline-fmd-good': ' ',
'baseline-folder': ' ',
@@ -821,7 +821,7 @@ export const icIcons: Record = {
'baseline-folder-shared': ' ',
'baseline-folder-special': ' ',
'baseline-folder-zip': ' ',
- 'baseline-follow-the-signs': ' ',
+ 'baseline-follow-the-signs': ' ',
'baseline-font-download': ' ',
'baseline-font-download-off': ' ',
'baseline-food-bank': ' ',
@@ -875,7 +875,7 @@ export const icIcons: Record = {
'baseline-gas-meter': ' ',
'baseline-gavel': ' ',
'baseline-generating-tokens': ' ',
- 'baseline-gesture': ' ',
+ 'baseline-gesture': ' ',
'baseline-get-app': ' ',
'baseline-gif': ' ',
'baseline-gif-box': ' ',
@@ -887,13 +887,13 @@ export const icIcons: Record = {
'baseline-gpp-maybe': ' ',
'baseline-gps-fixed': ' ',
'baseline-gps-not-fixed': ' ',
- 'baseline-gps-off': ' ',
+ 'baseline-gps-off': ' ',
'baseline-grade': ' ',
'baseline-gradient': ' ',
'baseline-grading': ' ',
'baseline-grain': ' ',
'baseline-graphic-eq': ' ',
- 'baseline-grass': ' ',
+ 'baseline-grass': ' ',
'baseline-greater-than': ' ',
'baseline-greater-than-equal': ' ',
'baseline-grid-3x3': ' ',
@@ -902,18 +902,18 @@ export const icIcons: Record = {
'baseline-grid-off': ' ',
'baseline-grid-on': ' ',
'baseline-grid-view': ' ',
- 'baseline-group': ' ',
+ 'baseline-group': ' ',
'baseline-group-add': ' ',
'baseline-group-off': ' ',
'baseline-group-remove': ' ',
'baseline-group-work': ' ',
'baseline-groups': ' ',
- 'baseline-groups-2': ' ',
- 'baseline-groups-3': ' ',
+ 'baseline-groups-2': ' ',
+ 'baseline-groups-3': ' ',
'baseline-h-mobiledata': ' ',
'baseline-h-plus-mobiledata': ' ',
- 'baseline-hail': ' ',
- 'baseline-handshake': ' ',
+ 'baseline-hail': ' ',
+ 'baseline-handshake': ' ',
'baseline-handyman': ' ',
'baseline-hardware': ' ',
'baseline-hd': ' ',
@@ -931,11 +931,11 @@ export const icIcons: Record = {
'baseline-headphones-battery': ' ',
'baseline-headset': ' ',
'baseline-headset-mic': ' ',
- 'baseline-headset-off': ' ',
- 'baseline-healing': ' ',
+ 'baseline-headset-off': ' ',
+ 'baseline-healing': ' ',
'baseline-health-and-safety': ' ',
- 'baseline-hearing': ' ',
- 'baseline-hearing-disabled': ' ',
+ 'baseline-hearing': ' ',
+ 'baseline-hearing-disabled': ' ',
'baseline-heart-broken': ' ',
'baseline-heat-pump': ' ',
'baseline-height': ' ',
@@ -945,14 +945,14 @@ export const icIcons: Record = {
'baseline-hevc': ' ',
'baseline-hexagon': ' ',
'baseline-hide-image': ' ',
- 'baseline-hide-source': ' ',
+ 'baseline-hide-source': ' ',
'baseline-high-quality': ' ',
'baseline-highlight': ' ',
'baseline-highlight-alt': ' ',
'baseline-highlight-off': ' ',
- 'baseline-hiking': ' ',
- 'baseline-history': ' ',
- 'baseline-history-edu': ' ',
+ 'baseline-hiking': ' ',
+ 'baseline-history': ' ',
+ 'baseline-history-edu': ' ',
'baseline-history-toggle-off': ' ',
'baseline-hive': ' ',
'baseline-hls': ' ',
@@ -977,12 +977,12 @@ export const icIcons: Record = {
'baseline-house': ' ',
'baseline-house-siding': ' ',
'baseline-houseboat': ' ',
- 'baseline-how-to-reg': ' ',
+ 'baseline-how-to-reg': ' ',
'baseline-how-to-vote': ' ',
'baseline-html': ' ',
'baseline-http': ' ',
- 'baseline-https': ' ',
- 'baseline-hub': ' ',
+ 'baseline-https': ' ',
+ 'baseline-hub': ' ',
'baseline-hvac': ' ',
'baseline-ice-skating': ' ',
'baseline-icecream': ' ',
@@ -1011,9 +1011,9 @@ export const icIcons: Record = {
'baseline-insights': ' ',
'baseline-install-desktop': ' ',
'baseline-install-mobile': ' ',
- 'baseline-integration-instructions': ' ',
+ 'baseline-integration-instructions': ' ',
'baseline-interests': ' ',
- 'baseline-interpreter-mode': ' ',
+ 'baseline-interpreter-mode': ' ',
'baseline-inventory': ' ',
'baseline-inventory-2': ' ',
'baseline-invert-colors': ' ',
@@ -1022,14 +1022,14 @@ export const icIcons: Record = {
'baseline-iron': ' ',
'baseline-iso': ' ',
'baseline-javascript': ' ',
- 'baseline-join-full': ' ',
+ 'baseline-join-full': ' ',
'baseline-join-inner': ' ',
'baseline-join-left': ' ',
'baseline-join-right': ' ',
'baseline-kayaking': ' ',
'baseline-kebab-dining': ' ',
'baseline-key': ' ',
- 'baseline-key-off': ' ',
+ 'baseline-key-off': ' ',
'baseline-keyboard': ' ',
'baseline-keyboard-alt': ' ',
'baseline-keyboard-arrow-down': ' ',
@@ -1051,14 +1051,14 @@ export const icIcons: Record = {
'baseline-keyboard-voice': ' ',
'baseline-king-bed': ' ',
'baseline-kitchen': ' ',
- 'baseline-kitesurfing': ' ',
+ 'baseline-kitesurfing': ' ',
'baseline-label': ' ',
'baseline-label-important': ' ',
'baseline-label-off': ' ',
'baseline-lan': ' ',
'baseline-landscape': ' ',
'baseline-landslide': ' ',
- 'baseline-language': ' ',
+ 'baseline-language': ' ',
'baseline-laptop': ' ',
'baseline-laptop-chromebook': ' ',
'baseline-laptop-mac': ' ',
@@ -1069,7 +1069,7 @@ export const icIcons: Record = {
'baseline-layers-clear': ' ',
'baseline-leaderboard': ' ',
'baseline-leak-add': ' ',
- 'baseline-leak-remove': ' ',
+ 'baseline-leak-remove': ' ',
'baseline-leave-bags-at-home': ' ',
'baseline-legend-toggle': ' ',
'baseline-lens': ' ',
@@ -1083,15 +1083,15 @@ export const icIcons: Record = {
'baseline-light': ' ',
'baseline-light-mode': ' ',
'baseline-lightbulb': ' ',
- 'baseline-lightbulb-circle': ' ',
+ 'baseline-lightbulb-circle': ' ',
'baseline-line-axis': ' ',
'baseline-line-style': ' ',
'baseline-line-weight': ' ',
'baseline-linear-scale': ' ',
'baseline-link': ' ',
- 'baseline-link-off': ' ',
+ 'baseline-link-off': ' ',
'baseline-linked-camera': ' ',
- 'baseline-liquor': ' ',
+ 'baseline-liquor': ' ',
'baseline-list': ' ',
'baseline-list-alt': ' ',
'baseline-live-help': ' ',
@@ -1104,7 +1104,7 @@ export const icIcons: Record = {
'baseline-local-cafe': ' ',
'baseline-local-car-wash': ' ',
'baseline-local-convenience-store': ' ',
- 'baseline-local-dining': ' ',
+ 'baseline-local-dining': ' ',
'baseline-local-drink': ' ',
'baseline-local-fire-department': ' ',
'baseline-local-florist': ' ',
@@ -1112,11 +1112,11 @@ export const icIcons: Record = {
'baseline-local-grocery-store': ' ',
'baseline-local-hospital': ' ',
'baseline-local-hotel': ' ',
- 'baseline-local-laundry-service': ' ',
+ 'baseline-local-laundry-service': ' ',
'baseline-local-library': ' ',
'baseline-local-mall': ' ',
'baseline-local-movies': ' ',
- 'baseline-local-offer': ' ',
+ 'baseline-local-offer': ' ',
'baseline-local-parking': ' ',
'baseline-local-pharmacy': ' ',
'baseline-local-phone': ' ',
@@ -1129,15 +1129,15 @@ export const icIcons: Record = {
'baseline-local-shipping': ' ',
'baseline-local-taxi': ' ',
'baseline-location-city': ' ',
- 'baseline-location-disabled': ' ',
+ 'baseline-location-disabled': ' ',
'baseline-location-off': ' ',
'baseline-location-on': ' ',
'baseline-location-searching': ' ',
- 'baseline-lock': ' ',
- 'baseline-lock-clock': ' ',
- 'baseline-lock-open': ' ',
+ 'baseline-lock': ' ',
+ 'baseline-lock-clock': ' ',
+ 'baseline-lock-open': ' ',
'baseline-lock-person': ' ',
- 'baseline-lock-reset': ' ',
+ 'baseline-lock-reset': ' ',
'baseline-log-in': ' ',
'baseline-log-out': ' ',
'baseline-login': ' ',
@@ -1153,13 +1153,13 @@ export const icIcons: Record = {
'baseline-loop': ' ',
'baseline-loupe': ' ',
'baseline-low-priority': ' ',
- 'baseline-loyalty': ' ',
+ 'baseline-loyalty': ' ',
'baseline-lte-mobiledata': ' ',
'baseline-lte-plus-mobiledata': ' ',
'baseline-luggage': ' ',
'baseline-lunch-dining': ' ',
'baseline-lyrics': ' ',
- 'baseline-macro-off': ' ',
+ 'baseline-macro-off': ' ',
'baseline-mail': ' ',
'baseline-mail-lock': ' ',
'baseline-mail-outline': ' ',
@@ -1168,26 +1168,26 @@ export const icIcons: Record = {
'baseline-man-2': ' ',
'baseline-man-3': ' ',
'baseline-man-4': ' ',
- 'baseline-manage-accounts': ' ',
- 'baseline-manage-history': ' ',
+ 'baseline-manage-accounts': ' ',
+ 'baseline-manage-history': ' ',
'baseline-manage-search': ' ',
'baseline-map': ' ',
'baseline-maps-home-work': ' ',
'baseline-maps-ugc': ' ',
'baseline-margin': ' ',
'baseline-mark-as-unread': ' ',
- 'baseline-mark-chat-read': ' ',
+ 'baseline-mark-chat-read': ' ',
'baseline-mark-chat-unread': ' ',
'baseline-mark-email-read': ' ',
'baseline-mark-email-unread': ' ',
- 'baseline-mark-unread-chat-alt': ' ',
+ 'baseline-mark-unread-chat-alt': ' ',
'baseline-markunread': ' ',
'baseline-markunread-mailbox': ' ',
'baseline-masks': ' ',
'baseline-maximize': ' ',
'baseline-media-bluetooth-off': ' ',
'baseline-media-bluetooth-on': ' ',
- 'baseline-mediation': ' ',
+ 'baseline-mediation': ' ',
'baseline-medical-information': ' ',
'baseline-medical-services': ' ',
'baseline-medication': ' ',
@@ -1203,14 +1203,14 @@ export const icIcons: Record = {
'baseline-mic': ' ',
'baseline-mic-external-off': ' ',
'baseline-mic-external-on': ' ',
- 'baseline-mic-none': ' ',
+ 'baseline-mic-none': ' ',
'baseline-mic-off': ' ',
'baseline-microwave': ' ',
'baseline-military-tech': ' ',
'baseline-minimize': ' ',
'baseline-minor-crash': ' ',
'baseline-minus': ' ',
- 'baseline-miscellaneous-services': ' ',
+ 'baseline-miscellaneous-services': ' ',
'baseline-missed-video-call': ' ',
'baseline-mms': ' ',
'baseline-mobile-friendly': ' ',
@@ -1223,13 +1223,13 @@ export const icIcons: Record = {
'baseline-mode-edit-outline': ' ',
'baseline-mode-fan-off': ' ',
'baseline-mode-night': ' ',
- 'baseline-mode-of-travel': ' ',
+ 'baseline-mode-of-travel': ' ',
'baseline-mode-standby': ' ',
- 'baseline-model-training': ' ',
+ 'baseline-model-training': ' ',
'baseline-monetization-on': ' ',
'baseline-money': ' ',
'baseline-money-off': ' ',
- 'baseline-money-off-csred': ' ',
+ 'baseline-money-off-csred': ' ',
'baseline-monitor': ' ',
'baseline-monitor-heart': ' ',
'baseline-monitor-weight': ' ',
@@ -1241,13 +1241,13 @@ export const icIcons: Record = {
'baseline-more-horiz': ' ',
'baseline-more-time': ' ',
'baseline-more-vert': ' ',
- 'baseline-mosque': ' ',
+ 'baseline-mosque': ' ',
'baseline-motion-photos-auto': ' ',
- 'baseline-motion-photos-off': ' ',
+ 'baseline-motion-photos-off': ' ',
'baseline-motion-photos-on': ' ',
'baseline-motion-photos-pause': ' ',
'baseline-motion-photos-paused': ' ',
- 'baseline-motorcycle': ' ',
+ 'baseline-motorcycle': ' ',
'baseline-mouse': ' ',
'baseline-move-down': ' ',
'baseline-move-to-inbox': ' ',
@@ -1276,13 +1276,13 @@ export const icIcons: Record = {
'baseline-nearby-off': ' ',
'baseline-nest-cam-wired-stand': ' ',
'baseline-network-cell': ' ',
- 'baseline-network-check': ' ',
+ 'baseline-network-check': ' ',
'baseline-network-locked': ' ',
'baseline-network-ping': ' ',
'baseline-network-wifi': ' ',
- 'baseline-network-wifi-1-bar': ' ',
- 'baseline-network-wifi-2-bar': ' ',
- 'baseline-network-wifi-3-bar': ' ',
+ 'baseline-network-wifi-1-bar': ' ',
+ 'baseline-network-wifi-2-bar': ' ',
+ 'baseline-network-wifi-3-bar': ' ',
'baseline-new-label': ' ',
'baseline-new-releases': ' ',
'baseline-newspaper': ' ',
@@ -1291,45 +1291,45 @@ export const icIcons: Record = {
'baseline-nfc': ' ',
'baseline-night-shelter': ' ',
'baseline-nightlife': ' ',
- 'baseline-nightlight': ' ',
+ 'baseline-nightlight': ' ',
'baseline-nightlight-round': ' ',
'baseline-nights-stay': ' ',
- 'baseline-no-accounts': ' ',
- 'baseline-no-adult-content': ' ',
+ 'baseline-no-accounts': ' ',
+ 'baseline-no-adult-content': ' ',
'baseline-no-backpack': ' ',
'baseline-no-cell': ' ',
'baseline-no-crash': ' ',
'baseline-no-drinks': ' ',
'baseline-no-encryption': ' ',
'baseline-no-encryption-gmailerrorred': ' ',
- 'baseline-no-flash': ' ',
+ 'baseline-no-flash': ' ',
'baseline-no-food': ' ',
'baseline-no-luggage': ' ',
'baseline-no-meals': ' ',
'baseline-no-meeting-room': ' ',
'baseline-no-photography': ' ',
'baseline-no-sim': ' ',
- 'baseline-no-stroller': ' ',
+ 'baseline-no-stroller': ' ',
'baseline-no-transfer': ' ',
- 'baseline-noise-aware': ' ',
- 'baseline-noise-control-off': ' ',
+ 'baseline-noise-aware': ' ',
+ 'baseline-noise-control-off': ' ',
'baseline-nordic-walking': ' ',
'baseline-north': ' ',
'baseline-north-east': ' ',
'baseline-north-west': ' ',
'baseline-not-accessible': ' ',
'baseline-not-equal': ' ',
- 'baseline-not-interested': ' ',
+ 'baseline-not-interested': ' ',
'baseline-not-listed-location': ' ',
'baseline-not-started': ' ',
'baseline-note': ' ',
'baseline-note-add': ' ',
'baseline-note-alt': ' ',
'baseline-notes': ' ',
- 'baseline-notification-add': ' ',
+ 'baseline-notification-add': ' ',
'baseline-notification-important': ' ',
'baseline-notifications': ' ',
- 'baseline-notifications-active': ' ',
+ 'baseline-notifications-active': ' ',
'baseline-notifications-none': ' ',
'baseline-notifications-off': ' ',
'baseline-notifications-paused': ' ',
@@ -1340,7 +1340,7 @@ export const icIcons: Record = {
'baseline-oil-barrel': ' ',
'baseline-on-device-training': ' ',
'baseline-ondemand-video': ' ',
- 'baseline-online-prediction': ' ',
+ 'baseline-online-prediction': ' ',
'baseline-opacity': ' ',
'baseline-open-in-browser': ' ',
'baseline-open-in-full': ' ',
@@ -1351,7 +1351,7 @@ export const icIcons: Record = {
'baseline-outbond': ' ',
'baseline-outbound': ' ',
'baseline-outbox': ' ',
- 'baseline-outdoor-grill': ' ',
+ 'baseline-outdoor-grill': ' ',
'baseline-outlet': ' ',
'baseline-outlined-flag': ' ',
'baseline-output': ' ',
@@ -1359,20 +1359,20 @@ export const icIcons: Record = {
'baseline-pages': ' ',
'baseline-pageview': ' ',
'baseline-paid': ' ',
- 'baseline-palette': ' ',
+ 'baseline-palette': ' ',
'baseline-pan-tool': ' ',
'baseline-pan-tool-alt': ' ',
'baseline-panorama': ' ',
'baseline-panorama-fish-eye': ' ',
- 'baseline-panorama-horizontal': ' ',
- 'baseline-panorama-horizontal-select': ' ',
- 'baseline-panorama-photosphere': ' ',
+ 'baseline-panorama-horizontal': ' ',
+ 'baseline-panorama-horizontal-select': ' ',
+ 'baseline-panorama-photosphere': ' ',
'baseline-panorama-photosphere-select': ' ',
- 'baseline-panorama-vertical': ' ',
+ 'baseline-panorama-vertical': ' ',
'baseline-panorama-vertical-select': ' ',
'baseline-panorama-wide-angle': ' ',
'baseline-panorama-wide-angle-select': ' ',
- 'baseline-paragliding': ' ',
+ 'baseline-paragliding': ' ',
'baseline-park': ' ',
'baseline-party-mode': ' ',
'baseline-password': ' ',
@@ -1385,22 +1385,22 @@ export const icIcons: Record = {
'baseline-payment': ' ',
'baseline-payments': ' ',
'baseline-paypal': ' ',
- 'baseline-pedal-bike': ' ',
+ 'baseline-pedal-bike': ' ',
'baseline-pending': ' ',
- 'baseline-pending-actions': ' ',
+ 'baseline-pending-actions': ' ',
'baseline-pentagon': ' ',
- 'baseline-people': ' ',
+ 'baseline-people': ' ',
'baseline-people-alt': ' ',
'baseline-people-outline': ' ',
'baseline-percent': ' ',
'baseline-percentage': ' ',
'baseline-perm-camera-mic': ' ',
'baseline-perm-contact-calendar': ' ',
- 'baseline-perm-data-setting': ' ',
+ 'baseline-perm-data-setting': ' ',
'baseline-perm-device-information': ' ',
'baseline-perm-identity': ' ',
'baseline-perm-media': ' ',
- 'baseline-perm-phone-msg': ' ',
+ 'baseline-perm-phone-msg': ' ',
'baseline-perm-scan-wifi': ' ',
'baseline-person': ' ',
'baseline-person-2': ' ',
@@ -1413,34 +1413,34 @@ export const icIcons: Record = {
'baseline-person-off': ' ',
'baseline-person-outline': ' ',
'baseline-person-pin': ' ',
- 'baseline-person-pin-circle': ' ',
+ 'baseline-person-pin-circle': ' ',
'baseline-person-remove': ' ',
'baseline-person-remove-alt-1': ' ',
'baseline-person-search': ' ',
'baseline-personal-injury': ' ',
'baseline-personal-video': ' ',
- 'baseline-pest-control': ' ',
- 'baseline-pest-control-rodent': ' ',
- 'baseline-pets': ' ',
+ 'baseline-pest-control': ' ',
+ 'baseline-pest-control-rodent': ' ',
+ 'baseline-pets': ' ',
'baseline-phishing': ' ',
'baseline-phone': ' ',
'baseline-phone-android': ' ',
- 'baseline-phone-bluetooth-speaker': ' ',
+ 'baseline-phone-bluetooth-speaker': ' ',
'baseline-phone-callback': ' ',
- 'baseline-phone-disabled': ' ',
+ 'baseline-phone-disabled': ' ',
'baseline-phone-enabled': ' ',
- 'baseline-phone-forwarded': ' ',
- 'baseline-phone-in-talk': ' ',
+ 'baseline-phone-forwarded': ' ',
+ 'baseline-phone-in-talk': ' ',
'baseline-phone-iphone': ' ',
- 'baseline-phone-locked': ' ',
- 'baseline-phone-missed': ' ',
- 'baseline-phone-paused': ' ',
+ 'baseline-phone-locked': ' ',
+ 'baseline-phone-missed': ' ',
+ 'baseline-phone-paused': ' ',
'baseline-phonelink': ' ',
'baseline-phonelink-erase': ' ',
'baseline-phonelink-lock': ' ',
'baseline-phonelink-off': ' ',
'baseline-phonelink-ring': ' ',
- 'baseline-phonelink-setup': ' ',
+ 'baseline-phonelink-setup': ' ',
'baseline-photo': ' ',
'baseline-photo-album': ' ',
'baseline-photo-camera': ' ',
@@ -1458,7 +1458,7 @@ export const icIcons: Record = {
'baseline-picture-in-picture': ' ',
'baseline-picture-in-picture-alt': ' ',
'baseline-pie-chart': ' ',
- 'baseline-pie-chart-outline': ' ',
+ 'baseline-pie-chart-outline': ' ',
'baseline-pin': ' ',
'baseline-pin-drop': ' ',
'baseline-pin-end': ' ',
@@ -1466,7 +1466,7 @@ export const icIcons: Record = {
'baseline-pin-off': ' ',
'baseline-pinch': ' ',
'baseline-pivot-table-chart': ' ',
- 'baseline-pix': ' ',
+ 'baseline-pix': ' ',
'baseline-place': ' ',
'baseline-plagiarism': ' ',
'baseline-play-arrow': ' ',
@@ -1483,27 +1483,27 @@ export const icIcons: Record = {
'baseline-playlist-add-circle': ' ',
'baseline-playlist-play': ' ',
'baseline-playlist-remove': ' ',
- 'baseline-plumbing': ' ',
+ 'baseline-plumbing': ' ',
'baseline-plus': ' ',
'baseline-plus-minus': ' ',
'baseline-plus-minus-alt': ' ',
'baseline-plus-one': ' ',
- 'baseline-podcasts': ' ',
- 'baseline-point-of-sale': ' ',
+ 'baseline-podcasts': ' ',
+ 'baseline-point-of-sale': ' ',
'baseline-policy': ' ',
'baseline-poll': ' ',
'baseline-polyline': ' ',
'baseline-polymer': ' ',
- 'baseline-pool': ' ',
- 'baseline-portable-wifi-off': ' ',
+ 'baseline-pool': ' ',
+ 'baseline-portable-wifi-off': ' ',
'baseline-portrait': ' ',
'baseline-post-add': ' ',
'baseline-power': ' ',
'baseline-power-input': ' ',
'baseline-power-off': ' ',
- 'baseline-power-settings-new': ' ',
- 'baseline-precision-manufacturing': ' ',
- 'baseline-pregnant-woman': ' ',
+ 'baseline-power-settings-new': ' ',
+ 'baseline-precision-manufacturing': ' ',
+ 'baseline-pregnant-woman': ' ',
'baseline-present-to-all': ' ',
'baseline-preview': ' ',
'baseline-price-change': ' ',
@@ -1517,9 +1517,9 @@ export const icIcons: Record = {
'baseline-propane': ' ',
'baseline-propane-tank': ' ',
'baseline-psychology': ' ',
- 'baseline-psychology-alt': ' ',
+ 'baseline-psychology-alt': ' ',
'baseline-public': ' ',
- 'baseline-public-off': ' ',
+ 'baseline-public-off': ' ',
'baseline-publish': ' ',
'baseline-published-with-changes': ' ',
'baseline-punch-clock': ' ',
@@ -1537,13 +1537,13 @@ export const icIcons: Record = {
'baseline-queue-play-next': ' ',
'baseline-quickreply': ' ',
'baseline-quiz': ' ',
- 'baseline-quora': ' ',
+ 'baseline-quora': ' ',
'baseline-r-mobiledata': ' ',
- 'baseline-radar': ' ',
+ 'baseline-radar': ' ',
'baseline-radio': ' ',
'baseline-radio-button-checked': ' ',
'baseline-radio-button-unchecked': ' ',
- 'baseline-railway-alert': ' ',
+ 'baseline-railway-alert': ' ',
'baseline-ramen-dining': ' ',
'baseline-ramp-left': ' ',
'baseline-ramp-right': ' ',
@@ -1559,11 +1559,11 @@ export const icIcons: Record = {
'baseline-record-voice-over': ' ',
'baseline-rectangle': ' ',
'baseline-recycling': ' ',
- 'baseline-reddit': ' ',
+ 'baseline-reddit': ' ',
'baseline-redeem': ' ',
- 'baseline-redo': ' ',
+ 'baseline-redo': ' ',
'baseline-reduce-capacity': ' ',
- 'baseline-refresh': ' ',
+ 'baseline-refresh': ' ',
'baseline-remember-me': ' ',
'baseline-remove': ' ',
'baseline-remove-circle': ' ',
@@ -1582,27 +1582,27 @@ export const icIcons: Record = {
'baseline-repeat-one-on': ' ',
'baseline-replay': ' ',
'baseline-replay-10': ' ',
- 'baseline-replay-30': ' ',
- 'baseline-replay-5': ' ',
+ 'baseline-replay-30': ' ',
+ 'baseline-replay-5': ' ',
'baseline-replay-circle-filled': ' ',
'baseline-reply': ' ',
'baseline-reply-all': ' ',
- 'baseline-report': ' ',
+ 'baseline-report': ' ',
'baseline-report-gmailerrorred': ' ',
'baseline-report-off': ' ',
'baseline-report-problem': ' ',
'baseline-request-page': ' ',
'baseline-request-quote': ' ',
'baseline-reset-tv': ' ',
- 'baseline-restart-alt': ' ',
+ 'baseline-restart-alt': ' ',
'baseline-restaurant': ' ',
- 'baseline-restaurant-menu': ' ',
- 'baseline-restore': ' ',
+ 'baseline-restaurant-menu': ' ',
+ 'baseline-restore': ' ',
'baseline-restore-from-trash': ' ',
'baseline-restore-page': ' ',
'baseline-reviews': ' ',
'baseline-rice-bowl': ' ',
- 'baseline-ring-volume': ' ',
+ 'baseline-ring-volume': ' ',
'baseline-rocket': ' ',
'baseline-rocket-launch': ' ',
'baseline-roller-shades': ' ',
@@ -1610,17 +1610,17 @@ export const icIcons: Record = {
'baseline-roller-skating': ' ',
'baseline-roofing': ' ',
'baseline-room': ' ',
- 'baseline-room-preferences': ' ',
+ 'baseline-room-preferences': ' ',
'baseline-room-service': ' ',
- 'baseline-rotate-90-degrees-ccw': ' ',
+ 'baseline-rotate-90-degrees-ccw': ' ',
'baseline-rotate-90-degrees-cw': ' ',
'baseline-rotate-left': ' ',
- 'baseline-rotate-right': ' ',
+ 'baseline-rotate-right': ' ',
'baseline-roundabout-left': ' ',
'baseline-roundabout-right': ' ',
'baseline-rounded-corner': ' ',
'baseline-route': ' ',
- 'baseline-router': ' ',
+ 'baseline-router': ' ',
'baseline-rowing': ' ',
'baseline-rss-feed': ' ',
'baseline-rsvp': ' ',
@@ -1628,11 +1628,11 @@ export const icIcons: Record = {
'baseline-rule': ' ',
'baseline-rule-folder': ' ',
'baseline-run-circle': ' ',
- 'baseline-running-with-errors': ' ',
+ 'baseline-running-with-errors': ' ',
'baseline-rv-hookup': ' ',
'baseline-safety-check': ' ',
'baseline-safety-divider': ' ',
- 'baseline-sailing': ' ',
+ 'baseline-sailing': ' ',
'baseline-sanitizer': ' ',
'baseline-satellite': ' ',
'baseline-satellite-alt': ' ',
@@ -1640,34 +1640,34 @@ export const icIcons: Record = {
'baseline-save-all': ' ',
'baseline-save-alt': ' ',
'baseline-save-as': ' ',
- 'baseline-saved-search': ' ',
+ 'baseline-saved-search': ' ',
'baseline-savings': ' ',
'baseline-scale': ' ',
'baseline-scanner': ' ',
'baseline-scatter-plot': ' ',
'baseline-schedule': ' ',
- 'baseline-schedule-send': ' ',
+ 'baseline-schedule-send': ' ',
'baseline-schema': ' ',
'baseline-school': ' ',
'baseline-science': ' ',
'baseline-score': ' ',
'baseline-scoreboard': ' ',
- 'baseline-screen-lock-landscape': ' ',
- 'baseline-screen-lock-portrait': ' ',
- 'baseline-screen-lock-rotation': ' ',
- 'baseline-screen-rotation': ' ',
+ 'baseline-screen-lock-landscape': ' ',
+ 'baseline-screen-lock-portrait': ' ',
+ 'baseline-screen-lock-rotation': ' ',
+ 'baseline-screen-rotation': ' ',
'baseline-screen-rotation-alt': ' ',
- 'baseline-screen-search-desktop': ' ',
+ 'baseline-screen-search-desktop': ' ',
'baseline-screen-share': ' ',
'baseline-screenshot': ' ',
'baseline-screenshot-monitor': ' ',
- 'baseline-scuba-diving': ' ',
+ 'baseline-scuba-diving': ' ',
'baseline-sd': ' ',
'baseline-sd-card': ' ',
'baseline-sd-card-alert': ' ',
'baseline-sd-storage': ' ',
- 'baseline-search': ' ',
- 'baseline-search-off': ' ',
+ 'baseline-search': ' ',
+ 'baseline-search-off': ' ',
'baseline-security': ' ',
'baseline-security-update': ' ',
'baseline-security-update-good': ' ',
@@ -1681,21 +1681,21 @@ export const icIcons: Record = {
'baseline-send-time-extension': ' ',
'baseline-send-to-mobile': ' ',
'baseline-sensor-door': ' ',
- 'baseline-sensor-occupied': ' ',
+ 'baseline-sensor-occupied': ' ',
'baseline-sensor-window': ' ',
- 'baseline-sensors': ' ',
- 'baseline-sensors-off': ' ',
- 'baseline-sentiment-dissatisfied': ' ',
+ 'baseline-sensors': ' ',
+ 'baseline-sensors-off': ' ',
+ 'baseline-sentiment-dissatisfied': ' ',
'baseline-sentiment-neutral': ' ',
'baseline-sentiment-satisfied': ' ',
'baseline-sentiment-satisfied-alt': ' ',
- 'baseline-sentiment-slightly-dissatisfied': ' ',
+ 'baseline-sentiment-slightly-dissatisfied': ' ',
'baseline-sentiment-very-dissatisfied': ' ',
'baseline-sentiment-very-satisfied': ' ',
'baseline-set-meal': ' ',
- 'baseline-settings': ' ',
+ 'baseline-settings': ' ',
'baseline-settings-accessibility': ' ',
- 'baseline-settings-applications': ' ',
+ 'baseline-settings-applications': ' ',
'baseline-settings-backup-restore': ' ',
'baseline-settings-bluetooth': ' ',
'baseline-settings-brightness': ' ',
@@ -1707,25 +1707,25 @@ export const icIcons: Record = {
'baseline-settings-input-hdmi': ' ',
'baseline-settings-input-svideo': ' ',
'baseline-settings-overscan': ' ',
- 'baseline-settings-phone': ' ',
- 'baseline-settings-power': ' ',
- 'baseline-settings-remote': ' ',
+ 'baseline-settings-phone': ' ',
+ 'baseline-settings-power': ' ',
+ 'baseline-settings-remote': ' ',
'baseline-settings-suggest': ' ',
'baseline-settings-system-daydream': ' ',
'baseline-settings-voice': ' ',
'baseline-severe-cold': ' ',
'baseline-shape-line': ' ',
- 'baseline-share': ' ',
- 'baseline-share-arrival-time': ' ',
- 'baseline-share-location': ' ',
+ 'baseline-share': ' ',
+ 'baseline-share-arrival-time': ' ',
+ 'baseline-share-location': ' ',
'baseline-shield': ' ',
'baseline-shield-moon': ' ',
'baseline-shop': ' ',
'baseline-shop-2': ' ',
'baseline-shop-two': ' ',
- 'baseline-shopify': ' ',
+ 'baseline-shopify': ' ',
'baseline-shopping-bag': ' ',
- 'baseline-shopping-basket': ' ',
+ 'baseline-shopping-basket': ' ',
'baseline-shopping-cart': ' ',
'baseline-shopping-cart-checkout': ' ',
'baseline-short-text': ' ',
@@ -1734,8 +1734,8 @@ export const icIcons: Record = {
'baseline-shower': ' ',
'baseline-shuffle': ' ',
'baseline-shuffle-on': ' ',
- 'baseline-shutter-speed': ' ',
- 'baseline-sick': ' ',
+ 'baseline-shutter-speed': ' ',
+ 'baseline-sick': ' ',
'baseline-sign-language': ' ',
'baseline-signal-cellular-0-bar': ' ',
'baseline-signal-cellular-1-bar': ' ',
@@ -1756,10 +1756,10 @@ export const icIcons: Record = {
'baseline-signal-cellular-off': ' ',
'baseline-signal-wifi-0-bar': ' ',
'baseline-signal-wifi-1-bar': ' ',
- 'baseline-signal-wifi-1-bar-lock': ' ',
+ 'baseline-signal-wifi-1-bar-lock': ' ',
'baseline-signal-wifi-2-bar': ' ',
- 'baseline-signal-wifi-2-bar-lock': ' ',
- 'baseline-signal-wifi-3-bar': ' ',
+ 'baseline-signal-wifi-2-bar-lock': ' ',
+ 'baseline-signal-wifi-3-bar': ' ',
'baseline-signal-wifi-3-bar-lock': ' ',
'baseline-signal-wifi-4-bar': ' ',
'baseline-signal-wifi-4-bar-lock': ' ',
@@ -1775,12 +1775,12 @@ export const icIcons: Record = {
'baseline-sim-card-download': ' ',
'baseline-single-bed': ' ',
'baseline-sip': ' ',
- 'baseline-skateboarding': ' ',
+ 'baseline-skateboarding': ' ',
'baseline-skip-next': ' ',
'baseline-skip-previous': ' ',
'baseline-sledding': ' ',
'baseline-slideshow': ' ',
- 'baseline-slow-motion-video': ' ',
+ 'baseline-slow-motion-video': ' ',
'baseline-smart-button': ' ',
'baseline-smart-display': ' ',
'baseline-smart-screen': ' ',
@@ -1790,12 +1790,12 @@ export const icIcons: Record = {
'baseline-smoking-rooms': ' ',
'baseline-sms': ' ',
'baseline-sms-failed': ' ',
- 'baseline-snapchat': ' ',
+ 'baseline-snapchat': ' ',
'baseline-snippet-folder': ' ',
'baseline-snooze': ' ',
- 'baseline-snowboarding': ' ',
+ 'baseline-snowboarding': ' ',
'baseline-snowmobile': ' ',
- 'baseline-snowshoeing': ' ',
+ 'baseline-snowshoeing': ' ',
'baseline-soap': ' ',
'baseline-social-distance': ' ',
'baseline-solar-power': ' ',
@@ -1805,43 +1805,43 @@ export const icIcons: Record = {
'baseline-soup-kitchen': ' ',
'baseline-source': ' ',
'baseline-south': ' ',
- 'baseline-south-america': ' ',
+ 'baseline-south-america': ' ',
'baseline-south-east': ' ',
'baseline-south-west': ' ',
- 'baseline-spa': ' ',
+ 'baseline-spa': ' ',
'baseline-space-bar': ' ',
'baseline-space-dashboard': ' ',
'baseline-spatial-audio': ' ',
'baseline-spatial-audio-off': ' ',
- 'baseline-spatial-tracking': ' ',
+ 'baseline-spatial-tracking': ' ',
'baseline-speaker': ' ',
'baseline-speaker-group': ' ',
'baseline-speaker-notes': ' ',
'baseline-speaker-notes-off': ' ',
- 'baseline-speaker-phone': ' ',
+ 'baseline-speaker-phone': ' ',
'baseline-speed': ' ',
'baseline-spellcheck': ' ',
'baseline-splitscreen': ' ',
'baseline-spoke': ' ',
'baseline-sports': ' ',
- 'baseline-sports-bar': ' ',
- 'baseline-sports-baseball': ' ',
- 'baseline-sports-basketball': ' ',
+ 'baseline-sports-bar': ' ',
+ 'baseline-sports-baseball': ' ',
+ 'baseline-sports-basketball': ' ',
'baseline-sports-cricket': ' ',
'baseline-sports-esports': ' ',
'baseline-sports-football': ' ',
'baseline-sports-golf': ' ',
'baseline-sports-gymnastics': ' ',
- 'baseline-sports-handball': ' ',
- 'baseline-sports-hockey': ' ',
- 'baseline-sports-kabaddi': ' ',
+ 'baseline-sports-handball': ' ',
+ 'baseline-sports-hockey': ' ',
+ 'baseline-sports-kabaddi': ' ',
'baseline-sports-martial-arts': ' ',
'baseline-sports-mma': ' ',
'baseline-sports-motorsports': ' ',
- 'baseline-sports-rugby': ' ',
+ 'baseline-sports-rugby': ' ',
'baseline-sports-score': ' ',
- 'baseline-sports-soccer': ' ',
- 'baseline-sports-tennis': ' ',
+ 'baseline-sports-soccer': ' ',
+ 'baseline-sports-tennis': ' ',
'baseline-sports-volleyball': ' ',
'baseline-square': ' ',
'baseline-square-foot': ' ',
@@ -1871,14 +1871,14 @@ export const icIcons: Record = {
'baseline-store': ' ',
'baseline-store-mall-directory': ' ',
'baseline-storefront': ' ',
- 'baseline-storm': ' ',
+ 'baseline-storm': ' ',
'baseline-straight': ' ',
'baseline-straighten': ' ',
'baseline-stream': ' ',
- 'baseline-streetview': ' ',
+ 'baseline-streetview': ' ',
'baseline-strikethrough-s': ' ',
- 'baseline-stroller': ' ',
- 'baseline-style': ' ',
+ 'baseline-stroller': ' ',
+ 'baseline-style': ' ',
'baseline-subdirectory-arrow-left': ' ',
'baseline-subdirectory-arrow-right': ' ',
'baseline-subject': ' ',
@@ -1886,30 +1886,30 @@ export const icIcons: Record = {
'baseline-subscriptions': ' ',
'baseline-subtitles': ' ',
'baseline-subtitles-off': ' ',
- 'baseline-subway': ' ',
+ 'baseline-subway': ' ',
'baseline-summarize': ' ',
'baseline-superscript': ' ',
- 'baseline-supervised-user-circle': ' ',
- 'baseline-supervisor-account': ' ',
- 'baseline-support': ' ',
- 'baseline-support-agent': ' ',
- 'baseline-surfing': ' ',
- 'baseline-surround-sound': ' ',
+ 'baseline-supervised-user-circle': ' ',
+ 'baseline-supervisor-account': ' ',
+ 'baseline-support': ' ',
+ 'baseline-support-agent': ' ',
+ 'baseline-surfing': ' ',
+ 'baseline-surround-sound': ' ',
'baseline-swap-calls': ' ',
'baseline-swap-horiz': ' ',
'baseline-swap-horizontal-circle': ' ',
'baseline-swap-vert': ' ',
'baseline-swap-vertical-circle': ' ',
'baseline-swipe': ' ',
- 'baseline-swipe-down': ' ',
+ 'baseline-swipe-down': ' ',
'baseline-swipe-down-alt': ' ',
'baseline-swipe-left': ' ',
'baseline-swipe-left-alt': ' ',
- 'baseline-swipe-right': ' ',
+ 'baseline-swipe-right': ' ',
'baseline-swipe-right-alt': ' ',
- 'baseline-swipe-up': ' ',
+ 'baseline-swipe-up': ' ',
'baseline-swipe-up-alt': ' ',
- 'baseline-swipe-vertical': ' ',
+ 'baseline-swipe-vertical': ' ',
'baseline-switch-access-shortcut': ' ',
'baseline-switch-access-shortcut-add': ' ',
'baseline-switch-account': ' ',
@@ -1920,9 +1920,9 @@ export const icIcons: Record = {
'baseline-synagogue': ' ',
'baseline-sync': ' ',
'baseline-sync-alt': ' ',
- 'baseline-sync-disabled': ' ',
- 'baseline-sync-lock': ' ',
- 'baseline-sync-problem': ' ',
+ 'baseline-sync-disabled': ' ',
+ 'baseline-sync-lock': ' ',
+ 'baseline-sync-problem': ' ',
'baseline-system-security-update': ' ',
'baseline-system-security-update-good': ' ',
'baseline-system-security-update-warning': ' ',
@@ -1945,7 +1945,7 @@ export const icIcons: Record = {
'baseline-tapas': ' ',
'baseline-task': ' ',
'baseline-task-alt': ' ',
- 'baseline-taxi-alert': ' ',
+ 'baseline-taxi-alert': ' ',
'baseline-telegram': ' ',
'baseline-temple-buddhist': ' ',
'baseline-temple-hindu': ' ',
@@ -1970,24 +1970,24 @@ export const icIcons: Record = {
'baseline-thermostat-auto': ' ',
'baseline-thumb-down': ' ',
'baseline-thumb-down-alt': ' ',
- 'baseline-thumb-down-off-alt': ' ',
+ 'baseline-thumb-down-off-alt': ' ',
'baseline-thumb-up': ' ',
'baseline-thumb-up-alt': ' ',
- 'baseline-thumb-up-off-alt': ' ',
+ 'baseline-thumb-up-off-alt': ' ',
'baseline-thumbs-up-down': ' ',
'baseline-thunderstorm': ' ',
- 'baseline-tiktok': ' ',
+ 'baseline-tiktok': ' ',
'baseline-time-to-leave': ' ',
- 'baseline-timelapse': ' ',
+ 'baseline-timelapse': ' ',
'baseline-timeline': ' ',
- 'baseline-timer': ' ',
- 'baseline-timer-10': ' ',
+ 'baseline-timer': ' ',
+ 'baseline-timer-10': ' ',
'baseline-timer-10-select': ' ',
- 'baseline-timer-3': ' ',
+ 'baseline-timer-3': ' ',
'baseline-timer-3-select': ' ',
- 'baseline-timer-off': ' ',
+ 'baseline-timer-off': ' ',
'baseline-tips-and-updates': ' ',
- 'baseline-tire-repair': ' ',
+ 'baseline-tire-repair': ' ',
'baseline-title': ' ',
'baseline-toc': ' ',
'baseline-today': ' ',
@@ -2000,25 +2000,25 @@ export const icIcons: Record = {
'baseline-tornado': ' ',
'baseline-touch-app': ' ',
'baseline-tour': ' ',
- 'baseline-toys': ' ',
- 'baseline-track-changes': ' ',
+ 'baseline-toys': ' ',
+ 'baseline-track-changes': ' ',
'baseline-traffic': ' ',
'baseline-train': ' ',
'baseline-tram': ' ',
- 'baseline-transcribe': ' ',
- 'baseline-transfer-within-a-station': ' ',
+ 'baseline-transcribe': ' ',
+ 'baseline-transfer-within-a-station': ' ',
'baseline-transform': ' ',
'baseline-transgender': ' ',
'baseline-transit-enterexit': ' ',
- 'baseline-translate': ' ',
+ 'baseline-translate': ' ',
'baseline-travel-explore': ' ',
'baseline-trending-down': ' ',
'baseline-trending-flat': ' ',
'baseline-trending-up': ' ',
'baseline-trip-origin': ' ',
- 'baseline-troubleshoot': ' ',
+ 'baseline-troubleshoot': ' ',
'baseline-try': ' ',
- 'baseline-tsunami': ' ',
+ 'baseline-tsunami': ' ',
'baseline-tty': ' ',
'baseline-tune': ' ',
'baseline-tungsten': ' ',
@@ -2043,15 +2043,15 @@ export const icIcons: Record = {
'baseline-unfold-less-double': ' ',
'baseline-unfold-more': ' ',
'baseline-unfold-more-double': ' ',
- 'baseline-unpublished': ' ',
+ 'baseline-unpublished': ' ',
'baseline-unsubscribe': ' ',
'baseline-upcoming': ' ',
'baseline-update': ' ',
- 'baseline-update-disabled': ' ',
+ 'baseline-update-disabled': ' ',
'baseline-upgrade': ' ',
'baseline-upload': ' ',
'baseline-upload-file': ' ',
- 'baseline-usb': ' ',
+ 'baseline-usb': ' ',
'baseline-usb-off': ' ',
'baseline-vaccines': ' ',
'baseline-vape-free': ' ',
@@ -2073,7 +2073,7 @@ export const icIcons: Record = {
'baseline-video-file': ' ',
'baseline-video-label': ' ',
'baseline-video-library': ' ',
- 'baseline-video-settings': ' ',
+ 'baseline-video-settings': ' ',
'baseline-video-stable': ' ',
'baseline-videocam': ' ',
'baseline-videocam-off': ' ',
@@ -2102,35 +2102,35 @@ export const icIcons: Record = {
'baseline-vignette': ' ',
'baseline-villa': ' ',
'baseline-visibility': ' ',
- 'baseline-visibility-off': ' ',
+ 'baseline-visibility-off': ' ',
'baseline-voice-chat': ' ',
'baseline-voice-over-off': ' ',
'baseline-voicemail': ' ',
'baseline-volcano': ' ',
'baseline-volume-down': ' ',
'baseline-volume-mute': ' ',
- 'baseline-volume-off': ' ',
+ 'baseline-volume-off': ' ',
'baseline-volume-up': ' ',
'baseline-volunteer-activism': ' ',
'baseline-vpn-key': ' ',
- 'baseline-vpn-key-off': ' ',
+ 'baseline-vpn-key-off': ' ',
'baseline-vpn-lock': ' ',
- 'baseline-vrpano': ' ',
+ 'baseline-vrpano': ' ',
'baseline-wallet': ' ',
'baseline-wallpaper': ' ',
'baseline-warehouse': ' ',
'baseline-warning': ' ',
'baseline-warning-amber': ' ',
'baseline-wash': ' ',
- 'baseline-watch': ' ',
+ 'baseline-watch': ' ',
'baseline-watch-later': ' ',
- 'baseline-watch-off': ' ',
- 'baseline-water': ' ',
+ 'baseline-watch-off': ' ',
+ 'baseline-water': ' ',
'baseline-water-damage': ' ',
'baseline-water-drop': ' ',
'baseline-waterfall-chart': ' ',
'baseline-waves': ' ',
- 'baseline-waving-hand': ' ',
+ 'baseline-waving-hand': ' ',
'baseline-wb-auto': ' ',
'baseline-wb-cloudy': ' ',
'baseline-wb-incandescent': ' ',
@@ -2143,11 +2143,11 @@ export const icIcons: Record = {
'baseline-web-asset': ' ',
'baseline-web-asset-off': ' ',
'baseline-web-stories': ' ',
- 'baseline-webhook': ' ',
+ 'baseline-webhook': ' ',
'baseline-wechat': ' ',
'baseline-weekend': ' ',
'baseline-west': ' ',
- 'baseline-whatsapp': ' ',
+ 'baseline-whatsapp': ' ',
'baseline-whatshot': ' ',
'baseline-wheelchair-pickup': ' ',
'baseline-where-to-vote': ' ',
@@ -2157,26 +2157,26 @@ export const icIcons: Record = {
'baseline-width-wide': ' ',
'baseline-wifi': ' ',
'baseline-wifi-1-bar': ' ',
- 'baseline-wifi-2-bar': ' ',
- 'baseline-wifi-calling': ' ',
- 'baseline-wifi-calling-3': ' ',
+ 'baseline-wifi-2-bar': ' ',
+ 'baseline-wifi-calling': ' ',
+ 'baseline-wifi-calling-3': ' ',
'baseline-wifi-channel': ' ',
'baseline-wifi-find': ' ',
'baseline-wifi-lock': ' ',
- 'baseline-wifi-off': ' ',
- 'baseline-wifi-password': ' ',
- 'baseline-wifi-protected-setup': ' ',
+ 'baseline-wifi-off': ' ',
+ 'baseline-wifi-password': ' ',
+ 'baseline-wifi-protected-setup': ' ',
'baseline-wifi-tethering': ' ',
- 'baseline-wifi-tethering-error': ' ',
- 'baseline-wifi-tethering-error-rounded': ' ',
- 'baseline-wifi-tethering-off': ' ',
- 'baseline-wind-power': ' ',
+ 'baseline-wifi-tethering-error': ' ',
+ 'baseline-wifi-tethering-error-rounded': ' ',
+ 'baseline-wifi-tethering-off': ' ',
+ 'baseline-wind-power': ' ',
'baseline-window': ' ',
'baseline-wine-bar': ' ',
'baseline-woman': ' ',
'baseline-woman-2': ' ',
- 'baseline-woo-commerce': ' ',
- 'baseline-wordpress': ' ',
+ 'baseline-woo-commerce': ' ',
+ 'baseline-wordpress': ' ',
'baseline-work': ' ',
'baseline-work-history': ' ',
'baseline-work-off': ' ',
@@ -2187,9 +2187,9 @@ export const icIcons: Record = {
'baseline-wrong-location': ' ',
'baseline-wysiwyg': ' ',
'baseline-yard': ' ',
- 'baseline-youtube-searched-for': ' ',
- 'baseline-zoom-in': ' ',
+ 'baseline-youtube-searched-for': ' ',
+ 'baseline-zoom-in': ' ',
'baseline-zoom-in-map': ' ',
- 'baseline-zoom-out': ' ',
+ 'baseline-zoom-out': ' ',
'baseline-zoom-out-map': ' ',
}
diff --git a/packages/vite/package.json b/packages/vite/package.json
index 3b999ec2..ae1b116b 100644
--- a/packages/vite/package.json
+++ b/packages/vite/package.json
@@ -55,11 +55,11 @@
"@vue/devtools-shared": "workspace:^",
"execa": "^8.0.1",
"sirv": "^2.0.4",
- "vite-plugin-inspect": "^0.8.4",
+ "vite-plugin-inspect": "^0.8.5",
"vite-plugin-vue-inspector": "^5.1.3"
},
"devDependencies": {
- "@types/node": "^20.14.10",
+ "@types/node": "^20.14.15",
"fast-glob": "^3.3.2",
"image-meta": "^0.2.1",
"pathe": "^1.1.2"
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 06556cee..4fe398b3 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -9,20 +9,20 @@ importers:
.:
devDependencies:
'@antfu/eslint-config':
- specifier: 2.21.3
- version: 2.21.3(@unocss/eslint-plugin@0.61.3(eslint-ts-patch@8.57.0-0)(typescript@5.5.3))(@vue/compiler-sfc@3.4.31)(eslint-plugin-format@0.1.2(eslint-ts-patch@8.57.0-0))(eslint-ts-patch@8.57.0-0)(typescript@5.5.3)(vitest@2.0.2(@types/node@20.14.10)(jsdom@24.1.0)(sass@1.77.6)(terser@5.26.0))
+ specifier: 2.25.1
+ version: 2.25.1(@typescript-eslint/utils@8.0.1(eslint-ts-patch@8.57.0-0)(typescript@5.5.4))(@unocss/eslint-plugin@0.61.9(eslint-ts-patch@8.57.0-0)(typescript@5.5.4))(@vue/compiler-sfc@3.4.37)(eslint-plugin-format@0.1.2(eslint-ts-patch@8.57.0-0))(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)(vitest@2.0.5(@types/node@20.14.15)(jsdom@24.1.1)(sass@1.77.8)(terser@5.26.0))
'@antfu/ni':
- specifier: ^0.21.12
- version: 0.21.12
+ specifier: ^0.22.1
+ version: 0.22.1
'@arethetypeswrong/cli':
- specifier: ^0.15.3
- version: 0.15.3
+ specifier: ^0.15.4
+ version: 0.15.4
'@clack/prompts':
specifier: ^0.7.0
version: 0.7.0
'@types/chrome':
- specifier: ^0.0.268
- version: 0.0.268
+ specifier: ^0.0.269
+ version: 0.0.269
'@types/degit':
specifier: ^2.8.6
version: 2.8.6
@@ -30,17 +30,17 @@ importers:
specifier: ^11.0.4
version: 11.0.4
'@types/node':
- specifier: ^20.14.10
- version: 20.14.10
+ specifier: ^20.14.15
+ version: 20.14.15
'@typescript-eslint/parser':
specifier: ^8.0.1
- version: 8.0.1(eslint-ts-patch@8.57.0-0)(typescript@5.5.3)
+ version: 8.0.1(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)
'@typescript-eslint/utils':
specifier: ^8.0.1
- version: 8.0.1(eslint-ts-patch@8.57.0-0)(typescript@5.5.3)
+ version: 8.0.1(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)
'@unocss/eslint-plugin':
- specifier: ^0.61.3
- version: 0.61.3(eslint-ts-patch@8.57.0-0)(typescript@5.5.3)
+ specifier: ^0.61.9
+ version: 0.61.9(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)
'@vue/devtools-core':
specifier: workspace:^
version: link:packages/core
@@ -54,8 +54,8 @@ importers:
specifier: ^7.0.1
version: 7.0.1
bumpp:
- specifier: ^9.4.1
- version: 9.4.1
+ specifier: ^9.4.2
+ version: 9.4.2
cross-env:
specifier: ^7.0.3
version: 7.0.3
@@ -72,8 +72,8 @@ importers:
specifier: 8.57.0-0
version: 8.57.0-0
eslint-vitest-rule-tester:
- specifier: ^0.3.2
- version: 0.3.2(eslint-ts-patch@8.57.0-0)(typescript@5.5.3)(vitest@2.0.2(@types/node@20.14.10)(jsdom@24.1.0)(sass@1.77.6)(terser@5.26.0))
+ specifier: ^0.3.3
+ version: 0.3.3(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)(vitest@2.0.5(@types/node@20.14.15)(jsdom@24.1.1)(sass@1.77.8)(terser@5.26.0))
execa:
specifier: ^8.0.1
version: 8.0.1
@@ -84,11 +84,11 @@ importers:
specifier: ^11.2.0
version: 11.2.0
jsdom:
- specifier: ^24.1.0
- version: 24.1.0
+ specifier: ^24.1.1
+ version: 24.1.1
lint-staged:
- specifier: ^15.2.7
- version: 15.2.7
+ specifier: ^15.2.8
+ version: 15.2.8
npm-run-all2:
specifier: ^6.2.2
version: 6.2.2
@@ -96,14 +96,14 @@ importers:
specifier: ^1.0.1
version: 1.0.1
pnpm:
- specifier: ^9.5.0
- version: 9.5.0
+ specifier: ^9.7.0
+ version: 9.7.0
progress:
specifier: ^2.0.3
version: 2.0.3
publint:
- specifier: ^0.2.8
- version: 0.2.8
+ specifier: ^0.2.9
+ version: 0.2.9
readdir-glob:
specifier: ^2.0.0
version: 2.0.0
@@ -111,59 +111,59 @@ importers:
specifier: ^0.2.2
version: 0.2.2
semver:
- specifier: ^7.6.2
- version: 7.6.2
+ specifier: ^7.6.3
+ version: 7.6.3
simple-git-hooks:
specifier: ^2.11.1
version: 2.11.1
taze:
- specifier: ^0.14.2
- version: 0.14.2
+ specifier: ^0.16.3
+ version: 0.16.3
tsup:
- specifier: ^8.1.0
- version: 8.1.0(@microsoft/api-extractor@7.43.0(@types/node@20.14.10))(@swc/core@1.5.29)(postcss@8.4.39)(typescript@5.5.3)
+ specifier: ^8.2.4
+ version: 8.2.4(@microsoft/api-extractor@7.43.0(@types/node@20.14.15))(@swc/core@1.5.29)(jiti@1.21.6)(postcss@8.4.41)(tsx@4.17.0)(typescript@5.5.4)(yaml@2.5.0)
tsx:
- specifier: ^4.16.2
- version: 4.16.2
+ specifier: ^4.17.0
+ version: 4.17.0
turbo:
- specifier: ^2.0.6
- version: 2.0.6
+ specifier: ^2.0.12
+ version: 2.0.12
typescript:
- specifier: ^5.5.3
- version: 5.5.3
+ specifier: ^5.5.4
+ version: 5.5.4
unbuild:
specifier: ^2.0.0
- version: 2.0.0(sass@1.77.6)(typescript@5.5.3)
+ version: 2.0.0(sass@1.77.8)(typescript@5.5.4)
unocss:
- specifier: ^0.61.3
- version: 0.61.3(postcss@8.4.39)(rollup@4.13.0)(vite@5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0))
+ specifier: ^0.61.9
+ version: 0.61.9(postcss@8.4.41)(rollup@4.20.0)(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))
vite:
- specifier: ^5.3.3
- version: 5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0)
+ specifier: ^5.4.0
+ version: 5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)
vitest:
- specifier: ^2.0.2
- version: 2.0.2(@types/node@20.14.10)(jsdom@24.1.0)(sass@1.77.6)(terser@5.26.0)
+ specifier: ^2.0.5
+ version: 2.0.5(@types/node@20.14.15)(jsdom@24.1.1)(sass@1.77.8)(terser@5.26.0)
vue:
- specifier: ^3.4.31
- version: 3.4.31(typescript@5.5.3)
+ specifier: ^3.4.37
+ version: 3.4.37(typescript@5.5.4)
docs:
devDependencies:
'@unocss/reset':
- specifier: ^0.61.3
- version: 0.61.3
+ specifier: ^0.61.9
+ version: 0.61.9
'@vueuse/core':
- specifier: ^10.11.0
- version: 10.11.0(vue@3.4.31(typescript@5.5.3))
+ specifier: ^10.11.1
+ version: 10.11.1(vue@3.4.37(typescript@5.5.4))
unplugin-vue-components:
- specifier: ^0.27.2
- version: 0.27.2(@babel/parser@7.24.7)(rollup@4.13.0)(vue@3.4.31(typescript@5.5.3))
+ specifier: ^0.27.3
+ version: 0.27.3(@babel/parser@7.25.3)(rollup@4.20.0)(vue@3.4.37(typescript@5.5.4))
vitepress:
- specifier: 1.3.0
- version: 1.3.0(@algolia/client-search@4.22.0)(@types/node@20.14.10)(async-validator@4.2.5)(change-case@4.1.2)(postcss@8.4.39)(sass@1.77.6)(search-insights@2.13.0)(terser@5.26.0)(typescript@5.5.3)
+ specifier: 1.3.2
+ version: 1.3.2(@algolia/client-search@4.22.0)(@types/node@20.14.15)(async-validator@4.2.5)(change-case@4.1.2)(postcss@8.4.41)(sass@1.77.8)(search-insights@2.13.0)(terser@5.26.0)(typescript@5.5.4)
vue:
- specifier: ^3.4.31
- version: 3.4.31(typescript@5.5.3)
+ specifier: ^3.4.37
+ version: 3.4.37(typescript@5.5.4)
packages/applet:
dependencies:
@@ -186,30 +186,30 @@ importers:
specifier: ^1.0.0
version: 1.0.0
shiki:
- specifier: ^1.10.3
- version: 1.10.3
+ specifier: ^1.12.1
+ version: 1.12.1
splitpanes:
specifier: ^3.1.5
version: 3.1.5
vue-virtual-scroller:
specifier: 2.0.0-beta.8
- version: 2.0.0-beta.8(vue@3.4.31(typescript@5.5.3))
+ version: 2.0.0-beta.8(vue@3.4.37(typescript@5.5.4))
devDependencies:
'@types/lodash-es':
specifier: ^4.17.12
version: 4.17.12
unplugin-vue:
specifier: ^5.0.5
- version: 5.0.5(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0)(vue@3.4.31(typescript@5.5.3))
+ version: 5.0.5(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)(vue@3.4.37(typescript@5.5.4))
vite-plugin-dts:
specifier: ^3.9.1
- version: 3.9.1(@types/node@20.14.10)(rollup@4.13.0)(typescript@5.5.3)(vite@5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0))
+ version: 3.9.1(@types/node@20.14.15)(rollup@4.20.0)(typescript@5.5.4)(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))
vue:
- specifier: ^3.4.31
- version: 3.4.31(typescript@5.5.3)
+ specifier: ^3.4.37
+ version: 3.4.37(typescript@5.5.4)
vue-router:
- specifier: ^4.4.0
- version: 4.4.0(vue@3.4.31(typescript@5.5.3))
+ specifier: ^4.4.3
+ version: 4.4.3(vue@3.4.37(typescript@5.5.4))
packages/chrome-extension:
dependencies:
@@ -224,17 +224,17 @@ importers:
version: link:../shared
devDependencies:
'@vitejs/plugin-vue':
- specifier: ^5.0.5
- version: 5.0.5(vite@5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0))(vue@3.4.31(typescript@5.5.3))
+ specifier: ^5.1.2
+ version: 5.1.2(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))(vue@3.4.37(typescript@5.5.4))
vue:
- specifier: ^3.4.31
- version: 3.4.31(typescript@5.5.3)
+ specifier: ^3.4.37
+ version: 3.4.37(typescript@5.5.4)
packages/client:
dependencies:
'@unocss/preset-icons':
- specifier: ^0.61.3
- version: 0.61.3
+ specifier: ^0.61.9
+ version: 0.61.9
'@vue/devtools-applet':
specifier: workspace:^
version: link:../applet
@@ -251,11 +251,11 @@ importers:
specifier: workspace:*
version: link:../ui
'@vueuse/core':
- specifier: ^10.11.0
- version: 10.11.0(vue@3.4.31(typescript@5.5.3))
+ specifier: ^10.11.1
+ version: 10.11.1(vue@3.4.37(typescript@5.5.4))
'@vueuse/integrations':
- specifier: ^10.11.0
- version: 10.11.0(async-validator@4.2.5)(change-case@4.1.2)(focus-trap@7.5.4)(fuse.js@7.0.0)(vue@3.4.31(typescript@5.5.3))
+ specifier: ^10.11.1
+ version: 10.11.1(async-validator@4.2.5)(change-case@4.1.2)(focus-trap@7.5.4)(fuse.js@7.0.0)(vue@3.4.37(typescript@5.5.4))
colord:
specifier: ^2.9.3
version: 2.9.3
@@ -269,8 +269,8 @@ importers:
specifier: ^10.0.1
version: 10.0.1
shiki:
- specifier: ^1.10.3
- version: 1.10.3
+ specifier: ^1.12.1
+ version: 1.12.1
splitpanes:
specifier: ^3.1.5
version: 3.1.5
@@ -279,71 +279,71 @@ importers:
version: 9.1.9(@egjs/hammerjs@2.0.17)(component-emitter@1.3.1)(keycharm@0.4.0)(uuid@9.0.1)(vis-data@7.1.9(uuid@9.0.1)(vis-util@5.0.7(@egjs/hammerjs@2.0.17)(component-emitter@1.3.1)))(vis-util@5.0.7(@egjs/hammerjs@2.0.17)(component-emitter@1.3.1))
vite-hot-client:
specifier: ^0.2.3
- version: 0.2.3(vite@5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0))
+ version: 0.2.3(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))
vue-router:
- specifier: ^4.4.0
- version: 4.4.0(vue@3.4.31(typescript@5.5.3))
+ specifier: ^4.4.3
+ version: 4.4.3(vue@3.4.37(typescript@5.5.4))
vue-virtual-scroller:
specifier: 2.0.0-beta.8
- version: 2.0.0-beta.8(vue@3.4.31(typescript@5.5.3))
+ version: 2.0.0-beta.8(vue@3.4.37(typescript@5.5.4))
devDependencies:
'@iconify/json':
- specifier: ^2.2.225
- version: 2.2.225
+ specifier: ^2.2.236
+ version: 2.2.236
'@types/node':
- specifier: ^20.14.10
- version: 20.14.10
+ specifier: ^20.14.15
+ version: 20.14.15
'@types/splitpanes':
specifier: ^2.2.6
version: 2.2.6
'@unocss/core':
- specifier: ^0.61.3
- version: 0.61.3
+ specifier: ^0.61.9
+ version: 0.61.9
'@unocss/reset':
- specifier: ^0.61.3
- version: 0.61.3
+ specifier: ^0.61.9
+ version: 0.61.9
'@vitejs/plugin-vue':
- specifier: ^5.0.5
- version: 5.0.5(vite@5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0))(vue@3.4.31(typescript@5.5.3))
+ specifier: ^5.1.2
+ version: 5.1.2(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))(vue@3.4.37(typescript@5.5.4))
'@vitejs/plugin-vue-jsx':
specifier: ^4.0.0
- version: 4.0.0(vite@5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0))(vue@3.4.31(typescript@5.5.3))
+ version: 4.0.0(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))(vue@3.4.37(typescript@5.5.4))
dayjs:
- specifier: ^1.11.11
- version: 1.11.11
+ specifier: ^1.11.12
+ version: 1.11.12
floating-vue:
specifier: 5.2.2
- version: 5.2.2(vue@3.4.31(typescript@5.5.3))
+ version: 5.2.2(vue@3.4.37(typescript@5.5.4))
ohash:
specifier: ^1.1.3
version: 1.1.3
pinia:
- specifier: ^2.1.7
- version: 2.1.7(typescript@5.5.3)(vue@3.4.31(typescript@5.5.3))
+ specifier: ^2.2.1
+ version: 2.2.1(typescript@5.5.4)(vue@3.4.37(typescript@5.5.4))
sass:
- specifier: ^1.77.6
- version: 1.77.6
+ specifier: ^1.77.8
+ version: 1.77.8
simple-git-hooks:
specifier: ^2.11.1
version: 2.11.1
unocss:
- specifier: ^0.61.3
- version: 0.61.3(postcss@8.4.39)(rollup@4.13.0)(vite@5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0))
+ specifier: ^0.61.9
+ version: 0.61.9(postcss@8.4.41)(rollup@4.20.0)(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))
unplugin:
- specifier: ^1.11.0
- version: 1.11.0
+ specifier: ^1.12.1
+ version: 1.12.1
unplugin-auto-import:
- specifier: ^0.17.6
- version: 0.17.6(@vueuse/core@10.11.0(vue@3.4.31(typescript@5.5.3)))(rollup@4.13.0)
+ specifier: ^0.18.2
+ version: 0.18.2(@vueuse/core@10.11.1(vue@3.4.37(typescript@5.5.4)))(rollup@4.20.0)
unplugin-vue-components:
- specifier: ^0.27.2
- version: 0.27.2(@babel/parser@7.24.7)(rollup@4.13.0)(vue@3.4.31(typescript@5.5.3))
+ specifier: ^0.27.3
+ version: 0.27.3(@babel/parser@7.25.3)(rollup@4.20.0)(vue@3.4.37(typescript@5.5.4))
vite:
- specifier: ^5.3.3
- version: 5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0)
+ specifier: ^5.4.0
+ version: 5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)
vue:
- specifier: ^3.4.31
- version: 3.4.31(typescript@5.5.3)
+ specifier: ^3.4.37
+ version: 3.4.37(typescript@5.5.4)
packages/core:
dependencies:
@@ -364,11 +364,11 @@ importers:
version: 1.1.2
vite-hot-client:
specifier: ^0.2.3
- version: 0.2.3(vite@5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0))
+ version: 0.2.3(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))
devDependencies:
vue:
- specifier: ^3.4.31
- version: 3.4.31(typescript@5.5.3)
+ specifier: ^3.4.37
+ version: 3.4.37(typescript@5.5.4)
packages/devtools:
dependencies:
@@ -413,11 +413,11 @@ importers:
specifier: ^13.0.6
version: 13.0.6
vue:
- specifier: ^3.4.31
- version: 3.4.31(typescript@5.5.3)
+ specifier: ^3.4.37
+ version: 3.4.37(typescript@5.5.4)
vue-router:
- specifier: ^4.4.0
- version: 4.4.0(vue@3.4.31(typescript@5.5.3))
+ specifier: ^4.4.3
+ version: 4.4.3(vue@3.4.37(typescript@5.5.4))
packages/electron:
dependencies:
@@ -431,8 +431,8 @@ importers:
specifier: workspace:^
version: link:../shared
electron:
- specifier: ^29.4.3
- version: 29.4.3
+ specifier: ^29.4.5
+ version: 29.4.5
execa:
specifier: ^8.0.1
version: 8.0.1
@@ -453,17 +453,17 @@ importers:
version: 4.7.5
devDependencies:
'@vitejs/plugin-vue':
- specifier: ^5.0.5
- version: 5.0.5(vite@5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0))(vue@3.4.31(typescript@5.5.3))
+ specifier: ^5.1.2
+ version: 5.1.2(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))(vue@3.4.37(typescript@5.5.4))
tsx:
- specifier: ^4.16.2
- version: 4.16.2
+ specifier: ^4.17.0
+ version: 4.17.0
unbuild:
specifier: ^2.0.0
- version: 2.0.0(sass@1.77.6)(typescript@5.5.3)
+ version: 2.0.0(sass@1.77.8)(typescript@5.5.4)
vue:
- specifier: ^3.4.31
- version: 3.4.31(typescript@5.5.3)
+ specifier: ^3.4.37
+ version: 3.4.37(typescript@5.5.4)
packages/firefox-extension:
dependencies:
@@ -478,11 +478,11 @@ importers:
version: link:../shared
devDependencies:
'@vitejs/plugin-vue':
- specifier: ^5.0.5
- version: 5.0.5(vite@5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0))(vue@3.4.31(typescript@5.5.3))
+ specifier: ^5.1.2
+ version: 5.1.2(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))(vue@3.4.37(typescript@5.5.4))
vue:
- specifier: ^3.4.31
- version: 3.4.31(typescript@5.5.3)
+ specifier: ^3.4.37
+ version: 3.4.37(typescript@5.5.4)
packages/overlay:
dependencies:
@@ -499,61 +499,61 @@ importers:
specifier: workspace:*
version: link:../ui
'@vueuse/core':
- specifier: ^10.11.0
- version: 10.11.0(vue@3.4.31(typescript@5.5.3))
+ specifier: ^10.11.1
+ version: 10.11.1(vue@3.4.37(typescript@5.5.4))
devDependencies:
'@iconify/json':
- specifier: ^2.2.225
- version: 2.2.225
+ specifier: ^2.2.236
+ version: 2.2.236
'@types/node':
- specifier: ^20.14.10
- version: 20.14.10
+ specifier: ^20.14.15
+ version: 20.14.15
'@vitejs/plugin-vue':
- specifier: ^5.0.5
- version: 5.0.5(vite@5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0))(vue@3.4.31(typescript@5.5.3))
+ specifier: ^5.1.2
+ version: 5.1.2(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))(vue@3.4.37(typescript@5.5.4))
sass:
- specifier: ^1.77.6
- version: 1.77.6
+ specifier: ^1.77.8
+ version: 1.77.8
vite:
- specifier: ^5.3.3
- version: 5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0)
+ specifier: ^5.4.0
+ version: 5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)
vue:
- specifier: ^3.4.31
- version: 3.4.31(typescript@5.5.3)
+ specifier: ^3.4.37
+ version: 3.4.37(typescript@5.5.4)
packages/playground/applet:
dependencies:
'@iconify/json':
- specifier: ^2.2.225
- version: 2.2.225
+ specifier: ^2.2.236
+ version: 2.2.236
'@tresjs/core':
- specifier: ^4.1.0
- version: 4.1.0(three@0.166.1)(vue@3.4.31(typescript@5.5.3))
+ specifier: ^4.2.5
+ version: 4.2.5(three@0.167.1)(vue@3.4.37(typescript@5.5.4))
'@vueuse/core':
- specifier: ^10.11.0
- version: 10.11.0(vue@3.4.31(typescript@5.5.3))
+ specifier: ^10.11.1
+ version: 10.11.1(vue@3.4.37(typescript@5.5.4))
pinia:
- specifier: ^2.1.7
- version: 2.1.7(typescript@5.5.3)(vue@3.4.31(typescript@5.5.3))
+ specifier: ^2.2.1
+ version: 2.2.1(typescript@5.5.4)(vue@3.4.37(typescript@5.5.4))
three:
- specifier: ^0.166.1
- version: 0.166.1
+ specifier: ^0.167.1
+ version: 0.167.1
unplugin-auto-import:
- specifier: ^0.17.6
- version: 0.17.6(@vueuse/core@10.11.0(vue@3.4.31(typescript@5.5.3)))(rollup@4.13.0)
+ specifier: ^0.18.2
+ version: 0.18.2(@vueuse/core@10.11.1(vue@3.4.37(typescript@5.5.4)))(rollup@4.20.0)
vue:
- specifier: ^3.4.31
- version: 3.4.31(typescript@5.5.3)
+ specifier: ^3.4.37
+ version: 3.4.37(typescript@5.5.4)
vue-router:
- specifier: ^4.4.0
- version: 4.4.0(vue@3.4.31(typescript@5.5.3))
+ specifier: ^4.4.3
+ version: 4.4.3(vue@3.4.37(typescript@5.5.4))
devDependencies:
'@types/three':
- specifier: ^0.166.0
- version: 0.166.0
+ specifier: ^0.167.1
+ version: 0.167.1
'@vitejs/plugin-vue':
- specifier: ^5.0.5
- version: 5.0.5(vite@5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0))(vue@3.4.31(typescript@5.5.3))
+ specifier: ^5.1.2
+ version: 5.1.2(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))(vue@3.4.37(typescript@5.5.4))
'@vue/devtools-applet':
specifier: workspace:*
version: link:../../applet
@@ -567,23 +567,23 @@ importers:
specifier: workspace:*
version: link:../../shared
sass:
- specifier: ^1.77.6
- version: 1.77.6
+ specifier: ^1.77.8
+ version: 1.77.8
serve:
specifier: ^14.2.3
version: 14.2.3
typescript:
- specifier: ^5.5.3
- version: 5.5.3
+ specifier: ^5.5.4
+ version: 5.5.4
unocss:
- specifier: ^0.61.3
- version: 0.61.3(postcss@8.4.39)(rollup@4.13.0)(vite@5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0))
+ specifier: ^0.61.9
+ version: 0.61.9(postcss@8.4.41)(rollup@4.20.0)(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))
vite:
- specifier: ^5.3.3
- version: 5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0)
+ specifier: ^5.4.0
+ version: 5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)
vite-plugin-inspect:
- specifier: ^0.8.4
- version: 0.8.4(rollup@4.13.0)(vite@5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0))
+ specifier: ^0.8.5
+ version: 0.8.5(rollup@4.20.0)(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))
vite-plugin-vue-devtools:
specifier: workspace:*
version: link:../../vite
@@ -591,63 +591,63 @@ importers:
packages/playground/basic:
dependencies:
'@tanstack/vue-query':
- specifier: ^5.51.0
- version: 5.51.0(vue@3.4.31(typescript@5.5.3))
+ specifier: ^5.51.21
+ version: 5.51.21(vue@3.4.37(typescript@5.5.4))
'@vueuse/core':
- specifier: ^10.11.0
- version: 10.11.0(vue@3.4.31(typescript@5.5.3))
+ specifier: ^10.11.1
+ version: 10.11.1(vue@3.4.37(typescript@5.5.4))
element-plus:
- specifier: ^2.7.6
- version: 2.7.6(vue@3.4.31(typescript@5.5.3))
+ specifier: ^2.8.0
+ version: 2.8.0(vue@3.4.37(typescript@5.5.4))
pinia:
- specifier: ^2.1.7
- version: 2.1.7(typescript@5.5.3)(vue@3.4.31(typescript@5.5.3))
+ specifier: ^2.2.1
+ version: 2.2.1(typescript@5.5.4)(vue@3.4.37(typescript@5.5.4))
unplugin-auto-import:
- specifier: ^0.17.6
- version: 0.17.6(@vueuse/core@10.11.0(vue@3.4.31(typescript@5.5.3)))(rollup@4.13.0)
+ specifier: ^0.18.2
+ version: 0.18.2(@vueuse/core@10.11.1(vue@3.4.37(typescript@5.5.4)))(rollup@4.20.0)
vee-validate:
specifier: ^4.13.2
- version: 4.13.2(vue@3.4.31(typescript@5.5.3))
+ version: 4.13.2(vue@3.4.37(typescript@5.5.4))
vue:
- specifier: ^3.4.31
- version: 3.4.31(typescript@5.5.3)
+ specifier: ^3.4.37
+ version: 3.4.37(typescript@5.5.4)
vue-router:
- specifier: ^4.4.0
- version: 4.4.0(vue@3.4.31(typescript@5.5.3))
+ specifier: ^4.4.3
+ version: 4.4.3(vue@3.4.37(typescript@5.5.4))
vuex:
specifier: ^4.1.0
- version: 4.1.0(vue@3.4.31(typescript@5.5.3))
+ version: 4.1.0(vue@3.4.37(typescript@5.5.4))
devDependencies:
'@rollup/plugin-commonjs':
specifier: ^26.0.1
- version: 26.0.1(rollup@4.13.0)
+ version: 26.0.1(rollup@4.20.0)
'@tanstack/vue-query-devtools':
- specifier: ^5.51.0
- version: 5.51.0(@tanstack/vue-query@5.51.0(vue@3.4.31(typescript@5.5.3)))(vue@3.4.31(typescript@5.5.3))
+ specifier: ^5.51.21
+ version: 5.51.21(@tanstack/vue-query@5.51.21(vue@3.4.37(typescript@5.5.4)))(vue@3.4.37(typescript@5.5.4))
'@vitejs/plugin-vue':
- specifier: ^5.0.5
- version: 5.0.5(vite@5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0))(vue@3.4.31(typescript@5.5.3))
+ specifier: ^5.1.2
+ version: 5.1.2(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))(vue@3.4.37(typescript@5.5.4))
'@vue/devtools':
specifier: workspace:^
version: link:../../devtools
sass:
- specifier: ^1.77.6
- version: 1.77.6
+ specifier: ^1.77.8
+ version: 1.77.8
serve:
specifier: ^14.2.3
version: 14.2.3
typescript:
- specifier: ^5.5.3
- version: 5.5.3
+ specifier: ^5.5.4
+ version: 5.5.4
unocss:
- specifier: ^0.61.3
- version: 0.61.3(postcss@8.4.39)(rollup@4.13.0)(vite@5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0))
+ specifier: ^0.61.9
+ version: 0.61.9(postcss@8.4.41)(rollup@4.20.0)(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))
vite:
- specifier: ^5.3.3
- version: 5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0)
+ specifier: ^5.4.0
+ version: 5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)
vite-plugin-inspect:
- specifier: ^0.8.4
- version: 0.8.4(rollup@4.13.0)(vite@5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0))
+ specifier: ^0.8.5
+ version: 0.8.5(rollup@4.20.0)(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))
vite-plugin-vue-devtools:
specifier: workspace:*
version: link:../../vite
@@ -655,42 +655,42 @@ importers:
packages/playground/multi-app:
dependencies:
'@vueuse/core':
- specifier: ^10.11.0
- version: 10.11.0(vue@3.4.31(typescript@5.5.3))
+ specifier: ^10.11.1
+ version: 10.11.1(vue@3.4.37(typescript@5.5.4))
pinia:
- specifier: ^2.1.7
- version: 2.1.7(typescript@5.5.3)(vue@3.4.31(typescript@5.5.3))
+ specifier: ^2.2.1
+ version: 2.2.1(typescript@5.5.4)(vue@3.4.37(typescript@5.5.4))
unplugin-auto-import:
- specifier: ^0.17.6
- version: 0.17.6(@vueuse/core@10.11.0(vue@3.4.31(typescript@5.5.3)))(rollup@4.13.0)
+ specifier: ^0.18.2
+ version: 0.18.2(@vueuse/core@10.11.1(vue@3.4.37(typescript@5.5.4)))(rollup@4.20.0)
vue:
- specifier: ^3.4.31
- version: 3.4.31(typescript@5.5.3)
+ specifier: ^3.4.37
+ version: 3.4.37(typescript@5.5.4)
vue-router:
- specifier: ^4.4.0
- version: 4.4.0(vue@3.4.31(typescript@5.5.3))
+ specifier: ^4.4.3
+ version: 4.4.3(vue@3.4.37(typescript@5.5.4))
devDependencies:
'@vitejs/plugin-vue':
- specifier: ^5.0.5
- version: 5.0.5(vite@5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0))(vue@3.4.31(typescript@5.5.3))
+ specifier: ^5.1.2
+ version: 5.1.2(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))(vue@3.4.37(typescript@5.5.4))
sass:
- specifier: ^1.77.6
- version: 1.77.6
+ specifier: ^1.77.8
+ version: 1.77.8
serve:
specifier: ^14.2.3
version: 14.2.3
typescript:
- specifier: ^5.5.3
- version: 5.5.3
+ specifier: ^5.5.4
+ version: 5.5.4
unocss:
- specifier: ^0.61.3
- version: 0.61.3(postcss@8.4.39)(rollup@4.13.0)(vite@5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0))
+ specifier: ^0.61.9
+ version: 0.61.9(postcss@8.4.41)(rollup@4.20.0)(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))
vite:
- specifier: ^5.3.3
- version: 5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0)
+ specifier: ^5.4.0
+ version: 5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)
vite-plugin-inspect:
- specifier: ^0.8.4
- version: 0.8.4(rollup@4.13.0)(vite@5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0))
+ specifier: ^0.8.5
+ version: 0.8.5(rollup@4.20.0)(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))
vite-plugin-vue-devtools:
specifier: workspace:*
version: link:../../vite
@@ -698,12 +698,12 @@ importers:
packages/playground/options-api:
dependencies:
vue:
- specifier: ^3.4.31
- version: 3.4.31(typescript@5.5.3)
+ specifier: ^3.4.37
+ version: 3.4.37(typescript@5.5.4)
devDependencies:
'@vitejs/plugin-vue':
- specifier: ^5.0.5
- version: 5.0.5(vite@5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0))(vue@3.4.31(typescript@5.5.3))
+ specifier: ^5.1.2
+ version: 5.1.2(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))(vue@3.4.37(typescript@5.5.4))
vite-plugin-vue-devtools:
specifier: workspace:*
version: link:../../vite
@@ -711,58 +711,58 @@ importers:
packages/playground/ui:
dependencies:
'@unocss/reset':
- specifier: ^0.61.3
- version: 0.61.3
+ specifier: ^0.61.9
+ version: 0.61.9
'@vue/devtools-ui':
specifier: workspace:*
version: link:../../ui
'@vueuse/core':
- specifier: ^10.11.0
- version: 10.11.0(vue@3.4.31(typescript@5.5.3))
+ specifier: ^10.11.1
+ version: 10.11.1(vue@3.4.37(typescript@5.5.4))
vue:
- specifier: ^3.4.31
- version: 3.4.31(typescript@5.5.3)
+ specifier: ^3.4.37
+ version: 3.4.37(typescript@5.5.4)
devDependencies:
'@vitejs/plugin-vue':
- specifier: ^5.0.5
- version: 5.0.5(vite@5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0))(vue@3.4.31(typescript@5.5.3))
+ specifier: ^5.1.2
+ version: 5.1.2(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))(vue@3.4.37(typescript@5.5.4))
typescript:
- specifier: ^5.5.3
- version: 5.5.3
+ specifier: ^5.5.4
+ version: 5.5.4
unocss:
- specifier: ^0.61.3
- version: 0.61.3(postcss@8.4.39)(rollup@4.13.0)(vite@5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0))
+ specifier: ^0.61.9
+ version: 0.61.9(postcss@8.4.41)(rollup@4.20.0)(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))
vite:
- specifier: ^5.3.3
- version: 5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0)
+ specifier: ^5.4.0
+ version: 5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)
vue-tsc:
specifier: ^1.8.27
- version: 1.8.27(typescript@5.5.3)
+ version: 1.8.27(typescript@5.5.4)
packages/playground/webpack:
dependencies:
core-js:
- specifier: ^3.37.1
- version: 3.37.1
+ specifier: ^3.38.0
+ version: 3.38.0
vue:
- specifier: ^3.4.31
- version: 3.4.31(typescript@5.5.3)
+ specifier: ^3.4.37
+ version: 3.4.37(typescript@5.5.4)
devDependencies:
'@babel/core':
- specifier: ^7.24.7
- version: 7.24.7
+ specifier: ^7.25.2
+ version: 7.25.2
'@babel/eslint-parser':
- specifier: ^7.24.7
- version: 7.24.7(@babel/core@7.24.7)(eslint@9.6.0)
+ specifier: ^7.25.1
+ version: 7.25.1(@babel/core@7.25.2)(eslint@9.9.0(jiti@1.21.6))
'@vue/cli-plugin-babel':
specifier: ~5.0.8
- version: 5.0.8(@swc/core@1.5.29)(@vue/cli-service@5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.4.31)(esbuild@0.21.5)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.31(typescript@5.5.3))(webpack-sources@3.2.3))(core-js@3.37.1)(esbuild@0.21.5)(vue@3.4.31(typescript@5.5.3))
+ version: 5.0.8(@swc/core@1.5.29)(@vue/cli-service@5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.4.37)(encoding@0.1.13)(esbuild@0.23.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.37(typescript@5.5.4))(webpack-sources@3.2.3))(core-js@3.38.0)(encoding@0.1.13)(esbuild@0.23.0)(vue@3.4.37(typescript@5.5.4))
'@vue/cli-plugin-eslint':
specifier: ~5.0.8
- version: 5.0.8(@swc/core@1.5.29)(@vue/cli-service@5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.4.31)(esbuild@0.21.5)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.31(typescript@5.5.3))(webpack-sources@3.2.3))(esbuild@0.21.5)(eslint@9.6.0)
+ version: 5.0.8(@swc/core@1.5.29)(@vue/cli-service@5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.4.37)(encoding@0.1.13)(esbuild@0.23.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.37(typescript@5.5.4))(webpack-sources@3.2.3))(encoding@0.1.13)(esbuild@0.23.0)(eslint@9.9.0(jiti@1.21.6))
'@vue/cli-service':
specifier: ~5.0.8
- version: 5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.4.31)(esbuild@0.21.5)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.31(typescript@5.5.3))(webpack-sources@3.2.3)
+ version: 5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.4.37)(encoding@0.1.13)(esbuild@0.23.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.37(typescript@5.5.4))(webpack-sources@3.2.3)
'@vue/devtools':
specifier: workspace:*
version: link:../../devtools
@@ -770,11 +770,11 @@ importers:
specifier: workspace:*
version: link:../../devtools-api
eslint:
- specifier: ^9.6.0
- version: 9.6.0
+ specifier: ^9.9.0
+ version: 9.9.0(jiti@1.21.6)
eslint-plugin-vue:
specifier: ^9.27.0
- version: 9.27.0(eslint@9.6.0)
+ version: 9.27.0(eslint@9.9.0(jiti@1.21.6))
packages/shared:
dependencies:
@@ -783,8 +783,8 @@ importers:
version: 1.4.1
devDependencies:
'@types/node':
- specifier: ^20.14.10
- version: 20.14.10
+ specifier: ^20.14.15
+ version: 20.14.15
packages/ui:
dependencies:
@@ -792,14 +792,14 @@ importers:
specifier: workspace:*
version: link:../shared
'@vueuse/components':
- specifier: ^10.11.0
- version: 10.11.0(vue@3.4.31(typescript@5.5.3))
+ specifier: ^10.11.1
+ version: 10.11.1(vue@3.4.37(typescript@5.5.4))
'@vueuse/core':
- specifier: ^10.11.0
- version: 10.11.0(vue@3.4.31(typescript@5.5.3))
+ specifier: ^10.11.1
+ version: 10.11.1(vue@3.4.37(typescript@5.5.4))
'@vueuse/integrations':
- specifier: ^10.11.0
- version: 10.11.0(async-validator@4.2.5)(change-case@4.1.2)(focus-trap@7.5.4)(fuse.js@7.0.0)(vue@3.4.31(typescript@5.5.3))
+ specifier: ^10.11.1
+ version: 10.11.1(async-validator@4.2.5)(change-case@4.1.2)(focus-trap@7.5.4)(fuse.js@7.0.0)(vue@3.4.37(typescript@5.5.4))
colord:
specifier: ^2.9.3
version: 2.9.3
@@ -808,38 +808,38 @@ importers:
version: 7.5.4
shiki:
specifier: '>=1.10.0'
- version: 1.10.3
+ version: 1.12.1
vue:
specifier: '>=3.0.0-0'
- version: 3.4.31(typescript@5.5.3)
+ version: 3.4.37(typescript@5.5.4)
devDependencies:
'@histoire/plugin-vue':
specifier: ^0.17.17
- version: 0.17.17(histoire@0.17.17(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0)(vite@5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0)))(vite@5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0))(vue@3.4.31(typescript@5.5.3))
+ version: 0.17.17(histoire@0.17.17(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)))(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))(vue@3.4.37(typescript@5.5.4))
'@iconify-json/ic':
- specifier: ^1.1.17
- version: 1.1.17
+ specifier: ^1.1.18
+ version: 1.1.18
'@types/node':
- specifier: ^20.14.10
- version: 20.14.10
+ specifier: ^20.14.15
+ version: 20.14.15
'@unocss/reset':
- specifier: ^0.61.3
- version: 0.61.3
+ specifier: ^0.61.9
+ version: 0.61.9
'@vitejs/plugin-vue':
- specifier: ^5.0.5
- version: 5.0.5(vite@5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0))(vue@3.4.31(typescript@5.5.3))
+ specifier: ^5.1.2
+ version: 5.1.2(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))(vue@3.4.37(typescript@5.5.4))
floating-vue:
specifier: 5.2.2
- version: 5.2.2(vue@3.4.31(typescript@5.5.3))
+ version: 5.2.2(vue@3.4.37(typescript@5.5.4))
histoire:
specifier: ^0.17.17
- version: 0.17.17(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0)(vite@5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0))
+ version: 0.17.17(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))
unocss:
- specifier: ^0.61.3
- version: 0.61.3(postcss@8.4.39)(rollup@4.13.0)(vite@5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0))
+ specifier: ^0.61.9
+ version: 0.61.9(postcss@8.4.41)(rollup@4.20.0)(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))
vite-plugin-dts:
specifier: ^3.9.1
- version: 3.9.1(@types/node@20.14.10)(rollup@4.13.0)(typescript@5.5.3)(vite@5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0))
+ version: 3.9.1(@types/node@20.14.15)(rollup@4.20.0)(typescript@5.5.4)(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))
packages/vite:
dependencies:
@@ -860,17 +860,17 @@ importers:
version: 2.0.4
vite:
specifier: ^3.1.0 || ^4.0.0-0 || ^5.0.0-0
- version: 5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0)
+ version: 5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)
vite-plugin-inspect:
- specifier: ^0.8.4
- version: 0.8.4(rollup@4.13.0)(vite@5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0))
+ specifier: ^0.8.5
+ version: 0.8.5(rollup@4.20.0)(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))
vite-plugin-vue-inspector:
specifier: ^5.1.3
- version: 5.1.3(vite@5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0))
+ version: 5.1.3(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))
devDependencies:
'@types/node':
- specifier: ^20.14.10
- version: 20.14.10
+ specifier: ^20.14.15
+ version: 20.14.15
fast-glob:
specifier: ^3.3.2
version: 3.3.2
@@ -967,8 +967,8 @@ packages:
'@andrewbranch/untar.js@1.0.3':
resolution: {integrity: sha512-Jh15/qVmrLGhkKJBdXlK1+9tY4lZruYjsgkDFj08ZmDiWVBLJcqkok7Z0/R0In+i1rScBpJlSvrTS2Lm41Pbnw==}
- '@antfu/eslint-config@2.21.3':
- resolution: {integrity: sha512-nY2pYSJGo5utj8LSMHIkJVMv04PTX9Cpu78ciCgkO5R5DOHyilvXXAEe+iwXkvaaRTmtDqhnhbIPFxKCiaqFNA==}
+ '@antfu/eslint-config@2.25.1':
+ resolution: {integrity: sha512-aWnq8kNL4MM3RjXJtMvCGhzzXiukbNn4oXT3RFVgQ2KkBmryrlCos8HW7zfF27gggSqrMX8p75wHk8zM/Mo9+Q==}
hasBin: true
peerDependencies:
'@eslint-react/eslint-plugin': ^1.5.8
@@ -1019,15 +1019,15 @@ packages:
'@antfu/install-pkg@0.3.3':
resolution: {integrity: sha512-nHHsk3NXQ6xkCfiRRC8Nfrg8pU5kkr3P3Y9s9dKqiuRmBD0Yap7fymNDjGFKeWhZQHqqbCS5CfeMy9wtExM24w==}
- '@antfu/ni@0.21.12':
- resolution: {integrity: sha512-2aDL3WUv8hMJb2L3r/PIQWsTLyq7RQr3v9xD16fiz6O8ys1xEyLhhTOv8gxtZvJiTzjTF5pHoArvRdesGL1DMQ==}
+ '@antfu/ni@0.22.1':
+ resolution: {integrity: sha512-5STu7QHsLYWpt+K/+zRcMOIUnG51lOhnqPInImXGyC6PMHtkrZQjbqZ/R3GW8XdTYOnKiT77+R09Tl4fzuFK5w==}
hasBin: true
'@antfu/utils@0.7.10':
resolution: {integrity: sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww==}
- '@arethetypeswrong/cli@0.15.3':
- resolution: {integrity: sha512-sIMA9ZJBWDEg1+xt5RkAEflZuf8+PO8SdKj17x6PtETuUho+qlZJg4DgmKc3q+QwQ9zOB5VLK6jVRbFdNLdUIA==}
+ '@arethetypeswrong/cli@0.15.4':
+ resolution: {integrity: sha512-YDbImAi1MGkouT7f2yAECpUMFhhA1J0EaXzIqoC5GGtK0xDgauLtcsZezm8tNq7d3wOFXH7OnY+IORYcG212rw==}
engines: {node: '>=18'}
hasBin: true
@@ -1039,23 +1039,23 @@ packages:
resolution: {integrity: sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==}
engines: {node: '>=6.9.0'}
- '@babel/compat-data@7.24.7':
- resolution: {integrity: sha512-qJzAIcv03PyaWqxRgO4mSU3lihncDT296vnyuE2O8uA4w3UHWI4S3hgeZd1L8W1Bft40w9JxJ2b412iDUFFRhw==}
+ '@babel/compat-data@7.25.2':
+ resolution: {integrity: sha512-bYcppcpKBvX4znYaPEeFau03bp89ShqNMLs+rmdptMw+heSZh9+z84d2YG+K7cYLbWwzdjtDoW/uqZmPjulClQ==}
engines: {node: '>=6.9.0'}
- '@babel/core@7.24.7':
- resolution: {integrity: sha512-nykK+LEK86ahTkX/3TgauT0ikKoNCfKHEaZYTUVupJdTLzGNvrblu4u6fa7DhZONAltdf8e662t/abY8idrd/g==}
+ '@babel/core@7.25.2':
+ resolution: {integrity: sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==}
engines: {node: '>=6.9.0'}
- '@babel/eslint-parser@7.24.7':
- resolution: {integrity: sha512-SO5E3bVxDuxyNxM5agFv480YA2HO6ohZbGxbazZdIk3KQOPOGVNw6q78I9/lbviIf95eq6tPozeYnJLbjnC8IA==}
+ '@babel/eslint-parser@7.25.1':
+ resolution: {integrity: sha512-Y956ghgTT4j7rKesabkh5WeqgSFZVFwaPR0IWFm7KFHFmmJ4afbG49SmfW4S+GyRPx0Dy5jxEWA5t0rpxfElWg==}
engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0}
peerDependencies:
'@babel/core': ^7.11.0
eslint: ^7.5.0 || ^8.0.0 || ^9.0.0
- '@babel/generator@7.24.7':
- resolution: {integrity: sha512-oipXieGC3i45Y1A41t4tAqpnEZWgB/lC6Ehh6+rOviR5XWpTtMmLN+fGjz9vOiNRt0p6RtO6DtD0pdU3vpqdSA==}
+ '@babel/generator@7.25.0':
+ resolution: {integrity: sha512-3LEEcj3PVW8pW2R1SR1M89g/qrYk/m/mB/tLqn7dn4sbBUQyTqnlod+II2U4dqiGtUmkcnAmkMDralTFZttRiw==}
engines: {node: '>=6.9.0'}
'@babel/helper-annotate-as-pure@7.24.7':
@@ -1066,8 +1066,8 @@ packages:
resolution: {integrity: sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==}
engines: {node: '>=6.9.0'}
- '@babel/helper-compilation-targets@7.24.7':
- resolution: {integrity: sha512-ctSdRHBi20qWOfy27RUb4Fhp07KSJ3sXcuSvTrXrc4aG8NSYDo1ici3Vhg9bg69y5bj0Mr1lh0aeEgTvc12rMg==}
+ '@babel/helper-compilation-targets@7.25.2':
+ resolution: {integrity: sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw==}
engines: {node: '>=6.9.0'}
'@babel/helper-create-class-features-plugin@7.24.7':
@@ -1111,8 +1111,8 @@ packages:
resolution: {integrity: sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==}
engines: {node: '>=6.9.0'}
- '@babel/helper-module-transforms@7.24.7':
- resolution: {integrity: sha512-1fuJEwIrp+97rM4RWdO+qrRsZlAeL1lQJoPqtCYWv0NL115XM93hIH4CSRln2w52SqvmY5hqdtauB6QFCDiZNQ==}
+ '@babel/helper-module-transforms@7.25.2':
+ resolution: {integrity: sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
@@ -1149,32 +1149,32 @@ packages:
resolution: {integrity: sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==}
engines: {node: '>=6.9.0'}
- '@babel/helper-string-parser@7.24.7':
- resolution: {integrity: sha512-7MbVt6xrwFQbunH2DNQsAP5sTGxfqQtErvBIvIMi6EQnbgUOuVYanvREcmFrOPhoXBrTtjhhP+lW+o5UfK+tDg==}
+ '@babel/helper-string-parser@7.24.8':
+ resolution: {integrity: sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==}
engines: {node: '>=6.9.0'}
'@babel/helper-validator-identifier@7.24.7':
resolution: {integrity: sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==}
engines: {node: '>=6.9.0'}
- '@babel/helper-validator-option@7.24.7':
- resolution: {integrity: sha512-yy1/KvjhV/ZCL+SM7hBrvnZJ3ZuT9OuZgIJAGpPEToANvc3iM6iDvBnRjtElWibHU6n8/LPR/EjX9EtIEYO3pw==}
+ '@babel/helper-validator-option@7.24.8':
+ resolution: {integrity: sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==}
engines: {node: '>=6.9.0'}
'@babel/helper-wrap-function@7.22.20':
resolution: {integrity: sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==}
engines: {node: '>=6.9.0'}
- '@babel/helpers@7.24.7':
- resolution: {integrity: sha512-NlmJJtvcw72yRJRcnCmGvSi+3jDEg8qFu3z0AFoymmzLx5ERVWyzd9kVXr7Th9/8yIJi2Zc6av4Tqz3wFs8QWg==}
+ '@babel/helpers@7.25.0':
+ resolution: {integrity: sha512-MjgLZ42aCm0oGjJj8CtSM3DB8NOOf8h2l7DCTePJs29u+v7yO/RBX9nShlKMgFnRks/Q4tBAe7Hxnov9VkGwLw==}
engines: {node: '>=6.9.0'}
'@babel/highlight@7.24.7':
resolution: {integrity: sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==}
engines: {node: '>=6.9.0'}
- '@babel/parser@7.24.7':
- resolution: {integrity: sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw==}
+ '@babel/parser@7.25.3':
+ resolution: {integrity: sha512-iLTJKDbJ4hMvFPgQwwsVoxtHyWpKKPBrxkANrSYewDPaPpT5py5yeVkgPIJ7XYXhndxJpaA3PyALSXQ7u8e/Dw==}
engines: {node: '>=6.0.0'}
hasBin: true
@@ -1657,16 +1657,16 @@ packages:
resolution: {integrity: sha512-8qE83Gths6g29KOpYF9uaFPOXa3oaFF1/88ejKwgkGAZRIkdmoR/jPIzVviAsWNSaZdIdMLWwKSoXpuk9iNGmw==}
engines: {node: '>=6.9.0'}
- '@babel/template@7.24.7':
- resolution: {integrity: sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==}
+ '@babel/template@7.25.0':
+ resolution: {integrity: sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==}
engines: {node: '>=6.9.0'}
- '@babel/traverse@7.24.7':
- resolution: {integrity: sha512-yb65Ed5S/QAcewNPh0nZczy9JdYXkkAbIsEo+P7BE7yO3txAY30Y/oPa3QkQ5It3xVG2kpKMg9MsdxZaO31uKA==}
+ '@babel/traverse@7.25.3':
+ resolution: {integrity: sha512-HefgyP1x754oGCsKmV5reSmtV7IXj/kpaE1XYY+D9G5PvKKoFfSbiS4M77MdjuwlZKDIKFCffq9rPU+H/s3ZdQ==}
engines: {node: '>=6.9.0'}
- '@babel/types@7.24.7':
- resolution: {integrity: sha512-XEFXSlxiG5td2EJRe8vOmRbaXVgfcBlszKujvVmWIK/UpywWljQCfzAv3RQCGujWQ1RD4YYWEAqDXfuJiy8f5Q==}
+ '@babel/types@7.25.2':
+ resolution: {integrity: sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==}
engines: {node: '>=6.9.0'}
'@clack/core@0.3.4':
@@ -1759,21 +1759,25 @@ packages:
resolution: {integrity: sha512-I238eDtOolvCuvtxrnqtlBaw0BwdQuYqK7eA6XIonicMdOOOb75mqdIzkGDUbS04+1Di007rgm9snFRNeVrOog==}
engines: {node: '>=16'}
+ '@es-joy/jsdoccomment@0.46.0':
+ resolution: {integrity: sha512-C3Axuq1xd/9VqFZpW4YAzOx5O9q/LP46uIQy/iNDpHG3fmPa6TBtvfglMCs3RBiBxAIi0Go97r8+jvTt55XMyQ==}
+ engines: {node: '>=16'}
+
'@esbuild/aix-ppc64@0.19.10':
resolution: {integrity: sha512-Q+mk96KJ+FZ30h9fsJl+67IjNJm3x2eX+GBWGmocAKgzp27cowCOOqSdscX80s0SpdFXZnIv/+1xD1EctFx96Q==}
engines: {node: '>=12'}
cpu: [ppc64]
os: [aix]
- '@esbuild/aix-ppc64@0.20.2':
- resolution: {integrity: sha512-D+EBOJHXdNZcLJRBkhENNG8Wji2kgc9AZ9KiPr1JuZjsNtyHzrsfLRrY0tk2H2aoFu6RANO1y1iPPUCDYWkb5g==}
+ '@esbuild/aix-ppc64@0.21.5':
+ resolution: {integrity: sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==}
engines: {node: '>=12'}
cpu: [ppc64]
os: [aix]
- '@esbuild/aix-ppc64@0.21.5':
- resolution: {integrity: sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==}
- engines: {node: '>=12'}
+ '@esbuild/aix-ppc64@0.23.0':
+ resolution: {integrity: sha512-3sG8Zwa5fMcA9bgqB8AfWPQ+HFke6uD3h1s3RIwUNK8EG7a4buxvuFTs3j1IMs2NXAk9F30C/FF4vxRgQCcmoQ==}
+ engines: {node: '>=18'}
cpu: [ppc64]
os: [aix]
@@ -1789,15 +1793,15 @@ packages:
cpu: [arm64]
os: [android]
- '@esbuild/android-arm64@0.20.2':
- resolution: {integrity: sha512-mRzjLacRtl/tWU0SvD8lUEwb61yP9cqQo6noDZP/O8VkwafSYwZ4yWy24kan8jE/IMERpYncRt2dw438LP3Xmg==}
+ '@esbuild/android-arm64@0.21.5':
+ resolution: {integrity: sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==}
engines: {node: '>=12'}
cpu: [arm64]
os: [android]
- '@esbuild/android-arm64@0.21.5':
- resolution: {integrity: sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==}
- engines: {node: '>=12'}
+ '@esbuild/android-arm64@0.23.0':
+ resolution: {integrity: sha512-EuHFUYkAVfU4qBdyivULuu03FhJO4IJN9PGuABGrFy4vUuzk91P2d+npxHcFdpUnfYKy0PuV+n6bKIpHOB3prQ==}
+ engines: {node: '>=18'}
cpu: [arm64]
os: [android]
@@ -1813,15 +1817,15 @@ packages:
cpu: [arm]
os: [android]
- '@esbuild/android-arm@0.20.2':
- resolution: {integrity: sha512-t98Ra6pw2VaDhqNWO2Oph2LXbz/EJcnLmKLGBJwEwXX/JAN83Fym1rU8l0JUWK6HkIbWONCSSatf4sf2NBRx/w==}
+ '@esbuild/android-arm@0.21.5':
+ resolution: {integrity: sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==}
engines: {node: '>=12'}
cpu: [arm]
os: [android]
- '@esbuild/android-arm@0.21.5':
- resolution: {integrity: sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==}
- engines: {node: '>=12'}
+ '@esbuild/android-arm@0.23.0':
+ resolution: {integrity: sha512-+KuOHTKKyIKgEEqKbGTK8W7mPp+hKinbMBeEnNzjJGyFcWsfrXjSTNluJHCY1RqhxFurdD8uNXQDei7qDlR6+g==}
+ engines: {node: '>=18'}
cpu: [arm]
os: [android]
@@ -1837,15 +1841,15 @@ packages:
cpu: [x64]
os: [android]
- '@esbuild/android-x64@0.20.2':
- resolution: {integrity: sha512-btzExgV+/lMGDDa194CcUQm53ncxzeBrWJcncOBxuC6ndBkKxnHdFJn86mCIgTELsooUmwUm9FkhSp5HYu00Rg==}
+ '@esbuild/android-x64@0.21.5':
+ resolution: {integrity: sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==}
engines: {node: '>=12'}
cpu: [x64]
os: [android]
- '@esbuild/android-x64@0.21.5':
- resolution: {integrity: sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==}
- engines: {node: '>=12'}
+ '@esbuild/android-x64@0.23.0':
+ resolution: {integrity: sha512-WRrmKidLoKDl56LsbBMhzTTBxrsVwTKdNbKDalbEZr0tcsBgCLbEtoNthOW6PX942YiYq8HzEnb4yWQMLQuipQ==}
+ engines: {node: '>=18'}
cpu: [x64]
os: [android]
@@ -1861,15 +1865,15 @@ packages:
cpu: [arm64]
os: [darwin]
- '@esbuild/darwin-arm64@0.20.2':
- resolution: {integrity: sha512-4J6IRT+10J3aJH3l1yzEg9y3wkTDgDk7TSDFX+wKFiWjqWp/iCfLIYzGyasx9l0SAFPT1HwSCR+0w/h1ES/MjA==}
+ '@esbuild/darwin-arm64@0.21.5':
+ resolution: {integrity: sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==}
engines: {node: '>=12'}
cpu: [arm64]
os: [darwin]
- '@esbuild/darwin-arm64@0.21.5':
- resolution: {integrity: sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==}
- engines: {node: '>=12'}
+ '@esbuild/darwin-arm64@0.23.0':
+ resolution: {integrity: sha512-YLntie/IdS31H54Ogdn+v50NuoWF5BDkEUFpiOChVa9UnKpftgwzZRrI4J132ETIi+D8n6xh9IviFV3eXdxfow==}
+ engines: {node: '>=18'}
cpu: [arm64]
os: [darwin]
@@ -1885,15 +1889,15 @@ packages:
cpu: [x64]
os: [darwin]
- '@esbuild/darwin-x64@0.20.2':
- resolution: {integrity: sha512-tBcXp9KNphnNH0dfhv8KYkZhjc+H3XBkF5DKtswJblV7KlT9EI2+jeA8DgBjp908WEuYll6pF+UStUCfEpdysA==}
+ '@esbuild/darwin-x64@0.21.5':
+ resolution: {integrity: sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==}
engines: {node: '>=12'}
cpu: [x64]
os: [darwin]
- '@esbuild/darwin-x64@0.21.5':
- resolution: {integrity: sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==}
- engines: {node: '>=12'}
+ '@esbuild/darwin-x64@0.23.0':
+ resolution: {integrity: sha512-IMQ6eme4AfznElesHUPDZ+teuGwoRmVuuixu7sv92ZkdQcPbsNHzutd+rAfaBKo8YK3IrBEi9SLLKWJdEvJniQ==}
+ engines: {node: '>=18'}
cpu: [x64]
os: [darwin]
@@ -1909,15 +1913,15 @@ packages:
cpu: [arm64]
os: [freebsd]
- '@esbuild/freebsd-arm64@0.20.2':
- resolution: {integrity: sha512-d3qI41G4SuLiCGCFGUrKsSeTXyWG6yem1KcGZVS+3FYlYhtNoNgYrWcvkOoaqMhwXSMrZRl69ArHsGJ9mYdbbw==}
+ '@esbuild/freebsd-arm64@0.21.5':
+ resolution: {integrity: sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==}
engines: {node: '>=12'}
cpu: [arm64]
os: [freebsd]
- '@esbuild/freebsd-arm64@0.21.5':
- resolution: {integrity: sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==}
- engines: {node: '>=12'}
+ '@esbuild/freebsd-arm64@0.23.0':
+ resolution: {integrity: sha512-0muYWCng5vqaxobq6LB3YNtevDFSAZGlgtLoAc81PjUfiFz36n4KMpwhtAd4he8ToSI3TGyuhyx5xmiWNYZFyw==}
+ engines: {node: '>=18'}
cpu: [arm64]
os: [freebsd]
@@ -1933,15 +1937,15 @@ packages:
cpu: [x64]
os: [freebsd]
- '@esbuild/freebsd-x64@0.20.2':
- resolution: {integrity: sha512-d+DipyvHRuqEeM5zDivKV1KuXn9WeRX6vqSqIDgwIfPQtwMP4jaDsQsDncjTDDsExT4lR/91OLjRo8bmC1e+Cw==}
+ '@esbuild/freebsd-x64@0.21.5':
+ resolution: {integrity: sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==}
engines: {node: '>=12'}
cpu: [x64]
os: [freebsd]
- '@esbuild/freebsd-x64@0.21.5':
- resolution: {integrity: sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==}
- engines: {node: '>=12'}
+ '@esbuild/freebsd-x64@0.23.0':
+ resolution: {integrity: sha512-XKDVu8IsD0/q3foBzsXGt/KjD/yTKBCIwOHE1XwiXmrRwrX6Hbnd5Eqn/WvDekddK21tfszBSrE/WMaZh+1buQ==}
+ engines: {node: '>=18'}
cpu: [x64]
os: [freebsd]
@@ -1957,15 +1961,15 @@ packages:
cpu: [arm64]
os: [linux]
- '@esbuild/linux-arm64@0.20.2':
- resolution: {integrity: sha512-9pb6rBjGvTFNira2FLIWqDk/uaf42sSyLE8j1rnUpuzsODBq7FvpwHYZxQ/It/8b+QOS1RYfqgGFNLRI+qlq2A==}
+ '@esbuild/linux-arm64@0.21.5':
+ resolution: {integrity: sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==}
engines: {node: '>=12'}
cpu: [arm64]
os: [linux]
- '@esbuild/linux-arm64@0.21.5':
- resolution: {integrity: sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==}
- engines: {node: '>=12'}
+ '@esbuild/linux-arm64@0.23.0':
+ resolution: {integrity: sha512-j1t5iG8jE7BhonbsEg5d9qOYcVZv/Rv6tghaXM/Ug9xahM0nX/H2gfu6X6z11QRTMT6+aywOMA8TDkhPo8aCGw==}
+ engines: {node: '>=18'}
cpu: [arm64]
os: [linux]
@@ -1981,15 +1985,15 @@ packages:
cpu: [arm]
os: [linux]
- '@esbuild/linux-arm@0.20.2':
- resolution: {integrity: sha512-VhLPeR8HTMPccbuWWcEUD1Az68TqaTYyj6nfE4QByZIQEQVWBB8vup8PpR7y1QHL3CpcF6xd5WVBU/+SBEvGTg==}
+ '@esbuild/linux-arm@0.21.5':
+ resolution: {integrity: sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==}
engines: {node: '>=12'}
cpu: [arm]
os: [linux]
- '@esbuild/linux-arm@0.21.5':
- resolution: {integrity: sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==}
- engines: {node: '>=12'}
+ '@esbuild/linux-arm@0.23.0':
+ resolution: {integrity: sha512-SEELSTEtOFu5LPykzA395Mc+54RMg1EUgXP+iw2SJ72+ooMwVsgfuwXo5Fn0wXNgWZsTVHwY2cg4Vi/bOD88qw==}
+ engines: {node: '>=18'}
cpu: [arm]
os: [linux]
@@ -2005,15 +2009,15 @@ packages:
cpu: [ia32]
os: [linux]
- '@esbuild/linux-ia32@0.20.2':
- resolution: {integrity: sha512-o10utieEkNPFDZFQm9CoP7Tvb33UutoJqg3qKf1PWVeeJhJw0Q347PxMvBgVVFgouYLGIhFYG0UGdBumROyiig==}
+ '@esbuild/linux-ia32@0.21.5':
+ resolution: {integrity: sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==}
engines: {node: '>=12'}
cpu: [ia32]
os: [linux]
- '@esbuild/linux-ia32@0.21.5':
- resolution: {integrity: sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==}
- engines: {node: '>=12'}
+ '@esbuild/linux-ia32@0.23.0':
+ resolution: {integrity: sha512-P7O5Tkh2NbgIm2R6x1zGJJsnacDzTFcRWZyTTMgFdVit6E98LTxO+v8LCCLWRvPrjdzXHx9FEOA8oAZPyApWUA==}
+ engines: {node: '>=18'}
cpu: [ia32]
os: [linux]
@@ -2029,15 +2033,15 @@ packages:
cpu: [loong64]
os: [linux]
- '@esbuild/linux-loong64@0.20.2':
- resolution: {integrity: sha512-PR7sp6R/UC4CFVomVINKJ80pMFlfDfMQMYynX7t1tNTeivQ6XdX5r2XovMmha/VjR1YN/HgHWsVcTRIMkymrgQ==}
+ '@esbuild/linux-loong64@0.21.5':
+ resolution: {integrity: sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==}
engines: {node: '>=12'}
cpu: [loong64]
os: [linux]
- '@esbuild/linux-loong64@0.21.5':
- resolution: {integrity: sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==}
- engines: {node: '>=12'}
+ '@esbuild/linux-loong64@0.23.0':
+ resolution: {integrity: sha512-InQwepswq6urikQiIC/kkx412fqUZudBO4SYKu0N+tGhXRWUqAx+Q+341tFV6QdBifpjYgUndV1hhMq3WeJi7A==}
+ engines: {node: '>=18'}
cpu: [loong64]
os: [linux]
@@ -2053,15 +2057,15 @@ packages:
cpu: [mips64el]
os: [linux]
- '@esbuild/linux-mips64el@0.20.2':
- resolution: {integrity: sha512-4BlTqeutE/KnOiTG5Y6Sb/Hw6hsBOZapOVF6njAESHInhlQAghVVZL1ZpIctBOoTFbQyGW+LsVYZ8lSSB3wkjA==}
+ '@esbuild/linux-mips64el@0.21.5':
+ resolution: {integrity: sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==}
engines: {node: '>=12'}
cpu: [mips64el]
os: [linux]
- '@esbuild/linux-mips64el@0.21.5':
- resolution: {integrity: sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==}
- engines: {node: '>=12'}
+ '@esbuild/linux-mips64el@0.23.0':
+ resolution: {integrity: sha512-J9rflLtqdYrxHv2FqXE2i1ELgNjT+JFURt/uDMoPQLcjWQA5wDKgQA4t/dTqGa88ZVECKaD0TctwsUfHbVoi4w==}
+ engines: {node: '>=18'}
cpu: [mips64el]
os: [linux]
@@ -2077,15 +2081,15 @@ packages:
cpu: [ppc64]
os: [linux]
- '@esbuild/linux-ppc64@0.20.2':
- resolution: {integrity: sha512-rD3KsaDprDcfajSKdn25ooz5J5/fWBylaaXkuotBDGnMnDP1Uv5DLAN/45qfnf3JDYyJv/ytGHQaziHUdyzaAg==}
+ '@esbuild/linux-ppc64@0.21.5':
+ resolution: {integrity: sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==}
engines: {node: '>=12'}
cpu: [ppc64]
os: [linux]
- '@esbuild/linux-ppc64@0.21.5':
- resolution: {integrity: sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==}
- engines: {node: '>=12'}
+ '@esbuild/linux-ppc64@0.23.0':
+ resolution: {integrity: sha512-cShCXtEOVc5GxU0fM+dsFD10qZ5UpcQ8AM22bYj0u/yaAykWnqXJDpd77ublcX6vdDsWLuweeuSNZk4yUxZwtw==}
+ engines: {node: '>=18'}
cpu: [ppc64]
os: [linux]
@@ -2101,15 +2105,15 @@ packages:
cpu: [riscv64]
os: [linux]
- '@esbuild/linux-riscv64@0.20.2':
- resolution: {integrity: sha512-snwmBKacKmwTMmhLlz/3aH1Q9T8v45bKYGE3j26TsaOVtjIag4wLfWSiZykXzXuE1kbCE+zJRmwp+ZbIHinnVg==}
+ '@esbuild/linux-riscv64@0.21.5':
+ resolution: {integrity: sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==}
engines: {node: '>=12'}
cpu: [riscv64]
os: [linux]
- '@esbuild/linux-riscv64@0.21.5':
- resolution: {integrity: sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==}
- engines: {node: '>=12'}
+ '@esbuild/linux-riscv64@0.23.0':
+ resolution: {integrity: sha512-HEtaN7Y5UB4tZPeQmgz/UhzoEyYftbMXrBCUjINGjh3uil+rB/QzzpMshz3cNUxqXN7Vr93zzVtpIDL99t9aRw==}
+ engines: {node: '>=18'}
cpu: [riscv64]
os: [linux]
@@ -2125,15 +2129,15 @@ packages:
cpu: [s390x]
os: [linux]
- '@esbuild/linux-s390x@0.20.2':
- resolution: {integrity: sha512-wcWISOobRWNm3cezm5HOZcYz1sKoHLd8VL1dl309DiixxVFoFe/o8HnwuIwn6sXre88Nwj+VwZUvJf4AFxkyrQ==}
+ '@esbuild/linux-s390x@0.21.5':
+ resolution: {integrity: sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==}
engines: {node: '>=12'}
cpu: [s390x]
os: [linux]
- '@esbuild/linux-s390x@0.21.5':
- resolution: {integrity: sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==}
- engines: {node: '>=12'}
+ '@esbuild/linux-s390x@0.23.0':
+ resolution: {integrity: sha512-WDi3+NVAuyjg/Wxi+o5KPqRbZY0QhI9TjrEEm+8dmpY9Xir8+HE/HNx2JoLckhKbFopW0RdO2D72w8trZOV+Wg==}
+ engines: {node: '>=18'}
cpu: [s390x]
os: [linux]
@@ -2149,15 +2153,15 @@ packages:
cpu: [x64]
os: [linux]
- '@esbuild/linux-x64@0.20.2':
- resolution: {integrity: sha512-1MdwI6OOTsfQfek8sLwgyjOXAu+wKhLEoaOLTjbijk6E2WONYpH9ZU2mNtR+lZ2B4uwr+usqGuVfFT9tMtGvGw==}
+ '@esbuild/linux-x64@0.21.5':
+ resolution: {integrity: sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==}
engines: {node: '>=12'}
cpu: [x64]
os: [linux]
- '@esbuild/linux-x64@0.21.5':
- resolution: {integrity: sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==}
- engines: {node: '>=12'}
+ '@esbuild/linux-x64@0.23.0':
+ resolution: {integrity: sha512-a3pMQhUEJkITgAw6e0bWA+F+vFtCciMjW/LPtoj99MhVt+Mfb6bbL9hu2wmTZgNd994qTAEw+U/r6k3qHWWaOQ==}
+ engines: {node: '>=18'}
cpu: [x64]
os: [linux]
@@ -2173,18 +2177,24 @@ packages:
cpu: [x64]
os: [netbsd]
- '@esbuild/netbsd-x64@0.20.2':
- resolution: {integrity: sha512-K8/DhBxcVQkzYc43yJXDSyjlFeHQJBiowJ0uVL6Tor3jGQfSGHNNJcWxNbOI8v5k82prYqzPuwkzHt3J1T1iZQ==}
+ '@esbuild/netbsd-x64@0.21.5':
+ resolution: {integrity: sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==}
engines: {node: '>=12'}
cpu: [x64]
os: [netbsd]
- '@esbuild/netbsd-x64@0.21.5':
- resolution: {integrity: sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==}
- engines: {node: '>=12'}
+ '@esbuild/netbsd-x64@0.23.0':
+ resolution: {integrity: sha512-cRK+YDem7lFTs2Q5nEv/HHc4LnrfBCbH5+JHu6wm2eP+d8OZNoSMYgPZJq78vqQ9g+9+nMuIsAO7skzphRXHyw==}
+ engines: {node: '>=18'}
cpu: [x64]
os: [netbsd]
+ '@esbuild/openbsd-arm64@0.23.0':
+ resolution: {integrity: sha512-suXjq53gERueVWu0OKxzWqk7NxiUWSUlrxoZK7usiF50C6ipColGR5qie2496iKGYNLhDZkPxBI3erbnYkU0rQ==}
+ engines: {node: '>=18'}
+ cpu: [arm64]
+ os: [openbsd]
+
'@esbuild/openbsd-x64@0.18.20':
resolution: {integrity: sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==}
engines: {node: '>=12'}
@@ -2197,15 +2207,15 @@ packages:
cpu: [x64]
os: [openbsd]
- '@esbuild/openbsd-x64@0.20.2':
- resolution: {integrity: sha512-eMpKlV0SThJmmJgiVyN9jTPJ2VBPquf6Kt/nAoo6DgHAoN57K15ZghiHaMvqjCye/uU4X5u3YSMgVBI1h3vKrQ==}
+ '@esbuild/openbsd-x64@0.21.5':
+ resolution: {integrity: sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==}
engines: {node: '>=12'}
cpu: [x64]
os: [openbsd]
- '@esbuild/openbsd-x64@0.21.5':
- resolution: {integrity: sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==}
- engines: {node: '>=12'}
+ '@esbuild/openbsd-x64@0.23.0':
+ resolution: {integrity: sha512-6p3nHpby0DM/v15IFKMjAaayFhqnXV52aEmv1whZHX56pdkK+MEaLoQWj+H42ssFarP1PcomVhbsR4pkz09qBg==}
+ engines: {node: '>=18'}
cpu: [x64]
os: [openbsd]
@@ -2221,15 +2231,15 @@ packages:
cpu: [x64]
os: [sunos]
- '@esbuild/sunos-x64@0.20.2':
- resolution: {integrity: sha512-2UyFtRC6cXLyejf/YEld4Hajo7UHILetzE1vsRcGL3earZEW77JxrFjH4Ez2qaTiEfMgAXxfAZCm1fvM/G/o8w==}
+ '@esbuild/sunos-x64@0.21.5':
+ resolution: {integrity: sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==}
engines: {node: '>=12'}
cpu: [x64]
os: [sunos]
- '@esbuild/sunos-x64@0.21.5':
- resolution: {integrity: sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==}
- engines: {node: '>=12'}
+ '@esbuild/sunos-x64@0.23.0':
+ resolution: {integrity: sha512-BFelBGfrBwk6LVrmFzCq1u1dZbG4zy/Kp93w2+y83Q5UGYF1d8sCzeLI9NXjKyujjBBniQa8R8PzLFAUrSM9OA==}
+ engines: {node: '>=18'}
cpu: [x64]
os: [sunos]
@@ -2245,15 +2255,15 @@ packages:
cpu: [arm64]
os: [win32]
- '@esbuild/win32-arm64@0.20.2':
- resolution: {integrity: sha512-GRibxoawM9ZCnDxnP3usoUDO9vUkpAxIIZ6GQI+IlVmr5kP3zUq+l17xELTHMWTWzjxa2guPNyrpq1GWmPvcGQ==}
+ '@esbuild/win32-arm64@0.21.5':
+ resolution: {integrity: sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==}
engines: {node: '>=12'}
cpu: [arm64]
os: [win32]
- '@esbuild/win32-arm64@0.21.5':
- resolution: {integrity: sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==}
- engines: {node: '>=12'}
+ '@esbuild/win32-arm64@0.23.0':
+ resolution: {integrity: sha512-lY6AC8p4Cnb7xYHuIxQ6iYPe6MfO2CC43XXKo9nBXDb35krYt7KGhQnOkRGar5psxYkircpCqfbNDB4uJbS2jQ==}
+ engines: {node: '>=18'}
cpu: [arm64]
os: [win32]
@@ -2269,15 +2279,15 @@ packages:
cpu: [ia32]
os: [win32]
- '@esbuild/win32-ia32@0.20.2':
- resolution: {integrity: sha512-HfLOfn9YWmkSKRQqovpnITazdtquEW8/SoHW7pWpuEeguaZI4QnCRW6b+oZTztdBnZOS2hqJ6im/D5cPzBTTlQ==}
+ '@esbuild/win32-ia32@0.21.5':
+ resolution: {integrity: sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==}
engines: {node: '>=12'}
cpu: [ia32]
os: [win32]
- '@esbuild/win32-ia32@0.21.5':
- resolution: {integrity: sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==}
- engines: {node: '>=12'}
+ '@esbuild/win32-ia32@0.23.0':
+ resolution: {integrity: sha512-7L1bHlOTcO4ByvI7OXVI5pNN6HSu6pUQq9yodga8izeuB1KcT2UkHaH6118QJwopExPn0rMHIseCTx1CRo/uNA==}
+ engines: {node: '>=18'}
cpu: [ia32]
os: [win32]
@@ -2293,15 +2303,15 @@ packages:
cpu: [x64]
os: [win32]
- '@esbuild/win32-x64@0.20.2':
- resolution: {integrity: sha512-N49X4lJX27+l9jbLKSqZ6bKNjzQvHaT8IIFUy+YIqmXQdjYCToGWwOItDrfby14c78aDd5NHQl29xingXfCdLQ==}
+ '@esbuild/win32-x64@0.21.5':
+ resolution: {integrity: sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==}
engines: {node: '>=12'}
cpu: [x64]
os: [win32]
- '@esbuild/win32-x64@0.21.5':
- resolution: {integrity: sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==}
- engines: {node: '>=12'}
+ '@esbuild/win32-x64@0.23.0':
+ resolution: {integrity: sha512-Arm+WgUFLUATuoxCJcahGuk6Yj9Pzxd6l11Zb/2aAuv5kWWvvfhLFo2fni4uSK5vzlUdCGZ/BdV5tH8klj8p8g==}
+ engines: {node: '>=18'}
cpu: [x64]
os: [win32]
@@ -2311,12 +2321,12 @@ packages:
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
- '@eslint-community/regexpp@4.10.0':
- resolution: {integrity: sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==}
+ '@eslint-community/regexpp@4.11.0':
+ resolution: {integrity: sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==}
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
- '@eslint/config-array@0.17.0':
- resolution: {integrity: sha512-A68TBu6/1mHHuc5YJL0U0VVeGNiklLAL6rRmhTCP2B5XjWLMnrX+HkO+IAXyHvks5cyyY1jjK5ITPQ1HGS2EVA==}
+ '@eslint/config-array@0.17.1':
+ resolution: {integrity: sha512-BlYOpej8AQ8Ev9xVqroV7a02JK3SkBAaN9GfMMH9W6Ch8FlQlkjGw4Ir7+FgYwfirivAf4t+GtzuAxqfukmISA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@eslint/eslintrc@2.1.4':
@@ -2331,8 +2341,8 @@ packages:
resolution: {integrity: sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
- '@eslint/js@9.6.0':
- resolution: {integrity: sha512-D9B0/3vNg44ZeWbYMpBoXqNP4j6eQD5vNwIlGAuFRRzK/WtT/jvDQW3Bi9kkf3PMDMlM7Yi+73VLUsn5bJcl8A==}
+ '@eslint/js@9.9.0':
+ resolution: {integrity: sha512-hhetes6ZHP3BlXLxmd8K2SNgkhNSi+UcecbnwWKwpP7kyi/uC75DJ1lOOBO3xrC4jyojtGE3YxKZPHfk4yrgug==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@eslint/object-schema@2.1.4':
@@ -2391,17 +2401,17 @@ packages:
resolution: {integrity: sha512-d2CGZR2o7fS6sWB7DG/3a95bGKQyHMACZ5aW8qGkkqQpUoZV6C0X7Pc7l4ZNMZkfNBf4VWNe9E1jRsf0G146Ew==}
engines: {node: '>=18.18'}
- '@iconify-json/ic@1.1.17':
- resolution: {integrity: sha512-EvAjZzVESmN36zlyefylePUNaU2BQ3eRKVZ6KQSQ2bG01ppoZaiFZRri74VTyvp5Mlv2yn68ux1fgCoT+etGmA==}
+ '@iconify-json/ic@1.1.18':
+ resolution: {integrity: sha512-RcfnSFVmQP6aEKQJM3Iczg9e5TXWlN0slIjiyH9l378YkhDPAhXdQ8xP8+tBwfz7B9jysqsV+vs9Iu8DMHvE6Q==}
- '@iconify/json@2.2.225':
- resolution: {integrity: sha512-3MxzXdrxDxItlGxvTmLnbZGlvGcwuBIOofJfyobq097lysZasvsNddFguiWecmKP91nRR4I2ik7enFVQ9Lz3mg==}
+ '@iconify/json@2.2.236':
+ resolution: {integrity: sha512-eiIOW9RfIMlrJl77+VfM4FM+bF46zQNxanNe8MADgXxNCeFR8LW70bC2u6El5Cqf/gx/n0EmqA5kXQ8J+BHjsg==}
'@iconify/types@2.0.0':
resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==}
- '@iconify/utils@2.1.25':
- resolution: {integrity: sha512-Y+iGko8uv/Fz5bQLLJyNSZGOdMW0G7cnlEX1CiNcKsRXX9cq/y/vwxrIAtLCZhKHr3m0VJmsjVPsvnM4uX8YLg==}
+ '@iconify/utils@2.1.30':
+ resolution: {integrity: sha512-bY0IO5xLOlbzJBnjWLxknp6Sss3yla03sVY9VeUz9nT6dbc+EGKlLfCt+6uytJnWm5CUvTF/BNotsLWF7kI61A==}
'@isaacs/cliui@8.0.2':
resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==}
@@ -2422,8 +2432,8 @@ packages:
'@jridgewell/source-map@0.3.5':
resolution: {integrity: sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ==}
- '@jridgewell/sourcemap-codec@1.4.15':
- resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==}
+ '@jridgewell/sourcemap-codec@1.5.0':
+ resolution: {integrity: sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==}
'@jridgewell/trace-mapping@0.3.25':
resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==}
@@ -2479,6 +2489,18 @@ packages:
resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==}
engines: {node: '>= 8'}
+ '@npmcli/agent@2.2.2':
+ resolution: {integrity: sha512-OrcNPXdpSl9UX7qPVRWbmWMCSXrcDa2M9DvrbOTj7ao1S4PlqVFYv9/yLKMkrJKZ/V5A/kDBC690or307i26Og==}
+ engines: {node: ^16.14.0 || >=18.0.0}
+
+ '@npmcli/fs@3.1.1':
+ resolution: {integrity: sha512-q9CRWjpHCMIh5sVyefoD1cA7PkvILqCZsnSOEUUivORLjxCO/Irmue2DprETiNgEqktDBZaM1Bi+jrarx1XdCg==}
+ engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
+
+ '@npmcli/redact@2.0.1':
+ resolution: {integrity: sha512-YgsR5jCQZhVmTJvjduTOIHph0L73pK8xwMVaDY0PatySqVM9AZj93jpoXYSJqfHFxFkN9dmqTw6OiqExsS3LPw==}
+ engines: {node: ^16.14.0 || >=18.0.0}
+
'@one-ini/wasm@0.1.1':
resolution: {integrity: sha512-XuySG1E38YScSJoMlqovLru4KTUNSjgVTIjyh7qMX6aNN5HY5Ct5LhRJdxO79JtTzKfzV/bnWpz+zquYrISsvw==}
@@ -2556,68 +2578,83 @@ packages:
rollup:
optional: true
- '@rollup/rollup-android-arm-eabi@4.13.0':
- resolution: {integrity: sha512-5ZYPOuaAqEH/W3gYsRkxQATBW3Ii1MfaT4EQstTnLKViLi2gLSQmlmtTpGucNP3sXEpOiI5tdGhjdE111ekyEg==}
+ '@rollup/rollup-android-arm-eabi@4.20.0':
+ resolution: {integrity: sha512-TSpWzflCc4VGAUJZlPpgAJE1+V60MePDQnBd7PPkpuEmOy8i87aL6tinFGKBFKuEDikYpig72QzdT3QPYIi+oA==}
cpu: [arm]
os: [android]
- '@rollup/rollup-android-arm64@4.13.0':
- resolution: {integrity: sha512-BSbaCmn8ZadK3UAQdlauSvtaJjhlDEjS5hEVVIN3A4bbl3X+otyf/kOJV08bYiRxfejP3DXFzO2jz3G20107+Q==}
+ '@rollup/rollup-android-arm64@4.20.0':
+ resolution: {integrity: sha512-u00Ro/nok7oGzVuh/FMYfNoGqxU5CPWz1mxV85S2w9LxHR8OoMQBuSk+3BKVIDYgkpeOET5yXkx90OYFc+ytpQ==}
cpu: [arm64]
os: [android]
- '@rollup/rollup-darwin-arm64@4.13.0':
- resolution: {integrity: sha512-Ovf2evVaP6sW5Ut0GHyUSOqA6tVKfrTHddtmxGQc1CTQa1Cw3/KMCDEEICZBbyppcwnhMwcDce9ZRxdWRpVd6g==}
+ '@rollup/rollup-darwin-arm64@4.20.0':
+ resolution: {integrity: sha512-uFVfvzvsdGtlSLuL0ZlvPJvl6ZmrH4CBwLGEFPe7hUmf7htGAN+aXo43R/V6LATyxlKVC/m6UsLb7jbG+LG39Q==}
cpu: [arm64]
os: [darwin]
- '@rollup/rollup-darwin-x64@4.13.0':
- resolution: {integrity: sha512-U+Jcxm89UTK592vZ2J9st9ajRv/hrwHdnvyuJpa5A2ngGSVHypigidkQJP+YiGL6JODiUeMzkqQzbCG3At81Gg==}
+ '@rollup/rollup-darwin-x64@4.20.0':
+ resolution: {integrity: sha512-xbrMDdlev53vNXexEa6l0LffojxhqDTBeL+VUxuuIXys4x6xyvbKq5XqTXBCEUA8ty8iEJblHvFaWRJTk/icAQ==}
cpu: [x64]
os: [darwin]
- '@rollup/rollup-linux-arm-gnueabihf@4.13.0':
- resolution: {integrity: sha512-8wZidaUJUTIR5T4vRS22VkSMOVooG0F4N+JSwQXWSRiC6yfEsFMLTYRFHvby5mFFuExHa/yAp9juSphQQJAijQ==}
+ '@rollup/rollup-linux-arm-gnueabihf@4.20.0':
+ resolution: {integrity: sha512-jMYvxZwGmoHFBTbr12Xc6wOdc2xA5tF5F2q6t7Rcfab68TT0n+r7dgawD4qhPEvasDsVpQi+MgDzj2faOLsZjA==}
+ cpu: [arm]
+ os: [linux]
+
+ '@rollup/rollup-linux-arm-musleabihf@4.20.0':
+ resolution: {integrity: sha512-1asSTl4HKuIHIB1GcdFHNNZhxAYEdqML/MW4QmPS4G0ivbEcBr1JKlFLKsIRqjSwOBkdItn3/ZDlyvZ/N6KPlw==}
cpu: [arm]
os: [linux]
- '@rollup/rollup-linux-arm64-gnu@4.13.0':
- resolution: {integrity: sha512-Iu0Kno1vrD7zHQDxOmvweqLkAzjxEVqNhUIXBsZ8hu8Oak7/5VTPrxOEZXYC1nmrBVJp0ZcL2E7lSuuOVaE3+w==}
+ '@rollup/rollup-linux-arm64-gnu@4.20.0':
+ resolution: {integrity: sha512-COBb8Bkx56KldOYJfMf6wKeYJrtJ9vEgBRAOkfw6Ens0tnmzPqvlpjZiLgkhg6cA3DGzCmLmmd319pmHvKWWlQ==}
cpu: [arm64]
os: [linux]
- '@rollup/rollup-linux-arm64-musl@4.13.0':
- resolution: {integrity: sha512-C31QrW47llgVyrRjIwiOwsHFcaIwmkKi3PCroQY5aVq4H0A5v/vVVAtFsI1nfBngtoRpeREvZOkIhmRwUKkAdw==}
+ '@rollup/rollup-linux-arm64-musl@4.20.0':
+ resolution: {integrity: sha512-+it+mBSyMslVQa8wSPvBx53fYuZK/oLTu5RJoXogjk6x7Q7sz1GNRsXWjn6SwyJm8E/oMjNVwPhmNdIjwP135Q==}
cpu: [arm64]
os: [linux]
- '@rollup/rollup-linux-riscv64-gnu@4.13.0':
- resolution: {integrity: sha512-Oq90dtMHvthFOPMl7pt7KmxzX7E71AfyIhh+cPhLY9oko97Zf2C9tt/XJD4RgxhaGeAraAXDtqxvKE1y/j35lA==}
+ '@rollup/rollup-linux-powerpc64le-gnu@4.20.0':
+ resolution: {integrity: sha512-yAMvqhPfGKsAxHN8I4+jE0CpLWD8cv4z7CK7BMmhjDuz606Q2tFKkWRY8bHR9JQXYcoLfopo5TTqzxgPUjUMfw==}
+ cpu: [ppc64]
+ os: [linux]
+
+ '@rollup/rollup-linux-riscv64-gnu@4.20.0':
+ resolution: {integrity: sha512-qmuxFpfmi/2SUkAw95TtNq/w/I7Gpjurx609OOOV7U4vhvUhBcftcmXwl3rqAek+ADBwSjIC4IVNLiszoj3dPA==}
cpu: [riscv64]
os: [linux]
- '@rollup/rollup-linux-x64-gnu@4.13.0':
- resolution: {integrity: sha512-yUD/8wMffnTKuiIsl6xU+4IA8UNhQ/f1sAnQebmE/lyQ8abjsVyDkyRkWop0kdMhKMprpNIhPmYlCxgHrPoXoA==}
+ '@rollup/rollup-linux-s390x-gnu@4.20.0':
+ resolution: {integrity: sha512-I0BtGXddHSHjV1mqTNkgUZLnS3WtsqebAXv11D5BZE/gfw5KoyXSAXVqyJximQXNvNzUo4GKlCK/dIwXlz+jlg==}
+ cpu: [s390x]
+ os: [linux]
+
+ '@rollup/rollup-linux-x64-gnu@4.20.0':
+ resolution: {integrity: sha512-y+eoL2I3iphUg9tN9GB6ku1FA8kOfmF4oUEWhztDJ4KXJy1agk/9+pejOuZkNFhRwHAOxMsBPLbXPd6mJiCwew==}
cpu: [x64]
os: [linux]
- '@rollup/rollup-linux-x64-musl@4.13.0':
- resolution: {integrity: sha512-9RyNqoFNdF0vu/qqX63fKotBh43fJQeYC98hCaf89DYQpv+xu0D8QFSOS0biA7cGuqJFOc1bJ+m2rhhsKcw1hw==}
+ '@rollup/rollup-linux-x64-musl@4.20.0':
+ resolution: {integrity: sha512-hM3nhW40kBNYUkZb/r9k2FKK+/MnKglX7UYd4ZUy5DJs8/sMsIbqWK2piZtVGE3kcXVNj3B2IrUYROJMMCikNg==}
cpu: [x64]
os: [linux]
- '@rollup/rollup-win32-arm64-msvc@4.13.0':
- resolution: {integrity: sha512-46ue8ymtm/5PUU6pCvjlic0z82qWkxv54GTJZgHrQUuZnVH+tvvSP0LsozIDsCBFO4VjJ13N68wqrKSeScUKdA==}
+ '@rollup/rollup-win32-arm64-msvc@4.20.0':
+ resolution: {integrity: sha512-psegMvP+Ik/Bg7QRJbv8w8PAytPA7Uo8fpFjXyCRHWm6Nt42L+JtoqH8eDQ5hRP7/XW2UiIriy1Z46jf0Oa1kA==}
cpu: [arm64]
os: [win32]
- '@rollup/rollup-win32-ia32-msvc@4.13.0':
- resolution: {integrity: sha512-P5/MqLdLSlqxbeuJ3YDeX37srC8mCflSyTrUsgbU1c/U9j6l2g2GiIdYaGD9QjdMQPMSgYm7hgg0551wHyIluw==}
+ '@rollup/rollup-win32-ia32-msvc@4.20.0':
+ resolution: {integrity: sha512-GabekH3w4lgAJpVxkk7hUzUf2hICSQO0a/BLFA11/RMxQT92MabKAqyubzDZmMOC/hcJNlc+rrypzNzYl4Dx7A==}
cpu: [ia32]
os: [win32]
- '@rollup/rollup-win32-x64-msvc@4.13.0':
- resolution: {integrity: sha512-UKXUQNbO3DOhzLRwHSpa0HnhhCgNODvfoPWv2FCXme8N/ANFfhIPMGuOT+QuKd16+B5yxZ0HdpNlqPvTMS1qfw==}
+ '@rollup/rollup-win32-x64-msvc@4.20.0':
+ resolution: {integrity: sha512-aJ1EJSuTdGnM6qbVC4B5DSmozPTqIag9fSzXRNNo+humQLG89XpPgdt16Ia56ORD7s+H8Pmyx44uczDQ0yDzpg==}
cpu: [x64]
os: [win32]
@@ -2646,6 +2683,9 @@ packages:
'@shikijs/core@1.10.3':
resolution: {integrity: sha512-D45PMaBaeDHxww+EkcDQtDAtzv00Gcsp72ukBtaLSmqRvh0WgGMq3Al0rl1QQBZfuneO75NXMIzEZGFitThWbg==}
+ '@shikijs/core@1.12.1':
+ resolution: {integrity: sha512-biCz/mnkMktImI6hMfMX3H9kOeqsInxWEyCHbSlL8C/2TR1FqfmGxTLRNwYCKsyCyxWLbB8rEqXRVZuyxuLFmA==}
+
'@shikijs/transformers@1.10.3':
resolution: {integrity: sha512-MNjsyye2WHVdxfZUSr5frS97sLGe6G1T+1P41QjyBFJehZphMcr4aBlRLmq6OSPBslYe9byQPVvt/LJCOfxw8Q==}
@@ -2674,31 +2714,31 @@ packages:
'@soda/get-current-script@1.0.2':
resolution: {integrity: sha512-T7VNNlYVM1SgQ+VsMYhnDkcGmWhQdL0bDyGm5TlQ3GBXnJscEClUUOKduWTmm2zCnvNLC1hc3JpuXjs/nFOc5w==}
- '@stylistic/eslint-plugin-js@2.3.0':
- resolution: {integrity: sha512-lQwoiYb0Fs6Yc5QS3uT8+T9CPKK2Eoxc3H8EnYJgM26v/DgtW+1lvy2WNgyBflU+ThShZaHm3a6CdD9QeKx23w==}
+ '@stylistic/eslint-plugin-js@2.6.2':
+ resolution: {integrity: sha512-wCr/kVctAPayMU3pcOI1MKR7MoKIh6VKZU89lPklAqtJoxT+Em6RueiiARbpznUYG5eg3LymiU+aMD+aIZXdqA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: '>=8.40.0'
- '@stylistic/eslint-plugin-jsx@2.3.0':
- resolution: {integrity: sha512-tsQ0IEKB195H6X9A4iUSgLLLKBc8gUBWkBIU8tp1/3g2l8stu+PtMQVV/VmK1+3bem5FJCyvfcZIQ/WF1fsizA==}
+ '@stylistic/eslint-plugin-jsx@2.6.2':
+ resolution: {integrity: sha512-dSXK/fSPA938J1fBi10QmhzLKtZ/2TuyVNHQMk8jUhWfKJDleAogaSqcWNAbN8fwcoe9UWmt/3StiIf2oYC1aQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: '>=8.40.0'
- '@stylistic/eslint-plugin-plus@2.3.0':
- resolution: {integrity: sha512-xboPWGUU5yaPlR+WR57GwXEuY4PSlPqA0C3IdNA/+1o2MuBi95XgDJcZiJ9N+aXsqBXAPIpFFb+WQ7QEHo4f7g==}
+ '@stylistic/eslint-plugin-plus@2.6.2':
+ resolution: {integrity: sha512-cANcPASfRvq3VTbbQCrSIXq+2AI0IW68PNYaZoXXS0ENlp7HDB8dmrsJnOgWCcoEvdCB8z/eWcG/eq/v5Qcl+Q==}
peerDependencies:
eslint: '*'
- '@stylistic/eslint-plugin-ts@2.3.0':
- resolution: {integrity: sha512-wqOR38/uz/0XPnHX68ftp8sNMSAqnYGjovOTN7w00xnjS6Lxr3Sk7q6AaxWWqbMvOj7V2fQiMC5HWAbTruJsCg==}
+ '@stylistic/eslint-plugin-ts@2.6.2':
+ resolution: {integrity: sha512-6OEN3VtUNxjgOvWPavnC10MByr1H4zsgwNND3rQXr5lDFv93MLUnTsH+/SH15OkuqdyJgrQILI6b9lYecb1vIg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: '>=8.40.0'
- '@stylistic/eslint-plugin@2.3.0':
- resolution: {integrity: sha512-rtiz6u5gRyyEZp36FcF1/gHJbsbT3qAgXZ1qkad6Nr/xJ9wrSJkiSFFQhpYVTIZ7FJNRJurEcumZDCwN9dEI4g==}
+ '@stylistic/eslint-plugin@2.6.2':
+ resolution: {integrity: sha512-Ic5oFNM/25iuagob6LiIBkSI/A2y45TsyKtDtODXHRZDy52WfPfeexI6r+OH5+aWN9QGob2Bw+4JRM9/4areWw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: '>=8.40.0'
@@ -2789,20 +2829,20 @@ packages:
resolution: {integrity: sha512-PnVV3d2poenUM31ZbZi/yXkBu3J7kd5k2u51CGwwNojag451AjTH9N6n41yjXz2fpLeewleyLBmNS6+HcGDlXw==}
engines: {node: '>=12'}
- '@tanstack/query-core@5.50.1':
- resolution: {integrity: sha512-lpfhKPrJlyV2DSVcQb/HuozH3Av3kws4ge22agx+lNGpFkS4vLZ7St0l3GLwlAD+bqB+qXGex3JdRKUNtMviEQ==}
+ '@tanstack/query-core@5.51.21':
+ resolution: {integrity: sha512-POQxm42IUp6n89kKWF4IZi18v3fxQWFRolvBA6phNVmA8psdfB1MvDnGacCJdS+EOX12w/CyHM62z//rHmYmvw==}
- '@tanstack/query-devtools@5.50.1':
- resolution: {integrity: sha512-MQ5JK3yRwBP1SRuwoJVPGZP4cMLXCQ0t+6blDbcAVGEoqrEuvbgTdwlN729AKBR0hidOWPFR9n5YpI2Y8bBZOQ==}
+ '@tanstack/query-devtools@5.51.16':
+ resolution: {integrity: sha512-ajwuq4WnkNCMj/Hy3KR8d3RtZ6PSKc1dD2vs2T408MdjgKzQ3klVoL6zDgVO7X+5jlb5zfgcO3thh4ojPhfIaw==}
- '@tanstack/vue-query-devtools@5.51.0':
- resolution: {integrity: sha512-8YHGpCvio5TrfNOhd+Ij5hriFLoowxhTrHFPSpS5hSe2jOhmNhPVm3YwAbTu+nuVsDEQXk7lNHChfwByng4o9g==}
+ '@tanstack/vue-query-devtools@5.51.21':
+ resolution: {integrity: sha512-PYZFbTxWiYjfdppZL1mLL9mqsJw4ZOqUpFYTOvjDNj+pJ8SEQJL+2mg3IbOJ0xkkv72W9xOgQYIWHUe+rI9ANA==}
peerDependencies:
- '@tanstack/vue-query': ^5.51.0
+ '@tanstack/vue-query': ^5.51.21
vue: ^3.3.0
- '@tanstack/vue-query@5.51.0':
- resolution: {integrity: sha512-h9wP5Aib4Xwxyd/9Wvo/QHgm7ZJoaI0XmGO7c2MbZbnqioyRjrbi350qycjdwKWobhhSI1AOiKdLFgc2mbp2vg==}
+ '@tanstack/vue-query@5.51.21':
+ resolution: {integrity: sha512-gXAMq90TTepqmBCuVqRxEO/vsuhEkvllCTrlsvZRuPROyV7IroJHmDfuz87KRSACCFTuiy65Mbtk/pg++NIkVg==}
peerDependencies:
'@vue/composition-api': ^1.1.2
vue: ^2.6.0 || ^3.3.0
@@ -2814,8 +2854,8 @@ packages:
resolution: {integrity: sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==}
engines: {node: '>= 10'}
- '@tresjs/core@4.1.0':
- resolution: {integrity: sha512-gqISOYpjerG4Us7qAVHxkhaQwl+ZhmnfEs4ON6UC/aEuq0+q6qyUJQkcU5kZ32XuxpDdnk8FbSpnqQ3o5V5cHQ==}
+ '@tresjs/core@4.2.5':
+ resolution: {integrity: sha512-JRBQVORwUv0VGLaYHQL2Y0psJXgVckbluVMq+MEEseq6cm35OXVy6XlmjPUUPBIpSk2KGs6tgpFJMo6EnIr+Eg==}
peerDependencies:
three: '>=0.133'
vue: '>=3.4'
@@ -2839,8 +2879,8 @@ packages:
'@types/cacheable-request@6.0.3':
resolution: {integrity: sha512-IQ3EbTzGxIigb1I3qPZc1rWJnH0BmSKv5QYTalEwweFvyBDLSAe24zP0le/hyi7ecGfZVlIVAg4BZqb8WBwKqw==}
- '@types/chrome@0.0.268':
- resolution: {integrity: sha512-7N1QH9buudSJ7sI8Pe4mBHJr5oZ48s0hcanI9w3wgijAlv1OZNUZve9JR4x42dn5lJ5Sm87V1JNfnoh10EnQlA==}
+ '@types/chrome@0.0.269':
+ resolution: {integrity: sha512-vF7x8YywnhXX2F06njQ/OE7a3Qeful43C5GUOsUksXWk89WoSFUU3iLeZW8lDpVO9atm8iZIEiLQTRC3H7NOXQ==}
'@types/connect-history-api-fallback@1.5.4':
resolution: {integrity: sha512-n6Cr2xS1h4uAulPRdlw6Jl6s1oG8KrVilPN2yUITEs+K48EzMJJ3W1xy8K5eWuFvjp3R74AOIGSmp2UfBJ8HFw==}
@@ -2863,6 +2903,9 @@ packages:
'@types/eslint@8.56.10':
resolution: {integrity: sha512-Shavhk87gCtY2fhXDctcfS3e6FdxWkCx1iUZ9eEUbh7rTqlZT0/IzOkCOVt0fCjcFuZ9FPYfuezTBImfHCDBGQ==}
+ '@types/eslint@9.6.0':
+ resolution: {integrity: sha512-gi6WQJ7cHRgZxtkQEoyHMppPjq9Kxo5Tjn2prSKDSmZrCz8TZ3jSRCeTJm+WoM+oB0WG37bRqLzaaU3q7JypGg==}
+
'@types/estree@1.0.5':
resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==}
@@ -2950,8 +2993,8 @@ packages:
'@types/node-forge@1.3.11':
resolution: {integrity: sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==}
- '@types/node@20.14.10':
- resolution: {integrity: sha512-MdiXf+nDuMvY0gJKxyfZ7/6UFsETO7mGKF54MVD/ekJS6HdFtpZFBgrh6Pseu64XTb2MLyFPlbW6hj8HYRQNOQ==}
+ '@types/node@20.14.15':
+ resolution: {integrity: sha512-Fz1xDMCF/B00/tYSVMlmK7hVeLh7jE5f3B7X1/hmV0MJBwE27KlS7EvD/Yp+z1lm8mVhwV5w+n8jOZG8AfTlKw==}
'@types/normalize-package-data@2.4.4':
resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==}
@@ -2995,8 +3038,8 @@ packages:
'@types/stats.js@0.17.3':
resolution: {integrity: sha512-pXNfAD3KHOdif9EQXZ9deK82HVNaXP5ZIF5RP2QG6OQFNTaY2YIetfrE9t528vEreGQvEPRDDc8muaoYeK0SxQ==}
- '@types/three@0.166.0':
- resolution: {integrity: sha512-FHMnpcdhdbdOOIYbfkTkUVpYMW53odxbTRwd0/xJpYnTzEsjnVnondGAvHZb4z06UW0vo6WPVuvH0/9qrxKx7g==}
+ '@types/three@0.167.1':
+ resolution: {integrity: sha512-OCd2Uv/8/4TbmSaIRFawrCOnDMLdpaa+QGJdhlUBmdfbHjLY8k6uFc0tde2/UvcaHQ6NtLl28onj/vJfofV+Tg==}
'@types/unist@2.0.10':
resolution: {integrity: sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==}
@@ -3016,22 +3059,12 @@ packages:
'@types/yauzl@2.10.3':
resolution: {integrity: sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==}
- '@typescript-eslint/eslint-plugin@7.16.0':
- resolution: {integrity: sha512-py1miT6iQpJcs1BiJjm54AMzeuMPBSPuKPlnT8HlfudbcS5rYeX5jajpLf3mrdRh9dA/Ec2FVUY0ifeVNDIhZw==}
- engines: {node: ^18.18.0 || >=20.0.0}
- peerDependencies:
- '@typescript-eslint/parser': ^7.0.0
- eslint: ^8.56.0
- typescript: '*'
- peerDependenciesMeta:
- typescript:
- optional: true
-
- '@typescript-eslint/parser@7.16.0':
- resolution: {integrity: sha512-ar9E+k7CU8rWi2e5ErzQiC93KKEFAXA2Kky0scAlPcxYblLt8+XZuHUZwlyfXILyQa95P6lQg+eZgh/dDs3+Vw==}
- engines: {node: ^18.18.0 || >=20.0.0}
+ '@typescript-eslint/eslint-plugin@8.0.1':
+ resolution: {integrity: sha512-5g3Y7GDFsJAnY4Yhvk8sZtFfV6YNF2caLzjrRPUBzewjPCaj0yokePB4LJSobyCzGMzjZZYFbwuzbfDHlimXbQ==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
- eslint: ^8.56.0
+ '@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0
+ eslint: ^8.57.0 || ^9.0.0
typescript: '*'
peerDependenciesMeta:
typescript:
@@ -3047,34 +3080,33 @@ packages:
typescript:
optional: true
- '@typescript-eslint/scope-manager@7.16.0':
- resolution: {integrity: sha512-8gVv3kW6n01Q6TrI1cmTZ9YMFi3ucDT7i7aI5lEikk2ebk1AEjrwX8MDTdaX5D7fPXMBLvnsaa0IFTAu+jcfOw==}
+ '@typescript-eslint/scope-manager@7.18.0':
+ resolution: {integrity: sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==}
engines: {node: ^18.18.0 || >=20.0.0}
'@typescript-eslint/scope-manager@8.0.1':
resolution: {integrity: sha512-NpixInP5dm7uukMiRyiHjRKkom5RIFA4dfiHvalanD2cF0CLUuQqxfg8PtEUo9yqJI2bBhF+pcSafqnG3UBnRQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@typescript-eslint/type-utils@7.16.0':
- resolution: {integrity: sha512-j0fuUswUjDHfqV/UdW6mLtOQQseORqfdmoBNDFOqs9rvNVR2e+cmu6zJu/Ku4SDuqiJko6YnhwcL8x45r8Oqxg==}
- engines: {node: ^18.18.0 || >=20.0.0}
+ '@typescript-eslint/type-utils@8.0.1':
+ resolution: {integrity: sha512-+/UT25MWvXeDX9YaHv1IS6KI1fiuTto43WprE7pgSMswHbn1Jm9GEM4Txp+X74ifOWV8emu2AWcbLhpJAvD5Ng==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
- eslint: ^8.56.0
typescript: '*'
peerDependenciesMeta:
typescript:
optional: true
- '@typescript-eslint/types@7.16.0':
- resolution: {integrity: sha512-fecuH15Y+TzlUutvUl9Cc2XJxqdLr7+93SQIbcZfd4XRGGKoxyljK27b+kxKamjRkU7FYC6RrbSCg0ALcZn/xw==}
+ '@typescript-eslint/types@7.18.0':
+ resolution: {integrity: sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==}
engines: {node: ^18.18.0 || >=20.0.0}
'@typescript-eslint/types@8.0.1':
resolution: {integrity: sha512-PpqTVT3yCA/bIgJ12czBuE3iBlM3g4inRSC5J0QOdQFAn07TYrYEQBBKgXH1lQpglup+Zy6c1fxuwTk4MTNKIw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@typescript-eslint/typescript-estree@7.16.0':
- resolution: {integrity: sha512-a5NTvk51ZndFuOLCh5OaJBELYc2O3Zqxfl3Js78VFE1zE46J2AaVuW+rEbVkQznjkmlzWsUI15BG5tQMixzZLw==}
+ '@typescript-eslint/typescript-estree@7.18.0':
+ resolution: {integrity: sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==}
engines: {node: ^18.18.0 || >=20.0.0}
peerDependencies:
typescript: '*'
@@ -3091,8 +3123,8 @@ packages:
typescript:
optional: true
- '@typescript-eslint/utils@7.16.0':
- resolution: {integrity: sha512-PqP4kP3hb4r7Jav+NiRCntlVzhxBNWq6ZQ+zQwII1y/G/1gdIPeYDCKr2+dH6049yJQsWZiHU6RlwvIFBXXGNA==}
+ '@typescript-eslint/utils@7.18.0':
+ resolution: {integrity: sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==}
engines: {node: ^18.18.0 || >=20.0.0}
peerDependencies:
eslint: ^8.56.0
@@ -3103,8 +3135,8 @@ packages:
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
- '@typescript-eslint/visitor-keys@7.16.0':
- resolution: {integrity: sha512-rMo01uPy9C7XxG7AFsxa8zLnWXTF8N3PYclekWSrurvhwiw1eW88mrKiAYe6s53AUY57nTRz8dJsuuXdkAhzCg==}
+ '@typescript-eslint/visitor-keys@7.18.0':
+ resolution: {integrity: sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==}
engines: {node: ^18.18.0 || >=20.0.0}
'@typescript-eslint/visitor-keys@8.0.1':
@@ -3114,93 +3146,93 @@ packages:
'@ungap/structured-clone@1.2.0':
resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==}
- '@unocss/astro@0.61.3':
- resolution: {integrity: sha512-VTgO+nm7PW7/VJt1kf1/4qTqMp4X4CdNG1XjYRGmCTONW+yHhFUEC1NAXt7t2wKEvCYSf5ObmjYowr2qM+GafQ==}
+ '@unocss/astro@0.61.9':
+ resolution: {integrity: sha512-adOXz4itYHxqhvQgJHlEU58EHDTtY2qrcEPVmQVk4qI1W+ezQV6nQMQvti8mS/HbFw3MOJhIY1MlJoZK36/cyw==}
peerDependencies:
vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0
peerDependenciesMeta:
vite:
optional: true
- '@unocss/cli@0.61.3':
- resolution: {integrity: sha512-yj4whI4PwwK9cZXVrtl10AkZlyl9+569xYX+g89cBxqG2wpnbfBvug/hsvw3DyPG6i2MxKAv3Z78uruKnzCIjw==}
+ '@unocss/cli@0.61.9':
+ resolution: {integrity: sha512-W5pN2cOKAOkeKKXMqsGD/J7dpEAmxODtOH2Afjk41qsjqUlzGlUbmgG9PjAz7TDHrAmvuf3nvmMeeT3fii2UFg==}
engines: {node: '>=14'}
hasBin: true
- '@unocss/config@0.61.3':
- resolution: {integrity: sha512-ZSSj5ST8XhiKoi2hLtVcyS8YJxn+Ug/WfasQ2wwOArcYfVFzZUoOQKbLo85hFuI7NV5Fh/aQREoVaJQI111jDA==}
+ '@unocss/config@0.61.9':
+ resolution: {integrity: sha512-ATvZEFMQiW3/oUaaplVMBYuagEELtnLbHSYH4pUGbJ5MALAfV98mZRyk4FkKkYoMYqWLGdCylzpgMPFDOuFQlQ==}
engines: {node: '>=14'}
- '@unocss/core@0.61.3':
- resolution: {integrity: sha512-9vixY1i5E0DQFtHJz/pHyFlFsiXJgL1bKHuocbl+GUi09lY/gE9TRm2qr2JOJx/BF720tMv9VxYI8Zq3EyPOXA==}
+ '@unocss/core@0.61.9':
+ resolution: {integrity: sha512-2W1YZQIWXcueGdbXU/ZCqn/8yQhWk8e8kAHFkVlbc9rictkd2UmPB9nIZ8Ii1tMwt6F0TT6vfHbLJEGCV08o2g==}
- '@unocss/eslint-plugin@0.61.3':
- resolution: {integrity: sha512-Ss6xw5KDoccRDGC+BcZeB3ePAqgUJkf6idMOx/BG3cJATatk0Ydkr/o3KwEg7XDD5JIkACcTSz7YWRJ0z0s7YA==}
+ '@unocss/eslint-plugin@0.61.9':
+ resolution: {integrity: sha512-jgOym3WyWXAWyjkrtIZurkl87XuWAwhN8mul8V4mokpFMB5y6VMlatCYql/dD0tIyZuFJujxfWvUkizqyE84aQ==}
engines: {node: '>=14'}
- '@unocss/extractor-arbitrary-variants@0.61.3':
- resolution: {integrity: sha512-8yFAavi4PXTZTyJqsSQJuZNdaERMyLP4Gs4IzBDt8zjmUrXmYfgV+bKif2eE52QKvtb5/Jsij3fgfMsJouln7A==}
+ '@unocss/extractor-arbitrary-variants@0.61.9':
+ resolution: {integrity: sha512-ii42/hKbhgeBBOy86729t6/HeGmxUcHM8FprPeb/v/DfYsCkjDvMYVynX3FN/K5pR2WV+HHp6TQS7GbTmRIN0g==}
- '@unocss/inspector@0.61.3':
- resolution: {integrity: sha512-F2WfVYdzM+CnocVSptBh945G85+RcxGd0KDm6q+Ctjs5NrHtT0TzX83USMLSjfFzTz/j+Q/kR1WOJWjKynVTXQ==}
+ '@unocss/inspector@0.61.9':
+ resolution: {integrity: sha512-kUcQ/h8/yAfkqL2eCGVFyB0IGSPdR0dx2HH4V+mdSMfd8yKFR/BQys3mBvqZwSZu5a0+iisFHHq9wr+/I5DtHQ==}
- '@unocss/postcss@0.61.3':
- resolution: {integrity: sha512-i76kuYbrvqkVhdfD37mnVqiBJiq9azGzbKZHFIjFWApOxFLak1OTHX5TIwxPspFm8u7U7kmU03JCnqyxWIE0wQ==}
+ '@unocss/postcss@0.61.9':
+ resolution: {integrity: sha512-HuFE/TUH6tt5f/AwiKNhQ/FO/lvFeW0JHPkx9SCURcKKoD3rpJUbhTqVv7c0zlCVQnRFX0hxpimoetp5Dh8qdA==}
engines: {node: '>=14'}
peerDependencies:
postcss: ^8.4.21
- '@unocss/preset-attributify@0.61.3':
- resolution: {integrity: sha512-TSgje5WDfoicTOoh/Od6qlizkZd68vXTdtT7jYEvjCm2mV7EgDJpX+sj2eVv0rPuaARtIqs1b4yG7w3HA6BBnQ==}
+ '@unocss/preset-attributify@0.61.9':
+ resolution: {integrity: sha512-AHlEF7PiIBz1jHZZ62+AZ1u5ITrPNL/mgN8XyKwocoAr9HH8aQ3xzUgIuEX6vfV4a8rTdawffY99BQ12msePWQ==}
- '@unocss/preset-icons@0.61.3':
- resolution: {integrity: sha512-XNti2mgfbRCClzKxy7eMPukgk/mepyGGJNqtONnZmOkzkyhx6KQ2/luhMYnz5xONMG/aseoXMc4Zc1VzOqePRA==}
+ '@unocss/preset-icons@0.61.9':
+ resolution: {integrity: sha512-5XZO511ksu3EVwpV2nIZKa5NzyJAb+JARKaUpQIXssHUVdRKk5nJYr1XtrpBDLgB6VEf/1skViLEa1bpOUI5Wg==}
- '@unocss/preset-mini@0.61.3':
- resolution: {integrity: sha512-QY9P7jcLePkmCGQSqX+ha4Rh2YhY9b9P8gtLFnjzqcdmSxvDFkT7Kf5Un/u/jwV+zCz/5t4F88vWLzBM6js6yQ==}
+ '@unocss/preset-mini@0.61.9':
+ resolution: {integrity: sha512-qhagWfdM7ytRWf4wFfrAcdeCUCVD9wDVrM+9evAmuOnMXWEiVZCjfwhjjFu+8lM7g+38n+gi7VcrNuTiZ8fHBA==}
- '@unocss/preset-tagify@0.61.3':
- resolution: {integrity: sha512-ir+gZJ20hZKapsrxWRTjFjyVJmmUcnkvhk1AiMgoG62MP6GzBQgbkAiy2TzJIEU0zQb8pYhtZ5KePtno+1vcaQ==}
+ '@unocss/preset-tagify@0.61.9':
+ resolution: {integrity: sha512-E+54+uSe+btOnQDlh8XjDUXhwxJd6/TL/8Rdl+7Pg6m+JNXudEt7xOd81L/KlDPD2tYYH9g/dQUaDN5aJyfRPQ==}
- '@unocss/preset-typography@0.61.3':
- resolution: {integrity: sha512-0b1JSk5/oi4DT86dO2sdscZlih4fVo//U6bh1cROAfLlYJsHlAEZau8IxLADcgBAYwCGtY94npfp6y60R37T/A==}
+ '@unocss/preset-typography@0.61.9':
+ resolution: {integrity: sha512-ZDoRViHtzI1Ny0sZyjajeCGEdFQCBn5CeIYgxO/KCpN107KTGLnYfoabv0gHtj/qaeAh30obeOMxZaIuxYoW3Q==}
- '@unocss/preset-uno@0.61.3':
- resolution: {integrity: sha512-ULP0hLBTNJuB0iQqaYaJZYbC4jwQYy0C6H7un3o4R+KsqIuyDanme2VsY51U5mN/pp7K6QJK6qE8EHVvtjCLHQ==}
+ '@unocss/preset-uno@0.61.9':
+ resolution: {integrity: sha512-N4R/BCMphrHvAMZ+qgR/FPoh724uXDuZ/1DEGuirUQJMg7makqrI6czL+P99q1bP8nWzxWEXiRXnKKLiyD9pJw==}
- '@unocss/preset-web-fonts@0.61.3':
- resolution: {integrity: sha512-uBQKjIY+vUWCEqcgjEzdxok8svOmNNHDk1r+qh/Y5VLPWvPdA+Bb5iIwrxib3zzQvkT+au/utCeTGKGgIVhcXA==}
+ '@unocss/preset-web-fonts@0.61.9':
+ resolution: {integrity: sha512-fjQv74+FiAvGJM5vSLkD15Taku0cbi5F7qAr5T85EIQOpUB1fiH2kPoXIOT1WS2lKbQZh6pNGBxLrbBRgnVPew==}
- '@unocss/preset-wind@0.61.3':
- resolution: {integrity: sha512-THdTNAYEtvLz/jhHNgkpLFxC+LNn4W2VqDmpmK/fVMgSlhOYJ8IoQlt8nwgBRbNkEksvgItq8gL/t5+2sHGHhA==}
+ '@unocss/preset-wind@0.61.9':
+ resolution: {integrity: sha512-AzbjJrNL9Rb2BzTiREyssd8v7KFVVLERQ/PNILGzo6yYelYMl4AhKXZ3jgxWEsIABArVa3UkGBigG4h/L+2JHA==}
- '@unocss/reset@0.61.3':
- resolution: {integrity: sha512-WegQ6Plmr/H0D9wuKCVjhUMzi/xAn55A0mJgUnKl1pJHTZetRdK29u0bnpVQzynmlh/Lh4YtD+X4r8DVkASgPw==}
+ '@unocss/reset@0.61.9':
+ resolution: {integrity: sha512-A1KtJiFgLM0N3FqJ9r5M3mVULcwsn+14tq5WkvSPF9ik3zQeJh8/NhxKdJImWClwBOzn795NQFXXFB70Ja+2RA==}
- '@unocss/rule-utils@0.61.3':
- resolution: {integrity: sha512-XwzXE6YUAEc1+4TvJruZfntIM7eo+HdQDMlMI289w9YLLAXw973fp00E9U1dR16JRt1BWzlCnnY1RHAqSiXCVw==}
+ '@unocss/rule-utils@0.61.9':
+ resolution: {integrity: sha512-54Hw0nF+3ga70ETo3kes4He62wdsB4dHMgEiD/DEmJzyVY3ZuG/sIVAgkxjMQDo5w4SSYU/Ys1QaY+IQmeJHFQ==}
engines: {node: '>=14'}
- '@unocss/scope@0.61.3':
- resolution: {integrity: sha512-yElJs2uUiBHyTHKLqWZRK5zvY+7XIqoFXc1Fkv+fxiGy1+4u+zLGoGA66bUWwbjDFLiFgEqwUBJ2+SzDC4Q0Ig==}
+ '@unocss/scope@0.61.9':
+ resolution: {integrity: sha512-a9/vdg7YTFZEnJSaJBh/GqkLokYh3ZjEd3gHUxl/TZDSkGOz3WnkR2h+lgaLZm9MJ7RlSvJxYP8ySezH7jU1Pw==}
- '@unocss/transformer-attributify-jsx-babel@0.61.3':
- resolution: {integrity: sha512-Ubr2/XhB61C2EqrH0TnbJ9bGREvrORyotdRxpCCAzkBWh3i+J+kPrdGCFUgB+wHFcUPUuOKou+8o0rhWVY7mjw==}
+ '@unocss/transformer-attributify-jsx-babel@0.61.9':
+ resolution: {integrity: sha512-+fojHVJhA2MVd3VTCjlEKXf8Vnoy4N+lEl0CrYOD+im44sH5CWogm0RWs9rbeemy1uel6NI1wkP4xTfIA4vEgQ==}
- '@unocss/transformer-attributify-jsx@0.61.3':
- resolution: {integrity: sha512-KK4pi7xsxjRKk/RSFxkdl1JODsefD1YMaqgs6HM2KCdXctqUXd6RYQez7IfQwxnAeZupgatwoFe2CZd0Bbhq2g==}
+ '@unocss/transformer-attributify-jsx@0.61.9':
+ resolution: {integrity: sha512-tKZpZ64Lr6/CX96PhDtKEsqWDo1qjtswEulzIDLxpS90SMyann3azTs6mSuOwGbkbwc4gaJe6H38eCNos0ZqHg==}
- '@unocss/transformer-compile-class@0.61.3':
- resolution: {integrity: sha512-qHxJtRo+yjC0d+IIoNrOxnO8j5bdw7R4XDpR8+MKpGZgVQRmEGwl7Ej0PUGTudVknYGUdPmDTZGr693bzhwzQg==}
+ '@unocss/transformer-compile-class@0.61.9':
+ resolution: {integrity: sha512-jezMpssFJGIaZNE/rw5U+9Rk1RoDrZqXZokRkqt4tamEn1SiXjRMPWoE/hLg5Kw4oybxwCXTuAk2OsD+kTb7iA==}
- '@unocss/transformer-directives@0.61.3':
- resolution: {integrity: sha512-FNJCOlXwi62tVXr4B8lDkHGxOIhNJw2qQpM5jeohLT7xpGPOmVvscWaWI0h6fjSREFwnnbRNif4YPLe/rB6PsA==}
+ '@unocss/transformer-directives@0.61.9':
+ resolution: {integrity: sha512-e4uIbHYdAYJSVpvxOv6kAsyI18X3gHkBsmBYWcUlPLVv+8tYo4eZtc0rn6ZvpiLzkFywG9e9cmpqVQwOR6pBVg==}
- '@unocss/transformer-variant-group@0.61.3':
- resolution: {integrity: sha512-F7v05kfVDhIJ4lu3fjgkwV2GWoeJX4aszER8iqhwWz+0jVUaJRYAxzsVqE299uJ0ut07d+Di+JB7M4ZBRoH3qw==}
+ '@unocss/transformer-variant-group@0.61.9':
+ resolution: {integrity: sha512-iewADYlY0LoeCb80E/4feHVSCKHl+QzGH4xUvW0zU85evMqNOa0/t0dCIoEG22wr/9piyEsg6OdHprZ2QliYqg==}
- '@unocss/vite@0.61.3':
- resolution: {integrity: sha512-Z2kq/hSv1RC3PYAaoXOGB0PEWXCVsgYtdnuFXR/8Tp0Yj2Wdeq906/s411/sqMUvXIaIhm2O9WaDfe0ISoV0sg==}
+ '@unocss/vite@0.61.9':
+ resolution: {integrity: sha512-hP/sL9rq1DvVCbSSx05m+bwYqen1nHm9tW6elKFkfV7X5jBUywu24WRq551NZI33KmgHA525ApX++DSWye+0uw==}
peerDependencies:
vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0
@@ -3211,30 +3243,45 @@ packages:
vite: ^5.0.0
vue: ^3.0.0
- '@vitejs/plugin-vue@5.0.5':
- resolution: {integrity: sha512-LOjm7XeIimLBZyzinBQ6OSm3UBCNVCpLkxGC0oWmm2YPzVZoxMsdvNVimLTBzpAnR9hl/yn1SHGuRfe6/Td9rQ==}
+ '@vitejs/plugin-vue@5.1.2':
+ resolution: {integrity: sha512-nY9IwH12qeiJqumTCLJLE7IiNx7HZ39cbHaysEUd+Myvbz9KAqd2yq+U01Kab1R/H1BmiyM2ShTYlNH32Fzo3A==}
engines: {node: ^18.0.0 || >=20.0.0}
peerDependencies:
vite: ^5.0.0
vue: ^3.2.25
- '@vitest/expect@2.0.2':
- resolution: {integrity: sha512-nKAvxBYqcDugYZ4nJvnm5OR8eDJdgWjk4XM9owQKUjzW70q0icGV2HVnQOyYsp906xJaBDUXw0+9EHw2T8e0mQ==}
+ '@vitest/eslint-plugin@1.0.1':
+ resolution: {integrity: sha512-albpL56cL9XMwHJWCWZqjDxkuDkBXBF3WpPGOv6q2WA3cipCP41cKEwfSGktoRNGmPN77wuX452O8pM+z+ApNw==}
+ peerDependencies:
+ '@typescript-eslint/utils': '>= 8.0'
+ eslint: '>= 8.57.0'
+ typescript: '>= 5.0.0'
+ vitest: '*'
+ peerDependenciesMeta:
+ '@typescript-eslint/utils':
+ optional: true
+ typescript:
+ optional: true
+ vitest:
+ optional: true
+
+ '@vitest/expect@2.0.5':
+ resolution: {integrity: sha512-yHZtwuP7JZivj65Gxoi8upUN2OzHTi3zVfjwdpu2WrvCZPLwsJ2Ey5ILIPccoW23dd/zQBlJ4/dhi7DWNyXCpA==}
- '@vitest/pretty-format@2.0.2':
- resolution: {integrity: sha512-SBCyOXfGVvddRd9r2PwoVR0fonQjh9BMIcBMlSzbcNwFfGr6ZhOhvBzurjvi2F4ryut2HcqiFhNeDVGwru8tLg==}
+ '@vitest/pretty-format@2.0.5':
+ resolution: {integrity: sha512-h8k+1oWHfwTkyTkb9egzwNMfJAEx4veaPSnMeKbVSjp4euqGSbQlm5+6VHwTr7u4FJslVVsUG5nopCaAYdOmSQ==}
- '@vitest/runner@2.0.2':
- resolution: {integrity: sha512-OCh437Vi8Wdbif1e0OvQcbfM3sW4s2lpmOjAE7qfLrpzJX2M7J1IQlNvEcb/fu6kaIB9n9n35wS0G2Q3en5kHg==}
+ '@vitest/runner@2.0.5':
+ resolution: {integrity: sha512-TfRfZa6Bkk9ky4tW0z20WKXFEwwvWhRY+84CnSEtq4+3ZvDlJyY32oNTJtM7AW9ihW90tX/1Q78cb6FjoAs+ig==}
- '@vitest/snapshot@2.0.2':
- resolution: {integrity: sha512-Yc2ewhhZhx+0f9cSUdfzPRcsM6PhIb+S43wxE7OG0kTxqgqzo8tHkXFuFlndXeDMp09G3sY/X5OAo/RfYydf1g==}
+ '@vitest/snapshot@2.0.5':
+ resolution: {integrity: sha512-SgCPUeDFLaM0mIUHfaArq8fD2WbaXG/zVXjRupthYfYGzc8ztbFbu6dUNOblBG7XLMR1kEhS/DNnfCZ2IhdDew==}
- '@vitest/spy@2.0.2':
- resolution: {integrity: sha512-MgwJ4AZtCgqyp2d7WcQVE8aNG5vQ9zu9qMPYQHjsld/QVsrvg78beNrXdO4HYkP0lDahCO3P4F27aagIag+SGQ==}
+ '@vitest/spy@2.0.5':
+ resolution: {integrity: sha512-c/jdthAhvJdpfVuaexSrnawxZz6pywlTPe84LUB2m/4t3rl2fTo9NFGBG4oWgaD+FTgDDV8hJ/nibT7IfH3JfA==}
- '@vitest/utils@2.0.2':
- resolution: {integrity: sha512-pxCY1v7kmOCWYWjzc0zfjGTA3Wmn8PKnlPvSrsA643P1NHl1fOyXj2Q9SaNlrlFE+ivCsxM80Ov3AR82RmHCWQ==}
+ '@vitest/utils@2.0.5':
+ resolution: {integrity: sha512-d8HKbqIcya+GR67mkZbrzhS5kKhtp8dQLcmRZLGTscGVg7yImT82cIrhtn2L8+VujWcy6KZweApgNmPsTAO/UQ==}
'@volar/language-core@1.11.1':
resolution: {integrity: sha512-dOcNn3i9GgZAcJt43wuaEykSluAuOkQgzni1cuxLxTV0nJKanQztp7FxyswdRILaKH+P2XZMPRp2S4MV/pElCw==}
@@ -3378,20 +3425,20 @@ packages:
'@vue/cli-shared-utils@5.0.8':
resolution: {integrity: sha512-uK2YB7bBVuQhjOJF+O52P9yFMXeJVj7ozqJkwYE9PlMHL1LMHjtCYm4cSdOebuPzyP+/9p0BimM/OqxsevIopQ==}
- '@vue/compiler-core@3.4.31':
- resolution: {integrity: sha512-skOiodXWTV3DxfDhB4rOf3OGalpITLlgCeOwb+Y9GJpfQ8ErigdBUHomBzvG78JoVE8MJoQsb+qhZiHfKeNeEg==}
+ '@vue/compiler-core@3.4.37':
+ resolution: {integrity: sha512-ZDDT/KiLKuCRXyzWecNzC5vTcubGz4LECAtfGPENpo0nrmqJHwuWtRLxk/Sb9RAKtR9iFflFycbkjkY+W/PZUQ==}
- '@vue/compiler-dom@3.4.31':
- resolution: {integrity: sha512-wK424WMXsG1IGMyDGyLqB+TbmEBFM78hIsOJ9QwUVLGrcSk0ak6zYty7Pj8ftm7nEtdU/DGQxAXp0/lM/2cEpQ==}
+ '@vue/compiler-dom@3.4.37':
+ resolution: {integrity: sha512-rIiSmL3YrntvgYV84rekAtU/xfogMUJIclUMeIKEtVBFngOL3IeZHhsH3UaFEgB5iFGpj6IW+8YuM/2Up+vVag==}
'@vue/compiler-sfc@2.7.15':
resolution: {integrity: sha512-FCvIEevPmgCgqFBH7wD+3B97y7u7oj/Wr69zADBf403Tui377bThTjBvekaZvlRr4IwUAu3M6hYZeULZFJbdYg==}
- '@vue/compiler-sfc@3.4.31':
- resolution: {integrity: sha512-einJxqEw8IIJxzmnxmJBuK2usI+lJonl53foq+9etB2HAzlPjAS/wa7r0uUpXw5ByX3/0uswVSrjNb17vJm1kQ==}
+ '@vue/compiler-sfc@3.4.37':
+ resolution: {integrity: sha512-vCfetdas40Wk9aK/WWf8XcVESffsbNkBQwS5t13Y/PcfqKfIwJX2gF+82th6dOpnpbptNMlMjAny80li7TaCIg==}
- '@vue/compiler-ssr@3.4.31':
- resolution: {integrity: sha512-RtefmITAje3fJ8FSg1gwgDhdKhZVntIVbwupdyZDSifZTRMiWxWehAOTCc8/KZDnBOcYQ4/9VWxsTbd3wT0hAA==}
+ '@vue/compiler-ssr@3.4.37':
+ resolution: {integrity: sha512-TyAgYBWrHlFrt4qpdACh8e9Ms6C/AZQ6A6xLJaWrCL8GCX5DxMzxyeFAEMfU/VFr4tylHm+a2NpfJpcd7+20XA==}
'@vue/component-compiler-utils@3.3.0':
resolution: {integrity: sha512-97sfH2mYNU+2PzGrmK2haqffDpVASuib9/w2/noxiFi31Z54hW+q3izKQXXQZSNhtiUpAI36uSuYepeBe4wpHQ==}
@@ -3416,22 +3463,22 @@ packages:
typescript:
optional: true
- '@vue/reactivity@3.4.31':
- resolution: {integrity: sha512-VGkTani8SOoVkZNds1PfJ/T1SlAIOf8E58PGAhIOUDYPC4GAmFA2u/E14TDAFcf3vVDKunc4QqCe/SHr8xC65Q==}
+ '@vue/reactivity@3.4.37':
+ resolution: {integrity: sha512-UmdKXGx0BZ5kkxPqQr3PK3tElz6adTey4307NzZ3whZu19i5VavYal7u2FfOmAzlcDVgE8+X0HZ2LxLb/jgbYw==}
- '@vue/runtime-core@3.4.31':
- resolution: {integrity: sha512-LDkztxeUPazxG/p8c5JDDKPfkCDBkkiNLVNf7XZIUnJ+66GVGkP+TIh34+8LtPisZ+HMWl2zqhIw0xN5MwU1cw==}
+ '@vue/runtime-core@3.4.37':
+ resolution: {integrity: sha512-MNjrVoLV/sirHZoD7QAilU1Ifs7m/KJv4/84QVbE6nyAZGQNVOa1HGxaOzp9YqCG+GpLt1hNDC4RbH+KtanV7w==}
- '@vue/runtime-dom@3.4.31':
- resolution: {integrity: sha512-2Auws3mB7+lHhTFCg8E9ZWopA6Q6L455EcU7bzcQ4x6Dn4cCPuqj6S2oBZgN2a8vJRS/LSYYxwFFq2Hlx3Fsaw==}
+ '@vue/runtime-dom@3.4.37':
+ resolution: {integrity: sha512-Mg2EwgGZqtwKrqdL/FKMF2NEaOHuH+Ks9TQn3DHKyX//hQTYOun+7Tqp1eo0P4Ds+SjltZshOSRq6VsU0baaNg==}
- '@vue/server-renderer@3.4.31':
- resolution: {integrity: sha512-D5BLbdvrlR9PE3by9GaUp1gQXlCNadIZytMIb8H2h3FMWJd4oUfkUTEH2wAr3qxoRz25uxbTcbqd3WKlm9EHQA==}
+ '@vue/server-renderer@3.4.37':
+ resolution: {integrity: sha512-jZ5FAHDR2KBq2FsRUJW6GKDOAG9lUTX8aBEGq4Vf6B/35I9fPce66BornuwmqmKgfiSlecwuOb6oeoamYMohkg==}
peerDependencies:
- vue: 3.4.31
+ vue: 3.4.37
- '@vue/shared@3.4.31':
- resolution: {integrity: sha512-Yp3wtJk//8cO4NItOPpi3QkLExAr/aLBGZMmTtW9WpdwBCJpRM6zj9WgWktXAl8IDIozwNMByT45JP3tO3ACWA==}
+ '@vue/shared@3.4.37':
+ resolution: {integrity: sha512-nIh8P2fc3DflG8+5Uw8PT/1i17ccFn0xxN/5oE9RfV5SVnd7G0XEFRwakrnNFE/jlS95fpGXDVG5zDETS26nmg==}
'@vue/test-utils@2.4.6':
resolution: {integrity: sha512-FMxEjOpYNYiFe0GkaHsnJPXFHxQ6m4t8vI/ElPGpMWxZKpmRvQ33OIrvRXemy6yha03RxhOlQuy+gZMC3CQSow==}
@@ -3439,17 +3486,17 @@ packages:
'@vue/web-component-wrapper@1.3.0':
resolution: {integrity: sha512-Iu8Tbg3f+emIIMmI2ycSI8QcEuAUgPTgHwesDU1eKMLE4YC/c/sFbGc70QgMq31ijRftV0R7vCm9co6rldCeOA==}
- '@vueuse/components@10.11.0':
- resolution: {integrity: sha512-ZvLZI23d5ZAtva5fGyYh/jQtZO8l+zJ5tAXyYNqHJZkq1o5yWyqZhENvSv5mfDmN5IuAOp4tq02mRmX/ipFGcg==}
+ '@vueuse/components@10.11.1':
+ resolution: {integrity: sha512-ThcreQCX/eq61sLkLKjigD4PQvs3Wy4zglICvQH9tP6xl87y5KsQEoizn6OI+R3hrOgwQHLJe7Y0wLLh3fBKcg==}
- '@vueuse/core@10.11.0':
- resolution: {integrity: sha512-x3sD4Mkm7PJ+pcq3HX8PLPBadXCAlSDR/waK87dz0gQE+qJnaaFhc/dZVfJz+IUYzTMVGum2QlR7ImiJQN4s6g==}
+ '@vueuse/core@10.11.1':
+ resolution: {integrity: sha512-guoy26JQktXPcz+0n3GukWIy/JDNKti9v6VEMu6kV2sYBsWuGiTU8OWdg+ADfUbHg3/3DlqySDe7JmdHrktiww==}
'@vueuse/core@9.13.0':
resolution: {integrity: sha512-pujnclbeHWxxPRqXWmdkKV5OX4Wk4YeK7wusHqRwU0Q7EFusHoqNA/aPhB6KCh9hEqJkLAJo7bb0Lh9b+OIVzw==}
- '@vueuse/integrations@10.11.0':
- resolution: {integrity: sha512-Pp6MtWEIr+NDOccWd8j59Kpjy5YDXogXI61Kb1JxvSfVBO8NzFQkmrKmSZz47i+ZqHnIzxaT38L358yDHTncZg==}
+ '@vueuse/integrations@10.11.1':
+ resolution: {integrity: sha512-Y5hCGBguN+vuVYTZmdd/IMXLOdfS60zAmDmFYc4BKBcMUPZH1n4tdyDECCPjXm0bNT3ZRUy1xzTLGaUje8Xyaw==}
peerDependencies:
async-validator: ^4
axios: ^1
@@ -3489,14 +3536,14 @@ packages:
universal-cookie:
optional: true
- '@vueuse/metadata@10.11.0':
- resolution: {integrity: sha512-kQX7l6l8dVWNqlqyN3ePW3KmjCQO3ZMgXuBMddIu83CmucrsBfXlH+JoviYyRBws/yLTQO8g3Pbw+bdIoVm4oQ==}
+ '@vueuse/metadata@10.11.1':
+ resolution: {integrity: sha512-IGa5FXd003Ug1qAZmyE8wF3sJ81xGLSqTqtQ6jaVfkeZ4i5kS2mwQF61yhVqojRnenVew5PldLyRgvdl4YYuSw==}
'@vueuse/metadata@9.13.0':
resolution: {integrity: sha512-gdU7TKNAUVlXXLbaF+ZCfte8BjRJQWPCa2J55+7/h+yDtzw3vOoGQDRXzI6pyKyo6bXFT5/QoPE4hAknExjRLQ==}
- '@vueuse/shared@10.11.0':
- resolution: {integrity: sha512-fyNoIXEq3PfX1L3NkNhtVQUSRtqYwJtJg+Bp9rIzculIZWHTkKSysujrOk2J+NrRulLTQH9+3gGSfYLWSEWU1A==}
+ '@vueuse/shared@10.11.1':
+ resolution: {integrity: sha512-LHpC8711VFZlDaYUXEBbFBCQ7GS3dVU9mjOhhMhXP6txTV4EhYQg/KGnQuvt/sPAtoUKq7VVUnL6mVtFoL42sA==}
'@vueuse/shared@9.13.0':
resolution: {integrity: sha512-UrnhU+Cnufu4S6JLCPZnkWh0WwZGUp72ktOF2DFptMlOs3TOdVv8xJN53zhHGARmVOsz5KqOls09+J1NR6sBKw==}
@@ -3588,8 +3635,8 @@ packages:
resolution: {integrity: sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==}
engines: {node: '>=0.4.0'}
- acorn@8.12.0:
- resolution: {integrity: sha512-RTvkC4w+KNXrM39/lWCUaG0IbRkWdCv7W/IOW9oU6SawyxulvkQy5HQPVTKxEjczcUvapcrw3cFx/60VN/NRNw==}
+ acorn@8.12.1:
+ resolution: {integrity: sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==}
engines: {node: '>=0.4.0'}
hasBin: true
@@ -3601,10 +3648,14 @@ packages:
resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==}
engines: {node: '>= 6.0.0'}
- agent-base@7.1.0:
- resolution: {integrity: sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==}
+ agent-base@7.1.1:
+ resolution: {integrity: sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==}
engines: {node: '>= 14'}
+ aggregate-error@3.1.0:
+ resolution: {integrity: sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==}
+ engines: {node: '>=8'}
+
ajv-formats@2.1.1:
resolution: {integrity: sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==}
peerDependencies:
@@ -3639,9 +3690,9 @@ packages:
resolution: {integrity: sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==}
engines: {node: '>=4'}
- ansi-escapes@6.2.0:
- resolution: {integrity: sha512-kzRaCqXnpzWs+3z5ABPQiVke+iq0KXkHo8xiWV4RPTi5Yli0l97BEQuhXV1s7+aSU/fu1kUuxgS4MsQ0fRuygw==}
- engines: {node: '>=14.16'}
+ ansi-escapes@7.0.0:
+ resolution: {integrity: sha512-GdYO7a61mR0fOlAsvC9/rIHf7L96sBc6dEWzeOu+KAea5bZyQRPIpojrVoI4AXGJS/ycu/fBTdLrUkA4ODrvjw==}
+ engines: {node: '>=18'}
ansi-html-community@0.0.8:
resolution: {integrity: sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==}
@@ -3672,9 +3723,6 @@ packages:
resolution: {integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==}
engines: {node: '>=12'}
- ansicolors@0.3.2:
- resolution: {integrity: sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg==}
-
any-promise@1.3.0:
resolution: {integrity: sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==}
@@ -3827,8 +3875,8 @@ packages:
resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==}
engines: {node: '>=8'}
- browserslist@4.23.0:
- resolution: {integrity: sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==}
+ browserslist@4.23.3:
+ resolution: {integrity: sha512-btwCFJVjI4YWDNfau8RhZ+B1Q/VLoUITrm3RlP6y1tYGWIOa+InuYiRGXUBXo8nA1qKmHMyLB/iVQg5TT4eFoA==}
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
hasBin: true
@@ -3855,8 +3903,8 @@ packages:
builtins@5.0.1:
resolution: {integrity: sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ==}
- bumpp@9.4.1:
- resolution: {integrity: sha512-kzhp/LpNX0HkUpEyLd7sU2LTN/mbAVgcxJ1Zi2cAJTE/tul6rypSKGpH8UywDpzKWItL8LVdKsIFnwmylw0+7g==}
+ bumpp@9.4.2:
+ resolution: {integrity: sha512-D0Cb5Mgxei7PObv4FkKQ19v1qSRhA3buQqCEQW6EU4+iort7JxL06DC6bZG5E0x/euZkaBuAQqOtFd2zIJKPjA==}
engines: {node: '>=10'}
hasBin: true
@@ -3864,12 +3912,6 @@ packages:
resolution: {integrity: sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==}
engines: {node: '>=18'}
- bundle-require@4.0.2:
- resolution: {integrity: sha512-jwzPOChofl67PSTW2SGubV9HBQAhhR2i6nskiOThauo9dzwDUgOWQScFVaJkjEfYX+UXiD+LEx8EblQMc2wIag==}
- engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
- peerDependencies:
- esbuild: '>=0.17'
-
bundle-require@5.0.0:
resolution: {integrity: sha512-GuziW3fSSmopcx4KRymQEJVbZUfqlCqcq7dvs6TYwKRZiegK/2buMxQTPs6MGlNv50wms1699qYO54R8XfRX4w==}
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
@@ -3884,13 +3926,22 @@ packages:
resolution: {integrity: sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==}
engines: {node: '>= 0.8'}
- c12@1.10.0:
- resolution: {integrity: sha512-0SsG7UDhoRWcuSvKWHaXmu5uNjDCDN3nkQLRL4Q42IlFy+ze58FcCoI3uPwINXinkz7ZinbhEgyzYFw9u9ZV8g==}
+ c12@1.11.1:
+ resolution: {integrity: sha512-KDU0TvSvVdaYcQKQ6iPHATGz/7p/KiVjPg4vQrB6Jg/wX9R0yl5RZxWm9IoZqaIHD2+6PZd81+KMGwRr/lRIUg==}
+ peerDependencies:
+ magicast: ^0.3.4
+ peerDependenciesMeta:
+ magicast:
+ optional: true
cac@6.7.14:
resolution: {integrity: sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==}
engines: {node: '>=8'}
+ cacache@18.0.4:
+ resolution: {integrity: sha512-B+L5iIa9mgcjLbliir2th36yEwPftrzteHYujzsx3dFP/31GCHcIeS8f5MGd80odLOjaOvSpU3EEAmRQptkxLQ==}
+ engines: {node: ^16.14.0 || >=18.0.0}
+
cacheable-lookup@5.0.4:
resolution: {integrity: sha512-2/kNscPhpcxrOigMZzbiWF7dz8ilhb/nIHU3EyZiXWXpeq/au8qJ8VhdftMkty3n7Gj6HIGalQG8oiBNB3AJgA==}
engines: {node: '>=10.6.0'}
@@ -3927,16 +3978,12 @@ packages:
caniuse-api@3.0.0:
resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==}
- caniuse-lite@1.0.30001621:
- resolution: {integrity: sha512-+NLXZiviFFKX0fk8Piwv3PfLPGtRqJeq2TiNoUff/qB5KJgwecJTvCXDpmlyP/eCI/GUEmp/h/y5j0yckiiZrA==}
+ caniuse-lite@1.0.30001651:
+ resolution: {integrity: sha512-9Cf+Xv1jJNe1xPZLGuUXLNkE1BoDkqRqYyFJ9TDYSqhduqA4hu4oR9HluGoWYQC/aj8WHjsGVV+bwkh0+tegRg==}
capital-case@1.0.4:
resolution: {integrity: sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==}
- cardinal@2.1.1:
- resolution: {integrity: sha512-JSr5eOgoEymtYHBjNWyjrMqet9Am2miJhlfKNdqLp6zoeAh0KN5dRAcxlecj5mAJrmQomgiOBj35xHLrFjqBpw==}
- hasBin: true
-
case-sensitive-paths-webpack-plugin@2.4.0:
resolution: {integrity: sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw==}
engines: {node: '>=4'}
@@ -4008,8 +4055,8 @@ packages:
resolution: {integrity: sha512-TdHqgGf9odd8SXNuxtUBVx8Nv+qZOejE6qyqiy5NtbYYQOeFa6zmHkxlPzmaLxWWHsU6nJmB7AETdVPi+2NBUg==}
engines: {node: '>=8'}
- citty@0.1.5:
- resolution: {integrity: sha512-AS7n5NSc0OQVMV9v6wt3ByujNIrne0/cTjiC2MYqhvao57VNfiuVksTSr2p17nVOhEr2KtqiAkGwHcgMC/qUuQ==}
+ citty@0.1.6:
+ resolution: {integrity: sha512-tskPPKEs8D2KPafUypv2gxwJP8h/OaJmC82QQGGDQcHvXX43xF2VDACcJVmZ0EuSxkpO9Kc4MlrA3q0+FG58AQ==}
clean-css@5.3.3:
resolution: {integrity: sha512-D5J+kHaVb/wKSFcyyV75uCn8fiY4sV38XJoe4CUyGQ+mOU/fMVYUdH1hJC+CJQ5uY3EnW27SbJYS4X8BiLrAFg==}
@@ -4019,6 +4066,10 @@ packages:
resolution: {integrity: sha512-GfisEZEJvzKrmGWkvfhgzcz/BllN1USeqD2V6tg14OAOgaCD2Z/PUEuxnAZ/nPvmaHRG7a8y77p1T/IRQ4D1Hw==}
engines: {node: '>=4'}
+ clean-stack@2.2.0:
+ resolution: {integrity: sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==}
+ engines: {node: '>=6'}
+
cli-boxes@3.0.0:
resolution: {integrity: sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==}
engines: {node: '>=10'}
@@ -4031,9 +4082,9 @@ packages:
resolution: {integrity: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==}
engines: {node: '>=8'}
- cli-cursor@4.0.0:
- resolution: {integrity: sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==}
- engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
+ cli-cursor@5.0.0:
+ resolution: {integrity: sha512-aCj4O5wKyszjMmDT4tZj93kxyydN/K5zPWSCe6/0AV/AA1pqe5ZBIw0a2ZfPQV7lL5/yb5HsUreJ6UFAF1tEQw==}
+ engines: {node: '>=18'}
cli-highlight@2.1.11:
resolution: {integrity: sha512-9KDcoEVwyUXrjcJNvHD0NFc/hiwe/WPVYIleQh2O1N2Zro5gWJZ/K+3DGn8w8P/F6FxOgzyC5bxDyHIgCSPhGg==}
@@ -4044,8 +4095,8 @@ packages:
resolution: {integrity: sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==}
engines: {node: '>=6'}
- cli-table3@0.6.3:
- resolution: {integrity: sha512-w5Jac5SykAeZJKntOxJCrm63Eg5/4dhMWIcuTbo9rpE+brgaSZo0RuNJZeOyMgsUdhDeojvgyQLmjI+K50ZGyg==}
+ cli-table3@0.6.5:
+ resolution: {integrity: sha512-+W/5efTR7y5HRD7gACw9yQjqMVvEMLBHmboM/kPWam+H+Hmyrgjh6YncVKK122YZkXrLudzTuAukUw9FnMf7IQ==}
engines: {node: 10.* || >= 12.*}
cli-truncate@4.0.0:
@@ -4385,8 +4436,8 @@ packages:
core-js-compat@3.37.1:
resolution: {integrity: sha512-9TNiImhKvQqSUkOvk/mMRZzOANTiEVC7WaBNhHcKM7x+/5E1l5NvsysR19zuDQScE8k+kfQXWRN3AtS/eOSHpg==}
- core-js@3.37.1:
- resolution: {integrity: sha512-Xn6qmxrQZyB0FFY8E3bgRXei3lWDJHhvI+u0q9TKIYM49G8pAr0FgnnrFRAmsbptZL1yxRADVXn+x5AGsbBfyw==}
+ core-js@3.38.0:
+ resolution: {integrity: sha512-XPpwqEodRljce9KswjZShh95qJ1URisBeKCjUdq27YdenkslVe7OO0ZJhlYXAChW7OhXaRLl8AAba7IBfoIHug==}
core-util-is@1.0.3:
resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==}
@@ -4533,8 +4584,8 @@ packages:
resolution: {integrity: sha512-ZYP5VBHshaDAiVZxjbRVcFJpc+4xGgT0bK3vzy1HLN8jTO975HEbuYzZJcHoQEY5K1a0z8YayJkyVETa08eNTg==}
engines: {node: '>=18'}
- dayjs@1.11.11:
- resolution: {integrity: sha512-okzr3f11N6WuqYtZSvm+F776mB41wRZMhKP+hc34YdW+KmtYYK9iqvHSwo2k9FEH3fhGXvOPV6yz2IcSrfRUDg==}
+ dayjs@1.11.12:
+ resolution: {integrity: sha512-Rt2g+nTbLlDWZTwwrIXjy9MeiZmSDI375FvZs72ngxx8PDC6YXOeR3q5LAuPzjZQxhiWdRKac7RKV+YyQYfYIg==}
de-indent@1.0.2:
resolution: {integrity: sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==}
@@ -4558,8 +4609,8 @@ packages:
supports-color:
optional: true
- debug@4.3.5:
- resolution: {integrity: sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==}
+ debug@4.3.6:
+ resolution: {integrity: sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==}
engines: {node: '>=6.0'}
peerDependencies:
supports-color: '*'
@@ -4726,16 +4777,16 @@ packages:
ee-first@1.1.1:
resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==}
- electron-to-chromium@1.4.779:
- resolution: {integrity: sha512-oaTiIcszNfySXVJzKcjxd2YjPxziAd+GmXyb2HbidCeFo6Z88ygOT7EimlrEQhM2U08VhSrbKhLOXP0kKUCZ6g==}
+ electron-to-chromium@1.5.6:
+ resolution: {integrity: sha512-jwXWsM5RPf6j9dPYzaorcBSUg6AiqocPEyMpkchkvntaH9HGfOOMZwxMJjDY/XEs3T5dM7uyH1VhRMkqUU9qVw==}
- electron@29.4.3:
- resolution: {integrity: sha512-Fr/D7Iru7zGFK5DtNf3Ck/DBxLHtP/o/32pRXsSoGTVqyHKu2genIiSUiOhbxdu+gQZw4Do+BDDR6inkyr4CGQ==}
+ electron@29.4.5:
+ resolution: {integrity: sha512-DlEuzGbWBYl1Qr0qUYgNZdoixJg4YGHy2HC6fkRjSXSlb01UrQ5ORi8hNLzelzyYx8rNQyyE3zDUuk9EnZwYuA==}
engines: {node: '>= 12.20.55'}
hasBin: true
- element-plus@2.7.6:
- resolution: {integrity: sha512-36sw1K23hYjgeooR10U6CiCaCp2wvOqwoFurADZVlekeQ9v5U1FhJCFGEXO6i/kZBBMwsE1c9fxjLs9LENw2Rg==}
+ element-plus@2.8.0:
+ resolution: {integrity: sha512-7ngapVlVlQAjocVqD4MUKvKXlBneT9DSDk2mmBOSLRFWNm/HLDT15ozmsvUBfy18sajnyUeSIHTtINE8gfrGMg==}
peerDependencies:
vue: ^3.2.0
@@ -4759,6 +4810,9 @@ packages:
resolution: {integrity: sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==}
engines: {node: '>= 0.8'}
+ encoding@0.1.13:
+ resolution: {integrity: sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==}
+
end-of-stream@1.4.4:
resolution: {integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==}
@@ -4784,15 +4838,26 @@ packages:
resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==}
engines: {node: '>=0.12'}
+ entities@5.0.0:
+ resolution: {integrity: sha512-BeJFvFRJddxobhvEdm5GqHzRV/X+ACeuw0/BuuxsCh1EUZcAIz8+kYmBp/LrQuloy6K1f3a0M7+IhmZ7QnkISA==}
+ engines: {node: '>=0.12'}
+
env-paths@2.2.1:
resolution: {integrity: sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==}
engines: {node: '>=6'}
+ environment@1.1.0:
+ resolution: {integrity: sha512-xUtoPkMggbz0MPyPiIWr1Kp4aeWJjDZ6SMvURhimjdZgsRuDplF5/s9hcgGhyXMhs+6vpnuoiZ2kFiu3FMnS8Q==}
+ engines: {node: '>=18'}
+
+ err-code@2.0.3:
+ resolution: {integrity: sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==}
+
error-ex@1.3.2:
resolution: {integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==}
- error-stack-parser-es@0.1.1:
- resolution: {integrity: sha512-g/9rfnvnagiNf+DRMHEVGuGuIBlCIMDFoTA616HaP2l9PlCjGjVhD98PNbVSJvmK4TttqT5mV5tInMhoFgi+aA==}
+ error-stack-parser-es@0.1.5:
+ resolution: {integrity: sha512-xHku1X40RO+fO8yJ8Wh2f2rZWVjqyhb1zgq1yZ8aZRQkv6OOKhKWRUaht3eSCUbAOBaKIgM+ykwFLE+QUxgGeg==}
error-stack-parser@2.1.4:
resolution: {integrity: sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==}
@@ -4813,16 +4878,16 @@ packages:
engines: {node: '>=12'}
hasBin: true
- esbuild@0.20.2:
- resolution: {integrity: sha512-WdOOppmUNU+IbZ0PaDiTst80zjnrOkyJNHoKupIcVyU8Lvla3Ugx94VzkQ32Ijqd7UhHJy75gNWDMUekcrSJ6g==}
- engines: {node: '>=12'}
- hasBin: true
-
esbuild@0.21.5:
resolution: {integrity: sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==}
engines: {node: '>=12'}
hasBin: true
+ esbuild@0.23.0:
+ resolution: {integrity: sha512-1lvV17H2bMYda/WaFb2jLPeHU3zml2k4/yagNMG8Q/YtfMjCwEUZa2eXXMgZTVSL5q1n4H7sQ0X6CdJDqqeCFA==}
+ engines: {node: '>=18'}
+ hasBin: true
+
escalade@3.1.2:
resolution: {integrity: sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==}
engines: {node: '>=6'}
@@ -4859,11 +4924,11 @@ packages:
peerDependencies:
eslint: '>=6.0.0'
- eslint-config-flat-gitignore@0.1.5:
- resolution: {integrity: sha512-hEZLwuZjDBGDERA49c2q7vxc8sCGv8EdBp6PQYzGOMcHIgrfG9YOM6s/4jx24zhD+wnK9AI8mgN5RxSss5nClQ==}
+ eslint-config-flat-gitignore@0.1.8:
+ resolution: {integrity: sha512-OEUbS2wzzYtUfshjOqzFo4Bl4lHykXUdM08TCnYNl7ki+niW4Q1R0j0FDFDr0vjVsI5ZFOz5LvluxOP+Ew+dYw==}
- eslint-flat-config-utils@0.2.5:
- resolution: {integrity: sha512-iO+yLZtC/LKgACerkpvsZ6NoRVB2sxT04mOpnNcEM1aTwKy+6TsT46PUvrML4y2uVBS6I67hRCd2JiKAPaL/Uw==}
+ eslint-flat-config-utils@0.3.0:
+ resolution: {integrity: sha512-FaFQLUunAl6YK7aU/pT23DXYVWg/cEHbSfxwAxpCGT6Su8H9RfkmzKLh1G2bba46p6dTlQeA4VTiV5//0SeToQ==}
eslint-formatting-reporter@0.0.0:
resolution: {integrity: sha512-k9RdyTqxqN/wNYVaTk/ds5B5rA8lgoAmvceYN7bcZMBwU7TuXx5ntewJv81eF3pIL/CiJE+pJZm36llG8yhyyw==}
@@ -4908,14 +4973,14 @@ packages:
peerDependencies:
eslint: ^8.40.0 || ^9.0.0
- eslint-plugin-import-x@0.5.3:
- resolution: {integrity: sha512-hJ/wkMcsLQXAZL3+txXIDpbW5cqwdm1rLTqV4VRY03aIbzE3zWE7rPZKW6Gzf7xyl1u3V1iYC6tOG77d9NF4GQ==}
+ eslint-plugin-import-x@3.1.0:
+ resolution: {integrity: sha512-/UbPA+bYY7nIxcjL3kpcDY3UNdoLHFhyBFzHox2M0ypcUoueTn6woZUUmzzi5et/dXChksasYYFeKE2wshOrhg==}
engines: {node: '>=16'}
peerDependencies:
eslint: ^8.56.0 || ^9.0.0-0
- eslint-plugin-jsdoc@48.5.2:
- resolution: {integrity: sha512-VXBJFviQz30rynlOEQ+dNWLmeopjoAgutUVrWOZwm6Ki4EVDm4XkyIqAV/Zhf7FcDr0AG0aGmRn5FxxCtAF0tA==}
+ eslint-plugin-jsdoc@50.0.1:
+ resolution: {integrity: sha512-UayhAysIk1Du8InV27WMbV4AMSJSu60+bekmeuGK2OUy4QJSFPr1srYT6AInykGkmMdRuHfDX6Q0tJEr8BtDtg==}
engines: {node: '>=18'}
peerDependencies:
eslint: ^7.0.0 || ^8.0.0 || ^9.0.0
@@ -4926,14 +4991,14 @@ packages:
peerDependencies:
eslint: '>=6.0.0'
- eslint-plugin-markdown@5.0.0:
- resolution: {integrity: sha512-kY2u9yDhzvfZ0kmRTsvgm3mTnvZgTSGIIPeHg3yesSx4R5CTCnITUjCPhzCD1MUhNcqHU5Tr6lzx+02EclVPbw==}
+ eslint-plugin-markdown@5.1.0:
+ resolution: {integrity: sha512-SJeyKko1K6GwI0AN6xeCDToXDkfKZfXcexA6B+O2Wr2btUS9GrC+YgwSyVli5DJnctUHjFXcQ2cqTaAmVoLi2A==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: '>=8'
- eslint-plugin-n@17.9.0:
- resolution: {integrity: sha512-CPSaXDXdrT4nsrOrO4mT4VB6FMUkoySRkHWuuJJHVqsIEjIeZgMY1H7AzSwPbDScikBmLN82KeM1u7ixV7PzGg==}
+ eslint-plugin-n@17.10.2:
+ resolution: {integrity: sha512-e+s4eAf5NtJaxPhTNu3qMO0Iz40WANS93w9LQgYcvuljgvDmWi/a3rh+OrNyMHeng6aOWGJO0rCg5lH4zi8yTw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: '>=8.23.0'
@@ -4942,13 +5007,14 @@ packages:
resolution: {integrity: sha512-Lf4YW/bL6Un1R6A76pRZyE1dl1vr31G/ev8UzIc/geCgFWyrKil8hVjYqWVKGB/UIGmb6Slzs9T0wNezdSVegw==}
engines: {node: '>=5.0.0'}
- eslint-plugin-perfectionist@2.11.0:
- resolution: {integrity: sha512-XrtBtiu5rbQv88gl+1e2RQud9te9luYNvKIgM9emttQ2zutHPzY/AQUucwxscDKV4qlTkvLTxjOFvxqeDpPorw==}
+ eslint-plugin-perfectionist@3.1.3:
+ resolution: {integrity: sha512-eFRkBvMnnHjle5MuqTzoTIukWIr7Gm2wXvhTj3HyT/ku2J5oj7quBRbvZ8iYkjPyUFBpir3ZBnVQ5vFYswvpQg==}
+ engines: {node: ^18.0.0 || >=20.0.0}
peerDependencies:
astro-eslint-parser: ^1.0.2
eslint: '>=8.0.0'
svelte: '>=3.0.0'
- svelte-eslint-parser: ^0.37.0
+ svelte-eslint-parser: ^0.41.0
vue-eslint-parser: '>=9.0.0'
peerDependenciesMeta:
astro-eslint-parser:
@@ -4972,34 +5038,20 @@ packages:
peerDependencies:
eslint: '>=6.0.0'
- eslint-plugin-unicorn@54.0.0:
- resolution: {integrity: sha512-XxYLRiYtAWiAjPv6z4JREby1TAE2byBC7wlh0V4vWDCpccOSU1KovWV//jqPXF6bq3WKxqX9rdjoRQ1EhdmNdQ==}
+ eslint-plugin-unicorn@55.0.0:
+ resolution: {integrity: sha512-n3AKiVpY2/uDcGrS3+QsYDkjPfaOrNrsfQxU9nt5nitd9KuvVXrfAvgCO9DYPSfap+Gqjw9EOrXIsBp5tlHZjA==}
engines: {node: '>=18.18'}
peerDependencies:
eslint: '>=8.56.0'
- eslint-plugin-unused-imports@3.2.0:
- resolution: {integrity: sha512-6uXyn6xdINEpxE1MtDjxQsyXB37lfyO2yKGVVgtD7WEWQGORSOZjgrD6hBhvGv4/SO+TOlS+UnC6JppRqbuwGQ==}
- engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
- peerDependencies:
- '@typescript-eslint/eslint-plugin': 6 - 7
- eslint: '8'
- peerDependenciesMeta:
- '@typescript-eslint/eslint-plugin':
- optional: true
-
- eslint-plugin-vitest@0.5.4:
- resolution: {integrity: sha512-um+odCkccAHU53WdKAw39MY61+1x990uXjSPguUCq3VcEHdqJrOb8OTMrbYlY6f9jAKx7x98kLVlIe3RJeJqoQ==}
- engines: {node: ^18.0.0 || >= 20.0.0}
+ eslint-plugin-unused-imports@4.1.3:
+ resolution: {integrity: sha512-lqrNZIZjFMUr7P06eoKtQLwyVRibvG7N+LtfKtObYGizAAGrcqLkc3tDx+iAik2z7q0j/XI3ihjupIqxhFabFA==}
peerDependencies:
- '@typescript-eslint/eslint-plugin': '*'
- eslint: ^8.57.0 || ^9.0.0
- vitest: '*'
+ '@typescript-eslint/eslint-plugin': ^8.0.0-0 || ^7.0.0 || ^6.0.0 || ^5.0.0
+ eslint: ^9.0.0 || ^8.0.0
peerDependenciesMeta:
'@typescript-eslint/eslint-plugin':
optional: true
- vitest:
- optional: true
eslint-plugin-vue@9.27.0:
resolution: {integrity: sha512-5Dw3yxEyuBSXTzT5/Ge1X5kIkRTQ3nvBn/VwPwInNiZBSJOO/timWMUaflONnFBzU6NhB68lxnCda7ULV5N7LA==}
@@ -5019,10 +5071,6 @@ packages:
'@vue/compiler-sfc': ^3.3.0
eslint: ^8.50.0 || ^9.0.0
- eslint-rule-composer@0.3.0:
- resolution: {integrity: sha512-bt+Sh8CtDmn2OajxvNO+BX7Wn4CIWMpTRm3MaiKPCQcnnlm0CS2mhui6QaoeQugs+3Kj2ESKEEGJUdVafwhiCg==}
- engines: {node: '>=4.0.0'}
-
eslint-scope@5.1.1:
resolution: {integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==}
engines: {node: '>=8.0.0'}
@@ -5031,8 +5079,8 @@ packages:
resolution: {integrity: sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
- eslint-scope@8.0.1:
- resolution: {integrity: sha512-pL8XjgP4ZOmmwfFE8mEhSxA7ZY4C+LWyqjQ3o4yWkkmD0qcMT9kkW3zWHOczhWcjTSgqycYAgwSlXvZltv65og==}
+ eslint-scope@8.0.2:
+ resolution: {integrity: sha512-6E4xmrTw5wtxnLA5wYL3WDfhZ/1bUBGOXV0zQvVRDOtrR8D0p6W7fs3JweNYhwRYeGvd/1CKX2se0/2s7Q/nJA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
eslint-ts-patch@8.57.0-0:
@@ -5051,11 +5099,11 @@ packages:
resolution: {integrity: sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- eslint-vitest-rule-tester@0.3.2:
- resolution: {integrity: sha512-E7WamL5ZsyvaM/ONFyM8DGoHUXXm7C/kKwQdFQk1/Nlj/eRcHlxMFzqaqanlEDNc7FAJgUl0B2YdD+/jcfItsw==}
+ eslint-vitest-rule-tester@0.3.3:
+ resolution: {integrity: sha512-JVKpK8RaPhE0AYOHIUY9GVb/XKTT7oEHWLY4CLZ2fyI8IQXs/qesqCTkLwC42txOxvndZjrp8HW1lShpRPEKww==}
peerDependencies:
eslint: ^9.0.0
- vitest: ^1.0.0
+ vitest: ^1.0.0 || ^2.0.0
eslint-webpack-plugin@3.2.0:
resolution: {integrity: sha512-avrKcGncpPbPSUHX6B3stNGzkKFto3eL+DKM4+VyMrVnhPc3vRczVlCq3uhuFOdRvDHTVXuzwk1ZKUrqDQHQ9w==}
@@ -5069,10 +5117,15 @@ packages:
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
hasBin: true
- eslint@9.6.0:
- resolution: {integrity: sha512-ElQkdLMEEqQNM9Njff+2Y4q2afHk7JpkPvrd7Xh7xefwgQynqPxwf55J7di9+MEibWUGdNjFF9ITG9Pck5M84w==}
+ eslint@9.9.0:
+ resolution: {integrity: sha512-JfiKJrbx0506OEerjK2Y1QlldtBxkAlLxT5OEcRF8uaQ86noDe2k31Vw9rnSWv+MXZHj7OOUV/dA0AhdLFcyvA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
hasBin: true
+ peerDependencies:
+ jiti: '*'
+ peerDependenciesMeta:
+ jiti:
+ optional: true
espree@10.1.0:
resolution: {integrity: sha512-M1M6CpiE6ffoigIOWYO9UDP8TMUw9kqb21tf+08IgDYjCsOvCuDt4jQcZmoYxx+w7zlKw9/N0KXfto+I8/FrXA==}
@@ -5087,8 +5140,8 @@ packages:
engines: {node: '>=4'}
hasBin: true
- esquery@1.5.0:
- resolution: {integrity: sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==}
+ esquery@1.6.0:
+ resolution: {integrity: sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==}
engines: {node: '>=0.10'}
esrecurse@4.3.0:
@@ -5227,6 +5280,10 @@ packages:
resolution: {integrity: sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==}
engines: {node: '>=8'}
+ find-up-simple@1.0.0:
+ resolution: {integrity: sha512-q7Us7kcjj2VMePAa02hDAF6d+MzsdsAWEwYyOpwUtlerRBkOEPBCRZrAV4XfcSN8fHAgaD0hP7miwoay6DCprw==}
+ engines: {node: '>=18'}
+
find-up@4.1.0:
resolution: {integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==}
engines: {node: '>=8'}
@@ -5235,10 +5292,6 @@ packages:
resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==}
engines: {node: '>=10'}
- find-up@7.0.0:
- resolution: {integrity: sha512-YyZM99iHrqLKjmt4LJDj58KI+fYyufRLBSYcqycxf//KpBk9FoewoGX0450m9nB44qrZnovzC2oeP5hUibxc/g==}
- engines: {node: '>=18'}
-
flat-cache@3.2.0:
resolution: {integrity: sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==}
engines: {node: ^10.12.0 || >=12.0.0}
@@ -5321,6 +5374,10 @@ packages:
resolution: {integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==}
engines: {node: '>= 8'}
+ fs-minipass@3.0.3:
+ resolution: {integrity: sha512-XUBA9XClHbnJWSfBzjkm6RvPsyg3sryZt06BEQoXcF7EK/xpGaQYJgQKDJSUH5SGZ76Y7pFx1QBnXz09rU5Fbw==}
+ engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
+
fs-monkey@1.0.5:
resolution: {integrity: sha512-8uMbBjrhzW76TYgEV27Y5E//W2f/lTFmx78P2w19FZSxarhI/798APGQyuGCwmkNxgwGRhrLfvWyLBvNtuOmew==}
@@ -5380,8 +5437,8 @@ packages:
get-tsconfig@4.7.5:
resolution: {integrity: sha512-ZCuZCnlqNzjb4QprAzXKdpp/gh6KTxSJuw3IBsPnV/7fV4NxC9ckB+vPTt8w7fJA0TaSD7c55BR47JD6MEDyDw==}
- giget@1.2.1:
- resolution: {integrity: sha512-4VG22mopWtIeHwogGSy1FViXVo0YT+m6BrqZfz0JJFwbSsePsCdOzdLIIli5BtMp7Xe8f/o2OmBpQX2NBOC24g==}
+ giget@1.2.3:
+ resolution: {integrity: sha512-8EHPljDvs7qKykr6uw8b+lqLiUc/vUg+KVTI0uND4s63TdsZM2Xus3mflvF0DDG9SiM4RlCkFGL+7aAjRmV7KA==}
hasBin: true
glob-parent@5.1.2:
@@ -5400,10 +5457,6 @@ packages:
engines: {node: '>=16 || 14 >=14.18'}
hasBin: true
- glob@7.1.6:
- resolution: {integrity: sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==}
- deprecated: Glob versions prior to v9 are no longer supported
-
glob@7.2.3:
resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==}
deprecated: Glob versions prior to v9 are no longer supported
@@ -5429,8 +5482,8 @@ packages:
resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==}
engines: {node: '>=18'}
- globals@15.8.0:
- resolution: {integrity: sha512-VZAJ4cewHTExBWDHR6yptdIBlx9YSSZuwojj9Nt5mBRXQzrKakDsVKQ1J63sklLvzAJm0X5+RpO4i3Y2hcOnFw==}
+ globals@15.9.0:
+ resolution: {integrity: sha512-SmSKyLLKFbSr6rptvP8izbyxJL4ILwqO9Jg23UA0sDlGlu58V59D1//I3vlc0KJphVdUR7vMjHIplYnzBxorQA==}
engines: {node: '>=18'}
globalthis@1.0.3:
@@ -5523,6 +5576,10 @@ packages:
hosted-git-info@2.8.9:
resolution: {integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==}
+ hosted-git-info@7.0.2:
+ resolution: {integrity: sha512-puUZAUKT5m8Zzvs72XWy3HtvVbTWljRE66cP60bxJzAqf2DgICo7lYTY2IHUmLnNpjYvw5bvmoHvPc0QO2a62w==}
+ engines: {node: ^16.14.0 || >=18.0.0}
+
hpack.js@2.1.6:
resolution: {integrity: sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==}
@@ -5614,8 +5671,8 @@ packages:
resolution: {integrity: sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==}
engines: {node: '>= 6'}
- https-proxy-agent@7.0.4:
- resolution: {integrity: sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==}
+ https-proxy-agent@7.0.5:
+ resolution: {integrity: sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==}
engines: {node: '>= 14'}
human-signals@2.1.0:
@@ -5665,8 +5722,8 @@ packages:
resolution: {integrity: sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==}
engines: {node: '>=8'}
- importx@0.3.11:
- resolution: {integrity: sha512-KsFrXKNGeNdeaBsTWU2sEhL3xo+uxquONy5FWnTBititJKebUBg8EgHW8Wl5bpNP+8iN9yOpGqIhVyjfjJigtA==}
+ importx@0.4.3:
+ resolution: {integrity: sha512-x6E6OxmWq/SUaj7wDeDeSjyHP+rMUbEaqJ5fw0uEtC/FTX9ocxNMFJ+ONnpJIsRpFz3ya6qJAK4orwSKqw0BSQ==}
imurmurhash@0.1.4:
resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==}
@@ -5689,6 +5746,10 @@ packages:
ini@1.3.8:
resolution: {integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==}
+ ip-address@9.0.5:
+ resolution: {integrity: sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==}
+ engines: {node: '>= 12'}
+
ip@2.0.1:
resolution: {integrity: sha512-lJUL9imLTNi1ZfXT+DU6rBBdbiKGBuay9B6xGSPVjUeQwaH1RIGqef8RZkUtHioLmSNpPR5M4HVKJGm1j8FWVQ==}
@@ -5783,6 +5844,9 @@ packages:
resolution: {integrity: sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==}
engines: {node: '>=8'}
+ is-lambda@1.0.1:
+ resolution: {integrity: sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==}
+
is-module@1.0.0:
resolution: {integrity: sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==}
@@ -5873,6 +5937,10 @@ packages:
resolution: {integrity: sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==}
hasBin: true
+ jiti@2.0.0-beta.2:
+ resolution: {integrity: sha512-c+PHQZakiQuMKbnhvrjZUvrK6E/AfmTOf4P+E3Y4FNVHcNMX9e/XrnbEvO+m4wS6ZjsvhHh/POQTlfy8uXFc0A==}
+ hasBin: true
+
jju@1.4.0:
resolution: {integrity: sha512-8wb9Yw966OSxApiCt0K3yNJL8pnNeIv+OEq2YMidz4FKP6nonSRoOXc80iXY4JaN2FC11B9qsNmDsm+ZOfMROA==}
@@ -5895,6 +5963,9 @@ packages:
js-tokens@4.0.0:
resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
+ js-tokens@9.0.0:
+ resolution: {integrity: sha512-WriZw1luRMlmV3LGJaR6QOJjWwgLUTf89OwT2lUOyjX2dJGBwgmIkbcz+7WFZjrZM635JOIR517++e/67CP9dQ==}
+
js-yaml@3.14.1:
resolution: {integrity: sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==}
hasBin: true
@@ -5903,6 +5974,9 @@ packages:
resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==}
hasBin: true
+ jsbn@1.1.0:
+ resolution: {integrity: sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==}
+
jsdoc-type-pratt-parser@4.0.0:
resolution: {integrity: sha512-YtOli5Cmzy3q4dP26GraSOeAhqecewG04hoO8DY56CH4KJ9Fvv5qKWUCCo3HZob7esJQHCv6/+bnTy72xZZaVQ==}
engines: {node: '>=12.0.0'}
@@ -5916,8 +5990,8 @@ packages:
canvas:
optional: true
- jsdom@24.1.0:
- resolution: {integrity: sha512-6gpM7pRXCwIOKxX47cgOyvyQDN/Eh0f1MeKySBV2xGdKtqJBLj8P25eY3EVCWo2mglDDzozR2r2MW4T+JiNUZA==}
+ jsdom@24.1.1:
+ resolution: {integrity: sha512-5O1wWV99Jhq4DV7rCLIoZ/UIhyQeDR7wHVyZAHAshbrvZsLs+Xzz7gtwnlJTJDjleiTKh54F4dXrX70vJQTyJQ==}
engines: {node: '>=18'}
peerDependencies:
canvas: ^2.11.2
@@ -5983,6 +6057,10 @@ packages:
jsonfile@6.1.0:
resolution: {integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==}
+ jsonparse@1.3.1:
+ resolution: {integrity: sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==}
+ engines: {'0': node >= 0.2.0}
+
keycharm@0.4.0:
resolution: {integrity: sha512-TyQTtsabOVv3MeOpR92sIKk/br9wxS+zGj4BG7CR8YbK4jM3tyIBaF0zhzeBUMx36/Q/iQLOKKOT+3jOQtemRQ==}
@@ -6022,8 +6100,8 @@ packages:
resolution: {integrity: sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==}
engines: {node: '>=10'}
- lilconfig@3.1.1:
- resolution: {integrity: sha512-O18pf7nyvHTckunPWCV1XUNXU1piu01y2b7ATJ0ppkUkk8ocqVWBrYjJBCwHDjD/ZWcfyrA0P4gKhzWGi5EINQ==}
+ lilconfig@3.1.2:
+ resolution: {integrity: sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==}
engines: {node: '>=14'}
lines-and-columns@1.2.4:
@@ -6032,13 +6110,13 @@ packages:
linkify-it@3.0.3:
resolution: {integrity: sha512-ynTsyrFSdE5oZ/O9GEf00kPngmOfVwazR5GKDq6EYfhlpFug3J2zybX56a2PRRpc9P+FuSoGNAwjlbDs9jJBPQ==}
- lint-staged@15.2.7:
- resolution: {integrity: sha512-+FdVbbCZ+yoh7E/RosSdqKJyUM2OEjTciH0TFNkawKgvFp1zbGlEC39RADg+xKBG1R4mhoH2j85myBQZ5wR+lw==}
+ lint-staged@15.2.8:
+ resolution: {integrity: sha512-PUWFf2zQzsd9EFU+kM1d7UP+AZDbKFKuj+9JNVTBkhUFhbg4MAt6WfyMMwBfM4lYqd4D2Jwac5iuTu9rVj4zCQ==}
engines: {node: '>=18.12.0'}
hasBin: true
- listr2@8.2.1:
- resolution: {integrity: sha512-irTfvpib/rNiD637xeevjO2l3Z5loZmuaRi0L0YE5LfijwVY96oyVn0DFD3o/teAok7nfobMG1THvvcHh/BP6g==}
+ listr2@8.2.4:
+ resolution: {integrity: sha512-opevsywziHd3zHCVQGAj8zu+Z3yHNkkoYhWIGnq54RrCVwLz0MozotJEDnKsIBLvkfLGN6BLOyAeRrYI0pKA4g==}
engines: {node: '>=18.0.0'}
load-tsconfig@0.2.5:
@@ -6069,10 +6147,6 @@ packages:
resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==}
engines: {node: '>=10'}
- locate-path@7.2.0:
- resolution: {integrity: sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==}
- engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
-
lodash-es@4.17.21:
resolution: {integrity: sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==}
@@ -6124,8 +6198,8 @@ packages:
resolution: {integrity: sha512-vlP11XfFGyeNQlmEn9tJ66rEW1coA/79m5z6BCkudjbAGE83uhAcGYrBFwfs3AdLiLzGRusRPAbSPK9xZteCmg==}
engines: {node: '>=4'}
- log-update@6.0.0:
- resolution: {integrity: sha512-niTvB4gqvtof056rRIrTZvjNYE4rCUzO6X/X+kYjd7WFxXeJ0NwEFnRxX6ehkvv3jTwrXnNdtAak5XYZuIyPFw==}
+ log-update@6.1.0:
+ resolution: {integrity: sha512-9ie8ItPR6tjY5uYJh8K/Zrv/RMZ5VOlOWvtZdEHYSTFKZfIBPQa9tOAEeAWhd+AnIneLJ22w5fjOYtoutpWq5w==}
engines: {node: '>=18'}
loupe@3.1.1:
@@ -6156,13 +6230,17 @@ packages:
resolution: {integrity: sha512-8UnnX2PeRAPZuN12svgR9j7M1uWMovg/CEnIwIG0LFkXSJJe4PdfUGiTGl8V9bsBHFUtfVINcSyYxd7q+kx9fA==}
engines: {node: '>=12'}
- magic-string@0.30.10:
- resolution: {integrity: sha512-iIRwTIf0QKV3UAnYK4PU8uiEc4SRh5jX0mwpIwETPpHdhVM4f53RSwS/vXvN1JhGX+Cs7B8qIq3d6AH49O5fAQ==}
+ magic-string@0.30.11:
+ resolution: {integrity: sha512-+Wri9p0QHMy+545hKww7YAu5NyzF8iomPL/RQazugQ9+Ez4Ic3mERMd8ZTX5rfK944j+560ZJi8iAwgak1Ac7A==}
make-dir@3.1.0:
resolution: {integrity: sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==}
engines: {node: '>=8'}
+ make-fetch-happen@13.0.1:
+ resolution: {integrity: sha512-cKTUFc/rbKUd/9meOvgrpJ2WrNzymt6jfRDdwg5UCnVzv9dTpEj9JS5m3wtziXVCjluIXyL8pcaukYqezIzZQA==}
+ engines: {node: ^16.14.0 || >=18.0.0}
+
mark.js@8.11.1:
resolution: {integrity: sha512-1I+1qpDt4idfgLQG+BNWmrqku+7/2bi5nLf4YwF8y8zXvmfiTBY3PV3ZibfrjBueCByROpuBjLLFCajqkgYoLQ==}
@@ -6185,11 +6263,11 @@ packages:
resolution: {integrity: sha512-TchMembfxfNVpHkbtriWltGWc+m3xszaRD0CZup7GFFhzIgQqxIfn3eGj1yZpfuflzPvfkt611B2Q/Bsk1YnGg==}
hasBin: true
- marked-terminal@6.2.0:
- resolution: {integrity: sha512-ubWhwcBFHnXsjYNsu+Wndpg0zhY4CahSpPlA70PlO0rR9r2sZpkyU+rkCsOWH+KMEkx847UpALON+HWgxowFtw==}
+ marked-terminal@7.1.0:
+ resolution: {integrity: sha512-+pvwa14KZL74MVXjYdPR3nSInhGhNvPce/3mqLVZT2oUvt654sL1XImFuLZ1pkA866IYZ3ikDTOFUIC7XzpZZg==}
engines: {node: '>=16.0.0'}
peerDependencies:
- marked: '>=1 <12'
+ marked: '>=1 <14'
marked@9.1.6:
resolution: {integrity: sha512-jcByLnIFkd5gSXZmjNvS1TlmRhCXZjIzHYlaGkPlLIekG55JDR2Z4va9tZwCiP+/RDERiNhMOFu01xd6O5ct1Q==}
@@ -6295,6 +6373,10 @@ packages:
resolution: {integrity: sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==}
engines: {node: '>=12'}
+ mimic-function@5.0.1:
+ resolution: {integrity: sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==}
+ engines: {node: '>=18'}
+
mimic-response@1.0.1:
resolution: {integrity: sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==}
engines: {node: '>=4'}
@@ -6341,6 +6423,26 @@ packages:
minimist@1.2.8:
resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==}
+ minipass-collect@2.0.1:
+ resolution: {integrity: sha512-D7V8PO9oaz7PWGLbCACuI1qEOsq7UKfLotx/C0Aet43fCUB/wfQ7DYeq2oR/svFJGYDHPr38SHATeaj/ZoKHKw==}
+ engines: {node: '>=16 || 14 >=14.17'}
+
+ minipass-fetch@3.0.5:
+ resolution: {integrity: sha512-2N8elDQAtSnFV0Dk7gt15KHsS0Fyz6CbYZ360h0WTYV1Ty46li3rAXVOQj1THMNLdmrD9Vt5pBPtWtVkpwGBqg==}
+ engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
+
+ minipass-flush@1.0.5:
+ resolution: {integrity: sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==}
+ engines: {node: '>= 8'}
+
+ minipass-pipeline@1.2.4:
+ resolution: {integrity: sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==}
+ engines: {node: '>=8'}
+
+ minipass-sized@1.0.3:
+ resolution: {integrity: sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==}
+ engines: {node: '>=8'}
+
minipass@3.3.6:
resolution: {integrity: sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==}
engines: {node: '>=8'}
@@ -6353,8 +6455,8 @@ packages:
resolution: {integrity: sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==}
engines: {node: '>=16 || 14 >=14.17'}
- minisearch@6.3.0:
- resolution: {integrity: sha512-ihFnidEeU8iXzcVHy74dhkxh/dn8Dc08ERl0xwoMMGqp4+LvRSCgicb+zGqWthVokQKvCSxITlh3P08OzdTYCQ==}
+ minisearch@7.1.0:
+ resolution: {integrity: sha512-tv7c/uefWdEhcu6hvrfTihflgeEi2tN6VV7HJnCjK6VxM75QQJh4t9FwJCsA2EsRS8LCnu3W87CuGPWMocOLCA==}
minizlib@2.1.2:
resolution: {integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==}
@@ -6468,8 +6570,8 @@ packages:
resolution: {integrity: sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==}
engines: {node: '>= 6.13.0'}
- node-releases@2.0.14:
- resolution: {integrity: sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==}
+ node-releases@2.0.18:
+ resolution: {integrity: sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==}
nopt@7.2.0:
resolution: {integrity: sha512-CVDtwCdhYIvnAzFoJ6NJ6dX3oga9/HyciQDnG1vQDjSLMeKLJ4A93ZqYKDrgYSr1FBY5/hMYC+2VCi24pgpkGA==}
@@ -6510,11 +6612,19 @@ packages:
resolution: {integrity: sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ==}
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
+ npm-package-arg@11.0.3:
+ resolution: {integrity: sha512-sHGJy8sOC1YraBywpzQlIKBE4pBbGbiF95U6Auspzyem956E0+FtDtsx1ZxlOJkQCZ1AFXAY/yuvtFYrOxF+Bw==}
+ engines: {node: ^16.14.0 || >=18.0.0}
+
npm-packlist@5.1.3:
resolution: {integrity: sha512-263/0NGrn32YFYi4J533qzrQ/krmmrWwhKkzwTuM4f/07ug51odoaNjUexxO4vxlzURHcmYMH1QjvHjsNDKLVg==}
engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
hasBin: true
+ npm-registry-fetch@17.1.0:
+ resolution: {integrity: sha512-5+bKQRH0J1xG1uZ1zMNvxW0VEyoNWgJpY9UDuluPFLKDfJ9u2JmmjmTJV1srBGQOROfdBMiVvnH2Zvpbm+xkVA==}
+ engines: {node: ^16.14.0 || >=18.0.0}
+
npm-run-all2@6.2.2:
resolution: {integrity: sha512-Q+alQAGIW7ZhKcxLt8GcSi3h3ryheD6xnmXahkMRVM5LYmajcUrSITm8h+OPC9RYWMV2GR0Q1ntTUCfxaNoOJw==}
engines: {node: ^14.18.0 || ^16.13.0 || >=18.0.0, npm: '>= 8'}
@@ -6535,11 +6645,11 @@ packages:
nth-check@2.1.1:
resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==}
- nwsapi@2.2.10:
- resolution: {integrity: sha512-QK0sRs7MKv0tKe1+5uZIQk/C8XGza4DAnztJG8iD+TpJIORARrCxczA738awHrZoHeTjSSoHqao2teO0dC/gFQ==}
+ nwsapi@2.2.12:
+ resolution: {integrity: sha512-qXDmcVlZV4XRtKFzddidpfVP4oMSGhga+xdMc25mv8kaLUHtgzCDhUxkrN8exkGdTlLNaXj7CV3GtON7zuGZ+w==}
- nypm@0.3.4:
- resolution: {integrity: sha512-1JLkp/zHBrkS3pZ692IqOaIKSYHmQXgqfELk6YTOfVBnwealAmPA1q2kKK7PHJAHSMBozerThEFZXP3G6o7Ukg==}
+ nypm@0.3.9:
+ resolution: {integrity: sha512-BI2SdqqTHg2d4wJh8P9A1W+bslg33vOE9IZDY6eR2QC+Pu1iNBVZUqczrd43rJb+fMzHU7ltAYKsEFY/kHMFcw==}
engines: {node: ^14.16.0 || >=16.10.0}
hasBin: true
@@ -6594,6 +6704,10 @@ packages:
resolution: {integrity: sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==}
engines: {node: '>=12'}
+ onetime@7.0.0:
+ resolution: {integrity: sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ==}
+ engines: {node: '>=18'}
+
open@10.1.0:
resolution: {integrity: sha512-mnkeQ1qP5Ue2wd+aivTD3NHd/lZ96Lu0jgf0pwktLPtx6cTZiH7tyeGRRHs0zX0rbrahXPnXlUnbeXyaBBuIaw==}
engines: {node: '>=18'}
@@ -6630,10 +6744,6 @@ packages:
resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==}
engines: {node: '>=10'}
- p-limit@4.0.0:
- resolution: {integrity: sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==}
- engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
-
p-locate@4.1.0:
resolution: {integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==}
engines: {node: '>=8'}
@@ -6642,9 +6752,9 @@ packages:
resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==}
engines: {node: '>=10'}
- p-locate@6.0.0:
- resolution: {integrity: sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==}
- engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
+ p-map@4.0.0:
+ resolution: {integrity: sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==}
+ engines: {node: '>=10'}
p-retry@4.6.2:
resolution: {integrity: sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==}
@@ -6668,8 +6778,8 @@ packages:
resolution: {integrity: sha512-RmVuCHWsfu0QPNW+mraxh/xjQVw/lhUCUru8Zni3Ctq3AoMhpDTq0OVdKS6iesd6Kqb7viCV3isAL43dciOSog==}
engines: {node: '>=14'}
- parse-imports@2.1.0:
- resolution: {integrity: sha512-JQWgmK2o4w8leUkZeZPatWdAny6vXGU/3siIUvMF6J2rDCud9aTt8h/px9oZJ6U3EcfhngBJ635uPFI0q0VAeA==}
+ parse-imports@2.1.1:
+ resolution: {integrity: sha512-TDT4HqzUiTMO1wJRwg/t/hYk8Wdp3iF/ToMIlAoVQfL1Xs/sTxq1dKWSMjMbQmIarfWKymOyly40+zmPHXMqCA==}
engines: {node: '>= 18'}
parse-json@5.2.0:
@@ -6705,10 +6815,6 @@ packages:
resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==}
engines: {node: '>=8'}
- path-exists@5.0.0:
- resolution: {integrity: sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==}
- engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
-
path-is-absolute@1.0.1:
resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==}
engines: {node: '>=0.10.0'}
@@ -6777,8 +6883,8 @@ packages:
engines: {node: '>=0.10'}
hasBin: true
- pinia@2.1.7:
- resolution: {integrity: sha512-+C2AHFtcFqjPih0zpYuvof37SFxMQ7OEG2zV9jRI12i9BOy3YQVAHwdKtyyc8pDcDyIc33WCIsZaCFWU7WWxGQ==}
+ pinia@2.2.1:
+ resolution: {integrity: sha512-ltEU3xwiz5ojVMizdP93AHi84Rtfz0+yKd8ud75hr9LVyWX2alxp7vLbY1kFm7MXFmHHr/9B08Xf8Jj6IHTEiQ==}
peerDependencies:
'@vue/composition-api': ^1.4.0
typescript: '>=4.4.4'
@@ -6804,8 +6910,8 @@ packages:
resolution: {integrity: sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==}
engines: {node: '>=4'}
- pnpm@9.5.0:
- resolution: {integrity: sha512-FAA2gwEkYY1iSiGHtQ0EKJ1aCH8ybJ7fwMzXM9dsT1LDoxPU/BSHlKKp2BVTAWAE5nQujPhQZwJopzh/wiDJAw==}
+ pnpm@9.7.0:
+ resolution: {integrity: sha512-3AlDAVa0J/Xs/HmIiJnhw50taQ8AS+cOBSMLcssXPZaDlYdUXQlCm1WsPEKcgBtNw8DgAvZTgwpCD6LdTjz5zw==}
engines: {node: '>=18.12'}
hasBin: true
@@ -6854,16 +6960,22 @@ packages:
peerDependencies:
postcss: ^8.2.15
- postcss-load-config@4.0.2:
- resolution: {integrity: sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==}
- engines: {node: '>= 14'}
+ postcss-load-config@6.0.1:
+ resolution: {integrity: sha512-oPtTM4oerL+UXmx+93ytZVN82RrlY/wPUV8IeDxFrzIjXOLF1pN+EmKPLbubvKHT2HC20xXsCAH2Z+CKV6Oz/g==}
+ engines: {node: '>= 18'}
peerDependencies:
+ jiti: '>=1.21.0'
postcss: '>=8.0.9'
- ts-node: '>=9.0.0'
+ tsx: ^4.8.1
+ yaml: ^2.4.2
peerDependenciesMeta:
+ jiti:
+ optional: true
postcss:
optional: true
- ts-node:
+ tsx:
+ optional: true
+ yaml:
optional: true
postcss-loader@6.2.1:
@@ -7028,8 +7140,8 @@ packages:
resolution: {integrity: sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==}
engines: {node: '>=6.0.0'}
- postcss@8.4.39:
- resolution: {integrity: sha512-0vzE+lAiG7hZl1/9I8yzKLx3aR9Xbof3fBHKunvMfOCYAtMhrsnccJY2iTURb9EZd5+pLuiNV9/c/GZJOHsgIw==}
+ postcss@8.4.41:
+ resolution: {integrity: sha512-TesUflQ0WKZqAvg52PWL6kHgLKP6xB6heTOdoYM0Wt2UHyxNa4K25EZZMgKns3BH1RLVbZCREPpLY0rhnNoHVQ==}
engines: {node: ^10 || ^12 || >=14}
preact@10.19.3:
@@ -7060,6 +7172,10 @@ packages:
pretty-error@4.0.0:
resolution: {integrity: sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw==}
+ proc-log@4.2.0:
+ resolution: {integrity: sha512-g8+OnU/L2v+wyiVK+D5fA34J7EH8jZ8DDlvwhRCMxmMj7UCBvxiO1mGeN+36JXIKF4zevU4kRBd8lVgG9vLelA==}
+ engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
+
process-nextick-args@2.0.1:
resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==}
@@ -7077,6 +7193,10 @@ packages:
resolution: {integrity: sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==}
engines: {node: '>=0.4.0'}
+ promise-retry@2.0.1:
+ resolution: {integrity: sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==}
+ engines: {node: '>=10'}
+
prompts@2.4.2:
resolution: {integrity: sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==}
engines: {node: '>= 6'}
@@ -7094,8 +7214,8 @@ packages:
psl@1.9.0:
resolution: {integrity: sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==}
- publint@0.2.8:
- resolution: {integrity: sha512-C5MjGJ7gpanqaDpgBN+6QhjvXcoj0/YpbucoW29oO5729CGTMzfr3wZTIYcpzB1xl9ZfEqj4KL86P2Z50pt/JA==}
+ publint@0.2.9:
+ resolution: {integrity: sha512-nITKS1NSwD68PQlts0ntryhxrWObep6P0CCycwi1lgXI+K7uKyacMYRRCQi7hTae8imkI3FCi0FlgnwLxjM8yA==}
engines: {node: '>=16'}
hasBin: true
@@ -7144,8 +7264,8 @@ packages:
resolution: {integrity: sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==}
engines: {node: '>= 0.8'}
- rc9@2.1.1:
- resolution: {integrity: sha512-lNeOl38Ws0eNxpO3+wD1I9rkHGQyj1NU1jlzv4go2CtEnEQEUfqnIvZG7W+bC/aXdJ27n5x/yUjb6RoT9tko+Q==}
+ rc9@2.1.2:
+ resolution: {integrity: sha512-btXCnMmRIBINM2LDZoEmOogIZU7Qe7zn4BpomSKZ/ykbLObuBdvG+mFq11DL6fjH1DRwHhrlgtYWG96bJiC7Cg==}
rc@1.2.8:
resolution: {integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==}
@@ -7184,9 +7304,6 @@ packages:
resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==}
engines: {node: '>=8.10.0'}
- redeyed@2.1.1:
- resolution: {integrity: sha512-FNpGGo1DycYAdnrKFxCMmKYgo/mILAqtRYbkdQD8Ep/Hk2PQ5+aEAEx+IU713RTDmuBaH0c8P5ZozurNu5ObRQ==}
-
refa@0.12.1:
resolution: {integrity: sha512-J8rn6v4DBb2nnFqkqwy6/NnTYMcgLA+sLr0iIO41qpv0n+ngb7ksag2tMRl0inb1bbO/esUwzW1vbJi7K0sI0g==}
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
@@ -7287,9 +7404,13 @@ packages:
resolution: {integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==}
engines: {node: '>=8'}
- restore-cursor@4.0.0:
- resolution: {integrity: sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg==}
- engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
+ restore-cursor@5.1.0:
+ resolution: {integrity: sha512-oMA2dcrw6u0YfxJQXm342bFKX/E4sG9rbTzO9ptUcR/e8A33cHuvStiYOwH7fszkZlZ1z/ta9AAoPk2F4qIOHA==}
+ engines: {node: '>=18'}
+
+ retry@0.12.0:
+ resolution: {integrity: sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==}
+ engines: {node: '>= 4'}
retry@0.13.1:
resolution: {integrity: sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==}
@@ -7323,16 +7444,16 @@ packages:
engines: {node: '>=14.18.0', npm: '>=8.0.0'}
hasBin: true
- rollup@4.13.0:
- resolution: {integrity: sha512-3YegKemjoQnYKmsBlOHfMLVPPA5xLkQ8MHLLSw/fBrFaVkEayL51DilPpNNLq1exr98F2B1TzrV0FUlN3gWRPg==}
+ rollup@4.20.0:
+ resolution: {integrity: sha512-6rbWBChcnSGzIlXeIdNIZTopKYad8ZG8ajhl78lGRLsI2rX8IkaotQhVas2Ma+GPxJav19wrSzvRvuiv0YKzWw==}
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
hasBin: true
rrweb-cssom@0.6.0:
resolution: {integrity: sha512-APM0Gt1KoXBz0iIkkdB/kfvGOwC4UuJFeG/c+yV7wSc7q96cG/kJ0HiYCnzivD9SB53cLV1MlHFNfOuPaadYSw==}
- rrweb-cssom@0.7.0:
- resolution: {integrity: sha512-KlSv0pm9kgQSRxXEMgtivPJ4h826YHsuob8pSHcfSZsSXGtvpEAie8S0AnXuObEJ7nhikOb4ahwxDm0H2yW17g==}
+ rrweb-cssom@0.7.1:
+ resolution: {integrity: sha512-TrEMa7JGdVm0UThDJSx7ddw5nVm3UJS9o9CCIZ72B1vSyEZoziDqBYP3XIoi/12lKrJR8rE3jeFHMok2F/Mnsg==}
run-applescript@7.0.0:
resolution: {integrity: sha512-9by4Ij99JUr/MCFBUkDKLWK3G9HVXmabKz9U5MlIAIuvuzkiOicRYs8XJLxX+xahD+mLiiCYDqF9dKAgtzKP1A==}
@@ -7354,8 +7475,8 @@ packages:
safer-buffer@2.1.2:
resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==}
- sass@1.77.6:
- resolution: {integrity: sha512-ByXE1oLD79GVq9Ht1PeHWCPMPB8XHpBuz1r85oByKHjZY6qV6rWnQovQzXJXuQ/XyE1Oj3iPk3lo28uzaRA2/Q==}
+ sass@1.77.8:
+ resolution: {integrity: sha512-4UHg6prsrycW20fqLGPShtEvo/WyHRVRHwOP4DzkUrObWoWI05QBSfzU71TVB7PFaL104TwNaHpjlWXAZbQiNQ==}
engines: {node: '>=14.0.0'}
hasBin: true
@@ -7379,8 +7500,8 @@ packages:
resolution: {integrity: sha512-3A6sD0WYP7+QrjbfNA2FN3FsOaGGFoekCVgTyypy53gPxhbkCIjtO6YWgdrfM+n/8sI8JeXZOIxsHjMTNxQ4nQ==}
engines: {node: ^14.0.0 || >=16.0.0}
- scule@1.1.1:
- resolution: {integrity: sha512-sHtm/SsIK9BUBI3EFT/Gnp9VoKfY6QLvlkvAE6YK7454IF8FSgJEAnJpVdSC7K5/pjI5NfxhzBLW2JAfYA/shQ==}
+ scule@1.3.0:
+ resolution: {integrity: sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==}
search-insights@2.13.0:
resolution: {integrity: sha512-Orrsjf9trHHxFRuo9/rzm0KIWmgzE8RMlZMzuhZOJ01Rnz3D0YBAe+V6473t6/H6c7irs6Lt48brULAiRWb3Vw==}
@@ -7412,8 +7533,8 @@ packages:
engines: {node: '>=10'}
hasBin: true
- semver@7.6.2:
- resolution: {integrity: sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==}
+ semver@7.6.3:
+ resolution: {integrity: sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==}
engines: {node: '>=10'}
hasBin: true
@@ -7483,6 +7604,9 @@ packages:
shiki@1.10.3:
resolution: {integrity: sha512-eneCLncGuvPdTutJuLyUGS8QNPAVFO5Trvld2wgEq1e002mwctAhJKeMGWtWVXOIEzmlcLRqcgPSorR6AVzOmQ==}
+ shiki@1.12.1:
+ resolution: {integrity: sha512-nwmjbHKnOYYAe1aaQyEBHvQymJgfm86ZSS7fT8OaPRr4sbAcBNz7PbfAikMEFSDQ6se2j2zobkXvVKcBOm0ysg==}
+
side-channel@1.0.4:
resolution: {integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==}
@@ -7530,6 +7654,10 @@ packages:
resolution: {integrity: sha512-bSiSngZ/jWeX93BqeIAbImyTbEihizcwNjFoRUIY/T1wWQsfsm2Vw1agPKylXvQTU7iASGdHhyqRlqQzfz+Htg==}
engines: {node: '>=18'}
+ smart-buffer@4.2.0:
+ resolution: {integrity: sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==}
+ engines: {node: '>= 6.0.0', npm: '>= 3.0.0'}
+
snake-case@3.0.4:
resolution: {integrity: sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg==}
@@ -7551,6 +7679,14 @@ packages:
sockjs@0.3.24:
resolution: {integrity: sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==}
+ socks-proxy-agent@8.0.4:
+ resolution: {integrity: sha512-GNAq/eg8Udq2x0eNiFkr9gRg5bA7PXEWagQdeRX4cPSG+X/8V38v637gim9bjFptMk1QWsCTr0ttrJEiXbNnRw==}
+ engines: {node: '>= 14'}
+
+ socks@2.8.3:
+ resolution: {integrity: sha512-l5x7VUUWbjVFbafGLxPWkYsHIhEvmF85tbIeFZWc8ZPtoMyybuEhL7Jye/ooC4/d48FgOjSJXgsF/AJPYCW8Zw==}
+ engines: {node: '>= 10.0.0', npm: '>= 3.0.0'}
+
source-map-js@1.2.0:
resolution: {integrity: sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==}
engines: {node: '>=0.10.0'}
@@ -7601,6 +7737,10 @@ packages:
sprintf-js@1.1.3:
resolution: {integrity: sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==}
+ ssri@10.0.6:
+ resolution: {integrity: sha512-MGrFH9Z4NP9Iyhqn16sDtBpRRNJ0Y2hNa6D65h736fVSaPCHr4DM4sWUNvVaSuC+0OBGhwsrydQwmgfg5LncqQ==}
+ engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
+
ssri@8.0.1:
resolution: {integrity: sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==}
engines: {node: '>= 8'}
@@ -7702,8 +7842,8 @@ packages:
resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==}
engines: {node: '>=8'}
- strip-literal@1.3.0:
- resolution: {integrity: sha512-PugKzOsyXpArk0yWmUwqOZecSO0GH0bPoctLcqNDH9J04pVW3lflYE0ujElBGTloevcxF5MofAOZ7C5l2b+wLg==}
+ strip-literal@2.1.0:
+ resolution: {integrity: sha512-Op+UycaUt/8FbN/Z2TWPBLge3jWrP3xj10f3fnYxf052bKuS3EKs1ZQcVGjnEMdsNVAM+plXRdmjrZ/KgG3Skw==}
style-mod@4.1.0:
resolution: {integrity: sha512-Ca5ib8HrFn+f+0n4N4ScTIA9iTOQ7MaGS1ylHcoVqW9J7w2w8PzN6g9gKmTYgGEBH8e120+RCmhpje6jC5uGWA==}
@@ -7714,9 +7854,9 @@ packages:
peerDependencies:
postcss: ^8.2.15
- sucrase@3.34.0:
- resolution: {integrity: sha512-70/LQEZ07TEcxiU2dz51FKaE6hCTWC6vr7FOk3Gr0U60C3shtAN+H+BFr9XlYe5xqf3RA8nrc+VIwzCfnxuXJw==}
- engines: {node: '>=8'}
+ sucrase@3.35.0:
+ resolution: {integrity: sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==}
+ engines: {node: '>=16 || 14 >=14.17'}
hasBin: true
sumchecker@3.0.1:
@@ -7762,8 +7902,8 @@ packages:
resolution: {integrity: sha512-Vhf+bUa//YSTYKseDiiEuQmhGCoIF3CVBhunm3r/DQnYiGT4JssmnKQc44BIyOZRK2pKjXXAgbhfmbeoC9CJpA==}
engines: {node: '>=12.20'}
- synckit@0.9.0:
- resolution: {integrity: sha512-7RnqIMq572L8PeEzKeBINYEJDDxpcH8JEgLwUqBd3TkofhFRbkq4QLR0u+36avGAhCRbk2nnmjcW9SE531hPDg==}
+ synckit@0.9.1:
+ resolution: {integrity: sha512-7gr8p9TQP6RAHusBOSLs46F4564ZrjV8xFmw5zCmgmhGUcw2hxsShhJ6CEiHQMgPDwAQ1fWHPM0ypc4RMAig4A==}
engines: {node: ^14.18.0 || >=16.0.0}
tabbable@6.2.0:
@@ -7780,8 +7920,8 @@ packages:
resolution: {integrity: sha512-/Wo7DcT0u5HUV486xg675HtjNd3BXZ6xDbzsCUZPt5iw8bTQ63bP0Raut3mvro9u+CUyq7YQd8Cx55fsZXxqLQ==}
engines: {node: '>=10'}
- taze@0.14.2:
- resolution: {integrity: sha512-VjOanFrc3lYIOi6o+FX4RI5m0NOhOb3d+vBK+fRoR4izS6IIGh3y1liMGsnSpC4V7SEWPmh1Z8z4Vr9AWJKFOg==}
+ taze@0.16.3:
+ resolution: {integrity: sha512-1hZ1zZiJWOzWa1QogaPiqaFsME5IkCgHEpNQhIHWH45SNuTvlEw8M2kEoQOTmNjbLtchbGDMKamJAGR8oiMP0g==}
hasBin: true
terser-webpack-plugin@5.3.10:
@@ -7821,8 +7961,8 @@ packages:
peerDependencies:
webpack: ^4.27.0 || ^5.0.0
- three@0.166.1:
- resolution: {integrity: sha512-LtuafkKHHzm61AQA1be2MAYIw1IjmhOUxhBa0prrLpEMWbV7ijvxCRHjSgHPGp2493wLBzwKV46tA9nivLEgKg==}
+ three@0.167.1:
+ resolution: {integrity: sha512-gYTLJA/UQip6J/tJvl91YYqlZF47+D/kxiWrbTon35ZHlXEN0VOo+Qke2walF1/x92v55H6enomymg4Dak52kw==}
thunky@1.1.0:
resolution: {integrity: sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==}
@@ -7899,8 +8039,8 @@ packages:
tslib@2.6.2:
resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==}
- tsup@8.1.0:
- resolution: {integrity: sha512-UFdfCAXukax+U6KzeTNO2kAARHcWxmKsnvSPXUcfA1D+kU05XDccCrkffCQpFaWDsZfV0jMyTsxU39VfCp6EOg==}
+ tsup@8.2.4:
+ resolution: {integrity: sha512-akpCPePnBnC/CXgRrcy72ZSntgIEUa1jN0oJbbvpALWKNOz1B7aM+UVDWGRGIO/T/PZugAESWDJUAb5FD48o8Q==}
engines: {node: '>=18'}
hasBin: true
peerDependencies:
@@ -7918,43 +8058,43 @@ packages:
typescript:
optional: true
- tsx@4.16.2:
- resolution: {integrity: sha512-C1uWweJDgdtX2x600HjaFaucXTilT7tgUZHbOE4+ypskZ1OP8CRCSDkCxG6Vya9EwaFIVagWwpaVAn5wzypaqQ==}
+ tsx@4.17.0:
+ resolution: {integrity: sha512-eN4mnDA5UMKDt4YZixo9tBioibaMBpoxBkD+rIPAjVmYERSG0/dWEY1CEFuV89CgASlKL499q8AhmkMnnjtOJg==}
engines: {node: '>=18.0.0'}
hasBin: true
- turbo-darwin-64@2.0.6:
- resolution: {integrity: sha512-XpgBwWj3Ggmz/gQVqXdMKXHC1iFPMDiuwugLwSzE7Ih0O13JuNtYZKhQnopvbDQnFQCeRq2Vsm5OTWabg/oB/g==}
+ turbo-darwin-64@2.0.12:
+ resolution: {integrity: sha512-NAgfgbXxX/JScWQmmQnGbPuFZq7LIswHfcMk5JwyBXQM/xmklNOxxac7MnGGIOf19Z2f6S3qHy17VIj0SeGfnA==}
cpu: [x64]
os: [darwin]
- turbo-darwin-arm64@2.0.6:
- resolution: {integrity: sha512-RfeZYXIAkiA21E8lsvfptGTqz/256YD+eI1x37fedfvnHFWuIMFZGAOwJxtZc6QasQunDZ9TRRREbJNI68tkIw==}
+ turbo-darwin-arm64@2.0.12:
+ resolution: {integrity: sha512-cP02uer5KSJ+fXL+OfRRk5hnVjV0c60hxDgNcJxrZpfhun7HHoKDDR7w2xhQntiA45aC6ZZEXRqMKpj6GAmKbg==}
cpu: [arm64]
os: [darwin]
- turbo-linux-64@2.0.6:
- resolution: {integrity: sha512-92UDa0xNQQbx0HdSp9ag3YSS3xPdavhc7q9q9mxIAcqyjjD6VElA4Y85m4F/DDGE5SolCrvBz2sQhVmkOd6Caw==}
+ turbo-linux-64@2.0.12:
+ resolution: {integrity: sha512-+mQgGfg1eq5qF+wenK/FKJaNMNAo5DQLC4htQy+8osW+fx6U+8+6UlPQPaycAWDEqwOI7NwuqkeHfkEQLQUTyQ==}
cpu: [x64]
os: [linux]
- turbo-linux-arm64@2.0.6:
- resolution: {integrity: sha512-eQKu6utCVUkIH2kqOzD8OS6E0ba6COjWm6PRDTNCHQRljZW503ycaTUIdMOiJrVg1MkEjDyOReUg8s8D18aJ4Q==}
+ turbo-linux-arm64@2.0.12:
+ resolution: {integrity: sha512-KFyEZDXfPU1DK4zimxdCcqAcK7IIttX4mfsgB7NsSEOmH0dhHOih/YFYiyEDC1lTRx0C2RlzQ0Kjjdz48AN5Eg==}
cpu: [arm64]
os: [linux]
- turbo-windows-64@2.0.6:
- resolution: {integrity: sha512-+9u4EPrpoeHYCQ46dRcou9kbkSoelhOelHNcbs2d86D6ruYD/oIAHK9qgYK8LeARRz0jxhZIA/dWYdYsxJJWkw==}
+ turbo-windows-64@2.0.12:
+ resolution: {integrity: sha512-kJj4KCkZTkDTDCqsSw1m1dbO4WeoQq1mYUm/thXOH0OkeqYbSMt0EyoTcJOgKUDsrMnzZD2gPfYrlYHtV69lVA==}
cpu: [x64]
os: [win32]
- turbo-windows-arm64@2.0.6:
- resolution: {integrity: sha512-rdrKL+p+EjtdDVg0wQ/7yTbzkIYrnb0Pw4IKcjsy3M0RqUM9UcEi67b94XOAyTa5a0GqJL1+tUj2ebsFGPgZbg==}
+ turbo-windows-arm64@2.0.12:
+ resolution: {integrity: sha512-TY3ROxguDilN2olCwcZMaePdW01Xhma0pZU7bNhsQEqca9RGAmsZBuzfGnTMcWPmv4tpnb/PlX1hrt1Hod/44Q==}
cpu: [arm64]
os: [win32]
- turbo@2.0.6:
- resolution: {integrity: sha512-/Ftmxd5Mq//a9yMonvmwENNUN65jOVTwhhBPQjEtNZutYT9YKyzydFGLyVM1nzhpLWahQSMamRc/RDBv5EapzA==}
+ turbo@2.0.12:
+ resolution: {integrity: sha512-8s2KwqjwQj7z8Z53SUZSKVkQOZ2/Sl4D2F440oaBY/k2lGju60dW6srEpnn8/RIDeICZmQn3pQHF79Jfnc5Skw==}
hasBin: true
type-check@0.4.0:
@@ -7985,10 +8125,6 @@ packages:
resolution: {integrity: sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==}
engines: {node: '>=12.20'}
- type-fest@3.13.1:
- resolution: {integrity: sha512-tLq3bSNx+xSpwvAJnzrK0Ep5CLNWjvFTOp71URMaAEWBfRb9nnJiBoUe0tF8bI4ZFO3omgBR6NvnbzVUT3Ly4g==}
- engines: {node: '>=14.16'}
-
type-fest@4.18.2:
resolution: {integrity: sha512-+suCYpfJLAe4OXS6+PPXjW3urOS4IoP9waSiLuXfLgqZODKw/aWwASvzqE886wA0kQgGy0mIWyhd87VpqIy6Xg==}
engines: {node: '>=16'}
@@ -8007,8 +8143,8 @@ packages:
engines: {node: '>=14.17'}
hasBin: true
- typescript@5.5.3:
- resolution: {integrity: sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==}
+ typescript@5.5.4:
+ resolution: {integrity: sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==}
engines: {node: '>=14.17'}
hasBin: true
@@ -8027,11 +8163,8 @@ packages:
typescript:
optional: true
- unconfig@0.3.13:
- resolution: {integrity: sha512-N9Ph5NC4+sqtcOjPfHrRcHekBCadCXWTBzp2VYYbySOHW0PfD9XLCeXshTXjkPYwLrBr9AtSeU0CZmkYECJhng==}
-
- unconfig@0.4.5:
- resolution: {integrity: sha512-+b4pZmGFeT3FD9EHWGkNwuOwrNzfgUq4ZoTh63+EKDyxLvYKajbowjRcKLumGExmPKNi5jxIpzhheKsPtV8dig==}
+ unconfig@0.5.5:
+ resolution: {integrity: sha512-VQZ5PT9HDX+qag0XdgQi8tJepPhXiR/yVOkn707gJDKo31lGjRilPREiQJ9Z6zd/Ugpv6ZvO5VxVIcatldYcNQ==}
uncrypto@0.1.3:
resolution: {integrity: sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==}
@@ -8062,12 +8195,16 @@ packages:
resolution: {integrity: sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==}
engines: {node: '>=4'}
- unicorn-magic@0.1.0:
- resolution: {integrity: sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==}
- engines: {node: '>=18'}
+ unimport@3.10.0:
+ resolution: {integrity: sha512-/UvKRfWx3mNDWwWQhR62HsoM3wxHwYdTq8ellZzMOHnnw4Dp8tovgthyW7DjTrbjDL+i4idOp06voz2VKlvrLw==}
- unimport@3.7.1:
- resolution: {integrity: sha512-V9HpXYfsZye5bPPYUgs0Otn3ODS1mDUciaBlXljI4C2fTwfFpvFZRywmlOu943puN9sncxROMZhsZCjNXEpzEQ==}
+ unique-filename@3.0.0:
+ resolution: {integrity: sha512-afXhuC55wkAmZ0P18QsVE6kp8JaxrEokN2HGIoIVv2ijHQd419H0+6EigAFcIzXeMIkcIkNBpB3L/DXB3cTS/g==}
+ engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
+
+ unique-slug@4.0.0:
+ resolution: {integrity: sha512-WrcA6AyEfqDX5bWige/4NQfPZMtASNVxdmWR76WESYQVAACSgWcR6e9i0mofqqBxYFtL4oAxPIptY73/0YE1DQ==}
+ engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
unist-util-stringify-position@2.0.3:
resolution: {integrity: sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==}
@@ -8084,11 +8221,11 @@ packages:
resolution: {integrity: sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==}
engines: {node: '>= 10.0.0'}
- unocss@0.61.3:
- resolution: {integrity: sha512-Mpci+yP9CUnDjSwm0EAq9U76cgiNB5UM0ztXfDjjMiSe+jOS6sZ2A+kZ5JY9ZBRx5TX0Wh4kQBoPQQ1ooxHicg==}
+ unocss@0.61.9:
+ resolution: {integrity: sha512-D7nEObT1lhCUwXU5MoQ2Msh5S5g1EHVVSqDNM2ODs6dqWSboDCsRTPZQiyQmV9vCobrjYcvAFno9ZAgO7pvurw==}
engines: {node: '>=14'}
peerDependencies:
- '@unocss/webpack': 0.61.3
+ '@unocss/webpack': 0.61.9
vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0
peerDependenciesMeta:
'@unocss/webpack':
@@ -8100,8 +8237,8 @@ packages:
resolution: {integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==}
engines: {node: '>= 0.8'}
- unplugin-auto-import@0.17.6:
- resolution: {integrity: sha512-dmX0Pex5DzMzVuALkexboOZvh51fL/BD6aoPO7qHoTYGlQp0GRKsREv2KMF1lzYI9SXKQiRxAjwzbQnrFFNydQ==}
+ unplugin-auto-import@0.18.2:
+ resolution: {integrity: sha512-Dwb3rAic75harVBrVjwiq6H24PT+nBq2dpxV5BH8NNI6sDFaTytvP+iyo4xy7prQbR3r5K6nMs4f5Wp9PE4g8A==}
engines: {node: '>=14'}
peerDependencies:
'@nuxt/kit': ^3.2.2
@@ -8112,8 +8249,8 @@ packages:
'@vueuse/core':
optional: true
- unplugin-vue-components@0.27.2:
- resolution: {integrity: sha512-YifnsmslMRNt+JRQiCG4ZX1+xUQuubUZm76K7Qtg8dmchZJkHIDxZSyfZb5/jqrLWMTm/TUjGJ3ZDlzO6SFnSQ==}
+ unplugin-vue-components@0.27.3:
+ resolution: {integrity: sha512-5wg7lbdg5ZcrAQNzyYK+6gcg/DG8K6rO+f5YeuvqGHs/PhpapBvpA4O/0ex/pFthE5WgRk43iWuRZEMLVsdz4Q==}
engines: {node: '>=14'}
peerDependencies:
'@babel/parser': ^7.15.8
@@ -8131,8 +8268,8 @@ packages:
peerDependencies:
vue: ^3.2.25
- unplugin@1.11.0:
- resolution: {integrity: sha512-3r7VWZ/webh0SGgJScpWl2/MRCZK5d3ZYFcNaeci/GQ7Teop7zf0Nl2pUuz7G21BwPd9pcUPOC5KmJ2L3WgC5g==}
+ unplugin@1.12.1:
+ resolution: {integrity: sha512-aXEH9c5qi3uYZHo0niUtxDlT9ylG/luMW/dZslSCkbtC31wCyFkmM0kyoBBh+Grhn7CL+/kvKLfN61/EdxPxMQ==}
engines: {node: '>=14.0.0'}
unplugin@1.7.1:
@@ -8142,8 +8279,8 @@ packages:
resolution: {integrity: sha512-Egkr/s4zcMTEuulcIb7dgURS6QpN7DyqQYdf+jBtiaJvQ+eRsrtWUoX84SbvQWuLkXsOjM+8sJC9u6KoMK/U7Q==}
hasBin: true
- update-browserslist-db@1.0.13:
- resolution: {integrity: sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==}
+ update-browserslist-db@1.1.0:
+ resolution: {integrity: sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==}
hasBin: true
peerDependencies:
browserslist: '>= 4.21.0'
@@ -8234,8 +8371,8 @@ packages:
engines: {node: '>=v14.18.0'}
hasBin: true
- vite-node@2.0.2:
- resolution: {integrity: sha512-w4vkSz1Wo+NIQg8pjlEn0jQbcM/0D+xVaYjhw3cvarTanLLBh54oNiRbsT8PNK5GfuST0IlVXjsNRoNlqvY/fw==}
+ vite-node@2.0.5:
+ resolution: {integrity: sha512-LdsW4pxj0Ot69FAoXZ1yTnA9bjGohr2yNBU7QKRxpz8ITSkhuDl6h3zS/tvgz4qrNjeRnvrWeXQ8ZF7Um4W00Q==}
engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true
@@ -8249,8 +8386,8 @@ packages:
vite:
optional: true
- vite-plugin-inspect@0.8.4:
- resolution: {integrity: sha512-G0N3rjfw+AiiwnGw50KlObIHYWfulVwaCBUBLh2xTW9G1eM9ocE5olXkEYUbwyTmX+azM8duubi+9w5awdCz+g==}
+ vite-plugin-inspect@0.8.5:
+ resolution: {integrity: sha512-JvTUqsP1JNDw0lMZ5Z/r5cSj81VK2B7884LO1DC3GMBhdcjcsAnJjdWq7bzQL01Xbh+v60d3lju3g+z7eAtNew==}
engines: {node: '>=14'}
peerDependencies:
'@nuxt/kit': '*'
@@ -8264,8 +8401,8 @@ packages:
peerDependencies:
vite: ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0
- vite@5.3.3:
- resolution: {integrity: sha512-NPQdeCU0Dv2z5fu+ULotpuq5yfCS1BzKUIPhNbP3YBfAMGJXbt2nS+sbTFu+qchaqWTD+H3JK++nRwr6XIcp6A==}
+ vite@5.4.0:
+ resolution: {integrity: sha512-5xokfMX0PIiwCMCMb9ZJcMyh5wbBun0zUzKib+L65vAZ8GY9ePZMXxFrHbr/Kyll2+LSCY7xtERPpxkBDKngwg==}
engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true
peerDependencies:
@@ -8273,6 +8410,7 @@ packages:
less: '*'
lightningcss: ^1.21.0
sass: '*'
+ sass-embedded: '*'
stylus: '*'
sugarss: '*'
terser: ^5.4.0
@@ -8285,6 +8423,8 @@ packages:
optional: true
sass:
optional: true
+ sass-embedded:
+ optional: true
stylus:
optional: true
sugarss:
@@ -8292,8 +8432,8 @@ packages:
terser:
optional: true
- vitepress@1.3.0:
- resolution: {integrity: sha512-Cbm2AgXcCrukUeV+/24g1ZDSvw8blamh/1uf2pz3ApFpaYb9T7mo4imWDZ6APn2uPo4bJ6sgOzvsJ4aH+oLbBA==}
+ vitepress@1.3.2:
+ resolution: {integrity: sha512-6gvecsCuR6b1Cid4w19KQiQ02qkpgzFRqiG0v1ZBekGkrZCzsxdDD5y4WH82HRXAOhU4iZIpzA1CsWqs719rqA==}
hasBin: true
peerDependencies:
markdown-it-mathjax3: ^4
@@ -8304,15 +8444,15 @@ packages:
postcss:
optional: true
- vitest@2.0.2:
- resolution: {integrity: sha512-WlpZ9neRIjNBIOQwBYfBSr0+of5ZCbxT2TVGKW4Lv0c8+srCFIiRdsP7U009t8mMn821HQ4XKgkx5dVWpyoyLw==}
+ vitest@2.0.5:
+ resolution: {integrity: sha512-8GUxONfauuIdeSl5f9GTgVEpg5BTOlplET4WEDaeY2QBiN8wSm68vxN/tb5z405OwppfoCavnwXafiaYBC/xOA==}
engines: {node: ^18.0.0 || >=20.0.0}
hasBin: true
peerDependencies:
'@edge-runtime/vm': '*'
'@types/node': ^18.0.0 || >=20.0.0
- '@vitest/browser': 2.0.2
- '@vitest/ui': 2.0.2
+ '@vitest/browser': 2.0.5
+ '@vitest/ui': 2.0.5
happy-dom: '*'
jsdom: '*'
peerDependenciesMeta:
@@ -8332,8 +8472,8 @@ packages:
vue-component-type-helpers@2.0.6:
resolution: {integrity: sha512-qdGXCtoBrwqk1BT6r2+1Wcvl583ZVkuSZ3or7Y1O2w5AvWtlvvxwjGhmz5DdPJS9xqRdDlgTJ/38ehWnEi0tFA==}
- vue-demi@0.14.8:
- resolution: {integrity: sha512-Uuqnk9YE9SsWeReYqK2alDI5YzciATE0r2SkA6iMAtuXvNTMNACJLJEXNXaEy94ECuBe4Sk6RzRU80kjdbIo1Q==}
+ vue-demi@0.14.10:
+ resolution: {integrity: sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==}
engines: {node: '>=12'}
hasBin: true
peerDependencies:
@@ -8393,8 +8533,8 @@ packages:
peerDependencies:
vue: ^3.0.0
- vue-router@4.4.0:
- resolution: {integrity: sha512-HB+t2p611aIZraV2aPSRNXf0Z/oLZFrlygJm+sZbdJaW6lcFqEDQwnzUBXn+DApw+/QzDU/I9TeWx9izEjTmsA==}
+ vue-router@4.4.3:
+ resolution: {integrity: sha512-sv6wmNKx2j3aqJQDMxLFzs/u/mjA9Z5LCgy6BE0f7yFWMjrPLnS/sPNn8ARY/FXw6byV18EFutn5lTO6+UsV5A==}
peerDependencies:
vue: ^3.2.0
@@ -8422,8 +8562,8 @@ packages:
resolution: {integrity: sha512-a29fsXd2G0KMRqIFTpRgpSbWaNBK3lpCTOLuGLEDnlHWdjB8fwl6zyYZ8xCrqkJdatwZb4mGHiEfJjnw0Q6AwQ==}
deprecated: Vue 2 has reached EOL and is no longer actively maintained. See https://v2.vuejs.org/eol/ for more details.
- vue@3.4.31:
- resolution: {integrity: sha512-njqRrOy7W3YLAlVqSKpBebtZpDVg21FPoaq1I7f/+qqBThK9ChAIjkRWgeP6Eat+8C+iia4P3OYqpATP21BCoQ==}
+ vue@3.4.37:
+ resolution: {integrity: sha512-3vXvNfkKTBsSJ7JP+LyR7GBuwQuckbWvuwAid3xbqK9ppsKt/DUvfqgZ48fgOLEfpy1IacL5f8QhUVl77RaI7A==}
peerDependencies:
typescript: '*'
peerDependenciesMeta:
@@ -8506,8 +8646,8 @@ packages:
webpack-virtual-modules@0.4.6:
resolution: {integrity: sha512-5tyDlKLqPfMqjT3Q9TAqf2YqjwmnUleZwzJi1A5qXnlBCdj2AtOJ6wAWdglTIDOPgOiOrXeBeFcsQ8+aGQ6QbA==}
- webpack-virtual-modules@0.6.1:
- resolution: {integrity: sha512-poXpCylU7ExuvZK8z+On3kX+S8o/2dQ/SVYueKA0D4WEMXROXgY8Ez50/bQEUmvoSMMrWcrJqCHuhAbsiwg7Dg==}
+ webpack-virtual-modules@0.6.2:
+ resolution: {integrity: sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==}
webpack@5.89.0:
resolution: {integrity: sha512-qyfIC10pOr70V+jkmud8tMfajraGCZMBWJtrmuBymQKCrLTRejBI8STDp1MCyZu/QTdZSeacCQYpYNQVOzX5kw==}
@@ -8569,8 +8709,8 @@ packages:
engines: {node: '>= 8'}
hasBin: true
- why-is-node-running@2.2.2:
- resolution: {integrity: sha512-6tSwToZxTOcotxHeA+qGCq1mVzKR3CwcJGmVcY+QE8SHy6TnpFnh8PAvPNHYr7EcuVeG0QSMxtYCuO1ta/G/oA==}
+ why-is-node-running@2.3.0:
+ resolution: {integrity: sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==}
engines: {node: '>=8'}
hasBin: true
@@ -8624,8 +8764,8 @@ packages:
utf-8-validate:
optional: true
- ws@8.17.0:
- resolution: {integrity: sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow==}
+ ws@8.18.0:
+ resolution: {integrity: sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==}
engines: {node: '>=10.0.0'}
peerDependencies:
bufferutil: ^4.0.1
@@ -8672,8 +8812,8 @@ packages:
resolution: {integrity: sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==}
engines: {node: '>= 6'}
- yaml@2.4.2:
- resolution: {integrity: sha512-B3VqDZ+JAg1nZpaEmWtTXUlBneoGx6CPM9b0TENK6aoSu5t73dItudwdgmi6tHlIZZId4dZ9skcAQ2UbcyAeVA==}
+ yaml@2.5.0:
+ resolution: {integrity: sha512-2wWLbGbYDiSqqIKoPjar3MPgB94ErzCtrNE1FdqGuaO0pi2JGjmE8aW8TDZwzU7vuxcGRdL/4gPQwQ7hD5AMSw==}
engines: {node: '>= 14'}
hasBin: true
@@ -8700,10 +8840,6 @@ packages:
resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}
engines: {node: '>=10'}
- yocto-queue@1.0.0:
- resolution: {integrity: sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==}
- engines: {node: '>=12.20'}
-
yorkie@2.0.0:
resolution: {integrity: sha512-jcKpkthap6x63MB4TxwCyuIGkV0oYP/YRyuQU5UO0Yz/E/ZAu+653/uov+phdmO54n6BcvFRyyt0RRrWdN2mpw==}
engines: {node: '>=4'}
@@ -8828,36 +8964,36 @@ snapshots:
'@andrewbranch/untar.js@1.0.3': {}
- '@antfu/eslint-config@2.21.3(@unocss/eslint-plugin@0.61.3(eslint-ts-patch@8.57.0-0)(typescript@5.5.3))(@vue/compiler-sfc@3.4.31)(eslint-plugin-format@0.1.2(eslint-ts-patch@8.57.0-0))(eslint-ts-patch@8.57.0-0)(typescript@5.5.3)(vitest@2.0.2(@types/node@20.14.10)(jsdom@24.1.0)(sass@1.77.6)(terser@5.26.0))':
+ '@antfu/eslint-config@2.25.1(@typescript-eslint/utils@8.0.1(eslint-ts-patch@8.57.0-0)(typescript@5.5.4))(@unocss/eslint-plugin@0.61.9(eslint-ts-patch@8.57.0-0)(typescript@5.5.4))(@vue/compiler-sfc@3.4.37)(eslint-plugin-format@0.1.2(eslint-ts-patch@8.57.0-0))(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)(vitest@2.0.5(@types/node@20.14.15)(jsdom@24.1.1)(sass@1.77.8)(terser@5.26.0))':
dependencies:
'@antfu/install-pkg': 0.3.3
'@clack/prompts': 0.7.0
- '@stylistic/eslint-plugin': 2.3.0(eslint-ts-patch@8.57.0-0)(typescript@5.5.3)
- '@typescript-eslint/eslint-plugin': 7.16.0(@typescript-eslint/parser@8.0.1(eslint-ts-patch@8.57.0-0)(typescript@5.5.3))(eslint-ts-patch@8.57.0-0)(typescript@5.5.3)
- '@typescript-eslint/parser': 7.16.0(eslint-ts-patch@8.57.0-0)(typescript@5.5.3)
+ '@stylistic/eslint-plugin': 2.6.2(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)
+ '@typescript-eslint/eslint-plugin': 8.0.1(@typescript-eslint/parser@8.0.1(eslint-ts-patch@8.57.0-0)(typescript@5.5.4))(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)
+ '@typescript-eslint/parser': 8.0.1(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)
+ '@vitest/eslint-plugin': 1.0.1(@typescript-eslint/utils@8.0.1(eslint-ts-patch@8.57.0-0)(typescript@5.5.4))(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)(vitest@2.0.5(@types/node@20.14.15)(jsdom@24.1.1)(sass@1.77.8)(terser@5.26.0))
eslint: eslint-ts-patch@8.57.0-0
- eslint-config-flat-gitignore: 0.1.5
- eslint-flat-config-utils: 0.2.5
+ eslint-config-flat-gitignore: 0.1.8
+ eslint-flat-config-utils: 0.3.0
eslint-merge-processors: 0.1.0(eslint-ts-patch@8.57.0-0)
eslint-plugin-antfu: 2.3.4(eslint-ts-patch@8.57.0-0)
eslint-plugin-command: 0.2.3(eslint-ts-patch@8.57.0-0)
eslint-plugin-eslint-comments: 3.2.0(eslint-ts-patch@8.57.0-0)
- eslint-plugin-import-x: 0.5.3(eslint-ts-patch@8.57.0-0)(typescript@5.5.3)
- eslint-plugin-jsdoc: 48.5.2(eslint-ts-patch@8.57.0-0)
+ eslint-plugin-import-x: 3.1.0(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)
+ eslint-plugin-jsdoc: 50.0.1(eslint-ts-patch@8.57.0-0)
eslint-plugin-jsonc: 2.16.0(eslint-ts-patch@8.57.0-0)
- eslint-plugin-markdown: 5.0.0(eslint-ts-patch@8.57.0-0)
- eslint-plugin-n: 17.9.0(eslint-ts-patch@8.57.0-0)
+ eslint-plugin-markdown: 5.1.0(eslint-ts-patch@8.57.0-0)
+ eslint-plugin-n: 17.10.2(eslint-ts-patch@8.57.0-0)
eslint-plugin-no-only-tests: 3.1.0
- eslint-plugin-perfectionist: 2.11.0(eslint-ts-patch@8.57.0-0)(typescript@5.5.3)(vue-eslint-parser@9.4.3(eslint-ts-patch@8.57.0-0))
+ eslint-plugin-perfectionist: 3.1.3(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)(vue-eslint-parser@9.4.3(eslint-ts-patch@8.57.0-0))
eslint-plugin-regexp: 2.6.0(eslint-ts-patch@8.57.0-0)
eslint-plugin-toml: 0.11.1(eslint-ts-patch@8.57.0-0)
- eslint-plugin-unicorn: 54.0.0(eslint-ts-patch@8.57.0-0)
- eslint-plugin-unused-imports: 3.2.0(@typescript-eslint/eslint-plugin@7.16.0(@typescript-eslint/parser@7.16.0(eslint-ts-patch@8.57.0-0)(typescript@5.5.3))(eslint-ts-patch@8.57.0-0)(typescript@5.5.3))(eslint-ts-patch@8.57.0-0)
- eslint-plugin-vitest: 0.5.4(@typescript-eslint/eslint-plugin@7.16.0(@typescript-eslint/parser@7.16.0(eslint-ts-patch@8.57.0-0)(typescript@5.5.3))(eslint-ts-patch@8.57.0-0)(typescript@5.5.3))(eslint-ts-patch@8.57.0-0)(typescript@5.5.3)(vitest@2.0.2(@types/node@20.14.10)(jsdom@24.1.0)(sass@1.77.6)(terser@5.26.0))
+ eslint-plugin-unicorn: 55.0.0(eslint-ts-patch@8.57.0-0)
+ eslint-plugin-unused-imports: 4.1.3(@typescript-eslint/eslint-plugin@8.0.1(@typescript-eslint/parser@8.0.1(eslint-ts-patch@8.57.0-0)(typescript@5.5.4))(eslint-ts-patch@8.57.0-0)(typescript@5.5.4))(eslint-ts-patch@8.57.0-0)
eslint-plugin-vue: 9.27.0(eslint-ts-patch@8.57.0-0)
eslint-plugin-yml: 1.14.0(eslint-ts-patch@8.57.0-0)
- eslint-processor-vue-blocks: 0.1.2(@vue/compiler-sfc@3.4.31)(eslint-ts-patch@8.57.0-0)
- globals: 15.8.0
+ eslint-processor-vue-blocks: 0.1.2(@vue/compiler-sfc@3.4.37)(eslint-ts-patch@8.57.0-0)
+ globals: 15.9.0
jsonc-eslint-parser: 2.4.0
local-pkg: 0.5.0
parse-gitignore: 2.0.0
@@ -8867,9 +9003,10 @@ snapshots:
yaml-eslint-parser: 1.2.3
yargs: 17.7.2
optionalDependencies:
- '@unocss/eslint-plugin': 0.61.3(eslint-ts-patch@8.57.0-0)(typescript@5.5.3)
+ '@unocss/eslint-plugin': 0.61.9(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)
eslint-plugin-format: 0.1.2(eslint-ts-patch@8.57.0-0)
transitivePeerDependencies:
+ - '@typescript-eslint/utils'
- '@vue/compiler-sfc'
- supports-color
- svelte
@@ -8885,25 +9022,25 @@ snapshots:
dependencies:
'@jsdevtools/ez-spawn': 3.0.4
- '@antfu/ni@0.21.12': {}
+ '@antfu/ni@0.22.1': {}
'@antfu/utils@0.7.10': {}
- '@arethetypeswrong/cli@0.15.3':
+ '@arethetypeswrong/cli@0.15.4':
dependencies:
'@arethetypeswrong/core': 0.15.1
chalk: 4.1.2
- cli-table3: 0.6.3
+ cli-table3: 0.6.5
commander: 10.0.1
marked: 9.1.6
- marked-terminal: 6.2.0(marked@9.1.6)
- semver: 7.6.2
+ marked-terminal: 7.1.0(marked@9.1.6)
+ semver: 7.6.3
'@arethetypeswrong/core@0.15.1':
dependencies:
'@andrewbranch/untar.js': 1.0.3
fflate: 0.8.2
- semver: 7.6.2
+ semver: 7.6.3
ts-expose-internals-conditionally: 1.0.0-empty.0
typescript: 5.3.3
validate-npm-package-name: 5.0.0
@@ -8913,87 +9050,87 @@ snapshots:
'@babel/highlight': 7.24.7
picocolors: 1.0.1
- '@babel/compat-data@7.24.7': {}
+ '@babel/compat-data@7.25.2': {}
- '@babel/core@7.24.7':
+ '@babel/core@7.25.2':
dependencies:
'@ampproject/remapping': 2.3.0
'@babel/code-frame': 7.24.7
- '@babel/generator': 7.24.7
- '@babel/helper-compilation-targets': 7.24.7
- '@babel/helper-module-transforms': 7.24.7(@babel/core@7.24.7)
- '@babel/helpers': 7.24.7
- '@babel/parser': 7.24.7
- '@babel/template': 7.24.7
- '@babel/traverse': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/generator': 7.25.0
+ '@babel/helper-compilation-targets': 7.25.2
+ '@babel/helper-module-transforms': 7.25.2(@babel/core@7.25.2)
+ '@babel/helpers': 7.25.0
+ '@babel/parser': 7.25.3
+ '@babel/template': 7.25.0
+ '@babel/traverse': 7.25.3
+ '@babel/types': 7.25.2
convert-source-map: 2.0.0
- debug: 4.3.5
+ debug: 4.3.6
gensync: 1.0.0-beta.2
json5: 2.2.3
semver: 6.3.1
transitivePeerDependencies:
- supports-color
- '@babel/eslint-parser@7.24.7(@babel/core@7.24.7)(eslint@9.6.0)':
+ '@babel/eslint-parser@7.25.1(@babel/core@7.25.2)(eslint@9.9.0(jiti@1.21.6))':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1
- eslint: 9.6.0
+ eslint: 9.9.0(jiti@1.21.6)
eslint-visitor-keys: 2.1.0
semver: 6.3.1
- '@babel/generator@7.24.7':
+ '@babel/generator@7.25.0':
dependencies:
- '@babel/types': 7.24.7
+ '@babel/types': 7.25.2
'@jridgewell/gen-mapping': 0.3.5
'@jridgewell/trace-mapping': 0.3.25
jsesc: 2.5.2
'@babel/helper-annotate-as-pure@7.24.7':
dependencies:
- '@babel/types': 7.24.7
+ '@babel/types': 7.25.2
'@babel/helper-builder-binary-assignment-operator-visitor@7.22.15':
dependencies:
- '@babel/types': 7.24.7
+ '@babel/types': 7.25.2
- '@babel/helper-compilation-targets@7.24.7':
+ '@babel/helper-compilation-targets@7.25.2':
dependencies:
- '@babel/compat-data': 7.24.7
- '@babel/helper-validator-option': 7.24.7
- browserslist: 4.23.0
+ '@babel/compat-data': 7.25.2
+ '@babel/helper-validator-option': 7.24.8
+ browserslist: 4.23.3
lru-cache: 5.1.1
semver: 6.3.1
- '@babel/helper-create-class-features-plugin@7.24.7(@babel/core@7.24.7)':
+ '@babel/helper-create-class-features-plugin@7.24.7(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-annotate-as-pure': 7.24.7
'@babel/helper-environment-visitor': 7.24.7
'@babel/helper-function-name': 7.24.7
'@babel/helper-member-expression-to-functions': 7.24.7
'@babel/helper-optimise-call-expression': 7.24.7
- '@babel/helper-replace-supers': 7.24.7(@babel/core@7.24.7)
+ '@babel/helper-replace-supers': 7.24.7(@babel/core@7.25.2)
'@babel/helper-skip-transparent-expression-wrappers': 7.24.7
'@babel/helper-split-export-declaration': 7.24.7
semver: 6.3.1
transitivePeerDependencies:
- supports-color
- '@babel/helper-create-regexp-features-plugin@7.22.15(@babel/core@7.24.7)':
+ '@babel/helper-create-regexp-features-plugin@7.22.15(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-annotate-as-pure': 7.24.7
regexpu-core: 5.3.2
semver: 6.3.1
- '@babel/helper-define-polyfill-provider@0.4.4(@babel/core@7.24.7)':
+ '@babel/helper-define-polyfill-provider@0.4.4(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-compilation-targets': 7.24.7
+ '@babel/core': 7.25.2
+ '@babel/helper-compilation-targets': 7.25.2
'@babel/helper-plugin-utils': 7.24.7
- debug: 4.3.5
+ debug: 4.3.6
lodash.debounce: 4.0.8
resolve: 1.22.8
transitivePeerDependencies:
@@ -9001,62 +9138,61 @@ snapshots:
'@babel/helper-environment-visitor@7.24.7':
dependencies:
- '@babel/types': 7.24.7
+ '@babel/types': 7.25.2
'@babel/helper-function-name@7.24.7':
dependencies:
- '@babel/template': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/template': 7.25.0
+ '@babel/types': 7.25.2
'@babel/helper-hoist-variables@7.24.7':
dependencies:
- '@babel/types': 7.24.7
+ '@babel/types': 7.25.2
'@babel/helper-member-expression-to-functions@7.24.7':
dependencies:
- '@babel/traverse': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/traverse': 7.25.3
+ '@babel/types': 7.25.2
transitivePeerDependencies:
- supports-color
'@babel/helper-module-imports@7.22.15':
dependencies:
- '@babel/types': 7.24.7
+ '@babel/types': 7.25.2
'@babel/helper-module-imports@7.24.7':
dependencies:
- '@babel/traverse': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/traverse': 7.25.3
+ '@babel/types': 7.25.2
transitivePeerDependencies:
- supports-color
- '@babel/helper-module-transforms@7.24.7(@babel/core@7.24.7)':
+ '@babel/helper-module-transforms@7.25.2(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-environment-visitor': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-module-imports': 7.24.7
'@babel/helper-simple-access': 7.24.7
- '@babel/helper-split-export-declaration': 7.24.7
'@babel/helper-validator-identifier': 7.24.7
+ '@babel/traverse': 7.25.3
transitivePeerDependencies:
- supports-color
'@babel/helper-optimise-call-expression@7.24.7':
dependencies:
- '@babel/types': 7.24.7
+ '@babel/types': 7.25.2
'@babel/helper-plugin-utils@7.24.7': {}
- '@babel/helper-remap-async-to-generator@7.22.20(@babel/core@7.24.7)':
+ '@babel/helper-remap-async-to-generator@7.22.20(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-annotate-as-pure': 7.24.7
'@babel/helper-environment-visitor': 7.24.7
'@babel/helper-wrap-function': 7.22.20
- '@babel/helper-replace-supers@7.24.7(@babel/core@7.24.7)':
+ '@babel/helper-replace-supers@7.24.7(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-environment-visitor': 7.24.7
'@babel/helper-member-expression-to-functions': 7.24.7
'@babel/helper-optimise-call-expression': 7.24.7
@@ -9065,38 +9201,38 @@ snapshots:
'@babel/helper-simple-access@7.24.7':
dependencies:
- '@babel/traverse': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/traverse': 7.25.3
+ '@babel/types': 7.25.2
transitivePeerDependencies:
- supports-color
'@babel/helper-skip-transparent-expression-wrappers@7.24.7':
dependencies:
- '@babel/traverse': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/traverse': 7.25.3
+ '@babel/types': 7.25.2
transitivePeerDependencies:
- supports-color
'@babel/helper-split-export-declaration@7.24.7':
dependencies:
- '@babel/types': 7.24.7
+ '@babel/types': 7.25.2
- '@babel/helper-string-parser@7.24.7': {}
+ '@babel/helper-string-parser@7.24.8': {}
'@babel/helper-validator-identifier@7.24.7': {}
- '@babel/helper-validator-option@7.24.7': {}
+ '@babel/helper-validator-option@7.24.8': {}
'@babel/helper-wrap-function@7.22.20':
dependencies:
'@babel/helper-function-name': 7.24.7
- '@babel/template': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/template': 7.25.0
+ '@babel/types': 7.25.2
- '@babel/helpers@7.24.7':
+ '@babel/helpers@7.25.0':
dependencies:
- '@babel/template': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/template': 7.25.0
+ '@babel/types': 7.25.2
'@babel/highlight@7.24.7':
dependencies:
@@ -9105,603 +9241,603 @@ snapshots:
js-tokens: 4.0.0
picocolors: 1.0.1
- '@babel/parser@7.24.7':
+ '@babel/parser@7.25.3':
dependencies:
- '@babel/types': 7.24.7
+ '@babel/types': 7.25.2
- '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.23.3(@babel/core@7.24.7)':
+ '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.23.3(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.23.3(@babel/core@7.24.7)':
+ '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.23.3(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.7
'@babel/helper-skip-transparent-expression-wrappers': 7.24.7
- '@babel/plugin-transform-optional-chaining': 7.23.4(@babel/core@7.24.7)
+ '@babel/plugin-transform-optional-chaining': 7.23.4(@babel/core@7.25.2)
transitivePeerDependencies:
- supports-color
- '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.23.7(@babel/core@7.24.7)':
+ '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.23.7(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-environment-visitor': 7.24.7
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.24.7)':
+ '@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.24.7)
+ '@babel/core': 7.25.2
+ '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.25.2)
'@babel/helper-plugin-utils': 7.24.7
transitivePeerDependencies:
- supports-color
- '@babel/plugin-proposal-decorators@7.23.5(@babel/core@7.24.7)':
+ '@babel/plugin-proposal-decorators@7.23.5(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.24.7)
+ '@babel/core': 7.25.2
+ '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.25.2)
'@babel/helper-plugin-utils': 7.24.7
- '@babel/helper-replace-supers': 7.24.7(@babel/core@7.24.7)
+ '@babel/helper-replace-supers': 7.24.7(@babel/core@7.25.2)
'@babel/helper-split-export-declaration': 7.24.7
- '@babel/plugin-syntax-decorators': 7.23.3(@babel/core@7.24.7)
+ '@babel/plugin-syntax-decorators': 7.23.3(@babel/core@7.25.2)
transitivePeerDependencies:
- supports-color
- '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.24.7)':
+ '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
- '@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.24.7)':
+ '@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.24.7)':
+ '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.24.7)':
+ '@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-decorators@7.23.3(@babel/core@7.24.7)':
+ '@babel/plugin-syntax-decorators@7.23.3(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.24.7)':
+ '@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.24.7)':
+ '@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-import-assertions@7.23.3(@babel/core@7.24.7)':
+ '@babel/plugin-syntax-import-assertions@7.23.3(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-import-attributes@7.23.3(@babel/core@7.24.7)':
+ '@babel/plugin-syntax-import-attributes@7.23.3(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.24.7)':
+ '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.24.7)':
+ '@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-jsx@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-syntax-jsx@7.24.7(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.24.7)':
+ '@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.24.7)':
+ '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.24.7)':
+ '@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.24.7)':
+ '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.24.7)':
+ '@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.24.7)':
+ '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.24.7)':
+ '@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.24.7)':
+ '@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-typescript@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-syntax-typescript@7.24.7(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.24.7)':
+ '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.7)
+ '@babel/core': 7.25.2
+ '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.25.2)
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-transform-arrow-functions@7.23.3(@babel/core@7.24.7)':
+ '@babel/plugin-transform-arrow-functions@7.23.3(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-transform-async-generator-functions@7.23.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-async-generator-functions@7.23.7(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-environment-visitor': 7.24.7
'@babel/helper-plugin-utils': 7.24.7
- '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.24.7)
- '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.24.7)
+ '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.25.2)
+ '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.25.2)
- '@babel/plugin-transform-async-to-generator@7.23.3(@babel/core@7.24.7)':
+ '@babel/plugin-transform-async-to-generator@7.23.3(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-module-imports': 7.24.7
'@babel/helper-plugin-utils': 7.24.7
- '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.24.7)
+ '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.25.2)
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-block-scoped-functions@7.23.3(@babel/core@7.24.7)':
+ '@babel/plugin-transform-block-scoped-functions@7.23.3(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-transform-block-scoping@7.23.4(@babel/core@7.24.7)':
+ '@babel/plugin-transform-block-scoping@7.23.4(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-transform-class-properties@7.23.3(@babel/core@7.24.7)':
+ '@babel/plugin-transform-class-properties@7.23.3(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.24.7)
+ '@babel/core': 7.25.2
+ '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.25.2)
'@babel/helper-plugin-utils': 7.24.7
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-class-static-block@7.23.4(@babel/core@7.24.7)':
+ '@babel/plugin-transform-class-static-block@7.23.4(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.24.7)
+ '@babel/core': 7.25.2
+ '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.25.2)
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.24.7)
+ '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.25.2)
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-classes@7.23.5(@babel/core@7.24.7)':
+ '@babel/plugin-transform-classes@7.23.5(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-annotate-as-pure': 7.24.7
- '@babel/helper-compilation-targets': 7.24.7
+ '@babel/helper-compilation-targets': 7.25.2
'@babel/helper-environment-visitor': 7.24.7
'@babel/helper-function-name': 7.24.7
'@babel/helper-optimise-call-expression': 7.24.7
'@babel/helper-plugin-utils': 7.24.7
- '@babel/helper-replace-supers': 7.24.7(@babel/core@7.24.7)
+ '@babel/helper-replace-supers': 7.24.7(@babel/core@7.25.2)
'@babel/helper-split-export-declaration': 7.24.7
globals: 11.12.0
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-computed-properties@7.23.3(@babel/core@7.24.7)':
+ '@babel/plugin-transform-computed-properties@7.23.3(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.7
- '@babel/template': 7.24.7
+ '@babel/template': 7.25.0
- '@babel/plugin-transform-destructuring@7.23.3(@babel/core@7.24.7)':
+ '@babel/plugin-transform-destructuring@7.23.3(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-transform-dotall-regex@7.23.3(@babel/core@7.24.7)':
+ '@babel/plugin-transform-dotall-regex@7.23.3(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.7)
+ '@babel/core': 7.25.2
+ '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.25.2)
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-transform-duplicate-keys@7.23.3(@babel/core@7.24.7)':
+ '@babel/plugin-transform-duplicate-keys@7.23.3(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-transform-dynamic-import@7.23.4(@babel/core@7.24.7)':
+ '@babel/plugin-transform-dynamic-import@7.23.4(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.24.7)
+ '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.25.2)
- '@babel/plugin-transform-exponentiation-operator@7.23.3(@babel/core@7.24.7)':
+ '@babel/plugin-transform-exponentiation-operator@7.23.3(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-builder-binary-assignment-operator-visitor': 7.22.15
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-transform-export-namespace-from@7.23.4(@babel/core@7.24.7)':
+ '@babel/plugin-transform-export-namespace-from@7.23.4(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.24.7)
+ '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.25.2)
- '@babel/plugin-transform-for-of@7.23.6(@babel/core@7.24.7)':
+ '@babel/plugin-transform-for-of@7.23.6(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.7
'@babel/helper-skip-transparent-expression-wrappers': 7.24.7
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-function-name@7.23.3(@babel/core@7.24.7)':
+ '@babel/plugin-transform-function-name@7.23.3(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-compilation-targets': 7.24.7
+ '@babel/core': 7.25.2
+ '@babel/helper-compilation-targets': 7.25.2
'@babel/helper-function-name': 7.24.7
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-transform-json-strings@7.23.4(@babel/core@7.24.7)':
+ '@babel/plugin-transform-json-strings@7.23.4(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.24.7)
+ '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.25.2)
- '@babel/plugin-transform-literals@7.23.3(@babel/core@7.24.7)':
+ '@babel/plugin-transform-literals@7.23.3(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-transform-logical-assignment-operators@7.23.4(@babel/core@7.24.7)':
+ '@babel/plugin-transform-logical-assignment-operators@7.23.4(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.24.7)
+ '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.25.2)
- '@babel/plugin-transform-member-expression-literals@7.23.3(@babel/core@7.24.7)':
+ '@babel/plugin-transform-member-expression-literals@7.23.3(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-transform-modules-amd@7.23.3(@babel/core@7.24.7)':
+ '@babel/plugin-transform-modules-amd@7.23.3(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-module-transforms': 7.24.7(@babel/core@7.24.7)
+ '@babel/core': 7.25.2
+ '@babel/helper-module-transforms': 7.25.2(@babel/core@7.25.2)
'@babel/helper-plugin-utils': 7.24.7
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-modules-commonjs@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-modules-commonjs@7.24.7(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-module-transforms': 7.24.7(@babel/core@7.24.7)
+ '@babel/core': 7.25.2
+ '@babel/helper-module-transforms': 7.25.2(@babel/core@7.25.2)
'@babel/helper-plugin-utils': 7.24.7
'@babel/helper-simple-access': 7.24.7
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-modules-systemjs@7.23.3(@babel/core@7.24.7)':
+ '@babel/plugin-transform-modules-systemjs@7.23.3(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-hoist-variables': 7.24.7
- '@babel/helper-module-transforms': 7.24.7(@babel/core@7.24.7)
+ '@babel/helper-module-transforms': 7.25.2(@babel/core@7.25.2)
'@babel/helper-plugin-utils': 7.24.7
'@babel/helper-validator-identifier': 7.24.7
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-modules-umd@7.23.3(@babel/core@7.24.7)':
+ '@babel/plugin-transform-modules-umd@7.23.3(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-module-transforms': 7.24.7(@babel/core@7.24.7)
+ '@babel/core': 7.25.2
+ '@babel/helper-module-transforms': 7.25.2(@babel/core@7.25.2)
'@babel/helper-plugin-utils': 7.24.7
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.24.7)':
+ '@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.7)
+ '@babel/core': 7.25.2
+ '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.25.2)
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-transform-new-target@7.23.3(@babel/core@7.24.7)':
+ '@babel/plugin-transform-new-target@7.23.3(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-transform-nullish-coalescing-operator@7.23.4(@babel/core@7.24.7)':
+ '@babel/plugin-transform-nullish-coalescing-operator@7.23.4(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.7)
+ '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.25.2)
- '@babel/plugin-transform-numeric-separator@7.23.4(@babel/core@7.24.7)':
+ '@babel/plugin-transform-numeric-separator@7.23.4(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.24.7)
+ '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.25.2)
- '@babel/plugin-transform-object-rest-spread@7.23.4(@babel/core@7.24.7)':
+ '@babel/plugin-transform-object-rest-spread@7.23.4(@babel/core@7.25.2)':
dependencies:
- '@babel/compat-data': 7.24.7
- '@babel/core': 7.24.7
- '@babel/helper-compilation-targets': 7.24.7
+ '@babel/compat-data': 7.25.2
+ '@babel/core': 7.25.2
+ '@babel/helper-compilation-targets': 7.25.2
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.7)
- '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.24.7)
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.25.2)
+ '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.25.2)
- '@babel/plugin-transform-object-super@7.23.3(@babel/core@7.24.7)':
+ '@babel/plugin-transform-object-super@7.23.3(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.7
- '@babel/helper-replace-supers': 7.24.7(@babel/core@7.24.7)
+ '@babel/helper-replace-supers': 7.24.7(@babel/core@7.25.2)
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-optional-catch-binding@7.23.4(@babel/core@7.24.7)':
+ '@babel/plugin-transform-optional-catch-binding@7.23.4(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.24.7)
+ '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.25.2)
- '@babel/plugin-transform-optional-chaining@7.23.4(@babel/core@7.24.7)':
+ '@babel/plugin-transform-optional-chaining@7.23.4(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.7
'@babel/helper-skip-transparent-expression-wrappers': 7.24.7
- '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.7)
+ '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.25.2)
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-parameters@7.23.3(@babel/core@7.24.7)':
+ '@babel/plugin-transform-parameters@7.23.3(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-transform-private-methods@7.23.3(@babel/core@7.24.7)':
+ '@babel/plugin-transform-private-methods@7.23.3(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.24.7)
+ '@babel/core': 7.25.2
+ '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.25.2)
'@babel/helper-plugin-utils': 7.24.7
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-private-property-in-object@7.23.4(@babel/core@7.24.7)':
+ '@babel/plugin-transform-private-property-in-object@7.23.4(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-annotate-as-pure': 7.24.7
- '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.24.7)
+ '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.25.2)
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.24.7)
+ '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.25.2)
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-property-literals@7.23.3(@babel/core@7.24.7)':
+ '@babel/plugin-transform-property-literals@7.23.3(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-transform-regenerator@7.23.3(@babel/core@7.24.7)':
+ '@babel/plugin-transform-regenerator@7.23.3(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.7
regenerator-transform: 0.15.2
- '@babel/plugin-transform-reserved-words@7.23.3(@babel/core@7.24.7)':
+ '@babel/plugin-transform-reserved-words@7.23.3(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-transform-runtime@7.23.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-runtime@7.23.7(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-module-imports': 7.24.7
'@babel/helper-plugin-utils': 7.24.7
- babel-plugin-polyfill-corejs2: 0.4.7(@babel/core@7.24.7)
- babel-plugin-polyfill-corejs3: 0.8.7(@babel/core@7.24.7)
- babel-plugin-polyfill-regenerator: 0.5.4(@babel/core@7.24.7)
+ babel-plugin-polyfill-corejs2: 0.4.7(@babel/core@7.25.2)
+ babel-plugin-polyfill-corejs3: 0.8.7(@babel/core@7.25.2)
+ babel-plugin-polyfill-regenerator: 0.5.4(@babel/core@7.25.2)
semver: 6.3.1
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-shorthand-properties@7.23.3(@babel/core@7.24.7)':
+ '@babel/plugin-transform-shorthand-properties@7.23.3(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-transform-spread@7.23.3(@babel/core@7.24.7)':
+ '@babel/plugin-transform-spread@7.23.3(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.7
'@babel/helper-skip-transparent-expression-wrappers': 7.24.7
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-sticky-regex@7.23.3(@babel/core@7.24.7)':
+ '@babel/plugin-transform-sticky-regex@7.23.3(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-transform-template-literals@7.23.3(@babel/core@7.24.7)':
+ '@babel/plugin-transform-template-literals@7.23.3(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-transform-typeof-symbol@7.23.3(@babel/core@7.24.7)':
+ '@babel/plugin-transform-typeof-symbol@7.23.3(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-transform-typescript@7.24.7(@babel/core@7.24.7)':
+ '@babel/plugin-transform-typescript@7.24.7(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-annotate-as-pure': 7.24.7
- '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.24.7)
+ '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.25.2)
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-typescript': 7.24.7(@babel/core@7.24.7)
+ '@babel/plugin-syntax-typescript': 7.24.7(@babel/core@7.25.2)
transitivePeerDependencies:
- supports-color
- '@babel/plugin-transform-unicode-escapes@7.23.3(@babel/core@7.24.7)':
+ '@babel/plugin-transform-unicode-escapes@7.23.3(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-transform-unicode-property-regex@7.23.3(@babel/core@7.24.7)':
+ '@babel/plugin-transform-unicode-property-regex@7.23.3(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.7)
+ '@babel/core': 7.25.2
+ '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.25.2)
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-transform-unicode-regex@7.23.3(@babel/core@7.24.7)':
+ '@babel/plugin-transform-unicode-regex@7.23.3(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.7)
+ '@babel/core': 7.25.2
+ '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.25.2)
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-transform-unicode-sets-regex@7.23.3(@babel/core@7.24.7)':
+ '@babel/plugin-transform-unicode-sets-regex@7.23.3(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.7)
+ '@babel/core': 7.25.2
+ '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.25.2)
'@babel/helper-plugin-utils': 7.24.7
- '@babel/preset-env@7.23.7(@babel/core@7.24.7)':
+ '@babel/preset-env@7.23.7(@babel/core@7.25.2)':
dependencies:
- '@babel/compat-data': 7.24.7
- '@babel/core': 7.24.7
- '@babel/helper-compilation-targets': 7.24.7
+ '@babel/compat-data': 7.25.2
+ '@babel/core': 7.25.2
+ '@babel/helper-compilation-targets': 7.25.2
'@babel/helper-plugin-utils': 7.24.7
- '@babel/helper-validator-option': 7.24.7
- '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.23.3(@babel/core@7.24.7)
- '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.23.3(@babel/core@7.24.7)
- '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.23.7(@babel/core@7.24.7)
- '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.24.7)
- '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.24.7)
- '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.24.7)
- '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.24.7)
- '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.24.7)
- '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.24.7)
- '@babel/plugin-syntax-import-assertions': 7.23.3(@babel/core@7.24.7)
- '@babel/plugin-syntax-import-attributes': 7.23.3(@babel/core@7.24.7)
- '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.24.7)
- '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.24.7)
- '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.24.7)
- '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.7)
- '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.24.7)
- '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.7)
- '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.24.7)
- '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.7)
- '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.24.7)
- '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.24.7)
- '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.24.7)
- '@babel/plugin-transform-arrow-functions': 7.23.3(@babel/core@7.24.7)
- '@babel/plugin-transform-async-generator-functions': 7.23.7(@babel/core@7.24.7)
- '@babel/plugin-transform-async-to-generator': 7.23.3(@babel/core@7.24.7)
- '@babel/plugin-transform-block-scoped-functions': 7.23.3(@babel/core@7.24.7)
- '@babel/plugin-transform-block-scoping': 7.23.4(@babel/core@7.24.7)
- '@babel/plugin-transform-class-properties': 7.23.3(@babel/core@7.24.7)
- '@babel/plugin-transform-class-static-block': 7.23.4(@babel/core@7.24.7)
- '@babel/plugin-transform-classes': 7.23.5(@babel/core@7.24.7)
- '@babel/plugin-transform-computed-properties': 7.23.3(@babel/core@7.24.7)
- '@babel/plugin-transform-destructuring': 7.23.3(@babel/core@7.24.7)
- '@babel/plugin-transform-dotall-regex': 7.23.3(@babel/core@7.24.7)
- '@babel/plugin-transform-duplicate-keys': 7.23.3(@babel/core@7.24.7)
- '@babel/plugin-transform-dynamic-import': 7.23.4(@babel/core@7.24.7)
- '@babel/plugin-transform-exponentiation-operator': 7.23.3(@babel/core@7.24.7)
- '@babel/plugin-transform-export-namespace-from': 7.23.4(@babel/core@7.24.7)
- '@babel/plugin-transform-for-of': 7.23.6(@babel/core@7.24.7)
- '@babel/plugin-transform-function-name': 7.23.3(@babel/core@7.24.7)
- '@babel/plugin-transform-json-strings': 7.23.4(@babel/core@7.24.7)
- '@babel/plugin-transform-literals': 7.23.3(@babel/core@7.24.7)
- '@babel/plugin-transform-logical-assignment-operators': 7.23.4(@babel/core@7.24.7)
- '@babel/plugin-transform-member-expression-literals': 7.23.3(@babel/core@7.24.7)
- '@babel/plugin-transform-modules-amd': 7.23.3(@babel/core@7.24.7)
- '@babel/plugin-transform-modules-commonjs': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-modules-systemjs': 7.23.3(@babel/core@7.24.7)
- '@babel/plugin-transform-modules-umd': 7.23.3(@babel/core@7.24.7)
- '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.24.7)
- '@babel/plugin-transform-new-target': 7.23.3(@babel/core@7.24.7)
- '@babel/plugin-transform-nullish-coalescing-operator': 7.23.4(@babel/core@7.24.7)
- '@babel/plugin-transform-numeric-separator': 7.23.4(@babel/core@7.24.7)
- '@babel/plugin-transform-object-rest-spread': 7.23.4(@babel/core@7.24.7)
- '@babel/plugin-transform-object-super': 7.23.3(@babel/core@7.24.7)
- '@babel/plugin-transform-optional-catch-binding': 7.23.4(@babel/core@7.24.7)
- '@babel/plugin-transform-optional-chaining': 7.23.4(@babel/core@7.24.7)
- '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.24.7)
- '@babel/plugin-transform-private-methods': 7.23.3(@babel/core@7.24.7)
- '@babel/plugin-transform-private-property-in-object': 7.23.4(@babel/core@7.24.7)
- '@babel/plugin-transform-property-literals': 7.23.3(@babel/core@7.24.7)
- '@babel/plugin-transform-regenerator': 7.23.3(@babel/core@7.24.7)
- '@babel/plugin-transform-reserved-words': 7.23.3(@babel/core@7.24.7)
- '@babel/plugin-transform-shorthand-properties': 7.23.3(@babel/core@7.24.7)
- '@babel/plugin-transform-spread': 7.23.3(@babel/core@7.24.7)
- '@babel/plugin-transform-sticky-regex': 7.23.3(@babel/core@7.24.7)
- '@babel/plugin-transform-template-literals': 7.23.3(@babel/core@7.24.7)
- '@babel/plugin-transform-typeof-symbol': 7.23.3(@babel/core@7.24.7)
- '@babel/plugin-transform-unicode-escapes': 7.23.3(@babel/core@7.24.7)
- '@babel/plugin-transform-unicode-property-regex': 7.23.3(@babel/core@7.24.7)
- '@babel/plugin-transform-unicode-regex': 7.23.3(@babel/core@7.24.7)
- '@babel/plugin-transform-unicode-sets-regex': 7.23.3(@babel/core@7.24.7)
- '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.24.7)
- babel-plugin-polyfill-corejs2: 0.4.7(@babel/core@7.24.7)
- babel-plugin-polyfill-corejs3: 0.8.7(@babel/core@7.24.7)
- babel-plugin-polyfill-regenerator: 0.5.4(@babel/core@7.24.7)
+ '@babel/helper-validator-option': 7.24.8
+ '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.23.3(@babel/core@7.25.2)
+ '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.23.3(@babel/core@7.25.2)
+ '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.23.7(@babel/core@7.25.2)
+ '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.25.2)
+ '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.25.2)
+ '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.25.2)
+ '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.25.2)
+ '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.25.2)
+ '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.25.2)
+ '@babel/plugin-syntax-import-assertions': 7.23.3(@babel/core@7.25.2)
+ '@babel/plugin-syntax-import-attributes': 7.23.3(@babel/core@7.25.2)
+ '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.25.2)
+ '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.25.2)
+ '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.25.2)
+ '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.25.2)
+ '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.25.2)
+ '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.25.2)
+ '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.25.2)
+ '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.25.2)
+ '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.25.2)
+ '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.25.2)
+ '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.25.2)
+ '@babel/plugin-transform-arrow-functions': 7.23.3(@babel/core@7.25.2)
+ '@babel/plugin-transform-async-generator-functions': 7.23.7(@babel/core@7.25.2)
+ '@babel/plugin-transform-async-to-generator': 7.23.3(@babel/core@7.25.2)
+ '@babel/plugin-transform-block-scoped-functions': 7.23.3(@babel/core@7.25.2)
+ '@babel/plugin-transform-block-scoping': 7.23.4(@babel/core@7.25.2)
+ '@babel/plugin-transform-class-properties': 7.23.3(@babel/core@7.25.2)
+ '@babel/plugin-transform-class-static-block': 7.23.4(@babel/core@7.25.2)
+ '@babel/plugin-transform-classes': 7.23.5(@babel/core@7.25.2)
+ '@babel/plugin-transform-computed-properties': 7.23.3(@babel/core@7.25.2)
+ '@babel/plugin-transform-destructuring': 7.23.3(@babel/core@7.25.2)
+ '@babel/plugin-transform-dotall-regex': 7.23.3(@babel/core@7.25.2)
+ '@babel/plugin-transform-duplicate-keys': 7.23.3(@babel/core@7.25.2)
+ '@babel/plugin-transform-dynamic-import': 7.23.4(@babel/core@7.25.2)
+ '@babel/plugin-transform-exponentiation-operator': 7.23.3(@babel/core@7.25.2)
+ '@babel/plugin-transform-export-namespace-from': 7.23.4(@babel/core@7.25.2)
+ '@babel/plugin-transform-for-of': 7.23.6(@babel/core@7.25.2)
+ '@babel/plugin-transform-function-name': 7.23.3(@babel/core@7.25.2)
+ '@babel/plugin-transform-json-strings': 7.23.4(@babel/core@7.25.2)
+ '@babel/plugin-transform-literals': 7.23.3(@babel/core@7.25.2)
+ '@babel/plugin-transform-logical-assignment-operators': 7.23.4(@babel/core@7.25.2)
+ '@babel/plugin-transform-member-expression-literals': 7.23.3(@babel/core@7.25.2)
+ '@babel/plugin-transform-modules-amd': 7.23.3(@babel/core@7.25.2)
+ '@babel/plugin-transform-modules-commonjs': 7.24.7(@babel/core@7.25.2)
+ '@babel/plugin-transform-modules-systemjs': 7.23.3(@babel/core@7.25.2)
+ '@babel/plugin-transform-modules-umd': 7.23.3(@babel/core@7.25.2)
+ '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.25.2)
+ '@babel/plugin-transform-new-target': 7.23.3(@babel/core@7.25.2)
+ '@babel/plugin-transform-nullish-coalescing-operator': 7.23.4(@babel/core@7.25.2)
+ '@babel/plugin-transform-numeric-separator': 7.23.4(@babel/core@7.25.2)
+ '@babel/plugin-transform-object-rest-spread': 7.23.4(@babel/core@7.25.2)
+ '@babel/plugin-transform-object-super': 7.23.3(@babel/core@7.25.2)
+ '@babel/plugin-transform-optional-catch-binding': 7.23.4(@babel/core@7.25.2)
+ '@babel/plugin-transform-optional-chaining': 7.23.4(@babel/core@7.25.2)
+ '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.25.2)
+ '@babel/plugin-transform-private-methods': 7.23.3(@babel/core@7.25.2)
+ '@babel/plugin-transform-private-property-in-object': 7.23.4(@babel/core@7.25.2)
+ '@babel/plugin-transform-property-literals': 7.23.3(@babel/core@7.25.2)
+ '@babel/plugin-transform-regenerator': 7.23.3(@babel/core@7.25.2)
+ '@babel/plugin-transform-reserved-words': 7.23.3(@babel/core@7.25.2)
+ '@babel/plugin-transform-shorthand-properties': 7.23.3(@babel/core@7.25.2)
+ '@babel/plugin-transform-spread': 7.23.3(@babel/core@7.25.2)
+ '@babel/plugin-transform-sticky-regex': 7.23.3(@babel/core@7.25.2)
+ '@babel/plugin-transform-template-literals': 7.23.3(@babel/core@7.25.2)
+ '@babel/plugin-transform-typeof-symbol': 7.23.3(@babel/core@7.25.2)
+ '@babel/plugin-transform-unicode-escapes': 7.23.3(@babel/core@7.25.2)
+ '@babel/plugin-transform-unicode-property-regex': 7.23.3(@babel/core@7.25.2)
+ '@babel/plugin-transform-unicode-regex': 7.23.3(@babel/core@7.25.2)
+ '@babel/plugin-transform-unicode-sets-regex': 7.23.3(@babel/core@7.25.2)
+ '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.25.2)
+ babel-plugin-polyfill-corejs2: 0.4.7(@babel/core@7.25.2)
+ babel-plugin-polyfill-corejs3: 0.8.7(@babel/core@7.25.2)
+ babel-plugin-polyfill-regenerator: 0.5.4(@babel/core@7.25.2)
core-js-compat: 3.37.1
semver: 6.3.1
transitivePeerDependencies:
- supports-color
- '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.24.7)':
+ '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/types': 7.25.2
esutils: 2.0.3
- '@babel/preset-typescript@7.24.7(@babel/core@7.24.7)':
+ '@babel/preset-typescript@7.24.7(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-plugin-utils': 7.24.7
- '@babel/helper-validator-option': 7.24.7
- '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-modules-commonjs': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-typescript': 7.24.7(@babel/core@7.24.7)
+ '@babel/helper-validator-option': 7.24.8
+ '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.25.2)
+ '@babel/plugin-transform-modules-commonjs': 7.24.7(@babel/core@7.25.2)
+ '@babel/plugin-transform-typescript': 7.24.7(@babel/core@7.25.2)
transitivePeerDependencies:
- supports-color
@@ -9713,30 +9849,27 @@ snapshots:
'@babel/standalone@7.22.15': {}
- '@babel/template@7.24.7':
+ '@babel/template@7.25.0':
dependencies:
'@babel/code-frame': 7.24.7
- '@babel/parser': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/parser': 7.25.3
+ '@babel/types': 7.25.2
- '@babel/traverse@7.24.7':
+ '@babel/traverse@7.25.3':
dependencies:
'@babel/code-frame': 7.24.7
- '@babel/generator': 7.24.7
- '@babel/helper-environment-visitor': 7.24.7
- '@babel/helper-function-name': 7.24.7
- '@babel/helper-hoist-variables': 7.24.7
- '@babel/helper-split-export-declaration': 7.24.7
- '@babel/parser': 7.24.7
- '@babel/types': 7.24.7
- debug: 4.3.5
+ '@babel/generator': 7.25.0
+ '@babel/parser': 7.25.3
+ '@babel/template': 7.25.0
+ '@babel/types': 7.25.2
+ debug: 4.3.6
globals: 11.12.0
transitivePeerDependencies:
- supports-color
- '@babel/types@7.24.7':
+ '@babel/types@7.25.2':
dependencies:
- '@babel/helper-string-parser': 7.24.7
+ '@babel/helper-string-parser': 7.24.8
'@babel/helper-validator-identifier': 7.24.7
to-fast-properties: 2.0.0
@@ -9836,7 +9969,7 @@ snapshots:
'@electron/get@2.0.3':
dependencies:
- debug: 4.3.5
+ debug: 4.3.6
env-paths: 2.2.1
fs-extra: 8.1.0
got: 11.8.6
@@ -9848,26 +9981,32 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@element-plus/icons-vue@2.3.1(vue@3.4.31(typescript@5.5.3))':
+ '@element-plus/icons-vue@2.3.1(vue@3.4.37(typescript@5.5.4))':
dependencies:
- vue: 3.4.31(typescript@5.5.3)
+ vue: 3.4.37(typescript@5.5.4)
'@es-joy/jsdoccomment@0.43.1':
dependencies:
'@types/eslint': 8.56.10
'@types/estree': 1.0.5
- '@typescript-eslint/types': 7.16.0
+ '@typescript-eslint/types': 7.18.0
comment-parser: 1.4.1
- esquery: 1.5.0
+ esquery: 1.6.0
+ jsdoc-type-pratt-parser: 4.0.0
+
+ '@es-joy/jsdoccomment@0.46.0':
+ dependencies:
+ comment-parser: 1.4.1
+ esquery: 1.6.0
jsdoc-type-pratt-parser: 4.0.0
'@esbuild/aix-ppc64@0.19.10':
optional: true
- '@esbuild/aix-ppc64@0.20.2':
+ '@esbuild/aix-ppc64@0.21.5':
optional: true
- '@esbuild/aix-ppc64@0.21.5':
+ '@esbuild/aix-ppc64@0.23.0':
optional: true
'@esbuild/android-arm64@0.18.20':
@@ -9876,10 +10015,10 @@ snapshots:
'@esbuild/android-arm64@0.19.10':
optional: true
- '@esbuild/android-arm64@0.20.2':
+ '@esbuild/android-arm64@0.21.5':
optional: true
- '@esbuild/android-arm64@0.21.5':
+ '@esbuild/android-arm64@0.23.0':
optional: true
'@esbuild/android-arm@0.18.20':
@@ -9888,10 +10027,10 @@ snapshots:
'@esbuild/android-arm@0.19.10':
optional: true
- '@esbuild/android-arm@0.20.2':
+ '@esbuild/android-arm@0.21.5':
optional: true
- '@esbuild/android-arm@0.21.5':
+ '@esbuild/android-arm@0.23.0':
optional: true
'@esbuild/android-x64@0.18.20':
@@ -9900,10 +10039,10 @@ snapshots:
'@esbuild/android-x64@0.19.10':
optional: true
- '@esbuild/android-x64@0.20.2':
+ '@esbuild/android-x64@0.21.5':
optional: true
- '@esbuild/android-x64@0.21.5':
+ '@esbuild/android-x64@0.23.0':
optional: true
'@esbuild/darwin-arm64@0.18.20':
@@ -9912,10 +10051,10 @@ snapshots:
'@esbuild/darwin-arm64@0.19.10':
optional: true
- '@esbuild/darwin-arm64@0.20.2':
+ '@esbuild/darwin-arm64@0.21.5':
optional: true
- '@esbuild/darwin-arm64@0.21.5':
+ '@esbuild/darwin-arm64@0.23.0':
optional: true
'@esbuild/darwin-x64@0.18.20':
@@ -9924,10 +10063,10 @@ snapshots:
'@esbuild/darwin-x64@0.19.10':
optional: true
- '@esbuild/darwin-x64@0.20.2':
+ '@esbuild/darwin-x64@0.21.5':
optional: true
- '@esbuild/darwin-x64@0.21.5':
+ '@esbuild/darwin-x64@0.23.0':
optional: true
'@esbuild/freebsd-arm64@0.18.20':
@@ -9936,10 +10075,10 @@ snapshots:
'@esbuild/freebsd-arm64@0.19.10':
optional: true
- '@esbuild/freebsd-arm64@0.20.2':
+ '@esbuild/freebsd-arm64@0.21.5':
optional: true
- '@esbuild/freebsd-arm64@0.21.5':
+ '@esbuild/freebsd-arm64@0.23.0':
optional: true
'@esbuild/freebsd-x64@0.18.20':
@@ -9948,10 +10087,10 @@ snapshots:
'@esbuild/freebsd-x64@0.19.10':
optional: true
- '@esbuild/freebsd-x64@0.20.2':
+ '@esbuild/freebsd-x64@0.21.5':
optional: true
- '@esbuild/freebsd-x64@0.21.5':
+ '@esbuild/freebsd-x64@0.23.0':
optional: true
'@esbuild/linux-arm64@0.18.20':
@@ -9960,10 +10099,10 @@ snapshots:
'@esbuild/linux-arm64@0.19.10':
optional: true
- '@esbuild/linux-arm64@0.20.2':
+ '@esbuild/linux-arm64@0.21.5':
optional: true
- '@esbuild/linux-arm64@0.21.5':
+ '@esbuild/linux-arm64@0.23.0':
optional: true
'@esbuild/linux-arm@0.18.20':
@@ -9972,10 +10111,10 @@ snapshots:
'@esbuild/linux-arm@0.19.10':
optional: true
- '@esbuild/linux-arm@0.20.2':
+ '@esbuild/linux-arm@0.21.5':
optional: true
- '@esbuild/linux-arm@0.21.5':
+ '@esbuild/linux-arm@0.23.0':
optional: true
'@esbuild/linux-ia32@0.18.20':
@@ -9984,10 +10123,10 @@ snapshots:
'@esbuild/linux-ia32@0.19.10':
optional: true
- '@esbuild/linux-ia32@0.20.2':
+ '@esbuild/linux-ia32@0.21.5':
optional: true
- '@esbuild/linux-ia32@0.21.5':
+ '@esbuild/linux-ia32@0.23.0':
optional: true
'@esbuild/linux-loong64@0.18.20':
@@ -9996,10 +10135,10 @@ snapshots:
'@esbuild/linux-loong64@0.19.10':
optional: true
- '@esbuild/linux-loong64@0.20.2':
+ '@esbuild/linux-loong64@0.21.5':
optional: true
- '@esbuild/linux-loong64@0.21.5':
+ '@esbuild/linux-loong64@0.23.0':
optional: true
'@esbuild/linux-mips64el@0.18.20':
@@ -10008,10 +10147,10 @@ snapshots:
'@esbuild/linux-mips64el@0.19.10':
optional: true
- '@esbuild/linux-mips64el@0.20.2':
+ '@esbuild/linux-mips64el@0.21.5':
optional: true
- '@esbuild/linux-mips64el@0.21.5':
+ '@esbuild/linux-mips64el@0.23.0':
optional: true
'@esbuild/linux-ppc64@0.18.20':
@@ -10020,10 +10159,10 @@ snapshots:
'@esbuild/linux-ppc64@0.19.10':
optional: true
- '@esbuild/linux-ppc64@0.20.2':
+ '@esbuild/linux-ppc64@0.21.5':
optional: true
- '@esbuild/linux-ppc64@0.21.5':
+ '@esbuild/linux-ppc64@0.23.0':
optional: true
'@esbuild/linux-riscv64@0.18.20':
@@ -10032,10 +10171,10 @@ snapshots:
'@esbuild/linux-riscv64@0.19.10':
optional: true
- '@esbuild/linux-riscv64@0.20.2':
+ '@esbuild/linux-riscv64@0.21.5':
optional: true
- '@esbuild/linux-riscv64@0.21.5':
+ '@esbuild/linux-riscv64@0.23.0':
optional: true
'@esbuild/linux-s390x@0.18.20':
@@ -10044,10 +10183,10 @@ snapshots:
'@esbuild/linux-s390x@0.19.10':
optional: true
- '@esbuild/linux-s390x@0.20.2':
+ '@esbuild/linux-s390x@0.21.5':
optional: true
- '@esbuild/linux-s390x@0.21.5':
+ '@esbuild/linux-s390x@0.23.0':
optional: true
'@esbuild/linux-x64@0.18.20':
@@ -10056,10 +10195,10 @@ snapshots:
'@esbuild/linux-x64@0.19.10':
optional: true
- '@esbuild/linux-x64@0.20.2':
+ '@esbuild/linux-x64@0.21.5':
optional: true
- '@esbuild/linux-x64@0.21.5':
+ '@esbuild/linux-x64@0.23.0':
optional: true
'@esbuild/netbsd-x64@0.18.20':
@@ -10068,10 +10207,13 @@ snapshots:
'@esbuild/netbsd-x64@0.19.10':
optional: true
- '@esbuild/netbsd-x64@0.20.2':
+ '@esbuild/netbsd-x64@0.21.5':
optional: true
- '@esbuild/netbsd-x64@0.21.5':
+ '@esbuild/netbsd-x64@0.23.0':
+ optional: true
+
+ '@esbuild/openbsd-arm64@0.23.0':
optional: true
'@esbuild/openbsd-x64@0.18.20':
@@ -10080,10 +10222,10 @@ snapshots:
'@esbuild/openbsd-x64@0.19.10':
optional: true
- '@esbuild/openbsd-x64@0.20.2':
+ '@esbuild/openbsd-x64@0.21.5':
optional: true
- '@esbuild/openbsd-x64@0.21.5':
+ '@esbuild/openbsd-x64@0.23.0':
optional: true
'@esbuild/sunos-x64@0.18.20':
@@ -10092,10 +10234,10 @@ snapshots:
'@esbuild/sunos-x64@0.19.10':
optional: true
- '@esbuild/sunos-x64@0.20.2':
+ '@esbuild/sunos-x64@0.21.5':
optional: true
- '@esbuild/sunos-x64@0.21.5':
+ '@esbuild/sunos-x64@0.23.0':
optional: true
'@esbuild/win32-arm64@0.18.20':
@@ -10104,10 +10246,10 @@ snapshots:
'@esbuild/win32-arm64@0.19.10':
optional: true
- '@esbuild/win32-arm64@0.20.2':
+ '@esbuild/win32-arm64@0.21.5':
optional: true
- '@esbuild/win32-arm64@0.21.5':
+ '@esbuild/win32-arm64@0.23.0':
optional: true
'@esbuild/win32-ia32@0.18.20':
@@ -10116,10 +10258,10 @@ snapshots:
'@esbuild/win32-ia32@0.19.10':
optional: true
- '@esbuild/win32-ia32@0.20.2':
+ '@esbuild/win32-ia32@0.21.5':
optional: true
- '@esbuild/win32-ia32@0.21.5':
+ '@esbuild/win32-ia32@0.23.0':
optional: true
'@esbuild/win32-x64@0.18.20':
@@ -10128,10 +10270,10 @@ snapshots:
'@esbuild/win32-x64@0.19.10':
optional: true
- '@esbuild/win32-x64@0.20.2':
+ '@esbuild/win32-x64@0.21.5':
optional: true
- '@esbuild/win32-x64@0.21.5':
+ '@esbuild/win32-x64@0.23.0':
optional: true
'@eslint-community/eslint-utils@4.4.0(eslint-ts-patch@8.57.0-0)':
@@ -10144,17 +10286,17 @@ snapshots:
eslint: 8.57.0
eslint-visitor-keys: 3.4.3
- '@eslint-community/eslint-utils@4.4.0(eslint@9.6.0)':
+ '@eslint-community/eslint-utils@4.4.0(eslint@9.9.0(jiti@1.21.6))':
dependencies:
- eslint: 9.6.0
+ eslint: 9.9.0(jiti@1.21.6)
eslint-visitor-keys: 3.4.3
- '@eslint-community/regexpp@4.10.0': {}
+ '@eslint-community/regexpp@4.11.0': {}
- '@eslint/config-array@0.17.0':
+ '@eslint/config-array@0.17.1':
dependencies:
'@eslint/object-schema': 2.1.4
- debug: 4.3.5
+ debug: 4.3.6
minimatch: 3.1.2
transitivePeerDependencies:
- supports-color
@@ -10162,7 +10304,7 @@ snapshots:
'@eslint/eslintrc@2.1.4':
dependencies:
ajv: 6.12.6
- debug: 4.3.5
+ debug: 4.3.6
espree: 9.6.1
globals: 13.24.0
ignore: 5.3.1
@@ -10176,7 +10318,7 @@ snapshots:
'@eslint/eslintrc@3.1.0':
dependencies:
ajv: 6.12.6
- debug: 4.3.5
+ debug: 4.3.6
espree: 10.1.0
globals: 14.0.0
ignore: 5.3.1
@@ -10189,7 +10331,7 @@ snapshots:
'@eslint/js@8.57.0': {}
- '@eslint/js@9.6.0': {}
+ '@eslint/js@9.9.0': {}
'@eslint/object-schema@2.1.4': {}
@@ -10209,10 +10351,10 @@ snapshots:
dependencies:
'@hapi/hoek': 9.3.0
- '@histoire/app@0.17.17(vite@5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0))':
+ '@histoire/app@0.17.17(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))':
dependencies:
- '@histoire/controls': 0.17.17(vite@5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0))
- '@histoire/shared': 0.17.17(vite@5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0))
+ '@histoire/controls': 0.17.17(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))
+ '@histoire/shared': 0.17.17(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))
'@histoire/vendors': 0.17.17
'@types/flexsearch': 0.7.6
flexsearch: 0.7.21
@@ -10220,7 +10362,7 @@ snapshots:
transitivePeerDependencies:
- vite
- '@histoire/controls@0.17.17(vite@5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0))':
+ '@histoire/controls@0.17.17(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))':
dependencies:
'@codemirror/commands': 6.3.2
'@codemirror/lang-json': 6.0.1
@@ -10229,26 +10371,26 @@ snapshots:
'@codemirror/state': 6.3.2
'@codemirror/theme-one-dark': 6.1.2
'@codemirror/view': 6.22.1
- '@histoire/shared': 0.17.17(vite@5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0))
+ '@histoire/shared': 0.17.17(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))
'@histoire/vendors': 0.17.17
transitivePeerDependencies:
- vite
- '@histoire/plugin-vue@0.17.17(histoire@0.17.17(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0)(vite@5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0)))(vite@5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0))(vue@3.4.31(typescript@5.5.3))':
+ '@histoire/plugin-vue@0.17.17(histoire@0.17.17(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)))(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))(vue@3.4.37(typescript@5.5.4))':
dependencies:
- '@histoire/controls': 0.17.17(vite@5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0))
- '@histoire/shared': 0.17.17(vite@5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0))
+ '@histoire/controls': 0.17.17(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))
+ '@histoire/shared': 0.17.17(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))
'@histoire/vendors': 0.17.17
change-case: 4.1.2
globby: 13.2.2
- histoire: 0.17.17(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0)(vite@5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0))
+ histoire: 0.17.17(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))
launch-editor: 2.6.1
pathe: 1.1.2
- vue: 3.4.31(typescript@5.5.3)
+ vue: 3.4.37(typescript@5.5.4)
transitivePeerDependencies:
- vite
- '@histoire/shared@0.17.17(vite@5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0))':
+ '@histoire/shared@0.17.17(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))':
dependencies:
'@histoire/vendors': 0.17.17
'@types/fs-extra': 9.0.13
@@ -10256,14 +10398,14 @@ snapshots:
chokidar: 3.6.0
pathe: 1.1.2
picocolors: 1.0.1
- vite: 5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0)
+ vite: 5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)
'@histoire/vendors@0.17.17': {}
'@humanwhocodes/config-array@0.11.14':
dependencies:
'@humanwhocodes/object-schema': 2.0.3
- debug: 4.3.5
+ debug: 4.3.6
minimatch: 3.1.2
transitivePeerDependencies:
- supports-color
@@ -10274,23 +10416,23 @@ snapshots:
'@humanwhocodes/retry@0.3.0': {}
- '@iconify-json/ic@1.1.17':
+ '@iconify-json/ic@1.1.18':
dependencies:
'@iconify/types': 2.0.0
- '@iconify/json@2.2.225':
+ '@iconify/json@2.2.236':
dependencies:
'@iconify/types': 2.0.0
pathe: 1.1.2
'@iconify/types@2.0.0': {}
- '@iconify/utils@2.1.25':
+ '@iconify/utils@2.1.30':
dependencies:
'@antfu/install-pkg': 0.1.1
'@antfu/utils': 0.7.10
'@iconify/types': 2.0.0
- debug: 4.3.5
+ debug: 4.3.6
kolorist: 1.8.0
local-pkg: 0.5.0
mlly: 1.7.1
@@ -10309,7 +10451,7 @@ snapshots:
'@jridgewell/gen-mapping@0.3.5':
dependencies:
'@jridgewell/set-array': 1.2.1
- '@jridgewell/sourcemap-codec': 1.4.15
+ '@jridgewell/sourcemap-codec': 1.5.0
'@jridgewell/trace-mapping': 0.3.25
'@jridgewell/resolve-uri@3.1.1': {}
@@ -10321,12 +10463,12 @@ snapshots:
'@jridgewell/gen-mapping': 0.3.5
'@jridgewell/trace-mapping': 0.3.25
- '@jridgewell/sourcemap-codec@1.4.15': {}
+ '@jridgewell/sourcemap-codec@1.5.0': {}
'@jridgewell/trace-mapping@0.3.25':
dependencies:
'@jridgewell/resolve-uri': 3.1.1
- '@jridgewell/sourcemap-codec': 1.4.15
+ '@jridgewell/sourcemap-codec': 1.5.0
'@jsdevtools/ez-spawn@3.0.4':
dependencies:
@@ -10352,23 +10494,23 @@ snapshots:
dependencies:
'@lezer/common': 1.1.1
- '@microsoft/api-extractor-model@7.28.13(@types/node@20.14.10)':
+ '@microsoft/api-extractor-model@7.28.13(@types/node@20.14.15)':
dependencies:
'@microsoft/tsdoc': 0.14.2
'@microsoft/tsdoc-config': 0.16.2
- '@rushstack/node-core-library': 4.0.2(@types/node@20.14.10)
+ '@rushstack/node-core-library': 4.0.2(@types/node@20.14.15)
transitivePeerDependencies:
- '@types/node'
- '@microsoft/api-extractor@7.43.0(@types/node@20.14.10)':
+ '@microsoft/api-extractor@7.43.0(@types/node@20.14.15)':
dependencies:
- '@microsoft/api-extractor-model': 7.28.13(@types/node@20.14.10)
+ '@microsoft/api-extractor-model': 7.28.13(@types/node@20.14.15)
'@microsoft/tsdoc': 0.14.2
'@microsoft/tsdoc-config': 0.16.2
- '@rushstack/node-core-library': 4.0.2(@types/node@20.14.10)
+ '@rushstack/node-core-library': 4.0.2(@types/node@20.14.15)
'@rushstack/rig-package': 0.5.2
- '@rushstack/terminal': 0.10.0(@types/node@20.14.10)
- '@rushstack/ts-command-line': 4.19.1(@types/node@20.14.10)
+ '@rushstack/terminal': 0.10.0(@types/node@20.14.15)
+ '@rushstack/ts-command-line': 4.19.1(@types/node@20.14.15)
lodash: 4.17.21
minimatch: 3.0.8
resolve: 1.22.8
@@ -10407,6 +10549,22 @@ snapshots:
'@nodelib/fs.scandir': 2.1.5
fastq: 1.16.0
+ '@npmcli/agent@2.2.2':
+ dependencies:
+ agent-base: 7.1.1
+ http-proxy-agent: 7.0.2
+ https-proxy-agent: 7.0.5
+ lru-cache: 10.2.2
+ socks-proxy-agent: 8.0.4
+ transitivePeerDependencies:
+ - supports-color
+
+ '@npmcli/fs@3.1.1':
+ dependencies:
+ semver: 7.6.3
+
+ '@npmcli/redact@2.0.1': {}
+
'@one-ini/wasm@0.1.1': {}
'@pkgjs/parseargs@0.11.0':
@@ -10429,20 +10587,20 @@ snapshots:
estree-walker: 2.0.2
glob: 8.1.0
is-reference: 1.2.1
- magic-string: 0.30.10
+ magic-string: 0.30.11
optionalDependencies:
rollup: 3.28.1
- '@rollup/plugin-commonjs@26.0.1(rollup@4.13.0)':
+ '@rollup/plugin-commonjs@26.0.1(rollup@4.20.0)':
dependencies:
- '@rollup/pluginutils': 5.1.0(rollup@4.13.0)
+ '@rollup/pluginutils': 5.1.0(rollup@4.20.0)
commondir: 1.0.1
estree-walker: 2.0.2
glob: 10.4.1
is-reference: 1.2.1
- magic-string: 0.30.10
+ magic-string: 0.30.11
optionalDependencies:
- rollup: 4.13.0
+ rollup: 4.20.0
'@rollup/plugin-json@6.0.0(rollup@3.28.1)':
dependencies:
@@ -10476,54 +10634,63 @@ snapshots:
optionalDependencies:
rollup: 3.28.1
- '@rollup/pluginutils@5.1.0(rollup@4.13.0)':
+ '@rollup/pluginutils@5.1.0(rollup@4.20.0)':
dependencies:
'@types/estree': 1.0.5
estree-walker: 2.0.2
picomatch: 2.3.1
optionalDependencies:
- rollup: 4.13.0
+ rollup: 4.20.0
+
+ '@rollup/rollup-android-arm-eabi@4.20.0':
+ optional: true
+
+ '@rollup/rollup-android-arm64@4.20.0':
+ optional: true
+
+ '@rollup/rollup-darwin-arm64@4.20.0':
+ optional: true
- '@rollup/rollup-android-arm-eabi@4.13.0':
+ '@rollup/rollup-darwin-x64@4.20.0':
optional: true
- '@rollup/rollup-android-arm64@4.13.0':
+ '@rollup/rollup-linux-arm-gnueabihf@4.20.0':
optional: true
- '@rollup/rollup-darwin-arm64@4.13.0':
+ '@rollup/rollup-linux-arm-musleabihf@4.20.0':
optional: true
- '@rollup/rollup-darwin-x64@4.13.0':
+ '@rollup/rollup-linux-arm64-gnu@4.20.0':
optional: true
- '@rollup/rollup-linux-arm-gnueabihf@4.13.0':
+ '@rollup/rollup-linux-arm64-musl@4.20.0':
optional: true
- '@rollup/rollup-linux-arm64-gnu@4.13.0':
+ '@rollup/rollup-linux-powerpc64le-gnu@4.20.0':
optional: true
- '@rollup/rollup-linux-arm64-musl@4.13.0':
+ '@rollup/rollup-linux-riscv64-gnu@4.20.0':
optional: true
- '@rollup/rollup-linux-riscv64-gnu@4.13.0':
+ '@rollup/rollup-linux-s390x-gnu@4.20.0':
optional: true
- '@rollup/rollup-linux-x64-gnu@4.13.0':
+ '@rollup/rollup-linux-x64-gnu@4.20.0':
optional: true
- '@rollup/rollup-linux-x64-musl@4.13.0':
+ '@rollup/rollup-linux-x64-musl@4.20.0':
optional: true
- '@rollup/rollup-win32-arm64-msvc@4.13.0':
+ '@rollup/rollup-win32-arm64-msvc@4.20.0':
optional: true
- '@rollup/rollup-win32-ia32-msvc@4.13.0':
+ '@rollup/rollup-win32-ia32-msvc@4.20.0':
optional: true
- '@rollup/rollup-win32-x64-msvc@4.13.0':
+ '@rollup/rollup-win32-x64-msvc@4.20.0':
optional: true
- '@rushstack/node-core-library@4.0.2(@types/node@20.14.10)':
+ '@rushstack/node-core-library@4.0.2(@types/node@20.14.15)':
dependencies:
fs-extra: 7.0.1
import-lazy: 4.0.0
@@ -10532,23 +10699,23 @@ snapshots:
semver: 7.5.4
z-schema: 5.0.5
optionalDependencies:
- '@types/node': 20.14.10
+ '@types/node': 20.14.15
'@rushstack/rig-package@0.5.2':
dependencies:
resolve: 1.22.8
strip-json-comments: 3.1.1
- '@rushstack/terminal@0.10.0(@types/node@20.14.10)':
+ '@rushstack/terminal@0.10.0(@types/node@20.14.15)':
dependencies:
- '@rushstack/node-core-library': 4.0.2(@types/node@20.14.10)
+ '@rushstack/node-core-library': 4.0.2(@types/node@20.14.15)
supports-color: 8.1.1
optionalDependencies:
- '@types/node': 20.14.10
+ '@types/node': 20.14.15
- '@rushstack/ts-command-line@4.19.1(@types/node@20.14.10)':
+ '@rushstack/ts-command-line@4.19.1(@types/node@20.14.15)':
dependencies:
- '@rushstack/terminal': 0.10.0(@types/node@20.14.10)
+ '@rushstack/terminal': 0.10.0(@types/node@20.14.15)
'@types/argparse': 1.0.38
argparse: 1.0.10
string-argv: 0.3.2
@@ -10559,6 +10726,10 @@ snapshots:
dependencies:
'@types/hast': 3.0.4
+ '@shikijs/core@1.12.1':
+ dependencies:
+ '@types/hast': 3.0.4
+
'@shikijs/transformers@1.10.3':
dependencies:
shiki: 1.10.3
@@ -10575,58 +10746,58 @@ snapshots:
'@socket.io/component-emitter@3.1.0': {}
- '@soda/friendly-errors-webpack-plugin@1.8.1(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.21.5))':
+ '@soda/friendly-errors-webpack-plugin@1.8.1(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0))':
dependencies:
chalk: 3.0.0
error-stack-parser: 2.1.4
string-width: 4.2.3
strip-ansi: 6.0.1
- webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.21.5)
+ webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)
'@soda/get-current-script@1.0.2': {}
- '@stylistic/eslint-plugin-js@2.3.0(eslint-ts-patch@8.57.0-0)':
+ '@stylistic/eslint-plugin-js@2.6.2(eslint-ts-patch@8.57.0-0)':
dependencies:
- '@types/eslint': 8.56.10
- acorn: 8.12.0
+ '@types/eslint': 9.6.0
+ acorn: 8.12.1
eslint: eslint-ts-patch@8.57.0-0
eslint-visitor-keys: 4.0.0
espree: 10.1.0
- '@stylistic/eslint-plugin-jsx@2.3.0(eslint-ts-patch@8.57.0-0)':
+ '@stylistic/eslint-plugin-jsx@2.6.2(eslint-ts-patch@8.57.0-0)':
dependencies:
- '@stylistic/eslint-plugin-js': 2.3.0(eslint-ts-patch@8.57.0-0)
- '@types/eslint': 8.56.10
+ '@stylistic/eslint-plugin-js': 2.6.2(eslint-ts-patch@8.57.0-0)
+ '@types/eslint': 9.6.0
eslint: eslint-ts-patch@8.57.0-0
estraverse: 5.3.0
picomatch: 4.0.2
- '@stylistic/eslint-plugin-plus@2.3.0(eslint-ts-patch@8.57.0-0)(typescript@5.5.3)':
+ '@stylistic/eslint-plugin-plus@2.6.2(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)':
dependencies:
- '@types/eslint': 8.56.10
- '@typescript-eslint/utils': 7.16.0(eslint-ts-patch@8.57.0-0)(typescript@5.5.3)
+ '@types/eslint': 9.6.0
+ '@typescript-eslint/utils': 8.0.1(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)
eslint: eslint-ts-patch@8.57.0-0
transitivePeerDependencies:
- supports-color
- typescript
- '@stylistic/eslint-plugin-ts@2.3.0(eslint-ts-patch@8.57.0-0)(typescript@5.5.3)':
+ '@stylistic/eslint-plugin-ts@2.6.2(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)':
dependencies:
- '@stylistic/eslint-plugin-js': 2.3.0(eslint-ts-patch@8.57.0-0)
- '@types/eslint': 8.56.10
- '@typescript-eslint/utils': 7.16.0(eslint-ts-patch@8.57.0-0)(typescript@5.5.3)
+ '@stylistic/eslint-plugin-js': 2.6.2(eslint-ts-patch@8.57.0-0)
+ '@types/eslint': 9.6.0
+ '@typescript-eslint/utils': 8.0.1(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)
eslint: eslint-ts-patch@8.57.0-0
transitivePeerDependencies:
- supports-color
- typescript
- '@stylistic/eslint-plugin@2.3.0(eslint-ts-patch@8.57.0-0)(typescript@5.5.3)':
+ '@stylistic/eslint-plugin@2.6.2(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)':
dependencies:
- '@stylistic/eslint-plugin-js': 2.3.0(eslint-ts-patch@8.57.0-0)
- '@stylistic/eslint-plugin-jsx': 2.3.0(eslint-ts-patch@8.57.0-0)
- '@stylistic/eslint-plugin-plus': 2.3.0(eslint-ts-patch@8.57.0-0)(typescript@5.5.3)
- '@stylistic/eslint-plugin-ts': 2.3.0(eslint-ts-patch@8.57.0-0)(typescript@5.5.3)
- '@types/eslint': 8.56.10
+ '@stylistic/eslint-plugin-js': 2.6.2(eslint-ts-patch@8.57.0-0)
+ '@stylistic/eslint-plugin-jsx': 2.6.2(eslint-ts-patch@8.57.0-0)
+ '@stylistic/eslint-plugin-plus': 2.6.2(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)
+ '@stylistic/eslint-plugin-ts': 2.6.2(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)
+ '@types/eslint': 9.6.0
eslint: eslint-ts-patch@8.57.0-0
transitivePeerDependencies:
- supports-color
@@ -10697,33 +10868,33 @@ snapshots:
dependencies:
remove-accents: 0.5.0
- '@tanstack/query-core@5.50.1': {}
+ '@tanstack/query-core@5.51.21': {}
- '@tanstack/query-devtools@5.50.1': {}
+ '@tanstack/query-devtools@5.51.16': {}
- '@tanstack/vue-query-devtools@5.51.0(@tanstack/vue-query@5.51.0(vue@3.4.31(typescript@5.5.3)))(vue@3.4.31(typescript@5.5.3))':
+ '@tanstack/vue-query-devtools@5.51.21(@tanstack/vue-query@5.51.21(vue@3.4.37(typescript@5.5.4)))(vue@3.4.37(typescript@5.5.4))':
dependencies:
- '@tanstack/query-devtools': 5.50.1
- '@tanstack/vue-query': 5.51.0(vue@3.4.31(typescript@5.5.3))
- vue: 3.4.31(typescript@5.5.3)
+ '@tanstack/query-devtools': 5.51.16
+ '@tanstack/vue-query': 5.51.21(vue@3.4.37(typescript@5.5.4))
+ vue: 3.4.37(typescript@5.5.4)
- '@tanstack/vue-query@5.51.0(vue@3.4.31(typescript@5.5.3))':
+ '@tanstack/vue-query@5.51.21(vue@3.4.37(typescript@5.5.4))':
dependencies:
'@tanstack/match-sorter-utils': 8.15.1
- '@tanstack/query-core': 5.50.1
+ '@tanstack/query-core': 5.51.21
'@vue/devtools-api': 6.6.3
- vue: 3.4.31(typescript@5.5.3)
- vue-demi: 0.14.8(vue@3.4.31(typescript@5.5.3))
+ vue: 3.4.37(typescript@5.5.4)
+ vue-demi: 0.14.10(vue@3.4.37(typescript@5.5.4))
'@tootallnate/once@2.0.0': {}
- '@tresjs/core@4.1.0(three@0.166.1)(vue@3.4.31(typescript@5.5.3))':
+ '@tresjs/core@4.2.5(three@0.167.1)(vue@3.4.37(typescript@5.5.4))':
dependencies:
'@alvarosabu/utils': 3.2.0
'@vue/devtools-api': 6.6.3
- '@vueuse/core': 10.11.0(vue@3.4.31(typescript@5.5.3))
- three: 0.166.1
- vue: 3.4.31(typescript@5.5.3)
+ '@vueuse/core': 10.11.1(vue@3.4.37(typescript@5.5.4))
+ three: 0.167.1
+ vue: 3.4.37(typescript@5.5.4)
transitivePeerDependencies:
- '@vue/composition-api'
@@ -10736,20 +10907,20 @@ snapshots:
'@types/body-parser@1.19.5':
dependencies:
'@types/connect': 3.4.38
- '@types/node': 20.14.10
+ '@types/node': 20.14.15
'@types/bonjour@3.5.13':
dependencies:
- '@types/node': 20.14.10
+ '@types/node': 20.14.15
'@types/cacheable-request@6.0.3':
dependencies:
'@types/http-cache-semantics': 4.0.4
'@types/keyv': 3.1.4
- '@types/node': 20.14.10
+ '@types/node': 20.14.15
'@types/responselike': 1.0.3
- '@types/chrome@0.0.268':
+ '@types/chrome@0.0.269':
dependencies:
'@types/filesystem': 0.0.35
'@types/har-format': 1.2.15
@@ -10757,23 +10928,23 @@ snapshots:
'@types/connect-history-api-fallback@1.5.4':
dependencies:
'@types/express-serve-static-core': 4.17.41
- '@types/node': 20.14.10
+ '@types/node': 20.14.15
'@types/connect@3.4.38':
dependencies:
- '@types/node': 20.14.10
+ '@types/node': 20.14.15
'@types/cookie@0.4.1': {}
'@types/cors@2.8.17':
dependencies:
- '@types/node': 20.14.10
+ '@types/node': 20.14.15
'@types/degit@2.8.6': {}
'@types/eslint-scope@3.7.7':
dependencies:
- '@types/eslint': 8.56.10
+ '@types/eslint': 9.6.0
'@types/estree': 1.0.5
'@types/eslint@8.56.10':
@@ -10781,11 +10952,16 @@ snapshots:
'@types/estree': 1.0.5
'@types/json-schema': 7.0.15
+ '@types/eslint@9.6.0':
+ dependencies:
+ '@types/estree': 1.0.5
+ '@types/json-schema': 7.0.15
+
'@types/estree@1.0.5': {}
'@types/express-serve-static-core@4.17.41':
dependencies:
- '@types/node': 20.14.10
+ '@types/node': 20.14.15
'@types/qs': 6.9.11
'@types/range-parser': 1.2.7
'@types/send': 0.17.4
@@ -10808,11 +10984,11 @@ snapshots:
'@types/fs-extra@11.0.4':
dependencies:
'@types/jsonfile': 6.1.4
- '@types/node': 20.14.10
+ '@types/node': 20.14.15
'@types/fs-extra@9.0.13':
dependencies:
- '@types/node': 20.14.10
+ '@types/node': 20.14.15
'@types/hammerjs@2.0.45': {}
@@ -10830,17 +11006,17 @@ snapshots:
'@types/http-proxy@1.17.14':
dependencies:
- '@types/node': 20.14.10
+ '@types/node': 20.14.15
'@types/json-schema@7.0.15': {}
'@types/jsonfile@6.1.4':
dependencies:
- '@types/node': 20.14.10
+ '@types/node': 20.14.15
'@types/keyv@3.1.4':
dependencies:
- '@types/node': 20.14.10
+ '@types/node': 20.14.15
'@types/linkify-it@5.0.0': {}
@@ -10874,9 +11050,9 @@ snapshots:
'@types/node-forge@1.3.11':
dependencies:
- '@types/node': 20.14.10
+ '@types/node': 20.14.15
- '@types/node@20.14.10':
+ '@types/node@20.14.15':
dependencies:
undici-types: 5.26.5
@@ -10892,14 +11068,14 @@ snapshots:
'@types/responselike@1.0.3':
dependencies:
- '@types/node': 20.14.10
+ '@types/node': 20.14.15
'@types/retry@0.12.0': {}
'@types/send@0.17.4':
dependencies:
'@types/mime': 1.3.5
- '@types/node': 20.14.10
+ '@types/node': 20.14.15
'@types/serve-index@1.9.4':
dependencies:
@@ -10909,11 +11085,11 @@ snapshots:
dependencies:
'@types/http-errors': 2.0.4
'@types/mime': 3.0.4
- '@types/node': 20.14.10
+ '@types/node': 20.14.15
'@types/sockjs@0.3.36':
dependencies:
- '@types/node': 20.14.10
+ '@types/node': 20.14.15
'@types/speakingurl@13.0.6': {}
@@ -10923,7 +11099,7 @@ snapshots:
'@types/stats.js@0.17.3': {}
- '@types/three@0.166.0':
+ '@types/three@0.167.1':
dependencies:
'@tweenjs/tween.js': 23.1.2
'@types/stats.js': 0.17.3
@@ -10941,138 +11117,125 @@ snapshots:
'@types/ws@8.5.10':
dependencies:
- '@types/node': 20.14.10
+ '@types/node': 20.14.15
'@types/yauzl@2.10.3':
dependencies:
- '@types/node': 20.14.10
+ '@types/node': 20.14.15
optional: true
- '@typescript-eslint/eslint-plugin@7.16.0(@typescript-eslint/parser@8.0.1(eslint-ts-patch@8.57.0-0)(typescript@5.5.3))(eslint-ts-patch@8.57.0-0)(typescript@5.5.3)':
+ '@typescript-eslint/eslint-plugin@8.0.1(@typescript-eslint/parser@8.0.1(eslint-ts-patch@8.57.0-0)(typescript@5.5.4))(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)':
dependencies:
- '@eslint-community/regexpp': 4.10.0
- '@typescript-eslint/parser': 8.0.1(eslint-ts-patch@8.57.0-0)(typescript@5.5.3)
- '@typescript-eslint/scope-manager': 7.16.0
- '@typescript-eslint/type-utils': 7.16.0(eslint-ts-patch@8.57.0-0)(typescript@5.5.3)
- '@typescript-eslint/utils': 7.16.0(eslint-ts-patch@8.57.0-0)(typescript@5.5.3)
- '@typescript-eslint/visitor-keys': 7.16.0
+ '@eslint-community/regexpp': 4.11.0
+ '@typescript-eslint/parser': 8.0.1(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)
+ '@typescript-eslint/scope-manager': 8.0.1
+ '@typescript-eslint/type-utils': 8.0.1(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)
+ '@typescript-eslint/utils': 8.0.1(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)
+ '@typescript-eslint/visitor-keys': 8.0.1
eslint: eslint-ts-patch@8.57.0-0
graphemer: 1.4.0
ignore: 5.3.1
natural-compare: 1.4.0
- ts-api-utils: 1.3.0(typescript@5.5.3)
- optionalDependencies:
- typescript: 5.5.3
- transitivePeerDependencies:
- - supports-color
-
- '@typescript-eslint/parser@7.16.0(eslint-ts-patch@8.57.0-0)(typescript@5.5.3)':
- dependencies:
- '@typescript-eslint/scope-manager': 7.16.0
- '@typescript-eslint/types': 7.16.0
- '@typescript-eslint/typescript-estree': 7.16.0(typescript@5.5.3)
- '@typescript-eslint/visitor-keys': 7.16.0
- debug: 4.3.5
- eslint: eslint-ts-patch@8.57.0-0
+ ts-api-utils: 1.3.0(typescript@5.5.4)
optionalDependencies:
- typescript: 5.5.3
+ typescript: 5.5.4
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/parser@8.0.1(eslint-ts-patch@8.57.0-0)(typescript@5.5.3)':
+ '@typescript-eslint/parser@8.0.1(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)':
dependencies:
'@typescript-eslint/scope-manager': 8.0.1
'@typescript-eslint/types': 8.0.1
- '@typescript-eslint/typescript-estree': 8.0.1(typescript@5.5.3)
+ '@typescript-eslint/typescript-estree': 8.0.1(typescript@5.5.4)
'@typescript-eslint/visitor-keys': 8.0.1
- debug: 4.3.5
+ debug: 4.3.6
eslint: eslint-ts-patch@8.57.0-0
optionalDependencies:
- typescript: 5.5.3
+ typescript: 5.5.4
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/scope-manager@7.16.0':
+ '@typescript-eslint/scope-manager@7.18.0':
dependencies:
- '@typescript-eslint/types': 7.16.0
- '@typescript-eslint/visitor-keys': 7.16.0
+ '@typescript-eslint/types': 7.18.0
+ '@typescript-eslint/visitor-keys': 7.18.0
'@typescript-eslint/scope-manager@8.0.1':
dependencies:
'@typescript-eslint/types': 8.0.1
'@typescript-eslint/visitor-keys': 8.0.1
- '@typescript-eslint/type-utils@7.16.0(eslint-ts-patch@8.57.0-0)(typescript@5.5.3)':
+ '@typescript-eslint/type-utils@8.0.1(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)':
dependencies:
- '@typescript-eslint/typescript-estree': 7.16.0(typescript@5.5.3)
- '@typescript-eslint/utils': 7.16.0(eslint-ts-patch@8.57.0-0)(typescript@5.5.3)
- debug: 4.3.5
- eslint: eslint-ts-patch@8.57.0-0
- ts-api-utils: 1.3.0(typescript@5.5.3)
+ '@typescript-eslint/typescript-estree': 8.0.1(typescript@5.5.4)
+ '@typescript-eslint/utils': 8.0.1(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)
+ debug: 4.3.6
+ ts-api-utils: 1.3.0(typescript@5.5.4)
optionalDependencies:
- typescript: 5.5.3
+ typescript: 5.5.4
transitivePeerDependencies:
+ - eslint
- supports-color
- '@typescript-eslint/types@7.16.0': {}
+ '@typescript-eslint/types@7.18.0': {}
'@typescript-eslint/types@8.0.1': {}
- '@typescript-eslint/typescript-estree@7.16.0(typescript@5.5.3)':
+ '@typescript-eslint/typescript-estree@7.18.0(typescript@5.5.4)':
dependencies:
- '@typescript-eslint/types': 7.16.0
- '@typescript-eslint/visitor-keys': 7.16.0
- debug: 4.3.5
+ '@typescript-eslint/types': 7.18.0
+ '@typescript-eslint/visitor-keys': 7.18.0
+ debug: 4.3.6
globby: 11.1.0
is-glob: 4.0.3
minimatch: 9.0.5
- semver: 7.6.2
- ts-api-utils: 1.3.0(typescript@5.5.3)
+ semver: 7.6.3
+ ts-api-utils: 1.3.0(typescript@5.5.4)
optionalDependencies:
- typescript: 5.5.3
+ typescript: 5.5.4
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/typescript-estree@8.0.1(typescript@5.5.3)':
+ '@typescript-eslint/typescript-estree@8.0.1(typescript@5.5.4)':
dependencies:
'@typescript-eslint/types': 8.0.1
'@typescript-eslint/visitor-keys': 8.0.1
- debug: 4.3.5
+ debug: 4.3.6
globby: 11.1.0
is-glob: 4.0.3
minimatch: 9.0.5
- semver: 7.6.2
- ts-api-utils: 1.3.0(typescript@5.5.3)
+ semver: 7.6.3
+ ts-api-utils: 1.3.0(typescript@5.5.4)
optionalDependencies:
- typescript: 5.5.3
+ typescript: 5.5.4
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/utils@7.16.0(eslint-ts-patch@8.57.0-0)(typescript@5.5.3)':
+ '@typescript-eslint/utils@7.18.0(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)':
dependencies:
'@eslint-community/eslint-utils': 4.4.0(eslint-ts-patch@8.57.0-0)
- '@typescript-eslint/scope-manager': 7.16.0
- '@typescript-eslint/types': 7.16.0
- '@typescript-eslint/typescript-estree': 7.16.0(typescript@5.5.3)
+ '@typescript-eslint/scope-manager': 7.18.0
+ '@typescript-eslint/types': 7.18.0
+ '@typescript-eslint/typescript-estree': 7.18.0(typescript@5.5.4)
eslint: eslint-ts-patch@8.57.0-0
transitivePeerDependencies:
- supports-color
- typescript
- '@typescript-eslint/utils@8.0.1(eslint-ts-patch@8.57.0-0)(typescript@5.5.3)':
+ '@typescript-eslint/utils@8.0.1(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)':
dependencies:
'@eslint-community/eslint-utils': 4.4.0(eslint-ts-patch@8.57.0-0)
'@typescript-eslint/scope-manager': 8.0.1
'@typescript-eslint/types': 8.0.1
- '@typescript-eslint/typescript-estree': 8.0.1(typescript@5.5.3)
+ '@typescript-eslint/typescript-estree': 8.0.1(typescript@5.5.4)
eslint: eslint-ts-patch@8.57.0-0
transitivePeerDependencies:
- supports-color
- typescript
- '@typescript-eslint/visitor-keys@7.16.0':
+ '@typescript-eslint/visitor-keys@7.18.0':
dependencies:
- '@typescript-eslint/types': 7.16.0
+ '@typescript-eslint/types': 7.18.0
eslint-visitor-keys: 3.4.3
'@typescript-eslint/visitor-keys@8.0.1':
@@ -11082,215 +11245,230 @@ snapshots:
'@ungap/structured-clone@1.2.0': {}
- '@unocss/astro@0.61.3(rollup@4.13.0)(vite@5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0))':
+ '@unocss/astro@0.61.9(rollup@4.20.0)(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))':
dependencies:
- '@unocss/core': 0.61.3
- '@unocss/reset': 0.61.3
- '@unocss/vite': 0.61.3(rollup@4.13.0)(vite@5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0))
+ '@unocss/core': 0.61.9
+ '@unocss/reset': 0.61.9
+ '@unocss/vite': 0.61.9(rollup@4.20.0)(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))
optionalDependencies:
- vite: 5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0)
+ vite: 5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)
transitivePeerDependencies:
- rollup
+ - supports-color
- '@unocss/cli@0.61.3(rollup@4.13.0)':
+ '@unocss/cli@0.61.9(rollup@4.20.0)':
dependencies:
'@ampproject/remapping': 2.3.0
- '@rollup/pluginutils': 5.1.0(rollup@4.13.0)
- '@unocss/config': 0.61.3
- '@unocss/core': 0.61.3
- '@unocss/preset-uno': 0.61.3
+ '@rollup/pluginutils': 5.1.0(rollup@4.20.0)
+ '@unocss/config': 0.61.9
+ '@unocss/core': 0.61.9
+ '@unocss/preset-uno': 0.61.9
cac: 6.7.14
chokidar: 3.6.0
colorette: 2.0.20
consola: 3.2.3
fast-glob: 3.3.2
- magic-string: 0.30.10
+ magic-string: 0.30.11
pathe: 1.1.2
perfect-debounce: 1.0.0
transitivePeerDependencies:
- rollup
+ - supports-color
- '@unocss/config@0.61.3':
+ '@unocss/config@0.61.9':
dependencies:
- '@unocss/core': 0.61.3
- unconfig: 0.3.13
+ '@unocss/core': 0.61.9
+ unconfig: 0.5.5
+ transitivePeerDependencies:
+ - supports-color
- '@unocss/core@0.61.3': {}
+ '@unocss/core@0.61.9': {}
- '@unocss/eslint-plugin@0.61.3(eslint-ts-patch@8.57.0-0)(typescript@5.5.3)':
+ '@unocss/eslint-plugin@0.61.9(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)':
dependencies:
- '@typescript-eslint/utils': 7.16.0(eslint-ts-patch@8.57.0-0)(typescript@5.5.3)
- '@unocss/config': 0.61.3
- '@unocss/core': 0.61.3
- magic-string: 0.30.10
- synckit: 0.9.0
+ '@typescript-eslint/utils': 7.18.0(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)
+ '@unocss/config': 0.61.9
+ '@unocss/core': 0.61.9
+ magic-string: 0.30.11
+ synckit: 0.9.1
transitivePeerDependencies:
- eslint
- supports-color
- typescript
- '@unocss/extractor-arbitrary-variants@0.61.3':
+ '@unocss/extractor-arbitrary-variants@0.61.9':
dependencies:
- '@unocss/core': 0.61.3
+ '@unocss/core': 0.61.9
- '@unocss/inspector@0.61.3':
+ '@unocss/inspector@0.61.9':
dependencies:
- '@unocss/core': 0.61.3
- '@unocss/rule-utils': 0.61.3
+ '@unocss/core': 0.61.9
+ '@unocss/rule-utils': 0.61.9
gzip-size: 6.0.0
sirv: 2.0.4
- '@unocss/postcss@0.61.3(postcss@8.4.39)':
+ '@unocss/postcss@0.61.9(postcss@8.4.41)':
dependencies:
- '@unocss/config': 0.61.3
- '@unocss/core': 0.61.3
- '@unocss/rule-utils': 0.61.3
+ '@unocss/config': 0.61.9
+ '@unocss/core': 0.61.9
+ '@unocss/rule-utils': 0.61.9
css-tree: 2.3.1
fast-glob: 3.3.2
- magic-string: 0.30.10
- postcss: 8.4.39
+ magic-string: 0.30.11
+ postcss: 8.4.41
+ transitivePeerDependencies:
+ - supports-color
- '@unocss/preset-attributify@0.61.3':
+ '@unocss/preset-attributify@0.61.9':
dependencies:
- '@unocss/core': 0.61.3
+ '@unocss/core': 0.61.9
- '@unocss/preset-icons@0.61.3':
+ '@unocss/preset-icons@0.61.9':
dependencies:
- '@iconify/utils': 2.1.25
- '@unocss/core': 0.61.3
+ '@iconify/utils': 2.1.30
+ '@unocss/core': 0.61.9
ofetch: 1.3.4
transitivePeerDependencies:
- supports-color
- '@unocss/preset-mini@0.61.3':
+ '@unocss/preset-mini@0.61.9':
dependencies:
- '@unocss/core': 0.61.3
- '@unocss/extractor-arbitrary-variants': 0.61.3
- '@unocss/rule-utils': 0.61.3
+ '@unocss/core': 0.61.9
+ '@unocss/extractor-arbitrary-variants': 0.61.9
+ '@unocss/rule-utils': 0.61.9
- '@unocss/preset-tagify@0.61.3':
+ '@unocss/preset-tagify@0.61.9':
dependencies:
- '@unocss/core': 0.61.3
+ '@unocss/core': 0.61.9
- '@unocss/preset-typography@0.61.3':
+ '@unocss/preset-typography@0.61.9':
dependencies:
- '@unocss/core': 0.61.3
- '@unocss/preset-mini': 0.61.3
+ '@unocss/core': 0.61.9
+ '@unocss/preset-mini': 0.61.9
- '@unocss/preset-uno@0.61.3':
+ '@unocss/preset-uno@0.61.9':
dependencies:
- '@unocss/core': 0.61.3
- '@unocss/preset-mini': 0.61.3
- '@unocss/preset-wind': 0.61.3
- '@unocss/rule-utils': 0.61.3
+ '@unocss/core': 0.61.9
+ '@unocss/preset-mini': 0.61.9
+ '@unocss/preset-wind': 0.61.9
+ '@unocss/rule-utils': 0.61.9
- '@unocss/preset-web-fonts@0.61.3':
+ '@unocss/preset-web-fonts@0.61.9':
dependencies:
- '@unocss/core': 0.61.3
+ '@unocss/core': 0.61.9
ofetch: 1.3.4
- '@unocss/preset-wind@0.61.3':
+ '@unocss/preset-wind@0.61.9':
dependencies:
- '@unocss/core': 0.61.3
- '@unocss/preset-mini': 0.61.3
- '@unocss/rule-utils': 0.61.3
+ '@unocss/core': 0.61.9
+ '@unocss/preset-mini': 0.61.9
+ '@unocss/rule-utils': 0.61.9
- '@unocss/reset@0.61.3': {}
+ '@unocss/reset@0.61.9': {}
- '@unocss/rule-utils@0.61.3':
+ '@unocss/rule-utils@0.61.9':
dependencies:
- '@unocss/core': 0.61.3
- magic-string: 0.30.10
+ '@unocss/core': 0.61.9
+ magic-string: 0.30.11
- '@unocss/scope@0.61.3': {}
+ '@unocss/scope@0.61.9': {}
- '@unocss/transformer-attributify-jsx-babel@0.61.3':
+ '@unocss/transformer-attributify-jsx-babel@0.61.9':
dependencies:
- '@babel/core': 7.24.7
- '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.24.7)
- '@babel/preset-typescript': 7.24.7(@babel/core@7.24.7)
- '@unocss/core': 0.61.3
+ '@babel/core': 7.25.2
+ '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.25.2)
+ '@babel/preset-typescript': 7.24.7(@babel/core@7.25.2)
+ '@unocss/core': 0.61.9
transitivePeerDependencies:
- supports-color
- '@unocss/transformer-attributify-jsx@0.61.3':
+ '@unocss/transformer-attributify-jsx@0.61.9':
dependencies:
- '@unocss/core': 0.61.3
+ '@unocss/core': 0.61.9
- '@unocss/transformer-compile-class@0.61.3':
+ '@unocss/transformer-compile-class@0.61.9':
dependencies:
- '@unocss/core': 0.61.3
+ '@unocss/core': 0.61.9
- '@unocss/transformer-directives@0.61.3':
+ '@unocss/transformer-directives@0.61.9':
dependencies:
- '@unocss/core': 0.61.3
- '@unocss/rule-utils': 0.61.3
+ '@unocss/core': 0.61.9
+ '@unocss/rule-utils': 0.61.9
css-tree: 2.3.1
- '@unocss/transformer-variant-group@0.61.3':
+ '@unocss/transformer-variant-group@0.61.9':
dependencies:
- '@unocss/core': 0.61.3
+ '@unocss/core': 0.61.9
- '@unocss/vite@0.61.3(rollup@4.13.0)(vite@5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0))':
+ '@unocss/vite@0.61.9(rollup@4.20.0)(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))':
dependencies:
'@ampproject/remapping': 2.3.0
- '@rollup/pluginutils': 5.1.0(rollup@4.13.0)
- '@unocss/config': 0.61.3
- '@unocss/core': 0.61.3
- '@unocss/inspector': 0.61.3
- '@unocss/scope': 0.61.3
- '@unocss/transformer-directives': 0.61.3
+ '@rollup/pluginutils': 5.1.0(rollup@4.20.0)
+ '@unocss/config': 0.61.9
+ '@unocss/core': 0.61.9
+ '@unocss/inspector': 0.61.9
+ '@unocss/scope': 0.61.9
+ '@unocss/transformer-directives': 0.61.9
chokidar: 3.6.0
fast-glob: 3.3.2
- magic-string: 0.30.10
- vite: 5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0)
+ magic-string: 0.30.11
+ vite: 5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)
transitivePeerDependencies:
- rollup
+ - supports-color
- '@vitejs/plugin-vue-jsx@4.0.0(vite@5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0))(vue@3.4.31(typescript@5.5.3))':
+ '@vitejs/plugin-vue-jsx@4.0.0(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))(vue@3.4.37(typescript@5.5.4))':
dependencies:
- '@babel/core': 7.24.7
- '@babel/plugin-transform-typescript': 7.24.7(@babel/core@7.24.7)
- '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.24.7)
- vite: 5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0)
- vue: 3.4.31(typescript@5.5.3)
+ '@babel/core': 7.25.2
+ '@babel/plugin-transform-typescript': 7.24.7(@babel/core@7.25.2)
+ '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.25.2)
+ vite: 5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)
+ vue: 3.4.37(typescript@5.5.4)
transitivePeerDependencies:
- supports-color
- '@vitejs/plugin-vue@5.0.5(vite@5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0))(vue@3.4.31(typescript@5.5.3))':
+ '@vitejs/plugin-vue@5.1.2(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))(vue@3.4.37(typescript@5.5.4))':
+ dependencies:
+ vite: 5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)
+ vue: 3.4.37(typescript@5.5.4)
+
+ '@vitest/eslint-plugin@1.0.1(@typescript-eslint/utils@8.0.1(eslint-ts-patch@8.57.0-0)(typescript@5.5.4))(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)(vitest@2.0.5(@types/node@20.14.15)(jsdom@24.1.1)(sass@1.77.8)(terser@5.26.0))':
dependencies:
- vite: 5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0)
- vue: 3.4.31(typescript@5.5.3)
+ eslint: eslint-ts-patch@8.57.0-0
+ optionalDependencies:
+ '@typescript-eslint/utils': 8.0.1(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)
+ typescript: 5.5.4
+ vitest: 2.0.5(@types/node@20.14.15)(jsdom@24.1.1)(sass@1.77.8)(terser@5.26.0)
- '@vitest/expect@2.0.2':
+ '@vitest/expect@2.0.5':
dependencies:
- '@vitest/spy': 2.0.2
- '@vitest/utils': 2.0.2
+ '@vitest/spy': 2.0.5
+ '@vitest/utils': 2.0.5
chai: 5.1.1
tinyrainbow: 1.2.0
- '@vitest/pretty-format@2.0.2':
+ '@vitest/pretty-format@2.0.5':
dependencies:
tinyrainbow: 1.2.0
- '@vitest/runner@2.0.2':
+ '@vitest/runner@2.0.5':
dependencies:
- '@vitest/utils': 2.0.2
+ '@vitest/utils': 2.0.5
pathe: 1.1.2
- '@vitest/snapshot@2.0.2':
+ '@vitest/snapshot@2.0.5':
dependencies:
- '@vitest/pretty-format': 2.0.2
- magic-string: 0.30.10
+ '@vitest/pretty-format': 2.0.5
+ magic-string: 0.30.11
pathe: 1.1.2
- '@vitest/spy@2.0.2':
+ '@vitest/spy@2.0.5':
dependencies:
tinyspy: 3.0.0
- '@vitest/utils@2.0.2':
+ '@vitest/utils@2.0.5':
dependencies:
- '@vitest/pretty-format': 2.0.2
+ '@vitest/pretty-format': 2.0.5
estree-walker: 3.0.3
loupe: 3.1.1
tinyrainbow: 1.2.0
@@ -11312,38 +11490,38 @@ snapshots:
'@vue/babel-helper-vue-transform-on@1.2.2': {}
- '@vue/babel-plugin-jsx@1.2.2(@babel/core@7.24.7)':
+ '@vue/babel-plugin-jsx@1.2.2(@babel/core@7.25.2)':
dependencies:
'@babel/helper-module-imports': 7.22.15
'@babel/helper-plugin-utils': 7.24.7
- '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.24.7)
- '@babel/template': 7.24.7
- '@babel/traverse': 7.24.7
- '@babel/types': 7.24.7
+ '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.25.2)
+ '@babel/template': 7.25.0
+ '@babel/traverse': 7.25.3
+ '@babel/types': 7.25.2
'@vue/babel-helper-vue-transform-on': 1.2.2
- '@vue/babel-plugin-resolve-type': 1.2.2(@babel/core@7.24.7)
+ '@vue/babel-plugin-resolve-type': 1.2.2(@babel/core@7.25.2)
camelcase: 6.3.0
html-tags: 3.3.1
svg-tags: 1.0.0
optionalDependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
transitivePeerDependencies:
- supports-color
- '@vue/babel-plugin-resolve-type@1.2.2(@babel/core@7.24.7)':
+ '@vue/babel-plugin-resolve-type@1.2.2(@babel/core@7.25.2)':
dependencies:
'@babel/code-frame': 7.24.7
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-module-imports': 7.22.15
'@babel/helper-plugin-utils': 7.24.7
- '@babel/parser': 7.24.7
- '@vue/compiler-sfc': 3.4.31
+ '@babel/parser': 7.25.3
+ '@vue/compiler-sfc': 3.4.37
- '@vue/babel-plugin-transform-vue-jsx@1.4.0(@babel/core@7.24.7)':
+ '@vue/babel-plugin-transform-vue-jsx@1.4.0(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/helper-module-imports': 7.24.7
- '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.24.7)
+ '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.25.2)
'@vue/babel-helper-vue-jsx-merge-props': 1.4.0
html-tags: 2.0.0
lodash.kebabcase: 4.1.1
@@ -11351,97 +11529,97 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@vue/babel-preset-app@5.0.8(@babel/core@7.24.7)(core-js@3.37.1)(vue@3.4.31(typescript@5.5.3))':
+ '@vue/babel-preset-app@5.0.8(@babel/core@7.25.2)(core-js@3.38.0)(vue@3.4.37(typescript@5.5.4))':
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-compilation-targets': 7.24.7
+ '@babel/core': 7.25.2
+ '@babel/helper-compilation-targets': 7.25.2
'@babel/helper-module-imports': 7.24.7
- '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.24.7)
- '@babel/plugin-proposal-decorators': 7.23.5(@babel/core@7.24.7)
- '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.24.7)
- '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.24.7)
- '@babel/plugin-transform-runtime': 7.23.7(@babel/core@7.24.7)
- '@babel/preset-env': 7.23.7(@babel/core@7.24.7)
+ '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.25.2)
+ '@babel/plugin-proposal-decorators': 7.23.5(@babel/core@7.25.2)
+ '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.25.2)
+ '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.25.2)
+ '@babel/plugin-transform-runtime': 7.23.7(@babel/core@7.25.2)
+ '@babel/preset-env': 7.23.7(@babel/core@7.25.2)
'@babel/runtime': 7.23.7
- '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.24.7)
- '@vue/babel-preset-jsx': 1.4.0(@babel/core@7.24.7)(vue@3.4.31(typescript@5.5.3))
+ '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.25.2)
+ '@vue/babel-preset-jsx': 1.4.0(@babel/core@7.25.2)(vue@3.4.37(typescript@5.5.4))
babel-plugin-dynamic-import-node: 2.3.3
core-js-compat: 3.37.1
- semver: 7.6.2
+ semver: 7.6.3
optionalDependencies:
- core-js: 3.37.1
- vue: 3.4.31(typescript@5.5.3)
+ core-js: 3.38.0
+ vue: 3.4.37(typescript@5.5.4)
transitivePeerDependencies:
- supports-color
- '@vue/babel-preset-jsx@1.4.0(@babel/core@7.24.7)(vue@3.4.31(typescript@5.5.3))':
+ '@vue/babel-preset-jsx@1.4.0(@babel/core@7.25.2)(vue@3.4.37(typescript@5.5.4))':
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@vue/babel-helper-vue-jsx-merge-props': 1.4.0
- '@vue/babel-plugin-transform-vue-jsx': 1.4.0(@babel/core@7.24.7)
- '@vue/babel-sugar-composition-api-inject-h': 1.4.0(@babel/core@7.24.7)
- '@vue/babel-sugar-composition-api-render-instance': 1.4.0(@babel/core@7.24.7)
- '@vue/babel-sugar-functional-vue': 1.4.0(@babel/core@7.24.7)
- '@vue/babel-sugar-inject-h': 1.4.0(@babel/core@7.24.7)
- '@vue/babel-sugar-v-model': 1.4.0(@babel/core@7.24.7)
- '@vue/babel-sugar-v-on': 1.4.0(@babel/core@7.24.7)
+ '@vue/babel-plugin-transform-vue-jsx': 1.4.0(@babel/core@7.25.2)
+ '@vue/babel-sugar-composition-api-inject-h': 1.4.0(@babel/core@7.25.2)
+ '@vue/babel-sugar-composition-api-render-instance': 1.4.0(@babel/core@7.25.2)
+ '@vue/babel-sugar-functional-vue': 1.4.0(@babel/core@7.25.2)
+ '@vue/babel-sugar-inject-h': 1.4.0(@babel/core@7.25.2)
+ '@vue/babel-sugar-v-model': 1.4.0(@babel/core@7.25.2)
+ '@vue/babel-sugar-v-on': 1.4.0(@babel/core@7.25.2)
optionalDependencies:
- vue: 3.4.31(typescript@5.5.3)
+ vue: 3.4.37(typescript@5.5.4)
transitivePeerDependencies:
- supports-color
- '@vue/babel-sugar-composition-api-inject-h@1.4.0(@babel/core@7.24.7)':
+ '@vue/babel-sugar-composition-api-inject-h@1.4.0(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.24.7)
+ '@babel/core': 7.25.2
+ '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.25.2)
- '@vue/babel-sugar-composition-api-render-instance@1.4.0(@babel/core@7.24.7)':
+ '@vue/babel-sugar-composition-api-render-instance@1.4.0(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.24.7)
+ '@babel/core': 7.25.2
+ '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.25.2)
- '@vue/babel-sugar-functional-vue@1.4.0(@babel/core@7.24.7)':
+ '@vue/babel-sugar-functional-vue@1.4.0(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.24.7)
+ '@babel/core': 7.25.2
+ '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.25.2)
- '@vue/babel-sugar-inject-h@1.4.0(@babel/core@7.24.7)':
+ '@vue/babel-sugar-inject-h@1.4.0(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.24.7)
+ '@babel/core': 7.25.2
+ '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.25.2)
- '@vue/babel-sugar-v-model@1.4.0(@babel/core@7.24.7)':
+ '@vue/babel-sugar-v-model@1.4.0(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.24.7)
+ '@babel/core': 7.25.2
+ '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.25.2)
'@vue/babel-helper-vue-jsx-merge-props': 1.4.0
- '@vue/babel-plugin-transform-vue-jsx': 1.4.0(@babel/core@7.24.7)
+ '@vue/babel-plugin-transform-vue-jsx': 1.4.0(@babel/core@7.25.2)
camelcase: 5.3.1
html-tags: 2.0.0
svg-tags: 1.0.0
transitivePeerDependencies:
- supports-color
- '@vue/babel-sugar-v-on@1.4.0(@babel/core@7.24.7)':
+ '@vue/babel-sugar-v-on@1.4.0(@babel/core@7.25.2)':
dependencies:
- '@babel/core': 7.24.7
- '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.24.7)
- '@vue/babel-plugin-transform-vue-jsx': 1.4.0(@babel/core@7.24.7)
+ '@babel/core': 7.25.2
+ '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.25.2)
+ '@vue/babel-plugin-transform-vue-jsx': 1.4.0(@babel/core@7.25.2)
camelcase: 5.3.1
transitivePeerDependencies:
- supports-color
'@vue/cli-overlay@5.0.8': {}
- '@vue/cli-plugin-babel@5.0.8(@swc/core@1.5.29)(@vue/cli-service@5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.4.31)(esbuild@0.21.5)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.31(typescript@5.5.3))(webpack-sources@3.2.3))(core-js@3.37.1)(esbuild@0.21.5)(vue@3.4.31(typescript@5.5.3))':
+ '@vue/cli-plugin-babel@5.0.8(@swc/core@1.5.29)(@vue/cli-service@5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.4.37)(encoding@0.1.13)(esbuild@0.23.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.37(typescript@5.5.4))(webpack-sources@3.2.3))(core-js@3.38.0)(encoding@0.1.13)(esbuild@0.23.0)(vue@3.4.37(typescript@5.5.4))':
dependencies:
- '@babel/core': 7.24.7
- '@vue/babel-preset-app': 5.0.8(@babel/core@7.24.7)(core-js@3.37.1)(vue@3.4.31(typescript@5.5.3))
- '@vue/cli-service': 5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.4.31)(esbuild@0.21.5)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.31(typescript@5.5.3))(webpack-sources@3.2.3)
- '@vue/cli-shared-utils': 5.0.8
- babel-loader: 8.3.0(@babel/core@7.24.7)(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.21.5))
- thread-loader: 3.0.4(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.21.5))
- webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.21.5)
+ '@babel/core': 7.25.2
+ '@vue/babel-preset-app': 5.0.8(@babel/core@7.25.2)(core-js@3.38.0)(vue@3.4.37(typescript@5.5.4))
+ '@vue/cli-service': 5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.4.37)(encoding@0.1.13)(esbuild@0.23.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.37(typescript@5.5.4))(webpack-sources@3.2.3)
+ '@vue/cli-shared-utils': 5.0.8(encoding@0.1.13)
+ babel-loader: 8.3.0(@babel/core@7.25.2)(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0))
+ thread-loader: 3.0.4(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0))
+ webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)
transitivePeerDependencies:
- '@swc/core'
- core-js
@@ -11452,14 +11630,14 @@ snapshots:
- vue
- webpack-cli
- '@vue/cli-plugin-eslint@5.0.8(@swc/core@1.5.29)(@vue/cli-service@5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.4.31)(esbuild@0.21.5)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.31(typescript@5.5.3))(webpack-sources@3.2.3))(esbuild@0.21.5)(eslint@9.6.0)':
+ '@vue/cli-plugin-eslint@5.0.8(@swc/core@1.5.29)(@vue/cli-service@5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.4.37)(encoding@0.1.13)(esbuild@0.23.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.37(typescript@5.5.4))(webpack-sources@3.2.3))(encoding@0.1.13)(esbuild@0.23.0)(eslint@9.9.0(jiti@1.21.6))':
dependencies:
- '@vue/cli-service': 5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.4.31)(esbuild@0.21.5)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.31(typescript@5.5.3))(webpack-sources@3.2.3)
- '@vue/cli-shared-utils': 5.0.8
- eslint: 9.6.0
- eslint-webpack-plugin: 3.2.0(eslint@9.6.0)(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.21.5))
+ '@vue/cli-service': 5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.4.37)(encoding@0.1.13)(esbuild@0.23.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.37(typescript@5.5.4))(webpack-sources@3.2.3)
+ '@vue/cli-shared-utils': 5.0.8(encoding@0.1.13)
+ eslint: 9.9.0(jiti@1.21.6)
+ eslint-webpack-plugin: 3.2.0(eslint@9.9.0(jiti@1.21.6))(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0))
globby: 11.1.0
- webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.21.5)
+ webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)
yorkie: 2.0.0
transitivePeerDependencies:
- '@swc/core'
@@ -11468,71 +11646,71 @@ snapshots:
- uglify-js
- webpack-cli
- '@vue/cli-plugin-router@5.0.8(@vue/cli-service@5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.4.31)(esbuild@0.21.5)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.31(typescript@5.5.3))(webpack-sources@3.2.3))':
+ '@vue/cli-plugin-router@5.0.8(@vue/cli-service@5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.4.37)(encoding@0.1.13)(esbuild@0.23.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.37(typescript@5.5.4))(webpack-sources@3.2.3))(encoding@0.1.13)':
dependencies:
- '@vue/cli-service': 5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.4.31)(esbuild@0.21.5)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.31(typescript@5.5.3))(webpack-sources@3.2.3)
- '@vue/cli-shared-utils': 5.0.8
+ '@vue/cli-service': 5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.4.37)(encoding@0.1.13)(esbuild@0.23.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.37(typescript@5.5.4))(webpack-sources@3.2.3)
+ '@vue/cli-shared-utils': 5.0.8(encoding@0.1.13)
transitivePeerDependencies:
- encoding
- '@vue/cli-plugin-vuex@5.0.8(@vue/cli-service@5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.4.31)(esbuild@0.21.5)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.31(typescript@5.5.3))(webpack-sources@3.2.3))':
+ '@vue/cli-plugin-vuex@5.0.8(@vue/cli-service@5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.4.37)(encoding@0.1.13)(esbuild@0.23.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.37(typescript@5.5.4))(webpack-sources@3.2.3))':
dependencies:
- '@vue/cli-service': 5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.4.31)(esbuild@0.21.5)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.31(typescript@5.5.3))(webpack-sources@3.2.3)
+ '@vue/cli-service': 5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.4.37)(encoding@0.1.13)(esbuild@0.23.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.37(typescript@5.5.4))(webpack-sources@3.2.3)
- '@vue/cli-service@5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.4.31)(esbuild@0.21.5)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.31(typescript@5.5.3))(webpack-sources@3.2.3)':
+ '@vue/cli-service@5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.4.37)(encoding@0.1.13)(esbuild@0.23.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.37(typescript@5.5.4))(webpack-sources@3.2.3)':
dependencies:
- '@babel/helper-compilation-targets': 7.24.7
- '@soda/friendly-errors-webpack-plugin': 1.8.1(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.21.5))
+ '@babel/helper-compilation-targets': 7.25.2
+ '@soda/friendly-errors-webpack-plugin': 1.8.1(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0))
'@soda/get-current-script': 1.0.2
'@types/minimist': 1.2.5
'@vue/cli-overlay': 5.0.8
- '@vue/cli-plugin-router': 5.0.8(@vue/cli-service@5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.4.31)(esbuild@0.21.5)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.31(typescript@5.5.3))(webpack-sources@3.2.3))
- '@vue/cli-plugin-vuex': 5.0.8(@vue/cli-service@5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.4.31)(esbuild@0.21.5)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.31(typescript@5.5.3))(webpack-sources@3.2.3))
- '@vue/cli-shared-utils': 5.0.8
+ '@vue/cli-plugin-router': 5.0.8(@vue/cli-service@5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.4.37)(encoding@0.1.13)(esbuild@0.23.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.37(typescript@5.5.4))(webpack-sources@3.2.3))(encoding@0.1.13)
+ '@vue/cli-plugin-vuex': 5.0.8(@vue/cli-service@5.0.8(@swc/core@1.5.29)(@vue/compiler-sfc@3.4.37)(encoding@0.1.13)(esbuild@0.23.0)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.37(typescript@5.5.4))(webpack-sources@3.2.3))
+ '@vue/cli-shared-utils': 5.0.8(encoding@0.1.13)
'@vue/component-compiler-utils': 3.3.0(lodash@4.17.21)
- '@vue/vue-loader-v15': vue-loader@15.11.1(@vue/compiler-sfc@3.4.31)(css-loader@6.8.1(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.21.5)))(lodash@4.17.21)(vue-template-compiler@2.7.15)(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.21.5))
+ '@vue/vue-loader-v15': vue-loader@15.11.1(@vue/compiler-sfc@3.4.37)(css-loader@6.8.1(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)))(lodash@4.17.21)(vue-template-compiler@2.7.15)(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0))
'@vue/web-component-wrapper': 1.3.0
- acorn: 8.12.0
+ acorn: 8.12.1
acorn-walk: 8.3.2
address: 1.2.2
- autoprefixer: 10.4.16(postcss@8.4.39)
- browserslist: 4.23.0
+ autoprefixer: 10.4.16(postcss@8.4.41)
+ browserslist: 4.23.3
case-sensitive-paths-webpack-plugin: 2.4.0
cli-highlight: 2.1.11
clipboardy: 2.3.0
cliui: 7.0.4
- copy-webpack-plugin: 9.1.0(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.21.5))
- css-loader: 6.8.1(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.21.5))
- css-minimizer-webpack-plugin: 3.4.1(esbuild@0.21.5)(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.21.5))
- cssnano: 5.1.15(postcss@8.4.39)
- debug: 4.3.5
+ copy-webpack-plugin: 9.1.0(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0))
+ css-loader: 6.8.1(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0))
+ css-minimizer-webpack-plugin: 3.4.1(esbuild@0.23.0)(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0))
+ cssnano: 5.1.15(postcss@8.4.41)
+ debug: 4.3.6
default-gateway: 6.0.3
dotenv: 10.0.0
dotenv-expand: 5.1.0
fs-extra: 9.1.0
globby: 11.1.0
hash-sum: 2.0.0
- html-webpack-plugin: 5.6.0(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.21.5))
+ html-webpack-plugin: 5.6.0(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0))
is-file-esm: 1.0.0
launch-editor-middleware: 2.6.1
lodash.defaultsdeep: 4.6.1
lodash.mapvalues: 4.6.0
- mini-css-extract-plugin: 2.7.6(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.21.5))
+ mini-css-extract-plugin: 2.7.6(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0))
minimist: 1.2.8
module-alias: 2.2.3
portfinder: 1.0.32
- postcss: 8.4.39
- postcss-loader: 6.2.1(postcss@8.4.39)(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.21.5))
- progress-webpack-plugin: 1.0.16(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.21.5))
+ postcss: 8.4.41
+ postcss-loader: 6.2.1(postcss@8.4.41)(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0))
+ progress-webpack-plugin: 1.0.16(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0))
ssri: 8.0.1
- terser-webpack-plugin: 5.3.10(@swc/core@1.5.29)(esbuild@0.21.5)(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.21.5))
- thread-loader: 3.0.4(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.21.5))
- vue-loader: 17.4.2(@vue/compiler-sfc@3.4.31)(vue@3.4.31(typescript@5.5.3))(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.21.5))
+ terser-webpack-plugin: 5.3.10(@swc/core@1.5.29)(esbuild@0.23.0)(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0))
+ thread-loader: 3.0.4(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0))
+ vue-loader: 17.4.2(@vue/compiler-sfc@3.4.37)(vue@3.4.37(typescript@5.5.4))(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0))
vue-style-loader: 4.1.3
- webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.21.5)
+ webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)
webpack-bundle-analyzer: 4.10.1
webpack-chain: 6.5.1
- webpack-dev-server: 4.15.1(debug@4.3.5)(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.21.5))
+ webpack-dev-server: 4.15.1(debug@4.3.6)(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0))
webpack-merge: 5.10.0
webpack-virtual-modules: 0.4.6
whatwg-fetch: 3.6.20
@@ -11609,7 +11787,7 @@ snapshots:
- webpack-cli
- whiskers
- '@vue/cli-shared-utils@5.0.8':
+ '@vue/cli-shared-utils@5.0.8(encoding@0.1.13)':
dependencies:
'@achrinza/node-ipc': 9.2.8
chalk: 4.1.2
@@ -11617,50 +11795,50 @@ snapshots:
joi: 17.11.0
launch-editor: 2.6.1
lru-cache: 6.0.0
- node-fetch: 2.7.0
+ node-fetch: 2.7.0(encoding@0.1.13)
open: 8.4.2
ora: 5.4.1
read-pkg: 5.2.0
- semver: 7.6.2
+ semver: 7.6.3
strip-ansi: 6.0.1
transitivePeerDependencies:
- encoding
- '@vue/compiler-core@3.4.31':
+ '@vue/compiler-core@3.4.37':
dependencies:
- '@babel/parser': 7.24.7
- '@vue/shared': 3.4.31
- entities: 4.5.0
+ '@babel/parser': 7.25.3
+ '@vue/shared': 3.4.37
+ entities: 5.0.0
estree-walker: 2.0.2
source-map-js: 1.2.0
- '@vue/compiler-dom@3.4.31':
+ '@vue/compiler-dom@3.4.37':
dependencies:
- '@vue/compiler-core': 3.4.31
- '@vue/shared': 3.4.31
+ '@vue/compiler-core': 3.4.37
+ '@vue/shared': 3.4.37
'@vue/compiler-sfc@2.7.15':
dependencies:
- '@babel/parser': 7.24.7
- postcss: 8.4.39
+ '@babel/parser': 7.25.3
+ postcss: 8.4.41
source-map: 0.6.1
- '@vue/compiler-sfc@3.4.31':
+ '@vue/compiler-sfc@3.4.37':
dependencies:
- '@babel/parser': 7.24.7
- '@vue/compiler-core': 3.4.31
- '@vue/compiler-dom': 3.4.31
- '@vue/compiler-ssr': 3.4.31
- '@vue/shared': 3.4.31
+ '@babel/parser': 7.25.3
+ '@vue/compiler-core': 3.4.37
+ '@vue/compiler-dom': 3.4.37
+ '@vue/compiler-ssr': 3.4.37
+ '@vue/shared': 3.4.37
estree-walker: 2.0.2
- magic-string: 0.30.10
- postcss: 8.4.39
+ magic-string: 0.30.11
+ postcss: 8.4.41
source-map-js: 1.2.0
- '@vue/compiler-ssr@3.4.31':
+ '@vue/compiler-ssr@3.4.37':
dependencies:
- '@vue/compiler-dom': 3.4.31
- '@vue/shared': 3.4.31
+ '@vue/compiler-dom': 3.4.37
+ '@vue/shared': 3.4.37
'@vue/component-compiler-utils@3.3.0(lodash@4.17.21)':
dependencies:
@@ -11749,43 +11927,43 @@ snapshots:
dependencies:
rfdc: 1.4.1
- '@vue/language-core@1.8.27(typescript@5.5.3)':
+ '@vue/language-core@1.8.27(typescript@5.5.4)':
dependencies:
'@volar/language-core': 1.11.1
'@volar/source-map': 1.11.1
- '@vue/compiler-dom': 3.4.31
- '@vue/shared': 3.4.31
+ '@vue/compiler-dom': 3.4.37
+ '@vue/shared': 3.4.37
computeds: 0.0.1
minimatch: 9.0.5
muggle-string: 0.3.1
path-browserify: 1.0.1
vue-template-compiler: 2.7.15
optionalDependencies:
- typescript: 5.5.3
+ typescript: 5.5.4
- '@vue/reactivity@3.4.31':
+ '@vue/reactivity@3.4.37':
dependencies:
- '@vue/shared': 3.4.31
+ '@vue/shared': 3.4.37
- '@vue/runtime-core@3.4.31':
+ '@vue/runtime-core@3.4.37':
dependencies:
- '@vue/reactivity': 3.4.31
- '@vue/shared': 3.4.31
+ '@vue/reactivity': 3.4.37
+ '@vue/shared': 3.4.37
- '@vue/runtime-dom@3.4.31':
+ '@vue/runtime-dom@3.4.37':
dependencies:
- '@vue/reactivity': 3.4.31
- '@vue/runtime-core': 3.4.31
- '@vue/shared': 3.4.31
+ '@vue/reactivity': 3.4.37
+ '@vue/runtime-core': 3.4.37
+ '@vue/shared': 3.4.37
csstype: 3.1.3
- '@vue/server-renderer@3.4.31(vue@3.4.31(typescript@5.5.3))':
+ '@vue/server-renderer@3.4.37(vue@3.4.37(typescript@5.5.4))':
dependencies:
- '@vue/compiler-ssr': 3.4.31
- '@vue/shared': 3.4.31
- vue: 3.4.31(typescript@5.5.3)
+ '@vue/compiler-ssr': 3.4.37
+ '@vue/shared': 3.4.37
+ vue: 3.4.37(typescript@5.5.4)
- '@vue/shared@3.4.31': {}
+ '@vue/shared@3.4.37': {}
'@vue/test-utils@2.4.6':
dependencies:
@@ -11794,40 +11972,40 @@ snapshots:
'@vue/web-component-wrapper@1.3.0': {}
- '@vueuse/components@10.11.0(vue@3.4.31(typescript@5.5.3))':
+ '@vueuse/components@10.11.1(vue@3.4.37(typescript@5.5.4))':
dependencies:
- '@vueuse/core': 10.11.0(vue@3.4.31(typescript@5.5.3))
- '@vueuse/shared': 10.11.0(vue@3.4.31(typescript@5.5.3))
- vue-demi: 0.14.8(vue@3.4.31(typescript@5.5.3))
+ '@vueuse/core': 10.11.1(vue@3.4.37(typescript@5.5.4))
+ '@vueuse/shared': 10.11.1(vue@3.4.37(typescript@5.5.4))
+ vue-demi: 0.14.10(vue@3.4.37(typescript@5.5.4))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
- '@vueuse/core@10.11.0(vue@3.4.31(typescript@5.5.3))':
+ '@vueuse/core@10.11.1(vue@3.4.37(typescript@5.5.4))':
dependencies:
'@types/web-bluetooth': 0.0.20
- '@vueuse/metadata': 10.11.0
- '@vueuse/shared': 10.11.0(vue@3.4.31(typescript@5.5.3))
- vue-demi: 0.14.8(vue@3.4.31(typescript@5.5.3))
+ '@vueuse/metadata': 10.11.1
+ '@vueuse/shared': 10.11.1(vue@3.4.37(typescript@5.5.4))
+ vue-demi: 0.14.10(vue@3.4.37(typescript@5.5.4))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
- '@vueuse/core@9.13.0(vue@3.4.31(typescript@5.5.3))':
+ '@vueuse/core@9.13.0(vue@3.4.37(typescript@5.5.4))':
dependencies:
'@types/web-bluetooth': 0.0.16
'@vueuse/metadata': 9.13.0
- '@vueuse/shared': 9.13.0(vue@3.4.31(typescript@5.5.3))
- vue-demi: 0.14.8(vue@3.4.31(typescript@5.5.3))
+ '@vueuse/shared': 9.13.0(vue@3.4.37(typescript@5.5.4))
+ vue-demi: 0.14.10(vue@3.4.37(typescript@5.5.4))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
- '@vueuse/integrations@10.11.0(async-validator@4.2.5)(change-case@4.1.2)(focus-trap@7.5.4)(fuse.js@7.0.0)(vue@3.4.31(typescript@5.5.3))':
+ '@vueuse/integrations@10.11.1(async-validator@4.2.5)(change-case@4.1.2)(focus-trap@7.5.4)(fuse.js@7.0.0)(vue@3.4.37(typescript@5.5.4))':
dependencies:
- '@vueuse/core': 10.11.0(vue@3.4.31(typescript@5.5.3))
- '@vueuse/shared': 10.11.0(vue@3.4.31(typescript@5.5.3))
- vue-demi: 0.14.8(vue@3.4.31(typescript@5.5.3))
+ '@vueuse/core': 10.11.1(vue@3.4.37(typescript@5.5.4))
+ '@vueuse/shared': 10.11.1(vue@3.4.37(typescript@5.5.4))
+ vue-demi: 0.14.10(vue@3.4.37(typescript@5.5.4))
optionalDependencies:
async-validator: 4.2.5
change-case: 4.1.2
@@ -11837,20 +12015,20 @@ snapshots:
- '@vue/composition-api'
- vue
- '@vueuse/metadata@10.11.0': {}
+ '@vueuse/metadata@10.11.1': {}
'@vueuse/metadata@9.13.0': {}
- '@vueuse/shared@10.11.0(vue@3.4.31(typescript@5.5.3))':
+ '@vueuse/shared@10.11.1(vue@3.4.37(typescript@5.5.4))':
dependencies:
- vue-demi: 0.14.8(vue@3.4.31(typescript@5.5.3))
+ vue-demi: 0.14.10(vue@3.4.37(typescript@5.5.4))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
- '@vueuse/shared@9.13.0(vue@3.4.31(typescript@5.5.3))':
+ '@vueuse/shared@9.13.0(vue@3.4.37(typescript@5.5.4))':
dependencies:
- vue-demi: 0.14.8(vue@3.4.31(typescript@5.5.3))
+ vue-demi: 0.14.10(vue@3.4.37(typescript@5.5.4))
transitivePeerDependencies:
- '@vue/composition-api'
- vue
@@ -11952,35 +12130,40 @@ snapshots:
acorn-globals@7.0.1:
dependencies:
- acorn: 8.12.0
+ acorn: 8.12.1
acorn-walk: 8.3.2
- acorn-import-assertions@1.9.0(acorn@8.12.0):
+ acorn-import-assertions@1.9.0(acorn@8.12.1):
dependencies:
- acorn: 8.12.0
+ acorn: 8.12.1
- acorn-jsx@5.3.2(acorn@8.12.0):
+ acorn-jsx@5.3.2(acorn@8.12.1):
dependencies:
- acorn: 8.12.0
+ acorn: 8.12.1
acorn-walk@8.3.2: {}
- acorn@8.12.0: {}
+ acorn@8.12.1: {}
address@1.2.2: {}
agent-base@6.0.2:
dependencies:
- debug: 4.3.5
+ debug: 4.3.6
transitivePeerDependencies:
- supports-color
- agent-base@7.1.0:
+ agent-base@7.1.1:
dependencies:
- debug: 4.3.5
+ debug: 4.3.6
transitivePeerDependencies:
- supports-color
+ aggregate-error@3.1.0:
+ dependencies:
+ clean-stack: 2.2.0
+ indent-string: 4.0.0
+
ajv-formats@2.1.1(ajv@8.12.0):
optionalDependencies:
ajv: 8.12.0
@@ -12031,9 +12214,9 @@ snapshots:
ansi-escapes@3.2.0: {}
- ansi-escapes@6.2.0:
+ ansi-escapes@7.0.0:
dependencies:
- type-fest: 3.13.1
+ environment: 1.1.0
ansi-html-community@0.0.8: {}
@@ -12053,8 +12236,6 @@ snapshots:
ansi-styles@6.2.1: {}
- ansicolors@0.3.2: {}
-
any-promise@1.3.0: {}
anymatch@3.1.3:
@@ -12112,52 +12293,52 @@ snapshots:
at-least-node@1.0.0: {}
- autoprefixer@10.4.16(postcss@8.4.39):
+ autoprefixer@10.4.16(postcss@8.4.41):
dependencies:
- browserslist: 4.23.0
- caniuse-lite: 1.0.30001621
+ browserslist: 4.23.3
+ caniuse-lite: 1.0.30001651
fraction.js: 4.3.7
normalize-range: 0.1.2
picocolors: 1.0.1
- postcss: 8.4.39
+ postcss: 8.4.41
postcss-value-parser: 4.2.0
b4a@1.6.4: {}
- babel-loader@8.3.0(@babel/core@7.24.7)(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.21.5)):
+ babel-loader@8.3.0(@babel/core@7.25.2)(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)):
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
find-cache-dir: 3.3.2
loader-utils: 2.0.4
make-dir: 3.1.0
schema-utils: 2.7.1
- webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.21.5)
+ webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)
babel-plugin-dynamic-import-node@2.3.3:
dependencies:
object.assign: 4.1.4
- babel-plugin-polyfill-corejs2@0.4.7(@babel/core@7.24.7):
+ babel-plugin-polyfill-corejs2@0.4.7(@babel/core@7.25.2):
dependencies:
- '@babel/compat-data': 7.24.7
- '@babel/core': 7.24.7
- '@babel/helper-define-polyfill-provider': 0.4.4(@babel/core@7.24.7)
+ '@babel/compat-data': 7.25.2
+ '@babel/core': 7.25.2
+ '@babel/helper-define-polyfill-provider': 0.4.4(@babel/core@7.25.2)
semver: 6.3.1
transitivePeerDependencies:
- supports-color
- babel-plugin-polyfill-corejs3@0.8.7(@babel/core@7.24.7):
+ babel-plugin-polyfill-corejs3@0.8.7(@babel/core@7.25.2):
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-define-polyfill-provider': 0.4.4(@babel/core@7.24.7)
+ '@babel/core': 7.25.2
+ '@babel/helper-define-polyfill-provider': 0.4.4(@babel/core@7.25.2)
core-js-compat: 3.37.1
transitivePeerDependencies:
- supports-color
- babel-plugin-polyfill-regenerator@0.5.4(@babel/core@7.24.7):
+ babel-plugin-polyfill-regenerator@0.5.4(@babel/core@7.25.2):
dependencies:
- '@babel/core': 7.24.7
- '@babel/helper-define-polyfill-provider': 0.4.4(@babel/core@7.24.7)
+ '@babel/core': 7.25.2
+ '@babel/helper-define-polyfill-provider': 0.4.4(@babel/core@7.25.2)
transitivePeerDependencies:
- supports-color
@@ -12236,12 +12417,12 @@ snapshots:
dependencies:
fill-range: 7.1.1
- browserslist@4.23.0:
+ browserslist@4.23.3:
dependencies:
- caniuse-lite: 1.0.30001621
- electron-to-chromium: 1.4.779
- node-releases: 2.0.14
- update-browserslist-db: 1.0.13(browserslist@4.23.0)
+ caniuse-lite: 1.0.30001651
+ electron-to-chromium: 1.5.6
+ node-releases: 2.0.18
+ update-browserslist-db: 1.1.0(browserslist@4.23.3)
buffer-crc32@0.2.13: {}
@@ -12263,54 +12444,66 @@ snapshots:
builtins@5.0.1:
dependencies:
- semver: 7.6.2
+ semver: 7.6.3
- bumpp@9.4.1:
+ bumpp@9.4.2:
dependencies:
'@jsdevtools/ez-spawn': 3.0.4
- c12: 1.10.0
+ c12: 1.11.1
cac: 6.7.14
escalade: 3.1.2
fast-glob: 3.3.2
js-yaml: 4.1.0
prompts: 2.4.2
- semver: 7.6.2
+ semver: 7.6.3
+ transitivePeerDependencies:
+ - magicast
bundle-name@4.1.0:
dependencies:
run-applescript: 7.0.0
- bundle-require@4.0.2(esbuild@0.21.5):
- dependencies:
- esbuild: 0.21.5
- load-tsconfig: 0.2.5
-
- bundle-require@5.0.0(esbuild@0.20.2):
+ bundle-require@5.0.0(esbuild@0.23.0):
dependencies:
- esbuild: 0.20.2
+ esbuild: 0.23.0
load-tsconfig: 0.2.5
bytes@3.0.0: {}
bytes@3.1.2: {}
- c12@1.10.0:
+ c12@1.11.1:
dependencies:
chokidar: 3.6.0
confbox: 0.1.7
defu: 6.1.4
dotenv: 16.4.5
- giget: 1.2.1
+ giget: 1.2.3
jiti: 1.21.6
mlly: 1.7.1
ohash: 1.1.3
pathe: 1.1.2
perfect-debounce: 1.0.0
pkg-types: 1.1.3
- rc9: 2.1.1
+ rc9: 2.1.2
cac@6.7.14: {}
+ cacache@18.0.4:
+ dependencies:
+ '@npmcli/fs': 3.1.1
+ fs-minipass: 3.0.3
+ glob: 10.4.1
+ lru-cache: 10.2.2
+ minipass: 7.1.2
+ minipass-collect: 2.0.1
+ minipass-flush: 1.0.5
+ minipass-pipeline: 1.2.4
+ p-map: 4.0.0
+ ssri: 10.0.6
+ tar: 6.2.0
+ unique-filename: 3.0.0
+
cacheable-lookup@5.0.4: {}
cacheable-request@7.0.4:
@@ -12345,12 +12538,12 @@ snapshots:
caniuse-api@3.0.0:
dependencies:
- browserslist: 4.23.0
- caniuse-lite: 1.0.30001621
+ browserslist: 4.23.3
+ caniuse-lite: 1.0.30001651
lodash.memoize: 4.1.2
lodash.uniq: 4.5.0
- caniuse-lite@1.0.30001621: {}
+ caniuse-lite@1.0.30001651: {}
capital-case@1.0.4:
dependencies:
@@ -12358,11 +12551,6 @@ snapshots:
tslib: 2.6.2
upper-case-first: 2.0.2
- cardinal@2.1.1:
- dependencies:
- ansicolors: 0.3.2
- redeyed: 2.1.1
-
case-sensitive-paths-webpack-plugin@2.4.0: {}
chai@5.1.1:
@@ -12442,7 +12630,7 @@ snapshots:
ci-info@4.0.0: {}
- citty@0.1.5:
+ citty@0.1.6:
dependencies:
consola: 3.2.3
@@ -12454,6 +12642,8 @@ snapshots:
dependencies:
escape-string-regexp: 1.0.5
+ clean-stack@2.2.0: {}
+
cli-boxes@3.0.0: {}
cli-cursor@2.1.0:
@@ -12464,9 +12654,9 @@ snapshots:
dependencies:
restore-cursor: 3.1.0
- cli-cursor@4.0.0:
+ cli-cursor@5.0.0:
dependencies:
- restore-cursor: 4.0.0
+ restore-cursor: 5.1.0
cli-highlight@2.1.11:
dependencies:
@@ -12479,7 +12669,7 @@ snapshots:
cli-spinners@2.9.2: {}
- cli-table3@0.6.3:
+ cli-table3@0.6.5:
dependencies:
string-width: 4.2.3
optionalDependencies:
@@ -12649,7 +12839,7 @@ snapshots:
dependencies:
is-what: 4.1.16
- copy-webpack-plugin@9.1.0(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.21.5)):
+ copy-webpack-plugin@9.1.0(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)):
dependencies:
fast-glob: 3.3.2
glob-parent: 6.0.2
@@ -12657,13 +12847,13 @@ snapshots:
normalize-path: 3.0.0
schema-utils: 3.3.0
serialize-javascript: 6.0.1
- webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.21.5)
+ webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)
core-js-compat@3.37.1:
dependencies:
- browserslist: 4.23.0
+ browserslist: 4.23.3
- core-js@3.37.1: {}
+ core-js@3.38.0: {}
core-util-is@1.0.3: {}
@@ -12715,33 +12905,33 @@ snapshots:
crossws@0.2.4: {}
- css-declaration-sorter@6.4.1(postcss@8.4.39):
+ css-declaration-sorter@6.4.1(postcss@8.4.41):
dependencies:
- postcss: 8.4.39
+ postcss: 8.4.41
- css-loader@6.8.1(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.21.5)):
+ css-loader@6.8.1(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)):
dependencies:
- icss-utils: 5.1.0(postcss@8.4.39)
- postcss: 8.4.39
- postcss-modules-extract-imports: 3.0.0(postcss@8.4.39)
- postcss-modules-local-by-default: 4.0.3(postcss@8.4.39)
- postcss-modules-scope: 3.1.0(postcss@8.4.39)
- postcss-modules-values: 4.0.0(postcss@8.4.39)
+ icss-utils: 5.1.0(postcss@8.4.41)
+ postcss: 8.4.41
+ postcss-modules-extract-imports: 3.0.0(postcss@8.4.41)
+ postcss-modules-local-by-default: 4.0.3(postcss@8.4.41)
+ postcss-modules-scope: 3.1.0(postcss@8.4.41)
+ postcss-modules-values: 4.0.0(postcss@8.4.41)
postcss-value-parser: 4.2.0
- semver: 7.6.2
- webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.21.5)
+ semver: 7.6.3
+ webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)
- css-minimizer-webpack-plugin@3.4.1(esbuild@0.21.5)(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.21.5)):
+ css-minimizer-webpack-plugin@3.4.1(esbuild@0.23.0)(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)):
dependencies:
- cssnano: 5.1.15(postcss@8.4.39)
+ cssnano: 5.1.15(postcss@8.4.41)
jest-worker: 27.5.1
- postcss: 8.4.39
+ postcss: 8.4.41
schema-utils: 4.2.0
serialize-javascript: 6.0.1
source-map: 0.6.1
- webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.21.5)
+ webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)
optionalDependencies:
- esbuild: 0.21.5
+ esbuild: 0.23.0
css-select@4.3.0:
dependencies:
@@ -12765,48 +12955,48 @@ snapshots:
cssesc@3.0.0: {}
- cssnano-preset-default@5.2.14(postcss@8.4.39):
- dependencies:
- css-declaration-sorter: 6.4.1(postcss@8.4.39)
- cssnano-utils: 3.1.0(postcss@8.4.39)
- postcss: 8.4.39
- postcss-calc: 8.2.4(postcss@8.4.39)
- postcss-colormin: 5.3.1(postcss@8.4.39)
- postcss-convert-values: 5.1.3(postcss@8.4.39)
- postcss-discard-comments: 5.1.2(postcss@8.4.39)
- postcss-discard-duplicates: 5.1.0(postcss@8.4.39)
- postcss-discard-empty: 5.1.1(postcss@8.4.39)
- postcss-discard-overridden: 5.1.0(postcss@8.4.39)
- postcss-merge-longhand: 5.1.7(postcss@8.4.39)
- postcss-merge-rules: 5.1.4(postcss@8.4.39)
- postcss-minify-font-values: 5.1.0(postcss@8.4.39)
- postcss-minify-gradients: 5.1.1(postcss@8.4.39)
- postcss-minify-params: 5.1.4(postcss@8.4.39)
- postcss-minify-selectors: 5.2.1(postcss@8.4.39)
- postcss-normalize-charset: 5.1.0(postcss@8.4.39)
- postcss-normalize-display-values: 5.1.0(postcss@8.4.39)
- postcss-normalize-positions: 5.1.1(postcss@8.4.39)
- postcss-normalize-repeat-style: 5.1.1(postcss@8.4.39)
- postcss-normalize-string: 5.1.0(postcss@8.4.39)
- postcss-normalize-timing-functions: 5.1.0(postcss@8.4.39)
- postcss-normalize-unicode: 5.1.1(postcss@8.4.39)
- postcss-normalize-url: 5.1.0(postcss@8.4.39)
- postcss-normalize-whitespace: 5.1.1(postcss@8.4.39)
- postcss-ordered-values: 5.1.3(postcss@8.4.39)
- postcss-reduce-initial: 5.1.2(postcss@8.4.39)
- postcss-reduce-transforms: 5.1.0(postcss@8.4.39)
- postcss-svgo: 5.1.0(postcss@8.4.39)
- postcss-unique-selectors: 5.1.1(postcss@8.4.39)
-
- cssnano-utils@3.1.0(postcss@8.4.39):
- dependencies:
- postcss: 8.4.39
-
- cssnano@5.1.15(postcss@8.4.39):
- dependencies:
- cssnano-preset-default: 5.2.14(postcss@8.4.39)
+ cssnano-preset-default@5.2.14(postcss@8.4.41):
+ dependencies:
+ css-declaration-sorter: 6.4.1(postcss@8.4.41)
+ cssnano-utils: 3.1.0(postcss@8.4.41)
+ postcss: 8.4.41
+ postcss-calc: 8.2.4(postcss@8.4.41)
+ postcss-colormin: 5.3.1(postcss@8.4.41)
+ postcss-convert-values: 5.1.3(postcss@8.4.41)
+ postcss-discard-comments: 5.1.2(postcss@8.4.41)
+ postcss-discard-duplicates: 5.1.0(postcss@8.4.41)
+ postcss-discard-empty: 5.1.1(postcss@8.4.41)
+ postcss-discard-overridden: 5.1.0(postcss@8.4.41)
+ postcss-merge-longhand: 5.1.7(postcss@8.4.41)
+ postcss-merge-rules: 5.1.4(postcss@8.4.41)
+ postcss-minify-font-values: 5.1.0(postcss@8.4.41)
+ postcss-minify-gradients: 5.1.1(postcss@8.4.41)
+ postcss-minify-params: 5.1.4(postcss@8.4.41)
+ postcss-minify-selectors: 5.2.1(postcss@8.4.41)
+ postcss-normalize-charset: 5.1.0(postcss@8.4.41)
+ postcss-normalize-display-values: 5.1.0(postcss@8.4.41)
+ postcss-normalize-positions: 5.1.1(postcss@8.4.41)
+ postcss-normalize-repeat-style: 5.1.1(postcss@8.4.41)
+ postcss-normalize-string: 5.1.0(postcss@8.4.41)
+ postcss-normalize-timing-functions: 5.1.0(postcss@8.4.41)
+ postcss-normalize-unicode: 5.1.1(postcss@8.4.41)
+ postcss-normalize-url: 5.1.0(postcss@8.4.41)
+ postcss-normalize-whitespace: 5.1.1(postcss@8.4.41)
+ postcss-ordered-values: 5.1.3(postcss@8.4.41)
+ postcss-reduce-initial: 5.1.2(postcss@8.4.41)
+ postcss-reduce-transforms: 5.1.0(postcss@8.4.41)
+ postcss-svgo: 5.1.0(postcss@8.4.41)
+ postcss-unique-selectors: 5.1.1(postcss@8.4.41)
+
+ cssnano-utils@3.1.0(postcss@8.4.41):
+ dependencies:
+ postcss: 8.4.41
+
+ cssnano@5.1.15(postcss@8.4.41):
+ dependencies:
+ cssnano-preset-default: 5.2.14(postcss@8.4.41)
lilconfig: 2.1.0
- postcss: 8.4.39
+ postcss: 8.4.41
yaml: 1.10.2
csso@4.2.0:
@@ -12838,7 +13028,7 @@ snapshots:
whatwg-mimetype: 4.0.0
whatwg-url: 14.0.0
- dayjs@1.11.11: {}
+ dayjs@1.11.12: {}
de-indent@1.0.2: {}
@@ -12852,7 +13042,7 @@ snapshots:
dependencies:
ms: 2.1.3
- debug@4.3.5:
+ debug@4.3.6:
dependencies:
ms: 2.1.2
@@ -12983,38 +13173,38 @@ snapshots:
'@one-ini/wasm': 0.1.1
commander: 10.0.1
minimatch: 9.0.1
- semver: 7.6.2
+ semver: 7.6.3
ee-first@1.1.1: {}
- electron-to-chromium@1.4.779: {}
+ electron-to-chromium@1.5.6: {}
- electron@29.4.3:
+ electron@29.4.5:
dependencies:
'@electron/get': 2.0.3
- '@types/node': 20.14.10
+ '@types/node': 20.14.15
extract-zip: 2.0.1
transitivePeerDependencies:
- supports-color
- element-plus@2.7.6(vue@3.4.31(typescript@5.5.3)):
+ element-plus@2.8.0(vue@3.4.37(typescript@5.5.4)):
dependencies:
'@ctrl/tinycolor': 3.6.1
- '@element-plus/icons-vue': 2.3.1(vue@3.4.31(typescript@5.5.3))
+ '@element-plus/icons-vue': 2.3.1(vue@3.4.37(typescript@5.5.4))
'@floating-ui/dom': 1.1.1
'@popperjs/core': '@sxzz/popperjs-es@2.11.7'
'@types/lodash': 4.17.0
'@types/lodash-es': 4.17.12
- '@vueuse/core': 9.13.0(vue@3.4.31(typescript@5.5.3))
+ '@vueuse/core': 9.13.0(vue@3.4.37(typescript@5.5.4))
async-validator: 4.2.5
- dayjs: 1.11.11
+ dayjs: 1.11.12
escape-html: 1.0.3
lodash: 4.17.21
lodash-es: 4.17.21
lodash-unified: 1.0.3(@types/lodash-es@4.17.12)(lodash-es@4.17.21)(lodash@4.17.21)
memoize-one: 6.0.0
normalize-wheel-es: 1.2.0
- vue: 3.4.31(typescript@5.5.3)
+ vue: 3.4.37(typescript@5.5.4)
transitivePeerDependencies:
- '@vue/composition-api'
@@ -13030,6 +13220,11 @@ snapshots:
encodeurl@1.0.2: {}
+ encoding@0.1.13:
+ dependencies:
+ iconv-lite: 0.6.3
+ optional: true
+
end-of-stream@1.4.4:
dependencies:
once: 1.4.0
@@ -13037,7 +13232,7 @@ snapshots:
engine.io-client@6.5.3:
dependencies:
'@socket.io/component-emitter': 3.1.0
- debug: 4.3.5
+ debug: 4.3.6
engine.io-parser: 5.2.1
ws: 8.11.0
xmlhttprequest-ssl: 2.0.0
@@ -13052,12 +13247,12 @@ snapshots:
dependencies:
'@types/cookie': 0.4.1
'@types/cors': 2.8.17
- '@types/node': 20.14.10
+ '@types/node': 20.14.15
accepts: 1.3.8
base64id: 2.0.0
cookie: 0.4.2
cors: 2.8.5
- debug: 4.3.5
+ debug: 4.3.6
engine.io-parser: 5.2.1
ws: 8.11.0
transitivePeerDependencies:
@@ -13074,13 +13269,19 @@ snapshots:
entities@4.5.0: {}
+ entities@5.0.0: {}
+
env-paths@2.2.1: {}
+ environment@1.1.0: {}
+
+ err-code@2.0.3: {}
+
error-ex@1.3.2:
dependencies:
is-arrayish: 0.2.1
- error-stack-parser-es@0.1.1: {}
+ error-stack-parser-es@0.1.5: {}
error-stack-parser@2.1.4:
dependencies:
@@ -13142,32 +13343,6 @@ snapshots:
'@esbuild/win32-ia32': 0.19.10
'@esbuild/win32-x64': 0.19.10
- esbuild@0.20.2:
- optionalDependencies:
- '@esbuild/aix-ppc64': 0.20.2
- '@esbuild/android-arm': 0.20.2
- '@esbuild/android-arm64': 0.20.2
- '@esbuild/android-x64': 0.20.2
- '@esbuild/darwin-arm64': 0.20.2
- '@esbuild/darwin-x64': 0.20.2
- '@esbuild/freebsd-arm64': 0.20.2
- '@esbuild/freebsd-x64': 0.20.2
- '@esbuild/linux-arm': 0.20.2
- '@esbuild/linux-arm64': 0.20.2
- '@esbuild/linux-ia32': 0.20.2
- '@esbuild/linux-loong64': 0.20.2
- '@esbuild/linux-mips64el': 0.20.2
- '@esbuild/linux-ppc64': 0.20.2
- '@esbuild/linux-riscv64': 0.20.2
- '@esbuild/linux-s390x': 0.20.2
- '@esbuild/linux-x64': 0.20.2
- '@esbuild/netbsd-x64': 0.20.2
- '@esbuild/openbsd-x64': 0.20.2
- '@esbuild/sunos-x64': 0.20.2
- '@esbuild/win32-arm64': 0.20.2
- '@esbuild/win32-ia32': 0.20.2
- '@esbuild/win32-x64': 0.20.2
-
esbuild@0.21.5:
optionalDependencies:
'@esbuild/aix-ppc64': 0.21.5
@@ -13194,6 +13369,33 @@ snapshots:
'@esbuild/win32-ia32': 0.21.5
'@esbuild/win32-x64': 0.21.5
+ esbuild@0.23.0:
+ optionalDependencies:
+ '@esbuild/aix-ppc64': 0.23.0
+ '@esbuild/android-arm': 0.23.0
+ '@esbuild/android-arm64': 0.23.0
+ '@esbuild/android-x64': 0.23.0
+ '@esbuild/darwin-arm64': 0.23.0
+ '@esbuild/darwin-x64': 0.23.0
+ '@esbuild/freebsd-arm64': 0.23.0
+ '@esbuild/freebsd-x64': 0.23.0
+ '@esbuild/linux-arm': 0.23.0
+ '@esbuild/linux-arm64': 0.23.0
+ '@esbuild/linux-ia32': 0.23.0
+ '@esbuild/linux-loong64': 0.23.0
+ '@esbuild/linux-mips64el': 0.23.0
+ '@esbuild/linux-ppc64': 0.23.0
+ '@esbuild/linux-riscv64': 0.23.0
+ '@esbuild/linux-s390x': 0.23.0
+ '@esbuild/linux-x64': 0.23.0
+ '@esbuild/netbsd-x64': 0.23.0
+ '@esbuild/openbsd-arm64': 0.23.0
+ '@esbuild/openbsd-x64': 0.23.0
+ '@esbuild/sunos-x64': 0.23.0
+ '@esbuild/win32-arm64': 0.23.0
+ '@esbuild/win32-ia32': 0.23.0
+ '@esbuild/win32-x64': 0.23.0
+
escalade@3.1.2: {}
escape-html@1.0.3: {}
@@ -13219,16 +13421,16 @@ snapshots:
eslint-compat-utils@0.5.0(eslint-ts-patch@8.57.0-0):
dependencies:
eslint: eslint-ts-patch@8.57.0-0
- semver: 7.6.2
+ semver: 7.6.3
- eslint-config-flat-gitignore@0.1.5:
+ eslint-config-flat-gitignore@0.1.8:
dependencies:
- find-up: 7.0.0
+ find-up-simple: 1.0.0
parse-gitignore: 2.0.0
- eslint-flat-config-utils@0.2.5:
+ eslint-flat-config-utils@0.3.0:
dependencies:
- '@types/eslint': 8.56.10
+ '@types/eslint': 9.6.0
pathe: 1.1.2
eslint-formatting-reporter@0.0.0(eslint-ts-patch@8.57.0-0):
@@ -13263,7 +13465,7 @@ snapshots:
eslint-plugin-es-x@7.5.0(eslint-ts-patch@8.57.0-0):
dependencies:
'@eslint-community/eslint-utils': 4.4.0(eslint-ts-patch@8.57.0-0)
- '@eslint-community/regexpp': 4.10.0
+ '@eslint-community/regexpp': 4.11.0
eslint: eslint-ts-patch@8.57.0-0
eslint-compat-utils: 0.1.2(eslint-ts-patch@8.57.0-0)
@@ -13282,38 +13484,39 @@ snapshots:
eslint-formatting-reporter: 0.0.0(eslint-ts-patch@8.57.0-0)
eslint-parser-plain: 0.1.0
prettier: 3.3.2
- synckit: 0.9.0
+ synckit: 0.9.1
- eslint-plugin-import-x@0.5.3(eslint-ts-patch@8.57.0-0)(typescript@5.5.3):
+ eslint-plugin-import-x@3.1.0(eslint-ts-patch@8.57.0-0)(typescript@5.5.4):
dependencies:
- '@typescript-eslint/utils': 7.16.0(eslint-ts-patch@8.57.0-0)(typescript@5.5.3)
- debug: 4.3.5
+ '@typescript-eslint/utils': 7.18.0(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)
+ debug: 4.3.6
doctrine: 3.0.0
eslint: eslint-ts-patch@8.57.0-0
eslint-import-resolver-node: 0.3.9
get-tsconfig: 4.7.5
is-glob: 4.0.3
minimatch: 9.0.5
- semver: 7.6.2
+ semver: 7.6.3
stable-hash: 0.0.4
tslib: 2.6.2
transitivePeerDependencies:
- supports-color
- typescript
- eslint-plugin-jsdoc@48.5.2(eslint-ts-patch@8.57.0-0):
+ eslint-plugin-jsdoc@50.0.1(eslint-ts-patch@8.57.0-0):
dependencies:
- '@es-joy/jsdoccomment': 0.43.1
+ '@es-joy/jsdoccomment': 0.46.0
are-docs-informative: 0.0.2
comment-parser: 1.4.1
- debug: 4.3.5
+ debug: 4.3.6
escape-string-regexp: 4.0.0
eslint: eslint-ts-patch@8.57.0-0
- esquery: 1.5.0
- parse-imports: 2.1.0
- semver: 7.6.2
+ espree: 10.1.0
+ esquery: 1.6.0
+ parse-imports: 2.1.1
+ semver: 7.6.3
spdx-expression-parse: 4.0.0
- synckit: 0.9.0
+ synckit: 0.9.1
transitivePeerDependencies:
- supports-color
@@ -13328,32 +13531,33 @@ snapshots:
natural-compare: 1.4.0
synckit: 0.6.2
- eslint-plugin-markdown@5.0.0(eslint-ts-patch@8.57.0-0):
+ eslint-plugin-markdown@5.1.0(eslint-ts-patch@8.57.0-0):
dependencies:
eslint: eslint-ts-patch@8.57.0-0
mdast-util-from-markdown: 0.8.5
transitivePeerDependencies:
- supports-color
- eslint-plugin-n@17.9.0(eslint-ts-patch@8.57.0-0):
+ eslint-plugin-n@17.10.2(eslint-ts-patch@8.57.0-0):
dependencies:
'@eslint-community/eslint-utils': 4.4.0(eslint-ts-patch@8.57.0-0)
enhanced-resolve: 5.17.0
eslint: eslint-ts-patch@8.57.0-0
eslint-plugin-es-x: 7.5.0(eslint-ts-patch@8.57.0-0)
get-tsconfig: 4.7.5
- globals: 15.8.0
+ globals: 15.9.0
ignore: 5.3.1
minimatch: 9.0.5
- semver: 7.6.2
+ semver: 7.6.3
eslint-plugin-no-only-tests@3.1.0: {}
- eslint-plugin-perfectionist@2.11.0(eslint-ts-patch@8.57.0-0)(typescript@5.5.3)(vue-eslint-parser@9.4.3(eslint-ts-patch@8.57.0-0)):
+ eslint-plugin-perfectionist@3.1.3(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)(vue-eslint-parser@9.4.3(eslint-ts-patch@8.57.0-0)):
dependencies:
- '@typescript-eslint/utils': 7.16.0(eslint-ts-patch@8.57.0-0)(typescript@5.5.3)
+ '@typescript-eslint/types': 8.0.1
+ '@typescript-eslint/utils': 8.0.1(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)
eslint: eslint-ts-patch@8.57.0-0
- minimatch: 9.0.5
+ minimatch: 10.0.1
natural-compare-lite: 1.4.0
optionalDependencies:
vue-eslint-parser: 9.4.3(eslint-ts-patch@8.57.0-0)
@@ -13364,7 +13568,7 @@ snapshots:
eslint-plugin-regexp@2.6.0(eslint-ts-patch@8.57.0-0):
dependencies:
'@eslint-community/eslint-utils': 4.4.0(eslint-ts-patch@8.57.0-0)
- '@eslint-community/regexpp': 4.10.0
+ '@eslint-community/regexpp': 4.11.0
comment-parser: 1.4.1
eslint: eslint-ts-patch@8.57.0-0
jsdoc-type-pratt-parser: 4.0.0
@@ -13374,7 +13578,7 @@ snapshots:
eslint-plugin-toml@0.11.1(eslint-ts-patch@8.57.0-0):
dependencies:
- debug: 4.3.5
+ debug: 4.3.6
eslint: eslint-ts-patch@8.57.0-0
eslint-compat-utils: 0.5.0(eslint-ts-patch@8.57.0-0)
lodash: 4.17.21
@@ -13382,16 +13586,16 @@ snapshots:
transitivePeerDependencies:
- supports-color
- eslint-plugin-unicorn@54.0.0(eslint-ts-patch@8.57.0-0):
+ eslint-plugin-unicorn@55.0.0(eslint-ts-patch@8.57.0-0):
dependencies:
'@babel/helper-validator-identifier': 7.24.7
'@eslint-community/eslint-utils': 4.4.0(eslint-ts-patch@8.57.0-0)
- '@eslint/eslintrc': 3.1.0
ci-info: 4.0.0
clean-regexp: 1.0.0
core-js-compat: 3.37.1
eslint: eslint-ts-patch@8.57.0-0
- esquery: 1.5.0
+ esquery: 1.6.0
+ globals: 15.9.0
indent-string: 4.0.0
is-builtin-module: 3.2.1
jsesc: 3.0.2
@@ -13399,28 +13603,14 @@ snapshots:
read-pkg-up: 7.0.1
regexp-tree: 0.1.27
regjsparser: 0.10.0
- semver: 7.6.2
+ semver: 7.6.3
strip-indent: 3.0.0
- transitivePeerDependencies:
- - supports-color
-
- eslint-plugin-unused-imports@3.2.0(@typescript-eslint/eslint-plugin@7.16.0(@typescript-eslint/parser@7.16.0(eslint-ts-patch@8.57.0-0)(typescript@5.5.3))(eslint-ts-patch@8.57.0-0)(typescript@5.5.3))(eslint-ts-patch@8.57.0-0):
- dependencies:
- eslint: eslint-ts-patch@8.57.0-0
- eslint-rule-composer: 0.3.0
- optionalDependencies:
- '@typescript-eslint/eslint-plugin': 7.16.0(@typescript-eslint/parser@8.0.1(eslint-ts-patch@8.57.0-0)(typescript@5.5.3))(eslint-ts-patch@8.57.0-0)(typescript@5.5.3)
- eslint-plugin-vitest@0.5.4(@typescript-eslint/eslint-plugin@7.16.0(@typescript-eslint/parser@7.16.0(eslint-ts-patch@8.57.0-0)(typescript@5.5.3))(eslint-ts-patch@8.57.0-0)(typescript@5.5.3))(eslint-ts-patch@8.57.0-0)(typescript@5.5.3)(vitest@2.0.2(@types/node@20.14.10)(jsdom@24.1.0)(sass@1.77.6)(terser@5.26.0)):
+ eslint-plugin-unused-imports@4.1.3(@typescript-eslint/eslint-plugin@8.0.1(@typescript-eslint/parser@8.0.1(eslint-ts-patch@8.57.0-0)(typescript@5.5.4))(eslint-ts-patch@8.57.0-0)(typescript@5.5.4))(eslint-ts-patch@8.57.0-0):
dependencies:
- '@typescript-eslint/utils': 7.16.0(eslint-ts-patch@8.57.0-0)(typescript@5.5.3)
eslint: eslint-ts-patch@8.57.0-0
optionalDependencies:
- '@typescript-eslint/eslint-plugin': 7.16.0(@typescript-eslint/parser@8.0.1(eslint-ts-patch@8.57.0-0)(typescript@5.5.3))(eslint-ts-patch@8.57.0-0)(typescript@5.5.3)
- vitest: 2.0.2(@types/node@20.14.10)(jsdom@24.1.0)(sass@1.77.6)(terser@5.26.0)
- transitivePeerDependencies:
- - supports-color
- - typescript
+ '@typescript-eslint/eslint-plugin': 8.0.1(@typescript-eslint/parser@8.0.1(eslint-ts-patch@8.57.0-0)(typescript@5.5.4))(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)
eslint-plugin-vue@9.27.0(eslint-ts-patch@8.57.0-0):
dependencies:
@@ -13430,29 +13620,29 @@ snapshots:
natural-compare: 1.4.0
nth-check: 2.1.1
postcss-selector-parser: 6.0.15
- semver: 7.6.2
+ semver: 7.6.3
vue-eslint-parser: 9.4.3(eslint-ts-patch@8.57.0-0)
xml-name-validator: 4.0.0
transitivePeerDependencies:
- supports-color
- eslint-plugin-vue@9.27.0(eslint@9.6.0):
+ eslint-plugin-vue@9.27.0(eslint@9.9.0(jiti@1.21.6)):
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@9.6.0)
- eslint: 9.6.0
+ '@eslint-community/eslint-utils': 4.4.0(eslint@9.9.0(jiti@1.21.6))
+ eslint: 9.9.0(jiti@1.21.6)
globals: 13.24.0
natural-compare: 1.4.0
nth-check: 2.1.1
postcss-selector-parser: 6.0.15
- semver: 7.6.2
- vue-eslint-parser: 9.4.3(eslint@9.6.0)
+ semver: 7.6.3
+ vue-eslint-parser: 9.4.3(eslint@9.9.0(jiti@1.21.6))
xml-name-validator: 4.0.0
transitivePeerDependencies:
- supports-color
eslint-plugin-yml@1.14.0(eslint-ts-patch@8.57.0-0):
dependencies:
- debug: 4.3.5
+ debug: 4.3.6
eslint: eslint-ts-patch@8.57.0-0
eslint-compat-utils: 0.5.0(eslint-ts-patch@8.57.0-0)
lodash: 4.17.21
@@ -13461,13 +13651,11 @@ snapshots:
transitivePeerDependencies:
- supports-color
- eslint-processor-vue-blocks@0.1.2(@vue/compiler-sfc@3.4.31)(eslint-ts-patch@8.57.0-0):
+ eslint-processor-vue-blocks@0.1.2(@vue/compiler-sfc@3.4.37)(eslint-ts-patch@8.57.0-0):
dependencies:
- '@vue/compiler-sfc': 3.4.31
+ '@vue/compiler-sfc': 3.4.37
eslint: eslint-ts-patch@8.57.0-0
- eslint-rule-composer@0.3.0: {}
-
eslint-scope@5.1.1:
dependencies:
esrecurse: 4.3.0
@@ -13478,14 +13666,14 @@ snapshots:
esrecurse: 4.3.0
estraverse: 5.3.0
- eslint-scope@8.0.1:
+ eslint-scope@8.0.2:
dependencies:
esrecurse: 4.3.0
estraverse: 5.3.0
eslint-ts-patch@8.57.0-0:
dependencies:
- debug: 4.3.5
+ debug: 4.3.6
eslint: 8.57.0
jiti: 1.21.6
transitivePeerDependencies:
@@ -13497,31 +13685,31 @@ snapshots:
eslint-visitor-keys@4.0.0: {}
- eslint-vitest-rule-tester@0.3.2(eslint-ts-patch@8.57.0-0)(typescript@5.5.3)(vitest@2.0.2(@types/node@20.14.10)(jsdom@24.1.0)(sass@1.77.6)(terser@5.26.0)):
+ eslint-vitest-rule-tester@0.3.3(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)(vitest@2.0.5(@types/node@20.14.15)(jsdom@24.1.1)(sass@1.77.8)(terser@5.26.0)):
dependencies:
'@antfu/utils': 0.7.10
'@types/eslint': 8.56.10
- '@typescript-eslint/utils': 7.16.0(eslint-ts-patch@8.57.0-0)(typescript@5.5.3)
+ '@typescript-eslint/utils': 7.18.0(eslint-ts-patch@8.57.0-0)(typescript@5.5.4)
eslint: eslint-ts-patch@8.57.0-0
- vitest: 2.0.2(@types/node@20.14.10)(jsdom@24.1.0)(sass@1.77.6)(terser@5.26.0)
+ vitest: 2.0.5(@types/node@20.14.15)(jsdom@24.1.1)(sass@1.77.8)(terser@5.26.0)
transitivePeerDependencies:
- supports-color
- typescript
- eslint-webpack-plugin@3.2.0(eslint@9.6.0)(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.21.5)):
+ eslint-webpack-plugin@3.2.0(eslint@9.9.0(jiti@1.21.6))(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)):
dependencies:
'@types/eslint': 8.56.10
- eslint: 9.6.0
+ eslint: 9.9.0(jiti@1.21.6)
jest-worker: 28.1.3
micromatch: 4.0.7
normalize-path: 3.0.0
schema-utils: 4.2.0
- webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.21.5)
+ webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)
eslint@8.57.0:
dependencies:
'@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0)
- '@eslint-community/regexpp': 4.10.0
+ '@eslint-community/regexpp': 4.11.0
'@eslint/eslintrc': 2.1.4
'@eslint/js': 8.57.0
'@humanwhocodes/config-array': 0.11.14
@@ -13531,13 +13719,13 @@ snapshots:
ajv: 6.12.6
chalk: 4.1.2
cross-spawn: 7.0.3
- debug: 4.3.5
+ debug: 4.3.6
doctrine: 3.0.0
escape-string-regexp: 4.0.0
eslint-scope: 7.2.2
eslint-visitor-keys: 3.4.3
espree: 9.6.1
- esquery: 1.5.0
+ esquery: 1.6.0
esutils: 2.0.3
fast-deep-equal: 3.1.3
file-entry-cache: 6.0.1
@@ -13561,25 +13749,25 @@ snapshots:
transitivePeerDependencies:
- supports-color
- eslint@9.6.0:
+ eslint@9.9.0(jiti@1.21.6):
dependencies:
- '@eslint-community/eslint-utils': 4.4.0(eslint@9.6.0)
- '@eslint-community/regexpp': 4.10.0
- '@eslint/config-array': 0.17.0
+ '@eslint-community/eslint-utils': 4.4.0(eslint@9.9.0(jiti@1.21.6))
+ '@eslint-community/regexpp': 4.11.0
+ '@eslint/config-array': 0.17.1
'@eslint/eslintrc': 3.1.0
- '@eslint/js': 9.6.0
+ '@eslint/js': 9.9.0
'@humanwhocodes/module-importer': 1.0.1
'@humanwhocodes/retry': 0.3.0
'@nodelib/fs.walk': 1.2.8
ajv: 6.12.6
chalk: 4.1.2
cross-spawn: 7.0.3
- debug: 4.3.5
+ debug: 4.3.6
escape-string-regexp: 4.0.0
- eslint-scope: 8.0.1
+ eslint-scope: 8.0.2
eslint-visitor-keys: 4.0.0
espree: 10.1.0
- esquery: 1.5.0
+ esquery: 1.6.0
esutils: 2.0.3
fast-deep-equal: 3.1.3
file-entry-cache: 8.0.0
@@ -13597,24 +13785,26 @@ snapshots:
optionator: 0.9.3
strip-ansi: 6.0.1
text-table: 0.2.0
+ optionalDependencies:
+ jiti: 1.21.6
transitivePeerDependencies:
- supports-color
espree@10.1.0:
dependencies:
- acorn: 8.12.0
- acorn-jsx: 5.3.2(acorn@8.12.0)
+ acorn: 8.12.1
+ acorn-jsx: 5.3.2(acorn@8.12.1)
eslint-visitor-keys: 4.0.0
espree@9.6.1:
dependencies:
- acorn: 8.12.0
- acorn-jsx: 5.3.2(acorn@8.12.0)
+ acorn: 8.12.1
+ acorn-jsx: 5.3.2(acorn@8.12.1)
eslint-visitor-keys: 3.4.3
esprima@4.0.1: {}
- esquery@1.5.0:
+ esquery@1.6.0:
dependencies:
estraverse: 5.3.0
@@ -13732,7 +13922,7 @@ snapshots:
extract-zip@2.0.1:
dependencies:
- debug: 4.3.5
+ debug: 4.3.6
get-stream: 5.2.0
yauzl: 2.10.0
optionalDependencies:
@@ -13822,6 +14012,8 @@ snapshots:
make-dir: 3.1.0
pkg-dir: 4.2.0
+ find-up-simple@1.0.0: {}
+
find-up@4.1.0:
dependencies:
locate-path: 5.0.0
@@ -13832,12 +14024,6 @@ snapshots:
locate-path: 6.0.0
path-exists: 4.0.0
- find-up@7.0.0:
- dependencies:
- locate-path: 7.2.0
- path-exists: 5.0.0
- unicorn-magic: 0.1.0
-
flat-cache@3.2.0:
dependencies:
flatted: 3.2.9
@@ -13855,19 +14041,19 @@ snapshots:
flexsearch@0.7.21: {}
- floating-vue@5.2.2(vue@3.4.31(typescript@5.5.3)):
+ floating-vue@5.2.2(vue@3.4.37(typescript@5.5.4)):
dependencies:
'@floating-ui/dom': 1.1.1
- vue: 3.4.31(typescript@5.5.3)
- vue-resize: 2.0.0-alpha.1(vue@3.4.31(typescript@5.5.3))
+ vue: 3.4.37(typescript@5.5.4)
+ vue-resize: 2.0.0-alpha.1(vue@3.4.37(typescript@5.5.4))
focus-trap@7.5.4:
dependencies:
tabbable: 6.2.0
- follow-redirects@1.15.4(debug@4.3.5):
+ follow-redirects@1.15.4(debug@4.3.6):
optionalDependencies:
- debug: 4.3.5
+ debug: 4.3.6
foreground-child@3.1.1:
dependencies:
@@ -13921,6 +14107,10 @@ snapshots:
dependencies:
minipass: 3.3.6
+ fs-minipass@3.0.3:
+ dependencies:
+ minipass: 7.1.2
+
fs-monkey@1.0.5: {}
fs.realpath@1.0.0: {}
@@ -13965,13 +14155,13 @@ snapshots:
dependencies:
resolve-pkg-maps: 1.0.0
- giget@1.2.1:
+ giget@1.2.3:
dependencies:
- citty: 0.1.5
+ citty: 0.1.6
consola: 3.2.3
defu: 6.1.4
node-fetch-native: 1.6.4
- nypm: 0.3.4
+ nypm: 0.3.9
ohash: 1.1.3
pathe: 1.1.2
tar: 6.2.0
@@ -13994,15 +14184,6 @@ snapshots:
minipass: 7.1.2
path-scurry: 1.11.1
- glob@7.1.6:
- dependencies:
- fs.realpath: 1.0.0
- inflight: 1.0.6
- inherits: 2.0.4
- minimatch: 3.1.2
- once: 1.4.0
- path-is-absolute: 1.0.1
-
glob@7.2.3:
dependencies:
fs.realpath: 1.0.0
@@ -14026,7 +14207,7 @@ snapshots:
es6-error: 4.1.1
matcher: 3.0.0
roarr: 2.15.4
- semver: 7.6.2
+ semver: 7.6.3
serialize-error: 7.0.1
optional: true
@@ -14038,7 +14219,7 @@ snapshots:
globals@14.0.0: {}
- globals@15.8.0: {}
+ globals@15.9.0: {}
globalthis@1.0.3:
dependencies:
@@ -14141,12 +14322,12 @@ snapshots:
highlight.js@10.7.3: {}
- histoire@0.17.17(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0)(vite@5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0)):
+ histoire@0.17.17(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)):
dependencies:
'@akryum/tinypool': 0.3.1
- '@histoire/app': 0.17.17(vite@5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0))
- '@histoire/controls': 0.17.17(vite@5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0))
- '@histoire/shared': 0.17.17(vite@5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0))
+ '@histoire/app': 0.17.17(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))
+ '@histoire/controls': 0.17.17(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))
+ '@histoire/shared': 0.17.17(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))
'@histoire/vendors': 0.17.17
'@types/flexsearch': 0.7.6
'@types/markdown-it': 12.2.3
@@ -14173,8 +14354,8 @@ snapshots:
sade: 1.8.1
shiki-es: 0.2.0
sirv: 2.0.4
- vite: 5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0)
- vite-node: 0.34.6(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0)
+ vite: 5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)
+ vite-node: 0.34.6(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)
transitivePeerDependencies:
- '@types/node'
- bufferutil
@@ -14182,6 +14363,7 @@ snapshots:
- less
- lightningcss
- sass
+ - sass-embedded
- stylus
- sugarss
- supports-color
@@ -14192,6 +14374,10 @@ snapshots:
hosted-git-info@2.8.9: {}
+ hosted-git-info@7.0.2:
+ dependencies:
+ lru-cache: 10.2.2
+
hpack.js@2.1.6:
dependencies:
inherits: 2.0.4
@@ -14225,7 +14411,7 @@ snapshots:
html-tags@3.3.1: {}
- html-webpack-plugin@5.6.0(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.21.5)):
+ html-webpack-plugin@5.6.0(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)):
dependencies:
'@types/html-minifier-terser': 6.1.0
html-minifier-terser: 6.1.0
@@ -14233,7 +14419,7 @@ snapshots:
pretty-error: 4.0.0
tapable: 2.2.1
optionalDependencies:
- webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.21.5)
+ webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)
htmlparser2@6.1.0:
dependencies:
@@ -14267,21 +14453,21 @@ snapshots:
dependencies:
'@tootallnate/once': 2.0.0
agent-base: 6.0.2
- debug: 4.3.5
+ debug: 4.3.6
transitivePeerDependencies:
- supports-color
http-proxy-agent@7.0.2:
dependencies:
- agent-base: 7.1.0
- debug: 4.3.5
+ agent-base: 7.1.1
+ debug: 4.3.6
transitivePeerDependencies:
- supports-color
- http-proxy-middleware@2.0.6(@types/express@4.17.21)(debug@4.3.5):
+ http-proxy-middleware@2.0.6(@types/express@4.17.21)(debug@4.3.6):
dependencies:
'@types/http-proxy': 1.17.14
- http-proxy: 1.18.1(debug@4.3.5)
+ http-proxy: 1.18.1(debug@4.3.6)
is-glob: 4.0.3
is-plain-obj: 3.0.0
micromatch: 4.0.7
@@ -14290,10 +14476,10 @@ snapshots:
transitivePeerDependencies:
- debug
- http-proxy@1.18.1(debug@4.3.5):
+ http-proxy@1.18.1(debug@4.3.6):
dependencies:
eventemitter3: 4.0.7
- follow-redirects: 1.15.4(debug@4.3.5)
+ follow-redirects: 1.15.4(debug@4.3.6)
requires-port: 1.0.0
transitivePeerDependencies:
- debug
@@ -14306,14 +14492,14 @@ snapshots:
https-proxy-agent@5.0.1:
dependencies:
agent-base: 6.0.2
- debug: 4.3.5
+ debug: 4.3.6
transitivePeerDependencies:
- supports-color
- https-proxy-agent@7.0.4:
+ https-proxy-agent@7.0.5:
dependencies:
- agent-base: 7.1.0
- debug: 4.3.5
+ agent-base: 7.1.1
+ debug: 4.3.6
transitivePeerDependencies:
- supports-color
@@ -14329,9 +14515,9 @@ snapshots:
dependencies:
safer-buffer: 2.1.2
- icss-utils@5.1.0(postcss@8.4.39):
+ icss-utils@5.1.0(postcss@8.4.41):
dependencies:
- postcss: 8.4.39
+ postcss: 8.4.41
ieee754@1.2.1: {}
@@ -14352,15 +14538,16 @@ snapshots:
import-lazy@4.0.0: {}
- importx@0.3.11:
+ importx@0.4.3:
dependencies:
- bundle-require: 5.0.0(esbuild@0.20.2)
- debug: 4.3.5
- esbuild: 0.20.2
- jiti: 1.21.6
+ bundle-require: 5.0.0(esbuild@0.23.0)
+ debug: 4.3.6
+ esbuild: 0.23.0
+ jiti: 2.0.0-beta.2
+ jiti-v1: jiti@1.21.6
pathe: 1.1.2
pkg-types: 1.1.3
- tsx: 4.16.2
+ tsx: 4.17.0
transitivePeerDependencies:
- supports-color
@@ -14379,6 +14566,11 @@ snapshots:
ini@1.3.8: {}
+ ip-address@9.0.5:
+ dependencies:
+ jsbn: 1.1.0
+ sprintf-js: 1.1.3
+
ip@2.0.1: {}
ipaddr.js@1.9.1: {}
@@ -14448,6 +14640,8 @@ snapshots:
is-interactive@1.0.0: {}
+ is-lambda@1.0.1: {}
+
is-module@1.0.0: {}
is-number@7.0.0: {}
@@ -14504,18 +14698,20 @@ snapshots:
jest-worker@27.5.1:
dependencies:
- '@types/node': 20.14.10
+ '@types/node': 20.14.15
merge-stream: 2.0.0
supports-color: 8.1.1
jest-worker@28.1.3:
dependencies:
- '@types/node': 20.14.10
+ '@types/node': 20.14.15
merge-stream: 2.0.0
supports-color: 8.1.1
jiti@1.21.6: {}
+ jiti@2.0.0-beta.2: {}
+
jju@1.4.0: {}
joi@17.11.0:
@@ -14539,6 +14735,8 @@ snapshots:
js-tokens@4.0.0: {}
+ js-tokens@9.0.0: {}
+
js-yaml@3.14.1:
dependencies:
argparse: 1.0.10
@@ -14548,12 +14746,14 @@ snapshots:
dependencies:
argparse: 2.0.1
+ jsbn@1.1.0: {}
+
jsdoc-type-pratt-parser@4.0.0: {}
jsdom@20.0.3:
dependencies:
abab: 2.0.6
- acorn: 8.12.0
+ acorn: 8.12.1
acorn-globals: 7.0.1
cssom: 0.5.0
cssstyle: 2.3.0
@@ -14566,7 +14766,7 @@ snapshots:
http-proxy-agent: 5.0.0
https-proxy-agent: 5.0.1
is-potential-custom-element-name: 1.0.1
- nwsapi: 2.2.10
+ nwsapi: 2.2.12
parse5: 7.1.2
saxes: 6.0.0
symbol-tree: 3.2.4
@@ -14576,14 +14776,14 @@ snapshots:
whatwg-encoding: 2.0.0
whatwg-mimetype: 3.0.0
whatwg-url: 11.0.0
- ws: 8.17.0
+ ws: 8.18.0
xml-name-validator: 4.0.0
transitivePeerDependencies:
- bufferutil
- supports-color
- utf-8-validate
- jsdom@24.1.0:
+ jsdom@24.1.1:
dependencies:
cssstyle: 4.0.1
data-urls: 5.0.0
@@ -14591,11 +14791,11 @@ snapshots:
form-data: 4.0.0
html-encoding-sniffer: 4.0.0
http-proxy-agent: 7.0.2
- https-proxy-agent: 7.0.4
+ https-proxy-agent: 7.0.5
is-potential-custom-element-name: 1.0.1
- nwsapi: 2.2.10
+ nwsapi: 2.2.12
parse5: 7.1.2
- rrweb-cssom: 0.7.0
+ rrweb-cssom: 0.7.1
saxes: 6.0.0
symbol-tree: 3.2.4
tough-cookie: 4.1.4
@@ -14604,7 +14804,7 @@ snapshots:
whatwg-encoding: 3.1.1
whatwg-mimetype: 4.0.0
whatwg-url: 14.0.0
- ws: 8.17.0
+ ws: 8.18.0
xml-name-validator: 5.0.0
transitivePeerDependencies:
- bufferutil
@@ -14642,10 +14842,10 @@ snapshots:
jsonc-eslint-parser@2.4.0:
dependencies:
- acorn: 8.12.0
+ acorn: 8.12.1
eslint-visitor-keys: 3.4.3
espree: 9.6.1
- semver: 7.6.2
+ semver: 7.6.3
jsonfile@4.0.0:
optionalDependencies:
@@ -14657,6 +14857,8 @@ snapshots:
optionalDependencies:
graceful-fs: 4.2.11
+ jsonparse@1.3.1: {}
+
keycharm@0.4.0: {}
keyv@4.5.4:
@@ -14691,7 +14893,7 @@ snapshots:
lilconfig@2.1.0: {}
- lilconfig@3.1.1: {}
+ lilconfig@3.1.2: {}
lines-and-columns@1.2.4: {}
@@ -14699,27 +14901,27 @@ snapshots:
dependencies:
uc.micro: 1.0.6
- lint-staged@15.2.7:
+ lint-staged@15.2.8:
dependencies:
chalk: 5.3.0
commander: 12.1.0
- debug: 4.3.5
+ debug: 4.3.6
execa: 8.0.1
- lilconfig: 3.1.1
- listr2: 8.2.1
+ lilconfig: 3.1.2
+ listr2: 8.2.4
micromatch: 4.0.7
pidtree: 0.6.0
string-argv: 0.3.2
- yaml: 2.4.2
+ yaml: 2.5.0
transitivePeerDependencies:
- supports-color
- listr2@8.2.1:
+ listr2@8.2.4:
dependencies:
cli-truncate: 4.0.0
colorette: 2.0.20
eventemitter3: 5.0.1
- log-update: 6.0.0
+ log-update: 6.1.0
rfdc: 1.4.1
wrap-ansi: 9.0.0
@@ -14752,10 +14954,6 @@ snapshots:
dependencies:
p-locate: 5.0.0
- locate-path@7.2.0:
- dependencies:
- p-locate: 6.0.0
-
lodash-es@4.17.21: {}
lodash-unified@1.0.3(@types/lodash-es@4.17.12)(lodash-es@4.17.21)(lodash@4.17.21):
@@ -14797,10 +14995,10 @@ snapshots:
cli-cursor: 2.1.0
wrap-ansi: 3.0.1
- log-update@6.0.0:
+ log-update@6.1.0:
dependencies:
- ansi-escapes: 6.2.0
- cli-cursor: 4.0.0
+ ansi-escapes: 7.0.0
+ cli-cursor: 5.0.0
slice-ansi: 7.1.0
strip-ansi: 7.1.0
wrap-ansi: 9.0.0
@@ -14832,16 +15030,33 @@ snapshots:
magic-string@0.27.0:
dependencies:
- '@jridgewell/sourcemap-codec': 1.4.15
+ '@jridgewell/sourcemap-codec': 1.5.0
- magic-string@0.30.10:
+ magic-string@0.30.11:
dependencies:
- '@jridgewell/sourcemap-codec': 1.4.15
+ '@jridgewell/sourcemap-codec': 1.5.0
make-dir@3.1.0:
dependencies:
semver: 6.3.1
+ make-fetch-happen@13.0.1:
+ dependencies:
+ '@npmcli/agent': 2.2.2
+ cacache: 18.0.4
+ http-cache-semantics: 4.1.1
+ is-lambda: 1.0.1
+ minipass: 7.1.2
+ minipass-fetch: 3.0.5
+ minipass-flush: 1.0.5
+ minipass-pipeline: 1.2.4
+ negotiator: 0.6.3
+ proc-log: 4.2.0
+ promise-retry: 2.0.1
+ ssri: 10.0.6
+ transitivePeerDependencies:
+ - supports-color
+
mark.js@8.11.1: {}
markdown-it-anchor@8.6.7(@types/markdown-it@12.2.3)(markdown-it@12.3.2):
@@ -14863,12 +15078,12 @@ snapshots:
mdurl: 1.0.1
uc.micro: 1.0.6
- marked-terminal@6.2.0(marked@9.1.6):
+ marked-terminal@7.1.0(marked@9.1.6):
dependencies:
- ansi-escapes: 6.2.0
- cardinal: 2.1.1
+ ansi-escapes: 7.0.0
chalk: 5.3.0
- cli-table3: 0.6.3
+ cli-highlight: 2.1.11
+ cli-table3: 0.6.5
marked: 9.1.6
node-emoji: 2.1.3
supports-hyperlinks: 3.0.0
@@ -14924,7 +15139,7 @@ snapshots:
micromark@2.11.4:
dependencies:
- debug: 4.3.5
+ debug: 4.3.6
parse-entities: 2.0.0
transitivePeerDependencies:
- supports-color
@@ -14956,16 +15171,18 @@ snapshots:
mimic-fn@4.0.0: {}
+ mimic-function@5.0.1: {}
+
mimic-response@1.0.1: {}
mimic-response@3.1.0: {}
min-indent@1.0.1: {}
- mini-css-extract-plugin@2.7.6(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.21.5)):
+ mini-css-extract-plugin@2.7.6(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)):
dependencies:
schema-utils: 4.2.0
- webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.21.5)
+ webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)
minimalistic-assert@1.0.1: {}
@@ -14995,6 +15212,30 @@ snapshots:
minimist@1.2.8: {}
+ minipass-collect@2.0.1:
+ dependencies:
+ minipass: 7.1.2
+
+ minipass-fetch@3.0.5:
+ dependencies:
+ minipass: 7.1.2
+ minipass-sized: 1.0.3
+ minizlib: 2.1.2
+ optionalDependencies:
+ encoding: 0.1.13
+
+ minipass-flush@1.0.5:
+ dependencies:
+ minipass: 3.3.6
+
+ minipass-pipeline@1.2.4:
+ dependencies:
+ minipass: 3.3.6
+
+ minipass-sized@1.0.3:
+ dependencies:
+ minipass: 3.3.6
+
minipass@3.3.6:
dependencies:
yallist: 4.0.0
@@ -15003,7 +15244,7 @@ snapshots:
minipass@7.1.2: {}
- minisearch@6.3.0: {}
+ minisearch@7.1.0: {}
minizlib@2.1.2:
dependencies:
@@ -15020,9 +15261,9 @@ snapshots:
mkdirp@1.0.4: {}
- mkdist@1.3.0(sass@1.77.6)(typescript@5.5.3):
+ mkdist@1.3.0(sass@1.77.8)(typescript@5.5.4):
dependencies:
- citty: 0.1.5
+ citty: 0.1.6
defu: 6.1.4
esbuild: 0.18.20
fs-extra: 11.2.0
@@ -15032,12 +15273,12 @@ snapshots:
mri: 1.2.0
pathe: 1.1.2
optionalDependencies:
- sass: 1.77.6
- typescript: 5.5.3
+ sass: 1.77.8
+ typescript: 5.5.4
mlly@1.7.1:
dependencies:
- acorn: 8.12.0
+ acorn: 8.12.1
pathe: 1.1.2
pkg-types: 1.1.3
ufo: 1.5.3
@@ -15095,13 +15336,15 @@ snapshots:
node-fetch-native@1.6.4: {}
- node-fetch@2.7.0:
+ node-fetch@2.7.0(encoding@0.1.13):
dependencies:
whatwg-url: 5.0.0
+ optionalDependencies:
+ encoding: 0.1.13
node-forge@1.3.1: {}
- node-releases@2.0.14: {}
+ node-releases@2.0.18: {}
nopt@7.2.0:
dependencies:
@@ -15132,6 +15375,13 @@ snapshots:
npm-normalize-package-bin@3.0.1: {}
+ npm-package-arg@11.0.3:
+ dependencies:
+ hosted-git-info: 7.0.2
+ proc-log: 4.2.0
+ semver: 7.6.3
+ validate-npm-package-name: 5.0.0
+
npm-packlist@5.1.3:
dependencies:
glob: 8.1.0
@@ -15139,6 +15389,19 @@ snapshots:
npm-bundled: 2.0.1
npm-normalize-package-bin: 2.0.0
+ npm-registry-fetch@17.1.0:
+ dependencies:
+ '@npmcli/redact': 2.0.1
+ jsonparse: 1.3.1
+ make-fetch-happen: 13.0.1
+ minipass: 7.1.2
+ minipass-fetch: 3.0.5
+ minizlib: 2.1.2
+ npm-package-arg: 11.0.3
+ proc-log: 4.2.0
+ transitivePeerDependencies:
+ - supports-color
+
npm-run-all2@6.2.2:
dependencies:
ansi-styles: 6.2.1
@@ -15165,13 +15428,15 @@ snapshots:
dependencies:
boolbase: 1.0.0
- nwsapi@2.2.10: {}
+ nwsapi@2.2.12: {}
- nypm@0.3.4:
+ nypm@0.3.9:
dependencies:
- citty: 0.1.5
+ citty: 0.1.6
+ consola: 3.2.3
execa: 8.0.1
pathe: 1.1.2
+ pkg-types: 1.1.3
ufo: 1.5.3
object-assign@4.1.1: {}
@@ -15223,6 +15488,10 @@ snapshots:
dependencies:
mimic-fn: 4.0.0
+ onetime@7.0.0:
+ dependencies:
+ mimic-function: 5.0.1
+
open@10.1.0:
dependencies:
default-browser: 5.2.1
@@ -15271,10 +15540,6 @@ snapshots:
dependencies:
yocto-queue: 0.1.0
- p-limit@4.0.0:
- dependencies:
- yocto-queue: 1.0.0
-
p-locate@4.1.0:
dependencies:
p-limit: 2.3.0
@@ -15283,9 +15548,9 @@ snapshots:
dependencies:
p-limit: 3.1.0
- p-locate@6.0.0:
+ p-map@4.0.0:
dependencies:
- p-limit: 4.0.0
+ aggregate-error: 3.1.0
p-retry@4.6.2:
dependencies:
@@ -15314,7 +15579,7 @@ snapshots:
parse-gitignore@2.0.0: {}
- parse-imports@2.1.0:
+ parse-imports@2.1.1:
dependencies:
es-module-lexer: 1.5.4
slashes: 3.0.12
@@ -15354,8 +15619,6 @@ snapshots:
path-exists@4.0.0: {}
- path-exists@5.0.0: {}
-
path-is-absolute@1.0.1: {}
path-is-inside@1.0.2: {}
@@ -15397,13 +15660,13 @@ snapshots:
pidtree@0.6.0: {}
- pinia@2.1.7(typescript@5.5.3)(vue@3.4.31(typescript@5.5.3)):
+ pinia@2.2.1(typescript@5.5.4)(vue@3.4.37(typescript@5.5.4)):
dependencies:
'@vue/devtools-api': 6.6.3
- vue: 3.4.31(typescript@5.5.3)
- vue-demi: 0.14.8(vue@3.4.31(typescript@5.5.3))
+ vue: 3.4.37(typescript@5.5.4)
+ vue-demi: 0.14.10(vue@3.4.37(typescript@5.5.4))
optionalDependencies:
- typescript: 5.5.3
+ typescript: 5.5.4
pirates@4.0.6: {}
@@ -15419,7 +15682,7 @@ snapshots:
pluralize@8.0.0: {}
- pnpm@9.5.0: {}
+ pnpm@9.7.0: {}
portfinder@1.0.32:
dependencies:
@@ -15429,177 +15692,179 @@ snapshots:
transitivePeerDependencies:
- supports-color
- postcss-calc@8.2.4(postcss@8.4.39):
+ postcss-calc@8.2.4(postcss@8.4.41):
dependencies:
- postcss: 8.4.39
+ postcss: 8.4.41
postcss-selector-parser: 6.0.15
postcss-value-parser: 4.2.0
- postcss-colormin@5.3.1(postcss@8.4.39):
+ postcss-colormin@5.3.1(postcss@8.4.41):
dependencies:
- browserslist: 4.23.0
+ browserslist: 4.23.3
caniuse-api: 3.0.0
colord: 2.9.3
- postcss: 8.4.39
+ postcss: 8.4.41
postcss-value-parser: 4.2.0
- postcss-convert-values@5.1.3(postcss@8.4.39):
+ postcss-convert-values@5.1.3(postcss@8.4.41):
dependencies:
- browserslist: 4.23.0
- postcss: 8.4.39
+ browserslist: 4.23.3
+ postcss: 8.4.41
postcss-value-parser: 4.2.0
- postcss-discard-comments@5.1.2(postcss@8.4.39):
+ postcss-discard-comments@5.1.2(postcss@8.4.41):
dependencies:
- postcss: 8.4.39
+ postcss: 8.4.41
- postcss-discard-duplicates@5.1.0(postcss@8.4.39):
+ postcss-discard-duplicates@5.1.0(postcss@8.4.41):
dependencies:
- postcss: 8.4.39
+ postcss: 8.4.41
- postcss-discard-empty@5.1.1(postcss@8.4.39):
+ postcss-discard-empty@5.1.1(postcss@8.4.41):
dependencies:
- postcss: 8.4.39
+ postcss: 8.4.41
- postcss-discard-overridden@5.1.0(postcss@8.4.39):
+ postcss-discard-overridden@5.1.0(postcss@8.4.41):
dependencies:
- postcss: 8.4.39
+ postcss: 8.4.41
- postcss-load-config@4.0.2(postcss@8.4.39):
+ postcss-load-config@6.0.1(jiti@1.21.6)(postcss@8.4.41)(tsx@4.17.0)(yaml@2.5.0):
dependencies:
- lilconfig: 3.1.1
- yaml: 2.4.2
+ lilconfig: 3.1.2
optionalDependencies:
- postcss: 8.4.39
+ jiti: 1.21.6
+ postcss: 8.4.41
+ tsx: 4.17.0
+ yaml: 2.5.0
- postcss-loader@6.2.1(postcss@8.4.39)(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.21.5)):
+ postcss-loader@6.2.1(postcss@8.4.41)(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)):
dependencies:
cosmiconfig: 7.1.0
klona: 2.0.6
- postcss: 8.4.39
- semver: 7.6.2
- webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.21.5)
+ postcss: 8.4.41
+ semver: 7.6.3
+ webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)
- postcss-merge-longhand@5.1.7(postcss@8.4.39):
+ postcss-merge-longhand@5.1.7(postcss@8.4.41):
dependencies:
- postcss: 8.4.39
+ postcss: 8.4.41
postcss-value-parser: 4.2.0
- stylehacks: 5.1.1(postcss@8.4.39)
+ stylehacks: 5.1.1(postcss@8.4.41)
- postcss-merge-rules@5.1.4(postcss@8.4.39):
+ postcss-merge-rules@5.1.4(postcss@8.4.41):
dependencies:
- browserslist: 4.23.0
+ browserslist: 4.23.3
caniuse-api: 3.0.0
- cssnano-utils: 3.1.0(postcss@8.4.39)
- postcss: 8.4.39
+ cssnano-utils: 3.1.0(postcss@8.4.41)
+ postcss: 8.4.41
postcss-selector-parser: 6.0.15
- postcss-minify-font-values@5.1.0(postcss@8.4.39):
+ postcss-minify-font-values@5.1.0(postcss@8.4.41):
dependencies:
- postcss: 8.4.39
+ postcss: 8.4.41
postcss-value-parser: 4.2.0
- postcss-minify-gradients@5.1.1(postcss@8.4.39):
+ postcss-minify-gradients@5.1.1(postcss@8.4.41):
dependencies:
colord: 2.9.3
- cssnano-utils: 3.1.0(postcss@8.4.39)
- postcss: 8.4.39
+ cssnano-utils: 3.1.0(postcss@8.4.41)
+ postcss: 8.4.41
postcss-value-parser: 4.2.0
- postcss-minify-params@5.1.4(postcss@8.4.39):
+ postcss-minify-params@5.1.4(postcss@8.4.41):
dependencies:
- browserslist: 4.23.0
- cssnano-utils: 3.1.0(postcss@8.4.39)
- postcss: 8.4.39
+ browserslist: 4.23.3
+ cssnano-utils: 3.1.0(postcss@8.4.41)
+ postcss: 8.4.41
postcss-value-parser: 4.2.0
- postcss-minify-selectors@5.2.1(postcss@8.4.39):
+ postcss-minify-selectors@5.2.1(postcss@8.4.41):
dependencies:
- postcss: 8.4.39
+ postcss: 8.4.41
postcss-selector-parser: 6.0.15
- postcss-modules-extract-imports@3.0.0(postcss@8.4.39):
+ postcss-modules-extract-imports@3.0.0(postcss@8.4.41):
dependencies:
- postcss: 8.4.39
+ postcss: 8.4.41
- postcss-modules-local-by-default@4.0.3(postcss@8.4.39):
+ postcss-modules-local-by-default@4.0.3(postcss@8.4.41):
dependencies:
- icss-utils: 5.1.0(postcss@8.4.39)
- postcss: 8.4.39
+ icss-utils: 5.1.0(postcss@8.4.41)
+ postcss: 8.4.41
postcss-selector-parser: 6.0.15
postcss-value-parser: 4.2.0
- postcss-modules-scope@3.1.0(postcss@8.4.39):
+ postcss-modules-scope@3.1.0(postcss@8.4.41):
dependencies:
- postcss: 8.4.39
+ postcss: 8.4.41
postcss-selector-parser: 6.0.15
- postcss-modules-values@4.0.0(postcss@8.4.39):
+ postcss-modules-values@4.0.0(postcss@8.4.41):
dependencies:
- icss-utils: 5.1.0(postcss@8.4.39)
- postcss: 8.4.39
+ icss-utils: 5.1.0(postcss@8.4.41)
+ postcss: 8.4.41
- postcss-normalize-charset@5.1.0(postcss@8.4.39):
+ postcss-normalize-charset@5.1.0(postcss@8.4.41):
dependencies:
- postcss: 8.4.39
+ postcss: 8.4.41
- postcss-normalize-display-values@5.1.0(postcss@8.4.39):
+ postcss-normalize-display-values@5.1.0(postcss@8.4.41):
dependencies:
- postcss: 8.4.39
+ postcss: 8.4.41
postcss-value-parser: 4.2.0
- postcss-normalize-positions@5.1.1(postcss@8.4.39):
+ postcss-normalize-positions@5.1.1(postcss@8.4.41):
dependencies:
- postcss: 8.4.39
+ postcss: 8.4.41
postcss-value-parser: 4.2.0
- postcss-normalize-repeat-style@5.1.1(postcss@8.4.39):
+ postcss-normalize-repeat-style@5.1.1(postcss@8.4.41):
dependencies:
- postcss: 8.4.39
+ postcss: 8.4.41
postcss-value-parser: 4.2.0
- postcss-normalize-string@5.1.0(postcss@8.4.39):
+ postcss-normalize-string@5.1.0(postcss@8.4.41):
dependencies:
- postcss: 8.4.39
+ postcss: 8.4.41
postcss-value-parser: 4.2.0
- postcss-normalize-timing-functions@5.1.0(postcss@8.4.39):
+ postcss-normalize-timing-functions@5.1.0(postcss@8.4.41):
dependencies:
- postcss: 8.4.39
+ postcss: 8.4.41
postcss-value-parser: 4.2.0
- postcss-normalize-unicode@5.1.1(postcss@8.4.39):
+ postcss-normalize-unicode@5.1.1(postcss@8.4.41):
dependencies:
- browserslist: 4.23.0
- postcss: 8.4.39
+ browserslist: 4.23.3
+ postcss: 8.4.41
postcss-value-parser: 4.2.0
- postcss-normalize-url@5.1.0(postcss@8.4.39):
+ postcss-normalize-url@5.1.0(postcss@8.4.41):
dependencies:
normalize-url: 6.1.0
- postcss: 8.4.39
+ postcss: 8.4.41
postcss-value-parser: 4.2.0
- postcss-normalize-whitespace@5.1.1(postcss@8.4.39):
+ postcss-normalize-whitespace@5.1.1(postcss@8.4.41):
dependencies:
- postcss: 8.4.39
+ postcss: 8.4.41
postcss-value-parser: 4.2.0
- postcss-ordered-values@5.1.3(postcss@8.4.39):
+ postcss-ordered-values@5.1.3(postcss@8.4.41):
dependencies:
- cssnano-utils: 3.1.0(postcss@8.4.39)
- postcss: 8.4.39
+ cssnano-utils: 3.1.0(postcss@8.4.41)
+ postcss: 8.4.41
postcss-value-parser: 4.2.0
- postcss-reduce-initial@5.1.2(postcss@8.4.39):
+ postcss-reduce-initial@5.1.2(postcss@8.4.41):
dependencies:
- browserslist: 4.23.0
+ browserslist: 4.23.3
caniuse-api: 3.0.0
- postcss: 8.4.39
+ postcss: 8.4.41
- postcss-reduce-transforms@5.1.0(postcss@8.4.39):
+ postcss-reduce-transforms@5.1.0(postcss@8.4.41):
dependencies:
- postcss: 8.4.39
+ postcss: 8.4.41
postcss-value-parser: 4.2.0
postcss-selector-parser@6.0.15:
@@ -15607,15 +15872,15 @@ snapshots:
cssesc: 3.0.0
util-deprecate: 1.0.2
- postcss-svgo@5.1.0(postcss@8.4.39):
+ postcss-svgo@5.1.0(postcss@8.4.41):
dependencies:
- postcss: 8.4.39
+ postcss: 8.4.41
postcss-value-parser: 4.2.0
svgo: 2.8.0
- postcss-unique-selectors@5.1.1(postcss@8.4.39):
+ postcss-unique-selectors@5.1.1(postcss@8.4.41):
dependencies:
- postcss: 8.4.39
+ postcss: 8.4.41
postcss-selector-parser: 6.0.15
postcss-value-parser@4.2.0: {}
@@ -15625,7 +15890,7 @@ snapshots:
picocolors: 0.2.1
source-map: 0.6.1
- postcss@8.4.39:
+ postcss@8.4.41:
dependencies:
nanoid: 3.3.7
picocolors: 1.0.1
@@ -15651,19 +15916,26 @@ snapshots:
lodash: 4.17.21
renderkid: 3.0.0
+ proc-log@4.2.0: {}
+
process-nextick-args@2.0.1: {}
process@0.11.10: {}
- progress-webpack-plugin@1.0.16(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.21.5)):
+ progress-webpack-plugin@1.0.16(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)):
dependencies:
chalk: 2.4.2
figures: 2.0.0
log-update: 2.3.0
- webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.21.5)
+ webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)
progress@2.0.3: {}
+ promise-retry@2.0.1:
+ dependencies:
+ err-code: 2.0.3
+ retry: 0.12.0
+
prompts@2.4.2:
dependencies:
kleur: 3.0.3
@@ -15680,7 +15952,7 @@ snapshots:
psl@1.9.0: {}
- publint@0.2.8:
+ publint@0.2.9:
dependencies:
npm-packlist: 5.1.3
picocolors: 1.0.1
@@ -15724,11 +15996,10 @@ snapshots:
iconv-lite: 0.4.24
unpipe: 1.0.0
- rc9@2.1.1:
+ rc9@2.1.2:
dependencies:
defu: 6.1.4
destr: 2.0.3
- flat: 5.0.2
rc@1.2.8:
dependencies:
@@ -15791,13 +16062,9 @@ snapshots:
dependencies:
picomatch: 2.3.1
- redeyed@2.1.1:
- dependencies:
- esprima: 4.0.1
-
refa@0.12.1:
dependencies:
- '@eslint-community/regexpp': 4.10.0
+ '@eslint-community/regexpp': 4.11.0
regenerate-unicode-properties@10.1.1:
dependencies:
@@ -15815,7 +16082,7 @@ snapshots:
regexp-ast-analysis@0.7.1:
dependencies:
- '@eslint-community/regexpp': 4.10.0
+ '@eslint-community/regexpp': 4.11.0
refa: 0.12.1
regexp-tree@0.1.27: {}
@@ -15897,10 +16164,12 @@ snapshots:
onetime: 5.1.2
signal-exit: 3.0.7
- restore-cursor@4.0.0:
+ restore-cursor@5.1.0:
dependencies:
- onetime: 5.1.2
- signal-exit: 3.0.7
+ onetime: 7.0.0
+ signal-exit: 4.1.0
+
+ retry@0.12.0: {}
retry@0.13.1: {}
@@ -15922,11 +16191,11 @@ snapshots:
sprintf-js: 1.1.3
optional: true
- rollup-plugin-dts@6.0.1(rollup@3.28.1)(typescript@5.5.3):
+ rollup-plugin-dts@6.0.1(rollup@3.28.1)(typescript@5.5.4):
dependencies:
- magic-string: 0.30.10
+ magic-string: 0.30.11
rollup: 3.28.1
- typescript: 5.5.3
+ typescript: 5.5.4
optionalDependencies:
'@babel/code-frame': 7.24.7
@@ -15934,28 +16203,31 @@ snapshots:
optionalDependencies:
fsevents: 2.3.3
- rollup@4.13.0:
+ rollup@4.20.0:
dependencies:
'@types/estree': 1.0.5
optionalDependencies:
- '@rollup/rollup-android-arm-eabi': 4.13.0
- '@rollup/rollup-android-arm64': 4.13.0
- '@rollup/rollup-darwin-arm64': 4.13.0
- '@rollup/rollup-darwin-x64': 4.13.0
- '@rollup/rollup-linux-arm-gnueabihf': 4.13.0
- '@rollup/rollup-linux-arm64-gnu': 4.13.0
- '@rollup/rollup-linux-arm64-musl': 4.13.0
- '@rollup/rollup-linux-riscv64-gnu': 4.13.0
- '@rollup/rollup-linux-x64-gnu': 4.13.0
- '@rollup/rollup-linux-x64-musl': 4.13.0
- '@rollup/rollup-win32-arm64-msvc': 4.13.0
- '@rollup/rollup-win32-ia32-msvc': 4.13.0
- '@rollup/rollup-win32-x64-msvc': 4.13.0
+ '@rollup/rollup-android-arm-eabi': 4.20.0
+ '@rollup/rollup-android-arm64': 4.20.0
+ '@rollup/rollup-darwin-arm64': 4.20.0
+ '@rollup/rollup-darwin-x64': 4.20.0
+ '@rollup/rollup-linux-arm-gnueabihf': 4.20.0
+ '@rollup/rollup-linux-arm-musleabihf': 4.20.0
+ '@rollup/rollup-linux-arm64-gnu': 4.20.0
+ '@rollup/rollup-linux-arm64-musl': 4.20.0
+ '@rollup/rollup-linux-powerpc64le-gnu': 4.20.0
+ '@rollup/rollup-linux-riscv64-gnu': 4.20.0
+ '@rollup/rollup-linux-s390x-gnu': 4.20.0
+ '@rollup/rollup-linux-x64-gnu': 4.20.0
+ '@rollup/rollup-linux-x64-musl': 4.20.0
+ '@rollup/rollup-win32-arm64-msvc': 4.20.0
+ '@rollup/rollup-win32-ia32-msvc': 4.20.0
+ '@rollup/rollup-win32-x64-msvc': 4.20.0
fsevents: 2.3.3
rrweb-cssom@0.6.0: {}
- rrweb-cssom@0.7.0: {}
+ rrweb-cssom@0.7.1: {}
run-applescript@7.0.0: {}
@@ -15973,7 +16245,7 @@ snapshots:
safer-buffer@2.1.2: {}
- sass@1.77.6:
+ sass@1.77.8:
dependencies:
chokidar: 3.6.0
immutable: 4.3.4
@@ -16004,11 +16276,11 @@ snapshots:
scslre@0.3.0:
dependencies:
- '@eslint-community/regexpp': 4.10.0
+ '@eslint-community/regexpp': 4.11.0
refa: 0.12.1
regexp-ast-analysis: 0.7.1
- scule@1.1.1: {}
+ scule@1.3.0: {}
search-insights@2.13.0: {}
@@ -16035,7 +16307,7 @@ snapshots:
dependencies:
lru-cache: 6.0.0
- semver@7.6.2: {}
+ semver@7.6.3: {}
send@0.18.0:
dependencies:
@@ -16147,6 +16419,11 @@ snapshots:
'@shikijs/core': 1.10.3
'@types/hast': 3.0.4
+ shiki@1.12.1:
+ dependencies:
+ '@shikijs/core': 1.12.1
+ '@types/hast': 3.0.4
+
side-channel@1.0.4:
dependencies:
call-bind: 1.0.2
@@ -16189,6 +16466,8 @@ snapshots:
ansi-styles: 6.2.1
is-fullwidth-code-point: 5.0.0
+ smart-buffer@4.2.0: {}
+
snake-case@3.0.4:
dependencies:
dot-case: 3.0.4
@@ -16204,7 +16483,7 @@ snapshots:
socket.io-client@4.7.5:
dependencies:
'@socket.io/component-emitter': 3.1.0
- debug: 4.3.5
+ debug: 4.3.6
engine.io-client: 6.5.3
socket.io-parser: 4.2.4
transitivePeerDependencies:
@@ -16215,7 +16494,7 @@ snapshots:
socket.io-parser@4.2.4:
dependencies:
'@socket.io/component-emitter': 3.1.0
- debug: 4.3.5
+ debug: 4.3.6
transitivePeerDependencies:
- supports-color
@@ -16224,7 +16503,7 @@ snapshots:
accepts: 1.3.8
base64id: 2.0.0
cors: 2.8.5
- debug: 4.3.5
+ debug: 4.3.6
engine.io: 6.5.4
socket.io-adapter: 2.5.2
socket.io-parser: 4.2.4
@@ -16239,6 +16518,19 @@ snapshots:
uuid: 8.3.2
websocket-driver: 0.7.4
+ socks-proxy-agent@8.0.4:
+ dependencies:
+ agent-base: 7.1.1
+ debug: 4.3.6
+ socks: 2.8.3
+ transitivePeerDependencies:
+ - supports-color
+
+ socks@2.8.3:
+ dependencies:
+ ip-address: 9.0.5
+ smart-buffer: 4.2.0
+
source-map-js@1.2.0: {}
source-map-support@0.5.21:
@@ -16273,7 +16565,7 @@ snapshots:
spdy-transport@3.0.0:
dependencies:
- debug: 4.3.5
+ debug: 4.3.6
detect-node: 2.1.0
hpack.js: 2.1.6
obuf: 1.1.2
@@ -16284,7 +16576,7 @@ snapshots:
spdy@4.0.2:
dependencies:
- debug: 4.3.5
+ debug: 4.3.6
handle-thing: 2.0.1
http-deceiver: 1.2.7
select-hose: 2.0.0
@@ -16298,8 +16590,11 @@ snapshots:
sprintf-js@1.0.3: {}
- sprintf-js@1.1.3:
- optional: true
+ sprintf-js@1.1.3: {}
+
+ ssri@10.0.6:
+ dependencies:
+ minipass: 7.1.2
ssri@8.0.1:
dependencies:
@@ -16387,23 +16682,23 @@ snapshots:
strip-json-comments@3.1.1: {}
- strip-literal@1.3.0:
+ strip-literal@2.1.0:
dependencies:
- acorn: 8.12.0
+ js-tokens: 9.0.0
style-mod@4.1.0: {}
- stylehacks@5.1.1(postcss@8.4.39):
+ stylehacks@5.1.1(postcss@8.4.41):
dependencies:
- browserslist: 4.23.0
- postcss: 8.4.39
+ browserslist: 4.23.3
+ postcss: 8.4.41
postcss-selector-parser: 6.0.15
- sucrase@3.34.0:
+ sucrase@3.35.0:
dependencies:
'@jridgewell/gen-mapping': 0.3.5
commander: 4.1.1
- glob: 7.1.6
+ glob: 10.4.1
lines-and-columns: 1.2.4
mz: 2.7.0
pirates: 4.0.6
@@ -16411,7 +16706,7 @@ snapshots:
sumchecker@3.0.1:
dependencies:
- debug: 4.3.5
+ debug: 4.3.6
transitivePeerDependencies:
- supports-color
@@ -16456,7 +16751,7 @@ snapshots:
dependencies:
tslib: 2.6.2
- synckit@0.9.0:
+ synckit@0.9.1:
dependencies:
'@pkgr/core': 0.1.0
tslib: 2.6.2
@@ -16480,32 +16775,34 @@ snapshots:
mkdirp: 1.0.4
yallist: 4.0.0
- taze@0.14.2:
+ taze@0.16.3:
dependencies:
- '@antfu/ni': 0.21.12
+ '@antfu/ni': 0.22.1
'@jsdevtools/ez-spawn': 3.0.4
+ js-yaml: 4.1.0
+ npm-registry-fetch: 17.1.0
ofetch: 1.3.4
- unconfig: 0.4.5
+ unconfig: 0.5.5
yargs: 17.7.2
transitivePeerDependencies:
- supports-color
- terser-webpack-plugin@5.3.10(@swc/core@1.5.29)(esbuild@0.21.5)(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.21.5)):
+ terser-webpack-plugin@5.3.10(@swc/core@1.5.29)(esbuild@0.23.0)(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)):
dependencies:
'@jridgewell/trace-mapping': 0.3.25
jest-worker: 27.5.1
schema-utils: 3.3.0
serialize-javascript: 6.0.1
terser: 5.26.0
- webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.21.5)
+ webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)
optionalDependencies:
'@swc/core': 1.5.29
- esbuild: 0.21.5
+ esbuild: 0.23.0
terser@5.26.0:
dependencies:
'@jridgewell/source-map': 0.3.5
- acorn: 8.12.0
+ acorn: 8.12.1
commander: 2.20.3
source-map-support: 0.5.21
@@ -16519,16 +16816,16 @@ snapshots:
dependencies:
any-promise: 1.3.0
- thread-loader@3.0.4(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.21.5)):
+ thread-loader@3.0.4(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)):
dependencies:
json-parse-better-errors: 1.0.2
loader-runner: 4.3.0
loader-utils: 2.0.4
neo-async: 2.6.2
schema-utils: 3.3.0
- webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.21.5)
+ webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)
- three@0.166.1: {}
+ three@0.167.1: {}
thunky@1.1.0: {}
@@ -16577,9 +16874,9 @@ snapshots:
tree-kill@1.2.2: {}
- ts-api-utils@1.3.0(typescript@5.5.3):
+ ts-api-utils@1.3.0(typescript@5.5.4):
dependencies:
- typescript: 5.5.3
+ typescript: 5.5.4
ts-expose-internals-conditionally@1.0.0-empty.0: {}
@@ -16587,64 +16884,68 @@ snapshots:
tslib@2.6.2: {}
- tsup@8.1.0(@microsoft/api-extractor@7.43.0(@types/node@20.14.10))(@swc/core@1.5.29)(postcss@8.4.39)(typescript@5.5.3):
+ tsup@8.2.4(@microsoft/api-extractor@7.43.0(@types/node@20.14.15))(@swc/core@1.5.29)(jiti@1.21.6)(postcss@8.4.41)(tsx@4.17.0)(typescript@5.5.4)(yaml@2.5.0):
dependencies:
- bundle-require: 4.0.2(esbuild@0.21.5)
+ bundle-require: 5.0.0(esbuild@0.23.0)
cac: 6.7.14
chokidar: 3.6.0
- debug: 4.3.5
- esbuild: 0.21.5
+ consola: 3.2.3
+ debug: 4.3.6
+ esbuild: 0.23.0
execa: 5.1.1
globby: 11.1.0
joycon: 3.1.1
- postcss-load-config: 4.0.2(postcss@8.4.39)
+ picocolors: 1.0.1
+ postcss-load-config: 6.0.1(jiti@1.21.6)(postcss@8.4.41)(tsx@4.17.0)(yaml@2.5.0)
resolve-from: 5.0.0
- rollup: 4.13.0
+ rollup: 4.20.0
source-map: 0.8.0-beta.0
- sucrase: 3.34.0
+ sucrase: 3.35.0
tree-kill: 1.2.2
optionalDependencies:
- '@microsoft/api-extractor': 7.43.0(@types/node@20.14.10)
+ '@microsoft/api-extractor': 7.43.0(@types/node@20.14.15)
'@swc/core': 1.5.29
- postcss: 8.4.39
- typescript: 5.5.3
+ postcss: 8.4.41
+ typescript: 5.5.4
transitivePeerDependencies:
+ - jiti
- supports-color
- - ts-node
+ - tsx
+ - yaml
- tsx@4.16.2:
+ tsx@4.17.0:
dependencies:
- esbuild: 0.21.5
+ esbuild: 0.23.0
get-tsconfig: 4.7.5
optionalDependencies:
fsevents: 2.3.3
- turbo-darwin-64@2.0.6:
+ turbo-darwin-64@2.0.12:
optional: true
- turbo-darwin-arm64@2.0.6:
+ turbo-darwin-arm64@2.0.12:
optional: true
- turbo-linux-64@2.0.6:
+ turbo-linux-64@2.0.12:
optional: true
- turbo-linux-arm64@2.0.6:
+ turbo-linux-arm64@2.0.12:
optional: true
- turbo-windows-64@2.0.6:
+ turbo-windows-64@2.0.12:
optional: true
- turbo-windows-arm64@2.0.6:
+ turbo-windows-arm64@2.0.12:
optional: true
- turbo@2.0.6:
+ turbo@2.0.12:
optionalDependencies:
- turbo-darwin-64: 2.0.6
- turbo-darwin-arm64: 2.0.6
- turbo-linux-64: 2.0.6
- turbo-linux-arm64: 2.0.6
- turbo-windows-64: 2.0.6
- turbo-windows-arm64: 2.0.6
+ turbo-darwin-64: 2.0.12
+ turbo-darwin-arm64: 2.0.12
+ turbo-linux-64: 2.0.12
+ turbo-linux-arm64: 2.0.12
+ turbo-windows-64: 2.0.12
+ turbo-windows-arm64: 2.0.12
type-check@0.4.0:
dependencies:
@@ -16663,8 +16964,6 @@ snapshots:
type-fest@2.19.0: {}
- type-fest@3.13.1: {}
-
type-fest@4.18.2: {}
type-is@1.6.18:
@@ -16676,13 +16975,13 @@ snapshots:
typescript@5.4.2: {}
- typescript@5.5.3: {}
+ typescript@5.5.4: {}
uc.micro@1.0.6: {}
ufo@1.5.3: {}
- unbuild@2.0.0(sass@1.77.6)(typescript@5.5.3):
+ unbuild@2.0.0(sass@1.77.8)(typescript@5.5.4):
dependencies:
'@rollup/plugin-alias': 5.0.0(rollup@3.28.1)
'@rollup/plugin-commonjs': 25.0.8(rollup@3.28.1)
@@ -16691,40 +16990,34 @@ snapshots:
'@rollup/plugin-replace': 5.0.2(rollup@3.28.1)
'@rollup/pluginutils': 5.1.0(rollup@3.28.1)
chalk: 5.3.0
- citty: 0.1.5
+ citty: 0.1.6
consola: 3.2.3
defu: 6.1.4
esbuild: 0.19.10
globby: 13.2.2
hookable: 5.5.3
jiti: 1.21.6
- magic-string: 0.30.10
- mkdist: 1.3.0(sass@1.77.6)(typescript@5.5.3)
+ magic-string: 0.30.11
+ mkdist: 1.3.0(sass@1.77.8)(typescript@5.5.4)
mlly: 1.7.1
pathe: 1.1.2
pkg-types: 1.1.3
pretty-bytes: 6.1.1
rollup: 3.28.1
- rollup-plugin-dts: 6.0.1(rollup@3.28.1)(typescript@5.5.3)
- scule: 1.1.1
+ rollup-plugin-dts: 6.0.1(rollup@3.28.1)(typescript@5.5.4)
+ scule: 1.3.0
untyped: 1.4.0
optionalDependencies:
- typescript: 5.5.3
+ typescript: 5.5.4
transitivePeerDependencies:
- sass
- supports-color
- unconfig@0.3.13:
- dependencies:
- '@antfu/utils': 0.7.10
- defu: 6.1.4
- jiti: 1.21.6
-
- unconfig@0.4.5:
+ unconfig@0.5.5:
dependencies:
'@antfu/utils': 0.7.10
defu: 6.1.4
- importx: 0.3.11
+ importx: 0.4.3
transitivePeerDependencies:
- supports-color
@@ -16753,26 +17046,32 @@ snapshots:
unicode-property-aliases-ecmascript@2.1.0: {}
- unicorn-magic@0.1.0: {}
-
- unimport@3.7.1(rollup@4.13.0):
+ unimport@3.10.0(rollup@4.20.0):
dependencies:
- '@rollup/pluginutils': 5.1.0(rollup@4.13.0)
- acorn: 8.12.0
+ '@rollup/pluginutils': 5.1.0(rollup@4.20.0)
+ acorn: 8.12.1
escape-string-regexp: 5.0.0
estree-walker: 3.0.3
fast-glob: 3.3.2
local-pkg: 0.5.0
- magic-string: 0.30.10
+ magic-string: 0.30.11
mlly: 1.7.1
pathe: 1.1.2
pkg-types: 1.1.3
- scule: 1.1.1
- strip-literal: 1.3.0
- unplugin: 1.11.0
+ scule: 1.3.0
+ strip-literal: 2.1.0
+ unplugin: 1.12.1
transitivePeerDependencies:
- rollup
+ unique-filename@3.0.0:
+ dependencies:
+ unique-slug: 4.0.0
+
+ unique-slug@4.0.0:
+ dependencies:
+ imurmurhash: 0.1.4
+
unist-util-stringify-position@2.0.3:
dependencies:
'@types/unist': 2.0.10
@@ -16783,30 +17082,30 @@ snapshots:
universalify@2.0.1: {}
- unocss@0.61.3(postcss@8.4.39)(rollup@4.13.0)(vite@5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0)):
- dependencies:
- '@unocss/astro': 0.61.3(rollup@4.13.0)(vite@5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0))
- '@unocss/cli': 0.61.3(rollup@4.13.0)
- '@unocss/core': 0.61.3
- '@unocss/extractor-arbitrary-variants': 0.61.3
- '@unocss/postcss': 0.61.3(postcss@8.4.39)
- '@unocss/preset-attributify': 0.61.3
- '@unocss/preset-icons': 0.61.3
- '@unocss/preset-mini': 0.61.3
- '@unocss/preset-tagify': 0.61.3
- '@unocss/preset-typography': 0.61.3
- '@unocss/preset-uno': 0.61.3
- '@unocss/preset-web-fonts': 0.61.3
- '@unocss/preset-wind': 0.61.3
- '@unocss/reset': 0.61.3
- '@unocss/transformer-attributify-jsx': 0.61.3
- '@unocss/transformer-attributify-jsx-babel': 0.61.3
- '@unocss/transformer-compile-class': 0.61.3
- '@unocss/transformer-directives': 0.61.3
- '@unocss/transformer-variant-group': 0.61.3
- '@unocss/vite': 0.61.3(rollup@4.13.0)(vite@5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0))
+ unocss@0.61.9(postcss@8.4.41)(rollup@4.20.0)(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)):
+ dependencies:
+ '@unocss/astro': 0.61.9(rollup@4.20.0)(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))
+ '@unocss/cli': 0.61.9(rollup@4.20.0)
+ '@unocss/core': 0.61.9
+ '@unocss/extractor-arbitrary-variants': 0.61.9
+ '@unocss/postcss': 0.61.9(postcss@8.4.41)
+ '@unocss/preset-attributify': 0.61.9
+ '@unocss/preset-icons': 0.61.9
+ '@unocss/preset-mini': 0.61.9
+ '@unocss/preset-tagify': 0.61.9
+ '@unocss/preset-typography': 0.61.9
+ '@unocss/preset-uno': 0.61.9
+ '@unocss/preset-web-fonts': 0.61.9
+ '@unocss/preset-wind': 0.61.9
+ '@unocss/reset': 0.61.9
+ '@unocss/transformer-attributify-jsx': 0.61.9
+ '@unocss/transformer-attributify-jsx-babel': 0.61.9
+ '@unocss/transformer-compile-class': 0.61.9
+ '@unocss/transformer-directives': 0.61.9
+ '@unocss/transformer-variant-group': 0.61.9
+ '@unocss/vite': 0.61.9(rollup@4.20.0)(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))
optionalDependencies:
- vite: 5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0)
+ vite: 5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)
transitivePeerDependencies:
- postcss
- rollup
@@ -16814,86 +17113,87 @@ snapshots:
unpipe@1.0.0: {}
- unplugin-auto-import@0.17.6(@vueuse/core@10.11.0(vue@3.4.31(typescript@5.5.3)))(rollup@4.13.0):
+ unplugin-auto-import@0.18.2(@vueuse/core@10.11.1(vue@3.4.37(typescript@5.5.4)))(rollup@4.20.0):
dependencies:
'@antfu/utils': 0.7.10
- '@rollup/pluginutils': 5.1.0(rollup@4.13.0)
+ '@rollup/pluginutils': 5.1.0(rollup@4.20.0)
fast-glob: 3.3.2
local-pkg: 0.5.0
- magic-string: 0.30.10
+ magic-string: 0.30.11
minimatch: 9.0.5
- unimport: 3.7.1(rollup@4.13.0)
- unplugin: 1.11.0
+ unimport: 3.10.0(rollup@4.20.0)
+ unplugin: 1.12.1
optionalDependencies:
- '@vueuse/core': 10.11.0(vue@3.4.31(typescript@5.5.3))
+ '@vueuse/core': 10.11.1(vue@3.4.37(typescript@5.5.4))
transitivePeerDependencies:
- rollup
- unplugin-vue-components@0.27.2(@babel/parser@7.24.7)(rollup@4.13.0)(vue@3.4.31(typescript@5.5.3)):
+ unplugin-vue-components@0.27.3(@babel/parser@7.25.3)(rollup@4.20.0)(vue@3.4.37(typescript@5.5.4)):
dependencies:
'@antfu/utils': 0.7.10
- '@rollup/pluginutils': 5.1.0(rollup@4.13.0)
+ '@rollup/pluginutils': 5.1.0(rollup@4.20.0)
chokidar: 3.6.0
- debug: 4.3.5
+ debug: 4.3.6
fast-glob: 3.3.2
local-pkg: 0.5.0
- magic-string: 0.30.10
+ magic-string: 0.30.11
minimatch: 9.0.5
mlly: 1.7.1
- unplugin: 1.11.0
- vue: 3.4.31(typescript@5.5.3)
+ unplugin: 1.12.1
+ vue: 3.4.37(typescript@5.5.4)
optionalDependencies:
- '@babel/parser': 7.24.7
+ '@babel/parser': 7.25.3
transitivePeerDependencies:
- rollup
- supports-color
- unplugin-vue@5.0.5(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0)(vue@3.4.31(typescript@5.5.3)):
+ unplugin-vue@5.0.5(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)(vue@3.4.37(typescript@5.5.4)):
dependencies:
- '@vue/reactivity': 3.4.31
- debug: 4.3.5
+ '@vue/reactivity': 3.4.37
+ debug: 4.3.6
unplugin: 1.7.1
- vite: 5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0)
- vue: 3.4.31(typescript@5.5.3)
+ vite: 5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)
+ vue: 3.4.37(typescript@5.5.4)
transitivePeerDependencies:
- '@types/node'
- less
- lightningcss
- sass
+ - sass-embedded
- stylus
- sugarss
- supports-color
- terser
- unplugin@1.11.0:
+ unplugin@1.12.1:
dependencies:
- acorn: 8.12.0
+ acorn: 8.12.1
chokidar: 3.6.0
webpack-sources: 3.2.3
- webpack-virtual-modules: 0.6.1
+ webpack-virtual-modules: 0.6.2
unplugin@1.7.1:
dependencies:
- acorn: 8.12.0
+ acorn: 8.12.1
chokidar: 3.6.0
webpack-sources: 3.2.3
- webpack-virtual-modules: 0.6.1
+ webpack-virtual-modules: 0.6.2
untyped@1.4.0:
dependencies:
- '@babel/core': 7.24.7
+ '@babel/core': 7.25.2
'@babel/standalone': 7.22.15
- '@babel/types': 7.24.7
+ '@babel/types': 7.25.2
defu: 6.1.4
jiti: 1.21.6
mri: 1.2.0
- scule: 1.1.1
+ scule: 1.3.0
transitivePeerDependencies:
- supports-color
- update-browserslist-db@1.0.13(browserslist@4.23.0):
+ update-browserslist-db@1.1.0(browserslist@4.23.3):
dependencies:
- browserslist: 4.23.0
+ browserslist: 4.23.3
escalade: 3.1.2
picocolors: 1.0.1
@@ -16942,11 +17242,11 @@ snapshots:
vary@1.1.2: {}
- vee-validate@4.13.2(vue@3.4.31(typescript@5.5.3)):
+ vee-validate@4.13.2(vue@3.4.37(typescript@5.5.4)):
dependencies:
'@vue/devtools-api': 6.6.3
type-fest: 4.18.2
- vue: 3.4.31(typescript@5.5.3)
+ vue: 3.4.37(typescript@5.5.4)
vis-data@7.1.9(uuid@9.0.1)(vis-util@5.0.7(@egjs/hammerjs@2.0.17)(component-emitter@1.3.1)):
dependencies:
@@ -16967,124 +17267,126 @@ snapshots:
'@egjs/hammerjs': 2.0.17
component-emitter: 1.3.1
- vite-hot-client@0.2.3(vite@5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0)):
+ vite-hot-client@0.2.3(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)):
dependencies:
- vite: 5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0)
+ vite: 5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)
- vite-node@0.34.6(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0):
+ vite-node@0.34.6(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0):
dependencies:
cac: 6.7.14
- debug: 4.3.5
+ debug: 4.3.6
mlly: 1.7.1
pathe: 1.1.2
picocolors: 1.0.1
- vite: 5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0)
+ vite: 5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)
transitivePeerDependencies:
- '@types/node'
- less
- lightningcss
- sass
+ - sass-embedded
- stylus
- sugarss
- supports-color
- terser
- vite-node@2.0.2(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0):
+ vite-node@2.0.5(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0):
dependencies:
cac: 6.7.14
- debug: 4.3.5
+ debug: 4.3.6
pathe: 1.1.2
tinyrainbow: 1.2.0
- vite: 5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0)
+ vite: 5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)
transitivePeerDependencies:
- '@types/node'
- less
- lightningcss
- sass
+ - sass-embedded
- stylus
- sugarss
- supports-color
- terser
- vite-plugin-dts@3.9.1(@types/node@20.14.10)(rollup@4.13.0)(typescript@5.5.3)(vite@5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0)):
+ vite-plugin-dts@3.9.1(@types/node@20.14.15)(rollup@4.20.0)(typescript@5.5.4)(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)):
dependencies:
- '@microsoft/api-extractor': 7.43.0(@types/node@20.14.10)
- '@rollup/pluginutils': 5.1.0(rollup@4.13.0)
- '@vue/language-core': 1.8.27(typescript@5.5.3)
- debug: 4.3.5
+ '@microsoft/api-extractor': 7.43.0(@types/node@20.14.15)
+ '@rollup/pluginutils': 5.1.0(rollup@4.20.0)
+ '@vue/language-core': 1.8.27(typescript@5.5.4)
+ debug: 4.3.6
kolorist: 1.8.0
- magic-string: 0.30.10
- typescript: 5.5.3
- vue-tsc: 1.8.27(typescript@5.5.3)
+ magic-string: 0.30.11
+ typescript: 5.5.4
+ vue-tsc: 1.8.27(typescript@5.5.4)
optionalDependencies:
- vite: 5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0)
+ vite: 5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)
transitivePeerDependencies:
- '@types/node'
- rollup
- supports-color
- vite-plugin-inspect@0.8.4(rollup@4.13.0)(vite@5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0)):
+ vite-plugin-inspect@0.8.5(rollup@4.20.0)(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)):
dependencies:
'@antfu/utils': 0.7.10
- '@rollup/pluginutils': 5.1.0(rollup@4.13.0)
- debug: 4.3.5
- error-stack-parser-es: 0.1.1
+ '@rollup/pluginutils': 5.1.0(rollup@4.20.0)
+ debug: 4.3.6
+ error-stack-parser-es: 0.1.5
fs-extra: 11.2.0
open: 10.1.0
perfect-debounce: 1.0.0
picocolors: 1.0.1
sirv: 2.0.4
- vite: 5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0)
+ vite: 5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)
transitivePeerDependencies:
- rollup
- supports-color
- vite-plugin-vue-inspector@5.1.3(vite@5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0)):
+ vite-plugin-vue-inspector@5.1.3(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)):
dependencies:
- '@babel/core': 7.24.7
- '@babel/plugin-proposal-decorators': 7.23.5(@babel/core@7.24.7)
- '@babel/plugin-syntax-import-attributes': 7.23.3(@babel/core@7.24.7)
- '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.24.7)
- '@babel/plugin-transform-typescript': 7.24.7(@babel/core@7.24.7)
- '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.24.7)
- '@vue/compiler-dom': 3.4.31
+ '@babel/core': 7.25.2
+ '@babel/plugin-proposal-decorators': 7.23.5(@babel/core@7.25.2)
+ '@babel/plugin-syntax-import-attributes': 7.23.3(@babel/core@7.25.2)
+ '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.25.2)
+ '@babel/plugin-transform-typescript': 7.24.7(@babel/core@7.25.2)
+ '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.25.2)
+ '@vue/compiler-dom': 3.4.37
kolorist: 1.8.0
- magic-string: 0.30.10
- vite: 5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0)
+ magic-string: 0.30.11
+ vite: 5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)
transitivePeerDependencies:
- supports-color
- vite@5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0):
+ vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0):
dependencies:
esbuild: 0.21.5
- postcss: 8.4.39
- rollup: 4.13.0
+ postcss: 8.4.41
+ rollup: 4.20.0
optionalDependencies:
- '@types/node': 20.14.10
+ '@types/node': 20.14.15
fsevents: 2.3.3
- sass: 1.77.6
+ sass: 1.77.8
terser: 5.26.0
- vitepress@1.3.0(@algolia/client-search@4.22.0)(@types/node@20.14.10)(async-validator@4.2.5)(change-case@4.1.2)(postcss@8.4.39)(sass@1.77.6)(search-insights@2.13.0)(terser@5.26.0)(typescript@5.5.3):
+ vitepress@1.3.2(@algolia/client-search@4.22.0)(@types/node@20.14.15)(async-validator@4.2.5)(change-case@4.1.2)(postcss@8.4.41)(sass@1.77.8)(search-insights@2.13.0)(terser@5.26.0)(typescript@5.5.4):
dependencies:
'@docsearch/css': 3.6.0
'@docsearch/js': 3.6.0(@algolia/client-search@4.22.0)(search-insights@2.13.0)
- '@shikijs/core': 1.10.3
+ '@shikijs/core': 1.12.1
'@shikijs/transformers': 1.10.3
'@types/markdown-it': 14.1.1
- '@vitejs/plugin-vue': 5.0.5(vite@5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0))(vue@3.4.31(typescript@5.5.3))
+ '@vitejs/plugin-vue': 5.1.2(vite@5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0))(vue@3.4.37(typescript@5.5.4))
'@vue/devtools-api': 7.3.5
- '@vue/shared': 3.4.31
- '@vueuse/core': 10.11.0(vue@3.4.31(typescript@5.5.3))
- '@vueuse/integrations': 10.11.0(async-validator@4.2.5)(change-case@4.1.2)(focus-trap@7.5.4)(fuse.js@7.0.0)(vue@3.4.31(typescript@5.5.3))
+ '@vue/shared': 3.4.37
+ '@vueuse/core': 10.11.1(vue@3.4.37(typescript@5.5.4))
+ '@vueuse/integrations': 10.11.1(async-validator@4.2.5)(change-case@4.1.2)(focus-trap@7.5.4)(fuse.js@7.0.0)(vue@3.4.37(typescript@5.5.4))
focus-trap: 7.5.4
mark.js: 8.11.1
- minisearch: 6.3.0
- shiki: 1.10.3
- vite: 5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0)
- vue: 3.4.31(typescript@5.5.3)
+ minisearch: 7.1.0
+ shiki: 1.12.1
+ vite: 5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)
+ vue: 3.4.37(typescript@5.5.4)
optionalDependencies:
- postcss: 8.4.39
+ postcss: 8.4.41
transitivePeerDependencies:
- '@algolia/client-search'
- '@types/node'
@@ -17104,6 +17406,7 @@ snapshots:
- react
- react-dom
- sass
+ - sass-embedded
- search-insights
- sortablejs
- stylus
@@ -17112,34 +17415,35 @@ snapshots:
- typescript
- universal-cookie
- vitest@2.0.2(@types/node@20.14.10)(jsdom@24.1.0)(sass@1.77.6)(terser@5.26.0):
+ vitest@2.0.5(@types/node@20.14.15)(jsdom@24.1.1)(sass@1.77.8)(terser@5.26.0):
dependencies:
'@ampproject/remapping': 2.3.0
- '@vitest/expect': 2.0.2
- '@vitest/pretty-format': 2.0.2
- '@vitest/runner': 2.0.2
- '@vitest/snapshot': 2.0.2
- '@vitest/spy': 2.0.2
- '@vitest/utils': 2.0.2
+ '@vitest/expect': 2.0.5
+ '@vitest/pretty-format': 2.0.5
+ '@vitest/runner': 2.0.5
+ '@vitest/snapshot': 2.0.5
+ '@vitest/spy': 2.0.5
+ '@vitest/utils': 2.0.5
chai: 5.1.1
- debug: 4.3.5
+ debug: 4.3.6
execa: 8.0.1
- magic-string: 0.30.10
+ magic-string: 0.30.11
pathe: 1.1.2
std-env: 3.7.0
tinybench: 2.8.0
tinypool: 1.0.0
tinyrainbow: 1.2.0
- vite: 5.3.3(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0)
- vite-node: 2.0.2(@types/node@20.14.10)(sass@1.77.6)(terser@5.26.0)
- why-is-node-running: 2.2.2
+ vite: 5.4.0(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)
+ vite-node: 2.0.5(@types/node@20.14.15)(sass@1.77.8)(terser@5.26.0)
+ why-is-node-running: 2.3.0
optionalDependencies:
- '@types/node': 20.14.10
- jsdom: 24.1.0
+ '@types/node': 20.14.15
+ jsdom: 24.1.1
transitivePeerDependencies:
- less
- lightningcss
- sass
+ - sass-embedded
- stylus
- sugarss
- supports-color
@@ -17147,49 +17451,49 @@ snapshots:
vue-component-type-helpers@2.0.6: {}
- vue-demi@0.14.8(vue@3.4.31(typescript@5.5.3)):
+ vue-demi@0.14.10(vue@3.4.37(typescript@5.5.4)):
dependencies:
- vue: 3.4.31(typescript@5.5.3)
+ vue: 3.4.37(typescript@5.5.4)
vue-eslint-parser@9.4.3(eslint-ts-patch@8.57.0-0):
dependencies:
- debug: 4.3.5
+ debug: 4.3.6
eslint: eslint-ts-patch@8.57.0-0
eslint-scope: 7.2.2
eslint-visitor-keys: 3.4.3
espree: 9.6.1
- esquery: 1.5.0
+ esquery: 1.6.0
lodash: 4.17.21
- semver: 7.6.2
+ semver: 7.6.3
transitivePeerDependencies:
- supports-color
- vue-eslint-parser@9.4.3(eslint@9.6.0):
+ vue-eslint-parser@9.4.3(eslint@9.9.0(jiti@1.21.6)):
dependencies:
- debug: 4.3.5
- eslint: 9.6.0
+ debug: 4.3.6
+ eslint: 9.9.0(jiti@1.21.6)
eslint-scope: 7.2.2
eslint-visitor-keys: 3.4.3
espree: 9.6.1
- esquery: 1.5.0
+ esquery: 1.6.0
lodash: 4.17.21
- semver: 7.6.2
+ semver: 7.6.3
transitivePeerDependencies:
- supports-color
vue-hot-reload-api@2.3.4: {}
- vue-loader@15.11.1(@vue/compiler-sfc@3.4.31)(css-loader@6.8.1(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.21.5)))(lodash@4.17.21)(vue-template-compiler@2.7.15)(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.21.5)):
+ vue-loader@15.11.1(@vue/compiler-sfc@3.4.37)(css-loader@6.8.1(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)))(lodash@4.17.21)(vue-template-compiler@2.7.15)(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)):
dependencies:
'@vue/component-compiler-utils': 3.3.0(lodash@4.17.21)
- css-loader: 6.8.1(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.21.5))
+ css-loader: 6.8.1(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0))
hash-sum: 1.0.2
loader-utils: 1.4.2
vue-hot-reload-api: 2.3.4
vue-style-loader: 4.1.3
- webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.21.5)
+ webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)
optionalDependencies:
- '@vue/compiler-sfc': 3.4.31
+ '@vue/compiler-sfc': 3.4.37
vue-template-compiler: 2.7.15
transitivePeerDependencies:
- arc-templates
@@ -17246,28 +17550,28 @@ snapshots:
- walrus
- whiskers
- vue-loader@17.4.2(@vue/compiler-sfc@3.4.31)(vue@3.4.31(typescript@5.5.3))(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.21.5)):
+ vue-loader@17.4.2(@vue/compiler-sfc@3.4.37)(vue@3.4.37(typescript@5.5.4))(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)):
dependencies:
chalk: 4.1.2
hash-sum: 2.0.0
watchpack: 2.4.0
- webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.21.5)
+ webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)
optionalDependencies:
- '@vue/compiler-sfc': 3.4.31
- vue: 3.4.31(typescript@5.5.3)
+ '@vue/compiler-sfc': 3.4.37
+ vue: 3.4.37(typescript@5.5.4)
- vue-observe-visibility@2.0.0-alpha.1(vue@3.4.31(typescript@5.5.3)):
+ vue-observe-visibility@2.0.0-alpha.1(vue@3.4.37(typescript@5.5.4)):
dependencies:
- vue: 3.4.31(typescript@5.5.3)
+ vue: 3.4.37(typescript@5.5.4)
- vue-resize@2.0.0-alpha.1(vue@3.4.31(typescript@5.5.3)):
+ vue-resize@2.0.0-alpha.1(vue@3.4.37(typescript@5.5.4)):
dependencies:
- vue: 3.4.31(typescript@5.5.3)
+ vue: 3.4.37(typescript@5.5.4)
- vue-router@4.4.0(vue@3.4.31(typescript@5.5.3)):
+ vue-router@4.4.3(vue@3.4.37(typescript@5.5.4)):
dependencies:
'@vue/devtools-api': 6.6.3
- vue: 3.4.31(typescript@5.5.3)
+ vue: 3.4.37(typescript@5.5.4)
vue-style-loader@4.1.3:
dependencies:
@@ -17281,39 +17585,39 @@ snapshots:
vue-template-es2015-compiler@1.9.1: {}
- vue-tsc@1.8.27(typescript@5.5.3):
+ vue-tsc@1.8.27(typescript@5.5.4):
dependencies:
'@volar/typescript': 1.11.1
- '@vue/language-core': 1.8.27(typescript@5.5.3)
- semver: 7.6.2
- typescript: 5.5.3
+ '@vue/language-core': 1.8.27(typescript@5.5.4)
+ semver: 7.6.3
+ typescript: 5.5.4
- vue-virtual-scroller@2.0.0-beta.8(vue@3.4.31(typescript@5.5.3)):
+ vue-virtual-scroller@2.0.0-beta.8(vue@3.4.37(typescript@5.5.4)):
dependencies:
mitt: 2.1.0
- vue: 3.4.31(typescript@5.5.3)
- vue-observe-visibility: 2.0.0-alpha.1(vue@3.4.31(typescript@5.5.3))
- vue-resize: 2.0.0-alpha.1(vue@3.4.31(typescript@5.5.3))
+ vue: 3.4.37(typescript@5.5.4)
+ vue-observe-visibility: 2.0.0-alpha.1(vue@3.4.37(typescript@5.5.4))
+ vue-resize: 2.0.0-alpha.1(vue@3.4.37(typescript@5.5.4))
vue@2.7.15:
dependencies:
'@vue/compiler-sfc': 2.7.15
csstype: 3.1.3
- vue@3.4.31(typescript@5.5.3):
+ vue@3.4.37(typescript@5.5.4):
dependencies:
- '@vue/compiler-dom': 3.4.31
- '@vue/compiler-sfc': 3.4.31
- '@vue/runtime-dom': 3.4.31
- '@vue/server-renderer': 3.4.31(vue@3.4.31(typescript@5.5.3))
- '@vue/shared': 3.4.31
+ '@vue/compiler-dom': 3.4.37
+ '@vue/compiler-sfc': 3.4.37
+ '@vue/runtime-dom': 3.4.37
+ '@vue/server-renderer': 3.4.37(vue@3.4.37(typescript@5.5.4))
+ '@vue/shared': 3.4.37
optionalDependencies:
- typescript: 5.5.3
+ typescript: 5.5.4
- vuex@4.1.0(vue@3.4.31(typescript@5.5.3)):
+ vuex@4.1.0(vue@3.4.37(typescript@5.5.4)):
dependencies:
'@vue/devtools-api': 6.6.3
- vue: 3.4.31(typescript@5.5.3)
+ vue: 3.4.37(typescript@5.5.4)
w3c-keyname@2.2.8: {}
@@ -17347,7 +17651,7 @@ snapshots:
webpack-bundle-analyzer@4.10.1:
dependencies:
'@discoveryjs/json-ext': 0.5.7
- acorn: 8.12.0
+ acorn: 8.12.1
acorn-walk: 8.3.2
commander: 7.2.0
debounce: 1.2.1
@@ -17368,16 +17672,16 @@ snapshots:
deepmerge: 1.5.2
javascript-stringify: 2.1.0
- webpack-dev-middleware@5.3.3(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.21.5)):
+ webpack-dev-middleware@5.3.3(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)):
dependencies:
colorette: 2.0.20
memfs: 3.5.3
mime-types: 2.1.35
range-parser: 1.2.1
schema-utils: 4.2.0
- webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.21.5)
+ webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)
- webpack-dev-server@4.15.1(debug@4.3.5)(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.21.5)):
+ webpack-dev-server@4.15.1(debug@4.3.6)(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)):
dependencies:
'@types/bonjour': 3.5.13
'@types/connect-history-api-fallback': 1.5.4
@@ -17396,7 +17700,7 @@ snapshots:
express: 4.18.2
graceful-fs: 4.2.11
html-entities: 2.4.0
- http-proxy-middleware: 2.0.6(@types/express@4.17.21)(debug@4.3.5)
+ http-proxy-middleware: 2.0.6(@types/express@4.17.21)(debug@4.3.6)
ipaddr.js: 2.1.0
launch-editor: 2.6.1
open: 8.4.2
@@ -17407,10 +17711,10 @@ snapshots:
serve-index: 1.9.1
sockjs: 0.3.24
spdy: 4.0.2
- webpack-dev-middleware: 5.3.3(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.21.5))
- ws: 8.17.0
+ webpack-dev-middleware: 5.3.3(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0))
+ ws: 8.18.0
optionalDependencies:
- webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.21.5)
+ webpack: 5.89.0(@swc/core@1.5.29)(esbuild@0.23.0)
transitivePeerDependencies:
- bufferutil
- debug
@@ -17427,18 +17731,18 @@ snapshots:
webpack-virtual-modules@0.4.6: {}
- webpack-virtual-modules@0.6.1: {}
+ webpack-virtual-modules@0.6.2: {}
- webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.21.5):
+ webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0):
dependencies:
'@types/eslint-scope': 3.7.7
'@types/estree': 1.0.5
'@webassemblyjs/ast': 1.11.6
'@webassemblyjs/wasm-edit': 1.11.6
'@webassemblyjs/wasm-parser': 1.11.6
- acorn: 8.12.0
- acorn-import-assertions: 1.9.0(acorn@8.12.0)
- browserslist: 4.23.0
+ acorn: 8.12.1
+ acorn-import-assertions: 1.9.0(acorn@8.12.1)
+ browserslist: 4.23.3
chrome-trace-event: 1.0.3
enhanced-resolve: 5.17.0
es-module-lexer: 1.5.4
@@ -17452,7 +17756,7 @@ snapshots:
neo-async: 2.6.2
schema-utils: 3.3.0
tapable: 2.2.1
- terser-webpack-plugin: 5.3.10(@swc/core@1.5.29)(esbuild@0.21.5)(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.21.5))
+ terser-webpack-plugin: 5.3.10(@swc/core@1.5.29)(esbuild@0.23.0)(webpack@5.89.0(@swc/core@1.5.29)(esbuild@0.23.0))
watchpack: 2.4.0
webpack-sources: 3.2.3
transitivePeerDependencies:
@@ -17511,7 +17815,7 @@ snapshots:
dependencies:
isexe: 2.0.0
- why-is-node-running@2.2.2:
+ why-is-node-running@2.3.0:
dependencies:
siginfo: 2.0.0
stackback: 0.0.2
@@ -17551,7 +17855,7 @@ snapshots:
ws@8.11.0: {}
- ws@8.17.0: {}
+ ws@8.18.0: {}
xml-name-validator@4.0.0: {}
@@ -17573,11 +17877,11 @@ snapshots:
dependencies:
eslint-visitor-keys: 3.4.3
lodash: 4.17.21
- yaml: 2.4.2
+ yaml: 2.5.0
yaml@1.10.2: {}
- yaml@2.4.2: {}
+ yaml@2.5.0: {}
yargs-parser@20.2.9: {}
@@ -17610,8 +17914,6 @@ snapshots:
yocto-queue@0.1.0: {}
- yocto-queue@1.0.0: {}
-
yorkie@2.0.0:
dependencies:
execa: 0.8.0