diff --git a/package.json b/package.json index b9504879797..051c27a3bc3 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "devDependencies": { "@vant/cli": "workspace:*", "@vant/eslint-config": "workspace:*", - "eslint": "^8.57.0", + "eslint": "^8.57.1", "husky": "^9.1.6", "nano-staged": "^0.8.0", "prettier": "^3.3.3" diff --git a/packages/vant-cli/package.json b/packages/vant-cli/package.json index 8c1697b1ad2..7da04d2b192 100644 --- a/packages/vant-cli/package.json +++ b/packages/vant-cli/package.json @@ -40,15 +40,15 @@ "devDependencies": { "@types/fs-extra": "^11.0.4", "@types/less": "^3.0.6", - "@types/lodash": "^4.17.7", + "@types/lodash": "^4.17.9", "@types/markdown-it": "^14.1.2", "rimraf": "^6.0.1", - "vue": "^3.5.5" + "vue": "^3.5.9" }, "dependencies": { "@babel/core": "^7.25.2", "@babel/preset-typescript": "^7.24.7", - "@rsbuild/core": "1.0.4", + "@rsbuild/core": "1.0.7", "@rsbuild/plugin-babel": "1.0.1", "@rsbuild/plugin-less": "1.0.1", "@rsbuild/plugin-sass": "1.0.1", @@ -56,14 +56,14 @@ "@rsbuild/plugin-vue-jsx": "1.0.1", "@vant/eslint-config": "workspace:^", "@vant/touch-emulator": "workspace:^", - "@vitejs/plugin-vue": "^5.1.3", + "@vitejs/plugin-vue": "^5.1.4", "@vitejs/plugin-vue-jsx": "^4.0.1", "@vue/babel-plugin-jsx": "^1.2.5", "autoprefixer": "^10.4.20", "commander": "^12.1.0", "rslog": "^1.2.3", "esbuild": "^0.23.1", - "eslint": "^8.57.0", + "eslint": "^8.57.1", "enquirer": "2.4.1", "fast-glob": "^3.3.2", "fs-extra": "^11.2.0", @@ -83,7 +83,7 @@ "terser": "^5.33.0", "transliteration": "^2.3.5", "typescript": "^5.6.2", - "vite": "^5.4.5", + "vite": "^5.4.8", "vue-router": "^4.4.5" } } diff --git a/packages/vant-compat/package.json b/packages/vant-compat/package.json index 9b5d6dac6b7..c3a430b35c9 100644 --- a/packages/vant-compat/package.json +++ b/packages/vant-compat/package.json @@ -36,9 +36,9 @@ "author": "chenjiahan", "license": "MIT", "devDependencies": { - "@vue/runtime-core": "^3.5.5", + "@vue/runtime-core": "^3.5.9", "vant": "workspace:*", - "vue": "^3.5.5", + "vue": "^3.5.9", "esbuild": "^0.23.1", "rimraf": "^6.0.1", "typescript": "^5.6.2" diff --git a/packages/vant-eslint-config/package.json b/packages/vant-eslint-config/package.json index ce0fef6b4f6..ae42fce63e1 100644 --- a/packages/vant-eslint-config/package.json +++ b/packages/vant-eslint-config/package.json @@ -26,7 +26,7 @@ "eslint-plugin-vue": "^9.28.0" }, "devDependencies": { - "eslint": "^8.57.0", + "eslint": "^8.57.1", "typescript": "^5.6.2" }, "peerDependencies": { diff --git a/packages/vant-use/package.json b/packages/vant-use/package.json index c0a3033c899..d521174a2a0 100644 --- a/packages/vant-use/package.json +++ b/packages/vant-use/package.json @@ -41,7 +41,7 @@ "esbuild": "^0.23.1", "rimraf": "^6.0.1", "typescript": "^5.6.2", - "vue": "^3.5.5" + "vue": "^3.5.9" }, "peerDependencies": { "vue": "^3.0.0" diff --git a/packages/vant/package.json b/packages/vant/package.json index d961207a842..f113a9ccb7b 100644 --- a/packages/vant/package.json +++ b/packages/vant/package.json @@ -48,30 +48,30 @@ "dependencies": { "@vant/popperjs": "workspace:^", "@vant/use": "workspace:^", - "@vue/shared": "^3.5.5" + "@vue/shared": "^3.5.9" }, "peerDependencies": { "vue": "^3.0.0" }, "devDependencies": { - "@types/node": "^20.16.5", + "@types/node": "^20.16.9", "@vant/area-data": "workspace:*", "@vant/cli": "workspace:*", "@vant/eslint-config": "workspace:*", "@vant/icons": "workspace:*", - "@vitejs/plugin-vue": "^5.1.3", + "@vitejs/plugin-vue": "^5.1.4", "@vitejs/plugin-vue-jsx": "^4.0.1", "@vitest/coverage-istanbul": "^1.6.0", - "@vue/runtime-core": "^3.5.5", + "@vue/runtime-core": "^3.5.9", "@vue/test-utils": "^2.4.6", "csstype": "^3.1.3", "diffable-html": "^5.0.0", "jsdom": "^24.1.3", "typescript": "^5.6.2", - "vite": "^5.4.5", + "vite": "^5.4.8", "vitest": "^1.6.0", "vitest-canvas-mock": "^0.3.3", - "vue": "^3.5.5", + "vue": "^3.5.9", "vue-router": "^4.4.5" }, "sideEffects": [ diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6b217f95f3c..7310bb566ef 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,8 +15,8 @@ importers: specifier: workspace:* version: link:packages/vant-eslint-config eslint: - specifier: ^8.57.0 - version: 8.57.0 + specifier: ^8.57.1 + version: 8.57.1 husky: specifier: ^9.1.6 version: 9.1.6 @@ -64,12 +64,12 @@ importers: specifier: workspace:^ version: link:../vant-use '@vue/shared': - specifier: ^3.5.5 - version: 3.5.5 + specifier: ^3.5.9 + version: 3.5.9 devDependencies: '@types/node': - specifier: ^20.16.5 - version: 20.16.5 + specifier: ^20.16.9 + version: 20.16.9 '@vant/area-data': specifier: workspace:* version: link:../vant-area-data @@ -83,17 +83,17 @@ importers: specifier: workspace:* version: link:../vant-icons '@vitejs/plugin-vue': - specifier: ^5.1.3 - version: 5.1.3(vite@5.4.5(@types/node@20.16.5)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.33.0))(vue@3.5.5(typescript@5.6.2)) + specifier: ^5.1.4 + version: 5.1.4(vite@5.4.8(@types/node@20.16.9)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.33.0))(vue@3.5.9(typescript@5.6.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.0.1 - version: 4.0.1(vite@5.4.5(@types/node@20.16.5)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.33.0))(vue@3.5.5(typescript@5.6.2)) + version: 4.0.1(vite@5.4.8(@types/node@20.16.9)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.33.0))(vue@3.5.9(typescript@5.6.2)) '@vitest/coverage-istanbul': specifier: ^1.6.0 - version: 1.6.0(vitest@1.6.0(@types/node@20.16.5)(jsdom@24.1.3)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.33.0)) + version: 1.6.0(vitest@1.6.0(@types/node@20.16.9)(jsdom@24.1.3)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.33.0)) '@vue/runtime-core': - specifier: ^3.5.5 - version: 3.5.5 + specifier: ^3.5.9 + version: 3.5.9 '@vue/test-utils': specifier: ^2.4.6 version: 2.4.6 @@ -110,20 +110,20 @@ importers: specifier: ^5.6.2 version: 5.6.2 vite: - specifier: ^5.4.5 - version: 5.4.5(@types/node@20.16.5)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.33.0) + specifier: ^5.4.8 + version: 5.4.8(@types/node@20.16.9)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.33.0) vitest: specifier: ^1.6.0 - version: 1.6.0(@types/node@20.16.5)(jsdom@24.1.3)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.33.0) + version: 1.6.0(@types/node@20.16.9)(jsdom@24.1.3)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.33.0) vitest-canvas-mock: specifier: ^0.3.3 - version: 0.3.3(vitest@1.6.0(@types/node@20.16.5)(jsdom@24.1.3)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.33.0)) + version: 0.3.3(vitest@1.6.0(@types/node@20.16.9)(jsdom@24.1.3)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.33.0)) vue: - specifier: ^3.5.5 - version: 3.5.5(typescript@5.6.2) + specifier: ^3.5.9 + version: 3.5.9(typescript@5.6.2) vue-router: specifier: ^4.4.5 - version: 4.4.5(vue@3.5.5(typescript@5.6.2)) + version: 4.4.5(vue@3.5.9(typescript@5.6.2)) packages/vant-area-data: devDependencies: @@ -155,23 +155,23 @@ importers: specifier: ^7.24.7 version: 7.24.7(@babel/core@7.25.2) '@rsbuild/core': - specifier: 1.0.4 - version: 1.0.4 + specifier: 1.0.7 + version: 1.0.7 '@rsbuild/plugin-babel': specifier: 1.0.1 - version: 1.0.1(@rsbuild/core@1.0.4) + version: 1.0.1(@rsbuild/core@1.0.7) '@rsbuild/plugin-less': specifier: 1.0.1 - version: 1.0.1(@rsbuild/core@1.0.4) + version: 1.0.1(@rsbuild/core@1.0.7) '@rsbuild/plugin-sass': specifier: 1.0.1 - version: 1.0.1(@rsbuild/core@1.0.4) + version: 1.0.1(@rsbuild/core@1.0.7) '@rsbuild/plugin-vue': specifier: 1.0.1 - version: 1.0.1(@rsbuild/core@1.0.4)(esbuild@0.23.1)(vue@3.5.5(typescript@5.6.2)) + version: 1.0.1(@rsbuild/core@1.0.7)(esbuild@0.23.1)(vue@3.5.9(typescript@5.6.2)) '@rsbuild/plugin-vue-jsx': specifier: 1.0.1 - version: 1.0.1(@babel/core@7.25.2)(@rsbuild/core@1.0.4) + version: 1.0.1(@babel/core@7.25.2)(@rsbuild/core@1.0.7) '@vant/eslint-config': specifier: workspace:^ version: link:../vant-eslint-config @@ -179,11 +179,11 @@ importers: specifier: workspace:^ version: link:../vant-touch-emulator '@vitejs/plugin-vue': - specifier: ^5.1.3 - version: 5.1.3(vite@5.4.5(@types/node@20.16.5)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.33.0))(vue@3.5.5(typescript@5.6.2)) + specifier: ^5.1.4 + version: 5.1.4(vite@5.4.8(@types/node@20.16.9)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.33.0))(vue@3.5.9(typescript@5.6.2)) '@vitejs/plugin-vue-jsx': specifier: ^4.0.1 - version: 4.0.1(vite@5.4.5(@types/node@20.16.5)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.33.0))(vue@3.5.5(typescript@5.6.2)) + version: 4.0.1(vite@5.4.8(@types/node@20.16.9)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.33.0))(vue@3.5.9(typescript@5.6.2)) '@vue/babel-plugin-jsx': specifier: ^1.2.5 version: 1.2.5(@babel/core@7.25.2) @@ -200,8 +200,8 @@ importers: specifier: ^0.23.1 version: 0.23.1 eslint: - specifier: ^8.57.0 - version: 8.57.0 + specifier: ^8.57.1 + version: 8.57.1 fast-glob: specifier: ^3.3.2 version: 3.3.2 @@ -260,11 +260,11 @@ importers: specifier: ^5.6.2 version: 5.6.2 vite: - specifier: ^5.4.5 - version: 5.4.5(@types/node@20.16.5)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.33.0) + specifier: ^5.4.8 + version: 5.4.8(@types/node@20.16.9)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.33.0) vue-router: specifier: ^4.4.5 - version: 4.4.5(vue@3.5.5(typescript@5.6.2)) + version: 4.4.5(vue@3.5.9(typescript@5.6.2)) devDependencies: '@types/fs-extra': specifier: ^11.0.4 @@ -273,8 +273,8 @@ importers: specifier: ^3.0.6 version: 3.0.6 '@types/lodash': - specifier: ^4.17.7 - version: 4.17.7 + specifier: ^4.17.9 + version: 4.17.9 '@types/markdown-it': specifier: ^14.1.2 version: 14.1.2 @@ -282,14 +282,14 @@ importers: specifier: ^6.0.1 version: 6.0.1 vue: - specifier: ^3.5.5 - version: 3.5.5(typescript@5.6.2) + specifier: ^3.5.9 + version: 3.5.9(typescript@5.6.2) packages/vant-compat: devDependencies: '@vue/runtime-core': - specifier: ^3.5.5 - version: 3.5.5 + specifier: ^3.5.9 + version: 3.5.9 esbuild: specifier: ^0.23.1 version: 0.23.1 @@ -303,27 +303,27 @@ importers: specifier: workspace:* version: link:../vant vue: - specifier: ^3.5.5 - version: 3.5.5(typescript@5.6.2) + specifier: ^3.5.9 + version: 3.5.9(typescript@5.6.2) packages/vant-eslint-config: dependencies: '@typescript-eslint/eslint-plugin': specifier: ^6.21.0 - version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.6.2))(eslint@8.57.0)(typescript@5.6.2) + version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.6.2))(eslint@8.57.1)(typescript@5.6.2) '@typescript-eslint/parser': specifier: ^6.21.0 - version: 6.21.0(eslint@8.57.0)(typescript@5.6.2) + version: 6.21.0(eslint@8.57.1)(typescript@5.6.2) eslint-config-prettier: specifier: ^9.1.0 - version: 9.1.0(eslint@8.57.0) + version: 9.1.0(eslint@8.57.1) eslint-plugin-vue: specifier: ^9.28.0 - version: 9.28.0(eslint@8.57.0) + version: 9.28.0(eslint@8.57.1) devDependencies: eslint: - specifier: ^8.57.0 - version: 8.57.0 + specifier: ^8.57.1 + version: 8.57.1 typescript: specifier: ^5.6.2 version: 5.6.2 @@ -359,8 +359,8 @@ importers: specifier: ^5.6.2 version: 5.6.2 vue: - specifier: ^3.5.5 - version: 3.5.5(typescript@5.6.2) + specifier: ^3.5.9 + version: 3.5.9(typescript@5.6.2) packages: @@ -894,12 +894,12 @@ packages: resolution: {integrity: sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - '@eslint/js@8.57.0': - resolution: {integrity: sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==} + '@eslint/js@8.57.1': + resolution: {integrity: sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - '@humanwhocodes/config-array@0.11.14': - resolution: {integrity: sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==} + '@humanwhocodes/config-array@0.13.0': + resolution: {integrity: sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==} engines: {node: '>=10.10.0'} deprecated: Use @eslint/config-array instead @@ -1061,8 +1061,8 @@ packages: cpu: [x64] os: [win32] - '@rsbuild/core@1.0.4': - resolution: {integrity: sha512-ACvCzeyW5gW5olGBzK5Tnc5RfUOQ+BPnMB7Y0Iycz0pRYAghKQcYkpPZlEpdsKQDNeBUKk9loOy+Z7Rca4Ouzw==} + '@rsbuild/core@1.0.7': + resolution: {integrity: sha512-NqPAtKnPGdvKituKehTzUd8bnzVsdAs6vLY82OwymkmMlW9zcFYfeVYAfSUS3uTv7vDIFQwff0PHgYYV3ufpwQ==} engines: {node: '>=16.7.0'} hasBin: true @@ -1094,56 +1094,56 @@ packages: peerDependencies: '@rsbuild/core': 1.x || ^1.0.1-rc.0 - '@rspack/binding-darwin-arm64@1.0.5': - resolution: {integrity: sha512-pEHj4AOluOa7FaR1DMACPUUZKO3qZI4/66xaTqk0BbclvMT7eheQAWtkmjdE9WJgeZ389TrwZeaMzzPdHhK/6Q==} + '@rspack/binding-darwin-arm64@1.0.7': + resolution: {integrity: sha512-VnkgTM2OJzWTJxiWxLeUpRGumDp0XAsjU9/DL1PBjw1W+1exyGc2QST8q+mxsgDPDl9u1rjJa6UN4oboBbl47Q==} cpu: [arm64] os: [darwin] - '@rspack/binding-darwin-x64@1.0.5': - resolution: {integrity: sha512-xS5EDD9l3MHL54bnmxsndm61P9l3l7ZNuLSuPl2MbYJzDqPdnXhTdkIjdcDOLH2daFm8gfB634wa5knZhPGLOw==} + '@rspack/binding-darwin-x64@1.0.7': + resolution: {integrity: sha512-43v660eofqzRVtTVddl28K5550E1gCeWIc8WRUAxJoL4QTzoo8M3iGnU8CquKG6phat5Iug8mJ0OIUfqHGK8YQ==} cpu: [x64] os: [darwin] - '@rspack/binding-linux-arm64-gnu@1.0.5': - resolution: {integrity: sha512-svPOFlem7s6T33tX8a28uD5Ngc7bdML96ioiH7Fhi0J/at+WAthor4GeUNwkwuzBQI/Nc9XCgiYPcE0pzP7c6w==} + '@rspack/binding-linux-arm64-gnu@1.0.7': + resolution: {integrity: sha512-FHS1cU5MzXijVKQ7xW2Rpp0wvtN0BQYbouT3Yx6DNrdtE3P4i/XHnol8zdHkpHeSCOP/p0bnyO+Q/BbXXr4XSw==} cpu: [arm64] os: [linux] - '@rspack/binding-linux-arm64-musl@1.0.5': - resolution: {integrity: sha512-cysqogEUNc0TgzzXcK9bkv12eoCjqhLzOvGXQU1zSEU9Hov7tuzMDl3Z6R3A7NgOCmWu84/wOnTrkSOI28caew==} + '@rspack/binding-linux-arm64-musl@1.0.7': + resolution: {integrity: sha512-WT+h3fpEWY+60UqiTcwTq6jq6NFhZdZW+Onb3QHQ9F9myWOemM5z5GF8rxWKTn6PHOMz01o/cF4ikMQRfC/sEA==} cpu: [arm64] os: [linux] - '@rspack/binding-linux-x64-gnu@1.0.5': - resolution: {integrity: sha512-qIEMsWOzTKpVm0Sg553gKkua49Kd/sElLD1rZcXjjxjAsD97uq8AiNncArMfYdDKgkKbtwtW/Fb3uVuafTLnZg==} + '@rspack/binding-linux-x64-gnu@1.0.7': + resolution: {integrity: sha512-l2ORrXY+dG7n/yog5tGwk3NZLLWh/jz88+74IQkVBX1wRViJt1cJZE9wDqoCLhT6dgCreIUZ1s5UghuAR6ymYQ==} cpu: [x64] os: [linux] - '@rspack/binding-linux-x64-musl@1.0.5': - resolution: {integrity: sha512-yulltMSQN3aBt3NMURYTmJcpAJBi4eEJ4i9qF0INE8f0885sJpI0j35/31POkCghG1ZOSZkYALFrheKKP9e8pg==} + '@rspack/binding-linux-x64-musl@1.0.7': + resolution: {integrity: sha512-k1qtanXpQiGk/h2UfVDxLqzkS/LHj5i4AlMTV6q/CIBUjTOrwO4yFWCCC8JLw4vK6rT/YK/Ib4nwy1XRyVY+dQ==} cpu: [x64] os: [linux] - '@rspack/binding-win32-arm64-msvc@1.0.5': - resolution: {integrity: sha512-5oF/qN6TnUj28UAdaOgSIWKq7HG5QgI4p37zvQBBTXZHhrwN2kE6H+TaofWnSqWJynwmGIxJIx8bGo3lDfFbfA==} + '@rspack/binding-win32-arm64-msvc@1.0.7': + resolution: {integrity: sha512-WqdaSOo6uGy1c4AkmvcJTtjJT9F7/c5dNTUCTXWAFzh9V1k1X5tpPCxFFB/PpWov59esywkV2ZRIgDypBf3PLg==} cpu: [arm64] os: [win32] - '@rspack/binding-win32-ia32-msvc@1.0.5': - resolution: {integrity: sha512-y16IPjd/z6L7+r6RXLu7J/jlZDUenSnJDqo10HnnxtLjOJ+vna+pljI8sHcwu1ao0c3J3uMvbkF34dTiev7Opg==} + '@rspack/binding-win32-ia32-msvc@1.0.7': + resolution: {integrity: sha512-H9/U63KyIVlmmb34pRsX45Q0sdSqST22+za67dwEZicx5DjswGHQlkcdWZPmvsquACUG/ZyJf+tOzR3tm/sE5Q==} cpu: [ia32] os: [win32] - '@rspack/binding-win32-x64-msvc@1.0.5': - resolution: {integrity: sha512-PSBTbDSgT+ClYvyQTDtWBi/bxXW/xJmVjg9NOWe8KAEl5WNU+pToiCBLLPCGDSa+K7/zr2TDb6QakG/qYItPZw==} + '@rspack/binding-win32-x64-msvc@1.0.7': + resolution: {integrity: sha512-T6E00hKhgfXLkWmkmzyxYl/jKWot0PE2U4/ciGlBVQtDyjc50WPWnRREyPAEv7ozgAqou+ugd5KN+O6SFz4NbQ==} cpu: [x64] os: [win32] - '@rspack/binding@1.0.5': - resolution: {integrity: sha512-SnVrzRWeKSosJ0/1e5taAeqJ1ISst6NAE1N8YK4ZdUEVWmE26tC2V/yTvZHSsqatc/0Cf+A18IZJx0q6H/DlRw==} + '@rspack/binding@1.0.7': + resolution: {integrity: sha512-lSjxstfgtesIj1A0pk1W99iTIyDyfv/HXveyV3x+C+62pv0i0jj9tJUDmFM1gGwitKzm1LV9DgW/sOuzz3NtNw==} - '@rspack/core@1.0.5': - resolution: {integrity: sha512-UlydS2VupZ6yBx3jCqCHpeEUQNWCrBkTQhPIezK0eCAk13i745byjqXX4tcfN6jR5Kjh/1CIb8r07k9DgGON1w==} + '@rspack/core@1.0.7': + resolution: {integrity: sha512-L3O0GDKasMmLtDkZrbfJI8OFJ5hmlLannoJ2hDR3LMq8tC/q0jIXTL7YIo7rStsudecCkcD7CH/Smm00itZSzg==} engines: {node: '>=16.0.0'} peerDependencies: '@swc/helpers': '>=0.5.1' @@ -1191,8 +1191,8 @@ packages: '@types/linkify-it@5.0.0': resolution: {integrity: sha512-sVDA58zAw4eWAffKOaQH5/5j3XeayukzDk+ewSsnv3p4yJEZHCCzMDiZM8e0OUrRvmpGZ85jf4yDHkHsgBNr9Q==} - '@types/lodash@4.17.7': - resolution: {integrity: sha512-8wTvZawATi/lsmNu10/j2hk1KEP0IvjubqPE3cu1Xz7xfXXt5oCq3SNUz4fMIP4XGF9Ky+Ue2tBA3hcS7LSBlA==} + '@types/lodash@4.17.9': + resolution: {integrity: sha512-w9iWudx1XWOHW5lQRS9iKpK/XuRhnN+0T7HvdCCd802FYkT1AMTnxndJHGrNJwRoRHkslGr4S29tjm1cT7x/7w==} '@types/markdown-it@14.1.2': resolution: {integrity: sha512-promo4eFwuiW+TfGxhi+0x3czqTYJkG8qB17ZUJiVF10Xm7NLVRSLUsfRTU/6h1e24VvRnXCx+hG7li58lkzog==} @@ -1203,8 +1203,8 @@ packages: '@types/node@18.19.34': resolution: {integrity: sha512-eXF4pfBNV5DAMKGbI02NnDtWrQ40hAN558/2vvS4gMpMIxaf6JmD7YjnZbq0Q9TDSSkKBamime8ewRoomHdt4g==} - '@types/node@20.16.5': - resolution: {integrity: sha512-VwYCweNo3ERajwy0IUlqqcyZ8/A7Zwa9ZP3MnENWcB11AejO+tLy3pu850goUW2FC/IJMdZUfKpX/yxL1gymCA==} + '@types/node@20.16.9': + resolution: {integrity: sha512-rkvIVJxsOfBejxK7I0FO5sa2WxFmJCzoDwcd88+fq/CUfynNywTo/1/T6hyFz22CyztsnLS9nVlHOnTI36RH5w==} '@types/semver@7.5.8': resolution: {integrity: sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==} @@ -1277,8 +1277,8 @@ packages: vite: ^5.0.0 vue: ^3.0.0 - '@vitejs/plugin-vue@5.1.3': - resolution: {integrity: sha512-3xbWsKEKXYlmX82aOHufFQVnkbMC/v8fLpWwh6hWOUrK5fbbtBh9Q/WWse27BFgSy2/e2c0fz5Scgya9h2GLhw==} + '@vitejs/plugin-vue@5.1.4': + resolution: {integrity: sha512-N2XSI2n3sQqp5w7Y/AN/L2XDjBIRGqXko+eDp42sydYSBeJuSm5a1sLf8zakmo8u7tA8NmBgoDLA1HeOESjp9A==} engines: {node: ^18.0.0 || >=20.0.0} peerDependencies: vite: ^5.0.0 @@ -1336,53 +1336,53 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 - '@vue/compiler-core@3.5.3': - resolution: {integrity: sha512-adAfy9boPkP233NTyvLbGEqVuIfK/R0ZsBsIOW4BZNfb4BRpRW41Do1u+ozJpsb+mdoy80O20IzAsHaihRb5qA==} - '@vue/compiler-core@3.5.5': resolution: {integrity: sha512-ZrxcY8JMoV+kgDrmRwlDufz0SjDZ7jfoNZiIBluAACMBmgr55o/jTbxnyrccH6VSJXnFaDI4Ik1UFCiq9r8i7w==} - '@vue/compiler-dom@3.5.3': - resolution: {integrity: sha512-wnzFArg9zpvk/811CDOZOadJRugf1Bgl/TQ3RfV4nKfSPok4hi0w10ziYUQR6LnnBAUlEXYLUfZ71Oj9ds/+QA==} + '@vue/compiler-core@3.5.9': + resolution: {integrity: sha512-KE1sCdwqSKq0CQ/ltg3XnlMTKeinjegIkuFsuq9DKvNPmqLGdmI51ChZdGBBRXIvEYTLm8X/JxOuBQ1HqF/+PA==} '@vue/compiler-dom@3.5.5': resolution: {integrity: sha512-HSvK5q1gmBbxRse3S0Wt34RcKuOyjDJKDDMuF3i7NC+QkDFrbAqw8NnrEm/z7zFDxWZa4/5eUwsBOMQzm1RHBA==} - '@vue/compiler-sfc@3.5.3': - resolution: {integrity: sha512-P3uATLny2tfyvMB04OQFe7Sczteno7SLFxwrOA/dw01pBWQHB5HL15a8PosoNX2aG/EAMGqnXTu+1LnmzFhpTQ==} + '@vue/compiler-dom@3.5.9': + resolution: {integrity: sha512-gEAURwPo902AsJF50vl59VaWR+Cx6cX9SoqLYHu1jq9hDbmQlXvpZyYNIIbxa2JTJ+FD/oBQweVUwuTQv79KTg==} '@vue/compiler-sfc@3.5.5': resolution: {integrity: sha512-MzBHDxwZhgQPHrwJ5tj92gdTYRCuPDSZr8PY3+JFv8cv2UD5/WayH5yo0kKCkKfrtJhc39jNSMityHrkMSbfnA==} - '@vue/compiler-ssr@3.5.3': - resolution: {integrity: sha512-F/5f+r2WzL/2YAPl7UlKcJWHrvoZN8XwEBLnT7S4BXwncH25iDOabhO2M2DWioyTguJAGavDOawejkFXj8EM1w==} + '@vue/compiler-sfc@3.5.9': + resolution: {integrity: sha512-kp9qawcTXakYm0TN6YAwH24IurSywoXh4fWhRbLu0at4UVyo994bhEzJlQn82eiyqtut4GjkQodSfn8drFbpZQ==} '@vue/compiler-ssr@3.5.5': resolution: {integrity: sha512-oFasHnpv/upubjJEmqiTKQYb4qS3ziJddf4UVWuFw6ebk/QTrTUc+AUoTJdo39x9g+AOQBzhOU0ICCRuUjvkmw==} + '@vue/compiler-ssr@3.5.9': + resolution: {integrity: sha512-fb1g2mQv32QzIei76rlXRTz08Grw+ZzBXSQfHo4StGFutm/flyebw3dGJkexKwcU3GjX9s5fIGjEv/cjO8j8Yw==} + '@vue/devtools-api@6.6.4': resolution: {integrity: sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==} - '@vue/reactivity@3.5.5': - resolution: {integrity: sha512-V4tTWElZQhT73PSK3Wnax9R9m4qvMX+LeKHnfylZc6SLh4Jc5/BPakp6e3zEhKWi5AN8TDzRkGnLkp8OqycYng==} + '@vue/reactivity@3.5.9': + resolution: {integrity: sha512-88ApgNZ6yPYpyYkTfXzcbWk6O8+LrPRIpa/U4AdeTzpfRUO+EUt5jemnTBVSlAUNmlYY96xa5feUNEq+BouLog==} - '@vue/runtime-core@3.5.5': - resolution: {integrity: sha512-2/CFaRN17jgsXy4MpigWFBCAMmLkXPb4CjaHrndglwYSra7ajvkH2cat21dscuXaH91G8fXAeg5gCyxWJ+wCRA==} + '@vue/runtime-core@3.5.9': + resolution: {integrity: sha512-YAeP0zNkjSl5mEc1NxOg9qoAhLNbREElHAhfYbMXT57oF0ixehEEJWBhg2uvVxslCGh23JhpEAyMvJrJHW9WGg==} - '@vue/runtime-dom@3.5.5': - resolution: {integrity: sha512-0bQGgCuL+4Muz5PsCLgF4Ata9BTdhHi5VjsxtTDyI0Wy4MgoSvBGaA6bDc7W7CGgZOyirf9LNeetMYHQ05pgpw==} + '@vue/runtime-dom@3.5.9': + resolution: {integrity: sha512-5Oq/5oenpB9lw94moKvOHqBDEaMSyDmcu2HS8AtAT6/pwdo/t9fR9aVtLh6FzYGGqZR9yRfoHAN6P7goblq1aA==} - '@vue/server-renderer@3.5.5': - resolution: {integrity: sha512-XjRamLIq5f47cxgy+hiX7zUIY+4RHdPDVrPvvMDAUTdW5RJWX/S0ji/rCbm3LWTT/9Co9bvQME8ZI15ahL4/Qw==} + '@vue/server-renderer@3.5.9': + resolution: {integrity: sha512-tbuUsZfMWGazR9LXLNiiDSTwkO8K9sLyR70diY+FbQmKmh7236PPz4jkTxymelV8D89IJUGtbfe4VdmpHkmuxg==} peerDependencies: - vue: 3.5.5 - - '@vue/shared@3.5.3': - resolution: {integrity: sha512-Jp2v8nylKBT+PlOUjun2Wp/f++TfJVFjshLzNtJDdmFJabJa7noGMncqXRM1vXGX+Yo2V7WykQFNxusSim8SCA==} + vue: 3.5.9 '@vue/shared@3.5.5': resolution: {integrity: sha512-0KyMXyEgnmFAs6rNUL+6eUHtUCqCaNrVd+AW3MX3LyA0Yry5SA0Km03CDKiOua1x1WWnIr+W9+S0GMFoSDWERQ==} + '@vue/shared@3.5.9': + resolution: {integrity: sha512-8wiT/m0mnsLhTME0mPgc57jv+4TipRBSAAmheUdYgiOaO6AobZPNOmm87ub4np65VVDgLcWxc+Edc++5Wyz1uA==} + '@vue/test-utils@2.4.6': resolution: {integrity: sha512-FMxEjOpYNYiFe0GkaHsnJPXFHxQ6m4t8vI/ElPGpMWxZKpmRvQ33OIrvRXemy6yha03RxhOlQuy+gZMC3CQSow==} @@ -1569,12 +1569,12 @@ packages: caniuse-lite@1.0.30001651: resolution: {integrity: sha512-9Cf+Xv1jJNe1xPZLGuUXLNkE1BoDkqRqYyFJ9TDYSqhduqA4hu4oR9HluGoWYQC/aj8WHjsGVV+bwkh0+tegRg==} - caniuse-lite@1.0.30001658: - resolution: {integrity: sha512-N2YVqWbJELVdrnsW5p+apoQyYt51aBMSsBZki1XZEfeBCexcM/sf4xiAHcXQBkuOwJBXtWF7aW1sYX6tKebPHw==} - caniuse-lite@1.0.30001660: resolution: {integrity: sha512-GacvNTTuATm26qC74pt+ad1fW15mlQ/zuTzzY1ZoIzECTP8HURDfF43kNxPgf7H1jmelCBQTTbBNxdSXOA7Bqg==} + caniuse-lite@1.0.30001664: + resolution: {integrity: sha512-AmE7k4dXiNKQipgn7a2xg558IRqPN3jMQY/rOsbxDhrd0tyChwbITBfiwtnqz8bi2M5mIWbxAYBvk7W7QBUS2g==} + chai@4.4.1: resolution: {integrity: sha512-13sOfMv2+DWduEU+/xbun3LScLoqN17nBeTLUsmDfKdoiC1fr0n9PU4guu4AhRcOVFk/sW8LyZWHuhWtQZiF+g==} engines: {node: '>=4'} @@ -1819,8 +1819,8 @@ packages: resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - eslint@8.57.0: - resolution: {integrity: sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==} + eslint@8.57.1: + resolution: {integrity: sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true @@ -2978,8 +2978,8 @@ packages: engines: {node: ^18.0.0 || >=20.0.0} hasBin: true - vite@5.4.5: - resolution: {integrity: sha512-pXqR0qtb2bTwLkev4SE3r4abCNioP3GkjvIDLlzziPpXtHgiJIjuKl+1GN6ESOT3wMjG3JTeARopj2SwYaHTOA==} + vite@5.4.8: + resolution: {integrity: sha512-FqrItQ4DT1NC4zCUqMB4c4AZORMKIa0m8/URVCZ77OZ/QSNeJ54bU1vrFADbDsuwfIPcgknRkmqakQcgnL4GiQ==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: @@ -3065,8 +3065,8 @@ packages: peerDependencies: vue: ^3.2.0 - vue@3.5.5: - resolution: {integrity: sha512-ybC+xn67K4+df1yVeov4UjBGyVcXM0a1g7JVZr+pWVUX3xF6ntXU0wIjkTkduZBUIpxTlsftJSxz2kwhsT7dgA==} + vue@3.5.9: + resolution: {integrity: sha512-nHzQhZ5cjFKynAY2beAm7XtJ5C13VKAFTLTgRYXy+Id1KEKBeiK6hO2RcW1hUjdbHMadz1YzxyHgQigOC54wug==} peerDependencies: typescript: '*' peerDependenciesMeta: @@ -3653,9 +3653,9 @@ snapshots: '@esbuild/win32-x64@0.23.1': optional: true - '@eslint-community/eslint-utils@4.4.0(eslint@8.57.0)': + '@eslint-community/eslint-utils@4.4.0(eslint@8.57.1)': dependencies: - eslint: 8.57.0 + eslint: 8.57.1 eslint-visitor-keys: 3.4.3 '@eslint-community/regexpp@4.10.0': {} @@ -3674,9 +3674,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@eslint/js@8.57.0': {} + '@eslint/js@8.57.1': {} - '@humanwhocodes/config-array@0.11.14': + '@humanwhocodes/config-array@0.13.0': dependencies: '@humanwhocodes/object-schema': 2.0.3 debug: 4.3.4 @@ -3810,23 +3810,23 @@ snapshots: '@rollup/rollup-win32-x64-msvc@4.21.2': optional: true - '@rsbuild/core@1.0.4': + '@rsbuild/core@1.0.7': dependencies: - '@rspack/core': 1.0.5(@swc/helpers@0.5.13) + '@rspack/core': 1.0.7(@swc/helpers@0.5.13) '@rspack/lite-tapable': 1.0.0 '@swc/helpers': 0.5.13 - caniuse-lite: 1.0.30001660 + caniuse-lite: 1.0.30001664 core-js: 3.38.1 optionalDependencies: fsevents: 2.3.3 - '@rsbuild/plugin-babel@1.0.1(@rsbuild/core@1.0.4)': + '@rsbuild/plugin-babel@1.0.1(@rsbuild/core@1.0.7)': dependencies: '@babel/core': 7.25.2 '@babel/plugin-proposal-decorators': 7.24.7(@babel/core@7.25.2) '@babel/plugin-transform-class-properties': 7.25.4(@babel/core@7.25.2) '@babel/preset-typescript': 7.24.7(@babel/core@7.25.2) - '@rsbuild/core': 1.0.4 + '@rsbuild/core': 1.0.7 '@types/babel__core': 7.20.5 deepmerge: 4.3.1 reduce-configs: 1.0.0 @@ -3834,36 +3834,36 @@ snapshots: transitivePeerDependencies: - supports-color - '@rsbuild/plugin-less@1.0.1(@rsbuild/core@1.0.4)': + '@rsbuild/plugin-less@1.0.1(@rsbuild/core@1.0.7)': dependencies: - '@rsbuild/core': 1.0.4 + '@rsbuild/core': 1.0.7 deepmerge: 4.3.1 reduce-configs: 1.0.0 - '@rsbuild/plugin-sass@1.0.1(@rsbuild/core@1.0.4)': + '@rsbuild/plugin-sass@1.0.1(@rsbuild/core@1.0.7)': dependencies: - '@rsbuild/core': 1.0.4 + '@rsbuild/core': 1.0.7 deepmerge: 4.3.1 loader-utils: 2.0.4 postcss: 8.4.47 reduce-configs: 1.0.0 sass-embedded: 1.78.0 - '@rsbuild/plugin-vue-jsx@1.0.1(@babel/core@7.25.2)(@rsbuild/core@1.0.4)': + '@rsbuild/plugin-vue-jsx@1.0.1(@babel/core@7.25.2)(@rsbuild/core@1.0.7)': dependencies: - '@rsbuild/plugin-babel': 1.0.1(@rsbuild/core@1.0.4) + '@rsbuild/plugin-babel': 1.0.1(@rsbuild/core@1.0.7) '@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.25.2) babel-plugin-vue-jsx-hmr: 1.0.0 optionalDependencies: - '@rsbuild/core': 1.0.4 + '@rsbuild/core': 1.0.7 transitivePeerDependencies: - '@babel/core' - supports-color - '@rsbuild/plugin-vue@1.0.1(@rsbuild/core@1.0.4)(esbuild@0.23.1)(vue@3.5.5(typescript@5.6.2))': + '@rsbuild/plugin-vue@1.0.1(@rsbuild/core@1.0.7)(esbuild@0.23.1)(vue@3.5.9(typescript@5.6.2))': dependencies: - '@rsbuild/core': 1.0.4 - vue-loader: 17.4.2(vue@3.5.5(typescript@5.6.2))(webpack@5.94.0(esbuild@0.23.1)) + '@rsbuild/core': 1.0.7 + vue-loader: 17.4.2(vue@3.5.9(typescript@5.6.2))(webpack@5.94.0(esbuild@0.23.1)) webpack: 5.94.0(esbuild@0.23.1) transitivePeerDependencies: - '@swc/core' @@ -3873,51 +3873,51 @@ snapshots: - vue - webpack-cli - '@rspack/binding-darwin-arm64@1.0.5': + '@rspack/binding-darwin-arm64@1.0.7': optional: true - '@rspack/binding-darwin-x64@1.0.5': + '@rspack/binding-darwin-x64@1.0.7': optional: true - '@rspack/binding-linux-arm64-gnu@1.0.5': + '@rspack/binding-linux-arm64-gnu@1.0.7': optional: true - '@rspack/binding-linux-arm64-musl@1.0.5': + '@rspack/binding-linux-arm64-musl@1.0.7': optional: true - '@rspack/binding-linux-x64-gnu@1.0.5': + '@rspack/binding-linux-x64-gnu@1.0.7': optional: true - '@rspack/binding-linux-x64-musl@1.0.5': + '@rspack/binding-linux-x64-musl@1.0.7': optional: true - '@rspack/binding-win32-arm64-msvc@1.0.5': + '@rspack/binding-win32-arm64-msvc@1.0.7': optional: true - '@rspack/binding-win32-ia32-msvc@1.0.5': + '@rspack/binding-win32-ia32-msvc@1.0.7': optional: true - '@rspack/binding-win32-x64-msvc@1.0.5': + '@rspack/binding-win32-x64-msvc@1.0.7': optional: true - '@rspack/binding@1.0.5': + '@rspack/binding@1.0.7': optionalDependencies: - '@rspack/binding-darwin-arm64': 1.0.5 - '@rspack/binding-darwin-x64': 1.0.5 - '@rspack/binding-linux-arm64-gnu': 1.0.5 - '@rspack/binding-linux-arm64-musl': 1.0.5 - '@rspack/binding-linux-x64-gnu': 1.0.5 - '@rspack/binding-linux-x64-musl': 1.0.5 - '@rspack/binding-win32-arm64-msvc': 1.0.5 - '@rspack/binding-win32-ia32-msvc': 1.0.5 - '@rspack/binding-win32-x64-msvc': 1.0.5 - - '@rspack/core@1.0.5(@swc/helpers@0.5.13)': + '@rspack/binding-darwin-arm64': 1.0.7 + '@rspack/binding-darwin-x64': 1.0.7 + '@rspack/binding-linux-arm64-gnu': 1.0.7 + '@rspack/binding-linux-arm64-musl': 1.0.7 + '@rspack/binding-linux-x64-gnu': 1.0.7 + '@rspack/binding-linux-x64-musl': 1.0.7 + '@rspack/binding-win32-arm64-msvc': 1.0.7 + '@rspack/binding-win32-ia32-msvc': 1.0.7 + '@rspack/binding-win32-x64-msvc': 1.0.7 + + '@rspack/core@1.0.7(@swc/helpers@0.5.13)': dependencies: '@module-federation/runtime-tools': 0.5.1 - '@rspack/binding': 1.0.5 + '@rspack/binding': 1.0.7 '@rspack/lite-tapable': 1.0.0 - caniuse-lite: 1.0.30001660 + caniuse-lite: 1.0.30001664 optionalDependencies: '@swc/helpers': 0.5.13 @@ -3961,13 +3961,13 @@ snapshots: '@types/jsonfile@6.1.4': dependencies: - '@types/node': 20.16.5 + '@types/node': 20.16.9 '@types/less@3.0.6': {} '@types/linkify-it@5.0.0': {} - '@types/lodash@4.17.7': {} + '@types/lodash@4.17.9': {} '@types/markdown-it@14.1.2': dependencies: @@ -3980,22 +3980,22 @@ snapshots: dependencies: undici-types: 5.26.5 - '@types/node@20.16.5': + '@types/node@20.16.9': dependencies: undici-types: 6.19.8 '@types/semver@7.5.8': {} - '@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.6.2))(eslint@8.57.0)(typescript@5.6.2)': + '@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.6.2))(eslint@8.57.1)(typescript@5.6.2)': dependencies: '@eslint-community/regexpp': 4.10.0 - '@typescript-eslint/parser': 6.21.0(eslint@8.57.0)(typescript@5.6.2) + '@typescript-eslint/parser': 6.21.0(eslint@8.57.1)(typescript@5.6.2) '@typescript-eslint/scope-manager': 6.21.0 - '@typescript-eslint/type-utils': 6.21.0(eslint@8.57.0)(typescript@5.6.2) - '@typescript-eslint/utils': 6.21.0(eslint@8.57.0)(typescript@5.6.2) + '@typescript-eslint/type-utils': 6.21.0(eslint@8.57.1)(typescript@5.6.2) + '@typescript-eslint/utils': 6.21.0(eslint@8.57.1)(typescript@5.6.2) '@typescript-eslint/visitor-keys': 6.21.0 debug: 4.3.4 - eslint: 8.57.0 + eslint: 8.57.1 graphemer: 1.4.0 ignore: 5.3.1 natural-compare: 1.4.0 @@ -4006,14 +4006,14 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.6.2)': + '@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.6.2)': dependencies: '@typescript-eslint/scope-manager': 6.21.0 '@typescript-eslint/types': 6.21.0 '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.6.2) '@typescript-eslint/visitor-keys': 6.21.0 debug: 4.3.4 - eslint: 8.57.0 + eslint: 8.57.1 optionalDependencies: typescript: 5.6.2 transitivePeerDependencies: @@ -4024,12 +4024,12 @@ snapshots: '@typescript-eslint/types': 6.21.0 '@typescript-eslint/visitor-keys': 6.21.0 - '@typescript-eslint/type-utils@6.21.0(eslint@8.57.0)(typescript@5.6.2)': + '@typescript-eslint/type-utils@6.21.0(eslint@8.57.1)(typescript@5.6.2)': dependencies: '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.6.2) - '@typescript-eslint/utils': 6.21.0(eslint@8.57.0)(typescript@5.6.2) + '@typescript-eslint/utils': 6.21.0(eslint@8.57.1)(typescript@5.6.2) debug: 4.3.4 - eslint: 8.57.0 + eslint: 8.57.1 ts-api-utils: 1.3.0(typescript@5.6.2) optionalDependencies: typescript: 5.6.2 @@ -4053,15 +4053,15 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@6.21.0(eslint@8.57.0)(typescript@5.6.2)': + '@typescript-eslint/utils@6.21.0(eslint@8.57.1)(typescript@5.6.2)': dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.1) '@types/json-schema': 7.0.15 '@types/semver': 7.5.8 '@typescript-eslint/scope-manager': 6.21.0 '@typescript-eslint/types': 6.21.0 '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.6.2) - eslint: 8.57.0 + eslint: 8.57.1 semver: 7.6.0 transitivePeerDependencies: - supports-color @@ -4074,22 +4074,22 @@ snapshots: '@ungap/structured-clone@1.2.0': {} - '@vitejs/plugin-vue-jsx@4.0.1(vite@5.4.5(@types/node@20.16.5)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.33.0))(vue@3.5.5(typescript@5.6.2))': + '@vitejs/plugin-vue-jsx@4.0.1(vite@5.4.8(@types/node@20.16.9)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.33.0))(vue@3.5.9(typescript@5.6.2))': dependencies: '@babel/core': 7.25.2 '@babel/plugin-transform-typescript': 7.24.7(@babel/core@7.25.2) '@vue/babel-plugin-jsx': 1.2.4(@babel/core@7.25.2) - vite: 5.4.5(@types/node@20.16.5)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.33.0) - vue: 3.5.5(typescript@5.6.2) + vite: 5.4.8(@types/node@20.16.9)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.33.0) + vue: 3.5.9(typescript@5.6.2) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue@5.1.3(vite@5.4.5(@types/node@20.16.5)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.33.0))(vue@3.5.5(typescript@5.6.2))': + '@vitejs/plugin-vue@5.1.4(vite@5.4.8(@types/node@20.16.9)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.33.0))(vue@3.5.9(typescript@5.6.2))': dependencies: - vite: 5.4.5(@types/node@20.16.5)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.33.0) - vue: 3.5.5(typescript@5.6.2) + vite: 5.4.8(@types/node@20.16.9)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.33.0) + vue: 3.5.9(typescript@5.6.2) - '@vitest/coverage-istanbul@1.6.0(vitest@1.6.0(@types/node@20.16.5)(jsdom@24.1.3)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.33.0))': + '@vitest/coverage-istanbul@1.6.0(vitest@1.6.0(@types/node@20.16.9)(jsdom@24.1.3)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.33.0))': dependencies: debug: 4.3.4 istanbul-lib-coverage: 3.2.2 @@ -4100,7 +4100,7 @@ snapshots: magicast: 0.3.4 picocolors: 1.1.0 test-exclude: 6.0.0 - vitest: 1.6.0(@types/node@20.16.5)(jsdom@24.1.3)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.33.0) + vitest: 1.6.0(@types/node@20.16.9)(jsdom@24.1.3)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.33.0) transitivePeerDependencies: - supports-color @@ -4178,7 +4178,7 @@ snapshots: '@babel/helper-module-imports': 7.24.7 '@babel/helper-plugin-utils': 7.24.8 '@babel/parser': 7.25.6 - '@vue/compiler-sfc': 3.5.3 + '@vue/compiler-sfc': 3.5.5 transitivePeerDependencies: - supports-color @@ -4189,47 +4189,35 @@ snapshots: '@babel/helper-module-imports': 7.24.7 '@babel/helper-plugin-utils': 7.24.8 '@babel/parser': 7.25.6 - '@vue/compiler-sfc': 3.5.3 + '@vue/compiler-sfc': 3.5.5 transitivePeerDependencies: - supports-color - '@vue/compiler-core@3.5.3': + '@vue/compiler-core@3.5.5': dependencies: '@babel/parser': 7.25.6 - '@vue/shared': 3.5.3 + '@vue/shared': 3.5.5 entities: 4.5.0 estree-walker: 2.0.2 - source-map-js: 1.2.0 + source-map-js: 1.2.1 - '@vue/compiler-core@3.5.5': + '@vue/compiler-core@3.5.9': dependencies: '@babel/parser': 7.25.6 - '@vue/shared': 3.5.5 + '@vue/shared': 3.5.9 entities: 4.5.0 estree-walker: 2.0.2 - source-map-js: 1.2.0 - - '@vue/compiler-dom@3.5.3': - dependencies: - '@vue/compiler-core': 3.5.3 - '@vue/shared': 3.5.3 + source-map-js: 1.2.1 '@vue/compiler-dom@3.5.5': dependencies: '@vue/compiler-core': 3.5.5 '@vue/shared': 3.5.5 - '@vue/compiler-sfc@3.5.3': + '@vue/compiler-dom@3.5.9': dependencies: - '@babel/parser': 7.25.6 - '@vue/compiler-core': 3.5.3 - '@vue/compiler-dom': 3.5.3 - '@vue/compiler-ssr': 3.5.3 - '@vue/shared': 3.5.3 - estree-walker: 2.0.2 - magic-string: 0.30.11 - postcss: 8.4.47 - source-map-js: 1.2.0 + '@vue/compiler-core': 3.5.9 + '@vue/shared': 3.5.9 '@vue/compiler-sfc@3.5.5': dependencies: @@ -4241,46 +4229,58 @@ snapshots: estree-walker: 2.0.2 magic-string: 0.30.11 postcss: 8.4.47 - source-map-js: 1.2.0 + source-map-js: 1.2.1 - '@vue/compiler-ssr@3.5.3': + '@vue/compiler-sfc@3.5.9': dependencies: - '@vue/compiler-dom': 3.5.3 - '@vue/shared': 3.5.3 + '@babel/parser': 7.25.6 + '@vue/compiler-core': 3.5.9 + '@vue/compiler-dom': 3.5.9 + '@vue/compiler-ssr': 3.5.9 + '@vue/shared': 3.5.9 + estree-walker: 2.0.2 + magic-string: 0.30.11 + postcss: 8.4.47 + source-map-js: 1.2.1 '@vue/compiler-ssr@3.5.5': dependencies: '@vue/compiler-dom': 3.5.5 '@vue/shared': 3.5.5 + '@vue/compiler-ssr@3.5.9': + dependencies: + '@vue/compiler-dom': 3.5.9 + '@vue/shared': 3.5.9 + '@vue/devtools-api@6.6.4': {} - '@vue/reactivity@3.5.5': + '@vue/reactivity@3.5.9': dependencies: - '@vue/shared': 3.5.5 + '@vue/shared': 3.5.9 - '@vue/runtime-core@3.5.5': + '@vue/runtime-core@3.5.9': dependencies: - '@vue/reactivity': 3.5.5 - '@vue/shared': 3.5.5 + '@vue/reactivity': 3.5.9 + '@vue/shared': 3.5.9 - '@vue/runtime-dom@3.5.5': + '@vue/runtime-dom@3.5.9': dependencies: - '@vue/reactivity': 3.5.5 - '@vue/runtime-core': 3.5.5 - '@vue/shared': 3.5.5 + '@vue/reactivity': 3.5.9 + '@vue/runtime-core': 3.5.9 + '@vue/shared': 3.5.9 csstype: 3.1.3 - '@vue/server-renderer@3.5.5(vue@3.5.5(typescript@5.6.2))': + '@vue/server-renderer@3.5.9(vue@3.5.9(typescript@5.6.2))': dependencies: - '@vue/compiler-ssr': 3.5.5 - '@vue/shared': 3.5.5 - vue: 3.5.5(typescript@5.6.2) - - '@vue/shared@3.5.3': {} + '@vue/compiler-ssr': 3.5.9 + '@vue/shared': 3.5.9 + vue: 3.5.9(typescript@5.6.2) '@vue/shared@3.5.5': {} + '@vue/shared@3.5.9': {} + '@vue/test-utils@2.4.6': dependencies: js-beautify: 1.15.1 @@ -4461,7 +4461,7 @@ snapshots: browserslist@4.23.2: dependencies: - caniuse-lite: 1.0.30001658 + caniuse-lite: 1.0.30001660 electron-to-chromium: 1.4.827 node-releases: 2.0.14 update-browserslist-db: 1.1.0(browserslist@4.23.2) @@ -4483,10 +4483,10 @@ snapshots: caniuse-lite@1.0.30001651: {} - caniuse-lite@1.0.30001658: {} - caniuse-lite@1.0.30001660: {} + caniuse-lite@1.0.30001664: {} + chai@4.4.1: dependencies: assertion-error: 1.1.0 @@ -4729,20 +4729,20 @@ snapshots: escape-string-regexp@4.0.0: {} - eslint-config-prettier@9.1.0(eslint@8.57.0): + eslint-config-prettier@9.1.0(eslint@8.57.1): dependencies: - eslint: 8.57.0 + eslint: 8.57.1 - eslint-plugin-vue@9.28.0(eslint@8.57.0): + eslint-plugin-vue@9.28.0(eslint@8.57.1): dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) - eslint: 8.57.0 + '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.1) + eslint: 8.57.1 globals: 13.24.0 natural-compare: 1.4.0 nth-check: 2.1.1 postcss-selector-parser: 6.0.16 semver: 7.6.3 - vue-eslint-parser: 9.4.3(eslint@8.57.0) + vue-eslint-parser: 9.4.3(eslint@8.57.1) xml-name-validator: 4.0.0 transitivePeerDependencies: - supports-color @@ -4759,13 +4759,13 @@ snapshots: eslint-visitor-keys@3.4.3: {} - eslint@8.57.0: + eslint@8.57.1: dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.1) '@eslint-community/regexpp': 4.10.0 '@eslint/eslintrc': 2.1.4 - '@eslint/js': 8.57.0 - '@humanwhocodes/config-array': 0.11.14 + '@eslint/js': 8.57.1 + '@humanwhocodes/config-array': 0.13.0 '@humanwhocodes/module-importer': 1.0.1 '@nodelib/fs.walk': 1.2.8 '@ungap/structured-clone': 1.2.0 @@ -5108,7 +5108,7 @@ snapshots: jest-worker@27.5.1: dependencies: - '@types/node': 20.16.5 + '@types/node': 20.16.9 merge-stream: 2.0.0 supports-color: 8.1.1 @@ -5877,13 +5877,13 @@ snapshots: varint@6.0.0: {} - vite-node@1.6.0(@types/node@20.16.5)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.33.0): + vite-node@1.6.0(@types/node@20.16.9)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.33.0): dependencies: cac: 6.7.14 debug: 4.3.4 pathe: 1.1.2 picocolors: 1.1.0 - vite: 5.4.5(@types/node@20.16.5)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.33.0) + vite: 5.4.8(@types/node@20.16.9)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.33.0) transitivePeerDependencies: - '@types/node' - less @@ -5895,24 +5895,24 @@ snapshots: - supports-color - terser - vite@5.4.5(@types/node@20.16.5)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.33.0): + vite@5.4.8(@types/node@20.16.9)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.33.0): dependencies: esbuild: 0.21.5 postcss: 8.4.47 rollup: 4.21.2 optionalDependencies: - '@types/node': 20.16.5 + '@types/node': 20.16.9 fsevents: 2.3.3 less: 4.2.0 sass-embedded: 1.78.0 terser: 5.33.0 - vitest-canvas-mock@0.3.3(vitest@1.6.0(@types/node@20.16.5)(jsdom@24.1.3)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.33.0)): + vitest-canvas-mock@0.3.3(vitest@1.6.0(@types/node@20.16.9)(jsdom@24.1.3)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.33.0)): dependencies: jest-canvas-mock: 2.5.2 - vitest: 1.6.0(@types/node@20.16.5)(jsdom@24.1.3)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.33.0) + vitest: 1.6.0(@types/node@20.16.9)(jsdom@24.1.3)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.33.0) - vitest@1.6.0(@types/node@20.16.5)(jsdom@24.1.3)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.33.0): + vitest@1.6.0(@types/node@20.16.9)(jsdom@24.1.3)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.33.0): dependencies: '@vitest/expect': 1.6.0 '@vitest/runner': 1.6.0 @@ -5931,11 +5931,11 @@ snapshots: strip-literal: 2.1.0 tinybench: 2.7.0 tinypool: 0.8.4 - vite: 5.4.5(@types/node@20.16.5)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.33.0) - vite-node: 1.6.0(@types/node@20.16.5)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.33.0) + vite: 5.4.8(@types/node@20.16.9)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.33.0) + vite-node: 1.6.0(@types/node@20.16.9)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.33.0) why-is-node-running: 2.2.2 optionalDependencies: - '@types/node': 20.16.5 + '@types/node': 20.16.9 jsdom: 24.1.3 transitivePeerDependencies: - less @@ -5949,10 +5949,10 @@ snapshots: vue-component-type-helpers@2.0.13: {} - vue-eslint-parser@9.4.3(eslint@8.57.0): + vue-eslint-parser@9.4.3(eslint@8.57.1): dependencies: debug: 4.3.4 - eslint: 8.57.0 + eslint: 8.57.1 eslint-scope: 7.2.2 eslint-visitor-keys: 3.4.3 espree: 9.6.1 @@ -5962,27 +5962,27 @@ snapshots: transitivePeerDependencies: - supports-color - vue-loader@17.4.2(vue@3.5.5(typescript@5.6.2))(webpack@5.94.0(esbuild@0.23.1)): + vue-loader@17.4.2(vue@3.5.9(typescript@5.6.2))(webpack@5.94.0(esbuild@0.23.1)): dependencies: chalk: 4.1.2 hash-sum: 2.0.0 watchpack: 2.4.1 webpack: 5.94.0(esbuild@0.23.1) optionalDependencies: - vue: 3.5.5(typescript@5.6.2) + vue: 3.5.9(typescript@5.6.2) - vue-router@4.4.5(vue@3.5.5(typescript@5.6.2)): + vue-router@4.4.5(vue@3.5.9(typescript@5.6.2)): dependencies: '@vue/devtools-api': 6.6.4 - vue: 3.5.5(typescript@5.6.2) + vue: 3.5.9(typescript@5.6.2) - vue@3.5.5(typescript@5.6.2): + vue@3.5.9(typescript@5.6.2): dependencies: - '@vue/compiler-dom': 3.5.5 - '@vue/compiler-sfc': 3.5.5 - '@vue/runtime-dom': 3.5.5 - '@vue/server-renderer': 3.5.5(vue@3.5.5(typescript@5.6.2)) - '@vue/shared': 3.5.5 + '@vue/compiler-dom': 3.5.9 + '@vue/compiler-sfc': 3.5.9 + '@vue/runtime-dom': 3.5.9 + '@vue/server-renderer': 3.5.9(vue@3.5.9(typescript@5.6.2)) + '@vue/shared': 3.5.9 optionalDependencies: typescript: 5.6.2