From 50cc172d6598b98c2a2f624a463b343ce842c8a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 11:51:51 +0800 Subject: [PATCH] chore(deps): update all patch dependencies (#13107) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- packages/vant-cli/package.json | 22 +- packages/vant-compat/package.json | 4 +- packages/vant-use/package.json | 2 +- packages/vant/package.json | 10 +- pnpm-lock.yaml | 551 ++++++++++++++++++------------ 6 files changed, 345 insertions(+), 246 deletions(-) diff --git a/package.json b/package.json index 547991c34..b95048797 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@vant/cli": "workspace:*", "@vant/eslint-config": "workspace:*", "eslint": "^8.57.0", - "husky": "^9.1.5", + "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 470138edd..0753a343c 100644 --- a/packages/vant-cli/package.json +++ b/packages/vant-cli/package.json @@ -43,22 +43,22 @@ "@types/lodash": "^4.17.7", "@types/markdown-it": "^14.1.2", "rimraf": "^6.0.1", - "vue": "^3.5.0" + "vue": "^3.5.5" }, "dependencies": { "@babel/core": "^7.25.2", "@babel/preset-typescript": "^7.24.7", - "@rsbuild/core": "1.0.1-rc.5", - "@rsbuild/plugin-babel": "1.0.1-rc.5", - "@rsbuild/plugin-less": "1.0.1-rc.5", - "@rsbuild/plugin-sass": "1.0.1-rc.5", - "@rsbuild/plugin-vue": "1.0.1-rc.5", + "@rsbuild/core": "1.0.4", + "@rsbuild/plugin-babel": "1.0.1", + "@rsbuild/plugin-less": "1.0.1", + "@rsbuild/plugin-sass": "1.0.1", + "@rsbuild/plugin-vue": "1.0.1", "@rsbuild/plugin-vue-jsx": "1.0.1", "@vant/eslint-config": "workspace:^", "@vant/touch-emulator": "workspace:^", "@vitejs/plugin-vue": "^5.1.3", "@vitejs/plugin-vue-jsx": "^4.0.1", - "@vue/babel-plugin-jsx": "^1.2.4", + "@vue/babel-plugin-jsx": "^1.2.5", "autoprefixer": "^10.4.20", "commander": "^12.1.0", "rslog": "^1.2.3", @@ -69,21 +69,21 @@ "fs-extra": "^11.2.0", "hash-sum": "^2.0.0", "highlight.js": "^11.10.0", - "husky": "^9.1.5", + "husky": "^9.1.6", "less": "^4.2.0", "lodash": "^4.17.21", "markdown-it": "^14.1.0", "markdown-it-anchor": "^9.0.1", "nano-staged": "^0.8.0", "picocolors": "^1.0.1", - "postcss": "^8.4.45", + "postcss": "^8.4.47", "postcss-load-config": "^6.0.1", "prettier": "^3.3.3", "rspack-plugin-virtual-module": "^0.1.13", "terser": "^5.31.6", "transliteration": "^2.3.5", "typescript": "^5.5.4", - "vite": "^5.4.3", - "vue-router": "^4.4.3" + "vite": "^5.4.5", + "vue-router": "^4.4.5" } } diff --git a/packages/vant-compat/package.json b/packages/vant-compat/package.json index 35cd14c0a..df7ba51c0 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.0", + "@vue/runtime-core": "^3.5.5", "vant": "workspace:*", - "vue": "^3.5.0", + "vue": "^3.5.5", "esbuild": "^0.23.1", "rimraf": "^6.0.1", "typescript": "^5.5.4" diff --git a/packages/vant-use/package.json b/packages/vant-use/package.json index 00c573a18..906c8191f 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.5.4", - "vue": "^3.5.0" + "vue": "^3.5.5" }, "peerDependencies": { "vue": "^3.0.0" diff --git a/packages/vant/package.json b/packages/vant/package.json index 51157c6d8..96402d7d9 100644 --- a/packages/vant/package.json +++ b/packages/vant/package.json @@ -48,7 +48,7 @@ "dependencies": { "@vant/popperjs": "workspace:^", "@vant/use": "workspace:^", - "@vue/shared": "^3.5.0" + "@vue/shared": "^3.5.5" }, "peerDependencies": { "vue": "^3.0.0" @@ -62,17 +62,17 @@ "@vitejs/plugin-vue": "^5.1.3", "@vitejs/plugin-vue-jsx": "^4.0.1", "@vitest/coverage-istanbul": "^1.6.0", - "@vue/runtime-core": "^3.5.0", + "@vue/runtime-core": "^3.5.5", "@vue/test-utils": "^2.4.6", "csstype": "^3.1.3", "diffable-html": "^5.0.0", "jsdom": "^24.1.3", "typescript": "^5.5.4", - "vite": "^5.4.3", + "vite": "^5.4.5", "vitest": "^1.6.0", "vitest-canvas-mock": "^0.3.3", - "vue": "^3.5.0", - "vue-router": "^4.4.3" + "vue": "^3.5.5", + "vue-router": "^4.4.5" }, "sideEffects": [ "es/**/style/*", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 360f9dfd2..d3ca42cf6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -18,8 +18,8 @@ importers: specifier: ^8.57.0 version: 8.57.0 husky: - specifier: ^9.1.5 - version: 9.1.5 + specifier: ^9.1.6 + version: 9.1.6 nano-staged: specifier: ^0.8.0 version: 0.8.0 @@ -64,8 +64,8 @@ importers: specifier: workspace:^ version: link:../vant-use '@vue/shared': - specifier: ^3.5.0 - version: 3.5.3 + specifier: ^3.5.5 + version: 3.5.5 devDependencies: '@types/node': specifier: ^20.14.15 @@ -84,16 +84,16 @@ importers: version: link:../vant-icons '@vitejs/plugin-vue': specifier: ^5.1.3 - version: 5.1.3(vite@5.4.3(@types/node@20.14.15)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.31.6))(vue@3.5.3(typescript@5.5.4)) + version: 5.1.3(vite@5.4.5(@types/node@20.14.15)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.31.6))(vue@3.5.5(typescript@5.5.4)) '@vitejs/plugin-vue-jsx': specifier: ^4.0.1 - version: 4.0.1(vite@5.4.3(@types/node@20.14.15)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.31.6))(vue@3.5.3(typescript@5.5.4)) + version: 4.0.1(vite@5.4.5(@types/node@20.14.15)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.31.6))(vue@3.5.5(typescript@5.5.4)) '@vitest/coverage-istanbul': specifier: ^1.6.0 version: 1.6.0(vitest@1.6.0(@types/node@20.14.15)(jsdom@24.1.3)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.31.6)) '@vue/runtime-core': - specifier: ^3.5.0 - version: 3.5.3 + specifier: ^3.5.5 + version: 3.5.5 '@vue/test-utils': specifier: ^2.4.6 version: 2.4.6 @@ -110,8 +110,8 @@ importers: specifier: ^5.5.4 version: 5.5.4 vite: - specifier: ^5.4.3 - version: 5.4.3(@types/node@20.14.15)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.31.6) + specifier: ^5.4.5 + version: 5.4.5(@types/node@20.14.15)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.31.6) vitest: specifier: ^1.6.0 version: 1.6.0(@types/node@20.14.15)(jsdom@24.1.3)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.31.6) @@ -119,11 +119,11 @@ importers: specifier: ^0.3.3 version: 0.3.3(vitest@1.6.0(@types/node@20.14.15)(jsdom@24.1.3)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.31.6)) vue: - specifier: ^3.5.0 - version: 3.5.3(typescript@5.5.4) + specifier: ^3.5.5 + version: 3.5.5(typescript@5.5.4) vue-router: - specifier: ^4.4.3 - version: 4.4.3(vue@3.5.3(typescript@5.5.4)) + specifier: ^4.4.5 + version: 4.4.5(vue@3.5.5(typescript@5.5.4)) 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.1-rc.5 - version: 1.0.1-rc.5 + specifier: 1.0.4 + version: 1.0.4 '@rsbuild/plugin-babel': - specifier: 1.0.1-rc.5 - version: 1.0.1-rc.5(@rsbuild/core@1.0.1-rc.5) + specifier: 1.0.1 + version: 1.0.1(@rsbuild/core@1.0.4) '@rsbuild/plugin-less': - specifier: 1.0.1-rc.5 - version: 1.0.1-rc.5(@rsbuild/core@1.0.1-rc.5) + specifier: 1.0.1 + version: 1.0.1(@rsbuild/core@1.0.4) '@rsbuild/plugin-sass': - specifier: 1.0.1-rc.5 - version: 1.0.1-rc.5(@rsbuild/core@1.0.1-rc.5) + specifier: 1.0.1 + version: 1.0.1(@rsbuild/core@1.0.4) '@rsbuild/plugin-vue': - specifier: 1.0.1-rc.5 - version: 1.0.1-rc.5(@rsbuild/core@1.0.1-rc.5)(esbuild@0.23.1)(vue@3.5.3(typescript@5.5.4)) + specifier: 1.0.1 + version: 1.0.1(@rsbuild/core@1.0.4)(esbuild@0.23.1)(vue@3.5.5(typescript@5.5.4)) '@rsbuild/plugin-vue-jsx': specifier: 1.0.1 - version: 1.0.1(@babel/core@7.25.2)(@rsbuild/core@1.0.1-rc.5) + version: 1.0.1(@babel/core@7.25.2)(@rsbuild/core@1.0.4) '@vant/eslint-config': specifier: workspace:^ version: link:../vant-eslint-config @@ -180,16 +180,16 @@ importers: version: link:../vant-touch-emulator '@vitejs/plugin-vue': specifier: ^5.1.3 - version: 5.1.3(vite@5.4.3(@types/node@20.14.15)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.31.6))(vue@3.5.3(typescript@5.5.4)) + version: 5.1.3(vite@5.4.5(@types/node@20.14.15)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.31.6))(vue@3.5.5(typescript@5.5.4)) '@vitejs/plugin-vue-jsx': specifier: ^4.0.1 - version: 4.0.1(vite@5.4.3(@types/node@20.14.15)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.31.6))(vue@3.5.3(typescript@5.5.4)) + version: 4.0.1(vite@5.4.5(@types/node@20.14.15)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.31.6))(vue@3.5.5(typescript@5.5.4)) '@vue/babel-plugin-jsx': - specifier: ^1.2.4 - version: 1.2.4(@babel/core@7.25.2) + specifier: ^1.2.5 + version: 1.2.5(@babel/core@7.25.2) autoprefixer: specifier: ^10.4.20 - version: 10.4.20(postcss@8.4.45) + version: 10.4.20(postcss@8.4.47) commander: specifier: ^12.1.0 version: 12.1.0 @@ -215,8 +215,8 @@ importers: specifier: ^11.10.0 version: 11.10.0 husky: - specifier: ^9.1.5 - version: 9.1.5 + specifier: ^9.1.6 + version: 9.1.6 less: specifier: ^4.2.0 version: 4.2.0 @@ -236,11 +236,11 @@ importers: specifier: ^1.0.1 version: 1.0.1 postcss: - specifier: ^8.4.45 - version: 8.4.45 + specifier: ^8.4.47 + version: 8.4.47 postcss-load-config: specifier: ^6.0.1 - version: 6.0.1(postcss@8.4.45) + version: 6.0.1(postcss@8.4.47) prettier: specifier: ^3.3.3 version: 3.3.3 @@ -260,11 +260,11 @@ importers: specifier: ^5.5.4 version: 5.5.4 vite: - specifier: ^5.4.3 - version: 5.4.3(@types/node@20.14.15)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.31.6) + specifier: ^5.4.5 + version: 5.4.5(@types/node@20.14.15)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.31.6) vue-router: - specifier: ^4.4.3 - version: 4.4.3(vue@3.5.3(typescript@5.5.4)) + specifier: ^4.4.5 + version: 4.4.5(vue@3.5.5(typescript@5.5.4)) devDependencies: '@types/fs-extra': specifier: ^11.0.4 @@ -282,14 +282,14 @@ importers: specifier: ^6.0.1 version: 6.0.1 vue: - specifier: ^3.5.0 - version: 3.5.3(typescript@5.5.4) + specifier: ^3.5.5 + version: 3.5.5(typescript@5.5.4) packages/vant-compat: devDependencies: '@vue/runtime-core': - specifier: ^3.5.0 - version: 3.5.3 + specifier: ^3.5.5 + version: 3.5.5 esbuild: specifier: ^0.23.1 version: 0.23.1 @@ -303,8 +303,8 @@ importers: specifier: workspace:* version: link:../vant vue: - specifier: ^3.5.0 - version: 3.5.3(typescript@5.5.4) + specifier: ^3.5.5 + version: 3.5.5(typescript@5.5.4) packages/vant-eslint-config: dependencies: @@ -359,8 +359,8 @@ importers: specifier: ^5.5.4 version: 5.5.4 vue: - specifier: ^3.5.0 - version: 3.5.3(typescript@5.5.4) + specifier: ^3.5.5 + version: 3.5.5(typescript@5.5.4) packages: @@ -1061,25 +1061,25 @@ packages: cpu: [x64] os: [win32] - '@rsbuild/core@1.0.1-rc.5': - resolution: {integrity: sha512-0+LiFrzvEEhHsizHRXMnbxtvxVvWyGFl33VfLSlOnBwUwgbblq3ehUc4QYK+mla4Zh3DbWRNr9oCdyJa+Qv2MA==} + '@rsbuild/core@1.0.4': + resolution: {integrity: sha512-ACvCzeyW5gW5olGBzK5Tnc5RfUOQ+BPnMB7Y0Iycz0pRYAghKQcYkpPZlEpdsKQDNeBUKk9loOy+Z7Rca4Ouzw==} engines: {node: '>=16.7.0'} hasBin: true - '@rsbuild/plugin-babel@1.0.1-rc.5': - resolution: {integrity: sha512-8Tr566hx+dK5mQRqDNPCUvjPKWtmYdwKmFEuwNmCm5674VSzcTZmsPTK0df4A3ZTnvlowsQTiP6hhNW2DTi6cQ==} + '@rsbuild/plugin-babel@1.0.1': + resolution: {integrity: sha512-cdTiLDVv52r8bOa7rfzk8ADePcckyf4TSXcPv+qq0P/mCBcRmqA4BKQNYf3srXEOb7HrERFaO3pEqdrNe5QwqA==} peerDependencies: - '@rsbuild/core': ^1.0.1-rc.4 + '@rsbuild/core': 1.x || ^1.0.1-rc.0 - '@rsbuild/plugin-less@1.0.1-rc.5': - resolution: {integrity: sha512-RxqUN+lkoqH4ZW1x+wK1J37mPwRwFfMcZMy+X0ONcz2PcSURPg9fszKx3zKJST7hUeCXP708suRarxSDDl/OUw==} + '@rsbuild/plugin-less@1.0.1': + resolution: {integrity: sha512-bXjPDII9b0MCdYxkoNUtf1z11lQVQDPqgC6Iu90s6X5lnfJd7uwxQC7Sr/cHKYDPKVKQZIvbmXHFJxnd8bsCLg==} peerDependencies: - '@rsbuild/core': ^1.0.1-rc.4 + '@rsbuild/core': 1.x || ^1.0.1-rc.0 - '@rsbuild/plugin-sass@1.0.1-rc.5': - resolution: {integrity: sha512-HwflqldqJczmWzIuaaaabAo3w+hD17vMYIftxmUdFReJ4Wa9vx9IT0sbOZLedVEzIW5Nnb8vasyNuAs2AJnT3A==} + '@rsbuild/plugin-sass@1.0.1': + resolution: {integrity: sha512-gybEWXc5kUAc3eur7LJRfWiG9tA5sdDUNo++Fy2pSRhVdYRMLUtKq4YOTmLCYHQ8b7vWRbmv8keqX34ynBm8Bg==} peerDependencies: - '@rsbuild/core': ^1.0.1-rc.4 + '@rsbuild/core': 1.x || ^1.0.1-rc.0 '@rsbuild/plugin-vue-jsx@1.0.1': resolution: {integrity: sha512-+Oo6FT7hT5Jb8K43qOgwNP35nXZbCopIlSOFa9KC1DKBJ1n0VueqshRY4pP5pVl6R2BeU87RRnmv0pbc2hH5Mg==} @@ -1089,61 +1089,61 @@ packages: '@rsbuild/core': optional: true - '@rsbuild/plugin-vue@1.0.1-rc.5': - resolution: {integrity: sha512-pcdirXqxT1IjghfzVIn7UxnQU4mF6gf/jaCxOIToV6LkFOgcL1VNq1vYZrerj7lw+J5dtEO4x4hVhYvgm3zoMQ==} + '@rsbuild/plugin-vue@1.0.1': + resolution: {integrity: sha512-HmxGkquVbivxaLovYeZhHk2tm8fm/f6h5rKcGtHTce4BlrDDN63gjRpfCa8eLnbIsmBPYen4rPXmOwMLReEBJQ==} peerDependencies: - '@rsbuild/core': ^1.0.1-rc.4 + '@rsbuild/core': 1.x || ^1.0.1-rc.0 - '@rspack/binding-darwin-arm64@1.0.3': - resolution: {integrity: sha512-MZlQpDRJkjIJJqmYMiziwz9vLXi1KjORYW6hemC2umDfOzUmlkRPBUF8oEqXaUQ+zYLbjhk4iTSbFdrlqUR+6w==} + '@rspack/binding-darwin-arm64@1.0.5': + resolution: {integrity: sha512-pEHj4AOluOa7FaR1DMACPUUZKO3qZI4/66xaTqk0BbclvMT7eheQAWtkmjdE9WJgeZ389TrwZeaMzzPdHhK/6Q==} cpu: [arm64] os: [darwin] - '@rspack/binding-darwin-x64@1.0.3': - resolution: {integrity: sha512-Ke8Tw3+j5YFFIHjlqrEDnW5fbZU14s+l5LhLVaw6gVXH4yAAyFaZejaIViGi5fhKkdKmCXm0nVTK1KhhASZxAw==} + '@rspack/binding-darwin-x64@1.0.5': + resolution: {integrity: sha512-xS5EDD9l3MHL54bnmxsndm61P9l3l7ZNuLSuPl2MbYJzDqPdnXhTdkIjdcDOLH2daFm8gfB634wa5knZhPGLOw==} cpu: [x64] os: [darwin] - '@rspack/binding-linux-arm64-gnu@1.0.3': - resolution: {integrity: sha512-Ydm6rsBnPYlKfWtz6sPRgAgJ5fQ+zFSHplR4bFlARIOXeWPn7ckQvFZrmKexuR0ULjG3Z4sbfrU6udc2MAWvig==} + '@rspack/binding-linux-arm64-gnu@1.0.5': + resolution: {integrity: sha512-svPOFlem7s6T33tX8a28uD5Ngc7bdML96ioiH7Fhi0J/at+WAthor4GeUNwkwuzBQI/Nc9XCgiYPcE0pzP7c6w==} cpu: [arm64] os: [linux] - '@rspack/binding-linux-arm64-musl@1.0.3': - resolution: {integrity: sha512-2aS65Xne3W6qJJ5PN5oL/bMbkUeYpsQduT+ML6vY6hqvi6W6wYtkvHwscQ4HisxKQFWdB2bsE1+UT34XgHpijw==} + '@rspack/binding-linux-arm64-musl@1.0.5': + resolution: {integrity: sha512-cysqogEUNc0TgzzXcK9bkv12eoCjqhLzOvGXQU1zSEU9Hov7tuzMDl3Z6R3A7NgOCmWu84/wOnTrkSOI28caew==} cpu: [arm64] os: [linux] - '@rspack/binding-linux-x64-gnu@1.0.3': - resolution: {integrity: sha512-6UWii/GBkV0B98RSjJr9Za5Y8rvU1vQpE5+8vb26pvo3Sh3kvRfOmSeIFyqR3I92er5SQKmEp8uggb74st6QGQ==} + '@rspack/binding-linux-x64-gnu@1.0.5': + resolution: {integrity: sha512-qIEMsWOzTKpVm0Sg553gKkua49Kd/sElLD1rZcXjjxjAsD97uq8AiNncArMfYdDKgkKbtwtW/Fb3uVuafTLnZg==} cpu: [x64] os: [linux] - '@rspack/binding-linux-x64-musl@1.0.3': - resolution: {integrity: sha512-tpKGPJEe6vkkH3bsDz+l7xndNrOGxDvbDVOXV0uSESnRr6Pef5253Bi5PNooGLSaWQlXVDdazhi6x1beVHI2eg==} + '@rspack/binding-linux-x64-musl@1.0.5': + resolution: {integrity: sha512-yulltMSQN3aBt3NMURYTmJcpAJBi4eEJ4i9qF0INE8f0885sJpI0j35/31POkCghG1ZOSZkYALFrheKKP9e8pg==} cpu: [x64] os: [linux] - '@rspack/binding-win32-arm64-msvc@1.0.3': - resolution: {integrity: sha512-9FwP64T6yeq3cG1JQG0VagTMuJxJCT45G9LN5RTJ2kxJ4T28vL7uEc9usPpXOyd6xpbzTKXX0mVxL+c8x0EhZQ==} + '@rspack/binding-win32-arm64-msvc@1.0.5': + resolution: {integrity: sha512-5oF/qN6TnUj28UAdaOgSIWKq7HG5QgI4p37zvQBBTXZHhrwN2kE6H+TaofWnSqWJynwmGIxJIx8bGo3lDfFbfA==} cpu: [arm64] os: [win32] - '@rspack/binding-win32-ia32-msvc@1.0.3': - resolution: {integrity: sha512-nXbeh0206bGiwV1vgY8UDk92sZ2yMvJenevnnLtGFSMTRQ46Z2f9n+mUO1GlvpanR1HAfhgPddlKasIncTJmPQ==} + '@rspack/binding-win32-ia32-msvc@1.0.5': + resolution: {integrity: sha512-y16IPjd/z6L7+r6RXLu7J/jlZDUenSnJDqo10HnnxtLjOJ+vna+pljI8sHcwu1ao0c3J3uMvbkF34dTiev7Opg==} cpu: [ia32] os: [win32] - '@rspack/binding-win32-x64-msvc@1.0.3': - resolution: {integrity: sha512-htBi4xt+iXD/NCEo/q4fYSg5YfXymK9P9zI36NFvfguQbhwqy4JgBx0IorjDFl5qvG70sdUzY7x98DJEseGScQ==} + '@rspack/binding-win32-x64-msvc@1.0.5': + resolution: {integrity: sha512-PSBTbDSgT+ClYvyQTDtWBi/bxXW/xJmVjg9NOWe8KAEl5WNU+pToiCBLLPCGDSa+K7/zr2TDb6QakG/qYItPZw==} cpu: [x64] os: [win32] - '@rspack/binding@1.0.3': - resolution: {integrity: sha512-wRLUDyi/6jFDDZJIov4uh9H9hJNk7JKDEhaMLM/5lJzzWsTLBB/q6JB1VAdIzOzBhYsU8iIMEVuG3Uih1H43uw==} + '@rspack/binding@1.0.5': + resolution: {integrity: sha512-SnVrzRWeKSosJ0/1e5taAeqJ1ISst6NAE1N8YK4ZdUEVWmE26tC2V/yTvZHSsqatc/0Cf+A18IZJx0q6H/DlRw==} - '@rspack/core@1.0.3': - resolution: {integrity: sha512-BqyBSrcTtsm1EDI10TrK6tEfNsy5vEnVDnbI0HBuQBH1zhKblnvsu6Y2bbS9+OGmB+OPEr76CmuZtzb+7V3wrQ==} + '@rspack/core@1.0.5': + resolution: {integrity: sha512-UlydS2VupZ6yBx3jCqCHpeEUQNWCrBkTQhPIezK0eCAk13i745byjqXX4tcfN6jR5Kjh/1CIb8r07k9DgGON1w==} engines: {node: '>=16.0.0'} peerDependencies: '@swc/helpers': '>=0.5.1' @@ -1307,6 +1307,9 @@ packages: '@vue/babel-helper-vue-transform-on@1.2.4': resolution: {integrity: sha512-3L9zXWRN2jvmLjtSyw9vtcO5KTSCfKhCD5rEZM+024bc+4dKSzTjIABl/5b+uZ5nXe5y31uUMxxLo1PdXkYaig==} + '@vue/babel-helper-vue-transform-on@1.2.5': + resolution: {integrity: sha512-lOz4t39ZdmU4DJAa2hwPYmKc8EsuGa2U0L9KaZaOJUt0UwQNjNA3AZTq6uEivhOKhhG1Wvy96SvYBoFmCg3uuw==} + '@vue/babel-plugin-jsx@1.2.4': resolution: {integrity: sha512-jwAVtHUaDfOGGT1EmVKBi0anXOtPvsuKbImcdnHXluaJQ6GEJzshf1JMTtMRx2fPiG7BZjNmyMv+NdZY2OyZEA==} peerDependencies: @@ -1315,43 +1318,71 @@ packages: '@babel/core': optional: true + '@vue/babel-plugin-jsx@1.2.5': + resolution: {integrity: sha512-zTrNmOd4939H9KsRIGmmzn3q2zvv1mjxkYZHgqHZgDrXz5B1Q3WyGEjO2f+JrmKghvl1JIRcvo63LgM1kH5zFg==} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + '@vue/babel-plugin-resolve-type@1.2.4': resolution: {integrity: sha512-jWcJAmfKvc/xT2XBC4JAmy2eezNjU3CLfeDecl2Ge3tSjJCTmKJWkEhHdzXyx9Nr6PbIcQrFKhCaEDobhSrPqw==} peerDependencies: '@babel/core': ^7.0.0-0 + '@vue/babel-plugin-resolve-type@1.2.5': + resolution: {integrity: sha512-U/ibkQrf5sx0XXRnUZD1mo5F7PkpKyTbfXM3a3rC4YnUz6crHEz9Jg09jzzL6QYlXNto/9CePdOg/c87O4Nlfg==} + 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-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-sfc@3.5.5': + resolution: {integrity: sha512-MzBHDxwZhgQPHrwJ5tj92gdTYRCuPDSZr8PY3+JFv8cv2UD5/WayH5yo0kKCkKfrtJhc39jNSMityHrkMSbfnA==} + '@vue/compiler-ssr@3.5.3': resolution: {integrity: sha512-F/5f+r2WzL/2YAPl7UlKcJWHrvoZN8XwEBLnT7S4BXwncH25iDOabhO2M2DWioyTguJAGavDOawejkFXj8EM1w==} - '@vue/devtools-api@6.6.3': - resolution: {integrity: sha512-0MiMsFma/HqA6g3KLKn+AGpL1kgKhFWszC9U29NfpWK5LE7bjeXxySWJrOJ77hBz+TBrBQ7o4QJqbPbqbs8rJw==} + '@vue/compiler-ssr@3.5.5': + resolution: {integrity: sha512-oFasHnpv/upubjJEmqiTKQYb4qS3ziJddf4UVWuFw6ebk/QTrTUc+AUoTJdo39x9g+AOQBzhOU0ICCRuUjvkmw==} - '@vue/reactivity@3.5.3': - resolution: {integrity: sha512-2w61UnRWTP7+rj1H/j6FH706gRBHdFVpIqEkSDAyIpafBXYH8xt4gttstbbCWdU3OlcSWO8/3mbKl/93/HSMpw==} + '@vue/devtools-api@6.6.4': + resolution: {integrity: sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==} - '@vue/runtime-core@3.5.3': - resolution: {integrity: sha512-5b2AQw5OZlmCzSsSBWYoZOsy75N4UdMWenTfDdI5bAzXnuVR7iR8Q4AOzQm2OGoA41xjk53VQKrqQhOz2ktWaw==} + '@vue/reactivity@3.5.5': + resolution: {integrity: sha512-V4tTWElZQhT73PSK3Wnax9R9m4qvMX+LeKHnfylZc6SLh4Jc5/BPakp6e3zEhKWi5AN8TDzRkGnLkp8OqycYng==} - '@vue/runtime-dom@3.5.3': - resolution: {integrity: sha512-wPR1DEGc3XnQ7yHbmkTt3GoY0cEnVGQnARRdAkDzZ8MbUKEs26gogCQo6AOvvgahfjIcnvWJzkZArQ1fmWjcSg==} + '@vue/runtime-core@3.5.5': + resolution: {integrity: sha512-2/CFaRN17jgsXy4MpigWFBCAMmLkXPb4CjaHrndglwYSra7ajvkH2cat21dscuXaH91G8fXAeg5gCyxWJ+wCRA==} - '@vue/server-renderer@3.5.3': - resolution: {integrity: sha512-28volmaZVG2PGO3V3+gBPKoSHvLlE8FGfG/GKXKkjjfxLuj/50B/0OQGakM/g6ehQeqCrZYM4eHC4Ks48eig1Q==} + '@vue/runtime-dom@3.5.5': + resolution: {integrity: sha512-0bQGgCuL+4Muz5PsCLgF4Ata9BTdhHi5VjsxtTDyI0Wy4MgoSvBGaA6bDc7W7CGgZOyirf9LNeetMYHQ05pgpw==} + + '@vue/server-renderer@3.5.5': + resolution: {integrity: sha512-XjRamLIq5f47cxgy+hiX7zUIY+4RHdPDVrPvvMDAUTdW5RJWX/S0ji/rCbm3LWTT/9Co9bvQME8ZI15ahL4/Qw==} peerDependencies: - vue: 3.5.3 + vue: 3.5.5 '@vue/shared@3.5.3': resolution: {integrity: sha512-Jp2v8nylKBT+PlOUjun2Wp/f++TfJVFjshLzNtJDdmFJabJa7noGMncqXRM1vXGX+Yo2V7WykQFNxusSim8SCA==} + '@vue/shared@3.5.5': + resolution: {integrity: sha512-0KyMXyEgnmFAs6rNUL+6eUHtUCqCaNrVd+AW3MX3LyA0Yry5SA0Km03CDKiOua1x1WWnIr+W9+S0GMFoSDWERQ==} + '@vue/test-utils@2.4.6': resolution: {integrity: sha512-FMxEjOpYNYiFe0GkaHsnJPXFHxQ6m4t8vI/ElPGpMWxZKpmRvQ33OIrvRXemy6yha03RxhOlQuy+gZMC3CQSow==} @@ -1541,6 +1572,9 @@ packages: caniuse-lite@1.0.30001658: resolution: {integrity: sha512-N2YVqWbJELVdrnsW5p+apoQyYt51aBMSsBZki1XZEfeBCexcM/sf4xiAHcXQBkuOwJBXtWF7aW1sYX6tKebPHw==} + caniuse-lite@1.0.30001660: + resolution: {integrity: sha512-GacvNTTuATm26qC74pt+ad1fW15mlQ/zuTzzY1ZoIzECTP8HURDfF43kNxPgf7H1jmelCBQTTbBNxdSXOA7Bqg==} + chai@4.4.1: resolution: {integrity: sha512-13sOfMv2+DWduEU+/xbun3LScLoqN17nBeTLUsmDfKdoiC1fr0n9PU4guu4AhRcOVFk/sW8LyZWHuhWtQZiF+g==} engines: {node: '>=4'} @@ -1985,8 +2019,8 @@ packages: resolution: {integrity: sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==} engines: {node: '>=16.17.0'} - husky@9.1.5: - resolution: {integrity: sha512-rowAVRUBfI0b4+niA4SJMhfQwc107VLkBUgEYYAOQAbqDCnra1nYh83hF/MDmhYs9t9n1E3DuKOrs2LYNC+0Ag==} + husky@9.1.6: + resolution: {integrity: sha512-sqbjZKK7kf44hfdE94EoX8MZNk0n7HeW37O4YrVGCF4wzgQjp+akPAkfUK5LZ6KuR/6sqeAVuXHji+RzQgOn5A==} engines: {node: '>=18'} hasBin: true @@ -2418,6 +2452,9 @@ packages: picocolors@1.0.1: resolution: {integrity: sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==} + picocolors@1.1.0: + resolution: {integrity: sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==} + picomatch@2.3.1: resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} engines: {node: '>=8.6'} @@ -2454,12 +2491,8 @@ packages: postcss-value-parser@4.2.0: resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} - postcss@8.4.44: - resolution: {integrity: sha512-Aweb9unOEpQ3ezu4Q00DPvvM2ZTUitJdNKeP/+uQgr1IBIqu574IaZoURId7BKtWMREwzKa9OgzPzezWGPWFQw==} - engines: {node: ^10 || ^12 || >=14} - - postcss@8.4.45: - resolution: {integrity: sha512-7KTLTdzdZZYscUc65XmjFiB73vBhBfbPztCYdUNvlaso9PrzjzcmjqBPR0lNGkcVlcO4BjiO5rK/qNz+XAen1Q==} + postcss@8.4.47: + resolution: {integrity: sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==} engines: {node: ^10 || ^12 || >=14} prelude-ls@1.2.1: @@ -2741,6 +2774,10 @@ packages: resolution: {integrity: sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==} engines: {node: '>=0.10.0'} + source-map-js@1.2.1: + resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==} + engines: {node: '>=0.10.0'} + source-map-support@0.5.21: resolution: {integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==} @@ -2936,8 +2973,8 @@ packages: engines: {node: ^18.0.0 || >=20.0.0} hasBin: true - vite@5.4.3: - resolution: {integrity: sha512-IH+nl64eq9lJjFqU+/yrRnrHPVTlgy42/+IzbOdaFDVlyLgI/wDlf+FCobXLX1cT0X5+7LMyH1mIy2xJdLfo8Q==} + vite@5.4.5: + resolution: {integrity: sha512-pXqR0qtb2bTwLkev4SE3r4abCNioP3GkjvIDLlzziPpXtHgiJIjuKl+1GN6ESOT3wMjG3JTeARopj2SwYaHTOA==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: @@ -3018,13 +3055,13 @@ packages: vue: optional: true - vue-router@4.4.3: - resolution: {integrity: sha512-sv6wmNKx2j3aqJQDMxLFzs/u/mjA9Z5LCgy6BE0f7yFWMjrPLnS/sPNn8ARY/FXw6byV18EFutn5lTO6+UsV5A==} + vue-router@4.4.5: + resolution: {integrity: sha512-4fKZygS8cH1yCyuabAXGUAsyi1b2/o/OKgu/RUb+znIYOxPRxdkytJEx+0wGcpBE1pX6vUgh5jwWOKRGvuA/7Q==} peerDependencies: vue: ^3.2.0 - vue@3.5.3: - resolution: {integrity: sha512-xvRbd0HpuLovYbOHXRHlSBsSvmUJbo0pzbkKTApWnQGf3/cu5Z39mQeA5cZdLRVIoNf3zI6MSoOgHUT5i2jO+Q==} + vue@3.5.5: + resolution: {integrity: sha512-ybC+xn67K4+df1yVeov4UjBGyVcXM0a1g7JVZr+pWVUX3xF6ntXU0wIjkTkduZBUIpxTlsftJSxz2kwhsT7dgA==} peerDependencies: typescript: '*' peerDependenciesMeta: @@ -3191,7 +3228,7 @@ snapshots: '@babel/helper-annotate-as-pure@7.24.7': dependencies: - '@babel/types': 7.25.2 + '@babel/types': 7.25.6 '@babel/helper-compilation-targets@7.25.2': dependencies: @@ -3231,24 +3268,24 @@ snapshots: '@babel/helper-environment-visitor@7.24.7': dependencies: - '@babel/types': 7.25.2 + '@babel/types': 7.25.6 '@babel/helper-function-name@7.24.7': dependencies: '@babel/template': 7.25.0 - '@babel/types': 7.25.2 + '@babel/types': 7.25.6 '@babel/helper-member-expression-to-functions@7.24.7': dependencies: - '@babel/traverse': 7.25.3 - '@babel/types': 7.25.2 + '@babel/traverse': 7.25.6 + '@babel/types': 7.25.6 transitivePeerDependencies: - supports-color '@babel/helper-member-expression-to-functions@7.24.8': dependencies: '@babel/traverse': 7.25.6 - '@babel/types': 7.25.2 + '@babel/types': 7.25.6 transitivePeerDependencies: - supports-color @@ -3282,7 +3319,7 @@ snapshots: '@babel/helper-optimise-call-expression@7.24.7': dependencies: - '@babel/types': 7.25.2 + '@babel/types': 7.25.6 '@babel/helper-plugin-utils@7.24.7': {} @@ -3308,21 +3345,21 @@ snapshots: '@babel/helper-simple-access@7.24.7': dependencies: - '@babel/traverse': 7.25.3 - '@babel/types': 7.25.2 + '@babel/traverse': 7.25.6 + '@babel/types': 7.25.6 transitivePeerDependencies: - supports-color '@babel/helper-skip-transparent-expression-wrappers@7.24.7': dependencies: - '@babel/traverse': 7.25.3 - '@babel/types': 7.25.2 + '@babel/traverse': 7.25.6 + '@babel/types': 7.25.6 transitivePeerDependencies: - supports-color '@babel/helper-split-export-declaration@7.24.7': dependencies: - '@babel/types': 7.25.2 + '@babel/types': 7.25.6 '@babel/helper-string-parser@7.24.7': {} @@ -3348,7 +3385,7 @@ snapshots: '@babel/parser@7.24.7': dependencies: - '@babel/types': 7.25.2 + '@babel/types': 7.25.6 '@babel/parser@7.25.3': dependencies: @@ -3361,8 +3398,8 @@ snapshots: '@babel/plugin-proposal-decorators@7.24.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.25.2) - '@babel/helper-plugin-utils': 7.24.7 + '@babel/helper-create-class-features-plugin': 7.25.4(@babel/core@7.25.2) + '@babel/helper-plugin-utils': 7.24.8 '@babel/plugin-syntax-decorators': 7.24.7(@babel/core@7.25.2) transitivePeerDependencies: - supports-color @@ -3370,7 +3407,7 @@ snapshots: '@babel/plugin-syntax-decorators@7.24.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.7 + '@babel/helper-plugin-utils': 7.24.8 '@babel/plugin-syntax-jsx@7.24.7(@babel/core@7.25.2)': dependencies: @@ -3380,7 +3417,7 @@ snapshots: '@babel/plugin-syntax-typescript@7.24.7(@babel/core@7.25.2)': dependencies: '@babel/core': 7.25.2 - '@babel/helper-plugin-utils': 7.24.7 + '@babel/helper-plugin-utils': 7.24.8 '@babel/plugin-transform-class-properties@7.25.4(@babel/core@7.25.2)': dependencies: @@ -3768,23 +3805,23 @@ snapshots: '@rollup/rollup-win32-x64-msvc@4.21.2': optional: true - '@rsbuild/core@1.0.1-rc.5': + '@rsbuild/core@1.0.4': dependencies: - '@rspack/core': 1.0.3(@swc/helpers@0.5.13) + '@rspack/core': 1.0.5(@swc/helpers@0.5.13) '@rspack/lite-tapable': 1.0.0 '@swc/helpers': 0.5.13 - caniuse-lite: 1.0.30001658 + caniuse-lite: 1.0.30001660 core-js: 3.38.1 optionalDependencies: fsevents: 2.3.3 - '@rsbuild/plugin-babel@1.0.1-rc.5(@rsbuild/core@1.0.1-rc.5)': + '@rsbuild/plugin-babel@1.0.1(@rsbuild/core@1.0.4)': 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.1-rc.5 + '@rsbuild/core': 1.0.4 '@types/babel__core': 7.20.5 deepmerge: 4.3.1 reduce-configs: 1.0.0 @@ -3792,36 +3829,36 @@ snapshots: transitivePeerDependencies: - supports-color - '@rsbuild/plugin-less@1.0.1-rc.5(@rsbuild/core@1.0.1-rc.5)': + '@rsbuild/plugin-less@1.0.1(@rsbuild/core@1.0.4)': dependencies: - '@rsbuild/core': 1.0.1-rc.5 + '@rsbuild/core': 1.0.4 deepmerge: 4.3.1 reduce-configs: 1.0.0 - '@rsbuild/plugin-sass@1.0.1-rc.5(@rsbuild/core@1.0.1-rc.5)': + '@rsbuild/plugin-sass@1.0.1(@rsbuild/core@1.0.4)': dependencies: - '@rsbuild/core': 1.0.1-rc.5 + '@rsbuild/core': 1.0.4 deepmerge: 4.3.1 loader-utils: 2.0.4 - postcss: 8.4.45 + 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.1-rc.5)': + '@rsbuild/plugin-vue-jsx@1.0.1(@babel/core@7.25.2)(@rsbuild/core@1.0.4)': dependencies: - '@rsbuild/plugin-babel': 1.0.1-rc.5(@rsbuild/core@1.0.1-rc.5) - '@vue/babel-plugin-jsx': 1.2.4(@babel/core@7.25.2) + '@rsbuild/plugin-babel': 1.0.1(@rsbuild/core@1.0.4) + '@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.1-rc.5 + '@rsbuild/core': 1.0.4 transitivePeerDependencies: - '@babel/core' - supports-color - '@rsbuild/plugin-vue@1.0.1-rc.5(@rsbuild/core@1.0.1-rc.5)(esbuild@0.23.1)(vue@3.5.3(typescript@5.5.4))': + '@rsbuild/plugin-vue@1.0.1(@rsbuild/core@1.0.4)(esbuild@0.23.1)(vue@3.5.5(typescript@5.5.4))': dependencies: - '@rsbuild/core': 1.0.1-rc.5 - vue-loader: 17.4.2(vue@3.5.3(typescript@5.5.4))(webpack@5.94.0(esbuild@0.23.1)) + '@rsbuild/core': 1.0.4 + vue-loader: 17.4.2(vue@3.5.5(typescript@5.5.4))(webpack@5.94.0(esbuild@0.23.1)) webpack: 5.94.0(esbuild@0.23.1) transitivePeerDependencies: - '@swc/core' @@ -3831,51 +3868,51 @@ snapshots: - vue - webpack-cli - '@rspack/binding-darwin-arm64@1.0.3': + '@rspack/binding-darwin-arm64@1.0.5': optional: true - '@rspack/binding-darwin-x64@1.0.3': + '@rspack/binding-darwin-x64@1.0.5': optional: true - '@rspack/binding-linux-arm64-gnu@1.0.3': + '@rspack/binding-linux-arm64-gnu@1.0.5': optional: true - '@rspack/binding-linux-arm64-musl@1.0.3': + '@rspack/binding-linux-arm64-musl@1.0.5': optional: true - '@rspack/binding-linux-x64-gnu@1.0.3': + '@rspack/binding-linux-x64-gnu@1.0.5': optional: true - '@rspack/binding-linux-x64-musl@1.0.3': + '@rspack/binding-linux-x64-musl@1.0.5': optional: true - '@rspack/binding-win32-arm64-msvc@1.0.3': + '@rspack/binding-win32-arm64-msvc@1.0.5': optional: true - '@rspack/binding-win32-ia32-msvc@1.0.3': + '@rspack/binding-win32-ia32-msvc@1.0.5': optional: true - '@rspack/binding-win32-x64-msvc@1.0.3': + '@rspack/binding-win32-x64-msvc@1.0.5': optional: true - '@rspack/binding@1.0.3': + '@rspack/binding@1.0.5': optionalDependencies: - '@rspack/binding-darwin-arm64': 1.0.3 - '@rspack/binding-darwin-x64': 1.0.3 - '@rspack/binding-linux-arm64-gnu': 1.0.3 - '@rspack/binding-linux-arm64-musl': 1.0.3 - '@rspack/binding-linux-x64-gnu': 1.0.3 - '@rspack/binding-linux-x64-musl': 1.0.3 - '@rspack/binding-win32-arm64-msvc': 1.0.3 - '@rspack/binding-win32-ia32-msvc': 1.0.3 - '@rspack/binding-win32-x64-msvc': 1.0.3 + '@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.3(@swc/helpers@0.5.13)': + '@rspack/core@1.0.5(@swc/helpers@0.5.13)': dependencies: '@module-federation/runtime-tools': 0.5.1 - '@rspack/binding': 1.0.3 + '@rspack/binding': 1.0.5 '@rspack/lite-tapable': 1.0.0 - caniuse-lite: 1.0.30001658 + caniuse-lite: 1.0.30001660 optionalDependencies: '@swc/helpers': 0.5.13 @@ -3889,24 +3926,24 @@ snapshots: '@types/babel__core@7.20.5': dependencies: - '@babel/parser': 7.25.3 - '@babel/types': 7.25.2 + '@babel/parser': 7.25.6 + '@babel/types': 7.25.6 '@types/babel__generator': 7.6.8 '@types/babel__template': 7.4.4 '@types/babel__traverse': 7.20.5 '@types/babel__generator@7.6.8': dependencies: - '@babel/types': 7.25.2 + '@babel/types': 7.25.6 '@types/babel__template@7.4.4': dependencies: - '@babel/parser': 7.25.3 - '@babel/types': 7.25.2 + '@babel/parser': 7.25.6 + '@babel/types': 7.25.6 '@types/babel__traverse@7.20.5': dependencies: - '@babel/types': 7.25.2 + '@babel/types': 7.25.6 '@types/estree@1.0.5': {} @@ -4032,20 +4069,20 @@ snapshots: '@ungap/structured-clone@1.2.0': {} - '@vitejs/plugin-vue-jsx@4.0.1(vite@5.4.3(@types/node@20.14.15)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.31.6))(vue@3.5.3(typescript@5.5.4))': + '@vitejs/plugin-vue-jsx@4.0.1(vite@5.4.5(@types/node@20.14.15)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.31.6))(vue@3.5.5(typescript@5.5.4))': 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.3(@types/node@20.14.15)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.31.6) - vue: 3.5.3(typescript@5.5.4) + vite: 5.4.5(@types/node@20.14.15)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.31.6) + vue: 3.5.5(typescript@5.5.4) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue@5.1.3(vite@5.4.3(@types/node@20.14.15)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.31.6))(vue@3.5.3(typescript@5.5.4))': + '@vitejs/plugin-vue@5.1.3(vite@5.4.5(@types/node@20.14.15)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.31.6))(vue@3.5.5(typescript@5.5.4))': dependencies: - vite: 5.4.3(@types/node@20.14.15)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.31.6) - vue: 3.5.3(typescript@5.5.4) + vite: 5.4.5(@types/node@20.14.15)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.31.6) + vue: 3.5.5(typescript@5.5.4) '@vitest/coverage-istanbul@1.6.0(vitest@1.6.0(@types/node@20.14.15)(jsdom@24.1.3)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.31.6))': dependencies: @@ -4093,6 +4130,8 @@ snapshots: '@vue/babel-helper-vue-transform-on@1.2.4': {} + '@vue/babel-helper-vue-transform-on@1.2.5': {} + '@vue/babel-plugin-jsx@1.2.4(@babel/core@7.25.2)': dependencies: '@babel/helper-module-imports': 7.24.7 @@ -4110,6 +4149,23 @@ snapshots: transitivePeerDependencies: - supports-color + '@vue/babel-plugin-jsx@1.2.5(@babel/core@7.25.2)': + dependencies: + '@babel/helper-module-imports': 7.24.7 + '@babel/helper-plugin-utils': 7.24.8 + '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.25.2) + '@babel/template': 7.25.0 + '@babel/traverse': 7.25.6 + '@babel/types': 7.25.6 + '@vue/babel-helper-vue-transform-on': 1.2.5 + '@vue/babel-plugin-resolve-type': 1.2.5(@babel/core@7.25.2) + html-tags: 3.3.1 + svg-tags: 1.0.0 + optionalDependencies: + '@babel/core': 7.25.2 + transitivePeerDependencies: + - supports-color + '@vue/babel-plugin-resolve-type@1.2.4(@babel/core@7.25.2)': dependencies: '@babel/code-frame': 7.24.7 @@ -4121,6 +4177,17 @@ snapshots: transitivePeerDependencies: - supports-color + '@vue/babel-plugin-resolve-type@1.2.5(@babel/core@7.25.2)': + dependencies: + '@babel/code-frame': 7.24.7 + '@babel/core': 7.25.2 + '@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 + transitivePeerDependencies: + - supports-color + '@vue/compiler-core@3.5.3': dependencies: '@babel/parser': 7.25.6 @@ -4129,11 +4196,24 @@ snapshots: estree-walker: 2.0.2 source-map-js: 1.2.0 + '@vue/compiler-core@3.5.5': + dependencies: + '@babel/parser': 7.25.6 + '@vue/shared': 3.5.5 + 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 + '@vue/compiler-dom@3.5.5': + dependencies: + '@vue/compiler-core': 3.5.5 + '@vue/shared': 3.5.5 + '@vue/compiler-sfc@3.5.3': dependencies: '@babel/parser': 7.25.6 @@ -4143,7 +4223,19 @@ snapshots: '@vue/shared': 3.5.3 estree-walker: 2.0.2 magic-string: 0.30.11 - postcss: 8.4.45 + postcss: 8.4.47 + source-map-js: 1.2.0 + + '@vue/compiler-sfc@3.5.5': + dependencies: + '@babel/parser': 7.25.6 + '@vue/compiler-core': 3.5.5 + '@vue/compiler-dom': 3.5.5 + '@vue/compiler-ssr': 3.5.5 + '@vue/shared': 3.5.5 + estree-walker: 2.0.2 + magic-string: 0.30.11 + postcss: 8.4.47 source-map-js: 1.2.0 '@vue/compiler-ssr@3.5.3': @@ -4151,32 +4243,39 @@ snapshots: '@vue/compiler-dom': 3.5.3 '@vue/shared': 3.5.3 - '@vue/devtools-api@6.6.3': {} - - '@vue/reactivity@3.5.3': + '@vue/compiler-ssr@3.5.5': dependencies: - '@vue/shared': 3.5.3 + '@vue/compiler-dom': 3.5.5 + '@vue/shared': 3.5.5 - '@vue/runtime-core@3.5.3': - dependencies: - '@vue/reactivity': 3.5.3 - '@vue/shared': 3.5.3 + '@vue/devtools-api@6.6.4': {} - '@vue/runtime-dom@3.5.3': + '@vue/reactivity@3.5.5': dependencies: - '@vue/reactivity': 3.5.3 - '@vue/runtime-core': 3.5.3 - '@vue/shared': 3.5.3 + '@vue/shared': 3.5.5 + + '@vue/runtime-core@3.5.5': + dependencies: + '@vue/reactivity': 3.5.5 + '@vue/shared': 3.5.5 + + '@vue/runtime-dom@3.5.5': + dependencies: + '@vue/reactivity': 3.5.5 + '@vue/runtime-core': 3.5.5 + '@vue/shared': 3.5.5 csstype: 3.1.3 - '@vue/server-renderer@3.5.3(vue@3.5.3(typescript@5.5.4))': + '@vue/server-renderer@3.5.5(vue@3.5.5(typescript@5.5.4))': dependencies: - '@vue/compiler-ssr': 3.5.3 - '@vue/shared': 3.5.3 - vue: 3.5.3(typescript@5.5.4) + '@vue/compiler-ssr': 3.5.5 + '@vue/shared': 3.5.5 + vue: 3.5.5(typescript@5.5.4) '@vue/shared@3.5.3': {} + '@vue/shared@3.5.5': {} + '@vue/test-utils@2.4.6': dependencies: js-beautify: 1.15.1 @@ -4319,20 +4418,20 @@ snapshots: asynckit@0.4.0: {} - autoprefixer@10.4.20(postcss@8.4.45): + autoprefixer@10.4.20(postcss@8.4.47): dependencies: browserslist: 4.23.3 caniuse-lite: 1.0.30001651 fraction.js: 4.3.7 normalize-range: 0.1.2 picocolors: 1.0.1 - postcss: 8.4.45 + postcss: 8.4.47 postcss-value-parser: 4.2.0 babel-plugin-vue-jsx-hmr@1.0.0: dependencies: '@babel/core': 7.25.2 - '@vue/babel-plugin-jsx': 1.2.4(@babel/core@7.25.2) + '@vue/babel-plugin-jsx': 1.2.5(@babel/core@7.25.2) transitivePeerDependencies: - supports-color @@ -4357,7 +4456,7 @@ snapshots: browserslist@4.23.2: dependencies: - caniuse-lite: 1.0.30001651 + caniuse-lite: 1.0.30001658 electron-to-chromium: 1.4.827 node-releases: 2.0.14 update-browserslist-db: 1.1.0(browserslist@4.23.2) @@ -4381,6 +4480,8 @@ snapshots: caniuse-lite@1.0.30001658: {} + caniuse-lite@1.0.30001660: {} + chai@4.4.1: dependencies: assertion-error: 1.1.0 @@ -4903,7 +5004,7 @@ snapshots: human-signals@5.0.0: {} - husky@9.1.5: {} + husky@9.1.6: {} iconv-lite@0.6.3: dependencies: @@ -5336,6 +5437,8 @@ snapshots: picocolors@1.0.1: {} + picocolors@1.1.0: {} + picomatch@2.3.1: {} pify@4.0.1: @@ -5347,11 +5450,11 @@ snapshots: mlly: 1.6.1 pathe: 1.1.2 - postcss-load-config@6.0.1(postcss@8.4.45): + postcss-load-config@6.0.1(postcss@8.4.47): dependencies: lilconfig: 3.1.1 optionalDependencies: - postcss: 8.4.45 + postcss: 8.4.47 postcss-selector-parser@6.0.16: dependencies: @@ -5360,17 +5463,11 @@ snapshots: postcss-value-parser@4.2.0: {} - postcss@8.4.44: + postcss@8.4.47: dependencies: nanoid: 3.3.7 - picocolors: 1.0.1 - source-map-js: 1.2.0 - - postcss@8.4.45: - dependencies: - nanoid: 3.3.7 - picocolors: 1.0.1 - source-map-js: 1.2.0 + picocolors: 1.1.0 + source-map-js: 1.2.1 prelude-ls@1.2.1: {} @@ -5411,7 +5508,7 @@ snapshots: reduce-configs@1.0.0: dependencies: - browserslist: 4.23.2 + browserslist: 4.23.3 require-directory@2.1.1: {} @@ -5604,6 +5701,8 @@ snapshots: source-map-js@1.2.0: {} + source-map-js@1.2.1: {} + source-map-support@0.5.21: dependencies: buffer-from: 1.1.2 @@ -5777,7 +5876,7 @@ snapshots: debug: 4.3.4 pathe: 1.1.2 picocolors: 1.0.1 - vite: 5.4.3(@types/node@20.14.15)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.31.6) + vite: 5.4.5(@types/node@20.14.15)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.31.6) transitivePeerDependencies: - '@types/node' - less @@ -5789,10 +5888,10 @@ snapshots: - supports-color - terser - vite@5.4.3(@types/node@20.14.15)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.31.6): + vite@5.4.5(@types/node@20.14.15)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.31.6): dependencies: esbuild: 0.21.5 - postcss: 8.4.44 + postcss: 8.4.47 rollup: 4.21.2 optionalDependencies: '@types/node': 20.14.15 @@ -5825,7 +5924,7 @@ snapshots: strip-literal: 2.1.0 tinybench: 2.7.0 tinypool: 0.8.4 - vite: 5.4.3(@types/node@20.14.15)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.31.6) + vite: 5.4.5(@types/node@20.14.15)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.31.6) vite-node: 1.6.0(@types/node@20.14.15)(less@4.2.0)(sass-embedded@1.78.0)(terser@5.31.6) why-is-node-running: 2.2.2 optionalDependencies: @@ -5856,27 +5955,27 @@ snapshots: transitivePeerDependencies: - supports-color - vue-loader@17.4.2(vue@3.5.3(typescript@5.5.4))(webpack@5.94.0(esbuild@0.23.1)): + vue-loader@17.4.2(vue@3.5.5(typescript@5.5.4))(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.3(typescript@5.5.4) + vue: 3.5.5(typescript@5.5.4) - vue-router@4.4.3(vue@3.5.3(typescript@5.5.4)): + vue-router@4.4.5(vue@3.5.5(typescript@5.5.4)): dependencies: - '@vue/devtools-api': 6.6.3 - vue: 3.5.3(typescript@5.5.4) + '@vue/devtools-api': 6.6.4 + vue: 3.5.5(typescript@5.5.4) - vue@3.5.3(typescript@5.5.4): + vue@3.5.5(typescript@5.5.4): dependencies: - '@vue/compiler-dom': 3.5.3 - '@vue/compiler-sfc': 3.5.3 - '@vue/runtime-dom': 3.5.3 - '@vue/server-renderer': 3.5.3(vue@3.5.3(typescript@5.5.4)) - '@vue/shared': 3.5.3 + '@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.5.4)) + '@vue/shared': 3.5.5 optionalDependencies: typescript: 5.5.4 @@ -5901,7 +6000,7 @@ snapshots: '@webassemblyjs/wasm-parser': 1.12.1 acorn: 8.11.3 acorn-import-attributes: 1.9.5(acorn@8.11.3) - browserslist: 4.23.2 + browserslist: 4.23.3 chrome-trace-event: 1.0.3 enhanced-resolve: 5.17.1 es-module-lexer: 1.5.0