diff --git a/.github/renovate.json b/.github/renovate.json index 5137001ae8..5868bd6a55 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,7 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:base", "schedule:weekly", "group:allNonMajor" + "config:base", "schedule:weekly" ], "rangeStrategy": "bump", "labels": ["dependencies"], diff --git a/package.json b/package.json index b8d6f46c59..16074967d7 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "@nutui/icons-vue": "^0.1.1", "@nutui/icons-vue-taro": "^0.0.9", "@nutui/touch-emulator": "workspace:^", - "sass": "^1.69.7", + "sass": "^1.70.0", "vue-router": "^4.2.5" }, "devDependencies": { @@ -83,13 +83,13 @@ "@nutui/prettier-plugin": "workspace:*", "@nutui/vite-plugins": "workspace:*", "@tarojs/taro": "3.6.21", - "@types/node": "^18.19.6", + "@types/node": "^18.19.8", "@vitejs/plugin-vue": "^5.0.3", "@vitejs/plugin-vue-jsx": "^3.1.0", - "@vitest/coverage-v8": "^1.1.3", - "@vitest/ui": "^1.1.3", + "@vitest/coverage-v8": "^1.2.1", + "@vitest/ui": "^1.2.1", "@vue/test-utils": "^2.4.3", - "autoprefixer": "^10.4.16", + "autoprefixer": "^10.4.17", "codesandbox": "^2.2.3", "eslint": "^8.56.0", "fs-extra": "^11.2.0", @@ -98,19 +98,19 @@ "lzutf8": "^0.6.3", "markdown-it": "^14.0.0", "nano-staged": "^0.8.0", - "prettier": "^3.1.1", + "prettier": "^3.2.4", "rimraf": "^5.0.5", "typescript": "^5.3.3", "unplugin-vue-components": "^0.26.0", - "vite": "^5.0.11", - "vite-plugin-vue-devtools": "^7.0.8", - "vitest": "^1.1.3", + "vite": "^5.0.12", + "vite-plugin-vue-devtools": "^7.0.11", + "vitest": "^1.2.1", "vitest-canvas-mock": "^0.3.3", - "vue": "^3.4.11", + "vue": "^3.4.15", "vue-tsc": "^1.8.27" }, "engines": { - "pnpm": ">= 8.0.0" + "pnpm": ">= 8.14.1" }, "nano-staged": { "*.{ts,tsx,js,jsx,vue,scss,md}": "prettier --write", diff --git a/packages/nutui-auto-import-resolver/package.json b/packages/nutui-auto-import-resolver/package.json index ec761b9e4c..d94ddccd7b 100644 --- a/packages/nutui-auto-import-resolver/package.json +++ b/packages/nutui-auto-import-resolver/package.json @@ -47,6 +47,6 @@ "devDependencies": { "rimraf": "^5.0.5", "typescript": "^5.3.3", - "vite": "^5.0.11" + "vite": "^5.0.12" } } diff --git a/packages/nutui-eslint-config/package.json b/packages/nutui-eslint-config/package.json index 9b9e7dab9c..8d96649cd0 100644 --- a/packages/nutui-eslint-config/package.json +++ b/packages/nutui-eslint-config/package.json @@ -24,10 +24,10 @@ "url": "https://github.com/jdf2e/nutui/issues" }, "dependencies": { - "@typescript-eslint/eslint-plugin": "^6.18.1", - "@typescript-eslint/parser": "^6.18.1", + "@typescript-eslint/eslint-plugin": "^6.19.0", + "@typescript-eslint/parser": "^6.19.0", "eslint-config-prettier": "^9.1.0", - "eslint-plugin-vue": "^9.20.0", + "eslint-plugin-vue": "^9.20.1", "vue-eslint-parser": "^9.4.0" }, "devDependencies": { diff --git a/packages/nutui-playground/package.json b/packages/nutui-playground/package.json index a637abd0a5..677f32132c 100644 --- a/packages/nutui-playground/package.json +++ b/packages/nutui-playground/package.json @@ -15,11 +15,11 @@ "serve": "vite preview" }, "devDependencies": { - "@types/node": "^18.19.6", + "@types/node": "^18.19.8", "@vitejs/plugin-vue": "^5.0.3", "rimraf": "^5.0.5", - "vite": "^5.0.11", - "vue": "^3.4.11" + "vite": "^5.0.12", + "vue": "^3.4.15" }, "dependencies": { "@vue/repl": "^3.3.0", diff --git a/packages/nutui-playground/src/download/template/package.json b/packages/nutui-playground/src/download/template/package.json index 7356d1325c..3654da1ccf 100644 --- a/packages/nutui-playground/src/download/template/package.json +++ b/packages/nutui-playground/src/download/template/package.json @@ -7,13 +7,13 @@ "serve": "vite preview" }, "dependencies": { - "vue": "^3.4.2", - "@nutui/nutui": "^4.2.6", + "vue": "^3.4.15", + "@nutui/nutui": "^4.2.9", "@nutui/touch-emulator": "^1.0.0" }, "devDependencies": { - "@vitejs/plugin-vue": "^5.0.1", - "vite": "^5.0.10", + "@vitejs/plugin-vue": "^5.0.3", + "vite": "^5.0.12", "unplugin-vue-components": "^0.26.0" } } diff --git a/packages/nutui-prettier-plugin/package.json b/packages/nutui-prettier-plugin/package.json index e69414a672..3af97fa9c0 100644 --- a/packages/nutui-prettier-plugin/package.json +++ b/packages/nutui-prettier-plugin/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "linguist-languages": "^7.27.0", - "prettier": "^3.1.1" + "prettier": "^3.2.4" }, "keywords": [], "author": "jdf2e", diff --git a/packages/nutui-taro-demo/package.json b/packages/nutui-taro-demo/package.json index c45eca2c0a..5bd9caf865 100644 --- a/packages/nutui-taro-demo/package.json +++ b/packages/nutui-taro-demo/package.json @@ -35,7 +35,7 @@ "@tarojs/runtime": "3.6.21", "@tarojs/shared": "3.6.21", "@tarojs/taro": "3.6.21", - "vue": "^3.4.11" + "vue": "^3.4.15" }, "devDependencies": { "@babel/core": "^7.23.7", @@ -44,11 +44,11 @@ "@types/webpack-env": "^1.18.4", "babel-loader": "^9.1.3", "babel-preset-taro": "3.6.21", - "css-loader": "^6.9.0", + "css-loader": "^6.9.1", "eslint": "^8.56.0", "eslint-config-taro": "3.6.21", "style-loader": "^3.3.4", - "stylelint": "^16.1.0", + "stylelint": "^16.2.0", "typescript": "^5.3.3", "vue-loader": "^17.4.2", "webpack": "^5.89.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b27e81deb4..2822358b67 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -18,15 +18,15 @@ importers: specifier: workspace:^ version: link:packages/nutui-touch-emulator sass: - specifier: ^1.69.7 - version: 1.69.7 + specifier: ^1.70.0 + version: 1.70.0 vue-router: specifier: ^4.2.5 - version: 4.2.5(vue@3.4.11) + version: 4.2.5(vue@3.4.15) devDependencies: '@commitlint/cli': specifier: ^18.4.4 - version: 18.4.4(@types/node@18.19.6)(typescript@5.3.3) + version: 18.4.4(@types/node@18.19.8)(typescript@5.3.3) '@commitlint/config-conventional': specifier: ^18.4.4 version: 18.4.4 @@ -41,28 +41,28 @@ importers: version: link:packages/nutui-vite-plugins '@tarojs/taro': specifier: 3.6.21 - version: 3.6.21(postcss@8.4.33)(vue@3.4.11) + version: 3.6.21(postcss@8.4.33)(vue@3.4.15) '@types/node': - specifier: ^18.19.6 - version: 18.19.6 + specifier: ^18.19.8 + version: 18.19.8 '@vitejs/plugin-vue': specifier: ^5.0.3 - version: 5.0.3(vite@5.0.11)(vue@3.4.11) + version: 5.0.3(vite@5.0.12)(vue@3.4.15) '@vitejs/plugin-vue-jsx': specifier: ^3.1.0 - version: 3.1.0(vite@5.0.11)(vue@3.4.11) + version: 3.1.0(vite@5.0.12)(vue@3.4.15) '@vitest/coverage-v8': - specifier: ^1.1.3 - version: 1.1.3(vitest@1.1.3) + specifier: ^1.2.1 + version: 1.2.1(vitest@1.2.1) '@vitest/ui': - specifier: ^1.1.3 - version: 1.1.3(vitest@1.1.3) + specifier: ^1.2.1 + version: 1.2.1(vitest@1.2.1) '@vue/test-utils': specifier: ^2.4.3 - version: 2.4.3(vue@3.4.11) + version: 2.4.3(vue@3.4.15) autoprefixer: - specifier: ^10.4.16 - version: 10.4.16(postcss@8.4.33) + specifier: ^10.4.17 + version: 10.4.17(postcss@8.4.33) codesandbox: specifier: ^2.2.3 version: 2.2.3 @@ -88,8 +88,8 @@ importers: specifier: ^0.8.0 version: 0.8.0 prettier: - specifier: ^3.1.1 - version: 3.1.1 + specifier: ^3.2.4 + version: 3.2.4 rimraf: specifier: ^5.0.5 version: 5.0.5 @@ -98,22 +98,22 @@ importers: version: 5.3.3 unplugin-vue-components: specifier: ^0.26.0 - version: 0.26.0(vue@3.4.11) + version: 0.26.0(vue@3.4.15) vite: - specifier: ^5.0.11 - version: 5.0.11(@types/node@18.19.6)(sass@1.69.7) + specifier: ^5.0.12 + version: 5.0.12(@types/node@18.19.8)(sass@1.70.0) vite-plugin-vue-devtools: - specifier: ^7.0.8 - version: 7.0.8(vite@5.0.11) + specifier: ^7.0.11 + version: 7.0.11(vite@5.0.12) vitest: - specifier: ^1.1.3 - version: 1.1.3(@types/node@18.19.6)(@vitest/ui@1.1.3)(sass@1.69.7) + specifier: ^1.2.1 + version: 1.2.1(@types/node@18.19.8)(@vitest/ui@1.2.1)(sass@1.70.0) vitest-canvas-mock: specifier: ^0.3.3 - version: 0.3.3(vitest@1.1.3) + version: 0.3.3(vitest@1.2.1) vue: - specifier: ^3.4.11 - version: 3.4.11(typescript@5.3.3) + specifier: ^3.4.15 + version: 3.4.15(typescript@5.3.3) vue-tsc: specifier: ^1.8.27 version: 1.8.27(typescript@5.3.3) @@ -127,23 +127,23 @@ importers: specifier: ^5.3.3 version: 5.3.3 vite: - specifier: ^5.0.11 - version: 5.0.11(@types/node@18.19.6)(sass@1.69.7) + specifier: ^5.0.12 + version: 5.0.12(@types/node@18.19.8)(sass@1.70.0) packages/nutui-eslint-config: dependencies: '@typescript-eslint/eslint-plugin': - specifier: ^6.18.1 - version: 6.18.1(@typescript-eslint/parser@6.18.1)(eslint@8.56.0)(typescript@5.3.3) + specifier: ^6.19.0 + version: 6.19.0(@typescript-eslint/parser@6.19.0)(eslint@8.56.0)(typescript@5.3.3) '@typescript-eslint/parser': - specifier: ^6.18.1 - version: 6.18.1(eslint@8.56.0)(typescript@5.3.3) + specifier: ^6.19.0 + version: 6.19.0(eslint@8.56.0)(typescript@5.3.3) eslint-config-prettier: specifier: ^9.1.0 version: 9.1.0(eslint@8.56.0) eslint-plugin-vue: - specifier: ^9.20.0 - version: 9.20.0(eslint@8.56.0) + specifier: ^9.20.1 + version: 9.20.1(eslint@8.56.0) vue-eslint-parser: specifier: ^9.4.0 version: 9.4.0(eslint@8.56.0) @@ -165,20 +165,20 @@ importers: version: 3.10.1 devDependencies: '@types/node': - specifier: ^18.19.6 - version: 18.19.6 + specifier: ^18.19.8 + version: 18.19.8 '@vitejs/plugin-vue': specifier: ^5.0.3 - version: 5.0.3(vite@5.0.11)(vue@3.4.11) + version: 5.0.3(vite@5.0.12)(vue@3.4.15) rimraf: specifier: ^5.0.5 version: 5.0.5 vite: - specifier: ^5.0.11 - version: 5.0.11(@types/node@18.19.6)(sass@1.69.7) + specifier: ^5.0.12 + version: 5.0.12(@types/node@18.19.8)(sass@1.70.0) vue: - specifier: ^3.4.11 - version: 3.4.11(typescript@5.3.3) + specifier: ^3.4.15 + version: 3.4.15(typescript@5.3.3) packages/nutui-prettier-plugin: devDependencies: @@ -186,8 +186,8 @@ importers: specifier: ^7.27.0 version: 7.27.0 prettier: - specifier: ^3.1.1 - version: 3.1.1 + specifier: ^3.2.4 + version: 3.2.4 packages/nutui-taro-demo: dependencies: @@ -199,37 +199,37 @@ importers: version: 0.0.9 '@tarojs/components': specifier: 3.6.21 - version: 3.6.21(postcss@8.4.33)(vue@3.4.11) + version: 3.6.21(postcss@8.4.33)(vue@3.4.15) '@tarojs/helper': specifier: 3.6.21 version: 3.6.21 '@tarojs/plugin-framework-vue3': specifier: 3.6.21 - version: 3.6.21(postcss@8.4.33)(vue@3.4.11) + version: 3.6.21(postcss@8.4.33)(vue@3.4.15) '@tarojs/plugin-html': specifier: 3.6.21 - version: 3.6.21(postcss@8.4.33)(vue@3.4.11) + version: 3.6.21(postcss@8.4.33)(vue@3.4.15) '@tarojs/plugin-platform-alipay': specifier: 3.6.21 - version: 3.6.21(postcss@8.4.33)(vue@3.4.11) + version: 3.6.21(postcss@8.4.33)(vue@3.4.15) '@tarojs/plugin-platform-h5': specifier: 3.6.21 - version: 3.6.21(postcss@8.4.33)(vue@3.4.11) + version: 3.6.21(postcss@8.4.33)(vue@3.4.15) '@tarojs/plugin-platform-jd': specifier: 3.6.21 - version: 3.6.21(postcss@8.4.33)(vue@3.4.11) + version: 3.6.21(postcss@8.4.33)(vue@3.4.15) '@tarojs/plugin-platform-qq': specifier: 3.6.21 - version: 3.6.21(postcss@8.4.33)(vue@3.4.11) + version: 3.6.21(postcss@8.4.33)(vue@3.4.15) '@tarojs/plugin-platform-swan': specifier: 3.6.21 - version: 3.6.21(postcss@8.4.33)(vue@3.4.11) + version: 3.6.21(postcss@8.4.33)(vue@3.4.15) '@tarojs/plugin-platform-tt': specifier: 3.6.21 - version: 3.6.21(postcss@8.4.33)(vue@3.4.11) + version: 3.6.21(postcss@8.4.33)(vue@3.4.15) '@tarojs/plugin-platform-weapp': specifier: 3.6.21 - version: 3.6.21(postcss@8.4.33)(vue@3.4.11) + version: 3.6.21(postcss@8.4.33)(vue@3.4.15) '@tarojs/runtime': specifier: 3.6.21 version: 3.6.21 @@ -238,20 +238,20 @@ importers: version: 3.6.21 '@tarojs/taro': specifier: 3.6.21 - version: 3.6.21(postcss@8.4.33)(vue@3.4.11) + version: 3.6.21(postcss@8.4.33)(vue@3.4.15) vue: - specifier: ^3.4.11 - version: 3.4.11(typescript@5.3.3) + specifier: ^3.4.15 + version: 3.4.15(typescript@5.3.3) devDependencies: '@babel/core': specifier: ^7.23.7 version: 7.23.7 '@tarojs/cli': specifier: 3.6.21 - version: 3.6.21(postcss@8.4.33)(vue@3.4.11) + version: 3.6.21(postcss@8.4.33)(vue@3.4.15) '@tarojs/webpack5-runner': specifier: 3.6.21 - version: 3.6.21(@babel/core@7.23.7)(@swc/core@1.3.96)(postcss@8.4.33)(prettier@3.1.1)(typescript@5.3.3)(vue@3.4.11)(webpack@5.89.0) + version: 3.6.21(@babel/core@7.23.7)(@swc/core@1.3.96)(postcss@8.4.33)(prettier@3.2.4)(typescript@5.3.3)(vue@3.4.15)(webpack@5.89.0) '@types/webpack-env': specifier: ^1.18.4 version: 1.18.4 @@ -262,8 +262,8 @@ importers: specifier: 3.6.21 version: 3.6.21(@babel/core@7.23.7) css-loader: - specifier: ^6.9.0 - version: 6.9.0(webpack@5.89.0) + specifier: ^6.9.1 + version: 6.9.1(webpack@5.89.0) eslint: specifier: ^8.56.0 version: 8.56.0 @@ -274,14 +274,14 @@ importers: specifier: ^3.3.4 version: 3.3.4(webpack@5.89.0) stylelint: - specifier: ^16.1.0 - version: 16.1.0(typescript@5.3.3) + specifier: ^16.2.0 + version: 16.2.0(typescript@5.3.3) typescript: specifier: ^5.3.3 version: 5.3.3 vue-loader: specifier: ^17.4.2 - version: 17.4.2(vue@3.4.11)(webpack@5.89.0) + version: 17.4.2(vue@3.4.15)(webpack@5.89.0) webpack: specifier: ^5.89.0 version: 5.89.0(@swc/core@1.3.96) @@ -304,7 +304,7 @@ importers: version: 4.0.0 unplugin-vue-markdown: specifier: ^0.25.2 - version: 0.25.2(vite@5.0.11) + version: 0.25.2(vite@5.0.12) devDependencies: '@types/fs-extra': specifier: ^11.0.4 @@ -1744,14 +1744,14 @@ packages: resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} dev: true - /@commitlint/cli@18.4.4(@types/node@18.19.6)(typescript@5.3.3): + /@commitlint/cli@18.4.4(@types/node@18.19.8)(typescript@5.3.3): resolution: {integrity: sha512-Ro3wIo//fV3XiV1EkdpHog6huaEyNcUAVrSmtgKqYM5g982wOWmP4FXvEDFwRMVgz878CNBvvCc33dMZ5AQJ/g==} engines: {node: '>=v18'} hasBin: true dependencies: '@commitlint/format': 18.4.4 '@commitlint/lint': 18.4.4 - '@commitlint/load': 18.4.4(@types/node@18.19.6)(typescript@5.3.3) + '@commitlint/load': 18.4.4(@types/node@18.19.8)(typescript@5.3.3) '@commitlint/read': 18.4.4 '@commitlint/types': 18.4.4 execa: 5.1.1 @@ -1822,7 +1822,7 @@ packages: '@commitlint/types': 18.4.4 dev: true - /@commitlint/load@18.4.4(@types/node@18.19.6)(typescript@5.3.3): + /@commitlint/load@18.4.4(@types/node@18.19.8)(typescript@5.3.3): resolution: {integrity: sha512-RaDIa9qwOw2xRJ3Jr2DBXd14rmnHJIX2XdZF4kmoF1rgsg/+7cvrExLSUNAkQUNimyjCn1b/bKX2Omm+GdY0XQ==} engines: {node: '>=v18'} dependencies: @@ -1832,7 +1832,7 @@ packages: '@commitlint/types': 18.4.4 chalk: 4.1.2 cosmiconfig: 8.3.6(typescript@5.3.3) - cosmiconfig-typescript-loader: 5.0.0(@types/node@18.19.6)(cosmiconfig@8.3.6)(typescript@5.3.3) + cosmiconfig-typescript-loader: 5.0.0(@types/node@18.19.8)(cosmiconfig@8.3.6)(typescript@5.3.3) lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 lodash.uniq: 4.5.0 @@ -2249,7 +2249,7 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.6 '@types/istanbul-reports': 3.0.4 - '@types/node': 20.11.0 + '@types/node': 18.19.8 '@types/yargs': 15.0.19 chalk: 4.1.2 dev: true @@ -2695,7 +2695,7 @@ packages: '@tarojs/binding-win32-x64-msvc': 3.6.21 dev: true - /@tarojs/cli@3.6.21(postcss@8.4.33)(vue@3.4.11): + /@tarojs/cli@3.6.21(postcss@8.4.33)(vue@3.4.15): resolution: {integrity: sha512-2afCwf6WuD+0/zrrBgKPFXLK1WItMB5JfrWg+tpRcXM8Oui9B65yae0lW0tAAEn+2hQvkmahqgi+o3pftovylg==} engines: {node: '>=12'} hasBin: true @@ -2703,7 +2703,7 @@ packages: '@tarojs/binding': 3.6.21 '@tarojs/helper': 3.6.21 '@tarojs/plugin-doctor': 0.0.11 - '@tarojs/service': 3.6.21(postcss@8.4.33)(vue@3.4.11) + '@tarojs/service': 3.6.21(postcss@8.4.33)(vue@3.4.15) '@tarojs/shared': 3.6.21 adm-zip: 0.4.16 cli-highlight: 2.1.11 @@ -2731,7 +2731,7 @@ packages: - vue dev: true - /@tarojs/components-advanced@3.6.21(vue@3.4.11): + /@tarojs/components-advanced@3.6.21(vue@3.4.15): resolution: {integrity: sha512-9waFxBeApRGbjzUarm4HYfs0i4FYcLqm3Vm4orKiV7dqpry0i1b/vo8KUz2vDkS2qpOUpGWJ4nvUDS246NO0GQ==} peerDependencies: react: '>=17' @@ -2742,27 +2742,27 @@ packages: vue: optional: true dependencies: - '@tarojs/components': 3.6.21(postcss@8.4.33)(vue@3.4.11) + '@tarojs/components': 3.6.21(postcss@8.4.33)(vue@3.4.15) '@tarojs/runtime': 3.6.21 '@tarojs/shared': 3.6.21 - '@tarojs/taro': 3.6.21(postcss@8.4.33)(vue@3.4.11) + '@tarojs/taro': 3.6.21(postcss@8.4.33)(vue@3.4.15) classnames: 2.5.1 csstype: 3.1.3 memoize-one: 6.0.0 postcss: 8.4.33 - vue: 3.4.11(typescript@5.3.3) + vue: 3.4.15(typescript@5.3.3) transitivePeerDependencies: - '@types/react' - '@types/react-native' - '@types/webpack' - '@types/webpack-dev-server' - /@tarojs/components-react@3.6.21(postcss@8.4.33)(vue@3.4.11): + /@tarojs/components-react@3.6.21(postcss@8.4.33)(vue@3.4.15): resolution: {integrity: sha512-pW/kqYwWMKTOCDCpGo9gcT4dsOUCmXn7zaO/QXzDp1bzpO7X3UDJi8ygdY9/RU5ex5sX52lOb5UFbW8D8QkaXg==} dependencies: '@babel/runtime': 7.23.8 - '@tarojs/components': 3.6.21(postcss@8.4.33)(vue@3.4.11) - '@tarojs/taro': 3.6.21(postcss@8.4.33)(vue@3.4.11) + '@tarojs/components': 3.6.21(postcss@8.4.33)(vue@3.4.15) + '@tarojs/taro': 3.6.21(postcss@8.4.33)(vue@3.4.15) classnames: 2.5.1 intersection-observer: 0.7.0 resolve-pathname: 3.0.0 @@ -2777,7 +2777,7 @@ packages: - vue dev: false - /@tarojs/components@3.6.21(postcss@8.4.33)(vue@3.4.11): + /@tarojs/components@3.6.21(postcss@8.4.33)(vue@3.4.15): resolution: {integrity: sha512-Xih9e5ggny4IoCivxthwrS+wPZE8+88XorfLFcMbFiXjI1KoPP2IR5oRaVhXTyGpz4c4Sg2noCqtN/IwJbqjug==} peerDependencies: '@types/react': '*' @@ -2792,15 +2792,15 @@ packages: optional: true dependencies: '@stencil/core': 2.22.3 - '@tarojs/components-advanced': 3.6.21(vue@3.4.11) - '@tarojs/router': 3.6.21(postcss@8.4.33)(vue@3.4.11) - '@tarojs/taro': 3.6.21(postcss@8.4.33)(vue@3.4.11) + '@tarojs/components-advanced': 3.6.21(vue@3.4.15) + '@tarojs/router': 3.6.21(postcss@8.4.33)(vue@3.4.15) + '@tarojs/taro': 3.6.21(postcss@8.4.33)(vue@3.4.15) classnames: 2.5.1 hls.js: 1.5.1 intersection-observer: 0.7.0 resolve-pathname: 3.0.0 swiper: 6.8.0 - vue: 3.4.11(typescript@5.3.3) + vue: 3.4.15(typescript@5.3.3) weui: 1.1.3 transitivePeerDependencies: - '@types/webpack' @@ -2966,7 +2966,7 @@ packages: - supports-color dev: true - /@tarojs/plugin-framework-vue3@3.6.21(postcss@8.4.33)(vue@3.4.11): + /@tarojs/plugin-framework-vue3@3.6.21(postcss@8.4.33)(vue@3.4.15): resolution: {integrity: sha512-QhfUZbpzcm0MEMeR2MfkGeJzgKUoWC4/cReVSsJziYJ20qHN6qY0ntmH57Jto40gkmrltfC6GM08HDuvETG1mg==} peerDependencies: vue: ^3.0.0 @@ -2974,10 +2974,10 @@ packages: '@tarojs/helper': 3.6.21 '@tarojs/runner-utils': 3.6.21 '@tarojs/runtime': 3.6.21 - '@tarojs/service': 3.6.21(postcss@8.4.33)(vue@3.4.11) + '@tarojs/service': 3.6.21(postcss@8.4.33)(vue@3.4.15) '@tarojs/shared': 3.6.21 lodash: 4.17.21 - vue: 3.4.11(typescript@5.3.3) + vue: 3.4.15(typescript@5.3.3) transitivePeerDependencies: - '@swc/helpers' - '@types/react' @@ -2987,7 +2987,7 @@ packages: - supports-color dev: false - /@tarojs/plugin-html@3.6.21(postcss@8.4.33)(vue@3.4.11): + /@tarojs/plugin-html@3.6.21(postcss@8.4.33)(vue@3.4.15): resolution: {integrity: sha512-zfxQBBlLcp8wRSSn5DIZCO2j9/OO9b5TJLaMkfwWe7gcFkTxOam7Px6O7gHovWl4JVfmH7NE4Dmpkv5eNDirrw==} dependencies: '@babel/generator': 7.23.6 @@ -2995,7 +2995,7 @@ packages: '@babel/traverse': 7.23.7 '@babel/types': 7.23.6 '@tarojs/runtime': 3.6.21 - '@tarojs/service': 3.6.21(postcss@8.4.33)(vue@3.4.11) + '@tarojs/service': 3.6.21(postcss@8.4.33)(vue@3.4.15) '@tarojs/shared': 3.6.21 transitivePeerDependencies: - '@swc/helpers' @@ -3007,11 +3007,11 @@ packages: - vue dev: false - /@tarojs/plugin-platform-alipay@3.6.21(postcss@8.4.33)(vue@3.4.11): + /@tarojs/plugin-platform-alipay@3.6.21(postcss@8.4.33)(vue@3.4.15): resolution: {integrity: sha512-C8E5ah5jxcmKke7jEnPVVvWdtKYOGnLKJvrZNm4BFvF9rRgkkoQs/1XILBGhtLSpSTTrLKp25FKB8fzmLBb+pg==} dependencies: - '@tarojs/components': 3.6.21(postcss@8.4.33)(vue@3.4.11) - '@tarojs/service': 3.6.21(postcss@8.4.33)(vue@3.4.11) + '@tarojs/components': 3.6.21(postcss@8.4.33)(vue@3.4.15) + '@tarojs/service': 3.6.21(postcss@8.4.33)(vue@3.4.15) '@tarojs/shared': 3.6.21 transitivePeerDependencies: - '@swc/helpers' @@ -3023,15 +3023,15 @@ packages: - supports-color - vue - /@tarojs/plugin-platform-h5@3.6.21(postcss@8.4.33)(vue@3.4.11): + /@tarojs/plugin-platform-h5@3.6.21(postcss@8.4.33)(vue@3.4.15): resolution: {integrity: sha512-ykO2ragTsnakAkrSsOs0LnooAdsYj9+QojsGRGPHtpxtg+GEf2EDuE/YM1Dw+eJM3uUfYJPXg3p++VoeNMtVPw==} dependencies: - '@tarojs/components': 3.6.21(postcss@8.4.33)(vue@3.4.11) - '@tarojs/components-react': 3.6.21(postcss@8.4.33)(vue@3.4.11) - '@tarojs/router': 3.6.21(postcss@8.4.33)(vue@3.4.11) - '@tarojs/service': 3.6.21(postcss@8.4.33)(vue@3.4.11) + '@tarojs/components': 3.6.21(postcss@8.4.33)(vue@3.4.15) + '@tarojs/components-react': 3.6.21(postcss@8.4.33)(vue@3.4.15) + '@tarojs/router': 3.6.21(postcss@8.4.33)(vue@3.4.15) + '@tarojs/service': 3.6.21(postcss@8.4.33)(vue@3.4.15) '@tarojs/shared': 3.6.21 - '@tarojs/taro-h5': 3.6.21(postcss@8.4.33)(vue@3.4.11) + '@tarojs/taro-h5': 3.6.21(postcss@8.4.33)(vue@3.4.15) babel-plugin-transform-taroapi: 3.6.21 change-case: 4.1.2 lodash-es: 4.17.21 @@ -3047,10 +3047,10 @@ packages: - vue dev: false - /@tarojs/plugin-platform-jd@3.6.21(postcss@8.4.33)(vue@3.4.11): + /@tarojs/plugin-platform-jd@3.6.21(postcss@8.4.33)(vue@3.4.15): resolution: {integrity: sha512-rATT/eEvM5+PMRsH4KpcLXKyMVknt7Z0+JQvVNzwk/xTJhzMUiTtD345bGAw83XFK7J25HCpHZ+trGmYvfiDiQ==} dependencies: - '@tarojs/service': 3.6.21(postcss@8.4.33)(vue@3.4.11) + '@tarojs/service': 3.6.21(postcss@8.4.33)(vue@3.4.15) '@tarojs/shared': 3.6.21 transitivePeerDependencies: - '@swc/helpers' @@ -3061,11 +3061,11 @@ packages: - supports-color - vue - /@tarojs/plugin-platform-qq@3.6.21(postcss@8.4.33)(vue@3.4.11): + /@tarojs/plugin-platform-qq@3.6.21(postcss@8.4.33)(vue@3.4.15): resolution: {integrity: sha512-S7CJp6XOIDrmUDUyEUKcfR+abewfvOTRdk3fD3aU0tLW0U/D6Z8zXz6e/ZwO6FzDFLu87DVX+kdcbb4VpyTZIQ==} dependencies: - '@tarojs/plugin-platform-weapp': 3.6.21(postcss@8.4.33)(vue@3.4.11) - '@tarojs/service': 3.6.21(postcss@8.4.33)(vue@3.4.11) + '@tarojs/plugin-platform-weapp': 3.6.21(postcss@8.4.33)(vue@3.4.15) + '@tarojs/service': 3.6.21(postcss@8.4.33)(vue@3.4.15) '@tarojs/shared': 3.6.21 transitivePeerDependencies: - '@swc/helpers' @@ -3078,11 +3078,11 @@ packages: - supports-color - vue - /@tarojs/plugin-platform-swan@3.6.21(postcss@8.4.33)(vue@3.4.11): + /@tarojs/plugin-platform-swan@3.6.21(postcss@8.4.33)(vue@3.4.15): resolution: {integrity: sha512-SHh8SexJugdrGFyxpM7TBkiVJ2P7e+rrjQgqSv3cinn7cDIAsRTVdYEiS4v30JgNj9cL6w+FfrD5Oc4gi6KqFw==} dependencies: - '@tarojs/components': 3.6.21(postcss@8.4.33)(vue@3.4.11) - '@tarojs/service': 3.6.21(postcss@8.4.33)(vue@3.4.11) + '@tarojs/components': 3.6.21(postcss@8.4.33)(vue@3.4.15) + '@tarojs/service': 3.6.21(postcss@8.4.33)(vue@3.4.15) '@tarojs/shared': 3.6.21 transitivePeerDependencies: - '@swc/helpers' @@ -3094,11 +3094,11 @@ packages: - supports-color - vue - /@tarojs/plugin-platform-tt@3.6.21(postcss@8.4.33)(vue@3.4.11): + /@tarojs/plugin-platform-tt@3.6.21(postcss@8.4.33)(vue@3.4.15): resolution: {integrity: sha512-gGe/ItWXKNAPLkqQALlra5Si2OnwQCqGt6cDZ85DImo9anEUw2M+X9LycoGwo1AW3z7GcpX4Ywko1hM7Z25iLQ==} dependencies: - '@tarojs/components': 3.6.21(postcss@8.4.33)(vue@3.4.11) - '@tarojs/service': 3.6.21(postcss@8.4.33)(vue@3.4.11) + '@tarojs/components': 3.6.21(postcss@8.4.33)(vue@3.4.15) + '@tarojs/service': 3.6.21(postcss@8.4.33)(vue@3.4.15) '@tarojs/shared': 3.6.21 transitivePeerDependencies: - '@swc/helpers' @@ -3110,11 +3110,11 @@ packages: - supports-color - vue - /@tarojs/plugin-platform-weapp@3.6.21(postcss@8.4.33)(vue@3.4.11): + /@tarojs/plugin-platform-weapp@3.6.21(postcss@8.4.33)(vue@3.4.15): resolution: {integrity: sha512-2VKcegw68LFVc8iCo/Zl3ICpBM0T4MPOdcppu1HGt438cSErGhFE0AYY9xJBU0EgYP9b7268MXdey7zCNNrang==} dependencies: - '@tarojs/components': 3.6.21(postcss@8.4.33)(vue@3.4.11) - '@tarojs/service': 3.6.21(postcss@8.4.33)(vue@3.4.11) + '@tarojs/components': 3.6.21(postcss@8.4.33)(vue@3.4.15) + '@tarojs/service': 3.6.21(postcss@8.4.33)(vue@3.4.15) '@tarojs/shared': 3.6.21 transitivePeerDependencies: - '@swc/helpers' @@ -3127,11 +3127,11 @@ packages: - supports-color - vue - /@tarojs/router@3.6.21(postcss@8.4.33)(vue@3.4.11): + /@tarojs/router@3.6.21(postcss@8.4.33)(vue@3.4.15): resolution: {integrity: sha512-h9BNw+wsvFwbTeHx1XyyuQ1sbFwWktbSmdVDmrgL0kjuL2TqKivgFL5vAVi09btUyZ283IeZjN0DQsHIaBTyjw==} dependencies: '@tarojs/runtime': 3.6.21 - '@tarojs/taro': 3.6.21(postcss@8.4.33)(vue@3.4.11) + '@tarojs/taro': 3.6.21(postcss@8.4.33)(vue@3.4.15) dingtalk-jsapi: 2.15.4 history: 5.3.0 mobile-detect: 1.4.5 @@ -3159,12 +3159,12 @@ packages: '@tarojs/shared': 3.6.21 lodash-es: 4.17.21 - /@tarojs/service@3.6.21(postcss@8.4.33)(vue@3.4.11): + /@tarojs/service@3.6.21(postcss@8.4.33)(vue@3.4.15): resolution: {integrity: sha512-IQssh964xIqB//0BCQy93vUq8nNefrUhSUMSn1cZWRTdAoeqK+kaQRwL+9nqRZZPtwqrobpVnESwzsXKpEbPFA==} dependencies: '@tarojs/helper': 3.6.21 '@tarojs/shared': 3.6.21 - '@tarojs/taro': 3.6.21(postcss@8.4.33)(vue@3.4.11) + '@tarojs/taro': 3.6.21(postcss@8.4.33)(vue@3.4.15) joi: 17.11.0 lodash: 4.17.21 ora: 5.4.1 @@ -3183,12 +3183,12 @@ packages: /@tarojs/shared@3.6.21: resolution: {integrity: sha512-pPr77YJ43t0SaoO/tGmFUgrOniiNcbbrhtBqGW8GEvC5fgjXyPyX2+Yt9+0Az3afDLXbIDolqWVnYy+F/gitwQ==} - /@tarojs/taro-h5@3.6.21(postcss@8.4.33)(vue@3.4.11): + /@tarojs/taro-h5@3.6.21(postcss@8.4.33)(vue@3.4.15): resolution: {integrity: sha512-PpJkcZL2I3K8EpKZRr5GOTv9N0BUTRgmgAhh65KlnpCW5v00bR4enVt7RTT9RBKy+LaZWyG0FbdEiHQm9z/hUg==} dependencies: '@tarojs/api': 3.6.21 - '@tarojs/components': 3.6.21(postcss@8.4.33)(vue@3.4.11) - '@tarojs/router': 3.6.21(postcss@8.4.33)(vue@3.4.11) + '@tarojs/components': 3.6.21(postcss@8.4.33)(vue@3.4.15) + '@tarojs/router': 3.6.21(postcss@8.4.33)(vue@3.4.15) '@tarojs/runtime': 3.6.21 '@tarojs/shared': 3.6.21 abortcontroller-polyfill: 1.7.5 @@ -3208,11 +3208,11 @@ packages: - vue dev: false - /@tarojs/taro-loader@3.6.21(postcss@8.4.33)(vue@3.4.11): + /@tarojs/taro-loader@3.6.21(postcss@8.4.33)(vue@3.4.15): resolution: {integrity: sha512-b6DJ5t2s8XgHHcITGKn+D4241GBJdJIRWcOy6/nvpKNlTCB3sFwqqhAbF3hdsLyO1C4Tt3Jz5rbXUTg7K3j3sw==} dependencies: '@tarojs/helper': 3.6.21 - '@tarojs/taro': 3.6.21(postcss@8.4.33)(vue@3.4.11) + '@tarojs/taro': 3.6.21(postcss@8.4.33)(vue@3.4.15) loader-utils: 1.4.2 transitivePeerDependencies: - '@swc/helpers' @@ -3224,7 +3224,7 @@ packages: - vue dev: true - /@tarojs/taro@3.6.21(postcss@8.4.33)(vue@3.4.11): + /@tarojs/taro@3.6.21(postcss@8.4.33)(vue@3.4.15): resolution: {integrity: sha512-w1jYQYKO5pEhqEqXK5iJ5ItLva+1YSQpWo1LHLJ+q09qTS/fFM6WMFbaaWjj41/m7vDopPihzFH+/4+cuXL0OA==} peerDependencies: '@types/react': '*' @@ -3247,16 +3247,16 @@ packages: '@tarojs/api': 3.6.21 '@tarojs/runtime': 3.6.21 postcss: 8.4.33 - vue: 3.4.11(typescript@5.3.3) + vue: 3.4.15(typescript@5.3.3) - /@tarojs/webpack5-prebundle@3.6.21(postcss@8.4.33)(vue@3.4.11)(webpack@5.89.0): + /@tarojs/webpack5-prebundle@3.6.21(postcss@8.4.33)(vue@3.4.15)(webpack@5.89.0): resolution: {integrity: sha512-lbcqY32pirr0qIT7yRILvteYL93jp2b+2Gc2AYMS0lJodvgeqgkzBa3kr97INmosPxTij+aW27uGkqyb/cMlMg==} peerDependencies: webpack: ^5.78.0 dependencies: '@tarojs/helper': 3.6.21 '@tarojs/shared': 3.6.21 - '@tarojs/taro': 3.6.21(postcss@8.4.33)(vue@3.4.11) + '@tarojs/taro': 3.6.21(postcss@8.4.33)(vue@3.4.15) enhanced-resolve: 5.15.0 es-module-lexer: 0.10.5 lodash: 4.17.21 @@ -3273,7 +3273,7 @@ packages: - vue dev: true - /@tarojs/webpack5-runner@3.6.21(@babel/core@7.23.7)(@swc/core@1.3.96)(postcss@8.4.33)(prettier@3.1.1)(typescript@5.3.3)(vue@3.4.11)(webpack@5.89.0): + /@tarojs/webpack5-runner@3.6.21(@babel/core@7.23.7)(@swc/core@1.3.96)(postcss@8.4.33)(prettier@3.2.4)(typescript@5.3.3)(vue@3.4.15)(webpack@5.89.0): resolution: {integrity: sha512-y4583b3gNGQI1BsSvspiKxRu3sJ8fN4AeEdnArLEa4UYAfoHG+PXpD3YutZiqeBzRsM91jaBQdrcNXuU2GkYVQ==} peerDependencies: postcss: ^8.4.18 @@ -3281,23 +3281,23 @@ packages: dependencies: '@parcel/css': 1.14.0 '@tarojs/helper': 3.6.21 - '@tarojs/plugin-platform-alipay': 3.6.21(postcss@8.4.33)(vue@3.4.11) - '@tarojs/plugin-platform-jd': 3.6.21(postcss@8.4.33)(vue@3.4.11) - '@tarojs/plugin-platform-qq': 3.6.21(postcss@8.4.33)(vue@3.4.11) - '@tarojs/plugin-platform-swan': 3.6.21(postcss@8.4.33)(vue@3.4.11) - '@tarojs/plugin-platform-tt': 3.6.21(postcss@8.4.33)(vue@3.4.11) - '@tarojs/plugin-platform-weapp': 3.6.21(postcss@8.4.33)(vue@3.4.11) + '@tarojs/plugin-platform-alipay': 3.6.21(postcss@8.4.33)(vue@3.4.15) + '@tarojs/plugin-platform-jd': 3.6.21(postcss@8.4.33)(vue@3.4.15) + '@tarojs/plugin-platform-qq': 3.6.21(postcss@8.4.33)(vue@3.4.15) + '@tarojs/plugin-platform-swan': 3.6.21(postcss@8.4.33)(vue@3.4.15) + '@tarojs/plugin-platform-tt': 3.6.21(postcss@8.4.33)(vue@3.4.15) + '@tarojs/plugin-platform-weapp': 3.6.21(postcss@8.4.33)(vue@3.4.15) '@tarojs/runner-utils': 3.6.21 '@tarojs/runtime': 3.6.21 '@tarojs/shared': 3.6.21 - '@tarojs/taro': 3.6.21(postcss@8.4.33)(vue@3.4.11) - '@tarojs/taro-loader': 3.6.21(postcss@8.4.33)(vue@3.4.11) - '@tarojs/webpack5-prebundle': 3.6.21(postcss@8.4.33)(vue@3.4.11)(webpack@5.89.0) + '@tarojs/taro': 3.6.21(postcss@8.4.33)(vue@3.4.15) + '@tarojs/taro-loader': 3.6.21(postcss@8.4.33)(vue@3.4.15) + '@tarojs/webpack5-prebundle': 3.6.21(postcss@8.4.33)(vue@3.4.15)(webpack@5.89.0) acorn-walk: 8.3.2 autoprefixer: 9.8.8 babel-loader: 8.2.1(@babel/core@7.23.7)(webpack@5.89.0) copy-webpack-plugin: 10.2.0(webpack@5.89.0) - css-loader: 6.9.0(webpack@5.89.0) + css-loader: 6.9.1(webpack@5.89.0) css-minimizer-webpack-plugin: 3.4.1(@parcel/css@1.14.0)(csso@5.0.5)(esbuild@0.19.11)(webpack@5.89.0) csso: 5.0.5 detect-port: 1.5.1 @@ -3336,7 +3336,7 @@ packages: terser-webpack-plugin: 5.3.10(@swc/core@1.3.96)(esbuild@0.19.11)(webpack@5.89.0) url-loader: 4.1.0(file-loader@6.0.0)(webpack@5.89.0) vm2: 3.9.19 - vue-loader: 15.11.1(css-loader@6.9.0)(lodash@4.17.21)(prettier@3.1.1)(webpack@5.89.0) + vue-loader: 15.11.1(css-loader@6.9.1)(lodash@4.17.21)(prettier@3.2.4)(webpack@5.89.0) webpack: 5.89.0(@swc/core@1.3.96) webpack-chain: 6.5.1 webpack-dev-server: 4.11.1(webpack@5.89.0) @@ -3442,26 +3442,26 @@ packages: resolution: {integrity: sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==} dependencies: '@types/connect': 3.4.38 - '@types/node': 20.11.0 + '@types/node': 18.19.8 dev: true /@types/bonjour@3.5.13: resolution: {integrity: sha512-z9fJ5Im06zvUL548KvYNecEVlA7cVDkGUi6kZusb04mpyEFKCIZJvloCcmpmLaIahDpOQGHaHmG6imtPMmPXGQ==} dependencies: - '@types/node': 20.11.0 + '@types/node': 18.19.8 dev: true /@types/connect-history-api-fallback@1.5.4: resolution: {integrity: sha512-n6Cr2xS1h4uAulPRdlw6Jl6s1oG8KrVilPN2yUITEs+K48EzMJJ3W1xy8K5eWuFvjp3R74AOIGSmp2UfBJ8HFw==} dependencies: '@types/express-serve-static-core': 4.17.41 - '@types/node': 20.11.0 + '@types/node': 18.19.8 dev: true /@types/connect@3.4.38: resolution: {integrity: sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==} dependencies: - '@types/node': 20.11.0 + '@types/node': 18.19.8 dev: true /@types/debug@4.1.12: @@ -3489,7 +3489,7 @@ packages: /@types/express-serve-static-core@4.17.41: resolution: {integrity: sha512-OaJ7XLaelTgrvlZD8/aa0vvvxZdUmlCn6MtWeB7TkiKW70BQLc9XEPpDLPdbo52ZhXUCrznlWdCHWxJWtdyajA==} dependencies: - '@types/node': 20.11.0 + '@types/node': 18.19.8 '@types/qs': 6.9.11 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 @@ -3508,19 +3508,19 @@ packages: resolution: {integrity: sha512-yTbItCNreRooED33qjunPthRcSjERP1r4MqCZc7wv0u2sUkzTFp45tgUfS5+r7FrZPdmCCNflLhVSP/o+SemsQ==} dependencies: '@types/jsonfile': 6.1.4 - '@types/node': 20.11.0 + '@types/node': 18.19.8 dev: true /@types/fs-extra@8.1.5: resolution: {integrity: sha512-0dzKcwO+S8s2kuF5Z9oUWatQJj5Uq/iqphEtE3GQJVRRYm/tD1LglU2UnXi2A8jLq5umkGouOXOR9y0n613ZwQ==} dependencies: - '@types/node': 20.11.0 + '@types/node': 18.19.8 /@types/glob@7.2.0: resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==} dependencies: '@types/minimatch': 5.1.2 - '@types/node': 20.11.0 + '@types/node': 18.19.8 /@types/html-minifier-terser@6.1.0: resolution: {integrity: sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==} @@ -3533,7 +3533,7 @@ packages: /@types/http-proxy@1.17.14: resolution: {integrity: sha512-SSrD0c1OQzlFX7pGu1eXxSEjemej64aaNPRhhVYUGqXh0BtldAAx37MG8btcumvpgKyZp1F5Gn3JkktdxiFv6w==} dependencies: - '@types/node': 20.11.0 + '@types/node': 18.19.8 dev: true /@types/istanbul-lib-coverage@2.0.6: @@ -3558,13 +3558,13 @@ packages: /@types/jsonfile@6.1.4: resolution: {integrity: sha512-D5qGUYwjvnNNextdU59/+fI+spnwtTFmyQP0h+PfIOSkNfpU6AOICUOkm4i0OnSk+NyjdPJrxCDro0sJsWlRpQ==} dependencies: - '@types/node': 20.11.0 + '@types/node': 18.19.8 dev: true /@types/keyv@3.1.4: resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==} dependencies: - '@types/node': 20.11.0 + '@types/node': 18.19.8 dev: true /@types/linkify-it@3.0.5: @@ -3622,16 +3622,11 @@ packages: /@types/node-forge@1.3.11: resolution: {integrity: sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==} dependencies: - '@types/node': 20.11.0 + '@types/node': 18.19.8 dev: true - /@types/node@18.19.6: - resolution: {integrity: sha512-X36s5CXMrrJOs2lQCdDF68apW4Rfx9ixYMawlepwmE4Anezv/AV2LSpKD1Ub8DAc+urp5bk0BGZ6NtmBitfnsg==} - dependencies: - undici-types: 5.26.5 - - /@types/node@20.11.0: - resolution: {integrity: sha512-o9bjXmDNcF7GbM4CNQpmi+TutCgap/K3w1JyKgxAjqx41zp9qlIAVFi0IhCNsJcXolEqLWhbFbEeL0PvYm4pcQ==} + /@types/node@18.19.8: + resolution: {integrity: sha512-g1pZtPhsvGVTwmeVoexWZLTQaOvXwoSq//pTL0DHeNzUDrFnir4fgETdhjhIxjVnN+hKOuh98+E1eMLnUXstFg==} dependencies: undici-types: 5.26.5 @@ -3654,7 +3649,7 @@ packages: /@types/responselike@1.0.3: resolution: {integrity: sha512-H/+L+UkTV33uf49PH5pCAUBVPNj2nDBXTN+qS1dOwyyg24l3CcicicCA7ca+HMvJBZcFgl5r8e+RR6elsb4Lyw==} dependencies: - '@types/node': 20.11.0 + '@types/node': 18.19.8 dev: true /@types/retry@0.12.0: @@ -3665,7 +3660,7 @@ packages: resolution: {integrity: sha512-jn7qwGFmJHwUSphV8zZneO3GmtlgLsmhs/LQyVvQbIIa+fzGMUiHI4HXJZL3FT8MJmgXWbLGiVVY7ElvHq6vDA==} deprecated: This is a stub types definition. sass provides its own type definitions, so you do not need this installed. dependencies: - sass: 1.50.0 + sass: 1.70.0 /@types/semver@7.5.6: resolution: {integrity: sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==} @@ -3675,7 +3670,7 @@ packages: resolution: {integrity: sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==} dependencies: '@types/mime': 1.3.5 - '@types/node': 20.11.0 + '@types/node': 18.19.8 dev: true /@types/serve-index@1.9.4: @@ -3689,13 +3684,13 @@ packages: dependencies: '@types/http-errors': 2.0.4 '@types/mime': 3.0.4 - '@types/node': 20.11.0 + '@types/node': 18.19.8 dev: true /@types/sockjs@0.3.36: resolution: {integrity: sha512-MK9V6NzAS1+Ud7JV9lJLFqW85VbC9dq3LmwZCuBe4wBDgKC0Kj/jd8Xl+nSviU+Qc3+m7umHHyHg//2KSa0a0Q==} dependencies: - '@types/node': 20.11.0 + '@types/node': 18.19.8 dev: true /@types/vscode@1.85.0: @@ -3709,7 +3704,7 @@ packages: /@types/ws@8.5.10: resolution: {integrity: sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==} dependencies: - '@types/node': 20.11.0 + '@types/node': 18.19.8 dev: true /@types/yargs-parser@21.0.3: @@ -3722,8 +3717,8 @@ packages: '@types/yargs-parser': 21.0.3 dev: true - /@typescript-eslint/eslint-plugin@6.18.1(@typescript-eslint/parser@6.18.1)(eslint@8.56.0)(typescript@5.3.3): - resolution: {integrity: sha512-nISDRYnnIpk7VCFrGcu1rnZfM1Dh9LRHnfgdkjcbi/l7g16VYRri3TjXi9Ir4lOZSw5N/gnV/3H7jIPQ8Q4daA==} + /@typescript-eslint/eslint-plugin@6.19.0(@typescript-eslint/parser@6.19.0)(eslint@8.56.0)(typescript@5.3.3): + resolution: {integrity: sha512-DUCUkQNklCQYnrBSSikjVChdc84/vMPDQSgJTHBZ64G9bA9w0Crc0rd2diujKbTdp6w2J47qkeHQLoi0rpLCdg==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: '@typescript-eslint/parser': ^6.0.0 || ^6.0.0-alpha @@ -3734,11 +3729,11 @@ packages: optional: true dependencies: '@eslint-community/regexpp': 4.10.0 - '@typescript-eslint/parser': 6.18.1(eslint@8.56.0)(typescript@5.3.3) - '@typescript-eslint/scope-manager': 6.18.1 - '@typescript-eslint/type-utils': 6.18.1(eslint@8.56.0)(typescript@5.3.3) - '@typescript-eslint/utils': 6.18.1(eslint@8.56.0)(typescript@5.3.3) - '@typescript-eslint/visitor-keys': 6.18.1 + '@typescript-eslint/parser': 6.19.0(eslint@8.56.0)(typescript@5.3.3) + '@typescript-eslint/scope-manager': 6.19.0 + '@typescript-eslint/type-utils': 6.19.0(eslint@8.56.0)(typescript@5.3.3) + '@typescript-eslint/utils': 6.19.0(eslint@8.56.0)(typescript@5.3.3) + '@typescript-eslint/visitor-keys': 6.19.0 debug: 4.3.4 eslint: 8.56.0 graphemer: 1.4.0 @@ -3771,8 +3766,8 @@ packages: - supports-color dev: true - /@typescript-eslint/parser@6.18.1(eslint@8.56.0)(typescript@5.3.3): - resolution: {integrity: sha512-zct/MdJnVaRRNy9e84XnVtRv9Vf91/qqe+hZJtKanjojud4wAVy/7lXxJmMyX6X6J+xc6c//YEWvpeif8cAhWA==} + /@typescript-eslint/parser@6.19.0(eslint@8.56.0)(typescript@5.3.3): + resolution: {integrity: sha512-1DyBLG5SH7PYCd00QlroiW60YJ4rWMuUGa/JBV0iZuqi4l4IK3twKPq5ZkEebmGqRjXWVgsUzfd3+nZveewgow==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 @@ -3781,10 +3776,10 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 6.18.1 - '@typescript-eslint/types': 6.18.1 - '@typescript-eslint/typescript-estree': 6.18.1(typescript@5.3.3) - '@typescript-eslint/visitor-keys': 6.18.1 + '@typescript-eslint/scope-manager': 6.19.0 + '@typescript-eslint/types': 6.19.0 + '@typescript-eslint/typescript-estree': 6.19.0(typescript@5.3.3) + '@typescript-eslint/visitor-keys': 6.19.0 debug: 4.3.4 eslint: 8.56.0 typescript: 5.3.3 @@ -3800,16 +3795,16 @@ packages: '@typescript-eslint/visitor-keys': 5.62.0 dev: true - /@typescript-eslint/scope-manager@6.18.1: - resolution: {integrity: sha512-BgdBwXPFmZzaZUuw6wKiHKIovms97a7eTImjkXCZE04TGHysG+0hDQPmygyvgtkoB/aOQwSM/nWv3LzrOIQOBw==} + /@typescript-eslint/scope-manager@6.19.0: + resolution: {integrity: sha512-dO1XMhV2ehBI6QN8Ufi7I10wmUovmLU0Oru3n5LVlM2JuzB4M+dVphCPLkVpKvGij2j/pHBWuJ9piuXx+BhzxQ==} engines: {node: ^16.0.0 || >=18.0.0} dependencies: - '@typescript-eslint/types': 6.18.1 - '@typescript-eslint/visitor-keys': 6.18.1 + '@typescript-eslint/types': 6.19.0 + '@typescript-eslint/visitor-keys': 6.19.0 dev: false - /@typescript-eslint/type-utils@6.18.1(eslint@8.56.0)(typescript@5.3.3): - resolution: {integrity: sha512-wyOSKhuzHeU/5pcRDP2G2Ndci+4g653V43gXTpt4nbyoIOAASkGDA9JIAgbQCdCkcr1MvpSYWzxTz0olCn8+/Q==} + /@typescript-eslint/type-utils@6.19.0(eslint@8.56.0)(typescript@5.3.3): + resolution: {integrity: sha512-mcvS6WSWbjiSxKCwBcXtOM5pRkPQ6kcDds/juxcy/727IQr3xMEcwr/YLHW2A2+Fp5ql6khjbKBzOyjuPqGi/w==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 @@ -3818,8 +3813,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 6.18.1(typescript@5.3.3) - '@typescript-eslint/utils': 6.18.1(eslint@8.56.0)(typescript@5.3.3) + '@typescript-eslint/typescript-estree': 6.19.0(typescript@5.3.3) + '@typescript-eslint/utils': 6.19.0(eslint@8.56.0)(typescript@5.3.3) debug: 4.3.4 eslint: 8.56.0 ts-api-utils: 1.0.3(typescript@5.3.3) @@ -3833,8 +3828,8 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/types@6.18.1: - resolution: {integrity: sha512-4TuMAe+tc5oA7wwfqMtB0Y5OrREPF1GeJBAjqwgZh1lEMH5PJQgWgHGfYufVB51LtjD+peZylmeyxUXPfENLCw==} + /@typescript-eslint/types@6.19.0: + resolution: {integrity: sha512-lFviGV/vYhOy3m8BJ/nAKoAyNhInTdXpftonhWle66XHAtT1ouBlkjL496b5H5hb8dWXHwtypTqgtb/DEa+j5A==} engines: {node: ^16.0.0 || >=18.0.0} dev: false @@ -3859,8 +3854,8 @@ packages: - supports-color dev: true - /@typescript-eslint/typescript-estree@6.18.1(typescript@5.3.3): - resolution: {integrity: sha512-fv9B94UAhywPRhUeeV/v+3SBDvcPiLxRZJw/xZeeGgRLQZ6rLMG+8krrJUyIf6s1ecWTzlsbp0rlw7n9sjufHA==} + /@typescript-eslint/typescript-estree@6.19.0(typescript@5.3.3): + resolution: {integrity: sha512-o/zefXIbbLBZ8YJ51NlkSAt2BamrK6XOmuxSR3hynMIzzyMY33KuJ9vuMdFSXW+H0tVvdF9qBPTHA91HDb4BIQ==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: typescript: '*' @@ -3868,8 +3863,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 6.18.1 - '@typescript-eslint/visitor-keys': 6.18.1 + '@typescript-eslint/types': 6.19.0 + '@typescript-eslint/visitor-keys': 6.19.0 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 @@ -3881,8 +3876,8 @@ packages: - supports-color dev: false - /@typescript-eslint/utils@6.18.1(eslint@8.56.0)(typescript@5.3.3): - resolution: {integrity: sha512-zZmTuVZvD1wpoceHvoQpOiewmWu3uP9FuTWo8vqpy2ffsmfCE8mklRPi+vmnIYAIk9t/4kOThri2QCDgor+OpQ==} + /@typescript-eslint/utils@6.19.0(eslint@8.56.0)(typescript@5.3.3): + resolution: {integrity: sha512-QR41YXySiuN++/dC9UArYOg4X86OAYP83OWTewpVx5ct1IZhjjgTLocj7QNxGhWoTqknsgpl7L+hGygCO+sdYw==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 @@ -3890,9 +3885,9 @@ packages: '@eslint-community/eslint-utils': 4.4.0(eslint@8.56.0) '@types/json-schema': 7.0.15 '@types/semver': 7.5.6 - '@typescript-eslint/scope-manager': 6.18.1 - '@typescript-eslint/types': 6.18.1 - '@typescript-eslint/typescript-estree': 6.18.1(typescript@5.3.3) + '@typescript-eslint/scope-manager': 6.19.0 + '@typescript-eslint/types': 6.19.0 + '@typescript-eslint/typescript-estree': 6.19.0(typescript@5.3.3) eslint: 8.56.0 semver: 7.5.4 transitivePeerDependencies: @@ -3908,11 +3903,11 @@ packages: eslint-visitor-keys: 3.4.3 dev: true - /@typescript-eslint/visitor-keys@6.18.1: - resolution: {integrity: sha512-/kvt0C5lRqGoCfsbmm7/CwMqoSkY3zzHLIjdhHZQW3VFrnz7ATecOHR7nb7V+xn4286MBxfnQfQhAmCI0u+bJA==} + /@typescript-eslint/visitor-keys@6.19.0: + resolution: {integrity: sha512-hZaUCORLgubBvtGpp1JEFEazcuEdfxta9j4iUwdSAr7mEsYYAp3EAUyCZk3VEEqGj6W+AV4uWyrDGtrlawAsgQ==} engines: {node: ^16.0.0 || >=18.0.0} dependencies: - '@typescript-eslint/types': 6.18.1 + '@typescript-eslint/types': 6.19.0 eslint-visitor-keys: 3.4.3 dev: false @@ -3923,7 +3918,7 @@ packages: /@ungap/structured-clone@1.2.0: resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} - /@vitejs/plugin-vue-jsx@3.1.0(vite@5.0.11)(vue@3.4.11): + /@vitejs/plugin-vue-jsx@3.1.0(vite@5.0.12)(vue@3.4.15): resolution: {integrity: sha512-w9M6F3LSEU5kszVb9An2/MmXNxocAnUb3WhRr8bHlimhDrXNt6n6D2nJQR3UXpGlZHh/EsgouOHCsM8V3Ln+WA==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -3933,25 +3928,25 @@ packages: '@babel/core': 7.23.7 '@babel/plugin-transform-typescript': 7.23.6(@babel/core@7.23.7) '@vue/babel-plugin-jsx': 1.1.5(@babel/core@7.23.7) - vite: 5.0.11(@types/node@18.19.6)(sass@1.69.7) - vue: 3.4.11(typescript@5.3.3) + vite: 5.0.12(@types/node@18.19.8)(sass@1.70.0) + vue: 3.4.15(typescript@5.3.3) transitivePeerDependencies: - supports-color dev: true - /@vitejs/plugin-vue@5.0.3(vite@5.0.11)(vue@3.4.11): + /@vitejs/plugin-vue@5.0.3(vite@5.0.12)(vue@3.4.15): resolution: {integrity: sha512-b8S5dVS40rgHdDrw+DQi/xOM9ed+kSRZzfm1T74bMmBDCd8XO87NKlFYInzCtwvtWwXZvo1QxE2OSspTATWrbA==} engines: {node: ^18.0.0 || >=20.0.0} peerDependencies: vite: ^5.0.0 vue: ^3.2.25 dependencies: - vite: 5.0.11(@types/node@18.19.6)(sass@1.69.7) - vue: 3.4.11(typescript@5.3.3) + vite: 5.0.12(@types/node@18.19.8)(sass@1.70.0) + vue: 3.4.15(typescript@5.3.3) dev: true - /@vitest/coverage-v8@1.1.3(vitest@1.1.3): - resolution: {integrity: sha512-Uput7t3eIcbSTOTQBzGtS+0kah96bX+szW9qQrLeGe3UmgL2Akn8POnyC2lH7XsnREZOds9aCUTxgXf+4HX5RA==} + /@vitest/coverage-v8@1.2.1(vitest@1.2.1): + resolution: {integrity: sha512-fJEhKaDwGMZtJUX7BRcGxooGwg1Hl0qt53mVup/ZJeznhvL5EodteVnb/mcByhEcvVWbK83ZF31c7nPEDi4LOQ==} peerDependencies: vitest: ^1.0.0 dependencies: @@ -3963,63 +3958,63 @@ packages: istanbul-lib-source-maps: 4.0.1 istanbul-reports: 3.1.6 magic-string: 0.30.5 - magicast: 0.3.2 + magicast: 0.3.3 picocolors: 1.0.0 std-env: 3.7.0 test-exclude: 6.0.0 v8-to-istanbul: 9.2.0 - vitest: 1.1.3(@types/node@18.19.6)(@vitest/ui@1.1.3)(sass@1.69.7) + vitest: 1.2.1(@types/node@18.19.8)(@vitest/ui@1.2.1)(sass@1.70.0) transitivePeerDependencies: - supports-color dev: true - /@vitest/expect@1.1.3: - resolution: {integrity: sha512-MnJqsKc1Ko04lksF9XoRJza0bGGwTtqfbyrsYv5on4rcEkdo+QgUdITenBQBUltKzdxW7K3rWh+nXRULwsdaVg==} + /@vitest/expect@1.2.1: + resolution: {integrity: sha512-/bqGXcHfyKgFWYwIgFr1QYDaR9e64pRKxgBNWNXPefPFRhgm+K3+a/dS0cUGEreWngets3dlr8w8SBRw2fCfFQ==} dependencies: - '@vitest/spy': 1.1.3 - '@vitest/utils': 1.1.3 + '@vitest/spy': 1.2.1 + '@vitest/utils': 1.2.1 chai: 4.4.1 dev: true - /@vitest/runner@1.1.3: - resolution: {integrity: sha512-Va2XbWMnhSdDEh/OFxyUltgQuuDRxnarK1hW5QNN4URpQrqq6jtt8cfww/pQQ4i0LjoYxh/3bYWvDFlR9tU73g==} + /@vitest/runner@1.2.1: + resolution: {integrity: sha512-zc2dP5LQpzNzbpaBt7OeYAvmIsRS1KpZQw4G3WM/yqSV1cQKNKwLGmnm79GyZZjMhQGlRcSFMImLjZaUQvNVZQ==} dependencies: - '@vitest/utils': 1.1.3 + '@vitest/utils': 1.2.1 p-limit: 5.0.0 pathe: 1.1.2 dev: true - /@vitest/snapshot@1.1.3: - resolution: {integrity: sha512-U0r8pRXsLAdxSVAyGNcqOU2H3Z4Y2dAAGGelL50O0QRMdi1WWeYHdrH/QWpN1e8juWfVKsb8B+pyJwTC+4Gy9w==} + /@vitest/snapshot@1.2.1: + resolution: {integrity: sha512-Tmp/IcYEemKaqAYCS08sh0vORLJkMr0NRV76Gl8sHGxXT5151cITJCET20063wk0Yr/1koQ6dnmP6eEqezmd/Q==} dependencies: magic-string: 0.30.5 pathe: 1.1.2 pretty-format: 29.7.0 dev: true - /@vitest/spy@1.1.3: - resolution: {integrity: sha512-Ec0qWyGS5LhATFQtldvChPTAHv08yHIOZfiNcjwRQbFPHpkih0md9KAbs7TfeIfL7OFKoe7B/6ukBTqByubXkQ==} + /@vitest/spy@1.2.1: + resolution: {integrity: sha512-vG3a/b7INKH7L49Lbp0IWrG6sw9j4waWAucwnksPB1r1FTJgV7nkBByd9ufzu6VWya/QTvQW4V9FShZbZIB2UQ==} dependencies: tinyspy: 2.2.0 dev: true - /@vitest/ui@1.1.3(vitest@1.1.3): - resolution: {integrity: sha512-JKGgftXZgTtK7kfQNicE9Q2FuiUlYvCGyUENkA2/S1VBThtfQyGUwaJmiDFVAKBOrW305cNgjP67vsxMm9/SDQ==} + /@vitest/ui@1.2.1(vitest@1.2.1): + resolution: {integrity: sha512-5kyEDpH18TB13Keutk5VScWG+LUDfPJOL2Yd1hqX+jv6+V74tp4ZYcmTgx//WDngiZA5PvX3qCHQ5KrhGzPbLg==} peerDependencies: vitest: ^1.0.0 dependencies: - '@vitest/utils': 1.1.3 + '@vitest/utils': 1.2.1 fast-glob: 3.3.2 fflate: 0.8.1 flatted: 3.2.9 pathe: 1.1.2 picocolors: 1.0.0 sirv: 2.0.4 - vitest: 1.1.3(@types/node@18.19.6)(@vitest/ui@1.1.3)(sass@1.69.7) + vitest: 1.2.1(@types/node@18.19.8)(@vitest/ui@1.2.1)(sass@1.70.0) dev: true - /@vitest/utils@1.1.3: - resolution: {integrity: sha512-Dyt3UMcdElTll2H75vhxfpZu03uFpXRCHxWnzcrFjZxT1kTbq8ALUYIeBgGolo1gldVdI0YSlQRacsqxTwNqwg==} + /@vitest/utils@1.2.1: + resolution: {integrity: sha512-bsH6WVZYe/J2v3+81M5LDU8kW76xWObKIURpPrOXm2pjBniBu2MERI/XP60GpS4PHU3jyK50LUutOwrx4CyHUg==} dependencies: diff-sequences: 29.6.3 estree-walker: 3.0.3 @@ -4118,12 +4113,29 @@ packages: entities: 4.5.0 estree-walker: 2.0.2 source-map-js: 1.0.2 + dev: true + + /@vue/compiler-core@3.4.15: + resolution: {integrity: sha512-XcJQVOaxTKCnth1vCxEChteGuwG6wqnUHxAm1DO3gCz0+uXKaJNx8/digSz4dLALCy8n2lKq24jSUs8segoqIw==} + dependencies: + '@babel/parser': 7.23.6 + '@vue/shared': 3.4.15 + entities: 4.5.0 + estree-walker: 2.0.2 + source-map-js: 1.0.2 /@vue/compiler-dom@3.4.11: resolution: {integrity: sha512-cRVLROlY7D72WK2xS91L126Dd6xHNTWDWPUBRh1Syk7+TahCk8Eown1/fSi+VX9c76sMMqEZROQSbwV0HSJnhg==} dependencies: '@vue/compiler-core': 3.4.11 '@vue/shared': 3.4.11 + dev: true + + /@vue/compiler-dom@3.4.15: + resolution: {integrity: sha512-wox0aasVV74zoXyblarOM3AZQz/Z+OunYcIHe1OsGclCHt8RsRm04DObjefaI82u6XDzv+qGWZ24tIsRAIi5MQ==} + dependencies: + '@vue/compiler-core': 3.4.15 + '@vue/shared': 3.4.15 /@vue/compiler-sfc@3.4.11: resolution: {integrity: sha512-1y5xHAD4a/AhK5+dgsZwFg145J6/rl1c8ILC7Gokca+ql51tTpduz/njCHeNmU15XiE7O62LjJFNOtSZ9vxKOQ==} @@ -4137,12 +4149,33 @@ packages: magic-string: 0.30.5 postcss: 8.4.33 source-map-js: 1.0.2 + dev: true + + /@vue/compiler-sfc@3.4.15: + resolution: {integrity: sha512-LCn5M6QpkpFsh3GQvs2mJUOAlBQcCco8D60Bcqmf3O3w5a+KWS5GvYbrrJBkgvL1BDnTp+e8q0lXCLgHhKguBA==} + dependencies: + '@babel/parser': 7.23.6 + '@vue/compiler-core': 3.4.15 + '@vue/compiler-dom': 3.4.15 + '@vue/compiler-ssr': 3.4.15 + '@vue/shared': 3.4.15 + estree-walker: 2.0.2 + magic-string: 0.30.5 + postcss: 8.4.33 + source-map-js: 1.0.2 /@vue/compiler-ssr@3.4.11: resolution: {integrity: sha512-cP9Z2ArRgciYmNraqE0gQkuYInfdn66+LE4pR+16uyBiQeswcU4kEzGA+mF1MdhqYXuENpyGQsTkZapq4cy9YA==} dependencies: '@vue/compiler-dom': 3.4.11 '@vue/shared': 3.4.11 + dev: true + + /@vue/compiler-ssr@3.4.15: + resolution: {integrity: sha512-1jdeQyiGznr8gjFDadVmOJqZiLNSsMa5ZgqavkPZ8O2wjHv0tVuAEsw5hTdUoUW4232vpBbL/wJhzVW/JwY1Uw==} + dependencies: + '@vue/compiler-dom': 3.4.15 + '@vue/shared': 3.4.15 /@vue/component-compiler-utils@3.3.0(lodash@4.17.21): resolution: {integrity: sha512-97sfH2mYNU+2PzGrmK2haqffDpVASuib9/w2/noxiFi31Z54hW+q3izKQXXQZSNhtiUpAI36uSuYepeBe4wpHQ==} @@ -4217,20 +4250,20 @@ packages: resolution: {integrity: sha512-+KpckaAQyfbvshdDW5xQylLni1asvNSGme1JFs8I1+/H5pHEhqUKMEQD/qn3Nx5+/nycBq11qAEi8lk+LXI2dA==} dev: false - /@vue/devtools-core@7.0.8(vite@5.0.11): - resolution: {integrity: sha512-BVGKmK8y0IpfIBsSqnb9un9M/5DmSTOV5OFx/8aIXecS4L6mQZJCdNgx0WnwewJEVCEHrOKRQUijIF2DET2tzw==} + /@vue/devtools-core@7.0.11(vite@5.0.12): + resolution: {integrity: sha512-d0L9NRXZ/sxM1rQ7Un8N4C+dVlDGYTsL+D9EikWjS3vKYiAAy4LlnfGQep1yvt5olmRJfga3OxUBlZpLfhRkGQ==} dependencies: - '@vue/devtools-kit': 7.0.8 - '@vue/devtools-schema': 7.0.8 - '@vue/devtools-shared': 7.0.8 + '@vue/devtools-kit': 7.0.11 + '@vue/devtools-schema': 7.0.11 + '@vue/devtools-shared': 7.0.11 birpc: 0.2.14 fast-glob: 3.3.2 image-meta: 0.2.0 mitt: 3.0.1 pathe: 1.1.2 - vite-dev-rpc: 0.1.4(vite@5.0.11) - vite-hot-client: 0.2.3(vite@5.0.11) - vite-plugin-inspect: 0.8.1(vite@5.0.11) + vite-dev-rpc: 0.1.4(vite@5.0.12) + vite-hot-client: 0.2.3(vite@5.0.12) + vite-plugin-inspect: 0.8.1(vite@5.0.12) transitivePeerDependencies: - '@nuxt/kit' - rollup @@ -4238,23 +4271,23 @@ packages: - vite dev: true - /@vue/devtools-kit@7.0.8: - resolution: {integrity: sha512-sL32I3OgLo79GmC2w/IHVxhevKTIdHGvcKG/+iGgnHH4+9WhkYk14AVnCXdC3c8zrU0NoeqIfdAxjDq3o+vjMw==} + /@vue/devtools-kit@7.0.11: + resolution: {integrity: sha512-dpo2gHRS6KGLzIJXcvK6HKzFuWr/RLvoUBlqKt8BjSb3Qav4PSmrW7Teb3P26POFBE2EcXuXr3qH0YOFPwOIBw==} dependencies: - '@vue/devtools-schema': 7.0.8 - '@vue/devtools-shared': 7.0.8 + '@vue/devtools-schema': 7.0.11 + '@vue/devtools-shared': 7.0.11 hookable: 5.5.3 mitt: 3.0.1 perfect-debounce: 1.0.0 speakingurl: 14.0.1 dev: true - /@vue/devtools-schema@7.0.8: - resolution: {integrity: sha512-Jz7HsEWCD4fODhR1xxfbImdHlJ4E3XM6O5giVTHGPlo9KUDPCZNQrMKLC2s4KhhMufDftFtuamnk22uuGOwgWQ==} + /@vue/devtools-schema@7.0.11: + resolution: {integrity: sha512-KPLBPs0+2hywYTYHws0isbHysHnUBImjbPe/She2DzxmuWYocPeJ7j+upWCV2SrmFzylYy+KBMcQBoYmZGkI5A==} dev: true - /@vue/devtools-shared@7.0.8: - resolution: {integrity: sha512-JMg06IUmT/hDvTxNGTK4fv9ZNi3cjg6BVtSh4wNOwH9MKL9+LLwHnxxMfHmT6dHR+lWc3asyynBLklXO75VcWQ==} + /@vue/devtools-shared@7.0.11: + resolution: {integrity: sha512-Tnkh67CliADh0G8xeAx7g1HeuXnjrfPo6UzavIsOk82W+8e6XXjkk6AwGUwRKJXl1e1ZCrZ/pKQDR/rCNWQQWg==} dependencies: rfdc: 1.3.0 dev: true @@ -4279,41 +4312,45 @@ packages: vue-template-compiler: 2.7.16 dev: true - /@vue/reactivity@3.4.11: - resolution: {integrity: sha512-KscADwKpSynT3S2iJEX8EfPqc9kPFR261sHIQnDh1xhOBf8qd4ait9tEgLt1/uVxyrAgFj/TNGmjDkcsytyA8w==} + /@vue/reactivity@3.4.15: + resolution: {integrity: sha512-55yJh2bsff20K5O84MxSvXKPHHt17I2EomHznvFiJCAZpJTNW8IuLj1xZWMLELRhBK3kkFV/1ErZGHJfah7i7w==} dependencies: - '@vue/shared': 3.4.11 + '@vue/shared': 3.4.15 /@vue/repl@3.3.0: resolution: {integrity: sha512-A9tdO7obt/kpFUHdgGoRnan6bZjfz/WAJ5+DpPkvgNEc960W+bJraURv8MUVtH2Id/byWotKbUve2jTakiccSw==} dev: false - /@vue/runtime-core@3.4.11: - resolution: {integrity: sha512-wduRf9w1OtSORFs5KVpKEQ1bRwW5D9/E8mB0I4m0f5Wrd53OZridzWWVZaowSKNMXXIF5Y/lYFP9GOM/IL5i2g==} + /@vue/runtime-core@3.4.15: + resolution: {integrity: sha512-6E3by5m6v1AkW0McCeAyhHTw+3y17YCOKG0U0HDKDscV4Hs0kgNT5G+GCHak16jKgcCDHpI9xe5NKb8sdLCLdw==} dependencies: - '@vue/reactivity': 3.4.11 - '@vue/shared': 3.4.11 + '@vue/reactivity': 3.4.15 + '@vue/shared': 3.4.15 - /@vue/runtime-dom@3.4.11: - resolution: {integrity: sha512-pWlCTzo6Ad3pSBjzgcZ9maPaz+N/SngLOMfkSKIx7rIWJgcHBoFp4GAbhnkR3jxT4BqIvti6EH3aNSC02VtgOg==} + /@vue/runtime-dom@3.4.15: + resolution: {integrity: sha512-EVW8D6vfFVq3V/yDKNPBFkZKGMFSvZrUQmx196o/v2tHKdwWdiZjYUBS+0Ez3+ohRyF8Njwy/6FH5gYJ75liUw==} dependencies: - '@vue/runtime-core': 3.4.11 - '@vue/shared': 3.4.11 + '@vue/runtime-core': 3.4.15 + '@vue/shared': 3.4.15 csstype: 3.1.3 - /@vue/server-renderer@3.4.11(vue@3.4.11): - resolution: {integrity: sha512-19rLK9N0yNNzQ83ieyoO9ZT/iBt0S8IkxQ4eVmnqPLCbZgSRMm7GRXnjTFvo0n5vTVVeyaYosBzZ2559L/rP+w==} + /@vue/server-renderer@3.4.15(vue@3.4.15): + resolution: {integrity: sha512-3HYzaidu9cHjrT+qGUuDhFYvF/j643bHC6uUN9BgM11DVy+pM6ATsG6uPBLnkwOgs7BpJABReLmpL3ZPAsUaqw==} peerDependencies: - vue: 3.4.11 + vue: 3.4.15 dependencies: - '@vue/compiler-ssr': 3.4.11 - '@vue/shared': 3.4.11 - vue: 3.4.11(typescript@5.3.3) + '@vue/compiler-ssr': 3.4.15 + '@vue/shared': 3.4.15 + vue: 3.4.15(typescript@5.3.3) /@vue/shared@3.4.11: resolution: {integrity: sha512-BtC+vE8kHf/jZoyJnTFd0PmY8NejyUeUkshXm8LriHs8KmQUmcZXIbrifjA3WDmvzg7C8D6gBSvdl49pOfU2lQ==} + dev: true + + /@vue/shared@3.4.15: + resolution: {integrity: sha512-KzfPTxVaWfB+eGcGdbSf4CWdaXcGDqckoeXUh7SB3fZdEtzPCK2Vq9B/lRRL3yutax/LWITz+SwvgyOxz5V75g==} - /@vue/test-utils@2.4.3(vue@3.4.11): + /@vue/test-utils@2.4.3(vue@3.4.15): resolution: {integrity: sha512-F4K7mF+ad++VlTrxMJVRnenKSJmO6fkQt2wpRDiKDesQMkfpniGWsqEi/JevxGBo2qEkwwjvTUAoiGJLNx++CA==} peerDependencies: '@vue/server-renderer': ^3.0.1 @@ -4323,7 +4360,7 @@ packages: optional: true dependencies: js-beautify: 1.14.11 - vue: 3.4.11(typescript@5.3.3) + vue: 3.4.15(typescript@5.3.3) vue-component-type-helpers: 1.8.27 dev: true @@ -4802,15 +4839,15 @@ packages: hasBin: true dev: true - /autoprefixer@10.4.16(postcss@8.4.33): - resolution: {integrity: sha512-7vd3UC6xKp0HLfua5IjZlcXvGAGy7cBAXTg2lyQ/8WpNhd6SiZ8Be+xm3FyBSYJx5GKcpRCzBh7RH4/0dnY+uQ==} + /autoprefixer@10.4.17(postcss@8.4.33): + resolution: {integrity: sha512-/cpVNRLSfhOtcGflT13P2794gVSgmPgTR+erw5ifnMLZb0UnSlkK4tquLmkd3BhA+nLo5tX8Cu0upUsGKvKbmg==} engines: {node: ^10 || ^12 || >=14} hasBin: true peerDependencies: postcss: ^8.1.0 dependencies: browserslist: 4.22.2 - caniuse-lite: 1.0.30001576 + caniuse-lite: 1.0.30001579 fraction.js: 4.3.7 normalize-range: 0.1.2 picocolors: 1.0.0 @@ -5354,6 +5391,10 @@ packages: /caniuse-lite@1.0.30001576: resolution: {integrity: sha512-ff5BdakGe2P3SQsMsiqmt1Lc8221NR1VzHj5jXN5vBny9A6fpze94HiVV/n7XRosOlsShJcvMv5mdnpjOGCEgg==} + /caniuse-lite@1.0.30001579: + resolution: {integrity: sha512-u5AUVkixruKHJjw/pj9wISlcMpgFWzSrczLZbrqBSxukQixmg0SJ5sZTpvaFvxU0HoQKd4yoyAogyrAz9pzJnA==} + dev: true + /capital-case@1.0.4: resolution: {integrity: sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==} dependencies: @@ -6108,7 +6149,7 @@ packages: /core-util-is@1.0.3: resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} - /cosmiconfig-typescript-loader@5.0.0(@types/node@18.19.6)(cosmiconfig@8.3.6)(typescript@5.3.3): + /cosmiconfig-typescript-loader@5.0.0(@types/node@18.19.8)(cosmiconfig@8.3.6)(typescript@5.3.3): resolution: {integrity: sha512-+8cK7jRAReYkMwMiG+bxhcNKiHJDM6bR9FD/nGBXOWdMLuYawjF5cGrtLilJ+LGd3ZjCXnJjR5DkfWPoIVlqJA==} engines: {node: '>=v16'} peerDependencies: @@ -6116,7 +6157,7 @@ packages: cosmiconfig: '>=8.2' typescript: '>=4' dependencies: - '@types/node': 18.19.6 + '@types/node': 18.19.8 cosmiconfig: 8.3.6(typescript@5.3.3) jiti: 1.21.0 typescript: 5.3.3 @@ -6216,8 +6257,8 @@ packages: engines: {node: '>=12 || >=16'} dev: true - /css-loader@6.9.0(webpack@5.89.0): - resolution: {integrity: sha512-3I5Nu4ytWlHvOP6zItjiHlefBNtrH+oehq8tnQa2kO305qpVyx9XNIT1CXIj5bgCJs7qICBCkgCYxQLKPANoLA==} + /css-loader@6.9.1(webpack@5.89.0): + resolution: {integrity: sha512-OzABOh0+26JKFdMzlK6PY1u5Zx8+Ck7CVRlcGNZoY9qwJjdfu2VWFuprTIpPW+Av5TZTVViYWcFQaEEQURLknQ==} engines: {node: '>= 12.13.0'} peerDependencies: webpack: ^5.0.0 @@ -6225,8 +6266,8 @@ packages: icss-utils: 5.1.0(postcss@8.4.33) postcss: 8.4.33 postcss-modules-extract-imports: 3.0.0(postcss@8.4.33) - postcss-modules-local-by-default: 4.0.3(postcss@8.4.33) - postcss-modules-scope: 3.1.0(postcss@8.4.33) + postcss-modules-local-by-default: 4.0.4(postcss@8.4.33) + postcss-modules-scope: 3.1.1(postcss@8.4.33) postcss-modules-values: 4.0.0(postcss@8.4.33) postcss-value-parser: 4.2.0 semver: 7.5.4 @@ -7431,8 +7472,8 @@ packages: - typescript dev: true - /eslint-plugin-vue@9.20.0(eslint@8.56.0): - resolution: {integrity: sha512-9/DV5CM7ItfgWmXjL6j3zyDtVTrslYdnEm+rnYNajdElx17b3erxi/Wc6FY7t3BQ6dgo0t/UBpgiWCOKtJyN8Q==} + /eslint-plugin-vue@9.20.1(eslint@8.56.0): + resolution: {integrity: sha512-GyCs8K3lkEvoyC1VV97GJhP1SvqsKCiWGHnbn0gVUYiUhaH2+nB+Dv1uekv1THFMPbBfYxukrzQdltw950k+LQ==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 @@ -9567,7 +9608,7 @@ packages: resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 20.11.0 + '@types/node': 18.19.8 merge-stream: 2.0.0 supports-color: 8.1.1 dev: true @@ -10272,8 +10313,8 @@ packages: dependencies: '@jridgewell/sourcemap-codec': 1.4.15 - /magicast@0.3.2: - resolution: {integrity: sha512-Fjwkl6a0syt9TFN0JSYpOybxiMCkYNEeOTnOTNRbjphirLakznZXAqrXgj/7GG3D1dvETONNwrBfinvAbpunDg==} + /magicast@0.3.3: + resolution: {integrity: sha512-ZbrP1Qxnpoes8sz47AM0z08U+jW6TyRgZzcWy3Ma3vDhJttwMwAFDMMQFobwdBxByBD46JYmxRzeF7w2+wJEuw==} dependencies: '@babel/parser': 7.23.6 '@babel/types': 7.23.6 @@ -11912,8 +11953,8 @@ packages: postcss: 8.4.33 dev: true - /postcss-modules-local-by-default@4.0.3(postcss@8.4.33): - resolution: {integrity: sha512-2/u2zraspoACtrbFRnTijMiQtb4GW4BvatjaG/bCjYQo8kLTdevCUlwuBHx2sCnSyrI3x3qj4ZK1j5LQBgzmwA==} + /postcss-modules-local-by-default@4.0.4(postcss@8.4.33): + resolution: {integrity: sha512-L4QzMnOdVwRm1Qb8m4x8jsZzKAaPAgrUF1r/hjDR2Xj7R+8Zsf97jAlSQzWtKx5YNiNGN8QxmPFIc/sh+RQl+Q==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 @@ -11924,8 +11965,8 @@ packages: postcss-value-parser: 4.2.0 dev: true - /postcss-modules-scope@3.1.0(postcss@8.4.33): - resolution: {integrity: sha512-SaIbK8XW+MZbd0xHPf7kdfA/3eOt7vxJ72IRecn3EzuZVLr1r0orzf0MX/pN8m+NMDoo6X/SQd8oeKqGZd8PXg==} + /postcss-modules-scope@3.1.1(postcss@8.4.33): + resolution: {integrity: sha512-uZgqzdTleelWjzJY+Fhti6F3C9iF1JR/dODLs/JDefozYcKTBCdD8BIl6nNPbTbcLnGrk56hzwZC2DaGNvYjzA==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 @@ -12210,8 +12251,8 @@ packages: dev: true optional: true - /prettier@3.1.1: - resolution: {integrity: sha512-22UbSzg8luF4UuZtzgiUOfcGM8s4tjBv6dJRT7j275NXsy2jb4aJa4NNveul5x4eqlF1wuhuR2RElK71RvmVaw==} + /prettier@3.2.4: + resolution: {integrity: sha512-FWu1oLHKCrtpO1ypU6J0SbK2d9Ckwysq6bHj/uaCP26DxrPpppCLQRGVuqAxSTvhF00AcvDRyYrLNW7ocBhFFQ==} engines: {node: '>=14'} hasBin: true dev: true @@ -12932,9 +12973,10 @@ packages: chokidar: 3.5.3 immutable: 4.3.4 source-map-js: 1.0.2 + dev: true - /sass@1.69.7: - resolution: {integrity: sha512-rzj2soDeZ8wtE2egyLXgOOHQvaC2iosZrkF6v3EUG+tBwEvhqUCzm0VP3k9gHF9LXbSrRhT5SksoI56Iw8NPnQ==} + /sass@1.70.0: + resolution: {integrity: sha512-uUxNQ3zAHeAx5nRFskBnrWzDUJrrvpCPD5FNAoRvTi0WwremlheES3tg+56PaVtCs5QDRX5CBLxxKMDJMEa1WQ==} engines: {node: '>=14.0.0'} hasBin: true dependencies: @@ -13005,7 +13047,7 @@ packages: loglevel: 1.8.1 loglevel-plugin-prefix: 0.8.4 pretty-bytes: 5.6.0 - sass: 1.50.0 + sass: 1.70.0 tslib: 1.14.1 /section-matter@1.0.0: @@ -13660,8 +13702,8 @@ packages: postcss-selector-parser: 6.0.15 dev: true - /stylelint@16.1.0(typescript@5.3.3): - resolution: {integrity: sha512-Sh1rRV0lN1qxz/QsuuooLWsIZ/ona7NKw/fRZd6y6PyXYdD2W0EAzJ8yJcwSx4Iw/muz0CF09VZ+z4EiTAcKmg==} + /stylelint@16.2.0(typescript@5.3.3): + resolution: {integrity: sha512-gwqU5AkIb52wrAzzn+359S3NIJDMl02TXLUaV2tzA/L6jUdpTwNt+MCxHlc8+Hb2bUHlYVo92YeSIryF2gJthA==} engines: {node: '>=18.12.0'} hasBin: true dependencies: @@ -14437,7 +14479,7 @@ packages: engines: {node: '>= 0.8'} dev: true - /unplugin-vue-components@0.26.0(vue@3.4.11): + /unplugin-vue-components@0.26.0(vue@3.4.15): resolution: {integrity: sha512-s7IdPDlnOvPamjunVxw8kNgKNK8A5KM1YpK5j/p97jEKTjlPNrA0nZBiSfAKKlK1gWZuyWXlKL5dk3EDw874LQ==} engines: {node: '>=14'} peerDependencies: @@ -14460,13 +14502,13 @@ packages: minimatch: 9.0.3 resolve: 1.22.8 unplugin: 1.6.0 - vue: 3.4.11(typescript@5.3.3) + vue: 3.4.15(typescript@5.3.3) transitivePeerDependencies: - rollup - supports-color dev: true - /unplugin-vue-markdown@0.25.2(vite@5.0.11): + /unplugin-vue-markdown@0.25.2(vite@5.0.12): resolution: {integrity: sha512-bDDWqtK1PUkWK/+kczOk33hqO5WulOUx5ZxfbCZuVArcUSwY7aB2vf4e2K+qdrlxalxkpjIA64z/liOrC/cjiQ==} peerDependencies: vite: ^2.0.0 || ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 @@ -14478,7 +14520,7 @@ packages: '@types/markdown-it': 13.0.7 markdown-it: 13.0.2 unplugin: 1.6.0 - vite: 5.0.11(@types/node@18.19.6)(sass@1.69.7) + vite: 5.0.12(@types/node@18.19.8)(sass@1.70.0) transitivePeerDependencies: - rollup dev: false @@ -14681,26 +14723,26 @@ packages: extsprintf: 1.3.0 dev: true - /vite-dev-rpc@0.1.4(vite@5.0.11): + /vite-dev-rpc@0.1.4(vite@5.0.12): resolution: {integrity: sha512-6I/qF7EDGLQfm3DGdcbkZ7JRl3FIbaVgD1TqDWBaCosJ1QljLzNzDBmMEa7cYkEyAMxHDBqT7zJrOiuYlFYcAA==} peerDependencies: vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 dependencies: birpc: 0.2.14 - vite: 5.0.11(@types/node@18.19.6)(sass@1.69.7) - vite-hot-client: 0.2.3(vite@5.0.11) + vite: 5.0.12(@types/node@18.19.8)(sass@1.70.0) + vite-hot-client: 0.2.3(vite@5.0.12) dev: true - /vite-hot-client@0.2.3(vite@5.0.11): + /vite-hot-client@0.2.3(vite@5.0.12): resolution: {integrity: sha512-rOGAV7rUlUHX89fP2p2v0A2WWvV3QMX2UYq0fRqsWSvFvev4atHWqjwGoKaZT1VTKyLGk533ecu3eyd0o59CAg==} peerDependencies: vite: ^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0 dependencies: - vite: 5.0.11(@types/node@18.19.6)(sass@1.69.7) + vite: 5.0.12(@types/node@18.19.8)(sass@1.70.0) dev: true - /vite-node@1.1.3(@types/node@18.19.6)(sass@1.69.7): - resolution: {integrity: sha512-BLSO72YAkIUuNrOx+8uznYICJfTEbvBAmWClY3hpath5+h1mbPS5OMn42lrTxXuyCazVyZoDkSRnju78GiVCqA==} + /vite-node@1.2.1(@types/node@18.19.8)(sass@1.70.0): + resolution: {integrity: sha512-fNzHmQUSOY+y30naohBvSW7pPn/xn3Ib/uqm+5wAJQJiqQsU0NBR78XdRJb04l4bOFKjpTWld0XAfkKlrDbySg==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true dependencies: @@ -14708,7 +14750,7 @@ packages: debug: 4.3.4 pathe: 1.1.2 picocolors: 1.0.0 - vite: 5.0.11(@types/node@18.19.6)(sass@1.69.7) + vite: 5.0.12(@types/node@18.19.8)(sass@1.70.0) transitivePeerDependencies: - '@types/node' - less @@ -14720,7 +14762,7 @@ packages: - terser dev: true - /vite-plugin-inspect@0.8.1(vite@5.0.11): + /vite-plugin-inspect@0.8.1(vite@5.0.12): resolution: {integrity: sha512-oPBPVGp6tBd5KdY/qY6lrbLXqrbHRG0hZLvEaJfiZ/GQfDB+szRuLHblQh1oi1Hhh8GeLit/50l4xfs2SA+TCA==} engines: {node: '>=14'} peerDependencies: @@ -14738,34 +14780,34 @@ packages: open: 9.1.0 picocolors: 1.0.0 sirv: 2.0.4 - vite: 5.0.11(@types/node@18.19.6)(sass@1.69.7) + vite: 5.0.12(@types/node@18.19.8)(sass@1.70.0) transitivePeerDependencies: - rollup - supports-color dev: true - /vite-plugin-vue-devtools@7.0.8(vite@5.0.11): - resolution: {integrity: sha512-PLQstVyOtIsw81twCb3I1Qj+N5h7JFMoBYoB11AkO6u6YKeltljSLAVCAzhKAOC3/aX0m3naxCPFiVHD4sb3QQ==} + /vite-plugin-vue-devtools@7.0.11(vite@5.0.12): + resolution: {integrity: sha512-GJLDSRvn6Ry2L6tZkVVAnC1W2OdStA1kg31RLVQWXVkDBVaIT6wsjWnw5cMDzI5TQjRoLX61XF9ooOrQOREuPA==} engines: {node: '>=v14.21.3'} peerDependencies: vite: ^3.1.0 || ^4.0.0-0 || ^5.0.0-0 dependencies: - '@vue/devtools-core': 7.0.8(vite@5.0.11) - '@vue/devtools-kit': 7.0.8 - '@vue/devtools-shared': 7.0.8 + '@vue/devtools-core': 7.0.11(vite@5.0.12) + '@vue/devtools-kit': 7.0.11 + '@vue/devtools-shared': 7.0.11 birpc: 0.2.14 execa: 8.0.1 sirv: 2.0.4 - vite: 5.0.11(@types/node@18.19.6)(sass@1.69.7) - vite-plugin-inspect: 0.8.1(vite@5.0.11) - vite-plugin-vue-inspector: 4.0.2(vite@5.0.11) + vite: 5.0.12(@types/node@18.19.8)(sass@1.70.0) + vite-plugin-inspect: 0.8.1(vite@5.0.12) + vite-plugin-vue-inspector: 4.0.2(vite@5.0.12) transitivePeerDependencies: - '@nuxt/kit' - rollup - supports-color dev: true - /vite-plugin-vue-inspector@4.0.2(vite@5.0.11): + /vite-plugin-vue-inspector@4.0.2(vite@5.0.12): resolution: {integrity: sha512-KPvLEuafPG13T7JJuQbSm5PwSxKFnVS965+MP1we2xGw9BPkkc/+LPix5MMWenpKWqtjr0ws8THrR+KuoDC8hg==} peerDependencies: vite: ^3.0.0-0 || ^4.0.0-0 || ^5.0.0-0 @@ -14779,13 +14821,13 @@ packages: '@vue/compiler-dom': 3.4.11 kolorist: 1.8.0 magic-string: 0.30.5 - vite: 5.0.11(@types/node@18.19.6)(sass@1.69.7) + vite: 5.0.12(@types/node@18.19.8)(sass@1.70.0) transitivePeerDependencies: - supports-color dev: true - /vite@5.0.11(@types/node@18.19.6)(sass@1.69.7): - resolution: {integrity: sha512-XBMnDjZcNAw/G1gEiskiM1v6yzM4GE5aMGvhWTlHAYYhxb7S3/V1s3m2LDHa8Vh6yIWYYB0iJwsEaS523c4oYA==} + /vite@5.0.12(@types/node@18.19.8)(sass@1.70.0): + resolution: {integrity: sha512-4hsnEkG3q0N4Tzf1+t6NdN9dg/L3BM+q8SWgbSPnJvrgH2kgdyzfVJwbR1ic69/4uMJJ/3dqDZZE5/WwqW8U1w==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: @@ -14812,25 +14854,25 @@ packages: terser: optional: true dependencies: - '@types/node': 18.19.6 + '@types/node': 18.19.8 esbuild: 0.19.11 postcss: 8.4.33 rollup: 4.9.5 - sass: 1.69.7 + sass: 1.70.0 optionalDependencies: fsevents: 2.3.3 - /vitest-canvas-mock@0.3.3(vitest@1.1.3): + /vitest-canvas-mock@0.3.3(vitest@1.2.1): resolution: {integrity: sha512-3P968tYBpqYyzzOaVtqnmYjqbe13576/fkjbDEJSfQAkHtC5/UjuRHOhFEN/ZV5HVZIkaROBUWgazDKJ+Ibw+Q==} peerDependencies: vitest: '*' dependencies: jest-canvas-mock: 2.5.2 - vitest: 1.1.3(@types/node@18.19.6)(@vitest/ui@1.1.3)(sass@1.69.7) + vitest: 1.2.1(@types/node@18.19.8)(@vitest/ui@1.2.1)(sass@1.70.0) dev: true - /vitest@1.1.3(@types/node@18.19.6)(@vitest/ui@1.1.3)(sass@1.69.7): - resolution: {integrity: sha512-2l8om1NOkiA90/Y207PsEvJLYygddsOyr81wLQ20Ra8IlLKbyQncWsGZjnbkyG2KwwuTXLQjEPOJuxGMG8qJBQ==} + /vitest@1.2.1(@types/node@18.19.8)(@vitest/ui@1.2.1)(sass@1.70.0): + resolution: {integrity: sha512-TRph8N8rnSDa5M2wKWJCMnztCZS9cDcgVTQ6tsTFTG/odHJ4l5yNVqvbeDJYJRZ6is3uxaEpFs8LL6QM+YFSdA==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: @@ -14854,13 +14896,13 @@ packages: jsdom: optional: true dependencies: - '@types/node': 18.19.6 - '@vitest/expect': 1.1.3 - '@vitest/runner': 1.1.3 - '@vitest/snapshot': 1.1.3 - '@vitest/spy': 1.1.3 - '@vitest/ui': 1.1.3(vitest@1.1.3) - '@vitest/utils': 1.1.3 + '@types/node': 18.19.8 + '@vitest/expect': 1.2.1 + '@vitest/runner': 1.2.1 + '@vitest/snapshot': 1.2.1 + '@vitest/spy': 1.2.1 + '@vitest/ui': 1.2.1(vitest@1.2.1) + '@vitest/utils': 1.2.1 acorn-walk: 8.3.2 cac: 6.7.14 chai: 4.4.1 @@ -14874,8 +14916,8 @@ packages: strip-literal: 1.3.0 tinybench: 2.5.1 tinypool: 0.8.1 - vite: 5.0.11(@types/node@18.19.6)(sass@1.69.7) - vite-node: 1.1.3(@types/node@18.19.6)(sass@1.69.7) + vite: 5.0.12(@types/node@18.19.8)(sass@1.70.0) + vite-node: 1.2.1(@types/node@18.19.8)(sass@1.70.0) why-is-node-running: 2.2.2 transitivePeerDependencies: - less @@ -14923,7 +14965,7 @@ packages: resolution: {integrity: sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog==} dev: true - /vue-loader@15.11.1(css-loader@6.9.0)(lodash@4.17.21)(prettier@3.1.1)(webpack@5.89.0): + /vue-loader@15.11.1(css-loader@6.9.1)(lodash@4.17.21)(prettier@3.2.4)(webpack@5.89.0): resolution: {integrity: sha512-0iw4VchYLePqJfJu9s62ACWUXeSqM30SQqlIftbYWM3C+jpPcEHKSPUZBLjSF9au4HTHQ/naF6OGnO3Q/qGR3Q==} peerDependencies: '@vue/compiler-sfc': ^3.0.8 @@ -14943,10 +14985,10 @@ packages: optional: true dependencies: '@vue/component-compiler-utils': 3.3.0(lodash@4.17.21) - css-loader: 6.9.0(webpack@5.89.0) + css-loader: 6.9.1(webpack@5.89.0) hash-sum: 1.0.2 loader-utils: 1.4.2 - prettier: 3.1.1 + prettier: 3.2.4 vue-hot-reload-api: 2.3.4 vue-style-loader: 4.1.3 webpack: 5.89.0(@swc/core@1.3.96) @@ -15006,7 +15048,7 @@ packages: - whiskers dev: true - /vue-loader@17.4.2(vue@3.4.11)(webpack@5.89.0): + /vue-loader@17.4.2(vue@3.4.15)(webpack@5.89.0): resolution: {integrity: sha512-yTKOA4R/VN4jqjw4y5HrynFL8AK0Z3/Jt7eOJXEitsm0GMRHDBjCfCiuTiLP7OESvsZYo2pATCWhDqxC5ZrM6w==} peerDependencies: '@vue/compiler-sfc': '*' @@ -15020,18 +15062,18 @@ packages: dependencies: chalk: 4.1.2 hash-sum: 2.0.0 - vue: 3.4.11(typescript@5.3.3) + vue: 3.4.15(typescript@5.3.3) watchpack: 2.4.0 webpack: 5.89.0(@swc/core@1.3.96) dev: true - /vue-router@4.2.5(vue@3.4.11): + /vue-router@4.2.5(vue@3.4.15): resolution: {integrity: sha512-DIUpKcyg4+PTQKfFPX88UWhlagBEBEfJ5A8XDXRJLUnZOvcpMF8o/dnL90vpVkGaPbjvXazV/rC1qBKrZlFugw==} peerDependencies: vue: ^3.2.0 dependencies: '@vue/devtools-api': 6.5.1 - vue: 3.4.11(typescript@5.3.3) + vue: 3.4.15(typescript@5.3.3) dev: false /vue-style-loader@4.1.3: @@ -15064,19 +15106,19 @@ packages: typescript: 5.3.3 dev: true - /vue@3.4.11(typescript@5.3.3): - resolution: {integrity: sha512-iaA98z14ZrrVJlclpHX/HCNeacbMOLdX5foYN7/vt4cHFhDkBRzojjbLQZ2UDRAeNV1v4V5I21+QpdCXWlpG5Q==} + /vue@3.4.15(typescript@5.3.3): + resolution: {integrity: sha512-jC0GH4KkWLWJOEQjOpkqU1bQsBwf4R1rsFtw5GQJbjHVKWDzO6P0nWWBTmjp1xSemAioDFj1jdaK1qa3DnMQoQ==} peerDependencies: typescript: '*' peerDependenciesMeta: typescript: optional: true dependencies: - '@vue/compiler-dom': 3.4.11 - '@vue/compiler-sfc': 3.4.11 - '@vue/runtime-dom': 3.4.11 - '@vue/server-renderer': 3.4.11(vue@3.4.11) - '@vue/shared': 3.4.11 + '@vue/compiler-dom': 3.4.15 + '@vue/compiler-sfc': 3.4.15 + '@vue/runtime-dom': 3.4.15 + '@vue/server-renderer': 3.4.15(vue@3.4.15) + '@vue/shared': 3.4.15 typescript: 5.3.3 /w3c-xmlserializer@4.0.0: diff --git a/src/packages/__VUE/cascader/__tests__/__snapshots__/cascader.spec.ts.snap b/src/packages/__VUE/cascader/__tests__/__snapshots__/cascader.spec.ts.snap index 393edd39be..ef3872788b 100644 --- a/src/packages/__VUE/cascader/__tests__/__snapshots__/cascader.spec.ts.snap +++ b/src/packages/__VUE/cascader/__tests__/__snapshots__/cascader.spec.ts.snap @@ -761,13 +761,18 @@ exports[`Cascader > select 1`] = ` + + + + 福建 + 请选择 - + @@ -780,13 +785,22 @@ exports[`Cascader > select 1`] = ` - + 福建 + + + + 福州 + + + + +