From c858348dc296e9c154f83b19edbad0784b54bc14 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 02:21:20 +0000 Subject: [PATCH] chore(deps): update all patch dependencies --- package.json | 4 +- packages/create-vant-cli-app/package.json | 6 +- packages/vant-area-data/package.json | 4 +- .../vant-auto-import-resolver/package.json | 2 +- packages/vant-cli/package.json | 46 +- packages/vant-compat/package.json | 8 +- packages/vant-popperjs/package.json | 6 +- packages/vant-use/package.json | 6 +- packages/vant/package.json | 12 +- pnpm-lock.yaml | 656 ++++++++++++------ 10 files changed, 481 insertions(+), 269 deletions(-) diff --git a/package.json b/package.json index 26de3e26b0f..6cc47b21698 100644 --- a/package.json +++ b/package.json @@ -24,8 +24,8 @@ "@vant/cli": "workspace:*", "@vant/eslint-config": "workspace:*", "eslint": "^8.57.0", - "husky": "^8.0.1", + "husky": "^8.0.3", "nano-staged": "^0.8.0", - "prettier": "^3.0.0" + "prettier": "^3.2.5" } } diff --git a/packages/create-vant-cli-app/package.json b/packages/create-vant-cli-app/package.json index 92c7aa8981d..54dc1633c90 100644 --- a/packages/create-vant-cli-app/package.json +++ b/packages/create-vant-cli-app/package.json @@ -31,12 +31,12 @@ "author": "chenjiahan", "license": "MIT", "devDependencies": { - "@types/fs-extra": "^11.0.1", - "rimraf": "^5.0.0", + "@types/fs-extra": "^11.0.4", + "rimraf": "^5.0.5", "typescript": "^5.0.4" }, "dependencies": { - "rslog": "^1.1.0", + "rslog": "^1.2.1", "fast-glob": "^3.3.2", "fs-extra": "^11.2.0", "enquirer": "2.4.1", diff --git a/packages/vant-area-data/package.json b/packages/vant-area-data/package.json index e3f8caf40b1..b506d474984 100644 --- a/packages/vant-area-data/package.json +++ b/packages/vant-area-data/package.json @@ -38,8 +38,8 @@ "author": "chenjiahan", "license": "MIT", "devDependencies": { - "esbuild": "^0.20.0", - "rimraf": "^5.0.0", + "esbuild": "^0.20.2", + "rimraf": "^5.0.5", "typescript": "^5.0.4" } } diff --git a/packages/vant-auto-import-resolver/package.json b/packages/vant-auto-import-resolver/package.json index 59cb0ae3863..45da67059b8 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.0", + "rimraf": "^5.0.5", "typescript": "^5.0.4" } } diff --git a/packages/vant-cli/package.json b/packages/vant-cli/package.json index 53715dd89c6..b53d7197bb3 100644 --- a/packages/vant-cli/package.json +++ b/packages/vant-cli/package.json @@ -38,50 +38,50 @@ "author": "chenjiahan", "license": "MIT", "devDependencies": { - "@types/fs-extra": "^11.0.1", - "@types/less": "^3.0.3", + "@types/fs-extra": "^11.0.4", + "@types/less": "^3.0.6", "@types/lodash": "^4.14.191", - "@types/markdown-it": "^13.0.0", - "rimraf": "^5.0.0", - "vue": "^3.4.13" + "@types/markdown-it": "^13.0.7", + "rimraf": "^5.0.5", + "vue": "^3.4.21" }, "dependencies": { - "@babel/core": "^7.23.2", - "@babel/preset-typescript": "^7.23.2", - "@rsbuild/core": "0.5.5", - "@rsbuild/plugin-babel": "0.5.5", - "@rsbuild/plugin-vue": "0.5.5", - "@rsbuild/plugin-vue-jsx": "0.5.5", + "@babel/core": "^7.24.4", + "@babel/preset-typescript": "^7.24.1", + "@rsbuild/core": "0.5.7", + "@rsbuild/plugin-babel": "0.5.7", + "@rsbuild/plugin-vue": "0.5.7", + "@rsbuild/plugin-vue-jsx": "0.5.7", "@vant/eslint-config": "workspace:^", "@vant/touch-emulator": "workspace:^", - "@vitejs/plugin-vue": "^4.5.2", + "@vitejs/plugin-vue": "^4.6.2", "@vitejs/plugin-vue-jsx": "^3.1.0", - "@vue/babel-plugin-jsx": "^1.1.1", - "autoprefixer": "^10.4.8", + "@vue/babel-plugin-jsx": "^1.2.2", + "autoprefixer": "^10.4.19", "commander": "^11.1.0", - "rslog": "^1.1.0", - "esbuild": "^0.20.0", + "rslog": "^1.2.1", + "esbuild": "^0.20.2", "eslint": "^8.57.0", "enquirer": "2.4.1", "fast-glob": "^3.3.2", "fs-extra": "^11.2.0", "hash-sum": "^2.0.0", "highlight.js": "^11.9.0", - "husky": "^8.0.1", + "husky": "^8.0.3", "less": "^4.2.0", "lodash": "^4.17.21", - "markdown-it": "^13.0.1", - "markdown-it-anchor": "^8.6.4", + "markdown-it": "^13.0.2", + "markdown-it-anchor": "^8.6.7", "nano-staged": "^0.8.0", "picocolors": "^1.0.0", - "postcss": "^8.4.31", - "postcss-load-config": "^4.0.1", - "prettier": "^3.0.0", + "postcss": "^8.4.38", + "postcss-load-config": "^4.0.2", + "prettier": "^3.2.5", "rspack-plugin-virtual-module": "^0.1.12", "terser": "^5.19.2", "transliteration": "^2.3.5", "typescript": "^5.0.4", "vite": "^5.0.12", - "vue-router": "^4.1.6" + "vue-router": "^4.3.0" } } diff --git a/packages/vant-compat/package.json b/packages/vant-compat/package.json index d6509eb95b4..e469f0f2fde 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.13", + "@vue/runtime-core": "^3.4.21", "vant": "workspace:*", - "vue": "^3.4.13", - "esbuild": "^0.20.0", - "rimraf": "^5.0.0", + "vue": "^3.4.21", + "esbuild": "^0.20.2", + "rimraf": "^5.0.5", "typescript": "^5.0.4" } } diff --git a/packages/vant-popperjs/package.json b/packages/vant-popperjs/package.json index 69dd937869f..a216cf32601 100644 --- a/packages/vant-popperjs/package.json +++ b/packages/vant-popperjs/package.json @@ -37,9 +37,9 @@ "author": "chenjiahan", "license": "MIT", "devDependencies": { - "@popperjs/core": "^2.11.6", - "esbuild": "^0.20.0", - "rimraf": "^5.0.0", + "@popperjs/core": "^2.11.8", + "esbuild": "^0.20.2", + "rimraf": "^5.0.5", "typescript": "^5.0.4" } } diff --git a/packages/vant-use/package.json b/packages/vant-use/package.json index 3fac0a7ebe4..3d0564ca5a3 100644 --- a/packages/vant-use/package.json +++ b/packages/vant-use/package.json @@ -38,10 +38,10 @@ "author": "chenjiahan", "license": "MIT", "devDependencies": { - "esbuild": "^0.20.0", - "rimraf": "^5.0.0", + "esbuild": "^0.20.2", + "rimraf": "^5.0.5", "typescript": "^5.0.4", - "vue": "^3.4.13" + "vue": "^3.4.21" }, "peerDependencies": { "vue": "^3.0.0" diff --git a/packages/vant/package.json b/packages/vant/package.json index 16e2d51c82f..7a4fc07f454 100644 --- a/packages/vant/package.json +++ b/packages/vant/package.json @@ -48,21 +48,21 @@ "dependencies": { "@vant/popperjs": "workspace:^", "@vant/use": "workspace:^", - "@vue/shared": "^3.0.0" + "@vue/shared": "^3.4.21" }, "peerDependencies": { "vue": "^3.0.0" }, "devDependencies": { - "@types/node": "^18.16.3", + "@types/node": "^18.19.29", "@vant/area-data": "workspace:*", "@vant/cli": "workspace:*", "@vant/eslint-config": "workspace:*", "@vant/icons": "workspace:*", - "@vitejs/plugin-vue": "^4.5.2", + "@vitejs/plugin-vue": "^4.6.2", "@vitejs/plugin-vue-jsx": "^3.1.0", "@vitest/coverage-istanbul": "^1.1.3", - "@vue/runtime-core": "^3.4.13", + "@vue/runtime-core": "^3.4.21", "@vue/test-utils": "^2.4.5", "csstype": "^3.1.3", "diffable-html": "^5.0.0", @@ -71,8 +71,8 @@ "vite": "^5.0.12", "vitest": "^1.1.3", "vitest-canvas-mock": "^0.3.3", - "vue": "^3.4.13", - "vue-router": "^4.1.6" + "vue": "^3.4.21", + "vue-router": "^4.3.0" }, "sideEffects": [ "es/**/style/*", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 006e201a84e..82af32e55ac 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -18,13 +18,13 @@ importers: specifier: ^8.57.0 version: 8.57.0 husky: - specifier: ^8.0.1 + specifier: ^8.0.3 version: 8.0.3 nano-staged: specifier: ^0.8.0 version: 0.8.0 prettier: - specifier: ^3.0.0 + specifier: ^3.2.5 version: 3.2.5 packages/create-vant-cli-app: @@ -42,14 +42,14 @@ importers: specifier: ^1.0.0 version: 1.0.0 rslog: - specifier: ^1.1.0 - version: 1.2.0 + specifier: ^1.2.1 + version: 1.2.1 devDependencies: '@types/fs-extra': - specifier: ^11.0.1 + specifier: ^11.0.4 version: 11.0.4 rimraf: - specifier: ^5.0.0 + specifier: ^5.0.5 version: 5.0.5 typescript: specifier: ^5.0.4 @@ -64,12 +64,12 @@ importers: specifier: workspace:^ version: link:../vant-use '@vue/shared': - specifier: ^3.0.0 - version: 3.4.15 + specifier: ^3.4.21 + version: 3.4.21 devDependencies: '@types/node': - specifier: ^18.16.3 - version: 18.19.6 + specifier: ^18.19.29 + version: 18.19.29 '@vant/area-data': specifier: workspace:* version: link:../vant-area-data @@ -83,17 +83,17 @@ importers: specifier: workspace:* version: link:../vant-icons '@vitejs/plugin-vue': - specifier: ^4.5.2 - version: 4.6.2(vite@5.0.13)(vue@3.4.13) + specifier: ^4.6.2 + version: 4.6.2(vite@5.0.13)(vue@3.4.21) '@vitejs/plugin-vue-jsx': specifier: ^3.1.0 - version: 3.1.0(vite@5.0.13)(vue@3.4.13) + version: 3.1.0(vite@5.0.13)(vue@3.4.21) '@vitest/coverage-istanbul': specifier: ^1.1.3 version: 1.2.0(vitest@1.2.0) '@vue/runtime-core': - specifier: ^3.4.13 - version: 3.4.13 + specifier: ^3.4.21 + version: 3.4.21 '@vue/test-utils': specifier: ^2.4.5 version: 2.4.5 @@ -111,27 +111,27 @@ importers: version: 5.3.3 vite: specifier: ^5.0.12 - version: 5.0.13(@types/node@18.19.6) + version: 5.0.13(@types/node@18.19.29) vitest: specifier: ^1.1.3 - version: 1.2.0(@types/node@18.19.6)(jsdom@22.1.0) + version: 1.2.0(@types/node@18.19.29)(jsdom@22.1.0) vitest-canvas-mock: specifier: ^0.3.3 version: 0.3.3(vitest@1.2.0) vue: - specifier: ^3.4.13 - version: 3.4.13(typescript@5.3.3) + specifier: ^3.4.21 + version: 3.4.21(typescript@5.3.3) vue-router: - specifier: ^4.1.6 - version: 4.3.0(vue@3.4.13) + specifier: ^4.3.0 + version: 4.3.0(vue@3.4.21) packages/vant-area-data: devDependencies: esbuild: - specifier: ^0.20.0 + specifier: ^0.20.2 version: 0.20.2 rimraf: - specifier: ^5.0.0 + specifier: ^5.0.5 version: 5.0.5 typescript: specifier: ^5.0.4 @@ -140,7 +140,7 @@ importers: packages/vant-auto-import-resolver: devDependencies: rimraf: - specifier: ^5.0.0 + specifier: ^5.0.5 version: 5.0.5 typescript: specifier: ^5.0.4 @@ -149,23 +149,23 @@ importers: packages/vant-cli: dependencies: '@babel/core': - specifier: ^7.23.2 - version: 7.24.3 + specifier: ^7.24.4 + version: 7.24.4 '@babel/preset-typescript': - specifier: ^7.23.2 - version: 7.24.1(@babel/core@7.24.3) + specifier: ^7.24.1 + version: 7.24.1(@babel/core@7.24.4) '@rsbuild/core': - specifier: 0.5.5 - version: 0.5.5 + specifier: 0.5.7 + version: 0.5.7 '@rsbuild/plugin-babel': - specifier: 0.5.5 - version: 0.5.5(@rsbuild/core@0.5.5) + specifier: 0.5.7 + version: 0.5.7(@rsbuild/core@0.5.7) '@rsbuild/plugin-vue': - specifier: 0.5.5 - version: 0.5.5(@rsbuild/core@0.5.5)(esbuild@0.20.2)(vue@3.4.13) + specifier: 0.5.7 + version: 0.5.7(@rsbuild/core@0.5.7)(esbuild@0.20.2)(vue@3.4.21) '@rsbuild/plugin-vue-jsx': - specifier: 0.5.5 - version: 0.5.5(@babel/core@7.24.3)(@rsbuild/core@0.5.5) + specifier: 0.5.7 + version: 0.5.7(@babel/core@7.24.4)(@rsbuild/core@0.5.7) '@vant/eslint-config': specifier: workspace:^ version: link:../vant-eslint-config @@ -173,17 +173,17 @@ importers: specifier: workspace:^ version: link:../vant-touch-emulator '@vitejs/plugin-vue': - specifier: ^4.5.2 - version: 4.6.2(vite@5.0.13)(vue@3.4.13) + specifier: ^4.6.2 + version: 4.6.2(vite@5.0.13)(vue@3.4.21) '@vitejs/plugin-vue-jsx': specifier: ^3.1.0 - version: 3.1.0(vite@5.0.13)(vue@3.4.13) + version: 3.1.0(vite@5.0.13)(vue@3.4.21) '@vue/babel-plugin-jsx': - specifier: ^1.1.1 - version: 1.2.2(@babel/core@7.24.3) + specifier: ^1.2.2 + version: 1.2.2(@babel/core@7.24.4) autoprefixer: - specifier: ^10.4.8 - version: 10.4.18(postcss@8.4.38) + specifier: ^10.4.19 + version: 10.4.19(postcss@8.4.38) commander: specifier: ^11.1.0 version: 11.1.0 @@ -191,7 +191,7 @@ importers: specifier: 2.4.1 version: 2.4.1 esbuild: - specifier: ^0.20.0 + specifier: ^0.20.2 version: 0.20.2 eslint: specifier: ^8.57.0 @@ -209,7 +209,7 @@ importers: specifier: ^11.9.0 version: 11.9.0 husky: - specifier: ^8.0.1 + specifier: ^8.0.3 version: 8.0.3 less: specifier: ^4.2.0 @@ -218,10 +218,10 @@ importers: specifier: ^4.17.21 version: 4.17.21 markdown-it: - specifier: ^13.0.1 + specifier: ^13.0.2 version: 13.0.2 markdown-it-anchor: - specifier: ^8.6.4 + specifier: ^8.6.7 version: 8.6.7(@types/markdown-it@13.0.7)(markdown-it@13.0.2) nano-staged: specifier: ^0.8.0 @@ -230,17 +230,17 @@ importers: specifier: ^1.0.0 version: 1.0.0 postcss: - specifier: ^8.4.31 + specifier: ^8.4.38 version: 8.4.38 postcss-load-config: - specifier: ^4.0.1 + specifier: ^4.0.2 version: 4.0.2(postcss@8.4.38) prettier: - specifier: ^3.0.0 + specifier: ^3.2.5 version: 3.2.5 rslog: - specifier: ^1.1.0 - version: 1.2.0 + specifier: ^1.2.1 + version: 1.2.1 rspack-plugin-virtual-module: specifier: ^0.1.12 version: 0.1.12 @@ -257,38 +257,38 @@ importers: specifier: ^5.0.12 version: 5.0.13(less@4.2.0)(terser@5.26.0) vue-router: - specifier: ^4.1.6 - version: 4.3.0(vue@3.4.13) + specifier: ^4.3.0 + version: 4.3.0(vue@3.4.21) devDependencies: '@types/fs-extra': - specifier: ^11.0.1 + specifier: ^11.0.4 version: 11.0.4 '@types/less': - specifier: ^3.0.3 + specifier: ^3.0.6 version: 3.0.6 '@types/lodash': specifier: ^4.14.191 version: 4.14.202 '@types/markdown-it': - specifier: ^13.0.0 + specifier: ^13.0.7 version: 13.0.7 rimraf: - specifier: ^5.0.0 + specifier: ^5.0.5 version: 5.0.5 vue: - specifier: ^3.4.13 - version: 3.4.13(typescript@5.3.3) + specifier: ^3.4.21 + version: 3.4.21(typescript@5.3.3) packages/vant-compat: devDependencies: '@vue/runtime-core': - specifier: ^3.4.13 - version: 3.4.13 + specifier: ^3.4.21 + version: 3.4.21 esbuild: - specifier: ^0.20.0 + specifier: ^0.20.2 version: 0.20.2 rimraf: - specifier: ^5.0.0 + specifier: ^5.0.5 version: 5.0.5 typescript: specifier: ^5.0.4 @@ -297,8 +297,8 @@ importers: specifier: workspace:* version: link:../vant vue: - specifier: ^3.4.13 - version: 3.4.13(typescript@5.3.3) + specifier: ^3.4.21 + version: 3.4.21(typescript@5.3.3) packages/vant-eslint-config: dependencies: @@ -327,13 +327,13 @@ importers: packages/vant-popperjs: devDependencies: '@popperjs/core': - specifier: ^2.11.6 + specifier: ^2.11.8 version: 2.11.8 esbuild: - specifier: ^0.20.0 + specifier: ^0.20.2 version: 0.20.2 rimraf: - specifier: ^5.0.0 + specifier: ^5.0.5 version: 5.0.5 typescript: specifier: ^5.0.4 @@ -344,17 +344,17 @@ importers: packages/vant-use: devDependencies: esbuild: - specifier: ^0.20.0 + specifier: ^0.20.2 version: 0.20.2 rimraf: - specifier: ^5.0.0 + specifier: ^5.0.5 version: 5.0.5 typescript: specifier: ^5.0.4 version: 5.3.3 vue: - specifier: ^3.4.13 - version: 3.4.13(typescript@5.3.3) + specifier: ^3.4.21 + version: 3.4.21(typescript@5.3.3) packages: @@ -402,6 +402,28 @@ packages: transitivePeerDependencies: - supports-color + /@babel/core@7.24.4: + resolution: {integrity: sha512-MBVlMXP+kkl5394RBLSxxk/iLTeVGuXTV3cIDXavPpMMqnSnt6apKgan/U8O3USWZCWZT/TbgfEpKa4uMgN4Dg==} + engines: {node: '>=6.9.0'} + dependencies: + '@ampproject/remapping': 2.2.1 + '@babel/code-frame': 7.24.2 + '@babel/generator': 7.24.4 + '@babel/helper-compilation-targets': 7.23.6 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.4) + '@babel/helpers': 7.24.4 + '@babel/parser': 7.24.4 + '@babel/template': 7.24.0 + '@babel/traverse': 7.24.1 + '@babel/types': 7.24.0 + 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.1: resolution: {integrity: sha512-DfCRfZsBcrPEHUfuBMgbJ1Ut01Y/itOs+hY2nFLgqsqXd52/iSiVq5TITtUasIUgm+IIKdY2/1I7auiQOEeC9A==} engines: {node: '>=6.9.0'} @@ -411,6 +433,15 @@ packages: '@jridgewell/trace-mapping': 0.3.25 jsesc: 2.5.2 + /@babel/generator@7.24.4: + resolution: {integrity: sha512-Xd6+v6SnjWVx/nus+y0l1sxMOTOMBkyL4+BIdbALyatQnAe/SRVjANeDPSCYaX+i1iJmuGSKf3Z+E+V/va1Hvw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.24.0 + '@jridgewell/gen-mapping': 0.3.5 + '@jridgewell/trace-mapping': 0.3.25 + jsesc: 2.5.2 + /@babel/helper-annotate-as-pure@7.22.5: resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==} engines: {node: '>=6.9.0'} @@ -444,6 +475,24 @@ packages: '@babel/helper-split-export-declaration': 7.22.6 semver: 6.3.1 + /@babel/helper-create-class-features-plugin@7.24.1(@babel/core@7.24.4): + resolution: {integrity: sha512-1yJa9dX9g//V6fDebXoEfEsxkZHk3Hcbm+zLhyu6qVgYFLvmTALTeV+jNU9e5RnYtioBrGEOdoI2joMSNQ/+aA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-function-name': 7.23.0 + '@babel/helper-member-expression-to-functions': 7.23.0 + '@babel/helper-optimise-call-expression': 7.22.5 + '@babel/helper-replace-supers': 7.24.1(@babel/core@7.24.4) + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 + semver: 6.3.1 + dev: false + /@babel/helper-environment-visitor@7.22.20: resolution: {integrity: sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==} engines: {node: '>=6.9.0'} @@ -486,6 +535,19 @@ packages: '@babel/helper-split-export-declaration': 7.22.6 '@babel/helper-validator-identifier': 7.22.20 + /@babel/helper-module-transforms@7.23.3(@babel/core@7.24.4): + resolution: {integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-module-imports': 7.22.15 + '@babel/helper-simple-access': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 + '@babel/helper-validator-identifier': 7.22.20 + /@babel/helper-optimise-call-expression@7.22.5: resolution: {integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==} engines: {node: '>=6.9.0'} @@ -507,6 +569,18 @@ packages: '@babel/helper-member-expression-to-functions': 7.23.0 '@babel/helper-optimise-call-expression': 7.22.5 + /@babel/helper-replace-supers@7.24.1(@babel/core@7.24.4): + resolution: {integrity: sha512-QCR1UqC9BzG5vZl8BMicmZ28RuUBnHhAMddD8yHFHDRH9lLTZ9uUPehX8ctVPT8l0TKblJidqcgUUKGVrePleQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-member-expression-to-functions': 7.23.0 + '@babel/helper-optimise-call-expression': 7.22.5 + dev: false + /@babel/helper-simple-access@7.22.5: resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==} engines: {node: '>=6.9.0'} @@ -547,6 +621,16 @@ packages: transitivePeerDependencies: - supports-color + /@babel/helpers@7.24.4: + resolution: {integrity: sha512-FewdlZbSiwaVGlgT1DPANDuCHaDMiOo+D/IDYRFYjHOuv66xMSJ7fQwwODwRNAPkADIO/z1EoF/l2BCWlWABDw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/template': 7.24.0 + '@babel/traverse': 7.24.1 + '@babel/types': 7.24.0 + transitivePeerDependencies: + - supports-color + /@babel/highlight@7.24.2: resolution: {integrity: sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==} engines: {node: '>=6.9.0'} @@ -563,25 +647,32 @@ packages: dependencies: '@babel/types': 7.24.0 - /@babel/plugin-proposal-decorators@7.24.1(@babel/core@7.24.3): + /@babel/parser@7.24.4: + resolution: {integrity: sha512-zTvEBcghmeBma9QIGunWevvBAp4/Qu9Bdq+2k0Ot4fVMD6v3dsC9WOcRSKk7tRRyBM/53yKMJko9xOatGQAwSg==} + engines: {node: '>=6.0.0'} + hasBin: true + dependencies: + '@babel/types': 7.24.0 + + /@babel/plugin-proposal-decorators@7.24.1(@babel/core@7.24.4): resolution: {integrity: sha512-zPEvzFijn+hRvJuX2Vu3KbEBN39LN3f7tW3MQO2LsIs57B26KU+kUc82BdAktS1VCM6libzh45eKGI65lg0cpA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.24.3 - '@babel/helper-create-class-features-plugin': 7.24.1(@babel/core@7.24.3) + '@babel/core': 7.24.4 + '@babel/helper-create-class-features-plugin': 7.24.1(@babel/core@7.24.4) '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-decorators': 7.24.1(@babel/core@7.24.3) + '@babel/plugin-syntax-decorators': 7.24.1(@babel/core@7.24.4) dev: false - /@babel/plugin-syntax-decorators@7.24.1(@babel/core@7.24.3): + /@babel/plugin-syntax-decorators@7.24.1(@babel/core@7.24.4): resolution: {integrity: sha512-05RJdO/cCrtVWuAaSn1tS3bH8jbsJa/Y1uD186u6J4C/1mnHFxseeuWpsqr9anvo7TUulev7tm7GDwRV+VuhDw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.24.3 + '@babel/core': 7.24.4 '@babel/helper-plugin-utils': 7.24.0 dev: false @@ -594,6 +685,16 @@ packages: '@babel/core': 7.24.3 '@babel/helper-plugin-utils': 7.24.0 + /@babel/plugin-syntax-jsx@7.24.1(@babel/core@7.24.4): + resolution: {integrity: sha512-2eCtxZXf+kbkMIsXS4poTvT4Yu5rXiRa+9xGVT56raghjmBTKMpFNc9R4IDiB4emao9eO22Ox7CxuJG7BgExqA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.24.0 + dev: false + /@babel/plugin-syntax-typescript@7.24.1(@babel/core@7.24.3): resolution: {integrity: sha512-Yhnmvy5HZEnHUty6i++gcfH1/l68AHnItFHnaCv6hn9dNh0hQvvQJsxpi4BMBFN5DLeHBuucT/0DgzXif/OyRw==} engines: {node: '>=6.9.0'} @@ -603,25 +704,35 @@ packages: '@babel/core': 7.24.3 '@babel/helper-plugin-utils': 7.24.0 - /@babel/plugin-transform-class-properties@7.24.1(@babel/core@7.24.3): + /@babel/plugin-syntax-typescript@7.24.1(@babel/core@7.24.4): + resolution: {integrity: sha512-Yhnmvy5HZEnHUty6i++gcfH1/l68AHnItFHnaCv6hn9dNh0hQvvQJsxpi4BMBFN5DLeHBuucT/0DgzXif/OyRw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.24.0 + dev: false + + /@babel/plugin-transform-class-properties@7.24.1(@babel/core@7.24.4): resolution: {integrity: sha512-OMLCXi0NqvJfORTaPQBwqLXHhb93wkBKZ4aNwMl6WtehO7ar+cmp+89iPEQPqxAnxsOKTaMcs3POz3rKayJ72g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.24.3 - '@babel/helper-create-class-features-plugin': 7.24.1(@babel/core@7.24.3) + '@babel/core': 7.24.4 + '@babel/helper-create-class-features-plugin': 7.24.1(@babel/core@7.24.4) '@babel/helper-plugin-utils': 7.24.0 dev: false - /@babel/plugin-transform-modules-commonjs@7.24.1(@babel/core@7.24.3): + /@babel/plugin-transform-modules-commonjs@7.24.1(@babel/core@7.24.4): resolution: {integrity: sha512-szog8fFTUxBfw0b98gEWPaEqF42ZUD/T3bkynW/wtgx2p/XCP55WEsb+VosKceRSd6njipdZvNogqdtI4Q0chw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.24.3 - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.3) + '@babel/core': 7.24.4 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.4) '@babel/helper-plugin-utils': 7.24.0 '@babel/helper-simple-access': 7.22.5 dev: false @@ -638,18 +749,31 @@ packages: '@babel/helper-plugin-utils': 7.24.0 '@babel/plugin-syntax-typescript': 7.24.1(@babel/core@7.24.3) - /@babel/preset-typescript@7.24.1(@babel/core@7.24.3): + /@babel/plugin-transform-typescript@7.24.1(@babel/core@7.24.4): + resolution: {integrity: sha512-liYSESjX2fZ7JyBFkYG78nfvHlMKE6IpNdTVnxmlYUR+j5ZLsitFbaAE+eJSK2zPPkNWNw4mXL51rQ8WrvdK0w==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-create-class-features-plugin': 7.24.1(@babel/core@7.24.4) + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-typescript': 7.24.1(@babel/core@7.24.4) + dev: false + + /@babel/preset-typescript@7.24.1(@babel/core@7.24.4): resolution: {integrity: sha512-1DBaMmRDpuYQBPWD8Pf/WEwCrtgRHxsZnP4mIy9G/X+hFfbI47Q2G4t1Paakld84+qsk2fSsUPMKg71jkoOOaQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.24.3 + '@babel/core': 7.24.4 '@babel/helper-plugin-utils': 7.24.0 '@babel/helper-validator-option': 7.23.5 - '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.24.3) - '@babel/plugin-transform-modules-commonjs': 7.24.1(@babel/core@7.24.3) - '@babel/plugin-transform-typescript': 7.24.1(@babel/core@7.24.3) + '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-transform-modules-commonjs': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-transform-typescript': 7.24.1(@babel/core@7.24.4) dev: false /@babel/template@7.24.0: @@ -1321,30 +1445,30 @@ packages: requiresBuild: true optional: true - /@rsbuild/core@0.5.5: - resolution: {integrity: sha512-G9pHR4a80G5moXlYHyym3Pb1I8rRrhh+08lW4sQZwsInC616xKR24PnS2RYt9n3L/twi4RfjLQJghNL9rvikGw==} + /@rsbuild/core@0.5.7: + resolution: {integrity: sha512-ccoXFc/4U44SxSwsJguxCDTynOGbEFR5Xy4DkPDzXZ4wliJk1jQyF+WPIq0437L/r+rdYmed3DbqI9iTLq19xQ==} engines: {node: '>=16.0.0'} hasBin: true dependencies: - '@rsbuild/shared': 0.5.5(@swc/helpers@0.5.3) - '@rspack/core': 0.5.9-canary-8778e17-20240328104834(@swc/helpers@0.5.3) + '@rsbuild/shared': 0.5.7(@swc/helpers@0.5.3) + '@rspack/core': 0.5.9-canary-8778e17-20240403045016(@swc/helpers@0.5.3) '@swc/helpers': 0.5.3 core-js: 3.36.0 - html-webpack-plugin: /html-rspack-plugin@5.6.2(@rspack/core@0.5.9-canary-8778e17-20240328104834) + html-webpack-plugin: /html-rspack-plugin@5.6.2(@rspack/core@0.5.9-canary-8778e17-20240403045016) postcss: 8.4.38 dev: false - /@rsbuild/plugin-babel@0.5.5(@rsbuild/core@0.5.5): - resolution: {integrity: sha512-kYSPA/9xjJz2weyt3hS62j6IvJRFqU9WvXvbfwA7ZcP9/+yfCd6/6nF2bOniA+hp9YlB8BALBirZRx+zz88Luw==} + /@rsbuild/plugin-babel@0.5.7(@rsbuild/core@0.5.7): + resolution: {integrity: sha512-e0bpWtDlPzenwScICb3M6dU5SbC+jOII0nj8sK7G4Wx5eONibtmx1/m5kzVqYSEvqIM5phDCt9eFvUAVOXmQhw==} peerDependencies: - '@rsbuild/core': ^0.5.5 - dependencies: - '@babel/core': 7.24.3 - '@babel/plugin-proposal-decorators': 7.24.1(@babel/core@7.24.3) - '@babel/plugin-transform-class-properties': 7.24.1(@babel/core@7.24.3) - '@babel/preset-typescript': 7.24.1(@babel/core@7.24.3) - '@rsbuild/core': 0.5.5 - '@rsbuild/shared': 0.5.5(@swc/helpers@0.5.3) + '@rsbuild/core': ^0.5.7 + dependencies: + '@babel/core': 7.24.4 + '@babel/plugin-proposal-decorators': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-transform-class-properties': 7.24.1(@babel/core@7.24.4) + '@babel/preset-typescript': 7.24.1(@babel/core@7.24.4) + '@rsbuild/core': 0.5.7 + '@rsbuild/shared': 0.5.7(@swc/helpers@0.5.3) '@types/babel__core': 7.20.5 upath: 2.0.1 transitivePeerDependencies: @@ -1352,28 +1476,28 @@ packages: - supports-color dev: false - /@rsbuild/plugin-vue-jsx@0.5.5(@babel/core@7.24.3)(@rsbuild/core@0.5.5): - resolution: {integrity: sha512-pAYWZb+vJY15GrPxxsbGXWrrSS+t/VmATRYbUzEI/znHj/9VBh0/DvhaQe+TTYQO6ESwt2aIROH7ocOVauSwCw==} + /@rsbuild/plugin-vue-jsx@0.5.7(@babel/core@7.24.4)(@rsbuild/core@0.5.7): + resolution: {integrity: sha512-adEK19vuJHkV8Jpderi0G7HhxRErgKYACTX71hJWqejrAF9wq5ZrsUlhnX9xTcOmON628q4QrdJrzKzn6kXdbA==} peerDependencies: - '@rsbuild/core': ^0.5.5 + '@rsbuild/core': ^0.5.7 dependencies: - '@rsbuild/core': 0.5.5 - '@rsbuild/plugin-babel': 0.5.5(@rsbuild/core@0.5.5) - '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.24.3) + '@rsbuild/core': 0.5.7 + '@rsbuild/plugin-babel': 0.5.7(@rsbuild/core@0.5.7) + '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.24.4) transitivePeerDependencies: - '@babel/core' - '@swc/helpers' - supports-color dev: false - /@rsbuild/plugin-vue@0.5.5(@rsbuild/core@0.5.5)(esbuild@0.20.2)(vue@3.4.13): - resolution: {integrity: sha512-i6zoN663qi1CVHxKHUDKUCtbD4XfLEME5e1lx5prtvmHfMDVf/3Pw49LUIDKm9DS0M1ctUrKxRyu2eTSPOgMtw==} + /@rsbuild/plugin-vue@0.5.7(@rsbuild/core@0.5.7)(esbuild@0.20.2)(vue@3.4.21): + resolution: {integrity: sha512-n6lt44aVYeO1h10Tj5nSUgyDPuAU/ceBUc/ilBsLkrUWakhC3Z+PxNYqPKBpPbeyrRxb5GF/f8/RXME4PoHcCw==} peerDependencies: - '@rsbuild/core': ^0.5.5 + '@rsbuild/core': ^0.5.7 dependencies: - '@rsbuild/core': 0.5.5 - '@rsbuild/shared': 0.5.5(@swc/helpers@0.5.3) - vue-loader: 17.4.2(vue@3.4.13)(webpack@5.91.0) + '@rsbuild/core': 0.5.7 + '@rsbuild/shared': 0.5.7(@swc/helpers@0.5.3) + vue-loader: 17.4.2(vue@3.4.21)(webpack@5.91.0) webpack: 5.91.0(esbuild@0.20.2) transitivePeerDependencies: - '@swc/core' @@ -1385,59 +1509,104 @@ packages: - webpack-cli dev: false - /@rsbuild/shared@0.5.5(@swc/helpers@0.5.3): - resolution: {integrity: sha512-M7Lp1tOU410dJKW4LVoiBlhH8T8b4hjsUDi4Kqohep2bKiAtNkIUhFN2Py1Keoh07sWrMuz07PixmwEsi2hC5Q==} + /@rsbuild/shared@0.5.7(@swc/helpers@0.5.3): + resolution: {integrity: sha512-5g5JjAZ970bQGiUqNnUj7BnXNS4ihliYYRCuCggQFW41JpZcMjodCSPHTaSjuCf/4V0YZRpdPXR3Bgkb6dGr+Q==} dependencies: - '@rspack/core': 0.5.9-canary-8778e17-20240328104834(@swc/helpers@0.5.3) + '@rspack/core': 0.5.9-canary-8778e17-20240403045016(@swc/helpers@0.5.3) caniuse-lite: 1.0.30001603 postcss: 8.4.38 transitivePeerDependencies: - '@swc/helpers' dev: false - /@rspack/binding-darwin-arm64@0.5.9-canary-8778e17-20240328104834: - resolution: {integrity: sha512-guZbBOQ+YOuhYoZCXKNHKjgDTUb5djCd4DDKa0O7oIZB/YYaaQz5DDzngLWojkFh+P5mLSbl1I8eJVUAxft2PQ==} + /@rspack/binding-darwin-arm64@0.5.9-canary-8778e17-20240403045016: + resolution: {integrity: sha512-nG7MDfw1TPmI7F0s3PTHgM0ISNk48RvgyeLf/mki7BJMdplpNTKrd+937PHb+P1IjPEgT2fQcSKtwPipDK0+jg==} cpu: [arm64] os: [darwin] requiresBuild: true dev: false optional: true - /@rspack/binding-darwin-x64@0.5.9-canary-8778e17-20240328104834: - resolution: {integrity: sha512-2H1d+FEe3sizq9DU3HTvLZAR1NEO0jZY2NosZ2RukkAaXsMel9Sqy6d+egH2un5QXaVV+KbGP0TiEIgB4iOhig==} + /@rspack/binding-darwin-x64@0.5.9-canary-8778e17-20240403045016: + resolution: {integrity: sha512-1d4HqUpSAeDnXKO1bg5i2uKsmgdf2gSzV6ZyCmNzeiT5NhyMNpk/sUgdrq9LQTUF/xGKPabyaWghNvfFgHHz9Q==} cpu: [x64] os: [darwin] requiresBuild: true dev: false optional: true - /@rspack/binding-linux-x64-gnu@0.5.9-canary-8778e17-20240328104834: - resolution: {integrity: sha512-Yolbu8npW90xVuhY84bzgqNX3/k4xJcTBPjzTQtxNxI2gXvoAroMqY2AQbaccJfvUUEOV0AFN63eT9lIwZ+HUw==} + /@rspack/binding-linux-arm64-gnu@0.5.9-canary-8778e17-20240403045016: + resolution: {integrity: sha512-KAdUGSzko5d7CGB/jrY++QhcLm6gVor5xHY8Xj67kbGtu1bAB3tIlxaGZSkTzN14szrAMgJnbgaoUg4+RRWTwA==} + cpu: [arm64] + os: [linux] + requiresBuild: true + dev: false + optional: true + + /@rspack/binding-linux-arm64-musl@0.5.9-canary-8778e17-20240403045016: + resolution: {integrity: sha512-hstYwkMpu4/gcG7nQYNa2bN1UrHthSs44S+KMiNFqR/r+fyP3O52OebHHD9PuoZaJ+FEnXDPcnkOO2hIeiYFxg==} + cpu: [arm64] + os: [linux] + requiresBuild: true + dev: false + optional: true + + /@rspack/binding-linux-x64-gnu@0.5.9-canary-8778e17-20240403045016: + resolution: {integrity: sha512-ZMDQwLyfITvVvwUScbiHrctIW+M8pOp9ZB5JsGFvfhyemmer7MjTehFoYTNkN7ZMYsQsfRFzvrgEGVoYLel3ZQ==} cpu: [x64] os: [linux] requiresBuild: true dev: false optional: true - /@rspack/binding-win32-x64-msvc@0.5.9-canary-8778e17-20240328104834: - resolution: {integrity: sha512-X0P47f9nn7s/GZshmKKLzlwir9JowGHnTlInWuStKB4NTcBkcH0TpuOl3mCDA2oksVUAOWC60baHmmMVpoiZPQ==} + /@rspack/binding-linux-x64-musl@0.5.9-canary-8778e17-20240403045016: + resolution: {integrity: sha512-sHrx3fF/fFfcWNXD4Uu2zc8Wh3IzEVr7o4aomKmD2oUSKzmKPVyAl74hNei+MB/tcW6ejp1sHQOhPMX1gAZV+w==} cpu: [x64] + os: [linux] + requiresBuild: true + dev: false + optional: true + + /@rspack/binding-win32-arm64-msvc@0.5.9-canary-8778e17-20240403045016: + resolution: {integrity: sha512-LySghG2vx/NeZQPTkCR5izmH7LDmi1owbde97sS6M0W8dc7QhwiFporxAWU4f2EvKgAx42l3V/5uAt7DwhLFMQ==} + cpu: [arm64] os: [win32] requiresBuild: true dev: false optional: true - /@rspack/binding@0.5.9-canary-8778e17-20240328104834: - resolution: {integrity: sha512-aj7/ybVWFq0rjaLXMJY3ZTZOM/Weng4akWFrPvao3umJRs5lIR2crUKG3PVF1gVH16qL8Ra4GpbaucU0SXY0qQ==} - optionalDependencies: - '@rspack/binding-darwin-arm64': 0.5.9-canary-8778e17-20240328104834 - '@rspack/binding-darwin-x64': 0.5.9-canary-8778e17-20240328104834 - '@rspack/binding-linux-x64-gnu': 0.5.9-canary-8778e17-20240328104834 - '@rspack/binding-win32-x64-msvc': 0.5.9-canary-8778e17-20240328104834 + /@rspack/binding-win32-ia32-msvc@0.5.9-canary-8778e17-20240403045016: + resolution: {integrity: sha512-lxMRk4i34G5ATqWQdPj4IW0uojDDyzWBynspzBnTPmvI92KzZD1+WDCbW2B5G+xSxqAoDYTECrezLYFrPhIAag==} + cpu: [ia32] + os: [win32] + requiresBuild: true + dev: false + optional: true + + /@rspack/binding-win32-x64-msvc@0.5.9-canary-8778e17-20240403045016: + resolution: {integrity: sha512-q0EzWVXU1gXBHXJCWkmgVODT1hCpRdQiEPqA0TKhn47XRfcVm7HMFJSsGOH046JiLpOjxF8kG2LFP/kca2YDiw==} + cpu: [x64] + os: [win32] + requiresBuild: true dev: false + optional: true - /@rspack/core@0.5.9-canary-8778e17-20240328104834(@swc/helpers@0.5.3): - resolution: {integrity: sha512-Dzi1OGoGDO9udyH3Msuwhi6j7PlwsPI7Z5MkaiUTuwzkp8zGqNa+zykY8ZCMrbwQ3uDS1HkNlQgT6Oc9HheqhQ==} + /@rspack/binding@0.5.9-canary-8778e17-20240403045016: + resolution: {integrity: sha512-Ou5NBpz6ochCjP8QmZZRpAZJekZv0WGeJ5wUjwzT/Pa8pBioc4pf9oGYdtP+N6dNqGi/bmsTqhKdhf5Sz9yzGw==} + optionalDependencies: + '@rspack/binding-darwin-arm64': 0.5.9-canary-8778e17-20240403045016 + '@rspack/binding-darwin-x64': 0.5.9-canary-8778e17-20240403045016 + '@rspack/binding-linux-arm64-gnu': 0.5.9-canary-8778e17-20240403045016 + '@rspack/binding-linux-arm64-musl': 0.5.9-canary-8778e17-20240403045016 + '@rspack/binding-linux-x64-gnu': 0.5.9-canary-8778e17-20240403045016 + '@rspack/binding-linux-x64-musl': 0.5.9-canary-8778e17-20240403045016 + '@rspack/binding-win32-arm64-msvc': 0.5.9-canary-8778e17-20240403045016 + '@rspack/binding-win32-ia32-msvc': 0.5.9-canary-8778e17-20240403045016 + '@rspack/binding-win32-x64-msvc': 0.5.9-canary-8778e17-20240403045016 + dev: false + + /@rspack/core@0.5.9-canary-8778e17-20240403045016(@swc/helpers@0.5.3): + resolution: {integrity: sha512-UZ6U2RPnLJ2suswKxqxJIW02eoKdZdFX2/CpE5Y7NnGmp7mNd+lSNbiNnhuJ9KXL/RcopmI0CSmnlb9wRglqlQ==} engines: {node: '>=16.0.0'} peerDependencies: '@swc/helpers': '>=0.5.1' @@ -1446,7 +1615,7 @@ packages: optional: true dependencies: '@module-federation/runtime-tools': 0.0.8 - '@rspack/binding': 0.5.9-canary-8778e17-20240328104834 + '@rspack/binding': 0.5.9-canary-8778e17-20240403045016 '@swc/helpers': 0.5.3 browserslist: 4.23.0 enhanced-resolve: 5.12.0 @@ -1526,7 +1695,7 @@ packages: resolution: {integrity: sha512-yTbItCNreRooED33qjunPthRcSjERP1r4MqCZc7wv0u2sUkzTFp45tgUfS5+r7FrZPdmCCNflLhVSP/o+SemsQ==} dependencies: '@types/jsonfile': 6.1.4 - '@types/node': 18.19.6 + '@types/node': 18.19.29 dev: true /@types/json-schema@7.0.15: @@ -1536,7 +1705,7 @@ packages: /@types/jsonfile@6.1.4: resolution: {integrity: sha512-D5qGUYwjvnNNextdU59/+fI+spnwtTFmyQP0h+PfIOSkNfpU6AOICUOkm4i0OnSk+NyjdPJrxCDro0sJsWlRpQ==} dependencies: - '@types/node': 18.19.6 + '@types/node': 18.19.29 dev: true /@types/less@3.0.6: @@ -1559,8 +1728,8 @@ packages: /@types/mdurl@1.0.5: resolution: {integrity: sha512-6L6VymKTzYSrEf4Nev4Xa1LCHKrlTlYCBMTlQKFuddo1CvQcE52I0mwfOJayueUC7MJuXOeHTcIU683lzd0cUA==} - /@types/node@18.19.6: - resolution: {integrity: sha512-X36s5CXMrrJOs2lQCdDF68apW4Rfx9ixYMawlepwmE4Anezv/AV2LSpKD1Ub8DAc+urp5bk0BGZ6NtmBitfnsg==} + /@types/node@18.19.29: + resolution: {integrity: sha512-5pAX7ggTmWZdhUrhRWLPf+5oM7F80bcKVCBbr0zwEkTNzTJL2CWQjznpFgHYy6GrzkYi2Yjy7DHKoynFxqPV8g==} dependencies: undici-types: 5.26.5 @@ -1703,7 +1872,7 @@ packages: /@ungap/structured-clone@1.2.0: resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} - /@vitejs/plugin-vue-jsx@3.1.0(vite@5.0.13)(vue@3.4.13): + /@vitejs/plugin-vue-jsx@3.1.0(vite@5.0.13)(vue@3.4.21): resolution: {integrity: sha512-w9M6F3LSEU5kszVb9An2/MmXNxocAnUb3WhRr8bHlimhDrXNt6n6D2nJQR3UXpGlZHh/EsgouOHCsM8V3Ln+WA==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -1713,20 +1882,20 @@ packages: '@babel/core': 7.24.3 '@babel/plugin-transform-typescript': 7.24.1(@babel/core@7.24.3) '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.24.3) - vite: 5.0.13(@types/node@18.19.6) - vue: 3.4.13(typescript@5.3.3) + vite: 5.0.13(@types/node@18.19.29) + vue: 3.4.21(typescript@5.3.3) transitivePeerDependencies: - supports-color - /@vitejs/plugin-vue@4.6.2(vite@5.0.13)(vue@3.4.13): + /@vitejs/plugin-vue@4.6.2(vite@5.0.13)(vue@3.4.21): resolution: {integrity: sha512-kqf7SGFoG+80aZG6Pf+gsZIVvGSCKE98JbiWqcCV9cThtg91Jav0yvYFC9Zb+jKetNGF6ZKeoaxgZfND21fWKw==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: vite: ^4.0.0 || ^5.0.0 vue: ^3.2.25 dependencies: - vite: 5.0.13(@types/node@18.19.6) - vue: 3.4.13(typescript@5.3.3) + vite: 5.0.13(@types/node@18.19.29) + vue: 3.4.21(typescript@5.3.3) /@vitest/coverage-istanbul@1.2.0(vitest@1.2.0): resolution: {integrity: sha512-hNN/pUR5la6P/L78+YcRl05Lpf6APXlH9ujkmCxxjVWtVG6WuKuqUMhHgYQBYfiOORBwDZ1MBgSUGCMPh4kpmQ==} @@ -1742,7 +1911,7 @@ packages: magicast: 0.3.2 picocolors: 1.0.0 test-exclude: 6.0.0 - vitest: 1.2.0(@types/node@18.19.6)(jsdom@22.1.0) + vitest: 1.2.0(@types/node@18.19.29)(jsdom@22.1.0) transitivePeerDependencies: - supports-color dev: true @@ -1812,6 +1981,30 @@ packages: transitivePeerDependencies: - supports-color + /@vue/babel-plugin-jsx@1.2.2(@babel/core@7.24.4): + resolution: {integrity: sha512-nYTkZUVTu4nhP199UoORePsql0l+wj7v/oyQjtThUVhJl1U+6qHuoVhIvR3bf7eVKjbCK+Cs2AWd7mi9Mpz9rA==} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-module-imports': 7.22.15 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.24.4) + '@babel/template': 7.24.0 + '@babel/traverse': 7.24.1 + '@babel/types': 7.24.0 + '@vue/babel-helper-vue-transform-on': 1.2.2 + '@vue/babel-plugin-resolve-type': 1.2.2(@babel/core@7.24.4) + camelcase: 6.3.0 + html-tags: 3.3.1 + svg-tags: 1.0.0 + transitivePeerDependencies: + - supports-color + dev: false + /@vue/babel-plugin-resolve-type@1.2.2(@babel/core@7.24.3): resolution: {integrity: sha512-EntyroPwNg5IPVdUJupqs0CFzuf6lUrVvCspmv2J1FITLeGnUCuoGNNk78dgCusxEiYj6RMkTJflGSxk5aIC4A==} peerDependencies: @@ -1824,14 +2017,18 @@ packages: '@babel/parser': 7.24.1 '@vue/compiler-sfc': 3.4.15 - /@vue/compiler-core@3.4.13: - resolution: {integrity: sha512-zGUdmB3j3Irn9z51GXLJ5s0EAHxmsm5/eXl0y6MBaajMeOAaiT4+zaDoxui4Ets98dwIRr8BBaqXXHtHSfm+KA==} + /@vue/babel-plugin-resolve-type@1.2.2(@babel/core@7.24.4): + resolution: {integrity: sha512-EntyroPwNg5IPVdUJupqs0CFzuf6lUrVvCspmv2J1FITLeGnUCuoGNNk78dgCusxEiYj6RMkTJflGSxk5aIC4A==} + peerDependencies: + '@babel/core': ^7.0.0-0 dependencies: + '@babel/code-frame': 7.24.2 + '@babel/core': 7.24.4 + '@babel/helper-module-imports': 7.22.15 + '@babel/helper-plugin-utils': 7.24.0 '@babel/parser': 7.24.1 - '@vue/shared': 3.4.13 - entities: 4.5.0 - estree-walker: 2.0.2 - source-map-js: 1.2.0 + '@vue/compiler-sfc': 3.4.15 + dev: false /@vue/compiler-core@3.4.15: resolution: {integrity: sha512-XcJQVOaxTKCnth1vCxEChteGuwG6wqnUHxAm1DO3gCz0+uXKaJNx8/digSz4dLALCy8n2lKq24jSUs8segoqIw==} @@ -1842,11 +2039,14 @@ packages: estree-walker: 2.0.2 source-map-js: 1.2.0 - /@vue/compiler-dom@3.4.13: - resolution: {integrity: sha512-XSNbpr5Rs3kCfVAmBqMu/HDwOS+RL6y28ZZjDlnDUuf146pRWt2sQkwhsOYc9uu2lxjjJy2NcyOkK7MBLVEc7w==} + /@vue/compiler-core@3.4.21: + resolution: {integrity: sha512-MjXawxZf2SbZszLPYxaFCjxfibYrzr3eYbKxwpLR9EQN+oaziSu3qKVbwBERj1IFIB8OLUewxB5m/BFzi613og==} dependencies: - '@vue/compiler-core': 3.4.13 - '@vue/shared': 3.4.13 + '@babel/parser': 7.24.1 + '@vue/shared': 3.4.21 + entities: 4.5.0 + estree-walker: 2.0.2 + source-map-js: 1.2.0 /@vue/compiler-dom@3.4.15: resolution: {integrity: sha512-wox0aasVV74zoXyblarOM3AZQz/Z+OunYcIHe1OsGclCHt8RsRm04DObjefaI82u6XDzv+qGWZ24tIsRAIi5MQ==} @@ -1854,18 +2054,11 @@ packages: '@vue/compiler-core': 3.4.15 '@vue/shared': 3.4.15 - /@vue/compiler-sfc@3.4.13: - resolution: {integrity: sha512-SkpmQN8xIFBd5onT413DFSDdjxULJf6jmJg/t3w/DZ9I8ZzyNlLIBLO0qFLewVHyHCiAgpPZlWqSRZXYrawk3Q==} + /@vue/compiler-dom@3.4.21: + resolution: {integrity: sha512-IZC6FKowtT1sl0CR5DpXSiEB5ayw75oT2bma1BEhV7RRR1+cfwLrxc2Z8Zq/RGFzJ8w5r9QtCOvTjQgdn0IKmA==} dependencies: - '@babel/parser': 7.24.1 - '@vue/compiler-core': 3.4.13 - '@vue/compiler-dom': 3.4.13 - '@vue/compiler-ssr': 3.4.13 - '@vue/shared': 3.4.13 - estree-walker: 2.0.2 - magic-string: 0.30.5 - postcss: 8.4.38 - source-map-js: 1.2.0 + '@vue/compiler-core': 3.4.21 + '@vue/shared': 3.4.21 /@vue/compiler-sfc@3.4.15: resolution: {integrity: sha512-LCn5M6QpkpFsh3GQvs2mJUOAlBQcCco8D60Bcqmf3O3w5a+KWS5GvYbrrJBkgvL1BDnTp+e8q0lXCLgHhKguBA==} @@ -1880,11 +2073,18 @@ packages: postcss: 8.4.38 source-map-js: 1.2.0 - /@vue/compiler-ssr@3.4.13: - resolution: {integrity: sha512-rwnw9SVBgD6eGKh8UucnwztieQo/R3RQrEGpE0b0cxb2xxvJeLs/fe7DoYlhEfaSyzM/qD5odkK87hl3G3oW+A==} + /@vue/compiler-sfc@3.4.21: + resolution: {integrity: sha512-me7epoTxYlY+2CUM7hy9PCDdpMPfIwrOvAXud2Upk10g4YLv9UBW7kL798TvMeDhPthkZ0CONNrK2GoeI1ODiQ==} dependencies: - '@vue/compiler-dom': 3.4.13 - '@vue/shared': 3.4.13 + '@babel/parser': 7.24.1 + '@vue/compiler-core': 3.4.21 + '@vue/compiler-dom': 3.4.21 + '@vue/compiler-ssr': 3.4.21 + '@vue/shared': 3.4.21 + estree-walker: 2.0.2 + magic-string: 0.30.8 + postcss: 8.4.38 + source-map-js: 1.2.0 /@vue/compiler-ssr@3.4.15: resolution: {integrity: sha512-1jdeQyiGznr8gjFDadVmOJqZiLNSsMa5ZgqavkPZ8O2wjHv0tVuAEsw5hTdUoUW4232vpBbL/wJhzVW/JwY1Uw==} @@ -1892,42 +2092,48 @@ packages: '@vue/compiler-dom': 3.4.15 '@vue/shared': 3.4.15 + /@vue/compiler-ssr@3.4.21: + resolution: {integrity: sha512-M5+9nI2lPpAsgXOGQobnIueVqc9sisBFexh5yMIMRAPYLa7+5wEJs8iqOZc1WAa9WQbx9GR2twgznU8LTIiZ4Q==} + dependencies: + '@vue/compiler-dom': 3.4.21 + '@vue/shared': 3.4.21 + /@vue/devtools-api@6.6.1: resolution: {integrity: sha512-LgPscpE3Vs0x96PzSSB4IGVSZXZBZHpfxs+ZA1d+VEPwHdOXowy/Y2CsvCAIFrf+ssVU1pD1jidj505EpUnfbA==} - /@vue/reactivity@3.4.13: - resolution: {integrity: sha512-/ZdUOrGKkGVONzVJkfDqNcn2fLMvaa5VlYx2KwTbnRbX06YZ4GJE0PVTmWzIxtBYdpSTLLXgw3pDggO+96KXzg==} + /@vue/reactivity@3.4.21: + resolution: {integrity: sha512-UhenImdc0L0/4ahGCyEzc/pZNwVgcglGy9HVzJ1Bq2Mm9qXOpP8RyNTjookw/gOCUlXSEtuZ2fUg5nrHcoqJcw==} dependencies: - '@vue/shared': 3.4.13 + '@vue/shared': 3.4.21 - /@vue/runtime-core@3.4.13: - resolution: {integrity: sha512-Ov4d4At7z3goxqzSqQxdfVYEcN5HY4dM1uDYL6Hu/Es9Za9BEN602zyjWhhi2+BEki5F9NizRSvn02k/tqNWlg==} + /@vue/runtime-core@3.4.21: + resolution: {integrity: sha512-pQthsuYzE1XcGZznTKn73G0s14eCJcjaLvp3/DKeYWoFacD9glJoqlNBxt3W2c5S40t6CCcpPf+jG01N3ULyrA==} dependencies: - '@vue/reactivity': 3.4.13 - '@vue/shared': 3.4.13 + '@vue/reactivity': 3.4.21 + '@vue/shared': 3.4.21 - /@vue/runtime-dom@3.4.13: - resolution: {integrity: sha512-ynde9p16eEV3u1VCxUre2e0nKzD0l3NzH0r599+bXeLT1Yhac8Atcot3iL9XNqwolxYCI89KBII+2MSVzfrz6w==} + /@vue/runtime-dom@3.4.21: + resolution: {integrity: sha512-gvf+C9cFpevsQxbkRBS1NpU8CqxKw0ebqMvLwcGQrNpx6gqRDodqKqA+A2VZZpQ9RpK2f9yfg8VbW/EpdFUOJw==} dependencies: - '@vue/runtime-core': 3.4.13 - '@vue/shared': 3.4.13 + '@vue/runtime-core': 3.4.21 + '@vue/shared': 3.4.21 csstype: 3.1.3 - /@vue/server-renderer@3.4.13(vue@3.4.13): - resolution: {integrity: sha512-hkw+UQyDZZtSn1q30nObMfc8beVEQv2pG08nghigxGw+iOWodR+tWSuJak0mzWAHlP/xt/qLc//dG6igfgvGEA==} + /@vue/server-renderer@3.4.21(vue@3.4.21): + resolution: {integrity: sha512-aV1gXyKSN6Rz+6kZ6kr5+Ll14YzmIbeuWe7ryJl5muJ4uwSwY/aStXTixx76TwkZFJLm1aAlA/HSWEJ4EyiMkg==} peerDependencies: - vue: 3.4.13 + vue: 3.4.21 dependencies: - '@vue/compiler-ssr': 3.4.13 - '@vue/shared': 3.4.13 - vue: 3.4.13(typescript@5.3.3) - - /@vue/shared@3.4.13: - resolution: {integrity: sha512-56crFKLPpzk85WXX1L1c0QzPOuoapWlPVys8eMG8kkRmqdMjWUqK8KpFdE2d7BQA4CEbXwyyHPq6MpFr8H9rcg==} + '@vue/compiler-ssr': 3.4.21 + '@vue/shared': 3.4.21 + vue: 3.4.21(typescript@5.3.3) /@vue/shared@3.4.15: resolution: {integrity: sha512-KzfPTxVaWfB+eGcGdbSf4CWdaXcGDqckoeXUh7SB3fZdEtzPCK2Vq9B/lRRL3yutax/LWITz+SwvgyOxz5V75g==} + /@vue/shared@3.4.21: + resolution: {integrity: sha512-PuJe7vDIi6VYSinuEbUIQgMIRZGgM8e4R+G+/dQTk0X1NEdvgvvgv7m+rfmDH1gZzyA1OjjoWskvHlfRNfQf3g==} + /@vue/test-utils@2.4.5: resolution: {integrity: sha512-oo2u7vktOyKUked36R93NB7mg2B+N7Plr8lxp2JBGwr18ch6EggFjixSCdIVVLkT6Qr0z359Xvnafc9dcKyDUg==} dependencies: @@ -2163,8 +2369,8 @@ packages: resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==} dev: true - /autoprefixer@10.4.18(postcss@8.4.38): - resolution: {integrity: sha512-1DKbDfsr6KUElM6wg+0zRNkB/Q7WcKYAaK+pzXn+Xqmszm/5Xa9coeNdtP88Vi+dPzZnMjhge8GIV49ZQkDa+g==} + /autoprefixer@10.4.19(postcss@8.4.38): + resolution: {integrity: sha512-BaENR2+zBZ8xXhM4pUaKUxlVdxZ0EZhjvbopwnXmxRUfqDmwSpC2lAi/QXvx7NRdPCo1WKEcEF6mV64si1z4Ew==} engines: {node: ^10 || ^12 || >=14} hasBin: true peerDependencies: @@ -3150,7 +3356,7 @@ packages: resolution: {integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==} dev: true - /html-rspack-plugin@5.6.2(@rspack/core@0.5.9-canary-8778e17-20240328104834): + /html-rspack-plugin@5.6.2(@rspack/core@0.5.9-canary-8778e17-20240403045016): resolution: {integrity: sha512-cPGwV3odvKJ7DBAG/DxF5e0nMMvBl1zGfyDciT2xMETRrIwajwC7LtEB3cf7auoGMK6xJOOLjWJgaKHLu/FzkQ==} engines: {node: '>=10.13.0'} peerDependencies: @@ -3159,7 +3365,7 @@ packages: '@rspack/core': optional: true dependencies: - '@rspack/core': 0.5.9-canary-8778e17-20240328104834(@swc/helpers@0.5.3) + '@rspack/core': 0.5.9-canary-8778e17-20240403045016(@swc/helpers@0.5.3) lodash: 4.17.21 tapable: 2.2.1 dev: false @@ -3300,7 +3506,7 @@ packages: resolution: {integrity: sha512-EAMEJBsYuyyztxMxW3g7ugGPkrZsV57v0Hmv3mm1uQsmB+QnZuepg731CRaIgeUVSdmsTngOkSnauNF8p7FIhA==} engines: {node: '>=10'} dependencies: - '@babel/core': 7.24.3 + '@babel/core': 7.24.4 '@babel/parser': 7.24.1 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.2 @@ -3357,7 +3563,7 @@ packages: resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 18.19.6 + '@types/node': 18.19.29 merge-stream: 2.0.0 supports-color: 8.1.1 dev: false @@ -3561,6 +3767,12 @@ packages: dependencies: '@jridgewell/sourcemap-codec': 1.4.15 + /magic-string@0.30.8: + resolution: {integrity: sha512-ISQTe55T2ao7XtlAStud6qwYPZjE4GK1S/BeVPus4jrq6JuOnQ00YKQC581RWhR122W7msZV263KzVeLoqidyQ==} + engines: {node: '>=12'} + dependencies: + '@jridgewell/sourcemap-codec': 1.4.15 + /magicast@0.3.2: resolution: {integrity: sha512-Fjwkl6a0syt9TFN0JSYpOybxiMCkYNEeOTnOTNRbjphirLakznZXAqrXgj/7GG3D1dvETONNwrBfinvAbpunDg==} dependencies: @@ -4032,8 +4244,8 @@ packages: resolution: {integrity: sha512-APM0Gt1KoXBz0iIkkdB/kfvGOwC4UuJFeG/c+yV7wSc7q96cG/kJ0HiYCnzivD9SB53cLV1MlHFNfOuPaadYSw==} dev: true - /rslog@1.2.0: - resolution: {integrity: sha512-2ZFW7Jtkzt4VkwCFRTE+0lKbzSLSH7U5OM9qZ5YuKk4xVrlIJJZx9Qh/fCyfsk8H+qXbermMc7+18qKJxLQ/bw==} + /rslog@1.2.1: + resolution: {integrity: sha512-XDMoa858LLZnf4i2kUwyjBQGplXaoSoIfMQf9iji2ano5t1OfSiJsSYpHeOH26DJEc5hdje/4K3wiT6TWL3cRA==} engines: {node: '>=14.17.6'} dev: false @@ -4412,7 +4624,7 @@ packages: /util-deprecate@1.0.2: resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} - /vite-node@1.2.0(@types/node@18.19.6): + /vite-node@1.2.0(@types/node@18.19.29): resolution: {integrity: sha512-ETnQTHeAbbOxl7/pyBck9oAPZZZo+kYnFt1uQDD+hPReOc+wCjXw4r4jHriBRuVDB5isHmPXxrfc1yJnfBERqg==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true @@ -4421,7 +4633,7 @@ packages: debug: 4.3.4 pathe: 1.1.2 picocolors: 1.0.0 - vite: 5.0.13(@types/node@18.19.6) + vite: 5.0.13(@types/node@18.19.29) transitivePeerDependencies: - '@types/node' - less @@ -4433,7 +4645,7 @@ packages: - terser dev: true - /vite@5.0.13(@types/node@18.19.6): + /vite@5.0.13(@types/node@18.19.29): resolution: {integrity: sha512-/9ovhv2M2dGTuA+dY93B9trfyWMDRQw2jdVBhHNP6wr0oF34wG2i/N55801iZIpgUpnHDm4F/FabGQLyc+eOgg==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true @@ -4461,7 +4673,7 @@ packages: terser: optional: true dependencies: - '@types/node': 18.19.6 + '@types/node': 18.19.29 esbuild: 0.19.12 postcss: 8.4.38 rollup: 4.14.0 @@ -4511,10 +4723,10 @@ packages: vitest: '*' dependencies: jest-canvas-mock: 2.5.2 - vitest: 1.2.0(@types/node@18.19.6)(jsdom@22.1.0) + vitest: 1.2.0(@types/node@18.19.29)(jsdom@22.1.0) dev: true - /vitest@1.2.0(@types/node@18.19.6)(jsdom@22.1.0): + /vitest@1.2.0(@types/node@18.19.29)(jsdom@22.1.0): resolution: {integrity: sha512-Ixs5m7BjqvLHXcibkzKRQUvD/XLw0E3rvqaCMlrm/0LMsA0309ZqYvTlPzkhh81VlEyVZXFlwWnkhb6/UMtcaQ==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true @@ -4539,7 +4751,7 @@ packages: jsdom: optional: true dependencies: - '@types/node': 18.19.6 + '@types/node': 18.19.29 '@vitest/expect': 1.2.0 '@vitest/runner': 1.2.0 '@vitest/snapshot': 1.2.0 @@ -4559,8 +4771,8 @@ packages: strip-literal: 1.3.0 tinybench: 2.5.1 tinypool: 0.8.1 - vite: 5.0.13(@types/node@18.19.6) - vite-node: 1.2.0(@types/node@18.19.6) + vite: 5.0.13(@types/node@18.19.29) + vite-node: 1.2.0(@types/node@18.19.29) why-is-node-running: 2.2.2 transitivePeerDependencies: - less @@ -4594,7 +4806,7 @@ packages: - supports-color dev: false - /vue-loader@17.4.2(vue@3.4.13)(webpack@5.91.0): + /vue-loader@17.4.2(vue@3.4.21)(webpack@5.91.0): resolution: {integrity: sha512-yTKOA4R/VN4jqjw4y5HrynFL8AK0Z3/Jt7eOJXEitsm0GMRHDBjCfCiuTiLP7OESvsZYo2pATCWhDqxC5ZrM6w==} peerDependencies: '@vue/compiler-sfc': '*' @@ -4608,32 +4820,32 @@ packages: dependencies: chalk: 4.1.2 hash-sum: 2.0.0 - vue: 3.4.13(typescript@5.3.3) + vue: 3.4.21(typescript@5.3.3) watchpack: 2.4.1 webpack: 5.91.0(esbuild@0.20.2) dev: false - /vue-router@4.3.0(vue@3.4.13): + /vue-router@4.3.0(vue@3.4.21): resolution: {integrity: sha512-dqUcs8tUeG+ssgWhcPbjHvazML16Oga5w34uCUmsk7i0BcnskoLGwjpa15fqMr2Fa5JgVBrdL2MEgqz6XZ/6IQ==} peerDependencies: vue: ^3.2.0 dependencies: '@vue/devtools-api': 6.6.1 - vue: 3.4.13(typescript@5.3.3) + vue: 3.4.21(typescript@5.3.3) - /vue@3.4.13(typescript@5.3.3): - resolution: {integrity: sha512-FE3UZ0p+oUZTwz+SzlH/hDFg+XsVRFvwmx0LXjdD1pRK/cO4fu5v6ltAZji4za4IBih3dV78elUK3di8v3pWIg==} + /vue@3.4.21(typescript@5.3.3): + resolution: {integrity: sha512-5hjyV/jLEIKD/jYl4cavMcnzKwjMKohureP8ejn3hhEjwhWIhWeuzL2kJAjzl/WyVsgPY56Sy4Z40C3lVshxXA==} peerDependencies: typescript: '*' peerDependenciesMeta: typescript: optional: true dependencies: - '@vue/compiler-dom': 3.4.13 - '@vue/compiler-sfc': 3.4.13 - '@vue/runtime-dom': 3.4.13 - '@vue/server-renderer': 3.4.13(vue@3.4.13) - '@vue/shared': 3.4.13 + '@vue/compiler-dom': 3.4.21 + '@vue/compiler-sfc': 3.4.21 + '@vue/runtime-dom': 3.4.21 + '@vue/server-renderer': 3.4.21(vue@3.4.21) + '@vue/shared': 3.4.21 typescript: 5.3.3 /w3c-xmlserializer@4.0.0: