Browse Source

chore: update deps

main
xingyuv 2 years ago
parent
commit
7dccdf502e
  1. 6
      README.md
  2. BIN
      docimg/wx.jpg
  3. 32
      package.json
  4. 354
      pnpm-lock.yaml

6
README.md

@ -29,9 +29,9 @@
| --- | --- | --- | | --- | --- | --- |
| [Vue](https://staging-cn.vuejs.org/) | Vue 框架 | 3.2.47 | | [Vue](https://staging-cn.vuejs.org/) | Vue 框架 | 3.2.47 |
| [Vite](https://cn.vitejs.dev//) | 开发与构建工具 | 4.2.1 | | [Vite](https://cn.vitejs.dev//) | 开发与构建工具 | 4.2.1 |
| [ant-design-vue](https://antdv.com/) | ant-design-vue | 3.2.16 | | [ant-design-vue](https://antdv.com/) | ant-design-vue | 3.2.17 |
| [TypeScript](https://www.typescriptlang.org/docs/) | JavaScript 的超集 | 5.0.2 | | [TypeScript](https://www.typescriptlang.org/docs/) | JavaScript 的超集 | 5.0.4 |
| [pinia](https://pinia.vuejs.org/) | Vue 存储库 替代 vuex5 | 2.0.33 | | [pinia](https://pinia.vuejs.org/) | Vue 存储库 替代 vuex5 | 2.0.34 |
| [vueuse](https://vueuse.org/) | 常用工具集 | 9.13.0 | | [vueuse](https://vueuse.org/) | 常用工具集 | 9.13.0 |
| [vue-i18n](https://kazupon.github.io/vue-i18n/zh/introduction.html/) | 国际化 | 9.2.2 | | [vue-i18n](https://kazupon.github.io/vue-i18n/zh/introduction.html/) | 国际化 | 9.2.2 |
| [vue-router](https://router.vuejs.org/) | Vue 路由 | 4.1.6 | | [vue-router](https://router.vuejs.org/) | Vue 路由 | 4.1.6 |

BIN
docimg/wx.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 144 KiB

After

Width:  |  Height:  |  Size: 144 KiB

32
package.json

@ -38,8 +38,8 @@
"@vue/runtime-core": "^3.2.47", "@vue/runtime-core": "^3.2.47",
"@vueuse/core": "^9.13.0", "@vueuse/core": "^9.13.0",
"@zxcvbn-ts/core": "^2.2.1", "@zxcvbn-ts/core": "^2.2.1",
"ant-design-vue": "^3.2.16", "ant-design-vue": "^3.2.17",
"axios": "^1.3.4", "axios": "^1.3.5",
"codemirror": "^5.65.3", "codemirror": "^5.65.3",
"cropperjs": "^1.5.13", "cropperjs": "^1.5.13",
"crypto-js": "^4.1.1", "crypto-js": "^4.1.1",
@ -49,7 +49,7 @@
"lodash-es": "^4.17.21", "lodash-es": "^4.17.21",
"nprogress": "^0.2.0", "nprogress": "^0.2.0",
"path-to-regexp": "^6.2.1", "path-to-regexp": "^6.2.1",
"pinia": "^2.0.33", "pinia": "^2.0.34",
"print-js": "^1.6.0", "print-js": "^1.6.0",
"qrcode": "^1.5.1", "qrcode": "^1.5.1",
"qs": "^6.11.1", "qs": "^6.11.1",
@ -67,7 +67,7 @@
"devDependencies": { "devDependencies": {
"@commitlint/cli": "^17.5.1", "@commitlint/cli": "^17.5.1",
"@commitlint/config-conventional": "^17.4.4", "@commitlint/config-conventional": "^17.4.4",
"@iconify/json": "^2.2.40", "@iconify/json": "^2.2.47",
"@purge-icons/generated": "^0.9.0", "@purge-icons/generated": "^0.9.0",
"@types/codemirror": "^5.60.5", "@types/codemirror": "^5.60.5",
"@types/crypto-js": "^4.1.1", "@types/crypto-js": "^4.1.1",
@ -80,8 +80,8 @@
"@types/qrcode": "^1.5.0", "@types/qrcode": "^1.5.0",
"@types/qs": "^6.9.7", "@types/qs": "^6.9.7",
"@types/sortablejs": "^1.15.1", "@types/sortablejs": "^1.15.1",
"@typescript-eslint/eslint-plugin": "^5.57.0", "@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.0", "@typescript-eslint/parser": "^5.57.1",
"@vitejs/plugin-vue": "^4.1.0", "@vitejs/plugin-vue": "^4.1.0",
"@vitejs/plugin-vue-jsx": "^3.0.1", "@vitejs/plugin-vue-jsx": "^3.0.1",
"@vue/compiler-sfc": "^3.2.47", "@vue/compiler-sfc": "^3.2.47",
@ -91,7 +91,7 @@
"cz-git": "^1.6.1", "cz-git": "^1.6.1",
"czg": "^1.6.1", "czg": "^1.6.1",
"dotenv": "^16.0.3", "dotenv": "^16.0.3",
"eslint": "^8.37.0", "eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0", "eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1", "eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.10.0", "eslint-plugin-vue": "^9.10.0",
@ -100,27 +100,27 @@
"husky": "^8.0.3", "husky": "^8.0.3",
"inquirer": "^9.1.5", "inquirer": "^9.1.5",
"less": "^4.1.3", "less": "^4.1.3",
"lint-staged": "^13.2.0", "lint-staged": "^13.2.1",
"picocolors": "^1.0.0", "picocolors": "^1.0.0",
"postcss": "^8.4.21", "postcss": "^8.4.21",
"postcss-html": "^1.5.0", "postcss-html": "^1.5.0",
"postcss-less": "^6.0.0", "postcss-less": "^6.0.0",
"prettier": "^2.8.7", "prettier": "^2.8.7",
"rimraf": "^4.4.1", "rimraf": "^5.0.0",
"rollup": "^3.20.2", "rollup": "^3.20.2",
"rollup-plugin-visualizer": "^5.9.0", "rollup-plugin-visualizer": "^5.9.0",
"stylelint": "^15.3.0", "stylelint": "^15.4.0",
"stylelint-config-recommended": "^11.0.0", "stylelint-config-recommended": "^11.0.0",
"stylelint-config-recommended-vue": "^1.4.0", "stylelint-config-recommended-vue": "^1.4.0",
"stylelint-config-standard": "^31.0.0", "stylelint-config-standard": "^32.0.0",
"stylelint-order": "^6.0.3", "stylelint-order": "^6.0.3",
"terser": "^5.16.8", "terser": "^5.16.8",
"typescript": "^5.0.2", "typescript": "^5.0.4",
"unplugin-vue-setup-extend-plus": "^0.4.9", "unplugin-vue-setup-extend-plus": "^1.0.0",
"vite": "^4.2.1", "vite": "^4.2.1",
"vite-plugin-compression": "^0.5.1", "vite-plugin-compression": "^0.5.1",
"vite-plugin-mkcert": "^1.13.4", "vite-plugin-mkcert": "^1.14.0",
"vite-plugin-progress": "^0.0.6", "vite-plugin-progress": "^0.0.7",
"vite-plugin-purge-icons": "^0.9.2", "vite-plugin-purge-icons": "^0.9.2",
"vite-plugin-pwa": "^0.14.7", "vite-plugin-pwa": "^0.14.7",
"vite-plugin-style-import": "^2.0.0", "vite-plugin-style-import": "^2.0.0",
@ -128,7 +128,7 @@
"vite-plugin-windicss": "^1.8.10", "vite-plugin-windicss": "^1.8.10",
"vite-vue-plugin-html": "^1.0.1", "vite-vue-plugin-html": "^1.0.1",
"vite-vue-plugin-theme": "^1.0.0", "vite-vue-plugin-theme": "^1.0.0",
"vue-eslint-parser": "^9.1.0", "vue-eslint-parser": "^9.1.1",
"vue-tsc": "^1.2.0" "vue-tsc": "^1.2.0"
}, },
"repository": { "repository": {

354
pnpm-lock.yaml

@ -20,11 +20,11 @@ dependencies:
specifier: ^2.2.1 specifier: ^2.2.1
version: 2.2.1 version: 2.2.1
ant-design-vue: ant-design-vue:
specifier: ^3.2.16 specifier: ^3.2.17
version: 3.2.16(vue@3.2.47) version: 3.2.17(vue@3.2.47)
axios: axios:
specifier: ^1.3.4 specifier: ^1.3.5
version: 1.3.4(debug@4.3.4) version: 1.3.5(debug@4.3.4)
codemirror: codemirror:
specifier: ^5.65.3 specifier: ^5.65.3
version: 5.65.3 version: 5.65.3
@ -53,8 +53,8 @@ dependencies:
specifier: ^6.2.1 specifier: ^6.2.1
version: 6.2.1 version: 6.2.1
pinia: pinia:
specifier: ^2.0.33 specifier: ^2.0.34
version: 2.0.33(typescript@5.0.2)(vue@3.2.47) version: 2.0.34(typescript@5.0.4)(vue@3.2.47)
print-js: print-js:
specifier: ^1.6.0 specifier: ^1.6.0
version: 1.6.0 version: 1.6.0
@ -103,8 +103,8 @@ devDependencies:
specifier: ^17.4.4 specifier: ^17.4.4
version: 17.4.4 version: 17.4.4
'@iconify/json': '@iconify/json':
specifier: ^2.2.40 specifier: ^2.2.47
version: 2.2.40 version: 2.2.47
'@purge-icons/generated': '@purge-icons/generated':
specifier: ^0.9.0 specifier: ^0.9.0
version: 0.9.0 version: 0.9.0
@ -142,11 +142,11 @@ devDependencies:
specifier: ^1.15.1 specifier: ^1.15.1
version: 1.15.1 version: 1.15.1
'@typescript-eslint/eslint-plugin': '@typescript-eslint/eslint-plugin':
specifier: ^5.57.0 specifier: ^5.57.1
version: 5.57.0(@typescript-eslint/parser@5.57.0)(eslint@8.37.0)(typescript@5.0.2) version: 5.57.1(@typescript-eslint/parser@5.57.1)(eslint@8.38.0)(typescript@5.0.4)
'@typescript-eslint/parser': '@typescript-eslint/parser':
specifier: ^5.57.0 specifier: ^5.57.1
version: 5.57.0(eslint@8.37.0)(typescript@5.0.2) version: 5.57.1(eslint@8.38.0)(typescript@5.0.4)
'@vitejs/plugin-vue': '@vitejs/plugin-vue':
specifier: ^4.1.0 specifier: ^4.1.0
version: 4.1.0(vite@4.2.1)(vue@3.2.47) version: 4.1.0(vite@4.2.1)(vue@3.2.47)
@ -175,17 +175,17 @@ devDependencies:
specifier: ^16.0.3 specifier: ^16.0.3
version: 16.0.3 version: 16.0.3
eslint: eslint:
specifier: ^8.37.0 specifier: ^8.38.0
version: 8.37.0 version: 8.38.0
eslint-config-prettier: eslint-config-prettier:
specifier: ^8.8.0 specifier: ^8.8.0
version: 8.8.0(eslint@8.37.0) version: 8.8.0(eslint@8.38.0)
eslint-plugin-prettier: eslint-plugin-prettier:
specifier: ^4.2.1 specifier: ^4.2.1
version: 4.2.1(eslint-config-prettier@8.8.0)(eslint@8.37.0)(prettier@2.8.7) version: 4.2.1(eslint-config-prettier@8.8.0)(eslint@8.38.0)(prettier@2.8.7)
eslint-plugin-vue: eslint-plugin-vue:
specifier: ^9.10.0 specifier: ^9.10.0
version: 9.10.0(eslint@8.37.0) version: 9.10.0(eslint@8.38.0)
esno: esno:
specifier: ^0.16.3 specifier: ^0.16.3
version: 0.16.3 version: 0.16.3
@ -202,8 +202,8 @@ devDependencies:
specifier: ^4.1.3 specifier: ^4.1.3
version: 4.1.3 version: 4.1.3
lint-staged: lint-staged:
specifier: ^13.2.0 specifier: ^13.2.1
version: 13.2.0 version: 13.2.1
picocolors: picocolors:
specifier: ^1.0.0 specifier: ^1.0.0
version: 1.0.0 version: 1.0.0
@ -220,8 +220,8 @@ devDependencies:
specifier: ^2.8.7 specifier: ^2.8.7
version: 2.8.7 version: 2.8.7
rimraf: rimraf:
specifier: ^4.4.1 specifier: ^5.0.0
version: 4.4.1 version: 5.0.0
rollup: rollup:
specifier: ^3.20.2 specifier: ^3.20.2
version: 3.20.2 version: 3.20.2
@ -229,29 +229,29 @@ devDependencies:
specifier: ^5.9.0 specifier: ^5.9.0
version: 5.9.0(rollup@3.20.2) version: 5.9.0(rollup@3.20.2)
stylelint: stylelint:
specifier: ^15.3.0 specifier: ^15.4.0
version: 15.3.0 version: 15.4.0
stylelint-config-recommended: stylelint-config-recommended:
specifier: ^11.0.0 specifier: ^11.0.0
version: 11.0.0(stylelint@15.3.0) version: 11.0.0(stylelint@15.4.0)
stylelint-config-recommended-vue: stylelint-config-recommended-vue:
specifier: ^1.4.0 specifier: ^1.4.0
version: 1.4.0(postcss-html@1.5.0)(stylelint@15.3.0) version: 1.4.0(postcss-html@1.5.0)(stylelint@15.4.0)
stylelint-config-standard: stylelint-config-standard:
specifier: ^31.0.0 specifier: ^32.0.0
version: 31.0.0(stylelint@15.3.0) version: 32.0.0(stylelint@15.4.0)
stylelint-order: stylelint-order:
specifier: ^6.0.3 specifier: ^6.0.3
version: 6.0.3(stylelint@15.3.0) version: 6.0.3(stylelint@15.4.0)
terser: terser:
specifier: ^5.16.8 specifier: ^5.16.8
version: 5.16.8 version: 5.16.8
typescript: typescript:
specifier: ^5.0.2 specifier: ^5.0.4
version: 5.0.2 version: 5.0.4
unplugin-vue-setup-extend-plus: unplugin-vue-setup-extend-plus:
specifier: ^0.4.9 specifier: ^1.0.0
version: 0.4.9 version: 1.0.0
vite: vite:
specifier: ^4.2.1 specifier: ^4.2.1
version: 4.2.1(@types/node@18.15.7)(less@4.1.3)(terser@5.16.8) version: 4.2.1(@types/node@18.15.7)(less@4.1.3)(terser@5.16.8)
@ -259,11 +259,11 @@ devDependencies:
specifier: ^0.5.1 specifier: ^0.5.1
version: 0.5.1(vite@4.2.1) version: 0.5.1(vite@4.2.1)
vite-plugin-mkcert: vite-plugin-mkcert:
specifier: ^1.13.4 specifier: ^1.14.0
version: 1.13.4(vite@4.2.1) version: 1.14.0(vite@4.2.1)
vite-plugin-progress: vite-plugin-progress:
specifier: ^0.0.6 specifier: ^0.0.7
version: 0.0.6(vite@4.2.1) version: 0.0.7(vite@4.2.1)
vite-plugin-purge-icons: vite-plugin-purge-icons:
specifier: ^0.9.2 specifier: ^0.9.2
version: 0.9.2(vite@4.2.1) version: 0.9.2(vite@4.2.1)
@ -286,11 +286,11 @@ devDependencies:
specifier: ^1.0.0 specifier: ^1.0.0
version: 1.0.0(vite@4.2.1) version: 1.0.0(vite@4.2.1)
vue-eslint-parser: vue-eslint-parser:
specifier: ^9.1.0 specifier: ^9.1.1
version: 9.1.0(eslint@8.37.0) version: 9.1.1(eslint@8.38.0)
vue-tsc: vue-tsc:
specifier: ^1.2.0 specifier: ^1.2.0
version: 1.2.0(typescript@5.0.2) version: 1.2.0(typescript@5.0.4)
packages: packages:
@ -1609,13 +1609,13 @@ packages:
'@types/node': 18.15.7 '@types/node': 18.15.7
chalk: 4.1.2 chalk: 4.1.2
cosmiconfig: 8.1.3 cosmiconfig: 8.1.3
cosmiconfig-typescript-loader: 4.3.0(@types/node@18.15.7)(cosmiconfig@8.1.3)(ts-node@10.9.1)(typescript@5.0.2) cosmiconfig-typescript-loader: 4.3.0(@types/node@18.15.7)(cosmiconfig@8.1.3)(ts-node@10.9.1)(typescript@5.0.4)
lodash.isplainobject: 4.0.6 lodash.isplainobject: 4.0.6
lodash.merge: 4.6.2 lodash.merge: 4.6.2
lodash.uniq: 4.5.0 lodash.uniq: 4.5.0
resolve-from: 5.0.0 resolve-from: 5.0.0
ts-node: 10.9.1(@types/node@18.15.7)(typescript@5.0.2) ts-node: 10.9.1(@types/node@18.15.7)(typescript@5.0.4)
typescript: 5.0.2 typescript: 5.0.4
transitivePeerDependencies: transitivePeerDependencies:
- '@swc/core' - '@swc/core'
- '@swc/wasm' - '@swc/wasm'
@ -1953,13 +1953,13 @@ packages:
dev: true dev: true
optional: true optional: true
/@eslint-community/eslint-utils@4.4.0(eslint@8.37.0): /@eslint-community/eslint-utils@4.4.0(eslint@8.38.0):
resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
dependencies: dependencies:
eslint: 8.37.0 eslint: 8.38.0
eslint-visitor-keys: 3.4.0 eslint-visitor-keys: 3.4.0
dev: true dev: true
@ -1985,8 +1985,8 @@ packages:
- supports-color - supports-color
dev: true dev: true
/@eslint/js@8.37.0: /@eslint/js@8.38.0:
resolution: {integrity: sha512-x5vzdtOOGgFVDCUs81QRB2+liax8rFg3+7hqM+QhBG0/G3F1ZsoYl97UrqgHgQ9KKT7G6c4V+aTUCgu/n22v1A==} resolution: {integrity: sha512-IoD2MfUnOV58ghIHCiil01PcohxjbYR/qCxsoC+xNgUwh1EY8jOOrYmu3d3a71+tJJ23uscEV4X2HJWMsPJu4g==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true dev: true
@ -2028,8 +2028,8 @@ packages:
dependencies: dependencies:
'@iconify/types': 2.0.0 '@iconify/types': 2.0.0
/@iconify/json@2.2.40: /@iconify/json@2.2.47:
resolution: {integrity: sha512-I6RVi9Y7xt1AXjJ4JKt3dnS5f/Jep1LyPUwDcc7ZlTgW5u7kcDoIjyAlE+ax5bBqxiR60s9qVVufMmjLSq5iUA==} resolution: {integrity: sha512-bXnPDAQ4YK6upTHjvrIFVpWnE74d5fvh2sButnGK7vMXXH+/78cj7hPZF8r5dC41coxx1Qmey92xalEZ3o9xBw==}
dependencies: dependencies:
'@iconify/types': 2.0.0 '@iconify/types': 2.0.0
pathe: 1.1.0 pathe: 1.1.0
@ -2542,8 +2542,8 @@ packages:
resolution: {integrity: sha512-oh8q2Zc32S6gd/j50GowEjKLoOVOwHP/bWVjKJInBwQqdOYMdPrf1oVlelTlyfFK3CKxL1uahMDAr+vy8T7yMQ==} resolution: {integrity: sha512-oh8q2Zc32S6gd/j50GowEjKLoOVOwHP/bWVjKJInBwQqdOYMdPrf1oVlelTlyfFK3CKxL1uahMDAr+vy8T7yMQ==}
dev: false dev: false
/@typescript-eslint/eslint-plugin@5.57.0(@typescript-eslint/parser@5.57.0)(eslint@8.37.0)(typescript@5.0.2): /@typescript-eslint/eslint-plugin@5.57.1(@typescript-eslint/parser@5.57.1)(eslint@8.38.0)(typescript@5.0.4):
resolution: {integrity: sha512-itag0qpN6q2UMM6Xgk6xoHa0D0/P+M17THnr4SVgqn9Rgam5k/He33MA7/D7QoJcdMxHFyX7U9imaBonAX/6qA==} resolution: {integrity: sha512-1MeobQkQ9tztuleT3v72XmY0XuKXVXusAhryoLuU5YZ+mXoYKZP9SQ7Flulh1NX4DTjpGTc2b/eMu4u7M7dhnQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
'@typescript-eslint/parser': ^5.0.0 '@typescript-eslint/parser': ^5.0.0
@ -2554,24 +2554,24 @@ packages:
optional: true optional: true
dependencies: dependencies:
'@eslint-community/regexpp': 4.5.0 '@eslint-community/regexpp': 4.5.0
'@typescript-eslint/parser': 5.57.0(eslint@8.37.0)(typescript@5.0.2) '@typescript-eslint/parser': 5.57.1(eslint@8.38.0)(typescript@5.0.4)
'@typescript-eslint/scope-manager': 5.57.0 '@typescript-eslint/scope-manager': 5.57.1
'@typescript-eslint/type-utils': 5.57.0(eslint@8.37.0)(typescript@5.0.2) '@typescript-eslint/type-utils': 5.57.1(eslint@8.38.0)(typescript@5.0.4)
'@typescript-eslint/utils': 5.57.0(eslint@8.37.0)(typescript@5.0.2) '@typescript-eslint/utils': 5.57.1(eslint@8.38.0)(typescript@5.0.4)
debug: 4.3.4 debug: 4.3.4
eslint: 8.37.0 eslint: 8.38.0
grapheme-splitter: 1.0.4 grapheme-splitter: 1.0.4
ignore: 5.2.4 ignore: 5.2.4
natural-compare-lite: 1.4.0 natural-compare-lite: 1.4.0
semver: 7.3.8 semver: 7.3.8
tsutils: 3.21.0(typescript@5.0.2) tsutils: 3.21.0(typescript@5.0.4)
typescript: 5.0.2 typescript: 5.0.4
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: true dev: true
/@typescript-eslint/parser@5.57.0(eslint@8.37.0)(typescript@5.0.2): /@typescript-eslint/parser@5.57.1(eslint@8.38.0)(typescript@5.0.4):
resolution: {integrity: sha512-orrduvpWYkgLCyAdNtR1QIWovcNZlEm6yL8nwH/eTxWLd8gsP+25pdLHYzL2QdkqrieaDwLpytHqycncv0woUQ==} resolution: {integrity: sha512-hlA0BLeVSA/wBPKdPGxoVr9Pp6GutGoY380FEhbVi0Ph4WNe8kLvqIRx76RSQt1lynZKfrXKs0/XeEk4zZycuA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
@ -2580,26 +2580,26 @@ packages:
typescript: typescript:
optional: true optional: true
dependencies: dependencies:
'@typescript-eslint/scope-manager': 5.57.0 '@typescript-eslint/scope-manager': 5.57.1
'@typescript-eslint/types': 5.57.0 '@typescript-eslint/types': 5.57.1
'@typescript-eslint/typescript-estree': 5.57.0(typescript@5.0.2) '@typescript-eslint/typescript-estree': 5.57.1(typescript@5.0.4)
debug: 4.3.4 debug: 4.3.4
eslint: 8.37.0 eslint: 8.38.0
typescript: 5.0.2 typescript: 5.0.4
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: true dev: true
/@typescript-eslint/scope-manager@5.57.0: /@typescript-eslint/scope-manager@5.57.1:
resolution: {integrity: sha512-NANBNOQvllPlizl9LatX8+MHi7bx7WGIWYjPHDmQe5Si/0YEYfxSljJpoTyTWFTgRy3X8gLYSE4xQ2U+aCozSw==} resolution: {integrity: sha512-N/RrBwEUKMIYxSKl0oDK5sFVHd6VI7p9K5MyUlVYAY6dyNb/wHUqndkTd3XhpGlXgnQsBkRZuu4f9kAHghvgPw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies: dependencies:
'@typescript-eslint/types': 5.57.0 '@typescript-eslint/types': 5.57.1
'@typescript-eslint/visitor-keys': 5.57.0 '@typescript-eslint/visitor-keys': 5.57.1
dev: true dev: true
/@typescript-eslint/type-utils@5.57.0(eslint@8.37.0)(typescript@5.0.2): /@typescript-eslint/type-utils@5.57.1(eslint@8.38.0)(typescript@5.0.4):
resolution: {integrity: sha512-kxXoq9zOTbvqzLbdNKy1yFrxLC6GDJFE2Yuo3KqSwTmDOFjUGeWSakgoXT864WcK5/NAJkkONCiKb1ddsqhLXQ==} resolution: {integrity: sha512-/RIPQyx60Pt6ga86hKXesXkJ2WOS4UemFrmmq/7eOyiYjYv/MUSHPlkhU6k9T9W1ytnTJueqASW+wOmW4KrViw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
eslint: '*' eslint: '*'
@ -2608,23 +2608,23 @@ packages:
typescript: typescript:
optional: true optional: true
dependencies: dependencies:
'@typescript-eslint/typescript-estree': 5.57.0(typescript@5.0.2) '@typescript-eslint/typescript-estree': 5.57.1(typescript@5.0.4)
'@typescript-eslint/utils': 5.57.0(eslint@8.37.0)(typescript@5.0.2) '@typescript-eslint/utils': 5.57.1(eslint@8.38.0)(typescript@5.0.4)
debug: 4.3.4 debug: 4.3.4
eslint: 8.37.0 eslint: 8.38.0
tsutils: 3.21.0(typescript@5.0.2) tsutils: 3.21.0(typescript@5.0.4)
typescript: 5.0.2 typescript: 5.0.4
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: true dev: true
/@typescript-eslint/types@5.57.0: /@typescript-eslint/types@5.57.1:
resolution: {integrity: sha512-mxsod+aZRSyLT+jiqHw1KK6xrANm19/+VFALVFP5qa/aiJnlP38qpyaTd0fEKhWvQk6YeNZ5LGwI1pDpBRBhtQ==} resolution: {integrity: sha512-bSs4LOgyV3bJ08F5RDqO2KXqg3WAdwHCu06zOqcQ6vqbTJizyBhuh1o1ImC69X4bV2g1OJxbH71PJqiO7Y1RuA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true dev: true
/@typescript-eslint/typescript-estree@5.57.0(typescript@5.0.2): /@typescript-eslint/typescript-estree@5.57.1(typescript@5.0.4):
resolution: {integrity: sha512-LTzQ23TV82KpO8HPnWuxM2V7ieXW8O142I7hQTxWIHDcCEIjtkat6H96PFkYBQqGFLW/G/eVVOB9Z8rcvdY/Vw==} resolution: {integrity: sha512-A2MZqD8gNT0qHKbk2wRspg7cHbCDCk2tcqt6ScCFLr5Ru8cn+TCfM786DjPhqwseiS+PrYwcXht5ztpEQ6TFTw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
typescript: '*' typescript: '*'
@ -2632,31 +2632,31 @@ packages:
typescript: typescript:
optional: true optional: true
dependencies: dependencies:
'@typescript-eslint/types': 5.57.0 '@typescript-eslint/types': 5.57.1
'@typescript-eslint/visitor-keys': 5.57.0 '@typescript-eslint/visitor-keys': 5.57.1
debug: 4.3.4 debug: 4.3.4
globby: 11.1.0 globby: 11.1.0
is-glob: 4.0.3 is-glob: 4.0.3
semver: 7.3.8 semver: 7.3.8
tsutils: 3.21.0(typescript@5.0.2) tsutils: 3.21.0(typescript@5.0.4)
typescript: 5.0.2 typescript: 5.0.4
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: true dev: true
/@typescript-eslint/utils@5.57.0(eslint@8.37.0)(typescript@5.0.2): /@typescript-eslint/utils@5.57.1(eslint@8.38.0)(typescript@5.0.4):
resolution: {integrity: sha512-ps/4WohXV7C+LTSgAL5CApxvxbMkl9B9AUZRtnEFonpIxZDIT7wC1xfvuJONMidrkB9scs4zhtRyIwHh4+18kw==} resolution: {integrity: sha512-kN6vzzf9NkEtawECqze6v99LtmDiUJCVpvieTFA1uL7/jDghiJGubGZ5csicYHU1Xoqb3oH/R5cN5df6W41Nfg==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
dependencies: dependencies:
'@eslint-community/eslint-utils': 4.4.0(eslint@8.37.0) '@eslint-community/eslint-utils': 4.4.0(eslint@8.38.0)
'@types/json-schema': 7.0.11 '@types/json-schema': 7.0.11
'@types/semver': 7.3.13 '@types/semver': 7.3.13
'@typescript-eslint/scope-manager': 5.57.0 '@typescript-eslint/scope-manager': 5.57.1
'@typescript-eslint/types': 5.57.0 '@typescript-eslint/types': 5.57.1
'@typescript-eslint/typescript-estree': 5.57.0(typescript@5.0.2) '@typescript-eslint/typescript-estree': 5.57.1(typescript@5.0.4)
eslint: 8.37.0 eslint: 8.38.0
eslint-scope: 5.1.1 eslint-scope: 5.1.1
semver: 7.3.8 semver: 7.3.8
transitivePeerDependencies: transitivePeerDependencies:
@ -2664,11 +2664,11 @@ packages:
- typescript - typescript
dev: true dev: true
/@typescript-eslint/visitor-keys@5.57.0: /@typescript-eslint/visitor-keys@5.57.1:
resolution: {integrity: sha512-ery2g3k0hv5BLiKpPuwYt9KBkAp2ugT6VvyShXdLOkax895EC55sP0Tx5L0fZaQueiK3fBLvHVvEl3jFS5ia+g==} resolution: {integrity: sha512-RjQrAniDU0CEk5r7iphkm731zKlFiUjvcBS2yHAg8WWqFMCaCrD0rKEVOMUyMMcbGPZ0bPp56srkGWrgfZqLRA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies: dependencies:
'@typescript-eslint/types': 5.57.0 '@typescript-eslint/types': 5.57.1
eslint-visitor-keys: 3.4.0 eslint-visitor-keys: 3.4.0
dev: true dev: true
@ -3004,8 +3004,8 @@ packages:
engines: {node: '>=12'} engines: {node: '>=12'}
dev: true dev: true
/ant-design-vue@3.2.16(vue@3.2.47): /ant-design-vue@3.2.17(vue@3.2.47):
resolution: {integrity: sha512-kBGxk4csoEi2iaWO62DpNECTnBLIf/CNYW8RdNjLPWo6TBWLQNqLchxRcg8KatOkDRpdWRaqdqeD5P+F6MDC3Q==} resolution: {integrity: sha512-fUHC1PRF3/UTDu7WjaKq2awyqET2mGfEytNOjfbUrvq5Q4AzNghzJlCWh1saCuA+VjnRRBCYu34StZ44cDmbFg==}
engines: {node: '>=12.22.0'} engines: {node: '>=12.22.0'}
peerDependencies: peerDependencies:
vue: '>=3.2.0' vue: '>=3.2.0'
@ -3152,8 +3152,8 @@ packages:
- debug - debug
dev: true dev: true
/axios@1.3.4(debug@4.3.4): /axios@1.3.5(debug@4.3.4):
resolution: {integrity: sha512-toYm+Bsyl6VC5wSkfkbbNB6ROv7KY93PEBBL6xyDczaIHasAiv4wPqQ/c4RjoQzipxRD2W5g21cOqQulZ7rHwQ==} resolution: {integrity: sha512-glL/PvG/E+xCWwV8S6nCHcrfg1exGx7vxyUIivIA1iL7BIh6bePylCfVHwp6k13ao7SATxB6imau2kqY+I67kw==}
dependencies: dependencies:
follow-redirects: 1.15.2(debug@4.3.4) follow-redirects: 1.15.2(debug@4.3.4)
form-data: 4.0.0 form-data: 4.0.0
@ -3879,7 +3879,7 @@ packages:
vary: 1.1.2 vary: 1.1.2
dev: true dev: true
/cosmiconfig-typescript-loader@4.3.0(@types/node@18.15.7)(cosmiconfig@8.1.3)(ts-node@10.9.1)(typescript@5.0.2): /cosmiconfig-typescript-loader@4.3.0(@types/node@18.15.7)(cosmiconfig@8.1.3)(ts-node@10.9.1)(typescript@5.0.4):
resolution: {integrity: sha512-NTxV1MFfZDLPiBMjxbHRwSh5LaLcPMwNdCutmnHJCKoVnlvldPWlllonKwrsRJ5pYZBIBGRWWU2tfvzxgeSW5Q==} resolution: {integrity: sha512-NTxV1MFfZDLPiBMjxbHRwSh5LaLcPMwNdCutmnHJCKoVnlvldPWlllonKwrsRJ5pYZBIBGRWWU2tfvzxgeSW5Q==}
engines: {node: '>=12', npm: '>=6'} engines: {node: '>=12', npm: '>=6'}
peerDependencies: peerDependencies:
@ -3890,8 +3890,8 @@ packages:
dependencies: dependencies:
'@types/node': 18.15.7 '@types/node': 18.15.7
cosmiconfig: 8.1.3 cosmiconfig: 8.1.3
ts-node: 10.9.1(@types/node@18.15.7)(typescript@5.0.2) ts-node: 10.9.1(@types/node@18.15.7)(typescript@5.0.4)
typescript: 5.0.2 typescript: 5.0.4
dev: true dev: true
/cosmiconfig@8.1.3: /cosmiconfig@8.1.3:
@ -4465,16 +4465,16 @@ packages:
engines: {node: '>=12'} engines: {node: '>=12'}
dev: true dev: true
/eslint-config-prettier@8.8.0(eslint@8.37.0): /eslint-config-prettier@8.8.0(eslint@8.38.0):
resolution: {integrity: sha512-wLbQiFre3tdGgpDv67NQKnJuTlcUVYHas3k+DZCc2U2BadthoEY4B7hLPvAxaqdyOGCzuLfii2fqGph10va7oA==} resolution: {integrity: sha512-wLbQiFre3tdGgpDv67NQKnJuTlcUVYHas3k+DZCc2U2BadthoEY4B7hLPvAxaqdyOGCzuLfii2fqGph10va7oA==}
hasBin: true hasBin: true
peerDependencies: peerDependencies:
eslint: '>=7.0.0' eslint: '>=7.0.0'
dependencies: dependencies:
eslint: 8.37.0 eslint: 8.38.0
dev: true dev: true
/eslint-plugin-prettier@4.2.1(eslint-config-prettier@8.8.0)(eslint@8.37.0)(prettier@2.8.7): /eslint-plugin-prettier@4.2.1(eslint-config-prettier@8.8.0)(eslint@8.38.0)(prettier@2.8.7):
resolution: {integrity: sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==} resolution: {integrity: sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==}
engines: {node: '>=12.0.0'} engines: {node: '>=12.0.0'}
peerDependencies: peerDependencies:
@ -4485,25 +4485,25 @@ packages:
eslint-config-prettier: eslint-config-prettier:
optional: true optional: true
dependencies: dependencies:
eslint: 8.37.0 eslint: 8.38.0
eslint-config-prettier: 8.8.0(eslint@8.37.0) eslint-config-prettier: 8.8.0(eslint@8.38.0)
prettier: 2.8.7 prettier: 2.8.7
prettier-linter-helpers: 1.0.0 prettier-linter-helpers: 1.0.0
dev: true dev: true
/eslint-plugin-vue@9.10.0(eslint@8.37.0): /eslint-plugin-vue@9.10.0(eslint@8.38.0):
resolution: {integrity: sha512-2MgP31OBf8YilUvtakdVMc8xVbcMp7z7/iQj8LHVpXrSXHPXSJRUIGSPFI6b6pyCx/buKaFJ45ycqfHvQRiW2g==} resolution: {integrity: sha512-2MgP31OBf8YilUvtakdVMc8xVbcMp7z7/iQj8LHVpXrSXHPXSJRUIGSPFI6b6pyCx/buKaFJ45ycqfHvQRiW2g==}
engines: {node: ^14.17.0 || >=16.0.0} engines: {node: ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 eslint: ^6.2.0 || ^7.0.0 || ^8.0.0
dependencies: dependencies:
'@eslint-community/eslint-utils': 4.4.0(eslint@8.37.0) '@eslint-community/eslint-utils': 4.4.0(eslint@8.38.0)
eslint: 8.37.0 eslint: 8.38.0
natural-compare: 1.4.0 natural-compare: 1.4.0
nth-check: 2.1.1 nth-check: 2.1.1
postcss-selector-parser: 6.0.11 postcss-selector-parser: 6.0.11
semver: 7.3.8 semver: 7.3.8
vue-eslint-parser: 9.1.0(eslint@8.37.0) vue-eslint-parser: 9.1.1(eslint@8.38.0)
xml-name-validator: 4.0.0 xml-name-validator: 4.0.0
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
@ -4530,15 +4530,15 @@ packages:
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true dev: true
/eslint@8.37.0: /eslint@8.38.0:
resolution: {integrity: sha512-NU3Ps9nI05GUoVMxcZx1J8CNR6xOvUT4jAUMH5+z8lpp3aEdPVCImKw6PWG4PY+Vfkpr+jvMpxs/qoE7wq0sPw==} resolution: {integrity: sha512-pIdsD2jwlUGf/U38Jv97t8lq6HpaU/G9NKbYmpWpZGw3LdTNhZLbJePqxOXGB5+JEKfOPU/XLxYxFh03nr1KTg==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
hasBin: true hasBin: true
dependencies: dependencies:
'@eslint-community/eslint-utils': 4.4.0(eslint@8.37.0) '@eslint-community/eslint-utils': 4.4.0(eslint@8.38.0)
'@eslint-community/regexpp': 4.5.0 '@eslint-community/regexpp': 4.5.0
'@eslint/eslintrc': 2.0.2 '@eslint/eslintrc': 2.0.2
'@eslint/js': 8.37.0 '@eslint/js': 8.38.0
'@humanwhocodes/config-array': 0.11.8 '@humanwhocodes/config-array': 0.11.8
'@humanwhocodes/module-importer': 1.0.1 '@humanwhocodes/module-importer': 1.0.1
'@nodelib/fs.walk': 1.2.8 '@nodelib/fs.walk': 1.2.8
@ -5035,6 +5035,16 @@ packages:
is-glob: 4.0.3 is-glob: 4.0.3
dev: true dev: true
/glob@10.0.0:
resolution: {integrity: sha512-zmp9ZDC6NpDNLujV2W2n+3lH+BafIVZ4/ct+Yj3BMZTH/+bgm/eVjHzeFLwxJrrIGgjjS2eiQLlpurHsNlEAtQ==}
engines: {node: '>=16 || 14 >=14.17'}
dependencies:
fs.realpath: 1.0.0
minimatch: 9.0.0
minipass: 5.0.0
path-scurry: 1.6.4
dev: true
/glob@7.2.3: /glob@7.2.3:
resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==}
dependencies: dependencies:
@ -5046,16 +5056,6 @@ packages:
path-is-absolute: 1.0.1 path-is-absolute: 1.0.1
dev: true dev: true
/glob@9.3.4:
resolution: {integrity: sha512-qaSc49hojMOv1EPM4EuyITjDSgSKI0rthoHnvE81tcOi1SCVndHko7auqxdQ14eiQG2NDBJBE86+2xIrbIvrbA==}
engines: {node: '>=16 || 14 >=14.17'}
dependencies:
fs.realpath: 1.0.0
minimatch: 8.0.2
minipass: 4.2.5
path-scurry: 1.6.3
dev: true
/global-dirs@0.1.1: /global-dirs@0.1.1:
resolution: {integrity: sha512-NknMLn7F2J7aflwFOlGdNIuCDpN3VGoSoB+aap3KABFWbHVn1TCgFC+np23J8W2BiZbjfEw3BFBycSMv1AFblg==} resolution: {integrity: sha512-NknMLn7F2J7aflwFOlGdNIuCDpN3VGoSoB+aap3KABFWbHVn1TCgFC+np23J8W2BiZbjfEw3BFBycSMv1AFblg==}
engines: {node: '>=4'} engines: {node: '>=4'}
@ -5923,8 +5923,8 @@ packages:
resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==}
dev: true dev: true
/lint-staged@13.2.0: /lint-staged@13.2.1:
resolution: {integrity: sha512-GbyK5iWinax5Dfw5obm2g2ccUiZXNGtAS4mCbJ0Lv4rq6iEtfBSjOYdcbOtAIFtM114t0vdpViDDetjVTSd8Vw==} resolution: {integrity: sha512-8gfzinVXoPfga5Dz/ZOn8I2GOhf81Wvs+KwbEXQn/oWZAvCVS2PivrXfVbFJc93zD16uC0neS47RXHIjXKYZQw==}
engines: {node: ^14.13.1 || >=16.0.0} engines: {node: ^14.13.1 || >=16.0.0}
hasBin: true hasBin: true
dependencies: dependencies:
@ -6112,9 +6112,9 @@ packages:
yallist: 4.0.0 yallist: 4.0.0
dev: true dev: true
/lru-cache@7.18.3: /lru-cache@9.0.0:
resolution: {integrity: sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==} resolution: {integrity: sha512-9AEKXzvOZc4BMacFnYiTOlDH/197LNnQIK9wZ6iMB5NXPzuv4bWR/Msv7iUMplkiMQ1qQL+KSv/JF1mZAB5Lrg==}
engines: {node: '>=12'} engines: {node: '>=16.14'}
dev: true dev: true
/magic-string@0.25.9: /magic-string@0.25.9:
@ -6317,8 +6317,8 @@ packages:
brace-expansion: 2.0.1 brace-expansion: 2.0.1
dev: true dev: true
/minimatch@8.0.2: /minimatch@9.0.0:
resolution: {integrity: sha512-ikHGF67ODxj7vS5NKU2wvTsFLbExee+KXVCnBWh8Cg2hVJfBMQIrlo50qru/09E0EifjnU8dZhJ/iHhyXJM6Mw==} resolution: {integrity: sha512-0jJj8AvgKqWN05mrwuqi8QYKx1WmYSUoKSxu5Qhs9prezTz10sxAHGNZe9J9cqIJzta8DWsleh2KaVaLl6Ru2w==}
engines: {node: '>=16 || 14 >=14.17'} engines: {node: '>=16 || 14 >=14.17'}
dependencies: dependencies:
brace-expansion: 2.0.1 brace-expansion: 2.0.1
@ -6337,8 +6337,8 @@ packages:
resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==} resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==}
dev: true dev: true
/minipass@4.2.5: /minipass@5.0.0:
resolution: {integrity: sha512-+yQl7SX3bIT83Lhb4BVorMAHVuqsskxRdlmO9kTpyukp8vsm2Sn/fUOV9xlnG8/a5JsypJzap21lz/y3FBMJ8Q==} resolution: {integrity: sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==}
engines: {node: '>=8'} engines: {node: '>=8'}
dev: true dev: true
@ -6772,12 +6772,12 @@ packages:
resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==}
dev: true dev: true
/path-scurry@1.6.3: /path-scurry@1.6.4:
resolution: {integrity: sha512-RAmB+n30SlN+HnNx6EbcpoDy9nwdpcGPnEKrJnu6GZoDWBdIjo1UQMVtW2ybtC7LC2oKLcMq8y5g8WnKLiod9g==} resolution: {integrity: sha512-Qp/9IHkdNiXJ3/Kon++At2nVpnhRiPq/aSvQN+H3U1WZbvNRK0RIQK/o4HMqPoXjpuGJUEWpHSs6Mnjxqh3TQg==}
engines: {node: '>=16 || 14 >=14.17'} engines: {node: '>=16 || 14 >=14.17'}
dependencies: dependencies:
lru-cache: 7.18.3 lru-cache: 9.0.0
minipass: 4.2.5 minipass: 5.0.0
dev: true dev: true
/path-to-regexp@6.2.1: /path-to-regexp@6.2.1:
@ -6834,8 +6834,8 @@ packages:
dev: true dev: true
optional: true optional: true
/pinia@2.0.33(typescript@5.0.2)(vue@3.2.47): /pinia@2.0.34(typescript@5.0.4)(vue@3.2.47):
resolution: {integrity: sha512-HOj1yVV2itw6rNIrR2f7+MirGNxhORjrULL8GWgRwXsGSvEqIQ+SE0MYt6cwtpegzCda3i+rVTZM+AM7CG+kRg==} resolution: {integrity: sha512-cgOoGUiyqX0SSgX8XelK9+Ri4XA2/YyNtgjogwfzIx1g7iZTaZPxm7/bZYMCLU2qHRiHhxG7SuQO0eBacFNc2Q==}
peerDependencies: peerDependencies:
'@vue/composition-api': ^1.4.0 '@vue/composition-api': ^1.4.0
typescript: '>=4.4.4' typescript: '>=4.4.4'
@ -6847,7 +6847,7 @@ packages:
optional: true optional: true
dependencies: dependencies:
'@vue/devtools-api': 6.5.0 '@vue/devtools-api': 6.5.0
typescript: 5.0.2 typescript: 5.0.4
vue: 3.2.47 vue: 3.2.47
vue-demi: 0.13.11(vue@3.2.47) vue-demi: 0.13.11(vue@3.2.47)
dev: false dev: false
@ -7313,12 +7313,12 @@ packages:
glob: 7.2.3 glob: 7.2.3
dev: true dev: true
/rimraf@4.4.1: /rimraf@5.0.0:
resolution: {integrity: sha512-Gk8NlF062+T9CqNGn6h4tls3k6T1+/nXdOcSZVikNVtlRdYpA7wRJJMoXmuvOnLW844rPjdQ7JgXCYM6PPC/og==} resolution: {integrity: sha512-Jf9llaP+RvaEVS5nPShYFhtXIrb3LRKP281ib3So0KkeZKo2wIKyq0Re7TOSwanasA423PSr6CCIL4bP6T040g==}
engines: {node: '>=14'} engines: {node: '>=14'}
hasBin: true hasBin: true
dependencies: dependencies:
glob: 9.3.4 glob: 10.0.0
dev: true dev: true
/rollup-plugin-purge-icons@0.9.1: /rollup-plugin-purge-icons@0.9.1:
@ -7841,7 +7841,7 @@ packages:
resolution: {integrity: sha512-Dj1Okke1C3uKKwQcetra4jSuk0DqbzbYtXipzFlFMZtowbF1x7BKJwB9AayVMyFARvU8EDrZdcax4At/452cAg==} resolution: {integrity: sha512-Dj1Okke1C3uKKwQcetra4jSuk0DqbzbYtXipzFlFMZtowbF1x7BKJwB9AayVMyFARvU8EDrZdcax4At/452cAg==}
dev: true dev: true
/stylelint-config-html@1.1.0(postcss-html@1.5.0)(stylelint@15.3.0): /stylelint-config-html@1.1.0(postcss-html@1.5.0)(stylelint@15.4.0):
resolution: {integrity: sha512-IZv4IVESjKLumUGi+HWeb7skgO6/g4VMuAYrJdlqQFndgbj6WJAXPhaysvBiXefX79upBdQVumgYcdd17gCpjQ==} resolution: {integrity: sha512-IZv4IVESjKLumUGi+HWeb7skgO6/g4VMuAYrJdlqQFndgbj6WJAXPhaysvBiXefX79upBdQVumgYcdd17gCpjQ==}
engines: {node: ^12 || >=14} engines: {node: ^12 || >=14}
peerDependencies: peerDependencies:
@ -7849,10 +7849,10 @@ packages:
stylelint: '>=14.0.0' stylelint: '>=14.0.0'
dependencies: dependencies:
postcss-html: 1.5.0 postcss-html: 1.5.0
stylelint: 15.3.0 stylelint: 15.4.0
dev: true dev: true
/stylelint-config-recommended-vue@1.4.0(postcss-html@1.5.0)(stylelint@15.3.0): /stylelint-config-recommended-vue@1.4.0(postcss-html@1.5.0)(stylelint@15.4.0):
resolution: {integrity: sha512-DVJqyX2KvMCn9U0+keL12r7xlsH26K4Vg8NrIZuq5MoF7g82DpMp326Om4E0Q+Il1o+bTHuUyejf2XAI0iD04Q==} resolution: {integrity: sha512-DVJqyX2KvMCn9U0+keL12r7xlsH26K4Vg8NrIZuq5MoF7g82DpMp326Om4E0Q+Il1o+bTHuUyejf2XAI0iD04Q==}
engines: {node: ^12 || >=14} engines: {node: ^12 || >=14}
peerDependencies: peerDependencies:
@ -7861,40 +7861,40 @@ packages:
dependencies: dependencies:
postcss-html: 1.5.0 postcss-html: 1.5.0
semver: 7.3.8 semver: 7.3.8
stylelint: 15.3.0 stylelint: 15.4.0
stylelint-config-html: 1.1.0(postcss-html@1.5.0)(stylelint@15.3.0) stylelint-config-html: 1.1.0(postcss-html@1.5.0)(stylelint@15.4.0)
stylelint-config-recommended: 11.0.0(stylelint@15.3.0) stylelint-config-recommended: 11.0.0(stylelint@15.4.0)
dev: true dev: true
/stylelint-config-recommended@11.0.0(stylelint@15.3.0): /stylelint-config-recommended@11.0.0(stylelint@15.4.0):
resolution: {integrity: sha512-SoGIHNI748OCZn6BxFYT83ytWoYETCINVHV3LKScVAWQQauWdvmdDqJC5YXWjpBbxg2E761Tg5aUGKLFOVhEkA==} resolution: {integrity: sha512-SoGIHNI748OCZn6BxFYT83ytWoYETCINVHV3LKScVAWQQauWdvmdDqJC5YXWjpBbxg2E761Tg5aUGKLFOVhEkA==}
peerDependencies: peerDependencies:
stylelint: ^15.3.0 stylelint: ^15.3.0
dependencies: dependencies:
stylelint: 15.3.0 stylelint: 15.4.0
dev: true dev: true
/stylelint-config-standard@31.0.0(stylelint@15.3.0): /stylelint-config-standard@32.0.0(stylelint@15.4.0):
resolution: {integrity: sha512-CUGAmtROCvX0YgMY2+6P9tqSkHj5z/75XxrQ8bGxvkCa1xYdGDx4poM0pa7cXc3s74/PZLJH/okxZZouRfOSGw==} resolution: {integrity: sha512-UnGJxYDyYFrIE9CjDMZRkrNh2o4lOtO+MVZ9qG5b8yARfsWho0GMx4YvhHfsv8zKKgHeWX2wfeyxmuoqcaYZ4w==}
peerDependencies: peerDependencies:
stylelint: ^15.3.0 stylelint: ^15.4.0
dependencies: dependencies:
stylelint: 15.3.0 stylelint: 15.4.0
stylelint-config-recommended: 11.0.0(stylelint@15.3.0) stylelint-config-recommended: 11.0.0(stylelint@15.4.0)
dev: true dev: true
/stylelint-order@6.0.3(stylelint@15.3.0): /stylelint-order@6.0.3(stylelint@15.4.0):
resolution: {integrity: sha512-1j1lOb4EU/6w49qZeT2SQVJXm0Ht+Qnq9GMfUa3pMwoyojIWfuA+JUDmoR97Bht1RLn4ei0xtLGy87M7d29B1w==} resolution: {integrity: sha512-1j1lOb4EU/6w49qZeT2SQVJXm0Ht+Qnq9GMfUa3pMwoyojIWfuA+JUDmoR97Bht1RLn4ei0xtLGy87M7d29B1w==}
peerDependencies: peerDependencies:
stylelint: ^14.0.0 || ^15.0.0 stylelint: ^14.0.0 || ^15.0.0
dependencies: dependencies:
postcss: 8.4.21 postcss: 8.4.21
postcss-sorting: 8.0.2(postcss@8.4.21) postcss-sorting: 8.0.2(postcss@8.4.21)
stylelint: 15.3.0 stylelint: 15.4.0
dev: true dev: true
/stylelint@15.3.0: /stylelint@15.4.0:
resolution: {integrity: sha512-9UYBYk7K9rtlKcTUDZrtntE840sZM00qyYBQHHe7tjwMNUsPsGvR6Fd43IxHEAhRrDLzpy3TVaHb6CReBB3eFg==} resolution: {integrity: sha512-TlOvpG3MbcFwHmK0q2ykhmpKo7Dq892beJit0NPdpyY9b1tFah/hGhqnAz/bRm2PDhDbJLKvjzkEYYBEz7Dxcg==}
engines: {node: ^14.13.1 || >=16.0.0} engines: {node: ^14.13.1 || >=16.0.0}
hasBin: true hasBin: true
dependencies: dependencies:
@ -8162,7 +8162,7 @@ packages:
engines: {node: '>=8'} engines: {node: '>=8'}
dev: true dev: true
/ts-node@10.9.1(@types/node@18.15.7)(typescript@5.0.2): /ts-node@10.9.1(@types/node@18.15.7)(typescript@5.0.4):
resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==}
hasBin: true hasBin: true
peerDependencies: peerDependencies:
@ -8188,7 +8188,7 @@ packages:
create-require: 1.1.1 create-require: 1.1.1
diff: 4.0.2 diff: 4.0.2
make-error: 1.3.6 make-error: 1.3.6
typescript: 5.0.2 typescript: 5.0.4
v8-compile-cache-lib: 3.0.1 v8-compile-cache-lib: 3.0.1
yn: 3.1.1 yn: 3.1.1
dev: true dev: true
@ -8205,14 +8205,14 @@ packages:
resolution: {integrity: sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==} resolution: {integrity: sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==}
dev: true dev: true
/tsutils@3.21.0(typescript@5.0.2): /tsutils@3.21.0(typescript@5.0.4):
resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==}
engines: {node: '>= 6'} engines: {node: '>= 6'}
peerDependencies: peerDependencies:
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' 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: dependencies:
tslib: 1.14.1 tslib: 1.14.1
typescript: 5.0.2 typescript: 5.0.4
dev: true dev: true
/tsx@3.12.6: /tsx@3.12.6:
@ -8276,8 +8276,8 @@ packages:
is-typed-array: 1.1.10 is-typed-array: 1.1.10
dev: true dev: true
/typescript@5.0.2: /typescript@5.0.4:
resolution: {integrity: sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==} resolution: {integrity: sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==}
engines: {node: '>=12.20'} engines: {node: '>=12.20'}
hasBin: true hasBin: true
@ -8347,8 +8347,8 @@ packages:
engines: {node: '>= 10.0.0'} engines: {node: '>= 10.0.0'}
dev: true dev: true
/unplugin-vue-setup-extend-plus@0.4.9: /unplugin-vue-setup-extend-plus@1.0.0:
resolution: {integrity: sha512-4a4CvMkoZRuUHLQq1kkcuZ7HG85xM6MPMa+E1pEf5/PX6ovaCXwZ20qVOIQUIGkh3sHVp0VBhJaibHzC8hPtoA==} resolution: {integrity: sha512-Qb34atQ/elvkErQ12PNv6UWJPWIG4dEgjjizYKyycPeiRqQaMVNCKqRIqfxlhXntcU2l+o3VQuk1NNZN6QJ/xw==}
dependencies: dependencies:
'@vue/compiler-sfc': 3.2.47 '@vue/compiler-sfc': 3.2.47
magic-string: 0.26.7 magic-string: 0.26.7
@ -8465,14 +8465,14 @@ packages:
- supports-color - supports-color
dev: true dev: true
/vite-plugin-mkcert@1.13.4(vite@4.2.1): /vite-plugin-mkcert@1.14.0(vite@4.2.1):
resolution: {integrity: sha512-sBk/VOoqJijXG0yBir4nqdwktGqhkl6sm260wJLh27KEHPi1wz+dAHs2OfcJszfMbFXKcVzMZKoXwRrKze+NYg==} resolution: {integrity: sha512-TXLqRYeKKv2kGIpDVMXPLAlTQLXfZ5/VtC4VVhV0ky2vKt5W/TDvFKpmelQPmn0IB7uz9KXvQj8Op+pkT9Ln9A==}
engines: {node: '>=v16.7.0'} engines: {node: '>=v16.7.0'}
peerDependencies: peerDependencies:
vite: '>=3' vite: '>=3'
dependencies: dependencies:
'@octokit/rest': 19.0.7 '@octokit/rest': 19.0.7
axios: 1.3.4(debug@4.3.4) axios: 1.3.5(debug@4.3.4)
debug: 4.3.4 debug: 4.3.4
picocolors: 1.0.0 picocolors: 1.0.0
vite: 4.2.1(@types/node@18.15.7)(less@4.1.3)(terser@5.16.8) vite: 4.2.1(@types/node@18.15.7)(less@4.1.3)(terser@5.16.8)
@ -8481,8 +8481,8 @@ packages:
- supports-color - supports-color
dev: true dev: true
/vite-plugin-progress@0.0.6(vite@4.2.1): /vite-plugin-progress@0.0.7(vite@4.2.1):
resolution: {integrity: sha512-pIK2TVEY4XFGrz10CQDdEufBBCDaV0geRHfXV3abGTBr+OF9O0Zmd3ZDrHJXDv4Rl3qAQP4BTCuPYQ3XqstmqA==} resolution: {integrity: sha512-zyvKdcc/X+6hnw3J1HVV1TKrlFKC4Rh8GnDnWG/2qhRXjqytTcM++xZ+SAPnoDsSyWl8O93ymK0wZRgHAoglEQ==}
engines: {node: '>=14', pnpm: '>=7.0.0'} engines: {node: '>=14', pnpm: '>=7.0.0'}
peerDependencies: peerDependencies:
vite: '>2.0.0-0' vite: '>2.0.0-0'
@ -8665,14 +8665,14 @@ packages:
vue: 3.2.47 vue: 3.2.47
dev: false dev: false
/vue-eslint-parser@9.1.0(eslint@8.37.0): /vue-eslint-parser@9.1.1(eslint@8.38.0):
resolution: {integrity: sha512-NGn/iQy8/Wb7RrRa4aRkokyCZfOUWk19OP5HP6JEozQFX5AoS/t+Z0ZN7FY4LlmWc4FNI922V7cvX28zctN8dQ==} resolution: {integrity: sha512-C2aI/r85Q6tYcz4dpgvrs4wH/MqVrRAVIdpYedrxnATDHHkb+TroeRcDpKWGZCx/OcECMWfz7tVwQ8e+Opy6rA==}
engines: {node: ^14.17.0 || >=16.0.0} engines: {node: ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
eslint: '>=6.0.0' eslint: '>=6.0.0'
dependencies: dependencies:
debug: 4.3.4 debug: 4.3.4
eslint: 8.37.0 eslint: 8.38.0
eslint-scope: 7.1.1 eslint-scope: 7.1.1
eslint-visitor-keys: 3.4.0 eslint-visitor-keys: 3.4.0
espree: 9.5.1 espree: 9.5.1
@ -8721,7 +8721,7 @@ packages:
he: 1.2.0 he: 1.2.0
dev: true dev: true
/vue-tsc@1.2.0(typescript@5.0.2): /vue-tsc@1.2.0(typescript@5.0.4):
resolution: {integrity: sha512-rIlzqdrhyPYyLG9zxsVRa+JEseeS9s8F2BbVVVWRRsTZvJO2BbhLEb2HW3MY+DFma0378tnIqs+vfTzbcQtRFw==} resolution: {integrity: sha512-rIlzqdrhyPYyLG9zxsVRa+JEseeS9s8F2BbVVVWRRsTZvJO2BbhLEb2HW3MY+DFma0378tnIqs+vfTzbcQtRFw==}
hasBin: true hasBin: true
peerDependencies: peerDependencies:
@ -8729,7 +8729,7 @@ packages:
dependencies: dependencies:
'@volar/vue-language-core': 1.2.0 '@volar/vue-language-core': 1.2.0
'@volar/vue-typescript': 1.2.0 '@volar/vue-typescript': 1.2.0
typescript: 5.0.2 typescript: 5.0.4
dev: true dev: true
/vue-types@3.0.2(vue@3.2.47): /vue-types@3.0.2(vue@3.2.47):