From 5a23bd02a4abd6ad73df7bc0ec7c8e5179d7a183 Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Sat, 2 Jul 2022 12:11:09 +0800 Subject: [PATCH] fix: update `@pureadmin/utils` --- README.en-US.md | 6 +- README.md | 6 +- package.json | 8 +- pnpm-lock.yaml | 2177 +++++++++-------- src/components/ReBarcode/index.ts | 2 +- src/components/ReCountTo/index.ts | 2 +- src/components/ReCountTo/src/normal/index.tsx | 2 +- src/components/ReCropper/index.ts | 2 +- src/components/ReCropper/src/index.tsx | 2 +- src/components/ReFlop/index.ts | 2 +- src/components/ReFlowChart/index.ts | 2 +- src/components/ReImageVerify/index.ts | 2 +- src/components/ReMap/index.ts | 2 +- src/components/ReMap/src/Amap.vue | 2 +- src/components/ReQrcode/index.ts | 2 +- src/components/ReQrcode/src/index.tsx | 2 +- src/components/ReSeamlessScroll/index.ts | 2 +- src/components/ReSelector/index.ts | 2 +- src/components/ReSelector/src/index.tsx | 23 +- src/components/ReTable/index.ts | 2 +- src/components/ReTreeLine/index.ts | 2 +- src/layout/components/navbar.vue | 2 +- .../search/components/SearchModal.vue | 2 +- src/layout/components/setting/index.vue | 8 +- src/layout/components/sidebar/horizontal.vue | 2 +- src/layout/components/sidebar/mixNav.vue | 2 +- src/layout/components/sidebar/vertical.vue | 7 +- src/layout/components/tag/index.vue | 22 +- src/layout/hooks/nav.ts | 6 +- src/layout/index.vue | 2 +- src/main.ts | 2 +- src/plugins/echarts/index.ts | 2 +- src/plugins/i18n.ts | 6 +- src/router/index.ts | 17 +- src/router/utils.ts | 2 +- src/store/modules/app.ts | 13 +- src/store/modules/epTheme.ts | 10 +- src/store/modules/multiTags.ts | 12 +- src/store/modules/user.ts | 2 +- src/utils/README.md | 5 + src/utils/debounce/index.ts | 39 - src/utils/deviceDetection/index.ts | 37 - src/utils/index.ts | 9 - src/utils/is.ts | 118 - src/utils/link.ts | 13 - src/utils/loaders/index.ts | 54 - src/utils/message/index.ts | 38 - src/utils/operate/index.ts | 57 - src/utils/resize/index.ts | 35 - src/utils/{storage => }/responsive.ts | 0 src/utils/storage/index.ts | 46 - src/utils/tree.ts | 175 -- src/utils/useAttrs.ts | 42 - src/utils/useComponent.ts | 4 - src/utils/useCopyToClipboard.ts | 72 - src/utils/uuid.ts | 28 - src/utils/watermark.ts | 116 - src/views/able/debounce.vue | 2 +- src/views/able/line-tree.vue | 2 +- src/views/able/menu-tree.vue | 2 +- src/views/able/watermark.vue | 2 +- src/views/components/video/index.vue | 2 +- src/views/form-design/index.vue | 13 +- src/views/login/index.vue | 2 +- src/views/login/utils/rule.ts | 2 +- src/views/permission/button/index.vue | 7 +- src/views/permission/page/index.vue | 7 +- src/views/system/dept/index.vue | 2 +- src/views/system/dict/index.vue | 2 +- src/views/system/user/tree.vue | 2 +- src/views/tabs/index.vue | 2 +- types/index.ts | 28 + 72 files changed, 1355 insertions(+), 1981 deletions(-) create mode 100644 src/utils/README.md delete mode 100644 src/utils/debounce/index.ts delete mode 100644 src/utils/deviceDetection/index.ts delete mode 100644 src/utils/index.ts delete mode 100644 src/utils/is.ts delete mode 100644 src/utils/link.ts delete mode 100644 src/utils/loaders/index.ts delete mode 100644 src/utils/message/index.ts delete mode 100644 src/utils/operate/index.ts delete mode 100644 src/utils/resize/index.ts rename src/utils/{storage => }/responsive.ts (100%) delete mode 100644 src/utils/storage/index.ts delete mode 100644 src/utils/tree.ts delete mode 100644 src/utils/useAttrs.ts delete mode 100644 src/utils/useComponent.ts delete mode 100644 src/utils/useCopyToClipboard.ts delete mode 100644 src/utils/uuid.ts delete mode 100644 src/utils/watermark.ts create mode 100644 types/index.ts diff --git a/README.en-US.md b/README.en-US.md index eb2eb338f..7976d3707 100644 --- a/README.en-US.md +++ b/README.en-US.md @@ -138,9 +138,9 @@ In principle, no fees and copyrights are charged, and you can use it with confid Thank you very much for your support, I believe the project will get better and better :heart: -| xueyuheng | taolei1990 | hang-kim | madwolfcrazy | limuen | BenLakes | -| :--------------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------: | -| | | | | | | +| xueyuheng | taolei1990 | hang-kim | madwolfcrazy | limuen | BenLakes | mollerzhu | cnyyk | +| :--------------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------: | +| | | | | | | | | ## Contributors diff --git a/README.md b/README.md index bee31aace..a999fae54 100644 --- a/README.md +++ b/README.md @@ -144,9 +144,9 @@ pnpm build 非常感谢你们的支持,相信项目会越来越好 :heart: -| xueyuheng | taolei1990 | hang-kim | madwolfcrazy | limuen | BenLakes | mollerzhu | -| :--------------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------: | -| | | | | | | | +| xueyuheng | taolei1990 | hang-kim | madwolfcrazy | limuen | BenLakes | mollerzhu | cnyyk | +| :--------------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------: | +| | | | | | | | | ## 贡献者 diff --git a/package.json b/package.json index 1342aec7c..54d582a90 100644 --- a/package.json +++ b/package.json @@ -33,8 +33,8 @@ "@logicflow/extension": "^1.1.16", "@pureadmin/components": "^1.0.6", "@pureadmin/descriptions": "^1.1.0", - "@pureadmin/table": "^1.1.0", - "@pureadmin/utils": "^0.0.11", + "@pureadmin/table": "^1.2.0", + "@pureadmin/utils": "^0.0.14", "@vueuse/core": "^8.7.4", "@vueuse/motion": "^2.0.0-beta.12", "@vueuse/shared": "^8.7.4", @@ -48,7 +48,7 @@ "dayjs": "^1.11.3", "driver.js": "^0.9.8", "echarts": "^5.3.3", - "element-plus": "^2.2.6", + "element-plus": "^2.2.8", "element-resize-detector": "^1.2.3", "js-cookie": "^3.0.1", "jsbarcode": "^3.11.5", @@ -144,7 +144,7 @@ "unplugin-vue-define-options": "^0.6.1", "vite": "^2.9.13", "vite-plugin-mock": "^2.9.6", - "vite-plugin-remove-console": "^1.0.0", + "vite-plugin-remove-console": "^1.0.3", "vite-svg-loader": "^3.3.0", "vue-eslint-parser": "^8.2.0" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b08888087..0cbdcc8bc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -20,9 +20,9 @@ specifiers: "@logicflow/extension": ^1.1.16 "@pureadmin/components": ^1.0.6 "@pureadmin/descriptions": ^1.1.0 - "@pureadmin/table": ^1.1.0 + "@pureadmin/table": ^1.2.0 "@pureadmin/theme": ^2.4.0 - "@pureadmin/utils": ^0.0.11 + "@pureadmin/utils": ^0.0.14 "@types/element-resize-detector": 1.1.3 "@types/js-cookie": ^3.0.1 "@types/lodash": ^4.14.180 @@ -56,7 +56,7 @@ specifiers: dayjs: ^1.11.3 driver.js: ^0.9.8 echarts: ^5.3.3 - element-plus: ^2.2.6 + element-plus: ^2.2.8 element-resize-detector: ^1.2.3 eslint: ^8.8.0 eslint-plugin-prettier: ^4.0.0 @@ -103,7 +103,7 @@ specifiers: v-contextmenu: 3.0.0 vite: ^2.9.13 vite-plugin-mock: ^2.9.6 - vite-plugin-remove-console: ^1.0.0 + vite-plugin-remove-console: ^1.0.3 vite-svg-loader: ^3.3.0 vue: ^3.2.37 vue-eslint-parser: ^8.2.0 @@ -123,17 +123,17 @@ specifiers: dependencies: "@amap/amap-jsapi-loader": 1.0.1 "@ctrl/tinycolor": 3.4.1 - "@logicflow/core": 1.1.16 - "@logicflow/extension": 1.1.16 - "@pureadmin/components": 1.0.6_vue@3.2.37 + "@logicflow/core": 1.1.20 + "@logicflow/extension": 1.1.20 + "@pureadmin/components": 1.0.8_vue@3.2.37 "@pureadmin/descriptions": 1.1.0 - "@pureadmin/table": 1.1.0 - "@pureadmin/utils": 0.0.11_1a08b060e53473a36d1e6d099e1379e8 - "@vueuse/core": 8.7.4_vue@3.2.37 + "@pureadmin/table": 1.2.0 + "@pureadmin/utils": 0.0.14_ddeba6182d8a664107079ddd4d59141b + "@vueuse/core": 8.7.5_vue@3.2.37 "@vueuse/motion": 2.0.0-beta.12_vue@3.2.37 - "@vueuse/shared": 8.7.4_vue@3.2.37 - "@wangeditor/editor": 5.0.1 - "@wangeditor/editor-for-vue": 5.1.11_c4c65be4d3d5c943ff174ef2fe898c96 + "@vueuse/shared": 8.7.5_vue@3.2.37 + "@wangeditor/editor": 5.1.1 + "@wangeditor/editor-for-vue": 5.1.12_07fc0c834554d45f8408a2f0cda21753 animate.css: 4.1.1 axios: 0.27.2 china-area-data: 5.0.1 @@ -142,7 +142,7 @@ dependencies: dayjs: 1.11.3 driver.js: 0.9.8 echarts: 5.3.3 - element-plus: 2.2.6_vue@3.2.37 + element-plus: 2.2.8_vue@3.2.37 element-resize-detector: 1.2.4 js-cookie: 3.0.1 jsbarcode: 3.11.5 @@ -153,20 +153,20 @@ dependencies: mockjs: 1.1.0 nprogress: 0.2.0 path: 0.12.7 - pinia: 2.0.14_typescript@4.6.4+vue@3.2.37 + pinia: 2.0.14_typescript@4.7.4+vue@3.2.37 qrcode: 1.5.0 - qs: 6.10.3 + qs: 6.11.0 resize-observer-polyfill: 1.5.1 responsive-storage: 2.0.0 rgb-hex: 4.0.0 - swiper: 8.1.4 + swiper: 8.2.6 v-contextmenu: 3.0.0_vue@3.2.37 vue: 3.2.37 vue-form-create2: 1.2.9 vue-i18n: 9.2.0-beta.36_vue@3.2.37 - vue-json-pretty: 2.0.6_vue@3.2.37 + vue-json-pretty: 2.1.1_vue@3.2.37 vue-pdf-embed: 1.1.4_vue@3.2.37 - vue-router: 4.0.15_vue@3.2.37 + vue-router: 4.0.16_vue@3.2.37 vue-types: 4.1.1_vue@3.2.37 vue-virtual-scroller: 2.0.0-alpha.1_vue@3.2.37 vuedraggable: 4.1.0_vue@3.2.37 @@ -179,14 +179,14 @@ devDependencies: "@commitlint/cli": 13.1.0 "@commitlint/config-conventional": 13.1.0 "@faker-js/faker": 6.3.1 - "@iconify-icons/carbon": 1.2.5 - "@iconify-icons/ep": 1.2.4 - "@iconify-icons/fa": 1.2.2 - "@iconify-icons/fa-solid": 1.2.2 - "@iconify-icons/fluent": 1.2.8 - "@iconify-icons/mdi": 1.2.11 - "@iconify-icons/ri": 1.2.1 - "@iconify-icons/uil": 1.2.1 + "@iconify-icons/carbon": 1.2.7 + "@iconify-icons/ep": 1.2.7 + "@iconify-icons/fa": 1.2.3 + "@iconify-icons/fa-solid": 1.2.3 + "@iconify-icons/fluent": 1.2.13 + "@iconify-icons/mdi": 1.2.22 + "@iconify-icons/ri": 1.2.3 + "@iconify-icons/uil": 1.2.2 "@iconify/vue": 3.2.1_vue@3.2.37 "@intlify/vite-plugin-vue-i18n": 3.4.0_54597aab0942c7003e7e717fbd1385ae "@pureadmin/theme": 2.4.0 @@ -199,48 +199,48 @@ devDependencies: "@types/nprogress": 0.2.0 "@types/qrcode": 1.4.2 "@types/qs": 6.9.7 - "@typescript-eslint/eslint-plugin": 5.23.0_17b6d2ce7129f0b36f2c30ae592c16e7 - "@typescript-eslint/parser": 5.23.0_eslint@8.15.0+typescript@4.6.4 + "@typescript-eslint/eslint-plugin": 5.30.3_bd298502bfa44e376686f9e6b29811dd + "@typescript-eslint/parser": 5.30.3_eslint@8.19.0+typescript@4.7.4 "@vitejs/plugin-legacy": 1.8.2_vite@2.9.13 "@vitejs/plugin-vue": 2.3.3_vite@2.9.13+vue@3.2.37 "@vitejs/plugin-vue-jsx": 1.3.10 - "@vue/eslint-config-prettier": 7.0.0_eslint@8.15.0+prettier@2.6.2 - "@vue/eslint-config-typescript": 10.0.0_7f105dc3ebd31cec885fdbbd30d5cc4c + "@vue/eslint-config-prettier": 7.0.0_eslint@8.19.0+prettier@2.7.1 + "@vue/eslint-config-typescript": 10.0.0_948967573c0120c2dc5daba0cf4fbf9b "@vue/runtime-core": 3.2.37 - autoprefixer: 10.4.7_postcss@8.4.13 + autoprefixer: 10.4.7_postcss@8.4.14 cloc: 2.9.0 cross-env: 7.0.3 - eslint: 8.15.0 - eslint-plugin-prettier: 4.0.0_eslint@8.15.0+prettier@2.6.2 - eslint-plugin-vue: 8.7.1_eslint@8.15.0 + eslint: 8.19.0 + eslint-plugin-prettier: 4.2.1_eslint@8.19.0+prettier@2.7.1 + eslint-plugin-vue: 8.7.1_eslint@8.19.0 font-awesome: 4.7.0 husky: 7.0.4 lint-staged: 11.1.2 picocolors: 1.0.0 - postcss: 8.4.13 + postcss: 8.4.14 postcss-html: 1.4.1 - postcss-import: 14.0.0_postcss@8.4.13 - postcss-scss: 4.0.4_postcss@8.4.13 - prettier: 2.6.2 - pretty-quick: 3.1.1_prettier@2.6.2 + postcss-import: 14.0.0_postcss@8.4.14 + postcss-scss: 4.0.4_postcss@8.4.14 + prettier: 2.7.1 + pretty-quick: 3.1.1_prettier@2.7.1 rimraf: 3.0.2 - rollup: 2.72.1 - rollup-plugin-visualizer: 5.6.0_rollup@2.72.1 - sass: 1.51.0 - stylelint: 14.8.2 - stylelint-config-html: 1.0.0_b0c53fae217cf65ec28a8c6638e46e29 - stylelint-config-prettier: 9.0.3_stylelint@14.8.2 - stylelint-config-recommended: 6.0.0_stylelint@14.8.2 - stylelint-config-standard: 24.0.0_stylelint@14.8.2 - stylelint-order: 5.0.0_stylelint@14.8.2 - typescript: 4.6.4 + rollup: 2.75.7 + rollup-plugin-visualizer: 5.6.0_rollup@2.75.7 + sass: 1.53.0 + stylelint: 14.9.1 + stylelint-config-html: 1.0.0_886b1592fbcaadd1c21b21ba5f706fd5 + stylelint-config-prettier: 9.0.3_stylelint@14.9.1 + stylelint-config-recommended: 6.0.0_stylelint@14.9.1 + stylelint-config-standard: 24.0.0_stylelint@14.9.1 + stylelint-order: 5.0.0_stylelint@14.9.1 + typescript: 4.7.4 unocss: 0.39.3_vite@2.9.13 - unplugin-vue-define-options: 0.6.1_5fada3a6f3735bf4f38c1ef9c2e1546a - vite: 2.9.13_sass@1.51.0 - vite-plugin-mock: 2.9.6_0519d1ca589ef14c75821a546746fcf2 - vite-plugin-remove-console: 1.0.0 - vite-svg-loader: 3.3.0 - vue-eslint-parser: 8.3.0_eslint@8.15.0 + unplugin-vue-define-options: 0.6.1_4ee01199f06fc07d2c8abf9ef5aca074 + vite: 2.9.13_sass@1.53.0 + vite-plugin-mock: 2.9.6_8c401e4b40cddd07d4d66fd0783a3612 + vite-plugin-remove-console: 1.0.3 + vite-svg-loader: 3.4.0 + vue-eslint-parser: 8.3.0_eslint@8.19.0 packages: /@amap/amap-jsapi-loader/1.0.1: @@ -258,7 +258,7 @@ packages: engines: { node: ">=6.0.0" } dependencies: "@jridgewell/gen-mapping": 0.1.1 - "@jridgewell/trace-mapping": 0.3.11 + "@jridgewell/trace-mapping": 0.3.14 dev: true /@ant-design/colors/6.0.0: @@ -307,41 +307,41 @@ packages: } dev: true - /@babel/code-frame/7.16.7: + /@babel/code-frame/7.18.6: resolution: { - integrity: sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg== + integrity: sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q== } engines: { node: ">=6.9.0" } dependencies: - "@babel/highlight": 7.17.9 + "@babel/highlight": 7.18.6 dev: true - /@babel/compat-data/7.17.10: + /@babel/compat-data/7.18.6: resolution: { - integrity: sha512-GZt/TCsG70Ms19gfZO1tM4CVnXsPgEPBCpJu+Qz3L0LUDsY5nZqFZglIoPC1kIYOtNBZlrnFT+klg12vFGZXrw== + integrity: sha512-tzulrgDT0QD6U7BJ4TKVk2SDDg7wlP39P9yAx1RfLy7vP/7rsDRlWVfbWxElslu56+r7QOhB2NSDsabYYruoZQ== } engines: { node: ">=6.9.0" } dev: true - /@babel/core/7.17.10: + /@babel/core/7.18.6: resolution: { - integrity: sha512-liKoppandF3ZcBnIYFjfSDHZLKdLHGJRkoWtG8zQyGJBQfIYobpnVGI5+pLBNtS6psFLDzyq8+h5HiVljW9PNA== + integrity: sha512-cQbWBpxcbbs/IUredIPkHiAGULLV8iwgNRMFzvbhEXISp4f3rUUXE5+TIw6KwUWUR3DwyI6gmBRnmAtYaWehwQ== } engines: { node: ">=6.9.0" } dependencies: "@ampproject/remapping": 2.2.0 - "@babel/code-frame": 7.16.7 - "@babel/generator": 7.17.10 - "@babel/helper-compilation-targets": 7.17.10_@babel+core@7.17.10 - "@babel/helper-module-transforms": 7.17.7 - "@babel/helpers": 7.17.9 - "@babel/parser": 7.17.10 - "@babel/template": 7.16.7 - "@babel/traverse": 7.17.10 - "@babel/types": 7.17.10 + "@babel/code-frame": 7.18.6 + "@babel/generator": 7.18.7 + "@babel/helper-compilation-targets": 7.18.6_@babel+core@7.18.6 + "@babel/helper-module-transforms": 7.18.6 + "@babel/helpers": 7.18.6 + "@babel/parser": 7.18.6 + "@babel/template": 7.18.6 + "@babel/traverse": 7.18.6 + "@babel/types": 7.18.7 convert-source-map: 1.8.0 debug: 4.3.4 gensync: 1.0.0-beta.2 @@ -351,241 +351,239 @@ packages: - supports-color dev: true - /@babel/generator/7.17.10: + /@babel/generator/7.18.7: resolution: { - integrity: sha512-46MJZZo9y3o4kmhBVc7zW7i8dtR1oIK/sdO5NcfcZRhTGYi+KKJRtHNgsU6c4VUcJmUNV/LQdebD/9Dlv4K+Tg== + integrity: sha512-shck+7VLlY72a2w9c3zYWuE1pwOKEiQHV7GTUbSnhyl5eu3i04t30tBY82ZRWrDfo3gkakCFtevExnxbkf2a3A== } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.17.10 - "@jridgewell/gen-mapping": 0.1.1 + "@babel/types": 7.18.7 + "@jridgewell/gen-mapping": 0.3.2 jsesc: 2.5.2 dev: true - /@babel/helper-annotate-as-pure/7.16.7: + /@babel/helper-annotate-as-pure/7.18.6: resolution: { - integrity: sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw== + integrity: sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA== } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.17.10 + "@babel/types": 7.18.7 dev: true - /@babel/helper-compilation-targets/7.17.10_@babel+core@7.17.10: + /@babel/helper-compilation-targets/7.18.6_@babel+core@7.18.6: resolution: { - integrity: sha512-gh3RxjWbauw/dFiU/7whjd0qN9K6nPJMqe6+Er7rOavFh0CQUSwhAE3IcTho2rywPJFxej6TUUHDkWcYI6gGqQ== + integrity: sha512-vFjbfhNCzqdeAtZflUFrG5YIFqGTqsctrtkZ1D/NB0mDW9TwW3GmmUepYY4G9wCET5rY5ugz4OGTcLd614IzQg== } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0 dependencies: - "@babel/compat-data": 7.17.10 - "@babel/core": 7.17.10 - "@babel/helper-validator-option": 7.16.7 - browserslist: 4.20.3 + "@babel/compat-data": 7.18.6 + "@babel/core": 7.18.6 + "@babel/helper-validator-option": 7.18.6 + browserslist: 4.21.1 semver: 6.3.0 dev: true - /@babel/helper-create-class-features-plugin/7.17.9_@babel+core@7.17.10: + /@babel/helper-create-class-features-plugin/7.18.6_@babel+core@7.18.6: resolution: { - integrity: sha512-kUjip3gruz6AJKOq5i3nC6CoCEEF/oHH3cp6tOZhB+IyyyPyW0g1Gfsxn3mkk6S08pIA2y8GQh609v9G/5sHVQ== + integrity: sha512-YfDzdnoxHGV8CzqHGyCbFvXg5QESPFkXlHtvdCkesLjjVMT2Adxe4FGUR5ChIb3DxSaXO12iIOCWoXdsUVwnqw== } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0 dependencies: - "@babel/core": 7.17.10 - "@babel/helper-annotate-as-pure": 7.16.7 - "@babel/helper-environment-visitor": 7.16.7 - "@babel/helper-function-name": 7.17.9 - "@babel/helper-member-expression-to-functions": 7.17.7 - "@babel/helper-optimise-call-expression": 7.16.7 - "@babel/helper-replace-supers": 7.16.7 - "@babel/helper-split-export-declaration": 7.16.7 + "@babel/core": 7.18.6 + "@babel/helper-annotate-as-pure": 7.18.6 + "@babel/helper-environment-visitor": 7.18.6 + "@babel/helper-function-name": 7.18.6 + "@babel/helper-member-expression-to-functions": 7.18.6 + "@babel/helper-optimise-call-expression": 7.18.6 + "@babel/helper-replace-supers": 7.18.6 + "@babel/helper-split-export-declaration": 7.18.6 transitivePeerDependencies: - supports-color dev: true - /@babel/helper-environment-visitor/7.16.7: + /@babel/helper-environment-visitor/7.18.6: resolution: { - integrity: sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag== + integrity: sha512-8n6gSfn2baOY+qlp+VSzsosjCVGFqWKmDF0cCWOybh52Dw3SEyoWR1KrhMJASjLwIEkkAufZ0xvr+SxLHSpy2Q== } engines: { node: ">=6.9.0" } - dependencies: - "@babel/types": 7.17.10 dev: true - /@babel/helper-function-name/7.17.9: + /@babel/helper-function-name/7.18.6: resolution: { - integrity: sha512-7cRisGlVtiVqZ0MW0/yFB4atgpGLWEHUVYnb448hZK4x+vih0YO5UoS11XIYtZYqHd0dIPMdUSv8q5K4LdMnIg== + integrity: sha512-0mWMxV1aC97dhjCah5U5Ua7668r5ZmSC2DLfH2EZnf9c3/dHZKiFa5pRLMH5tjSl471tY6496ZWk/kjNONBxhw== } engines: { node: ">=6.9.0" } dependencies: - "@babel/template": 7.16.7 - "@babel/types": 7.17.10 + "@babel/template": 7.18.6 + "@babel/types": 7.18.7 dev: true - /@babel/helper-hoist-variables/7.16.7: + /@babel/helper-hoist-variables/7.18.6: resolution: { - integrity: sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg== + integrity: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q== } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.17.10 + "@babel/types": 7.18.7 dev: true - /@babel/helper-member-expression-to-functions/7.17.7: + /@babel/helper-member-expression-to-functions/7.18.6: resolution: { - integrity: sha512-thxXgnQ8qQ11W2wVUObIqDL4p148VMxkt5T/qpN5k2fboRyzFGFmKsTGViquyM5QHKUy48OZoca8kw4ajaDPyw== + integrity: sha512-CeHxqwwipekotzPDUuJOfIMtcIHBuc7WAzLmTYWctVigqS5RktNMQ5bEwQSuGewzYnCtTWa3BARXeiLxDTv+Ng== } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.17.10 + "@babel/types": 7.18.7 dev: true - /@babel/helper-module-imports/7.16.7: + /@babel/helper-module-imports/7.18.6: resolution: { - integrity: sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg== + integrity: sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA== } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.17.10 + "@babel/types": 7.18.7 dev: true - /@babel/helper-module-transforms/7.17.7: + /@babel/helper-module-transforms/7.18.6: resolution: { - integrity: sha512-VmZD99F3gNTYB7fJRDTi+u6l/zxY0BE6OIxPSU7a50s6ZUQkHwSDmV92FfM+oCG0pZRVojGYhkR8I0OGeCVREw== + integrity: sha512-L//phhB4al5uucwzlimruukHB3jRd5JGClwRMD/ROrVjXfLqovYnvQrK/JK36WYyVwGGO7OD3kMyVTjx+WVPhw== } engines: { node: ">=6.9.0" } dependencies: - "@babel/helper-environment-visitor": 7.16.7 - "@babel/helper-module-imports": 7.16.7 - "@babel/helper-simple-access": 7.17.7 - "@babel/helper-split-export-declaration": 7.16.7 - "@babel/helper-validator-identifier": 7.16.7 - "@babel/template": 7.16.7 - "@babel/traverse": 7.17.10 - "@babel/types": 7.17.10 + "@babel/helper-environment-visitor": 7.18.6 + "@babel/helper-module-imports": 7.18.6 + "@babel/helper-simple-access": 7.18.6 + "@babel/helper-split-export-declaration": 7.18.6 + "@babel/helper-validator-identifier": 7.18.6 + "@babel/template": 7.18.6 + "@babel/traverse": 7.18.6 + "@babel/types": 7.18.7 transitivePeerDependencies: - supports-color dev: true - /@babel/helper-optimise-call-expression/7.16.7: + /@babel/helper-optimise-call-expression/7.18.6: resolution: { - integrity: sha512-EtgBhg7rd/JcnpZFXpBy0ze1YRfdm7BnBX4uKMBd3ixa3RGAE002JZB66FJyNH7g0F38U05pXmA5P8cBh7z+1w== + integrity: sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA== } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.17.10 + "@babel/types": 7.18.7 dev: true - /@babel/helper-plugin-utils/7.16.7: + /@babel/helper-plugin-utils/7.18.6: resolution: { - integrity: sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA== + integrity: sha512-gvZnm1YAAxh13eJdkb9EWHBnF3eAub3XTLCZEehHT2kWxiKVRL64+ae5Y6Ivne0mVHmMYKT+xWgZO+gQhuLUBg== } engines: { node: ">=6.9.0" } dev: true - /@babel/helper-replace-supers/7.16.7: + /@babel/helper-replace-supers/7.18.6: resolution: { - integrity: sha512-y9vsWilTNaVnVh6xiJfABzsNpgDPKev9HnAgz6Gb1p6UUwf9NepdlsV7VXGCftJM+jqD5f7JIEubcpLjZj5dBw== + integrity: sha512-fTf7zoXnUGl9gF25fXCWE26t7Tvtyn6H4hkLSYhATwJvw2uYxd3aoXplMSe0g9XbwK7bmxNes7+FGO0rB/xC0g== } engines: { node: ">=6.9.0" } dependencies: - "@babel/helper-environment-visitor": 7.16.7 - "@babel/helper-member-expression-to-functions": 7.17.7 - "@babel/helper-optimise-call-expression": 7.16.7 - "@babel/traverse": 7.17.10 - "@babel/types": 7.17.10 + "@babel/helper-environment-visitor": 7.18.6 + "@babel/helper-member-expression-to-functions": 7.18.6 + "@babel/helper-optimise-call-expression": 7.18.6 + "@babel/traverse": 7.18.6 + "@babel/types": 7.18.7 transitivePeerDependencies: - supports-color dev: true - /@babel/helper-simple-access/7.17.7: + /@babel/helper-simple-access/7.18.6: resolution: { - integrity: sha512-txyMCGroZ96i+Pxr3Je3lzEJjqwaRC9buMUgtomcrLe5Nd0+fk1h0LLA+ixUF5OW7AhHuQ7Es1WcQJZmZsz2XA== + integrity: sha512-iNpIgTgyAvDQpDj76POqg+YEt8fPxx3yaNBg3S30dxNKm2SWfYhD0TGrK/Eu9wHpUW63VQU894TsTg+GLbUa1g== } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.17.10 + "@babel/types": 7.18.7 dev: true - /@babel/helper-split-export-declaration/7.16.7: + /@babel/helper-split-export-declaration/7.18.6: resolution: { - integrity: sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw== + integrity: sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA== } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.17.10 + "@babel/types": 7.18.7 dev: true - /@babel/helper-validator-identifier/7.16.7: + /@babel/helper-validator-identifier/7.18.6: resolution: { - integrity: sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw== + integrity: sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g== } engines: { node: ">=6.9.0" } - /@babel/helper-validator-option/7.16.7: + /@babel/helper-validator-option/7.18.6: resolution: { - integrity: sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ== + integrity: sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw== } engines: { node: ">=6.9.0" } dev: true - /@babel/helpers/7.17.9: + /@babel/helpers/7.18.6: resolution: { - integrity: sha512-cPCt915ShDWUEzEp3+UNRktO2n6v49l5RSnG9M5pS24hA+2FAc5si+Pn1i4VVbQQ+jh+bIZhPFQOJOzbrOYY1Q== + integrity: sha512-vzSiiqbQOghPngUYt/zWGvK3LAsPhz55vc9XNN0xAl2gV4ieShI2OQli5duxWHD+72PZPTKAcfcZDE1Cwc5zsQ== } engines: { node: ">=6.9.0" } dependencies: - "@babel/template": 7.16.7 - "@babel/traverse": 7.17.10 - "@babel/types": 7.17.10 + "@babel/template": 7.18.6 + "@babel/traverse": 7.18.6 + "@babel/types": 7.18.7 transitivePeerDependencies: - supports-color dev: true - /@babel/highlight/7.17.9: + /@babel/highlight/7.18.6: resolution: { - integrity: sha512-J9PfEKCbFIv2X5bjTMiZu6Vf341N05QIY+d6FvVKynkG1S7G0j3I0QoRtWIrXhZ+/Nlb5Q0MzqL7TokEJ5BNHg== + integrity: sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g== } engines: { node: ">=6.9.0" } dependencies: - "@babel/helper-validator-identifier": 7.16.7 + "@babel/helper-validator-identifier": 7.18.6 chalk: 2.4.2 js-tokens: 4.0.0 dev: true - /@babel/parser/7.17.10: + /@babel/parser/7.18.6: resolution: { - integrity: sha512-n2Q6i+fnJqzOaq2VkdXxy2TCPCWQZHiCo0XqmrCvDWcZQKRyZzYi4Z0yxlBuN0w+r2ZHmre+Q087DSrw3pbJDQ== + integrity: sha512-uQVSa9jJUe/G/304lXspfWVpKpK4euFLgGiMQFOCpM/bgcAdeoHwi/OQz23O9GK2osz26ZiXRRV9aV+Yl1O8tw== } engines: { node: ">=6.0.0" } hasBin: true dependencies: - "@babel/types": 7.17.10 + "@babel/types": 7.18.7 - /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.17.10: + /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.18.6: resolution: { integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g== @@ -593,123 +591,123 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.17.10 - "@babel/helper-plugin-utils": 7.16.7 + "@babel/core": 7.18.6 + "@babel/helper-plugin-utils": 7.18.6 dev: true - /@babel/plugin-syntax-jsx/7.16.7_@babel+core@7.17.10: + /@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.18.6: resolution: { - integrity: sha512-Esxmk7YjA8QysKeT3VhTXvF6y77f/a91SIs4pWb4H2eWGQkCKFgQaG6hdoEVZtGsrAcb2K5BW66XsOErD4WU3Q== + integrity: sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q== } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.17.10 - "@babel/helper-plugin-utils": 7.16.7 + "@babel/core": 7.18.6 + "@babel/helper-plugin-utils": 7.18.6 dev: true - /@babel/plugin-syntax-typescript/7.17.10_@babel+core@7.17.10: + /@babel/plugin-syntax-typescript/7.18.6_@babel+core@7.18.6: resolution: { - integrity: sha512-xJefea1DWXW09pW4Tm9bjwVlPDyYA2it3fWlmEjpYz6alPvTUjL0EOzNzI/FEOyI3r4/J7uVH5UqKgl1TQ5hqQ== + integrity: sha512-mAWAuq4rvOepWCBid55JuRNvpTNf2UGVgoz4JV0fXEKolsVZDzsa4NqCef758WZJj/GDu0gVGItjKFiClTAmZA== } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.17.10 - "@babel/helper-plugin-utils": 7.16.7 + "@babel/core": 7.18.6 + "@babel/helper-plugin-utils": 7.18.6 dev: true - /@babel/plugin-transform-typescript/7.16.8_@babel+core@7.17.10: + /@babel/plugin-transform-typescript/7.18.6_@babel+core@7.18.6: resolution: { - integrity: sha512-bHdQ9k7YpBDO2d0NVfkj51DpQcvwIzIusJ7mEUaMlbZq3Kt/U47j24inXZHQ5MDiYpCs+oZiwnXyKedE8+q7AQ== + integrity: sha512-ijHNhzIrLj5lQCnI6aaNVRtGVuUZhOXFLRVFs7lLrkXTHip4FKty5oAuQdk4tywG0/WjXmjTfQCWmuzrvFer1w== } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.17.10 - "@babel/helper-create-class-features-plugin": 7.17.9_@babel+core@7.17.10 - "@babel/helper-plugin-utils": 7.16.7 - "@babel/plugin-syntax-typescript": 7.17.10_@babel+core@7.17.10 + "@babel/core": 7.18.6 + "@babel/helper-create-class-features-plugin": 7.18.6_@babel+core@7.18.6 + "@babel/helper-plugin-utils": 7.18.6 + "@babel/plugin-syntax-typescript": 7.18.6_@babel+core@7.18.6 transitivePeerDependencies: - supports-color dev: true - /@babel/runtime-corejs3/7.17.9: + /@babel/runtime-corejs3/7.18.6: resolution: { - integrity: sha512-WxYHHUWF2uZ7Hp1K+D1xQgbgkGUfA+5UPOegEXGt2Y5SMog/rYCVaifLZDbw8UkNXozEqqrZTy6bglL7xTaCOw== + integrity: sha512-cOu5wH2JFBgMjje+a+fz2JNIWU4GzYpl05oSob3UDvBEh6EuIn+TXFHMmBbhSb+k/4HMzgKCQfEEDArAWNF9Cw== } engines: { node: ">=6.9.0" } dependencies: - core-js-pure: 3.22.5 + core-js-pure: 3.23.3 regenerator-runtime: 0.13.9 dev: false - /@babel/runtime/7.17.9: + /@babel/runtime/7.18.6: resolution: { - integrity: sha512-lSiBBvodq29uShpWGNbgFdKYNiFDo5/HIYsaCEY9ff4sb10x9jizo2+pRrSyF4jKZCXqgzuqBOQKbUm90gQwJg== + integrity: sha512-t9wi7/AW6XtKahAe20Yw0/mMljKq0B1r2fPdvaAdV/KPDZewFXdaaa6K7lxmZBZ8FBNpCiAT6iHPmd6QO9bKfQ== } engines: { node: ">=6.9.0" } dependencies: regenerator-runtime: 0.13.9 dev: false - /@babel/standalone/7.17.11: + /@babel/standalone/7.18.7: resolution: { - integrity: sha512-47wVYBeTktYHwtzlFuK7qqV/H5X6mU4MUNqpQ9iiJOqnP8rWL0eX0GWLKRsv8D8suYzhuS1K/dtwgGr+26U7Gg== + integrity: sha512-AIOn3ON0KhYqAbvmkT11vi/YAlhrPn6RSPQb8Hl3PUZoE1yFwut5fQ9/oJ4Dvf2SGmO41pF7xmwP2W1RT0uJCA== } engines: { node: ">=6.9.0" } dev: true - /@babel/template/7.16.7: + /@babel/template/7.18.6: resolution: { - integrity: sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w== + integrity: sha512-JoDWzPe+wgBsTTgdnIma3iHNFC7YVJoPssVBDjiHfNlyt4YcunDtcDOUmfVDfCK5MfdsaIoX9PkijPhjH3nYUw== } engines: { node: ">=6.9.0" } dependencies: - "@babel/code-frame": 7.16.7 - "@babel/parser": 7.17.10 - "@babel/types": 7.17.10 + "@babel/code-frame": 7.18.6 + "@babel/parser": 7.18.6 + "@babel/types": 7.18.7 dev: true - /@babel/traverse/7.17.10: + /@babel/traverse/7.18.6: resolution: { - integrity: sha512-VmbrTHQteIdUUQNTb+zE12SHS/xQVIShmBPhlNP12hD5poF2pbITW1Z4172d03HegaQWhLffdkRJYtAzp0AGcw== + integrity: sha512-zS/OKyqmD7lslOtFqbscH6gMLFYOfG1YPqCKfAW5KrTeolKqvB8UelR49Fpr6y93kYkW2Ik00mT1LOGiAGvizw== } engines: { node: ">=6.9.0" } dependencies: - "@babel/code-frame": 7.16.7 - "@babel/generator": 7.17.10 - "@babel/helper-environment-visitor": 7.16.7 - "@babel/helper-function-name": 7.17.9 - "@babel/helper-hoist-variables": 7.16.7 - "@babel/helper-split-export-declaration": 7.16.7 - "@babel/parser": 7.17.10 - "@babel/types": 7.17.10 + "@babel/code-frame": 7.18.6 + "@babel/generator": 7.18.7 + "@babel/helper-environment-visitor": 7.18.6 + "@babel/helper-function-name": 7.18.6 + "@babel/helper-hoist-variables": 7.18.6 + "@babel/helper-split-export-declaration": 7.18.6 + "@babel/parser": 7.18.6 + "@babel/types": 7.18.7 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: - supports-color dev: true - /@babel/types/7.17.10: + /@babel/types/7.18.7: resolution: { - integrity: sha512-9O26jG0mBYfGkUYCYZRnBwbVLd1UZOICEr2Em6InB6jVfsAv1GKgwXHmrSg+WFWDmeKTA6vyTZiN8tCSM5Oo3A== + integrity: sha512-QG3yxTcTIBoAcQmkCs+wAPYZhu7Dk9rXKacINfNbdJDNERTbLQbHGyVG8q/YGMPeCJRIhSY0+fTc5+xuh6WPSQ== } engines: { node: ">=6.9.0" } dependencies: - "@babel/helper-validator-identifier": 7.16.7 + "@babel/helper-validator-identifier": 7.18.6 to-fast-properties: 2.0.0 /@commitlint/cli/13.1.0: @@ -728,7 +726,7 @@ packages: lodash: 4.17.21 resolve-from: 5.0.0 resolve-global: 1.0.0 - yargs: 17.4.1 + yargs: 17.5.1 dev: true /@commitlint/config-conventional/13.1.0: @@ -805,12 +803,12 @@ packages: "@commitlint/execute-rule": 13.2.0 "@commitlint/resolve-extends": 13.2.0 "@commitlint/types": 13.2.0 - "@endemolshinegroup/cosmiconfig-typescript-loader": 3.0.2_240953bde0fc81a855f7b4b522af054d + "@endemolshinegroup/cosmiconfig-typescript-loader": 3.0.2_cb132979841079273b6378d6412c7bb8 chalk: 4.1.2 cosmiconfig: 7.0.1 lodash: 4.17.21 resolve-from: 5.0.0 - typescript: 4.6.4 + typescript: 4.7.4 dev: true /@commitlint/message/13.2.0: @@ -901,6 +899,20 @@ packages: chalk: 4.1.2 dev: true + /@csstools/selector-specificity/2.0.1_e73911252e8c76a7ba13ab9c39479e7d: + resolution: + { + integrity: sha512-aG20vknL4/YjQF9BSV7ts4EWm/yrjagAN7OWBNmlbEOUiu0llj4OGrFoOKK3g2vey4/p2omKCoHrWtPxSwV3HA== + } + engines: { node: ^12 || ^14 || >=16 } + peerDependencies: + postcss: ^8.3 + postcss-selector-parser: ^6.0.10 + dependencies: + postcss: 8.4.14 + postcss-selector-parser: 6.0.10 + dev: true + /@ctrl/tinycolor/3.4.1: resolution: { @@ -920,7 +932,7 @@ packages: vue: 3.2.37 dev: false - /@endemolshinegroup/cosmiconfig-typescript-loader/3.0.2_240953bde0fc81a855f7b4b522af054d: + /@endemolshinegroup/cosmiconfig-typescript-loader/3.0.2_cb132979841079273b6378d6412c7bb8: resolution: { integrity: sha512-QRVtqJuS1mcT56oHpVegkKBlgtWjXw/gHNWO3eL9oyB5Sc7HBoc2OLG/nYpVfT/Jejvo3NUrD0Udk7XgoyDKkA== @@ -932,23 +944,23 @@ packages: cosmiconfig: 7.0.1 lodash.get: 4.4.2 make-error: 1.3.6 - ts-node: 9.1.1_typescript@4.6.4 + ts-node: 9.1.1_typescript@4.7.4 tslib: 2.4.0 transitivePeerDependencies: - typescript dev: true - /@eslint/eslintrc/1.2.3: + /@eslint/eslintrc/1.3.0: resolution: { - integrity: sha512-uGo44hIwoLGNyduRpjdEpovcbMdd+Nv7amtmJxnKmI8xj6yd5LncmSwDa5NgX/41lIFJtkjD6YdVfgEzPfJ5UA== + integrity: sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw== } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dependencies: ajv: 6.12.6 debug: 4.3.4 espree: 9.3.2 - globals: 13.14.0 + globals: 13.15.0 ignore: 5.2.0 import-fresh: 3.3.0 js-yaml: 4.1.0 @@ -973,10 +985,10 @@ packages: } dev: false - /@floating-ui/dom/0.5.3: + /@floating-ui/dom/0.5.4: resolution: { - integrity: sha512-vpjWB1uC7rajvgA58uzlJZgtWqrdDQLw+XVA3w63ZTmsWwRmVd0Gl5Dy9VMAViI9cP7hBWaJt23Jy3AVgVYnoQ== + integrity: sha512-419BMceRLq0RrmTSDxn8hf9R3VCJv2K9PUfugh5JyEFmdjzDo+e8U5EdR8nzKq8Yj1htzLm3b6eQEEam3/rrtg== } dependencies: "@floating-ui/core": 0.7.3 @@ -1003,73 +1015,73 @@ packages: } dev: true - /@iconify-icons/carbon/1.2.5: + /@iconify-icons/carbon/1.2.7: resolution: { - integrity: sha512-Xp3hHkmafoNeLzN2PBRSTMJ4cGRfwzmUo9U+XcxTX++N+5wzmyY/mN89GoMyyanB592C/TZQD9Fdn2BMOxrv5w== + integrity: sha512-Z3oFm211k9N8NpCaa0INvPGiCjiDpA5TvJbsGSTQld17YkSJNPRJRNbniFcbMYfLlECwaK0QXjP2DN2/4J4NBg== } dependencies: "@iconify/types": 1.1.0 dev: true - /@iconify-icons/ep/1.2.4: + /@iconify-icons/ep/1.2.7: resolution: { - integrity: sha512-EmNFcajYB1ZfvviG6296NtfMlg0Q+w619qx/0H+tUaVxHIlChPlmOYMKRiOPKeNTvoFgEN+u5jbYxMWBqSWYDg== + integrity: sha512-y0/zXggqqrUAM5JBnWr8NXe2ZPlyECS3kuCCW14KnQE21w1hXde1ywEPgCdC02moNsJYcRCqtPisMjdFP7YdPw== } dependencies: "@iconify/types": 1.1.0 dev: true - /@iconify-icons/fa-solid/1.2.2: + /@iconify-icons/fa-solid/1.2.3: resolution: { - integrity: sha512-XNU+pk89pMbozQk9YMpxA+K+rPsq07MXJa9TwZS1oyBlbaIdeH6r/KOOeNYzmDVk6yaaZyTh9wfSJhuc8zIVYw== + integrity: sha512-Eo8TQ4d4tJnMGhNNDujGb2HWsNgAC4AS0h+Pzd199aazgNPQnP16ycCt4CijpmETI9hjZCLrgfc2VUiBQ2FzHQ== } dependencies: "@iconify/types": 1.1.0 dev: true - /@iconify-icons/fa/1.2.2: + /@iconify-icons/fa/1.2.3: resolution: { - integrity: sha512-8lecoWNI7X/GRw7B9NPVyGlPrqUxi1w1aZyzAm1s+eiPixmmivxdHtg53tGeSJpYgm/grfSti8EbYoiFTIckrw== + integrity: sha512-qxMbbKfZMJf7C74mrRKsH3Rb9sjua5ujtHjEUMI1yKlriZPbQale9SqXu4m6Xlq6OJ1GSN3LRsweE/pcm889oQ== } dependencies: "@iconify/types": 1.1.0 dev: true - /@iconify-icons/fluent/1.2.8: + /@iconify-icons/fluent/1.2.13: resolution: { - integrity: sha512-W+907AMM9YF94qA24dE1B6Id8BTKQhTVR7SmshOhNTTqF2NsQoxw/Yb2jzX0I6XCpnwe0MVhqcv3MQesSjTiwg== + integrity: sha512-NHz4IRxWNQTM66+SVyyckTcPNuU+gnJj/KhLFHu7UwsHL8ohUKaiYEhfJPZSsRweimbWZdQzEebKXkGFeexaXg== } dependencies: "@iconify/types": 1.1.0 dev: true - /@iconify-icons/mdi/1.2.11: + /@iconify-icons/mdi/1.2.22: resolution: { - integrity: sha512-FguLqgzaw5gRNIrSYv0gu+6kjxYB9bzWtjXurfbXa+eNc5NFh7W65qehpQy+7cONRpnqSPkILsz/Iko6RtMjwg== + integrity: sha512-dk1QJd/jQ6R/5YTg7mOqyrDdSk5g+KuWp59N9o5DAuOLtBPCOWZooW6Sj+Vil3wRA0EsF9Vk8Ythyrlwb75stw== } dependencies: "@iconify/types": 1.1.0 dev: true - /@iconify-icons/ri/1.2.1: + /@iconify-icons/ri/1.2.3: resolution: { - integrity: sha512-8VlUg6xrRz2BWmwulF6aWnb138NzkLhBJZ36Pu/9qjpTwwLyFi+Wgg1+LeMvOBXySiD/H/bTQh7Lay73uiN61A== + integrity: sha512-9yIE6qVgz9t8B5dQOJFC0N3NUwgoARiJjZ3z2IAV+vxLwa3tO/OTlddfDBBZhOVquB7DIh4cWqYC2dSfbWbfhw== } dependencies: "@iconify/types": 1.1.0 dev: true - /@iconify-icons/uil/1.2.1: + /@iconify-icons/uil/1.2.2: resolution: { - integrity: sha512-ovb4896S1EH6gqP98NPa4pKzNYaJTtrXoEzM4xm3RJAF9/ke4N96v+DOGnR3oT+EGpdfJjzlyISeDqNlPvpCXw== + integrity: sha512-38Z19w4dSNQdCTAhwGDi+3eg7DyRyesSM5tvgTY4AgkCPl4k+DwaYfjuI/hbWtyFoGcblfCdxjkDVGGGMNdheg== } dependencies: "@iconify/types": 1.1.0 @@ -1224,7 +1236,7 @@ packages: debug: 4.3.4 fast-glob: 3.2.11 source-map: 0.6.1 - vite: 2.9.13_sass@1.51.0 + vite: 2.9.13_sass@1.53.0 vue-i18n: 9.2.0-beta.36_vue@3.2.37 transitivePeerDependencies: - supports-color @@ -1248,63 +1260,75 @@ packages: } engines: { node: ">=6.0.0" } dependencies: - "@jridgewell/set-array": 1.1.1 - "@jridgewell/sourcemap-codec": 1.4.13 + "@jridgewell/set-array": 1.1.2 + "@jridgewell/sourcemap-codec": 1.4.14 dev: true - /@jridgewell/resolve-uri/3.0.7: + /@jridgewell/gen-mapping/0.3.2: resolution: { - integrity: sha512-8cXDaBBHOr2pQ7j77Y6Vp5VDT2sIqWyWQ56TjEq4ih/a4iST3dItRe8Q9fp0rrIl9DoKhWQtUQz/YpOxLkXbNA== + 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.14 + dev: true + + /@jridgewell/resolve-uri/3.0.8: + resolution: + { + integrity: sha512-YK5G9LaddzGbcucK4c8h5tWFmMPBvRZ/uyWmN1/SbBdIvqGUdWGkJ5BAaccgs6XbzVLsqbPJrBSFwKv3kT9i7w== } engines: { node: ">=6.0.0" } dev: true - /@jridgewell/set-array/1.1.1: + /@jridgewell/set-array/1.1.2: resolution: { - integrity: sha512-Ct5MqZkLGEXTVmQYbGtx9SVqD2fqwvdubdps5D3djjAkgkKwT918VNOz65pEHFaYTeWcukmJmH5SwsA9Tn2ObQ== + integrity: sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw== } engines: { node: ">=6.0.0" } dev: true - /@jridgewell/sourcemap-codec/1.4.13: + /@jridgewell/sourcemap-codec/1.4.14: resolution: { - integrity: sha512-GryiOJmNcWbovBxTfZSF71V/mXbgcV3MewDe3kIMCLyIh5e7SKAeUZs+rMnJ8jkMolZ/4/VsdBmMrw3l+VdZ3w== + integrity: sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw== } dev: true - /@jridgewell/trace-mapping/0.3.11: + /@jridgewell/trace-mapping/0.3.14: resolution: { - integrity: sha512-RllI476aSMsxzeI9TtlSMoNTgHDxEmnl6GkkHwhr0vdL8W+0WuesyI8Vd3rBOfrwtPXbPxdT9ADJdiOKgzxPQA== + integrity: sha512-bJWEfQ9lPTvm3SneWwRFVLzrh6nhjwqw7TUFFBEMzwvg7t7PCDenf2lDwqo4NQXzdpgBXyFgDWnQA+2vkruksQ== } dependencies: - "@jridgewell/resolve-uri": 3.0.7 - "@jridgewell/sourcemap-codec": 1.4.13 + "@jridgewell/resolve-uri": 3.0.8 + "@jridgewell/sourcemap-codec": 1.4.14 dev: true - /@logicflow/core/1.1.16: + /@logicflow/core/1.1.20: resolution: { - integrity: sha512-FYfqMUYkRkeqvyH6/ujM268Pdbl0L4A6SWOvZJDKaBAYe7XtuqtRtS6n1UVSVL0qt3XkM0vaRYV3wm9sMqgmRg== + integrity: sha512-I32++G/4/jePOseJNsFVv1BL9bxu23UiLcxaAgd/6S5ccHyr0rWuIRKNqiEI/iys+ADSYxMMwYfGb/5Adw3vHw== } dependencies: "@types/mousetrap": 1.6.9 mousetrap: 1.6.5 - preact: 10.7.2 + preact: 10.8.2 dev: false - /@logicflow/extension/1.1.16: + /@logicflow/extension/1.1.20: resolution: { - integrity: sha512-okImo/qKLlqMHbztPuPeVYAOsjIwBYxAvfo2+XeudrPP32BUl3pMse9HzY/AbMHUdkZWHR3yeu2tvFt/ig8gFA== + integrity: sha512-L/wBU8sARFqVZm9IUp7fM3Wfr4N6pDIqtLOauA4TyXP8ZbEvRkqzBsndh8qFUIJp1WjILmZE6xr8FcW4swvTrQ== } dependencies: - "@logicflow/core": 1.1.16 + "@logicflow/core": 1.1.20 ids: 1.0.0 - preact: 10.7.2 + preact: 10.8.2 dev: false /@nodelib/fs.scandir/2.1.5: @@ -1344,10 +1368,10 @@ packages: } dev: true - /@pureadmin/components/1.0.6_vue@3.2.37: + /@pureadmin/components/1.0.8_vue@3.2.37: resolution: { - integrity: sha512-k+ZF/vsnLAZDkTGpBqZ44s9LTPZsCDFRnfNNXlGy7+TXInarzopuVWeQHGsPbHB3LPHcNd2/4MBjOq4NKYglpw== + integrity: sha512-cU+eor4PpAviuVlwjWl5MtCGwidGA6JA/rPzbB1EIZ13UV7iFyIpqjXcOF1Ge3sjRxmrG2VwCxICt6x+ZRw/2w== } peerDependencies: vue: ^3.2.0 @@ -1364,19 +1388,19 @@ packages: } dependencies: "@element-plus/icons-vue": 2.0.6_vue@3.2.37 - element-plus: 2.2.6_vue@3.2.37 + element-plus: 2.2.8_vue@3.2.37 vue: 3.2.37 transitivePeerDependencies: - "@vue/composition-api" dev: false - /@pureadmin/table/1.1.0: + /@pureadmin/table/1.2.0: resolution: { - integrity: sha512-KZEUUSpBLz1yvOU8aijIpQNxgwD8bv1o64AQuqITDQ/JqUScVfPcGKupg8pwnxY53fNgt68xRK7nLyaWXvc4nA== + integrity: sha512-mJBpMj0YkaqTM5TDz+ek/f8h74qRLhDc/gLJhBq0wpyfCgG++Jd/9i+QUj8gedA5oN8IL6LOSFbcvlGDYxHgkw== } dependencies: - element-plus: 2.2.6_vue@3.2.37 + element-plus: 2.2.8_vue@3.2.37 vue: 3.2.37 transitivePeerDependencies: - "@vue/composition-api" @@ -1393,19 +1417,16 @@ packages: string-hash: 1.1.3 dev: true - /@pureadmin/utils/0.0.11_1a08b060e53473a36d1e6d099e1379e8: + /@pureadmin/utils/0.0.14_ddeba6182d8a664107079ddd4d59141b: resolution: { - integrity: sha512-1DmkbCTrMKXXaW+Ws4w+ZkGnEQ87gZpwplevHE9G+9QgWYxxLbvhzYBMBuu0aE6EJ+/ynylFKOEFBtOi03pXNA== + integrity: sha512-2t65fbHfiImv8yt3aKSBS1Y7ubZfefzlPccS3YF8Ds8tNEDOVJdcR/AuXL7EOI9DOE1V/UF3JhiVN4zvuQLPmQ== } peerDependencies: - china-area-data: "*" dayjs: "*" echarts: ^5.3.0 vue: ^3.2.0 peerDependenciesMeta: - china-area-data: - optional: true dayjs: optional: true echarts: @@ -1413,13 +1434,12 @@ packages: vue: optional: true dependencies: - china-area-data: 5.0.1 dayjs: 1.11.3 echarts: 5.3.3 vue: 3.2.37 dev: false - /@rollup/plugin-node-resolve/13.3.0_rollup@2.72.1: + /@rollup/plugin-node-resolve/13.3.0_rollup@2.75.7: resolution: { integrity: sha512-Lus8rbUo1eEcnS4yTFKLZrVumLPY+YayBdWXgFSHYhTT2iJbMhoaaBL3xl5NCdeRytErGr8tZ0L71BMRmnlwSw== @@ -1428,16 +1448,16 @@ packages: peerDependencies: rollup: ^2.42.0 dependencies: - "@rollup/pluginutils": 3.1.0_rollup@2.72.1 + "@rollup/pluginutils": 3.1.0_rollup@2.75.7 "@types/resolve": 1.17.1 deepmerge: 4.2.2 is-builtin-module: 3.1.0 is-module: 1.0.0 - resolve: 1.22.0 - rollup: 2.72.1 + resolve: 1.22.1 + rollup: 2.75.7 dev: true - /@rollup/pluginutils/3.1.0_rollup@2.72.1: + /@rollup/pluginutils/3.1.0_rollup@2.75.7: resolution: { integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg== @@ -1449,7 +1469,7 @@ packages: "@types/estree": 0.0.39 estree-walker: 1.0.1 picomatch: 2.3.1 - rollup: 2.72.1 + rollup: 2.75.7 dev: true /@rollup/pluginutils/4.2.1: @@ -1469,7 +1489,7 @@ packages: integrity: sha512-/l5w8BIkrpP6n1xsetx9MWPWlU6OblN5YgZZphxan0Tq4BByTCETL6lyIeY8lagalS2Nbt4F2W034KHLIiunKA== } dependencies: - core-js: 3.22.5 + core-js: 3.23.3 nanopop: 2.1.0 dev: false @@ -1632,10 +1652,17 @@ packages: "@types/node": 14.14.14 dev: true - /@typescript-eslint/eslint-plugin/5.23.0_17b6d2ce7129f0b36f2c30ae592c16e7: + /@types/web-bluetooth/0.0.14: resolution: { - integrity: sha512-hEcSmG4XodSLiAp1uxv/OQSGsDY6QN3TcRU32gANp+19wGE1QQZLRS8/GV58VRUoXhnkuJ3ZxNQ3T6Z6zM59DA== + integrity: sha512-5d2RhCard1nQUC3aHcq/gHzWYO6K0WJmAbjO7mQJgCQKtZpgXxv1rOM6O/dBDhDYYVutk1sciOgNSe+5YyfM8A== + } + dev: false + + /@typescript-eslint/eslint-plugin/5.30.3_bd298502bfa44e376686f9e6b29811dd: + resolution: + { + integrity: sha512-QEgE1uahnDbWEkZlidq7uKB630ny1NN8KbLPmznX+8hYsYpoV1/quG1Nzvs141FVuumuS7O0EpqYw3RB4AVzRg== } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } peerDependencies: @@ -1646,26 +1673,26 @@ packages: typescript: optional: true dependencies: - "@typescript-eslint/parser": 5.23.0_eslint@8.15.0+typescript@4.6.4 - "@typescript-eslint/scope-manager": 5.23.0 - "@typescript-eslint/type-utils": 5.23.0_eslint@8.15.0+typescript@4.6.4 - "@typescript-eslint/utils": 5.23.0_eslint@8.15.0+typescript@4.6.4 + "@typescript-eslint/parser": 5.30.3_eslint@8.19.0+typescript@4.7.4 + "@typescript-eslint/scope-manager": 5.30.3 + "@typescript-eslint/type-utils": 5.30.3_eslint@8.19.0+typescript@4.7.4 + "@typescript-eslint/utils": 5.30.3_eslint@8.19.0+typescript@4.7.4 debug: 4.3.4 - eslint: 8.15.0 + eslint: 8.19.0 functional-red-black-tree: 1.0.1 ignore: 5.2.0 regexpp: 3.2.0 semver: 7.3.7 - tsutils: 3.21.0_typescript@4.6.4 - typescript: 4.6.4 + tsutils: 3.21.0_typescript@4.7.4 + typescript: 4.7.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser/5.23.0_eslint@8.15.0+typescript@4.6.4: + /@typescript-eslint/parser/5.30.3_eslint@8.19.0+typescript@4.7.4: resolution: { - integrity: sha512-V06cYUkqcGqpFjb8ttVgzNF53tgbB/KoQT/iB++DOIExKmzI9vBJKjZKt/6FuV9c+zrDsvJKbJ2DOCYwX91cbw== + integrity: sha512-ddwGEPC3E49DduAUC8UThQafHRE5uc1NE8jdOgl+w8/NrYF50MJQNeD3u4JZrqAXdY9rJz0CdQ9HpNME20CzkA== } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } peerDependencies: @@ -1675,31 +1702,31 @@ packages: typescript: optional: true dependencies: - "@typescript-eslint/scope-manager": 5.23.0 - "@typescript-eslint/types": 5.23.0 - "@typescript-eslint/typescript-estree": 5.23.0_typescript@4.6.4 + "@typescript-eslint/scope-manager": 5.30.3 + "@typescript-eslint/types": 5.30.3 + "@typescript-eslint/typescript-estree": 5.30.3_typescript@4.7.4 debug: 4.3.4 - eslint: 8.15.0 - typescript: 4.6.4 + eslint: 8.19.0 + typescript: 4.7.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/scope-manager/5.23.0: + /@typescript-eslint/scope-manager/5.30.3: resolution: { - integrity: sha512-EhjaFELQHCRb5wTwlGsNMvzK9b8Oco4aYNleeDlNuL6qXWDF47ch4EhVNPh8Rdhf9tmqbN4sWDk/8g+Z/J8JVw== + integrity: sha512-yVJIIUXeo/vv6Alj6lKBvsqnRs5hcxUpN3Dg3aD9Zv6r7p6Nn106jJcr5rnpRHAReEb/aMI2RWrt3JmL17eCVA== } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dependencies: - "@typescript-eslint/types": 5.23.0 - "@typescript-eslint/visitor-keys": 5.23.0 + "@typescript-eslint/types": 5.30.3 + "@typescript-eslint/visitor-keys": 5.30.3 dev: true - /@typescript-eslint/type-utils/5.23.0_eslint@8.15.0+typescript@4.6.4: + /@typescript-eslint/type-utils/5.30.3_eslint@8.19.0+typescript@4.7.4: resolution: { - integrity: sha512-iuI05JsJl/SUnOTXA9f4oI+/4qS/Zcgk+s2ir+lRmXI+80D8GaGwoUqs4p+X+4AxDolPpEpVUdlEH4ADxFy4gw== + integrity: sha512-IIzakE7OXOqdwPaXhRiPnaZ8OuJJYBLufOffd9fqzkI4IMFIYq8KC7bghdnF7QUJTirURRErQFrJ/w5UpwIqaw== } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } peerDependencies: @@ -1709,27 +1736,27 @@ packages: typescript: optional: true dependencies: - "@typescript-eslint/utils": 5.23.0_eslint@8.15.0+typescript@4.6.4 + "@typescript-eslint/utils": 5.30.3_eslint@8.19.0+typescript@4.7.4 debug: 4.3.4 - eslint: 8.15.0 - tsutils: 3.21.0_typescript@4.6.4 - typescript: 4.6.4 + eslint: 8.19.0 + tsutils: 3.21.0_typescript@4.7.4 + typescript: 4.7.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/types/5.23.0: + /@typescript-eslint/types/5.30.3: resolution: { - integrity: sha512-NfBsV/h4dir/8mJwdZz7JFibaKC3E/QdeMEDJhiAE3/eMkoniZ7MjbEMCGXw6MZnZDMN3G9S0mH/6WUIj91dmw== + integrity: sha512-vshU3pjSTgBPNgfd55JLYngHkXuwQP68fxYFUAg1Uq+JrR3xG/XjvL9Dmv28CpOERtqwkaR4QQ3mD0NLZcE2Xw== } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dev: true - /@typescript-eslint/typescript-estree/5.23.0_typescript@4.6.4: + /@typescript-eslint/typescript-estree/5.30.3_typescript@4.7.4: resolution: { - integrity: sha512-xE9e0lrHhI647SlGMl+m+3E3CKPF1wzvvOEWnuE3CCjjT7UiRnDGJxmAcVKJIlFgK6DY9RB98eLr1OPigPEOGg== + integrity: sha512-jqVh5N9AJx6+7yRgoA+ZelAFrHezgI9pzI9giv7s84DDOmtpFwTgURcpICDHyz9x6vAeOu91iACZ4dBTVfzIyA== } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } peerDependencies: @@ -1738,47 +1765,47 @@ packages: typescript: optional: true dependencies: - "@typescript-eslint/types": 5.23.0 - "@typescript-eslint/visitor-keys": 5.23.0 + "@typescript-eslint/types": 5.30.3 + "@typescript-eslint/visitor-keys": 5.30.3 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 semver: 7.3.7 - tsutils: 3.21.0_typescript@4.6.4 - typescript: 4.6.4 + tsutils: 3.21.0_typescript@4.7.4 + typescript: 4.7.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/utils/5.23.0_eslint@8.15.0+typescript@4.6.4: + /@typescript-eslint/utils/5.30.3_eslint@8.19.0+typescript@4.7.4: resolution: { - integrity: sha512-dbgaKN21drqpkbbedGMNPCtRPZo1IOUr5EI9Jrrh99r5UW5Q0dz46RKXeSBoPV+56R6dFKpbrdhgUNSJsDDRZA== + integrity: sha512-OEaBXGxxdIy35H+jyXfYAMQ66KMJczK9hEhL3gR6IRbWe5PyK+bPDC9zbQNVII6rNFTfF/Mse0z21NlEU+vOMw== } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: "@types/json-schema": 7.0.11 - "@typescript-eslint/scope-manager": 5.23.0 - "@typescript-eslint/types": 5.23.0 - "@typescript-eslint/typescript-estree": 5.23.0_typescript@4.6.4 - eslint: 8.15.0 + "@typescript-eslint/scope-manager": 5.30.3 + "@typescript-eslint/types": 5.30.3 + "@typescript-eslint/typescript-estree": 5.30.3_typescript@4.7.4 + eslint: 8.19.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.15.0 + eslint-utils: 3.0.0_eslint@8.19.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/visitor-keys/5.23.0: + /@typescript-eslint/visitor-keys/5.30.3: resolution: { - integrity: sha512-Vd4mFNchU62sJB8pX19ZSPog05B0Y0CE2UxAZPT5k4iqhRYjPnqyY3woMxCd0++t9OTqkgjST+1ydLBi7e2Fvg== + integrity: sha512-ep2xtHOhnSRt6fDP9DSSxrA/FqZhdMF7/Y9fYsxrKss2uWJMbzJyBJ/We1fKc786BJ10pHwrzUlhvpz8i7XzBg== } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dependencies: - "@typescript-eslint/types": 5.23.0 + "@typescript-eslint/types": 5.30.3 eslint-visitor-keys: 3.3.0 dev: true @@ -1795,10 +1822,10 @@ packages: "@unocss/preset-uno": 0.39.3 cac: 6.7.12 chokidar: 3.5.3 - colorette: 2.0.16 + colorette: 2.0.19 consola: 2.15.3 fast-glob: 3.2.11 - pathe: 0.3.0 + pathe: 0.3.2 perfect-debounce: 0.1.3 dev: true @@ -1967,62 +1994,62 @@ packages: "@unocss/scope": 0.39.3 "@unocss/transformer-directives": 0.39.3 magic-string: 0.26.2 - vite: 2.9.13_sass@1.51.0 + vite: 2.9.13_sass@1.53.0 dev: true - /@uppy/companion-client/2.0.6: + /@uppy/companion-client/2.2.1: resolution: { - integrity: sha512-a2tsKhNPekW52CYUjBa7oVcK+aPm/Rd9FY/4wMbkjSsyj0BVjNdkR7jSEXfddUyKf+H5qLqNFXEHfGp/p9FOEA== + integrity: sha512-Y3E10NJLMfp/wjgthNhx3gJtT67fzFCPNPFwpNNRs5iJsW6PANhJ420eyMUFzfmEZ56ZzGYxr5pzJZx8YxHICQ== } dependencies: - "@uppy/utils": 4.0.7 + "@uppy/utils": 4.1.0 namespace-emitter: 2.0.1 dev: false - /@uppy/core/2.1.10: + /@uppy/core/2.3.1: resolution: { - integrity: sha512-Y6xBtlzG5235P6GTKFJeBF2tczfHNPfEk4ZfDL30aU+n4mVXIuOXTAN60kQ3WsX/SYaIfx7RmX9DSP/SBoQrbA== + integrity: sha512-KV04X7ueYbYX1p37/i3QsoQSw8IDP8Yb+Bh9KNN0X2Vcun6K2VnNjhVtPmPXtyjDZooK7lVIqhRX8TZWcSfgSQ== } dependencies: "@transloadit/prettier-bytes": 0.0.7 - "@uppy/store-default": 2.0.3 - "@uppy/utils": 4.0.7 + "@uppy/store-default": 2.1.0 + "@uppy/utils": 4.1.0 lodash.throttle: 4.1.1 mime-match: 1.0.2 namespace-emitter: 2.0.1 nanoid: 3.3.4 - preact: 10.7.2 + preact: 10.8.2 dev: false - /@uppy/store-default/2.0.3: + /@uppy/store-default/2.1.0: resolution: { - integrity: sha512-2BGlN1sW0cFv4rOqTK8dfSg579S984N1HxCJxLFqeW9nWD6zd/O8Omyd85tbxGQ+FLZLTmLOm/feD0YeCBMahg== + integrity: sha512-BkcR1wGw6Kwbvr8m1tKF9EDDWSTJoTGnVseBF/iW4bzR22assbtxZIE1iroo68UMqYEG4rv63SX4BUEtNvVjdA== } dev: false - /@uppy/utils/4.0.7: + /@uppy/utils/4.1.0: resolution: { - integrity: sha512-nKViMT8XchKy+NWpb3DtVKuzZBmW7au26LrMq89EsvTwIOT6UR9+7bmz/+zr3+lc7UC7vMgNChIC6G+/Ya9wWQ== + integrity: sha512-C47DUl4uLzmQZdW+VmetIgGRurXuPsvb+/pyYqh9DJn0Phep8u7AOj/tlJA5CHv4pefNHsFjXpaWfSUG3HtW3A== } dependencies: lodash.throttle: 4.1.1 dev: false - /@uppy/xhr-upload/2.0.7_@uppy+core@2.1.10: + /@uppy/xhr-upload/2.1.2_@uppy+core@2.3.1: resolution: { - integrity: sha512-bzCc654B0HfNmL4BIr7gGTvg2pQBucYgPmAb4ST7jGyWlEJWbSxMXR/19zvISQzpJ6v1uP6q2ppgxGMqNdj/rA== + integrity: sha512-VCsb7J5yHsof49nnUa+Y1n27UMtqHPttQmmoCa5hmjqa9R7ZISpBkXKOQmZo526eopKNuAKSAdkHWfCm8efJTA== } peerDependencies: - "@uppy/core": ^2.1.4 + "@uppy/core": ^2.3.1 dependencies: - "@uppy/companion-client": 2.0.6 - "@uppy/core": 2.1.10 - "@uppy/utils": 4.0.7 + "@uppy/companion-client": 2.2.1 + "@uppy/core": 2.3.1 + "@uppy/utils": 4.1.0 nanoid: 3.3.4 dev: false @@ -2035,12 +2062,12 @@ packages: peerDependencies: vite: ^2.8.0 dependencies: - "@babel/standalone": 7.17.11 - core-js: 3.22.5 - magic-string: 0.26.1 + "@babel/standalone": 7.18.7 + core-js: 3.23.3 + magic-string: 0.26.2 regenerator-runtime: 0.13.9 systemjs: 6.12.1 - vite: 2.9.13_sass@1.51.0 + vite: 2.9.13_sass@1.53.0 dev: true /@vitejs/plugin-vue-jsx/1.3.10: @@ -2050,11 +2077,11 @@ packages: } engines: { node: ">=12.0.0" } dependencies: - "@babel/core": 7.17.10 - "@babel/plugin-syntax-import-meta": 7.10.4_@babel+core@7.17.10 - "@babel/plugin-transform-typescript": 7.16.8_@babel+core@7.17.10 + "@babel/core": 7.18.6 + "@babel/plugin-syntax-import-meta": 7.10.4_@babel+core@7.18.6 + "@babel/plugin-transform-typescript": 7.18.6_@babel+core@7.18.6 "@rollup/pluginutils": 4.2.1 - "@vue/babel-plugin-jsx": 1.1.1_@babel+core@7.17.10 + "@vue/babel-plugin-jsx": 1.1.1_@babel+core@7.18.6 hash-sum: 2.0.0 transitivePeerDependencies: - supports-color @@ -2070,7 +2097,7 @@ packages: vite: ^2.5.10 vue: ^3.2.25 dependencies: - vite: 2.9.13_sass@1.51.0 + vite: 2.9.13_sass@1.53.0 vue: 3.2.37 dev: true @@ -2081,17 +2108,17 @@ packages: } dev: true - /@vue/babel-plugin-jsx/1.1.1_@babel+core@7.17.10: + /@vue/babel-plugin-jsx/1.1.1_@babel+core@7.18.6: resolution: { integrity: sha512-j2uVfZjnB5+zkcbc/zsOc0fSNGCMMjaEXP52wdwdIfn0qjFfEYpYZBFKFg+HHnQeJCVrjOeO0YxgaL7DMrym9w== } dependencies: - "@babel/helper-module-imports": 7.16.7 - "@babel/plugin-syntax-jsx": 7.16.7_@babel+core@7.17.10 - "@babel/template": 7.16.7 - "@babel/traverse": 7.17.10 - "@babel/types": 7.17.10 + "@babel/helper-module-imports": 7.18.6 + "@babel/plugin-syntax-jsx": 7.18.6_@babel+core@7.18.6 + "@babel/template": 7.18.6 + "@babel/traverse": 7.18.6 + "@babel/types": 7.18.7 "@vue/babel-helper-vue-transform-on": 1.0.2 camelcase: 6.3.0 html-tags: 3.2.0 @@ -2101,39 +2128,16 @@ packages: - supports-color dev: true - /@vue/compiler-core/3.2.33: - resolution: - { - integrity: sha512-AAmr52ji3Zhk7IKIuigX2osWWsb2nQE5xsdFYjdnmtQ4gymmqXbjLvkSE174+fF3A3kstYrTgGkqgOEbsdLDpw== - } - dependencies: - "@babel/parser": 7.17.10 - "@vue/shared": 3.2.33 - estree-walker: 2.0.2 - source-map: 0.6.1 - dev: true - /@vue/compiler-core/3.2.37: resolution: { integrity: sha512-81KhEjo7YAOh0vQJoSmAD68wLfYqJvoiD4ulyedzF+OEk/bk6/hx3fTNVfuzugIIaTrOx4PGx6pAiBRe5e9Zmg== } dependencies: - "@babel/parser": 7.17.10 + "@babel/parser": 7.18.6 "@vue/shared": 3.2.37 estree-walker: 2.0.2 source-map: 0.6.1 - dev: false - - /@vue/compiler-dom/3.2.33: - resolution: - { - integrity: sha512-GhiG1C8X98Xz9QUX/RlA6/kgPBWJkjq0Rq6//5XTAGSYrTMBgcLpP9+CnlUg1TFxnnCVughAG+KZl28XJqw8uQ== - } - dependencies: - "@vue/compiler-core": 3.2.33 - "@vue/shared": 3.2.33 - dev: true /@vue/compiler-dom/3.2.37: resolution: @@ -2143,25 +2147,6 @@ packages: dependencies: "@vue/compiler-core": 3.2.37 "@vue/shared": 3.2.37 - dev: false - - /@vue/compiler-sfc/3.2.33: - resolution: - { - integrity: sha512-H8D0WqagCr295pQjUYyO8P3IejM3vEzeCO1apzByAEaAR/WimhMYczHfZVvlCE/9yBaEu/eu9RdiWr0kF8b71Q== - } - dependencies: - "@babel/parser": 7.17.10 - "@vue/compiler-core": 3.2.33 - "@vue/compiler-dom": 3.2.33 - "@vue/compiler-ssr": 3.2.33 - "@vue/reactivity-transform": 3.2.33 - "@vue/shared": 3.2.33 - estree-walker: 2.0.2 - magic-string: 0.25.9 - postcss: 8.4.13 - source-map: 0.6.1 - dev: true /@vue/compiler-sfc/3.2.37: resolution: @@ -2169,7 +2154,7 @@ packages: integrity: sha512-+7i/2+9LYlpqDv+KTtWhOZH+pa8/HnX/905MdVmAcI/mPQOBwkHHIzrsEsucyOIZQYMkXUiTkmZq5am/NyXKkg== } dependencies: - "@babel/parser": 7.17.10 + "@babel/parser": 7.18.6 "@vue/compiler-core": 3.2.37 "@vue/compiler-dom": 3.2.37 "@vue/compiler-ssr": 3.2.37 @@ -2177,19 +2162,8 @@ packages: "@vue/shared": 3.2.37 estree-walker: 2.0.2 magic-string: 0.25.9 - postcss: 8.4.13 + postcss: 8.4.14 source-map: 0.6.1 - dev: false - - /@vue/compiler-ssr/3.2.33: - resolution: - { - integrity: sha512-XQh1Xdk3VquDpXsnoCd7JnMoWec9CfAzQDQsaMcSU79OrrO2PNR0ErlIjm/mGq3GmBfkQjzZACV+7GhfRB8xMQ== - } - dependencies: - "@vue/compiler-dom": 3.2.33 - "@vue/shared": 3.2.33 - dev: true /@vue/compiler-ssr/3.2.37: resolution: @@ -2199,16 +2173,15 @@ packages: dependencies: "@vue/compiler-dom": 3.2.37 "@vue/shared": 3.2.37 - dev: false - /@vue/devtools-api/6.1.4: + /@vue/devtools-api/6.2.0: resolution: { - integrity: sha512-IiA0SvDrJEgXvVxjNkHPFfDx6SXw0b/TUkqMcDZWNg9fnCAHbTpoo59YfJ9QLFkwa3raau5vSlRVzMSLDnfdtQ== + integrity: sha512-pF1G4wky+hkifDiZSWn8xfuLOJI1ZXtuambpBEYaf7Xaf6zC/pM29rvAGpd3qaGXnr4BAXU1Pxz/VfvBGwexGA== } dev: false - /@vue/eslint-config-prettier/7.0.0_eslint@8.15.0+prettier@2.6.2: + /@vue/eslint-config-prettier/7.0.0_eslint@8.19.0+prettier@2.7.1: resolution: { integrity: sha512-/CTc6ML3Wta1tCe1gUeO0EYnVXfo3nJXsIhZ8WJr3sov+cGASr6yuiibJTL6lmIBm7GobopToOuB3B6AWyV0Iw== @@ -2217,13 +2190,13 @@ packages: eslint: ">= 7.28.0" prettier: ">= 2.0.0" dependencies: - eslint: 8.15.0 - eslint-config-prettier: 8.5.0_eslint@8.15.0 - eslint-plugin-prettier: 4.0.0_440b30a60bbe5bb6e3ad0057150b2782 - prettier: 2.6.2 + eslint: 8.19.0 + eslint-config-prettier: 8.5.0_eslint@8.19.0 + eslint-plugin-prettier: 4.2.1_fd2e32b7574349919aac0818c3f895ea + prettier: 2.7.1 dev: true - /@vue/eslint-config-typescript/10.0.0_7f105dc3ebd31cec885fdbbd30d5cc4c: + /@vue/eslint-config-typescript/10.0.0_948967573c0120c2dc5daba0cf4fbf9b: resolution: { integrity: sha512-F94cL8ug3FaYXlCfU5/wiGjk1qeadmoBpRGAOBq+qre3Smdupa59dd6ZJrsfRODpsMPyTG7330juMDsUvpZ3Rw== @@ -2237,41 +2210,27 @@ packages: typescript: optional: true dependencies: - "@typescript-eslint/eslint-plugin": 5.23.0_17b6d2ce7129f0b36f2c30ae592c16e7 - "@typescript-eslint/parser": 5.23.0_eslint@8.15.0+typescript@4.6.4 - eslint: 8.15.0 - eslint-plugin-vue: 8.7.1_eslint@8.15.0 - typescript: 4.6.4 - vue-eslint-parser: 8.3.0_eslint@8.15.0 + "@typescript-eslint/eslint-plugin": 5.30.3_bd298502bfa44e376686f9e6b29811dd + "@typescript-eslint/parser": 5.30.3_eslint@8.19.0+typescript@4.7.4 + eslint: 8.19.0 + eslint-plugin-vue: 8.7.1_eslint@8.19.0 + typescript: 4.7.4 + vue-eslint-parser: 8.3.0_eslint@8.19.0 transitivePeerDependencies: - supports-color dev: true - /@vue/reactivity-transform/3.2.33: - resolution: - { - integrity: sha512-4UL5KOIvSQb254aqenW4q34qMXbfZcmEsV/yVidLUgvwYQQ/D21bGX3DlgPUGI3c4C+iOnNmDCkIxkILoX/Pyw== - } - dependencies: - "@babel/parser": 7.17.10 - "@vue/compiler-core": 3.2.33 - "@vue/shared": 3.2.33 - estree-walker: 2.0.2 - magic-string: 0.25.9 - dev: true - /@vue/reactivity-transform/3.2.37: resolution: { integrity: sha512-IWopkKEb+8qpu/1eMKVeXrK0NLw9HicGviJzhJDEyfxTR9e1WtpnnbYkJWurX6WwoFP0sz10xQg8yL8lgskAZg== } dependencies: - "@babel/parser": 7.17.10 + "@babel/parser": 7.18.6 "@vue/compiler-core": 3.2.37 "@vue/shared": 3.2.37 estree-walker: 2.0.2 magic-string: 0.25.9 - dev: false /@vue/reactivity/3.2.37: resolution: @@ -2314,23 +2273,16 @@ packages: vue: 3.2.37 dev: false - /@vue/shared/3.2.33: - resolution: - { - integrity: sha512-UBc1Pg1T3yZ97vsA2ueER0F6GbJebLHYlEi4ou1H5YL4KWvMOOWwpYo9/QpWq93wxKG6Wo13IY74Hcn/f7c7Bg== - } - dev: true - /@vue/shared/3.2.37: resolution: { integrity: sha512-4rSJemR2NQIo9Klm1vabqWjD8rs/ZaJSzMxkMNeJS6lHiUjjUeYFbooN19NgFjztubEKh3WlZUeOLVdbbUWHsw== } - /@vueuse/core/8.7.4_vue@3.2.37: + /@vueuse/core/8.7.5_vue@3.2.37: resolution: { - integrity: sha512-dQgxjb79PDcizlaclgCkCzNoqNv12PnbXxUOFL9VacakmD/ACoSMWwTpcG3HKoDoYyl2V3kSW/8AkvXGEYEGFA== + integrity: sha512-tqgzeZGoZcXzoit4kOGLWJibDMLp0vdm6ZO41SSUQhkhtrPhAg6dbIEPiahhUu6sZAmSYvVrZgEr5aKD51nrLA== } peerDependencies: "@vue/composition-api": ^1.1.0 @@ -2341,16 +2293,17 @@ packages: vue: optional: true dependencies: - "@vueuse/metadata": 8.7.4 - "@vueuse/shared": 8.7.4_vue@3.2.37 + "@types/web-bluetooth": 0.0.14 + "@vueuse/metadata": 8.7.5 + "@vueuse/shared": 8.7.5_vue@3.2.37 vue: 3.2.37 - vue-demi: 0.12.5_vue@3.2.37 + vue-demi: 0.13.1_vue@3.2.37 dev: false - /@vueuse/metadata/8.7.4: + /@vueuse/metadata/8.7.5: resolution: { - integrity: sha512-CwEYS6/M6JDxk9D1mUsZq3F0VnYnf39rAxOytP58vb4BrhmPKEVfiSpvxuYcJimU9ccT/xjWhwBnsdGC2H9mIQ== + integrity: sha512-emJZKRQSaEnVqmlu39NpNp8iaW+bPC2kWykWoWOZMSlO/0QVEmO/rt8A5VhOEJTKLX3vwTevqbiRy9WJRwVOQg== } dev: false @@ -2366,19 +2319,19 @@ packages: "@vue/composition-api": optional: true dependencies: - "@vueuse/core": 8.7.4_vue@3.2.37 - "@vueuse/shared": 8.7.4_vue@3.2.37 + "@vueuse/core": 8.7.5_vue@3.2.37 + "@vueuse/shared": 8.7.5_vue@3.2.37 framesync: 6.1.0 popmotion: 11.0.3 style-value-types: 5.1.0 vue: 3.2.37 - vue-demi: 0.12.5_vue@3.2.37 + vue-demi: 0.13.1_vue@3.2.37 dev: false - /@vueuse/shared/8.7.4_vue@3.2.37: + /@vueuse/shared/8.7.5_vue@3.2.37: resolution: { - integrity: sha512-QhwTEd2Gr/8ZliWVEM8sbMUkXtVVV1Mt1mOkCnIbIN33D/V28FwGKUKqEPGZZCXuJchARnun/J1TAiT/UmZd1w== + integrity: sha512-THXPvMBFmg6Gf6AwRn/EdTh2mhqwjGsB2Yfp374LNQSQVKRHtnJ0I42bsZTn7nuEliBxqUrGQm/lN6qUHmhJLw== } peerDependencies: "@vue/composition-api": ^1.1.0 @@ -2390,13 +2343,13 @@ packages: optional: true dependencies: vue: 3.2.37 - vue-demi: 0.12.5_vue@3.2.37 + vue-demi: 0.13.1_vue@3.2.37 dev: false - /@wangeditor/basic-modules/1.0.1_e981500742c304daee1f7c47d407f2ac: + /@wangeditor/basic-modules/1.1.1_1a1af8280ef5f05649c8b43838bd2ad2: resolution: { - integrity: sha512-xgMh0f4BBVHyhaNc96b3rfJklRGEAC2brfeLRXoexnhSCcvyvaIsEuukvvPHYAYK72SCa0Zcdx6tD9O5WyLMDA== + integrity: sha512-tQl2Pw8M2g3CM+ESx2phzr9zSKeuFCM1AMBoPdnlbatU7Dnae0CsEB/b3C+gI0dIQzM2jh34yTmqgbbhrwuRLg== } peerDependencies: "@wangeditor/core": 1.x @@ -2406,19 +2359,19 @@ packages: slate: ^0.72.0 snabbdom: ^3.1.0 dependencies: - "@wangeditor/core": 1.0.1_244ea6ef4b0892bf4fda7d4649c5d6e7 + "@wangeditor/core": 1.1.1_f0c8553e4ef576b3b497e40c12463ebe dom7: 3.0.0 is-url: 1.2.4 lodash.throttle: 4.1.1 nanoid: 3.3.4 slate: 0.72.8 - snabbdom: 3.5.0 + snabbdom: 3.5.1 dev: false - /@wangeditor/code-highlight/1.0.1_9c01e393f047ccf5756665678130754b: + /@wangeditor/code-highlight/1.0.2_b82d5e026f3b646156fc70b31511e8f5: resolution: { - integrity: sha512-3LJ2c7asJT3yOJZ09ibc0TfRNxNy2o5g1MB0Bje5hEM0lV7cGErcjmWNS9l9XDoxrxUoU4ma3p3YjBJzifg/lA== + integrity: sha512-SCtOcUxjKqIso/LSxGSOaYr3G6MC2En0gNTyHIMCG928T0fo0ufaqp/vIXKQzVL2Y+X/CSAOB2EbrFlgGvr0AQ== } peerDependencies: "@wangeditor/core": 1.x @@ -2426,17 +2379,17 @@ packages: slate: ^0.72.0 snabbdom: ^3.1.0 dependencies: - "@wangeditor/core": 1.0.1_244ea6ef4b0892bf4fda7d4649c5d6e7 + "@wangeditor/core": 1.1.1_f0c8553e4ef576b3b497e40c12463ebe dom7: 3.0.0 prismjs: 1.28.0 slate: 0.72.8 - snabbdom: 3.5.0 + snabbdom: 3.5.1 dev: false - /@wangeditor/core/1.0.1_244ea6ef4b0892bf4fda7d4649c5d6e7: + /@wangeditor/core/1.1.1_f0c8553e4ef576b3b497e40c12463ebe: resolution: { - integrity: sha512-vqendw2S3sz+fiTbMRe1GWvlFC81BIbwYQM3jEdM5yoHsFDwQo0az7JrjPedUQjkA0+mYKQHkwuuJMeFN/+Ldg== + integrity: sha512-SrbvOGlONMNMOeFIJI7fC9x0/6T6LvQHTITPCqjgbCm2QF+POcrHzRKGQOqKCsyKi9UJz9hLsjsvJnvP10rxjQ== } peerDependencies: "@uppy/core": ^2.1.1 @@ -2455,8 +2408,8 @@ packages: snabbdom: ^3.1.0 dependencies: "@types/event-emitter": 0.3.3 - "@uppy/core": 2.1.10 - "@uppy/xhr-upload": 2.0.7_@uppy+core@2.1.10 + "@uppy/core": 2.3.1 + "@uppy/xhr-upload": 2.1.2_@uppy+core@2.3.1 dom7: 3.0.0 event-emitter: 0.3.5 html-void-elements: 2.0.1 @@ -2473,37 +2426,37 @@ packages: scroll-into-view-if-needed: 2.2.29 slate: 0.72.8 slate-history: 0.66.0_slate@0.72.8 - snabbdom: 3.5.0 + snabbdom: 3.5.1 dev: false - /@wangeditor/editor-for-vue/5.1.11_c4c65be4d3d5c943ff174ef2fe898c96: + /@wangeditor/editor-for-vue/5.1.12_07fc0c834554d45f8408a2f0cda21753: resolution: { - integrity: sha512-gzo6A9VMWKUVgOTtucNTplb7K1KUvnBoQ76AaB5vmh+9LXv+6jAI4QXADH46PVGwvQJcQ3zqZ/P1pIj/QthjYQ== + integrity: sha512-0Ds3D8I+xnpNWezAeO7HmPRgTfUxHLMd9JKcIw+QzvSmhC5xUHbpCcLU+KLmeBKTR/zffnS5GQo6qi3GhTMJWQ== } peerDependencies: - "@wangeditor/editor": ">=5.0.0" + "@wangeditor/editor": ">=5.1.0" vue: ^3.0.5 dependencies: - "@wangeditor/editor": 5.0.1 + "@wangeditor/editor": 5.1.1 vue: 3.2.37 dev: false - /@wangeditor/editor/5.0.1: + /@wangeditor/editor/5.1.1: resolution: { - integrity: sha512-Z2okt5L80u+RQP8MXiR/Tnh6IAu5dewjWP3GlPpH51Qe9PaCD2OvguaC7OxwfVnr4cbPbaaSiUoO1lf8x39Ilw== + integrity: sha512-BtccuHFm0QvYunIhIu7tllQWkwppkmEkD3OJ5Mn+F0REPQ/Z3HiEXbtlss2t9c/kHO4CtiFwv2XD/k/VEg7taA== } dependencies: - "@uppy/core": 2.1.10 - "@uppy/xhr-upload": 2.0.7_@uppy+core@2.1.10 - "@wangeditor/basic-modules": 1.0.1_e981500742c304daee1f7c47d407f2ac - "@wangeditor/code-highlight": 1.0.1_9c01e393f047ccf5756665678130754b - "@wangeditor/core": 1.0.1_244ea6ef4b0892bf4fda7d4649c5d6e7 - "@wangeditor/list-module": 1.0.1_9c01e393f047ccf5756665678130754b - "@wangeditor/table-module": 1.0.1_7121c27348eb7011d76398310b4d10e5 - "@wangeditor/upload-image-module": 1.0.1_f65ed4b2176c22a2d9b47bc1c2ef45ee - "@wangeditor/video-module": 1.0.1_57a8954bf90f21231c60928a2cd2fe46 + "@uppy/core": 2.3.1 + "@uppy/xhr-upload": 2.1.2_@uppy+core@2.3.1 + "@wangeditor/basic-modules": 1.1.1_1a1af8280ef5f05649c8b43838bd2ad2 + "@wangeditor/code-highlight": 1.0.2_b82d5e026f3b646156fc70b31511e8f5 + "@wangeditor/core": 1.1.1_f0c8553e4ef576b3b497e40c12463ebe + "@wangeditor/list-module": 1.0.2_b82d5e026f3b646156fc70b31511e8f5 + "@wangeditor/table-module": 1.1.0_bc9a8332054fed2e9748eb41f81fdd00 + "@wangeditor/upload-image-module": 1.0.1_4bda7d7508e846fc7255fa4b57099812 + "@wangeditor/video-module": 1.1.0_ec9e139b9abcab325b00eb18d646b02b dom7: 3.0.0 is-hotkey: 0.2.0 lodash.camelcase: 4.3.0 @@ -2515,13 +2468,13 @@ packages: lodash.toarray: 4.4.0 nanoid: 3.3.4 slate: 0.72.8 - snabbdom: 3.5.0 + snabbdom: 3.5.1 dev: false - /@wangeditor/list-module/1.0.1_9c01e393f047ccf5756665678130754b: + /@wangeditor/list-module/1.0.2_b82d5e026f3b646156fc70b31511e8f5: resolution: { - integrity: sha512-hlVwoXCK01eMqwwbZpSAjwHYDeZJei6mvPddcHkT5xws6r4wlT+8Xv3iBiAuutfdPbJTlXBRIWmNDFqN5aRtQg== + integrity: sha512-VfENZEFvsLTiLxN/cj8cibFGy9NVV+/cfATTiLiH9ef+8lgKv8apttXYVlqIAfnlJLLuCk0cIm8c/zH+hbtrZg== } peerDependencies: "@wangeditor/core": 1.x @@ -2529,34 +2482,36 @@ packages: slate: ^0.72.0 snabbdom: ^3.1.0 dependencies: - "@wangeditor/core": 1.0.1_244ea6ef4b0892bf4fda7d4649c5d6e7 + "@wangeditor/core": 1.1.1_f0c8553e4ef576b3b497e40c12463ebe dom7: 3.0.0 slate: 0.72.8 - snabbdom: 3.5.0 + snabbdom: 3.5.1 dev: false - /@wangeditor/table-module/1.0.1_7121c27348eb7011d76398310b4d10e5: + /@wangeditor/table-module/1.1.0_bc9a8332054fed2e9748eb41f81fdd00: resolution: { - integrity: sha512-55U77WoypdUsMY35OJ/FN8VfKM7tBd6JCSCr9EE8Z78nfzFxhJcLPasWkFXqPklleDZ+pcIkfiPojn2DdNRy5w== + integrity: sha512-QpjCXSzsXcsR0pEI5Pu28e8aYh9+lHcVV4TTmGV6lRGE/etQF3PHUZNGUlfhkCgmGPq+E7n/Whb4RpAM3PJVhw== } peerDependencies: "@wangeditor/core": 1.x dom7: ^3.0.0 lodash.isequal: ^4.5.0 + lodash.throttle: ^4.1.1 nanoid: ^3.2.0 slate: ^0.72.0 snabbdom: ^3.1.0 dependencies: - "@wangeditor/core": 1.0.1_244ea6ef4b0892bf4fda7d4649c5d6e7 + "@wangeditor/core": 1.1.1_f0c8553e4ef576b3b497e40c12463ebe dom7: 3.0.0 lodash.isequal: 4.5.0 + lodash.throttle: 4.1.1 nanoid: 3.3.4 slate: 0.72.8 - snabbdom: 3.5.0 + snabbdom: 3.5.1 dev: false - /@wangeditor/upload-image-module/1.0.1_f65ed4b2176c22a2d9b47bc1c2ef45ee: + /@wangeditor/upload-image-module/1.0.1_4bda7d7508e846fc7255fa4b57099812: resolution: { integrity: sha512-vgUV4ENttTITblqtVuzleIq732OmzmzzgrIvX6b3GRGPSw5u8glJ/87tOEhvHjHECc4oFo18B7xzJ1GpBj79/w== @@ -2571,20 +2526,20 @@ packages: slate: ^0.72.0 snabbdom: ^3.1.0 dependencies: - "@uppy/core": 2.1.10 - "@uppy/xhr-upload": 2.0.7_@uppy+core@2.1.10 - "@wangeditor/basic-modules": 1.0.1_e981500742c304daee1f7c47d407f2ac - "@wangeditor/core": 1.0.1_244ea6ef4b0892bf4fda7d4649c5d6e7 + "@uppy/core": 2.3.1 + "@uppy/xhr-upload": 2.1.2_@uppy+core@2.3.1 + "@wangeditor/basic-modules": 1.1.1_1a1af8280ef5f05649c8b43838bd2ad2 + "@wangeditor/core": 1.1.1_f0c8553e4ef576b3b497e40c12463ebe dom7: 3.0.0 lodash.foreach: 4.5.0 slate: 0.72.8 - snabbdom: 3.5.0 + snabbdom: 3.5.1 dev: false - /@wangeditor/video-module/1.0.1_57a8954bf90f21231c60928a2cd2fe46: + /@wangeditor/video-module/1.1.0_ec9e139b9abcab325b00eb18d646b02b: resolution: { - integrity: sha512-SiMWfigMK8V5t1PuwLEJy6nDgivpyJqicSZZNwqypsASQviNRGBPpAubkd/SjcMlFvUplsTrqjT6KnlMR54iPQ== + integrity: sha512-VR6x7Vk9ebvXtxCPwobiNiTGZGgqEzCVc6ViWlNH3v4jlDIeo/s7N7OCgpvELR7X/X7GHecBu7wySDkHIskB5w== } peerDependencies: "@uppy/core": ^2.1.4 @@ -2595,13 +2550,13 @@ packages: slate: ^0.72.0 snabbdom: ^3.1.0 dependencies: - "@uppy/core": 2.1.10 - "@uppy/xhr-upload": 2.0.7_@uppy+core@2.1.10 - "@wangeditor/core": 1.0.1_244ea6ef4b0892bf4fda7d4649c5d6e7 + "@uppy/core": 2.3.1 + "@uppy/xhr-upload": 2.1.2_@uppy+core@2.3.1 + "@wangeditor/core": 1.1.1_f0c8553e4ef576b3b497e40c12463ebe dom7: 3.0.0 nanoid: 3.3.4 slate: 0.72.8 - snabbdom: 3.5.0 + snabbdom: 3.5.1 dev: false /@zougt/some-loader-utils/1.4.3: @@ -2614,11 +2569,11 @@ packages: dependencies: cac: 6.7.12 color: 4.2.3 - cssnano: 5.1.12_postcss@8.4.13 - cssnano-preset-lite: 2.1.3_postcss@8.4.13 + cssnano: 5.1.12_postcss@8.4.14 + cssnano-preset-lite: 2.1.3_postcss@8.4.14 fs-extra: 10.1.0 - postcss: 8.4.13 - prettier: 2.6.2 + postcss: 8.4.14 + prettier: 2.7.1 uuid: 8.3.2 dev: true @@ -2633,10 +2588,10 @@ packages: through: 2.3.8 dev: true - /ace-builds/1.4.14: + /ace-builds/1.7.1: resolution: { - integrity: sha512-NBOQlm9+7RBqRqZwimpgquaLeTJFayqb9UEPtTkpC3TkkwDnlsT/TwsCC0svjt9kEZ6G9mH5AEOHSz6Q/HrzQQ== + integrity: sha512-1mcbP5kXvr729sJ9dA/8tul0pjuvKbma0LF/ZMRwPEwjoNWNpe/x0OXpaPJo36aRpZCjRZMl5zsME3hAKTiaNw== } dev: false @@ -2724,7 +2679,10 @@ packages: dev: true /amdefine/1.0.1: - resolution: { integrity: sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU= } + resolution: + { + integrity: sha512-S2Hw0TtNkMJhIabBwIojKL9YHO5T0n5eNqWJ7Lrlel/zDbftQpxpapi8tZs3X1HWa+u+QeydGmzzNU0m09+Rcg== + } engines: { node: ">=0.4.2" } dev: false @@ -2735,10 +2693,10 @@ packages: } dev: false - /ansi-colors/4.1.1: + /ansi-colors/4.1.3: resolution: { - integrity: sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA== + integrity: sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw== } engines: { node: ">=6" } dev: true @@ -2778,21 +2736,21 @@ packages: dependencies: color-convert: 2.0.1 - /ant-design-vue/3.2.3_vue@3.2.37: + /ant-design-vue/3.2.9_vue@3.2.37: resolution: { - integrity: sha512-yjb+YKfh+61zrdY2DSLzrcGkU9ICn9NKWZJa4PzeA+xaZu/f+tjmaUFbI0K0FZgLQANoVM3FZKP/r/IaFlhlmg== + integrity: sha512-fnZJpAf4tYAPGBALD9dv8VBmeqfJ+xPt87DfgY1/JI6x3hn6Gfge7voF1GkS0yVT0zLyzc2aTWkDVFWKB5iupA== } peerDependencies: vue: ">=3.2.0" dependencies: "@ant-design/colors": 6.0.0 "@ant-design/icons-vue": 6.1.0_vue@3.2.37 - "@babel/runtime": 7.17.9 + "@babel/runtime": 7.18.6 "@ctrl/tinycolor": 3.4.1 "@simonwep/pickr": 1.8.2 array-tree-filter: 2.1.0 - async-validator: 4.1.1 + async-validator: 4.2.5 dayjs: 1.11.3 dom-align: 1.12.3 dom-scroll-into-view: 2.0.1 @@ -2840,7 +2798,10 @@ packages: dev: true /array-ify/1.0.0: - resolution: { integrity: sha1-nlKHYrSpBmrRY6aWKjZEGOlibs4= } + resolution: + { + integrity: sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng== + } dev: true /array-tree-filter/2.1.0: @@ -2859,7 +2820,10 @@ packages: dev: true /arrify/1.0.1: - resolution: { integrity: sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0= } + resolution: + { + integrity: sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA== + } engines: { node: ">=0.10.0" } dev: true @@ -2879,10 +2843,10 @@ packages: engines: { node: ">=8" } dev: true - /async-validator/4.1.1: + /async-validator/4.2.5: resolution: { - integrity: sha512-p4DO/JXwjs8klJyJL8Q2oM4ks5fUTze/h5k10oPPKMiLe1fj3G1QMzPHNmN1Py4ycOk7WlO2DcGXv1qiESJCZA== + integrity: sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg== } dev: false @@ -2893,7 +2857,7 @@ packages: } dev: false - /autoprefixer/10.4.7_postcss@8.4.13: + /autoprefixer/10.4.7_postcss@8.4.14: resolution: { integrity: sha512-ypHju4Y2Oav95SipEcCcI5J7CGPuvz8oat7sUtYj3ClK44bldfvtvcxK6IEK++7rqB7YchDGzweZIBG+SD0ZAA== @@ -2903,12 +2867,12 @@ packages: peerDependencies: postcss: ^8.1.0 dependencies: - browserslist: 4.20.3 - caniuse-lite: 1.0.30001339 + browserslist: 4.21.1 + caniuse-lite: 1.0.30001361 fraction.js: 4.2.0 normalize-range: 0.1.2 picocolors: 1.0.0 - postcss: 8.4.13 + postcss: 8.4.14 postcss-value-parser: 4.2.0 dev: true @@ -2918,14 +2882,17 @@ packages: integrity: sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ== } dependencies: - follow-redirects: 1.15.0 + follow-redirects: 1.15.1 form-data: 4.0.0 transitivePeerDependencies: - debug dev: false /balanced-match/0.1.0: - resolution: { integrity: sha1-tQS9BYabOSWd0MXvw12EMXbczEo= } + resolution: + { + integrity: sha512-4xb6XqAEo3Z+5pEDJz33R8BZXI8FRJU+cDNLdKgDpmnz+pKKRVYLpdv+VvUAC7yUhBMj4izmyt19eCGv1QGV7A== + } dev: false /balanced-match/1.0.2: @@ -2955,7 +2922,10 @@ packages: dev: true /boolbase/1.0.0: - resolution: { integrity: sha1-aN/1++YMUes3cl6p4+0xDcwed24= } + resolution: + { + integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww== + } dev: true /brace-expansion/1.1.11: @@ -2978,19 +2948,18 @@ packages: fill-range: 7.0.1 dev: true - /browserslist/4.20.3: + /browserslist/4.21.1: resolution: { - integrity: sha512-NBhymBQl1zM0Y5dQT/O+xiLP9/rzOIQdKM/eMJBAq7yBgaB6krIYLGejrwVYnSHZdqjscB1SPuAjHwxjvN6Wdg== + integrity: sha512-Nq8MFCSrnJXSc88yliwlzQe3qNe3VntIjhsArW9IJOEPSHNx23FalwApUVbzAWABLhYJJ7y8AynWI/XM8OdfjQ== } engines: { node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7 } hasBin: true dependencies: - caniuse-lite: 1.0.30001339 - electron-to-chromium: 1.4.137 - escalade: 3.1.1 - node-releases: 2.0.4 - picocolors: 1.0.0 + caniuse-lite: 1.0.30001361 + electron-to-chromium: 1.4.177 + node-releases: 2.0.5 + update-browserslist-db: 1.0.4_browserslist@4.21.1 dev: true /buffer-from/1.1.2: @@ -3000,10 +2969,10 @@ packages: } dev: true - /builtin-modules/3.2.0: + /builtin-modules/3.3.0: resolution: { - integrity: sha512-lGzLKcioL90C7wMczpkY0n/oART3MbBa8R9OFGE1rJxoVI86u4WAGfEk8Wjv10eKSyTHVGkSo3bvBylCEtk7LA== + integrity: sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw== } engines: { node: ">=6" } dev: true @@ -3023,7 +2992,7 @@ packages: } dependencies: function-bind: 1.1.1 - get-intrinsic: 1.1.1 + get-intrinsic: 1.1.2 dev: false /callsites/3.1.0: @@ -3067,16 +3036,16 @@ packages: integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw== } dependencies: - browserslist: 4.20.3 - caniuse-lite: 1.0.30001339 + browserslist: 4.21.1 + caniuse-lite: 1.0.30001361 lodash.memoize: 4.1.2 lodash.uniq: 4.5.0 dev: true - /caniuse-lite/1.0.30001339: + /caniuse-lite/1.0.30001361: resolution: { - integrity: sha512-Es8PiVqCe+uXdms0Gu5xP5PF2bxLR7OBp3wUzUnuO7OHzhOfCyg3hdiGWVPVxhiuniOzng+hTc1u3fEQ0TlkSQ== + integrity: sha512-ybhCrjNtkFji1/Wto6SSJKkWk6kZgVQsDq5QI83SafsF6FXv2JB4df9eEdH6g8sdGgqTXrFLjAxqBGgYoU3azQ== } dev: true @@ -3219,7 +3188,10 @@ packages: dev: true /clone/1.0.4: - resolution: { integrity: sha1-2jCcwmPfFZlMaIypAheco8fNfH4= } + resolution: + { + integrity: sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg== + } engines: { node: ">=0.8" } dev: false @@ -3249,7 +3221,10 @@ packages: color-name: 1.1.4 /color-name/1.1.3: - resolution: { integrity: sha1-p9BVi9icQveV3UIyj3QIMcpTvCU= } + resolution: + { + integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw== + } /color-name/1.1.4: resolution: @@ -3258,7 +3233,10 @@ packages: } /color-string/0.3.0: - resolution: { integrity: sha1-J9RvtnAlxcL6JZk7+/V55HhBuZE= } + resolution: + { + integrity: sha512-sz29j1bmSDfoAxKIEU6zwoIZXN6BrFbAMIhfYCNyiZXBDuU/aiHlN84lp/xDzL2ubyFhLDobHIlU1X70XRrMDA== + } dependencies: color-name: 1.1.4 dev: false @@ -3274,7 +3252,10 @@ packages: dev: true /color/0.11.4: - resolution: { integrity: sha1-bXtcdPtl6EHNSHkq0e1eB7kE12Q= } + resolution: + { + integrity: sha512-Ajpjd8asqZ6EdxQeqGzU5WBhhTfJ/0cA4Wlbre7e5vXfmDSmda7Ov6jeKoru+b0vHcb1CqvuroTHp5zIWzhVMA== + } dependencies: clone: 1.0.4 color-convert: 1.9.3 @@ -3299,10 +3280,10 @@ packages: } dev: true - /colorette/2.0.16: + /colorette/2.0.19: resolution: { - integrity: sha512-hUewv7oMjCp+wkBv5Rm0v87eJhq4woh5rSR+42YSQJKecCqgIqNkZ6lAlQms/BwHPJA5NKMRlpxPRv0n8HQW6g== + integrity: sha512-3tlv/dIP7FWvj3BsbHrGLJ6l/oKh1O3TcgBqMn+yyCagOxc23fyzDS6HypQbgxWbkpDnf52p1LuR4eWDQ/K9WQ== } dev: true @@ -3331,10 +3312,10 @@ packages: engines: { node: ">= 10" } dev: true - /commander/9.2.0: + /commander/9.3.0: resolution: { - integrity: sha512-e2i4wANQiSXgnrBlIatyHtP1odfUp0BbV5Y5nEGbxtIrStkEOAAzCUirvLBNXHLr7kwLvJl6V+4V3XV9x7Wd9w== + integrity: sha512-hv95iU5uXPbK83mjrJKuZyFM/LBAoCV/XhVGkS5Je6tl7sxr6A0ITMw5WoRV46/UaJ46Nllm3Xt7IaJhXTIkzw== } engines: { node: ^12.20.0 || >=14 } dev: false @@ -3430,18 +3411,18 @@ packages: safe-buffer: 5.1.2 dev: true - /core-js-pure/3.22.5: + /core-js-pure/3.23.3: resolution: { - integrity: sha512-8xo9R00iYD7TcV7OrC98GwxiUEAabVWO3dix+uyWjnYrx9fyASLlIX+f/3p5dW5qByaP2bcZ8X/T47s55et/tA== + integrity: sha512-XpoouuqIj4P+GWtdyV8ZO3/u4KftkeDVMfvp+308eGMhCrA3lVDSmAxO0c6GGOcmgVlaKDrgWVMo49h2ab/TDA== } requiresBuild: true dev: false - /core-js/3.22.5: + /core-js/3.23.3: resolution: { - integrity: sha512-VP/xYuvJ0MJWRAobcmQ8F2H6Bsn+s7zqAAjFaHGBMc5AQm7zaelhD1LGduFn2EehEcQcU+br6t+fwbpQ5d1ZWA== + integrity: sha512-oAKwkj9xcWNBAvGbT//WiCdOMpb9XQG92/Fe3ABFM/R16BsHgePG00mFOgKf7IsCtfj8tA1kHtf/VwErhriz5Q== } requiresBuild: true @@ -3506,7 +3487,10 @@ packages: dev: true /css-color-function/1.3.3: - resolution: { integrity: sha1-jtJMLAIFBzM5+voAS8jBQfzLKC4= } + resolution: + { + integrity: sha512-YD/WhiRZIYgadwFJ48X5QmlOQ/w8Me4yQI6/eSUoiE8spIFp+S/rGpsAH48iyq/0ZWkCDWqVQKUlQmUzn7BQ9w== + } dependencies: balanced-match: 0.1.0 color: 0.11.4 @@ -3516,7 +3500,7 @@ packages: - supports-color dev: false - /css-declaration-sorter/6.3.0_postcss@8.4.13: + /css-declaration-sorter/6.3.0_postcss@8.4.14: resolution: { integrity: sha512-OGT677UGHJTAVMRhPO+HJ4oKln3wkBTwtDFH0ojbqm+MJm6xuDMHp2nkhh/ThaBqq20IbraBQSWKfSLNHQO9Og== @@ -3525,13 +3509,13 @@ packages: peerDependencies: postcss: ^8.0.9 dependencies: - postcss: 8.4.13 + postcss: 8.4.14 dev: true - /css-functions-list/3.0.1: + /css-functions-list/3.1.0: resolution: { - integrity: sha512-PriDuifDt4u4rkDgnqRCLnjfMatufLmWNfQnGCq34xZwpY3oabwhB9SqRBmuvWUgndbemCFlKqg+nO7C2q0SBw== + integrity: sha512-/9lCvYZaUbBGvYUgYGFJ4dcYiyqdhSjG7IPVluoV8A1ILjkF7ilmhp1OGUz8n+nmBcu0RNrQAzgD8B6FJbrt2w== } engines: { node: ">=12.22" } dev: true @@ -3546,7 +3530,7 @@ packages: css-what: 6.1.0 domhandler: 4.3.1 domutils: 2.8.0 - nth-check: 2.0.1 + nth-check: 2.1.1 dev: true /css-tree/1.1.3: @@ -3588,7 +3572,7 @@ packages: hasBin: true dev: true - /cssnano-preset-default/5.2.12_postcss@8.4.13: + /cssnano-preset-default/5.2.12_postcss@8.4.14: resolution: { integrity: sha512-OyCBTZi+PXgylz9HAA5kHyoYhfGcYdwFmyaJzWnzxuGRtnMw/kR6ilW9XzlzlRAtB6PLT/r+prYgkef7hngFew== @@ -3597,39 +3581,39 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - css-declaration-sorter: 6.3.0_postcss@8.4.13 - cssnano-utils: 3.1.0_postcss@8.4.13 - postcss: 8.4.13 - postcss-calc: 8.2.4_postcss@8.4.13 - postcss-colormin: 5.3.0_postcss@8.4.13 - postcss-convert-values: 5.1.2_postcss@8.4.13 - postcss-discard-comments: 5.1.2_postcss@8.4.13 - postcss-discard-duplicates: 5.1.0_postcss@8.4.13 - postcss-discard-empty: 5.1.1_postcss@8.4.13 - postcss-discard-overridden: 5.1.0_postcss@8.4.13 - postcss-merge-longhand: 5.1.6_postcss@8.4.13 - postcss-merge-rules: 5.1.2_postcss@8.4.13 - postcss-minify-font-values: 5.1.0_postcss@8.4.13 - postcss-minify-gradients: 5.1.1_postcss@8.4.13 - postcss-minify-params: 5.1.3_postcss@8.4.13 - postcss-minify-selectors: 5.2.1_postcss@8.4.13 - postcss-normalize-charset: 5.1.0_postcss@8.4.13 - postcss-normalize-display-values: 5.1.0_postcss@8.4.13 - postcss-normalize-positions: 5.1.1_postcss@8.4.13 - postcss-normalize-repeat-style: 5.1.1_postcss@8.4.13 - postcss-normalize-string: 5.1.0_postcss@8.4.13 - postcss-normalize-timing-functions: 5.1.0_postcss@8.4.13 - postcss-normalize-unicode: 5.1.0_postcss@8.4.13 - postcss-normalize-url: 5.1.0_postcss@8.4.13 - postcss-normalize-whitespace: 5.1.1_postcss@8.4.13 - postcss-ordered-values: 5.1.3_postcss@8.4.13 - postcss-reduce-initial: 5.1.0_postcss@8.4.13 - postcss-reduce-transforms: 5.1.0_postcss@8.4.13 - postcss-svgo: 5.1.0_postcss@8.4.13 - postcss-unique-selectors: 5.1.1_postcss@8.4.13 + css-declaration-sorter: 6.3.0_postcss@8.4.14 + cssnano-utils: 3.1.0_postcss@8.4.14 + postcss: 8.4.14 + postcss-calc: 8.2.4_postcss@8.4.14 + postcss-colormin: 5.3.0_postcss@8.4.14 + postcss-convert-values: 5.1.2_postcss@8.4.14 + postcss-discard-comments: 5.1.2_postcss@8.4.14 + postcss-discard-duplicates: 5.1.0_postcss@8.4.14 + postcss-discard-empty: 5.1.1_postcss@8.4.14 + postcss-discard-overridden: 5.1.0_postcss@8.4.14 + postcss-merge-longhand: 5.1.6_postcss@8.4.14 + postcss-merge-rules: 5.1.2_postcss@8.4.14 + postcss-minify-font-values: 5.1.0_postcss@8.4.14 + postcss-minify-gradients: 5.1.1_postcss@8.4.14 + postcss-minify-params: 5.1.3_postcss@8.4.14 + postcss-minify-selectors: 5.2.1_postcss@8.4.14 + postcss-normalize-charset: 5.1.0_postcss@8.4.14 + postcss-normalize-display-values: 5.1.0_postcss@8.4.14 + postcss-normalize-positions: 5.1.1_postcss@8.4.14 + postcss-normalize-repeat-style: 5.1.1_postcss@8.4.14 + postcss-normalize-string: 5.1.0_postcss@8.4.14 + postcss-normalize-timing-functions: 5.1.0_postcss@8.4.14 + postcss-normalize-unicode: 5.1.0_postcss@8.4.14 + postcss-normalize-url: 5.1.0_postcss@8.4.14 + postcss-normalize-whitespace: 5.1.1_postcss@8.4.14 + postcss-ordered-values: 5.1.3_postcss@8.4.14 + postcss-reduce-initial: 5.1.0_postcss@8.4.14 + postcss-reduce-transforms: 5.1.0_postcss@8.4.14 + postcss-svgo: 5.1.0_postcss@8.4.14 + postcss-unique-selectors: 5.1.1_postcss@8.4.14 dev: true - /cssnano-preset-lite/2.1.3_postcss@8.4.13: + /cssnano-preset-lite/2.1.3_postcss@8.4.14: resolution: { integrity: sha512-samvnCll/DUVZu0Qc+JH36nt7dlaOT7WjOgg8SbLJ78sp51JZ12s2hyerxrarjPBG4O53rErUtOY2IYLYgBGEQ== @@ -3638,14 +3622,14 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - cssnano-utils: 3.1.0_postcss@8.4.13 - postcss: 8.4.13 - postcss-discard-comments: 5.1.2_postcss@8.4.13 - postcss-discard-empty: 5.1.1_postcss@8.4.13 - postcss-normalize-whitespace: 5.1.1_postcss@8.4.13 + cssnano-utils: 3.1.0_postcss@8.4.14 + postcss: 8.4.14 + postcss-discard-comments: 5.1.2_postcss@8.4.14 + postcss-discard-empty: 5.1.1_postcss@8.4.14 + postcss-normalize-whitespace: 5.1.1_postcss@8.4.14 dev: true - /cssnano-utils/3.1.0_postcss@8.4.13: + /cssnano-utils/3.1.0_postcss@8.4.14: resolution: { integrity: sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA== @@ -3654,10 +3638,10 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.13 + postcss: 8.4.14 dev: true - /cssnano/5.1.12_postcss@8.4.13: + /cssnano/5.1.12_postcss@8.4.14: resolution: { integrity: sha512-TgvArbEZu0lk/dvg2ja+B7kYoD7BBCmn3+k58xD0qjrGHsFzXY/wKTo9M5egcUCabPol05e/PVoIu79s2JN4WQ== @@ -3666,9 +3650,9 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - cssnano-preset-default: 5.2.12_postcss@8.4.13 + cssnano-preset-default: 5.2.12_postcss@8.4.14 lilconfig: 2.0.5 - postcss: 8.4.13 + postcss: 8.4.14 yaml: 1.10.2 dev: true @@ -3767,7 +3751,10 @@ packages: dev: true /decamelize-keys/1.1.0: - resolution: { integrity: sha1-0XGoeTMlKAfrPLYdwcFEXQeN8tk= } + resolution: + { + integrity: sha512-ocLWuYzRPoS9bfiSdDd3cxvrzovVMZnRDVEzAs+hWIVXGDbHxWMECij2OBuyB/An0FFW/nLuq6Kv1i/YC5Qfzg== + } engines: { node: ">=0.10.0" } dependencies: decamelize: 1.2.0 @@ -3775,7 +3762,10 @@ packages: dev: true /decamelize/1.2.0: - resolution: { integrity: sha1-9lNNFRSCabIDUue+4m9QH5oZEpA= } + resolution: + { + integrity: sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA== + } engines: { node: ">=0.10.0" } /deep-is/0.1.4: @@ -3809,7 +3799,10 @@ packages: dev: true /delayed-stream/1.0.0: - resolution: { integrity: sha1-3zrhmayt+31ECqrgsp4icrJOxhk= } + resolution: + { + integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ== + } engines: { node: ">=0.4.0" } dev: false @@ -3978,29 +3971,29 @@ packages: resolution: { integrity: sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0= } dev: true - /electron-to-chromium/1.4.137: + /electron-to-chromium/1.4.177: resolution: { - integrity: sha512-0Rcpald12O11BUogJagX3HsCN3FE83DSqWjgXoHo5a72KUKMSfI39XBgJpgNNxS9fuGzytaFjE06kZkiVFy2qA== + integrity: sha512-FYPir3NSBEGexSZUEeht81oVhHfLFl6mhUKSkjHN/iB/TwEIt/WHQrqVGfTLN5gQxwJCQkIJBe05eOXjI7omgg== } dev: true - /element-plus/2.2.6_vue@3.2.37: + /element-plus/2.2.8_vue@3.2.37: resolution: { - integrity: sha512-N9G4yWSxDt1YtreCJgt7UaSsXKuR4Fzb3ThzlBjbGDYDhcHijsrLL3qkdLZgeoSB13LRyr9pgP1ljNXdaYGa+g== + integrity: sha512-+cubFh1rgeGcc2LeBm7hv/1BKFJre/LIIdRntm9OLaIhysCxigjEwcxk9gbVT4KsbcjmoqZUr4/mwhIhQV6mvw== } peerDependencies: vue: ^3.2.0 dependencies: "@ctrl/tinycolor": 3.4.1 "@element-plus/icons-vue": 2.0.6_vue@3.2.37 - "@floating-ui/dom": 0.5.3 + "@floating-ui/dom": 0.5.4 "@popperjs/core": /@sxzz/popperjs-es/2.11.7 "@types/lodash": 4.14.182 "@types/lodash-es": 4.17.6 - "@vueuse/core": 8.7.4_vue@3.2.37 - async-validator: 4.1.1 + "@vueuse/core": 8.7.5_vue@3.2.37 + async-validator: 4.2.5 dayjs: 1.11.3 escape-html: 1.0.3 lodash: 4.17.21 @@ -4036,7 +4029,10 @@ packages: dev: false /encodeurl/1.0.2: - resolution: { integrity: sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k= } + resolution: + { + integrity: sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w== + } engines: { node: ">= 0.8" } dev: true @@ -4056,7 +4052,7 @@ packages: } engines: { node: ">=8.6" } dependencies: - ansi-colors: 4.1.1 + ansi-colors: 4.1.3 dev: true /entities/2.2.0: @@ -4097,7 +4093,10 @@ packages: dev: false /es6-iterator/2.0.3: - resolution: { integrity: sha1-p96IkUGgWpSwhUQDstCg+/qY87c= } + resolution: + { + integrity: sha512-zw4SRzoUkd+cl+ZoE15A9o1oQd920Bb0iOJMQkQhl3jNc03YqVjAhG7scf9C5KWRU/R13Orf588uCC6525o02g== + } dependencies: d: 1.0.1 es5-ext: 0.10.61 @@ -4114,10 +4113,10 @@ packages: ext: 1.6.0 dev: false - /esbuild-android-64/0.14.47: + /esbuild-android-64/0.14.48: resolution: { - integrity: sha512-R13Bd9+tqLVFndncMHssZrPWe6/0Kpv2/dt4aA69soX4PRxlzsVpCvoJeFE8sOEoeVEiBkI0myjlkDodXlHa0g== + integrity: sha512-3aMjboap/kqwCUpGWIjsk20TtxVoKck8/4Tu19rubh7t5Ra0Yrpg30Mt1QXXlipOazrEceGeWurXKeFJgkPOUg== } engines: { node: ">=12" } cpu: [x64] @@ -4126,10 +4125,10 @@ packages: dev: true optional: true - /esbuild-android-arm64/0.14.47: + /esbuild-android-arm64/0.14.48: resolution: { - integrity: sha512-OkwOjj7ts4lBp/TL6hdd8HftIzOy/pdtbrNA4+0oVWgGG64HrdVzAF5gxtJufAPOsEjkyh1oIYvKAUinKKQRSQ== + integrity: sha512-vptI3K0wGALiDq+EvRuZotZrJqkYkN5282iAfcffjI5lmGG9G1ta/CIVauhY42MBXwEgDJkweiDcDMRLzBZC4g== } engines: { node: ">=12" } cpu: [arm64] @@ -4138,10 +4137,10 @@ packages: dev: true optional: true - /esbuild-darwin-64/0.14.47: + /esbuild-darwin-64/0.14.48: resolution: { - integrity: sha512-R6oaW0y5/u6Eccti/TS6c/2c1xYTb1izwK3gajJwi4vIfNs1s8B1dQzI1UiC9T61YovOQVuePDcfqHLT3mUZJA== + integrity: sha512-gGQZa4+hab2Va/Zww94YbshLuWteyKGD3+EsVon8EWTWhnHFRm5N9NbALNbwi/7hQ/hM1Zm4FuHg+k6BLsl5UA== } engines: { node: ">=12" } cpu: [x64] @@ -4150,10 +4149,10 @@ packages: dev: true optional: true - /esbuild-darwin-arm64/0.14.47: + /esbuild-darwin-arm64/0.14.48: resolution: { - integrity: sha512-seCmearlQyvdvM/noz1L9+qblC5vcBrhUaOoLEDDoLInF/VQ9IkobGiLlyTPYP5dW1YD4LXhtBgOyevoIHGGnw== + integrity: sha512-bFjnNEXjhZT+IZ8RvRGNJthLWNHV5JkCtuOFOnjvo5pC0sk2/QVk0Qc06g2PV3J0TcU6kaPC3RN9yy9w2PSLEA== } engines: { node: ">=12" } cpu: [arm64] @@ -4162,10 +4161,10 @@ packages: dev: true optional: true - /esbuild-freebsd-64/0.14.47: + /esbuild-freebsd-64/0.14.48: resolution: { - integrity: sha512-ZH8K2Q8/Ux5kXXvQMDsJcxvkIwut69KVrYQhza/ptkW50DC089bCVrJZZ3sKzIoOx+YPTrmsZvqeZERjyYrlvQ== + integrity: sha512-1NOlwRxmOsnPcWOGTB10JKAkYSb2nue0oM1AfHWunW/mv3wERfJmnYlGzL3UAOIUXZqW8GeA2mv+QGwq7DToqA== } engines: { node: ">=12" } cpu: [x64] @@ -4174,10 +4173,10 @@ packages: dev: true optional: true - /esbuild-freebsd-arm64/0.14.47: + /esbuild-freebsd-arm64/0.14.48: resolution: { - integrity: sha512-ZJMQAJQsIOhn3XTm7MPQfCzEu5b9STNC+s90zMWe2afy9EwnHV7Ov7ohEMv2lyWlc2pjqLW8QJnz2r0KZmeAEQ== + integrity: sha512-gXqKdO8wabVcYtluAbikDH2jhXp+Klq5oCD5qbVyUG6tFiGhrC9oczKq3vIrrtwcxDQqK6+HDYK8Zrd4bCA9Gw== } engines: { node: ">=12" } cpu: [arm64] @@ -4186,10 +4185,10 @@ packages: dev: true optional: true - /esbuild-linux-32/0.14.47: + /esbuild-linux-32/0.14.48: resolution: { - integrity: sha512-FxZOCKoEDPRYvq300lsWCTv1kcHgiiZfNrPtEhFAiqD7QZaXrad8LxyJ8fXGcWzIFzRiYZVtB3ttvITBvAFhKw== + integrity: sha512-ghGyDfS289z/LReZQUuuKq9KlTiTspxL8SITBFQFAFRA/IkIvDpnZnCAKTCjGXAmUqroMQfKJXMxyjJA69c/nQ== } engines: { node: ">=12" } cpu: [ia32] @@ -4198,10 +4197,10 @@ packages: dev: true optional: true - /esbuild-linux-64/0.14.47: + /esbuild-linux-64/0.14.48: resolution: { - integrity: sha512-nFNOk9vWVfvWYF9YNYksZptgQAdstnDCMtR6m42l5Wfugbzu11VpMCY9XrD4yFxvPo9zmzcoUL/88y0lfJZJJw== + integrity: sha512-vni3p/gppLMVZLghI7oMqbOZdGmLbbKR23XFARKnszCIBpEMEDxOMNIKPmMItQrmH/iJrL1z8Jt2nynY0bE1ug== } engines: { node: ">=12" } cpu: [x64] @@ -4210,10 +4209,10 @@ packages: dev: true optional: true - /esbuild-linux-arm/0.14.47: + /esbuild-linux-arm/0.14.48: resolution: { - integrity: sha512-ZGE1Bqg/gPRXrBpgpvH81tQHpiaGxa8c9Rx/XOylkIl2ypLuOcawXEAo8ls+5DFCcRGt/o3sV+PzpAFZobOsmA== + integrity: sha512-+VfSV7Akh1XUiDNXgqgY1cUP1i2vjI+BmlyXRfVz5AfV3jbpde8JTs5Q9sYgaoq5cWfuKfoZB/QkGOI+QcL1Tw== } engines: { node: ">=12" } cpu: [arm] @@ -4222,10 +4221,10 @@ packages: dev: true optional: true - /esbuild-linux-arm64/0.14.47: + /esbuild-linux-arm64/0.14.48: resolution: { - integrity: sha512-ywfme6HVrhWcevzmsufjd4iT3PxTfCX9HOdxA7Hd+/ZM23Y9nXeb+vG6AyA6jgq/JovkcqRHcL9XwRNpWG6XRw== + integrity: sha512-3CFsOlpoxlKPRevEHq8aAntgYGYkE1N9yRYAcPyng/p4Wyx0tPR5SBYsxLKcgPB9mR8chHEhtWYz6EZ+H199Zw== } engines: { node: ">=12" } cpu: [arm64] @@ -4234,10 +4233,10 @@ packages: dev: true optional: true - /esbuild-linux-mips64le/0.14.47: + /esbuild-linux-mips64le/0.14.48: resolution: { - integrity: sha512-mg3D8YndZ1LvUiEdDYR3OsmeyAew4MA/dvaEJxvyygahWmpv1SlEEnhEZlhPokjsUMfRagzsEF/d/2XF+kTQGg== + integrity: sha512-cs0uOiRlPp6ymknDnjajCgvDMSsLw5mST2UXh+ZIrXTj2Ifyf2aAP3Iw4DiqgnyYLV2O/v/yWBJx+WfmKEpNLA== } engines: { node: ">=12" } cpu: [mips64el] @@ -4246,10 +4245,10 @@ packages: dev: true optional: true - /esbuild-linux-ppc64le/0.14.47: + /esbuild-linux-ppc64le/0.14.48: resolution: { - integrity: sha512-WER+f3+szmnZiWoK6AsrTKGoJoErG2LlauSmk73LEZFQ/iWC+KhhDsOkn1xBUpzXWsxN9THmQFltLoaFEH8F8w== + integrity: sha512-+2F0vJMkuI0Wie/wcSPDCqXvSFEELH7Jubxb7mpWrA/4NpT+/byjxDz0gG6R1WJoeDefcrMfpBx4GFNN1JQorQ== } engines: { node: ">=12" } cpu: [ppc64] @@ -4258,10 +4257,10 @@ packages: dev: true optional: true - /esbuild-linux-riscv64/0.14.47: + /esbuild-linux-riscv64/0.14.48: resolution: { - integrity: sha512-1fI6bP3A3rvI9BsaaXbMoaOjLE3lVkJtLxsgLHqlBhLlBVY7UqffWBvkrX/9zfPhhVMd9ZRFiaqXnB1T7BsL2g== + integrity: sha512-BmaK/GfEE+5F2/QDrIXteFGKnVHGxlnK9MjdVKMTfvtmudjY3k2t8NtlY4qemKSizc+QwyombGWTBDc76rxePA== } engines: { node: ">=12" } cpu: [riscv64] @@ -4270,10 +4269,10 @@ packages: dev: true optional: true - /esbuild-linux-s390x/0.14.47: + /esbuild-linux-s390x/0.14.48: resolution: { - integrity: sha512-eZrWzy0xFAhki1CWRGnhsHVz7IlSKX6yT2tj2Eg8lhAwlRE5E96Hsb0M1mPSE1dHGpt1QVwwVivXIAacF/G6mw== + integrity: sha512-tndw/0B9jiCL+KWKo0TSMaUm5UWBLsfCKVdbfMlb3d5LeV9WbijZ8Ordia8SAYv38VSJWOEt6eDCdOx8LqkC4g== } engines: { node: ">=12" } cpu: [s390x] @@ -4282,10 +4281,10 @@ packages: dev: true optional: true - /esbuild-netbsd-64/0.14.47: + /esbuild-netbsd-64/0.14.48: resolution: { - integrity: sha512-Qjdjr+KQQVH5Q2Q1r6HBYswFTToPpss3gqCiSw2Fpq/ua8+eXSQyAMG+UvULPqXceOwpnPo4smyZyHdlkcPppQ== + integrity: sha512-V9hgXfwf/T901Lr1wkOfoevtyNkrxmMcRHyticybBUHookznipMOHoF41Al68QBsqBxnITCEpjjd4yAos7z9Tw== } engines: { node: ">=12" } cpu: [x64] @@ -4294,10 +4293,10 @@ packages: dev: true optional: true - /esbuild-openbsd-64/0.14.47: + /esbuild-openbsd-64/0.14.48: resolution: { - integrity: sha512-QpgN8ofL7B9z8g5zZqJE+eFvD1LehRlxr25PBkjyyasakm4599iroUpaj96rdqRlO2ShuyqwJdr+oNqWwTUmQw== + integrity: sha512-+IHf4JcbnnBl4T52egorXMatil/za0awqzg2Vy6FBgPcBpisDWT2sVz/tNdrK9kAqj+GZG/jZdrOkj7wsrNTKA== } engines: { node: ">=12" } cpu: [x64] @@ -4306,10 +4305,10 @@ packages: dev: true optional: true - /esbuild-sunos-64/0.14.47: + /esbuild-sunos-64/0.14.48: resolution: { - integrity: sha512-uOeSgLUwukLioAJOiGYm3kNl+1wJjgJA8R671GYgcPgCx7QR73zfvYqXFFcIO93/nBdIbt5hd8RItqbbf3HtAQ== + integrity: sha512-77m8bsr5wOpOWbGi9KSqDphcq6dFeJyun8TA+12JW/GAjyfTwVtOnN8DOt6DSPUfEV+ltVMNqtXUeTeMAxl5KA== } engines: { node: ">=12" } cpu: [x64] @@ -4318,10 +4317,10 @@ packages: dev: true optional: true - /esbuild-windows-32/0.14.47: + /esbuild-windows-32/0.14.48: resolution: { - integrity: sha512-H0fWsLTp2WBfKLBgwYT4OTfFly4Im/8B5f3ojDv1Kx//kiubVY0IQunP2Koc/fr/0wI7hj3IiBDbSrmKlrNgLQ== + integrity: sha512-EPgRuTPP8vK9maxpTGDe5lSoIBHGKO/AuxDncg5O3NkrPeLNdvvK8oywB0zGaAZXxYWfNNSHskvvDgmfVTguhg== } engines: { node: ">=12" } cpu: [ia32] @@ -4330,10 +4329,10 @@ packages: dev: true optional: true - /esbuild-windows-64/0.14.47: + /esbuild-windows-64/0.14.48: resolution: { - integrity: sha512-/Pk5jIEH34T68r8PweKRi77W49KwanZ8X6lr3vDAtOlH5EumPE4pBHqkCUdELanvsT14yMXLQ/C/8XPi1pAtkQ== + integrity: sha512-YmpXjdT1q0b8ictSdGwH3M8VCoqPpK1/UArze3X199w6u8hUx3V8BhAi1WjbsfDYRBanVVtduAhh2sirImtAvA== } engines: { node: ">=12" } cpu: [x64] @@ -4342,10 +4341,10 @@ packages: dev: true optional: true - /esbuild-windows-arm64/0.14.47: + /esbuild-windows-arm64/0.14.48: resolution: { - integrity: sha512-HFSW2lnp62fl86/qPQlqw6asIwCnEsEoNIL1h2uVMgakddf+vUuMcCbtUY1i8sst7KkgHrVKCJQB33YhhOweCQ== + integrity: sha512-HHaOMCsCXp0rz5BT2crTka6MPWVno121NKApsGs/OIW5QC0ggC69YMGs1aJct9/9FSUF4A1xNE/cLvgB5svR4g== } engines: { node: ">=12" } cpu: [arm64] @@ -4363,35 +4362,35 @@ packages: requiresBuild: true dev: true - /esbuild/0.14.47: + /esbuild/0.14.48: resolution: { - integrity: sha512-wI4ZiIfFxpkuxB8ju4MHrGwGLyp1+awEHAHVpx6w7a+1pmYIq8T9FGEVVwFo0iFierDoMj++Xq69GXWYn2EiwA== + integrity: sha512-w6N1Yn5MtqK2U1/WZTX9ZqUVb8IOLZkZ5AdHkT6x3cHDMVsYWC7WPdiLmx19w3i4Rwzy5LqsEMtVihG3e4rFzA== } engines: { node: ">=12" } hasBin: true requiresBuild: true optionalDependencies: - esbuild-android-64: 0.14.47 - esbuild-android-arm64: 0.14.47 - esbuild-darwin-64: 0.14.47 - esbuild-darwin-arm64: 0.14.47 - esbuild-freebsd-64: 0.14.47 - esbuild-freebsd-arm64: 0.14.47 - esbuild-linux-32: 0.14.47 - esbuild-linux-64: 0.14.47 - esbuild-linux-arm: 0.14.47 - esbuild-linux-arm64: 0.14.47 - esbuild-linux-mips64le: 0.14.47 - esbuild-linux-ppc64le: 0.14.47 - esbuild-linux-riscv64: 0.14.47 - esbuild-linux-s390x: 0.14.47 - esbuild-netbsd-64: 0.14.47 - esbuild-openbsd-64: 0.14.47 - esbuild-sunos-64: 0.14.47 - esbuild-windows-32: 0.14.47 - esbuild-windows-64: 0.14.47 - esbuild-windows-arm64: 0.14.47 + esbuild-android-64: 0.14.48 + esbuild-android-arm64: 0.14.48 + esbuild-darwin-64: 0.14.48 + esbuild-darwin-arm64: 0.14.48 + esbuild-freebsd-64: 0.14.48 + esbuild-freebsd-arm64: 0.14.48 + esbuild-linux-32: 0.14.48 + esbuild-linux-64: 0.14.48 + esbuild-linux-arm: 0.14.48 + esbuild-linux-arm64: 0.14.48 + esbuild-linux-mips64le: 0.14.48 + esbuild-linux-ppc64le: 0.14.48 + esbuild-linux-riscv64: 0.14.48 + esbuild-linux-s390x: 0.14.48 + esbuild-netbsd-64: 0.14.48 + esbuild-openbsd-64: 0.14.48 + esbuild-sunos-64: 0.14.48 + esbuild-windows-32: 0.14.48 + esbuild-windows-64: 0.14.48 + esbuild-windows-arm64: 0.14.48 dev: true /escalade/3.1.1: @@ -4409,7 +4408,10 @@ packages: } /escape-string-regexp/1.0.5: - resolution: { integrity: sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= } + resolution: + { + integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg== + } engines: { node: ">=0.8.0" } /escape-string-regexp/4.0.0: @@ -4420,7 +4422,7 @@ packages: engines: { node: ">=10" } dev: true - /eslint-config-prettier/8.5.0_eslint@8.15.0: + /eslint-config-prettier/8.5.0_eslint@8.19.0: resolution: { integrity: sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q== @@ -4429,15 +4431,15 @@ packages: peerDependencies: eslint: ">=7.0.0" dependencies: - eslint: 8.15.0 + eslint: 8.19.0 dev: true - /eslint-plugin-prettier/4.0.0_440b30a60bbe5bb6e3ad0057150b2782: + /eslint-plugin-prettier/4.2.1_eslint@8.19.0+prettier@2.7.1: resolution: { - integrity: sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ== + integrity: sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ== } - engines: { node: ">=6.0.0" } + engines: { node: ">=12.0.0" } peerDependencies: eslint: ">=7.28.0" eslint-config-prettier: "*" @@ -4446,18 +4448,17 @@ packages: eslint-config-prettier: optional: true dependencies: - eslint: 8.15.0 - eslint-config-prettier: 8.5.0_eslint@8.15.0 - prettier: 2.6.2 + eslint: 8.19.0 + prettier: 2.7.1 prettier-linter-helpers: 1.0.0 dev: true - /eslint-plugin-prettier/4.0.0_eslint@8.15.0+prettier@2.6.2: + /eslint-plugin-prettier/4.2.1_fd2e32b7574349919aac0818c3f895ea: resolution: { - integrity: sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ== + integrity: sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ== } - engines: { node: ">=6.0.0" } + engines: { node: ">=12.0.0" } peerDependencies: eslint: ">=7.28.0" eslint-config-prettier: "*" @@ -4466,12 +4467,13 @@ packages: eslint-config-prettier: optional: true dependencies: - eslint: 8.15.0 - prettier: 2.6.2 + eslint: 8.19.0 + eslint-config-prettier: 8.5.0_eslint@8.19.0 + prettier: 2.7.1 prettier-linter-helpers: 1.0.0 dev: true - /eslint-plugin-vue/8.7.1_eslint@8.15.0: + /eslint-plugin-vue/8.7.1_eslint@8.19.0: resolution: { integrity: sha512-28sbtm4l4cOzoO1LtzQPxfxhQABararUb1JtqusQqObJpWX2e/gmVyeYVfepizPFne0Q5cILkYGiBoV36L12Wg== @@ -4480,13 +4482,13 @@ packages: peerDependencies: eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 dependencies: - eslint: 8.15.0 - eslint-utils: 3.0.0_eslint@8.15.0 + eslint: 8.19.0 + eslint-utils: 3.0.0_eslint@8.19.0 natural-compare: 1.4.0 - nth-check: 2.0.1 + nth-check: 2.1.1 postcss-selector-parser: 6.0.10 semver: 7.3.7 - vue-eslint-parser: 8.3.0_eslint@8.15.0 + vue-eslint-parser: 8.3.0_eslint@8.19.0 transitivePeerDependencies: - supports-color dev: true @@ -4523,7 +4525,7 @@ packages: eslint-visitor-keys: 1.3.0 dev: true - /eslint-utils/3.0.0_eslint@8.15.0: + /eslint-utils/3.0.0_eslint@8.19.0: resolution: { integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA== @@ -4532,7 +4534,7 @@ packages: peerDependencies: eslint: ">=5" dependencies: - eslint: 8.15.0 + eslint: 8.19.0 eslint-visitor-keys: 2.1.0 dev: true @@ -4560,15 +4562,15 @@ packages: engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dev: true - /eslint/8.15.0: + /eslint/8.19.0: resolution: { - integrity: sha512-GG5USZ1jhCu8HJkzGgeK8/+RGnHaNYZGrGDzUtigK3BsGESW/rs2az23XqE0WVwDxy1VRvvjSSGu5nB0Bu+6SA== + integrity: sha512-SXOPj3x9VKvPe81TjjUJCYlV4oJjQw68Uek+AM0X4p+33dj2HY5bpTZOgnQHcG2eAm1mtCU9uNMnJi7exU/kYw== } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } hasBin: true dependencies: - "@eslint/eslintrc": 1.2.3 + "@eslint/eslintrc": 1.3.0 "@humanwhocodes/config-array": 0.9.5 ajv: 6.12.6 chalk: 4.1.2 @@ -4577,7 +4579,7 @@ packages: doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.1.1 - eslint-utils: 3.0.0_eslint@8.15.0 + eslint-utils: 3.0.0_eslint@8.19.0 eslint-visitor-keys: 3.3.0 espree: 9.3.2 esquery: 1.4.0 @@ -4586,7 +4588,7 @@ packages: file-entry-cache: 6.0.1 functional-red-black-tree: 1.0.1 glob-parent: 6.0.2 - globals: 13.14.0 + globals: 13.15.0 ignore: 5.2.0 import-fresh: 3.3.0 imurmurhash: 0.1.4 @@ -4632,7 +4634,10 @@ packages: dev: true /esprima/1.2.5: - resolution: { integrity: sha1-CZNQL+r2aBODJXVvMPmlH+7sEek= } + resolution: + { + integrity: sha512-S9VbPDU0adFErpDai3qDkjq8+G05ONtKzcyNrPKg/ZKa+tf879nX2KexNU95b31UoTJjRLInNBHHHjFPoCd7lQ== + } engines: { node: ">=0.4.0" } hasBin: true dev: false @@ -4702,7 +4707,10 @@ packages: dev: false /event-emitter/0.3.5: - resolution: { integrity: sha1-34xp7vFkeSPHFXuc6DhAYQsCzDk= } + resolution: + { + integrity: sha512-D9rRn9y7kLPnJ+hMq7S/nhvoKwwvVJahBi2BPmx3bvbsEdK3W9ii8cBSGjP+72/LnM4n6fo3+dkCX5FeTQruXA== + } dependencies: d: 1.0.1 es5-ext: 0.10.61 @@ -4806,7 +4814,10 @@ packages: dev: true /fast-levenshtein/2.0.6: - resolution: { integrity: sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc= } + resolution: + { + integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw== + } dev: true /fastest-levenshtein/1.0.12: @@ -4891,21 +4902,21 @@ packages: } engines: { node: ^10.12.0 || >=12.0.0 } dependencies: - flatted: 3.2.5 + flatted: 3.2.6 rimraf: 3.0.2 dev: true - /flatted/3.2.5: + /flatted/3.2.6: resolution: { - integrity: sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg== + integrity: sha512-0sQoMh9s0BYsm+12Huy/rkKxVu4R1+r96YX5cG44rHV0pQ6iC3Q+mkoMFaGWObMFYQxCVT+ssG1ksneA2MI9KQ== } dev: true - /follow-redirects/1.15.0: + /follow-redirects/1.15.1: resolution: { - integrity: sha512-aExlJShTV4qOUOL7yF1U5tvLCB0xQuudbf6toyYA0E/acBNw71mvjFTnLaRp50aQaYocMR0a/RMMBIHeZnGyjQ== + integrity: sha512-yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA== } engines: { node: ">=4.0" } peerDependencies: @@ -4916,7 +4927,10 @@ packages: dev: false /font-awesome/4.7.0: - resolution: { integrity: sha1-j6jPBBGhoxr9B7BtKQK7n8gVoTM= } + resolution: + { + integrity: sha512-U6kGnykA/6bFmg1M/oT9EkFeIYv7JlX3bozwQJWiiLz6L0w3F5vBVPxHlwyX/vtNq1ckcpRKOB9f2Qal/VtFpg== + } engines: { node: ">=0.10.3" } dev: true @@ -4989,7 +5003,10 @@ packages: dev: false /fs.realpath/1.0.0: - resolution: { integrity: sha1-FQStJSMVjKpA20onh8sBQRmU6k8= } + resolution: + { + integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw== + } dev: true /fsevents/2.3.2: @@ -5010,7 +5027,10 @@ packages: } /functional-red-black-tree/1.0.1: - resolution: { integrity: sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc= } + resolution: + { + integrity: sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g== + } dev: true /generate-source-map/0.0.5: @@ -5035,10 +5055,10 @@ packages: } engines: { node: 6.* || 8.* || >= 10.* } - /get-intrinsic/1.1.1: + /get-intrinsic/1.1.2: resolution: { - integrity: sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q== + integrity: sha512-Jfm3OyCxHh9DJyc28qGk+JmfkpO41A4XkneDSujN9MDXrm4oDKdHvndhZ2dN94+ERNfkYJWDclW6k2L/ZGHjXA== } dependencies: function-bind: 1.1.1 @@ -5121,10 +5141,10 @@ packages: is-glob: 4.0.3 dev: true - /glob/7.2.0: + /glob/7.2.3: resolution: { - integrity: sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q== + integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q== } dependencies: fs.realpath: 1.0.0 @@ -5136,7 +5156,10 @@ packages: dev: true /global-dirs/0.1.1: - resolution: { integrity: sha1-sxnA3UYH81PzvpzKTHL8FIxJ9EU= } + resolution: + { + integrity: sha512-NknMLn7F2J7aflwFOlGdNIuCDpN3VGoSoB+aap3KABFWbHVn1TCgFC+np23J8W2BiZbjfEw3BFBycSMv1AFblg== + } engines: { node: ">=4" } dependencies: ini: 1.3.8 @@ -5172,10 +5195,10 @@ packages: engines: { node: ">=4" } dev: true - /globals/13.14.0: + /globals/13.15.0: resolution: { - integrity: sha512-ERO68sOYwm5UuLvSJTY7w7NP2c8S4UcXs3X1GBX8cwOr+ShOcDBbCY5mH4zxz0jsYCdJ8ve8Mv9n2YGJMB1aeg== + integrity: sha512-bpzcOlgDhMG070Av0Vy5Owklpv1I6+j96GhUI7Rh7IzDCKLzboflLrrfqMu8NquDbiR4EOQk7XzJwqVJxicxog== } engines: { node: ">=8" } dependencies: @@ -5198,7 +5221,10 @@ packages: dev: true /globjoin/0.1.4: - resolution: { integrity: sha1-L0SUrIkZ43Z8XLtpHp9GMyQoXUM= } + resolution: + { + integrity: sha512-xYfnw62CKG8nLkZBfWbhWwDw02CHty86jfPcc2cr3ZfeuK9ysoVPPEUxf21bAD/rWAgk52SuBrLJlefNy8mvFg== + } dev: true /graceful-fs/4.2.10: @@ -5226,7 +5252,10 @@ packages: dev: true /has-flag/3.0.0: - resolution: { integrity: sha1-tdRU3CGZriJWmfNGfloH87lVuv0= } + resolution: + { + integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw== + } engines: { node: ">=4" } /has-flag/4.0.0: @@ -5343,7 +5372,7 @@ packages: integrity: sha512-yCMYTMEJ9ihCwEQQ3phLo7I/Pwycf8uAx+sRHwwk5U9Aui/IZYgQRyMqXafQOw5QQ7DM1Z+WyEXWIqSuJHhG2A== } dependencies: - "@babel/runtime": 7.17.9 + "@babel/runtime": 7.18.6 dev: false /ids/1.0.0: @@ -5361,17 +5390,17 @@ packages: engines: { node: ">= 4" } dev: true - /immer/9.0.12: + /immer/9.0.15: resolution: { - integrity: sha512-lk7UNmSbAukB5B6dh9fnh5D0bJTOFKxVg2cyJWTYrWRfhLrLMBquONcUs3aFq507hNoIZEDDh8lb8UtOizSMhA== + integrity: sha512-2eB/sswms9AEUSkOm4SbV5Y7Vmt/bKRwByd52jfLkW4OLYeaTP3EEiJ9agqU0O/tq6Dk62Zfj+TJSqfm1rLVGQ== } dev: false - /immutable/4.0.0: + /immutable/4.1.0: resolution: { - integrity: sha512-zIE9hX70qew5qTUjSS7wi1iwj/l7+m54KWU247nhM3v806UdGj1yDndXj+IOYxxtW9zyLI+xqFNZjTuDaLUqFw== + integrity: sha512-oNkuqVTA8jqG1Q6c+UglTOD1xhC1BtjKI7XkCXRkZHrN5m18/XsnUp8Q89GkQO/z+0WjonSvl0FLhDYftp46nQ== } dev: true @@ -5395,7 +5424,10 @@ packages: dev: true /imurmurhash/0.1.4: - resolution: { integrity: sha1-khi5srkoojixPcT7a21XbyMUU+o= } + resolution: + { + integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA== + } engines: { node: ">=0.8.19" } dev: true @@ -5408,14 +5440,20 @@ packages: dev: true /inflight/1.0.6: - resolution: { integrity: sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk= } + resolution: + { + integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA== + } dependencies: once: 1.4.0 wrappy: 1.0.2 dev: true /inherits/2.0.3: - resolution: { integrity: sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4= } + resolution: + { + integrity: sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw== + } dev: false /inherits/2.0.4: @@ -5433,7 +5471,10 @@ packages: dev: true /is-arrayish/0.2.1: - resolution: { integrity: sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0= } + resolution: + { + integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg== + } dev: true /is-arrayish/0.3.2: @@ -5460,7 +5501,7 @@ packages: } engines: { node: ">=6" } dependencies: - builtin-modules: 3.2.0 + builtin-modules: 3.3.0 dev: true /is-core-module/2.9.0: @@ -5482,7 +5523,10 @@ packages: dev: true /is-extglob/2.1.1: - resolution: { integrity: sha1-qIwCU1eR8C7TfHahueqXc8gz+MI= } + resolution: + { + integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ== + } engines: { node: ">=0.10.0" } dev: true @@ -5511,7 +5555,10 @@ packages: dev: false /is-module/1.0.0: - resolution: { integrity: sha1-Mlj7afeMFNW4FdZkM2tM/7ZEFZE= } + resolution: + { + integrity: sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g== + } dev: true /is-number/7.0.0: @@ -5523,7 +5570,10 @@ packages: dev: true /is-obj/1.0.1: - resolution: { integrity: sha1-PkcprB9f3gJc19g6iW2rn09n2w8= } + resolution: + { + integrity: sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg== + } engines: { node: ">=0.10.0" } dev: true @@ -5536,7 +5586,10 @@ packages: dev: true /is-plain-obj/1.1.0: - resolution: { integrity: sha1-caUMhCnfync8kqOQpKA7OfzVHT4= } + resolution: + { + integrity: sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg== + } engines: { node: ">=0.10.0" } dev: true @@ -5556,7 +5609,10 @@ packages: engines: { node: ">=0.10.0" } /is-regexp/1.0.0: - resolution: { integrity: sha1-/S2INUXEa6xaYz57mgnof6LLUGk= } + resolution: + { + integrity: sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA== + } engines: { node: ">=0.10.0" } dev: true @@ -5577,7 +5633,10 @@ packages: dev: true /is-text-path/1.0.1: - resolution: { integrity: sha1-Thqg+1G/vLPpJogAE5cgLBd1tm4= } + resolution: + { + integrity: sha512-xFuJpne9oFz5qDaodwmmG08e3CawH/2ZV8Qqza1Ko7Sk8POWbkRdwIoAWVhqvq0XeUzANEhKo2n0IXUGBm7A/w== + } engines: { node: ">=0.10.0" } dependencies: text-extensions: 1.9.0 @@ -5609,7 +5668,10 @@ packages: dev: true /isexe/2.0.0: - resolution: { integrity: sha1-6PvzdNxVb/iUehDcsFctYz8s+hA= } + resolution: + { + integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw== + } dev: true /jiti/1.14.0: @@ -5683,7 +5745,10 @@ packages: dev: true /json-stable-stringify-without-jsonify/1.0.1: - resolution: { integrity: sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE= } + resolution: + { + integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw== + } dev: true /json5/2.2.1: @@ -5710,7 +5775,10 @@ packages: dev: true /jsonfile/4.0.0: - resolution: { integrity: sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss= } + resolution: + { + integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg== + } optionalDependencies: graceful-fs: 4.2.10 dev: false @@ -5727,7 +5795,10 @@ packages: dev: true /jsonparse/1.3.1: - resolution: { integrity: sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA= } + resolution: + { + integrity: sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg== + } engines: { "0": node >= 0.2.0 } dev: true @@ -5817,7 +5888,7 @@ packages: optional: true dependencies: cli-truncate: 2.1.0 - colorette: 2.0.16 + colorette: 2.0.19 enquirer: 2.3.6 log-update: 4.0.0 p-map: 4.0.0 @@ -5877,27 +5948,45 @@ packages: dev: false /lodash.camelcase/4.3.0: - resolution: { integrity: sha1-soqmKIorn8ZRA1x3EfZathkDMaY= } + resolution: + { + integrity: sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA== + } dev: false /lodash.clonedeep/4.5.0: - resolution: { integrity: sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8= } + resolution: + { + integrity: sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ== + } dev: false /lodash.debounce/4.0.8: - resolution: { integrity: sha1-gteb/zCmfEAF/9XiUVMArZyk168= } + resolution: + { + integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow== + } dev: false /lodash.foreach/4.5.0: - resolution: { integrity: sha1-Gmo16s5AEoDH8G3d7DUWWrJ+PlM= } + resolution: + { + integrity: sha512-aEXTF4d+m05rVOAUG3z4vZZ4xVexLKZGF0lIxuHZ1Hplpk/3B6Z1+/ICICYRLm7c41Z2xiejbkCkJoTlypoXhQ== + } dev: false /lodash.get/4.4.2: - resolution: { integrity: sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk= } + resolution: + { + integrity: sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ== + } dev: true /lodash.isequal/4.5.0: - resolution: { integrity: sha1-QVxEePK8wwEgwizhDtMib30+GOA= } + resolution: + { + integrity: sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ== + } dev: false /lodash.memoize/4.1.2: @@ -5915,15 +6004,24 @@ packages: dev: true /lodash.throttle/4.1.1: - resolution: { integrity: sha1-wj6RtxAkKscMN/HhzaknTMOb8vQ= } + resolution: + { + integrity: sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ== + } dev: false /lodash.toarray/4.4.0: - resolution: { integrity: sha1-JMS/zWsvuji/0FlNsRedjptlZWE= } + resolution: + { + integrity: sha512-QyffEA3i5dma5q2490+SgCvDN0pXLmRGSyAANuVi0HQ01Pkfr9fuoKQW8wm1wGBnJITs/mS7wQvS6VshUEBFCw== + } dev: false /lodash.truncate/4.4.2: - resolution: { integrity: sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM= } + resolution: + { + integrity: sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw== + } dev: true /lodash.uniq/4.5.0: @@ -5991,16 +6089,6 @@ packages: dependencies: sourcemap-codec: 1.4.8 - /magic-string/0.26.1: - resolution: - { - integrity: sha512-ndThHmvgtieXe8J/VGPjG+Apu7v7ItcD5mhEIvOscWjPF/ccOiLxHaSuCAS2G+3x4GKsAbT8u7zdyamupui8Tg== - } - engines: { node: ">=12" } - dependencies: - sourcemap-codec: 1.4.8 - dev: true - /magic-string/0.26.2: resolution: { @@ -6019,7 +6107,10 @@ packages: dev: true /map-obj/1.0.1: - resolution: { integrity: sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0= } + resolution: + { + integrity: sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg== + } engines: { node: ">=0.10.0" } dev: true @@ -6135,7 +6226,10 @@ packages: dev: false /mime-match/1.0.2: - resolution: { integrity: sha1-P4fDHprxpf1IX7nbE0Qosju7e6g= } + resolution: + { + integrity: sha512-VXp/ugGDVh3eCLOBCiHZMYWQaTNUHv2IJrut+yXA6+JbLPXHglHwfS/5A5L0ll+jkCY7fIzRJcH6OIunF+c6Cg== + } dependencies: wildcard: 1.1.2 dev: false @@ -6208,7 +6302,7 @@ packages: } hasBin: true dependencies: - commander: 9.2.0 + commander: 9.3.0 dev: false /mousetrap/1.6.5: @@ -6235,7 +6329,10 @@ packages: dev: true /ms/2.0.0: - resolution: { integrity: sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g= } + resolution: + { + integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A== + } dev: true /ms/2.1.2: @@ -6289,7 +6386,10 @@ packages: dev: false /natural-compare/1.4.0: - resolution: { integrity: sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc= } + resolution: + { + integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw== + } dev: true /next-tick/1.1.0: @@ -6306,10 +6406,10 @@ packages: } dev: true - /node-releases/2.0.4: + /node-releases/2.0.5: resolution: { - integrity: sha512-gbMzqQtTtDz/00jQzZ21PQzdI9PyLYqUSvD0p3naOhX4odFji0ZxYdnVwPTxmSwkmxhcFImpozceidSG+AgoPQ== + integrity: sha512-U9h1NLROZTq9uE1SNffn6WuPDg8icmi3ns4rEl/oTfIle4iLjTliCzgTsbaIFMq/Xn078/lfY/BL0GWZ+psK4Q== } dev: true @@ -6320,7 +6420,7 @@ packages: } dependencies: hosted-git-info: 2.8.9 - resolve: 1.22.0 + resolve: 1.22.1 semver: 5.7.1 validate-npm-package-license: 3.0.4 dev: true @@ -6347,14 +6447,13 @@ packages: dev: true /normalize-range/0.1.2: - resolution: { integrity: sha1-LRDAa9/TEuqXd2laTShDlFa3WUI= } + resolution: + { + integrity: sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA== + } engines: { node: ">=0.10.0" } dev: true - /normalize-selector/0.2.0: - resolution: { integrity: sha1-0LFF62kRicY6eNIB3E/bEpPvDAM= } - dev: true - /normalize-url/6.1.0: resolution: { @@ -6381,22 +6480,25 @@ packages: dev: true /nprogress/0.2.0: - resolution: { integrity: sha1-y480xTIT2JVyP8urkH6UIq28r7E= } - dev: false - - /nth-check/2.0.1: resolution: { - integrity: sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w== + integrity: sha512-I19aIingLgR1fmhftnbWWO3dXc0hSxqHQHQb3H8m+K3TnEn/iSeTZZOyvKXWqQESMwuUVnatlCnZdLBZZt2VSA== + } + dev: false + + /nth-check/2.1.1: + resolution: + { + integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w== } dependencies: boolbase: 1.0.0 dev: true - /object-inspect/1.12.0: + /object-inspect/1.12.2: resolution: { - integrity: sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g== + integrity: sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ== } dev: false @@ -6409,18 +6511,24 @@ packages: destr: 1.1.1 node-fetch-native: 0.1.4 ufo: 0.8.4 - undici: 5.5.1 + undici: 5.6.0 dev: true /on-finished/2.3.0: - resolution: { integrity: sha1-IPEzZIGwg811M3mSoWlxqi2QaUc= } + resolution: + { + integrity: sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww== + } engines: { node: ">= 0.8" } dependencies: ee-first: 1.1.1 dev: true /once/1.4.0: - resolution: { integrity: sha1-WDsap3WWHUsROsF9nFC6753Xa9E= } + resolution: + { + integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w== + } dependencies: wrappy: 1.0.2 dev: true @@ -6534,7 +6642,7 @@ packages: } engines: { node: ">=8" } dependencies: - "@babel/code-frame": 7.16.7 + "@babel/code-frame": 7.18.6 error-ex: 1.3.2 json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 @@ -6556,7 +6664,10 @@ packages: engines: { node: ">=8" } /path-is-absolute/1.0.1: - resolution: { integrity: sha1-F0uSaHNVNP+8es5r9TpanhtcX18= } + resolution: + { + integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg== + } engines: { node: ">=0.10.0" } dev: true @@ -6591,16 +6702,19 @@ packages: dev: true /path/0.12.7: - resolution: { integrity: sha1-1NwqUGxM4hl+tIHr/NWzbAFAsQ8= } + resolution: + { + integrity: sha512-aXXC6s+1w7otVF9UletFkFcDsJeO7lSZBPUQhtb5O0xJe8LtYhj/GxldoL09bBj9+ZmE2hNoHqQSFMN5fikh4Q== + } dependencies: process: 0.11.10 util: 0.10.4 dev: false - /pathe/0.3.0: + /pathe/0.3.2: resolution: { - integrity: sha512-3vUjp552BJzCw9vqKsO5sttHkbYqqsZtH0x1PNtItgqx8BXEXzoY1SYRKcL6BTyVh4lGJGLj0tM42elUDMvcYA== + integrity: sha512-qhnmX0TOqlCvdWWTkoM83wh5J8fZ2yhbDEc9MlsnAEtEc+JCwxUKEwmd6pkY9hRe6JR1Uecbc14VcAKX2yFSTA== } dev: true @@ -6626,11 +6740,14 @@ packages: dev: true /pify/2.3.0: - resolution: { integrity: sha1-7RQaasBDqEnqWISY59yosVMw6Qw= } + resolution: + { + integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog== + } engines: { node: ">=0.10.0" } dev: true - /pinia/2.0.14_typescript@4.6.4+vue@3.2.37: + /pinia/2.0.14_typescript@4.7.4+vue@3.2.37: resolution: { integrity: sha512-0nPuZR4TetT/WcLN+feMSjWJku3SQU7dBbXC6uw+R6FLQJCsg+/0pzXyD82T1FmAYe0lsx+jnEDQ1BLgkRKlxA== @@ -6645,10 +6762,10 @@ packages: typescript: optional: true dependencies: - "@vue/devtools-api": 6.1.4 - typescript: 4.6.4 + "@vue/devtools-api": 6.2.0 + typescript: 4.7.4 vue: 3.2.37 - vue-demi: 0.12.5_vue@3.2.37 + vue-demi: 0.13.1_vue@3.2.37 dev: false /please-upgrade-node/3.2.0: @@ -6680,7 +6797,7 @@ packages: tslib: 2.4.0 dev: false - /postcss-calc/8.2.4_postcss@8.4.13: + /postcss-calc/8.2.4_postcss@8.4.14: resolution: { integrity: sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q== @@ -6688,12 +6805,12 @@ packages: peerDependencies: postcss: ^8.2.2 dependencies: - postcss: 8.4.13 + postcss: 8.4.14 postcss-selector-parser: 6.0.10 postcss-value-parser: 4.2.0 dev: true - /postcss-colormin/5.3.0_postcss@8.4.13: + /postcss-colormin/5.3.0_postcss@8.4.14: resolution: { integrity: sha512-WdDO4gOFG2Z8n4P8TWBpshnL3JpmNmJwdnfP2gbk2qBA8PWwOYcmjmI/t3CmMeL72a7Hkd+x/Mg9O2/0rD54Pg== @@ -6702,14 +6819,14 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - browserslist: 4.20.3 + browserslist: 4.21.1 caniuse-api: 3.0.0 colord: 2.9.2 - postcss: 8.4.13 + postcss: 8.4.14 postcss-value-parser: 4.2.0 dev: true - /postcss-convert-values/5.1.2_postcss@8.4.13: + /postcss-convert-values/5.1.2_postcss@8.4.14: resolution: { integrity: sha512-c6Hzc4GAv95B7suy4udszX9Zy4ETyMCgFPUDtWjdFTKH1SE9eFY/jEpHSwTH1QPuwxHpWslhckUQWbNRM4ho5g== @@ -6718,12 +6835,12 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - browserslist: 4.20.3 - postcss: 8.4.13 + browserslist: 4.21.1 + postcss: 8.4.14 postcss-value-parser: 4.2.0 dev: true - /postcss-discard-comments/5.1.2_postcss@8.4.13: + /postcss-discard-comments/5.1.2_postcss@8.4.14: resolution: { integrity: sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ== @@ -6732,10 +6849,10 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.13 + postcss: 8.4.14 dev: true - /postcss-discard-duplicates/5.1.0_postcss@8.4.13: + /postcss-discard-duplicates/5.1.0_postcss@8.4.14: resolution: { integrity: sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw== @@ -6744,10 +6861,10 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.13 + postcss: 8.4.14 dev: true - /postcss-discard-empty/5.1.1_postcss@8.4.13: + /postcss-discard-empty/5.1.1_postcss@8.4.14: resolution: { integrity: sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A== @@ -6756,10 +6873,10 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.13 + postcss: 8.4.14 dev: true - /postcss-discard-overridden/5.1.0_postcss@8.4.13: + /postcss-discard-overridden/5.1.0_postcss@8.4.14: resolution: { integrity: sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw== @@ -6768,7 +6885,7 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.13 + postcss: 8.4.14 dev: true /postcss-html/1.4.1: @@ -6779,11 +6896,11 @@ packages: engines: { node: ^12 || >=14 } dependencies: htmlparser2: 7.2.0 - postcss: 8.4.13 - postcss-safe-parser: 6.0.0_postcss@8.4.13 + postcss: 8.4.14 + postcss-safe-parser: 6.0.0_postcss@8.4.14 dev: true - /postcss-import/14.0.0_postcss@8.4.13: + /postcss-import/14.0.0_postcss@8.4.14: resolution: { integrity: sha512-gFDDzXhqr9ELmnLHgCC3TbGfA6Dm/YMb/UN8/f7Uuq4fL7VTk2vOIj6hwINEwbokEmp123bLD7a5m+E+KIetRg== @@ -6792,17 +6909,20 @@ packages: peerDependencies: postcss: ^8.0.0 dependencies: - postcss: 8.4.13 + postcss: 8.4.14 postcss-value-parser: 4.2.0 read-cache: 1.0.0 - resolve: 1.22.0 + resolve: 1.22.1 dev: true /postcss-media-query-parser/0.2.3: - resolution: { integrity: sha1-J7Ocb02U+Bsac7j3Y1HGCeXO8kQ= } + resolution: + { + integrity: sha512-3sOlxmbKcSHMjlUXQZKQ06jOswE7oVkXPxmZdoB1r5l0q6gTFTQSHxNxOrCccElbW7dxNytifNEo8qidX2Vsig== + } dev: true - /postcss-merge-longhand/5.1.6_postcss@8.4.13: + /postcss-merge-longhand/5.1.6_postcss@8.4.14: resolution: { integrity: sha512-6C/UGF/3T5OE2CEbOuX7iNO63dnvqhGZeUnKkDeifebY0XqkkvrctYSZurpNE902LDf2yKwwPFgotnfSoPhQiw== @@ -6811,12 +6931,12 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.13 + postcss: 8.4.14 postcss-value-parser: 4.2.0 - stylehacks: 5.1.0_postcss@8.4.13 + stylehacks: 5.1.0_postcss@8.4.14 dev: true - /postcss-merge-rules/5.1.2_postcss@8.4.13: + /postcss-merge-rules/5.1.2_postcss@8.4.14: resolution: { integrity: sha512-zKMUlnw+zYCWoPN6yhPjtcEdlJaMUZ0WyVcxTAmw3lkkN/NDMRkOkiuctQEoWAOvH7twaxUUdvBWl0d4+hifRQ== @@ -6825,14 +6945,14 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - browserslist: 4.20.3 + browserslist: 4.21.1 caniuse-api: 3.0.0 - cssnano-utils: 3.1.0_postcss@8.4.13 - postcss: 8.4.13 + cssnano-utils: 3.1.0_postcss@8.4.14 + postcss: 8.4.14 postcss-selector-parser: 6.0.10 dev: true - /postcss-minify-font-values/5.1.0_postcss@8.4.13: + /postcss-minify-font-values/5.1.0_postcss@8.4.14: resolution: { integrity: sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA== @@ -6841,11 +6961,11 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.13 + postcss: 8.4.14 postcss-value-parser: 4.2.0 dev: true - /postcss-minify-gradients/5.1.1_postcss@8.4.13: + /postcss-minify-gradients/5.1.1_postcss@8.4.14: resolution: { integrity: sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw== @@ -6855,12 +6975,12 @@ packages: postcss: ^8.2.15 dependencies: colord: 2.9.2 - cssnano-utils: 3.1.0_postcss@8.4.13 - postcss: 8.4.13 + cssnano-utils: 3.1.0_postcss@8.4.14 + postcss: 8.4.14 postcss-value-parser: 4.2.0 dev: true - /postcss-minify-params/5.1.3_postcss@8.4.13: + /postcss-minify-params/5.1.3_postcss@8.4.14: resolution: { integrity: sha512-bkzpWcjykkqIujNL+EVEPOlLYi/eZ050oImVtHU7b4lFS82jPnsCb44gvC6pxaNt38Els3jWYDHTjHKf0koTgg== @@ -6869,13 +6989,13 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - browserslist: 4.20.3 - cssnano-utils: 3.1.0_postcss@8.4.13 - postcss: 8.4.13 + browserslist: 4.21.1 + cssnano-utils: 3.1.0_postcss@8.4.14 + postcss: 8.4.14 postcss-value-parser: 4.2.0 dev: true - /postcss-minify-selectors/5.2.1_postcss@8.4.13: + /postcss-minify-selectors/5.2.1_postcss@8.4.14: resolution: { integrity: sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg== @@ -6884,11 +7004,11 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.13 + postcss: 8.4.14 postcss-selector-parser: 6.0.10 dev: true - /postcss-normalize-charset/5.1.0_postcss@8.4.13: + /postcss-normalize-charset/5.1.0_postcss@8.4.14: resolution: { integrity: sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg== @@ -6897,10 +7017,10 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.13 + postcss: 8.4.14 dev: true - /postcss-normalize-display-values/5.1.0_postcss@8.4.13: + /postcss-normalize-display-values/5.1.0_postcss@8.4.14: resolution: { integrity: sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA== @@ -6909,11 +7029,11 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.13 + postcss: 8.4.14 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-positions/5.1.1_postcss@8.4.13: + /postcss-normalize-positions/5.1.1_postcss@8.4.14: resolution: { integrity: sha512-6UpCb0G4eofTCQLFVuI3EVNZzBNPiIKcA1AKVka+31fTVySphr3VUgAIULBhxZkKgwLImhzMR2Bw1ORK+37INg== @@ -6922,11 +7042,11 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.13 + postcss: 8.4.14 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-repeat-style/5.1.1_postcss@8.4.13: + /postcss-normalize-repeat-style/5.1.1_postcss@8.4.14: resolution: { integrity: sha512-mFpLspGWkQtBcWIRFLmewo8aC3ImN2i/J3v8YCFUwDnPu3Xz4rLohDO26lGjwNsQxB3YF0KKRwspGzE2JEuS0g== @@ -6935,11 +7055,11 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.13 + postcss: 8.4.14 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-string/5.1.0_postcss@8.4.13: + /postcss-normalize-string/5.1.0_postcss@8.4.14: resolution: { integrity: sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w== @@ -6948,11 +7068,11 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.13 + postcss: 8.4.14 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-timing-functions/5.1.0_postcss@8.4.13: + /postcss-normalize-timing-functions/5.1.0_postcss@8.4.14: resolution: { integrity: sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg== @@ -6961,11 +7081,11 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.13 + postcss: 8.4.14 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-unicode/5.1.0_postcss@8.4.13: + /postcss-normalize-unicode/5.1.0_postcss@8.4.14: resolution: { integrity: sha512-J6M3MizAAZ2dOdSjy2caayJLQT8E8K9XjLce8AUQMwOrCvjCHv24aLC/Lps1R1ylOfol5VIDMaM/Lo9NGlk1SQ== @@ -6974,12 +7094,12 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - browserslist: 4.20.3 - postcss: 8.4.13 + browserslist: 4.21.1 + postcss: 8.4.14 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-url/5.1.0_postcss@8.4.13: + /postcss-normalize-url/5.1.0_postcss@8.4.14: resolution: { integrity: sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew== @@ -6989,11 +7109,11 @@ packages: postcss: ^8.2.15 dependencies: normalize-url: 6.1.0 - postcss: 8.4.13 + postcss: 8.4.14 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-whitespace/5.1.1_postcss@8.4.13: + /postcss-normalize-whitespace/5.1.1_postcss@8.4.14: resolution: { integrity: sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA== @@ -7002,11 +7122,11 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.13 + postcss: 8.4.14 postcss-value-parser: 4.2.0 dev: true - /postcss-ordered-values/5.1.3_postcss@8.4.13: + /postcss-ordered-values/5.1.3_postcss@8.4.14: resolution: { integrity: sha512-9UO79VUhPwEkzbb3RNpqqghc6lcYej1aveQteWY+4POIwlqkYE21HKWaLDF6lWNuqCobEAyTovVhtI32Rbv2RQ== @@ -7015,12 +7135,12 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - cssnano-utils: 3.1.0_postcss@8.4.13 - postcss: 8.4.13 + cssnano-utils: 3.1.0_postcss@8.4.14 + postcss: 8.4.14 postcss-value-parser: 4.2.0 dev: true - /postcss-reduce-initial/5.1.0_postcss@8.4.13: + /postcss-reduce-initial/5.1.0_postcss@8.4.14: resolution: { integrity: sha512-5OgTUviz0aeH6MtBjHfbr57tml13PuedK/Ecg8szzd4XRMbYxH4572JFG067z+FqBIf6Zp/d+0581glkvvWMFw== @@ -7029,12 +7149,12 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - browserslist: 4.20.3 + browserslist: 4.21.1 caniuse-api: 3.0.0 - postcss: 8.4.13 + postcss: 8.4.14 dev: true - /postcss-reduce-transforms/5.1.0_postcss@8.4.13: + /postcss-reduce-transforms/5.1.0_postcss@8.4.14: resolution: { integrity: sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ== @@ -7043,15 +7163,18 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.13 + postcss: 8.4.14 postcss-value-parser: 4.2.0 dev: true /postcss-resolve-nested-selector/0.1.1: - resolution: { integrity: sha1-Kcy8fDfe36wwTp//C/FZaz9qDk4= } + resolution: + { + integrity: sha512-HvExULSwLqHLgUy1rl3ANIqCsvMS0WHss2UOsXhXnQaZ9VCc2oBvIpXrl00IUFT5ZDITME0o6oiXeiHr2SAIfw== + } dev: true - /postcss-safe-parser/6.0.0_postcss@8.4.13: + /postcss-safe-parser/6.0.0_postcss@8.4.14: resolution: { integrity: sha512-FARHN8pwH+WiS2OPCxJI8FuRJpTVnn6ZNFiqAM2aeW2LwTHWWmWgIyKC6cUo0L8aeKiF/14MNvnpls6R2PBeMQ== @@ -7060,10 +7183,10 @@ packages: peerDependencies: postcss: ^8.3.3 dependencies: - postcss: 8.4.13 + postcss: 8.4.14 dev: true - /postcss-scss/4.0.4_postcss@8.4.13: + /postcss-scss/4.0.4_postcss@8.4.14: resolution: { integrity: sha512-aBBbVyzA8b3hUL0MGrpydxxXKXFZc5Eqva0Q3V9qsBOLEMsjb6w49WfpsoWzpEgcqJGW4t7Rio8WXVU9Gd8vWg== @@ -7072,7 +7195,7 @@ packages: peerDependencies: postcss: ^8.3.3 dependencies: - postcss: 8.4.13 + postcss: 8.4.14 dev: true /postcss-selector-parser/6.0.10: @@ -7086,7 +7209,7 @@ packages: util-deprecate: 1.0.2 dev: true - /postcss-sorting/7.0.1_postcss@8.4.13: + /postcss-sorting/7.0.1_postcss@8.4.14: resolution: { integrity: sha512-iLBFYz6VRYyLJEJsBJ8M3TCqNcckVzz4wFounSc5Oez35ogE/X+aoC5fFu103Ot7NyvjU3/xqIXn93Gp3kJk4g== @@ -7094,10 +7217,10 @@ packages: peerDependencies: postcss: ^8.3.9 dependencies: - postcss: 8.4.13 + postcss: 8.4.14 dev: true - /postcss-svgo/5.1.0_postcss@8.4.13: + /postcss-svgo/5.1.0_postcss@8.4.14: resolution: { integrity: sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA== @@ -7106,12 +7229,12 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.13 + postcss: 8.4.14 postcss-value-parser: 4.2.0 svgo: 2.8.0 dev: true - /postcss-unique-selectors/5.1.1_postcss@8.4.13: + /postcss-unique-selectors/5.1.1_postcss@8.4.14: resolution: { integrity: sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA== @@ -7120,7 +7243,7 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.13 + postcss: 8.4.14 postcss-selector-parser: 6.0.10 dev: true @@ -7131,10 +7254,10 @@ packages: } dev: true - /postcss/8.4.13: + /postcss/8.4.14: resolution: { - integrity: sha512-jtL6eTBrza5MPzy8oJLFuUscHDXTV5KcLlqAWHl5q5WYRfnNRGSmOZmOZ1T6Gy7A99mOZfqungmZMpMmCVJ8ZA== + integrity: sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig== } engines: { node: ^10 || ^12 || >=14 } dependencies: @@ -7142,10 +7265,10 @@ packages: picocolors: 1.0.0 source-map-js: 1.0.2 - /preact/10.7.2: + /preact/10.8.2: resolution: { - integrity: sha512-GLjn0I3r6ka+NvxJUppsVFqb4V0qDTEHT/QxHlidPuClGaxF/4AI2Qti4a0cv3XMh5n1+D3hLScW10LRIm5msQ== + integrity: sha512-AKGt0BsDSiAYzVS78jZ9qRwuorY2CoSZtf1iOC6gLb/3QyZt+fLT09aYJBjRc/BEcRc4j+j3ggERMdNE43i1LQ== } dev: false @@ -7167,16 +7290,16 @@ packages: fast-diff: 1.2.0 dev: true - /prettier/2.6.2: + /prettier/2.7.1: resolution: { - integrity: sha512-PkUpF+qoXTqhOeWL9fu7As8LXsIUZ1WYaJiY/a7McAQzxjk82OF0tibkFXVCDImZtWxbvojFjerkiLb0/q8mew== + integrity: sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g== } engines: { node: ">=10.13.0" } hasBin: true dev: true - /pretty-quick/3.1.1_prettier@2.6.2: + /pretty-quick/3.1.1_prettier@2.7.1: resolution: { integrity: sha512-ZYLGiMoV2jcaas3vTJrLvKAYsxDoXQBUn8OSTxkl67Fyov9lyXivJTl0+2WVh+y6EovGcw7Lm5ThYpH+Sh3XxQ== @@ -7192,7 +7315,7 @@ packages: ignore: 5.2.0 mri: 1.2.0 multimatch: 4.0.0 - prettier: 2.6.2 + prettier: 2.7.1 dev: true /prismjs/1.28.0: @@ -7204,7 +7327,10 @@ packages: dev: false /process/0.11.10: - resolution: { integrity: sha1-czIwDoQBYb2j5podHZGn1LwW8YI= } + resolution: + { + integrity: sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A== + } engines: { node: ">= 0.6.0" } dev: false @@ -7227,7 +7353,10 @@ packages: dev: true /q/1.5.1: - resolution: { integrity: sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc= } + resolution: + { + integrity: sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw== + } engines: { node: ">=0.6.0", teleport: ">=0.2.0" } dev: true @@ -7245,10 +7374,10 @@ packages: yargs: 15.4.1 dev: false - /qs/6.10.3: + /qs/6.11.0: resolution: { - integrity: sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ== + integrity: sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q== } engines: { node: ">=0.6" } dependencies: @@ -7271,7 +7400,10 @@ packages: dev: true /read-cache/1.0.0: - resolution: { integrity: sha1-5mTvMRYRZsl1HNvo28+GtftY93Q= } + resolution: + { + integrity: sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA== + } dependencies: pify: 2.3.0 dev: true @@ -7349,7 +7481,10 @@ packages: dev: true /require-directory/2.1.1: - resolution: { integrity: sha1-jGStX9MNqxyXbiNE/+f3kqam30I= } + resolution: + { + integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q== + } engines: { node: ">=0.10.0" } /require-from-string/2.0.2: @@ -7400,10 +7535,10 @@ packages: global-dirs: 0.1.1 dev: true - /resolve/1.22.0: + /resolve/1.22.1: resolution: { - integrity: sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw== + integrity: sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw== } hasBin: true dependencies: @@ -7454,7 +7589,10 @@ packages: dev: false /rgb/0.1.0: - resolution: { integrity: sha1-vieykej+/+rBvZlylyG/pA/AN7U= } + resolution: + { + integrity: sha512-F49dXX73a92N09uQkfCp2QjwXpmJcn9/i9PvjmwsSIXUGqRLCf/yx5Q9gRxuLQTq248kakqQuc8GX/U/CxSqlA== + } hasBin: true dev: false @@ -7465,10 +7603,10 @@ packages: } hasBin: true dependencies: - glob: 7.2.0 + glob: 7.2.3 dev: true - /rollup-plugin-visualizer/5.6.0_rollup@2.72.1: + /rollup-plugin-visualizer/5.6.0_rollup@2.75.7: resolution: { integrity: sha512-CKcc8GTUZjC+LsMytU8ocRr/cGZIfMR7+mdy4YnlyetlmIl/dM8BMnOEpD4JPIGt+ZVW7Db9ZtSsbgyeBH3uTA== @@ -7480,15 +7618,15 @@ packages: dependencies: nanoid: 3.3.4 open: 8.4.0 - rollup: 2.72.1 - source-map: 0.7.3 - yargs: 17.4.1 + rollup: 2.75.7 + source-map: 0.7.4 + yargs: 17.5.1 dev: true - /rollup/2.72.1: + /rollup/2.75.7: resolution: { - integrity: sha512-NTc5UGy/NWFGpSqF1lFY8z9Adri6uhyMLI6LvPAXdBKoPRFhIIiBUpt+Qg2awixqO3xvzSijjhnb4+QEZwJmxA== + integrity: sha512-VSE1iy0eaAYNCxEXaleThdFXqZJ42qDBatAwrfnPlENEZ8erQ+0LYX4JXOLPceWfZpV1VtZwZ3dFCuOZiSyFtQ== } engines: { node: ">=10.0.0" } hasBin: true @@ -7528,16 +7666,16 @@ packages: } dev: true - /sass/1.51.0: + /sass/1.53.0: resolution: { - integrity: sha512-haGdpTgywJTvHC2b91GSq+clTKGbtkkZmVAb82jZQN/wTy6qs8DdFm2lhEQbEwrY0QDRgSQ3xDurqM977C3noA== + integrity: sha512-zb/oMirbKhUgRQ0/GFz8TSAwRq2IlR29vOUJZOx0l8sV+CkHUfHa4u5nqrG+1VceZp7Jfj59SVW9ogdhTvJDcQ== } engines: { node: ">=12.0.0" } hasBin: true dependencies: chokidar: 3.5.3 - immutable: 4.0.0 + immutable: 4.1.0 source-map-js: 1.0.2 dev: true @@ -7551,7 +7689,10 @@ packages: dev: false /semver-compare/1.0.0: - resolution: { integrity: sha1-De4hahyUGrN+nvsXiPavxf9VN/w= } + resolution: + { + integrity: sha512-YM3/ITh2MJ5MtzaM429anh+x2jiLVjqILF4m4oyQB18W7Ggea7BfqdH/wGMK7dDiMghv/6WG7znWMwUDzJiXow== + } dev: true /semver/5.7.1: @@ -7593,7 +7734,10 @@ packages: dev: true /set-blocking/2.0.0: - resolution: { integrity: sha1-BF+XgtARrppoA93TgrJDkrPYkPc= } + resolution: + { + integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw== + } dev: false /shallow-equal/1.2.1: @@ -7628,8 +7772,8 @@ packages: } dependencies: call-bind: 1.0.2 - get-intrinsic: 1.1.1 - object-inspect: 1.12.0 + get-intrinsic: 1.1.2 + object-inspect: 1.12.2 dev: false /signal-exit/3.0.7: @@ -7686,7 +7830,7 @@ packages: integrity: sha512-/nJwTswQgnRurpK+bGJFH1oM7naD5qDmHd89JyiKNT2oOKD8marW0QSBtuFnwEbL5aGCS8AmrhXQgNOsn4osAw== } dependencies: - immer: 9.0.12 + immer: 9.0.15 is-plain-object: 5.0.0 tiny-warning: 1.0.3 dev: false @@ -7715,10 +7859,10 @@ packages: is-fullwidth-code-point: 3.0.0 dev: true - /snabbdom/3.5.0: + /snabbdom/3.5.1: resolution: { - integrity: sha512-Ff5BKG18KrrPuskHJlA9aujPHqEabItaDl96l7ZZndF4zt5AYSczz7ZjjgQAX5IBd5cd25lw9NfgX21yVUJ+9g== + integrity: sha512-wHMNIOjkm/YNE5EM3RCbr/+DVgPg6AqQAX1eOxO46zYNvCXjKP5Y865tqQj3EXnaMBjkxmQA5jFuDpDK/dbfiA== } engines: { node: ">=8.3.0" } dev: false @@ -7764,10 +7908,10 @@ packages: } engines: { node: ">=0.10.0" } - /source-map/0.7.3: + /source-map/0.7.4: resolution: { - integrity: sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ== + integrity: sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA== } engines: { node: ">= 8" } dev: true @@ -7812,14 +7956,6 @@ packages: } dev: true - /specificity/0.4.1: - resolution: - { - integrity: sha512-1klA3Gi5PD1Wv9Q0wUoOQN1IWAuPu0D1U03ThXTr0cJ20+/iq2tHSDnK7Kk/0LXJ1ztUB2/1Os0wKmfyNgUQfg== - } - hasBin: true - dev: true - /split2/3.2.2: resolution: { @@ -7858,10 +7994,14 @@ packages: { integrity: sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w== } + deprecated: "Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility" dev: true /statuses/1.5.0: - resolution: { integrity: sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow= } + resolution: + { + integrity: sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA== + } engines: { node: ">= 0.6" } dev: true @@ -7948,7 +8088,10 @@ packages: dev: true /style-search/0.1.0: - resolution: { integrity: sha1-eVjHk+R+MuB9K1yv5cC/jhLneQI= } + resolution: + { + integrity: sha512-Dj1Okke1C3uKKwQcetra4jSuk0DqbzbYtXipzFlFMZtowbF1x7BKJwB9AayVMyFARvU8EDrZdcax4At/452cAg== + } dev: true /style-value-types/5.0.0: @@ -7971,7 +8114,7 @@ packages: tslib: 2.4.0 dev: false - /stylehacks/5.1.0_postcss@8.4.13: + /stylehacks/5.1.0_postcss@8.4.14: resolution: { integrity: sha512-SzLmvHQTrIWfSgljkQCw2++C9+Ne91d/6Sp92I8c5uHTcy/PgeHamwITIbBW9wnFTY/3ZfSXR9HIL6Ikqmcu6Q== @@ -7980,12 +8123,12 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - browserslist: 4.20.3 - postcss: 8.4.13 + browserslist: 4.21.1 + postcss: 8.4.14 postcss-selector-parser: 6.0.10 dev: true - /stylelint-config-html/1.0.0_b0c53fae217cf65ec28a8c6638e46e29: + /stylelint-config-html/1.0.0_886b1592fbcaadd1c21b21ba5f706fd5: resolution: { integrity: sha512-rKQUUWDpaYC7ybsS6tLxddjn6DxhjSIXybElSmcTyVQj3ExhmU3q+l41ktrlwHRyY0M5SkTkZiwngvYPYmsgSQ== @@ -7996,10 +8139,10 @@ packages: stylelint: ">=14.0.0" dependencies: postcss-html: 1.4.1 - stylelint: 14.8.2 + stylelint: 14.9.1 dev: true - /stylelint-config-prettier/9.0.3_stylelint@14.8.2: + /stylelint-config-prettier/9.0.3_stylelint@14.9.1: resolution: { integrity: sha512-5n9gUDp/n5tTMCq1GLqSpA30w2sqWITSSEiAWQlpxkKGAUbjcemQ0nbkRvRUa0B1LgD3+hCvdL7B1eTxy1QHJg== @@ -8009,10 +8152,10 @@ packages: peerDependencies: stylelint: ">=11.0.0" dependencies: - stylelint: 14.8.2 + stylelint: 14.9.1 dev: true - /stylelint-config-recommended/6.0.0_stylelint@14.8.2: + /stylelint-config-recommended/6.0.0_stylelint@14.9.1: resolution: { integrity: sha512-ZorSSdyMcxWpROYUvLEMm0vSZud2uB7tX1hzBZwvVY9SV/uly4AvvJPPhCcymZL3fcQhEQG5AELmrxWqtmzacw== @@ -8020,10 +8163,10 @@ packages: peerDependencies: stylelint: ^14.0.0 dependencies: - stylelint: 14.8.2 + stylelint: 14.9.1 dev: true - /stylelint-config-standard/24.0.0_stylelint@14.8.2: + /stylelint-config-standard/24.0.0_stylelint@14.9.1: resolution: { integrity: sha512-+RtU7fbNT+VlNbdXJvnjc3USNPZRiRVp/d2DxOF/vBDDTi0kH5RX2Ny6errdtZJH3boO+bmqIYEllEmok4jiuw== @@ -8031,11 +8174,11 @@ packages: peerDependencies: stylelint: ^14.0.0 dependencies: - stylelint: 14.8.2 - stylelint-config-recommended: 6.0.0_stylelint@14.8.2 + stylelint: 14.9.1 + stylelint-config-recommended: 6.0.0_stylelint@14.9.1 dev: true - /stylelint-order/5.0.0_stylelint@14.8.2: + /stylelint-order/5.0.0_stylelint@14.9.1: resolution: { integrity: sha512-OWQ7pmicXufDw5BlRqzdz3fkGKJPgLyDwD1rFY3AIEfIH/LQY38Vu/85v8/up0I+VPiuGRwbc2Hg3zLAsJaiyw== @@ -8043,23 +8186,24 @@ packages: peerDependencies: stylelint: ^14.0.0 dependencies: - postcss: 8.4.13 - postcss-sorting: 7.0.1_postcss@8.4.13 - stylelint: 14.8.2 + postcss: 8.4.14 + postcss-sorting: 7.0.1_postcss@8.4.14 + stylelint: 14.9.1 dev: true - /stylelint/14.8.2: + /stylelint/14.9.1: resolution: { - integrity: sha512-tjDfexCYfoPdl/xcDJ9Fv+Ko9cvzbDnmdiaqEn3ovXHXasi/hbkt5tSjsiReQ+ENqnz0eltaX/AOO+AlzVdcNA== + integrity: sha512-RdAkJdPiLqHawCSnu21nE27MjNXaVd4WcOHA4vK5GtIGjScfhNnaOuWR2wWdfKFAvcWQPOYe311iveiVKSmwsA== } engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } hasBin: true dependencies: + "@csstools/selector-specificity": 2.0.1_e73911252e8c76a7ba13ab9c39479e7d balanced-match: 2.0.0 colord: 2.9.2 cosmiconfig: 7.0.1 - css-functions-list: 3.0.1 + css-functions-list: 3.1.0 debug: 4.3.4 execall: 2.0.0 fast-glob: 3.2.11 @@ -8079,16 +8223,14 @@ packages: meow: 9.0.0 micromatch: 4.0.5 normalize-path: 3.0.0 - normalize-selector: 0.2.0 picocolors: 1.0.0 - postcss: 8.4.13 + postcss: 8.4.14 postcss-media-query-parser: 0.2.3 postcss-resolve-nested-selector: 0.1.1 - postcss-safe-parser: 6.0.0_postcss@8.4.13 + postcss-safe-parser: 6.0.0_postcss@8.4.14 postcss-selector-parser: 6.0.10 postcss-value-parser: 4.2.0 resolve-from: 5.0.0 - specificity: 0.4.1 string-width: 4.2.3 strip-ansi: 6.0.1 style-search: 0.1.0 @@ -8140,7 +8282,10 @@ packages: dev: true /svg-tags/1.0.0: - resolution: { integrity: sha1-WPcc7jvVGbWdSyqEO2x95krAR2Q= } + resolution: + { + integrity: sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA== + } dev: true /svgo/2.8.0: @@ -8160,10 +8305,10 @@ packages: stable: 0.1.8 dev: true - /swiper/8.1.4: + /swiper/8.2.6: resolution: { - integrity: sha512-ho6ceKxqbDxV51qymVxwn1oB4CqTrsG3Y5pGW2aKlZxsT6NMdlow8ICUa+wD/m5l2T5ZD2B0yyqTihSSmLBV4A== + integrity: sha512-qo0E9GpcZpJer+vYXRd3CANDfFZTmUeyeIjmyi7fwuc5ozhAs1MCLgMSpZn393ZBgK7VIXA40YnQcAyJX3kjzw== } engines: { node: ">= 4.7.0" } requiresBuild: true @@ -8202,11 +8347,17 @@ packages: dev: true /text-table/0.2.0: - resolution: { integrity: sha1-f17oI66AUgfACvLfSoTsP8+lcLQ= } + resolution: + { + integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw== + } dev: true /through/2.3.8: - resolution: { integrity: sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU= } + resolution: + { + integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg== + } dev: true /through2/4.0.2: @@ -8226,7 +8377,10 @@ packages: dev: false /to-fast-properties/2.0.0: - resolution: { integrity: sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4= } + resolution: + { + integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog== + } engines: { node: ">=4" } /to-regex-range/5.0.1: @@ -8255,7 +8409,7 @@ packages: engines: { node: ">=8" } dev: true - /ts-node/9.1.1_typescript@4.6.4: + /ts-node/9.1.1_typescript@4.7.4: resolution: { integrity: sha512-hPlt7ZACERQGf03M253ytLY3dHbGNGrAq9qIHWUY9XHYl1z7wYngSr3OQ5xmui8o2AaxsONxIzjafLUiWBo1Fg== @@ -8270,7 +8424,7 @@ packages: diff: 4.0.2 make-error: 1.3.6 source-map-support: 0.5.21 - typescript: 4.6.4 + typescript: 4.7.4 yn: 3.1.1 dev: true @@ -8294,7 +8448,7 @@ packages: integrity: sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ== } - /tsutils/3.21.0_typescript@4.6.4: + /tsutils/3.21.0_typescript@4.7.4: resolution: { integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA== @@ -8304,7 +8458,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: 4.6.4 + typescript: 4.7.4 dev: true /type-check/0.4.0: @@ -8371,10 +8525,10 @@ packages: } dev: false - /typescript/4.6.4: + /typescript/4.7.4: resolution: { - integrity: sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg== + integrity: sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ== } engines: { node: ">=4.2.0" } hasBin: true @@ -8398,10 +8552,10 @@ packages: jiti: 1.14.0 dev: true - /undici/5.5.1: + /undici/5.6.0: resolution: { - integrity: sha512-MEvryPLf18HvlCbLSzCW0U00IMftKGI5udnjrQbC5D4P0Hodwffhv+iGfWuJwg16Y/TK11ZFK8i+BPVW2z/eAw== + integrity: sha512-mc+8SY1fXubTrdx4CXDkeFFGV8lI3Tq4I/70U1V8Z6g4iscGII0uLO7CPnDt56bXEbvaKwo2T2+VrteWbZiXiQ== } engines: { node: ">=12.18" } dev: true @@ -8473,11 +8627,14 @@ packages: dev: true /unpipe/1.0.0: - resolution: { integrity: sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw= } + resolution: + { + integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ== + } engines: { node: ">= 0.8" } dev: true - /unplugin-vue-define-options/0.6.1_5fada3a6f3735bf4f38c1ef9c2e1546a: + /unplugin-vue-define-options/0.6.1_4ee01199f06fc07d2c8abf9ef5aca074: resolution: { integrity: sha512-YZQxE3vC7Tb4Ev10blfYPC23hR3t8UNynoVSt2bY9GtHB2usxpywPQqRj7xdUtuj6JsDfrZ9wRKKbEkcMEXI1A== @@ -8487,8 +8644,8 @@ packages: vue: ^3.2.25 dependencies: "@rollup/pluginutils": 4.2.1 - "@vue/compiler-sfc": 3.2.33 - unplugin: 0.6.3_rollup@2.72.1+vite@2.9.13 + "@vue/compiler-sfc": 3.2.37 + unplugin: 0.6.3_rollup@2.75.7+vite@2.9.13 vue: 3.2.37 transitivePeerDependencies: - esbuild @@ -8497,7 +8654,7 @@ packages: - webpack dev: true - /unplugin/0.6.3_rollup@2.72.1+vite@2.9.13: + /unplugin/0.6.3_rollup@2.75.7+vite@2.9.13: resolution: { integrity: sha512-CoW88FQfCW/yabVc4bLrjikN9HC8dEvMU4O7B6K2jsYMPK0l6iAnd9dpJwqGcmXJKRCU9vwSsy653qg+RK0G6A== @@ -8518,10 +8675,24 @@ packages: optional: true dependencies: chokidar: 3.5.3 - rollup: 2.72.1 - vite: 2.9.13_sass@1.51.0 + rollup: 2.75.7 + vite: 2.9.13_sass@1.53.0 webpack-sources: 3.2.3 - webpack-virtual-modules: 0.4.3 + webpack-virtual-modules: 0.4.4 + dev: true + + /update-browserslist-db/1.0.4_browserslist@4.21.1: + resolution: + { + integrity: sha512-jnmO2BEGUjsMOe/Fg9u0oczOe/ppIDZPebzccl1yDWGLFP16Pa1/RM5wEoKYPG2zstNcDuAStejyxsOuKINdGA== + } + hasBin: true + peerDependencies: + browserslist: ">= 4.21.0" + dependencies: + browserslist: 4.21.1 + escalade: 3.1.1 + picocolors: 1.0.0 dev: true /uri-js/4.4.1: @@ -8534,7 +8705,10 @@ packages: dev: true /util-deprecate/1.0.2: - resolution: { integrity: sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= } + resolution: + { + integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw== + } dev: true /util/0.10.4: @@ -8587,7 +8761,7 @@ packages: spdx-expression-parse: 3.0.1 dev: true - /vite-plugin-mock/2.9.6_0519d1ca589ef14c75821a546746fcf2: + /vite-plugin-mock/2.9.6_8c401e4b40cddd07d4d66fd0783a3612: resolution: { integrity: sha512-/Rm59oPppe/ncbkSrUuAxIQihlI2YcBmnbR4ST1RA2VzM1C0tEQc1KlbQvnUGhXECAGTaQN2JyasiwXP6EtKgg== @@ -8597,7 +8771,7 @@ packages: mockjs: ">=1.1.0" vite: ">=2.0.0" dependencies: - "@rollup/plugin-node-resolve": 13.3.0_rollup@2.72.1 + "@rollup/plugin-node-resolve": 13.3.0_rollup@2.75.7 "@types/mockjs": 1.0.6 chalk: 4.1.2 chokidar: 3.5.3 @@ -8607,30 +8781,30 @@ packages: fast-glob: 3.2.11 mockjs: 1.1.0 path-to-regexp: 6.2.1 - vite: 2.9.13_sass@1.51.0 + vite: 2.9.13_sass@1.53.0 transitivePeerDependencies: - rollup - supports-color dev: true - /vite-plugin-remove-console/1.0.0: + /vite-plugin-remove-console/1.0.3: resolution: { - integrity: sha512-TdCnxBEPojMaX1I2GcEJ3bxaphHSwp8LyXq/xtZSpn2KoWAr3H4v4gFUrVZS41xZWqNqKsQUWAboAckdMdGe2w== + integrity: sha512-kkQ2Kd23FTCu8u4ufnonhXzAU5COOP2HLscv35qGN2GrUev1CyVWE0Jilm/iGZLkx7gvHSTCKy2HX8GoK+FmMQ== } dev: true - /vite-svg-loader/3.3.0: + /vite-svg-loader/3.4.0: resolution: { - integrity: sha512-3bvC4NoaBIr8e9DoiYBjC/C8zg83wfc565PiWhUfJML1X4nGbVsGImOabWX1ebah8EYlRwIhRXkFjh7UntF1dg== + integrity: sha512-xD3yb1FX+f4l9/TmsYIqyki8ncpcVsZ2gEJFh/wLuNNqt55C8OJ+JlcMWOA/Z9gRA+ylV/TA1wmJLxzZkCRqlA== } dependencies: - "@vue/compiler-sfc": 3.2.33 + "@vue/compiler-sfc": 3.2.37 svgo: 2.8.0 dev: true - /vite/2.9.13_sass@1.51.0: + /vite/2.9.13_sass@1.53.0: resolution: { integrity: sha512-AsOBAaT0AD7Mhe8DuK+/kE4aWYFMx/i0ZNi98hJclxb4e0OhQcZYUrvLjIaQ8e59Ui7txcvKMiJC1yftqpQoDw== @@ -8649,19 +8823,19 @@ packages: stylus: optional: true dependencies: - esbuild: 0.14.47 - postcss: 8.4.13 - resolve: 1.22.0 - rollup: 2.72.1 - sass: 1.51.0 + esbuild: 0.14.48 + postcss: 8.4.14 + resolve: 1.22.1 + rollup: 2.75.7 + sass: 1.53.0 optionalDependencies: fsevents: 2.3.2 dev: true - /vue-demi/0.12.5_vue@3.2.37: + /vue-demi/0.13.1_vue@3.2.37: resolution: { - integrity: sha512-BREuTgTYlUr0zw0EZn3hnhC3I6gPWv+Kwh4MCih6QcAeaTlaIX0DwOVN0wHej7hSvDPecz4jygy/idsgKfW58Q== + integrity: sha512-xmkJ56koG3ptpLnpgmIzk9/4nFf4CqduSJbUM0OdPoU87NwRuZ6x49OLhjSa/fC15fV+5CbEnrxU4oyE022svg== } engines: { node: ">=12" } hasBin: true @@ -8676,7 +8850,7 @@ packages: vue: 3.2.37 dev: false - /vue-eslint-parser/8.3.0_eslint@8.15.0: + /vue-eslint-parser/8.3.0_eslint@8.19.0: resolution: { integrity: sha512-dzHGG3+sYwSf6zFBa0Gi9ZDshD7+ad14DGOdTLjruRVgZXe2J+DcZ9iUhyR48z5g1PqRa20yt3Njna/veLJL/g== @@ -8686,7 +8860,7 @@ packages: eslint: ">=6.0.0" dependencies: debug: 4.3.4 - eslint: 8.15.0 + eslint: 8.19.0 eslint-scope: 7.1.1 eslint-visitor-keys: 3.3.0 espree: 9.3.2 @@ -8703,10 +8877,10 @@ packages: integrity: sha512-8Es47Ocrr5FnE8VDP+CtMM6GdJY+eWir8X8V5wrGqcT6pM6R3TIZZaD49NIDp78nZWu2UoWWM9bnuU8Jke10lw== } dependencies: - ace-builds: 1.4.14 - ant-design-vue: 3.2.3_vue@3.2.37 - core-js: 3.22.5 - element-plus: 2.2.6_vue@3.2.37 + ace-builds: 1.7.1 + ant-design-vue: 3.2.9_vue@3.2.37 + core-js: 3.23.3 + element-plus: 2.2.8_vue@3.2.37 lodash: 4.17.21 uuid: 8.3.2 vue: 3.2.37 @@ -8728,14 +8902,14 @@ packages: "@intlify/core-base": 9.2.0-beta.36 "@intlify/shared": 9.2.0-beta.36 "@intlify/vue-devtools": 9.2.0-beta.36 - "@vue/devtools-api": 6.1.4 + "@vue/devtools-api": 6.2.0 vue: 3.2.37 dev: false - /vue-json-pretty/2.0.6_vue@3.2.37: + /vue-json-pretty/2.1.1_vue@3.2.37: resolution: { - integrity: sha512-aVdxw8ZRGR/Uj8GEaJ1/W2Ks/MdCfv5t2HRbbd+ICp3nL7msKRLN+1qOkSzaMvDygbDPxGhwUHBxZz8nxP+r3A== + integrity: sha512-zl/gWr/zeQU4mUozlBxGu/9ebR/tYywty5VGu8FcHTJwOu9se4OwlPZELruwnzvHODfUOh8rUirSgNTHmLZXVw== } engines: { node: ">= 10.0.0", npm: ">= 5.0.0" } peerDependencies: @@ -8777,15 +8951,15 @@ packages: vue: 3.2.37 dev: false - /vue-router/4.0.15_vue@3.2.37: + /vue-router/4.0.16_vue@3.2.37: resolution: { - integrity: sha512-xa+pIN9ZqORdIW1MkN2+d9Ui2pCM1b/UMgwYUCZOiFYHAvz/slKKBDha8DLrh5aCG/RibtrpyhKjKOZ85tYyWg== + integrity: sha512-JcO7cb8QJLBWE+DfxGUL3xUDOae/8nhM1KVdnudadTAORbuxIC/xAydC5Zr/VLHUDQi1ppuTF5/rjBGzgzrJNA== } peerDependencies: vue: ^3.2.0 dependencies: - "@vue/devtools-api": 6.1.4 + "@vue/devtools-api": 6.2.0 vue: 3.2.37 dev: false @@ -8873,8 +9047,8 @@ packages: integrity: sha512-aPTdREd8BxXVyJ5MI+LU83FQ7u1EPd341iXIorRNYSOvoimNoZ4nPg+yn3FGbB93/owEa6buLw8wdhYnMCJQLg== } dependencies: - "@babel/runtime": 7.17.9 - "@babel/runtime-corejs3": 7.17.9 + "@babel/runtime": 7.18.6 + "@babel/runtime-corejs3": 7.18.6 tslib: 2.4.0 dev: false @@ -8895,15 +9069,18 @@ packages: engines: { node: ">=10.13.0" } dev: true - /webpack-virtual-modules/0.4.3: + /webpack-virtual-modules/0.4.4: resolution: { - integrity: sha512-5NUqC2JquIL2pBAAo/VfBP6KuGkHIZQXW/lNKupLPfhViwh8wNsu0BObtl09yuKZszeEUfbXz8xhrHvSG16Nqw== + integrity: sha512-h9atBP/bsZohWpHnr+2sic8Iecb60GxftXsWNLLLSqewgIsGzByd2gcIID4nXcG+3tNe4GQG3dLcff3kXupdRA== } dev: true /which-module/2.0.0: - resolution: { integrity: sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho= } + resolution: + { + integrity: sha512-B+enWhmw6cjfVC7kS8Pj9pCrKSc5txArRyaYGe088shv/FGWH+0Rjx/xPgtsWfsUtS27FkP697E4DDhgrgoc0Q== + } dev: false /which/1.3.1: @@ -8928,7 +9105,10 @@ packages: dev: true /wildcard/1.1.2: - resolution: { integrity: sha1-pwIEUwhNjNLv5wup02liY94XEKU= } + resolution: + { + integrity: sha512-DXukZJxpHA8LuotRwL0pP1+rS6CS7FF2qStDDE1C7DDg2rLud2PXRMuEDYIPhgEezwnlHNL4c+N6MfMTjCGTng== + } dev: false /wmf/1.0.2: @@ -8979,7 +9159,10 @@ packages: dev: true /wrappy/1.0.2: - resolution: { integrity: sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= } + resolution: + { + integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ== + } dev: true /write-file-atomic/4.0.1: @@ -9132,10 +9315,10 @@ packages: yargs-parser: 18.1.3 dev: false - /yargs/17.4.1: + /yargs/17.5.1: resolution: { - integrity: sha512-WSZD9jgobAg3ZKuCQZSa3g9QOJeCCqLoLAykiWgmXnDo9EPnn4RPf5qVTtzgOx66o6/oqhcA5tHtJXpG8pMt3g== + integrity: sha512-t6YAJcxDkNX7NFYiVtKvWUz8l+PaKTLiL63mJYWR2GnHq2gjEWISzsLp9wg3aY36dY1j+gfIEL3pIF+XlJJfbA== } engines: { node: ">=12" } dependencies: diff --git a/src/components/ReBarcode/index.ts b/src/components/ReBarcode/index.ts index 088fbf97a..1568b58d2 100644 --- a/src/components/ReBarcode/index.ts +++ b/src/components/ReBarcode/index.ts @@ -1,5 +1,5 @@ -import { withInstall } from "/@/utils"; import reBarcode from "./src/index.vue"; +import { withInstall } from "@pureadmin/utils"; /** 条形码组件 */ export const ReBarcode = withInstall(reBarcode); diff --git a/src/components/ReCountTo/index.ts b/src/components/ReCountTo/index.ts index eb503a804..1817218a3 100644 --- a/src/components/ReCountTo/index.ts +++ b/src/components/ReCountTo/index.ts @@ -1,6 +1,6 @@ -import { withInstall } from "/@/utils"; import reNormalCountTo from "./src/normal"; import reboundCountTo from "./src/rebound"; +import { withInstall } from "@pureadmin/utils"; /** 普通数字动画组件 */ const ReNormalCountTo = withInstall(reNormalCountTo); diff --git a/src/components/ReCountTo/src/normal/index.tsx b/src/components/ReCountTo/src/normal/index.tsx index fd90dd150..5c7a06c71 100644 --- a/src/components/ReCountTo/src/normal/index.tsx +++ b/src/components/ReCountTo/src/normal/index.tsx @@ -7,7 +7,7 @@ import { unref } from "vue"; import { countToProps } from "./props"; -import { isNumber } from "/@/utils/is"; +import { isNumber } from "@pureadmin/utils"; export default defineComponent({ name: "ReNormalCountTo", diff --git a/src/components/ReCropper/index.ts b/src/components/ReCropper/index.ts index 934f6cd37..62e25903c 100644 --- a/src/components/ReCropper/index.ts +++ b/src/components/ReCropper/index.ts @@ -1,5 +1,5 @@ import reCropper from "./src"; -import { withInstall } from "/@/utils"; +import { withInstall } from "@pureadmin/utils"; /** 图片裁剪组件 */ export const ReCropper = withInstall(reCropper); diff --git a/src/components/ReCropper/src/index.tsx b/src/components/ReCropper/src/index.tsx index 218d04e97..4472c7780 100644 --- a/src/components/ReCropper/src/index.tsx +++ b/src/components/ReCropper/src/index.tsx @@ -9,7 +9,7 @@ import { PropType } from "vue"; import { templateRef } from "@vueuse/core"; -import { useAttrs } from "/@/utils/useAttrs"; +import { useAttrs } from "@pureadmin/utils"; import Cropper from "cropperjs"; import "cropperjs/dist/cropper.css"; diff --git a/src/components/ReFlop/index.ts b/src/components/ReFlop/index.ts index 3479bc26d..7c9428a17 100644 --- a/src/components/ReFlop/index.ts +++ b/src/components/ReFlop/index.ts @@ -1,5 +1,5 @@ import reFlop from "./src/index.vue"; -import { withInstall } from "/@/utils"; +import { withInstall } from "@pureadmin/utils"; /** 时间翻牌组件 */ export const ReFlop = withInstall(reFlop); diff --git a/src/components/ReFlowChart/index.ts b/src/components/ReFlowChart/index.ts index 470761c00..0af0e0e9a 100644 --- a/src/components/ReFlowChart/index.ts +++ b/src/components/ReFlowChart/index.ts @@ -1,7 +1,7 @@ -import { withInstall } from "/@/utils"; import control from "./src/Control.vue"; import nodePanel from "./src/NodePanel.vue"; import dataDialog from "./src/DataDialog.vue"; +import { withInstall } from "@pureadmin/utils"; /** LogicFlow流程图-控制面板 */ const Control = withInstall(control); diff --git a/src/components/ReImageVerify/index.ts b/src/components/ReImageVerify/index.ts index 77506f2a3..4215c52b7 100644 --- a/src/components/ReImageVerify/index.ts +++ b/src/components/ReImageVerify/index.ts @@ -1,5 +1,5 @@ -import { withInstall } from "/@/utils"; import reImageVerify from "./src/index.vue"; +import { withInstall } from "@pureadmin/utils"; /** 图形验证码组件 */ export const ReImageVerify = withInstall(reImageVerify); diff --git a/src/components/ReMap/index.ts b/src/components/ReMap/index.ts index d69efbbe4..4bcd8289a 100644 --- a/src/components/ReMap/index.ts +++ b/src/components/ReMap/index.ts @@ -1,5 +1,5 @@ import amap from "./src/Amap.vue"; -import { withInstall } from "/@/utils"; +import { withInstall } from "@pureadmin/utils"; /** 高德地图组件 */ export const Amap = withInstall(amap); diff --git a/src/components/ReMap/src/Amap.vue b/src/components/ReMap/src/Amap.vue index 02044e71c..d62423fc6 100644 --- a/src/components/ReMap/src/Amap.vue +++ b/src/components/ReMap/src/Amap.vue @@ -1,6 +1,6 @@ diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 15cb7603a..096fb926f 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -9,7 +9,7 @@ import update from "./components/update.vue"; import { initRouter } from "/@/router/utils"; import { message } from "@pureadmin/components"; import type { FormInstance } from "element-plus"; -import { storageSession } from "/@/utils/storage"; +import { storageSession } from "@pureadmin/utils"; import { ref, reactive, watch, computed } from "vue"; import { operates, thirdParty } from "./utils/enums"; import { useUserStoreHook } from "/@/store/modules/user"; diff --git a/src/views/login/utils/rule.ts b/src/views/login/utils/rule.ts index acab92ddf..de7478798 100644 --- a/src/views/login/utils/rule.ts +++ b/src/views/login/utils/rule.ts @@ -1,5 +1,5 @@ import { reactive } from "vue"; -import { isPhone } from "/@/utils/is"; +import { isPhone } from "@pureadmin/utils"; import type { FormRules } from "element-plus"; import { useUserStoreHook } from "/@/store/modules/user"; diff --git a/src/views/permission/button/index.vue b/src/views/permission/button/index.vue index 91584d88b..788dafd7b 100644 --- a/src/views/permission/button/index.vue +++ b/src/views/permission/button/index.vue @@ -1,12 +1,15 @@