From 4d57c9e3d7e50ac3679c9f111e18795e20933acb Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Tue, 13 Dec 2022 14:37:56 +0800 Subject: [PATCH] release: update `3.9.5` --- build/cdn.ts | 8 +- build/optimize.ts | 3 - package.json | 9 +- pnpm-lock.yaml | 1105 +++++++++-------- public/serverConfig.json | 2 +- .../search/components/SearchModal.vue | 2 +- src/layout/components/tag/index.vue | 4 +- src/layout/hooks/useDataThemeChange.ts | 3 +- src/router/index.ts | 13 +- src/router/utils.ts | 3 +- 10 files changed, 572 insertions(+), 580 deletions(-) diff --git a/build/cdn.ts b/build/cdn.ts index abf71b7..d57587b 100644 --- a/build/cdn.ts +++ b/build/cdn.ts @@ -7,7 +7,7 @@ import { Plugin as importToCDN } from "vite-plugin-cdn-import"; * 注意:上面提到的仅限外网使用也不是完全肯定的,如果你们公司内网部署的有相关js、css文件,也可以将下面配置对应改一下,整一套内网版cdn */ export const cdn = importToCDN({ - //(prodUrl解释: name: 对应下面modules的name,version: 自动读取本地package.json中dependencies依赖中对应包的版本号,path: 对应下面modules的path) + //(prodUrl解释: name: 对应下面modules的name,version: 自动读取本地package.json中dependencies依赖中对应包的版本号,path: 对应下面modules的path,当然也可写完整路径,会替换prodUrl) prodUrl: "https://cdn.bootcdn.net/ajax/libs/{name}/{version}/{path}", modules: [ { @@ -51,12 +51,6 @@ export const cdn = importToCDN({ name: "echarts", var: "echarts", path: "echarts.min.js" - }, - { - name: "lodash", - var: "lodash", - // 可写`完整路径`,会替换`prodUrl` - path: "https://cdn.bootcdn.net/ajax/libs/lodash.js/4.17.21/lodash.min.js" } ] }); diff --git a/build/optimize.ts b/build/optimize.ts index 57f4157..535f2a0 100644 --- a/build/optimize.ts +++ b/build/optimize.ts @@ -10,12 +10,9 @@ const include = [ "dayjs", "axios", "pinia", - "lodash", "echarts", "js-cookie", - "lodash-es", "@vueuse/core", - "lodash-unified", "@pureadmin/utils", "responsive-storage", "element-resize-detector" diff --git a/package.json b/package.json index 11c9051..6758dee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pure-admin-thin", - "version": "3.9.4", + "version": "3.9.5", "private": true, "scripts": { "dev": "NODE_OPTIONS=--max-old-space-size=4096 vite", @@ -31,7 +31,7 @@ "dependencies": { "@pureadmin/descriptions": "^1.1.0", "@pureadmin/table": "^1.9.0", - "@pureadmin/utils": "^1.8.2", + "@pureadmin/utils": "^1.8.5", "@vueuse/core": "^9.6.0", "@vueuse/motion": "2.0.0-beta.12", "animate.css": "^4.1.1", @@ -41,9 +41,6 @@ "element-plus": "^2.2.26", "element-resize-detector": "^1.2.4", "js-cookie": "^3.0.1", - "lodash": "^4.17.21", - "lodash-es": "^4.17.21", - "lodash-unified": "^1.0.2", "mitt": "^3.0.0", "mockjs": "^1.1.0", "nprogress": "^0.2.0", @@ -64,8 +61,6 @@ "@pureadmin/theme": "^2.4.0", "@types/element-resize-detector": "1.1.3", "@types/js-cookie": "^3.0.1", - "@types/lodash": "^4.14.180", - "@types/lodash-es": "^4.17.6", "@types/mockjs": "^1.0.7", "@types/node": "^18.11.9", "@types/nprogress": "0.2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cf26b5b..6b0905d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,11 +9,9 @@ specifiers: "@pureadmin/descriptions": ^1.1.0 "@pureadmin/table": ^1.9.0 "@pureadmin/theme": ^2.4.0 - "@pureadmin/utils": ^1.8.2 + "@pureadmin/utils": ^1.8.5 "@types/element-resize-detector": 1.1.3 "@types/js-cookie": ^3.0.1 - "@types/lodash": ^4.14.180 - "@types/lodash-es": ^4.17.6 "@types/mockjs": ^1.0.7 "@types/node": ^18.11.9 "@types/nprogress": 0.2.0 @@ -42,9 +40,6 @@ specifiers: husky: ^7.0.4 js-cookie: ^3.0.1 lint-staged: 11.1.2 - lodash: ^4.17.21 - lodash-es: ^4.17.21 - lodash-unified: ^1.0.2 mitt: ^3.0.0 mockjs: ^1.1.0 nprogress: ^0.2.0 @@ -89,24 +84,21 @@ specifiers: dependencies: "@pureadmin/descriptions": 1.1.1_element-plus@2.2.26 "@pureadmin/table": 1.9.0_element-plus@2.2.26 - "@pureadmin/utils": 1.8.2_echarts@5.4.0+vue@3.2.45 + "@pureadmin/utils": 1.8.5_echarts@5.4.1+vue@3.2.45 "@vueuse/core": 9.6.0_vue@3.2.45 "@vueuse/motion": 2.0.0-beta.12_vue@3.2.45 animate.css: 4.1.1 - axios: 1.2.0 - dayjs: 1.11.6 - echarts: 5.4.0 + axios: 1.2.1 + dayjs: 1.11.7 + echarts: 5.4.1 element-plus: 2.2.26_vue@3.2.45 element-resize-detector: 1.2.4 js-cookie: 3.0.1 - lodash: 4.17.21 - lodash-es: 4.17.21 - lodash-unified: 1.0.3_3ib2ivapxullxkx3xftsimdk7u mitt: 3.0.0 mockjs: 1.1.0 nprogress: 0.2.0 path: 0.12.7 - pinia: 2.0.27_mgnvym7yiazkylwwogi5r767ue + pinia: 2.0.28_prq2uz4lho2pwp6irk4cfkrxwu qs: 6.11.0 responsive-storage: 2.1.0 vue: 3.2.45 @@ -118,61 +110,59 @@ devDependencies: "@commitlint/config-conventional": 13.1.0 "@iconify-icons/ep": 1.2.10 "@iconify-icons/ri": 1.2.4 - "@iconify/vue": 4.0.0_vue@3.2.45 + "@iconify/vue": 4.0.2_vue@3.2.45 "@pureadmin/theme": 2.4.0 "@types/element-resize-detector": 1.1.3 "@types/js-cookie": 3.0.2 - "@types/lodash": 4.14.190 - "@types/lodash-es": 4.17.6 "@types/mockjs": 1.0.7 - "@types/node": 18.11.9 + "@types/node": 18.11.14 "@types/nprogress": 0.2.0 "@types/qs": 6.9.7 - "@typescript-eslint/eslint-plugin": 5.44.0_fnsv2sbzcckq65bwfk7a5xwslu - "@typescript-eslint/parser": 5.44.0_hsf322ms6xhhd4b5ne6lb74y4a - "@vitejs/plugin-legacy": 2.3.1_terser@5.16.0+vite@3.1.8 + "@typescript-eslint/eslint-plugin": 5.46.1_imrg37k3svwu377c6q7gkarwmi + "@typescript-eslint/parser": 5.46.1_ha6vam6werchizxrnqvarmz2zu + "@vitejs/plugin-legacy": 2.3.1_terser@5.16.1+vite@3.1.8 "@vitejs/plugin-vue": 3.2.0_vite@3.1.8+vue@3.2.45 "@vitejs/plugin-vue-jsx": 2.1.1_vite@3.1.8+vue@3.2.45 - "@vue/eslint-config-prettier": 7.0.0_5qrnzwqb344w6up62gv3safeoi - "@vue/eslint-config-typescript": 11.0.2_5ma4o5namqj2syekqcvrgakwe4 - autoprefixer: 10.4.13_postcss@8.4.19 + "@vue/eslint-config-prettier": 7.0.0_wdw3qg4p7crmsoaizcyntelyni + "@vue/eslint-config-typescript": 11.0.2_4ajq2belonl3hwwudzbg7tkiqi + autoprefixer: 10.4.13_postcss@8.4.20 cloc: 2.10.0 - cssnano: 5.1.14_postcss@8.4.19 - eslint: 8.28.0 - eslint-plugin-prettier: 4.2.1_5qrnzwqb344w6up62gv3safeoi - eslint-plugin-vue: 9.8.0_eslint@8.28.0 + cssnano: 5.1.14_postcss@8.4.20 + eslint: 8.29.0 + eslint-plugin-prettier: 4.2.1_wdw3qg4p7crmsoaizcyntelyni + eslint-plugin-vue: 9.8.0_eslint@8.29.0 husky: 7.0.4 lint-staged: 11.1.2 picocolors: 1.0.0 - postcss: 8.4.19 + postcss: 8.4.20 postcss-html: 1.5.0 - postcss-import: 15.0.0_postcss@8.4.19 - postcss-scss: 4.0.5_postcss@8.4.19 - prettier: 2.8.0 - pretty-quick: 3.1.1_prettier@2.8.0 + postcss-import: 15.1.0_postcss@8.4.20 + postcss-scss: 4.0.6_postcss@8.4.20 + prettier: 2.8.1 + pretty-quick: 3.1.1_prettier@2.8.1 rimraf: 3.0.2 rollup-plugin-visualizer: 5.8.3 - sass: 1.56.1 - sass-loader: 13.2.0_sass@1.56.1 - stylelint: 14.15.0 - stylelint-config-html: 1.1.0_qendsqix7hqecpnpx4fjs6qry4 - stylelint-config-prettier: 9.0.4_stylelint@14.15.0 - stylelint-config-recommended: 9.0.0_stylelint@14.15.0 - stylelint-config-standard: 29.0.0_stylelint@14.15.0 - stylelint-order: 5.0.0_stylelint@14.15.0 + sass: 1.56.2 + sass-loader: 13.2.0_sass@1.56.2 + stylelint: 14.16.0 + stylelint-config-html: 1.1.0_bto6pmslw3cibsiuq6smxboytq + stylelint-config-prettier: 9.0.4_stylelint@14.16.0 + stylelint-config-recommended: 9.0.0_stylelint@14.16.0 + stylelint-config-standard: 29.0.0_stylelint@14.16.0 + stylelint-order: 5.0.0_stylelint@14.16.0 svgo: 3.0.2 - tailwindcss: 3.2.4_postcss@8.4.19 - terser: 5.16.0 - typescript: 4.9.3 + tailwindcss: 3.2.4_postcss@8.4.20 + terser: 5.16.1 + typescript: 4.9.4 unplugin-vue-define-options: 1.0.0 - vite: 3.1.8_sass@1.56.1+terser@5.16.0 + vite: 3.1.8_sass@1.56.2+terser@5.16.1 vite-plugin-cdn-import: 0.3.5 vite-plugin-compression: 0.5.1_vite@3.1.8 vite-plugin-mock: 2.9.6_mockjs@1.1.0+vite@3.1.8 vite-plugin-remove-console: 1.3.0 vite-svg-loader: 3.6.0 - vue-eslint-parser: 9.1.0_eslint@8.28.0 - vue-tsc: 1.0.9_typescript@4.9.3 + vue-eslint-parser: 9.1.0_eslint@8.29.0 + vue-tsc: 1.0.13_typescript@4.9.4 packages: /@ampproject/remapping/2.2.0: @@ -196,31 +186,31 @@ packages: "@babel/highlight": 7.18.6 dev: true - /@babel/compat-data/7.20.1: + /@babel/compat-data/7.20.5: resolution: { - integrity: sha512-EWZ4mE2diW3QALKvDMiXnbZpRvlj+nayZ112nK93SnhqOtpdsbVD4W+2tEoT3YNBAG9RBR0ISY758ZkOgsn6pQ== + integrity: sha512-KZXo2t10+/jxmkhNXc7pZTqRvSOIvVv/+lJwHS+B2rErwOyjuVRh60yVpb7liQ1U5t7lLJ1bz+t8tSypUZdm0g== } engines: { node: ">=6.9.0" } dev: true - /@babel/core/7.20.2: + /@babel/core/7.20.5: resolution: { - integrity: sha512-w7DbG8DtMrJcFOi4VrLm+8QM4az8Mo+PuLBKLp2zrYRCow8W/f9xiXm5sN53C8HksCyDQwCKha9JiDoIyPjT2g== + integrity: sha512-UdOWmk4pNWTm/4DlPUl/Pt4Gz4rcEMb7CY0Y3eJl5Yz1vI8ZJGmHWaVE55LoxRjdpx0z259GE9U5STA9atUinQ== } engines: { node: ">=6.9.0" } dependencies: "@ampproject/remapping": 2.2.0 "@babel/code-frame": 7.18.6 - "@babel/generator": 7.20.4 - "@babel/helper-compilation-targets": 7.20.0_@babel+core@7.20.2 + "@babel/generator": 7.20.5 + "@babel/helper-compilation-targets": 7.20.0_@babel+core@7.20.5 "@babel/helper-module-transforms": 7.20.2 - "@babel/helpers": 7.20.1 - "@babel/parser": 7.20.3 + "@babel/helpers": 7.20.6 + "@babel/parser": 7.20.5 "@babel/template": 7.18.10 - "@babel/traverse": 7.20.1 - "@babel/types": 7.20.2 + "@babel/traverse": 7.20.5 + "@babel/types": 7.20.5 convert-source-map: 1.9.0 debug: 4.3.4 gensync: 1.0.0-beta.2 @@ -230,14 +220,14 @@ packages: - supports-color dev: true - /@babel/generator/7.20.4: + /@babel/generator/7.20.5: resolution: { - integrity: sha512-luCf7yk/cm7yab6CAW1aiFnmEfBJplb/JojV56MYEK7ziWfGmFlTfmL9Ehwfy4gFhbjBfWO1wj7/TuSbVNEEtA== + integrity: sha512-jl7JY2Ykn9S0yj4DQP82sYvPU+T3g0HFcWTqDLqiuA9tGRNIj9VfbtXGAYTTkyNEnQk1jkMGOdYka8aG/lulCA== } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.20.2 + "@babel/types": 7.20.5 "@jridgewell/gen-mapping": 0.3.2 jsesc: 2.5.2 dev: true @@ -249,10 +239,10 @@ packages: } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.20.2 + "@babel/types": 7.20.5 dev: true - /@babel/helper-compilation-targets/7.20.0_@babel+core@7.20.2: + /@babel/helper-compilation-targets/7.20.0_@babel+core@7.20.5: resolution: { integrity: sha512-0jp//vDGp9e8hZzBc6N/KwA5ZK3Wsm/pfm4CrY7vzegkVxc65SgSn6wYOnwHe9Js9HRQ1YTCKLGPzDtaS3RoLQ== @@ -261,23 +251,23 @@ packages: peerDependencies: "@babel/core": ^7.0.0 dependencies: - "@babel/compat-data": 7.20.1 - "@babel/core": 7.20.2 + "@babel/compat-data": 7.20.5 + "@babel/core": 7.20.5 "@babel/helper-validator-option": 7.18.6 browserslist: 4.21.4 semver: 6.3.0 dev: true - /@babel/helper-create-class-features-plugin/7.20.2_@babel+core@7.20.2: + /@babel/helper-create-class-features-plugin/7.20.5_@babel+core@7.20.5: resolution: { - integrity: sha512-k22GoYRAHPYr9I+Gvy2ZQlAe5mGy8BqWst2wRt8cwIufWTxrsVshhIBvYNqC80N0GSFWTsqRVexOtfzlgOEDvA== + integrity: sha512-3RCdA/EmEaikrhayahwToF0fpweU/8o2p8vhc1c/1kftHOdTKuC65kik/TLc+qfbS8JKw4qqJbne4ovICDhmww== } engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0 dependencies: - "@babel/core": 7.20.2 + "@babel/core": 7.20.5 "@babel/helper-annotate-as-pure": 7.18.6 "@babel/helper-environment-visitor": 7.18.9 "@babel/helper-function-name": 7.19.0 @@ -305,7 +295,7 @@ packages: engines: { node: ">=6.9.0" } dependencies: "@babel/template": 7.18.10 - "@babel/types": 7.20.2 + "@babel/types": 7.20.5 dev: true /@babel/helper-hoist-variables/7.18.6: @@ -315,7 +305,7 @@ packages: } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.20.2 + "@babel/types": 7.20.5 dev: true /@babel/helper-member-expression-to-functions/7.18.9: @@ -325,7 +315,7 @@ packages: } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.20.2 + "@babel/types": 7.20.5 dev: true /@babel/helper-module-imports/7.18.6: @@ -335,7 +325,7 @@ packages: } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.20.2 + "@babel/types": 7.20.5 dev: true /@babel/helper-module-transforms/7.20.2: @@ -351,8 +341,8 @@ packages: "@babel/helper-split-export-declaration": 7.18.6 "@babel/helper-validator-identifier": 7.19.1 "@babel/template": 7.18.10 - "@babel/traverse": 7.20.1 - "@babel/types": 7.20.2 + "@babel/traverse": 7.20.5 + "@babel/types": 7.20.5 transitivePeerDependencies: - supports-color dev: true @@ -364,7 +354,7 @@ packages: } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.20.2 + "@babel/types": 7.20.5 dev: true /@babel/helper-plugin-utils/7.20.2: @@ -385,8 +375,8 @@ packages: "@babel/helper-environment-visitor": 7.18.9 "@babel/helper-member-expression-to-functions": 7.18.9 "@babel/helper-optimise-call-expression": 7.18.6 - "@babel/traverse": 7.20.1 - "@babel/types": 7.20.2 + "@babel/traverse": 7.20.5 + "@babel/types": 7.20.5 transitivePeerDependencies: - supports-color dev: true @@ -398,7 +388,7 @@ packages: } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.20.2 + "@babel/types": 7.20.5 dev: true /@babel/helper-split-export-declaration/7.18.6: @@ -408,7 +398,7 @@ packages: } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.20.2 + "@babel/types": 7.20.5 dev: true /@babel/helper-string-parser/7.19.4: @@ -433,16 +423,16 @@ packages: engines: { node: ">=6.9.0" } dev: true - /@babel/helpers/7.20.1: + /@babel/helpers/7.20.6: resolution: { - integrity: sha512-J77mUVaDTUJFZ5BpP6mMn6OIl3rEWymk2ZxDBQJUG3P+PbmyMcF3bYWvz0ma69Af1oobDqT/iAsvzhB58xhQUg== + integrity: sha512-Pf/OjgfgFRW5bApskEz5pvidpim7tEDPlFtKcNRXWmfHGn9IEI2W2flqRQXTFb7gIPTyK++N6rVHuwKut4XK6w== } engines: { node: ">=6.9.0" } dependencies: "@babel/template": 7.18.10 - "@babel/traverse": 7.20.1 - "@babel/types": 7.20.2 + "@babel/traverse": 7.20.5 + "@babel/types": 7.20.5 transitivePeerDependencies: - supports-color dev: true @@ -459,17 +449,17 @@ packages: js-tokens: 4.0.0 dev: true - /@babel/parser/7.20.3: + /@babel/parser/7.20.5: resolution: { - integrity: sha512-OP/s5a94frIPXwjzEcv5S/tpQfc6XhxYUnmWpgdqMWGgYCuErA3SzozaRAMQgSZWKeTJxht9aWAkUY+0UzvOFg== + integrity: sha512-r27t/cy/m9uKLXQNWWebeCUHgnAZq0CpG1OwKRxzJMP1vpSU4bSIK2hq+/cp0bQxetkXx38n09rNu8jVkcK/zA== } engines: { node: ">=6.0.0" } hasBin: true dependencies: - "@babel/types": 7.20.2 + "@babel/types": 7.20.5 - /@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.20.2: + /@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.20.5: resolution: { integrity: sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q== @@ -478,11 +468,11 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.20.2 + "@babel/core": 7.20.5 "@babel/helper-plugin-utils": 7.20.2 dev: true - /@babel/plugin-syntax-typescript/7.20.0_@babel+core@7.20.2: + /@babel/plugin-syntax-typescript/7.20.0_@babel+core@7.20.5: resolution: { integrity: sha512-rd9TkG+u1CExzS4SM1BlMEhMXwFLKVjOAFFCDx9PbX5ycJWDoWMcwdJH9RhkPu1dOgn5TrxLot/Gx6lWFuAUNQ== @@ -491,11 +481,11 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.20.2 + "@babel/core": 7.20.5 "@babel/helper-plugin-utils": 7.20.2 dev: true - /@babel/plugin-transform-typescript/7.20.2_@babel+core@7.20.2: + /@babel/plugin-transform-typescript/7.20.2_@babel+core@7.20.5: resolution: { integrity: sha512-jvS+ngBfrnTUBfOQq8NfGnSbF9BrqlR6hjJ2yVxMkmO5nL/cdifNbI30EfjRlN4g5wYWNnMPyj5Sa6R1pbLeag== @@ -504,18 +494,18 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.20.2 - "@babel/helper-create-class-features-plugin": 7.20.2_@babel+core@7.20.2 + "@babel/core": 7.20.5 + "@babel/helper-create-class-features-plugin": 7.20.5_@babel+core@7.20.5 "@babel/helper-plugin-utils": 7.20.2 - "@babel/plugin-syntax-typescript": 7.20.0_@babel+core@7.20.2 + "@babel/plugin-syntax-typescript": 7.20.0_@babel+core@7.20.5 transitivePeerDependencies: - supports-color dev: true - /@babel/standalone/7.20.4: + /@babel/standalone/7.20.6: resolution: { - integrity: sha512-27bv4h47jbaFZ7+e7gT1VEo9PNL1ynxqUX6/BERLz1qxm/5gzpbcHX+47VnSeYHyEyGZkRznpSOd8zPBhiz6tw== + integrity: sha512-u5at/CbBLETf7kx2LOY4XdhseD79Y099WZKAOMXeT8qvd9OSR515my2UNBBLY4qIht/Qi9KySeQHQwQwxJN4Sw== } engines: { node: ">=6.9.0" } dev: true @@ -528,35 +518,35 @@ packages: engines: { node: ">=6.9.0" } dependencies: "@babel/code-frame": 7.18.6 - "@babel/parser": 7.20.3 - "@babel/types": 7.20.2 + "@babel/parser": 7.20.5 + "@babel/types": 7.20.5 dev: true - /@babel/traverse/7.20.1: + /@babel/traverse/7.20.5: resolution: { - integrity: sha512-d3tN8fkVJwFLkHkBN479SOsw4DMZnz8cdbL/gvuDuzy3TS6Nfw80HuQqhw1pITbIruHyh7d1fMA47kWzmcUEGA== + integrity: sha512-WM5ZNN3JITQIq9tFZaw1ojLU3WgWdtkxnhM1AegMS+PvHjkM5IXjmYEGY7yukz5XS4sJyEf2VzWjI8uAavhxBQ== } engines: { node: ">=6.9.0" } dependencies: "@babel/code-frame": 7.18.6 - "@babel/generator": 7.20.4 + "@babel/generator": 7.20.5 "@babel/helper-environment-visitor": 7.18.9 "@babel/helper-function-name": 7.19.0 "@babel/helper-hoist-variables": 7.18.6 "@babel/helper-split-export-declaration": 7.18.6 - "@babel/parser": 7.20.3 - "@babel/types": 7.20.2 + "@babel/parser": 7.20.5 + "@babel/types": 7.20.5 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: - supports-color dev: true - /@babel/types/7.20.2: + /@babel/types/7.20.5: resolution: { - integrity: sha512-FnnvsNWgZCr232sqtXggapvlkk/tuwR/qhGzcmxI0GXLCjmPYQPzio2FbdlWuY6y1sHFfQKk+rRbUZ9VStQMog== + integrity: sha512-c9fst/h2/dcF7H+MJKZ2T0KjEQ8hY/BNnDk/H3XY8C4Aw/eWQXWn/lWntHF9ooUBnGmEvbfGrTgLWc+um0YDUg== } engines: { node: ">=6.9.0" } dependencies: @@ -657,12 +647,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_wepmgm2w27yjszvmvb4ibcenaq + "@endemolshinegroup/cosmiconfig-typescript-loader": 3.0.2_6fxdz2jt6ogpjdyzedzh67krxy chalk: 4.1.2 cosmiconfig: 7.1.0 lodash: 4.17.21 resolve-from: 5.0.0 - typescript: 4.9.3 + typescript: 4.9.4 dev: true /@commitlint/message/13.2.0: @@ -753,7 +743,7 @@ packages: chalk: 4.1.2 dev: true - /@csstools/selector-specificity/2.0.2_tbwh2mpcdwdeb2slx6bobindua: + /@csstools/selector-specificity/2.0.2_2xshye3abirqjlplmebvmaxyna: resolution: { integrity: sha512-IkpVW/ehM1hWKln4fCA3NzJU8KwD+kIOvPZA4cqxoJHtE21CCzjyp+Kxbu0i5I4tBNOlXPL9mjwnWlL0VEG4Fg== @@ -763,14 +753,14 @@ packages: postcss: ^8.2 postcss-selector-parser: ^6.0.10 dependencies: - postcss: 8.4.19 + postcss: 8.4.20 postcss-selector-parser: 6.0.11 dev: true - /@ctrl/tinycolor/3.4.1: + /@ctrl/tinycolor/3.5.0: resolution: { - integrity: sha512-ej5oVy6lykXsvieQtqZxCOaLT+xD4+QNarq78cIYISHmZXshCvROLudpQN3lfL8G0NL7plMSSK+zlyvCaIJ4Iw== + integrity: sha512-tlJpwF40DEQcfR/QF+wNMVyGMaO9FQp6Z1Wahj4Gk3CJQYHwA2xVG7iKDFdW6zuxZY9XWOpGcfNCTsX4McOsOg== } engines: { node: ">=10" } dev: false @@ -786,7 +776,7 @@ packages: vue: 3.2.45 dev: false - /@endemolshinegroup/cosmiconfig-typescript-loader/3.0.2_wepmgm2w27yjszvmvb4ibcenaq: + /@endemolshinegroup/cosmiconfig-typescript-loader/3.0.2_6fxdz2jt6ogpjdyzedzh67krxy: resolution: { integrity: sha512-QRVtqJuS1mcT56oHpVegkKBlgtWjXw/gHNWO3eL9oyB5Sc7HBoc2OLG/nYpVfT/Jejvo3NUrD0Udk7XgoyDKkA== @@ -798,16 +788,16 @@ packages: cosmiconfig: 7.1.0 lodash.get: 4.4.2 make-error: 1.3.6 - ts-node: 9.1.1_typescript@4.9.3 + ts-node: 9.1.1_typescript@4.9.4 tslib: 2.4.1 transitivePeerDependencies: - typescript dev: true - /@esbuild/android-arm/0.15.15: + /@esbuild/android-arm/0.15.18: resolution: { - integrity: sha512-JJjZjJi2eBL01QJuWjfCdZxcIgot+VoK6Fq7eKF9w4YHm9hwl7nhBR1o2Wnt/WcANk5l9SkpvrldW1PLuXxcbw== + integrity: sha512-5GT+kcs2WVGjVs7+boataCkO5Fg0y4kCjzkB5bAip7H4jfnOS3dA6KPiww9W1OEKTKeAcUVhdZGvgI65OXmUnw== } engines: { node: ">=12" } cpu: [arm] @@ -816,10 +806,10 @@ packages: dev: true optional: true - /@esbuild/linux-loong64/0.15.15: + /@esbuild/linux-loong64/0.15.18: resolution: { - integrity: sha512-lhz6UNPMDXUhtXSulw8XlFAtSYO26WmHQnCi2Lg2p+/TMiJKNLtZCYUxV4wG6rZMzXmr8InGpNwk+DLT2Hm0PA== + integrity: sha512-L4jVKS82XVhw2nvzLg/19ClLWg0y27ulRwuP7lcyL6AbUWB5aPglXY3M21mauDQMDfRLs8cQmeT03r/+X3cZYQ== } engines: { node: ">=12" } cpu: [loong64] @@ -838,8 +828,8 @@ packages: ajv: 6.12.6 debug: 4.3.4 espree: 9.4.1 - globals: 13.18.0 - ignore: 5.2.0 + globals: 13.19.0 + ignore: 5.2.1 import-fresh: 3.3.0 js-yaml: 4.1.0 minimatch: 3.1.2 @@ -848,20 +838,20 @@ packages: - supports-color dev: true - /@floating-ui/core/1.0.2: + /@floating-ui/core/1.0.4: resolution: { - integrity: sha512-Skfy0YS3NJ5nV9us0uuPN0HDk1Q4edljaOhRBJGDWs9EBa7ZVMYBHRFlhLvvmwEoaIM9BlH6QJFn9/uZg0bACg== + integrity: sha512-FPFLbg2b06MIw1dqk2SOEMAMX3xlrreGjcui5OTxfBDtaKTmh0kioOVjT8gcfl58juawL/yF+S+gnq8aUYQx/Q== } dev: false - /@floating-ui/dom/1.0.7: + /@floating-ui/dom/1.0.10: resolution: { - integrity: sha512-6RsqvCYe0AYWtsGvuWqCm7mZytnXAZCjWtsWu1Kg8dI3INvj/DbKlDsZO+mKSaQdPT12uxIW9W2dAWJkPx4Y5g== + integrity: sha512-ZRe5ZmtGYCd82zrjWnnMW8hN5H1otedLh0Ur6rRo6f0exbEe6IlkVvo1RO7tgiMvbF0Df8hkhdm50VcVYqwP6g== } dependencies: - "@floating-ui/core": 1.0.2 + "@floating-ui/core": 1.0.4 dev: false /@humanwhocodes/config-array/0.11.7: @@ -918,10 +908,10 @@ packages: } dev: true - /@iconify/vue/4.0.0_vue@3.2.45: + /@iconify/vue/4.0.2_vue@3.2.45: resolution: { - integrity: sha512-73z81Yf2HISfehu3qvN9GqL1OnUO7wEMKkiFwVGJ2pqAdGCR8FrVylhRhka+6U+gFLlng0ynnT20svk3jJYwow== + integrity: sha512-LRp+mYh8N0bcX4lustHtI5o1aEoio9HN3/19uIzVOvI78qopKBjzsDK5hkEZYDSc6+LKG8hfLxTxpW8CejXGZg== } peerDependencies: vue: ">=3" @@ -1023,7 +1013,7 @@ packages: engines: { node: ">= 8" } dependencies: "@nodelib/fs.scandir": 2.1.5 - fastq: 1.13.0 + fastq: 1.14.0 dev: true /@pureadmin/descriptions/1.1.1_element-plus@2.2.26: @@ -1062,10 +1052,10 @@ packages: string-hash: 1.1.3 dev: true - /@pureadmin/utils/1.8.2_echarts@5.4.0+vue@3.2.45: + /@pureadmin/utils/1.8.5_echarts@5.4.1+vue@3.2.45: resolution: { - integrity: sha512-9mr/y3RZJZGCYpKuRVngR6XVumdMjRNPLkFfljwU9KS5UQio70cfqsH6TQ8uL/Oh0eepDym+/KkSVTMx2EsOyQ== + integrity: sha512-dUJUYemELZdp4rpOnlQXU5GH2YWtf22vnw3Ekdn1ksoZu3cv30C6J9TCMsFjJhYhH8ZkfYowjfCx137eByjXXw== } peerDependencies: echarts: "*" @@ -1076,7 +1066,7 @@ packages: vue: optional: true dependencies: - echarts: 5.4.0 + echarts: 5.4.1 vue: 3.2.45 dev: false @@ -1184,13 +1174,15 @@ packages: integrity: sha512-R+zTeVUKDdfoRxpAryaQNRKk3105Rrgx2CFRClIgRGaqDTdjsm8h6IYA8ir584W3ePzkZfst5xIgDwYrlh9HLg== } dependencies: - "@types/lodash": 4.14.190 + "@types/lodash": 4.14.191 + dev: false - /@types/lodash/4.14.190: + /@types/lodash/4.14.191: resolution: { - integrity: sha512-5iJ3FBJBvQHQ8sFhEhJfjUP+G+LalhavTkYyrAYqz5MEJG+erSv0k9KJLb6q7++17Lafk1scaTIFXcMJlwK8Mw== + integrity: sha512-BdZ5BCCvho3EIXw6wUCXHe7rS53AIDPLE+JzwgT+OsJk53oBfbSmZZ7CX4VaRoN78N+TJpFi9QPlfIVNmJYWxQ== } + dev: false /@types/minimatch/3.0.5: resolution: @@ -1213,10 +1205,10 @@ packages: } dev: true - /@types/node/18.11.9: + /@types/node/18.11.14: resolution: { - integrity: sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg== + integrity: sha512-0KXV57tENYmmJMl+FekeW9V3O/rlcqGQQJ/hNh9r8pKIj304pskWuEd8fCyNT86g/TpO0gcOTiLzsHLEURFMIQ== } dev: true @@ -1254,7 +1246,7 @@ packages: integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw== } dependencies: - "@types/node": 18.11.9 + "@types/node": 18.11.14 dev: true /@types/semver/7.3.13: @@ -1278,10 +1270,10 @@ packages: } dev: false - /@typescript-eslint/eslint-plugin/5.44.0_fnsv2sbzcckq65bwfk7a5xwslu: + /@typescript-eslint/eslint-plugin/5.46.1_imrg37k3svwu377c6q7gkarwmi: resolution: { - integrity: sha512-j5ULd7FmmekcyWeArx+i8x7sdRHzAtXTkmDPthE4amxZOWKFK7bomoJ4r7PJ8K7PoMzD16U8MmuZFAonr1ERvw== + integrity: sha512-YpzNv3aayRBwjs4J3oz65eVLXc9xx0PDbIRisHj+dYhvBn02MjYOD96P8YGiWEIFBrojaUjxvkaUpakD82phsA== } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } peerDependencies: @@ -1292,26 +1284,26 @@ packages: typescript: optional: true dependencies: - "@typescript-eslint/parser": 5.44.0_hsf322ms6xhhd4b5ne6lb74y4a - "@typescript-eslint/scope-manager": 5.44.0 - "@typescript-eslint/type-utils": 5.44.0_hsf322ms6xhhd4b5ne6lb74y4a - "@typescript-eslint/utils": 5.44.0_hsf322ms6xhhd4b5ne6lb74y4a + "@typescript-eslint/parser": 5.46.1_ha6vam6werchizxrnqvarmz2zu + "@typescript-eslint/scope-manager": 5.46.1 + "@typescript-eslint/type-utils": 5.46.1_ha6vam6werchizxrnqvarmz2zu + "@typescript-eslint/utils": 5.46.1_ha6vam6werchizxrnqvarmz2zu debug: 4.3.4 - eslint: 8.28.0 - ignore: 5.2.0 + eslint: 8.29.0 + ignore: 5.2.1 natural-compare-lite: 1.4.0 regexpp: 3.2.0 semver: 7.3.8 - tsutils: 3.21.0_typescript@4.9.3 - typescript: 4.9.3 + tsutils: 3.21.0_typescript@4.9.4 + typescript: 4.9.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser/5.44.0_hsf322ms6xhhd4b5ne6lb74y4a: + /@typescript-eslint/parser/5.46.1_ha6vam6werchizxrnqvarmz2zu: resolution: { - integrity: sha512-H7LCqbZnKqkkgQHaKLGC6KUjt3pjJDx8ETDqmwncyb6PuoigYajyAwBGz08VU/l86dZWZgI4zm5k2VaKqayYyA== + integrity: sha512-RelQ5cGypPh4ySAtfIMBzBGyrNerQcmfA1oJvPj5f+H4jI59rl9xxpn4bonC0tQvUKOEN7eGBFWxFLK3Xepneg== } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } peerDependencies: @@ -1321,31 +1313,31 @@ packages: typescript: optional: true dependencies: - "@typescript-eslint/scope-manager": 5.44.0 - "@typescript-eslint/types": 5.44.0 - "@typescript-eslint/typescript-estree": 5.44.0_typescript@4.9.3 + "@typescript-eslint/scope-manager": 5.46.1 + "@typescript-eslint/types": 5.46.1 + "@typescript-eslint/typescript-estree": 5.46.1_typescript@4.9.4 debug: 4.3.4 - eslint: 8.28.0 - typescript: 4.9.3 + eslint: 8.29.0 + typescript: 4.9.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/scope-manager/5.44.0: + /@typescript-eslint/scope-manager/5.46.1: resolution: { - integrity: sha512-2pKml57KusI0LAhgLKae9kwWeITZ7IsZs77YxyNyIVOwQ1kToyXRaJLl+uDEXzMN5hnobKUOo2gKntK9H1YL8g== + integrity: sha512-iOChVivo4jpwUdrJZyXSMrEIM/PvsbbDOX1y3UCKjSgWn+W89skxWaYXACQfxmIGhPVpRWK/VWPYc+bad6smIA== } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dependencies: - "@typescript-eslint/types": 5.44.0 - "@typescript-eslint/visitor-keys": 5.44.0 + "@typescript-eslint/types": 5.46.1 + "@typescript-eslint/visitor-keys": 5.46.1 dev: true - /@typescript-eslint/type-utils/5.44.0_hsf322ms6xhhd4b5ne6lb74y4a: + /@typescript-eslint/type-utils/5.46.1_ha6vam6werchizxrnqvarmz2zu: resolution: { - integrity: sha512-A1u0Yo5wZxkXPQ7/noGkRhV4J9opcymcr31XQtOzcc5nO/IHN2E2TPMECKWYpM3e6olWEM63fq/BaL1wEYnt/w== + integrity: sha512-V/zMyfI+jDmL1ADxfDxjZ0EMbtiVqj8LUGPAGyBkXXStWmCUErMpW873zEHsyguWCuq2iN4BrlWUkmuVj84yng== } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } peerDependencies: @@ -1355,28 +1347,28 @@ packages: typescript: optional: true dependencies: - "@typescript-eslint/typescript-estree": 5.44.0_typescript@4.9.3 - "@typescript-eslint/utils": 5.44.0_hsf322ms6xhhd4b5ne6lb74y4a + "@typescript-eslint/typescript-estree": 5.46.1_typescript@4.9.4 + "@typescript-eslint/utils": 5.46.1_ha6vam6werchizxrnqvarmz2zu debug: 4.3.4 - eslint: 8.28.0 - tsutils: 3.21.0_typescript@4.9.3 - typescript: 4.9.3 + eslint: 8.29.0 + tsutils: 3.21.0_typescript@4.9.4 + typescript: 4.9.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/types/5.44.0: + /@typescript-eslint/types/5.46.1: resolution: { - integrity: sha512-Tp+zDnHmGk4qKR1l+Y1rBvpjpm5tGXX339eAlRBDg+kgZkz9Bw+pqi4dyseOZMsGuSH69fYfPJCBKBrbPCxYFQ== + integrity: sha512-Z5pvlCaZgU+93ryiYUwGwLl9AQVB/PQ1TsJ9NZ/gHzZjN7g9IAn6RSDkpCV8hqTwAiaj6fmCcKSQeBPlIpW28w== } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dev: true - /@typescript-eslint/typescript-estree/5.44.0_typescript@4.9.3: + /@typescript-eslint/typescript-estree/5.46.1_typescript@4.9.4: resolution: { - integrity: sha512-M6Jr+RM7M5zeRj2maSfsZK2660HKAJawv4Ud0xT+yauyvgrsHu276VtXlKDFnEmhG+nVEd0fYZNXGoAgxwDWJw== + integrity: sha512-j9W4t67QiNp90kh5Nbr1w92wzt+toiIsaVPnEblB2Ih2U9fqBTyqV9T3pYWZBRt6QoMh/zVWP59EpuCjc4VRBg== } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } peerDependencies: @@ -1385,22 +1377,22 @@ packages: typescript: optional: true dependencies: - "@typescript-eslint/types": 5.44.0 - "@typescript-eslint/visitor-keys": 5.44.0 + "@typescript-eslint/types": 5.46.1 + "@typescript-eslint/visitor-keys": 5.46.1 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 semver: 7.3.8 - tsutils: 3.21.0_typescript@4.9.3 - typescript: 4.9.3 + tsutils: 3.21.0_typescript@4.9.4 + typescript: 4.9.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/utils/5.44.0_hsf322ms6xhhd4b5ne6lb74y4a: + /@typescript-eslint/utils/5.46.1_ha6vam6werchizxrnqvarmz2zu: resolution: { - integrity: sha512-fMzA8LLQ189gaBjS0MZszw5HBdZgVwxVFShCO3QN+ws3GlPkcy9YuS3U4wkT6su0w+Byjq3mS3uamy9HE4Yfjw== + integrity: sha512-RBdBAGv3oEpFojaCYT4Ghn4775pdjvwfDOfQ2P6qzNVgQOVrnSPe5/Pb88kv7xzYQjoio0eKHKB9GJ16ieSxvA== } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } peerDependencies: @@ -1408,30 +1400,30 @@ packages: dependencies: "@types/json-schema": 7.0.11 "@types/semver": 7.3.13 - "@typescript-eslint/scope-manager": 5.44.0 - "@typescript-eslint/types": 5.44.0 - "@typescript-eslint/typescript-estree": 5.44.0_typescript@4.9.3 - eslint: 8.28.0 + "@typescript-eslint/scope-manager": 5.46.1 + "@typescript-eslint/types": 5.46.1 + "@typescript-eslint/typescript-estree": 5.46.1_typescript@4.9.4 + eslint: 8.29.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.28.0 + eslint-utils: 3.0.0_eslint@8.29.0 semver: 7.3.8 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/visitor-keys/5.44.0: + /@typescript-eslint/visitor-keys/5.46.1: resolution: { - integrity: sha512-a48tLG8/4m62gPFbJ27FxwCOqPKxsb8KC3HkmYoq2As/4YyjQl1jDbRr1s63+g4FS/iIehjmN3L5UjmKva1HzQ== + integrity: sha512-jczZ9noovXwy59KjRTk1OftT78pwygdcmCuBf8yMoWt/8O8l+6x2LSEze0E4TeepXK4MezW3zGSyoDRZK7Y9cg== } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dependencies: - "@typescript-eslint/types": 5.44.0 + "@typescript-eslint/types": 5.46.1 eslint-visitor-keys: 3.3.0 dev: true - /@vitejs/plugin-legacy/2.3.1_terser@5.16.0+vite@3.1.8: + /@vitejs/plugin-legacy/2.3.1_terser@5.16.1+vite@3.1.8: resolution: { integrity: sha512-J5KaGBlSt2tEYPVjM/C8dA6DkRzkFkbPe+Xb4IX5G+XOV5OGbVAfkMjKywdrkO3gGynO8S98i71Lmsff4cWkCQ== @@ -1441,13 +1433,13 @@ packages: terser: ^5.4.0 vite: ^3.0.0 dependencies: - "@babel/standalone": 7.20.4 + "@babel/standalone": 7.20.6 core-js: 3.26.1 magic-string: 0.26.7 regenerator-runtime: 0.13.11 systemjs: 6.13.0 - terser: 5.16.0 - vite: 3.1.8_sass@1.56.1+terser@5.16.0 + terser: 5.16.1 + vite: 3.1.8_sass@1.56.2+terser@5.16.1 dev: true /@vitejs/plugin-vue-jsx/2.1.1_vite@3.1.8+vue@3.2.45: @@ -1460,10 +1452,10 @@ packages: vite: ^3.0.0 vue: ^3.0.0 dependencies: - "@babel/core": 7.20.2 - "@babel/plugin-transform-typescript": 7.20.2_@babel+core@7.20.2 - "@vue/babel-plugin-jsx": 1.1.1_@babel+core@7.20.2 - vite: 3.1.8_sass@1.56.1+terser@5.16.0 + "@babel/core": 7.20.5 + "@babel/plugin-transform-typescript": 7.20.2_@babel+core@7.20.5 + "@vue/babel-plugin-jsx": 1.1.1_@babel+core@7.20.5 + vite: 3.1.8_sass@1.56.2+terser@5.16.1 vue: 3.2.45 transitivePeerDependencies: - supports-color @@ -1479,63 +1471,63 @@ packages: vite: ^3.0.0 vue: ^3.2.25 dependencies: - vite: 3.1.8_sass@1.56.1+terser@5.16.0 + vite: 3.1.8_sass@1.56.2+terser@5.16.1 vue: 3.2.45 dev: true - /@volar/language-core/1.0.9: + /@volar/language-core/1.0.13: resolution: { - integrity: sha512-5Fty3slLet6svXiJw2YxhYeo6c7wFdtILrql5bZymYLM+HbiZtJbryW1YnUEKAP7MO9Mbeh+TNH4Z0HFxHgIqw== + integrity: sha512-aJhRiNjKFgLLB3nRJOfAeyle4StnEQgOKa0UpJU+k5EZd3QdiMfQmekXjxYeQj7NOZNQU7zCBEIvQ3gy15I7tA== } dependencies: - "@volar/source-map": 1.0.9 + "@volar/source-map": 1.0.13 "@vue/reactivity": 3.2.45 muggle-string: 0.1.0 dev: true - /@volar/source-map/1.0.9: + /@volar/source-map/1.0.13: resolution: { - integrity: sha512-fazB/vy5ZEJ3yKx4fabJyGNI3CBkdLkfEIRVu6+1P3VixK0Mn+eqyUIkLBrzGYaeFM3GybhCLCvsVdNz0Fu/CQ== + integrity: sha512-dU0plR9BS+bLs7u4chWay+VEIFTrLF15rG2634lGcu7o+z01bRO1U2cegZuIPy46SNkN3ONErLHwS09NBM+Ucg== } dependencies: muggle-string: 0.1.0 dev: true - /@volar/typescript/1.0.9: + /@volar/typescript/1.0.13: resolution: { - integrity: sha512-dVziu+ShQUWuMukM6bvK2v2O446/gG6l1XkTh2vfkccw1IzjfbiP1TWQoNo1ipTfZOtu5YJGYAx+o5HNrGXWfQ== + integrity: sha512-CfJ4higRZrLDAHVGY84gZ444ZUcA3ktPqVMW0fM3mgHDbzYViB3/tsvXOtZk76D3HK2ap6n4cDwBSv3cY4xqlg== } dependencies: - "@volar/language-core": 1.0.9 + "@volar/language-core": 1.0.13 dev: true - /@volar/vue-language-core/1.0.9: + /@volar/vue-language-core/1.0.13: resolution: { - integrity: sha512-tofNoR8ShPFenHT1YVMuvoXtXWwoQE+fiXVqSmW0dSKZqEDjWQ3YeXSd0a6aqyKaIbvR7kWWGp34WbpQlwf9Ww== + integrity: sha512-DRUg7yk4w2+5XFk8LS1dbXEM0na2uAddOj3KWHROPQmn78pfgXEH3r0NGDCnxElWJX5Y16iameisOjtOhevxog== } dependencies: - "@volar/language-core": 1.0.9 - "@volar/source-map": 1.0.9 + "@volar/language-core": 1.0.13 + "@volar/source-map": 1.0.13 "@vue/compiler-dom": 3.2.45 "@vue/compiler-sfc": 3.2.45 "@vue/reactivity": 3.2.45 "@vue/shared": 3.2.45 - minimatch: 5.1.0 + minimatch: 5.1.1 vue-template-compiler: 2.7.14 dev: true - /@volar/vue-typescript/1.0.9: + /@volar/vue-typescript/1.0.13: resolution: { - integrity: sha512-ZLe4y9YNbviACa7uAMCilzxA76gbbSlKfjspXBzk6fCobd8QCIig+VyDYcjANIlm2HhgSCX8jYTzhCKlegh4mw== + integrity: sha512-iEdkF5l6G10fv/G5hs7WcvtT48AT6y/Pm7pvafnB6SxPhm2uHQ+130x3zeWLMaUel5t6h5LBw2pFsF5Bh85QAQ== } dependencies: - "@volar/typescript": 1.0.9 - "@volar/vue-language-core": 1.0.9 + "@volar/typescript": 1.0.13 + "@volar/vue-language-core": 1.0.13 dev: true /@vue-macros/common/0.13.4: @@ -1545,7 +1537,7 @@ packages: } engines: { node: ">=14.19.0" } dependencies: - "@babel/types": 7.20.2 + "@babel/types": 7.20.5 "@vue/compiler-sfc": 3.2.45 magic-string: 0.26.7 dev: true @@ -1557,17 +1549,17 @@ packages: } dev: true - /@vue/babel-plugin-jsx/1.1.1_@babel+core@7.20.2: + /@vue/babel-plugin-jsx/1.1.1_@babel+core@7.20.5: resolution: { integrity: sha512-j2uVfZjnB5+zkcbc/zsOc0fSNGCMMjaEXP52wdwdIfn0qjFfEYpYZBFKFg+HHnQeJCVrjOeO0YxgaL7DMrym9w== } dependencies: "@babel/helper-module-imports": 7.18.6 - "@babel/plugin-syntax-jsx": 7.18.6_@babel+core@7.20.2 + "@babel/plugin-syntax-jsx": 7.18.6_@babel+core@7.20.5 "@babel/template": 7.18.10 - "@babel/traverse": 7.20.1 - "@babel/types": 7.20.2 + "@babel/traverse": 7.20.5 + "@babel/types": 7.20.5 "@vue/babel-helper-vue-transform-on": 1.0.2 camelcase: 6.3.0 html-tags: 3.2.0 @@ -1583,7 +1575,7 @@ packages: integrity: sha512-rcMj7H+PYe5wBV3iYeUgbCglC+pbpN8hBLTJvRiK2eKQiWqu+fG9F+8sW99JdL4LQi7Re178UOxn09puSXvn4A== } dependencies: - "@babel/parser": 7.20.3 + "@babel/parser": 7.20.5 "@vue/shared": 3.2.45 estree-walker: 2.0.2 source-map: 0.6.1 @@ -1603,7 +1595,7 @@ packages: integrity: sha512-1jXDuWah1ggsnSAOGsec8cFjT/K6TMZ0sPL3o3d84Ft2AYZi2jWJgRMjw4iaK0rBfA89L5gw427H4n1RZQBu6Q== } dependencies: - "@babel/parser": 7.20.3 + "@babel/parser": 7.20.5 "@vue/compiler-core": 3.2.45 "@vue/compiler-dom": 3.2.45 "@vue/compiler-ssr": 3.2.45 @@ -1611,7 +1603,7 @@ packages: "@vue/shared": 3.2.45 estree-walker: 2.0.2 magic-string: 0.25.9 - postcss: 8.4.19 + postcss: 8.4.20 source-map: 0.6.1 /@vue/compiler-ssr/3.2.45: @@ -1630,7 +1622,7 @@ packages: } dev: false - /@vue/eslint-config-prettier/7.0.0_5qrnzwqb344w6up62gv3safeoi: + /@vue/eslint-config-prettier/7.0.0_wdw3qg4p7crmsoaizcyntelyni: resolution: { integrity: sha512-/CTc6ML3Wta1tCe1gUeO0EYnVXfo3nJXsIhZ8WJr3sov+cGASr6yuiibJTL6lmIBm7GobopToOuB3B6AWyV0Iw== @@ -1639,13 +1631,13 @@ packages: eslint: ">= 7.28.0" prettier: ">= 2.0.0" dependencies: - eslint: 8.28.0 - eslint-config-prettier: 8.5.0_eslint@8.28.0 - eslint-plugin-prettier: 4.2.1_cwlo2dingkvfydnaculr42urve - prettier: 2.8.0 + eslint: 8.29.0 + eslint-config-prettier: 8.5.0_eslint@8.29.0 + eslint-plugin-prettier: 4.2.1_5dgjrgoi64tgrv3zzn3walur3u + prettier: 2.8.1 dev: true - /@vue/eslint-config-typescript/11.0.2_5ma4o5namqj2syekqcvrgakwe4: + /@vue/eslint-config-typescript/11.0.2_4ajq2belonl3hwwudzbg7tkiqi: resolution: { integrity: sha512-EiKud1NqlWmSapBFkeSrE994qpKx7/27uCGnhdqzllYDpQZroyX/O6bwjEpeuyKamvLbsGdO6PMR2faIf+zFnw== @@ -1659,12 +1651,12 @@ packages: typescript: optional: true dependencies: - "@typescript-eslint/eslint-plugin": 5.44.0_fnsv2sbzcckq65bwfk7a5xwslu - "@typescript-eslint/parser": 5.44.0_hsf322ms6xhhd4b5ne6lb74y4a - eslint: 8.28.0 - eslint-plugin-vue: 9.8.0_eslint@8.28.0 - typescript: 4.9.3 - vue-eslint-parser: 9.1.0_eslint@8.28.0 + "@typescript-eslint/eslint-plugin": 5.46.1_imrg37k3svwu377c6q7gkarwmi + "@typescript-eslint/parser": 5.46.1_ha6vam6werchizxrnqvarmz2zu + eslint: 8.29.0 + eslint-plugin-vue: 9.8.0_eslint@8.29.0 + typescript: 4.9.4 + vue-eslint-parser: 9.1.0_eslint@8.29.0 transitivePeerDependencies: - supports-color dev: true @@ -1675,7 +1667,7 @@ packages: integrity: sha512-BHVmzYAvM7vcU5WmuYqXpwaBHjsS8T63jlKGWVtHxAHIoMIlmaMyurUSEs1Zcg46M4AYT5MtB1U274/2aNzjJQ== } dependencies: - "@babel/parser": 7.20.3 + "@babel/parser": 7.20.5 "@vue/compiler-core": 3.2.45 "@vue/shared": 3.2.45 estree-walker: 2.0.2 @@ -1837,11 +1829,11 @@ packages: dependencies: cac: 6.7.14 color: 4.2.3 - cssnano: 5.1.14_postcss@8.4.19 - cssnano-preset-lite: 2.1.3_postcss@8.4.19 + cssnano: 5.1.14_postcss@8.4.20 + cssnano-preset-lite: 2.1.3_postcss@8.4.20 fs-extra: 10.1.0 - postcss: 8.4.19 - prettier: 2.8.0 + postcss: 8.4.20 + prettier: 2.8.1 uuid: 8.3.2 dev: true @@ -2063,15 +2055,15 @@ packages: engines: { node: ">=8" } dev: true - /ast-walker-scope/0.3.0: + /ast-walker-scope/0.3.1: resolution: { - integrity: sha512-bsOBv3jB+1kGaxwPHhkLiagS+75KfzEqtkNWvATgMGtXM6kJZG3PlG4fYQFMiHeLpoAkwc6G61w07+hEXx39aA== + integrity: sha512-c+tWaEoA+b4yJp0NUI8/hYKUv1ELqpCMU/fogGazXxu7EXlry37q1wdfhaQqVmQn4l4agMeo4ek76LyKFIxkKA== } engines: { node: ">=14.19.0" } dependencies: - "@babel/parser": 7.20.3 - "@babel/types": 7.20.2 + "@babel/parser": 7.20.5 + "@babel/types": 7.20.5 dev: true /astral-regex/2.0.0: @@ -2096,7 +2088,7 @@ packages: } dev: false - /autoprefixer/10.4.13_postcss@8.4.19: + /autoprefixer/10.4.13_postcss@8.4.20: resolution: { integrity: sha512-49vKpMqcZYsJjwotvt4+h/BCjJVnhGwcLpDt5xkcaOG3eLrG/HUYLagrihYsQ+qrIBgIzX1Rw7a6L8I/ZA1Atg== @@ -2107,18 +2099,18 @@ packages: postcss: ^8.1.0 dependencies: browserslist: 4.21.4 - caniuse-lite: 1.0.30001434 + caniuse-lite: 1.0.30001439 fraction.js: 4.2.0 normalize-range: 0.1.2 picocolors: 1.0.0 - postcss: 8.4.19 + postcss: 8.4.20 postcss-value-parser: 4.2.0 dev: true - /axios/1.2.0: + /axios/1.2.1: resolution: { - integrity: sha512-zT7wZyNYu3N5Bu0wuZ6QccIf93Qk1eV8LOewxgjOZFd2DenOs98cJ7+Y6703d0wkaXGY6/nZd4EweJaHz9uzQw== + integrity: sha512-I88cFiGu9ryt/tfVEi4kX2SITsvDddTajXTOFmt2uK1ZVA8LytjtdeyefdQWEf5PU8w+4SSJDoYnggflB5tW4A== } dependencies: follow-redirects: 1.15.2 @@ -2201,7 +2193,7 @@ packages: engines: { node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7 } hasBin: true dependencies: - caniuse-lite: 1.0.30001434 + caniuse-lite: 1.0.30001439 electron-to-chromium: 1.4.284 node-releases: 2.0.6 update-browserslist-db: 1.0.10_browserslist@4.21.4 @@ -2291,15 +2283,15 @@ packages: } dependencies: browserslist: 4.21.4 - caniuse-lite: 1.0.30001434 + caniuse-lite: 1.0.30001439 lodash.memoize: 4.1.2 lodash.uniq: 4.5.0 dev: true - /caniuse-lite/1.0.30001434: + /caniuse-lite/1.0.30001439: resolution: { - integrity: sha512-aOBHrLmTQw//WFa2rcF1If9fa3ypkC1wzqqiKHgfdrXTWcU8C4gKVZT77eQAPWN1APys3+uQ0Df07rKauXGEYA== + integrity: sha512-1MgUzEkoMO6gKfXflStpYgZDlFM7M/ck/bgfVCACO5vnAf0fXoNVHdWtqGU+MYca+4bL9Z5bpOVmR33cWW9G2A== } dev: true @@ -2623,7 +2615,7 @@ packages: which: 2.0.2 dev: true - /css-declaration-sorter/6.3.1_postcss@8.4.19: + /css-declaration-sorter/6.3.1_postcss@8.4.20: resolution: { integrity: sha512-fBffmak0bPAnyqc/HO8C3n2sHrp9wcqQz6ES9koRF2/mLOVAx9zIQ3Y7R29sYCteTPqMCwns4WYQoCX91Xl3+w== @@ -2632,7 +2624,7 @@ packages: peerDependencies: postcss: ^8.0.9 dependencies: - postcss: 8.4.19 + postcss: 8.4.20 dev: true /css-functions-list/3.1.0: @@ -2691,6 +2683,17 @@ packages: source-map-js: 1.0.2 dev: true + /css-tree/2.3.0: + resolution: + { + integrity: sha512-1rg0LiK2MFi4R3/lVvnRokEWTZb30ljSAe5x+0HHkZ+OqZaAeiP8g8Eh91VmkyCtQn9vMgQRiaTDYgLBt+2Qyw== + } + engines: { node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0, npm: ">=7.0.0" } + dependencies: + mdn-data: 2.0.30 + source-map-js: 1.0.2 + dev: true + /css-what/6.1.0: resolution: { @@ -2708,7 +2711,7 @@ packages: hasBin: true dev: true - /cssnano-preset-default/5.2.13_postcss@8.4.19: + /cssnano-preset-default/5.2.13_postcss@8.4.20: resolution: { integrity: sha512-PX7sQ4Pb+UtOWuz8A1d+Rbi+WimBIxJTRyBdgGp1J75VU0r/HFQeLnMYgHiCAp6AR4rqrc7Y4R+1Rjk3KJz6DQ== @@ -2717,39 +2720,39 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - css-declaration-sorter: 6.3.1_postcss@8.4.19 - cssnano-utils: 3.1.0_postcss@8.4.19 - postcss: 8.4.19 - postcss-calc: 8.2.4_postcss@8.4.19 - postcss-colormin: 5.3.0_postcss@8.4.19 - postcss-convert-values: 5.1.3_postcss@8.4.19 - postcss-discard-comments: 5.1.2_postcss@8.4.19 - postcss-discard-duplicates: 5.1.0_postcss@8.4.19 - postcss-discard-empty: 5.1.1_postcss@8.4.19 - postcss-discard-overridden: 5.1.0_postcss@8.4.19 - postcss-merge-longhand: 5.1.7_postcss@8.4.19 - postcss-merge-rules: 5.1.3_postcss@8.4.19 - postcss-minify-font-values: 5.1.0_postcss@8.4.19 - postcss-minify-gradients: 5.1.1_postcss@8.4.19 - postcss-minify-params: 5.1.4_postcss@8.4.19 - postcss-minify-selectors: 5.2.1_postcss@8.4.19 - postcss-normalize-charset: 5.1.0_postcss@8.4.19 - postcss-normalize-display-values: 5.1.0_postcss@8.4.19 - postcss-normalize-positions: 5.1.1_postcss@8.4.19 - postcss-normalize-repeat-style: 5.1.1_postcss@8.4.19 - postcss-normalize-string: 5.1.0_postcss@8.4.19 - postcss-normalize-timing-functions: 5.1.0_postcss@8.4.19 - postcss-normalize-unicode: 5.1.1_postcss@8.4.19 - postcss-normalize-url: 5.1.0_postcss@8.4.19 - postcss-normalize-whitespace: 5.1.1_postcss@8.4.19 - postcss-ordered-values: 5.1.3_postcss@8.4.19 - postcss-reduce-initial: 5.1.1_postcss@8.4.19 - postcss-reduce-transforms: 5.1.0_postcss@8.4.19 - postcss-svgo: 5.1.0_postcss@8.4.19 - postcss-unique-selectors: 5.1.1_postcss@8.4.19 + css-declaration-sorter: 6.3.1_postcss@8.4.20 + cssnano-utils: 3.1.0_postcss@8.4.20 + postcss: 8.4.20 + postcss-calc: 8.2.4_postcss@8.4.20 + postcss-colormin: 5.3.0_postcss@8.4.20 + postcss-convert-values: 5.1.3_postcss@8.4.20 + postcss-discard-comments: 5.1.2_postcss@8.4.20 + postcss-discard-duplicates: 5.1.0_postcss@8.4.20 + postcss-discard-empty: 5.1.1_postcss@8.4.20 + postcss-discard-overridden: 5.1.0_postcss@8.4.20 + postcss-merge-longhand: 5.1.7_postcss@8.4.20 + postcss-merge-rules: 5.1.3_postcss@8.4.20 + postcss-minify-font-values: 5.1.0_postcss@8.4.20 + postcss-minify-gradients: 5.1.1_postcss@8.4.20 + postcss-minify-params: 5.1.4_postcss@8.4.20 + postcss-minify-selectors: 5.2.1_postcss@8.4.20 + postcss-normalize-charset: 5.1.0_postcss@8.4.20 + postcss-normalize-display-values: 5.1.0_postcss@8.4.20 + postcss-normalize-positions: 5.1.1_postcss@8.4.20 + postcss-normalize-repeat-style: 5.1.1_postcss@8.4.20 + postcss-normalize-string: 5.1.0_postcss@8.4.20 + postcss-normalize-timing-functions: 5.1.0_postcss@8.4.20 + postcss-normalize-unicode: 5.1.1_postcss@8.4.20 + postcss-normalize-url: 5.1.0_postcss@8.4.20 + postcss-normalize-whitespace: 5.1.1_postcss@8.4.20 + postcss-ordered-values: 5.1.3_postcss@8.4.20 + postcss-reduce-initial: 5.1.1_postcss@8.4.20 + postcss-reduce-transforms: 5.1.0_postcss@8.4.20 + postcss-svgo: 5.1.0_postcss@8.4.20 + postcss-unique-selectors: 5.1.1_postcss@8.4.20 dev: true - /cssnano-preset-lite/2.1.3_postcss@8.4.19: + /cssnano-preset-lite/2.1.3_postcss@8.4.20: resolution: { integrity: sha512-samvnCll/DUVZu0Qc+JH36nt7dlaOT7WjOgg8SbLJ78sp51JZ12s2hyerxrarjPBG4O53rErUtOY2IYLYgBGEQ== @@ -2758,14 +2761,14 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - cssnano-utils: 3.1.0_postcss@8.4.19 - postcss: 8.4.19 - postcss-discard-comments: 5.1.2_postcss@8.4.19 - postcss-discard-empty: 5.1.1_postcss@8.4.19 - postcss-normalize-whitespace: 5.1.1_postcss@8.4.19 + cssnano-utils: 3.1.0_postcss@8.4.20 + postcss: 8.4.20 + postcss-discard-comments: 5.1.2_postcss@8.4.20 + postcss-discard-empty: 5.1.1_postcss@8.4.20 + postcss-normalize-whitespace: 5.1.1_postcss@8.4.20 dev: true - /cssnano-utils/3.1.0_postcss@8.4.19: + /cssnano-utils/3.1.0_postcss@8.4.20: resolution: { integrity: sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA== @@ -2774,10 +2777,10 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.19 + postcss: 8.4.20 dev: true - /cssnano/5.1.14_postcss@8.4.19: + /cssnano/5.1.14_postcss@8.4.20: resolution: { integrity: sha512-Oou7ihiTocbKqi0J1bB+TRJIQX5RMR3JghA8hcWSw9mjBLQ5Y3RWqEDoYG3sRNlAbCIXpqMoZGbq5KDR3vdzgw== @@ -2786,9 +2789,9 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - cssnano-preset-default: 5.2.13_postcss@8.4.19 + cssnano-preset-default: 5.2.13_postcss@8.4.20 lilconfig: 2.0.6 - postcss: 8.4.19 + postcss: 8.4.20 yaml: 1.10.2 dev: true @@ -2826,10 +2829,10 @@ packages: engines: { node: ">=8" } dev: true - /dayjs/1.11.6: + /dayjs/1.11.7: resolution: { - integrity: sha512-zZbY5giJAinCG+7AGaw0wIhNZ6J8AhWuSXKvuc1KAyMiRsvGQWqh4L+MomvhdAYjN+lqvVCMq1I41e3YHvXkyQ== + integrity: sha512-+Yw9U6YO5TQohxLcIkrXBeY73WP3ejHWVvx8XCk3gxvQDCTEmS48ZrSZCKciI7Bhl/uCMyxYtE9UqRILmFphkQ== } dev: false @@ -3062,14 +3065,14 @@ packages: is-obj: 2.0.0 dev: true - /echarts/5.4.0: + /echarts/5.4.1: resolution: { - integrity: sha512-uPsO9VRUIKAdFOoH3B0aNg7NRVdN7aM39/OjovjO9MwmWsAkfGyeXJhK+dbRi51iDrQWliXV60/XwLA7kg3z0w== + integrity: sha512-9ltS3M2JB0w2EhcYjCdmtrJ+6haZcW6acBolMGIuf01Hql1yrIV01L1aRj7jsaaIULJslEP9Z3vKlEmnJaWJVQ== } dependencies: tslib: 2.3.0 - zrender: 5.4.0 + zrender: 5.4.1 dev: false /ee-first/1.1.1: @@ -3094,15 +3097,15 @@ packages: peerDependencies: vue: ^3.2.0 dependencies: - "@ctrl/tinycolor": 3.4.1 + "@ctrl/tinycolor": 3.5.0 "@element-plus/icons-vue": 2.0.10_vue@3.2.45 - "@floating-ui/dom": 1.0.7 + "@floating-ui/dom": 1.0.10 "@popperjs/core": /@sxzz/popperjs-es/2.11.7 - "@types/lodash": 4.14.190 + "@types/lodash": 4.14.191 "@types/lodash-es": 4.17.6 "@vueuse/core": 9.6.0_vue@3.2.45 async-validator: 4.2.5 - dayjs: 1.11.6 + dayjs: 1.11.7 escape-html: 1.0.3 lodash: 4.17.21 lodash-es: 4.17.21 @@ -3181,10 +3184,10 @@ packages: is-arrayish: 0.2.1 dev: true - /esbuild-android-64/0.15.15: + /esbuild-android-64/0.15.18: resolution: { - integrity: sha512-F+WjjQxO+JQOva3tJWNdVjouFMLK6R6i5gjDvgUthLYJnIZJsp1HlF523k73hELY20WPyEO8xcz7aaYBVkeg5Q== + integrity: sha512-wnpt3OXRhcjfIDSZu9bnzT4/TNTDsOUvip0foZOUBG7QbSt//w3QV4FInVJxNhKc/ErhUxc5z4QjHtMi7/TbgA== } engines: { node: ">=12" } cpu: [x64] @@ -3193,10 +3196,10 @@ packages: dev: true optional: true - /esbuild-android-arm64/0.15.15: + /esbuild-android-arm64/0.15.18: resolution: { - integrity: sha512-attlyhD6Y22jNyQ0fIIQ7mnPvDWKw7k6FKnsXlBvQE6s3z6s6cuEHcSgoirquQc7TmZgVCK5fD/2uxmRN+ZpcQ== + integrity: sha512-G4xu89B8FCzav9XU8EjsXacCKSG2FT7wW9J6hOc18soEHJdtWu03L3TQDGf0geNxfLTtxENKBzMSq9LlbjS8OQ== } engines: { node: ">=12" } cpu: [arm64] @@ -3205,10 +3208,10 @@ packages: dev: true optional: true - /esbuild-darwin-64/0.15.15: + /esbuild-darwin-64/0.15.18: resolution: { - integrity: sha512-ohZtF8W1SHJ4JWldsPVdk8st0r9ExbAOSrBOh5L+Mq47i696GVwv1ab/KlmbUoikSTNoXEhDzVpxUR/WIO19FQ== + integrity: sha512-2WAvs95uPnVJPuYKP0Eqx+Dl/jaYseZEUUT1sjg97TJa4oBtbAKnPnl3b5M9l51/nbx7+QAEtuummJZW0sBEmg== } engines: { node: ">=12" } cpu: [x64] @@ -3217,10 +3220,10 @@ packages: dev: true optional: true - /esbuild-darwin-arm64/0.15.15: + /esbuild-darwin-arm64/0.15.18: resolution: { - integrity: sha512-P8jOZ5zshCNIuGn+9KehKs/cq5uIniC+BeCykvdVhx/rBXSxmtj3CUIKZz4sDCuESMbitK54drf/2QX9QHG5Ag== + integrity: sha512-tKPSxcTJ5OmNb1btVikATJ8NftlyNlc8BVNtyT/UAr62JFOhwHlnoPrhYWz09akBLHI9nElFVfWSTSRsrZiDUA== } engines: { node: ">=12" } cpu: [arm64] @@ -3229,10 +3232,10 @@ packages: dev: true optional: true - /esbuild-freebsd-64/0.15.15: + /esbuild-freebsd-64/0.15.18: resolution: { - integrity: sha512-KkTg+AmDXz1IvA9S1gt8dE24C8Thx0X5oM0KGF322DuP+P3evwTL9YyusHAWNsh4qLsR80nvBr/EIYs29VSwuA== + integrity: sha512-TT3uBUxkteAjR1QbsmvSsjpKjOX6UkCstr8nMr+q7zi3NuZ1oIpa8U41Y8I8dJH2fJgdC3Dj3CXO5biLQpfdZA== } engines: { node: ">=12" } cpu: [x64] @@ -3241,10 +3244,10 @@ packages: dev: true optional: true - /esbuild-freebsd-arm64/0.15.15: + /esbuild-freebsd-arm64/0.15.18: resolution: { - integrity: sha512-FUcML0DRsuyqCMfAC+HoeAqvWxMeq0qXvclZZ/lt2kLU6XBnDA5uKTLUd379WYEyVD4KKFctqWd9tTuk8C/96g== + integrity: sha512-R/oVr+X3Tkh+S0+tL41wRMbdWtpWB8hEAMsOXDumSSa6qJR89U0S/PpLXrGF7Wk/JykfpWNokERUpCeHDl47wA== } engines: { node: ">=12" } cpu: [arm64] @@ -3253,10 +3256,10 @@ packages: dev: true optional: true - /esbuild-linux-32/0.15.15: + /esbuild-linux-32/0.15.18: resolution: { - integrity: sha512-q28Qn5pZgHNqug02aTkzw5sW9OklSo96b5nm17Mq0pDXrdTBcQ+M6Q9A1B+dalFeynunwh/pvfrNucjzwDXj+Q== + integrity: sha512-lphF3HiCSYtaa9p1DtXndiQEeQDKPl9eN/XNoBf2amEghugNuqXNZA/ZovthNE2aa4EN43WroO0B85xVSjYkbg== } engines: { node: ">=12" } cpu: [ia32] @@ -3265,10 +3268,10 @@ packages: dev: true optional: true - /esbuild-linux-64/0.15.15: + /esbuild-linux-64/0.15.18: resolution: { - integrity: sha512-217KPmWMirkf8liO+fj2qrPwbIbhNTGNVtvqI1TnOWJgcMjUWvd677Gq3fTzXEjilkx2yWypVnTswM2KbXgoAg== + integrity: sha512-hNSeP97IviD7oxLKFuii5sDPJ+QHeiFTFLoLm7NZQligur8poNOWGIgpQ7Qf8Balb69hptMZzyOBIPtY09GZYw== } engines: { node: ">=12" } cpu: [x64] @@ -3277,10 +3280,10 @@ packages: dev: true optional: true - /esbuild-linux-arm/0.15.15: + /esbuild-linux-arm/0.15.18: resolution: { - integrity: sha512-RYVW9o2yN8yM7SB1yaWr378CwrjvGCyGybX3SdzPHpikUHkME2AP55Ma20uNwkNyY2eSYFX9D55kDrfQmQBR4w== + integrity: sha512-UH779gstRblS4aoS2qpMl3wjg7U0j+ygu3GjIeTonCcN79ZvpPee12Qun3vcdxX+37O5LFxz39XeW2I9bybMVA== } engines: { node: ">=12" } cpu: [arm] @@ -3289,10 +3292,10 @@ packages: dev: true optional: true - /esbuild-linux-arm64/0.15.15: + /esbuild-linux-arm64/0.15.18: resolution: { - integrity: sha512-/ltmNFs0FivZkYsTzAsXIfLQX38lFnwJTWCJts0IbCqWZQe+jjj0vYBNbI0kmXLb3y5NljiM5USVAO1NVkdh2g== + integrity: sha512-54qr8kg/6ilcxd+0V3h9rjT4qmjc0CccMVWrjOEM/pEcUzt8X62HfBSeZfT2ECpM7104mk4yfQXkosY8Quptug== } engines: { node: ">=12" } cpu: [arm64] @@ -3301,10 +3304,10 @@ packages: dev: true optional: true - /esbuild-linux-mips64le/0.15.15: + /esbuild-linux-mips64le/0.15.18: resolution: { - integrity: sha512-PksEPb321/28GFFxtvL33yVPfnMZihxkEv5zME2zapXGp7fA1X2jYeiTUK+9tJ/EGgcNWuwvtawPxJG7Mmn86A== + integrity: sha512-Mk6Ppwzzz3YbMl/ZZL2P0q1tnYqh/trYZ1VfNP47C31yT0K8t9s7Z077QrDA/guU60tGNp2GOwCQnp+DYv7bxQ== } engines: { node: ">=12" } cpu: [mips64el] @@ -3313,10 +3316,10 @@ packages: dev: true optional: true - /esbuild-linux-ppc64le/0.15.15: + /esbuild-linux-ppc64le/0.15.18: resolution: { - integrity: sha512-ek8gJBEIhcpGI327eAZigBOHl58QqrJrYYIZBWQCnH3UnXoeWMrMZLeeZL8BI2XMBhP+sQ6ERctD5X+ajL/AIA== + integrity: sha512-b0XkN4pL9WUulPTa/VKHx2wLCgvIAbgwABGnKMY19WhKZPT+8BxhZdqz6EgkqCLld7X5qiCY2F/bfpUUlnFZ9w== } engines: { node: ">=12" } cpu: [ppc64] @@ -3325,10 +3328,10 @@ packages: dev: true optional: true - /esbuild-linux-riscv64/0.15.15: + /esbuild-linux-riscv64/0.15.18: resolution: { - integrity: sha512-H5ilTZb33/GnUBrZMNJtBk7/OXzDHDXjIzoLXHSutwwsLxSNaLxzAaMoDGDd/keZoS+GDBqNVxdCkpuiRW4OSw== + integrity: sha512-ba2COaoF5wL6VLZWn04k+ACZjZ6NYniMSQStodFKH/Pu6RxzQqzsmjR1t9QC89VYJxBeyVPTaHuBMCejl3O/xg== } engines: { node: ">=12" } cpu: [riscv64] @@ -3337,10 +3340,10 @@ packages: dev: true optional: true - /esbuild-linux-s390x/0.15.15: + /esbuild-linux-s390x/0.15.18: resolution: { - integrity: sha512-jKaLUg78mua3rrtrkpv4Or2dNTJU7bgHN4bEjT4OX4GR7nLBSA9dfJezQouTxMmIW7opwEC5/iR9mpC18utnxQ== + integrity: sha512-VbpGuXEl5FCs1wDVp93O8UIzl3ZrglgnSQ+Hu79g7hZu6te6/YHgVJxCM2SqfIila0J3k0csfnf8VD2W7u2kzQ== } engines: { node: ">=12" } cpu: [s390x] @@ -3349,10 +3352,10 @@ packages: dev: true optional: true - /esbuild-netbsd-64/0.15.15: + /esbuild-netbsd-64/0.15.18: resolution: { - integrity: sha512-aOvmF/UkjFuW6F36HbIlImJTTx45KUCHJndtKo+KdP8Dhq3mgLRKW9+6Ircpm8bX/RcS3zZMMmaBLkvGY06Gvw== + integrity: sha512-98ukeCdvdX7wr1vUYQzKo4kQ0N2p27H7I11maINv73fVEXt2kyh4K4m9f35U1K43Xc2QGXlzAw0K9yoU7JUjOg== } engines: { node: ">=12" } cpu: [x64] @@ -3361,10 +3364,10 @@ packages: dev: true optional: true - /esbuild-openbsd-64/0.15.15: + /esbuild-openbsd-64/0.15.18: resolution: { - integrity: sha512-HFFX+WYedx1w2yJ1VyR1Dfo8zyYGQZf1cA69bLdrHzu9svj6KH6ZLK0k3A1/LFPhcEY9idSOhsB2UyU0tHPxgQ== + integrity: sha512-yK5NCcH31Uae076AyQAXeJzt/vxIo9+omZRKj1pauhk3ITuADzuOx5N2fdHrAKPxN+zH3w96uFKlY7yIn490xQ== } engines: { node: ">=12" } cpu: [x64] @@ -3373,10 +3376,10 @@ packages: dev: true optional: true - /esbuild-sunos-64/0.15.15: + /esbuild-sunos-64/0.15.18: resolution: { - integrity: sha512-jOPBudffG4HN8yJXcK9rib/ZTFoTA5pvIKbRrt3IKAGMq1EpBi4xoVoSRrq/0d4OgZLaQbmkHp8RO9eZIn5atA== + integrity: sha512-On22LLFlBeLNj/YF3FT+cXcyKPEI263nflYlAhz5crxtp3yRG1Ugfr7ITyxmCmjm4vbN/dGrb/B7w7U8yJR9yw== } engines: { node: ">=12" } cpu: [x64] @@ -3385,10 +3388,10 @@ packages: dev: true optional: true - /esbuild-windows-32/0.15.15: + /esbuild-windows-32/0.15.18: resolution: { - integrity: sha512-MDkJ3QkjnCetKF0fKxCyYNBnOq6dmidcwstBVeMtXSgGYTy8XSwBeIE4+HuKiSsG6I/mXEb++px3IGSmTN0XiA== + integrity: sha512-o+eyLu2MjVny/nt+E0uPnBxYuJHBvho8vWsC2lV61A7wwTWC3jkN2w36jtA+yv1UgYkHRihPuQsL23hsCYGcOQ== } engines: { node: ">=12" } cpu: [ia32] @@ -3397,10 +3400,10 @@ packages: dev: true optional: true - /esbuild-windows-64/0.15.15: + /esbuild-windows-64/0.15.18: resolution: { - integrity: sha512-xaAUIB2qllE888SsMU3j9nrqyLbkqqkpQyWVkfwSil6BBPgcPk3zOFitTTncEKCLTQy3XV9RuH7PDj3aJDljWA== + integrity: sha512-qinug1iTTaIIrCorAUjR0fcBk24fjzEedFYhhispP8Oc7SFvs+XeW3YpAKiKp8dRpizl4YYAhxMjlftAMJiaUw== } engines: { node: ">=12" } cpu: [x64] @@ -3409,10 +3412,10 @@ packages: dev: true optional: true - /esbuild-windows-arm64/0.15.15: + /esbuild-windows-arm64/0.15.18: resolution: { - integrity: sha512-ttuoCYCIJAFx4UUKKWYnFdrVpoXa3+3WWkXVI6s09U+YjhnyM5h96ewTq/WgQj9LFSIlABQvadHSOQyAVjW5xQ== + integrity: sha512-q9bsYzegpZcLziq0zgUi5KqGVtfhjxGbnksaBFYmWLxeV/S1fK4OLdq2DFYnXcLMjlZw2L0jLsk1eGoB522WXQ== } engines: { node: ">=12" } cpu: [arm64] @@ -3430,37 +3433,37 @@ packages: requiresBuild: true dev: true - /esbuild/0.15.15: + /esbuild/0.15.18: resolution: { - integrity: sha512-TEw/lwK4Zzld9x3FedV6jy8onOUHqcEX3ADFk4k+gzPUwrxn8nWV62tH0udo8jOtjFodlEfc4ypsqX3e+WWO6w== + integrity: sha512-x/R72SmW3sSFRm5zrrIjAhCeQSAWoni3CmHEqfQrZIQTM3lVCdehdwuIqaOtfC2slvpdlLa62GYoN8SxT23m6Q== } engines: { node: ">=12" } hasBin: true requiresBuild: true optionalDependencies: - "@esbuild/android-arm": 0.15.15 - "@esbuild/linux-loong64": 0.15.15 - esbuild-android-64: 0.15.15 - esbuild-android-arm64: 0.15.15 - esbuild-darwin-64: 0.15.15 - esbuild-darwin-arm64: 0.15.15 - esbuild-freebsd-64: 0.15.15 - esbuild-freebsd-arm64: 0.15.15 - esbuild-linux-32: 0.15.15 - esbuild-linux-64: 0.15.15 - esbuild-linux-arm: 0.15.15 - esbuild-linux-arm64: 0.15.15 - esbuild-linux-mips64le: 0.15.15 - esbuild-linux-ppc64le: 0.15.15 - esbuild-linux-riscv64: 0.15.15 - esbuild-linux-s390x: 0.15.15 - esbuild-netbsd-64: 0.15.15 - esbuild-openbsd-64: 0.15.15 - esbuild-sunos-64: 0.15.15 - esbuild-windows-32: 0.15.15 - esbuild-windows-64: 0.15.15 - esbuild-windows-arm64: 0.15.15 + "@esbuild/android-arm": 0.15.18 + "@esbuild/linux-loong64": 0.15.18 + esbuild-android-64: 0.15.18 + esbuild-android-arm64: 0.15.18 + esbuild-darwin-64: 0.15.18 + esbuild-darwin-arm64: 0.15.18 + esbuild-freebsd-64: 0.15.18 + esbuild-freebsd-arm64: 0.15.18 + esbuild-linux-32: 0.15.18 + esbuild-linux-64: 0.15.18 + esbuild-linux-arm: 0.15.18 + esbuild-linux-arm64: 0.15.18 + esbuild-linux-mips64le: 0.15.18 + esbuild-linux-ppc64le: 0.15.18 + esbuild-linux-riscv64: 0.15.18 + esbuild-linux-s390x: 0.15.18 + esbuild-netbsd-64: 0.15.18 + esbuild-openbsd-64: 0.15.18 + esbuild-sunos-64: 0.15.18 + esbuild-windows-32: 0.15.18 + esbuild-windows-64: 0.15.18 + esbuild-windows-arm64: 0.15.18 dev: true /escalade/3.1.1: @@ -3493,7 +3496,7 @@ packages: engines: { node: ">=10" } dev: true - /eslint-config-prettier/8.5.0_eslint@8.28.0: + /eslint-config-prettier/8.5.0_eslint@8.29.0: resolution: { integrity: sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q== @@ -3502,10 +3505,10 @@ packages: peerDependencies: eslint: ">=7.0.0" dependencies: - eslint: 8.28.0 + eslint: 8.29.0 dev: true - /eslint-plugin-prettier/4.2.1_5qrnzwqb344w6up62gv3safeoi: + /eslint-plugin-prettier/4.2.1_5dgjrgoi64tgrv3zzn3walur3u: resolution: { integrity: sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ== @@ -3519,12 +3522,13 @@ packages: eslint-config-prettier: optional: true dependencies: - eslint: 8.28.0 - prettier: 2.8.0 + eslint: 8.29.0 + eslint-config-prettier: 8.5.0_eslint@8.29.0 + prettier: 2.8.1 prettier-linter-helpers: 1.0.0 dev: true - /eslint-plugin-prettier/4.2.1_cwlo2dingkvfydnaculr42urve: + /eslint-plugin-prettier/4.2.1_wdw3qg4p7crmsoaizcyntelyni: resolution: { integrity: sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ== @@ -3538,13 +3542,12 @@ packages: eslint-config-prettier: optional: true dependencies: - eslint: 8.28.0 - eslint-config-prettier: 8.5.0_eslint@8.28.0 - prettier: 2.8.0 + eslint: 8.29.0 + prettier: 2.8.1 prettier-linter-helpers: 1.0.0 dev: true - /eslint-plugin-vue/9.8.0_eslint@8.28.0: + /eslint-plugin-vue/9.8.0_eslint@8.29.0: resolution: { integrity: sha512-E/AXwcTzunyzM83C2QqDHxepMzvI2y6x+mmeYHbVDQlKFqmKYvRrhaVixEeeG27uI44p9oKDFiyCRw4XxgtfHA== @@ -3553,13 +3556,13 @@ packages: peerDependencies: eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 dependencies: - eslint: 8.28.0 - eslint-utils: 3.0.0_eslint@8.28.0 + eslint: 8.29.0 + eslint-utils: 3.0.0_eslint@8.29.0 natural-compare: 1.4.0 nth-check: 2.1.1 postcss-selector-parser: 6.0.11 semver: 7.3.8 - vue-eslint-parser: 9.1.0_eslint@8.28.0 + vue-eslint-parser: 9.1.0_eslint@8.29.0 xml-name-validator: 4.0.0 transitivePeerDependencies: - supports-color @@ -3587,7 +3590,7 @@ packages: estraverse: 5.3.0 dev: true - /eslint-utils/3.0.0_eslint@8.28.0: + /eslint-utils/3.0.0_eslint@8.29.0: resolution: { integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA== @@ -3596,7 +3599,7 @@ packages: peerDependencies: eslint: ">=5" dependencies: - eslint: 8.28.0 + eslint: 8.29.0 eslint-visitor-keys: 2.1.0 dev: true @@ -3616,10 +3619,10 @@ packages: engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dev: true - /eslint/8.28.0: + /eslint/8.29.0: resolution: { - integrity: sha512-S27Di+EVyMxcHiwDrFzk8dJYAaD+/5SoWKxL1ri/71CRHsnJnRDPNt2Kzj24+MT9FDupf4aqqyqPrvI8MvQ4VQ== + integrity: sha512-isQ4EEiyUjZFbEKvEGJKKGBwXtvXX+zJbkVKCgTuB9t/+jUBcy8avhkEwWJecI15BkRkOYmvIM5ynbhRjEkoeg== } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } hasBin: true @@ -3635,7 +3638,7 @@ packages: doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.1.1 - eslint-utils: 3.0.0_eslint@8.28.0 + eslint-utils: 3.0.0_eslint@8.29.0 eslint-visitor-keys: 3.3.0 espree: 9.4.1 esquery: 1.4.0 @@ -3644,9 +3647,9 @@ packages: file-entry-cache: 6.0.1 find-up: 5.0.0 glob-parent: 6.0.2 - globals: 13.18.0 + globals: 13.19.0 grapheme-splitter: 1.0.4 - ignore: 5.2.0 + ignore: 5.2.1 import-fresh: 3.3.0 imurmurhash: 0.1.4 is-glob: 4.0.3 @@ -3822,10 +3825,10 @@ packages: engines: { node: ">= 4.9.1" } dev: true - /fastq/1.13.0: + /fastq/1.14.0: resolution: { - integrity: sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw== + integrity: sha512-eR2D+V9/ExcbF9ls441yIuN6TI2ED1Y2ZcA5BmMtJsOkWOFRJQ0Jt0g1UwqXJJVAb+V+umH5Dfr8oh4EVP7VVg== } dependencies: reusify: 1.0.4 @@ -4127,10 +4130,10 @@ packages: engines: { node: ">=4" } dev: true - /globals/13.18.0: + /globals/13.19.0: resolution: { - integrity: sha512-/mR4KI8Ps2spmoc0Ulu9L7agOF0du1CZNQ3dke8yItYlyKNmGrkONemBbd6V8UTc1Wgcqn21t3WYB7dbRmh6/A== + integrity: sha512-dkQ957uSRWHw7CFXLUtUHQI3g3aWApYhfNR2O6jn/907riyTYKVBmxYVROkBcY614FSSeSJh7Xm7SrUWCxvJMQ== } engines: { node: ">=8" } dependencies: @@ -4147,7 +4150,7 @@ packages: array-union: 2.1.0 dir-glob: 3.0.1 fast-glob: 3.2.12 - ignore: 5.2.0 + ignore: 5.2.1 merge2: 1.4.1 slash: 3.0.0 dev: true @@ -4291,10 +4294,10 @@ packages: hasBin: true dev: true - /ignore/5.2.0: + /ignore/5.2.1: resolution: { - integrity: sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ== + integrity: sha512-d2qQLzTJ9WxQftPAuEQpSPmKqzxePjzVbpAVv62AQ64NTL+wR4JkrVqR/LqFsFEUsHDAiId52mJteHDFuDkElA== } engines: { node: ">= 4" } dev: true @@ -4760,7 +4763,7 @@ packages: log-update: 4.0.0 p-map: 4.0.0 rfdc: 1.3.0 - rxjs: 7.5.7 + rxjs: 7.6.0 through: 2.3.8 wrap-ansi: 7.0.0 dev: true @@ -4944,6 +4947,13 @@ packages: } dev: true + /mdn-data/2.0.30: + resolution: + { + integrity: sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA== + } + dev: true + /memoize-one/6.0.0: resolution: { @@ -5061,10 +5071,10 @@ packages: brace-expansion: 1.1.11 dev: true - /minimatch/5.1.0: + /minimatch/5.1.1: resolution: { - integrity: sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg== + integrity: sha512-362NP+zlprccbEt/SkxKfRMHnNY85V74mVnpUpNyr3F35covl09Kec7/sEFLt3RA4oXmewtoaanoIf67SE5Y5g== } engines: { node: ">=10" } dependencies: @@ -5505,10 +5515,10 @@ packages: engines: { node: ">=0.10.0" } dev: true - /pinia/2.0.27_mgnvym7yiazkylwwogi5r767ue: + /pinia/2.0.28_prq2uz4lho2pwp6irk4cfkrxwu: resolution: { - integrity: sha512-nOnXP0OFeL8R4WjAHsterU+11vptda643gH02xKNtSCDPiRzVfRYodOLihLDoa0gL1KKuQKV+KOzEgdt3YvqEw== + integrity: sha512-YClq9DkqCblq9rlyUual7ezMu/iICWdBtfJrDt4oWU9Zxpijyz7xB2xTwx57DaBQ96UGvvTMORzALr+iO5PVMw== } peerDependencies: "@vue/composition-api": ^1.4.0 @@ -5521,7 +5531,7 @@ packages: optional: true dependencies: "@vue/devtools-api": 6.4.5 - typescript: 4.9.3 + typescript: 4.9.4 vue: 3.2.45 vue-demi: 0.13.11_vue@3.2.45 dev: false @@ -5547,7 +5557,7 @@ packages: tslib: 2.4.0 dev: false - /postcss-calc/8.2.4_postcss@8.4.19: + /postcss-calc/8.2.4_postcss@8.4.20: resolution: { integrity: sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q== @@ -5555,12 +5565,12 @@ packages: peerDependencies: postcss: ^8.2.2 dependencies: - postcss: 8.4.19 + postcss: 8.4.20 postcss-selector-parser: 6.0.11 postcss-value-parser: 4.2.0 dev: true - /postcss-colormin/5.3.0_postcss@8.4.19: + /postcss-colormin/5.3.0_postcss@8.4.20: resolution: { integrity: sha512-WdDO4gOFG2Z8n4P8TWBpshnL3JpmNmJwdnfP2gbk2qBA8PWwOYcmjmI/t3CmMeL72a7Hkd+x/Mg9O2/0rD54Pg== @@ -5572,11 +5582,11 @@ packages: browserslist: 4.21.4 caniuse-api: 3.0.0 colord: 2.9.3 - postcss: 8.4.19 + postcss: 8.4.20 postcss-value-parser: 4.2.0 dev: true - /postcss-convert-values/5.1.3_postcss@8.4.19: + /postcss-convert-values/5.1.3_postcss@8.4.20: resolution: { integrity: sha512-82pC1xkJZtcJEfiLw6UXnXVXScgtBrjlO5CBmuDQc+dlb88ZYheFsjTn40+zBVi3DkfF7iezO0nJUPLcJK3pvA== @@ -5586,11 +5596,11 @@ packages: postcss: ^8.2.15 dependencies: browserslist: 4.21.4 - postcss: 8.4.19 + postcss: 8.4.20 postcss-value-parser: 4.2.0 dev: true - /postcss-discard-comments/5.1.2_postcss@8.4.19: + /postcss-discard-comments/5.1.2_postcss@8.4.20: resolution: { integrity: sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ== @@ -5599,10 +5609,10 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.19 + postcss: 8.4.20 dev: true - /postcss-discard-duplicates/5.1.0_postcss@8.4.19: + /postcss-discard-duplicates/5.1.0_postcss@8.4.20: resolution: { integrity: sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw== @@ -5611,10 +5621,10 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.19 + postcss: 8.4.20 dev: true - /postcss-discard-empty/5.1.1_postcss@8.4.19: + /postcss-discard-empty/5.1.1_postcss@8.4.20: resolution: { integrity: sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A== @@ -5623,10 +5633,10 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.19 + postcss: 8.4.20 dev: true - /postcss-discard-overridden/5.1.0_postcss@8.4.19: + /postcss-discard-overridden/5.1.0_postcss@8.4.20: resolution: { integrity: sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw== @@ -5635,7 +5645,7 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.19 + postcss: 8.4.20 dev: true /postcss-html/1.5.0: @@ -5647,11 +5657,11 @@ packages: dependencies: htmlparser2: 8.0.1 js-tokens: 8.0.0 - postcss: 8.4.19 - postcss-safe-parser: 6.0.0_postcss@8.4.19 + postcss: 8.4.20 + postcss-safe-parser: 6.0.0_postcss@8.4.20 dev: true - /postcss-import/14.1.0_postcss@8.4.19: + /postcss-import/14.1.0_postcss@8.4.20: resolution: { integrity: sha512-flwI+Vgm4SElObFVPpTIT7SU7R3qk2L7PyduMcokiaVKuWv9d/U+Gm/QAd8NDLuykTWTkcrjOeD2Pp1rMeBTGw== @@ -5660,28 +5670,28 @@ packages: peerDependencies: postcss: ^8.0.0 dependencies: - postcss: 8.4.19 + postcss: 8.4.20 postcss-value-parser: 4.2.0 read-cache: 1.0.0 resolve: 1.22.1 dev: true - /postcss-import/15.0.0_postcss@8.4.19: + /postcss-import/15.1.0_postcss@8.4.20: resolution: { - integrity: sha512-Y20shPQ07RitgBGv2zvkEAu9bqvrD77C9axhj/aA1BQj4czape2MdClCExvB27EwYEJdGgKZBpKanb0t1rK2Kg== + integrity: sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew== } engines: { node: ">=14.0.0" } peerDependencies: postcss: ^8.0.0 dependencies: - postcss: 8.4.19 + postcss: 8.4.20 postcss-value-parser: 4.2.0 read-cache: 1.0.0 resolve: 1.22.1 dev: true - /postcss-js/4.0.0_postcss@8.4.19: + /postcss-js/4.0.0_postcss@8.4.20: resolution: { integrity: sha512-77QESFBwgX4irogGVPgQ5s07vLvFqWr228qZY+w6lW599cRlK/HmnlivnnVUxkjHnCu4J16PDMHcH+e+2HbvTQ== @@ -5691,10 +5701,10 @@ packages: postcss: ^8.3.3 dependencies: camelcase-css: 2.0.1 - postcss: 8.4.19 + postcss: 8.4.20 dev: true - /postcss-load-config/3.1.4_postcss@8.4.19: + /postcss-load-config/3.1.4_postcss@8.4.20: resolution: { integrity: sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg== @@ -5710,7 +5720,7 @@ packages: optional: true dependencies: lilconfig: 2.0.6 - postcss: 8.4.19 + postcss: 8.4.20 yaml: 1.10.2 dev: true @@ -5721,7 +5731,7 @@ packages: } dev: true - /postcss-merge-longhand/5.1.7_postcss@8.4.19: + /postcss-merge-longhand/5.1.7_postcss@8.4.20: resolution: { integrity: sha512-YCI9gZB+PLNskrK0BB3/2OzPnGhPkBEwmwhfYk1ilBHYVAZB7/tkTHFBAnCrvBBOmeYyMYw3DMjT55SyxMBzjQ== @@ -5730,12 +5740,12 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.19 + postcss: 8.4.20 postcss-value-parser: 4.2.0 - stylehacks: 5.1.1_postcss@8.4.19 + stylehacks: 5.1.1_postcss@8.4.20 dev: true - /postcss-merge-rules/5.1.3_postcss@8.4.19: + /postcss-merge-rules/5.1.3_postcss@8.4.20: resolution: { integrity: sha512-LbLd7uFC00vpOuMvyZop8+vvhnfRGpp2S+IMQKeuOZZapPRY4SMq5ErjQeHbHsjCUgJkRNrlU+LmxsKIqPKQlA== @@ -5746,12 +5756,12 @@ packages: dependencies: browserslist: 4.21.4 caniuse-api: 3.0.0 - cssnano-utils: 3.1.0_postcss@8.4.19 - postcss: 8.4.19 + cssnano-utils: 3.1.0_postcss@8.4.20 + postcss: 8.4.20 postcss-selector-parser: 6.0.11 dev: true - /postcss-minify-font-values/5.1.0_postcss@8.4.19: + /postcss-minify-font-values/5.1.0_postcss@8.4.20: resolution: { integrity: sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA== @@ -5760,11 +5770,11 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.19 + postcss: 8.4.20 postcss-value-parser: 4.2.0 dev: true - /postcss-minify-gradients/5.1.1_postcss@8.4.19: + /postcss-minify-gradients/5.1.1_postcss@8.4.20: resolution: { integrity: sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw== @@ -5774,12 +5784,12 @@ packages: postcss: ^8.2.15 dependencies: colord: 2.9.3 - cssnano-utils: 3.1.0_postcss@8.4.19 - postcss: 8.4.19 + cssnano-utils: 3.1.0_postcss@8.4.20 + postcss: 8.4.20 postcss-value-parser: 4.2.0 dev: true - /postcss-minify-params/5.1.4_postcss@8.4.19: + /postcss-minify-params/5.1.4_postcss@8.4.20: resolution: { integrity: sha512-+mePA3MgdmVmv6g+30rn57USjOGSAyuxUmkfiWpzalZ8aiBkdPYjXWtHuwJGm1v5Ojy0Z0LaSYhHaLJQB0P8Jw== @@ -5789,12 +5799,12 @@ packages: postcss: ^8.2.15 dependencies: browserslist: 4.21.4 - cssnano-utils: 3.1.0_postcss@8.4.19 - postcss: 8.4.19 + cssnano-utils: 3.1.0_postcss@8.4.20 + postcss: 8.4.20 postcss-value-parser: 4.2.0 dev: true - /postcss-minify-selectors/5.2.1_postcss@8.4.19: + /postcss-minify-selectors/5.2.1_postcss@8.4.20: resolution: { integrity: sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg== @@ -5803,11 +5813,11 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.19 + postcss: 8.4.20 postcss-selector-parser: 6.0.11 dev: true - /postcss-nested/6.0.0_postcss@8.4.19: + /postcss-nested/6.0.0_postcss@8.4.20: resolution: { integrity: sha512-0DkamqrPcmkBDsLn+vQDIrtkSbNkv5AD/M322ySo9kqFkCIYklym2xEmWkwo+Y3/qZo34tzEPNUw4y7yMCdv5w== @@ -5816,11 +5826,11 @@ packages: peerDependencies: postcss: ^8.2.14 dependencies: - postcss: 8.4.19 + postcss: 8.4.20 postcss-selector-parser: 6.0.11 dev: true - /postcss-normalize-charset/5.1.0_postcss@8.4.19: + /postcss-normalize-charset/5.1.0_postcss@8.4.20: resolution: { integrity: sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg== @@ -5829,10 +5839,10 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.19 + postcss: 8.4.20 dev: true - /postcss-normalize-display-values/5.1.0_postcss@8.4.19: + /postcss-normalize-display-values/5.1.0_postcss@8.4.20: resolution: { integrity: sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA== @@ -5841,11 +5851,11 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.19 + postcss: 8.4.20 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-positions/5.1.1_postcss@8.4.19: + /postcss-normalize-positions/5.1.1_postcss@8.4.20: resolution: { integrity: sha512-6UpCb0G4eofTCQLFVuI3EVNZzBNPiIKcA1AKVka+31fTVySphr3VUgAIULBhxZkKgwLImhzMR2Bw1ORK+37INg== @@ -5854,11 +5864,11 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.19 + postcss: 8.4.20 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-repeat-style/5.1.1_postcss@8.4.19: + /postcss-normalize-repeat-style/5.1.1_postcss@8.4.20: resolution: { integrity: sha512-mFpLspGWkQtBcWIRFLmewo8aC3ImN2i/J3v8YCFUwDnPu3Xz4rLohDO26lGjwNsQxB3YF0KKRwspGzE2JEuS0g== @@ -5867,11 +5877,11 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.19 + postcss: 8.4.20 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-string/5.1.0_postcss@8.4.19: + /postcss-normalize-string/5.1.0_postcss@8.4.20: resolution: { integrity: sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w== @@ -5880,11 +5890,11 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.19 + postcss: 8.4.20 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-timing-functions/5.1.0_postcss@8.4.19: + /postcss-normalize-timing-functions/5.1.0_postcss@8.4.20: resolution: { integrity: sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg== @@ -5893,11 +5903,11 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.19 + postcss: 8.4.20 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-unicode/5.1.1_postcss@8.4.19: + /postcss-normalize-unicode/5.1.1_postcss@8.4.20: resolution: { integrity: sha512-qnCL5jzkNUmKVhZoENp1mJiGNPcsJCs1aaRmURmeJGES23Z/ajaln+EPTD+rBeNkSryI+2WTdW+lwcVdOikrpA== @@ -5907,11 +5917,11 @@ packages: postcss: ^8.2.15 dependencies: browserslist: 4.21.4 - postcss: 8.4.19 + postcss: 8.4.20 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-url/5.1.0_postcss@8.4.19: + /postcss-normalize-url/5.1.0_postcss@8.4.20: resolution: { integrity: sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew== @@ -5921,11 +5931,11 @@ packages: postcss: ^8.2.15 dependencies: normalize-url: 6.1.0 - postcss: 8.4.19 + postcss: 8.4.20 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-whitespace/5.1.1_postcss@8.4.19: + /postcss-normalize-whitespace/5.1.1_postcss@8.4.20: resolution: { integrity: sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA== @@ -5934,11 +5944,11 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.19 + postcss: 8.4.20 postcss-value-parser: 4.2.0 dev: true - /postcss-ordered-values/5.1.3_postcss@8.4.19: + /postcss-ordered-values/5.1.3_postcss@8.4.20: resolution: { integrity: sha512-9UO79VUhPwEkzbb3RNpqqghc6lcYej1aveQteWY+4POIwlqkYE21HKWaLDF6lWNuqCobEAyTovVhtI32Rbv2RQ== @@ -5947,12 +5957,12 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - cssnano-utils: 3.1.0_postcss@8.4.19 - postcss: 8.4.19 + cssnano-utils: 3.1.0_postcss@8.4.20 + postcss: 8.4.20 postcss-value-parser: 4.2.0 dev: true - /postcss-reduce-initial/5.1.1_postcss@8.4.19: + /postcss-reduce-initial/5.1.1_postcss@8.4.20: resolution: { integrity: sha512-//jeDqWcHPuXGZLoolFrUXBDyuEGbr9S2rMo19bkTIjBQ4PqkaO+oI8wua5BOUxpfi97i3PCoInsiFIEBfkm9w== @@ -5963,10 +5973,10 @@ packages: dependencies: browserslist: 4.21.4 caniuse-api: 3.0.0 - postcss: 8.4.19 + postcss: 8.4.20 dev: true - /postcss-reduce-transforms/5.1.0_postcss@8.4.19: + /postcss-reduce-transforms/5.1.0_postcss@8.4.20: resolution: { integrity: sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ== @@ -5975,7 +5985,7 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.19 + postcss: 8.4.20 postcss-value-parser: 4.2.0 dev: true @@ -5986,7 +5996,7 @@ packages: } dev: true - /postcss-safe-parser/6.0.0_postcss@8.4.19: + /postcss-safe-parser/6.0.0_postcss@8.4.20: resolution: { integrity: sha512-FARHN8pwH+WiS2OPCxJI8FuRJpTVnn6ZNFiqAM2aeW2LwTHWWmWgIyKC6cUo0L8aeKiF/14MNvnpls6R2PBeMQ== @@ -5995,19 +6005,19 @@ packages: peerDependencies: postcss: ^8.3.3 dependencies: - postcss: 8.4.19 + postcss: 8.4.20 dev: true - /postcss-scss/4.0.5_postcss@8.4.19: + /postcss-scss/4.0.6_postcss@8.4.20: resolution: { - integrity: sha512-F7xpB6TrXyqUh3GKdyB4Gkp3QL3DDW1+uI+gxx/oJnUt/qXI4trj5OGlp9rOKdoABGULuqtqeG+3HEVQk4DjmA== + integrity: sha512-rLDPhJY4z/i4nVFZ27j9GqLxj1pwxE80eAzUNRMXtcpipFYIeowerzBgG3yJhMtObGEXidtIgbUpQ3eLDsf5OQ== } engines: { node: ">=12.0" } peerDependencies: - postcss: ^8.3.3 + postcss: ^8.4.19 dependencies: - postcss: 8.4.19 + postcss: 8.4.20 dev: true /postcss-selector-parser/6.0.11: @@ -6021,7 +6031,7 @@ packages: util-deprecate: 1.0.2 dev: true - /postcss-sorting/7.0.1_postcss@8.4.19: + /postcss-sorting/7.0.1_postcss@8.4.20: resolution: { integrity: sha512-iLBFYz6VRYyLJEJsBJ8M3TCqNcckVzz4wFounSc5Oez35ogE/X+aoC5fFu103Ot7NyvjU3/xqIXn93Gp3kJk4g== @@ -6029,10 +6039,10 @@ packages: peerDependencies: postcss: ^8.3.9 dependencies: - postcss: 8.4.19 + postcss: 8.4.20 dev: true - /postcss-svgo/5.1.0_postcss@8.4.19: + /postcss-svgo/5.1.0_postcss@8.4.20: resolution: { integrity: sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA== @@ -6041,12 +6051,12 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.19 + postcss: 8.4.20 postcss-value-parser: 4.2.0 svgo: 2.8.0 dev: true - /postcss-unique-selectors/5.1.1_postcss@8.4.19: + /postcss-unique-selectors/5.1.1_postcss@8.4.20: resolution: { integrity: sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA== @@ -6055,7 +6065,7 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.19 + postcss: 8.4.20 postcss-selector-parser: 6.0.11 dev: true @@ -6066,10 +6076,10 @@ packages: } dev: true - /postcss/8.4.19: + /postcss/8.4.20: resolution: { - integrity: sha512-h+pbPsyhlYj6N2ozBmHhHrs9DzGmbaarbLvWipMRO7RLS+v4onj26MPFXA5OBYFxyqYhUJK456SwDcY9H2/zsA== + integrity: sha512-6Q04AXR1212bXr5fh03u8aAwbLxAQNGQ/Q1LNa0VfOI06ZAlhPHtQvE4OIdpj4kLThXilalPnmDSOD65DcHt+g== } engines: { node: ^10 || ^12 || >=14 } dependencies: @@ -6095,16 +6105,16 @@ packages: fast-diff: 1.2.0 dev: true - /prettier/2.8.0: + /prettier/2.8.1: resolution: { - integrity: sha512-9Lmg8hTFZKG0Asr/kW9Bp8tJjRVluO8EJQVfY2T7FMw9T5jy4I/Uvx0Rca/XWf50QQ1/SS48+6IJWnrb+2yemA== + integrity: sha512-lqGoSJBQNJidqCHE80vqZJHWHRFoNYsSpP9AjFhlhi9ODCJA541svILes/+/1GM3VaL/abZi7cpFzOpdR9UPKg== } engines: { node: ">=10.13.0" } hasBin: true dev: true - /pretty-quick/3.1.1_prettier@2.8.0: + /pretty-quick/3.1.1_prettier@2.8.1: resolution: { integrity: sha512-ZYLGiMoV2jcaas3vTJrLvKAYsxDoXQBUn8OSTxkl67Fyov9lyXivJTl0+2WVh+y6EovGcw7Lm5ThYpH+Sh3XxQ== @@ -6117,10 +6127,10 @@ packages: chalk: 3.0.0 execa: 4.1.0 find-up: 4.1.0 - ignore: 5.2.0 + ignore: 5.2.1 mri: 1.2.0 multimatch: 4.0.0 - prettier: 2.8.0 + prettier: 2.8.1 dev: true /process/0.11.10: @@ -6431,10 +6441,10 @@ packages: queue-microtask: 1.2.3 dev: true - /rxjs/7.5.7: + /rxjs/7.6.0: resolution: { - integrity: sha512-z9MzKh/UcOqB3i20H6rtrlaE/CgjLOvheWK/9ILrbhROGTweAi1BaFsTT9FbwZi5Trr1qNRs+MXkhmR06awzQA== + integrity: sha512-DDa7d8TFNUalGC9VqXvQ1euWNN7sc63TrUCuM9J998+ViviahMIjKSOU7rfcgFOF+FCD71BhDRv4hrFz+ImDLQ== } dependencies: tslib: 2.4.1 @@ -6447,7 +6457,7 @@ packages: } dev: true - /sass-loader/13.2.0_sass@1.56.1: + /sass-loader/13.2.0_sass@1.56.2: resolution: { integrity: sha512-JWEp48djQA4nbZxmgC02/Wh0eroSUutulROUusYJO9P9zltRbNN80JCBHqRGzjd4cmZCa/r88xgfkjGD0TXsHg== @@ -6473,13 +6483,13 @@ packages: dependencies: klona: 2.0.5 neo-async: 2.6.2 - sass: 1.56.1 + sass: 1.56.2 dev: true - /sass/1.56.1: + /sass/1.56.2: resolution: { - integrity: sha512-VpEyKpyBPCxE7qGDtOcdJ6fFbcpOM+Emu7uZLxVrkX8KVU/Dp5UF7WLvzqRuUhB6mqqQt1xffLoG+AndxTZrCQ== + integrity: sha512-ciEJhnyCRwzlBCB+h5cCPM6ie/6f8HrhZMQOf5vlU60Y1bI1rx5Zb0vlDZvaycHsg/MqFfF1Eq2eokAa32iw8w== } engines: { node: ">=12.0.0" } hasBin: true @@ -6648,6 +6658,7 @@ packages: { integrity: sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA== } + deprecated: Please use @jridgewell/sourcemap-codec instead /spdx-correct/3.1.1: resolution: @@ -6809,7 +6820,7 @@ packages: tslib: 2.4.0 dev: false - /stylehacks/5.1.1_postcss@8.4.19: + /stylehacks/5.1.1_postcss@8.4.20: resolution: { integrity: sha512-sBpcd5Hx7G6seo7b1LkpttvTz7ikD0LlH5RmdcBNb6fFR0Fl7LQwHDFr300q4cwUqi+IYrFGmsIHieMBfnN/Bw== @@ -6819,11 +6830,11 @@ packages: postcss: ^8.2.15 dependencies: browserslist: 4.21.4 - postcss: 8.4.19 + postcss: 8.4.20 postcss-selector-parser: 6.0.11 dev: true - /stylelint-config-html/1.1.0_qendsqix7hqecpnpx4fjs6qry4: + /stylelint-config-html/1.1.0_bto6pmslw3cibsiuq6smxboytq: resolution: { integrity: sha512-IZv4IVESjKLumUGi+HWeb7skgO6/g4VMuAYrJdlqQFndgbj6WJAXPhaysvBiXefX79upBdQVumgYcdd17gCpjQ== @@ -6834,10 +6845,10 @@ packages: stylelint: ">=14.0.0" dependencies: postcss-html: 1.5.0 - stylelint: 14.15.0 + stylelint: 14.16.0 dev: true - /stylelint-config-prettier/9.0.4_stylelint@14.15.0: + /stylelint-config-prettier/9.0.4_stylelint@14.16.0: resolution: { integrity: sha512-38nIGTGpFOiK5LjJ8Ma1yUgpKENxoKSOhbDNSemY7Ep0VsJoXIW9Iq/2hSt699oB9tReynfWicTAoIHiq8Rvbg== @@ -6847,10 +6858,10 @@ packages: peerDependencies: stylelint: ">=11.0.0" dependencies: - stylelint: 14.15.0 + stylelint: 14.16.0 dev: true - /stylelint-config-recommended/9.0.0_stylelint@14.15.0: + /stylelint-config-recommended/9.0.0_stylelint@14.16.0: resolution: { integrity: sha512-9YQSrJq4NvvRuTbzDsWX3rrFOzOlYBmZP+o513BJN/yfEmGSr0AxdvrWs0P/ilSpVV/wisamAHu5XSk8Rcf4CQ== @@ -6858,10 +6869,10 @@ packages: peerDependencies: stylelint: ^14.10.0 dependencies: - stylelint: 14.15.0 + stylelint: 14.16.0 dev: true - /stylelint-config-standard/29.0.0_stylelint@14.15.0: + /stylelint-config-standard/29.0.0_stylelint@14.16.0: resolution: { integrity: sha512-uy8tZLbfq6ZrXy4JKu3W+7lYLgRQBxYTUUB88vPgQ+ZzAxdrvcaSUW9hOMNLYBnwH+9Kkj19M2DHdZ4gKwI7tg== @@ -6869,11 +6880,11 @@ packages: peerDependencies: stylelint: ^14.14.0 dependencies: - stylelint: 14.15.0 - stylelint-config-recommended: 9.0.0_stylelint@14.15.0 + stylelint: 14.16.0 + stylelint-config-recommended: 9.0.0_stylelint@14.16.0 dev: true - /stylelint-order/5.0.0_stylelint@14.15.0: + /stylelint-order/5.0.0_stylelint@14.16.0: resolution: { integrity: sha512-OWQ7pmicXufDw5BlRqzdz3fkGKJPgLyDwD1rFY3AIEfIH/LQY38Vu/85v8/up0I+VPiuGRwbc2Hg3zLAsJaiyw== @@ -6881,20 +6892,20 @@ packages: peerDependencies: stylelint: ^14.0.0 dependencies: - postcss: 8.4.19 - postcss-sorting: 7.0.1_postcss@8.4.19 - stylelint: 14.15.0 + postcss: 8.4.20 + postcss-sorting: 7.0.1_postcss@8.4.20 + stylelint: 14.16.0 dev: true - /stylelint/14.15.0: + /stylelint/14.16.0: resolution: { - integrity: sha512-JOgDAo5QRsqiOZPZO+B9rKJvBm64S0xasbuRPAbPs6/vQDgDCnZLIiw6XcAS6GQKk9k1sBWR6rmH3Mfj8OknKg== + integrity: sha512-X6uTi9DcxjzLV8ZUAjit1vsRtSwcls0nl07c9rqOPzvpA8IvTX/xWEkBRowS0ffevRrqkHa/ThDEu86u73FQDg== } engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } hasBin: true dependencies: - "@csstools/selector-specificity": 2.0.2_tbwh2mpcdwdeb2slx6bobindua + "@csstools/selector-specificity": 2.0.2_2xshye3abirqjlplmebvmaxyna balanced-match: 2.0.0 colord: 2.9.3 cosmiconfig: 7.1.0 @@ -6907,7 +6918,7 @@ packages: globby: 11.1.0 globjoin: 0.1.4 html-tags: 3.2.0 - ignore: 5.2.0 + ignore: 5.2.1 import-lazy: 4.0.0 imurmurhash: 0.1.4 is-plain-object: 5.0.0 @@ -6917,10 +6928,10 @@ packages: micromatch: 4.0.5 normalize-path: 3.0.0 picocolors: 1.0.0 - postcss: 8.4.19 + postcss: 8.4.20 postcss-media-query-parser: 0.2.3 postcss-resolve-nested-selector: 0.1.1 - postcss-safe-parser: 6.0.0_postcss@8.4.19 + postcss-safe-parser: 6.0.0_postcss@8.4.20 postcss-selector-parser: 6.0.11 postcss-value-parser: 4.2.0 resolve-from: 5.0.0 @@ -7010,7 +7021,7 @@ packages: "@trysound/sax": 0.2.0 commander: 7.2.0 css-select: 5.1.0 - css-tree: 2.2.1 + css-tree: 2.3.0 csso: 5.0.5 picocolors: 1.0.0 dev: true @@ -7036,7 +7047,7 @@ packages: strip-ansi: 6.0.1 dev: true - /tailwindcss/3.2.4_postcss@8.4.19: + /tailwindcss/3.2.4_postcss@8.4.20: resolution: { integrity: sha512-AhwtHCKMtR71JgeYDaswmZXhPcW9iuI9Sp2LvZPo9upDZ7231ZJ7eA9RaURbhpXGVlrjX4cFNlB4ieTetEb7hQ== @@ -7060,11 +7071,11 @@ packages: normalize-path: 3.0.0 object-hash: 3.0.0 picocolors: 1.0.0 - postcss: 8.4.19 - postcss-import: 14.1.0_postcss@8.4.19 - postcss-js: 4.0.0_postcss@8.4.19 - postcss-load-config: 3.1.4_postcss@8.4.19 - postcss-nested: 6.0.0_postcss@8.4.19 + postcss: 8.4.20 + postcss-import: 14.1.0_postcss@8.4.20 + postcss-js: 4.0.0_postcss@8.4.20 + postcss-load-config: 3.1.4_postcss@8.4.20 + postcss-nested: 6.0.0_postcss@8.4.20 postcss-selector-parser: 6.0.11 postcss-value-parser: 4.2.0 quick-lru: 5.1.1 @@ -7073,10 +7084,10 @@ packages: - ts-node dev: true - /terser/5.16.0: + /terser/5.16.1: resolution: { - integrity: sha512-KjTV81QKStSfwbNiwlBXfcgMcOloyuRdb62/iLFPGBcVNF4EXjhdYBhYHmbJpiBrVxZhDvltE11j+LBQUxEEJg== + integrity: sha512-xvQfyfA1ayT0qdK47zskQgRZeWLoOQ8JQ6mIgRGVNwZKdQMU+5FkCBjmv4QjcrTzyZquRw2FVtlJSRUmMKQslw== } engines: { node: ">=10" } hasBin: true @@ -7143,7 +7154,7 @@ packages: engines: { node: ">=8" } dev: true - /ts-node/9.1.1_typescript@4.9.3: + /ts-node/9.1.1_typescript@4.9.4: resolution: { integrity: sha512-hPlt7ZACERQGf03M253ytLY3dHbGNGrAq9qIHWUY9XHYl1z7wYngSr3OQ5xmui8o2AaxsONxIzjafLUiWBo1Fg== @@ -7158,7 +7169,7 @@ packages: diff: 4.0.2 make-error: 1.3.6 source-map-support: 0.5.21 - typescript: 4.9.3 + typescript: 4.9.4 yn: 3.1.1 dev: true @@ -7190,7 +7201,7 @@ packages: } dev: true - /tsutils/3.21.0_typescript@4.9.3: + /tsutils/3.21.0_typescript@4.9.4: resolution: { integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA== @@ -7200,7 +7211,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.9.3 + typescript: 4.9.4 dev: true /type-check/0.4.0: @@ -7253,10 +7264,10 @@ packages: engines: { node: ">=8" } dev: true - /typescript/4.9.3: + /typescript/4.9.4: resolution: { - integrity: sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA== + integrity: sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg== } engines: { node: ">=4.2.0" } hasBin: true @@ -7286,20 +7297,20 @@ packages: dependencies: "@rollup/pluginutils": 4.2.1 "@vue-macros/common": 0.13.4 - ast-walker-scope: 0.3.0 - unplugin: 1.0.0 + ast-walker-scope: 0.3.1 + unplugin: 1.0.1 dev: true - /unplugin/1.0.0: + /unplugin/1.0.1: resolution: { - integrity: sha512-H5UnBUxfhTXBXGo2AwKsl0UaLSHzSNDZNehPQSgdhVfO/t+XAS1Yoj3vmLrrlBrS9ZwtH5tejbX/TCp5DcyCKg== + integrity: sha512-aqrHaVBWW1JVKBHmGo33T5TxeL0qWzfvjWokObHA9bYmN7eNDkwOxmLjhioHl9878qDFMAaT51XNroRyuz7WxA== } dependencies: acorn: 8.8.1 chokidar: 3.5.3 webpack-sources: 3.2.3 - webpack-virtual-modules: 0.4.6 + webpack-virtual-modules: 0.5.0 dev: true /update-browserslist-db/1.0.10_browserslist@4.21.4: @@ -7396,7 +7407,7 @@ packages: chalk: 4.1.2 debug: 4.3.4 fs-extra: 10.1.0 - vite: 3.1.8_sass@1.56.1+terser@5.16.0 + vite: 3.1.8_sass@1.56.2+terser@5.16.1 transitivePeerDependencies: - supports-color dev: true @@ -7421,7 +7432,7 @@ packages: fast-glob: 3.2.12 mockjs: 1.1.0 path-to-regexp: 6.2.1 - vite: 3.1.8_sass@1.56.1+terser@5.16.0 + vite: 3.1.8_sass@1.56.2+terser@5.16.1 transitivePeerDependencies: - rollup - supports-color @@ -7444,7 +7455,7 @@ packages: svgo: 2.8.0 dev: true - /vite/3.1.8_sass@1.56.1+terser@5.16.0: + /vite/3.1.8_sass@1.56.2+terser@5.16.1: resolution: { integrity: sha512-m7jJe3nufUbuOfotkntGFupinL/fmuTNuQmiVE7cH2IZMuf4UbfbGYMUT3jVWgGYuRVLY9j8NnrRqgw5rr5QTg== @@ -7466,12 +7477,12 @@ packages: terser: optional: true dependencies: - esbuild: 0.15.15 - postcss: 8.4.19 + esbuild: 0.15.18 + postcss: 8.4.20 resolve: 1.22.1 rollup: 2.78.1 - sass: 1.56.1 - terser: 5.16.0 + sass: 1.56.2 + terser: 5.16.1 optionalDependencies: fsevents: 2.3.2 dev: true @@ -7494,7 +7505,7 @@ packages: vue: 3.2.45 dev: false - /vue-eslint-parser/9.1.0_eslint@8.28.0: + /vue-eslint-parser/9.1.0_eslint@8.29.0: resolution: { integrity: sha512-NGn/iQy8/Wb7RrRa4aRkokyCZfOUWk19OP5HP6JEozQFX5AoS/t+Z0ZN7FY4LlmWc4FNI922V7cvX28zctN8dQ== @@ -7504,7 +7515,7 @@ packages: eslint: ">=6.0.0" dependencies: debug: 4.3.4 - eslint: 8.28.0 + eslint: 8.29.0 eslint-scope: 7.1.1 eslint-visitor-keys: 3.3.0 espree: 9.4.1 @@ -7537,18 +7548,18 @@ packages: he: 1.2.0 dev: true - /vue-tsc/1.0.9_typescript@4.9.3: + /vue-tsc/1.0.13_typescript@4.9.4: resolution: { - integrity: sha512-vRmHD1K6DmBymNhoHjQy/aYKTRQNLGOu2/ESasChG9Vy113K6CdP0NlhR0bzgFJfv2eFB9Ez/9L5kIciUajBxQ== + integrity: sha512-DORISA3Fu9595xbg5HQqUj4XZVvkyRkcZFJCkCt1CeN7tIMgVRQ8ow07AKcbuHoEkqg7OI4qLu1wyC/VH3o5Ug== } hasBin: true peerDependencies: typescript: "*" dependencies: - "@volar/vue-language-core": 1.0.9 - "@volar/vue-typescript": 1.0.9 - typescript: 4.9.3 + "@volar/vue-language-core": 1.0.13 + "@volar/vue-typescript": 1.0.13 + typescript: 4.9.4 dev: true /vue-types/4.2.1_vue@3.2.45: @@ -7584,10 +7595,10 @@ packages: engines: { node: ">=10.13.0" } dev: true - /webpack-virtual-modules/0.4.6: + /webpack-virtual-modules/0.5.0: resolution: { - integrity: sha512-5tyDlKLqPfMqjT3Q9TAqf2YqjwmnUleZwzJi1A5qXnlBCdj2AtOJ6wAWdglTIDOPgOiOrXeBeFcsQ8+aGQ6QbA== + integrity: sha512-kyDivFZ7ZM0BVOUteVbDFhlRt7Ah/CSPwJdi8hBpkK7QLumUqdLtVfm/PX/hkcnrvr0i77fO5+TjZ94Pe+C9iw== } dev: true @@ -7749,10 +7760,10 @@ packages: engines: { node: ">=10" } dev: true - /zrender/5.4.0: + /zrender/5.4.1: resolution: { - integrity: sha512-rOS09Z2HSVGFs2dn/TuYk5BlCaZcVe8UDLLjj1ySYF828LATKKdxuakSZMvrDz54yiKPDYVfjdKqcX8Jky3BIA== + integrity: sha512-M4Z05BHWtajY2241EmMPHglDQAJ1UyHQcYsxDNzD9XLSkPDqMq4bB28v9Pb4mvHnVQ0GxyTklZ/69xCFP6RXBA== } dependencies: tslib: 2.3.0 diff --git a/public/serverConfig.json b/public/serverConfig.json index 98ad4be..08b1aa5 100644 --- a/public/serverConfig.json +++ b/public/serverConfig.json @@ -1,5 +1,5 @@ { - "Version": "3.9.4", + "Version": "3.9.5", "Title": "PureAdmin", "FixedHeader": true, "HiddenSideBar": false, diff --git a/src/layout/components/search/components/SearchModal.vue b/src/layout/components/search/components/SearchModal.vue index fb9a61e..d515335 100644 --- a/src/layout/components/search/components/SearchModal.vue +++ b/src/layout/components/search/components/SearchModal.vue @@ -1,6 +1,6 @@