diff --git a/build/info.ts b/build/info.ts index d64b79064f..7ef3f11f38 100644 --- a/build/info.ts +++ b/build/info.ts @@ -1,8 +1,8 @@ import type { Plugin } from "vite"; import dayjs, { Dayjs } from "dayjs"; +import utils from "@pureadmin/utils"; import duration from "dayjs/plugin/duration"; import { green, blue, bold } from "picocolors"; -import { getPackageSize } from "@pureadmin/utils"; dayjs.extend(duration); export function viteBuildInfo(): Plugin { @@ -33,7 +33,7 @@ export function viteBuildInfo(): Plugin { closeBundle() { if (config.command === "build") { endTime = dayjs(new Date()); - getPackageSize({ + utils.getPackageSize({ folder: outDir, callback: (size: string) => { console.log( diff --git a/build/optimize.ts b/build/optimize.ts index 9b04c0ce85..d378c88782 100644 --- a/build/optimize.ts +++ b/build/optimize.ts @@ -38,11 +38,7 @@ const include = [ "@amap/amap-jsapi-loader", "el-table-infinite-scroll", "@wangeditor/editor-for-vue", - "xgplayer/dist/simple_player", - "xgplayer/es/controls/volume", - "vuedraggable/src/vuedraggable", - "xgplayer/es/controls/screenShot", - "xgplayer/es/controls/playbackRate" + "vuedraggable/src/vuedraggable" ]; /** diff --git a/package.json b/package.json index adc4378d14..4c1aef6bcc 100644 --- a/package.json +++ b/package.json @@ -30,120 +30,121 @@ ], "dependencies": { "@amap/amap-jsapi-loader": "^1.0.1", - "@howdyjs/mouse-menu": "^2.0.5", + "@howdyjs/mouse-menu": "^2.0.7", "@logicflow/core": "^1.1.30", "@logicflow/extension": "^1.1.30", "@pureadmin/descriptions": "^1.1.1", "@pureadmin/table": "^2.0.0", - "@pureadmin/utils": "^1.8.5", - "@vueuse/core": "^9.13.0", + "@pureadmin/utils": "^1.8.7", + "@vueuse/core": "^10.0.2", "@vueuse/motion": "2.0.0-beta.12", "@wangeditor/editor": "^5.1.21", "@wangeditor/editor-for-vue": "^5.1.12", "animate.css": "^4.1.1", - "axios": "^1.2.2", + "axios": "1.2.2", "china-area-data": "^5.0.1", - "cropperjs": "^1.5.12", + "cropperjs": "^1.5.13", "dayjs": "^1.11.7", "echarts": "^5.4.2", "el-table-infinite-scroll": "^3.0.1", - "element-plus": "^2.3.1", + "element-plus": "^2.3.3", "element-resize-detector": "^1.2.4", "intro.js": "^6.0.0", "js-cookie": "^3.0.1", "jsbarcode": "^3.11.5", - "md-editor-v3": "^2.7.2", + "md-editor-v3": "^2.11.2", "mitt": "^3.0.0", "mockjs": "^1.1.0", "nprogress": "^0.2.0", "path": "^0.12.7", - "pinia": "^2.0.33", + "pinia": "^2.0.34", "qrcode": "^1.5.1", - "qs": "^6.11.0", + "qs": "^6.11.1", "responsive-storage": "^2.2.0", "sortablejs": "^1.15.0", - "swiper": "^9.1.0", + "swiper": "^9.2.3", "typeit": "^8.7.1", "v-contextmenu": "3.0.0", "vue": "^3.2.47", "vue-i18n": "^9.2.2", - "vue-json-pretty": "^2.2.3", + "vue-json-pretty": "^2.2.4", "vue-pdf-embed": "^1.1.5", "vue-router": "^4.1.6", "vue-types": "^5.0.2", "vue-virtual-scroller": "2.0.0-beta.7", - "vue3-danmaku": "^1.2.0", + "vue3-danmaku": "1.4.0-beta.1", "vuedraggable": "^4.1.0", - "xgplayer": "^2.32.2", + "xgplayer": "^3.0.1", "xlsx": "^0.18.5" }, "devDependencies": { "@commitlint/cli": "13.1.0", "@commitlint/config-conventional": "13.1.0", - "@iconify-icons/ep": "^1.2.10", - "@iconify-icons/ri": "^1.2.4", - "@iconify/vue": "^4.0.2", + "@iconify-icons/ep": "^1.2.11", + "@iconify-icons/ri": "^1.2.7", + "@iconify/vue": "^4.1.1", "@intlify/unplugin-vue-i18n": "^0.10.0", "@pureadmin/theme": "^3.0.0", "@types/element-resize-detector": "1.1.3", - "@types/intro.js": "^5.1.0", - "@types/js-cookie": "^3.0.1", + "@types/intro.js": "^5.1.1", + "@types/js-cookie": "^3.0.3", "@types/mockjs": "^1.0.7", - "@types/node": "^18.11.9", + "@types/node": "^18.15.12", "@types/nprogress": "0.2.0", - "@types/qrcode": "^1.4.2", + "@types/qrcode": "^1.5.0", "@types/qs": "^6.9.7", - "@types/sortablejs": "^1.15.0", - "@typescript-eslint/eslint-plugin": "^5.43.0", - "@typescript-eslint/parser": "^5.43.0", + "@types/sortablejs": "^1.15.1", + "@typescript-eslint/eslint-plugin": "^5.59.0", + "@typescript-eslint/parser": "^5.59.0", "@vitejs/plugin-vue": "^4.1.0", "@vitejs/plugin-vue-jsx": "^3.0.1", - "@vue/eslint-config-prettier": "^7.0.0", + "@vue/eslint-config-prettier": "^7.1.0", "@vue/eslint-config-typescript": "^11.0.2", "autoprefixer": "^10.4.14", "cloc": "^2.11.0", "cssnano": "^6.0.0", "eslint": "^8.8.0", - "eslint-plugin-prettier": "^4.0.0", - "eslint-plugin-vue": "^9.7.0", + "eslint-plugin-prettier": "^4.2.1", + "eslint-plugin-vue": "^9.11.0", "husky": "^7.0.4", "lint-staged": "11.1.2", "picocolors": "^1.0.0", - "postcss": "^8.4.21", + "postcss": "^8.4.23", "postcss-html": "^1.5.0", "postcss-import": "^15.1.0", "postcss-scss": "^4.0.6", - "prettier": "^2.5.1", + "prettier": "^2.8.7", "pretty-quick": "3.1.1", "rimraf": "^4.4.1", "rollup-plugin-visualizer": "^5.9.0", - "sass": "^1.60.0", + "sass": "^1.62.0", "sass-loader": "^13.2.2", "stylelint": "^14.3.0", - "stylelint-config-html": "^1.0.0", - "stylelint-config-prettier": "^9.0.3", + "stylelint-config-html": "^1.1.0", + "stylelint-config-prettier": "^9.0.5", "stylelint-config-recommended": "^9.0.0", "stylelint-config-standard": "^29.0.0", "stylelint-order": "^5.0.0", "svgo": "^3.0.2", - "tailwindcss": "^3.2.7", - "terser": "^5.16.8", - "typescript": "^5.0.2", - "unplugin-vue-define-options": "^1.0.0", - "vite": "^4.2.1", + "tailwindcss": "^3.3.1", + "terser": "^5.17.1", + "typescript": "^5.0.4", + "unplugin-vue-define-options": "1.1.6", + "vite": "^4.3.0", "vite-plugin-cdn-import": "^0.3.5", "vite-plugin-compression": "^0.5.1", "vite-plugin-mock": "^2.9.6", "vite-plugin-remove-console": "^2.1.0", "vite-svg-loader": "^4.0.0", - "vue-eslint-parser": "^9.1.0", + "vue-eslint-parser": "^9.1.1", "vue-tsc": "^1.2.0" }, "pnpm": { "peerDependencyRules": { "ignoreMissing": [ "rollup", - "webpack" + "webpack", + "core-js" ] }, "allowedDeprecatedVersions": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2b284eb120..501e4161b0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4,120 +4,120 @@ specifiers: "@amap/amap-jsapi-loader": ^1.0.1 "@commitlint/cli": 13.1.0 "@commitlint/config-conventional": 13.1.0 - "@howdyjs/mouse-menu": ^2.0.5 - "@iconify-icons/ep": ^1.2.10 - "@iconify-icons/ri": ^1.2.4 - "@iconify/vue": ^4.0.2 + "@howdyjs/mouse-menu": ^2.0.7 + "@iconify-icons/ep": ^1.2.11 + "@iconify-icons/ri": ^1.2.7 + "@iconify/vue": ^4.1.1 "@intlify/unplugin-vue-i18n": ^0.10.0 "@logicflow/core": ^1.1.30 "@logicflow/extension": ^1.1.30 "@pureadmin/descriptions": ^1.1.1 "@pureadmin/table": ^2.0.0 "@pureadmin/theme": ^3.0.0 - "@pureadmin/utils": ^1.8.5 + "@pureadmin/utils": ^1.8.7 "@types/element-resize-detector": 1.1.3 - "@types/intro.js": ^5.1.0 - "@types/js-cookie": ^3.0.1 + "@types/intro.js": ^5.1.1 + "@types/js-cookie": ^3.0.3 "@types/mockjs": ^1.0.7 - "@types/node": ^18.11.9 + "@types/node": ^18.15.12 "@types/nprogress": 0.2.0 - "@types/qrcode": ^1.4.2 + "@types/qrcode": ^1.5.0 "@types/qs": ^6.9.7 - "@types/sortablejs": ^1.15.0 - "@typescript-eslint/eslint-plugin": ^5.43.0 - "@typescript-eslint/parser": ^5.43.0 + "@types/sortablejs": ^1.15.1 + "@typescript-eslint/eslint-plugin": ^5.59.0 + "@typescript-eslint/parser": ^5.59.0 "@vitejs/plugin-vue": ^4.1.0 "@vitejs/plugin-vue-jsx": ^3.0.1 - "@vue/eslint-config-prettier": ^7.0.0 + "@vue/eslint-config-prettier": ^7.1.0 "@vue/eslint-config-typescript": ^11.0.2 - "@vueuse/core": ^9.13.0 + "@vueuse/core": ^10.0.2 "@vueuse/motion": 2.0.0-beta.12 "@wangeditor/editor": ^5.1.21 "@wangeditor/editor-for-vue": ^5.1.12 animate.css: ^4.1.1 autoprefixer: ^10.4.14 - axios: ^1.2.2 + axios: 1.2.2 china-area-data: ^5.0.1 cloc: ^2.11.0 - cropperjs: ^1.5.12 + cropperjs: ^1.5.13 cssnano: ^6.0.0 dayjs: ^1.11.7 echarts: ^5.4.2 el-table-infinite-scroll: ^3.0.1 - element-plus: ^2.3.1 + element-plus: ^2.3.3 element-resize-detector: ^1.2.4 eslint: ^8.8.0 - eslint-plugin-prettier: ^4.0.0 - eslint-plugin-vue: ^9.7.0 + eslint-plugin-prettier: ^4.2.1 + eslint-plugin-vue: ^9.11.0 husky: ^7.0.4 intro.js: ^6.0.0 js-cookie: ^3.0.1 jsbarcode: ^3.11.5 lint-staged: 11.1.2 - md-editor-v3: ^2.7.2 + md-editor-v3: ^2.11.2 mitt: ^3.0.0 mockjs: ^1.1.0 nprogress: ^0.2.0 path: ^0.12.7 picocolors: ^1.0.0 - pinia: ^2.0.33 - postcss: ^8.4.21 + pinia: ^2.0.34 + postcss: ^8.4.23 postcss-html: ^1.5.0 postcss-import: ^15.1.0 postcss-scss: ^4.0.6 - prettier: ^2.5.1 + prettier: ^2.8.7 pretty-quick: 3.1.1 qrcode: ^1.5.1 - qs: ^6.11.0 + qs: ^6.11.1 responsive-storage: ^2.2.0 rimraf: ^4.4.1 rollup-plugin-visualizer: ^5.9.0 - sass: ^1.60.0 + sass: ^1.62.0 sass-loader: ^13.2.2 sortablejs: ^1.15.0 stylelint: ^14.3.0 - stylelint-config-html: ^1.0.0 - stylelint-config-prettier: ^9.0.3 + stylelint-config-html: ^1.1.0 + stylelint-config-prettier: ^9.0.5 stylelint-config-recommended: ^9.0.0 stylelint-config-standard: ^29.0.0 stylelint-order: ^5.0.0 svgo: ^3.0.2 - swiper: ^9.1.0 - tailwindcss: ^3.2.7 - terser: ^5.16.8 + swiper: ^9.2.3 + tailwindcss: ^3.3.1 + terser: ^5.17.1 typeit: ^8.7.1 - typescript: ^5.0.2 - unplugin-vue-define-options: ^1.0.0 + typescript: ^5.0.4 + unplugin-vue-define-options: 1.1.6 v-contextmenu: 3.0.0 - vite: ^4.2.1 + vite: ^4.3.0 vite-plugin-cdn-import: ^0.3.5 vite-plugin-compression: ^0.5.1 vite-plugin-mock: ^2.9.6 vite-plugin-remove-console: ^2.1.0 vite-svg-loader: ^4.0.0 vue: ^3.2.47 - vue-eslint-parser: ^9.1.0 + vue-eslint-parser: ^9.1.1 vue-i18n: ^9.2.2 - vue-json-pretty: ^2.2.3 + vue-json-pretty: ^2.2.4 vue-pdf-embed: ^1.1.5 vue-router: ^4.1.6 vue-tsc: ^1.2.0 vue-types: ^5.0.2 vue-virtual-scroller: 2.0.0-beta.7 - vue3-danmaku: ^1.2.0 + vue3-danmaku: 1.4.0-beta.1 vuedraggable: ^4.1.0 - xgplayer: ^2.32.2 + xgplayer: ^3.0.1 xlsx: ^0.18.5 dependencies: "@amap/amap-jsapi-loader": 1.0.1 - "@howdyjs/mouse-menu": 2.0.5_vue@3.2.47 - "@logicflow/core": 1.1.31 - "@logicflow/extension": 1.1.31 - "@pureadmin/descriptions": 1.1.1_element-plus@2.3.1 - "@pureadmin/table": 2.0.0_element-plus@2.3.1 - "@pureadmin/utils": 1.8.5_echarts@5.4.2+vue@3.2.47 - "@vueuse/core": 9.13.0_vue@3.2.47 + "@howdyjs/mouse-menu": 2.0.7_vue@3.2.47 + "@logicflow/core": 1.2.3 + "@logicflow/extension": 1.2.3 + "@pureadmin/descriptions": 1.1.1_element-plus@2.3.3 + "@pureadmin/table": 2.0.0_element-plus@2.3.3 + "@pureadmin/utils": 1.8.7_echarts@5.4.2+vue@3.2.47 + "@vueuse/core": 10.0.2_vue@3.2.47 "@vueuse/motion": 2.0.0-beta.12_vue@3.2.47 "@wangeditor/editor": 5.1.23 "@wangeditor/editor-for-vue": 5.1.12_77ywgcaevzgjoxs6yixvgo4fve @@ -128,97 +128,97 @@ dependencies: dayjs: 1.11.7 echarts: 5.4.2 el-table-infinite-scroll: 3.0.1 - element-plus: 2.3.1_vue@3.2.47 + element-plus: 2.3.3_vue@3.2.47 element-resize-detector: 1.2.4 intro.js: 6.0.0 js-cookie: 3.0.1 jsbarcode: 3.11.5 - md-editor-v3: 2.7.2 + md-editor-v3: 2.11.2_vue@3.2.47 mitt: 3.0.0 mockjs: 1.1.0 nprogress: 0.2.0 path: 0.12.7 - pinia: 2.0.33_p4srtwdgezcoeovfcc2yxzvaue + pinia: 2.0.35_dtjfskxukdxv24psui2m5c75zy qrcode: 1.5.1 - qs: 6.11.0 + qs: 6.11.1 responsive-storage: 2.2.0 sortablejs: 1.15.0 - swiper: 9.1.0 + swiper: 9.2.3 typeit: 8.7.1 v-contextmenu: 3.0.0_vue@3.2.47 vue: 3.2.47 vue-i18n: 9.2.2_vue@3.2.47 - vue-json-pretty: 2.2.3_vue@3.2.47 + vue-json-pretty: 2.2.4_vue@3.2.47 vue-pdf-embed: 1.1.5_vue@3.2.47 vue-router: 4.1.6_vue@3.2.47 vue-types: 5.0.2_vue@3.2.47 vue-virtual-scroller: 2.0.0-beta.7_vue@3.2.47 - vue3-danmaku: 1.2.0_vue@3.2.47 + vue3-danmaku: 1.4.0-beta.1_vue@3.2.47 vuedraggable: 4.1.0_vue@3.2.47 - xgplayer: 2.32.2 + xgplayer: 3.0.1 xlsx: 0.18.5 devDependencies: "@commitlint/cli": 13.1.0 "@commitlint/config-conventional": 13.1.0 - "@iconify-icons/ep": 1.2.10 - "@iconify-icons/ri": 1.2.4 - "@iconify/vue": 4.0.2_vue@3.2.47 + "@iconify-icons/ep": 1.2.11 + "@iconify-icons/ri": 1.2.7 + "@iconify/vue": 4.1.1_vue@3.2.47 "@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.0 - "@types/js-cookie": 3.0.2 + "@types/intro.js": 5.1.1 + "@types/js-cookie": 3.0.3 "@types/mockjs": 1.0.7 - "@types/node": 18.11.18 + "@types/node": 18.15.12 "@types/nprogress": 0.2.0 "@types/qrcode": 1.5.0 "@types/qs": 6.9.7 - "@types/sortablejs": 1.15.0 - "@typescript-eslint/eslint-plugin": 5.48.0_ymoixgccul774h5skldb2twsuu - "@typescript-eslint/parser": 5.48.0_kvhumnresjtcflasshbz76q27a - "@vitejs/plugin-vue": 4.1.0_vite@4.2.1+vue@3.2.47 - "@vitejs/plugin-vue-jsx": 3.0.1_vite@4.2.1+vue@3.2.47 - "@vue/eslint-config-prettier": 7.0.0_k3hr3m6agcryggk5vamhhr56wi - "@vue/eslint-config-typescript": 11.0.2_vdi5ajjuscgimeinjfgetdnywa - autoprefixer: 10.4.14_postcss@8.4.21 + "@types/sortablejs": 1.15.1 + "@typescript-eslint/eslint-plugin": 5.59.0_wsbkzerfphvgr4lle7vmeh64yi + "@typescript-eslint/parser": 5.59.0_voubu7prgxjfsfbgx5d4sqnwiy + "@vitejs/plugin-vue": 4.1.0_vite@4.3.0+vue@3.2.47 + "@vitejs/plugin-vue-jsx": 3.0.1_vite@4.3.0+vue@3.2.47 + "@vue/eslint-config-prettier": 7.1.0_7bukkzi2qfqwzn63s5moor2wwy + "@vue/eslint-config-typescript": 11.0.2_6jziu2dm6rkuofcxdskyjn22wy + autoprefixer: 10.4.14_postcss@8.4.23 cloc: 2.11.0 - cssnano: 6.0.0_postcss@8.4.21 - eslint: 8.31.0 - eslint-plugin-prettier: 4.2.1_k3hr3m6agcryggk5vamhhr56wi - eslint-plugin-vue: 9.8.0_eslint@8.31.0 + cssnano: 6.0.0_postcss@8.4.23 + eslint: 8.38.0 + eslint-plugin-prettier: 4.2.1_7bukkzi2qfqwzn63s5moor2wwy + eslint-plugin-vue: 9.11.0_eslint@8.38.0 husky: 7.0.4 lint-staged: 11.1.2 picocolors: 1.0.0 - postcss: 8.4.21 + postcss: 8.4.23 postcss-html: 1.5.0 - postcss-import: 15.1.0_postcss@8.4.21 - postcss-scss: 4.0.6_postcss@8.4.21 - prettier: 2.8.2 - pretty-quick: 3.1.1_prettier@2.8.2 + 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 rimraf: 4.4.1 rollup-plugin-visualizer: 5.9.0 - sass: 1.60.0 - sass-loader: 13.2.2_sass@1.60.0 + sass: 1.62.0 + sass-loader: 13.2.2_sass@1.62.0 stylelint: 14.16.1 stylelint-config-html: 1.1.0_kbto3rg3njmczth2rrsgfnlsqa - stylelint-config-prettier: 9.0.4_stylelint@14.16.1 + stylelint-config-prettier: 9.0.5_stylelint@14.16.1 stylelint-config-recommended: 9.0.0_stylelint@14.16.1 stylelint-config-standard: 29.0.0_stylelint@14.16.1 stylelint-order: 5.0.0_stylelint@14.16.1 svgo: 3.0.2 - tailwindcss: 3.2.7_postcss@8.4.21 - terser: 5.16.8 - typescript: 5.0.2 - unplugin-vue-define-options: 1.1.2_vue@3.2.47 - vite: 4.2.1_xi6fywa3zgn4qscyv5g5hqi75y + tailwindcss: 3.3.1_postcss@8.4.23 + terser: 5.17.1 + typescript: 5.0.4 + unplugin-vue-define-options: 1.1.6_vue@3.2.47 + vite: 4.3.0_cqpzs5hbkouedaevhhcyhnel4y vite-plugin-cdn-import: 0.3.5 - vite-plugin-compression: 0.5.1_vite@4.2.1 - vite-plugin-mock: 2.9.6_mockjs@1.1.0+vite@4.2.1 + vite-plugin-compression: 0.5.1_vite@4.3.0 + vite-plugin-mock: 2.9.8_mockjs@1.1.0+vite@4.3.0 vite-plugin-remove-console: 2.1.0 vite-svg-loader: 4.0.0 - vue-eslint-parser: 9.1.0_eslint@8.31.0 - vue-tsc: 1.2.0_typescript@5.0.2 + vue-eslint-parser: 9.1.1_eslint@8.38.0 + vue-tsc: 1.2.0_typescript@5.0.4 packages: /@amap/amap-jsapi-loader/1.0.1: @@ -228,52 +228,52 @@ packages: } dev: false - /@ampproject/remapping/2.2.0: + /@ampproject/remapping/2.2.1: resolution: { - integrity: sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w== + integrity: sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg== } engines: { node: ">=6.0.0" } dependencies: - "@jridgewell/gen-mapping": 0.1.1 - "@jridgewell/trace-mapping": 0.3.17 + "@jridgewell/gen-mapping": 0.3.3 + "@jridgewell/trace-mapping": 0.3.18 dev: true - /@babel/code-frame/7.18.6: + /@babel/code-frame/7.21.4: resolution: { - integrity: sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q== + integrity: sha512-LYvhNKfwWSPpocw8GI7gpK2nq3HSDuEPC/uSYaALSJu9xjsalaaYFOq0Pwt5KmVqwEbZlDu81aLXwBOmD/Fv9g== } engines: { node: ">=6.9.0" } dependencies: "@babel/highlight": 7.18.6 dev: true - /@babel/compat-data/7.21.0: + /@babel/compat-data/7.21.4: resolution: { - integrity: sha512-gMuZsmsgxk/ENC3O/fRw5QY8A9/uxQbbCEypnLIiYYc/qVJtEV7ouxC3EllIIwNzMqAQee5tanFabWsUOutS7g== + integrity: sha512-/DYyDpeCfaVinT40FPGdkkb+lYSKvsVuMjDAG7jPOWWiM1ibOaB9CXJAlc4d1QpP/U2q2P9jbrSlClKSErd55g== } engines: { node: ">=6.9.0" } dev: true - /@babel/core/7.21.3: + /@babel/core/7.21.4: resolution: { - integrity: sha512-qIJONzoa/qiHghnm0l1n4i/6IIziDpzqc36FBs4pzMhDUraHqponwJLiAKm1hGLP3OSB/TVNz6rMwVGpwxxySw== + integrity: sha512-qt/YV149Jman/6AfmlxJ04LMIu8bMoyl3RB91yTFrxQmgbrSvQMy7cI8Q62FHx1t8wJ8B5fu0UDoLwHAhUo1QA== } engines: { node: ">=6.9.0" } dependencies: - "@ampproject/remapping": 2.2.0 - "@babel/code-frame": 7.18.6 - "@babel/generator": 7.21.3 - "@babel/helper-compilation-targets": 7.20.7_@babel+core@7.21.3 + "@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.3 + "@babel/parser": 7.21.4 "@babel/template": 7.20.7 - "@babel/traverse": 7.21.3 - "@babel/types": 7.21.3 + "@babel/traverse": 7.21.4 + "@babel/types": 7.21.4 convert-source-map: 1.9.0 debug: 4.3.4 gensync: 1.0.0-beta.2 @@ -283,16 +283,16 @@ packages: - supports-color dev: true - /@babel/generator/7.21.3: + /@babel/generator/7.21.4: resolution: { - integrity: sha512-QS3iR1GYC/YGUnW7IdggFeN5c1poPUurnGttOV/bZgPGV+izC/D8HnD6DLwod0fsatNyVn1G3EVWMYIF0nHbeA== + integrity: sha512-NieM3pVIYW2SwGzKoqfPrQsf4xGs9M9AIG3ThppsSRmO+m7eQhmI6amajKMUeIO37wFfsvnvcxQFx6x6iqxDnA== } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.21.3 - "@jridgewell/gen-mapping": 0.3.2 - "@jridgewell/trace-mapping": 0.3.17 + "@babel/types": 7.21.4 + "@jridgewell/gen-mapping": 0.3.3 + "@jridgewell/trace-mapping": 0.3.18 jsesc: 2.5.2 dev: true @@ -303,36 +303,36 @@ packages: } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.21.3 + "@babel/types": 7.21.4 dev: true - /@babel/helper-compilation-targets/7.20.7_@babel+core@7.21.3: + /@babel/helper-compilation-targets/7.21.4_@babel+core@7.21.4: resolution: { - integrity: sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ== + integrity: sha512-Fa0tTuOXZ1iL8IeDFUWCzjZcn+sJGd9RZdH9esYVjEejGmzf+FFYQpMi/kZUk2kPy/q1H3/GPw7np8qar/stfg== } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0 dependencies: - "@babel/compat-data": 7.21.0 - "@babel/core": 7.21.3 + "@babel/compat-data": 7.21.4 + "@babel/core": 7.21.4 "@babel/helper-validator-option": 7.21.0 browserslist: 4.21.5 lru-cache: 5.1.1 semver: 6.3.0 dev: true - /@babel/helper-create-class-features-plugin/7.21.0_@babel+core@7.21.3: + /@babel/helper-create-class-features-plugin/7.21.4_@babel+core@7.21.4: resolution: { - integrity: sha512-Q8wNiMIdwsv5la5SPxNYzzkPnjgC0Sy0i7jLkVOCdllu/xcVNkr3TeZzbHBJrj+XXRqzX5uCyCoV9eu6xUG7KQ== + integrity: sha512-46QrX2CQlaFRF4TkwfTt6nJD7IHq8539cCL7SDpqWSDeJKY1xylKKY5F/33mJhLZ3mFvKv2gGrVS6NkyF6qs+Q== } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0 dependencies: - "@babel/core": 7.21.3 + "@babel/core": 7.21.4 "@babel/helper-annotate-as-pure": 7.18.6 "@babel/helper-environment-visitor": 7.18.9 "@babel/helper-function-name": 7.21.0 @@ -361,7 +361,7 @@ packages: engines: { node: ">=6.9.0" } dependencies: "@babel/template": 7.20.7 - "@babel/types": 7.21.3 + "@babel/types": 7.21.4 dev: true /@babel/helper-hoist-variables/7.18.6: @@ -371,7 +371,7 @@ packages: } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.21.3 + "@babel/types": 7.21.4 dev: true /@babel/helper-member-expression-to-functions/7.21.0: @@ -381,17 +381,17 @@ packages: } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.21.3 + "@babel/types": 7.21.4 dev: true - /@babel/helper-module-imports/7.18.6: + /@babel/helper-module-imports/7.21.4: resolution: { - integrity: sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA== + integrity: sha512-orajc5T2PsRYUN3ZryCEFeMDYwyw09c/pZeaQEZPH0MpKzSvn3e0uXsDBu3k03VI+9DBiRo+l22BfKTpKwa/Wg== } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.21.3 + "@babel/types": 7.21.4 dev: true /@babel/helper-module-transforms/7.21.2: @@ -402,13 +402,13 @@ packages: engines: { node: ">=6.9.0" } dependencies: "@babel/helper-environment-visitor": 7.18.9 - "@babel/helper-module-imports": 7.18.6 + "@babel/helper-module-imports": 7.21.4 "@babel/helper-simple-access": 7.20.2 "@babel/helper-split-export-declaration": 7.18.6 "@babel/helper-validator-identifier": 7.19.1 "@babel/template": 7.20.7 - "@babel/traverse": 7.21.3 - "@babel/types": 7.21.3 + "@babel/traverse": 7.21.4 + "@babel/types": 7.21.4 transitivePeerDependencies: - supports-color dev: true @@ -420,7 +420,7 @@ packages: } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.21.3 + "@babel/types": 7.21.4 dev: true /@babel/helper-plugin-utils/7.20.2: @@ -442,8 +442,8 @@ packages: "@babel/helper-member-expression-to-functions": 7.21.0 "@babel/helper-optimise-call-expression": 7.18.6 "@babel/template": 7.20.7 - "@babel/traverse": 7.21.3 - "@babel/types": 7.21.3 + "@babel/traverse": 7.21.4 + "@babel/types": 7.21.4 transitivePeerDependencies: - supports-color dev: true @@ -455,7 +455,7 @@ packages: } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.21.3 + "@babel/types": 7.21.4 dev: true /@babel/helper-skip-transparent-expression-wrappers/7.20.0: @@ -465,7 +465,7 @@ packages: } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.21.3 + "@babel/types": 7.21.4 dev: true /@babel/helper-split-export-declaration/7.18.6: @@ -475,7 +475,7 @@ packages: } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.21.3 + "@babel/types": 7.21.4 dev: true /@babel/helper-string-parser/7.19.4: @@ -508,8 +508,8 @@ packages: engines: { node: ">=6.9.0" } dependencies: "@babel/template": 7.20.7 - "@babel/traverse": 7.21.3 - "@babel/types": 7.21.3 + "@babel/traverse": 7.21.4 + "@babel/types": 7.21.4 transitivePeerDependencies: - supports-color dev: true @@ -526,43 +526,43 @@ packages: js-tokens: 4.0.0 dev: true - /@babel/parser/7.21.3: + /@babel/parser/7.21.4: resolution: { - integrity: sha512-lobG0d7aOfQRXh8AyklEAgZGvA4FShxo6xQbUrrT/cNBPUdIDojlokwJsQyCC/eKia7ifqM0yP+2DRZ4WKw2RQ== + integrity: sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw== } engines: { node: ">=6.0.0" } hasBin: true dependencies: - "@babel/types": 7.21.3 + "@babel/types": 7.21.4 - /@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.21.3: + /@babel/plugin-syntax-jsx/7.21.4_@babel+core@7.21.4: resolution: { - integrity: sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q== + integrity: sha512-5hewiLct5OKyh6PLKEYaFclcqtIgCb6bmELouxjF6up5q3Sov7rOayW4RwhbaBL0dit8rA80GNfY+UuDp2mBbQ== } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.21.3 + "@babel/core": 7.21.4 "@babel/helper-plugin-utils": 7.20.2 dev: true - /@babel/plugin-syntax-typescript/7.20.0_@babel+core@7.21.3: + /@babel/plugin-syntax-typescript/7.21.4_@babel+core@7.21.4: resolution: { - integrity: sha512-rd9TkG+u1CExzS4SM1BlMEhMXwFLKVjOAFFCDx9PbX5ycJWDoWMcwdJH9RhkPu1dOgn5TrxLot/Gx6lWFuAUNQ== + integrity: sha512-xz0D39NvhQn4t4RNsHmDnnsaQizIlUkdtYvLs8La1BlfjQ6JEwxkJGeqJMW2tAXx+q6H+WFuUTXNdYVpEya0YA== } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.21.3 + "@babel/core": 7.21.4 "@babel/helper-plugin-utils": 7.20.2 dev: true - /@babel/plugin-transform-typescript/7.21.3_@babel+core@7.21.3: + /@babel/plugin-transform-typescript/7.21.3_@babel+core@7.21.4: resolution: { integrity: sha512-RQxPz6Iqt8T0uw/WsJNReuBpWpBqs/n7mNo18sKLoTbMp+UrEekhH+pKSVC7gWz+DNjo9gryfV8YzCiT45RgMw== @@ -571,19 +571,19 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.21.3 + "@babel/core": 7.21.4 "@babel/helper-annotate-as-pure": 7.18.6 - "@babel/helper-create-class-features-plugin": 7.21.0_@babel+core@7.21.3 + "@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.20.0_@babel+core@7.21.3 + "@babel/plugin-syntax-typescript": 7.21.4_@babel+core@7.21.4 transitivePeerDependencies: - supports-color dev: true - /@babel/runtime/7.20.7: + /@babel/runtime/7.21.0: resolution: { - integrity: sha512-UF0tvkUtxwAgZ5W/KrkHf0Rn0fdnLDU9ScxBrEVNUprE/MzirjK4MJUX1/BVDv00Sv8cljtukVK1aky++X1SjQ== + integrity: sha512-xwII0//EObnq89Ji5AKYQaRYiW/nZ3llSv29d49IuxPhKbtJoLP+9QUUZ4nVragQVtaVGeZrpB+ZtG/Pdy/POw== } engines: { node: ">=6.9.0" } dependencies: @@ -597,48 +597,36 @@ packages: } engines: { node: ">=6.9.0" } dependencies: - "@babel/code-frame": 7.18.6 - "@babel/parser": 7.21.3 - "@babel/types": 7.21.3 + "@babel/code-frame": 7.21.4 + "@babel/parser": 7.21.4 + "@babel/types": 7.21.4 dev: true - /@babel/traverse/7.21.3: + /@babel/traverse/7.21.4: resolution: { - integrity: sha512-XLyopNeaTancVitYZe2MlUEvgKb6YVVPXzofHgqHijCImG33b/uTurMS488ht/Hbsb2XK3U2BnSTxKVNGV3nGQ== + integrity: sha512-eyKrRHKdyZxqDm+fV1iqL9UAHMoIg0nDaGqfIOd8rKH17m5snv7Gn4qgjBoFfLz9APvjFU/ICT00NVCv1Epp8Q== } engines: { node: ">=6.9.0" } dependencies: - "@babel/code-frame": 7.18.6 - "@babel/generator": 7.21.3 + "@babel/code-frame": 7.21.4 + "@babel/generator": 7.21.4 "@babel/helper-environment-visitor": 7.18.9 "@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.3 - "@babel/types": 7.21.3 + "@babel/parser": 7.21.4 + "@babel/types": 7.21.4 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: - supports-color dev: true - /@babel/types/7.20.7: - resolution: - { - integrity: sha512-69OnhBxSSgK0OzTJai4kyPDiKTIe3j+ctaHdIGVbRahTLAT7L3R9oeXHC2aVSuGYt3cVnoAMDmOCgJ2yaiLMvg== - } - engines: { node: ">=6.9.0" } - dependencies: - "@babel/helper-string-parser": 7.19.4 - "@babel/helper-validator-identifier": 7.19.1 - to-fast-properties: 2.0.0 - dev: true - - /@babel/types/7.21.3: + /@babel/types/7.21.4: resolution: { - integrity: sha512-sBGdETxC+/M4o/zKC0sl6sjWv62WFR/uzxrJ6uYyMLZOUlPnwzw0tKgVHOXxaAd5l2g8pEDM5RZ495GPQI77kg== + integrity: sha512-rU2oY501qDxE8Pyo7i/Orqma4ziCOrby0/9mvbDUGEfvZjb279Nk9k19e2fiCxHbRRpY2ZyrgW1eq22mvmOIzA== } engines: { node: ">=6.9.0" } dependencies: @@ -662,7 +650,7 @@ packages: lodash: 4.17.21 resolve-from: 5.0.0 resolve-global: 1.0.0 - yargs: 17.6.2 + yargs: 17.7.1 dev: true /@commitlint/config-conventional/13.1.0: @@ -835,32 +823,30 @@ packages: chalk: 4.1.2 dev: true - /@csstools/selector-specificity/2.0.2_wajs5nedgkikc5pcuwett7legi: + /@csstools/selector-specificity/2.2.0_laljekdltgzr3kfi7r4exvsr5a: resolution: { - integrity: sha512-IkpVW/ehM1hWKln4fCA3NzJU8KwD+kIOvPZA4cqxoJHtE21CCzjyp+Kxbu0i5I4tBNOlXPL9mjwnWlL0VEG4Fg== + integrity: sha512-+OJ9konv95ClSTOJCmMZqpd5+YGsB2S+x6w3E1oaM8UuR5j8nTNHYSz8c9BEPGDOCMQYIEEGlVPj/VY64iTbGw== } - engines: { node: ^12 || ^14 || >=16 } + engines: { node: ^14 || ^16 || >=18 } peerDependencies: - postcss: ^8.2 postcss-selector-parser: ^6.0.10 dependencies: - postcss: 8.4.21 postcss-selector-parser: 6.0.11 dev: true - /@ctrl/tinycolor/3.5.0: + /@ctrl/tinycolor/3.6.0: resolution: { - integrity: sha512-tlJpwF40DEQcfR/QF+wNMVyGMaO9FQp6Z1Wahj4Gk3CJQYHwA2xVG7iKDFdW6zuxZY9XWOpGcfNCTsX4McOsOg== + integrity: sha512-/Z3l6pXthq0JvMYdUFyX9j0MaCltlIn6mfh9jLyQwg5aPKxkyNa0PTHtU1AlFXLNk55ZuAeJRcpvq+tmLfKmaQ== } engines: { node: ">=10" } dev: false - /@element-plus/icons-vue/2.0.10_vue@3.2.47: + /@element-plus/icons-vue/2.1.0_vue@3.2.47: resolution: { - integrity: sha512-ygEZ1mwPjcPo/OulhzLE7mtDrQBWI8vZzEWSNB2W/RNCRjoQGwbaK4N8lV4rid7Ts4qvySU3njMN7YCiSlSaTQ== + integrity: sha512-PSBn3elNoanENc1vnCfh+3WA9fimRC7n+fWkf3rE5jvv+aBohNHABC/KAR5KWPecxWxDTVT1ERpRbOMRcOV/vA== } peerDependencies: vue: ^3.2.0 @@ -881,15 +867,15 @@ packages: lodash.get: 4.4.2 make-error: 1.3.6 ts-node: 9.1.1_typescript@4.9.5 - tslib: 2.4.1 + tslib: 2.5.0 transitivePeerDependencies: - typescript dev: true - /@esbuild/android-arm/0.17.14: + /@esbuild/android-arm/0.17.17: resolution: { - integrity: sha512-0CnlwnjDU8cks0yJLXfkaU/uoLyRf9VZJs4p1PskBr2AlAHeEsFEwJEo0of/Z3g+ilw5mpyDwThlxzNEIxOE4g== + integrity: sha512-E6VAZwN7diCa3labs0GYvhEPL2M94WLF8A+czO8hfjREXxba8Ng7nM5VxV+9ihNXIY1iQO1XxUU4P7hbqbICxg== } engines: { node: ">=12" } cpu: [arm] @@ -898,10 +884,10 @@ packages: dev: true optional: true - /@esbuild/android-arm64/0.17.14: + /@esbuild/android-arm64/0.17.17: resolution: { - integrity: sha512-eLOpPO1RvtsP71afiFTvS7tVFShJBCT0txiv/xjFBo5a7R7Gjw7X0IgIaFoLKhqXYAXhahoXm7qAmRXhY4guJg== + integrity: sha512-jaJ5IlmaDLFPNttv0ofcwy/cfeY4bh/n705Tgh+eLObbGtQBK3EPAu+CzL95JVE4nFAliyrnEu0d32Q5foavqg== } engines: { node: ">=12" } cpu: [arm64] @@ -910,10 +896,10 @@ packages: dev: true optional: true - /@esbuild/android-x64/0.17.14: + /@esbuild/android-x64/0.17.17: resolution: { - integrity: sha512-nrfQYWBfLGfSGLvRVlt6xi63B5IbfHm3tZCdu/82zuFPQ7zez4XjmRtF/wIRYbJQ/DsZrxJdEvYFE67avYXyng== + integrity: sha512-446zpfJ3nioMC7ASvJB1pszHVskkw4u/9Eu8s5yvvsSDTzYh4p4ZIRj0DznSl3FBF0Z/mZfrKXTtt0QCoFmoHA== } engines: { node: ">=12" } cpu: [x64] @@ -922,10 +908,10 @@ packages: dev: true optional: true - /@esbuild/darwin-arm64/0.17.14: + /@esbuild/darwin-arm64/0.17.17: resolution: { - integrity: sha512-eoSjEuDsU1ROwgBH/c+fZzuSyJUVXQTOIN9xuLs9dE/9HbV/A5IqdXHU1p2OfIMwBwOYJ9SFVGGldxeRCUJFyw== + integrity: sha512-m/gwyiBwH3jqfUabtq3GH31otL/0sE0l34XKpSIqR7NjQ/XHQ3lpmQHLHbG8AHTGCw8Ao059GvV08MS0bhFIJQ== } engines: { node: ">=12" } cpu: [arm64] @@ -934,10 +920,10 @@ packages: dev: true optional: true - /@esbuild/darwin-x64/0.17.14: + /@esbuild/darwin-x64/0.17.17: resolution: { - integrity: sha512-zN0U8RWfrDttdFNkHqFYZtOH8hdi22z0pFm0aIJPsNC4QQZv7je8DWCX5iA4Zx6tRhS0CCc0XC2m7wKsbWEo5g== + integrity: sha512-4utIrsX9IykrqYaXR8ob9Ha2hAY2qLc6ohJ8c0CN1DR8yWeMrTgYFjgdeQ9LIoTOfLetXjuCu5TRPHT9yKYJVg== } engines: { node: ">=12" } cpu: [x64] @@ -946,10 +932,10 @@ packages: dev: true optional: true - /@esbuild/freebsd-arm64/0.17.14: + /@esbuild/freebsd-arm64/0.17.17: resolution: { - integrity: sha512-z0VcD4ibeZWVQCW1O7szaLxGsx54gcCnajEJMdYoYjLiq4g1jrP2lMq6pk71dbS5+7op/L2Aod+erw+EUr28/A== + integrity: sha512-4PxjQII/9ppOrpEwzQ1b0pXCsFLqy77i0GaHodrmzH9zq2/NEhHMAMJkJ635Ns4fyJPFOlHMz4AsklIyRqFZWA== } engines: { node: ">=12" } cpu: [arm64] @@ -958,10 +944,10 @@ packages: dev: true optional: true - /@esbuild/freebsd-x64/0.17.14: + /@esbuild/freebsd-x64/0.17.17: resolution: { - integrity: sha512-hd9mPcxfTgJlolrPlcXkQk9BMwNBvNBsVaUe5eNUqXut6weDQH8whcNaKNF2RO8NbpT6GY8rHOK2A9y++s+ehw== + integrity: sha512-lQRS+4sW5S3P1sv0z2Ym807qMDfkmdhUYX30GRBURtLTrJOPDpoU0kI6pVz1hz3U0+YQ0tXGS9YWveQjUewAJw== } engines: { node: ">=12" } cpu: [x64] @@ -970,10 +956,10 @@ packages: dev: true optional: true - /@esbuild/linux-arm/0.17.14: + /@esbuild/linux-arm/0.17.17: resolution: { - integrity: sha512-BNTl+wSJ1omsH8s3TkQmIIIQHwvwJrU9u1ggb9XU2KTVM4TmthRIVyxSp2qxROJHhZuW/r8fht46/QE8hU8Qvg== + integrity: sha512-biDs7bjGdOdcmIk6xU426VgdRUpGg39Yz6sT9Xp23aq+IEHDb/u5cbmu/pAANpDB4rZpY/2USPhCA+w9t3roQg== } engines: { node: ">=12" } cpu: [arm] @@ -982,10 +968,10 @@ packages: dev: true optional: true - /@esbuild/linux-arm64/0.17.14: + /@esbuild/linux-arm64/0.17.17: resolution: { - integrity: sha512-FhAMNYOq3Iblcj9i+K0l1Fp/MHt+zBeRu/Qkf0LtrcFu3T45jcwB6A1iMsemQ42vR3GBhjNZJZTaCe3VFPbn9g== + integrity: sha512-2+pwLx0whKY1/Vqt8lyzStyda1v0qjJ5INWIe+d8+1onqQxHLLi3yr5bAa4gvbzhZqBztifYEu8hh1La5+7sUw== } engines: { node: ">=12" } cpu: [arm64] @@ -994,10 +980,10 @@ packages: dev: true optional: true - /@esbuild/linux-ia32/0.17.14: + /@esbuild/linux-ia32/0.17.17: resolution: { - integrity: sha512-91OK/lQ5y2v7AsmnFT+0EyxdPTNhov3y2CWMdizyMfxSxRqHazXdzgBKtlmkU2KYIc+9ZK3Vwp2KyXogEATYxQ== + integrity: sha512-IBTTv8X60dYo6P2t23sSUYym8fGfMAiuv7PzJ+0LcdAndZRzvke+wTVxJeCq4WgjppkOpndL04gMZIFvwoU34Q== } engines: { node: ">=12" } cpu: [ia32] @@ -1006,10 +992,10 @@ packages: dev: true optional: true - /@esbuild/linux-loong64/0.17.14: + /@esbuild/linux-loong64/0.14.54: resolution: { - integrity: sha512-vp15H+5NR6hubNgMluqqKza85HcGJgq7t6rMH7O3Y6ApiOWPkvW2AJfNojUQimfTp6OUrACUXfR4hmpcENXoMQ== + integrity: sha512-bZBrLAIX1kpWelV0XemxBZllyRmM6vgFQQG2GdNb+r3Fkp0FOh1NJSvekXDs7jq70k4euu1cryLMfU+mTXlEpw== } engines: { node: ">=12" } cpu: [loong64] @@ -1018,10 +1004,22 @@ packages: dev: true optional: true - /@esbuild/linux-mips64el/0.17.14: + /@esbuild/linux-loong64/0.17.17: resolution: { - integrity: sha512-90TOdFV7N+fgi6c2+GO9ochEkmm9kBAKnuD5e08GQMgMINOdOFHuYLPQ91RYVrnWwQ5683sJKuLi9l4SsbJ7Hg== + integrity: sha512-WVMBtcDpATjaGfWfp6u9dANIqmU9r37SY8wgAivuKmgKHE+bWSuv0qXEFt/p3qXQYxJIGXQQv6hHcm7iWhWjiw== + } + engines: { node: ">=12" } + cpu: [loong64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@esbuild/linux-mips64el/0.17.17: + resolution: + { + integrity: sha512-2kYCGh8589ZYnY031FgMLy0kmE4VoGdvfJkxLdxP4HJvWNXpyLhjOvxVsYjYZ6awqY4bgLR9tpdYyStgZZhi2A== } engines: { node: ">=12" } cpu: [mips64el] @@ -1030,10 +1028,10 @@ packages: dev: true optional: true - /@esbuild/linux-ppc64/0.17.14: + /@esbuild/linux-ppc64/0.17.17: resolution: { - integrity: sha512-NnBGeoqKkTugpBOBZZoktQQ1Yqb7aHKmHxsw43NddPB2YWLAlpb7THZIzsRsTr0Xw3nqiPxbA1H31ZMOG+VVPQ== + integrity: sha512-KIdG5jdAEeAKogfyMTcszRxy3OPbZhq0PPsW4iKKcdlbk3YE4miKznxV2YOSmiK/hfOZ+lqHri3v8eecT2ATwQ== } engines: { node: ">=12" } cpu: [ppc64] @@ -1042,10 +1040,10 @@ packages: dev: true optional: true - /@esbuild/linux-riscv64/0.17.14: + /@esbuild/linux-riscv64/0.17.17: resolution: { - integrity: sha512-0qdlKScLXA8MGVy21JUKvMzCYWovctuP8KKqhtE5A6IVPq4onxXhSuhwDd2g5sRCzNDlDjitc5sX31BzDoL5Fw== + integrity: sha512-Cj6uWLBR5LWhcD/2Lkfg2NrkVsNb2sFM5aVEfumKB2vYetkA/9Uyc1jVoxLZ0a38sUhFk4JOVKH0aVdPbjZQeA== } engines: { node: ">=12" } cpu: [riscv64] @@ -1054,10 +1052,10 @@ packages: dev: true optional: true - /@esbuild/linux-s390x/0.17.14: + /@esbuild/linux-s390x/0.17.17: resolution: { - integrity: sha512-Hdm2Jo1yaaOro4v3+6/zJk6ygCqIZuSDJHdHaf8nVH/tfOuoEX5Riv03Ka15LmQBYJObUTNS1UdyoMk0WUn9Ww== + integrity: sha512-lK+SffWIr0XsFf7E0srBjhpkdFVJf3HEgXCwzkm69kNbRar8MhezFpkIwpk0qo2IOQL4JE4mJPJI8AbRPLbuOQ== } engines: { node: ">=12" } cpu: [s390x] @@ -1066,10 +1064,10 @@ packages: dev: true optional: true - /@esbuild/linux-x64/0.17.14: + /@esbuild/linux-x64/0.17.17: resolution: { - integrity: sha512-8KHF17OstlK4DuzeF/KmSgzrTWQrkWj5boluiiq7kvJCiQVzUrmSkaBvcLB2UgHpKENO2i6BthPkmUhNDaJsVw== + integrity: sha512-XcSGTQcWFQS2jx3lZtQi7cQmDYLrpLRyz1Ns1DzZCtn898cWfm5Icx/DEWNcTU+T+tyPV89RQtDnI7qL2PObPg== } engines: { node: ">=12" } cpu: [x64] @@ -1078,10 +1076,10 @@ packages: dev: true optional: true - /@esbuild/netbsd-x64/0.17.14: + /@esbuild/netbsd-x64/0.17.17: resolution: { - integrity: sha512-nVwpqvb3yyXztxIT2+VsxJhB5GCgzPdk1n0HHSnchRAcxqKO6ghXwHhJnr0j/B+5FSyEqSxF4q03rbA2fKXtUQ== + integrity: sha512-RNLCDmLP5kCWAJR+ItLM3cHxzXRTe4N00TQyQiimq+lyqVqZWGPAvcyfUBM0isE79eEZhIuGN09rAz8EL5KdLA== } engines: { node: ">=12" } cpu: [x64] @@ -1090,10 +1088,10 @@ packages: dev: true optional: true - /@esbuild/openbsd-x64/0.17.14: + /@esbuild/openbsd-x64/0.17.17: resolution: { - integrity: sha512-1RZ7uQQ9zcy/GSAJL1xPdN7NDdOOtNEGiJalg/MOzeakZeTrgH/DoCkbq7TaPDiPhWqnDF+4bnydxRqQD7il6g== + integrity: sha512-PAXswI5+cQq3Pann7FNdcpSUrhrql3wKjj3gVkmuz6OHhqqYxKvi6GgRBoaHjaG22HV/ZZEgF9TlS+9ftHVigA== } engines: { node: ">=12" } cpu: [x64] @@ -1102,10 +1100,10 @@ packages: dev: true optional: true - /@esbuild/sunos-x64/0.17.14: + /@esbuild/sunos-x64/0.17.17: resolution: { - integrity: sha512-nqMjDsFwv7vp7msrwWRysnM38Sd44PKmW8EzV01YzDBTcTWUpczQg6mGao9VLicXSgW/iookNK6AxeogNVNDZA== + integrity: sha512-V63egsWKnx/4V0FMYkr9NXWrKTB5qFftKGKuZKFIrAkO/7EWLFnbBZNM1CvJ6Sis+XBdPws2YQSHF1Gqf1oj/Q== } engines: { node: ">=12" } cpu: [x64] @@ -1114,10 +1112,10 @@ packages: dev: true optional: true - /@esbuild/win32-arm64/0.17.14: + /@esbuild/win32-arm64/0.17.17: resolution: { - integrity: sha512-xrD0mccTKRBBIotrITV7WVQAwNJ5+1va6L0H9zN92v2yEdjfAN7864cUaZwJS7JPEs53bDTzKFbfqVlG2HhyKQ== + integrity: sha512-YtUXLdVnd6YBSYlZODjWzH+KzbaubV0YVd6UxSfoFfa5PtNJNaW+1i+Hcmjpg2nEe0YXUCNF5bkKy1NnBv1y7Q== } engines: { node: ">=12" } cpu: [arm64] @@ -1126,10 +1124,10 @@ packages: dev: true optional: true - /@esbuild/win32-ia32/0.17.14: + /@esbuild/win32-ia32/0.17.17: resolution: { - integrity: sha512-nXpkz9bbJrLLyUTYtRotSS3t5b+FOuljg8LgLdINWFs3FfqZMtbnBCZFUmBzQPyxqU87F8Av+3Nco/M3hEcu1w== + integrity: sha512-yczSLRbDdReCO74Yfc5tKG0izzm+lPMYyO1fFTcn0QNwnKmc3K+HdxZWLGKg4pZVte7XVgcFku7TIZNbWEJdeQ== } engines: { node: ">=12" } cpu: [ia32] @@ -1138,10 +1136,10 @@ packages: dev: true optional: true - /@esbuild/win32-x64/0.17.14: + /@esbuild/win32-x64/0.17.17: resolution: { - integrity: sha512-gPQmsi2DKTaEgG14hc3CHXHp62k8g6qr0Pas+I4lUxRMugGSATh/Bi8Dgusoz9IQ0IfdrvLpco6kujEIBoaogA== + integrity: sha512-FNZw7H3aqhF9OyRQbDDnzUApDXfC1N6fgBhkqEO2jvYCJ+DxMTfZVqg3AX0R1khg1wHTBRD5SdcibSJ+XF6bFg== } engines: { node: ">=12" } cpu: [x64] @@ -1150,17 +1148,38 @@ packages: dev: true optional: true - /@eslint/eslintrc/1.4.1: + /@eslint-community/eslint-utils/4.4.0_eslint@8.38.0: + resolution: + { + integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA== + } + engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 + dependencies: + eslint: 8.38.0 + eslint-visitor-keys: 3.4.0 + dev: true + + /@eslint-community/regexpp/4.5.0: + resolution: + { + integrity: sha512-vITaYzIcNmjn5tF5uxcZ/ft7/RXGrMUIS9HalWckEOF6ESiwXKoMzAQf2UW0aVd6rnOeExTJVd5hmWXucBKGXQ== + } + engines: { node: ^12.0.0 || ^14.0.0 || >=16.0.0 } + dev: true + + /@eslint/eslintrc/2.0.2: resolution: { - integrity: sha512-XXrH9Uarn0stsyldqDYq8r++mROmWRI1xKMXa640Bb//SY1+ECYX6VzT6Lcx5frD0V30XieqJ0oX9I2Xj5aoMA== + integrity: sha512-3W4f5tDUra+pA+FzgugqL2pRimUTDJWKr7BINqOpkZrC0uYI0NIc0/JFgBROCU07HR6GieA5m3/rsPIhDmCXTQ== } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dependencies: ajv: 6.12.6 debug: 4.3.4 - espree: 9.4.1 - globals: 13.19.0 + espree: 9.5.1 + globals: 13.20.0 ignore: 5.2.4 import-fresh: 3.3.0 js-yaml: 4.1.0 @@ -1170,26 +1189,34 @@ packages: - supports-color dev: true - /@floating-ui/core/1.1.0: + /@eslint/js/8.38.0: resolution: { - integrity: sha512-zbsLwtnHo84w1Kc8rScAo5GMk1GdecSlrflIbfnEBJwvTSj1SL6kkOYV+nHraMCPEy+RNZZUaZyL8JosDGCtGQ== + integrity: sha512-IoD2MfUnOV58ghIHCiil01PcohxjbYR/qCxsoC+xNgUwh1EY8jOOrYmu3d3a71+tJJ23uscEV4X2HJWMsPJu4g== + } + engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } + dev: true + + /@floating-ui/core/1.2.6: + resolution: + { + integrity: sha512-EvYTiXet5XqweYGClEmpu3BoxmsQ4hkj3QaYA6qEnigCWffTP3vNRwBReTdrwDwo7OoJ3wM8Uoe9Uk4n+d4hfg== } dev: false - /@floating-ui/dom/1.1.0: + /@floating-ui/dom/1.2.6: resolution: { - integrity: sha512-TSogMPVxbRe77QCj1dt8NmRiJasPvuc+eT5jnJ6YpLqgOD2zXc5UA3S1qwybN+GVCDNdKfpKy1oj8RpzLJvh6A== + integrity: sha512-02vxFDuvuVPs22iJICacezYJyf7zwwOCWkPNkWNBr1U0Qt1cKFYzWvxts0AmqcOQGwt/3KJWcWIgtbUU38keyw== } dependencies: - "@floating-ui/core": 1.1.0 + "@floating-ui/core": 1.2.6 dev: false - /@howdyjs/mouse-menu/2.0.5_vue@3.2.47: + /@howdyjs/mouse-menu/2.0.7_vue@3.2.47: resolution: { - integrity: sha512-20e7mmmFOOLNOHC/38zEWnLgZaNTrZ2GSYhUf4XpaE99ehn4Gq0vf5K/DlALliFQ1zsrfdhIrC13+HNQHyBZKQ== + integrity: sha512-4k7e8P1vdk3fePi27GukEyZ5Gpv0dcmp3TC+ZUaesYAledqU9BL9RDjZp+jc+1f0o+6aipyZbg4Dz9o2TXgDTw== } peerDependencies: vue: ">=3.0.0" @@ -1227,19 +1254,19 @@ packages: } dev: true - /@iconify-icons/ep/1.2.10: + /@iconify-icons/ep/1.2.11: resolution: { - integrity: sha512-slLhiMM5snJi+Mbzj02UPkK1Ym5SK9U4l1CSbA5V6YGjzL1Pk60fGPB6b7Js3jObftONWji6bpJKFjOGYyPk/g== + integrity: sha512-6wBR3xVbWpEfxlkriDG27PT3Z0t09Z/G/IH05Ql7XlhVRs8v2bKFPslNHkwBnZXaaR9hTB+5J+MBR5rrK16vcw== } dependencies: "@iconify/types": 2.0.0 dev: true - /@iconify-icons/ri/1.2.4: + /@iconify-icons/ri/1.2.7: resolution: { - integrity: sha512-hTYFsUMEYU62Eu8YEtNPvGRusvUXQPs3kT+Vvl6VJc9TwfX+W8SNo4eL7e35QeNZh2JWAwG6cYCoWFQQSFpFHg== + integrity: sha512-HUgj7x6VJRRvdXVQ+ABE/F+IOclYTV4MaH8HHIAFHF2F+PrmC/mAx77GTtZTRosKziORf2YfiaXY2Gx7w24vgw== } dependencies: "@iconify/types": 2.0.0 @@ -1252,10 +1279,10 @@ packages: } dev: true - /@iconify/vue/4.0.2_vue@3.2.47: + /@iconify/vue/4.1.1_vue@3.2.47: resolution: { - integrity: sha512-LRp+mYh8N0bcX4lustHtI5o1aEoio9HN3/19uIzVOvI78qopKBjzsDK5hkEZYDSc6+LKG8hfLxTxpW8CejXGZg== + integrity: sha512-RL85Bm/DAe8y6rT6pux7D2FJSiUEM/TPfyK7GrbAOfTSwrhvwJW+S5yijdGcmtXouA8MtuH9C7l4hiSE4mLMjg== } peerDependencies: vue: ">=3" @@ -1394,27 +1421,16 @@ packages: "@intlify/core-base": 9.2.2 "@intlify/shared": 9.2.2 - /@jridgewell/gen-mapping/0.1.1: + /@jridgewell/gen-mapping/0.3.3: resolution: { - integrity: sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w== + integrity: sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ== } engines: { node: ">=6.0.0" } dependencies: "@jridgewell/set-array": 1.1.2 - "@jridgewell/sourcemap-codec": 1.4.14 - dev: true - - /@jridgewell/gen-mapping/0.3.2: - resolution: - { - integrity: sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A== - } - engines: { node: ">=6.0.0" } - dependencies: - "@jridgewell/set-array": 1.1.2 - "@jridgewell/sourcemap-codec": 1.4.14 - "@jridgewell/trace-mapping": 0.3.17 + "@jridgewell/sourcemap-codec": 1.4.15 + "@jridgewell/trace-mapping": 0.3.18 dev: true /@jridgewell/resolve-uri/3.1.0: @@ -1433,14 +1449,14 @@ packages: engines: { node: ">=6.0.0" } dev: true - /@jridgewell/source-map/0.3.2: + /@jridgewell/source-map/0.3.3: resolution: { - integrity: sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw== + integrity: sha512-b+fsZXeLYi9fEULmfBrhxn4IrPlINf8fiNarzTof004v3lFdntdwa9PF7vFJqm3mg7s+ScJMxXaE3Acp1irZcg== } dependencies: - "@jridgewell/gen-mapping": 0.3.2 - "@jridgewell/trace-mapping": 0.3.17 + "@jridgewell/gen-mapping": 0.3.3 + "@jridgewell/trace-mapping": 0.3.18 dev: true /@jridgewell/sourcemap-codec/1.4.14: @@ -1450,36 +1466,44 @@ packages: } dev: true - /@jridgewell/trace-mapping/0.3.17: + /@jridgewell/sourcemap-codec/1.4.15: resolution: { - integrity: sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g== + integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg== + } + dev: true + + /@jridgewell/trace-mapping/0.3.18: + resolution: + { + integrity: sha512-w+niJYzMHdd7USdiH2U6869nqhD2nbfZXND5Yp93qIbEmnDNk7PD48o+YchRVpzMU7M6jVCbenTR7PA1FLQ9pA== } dependencies: "@jridgewell/resolve-uri": 3.1.0 "@jridgewell/sourcemap-codec": 1.4.14 dev: true - /@logicflow/core/1.1.31: + /@logicflow/core/1.2.3: resolution: { - integrity: sha512-TQYJoxhqSzWBvw/NkI5hNZ8WkfS7JDLrvp56EU/OYo6Nbusj2n8/ya8XaMM50+GXqnp6+38t3RAGCC9Dk9cmhA== + integrity: sha512-/ihwzilvAlzVtjymHj1j52WkiHXNjwdryayfQU4yGJoNeuwvJ1KZimlGX1cO/6hapb00HoCmJqiZnGSoBHVddg== } dependencies: "@types/mousetrap": 1.6.11 mousetrap: 1.6.5 - preact: 10.11.3 + preact: 10.13.2 dev: false - /@logicflow/extension/1.1.31: + /@logicflow/extension/1.2.3: resolution: { - integrity: sha512-MUDdP7Anf3OmIEVmJTlIH8e5h2yrdqlwWYCDjDoh9R1IOfzR4wCvEiH4HgOkadTsGtfaihFRyFnPIYT1cu7oUA== + integrity: sha512-274S81r8e0j8J0K8qkAU//DDbB3hZdA6saBnX+50cTSOoNAtBicUwoQ9CdkrC9QDI9beetrtXzYcJz56OP5TWQ== } dependencies: - "@logicflow/core": 1.1.31 + "@logicflow/core": 1.2.3 ids: 1.0.0 - preact: 10.11.3 + lodash-es: 4.17.21 + preact: 10.13.2 dev: false /@nodelib/fs.scandir/2.1.5: @@ -1512,7 +1536,7 @@ packages: fastq: 1.15.0 dev: true - /@pureadmin/descriptions/1.1.1_element-plus@2.3.1: + /@pureadmin/descriptions/1.1.1_element-plus@2.3.3: resolution: { integrity: sha512-4BHLKomLU/LxGs5EUA+h+aKNrJEkhrU6+QE8VoWfJZ8VTU6ddvFLT/Pi4WuO5CWNXM9ZjqvHLFFVwEPlKntqtg== @@ -1520,12 +1544,12 @@ packages: peerDependencies: element-plus: ^2.0.0 dependencies: - "@element-plus/icons-vue": 2.0.10_vue@3.2.47 - element-plus: 2.3.1_vue@3.2.47 + "@element-plus/icons-vue": 2.1.0_vue@3.2.47 + element-plus: 2.3.3_vue@3.2.47 vue: 3.2.47 dev: false - /@pureadmin/table/2.0.0_element-plus@2.3.1: + /@pureadmin/table/2.0.0_element-plus@2.3.3: resolution: { integrity: sha512-B5+vniSskCOjXLbQA+quPtySoOdwrhQOV93ruSwaUUZvRXxbfro1C3tAhUk/xYSeg8CbGrjoKdXYtN+yGjn6YA== @@ -1533,7 +1557,7 @@ packages: peerDependencies: element-plus: ^2.0.0 dependencies: - element-plus: 2.3.1_vue@3.2.47 + element-plus: 2.3.3_vue@3.2.47 vue: 3.2.47 dev: false @@ -1548,10 +1572,10 @@ packages: string-hash: 1.1.3 dev: true - /@pureadmin/utils/1.8.5_echarts@5.4.2+vue@3.2.47: + /@pureadmin/utils/1.8.7_echarts@5.4.2+vue@3.2.47: resolution: { - integrity: sha512-dUJUYemELZdp4rpOnlQXU5GH2YWtf22vnw3Ekdn1ksoZu3cv30C6J9TCMsFjJhYhH8ZkfYowjfCx137eByjXXw== + integrity: sha512-4I8SMrjy1zXsYJyI02bObNgrpLYhfFrIJi9AMSeaqKMqL3qwe2/7+rfrWgzEgb8bvua6m40Whvt91p4jrlyu2Q== } peerDependencies: echarts: "*" @@ -1566,43 +1590,6 @@ packages: vue: 3.2.47 dev: false - /@rollup/plugin-node-resolve/13.3.0: - resolution: - { - integrity: sha512-Lus8rbUo1eEcnS4yTFKLZrVumLPY+YayBdWXgFSHYhTT2iJbMhoaaBL3xl5NCdeRytErGr8tZ0L71BMRmnlwSw== - } - engines: { node: ">= 10.0.0" } - peerDependencies: - rollup: ^2.42.0 - peerDependenciesMeta: - rollup: - optional: true - dependencies: - "@rollup/pluginutils": 3.1.0 - "@types/resolve": 1.17.1 - deepmerge: 4.2.2 - is-builtin-module: 3.2.0 - is-module: 1.0.0 - resolve: 1.22.1 - dev: true - - /@rollup/pluginutils/3.1.0: - resolution: - { - integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg== - } - engines: { node: ">= 8.0.0" } - peerDependencies: - rollup: ^1.20.0||^2.0.0 - peerDependenciesMeta: - rollup: - optional: true - dependencies: - "@types/estree": 0.0.39 - estree-walker: 1.0.1 - picomatch: 2.3.1 - dev: true - /@rollup/pluginutils/4.2.1: resolution: { @@ -1626,7 +1613,7 @@ packages: rollup: optional: true dependencies: - "@types/estree": 1.0.0 + "@types/estree": 1.0.1 estree-walker: 2.0.2 picomatch: 2.3.1 dev: true @@ -1660,17 +1647,10 @@ packages: } dev: true - /@types/estree/0.0.39: + /@types/estree/1.0.1: resolution: { - integrity: sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw== - } - dev: true - - /@types/estree/1.0.0: - resolution: - { - integrity: sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ== + integrity: sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA== } dev: true @@ -1681,17 +1661,17 @@ packages: } dev: false - /@types/intro.js/5.1.0: + /@types/intro.js/5.1.1: resolution: { - integrity: sha512-XHkD6t7f3bn8B2//kOlznRzmk15KvsRkFpY6i8em/eDphblQ8QHbCiW+6OPjX7CxI0aVNVJK6Yamb2h2KMmFdA== + integrity: sha512-gxrfhzwHeCZI8PoucIVRCe5cX0j29YYB1YLIfPb87HN1HiAhrl0CGMFuYPzo6Gvn5diAPCHF6XW2SR+Lqxexlg== } dev: true - /@types/js-cookie/3.0.2: + /@types/js-cookie/3.0.3: resolution: { - integrity: sha512-6+0ekgfusHftJNYpihfkMu8BWdeHs9EOJuGcSofErjstGPfPGEu9yTu4t460lTzzAMl2cM5zngQJqPMHbbnvYA== + integrity: sha512-Xe7IImK09HP1sv2M/aI+48a20VX+TdRJucfq4vfRVy6nWN8PYPOEnlMRSgxJAgYQIXJVL8dZ4/ilAM7dWNaOww== } dev: true @@ -1702,19 +1682,19 @@ packages: } dev: true - /@types/lodash-es/4.17.6: + /@types/lodash-es/4.17.7: resolution: { - integrity: sha512-R+zTeVUKDdfoRxpAryaQNRKk3105Rrgx2CFRClIgRGaqDTdjsm8h6IYA8ir584W3ePzkZfst5xIgDwYrlh9HLg== + integrity: sha512-z0ptr6UI10VlU6l5MYhGwS4mC8DZyYer2mCoyysZtSF7p26zOX8UpbrV0YpNYLGS8K4PUFIyEr62IMFFjveSiQ== } dependencies: - "@types/lodash": 4.14.191 + "@types/lodash": 4.14.194 dev: false - /@types/lodash/4.14.191: + /@types/lodash/4.14.194: resolution: { - integrity: sha512-BdZ5BCCvho3EIXw6wUCXHe7rS53AIDPLE+JzwgT+OsJk53oBfbSmZZ7CX4VaRoN78N+TJpFi9QPlfIVNmJYWxQ== + integrity: sha512-r22s9tAS7imvBt2lyHC9B8AGwWnXaYb1tY09oyLkXDs4vArpYJzw09nj8MLx5VfciBPGIb+ZwG0ssYnEPJxn/g== } dev: false @@ -1746,10 +1726,10 @@ packages: } dev: false - /@types/node/18.11.18: + /@types/node/18.15.12: resolution: { - integrity: sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA== + integrity: sha512-Wha1UwsB3CYdqUm2PPzh/1gujGCNtWVUYF0mB00fJFoR4gTyWTDPjSm+zBF787Ahw8vSGgBja90MkgFwvB86Dg== } dev: true @@ -1780,7 +1760,7 @@ packages: integrity: sha512-x5ilHXRxUPIMfjtM+1vf/GPTRWZ81nqscursm5gMznJeK9M0YnZ1c3bEvRLQ0zSSgedLx1J6MGL231ObQGGhaA== } dependencies: - "@types/node": 18.11.18 + "@types/node": 18.15.12 dev: true /@types/qs/6.9.7: @@ -1790,15 +1770,6 @@ packages: } dev: true - /@types/resolve/1.17.1: - resolution: - { - integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw== - } - dependencies: - "@types/node": 18.11.18 - dev: true - /@types/semver/7.3.13: resolution: { @@ -1806,10 +1777,10 @@ packages: } dev: true - /@types/sortablejs/1.15.0: + /@types/sortablejs/1.15.1: resolution: { - integrity: sha512-qrhtM7M41EhH4tZQTNw2/RJkxllBx3reiJpTbgWCM2Dx0U1sZ6LwKp9lfNln9uqE26ZMKUaPEYaD4rzvOWYtZw== + integrity: sha512-g/JwBNToh6oCTAwNS8UGVmjO7NLDKsejVhvE4x1eWiPTC3uCuNsa/TD4ssvX3du+MLiM+SHPNDuijp8y76JzLQ== } dev: true @@ -1827,10 +1798,10 @@ packages: } dev: false - /@typescript-eslint/eslint-plugin/5.48.0_ymoixgccul774h5skldb2twsuu: + /@typescript-eslint/eslint-plugin/5.59.0_wsbkzerfphvgr4lle7vmeh64yi: resolution: { - integrity: sha512-SVLafp0NXpoJY7ut6VFVUU9I+YeFsDzeQwtK0WZ+xbRN3mtxJ08je+6Oi2N89qDn087COdO0u3blKZNv9VetRQ== + integrity: sha512-p0QgrEyrxAWBecR56gyn3wkG15TJdI//eetInP3zYRewDh0XS+DhB3VUAd3QqvziFsfaQIoIuZMxZRB7vXYaYw== } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } peerDependencies: @@ -1841,26 +1812,27 @@ packages: typescript: optional: true dependencies: - "@typescript-eslint/parser": 5.48.0_kvhumnresjtcflasshbz76q27a - "@typescript-eslint/scope-manager": 5.48.0 - "@typescript-eslint/type-utils": 5.48.0_kvhumnresjtcflasshbz76q27a - "@typescript-eslint/utils": 5.48.0_kvhumnresjtcflasshbz76q27a + "@eslint-community/regexpp": 4.5.0 + "@typescript-eslint/parser": 5.59.0_voubu7prgxjfsfbgx5d4sqnwiy + "@typescript-eslint/scope-manager": 5.59.0 + "@typescript-eslint/type-utils": 5.59.0_voubu7prgxjfsfbgx5d4sqnwiy + "@typescript-eslint/utils": 5.59.0_voubu7prgxjfsfbgx5d4sqnwiy debug: 4.3.4 - eslint: 8.31.0 + eslint: 8.38.0 + grapheme-splitter: 1.0.4 ignore: 5.2.4 natural-compare-lite: 1.4.0 - regexpp: 3.2.0 - semver: 7.3.8 - tsutils: 3.21.0_typescript@5.0.2 - typescript: 5.0.2 + semver: 7.5.0 + tsutils: 3.21.0_typescript@5.0.4 + typescript: 5.0.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser/5.48.0_kvhumnresjtcflasshbz76q27a: + /@typescript-eslint/parser/5.59.0_voubu7prgxjfsfbgx5d4sqnwiy: resolution: { - integrity: sha512-1mxNA8qfgxX8kBvRDIHEzrRGrKHQfQlbW6iHyfHYS0Q4X1af+S6mkLNtgCOsGVl8+/LUPrqdHMssAemkrQ01qg== + integrity: sha512-qK9TZ70eJtjojSUMrrEwA9ZDQ4N0e/AuoOIgXuNBorXYcBDk397D2r5MIe1B3cok/oCtdNC5j+lUUpVB+Dpb+w== } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } peerDependencies: @@ -1870,31 +1842,31 @@ packages: typescript: optional: true dependencies: - "@typescript-eslint/scope-manager": 5.48.0 - "@typescript-eslint/types": 5.48.0 - "@typescript-eslint/typescript-estree": 5.48.0_typescript@5.0.2 + "@typescript-eslint/scope-manager": 5.59.0 + "@typescript-eslint/types": 5.59.0 + "@typescript-eslint/typescript-estree": 5.59.0_typescript@5.0.4 debug: 4.3.4 - eslint: 8.31.0 - typescript: 5.0.2 + eslint: 8.38.0 + typescript: 5.0.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/scope-manager/5.48.0: + /@typescript-eslint/scope-manager/5.59.0: resolution: { - integrity: sha512-0AA4LviDtVtZqlyUQnZMVHydDATpD9SAX/RC5qh6cBd3xmyWvmXYF+WT1oOmxkeMnWDlUVTwdODeucUnjz3gow== + integrity: sha512-tsoldKaMh7izN6BvkK6zRMINj4Z2d6gGhO2UsI8zGZY3XhLq1DndP3Ycjhi1JwdwPRwtLMW4EFPgpuKhbCGOvQ== } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dependencies: - "@typescript-eslint/types": 5.48.0 - "@typescript-eslint/visitor-keys": 5.48.0 + "@typescript-eslint/types": 5.59.0 + "@typescript-eslint/visitor-keys": 5.59.0 dev: true - /@typescript-eslint/type-utils/5.48.0_kvhumnresjtcflasshbz76q27a: + /@typescript-eslint/type-utils/5.59.0_voubu7prgxjfsfbgx5d4sqnwiy: resolution: { - integrity: sha512-vbtPO5sJyFjtHkGlGK4Sthmta0Bbls4Onv0bEqOGm7hP9h8UpRsHJwsrCiWtCUndTRNQO/qe6Ijz9rnT/DB+7g== + integrity: sha512-d/B6VSWnZwu70kcKQSCqjcXpVH+7ABKH8P1KNn4K7j5PXXuycZTPXF44Nui0TEm6rbWGi8kc78xRgOC4n7xFgA== } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } peerDependencies: @@ -1904,28 +1876,28 @@ packages: typescript: optional: true dependencies: - "@typescript-eslint/typescript-estree": 5.48.0_typescript@5.0.2 - "@typescript-eslint/utils": 5.48.0_kvhumnresjtcflasshbz76q27a + "@typescript-eslint/typescript-estree": 5.59.0_typescript@5.0.4 + "@typescript-eslint/utils": 5.59.0_voubu7prgxjfsfbgx5d4sqnwiy debug: 4.3.4 - eslint: 8.31.0 - tsutils: 3.21.0_typescript@5.0.2 - typescript: 5.0.2 + eslint: 8.38.0 + tsutils: 3.21.0_typescript@5.0.4 + typescript: 5.0.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/types/5.48.0: + /@typescript-eslint/types/5.59.0: resolution: { - integrity: sha512-UTe67B0Ypius0fnEE518NB2N8gGutIlTojeTg4nt0GQvikReVkurqxd2LvYa9q9M5MQ6rtpNyWTBxdscw40Xhw== + integrity: sha512-yR2h1NotF23xFFYKHZs17QJnB51J/s+ud4PYU4MqdZbzeNxpgUr05+dNeCN/bb6raslHvGdd6BFCkVhpPk/ZeA== } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dev: true - /@typescript-eslint/typescript-estree/5.48.0_typescript@5.0.2: + /@typescript-eslint/typescript-estree/5.59.0_typescript@5.0.4: resolution: { - integrity: sha512-7pjd94vvIjI1zTz6aq/5wwE/YrfIyEPLtGJmRfyNR9NYIW+rOvzzUv3Cmq2hRKpvt6e9vpvPUQ7puzX7VSmsEw== + integrity: sha512-sUNnktjmI8DyGzPdZ8dRwW741zopGxltGs/SAPgGL/AAgDpiLsCFLcMNSpbfXfmnNeHmK9h3wGmCkGRGAoUZAg== } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } peerDependencies: @@ -1934,50 +1906,50 @@ packages: typescript: optional: true dependencies: - "@typescript-eslint/types": 5.48.0 - "@typescript-eslint/visitor-keys": 5.48.0 + "@typescript-eslint/types": 5.59.0 + "@typescript-eslint/visitor-keys": 5.59.0 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 - semver: 7.3.8 - tsutils: 3.21.0_typescript@5.0.2 - typescript: 5.0.2 + semver: 7.5.0 + tsutils: 3.21.0_typescript@5.0.4 + typescript: 5.0.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/utils/5.48.0_kvhumnresjtcflasshbz76q27a: + /@typescript-eslint/utils/5.59.0_voubu7prgxjfsfbgx5d4sqnwiy: resolution: { - integrity: sha512-x2jrMcPaMfsHRRIkL+x96++xdzvrdBCnYRd5QiW5Wgo1OB4kDYPbC1XjWP/TNqlfK93K/lUL92erq5zPLgFScQ== + integrity: sha512-GGLFd+86drlHSvPgN/el6dRQNYYGOvRSDVydsUaQluwIW3HvbXuxyuD5JETvBt/9qGYe+lOrDk6gRrWOHb/FvA== } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: + "@eslint-community/eslint-utils": 4.4.0_eslint@8.38.0 "@types/json-schema": 7.0.11 "@types/semver": 7.3.13 - "@typescript-eslint/scope-manager": 5.48.0 - "@typescript-eslint/types": 5.48.0 - "@typescript-eslint/typescript-estree": 5.48.0_typescript@5.0.2 - eslint: 8.31.0 + "@typescript-eslint/scope-manager": 5.59.0 + "@typescript-eslint/types": 5.59.0 + "@typescript-eslint/typescript-estree": 5.59.0_typescript@5.0.4 + eslint: 8.38.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.31.0 - semver: 7.3.8 + semver: 7.5.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/visitor-keys/5.48.0: + /@typescript-eslint/visitor-keys/5.59.0: resolution: { - integrity: sha512-5motVPz5EgxQ0bHjut3chzBkJ3Z3sheYVcSwS5BpHZpLqSptSmELNtGixmgj65+rIfhvtQTz5i9OP2vtzdDH7Q== + integrity: sha512-qZ3iXxQhanchCeaExlKPV3gDQFxMUmU35xfd5eCXB6+kUw1TUAbIy2n7QIrwz9s98DQLzNWyHp61fY0da4ZcbA== } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dependencies: - "@typescript-eslint/types": 5.48.0 - eslint-visitor-keys: 3.3.0 + "@typescript-eslint/types": 5.59.0 + eslint-visitor-keys: 3.4.0 dev: true /@uppy/companion-client/2.2.2: @@ -2002,8 +1974,8 @@ packages: lodash.throttle: 4.1.1 mime-match: 1.0.2 namespace-emitter: 2.0.1 - nanoid: 3.3.4 - preact: 10.11.3 + nanoid: 3.3.6 + preact: 10.13.2 dev: false /@uppy/store-default/2.1.1: @@ -2033,10 +2005,10 @@ packages: "@uppy/companion-client": 2.2.2 "@uppy/core": 2.3.4 "@uppy/utils": 4.1.3 - nanoid: 3.3.4 + nanoid: 3.3.6 dev: false - /@vitejs/plugin-vue-jsx/3.0.1_vite@4.2.1+vue@3.2.47: + /@vitejs/plugin-vue-jsx/3.0.1_vite@4.3.0+vue@3.2.47: resolution: { integrity: sha512-+Jb7ggL48FSPS1uhPnJbJwWa9Sr90vQ+d0InW+AhBM22n+cfuYqJZDckBc+W3QSHe1WDvewMZfa4wZOtk5pRgw== @@ -2046,16 +2018,16 @@ packages: vite: ^4.0.0 vue: ^3.0.0 dependencies: - "@babel/core": 7.21.3 - "@babel/plugin-transform-typescript": 7.21.3_@babel+core@7.21.3 - "@vue/babel-plugin-jsx": 1.1.1_@babel+core@7.21.3 - vite: 4.2.1_xi6fywa3zgn4qscyv5g5hqi75y + "@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.0_cqpzs5hbkouedaevhhcyhnel4y vue: 3.2.47 transitivePeerDependencies: - supports-color dev: true - /@vitejs/plugin-vue/4.1.0_vite@4.2.1+vue@3.2.47: + /@vitejs/plugin-vue/4.1.0_vite@4.3.0+vue@3.2.47: resolution: { integrity: sha512-++9JOAFdcXI3lyer9UKUV4rfoQ3T1RN8yDqoCLar86s0xQct5yblxAE+yWgRnU5/0FOlVCpTZpYSBV/bGWrSrQ== @@ -2065,7 +2037,7 @@ packages: vite: ^4.0.0 vue: ^3.2.25 dependencies: - vite: 4.2.1_xi6fywa3zgn4qscyv5g5hqi75y + vite: 4.3.0_cqpzs5hbkouedaevhhcyhnel4y vue: 3.2.47 dev: true @@ -2123,10 +2095,10 @@ packages: "@volar/vue-language-core": 1.2.0 dev: true - /@vue-macros/common/0.13.6_vue@3.2.47: + /@vue-macros/common/0.15.0_vue@3.2.47: resolution: { - integrity: sha512-KXweBlWTpsWCPy3TLCRCG4mm4zsRoesZLEjxVo7KJdFYqSQBNmCBKprFkBBl36jzq96FqtZIAgQhv8se1R0vqA== + integrity: sha512-4qAn4qF6No8iDWgNmeDcerPW2vXOw4nasZV06DGfvrvZx+I43FPGt8Me5SemxZGYAiqzpLI9dnmHkBS04GCBvw== } engines: { node: ">=14.19.0" } peerDependencies: @@ -2135,9 +2107,9 @@ packages: vue: optional: true dependencies: - "@babel/types": 7.21.3 + "@babel/types": 7.21.4 "@vue/compiler-sfc": 3.2.47 - local-pkg: 0.4.2 + local-pkg: 0.4.3 magic-string: 0.27.0 vue: 3.2.47 dev: true @@ -2149,59 +2121,37 @@ packages: } dev: true - /@vue/babel-plugin-jsx/1.1.1_@babel+core@7.21.3: + /@vue/babel-plugin-jsx/1.1.1_@babel+core@7.21.4: resolution: { integrity: sha512-j2uVfZjnB5+zkcbc/zsOc0fSNGCMMjaEXP52wdwdIfn0qjFfEYpYZBFKFg+HHnQeJCVrjOeO0YxgaL7DMrym9w== } dependencies: - "@babel/helper-module-imports": 7.18.6 - "@babel/plugin-syntax-jsx": 7.18.6_@babel+core@7.21.3 + "@babel/helper-module-imports": 7.21.4 + "@babel/plugin-syntax-jsx": 7.21.4_@babel+core@7.21.4 "@babel/template": 7.20.7 - "@babel/traverse": 7.21.3 - "@babel/types": 7.20.7 + "@babel/traverse": 7.21.4 + "@babel/types": 7.21.4 "@vue/babel-helper-vue-transform-on": 1.0.2 camelcase: 6.3.0 - html-tags: 3.2.0 + html-tags: 3.3.1 svg-tags: 1.0.0 transitivePeerDependencies: - "@babel/core" - supports-color dev: true - /@vue/compiler-core/3.2.45: - resolution: - { - integrity: sha512-rcMj7H+PYe5wBV3iYeUgbCglC+pbpN8hBLTJvRiK2eKQiWqu+fG9F+8sW99JdL4LQi7Re178UOxn09puSXvn4A== - } - dependencies: - "@babel/parser": 7.21.3 - "@vue/shared": 3.2.45 - estree-walker: 2.0.2 - source-map: 0.6.1 - dev: true - /@vue/compiler-core/3.2.47: resolution: { integrity: sha512-p4D7FDnQb7+YJmO2iPEv0SQNeNzcbHdGByJDsT4lynf63AFkOTFN07HsiRSvjGo0QrxR/o3d0hUyNCUnBU2Tig== } dependencies: - "@babel/parser": 7.21.3 + "@babel/parser": 7.21.4 "@vue/shared": 3.2.47 estree-walker: 2.0.2 source-map: 0.6.1 - /@vue/compiler-dom/3.2.45: - resolution: - { - integrity: sha512-tyYeUEuKqqZO137WrZkpwfPCdiiIeXYCcJ8L4gWz9vqaxzIQRccTSwSWZ/Axx5YR2z+LvpUbmPNXxuBU45lyRw== - } - dependencies: - "@vue/compiler-core": 3.2.45 - "@vue/shared": 3.2.45 - dev: true - /@vue/compiler-dom/3.2.47: resolution: { @@ -2211,31 +2161,13 @@ packages: "@vue/compiler-core": 3.2.47 "@vue/shared": 3.2.47 - /@vue/compiler-sfc/3.2.45: - resolution: - { - integrity: sha512-1jXDuWah1ggsnSAOGsec8cFjT/K6TMZ0sPL3o3d84Ft2AYZi2jWJgRMjw4iaK0rBfA89L5gw427H4n1RZQBu6Q== - } - dependencies: - "@babel/parser": 7.21.3 - "@vue/compiler-core": 3.2.45 - "@vue/compiler-dom": 3.2.45 - "@vue/compiler-ssr": 3.2.45 - "@vue/reactivity-transform": 3.2.45 - "@vue/shared": 3.2.45 - estree-walker: 2.0.2 - magic-string: 0.25.9 - postcss: 8.4.21 - source-map: 0.6.1 - dev: true - /@vue/compiler-sfc/3.2.47: resolution: { integrity: sha512-rog05W+2IFfxjMcFw10tM9+f7i/+FFpZJJ5XHX72NP9eC2uRD+42M3pYcQqDXVYoj74kHMSEdQ/WmCjt8JFksQ== } dependencies: - "@babel/parser": 7.21.3 + "@babel/parser": 7.21.4 "@vue/compiler-core": 3.2.47 "@vue/compiler-dom": 3.2.47 "@vue/compiler-ssr": 3.2.47 @@ -2243,19 +2175,9 @@ packages: "@vue/shared": 3.2.47 estree-walker: 2.0.2 magic-string: 0.25.9 - postcss: 8.4.21 + postcss: 8.4.23 source-map: 0.6.1 - /@vue/compiler-ssr/3.2.45: - resolution: - { - integrity: sha512-6BRaggEGqhWht3lt24CrIbQSRD5O07MTmd+LjAn5fJj568+R9eUD2F7wMQJjX859seSlrYog7sUtrZSd7feqrQ== - } - dependencies: - "@vue/compiler-dom": 3.2.45 - "@vue/shared": 3.2.45 - dev: true - /@vue/compiler-ssr/3.2.47: resolution: { @@ -2265,35 +2187,28 @@ packages: "@vue/compiler-dom": 3.2.47 "@vue/shared": 3.2.47 - /@vue/devtools-api/6.4.5: - resolution: - { - integrity: sha512-JD5fcdIuFxU4fQyXUu3w2KpAJHzTVdN+p4iOX2lMWSHMOoQdMAcpFLZzm9Z/2nmsoZ1a96QEhZ26e50xLBsgOQ== - } - /@vue/devtools-api/6.5.0: resolution: { integrity: sha512-o9KfBeaBmCKl10usN4crU53fYtC1r7jJwdGKjPT24t348rHxgfpZ0xL3Xm/gLUYnc0oTp8LAmrxOeLyu6tbk2Q== } - dev: false - /@vue/eslint-config-prettier/7.0.0_k3hr3m6agcryggk5vamhhr56wi: + /@vue/eslint-config-prettier/7.1.0_7bukkzi2qfqwzn63s5moor2wwy: resolution: { - integrity: sha512-/CTc6ML3Wta1tCe1gUeO0EYnVXfo3nJXsIhZ8WJr3sov+cGASr6yuiibJTL6lmIBm7GobopToOuB3B6AWyV0Iw== + integrity: sha512-Pv/lVr0bAzSIHLd9iz0KnvAr4GKyCEl+h52bc4e5yWuDVtLgFwycF7nrbWTAQAS+FU6q1geVd07lc6EWfJiWKQ== } peerDependencies: eslint: ">= 7.28.0" prettier: ">= 2.0.0" dependencies: - eslint: 8.31.0 - eslint-config-prettier: 8.6.0_eslint@8.31.0 - eslint-plugin-prettier: 4.2.1_iu5s7nk6dw7o3tajefwfiqfmge - prettier: 2.8.2 + eslint: 8.38.0 + eslint-config-prettier: 8.8.0_eslint@8.38.0 + eslint-plugin-prettier: 4.2.1_mrzcadguhkbme6yx3ehduvsjxu + prettier: 2.8.7 dev: true - /@vue/eslint-config-typescript/11.0.2_vdi5ajjuscgimeinjfgetdnywa: + /@vue/eslint-config-typescript/11.0.2_6jziu2dm6rkuofcxdskyjn22wy: resolution: { integrity: sha512-EiKud1NqlWmSapBFkeSrE994qpKx7/27uCGnhdqzllYDpQZroyX/O6bwjEpeuyKamvLbsGdO6PMR2faIf+zFnw== @@ -2307,36 +2222,23 @@ packages: typescript: optional: true dependencies: - "@typescript-eslint/eslint-plugin": 5.48.0_ymoixgccul774h5skldb2twsuu - "@typescript-eslint/parser": 5.48.0_kvhumnresjtcflasshbz76q27a - eslint: 8.31.0 - eslint-plugin-vue: 9.8.0_eslint@8.31.0 - typescript: 5.0.2 - vue-eslint-parser: 9.1.0_eslint@8.31.0 + "@typescript-eslint/eslint-plugin": 5.59.0_wsbkzerfphvgr4lle7vmeh64yi + "@typescript-eslint/parser": 5.59.0_voubu7prgxjfsfbgx5d4sqnwiy + eslint: 8.38.0 + eslint-plugin-vue: 9.11.0_eslint@8.38.0 + typescript: 5.0.4 + vue-eslint-parser: 9.1.1_eslint@8.38.0 transitivePeerDependencies: - supports-color dev: true - /@vue/reactivity-transform/3.2.45: - resolution: - { - integrity: sha512-BHVmzYAvM7vcU5WmuYqXpwaBHjsS8T63jlKGWVtHxAHIoMIlmaMyurUSEs1Zcg46M4AYT5MtB1U274/2aNzjJQ== - } - dependencies: - "@babel/parser": 7.21.3 - "@vue/compiler-core": 3.2.45 - "@vue/shared": 3.2.45 - estree-walker: 2.0.2 - magic-string: 0.25.9 - dev: true - /@vue/reactivity-transform/3.2.47: resolution: { integrity: sha512-m8lGXw8rdnPVVIdIFhf0LeQ/ixyHkH5plYuS83yop5n7ggVJU+z5v0zecwEnX7fa7HNLBhh2qngJJkxpwEEmYA== } dependencies: - "@babel/parser": 7.21.3 + "@babel/parser": 7.21.4 "@vue/compiler-core": 3.2.47 "@vue/shared": 3.2.47 estree-walker: 2.0.2 @@ -2381,18 +2283,26 @@ packages: "@vue/shared": 3.2.47 vue: 3.2.47 - /@vue/shared/3.2.45: + /@vue/shared/3.2.47: resolution: { - integrity: sha512-Ewzq5Yhimg7pSztDV+RH1UDKBzmtqieXQlpTVm2AwraoRL/Rks96mvd8Vgi7Lj+h+TH8dv7mXD3FRZR3TUvbSg== + integrity: sha512-BHGyyGN3Q97EZx0taMQ+OLNuZcW3d37ZEVmEAyeoA9ERdGvm9Irc/0Fua8SNyOtV1w6BS4q25wbMzJujO9HIfQ== } - dev: true - /@vue/shared/3.2.47: + /@vueuse/core/10.0.2_vue@3.2.47: resolution: { - integrity: sha512-BHGyyGN3Q97EZx0taMQ+OLNuZcW3d37ZEVmEAyeoA9ERdGvm9Irc/0Fua8SNyOtV1w6BS4q25wbMzJujO9HIfQ== + integrity: sha512-/UGc2cXbxbeIFLDSJyHUjI9QZ4CJJkhiJe9TbKNPSofcWmYhhUgJ+7iw9njXTKu/Xc3Z6UeXVR9fosW1+cyrnQ== } + dependencies: + "@types/web-bluetooth": 0.0.16 + "@vueuse/metadata": 10.0.2 + "@vueuse/shared": 10.0.2_vue@3.2.47 + vue-demi: 0.14.0_vue@3.2.47 + transitivePeerDependencies: + - "@vue/composition-api" + - vue + dev: false /@vueuse/core/8.9.4_vue@3.2.47: resolution: @@ -2412,7 +2322,7 @@ packages: "@vueuse/metadata": 8.9.4 "@vueuse/shared": 8.9.4_vue@3.2.47 vue: 3.2.47 - vue-demi: 0.13.11_vue@3.2.47 + vue-demi: 0.14.0_vue@3.2.47 dev: false /@vueuse/core/9.13.0_vue@3.2.47: @@ -2424,12 +2334,19 @@ packages: "@types/web-bluetooth": 0.0.16 "@vueuse/metadata": 9.13.0 "@vueuse/shared": 9.13.0_vue@3.2.47 - vue-demi: 0.13.11_vue@3.2.47 + vue-demi: 0.14.0_vue@3.2.47 transitivePeerDependencies: - "@vue/composition-api" - vue dev: false + /@vueuse/metadata/10.0.2: + resolution: + { + integrity: sha512-APSjlABrV+Q74c+FR0kFETvcN9W2pAaT3XF3WwqWUuk4srmVxv7DY4WshZxK2KYk1+MVY0Fus6J1Hk/JXVm6Aw== + } + dev: false + /@vueuse/metadata/8.9.4: resolution: { @@ -2462,7 +2379,19 @@ packages: popmotion: 11.0.5 style-value-types: 5.1.2 vue: 3.2.47 - vue-demi: 0.13.11_vue@3.2.47 + vue-demi: 0.14.0_vue@3.2.47 + dev: false + + /@vueuse/shared/10.0.2_vue@3.2.47: + resolution: + { + integrity: sha512-7W2l6qZaFvla3zAeEVo8hNHkNRKCezJa3JjZAKv3K4KsevXobHhVNr+RHaOVNK/6ETpFmtqiK+0pMIADbHjjag== + } + dependencies: + vue-demi: 0.14.0_vue@3.2.47 + transitivePeerDependencies: + - "@vue/composition-api" + - vue dev: false /@vueuse/shared/8.9.4_vue@3.2.47: @@ -2480,7 +2409,7 @@ packages: optional: true dependencies: vue: 3.2.47 - vue-demi: 0.13.11_vue@3.2.47 + vue-demi: 0.14.0_vue@3.2.47 dev: false /@vueuse/shared/9.13.0_vue@3.2.47: @@ -2489,13 +2418,13 @@ packages: integrity: sha512-UrnhU+Cnufu4S6JLCPZnkWh0WwZGUp72ktOF2DFptMlOs3TOdVv8xJN53zhHGARmVOsz5KqOls09+J1NR6sBKw== } dependencies: - vue-demi: 0.13.11_vue@3.2.47 + vue-demi: 0.14.0_vue@3.2.47 transitivePeerDependencies: - "@vue/composition-api" - vue dev: false - /@wangeditor/basic-modules/1.1.7_j7icpicfeimtkldwmemjnpdjs4: + /@wangeditor/basic-modules/1.1.7_g3ryjufui4fctb4g6avz2niuha: resolution: { integrity: sha512-cY9CPkLJaqF05STqfpZKWG4LpxTMeGSIIF1fHvfm/mz+JXatCagjdkbxdikOuKYlxDdeqvOeBmsUBItufDLXZg== @@ -2508,11 +2437,11 @@ packages: slate: ^0.72.0 snabbdom: ^3.1.0 dependencies: - "@wangeditor/core": 1.1.19_qokc4m5r26t2nkvzejrgzroa7e + "@wangeditor/core": 1.1.19_o6q25icztil232zbnumyg7oijm dom7: 3.0.0 is-url: 1.2.4 lodash.throttle: 4.1.1 - nanoid: 3.3.4 + nanoid: 3.3.6 slate: 0.72.8 snabbdom: 3.5.1 dev: false @@ -2528,14 +2457,14 @@ packages: slate: ^0.72.0 snabbdom: ^3.1.0 dependencies: - "@wangeditor/core": 1.1.19_qokc4m5r26t2nkvzejrgzroa7e + "@wangeditor/core": 1.1.19_o6q25icztil232zbnumyg7oijm dom7: 3.0.0 prismjs: 1.29.0 slate: 0.72.8 snabbdom: 3.5.1 dev: false - /@wangeditor/core/1.1.19_qokc4m5r26t2nkvzejrgzroa7e: + /@wangeditor/core/1.1.19_o6q25icztil232zbnumyg7oijm: resolution: { integrity: sha512-KevkB47+7GhVszyYF2pKGKtCSj/YzmClsD03C3zTt+9SR2XWT5T0e3yQqg8baZpcMvkjs1D8Dv4fk8ok/UaS2Q== @@ -2571,7 +2500,7 @@ packages: lodash.isequal: 4.5.0 lodash.throttle: 4.1.1 lodash.toarray: 4.4.0 - nanoid: 3.3.4 + nanoid: 3.3.6 scroll-into-view-if-needed: 2.2.31 slate: 0.72.8 slate-history: 0.66.0_slate@0.72.8 @@ -2599,13 +2528,13 @@ packages: dependencies: "@uppy/core": 2.3.4 "@uppy/xhr-upload": 2.1.3_@uppy+core@2.3.4 - "@wangeditor/basic-modules": 1.1.7_j7icpicfeimtkldwmemjnpdjs4 + "@wangeditor/basic-modules": 1.1.7_g3ryjufui4fctb4g6avz2niuha "@wangeditor/code-highlight": 1.0.3_tztyh2vh7kwzpeloifaekkk3my - "@wangeditor/core": 1.1.19_qokc4m5r26t2nkvzejrgzroa7e + "@wangeditor/core": 1.1.19_o6q25icztil232zbnumyg7oijm "@wangeditor/list-module": 1.0.5_tztyh2vh7kwzpeloifaekkk3my - "@wangeditor/table-module": 1.1.4_2dde2uzwslfxq2cqrl35sl4erm + "@wangeditor/table-module": 1.1.4_frn63tavnsfoapymzxdzvpjebe "@wangeditor/upload-image-module": 1.0.2_dwqga4onuah5imhngzkgmw6t5a - "@wangeditor/video-module": 1.1.4_i6gxywmu7tvxmjxypclnjlcil4 + "@wangeditor/video-module": 1.1.4_mb4nlkhhm2nzuuxvhwbf5dbjue dom7: 3.0.0 is-hotkey: 0.2.0 lodash.camelcase: 4.3.0 @@ -2615,7 +2544,7 @@ packages: lodash.isequal: 4.5.0 lodash.throttle: 4.1.1 lodash.toarray: 4.4.0 - nanoid: 3.3.4 + nanoid: 3.3.6 slate: 0.72.8 snabbdom: 3.5.1 dev: false @@ -2631,13 +2560,13 @@ packages: slate: ^0.72.0 snabbdom: ^3.1.0 dependencies: - "@wangeditor/core": 1.1.19_qokc4m5r26t2nkvzejrgzroa7e + "@wangeditor/core": 1.1.19_o6q25icztil232zbnumyg7oijm dom7: 3.0.0 slate: 0.72.8 snabbdom: 3.5.1 dev: false - /@wangeditor/table-module/1.1.4_2dde2uzwslfxq2cqrl35sl4erm: + /@wangeditor/table-module/1.1.4_frn63tavnsfoapymzxdzvpjebe: resolution: { integrity: sha512-5saanU9xuEocxaemGdNi9t8MCDSucnykEC6jtuiT72kt+/Hhh4nERYx1J20OPsTCCdVr7hIyQenFD1iSRkIQ6w== @@ -2651,11 +2580,11 @@ packages: slate: ^0.72.0 snabbdom: ^3.1.0 dependencies: - "@wangeditor/core": 1.1.19_qokc4m5r26t2nkvzejrgzroa7e + "@wangeditor/core": 1.1.19_o6q25icztil232zbnumyg7oijm dom7: 3.0.0 lodash.isequal: 4.5.0 lodash.throttle: 4.1.1 - nanoid: 3.3.4 + nanoid: 3.3.6 slate: 0.72.8 snabbdom: 3.5.1 dev: false @@ -2677,15 +2606,15 @@ packages: dependencies: "@uppy/core": 2.3.4 "@uppy/xhr-upload": 2.1.3_@uppy+core@2.3.4 - "@wangeditor/basic-modules": 1.1.7_j7icpicfeimtkldwmemjnpdjs4 - "@wangeditor/core": 1.1.19_qokc4m5r26t2nkvzejrgzroa7e + "@wangeditor/basic-modules": 1.1.7_g3ryjufui4fctb4g6avz2niuha + "@wangeditor/core": 1.1.19_o6q25icztil232zbnumyg7oijm dom7: 3.0.0 lodash.foreach: 4.5.0 slate: 0.72.8 snabbdom: 3.5.1 dev: false - /@wangeditor/video-module/1.1.4_i6gxywmu7tvxmjxypclnjlcil4: + /@wangeditor/video-module/1.1.4_mb4nlkhhm2nzuuxvhwbf5dbjue: resolution: { integrity: sha512-ZdodDPqKQrgx3IwWu4ZiQmXI8EXZ3hm2/fM6E3t5dB8tCaIGWQZhmqd6P5knfkRAd3z2+YRSRbxOGfoRSp/rLg== @@ -2701,9 +2630,9 @@ packages: dependencies: "@uppy/core": 2.3.4 "@uppy/xhr-upload": 2.1.3_@uppy+core@2.3.4 - "@wangeditor/core": 1.1.19_qokc4m5r26t2nkvzejrgzroa7e + "@wangeditor/core": 1.1.19_o6q25icztil232zbnumyg7oijm dom7: 3.0.0 - nanoid: 3.3.4 + nanoid: 3.3.6 slate: 0.72.8 snabbdom: 3.5.1 dev: false @@ -2718,11 +2647,11 @@ packages: dependencies: cac: 6.7.14 color: 4.2.3 - cssnano: 5.1.15_postcss@8.4.21 - cssnano-preset-lite: 2.1.3_postcss@8.4.21 + cssnano: 5.1.15_postcss@8.4.23 + cssnano-preset-lite: 2.1.3_postcss@8.4.23 fs-extra: 10.1.0 - postcss: 8.4.21 - prettier: 2.8.2 + postcss: 8.4.23 + prettier: 2.8.7 uuid: 8.3.2 dev: true @@ -2759,25 +2688,6 @@ packages: acorn: 8.8.2 dev: true - /acorn-node/1.8.2: - resolution: - { - integrity: sha512-8mt+fslDufLYntIoPAaIMUe/lrbrehIiwmR3t2k9LljIzoigEPF27eLk2hy8zSGzmR/ogr7zbRKINMo1u0yh5A== - } - dependencies: - acorn: 7.4.1 - acorn-walk: 7.2.0 - xtend: 4.0.2 - dev: true - - /acorn-walk/7.2.0: - resolution: - { - integrity: sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA== - } - engines: { node: ">=0.4.0" } - dev: true - /acorn/7.4.1: resolution: { @@ -2787,15 +2697,6 @@ packages: hasBin: true dev: true - /acorn/8.8.1: - resolution: - { - integrity: sha512-7zFpHzhnqYKrkYdUjF1HI1bzd0VygEGX8lFk4k5zVMqHEoES+P+7TKI+EvLO9WVMJ8eekdO0aDEK044xTXwPPA== - } - engines: { node: ">=0.4.0" } - hasBin: true - dev: true - /acorn/8.8.2: resolution: { @@ -2848,14 +2749,6 @@ packages: uri-js: 4.4.1 dev: true - /amdefine/1.0.1: - resolution: - { - integrity: sha512-S2Hw0TtNkMJhIabBwIojKL9YHO5T0n5eNqWJ7Lrlel/zDbftQpxpapi8tZs3X1HWa+u+QeydGmzzNU0m09+Rcg== - } - engines: { node: ">=0.4.2" } - dev: false - /animate.css/4.1.1: resolution: { @@ -2896,6 +2789,7 @@ packages: engines: { node: ">=4" } dependencies: color-convert: 1.9.3 + dev: true /ansi-styles/4.3.0: resolution: @@ -2906,6 +2800,13 @@ packages: dependencies: color-convert: 2.0.1 + /any-promise/1.3.0: + resolution: + { + integrity: sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A== + } + dev: true + /anymatch/3.1.3: resolution: { @@ -2984,8 +2885,8 @@ packages: } engines: { node: ">=14.19.0" } dependencies: - "@babel/parser": 7.21.3 - "@babel/types": 7.21.3 + "@babel/parser": 7.21.4 + "@babel/types": 7.21.4 dev: true /astral-regex/2.0.0: @@ -3010,7 +2911,7 @@ packages: } dev: false - /autoprefixer/10.4.14_postcss@8.4.21: + /autoprefixer/10.4.14_postcss@8.4.23: resolution: { integrity: sha512-FQzyfOsTlwVzjHxKEqRIAdJx9niO6VCBCoEwax/VLSoQF29ggECcPuBqUMZ+u8jCZOPSy8b8/8KnuFbp0SaFZQ== @@ -3021,11 +2922,11 @@ packages: postcss: ^8.1.0 dependencies: browserslist: 4.21.5 - caniuse-lite: 1.0.30001472 + caniuse-lite: 1.0.30001480 fraction.js: 4.2.0 normalize-range: 0.1.2 picocolors: 1.0.0 - postcss: 8.4.21 + postcss: 8.4.23 postcss-value-parser: 4.2.0 dev: true @@ -3115,10 +3016,10 @@ packages: engines: { node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7 } hasBin: true dependencies: - caniuse-lite: 1.0.30001472 - electron-to-chromium: 1.4.284 - node-releases: 2.0.8 - update-browserslist-db: 1.0.10_browserslist@4.21.5 + caniuse-lite: 1.0.30001480 + electron-to-chromium: 1.4.368 + node-releases: 2.0.10 + update-browserslist-db: 1.0.11_browserslist@4.21.5 dev: true /buffer-from/1.1.2: @@ -3128,14 +3029,6 @@ packages: } dev: true - /builtin-modules/3.3.0: - resolution: - { - integrity: sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw== - } - engines: { node: ">=6" } - dev: true - /cac/6.7.14: resolution: { @@ -3151,7 +3044,7 @@ packages: } dependencies: function-bind: 1.1.1 - get-intrinsic: 1.1.3 + get-intrinsic: 1.2.0 dev: false /callsites/3.1.0: @@ -3204,15 +3097,15 @@ packages: } dependencies: browserslist: 4.21.5 - caniuse-lite: 1.0.30001472 + caniuse-lite: 1.0.30001480 lodash.memoize: 4.1.2 lodash.uniq: 4.5.0 dev: true - /caniuse-lite/1.0.30001472: + /caniuse-lite/1.0.30001480: resolution: { - integrity: sha512-xWC/0+hHHQgj3/vrKYY0AAzeIUgr7L9wlELIcAvZdDUHlhL/kNxMdnQLOSOQfP8R51ZzPhmHdyMkI0MMpmxCfg== + integrity: sha512-q7cpoPPvZYgtyC4VaBSN0Bt+PJ4c4EYRf0DrduInOz2SkFpHD5p3LnvEpqBp7UnJn+8x1Ogl1s38saUxe+ihQQ== } dev: true @@ -3237,6 +3130,7 @@ packages: ansi-styles: 3.2.1 escape-string-regexp: 1.0.5 supports-color: 5.5.0 + dev: true /chalk/3.0.0: resolution: @@ -3360,6 +3254,7 @@ packages: } dependencies: color-name: 1.1.3 + dev: true /color-convert/2.0.1: resolution: @@ -3375,6 +3270,7 @@ packages: { integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw== } + dev: true /color-name/1.1.4: resolution: @@ -3410,10 +3306,10 @@ packages: } dev: true - /colorette/2.0.19: + /colorette/2.0.20: resolution: { - integrity: sha512-3tlv/dIP7FWvj3BsbHrGLJ6l/oKh1O3TcgBqMn+yyCagOxc23fyzDS6HypQbgxWbkpDnf52p1LuR4eWDQ/K9WQ== + integrity: sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w== } dev: true @@ -3427,26 +3323,35 @@ packages: delayed-stream: 1.0.0 dev: false + /commander/10.0.1: + resolution: + { + integrity: sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug== + } + engines: { node: ">=14" } + /commander/2.20.3: resolution: { integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ== } + dev: true - /commander/7.2.0: + /commander/4.1.1: resolution: { - integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw== + integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA== } - engines: { node: ">= 10" } + engines: { node: ">= 6" } dev: true - /commander/9.5.0: + /commander/7.2.0: resolution: { - integrity: sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ== + integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw== } - engines: { node: ^12.20.0 || >=14 } + engines: { node: ">= 10" } + dev: true /compare-func/2.0.0: resolution: @@ -3533,10 +3438,10 @@ packages: } dev: true - /core-js/3.27.1: + /core-js/3.30.1: resolution: { - integrity: sha512-GutwJLBChfGCpwwhbYoqfv03LAfmiz7e7D/BNxzeMxwQf10GRSzqiOjx7AmtEk+heiD/JWmBuyBPgFtx0Sg1ww== + integrity: sha512-ZNS5nbiSwDTq4hFosEDqm65izl2CWmLz0hARJMyNQBgkUZMIF51cQiMvIQKA6hvuaeWxQDP3hEedM1JZIgTldQ== } requiresBuild: true dev: false @@ -3590,16 +3495,16 @@ packages: which: 2.0.2 dev: true - /css-declaration-sorter/6.3.1_postcss@8.4.21: + /css-declaration-sorter/6.4.0_postcss@8.4.23: resolution: { - integrity: sha512-fBffmak0bPAnyqc/HO8C3n2sHrp9wcqQz6ES9koRF2/mLOVAx9zIQ3Y7R29sYCteTPqMCwns4WYQoCX91Xl3+w== + integrity: sha512-jDfsatwWMWN0MODAFuHszfjphEXfNw9JUAhmY4pLu3TyTU+ohUpsbVtbU+1MZn4a47D9kqh03i4eyOm+74+zew== } engines: { node: ^10 || ^12 || >=14 } peerDependencies: postcss: ^8.0.9 dependencies: - postcss: 8.4.21 + postcss: 8.4.23 dev: true /css-functions-list/3.1.0: @@ -3686,7 +3591,7 @@ packages: hasBin: true dev: true - /cssnano-preset-default/5.2.14_postcss@8.4.21: + /cssnano-preset-default/5.2.14_postcss@8.4.23: resolution: { integrity: sha512-t0SFesj/ZV2OTylqQVOrFgEh5uanxbO6ZAdeCrNsUQ6fVuXwYTxJPNAGvGTxHbD68ldIJNec7PyYZDBrfDQ+6A== @@ -3695,39 +3600,39 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - css-declaration-sorter: 6.3.1_postcss@8.4.21 - cssnano-utils: 3.1.0_postcss@8.4.21 - postcss: 8.4.21 - postcss-calc: 8.2.4_postcss@8.4.21 - postcss-colormin: 5.3.1_postcss@8.4.21 - postcss-convert-values: 5.1.3_postcss@8.4.21 - postcss-discard-comments: 5.1.2_postcss@8.4.21 - postcss-discard-duplicates: 5.1.0_postcss@8.4.21 - postcss-discard-empty: 5.1.1_postcss@8.4.21 - postcss-discard-overridden: 5.1.0_postcss@8.4.21 - postcss-merge-longhand: 5.1.7_postcss@8.4.21 - postcss-merge-rules: 5.1.4_postcss@8.4.21 - postcss-minify-font-values: 5.1.0_postcss@8.4.21 - postcss-minify-gradients: 5.1.1_postcss@8.4.21 - postcss-minify-params: 5.1.4_postcss@8.4.21 - postcss-minify-selectors: 5.2.1_postcss@8.4.21 - postcss-normalize-charset: 5.1.0_postcss@8.4.21 - postcss-normalize-display-values: 5.1.0_postcss@8.4.21 - postcss-normalize-positions: 5.1.1_postcss@8.4.21 - postcss-normalize-repeat-style: 5.1.1_postcss@8.4.21 - postcss-normalize-string: 5.1.0_postcss@8.4.21 - postcss-normalize-timing-functions: 5.1.0_postcss@8.4.21 - postcss-normalize-unicode: 5.1.1_postcss@8.4.21 - postcss-normalize-url: 5.1.0_postcss@8.4.21 - postcss-normalize-whitespace: 5.1.1_postcss@8.4.21 - postcss-ordered-values: 5.1.3_postcss@8.4.21 - postcss-reduce-initial: 5.1.2_postcss@8.4.21 - postcss-reduce-transforms: 5.1.0_postcss@8.4.21 - postcss-svgo: 5.1.0_postcss@8.4.21 - postcss-unique-selectors: 5.1.1_postcss@8.4.21 - dev: true - - /cssnano-preset-default/6.0.0_postcss@8.4.21: + css-declaration-sorter: 6.4.0_postcss@8.4.23 + cssnano-utils: 3.1.0_postcss@8.4.23 + postcss: 8.4.23 + postcss-calc: 8.2.4_postcss@8.4.23 + postcss-colormin: 5.3.1_postcss@8.4.23 + postcss-convert-values: 5.1.3_postcss@8.4.23 + postcss-discard-comments: 5.1.2_postcss@8.4.23 + postcss-discard-duplicates: 5.1.0_postcss@8.4.23 + postcss-discard-empty: 5.1.1_postcss@8.4.23 + postcss-discard-overridden: 5.1.0_postcss@8.4.23 + postcss-merge-longhand: 5.1.7_postcss@8.4.23 + postcss-merge-rules: 5.1.4_postcss@8.4.23 + postcss-minify-font-values: 5.1.0_postcss@8.4.23 + postcss-minify-gradients: 5.1.1_postcss@8.4.23 + postcss-minify-params: 5.1.4_postcss@8.4.23 + postcss-minify-selectors: 5.2.1_postcss@8.4.23 + postcss-normalize-charset: 5.1.0_postcss@8.4.23 + postcss-normalize-display-values: 5.1.0_postcss@8.4.23 + postcss-normalize-positions: 5.1.1_postcss@8.4.23 + postcss-normalize-repeat-style: 5.1.1_postcss@8.4.23 + postcss-normalize-string: 5.1.0_postcss@8.4.23 + postcss-normalize-timing-functions: 5.1.0_postcss@8.4.23 + postcss-normalize-unicode: 5.1.1_postcss@8.4.23 + postcss-normalize-url: 5.1.0_postcss@8.4.23 + postcss-normalize-whitespace: 5.1.1_postcss@8.4.23 + postcss-ordered-values: 5.1.3_postcss@8.4.23 + postcss-reduce-initial: 5.1.2_postcss@8.4.23 + postcss-reduce-transforms: 5.1.0_postcss@8.4.23 + postcss-svgo: 5.1.0_postcss@8.4.23 + postcss-unique-selectors: 5.1.1_postcss@8.4.23 + dev: true + + /cssnano-preset-default/6.0.0_postcss@8.4.23: resolution: { integrity: sha512-BDxlaFzObRDXUiCCBQUNQcI+f1/aX2mgoNtXGjV6PG64POcHoDUoX+LgMWw+Q4609QhxwkcSnS65YFs42RA6qQ== @@ -3736,39 +3641,39 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - css-declaration-sorter: 6.3.1_postcss@8.4.21 - cssnano-utils: 4.0.0_postcss@8.4.21 - postcss: 8.4.21 - postcss-calc: 8.2.4_postcss@8.4.21 - postcss-colormin: 6.0.0_postcss@8.4.21 - postcss-convert-values: 6.0.0_postcss@8.4.21 - postcss-discard-comments: 6.0.0_postcss@8.4.21 - postcss-discard-duplicates: 6.0.0_postcss@8.4.21 - postcss-discard-empty: 6.0.0_postcss@8.4.21 - postcss-discard-overridden: 6.0.0_postcss@8.4.21 - postcss-merge-longhand: 6.0.0_postcss@8.4.21 - postcss-merge-rules: 6.0.0_postcss@8.4.21 - postcss-minify-font-values: 6.0.0_postcss@8.4.21 - postcss-minify-gradients: 6.0.0_postcss@8.4.21 - postcss-minify-params: 6.0.0_postcss@8.4.21 - postcss-minify-selectors: 6.0.0_postcss@8.4.21 - postcss-normalize-charset: 6.0.0_postcss@8.4.21 - postcss-normalize-display-values: 6.0.0_postcss@8.4.21 - postcss-normalize-positions: 6.0.0_postcss@8.4.21 - postcss-normalize-repeat-style: 6.0.0_postcss@8.4.21 - postcss-normalize-string: 6.0.0_postcss@8.4.21 - postcss-normalize-timing-functions: 6.0.0_postcss@8.4.21 - postcss-normalize-unicode: 6.0.0_postcss@8.4.21 - postcss-normalize-url: 6.0.0_postcss@8.4.21 - postcss-normalize-whitespace: 6.0.0_postcss@8.4.21 - postcss-ordered-values: 6.0.0_postcss@8.4.21 - postcss-reduce-initial: 6.0.0_postcss@8.4.21 - postcss-reduce-transforms: 6.0.0_postcss@8.4.21 - postcss-svgo: 6.0.0_postcss@8.4.21 - postcss-unique-selectors: 6.0.0_postcss@8.4.21 - dev: true - - /cssnano-preset-lite/2.1.3_postcss@8.4.21: + 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: 8.2.4_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 + postcss-discard-duplicates: 6.0.0_postcss@8.4.23 + postcss-discard-empty: 6.0.0_postcss@8.4.23 + postcss-discard-overridden: 6.0.0_postcss@8.4.23 + postcss-merge-longhand: 6.0.0_postcss@8.4.23 + postcss-merge-rules: 6.0.0_postcss@8.4.23 + postcss-minify-font-values: 6.0.0_postcss@8.4.23 + postcss-minify-gradients: 6.0.0_postcss@8.4.23 + postcss-minify-params: 6.0.0_postcss@8.4.23 + postcss-minify-selectors: 6.0.0_postcss@8.4.23 + postcss-normalize-charset: 6.0.0_postcss@8.4.23 + postcss-normalize-display-values: 6.0.0_postcss@8.4.23 + postcss-normalize-positions: 6.0.0_postcss@8.4.23 + postcss-normalize-repeat-style: 6.0.0_postcss@8.4.23 + postcss-normalize-string: 6.0.0_postcss@8.4.23 + postcss-normalize-timing-functions: 6.0.0_postcss@8.4.23 + postcss-normalize-unicode: 6.0.0_postcss@8.4.23 + postcss-normalize-url: 6.0.0_postcss@8.4.23 + postcss-normalize-whitespace: 6.0.0_postcss@8.4.23 + postcss-ordered-values: 6.0.0_postcss@8.4.23 + postcss-reduce-initial: 6.0.0_postcss@8.4.23 + postcss-reduce-transforms: 6.0.0_postcss@8.4.23 + postcss-svgo: 6.0.0_postcss@8.4.23 + postcss-unique-selectors: 6.0.0_postcss@8.4.23 + dev: true + + /cssnano-preset-lite/2.1.3_postcss@8.4.23: resolution: { integrity: sha512-samvnCll/DUVZu0Qc+JH36nt7dlaOT7WjOgg8SbLJ78sp51JZ12s2hyerxrarjPBG4O53rErUtOY2IYLYgBGEQ== @@ -3777,14 +3682,14 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - cssnano-utils: 3.1.0_postcss@8.4.21 - postcss: 8.4.21 - postcss-discard-comments: 5.1.2_postcss@8.4.21 - postcss-discard-empty: 5.1.1_postcss@8.4.21 - postcss-normalize-whitespace: 5.1.1_postcss@8.4.21 + cssnano-utils: 3.1.0_postcss@8.4.23 + postcss: 8.4.23 + postcss-discard-comments: 5.1.2_postcss@8.4.23 + postcss-discard-empty: 5.1.1_postcss@8.4.23 + postcss-normalize-whitespace: 5.1.1_postcss@8.4.23 dev: true - /cssnano-utils/3.1.0_postcss@8.4.21: + /cssnano-utils/3.1.0_postcss@8.4.23: resolution: { integrity: sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA== @@ -3793,10 +3698,10 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.21 + postcss: 8.4.23 dev: true - /cssnano-utils/4.0.0_postcss@8.4.21: + /cssnano-utils/4.0.0_postcss@8.4.23: resolution: { integrity: sha512-Z39TLP+1E0KUcd7LGyF4qMfu8ZufI0rDzhdyAMsa/8UyNUU8wpS0fhdBxbQbv32r64ea00h4878gommRVg2BHw== @@ -3805,10 +3710,10 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.21 + postcss: 8.4.23 dev: true - /cssnano/5.1.15_postcss@8.4.21: + /cssnano/5.1.15_postcss@8.4.23: resolution: { integrity: sha512-j+BKgDcLDQA+eDifLx0EO4XSA56b7uut3BQFH+wbSaSTuGLuiyTa/wbRYthUXX8LC9mLg+WWKe8h+qJuwTAbHw== @@ -3817,13 +3722,13 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - cssnano-preset-default: 5.2.14_postcss@8.4.21 + cssnano-preset-default: 5.2.14_postcss@8.4.23 lilconfig: 2.1.0 - postcss: 8.4.21 + postcss: 8.4.23 yaml: 1.10.2 dev: true - /cssnano/6.0.0_postcss@8.4.21: + /cssnano/6.0.0_postcss@8.4.23: resolution: { integrity: sha512-RGlcbzGhzEBCHuQe3k+Udyj5M00z0pm9S+VurHXFEOXxH+y0sVrJH2sMzoyz2d8N1EScazg+DVvmgyx0lurwwA== @@ -3832,9 +3737,9 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - cssnano-preset-default: 6.0.0_postcss@8.4.21 + cssnano-preset-default: 6.0.0_postcss@8.4.23 lilconfig: 2.1.0 - postcss: 8.4.21 + postcss: 8.4.23 dev: true /csso/4.2.0: @@ -3873,10 +3778,10 @@ packages: type: 1.2.0 dev: false - /danmu.js/1.1.6: + /danmu.js/1.1.8: resolution: { - integrity: sha512-fI3kajOQnSknTueKHXA5R4bRuRAMb2xkI81KLdB3orR9UUuTZjE50bt72VHHqdg3edEsAwWJgWogfelYzabF1A== + integrity: sha512-GIFSHqJ+HFTGLLaL2BHMPBaOuPY1bWPwC0Pvi/V06uMIoxNTyEGxMuoO2SzNHsDvKC/r252zR9T/Gwx93AaKfw== } dependencies: event-emitter: 0.3.5 @@ -3958,14 +3863,6 @@ packages: } dev: true - /deepmerge/4.2.2: - resolution: - { - integrity: sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg== - } - engines: { node: ">=0.10.0" } - dev: true - /define-lazy-prop/2.0.0: resolution: { @@ -3974,13 +3871,6 @@ packages: engines: { node: ">=8" } dev: true - /defined/1.0.1: - resolution: - { - integrity: sha512-hsBd2qSVCRE+5PmNdHt1uzyrFu5d3RwmFDKzyNZMFq/EwDNJF7Ee5+D5oEKF0hU6LhtoUF1macFvOe4AskQC1Q== - } - dev: true - /delayed-stream/1.0.0: resolution: { @@ -3989,18 +3879,12 @@ packages: engines: { node: ">=0.4.0" } dev: false - /detective/5.2.1: + /delegate/3.2.0: resolution: { - integrity: sha512-v9XE1zRnz1wRtgurGu0Bs8uHKFSTdteYZNbIPFVhUZ39L/S79ppMpdmVOZAnoz1jfEFodc48n6MX483Xo3t1yw== + integrity: sha512-IofjkYBZaZivn0V8nnsMJGBr4jVLxHDheKSW88PyxS5QC4Vo9ZbZVvhzlSxY87fVq3STR6r+4cGepyHkcWOQSw== } - engines: { node: ">=0.8.0" } - hasBin: true - dependencies: - acorn-node: 1.8.2 - defined: 1.0.1 - minimist: 1.2.8 - dev: true + dev: false /didyoumean/1.2.2: resolution: @@ -4017,10 +3901,10 @@ packages: engines: { node: ">=0.3.1" } dev: true - /dijkstrajs/1.0.2: + /dijkstrajs/1.0.3: resolution: { - integrity: sha512-QV6PMaHTCNmKSeP6QoXhVTw9snc9VD8MulTT0Bd99Pacp4SS1cjcrYPgBPmibqKVtMJJfqC6XvOXgPMEEPH/fg== + integrity: sha512-qiSlmBq9+BCdCA/L46dw8Uy93mloxsPSbwnm5yrKn2vMPiy8KyAskTF6zuV/j5BMsmOGZDPs7KjU+mjb670kfA== } dev: false @@ -4070,7 +3954,7 @@ packages: dependencies: domelementtype: 2.3.0 domhandler: 5.0.3 - entities: 4.4.0 + entities: 4.5.0 dev: true /dom7/3.0.0: @@ -4148,16 +4032,6 @@ packages: } dev: false - /draggabilly/2.4.1: - resolution: - { - integrity: sha512-HHHLPEPZqRXIDQDFRFdK7RONZausNlJ4WkA73ST7Z6O2HPWttxFHVwHo8nccuDLzXWwiVKRVuc6fTkW+CQA++A== - } - dependencies: - get-size: 2.0.3 - unidragger: 2.4.0 - dev: false - /echarts/5.4.2: resolution: { @@ -4181,41 +4055,41 @@ packages: integrity: sha512-A5zeqo0us1mzAi+bvQsluex2V4BSEf/2a4FuZzkluJWsoqNCIexRVnxcgWVRl/8HaAK9nLGLnkAb//Xox+eLOg== } dependencies: - core-js: 3.27.1 - element-plus: 2.3.1_vue@3.2.47 + core-js: 3.30.1 + element-plus: 2.3.3_vue@3.2.47 vue: 3.2.47 transitivePeerDependencies: - "@vue/composition-api" dev: false - /electron-to-chromium/1.4.284: + /electron-to-chromium/1.4.368: resolution: { - integrity: sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA== + integrity: sha512-e2aeCAixCj9M7nJxdB/wDjO6mbYX+lJJxSJCXDzlr5YPGYVofuJwGN9nKg2o6wWInjX6XmxRinn3AeJMK81ltw== } dev: true - /element-plus/2.3.1_vue@3.2.47: + /element-plus/2.3.3_vue@3.2.47: resolution: { - integrity: sha512-IBS7ic1mRyDXpOreRkredV4ByZSuax5HPb0zNOHm4qwKC4wm927yQv+Is0JbzxPzCW5zWaV4PLy9/Gl3E3v59w== + integrity: sha512-Zy61OXrG6b4FF3h29A9ZOUkaEQXjCuFwNa7DlpB3Vo+42Tw5zBbHe5a4BY7i56TVJG5xTbS9UQyA726J91pDqg== } peerDependencies: vue: ^3.2.0 dependencies: - "@ctrl/tinycolor": 3.5.0 - "@element-plus/icons-vue": 2.0.10_vue@3.2.47 - "@floating-ui/dom": 1.1.0 + "@ctrl/tinycolor": 3.6.0 + "@element-plus/icons-vue": 2.1.0_vue@3.2.47 + "@floating-ui/dom": 1.2.6 "@popperjs/core": /@sxzz/popperjs-es/2.11.7 - "@types/lodash": 4.14.191 - "@types/lodash-es": 4.17.6 + "@types/lodash": 4.14.194 + "@types/lodash-es": 4.17.7 "@vueuse/core": 9.13.0_vue@3.2.47 async-validator: 4.2.5 dayjs: 1.11.7 escape-html: 1.0.3 lodash: 4.17.21 lodash-es: 4.17.21 - lodash-unified: 1.0.3_3ib2ivapxullxkx3xftsimdk7u + lodash-unified: 1.0.3_tknf7errc3xdqocd3ryzzla7vq memoize-one: 6.0.0 normalize-wheel-es: 1.2.0 vue: 3.2.47 @@ -4279,10 +4153,10 @@ packages: } dev: true - /entities/4.4.0: + /entities/4.5.0: resolution: { - integrity: sha512-oYp7156SP8LkeGD0GF85ad1X9Ai79WtRsZ2gxJqtBuzH+98YUV6jkHEKlZkMbcrjJjIVJNIDP/3WL9wQkoPbWA== + integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw== } engines: { node: ">=0.12" } dev: true @@ -4303,73 +4177,336 @@ packages: } engines: { node: ">=0.10" } requiresBuild: true - dependencies: - es6-iterator: 2.0.3 - es6-symbol: 3.1.3 - next-tick: 1.1.0 - dev: false + dependencies: + es6-iterator: 2.0.3 + es6-symbol: 3.1.3 + next-tick: 1.1.0 + dev: false + + /es6-iterator/2.0.3: + resolution: + { + integrity: sha512-zw4SRzoUkd+cl+ZoE15A9o1oQd920Bb0iOJMQkQhl3jNc03YqVjAhG7scf9C5KWRU/R13Orf588uCC6525o02g== + } + dependencies: + d: 1.0.1 + es5-ext: 0.10.62 + es6-symbol: 3.1.3 + dev: false + + /es6-symbol/3.1.3: + resolution: + { + integrity: sha512-NJ6Yn3FuDinBaBRWl/q5X/s4koRHBrgKAu+yGI6JCBeiu3qrcbJhwT2GeR/EXVfylRk8dpQVJoLEFhK+Mu31NA== + } + dependencies: + d: 1.0.1 + ext: 1.7.0 + dev: false + + /esbuild-android-64/0.14.54: + resolution: + { + integrity: sha512-Tz2++Aqqz0rJ7kYBfz+iqyE3QMycD4vk7LBRyWaAVFgFtQ/O8EJOnVmTOiDWYZ/uYzB4kvP+bqejYdVKzE5lAQ== + } + engines: { node: ">=12" } + cpu: [x64] + os: [android] + requiresBuild: true + dev: true + optional: true + + /esbuild-android-arm64/0.14.54: + resolution: + { + integrity: sha512-F9E+/QDi9sSkLaClO8SOV6etqPd+5DgJje1F9lOWoNncDdOBL2YF59IhsWATSt0TLZbYCf3pNlTHvVV5VfHdvg== + } + engines: { node: ">=12" } + cpu: [arm64] + os: [android] + requiresBuild: true + dev: true + optional: true + + /esbuild-darwin-64/0.14.54: + resolution: + { + integrity: sha512-jtdKWV3nBviOd5v4hOpkVmpxsBy90CGzebpbO9beiqUYVMBtSc0AL9zGftFuBon7PNDcdvNCEuQqw2x0wP9yug== + } + engines: { node: ">=12" } + cpu: [x64] + os: [darwin] + requiresBuild: true + dev: true + optional: true + + /esbuild-darwin-arm64/0.14.54: + resolution: + { + integrity: sha512-OPafJHD2oUPyvJMrsCvDGkRrVCar5aVyHfWGQzY1dWnzErjrDuSETxwA2HSsyg2jORLY8yBfzc1MIpUkXlctmw== + } + engines: { node: ">=12" } + cpu: [arm64] + os: [darwin] + requiresBuild: true + dev: true + optional: true + + /esbuild-freebsd-64/0.14.54: + resolution: + { + integrity: sha512-OKwd4gmwHqOTp4mOGZKe/XUlbDJ4Q9TjX0hMPIDBUWWu/kwhBAudJdBoxnjNf9ocIB6GN6CPowYpR/hRCbSYAg== + } + engines: { node: ">=12" } + cpu: [x64] + os: [freebsd] + requiresBuild: true + dev: true + optional: true + + /esbuild-freebsd-arm64/0.14.54: + resolution: + { + integrity: sha512-sFwueGr7OvIFiQT6WeG0jRLjkjdqWWSrfbVwZp8iMP+8UHEHRBvlaxL6IuKNDwAozNUmbb8nIMXa7oAOARGs1Q== + } + engines: { node: ">=12" } + cpu: [arm64] + os: [freebsd] + requiresBuild: true + dev: true + optional: true + + /esbuild-linux-32/0.14.54: + resolution: + { + integrity: sha512-1ZuY+JDI//WmklKlBgJnglpUL1owm2OX+8E1syCD6UAxcMM/XoWd76OHSjl/0MR0LisSAXDqgjT3uJqT67O3qw== + } + engines: { node: ">=12" } + cpu: [ia32] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /esbuild-linux-64/0.14.54: + resolution: + { + integrity: sha512-EgjAgH5HwTbtNsTqQOXWApBaPVdDn7XcK+/PtJwZLT1UmpLoznPd8c5CxqsH2dQK3j05YsB3L17T8vE7cp4cCg== + } + engines: { node: ">=12" } + cpu: [x64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /esbuild-linux-arm/0.14.54: + resolution: + { + integrity: sha512-qqz/SjemQhVMTnvcLGoLOdFpCYbz4v4fUo+TfsWG+1aOu70/80RV6bgNpR2JCrppV2moUQkww+6bWxXRL9YMGw== + } + engines: { node: ">=12" } + cpu: [arm] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /esbuild-linux-arm64/0.14.54: + resolution: + { + integrity: sha512-WL71L+0Rwv+Gv/HTmxTEmpv0UgmxYa5ftZILVi2QmZBgX3q7+tDeOQNqGtdXSdsL8TQi1vIaVFHUPDe0O0kdig== + } + engines: { node: ">=12" } + cpu: [arm64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /esbuild-linux-mips64le/0.14.54: + resolution: + { + integrity: sha512-qTHGQB8D1etd0u1+sB6p0ikLKRVuCWhYQhAHRPkO+OF3I/iSlTKNNS0Lh2Oc0g0UFGguaFZZiPJdJey3AGpAlw== + } + engines: { node: ">=12" } + cpu: [mips64el] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /esbuild-linux-ppc64le/0.14.54: + resolution: + { + integrity: sha512-j3OMlzHiqwZBDPRCDFKcx595XVfOfOnv68Ax3U4UKZ3MTYQB5Yz3X1mn5GnodEVYzhtZgxEBidLWeIs8FDSfrQ== + } + engines: { node: ">=12" } + cpu: [ppc64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /esbuild-linux-riscv64/0.14.54: + resolution: + { + integrity: sha512-y7Vt7Wl9dkOGZjxQZnDAqqn+XOqFD7IMWiewY5SPlNlzMX39ocPQlOaoxvT4FllA5viyV26/QzHtvTjVNOxHZg== + } + engines: { node: ">=12" } + cpu: [riscv64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /esbuild-linux-s390x/0.14.54: + resolution: + { + integrity: sha512-zaHpW9dziAsi7lRcyV4r8dhfG1qBidQWUXweUjnw+lliChJqQr+6XD71K41oEIC3Mx1KStovEmlzm+MkGZHnHA== + } + engines: { node: ">=12" } + cpu: [s390x] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /esbuild-netbsd-64/0.14.54: + resolution: + { + integrity: sha512-PR01lmIMnfJTgeU9VJTDY9ZerDWVFIUzAtJuDHwwceppW7cQWjBBqP48NdeRtoP04/AtO9a7w3viI+PIDr6d+w== + } + engines: { node: ">=12" } + cpu: [x64] + os: [netbsd] + requiresBuild: true + dev: true + optional: true + + /esbuild-openbsd-64/0.14.54: + resolution: + { + integrity: sha512-Qyk7ikT2o7Wu76UsvvDS5q0amJvmRzDyVlL0qf5VLsLchjCa1+IAvd8kTBgUxD7VBUUVgItLkk609ZHUc1oCaw== + } + engines: { node: ">=12" } + cpu: [x64] + os: [openbsd] + requiresBuild: true + dev: true + optional: true + + /esbuild-sunos-64/0.14.54: + resolution: + { + integrity: sha512-28GZ24KmMSeKi5ueWzMcco6EBHStL3B6ubM7M51RmPwXQGLe0teBGJocmWhgwccA1GeFXqxzILIxXpHbl9Q/Kw== + } + engines: { node: ">=12" } + cpu: [x64] + os: [sunos] + requiresBuild: true + dev: true + optional: true - /es6-iterator/2.0.3: + /esbuild-windows-32/0.14.54: resolution: { - integrity: sha512-zw4SRzoUkd+cl+ZoE15A9o1oQd920Bb0iOJMQkQhl3jNc03YqVjAhG7scf9C5KWRU/R13Orf588uCC6525o02g== + integrity: sha512-T+rdZW19ql9MjS7pixmZYVObd9G7kcaZo+sETqNH4RCkuuYSuv9AGHUVnPoP9hhuE1WM1ZimHz1CIBHBboLU7w== } - dependencies: - d: 1.0.1 - es5-ext: 0.10.62 - es6-symbol: 3.1.3 - dev: false + engines: { node: ">=12" } + cpu: [ia32] + os: [win32] + requiresBuild: true + dev: true + optional: true - /es6-symbol/3.1.3: + /esbuild-windows-64/0.14.54: resolution: { - integrity: sha512-NJ6Yn3FuDinBaBRWl/q5X/s4koRHBrgKAu+yGI6JCBeiu3qrcbJhwT2GeR/EXVfylRk8dpQVJoLEFhK+Mu31NA== + integrity: sha512-AoHTRBUuYwXtZhjXZbA1pGfTo8cJo3vZIcWGLiUcTNgHpJJMC1rVA44ZereBHMJtotyN71S8Qw0npiCIkW96cQ== } - dependencies: - d: 1.0.1 - ext: 1.7.0 - dev: false + engines: { node: ">=12" } + cpu: [x64] + os: [win32] + requiresBuild: true + dev: true + optional: true - /esbuild/0.11.3: + /esbuild-windows-arm64/0.14.54: resolution: { - integrity: sha512-BzVRHcCtFepjS9WcqRjqoIxLqgpK21a8J4Zi4msSGxDxiXVO1IbcqT1KjhdDDnJxKfe7bvzZrvMEX+bVO0Elcw== + integrity: sha512-M0kuUvXhot1zOISQGXwWn6YtS+Y/1RT9WrVIOywZnJHo3jCDyewAc79aKNQWFCQm+xNHVTq9h8dZKvygoXQQRg== } - hasBin: true + engines: { node: ">=12" } + cpu: [arm64] + os: [win32] requiresBuild: true dev: true + optional: true - /esbuild/0.17.14: + /esbuild/0.14.54: resolution: { - integrity: sha512-vOO5XhmVj/1XQR9NQ1UPq6qvMYL7QFJU57J5fKBKBKxp17uDt5PgxFDb4A2nEiXhr1qQs4x0F5+66hVVw4ruNw== + integrity: sha512-Cy9llcy8DvET5uznocPyqL3BFRrFXSVqbgpMJ9Wz8oVjZlh/zUSNbPRbov0VX7VxN2JH1Oa0uNxZ7eLRb62pJA== + } + engines: { node: ">=12" } + hasBin: true + requiresBuild: true + optionalDependencies: + "@esbuild/linux-loong64": 0.14.54 + esbuild-android-64: 0.14.54 + esbuild-android-arm64: 0.14.54 + esbuild-darwin-64: 0.14.54 + esbuild-darwin-arm64: 0.14.54 + esbuild-freebsd-64: 0.14.54 + esbuild-freebsd-arm64: 0.14.54 + esbuild-linux-32: 0.14.54 + esbuild-linux-64: 0.14.54 + esbuild-linux-arm: 0.14.54 + esbuild-linux-arm64: 0.14.54 + esbuild-linux-mips64le: 0.14.54 + esbuild-linux-ppc64le: 0.14.54 + esbuild-linux-riscv64: 0.14.54 + esbuild-linux-s390x: 0.14.54 + esbuild-netbsd-64: 0.14.54 + esbuild-openbsd-64: 0.14.54 + esbuild-sunos-64: 0.14.54 + esbuild-windows-32: 0.14.54 + esbuild-windows-64: 0.14.54 + esbuild-windows-arm64: 0.14.54 + dev: true + + /esbuild/0.17.17: + resolution: + { + integrity: sha512-/jUywtAymR8jR4qsa2RujlAF7Krpt5VWi72Q2yuLD4e/hvtNcFQ0I1j8m/bxq238pf3/0KO5yuXNpuLx8BE1KA== } engines: { node: ">=12" } hasBin: true requiresBuild: true optionalDependencies: - "@esbuild/android-arm": 0.17.14 - "@esbuild/android-arm64": 0.17.14 - "@esbuild/android-x64": 0.17.14 - "@esbuild/darwin-arm64": 0.17.14 - "@esbuild/darwin-x64": 0.17.14 - "@esbuild/freebsd-arm64": 0.17.14 - "@esbuild/freebsd-x64": 0.17.14 - "@esbuild/linux-arm": 0.17.14 - "@esbuild/linux-arm64": 0.17.14 - "@esbuild/linux-ia32": 0.17.14 - "@esbuild/linux-loong64": 0.17.14 - "@esbuild/linux-mips64el": 0.17.14 - "@esbuild/linux-ppc64": 0.17.14 - "@esbuild/linux-riscv64": 0.17.14 - "@esbuild/linux-s390x": 0.17.14 - "@esbuild/linux-x64": 0.17.14 - "@esbuild/netbsd-x64": 0.17.14 - "@esbuild/openbsd-x64": 0.17.14 - "@esbuild/sunos-x64": 0.17.14 - "@esbuild/win32-arm64": 0.17.14 - "@esbuild/win32-ia32": 0.17.14 - "@esbuild/win32-x64": 0.17.14 + "@esbuild/android-arm": 0.17.17 + "@esbuild/android-arm64": 0.17.17 + "@esbuild/android-x64": 0.17.17 + "@esbuild/darwin-arm64": 0.17.17 + "@esbuild/darwin-x64": 0.17.17 + "@esbuild/freebsd-arm64": 0.17.17 + "@esbuild/freebsd-x64": 0.17.17 + "@esbuild/linux-arm": 0.17.17 + "@esbuild/linux-arm64": 0.17.17 + "@esbuild/linux-ia32": 0.17.17 + "@esbuild/linux-loong64": 0.17.17 + "@esbuild/linux-mips64el": 0.17.17 + "@esbuild/linux-ppc64": 0.17.17 + "@esbuild/linux-riscv64": 0.17.17 + "@esbuild/linux-s390x": 0.17.17 + "@esbuild/linux-x64": 0.17.17 + "@esbuild/netbsd-x64": 0.17.17 + "@esbuild/openbsd-x64": 0.17.17 + "@esbuild/sunos-x64": 0.17.17 + "@esbuild/win32-arm64": 0.17.17 + "@esbuild/win32-ia32": 0.17.17 + "@esbuild/win32-x64": 0.17.17 dev: true /escalade/3.1.1: @@ -4392,6 +4529,7 @@ packages: integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg== } engines: { node: ">=0.8.0" } + dev: true /escape-string-regexp/4.0.0: resolution: @@ -4417,19 +4555,19 @@ packages: source-map: 0.6.1 dev: true - /eslint-config-prettier/8.6.0_eslint@8.31.0: + /eslint-config-prettier/8.8.0_eslint@8.38.0: resolution: { - integrity: sha512-bAF0eLpLVqP5oEVUFKpMA+NnRFICwn9X8B5jrR9FcqnYBuPbqWEjTEspPWMj5ye6czoSLDweCzSo3Ko7gGrZaA== + integrity: sha512-wLbQiFre3tdGgpDv67NQKnJuTlcUVYHas3k+DZCc2U2BadthoEY4B7hLPvAxaqdyOGCzuLfii2fqGph10va7oA== } hasBin: true peerDependencies: eslint: ">=7.0.0" dependencies: - eslint: 8.31.0 + eslint: 8.38.0 dev: true - /eslint-plugin-prettier/4.2.1_iu5s7nk6dw7o3tajefwfiqfmge: + /eslint-plugin-prettier/4.2.1_7bukkzi2qfqwzn63s5moor2wwy: resolution: { integrity: sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ== @@ -4443,13 +4581,12 @@ packages: eslint-config-prettier: optional: true dependencies: - eslint: 8.31.0 - eslint-config-prettier: 8.6.0_eslint@8.31.0 - prettier: 2.8.2 + eslint: 8.38.0 + prettier: 2.8.7 prettier-linter-helpers: 1.0.0 dev: true - /eslint-plugin-prettier/4.2.1_k3hr3m6agcryggk5vamhhr56wi: + /eslint-plugin-prettier/4.2.1_mrzcadguhkbme6yx3ehduvsjxu: resolution: { integrity: sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ== @@ -4463,27 +4600,28 @@ packages: eslint-config-prettier: optional: true dependencies: - eslint: 8.31.0 - prettier: 2.8.2 + eslint: 8.38.0 + eslint-config-prettier: 8.8.0_eslint@8.38.0 + prettier: 2.8.7 prettier-linter-helpers: 1.0.0 dev: true - /eslint-plugin-vue/9.8.0_eslint@8.31.0: + /eslint-plugin-vue/9.11.0_eslint@8.38.0: resolution: { - integrity: sha512-E/AXwcTzunyzM83C2QqDHxepMzvI2y6x+mmeYHbVDQlKFqmKYvRrhaVixEeeG27uI44p9oKDFiyCRw4XxgtfHA== + integrity: sha512-bBCJAZnkBV7ATH4Z1E7CvN3nmtS4H7QUU3UBxPdo8WohRU+yHjnQRALpTbxMVcz0e4Mx3IyxIdP5HYODMxK9cQ== } engines: { node: ^14.17.0 || >=16.0.0 } peerDependencies: eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 dependencies: - eslint: 8.31.0 - eslint-utils: 3.0.0_eslint@8.31.0 + "@eslint-community/eslint-utils": 4.4.0_eslint@8.38.0 + eslint: 8.38.0 natural-compare: 1.4.0 nth-check: 2.1.1 postcss-selector-parser: 6.0.11 - semver: 7.3.8 - vue-eslint-parser: 9.1.0_eslint@8.31.0 + semver: 7.5.0 + vue-eslint-parser: 9.1.1_eslint@8.38.0 xml-name-validator: 4.0.0 transitivePeerDependencies: - supports-color @@ -4500,10 +4638,10 @@ packages: estraverse: 4.3.0 dev: true - /eslint-scope/7.1.1: + /eslint-scope/7.2.0: resolution: { - integrity: sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw== + integrity: sha512-DYj5deGlHBfMt15J7rdtyKNq/Nqlv5KfU4iodrQ019XESsRnwXH9KAE0y3cwtUHDo2ob7CypAnCqefh6vioWRw== } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dependencies: @@ -4521,19 +4659,6 @@ packages: eslint-visitor-keys: 1.3.0 dev: true - /eslint-utils/3.0.0_eslint@8.31.0: - resolution: - { - integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA== - } - engines: { node: ^10.0.0 || ^12.0.0 || >= 14.0.0 } - peerDependencies: - eslint: ">=5" - dependencies: - eslint: 8.31.0 - eslint-visitor-keys: 2.1.0 - dev: true - /eslint-visitor-keys/1.3.0: resolution: { @@ -4542,31 +4667,26 @@ packages: engines: { node: ">=4" } dev: true - /eslint-visitor-keys/2.1.0: - resolution: - { - integrity: sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw== - } - engines: { node: ">=10" } - dev: true - - /eslint-visitor-keys/3.3.0: + /eslint-visitor-keys/3.4.0: resolution: { - integrity: sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA== + integrity: sha512-HPpKPUBQcAsZOsHAFwTtIKcYlCje62XB7SEAcxjtmW6TD1WVpkS6i6/hOVtTZIl4zGj/mBqpFVGvaDneik+VoQ== } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dev: true - /eslint/8.31.0: + /eslint/8.38.0: resolution: { - integrity: sha512-0tQQEVdmPZ1UtUKXjX7EMm9BlgJ08G90IhWh0PKDCb3ZLsgAOHI8fYSIzYVZej92zsgq+ft0FGsxhJ3xo2tbuA== + integrity: sha512-pIdsD2jwlUGf/U38Jv97t8lq6HpaU/G9NKbYmpWpZGw3LdTNhZLbJePqxOXGB5+JEKfOPU/XLxYxFh03nr1KTg== } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } hasBin: true dependencies: - "@eslint/eslintrc": 1.4.1 + "@eslint-community/eslint-utils": 4.4.0_eslint@8.38.0 + "@eslint-community/regexpp": 4.5.0 + "@eslint/eslintrc": 2.0.2 + "@eslint/js": 8.38.0 "@humanwhocodes/config-array": 0.11.8 "@humanwhocodes/module-importer": 1.0.1 "@nodelib/fs.walk": 1.2.8 @@ -4576,24 +4696,23 @@ packages: debug: 4.3.4 doctrine: 3.0.0 escape-string-regexp: 4.0.0 - eslint-scope: 7.1.1 - eslint-utils: 3.0.0_eslint@8.31.0 - eslint-visitor-keys: 3.3.0 - espree: 9.4.1 - esquery: 1.4.0 + eslint-scope: 7.2.0 + eslint-visitor-keys: 3.4.0 + espree: 9.5.1 + esquery: 1.5.0 esutils: 2.0.3 fast-deep-equal: 3.1.3 file-entry-cache: 6.0.1 find-up: 5.0.0 glob-parent: 6.0.2 - globals: 13.19.0 + globals: 13.20.0 grapheme-splitter: 1.0.4 ignore: 5.2.4 import-fresh: 3.3.0 imurmurhash: 0.1.4 is-glob: 4.0.3 is-path-inside: 3.0.3 - js-sdsl: 4.2.0 + js-sdsl: 4.4.0 js-yaml: 4.1.0 json-stable-stringify-without-jsonify: 1.0.1 levn: 0.4.1 @@ -4601,7 +4720,6 @@ packages: minimatch: 3.1.2 natural-compare: 1.4.0 optionator: 0.9.1 - regexpp: 3.2.0 strip-ansi: 6.0.1 strip-json-comments: 3.1.1 text-table: 0.2.0 @@ -4621,27 +4739,18 @@ packages: eslint-visitor-keys: 1.3.0 dev: true - /espree/9.4.1: + /espree/9.5.1: resolution: { - integrity: sha512-XwctdmTO6SIvCzd9810yyNzIrOrqNYV9Koizx4C/mRhf9uq0o4yHoCEU/670pOxOL/MSraektvSAji79kX90Vg== + 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.3.0 + eslint-visitor-keys: 3.4.0 dev: true - /esprima/1.2.5: - resolution: - { - integrity: sha512-S9VbPDU0adFErpDai3qDkjq8+G05ONtKzcyNrPKg/ZKa+tf879nX2KexNU95b31UoTJjRLInNBHHHjFPoCd7lQ== - } - engines: { node: ">=0.4.0" } - hasBin: true - dev: false - /esprima/4.0.1: resolution: { @@ -4651,10 +4760,10 @@ packages: hasBin: true dev: true - /esquery/1.4.0: + /esquery/1.5.0: resolution: { - integrity: sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w== + integrity: sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg== } engines: { node: ">=0.10" } dependencies: @@ -4687,13 +4796,6 @@ packages: engines: { node: ">=4.0" } dev: true - /estree-walker/1.0.1: - resolution: - { - integrity: sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg== - } - dev: true - /estree-walker/2.0.2: resolution: { @@ -4708,13 +4810,6 @@ packages: engines: { node: ">=0.10.0" } dev: true - /ev-emitter/1.1.1: - resolution: - { - integrity: sha512-ipiDYhdQSCZ4hSbX4rMW+XzNKMD1prg/sTvoVmSLkuQ1MVlwjJQQA+sW8tMYR3BLUr9KjodFV4pvzunvRhd33Q== - } - dev: false - /event-emitter/0.3.5: resolution: { @@ -4969,22 +5064,11 @@ packages: } engines: { node: ">=12" } dependencies: - graceful-fs: 4.2.10 + graceful-fs: 4.2.11 jsonfile: 6.1.0 universalify: 2.0.0 dev: true - /fs-extra/5.0.0: - resolution: - { - integrity: sha512-66Pm4RYbjzdyeuqudYqhFiNBbCIuI9kgRqLPSHIlXHidW8NIQtVdkM1yeZ4lXwuhbTETv3EUGMNHAAw6hiundQ== - } - dependencies: - graceful-fs: 4.2.10 - jsonfile: 4.0.0 - universalify: 0.1.2 - dev: false - /fs.realpath/1.0.0: resolution: { @@ -5009,16 +5093,6 @@ packages: integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== } - /generate-source-map/0.0.5: - resolution: - { - integrity: sha512-jqiE7f3FEaeMcjnMSEYLjMa39bdx+RrrdfhxdJpMm9S/8IugHF4vLQLZ9sxHylWyxpsBILukC/l/7B0/O0zhNg== - } - dependencies: - esprima: 1.2.5 - source-map: 0.1.43 - dev: false - /gensync/1.0.0-beta.2: resolution: { @@ -5034,10 +5108,10 @@ packages: } engines: { node: 6.* || 8.* || >= 10.* } - /get-intrinsic/1.1.3: + /get-intrinsic/1.2.0: resolution: { - integrity: sha512-QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A== + integrity: sha512-L049y6nFOuom5wGyRc3/gdTLO94dySVKRACj1RmJZBQXlbTMhtNIgkWkUHq+jYmZvKf14EW1EoJnnjbmoHij0Q== } dependencies: function-bind: 1.1.1 @@ -5052,13 +5126,6 @@ packages: } dev: true - /get-size/2.0.3: - resolution: - { - integrity: sha512-lXNzT/h/dTjTxRbm9BXb+SGxxzkm97h/PCIKtlN/CBCxxmkkIVV21udumMS93MuVTDX583gqc94v3RjuHmI+2Q== - } - dev: false - /get-stream/5.2.0: resolution: { @@ -5112,6 +5179,20 @@ packages: is-glob: 4.0.3 dev: true + /glob/7.1.6: + resolution: + { + integrity: sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA== + } + dependencies: + fs.realpath: 1.0.0 + inflight: 1.0.6 + inherits: 2.0.4 + minimatch: 3.1.2 + once: 1.4.0 + path-is-absolute: 1.0.1 + dev: true + /glob/7.2.3: resolution: { @@ -5126,17 +5207,17 @@ packages: path-is-absolute: 1.0.1 dev: true - /glob/9.3.2: + /glob/9.3.5: resolution: { - integrity: sha512-BTv/JhKXFEHsErMte/AnfiSv8yYOLLiyH2lTg8vn02O21zWFgHPTfxtgn1QRe7NRgggUhC8hacR2Re94svHqeA== + integrity: sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q== } engines: { node: ">=16 || 14 >=14.17" } dependencies: fs.realpath: 1.0.0 - minimatch: 7.4.3 - minipass: 4.2.5 - path-scurry: 1.6.3 + minimatch: 8.0.4 + minipass: 4.2.8 + path-scurry: 1.7.0 dev: true /global-dirs/0.1.1: @@ -5179,10 +5260,10 @@ packages: engines: { node: ">=4" } dev: true - /globals/13.19.0: + /globals/13.20.0: resolution: { - integrity: sha512-dkQ957uSRWHw7CFXLUtUHQI3g3aWApYhfNR2O6jn/907riyTYKVBmxYVROkBcY614FSSeSJh7Xm7SrUWCxvJMQ== + integrity: sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ== } engines: { node: ">=8" } dependencies: @@ -5211,11 +5292,12 @@ packages: } dev: true - /graceful-fs/4.2.10: + /graceful-fs/4.2.11: resolution: { - integrity: sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA== + integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ== } + dev: true /grapheme-splitter/1.0.4: resolution: @@ -5238,6 +5320,7 @@ packages: integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw== } engines: { node: ">=4" } + dev: true /has-flag/4.0.0: resolution: @@ -5296,10 +5379,10 @@ packages: lru-cache: 6.0.0 dev: true - /html-tags/3.2.0: + /html-tags/3.3.1: resolution: { - integrity: sha512-vy7ClnArOZwCnqZgvv+ddgHgJiAFXe3Ge9ML5/mBctVJoUoYPCdxVucOywjDARn6CVoh3dRSFdPHy2sX80L0Wg== + integrity: sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ== } engines: { node: ">=8" } dev: true @@ -5311,16 +5394,16 @@ packages: } dev: false - /htmlparser2/8.0.1: + /htmlparser2/8.0.2: resolution: { - integrity: sha512-4lVbmc1diZC7GUJQtRQ5yBAeUCL1exyMwmForWkRLnwyzWBFxN633SALPMGYaWZvKe9j1pRZJpauvmxENSp/EA== + integrity: sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA== } dependencies: domelementtype: 2.3.0 domhandler: 5.0.3 domutils: 3.0.1 - entities: 4.4.0 + entities: 4.5.0 dev: true /human-signals/1.1.1: @@ -5354,7 +5437,7 @@ packages: integrity: sha512-yCMYTMEJ9ihCwEQQ3phLo7I/Pwycf8uAx+sRHwwk5U9Aui/IZYgQRyMqXafQOw5QQ7DM1Z+WyEXWIqSuJHhG2A== } dependencies: - "@babel/runtime": 7.20.7 + "@babel/runtime": 7.21.0 dev: false /ids/1.0.0: @@ -5372,10 +5455,10 @@ packages: engines: { node: ">= 4" } dev: true - /immer/9.0.17: + /immer/9.0.21: resolution: { - integrity: sha512-+hBruaLSQvkPfxRiTLK/mi4vLH+/VQS6z2KJahdoxlleFOI8ARqzOF17uy12eFDlqWmPoygwc5evgwcp+dlHhg== + integrity: sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA== } dev: false @@ -5483,20 +5566,10 @@ packages: binary-extensions: 2.2.0 dev: true - /is-builtin-module/3.2.0: - resolution: - { - integrity: sha512-phDA4oSGt7vl1n5tJvTWooWWAsXLY+2xCnxNqvKhGEzujg+A43wPlPOyDg3C8XQHN+6k/JTQWJ/j0dQh/qr+Hw== - } - engines: { node: ">=6" } - dependencies: - builtin-modules: 3.3.0 - dev: true - - /is-core-module/2.11.0: + /is-core-module/2.12.0: resolution: { - integrity: sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw== + integrity: sha512-RECHCBCd/viahWmwj6enj19sKbHfJrddi/6cBDsNTKbNq0f7VeaUkBo60BqzvPqo/W54ChS62Z5qyun7cfOMqQ== } dependencies: has: 1.0.3 @@ -5543,13 +5616,6 @@ packages: } dev: false - /is-module/1.0.0: - resolution: - { - integrity: sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g== - } - dev: true - /is-number/7.0.0: resolution: { @@ -5603,7 +5669,7 @@ packages: integrity: sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ== } dependencies: - "@types/estree": 1.0.0 + "@types/estree": 1.0.1 dev: true /is-regexp/1.0.0: @@ -5664,6 +5730,14 @@ packages: } dev: true + /jiti/1.18.2: + resolution: + { + integrity: sha512-QAdOptna2NYiSSpv0O/BwoHBSmz4YhpzJHyi+fnMRTXFjp7B8i/YG5Z8IfusxB1ufjcD2Sre1F3R+nX3fvy7gg== + } + hasBin: true + dev: true + /js-cookie/3.0.1: resolution: { @@ -5672,10 +5746,10 @@ packages: engines: { node: ">=12" } dev: false - /js-sdsl/4.2.0: + /js-sdsl/4.4.0: resolution: { - integrity: sha512-dyBIzQBDkCqCu+0upx25Y2jGdbTGxE9fshMsCdK0ViOongpV+n5tXRcZY9v7CaVQ79AGS9KA1KHtojxiM7aXSQ== + integrity: sha512-FfVSdx6pJ41Oa+CF7RDaFmTnCaFhua+SNYQX74riGOpl96x+2jQCqEfQ2bnXu/5DPCqlRuiqyvTJM0Qjz26IVg== } dev: true @@ -5686,10 +5760,10 @@ packages: } dev: true - /js-tokens/8.0.0: + /js-tokens/8.0.1: resolution: { - integrity: sha512-PC7MzqInq9OqKyTXfIvQNcjMkODJYC8A17kAaQgeW79yfhqTWSOfjHYQ2mDDcwJ96Iibtwkfh0C7R/OvqPlgVA== + integrity: sha512-3AGrZT6tuMm1ZWWn9mLXh7XMfi2YtiLNPALCVxBCiUVq0LD1OQMxV/AdS/s7rLJU5o9i/jBZw/N4vXXL5dm29A== } dev: true @@ -5771,15 +5845,6 @@ packages: semver: 6.3.0 dev: true - /jsonfile/4.0.0: - resolution: - { - integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg== - } - optionalDependencies: - graceful-fs: 4.2.10 - dev: false - /jsonfile/6.1.0: resolution: { @@ -5788,7 +5853,7 @@ packages: dependencies: universalify: 2.0.0 optionalDependencies: - graceful-fs: 4.2.10 + graceful-fs: 4.2.11 dev: true /jsonparse/1.3.1: @@ -5844,14 +5909,6 @@ packages: type-check: 0.4.0 dev: true - /lilconfig/2.0.6: - resolution: - { - integrity: sha512-9JROoBW7pobfsx+Sq2JsASvCo6Pfo6WWoUW79HuB1BCoBXD4PLWJPqDF6fNj67pqBYTbAHkE57M1kS/+L1neOg== - } - engines: { node: ">=10" } - dev: true - /lilconfig/2.1.0: resolution: { @@ -5905,7 +5962,7 @@ packages: optional: true dependencies: cli-truncate: 2.1.0 - colorette: 2.0.19 + colorette: 2.0.20 enquirer: 2.3.6 log-update: 4.0.0 p-map: 4.0.0 @@ -5915,10 +5972,10 @@ packages: wrap-ansi: 7.0.0 dev: true - /local-pkg/0.4.2: + /local-pkg/0.4.3: resolution: { - integrity: sha512-mlERgSPrbxU3BP4qBqAvvwlgW4MTg78iwJdGGnv7kibKjWcJksrG3t6LB5lXI93wXRDvG4NpUgJFmTG4T6rdrg== + integrity: sha512-SFppqq5p42fe2qcZQqqEOiVRXl+WCP1MdT6k7BDEW1j++sp5fIY+/fdRQitvKgB5BrBcmrs5m/L0v2FrU5MY1g== } engines: { node: ">=14" } dev: true @@ -5949,7 +6006,7 @@ packages: } dev: false - /lodash-unified/1.0.3_3ib2ivapxullxkx3xftsimdk7u: + /lodash-unified/1.0.3_tknf7errc3xdqocd3ryzzla7vq: resolution: { integrity: sha512-WK9qSozxXOD7ZJQlpSqOT+om2ZfcT4yO+03FuzAHD0wF6S0l0090LRPDx3vhTTLZ8cFKpBn+IOcVXK6qOcIlfQ== @@ -5959,7 +6016,7 @@ packages: lodash: "*" lodash-es: "*" dependencies: - "@types/lodash-es": 4.17.6 + "@types/lodash-es": 4.17.7 lodash: 4.17.21 lodash-es: 4.17.21 dev: false @@ -6097,12 +6154,12 @@ packages: yallist: 4.0.0 dev: true - /lru-cache/7.18.3: + /lru-cache/9.1.0: resolution: { - integrity: sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA== + integrity: sha512-qFXQEwchrZcMVen2uIDceR8Tii6kCJak5rzDStfEM0qA3YLMswaxIEZO0DhIbJ3aqaJiDjt+3crlplOb0tDtKQ== } - engines: { node: ">=12" } + engines: { node: 14 || >=16.14 } dev: true /magic-string/0.25.9: @@ -6120,7 +6177,7 @@ packages: } engines: { node: ">=12" } dependencies: - "@jridgewell/sourcemap-codec": 1.4.14 + "@jridgewell/sourcemap-codec": 1.4.15 dev: true /magic-string/0.30.0: @@ -6130,7 +6187,7 @@ packages: } engines: { node: ">=12" } dependencies: - "@jridgewell/sourcemap-codec": 1.4.14 + "@jridgewell/sourcemap-codec": 1.4.15 dev: true /make-error/1.3.6: @@ -6163,12 +6220,15 @@ packages: } dev: true - /md-editor-v3/2.7.2: + /md-editor-v3/2.11.2_vue@3.2.47: resolution: { - integrity: sha512-CyLG7yZhMyKplXO/MYIccpL0AOcnys74cMpbBG77rmXWlANAmzLrznUU++g6MohTv3DCRNTz+5Uh/w9h9P2sSA== + integrity: sha512-aiIG3RZIrf0sv3d+51owh4ESvopoI62b7FVeuoEzq6TD1esvfUyVXBHtNYL1LxUTcGcFAa2wHuJGiBIMFq04kw== } - engines: { node: ">=12.0.0" } + peerDependencies: + vue: ^3.2.47 + dependencies: + vue: 3.2.47 dev: false /mdn-data/2.0.14: @@ -6328,12 +6388,12 @@ packages: brace-expansion: 2.0.1 dev: true - /minimatch/7.4.3: + /minimatch/8.0.4: resolution: { - integrity: sha512-5UB4yYusDtkRPbRiy1cqZ1IpGNcJCGlEMG17RKzPddpyiPKoCdwohbED8g4QXT0ewCt8LTkQXuljsUfQ3FKM4A== + integrity: sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA== } - engines: { node: ">=10" } + engines: { node: ">=16 || 14 >=14.17" } dependencies: brace-expansion: 2.0.1 dev: true @@ -6350,17 +6410,18 @@ packages: kind-of: 6.0.3 dev: true - /minimist/1.2.8: + /minipass/4.2.8: resolution: { - integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA== + integrity: sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ== } + engines: { node: ">=8" } dev: true - /minipass/4.2.5: + /minipass/5.0.0: resolution: { - integrity: sha512-+yQl7SX3bIT83Lhb4BVorMAHVuqsskxRdlmO9kTpyukp8vsm2Sn/fUOV9xlnG8/a5JsypJzap21lz/y3FBMJ8Q== + integrity: sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ== } engines: { node: ">=8" } dev: true @@ -6386,7 +6447,7 @@ packages: } hasBin: true dependencies: - commander: 9.5.0 + commander: 10.0.1 /mousetrap/1.6.5: resolution: @@ -6438,6 +6499,17 @@ packages: minimatch: 3.1.2 dev: true + /mz/2.7.0: + resolution: + { + integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q== + } + dependencies: + any-promise: 1.3.0 + object-assign: 4.1.1 + thenify-all: 1.6.0 + dev: true + /namespace-emitter/2.0.1: resolution: { @@ -6445,10 +6517,10 @@ packages: } dev: false - /nanoid/3.3.4: + /nanoid/3.3.6: resolution: { - integrity: sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw== + integrity: sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA== } engines: { node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1 } hasBin: true @@ -6481,10 +6553,10 @@ packages: } dev: false - /node-releases/2.0.8: + /node-releases/2.0.10: resolution: { - integrity: sha512-dFSmB8fFHEH/s81Xi+Y/15DQY6VHW81nXRj86EMSL3lmuTmK1e+aT4wrFCkTbm+gSwkw4KpX+rT/pMM2c1mF+A== + integrity: sha512-5GFldHPXVG/YZmFzJvKK2zDSzPKhEp0+ZR5SVaoSag9fsL5YgHbUHDfnG5494ISANDcK4KwPXAx2xqVEydmd7w== } dev: true @@ -6495,7 +6567,7 @@ packages: } dependencies: hosted-git-info: 2.8.9 - resolve: 1.22.1 + resolve: 1.22.2 semver: 5.7.1 validate-npm-package-license: 3.0.4 dev: true @@ -6508,8 +6580,8 @@ packages: engines: { node: ">=10" } dependencies: hosted-git-info: 4.1.0 - is-core-module: 2.11.0 - semver: 7.3.8 + is-core-module: 2.12.0 + semver: 7.5.0 validate-npm-package-license: 3.0.4 dev: true @@ -6570,6 +6642,14 @@ packages: boolbase: 1.0.0 dev: true + /object-assign/4.1.1: + resolution: + { + integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg== + } + engines: { node: ">=0.10.0" } + dev: true + /object-hash/3.0.0: resolution: { @@ -6578,10 +6658,10 @@ packages: engines: { node: ">= 6" } dev: true - /object-inspect/1.12.2: + /object-inspect/1.12.3: resolution: { - integrity: sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ== + integrity: sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g== } dev: false @@ -6614,10 +6694,10 @@ packages: mimic-fn: 2.1.0 dev: true - /open/8.4.0: + /open/8.4.2: resolution: { - integrity: sha512-XgFPPM+B28FtCCgSb9I+s9szOC1vZRSwgWsRUA5ylIxRTgKozqjOCrVOqGsYABPYK5qnfqClxZTFBa8PKt2v6Q== + integrity: sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ== } engines: { node: ">=12" } dependencies: @@ -6728,7 +6808,7 @@ packages: } engines: { node: ">=8" } dependencies: - "@babel/code-frame": 7.18.6 + "@babel/code-frame": 7.21.4 error-ex: 1.3.2 json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 @@ -6772,15 +6852,15 @@ packages: } dev: true - /path-scurry/1.6.3: + /path-scurry/1.7.0: resolution: { - integrity: sha512-RAmB+n30SlN+HnNx6EbcpoDy9nwdpcGPnEKrJnu6GZoDWBdIjo1UQMVtW2ybtC7LC2oKLcMq8y5g8WnKLiod9g== + integrity: sha512-UkZUeDjczjYRE495+9thsgcVgsaCPkaw80slmfVFgllxY+IO8ubTsOpFVjDPROBqJdHfVPUFRHPBV/WciOVfWg== } engines: { node: ">=16 || 14 >=14.17" } dependencies: - lru-cache: 7.18.3 - minipass: 4.2.5 + lru-cache: 9.1.0 + minipass: 5.0.0 dev: true /path-to-regexp/6.2.1: @@ -6837,10 +6917,10 @@ packages: engines: { node: ">=0.10.0" } dev: true - /pinia/2.0.33_p4srtwdgezcoeovfcc2yxzvaue: + /pinia/2.0.35_dtjfskxukdxv24psui2m5c75zy: resolution: { - integrity: sha512-HOj1yVV2itw6rNIrR2f7+MirGNxhORjrULL8GWgRwXsGSvEqIQ+SE0MYt6cwtpegzCda3i+rVTZM+AM7CG+kRg== + integrity: sha512-P1IKKQWhxGXiiZ3atOaNI75bYlFUbRxtJdhPLX059Z7+b9Z04rnTZdSY8Aph1LA+/4QEMAYHsTQ638Wfe+6K5g== } peerDependencies: "@vue/composition-api": ^1.4.0 @@ -6853,11 +6933,19 @@ packages: optional: true dependencies: "@vue/devtools-api": 6.5.0 - typescript: 5.0.2 + typescript: 5.0.4 vue: 3.2.47 - vue-demi: 0.13.11_vue@3.2.47 + vue-demi: 0.14.0_vue@3.2.47 dev: false + /pirates/4.0.5: + resolution: + { + integrity: sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ== + } + engines: { node: ">= 6" } + dev: true + /please-upgrade-node/3.2.0: resolution: { @@ -6887,7 +6975,7 @@ packages: tslib: 2.4.0 dev: false - /postcss-calc/8.2.4_postcss@8.4.21: + /postcss-calc/8.2.4_postcss@8.4.23: resolution: { integrity: sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q== @@ -6895,12 +6983,12 @@ packages: peerDependencies: postcss: ^8.2.2 dependencies: - postcss: 8.4.21 + postcss: 8.4.23 postcss-selector-parser: 6.0.11 postcss-value-parser: 4.2.0 dev: true - /postcss-colormin/5.3.1_postcss@8.4.21: + /postcss-colormin/5.3.1_postcss@8.4.23: resolution: { integrity: sha512-UsWQG0AqTFQmpBegeLLc1+c3jIqBNB0zlDGRWR+dQ3pRKJL1oeMzyqmH3o2PIfn9MBdNrVPWhDbT769LxCTLJQ== @@ -6912,11 +7000,11 @@ packages: browserslist: 4.21.5 caniuse-api: 3.0.0 colord: 2.9.3 - postcss: 8.4.21 + postcss: 8.4.23 postcss-value-parser: 4.2.0 dev: true - /postcss-colormin/6.0.0_postcss@8.4.21: + /postcss-colormin/6.0.0_postcss@8.4.23: resolution: { integrity: sha512-EuO+bAUmutWoZYgHn2T1dG1pPqHU6L4TjzPlu4t1wZGXQ/fxV16xg2EJmYi0z+6r+MGV1yvpx1BHkUaRrPa2bw== @@ -6928,11 +7016,11 @@ packages: browserslist: 4.21.5 caniuse-api: 3.0.0 colord: 2.9.3 - postcss: 8.4.21 + postcss: 8.4.23 postcss-value-parser: 4.2.0 dev: true - /postcss-convert-values/5.1.3_postcss@8.4.21: + /postcss-convert-values/5.1.3_postcss@8.4.23: resolution: { integrity: sha512-82pC1xkJZtcJEfiLw6UXnXVXScgtBrjlO5CBmuDQc+dlb88ZYheFsjTn40+zBVi3DkfF7iezO0nJUPLcJK3pvA== @@ -6942,11 +7030,11 @@ packages: postcss: ^8.2.15 dependencies: browserslist: 4.21.5 - postcss: 8.4.21 + postcss: 8.4.23 postcss-value-parser: 4.2.0 dev: true - /postcss-convert-values/6.0.0_postcss@8.4.21: + /postcss-convert-values/6.0.0_postcss@8.4.23: resolution: { integrity: sha512-U5D8QhVwqT++ecmy8rnTb+RL9n/B806UVaS3m60lqle4YDFcpbS3ae5bTQIh3wOGUSDHSEtMYLs/38dNG7EYFw== @@ -6956,11 +7044,11 @@ packages: postcss: ^8.2.15 dependencies: browserslist: 4.21.5 - postcss: 8.4.21 + postcss: 8.4.23 postcss-value-parser: 4.2.0 dev: true - /postcss-discard-comments/5.1.2_postcss@8.4.21: + /postcss-discard-comments/5.1.2_postcss@8.4.23: resolution: { integrity: sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ== @@ -6969,10 +7057,10 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.21 + postcss: 8.4.23 dev: true - /postcss-discard-comments/6.0.0_postcss@8.4.21: + /postcss-discard-comments/6.0.0_postcss@8.4.23: resolution: { integrity: sha512-p2skSGqzPMZkEQvJsgnkBhCn8gI7NzRH2683EEjrIkoMiwRELx68yoUJ3q3DGSGuQ8Ug9Gsn+OuDr46yfO+eFw== @@ -6981,10 +7069,10 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.21 + postcss: 8.4.23 dev: true - /postcss-discard-duplicates/5.1.0_postcss@8.4.21: + /postcss-discard-duplicates/5.1.0_postcss@8.4.23: resolution: { integrity: sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw== @@ -6993,10 +7081,10 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.21 + postcss: 8.4.23 dev: true - /postcss-discard-duplicates/6.0.0_postcss@8.4.21: + /postcss-discard-duplicates/6.0.0_postcss@8.4.23: resolution: { integrity: sha512-bU1SXIizMLtDW4oSsi5C/xHKbhLlhek/0/yCnoMQany9k3nPBq+Ctsv/9oMmyqbR96HYHxZcHyK2HR5P/mqoGA== @@ -7005,10 +7093,10 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.21 + postcss: 8.4.23 dev: true - /postcss-discard-empty/5.1.1_postcss@8.4.21: + /postcss-discard-empty/5.1.1_postcss@8.4.23: resolution: { integrity: sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A== @@ -7017,10 +7105,10 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.21 + postcss: 8.4.23 dev: true - /postcss-discard-empty/6.0.0_postcss@8.4.21: + /postcss-discard-empty/6.0.0_postcss@8.4.23: resolution: { integrity: sha512-b+h1S1VT6dNhpcg+LpyiUrdnEZfICF0my7HAKgJixJLW7BnNmpRH34+uw/etf5AhOlIhIAuXApSzzDzMI9K/gQ== @@ -7029,10 +7117,10 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.21 + postcss: 8.4.23 dev: true - /postcss-discard-overridden/5.1.0_postcss@8.4.21: + /postcss-discard-overridden/5.1.0_postcss@8.4.23: resolution: { integrity: sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw== @@ -7041,10 +7129,10 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.21 + postcss: 8.4.23 dev: true - /postcss-discard-overridden/6.0.0_postcss@8.4.21: + /postcss-discard-overridden/6.0.0_postcss@8.4.23: resolution: { integrity: sha512-4VELwssYXDFigPYAZ8vL4yX4mUepF/oCBeeIT4OXsJPYOtvJumyz9WflmJWTfDwCUcpDR+z0zvCWBXgTx35SVw== @@ -7053,7 +7141,7 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.21 + postcss: 8.4.23 dev: true /postcss-html/1.5.0: @@ -7063,13 +7151,13 @@ packages: } engines: { node: ^12 || >=14 } dependencies: - htmlparser2: 8.0.1 - js-tokens: 8.0.0 - postcss: 8.4.21 - postcss-safe-parser: 6.0.0_postcss@8.4.21 + htmlparser2: 8.0.2 + js-tokens: 8.0.1 + postcss: 8.4.23 + postcss-safe-parser: 6.0.0_postcss@8.4.23 dev: true - /postcss-import/14.1.0_postcss@8.4.21: + /postcss-import/14.1.0_postcss@8.4.23: resolution: { integrity: sha512-flwI+Vgm4SElObFVPpTIT7SU7R3qk2L7PyduMcokiaVKuWv9d/U+Gm/QAd8NDLuykTWTkcrjOeD2Pp1rMeBTGw== @@ -7078,13 +7166,13 @@ packages: peerDependencies: postcss: ^8.0.0 dependencies: - postcss: 8.4.21 + postcss: 8.4.23 postcss-value-parser: 4.2.0 read-cache: 1.0.0 - resolve: 1.22.1 + resolve: 1.22.2 dev: true - /postcss-import/15.1.0_postcss@8.4.21: + /postcss-import/15.1.0_postcss@8.4.23: resolution: { integrity: sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew== @@ -7093,13 +7181,13 @@ packages: peerDependencies: postcss: ^8.0.0 dependencies: - postcss: 8.4.21 + postcss: 8.4.23 postcss-value-parser: 4.2.0 read-cache: 1.0.0 - resolve: 1.22.1 + resolve: 1.22.2 dev: true - /postcss-js/4.0.1_postcss@8.4.21: + /postcss-js/4.0.1_postcss@8.4.23: resolution: { integrity: sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw== @@ -7109,10 +7197,10 @@ packages: postcss: ^8.4.21 dependencies: camelcase-css: 2.0.1 - postcss: 8.4.21 + postcss: 8.4.23 dev: true - /postcss-load-config/3.1.4_postcss@8.4.21: + /postcss-load-config/3.1.4_postcss@8.4.23: resolution: { integrity: sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg== @@ -7128,7 +7216,7 @@ packages: optional: true dependencies: lilconfig: 2.1.0 - postcss: 8.4.21 + postcss: 8.4.23 yaml: 1.10.2 dev: true @@ -7139,7 +7227,7 @@ packages: } dev: true - /postcss-merge-longhand/5.1.7_postcss@8.4.21: + /postcss-merge-longhand/5.1.7_postcss@8.4.23: resolution: { integrity: sha512-YCI9gZB+PLNskrK0BB3/2OzPnGhPkBEwmwhfYk1ilBHYVAZB7/tkTHFBAnCrvBBOmeYyMYw3DMjT55SyxMBzjQ== @@ -7148,12 +7236,12 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.21 + postcss: 8.4.23 postcss-value-parser: 4.2.0 - stylehacks: 5.1.1_postcss@8.4.21 + stylehacks: 5.1.1_postcss@8.4.23 dev: true - /postcss-merge-longhand/6.0.0_postcss@8.4.21: + /postcss-merge-longhand/6.0.0_postcss@8.4.23: resolution: { integrity: sha512-4VSfd1lvGkLTLYcxFuISDtWUfFS4zXe0FpF149AyziftPFQIWxjvFSKhA4MIxMe4XM3yTDgQMbSNgzIVxChbIg== @@ -7162,12 +7250,12 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.21 + postcss: 8.4.23 postcss-value-parser: 4.2.0 - stylehacks: 6.0.0_postcss@8.4.21 + stylehacks: 6.0.0_postcss@8.4.23 dev: true - /postcss-merge-rules/5.1.4_postcss@8.4.21: + /postcss-merge-rules/5.1.4_postcss@8.4.23: resolution: { integrity: sha512-0R2IuYpgU93y9lhVbO/OylTtKMVcHb67zjWIfCiKR9rWL3GUk1677LAqD/BcHizukdZEjT8Ru3oHRoAYoJy44g== @@ -7178,12 +7266,12 @@ packages: dependencies: browserslist: 4.21.5 caniuse-api: 3.0.0 - cssnano-utils: 3.1.0_postcss@8.4.21 - postcss: 8.4.21 + cssnano-utils: 3.1.0_postcss@8.4.23 + postcss: 8.4.23 postcss-selector-parser: 6.0.11 dev: true - /postcss-merge-rules/6.0.0_postcss@8.4.21: + /postcss-merge-rules/6.0.0_postcss@8.4.23: resolution: { integrity: sha512-rCXkklftzEkniyv3f4mRCQzxD6oE4Quyh61uyWTUbCJ26Pv2hoz+fivJSsSBWxDBeScR4fKCfF3HHTcD7Ybqnw== @@ -7194,12 +7282,12 @@ packages: dependencies: browserslist: 4.21.5 caniuse-api: 3.0.0 - cssnano-utils: 4.0.0_postcss@8.4.21 - postcss: 8.4.21 + cssnano-utils: 4.0.0_postcss@8.4.23 + postcss: 8.4.23 postcss-selector-parser: 6.0.11 dev: true - /postcss-minify-font-values/5.1.0_postcss@8.4.21: + /postcss-minify-font-values/5.1.0_postcss@8.4.23: resolution: { integrity: sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA== @@ -7208,11 +7296,11 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.21 + postcss: 8.4.23 postcss-value-parser: 4.2.0 dev: true - /postcss-minify-font-values/6.0.0_postcss@8.4.21: + /postcss-minify-font-values/6.0.0_postcss@8.4.23: resolution: { integrity: sha512-zNRAVtyh5E8ndZEYXA4WS8ZYsAp798HiIQ1V2UF/C/munLp2r1UGHwf1+6JFu7hdEhJFN+W1WJQKBrtjhFgEnA== @@ -7221,11 +7309,11 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.21 + postcss: 8.4.23 postcss-value-parser: 4.2.0 dev: true - /postcss-minify-gradients/5.1.1_postcss@8.4.21: + /postcss-minify-gradients/5.1.1_postcss@8.4.23: resolution: { integrity: sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw== @@ -7235,12 +7323,12 @@ packages: postcss: ^8.2.15 dependencies: colord: 2.9.3 - cssnano-utils: 3.1.0_postcss@8.4.21 - postcss: 8.4.21 + cssnano-utils: 3.1.0_postcss@8.4.23 + postcss: 8.4.23 postcss-value-parser: 4.2.0 dev: true - /postcss-minify-gradients/6.0.0_postcss@8.4.21: + /postcss-minify-gradients/6.0.0_postcss@8.4.23: resolution: { integrity: sha512-wO0F6YfVAR+K1xVxF53ueZJza3L+R3E6cp0VwuXJQejnNUH0DjcAFe3JEBeTY1dLwGa0NlDWueCA1VlEfiKgAA== @@ -7250,12 +7338,12 @@ packages: postcss: ^8.2.15 dependencies: colord: 2.9.3 - cssnano-utils: 4.0.0_postcss@8.4.21 - postcss: 8.4.21 + cssnano-utils: 4.0.0_postcss@8.4.23 + postcss: 8.4.23 postcss-value-parser: 4.2.0 dev: true - /postcss-minify-params/5.1.4_postcss@8.4.21: + /postcss-minify-params/5.1.4_postcss@8.4.23: resolution: { integrity: sha512-+mePA3MgdmVmv6g+30rn57USjOGSAyuxUmkfiWpzalZ8aiBkdPYjXWtHuwJGm1v5Ojy0Z0LaSYhHaLJQB0P8Jw== @@ -7265,12 +7353,12 @@ packages: postcss: ^8.2.15 dependencies: browserslist: 4.21.5 - cssnano-utils: 3.1.0_postcss@8.4.21 - postcss: 8.4.21 + cssnano-utils: 3.1.0_postcss@8.4.23 + postcss: 8.4.23 postcss-value-parser: 4.2.0 dev: true - /postcss-minify-params/6.0.0_postcss@8.4.21: + /postcss-minify-params/6.0.0_postcss@8.4.23: resolution: { integrity: sha512-Fz/wMQDveiS0n5JPcvsMeyNXOIMrwF88n7196puSuQSWSa+/Ofc1gDOSY2xi8+A4PqB5dlYCKk/WfqKqsI+ReQ== @@ -7280,12 +7368,12 @@ packages: postcss: ^8.2.15 dependencies: browserslist: 4.21.5 - cssnano-utils: 4.0.0_postcss@8.4.21 - postcss: 8.4.21 + cssnano-utils: 4.0.0_postcss@8.4.23 + postcss: 8.4.23 postcss-value-parser: 4.2.0 dev: true - /postcss-minify-selectors/5.2.1_postcss@8.4.21: + /postcss-minify-selectors/5.2.1_postcss@8.4.23: resolution: { integrity: sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg== @@ -7294,11 +7382,11 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.21 + postcss: 8.4.23 postcss-selector-parser: 6.0.11 dev: true - /postcss-minify-selectors/6.0.0_postcss@8.4.21: + /postcss-minify-selectors/6.0.0_postcss@8.4.23: resolution: { integrity: sha512-ec/q9JNCOC2CRDNnypipGfOhbYPuUkewGwLnbv6omue/PSASbHSU7s6uSQ0tcFRVv731oMIx8k0SP4ZX6be/0g== @@ -7307,11 +7395,11 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.21 + postcss: 8.4.23 postcss-selector-parser: 6.0.11 dev: true - /postcss-nested/6.0.0_postcss@8.4.21: + /postcss-nested/6.0.0_postcss@8.4.23: resolution: { integrity: sha512-0DkamqrPcmkBDsLn+vQDIrtkSbNkv5AD/M322ySo9kqFkCIYklym2xEmWkwo+Y3/qZo34tzEPNUw4y7yMCdv5w== @@ -7320,11 +7408,11 @@ packages: peerDependencies: postcss: ^8.2.14 dependencies: - postcss: 8.4.21 + postcss: 8.4.23 postcss-selector-parser: 6.0.11 dev: true - /postcss-normalize-charset/5.1.0_postcss@8.4.21: + /postcss-normalize-charset/5.1.0_postcss@8.4.23: resolution: { integrity: sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg== @@ -7333,10 +7421,10 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.21 + postcss: 8.4.23 dev: true - /postcss-normalize-charset/6.0.0_postcss@8.4.21: + /postcss-normalize-charset/6.0.0_postcss@8.4.23: resolution: { integrity: sha512-cqundwChbu8yO/gSWkuFDmKrCZ2vJzDAocheT2JTd0sFNA4HMGoKMfbk2B+J0OmO0t5GUkiAkSM5yF2rSLUjgQ== @@ -7345,10 +7433,10 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.21 + postcss: 8.4.23 dev: true - /postcss-normalize-display-values/5.1.0_postcss@8.4.21: + /postcss-normalize-display-values/5.1.0_postcss@8.4.23: resolution: { integrity: sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA== @@ -7357,11 +7445,11 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.21 + postcss: 8.4.23 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-display-values/6.0.0_postcss@8.4.21: + /postcss-normalize-display-values/6.0.0_postcss@8.4.23: resolution: { integrity: sha512-Qyt5kMrvy7dJRO3OjF7zkotGfuYALETZE+4lk66sziWSPzlBEt7FrUshV6VLECkI4EN8Z863O6Nci4NXQGNzYw== @@ -7370,11 +7458,11 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.21 + postcss: 8.4.23 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-positions/5.1.1_postcss@8.4.21: + /postcss-normalize-positions/5.1.1_postcss@8.4.23: resolution: { integrity: sha512-6UpCb0G4eofTCQLFVuI3EVNZzBNPiIKcA1AKVka+31fTVySphr3VUgAIULBhxZkKgwLImhzMR2Bw1ORK+37INg== @@ -7383,11 +7471,11 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.21 + postcss: 8.4.23 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-positions/6.0.0_postcss@8.4.21: + /postcss-normalize-positions/6.0.0_postcss@8.4.23: resolution: { integrity: sha512-mPCzhSV8+30FZyWhxi6UoVRYd3ZBJgTRly4hOkaSifo0H+pjDYcii/aVT4YE6QpOil15a5uiv6ftnY3rm0igPg== @@ -7396,11 +7484,11 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.21 + postcss: 8.4.23 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-repeat-style/5.1.1_postcss@8.4.21: + /postcss-normalize-repeat-style/5.1.1_postcss@8.4.23: resolution: { integrity: sha512-mFpLspGWkQtBcWIRFLmewo8aC3ImN2i/J3v8YCFUwDnPu3Xz4rLohDO26lGjwNsQxB3YF0KKRwspGzE2JEuS0g== @@ -7409,11 +7497,11 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.21 + postcss: 8.4.23 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-repeat-style/6.0.0_postcss@8.4.21: + /postcss-normalize-repeat-style/6.0.0_postcss@8.4.23: resolution: { integrity: sha512-50W5JWEBiOOAez2AKBh4kRFm2uhrT3O1Uwdxz7k24aKtbD83vqmcVG7zoIwo6xI2FZ/HDlbrCopXhLeTpQib1A== @@ -7422,11 +7510,11 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.21 + postcss: 8.4.23 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-string/5.1.0_postcss@8.4.21: + /postcss-normalize-string/5.1.0_postcss@8.4.23: resolution: { integrity: sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w== @@ -7435,11 +7523,11 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.21 + postcss: 8.4.23 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-string/6.0.0_postcss@8.4.21: + /postcss-normalize-string/6.0.0_postcss@8.4.23: resolution: { integrity: sha512-KWkIB7TrPOiqb8ZZz6homet2KWKJwIlysF5ICPZrXAylGe2hzX/HSf4NTX2rRPJMAtlRsj/yfkrWGavFuB+c0w== @@ -7448,11 +7536,11 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.21 + postcss: 8.4.23 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-timing-functions/5.1.0_postcss@8.4.21: + /postcss-normalize-timing-functions/5.1.0_postcss@8.4.23: resolution: { integrity: sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg== @@ -7461,11 +7549,11 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.21 + postcss: 8.4.23 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-timing-functions/6.0.0_postcss@8.4.21: + /postcss-normalize-timing-functions/6.0.0_postcss@8.4.23: resolution: { integrity: sha512-tpIXWciXBp5CiFs8sem90IWlw76FV4oi6QEWfQwyeREVwUy39VSeSqjAT7X0Qw650yAimYW5gkl2Gd871N5SQg== @@ -7474,11 +7562,11 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.21 + postcss: 8.4.23 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-unicode/5.1.1_postcss@8.4.21: + /postcss-normalize-unicode/5.1.1_postcss@8.4.23: resolution: { integrity: sha512-qnCL5jzkNUmKVhZoENp1mJiGNPcsJCs1aaRmURmeJGES23Z/ajaln+EPTD+rBeNkSryI+2WTdW+lwcVdOikrpA== @@ -7488,11 +7576,11 @@ packages: postcss: ^8.2.15 dependencies: browserslist: 4.21.5 - postcss: 8.4.21 + postcss: 8.4.23 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-unicode/6.0.0_postcss@8.4.21: + /postcss-normalize-unicode/6.0.0_postcss@8.4.23: resolution: { integrity: sha512-ui5crYkb5ubEUDugDc786L/Me+DXp2dLg3fVJbqyAl0VPkAeALyAijF2zOsnZyaS1HyfPuMH0DwyY18VMFVNkg== @@ -7502,11 +7590,11 @@ packages: postcss: ^8.2.15 dependencies: browserslist: 4.21.5 - postcss: 8.4.21 + postcss: 8.4.23 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-url/5.1.0_postcss@8.4.21: + /postcss-normalize-url/5.1.0_postcss@8.4.23: resolution: { integrity: sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew== @@ -7516,11 +7604,11 @@ packages: postcss: ^8.2.15 dependencies: normalize-url: 6.1.0 - postcss: 8.4.21 + postcss: 8.4.23 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-url/6.0.0_postcss@8.4.21: + /postcss-normalize-url/6.0.0_postcss@8.4.23: resolution: { integrity: sha512-98mvh2QzIPbb02YDIrYvAg4OUzGH7s1ZgHlD3fIdTHLgPLRpv1ZTKJDnSAKr4Rt21ZQFzwhGMXxpXlfrUBKFHw== @@ -7529,11 +7617,11 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.21 + postcss: 8.4.23 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-whitespace/5.1.1_postcss@8.4.21: + /postcss-normalize-whitespace/5.1.1_postcss@8.4.23: resolution: { integrity: sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA== @@ -7542,11 +7630,11 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.21 + postcss: 8.4.23 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-whitespace/6.0.0_postcss@8.4.21: + /postcss-normalize-whitespace/6.0.0_postcss@8.4.23: resolution: { integrity: sha512-7cfE1AyLiK0+ZBG6FmLziJzqQCpTQY+8XjMhMAz8WSBSCsCNNUKujgIgjCAmDT3cJ+3zjTXFkoD15ZPsckArVw== @@ -7555,11 +7643,11 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.21 + postcss: 8.4.23 postcss-value-parser: 4.2.0 dev: true - /postcss-ordered-values/5.1.3_postcss@8.4.21: + /postcss-ordered-values/5.1.3_postcss@8.4.23: resolution: { integrity: sha512-9UO79VUhPwEkzbb3RNpqqghc6lcYej1aveQteWY+4POIwlqkYE21HKWaLDF6lWNuqCobEAyTovVhtI32Rbv2RQ== @@ -7568,12 +7656,12 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - cssnano-utils: 3.1.0_postcss@8.4.21 - postcss: 8.4.21 + cssnano-utils: 3.1.0_postcss@8.4.23 + postcss: 8.4.23 postcss-value-parser: 4.2.0 dev: true - /postcss-ordered-values/6.0.0_postcss@8.4.21: + /postcss-ordered-values/6.0.0_postcss@8.4.23: resolution: { integrity: sha512-K36XzUDpvfG/nWkjs6d1hRBydeIxGpKS2+n+ywlKPzx1nMYDYpoGbcjhj5AwVYJK1qV2/SDoDEnHzlPD6s3nMg== @@ -7582,12 +7670,12 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - cssnano-utils: 4.0.0_postcss@8.4.21 - postcss: 8.4.21 + cssnano-utils: 4.0.0_postcss@8.4.23 + postcss: 8.4.23 postcss-value-parser: 4.2.0 dev: true - /postcss-reduce-initial/5.1.2_postcss@8.4.21: + /postcss-reduce-initial/5.1.2_postcss@8.4.23: resolution: { integrity: sha512-dE/y2XRaqAi6OvjzD22pjTUQ8eOfc6m/natGHgKFBK9DxFmIm69YmaRVQrGgFlEfc1HePIurY0TmDeROK05rIg== @@ -7598,10 +7686,10 @@ packages: dependencies: browserslist: 4.21.5 caniuse-api: 3.0.0 - postcss: 8.4.21 + postcss: 8.4.23 dev: true - /postcss-reduce-initial/6.0.0_postcss@8.4.21: + /postcss-reduce-initial/6.0.0_postcss@8.4.23: resolution: { integrity: sha512-s2UOnidpVuXu6JiiI5U+fV2jamAw5YNA9Fdi/GRK0zLDLCfXmSGqQtzpUPtfN66RtCbb9fFHoyZdQaxOB3WxVA== @@ -7612,10 +7700,10 @@ packages: dependencies: browserslist: 4.21.5 caniuse-api: 3.0.0 - postcss: 8.4.21 + postcss: 8.4.23 dev: true - /postcss-reduce-transforms/5.1.0_postcss@8.4.21: + /postcss-reduce-transforms/5.1.0_postcss@8.4.23: resolution: { integrity: sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ== @@ -7624,11 +7712,11 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.21 + postcss: 8.4.23 postcss-value-parser: 4.2.0 dev: true - /postcss-reduce-transforms/6.0.0_postcss@8.4.21: + /postcss-reduce-transforms/6.0.0_postcss@8.4.23: resolution: { integrity: sha512-FQ9f6xM1homnuy1wLe9lP1wujzxnwt1EwiigtWwuyf8FsqqXUDUp2Ulxf9A5yjlUOTdCJO6lonYjg1mgqIIi2w== @@ -7637,7 +7725,7 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.21 + postcss: 8.4.23 postcss-value-parser: 4.2.0 dev: true @@ -7648,7 +7736,7 @@ packages: } dev: true - /postcss-safe-parser/6.0.0_postcss@8.4.21: + /postcss-safe-parser/6.0.0_postcss@8.4.23: resolution: { integrity: sha512-FARHN8pwH+WiS2OPCxJI8FuRJpTVnn6ZNFiqAM2aeW2LwTHWWmWgIyKC6cUo0L8aeKiF/14MNvnpls6R2PBeMQ== @@ -7657,10 +7745,10 @@ packages: peerDependencies: postcss: ^8.3.3 dependencies: - postcss: 8.4.21 + postcss: 8.4.23 dev: true - /postcss-scss/4.0.6_postcss@8.4.21: + /postcss-scss/4.0.6_postcss@8.4.23: resolution: { integrity: sha512-rLDPhJY4z/i4nVFZ27j9GqLxj1pwxE80eAzUNRMXtcpipFYIeowerzBgG3yJhMtObGEXidtIgbUpQ3eLDsf5OQ== @@ -7669,7 +7757,7 @@ packages: peerDependencies: postcss: ^8.4.19 dependencies: - postcss: 8.4.21 + postcss: 8.4.23 dev: true /postcss-selector-parser/6.0.11: @@ -7683,7 +7771,7 @@ packages: util-deprecate: 1.0.2 dev: true - /postcss-sorting/7.0.1_postcss@8.4.21: + /postcss-sorting/7.0.1_postcss@8.4.23: resolution: { integrity: sha512-iLBFYz6VRYyLJEJsBJ8M3TCqNcckVzz4wFounSc5Oez35ogE/X+aoC5fFu103Ot7NyvjU3/xqIXn93Gp3kJk4g== @@ -7691,10 +7779,10 @@ packages: peerDependencies: postcss: ^8.3.9 dependencies: - postcss: 8.4.21 + postcss: 8.4.23 dev: true - /postcss-svgo/5.1.0_postcss@8.4.21: + /postcss-svgo/5.1.0_postcss@8.4.23: resolution: { integrity: sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA== @@ -7703,12 +7791,12 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.21 + postcss: 8.4.23 postcss-value-parser: 4.2.0 svgo: 2.8.0 dev: true - /postcss-svgo/6.0.0_postcss@8.4.21: + /postcss-svgo/6.0.0_postcss@8.4.23: resolution: { integrity: sha512-r9zvj/wGAoAIodn84dR/kFqwhINp5YsJkLoujybWG59grR/IHx+uQ2Zo+IcOwM0jskfYX3R0mo+1Kip1VSNcvw== @@ -7717,12 +7805,12 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.21 + postcss: 8.4.23 postcss-value-parser: 4.2.0 svgo: 3.0.2 dev: true - /postcss-unique-selectors/5.1.1_postcss@8.4.21: + /postcss-unique-selectors/5.1.1_postcss@8.4.23: resolution: { integrity: sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA== @@ -7731,11 +7819,11 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.21 + postcss: 8.4.23 postcss-selector-parser: 6.0.11 dev: true - /postcss-unique-selectors/6.0.0_postcss@8.4.21: + /postcss-unique-selectors/6.0.0_postcss@8.4.23: resolution: { integrity: sha512-EPQzpZNxOxP7777t73RQpZE5e9TrnCrkvp7AH7a0l89JmZiPnS82y216JowHXwpBCQitfyxrof9TK3rYbi7/Yw== @@ -7744,7 +7832,7 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.21 + postcss: 8.4.23 postcss-selector-parser: 6.0.11 dev: true @@ -7755,21 +7843,21 @@ packages: } dev: true - /postcss/8.4.21: + /postcss/8.4.23: resolution: { - integrity: sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg== + integrity: sha512-bQ3qMcpF6A/YjR55xtoTr0jGOlnPOKAIMdOWiv0EIT6HVPEaJiJB4NLljSbiHoC2RX7DN5Uvjtpbg1NPdwv1oA== } engines: { node: ^10 || ^12 || >=14 } dependencies: - nanoid: 3.3.4 + nanoid: 3.3.6 picocolors: 1.0.0 source-map-js: 1.0.2 - /preact/10.11.3: + /preact/10.13.2: resolution: { - integrity: sha512-eY93IVpod/zG3uMF22Unl8h9KkrcKIRs2EGar8hwLZZDU1lkjph303V9HZBwufh2s736U6VXuhD109LYqPoffg== + integrity: sha512-q44QFLhOhty2Bd0Y46fnYW0gD/cbVM9dUVtNTDKPcdXSMA7jfY+Jpd6rk3GB0lcQss0z5s/6CmVP0Z/hV+g6pw== } dev: false @@ -7799,16 +7887,16 @@ packages: fast-diff: 1.2.0 dev: true - /prettier/2.8.2: + /prettier/2.8.7: resolution: { - integrity: sha512-BtRV9BcncDyI2tsuS19zzhzoxD8Dh8LiCx7j7tHzrkz8GFXAexeWFdi22mjE1d16dftH2qNaytVxqiRTGlMfpw== + integrity: sha512-yPngTo3aXUUmyuTjeTUT75txrf+aMh9FiD7q9ZE/i6r0bPb22g4FsE6Y338PQX1bmfy08i9QQCB7/rcUAVntfw== } engines: { node: ">=10.13.0" } hasBin: true dev: true - /pretty-quick/3.1.1_prettier@2.8.2: + /pretty-quick/3.1.1_prettier@2.8.7: resolution: { integrity: sha512-ZYLGiMoV2jcaas3vTJrLvKAYsxDoXQBUn8OSTxkl67Fyov9lyXivJTl0+2WVh+y6EovGcw7Lm5ThYpH+Sh3XxQ== @@ -7824,7 +7912,7 @@ packages: ignore: 5.2.4 mri: 1.2.0 multimatch: 4.0.0 - prettier: 2.8.2 + prettier: 2.8.7 dev: true /prismjs/1.29.0: @@ -7860,10 +7948,10 @@ packages: once: 1.4.0 dev: true - /punycode/2.1.1: + /punycode/2.3.0: resolution: { - integrity: sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A== + integrity: sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA== } engines: { node: ">=6" } dev: true @@ -7884,16 +7972,16 @@ packages: engines: { node: ">=10.13.0" } hasBin: true dependencies: - dijkstrajs: 1.0.2 + dijkstrajs: 1.0.3 encode-utf8: 1.0.3 pngjs: 5.0.0 yargs: 15.4.1 dev: false - /qs/6.11.0: + /qs/6.11.1: resolution: { - integrity: sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q== + integrity: sha512-0wsrzgTz/kAVIeuxSjnpGC56rzYtr6JT/2BwEvMaPhFIoYa1aGO8LbzuU1R0uUYQkLpWBTOj0l/CLAJB64J6nQ== } engines: { node: ">=0.6" } dependencies: @@ -7957,10 +8045,10 @@ packages: type-fest: 0.6.0 dev: true - /readable-stream/3.6.0: + /readable-stream/3.6.2: resolution: { - integrity: sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA== + integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA== } engines: { node: ">= 6" } dependencies: @@ -7997,14 +8085,6 @@ packages: } dev: false - /regexpp/3.2.0: - resolution: - { - integrity: sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg== - } - engines: { node: ">=8" } - dev: true - /require-directory/2.1.1: resolution: { @@ -8053,14 +8133,14 @@ packages: global-dirs: 0.1.1 dev: true - /resolve/1.22.1: + /resolve/1.22.2: resolution: { - integrity: sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw== + integrity: sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g== } hasBin: true dependencies: - is-core-module: 2.11.0 + is-core-module: 2.12.0 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 dev: true @@ -8116,7 +8196,7 @@ packages: engines: { node: ">=14" } hasBin: true dependencies: - glob: 9.3.2 + glob: 9.3.5 dev: true /rollup-plugin-external-globals/0.6.1: @@ -8149,16 +8229,16 @@ packages: rollup: optional: true dependencies: - open: 8.4.0 + open: 8.4.2 picomatch: 2.3.1 source-map: 0.7.4 - yargs: 17.6.2 + yargs: 17.7.1 dev: true - /rollup/3.20.2: + /rollup/3.20.6: resolution: { - integrity: sha512-3zwkBQl7Ai7MFYQE0y1MeQ15+9jsi7XxfrqwTb/9EK8D9C9+//EBR4M+CuA1KODRaNbFez/lWxA5vhEGZp4MUg== + integrity: sha512-2yEB3nQXp/tBQDN0hJScJQheXdvU2wFhh6ld7K/aiZ1vYcak6N/BKjY1QrU6BvO2JWYS8bEs14FRaxXosxy2zw== } engines: { node: ">=14.18.0", npm: ">=8.0.0" } hasBin: true @@ -8181,7 +8261,7 @@ packages: integrity: sha512-F2+gxDshqmIub1KdvZkaEfGDwLNpPvk9Fs6LD/MyQxNgMds/WH9OdDDXOmxUZpME+iSK3rQCctkL0DYyytUqMg== } dependencies: - tslib: 2.4.1 + tslib: 2.5.0 dev: true /safe-buffer/5.2.1: @@ -8191,7 +8271,7 @@ packages: } dev: true - /sass-loader/13.2.2_sass@1.60.0: + /sass-loader/13.2.2_sass@1.62.0: resolution: { integrity: sha512-nrIdVAAte3B9icfBiGWvmMhT/D+eCDwnk+yA7VE/76dp/WkHX+i44Q/pfo71NYbwj0Ap+PGsn0ekOuU1WFJ2AA== @@ -8217,15 +8297,15 @@ packages: dependencies: klona: 2.0.6 neo-async: 2.6.2 - sass: 1.60.0 + sass: 1.62.0 dev: true - /sass/1.60.0: + /sass/1.62.0: resolution: { - integrity: sha512-updbwW6fNb5gGm8qMXzVO7V4sWf7LMXnMly/JEyfbfERbVH46Fn6q02BX7/eHTdKpE7d+oTkMMQpFWNUMfFbgQ== + integrity: sha512-Q4USplo4pLYgCi+XlipZCWUQz5pkg/ruSSgJ0WRDSb/+3z9tXUOkQ7QPYn4XrhZKYAK4HlpaQecRwKLJX6+DBg== } - engines: { node: ">=12.0.0" } + engines: { node: ">=14.0.0" } hasBin: true dependencies: chokidar: 3.5.3 @@ -8276,10 +8356,10 @@ packages: lru-cache: 6.0.0 dev: true - /semver/7.3.8: + /semver/7.5.0: resolution: { - integrity: sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A== + integrity: sha512-+XC0AD/R7Q2mPSRuy2Id0+CGTZ98+8f+KvwirxOKIEyid+XSx6HbC63p+O4IndTHuX5Z+JxQ0TghCkO5Cg/2HA== } engines: { node: ">=10" } hasBin: true @@ -8319,8 +8399,8 @@ packages: } dependencies: call-bind: 1.0.2 - get-intrinsic: 1.1.3 - object-inspect: 1.12.2 + get-intrinsic: 1.2.0 + object-inspect: 1.12.3 dev: false /signal-exit/3.0.7: @@ -8365,7 +8445,7 @@ packages: integrity: sha512-/nJwTswQgnRurpK+bGJFH1oM7naD5qDmHd89JyiKNT2oOKD8marW0QSBtuFnwEbL5aGCS8AmrhXQgNOsn4osAw== } dependencies: - immer: 9.0.17 + immer: 9.0.21 is-plain-object: 5.0.0 tiny-warning: 1.0.3 dev: false @@ -8433,16 +8513,6 @@ packages: source-map: 0.6.1 dev: true - /source-map/0.1.43: - resolution: - { - integrity: sha512-VtCvB9SIQhk3aF6h+N85EaqIaBFIAfZ9Cu+NJHHVvc8BbEcnvDcFw6sqQ2dQrT6SlOrZq3tIvyD9+EGq/lJryQ== - } - engines: { node: ">=0.8.0" } - dependencies: - amdefine: 1.0.1 - dev: false - /source-map/0.6.1: resolution: { @@ -8465,14 +8535,14 @@ packages: } deprecated: Please use @jridgewell/sourcemap-codec instead - /spdx-correct/3.1.1: + /spdx-correct/3.2.0: resolution: { - integrity: sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w== + integrity: sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA== } dependencies: spdx-expression-parse: 3.0.1 - spdx-license-ids: 3.0.12 + spdx-license-ids: 3.0.13 dev: true /spdx-exceptions/2.3.0: @@ -8489,13 +8559,13 @@ packages: } dependencies: spdx-exceptions: 2.3.0 - spdx-license-ids: 3.0.12 + spdx-license-ids: 3.0.13 dev: true - /spdx-license-ids/3.0.12: + /spdx-license-ids/3.0.13: resolution: { - integrity: sha512-rr+VVSXtRhO4OHbXUiAF7xW3Bo9DuuF6C5jH+q/x15j2jniycgKbxU09Hr0WqlSLUs4i4ltHGXqTe7VHclYWyA== + integrity: sha512-XkD+zwiqXHikFZm4AX/7JSCXA98U5Db4AFd5XUg/+9UNtnH75+Z9KxtpYiJZx36mUDVOwH83pl7yvCer6ewM3w== } dev: true @@ -8505,7 +8575,7 @@ packages: integrity: sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg== } dependencies: - readable-stream: 3.6.0 + readable-stream: 3.6.2 dev: true /ssf/0.11.2: @@ -8647,7 +8717,7 @@ packages: tslib: 2.4.0 dev: false - /stylehacks/5.1.1_postcss@8.4.21: + /stylehacks/5.1.1_postcss@8.4.23: resolution: { integrity: sha512-sBpcd5Hx7G6seo7b1LkpttvTz7ikD0LlH5RmdcBNb6fFR0Fl7LQwHDFr300q4cwUqi+IYrFGmsIHieMBfnN/Bw== @@ -8657,11 +8727,11 @@ packages: postcss: ^8.2.15 dependencies: browserslist: 4.21.5 - postcss: 8.4.21 + postcss: 8.4.23 postcss-selector-parser: 6.0.11 dev: true - /stylehacks/6.0.0_postcss@8.4.21: + /stylehacks/6.0.0_postcss@8.4.23: resolution: { integrity: sha512-+UT589qhHPwz6mTlCLSt/vMNTJx8dopeJlZAlBMJPWA3ORqu6wmQY7FBXf+qD+FsqoBJODyqNxOUP3jdntFRdw== @@ -8671,7 +8741,7 @@ packages: postcss: ^8.2.15 dependencies: browserslist: 4.21.5 - postcss: 8.4.21 + postcss: 8.4.23 postcss-selector-parser: 6.0.11 dev: true @@ -8689,15 +8759,15 @@ packages: stylelint: 14.16.1 dev: true - /stylelint-config-prettier/9.0.4_stylelint@14.16.1: + /stylelint-config-prettier/9.0.5_stylelint@14.16.1: resolution: { - integrity: sha512-38nIGTGpFOiK5LjJ8Ma1yUgpKENxoKSOhbDNSemY7Ep0VsJoXIW9Iq/2hSt699oB9tReynfWicTAoIHiq8Rvbg== + integrity: sha512-U44lELgLZhbAD/xy/vncZ2Pq8sh2TnpiPvo38Ifg9+zeioR+LAkHu0i6YORIOxFafZoVg0xqQwex6e6F25S5XA== } engines: { node: ">= 12" } hasBin: true peerDependencies: - stylelint: ">=11.0.0" + stylelint: ">= 11.x < 15" dependencies: stylelint: 14.16.1 dev: true @@ -8733,8 +8803,8 @@ packages: peerDependencies: stylelint: ^14.0.0 dependencies: - postcss: 8.4.21 - postcss-sorting: 7.0.1_postcss@8.4.21 + postcss: 8.4.23 + postcss-sorting: 7.0.1_postcss@8.4.23 stylelint: 14.16.1 dev: true @@ -8746,7 +8816,7 @@ packages: engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } hasBin: true dependencies: - "@csstools/selector-specificity": 2.0.2_wajs5nedgkikc5pcuwett7legi + "@csstools/selector-specificity": 2.2.0_laljekdltgzr3kfi7r4exvsr5a balanced-match: 2.0.0 colord: 2.9.3 cosmiconfig: 7.1.0 @@ -8758,7 +8828,7 @@ packages: global-modules: 2.0.0 globby: 11.1.0 globjoin: 0.1.4 - html-tags: 3.2.0 + html-tags: 3.3.1 ignore: 5.2.4 import-lazy: 4.0.0 imurmurhash: 0.1.4 @@ -8769,10 +8839,10 @@ packages: micromatch: 4.0.5 normalize-path: 3.0.0 picocolors: 1.0.0 - postcss: 8.4.21 + postcss: 8.4.23 postcss-media-query-parser: 0.2.3 postcss-resolve-nested-selector: 0.1.1 - postcss-safe-parser: 6.0.0_postcss@8.4.21 + postcss-safe-parser: 6.0.0_postcss@8.4.23 postcss-selector-parser: 6.0.11 postcss-value-parser: 4.2.0 resolve-from: 5.0.0 @@ -8788,6 +8858,23 @@ packages: - supports-color dev: true + /sucrase/3.32.0: + resolution: + { + integrity: sha512-ydQOU34rpSyj2TGyz4D2p8rbktIOZ8QY9s+DGLvFU1i5pWJE8vkpruCjGCMHsdXwnD7JDcS+noSwM/a7zyNFDQ== + } + engines: { node: ">=8" } + hasBin: true + dependencies: + "@jridgewell/gen-mapping": 0.3.3 + commander: 4.1.1 + glob: 7.1.6 + lines-and-columns: 1.2.4 + mz: 2.7.0 + pirates: 4.0.5 + ts-interface-checker: 0.1.13 + dev: true + /supports-color/5.5.0: resolution: { @@ -8796,6 +8883,7 @@ packages: engines: { node: ">=4" } dependencies: has-flag: 3.0.0 + dev: true /supports-color/7.2.0: resolution: @@ -8866,10 +8954,10 @@ packages: picocolors: 1.0.0 dev: true - /swiper/9.1.0: + /swiper/9.2.3: resolution: { - integrity: sha512-Ck8CywwfUghkbUAHbxTAWyeUAcNrIDNJ6EnKFBGGcHDjeqbh0Jq08RbmD5fMu1a0oOv1eIkUGVkqNJy/asm+yA== + integrity: sha512-hxqcjIsYPP1fv+KIXPqGywl6ik8RBp0y0i9+TOIh55ca6SpZ5FrgNJ4QXPhsl6mlSBMEYPmh5zOKtZpI8zpWeQ== } engines: { node: ">= 4.7.0" } dependencies: @@ -8890,10 +8978,10 @@ packages: strip-ansi: 6.0.1 dev: true - /tailwindcss/3.2.7_postcss@8.4.21: + /tailwindcss/3.3.1_postcss@8.4.23: resolution: { - integrity: sha512-B6DLqJzc21x7wntlH/GsZwEXTBttVSl1FtCzC8WP4oBc/NKef7kaax5jeihkkCEWc831/5NDJ9gRNDK6NEioQQ== + integrity: sha512-Vkiouc41d4CEq0ujXl6oiGFQ7bA3WEhUZdTgXAhtKxSy49OmKs8rEfQmupsfF0IGW8fv2iQkp1EVUuapCFrZ9g== } engines: { node: ">=12.13.0" } hasBin: true @@ -8903,40 +8991,41 @@ packages: arg: 5.0.2 chokidar: 3.5.3 color-name: 1.1.4 - detective: 5.2.1 didyoumean: 1.2.2 dlv: 1.1.3 fast-glob: 3.2.12 glob-parent: 6.0.2 is-glob: 4.0.3 - lilconfig: 2.0.6 + jiti: 1.18.2 + lilconfig: 2.1.0 micromatch: 4.0.5 normalize-path: 3.0.0 object-hash: 3.0.0 picocolors: 1.0.0 - postcss: 8.4.21 - postcss-import: 14.1.0_postcss@8.4.21 - postcss-js: 4.0.1_postcss@8.4.21 - postcss-load-config: 3.1.4_postcss@8.4.21 - postcss-nested: 6.0.0_postcss@8.4.21 + postcss: 8.4.23 + postcss-import: 14.1.0_postcss@8.4.23 + postcss-js: 4.0.1_postcss@8.4.23 + postcss-load-config: 3.1.4_postcss@8.4.23 + postcss-nested: 6.0.0_postcss@8.4.23 postcss-selector-parser: 6.0.11 postcss-value-parser: 4.2.0 quick-lru: 5.1.1 - resolve: 1.22.1 + resolve: 1.22.2 + sucrase: 3.32.0 transitivePeerDependencies: - ts-node dev: true - /terser/5.16.8: + /terser/5.17.1: resolution: { - integrity: sha512-QI5g1E/ef7d+PsDifb+a6nnVgC4F22Bg6T0xrBrz6iloVB4PUkkunp6V8nzoOOZJIzjWVdAGqCdlKlhLq/TbIA== + integrity: sha512-hVl35zClmpisy6oaoKALOpS0rDYLxRFLHhRuDlEGTKey9qHjS1w9GMORjuwIMt70Wan4lwsLYyWDVnWgF+KUEw== } engines: { node: ">=10" } hasBin: true dependencies: - "@jridgewell/source-map": 0.3.2 - acorn: 8.8.1 + "@jridgewell/source-map": 0.3.3 + acorn: 8.8.2 commander: 2.20.3 source-map-support: 0.5.21 dev: true @@ -8956,6 +9045,25 @@ packages: } dev: true + /thenify-all/1.6.0: + resolution: + { + integrity: sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA== + } + engines: { node: ">=0.8" } + dependencies: + thenify: 3.3.1 + dev: true + + /thenify/3.3.1: + resolution: + { + integrity: sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw== + } + dependencies: + any-promise: 1.3.0 + dev: true + /through/2.3.8: resolution: { @@ -8969,7 +9077,7 @@ packages: integrity: sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw== } dependencies: - readable-stream: 3.6.0 + readable-stream: 3.6.2 dev: true /tiny-warning/1.0.3: @@ -9004,6 +9112,13 @@ packages: engines: { node: ">=8" } dev: true + /ts-interface-checker/0.1.13: + resolution: + { + integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA== + } + dev: true + /ts-node/9.1.1_typescript@4.9.5: resolution: { @@ -9043,14 +9158,14 @@ packages: } dev: false - /tslib/2.4.1: + /tslib/2.5.0: resolution: { - integrity: sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA== + integrity: sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg== } dev: true - /tsutils/3.21.0_typescript@5.0.2: + /tsutils/3.21.0_typescript@5.0.4: resolution: { integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA== @@ -9060,7 +9175,7 @@ packages: typescript: ">=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta" dependencies: tslib: 1.14.1 - typescript: 5.0.2 + typescript: 5.0.4 dev: true /type-check/0.3.2: @@ -9154,40 +9269,14 @@ packages: hasBin: true dev: true - /typescript/5.0.2: + /typescript/5.0.4: resolution: { - integrity: sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw== + integrity: sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw== } engines: { node: ">=12.20" } hasBin: true - /unidragger/2.4.0: - resolution: - { - integrity: sha512-MueZK2oXuGE6OAlGKIrSXK2zCq+8yb1QUZgqyTDCSJzvwYL0g2Llrad+TtoQTYxtFnNyxxSw0IMnKNIgEMia1w== - } - dependencies: - unipointer: 2.4.0 - dev: false - - /unipointer/2.4.0: - resolution: - { - integrity: sha512-VjzDLPjGK7aYpQKH7bnDZS8X4axF5AFU/LQi+NQe1oyEHfaz6lWKhaQ7n4o7vJ1iJ4i2T0quCIfrQM139p05Sw== - } - dependencies: - ev-emitter: 1.1.1 - dev: false - - /universalify/0.1.2: - resolution: - { - integrity: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg== - } - engines: { node: ">= 4.0.0" } - dev: false - /universalify/2.0.0: resolution: { @@ -9204,34 +9293,22 @@ packages: engines: { node: ">= 0.8" } dev: true - /unplugin-vue-define-options/1.1.2_vue@3.2.47: + /unplugin-vue-define-options/1.1.6_vue@3.2.47: resolution: { - integrity: sha512-PMYp2m2V/AZPoXchSmo4iNuQm1RevRXbnTqpDPznbQ4Byohm/t2zIi2jlqaNI9PI4ORqP5wNPR8vLGOtEM1s5g== + integrity: sha512-0tzWFoEb4m8eJfLXrGB/3VlsWdZP74VKqTKHXWbX16BUPxNnDjl5EtgurV1wCdO8CPa56tlR7u3HdD45BMwjMg== } engines: { node: ">=14.19.0" } dependencies: "@rollup/pluginutils": 5.0.2 - "@vue-macros/common": 0.13.6_vue@3.2.47 + "@vue-macros/common": 0.15.0_vue@3.2.47 ast-walker-scope: 0.3.1 - unplugin: 1.0.1 + unplugin: 1.3.1 transitivePeerDependencies: - rollup - vue dev: true - /unplugin/1.0.1: - resolution: - { - integrity: sha512-aqrHaVBWW1JVKBHmGo33T5TxeL0qWzfvjWokObHA9bYmN7eNDkwOxmLjhioHl9878qDFMAaT51XNroRyuz7WxA== - } - dependencies: - acorn: 8.8.2 - chokidar: 3.5.3 - webpack-sources: 3.2.3 - webpack-virtual-modules: 0.5.0 - dev: true - /unplugin/1.3.1: resolution: { @@ -9244,10 +9321,10 @@ packages: webpack-virtual-modules: 0.5.0 dev: true - /update-browserslist-db/1.0.10_browserslist@4.21.5: + /update-browserslist-db/1.0.11_browserslist@4.21.5: resolution: { - integrity: sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ== + integrity: sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA== } hasBin: true peerDependencies: @@ -9264,7 +9341,7 @@ packages: integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg== } dependencies: - punycode: 2.1.1 + punycode: 2.3.0 dev: true /util-deprecate/1.0.2: @@ -9324,7 +9401,7 @@ packages: integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew== } dependencies: - spdx-correct: 3.1.1 + spdx-correct: 3.2.0 spdx-expression-parse: 3.0.1 dev: true @@ -9339,7 +9416,7 @@ packages: - rollup dev: true - /vite-plugin-compression/0.5.1_vite@4.2.1: + /vite-plugin-compression/0.5.1_vite@4.3.0: resolution: { integrity: sha512-5QJKBDc+gNYVqL/skgFAP81Yuzo9R+EAf19d+EtsMF/i8kFUpNi3J/H01QD3Oo8zBQn+NzoCIFkpPLynoOzaJg== @@ -9350,34 +9427,32 @@ packages: chalk: 4.1.2 debug: 4.3.4 fs-extra: 10.1.0 - vite: 4.2.1_xi6fywa3zgn4qscyv5g5hqi75y + vite: 4.3.0_cqpzs5hbkouedaevhhcyhnel4y transitivePeerDependencies: - supports-color dev: true - /vite-plugin-mock/2.9.6_mockjs@1.1.0+vite@4.2.1: + /vite-plugin-mock/2.9.8_mockjs@1.1.0+vite@4.3.0: resolution: { - integrity: sha512-/Rm59oPppe/ncbkSrUuAxIQihlI2YcBmnbR4ST1RA2VzM1C0tEQc1KlbQvnUGhXECAGTaQN2JyasiwXP6EtKgg== + integrity: sha512-YTQM5Sn7t+/DNOwTkr+W26QGTCk1PrDkhGHslTJ90lIPJhJtDTwuSkEYMAuLP9TcVQ/qExTFx/x/GE3kxJ05sw== } engines: { node: ">=12.0.0" } peerDependencies: mockjs: ">=1.1.0" vite: ">=2.0.0" dependencies: - "@rollup/plugin-node-resolve": 13.3.0 "@types/mockjs": 1.0.7 chalk: 4.1.2 chokidar: 3.5.3 connect: 3.7.0 debug: 4.3.4 - esbuild: 0.11.3 + esbuild: 0.14.54 fast-glob: 3.2.12 mockjs: 1.1.0 path-to-regexp: 6.2.1 - vite: 4.2.1_xi6fywa3zgn4qscyv5g5hqi75y + vite: 4.3.0_cqpzs5hbkouedaevhhcyhnel4y transitivePeerDependencies: - - rollup - supports-color dev: true @@ -9394,14 +9469,14 @@ packages: integrity: sha512-0MMf1yzzSYlV4MGePsLVAOqXsbF5IVxbn4EEzqRnWxTQl8BJg/cfwIzfQNmNQxZp5XXwd4kyRKF1LytuHZTnqA== } dependencies: - "@vue/compiler-sfc": 3.2.45 + "@vue/compiler-sfc": 3.2.47 svgo: 3.0.2 dev: true - /vite/4.2.1_xi6fywa3zgn4qscyv5g5hqi75y: + /vite/4.3.0_cqpzs5hbkouedaevhhcyhnel4y: resolution: { - integrity: sha512-7MKhqdy0ISo4wnvwtqZkjke6XN4taqQ2TBaTccLIpOKv7Vp2h4Y+NpmWCnGDeSvvn45KxvWgGyb0MkHvY1vgbg== + integrity: sha512-JTGFgDh3dVxeGBpuQX04Up+JZmuG6wu9414Ei36vQzaEruY/M4K0AgwtuB2b4HaBgB7R8l+LHxjB0jcgz4d2qQ== } engines: { node: ^14.18.0 || >=16.0.0 } hasBin: true @@ -9426,21 +9501,20 @@ packages: terser: optional: true dependencies: - "@types/node": 18.11.18 - esbuild: 0.17.14 - postcss: 8.4.21 - resolve: 1.22.1 - rollup: 3.20.2 - sass: 1.60.0 - terser: 5.16.8 + "@types/node": 18.15.12 + esbuild: 0.17.17 + postcss: 8.4.23 + rollup: 3.20.6 + sass: 1.62.0 + terser: 5.17.1 optionalDependencies: fsevents: 2.3.2 dev: true - /vue-demi/0.13.11_vue@3.2.47: + /vue-demi/0.14.0_vue@3.2.47: resolution: { - integrity: sha512-IR8HoEEGM65YY3ZJYAjMlKygDQn25D5ajNFNoKh9RSDMQtlzCxtfQjdQgv9jjK+m3377SsJXY8ysq8kLCZL25A== + integrity: sha512-gt58r2ogsNQeVoQ3EhoUAvUsH9xviydl0dWJj7dabBC/2L4uBId7ujtCwDRD0JhkGsV1i0CtfLAeyYKBht9oWg== } engines: { node: ">=12" } hasBin: true @@ -9455,23 +9529,23 @@ packages: vue: 3.2.47 dev: false - /vue-eslint-parser/9.1.0_eslint@8.31.0: + /vue-eslint-parser/9.1.1_eslint@8.38.0: resolution: { - integrity: sha512-NGn/iQy8/Wb7RrRa4aRkokyCZfOUWk19OP5HP6JEozQFX5AoS/t+Z0ZN7FY4LlmWc4FNI922V7cvX28zctN8dQ== + integrity: sha512-C2aI/r85Q6tYcz4dpgvrs4wH/MqVrRAVIdpYedrxnATDHHkb+TroeRcDpKWGZCx/OcECMWfz7tVwQ8e+Opy6rA== } engines: { node: ^14.17.0 || >=16.0.0 } peerDependencies: eslint: ">=6.0.0" dependencies: debug: 4.3.4 - eslint: 8.31.0 - eslint-scope: 7.1.1 - eslint-visitor-keys: 3.3.0 - espree: 9.4.1 - esquery: 1.4.0 + eslint: 8.38.0 + eslint-scope: 7.2.0 + eslint-visitor-keys: 3.4.0 + espree: 9.5.1 + esquery: 1.5.0 lodash: 4.17.21 - semver: 7.3.8 + semver: 7.5.0 transitivePeerDependencies: - supports-color dev: true @@ -9488,13 +9562,13 @@ packages: "@intlify/core-base": 9.2.2 "@intlify/shared": 9.2.2 "@intlify/vue-devtools": 9.2.2 - "@vue/devtools-api": 6.4.5 + "@vue/devtools-api": 6.5.0 vue: 3.2.47 - /vue-json-pretty/2.2.3_vue@3.2.47: + /vue-json-pretty/2.2.4_vue@3.2.47: resolution: { - integrity: sha512-tJo+4eFclQBt3gJ6EELXNdvo50wDKTZYthwmLpy9YS7UDldeJln5ff+IpdmUglfk+FqLVOX/re0+Ni/EOUPZgw== + integrity: sha512-JX80b3QDrspcH43C53CdtYeq/froApQGSV5y43bEMWFj2LGOxB96aH1VmvrFA21nD1WTP6nwfFMQqGXuS4jyFQ== } engines: { node: ">= 10.0.0", npm: ">= 5.0.0" } peerDependencies: @@ -9544,7 +9618,7 @@ packages: peerDependencies: vue: ^3.2.0 dependencies: - "@vue/devtools-api": 6.4.5 + "@vue/devtools-api": 6.5.0 vue: 3.2.47 dev: false @@ -9558,7 +9632,7 @@ packages: he: 1.2.0 dev: true - /vue-tsc/1.2.0_typescript@5.0.2: + /vue-tsc/1.2.0_typescript@5.0.4: resolution: { integrity: sha512-rIlzqdrhyPYyLG9zxsVRa+JEseeS9s8F2BbVVVWRRsTZvJO2BbhLEb2HW3MY+DFma0378tnIqs+vfTzbcQtRFw== @@ -9569,7 +9643,7 @@ packages: dependencies: "@volar/vue-language-core": 1.2.0 "@volar/vue-typescript": 1.2.0 - typescript: 5.0.2 + typescript: 5.0.4 dev: true /vue-types/5.0.2_vue@3.2.47: @@ -9614,10 +9688,10 @@ packages: "@vue/server-renderer": 3.2.47_vue@3.2.47 "@vue/shared": 3.2.47 - /vue3-danmaku/1.2.0_vue@3.2.47: + /vue3-danmaku/1.4.0-beta.1_vue@3.2.47: resolution: { - integrity: sha512-Xh6uqnIGiCebppNACdehYv2ghAxV0BDys7bSxA1yR95/buxnu5NuNEzi59M13x1cNYk3HwXSufP5rVQ9dqESfQ== + integrity: sha512-gYNeImqt3pmMOP/WuzOL6LliuwaA8VNWtDP+yp8vaWzektjWmbdCNO/nPAmleXV5Kq5ITuBtbsblYApf0jSW+A== } peerDependencies: vue: ^3.0.0 @@ -9752,31 +9826,36 @@ packages: signal-exit: 3.0.7 dev: true - /xgplayer-subtitles/1.0.22: + /xgplayer-subtitles/1.1.0: resolution: { - integrity: sha512-+m1fo+FFynL+2ymO4UQBUSnJAz3WuIthpJFCrKBjd+ukcLRoy3vTcsylXEOo5AZN1xT28fpHmxvZQKEIEYA+6w== + integrity: sha512-V9KWIUl2jo9FgLdlMqFwwG5G7HVIZaXC5ED0vu3ZqidvcRoFtr4eMG3POtVStZY+lUucHSWLHM2sRGVD27gPYQ== } + peerDependencies: + core-js: ">=3.12.1" + peerDependenciesMeta: + core-js: + optional: true dependencies: eventemitter3: 4.0.7 - generate-source-map: 0.0.5 dev: false - /xgplayer/2.32.2: + /xgplayer/3.0.1: resolution: { - integrity: sha512-VWK8Hp5K3Fs5YoHadpyCw2zwuiOimRjkPo2PSJZPYKj59VNnL9oLruZp6cy86LHoAgWELRIQj6Nmw5SkQNByWQ== + integrity: sha512-Cdu5AF+jZfGyLWAbzgfVOBgkLHko+EWFQJrldioCRCc6ukeuHFMHxqtNmE0p5LXXq6IefGY2sqSP28nv7fCQSg== } - hasBin: true + peerDependencies: + core-js: ">=3.12.1" + peerDependenciesMeta: + core-js: + optional: true dependencies: - chalk: 2.4.2 - commander: 2.20.3 - danmu.js: 1.1.6 + danmu.js: 1.1.8 + delegate: 3.2.0 downloadjs: 1.4.7 - draggabilly: 2.4.1 - event-emitter: 0.3.5 - fs-extra: 5.0.0 - xgplayer-subtitles: 1.0.22 + eventemitter3: 4.0.7 + xgplayer-subtitles: 1.1.0 dev: false /xlsx/0.18.5: @@ -9804,14 +9883,6 @@ packages: engines: { node: ">=12" } dev: true - /xtend/4.0.2: - resolution: - { - integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ== - } - engines: { node: ">=0.4" } - dev: true - /y18n/4.0.3: resolution: { @@ -9907,10 +9978,10 @@ packages: yargs-parser: 18.1.3 dev: false - /yargs/17.6.2: + /yargs/17.7.1: resolution: { - integrity: sha512-1/9UrdHjDZc0eOU0HxOHoS78C69UD3JRMvzlJ7S79S2nTaWRA/whGCTV8o9e/N/1Va9YIV7Q4sOxD8VV4pCWOw== + integrity: sha512-cwiTb08Xuv5fqF4AovYacTFNxk62th7LKJ6BL9IGUpTJrWoU7/7WdQGTP2SjKf1dUNBGzDd28p/Yfs/GI6JrLw== } engines: { node: ">=12" } dependencies: diff --git a/src/views/components/video/index.vue b/src/views/components/video/index.vue index d5844958c9..22958a9125 100644 --- a/src/views/components/video/index.vue +++ b/src/views/components/video/index.vue @@ -1,13 +1,12 @@