diff --git a/.github/workflows/deploy-v4-site.yml b/.github/workflows/deploy-v4-site.yml index e2ef47779..44e3f75c9 100644 --- a/.github/workflows/deploy-v4-site.yml +++ b/.github/workflows/deploy-v4-site.yml @@ -33,7 +33,7 @@ jobs: run: npm run build:site - name: Deploy for GitHub 🚀 - uses: JamesIves/github-pages-deploy-action@v4.6.1 + uses: JamesIves/github-pages-deploy-action@v4.6.3 with: branch: gh-pages folder: packages/vant/site-dist diff --git a/package.json b/package.json index a7bd387cf..fa84aba66 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "eslint": "^8.57.0", "husky": "^8.0.3", "nano-staged": "^0.8.0", - "prettier": "^3.3.1" + "prettier": "^3.3.3" }, "overrides": { "esbuild": "^0.20.2" diff --git a/packages/create-vant-cli-app/package.json b/packages/create-vant-cli-app/package.json index d7a9785f9..16947095a 100644 --- a/packages/create-vant-cli-app/package.json +++ b/packages/create-vant-cli-app/package.json @@ -32,7 +32,7 @@ "license": "MIT", "devDependencies": { "@types/fs-extra": "^11.0.4", - "rimraf": "^5.0.7", + "rimraf": "^5.0.9", "typescript": "^5.4.5" }, "dependencies": { diff --git a/packages/vant-area-data/package.json b/packages/vant-area-data/package.json index 288d26905..2da7a184b 100644 --- a/packages/vant-area-data/package.json +++ b/packages/vant-area-data/package.json @@ -39,7 +39,7 @@ "license": "MIT", "devDependencies": { "esbuild": "^0.20.2", - "rimraf": "^5.0.7", + "rimraf": "^5.0.9", "typescript": "^5.4.5" } } diff --git a/packages/vant-auto-import-resolver/package.json b/packages/vant-auto-import-resolver/package.json index 68bd57c57..3f9024dc5 100644 --- a/packages/vant-auto-import-resolver/package.json +++ b/packages/vant-auto-import-resolver/package.json @@ -39,7 +39,7 @@ "author": "chenjiahan", "license": "MIT", "devDependencies": { - "rimraf": "^5.0.7", + "rimraf": "^5.0.9", "typescript": "^5.4.5" } } diff --git a/packages/vant-cli/package.json b/packages/vant-cli/package.json index 5b2a62c11..e8bcb2197 100644 --- a/packages/vant-cli/package.json +++ b/packages/vant-cli/package.json @@ -40,20 +40,20 @@ "devDependencies": { "@types/fs-extra": "^11.0.4", "@types/less": "^3.0.6", - "@types/lodash": "^4.17.5", + "@types/lodash": "^4.17.7", "@types/markdown-it": "^13.0.8", - "rimraf": "^5.0.7", - "vue": "^3.4.29" + "rimraf": "^5.0.9", + "vue": "^3.4.33" }, "dependencies": { - "@babel/core": "^7.24.7", + "@babel/core": "^7.24.9", "@babel/preset-typescript": "^7.24.7", - "@rsbuild/core": "1.0.1-beta.0", - "@rsbuild/plugin-babel": "1.0.1-beta.0", - "@rsbuild/plugin-less": "1.0.1-beta.0", - "@rsbuild/plugin-sass": "1.0.1-beta.0", - "@rsbuild/plugin-vue": "1.0.1-beta.0", - "@rsbuild/plugin-vue-jsx": "1.0.1-beta.0", + "@rsbuild/core": "1.0.1-beta.3", + "@rsbuild/plugin-babel": "1.0.1-beta.3", + "@rsbuild/plugin-less": "1.0.1-beta.3", + "@rsbuild/plugin-sass": "1.0.1-beta.3", + "@rsbuild/plugin-vue": "1.0.1-beta.3", + "@rsbuild/plugin-vue-jsx": "1.0.1-beta.3", "@vant/eslint-config": "workspace:^", "@vant/touch-emulator": "workspace:^", "@vitejs/plugin-vue": "^5.0.5", @@ -76,14 +76,14 @@ "markdown-it-anchor": "^9.0.1", "nano-staged": "^0.8.0", "picocolors": "^1.0.1", - "postcss": "^8.4.38", + "postcss": "^8.4.39", "postcss-load-config": "^6.0.1", - "prettier": "^3.3.1", - "rspack-plugin-virtual-module": "^0.1.12", - "terser": "^5.31.1", + "prettier": "^3.3.3", + "rspack-plugin-virtual-module": "^0.1.13", + "terser": "^5.31.3", "transliteration": "^2.3.5", "typescript": "^5.4.5", - "vite": "^5.3.1", + "vite": "^5.3.4", "vue-router": "^4.4.0" } } diff --git a/packages/vant-compat/package.json b/packages/vant-compat/package.json index a28f6e14a..4c99539f0 100644 --- a/packages/vant-compat/package.json +++ b/packages/vant-compat/package.json @@ -36,11 +36,11 @@ "author": "chenjiahan", "license": "MIT", "devDependencies": { - "@vue/runtime-core": "^3.4.29", + "@vue/runtime-core": "^3.4.33", "vant": "workspace:*", - "vue": "^3.4.29", + "vue": "^3.4.33", "esbuild": "^0.20.2", - "rimraf": "^5.0.7", + "rimraf": "^5.0.9", "typescript": "^5.4.5" } } diff --git a/packages/vant-popperjs/package.json b/packages/vant-popperjs/package.json index 3d27984f0..213f3c48a 100644 --- a/packages/vant-popperjs/package.json +++ b/packages/vant-popperjs/package.json @@ -39,7 +39,7 @@ "devDependencies": { "@popperjs/core": "^2.11.8", "esbuild": "^0.20.2", - "rimraf": "^5.0.7", + "rimraf": "^5.0.9", "typescript": "^5.4.5" } } diff --git a/packages/vant-use/package.json b/packages/vant-use/package.json index aa2ecddfd..da4a439b1 100644 --- a/packages/vant-use/package.json +++ b/packages/vant-use/package.json @@ -39,9 +39,9 @@ "license": "MIT", "devDependencies": { "esbuild": "^0.20.2", - "rimraf": "^5.0.7", + "rimraf": "^5.0.9", "typescript": "^5.4.5", - "vue": "^3.4.29" + "vue": "^3.4.33" }, "peerDependencies": { "vue": "^3.0.0" diff --git a/packages/vant/package.json b/packages/vant/package.json index 7a129165b..f99cfeab1 100644 --- a/packages/vant/package.json +++ b/packages/vant/package.json @@ -48,13 +48,13 @@ "dependencies": { "@vant/popperjs": "workspace:^", "@vant/use": "workspace:^", - "@vue/shared": "^3.4.27" + "@vue/shared": "^3.4.33" }, "peerDependencies": { "vue": "^3.0.0" }, "devDependencies": { - "@types/node": "^18.19.34", + "@types/node": "^18.19.41", "@vant/area-data": "workspace:*", "@vant/cli": "workspace:*", "@vant/eslint-config": "workspace:*", @@ -62,16 +62,16 @@ "@vitejs/plugin-vue": "^5.0.5", "@vitejs/plugin-vue-jsx": "^4.0.0", "@vitest/coverage-istanbul": "^1.6.0", - "@vue/runtime-core": "^3.4.29", + "@vue/runtime-core": "^3.4.33", "@vue/test-utils": "^2.4.6", "csstype": "^3.1.3", "diffable-html": "^5.0.0", - "jsdom": "^24.1.0", + "jsdom": "^24.1.1", "typescript": "^5.4.5", - "vite": "^5.3.1", + "vite": "^5.3.4", "vitest": "^1.6.0", "vitest-canvas-mock": "^0.3.3", - "vue": "^3.4.29", + "vue": "^3.4.33", "vue-router": "^4.4.0" }, "sideEffects": [ diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 06749aa06..afa5d834c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -24,8 +24,8 @@ importers: specifier: ^0.8.0 version: 0.8.0 prettier: - specifier: ^3.3.1 - version: 3.3.1 + specifier: ^3.3.3 + version: 3.3.3 packages/create-vant-cli-app: dependencies: @@ -49,8 +49,8 @@ importers: specifier: ^11.0.4 version: 11.0.4 rimraf: - specifier: ^5.0.7 - version: 5.0.7 + specifier: ^5.0.9 + version: 5.0.9 typescript: specifier: ^5.4.5 version: 5.4.5 @@ -64,12 +64,12 @@ importers: specifier: workspace:^ version: link:../vant-use '@vue/shared': - specifier: ^3.4.27 - version: 3.4.29 + specifier: ^3.4.33 + version: 3.4.33 devDependencies: '@types/node': - specifier: ^18.19.34 - version: 18.19.34 + specifier: ^18.19.41 + version: 18.19.41 '@vant/area-data': specifier: workspace:* version: link:../vant-area-data @@ -84,16 +84,16 @@ importers: version: link:../vant-icons '@vitejs/plugin-vue': specifier: ^5.0.5 - version: 5.0.5(vite@5.3.1(@types/node@18.19.34)(less@4.2.0)(terser@5.31.1))(vue@3.4.29(typescript@5.4.5)) + version: 5.0.5(vite@5.3.4(@types/node@18.19.41)(less@4.2.0)(terser@5.31.3))(vue@3.4.33(typescript@5.4.5)) '@vitejs/plugin-vue-jsx': specifier: ^4.0.0 - version: 4.0.0(vite@5.3.1(@types/node@18.19.34)(less@4.2.0)(terser@5.31.1))(vue@3.4.29(typescript@5.4.5)) + version: 4.0.0(vite@5.3.4(@types/node@18.19.41)(less@4.2.0)(terser@5.31.3))(vue@3.4.33(typescript@5.4.5)) '@vitest/coverage-istanbul': specifier: ^1.6.0 - version: 1.6.0(vitest@1.6.0(@types/node@18.19.34)(jsdom@24.1.0)(less@4.2.0)(terser@5.31.1)) + version: 1.6.0(vitest@1.6.0(@types/node@18.19.41)(jsdom@24.1.1)(less@4.2.0)(terser@5.31.3)) '@vue/runtime-core': - specifier: ^3.4.29 - version: 3.4.29 + specifier: ^3.4.33 + version: 3.4.33 '@vue/test-utils': specifier: ^2.4.6 version: 2.4.6 @@ -104,26 +104,26 @@ importers: specifier: ^5.0.0 version: 5.0.0 jsdom: - specifier: ^24.1.0 - version: 24.1.0 + specifier: ^24.1.1 + version: 24.1.1 typescript: specifier: ^5.4.5 version: 5.4.5 vite: - specifier: ^5.3.1 - version: 5.3.1(@types/node@18.19.34)(less@4.2.0)(terser@5.31.1) + specifier: ^5.3.4 + version: 5.3.4(@types/node@18.19.41)(less@4.2.0)(terser@5.31.3) vitest: specifier: ^1.6.0 - version: 1.6.0(@types/node@18.19.34)(jsdom@24.1.0)(less@4.2.0)(terser@5.31.1) + version: 1.6.0(@types/node@18.19.41)(jsdom@24.1.1)(less@4.2.0)(terser@5.31.3) vitest-canvas-mock: specifier: ^0.3.3 - version: 0.3.3(vitest@1.6.0(@types/node@18.19.34)(jsdom@24.1.0)(less@4.2.0)(terser@5.31.1)) + version: 0.3.3(vitest@1.6.0(@types/node@18.19.41)(jsdom@24.1.1)(less@4.2.0)(terser@5.31.3)) vue: - specifier: ^3.4.29 - version: 3.4.29(typescript@5.4.5) + specifier: ^3.4.33 + version: 3.4.33(typescript@5.4.5) vue-router: specifier: ^4.4.0 - version: 4.4.0(vue@3.4.29(typescript@5.4.5)) + version: 4.4.0(vue@3.4.33(typescript@5.4.5)) packages/vant-area-data: devDependencies: @@ -131,8 +131,8 @@ importers: specifier: ^0.20.2 version: 0.20.2 rimraf: - specifier: ^5.0.7 - version: 5.0.7 + specifier: ^5.0.9 + version: 5.0.9 typescript: specifier: ^5.4.5 version: 5.4.5 @@ -140,8 +140,8 @@ importers: packages/vant-auto-import-resolver: devDependencies: rimraf: - specifier: ^5.0.7 - version: 5.0.7 + specifier: ^5.0.9 + version: 5.0.9 typescript: specifier: ^5.4.5 version: 5.4.5 @@ -149,29 +149,29 @@ importers: packages/vant-cli: dependencies: '@babel/core': - specifier: ^7.24.7 - version: 7.24.7 + specifier: ^7.24.9 + version: 7.24.9 '@babel/preset-typescript': specifier: ^7.24.7 - version: 7.24.7(@babel/core@7.24.7) + version: 7.24.7(@babel/core@7.24.9) '@rsbuild/core': - specifier: 1.0.1-beta.0 - version: 1.0.1-beta.0 + specifier: 1.0.1-beta.3 + version: 1.0.1-beta.3 '@rsbuild/plugin-babel': - specifier: 1.0.1-beta.0 - version: 1.0.1-beta.0(@rsbuild/core@1.0.1-beta.0) + specifier: 1.0.1-beta.3 + version: 1.0.1-beta.3(@rsbuild/core@1.0.1-beta.3) '@rsbuild/plugin-less': - specifier: 1.0.1-beta.0 - version: 1.0.1-beta.0(@rsbuild/core@1.0.1-beta.0) + specifier: 1.0.1-beta.3 + version: 1.0.1-beta.3(@rsbuild/core@1.0.1-beta.3) '@rsbuild/plugin-sass': - specifier: 1.0.1-beta.0 - version: 1.0.1-beta.0(@rsbuild/core@1.0.1-beta.0) + specifier: 1.0.1-beta.3 + version: 1.0.1-beta.3(@rsbuild/core@1.0.1-beta.3) '@rsbuild/plugin-vue': - specifier: 1.0.1-beta.0 - version: 1.0.1-beta.0(@rsbuild/core@1.0.1-beta.0)(esbuild@0.20.2)(vue@3.4.29(typescript@5.4.5)) + specifier: 1.0.1-beta.3 + version: 1.0.1-beta.3(@rsbuild/core@1.0.1-beta.3)(esbuild@0.20.2)(vue@3.4.33(typescript@5.4.5)) '@rsbuild/plugin-vue-jsx': - specifier: 1.0.1-beta.0 - version: 1.0.1-beta.0(@babel/core@7.24.7)(@rsbuild/core@1.0.1-beta.0) + specifier: 1.0.1-beta.3 + version: 1.0.1-beta.3(@babel/core@7.24.9)(@rsbuild/core@1.0.1-beta.3) '@vant/eslint-config': specifier: workspace:^ version: link:../vant-eslint-config @@ -180,13 +180,13 @@ importers: version: link:../vant-touch-emulator '@vitejs/plugin-vue': specifier: ^5.0.5 - version: 5.0.5(vite@5.3.1(@types/node@18.19.34)(less@4.2.0)(terser@5.31.1))(vue@3.4.29(typescript@5.4.5)) + version: 5.0.5(vite@5.3.4(@types/node@18.19.41)(less@4.2.0)(terser@5.31.3))(vue@3.4.33(typescript@5.4.5)) '@vitejs/plugin-vue-jsx': specifier: ^4.0.0 - version: 4.0.0(vite@5.3.1(@types/node@18.19.34)(less@4.2.0)(terser@5.31.1))(vue@3.4.29(typescript@5.4.5)) + version: 4.0.0(vite@5.3.4(@types/node@18.19.41)(less@4.2.0)(terser@5.31.3))(vue@3.4.33(typescript@5.4.5)) '@vue/babel-plugin-jsx': specifier: ^1.2.2 - version: 1.2.2(@babel/core@7.24.7) + version: 1.2.2(@babel/core@7.24.9) autoprefixer: specifier: ^10.4.19 version: 10.4.19(postcss@8.4.39) @@ -236,23 +236,23 @@ importers: specifier: ^1.0.1 version: 1.0.1 postcss: - specifier: ^8.4.38 + specifier: ^8.4.39 version: 8.4.39 postcss-load-config: specifier: ^6.0.1 version: 6.0.1(postcss@8.4.39) prettier: - specifier: ^3.3.1 - version: 3.3.1 + specifier: ^3.3.3 + version: 3.3.3 rslog: specifier: ^1.2.2 version: 1.2.2 rspack-plugin-virtual-module: - specifier: ^0.1.12 - version: 0.1.12 + specifier: ^0.1.13 + version: 0.1.13 terser: - specifier: ^5.31.1 - version: 5.31.1 + specifier: ^5.31.3 + version: 5.31.3 transliteration: specifier: ^2.3.5 version: 2.3.5 @@ -260,11 +260,11 @@ importers: specifier: ^5.4.5 version: 5.4.5 vite: - specifier: ^5.3.1 - version: 5.3.1(@types/node@18.19.34)(less@4.2.0)(terser@5.31.1) + specifier: ^5.3.4 + version: 5.3.4(@types/node@18.19.41)(less@4.2.0)(terser@5.31.3) vue-router: specifier: ^4.4.0 - version: 4.4.0(vue@3.4.29(typescript@5.4.5)) + version: 4.4.0(vue@3.4.33(typescript@5.4.5)) devDependencies: '@types/fs-extra': specifier: ^11.0.4 @@ -273,29 +273,29 @@ importers: specifier: ^3.0.6 version: 3.0.6 '@types/lodash': - specifier: ^4.17.5 - version: 4.17.5 + specifier: ^4.17.7 + version: 4.17.7 '@types/markdown-it': specifier: ^13.0.8 version: 13.0.8 rimraf: - specifier: ^5.0.7 - version: 5.0.7 + specifier: ^5.0.9 + version: 5.0.9 vue: - specifier: ^3.4.29 - version: 3.4.29(typescript@5.4.5) + specifier: ^3.4.33 + version: 3.4.33(typescript@5.4.5) packages/vant-compat: devDependencies: '@vue/runtime-core': - specifier: ^3.4.29 - version: 3.4.29 + specifier: ^3.4.33 + version: 3.4.33 esbuild: specifier: ^0.20.2 version: 0.20.2 rimraf: - specifier: ^5.0.7 - version: 5.0.7 + specifier: ^5.0.9 + version: 5.0.9 typescript: specifier: ^5.4.5 version: 5.4.5 @@ -303,8 +303,8 @@ importers: specifier: workspace:* version: link:../vant vue: - specifier: ^3.4.29 - version: 3.4.29(typescript@5.4.5) + specifier: ^3.4.33 + version: 3.4.33(typescript@5.4.5) packages/vant-eslint-config: dependencies: @@ -339,8 +339,8 @@ importers: specifier: ^0.20.2 version: 0.20.2 rimraf: - specifier: ^5.0.7 - version: 5.0.7 + specifier: ^5.0.9 + version: 5.0.9 typescript: specifier: ^5.4.5 version: 5.4.5 @@ -353,14 +353,14 @@ importers: specifier: ^0.20.2 version: 0.20.2 rimraf: - specifier: ^5.0.7 - version: 5.0.7 + specifier: ^5.0.9 + version: 5.0.9 typescript: specifier: ^5.4.5 version: 5.4.5 vue: - specifier: ^3.4.29 - version: 3.4.29(typescript@5.4.5) + specifier: ^3.4.33 + version: 3.4.33(typescript@5.4.5) packages: @@ -380,10 +380,22 @@ packages: resolution: {integrity: sha512-qJzAIcv03PyaWqxRgO4mSU3lihncDT296vnyuE2O8uA4w3UHWI4S3hgeZd1L8W1Bft40w9JxJ2b412iDUFFRhw==} engines: {node: '>=6.9.0'} + '@babel/compat-data@7.24.9': + resolution: {integrity: sha512-e701mcfApCJqMMueQI0Fb68Amflj83+dvAvHawoBpAz+GDjCIyGHzNwnefjsWJ3xiYAqqiQFoWbspGYBdb2/ng==} + engines: {node: '>=6.9.0'} + '@babel/core@7.24.7': resolution: {integrity: sha512-nykK+LEK86ahTkX/3TgauT0ikKoNCfKHEaZYTUVupJdTLzGNvrblu4u6fa7DhZONAltdf8e662t/abY8idrd/g==} engines: {node: '>=6.9.0'} + '@babel/core@7.24.9': + resolution: {integrity: sha512-5e3FI4Q3M3Pbr21+5xJwCv6ZT6KmGkI0vw3Tozy5ODAQFTIWe37iT8Cr7Ice2Ntb+M3iSKCEWMB1MBgKrW3whg==} + engines: {node: '>=6.9.0'} + + '@babel/generator@7.24.10': + resolution: {integrity: sha512-o9HBZL1G2129luEUlG1hB4N/nlYNWHnpwlND9eOMclRqqu1YDy2sSYVCFUZwl8I1Gxh+QSRrP2vD7EpUmFVXxg==} + engines: {node: '>=6.9.0'} + '@babel/generator@7.24.7': resolution: {integrity: sha512-oipXieGC3i45Y1A41t4tAqpnEZWgB/lC6Ehh6+rOviR5XWpTtMmLN+fGjz9vOiNRt0p6RtO6DtD0pdU3vpqdSA==} engines: {node: '>=6.9.0'} @@ -396,6 +408,10 @@ packages: resolution: {integrity: sha512-ctSdRHBi20qWOfy27RUb4Fhp07KSJ3sXcuSvTrXrc4aG8NSYDo1ici3Vhg9bg69y5bj0Mr1lh0aeEgTvc12rMg==} engines: {node: '>=6.9.0'} + '@babel/helper-compilation-targets@7.24.8': + resolution: {integrity: sha512-oU+UoqCHdp+nWVDkpldqIQL/i/bvAv53tRqLG/s+cOXxe66zOYLU7ar/Xs3LdmBihrUMEUhwu6dMZwbNOYDwvw==} + engines: {node: '>=6.9.0'} + '@babel/helper-create-class-features-plugin@7.24.7': resolution: {integrity: sha512-kTkaDl7c9vO80zeX1rJxnuRpEsD5tA81yh11X1gQo+PhSti3JS+7qeZo9U4RHobKRiFPKaGK3svUAeb8D0Q7eg==} engines: {node: '>=6.9.0'} @@ -432,6 +448,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0 + '@babel/helper-module-transforms@7.24.9': + resolution: {integrity: sha512-oYbh+rtFKj/HwBQkFlUzvcybzklmVdVV3UU+mN7n2t/q3yGHbuVdNxyFvSBO1tfvjyArpHNcWMAzsSPdyI46hw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + '@babel/helper-optimise-call-expression@7.24.7': resolution: {integrity: sha512-jKiTsW2xmWwxT1ixIdfXUZp+P5yURx2suzLZr5Hi64rURpDYdMW0pv+Uf17EYk2Rd428Lx4tLsnjGJzYKDM/6A==} engines: {node: '>=6.9.0'} @@ -462,6 +484,10 @@ packages: resolution: {integrity: sha512-7MbVt6xrwFQbunH2DNQsAP5sTGxfqQtErvBIvIMi6EQnbgUOuVYanvREcmFrOPhoXBrTtjhhP+lW+o5UfK+tDg==} engines: {node: '>=6.9.0'} + '@babel/helper-string-parser@7.24.8': + resolution: {integrity: sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==} + engines: {node: '>=6.9.0'} + '@babel/helper-validator-identifier@7.24.7': resolution: {integrity: sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==} engines: {node: '>=6.9.0'} @@ -470,10 +496,18 @@ packages: resolution: {integrity: sha512-yy1/KvjhV/ZCL+SM7hBrvnZJ3ZuT9OuZgIJAGpPEToANvc3iM6iDvBnRjtElWibHU6n8/LPR/EjX9EtIEYO3pw==} engines: {node: '>=6.9.0'} + '@babel/helper-validator-option@7.24.8': + resolution: {integrity: sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==} + engines: {node: '>=6.9.0'} + '@babel/helpers@7.24.7': resolution: {integrity: sha512-NlmJJtvcw72yRJRcnCmGvSi+3jDEg8qFu3z0AFoymmzLx5ERVWyzd9kVXr7Th9/8yIJi2Zc6av4Tqz3wFs8QWg==} engines: {node: '>=6.9.0'} + '@babel/helpers@7.24.8': + resolution: {integrity: sha512-gV2265Nkcz7weJJfvDoAEVzC1e2OTDpkGbEsebse8koXUJUXPsCMi7sRo/+SPMuMZ9MtUPnGwITTnQnU5YjyaQ==} + engines: {node: '>=6.9.0'} + '@babel/highlight@7.24.7': resolution: {integrity: sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==} engines: {node: '>=6.9.0'} @@ -483,6 +517,11 @@ packages: engines: {node: '>=6.0.0'} hasBin: true + '@babel/parser@7.24.8': + resolution: {integrity: sha512-WzfbgXOkGzZiXXCqk43kKwZjzwx4oulxZi3nq2TYL9mOjQv6kYwul9mz6ID36njuL7Xkp6nJEfok848Zj10j/w==} + engines: {node: '>=6.0.0'} + hasBin: true + '@babel/plugin-proposal-decorators@7.24.7': resolution: {integrity: sha512-RL9GR0pUG5Kc8BUWLNDm2T5OpYwSX15r98I0IkgmRQTXuELq/OynH8xtMTMvTJFjXbMWFVTKtYkTaYQsuAwQlQ==} engines: {node: '>=6.9.0'} @@ -539,10 +578,18 @@ packages: resolution: {integrity: sha512-yb65Ed5S/QAcewNPh0nZczy9JdYXkkAbIsEo+P7BE7yO3txAY30Y/oPa3QkQ5It3xVG2kpKMg9MsdxZaO31uKA==} engines: {node: '>=6.9.0'} + '@babel/traverse@7.24.8': + resolution: {integrity: sha512-t0P1xxAPzEDcEPmjprAQq19NWum4K0EQPjMwZQZbHt+GiZqvjCHjj755Weq1YRPVzBI+3zSfvScfpnuIecVFJQ==} + engines: {node: '>=6.9.0'} + '@babel/types@7.24.7': resolution: {integrity: sha512-XEFXSlxiG5td2EJRe8vOmRbaXVgfcBlszKujvVmWIK/UpywWljQCfzAv3RQCGujWQ1RD4YYWEAqDXfuJiy8f5Q==} engines: {node: '>=6.9.0'} + '@babel/types@7.24.9': + resolution: {integrity: sha512-xm8XrMKz0IlUdocVbYJe0Z9xEgidU7msskG8BbhnTPK/HZ2z/7FP7ykqPgrUH+C+r414mNfNWam1f2vqOjqjYQ==} + engines: {node: '>=6.9.0'} + '@bufbuild/protobuf@1.10.0': resolution: {integrity: sha512-QDdVFLoN93Zjg36NoQPZfsVH9tZew7wKDKyV5qRdj8ntT4wQCOradQjRaTdwMhWUYsgKsvCINKKm87FdEk96Ag==} @@ -1000,86 +1047,86 @@ packages: cpu: [x64] os: [win32] - '@rsbuild/core@1.0.1-beta.0': - resolution: {integrity: sha512-BYbW5K1VyNB3o9awkK27rTE/O4FzQhCrSNdbWEquLI0fB+XxFr+gKD7yddn92esWTDXlXZtXSgDUNJTv5lV7Zw==} + '@rsbuild/core@1.0.1-beta.3': + resolution: {integrity: sha512-/jgx/bWfFu+dNzskpz+M/BLUrXz7bD5ShsXWUZVzUstC871nVqQpCnHn+sEL3W6FrusHYgL7uuUXjLp+nkc+kg==} engines: {node: '>=16.7.0'} hasBin: true - '@rsbuild/plugin-babel@1.0.1-beta.0': - resolution: {integrity: sha512-rwvMN488xI9LbOg9KjPYn12vJLcf5CaCQsfnuhTwyigY0eC9i9NGW8FpyZr8j7LH4FyvT4zBnnenfVpitBMEaA==} + '@rsbuild/plugin-babel@1.0.1-beta.3': + resolution: {integrity: sha512-p89Ncj7sqF34U+h5rX2CgGZ4wmVBa3BbvxjN5YWVkYoxHyEBJUpP15MImxjkfMtLcrahT1xqnHiDT0gdvWiVfA==} peerDependencies: '@rsbuild/core': ^1.0.1-beta.0 - '@rsbuild/plugin-less@1.0.1-beta.0': - resolution: {integrity: sha512-9WdjRjvwl71L9tNggw6LBGcH9EfNJ2fDSBRA0TfS4QjCUvF6hqu3bOaytfPydiOKP//wM6vlo2VWtnaGiIpzEg==} + '@rsbuild/plugin-less@1.0.1-beta.3': + resolution: {integrity: sha512-CtOM50IFn0nmFrvcQeO/2TcK64VPc06QXforNp5e56kuOH3MW+FQ9B7btYnwKyipeGKDQ1/IWykw3rr4+FrLVw==} peerDependencies: '@rsbuild/core': ^1.0.1-beta.0 - '@rsbuild/plugin-sass@1.0.1-beta.0': - resolution: {integrity: sha512-xZdH7/zpCYTiXVqoZnLBZtWxgn1+VyXe2bf37+/M/jK+69LzBp0c5poTjz5h4OxfQK/pu4SDUuKiy+JroX/TzA==} + '@rsbuild/plugin-sass@1.0.1-beta.3': + resolution: {integrity: sha512-9w+XKdRWxBowqZCS59qmVf1FuZmOEK6uXh2FyjePhOvtqJ3fnuF9c8OLpHmHLRPFzKcsvZXqYcsXiwYmZFForA==} peerDependencies: '@rsbuild/core': ^1.0.1-beta.0 - '@rsbuild/plugin-vue-jsx@1.0.1-beta.0': - resolution: {integrity: sha512-bAEG8rQmmgVQR6z7Mt/x0hFvl0BD6l6c2ecFcUaTvUiEC046isNbTX7spQrBMxeEpnxSN70Xy7UehJ6Hj0vgcA==} + '@rsbuild/plugin-vue-jsx@1.0.1-beta.3': + resolution: {integrity: sha512-tHWJaMuKGojBS3NcJlMX5aIP3C3WyuL4OMd8ZmXxd7SLe/WWuNKYYouUoP0Pylw/zvnS76MENcgi3nAzxwUVIg==} peerDependencies: '@rsbuild/core': ^1.0.1-beta.0 - '@rsbuild/plugin-vue@1.0.1-beta.0': - resolution: {integrity: sha512-2pDH9Q6lU7PnbIDl50vnHXg9KXCH9un6BEcbeQeH7eY4921CXdDDf66wS4U62kdT6UZn3uA3e0jY0uvdcnO3nA==} + '@rsbuild/plugin-vue@1.0.1-beta.3': + resolution: {integrity: sha512-xrA/kBv2femljNXO9IIH6pImkii8EFT20y6n6pImkVJIEzqwSL13D0/P5owmC3P/0CyWvmZdQrvbkiMnZekidA==} peerDependencies: '@rsbuild/core': ^1.0.1-beta.0 - '@rspack/binding-darwin-arm64@1.0.0-alpha.3': - resolution: {integrity: sha512-PZLdp0tgoti/skzIMijNr2jedKa8LGbhtPs6a0jgIuLY1g0fj/aL3LLGMo4rwoy/zGXeZf40PIJQB8b+w0qt7g==} + '@rspack/binding-darwin-arm64@1.0.0-alpha.5': + resolution: {integrity: sha512-ogpsxEjqwsn4aeeS0wyUnxuH8yXKTa2+BfxM7aSQILq4MNUVH0MqZ9dn0HAaGfQ3hdUhIqE3Gld6spdQCrgtHQ==} cpu: [arm64] os: [darwin] - '@rspack/binding-darwin-x64@1.0.0-alpha.3': - resolution: {integrity: sha512-NrNfjzsWo3kFh37tpCxNw75xuSGHdGCHIRCjKnvxHQ46aB+Y2wiOdGgSk7SnZHsRWpZyDFw3aBJCayiXlfgdTw==} + '@rspack/binding-darwin-x64@1.0.0-alpha.5': + resolution: {integrity: sha512-fcMVZJQVo9zJ+7YEqkMms+FlAkMOxTfI98sS+XxKC2M/UWDKdMdl7nyhobH+eEhH/eP0Yww6ikEWqF9r3MUsew==} cpu: [x64] os: [darwin] - '@rspack/binding-linux-arm64-gnu@1.0.0-alpha.3': - resolution: {integrity: sha512-EjzyZWZSjo02ReGUzQPt8sY1hEx2V9lEbg1cqgnE1NpSOS77ratNoAvS3gAzXL6NGWRhYrIH2yaN+6OB9olt/g==} + '@rspack/binding-linux-arm64-gnu@1.0.0-alpha.5': + resolution: {integrity: sha512-UZC2TScOVWVqICiinGWSYdYPAYcn8F/2L+8sbA6NAwSZo0mzH+LaRr6nZRdW2z7y+lELVDQG8UniMxXjoXjVjg==} cpu: [arm64] os: [linux] - '@rspack/binding-linux-arm64-musl@1.0.0-alpha.3': - resolution: {integrity: sha512-HJQ52KWNnMOFqbXhaIHTAr54ES5LSunJF6SLnIMgElReC39WvUNDmHhCA5yPebkXgY2SDrLIKDmqxouZmYWulQ==} + '@rspack/binding-linux-arm64-musl@1.0.0-alpha.5': + resolution: {integrity: sha512-uvrqKqNmj60eCze5ZLxod3nFyDBtDz+OeoSO3T5GU9VRv8XKtd4xJbmm4Nz3A14GOWWfGgGr1cYwQBIGBZActA==} cpu: [arm64] os: [linux] - '@rspack/binding-linux-x64-gnu@1.0.0-alpha.3': - resolution: {integrity: sha512-VcpKLI2AZmFOTec8C9YJTdMrgZMrgsQkMeQzTY1uOQuIaAaNCuPBFRdlJaRSTAG0t4aaxaVfR1c3JY8GITacfA==} + '@rspack/binding-linux-x64-gnu@1.0.0-alpha.5': + resolution: {integrity: sha512-7P5EnCsQmbLrYnCXJ1P8NF7/FCOpvOHaoNlReDZnut2HRppsUJXMnH3lQucq/sdS3djZ4RdG3sBMcTA3OEALwg==} cpu: [x64] os: [linux] - '@rspack/binding-linux-x64-musl@1.0.0-alpha.3': - resolution: {integrity: sha512-FypR+RqONTvrgX+SI8sJqhVqv8uhTdq3OHew4ZaL3VN0dp2thmpMX5cJ+XQAsU414OLRTgREU9go2j78n7kvUA==} + '@rspack/binding-linux-x64-musl@1.0.0-alpha.5': + resolution: {integrity: sha512-RGj1cZLURjY8RG+t8qG2OB9ruqKQvM0M+JMhwhel57CYW9Ge9zZY+ReEhrdtYjW32KxVvuqtt2e7RhhKibK75w==} cpu: [x64] os: [linux] - '@rspack/binding-win32-arm64-msvc@1.0.0-alpha.3': - resolution: {integrity: sha512-aAGQE2TJOhlK6jGYXZyon0JKTP5t2o51/exsSzyH6BSqFce/Qd5w1fqgm6FONTuosrwaBxHSz1pprNq6vx87kA==} + '@rspack/binding-win32-arm64-msvc@1.0.0-alpha.5': + resolution: {integrity: sha512-7u/LLEcDcBS5slSsAS9h23sTJNbJ+TUMy7GR91X7ySkqJ0VIR6tzml7+JqFxdPcBGXSszonGbcUupYy3nVzLCQ==} cpu: [arm64] os: [win32] - '@rspack/binding-win32-ia32-msvc@1.0.0-alpha.3': - resolution: {integrity: sha512-OouAliQG6dONL9B+Jy237fhs6bScloAT3uphkDumsiAmH1926MYeSKhsmYU4j8b352iGtZVXaH/wR5svLTUCVQ==} + '@rspack/binding-win32-ia32-msvc@1.0.0-alpha.5': + resolution: {integrity: sha512-HpP7Ptekbv/rQgV253UY+DXSIULINv49JbTBKB2PeBn9ra+Ec4vKPKlQtqIfoPStXEGSmA727nqFQ+VE581P4A==} cpu: [ia32] os: [win32] - '@rspack/binding-win32-x64-msvc@1.0.0-alpha.3': - resolution: {integrity: sha512-CLh3p5a15wPQE8zOyBjBjVBrbdaDvAfacXkmCQK4I6lBc3HetkJNyjS8Fntf1CV9sWgJhwABUWHn7kMQeLY9RQ==} + '@rspack/binding-win32-x64-msvc@1.0.0-alpha.5': + resolution: {integrity: sha512-t04ipYUTzigLtl6z7R78ytrAlK/oJWAwDUEVblyTtyJ/RwKfREUcS/8dkMx431Ia4Y0Icz6AVNf4avbYCoREyQ==} cpu: [x64] os: [win32] - '@rspack/binding@1.0.0-alpha.3': - resolution: {integrity: sha512-S/JjBWr8PE/l7+2xsk1m77CZnKwQNk+39uIsvHQhoRs+DL9SUDjjkUO4yqjCw6ZUGqEaTv4U/TL9TAmbrTth7g==} + '@rspack/binding@1.0.0-alpha.5': + resolution: {integrity: sha512-CTrYz0Kgv+3k0sBXbY/MruciFVr2Qd+r3r/VEAVT4N0qhKporsubs1J49vLU2VXun1PBfZ3+3sBknjo5AlA0vw==} - '@rspack/core@1.0.0-alpha.3': - resolution: {integrity: sha512-TcZZNMpyTjEIBP4zMCpLwXBiATEQ2QG3jKsV+mq55ZGKfqd/l86Zr3SboF15GOQip1wDHlSpA1bvrT18f9h0sw==} + '@rspack/core@1.0.0-alpha.5': + resolution: {integrity: sha512-3nddnCqwnz91KprvMlqBDURYJ1GkT5IqCl+os05i2ce4Vk3zQmzvv8d/X8l/49CrDCOLrwyyuS3bKwca8aWdcg==} engines: {node: '>=16.0.0'} peerDependencies: '@swc/helpers': '>=0.5.1' @@ -1087,8 +1134,8 @@ packages: '@swc/helpers': optional: true - '@rspack/lite-tapable@1.0.0-alpha.3': - resolution: {integrity: sha512-oQJ1iYxfBHcuutAva2HP1dqi9Aka/70PB3Vbq4nI+iAhHErtzaRslI/OcqhEbbmBgYf+Xu6g5vvN6Gxfq69gag==} + '@rspack/lite-tapable@1.0.0-alpha.5': + resolution: {integrity: sha512-B1fNL3en1ohK+QybgjM45PpqcmAmr2LTRUhGvarwouNcj845vjq5clYPqUfFVC0goLmsqx+pt7r+TvpP0Yk67A==} engines: {node: '>=16.0.0'} '@sinclair/typebox@0.27.8': @@ -1133,8 +1180,8 @@ packages: '@types/linkify-it@3.0.5': resolution: {integrity: sha512-yg6E+u0/+Zjva+buc3EIb+29XEg4wltq7cSmd4Uc2EE/1nUVmxyzpX6gUXD0V8jIrG0r7YeOGVIbYRkxeooCtw==} - '@types/lodash@4.17.5': - resolution: {integrity: sha512-MBIOHVZqVqgfro1euRDWX7OO0fBVUUMrN6Pwm8LQsz8cWhEpihlvR70ENj3f40j58TNxZaWv2ndSkInykNBBJw==} + '@types/lodash@4.17.7': + resolution: {integrity: sha512-8wTvZawATi/lsmNu10/j2hk1KEP0IvjubqPE3cu1Xz7xfXXt5oCq3SNUz4fMIP4XGF9Ky+Ue2tBA3hcS7LSBlA==} '@types/markdown-it@13.0.8': resolution: {integrity: sha512-V+KmpgiipS+zoypeUSS9ojesWtY/0k4XfqcK2fnVrX/qInJhX7rsCxZ/rygiPH2zxlPPrhfuW0I6ddMcWTKLsg==} @@ -1145,6 +1192,9 @@ packages: '@types/node@18.19.34': resolution: {integrity: sha512-eXF4pfBNV5DAMKGbI02NnDtWrQ40hAN558/2vvS4gMpMIxaf6JmD7YjnZbq0Q9TDSSkKBamime8ewRoomHdt4g==} + '@types/node@18.19.41': + resolution: {integrity: sha512-LX84pRJ+evD2e2nrgYCHObGWkiQJ1mL+meAgbvnwk/US6vmMY7S2ygBTGV2Jw91s9vUsLSXeDEkUHZIJGLrhsg==} + '@types/semver@7.5.8': resolution: {integrity: sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==} @@ -1262,35 +1312,50 @@ packages: '@vue/compiler-core@3.4.29': resolution: {integrity: sha512-TFKiRkKKsRCKvg/jTSSKK7mYLJEQdUiUfykbG49rubC9SfDyvT2JrzTReopWlz2MxqeLyxh9UZhvxEIBgAhtrg==} + '@vue/compiler-core@3.4.33': + resolution: {integrity: sha512-MoIREbkdPQlnGfSKDMgzTqzqx5nmEjIc0ydLVYlTACGBsfvOJ4tHSbZXKVF536n6fB+0eZaGEOqsGThPpdvF5A==} + '@vue/compiler-dom@3.4.29': resolution: {integrity: sha512-A6+iZ2fKIEGnfPJejdB7b1FlJzgiD+Y/sxxKwJWg1EbJu6ZPgzaPQQ51ESGNv0CP6jm6Z7/pO6Ia8Ze6IKrX7w==} + '@vue/compiler-dom@3.4.33': + resolution: {integrity: sha512-GzB8fxEHKw0gGet5BKlpfXEqoBnzSVWwMnT+dc25wE7pFEfrU/QsvjZMP9rD4iVXHBBoemTct8mN0GJEI6ZX5A==} + '@vue/compiler-sfc@3.4.29': resolution: {integrity: sha512-zygDcEtn8ZimDlrEQyLUovoWgKQic6aEQqRXce2WXBvSeHbEbcAsXyCk9oG33ZkyWH4sl9D3tkYc1idoOkdqZQ==} + '@vue/compiler-sfc@3.4.33': + resolution: {integrity: sha512-7rk7Vbkn21xMwIUpHQR4hCVejwE6nvhBOiDgoBcR03qvGqRKA7dCBSsHZhwhYUsmjlbJ7OtD5UFIyhP6BY+c8A==} + '@vue/compiler-ssr@3.4.29': resolution: {integrity: sha512-rFbwCmxJ16tDp3N8XCx5xSQzjhidYjXllvEcqX/lopkoznlNPz3jyy0WGJCyhAaVQK677WWFt3YO/WUEkMMUFQ==} + '@vue/compiler-ssr@3.4.33': + resolution: {integrity: sha512-0WveC9Ai+eT/1b6LCV5IfsufBZ0HP7pSSTdDjcuW302tTEgoBw8rHVHKPbGUtzGReUFCRXbv6zQDDgucnV2WzQ==} + '@vue/devtools-api@6.6.1': resolution: {integrity: sha512-LgPscpE3Vs0x96PzSSB4IGVSZXZBZHpfxs+ZA1d+VEPwHdOXowy/Y2CsvCAIFrf+ssVU1pD1jidj505EpUnfbA==} - '@vue/reactivity@3.4.29': - resolution: {integrity: sha512-w8+KV+mb1a8ornnGQitnMdLfE0kXmteaxLdccm2XwdFxXst4q/Z7SEboCV5SqJNpZbKFeaRBBJBhW24aJyGINg==} + '@vue/reactivity@3.4.33': + resolution: {integrity: sha512-B24QIelahDbyHipBgbUItQblbd4w5HpG3KccL+YkGyo3maXyS253FzcTR3pSz739OTphmzlxP7JxEMWBpewilA==} - '@vue/runtime-core@3.4.29': - resolution: {integrity: sha512-s8fmX3YVR/Rk5ig0ic0NuzTNjK2M7iLuVSZyMmCzN/+Mjuqqif1JasCtEtmtoJWF32pAtUjyuT2ljNKNLeOmnQ==} + '@vue/runtime-core@3.4.33': + resolution: {integrity: sha512-6wavthExzT4iAxpe8q37/rDmf44nyOJGISJPxCi9YsQO+8w9v0gLCFLfH5TzD1V1AYrTAdiF4Y1cgUmP68jP6w==} - '@vue/runtime-dom@3.4.29': - resolution: {integrity: sha512-gI10atCrtOLf/2MPPMM+dpz3NGulo9ZZR9d1dWo4fYvm+xkfvRrw1ZmJ7mkWtiJVXSsdmPbcK1p5dZzOCKDN0g==} + '@vue/runtime-dom@3.4.33': + resolution: {integrity: sha512-iHsMCUSFJ+4z432Bn9kZzHX+zOXa6+iw36DaVRmKYZpPt9jW9riF32SxNwB124i61kp9+AZtheQ/mKoJLerAaQ==} - '@vue/server-renderer@3.4.29': - resolution: {integrity: sha512-HMLCmPI2j/k8PVkSBysrA2RxcxC5DgBiCdj7n7H2QtR8bQQPqKAe8qoaxLcInzouBmzwJ+J0x20ygN/B5mYBng==} + '@vue/server-renderer@3.4.33': + resolution: {integrity: sha512-jTH0d6gQcaYideFP/k0WdEu8PpRS9MF8d0b6SfZzNi+ap972pZ0TNIeTaESwdOtdY0XPVj54XEJ6K0wXxir4fw==} peerDependencies: - vue: 3.4.29 + vue: 3.4.33 '@vue/shared@3.4.29': resolution: {integrity: sha512-hQ2gAQcBO/CDpC82DCrinJNgOHI2v+FA7BDW4lMSPeBpQ7sRe2OLHWe5cph1s7D8DUQAwRt18dBDfJJ220APEA==} + '@vue/shared@3.4.33': + resolution: {integrity: sha512-aoRY0jQk3A/cuvdkodTrM4NMfxco8n55eG4H7ML/CRy7OryHfiqvug4xrCBBMbbN+dvXAetDDwZW9DXWWjBntA==} + '@vue/test-utils@2.4.6': resolution: {integrity: sha512-FMxEjOpYNYiFe0GkaHsnJPXFHxQ6m4t8vI/ElPGpMWxZKpmRvQ33OIrvRXemy6yha03RxhOlQuy+gZMC3CQSow==} @@ -1904,8 +1969,8 @@ packages: resolution: {integrity: sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==} engines: {node: '>= 14'} - https-proxy-agent@7.0.4: - resolution: {integrity: sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==} + https-proxy-agent@7.0.5: + resolution: {integrity: sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==} engines: {node: '>= 14'} human-signals@5.0.0: @@ -2034,8 +2099,8 @@ packages: resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==} hasBin: true - jsdom@24.1.0: - resolution: {integrity: sha512-6gpM7pRXCwIOKxX47cgOyvyQDN/Eh0f1MeKySBV2xGdKtqJBLj8P25eY3EVCWo2mglDDzozR2r2MW4T+JiNUZA==} + jsdom@24.1.1: + resolution: {integrity: sha512-5O1wWV99Jhq4DV7rCLIoZ/UIhyQeDR7wHVyZAHAshbrvZsLs+Xzz7gtwnlJTJDjleiTKh54F4dXrX70vJQTyJQ==} engines: {node: '>=18'} peerDependencies: canvas: ^2.11.2 @@ -2246,8 +2311,8 @@ packages: nth-check@2.1.1: resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==} - nwsapi@2.2.10: - resolution: {integrity: sha512-QK0sRs7MKv0tKe1+5uZIQk/C8XGza4DAnztJG8iD+TpJIORARrCxczA738awHrZoHeTjSSoHqao2teO0dC/gFQ==} + nwsapi@2.2.12: + resolution: {integrity: sha512-qXDmcVlZV4XRtKFzddidpfVP4oMSGhga+xdMc25mv8kaLUHtgzCDhUxkrN8exkGdTlLNaXj7CV3GtON7zuGZ+w==} once@1.4.0: resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==} @@ -2360,8 +2425,8 @@ packages: resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} engines: {node: '>= 0.8.0'} - prettier@3.3.1: - resolution: {integrity: sha512-7CAwy5dRsxs8PHXT3twixW9/OEll8MLE0VRPCJyl7CkS6VHGPSlsVaWTiASPTyGyYRyApxlaWTzwUxVNrhcwDg==} + prettier@3.3.3: + resolution: {integrity: sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==} engines: {node: '>=14'} hasBin: true @@ -2425,9 +2490,9 @@ packages: deprecated: Rimraf versions prior to v4 are no longer supported hasBin: true - rimraf@5.0.7: - resolution: {integrity: sha512-nV6YcJo5wbLW77m+8KjH8aB/7/rxQy9SZ0HY5shnwULfS+9nmTtVXAJET5NdZmCzA4fPI/Hm1wo/Po/4mopOdg==} - engines: {node: '>=14.18'} + rimraf@5.0.9: + resolution: {integrity: sha512-3i7b8OcswU6CpU8Ej89quJD4O98id7TtVM5U4Mybh84zQXdrFmDLouWBEEaD/QfO3gDDfH+AGFCGsR7kngzQnA==} + engines: {node: 14 >=14.20 || 16 >=16.20 || >=18} hasBin: true rollup@4.15.0: @@ -2438,15 +2503,15 @@ packages: rrweb-cssom@0.6.0: resolution: {integrity: sha512-APM0Gt1KoXBz0iIkkdB/kfvGOwC4UuJFeG/c+yV7wSc7q96cG/kJ0HiYCnzivD9SB53cLV1MlHFNfOuPaadYSw==} - rrweb-cssom@0.7.0: - resolution: {integrity: sha512-KlSv0pm9kgQSRxXEMgtivPJ4h826YHsuob8pSHcfSZsSXGtvpEAie8S0AnXuObEJ7nhikOb4ahwxDm0H2yW17g==} + rrweb-cssom@0.7.1: + resolution: {integrity: sha512-TrEMa7JGdVm0UThDJSx7ddw5nVm3UJS9o9CCIZ72B1vSyEZoziDqBYP3XIoi/12lKrJR8rE3jeFHMok2F/Mnsg==} rslog@1.2.2: resolution: {integrity: sha512-tZP8KjrI1nz6qOYCrFxAV7cfmfS2GV94jotU2zOmF/6ByO1zNvGR6/+0inylpjqyBjAdnnutTUW0m4th06bSTw==} engines: {node: '>=14.17.6'} - rspack-plugin-virtual-module@0.1.12: - resolution: {integrity: sha512-qyBM9XsP7oxBQSms2cr715XOeoDi6p5hUYXtlNDfst0jha8vfWVPNeC7j5+j5dG+yt//1OCmLaOY2rWqPSVXDg==} + rspack-plugin-virtual-module@0.1.13: + resolution: {integrity: sha512-VC0HiVHH6dtGfTgfpbDgVTt6LlYv+uAg9CWGWAR5lBx9FbKPEZeGz7iRUUP8vMymx+PGI8ps0u4a25dne0rtuQ==} run-parallel@1.2.0: resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==} @@ -2710,8 +2775,8 @@ packages: uglify-js: optional: true - terser@5.31.1: - resolution: {integrity: sha512-37upzU1+viGvuFtBo9NPufCb9dwM0+l9hMxYyWfBA+fbwrPqNJAhbZ6W47bBFnZHKHTUBnMvi87434qq+qnxOg==} + terser@5.31.3: + resolution: {integrity: sha512-pAfYn3NIZLyZpa83ZKigvj6Rn9c/vd5KfYGX7cN1mnzqgDcxWvrU5ZtAfIKhEXz9nRecw4z3LXkjaq96/qZqAA==} engines: {node: '>=10'} hasBin: true @@ -2824,8 +2889,8 @@ packages: engines: {node: ^18.0.0 || >=20.0.0} hasBin: true - vite@5.3.1: - resolution: {integrity: sha512-XBmSKRLXLxiaPYamLv3/hnP/KXDai1NDexN0FpkTaZXTfycHvkRHoenpgl/fvuK/kPbB6xAgoyiryAhQNxYmAQ==} + vite@5.3.4: + resolution: {integrity: sha512-Cw+7zL3ZG9/NZBB8C+8QbQZmR54GwqIz+WMI4b3JgdYJvX+ny9AjJXqkGQlDXSXRP9rP0B4tbciRMOVEKulVOA==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: @@ -2908,8 +2973,8 @@ packages: peerDependencies: vue: ^3.2.0 - vue@3.4.29: - resolution: {integrity: sha512-8QUYfRcYzNlYuzKPfge1UWC6nF9ym0lx7mpGVPJYNhddxEf3DD0+kU07NTL0sXuiT2HuJuKr/iEO8WvXvT0RSQ==} + vue@3.4.33: + resolution: {integrity: sha512-VdMCWQOummbhctl4QFMcW6eNtXHsFyDlX60O/tsSQuCcuDOnJ1qPOhhVla65Niece7xq/P2zyZReIO5mP+LGTQ==} peerDependencies: typescript: '*' peerDependenciesMeta: @@ -2975,8 +3040,8 @@ packages: wrappy@1.0.2: resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} - ws@8.17.0: - resolution: {integrity: sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow==} + ws@8.18.0: + resolution: {integrity: sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==} engines: {node: '>=10.0.0'} peerDependencies: bufferutil: ^4.0.1 @@ -3040,6 +3105,8 @@ snapshots: '@babel/compat-data@7.24.7': {} + '@babel/compat-data@7.24.9': {} + '@babel/core@7.24.7': dependencies: '@ampproject/remapping': 2.3.0 @@ -3060,6 +3127,33 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/core@7.24.9': + dependencies: + '@ampproject/remapping': 2.3.0 + '@babel/code-frame': 7.24.7 + '@babel/generator': 7.24.10 + '@babel/helper-compilation-targets': 7.24.8 + '@babel/helper-module-transforms': 7.24.9(@babel/core@7.24.9) + '@babel/helpers': 7.24.8 + '@babel/parser': 7.24.8 + '@babel/template': 7.24.7 + '@babel/traverse': 7.24.8 + '@babel/types': 7.24.9 + convert-source-map: 2.0.0 + debug: 4.3.4 + gensync: 1.0.0-beta.2 + json5: 2.2.3 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + + '@babel/generator@7.24.10': + dependencies: + '@babel/types': 7.24.9 + '@jridgewell/gen-mapping': 0.3.5 + '@jridgewell/trace-mapping': 0.3.25 + jsesc: 2.5.2 + '@babel/generator@7.24.7': dependencies: '@babel/types': 7.24.7 @@ -3079,6 +3173,14 @@ snapshots: lru-cache: 5.1.1 semver: 6.3.1 + '@babel/helper-compilation-targets@7.24.8': + dependencies: + '@babel/compat-data': 7.24.9 + '@babel/helper-validator-option': 7.24.8 + browserslist: 4.23.2 + lru-cache: 5.1.1 + semver: 6.3.1 + '@babel/helper-create-class-features-plugin@7.24.7(@babel/core@7.24.7)': dependencies: '@babel/core': 7.24.7 @@ -3094,18 +3196,33 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/helper-create-class-features-plugin@7.24.7(@babel/core@7.24.9)': + dependencies: + '@babel/core': 7.24.9 + '@babel/helper-annotate-as-pure': 7.24.7 + '@babel/helper-environment-visitor': 7.24.7 + '@babel/helper-function-name': 7.24.7 + '@babel/helper-member-expression-to-functions': 7.24.7 + '@babel/helper-optimise-call-expression': 7.24.7 + '@babel/helper-replace-supers': 7.24.7(@babel/core@7.24.9) + '@babel/helper-skip-transparent-expression-wrappers': 7.24.7 + '@babel/helper-split-export-declaration': 7.24.7 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + '@babel/helper-environment-visitor@7.24.7': dependencies: - '@babel/types': 7.24.7 + '@babel/types': 7.24.9 '@babel/helper-function-name@7.24.7': dependencies: '@babel/template': 7.24.7 - '@babel/types': 7.24.7 + '@babel/types': 7.24.9 '@babel/helper-hoist-variables@7.24.7': dependencies: - '@babel/types': 7.24.7 + '@babel/types': 7.24.9 '@babel/helper-member-expression-to-functions@7.24.7': dependencies: @@ -3120,8 +3237,8 @@ snapshots: '@babel/helper-module-imports@7.24.7': dependencies: - '@babel/traverse': 7.24.7 - '@babel/types': 7.24.7 + '@babel/traverse': 7.24.8 + '@babel/types': 7.24.9 transitivePeerDependencies: - supports-color @@ -3136,6 +3253,28 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/helper-module-transforms@7.24.7(@babel/core@7.24.9)': + dependencies: + '@babel/core': 7.24.9 + '@babel/helper-environment-visitor': 7.24.7 + '@babel/helper-module-imports': 7.24.7 + '@babel/helper-simple-access': 7.24.7 + '@babel/helper-split-export-declaration': 7.24.7 + '@babel/helper-validator-identifier': 7.24.7 + transitivePeerDependencies: + - supports-color + + '@babel/helper-module-transforms@7.24.9(@babel/core@7.24.9)': + dependencies: + '@babel/core': 7.24.9 + '@babel/helper-environment-visitor': 7.24.7 + '@babel/helper-module-imports': 7.24.7 + '@babel/helper-simple-access': 7.24.7 + '@babel/helper-split-export-declaration': 7.24.7 + '@babel/helper-validator-identifier': 7.24.7 + transitivePeerDependencies: + - supports-color + '@babel/helper-optimise-call-expression@7.24.7': dependencies: '@babel/types': 7.24.7 @@ -3151,10 +3290,19 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/helper-replace-supers@7.24.7(@babel/core@7.24.9)': + dependencies: + '@babel/core': 7.24.9 + '@babel/helper-environment-visitor': 7.24.7 + '@babel/helper-member-expression-to-functions': 7.24.7 + '@babel/helper-optimise-call-expression': 7.24.7 + transitivePeerDependencies: + - supports-color + '@babel/helper-simple-access@7.24.7': dependencies: - '@babel/traverse': 7.24.7 - '@babel/types': 7.24.7 + '@babel/traverse': 7.24.8 + '@babel/types': 7.24.9 transitivePeerDependencies: - supports-color @@ -3167,19 +3315,28 @@ snapshots: '@babel/helper-split-export-declaration@7.24.7': dependencies: - '@babel/types': 7.24.7 + '@babel/types': 7.24.9 '@babel/helper-string-parser@7.24.7': {} + '@babel/helper-string-parser@7.24.8': {} + '@babel/helper-validator-identifier@7.24.7': {} '@babel/helper-validator-option@7.24.7': {} + '@babel/helper-validator-option@7.24.8': {} + '@babel/helpers@7.24.7': dependencies: '@babel/template': 7.24.7 '@babel/types': 7.24.7 + '@babel/helpers@7.24.8': + dependencies: + '@babel/template': 7.24.7 + '@babel/types': 7.24.9 + '@babel/highlight@7.24.7': dependencies: '@babel/helper-validator-identifier': 7.24.7 @@ -3191,18 +3348,22 @@ snapshots: dependencies: '@babel/types': 7.24.7 - '@babel/plugin-proposal-decorators@7.24.7(@babel/core@7.24.7)': + '@babel/parser@7.24.8': dependencies: - '@babel/core': 7.24.7 - '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.24.7) + '@babel/types': 7.24.9 + + '@babel/plugin-proposal-decorators@7.24.7(@babel/core@7.24.9)': + dependencies: + '@babel/core': 7.24.9 + '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.24.9) '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-syntax-decorators': 7.24.7(@babel/core@7.24.7) + '@babel/plugin-syntax-decorators': 7.24.7(@babel/core@7.24.9) transitivePeerDependencies: - supports-color - '@babel/plugin-syntax-decorators@7.24.7(@babel/core@7.24.7)': + '@babel/plugin-syntax-decorators@7.24.7(@babel/core@7.24.9)': dependencies: - '@babel/core': 7.24.7 + '@babel/core': 7.24.9 '@babel/helper-plugin-utils': 7.24.7 '@babel/plugin-syntax-jsx@7.24.7(@babel/core@7.24.7)': @@ -3210,23 +3371,33 @@ snapshots: '@babel/core': 7.24.7 '@babel/helper-plugin-utils': 7.24.7 + '@babel/plugin-syntax-jsx@7.24.7(@babel/core@7.24.9)': + dependencies: + '@babel/core': 7.24.9 + '@babel/helper-plugin-utils': 7.24.7 + '@babel/plugin-syntax-typescript@7.24.7(@babel/core@7.24.7)': dependencies: '@babel/core': 7.24.7 '@babel/helper-plugin-utils': 7.24.7 - '@babel/plugin-transform-class-properties@7.24.7(@babel/core@7.24.7)': + '@babel/plugin-syntax-typescript@7.24.7(@babel/core@7.24.9)': dependencies: - '@babel/core': 7.24.7 - '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.24.7) + '@babel/core': 7.24.9 + '@babel/helper-plugin-utils': 7.24.7 + + '@babel/plugin-transform-class-properties@7.24.7(@babel/core@7.24.9)': + dependencies: + '@babel/core': 7.24.9 + '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.24.9) '@babel/helper-plugin-utils': 7.24.7 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-modules-commonjs@7.24.7(@babel/core@7.24.7)': + '@babel/plugin-transform-modules-commonjs@7.24.7(@babel/core@7.24.9)': dependencies: - '@babel/core': 7.24.7 - '@babel/helper-module-transforms': 7.24.7(@babel/core@7.24.7) + '@babel/core': 7.24.9 + '@babel/helper-module-transforms': 7.24.7(@babel/core@7.24.9) '@babel/helper-plugin-utils': 7.24.7 '@babel/helper-simple-access': 7.24.7 transitivePeerDependencies: @@ -3242,22 +3413,32 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/preset-typescript@7.24.7(@babel/core@7.24.7)': + '@babel/plugin-transform-typescript@7.24.7(@babel/core@7.24.9)': dependencies: - '@babel/core': 7.24.7 + '@babel/core': 7.24.9 + '@babel/helper-annotate-as-pure': 7.24.7 + '@babel/helper-create-class-features-plugin': 7.24.7(@babel/core@7.24.9) + '@babel/helper-plugin-utils': 7.24.7 + '@babel/plugin-syntax-typescript': 7.24.7(@babel/core@7.24.9) + transitivePeerDependencies: + - supports-color + + '@babel/preset-typescript@7.24.7(@babel/core@7.24.9)': + dependencies: + '@babel/core': 7.24.9 '@babel/helper-plugin-utils': 7.24.7 '@babel/helper-validator-option': 7.24.7 - '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.24.7) - '@babel/plugin-transform-modules-commonjs': 7.24.7(@babel/core@7.24.7) - '@babel/plugin-transform-typescript': 7.24.7(@babel/core@7.24.7) + '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.24.9) + '@babel/plugin-transform-modules-commonjs': 7.24.7(@babel/core@7.24.9) + '@babel/plugin-transform-typescript': 7.24.7(@babel/core@7.24.9) transitivePeerDependencies: - supports-color '@babel/template@7.24.7': dependencies: '@babel/code-frame': 7.24.7 - '@babel/parser': 7.24.7 - '@babel/types': 7.24.7 + '@babel/parser': 7.24.8 + '@babel/types': 7.24.9 '@babel/traverse@7.24.7': dependencies: @@ -3274,12 +3455,33 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/traverse@7.24.8': + dependencies: + '@babel/code-frame': 7.24.7 + '@babel/generator': 7.24.10 + '@babel/helper-environment-visitor': 7.24.7 + '@babel/helper-function-name': 7.24.7 + '@babel/helper-hoist-variables': 7.24.7 + '@babel/helper-split-export-declaration': 7.24.7 + '@babel/parser': 7.24.8 + '@babel/types': 7.24.9 + debug: 4.3.4 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + '@babel/types@7.24.7': dependencies: '@babel/helper-string-parser': 7.24.7 '@babel/helper-validator-identifier': 7.24.7 to-fast-properties: 2.0.0 + '@babel/types@7.24.9': + dependencies: + '@babel/helper-string-parser': 7.24.8 + '@babel/helper-validator-identifier': 7.24.7 + to-fast-properties: 2.0.0 + '@bufbuild/protobuf@1.10.0': {} '@esbuild/aix-ppc64@0.20.2': @@ -3575,10 +3777,10 @@ snapshots: '@rollup/rollup-win32-x64-msvc@4.15.0': optional: true - '@rsbuild/core@1.0.1-beta.0': + '@rsbuild/core@1.0.1-beta.3': dependencies: - '@rspack/core': 1.0.0-alpha.3(@swc/helpers@0.5.11) - '@rspack/lite-tapable': 1.0.0-alpha.3 + '@rspack/core': 1.0.0-alpha.5(@swc/helpers@0.5.11) + '@rspack/lite-tapable': 1.0.0-alpha.5 '@swc/helpers': 0.5.11 caniuse-lite: 1.0.30001642 core-js: 3.37.1 @@ -3586,13 +3788,13 @@ snapshots: optionalDependencies: fsevents: 2.3.3 - '@rsbuild/plugin-babel@1.0.1-beta.0(@rsbuild/core@1.0.1-beta.0)': + '@rsbuild/plugin-babel@1.0.1-beta.3(@rsbuild/core@1.0.1-beta.3)': dependencies: - '@babel/core': 7.24.7 - '@babel/plugin-proposal-decorators': 7.24.7(@babel/core@7.24.7) - '@babel/plugin-transform-class-properties': 7.24.7(@babel/core@7.24.7) - '@babel/preset-typescript': 7.24.7(@babel/core@7.24.7) - '@rsbuild/core': 1.0.1-beta.0 + '@babel/core': 7.24.9 + '@babel/plugin-proposal-decorators': 7.24.7(@babel/core@7.24.9) + '@babel/plugin-transform-class-properties': 7.24.7(@babel/core@7.24.9) + '@babel/preset-typescript': 7.24.7(@babel/core@7.24.9) + '@rsbuild/core': 1.0.1-beta.3 '@types/babel__core': 7.20.5 deepmerge: 4.3.1 reduce-configs: 1.0.0 @@ -3600,35 +3802,35 @@ snapshots: transitivePeerDependencies: - supports-color - '@rsbuild/plugin-less@1.0.1-beta.0(@rsbuild/core@1.0.1-beta.0)': + '@rsbuild/plugin-less@1.0.1-beta.3(@rsbuild/core@1.0.1-beta.3)': dependencies: - '@rsbuild/core': 1.0.1-beta.0 + '@rsbuild/core': 1.0.1-beta.3 deepmerge: 4.3.1 reduce-configs: 1.0.0 - '@rsbuild/plugin-sass@1.0.1-beta.0(@rsbuild/core@1.0.1-beta.0)': + '@rsbuild/plugin-sass@1.0.1-beta.3(@rsbuild/core@1.0.1-beta.3)': dependencies: - '@rsbuild/core': 1.0.1-beta.0 + '@rsbuild/core': 1.0.1-beta.3 deepmerge: 4.3.1 loader-utils: 2.0.4 postcss: 8.4.39 reduce-configs: 1.0.0 sass-embedded: 1.77.8 - '@rsbuild/plugin-vue-jsx@1.0.1-beta.0(@babel/core@7.24.7)(@rsbuild/core@1.0.1-beta.0)': + '@rsbuild/plugin-vue-jsx@1.0.1-beta.3(@babel/core@7.24.9)(@rsbuild/core@1.0.1-beta.3)': dependencies: - '@rsbuild/core': 1.0.1-beta.0 - '@rsbuild/plugin-babel': 1.0.1-beta.0(@rsbuild/core@1.0.1-beta.0) - '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.24.7) + '@rsbuild/core': 1.0.1-beta.3 + '@rsbuild/plugin-babel': 1.0.1-beta.3(@rsbuild/core@1.0.1-beta.3) + '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.24.9) babel-plugin-vue-jsx-hmr: 1.0.0 transitivePeerDependencies: - '@babel/core' - supports-color - '@rsbuild/plugin-vue@1.0.1-beta.0(@rsbuild/core@1.0.1-beta.0)(esbuild@0.20.2)(vue@3.4.29(typescript@5.4.5))': + '@rsbuild/plugin-vue@1.0.1-beta.3(@rsbuild/core@1.0.1-beta.3)(esbuild@0.20.2)(vue@3.4.33(typescript@5.4.5))': dependencies: - '@rsbuild/core': 1.0.1-beta.0 - vue-loader: 17.4.2(vue@3.4.29(typescript@5.4.5))(webpack@5.93.0(esbuild@0.20.2)) + '@rsbuild/core': 1.0.1-beta.3 + vue-loader: 17.4.2(vue@3.4.33(typescript@5.4.5))(webpack@5.93.0(esbuild@0.20.2)) webpack: 5.93.0(esbuild@0.20.2) transitivePeerDependencies: - '@swc/core' @@ -3638,55 +3840,55 @@ snapshots: - vue - webpack-cli - '@rspack/binding-darwin-arm64@1.0.0-alpha.3': + '@rspack/binding-darwin-arm64@1.0.0-alpha.5': optional: true - '@rspack/binding-darwin-x64@1.0.0-alpha.3': + '@rspack/binding-darwin-x64@1.0.0-alpha.5': optional: true - '@rspack/binding-linux-arm64-gnu@1.0.0-alpha.3': + '@rspack/binding-linux-arm64-gnu@1.0.0-alpha.5': optional: true - '@rspack/binding-linux-arm64-musl@1.0.0-alpha.3': + '@rspack/binding-linux-arm64-musl@1.0.0-alpha.5': optional: true - '@rspack/binding-linux-x64-gnu@1.0.0-alpha.3': + '@rspack/binding-linux-x64-gnu@1.0.0-alpha.5': optional: true - '@rspack/binding-linux-x64-musl@1.0.0-alpha.3': + '@rspack/binding-linux-x64-musl@1.0.0-alpha.5': optional: true - '@rspack/binding-win32-arm64-msvc@1.0.0-alpha.3': + '@rspack/binding-win32-arm64-msvc@1.0.0-alpha.5': optional: true - '@rspack/binding-win32-ia32-msvc@1.0.0-alpha.3': + '@rspack/binding-win32-ia32-msvc@1.0.0-alpha.5': optional: true - '@rspack/binding-win32-x64-msvc@1.0.0-alpha.3': + '@rspack/binding-win32-x64-msvc@1.0.0-alpha.5': optional: true - '@rspack/binding@1.0.0-alpha.3': + '@rspack/binding@1.0.0-alpha.5': optionalDependencies: - '@rspack/binding-darwin-arm64': 1.0.0-alpha.3 - '@rspack/binding-darwin-x64': 1.0.0-alpha.3 - '@rspack/binding-linux-arm64-gnu': 1.0.0-alpha.3 - '@rspack/binding-linux-arm64-musl': 1.0.0-alpha.3 - '@rspack/binding-linux-x64-gnu': 1.0.0-alpha.3 - '@rspack/binding-linux-x64-musl': 1.0.0-alpha.3 - '@rspack/binding-win32-arm64-msvc': 1.0.0-alpha.3 - '@rspack/binding-win32-ia32-msvc': 1.0.0-alpha.3 - '@rspack/binding-win32-x64-msvc': 1.0.0-alpha.3 + '@rspack/binding-darwin-arm64': 1.0.0-alpha.5 + '@rspack/binding-darwin-x64': 1.0.0-alpha.5 + '@rspack/binding-linux-arm64-gnu': 1.0.0-alpha.5 + '@rspack/binding-linux-arm64-musl': 1.0.0-alpha.5 + '@rspack/binding-linux-x64-gnu': 1.0.0-alpha.5 + '@rspack/binding-linux-x64-musl': 1.0.0-alpha.5 + '@rspack/binding-win32-arm64-msvc': 1.0.0-alpha.5 + '@rspack/binding-win32-ia32-msvc': 1.0.0-alpha.5 + '@rspack/binding-win32-x64-msvc': 1.0.0-alpha.5 - '@rspack/core@1.0.0-alpha.3(@swc/helpers@0.5.11)': + '@rspack/core@1.0.0-alpha.5(@swc/helpers@0.5.11)': dependencies: '@module-federation/runtime-tools': 0.2.3 - '@rspack/binding': 1.0.0-alpha.3 - '@rspack/lite-tapable': 1.0.0-alpha.3 + '@rspack/binding': 1.0.0-alpha.5 + '@rspack/lite-tapable': 1.0.0-alpha.5 caniuse-lite: 1.0.30001642 optionalDependencies: '@swc/helpers': 0.5.11 - '@rspack/lite-tapable@1.0.0-alpha.3': {} + '@rspack/lite-tapable@1.0.0-alpha.5': {} '@sinclair/typebox@0.27.8': {} @@ -3736,13 +3938,13 @@ snapshots: '@types/jsonfile@6.1.4': dependencies: - '@types/node': 18.19.34 + '@types/node': 18.19.41 '@types/less@3.0.6': {} '@types/linkify-it@3.0.5': {} - '@types/lodash@4.17.5': {} + '@types/lodash@4.17.7': {} '@types/markdown-it@13.0.8': dependencies: @@ -3755,6 +3957,10 @@ snapshots: dependencies: undici-types: 5.26.5 + '@types/node@18.19.41': + dependencies: + undici-types: 5.26.5 + '@types/semver@7.5.8': {} '@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5)': @@ -3845,22 +4051,22 @@ snapshots: '@ungap/structured-clone@1.2.0': {} - '@vitejs/plugin-vue-jsx@4.0.0(vite@5.3.1(@types/node@18.19.34)(less@4.2.0)(terser@5.31.1))(vue@3.4.29(typescript@5.4.5))': + '@vitejs/plugin-vue-jsx@4.0.0(vite@5.3.4(@types/node@18.19.41)(less@4.2.0)(terser@5.31.3))(vue@3.4.33(typescript@5.4.5))': dependencies: '@babel/core': 7.24.7 '@babel/plugin-transform-typescript': 7.24.7(@babel/core@7.24.7) '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.24.7) - vite: 5.3.1(@types/node@18.19.34)(less@4.2.0)(terser@5.31.1) - vue: 3.4.29(typescript@5.4.5) + vite: 5.3.4(@types/node@18.19.41)(less@4.2.0)(terser@5.31.3) + vue: 3.4.33(typescript@5.4.5) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue@5.0.5(vite@5.3.1(@types/node@18.19.34)(less@4.2.0)(terser@5.31.1))(vue@3.4.29(typescript@5.4.5))': + '@vitejs/plugin-vue@5.0.5(vite@5.3.4(@types/node@18.19.41)(less@4.2.0)(terser@5.31.3))(vue@3.4.33(typescript@5.4.5))': dependencies: - vite: 5.3.1(@types/node@18.19.34)(less@4.2.0)(terser@5.31.1) - vue: 3.4.29(typescript@5.4.5) + vite: 5.3.4(@types/node@18.19.41)(less@4.2.0)(terser@5.31.3) + vue: 3.4.33(typescript@5.4.5) - '@vitest/coverage-istanbul@1.6.0(vitest@1.6.0(@types/node@18.19.34)(jsdom@24.1.0)(less@4.2.0)(terser@5.31.1))': + '@vitest/coverage-istanbul@1.6.0(vitest@1.6.0(@types/node@18.19.41)(jsdom@24.1.1)(less@4.2.0)(terser@5.31.3))': dependencies: debug: 4.3.4 istanbul-lib-coverage: 3.2.2 @@ -3871,7 +4077,7 @@ snapshots: magicast: 0.3.4 picocolors: 1.0.1 test-exclude: 6.0.0 - vitest: 1.6.0(@types/node@18.19.34)(jsdom@24.1.0)(less@4.2.0)(terser@5.31.1) + vitest: 1.6.0(@types/node@18.19.41)(jsdom@24.1.1)(less@4.2.0)(terser@5.31.3) transitivePeerDependencies: - supports-color @@ -3924,6 +4130,24 @@ snapshots: transitivePeerDependencies: - supports-color + '@vue/babel-plugin-jsx@1.2.2(@babel/core@7.24.9)': + dependencies: + '@babel/helper-module-imports': 7.22.15 + '@babel/helper-plugin-utils': 7.24.7 + '@babel/plugin-syntax-jsx': 7.24.7(@babel/core@7.24.9) + '@babel/template': 7.24.7 + '@babel/traverse': 7.24.7 + '@babel/types': 7.24.7 + '@vue/babel-helper-vue-transform-on': 1.2.2 + '@vue/babel-plugin-resolve-type': 1.2.2(@babel/core@7.24.9) + camelcase: 6.3.0 + html-tags: 3.3.1 + svg-tags: 1.0.0 + optionalDependencies: + '@babel/core': 7.24.9 + transitivePeerDependencies: + - supports-color + '@vue/babel-plugin-resolve-type@1.2.2(@babel/core@7.24.7)': dependencies: '@babel/code-frame': 7.24.7 @@ -3933,6 +4157,15 @@ snapshots: '@babel/parser': 7.24.7 '@vue/compiler-sfc': 3.4.29 + '@vue/babel-plugin-resolve-type@1.2.2(@babel/core@7.24.9)': + dependencies: + '@babel/code-frame': 7.24.7 + '@babel/core': 7.24.9 + '@babel/helper-module-imports': 7.22.15 + '@babel/helper-plugin-utils': 7.24.7 + '@babel/parser': 7.24.7 + '@vue/compiler-sfc': 3.4.29 + '@vue/compiler-core@3.4.29': dependencies: '@babel/parser': 7.24.7 @@ -3941,11 +4174,24 @@ snapshots: estree-walker: 2.0.2 source-map-js: 1.2.0 + '@vue/compiler-core@3.4.33': + dependencies: + '@babel/parser': 7.24.7 + '@vue/shared': 3.4.33 + entities: 4.5.0 + estree-walker: 2.0.2 + source-map-js: 1.2.0 + '@vue/compiler-dom@3.4.29': dependencies: '@vue/compiler-core': 3.4.29 '@vue/shared': 3.4.29 + '@vue/compiler-dom@3.4.33': + dependencies: + '@vue/compiler-core': 3.4.33 + '@vue/shared': 3.4.33 + '@vue/compiler-sfc@3.4.29': dependencies: '@babel/parser': 7.24.7 @@ -3958,37 +4204,56 @@ snapshots: postcss: 8.4.39 source-map-js: 1.2.0 + '@vue/compiler-sfc@3.4.33': + dependencies: + '@babel/parser': 7.24.7 + '@vue/compiler-core': 3.4.33 + '@vue/compiler-dom': 3.4.33 + '@vue/compiler-ssr': 3.4.33 + '@vue/shared': 3.4.33 + estree-walker: 2.0.2 + magic-string: 0.30.10 + postcss: 8.4.39 + source-map-js: 1.2.0 + '@vue/compiler-ssr@3.4.29': dependencies: '@vue/compiler-dom': 3.4.29 '@vue/shared': 3.4.29 + '@vue/compiler-ssr@3.4.33': + dependencies: + '@vue/compiler-dom': 3.4.33 + '@vue/shared': 3.4.33 + '@vue/devtools-api@6.6.1': {} - '@vue/reactivity@3.4.29': + '@vue/reactivity@3.4.33': dependencies: - '@vue/shared': 3.4.29 + '@vue/shared': 3.4.33 - '@vue/runtime-core@3.4.29': + '@vue/runtime-core@3.4.33': dependencies: - '@vue/reactivity': 3.4.29 - '@vue/shared': 3.4.29 + '@vue/reactivity': 3.4.33 + '@vue/shared': 3.4.33 - '@vue/runtime-dom@3.4.29': + '@vue/runtime-dom@3.4.33': dependencies: - '@vue/reactivity': 3.4.29 - '@vue/runtime-core': 3.4.29 - '@vue/shared': 3.4.29 + '@vue/reactivity': 3.4.33 + '@vue/runtime-core': 3.4.33 + '@vue/shared': 3.4.33 csstype: 3.1.3 - '@vue/server-renderer@3.4.29(vue@3.4.29(typescript@5.4.5))': + '@vue/server-renderer@3.4.33(vue@3.4.33(typescript@5.4.5))': dependencies: - '@vue/compiler-ssr': 3.4.29 - '@vue/shared': 3.4.29 - vue: 3.4.29(typescript@5.4.5) + '@vue/compiler-ssr': 3.4.33 + '@vue/shared': 3.4.33 + vue: 3.4.33(typescript@5.4.5) '@vue/shared@3.4.29': {} + '@vue/shared@3.4.33': {} + '@vue/test-utils@2.4.6': dependencies: js-beautify: 1.15.1 @@ -4143,8 +4408,8 @@ snapshots: babel-plugin-vue-jsx-hmr@1.0.0: dependencies: - '@babel/core': 7.24.7 - '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.24.7) + '@babel/core': 7.24.9 + '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.24.9) transitivePeerDependencies: - supports-color @@ -4687,7 +4952,7 @@ snapshots: transitivePeerDependencies: - supports-color - https-proxy-agent@7.0.4: + https-proxy-agent@7.0.5: dependencies: agent-base: 7.1.1 debug: 4.3.4 @@ -4749,7 +5014,7 @@ snapshots: istanbul-lib-instrument@6.0.2: dependencies: - '@babel/core': 7.24.7 + '@babel/core': 7.24.9 '@babel/parser': 7.24.7 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.2 @@ -4789,7 +5054,7 @@ snapshots: jest-worker@27.5.1: dependencies: - '@types/node': 18.19.34 + '@types/node': 18.19.41 merge-stream: 2.0.0 supports-color: 8.1.1 @@ -4811,7 +5076,7 @@ snapshots: dependencies: argparse: 2.0.1 - jsdom@24.1.0: + jsdom@24.1.1: dependencies: cssstyle: 4.0.1 data-urls: 5.0.0 @@ -4819,11 +5084,11 @@ snapshots: form-data: 4.0.0 html-encoding-sniffer: 4.0.0 http-proxy-agent: 7.0.2 - https-proxy-agent: 7.0.4 + https-proxy-agent: 7.0.5 is-potential-custom-element-name: 1.0.1 - nwsapi: 2.2.10 + nwsapi: 2.2.12 parse5: 7.1.2 - rrweb-cssom: 0.7.0 + rrweb-cssom: 0.7.1 saxes: 6.0.0 symbol-tree: 3.2.4 tough-cookie: 4.1.4 @@ -4832,7 +5097,7 @@ snapshots: whatwg-encoding: 3.1.1 whatwg-mimetype: 4.0.0 whatwg-url: 14.0.0 - ws: 8.17.0 + ws: 8.18.0 xml-name-validator: 5.0.0 transitivePeerDependencies: - bufferutil @@ -5040,7 +5305,7 @@ snapshots: dependencies: boolbase: 1.0.0 - nwsapi@2.2.10: {} + nwsapi@2.2.12: {} once@1.4.0: dependencies: @@ -5134,7 +5399,7 @@ snapshots: prelude-ls@1.2.1: {} - prettier@3.3.1: {} + prettier@3.3.3: {} pretty-format@29.7.0: dependencies: @@ -5185,7 +5450,7 @@ snapshots: dependencies: glob: 7.2.3 - rimraf@5.0.7: + rimraf@5.0.9: dependencies: glob: 10.3.12 @@ -5213,11 +5478,11 @@ snapshots: rrweb-cssom@0.6.0: {} - rrweb-cssom@0.7.0: {} + rrweb-cssom@0.7.1: {} rslog@1.2.2: {} - rspack-plugin-virtual-module@0.1.12: + rspack-plugin-virtual-module@0.1.13: dependencies: fs-extra: 11.2.0 @@ -5418,12 +5683,12 @@ snapshots: jest-worker: 27.5.1 schema-utils: 3.3.0 serialize-javascript: 6.0.2 - terser: 5.31.1 + terser: 5.31.3 webpack: 5.93.0(esbuild@0.20.2) optionalDependencies: esbuild: 0.20.2 - terser@5.31.1: + terser@5.31.3: dependencies: '@jridgewell/source-map': 0.3.6 acorn: 8.11.3 @@ -5512,13 +5777,13 @@ snapshots: varint@6.0.0: {} - vite-node@1.6.0(@types/node@18.19.34)(less@4.2.0)(terser@5.31.1): + vite-node@1.6.0(@types/node@18.19.41)(less@4.2.0)(terser@5.31.3): dependencies: cac: 6.7.14 debug: 4.3.4 pathe: 1.1.2 picocolors: 1.0.1 - vite: 5.3.1(@types/node@18.19.34)(less@4.2.0)(terser@5.31.1) + vite: 5.3.4(@types/node@18.19.41)(less@4.2.0)(terser@5.31.3) transitivePeerDependencies: - '@types/node' - less @@ -5529,23 +5794,23 @@ snapshots: - supports-color - terser - vite@5.3.1(@types/node@18.19.34)(less@4.2.0)(terser@5.31.1): + vite@5.3.4(@types/node@18.19.41)(less@4.2.0)(terser@5.31.3): dependencies: esbuild: 0.21.5 postcss: 8.4.39 rollup: 4.15.0 optionalDependencies: - '@types/node': 18.19.34 + '@types/node': 18.19.41 fsevents: 2.3.3 less: 4.2.0 - terser: 5.31.1 + terser: 5.31.3 - vitest-canvas-mock@0.3.3(vitest@1.6.0(@types/node@18.19.34)(jsdom@24.1.0)(less@4.2.0)(terser@5.31.1)): + vitest-canvas-mock@0.3.3(vitest@1.6.0(@types/node@18.19.41)(jsdom@24.1.1)(less@4.2.0)(terser@5.31.3)): dependencies: jest-canvas-mock: 2.5.2 - vitest: 1.6.0(@types/node@18.19.34)(jsdom@24.1.0)(less@4.2.0)(terser@5.31.1) + vitest: 1.6.0(@types/node@18.19.41)(jsdom@24.1.1)(less@4.2.0)(terser@5.31.3) - vitest@1.6.0(@types/node@18.19.34)(jsdom@24.1.0)(less@4.2.0)(terser@5.31.1): + vitest@1.6.0(@types/node@18.19.41)(jsdom@24.1.1)(less@4.2.0)(terser@5.31.3): dependencies: '@vitest/expect': 1.6.0 '@vitest/runner': 1.6.0 @@ -5564,12 +5829,12 @@ snapshots: strip-literal: 2.1.0 tinybench: 2.7.0 tinypool: 0.8.4 - vite: 5.3.1(@types/node@18.19.34)(less@4.2.0)(terser@5.31.1) - vite-node: 1.6.0(@types/node@18.19.34)(less@4.2.0)(terser@5.31.1) + vite: 5.3.4(@types/node@18.19.41)(less@4.2.0)(terser@5.31.3) + vite-node: 1.6.0(@types/node@18.19.41)(less@4.2.0)(terser@5.31.3) why-is-node-running: 2.2.2 optionalDependencies: - '@types/node': 18.19.34 - jsdom: 24.1.0 + '@types/node': 18.19.41 + jsdom: 24.1.1 transitivePeerDependencies: - less - lightningcss @@ -5594,27 +5859,27 @@ snapshots: transitivePeerDependencies: - supports-color - vue-loader@17.4.2(vue@3.4.29(typescript@5.4.5))(webpack@5.93.0(esbuild@0.20.2)): + vue-loader@17.4.2(vue@3.4.33(typescript@5.4.5))(webpack@5.93.0(esbuild@0.20.2)): dependencies: chalk: 4.1.2 hash-sum: 2.0.0 watchpack: 2.4.1 webpack: 5.93.0(esbuild@0.20.2) optionalDependencies: - vue: 3.4.29(typescript@5.4.5) + vue: 3.4.33(typescript@5.4.5) - vue-router@4.4.0(vue@3.4.29(typescript@5.4.5)): + vue-router@4.4.0(vue@3.4.33(typescript@5.4.5)): dependencies: '@vue/devtools-api': 6.6.1 - vue: 3.4.29(typescript@5.4.5) + vue: 3.4.33(typescript@5.4.5) - vue@3.4.29(typescript@5.4.5): + vue@3.4.33(typescript@5.4.5): dependencies: - '@vue/compiler-dom': 3.4.29 - '@vue/compiler-sfc': 3.4.29 - '@vue/runtime-dom': 3.4.29 - '@vue/server-renderer': 3.4.29(vue@3.4.29(typescript@5.4.5)) - '@vue/shared': 3.4.29 + '@vue/compiler-dom': 3.4.33 + '@vue/compiler-sfc': 3.4.33 + '@vue/runtime-dom': 3.4.33 + '@vue/server-renderer': 3.4.33(vue@3.4.33(typescript@5.4.5)) + '@vue/shared': 3.4.33 optionalDependencies: typescript: 5.4.5 @@ -5696,7 +5961,7 @@ snapshots: wrappy@1.0.2: {} - ws@8.17.0: {} + ws@8.18.0: {} xml-name-validator@4.0.0: {}