From b929f98b3476ed6656522f79234227c5faf9aeee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 12:39:31 +0800 Subject: [PATCH] chore(deps): update all non-major dependencies (#351) --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: arlo --- docs/package.json | 6 +- package.json | 24 +- packages/applet/package.json | 6 +- packages/browser-extension/package.json | 2 +- packages/client/package.json | 16 +- packages/core/package.json | 2 +- packages/devtools-kit/package.json | 2 +- packages/electron/package.json | 4 +- packages/overlay/package.json | 10 +- packages/playground/applet/package.json | 10 +- packages/playground/basic/package.json | 8 +- packages/playground/multi-app/package.json | 8 +- packages/playground/termui/package.json | 12 +- packages/playground/ui/package.json | 4 +- packages/playground/webpack/package.json | 8 +- packages/shared/package.json | 2 +- packages/ui/package.json | 4 +- packages/vite/package.json | 2 +- pnpm-lock.yaml | 2296 ++++++++++---------- 19 files changed, 1255 insertions(+), 1171 deletions(-) diff --git a/docs/package.json b/docs/package.json index f8239001..f8392484 100644 --- a/docs/package.json +++ b/docs/package.json @@ -10,8 +10,8 @@ "devDependencies": { "@unocss/reset": "^0.59.4", "@vueuse/core": "^10.9.0", - "unplugin-vue-components": "^0.26.0", - "vitepress": "1.1.3", - "vue": "^3.4.23" + "unplugin-vue-components": "^0.27.0", + "vitepress": "1.1.4", + "vue": "^3.4.26" } } diff --git a/package.json b/package.json index 406d29da..195595ad 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "type": "module", "version": "7.1.3", "private": true, - "packageManager": "pnpm@9.0.5", + "packageManager": "pnpm@9.0.6", "description": "DevTools for Vue.js", "author": "webfansplz", "license": "MIT", @@ -68,19 +68,19 @@ "gen:vue-apis": "tsx ./scripts/vue-api-manifest.ts" }, "devDependencies": { - "@antfu/eslint-config": "2.15.0", + "@antfu/eslint-config": "2.16.1", "@antfu/ni": "^0.21.12", "@arethetypeswrong/cli": "^0.15.3", - "@types/chrome": "^0.0.266", + "@types/chrome": "^0.0.267", "@types/degit": "^2.8.6", "@types/fs-extra": "^11.0.4", - "@types/node": "^20.12.7", + "@types/node": "^20.12.8", "@unocss/eslint-plugin": "^0.59.4", "@vue/devtools-core": "workspace:^", "@vue/devtools-kit": "workspace:^", "@vue/test-utils": "^2.4.5", "archiver": "^7.0.1", - "bumpp": "^9.4.0", + "bumpp": "^9.4.1", "cross-env": "^7.0.3", "degit": "^2.8.4", "eslint": "npm:eslint-ts-patch@8.57.0-0", @@ -92,22 +92,22 @@ "jsdom": "^24.0.0", "lint-staged": "^15.2.2", "npm-run-all2": "^6.1.2", - "pnpm": "^9.0.5", + "pnpm": "^9.0.6", "progress": "^2.0.3", "publint": "^0.2.7", "readdir-glob": "^2.0.0", "regex-extra": "^0.2.2", "simple-git-hooks": "^2.11.1", - "taze": "^0.13.6", + "taze": "^0.13.8", "tsup": "^8.0.2", - "tsx": "^4.7.2", - "turbo": "^1.13.2", + "tsx": "^4.8.2", + "turbo": "^1.13.3", "typescript": "^5.4.5", "unbuild": "^2.0.0", "unocss": "^0.59.4", - "vite": "^5.2.10", - "vitest": "^1.5.0", - "vue": "^3.4.23" + "vite": "^5.2.11", + "vitest": "^1.5.3", + "vue": "^3.4.26" }, "simple-git-hooks": { "pre-commit": "pnpm lint-staged" diff --git a/packages/applet/package.json b/packages/applet/package.json index eb2b9b87..4f269713 100644 --- a/packages/applet/package.json +++ b/packages/applet/package.json @@ -30,15 +30,15 @@ "@vue/devtools-ui": "workspace:^", "lodash-es": "^4.17.21", "perfect-debounce": "^1.0.0", - "shiki": "1.3.0", + "shiki": "1.4.0", "splitpanes": "^3.1.5", "vue-virtual-scroller": "2.0.0-beta.8" }, "devDependencies": { "@types/lodash-es": "^4.17.12", "unplugin-vue": "^5.0.5", - "vite-plugin-dts": "^3.8.3", - "vue": "^3.4.23", + "vite-plugin-dts": "^3.9.0", + "vue": "^3.4.26", "vue-router": "^4.3.2" } } diff --git a/packages/browser-extension/package.json b/packages/browser-extension/package.json index adfd7b13..41611400 100644 --- a/packages/browser-extension/package.json +++ b/packages/browser-extension/package.json @@ -18,6 +18,6 @@ }, "devDependencies": { "@vitejs/plugin-vue": "^5.0.4", - "vue": "^3.4.23" + "vue": "^3.4.26" } } diff --git a/packages/client/package.json b/packages/client/package.json index 30213e93..c9267886 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -36,7 +36,7 @@ "colord": "^2.9.3", "fuse.js": "^7.0.0", "minimatch": "^9.0.4", - "shiki": "1.3.0", + "shiki": "1.4.0", "splitpanes": "^3.1.5", "vis-network": "^9.1.9", "vite-hot-client": "^0.2.3", @@ -44,24 +44,24 @@ "vue-virtual-scroller": "2.0.0-beta.8" }, "devDependencies": { - "@iconify/json": "^2.2.203", - "@types/node": "^20.12.7", + "@iconify/json": "^2.2.206", + "@types/node": "^20.12.8", "@types/splitpanes": "^2.2.6", "@unocss/core": "^0.59.4", "@unocss/reset": "^0.59.4", "@vitejs/plugin-vue": "^5.0.4", "@vitejs/plugin-vue-jsx": "^3.1.0", - "dayjs": "^1.11.10", + "dayjs": "^1.11.11", "floating-vue": "5.2.2", "ohash": "^1.1.3", "pinia": "^2.1.7", - "sass": "^1.75.0", + "sass": "^1.76.0", "simple-git-hooks": "^2.11.1", "unocss": "^0.59.4", "unplugin": "^1.10.1", "unplugin-auto-import": "^0.17.5", - "unplugin-vue-components": "^0.26.0", - "vite": "^5.2.10", - "vue": "^3.4.23" + "unplugin-vue-components": "^0.27.0", + "vite": "^5.2.11", + "vue": "^3.4.26" } } diff --git a/packages/core/package.json b/packages/core/package.json index 8178e480..20335a3c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -30,6 +30,6 @@ "vite-hot-client": "^0.2.3" }, "devDependencies": { - "vue": "^3.4.23" + "vue": "^3.4.26" } } diff --git a/packages/devtools-kit/package.json b/packages/devtools-kit/package.json index bd14de2b..8b896345 100644 --- a/packages/devtools-kit/package.json +++ b/packages/devtools-kit/package.json @@ -34,7 +34,7 @@ }, "devDependencies": { "@types/speakingurl": "^13.0.6", - "vue": "^3.4.23", + "vue": "^3.4.26", "vue-router": "^4.3.2" } } diff --git a/packages/electron/package.json b/packages/electron/package.json index 170b0d93..77db2ae7 100644 --- a/packages/electron/package.json +++ b/packages/electron/package.json @@ -43,8 +43,8 @@ }, "devDependencies": { "@vitejs/plugin-vue": "^5.0.4", - "tsx": "^4.7.2", + "tsx": "^4.8.2", "unbuild": "^2.0.0", - "vue": "^3.4.23" + "vue": "^3.4.26" } } diff --git a/packages/overlay/package.json b/packages/overlay/package.json index ca570eee..bb84ef1f 100644 --- a/packages/overlay/package.json +++ b/packages/overlay/package.json @@ -27,11 +27,11 @@ "@vueuse/core": "^10.9.0" }, "devDependencies": { - "@iconify/json": "^2.2.203", - "@types/node": "^20.12.7", + "@iconify/json": "^2.2.206", + "@types/node": "^20.12.8", "@vitejs/plugin-vue": "^5.0.4", - "sass": "^1.75.0", - "vite": "^5.2.10", - "vue": "^3.4.23" + "sass": "^1.76.0", + "vite": "^5.2.11", + "vue": "^3.4.26" } } diff --git a/packages/playground/applet/package.json b/packages/playground/applet/package.json index dc6871a3..59a911df 100644 --- a/packages/playground/applet/package.json +++ b/packages/playground/applet/package.json @@ -7,11 +7,11 @@ "dev": "vite" }, "dependencies": { - "@iconify/json": "^2.2.203", + "@iconify/json": "^2.2.206", "@vueuse/core": "^10.9.0", "pinia": "^2.1.7", "unplugin-auto-import": "^0.17.5", - "vue": "^3.4.23", + "vue": "^3.4.26", "vue-router": "^4.3.2" }, "devDependencies": { @@ -20,11 +20,11 @@ "@vue/devtools-core": "workspace:*", "@vue/devtools-kit": "workspace:*", "@vue/devtools-shared": "workspace:*", - "sass": "^1.75.0", - "serve": "^14.2.2", + "sass": "^1.76.0", + "serve": "^14.2.3", "typescript": "^5.4.5", "unocss": "^0.59.4", - "vite": "^5.2.10", + "vite": "^5.2.11", "vite-plugin-inspect": "^0.8.4", "vite-plugin-vue-devtools": "workspace:*" } diff --git a/packages/playground/basic/package.json b/packages/playground/basic/package.json index 17c8440c..c8676c51 100644 --- a/packages/playground/basic/package.json +++ b/packages/playground/basic/package.json @@ -10,17 +10,17 @@ "@vueuse/core": "^10.9.0", "pinia": "^2.1.7", "unplugin-auto-import": "^0.17.5", - "vue": "^3.4.23", + "vue": "^3.4.26", "vue-router": "^4.3.2" }, "devDependencies": { "@vitejs/plugin-vue": "^5.0.4", "@vue/devtools": "workspace:^", - "sass": "^1.75.0", - "serve": "^14.2.2", + "sass": "^1.76.0", + "serve": "^14.2.3", "typescript": "^5.4.5", "unocss": "^0.59.4", - "vite": "^5.2.10", + "vite": "^5.2.11", "vite-plugin-inspect": "^0.8.4", "vite-plugin-vue-devtools": "workspace:*" } diff --git a/packages/playground/multi-app/package.json b/packages/playground/multi-app/package.json index aa772e98..d7e8fa21 100644 --- a/packages/playground/multi-app/package.json +++ b/packages/playground/multi-app/package.json @@ -10,16 +10,16 @@ "@vueuse/core": "^10.9.0", "pinia": "^2.1.7", "unplugin-auto-import": "^0.17.5", - "vue": "^3.4.23", + "vue": "^3.4.26", "vue-router": "^4.3.2" }, "devDependencies": { "@vitejs/plugin-vue": "^5.0.4", - "sass": "^1.75.0", - "serve": "^14.2.2", + "sass": "^1.76.0", + "serve": "^14.2.3", "typescript": "^5.4.5", "unocss": "^0.59.4", - "vite": "^5.2.10", + "vite": "^5.2.11", "vite-plugin-inspect": "^0.8.4", "vite-plugin-vue-devtools": "workspace:*" } diff --git a/packages/playground/termui/package.json b/packages/playground/termui/package.json index bb4d67f3..680ef50d 100644 --- a/packages/playground/termui/package.json +++ b/packages/playground/termui/package.json @@ -11,19 +11,19 @@ }, "dependencies": { "@vue/devtools": "workspace:^", - "@vue/runtime-core": "^3.4.23", - "vue": "^3.4.23", + "@vue/runtime-core": "^3.4.26", + "vue": "^3.4.26", "vue-termui": "*" }, "devDependencies": { - "@types/node": "^20.12.7", + "@types/node": "^20.12.8", "@vitejs/plugin-vue": "^5.0.4", "@vue-termui/cli": "*", - "@vue/compiler-sfc": "^3.4.23", + "@vue/compiler-sfc": "^3.4.26", "typescript": "^5.4.5", "unplugin-auto-import": "^0.17.5", - "unplugin-vue-components": "^0.26.0", - "vite": "^5.2.10", + "unplugin-vue-components": "^0.27.0", + "vite": "^5.2.11", "vite-plugin-vue-termui": "*" } } diff --git a/packages/playground/ui/package.json b/packages/playground/ui/package.json index 82a114d9..b8fab81a 100644 --- a/packages/playground/ui/package.json +++ b/packages/playground/ui/package.json @@ -12,13 +12,13 @@ "@unocss/reset": "^0.59.4", "@vue/devtools-ui": "workspace:*", "@vueuse/core": "^10.9.0", - "vue": "^3.4.23" + "vue": "^3.4.26" }, "devDependencies": { "@vitejs/plugin-vue": "^5.0.4", "typescript": "^5.4.5", "unocss": "^0.59.4", - "vite": "^5.2.10", + "vite": "^5.2.11", "vue-tsc": "^1.8.27" } } diff --git a/packages/playground/webpack/package.json b/packages/playground/webpack/package.json index c56834f1..92430516 100644 --- a/packages/playground/webpack/package.json +++ b/packages/playground/webpack/package.json @@ -13,17 +13,17 @@ }, "dependencies": { "core-js": "^3.37.0", - "vue": "^3.4.23" + "vue": "^3.4.26" }, "devDependencies": { - "@babel/core": "^7.24.4", - "@babel/eslint-parser": "^7.24.1", + "@babel/core": "^7.24.5", + "@babel/eslint-parser": "^7.24.5", "@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.1.0", + "eslint": "^9.1.1", "eslint-plugin-vue": "^9.25.0" }, "eslintConfig": { diff --git a/packages/shared/package.json b/packages/shared/package.json index 29498569..b9edacee 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -24,6 +24,6 @@ "rfdc": "^1.3.1" }, "devDependencies": { - "@types/node": "^20.12.7" + "@types/node": "^20.12.8" } } diff --git a/packages/ui/package.json b/packages/ui/package.json index 41cd79d5..35373629 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -45,12 +45,12 @@ }, "devDependencies": { "@histoire/plugin-vue": "^0.17.17", - "@types/node": "^20.12.7", + "@types/node": "^20.12.8", "@unocss/reset": "^0.59.4", "@vitejs/plugin-vue": "^5.0.4", "floating-vue": "5.2.2", "histoire": "^0.17.17", "unocss": "^0.59.4", - "vite-plugin-dts": "^3.8.3" + "vite-plugin-dts": "^3.9.0" } } diff --git a/packages/vite/package.json b/packages/vite/package.json index 36af66ee..546c6164 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -59,7 +59,7 @@ "vite-plugin-vue-inspector": "^5.0.1" }, "devDependencies": { - "@types/node": "^20.12.7", + "@types/node": "^20.12.8", "fast-glob": "^3.3.2", "image-meta": "^0.2.0", "pathe": "^1.1.2" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ce39e739..8b782495 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: devDependencies: '@antfu/eslint-config': - specifier: 2.15.0 - version: 2.15.0(@unocss/eslint-plugin@0.59.4(eslint-ts-patch@8.57.0-0)(typescript@5.4.5))(@vue/compiler-sfc@3.4.23)(eslint-plugin-format@0.1.1(eslint-ts-patch@8.57.0-0))(eslint-ts-patch@8.57.0-0)(typescript@5.4.5)(vitest@1.5.0(@types/node@20.12.7)(jsdom@24.0.0)(sass@1.75.0)(terser@5.26.0)) + specifier: 2.16.1 + version: 2.16.1(@unocss/eslint-plugin@0.59.4(eslint-ts-patch@8.57.0-0)(typescript@5.4.5))(@vue/compiler-sfc@3.4.26)(eslint-plugin-format@0.1.1(eslint-ts-patch@8.57.0-0))(eslint-ts-patch@8.57.0-0)(typescript@5.4.5)(vitest@1.5.3(@types/node@20.12.8)(jsdom@24.0.0)(sass@1.76.0)(terser@5.26.0)) '@antfu/ni': specifier: ^0.21.12 version: 0.21.12 @@ -18,8 +18,8 @@ importers: specifier: ^0.15.3 version: 0.15.3 '@types/chrome': - specifier: ^0.0.266 - version: 0.0.266 + specifier: ^0.0.267 + version: 0.0.267 '@types/degit': specifier: ^2.8.6 version: 2.8.6 @@ -27,8 +27,8 @@ importers: specifier: ^11.0.4 version: 11.0.4 '@types/node': - specifier: ^20.12.7 - version: 20.12.7 + specifier: ^20.12.8 + version: 20.12.8 '@unocss/eslint-plugin': specifier: ^0.59.4 version: 0.59.4(eslint-ts-patch@8.57.0-0)(typescript@5.4.5) @@ -45,8 +45,8 @@ importers: specifier: ^7.0.1 version: 7.0.1 bumpp: - specifier: ^9.4.0 - version: 9.4.0 + specifier: ^9.4.1 + version: 9.4.1 cross-env: specifier: ^7.0.3 version: 7.0.3 @@ -81,8 +81,8 @@ importers: specifier: ^6.1.2 version: 6.1.2 pnpm: - specifier: ^9.0.5 - version: 9.0.5 + specifier: ^9.0.6 + version: 9.0.6 progress: specifier: ^2.0.3 version: 2.0.3 @@ -99,35 +99,35 @@ importers: specifier: ^2.11.1 version: 2.11.1 taze: - specifier: ^0.13.6 - version: 0.13.6 + specifier: ^0.13.8 + version: 0.13.8 tsup: specifier: ^8.0.2 - version: 8.0.2(@microsoft/api-extractor@7.43.0(@types/node@20.12.7))(postcss@8.4.38)(typescript@5.4.5) + version: 8.0.2(@microsoft/api-extractor@7.43.0(@types/node@20.12.8))(postcss@8.4.38)(typescript@5.4.5) tsx: - specifier: ^4.7.2 - version: 4.7.2 + specifier: ^4.8.2 + version: 4.8.2 turbo: - specifier: ^1.13.2 - version: 1.13.2 + specifier: ^1.13.3 + version: 1.13.3 typescript: specifier: ^5.4.5 version: 5.4.5 unbuild: specifier: ^2.0.0 - version: 2.0.0(sass@1.75.0)(typescript@5.4.5) + version: 2.0.0(sass@1.76.0)(typescript@5.4.5) unocss: specifier: ^0.59.4 - version: 0.59.4(postcss@8.4.38)(rollup@3.28.1)(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0)) + version: 0.59.4(postcss@8.4.38)(rollup@3.28.1)(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0)) vite: - specifier: ^5.2.10 - version: 5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0) + specifier: ^5.2.11 + version: 5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0) vitest: - specifier: ^1.5.0 - version: 1.5.0(@types/node@20.12.7)(jsdom@24.0.0)(sass@1.75.0)(terser@5.26.0) + specifier: ^1.5.3 + version: 1.5.3(@types/node@20.12.8)(jsdom@24.0.0)(sass@1.76.0)(terser@5.26.0) vue: - specifier: ^3.4.23 - version: 3.4.23(typescript@5.4.5) + specifier: ^3.4.26 + version: 3.4.26(typescript@5.4.5) docs: devDependencies: @@ -136,16 +136,16 @@ importers: version: 0.59.4 '@vueuse/core': specifier: ^10.9.0 - version: 10.9.0(vue@3.4.23(typescript@5.4.5)) + version: 10.9.0(vue@3.4.26(typescript@5.4.5)) unplugin-vue-components: - specifier: ^0.26.0 - version: 0.26.0(@babel/parser@7.24.4)(rollup@4.13.0)(vue@3.4.23(typescript@5.4.5)) + specifier: ^0.27.0 + version: 0.27.0(@babel/parser@7.24.5)(rollup@4.13.0)(vue@3.4.26(typescript@5.4.5)) vitepress: - specifier: 1.1.3 - version: 1.1.3(@algolia/client-search@4.22.0)(@types/node@20.12.7)(change-case@4.1.2)(fuse.js@7.0.0)(postcss@8.4.38)(sass@1.75.0)(search-insights@2.13.0)(terser@5.26.0)(typescript@5.4.5) + specifier: 1.1.4 + version: 1.1.4(@algolia/client-search@4.22.0)(@types/node@20.12.8)(change-case@4.1.2)(fuse.js@7.0.0)(postcss@8.4.38)(sass@1.76.0)(search-insights@2.13.0)(terser@5.26.0)(typescript@5.4.5) vue: - specifier: ^3.4.23 - version: 3.4.23(typescript@5.4.5) + specifier: ^3.4.26 + version: 3.4.26(typescript@5.4.5) packages/applet: dependencies: @@ -168,30 +168,30 @@ importers: specifier: ^1.0.0 version: 1.0.0 shiki: - specifier: 1.3.0 - version: 1.3.0 + specifier: 1.4.0 + version: 1.4.0 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.23(typescript@5.4.5)) + version: 2.0.0-beta.8(vue@3.4.26(typescript@5.4.5)) 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.12.7)(sass@1.75.0)(terser@5.26.0)(vue@3.4.23(typescript@5.4.5)) + version: 5.0.5(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0)(vue@3.4.26(typescript@5.4.5)) vite-plugin-dts: - specifier: ^3.8.3 - version: 3.8.3(@types/node@20.12.7)(rollup@4.13.0)(typescript@5.4.5)(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0)) + specifier: ^3.9.0 + version: 3.9.0(@types/node@20.12.8)(rollup@4.13.0)(typescript@5.4.5)(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0)) vue: - specifier: ^3.4.23 - version: 3.4.23(typescript@5.4.5) + specifier: ^3.4.26 + version: 3.4.26(typescript@5.4.5) vue-router: specifier: ^4.3.2 - version: 4.3.2(vue@3.4.23(typescript@5.4.5)) + version: 4.3.2(vue@3.4.26(typescript@5.4.5)) packages/browser-extension: dependencies: @@ -204,10 +204,10 @@ importers: devDependencies: '@vitejs/plugin-vue': specifier: ^5.0.4 - version: 5.0.4(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0))(vue@3.4.23(typescript@5.4.5)) + version: 5.0.4(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0))(vue@3.4.26(typescript@5.4.5)) vue: - specifier: ^3.4.23 - version: 3.4.23(typescript@5.4.5) + specifier: ^3.4.26 + version: 3.4.26(typescript@5.4.5) packages/client: dependencies: @@ -234,10 +234,10 @@ importers: version: link:../ui '@vueuse/core': specifier: ^10.9.0 - version: 10.9.0(vue@3.4.23(typescript@5.4.5)) + version: 10.9.0(vue@3.4.26(typescript@5.4.5)) '@vueuse/integrations': specifier: ^10.9.0 - version: 10.9.0(change-case@4.1.2)(focus-trap@7.5.4)(fuse.js@7.0.0)(vue@3.4.23(typescript@5.4.5)) + version: 10.9.0(change-case@4.1.2)(focus-trap@7.5.4)(fuse.js@7.0.0)(vue@3.4.26(typescript@5.4.5)) colord: specifier: ^2.9.3 version: 2.9.3 @@ -248,8 +248,8 @@ importers: specifier: ^9.0.4 version: 9.0.4 shiki: - specifier: 1.3.0 - version: 1.3.0 + specifier: 1.4.0 + version: 1.4.0 splitpanes: specifier: ^3.1.5 version: 3.1.5 @@ -258,20 +258,20 @@ 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.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0)) + version: 0.2.3(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0)) vue-router: specifier: ^4.3.2 - version: 4.3.2(vue@3.4.23(typescript@5.4.5)) + version: 4.3.2(vue@3.4.26(typescript@5.4.5)) vue-virtual-scroller: specifier: 2.0.0-beta.8 - version: 2.0.0-beta.8(vue@3.4.23(typescript@5.4.5)) + version: 2.0.0-beta.8(vue@3.4.26(typescript@5.4.5)) devDependencies: '@iconify/json': - specifier: ^2.2.203 - version: 2.2.203 + specifier: ^2.2.206 + version: 2.2.206 '@types/node': - specifier: ^20.12.7 - version: 20.12.7 + specifier: ^20.12.8 + version: 20.12.8 '@types/splitpanes': specifier: ^2.2.6 version: 2.2.6 @@ -283,46 +283,46 @@ importers: version: 0.59.4 '@vitejs/plugin-vue': specifier: ^5.0.4 - version: 5.0.4(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0))(vue@3.4.23(typescript@5.4.5)) + version: 5.0.4(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0))(vue@3.4.26(typescript@5.4.5)) '@vitejs/plugin-vue-jsx': specifier: ^3.1.0 - version: 3.1.0(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0))(vue@3.4.23(typescript@5.4.5)) + version: 3.1.0(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0))(vue@3.4.26(typescript@5.4.5)) dayjs: - specifier: ^1.11.10 - version: 1.11.10 + specifier: ^1.11.11 + version: 1.11.11 floating-vue: specifier: 5.2.2 - version: 5.2.2(vue@3.4.23(typescript@5.4.5)) + version: 5.2.2(vue@3.4.26(typescript@5.4.5)) ohash: specifier: ^1.1.3 version: 1.1.3 pinia: specifier: ^2.1.7 - version: 2.1.7(typescript@5.4.5)(vue@3.4.23(typescript@5.4.5)) + version: 2.1.7(typescript@5.4.5)(vue@3.4.26(typescript@5.4.5)) sass: - specifier: ^1.75.0 - version: 1.75.0 + specifier: ^1.76.0 + version: 1.76.0 simple-git-hooks: specifier: ^2.11.1 version: 2.11.1 unocss: specifier: ^0.59.4 - version: 0.59.4(postcss@8.4.38)(rollup@4.13.0)(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0)) + version: 0.59.4(postcss@8.4.38)(rollup@4.13.0)(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0)) unplugin: specifier: ^1.10.1 version: 1.10.1 unplugin-auto-import: specifier: ^0.17.5 - version: 0.17.5(@vueuse/core@10.9.0(vue@3.4.23(typescript@5.4.5)))(rollup@4.13.0) + version: 0.17.5(@vueuse/core@10.9.0(vue@3.4.26(typescript@5.4.5)))(rollup@4.13.0) unplugin-vue-components: - specifier: ^0.26.0 - version: 0.26.0(@babel/parser@7.24.4)(rollup@4.13.0)(vue@3.4.23(typescript@5.4.5)) + specifier: ^0.27.0 + version: 0.27.0(@babel/parser@7.24.5)(rollup@4.13.0)(vue@3.4.26(typescript@5.4.5)) vite: - specifier: ^5.2.10 - version: 5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0) + specifier: ^5.2.11 + version: 5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0) vue: - specifier: ^3.4.23 - version: 3.4.23(typescript@5.4.5) + specifier: ^3.4.26 + version: 3.4.26(typescript@5.4.5) packages/core: dependencies: @@ -343,11 +343,11 @@ importers: version: 1.1.2 vite-hot-client: specifier: ^0.2.3 - version: 0.2.3(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0)) + version: 0.2.3(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0)) devDependencies: vue: - specifier: ^3.4.23 - version: 3.4.23(typescript@5.4.5) + specifier: ^3.4.26 + version: 3.4.26(typescript@5.4.5) packages/devtools: dependencies: @@ -386,11 +386,11 @@ importers: specifier: ^13.0.6 version: 13.0.6 vue: - specifier: ^3.4.23 - version: 3.4.23(typescript@5.4.5) + specifier: ^3.4.26 + version: 3.4.26(typescript@5.4.5) vue-router: specifier: ^4.3.2 - version: 4.3.2(vue@3.4.23(typescript@5.4.5)) + version: 4.3.2(vue@3.4.26(typescript@5.4.5)) packages/electron: dependencies: @@ -424,16 +424,16 @@ importers: devDependencies: '@vitejs/plugin-vue': specifier: ^5.0.4 - version: 5.0.4(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0))(vue@3.4.23(typescript@5.4.5)) + version: 5.0.4(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0))(vue@3.4.26(typescript@5.4.5)) tsx: - specifier: ^4.7.2 - version: 4.7.2 + specifier: ^4.8.2 + version: 4.8.2 unbuild: specifier: ^2.0.0 - version: 2.0.0(sass@1.75.0)(typescript@5.4.5) + version: 2.0.0(sass@1.76.0)(typescript@5.4.5) vue: - specifier: ^3.4.23 - version: 3.4.23(typescript@5.4.5) + specifier: ^3.4.26 + version: 3.4.26(typescript@5.4.5) packages/overlay: dependencies: @@ -451,51 +451,51 @@ importers: version: link:../ui '@vueuse/core': specifier: ^10.9.0 - version: 10.9.0(vue@3.4.23(typescript@5.4.5)) + version: 10.9.0(vue@3.4.26(typescript@5.4.5)) devDependencies: '@iconify/json': - specifier: ^2.2.203 - version: 2.2.203 + specifier: ^2.2.206 + version: 2.2.206 '@types/node': - specifier: ^20.12.7 - version: 20.12.7 + specifier: ^20.12.8 + version: 20.12.8 '@vitejs/plugin-vue': specifier: ^5.0.4 - version: 5.0.4(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0))(vue@3.4.23(typescript@5.4.5)) + version: 5.0.4(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0))(vue@3.4.26(typescript@5.4.5)) sass: - specifier: ^1.75.0 - version: 1.75.0 + specifier: ^1.76.0 + version: 1.76.0 vite: - specifier: ^5.2.10 - version: 5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0) + specifier: ^5.2.11 + version: 5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0) vue: - specifier: ^3.4.23 - version: 3.4.23(typescript@5.4.5) + specifier: ^3.4.26 + version: 3.4.26(typescript@5.4.5) packages/playground/applet: dependencies: '@iconify/json': - specifier: ^2.2.203 - version: 2.2.203 + specifier: ^2.2.206 + version: 2.2.206 '@vueuse/core': specifier: ^10.9.0 - version: 10.9.0(vue@3.4.23(typescript@5.4.5)) + version: 10.9.0(vue@3.4.26(typescript@5.4.5)) pinia: specifier: ^2.1.7 - version: 2.1.7(typescript@5.4.5)(vue@3.4.23(typescript@5.4.5)) + version: 2.1.7(typescript@5.4.5)(vue@3.4.26(typescript@5.4.5)) unplugin-auto-import: specifier: ^0.17.5 - version: 0.17.5(@vueuse/core@10.9.0(vue@3.4.23(typescript@5.4.5)))(rollup@4.13.0) + version: 0.17.5(@vueuse/core@10.9.0(vue@3.4.26(typescript@5.4.5)))(rollup@4.13.0) vue: - specifier: ^3.4.23 - version: 3.4.23(typescript@5.4.5) + specifier: ^3.4.26 + version: 3.4.26(typescript@5.4.5) vue-router: specifier: ^4.3.2 - version: 4.3.2(vue@3.4.23(typescript@5.4.5)) + version: 4.3.2(vue@3.4.26(typescript@5.4.5)) devDependencies: '@vitejs/plugin-vue': specifier: ^5.0.4 - version: 5.0.4(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0))(vue@3.4.23(typescript@5.4.5)) + version: 5.0.4(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0))(vue@3.4.26(typescript@5.4.5)) '@vue/devtools-applet': specifier: workspace:* version: link:../../applet @@ -509,23 +509,23 @@ importers: specifier: workspace:* version: link:../../shared sass: - specifier: ^1.75.0 - version: 1.75.0 + specifier: ^1.76.0 + version: 1.76.0 serve: - specifier: ^14.2.2 - version: 14.2.2 + specifier: ^14.2.3 + version: 14.2.3 typescript: specifier: ^5.4.5 version: 5.4.5 unocss: specifier: ^0.59.4 - version: 0.59.4(postcss@8.4.38)(rollup@4.13.0)(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0)) + version: 0.59.4(postcss@8.4.38)(rollup@4.13.0)(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0)) vite: - specifier: ^5.2.10 - version: 5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0) + specifier: ^5.2.11 + version: 5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0) vite-plugin-inspect: specifier: ^0.8.4 - version: 0.8.4(rollup@4.13.0)(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0)) + version: 0.8.4(rollup@4.13.0)(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0)) vite-plugin-vue-devtools: specifier: workspace:* version: link:../../vite @@ -534,44 +534,44 @@ importers: dependencies: '@vueuse/core': specifier: ^10.9.0 - version: 10.9.0(vue@3.4.23(typescript@5.4.5)) + version: 10.9.0(vue@3.4.26(typescript@5.4.5)) pinia: specifier: ^2.1.7 - version: 2.1.7(typescript@5.4.5)(vue@3.4.23(typescript@5.4.5)) + version: 2.1.7(typescript@5.4.5)(vue@3.4.26(typescript@5.4.5)) unplugin-auto-import: specifier: ^0.17.5 - version: 0.17.5(@vueuse/core@10.9.0(vue@3.4.23(typescript@5.4.5)))(rollup@4.13.0) + version: 0.17.5(@vueuse/core@10.9.0(vue@3.4.26(typescript@5.4.5)))(rollup@4.13.0) vue: - specifier: ^3.4.23 - version: 3.4.23(typescript@5.4.5) + specifier: ^3.4.26 + version: 3.4.26(typescript@5.4.5) vue-router: specifier: ^4.3.2 - version: 4.3.2(vue@3.4.23(typescript@5.4.5)) + version: 4.3.2(vue@3.4.26(typescript@5.4.5)) devDependencies: '@vitejs/plugin-vue': specifier: ^5.0.4 - version: 5.0.4(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0))(vue@3.4.23(typescript@5.4.5)) + version: 5.0.4(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0))(vue@3.4.26(typescript@5.4.5)) '@vue/devtools': specifier: workspace:^ version: link:../../devtools sass: - specifier: ^1.75.0 - version: 1.75.0 + specifier: ^1.76.0 + version: 1.76.0 serve: - specifier: ^14.2.2 - version: 14.2.2 + specifier: ^14.2.3 + version: 14.2.3 typescript: specifier: ^5.4.5 version: 5.4.5 unocss: specifier: ^0.59.4 - version: 0.59.4(postcss@8.4.38)(rollup@4.13.0)(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0)) + version: 0.59.4(postcss@8.4.38)(rollup@4.13.0)(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0)) vite: - specifier: ^5.2.10 - version: 5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0) + specifier: ^5.2.11 + version: 5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0) vite-plugin-inspect: specifier: ^0.8.4 - version: 0.8.4(rollup@4.13.0)(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0)) + version: 0.8.4(rollup@4.13.0)(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0)) vite-plugin-vue-devtools: specifier: workspace:* version: link:../../vite @@ -580,41 +580,41 @@ importers: dependencies: '@vueuse/core': specifier: ^10.9.0 - version: 10.9.0(vue@3.4.23(typescript@5.4.5)) + version: 10.9.0(vue@3.4.26(typescript@5.4.5)) pinia: specifier: ^2.1.7 - version: 2.1.7(typescript@5.4.5)(vue@3.4.23(typescript@5.4.5)) + version: 2.1.7(typescript@5.4.5)(vue@3.4.26(typescript@5.4.5)) unplugin-auto-import: specifier: ^0.17.5 - version: 0.17.5(@vueuse/core@10.9.0(vue@3.4.23(typescript@5.4.5)))(rollup@4.13.0) + version: 0.17.5(@vueuse/core@10.9.0(vue@3.4.26(typescript@5.4.5)))(rollup@4.13.0) vue: - specifier: ^3.4.23 - version: 3.4.23(typescript@5.4.5) + specifier: ^3.4.26 + version: 3.4.26(typescript@5.4.5) vue-router: specifier: ^4.3.2 - version: 4.3.2(vue@3.4.23(typescript@5.4.5)) + version: 4.3.2(vue@3.4.26(typescript@5.4.5)) devDependencies: '@vitejs/plugin-vue': specifier: ^5.0.4 - version: 5.0.4(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0))(vue@3.4.23(typescript@5.4.5)) + version: 5.0.4(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0))(vue@3.4.26(typescript@5.4.5)) sass: - specifier: ^1.75.0 - version: 1.75.0 + specifier: ^1.76.0 + version: 1.76.0 serve: - specifier: ^14.2.2 - version: 14.2.2 + specifier: ^14.2.3 + version: 14.2.3 typescript: specifier: ^5.4.5 version: 5.4.5 unocss: specifier: ^0.59.4 - version: 0.59.4(postcss@8.4.38)(rollup@4.13.0)(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0)) + version: 0.59.4(postcss@8.4.38)(rollup@4.13.0)(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0)) vite: - specifier: ^5.2.10 - version: 5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0) + specifier: ^5.2.11 + version: 5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0) vite-plugin-inspect: specifier: ^0.8.4 - version: 0.8.4(rollup@4.13.0)(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0)) + version: 0.8.4(rollup@4.13.0)(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0)) vite-plugin-vue-devtools: specifier: workspace:* version: link:../../vite @@ -625,42 +625,42 @@ importers: specifier: workspace:^ version: link:../../devtools '@vue/runtime-core': - specifier: ^3.4.23 - version: 3.4.23 + specifier: ^3.4.26 + version: 3.4.26 vue: - specifier: ^3.4.23 - version: 3.4.23(typescript@5.4.5) + specifier: ^3.4.26 + version: 3.4.26(typescript@5.4.5) vue-termui: specifier: '*' - version: 0.0.19(@vue/runtime-core@3.4.23) + version: 0.0.19(@vue/runtime-core@3.4.26) devDependencies: '@types/node': - specifier: ^20.12.7 - version: 20.12.7 + specifier: ^20.12.8 + version: 20.12.8 '@vitejs/plugin-vue': specifier: ^5.0.4 - version: 5.0.4(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0))(vue@3.4.23(typescript@5.4.5)) + version: 5.0.4(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0))(vue@3.4.26(typescript@5.4.5)) '@vue-termui/cli': specifier: '*' - version: 0.0.17(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0)(vite-plugin-vue-termui@0.0.12(@vitejs/plugin-vue@5.0.4(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0))(vue@3.4.23(typescript@5.4.5)))(unplugin-auto-import@0.17.5(@vueuse/core@10.9.0(vue@3.4.23(typescript@5.4.5)))(rollup@4.13.0))(unplugin-vue-components@0.26.0(@babel/parser@7.24.4)(rollup@4.13.0)(vue@3.4.23(typescript@5.4.5)))(vue-termui@0.0.19(@vue/runtime-core@3.4.23))(vue@3.4.23(typescript@5.4.5)))(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0))(vue-termui@0.0.19(@vue/runtime-core@3.4.23)) + version: 0.0.17(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0)(vite-plugin-vue-termui@0.0.12(@vitejs/plugin-vue@5.0.4(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0))(vue@3.4.26(typescript@5.4.5)))(unplugin-auto-import@0.17.5(@vueuse/core@10.9.0(vue@3.4.26(typescript@5.4.5)))(rollup@4.13.0))(unplugin-vue-components@0.27.0(@babel/parser@7.24.5)(rollup@4.13.0)(vue@3.4.26(typescript@5.4.5)))(vue-termui@0.0.19(@vue/runtime-core@3.4.26))(vue@3.4.26(typescript@5.4.5)))(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0))(vue-termui@0.0.19(@vue/runtime-core@3.4.26)) '@vue/compiler-sfc': - specifier: ^3.4.23 - version: 3.4.23 + specifier: ^3.4.26 + version: 3.4.26 typescript: specifier: ^5.4.5 version: 5.4.5 unplugin-auto-import: specifier: ^0.17.5 - version: 0.17.5(@vueuse/core@10.9.0(vue@3.4.23(typescript@5.4.5)))(rollup@4.13.0) + version: 0.17.5(@vueuse/core@10.9.0(vue@3.4.26(typescript@5.4.5)))(rollup@4.13.0) unplugin-vue-components: - specifier: ^0.26.0 - version: 0.26.0(@babel/parser@7.24.4)(rollup@4.13.0)(vue@3.4.23(typescript@5.4.5)) + specifier: ^0.27.0 + version: 0.27.0(@babel/parser@7.24.5)(rollup@4.13.0)(vue@3.4.26(typescript@5.4.5)) vite: - specifier: ^5.2.10 - version: 5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0) + specifier: ^5.2.11 + version: 5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0) vite-plugin-vue-termui: specifier: '*' - version: 0.0.12(@vitejs/plugin-vue@5.0.4(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0))(vue@3.4.23(typescript@5.4.5)))(unplugin-auto-import@0.17.5(@vueuse/core@10.9.0(vue@3.4.23(typescript@5.4.5)))(rollup@4.13.0))(unplugin-vue-components@0.26.0(@babel/parser@7.24.4)(rollup@4.13.0)(vue@3.4.23(typescript@5.4.5)))(vue-termui@0.0.19(@vue/runtime-core@3.4.23))(vue@3.4.23(typescript@5.4.5)) + version: 0.0.12(@vitejs/plugin-vue@5.0.4(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0))(vue@3.4.26(typescript@5.4.5)))(unplugin-auto-import@0.17.5(@vueuse/core@10.9.0(vue@3.4.26(typescript@5.4.5)))(rollup@4.13.0))(unplugin-vue-components@0.27.0(@babel/parser@7.24.5)(rollup@4.13.0)(vue@3.4.26(typescript@5.4.5)))(vue-termui@0.0.19(@vue/runtime-core@3.4.26))(vue@3.4.26(typescript@5.4.5)) packages/playground/ui: dependencies: @@ -672,23 +672,23 @@ importers: version: link:../../ui '@vueuse/core': specifier: ^10.9.0 - version: 10.9.0(vue@3.4.23(typescript@5.4.5)) + version: 10.9.0(vue@3.4.26(typescript@5.4.5)) vue: - specifier: ^3.4.23 - version: 3.4.23(typescript@5.4.5) + specifier: ^3.4.26 + version: 3.4.26(typescript@5.4.5) devDependencies: '@vitejs/plugin-vue': specifier: ^5.0.4 - version: 5.0.4(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0))(vue@3.4.23(typescript@5.4.5)) + version: 5.0.4(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0))(vue@3.4.26(typescript@5.4.5)) typescript: specifier: ^5.4.5 version: 5.4.5 unocss: specifier: ^0.59.4 - version: 0.59.4(postcss@8.4.38)(rollup@4.13.0)(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0)) + version: 0.59.4(postcss@8.4.38)(rollup@4.13.0)(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0)) vite: - specifier: ^5.2.10 - version: 5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0) + specifier: ^5.2.11 + version: 5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0) vue-tsc: specifier: ^1.8.27 version: 1.8.27(typescript@5.4.5) @@ -699,24 +699,24 @@ importers: specifier: ^3.37.0 version: 3.37.0 vue: - specifier: ^3.4.23 - version: 3.4.23(typescript@5.4.5) + specifier: ^3.4.26 + version: 3.4.26(typescript@5.4.5) devDependencies: '@babel/core': - specifier: ^7.24.4 - version: 7.24.4 + specifier: ^7.24.5 + version: 7.24.5 '@babel/eslint-parser': - specifier: ^7.24.1 - version: 7.24.1(@babel/core@7.24.4)(eslint@9.1.0) + specifier: ^7.24.5 + version: 7.24.5(@babel/core@7.24.5)(eslint@9.1.1) '@vue/cli-plugin-babel': specifier: ~5.0.8 - version: 5.0.8(@vue/cli-service@5.0.8(@vue/compiler-sfc@3.4.23)(esbuild@0.19.10)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.23(typescript@5.4.5))(webpack-sources@3.2.3))(core-js@3.37.0)(esbuild@0.19.10)(vue@3.4.23(typescript@5.4.5)) + version: 5.0.8(@vue/cli-service@5.0.8(@vue/compiler-sfc@3.4.26)(esbuild@0.19.10)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.26(typescript@5.4.5))(webpack-sources@3.2.3))(core-js@3.37.0)(esbuild@0.19.10)(vue@3.4.26(typescript@5.4.5)) '@vue/cli-plugin-eslint': specifier: ~5.0.8 - version: 5.0.8(@vue/cli-service@5.0.8(@vue/compiler-sfc@3.4.23)(esbuild@0.19.10)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.23(typescript@5.4.5))(webpack-sources@3.2.3))(esbuild@0.19.10)(eslint@9.1.0) + version: 5.0.8(@vue/cli-service@5.0.8(@vue/compiler-sfc@3.4.26)(esbuild@0.19.10)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.26(typescript@5.4.5))(webpack-sources@3.2.3))(esbuild@0.19.10)(eslint@9.1.1) '@vue/cli-service': specifier: ~5.0.8 - version: 5.0.8(@vue/compiler-sfc@3.4.23)(esbuild@0.19.10)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.23(typescript@5.4.5))(webpack-sources@3.2.3) + version: 5.0.8(@vue/compiler-sfc@3.4.26)(esbuild@0.19.10)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.26(typescript@5.4.5))(webpack-sources@3.2.3) '@vue/devtools': specifier: workspace:* version: link:../../devtools @@ -724,11 +724,11 @@ importers: specifier: workspace:* version: link:../../devtools-api eslint: - specifier: ^9.1.0 - version: 9.1.0 + specifier: ^9.1.1 + version: 9.1.1 eslint-plugin-vue: specifier: ^9.25.0 - version: 9.25.0(eslint@9.1.0) + version: 9.25.0(eslint@9.1.1) packages/shared: dependencies: @@ -737,8 +737,8 @@ importers: version: 1.3.1 devDependencies: '@types/node': - specifier: ^20.12.7 - version: 20.12.7 + specifier: ^20.12.8 + version: 20.12.8 packages/ui: dependencies: @@ -747,13 +747,13 @@ importers: version: link:../shared '@vueuse/components': specifier: ^10.9.0 - version: 10.9.0(vue@3.4.23(typescript@5.4.5)) + version: 10.9.0(vue@3.4.26(typescript@5.4.5)) '@vueuse/core': specifier: ^10.9.0 - version: 10.9.0(vue@3.4.23(typescript@5.4.5)) + version: 10.9.0(vue@3.4.26(typescript@5.4.5)) '@vueuse/integrations': specifier: ^10.9.0 - version: 10.9.0(change-case@4.1.2)(focus-trap@7.5.4)(fuse.js@7.0.0)(vue@3.4.23(typescript@5.4.5)) + version: 10.9.0(change-case@4.1.2)(focus-trap@7.5.4)(fuse.js@7.0.0)(vue@3.4.26(typescript@5.4.5)) colord: specifier: ^2.9.3 version: 2.9.3 @@ -762,32 +762,32 @@ importers: version: 7.5.4 vue: specifier: '>=3.0.0-0' - version: 3.4.23(typescript@5.4.5) + version: 3.4.26(typescript@5.4.5) devDependencies: '@histoire/plugin-vue': specifier: ^0.17.17 - version: 0.17.17(histoire@0.17.17(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0)(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0)))(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0))(vue@3.4.23(typescript@5.4.5)) + version: 0.17.17(histoire@0.17.17(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0)(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0)))(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0))(vue@3.4.26(typescript@5.4.5)) '@types/node': - specifier: ^20.12.7 - version: 20.12.7 + specifier: ^20.12.8 + version: 20.12.8 '@unocss/reset': specifier: ^0.59.4 version: 0.59.4 '@vitejs/plugin-vue': specifier: ^5.0.4 - version: 5.0.4(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0))(vue@3.4.23(typescript@5.4.5)) + version: 5.0.4(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0))(vue@3.4.26(typescript@5.4.5)) floating-vue: specifier: 5.2.2 - version: 5.2.2(vue@3.4.23(typescript@5.4.5)) + version: 5.2.2(vue@3.4.26(typescript@5.4.5)) histoire: specifier: ^0.17.17 - version: 0.17.17(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0)(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0)) + version: 0.17.17(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0)(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0)) unocss: specifier: ^0.59.4 - version: 0.59.4(postcss@8.4.38)(rollup@4.13.0)(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0)) + version: 0.59.4(postcss@8.4.38)(rollup@4.13.0)(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0)) vite-plugin-dts: - specifier: ^3.8.3 - version: 3.8.3(@types/node@20.12.7)(rollup@4.13.0)(typescript@5.4.5)(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0)) + specifier: ^3.9.0 + version: 3.9.0(@types/node@20.12.8)(rollup@4.13.0)(typescript@5.4.5)(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0)) packages/vite: dependencies: @@ -808,17 +808,17 @@ importers: version: 2.0.4 vite: specifier: ^3.1.0 || ^4.0.0-0 || ^5.0.0-0 - version: 5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0) + version: 5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0) vite-plugin-inspect: specifier: ^0.8.4 - version: 0.8.4(rollup@4.13.0)(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0)) + version: 0.8.4(rollup@4.13.0)(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0)) vite-plugin-vue-inspector: specifier: ^5.0.1 - version: 5.0.1(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0)) + version: 5.0.1(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0)) devDependencies: '@types/node': - specifier: ^20.12.7 - version: 20.12.7 + specifier: ^20.12.8 + version: 20.12.8 fast-glob: specifier: ^3.3.2 version: 3.3.2 @@ -912,8 +912,8 @@ packages: '@andrewbranch/untar.js@1.0.3': resolution: {integrity: sha512-Jh15/qVmrLGhkKJBdXlK1+9tY4lZruYjsgkDFj08ZmDiWVBLJcqkok7Z0/R0In+i1rScBpJlSvrTS2Lm41Pbnw==} - '@antfu/eslint-config@2.15.0': - resolution: {integrity: sha512-qoqw+0N8bqz0vBIigGJamaIf1LdzXcmCDuleygJAF3EtACLieKyIMvpOdc2TU9AnuPbMBFCkN40340UWRChELw==} + '@antfu/eslint-config@2.16.1': + resolution: {integrity: sha512-7oHCor9ZgVb8FguStNZMOZLRdyYdr1/t6EhhWVSXZjuq7086OFdlksdav6jcflOzazo0doRlP12urzoYq+r1cg==} hasBin: true peerDependencies: '@eslint-react/eslint-plugin': ^1.5.8 @@ -985,19 +985,19 @@ packages: resolution: {integrity: sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==} engines: {node: '>=6.9.0'} - '@babel/core@7.24.4': - resolution: {integrity: sha512-MBVlMXP+kkl5394RBLSxxk/iLTeVGuXTV3cIDXavPpMMqnSnt6apKgan/U8O3USWZCWZT/TbgfEpKa4uMgN4Dg==} + '@babel/core@7.24.5': + resolution: {integrity: sha512-tVQRucExLQ02Boi4vdPp49svNGcfL2GhdTCT9aldhXgCJVAI21EtRfBettiuLUwce/7r6bFdgs6JFkcdTiFttA==} engines: {node: '>=6.9.0'} - '@babel/eslint-parser@7.24.1': - resolution: {integrity: sha512-d5guuzMlPeDfZIbpQ8+g1NaCNuAGBBGNECh0HVqz1sjOeVLh2CEaifuOysCH18URW6R7pqXINvf5PaR/dC6jLQ==} + '@babel/eslint-parser@7.24.5': + resolution: {integrity: sha512-gsUcqS/fPlgAw1kOtpss7uhY6E9SFFANQ6EFX5GTvzUwaV0+sGaZWk6xq22MOdeT9wfxyokW3ceCUvOiRtZciQ==} engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} peerDependencies: '@babel/core': ^7.11.0 - eslint: ^7.5.0 || ^8.0.0 + eslint: ^7.5.0 || ^8.0.0 || ^9.0.0 - '@babel/generator@7.24.4': - resolution: {integrity: sha512-Xd6+v6SnjWVx/nus+y0l1sxMOTOMBkyL4+BIdbALyatQnAe/SRVjANeDPSCYaX+i1iJmuGSKf3Z+E+V/va1Hvw==} + '@babel/generator@7.24.5': + resolution: {integrity: sha512-x32i4hEXvr+iI0NEoEfDKzlemF8AmtOP8CcrRaEcpzysWuoEb1KknpcvMsHKPONoKZiDuItklgWhB18xEhr9PA==} engines: {node: '>=6.9.0'} '@babel/helper-annotate-as-pure@7.22.5': @@ -1045,12 +1045,12 @@ packages: resolution: {integrity: sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==} engines: {node: '>=6.9.0'} - '@babel/helper-module-imports@7.22.15': - resolution: {integrity: sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==} + '@babel/helper-module-imports@7.24.3': + resolution: {integrity: sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg==} engines: {node: '>=6.9.0'} - '@babel/helper-module-transforms@7.23.3': - resolution: {integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==} + '@babel/helper-module-transforms@7.24.5': + resolution: {integrity: sha512-9GxeY8c2d2mdQUP1Dye0ks3VDyIMS98kt/llQ2nUId8IsWqTF0l1LkSX0/uP7l7MCDrzXS009Hyhe2gzTiGW8A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 @@ -1075,24 +1075,24 @@ packages: peerDependencies: '@babel/core': ^7.0.0 - '@babel/helper-simple-access@7.22.5': - resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==} + '@babel/helper-simple-access@7.24.5': + resolution: {integrity: sha512-uH3Hmf5q5n7n8mz7arjUlDOCbttY/DW4DYhE6FUsjKJ/oYC1kQQUvwEQWxRwUpX9qQKRXeqLwWxrqilMrf32sQ==} engines: {node: '>=6.9.0'} '@babel/helper-skip-transparent-expression-wrappers@7.22.5': resolution: {integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==} engines: {node: '>=6.9.0'} - '@babel/helper-split-export-declaration@7.22.6': - resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==} + '@babel/helper-split-export-declaration@7.24.5': + resolution: {integrity: sha512-5CHncttXohrHk8GWOFCcCl4oRD9fKosWlIRgWm4ql9VYioKm52Mk2xsmoohvm7f3JoiLSM5ZgJuRaf5QZZYd3Q==} engines: {node: '>=6.9.0'} - '@babel/helper-string-parser@7.23.4': - resolution: {integrity: sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==} + '@babel/helper-string-parser@7.24.1': + resolution: {integrity: sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==} engines: {node: '>=6.9.0'} - '@babel/helper-validator-identifier@7.22.20': - resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==} + '@babel/helper-validator-identifier@7.24.5': + resolution: {integrity: sha512-3q93SSKX2TWCG30M2G2kwaKeTYgEUp5Snjuj8qm729SObL6nbtUldAi37qbxkD5gg3xnBio+f9nqpSepGZMvxA==} engines: {node: '>=6.9.0'} '@babel/helper-validator-option@7.23.5': @@ -1103,16 +1103,16 @@ packages: resolution: {integrity: sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==} engines: {node: '>=6.9.0'} - '@babel/helpers@7.24.4': - resolution: {integrity: sha512-FewdlZbSiwaVGlgT1DPANDuCHaDMiOo+D/IDYRFYjHOuv66xMSJ7fQwwODwRNAPkADIO/z1EoF/l2BCWlWABDw==} + '@babel/helpers@7.24.5': + resolution: {integrity: sha512-CiQmBMMpMQHwM5m01YnrM6imUG1ebgYJ+fAIW4FZe6m4qHTPaRHti+R8cggAwkdz4oXhtO4/K9JWlh+8hIfR2Q==} engines: {node: '>=6.9.0'} '@babel/highlight@7.24.2': resolution: {integrity: sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==} engines: {node: '>=6.9.0'} - '@babel/parser@7.24.4': - resolution: {integrity: sha512-zTvEBcghmeBma9QIGunWevvBAp4/Qu9Bdq+2k0Ot4fVMD6v3dsC9WOcRSKk7tRRyBM/53yKMJko9xOatGQAwSg==} + '@babel/parser@7.24.5': + resolution: {integrity: sha512-EOv5IK8arwh3LI47dz1b0tKUb/1uhHAnHJOrjgtQMIpu1uXd9mlFrJg9IUgGUgZ41Ch0K8REPTYpO7B76b4vJg==} engines: {node: '>=6.0.0'} hasBin: true @@ -1599,12 +1599,12 @@ packages: resolution: {integrity: sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==} engines: {node: '>=6.9.0'} - '@babel/traverse@7.24.1': - resolution: {integrity: sha512-xuU6o9m68KeqZbQuDt2TcKSxUw/mrsvavlEqQ1leZ/B+C9tk6E4sRWy97WaXgvq5E+nU3cXMxv3WKOCanVMCmQ==} + '@babel/traverse@7.24.5': + resolution: {integrity: sha512-7aaBLeDQ4zYcUFDUD41lJc1fG8+5IU9DaNSJAgal866FGvmD5EbWQgnEC6kO1gGLsX0esNkfnJSndbTXA3r7UA==} engines: {node: '>=6.9.0'} - '@babel/types@7.24.0': - resolution: {integrity: sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==} + '@babel/types@7.24.5': + resolution: {integrity: sha512-6mQNsaLeXTw0nxYUYu+NSa4Hx4BlF1x1x8/PMFbiR+GBSr+2DkECc69b8hgy2frEodNcvPffeH8YfWd3LI6jhQ==} engines: {node: '>=6.9.0'} '@clack/core@0.3.4': @@ -2188,8 +2188,8 @@ packages: resolution: {integrity: sha512-X38nUbachlb01YMlvPFojKoiXq+LzZvuSce70KPMPdeM1Rj03k4dR7lDslhbqXn3Ang4EU3+EAmwEAsbrjHW3g==} engines: {node: '>=18.18'} - '@iconify/json@2.2.203': - resolution: {integrity: sha512-SjtZP6JGbklux1Nf8nQYDZTYRxdKvXLsRQIRvSgMc2z8z9UHpoRakpe8JGT7w1RjK6MMVIfal7Nrf9w8yjKDcA==} + '@iconify/json@2.2.206': + resolution: {integrity: sha512-Vbi8BTvbEKZtCQDJDqMRDZenU8HYMHFtMkEx92pvyQN/Il5OfGwCNaR+bf9Sv2TkotnoiyqqickeWpdo0hllGQ==} '@iconify/types@2.0.0': resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==} @@ -2435,6 +2435,9 @@ packages: '@shikijs/core@1.3.0': resolution: {integrity: sha512-7fedsBfuILDTBmrYZNFI8B6ATTxhQAasUHllHmjvSZPnoq4bULWoTpHwmuQvZ8Aq03/tAa2IGo6RXqWtHdWaCA==} + '@shikijs/core@1.4.0': + resolution: {integrity: sha512-CxpKLntAi64h3j+TwWqVIQObPTED0FyXLHTTh3MKXtqiQNn2JGcMQQ362LftDbc9kYbDtrksNMNoVmVXzKFYUQ==} + '@shikijs/transformers@1.3.0': resolution: {integrity: sha512-3mlpg2I9CjhjE96dEWQOGeCWoPcyTov3s4aAsHmgvnTHa8MBknEnCQy8/xivJPSpD+olqOqIEoHnLfbNJK29AA==} @@ -2519,8 +2522,8 @@ packages: '@types/cacheable-request@6.0.3': resolution: {integrity: sha512-IQ3EbTzGxIigb1I3qPZc1rWJnH0BmSKv5QYTalEwweFvyBDLSAe24zP0le/hyi7ecGfZVlIVAg4BZqb8WBwKqw==} - '@types/chrome@0.0.266': - resolution: {integrity: sha512-QSQWJTL7NjZElvq/6/E5C1+pHgEP8UAJzwoz7M4vSJ7AECt6NNehJ+tU6snnvuTqZOBjFCivvitYo5+8tNPmhg==} + '@types/chrome@0.0.267': + resolution: {integrity: sha512-vnCWPpYjazSPRMNmybRH+0q4f738F+Pbbls4ZPFsPr9/4TTNJyK1OLZDpSnghnEWb4stfmIUtq/GegnlfD4sPA==} '@types/connect-history-api-fallback@1.5.4': resolution: {integrity: sha512-n6Cr2xS1h4uAulPRdlw6Jl6s1oG8KrVilPN2yUITEs+K48EzMJJ3W1xy8K5eWuFvjp3R74AOIGSmp2UfBJ8HFw==} @@ -2627,8 +2630,8 @@ packages: '@types/node-forge@1.3.11': resolution: {integrity: sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==} - '@types/node@20.12.7': - resolution: {integrity: sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==} + '@types/node@20.12.8': + resolution: {integrity: sha512-NU0rJLJnshZWdE/097cdCBbyW1h4hEg0xpovcoAQYHl8dnEyp/NAOiE45pvc+Bd1Dt+2r94v2eGFpQJ4R7g+2w==} '@types/normalize-package-data@2.4.4': resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} @@ -2687,8 +2690,8 @@ packages: '@types/yoga-layout@1.9.2': resolution: {integrity: sha512-S9q47ByT2pPvD65IvrWp7qppVMpk9WGMbVq9wbWZOHg6tnXSD4vyhao6nOSBwwfDdV2p3Kx9evA9vI+XWTfDvw==} - '@typescript-eslint/eslint-plugin@7.7.0': - resolution: {integrity: sha512-GJWR0YnfrKnsRoluVO3PRb9r5aMZriiMMM/RHj5nnTrBy1/wIgk76XCtCKcnXGjpZQJQRFtGV9/0JJ6n30uwpQ==} + '@typescript-eslint/eslint-plugin@7.7.1': + resolution: {integrity: sha512-KwfdWXJBOviaBVhxO3p5TJiLpNuh2iyXyjmWN0f1nU87pwyvfS0EmjC6ukQVYVFJd/K1+0NWGPDXiyEyQorn0Q==} engines: {node: ^18.18.0 || >=20.0.0} peerDependencies: '@typescript-eslint/parser': ^7.0.0 @@ -2698,8 +2701,8 @@ packages: typescript: optional: true - '@typescript-eslint/parser@7.7.0': - resolution: {integrity: sha512-fNcDm3wSwVM8QYL4HKVBggdIPAy9Q41vcvC/GtDobw3c4ndVT3K6cqudUmjHPw8EAp4ufax0o58/xvWaP2FmTg==} + '@typescript-eslint/parser@7.7.1': + resolution: {integrity: sha512-vmPzBOOtz48F6JAGVS/kZYk4EkXao6iGrD838sp1w3NQQC0W8ry/q641KU4PrG7AKNAf56NOcR8GOpH8l9FPCw==} engines: {node: ^18.18.0 || >=20.0.0} peerDependencies: eslint: ^8.56.0 @@ -2712,12 +2715,16 @@ packages: resolution: {integrity: sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==} engines: {node: ^16.0.0 || >=18.0.0} - '@typescript-eslint/scope-manager@7.7.0': - resolution: {integrity: sha512-/8INDn0YLInbe9Wt7dK4cXLDYp0fNHP5xKLHvZl3mOT5X17rK/YShXaiNmorl+/U4VKCVIjJnx4Ri5b0y+HClw==} + '@typescript-eslint/scope-manager@7.7.1': + resolution: {integrity: sha512-PytBif2SF+9SpEUKynYn5g1RHFddJUcyynGpztX3l/ik7KmZEv19WCMhUBkHXPU9es/VWGD3/zg3wg90+Dh2rA==} + engines: {node: ^18.18.0 || >=20.0.0} + + '@typescript-eslint/scope-manager@7.8.0': + resolution: {integrity: sha512-viEmZ1LmwsGcnr85gIq+FCYI7nO90DVbE37/ll51hjv9aG+YZMb4WDE2fyWpUR4O/UrhGRpYXK/XajcGTk2B8g==} engines: {node: ^18.18.0 || >=20.0.0} - '@typescript-eslint/type-utils@7.7.0': - resolution: {integrity: sha512-bOp3ejoRYrhAlnT/bozNQi3nio9tIgv3U5C0mVDdZC7cpcQEDZXvq8inrHYghLVwuNABRqrMW5tzAv88Vy77Sg==} + '@typescript-eslint/type-utils@7.7.1': + resolution: {integrity: sha512-ZksJLW3WF7o75zaBPScdW1Gbkwhd/lyeXGf1kQCxJaOeITscoSl0MjynVvCzuV5boUz/3fOI06Lz8La55mu29Q==} engines: {node: ^18.18.0 || >=20.0.0} peerDependencies: eslint: ^8.56.0 @@ -2730,8 +2737,12 @@ packages: resolution: {integrity: sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==} engines: {node: ^16.0.0 || >=18.0.0} - '@typescript-eslint/types@7.7.0': - resolution: {integrity: sha512-G01YPZ1Bd2hn+KPpIbrAhEWOn5lQBrjxkzHkWvP6NucMXFtfXoevK82hzQdpfuQYuhkvFDeQYbzXCjR1z9Z03w==} + '@typescript-eslint/types@7.7.1': + resolution: {integrity: sha512-AmPmnGW1ZLTpWa+/2omPrPfR7BcbUU4oha5VIbSbS1a1Tv966bklvLNXxp3mrbc+P2j4MNOTfDffNsk4o0c6/w==} + engines: {node: ^18.18.0 || >=20.0.0} + + '@typescript-eslint/types@7.8.0': + resolution: {integrity: sha512-wf0peJ+ZGlcH+2ZS23aJbOv+ztjeeP8uQ9GgwMJGVLx/Nj9CJt17GWgWWoSmoRVKAX2X+7fzEnAjxdvK2gqCLw==} engines: {node: ^18.18.0 || >=20.0.0} '@typescript-eslint/typescript-estree@6.21.0': @@ -2743,8 +2754,17 @@ packages: typescript: optional: true - '@typescript-eslint/typescript-estree@7.7.0': - resolution: {integrity: sha512-8p71HQPE6CbxIBy2kWHqM1KGrC07pk6RJn40n0DSc6bMOBBREZxSDJ+BmRzc8B5OdaMh1ty3mkuWRg4sCFiDQQ==} + '@typescript-eslint/typescript-estree@7.7.1': + resolution: {integrity: sha512-CXe0JHCXru8Fa36dteXqmH2YxngKJjkQLjxzoj6LYwzZ7qZvgsLSc+eqItCrqIop8Vl2UKoAi0StVWu97FQZIQ==} + engines: {node: ^18.18.0 || >=20.0.0} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + + '@typescript-eslint/typescript-estree@7.8.0': + resolution: {integrity: sha512-5pfUCOwK5yjPaJQNy44prjCwtr981dO8Qo9J9PwYXZ0MosgAbfEMB008dJ5sNo3+/BN6ytBPuSvXUg9SAqB0dg==} engines: {node: ^18.18.0 || >=20.0.0} peerDependencies: typescript: '*' @@ -2758,8 +2778,14 @@ packages: peerDependencies: eslint: ^7.0.0 || ^8.0.0 - '@typescript-eslint/utils@7.7.0': - resolution: {integrity: sha512-LKGAXMPQs8U/zMRFXDZOzmMKgFv3COlxUQ+2NMPhbqgVm6R1w+nU1i4836Pmxu9jZAuIeyySNrN/6Rc657ggig==} + '@typescript-eslint/utils@7.7.1': + resolution: {integrity: sha512-QUvBxPEaBXf41ZBbaidKICgVL8Hin0p6prQDu6bbetWo39BKbWJxRsErOzMNT1rXvTll+J7ChrbmMCXM9rsvOQ==} + engines: {node: ^18.18.0 || >=20.0.0} + peerDependencies: + eslint: ^8.56.0 + + '@typescript-eslint/utils@7.8.0': + resolution: {integrity: sha512-L0yFqOCflVqXxiZyXrDr80lnahQfSOfc9ELAAZ75sqicqp2i36kEZZGuUymHNFoYOqxRT05up760b4iGsl02nQ==} engines: {node: ^18.18.0 || >=20.0.0} peerDependencies: eslint: ^8.56.0 @@ -2768,8 +2794,12 @@ packages: resolution: {integrity: sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==} engines: {node: ^16.0.0 || >=18.0.0} - '@typescript-eslint/visitor-keys@7.7.0': - resolution: {integrity: sha512-h0WHOj8MhdhY8YWkzIF30R379y0NqyOHExI9N9KCzvmu05EgG4FumeYa3ccfKUSphyWkWQE1ybVrgz/Pbam6YA==} + '@typescript-eslint/visitor-keys@7.7.1': + resolution: {integrity: sha512-gBL3Eq25uADw1LQ9kVpf3hRM+DWzs0uZknHYK3hq4jcTPqVCClHGDnB6UUUV2SFeBeA4KWHWbbLqmbGcZ4FYbw==} + engines: {node: ^18.18.0 || >=20.0.0} + + '@typescript-eslint/visitor-keys@7.8.0': + resolution: {integrity: sha512-q4/gibTNBQNA0lGyYQCmWRS5D15n8rXh4QjK3KV+MBPlTYHpfBUT3D3PaPR/HeNiI9W6R7FvlkcGhNyAoP+caA==} engines: {node: ^18.18.0 || >=20.0.0} '@ungap/structured-clone@1.2.0': @@ -2882,20 +2912,20 @@ packages: vite: ^5.0.0 vue: ^3.2.25 - '@vitest/expect@1.5.0': - resolution: {integrity: sha512-0pzuCI6KYi2SIC3LQezmxujU9RK/vwC1U9R0rLuGlNGcOuDWxqWKu6nUdFsX9tH1WU0SXtAxToOsEjeUn1s3hA==} + '@vitest/expect@1.5.3': + resolution: {integrity: sha512-y+waPz31pOFr3rD7vWTbwiLe5+MgsMm40jTZbQE8p8/qXyBX3CQsIXRx9XK12IbY7q/t5a5aM/ckt33b4PxK2g==} - '@vitest/runner@1.5.0': - resolution: {integrity: sha512-7HWwdxXP5yDoe7DTpbif9l6ZmDwCzcSIK38kTSIt6CFEpMjX4EpCgT6wUmS0xTXqMI6E/ONmfgRKmaujpabjZQ==} + '@vitest/runner@1.5.3': + resolution: {integrity: sha512-7PlfuReN8692IKQIdCxwir1AOaP5THfNkp0Uc4BKr2na+9lALNit7ub9l3/R7MP8aV61+mHKRGiqEKRIwu6iiQ==} - '@vitest/snapshot@1.5.0': - resolution: {integrity: sha512-qpv3fSEuNrhAO3FpH6YYRdaECnnRjg9VxbhdtPwPRnzSfHVXnNzzrpX4cJxqiwgRMo7uRMWDFBlsBq4Cr+rO3A==} + '@vitest/snapshot@1.5.3': + resolution: {integrity: sha512-K3mvIsjyKYBhNIDujMD2gfQEzddLe51nNOAf45yKRt/QFJcUIeTQd2trRvv6M6oCBHNVnZwFWbQ4yj96ibiDsA==} - '@vitest/spy@1.5.0': - resolution: {integrity: sha512-vu6vi6ew5N5MMHJjD5PoakMRKYdmIrNJmyfkhRpQt5d9Ewhw9nZ5Aqynbi3N61bvk9UvZ5UysMT6ayIrZ8GA9w==} + '@vitest/spy@1.5.3': + resolution: {integrity: sha512-Llj7Jgs6lbnL55WoshJUUacdJfjU2honvGcAJBxhra5TPEzTJH8ZuhI3p/JwqqfnTr4PmP7nDmOXP53MS7GJlg==} - '@vitest/utils@1.5.0': - resolution: {integrity: sha512-BDU0GNL8MWkRkSRdNFvCUCAVOeHaUlVJ9Tx0TYBZyXaaOTmGtUFObzchCivIBrIwKzvZA7A9sCejVhXM2aY98A==} + '@vitest/utils@1.5.3': + resolution: {integrity: sha512-rE9DTN1BRhzkzqNQO+kw8ZgfeEBCLXiHJwetk668shmNBpSagQxneT5eSqEBLP+cqSiAeecvQmbpFfdMyLcIQA==} '@volar/language-core@1.11.1': resolution: {integrity: sha512-dOcNn3i9GgZAcJt43wuaEykSluAuOkQgzni1cuxLxTV0nJKanQztp7FxyswdRILaKH+P2XZMPRp2S4MV/pElCw==} @@ -3040,20 +3070,20 @@ packages: '@vue/cli-shared-utils@5.0.8': resolution: {integrity: sha512-uK2YB7bBVuQhjOJF+O52P9yFMXeJVj7ozqJkwYE9PlMHL1LMHjtCYm4cSdOebuPzyP+/9p0BimM/OqxsevIopQ==} - '@vue/compiler-core@3.4.23': - resolution: {integrity: sha512-HAFmuVEwNqNdmk+w4VCQ2pkLk1Vw4XYiiyxEp3z/xvl14aLTUBw2OfVH3vBcx+FtGsynQLkkhK410Nah1N2yyQ==} + '@vue/compiler-core@3.4.26': + resolution: {integrity: sha512-N9Vil6Hvw7NaiyFUFBPXrAyETIGlQ8KcFMkyk6hW1Cl6NvoqvP+Y8p1Eqvx+UdqsnrnI9+HMUEJegzia3mhXmQ==} - '@vue/compiler-dom@3.4.23': - resolution: {integrity: sha512-t0b9WSTnCRrzsBGrDd1LNR5HGzYTr7LX3z6nNBG+KGvZLqrT0mY6NsMzOqlVMBKKXKVuusbbB5aOOFgTY+senw==} + '@vue/compiler-dom@3.4.26': + resolution: {integrity: sha512-4CWbR5vR9fMg23YqFOhr6t6WB1Fjt62d6xdFPyj8pxrYub7d+OgZaObMsoxaF9yBUHPMiPFK303v61PwAuGvZA==} '@vue/compiler-sfc@2.7.15': resolution: {integrity: sha512-FCvIEevPmgCgqFBH7wD+3B97y7u7oj/Wr69zADBf403Tui377bThTjBvekaZvlRr4IwUAu3M6hYZeULZFJbdYg==} - '@vue/compiler-sfc@3.4.23': - resolution: {integrity: sha512-fSDTKTfzaRX1kNAUiaj8JB4AokikzStWgHooMhaxyjZerw624L+IAP/fvI4ZwMpwIh8f08PVzEnu4rg8/Npssw==} + '@vue/compiler-sfc@3.4.26': + resolution: {integrity: sha512-It1dp+FAOCgluYSVYlDn5DtZBxk1NCiJJfu2mlQqa/b+k8GL6NG/3/zRbJnHdhV2VhxFghaDq5L4K+1dakW6cw==} - '@vue/compiler-ssr@3.4.23': - resolution: {integrity: sha512-hb6Uj2cYs+tfqz71Wj6h3E5t6OKvb4MVcM2Nl5i/z1nv1gjEhw+zYaNOV+Xwn+SSN/VZM0DgANw5TuJfxfezPg==} + '@vue/compiler-ssr@3.4.26': + resolution: {integrity: sha512-FNwLfk7LlEPRY/g+nw2VqiDKcnDTVdCfBREekF8X74cPLiWHUX6oldktf/Vx28yh4STNy7t+/yuLoMBBF7YDiQ==} '@vue/component-compiler-utils@3.3.0': resolution: {integrity: sha512-97sfH2mYNU+2PzGrmK2haqffDpVASuib9/w2/noxiFi31Z54hW+q3izKQXXQZSNhtiUpAI36uSuYepeBe4wpHQ==} @@ -3080,22 +3110,22 @@ packages: typescript: optional: true - '@vue/reactivity@3.4.23': - resolution: {integrity: sha512-GlXR9PL+23fQ3IqnbSQ8OQKLodjqCyoCrmdLKZk3BP7jN6prWheAfU7a3mrltewTkoBm+N7qMEb372VHIkQRMQ==} + '@vue/reactivity@3.4.26': + resolution: {integrity: sha512-E/ynEAu/pw0yotJeLdvZEsp5Olmxt+9/WqzvKff0gE67tw73gmbx6tRkiagE/eH0UCubzSlGRebCbidB1CpqZQ==} - '@vue/runtime-core@3.4.23': - resolution: {integrity: sha512-FeQ9MZEXoFzFkFiw9MQQ/FWs3srvrP+SjDKSeRIiQHIhtkzoj0X4rWQlRNHbGuSwLra6pMyjAttwixNMjc/xLw==} + '@vue/runtime-core@3.4.26': + resolution: {integrity: sha512-AFJDLpZvhT4ujUgZSIL9pdNcO23qVFh7zWCsNdGQBw8ecLNxOOnPcK9wTTIYCmBJnuPHpukOwo62a2PPivihqw==} - '@vue/runtime-dom@3.4.23': - resolution: {integrity: sha512-RXJFwwykZWBkMiTPSLEWU3kgVLNAfActBfWFlZd0y79FTUxexogd0PLG4HH2LfOktjRxV47Nulygh0JFXe5f9A==} + '@vue/runtime-dom@3.4.26': + resolution: {integrity: sha512-UftYA2hUXR2UOZD/Fc3IndZuCOOJgFxJsWOxDkhfVcwLbsfh2CdXE2tG4jWxBZuDAs9J9PzRTUFt1PgydEtItw==} - '@vue/server-renderer@3.4.23': - resolution: {integrity: sha512-LDwGHtnIzvKFNS8dPJ1SSU5Gvm36p2ck8wCZc52fc3k/IfjKcwCyrWEf0Yag/2wTFUBXrqizfhK9c/mC367dXQ==} + '@vue/server-renderer@3.4.26': + resolution: {integrity: sha512-xoGAqSjYDPGAeRWxeoYwqJFD/gw7mpgzOvSxEmjWaFO2rE6qpbD1PC172YRpvKhrihkyHJkNDADFXTfCyVGhKw==} peerDependencies: - vue: 3.4.23 + vue: 3.4.26 - '@vue/shared@3.4.23': - resolution: {integrity: sha512-wBQ0gvf+SMwsCQOyusNw/GoXPV47WGd1xB5A1Pgzy0sQ3Bi5r5xm3n+92y3gCnB3MWqnRDdvfkRGxhKtbBRNgg==} + '@vue/shared@3.4.26': + resolution: {integrity: sha512-Fg4zwR0GNnjzodMt3KRy2AWGMKQXByl56+4HjN87soxLNU9P5xcJkstAlIeEF3cU6UYOzmJl1tV0dVPGIljCnQ==} '@vue/test-utils@2.4.5': resolution: {integrity: sha512-oo2u7vktOyKUked36R93NB7mg2B+N7Plr8lxp2JBGwr18ch6EggFjixSCdIVVLkT6Qr0z359Xvnafc9dcKyDUg==} @@ -3207,8 +3237,8 @@ packages: '@xtuc/long@4.2.2': resolution: {integrity: sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==} - '@zeit/schemas@2.29.0': - resolution: {integrity: sha512-g5QiLIfbg3pLuYUJPlisNKY+epQJTcMDsOnVNkscrDP1oi7vmJnzOANYJI/1pZcVJ6umUkBv3aFtlg1UvUHGzA==} + '@zeit/schemas@2.36.0': + resolution: {integrity: sha512-7kjMwcChYEzMKjeex9ZFXkt1AyNov9R5HZtjBKVsmVpw7pa7ZtlCGvCBC2vnnXctaYN+aRI61HjIqeetZW5ROg==} abab@2.0.6: resolution: {integrity: sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==} @@ -3511,8 +3541,8 @@ packages: builtins@5.0.1: resolution: {integrity: sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ==} - bumpp@9.4.0: - resolution: {integrity: sha512-T+N+B5mSSvsTt7kgxGXCKQd957IxmEZwMn2nWirspGUY08u/cBNrpQDMXk43fzLegZtKtXS1v9S06vq2zf6lXQ==} + bumpp@9.4.1: + resolution: {integrity: sha512-kzhp/LpNX0HkUpEyLd7sU2LTN/mbAVgcxJ1Zi2cAJTE/tul6rypSKGpH8UywDpzKWItL8LVdKsIFnwmylw0+7g==} engines: {node: '>=10'} hasBin: true @@ -3534,8 +3564,8 @@ packages: resolution: {integrity: sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==} engines: {node: '>= 0.8'} - c12@1.9.0: - resolution: {integrity: sha512-7KTCZXdIbOA2hLRQ+1KzJ15Qp9Wn58one74dkihMVp2H6EzKTa3OYBy0BSfS1CCcmxYyqeX8L02m40zjQ+dstg==} + c12@1.10.0: + resolution: {integrity: sha512-0SsG7UDhoRWcuSvKWHaXmu5uNjDCDN3nkQLRL4Q42IlFy+ze58FcCoI3uPwINXinkz7ZinbhEgyzYFw9u9ZV8g==} cac@6.7.14: resolution: {integrity: sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==} @@ -4186,8 +4216,8 @@ packages: resolution: {integrity: sha512-ZYP5VBHshaDAiVZxjbRVcFJpc+4xGgT0bK3vzy1HLN8jTO975HEbuYzZJcHoQEY5K1a0z8YayJkyVETa08eNTg==} engines: {node: '>=18'} - dayjs@1.11.10: - resolution: {integrity: sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==} + dayjs@1.11.11: + resolution: {integrity: sha512-okzr3f11N6WuqYtZSvm+F776mB41wRZMhKP+hc34YdW+KmtYYK9iqvHSwo2k9FEH3fhGXvOPV6yz2IcSrfRUDg==} de-indent@1.0.2: resolution: {integrity: sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==} @@ -4662,6 +4692,11 @@ packages: peerDependencies: eslint: '*' + eslint-plugin-command@0.1.5: + resolution: {integrity: sha512-CYJYYs2RT3l+W8dEVuB77hU81HYkqJ/bcP5tWlmW+jbAHJ32B7qyzTm7Se7e8LvWRXwaoFh7g2VGuMvidKkTLQ==} + peerDependencies: + eslint: '*' + eslint-plugin-es-x@7.5.0: resolution: {integrity: sha512-ODswlDSO0HJDzXU0XvgZ3lF3lS3XAZEossh15Q2UHjwrJggWeBoKqqEsLTZLXl+dh5eOAozG0zRcYtuE35oTuQ==} engines: {node: ^14.18.0 || >=16.0.0} @@ -4703,8 +4738,8 @@ packages: peerDependencies: eslint: '>=8' - eslint-plugin-n@17.2.1: - resolution: {integrity: sha512-uW1+df2bo06kR7ix6nB614RUlvjRPrYxlaX832O6e1MCJp4V7YozEdvMgCYuvn4ltnjPu1FVYhQ2KRrmTNoJfg==} + eslint-plugin-n@17.4.0: + resolution: {integrity: sha512-RtgGgNpYxECwE9dFr+D66RtbN0B8r/fY6ZF8EVsmK2YnZxE8/n9LNQhgnkL9z37UFZjYVmvMuC32qu7fQBsLVQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: '>=8.23.0' @@ -4713,8 +4748,8 @@ packages: resolution: {integrity: sha512-Lf4YW/bL6Un1R6A76pRZyE1dl1vr31G/ev8UzIc/geCgFWyrKil8hVjYqWVKGB/UIGmb6Slzs9T0wNezdSVegw==} engines: {node: '>=5.0.0'} - eslint-plugin-perfectionist@2.9.0: - resolution: {integrity: sha512-ipFtDrqtF99qVVo+FE1fo6aHyLLp7hg6PNGfzY5KxQjcl0XCbyEFvjtR1NfkHDTN9rdFeEDxg59LLOv3VOAHAw==} + eslint-plugin-perfectionist@2.10.0: + resolution: {integrity: sha512-P+tdrkHeMWBc55+DZsoDOAftV1WCsEoHaKm6JC7zajFus/syfT4vUPBFb3atGFSuyaVnGQGHlcKpP9X3Q0gH/w==} peerDependencies: astro-eslint-parser: ^0.16.0 eslint: '>=8.0.0' @@ -4753,8 +4788,8 @@ packages: '@typescript-eslint/eslint-plugin': optional: true - eslint-plugin-vitest@0.5.3: - resolution: {integrity: sha512-D0iu6ppP6FmNSZP4cdhEXqyI+fuW6JwwWdECRrNymd1jiVgUmDgSvtryytonNxHQQWhGNmZM3V/qvpXttH1rRQ==} + eslint-plugin-vitest@0.5.4: + resolution: {integrity: sha512-um+odCkccAHU53WdKAw39MY61+1x990uXjSPguUCq3VcEHdqJrOb8OTMrbYlY6f9jAKx7x98kLVlIe3RJeJqoQ==} engines: {node: ^18.0.0 || >= 20.0.0} peerDependencies: '@typescript-eslint/eslint-plugin': '*' @@ -4828,8 +4863,8 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true - eslint@9.1.0: - resolution: {integrity: sha512-1TCBecGFQtItia2o39P7Z4BK1X7ByNPxAiWJvwiyTGcOwYnTiiASgMpNA6a+beu8cFPhEDWvPf6mIlYUJv6sgA==} + eslint@9.1.1: + resolution: {integrity: sha512-b4cRQ0BeZcSEzPpY2PjFY70VbO32K7BStTGtBsnIGdTSEEQzBi8hPBcGQmTG2zUvFr9uLe0TK42bw8YszuHEqg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} hasBin: true @@ -5815,10 +5850,6 @@ packages: resolution: {integrity: sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==} engines: {node: '>=8.9.0'} - local-pkg@0.4.3: - resolution: {integrity: sha512-SFppqq5p42fe2qcZQqqEOiVRXl+WCP1MdT6k7BDEW1j++sp5fIY+/fdRQitvKgB5BrBcmrs5m/L0v2FrU5MY1g==} - engines: {node: '>=14'} - local-pkg@0.5.0: resolution: {integrity: sha512-ok6z3qlYyCDS4ZEU27HaU6x/xZa9Whf8jD4ptH5UZTQYZVYeb9bnZ3ojVhiJNLiXK1Hfc0GNbLXcmZ5plLDDBg==} engines: {node: '>=14'} @@ -6555,8 +6586,8 @@ packages: resolution: {integrity: sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==} engines: {node: '>=4'} - pnpm@9.0.5: - resolution: {integrity: sha512-pyJXXBj9eR+e9x44fG4WzAPJDYWbmwmY0EKMoOMiCCizKpbm3nPOo07bwPUIJHcbGmnH6ja4bao7icfm2aPZEg==} + pnpm@9.0.6: + resolution: {integrity: sha512-9thjEwlzIHy3ozbWtDmiQqJqyAaAd99TDWqGBpQZhT3B/+ZAKexZSpxQWjpBDRlkPIcKumd2Mw9c/dzxCpwWFw==} engines: {node: '>=18.12'} hasBin: true @@ -7102,8 +7133,8 @@ packages: safer-buffer@2.1.2: resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} - sass@1.75.0: - resolution: {integrity: sha512-ShMYi3WkrDWxExyxSZPst4/okE9ts46xZmJDSawJQrnte7M1V9fScVB+uNXOVKRBt0PggHOwoZcn8mYX4trnBw==} + sass@1.76.0: + resolution: {integrity: sha512-nc3LeqvF2FNW5xGF1zxZifdW3ffIz5aBb7I7tSvOoNu7z1RQ6pFt9MBuiPtjgaI62YWrM/txjWlOCFiGtf2xpw==} engines: {node: '>=14.0.0'} hasBin: true @@ -7186,8 +7217,8 @@ packages: resolution: {integrity: sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==} engines: {node: '>= 0.8.0'} - serve@14.2.2: - resolution: {integrity: sha512-MktTGv3ooijGxd67iQVocNdiHaOdNnEApGj7At4qHUN44XDaLFfrqbEtj5mXf+QNqyig/VdHYMRTXWRQj6TEbw==} + serve@14.2.3: + resolution: {integrity: sha512-VqUFMC7K3LDGeGnJM9h56D3XGKb6KGgOw0cVNtA26yYXHCcpxf3xwCTUaQoWlVS7i8Jdh3GjQkOB23qsXyjoyQ==} engines: {node: '>= 14'} hasBin: true @@ -7227,6 +7258,9 @@ packages: shiki@1.3.0: resolution: {integrity: sha512-9aNdQy/etMXctnPzsje1h1XIGm9YfRcSksKOGqZWXA/qP9G18/8fpz5Bjpma8bOgz3tqIpjERAd6/lLjFyzoww==} + shiki@1.4.0: + resolution: {integrity: sha512-5WIn0OL8PWm7JhnTwRWXniy6eEDY234mRrERVlFa646V2ErQqwIFd2UML7e0Pq9eqSKLoMa3Ke+xbsF+DAuy+Q==} + side-channel@1.0.4: resolution: {integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==} @@ -7521,8 +7555,8 @@ packages: resolution: {integrity: sha512-/Wo7DcT0u5HUV486xg675HtjNd3BXZ6xDbzsCUZPt5iw8bTQ63bP0Raut3mvro9u+CUyq7YQd8Cx55fsZXxqLQ==} engines: {node: '>=10'} - taze@0.13.6: - resolution: {integrity: sha512-u07uNpetujo56QQs5cNRafPDuSZYInbm+JvPaxQcZTzolMMombCQiaSvvbm6vNXpTCqU+gGRXcLYYSmSMIwt8Q==} + taze@0.13.8: + resolution: {integrity: sha512-FaHz2S04VTaAuqfhkA9XXj+GQH4Qq7lhpie0xqE4q8tJTPwHkZki41eKKOpbe2dtHwoIlLLG3MDtoOQwhOnD9A==} hasBin: true terminal-link@3.0.0: @@ -7656,43 +7690,43 @@ packages: typescript: optional: true - tsx@4.7.2: - resolution: {integrity: sha512-BCNd4kz6fz12fyrgCTEdZHGJ9fWTGeUzXmQysh0RVocDY3h4frk05ZNCXSy4kIenF7y/QnrdiVpTsyNRn6vlAw==} + tsx@4.8.2: + resolution: {integrity: sha512-hmmzS4U4mdy1Cnzpl/NQiPUC2k34EcNSTZYVJThYKhdqTwuBeF+4cG9KUK/PFQ7KHaAaYwqlb7QfmsE2nuj+WA==} engines: {node: '>=18.0.0'} hasBin: true - turbo-darwin-64@1.13.2: - resolution: {integrity: sha512-CCSuD8CfmtncpohCuIgq7eAzUas0IwSbHfI8/Q3vKObTdXyN8vAo01gwqXjDGpzG9bTEVedD0GmLbD23dR0MLA==} + turbo-darwin-64@1.13.3: + resolution: {integrity: sha512-glup8Qx1qEFB5jerAnXbS8WrL92OKyMmg5Hnd4PleLljAeYmx+cmmnsmLT7tpaVZIN58EAAwu8wHC6kIIqhbWA==} cpu: [x64] os: [darwin] - turbo-darwin-arm64@1.13.2: - resolution: {integrity: sha512-0HySm06/D2N91rJJ89FbiI/AodmY8B3WDSFTVEpu2+8spUw7hOJ8okWOT0e5iGlyayUP9gr31eOeL3VFZkpfCw==} + turbo-darwin-arm64@1.13.3: + resolution: {integrity: sha512-/np2xD+f/+9qY8BVtuOQXRq5f9LehCFxamiQnwdqWm5iZmdjygC5T3uVSYuagVFsZKMvX3ycySwh8dylGTl6lg==} cpu: [arm64] os: [darwin] - turbo-linux-64@1.13.2: - resolution: {integrity: sha512-7HnibgbqZrjn4lcfIouzlPu8ZHSBtURG4c7Bedu7WJUDeZo+RE1crlrQm8wuwO54S0siYqUqo7GNHxu4IXbioQ==} + turbo-linux-64@1.13.3: + resolution: {integrity: sha512-G+HGrau54iAnbXLfl+N/PynqpDwi/uDzb6iM9hXEDG+yJnSJxaHMShhOkXYJPk9offm9prH33Khx2scXrYVW1g==} cpu: [x64] os: [linux] - turbo-linux-arm64@1.13.2: - resolution: {integrity: sha512-sUq4dbpk6SNKg/Hkwn256Vj2AEYSQdG96repio894h5/LEfauIK2QYiC/xxAeW3WBMc6BngmvNyURIg7ltrePg==} + turbo-linux-arm64@1.13.3: + resolution: {integrity: sha512-qWwEl5VR02NqRyl68/3pwp3c/olZuSp+vwlwrunuoNTm6JXGLG5pTeme4zoHNnk0qn4cCX7DFrOboArlYxv0wQ==} cpu: [arm64] os: [linux] - turbo-windows-64@1.13.2: - resolution: {integrity: sha512-DqzhcrciWq3dpzllJR2VVIyOhSlXYCo4mNEWl98DJ3FZ08PEzcI3ceudlH6F0t/nIcfSItK1bDP39cs7YoZHEA==} + turbo-windows-64@1.13.3: + resolution: {integrity: sha512-Nudr4bRChfJzBPzEmpVV85VwUYRCGKecwkBFpbp2a4NtrJ3+UP1VZES653ckqCu2FRyRuS0n03v9euMbAvzH+Q==} cpu: [x64] os: [win32] - turbo-windows-arm64@1.13.2: - resolution: {integrity: sha512-WnPMrwfCXxK69CdDfS1/j2DlzcKxSmycgDAqV0XCYpK/812KB0KlvsVAt5PjEbZGXkY88pCJ1BLZHAjF5FcbqA==} + turbo-windows-arm64@1.13.3: + resolution: {integrity: sha512-ouJCgsVLd3icjRLmRvHQDDZnmGzT64GBupM1Y+TjtYn2LVaEBoV6hicFy8x5DUpnqdLy+YpCzRMkWlwhmkX7sQ==} cpu: [arm64] os: [win32] - turbo@1.13.2: - resolution: {integrity: sha512-rX/d9f4MgRT3yK6cERPAkfavIxbpBZowDQpgvkYwGMGDQ0Nvw1nc0NVjruE76GrzXQqoxR1UpnmEP54vBARFHQ==} + turbo@1.13.3: + resolution: {integrity: sha512-n17HJv4F4CpsYTvKzUJhLbyewbXjq1oLCi90i5tW1TiWDz16ML1eDG7wi5dHaKxzh5efIM56SITnuVbMq5dk4g==} hasBin: true type-check@0.4.0: @@ -7847,8 +7881,8 @@ packages: '@vueuse/core': optional: true - unplugin-vue-components@0.26.0: - resolution: {integrity: sha512-s7IdPDlnOvPamjunVxw8kNgKNK8A5KM1YpK5j/p97jEKTjlPNrA0nZBiSfAKKlK1gWZuyWXlKL5dk3EDw874LQ==} + unplugin-vue-components@0.27.0: + resolution: {integrity: sha512-77eTEy23sQ0UpzGWnZ9I2mY3cnmXwklz4ITcn3JfxjCoX643ghImkiZ4nFm58sxbdVcc4Fo/o4LIoFnlqEqsSg==} engines: {node: '>=14'} peerDependencies: '@babel/parser': ^7.15.8 @@ -7969,13 +8003,13 @@ packages: engines: {node: '>=v14.18.0'} hasBin: true - vite-node@1.5.0: - resolution: {integrity: sha512-tV8h6gMj6vPzVCa7l+VGq9lwoJjW8Y79vst8QZZGiuRAfijU+EEWuc0kFpmndQrWhMMhet1jdSF+40KSZUqIIw==} + vite-node@1.5.3: + resolution: {integrity: sha512-axFo00qiCpU/JLd8N1gu9iEYL3xTbMbMrbe5nDp9GL0nb6gurIdZLkkFogZXWnE8Oyy5kfSLwNVIcVsnhE7lgQ==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true - vite-plugin-dts@3.8.3: - resolution: {integrity: sha512-yRHiRosQw7MXdOhmcrVI+kRiB8YEShbSxnADNteK4eZGdEoyOkMHihvO5XOAVlOq8ng9sIqu8vVefDK1zcj3qw==} + vite-plugin-dts@3.9.0: + resolution: {integrity: sha512-pwFIEYQ3LZvMafkEGvNnileb6af5JuyZsBfYQrTDYxdeGEy0OS4B4hCsLPo5YGnhK5k9EzyO6BXVO6y+Lt5T2A==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -8033,8 +8067,8 @@ packages: terser: optional: true - vite@5.2.10: - resolution: {integrity: sha512-PAzgUZbP7msvQvqdSD+ErD5qGnSFiGOoWmV5yAKUEI0kdhjbH6nMWVyZQC/hSc4aXwc0oJ9aEdIiF9Oje0JFCw==} + vite@5.2.11: + resolution: {integrity: sha512-HndV31LWW05i1BLPMUCE1B9E9GFbOu1MbenhS58FuK6owSO5qHm7GiCotrNY1YE5rMeQSFBGmT5ZaLEjFizgiQ==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: @@ -8061,8 +8095,8 @@ packages: terser: optional: true - vitepress@1.1.3: - resolution: {integrity: sha512-hGrIYN0w9IHWs0NQSnlMjKV/v/HLfD+Ywv5QdvCSkiT32mpNOOwUrZjnqZv/JL/WBPpUc94eghTUvmipxw0xrA==} + vitepress@1.1.4: + resolution: {integrity: sha512-bWIzFZXpPB6NIDBuWnS20aMADH+FcFKDfQNYFvbOWij03PR29eImTceQHIzCKordjXYBhM/TjE5VKFTUJ3EheA==} hasBin: true peerDependencies: markdown-it-mathjax3: ^4 @@ -8073,15 +8107,15 @@ packages: postcss: optional: true - vitest@1.5.0: - resolution: {integrity: sha512-d8UKgR0m2kjdxDWX6911uwxout6GHS0XaGH1cksSIVVG8kRlE7G7aBw7myKQCvDI5dT4j7ZMa+l706BIORMDLw==} + vitest@1.5.3: + resolution: {integrity: sha512-2oM7nLXylw3mQlW6GXnRriw+7YvZFk/YNV8AxIC3Z3MfFbuziLGWP9GPxxu/7nRlXhqyxBikpamr+lEEj1sUEw==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: '@edge-runtime/vm': '*' '@types/node': ^18.0.0 || >=20.0.0 - '@vitest/browser': 1.5.0 - '@vitest/ui': 1.5.0 + '@vitest/browser': 1.5.3 + '@vitest/ui': 1.5.3 happy-dom: '*' jsdom: '*' peerDependenciesMeta: @@ -8197,8 +8231,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.23: - resolution: {integrity: sha512-X1y6yyGJ28LMUBJ0k/qIeKHstGd+BlWQEOT40x3auJFTmpIhpbKLgN7EFsqalnJXq1Km5ybDEsp6BhuWKciUDg==} + vue@3.4.26: + resolution: {integrity: sha512-bUIq/p+VB+0xrJubaemrfhk1/FiW9iX+pDV+62I/XJ6EkspAO9/DXEjbDFoe8pIfOZBqfk45i9BMc41ptP/uRg==} peerDependencies: typescript: '*' peerDependenciesMeta: @@ -8599,33 +8633,34 @@ snapshots: '@andrewbranch/untar.js@1.0.3': {} - '@antfu/eslint-config@2.15.0(@unocss/eslint-plugin@0.59.4(eslint-ts-patch@8.57.0-0)(typescript@5.4.5))(@vue/compiler-sfc@3.4.23)(eslint-plugin-format@0.1.1(eslint-ts-patch@8.57.0-0))(eslint-ts-patch@8.57.0-0)(typescript@5.4.5)(vitest@1.5.0(@types/node@20.12.7)(jsdom@24.0.0)(sass@1.75.0)(terser@5.26.0))': + '@antfu/eslint-config@2.16.1(@unocss/eslint-plugin@0.59.4(eslint-ts-patch@8.57.0-0)(typescript@5.4.5))(@vue/compiler-sfc@3.4.26)(eslint-plugin-format@0.1.1(eslint-ts-patch@8.57.0-0))(eslint-ts-patch@8.57.0-0)(typescript@5.4.5)(vitest@1.5.3(@types/node@20.12.8)(jsdom@24.0.0)(sass@1.76.0)(terser@5.26.0))': dependencies: '@antfu/install-pkg': 0.3.2 '@clack/prompts': 0.7.0 '@stylistic/eslint-plugin': 1.7.2(eslint-ts-patch@8.57.0-0)(typescript@5.4.5) - '@typescript-eslint/eslint-plugin': 7.7.0(@typescript-eslint/parser@7.7.0(eslint-ts-patch@8.57.0-0)(typescript@5.4.5))(eslint-ts-patch@8.57.0-0)(typescript@5.4.5) - '@typescript-eslint/parser': 7.7.0(eslint-ts-patch@8.57.0-0)(typescript@5.4.5) + '@typescript-eslint/eslint-plugin': 7.7.1(@typescript-eslint/parser@7.7.1(eslint-ts-patch@8.57.0-0)(typescript@5.4.5))(eslint-ts-patch@8.57.0-0)(typescript@5.4.5) + '@typescript-eslint/parser': 7.7.1(eslint-ts-patch@8.57.0-0)(typescript@5.4.5) eslint: eslint-ts-patch@8.57.0-0 eslint-config-flat-gitignore: 0.1.5 eslint-flat-config-utils: 0.2.3 eslint-merge-processors: 0.1.0(eslint-ts-patch@8.57.0-0) eslint-plugin-antfu: 2.1.2(eslint-ts-patch@8.57.0-0) + eslint-plugin-command: 0.1.5(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.0(eslint-ts-patch@8.57.0-0)(typescript@5.4.5) eslint-plugin-jsdoc: 48.2.3(eslint-ts-patch@8.57.0-0) eslint-plugin-jsonc: 2.15.1(eslint-ts-patch@8.57.0-0) eslint-plugin-markdown: 4.0.1(eslint-ts-patch@8.57.0-0) - eslint-plugin-n: 17.2.1(eslint-ts-patch@8.57.0-0) + eslint-plugin-n: 17.4.0(eslint-ts-patch@8.57.0-0) eslint-plugin-no-only-tests: 3.1.0 - eslint-plugin-perfectionist: 2.9.0(eslint-ts-patch@8.57.0-0)(typescript@5.4.5)(vue-eslint-parser@9.4.2(eslint-ts-patch@8.57.0-0)) + eslint-plugin-perfectionist: 2.10.0(eslint-ts-patch@8.57.0-0)(typescript@5.4.5)(vue-eslint-parser@9.4.2(eslint-ts-patch@8.57.0-0)) eslint-plugin-toml: 0.11.0(eslint-ts-patch@8.57.0-0) eslint-plugin-unicorn: 52.0.0(eslint-ts-patch@8.57.0-0) - eslint-plugin-unused-imports: 3.1.0(@typescript-eslint/eslint-plugin@7.7.0(@typescript-eslint/parser@7.7.0(eslint-ts-patch@8.57.0-0)(typescript@5.4.5))(eslint-ts-patch@8.57.0-0)(typescript@5.4.5))(eslint-ts-patch@8.57.0-0) - eslint-plugin-vitest: 0.5.3(@typescript-eslint/eslint-plugin@7.7.0(@typescript-eslint/parser@7.7.0(eslint-ts-patch@8.57.0-0)(typescript@5.4.5))(eslint-ts-patch@8.57.0-0)(typescript@5.4.5))(eslint-ts-patch@8.57.0-0)(typescript@5.4.5)(vitest@1.5.0(@types/node@20.12.7)(jsdom@24.0.0)(sass@1.75.0)(terser@5.26.0)) + eslint-plugin-unused-imports: 3.1.0(@typescript-eslint/eslint-plugin@7.7.1(@typescript-eslint/parser@7.7.1(eslint-ts-patch@8.57.0-0)(typescript@5.4.5))(eslint-ts-patch@8.57.0-0)(typescript@5.4.5))(eslint-ts-patch@8.57.0-0) + eslint-plugin-vitest: 0.5.4(@typescript-eslint/eslint-plugin@7.7.1(@typescript-eslint/parser@7.7.1(eslint-ts-patch@8.57.0-0)(typescript@5.4.5))(eslint-ts-patch@8.57.0-0)(typescript@5.4.5))(eslint-ts-patch@8.57.0-0)(typescript@5.4.5)(vitest@1.5.3(@types/node@20.12.8)(jsdom@24.0.0)(sass@1.76.0)(terser@5.26.0)) eslint-plugin-vue: 9.25.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.23)(eslint-ts-patch@8.57.0-0) + eslint-processor-vue-blocks: 0.1.2(@vue/compiler-sfc@3.4.26)(eslint-ts-patch@8.57.0-0) globals: 15.0.0 jsonc-eslint-parser: 2.4.0 local-pkg: 0.5.0 @@ -8684,18 +8719,18 @@ snapshots: '@babel/compat-data@7.23.5': {} - '@babel/core@7.24.4': + '@babel/core@7.24.5': dependencies: '@ampproject/remapping': 2.3.0 '@babel/code-frame': 7.24.2 - '@babel/generator': 7.24.4 + '@babel/generator': 7.24.5 '@babel/helper-compilation-targets': 7.23.6 - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.4) - '@babel/helpers': 7.24.4 - '@babel/parser': 7.24.4 + '@babel/helper-module-transforms': 7.24.5(@babel/core@7.24.5) + '@babel/helpers': 7.24.5 + '@babel/parser': 7.24.5 '@babel/template': 7.24.0 - '@babel/traverse': 7.24.1 - '@babel/types': 7.24.0 + '@babel/traverse': 7.24.5 + '@babel/types': 7.24.5 convert-source-map: 2.0.0 debug: 4.3.4 gensync: 1.0.0-beta.2 @@ -8704,28 +8739,28 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/eslint-parser@7.24.1(@babel/core@7.24.4)(eslint@9.1.0)': + '@babel/eslint-parser@7.24.5(@babel/core@7.24.5)(eslint@9.1.1)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1 - eslint: 9.1.0 + eslint: 9.1.1 eslint-visitor-keys: 2.1.0 semver: 6.3.1 - '@babel/generator@7.24.4': + '@babel/generator@7.24.5': dependencies: - '@babel/types': 7.24.0 + '@babel/types': 7.24.5 '@jridgewell/gen-mapping': 0.3.5 '@jridgewell/trace-mapping': 0.3.25 jsesc: 2.5.2 '@babel/helper-annotate-as-pure@7.22.5': dependencies: - '@babel/types': 7.24.0 + '@babel/types': 7.24.5 '@babel/helper-builder-binary-assignment-operator-visitor@7.22.15': dependencies: - '@babel/types': 7.24.0 + '@babel/types': 7.24.5 '@babel/helper-compilation-targets@7.23.6': dependencies: @@ -8735,29 +8770,29 @@ snapshots: lru-cache: 5.1.1 semver: 6.3.1 - '@babel/helper-create-class-features-plugin@7.24.1(@babel/core@7.24.4)': + '@babel/helper-create-class-features-plugin@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-function-name': 7.23.0 '@babel/helper-member-expression-to-functions': 7.23.0 '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-replace-supers': 7.24.1(@babel/core@7.24.4) + '@babel/helper-replace-supers': 7.24.1(@babel/core@7.24.5) '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/helper-split-export-declaration': 7.22.6 + '@babel/helper-split-export-declaration': 7.24.5 semver: 6.3.1 - '@babel/helper-create-regexp-features-plugin@7.22.15(@babel/core@7.24.4)': + '@babel/helper-create-regexp-features-plugin@7.22.15(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-annotate-as-pure': 7.22.5 regexpu-core: 5.3.2 semver: 6.3.1 - '@babel/helper-define-polyfill-provider@0.4.4(@babel/core@7.24.4)': + '@babel/helper-define-polyfill-provider@0.4.4(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-compilation-targets': 7.23.6 '@babel/helper-plugin-utils': 7.24.0 debug: 4.3.4 @@ -8771,64 +8806,64 @@ snapshots: '@babel/helper-function-name@7.23.0': dependencies: '@babel/template': 7.24.0 - '@babel/types': 7.24.0 + '@babel/types': 7.24.5 '@babel/helper-hoist-variables@7.22.5': dependencies: - '@babel/types': 7.24.0 + '@babel/types': 7.24.5 '@babel/helper-member-expression-to-functions@7.23.0': dependencies: - '@babel/types': 7.24.0 + '@babel/types': 7.24.5 - '@babel/helper-module-imports@7.22.15': + '@babel/helper-module-imports@7.24.3': dependencies: - '@babel/types': 7.24.0 + '@babel/types': 7.24.5 - '@babel/helper-module-transforms@7.23.3(@babel/core@7.24.4)': + '@babel/helper-module-transforms@7.24.5(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-module-imports': 7.22.15 - '@babel/helper-simple-access': 7.22.5 - '@babel/helper-split-export-declaration': 7.22.6 - '@babel/helper-validator-identifier': 7.22.20 + '@babel/helper-module-imports': 7.24.3 + '@babel/helper-simple-access': 7.24.5 + '@babel/helper-split-export-declaration': 7.24.5 + '@babel/helper-validator-identifier': 7.24.5 '@babel/helper-optimise-call-expression@7.22.5': dependencies: - '@babel/types': 7.24.0 + '@babel/types': 7.24.5 '@babel/helper-plugin-utils@7.24.0': {} - '@babel/helper-remap-async-to-generator@7.22.20(@babel/core@7.24.4)': + '@babel/helper-remap-async-to-generator@7.22.20(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-wrap-function': 7.22.20 - '@babel/helper-replace-supers@7.24.1(@babel/core@7.24.4)': + '@babel/helper-replace-supers@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-member-expression-to-functions': 7.23.0 '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-simple-access@7.22.5': + '@babel/helper-simple-access@7.24.5': dependencies: - '@babel/types': 7.24.0 + '@babel/types': 7.24.5 '@babel/helper-skip-transparent-expression-wrappers@7.22.5': dependencies: - '@babel/types': 7.24.0 + '@babel/types': 7.24.5 - '@babel/helper-split-export-declaration@7.22.6': + '@babel/helper-split-export-declaration@7.24.5': dependencies: - '@babel/types': 7.24.0 + '@babel/types': 7.24.5 - '@babel/helper-string-parser@7.23.4': {} + '@babel/helper-string-parser@7.24.1': {} - '@babel/helper-validator-identifier@7.22.20': {} + '@babel/helper-validator-identifier@7.24.5': {} '@babel/helper-validator-option@7.23.5': {} @@ -8836,584 +8871,584 @@ snapshots: dependencies: '@babel/helper-function-name': 7.23.0 '@babel/template': 7.24.0 - '@babel/types': 7.24.0 + '@babel/types': 7.24.5 - '@babel/helpers@7.24.4': + '@babel/helpers@7.24.5': dependencies: '@babel/template': 7.24.0 - '@babel/traverse': 7.24.1 - '@babel/types': 7.24.0 + '@babel/traverse': 7.24.5 + '@babel/types': 7.24.5 transitivePeerDependencies: - supports-color '@babel/highlight@7.24.2': dependencies: - '@babel/helper-validator-identifier': 7.22.20 + '@babel/helper-validator-identifier': 7.24.5 chalk: 2.4.2 js-tokens: 4.0.0 picocolors: 1.0.0 - '@babel/parser@7.24.4': + '@babel/parser@7.24.5': dependencies: - '@babel/types': 7.24.0 + '@babel/types': 7.24.5 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.23.3(@babel/core@7.24.4)': + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.23.3(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.23.3(@babel/core@7.24.4)': + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.23.3(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.0 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/plugin-transform-optional-chaining': 7.23.4(@babel/core@7.24.4) + '@babel/plugin-transform-optional-chaining': 7.23.4(@babel/core@7.24.5) - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.23.7(@babel/core@7.24.4)': + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.23.7(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.24.4)': + '@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-create-class-features-plugin': 7.24.1(@babel/core@7.24.4) + '@babel/core': 7.24.5 + '@babel/helper-create-class-features-plugin': 7.24.1(@babel/core@7.24.5) '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-proposal-decorators@7.23.5(@babel/core@7.24.4)': + '@babel/plugin-proposal-decorators@7.23.5(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-create-class-features-plugin': 7.24.1(@babel/core@7.24.4) + '@babel/core': 7.24.5 + '@babel/helper-create-class-features-plugin': 7.24.1(@babel/core@7.24.5) '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-replace-supers': 7.24.1(@babel/core@7.24.4) - '@babel/helper-split-export-declaration': 7.22.6 - '@babel/plugin-syntax-decorators': 7.23.3(@babel/core@7.24.4) + '@babel/helper-replace-supers': 7.24.1(@babel/core@7.24.5) + '@babel/helper-split-export-declaration': 7.24.5 + '@babel/plugin-syntax-decorators': 7.23.3(@babel/core@7.24.5) - '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.24.4)': + '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 - '@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.24.4)': + '@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.24.4)': + '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.24.4)': + '@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-decorators@7.23.3(@babel/core@7.24.4)': + '@babel/plugin-syntax-decorators@7.23.3(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.24.4)': + '@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.24.4)': + '@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-import-assertions@7.23.3(@babel/core@7.24.4)': + '@babel/plugin-syntax-import-assertions@7.23.3(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-import-attributes@7.23.3(@babel/core@7.24.4)': + '@babel/plugin-syntax-import-attributes@7.23.3(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.24.4)': + '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.24.4)': + '@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-jsx@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-syntax-jsx@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.24.4)': + '@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.24.4)': + '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.24.4)': + '@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.24.4)': + '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.24.4)': + '@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.24.4)': + '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.24.4)': + '@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.24.4)': + '@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-typescript@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-syntax-typescript@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.24.4)': + '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.4) + '@babel/core': 7.24.5 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.5) '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-transform-arrow-functions@7.23.3(@babel/core@7.24.4)': + '@babel/plugin-transform-arrow-functions@7.23.3(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-transform-async-generator-functions@7.23.7(@babel/core@7.24.4)': + '@babel/plugin-transform-async-generator-functions@7.23.7(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.24.4) - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.24.4) + '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.24.5) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.24.5) - '@babel/plugin-transform-async-to-generator@7.23.3(@babel/core@7.24.4)': + '@babel/plugin-transform-async-to-generator@7.23.3(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-module-imports': 7.22.15 + '@babel/core': 7.24.5 + '@babel/helper-module-imports': 7.24.3 '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.24.4) + '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.24.5) - '@babel/plugin-transform-block-scoped-functions@7.23.3(@babel/core@7.24.4)': + '@babel/plugin-transform-block-scoped-functions@7.23.3(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-transform-block-scoping@7.23.4(@babel/core@7.24.4)': + '@babel/plugin-transform-block-scoping@7.23.4(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-transform-class-properties@7.23.3(@babel/core@7.24.4)': + '@babel/plugin-transform-class-properties@7.23.3(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-create-class-features-plugin': 7.24.1(@babel/core@7.24.4) + '@babel/core': 7.24.5 + '@babel/helper-create-class-features-plugin': 7.24.1(@babel/core@7.24.5) '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-transform-class-static-block@7.23.4(@babel/core@7.24.4)': + '@babel/plugin-transform-class-static-block@7.23.4(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-create-class-features-plugin': 7.24.1(@babel/core@7.24.4) + '@babel/core': 7.24.5 + '@babel/helper-create-class-features-plugin': 7.24.1(@babel/core@7.24.5) '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.24.4) + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.24.5) - '@babel/plugin-transform-classes@7.23.5(@babel/core@7.24.4)': + '@babel/plugin-transform-classes@7.23.5(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-compilation-targets': 7.23.6 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-function-name': 7.23.0 '@babel/helper-optimise-call-expression': 7.22.5 '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-replace-supers': 7.24.1(@babel/core@7.24.4) - '@babel/helper-split-export-declaration': 7.22.6 + '@babel/helper-replace-supers': 7.24.1(@babel/core@7.24.5) + '@babel/helper-split-export-declaration': 7.24.5 globals: 11.12.0 - '@babel/plugin-transform-computed-properties@7.23.3(@babel/core@7.24.4)': + '@babel/plugin-transform-computed-properties@7.23.3(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.0 '@babel/template': 7.24.0 - '@babel/plugin-transform-destructuring@7.23.3(@babel/core@7.24.4)': + '@babel/plugin-transform-destructuring@7.23.3(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-transform-dotall-regex@7.23.3(@babel/core@7.24.4)': + '@babel/plugin-transform-dotall-regex@7.23.3(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.4) + '@babel/core': 7.24.5 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.5) '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-transform-duplicate-keys@7.23.3(@babel/core@7.24.4)': + '@babel/plugin-transform-duplicate-keys@7.23.3(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-transform-dynamic-import@7.23.4(@babel/core@7.24.4)': + '@babel/plugin-transform-dynamic-import@7.23.4(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.24.4) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.24.5) - '@babel/plugin-transform-exponentiation-operator@7.23.3(@babel/core@7.24.4)': + '@babel/plugin-transform-exponentiation-operator@7.23.3(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-builder-binary-assignment-operator-visitor': 7.22.15 '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-transform-export-namespace-from@7.23.4(@babel/core@7.24.4)': + '@babel/plugin-transform-export-namespace-from@7.23.4(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.24.4) + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.24.5) - '@babel/plugin-transform-for-of@7.23.6(@babel/core@7.24.4)': + '@babel/plugin-transform-for-of@7.23.6(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.0 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/plugin-transform-function-name@7.23.3(@babel/core@7.24.4)': + '@babel/plugin-transform-function-name@7.23.3(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-compilation-targets': 7.23.6 '@babel/helper-function-name': 7.23.0 '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-transform-json-strings@7.23.4(@babel/core@7.24.4)': + '@babel/plugin-transform-json-strings@7.23.4(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.24.4) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.24.5) - '@babel/plugin-transform-literals@7.23.3(@babel/core@7.24.4)': + '@babel/plugin-transform-literals@7.23.3(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-transform-logical-assignment-operators@7.23.4(@babel/core@7.24.4)': + '@babel/plugin-transform-logical-assignment-operators@7.23.4(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.24.4) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.24.5) - '@babel/plugin-transform-member-expression-literals@7.23.3(@babel/core@7.24.4)': + '@babel/plugin-transform-member-expression-literals@7.23.3(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-transform-modules-amd@7.23.3(@babel/core@7.24.4)': + '@babel/plugin-transform-modules-amd@7.23.3(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.4) + '@babel/core': 7.24.5 + '@babel/helper-module-transforms': 7.24.5(@babel/core@7.24.5) '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-transform-modules-commonjs@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-transform-modules-commonjs@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.4) + '@babel/core': 7.24.5 + '@babel/helper-module-transforms': 7.24.5(@babel/core@7.24.5) '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-simple-access': 7.22.5 + '@babel/helper-simple-access': 7.24.5 - '@babel/plugin-transform-modules-systemjs@7.23.3(@babel/core@7.24.4)': + '@babel/plugin-transform-modules-systemjs@7.23.3(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-hoist-variables': 7.22.5 - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.4) + '@babel/helper-module-transforms': 7.24.5(@babel/core@7.24.5) '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-validator-identifier': 7.22.20 + '@babel/helper-validator-identifier': 7.24.5 - '@babel/plugin-transform-modules-umd@7.23.3(@babel/core@7.24.4)': + '@babel/plugin-transform-modules-umd@7.23.3(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.4) + '@babel/core': 7.24.5 + '@babel/helper-module-transforms': 7.24.5(@babel/core@7.24.5) '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.24.4)': + '@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.4) + '@babel/core': 7.24.5 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.5) '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-transform-new-target@7.23.3(@babel/core@7.24.4)': + '@babel/plugin-transform-new-target@7.23.3(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-transform-nullish-coalescing-operator@7.23.4(@babel/core@7.24.4)': + '@babel/plugin-transform-nullish-coalescing-operator@7.23.4(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.4) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.5) - '@babel/plugin-transform-numeric-separator@7.23.4(@babel/core@7.24.4)': + '@babel/plugin-transform-numeric-separator@7.23.4(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.24.4) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.24.5) - '@babel/plugin-transform-object-rest-spread@7.23.4(@babel/core@7.24.4)': + '@babel/plugin-transform-object-rest-spread@7.23.4(@babel/core@7.24.5)': dependencies: '@babel/compat-data': 7.23.5 - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-compilation-targets': 7.23.6 '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.4) - '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.24.4) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.5) + '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.24.5) - '@babel/plugin-transform-object-super@7.23.3(@babel/core@7.24.4)': + '@babel/plugin-transform-object-super@7.23.3(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-replace-supers': 7.24.1(@babel/core@7.24.4) + '@babel/helper-replace-supers': 7.24.1(@babel/core@7.24.5) - '@babel/plugin-transform-optional-catch-binding@7.23.4(@babel/core@7.24.4)': + '@babel/plugin-transform-optional-catch-binding@7.23.4(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.24.4) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.24.5) - '@babel/plugin-transform-optional-chaining@7.23.4(@babel/core@7.24.4)': + '@babel/plugin-transform-optional-chaining@7.23.4(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.0 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.4) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.5) - '@babel/plugin-transform-parameters@7.23.3(@babel/core@7.24.4)': + '@babel/plugin-transform-parameters@7.23.3(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-transform-private-methods@7.23.3(@babel/core@7.24.4)': + '@babel/plugin-transform-private-methods@7.23.3(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-create-class-features-plugin': 7.24.1(@babel/core@7.24.4) + '@babel/core': 7.24.5 + '@babel/helper-create-class-features-plugin': 7.24.1(@babel/core@7.24.5) '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-transform-private-property-in-object@7.23.4(@babel/core@7.24.4)': + '@babel/plugin-transform-private-property-in-object@7.23.4(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-create-class-features-plugin': 7.24.1(@babel/core@7.24.4) + '@babel/helper-create-class-features-plugin': 7.24.1(@babel/core@7.24.5) '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.24.4) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.24.5) - '@babel/plugin-transform-property-literals@7.23.3(@babel/core@7.24.4)': + '@babel/plugin-transform-property-literals@7.23.3(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-transform-regenerator@7.23.3(@babel/core@7.24.4)': + '@babel/plugin-transform-regenerator@7.23.3(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.0 regenerator-transform: 0.15.2 - '@babel/plugin-transform-reserved-words@7.23.3(@babel/core@7.24.4)': + '@babel/plugin-transform-reserved-words@7.23.3(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-transform-runtime@7.23.7(@babel/core@7.24.4)': + '@babel/plugin-transform-runtime@7.23.7(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-module-imports': 7.22.15 + '@babel/core': 7.24.5 + '@babel/helper-module-imports': 7.24.3 '@babel/helper-plugin-utils': 7.24.0 - babel-plugin-polyfill-corejs2: 0.4.7(@babel/core@7.24.4) - babel-plugin-polyfill-corejs3: 0.8.7(@babel/core@7.24.4) - babel-plugin-polyfill-regenerator: 0.5.4(@babel/core@7.24.4) + babel-plugin-polyfill-corejs2: 0.4.7(@babel/core@7.24.5) + babel-plugin-polyfill-corejs3: 0.8.7(@babel/core@7.24.5) + babel-plugin-polyfill-regenerator: 0.5.4(@babel/core@7.24.5) semver: 6.3.1 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-shorthand-properties@7.23.3(@babel/core@7.24.4)': + '@babel/plugin-transform-shorthand-properties@7.23.3(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-transform-spread@7.23.3(@babel/core@7.24.4)': + '@babel/plugin-transform-spread@7.23.3(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.0 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/plugin-transform-sticky-regex@7.23.3(@babel/core@7.24.4)': + '@babel/plugin-transform-sticky-regex@7.23.3(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-transform-template-literals@7.23.3(@babel/core@7.24.4)': + '@babel/plugin-transform-template-literals@7.23.3(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-transform-typeof-symbol@7.23.3(@babel/core@7.24.4)': + '@babel/plugin-transform-typeof-symbol@7.23.3(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-transform-typescript@7.24.1(@babel/core@7.24.4)': + '@babel/plugin-transform-typescript@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-create-class-features-plugin': 7.24.1(@babel/core@7.24.4) + '@babel/helper-create-class-features-plugin': 7.24.1(@babel/core@7.24.5) '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-typescript': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-syntax-typescript': 7.24.1(@babel/core@7.24.5) - '@babel/plugin-transform-unicode-escapes@7.23.3(@babel/core@7.24.4)': + '@babel/plugin-transform-unicode-escapes@7.23.3(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-transform-unicode-property-regex@7.23.3(@babel/core@7.24.4)': + '@babel/plugin-transform-unicode-property-regex@7.23.3(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.4) + '@babel/core': 7.24.5 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.5) '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-transform-unicode-regex@7.23.3(@babel/core@7.24.4)': + '@babel/plugin-transform-unicode-regex@7.23.3(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.4) + '@babel/core': 7.24.5 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.5) '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-transform-unicode-sets-regex@7.23.3(@babel/core@7.24.4)': + '@babel/plugin-transform-unicode-sets-regex@7.23.3(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.4) + '@babel/core': 7.24.5 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.5) '@babel/helper-plugin-utils': 7.24.0 - '@babel/preset-env@7.23.7(@babel/core@7.24.4)': + '@babel/preset-env@7.23.7(@babel/core@7.24.5)': dependencies: '@babel/compat-data': 7.23.5 - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-compilation-targets': 7.23.6 '@babel/helper-plugin-utils': 7.24.0 '@babel/helper-validator-option': 7.23.5 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.23.3(@babel/core@7.24.4) - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.23.3(@babel/core@7.24.4) - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.23.7(@babel/core@7.24.4) - '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.24.4) - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.24.4) - '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.24.4) - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.24.4) - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.24.4) - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.24.4) - '@babel/plugin-syntax-import-assertions': 7.23.3(@babel/core@7.24.4) - '@babel/plugin-syntax-import-attributes': 7.23.3(@babel/core@7.24.4) - '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.24.4) - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.24.4) - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.24.4) - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.4) - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.24.4) - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.4) - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.24.4) - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.4) - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.24.4) - '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.24.4) - '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.24.4) - '@babel/plugin-transform-arrow-functions': 7.23.3(@babel/core@7.24.4) - '@babel/plugin-transform-async-generator-functions': 7.23.7(@babel/core@7.24.4) - '@babel/plugin-transform-async-to-generator': 7.23.3(@babel/core@7.24.4) - '@babel/plugin-transform-block-scoped-functions': 7.23.3(@babel/core@7.24.4) - '@babel/plugin-transform-block-scoping': 7.23.4(@babel/core@7.24.4) - '@babel/plugin-transform-class-properties': 7.23.3(@babel/core@7.24.4) - '@babel/plugin-transform-class-static-block': 7.23.4(@babel/core@7.24.4) - '@babel/plugin-transform-classes': 7.23.5(@babel/core@7.24.4) - '@babel/plugin-transform-computed-properties': 7.23.3(@babel/core@7.24.4) - '@babel/plugin-transform-destructuring': 7.23.3(@babel/core@7.24.4) - '@babel/plugin-transform-dotall-regex': 7.23.3(@babel/core@7.24.4) - '@babel/plugin-transform-duplicate-keys': 7.23.3(@babel/core@7.24.4) - '@babel/plugin-transform-dynamic-import': 7.23.4(@babel/core@7.24.4) - '@babel/plugin-transform-exponentiation-operator': 7.23.3(@babel/core@7.24.4) - '@babel/plugin-transform-export-namespace-from': 7.23.4(@babel/core@7.24.4) - '@babel/plugin-transform-for-of': 7.23.6(@babel/core@7.24.4) - '@babel/plugin-transform-function-name': 7.23.3(@babel/core@7.24.4) - '@babel/plugin-transform-json-strings': 7.23.4(@babel/core@7.24.4) - '@babel/plugin-transform-literals': 7.23.3(@babel/core@7.24.4) - '@babel/plugin-transform-logical-assignment-operators': 7.23.4(@babel/core@7.24.4) - '@babel/plugin-transform-member-expression-literals': 7.23.3(@babel/core@7.24.4) - '@babel/plugin-transform-modules-amd': 7.23.3(@babel/core@7.24.4) - '@babel/plugin-transform-modules-commonjs': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-modules-systemjs': 7.23.3(@babel/core@7.24.4) - '@babel/plugin-transform-modules-umd': 7.23.3(@babel/core@7.24.4) - '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.24.4) - '@babel/plugin-transform-new-target': 7.23.3(@babel/core@7.24.4) - '@babel/plugin-transform-nullish-coalescing-operator': 7.23.4(@babel/core@7.24.4) - '@babel/plugin-transform-numeric-separator': 7.23.4(@babel/core@7.24.4) - '@babel/plugin-transform-object-rest-spread': 7.23.4(@babel/core@7.24.4) - '@babel/plugin-transform-object-super': 7.23.3(@babel/core@7.24.4) - '@babel/plugin-transform-optional-catch-binding': 7.23.4(@babel/core@7.24.4) - '@babel/plugin-transform-optional-chaining': 7.23.4(@babel/core@7.24.4) - '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.24.4) - '@babel/plugin-transform-private-methods': 7.23.3(@babel/core@7.24.4) - '@babel/plugin-transform-private-property-in-object': 7.23.4(@babel/core@7.24.4) - '@babel/plugin-transform-property-literals': 7.23.3(@babel/core@7.24.4) - '@babel/plugin-transform-regenerator': 7.23.3(@babel/core@7.24.4) - '@babel/plugin-transform-reserved-words': 7.23.3(@babel/core@7.24.4) - '@babel/plugin-transform-shorthand-properties': 7.23.3(@babel/core@7.24.4) - '@babel/plugin-transform-spread': 7.23.3(@babel/core@7.24.4) - '@babel/plugin-transform-sticky-regex': 7.23.3(@babel/core@7.24.4) - '@babel/plugin-transform-template-literals': 7.23.3(@babel/core@7.24.4) - '@babel/plugin-transform-typeof-symbol': 7.23.3(@babel/core@7.24.4) - '@babel/plugin-transform-unicode-escapes': 7.23.3(@babel/core@7.24.4) - '@babel/plugin-transform-unicode-property-regex': 7.23.3(@babel/core@7.24.4) - '@babel/plugin-transform-unicode-regex': 7.23.3(@babel/core@7.24.4) - '@babel/plugin-transform-unicode-sets-regex': 7.23.3(@babel/core@7.24.4) - '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.24.4) - babel-plugin-polyfill-corejs2: 0.4.7(@babel/core@7.24.4) - babel-plugin-polyfill-corejs3: 0.8.7(@babel/core@7.24.4) - babel-plugin-polyfill-regenerator: 0.5.4(@babel/core@7.24.4) + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.23.3(@babel/core@7.24.5) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.23.3(@babel/core@7.24.5) + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.23.7(@babel/core@7.24.5) + '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.24.5) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.24.5) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.24.5) + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.24.5) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.24.5) + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.24.5) + '@babel/plugin-syntax-import-assertions': 7.23.3(@babel/core@7.24.5) + '@babel/plugin-syntax-import-attributes': 7.23.3(@babel/core@7.24.5) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.24.5) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.24.5) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.24.5) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.5) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.24.5) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.5) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.24.5) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.5) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.24.5) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.24.5) + '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.24.5) + '@babel/plugin-transform-arrow-functions': 7.23.3(@babel/core@7.24.5) + '@babel/plugin-transform-async-generator-functions': 7.23.7(@babel/core@7.24.5) + '@babel/plugin-transform-async-to-generator': 7.23.3(@babel/core@7.24.5) + '@babel/plugin-transform-block-scoped-functions': 7.23.3(@babel/core@7.24.5) + '@babel/plugin-transform-block-scoping': 7.23.4(@babel/core@7.24.5) + '@babel/plugin-transform-class-properties': 7.23.3(@babel/core@7.24.5) + '@babel/plugin-transform-class-static-block': 7.23.4(@babel/core@7.24.5) + '@babel/plugin-transform-classes': 7.23.5(@babel/core@7.24.5) + '@babel/plugin-transform-computed-properties': 7.23.3(@babel/core@7.24.5) + '@babel/plugin-transform-destructuring': 7.23.3(@babel/core@7.24.5) + '@babel/plugin-transform-dotall-regex': 7.23.3(@babel/core@7.24.5) + '@babel/plugin-transform-duplicate-keys': 7.23.3(@babel/core@7.24.5) + '@babel/plugin-transform-dynamic-import': 7.23.4(@babel/core@7.24.5) + '@babel/plugin-transform-exponentiation-operator': 7.23.3(@babel/core@7.24.5) + '@babel/plugin-transform-export-namespace-from': 7.23.4(@babel/core@7.24.5) + '@babel/plugin-transform-for-of': 7.23.6(@babel/core@7.24.5) + '@babel/plugin-transform-function-name': 7.23.3(@babel/core@7.24.5) + '@babel/plugin-transform-json-strings': 7.23.4(@babel/core@7.24.5) + '@babel/plugin-transform-literals': 7.23.3(@babel/core@7.24.5) + '@babel/plugin-transform-logical-assignment-operators': 7.23.4(@babel/core@7.24.5) + '@babel/plugin-transform-member-expression-literals': 7.23.3(@babel/core@7.24.5) + '@babel/plugin-transform-modules-amd': 7.23.3(@babel/core@7.24.5) + '@babel/plugin-transform-modules-commonjs': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-modules-systemjs': 7.23.3(@babel/core@7.24.5) + '@babel/plugin-transform-modules-umd': 7.23.3(@babel/core@7.24.5) + '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.24.5) + '@babel/plugin-transform-new-target': 7.23.3(@babel/core@7.24.5) + '@babel/plugin-transform-nullish-coalescing-operator': 7.23.4(@babel/core@7.24.5) + '@babel/plugin-transform-numeric-separator': 7.23.4(@babel/core@7.24.5) + '@babel/plugin-transform-object-rest-spread': 7.23.4(@babel/core@7.24.5) + '@babel/plugin-transform-object-super': 7.23.3(@babel/core@7.24.5) + '@babel/plugin-transform-optional-catch-binding': 7.23.4(@babel/core@7.24.5) + '@babel/plugin-transform-optional-chaining': 7.23.4(@babel/core@7.24.5) + '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.24.5) + '@babel/plugin-transform-private-methods': 7.23.3(@babel/core@7.24.5) + '@babel/plugin-transform-private-property-in-object': 7.23.4(@babel/core@7.24.5) + '@babel/plugin-transform-property-literals': 7.23.3(@babel/core@7.24.5) + '@babel/plugin-transform-regenerator': 7.23.3(@babel/core@7.24.5) + '@babel/plugin-transform-reserved-words': 7.23.3(@babel/core@7.24.5) + '@babel/plugin-transform-shorthand-properties': 7.23.3(@babel/core@7.24.5) + '@babel/plugin-transform-spread': 7.23.3(@babel/core@7.24.5) + '@babel/plugin-transform-sticky-regex': 7.23.3(@babel/core@7.24.5) + '@babel/plugin-transform-template-literals': 7.23.3(@babel/core@7.24.5) + '@babel/plugin-transform-typeof-symbol': 7.23.3(@babel/core@7.24.5) + '@babel/plugin-transform-unicode-escapes': 7.23.3(@babel/core@7.24.5) + '@babel/plugin-transform-unicode-property-regex': 7.23.3(@babel/core@7.24.5) + '@babel/plugin-transform-unicode-regex': 7.23.3(@babel/core@7.24.5) + '@babel/plugin-transform-unicode-sets-regex': 7.23.3(@babel/core@7.24.5) + '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.24.5) + babel-plugin-polyfill-corejs2: 0.4.7(@babel/core@7.24.5) + babel-plugin-polyfill-corejs3: 0.8.7(@babel/core@7.24.5) + babel-plugin-polyfill-regenerator: 0.5.4(@babel/core@7.24.5) core-js-compat: 3.35.0 semver: 6.3.1 transitivePeerDependencies: - supports-color - '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.24.4)': + '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.0 - '@babel/types': 7.24.0 + '@babel/types': 7.24.5 esutils: 2.0.3 - '@babel/preset-typescript@7.24.1(@babel/core@7.24.4)': + '@babel/preset-typescript@7.24.1(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.0 '@babel/helper-validator-option': 7.23.5 - '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-modules-commonjs': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-typescript': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-modules-commonjs': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-typescript': 7.24.1(@babel/core@7.24.5) '@babel/regjsgen@0.8.0': {} @@ -9426,28 +9461,28 @@ snapshots: '@babel/template@7.24.0': dependencies: '@babel/code-frame': 7.24.2 - '@babel/parser': 7.24.4 - '@babel/types': 7.24.0 + '@babel/parser': 7.24.5 + '@babel/types': 7.24.5 - '@babel/traverse@7.24.1': + '@babel/traverse@7.24.5': dependencies: '@babel/code-frame': 7.24.2 - '@babel/generator': 7.24.4 + '@babel/generator': 7.24.5 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-function-name': 7.23.0 '@babel/helper-hoist-variables': 7.22.5 - '@babel/helper-split-export-declaration': 7.22.6 - '@babel/parser': 7.24.4 - '@babel/types': 7.24.0 + '@babel/helper-split-export-declaration': 7.24.5 + '@babel/parser': 7.24.5 + '@babel/types': 7.24.5 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: - supports-color - '@babel/types@7.24.0': + '@babel/types@7.24.5': dependencies: - '@babel/helper-string-parser': 7.23.4 - '@babel/helper-validator-identifier': 7.22.20 + '@babel/helper-string-parser': 7.24.1 + '@babel/helper-validator-identifier': 7.24.5 to-fast-properties: 2.0.0 '@clack/core@0.3.4': @@ -9782,9 +9817,9 @@ snapshots: eslint: 8.57.0 eslint-visitor-keys: 3.4.3 - '@eslint-community/eslint-utils@4.4.0(eslint@9.1.0)': + '@eslint-community/eslint-utils@4.4.0(eslint@9.1.1)': dependencies: - eslint: 9.1.0 + eslint: 9.1.1 eslint-visitor-keys: 3.4.3 '@eslint-community/regexpp@4.10.0': {} @@ -9837,10 +9872,10 @@ snapshots: dependencies: '@hapi/hoek': 9.3.0 - '@histoire/app@0.17.17(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0))': + '@histoire/app@0.17.17(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0))': dependencies: - '@histoire/controls': 0.17.17(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0)) - '@histoire/shared': 0.17.17(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0)) + '@histoire/controls': 0.17.17(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0)) + '@histoire/shared': 0.17.17(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0)) '@histoire/vendors': 0.17.17 '@types/flexsearch': 0.7.6 flexsearch: 0.7.21 @@ -9848,7 +9883,7 @@ snapshots: transitivePeerDependencies: - vite - '@histoire/controls@0.17.17(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0))': + '@histoire/controls@0.17.17(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0))': dependencies: '@codemirror/commands': 6.3.2 '@codemirror/lang-json': 6.0.1 @@ -9857,26 +9892,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.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0)) + '@histoire/shared': 0.17.17(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0)) '@histoire/vendors': 0.17.17 transitivePeerDependencies: - vite - '@histoire/plugin-vue@0.17.17(histoire@0.17.17(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0)(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0)))(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0))(vue@3.4.23(typescript@5.4.5))': + '@histoire/plugin-vue@0.17.17(histoire@0.17.17(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0)(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0)))(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0))(vue@3.4.26(typescript@5.4.5))': dependencies: - '@histoire/controls': 0.17.17(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0)) - '@histoire/shared': 0.17.17(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0)) + '@histoire/controls': 0.17.17(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0)) + '@histoire/shared': 0.17.17(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(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.12.7)(sass@1.75.0)(terser@5.26.0)(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0)) + histoire: 0.17.17(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0)(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0)) launch-editor: 2.6.1 pathe: 1.1.2 - vue: 3.4.23(typescript@5.4.5) + vue: 3.4.26(typescript@5.4.5) transitivePeerDependencies: - vite - '@histoire/shared@0.17.17(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0))': + '@histoire/shared@0.17.17(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0))': dependencies: '@histoire/vendors': 0.17.17 '@types/fs-extra': 9.0.13 @@ -9884,7 +9919,7 @@ snapshots: chokidar: 3.6.0 pathe: 1.1.2 picocolors: 1.0.0 - vite: 5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0) + vite: 5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0) '@histoire/vendors@0.17.17': {} @@ -9910,7 +9945,7 @@ snapshots: '@humanwhocodes/retry@0.2.3': {} - '@iconify/json@2.2.203': + '@iconify/json@2.2.206': dependencies: '@iconify/types': 2.0.0 pathe: 1.1.2 @@ -9988,23 +10023,23 @@ snapshots: dependencies: '@lezer/common': 1.1.1 - '@microsoft/api-extractor-model@7.28.13(@types/node@20.12.7)': + '@microsoft/api-extractor-model@7.28.13(@types/node@20.12.8)': dependencies: '@microsoft/tsdoc': 0.14.2 '@microsoft/tsdoc-config': 0.16.2 - '@rushstack/node-core-library': 4.0.2(@types/node@20.12.7) + '@rushstack/node-core-library': 4.0.2(@types/node@20.12.8) transitivePeerDependencies: - '@types/node' - '@microsoft/api-extractor@7.43.0(@types/node@20.12.7)': + '@microsoft/api-extractor@7.43.0(@types/node@20.12.8)': dependencies: - '@microsoft/api-extractor-model': 7.28.13(@types/node@20.12.7) + '@microsoft/api-extractor-model': 7.28.13(@types/node@20.12.8) '@microsoft/tsdoc': 0.14.2 '@microsoft/tsdoc-config': 0.16.2 - '@rushstack/node-core-library': 4.0.2(@types/node@20.12.7) + '@rushstack/node-core-library': 4.0.2(@types/node@20.12.8) '@rushstack/rig-package': 0.5.2 - '@rushstack/terminal': 0.10.0(@types/node@20.12.7) - '@rushstack/ts-command-line': 4.19.1(@types/node@20.12.7) + '@rushstack/terminal': 0.10.0(@types/node@20.12.8) + '@rushstack/ts-command-line': 4.19.1(@types/node@20.12.8) lodash: 4.17.21 minimatch: 3.0.8 resolve: 1.22.8 @@ -10148,7 +10183,7 @@ snapshots: '@rollup/rollup-win32-x64-msvc@4.13.0': optional: true - '@rushstack/node-core-library@4.0.2(@types/node@20.12.7)': + '@rushstack/node-core-library@4.0.2(@types/node@20.12.8)': dependencies: fs-extra: 7.0.1 import-lazy: 4.0.0 @@ -10157,23 +10192,23 @@ snapshots: semver: 7.5.4 z-schema: 5.0.5 optionalDependencies: - '@types/node': 20.12.7 + '@types/node': 20.12.8 '@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.12.7)': + '@rushstack/terminal@0.10.0(@types/node@20.12.8)': dependencies: - '@rushstack/node-core-library': 4.0.2(@types/node@20.12.7) + '@rushstack/node-core-library': 4.0.2(@types/node@20.12.8) supports-color: 8.1.1 optionalDependencies: - '@types/node': 20.12.7 + '@types/node': 20.12.8 - '@rushstack/ts-command-line@4.19.1(@types/node@20.12.7)': + '@rushstack/ts-command-line@4.19.1(@types/node@20.12.8)': dependencies: - '@rushstack/terminal': 0.10.0(@types/node@20.12.7) + '@rushstack/terminal': 0.10.0(@types/node@20.12.8) '@types/argparse': 1.0.38 argparse: 1.0.10 string-argv: 0.3.2 @@ -10182,6 +10217,8 @@ snapshots: '@shikijs/core@1.3.0': {} + '@shikijs/core@1.4.0': {} + '@shikijs/transformers@1.3.0': dependencies: shiki: 1.3.0 @@ -10271,20 +10308,20 @@ snapshots: '@types/body-parser@1.19.5': dependencies: '@types/connect': 3.4.38 - '@types/node': 20.12.7 + '@types/node': 20.12.8 '@types/bonjour@3.5.13': dependencies: - '@types/node': 20.12.7 + '@types/node': 20.12.8 '@types/cacheable-request@6.0.3': dependencies: '@types/http-cache-semantics': 4.0.4 '@types/keyv': 3.1.4 - '@types/node': 20.12.7 + '@types/node': 20.12.8 '@types/responselike': 1.0.3 - '@types/chrome@0.0.266': + '@types/chrome@0.0.267': dependencies: '@types/filesystem': 0.0.35 '@types/har-format': 1.2.15 @@ -10292,17 +10329,17 @@ snapshots: '@types/connect-history-api-fallback@1.5.4': dependencies: '@types/express-serve-static-core': 4.17.41 - '@types/node': 20.12.7 + '@types/node': 20.12.8 '@types/connect@3.4.38': dependencies: - '@types/node': 20.12.7 + '@types/node': 20.12.8 '@types/cookie@0.4.1': {} '@types/cors@2.8.17': dependencies: - '@types/node': 20.12.7 + '@types/node': 20.12.8 '@types/degit@2.8.6': {} @@ -10320,7 +10357,7 @@ snapshots: '@types/express-serve-static-core@4.17.41': dependencies: - '@types/node': 20.12.7 + '@types/node': 20.12.8 '@types/qs': 6.9.11 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 @@ -10343,11 +10380,11 @@ snapshots: '@types/fs-extra@11.0.4': dependencies: '@types/jsonfile': 6.1.4 - '@types/node': 20.12.7 + '@types/node': 20.12.8 '@types/fs-extra@9.0.13': dependencies: - '@types/node': 20.12.7 + '@types/node': 20.12.8 '@types/hammerjs@2.0.45': {} @@ -10361,17 +10398,17 @@ snapshots: '@types/http-proxy@1.17.14': dependencies: - '@types/node': 20.12.7 + '@types/node': 20.12.8 '@types/json-schema@7.0.15': {} '@types/jsonfile@6.1.4': dependencies: - '@types/node': 20.12.7 + '@types/node': 20.12.8 '@types/keyv@3.1.4': dependencies: - '@types/node': 20.12.7 + '@types/node': 20.12.8 '@types/linkify-it@3.0.5': {} @@ -10405,9 +10442,9 @@ snapshots: '@types/node-forge@1.3.11': dependencies: - '@types/node': 20.12.7 + '@types/node': 20.12.8 - '@types/node@20.12.7': + '@types/node@20.12.8': dependencies: undici-types: 5.26.5 @@ -10423,7 +10460,7 @@ snapshots: '@types/responselike@1.0.3': dependencies: - '@types/node': 20.12.7 + '@types/node': 20.12.8 '@types/retry@0.12.0': {} @@ -10432,7 +10469,7 @@ snapshots: '@types/send@0.17.4': dependencies: '@types/mime': 1.3.5 - '@types/node': 20.12.7 + '@types/node': 20.12.8 '@types/serve-index@1.9.4': dependencies: @@ -10442,11 +10479,11 @@ snapshots: dependencies: '@types/http-errors': 2.0.4 '@types/mime': 3.0.4 - '@types/node': 20.12.7 + '@types/node': 20.12.8 '@types/sockjs@0.3.36': dependencies: - '@types/node': 20.12.7 + '@types/node': 20.12.8 '@types/speakingurl@13.0.6': {} @@ -10460,23 +10497,23 @@ snapshots: '@types/ws@8.5.10': dependencies: - '@types/node': 20.12.7 + '@types/node': 20.12.8 '@types/yauzl@2.10.3': dependencies: - '@types/node': 20.12.7 + '@types/node': 20.12.8 optional: true '@types/yoga-layout@1.9.2': {} - '@typescript-eslint/eslint-plugin@7.7.0(@typescript-eslint/parser@7.7.0(eslint-ts-patch@8.57.0-0)(typescript@5.4.5))(eslint-ts-patch@8.57.0-0)(typescript@5.4.5)': + '@typescript-eslint/eslint-plugin@7.7.1(@typescript-eslint/parser@7.7.1(eslint-ts-patch@8.57.0-0)(typescript@5.4.5))(eslint-ts-patch@8.57.0-0)(typescript@5.4.5)': dependencies: '@eslint-community/regexpp': 4.10.0 - '@typescript-eslint/parser': 7.7.0(eslint-ts-patch@8.57.0-0)(typescript@5.4.5) - '@typescript-eslint/scope-manager': 7.7.0 - '@typescript-eslint/type-utils': 7.7.0(eslint-ts-patch@8.57.0-0)(typescript@5.4.5) - '@typescript-eslint/utils': 7.7.0(eslint-ts-patch@8.57.0-0)(typescript@5.4.5) - '@typescript-eslint/visitor-keys': 7.7.0 + '@typescript-eslint/parser': 7.7.1(eslint-ts-patch@8.57.0-0)(typescript@5.4.5) + '@typescript-eslint/scope-manager': 7.7.1 + '@typescript-eslint/type-utils': 7.7.1(eslint-ts-patch@8.57.0-0)(typescript@5.4.5) + '@typescript-eslint/utils': 7.7.1(eslint-ts-patch@8.57.0-0)(typescript@5.4.5) + '@typescript-eslint/visitor-keys': 7.7.1 debug: 4.3.4 eslint: eslint-ts-patch@8.57.0-0 graphemer: 1.4.0 @@ -10489,12 +10526,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@7.7.0(eslint-ts-patch@8.57.0-0)(typescript@5.4.5)': + '@typescript-eslint/parser@7.7.1(eslint-ts-patch@8.57.0-0)(typescript@5.4.5)': dependencies: - '@typescript-eslint/scope-manager': 7.7.0 - '@typescript-eslint/types': 7.7.0 - '@typescript-eslint/typescript-estree': 7.7.0(typescript@5.4.5) - '@typescript-eslint/visitor-keys': 7.7.0 + '@typescript-eslint/scope-manager': 7.7.1 + '@typescript-eslint/types': 7.7.1 + '@typescript-eslint/typescript-estree': 7.7.1(typescript@5.4.5) + '@typescript-eslint/visitor-keys': 7.7.1 debug: 4.3.4 eslint: eslint-ts-patch@8.57.0-0 optionalDependencies: @@ -10507,15 +10544,20 @@ snapshots: '@typescript-eslint/types': 6.21.0 '@typescript-eslint/visitor-keys': 6.21.0 - '@typescript-eslint/scope-manager@7.7.0': + '@typescript-eslint/scope-manager@7.7.1': + dependencies: + '@typescript-eslint/types': 7.7.1 + '@typescript-eslint/visitor-keys': 7.7.1 + + '@typescript-eslint/scope-manager@7.8.0': dependencies: - '@typescript-eslint/types': 7.7.0 - '@typescript-eslint/visitor-keys': 7.7.0 + '@typescript-eslint/types': 7.8.0 + '@typescript-eslint/visitor-keys': 7.8.0 - '@typescript-eslint/type-utils@7.7.0(eslint-ts-patch@8.57.0-0)(typescript@5.4.5)': + '@typescript-eslint/type-utils@7.7.1(eslint-ts-patch@8.57.0-0)(typescript@5.4.5)': dependencies: - '@typescript-eslint/typescript-estree': 7.7.0(typescript@5.4.5) - '@typescript-eslint/utils': 7.7.0(eslint-ts-patch@8.57.0-0)(typescript@5.4.5) + '@typescript-eslint/typescript-estree': 7.7.1(typescript@5.4.5) + '@typescript-eslint/utils': 7.7.1(eslint-ts-patch@8.57.0-0)(typescript@5.4.5) debug: 4.3.4 eslint: eslint-ts-patch@8.57.0-0 ts-api-utils: 1.3.0(typescript@5.4.5) @@ -10526,7 +10568,9 @@ snapshots: '@typescript-eslint/types@6.21.0': {} - '@typescript-eslint/types@7.7.0': {} + '@typescript-eslint/types@7.7.1': {} + + '@typescript-eslint/types@7.8.0': {} '@typescript-eslint/typescript-estree@6.21.0(typescript@5.4.5)': dependencies: @@ -10543,10 +10587,25 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/typescript-estree@7.7.0(typescript@5.4.5)': + '@typescript-eslint/typescript-estree@7.7.1(typescript@5.4.5)': dependencies: - '@typescript-eslint/types': 7.7.0 - '@typescript-eslint/visitor-keys': 7.7.0 + '@typescript-eslint/types': 7.7.1 + '@typescript-eslint/visitor-keys': 7.7.1 + debug: 4.3.4 + globby: 11.1.0 + is-glob: 4.0.3 + minimatch: 9.0.4 + semver: 7.6.0 + ts-api-utils: 1.3.0(typescript@5.4.5) + optionalDependencies: + typescript: 5.4.5 + transitivePeerDependencies: + - supports-color + + '@typescript-eslint/typescript-estree@7.8.0(typescript@5.4.5)': + dependencies: + '@typescript-eslint/types': 7.8.0 + '@typescript-eslint/visitor-keys': 7.8.0 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 @@ -10572,14 +10631,28 @@ snapshots: - supports-color - typescript - '@typescript-eslint/utils@7.7.0(eslint-ts-patch@8.57.0-0)(typescript@5.4.5)': + '@typescript-eslint/utils@7.7.1(eslint-ts-patch@8.57.0-0)(typescript@5.4.5)': dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint-ts-patch@8.57.0-0) '@types/json-schema': 7.0.15 '@types/semver': 7.5.8 - '@typescript-eslint/scope-manager': 7.7.0 - '@typescript-eslint/types': 7.7.0 - '@typescript-eslint/typescript-estree': 7.7.0(typescript@5.4.5) + '@typescript-eslint/scope-manager': 7.7.1 + '@typescript-eslint/types': 7.7.1 + '@typescript-eslint/typescript-estree': 7.7.1(typescript@5.4.5) + eslint: eslint-ts-patch@8.57.0-0 + semver: 7.6.0 + transitivePeerDependencies: + - supports-color + - typescript + + '@typescript-eslint/utils@7.8.0(eslint-ts-patch@8.57.0-0)(typescript@5.4.5)': + dependencies: + '@eslint-community/eslint-utils': 4.4.0(eslint-ts-patch@8.57.0-0) + '@types/json-schema': 7.0.15 + '@types/semver': 7.5.8 + '@typescript-eslint/scope-manager': 7.8.0 + '@typescript-eslint/types': 7.8.0 + '@typescript-eslint/typescript-estree': 7.8.0(typescript@5.4.5) eslint: eslint-ts-patch@8.57.0-0 semver: 7.6.0 transitivePeerDependencies: @@ -10591,30 +10664,35 @@ snapshots: '@typescript-eslint/types': 6.21.0 eslint-visitor-keys: 3.4.3 - '@typescript-eslint/visitor-keys@7.7.0': + '@typescript-eslint/visitor-keys@7.7.1': + dependencies: + '@typescript-eslint/types': 7.7.1 + eslint-visitor-keys: 3.4.3 + + '@typescript-eslint/visitor-keys@7.8.0': dependencies: - '@typescript-eslint/types': 7.7.0 + '@typescript-eslint/types': 7.8.0 eslint-visitor-keys: 3.4.3 '@ungap/structured-clone@1.2.0': {} - '@unocss/astro@0.59.4(rollup@3.28.1)(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0))': + '@unocss/astro@0.59.4(rollup@3.28.1)(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0))': dependencies: '@unocss/core': 0.59.4 '@unocss/reset': 0.59.4 - '@unocss/vite': 0.59.4(rollup@3.28.1)(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0)) + '@unocss/vite': 0.59.4(rollup@3.28.1)(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0)) optionalDependencies: - vite: 5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0) + vite: 5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0) transitivePeerDependencies: - rollup - '@unocss/astro@0.59.4(rollup@4.13.0)(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0))': + '@unocss/astro@0.59.4(rollup@4.13.0)(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0))': dependencies: '@unocss/core': 0.59.4 '@unocss/reset': 0.59.4 - '@unocss/vite': 0.59.4(rollup@4.13.0)(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0)) + '@unocss/vite': 0.59.4(rollup@4.13.0)(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0)) optionalDependencies: - vite: 5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0) + vite: 5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0) transitivePeerDependencies: - rollup @@ -10663,7 +10741,7 @@ snapshots: '@unocss/eslint-plugin@0.59.4(eslint-ts-patch@8.57.0-0)(typescript@5.4.5)': dependencies: - '@typescript-eslint/utils': 7.7.0(eslint-ts-patch@8.57.0-0)(typescript@5.4.5) + '@typescript-eslint/utils': 7.8.0(eslint-ts-patch@8.57.0-0)(typescript@5.4.5) '@unocss/config': 0.59.4 '@unocss/core': 0.59.4 magic-string: 0.30.10 @@ -10756,9 +10834,9 @@ snapshots: '@unocss/transformer-attributify-jsx-babel@0.59.4': dependencies: - '@babel/core': 7.24.4 - '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.24.4) - '@babel/preset-typescript': 7.24.1(@babel/core@7.24.4) + '@babel/core': 7.24.5 + '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.24.5) + '@babel/preset-typescript': 7.24.1(@babel/core@7.24.5) '@unocss/core': 0.59.4 transitivePeerDependencies: - supports-color @@ -10781,7 +10859,7 @@ snapshots: dependencies: '@unocss/core': 0.59.4 - '@unocss/vite@0.59.4(rollup@3.28.1)(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0))': + '@unocss/vite@0.59.4(rollup@3.28.1)(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0))': dependencies: '@ampproject/remapping': 2.3.0 '@rollup/pluginutils': 5.1.0(rollup@3.28.1) @@ -10793,11 +10871,11 @@ snapshots: chokidar: 3.6.0 fast-glob: 3.3.2 magic-string: 0.30.10 - vite: 5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0) + vite: 5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0) transitivePeerDependencies: - rollup - '@unocss/vite@0.59.4(rollup@4.13.0)(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0))': + '@unocss/vite@0.59.4(rollup@4.13.0)(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0))': dependencies: '@ampproject/remapping': 2.3.0 '@rollup/pluginutils': 5.1.0(rollup@4.13.0) @@ -10809,48 +10887,48 @@ snapshots: chokidar: 3.6.0 fast-glob: 3.3.2 magic-string: 0.30.10 - vite: 5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0) + vite: 5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0) transitivePeerDependencies: - rollup - '@vitejs/plugin-vue-jsx@3.1.0(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0))(vue@3.4.23(typescript@5.4.5))': + '@vitejs/plugin-vue-jsx@3.1.0(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0))(vue@3.4.26(typescript@5.4.5))': dependencies: - '@babel/core': 7.24.4 - '@babel/plugin-transform-typescript': 7.24.1(@babel/core@7.24.4) - '@vue/babel-plugin-jsx': 1.1.5(@babel/core@7.24.4) - vite: 5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0) - vue: 3.4.23(typescript@5.4.5) + '@babel/core': 7.24.5 + '@babel/plugin-transform-typescript': 7.24.1(@babel/core@7.24.5) + '@vue/babel-plugin-jsx': 1.1.5(@babel/core@7.24.5) + vite: 5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0) + vue: 3.4.26(typescript@5.4.5) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue@5.0.4(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0))(vue@3.4.23(typescript@5.4.5))': + '@vitejs/plugin-vue@5.0.4(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0))(vue@3.4.26(typescript@5.4.5))': dependencies: - vite: 5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0) - vue: 3.4.23(typescript@5.4.5) + vite: 5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0) + vue: 3.4.26(typescript@5.4.5) - '@vitest/expect@1.5.0': + '@vitest/expect@1.5.3': dependencies: - '@vitest/spy': 1.5.0 - '@vitest/utils': 1.5.0 + '@vitest/spy': 1.5.3 + '@vitest/utils': 1.5.3 chai: 4.3.10 - '@vitest/runner@1.5.0': + '@vitest/runner@1.5.3': dependencies: - '@vitest/utils': 1.5.0 + '@vitest/utils': 1.5.3 p-limit: 5.0.0 pathe: 1.1.2 - '@vitest/snapshot@1.5.0': + '@vitest/snapshot@1.5.3': dependencies: magic-string: 0.30.10 pathe: 1.1.2 pretty-format: 29.7.0 - '@vitest/spy@1.5.0': + '@vitest/spy@1.5.3': dependencies: tinyspy: 2.2.0 - '@vitest/utils@1.5.0': + '@vitest/utils@1.5.3': dependencies: diff-sequences: 29.6.3 estree-walker: 3.0.3 @@ -10870,13 +10948,13 @@ snapshots: '@volar/language-core': 1.11.1 path-browserify: 1.0.1 - '@vue-termui/cli@0.0.17(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0)(vite-plugin-vue-termui@0.0.12(@vitejs/plugin-vue@5.0.4(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0))(vue@3.4.23(typescript@5.4.5)))(unplugin-auto-import@0.17.5(@vueuse/core@10.9.0(vue@3.4.23(typescript@5.4.5)))(rollup@4.13.0))(unplugin-vue-components@0.26.0(@babel/parser@7.24.4)(rollup@4.13.0)(vue@3.4.23(typescript@5.4.5)))(vue-termui@0.0.19(@vue/runtime-core@3.4.23))(vue@3.4.23(typescript@5.4.5)))(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0))(vue-termui@0.0.19(@vue/runtime-core@3.4.23))': + '@vue-termui/cli@0.0.17(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0)(vite-plugin-vue-termui@0.0.12(@vitejs/plugin-vue@5.0.4(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0))(vue@3.4.26(typescript@5.4.5)))(unplugin-auto-import@0.17.5(@vueuse/core@10.9.0(vue@3.4.26(typescript@5.4.5)))(rollup@4.13.0))(unplugin-vue-components@0.27.0(@babel/parser@7.24.5)(rollup@4.13.0)(vue@3.4.26(typescript@5.4.5)))(vue-termui@0.0.19(@vue/runtime-core@3.4.26))(vue@3.4.26(typescript@5.4.5)))(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0))(vue-termui@0.0.19(@vue/runtime-core@3.4.26))': dependencies: picocolors: 1.0.0 - vite: 5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0) - vite-node: 0.24.5(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0) - vite-plugin-vue-termui: 0.0.12(@vitejs/plugin-vue@5.0.4(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0))(vue@3.4.23(typescript@5.4.5)))(unplugin-auto-import@0.17.5(@vueuse/core@10.9.0(vue@3.4.23(typescript@5.4.5)))(rollup@4.13.0))(unplugin-vue-components@0.26.0(@babel/parser@7.24.4)(rollup@4.13.0)(vue@3.4.23(typescript@5.4.5)))(vue-termui@0.0.19(@vue/runtime-core@3.4.23))(vue@3.4.23(typescript@5.4.5)) - vue-termui: 0.0.19(@vue/runtime-core@3.4.23) + vite: 5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0) + vite-node: 0.24.5(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0) + vite-plugin-vue-termui: 0.0.12(@vitejs/plugin-vue@5.0.4(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0))(vue@3.4.26(typescript@5.4.5)))(unplugin-auto-import@0.17.5(@vueuse/core@10.9.0(vue@3.4.26(typescript@5.4.5)))(rollup@4.13.0))(unplugin-vue-components@0.27.0(@babel/parser@7.24.5)(rollup@4.13.0)(vue@3.4.26(typescript@5.4.5)))(vue-termui@0.0.19(@vue/runtime-core@3.4.26))(vue@3.4.26(typescript@5.4.5)) + vue-termui: 0.0.19(@vue/runtime-core@3.4.26) ws: 8.16.0 transitivePeerDependencies: - '@types/node' @@ -10893,14 +10971,14 @@ snapshots: '@vue/babel-helper-vue-transform-on@1.1.5': {} - '@vue/babel-plugin-jsx@1.1.5(@babel/core@7.24.4)': + '@vue/babel-plugin-jsx@1.1.5(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-module-imports': 7.22.15 - '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.24.4) + '@babel/core': 7.24.5 + '@babel/helper-module-imports': 7.24.3 + '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.24.5) '@babel/template': 7.24.0 - '@babel/traverse': 7.24.1 - '@babel/types': 7.24.0 + '@babel/traverse': 7.24.5 + '@babel/types': 7.24.5 '@vue/babel-helper-vue-transform-on': 1.1.5 camelcase: 6.3.0 html-tags: 3.3.1 @@ -10908,99 +10986,99 @@ snapshots: transitivePeerDependencies: - supports-color - '@vue/babel-plugin-transform-vue-jsx@1.4.0(@babel/core@7.24.4)': + '@vue/babel-plugin-transform-vue-jsx@1.4.0(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/helper-module-imports': 7.22.15 - '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.24.4) + '@babel/core': 7.24.5 + '@babel/helper-module-imports': 7.24.3 + '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.24.5) '@vue/babel-helper-vue-jsx-merge-props': 1.4.0 html-tags: 2.0.0 lodash.kebabcase: 4.1.1 svg-tags: 1.0.0 - '@vue/babel-preset-app@5.0.8(@babel/core@7.24.4)(core-js@3.37.0)(vue@3.4.23(typescript@5.4.5))': + '@vue/babel-preset-app@5.0.8(@babel/core@7.24.5)(core-js@3.37.0)(vue@3.4.26(typescript@5.4.5))': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/helper-compilation-targets': 7.23.6 - '@babel/helper-module-imports': 7.22.15 - '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.24.4) - '@babel/plugin-proposal-decorators': 7.23.5(@babel/core@7.24.4) - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.24.4) - '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-runtime': 7.23.7(@babel/core@7.24.4) - '@babel/preset-env': 7.23.7(@babel/core@7.24.4) + '@babel/helper-module-imports': 7.24.3 + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.24.5) + '@babel/plugin-proposal-decorators': 7.23.5(@babel/core@7.24.5) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.24.5) + '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.24.5) + '@babel/plugin-transform-runtime': 7.23.7(@babel/core@7.24.5) + '@babel/preset-env': 7.23.7(@babel/core@7.24.5) '@babel/runtime': 7.23.7 - '@vue/babel-plugin-jsx': 1.1.5(@babel/core@7.24.4) - '@vue/babel-preset-jsx': 1.4.0(@babel/core@7.24.4)(vue@3.4.23(typescript@5.4.5)) + '@vue/babel-plugin-jsx': 1.1.5(@babel/core@7.24.5) + '@vue/babel-preset-jsx': 1.4.0(@babel/core@7.24.5)(vue@3.4.26(typescript@5.4.5)) babel-plugin-dynamic-import-node: 2.3.3 core-js-compat: 3.35.0 semver: 7.6.0 optionalDependencies: core-js: 3.37.0 - vue: 3.4.23(typescript@5.4.5) + vue: 3.4.26(typescript@5.4.5) transitivePeerDependencies: - supports-color - '@vue/babel-preset-jsx@1.4.0(@babel/core@7.24.4)(vue@3.4.23(typescript@5.4.5))': + '@vue/babel-preset-jsx@1.4.0(@babel/core@7.24.5)(vue@3.4.26(typescript@5.4.5))': dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@vue/babel-helper-vue-jsx-merge-props': 1.4.0 - '@vue/babel-plugin-transform-vue-jsx': 1.4.0(@babel/core@7.24.4) - '@vue/babel-sugar-composition-api-inject-h': 1.4.0(@babel/core@7.24.4) - '@vue/babel-sugar-composition-api-render-instance': 1.4.0(@babel/core@7.24.4) - '@vue/babel-sugar-functional-vue': 1.4.0(@babel/core@7.24.4) - '@vue/babel-sugar-inject-h': 1.4.0(@babel/core@7.24.4) - '@vue/babel-sugar-v-model': 1.4.0(@babel/core@7.24.4) - '@vue/babel-sugar-v-on': 1.4.0(@babel/core@7.24.4) + '@vue/babel-plugin-transform-vue-jsx': 1.4.0(@babel/core@7.24.5) + '@vue/babel-sugar-composition-api-inject-h': 1.4.0(@babel/core@7.24.5) + '@vue/babel-sugar-composition-api-render-instance': 1.4.0(@babel/core@7.24.5) + '@vue/babel-sugar-functional-vue': 1.4.0(@babel/core@7.24.5) + '@vue/babel-sugar-inject-h': 1.4.0(@babel/core@7.24.5) + '@vue/babel-sugar-v-model': 1.4.0(@babel/core@7.24.5) + '@vue/babel-sugar-v-on': 1.4.0(@babel/core@7.24.5) optionalDependencies: - vue: 3.4.23(typescript@5.4.5) + vue: 3.4.26(typescript@5.4.5) - '@vue/babel-sugar-composition-api-inject-h@1.4.0(@babel/core@7.24.4)': + '@vue/babel-sugar-composition-api-inject-h@1.4.0(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.24.4) + '@babel/core': 7.24.5 + '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.24.5) - '@vue/babel-sugar-composition-api-render-instance@1.4.0(@babel/core@7.24.4)': + '@vue/babel-sugar-composition-api-render-instance@1.4.0(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.24.4) + '@babel/core': 7.24.5 + '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.24.5) - '@vue/babel-sugar-functional-vue@1.4.0(@babel/core@7.24.4)': + '@vue/babel-sugar-functional-vue@1.4.0(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.24.4) + '@babel/core': 7.24.5 + '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.24.5) - '@vue/babel-sugar-inject-h@1.4.0(@babel/core@7.24.4)': + '@vue/babel-sugar-inject-h@1.4.0(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.24.4) + '@babel/core': 7.24.5 + '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.24.5) - '@vue/babel-sugar-v-model@1.4.0(@babel/core@7.24.4)': + '@vue/babel-sugar-v-model@1.4.0(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.24.4) + '@babel/core': 7.24.5 + '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.24.5) '@vue/babel-helper-vue-jsx-merge-props': 1.4.0 - '@vue/babel-plugin-transform-vue-jsx': 1.4.0(@babel/core@7.24.4) + '@vue/babel-plugin-transform-vue-jsx': 1.4.0(@babel/core@7.24.5) camelcase: 5.3.1 html-tags: 2.0.0 svg-tags: 1.0.0 - '@vue/babel-sugar-v-on@1.4.0(@babel/core@7.24.4)': + '@vue/babel-sugar-v-on@1.4.0(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.4 - '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.24.4) - '@vue/babel-plugin-transform-vue-jsx': 1.4.0(@babel/core@7.24.4) + '@babel/core': 7.24.5 + '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.24.5) + '@vue/babel-plugin-transform-vue-jsx': 1.4.0(@babel/core@7.24.5) camelcase: 5.3.1 '@vue/cli-overlay@5.0.8': {} - '@vue/cli-plugin-babel@5.0.8(@vue/cli-service@5.0.8(@vue/compiler-sfc@3.4.23)(esbuild@0.19.10)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.23(typescript@5.4.5))(webpack-sources@3.2.3))(core-js@3.37.0)(esbuild@0.19.10)(vue@3.4.23(typescript@5.4.5))': + '@vue/cli-plugin-babel@5.0.8(@vue/cli-service@5.0.8(@vue/compiler-sfc@3.4.26)(esbuild@0.19.10)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.26(typescript@5.4.5))(webpack-sources@3.2.3))(core-js@3.37.0)(esbuild@0.19.10)(vue@3.4.26(typescript@5.4.5))': dependencies: - '@babel/core': 7.24.4 - '@vue/babel-preset-app': 5.0.8(@babel/core@7.24.4)(core-js@3.37.0)(vue@3.4.23(typescript@5.4.5)) - '@vue/cli-service': 5.0.8(@vue/compiler-sfc@3.4.23)(esbuild@0.19.10)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.23(typescript@5.4.5))(webpack-sources@3.2.3) + '@babel/core': 7.24.5 + '@vue/babel-preset-app': 5.0.8(@babel/core@7.24.5)(core-js@3.37.0)(vue@3.4.26(typescript@5.4.5)) + '@vue/cli-service': 5.0.8(@vue/compiler-sfc@3.4.26)(esbuild@0.19.10)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.26(typescript@5.4.5))(webpack-sources@3.2.3) '@vue/cli-shared-utils': 5.0.8 - babel-loader: 8.3.0(@babel/core@7.24.4)(webpack@5.89.0(esbuild@0.19.10)) + babel-loader: 8.3.0(@babel/core@7.24.5)(webpack@5.89.0(esbuild@0.19.10)) thread-loader: 3.0.4(webpack@5.89.0(esbuild@0.19.10)) webpack: 5.89.0(esbuild@0.19.10) transitivePeerDependencies: @@ -11013,12 +11091,12 @@ snapshots: - vue - webpack-cli - '@vue/cli-plugin-eslint@5.0.8(@vue/cli-service@5.0.8(@vue/compiler-sfc@3.4.23)(esbuild@0.19.10)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.23(typescript@5.4.5))(webpack-sources@3.2.3))(esbuild@0.19.10)(eslint@9.1.0)': + '@vue/cli-plugin-eslint@5.0.8(@vue/cli-service@5.0.8(@vue/compiler-sfc@3.4.26)(esbuild@0.19.10)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.26(typescript@5.4.5))(webpack-sources@3.2.3))(esbuild@0.19.10)(eslint@9.1.1)': dependencies: - '@vue/cli-service': 5.0.8(@vue/compiler-sfc@3.4.23)(esbuild@0.19.10)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.23(typescript@5.4.5))(webpack-sources@3.2.3) + '@vue/cli-service': 5.0.8(@vue/compiler-sfc@3.4.26)(esbuild@0.19.10)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.26(typescript@5.4.5))(webpack-sources@3.2.3) '@vue/cli-shared-utils': 5.0.8 - eslint: 9.1.0 - eslint-webpack-plugin: 3.2.0(eslint@9.1.0)(webpack@5.89.0(esbuild@0.19.10)) + eslint: 9.1.1 + eslint-webpack-plugin: 3.2.0(eslint@9.1.1)(webpack@5.89.0(esbuild@0.19.10)) globby: 11.1.0 webpack: 5.89.0(esbuild@0.19.10) yorkie: 2.0.0 @@ -11029,29 +11107,29 @@ snapshots: - uglify-js - webpack-cli - '@vue/cli-plugin-router@5.0.8(@vue/cli-service@5.0.8(@vue/compiler-sfc@3.4.23)(esbuild@0.19.10)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.23(typescript@5.4.5))(webpack-sources@3.2.3))': + '@vue/cli-plugin-router@5.0.8(@vue/cli-service@5.0.8(@vue/compiler-sfc@3.4.26)(esbuild@0.19.10)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.26(typescript@5.4.5))(webpack-sources@3.2.3))': dependencies: - '@vue/cli-service': 5.0.8(@vue/compiler-sfc@3.4.23)(esbuild@0.19.10)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.23(typescript@5.4.5))(webpack-sources@3.2.3) + '@vue/cli-service': 5.0.8(@vue/compiler-sfc@3.4.26)(esbuild@0.19.10)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.26(typescript@5.4.5))(webpack-sources@3.2.3) '@vue/cli-shared-utils': 5.0.8 transitivePeerDependencies: - encoding - '@vue/cli-plugin-vuex@5.0.8(@vue/cli-service@5.0.8(@vue/compiler-sfc@3.4.23)(esbuild@0.19.10)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.23(typescript@5.4.5))(webpack-sources@3.2.3))': + '@vue/cli-plugin-vuex@5.0.8(@vue/cli-service@5.0.8(@vue/compiler-sfc@3.4.26)(esbuild@0.19.10)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.26(typescript@5.4.5))(webpack-sources@3.2.3))': dependencies: - '@vue/cli-service': 5.0.8(@vue/compiler-sfc@3.4.23)(esbuild@0.19.10)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.23(typescript@5.4.5))(webpack-sources@3.2.3) + '@vue/cli-service': 5.0.8(@vue/compiler-sfc@3.4.26)(esbuild@0.19.10)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.26(typescript@5.4.5))(webpack-sources@3.2.3) - '@vue/cli-service@5.0.8(@vue/compiler-sfc@3.4.23)(esbuild@0.19.10)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.23(typescript@5.4.5))(webpack-sources@3.2.3)': + '@vue/cli-service@5.0.8(@vue/compiler-sfc@3.4.26)(esbuild@0.19.10)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.26(typescript@5.4.5))(webpack-sources@3.2.3)': dependencies: '@babel/helper-compilation-targets': 7.23.6 '@soda/friendly-errors-webpack-plugin': 1.8.1(webpack@5.89.0(esbuild@0.19.10)) '@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(@vue/compiler-sfc@3.4.23)(esbuild@0.19.10)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.23(typescript@5.4.5))(webpack-sources@3.2.3)) - '@vue/cli-plugin-vuex': 5.0.8(@vue/cli-service@5.0.8(@vue/compiler-sfc@3.4.23)(esbuild@0.19.10)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.23(typescript@5.4.5))(webpack-sources@3.2.3)) + '@vue/cli-plugin-router': 5.0.8(@vue/cli-service@5.0.8(@vue/compiler-sfc@3.4.26)(esbuild@0.19.10)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.26(typescript@5.4.5))(webpack-sources@3.2.3)) + '@vue/cli-plugin-vuex': 5.0.8(@vue/cli-service@5.0.8(@vue/compiler-sfc@3.4.26)(esbuild@0.19.10)(lodash@4.17.21)(vue-template-compiler@2.7.15)(vue@3.4.26(typescript@5.4.5))(webpack-sources@3.2.3)) '@vue/cli-shared-utils': 5.0.8 '@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.23)(css-loader@6.8.1(webpack@5.89.0(esbuild@0.19.10)))(lodash@4.17.21)(vue-template-compiler@2.7.15)(webpack@5.89.0(esbuild@0.19.10)) + '@vue/vue-loader-v15': vue-loader@15.11.1(@vue/compiler-sfc@3.4.26)(css-loader@6.8.1(webpack@5.89.0(esbuild@0.19.10)))(lodash@4.17.21)(vue-template-compiler@2.7.15)(webpack@5.89.0(esbuild@0.19.10)) '@vue/web-component-wrapper': 1.3.0 acorn: 8.11.3 acorn-walk: 8.3.2 @@ -11088,7 +11166,7 @@ snapshots: ssri: 8.0.1 terser-webpack-plugin: 5.3.10(esbuild@0.19.10)(webpack@5.89.0(esbuild@0.19.10)) thread-loader: 3.0.4(webpack@5.89.0(esbuild@0.19.10)) - vue-loader: 17.4.2(@vue/compiler-sfc@3.4.23)(vue@3.4.23(typescript@5.4.5))(webpack@5.89.0(esbuild@0.19.10)) + vue-loader: 17.4.2(@vue/compiler-sfc@3.4.26)(vue@3.4.26(typescript@5.4.5))(webpack@5.89.0(esbuild@0.19.10)) vue-style-loader: 4.1.3 webpack: 5.89.0(esbuild@0.19.10) webpack-bundle-analyzer: 4.10.1 @@ -11187,41 +11265,41 @@ snapshots: transitivePeerDependencies: - encoding - '@vue/compiler-core@3.4.23': + '@vue/compiler-core@3.4.26': dependencies: - '@babel/parser': 7.24.4 - '@vue/shared': 3.4.23 + '@babel/parser': 7.24.5 + '@vue/shared': 3.4.26 entities: 4.5.0 estree-walker: 2.0.2 source-map-js: 1.2.0 - '@vue/compiler-dom@3.4.23': + '@vue/compiler-dom@3.4.26': dependencies: - '@vue/compiler-core': 3.4.23 - '@vue/shared': 3.4.23 + '@vue/compiler-core': 3.4.26 + '@vue/shared': 3.4.26 '@vue/compiler-sfc@2.7.15': dependencies: - '@babel/parser': 7.24.4 + '@babel/parser': 7.24.5 postcss: 8.4.38 source-map: 0.6.1 - '@vue/compiler-sfc@3.4.23': + '@vue/compiler-sfc@3.4.26': dependencies: - '@babel/parser': 7.24.4 - '@vue/compiler-core': 3.4.23 - '@vue/compiler-dom': 3.4.23 - '@vue/compiler-ssr': 3.4.23 - '@vue/shared': 3.4.23 + '@babel/parser': 7.24.5 + '@vue/compiler-core': 3.4.26 + '@vue/compiler-dom': 3.4.26 + '@vue/compiler-ssr': 3.4.26 + '@vue/shared': 3.4.26 estree-walker: 2.0.2 magic-string: 0.30.10 postcss: 8.4.38 source-map-js: 1.2.0 - '@vue/compiler-ssr@3.4.23': + '@vue/compiler-ssr@3.4.26': dependencies: - '@vue/compiler-dom': 3.4.23 - '@vue/shared': 3.4.23 + '@vue/compiler-dom': 3.4.26 + '@vue/shared': 3.4.26 '@vue/component-compiler-utils@3.3.0(lodash@4.17.21)': dependencies: @@ -11292,20 +11370,20 @@ snapshots: '@vue/devtools-api@6.5.1': {} - '@vue/devtools-api@7.0.27(vue@3.4.23(typescript@5.4.5))': + '@vue/devtools-api@7.0.27(vue@3.4.26(typescript@5.4.5))': dependencies: - '@vue/devtools-kit': 7.0.27(vue@3.4.23(typescript@5.4.5)) + '@vue/devtools-kit': 7.0.27(vue@3.4.26(typescript@5.4.5)) transitivePeerDependencies: - vue - '@vue/devtools-kit@7.0.27(vue@3.4.23(typescript@5.4.5))': + '@vue/devtools-kit@7.0.27(vue@3.4.26(typescript@5.4.5))': dependencies: '@vue/devtools-shared': 7.0.27 hookable: 5.5.3 mitt: 3.0.1 perfect-debounce: 1.0.0 speakingurl: 14.0.1 - vue: 3.4.23(typescript@5.4.5) + vue: 3.4.26(typescript@5.4.5) '@vue/devtools-shared@7.0.27': dependencies: @@ -11315,8 +11393,8 @@ snapshots: dependencies: '@volar/language-core': 1.11.1 '@volar/source-map': 1.11.1 - '@vue/compiler-dom': 3.4.23 - '@vue/shared': 3.4.23 + '@vue/compiler-dom': 3.4.26 + '@vue/shared': 3.4.26 computeds: 0.0.1 minimatch: 9.0.4 muggle-string: 0.3.1 @@ -11325,28 +11403,28 @@ snapshots: optionalDependencies: typescript: 5.4.5 - '@vue/reactivity@3.4.23': + '@vue/reactivity@3.4.26': dependencies: - '@vue/shared': 3.4.23 + '@vue/shared': 3.4.26 - '@vue/runtime-core@3.4.23': + '@vue/runtime-core@3.4.26': dependencies: - '@vue/reactivity': 3.4.23 - '@vue/shared': 3.4.23 + '@vue/reactivity': 3.4.26 + '@vue/shared': 3.4.26 - '@vue/runtime-dom@3.4.23': + '@vue/runtime-dom@3.4.26': dependencies: - '@vue/runtime-core': 3.4.23 - '@vue/shared': 3.4.23 + '@vue/runtime-core': 3.4.26 + '@vue/shared': 3.4.26 csstype: 3.1.3 - '@vue/server-renderer@3.4.23(vue@3.4.23(typescript@5.4.5))': + '@vue/server-renderer@3.4.26(vue@3.4.26(typescript@5.4.5))': dependencies: - '@vue/compiler-ssr': 3.4.23 - '@vue/shared': 3.4.23 - vue: 3.4.23(typescript@5.4.5) + '@vue/compiler-ssr': 3.4.26 + '@vue/shared': 3.4.26 + vue: 3.4.26(typescript@5.4.5) - '@vue/shared@3.4.23': {} + '@vue/shared@3.4.26': {} '@vue/test-utils@2.4.5': dependencies: @@ -11355,30 +11433,30 @@ snapshots: '@vue/web-component-wrapper@1.3.0': {} - '@vueuse/components@10.9.0(vue@3.4.23(typescript@5.4.5))': + '@vueuse/components@10.9.0(vue@3.4.26(typescript@5.4.5))': dependencies: - '@vueuse/core': 10.9.0(vue@3.4.23(typescript@5.4.5)) - '@vueuse/shared': 10.9.0(vue@3.4.23(typescript@5.4.5)) - vue-demi: 0.14.7(vue@3.4.23(typescript@5.4.5)) + '@vueuse/core': 10.9.0(vue@3.4.26(typescript@5.4.5)) + '@vueuse/shared': 10.9.0(vue@3.4.26(typescript@5.4.5)) + vue-demi: 0.14.7(vue@3.4.26(typescript@5.4.5)) transitivePeerDependencies: - '@vue/composition-api' - vue - '@vueuse/core@10.9.0(vue@3.4.23(typescript@5.4.5))': + '@vueuse/core@10.9.0(vue@3.4.26(typescript@5.4.5))': dependencies: '@types/web-bluetooth': 0.0.20 '@vueuse/metadata': 10.9.0 - '@vueuse/shared': 10.9.0(vue@3.4.23(typescript@5.4.5)) - vue-demi: 0.14.7(vue@3.4.23(typescript@5.4.5)) + '@vueuse/shared': 10.9.0(vue@3.4.26(typescript@5.4.5)) + vue-demi: 0.14.7(vue@3.4.26(typescript@5.4.5)) transitivePeerDependencies: - '@vue/composition-api' - vue - '@vueuse/integrations@10.9.0(change-case@4.1.2)(focus-trap@7.5.4)(fuse.js@7.0.0)(vue@3.4.23(typescript@5.4.5))': + '@vueuse/integrations@10.9.0(change-case@4.1.2)(focus-trap@7.5.4)(fuse.js@7.0.0)(vue@3.4.26(typescript@5.4.5))': dependencies: - '@vueuse/core': 10.9.0(vue@3.4.23(typescript@5.4.5)) - '@vueuse/shared': 10.9.0(vue@3.4.23(typescript@5.4.5)) - vue-demi: 0.14.7(vue@3.4.23(typescript@5.4.5)) + '@vueuse/core': 10.9.0(vue@3.4.26(typescript@5.4.5)) + '@vueuse/shared': 10.9.0(vue@3.4.26(typescript@5.4.5)) + vue-demi: 0.14.7(vue@3.4.26(typescript@5.4.5)) optionalDependencies: change-case: 4.1.2 focus-trap: 7.5.4 @@ -11389,9 +11467,9 @@ snapshots: '@vueuse/metadata@10.9.0': {} - '@vueuse/shared@10.9.0(vue@3.4.23(typescript@5.4.5))': + '@vueuse/shared@10.9.0(vue@3.4.26(typescript@5.4.5))': dependencies: - vue-demi: 0.14.7(vue@3.4.23(typescript@5.4.5)) + vue-demi: 0.14.7(vue@3.4.26(typescript@5.4.5)) transitivePeerDependencies: - '@vue/composition-api' - vue @@ -11476,7 +11554,7 @@ snapshots: '@xtuc/long@4.2.2': {} - '@zeit/schemas@2.29.0': {} + '@zeit/schemas@2.36.0': {} abab@2.0.6: {} @@ -11669,9 +11747,9 @@ snapshots: b4a@1.6.4: {} - babel-loader@8.3.0(@babel/core@7.24.4)(webpack@5.89.0(esbuild@0.19.10)): + babel-loader@8.3.0(@babel/core@7.24.5)(webpack@5.89.0(esbuild@0.19.10)): dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 find-cache-dir: 3.3.2 loader-utils: 2.0.4 make-dir: 3.1.0 @@ -11682,27 +11760,27 @@ snapshots: dependencies: object.assign: 4.1.4 - babel-plugin-polyfill-corejs2@0.4.7(@babel/core@7.24.4): + babel-plugin-polyfill-corejs2@0.4.7(@babel/core@7.24.5): dependencies: '@babel/compat-data': 7.23.5 - '@babel/core': 7.24.4 - '@babel/helper-define-polyfill-provider': 0.4.4(@babel/core@7.24.4) + '@babel/core': 7.24.5 + '@babel/helper-define-polyfill-provider': 0.4.4(@babel/core@7.24.5) semver: 6.3.1 transitivePeerDependencies: - supports-color - babel-plugin-polyfill-corejs3@0.8.7(@babel/core@7.24.4): + babel-plugin-polyfill-corejs3@0.8.7(@babel/core@7.24.5): dependencies: - '@babel/core': 7.24.4 - '@babel/helper-define-polyfill-provider': 0.4.4(@babel/core@7.24.4) + '@babel/core': 7.24.5 + '@babel/helper-define-polyfill-provider': 0.4.4(@babel/core@7.24.5) core-js-compat: 3.35.0 transitivePeerDependencies: - supports-color - babel-plugin-polyfill-regenerator@0.5.4(@babel/core@7.24.4): + babel-plugin-polyfill-regenerator@0.5.4(@babel/core@7.24.5): dependencies: - '@babel/core': 7.24.4 - '@babel/helper-define-polyfill-provider': 0.4.4(@babel/core@7.24.4) + '@babel/core': 7.24.5 + '@babel/helper-define-polyfill-provider': 0.4.4(@babel/core@7.24.5) transitivePeerDependencies: - supports-color @@ -11808,10 +11886,10 @@ snapshots: dependencies: semver: 7.6.0 - bumpp@9.4.0: + bumpp@9.4.1: dependencies: '@jsdevtools/ez-spawn': 3.0.4 - c12: 1.9.0 + c12: 1.10.0 cac: 6.7.14 escalade: 3.1.2 fast-glob: 3.3.2 @@ -11832,7 +11910,7 @@ snapshots: bytes@3.1.2: {} - c12@1.9.0: + c12@1.10.0: dependencies: chokidar: 3.6.0 confbox: 0.1.3 @@ -12385,7 +12463,7 @@ snapshots: whatwg-mimetype: 4.0.0 whatwg-url: 14.0.0 - dayjs@1.11.10: {} + dayjs@1.11.11: {} de-indent@1.0.2: {} @@ -12545,7 +12623,7 @@ snapshots: electron@29.3.1: dependencies: '@electron/get': 2.0.3 - '@types/node': 20.12.7 + '@types/node': 20.12.8 extract-zip: 2.0.1 transitivePeerDependencies: - supports-color @@ -12584,7 +12662,7 @@ snapshots: dependencies: '@types/cookie': 0.4.1 '@types/cors': 2.8.17 - '@types/node': 20.12.7 + '@types/node': 20.12.8 accepts: 1.3.8 base64id: 2.0.0 cookie: 0.4.2 @@ -12845,6 +12923,10 @@ snapshots: dependencies: eslint: eslint-ts-patch@8.57.0-0 + eslint-plugin-command@0.1.5(eslint-ts-patch@8.57.0-0): + dependencies: + eslint: eslint-ts-patch@8.57.0-0 + 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) @@ -12871,7 +12953,7 @@ snapshots: eslint-plugin-import-x@0.5.0(eslint-ts-patch@8.57.0-0)(typescript@5.4.5): dependencies: - '@typescript-eslint/utils': 7.7.0(eslint-ts-patch@8.57.0-0)(typescript@5.4.5) + '@typescript-eslint/utils': 7.8.0(eslint-ts-patch@8.57.0-0)(typescript@5.4.5) debug: 4.3.4 doctrine: 3.0.0 eslint: eslint-ts-patch@8.57.0-0 @@ -12917,23 +12999,23 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-plugin-n@17.2.1(eslint-ts-patch@8.57.0-0): + eslint-plugin-n@17.4.0(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.15.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.3 - globals: 14.0.0 + globals: 15.0.0 ignore: 5.3.1 minimatch: 9.0.4 semver: 7.6.0 eslint-plugin-no-only-tests@3.1.0: {} - eslint-plugin-perfectionist@2.9.0(eslint-ts-patch@8.57.0-0)(typescript@5.4.5)(vue-eslint-parser@9.4.2(eslint-ts-patch@8.57.0-0)): + eslint-plugin-perfectionist@2.10.0(eslint-ts-patch@8.57.0-0)(typescript@5.4.5)(vue-eslint-parser@9.4.2(eslint-ts-patch@8.57.0-0)): dependencies: - '@typescript-eslint/utils': 6.21.0(eslint-ts-patch@8.57.0-0)(typescript@5.4.5) + '@typescript-eslint/utils': 7.8.0(eslint-ts-patch@8.57.0-0)(typescript@5.4.5) eslint: eslint-ts-patch@8.57.0-0 minimatch: 9.0.4 natural-compare-lite: 1.4.0 @@ -12955,7 +13037,7 @@ snapshots: eslint-plugin-unicorn@52.0.0(eslint-ts-patch@8.57.0-0): dependencies: - '@babel/helper-validator-identifier': 7.22.20 + '@babel/helper-validator-identifier': 7.24.5 '@eslint-community/eslint-utils': 4.4.0(eslint-ts-patch@8.57.0-0) '@eslint/eslintrc': 2.1.4 ci-info: 4.0.0 @@ -12975,20 +13057,20 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-plugin-unused-imports@3.1.0(@typescript-eslint/eslint-plugin@7.7.0(@typescript-eslint/parser@7.7.0(eslint-ts-patch@8.57.0-0)(typescript@5.4.5))(eslint-ts-patch@8.57.0-0)(typescript@5.4.5))(eslint-ts-patch@8.57.0-0): + eslint-plugin-unused-imports@3.1.0(@typescript-eslint/eslint-plugin@7.7.1(@typescript-eslint/parser@7.7.1(eslint-ts-patch@8.57.0-0)(typescript@5.4.5))(eslint-ts-patch@8.57.0-0)(typescript@5.4.5))(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.7.0(@typescript-eslint/parser@7.7.0(eslint-ts-patch@8.57.0-0)(typescript@5.4.5))(eslint-ts-patch@8.57.0-0)(typescript@5.4.5) + '@typescript-eslint/eslint-plugin': 7.7.1(@typescript-eslint/parser@7.7.1(eslint-ts-patch@8.57.0-0)(typescript@5.4.5))(eslint-ts-patch@8.57.0-0)(typescript@5.4.5) - eslint-plugin-vitest@0.5.3(@typescript-eslint/eslint-plugin@7.7.0(@typescript-eslint/parser@7.7.0(eslint-ts-patch@8.57.0-0)(typescript@5.4.5))(eslint-ts-patch@8.57.0-0)(typescript@5.4.5))(eslint-ts-patch@8.57.0-0)(typescript@5.4.5)(vitest@1.5.0(@types/node@20.12.7)(jsdom@24.0.0)(sass@1.75.0)(terser@5.26.0)): + eslint-plugin-vitest@0.5.4(@typescript-eslint/eslint-plugin@7.7.1(@typescript-eslint/parser@7.7.1(eslint-ts-patch@8.57.0-0)(typescript@5.4.5))(eslint-ts-patch@8.57.0-0)(typescript@5.4.5))(eslint-ts-patch@8.57.0-0)(typescript@5.4.5)(vitest@1.5.3(@types/node@20.12.8)(jsdom@24.0.0)(sass@1.76.0)(terser@5.26.0)): dependencies: - '@typescript-eslint/utils': 7.7.0(eslint-ts-patch@8.57.0-0)(typescript@5.4.5) + '@typescript-eslint/utils': 7.8.0(eslint-ts-patch@8.57.0-0)(typescript@5.4.5) eslint: eslint-ts-patch@8.57.0-0 optionalDependencies: - '@typescript-eslint/eslint-plugin': 7.7.0(@typescript-eslint/parser@7.7.0(eslint-ts-patch@8.57.0-0)(typescript@5.4.5))(eslint-ts-patch@8.57.0-0)(typescript@5.4.5) - vitest: 1.5.0(@types/node@20.12.7)(jsdom@24.0.0)(sass@1.75.0)(terser@5.26.0) + '@typescript-eslint/eslint-plugin': 7.7.1(@typescript-eslint/parser@7.7.1(eslint-ts-patch@8.57.0-0)(typescript@5.4.5))(eslint-ts-patch@8.57.0-0)(typescript@5.4.5) + vitest: 1.5.3(@types/node@20.12.8)(jsdom@24.0.0)(sass@1.76.0)(terser@5.26.0) transitivePeerDependencies: - supports-color - typescript @@ -13007,16 +13089,16 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-plugin-vue@9.25.0(eslint@9.1.0): + eslint-plugin-vue@9.25.0(eslint@9.1.1): dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@9.1.0) - eslint: 9.1.0 + '@eslint-community/eslint-utils': 4.4.0(eslint@9.1.1) + eslint: 9.1.1 globals: 13.24.0 natural-compare: 1.4.0 nth-check: 2.1.1 postcss-selector-parser: 6.0.15 semver: 7.6.0 - vue-eslint-parser: 9.4.2(eslint@9.1.0) + vue-eslint-parser: 9.4.2(eslint@9.1.1) xml-name-validator: 4.0.0 transitivePeerDependencies: - supports-color @@ -13032,9 +13114,9 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-processor-vue-blocks@0.1.2(@vue/compiler-sfc@3.4.23)(eslint-ts-patch@8.57.0-0): + eslint-processor-vue-blocks@0.1.2(@vue/compiler-sfc@3.4.26)(eslint-ts-patch@8.57.0-0): dependencies: - '@vue/compiler-sfc': 3.4.23 + '@vue/compiler-sfc': 3.4.26 eslint: eslint-ts-patch@8.57.0-0 eslint-rule-composer@0.3.0: {} @@ -13068,10 +13150,10 @@ snapshots: eslint-visitor-keys@4.0.0: {} - eslint-webpack-plugin@3.2.0(eslint@9.1.0)(webpack@5.89.0(esbuild@0.19.10)): + eslint-webpack-plugin@3.2.0(eslint@9.1.1)(webpack@5.89.0(esbuild@0.19.10)): dependencies: '@types/eslint': 8.56.9 - eslint: 9.1.0 + eslint: 9.1.1 jest-worker: 28.1.3 micromatch: 4.0.5 normalize-path: 3.0.0 @@ -13121,9 +13203,9 @@ snapshots: transitivePeerDependencies: - supports-color - eslint@9.1.0: + eslint@9.1.1: dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@9.1.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@9.1.1) '@eslint-community/regexpp': 4.10.0 '@eslint/eslintrc': 3.0.2 '@eslint/js': 9.1.1 @@ -13415,11 +13497,11 @@ snapshots: flexsearch@0.7.21: {} - floating-vue@5.2.2(vue@3.4.23(typescript@5.4.5)): + floating-vue@5.2.2(vue@3.4.26(typescript@5.4.5)): dependencies: '@floating-ui/dom': 1.1.1 - vue: 3.4.23(typescript@5.4.5) - vue-resize: 2.0.0-alpha.1(vue@3.4.23(typescript@5.4.5)) + vue: 3.4.26(typescript@5.4.5) + vue-resize: 2.0.0-alpha.1(vue@3.4.26(typescript@5.4.5)) focus-trap@7.5.4: dependencies: @@ -13701,12 +13783,12 @@ snapshots: highlight.js@10.7.3: {} - histoire@0.17.17(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0)(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0)): + histoire@0.17.17(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0)(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0)): dependencies: '@akryum/tinypool': 0.3.1 - '@histoire/app': 0.17.17(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0)) - '@histoire/controls': 0.17.17(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0)) - '@histoire/shared': 0.17.17(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0)) + '@histoire/app': 0.17.17(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0)) + '@histoire/controls': 0.17.17(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0)) + '@histoire/shared': 0.17.17(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0)) '@histoire/vendors': 0.17.17 '@types/flexsearch': 0.7.6 '@types/markdown-it': 12.2.3 @@ -13733,8 +13815,8 @@ snapshots: sade: 1.8.1 shiki-es: 0.2.0 sirv: 2.0.4 - vite: 5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0) - vite-node: 0.34.6(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0) + vite: 5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0) + vite-node: 0.34.6(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0) transitivePeerDependencies: - '@types/node' - bufferutil @@ -14052,13 +14134,13 @@ snapshots: jest-worker@27.5.1: dependencies: - '@types/node': 20.12.7 + '@types/node': 20.12.8 merge-stream: 2.0.0 supports-color: 8.1.1 jest-worker@28.1.3: dependencies: - '@types/node': 20.12.7 + '@types/node': 20.12.8 merge-stream: 2.0.0 supports-color: 8.1.1 @@ -14291,8 +14373,6 @@ snapshots: emojis-list: 3.0.0 json5: 2.2.3 - local-pkg@0.4.3: {} - local-pkg@0.5.0: dependencies: mlly: 1.6.1 @@ -14564,7 +14644,7 @@ snapshots: mkdirp@1.0.4: {} - mkdist@1.3.0(sass@1.75.0)(typescript@5.4.5): + mkdist@1.3.0(sass@1.76.0)(typescript@5.4.5): dependencies: citty: 0.1.5 defu: 6.1.4 @@ -14576,7 +14656,7 @@ snapshots: mri: 1.2.0 pathe: 1.1.2 optionalDependencies: - sass: 1.75.0 + sass: 1.76.0 typescript: 5.4.5 mlly@0.5.17: @@ -14947,11 +15027,11 @@ snapshots: pidtree@0.6.0: {} - pinia@2.1.7(typescript@5.4.5)(vue@3.4.23(typescript@5.4.5)): + pinia@2.1.7(typescript@5.4.5)(vue@3.4.26(typescript@5.4.5)): dependencies: '@vue/devtools-api': 6.5.1 - vue: 3.4.23(typescript@5.4.5) - vue-demi: 0.14.7(vue@3.4.23(typescript@5.4.5)) + vue: 3.4.26(typescript@5.4.5) + vue-demi: 0.14.7(vue@3.4.26(typescript@5.4.5)) optionalDependencies: typescript: 5.4.5 @@ -14969,7 +15049,7 @@ snapshots: pluralize@8.0.0: {} - pnpm@9.0.5: {} + pnpm@9.0.6: {} portfinder@1.0.32: dependencies: @@ -15522,7 +15602,7 @@ snapshots: safer-buffer@2.1.2: {} - sass@1.75.0: + sass@1.76.0: dependencies: chokidar: 3.6.0 immutable: 4.3.4 @@ -15647,9 +15727,9 @@ snapshots: transitivePeerDependencies: - supports-color - serve@14.2.2: + serve@14.2.3: dependencies: - '@zeit/schemas': 2.29.0 + '@zeit/schemas': 2.36.0 ajv: 8.12.0 arg: 5.0.2 boxen: 7.0.0 @@ -15691,6 +15771,10 @@ snapshots: dependencies: '@shikijs/core': 1.3.0 + shiki@1.4.0: + dependencies: + '@shikijs/core': 1.4.0 + side-channel@1.0.4: dependencies: call-bind: 1.0.2 @@ -16025,13 +16109,13 @@ snapshots: mkdirp: 1.0.4 yallist: 4.0.0 - taze@0.13.6: + taze@0.13.8: dependencies: '@antfu/ni': 0.21.12 + '@jsdevtools/ez-spawn': 3.0.4 cli-progress: 3.12.0 deepmerge: 4.3.1 detect-indent: 7.0.1 - execa: 8.0.1 picocolors: 1.0.0 prompts: 2.4.2 ufo: 1.5.3 @@ -16135,7 +16219,7 @@ snapshots: tslib@2.6.2: {} - tsup@8.0.2(@microsoft/api-extractor@7.43.0(@types/node@20.12.7))(postcss@8.4.38)(typescript@5.4.5): + tsup@8.0.2(@microsoft/api-extractor@7.43.0(@types/node@20.12.8))(postcss@8.4.38)(typescript@5.4.5): dependencies: bundle-require: 4.0.2(esbuild@0.19.10) cac: 6.7.14 @@ -16152,46 +16236,46 @@ snapshots: sucrase: 3.34.0 tree-kill: 1.2.2 optionalDependencies: - '@microsoft/api-extractor': 7.43.0(@types/node@20.12.7) + '@microsoft/api-extractor': 7.43.0(@types/node@20.12.8) postcss: 8.4.38 typescript: 5.4.5 transitivePeerDependencies: - supports-color - ts-node - tsx@4.7.2: + tsx@4.8.2: dependencies: - esbuild: 0.19.10 + esbuild: 0.20.2 get-tsconfig: 4.7.3 optionalDependencies: fsevents: 2.3.3 - turbo-darwin-64@1.13.2: + turbo-darwin-64@1.13.3: optional: true - turbo-darwin-arm64@1.13.2: + turbo-darwin-arm64@1.13.3: optional: true - turbo-linux-64@1.13.2: + turbo-linux-64@1.13.3: optional: true - turbo-linux-arm64@1.13.2: + turbo-linux-arm64@1.13.3: optional: true - turbo-windows-64@1.13.2: + turbo-windows-64@1.13.3: optional: true - turbo-windows-arm64@1.13.2: + turbo-windows-arm64@1.13.3: optional: true - turbo@1.13.2: + turbo@1.13.3: optionalDependencies: - turbo-darwin-64: 1.13.2 - turbo-darwin-arm64: 1.13.2 - turbo-linux-64: 1.13.2 - turbo-linux-arm64: 1.13.2 - turbo-windows-64: 1.13.2 - turbo-windows-arm64: 1.13.2 + turbo-darwin-64: 1.13.3 + turbo-darwin-arm64: 1.13.3 + turbo-linux-64: 1.13.3 + turbo-linux-arm64: 1.13.3 + turbo-windows-64: 1.13.3 + turbo-windows-arm64: 1.13.3 type-check@0.4.0: dependencies: @@ -16229,7 +16313,7 @@ snapshots: ufo@1.5.3: {} - unbuild@2.0.0(sass@1.75.0)(typescript@5.4.5): + unbuild@2.0.0(sass@1.76.0)(typescript@5.4.5): dependencies: '@rollup/plugin-alias': 5.0.0(rollup@3.28.1) '@rollup/plugin-commonjs': 25.0.4(rollup@3.28.1) @@ -16246,7 +16330,7 @@ snapshots: hookable: 5.5.3 jiti: 1.21.0 magic-string: 0.30.10 - mkdist: 1.3.0(sass@1.75.0)(typescript@5.4.5) + mkdist: 1.3.0(sass@1.76.0)(typescript@5.4.5) mlly: 1.6.1 pathe: 1.1.2 pkg-types: 1.0.3 @@ -16322,9 +16406,9 @@ snapshots: universalify@2.0.1: {} - unocss@0.59.4(postcss@8.4.38)(rollup@3.28.1)(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0)): + unocss@0.59.4(postcss@8.4.38)(rollup@3.28.1)(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0)): dependencies: - '@unocss/astro': 0.59.4(rollup@3.28.1)(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0)) + '@unocss/astro': 0.59.4(rollup@3.28.1)(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0)) '@unocss/cli': 0.59.4(rollup@3.28.1) '@unocss/core': 0.59.4 '@unocss/extractor-arbitrary-variants': 0.59.4 @@ -16343,17 +16427,17 @@ snapshots: '@unocss/transformer-compile-class': 0.59.4 '@unocss/transformer-directives': 0.59.4 '@unocss/transformer-variant-group': 0.59.4 - '@unocss/vite': 0.59.4(rollup@3.28.1)(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0)) + '@unocss/vite': 0.59.4(rollup@3.28.1)(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0)) optionalDependencies: - vite: 5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0) + vite: 5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0) transitivePeerDependencies: - postcss - rollup - supports-color - unocss@0.59.4(postcss@8.4.38)(rollup@4.13.0)(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0)): + unocss@0.59.4(postcss@8.4.38)(rollup@4.13.0)(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0)): dependencies: - '@unocss/astro': 0.59.4(rollup@4.13.0)(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0)) + '@unocss/astro': 0.59.4(rollup@4.13.0)(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0)) '@unocss/cli': 0.59.4(rollup@4.13.0) '@unocss/core': 0.59.4 '@unocss/extractor-arbitrary-variants': 0.59.4 @@ -16372,9 +16456,9 @@ snapshots: '@unocss/transformer-compile-class': 0.59.4 '@unocss/transformer-directives': 0.59.4 '@unocss/transformer-variant-group': 0.59.4 - '@unocss/vite': 0.59.4(rollup@4.13.0)(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0)) + '@unocss/vite': 0.59.4(rollup@4.13.0)(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0)) optionalDependencies: - vite: 5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0) + vite: 5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0) transitivePeerDependencies: - postcss - rollup @@ -16382,7 +16466,7 @@ snapshots: unpipe@1.0.0: {} - unplugin-auto-import@0.17.5(@vueuse/core@10.9.0(vue@3.4.23(typescript@5.4.5)))(rollup@4.13.0): + unplugin-auto-import@0.17.5(@vueuse/core@10.9.0(vue@3.4.26(typescript@5.4.5)))(rollup@4.13.0): dependencies: '@antfu/utils': 0.7.7 '@rollup/pluginutils': 5.1.0(rollup@4.13.0) @@ -16393,36 +16477,36 @@ snapshots: unimport: 3.7.1(rollup@4.13.0) unplugin: 1.10.1 optionalDependencies: - '@vueuse/core': 10.9.0(vue@3.4.23(typescript@5.4.5)) + '@vueuse/core': 10.9.0(vue@3.4.26(typescript@5.4.5)) transitivePeerDependencies: - rollup - unplugin-vue-components@0.26.0(@babel/parser@7.24.4)(rollup@4.13.0)(vue@3.4.23(typescript@5.4.5)): + unplugin-vue-components@0.27.0(@babel/parser@7.24.5)(rollup@4.13.0)(vue@3.4.26(typescript@5.4.5)): dependencies: '@antfu/utils': 0.7.7 '@rollup/pluginutils': 5.1.0(rollup@4.13.0) chokidar: 3.6.0 debug: 4.3.4 fast-glob: 3.3.2 - local-pkg: 0.4.3 + local-pkg: 0.5.0 magic-string: 0.30.10 minimatch: 9.0.4 resolve: 1.22.8 unplugin: 1.10.1 - vue: 3.4.23(typescript@5.4.5) + vue: 3.4.26(typescript@5.4.5) optionalDependencies: - '@babel/parser': 7.24.4 + '@babel/parser': 7.24.5 transitivePeerDependencies: - rollup - supports-color - unplugin-vue@5.0.5(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0)(vue@3.4.23(typescript@5.4.5)): + unplugin-vue@5.0.5(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0)(vue@3.4.26(typescript@5.4.5)): dependencies: - '@vue/reactivity': 3.4.23 + '@vue/reactivity': 3.4.26 debug: 4.3.4 unplugin: 1.7.1 - vite: 5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0) - vue: 3.4.23(typescript@5.4.5) + vite: 5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0) + vue: 3.4.26(typescript@5.4.5) transitivePeerDependencies: - '@types/node' - less @@ -16449,9 +16533,9 @@ snapshots: untyped@1.4.0: dependencies: - '@babel/core': 7.24.4 + '@babel/core': 7.24.5 '@babel/standalone': 7.22.15 - '@babel/types': 7.24.0 + '@babel/types': 7.24.5 defu: 6.1.4 jiti: 1.21.0 mri: 1.2.0 @@ -16529,16 +16613,16 @@ snapshots: '@egjs/hammerjs': 2.0.17 component-emitter: 1.3.1 - vite-hot-client@0.2.3(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0)): + vite-hot-client@0.2.3(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0)): dependencies: - vite: 5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0) + vite: 5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0) - vite-node@0.24.5(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0): + vite-node@0.24.5(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0): dependencies: debug: 4.3.4 mlly: 0.5.17 pathe: 0.2.0 - vite: 3.2.7(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0) + vite: 3.2.7(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0) transitivePeerDependencies: - '@types/node' - less @@ -16548,14 +16632,14 @@ snapshots: - supports-color - terser - vite-node@0.34.6(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0): + vite-node@0.34.6(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0): dependencies: cac: 6.7.14 debug: 4.3.4 mlly: 1.6.1 pathe: 1.1.2 picocolors: 1.0.0 - vite: 5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0) + vite: 5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0) transitivePeerDependencies: - '@types/node' - less @@ -16566,13 +16650,13 @@ snapshots: - supports-color - terser - vite-node@1.5.0(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0): + vite-node@1.5.3(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0): dependencies: cac: 6.7.14 debug: 4.3.4 pathe: 1.1.2 picocolors: 1.0.0 - vite: 5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0) + vite: 5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0) transitivePeerDependencies: - '@types/node' - less @@ -16583,9 +16667,9 @@ snapshots: - supports-color - terser - vite-plugin-dts@3.8.3(@types/node@20.12.7)(rollup@4.13.0)(typescript@5.4.5)(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0)): + vite-plugin-dts@3.9.0(@types/node@20.12.8)(rollup@4.13.0)(typescript@5.4.5)(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0)): dependencies: - '@microsoft/api-extractor': 7.43.0(@types/node@20.12.7) + '@microsoft/api-extractor': 7.43.0(@types/node@20.12.8) '@rollup/pluginutils': 5.1.0(rollup@4.13.0) '@vue/language-core': 1.8.27(typescript@5.4.5) debug: 4.3.4 @@ -16594,13 +16678,13 @@ snapshots: typescript: 5.4.5 vue-tsc: 1.8.27(typescript@5.4.5) optionalDependencies: - vite: 5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0) + vite: 5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0) transitivePeerDependencies: - '@types/node' - rollup - supports-color - vite-plugin-inspect@0.8.4(rollup@4.13.0)(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0)): + vite-plugin-inspect@0.8.4(rollup@4.13.0)(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0)): dependencies: '@antfu/utils': 0.7.7 '@rollup/pluginutils': 5.1.0(rollup@4.13.0) @@ -16611,74 +16695,74 @@ snapshots: perfect-debounce: 1.0.0 picocolors: 1.0.0 sirv: 2.0.4 - vite: 5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0) + vite: 5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0) transitivePeerDependencies: - rollup - supports-color - vite-plugin-vue-inspector@5.0.1(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0)): + vite-plugin-vue-inspector@5.0.1(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0)): dependencies: - '@babel/core': 7.24.4 - '@babel/plugin-proposal-decorators': 7.23.5(@babel/core@7.24.4) - '@babel/plugin-syntax-import-attributes': 7.23.3(@babel/core@7.24.4) - '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.24.4) - '@babel/plugin-transform-typescript': 7.24.1(@babel/core@7.24.4) - '@vue/babel-plugin-jsx': 1.1.5(@babel/core@7.24.4) - '@vue/compiler-dom': 3.4.23 + '@babel/core': 7.24.5 + '@babel/plugin-proposal-decorators': 7.23.5(@babel/core@7.24.5) + '@babel/plugin-syntax-import-attributes': 7.23.3(@babel/core@7.24.5) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.24.5) + '@babel/plugin-transform-typescript': 7.24.1(@babel/core@7.24.5) + '@vue/babel-plugin-jsx': 1.1.5(@babel/core@7.24.5) + '@vue/compiler-dom': 3.4.26 kolorist: 1.8.0 magic-string: 0.30.10 - vite: 5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0) + vite: 5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0) transitivePeerDependencies: - supports-color - vite-plugin-vue-termui@0.0.12(@vitejs/plugin-vue@5.0.4(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0))(vue@3.4.23(typescript@5.4.5)))(unplugin-auto-import@0.17.5(@vueuse/core@10.9.0(vue@3.4.23(typescript@5.4.5)))(rollup@4.13.0))(unplugin-vue-components@0.26.0(@babel/parser@7.24.4)(rollup@4.13.0)(vue@3.4.23(typescript@5.4.5)))(vue-termui@0.0.19(@vue/runtime-core@3.4.23))(vue@3.4.23(typescript@5.4.5)): + vite-plugin-vue-termui@0.0.12(@vitejs/plugin-vue@5.0.4(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0))(vue@3.4.26(typescript@5.4.5)))(unplugin-auto-import@0.17.5(@vueuse/core@10.9.0(vue@3.4.26(typescript@5.4.5)))(rollup@4.13.0))(unplugin-vue-components@0.27.0(@babel/parser@7.24.5)(rollup@4.13.0)(vue@3.4.26(typescript@5.4.5)))(vue-termui@0.0.19(@vue/runtime-core@3.4.26))(vue@3.4.26(typescript@5.4.5)): dependencies: - '@vitejs/plugin-vue': 5.0.4(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0))(vue@3.4.23(typescript@5.4.5)) - unplugin-auto-import: 0.17.5(@vueuse/core@10.9.0(vue@3.4.23(typescript@5.4.5)))(rollup@4.13.0) - unplugin-vue-components: 0.26.0(@babel/parser@7.24.4)(rollup@4.13.0)(vue@3.4.23(typescript@5.4.5)) - vue: 3.4.23(typescript@5.4.5) - vue-termui: 0.0.19(@vue/runtime-core@3.4.23) + '@vitejs/plugin-vue': 5.0.4(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0))(vue@3.4.26(typescript@5.4.5)) + unplugin-auto-import: 0.17.5(@vueuse/core@10.9.0(vue@3.4.26(typescript@5.4.5)))(rollup@4.13.0) + unplugin-vue-components: 0.27.0(@babel/parser@7.24.5)(rollup@4.13.0)(vue@3.4.26(typescript@5.4.5)) + vue: 3.4.26(typescript@5.4.5) + vue-termui: 0.0.19(@vue/runtime-core@3.4.26) - vite@3.2.7(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0): + vite@3.2.7(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0): dependencies: esbuild: 0.15.18 postcss: 8.4.38 resolve: 1.22.8 rollup: 2.79.1 optionalDependencies: - '@types/node': 20.12.7 + '@types/node': 20.12.8 fsevents: 2.3.3 - sass: 1.75.0 + sass: 1.76.0 terser: 5.26.0 - vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0): + vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0): dependencies: esbuild: 0.20.2 postcss: 8.4.38 rollup: 4.13.0 optionalDependencies: - '@types/node': 20.12.7 + '@types/node': 20.12.8 fsevents: 2.3.3 - sass: 1.75.0 + sass: 1.76.0 terser: 5.26.0 - vitepress@1.1.3(@algolia/client-search@4.22.0)(@types/node@20.12.7)(change-case@4.1.2)(fuse.js@7.0.0)(postcss@8.4.38)(sass@1.75.0)(search-insights@2.13.0)(terser@5.26.0)(typescript@5.4.5): + vitepress@1.1.4(@algolia/client-search@4.22.0)(@types/node@20.12.8)(change-case@4.1.2)(fuse.js@7.0.0)(postcss@8.4.38)(sass@1.76.0)(search-insights@2.13.0)(terser@5.26.0)(typescript@5.4.5): 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.3.0 + '@shikijs/core': 1.4.0 '@shikijs/transformers': 1.3.0 '@types/markdown-it': 14.0.1 - '@vitejs/plugin-vue': 5.0.4(vite@5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0))(vue@3.4.23(typescript@5.4.5)) - '@vue/devtools-api': 7.0.27(vue@3.4.23(typescript@5.4.5)) - '@vueuse/core': 10.9.0(vue@3.4.23(typescript@5.4.5)) - '@vueuse/integrations': 10.9.0(change-case@4.1.2)(focus-trap@7.5.4)(fuse.js@7.0.0)(vue@3.4.23(typescript@5.4.5)) + '@vitejs/plugin-vue': 5.0.4(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0))(vue@3.4.26(typescript@5.4.5)) + '@vue/devtools-api': 7.0.27(vue@3.4.26(typescript@5.4.5)) + '@vueuse/core': 10.9.0(vue@3.4.26(typescript@5.4.5)) + '@vueuse/integrations': 10.9.0(change-case@4.1.2)(focus-trap@7.5.4)(fuse.js@7.0.0)(vue@3.4.26(typescript@5.4.5)) focus-trap: 7.5.4 mark.js: 8.11.1 minisearch: 6.3.0 - shiki: 1.3.0 - vite: 5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0) - vue: 3.4.23(typescript@5.4.5) + shiki: 1.4.0 + vite: 5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0) + vue: 3.4.26(typescript@5.4.5) optionalDependencies: postcss: 8.4.38 transitivePeerDependencies: @@ -16708,13 +16792,13 @@ snapshots: - typescript - universal-cookie - vitest@1.5.0(@types/node@20.12.7)(jsdom@24.0.0)(sass@1.75.0)(terser@5.26.0): + vitest@1.5.3(@types/node@20.12.8)(jsdom@24.0.0)(sass@1.76.0)(terser@5.26.0): dependencies: - '@vitest/expect': 1.5.0 - '@vitest/runner': 1.5.0 - '@vitest/snapshot': 1.5.0 - '@vitest/spy': 1.5.0 - '@vitest/utils': 1.5.0 + '@vitest/expect': 1.5.3 + '@vitest/runner': 1.5.3 + '@vitest/snapshot': 1.5.3 + '@vitest/spy': 1.5.3 + '@vitest/utils': 1.5.3 acorn-walk: 8.3.2 chai: 4.3.10 debug: 4.3.4 @@ -16727,11 +16811,11 @@ snapshots: strip-literal: 2.0.0 tinybench: 2.5.1 tinypool: 0.8.4 - vite: 5.2.10(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0) - vite-node: 1.5.0(@types/node@20.12.7)(sass@1.75.0)(terser@5.26.0) + vite: 5.2.11(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0) + vite-node: 1.5.3(@types/node@20.12.8)(sass@1.76.0)(terser@5.26.0) why-is-node-running: 2.2.2 optionalDependencies: - '@types/node': 20.12.7 + '@types/node': 20.12.8 jsdom: 24.0.0 transitivePeerDependencies: - less @@ -16744,9 +16828,9 @@ snapshots: vue-component-type-helpers@2.0.6: {} - vue-demi@0.14.7(vue@3.4.23(typescript@5.4.5)): + vue-demi@0.14.7(vue@3.4.26(typescript@5.4.5)): dependencies: - vue: 3.4.23(typescript@5.4.5) + vue: 3.4.26(typescript@5.4.5) vue-eslint-parser@9.4.2(eslint-ts-patch@8.57.0-0): dependencies: @@ -16761,10 +16845,10 @@ snapshots: transitivePeerDependencies: - supports-color - vue-eslint-parser@9.4.2(eslint@9.1.0): + vue-eslint-parser@9.4.2(eslint@9.1.1): dependencies: debug: 4.3.4 - eslint: 9.1.0 + eslint: 9.1.1 eslint-scope: 7.2.2 eslint-visitor-keys: 3.4.3 espree: 9.6.1 @@ -16776,7 +16860,7 @@ snapshots: vue-hot-reload-api@2.3.4: {} - vue-loader@15.11.1(@vue/compiler-sfc@3.4.23)(css-loader@6.8.1(webpack@5.89.0(esbuild@0.19.10)))(lodash@4.17.21)(vue-template-compiler@2.7.15)(webpack@5.89.0(esbuild@0.19.10)): + vue-loader@15.11.1(@vue/compiler-sfc@3.4.26)(css-loader@6.8.1(webpack@5.89.0(esbuild@0.19.10)))(lodash@4.17.21)(vue-template-compiler@2.7.15)(webpack@5.89.0(esbuild@0.19.10)): dependencies: '@vue/component-compiler-utils': 3.3.0(lodash@4.17.21) css-loader: 6.8.1(webpack@5.89.0(esbuild@0.19.10)) @@ -16786,7 +16870,7 @@ snapshots: vue-style-loader: 4.1.3 webpack: 5.89.0(esbuild@0.19.10) optionalDependencies: - '@vue/compiler-sfc': 3.4.23 + '@vue/compiler-sfc': 3.4.26 vue-template-compiler: 2.7.15 transitivePeerDependencies: - arc-templates @@ -16843,28 +16927,28 @@ snapshots: - walrus - whiskers - vue-loader@17.4.2(@vue/compiler-sfc@3.4.23)(vue@3.4.23(typescript@5.4.5))(webpack@5.89.0(esbuild@0.19.10)): + vue-loader@17.4.2(@vue/compiler-sfc@3.4.26)(vue@3.4.26(typescript@5.4.5))(webpack@5.89.0(esbuild@0.19.10)): dependencies: chalk: 4.1.2 hash-sum: 2.0.0 watchpack: 2.4.0 webpack: 5.89.0(esbuild@0.19.10) optionalDependencies: - '@vue/compiler-sfc': 3.4.23 - vue: 3.4.23(typescript@5.4.5) + '@vue/compiler-sfc': 3.4.26 + vue: 3.4.26(typescript@5.4.5) - vue-observe-visibility@2.0.0-alpha.1(vue@3.4.23(typescript@5.4.5)): + vue-observe-visibility@2.0.0-alpha.1(vue@3.4.26(typescript@5.4.5)): dependencies: - vue: 3.4.23(typescript@5.4.5) + vue: 3.4.26(typescript@5.4.5) - vue-resize@2.0.0-alpha.1(vue@3.4.23(typescript@5.4.5)): + vue-resize@2.0.0-alpha.1(vue@3.4.26(typescript@5.4.5)): dependencies: - vue: 3.4.23(typescript@5.4.5) + vue: 3.4.26(typescript@5.4.5) - vue-router@4.3.2(vue@3.4.23(typescript@5.4.5)): + vue-router@4.3.2(vue@3.4.26(typescript@5.4.5)): dependencies: '@vue/devtools-api': 6.5.1 - vue: 3.4.23(typescript@5.4.5) + vue: 3.4.26(typescript@5.4.5) vue-style-loader@4.1.3: dependencies: @@ -16878,9 +16962,9 @@ snapshots: vue-template-es2015-compiler@1.9.1: {} - vue-termui@0.0.19(@vue/runtime-core@3.4.23): + vue-termui@0.0.19(@vue/runtime-core@3.4.26): dependencies: - '@vue/runtime-core': 3.4.23 + '@vue/runtime-core': 3.4.26 ansi-escapes: 6.2.0 chalk: 5.3.0 cli-boxes: 3.0.0 @@ -16906,25 +16990,25 @@ snapshots: semver: 7.6.0 typescript: 5.4.5 - vue-virtual-scroller@2.0.0-beta.8(vue@3.4.23(typescript@5.4.5)): + vue-virtual-scroller@2.0.0-beta.8(vue@3.4.26(typescript@5.4.5)): dependencies: mitt: 2.1.0 - vue: 3.4.23(typescript@5.4.5) - vue-observe-visibility: 2.0.0-alpha.1(vue@3.4.23(typescript@5.4.5)) - vue-resize: 2.0.0-alpha.1(vue@3.4.23(typescript@5.4.5)) + vue: 3.4.26(typescript@5.4.5) + vue-observe-visibility: 2.0.0-alpha.1(vue@3.4.26(typescript@5.4.5)) + vue-resize: 2.0.0-alpha.1(vue@3.4.26(typescript@5.4.5)) vue@2.7.15: dependencies: '@vue/compiler-sfc': 2.7.15 csstype: 3.1.3 - vue@3.4.23(typescript@5.4.5): + vue@3.4.26(typescript@5.4.5): dependencies: - '@vue/compiler-dom': 3.4.23 - '@vue/compiler-sfc': 3.4.23 - '@vue/runtime-dom': 3.4.23 - '@vue/server-renderer': 3.4.23(vue@3.4.23(typescript@5.4.5)) - '@vue/shared': 3.4.23 + '@vue/compiler-dom': 3.4.26 + '@vue/compiler-sfc': 3.4.26 + '@vue/runtime-dom': 3.4.26 + '@vue/server-renderer': 3.4.26(vue@3.4.26(typescript@5.4.5)) + '@vue/shared': 3.4.26 optionalDependencies: typescript: 5.4.5