diff --git a/CHANGELOG.en_US.md b/CHANGELOG.en_US.md index 2e99ac143..d99a947b5 100644 --- a/CHANGELOG.en_US.md +++ b/CHANGELOG.en_US.md @@ -1,3 +1,23 @@ +# 4.1.0 (2023-05-12) + +### 🎫 Feat + +- Add a `demo` example combined with `Form` for the functional pop-up box component +- wrapper `el-col` component of `element-plus` +- Add `beforeCancel` and `beforeSure` callbacks to the functional popup component, which can suspend the closing of the popup +- Improve `System Management-Department Management` page +- Optimize `PureTableBar` component, add drag and drop function for column display + +### 🐞 Bug fixes + +- Fix the problem that the page cache still exists when you click the tab to reload after turning on `keepAlive` +- Fix the problem that the left menu will flicker after refreshing the tab in the mixed mode menu + +### 🍏 Perf + +- Optimize home page layout +- Dependency update to `vue3.3+` and remove `unplugin-vue-define-options` plugin + # 4.0.0 (2023-05-09) [View 4.0.0 version optimization details](https://github.com/pure-admin/vue-pure-admin/issues/428#issuecomment-1422191158) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e99ac143..d99a947b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +# 4.1.0 (2023-05-12) + +### 🎫 Feat + +- Add a `demo` example combined with `Form` for the functional pop-up box component +- wrapper `el-col` component of `element-plus` +- Add `beforeCancel` and `beforeSure` callbacks to the functional popup component, which can suspend the closing of the popup +- Improve `System Management-Department Management` page +- Optimize `PureTableBar` component, add drag and drop function for column display + +### 🐞 Bug fixes + +- Fix the problem that the page cache still exists when you click the tab to reload after turning on `keepAlive` +- Fix the problem that the left menu will flicker after refreshing the tab in the mixed mode menu + +### 🍏 Perf + +- Optimize home page layout +- Dependency update to `vue3.3+` and remove `unplugin-vue-define-options` plugin + # 4.0.0 (2023-05-09) [View 4.0.0 version optimization details](https://github.com/pure-admin/vue-pure-admin/issues/428#issuecomment-1422191158) diff --git a/CHANGELOG.zh_CN.md b/CHANGELOG.zh_CN.md index ffed94299..3fad2f2d2 100644 --- a/CHANGELOG.zh_CN.md +++ b/CHANGELOG.zh_CN.md @@ -1,3 +1,23 @@ +# 4.1.0 (2023-05-12) + +### 🎫 Feat + +- 函数式弹框组件添加结合 `Form` 的 `demo` 示例 +- 封装 `element-plus` 的 `el-col` 组件 +- 函数式弹框组件添加 `beforeCancel` 和 `beforeSure` 回调,可暂停弹框的关闭 +- 完善 `系统管理-部门管理` 页面 +- 优化 `PureTableBar` 组件,列展示添加拖拽功能 + +### 🐞 Bug fixes + +- 修复开启 `keepAlive` 后点击标签页的重新加载,页面缓存还存在的问题 +- 修复混合模式菜单下刷新页签后左侧菜单会闪烁一下的问题 + +### 🍏 Perf + +- 优化首页布局 +- 依赖更新到 `vue3.3+` 以及删除 `unplugin-vue-define-options` 插件 + # 4.0.0 (2023-05-09) [查看 4.0.0 版本优化细节](https://github.com/pure-admin/vue-pure-admin/issues/428#issuecomment-1422191158) diff --git a/build/optimize.ts b/build/optimize.ts index 89d049c59..d7c2a696d 100644 --- a/build/optimize.ts +++ b/build/optimize.ts @@ -36,6 +36,7 @@ const include = [ "element-resize-detector", "@amap/amap-jsapi-loader", "el-table-infinite-scroll", + "vue-waterfall-plugin-next", "@wangeditor/editor-for-vue", "vuedraggable/src/vuedraggable" ]; diff --git a/locales/en.yaml b/locales/en.yaml index 213450135..3035c784a 100644 --- a/locales/en.yaml +++ b/locales/en.yaml @@ -39,6 +39,7 @@ menus: hsdialog: Dialog Components hsmessage: Message Tips Components hsvideo: Video Components + hswaterfall: Waterfall Components hsmap: Map Components hsdraggable: Draggable Components hssplitPane: Split Pane diff --git a/locales/zh-CN.yaml b/locales/zh-CN.yaml index 30fa6d9bc..9f52c29c1 100644 --- a/locales/zh-CN.yaml +++ b/locales/zh-CN.yaml @@ -39,6 +39,7 @@ menus: hsdialog: 函数式弹框组件 hsmessage: 消息提示组件 hsvideo: 视频组件 + hswaterfall: 瀑布流组件 hsmap: 地图组件 hsdraggable: 拖拽组件 hssplitPane: 切割面板 diff --git a/package.json b/package.json index c5bf06063..8f55ffaab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-pure-admin", - "version": "4.0.0", + "version": "4.1.0", "private": true, "scripts": { "dev": "NODE_OPTIONS=--max-old-space-size=4096 vite", @@ -30,14 +30,14 @@ "dependencies": { "@amap/amap-jsapi-loader": "^1.0.1", "@howdyjs/mouse-menu": "^2.0.7", - "@logicflow/core": "^1.2.5", - "@logicflow/extension": "^1.2.5", + "@logicflow/core": "^1.2.6", + "@logicflow/extension": "^1.2.6", "@pureadmin/descriptions": "^1.1.1", "@pureadmin/table": "^2.1.0", "@pureadmin/utils": "^1.8.9", "@vueuse/core": "^10.1.2", "@vueuse/motion": "2.0.0-beta.12", - "@wangeditor/editor": "^5.1.21", + "@wangeditor/editor": "^5.1.23", "@wangeditor/editor-for-vue": "^5.1.12", "animate.css": "^4.1.1", "axios": "^1.4.0", @@ -61,16 +61,17 @@ "qs": "^6.11.1", "responsive-storage": "^2.2.0", "sortablejs": "^1.15.0", - "swiper": "^9.3.0", + "swiper": "^9.3.1", "typeit": "^8.7.1", "v-contextmenu": "3.0.0", - "vue": "^3.3.1", + "vue": "^3.3.2", "vue-i18n": "^9.2.2", "vue-json-pretty": "^2.2.4", "vue-pdf-embed": "^1.1.6", - "vue-router": "^4.1.6", + "vue-router": "^4.2.0", "vue-types": "^5.0.2", "vue-virtual-scroller": "2.0.0-beta.7", + "vue-waterfall-plugin-next": "^2.2.1", "vue3-danmaku": "1.4.0-beta.1", "vuedraggable": "^4.1.0", "xgplayer": "^3.0.2", @@ -95,7 +96,7 @@ "@types/sortablejs": "^1.15.1", "@typescript-eslint/eslint-plugin": "^5.59.5", "@typescript-eslint/parser": "^5.59.5", - "@vitejs/plugin-vue": "^4.2.2", + "@vitejs/plugin-vue": "^4.2.3", "@vitejs/plugin-vue-jsx": "^3.0.1", "@vue/eslint-config-prettier": "^7.1.0", "@vue/eslint-config-typescript": "^11.0.3", @@ -131,7 +132,7 @@ "stylelint-scss": "^5.0.0", "svgo": "^3.0.2", "tailwindcss": "^3.3.2", - "terser": "^5.17.1", + "terser": "^5.17.3", "typescript": "^5.0.4", "vite": "^4.3.5", "vite-plugin-cdn-import": "^0.3.5", @@ -139,8 +140,8 @@ "vite-plugin-mock": "^2.9.6", "vite-plugin-remove-console": "^2.1.1", "vite-svg-loader": "^4.0.0", - "vue-eslint-parser": "^9.2.1", - "vue-tsc": "^1.6.4" + "vue-eslint-parser": "^9.3.0", + "vue-tsc": "^1.6.5" }, "pnpm": { "peerDependencyRules": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a5e2d3486..1d695a0bd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ specifiers: "@iconify-icons/ri": ^1.2.7 "@iconify/vue": ^4.1.1 "@intlify/unplugin-vue-i18n": ^0.10.0 - "@logicflow/core": ^1.2.5 - "@logicflow/extension": ^1.2.5 + "@logicflow/core": ^1.2.6 + "@logicflow/extension": ^1.2.6 "@pureadmin/descriptions": ^1.1.1 "@pureadmin/table": ^2.1.0 "@pureadmin/theme": ^3.0.0 @@ -26,13 +26,13 @@ specifiers: "@types/sortablejs": ^1.15.1 "@typescript-eslint/eslint-plugin": ^5.59.5 "@typescript-eslint/parser": ^5.59.5 - "@vitejs/plugin-vue": ^4.2.2 + "@vitejs/plugin-vue": ^4.2.3 "@vitejs/plugin-vue-jsx": ^3.0.1 "@vue/eslint-config-prettier": ^7.1.0 "@vue/eslint-config-typescript": ^11.0.3 "@vueuse/core": ^10.1.2 "@vueuse/motion": 2.0.0-beta.12 - "@wangeditor/editor": ^5.1.21 + "@wangeditor/editor": ^5.1.23 "@wangeditor/editor-for-vue": ^5.1.12 animate.css: ^4.1.1 autoprefixer: ^10.4.14 @@ -87,9 +87,9 @@ specifiers: stylelint-prettier: ^3.0.0 stylelint-scss: ^5.0.0 svgo: ^3.0.2 - swiper: ^9.3.0 + swiper: ^9.3.1 tailwindcss: ^3.3.2 - terser: ^5.17.1 + terser: ^5.17.3 typeit: ^8.7.1 typescript: ^5.0.4 v-contextmenu: 3.0.0 @@ -99,15 +99,16 @@ specifiers: vite-plugin-mock: ^2.9.6 vite-plugin-remove-console: ^2.1.1 vite-svg-loader: ^4.0.0 - vue: ^3.3.1 - vue-eslint-parser: ^9.2.1 + vue: ^3.3.2 + vue-eslint-parser: ^9.3.0 vue-i18n: ^9.2.2 vue-json-pretty: ^2.2.4 vue-pdf-embed: ^1.1.6 - vue-router: ^4.1.6 - vue-tsc: ^1.6.4 + vue-router: ^4.2.0 + vue-tsc: ^1.6.5 vue-types: ^5.0.2 vue-virtual-scroller: 2.0.0-beta.7 + vue-waterfall-plugin-next: ^2.2.1 vue3-danmaku: 1.4.0-beta.1 vuedraggable: ^4.1.0 xgplayer: ^3.0.2 @@ -115,16 +116,16 @@ specifiers: dependencies: "@amap/amap-jsapi-loader": 1.0.1 - "@howdyjs/mouse-menu": 2.0.7_vue@3.3.1 - "@logicflow/core": 1.2.5 - "@logicflow/extension": 1.2.5 + "@howdyjs/mouse-menu": 2.0.7_vue@3.3.2 + "@logicflow/core": 1.2.6 + "@logicflow/extension": 1.2.6 "@pureadmin/descriptions": 1.1.1_element-plus@2.3.4 "@pureadmin/table": 2.1.0_element-plus@2.3.4 - "@pureadmin/utils": 1.8.9_echarts@5.4.2+vue@3.3.1 - "@vueuse/core": 10.1.2_vue@3.3.1 - "@vueuse/motion": 2.0.0-beta.12_vue@3.3.1 + "@pureadmin/utils": 1.8.9_echarts@5.4.2+vue@3.3.2 + "@vueuse/core": 10.1.2_vue@3.3.2 + "@vueuse/motion": 2.0.0-beta.12_vue@3.3.2 "@wangeditor/editor": 5.1.23 - "@wangeditor/editor-for-vue": 5.1.12_wucdqswcltunrhqyib5hn37gpu + "@wangeditor/editor-for-vue": 5.1.12_juenmtata2ya6oftfitjkoc224 animate.css: 4.1.1 axios: 1.4.0 china-area-data: 5.0.1 @@ -132,7 +133,7 @@ dependencies: dayjs: 1.11.7 echarts: 5.4.2 el-table-infinite-scroll: 3.0.1 - element-plus: 2.3.4_vue@3.3.1 + element-plus: 2.3.4_vue@3.3.2 element-resize-detector: 1.2.4 intro.js: 7.0.1 js-cookie: 3.0.5 @@ -142,23 +143,24 @@ dependencies: mockjs: 1.1.0 nprogress: 0.2.0 path: 0.12.7 - pinia: 2.0.36_typescript@5.0.4+vue@3.3.1 + pinia: 2.0.36_typescript@5.0.4+vue@3.3.2 qrcode: 1.5.3 qs: 6.11.1 responsive-storage: 2.2.0 sortablejs: 1.15.0 - swiper: 9.3.0 + swiper: 9.3.1 typeit: 8.7.1 - v-contextmenu: 3.0.0_vue@3.3.1 - vue: 3.3.1 - vue-i18n: 9.2.2_vue@3.3.1 - vue-json-pretty: 2.2.4_vue@3.3.1 - vue-pdf-embed: 1.1.6_vue@3.3.1 - vue-router: 4.1.6_vue@3.3.1 - vue-types: 5.0.2_vue@3.3.1 - vue-virtual-scroller: 2.0.0-beta.7_vue@3.3.1 - vue3-danmaku: 1.4.0-beta.1_vue@3.3.1 - vuedraggable: 4.1.0_vue@3.3.1 + v-contextmenu: 3.0.0_vue@3.3.2 + vue: 3.3.2 + vue-i18n: 9.2.2_vue@3.3.2 + vue-json-pretty: 2.2.4_vue@3.3.2 + vue-pdf-embed: 1.1.6_vue@3.3.2 + vue-router: 4.2.0_vue@3.3.2 + vue-types: 5.0.2_vue@3.3.2 + vue-virtual-scroller: 2.0.0-beta.7_vue@3.3.2 + vue-waterfall-plugin-next: 2.2.1_vue@3.3.2 + vue3-danmaku: 1.4.0-beta.1_vue@3.3.2 + vuedraggable: 4.1.0_vue@3.3.2 xgplayer: 3.0.2 xlsx: 0.18.5 @@ -167,29 +169,29 @@ devDependencies: "@commitlint/config-conventional": 17.6.3 "@iconify-icons/ep": 1.2.11 "@iconify-icons/ri": 1.2.7 - "@iconify/vue": 4.1.1_vue@3.3.1 + "@iconify/vue": 4.1.1_vue@3.3.2 "@intlify/unplugin-vue-i18n": 0.10.0_vue-i18n@9.2.2 "@pureadmin/theme": 3.0.0 "@types/element-resize-detector": 1.1.3 "@types/intro.js": 5.1.1 "@types/js-cookie": 3.0.3 "@types/mockjs": 1.0.7 - "@types/node": 18.15.12 + "@types/node": 18.16.8 "@types/nprogress": 0.2.0 "@types/qrcode": 1.5.0 "@types/qs": 6.9.7 "@types/sortablejs": 1.15.1 "@typescript-eslint/eslint-plugin": 5.59.5_zaj6dsh3leplki3sfxgbx2w2za "@typescript-eslint/parser": 5.59.5_3qfatcekpgbllh6uk5ivyhkbxq - "@vitejs/plugin-vue": 4.2.2_vite@4.3.5+vue@3.3.1 - "@vitejs/plugin-vue-jsx": 3.0.1_vite@4.3.5+vue@3.3.1 - "@vue/eslint-config-prettier": 7.1.0_cpow4lz2r544yrekpzuutjvo2i + "@vitejs/plugin-vue": 4.2.3_vite@4.3.5+vue@3.3.2 + "@vitejs/plugin-vue-jsx": 3.0.1_vite@4.3.5+vue@3.3.2 + "@vue/eslint-config-prettier": 7.1.0_aq37wtubambsjkbuajxtwljxa4 "@vue/eslint-config-typescript": 11.0.3_nhvncizgwdwdw3lhirpwnri2za autoprefixer: 10.4.14_postcss@8.4.23 cloc: 2.11.0 cssnano: 6.0.1_postcss@8.4.23 eslint: 8.40.0 - eslint-plugin-prettier: 4.2.1_cpow4lz2r544yrekpzuutjvo2i + eslint-plugin-prettier: 4.2.1_aq37wtubambsjkbuajxtwljxa4 eslint-plugin-vue: 9.12.0_eslint@8.40.0 husky: 8.0.3 lint-staged: 13.2.2 @@ -198,8 +200,8 @@ devDependencies: postcss-html: 1.5.0 postcss-import: 15.1.0_postcss@8.4.23 postcss-scss: 4.0.6_postcss@8.4.23 - prettier: 2.8.7 - pretty-quick: 3.1.1_prettier@2.8.7 + prettier: 2.8.8 + pretty-quick: 3.1.1_prettier@2.8.8 rimraf: 5.0.0 rollup-plugin-visualizer: 5.9.0 sass: 1.62.1 @@ -213,20 +215,20 @@ devDependencies: stylelint-config-standard: 33.0.0_stylelint@15.6.1 stylelint-config-standard-scss: 9.0.0_frbqpip5ildlr3fpnrzbl6etee stylelint-order: 6.0.3_stylelint@15.6.1 - stylelint-prettier: 3.0.0_qq5lkhilrvxjm5l75tk5574rna + stylelint-prettier: 3.0.0_ydhac4dv5nk3447o7ol4jd6c7a stylelint-scss: 5.0.0_stylelint@15.6.1 svgo: 3.0.2 tailwindcss: 3.3.2 - terser: 5.17.1 + terser: 5.17.3 typescript: 5.0.4 - vite: 4.3.5_qcmtg26auiybaqtncwtx24lmea + vite: 4.3.5_wshwf6lyytunybtggckvwapi7u vite-plugin-cdn-import: 0.3.5 vite-plugin-compression: 0.5.1_vite@4.3.5 vite-plugin-mock: 2.9.8_mockjs@1.1.0+vite@4.3.5 vite-plugin-remove-console: 2.1.1 vite-svg-loader: 4.0.0 - vue-eslint-parser: 9.2.1_eslint@8.40.0 - vue-tsc: 1.6.4_typescript@5.0.4 + vue-eslint-parser: 9.3.0_eslint@8.40.0 + vue-tsc: 1.6.5_typescript@5.0.4 packages: /@alloc/quick-lru/5.2.0: @@ -263,30 +265,30 @@ packages: dependencies: "@babel/highlight": 7.18.6 - /@babel/compat-data/7.21.4: + /@babel/compat-data/7.21.7: resolution: { - integrity: sha512-/DYyDpeCfaVinT40FPGdkkb+lYSKvsVuMjDAG7jPOWWiM1ibOaB9CXJAlc4d1QpP/U2q2P9jbrSlClKSErd55g== + integrity: sha512-KYMqFYTaenzMK4yUtf4EW9wc4N9ef80FsbMtkwool5zpwl4YrT1SdWYSTRcT94KO4hannogdS+LxY7L+arP3gA== } engines: { node: ">=6.9.0" } - /@babel/core/7.21.4: + /@babel/core/7.21.8: resolution: { - integrity: sha512-qt/YV149Jman/6AfmlxJ04LMIu8bMoyl3RB91yTFrxQmgbrSvQMy7cI8Q62FHx1t8wJ8B5fu0UDoLwHAhUo1QA== + integrity: sha512-YeM22Sondbo523Sz0+CirSPnbj9bG3P0CdHcBZdqUuaeOaYEFbOLoGU7lebvGP6P5J/WE9wOn7u7C4J9HvS1xQ== } engines: { node: ">=6.9.0" } dependencies: "@ampproject/remapping": 2.2.1 "@babel/code-frame": 7.21.4 - "@babel/generator": 7.21.4 - "@babel/helper-compilation-targets": 7.21.4_@babel+core@7.21.4 - "@babel/helper-module-transforms": 7.21.2 - "@babel/helpers": 7.21.0 - "@babel/parser": 7.21.4 + "@babel/generator": 7.21.5 + "@babel/helper-compilation-targets": 7.21.5_@babel+core@7.21.8 + "@babel/helper-module-transforms": 7.21.5 + "@babel/helpers": 7.21.5 + "@babel/parser": 7.21.8 "@babel/template": 7.20.7 - "@babel/traverse": 7.21.4 - "@babel/types": 7.21.4 + "@babel/traverse": 7.21.5 + "@babel/types": 7.21.5 convert-source-map: 1.9.0 debug: 4.3.4 gensync: 1.0.0-beta.2 @@ -295,14 +297,14 @@ packages: transitivePeerDependencies: - supports-color - /@babel/generator/7.21.4: + /@babel/generator/7.21.5: resolution: { - integrity: sha512-NieM3pVIYW2SwGzKoqfPrQsf4xGs9M9AIG3ThppsSRmO+m7eQhmI6amajKMUeIO37wFfsvnvcxQFx6x6iqxDnA== + integrity: sha512-SrKK/sRv8GesIW1bDagf9cCG38IOMYZusoe1dfg0D8aiUe3Amvoj1QtjTPAWcfrZFvIwlleLb0gxzQidL9w14w== } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.21.4 + "@babel/types": 7.21.5 "@jridgewell/gen-mapping": 0.3.3 "@jridgewell/trace-mapping": 0.3.18 jsesc: 2.5.2 @@ -314,51 +316,52 @@ packages: } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.21.4 + "@babel/types": 7.21.5 dev: true - /@babel/helper-compilation-targets/7.21.4_@babel+core@7.21.4: + /@babel/helper-compilation-targets/7.21.5_@babel+core@7.21.8: resolution: { - integrity: sha512-Fa0tTuOXZ1iL8IeDFUWCzjZcn+sJGd9RZdH9esYVjEejGmzf+FFYQpMi/kZUk2kPy/q1H3/GPw7np8qar/stfg== + integrity: sha512-1RkbFGUKex4lvsB9yhIfWltJM5cZKUftB2eNajaDv3dCMEp49iBG0K14uH8NnX9IPux2+mK7JGEOB0jn48/J6w== } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0 dependencies: - "@babel/compat-data": 7.21.4 - "@babel/core": 7.21.4 + "@babel/compat-data": 7.21.7 + "@babel/core": 7.21.8 "@babel/helper-validator-option": 7.21.0 browserslist: 4.21.5 lru-cache: 5.1.1 semver: 6.3.0 - /@babel/helper-create-class-features-plugin/7.21.4_@babel+core@7.21.4: + /@babel/helper-create-class-features-plugin/7.21.8_@babel+core@7.21.8: resolution: { - integrity: sha512-46QrX2CQlaFRF4TkwfTt6nJD7IHq8539cCL7SDpqWSDeJKY1xylKKY5F/33mJhLZ3mFvKv2gGrVS6NkyF6qs+Q== + integrity: sha512-+THiN8MqiH2AczyuZrnrKL6cAxFRRQDKW9h1YkBvbgKmAm6mwiacig1qT73DHIWMGo40GRnsEfN3LA+E6NtmSw== } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0 dependencies: - "@babel/core": 7.21.4 + "@babel/core": 7.21.8 "@babel/helper-annotate-as-pure": 7.18.6 - "@babel/helper-environment-visitor": 7.18.9 + "@babel/helper-environment-visitor": 7.21.5 "@babel/helper-function-name": 7.21.0 - "@babel/helper-member-expression-to-functions": 7.21.0 + "@babel/helper-member-expression-to-functions": 7.21.5 "@babel/helper-optimise-call-expression": 7.18.6 - "@babel/helper-replace-supers": 7.20.7 + "@babel/helper-replace-supers": 7.21.5 "@babel/helper-skip-transparent-expression-wrappers": 7.20.0 "@babel/helper-split-export-declaration": 7.18.6 + semver: 6.3.0 transitivePeerDependencies: - supports-color dev: true - /@babel/helper-environment-visitor/7.18.9: + /@babel/helper-environment-visitor/7.21.5: resolution: { - integrity: sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg== + integrity: sha512-IYl4gZ3ETsWocUWgsFZLM5i1BYx9SoemminVEXadgLBa9TdeorzgLKm8wWLA6J1N/kT3Kch8XIk1laNzYoHKvQ== } engines: { node: ">=6.9.0" } @@ -370,7 +373,7 @@ packages: engines: { node: ">=6.9.0" } dependencies: "@babel/template": 7.20.7 - "@babel/types": 7.21.4 + "@babel/types": 7.21.5 /@babel/helper-hoist-variables/7.18.6: resolution: @@ -379,16 +382,16 @@ packages: } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.21.4 + "@babel/types": 7.21.5 - /@babel/helper-member-expression-to-functions/7.21.0: + /@babel/helper-member-expression-to-functions/7.21.5: resolution: { - integrity: sha512-Muu8cdZwNN6mRRNG6lAYErJ5X3bRevgYR2O8wN0yn7jJSnGDu6eG59RfT29JHxGUovyfrh6Pj0XzmR7drNVL3Q== + integrity: sha512-nIcGfgwpH2u4n9GG1HpStW5Ogx7x7ekiFHbjjFRKXbn5zUvqO9ZgotCO4x1aNbKn/x/xOUaXEhyNHCwtFCpxWg== } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.21.4 + "@babel/types": 7.21.5 dev: true /@babel/helper-module-imports/7.21.4: @@ -398,23 +401,23 @@ packages: } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.21.4 + "@babel/types": 7.21.5 - /@babel/helper-module-transforms/7.21.2: + /@babel/helper-module-transforms/7.21.5: resolution: { - integrity: sha512-79yj2AR4U/Oqq/WOV7Lx6hUjau1Zfo4cI+JLAVYeMV5XIlbOhmjEk5ulbTc9fMpmlojzZHkUUxAiK+UKn+hNQQ== + integrity: sha512-bI2Z9zBGY2q5yMHoBvJ2a9iX3ZOAzJPm7Q8Yz6YeoUjU/Cvhmi2G4QyTNyPBqqXSgTjUxRg3L0xV45HvkNWWBw== } engines: { node: ">=6.9.0" } dependencies: - "@babel/helper-environment-visitor": 7.18.9 + "@babel/helper-environment-visitor": 7.21.5 "@babel/helper-module-imports": 7.21.4 - "@babel/helper-simple-access": 7.20.2 + "@babel/helper-simple-access": 7.21.5 "@babel/helper-split-export-declaration": 7.18.6 "@babel/helper-validator-identifier": 7.19.1 "@babel/template": 7.20.7 - "@babel/traverse": 7.21.4 - "@babel/types": 7.21.4 + "@babel/traverse": 7.21.5 + "@babel/types": 7.21.5 transitivePeerDependencies: - supports-color @@ -425,41 +428,41 @@ packages: } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.21.4 + "@babel/types": 7.21.5 dev: true - /@babel/helper-plugin-utils/7.20.2: + /@babel/helper-plugin-utils/7.21.5: resolution: { - integrity: sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ== + integrity: sha512-0WDaIlXKOX/3KfBK/dwP1oQGiPh6rjMkT7HIRv7i5RR2VUMwrx5ZL0dwBkKx7+SW1zwNdgjHd34IMk5ZjTeHVg== } engines: { node: ">=6.9.0" } - /@babel/helper-replace-supers/7.20.7: + /@babel/helper-replace-supers/7.21.5: resolution: { - integrity: sha512-vujDMtB6LVfNW13jhlCrp48QNslK6JXi7lQG736HVbHz/mbf4Dc7tIRh1Xf5C0rF7BP8iiSxGMCmY6Ci1ven3A== + integrity: sha512-/y7vBgsr9Idu4M6MprbOVUfH3vs7tsIfnVWv/Ml2xgwvyH6LTngdfbf5AdsKwkJy4zgy1X/kuNrEKvhhK28Yrg== } engines: { node: ">=6.9.0" } dependencies: - "@babel/helper-environment-visitor": 7.18.9 - "@babel/helper-member-expression-to-functions": 7.21.0 + "@babel/helper-environment-visitor": 7.21.5 + "@babel/helper-member-expression-to-functions": 7.21.5 "@babel/helper-optimise-call-expression": 7.18.6 "@babel/template": 7.20.7 - "@babel/traverse": 7.21.4 - "@babel/types": 7.21.4 + "@babel/traverse": 7.21.5 + "@babel/types": 7.21.5 transitivePeerDependencies: - supports-color dev: true - /@babel/helper-simple-access/7.20.2: + /@babel/helper-simple-access/7.21.5: resolution: { - integrity: sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA== + integrity: sha512-ENPDAMC1wAjR0uaCUwliBdiSl1KBJAVnMTzXqi64c2MG8MPR6ii4qf7bSXDqSFbr4W6W028/rf5ivoHop5/mkg== } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.21.4 + "@babel/types": 7.21.5 /@babel/helper-skip-transparent-expression-wrappers/7.20.0: resolution: @@ -468,7 +471,7 @@ packages: } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.21.4 + "@babel/types": 7.21.5 dev: true /@babel/helper-split-export-declaration/7.18.6: @@ -478,12 +481,12 @@ packages: } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.21.4 + "@babel/types": 7.21.5 - /@babel/helper-string-parser/7.19.4: + /@babel/helper-string-parser/7.21.5: resolution: { - integrity: sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw== + integrity: sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w== } engines: { node: ">=6.9.0" } @@ -501,16 +504,16 @@ packages: } engines: { node: ">=6.9.0" } - /@babel/helpers/7.21.0: + /@babel/helpers/7.21.5: resolution: { - integrity: sha512-XXve0CBtOW0pd7MRzzmoyuSj0e3SEzj8pgyFxnTT1NJZL38BD1MK7yYrm8yefRPIDvNNe14xR4FdbHwpInD4rA== + integrity: sha512-BSY+JSlHxOmGsPTydUkPf1MdMQ3M81x5xGCOVgWM3G8XH77sJ292Y2oqcp0CbbgxhqBuI46iUz1tT7hqP7EfgA== } engines: { node: ">=6.9.0" } dependencies: "@babel/template": 7.20.7 - "@babel/traverse": 7.21.4 - "@babel/types": 7.21.4 + "@babel/traverse": 7.21.5 + "@babel/types": 7.21.5 transitivePeerDependencies: - supports-color @@ -525,17 +528,17 @@ packages: chalk: 2.4.2 js-tokens: 4.0.0 - /@babel/parser/7.21.4: + /@babel/parser/7.21.8: resolution: { - integrity: sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw== + integrity: sha512-6zavDGdzG3gUqAdWvlLFfk+36RilI+Pwyuuh7HItyeScCWP3k6i8vKclAQ0bM/0y/Kz/xiwvxhMv9MgTJP5gmA== } engines: { node: ">=6.0.0" } hasBin: true dependencies: - "@babel/types": 7.21.4 + "@babel/types": 7.21.5 - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.21.4: + /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.21.8: resolution: { integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw== @@ -543,11 +546,11 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 + "@babel/core": 7.21.8 + "@babel/helper-plugin-utils": 7.21.5 dev: false - /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.21.4: + /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.21.8: resolution: { integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg== @@ -555,11 +558,11 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 + "@babel/core": 7.21.8 + "@babel/helper-plugin-utils": 7.21.5 dev: false - /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.21.4: + /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.21.8: resolution: { integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA== @@ -567,11 +570,11 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 + "@babel/core": 7.21.8 + "@babel/helper-plugin-utils": 7.21.5 dev: false - /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.21.4: + /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.21.8: resolution: { integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g== @@ -579,11 +582,11 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 + "@babel/core": 7.21.8 + "@babel/helper-plugin-utils": 7.21.5 dev: false - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.21.4: + /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.21.8: resolution: { integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA== @@ -591,11 +594,11 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 + "@babel/core": 7.21.8 + "@babel/helper-plugin-utils": 7.21.5 dev: false - /@babel/plugin-syntax-jsx/7.21.4_@babel+core@7.21.4: + /@babel/plugin-syntax-jsx/7.21.4_@babel+core@7.21.8: resolution: { integrity: sha512-5hewiLct5OKyh6PLKEYaFclcqtIgCb6bmELouxjF6up5q3Sov7rOayW4RwhbaBL0dit8rA80GNfY+UuDp2mBbQ== @@ -604,11 +607,11 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 + "@babel/core": 7.21.8 + "@babel/helper-plugin-utils": 7.21.5 dev: true - /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.21.4: + /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.21.8: resolution: { integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig== @@ -616,11 +619,11 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 + "@babel/core": 7.21.8 + "@babel/helper-plugin-utils": 7.21.5 dev: false - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.21.4: + /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.21.8: resolution: { integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ== @@ -628,11 +631,11 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 + "@babel/core": 7.21.8 + "@babel/helper-plugin-utils": 7.21.5 dev: false - /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.21.4: + /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.21.8: resolution: { integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug== @@ -640,11 +643,11 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 + "@babel/core": 7.21.8 + "@babel/helper-plugin-utils": 7.21.5 dev: false - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.21.4: + /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.21.8: resolution: { integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA== @@ -652,11 +655,11 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 + "@babel/core": 7.21.8 + "@babel/helper-plugin-utils": 7.21.5 dev: false - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.21.4: + /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.21.8: resolution: { integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q== @@ -664,11 +667,11 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 + "@babel/core": 7.21.8 + "@babel/helper-plugin-utils": 7.21.5 dev: false - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.21.4: + /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.21.8: resolution: { integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg== @@ -676,11 +679,11 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 + "@babel/core": 7.21.8 + "@babel/helper-plugin-utils": 7.21.5 dev: false - /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.21.4: + /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.21.8: resolution: { integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw== @@ -689,11 +692,11 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 + "@babel/core": 7.21.8 + "@babel/helper-plugin-utils": 7.21.5 dev: false - /@babel/plugin-syntax-typescript/7.21.4_@babel+core@7.21.4: + /@babel/plugin-syntax-typescript/7.21.4_@babel+core@7.21.8: resolution: { integrity: sha512-xz0D39NvhQn4t4RNsHmDnnsaQizIlUkdtYvLs8La1BlfjQ6JEwxkJGeqJMW2tAXx+q6H+WFuUTXNdYVpEya0YA== @@ -702,10 +705,10 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.20.2 + "@babel/core": 7.21.8 + "@babel/helper-plugin-utils": 7.21.5 - /@babel/plugin-transform-typescript/7.21.3_@babel+core@7.21.4: + /@babel/plugin-transform-typescript/7.21.3_@babel+core@7.21.8: resolution: { integrity: sha512-RQxPz6Iqt8T0uw/WsJNReuBpWpBqs/n7mNo18sKLoTbMp+UrEekhH+pKSVC7gWz+DNjo9gryfV8YzCiT45RgMw== @@ -714,19 +717,19 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 + "@babel/core": 7.21.8 "@babel/helper-annotate-as-pure": 7.18.6 - "@babel/helper-create-class-features-plugin": 7.21.4_@babel+core@7.21.4 - "@babel/helper-plugin-utils": 7.20.2 - "@babel/plugin-syntax-typescript": 7.21.4_@babel+core@7.21.4 + "@babel/helper-create-class-features-plugin": 7.21.8_@babel+core@7.21.8 + "@babel/helper-plugin-utils": 7.21.5 + "@babel/plugin-syntax-typescript": 7.21.4_@babel+core@7.21.8 transitivePeerDependencies: - supports-color dev: true - /@babel/runtime/7.21.0: + /@babel/runtime/7.21.5: resolution: { - integrity: sha512-xwII0//EObnq89Ji5AKYQaRYiW/nZ3llSv29d49IuxPhKbtJoLP+9QUUZ4nVragQVtaVGeZrpB+ZtG/Pdy/POw== + integrity: sha512-8jI69toZqqcsnqGGqwGS4Qb1VwLOEp4hz+CXPywcvjs60u3B4Pom/U/7rm4W8tMOYEB+E9wgD0mW1l3r8qlI9Q== } engines: { node: ">=6.9.0" } dependencies: @@ -741,37 +744,37 @@ packages: engines: { node: ">=6.9.0" } dependencies: "@babel/code-frame": 7.21.4 - "@babel/parser": 7.21.4 - "@babel/types": 7.21.4 + "@babel/parser": 7.21.8 + "@babel/types": 7.21.5 - /@babel/traverse/7.21.4: + /@babel/traverse/7.21.5: resolution: { - integrity: sha512-eyKrRHKdyZxqDm+fV1iqL9UAHMoIg0nDaGqfIOd8rKH17m5snv7Gn4qgjBoFfLz9APvjFU/ICT00NVCv1Epp8Q== + integrity: sha512-AhQoI3YjWi6u/y/ntv7k48mcrCXmus0t79J9qPNlk/lAsFlCiJ047RmbfMOawySTHtywXhbXgpx/8nXMYd+oFw== } engines: { node: ">=6.9.0" } dependencies: "@babel/code-frame": 7.21.4 - "@babel/generator": 7.21.4 - "@babel/helper-environment-visitor": 7.18.9 + "@babel/generator": 7.21.5 + "@babel/helper-environment-visitor": 7.21.5 "@babel/helper-function-name": 7.21.0 "@babel/helper-hoist-variables": 7.18.6 "@babel/helper-split-export-declaration": 7.18.6 - "@babel/parser": 7.21.4 - "@babel/types": 7.21.4 + "@babel/parser": 7.21.8 + "@babel/types": 7.21.5 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: - supports-color - /@babel/types/7.21.4: + /@babel/types/7.21.5: resolution: { - integrity: sha512-rU2oY501qDxE8Pyo7i/Orqma4ziCOrby0/9mvbDUGEfvZjb279Nk9k19e2fiCxHbRRpY2ZyrgW1eq22mvmOIzA== + integrity: sha512-m4AfNvVF2mVC/F7fDEdH2El3HzUg9It/XsCxZiOTTA3m3qYfcSVSbTfM6Q9xG+hYDniZssYhlXKKUMD5m8tF4Q== } engines: { node: ">=6.9.0" } dependencies: - "@babel/helper-string-parser": 7.19.4 + "@babel/helper-string-parser": 7.21.5 "@babel/helper-validator-identifier": 7.19.1 to-fast-properties: 2.0.0 @@ -799,7 +802,7 @@ packages: lodash.isfunction: 3.0.9 resolve-from: 5.0.0 resolve-global: 1.0.0 - yargs: 17.7.1 + yargs: 17.7.2 transitivePeerDependencies: - "@swc/core" - "@swc/wasm" @@ -895,15 +898,15 @@ packages: "@commitlint/execute-rule": 17.4.0 "@commitlint/resolve-extends": 17.4.4 "@commitlint/types": 17.4.4 - "@types/node": 18.15.12 + "@types/node": 18.16.8 chalk: 4.1.2 cosmiconfig: 8.1.3 - cosmiconfig-typescript-loader: 4.3.0_jrf36r4si27rvkwp44gnqvpm4m + cosmiconfig-typescript-loader: 4.3.0_n5kxjilisypmeyxi43a7iwpe7e lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 lodash.uniq: 4.5.0 resolve-from: 5.0.0 - ts-node: 10.9.1_v4mpwbcpwnxbltxgmqbztzx5lq + ts-node: 10.9.1_2mf6xdw3sorfzkegf5qcc7fqyy typescript: 5.0.4 transitivePeerDependencies: - "@swc/core" @@ -1065,7 +1068,7 @@ packages: engines: { node: ">=10" } dev: false - /@element-plus/icons-vue/2.1.0_vue@3.3.1: + /@element-plus/icons-vue/2.1.0_vue@3.3.2: resolution: { integrity: sha512-PSBn3elNoanENc1vnCfh+3WA9fimRC7n+fWkf3rE5jvv+aBohNHABC/KAR5KWPecxWxDTVT1ERpRbOMRcOV/vA== @@ -1073,7 +1076,7 @@ packages: peerDependencies: vue: ^3.2.0 dependencies: - vue: 3.3.1 + vue: 3.3.2 dev: false /@esbuild/android-arm/0.17.18: @@ -1365,10 +1368,10 @@ packages: eslint-visitor-keys: 3.4.1 dev: true - /@eslint-community/regexpp/4.5.0: + /@eslint-community/regexpp/4.5.1: resolution: { - integrity: sha512-vITaYzIcNmjn5tF5uxcZ/ft7/RXGrMUIS9HalWckEOF6ESiwXKoMzAQf2UW0aVd6rnOeExTJVd5hmWXucBKGXQ== + integrity: sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ== } engines: { node: ^12.0.0 || ^14.0.0 || >=16.0.0 } dev: true @@ -1408,16 +1411,16 @@ packages: } dev: false - /@floating-ui/dom/1.2.6: + /@floating-ui/dom/1.2.7: resolution: { - integrity: sha512-02vxFDuvuVPs22iJICacezYJyf7zwwOCWkPNkWNBr1U0Qt1cKFYzWvxts0AmqcOQGwt/3KJWcWIgtbUU38keyw== + integrity: sha512-DyqylONj1ZaBnzj+uBnVfzdjjCkFCL2aA9ESHLyUOGSqb03RpbLMImP1ekIQXYs4KLk9jAjJfZAU8hXfWSahEg== } dependencies: "@floating-ui/core": 1.2.6 dev: false - /@howdyjs/mouse-menu/2.0.7_vue@3.3.1: + /@howdyjs/mouse-menu/2.0.7_vue@3.3.2: resolution: { integrity: sha512-4k7e8P1vdk3fePi27GukEyZ5Gpv0dcmp3TC+ZUaesYAledqU9BL9RDjZp+jc+1f0o+6aipyZbg4Dz9o2TXgDTw== @@ -1426,7 +1429,7 @@ packages: vue: ">=3.0.0" dependencies: tslib: 1.14.1 - vue: 3.3.1 + vue: 3.3.2 dev: false /@humanwhocodes/config-array/0.11.8: @@ -1483,7 +1486,7 @@ packages: } dev: true - /@iconify/vue/4.1.1_vue@3.3.1: + /@iconify/vue/4.1.1_vue@3.3.2: resolution: { integrity: sha512-RL85Bm/DAe8y6rT6pux7D2FJSiUEM/TPfyK7GrbAOfTSwrhvwJW+S5yijdGcmtXouA8MtuH9C7l4hiSE4mLMjg== @@ -1492,7 +1495,7 @@ packages: vue: ">=3" dependencies: "@iconify/types": 2.0.0 - vue: 3.3.1 + vue: 3.3.2 dev: true /@intlify/bundle-utils/5.5.0_vue-i18n@9.2.2: @@ -1518,7 +1521,7 @@ packages: jsonc-eslint-parser: 1.4.1 magic-string: 0.30.0 source-map: 0.6.1 - vue-i18n: 9.2.2_vue@3.3.1 + vue-i18n: 9.2.2_vue@3.3.2 yaml-eslint-parser: 0.3.2 dev: true @@ -1600,7 +1603,7 @@ packages: "@intlify/bundle-utils": 5.5.0_vue-i18n@9.2.2 "@intlify/shared": 9.3.0-beta.17 "@rollup/pluginutils": 5.0.2 - "@vue/compiler-sfc": 3.2.47 + "@vue/compiler-sfc": 3.3.1 debug: 4.3.4 fast-glob: 3.2.12 js-yaml: 4.1.0 @@ -1609,7 +1612,7 @@ packages: picocolors: 1.0.0 source-map: 0.6.1 unplugin: 1.3.1 - vue-i18n: 9.2.2_vue@3.3.1 + vue-i18n: 9.2.2_vue@3.3.2 transitivePeerDependencies: - rollup - supports-color @@ -1625,6 +1628,21 @@ packages: "@intlify/core-base": 9.2.2 "@intlify/shared": 9.2.2 + /@isaacs/cliui/8.0.2: + resolution: + { + integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA== + } + engines: { node: ">=12" } + dependencies: + string-width: 5.1.2 + string-width-cjs: /string-width/4.2.3 + strip-ansi: 7.0.1 + strip-ansi-cjs: /strip-ansi/6.0.1 + wrap-ansi: 8.1.0 + wrap-ansi-cjs: /wrap-ansi/7.0.0 + dev: true + /@istanbuljs/load-nyc-config/1.1.0: resolution: { @@ -1655,7 +1673,7 @@ packages: engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } dependencies: "@jest/types": 27.5.1 - "@types/node": 18.15.12 + "@types/node": 18.16.8 chalk: 4.1.2 jest-message-util: 27.5.1 jest-util: 27.5.1 @@ -1679,7 +1697,7 @@ packages: "@jest/test-result": 27.5.1 "@jest/transform": 27.5.1 "@jest/types": 27.5.1 - "@types/node": 18.15.12 + "@types/node": 18.16.8 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.8.1 @@ -1719,7 +1737,7 @@ packages: dependencies: "@jest/fake-timers": 27.5.1 "@jest/types": 27.5.1 - "@types/node": 18.15.12 + "@types/node": 18.16.8 jest-mock: 27.5.1 dev: false @@ -1732,7 +1750,7 @@ packages: dependencies: "@jest/types": 27.5.1 "@sinonjs/fake-timers": 8.1.0 - "@types/node": 18.15.12 + "@types/node": 18.16.8 jest-message-util: 27.5.1 jest-mock: 27.5.1 jest-util: 27.5.1 @@ -1767,7 +1785,7 @@ packages: "@jest/test-result": 27.5.1 "@jest/transform": 27.5.1 "@jest/types": 27.5.1 - "@types/node": 18.15.12 + "@types/node": 18.16.8 chalk: 4.1.2 collect-v8-coverage: 1.0.1 exit: 0.1.2 @@ -1838,7 +1856,7 @@ packages: } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } dependencies: - "@babel/core": 7.21.4 + "@babel/core": 7.21.8 "@jest/types": 27.5.1 babel-plugin-istanbul: 6.1.1 chalk: 4.1.2 @@ -1866,7 +1884,7 @@ packages: dependencies: "@types/istanbul-lib-coverage": 2.0.4 "@types/istanbul-reports": 3.0.1 - "@types/node": 18.15.12 + "@types/node": 18.16.8 "@types/yargs": 16.0.5 chalk: 4.1.2 dev: false @@ -1889,6 +1907,14 @@ packages: } engines: { node: ">=6.0.0" } + /@jridgewell/resolve-uri/3.1.1: + resolution: + { + integrity: sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA== + } + engines: { node: ">=6.0.0" } + dev: true + /@jridgewell/set-array/1.1.2: resolution: { @@ -1933,14 +1959,14 @@ packages: integrity: sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ== } dependencies: - "@jridgewell/resolve-uri": 3.1.0 + "@jridgewell/resolve-uri": 3.1.1 "@jridgewell/sourcemap-codec": 1.4.15 dev: true - /@logicflow/core/1.2.5: + /@logicflow/core/1.2.6: resolution: { - integrity: sha512-9FNZM5qPCTGa8n6epwI9UxvMlD2LogjYzPP5qK51rhVVFfa/VKKIaisJCnA9QQLNfztWigYgyiIrS9IRqlrv6A== + integrity: sha512-APTx8fxW5id3DJp9L241h3pZwGxea8qjaU5ajAwiaRWR488P28aHY5M8WKzHpgnKNJbn5uUm6fhaGWY7MUDT0Q== } dependencies: "@types/mousetrap": 1.6.11 @@ -1948,13 +1974,13 @@ packages: preact: 10.13.2 dev: false - /@logicflow/extension/1.2.5: + /@logicflow/extension/1.2.6: resolution: { - integrity: sha512-eyYDuuHslyuUaiTRHnDnycNIuAFs+q6E6kF8/PYjAWSvGVRSdmT3Pm3vcXWvorGfemHc2YRgwVnjhPMauyiUhg== + integrity: sha512-EstPKffJmUh/8rbR/a0EVMtJmnSTxLb080HPBy341Ii4ReMXb5Rg77nopamlqbS/cIeBvhn5BtHtl4vsyQqjVA== } dependencies: - "@logicflow/core": 1.2.5 + "@logicflow/core": 1.2.6 ids: 1.0.0 jest: 27.5.1 lodash-es: 4.17.21 @@ -2016,9 +2042,9 @@ packages: peerDependencies: element-plus: ^2.0.0 dependencies: - "@element-plus/icons-vue": 2.1.0_vue@3.3.1 - element-plus: 2.3.4_vue@3.3.1 - vue: 3.3.1 + "@element-plus/icons-vue": 2.1.0_vue@3.3.2 + element-plus: 2.3.4_vue@3.3.2 + vue: 3.3.2 dev: false /@pureadmin/table/2.1.0_element-plus@2.3.4: @@ -2029,8 +2055,8 @@ packages: peerDependencies: element-plus: ^2.0.0 dependencies: - element-plus: 2.3.4_vue@3.3.1 - vue: 3.3.1 + element-plus: 2.3.4_vue@3.3.2 + vue: 3.3.2 dev: false /@pureadmin/theme/3.0.0: @@ -2044,7 +2070,7 @@ packages: string-hash: 1.1.3 dev: true - /@pureadmin/utils/1.8.9_echarts@5.4.2+vue@3.3.1: + /@pureadmin/utils/1.8.9_echarts@5.4.2+vue@3.3.2: resolution: { integrity: sha512-P+MfCuCImwHXeXmZuKQVEYdx7O0FDTuhSUD0HaXamPRerbd5LTuwSV0MN2pMsNUCYrHySHKRPkmah2wXl0XDjw== @@ -2059,7 +2085,7 @@ packages: optional: true dependencies: echarts: 5.4.2 - vue: 3.3.1 + vue: 3.3.2 dev: false /@rollup/pluginutils/4.2.1: @@ -2159,10 +2185,10 @@ packages: } dev: true - /@tsconfig/node16/1.0.3: + /@tsconfig/node16/1.0.4: resolution: { - integrity: sha512-yOlFc+7UtL/89t2ZhjPvvB/DeAr3r+Dq58IgzsFkOAvVC6NMJXmCGjbptdXdR9qsX7pKcTL+s87FtYREi2dEEQ== + integrity: sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA== } dev: true @@ -2172,8 +2198,8 @@ packages: integrity: sha512-+n8dL/9GWblDO0iU6eZAwEIJVr5DWigtle+Q6HLOrh/pdbXOhOtqzq8VPPE2zvNJzSKY4vH/z3iT3tn0A3ypiQ== } dependencies: - "@babel/parser": 7.21.4 - "@babel/types": 7.21.4 + "@babel/parser": 7.21.8 + "@babel/types": 7.21.5 "@types/babel__generator": 7.6.4 "@types/babel__template": 7.4.1 "@types/babel__traverse": 7.18.5 @@ -2185,7 +2211,7 @@ packages: integrity: sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg== } dependencies: - "@babel/types": 7.21.4 + "@babel/types": 7.21.5 dev: false /@types/babel__template/7.4.1: @@ -2194,8 +2220,8 @@ packages: integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g== } dependencies: - "@babel/parser": 7.21.4 - "@babel/types": 7.21.4 + "@babel/parser": 7.21.8 + "@babel/types": 7.21.5 dev: false /@types/babel__traverse/7.18.5: @@ -2204,7 +2230,7 @@ packages: integrity: sha512-enCvTL8m/EHS/zIvJno9nE+ndYPh1/oNFzRYRmtUqJICG2VnCSBzMLW5VN2KCQU91f23tsNKR8v7VJJQMatl7Q== } dependencies: - "@babel/types": 7.21.4 + "@babel/types": 7.21.5 dev: false /@types/element-resize-detector/1.1.3: @@ -2234,7 +2260,7 @@ packages: integrity: sha512-Sig0SNORX9fdW+bQuTEovKj3uHcUL6LQKbCrrqb1X7J6/ReAbhCXRAhc+SMejhLELFj2QcyuxmUooZ4bt5ReSw== } dependencies: - "@types/node": 18.15.12 + "@types/node": 18.16.8 dev: false /@types/intro.js/5.1.1: @@ -2327,10 +2353,10 @@ packages: } dev: false - /@types/node/18.15.12: + /@types/node/18.16.8: resolution: { - integrity: sha512-Wha1UwsB3CYdqUm2PPzh/1gujGCNtWVUYF0mB00fJFoR4gTyWTDPjSm+zBF787Ahw8vSGgBja90MkgFwvB86Dg== + integrity: sha512-p0iAXcfWCOTCBbsExHIDFCfwsqFwBTgETJveKMT+Ci3LY9YqQCI91F5S+TB20+aRCXpcWfvx5Qr5EccnwCm2NA== } /@types/normalize-package-data/2.4.1: @@ -2360,7 +2386,7 @@ packages: integrity: sha512-x5ilHXRxUPIMfjtM+1vf/GPTRWZ81nqscursm5gMznJeK9M0YnZ1c3bEvRLQ0zSSgedLx1J6MGL231ObQGGhaA== } dependencies: - "@types/node": 18.15.12 + "@types/node": 18.16.8 dev: true /@types/qs/6.9.7: @@ -2370,10 +2396,10 @@ packages: } dev: true - /@types/semver/7.3.13: + /@types/semver/7.5.0: resolution: { - integrity: sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw== + integrity: sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw== } dev: true @@ -2442,7 +2468,7 @@ packages: typescript: optional: true dependencies: - "@eslint-community/regexpp": 4.5.0 + "@eslint-community/regexpp": 4.5.1 "@typescript-eslint/parser": 5.59.5_3qfatcekpgbllh6uk5ivyhkbxq "@typescript-eslint/scope-manager": 5.59.5 "@typescript-eslint/type-utils": 5.59.5_3qfatcekpgbllh6uk5ivyhkbxq @@ -2559,7 +2585,7 @@ packages: dependencies: "@eslint-community/eslint-utils": 4.4.0_eslint@8.40.0 "@types/json-schema": 7.0.11 - "@types/semver": 7.3.13 + "@types/semver": 7.5.0 "@typescript-eslint/scope-manager": 5.59.5 "@typescript-eslint/types": 5.59.5 "@typescript-eslint/typescript-estree": 5.59.5_typescript@5.0.4 @@ -2638,7 +2664,7 @@ packages: nanoid: 3.3.6 dev: false - /@vitejs/plugin-vue-jsx/3.0.1_vite@4.3.5+vue@3.3.1: + /@vitejs/plugin-vue-jsx/3.0.1_vite@4.3.5+vue@3.3.2: resolution: { integrity: sha512-+Jb7ggL48FSPS1uhPnJbJwWa9Sr90vQ+d0InW+AhBM22n+cfuYqJZDckBc+W3QSHe1WDvewMZfa4wZOtk5pRgw== @@ -2648,27 +2674,27 @@ packages: vite: ^4.0.0 vue: ^3.0.0 dependencies: - "@babel/core": 7.21.4 - "@babel/plugin-transform-typescript": 7.21.3_@babel+core@7.21.4 - "@vue/babel-plugin-jsx": 1.1.1_@babel+core@7.21.4 - vite: 4.3.5_qcmtg26auiybaqtncwtx24lmea - vue: 3.3.1 + "@babel/core": 7.21.8 + "@babel/plugin-transform-typescript": 7.21.3_@babel+core@7.21.8 + "@vue/babel-plugin-jsx": 1.1.1_@babel+core@7.21.8 + vite: 4.3.5_wshwf6lyytunybtggckvwapi7u + vue: 3.3.2 transitivePeerDependencies: - supports-color dev: true - /@vitejs/plugin-vue/4.2.2_vite@4.3.5+vue@3.3.1: + /@vitejs/plugin-vue/4.2.3_vite@4.3.5+vue@3.3.2: resolution: { - integrity: sha512-kNH4wMAqs13UiZe/2If1ioO0Mjz71rr2oALTl2c5ajBIox9Vz/UGW/wGkr7GA3SC6Eb29c1HtzAtxdGfbXAkfQ== + integrity: sha512-R6JDUfiZbJA9cMiguQ7jxALsgiprjBeHL5ikpXfJCH62pPHtI+JdJ5xWj6Ev73yXSlYl86+blXn1kZHQ7uElxw== } engines: { node: ^14.18.0 || >=16.0.0 } peerDependencies: vite: ^4.0.0 vue: ^3.2.25 dependencies: - vite: 4.3.5_qcmtg26auiybaqtncwtx24lmea - vue: 3.3.1 + vite: 4.3.5_wshwf6lyytunybtggckvwapi7u + vue: 3.3.2 dev: true /@volar/language-core/1.4.1: @@ -2689,10 +2715,10 @@ packages: muggle-string: 0.2.2 dev: true - /@volar/typescript/1.4.1_typescript@5.0.4: + /@volar/typescript/1.4.1-patch.2_typescript@5.0.4: resolution: { - integrity: sha512-phTy6p9yG6bgMIKQWEeDOi/aeT0njZsb1a/G1mrEuDsLmAn24Le4gDwSsGNhea6Uhu+3gdpUZn2PmZXa+WG2iQ== + integrity: sha512-lPFYaGt8OdMEzNGJJChF40uYqMO4Z/7Q9fHPQC/NRVtht43KotSXLrkPandVVMf9aPbiJ059eAT+fwHGX16k4w== } peerDependencies: typescript: "*" @@ -2701,33 +2727,33 @@ packages: typescript: 5.0.4 dev: true - /@volar/vue-language-core/1.6.4: + /@volar/vue-language-core/1.6.5: resolution: { - integrity: sha512-1o+cAtN2DIDNAX/HS8rkjZc8wTMTK+zCab/qtYbvEVlmokhZiDrQeoD9/l0Ug7YCNg+mVuMNHKNBY7pX8U2/Jw== + integrity: sha512-IF2b6hW4QAxfsLd5mePmLgtkXzNi+YnH6ltCd80gb7+cbdpFMjM1I+w+nSg2kfBTyfu+W8useCZvW89kPTBpzg== } dependencies: "@volar/language-core": 1.4.1 "@volar/source-map": 1.4.1 - "@vue/compiler-dom": 3.3.1 - "@vue/compiler-sfc": 3.3.1 - "@vue/reactivity": 3.3.1 - "@vue/shared": 3.3.1 + "@vue/compiler-dom": 3.3.2 + "@vue/compiler-sfc": 3.3.2 + "@vue/reactivity": 3.3.2 + "@vue/shared": 3.3.2 minimatch: 9.0.0 muggle-string: 0.2.2 vue-template-compiler: 2.7.14 dev: true - /@volar/vue-typescript/1.6.4_typescript@5.0.4: + /@volar/vue-typescript/1.6.5_typescript@5.0.4: resolution: { - integrity: sha512-qKwgP0KVQR/aaH/SN3AP7RB8NnXPWDn3tjyXP6IT6etxkDeZLBLsXWUD9KMak/RvV1DgbXDuz4F9yuZlbt29rA== + integrity: sha512-er9rVClS4PHztMUmtPMDTl+7c7JyrxweKSAEe/o/Noeq2bQx6v3/jZHVHBe8ZNUti5ubJL/+Tg8L3bzmlalV8A== } peerDependencies: typescript: "*" dependencies: - "@volar/typescript": 1.4.1_typescript@5.0.4 - "@volar/vue-language-core": 1.6.4 + "@volar/typescript": 1.4.1-patch.2_typescript@5.0.4 + "@volar/vue-language-core": 1.6.5 typescript: 5.0.4 dev: true @@ -2738,17 +2764,17 @@ packages: } dev: true - /@vue/babel-plugin-jsx/1.1.1_@babel+core@7.21.4: + /@vue/babel-plugin-jsx/1.1.1_@babel+core@7.21.8: resolution: { integrity: sha512-j2uVfZjnB5+zkcbc/zsOc0fSNGCMMjaEXP52wdwdIfn0qjFfEYpYZBFKFg+HHnQeJCVrjOeO0YxgaL7DMrym9w== } dependencies: "@babel/helper-module-imports": 7.21.4 - "@babel/plugin-syntax-jsx": 7.21.4_@babel+core@7.21.4 + "@babel/plugin-syntax-jsx": 7.21.4_@babel+core@7.21.8 "@babel/template": 7.20.7 - "@babel/traverse": 7.21.4 - "@babel/types": 7.21.4 + "@babel/traverse": 7.21.5 + "@babel/types": 7.21.5 "@vue/babel-helper-vue-transform-on": 1.0.2 camelcase: 6.3.0 html-tags: 3.3.1 @@ -2758,38 +2784,28 @@ packages: - supports-color dev: true - /@vue/compiler-core/3.2.47: - resolution: - { - integrity: sha512-p4D7FDnQb7+YJmO2iPEv0SQNeNzcbHdGByJDsT4lynf63AFkOTFN07HsiRSvjGo0QrxR/o3d0hUyNCUnBU2Tig== - } - dependencies: - "@babel/parser": 7.21.4 - "@vue/shared": 3.2.47 - estree-walker: 2.0.2 - source-map: 0.6.1 - dev: true - /@vue/compiler-core/3.3.1: resolution: { integrity: sha512-5le1qYSBgLWg2jdLrbydlhnPJkkzMw46UrRUvTnOKlfg6pThtm9ohhqBhNPHbr0RcM1MCbK5WZe/3Ghz0SZjpQ== } dependencies: - "@babel/parser": 7.21.4 + "@babel/parser": 7.21.8 "@vue/shared": 3.3.1 estree-walker: 2.0.2 source-map-js: 1.0.2 + dev: true - /@vue/compiler-dom/3.2.47: + /@vue/compiler-core/3.3.2: resolution: { - integrity: sha512-dBBnEHEPoftUiS03a4ggEig74J2YBZ2UIeyfpcRM2tavgMWo4bsEfgCGsu+uJIL/vax9S+JztH8NmQerUo7shQ== + integrity: sha512-CKZWo1dzsQYTNTft7whzjL0HsrEpMfiK7pjZ2WFE3bC1NA7caUjWioHSK+49y/LK7Bsm4poJZzAMnvZMQ7OTeg== } dependencies: - "@vue/compiler-core": 3.2.47 - "@vue/shared": 3.2.47 - dev: true + "@babel/parser": 7.21.8 + "@vue/shared": 3.3.2 + estree-walker: 2.0.2 + source-map-js: 1.0.2 /@vue/compiler-dom/3.3.1: resolution: @@ -2799,24 +2815,16 @@ packages: dependencies: "@vue/compiler-core": 3.3.1 "@vue/shared": 3.3.1 + dev: true - /@vue/compiler-sfc/3.2.47: + /@vue/compiler-dom/3.3.2: resolution: { - integrity: sha512-rog05W+2IFfxjMcFw10tM9+f7i/+FFpZJJ5XHX72NP9eC2uRD+42M3pYcQqDXVYoj74kHMSEdQ/WmCjt8JFksQ== + integrity: sha512-6gS3auANuKXLw0XH6QxkWqyPYPunziS2xb6VRenM3JY7gVfZcJvkCBHkb5RuNY1FCbBO3lkIi0CdXUCW1c7SXw== } dependencies: - "@babel/parser": 7.21.4 - "@vue/compiler-core": 3.2.47 - "@vue/compiler-dom": 3.2.47 - "@vue/compiler-ssr": 3.2.47 - "@vue/reactivity-transform": 3.2.47 - "@vue/shared": 3.2.47 - estree-walker: 2.0.2 - magic-string: 0.25.9 - postcss: 8.4.23 - source-map: 0.6.1 - dev: true + "@vue/compiler-core": 3.3.2 + "@vue/shared": 3.3.2 /@vue/compiler-sfc/3.3.1: resolution: @@ -2824,7 +2832,7 @@ packages: integrity: sha512-G+FPwBbXSLaA4+Ry5/bdD9Oda+sRslQcE9o6JSZaougRiT4OjVL0vtkbQHPrGRTULZV28OcrAjRfSZOSB0OTXQ== } dependencies: - "@babel/parser": 7.21.4 + "@babel/parser": 7.21.8 "@vue/compiler-core": 3.3.1 "@vue/compiler-dom": 3.3.1 "@vue/compiler-ssr": 3.3.1 @@ -2834,16 +2842,24 @@ packages: magic-string: 0.30.0 postcss: 8.4.23 source-map-js: 1.0.2 + dev: true - /@vue/compiler-ssr/3.2.47: + /@vue/compiler-sfc/3.3.2: resolution: { - integrity: sha512-wVXC+gszhulcMD8wpxMsqSOpvDZ6xKXSVWkf50Guf/S+28hTAXPDYRTbLQ3EDkOP5Xz/+SY37YiwDquKbJOgZw== + integrity: sha512-jG4jQy28H4BqzEKsQqqW65BZgmo3vzdLHTBjF+35RwtDdlFE+Fk1VWJYUnDMMqkFBo6Ye1ltSKVOMPgkzYj7SQ== } dependencies: - "@vue/compiler-dom": 3.2.47 - "@vue/shared": 3.2.47 - dev: true + "@babel/parser": 7.21.8 + "@vue/compiler-core": 3.3.2 + "@vue/compiler-dom": 3.3.2 + "@vue/compiler-ssr": 3.3.2 + "@vue/reactivity-transform": 3.3.2 + "@vue/shared": 3.3.2 + estree-walker: 2.0.2 + magic-string: 0.30.0 + postcss: 8.4.23 + source-map-js: 1.0.2 /@vue/compiler-ssr/3.3.1: resolution: @@ -2853,6 +2869,16 @@ packages: dependencies: "@vue/compiler-dom": 3.3.1 "@vue/shared": 3.3.1 + dev: true + + /@vue/compiler-ssr/3.3.2: + resolution: + { + integrity: sha512-K8OfY5FQtZaSOJHHe8xhEfIfLrefL/Y9frv4k4NsyQL3+0lRKxr9QuJhfdBDjkl7Fhz8CzKh63mULvmOfx3l2w== + } + dependencies: + "@vue/compiler-dom": 3.3.2 + "@vue/shared": 3.3.2 /@vue/devtools-api/6.5.0: resolution: @@ -2860,7 +2886,7 @@ packages: integrity: sha512-o9KfBeaBmCKl10usN4crU53fYtC1r7jJwdGKjPT24t348rHxgfpZ0xL3Xm/gLUYnc0oTp8LAmrxOeLyu6tbk2Q== } - /@vue/eslint-config-prettier/7.1.0_cpow4lz2r544yrekpzuutjvo2i: + /@vue/eslint-config-prettier/7.1.0_aq37wtubambsjkbuajxtwljxa4: resolution: { integrity: sha512-Pv/lVr0bAzSIHLd9iz0KnvAr4GKyCEl+h52bc4e5yWuDVtLgFwycF7nrbWTAQAS+FU6q1geVd07lc6EWfJiWKQ== @@ -2871,8 +2897,8 @@ packages: dependencies: eslint: 8.40.0 eslint-config-prettier: 8.8.0_eslint@8.40.0 - eslint-plugin-prettier: 4.2.1_ms3ye3xgtb4msf6oc7bqdwv3gm - prettier: 2.8.7 + eslint-plugin-prettier: 4.2.1_mnhdxnhvwtt24ndv5d2pwtkrna + prettier: 2.8.8 dev: true /@vue/eslint-config-typescript/11.0.3_nhvncizgwdwdw3lhirpwnri2za: @@ -2894,89 +2920,89 @@ packages: eslint: 8.40.0 eslint-plugin-vue: 9.12.0_eslint@8.40.0 typescript: 5.0.4 - vue-eslint-parser: 9.2.1_eslint@8.40.0 + vue-eslint-parser: 9.3.0_eslint@8.40.0 transitivePeerDependencies: - supports-color dev: true - /@vue/reactivity-transform/3.2.47: - resolution: - { - integrity: sha512-m8lGXw8rdnPVVIdIFhf0LeQ/ixyHkH5plYuS83yop5n7ggVJU+z5v0zecwEnX7fa7HNLBhh2qngJJkxpwEEmYA== - } - dependencies: - "@babel/parser": 7.21.4 - "@vue/compiler-core": 3.2.47 - "@vue/shared": 3.2.47 - estree-walker: 2.0.2 - magic-string: 0.25.9 - dev: true - /@vue/reactivity-transform/3.3.1: resolution: { integrity: sha512-MkOrJauAGH4MNdxGW/PmrDegMyOGX0wGIdKUZJRBXOTpotDONg7/TPJe2QeGeBCow/5v9iOqZOWCfvmOWIaDMg== } dependencies: - "@babel/parser": 7.21.4 + "@babel/parser": 7.21.8 "@vue/compiler-core": 3.3.1 "@vue/shared": 3.3.1 estree-walker: 2.0.2 magic-string: 0.30.0 + dev: true - /@vue/reactivity/3.3.1: + /@vue/reactivity-transform/3.3.2: resolution: { - integrity: sha512-zCfmazOtyUdC1NS/EPiSYJ4RqojqmTAviJyBbyVvY8zAv5NhK44Yfw0E1tt+m5vz0ZO1ptI9jDKBr3MWIEkpgw== + integrity: sha512-iu2WaQvlJHdnONrsyv4ibIEnSsuKF+aHFngGj/y1lwpHQtalpVhKg9wsKMoiKXS9zPNjG9mNKzJS9vudvjzvyg== } dependencies: - "@vue/shared": 3.3.1 + "@babel/parser": 7.21.8 + "@vue/compiler-core": 3.3.2 + "@vue/shared": 3.3.2 + estree-walker: 2.0.2 + magic-string: 0.30.0 - /@vue/runtime-core/3.3.1: + /@vue/reactivity/3.3.2: resolution: { - integrity: sha512-Ljb37LYafhQqKIasc0r32Cva8gIh6VeSMjlwO6V03tCjHd18gmjP0F4UD+8/a59sGTysAgA8Rb9lIC2DVxRz2Q== + integrity: sha512-yX8C4uTgg2Tdj+512EEMnMKbLveoITl7YdQX35AYgx8vBvQGszKiiCN46g4RY6/deeo/5DLbeUUGxCq1qWMf5g== } dependencies: - "@vue/reactivity": 3.3.1 - "@vue/shared": 3.3.1 + "@vue/shared": 3.3.2 - /@vue/runtime-dom/3.3.1: + /@vue/runtime-core/3.3.2: resolution: { - integrity: sha512-NBjYbQPtMklb7lsJsM2Juv5Ygry6mvZP7PdH1GZqrzfLkvlplQT3qCtQMd/sib6yiy8t9m/Y4hVU7X9nzb9Oeg== + integrity: sha512-qSl95qj0BvKfcsO+hICqFEoLhJn6++HtsPxmTkkadFbuhe3uQfJ8HmQwvEr7xbxBd2rcJB6XOJg7nWAn/ymC5A== } dependencies: - "@vue/runtime-core": 3.3.1 - "@vue/shared": 3.3.1 + "@vue/reactivity": 3.3.2 + "@vue/shared": 3.3.2 + + /@vue/runtime-dom/3.3.2: + resolution: + { + integrity: sha512-+drStsJT+0mtgHdarT7cXZReCcTFfm6ptxMrz0kAW5hms6UNBd8Q1pi4JKlncAhu+Ld/TevsSp7pqAZxBBoGng== + } + dependencies: + "@vue/runtime-core": 3.3.2 + "@vue/shared": 3.3.2 csstype: 3.1.2 - /@vue/server-renderer/3.3.1_vue@3.3.1: + /@vue/server-renderer/3.3.2_vue@3.3.2: resolution: { - integrity: sha512-sod8ggOwbkQXw3lBjfzrbdxRS9lw/lNHoMaXghHawNYowf+4WoaLWD5ouz6fPZadUqNKAsqK95p8DYb1vcVfPA== + integrity: sha512-QCwh6OGwJg6GDLE0fbQhRTR6tnU+XDJ1iCsTYHXBiezCXAhqMygFRij7BiLF4ytvvHcg5kX9joX5R5vP85++wg== } peerDependencies: - vue: 3.3.1 + vue: 3.3.2 dependencies: - "@vue/compiler-ssr": 3.3.1 - "@vue/shared": 3.3.1 - vue: 3.3.1 - - /@vue/shared/3.2.47: - resolution: - { - integrity: sha512-BHGyyGN3Q97EZx0taMQ+OLNuZcW3d37ZEVmEAyeoA9ERdGvm9Irc/0Fua8SNyOtV1w6BS4q25wbMzJujO9HIfQ== - } - dev: true + "@vue/compiler-ssr": 3.3.2 + "@vue/shared": 3.3.2 + vue: 3.3.2 /@vue/shared/3.3.1: resolution: { integrity: sha512-ybDBtQ+479HL/bkeIOIAwgpeAEACzztkvulJLbK3JMFuTOv4qDivmV3AIsR8RHYJ+RD9tQxcHWBsX4GqEcYrfw== } + dev: true - /@vueuse/core/10.1.2_vue@3.3.1: + /@vue/shared/3.3.2: + resolution: + { + integrity: sha512-0rFu3h8JbclbnvvKrs7Fe5FNGV9/5X2rPD7KmOzhLSUAiQH5//Hq437Gv0fR5Mev3u/nbtvmLl8XgwCU20/ZfQ== + } + + /@vueuse/core/10.1.2_vue@3.3.2: resolution: { integrity: sha512-roNn8WuerI56A5uiTyF/TEYX0Y+VKlhZAF94unUfdhbDUI+NfwQMn4FUnUscIRUhv3344qvAghopU4bzLPNFlA== @@ -2984,14 +3010,14 @@ packages: dependencies: "@types/web-bluetooth": 0.0.17 "@vueuse/metadata": 10.1.2 - "@vueuse/shared": 10.1.2_vue@3.3.1 - vue-demi: 0.14.0_vue@3.3.1 + "@vueuse/shared": 10.1.2_vue@3.3.2 + vue-demi: 0.14.1_vue@3.3.2 transitivePeerDependencies: - "@vue/composition-api" - vue dev: false - /@vueuse/core/8.9.4_vue@3.3.1: + /@vueuse/core/8.9.4_vue@3.3.2: resolution: { integrity: sha512-B/Mdj9TK1peFyWaPof+Zf/mP9XuGAngaJZBwPaXBvU3aCTZlx3ltlrFFFyMV4iGBwsjSCeUCgZrtkEj9dS2Y3Q== @@ -3007,12 +3033,12 @@ packages: dependencies: "@types/web-bluetooth": 0.0.14 "@vueuse/metadata": 8.9.4 - "@vueuse/shared": 8.9.4_vue@3.3.1 - vue: 3.3.1 - vue-demi: 0.14.0_vue@3.3.1 + "@vueuse/shared": 8.9.4_vue@3.3.2 + vue: 3.3.2 + vue-demi: 0.14.1_vue@3.3.2 dev: false - /@vueuse/core/9.13.0_vue@3.3.1: + /@vueuse/core/9.13.0_vue@3.3.2: resolution: { integrity: sha512-pujnclbeHWxxPRqXWmdkKV5OX4Wk4YeK7wusHqRwU0Q7EFusHoqNA/aPhB6KCh9hEqJkLAJo7bb0Lh9b+OIVzw== @@ -3020,8 +3046,8 @@ packages: dependencies: "@types/web-bluetooth": 0.0.16 "@vueuse/metadata": 9.13.0 - "@vueuse/shared": 9.13.0_vue@3.3.1 - vue-demi: 0.14.0_vue@3.3.1 + "@vueuse/shared": 9.13.0_vue@3.3.2 + vue-demi: 0.14.1_vue@3.3.2 transitivePeerDependencies: - "@vue/composition-api" - vue @@ -3048,7 +3074,7 @@ packages: } dev: false - /@vueuse/motion/2.0.0-beta.12_vue@3.3.1: + /@vueuse/motion/2.0.0-beta.12_vue@3.3.2: resolution: { integrity: sha512-cAZqXexLX6xo+H1N1Mv+wBSSqG4wB+BdjIuHQ50jwlelXCDxSi8gj0K/9nDS+aUZtWh6YMwS6UGCKg58jMVglA== @@ -3060,28 +3086,28 @@ packages: "@vue/composition-api": optional: true dependencies: - "@vueuse/core": 8.9.4_vue@3.3.1 - "@vueuse/shared": 8.9.4_vue@3.3.1 + "@vueuse/core": 8.9.4_vue@3.3.2 + "@vueuse/shared": 8.9.4_vue@3.3.2 framesync: 6.1.2 popmotion: 11.0.5 style-value-types: 5.1.2 - vue: 3.3.1 - vue-demi: 0.14.0_vue@3.3.1 + vue: 3.3.2 + vue-demi: 0.14.1_vue@3.3.2 dev: false - /@vueuse/shared/10.1.2_vue@3.3.1: + /@vueuse/shared/10.1.2_vue@3.3.2: resolution: { integrity: sha512-1uoUTPBlgyscK9v6ScGeVYDDzlPSFXBlxuK7SfrDGyUTBiznb3mNceqhwvZHjtDRELZEN79V5uWPTF1VDV8svA== } dependencies: - vue-demi: 0.14.0_vue@3.3.1 + vue-demi: 0.14.1_vue@3.3.2 transitivePeerDependencies: - "@vue/composition-api" - vue dev: false - /@vueuse/shared/8.9.4_vue@3.3.1: + /@vueuse/shared/8.9.4_vue@3.3.2: resolution: { integrity: sha512-wt+T30c4K6dGRMVqPddexEVLa28YwxW5OFIPmzUHICjphfAuBFTTdDoyqREZNDOFJZ44ARH1WWQNCUK8koJ+Ag== @@ -3095,17 +3121,17 @@ packages: vue: optional: true dependencies: - vue: 3.3.1 - vue-demi: 0.14.0_vue@3.3.1 + vue: 3.3.2 + vue-demi: 0.14.1_vue@3.3.2 dev: false - /@vueuse/shared/9.13.0_vue@3.3.1: + /@vueuse/shared/9.13.0_vue@3.3.2: resolution: { integrity: sha512-UrnhU+Cnufu4S6JLCPZnkWh0WwZGUp72ktOF2DFptMlOs3TOdVv8xJN53zhHGARmVOsz5KqOls09+J1NR6sBKw== } dependencies: - vue-demi: 0.14.0_vue@3.3.1 + vue-demi: 0.14.1_vue@3.3.2 transitivePeerDependencies: - "@vue/composition-api" - vue @@ -3194,7 +3220,7 @@ packages: snabbdom: 3.5.1 dev: false - /@wangeditor/editor-for-vue/5.1.12_wucdqswcltunrhqyib5hn37gpu: + /@wangeditor/editor-for-vue/5.1.12_juenmtata2ya6oftfitjkoc224: resolution: { integrity: sha512-0Ds3D8I+xnpNWezAeO7HmPRgTfUxHLMd9JKcIw+QzvSmhC5xUHbpCcLU+KLmeBKTR/zffnS5GQo6qi3GhTMJWQ== @@ -3204,7 +3230,7 @@ packages: vue: ^3.0.5 dependencies: "@wangeditor/editor": 5.1.23 - vue: 3.3.1 + vue: 3.3.2 dev: false /@wangeditor/editor/5.1.23: @@ -3338,7 +3364,7 @@ packages: cssnano-preset-lite: 2.1.3_postcss@8.4.23 fs-extra: 10.1.0 postcss: 8.4.23 - prettier: 2.8.7 + prettier: 2.8.8 uuid: 8.3.2 dev: true @@ -3663,7 +3689,7 @@ packages: postcss: ^8.1.0 dependencies: browserslist: 4.21.5 - caniuse-lite: 1.0.30001480 + caniuse-lite: 1.0.30001486 fraction.js: 4.2.0 normalize-range: 0.1.2 picocolors: 1.0.0 @@ -3684,7 +3710,7 @@ packages: - debug dev: false - /babel-jest/27.5.1_@babel+core@7.21.4: + /babel-jest/27.5.1_@babel+core@7.21.8: resolution: { integrity: sha512-cdQ5dXjGRd0IBRATiQ4mZGlGlRE8kJpjPOixdNRdT+m3UcNqmYWN6rK6nvtXYfY3D76cb8s/O1Ss8ea24PIwcg== @@ -3693,12 +3719,12 @@ packages: peerDependencies: "@babel/core": ^7.8.0 dependencies: - "@babel/core": 7.21.4 + "@babel/core": 7.21.8 "@jest/transform": 27.5.1 "@jest/types": 27.5.1 "@types/babel__core": 7.20.0 babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 27.5.1_@babel+core@7.21.4 + babel-preset-jest: 27.5.1_@babel+core@7.21.8 chalk: 4.1.2 graceful-fs: 4.2.11 slash: 3.0.0 @@ -3713,7 +3739,7 @@ packages: } engines: { node: ">=8" } dependencies: - "@babel/helper-plugin-utils": 7.20.2 + "@babel/helper-plugin-utils": 7.21.5 "@istanbuljs/load-nyc-config": 1.1.0 "@istanbuljs/schema": 0.1.3 istanbul-lib-instrument: 5.2.1 @@ -3730,12 +3756,12 @@ packages: engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } dependencies: "@babel/template": 7.20.7 - "@babel/types": 7.21.4 + "@babel/types": 7.21.5 "@types/babel__core": 7.20.0 "@types/babel__traverse": 7.18.5 dev: false - /babel-preset-current-node-syntax/1.0.1_@babel+core@7.21.4: + /babel-preset-current-node-syntax/1.0.1_@babel+core@7.21.8: resolution: { integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ== @@ -3743,22 +3769,22 @@ packages: peerDependencies: "@babel/core": ^7.0.0 dependencies: - "@babel/core": 7.21.4 - "@babel/plugin-syntax-async-generators": 7.8.4_@babel+core@7.21.4 - "@babel/plugin-syntax-bigint": 7.8.3_@babel+core@7.21.4 - "@babel/plugin-syntax-class-properties": 7.12.13_@babel+core@7.21.4 - "@babel/plugin-syntax-import-meta": 7.10.4_@babel+core@7.21.4 - "@babel/plugin-syntax-json-strings": 7.8.3_@babel+core@7.21.4 - "@babel/plugin-syntax-logical-assignment-operators": 7.10.4_@babel+core@7.21.4 - "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3_@babel+core@7.21.4 - "@babel/plugin-syntax-numeric-separator": 7.10.4_@babel+core@7.21.4 - "@babel/plugin-syntax-object-rest-spread": 7.8.3_@babel+core@7.21.4 - "@babel/plugin-syntax-optional-catch-binding": 7.8.3_@babel+core@7.21.4 - "@babel/plugin-syntax-optional-chaining": 7.8.3_@babel+core@7.21.4 - "@babel/plugin-syntax-top-level-await": 7.14.5_@babel+core@7.21.4 + "@babel/core": 7.21.8 + "@babel/plugin-syntax-async-generators": 7.8.4_@babel+core@7.21.8 + "@babel/plugin-syntax-bigint": 7.8.3_@babel+core@7.21.8 + "@babel/plugin-syntax-class-properties": 7.12.13_@babel+core@7.21.8 + "@babel/plugin-syntax-import-meta": 7.10.4_@babel+core@7.21.8 + "@babel/plugin-syntax-json-strings": 7.8.3_@babel+core@7.21.8 + "@babel/plugin-syntax-logical-assignment-operators": 7.10.4_@babel+core@7.21.8 + "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3_@babel+core@7.21.8 + "@babel/plugin-syntax-numeric-separator": 7.10.4_@babel+core@7.21.8 + "@babel/plugin-syntax-object-rest-spread": 7.8.3_@babel+core@7.21.8 + "@babel/plugin-syntax-optional-catch-binding": 7.8.3_@babel+core@7.21.8 + "@babel/plugin-syntax-optional-chaining": 7.8.3_@babel+core@7.21.8 + "@babel/plugin-syntax-top-level-await": 7.14.5_@babel+core@7.21.8 dev: false - /babel-preset-jest/27.5.1_@babel+core@7.21.4: + /babel-preset-jest/27.5.1_@babel+core@7.21.8: resolution: { integrity: sha512-Nptf2FzlPCWYuJg41HBqXVT8ym6bXOevuCTbhxlUpjwtysGaIWFvDEjp4y+G7fl13FgOdjs7P/DmErqH7da0Ag== @@ -3767,9 +3793,9 @@ packages: peerDependencies: "@babel/core": ^7.0.0 dependencies: - "@babel/core": 7.21.4 + "@babel/core": 7.21.8 babel-plugin-jest-hoist: 27.5.1 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.21.4 + babel-preset-current-node-syntax: 1.0.1_@babel+core@7.21.8 dev: false /balanced-match/1.0.2: @@ -3849,8 +3875,8 @@ packages: engines: { node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7 } hasBin: true dependencies: - caniuse-lite: 1.0.30001480 - electron-to-chromium: 1.4.368 + caniuse-lite: 1.0.30001486 + electron-to-chromium: 1.4.392 node-releases: 2.0.10 update-browserslist-db: 1.0.11_browserslist@4.21.5 @@ -3935,15 +3961,15 @@ packages: } dependencies: browserslist: 4.21.5 - caniuse-lite: 1.0.30001480 + caniuse-lite: 1.0.30001486 lodash.memoize: 4.1.2 lodash.uniq: 4.5.0 dev: true - /caniuse-lite/1.0.30001480: + /caniuse-lite/1.0.30001486: resolution: { - integrity: sha512-q7cpoPPvZYgtyC4VaBSN0Bt+PJ4c4EYRf0DrduInOz2SkFpHD5p3LnvEpqBp7UnJn+8x1Ogl1s38saUxe+ihQQ== + integrity: sha512-uv7/gXuHi10Whlj0pp5q/tsK/32J2QSqVRKQhs2j8VsDCjgyruAh/eEXHF822VqO9yT6iZKw3nRwZRSPBE9OQg== } /cfb/1.2.2: @@ -4337,15 +4363,15 @@ packages: integrity: sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A== } - /core-js/3.30.1: + /core-js/3.30.2: resolution: { - integrity: sha512-ZNS5nbiSwDTq4hFosEDqm65izl2CWmLz0hARJMyNQBgkUZMIF51cQiMvIQKA6hvuaeWxQDP3hEedM1JZIgTldQ== + integrity: sha512-uBJiDmwqsbJCWHAwjrx3cvjbMXP7xD72Dmsn5LOJpiRmE3WbBbN5rCqQ2Qh6Ek6/eOrjlWngEynBWo4VxerQhg== } requiresBuild: true dev: false - /cosmiconfig-typescript-loader/4.3.0_jrf36r4si27rvkwp44gnqvpm4m: + /cosmiconfig-typescript-loader/4.3.0_n5kxjilisypmeyxi43a7iwpe7e: resolution: { integrity: sha512-NTxV1MFfZDLPiBMjxbHRwSh5LaLcPMwNdCutmnHJCKoVnlvldPWlllonKwrsRJ5pYZBIBGRWWU2tfvzxgeSW5Q== @@ -4357,9 +4383,9 @@ packages: ts-node: ">=10" typescript: ">=3" dependencies: - "@types/node": 18.15.12 + "@types/node": 18.16.8 cosmiconfig: 8.1.3 - ts-node: 10.9.1_v4mpwbcpwnxbltxgmqbztzx5lq + ts-node: 10.9.1_2mf6xdw3sorfzkegf5qcc7fqyy typescript: 5.0.4 dev: true @@ -4452,7 +4478,7 @@ packages: boolbase: 1.0.0 css-what: 6.1.0 domhandler: 5.0.3 - domutils: 3.0.1 + domutils: 3.1.0 nth-check: 2.1.1 dev: true @@ -4559,7 +4585,7 @@ packages: css-declaration-sorter: 6.4.0_postcss@8.4.23 cssnano-utils: 4.0.0_postcss@8.4.23 postcss: 8.4.23 - postcss-calc: 9.0.0_postcss@8.4.23 + postcss-calc: 9.0.1_postcss@8.4.23 postcss-colormin: 6.0.0_postcss@8.4.23 postcss-convert-values: 6.0.0_postcss@8.4.23 postcss-discard-comments: 6.0.0_postcss@8.4.23 @@ -5001,10 +5027,10 @@ packages: domhandler: 4.3.1 dev: true - /domutils/3.0.1: + /domutils/3.1.0: resolution: { - integrity: sha512-z08c1l761iKhDFtfXO04C7kTdPBLi41zwOZl00WS8b5eiaebNpY00HKbztwBq+e3vyqWNwWF3mP9YLUeqIrF+Q== + integrity: sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA== } dependencies: dom-serializer: 2.0.0 @@ -5059,20 +5085,20 @@ packages: integrity: sha512-A5zeqo0us1mzAi+bvQsluex2V4BSEf/2a4FuZzkluJWsoqNCIexRVnxcgWVRl/8HaAK9nLGLnkAb//Xox+eLOg== } dependencies: - core-js: 3.30.1 - element-plus: 2.3.4_vue@3.3.1 - vue: 3.3.1 + core-js: 3.30.2 + element-plus: 2.3.4_vue@3.3.2 + vue: 3.3.2 transitivePeerDependencies: - "@vue/composition-api" dev: false - /electron-to-chromium/1.4.368: + /electron-to-chromium/1.4.392: resolution: { - integrity: sha512-e2aeCAixCj9M7nJxdB/wDjO6mbYX+lJJxSJCXDzlr5YPGYVofuJwGN9nKg2o6wWInjX6XmxRinn3AeJMK81ltw== + integrity: sha512-TXQOMW9tnhIms3jGy/lJctLjICOgyueZFJ1KUtm6DTQ+QpxX3p7ZBwB6syuZ9KBuT5S4XX7bgY1ECPgfxKUdOg== } - /element-plus/2.3.4_vue@3.3.1: + /element-plus/2.3.4_vue@3.3.2: resolution: { integrity: sha512-SQr0J9z7N4z48WYk/l9NE2tizl8Q7j2OhqlpTc42k4pGncry3+rVX6dsmcsglFynn6vt3NzYxWJqmLFyDKQq+g== @@ -5081,12 +5107,12 @@ packages: vue: ^3.2.0 dependencies: "@ctrl/tinycolor": 3.6.0 - "@element-plus/icons-vue": 2.1.0_vue@3.3.1 - "@floating-ui/dom": 1.2.6 + "@element-plus/icons-vue": 2.1.0_vue@3.3.2 + "@floating-ui/dom": 1.2.7 "@popperjs/core": /@sxzz/popperjs-es/2.11.7 "@types/lodash": 4.14.194 "@types/lodash-es": 4.17.7 - "@vueuse/core": 9.13.0_vue@3.3.1 + "@vueuse/core": 9.13.0_vue@3.3.2 async-validator: 4.2.5 dayjs: 1.11.7 escape-html: 1.0.3 @@ -5095,7 +5121,7 @@ packages: lodash-unified: 1.0.3_tknf7errc3xdqocd3ryzzla7vq memoize-one: 6.0.0 normalize-wheel-es: 1.2.0 - vue: 3.3.1 + vue: 3.3.2 transitivePeerDependencies: - "@vue/composition-api" dev: false @@ -5579,7 +5605,7 @@ packages: eslint: 8.40.0 dev: true - /eslint-plugin-prettier/4.2.1_cpow4lz2r544yrekpzuutjvo2i: + /eslint-plugin-prettier/4.2.1_aq37wtubambsjkbuajxtwljxa4: resolution: { integrity: sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ== @@ -5594,11 +5620,11 @@ packages: optional: true dependencies: eslint: 8.40.0 - prettier: 2.8.7 + prettier: 2.8.8 prettier-linter-helpers: 1.0.0 dev: true - /eslint-plugin-prettier/4.2.1_ms3ye3xgtb4msf6oc7bqdwv3gm: + /eslint-plugin-prettier/4.2.1_mnhdxnhvwtt24ndv5d2pwtkrna: resolution: { integrity: sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ== @@ -5614,7 +5640,7 @@ packages: dependencies: eslint: 8.40.0 eslint-config-prettier: 8.8.0_eslint@8.40.0 - prettier: 2.8.7 + prettier: 2.8.8 prettier-linter-helpers: 1.0.0 dev: true @@ -5633,7 +5659,7 @@ packages: nth-check: 2.1.1 postcss-selector-parser: 6.0.12 semver: 7.5.0 - vue-eslint-parser: 9.2.1_eslint@8.40.0 + vue-eslint-parser: 9.3.0_eslint@8.40.0 xml-name-validator: 4.0.0 transitivePeerDependencies: - supports-color @@ -5679,14 +5705,6 @@ packages: engines: { node: ">=4" } dev: true - /eslint-visitor-keys/3.4.0: - resolution: - { - integrity: sha512-HPpKPUBQcAsZOsHAFwTtIKcYlCje62XB7SEAcxjtmW6TD1WVpkS6i6/hOVtTZIl4zGj/mBqpFVGvaDneik+VoQ== - } - engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } - dev: true - /eslint-visitor-keys/3.4.1: resolution: { @@ -5704,7 +5722,7 @@ packages: hasBin: true dependencies: "@eslint-community/eslint-utils": 4.4.0_eslint@8.40.0 - "@eslint-community/regexpp": 4.5.0 + "@eslint-community/regexpp": 4.5.1 "@eslint/eslintrc": 2.0.3 "@eslint/js": 8.40.0 "@humanwhocodes/config-array": 0.11.8 @@ -5759,18 +5777,6 @@ packages: eslint-visitor-keys: 1.3.0 dev: true - /espree/9.5.1: - resolution: - { - integrity: sha512-5yxtHSZXRSW5pvv3hAlXM5+/Oswi1AUFqBmbibKb5s6bp3rGIDkyXU6xCoyuuLhijr4SFwPrXRoZjz0AZDN9tg== - } - engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } - dependencies: - acorn: 8.8.2 - acorn-jsx: 5.3.2_acorn@8.8.2 - eslint-visitor-keys: 3.4.1 - dev: true - /espree/9.5.2: resolution: { @@ -6102,7 +6108,7 @@ packages: engines: { node: ">=14" } dependencies: cross-spawn: 7.0.3 - signal-exit: 4.0.1 + signal-exit: 4.0.2 dev: true /form-data/3.0.1: @@ -6284,19 +6290,19 @@ packages: is-glob: 4.0.3 dev: true - /glob/10.2.2: + /glob/10.2.3: resolution: { - integrity: sha512-Xsa0BcxIC6th9UwNjZkhrMtNo/MnyRL8jGCP+uEwhA5oFOCY1f2s1/oNKY47xQ0Bg5nkjsfAEIej1VeH62bDDQ== + integrity: sha512-Kb4rfmBVE3eQTAimgmeqc2LwSnN0wIOkkUL6HmxEFxNJ4fHghYHVbFba/HcGcRjE6s9KoMNK3rSOwkL4PioZjg== } engines: { node: ">=16 || 14 >=14.17" } hasBin: true dependencies: foreground-child: 3.1.1 - jackspeak: 2.1.1 + jackspeak: 2.2.0 minimatch: 9.0.0 minipass: 5.0.0 - path-scurry: 1.7.0 + path-scurry: 1.8.0 dev: true /glob/7.1.6: @@ -6521,7 +6527,7 @@ packages: dependencies: domelementtype: 2.3.0 domhandler: 5.0.3 - domutils: 3.0.1 + domutils: 3.1.0 entities: 4.5.0 dev: true @@ -6590,7 +6596,7 @@ packages: integrity: sha512-yCMYTMEJ9ihCwEQQ3phLo7I/Pwycf8uAx+sRHwwk5U9Aui/IZYgQRyMqXafQOw5QQ7DM1Z+WyEXWIqSuJHhG2A== } dependencies: - "@babel/runtime": 7.21.0 + "@babel/runtime": 7.21.5 dev: false /iconv-lite/0.4.24: @@ -6926,8 +6932,8 @@ packages: } engines: { node: ">=8" } dependencies: - "@babel/core": 7.21.4 - "@babel/parser": 7.21.4 + "@babel/core": 7.21.8 + "@babel/parser": 7.21.8 "@istanbuljs/schema": 0.1.3 istanbul-lib-coverage: 3.2.0 semver: 6.3.0 @@ -6972,14 +6978,14 @@ packages: istanbul-lib-report: 3.0.0 dev: false - /jackspeak/2.1.1: + /jackspeak/2.2.0: resolution: { - integrity: sha512-juf9stUEwUaILepraGOWIJTLwg48bUnBmRqd2ln2Os1sW987zeoj/hzhbvRB95oMuS2ZTpjULmdwHNX4rzZIZw== + integrity: sha512-r5XBrqIJfwRIjRt/Xr5fv9Wh09qyhHfKnYddDlpM+ibRR20qrYActpCAgU6U+d53EOEjzkvxPMVHSlgR7leXrQ== } engines: { node: ">=14" } dependencies: - cliui: 8.0.1 + "@isaacs/cliui": 8.0.2 optionalDependencies: "@pkgjs/parseargs": 0.11.0 dev: true @@ -7006,7 +7012,7 @@ packages: "@jest/environment": 27.5.1 "@jest/test-result": 27.5.1 "@jest/types": 27.5.1 - "@types/node": 18.15.12 + "@types/node": 18.16.8 chalk: 4.1.2 co: 4.6.0 dedent: 0.7.0 @@ -7071,10 +7077,10 @@ packages: ts-node: optional: true dependencies: - "@babel/core": 7.21.4 + "@babel/core": 7.21.8 "@jest/test-sequencer": 27.5.1 "@jest/types": 27.5.1 - babel-jest: 27.5.1_@babel+core@7.21.4 + babel-jest: 27.5.1_@babel+core@7.21.8 chalk: 4.1.2 ci-info: 3.8.0 deepmerge: 4.3.1 @@ -7149,7 +7155,7 @@ packages: "@jest/environment": 27.5.1 "@jest/fake-timers": 27.5.1 "@jest/types": 27.5.1 - "@types/node": 18.15.12 + "@types/node": 18.16.8 jest-mock: 27.5.1 jest-util: 27.5.1 jsdom: 16.7.0 @@ -7170,7 +7176,7 @@ packages: "@jest/environment": 27.5.1 "@jest/fake-timers": 27.5.1 "@jest/types": 27.5.1 - "@types/node": 18.15.12 + "@types/node": 18.16.8 jest-mock: 27.5.1 jest-util: 27.5.1 dev: false @@ -7192,7 +7198,7 @@ packages: dependencies: "@jest/types": 27.5.1 "@types/graceful-fs": 4.1.6 - "@types/node": 18.15.12 + "@types/node": 18.16.8 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11 @@ -7217,7 +7223,7 @@ packages: "@jest/source-map": 27.5.1 "@jest/test-result": 27.5.1 "@jest/types": 27.5.1 - "@types/node": 18.15.12 + "@types/node": 18.16.8 chalk: 4.1.2 co: 4.6.0 expect: 27.5.1 @@ -7284,7 +7290,7 @@ packages: engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } dependencies: "@jest/types": 27.5.1 - "@types/node": 18.15.12 + "@types/node": 18.16.8 dev: false /jest-pnp-resolver/1.2.3_jest-resolve@27.5.1: @@ -7355,7 +7361,7 @@ packages: "@jest/test-result": 27.5.1 "@jest/transform": 27.5.1 "@jest/types": 27.5.1 - "@types/node": 18.15.12 + "@types/node": 18.16.8 chalk: 4.1.2 emittery: 0.8.1 graceful-fs: 4.2.11 @@ -7418,7 +7424,7 @@ packages: } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } dependencies: - "@types/node": 18.15.12 + "@types/node": 18.16.8 graceful-fs: 4.2.11 dev: false @@ -7429,16 +7435,16 @@ packages: } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } dependencies: - "@babel/core": 7.21.4 - "@babel/generator": 7.21.4 - "@babel/plugin-syntax-typescript": 7.21.4_@babel+core@7.21.4 - "@babel/traverse": 7.21.4 - "@babel/types": 7.21.4 + "@babel/core": 7.21.8 + "@babel/generator": 7.21.5 + "@babel/plugin-syntax-typescript": 7.21.4_@babel+core@7.21.8 + "@babel/traverse": 7.21.5 + "@babel/types": 7.21.5 "@jest/transform": 27.5.1 "@jest/types": 27.5.1 "@types/babel__traverse": 7.18.5 "@types/prettier": 2.7.2 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.21.4 + babel-preset-current-node-syntax: 1.0.1_@babel+core@7.21.8 chalk: 4.1.2 expect: 27.5.1 graceful-fs: 4.2.11 @@ -7463,7 +7469,7 @@ packages: engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } dependencies: "@jest/types": 27.5.1 - "@types/node": 18.15.12 + "@types/node": 18.16.8 chalk: 4.1.2 ci-info: 3.8.0 graceful-fs: 4.2.11 @@ -7494,7 +7500,7 @@ packages: dependencies: "@jest/test-result": 27.5.1 "@jest/types": 27.5.1 - "@types/node": 18.15.12 + "@types/node": 18.16.8 ansi-escapes: 4.3.2 chalk: 4.1.2 jest-util: 27.5.1 @@ -7508,7 +7514,7 @@ packages: } engines: { node: ">= 10.13.0" } dependencies: - "@types/node": 18.15.12 + "@types/node": 18.16.8 merge-stream: 2.0.0 supports-color: 8.1.1 dev: false @@ -8780,10 +8786,10 @@ packages: integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== } - /path-scurry/1.7.0: + /path-scurry/1.8.0: resolution: { - integrity: sha512-UkZUeDjczjYRE495+9thsgcVgsaCPkaw80slmfVFgllxY+IO8ubTsOpFVjDPROBqJdHfVPUFRHPBV/WciOVfWg== + integrity: sha512-IjTrKseM404/UAWA8bBbL3Qp6O2wXkanuIE3seCxBH7ctRuvH1QRawy1N3nVDHGkdeZsjOsSe/8AQBL/VQCy2g== } engines: { node: ">=16 || 14 >=14.17" } dependencies: @@ -8853,7 +8859,7 @@ packages: engines: { node: ">=0.10.0" } dev: true - /pinia/2.0.36_typescript@5.0.4+vue@3.3.1: + /pinia/2.0.36_typescript@5.0.4+vue@3.3.2: resolution: { integrity: sha512-4UKApwjlmJH+VuHKgA+zQMddcCb3ezYnyewQ9NVrsDqZ/j9dMv5+rh+1r48whKNdpFkZAWVxhBp5ewYaYX9JcQ== @@ -8870,8 +8876,8 @@ packages: dependencies: "@vue/devtools-api": 6.5.0 typescript: 5.0.4 - vue: 3.3.1 - vue-demi: 0.14.0_vue@3.3.1 + vue: 3.3.2 + vue-demi: 0.14.1_vue@3.3.2 dev: false /pirates/4.0.5: @@ -8924,10 +8930,10 @@ packages: postcss-value-parser: 4.2.0 dev: true - /postcss-calc/9.0.0_postcss@8.4.23: + /postcss-calc/9.0.1_postcss@8.4.23: resolution: { - integrity: sha512-B9BNW/SVh4SMJfoCQ6D9h1Wo7Yjqks7UdbiARJ16J5TIsQn5NEqwMF5joSgOYb26oJPUR5Uv3fCQ/4PvmZWeJQ== + integrity: sha512-TipgjGyzP5QzEhsOZUaIkeO5mKeMFpebWzRogWG/ysonUlnHcq5aJe0jOjpfzUU8PeSaBQnrE8ehR0QA5vs8PQ== } engines: { node: ^14 || ^16 || >=18.0 } peerDependencies: @@ -9695,17 +9701,6 @@ packages: postcss: 8.4.23 dev: true - /postcss-selector-parser/6.0.11: - resolution: - { - integrity: sha512-zbARubNdogI9j7WY4nQJBiNqQf3sLS3wCP4WfOidu+p28LofJqDH1tcXypGrcmMHhDk2t9wGhCsYe/+szLTy1g== - } - engines: { node: ">=4" } - dependencies: - cssesc: 3.0.0 - util-deprecate: 1.0.2 - dev: true - /postcss-selector-parser/6.0.12: resolution: { @@ -9832,10 +9827,10 @@ packages: fast-diff: 1.2.0 dev: true - /prettier/2.8.7: + /prettier/2.8.8: resolution: { - integrity: sha512-yPngTo3aXUUmyuTjeTUT75txrf+aMh9FiD7q9ZE/i6r0bPb22g4FsE6Y338PQX1bmfy08i9QQCB7/rcUAVntfw== + integrity: sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q== } engines: { node: ">=10.13.0" } hasBin: true @@ -9853,7 +9848,7 @@ packages: react-is: 17.0.2 dev: false - /pretty-quick/3.1.1_prettier@2.8.7: + /pretty-quick/3.1.1_prettier@2.8.8: resolution: { integrity: sha512-ZYLGiMoV2jcaas3vTJrLvKAYsxDoXQBUn8OSTxkl67Fyov9lyXivJTl0+2WVh+y6EovGcw7Lm5ThYpH+Sh3XxQ== @@ -9869,7 +9864,7 @@ packages: ignore: 5.2.4 mri: 1.2.0 multimatch: 4.0.0 - prettier: 2.8.7 + prettier: 2.8.8 dev: true /prismjs/1.29.0: @@ -10198,7 +10193,7 @@ packages: engines: { node: ">=14" } hasBin: true dependencies: - glob: 10.2.2 + glob: 10.2.3 dev: true /rollup-plugin-external-globals/0.6.1: @@ -10234,13 +10229,13 @@ packages: open: 8.4.2 picomatch: 2.3.1 source-map: 0.7.4 - yargs: 17.7.1 + yargs: 17.7.2 dev: true - /rollup/3.21.5: + /rollup/3.21.6: resolution: { - integrity: sha512-a4NTKS4u9PusbUJcfF4IMxuqjFzjm6ifj76P54a7cKnvVzJaG12BLVR+hgU2YDGHzyMMQNxLAZWuALsn8q2oQg== + integrity: sha512-SXIICxvxQxR3D4dp/3LDHZIJPC8a4anKMHd4E3Jiz2/JnY+2bEjqrOokAauc5ShGVNFHlEFjBXAXlaxkJqIqSg== } engines: { node: ">=14.18.0", npm: ">=8.0.0" } hasBin: true @@ -10406,10 +10401,10 @@ packages: integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ== } - /signal-exit/4.0.1: + /signal-exit/4.0.2: resolution: { - integrity: sha512-uUWsN4aOxJAS8KOuf3QMyFtgm1pkb6I+KRZbRF/ghdf5T7sM+B1lLLzPDxswUjkmHyxQAVzEgG35E3NzDM9GVw== + integrity: sha512-MY2/qGx4enyjprQnFaZsHib3Yadh3IXyV2C321GY0pjGfVBu4un0uDJkwgdxqO+Rdx8JMT8IfJIRwbYVz3Ob3Q== } engines: { node: ">=14" } dev: true @@ -10933,7 +10928,7 @@ packages: stylelint: 15.6.1 dev: true - /stylelint-prettier/3.0.0_qq5lkhilrvxjm5l75tk5574rna: + /stylelint-prettier/3.0.0_ydhac4dv5nk3447o7ol4jd6c7a: resolution: { integrity: sha512-kIks1xw6np0zElokMT2kP6ar3S4MBoj6vUtPJuND1pFELMpZxVS/0uHPR4HDAVn0WAD3I5oF0IA3qBFxBpMkLg== @@ -10943,7 +10938,7 @@ packages: prettier: ">=2.0.0" stylelint: ">=14.0.0" dependencies: - prettier: 2.8.7 + prettier: 2.8.8 prettier-linter-helpers: 1.0.0 stylelint: 15.6.1 dev: true @@ -11146,10 +11141,10 @@ packages: picocolors: 1.0.0 dev: true - /swiper/9.3.0: + /swiper/9.3.1: resolution: { - integrity: sha512-iELlQVvWLdyfUjQSfhg8UTKBvgfm3uCfv3wJ3f9wbSWP6spzoOTLcob87A8ywPS2FRc552JmrnyL5+LYfN8j9Q== + integrity: sha512-YBDf0DLBLO7O4rwYHfz+HltkY4sDwKSbRf1it56rngpkYHxiKg0NkPMXAFmw2nGvMNQJwV14Dse47hQIifJzzA== } engines: { node: ">= 4.7.0" } dependencies: @@ -11204,7 +11199,7 @@ packages: postcss-js: 4.0.1_postcss@8.4.23 postcss-load-config: 4.0.1_postcss@8.4.23 postcss-nested: 6.0.1_postcss@8.4.23 - postcss-selector-parser: 6.0.11 + postcss-selector-parser: 6.0.12 postcss-value-parser: 4.2.0 resolve: 1.22.2 sucrase: 3.32.0 @@ -11223,10 +11218,10 @@ packages: supports-hyperlinks: 2.3.0 dev: false - /terser/5.17.1: + /terser/5.17.3: resolution: { - integrity: sha512-hVl35zClmpisy6oaoKALOpS0rDYLxRFLHhRuDlEGTKey9qHjS1w9GMORjuwIMt70Wan4lwsLYyWDVnWgF+KUEw== + integrity: sha512-AudpAZKmZHkG9jueayypz4duuCFJMMNGRMwaPvQKWfxKedh8Z2x3OCoDqIIi1xx5+iwx1u6Au8XQcc9Lke65Yg== } engines: { node: ">=10" } hasBin: true @@ -11374,7 +11369,7 @@ packages: } dev: true - /ts-node/10.9.1_v4mpwbcpwnxbltxgmqbztzx5lq: + /ts-node/10.9.1_2mf6xdw3sorfzkegf5qcc7fqyy: resolution: { integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw== @@ -11395,8 +11390,8 @@ packages: "@tsconfig/node10": 1.0.9 "@tsconfig/node12": 1.0.11 "@tsconfig/node14": 1.0.3 - "@tsconfig/node16": 1.0.3 - "@types/node": 18.15.12 + "@tsconfig/node16": 1.0.4 + "@types/node": 18.16.8 acorn: 8.8.2 acorn-walk: 8.2.0 arg: 4.1.3 @@ -11653,7 +11648,7 @@ packages: hasBin: true dev: true - /v-contextmenu/3.0.0_vue@3.3.1: + /v-contextmenu/3.0.0_vue@3.3.2: resolution: { integrity: sha512-zi38JxmTt66TmljgV1JbfEa9WvoQkpzRuEwZK7Tjb2XoRejbWLozQtkyTWXJa6x6Y3FrVDfgT36w01gpTpo41A== @@ -11662,7 +11657,7 @@ packages: peerDependencies: vue: ^3.0.0 dependencies: - vue: 3.3.1 + vue: 3.3.2 dev: false /v8-compile-cache-lib/3.0.1: @@ -11723,7 +11718,7 @@ packages: chalk: 4.1.2 debug: 4.3.4 fs-extra: 10.1.0 - vite: 4.3.5_qcmtg26auiybaqtncwtx24lmea + vite: 4.3.5_wshwf6lyytunybtggckvwapi7u transitivePeerDependencies: - supports-color dev: true @@ -11747,7 +11742,7 @@ packages: fast-glob: 3.2.12 mockjs: 1.1.0 path-to-regexp: 6.2.1 - vite: 4.3.5_qcmtg26auiybaqtncwtx24lmea + vite: 4.3.5_wshwf6lyytunybtggckvwapi7u transitivePeerDependencies: - supports-color dev: true @@ -11765,11 +11760,11 @@ packages: integrity: sha512-0MMf1yzzSYlV4MGePsLVAOqXsbF5IVxbn4EEzqRnWxTQl8BJg/cfwIzfQNmNQxZp5XXwd4kyRKF1LytuHZTnqA== } dependencies: - "@vue/compiler-sfc": 3.2.47 + "@vue/compiler-sfc": 3.3.1 svgo: 3.0.2 dev: true - /vite/4.3.5_qcmtg26auiybaqtncwtx24lmea: + /vite/4.3.5_wshwf6lyytunybtggckvwapi7u: resolution: { integrity: sha512-0gEnL9wiRFxgz40o/i/eTBwm+NEbpUeTWhzKrZDSdKm6nplj+z4lKz8ANDgildxHm47Vg8EUia0aicKbawUVVA== @@ -11797,20 +11792,20 @@ packages: terser: optional: true dependencies: - "@types/node": 18.15.12 + "@types/node": 18.16.8 esbuild: 0.17.18 postcss: 8.4.23 - rollup: 3.21.5 + rollup: 3.21.6 sass: 1.62.1 - terser: 5.17.1 + terser: 5.17.3 optionalDependencies: fsevents: 2.3.2 dev: true - /vue-demi/0.14.0_vue@3.3.1: + /vue-demi/0.14.1_vue@3.3.2: resolution: { - integrity: sha512-gt58r2ogsNQeVoQ3EhoUAvUsH9xviydl0dWJj7dabBC/2L4uBId7ujtCwDRD0JhkGsV1i0CtfLAeyYKBht9oWg== + integrity: sha512-rt+yuCtXvscYot9SQQj3WKZJVSriPNqVkpVBNEHPzSgBv7QIYzsS410VqVgvx8f9AAPgjg+XPKvmV3vOqqkJQQ== } engines: { node: ">=12" } hasBin: true @@ -11822,13 +11817,13 @@ packages: "@vue/composition-api": optional: true dependencies: - vue: 3.3.1 + vue: 3.3.2 dev: false - /vue-eslint-parser/9.2.1_eslint@8.40.0: + /vue-eslint-parser/9.3.0_eslint@8.40.0: resolution: { - integrity: sha512-tPOex4n6jit4E7h68auOEbDMwE58XiP4dylfaVTCOVCouR45g+QFDBjgIdEU52EXJxKyjgh91dLfN2rxUcV0bQ== + integrity: sha512-48IxT9d0+wArT1+3wNIy0tascRoywqSUe2E1YalIC1L8jsUGe5aJQItWfRok7DVFGz3UYvzEI7n5wiTXsCMAcQ== } engines: { node: ^14.17.0 || >=16.0.0 } peerDependencies: @@ -11837,8 +11832,8 @@ packages: debug: 4.3.4 eslint: 8.40.0 eslint-scope: 7.2.0 - eslint-visitor-keys: 3.4.0 - espree: 9.5.1 + eslint-visitor-keys: 3.4.1 + espree: 9.5.2 esquery: 1.5.0 lodash: 4.17.21 semver: 7.5.0 @@ -11846,7 +11841,7 @@ packages: - supports-color dev: true - /vue-i18n/9.2.2_vue@3.3.1: + /vue-i18n/9.2.2_vue@3.3.2: resolution: { integrity: sha512-yswpwtj89rTBhegUAv9Mu37LNznyu3NpyLQmozF3i1hYOhwpG8RjcjIFIIfnu+2MDZJGSZPXaKWvnQA71Yv9TQ== @@ -11859,9 +11854,9 @@ packages: "@intlify/shared": 9.2.2 "@intlify/vue-devtools": 9.2.2 "@vue/devtools-api": 6.5.0 - vue: 3.3.1 + vue: 3.3.2 - /vue-json-pretty/2.2.4_vue@3.3.1: + /vue-json-pretty/2.2.4_vue@3.3.2: resolution: { integrity: sha512-JX80b3QDrspcH43C53CdtYeq/froApQGSV5y43bEMWFj2LGOxB96aH1VmvrFA21nD1WTP6nwfFMQqGXuS4jyFQ== @@ -11870,10 +11865,10 @@ packages: peerDependencies: vue: ">=3.0.0" dependencies: - vue: 3.3.1 + vue: 3.3.2 dev: false - /vue-observe-visibility/2.0.0-alpha.1_vue@3.3.1: + /vue-observe-visibility/2.0.0-alpha.1_vue@3.3.2: resolution: { integrity: sha512-flFbp/gs9pZniXR6fans8smv1kDScJ8RS7rEpMjhVabiKeq7Qz3D9+eGsypncjfIyyU84saU88XZ0zjbD6Gq/g== @@ -11881,10 +11876,10 @@ packages: peerDependencies: vue: ^3.0.0 dependencies: - vue: 3.3.1 + vue: 3.3.2 dev: false - /vue-pdf-embed/1.1.6_vue@3.3.1: + /vue-pdf-embed/1.1.6_vue@3.3.2: resolution: { integrity: sha512-CRQIw8OxiD6H1n8KT2zVWbp/00fA3PgSV/JYJ0Ut+FdC1jHrRDHNBj3BvaRVwZFZg3EJ8LLjyEDYxWWUMOjrDw== @@ -11892,10 +11887,10 @@ packages: peerDependencies: vue: ^2.x || ^3.x dependencies: - vue: 3.3.1 + vue: 3.3.2 dev: false - /vue-resize/2.0.0-alpha.1_vue@3.3.1: + /vue-resize/2.0.0-alpha.1_vue@3.3.2: resolution: { integrity: sha512-7+iqOueLU7uc9NrMfrzbG8hwMqchfVfSzpVlCMeJQe4pyibqyoifDNbKTZvwxZKDvGkB+PdFeKvnGZMoEb8esg== @@ -11903,19 +11898,19 @@ packages: peerDependencies: vue: ^3.0.0 dependencies: - vue: 3.3.1 + vue: 3.3.2 dev: false - /vue-router/4.1.6_vue@3.3.1: + /vue-router/4.2.0_vue@3.3.2: resolution: { - integrity: sha512-DYWYwsG6xNPmLq/FmZn8Ip+qrhFEzA14EI12MsMgVxvHFDYvlr4NXpVF5hrRH1wVcDP8fGi5F4rxuJSl8/r+EQ== + integrity: sha512-c+usESa6ZoWsm4PPdzRSyenp5A4dsUtnDJnrI03fY1IpIihA9TK3x5ffgkFDpjhLJZewsXoKURapNLFdZjuqTg== } peerDependencies: vue: ^3.2.0 dependencies: "@vue/devtools-api": 6.5.0 - vue: 3.3.1 + vue: 3.3.2 dev: false /vue-template-compiler/2.7.14: @@ -11928,22 +11923,22 @@ packages: he: 1.2.0 dev: true - /vue-tsc/1.6.4_typescript@5.0.4: + /vue-tsc/1.6.5_typescript@5.0.4: resolution: { - integrity: sha512-8rg8S1AhRJ6/WriENQEhyqH5wsxSxuD5iaD+QnkZn2ArZ6evlhqfBAIcVN8mfSyCV9DeLkQXkOSv/MaeJiJPAQ== + integrity: sha512-Wtw3J7CC+JM2OR56huRd5iKlvFWpvDiU+fO1+rqyu4V2nMTotShz4zbOZpW5g9fUOcjnyZYfBo5q5q+D/q27JA== } hasBin: true peerDependencies: typescript: "*" dependencies: - "@volar/vue-language-core": 1.6.4 - "@volar/vue-typescript": 1.6.4_typescript@5.0.4 + "@volar/vue-language-core": 1.6.5 + "@volar/vue-typescript": 1.6.5_typescript@5.0.4 semver: 7.5.0 typescript: 5.0.4 dev: true - /vue-types/5.0.2_vue@3.3.1: + /vue-types/5.0.2_vue@3.3.2: resolution: { integrity: sha512-+/5hnQ65XOYqPs+tEUF8GGTJX95UFVH0wPQo71IJJYh5TKMfik2tGKTLkZ42JqAczANA9hGu5FrZmPgxn20nnA== @@ -11956,10 +11951,10 @@ packages: optional: true dependencies: is-plain-object: 5.0.0 - vue: 3.3.1 + vue: 3.3.2 dev: false - /vue-virtual-scroller/2.0.0-beta.7_vue@3.3.1: + /vue-virtual-scroller/2.0.0-beta.7_vue@3.3.2: resolution: { integrity: sha512-OrouVj1i2939jaLjVfu8f5fsDlbzhAb4bOsYZYrAkpcVLylAmMoGtIL7eT3hJrdTiaKbwQpRdnv7DKf9Fn+tHg== @@ -11968,24 +11963,51 @@ packages: vue: ^3.2.0 dependencies: mitt: 2.1.0 - vue: 3.3.1 - vue-observe-visibility: 2.0.0-alpha.1_vue@3.3.1 - vue-resize: 2.0.0-alpha.1_vue@3.3.1 + vue: 3.3.2 + vue-observe-visibility: 2.0.0-alpha.1_vue@3.3.2 + vue-resize: 2.0.0-alpha.1_vue@3.3.2 dev: false - /vue/3.3.1: + /vue-waterfall-plugin-next/2.2.0_vue@3.3.2: resolution: { - integrity: sha512-3Rwy4I5idbPVSDZu6I+fFh6tdDSZbauImCTqLxE7y0LpHtiDvPeY01OI7RkFPbva1nk4hoO0sv/NzosH2h60sg== + integrity: sha512-rhrTdAlBnMWWt6737L+E08A7itgK3wHTy1NsSDgR9EPiBPuHYlth8jL2/hp2gIMAS4XUxJBtitfNUyK5qynkEA== } dependencies: - "@vue/compiler-dom": 3.3.1 - "@vue/compiler-sfc": 3.3.1 - "@vue/runtime-dom": 3.3.1 - "@vue/server-renderer": 3.3.1_vue@3.3.1 - "@vue/shared": 3.3.1 + animate.css: 4.1.1 + element-plus: 2.3.4_vue@3.3.2 + transitivePeerDependencies: + - "@vue/composition-api" + - vue + dev: false - /vue3-danmaku/1.4.0-beta.1_vue@3.3.1: + /vue-waterfall-plugin-next/2.2.1_vue@3.3.2: + resolution: + { + integrity: sha512-wEPT9D9VLTPWxGKrIusBxj9JVyXyXU6RLEqKIm3mJt/DeaTUvKu0sZjLOKK9UztkcJV2LaRALwRoCDOOKbLsiw== + } + dependencies: + animate.css: 4.1.1 + element-plus: 2.3.4_vue@3.3.2 + vue-waterfall-plugin-next: 2.2.0_vue@3.3.2 + transitivePeerDependencies: + - "@vue/composition-api" + - vue + dev: false + + /vue/3.3.2: + resolution: + { + integrity: sha512-98hJcAhyDwZoOo2flAQBSPVYG/o0HA9ivIy2ktHshjE+6/q8IMQ+kvDKQzOZTFPxvnNMcGM+zS2A00xeZMA7tA== + } + dependencies: + "@vue/compiler-dom": 3.3.2 + "@vue/compiler-sfc": 3.3.2 + "@vue/runtime-dom": 3.3.2 + "@vue/server-renderer": 3.3.2_vue@3.3.2 + "@vue/shared": 3.3.2 + + /vue3-danmaku/1.4.0-beta.1_vue@3.3.2: resolution: { integrity: sha512-gYNeImqt3pmMOP/WuzOL6LliuwaA8VNWtDP+yp8vaWzektjWmbdCNO/nPAmleXV5Kq5ITuBtbsblYApf0jSW+A== @@ -11993,10 +12015,10 @@ packages: peerDependencies: vue: ^3.0.0 dependencies: - vue: 3.3.1 + vue: 3.3.2 dev: false - /vuedraggable/4.1.0_vue@3.3.1: + /vuedraggable/4.1.0_vue@3.3.2: resolution: { integrity: sha512-FU5HCWBmsf20GpP3eudURW3WdWTKIbEIQxh9/8GE806hydR9qZqRRxRE3RjqX7PkuLuMQG/A7n3cfj9rCEchww== @@ -12005,7 +12027,7 @@ packages: vue: ^3.0.1 dependencies: sortablejs: 1.14.0 - vue: 3.3.1 + vue: 3.3.2 dev: false /w3c-hr-time/1.0.2: @@ -12013,6 +12035,7 @@ packages: { integrity: sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ== } + deprecated: Use your platform's native performance.now() and performance.timeOrigin. dependencies: browser-process-hrtime: 1.0.0 dev: false @@ -12174,6 +12197,18 @@ packages: string-width: 4.2.3 strip-ansi: 6.0.1 + /wrap-ansi/8.1.0: + resolution: + { + integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ== + } + engines: { node: ">=12" } + dependencies: + ansi-styles: 6.2.1 + string-width: 5.1.2 + strip-ansi: 7.0.1 + dev: true + /wrappy/1.0.2: resolution: { @@ -12200,7 +12235,7 @@ packages: engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } dependencies: imurmurhash: 0.1.4 - signal-exit: 4.0.1 + signal-exit: 4.0.2 dev: true /ws/7.5.9: @@ -12405,10 +12440,10 @@ packages: yargs-parser: 20.2.9 dev: false - /yargs/17.7.1: + /yargs/17.7.2: resolution: { - integrity: sha512-cwiTb08Xuv5fqF4AovYacTFNxk62th7LKJ6BL9IGUpTJrWoU7/7WdQGTP2SjKf1dUNBGzDd28p/Yfs/GI6JrLw== + integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w== } engines: { node: ">=12" } dependencies: diff --git a/public/serverConfig.json b/public/serverConfig.json index f08ba6943..854cfcfc7 100644 --- a/public/serverConfig.json +++ b/public/serverConfig.json @@ -1,5 +1,5 @@ { - "Version": "4.0.0", + "Version": "4.1.0", "Title": "PureAdmin", "FixedHeader": true, "HiddenSideBar": false, diff --git a/src/components/ReDialog/index.vue b/src/components/ReDialog/index.vue index 7e9143db0..ee7a6beb2 100644 --- a/src/components/ReDialog/index.vue +++ b/src/components/ReDialog/index.vue @@ -1,13 +1,17 @@ + + diff --git a/src/views/components/waterfall/loading.png b/src/views/components/waterfall/loading.png new file mode 100644 index 000000000..8f9e6649c Binary files /dev/null and b/src/views/components/waterfall/loading.png differ diff --git a/src/views/empty/index.vue b/src/views/empty/index.vue index 887c6fba9..6d3dab07f 100644 --- a/src/views/empty/index.vue +++ b/src/views/empty/index.vue @@ -1,16 +1,19 @@