create-young-proj 0.12.0 → 0.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. package/package.json +1 -1
  2. package/template-nuxt-admin/package.json +5 -5
  3. package/template-nuxt-admin/yarn.lock +706 -854
  4. package/template-uni-app/auto-imports.d.ts +9 -6
  5. package/template-uni-app/custom-plugins/index.ts +1 -2
  6. package/template-uni-app/dist/dev/mp-weixin/apis/index.js +5 -6
  7. package/template-uni-app/dist/dev/mp-weixin/apis/requests/get.js +2 -2
  8. package/template-uni-app/dist/dev/mp-weixin/apis/requests/post.js +4 -4
  9. package/template-uni-app/dist/dev/mp-weixin/app.js +4 -5
  10. package/template-uni-app/dist/dev/mp-weixin/common/vendor.js +1448 -2471
  11. package/template-uni-app/dist/dev/mp-weixin/components/young-navbar/young-navbar.js +7 -8
  12. package/template-uni-app/dist/dev/mp-weixin/components/young-navbar/young-navbar.wxml +1 -1
  13. package/template-uni-app/dist/dev/mp-weixin/components/young-tabbar/young-tabbar.js +7 -8
  14. package/template-uni-app/dist/dev/mp-weixin/components/young-tabbar/young-tabbar.wxml +1 -1
  15. package/template-uni-app/dist/dev/mp-weixin/layouts/default.js +1 -2
  16. package/template-uni-app/dist/dev/mp-weixin/layouts/tabbar.wxml +1 -1
  17. package/template-uni-app/dist/dev/mp-weixin/pages/demo/index.js +4 -5
  18. package/template-uni-app/dist/dev/mp-weixin/pages/demo/index.wxml +1 -1
  19. package/template-uni-app/dist/dev/mp-weixin/pages/index.js +4 -5
  20. package/template-uni-app/dist/dev/mp-weixin/pages/index.wxml +1 -1
  21. package/template-uni-app/dist/dev/mp-weixin/pages/my.wxml +1 -1
  22. package/template-uni-app/dist/dev/mp-weixin/project.config.json +1 -2
  23. package/template-uni-app/dist/dev/mp-weixin/project.private.config.json +6 -0
  24. package/template-uni-app/dist/dev/mp-weixin/store/local/index.js +3 -1
  25. package/template-uni-app/dist/dev/mp-weixin/utils/modal.js +10 -14
  26. package/template-uni-app/dist/dev/mp-weixin/utils/route.js +4 -6
  27. package/template-uni-app/dist/dev/mp-weixin/utils/system.js +4 -4
  28. package/template-uni-app/package.json +2 -3
  29. package/template-uni-app/pnpm-lock.yaml +154 -105
  30. package/template-uni-app/src/apis/index.ts +2 -2
  31. package/template-uni-app/src/apis/requests/get.ts +5 -5
  32. package/template-uni-app/src/apis/requests/post.ts +5 -5
  33. package/template-uni-app/vite.config.ts +2 -3
  34. package/template-uni-app/custom-plugins/polyfill.ts +0 -32
  35. package/template-uni-app/dist/dev/mp-weixin/apis/lib/index.js +0 -90
  36. package/template-uni-app/src/apis/lib/index.ts +0 -235
@@ -1,6 +1,9 @@
1
1
  lockfileVersion: '6.0'
2
2
 
3
3
  dependencies:
4
+ '@bluesyoung/http':
5
+ specifier: ^1.0.1
6
+ version: 1.0.1
4
7
  '@bluesyoung/utils':
5
8
  specifier: ^0.2.1
6
9
  version: 0.2.1
@@ -43,9 +46,6 @@ dependencies:
43
46
  '@dcloudio/uni-quickapp-webview':
44
47
  specifier: 3.0.0-3080720230703001
45
48
  version: 3.0.0-3080720230703001(postcss@8.4.27)(vue@3.2.45)
46
- '@uni-helper/axios-adapter':
47
- specifier: ^1.4.0
48
- version: 1.4.0
49
49
  dayjs:
50
50
  specifier: ^1.11.9
51
51
  version: 1.11.9
@@ -85,8 +85,8 @@ dependencies:
85
85
 
86
86
  devDependencies:
87
87
  '@antfu/eslint-config':
88
- specifier: ^0.41.0
89
- version: 0.41.0(eslint@8.48.0)(jest@27.0.4)(typescript@4.9.4)
88
+ specifier: ^0.42.0
89
+ version: 0.42.0(eslint@8.48.0)(jest@27.0.4)(typescript@4.9.4)
90
90
  '@dcloudio/types':
91
91
  specifier: ^3.3.2
92
92
  version: 3.3.2
@@ -132,9 +132,6 @@ devDependencies:
132
132
  '@vue/tsconfig':
133
133
  specifier: ^0.1.3
134
134
  version: 0.1.3
135
- axios:
136
- specifier: ^1.4.0
137
- version: 1.4.0
138
135
  eslint:
139
136
  specifier: ^8.48.0
140
137
  version: 8.48.0
@@ -177,24 +174,25 @@ packages:
177
174
  '@jridgewell/gen-mapping': 0.3.3
178
175
  '@jridgewell/trace-mapping': 0.3.18
179
176
 
180
- /@antfu/eslint-config-basic@0.41.0(@typescript-eslint/eslint-plugin@6.6.0)(@typescript-eslint/parser@6.6.0)(eslint@8.48.0)(typescript@4.9.4):
181
- resolution: {integrity: sha512-zcwFv+nEV/NroeeVWriNdnIGd9soOLRG8wIiVz4VVJ0BjONrqQR56HLG/gDxH/1GUYBnQCEcVxGUmegce08cnw==}
177
+ /@antfu/eslint-config-basic@0.42.0(@typescript-eslint/eslint-plugin@6.7.2)(@typescript-eslint/parser@6.7.2)(eslint@8.48.0)(typescript@4.9.4):
178
+ resolution: {integrity: sha512-vPy2qYCc8G8nd7RuHV4z05RUhvFOwtulcBwzEYPQTbd4IqbqJ9UA8ISgp1qYcJvbz74eR3mUl8r4b0OzxngPkg==}
182
179
  peerDependencies:
183
180
  eslint: '>=7.4.0'
184
181
  dependencies:
185
182
  eslint: 8.48.0
186
- eslint-plugin-antfu: 0.41.0(eslint@8.48.0)(typescript@4.9.4)
183
+ eslint-plugin-antfu: 0.42.0(eslint@8.48.0)(typescript@4.9.4)
187
184
  eslint-plugin-eslint-comments: 3.2.0(eslint@8.48.0)
188
185
  eslint-plugin-html: 7.1.0
189
- eslint-plugin-import: /eslint-plugin-i@2.28.0-2(@typescript-eslint/parser@6.6.0)(eslint@8.48.0)
186
+ eslint-plugin-import: /eslint-plugin-i@2.28.1(@typescript-eslint/parser@6.7.2)(eslint@8.48.0)
187
+ eslint-plugin-jsdoc: 46.8.1(eslint@8.48.0)
190
188
  eslint-plugin-jsonc: 2.9.0(eslint@8.48.0)
191
189
  eslint-plugin-markdown: 3.0.1(eslint@8.48.0)
192
- eslint-plugin-n: 16.0.2(eslint@8.48.0)
190
+ eslint-plugin-n: 16.1.0(eslint@8.48.0)
193
191
  eslint-plugin-no-only-tests: 3.1.0
194
192
  eslint-plugin-promise: 6.1.1(eslint@8.48.0)
195
193
  eslint-plugin-unicorn: 48.0.1(eslint@8.48.0)
196
- eslint-plugin-unused-imports: 3.0.0(@typescript-eslint/eslint-plugin@6.6.0)(eslint@8.48.0)
197
- eslint-plugin-yml: 1.8.0(eslint@8.48.0)
194
+ eslint-plugin-unused-imports: 3.0.0(@typescript-eslint/eslint-plugin@6.7.2)(eslint@8.48.0)
195
+ eslint-plugin-yml: 1.9.0(eslint@8.48.0)
198
196
  jsonc-eslint-parser: 2.3.0
199
197
  yaml-eslint-parser: 1.2.2
200
198
  transitivePeerDependencies:
@@ -206,17 +204,17 @@ packages:
206
204
  - typescript
207
205
  dev: true
208
206
 
209
- /@antfu/eslint-config-ts@0.41.0(eslint@8.48.0)(jest@27.0.4)(typescript@4.9.4):
210
- resolution: {integrity: sha512-ng3GYpJGZgrxGwBVda/MgUpveH3LbEqdPCFi1+S5e62W4kf8rmEVbhc0I8w7/aKN0uNqir5SInYg8gob2maDAQ==}
207
+ /@antfu/eslint-config-ts@0.42.0(eslint@8.48.0)(jest@27.0.4)(typescript@4.9.4):
208
+ resolution: {integrity: sha512-XYnWaNYhGeSgXZLpgPUsn0qHaBCJoNJVPD712fwLEGTJ5a5QctT5v04TRERJmeqfk67EaVMlsuDveLx3fqVuyQ==}
211
209
  peerDependencies:
212
210
  eslint: '>=7.4.0'
213
211
  typescript: '>=3.9'
214
212
  dependencies:
215
- '@antfu/eslint-config-basic': 0.41.0(@typescript-eslint/eslint-plugin@6.6.0)(@typescript-eslint/parser@6.6.0)(eslint@8.48.0)(typescript@4.9.4)
216
- '@typescript-eslint/eslint-plugin': 6.6.0(@typescript-eslint/parser@6.6.0)(eslint@8.48.0)(typescript@4.9.4)
217
- '@typescript-eslint/parser': 6.6.0(eslint@8.48.0)(typescript@4.9.4)
213
+ '@antfu/eslint-config-basic': 0.42.0(@typescript-eslint/eslint-plugin@6.7.2)(@typescript-eslint/parser@6.7.2)(eslint@8.48.0)(typescript@4.9.4)
214
+ '@typescript-eslint/eslint-plugin': 6.7.2(@typescript-eslint/parser@6.7.2)(eslint@8.48.0)(typescript@4.9.4)
215
+ '@typescript-eslint/parser': 6.7.2(eslint@8.48.0)(typescript@4.9.4)
218
216
  eslint: 8.48.0
219
- eslint-plugin-jest: 27.2.3(@typescript-eslint/eslint-plugin@6.6.0)(eslint@8.48.0)(jest@27.0.4)(typescript@4.9.4)
217
+ eslint-plugin-jest: 27.2.3(@typescript-eslint/eslint-plugin@6.7.2)(eslint@8.48.0)(jest@27.0.4)(typescript@4.9.4)
220
218
  typescript: 4.9.4
221
219
  transitivePeerDependencies:
222
220
  - eslint-import-resolver-typescript
@@ -225,13 +223,13 @@ packages:
225
223
  - supports-color
226
224
  dev: true
227
225
 
228
- /@antfu/eslint-config-vue@0.41.0(@typescript-eslint/eslint-plugin@6.6.0)(@typescript-eslint/parser@6.6.0)(eslint@8.48.0)(jest@27.0.4)(typescript@4.9.4):
229
- resolution: {integrity: sha512-iJiEGRUgRmT3mQCmGl0hTMwq/ShXRjRPjpgsDcphKJyEF06ZIR/4gxHn+utQRLT2hD39DQN8gk0ZbpV3gWtf/g==}
226
+ /@antfu/eslint-config-vue@0.42.0(@typescript-eslint/eslint-plugin@6.7.2)(@typescript-eslint/parser@6.7.2)(eslint@8.48.0)(jest@27.0.4)(typescript@4.9.4):
227
+ resolution: {integrity: sha512-QiD16D5bk99EImRc/z0mnO4TeP0cMMPIOMO8RamJ1ChD/lIluEZFjBTRykTesRyc7+YsdJYit4M/t6hu8YeSww==}
230
228
  peerDependencies:
231
229
  eslint: '>=7.4.0'
232
230
  dependencies:
233
- '@antfu/eslint-config-basic': 0.41.0(@typescript-eslint/eslint-plugin@6.6.0)(@typescript-eslint/parser@6.6.0)(eslint@8.48.0)(typescript@4.9.4)
234
- '@antfu/eslint-config-ts': 0.41.0(eslint@8.48.0)(jest@27.0.4)(typescript@4.9.4)
231
+ '@antfu/eslint-config-basic': 0.42.0(@typescript-eslint/eslint-plugin@6.7.2)(@typescript-eslint/parser@6.7.2)(eslint@8.48.0)(typescript@4.9.4)
232
+ '@antfu/eslint-config-ts': 0.42.0(eslint@8.48.0)(jest@27.0.4)(typescript@4.9.4)
235
233
  eslint: 8.48.0
236
234
  eslint-plugin-vue: 9.17.0(eslint@8.48.0)
237
235
  local-pkg: 0.4.3
@@ -245,24 +243,24 @@ packages:
245
243
  - typescript
246
244
  dev: true
247
245
 
248
- /@antfu/eslint-config@0.41.0(eslint@8.48.0)(jest@27.0.4)(typescript@4.9.4):
249
- resolution: {integrity: sha512-510DginDPdzf45O6HOah3cK6NHXxobBc43IdBQCQmUGb+av9LIJjrd1idThFoyFh6m05iZ4YX/mhnhhJFqLiNw==}
246
+ /@antfu/eslint-config@0.42.0(eslint@8.48.0)(jest@27.0.4)(typescript@4.9.4):
247
+ resolution: {integrity: sha512-RdTn+ggGF/mctHjnzLvImx/+RV18HwVTvC/jeHSF4bKBTA3eTftq+FrxWuCpmrEQRIb+J/tn2gmNpzizUo1PLQ==}
250
248
  peerDependencies:
251
249
  eslint: '>=7.4.0'
252
250
  dependencies:
253
- '@antfu/eslint-config-vue': 0.41.0(@typescript-eslint/eslint-plugin@6.6.0)(@typescript-eslint/parser@6.6.0)(eslint@8.48.0)(jest@27.0.4)(typescript@4.9.4)
254
- '@typescript-eslint/eslint-plugin': 6.6.0(@typescript-eslint/parser@6.6.0)(eslint@8.48.0)(typescript@4.9.4)
255
- '@typescript-eslint/parser': 6.6.0(eslint@8.48.0)(typescript@4.9.4)
251
+ '@antfu/eslint-config-vue': 0.42.0(@typescript-eslint/eslint-plugin@6.7.2)(@typescript-eslint/parser@6.7.2)(eslint@8.48.0)(jest@27.0.4)(typescript@4.9.4)
252
+ '@typescript-eslint/eslint-plugin': 6.7.2(@typescript-eslint/parser@6.7.2)(eslint@8.48.0)(typescript@4.9.4)
253
+ '@typescript-eslint/parser': 6.7.2(eslint@8.48.0)(typescript@4.9.4)
256
254
  eslint: 8.48.0
257
255
  eslint-plugin-eslint-comments: 3.2.0(eslint@8.48.0)
258
256
  eslint-plugin-html: 7.1.0
259
- eslint-plugin-import: /eslint-plugin-i@2.28.0-2(@typescript-eslint/parser@6.6.0)(eslint@8.48.0)
257
+ eslint-plugin-import: /eslint-plugin-i@2.28.1(@typescript-eslint/parser@6.7.2)(eslint@8.48.0)
260
258
  eslint-plugin-jsonc: 2.9.0(eslint@8.48.0)
261
- eslint-plugin-n: 16.0.2(eslint@8.48.0)
259
+ eslint-plugin-n: 16.1.0(eslint@8.48.0)
262
260
  eslint-plugin-promise: 6.1.1(eslint@8.48.0)
263
261
  eslint-plugin-unicorn: 48.0.1(eslint@8.48.0)
264
262
  eslint-plugin-vue: 9.17.0(eslint@8.48.0)
265
- eslint-plugin-yml: 1.8.0(eslint@8.48.0)
263
+ eslint-plugin-yml: 1.9.0(eslint@8.48.0)
266
264
  jsonc-eslint-parser: 2.3.0
267
265
  yaml-eslint-parser: 1.2.2
268
266
  transitivePeerDependencies:
@@ -1477,6 +1475,16 @@ packages:
1477
1475
  resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==}
1478
1476
  dev: true
1479
1477
 
1478
+ /@bluesyoung/http@1.0.1:
1479
+ resolution: {integrity: sha512-Bu0m2daLil8t9yJWI2k4P8cWRXUF1KuWswyWtDSIKs+g2hbteYaoDdLZj9/4jtX17hr8IopdG669/j8K5BsK3g==}
1480
+ dependencies:
1481
+ '@uni-helper/axios-adapter': 1.5.1(axios@1.5.0)
1482
+ axios: 1.5.0
1483
+ defu: 6.1.2
1484
+ transitivePeerDependencies:
1485
+ - debug
1486
+ dev: false
1487
+
1480
1488
  /@bluesyoung/utils@0.2.1:
1481
1489
  resolution: {integrity: sha512-urUyNhVJ2vqA0ug0iZIXqEVr5KvnHDGhWpIqVLYisPRD0ZoNjcUfGs1qtcPTMt/W7yNXZ3O7LK38z2hDlQHSXg==}
1482
1490
  dev: false
@@ -2518,6 +2526,15 @@ packages:
2518
2526
  - vue
2519
2527
  dev: true
2520
2528
 
2529
+ /@es-joy/jsdoccomment@0.40.1:
2530
+ resolution: {integrity: sha512-YORCdZSusAlBrFpZ77pJjc5r1bQs5caPWtAu+WWmiSo+8XaUzseapVrfAtiRFbQWnrBxxLLEwF6f6ZG/UgCQCg==}
2531
+ engines: {node: '>=16'}
2532
+ dependencies:
2533
+ comment-parser: 1.4.0
2534
+ esquery: 1.5.0
2535
+ jsdoc-type-pratt-parser: 4.0.0
2536
+ dev: true
2537
+
2521
2538
  /@esbuild/android-arm64@0.16.17:
2522
2539
  resolution: {integrity: sha512-MIGl6p5sc3RDTLLkYL1MyL8BMRN4tLMRCn+yRJJmEDvYZ2M7tmAf80hx1kbNEUX2KJ50RRtxZ4JHLvCfuB6kBg==}
2523
2540
  engines: {node: '>=12'}
@@ -3914,8 +3931,8 @@ packages:
3914
3931
  '@types/yargs-parser': 21.0.0
3915
3932
  dev: true
3916
3933
 
3917
- /@typescript-eslint/eslint-plugin@6.6.0(@typescript-eslint/parser@6.6.0)(eslint@8.48.0)(typescript@4.9.4):
3918
- resolution: {integrity: sha512-CW9YDGTQnNYMIo5lMeuiIG08p4E0cXrXTbcZ2saT/ETE7dWUrNxlijsQeU04qAAKkILiLzdQz+cGFxCJjaZUmA==}
3934
+ /@typescript-eslint/eslint-plugin@6.7.2(@typescript-eslint/parser@6.7.2)(eslint@8.48.0)(typescript@4.9.4):
3935
+ resolution: {integrity: sha512-ooaHxlmSgZTM6CHYAFRlifqh1OAr3PAQEwi7lhYhaegbnXrnh7CDcHmc3+ihhbQC7H0i4JF0psI5ehzkF6Yl6Q==}
3919
3936
  engines: {node: ^16.0.0 || >=18.0.0}
3920
3937
  peerDependencies:
3921
3938
  '@typescript-eslint/parser': ^6.0.0 || ^6.0.0-alpha
@@ -3926,11 +3943,11 @@ packages:
3926
3943
  optional: true
3927
3944
  dependencies:
3928
3945
  '@eslint-community/regexpp': 4.8.0
3929
- '@typescript-eslint/parser': 6.6.0(eslint@8.48.0)(typescript@4.9.4)
3930
- '@typescript-eslint/scope-manager': 6.6.0
3931
- '@typescript-eslint/type-utils': 6.6.0(eslint@8.48.0)(typescript@4.9.4)
3932
- '@typescript-eslint/utils': 6.6.0(eslint@8.48.0)(typescript@4.9.4)
3933
- '@typescript-eslint/visitor-keys': 6.6.0
3946
+ '@typescript-eslint/parser': 6.7.2(eslint@8.48.0)(typescript@4.9.4)
3947
+ '@typescript-eslint/scope-manager': 6.7.2
3948
+ '@typescript-eslint/type-utils': 6.7.2(eslint@8.48.0)(typescript@4.9.4)
3949
+ '@typescript-eslint/utils': 6.7.2(eslint@8.48.0)(typescript@4.9.4)
3950
+ '@typescript-eslint/visitor-keys': 6.7.2
3934
3951
  debug: 4.3.4
3935
3952
  eslint: 8.48.0
3936
3953
  graphemer: 1.4.0
@@ -3943,8 +3960,8 @@ packages:
3943
3960
  - supports-color
3944
3961
  dev: true
3945
3962
 
3946
- /@typescript-eslint/parser@6.6.0(eslint@8.48.0)(typescript@4.9.4):
3947
- resolution: {integrity: sha512-setq5aJgUwtzGrhW177/i+DMLqBaJbdwGj2CPIVFFLE0NCliy5ujIdLHd2D1ysmlmsjdL2GWW+hR85neEfc12w==}
3963
+ /@typescript-eslint/parser@6.7.2(eslint@8.48.0)(typescript@4.9.4):
3964
+ resolution: {integrity: sha512-KA3E4ox0ws+SPyxQf9iSI25R6b4Ne78ORhNHeVKrPQnoYsb9UhieoiRoJgrzgEeKGOXhcY1i8YtOeCHHTDa6Fw==}
3948
3965
  engines: {node: ^16.0.0 || >=18.0.0}
3949
3966
  peerDependencies:
3950
3967
  eslint: ^7.0.0 || ^8.0.0
@@ -3953,10 +3970,10 @@ packages:
3953
3970
  typescript:
3954
3971
  optional: true
3955
3972
  dependencies:
3956
- '@typescript-eslint/scope-manager': 6.6.0
3957
- '@typescript-eslint/types': 6.6.0
3958
- '@typescript-eslint/typescript-estree': 6.6.0(typescript@4.9.4)
3959
- '@typescript-eslint/visitor-keys': 6.6.0
3973
+ '@typescript-eslint/scope-manager': 6.7.2
3974
+ '@typescript-eslint/types': 6.7.2
3975
+ '@typescript-eslint/typescript-estree': 6.7.2(typescript@4.9.4)
3976
+ '@typescript-eslint/visitor-keys': 6.7.2
3960
3977
  debug: 4.3.4
3961
3978
  eslint: 8.48.0
3962
3979
  typescript: 4.9.4
@@ -3972,16 +3989,16 @@ packages:
3972
3989
  '@typescript-eslint/visitor-keys': 5.62.0
3973
3990
  dev: true
3974
3991
 
3975
- /@typescript-eslint/scope-manager@6.6.0:
3976
- resolution: {integrity: sha512-pT08u5W/GT4KjPUmEtc2kSYvrH8x89cVzkA0Sy2aaOUIw6YxOIjA8ilwLr/1fLjOedX1QAuBpG9XggWqIIfERw==}
3992
+ /@typescript-eslint/scope-manager@6.7.2:
3993
+ resolution: {integrity: sha512-bgi6plgyZjEqapr7u2mhxGR6E8WCzKNUFWNh6fkpVe9+yzRZeYtDTbsIBzKbcxI+r1qVWt6VIoMSNZ4r2A+6Yw==}
3977
3994
  engines: {node: ^16.0.0 || >=18.0.0}
3978
3995
  dependencies:
3979
- '@typescript-eslint/types': 6.6.0
3980
- '@typescript-eslint/visitor-keys': 6.6.0
3996
+ '@typescript-eslint/types': 6.7.2
3997
+ '@typescript-eslint/visitor-keys': 6.7.2
3981
3998
  dev: true
3982
3999
 
3983
- /@typescript-eslint/type-utils@6.6.0(eslint@8.48.0)(typescript@4.9.4):
3984
- resolution: {integrity: sha512-8m16fwAcEnQc69IpeDyokNO+D5spo0w1jepWWY2Q6y5ZKNuj5EhVQXjtVAeDDqvW6Yg7dhclbsz6rTtOvcwpHg==}
4000
+ /@typescript-eslint/type-utils@6.7.2(eslint@8.48.0)(typescript@4.9.4):
4001
+ resolution: {integrity: sha512-36F4fOYIROYRl0qj95dYKx6kybddLtsbmPIYNK0OBeXv2j9L5nZ17j9jmfy+bIDHKQgn2EZX+cofsqi8NPATBQ==}
3985
4002
  engines: {node: ^16.0.0 || >=18.0.0}
3986
4003
  peerDependencies:
3987
4004
  eslint: ^7.0.0 || ^8.0.0
@@ -3990,8 +4007,8 @@ packages:
3990
4007
  typescript:
3991
4008
  optional: true
3992
4009
  dependencies:
3993
- '@typescript-eslint/typescript-estree': 6.6.0(typescript@4.9.4)
3994
- '@typescript-eslint/utils': 6.6.0(eslint@8.48.0)(typescript@4.9.4)
4010
+ '@typescript-eslint/typescript-estree': 6.7.2(typescript@4.9.4)
4011
+ '@typescript-eslint/utils': 6.7.2(eslint@8.48.0)(typescript@4.9.4)
3995
4012
  debug: 4.3.4
3996
4013
  eslint: 8.48.0
3997
4014
  ts-api-utils: 1.0.2(typescript@4.9.4)
@@ -4005,8 +4022,8 @@ packages:
4005
4022
  engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
4006
4023
  dev: true
4007
4024
 
4008
- /@typescript-eslint/types@6.6.0:
4009
- resolution: {integrity: sha512-CB6QpJQ6BAHlJXdwUmiaXDBmTqIE2bzGTDLADgvqtHWuhfNP3rAOK7kAgRMAET5rDRr9Utt+qAzRBdu3AhR3sg==}
4025
+ /@typescript-eslint/types@6.7.2:
4026
+ resolution: {integrity: sha512-flJYwMYgnUNDAN9/GAI3l8+wTmvTYdv64fcH8aoJK76Y+1FCZ08RtI5zDerM/FYT5DMkAc+19E4aLmd5KqdFyg==}
4010
4027
  engines: {node: ^16.0.0 || >=18.0.0}
4011
4028
  dev: true
4012
4029
 
@@ -4031,8 +4048,8 @@ packages:
4031
4048
  - supports-color
4032
4049
  dev: true
4033
4050
 
4034
- /@typescript-eslint/typescript-estree@6.6.0(typescript@4.9.4):
4035
- resolution: {integrity: sha512-hMcTQ6Al8MP2E6JKBAaSxSVw5bDhdmbCEhGW/V8QXkb9oNsFkA4SBuOMYVPxD3jbtQ4R/vSODBsr76R6fP3tbA==}
4051
+ /@typescript-eslint/typescript-estree@6.7.2(typescript@4.9.4):
4052
+ resolution: {integrity: sha512-kiJKVMLkoSciGyFU0TOY0fRxnp9qq1AzVOHNeN1+B9erKFCJ4Z8WdjAkKQPP+b1pWStGFqezMLltxO+308dJTQ==}
4036
4053
  engines: {node: ^16.0.0 || >=18.0.0}
4037
4054
  peerDependencies:
4038
4055
  typescript: '*'
@@ -4040,8 +4057,8 @@ packages:
4040
4057
  typescript:
4041
4058
  optional: true
4042
4059
  dependencies:
4043
- '@typescript-eslint/types': 6.6.0
4044
- '@typescript-eslint/visitor-keys': 6.6.0
4060
+ '@typescript-eslint/types': 6.7.2
4061
+ '@typescript-eslint/visitor-keys': 6.7.2
4045
4062
  debug: 4.3.4
4046
4063
  globby: 11.1.0
4047
4064
  is-glob: 4.0.3
@@ -4072,8 +4089,8 @@ packages:
4072
4089
  - typescript
4073
4090
  dev: true
4074
4091
 
4075
- /@typescript-eslint/utils@6.6.0(eslint@8.48.0)(typescript@4.9.4):
4076
- resolution: {integrity: sha512-mPHFoNa2bPIWWglWYdR0QfY9GN0CfvvXX1Sv6DlSTive3jlMTUy+an67//Gysc+0Me9pjitrq0LJp0nGtLgftw==}
4092
+ /@typescript-eslint/utils@6.7.2(eslint@8.48.0)(typescript@4.9.4):
4093
+ resolution: {integrity: sha512-ZCcBJug/TS6fXRTsoTkgnsvyWSiXwMNiPzBUani7hDidBdj1779qwM1FIAmpH4lvlOZNF3EScsxxuGifjpLSWQ==}
4077
4094
  engines: {node: ^16.0.0 || >=18.0.0}
4078
4095
  peerDependencies:
4079
4096
  eslint: ^7.0.0 || ^8.0.0
@@ -4081,9 +4098,9 @@ packages:
4081
4098
  '@eslint-community/eslint-utils': 4.4.0(eslint@8.48.0)
4082
4099
  '@types/json-schema': 7.0.12
4083
4100
  '@types/semver': 7.5.1
4084
- '@typescript-eslint/scope-manager': 6.6.0
4085
- '@typescript-eslint/types': 6.6.0
4086
- '@typescript-eslint/typescript-estree': 6.6.0(typescript@4.9.4)
4101
+ '@typescript-eslint/scope-manager': 6.7.2
4102
+ '@typescript-eslint/types': 6.7.2
4103
+ '@typescript-eslint/typescript-estree': 6.7.2(typescript@4.9.4)
4087
4104
  eslint: 8.48.0
4088
4105
  semver: 7.5.4
4089
4106
  transitivePeerDependencies:
@@ -4099,18 +4116,22 @@ packages:
4099
4116
  eslint-visitor-keys: 3.4.3
4100
4117
  dev: true
4101
4118
 
4102
- /@typescript-eslint/visitor-keys@6.6.0:
4103
- resolution: {integrity: sha512-L61uJT26cMOfFQ+lMZKoJNbAEckLe539VhTxiGHrWl5XSKQgA0RTBZJW2HFPy5T0ZvPVSD93QsrTKDkfNwJGyQ==}
4119
+ /@typescript-eslint/visitor-keys@6.7.2:
4120
+ resolution: {integrity: sha512-uVw9VIMFBUTz8rIeaUT3fFe8xIUx8r4ywAdlQv1ifH+6acn/XF8Y6rwJ7XNmkNMDrTW+7+vxFFPIF40nJCVsMQ==}
4104
4121
  engines: {node: ^16.0.0 || >=18.0.0}
4105
4122
  dependencies:
4106
- '@typescript-eslint/types': 6.6.0
4123
+ '@typescript-eslint/types': 6.7.2
4107
4124
  eslint-visitor-keys: 3.4.3
4108
4125
  dev: true
4109
4126
 
4110
- /@uni-helper/axios-adapter@1.4.0:
4111
- resolution: {integrity: sha512-lc3i3WCXXSaenA1rOvjioOvk9DFaqf3Z//+8q6qlrSLcUFZTd5nQFm4ptipmldEZRcfbuWjrtMjsitwoIVB+qw==}
4127
+ /@uni-helper/axios-adapter@1.5.1(axios@1.5.0):
4128
+ resolution: {integrity: sha512-G2lD51l5CPSy4LyQvkl83ha5N8PxmwT1nKivzmeVgB8y8hpyAdgZNhu0ik3Zmj25rO1ZMWKuszw6fLZkh5MpEA==}
4129
+ peerDependencies:
4130
+ axios: ^1.5.0
4112
4131
  dependencies:
4113
- form-data: 4.0.0
4132
+ axios: 1.5.0
4133
+ local-pkg: 0.4.3
4134
+ unplugin: 1.4.0
4114
4135
  dev: false
4115
4136
 
4116
4137
  /@uni-helper/pages-json-schema@0.2.3:
@@ -4945,6 +4966,11 @@ packages:
4945
4966
  normalize-path: 3.0.0
4946
4967
  picomatch: 2.3.1
4947
4968
 
4969
+ /are-docs-informative@0.0.2:
4970
+ resolution: {integrity: sha512-ixiS0nLNNG5jNQzgZJNoUpBKdo9yTYZMGJ+QgT2jmjR7G7+QHRCc4v6LQ3NgE7EBJq+o0ams3waJwkrlBom8Ig==}
4971
+ engines: {node: '>=14'}
4972
+ dev: true
4973
+
4948
4974
  /argparse@1.0.10:
4949
4975
  resolution: {integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==}
4950
4976
  dependencies:
@@ -4982,15 +5008,15 @@ packages:
4982
5008
  postcss: 8.4.27
4983
5009
  postcss-value-parser: 4.2.0
4984
5010
 
4985
- /axios@1.4.0:
4986
- resolution: {integrity: sha512-S4XCWMEmzvo64T9GfvQDOXgYRDJ/wsSZc7Jvdgx5u1sd0JwsuPLqb3SYmusag+edF6ziyMensPVqLTSc1PiSEA==}
5011
+ /axios@1.5.0:
5012
+ resolution: {integrity: sha512-D4DdjDo5CY50Qms0qGQTTw6Q44jl7zRwY7bthds06pUGfChBCTcQs+N743eFWGEd6pRTMd6A+I87aWyFV5wiZQ==}
4987
5013
  dependencies:
4988
5014
  follow-redirects: 1.15.2
4989
5015
  form-data: 4.0.0
4990
5016
  proxy-from-env: 1.1.0
4991
5017
  transitivePeerDependencies:
4992
5018
  - debug
4993
- dev: true
5019
+ dev: false
4994
5020
 
4995
5021
  /babel-jest@27.5.1(@babel/core@7.22.9):
4996
5022
  resolution: {integrity: sha512-cdQ5dXjGRd0IBRATiQ4mZGlGlRE8kJpjPOixdNRdT+m3UcNqmYWN6rK6nvtXYfY3D76cb8s/O1Ss8ea24PIwcg==}
@@ -5401,6 +5427,11 @@ packages:
5401
5427
  engines: {node: ^12.20.0 || >=14}
5402
5428
  dev: true
5403
5429
 
5430
+ /comment-parser@1.4.0:
5431
+ resolution: {integrity: sha512-QLyTNiZ2KDOibvFPlZ6ZngVsZ/0gYnE6uTXi5aoDg8ed3AkJAz4sEje3Y8a29hQ1s6A99MZXe47fLAXQ1rTqaw==}
5432
+ engines: {node: '>= 12.0.0'}
5433
+ dev: true
5434
+
5404
5435
  /compare-versions@3.6.0:
5405
5436
  resolution: {integrity: sha512-W6Af2Iw1z4CB7q4uU4hv646dW9GQuBM+YpC0UvUCWSD8w90SJjp+ujJuXaEMtAXBtSqGfMPuFOVn4/+FlaqfBA==}
5406
5437
 
@@ -5602,7 +5633,6 @@ packages:
5602
5633
 
5603
5634
  /defu@6.1.2:
5604
5635
  resolution: {integrity: sha512-+uO4+qr7msjNNWKYPHqN/3+Dx3NFkmIzayk2L1MyZQlvgZb/J1A0fo410dpKrN2SnqFjt8n4JL8fDJE0wIgjFQ==}
5605
- dev: true
5606
5636
 
5607
5637
  /delayed-stream@1.0.0:
5608
5638
  resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==}
@@ -5853,7 +5883,7 @@ packages:
5853
5883
  - supports-color
5854
5884
  dev: true
5855
5885
 
5856
- /eslint-module-utils@2.8.0(@typescript-eslint/parser@6.6.0)(eslint-import-resolver-node@0.3.9)(eslint@8.48.0):
5886
+ /eslint-module-utils@2.8.0(@typescript-eslint/parser@6.7.2)(eslint-import-resolver-node@0.3.9)(eslint@8.48.0):
5857
5887
  resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==}
5858
5888
  engines: {node: '>=4'}
5859
5889
  peerDependencies:
@@ -5874,7 +5904,7 @@ packages:
5874
5904
  eslint-import-resolver-webpack:
5875
5905
  optional: true
5876
5906
  dependencies:
5877
- '@typescript-eslint/parser': 6.6.0(eslint@8.48.0)(typescript@4.9.4)
5907
+ '@typescript-eslint/parser': 6.7.2(eslint@8.48.0)(typescript@4.9.4)
5878
5908
  debug: 3.2.7
5879
5909
  eslint: 8.48.0
5880
5910
  eslint-import-resolver-node: 0.3.9
@@ -5882,10 +5912,10 @@ packages:
5882
5912
  - supports-color
5883
5913
  dev: true
5884
5914
 
5885
- /eslint-plugin-antfu@0.41.0(eslint@8.48.0)(typescript@4.9.4):
5886
- resolution: {integrity: sha512-JeEeDZgz7oqYPYWYNQHdXrKaW2nhJz/70jeMZUkaNjVp72cpsJPH3idiEhIhGu3wjFdsOMCoEkboT/DQXlCaqA==}
5915
+ /eslint-plugin-antfu@0.42.0(eslint@8.48.0)(typescript@4.9.4):
5916
+ resolution: {integrity: sha512-Oztd2iw0SiwqCLyy9vygQycITIpH4VTtglUKbPvr6bMs5DfEZE8qpFihcHVyUjAVKJAjzMl+Pkz1hm+HVwT+2g==}
5887
5917
  dependencies:
5888
- '@typescript-eslint/utils': 6.6.0(eslint@8.48.0)(typescript@4.9.4)
5918
+ '@typescript-eslint/utils': 6.7.2(eslint@8.48.0)(typescript@4.9.4)
5889
5919
  transitivePeerDependencies:
5890
5920
  - eslint
5891
5921
  - supports-color
@@ -5920,8 +5950,8 @@ packages:
5920
5950
  htmlparser2: 8.0.2
5921
5951
  dev: true
5922
5952
 
5923
- /eslint-plugin-i@2.28.0-2(@typescript-eslint/parser@6.6.0)(eslint@8.48.0):
5924
- resolution: {integrity: sha512-z48kG4qmE4TmiLcxbmvxMT5ycwvPkXaWW0XpU1L768uZaTbiDbxsHMEdV24JHlOR1xDsPpKW39BfP/pRdYIwFA==}
5953
+ /eslint-plugin-i@2.28.1(@typescript-eslint/parser@6.7.2)(eslint@8.48.0):
5954
+ resolution: {integrity: sha512-a4oVt0j3ixNhGhvV4XF6NS7OWRFK2rrJ0Q5C4S2dSRb8FxZi31J0uUd5WJLL58wnVJ/OiQ1BxiXnFA4dWQO1Cg==}
5925
5955
  engines: {node: '>=12'}
5926
5956
  peerDependencies:
5927
5957
  eslint: ^7.2.0 || ^8
@@ -5930,7 +5960,7 @@ packages:
5930
5960
  doctrine: 2.1.0
5931
5961
  eslint: 8.48.0
5932
5962
  eslint-import-resolver-node: 0.3.9
5933
- eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.6.0)(eslint-import-resolver-node@0.3.9)(eslint@8.48.0)
5963
+ eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.7.2)(eslint-import-resolver-node@0.3.9)(eslint@8.48.0)
5934
5964
  get-tsconfig: 4.7.0
5935
5965
  is-glob: 4.0.3
5936
5966
  minimatch: 3.1.2
@@ -5943,7 +5973,7 @@ packages:
5943
5973
  - supports-color
5944
5974
  dev: true
5945
5975
 
5946
- /eslint-plugin-jest@27.2.3(@typescript-eslint/eslint-plugin@6.6.0)(eslint@8.48.0)(jest@27.0.4)(typescript@4.9.4):
5976
+ /eslint-plugin-jest@27.2.3(@typescript-eslint/eslint-plugin@6.7.2)(eslint@8.48.0)(jest@27.0.4)(typescript@4.9.4):
5947
5977
  resolution: {integrity: sha512-sRLlSCpICzWuje66Gl9zvdF6mwD5X86I4u55hJyFBsxYOsBCmT5+kSUjf+fkFWVMMgpzNEupjW8WzUqi83hJAQ==}
5948
5978
  engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
5949
5979
  peerDependencies:
@@ -5956,7 +5986,7 @@ packages:
5956
5986
  jest:
5957
5987
  optional: true
5958
5988
  dependencies:
5959
- '@typescript-eslint/eslint-plugin': 6.6.0(@typescript-eslint/parser@6.6.0)(eslint@8.48.0)(typescript@4.9.4)
5989
+ '@typescript-eslint/eslint-plugin': 6.7.2(@typescript-eslint/parser@6.7.2)(eslint@8.48.0)(typescript@4.9.4)
5960
5990
  '@typescript-eslint/utils': 5.62.0(eslint@8.48.0)(typescript@4.9.4)
5961
5991
  eslint: 8.48.0
5962
5992
  jest: 27.0.4
@@ -5965,6 +5995,26 @@ packages:
5965
5995
  - typescript
5966
5996
  dev: true
5967
5997
 
5998
+ /eslint-plugin-jsdoc@46.8.1(eslint@8.48.0):
5999
+ resolution: {integrity: sha512-uTce7IBluPKXIQMWJkIwFsI1gv7sZRmLjctca2K5DIxPi8fSBj9f4iru42XmGwuiMyH2f3nfc60sFmnSGv4Z/A==}
6000
+ engines: {node: '>=16'}
6001
+ peerDependencies:
6002
+ eslint: ^7.0.0 || ^8.0.0
6003
+ dependencies:
6004
+ '@es-joy/jsdoccomment': 0.40.1
6005
+ are-docs-informative: 0.0.2
6006
+ comment-parser: 1.4.0
6007
+ debug: 4.3.4
6008
+ escape-string-regexp: 4.0.0
6009
+ eslint: 8.48.0
6010
+ esquery: 1.5.0
6011
+ is-builtin-module: 3.2.1
6012
+ semver: 7.5.4
6013
+ spdx-expression-parse: 3.0.1
6014
+ transitivePeerDependencies:
6015
+ - supports-color
6016
+ dev: true
6017
+
5968
6018
  /eslint-plugin-jsonc@2.9.0(eslint@8.48.0):
5969
6019
  resolution: {integrity: sha512-RK+LeONVukbLwT2+t7/OY54NJRccTXh/QbnXzPuTLpFMVZhPuq1C9E07+qWenGx7rrQl0kAalAWl7EmB+RjpGA==}
5970
6020
  engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
@@ -5989,8 +6039,8 @@ packages:
5989
6039
  - supports-color
5990
6040
  dev: true
5991
6041
 
5992
- /eslint-plugin-n@16.0.2(eslint@8.48.0):
5993
- resolution: {integrity: sha512-Y66uDfUNbBzypsr0kELWrIz+5skicECrLUqlWuXawNSLUq3ltGlCwu6phboYYOTSnoTdHgTLrc+5Ydo6KjzZog==}
6042
+ /eslint-plugin-n@16.1.0(eslint@8.48.0):
6043
+ resolution: {integrity: sha512-3wv/TooBst0N4ND+pnvffHuz9gNPmk/NkLwAxOt2JykTl/hcuECe6yhTtLJcZjIxtZwN+GX92ACp/QTLpHA3Hg==}
5994
6044
  engines: {node: '>=16.0.0'}
5995
6045
  peerDependencies:
5996
6046
  eslint: '>=7.0.0'
@@ -5999,10 +6049,11 @@ packages:
5999
6049
  builtins: 5.0.1
6000
6050
  eslint: 8.48.0
6001
6051
  eslint-plugin-es-x: 7.2.0(eslint@8.48.0)
6052
+ get-tsconfig: 4.7.0
6002
6053
  ignore: 5.2.4
6003
- is-core-module: 2.12.1
6054
+ is-core-module: 2.13.0
6004
6055
  minimatch: 3.1.2
6005
- resolve: 1.22.2
6056
+ resolve: 1.22.4
6006
6057
  semver: 7.5.4
6007
6058
  dev: true
6008
6059
 
@@ -6044,7 +6095,7 @@ packages:
6044
6095
  strip-indent: 3.0.0
6045
6096
  dev: true
6046
6097
 
6047
- /eslint-plugin-unused-imports@3.0.0(@typescript-eslint/eslint-plugin@6.6.0)(eslint@8.48.0):
6098
+ /eslint-plugin-unused-imports@3.0.0(@typescript-eslint/eslint-plugin@6.7.2)(eslint@8.48.0):
6048
6099
  resolution: {integrity: sha512-sduiswLJfZHeeBJ+MQaG+xYzSWdRXoSw61DpU13mzWumCkR0ufD0HmO4kdNokjrkluMHpj/7PJeN35pgbhW3kw==}
6049
6100
  engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
6050
6101
  peerDependencies:
@@ -6054,7 +6105,7 @@ packages:
6054
6105
  '@typescript-eslint/eslint-plugin':
6055
6106
  optional: true
6056
6107
  dependencies:
6057
- '@typescript-eslint/eslint-plugin': 6.6.0(@typescript-eslint/parser@6.6.0)(eslint@8.48.0)(typescript@4.9.4)
6108
+ '@typescript-eslint/eslint-plugin': 6.7.2(@typescript-eslint/parser@6.7.2)(eslint@8.48.0)(typescript@4.9.4)
6058
6109
  eslint: 8.48.0
6059
6110
  eslint-rule-composer: 0.3.0
6060
6111
  dev: true
@@ -6077,8 +6128,8 @@ packages:
6077
6128
  - supports-color
6078
6129
  dev: true
6079
6130
 
6080
- /eslint-plugin-yml@1.8.0(eslint@8.48.0):
6081
- resolution: {integrity: sha512-fgBiJvXD0P2IN7SARDJ2J7mx8t0bLdG6Zcig4ufOqW5hOvSiFxeUyc2g5I1uIm8AExbo26NNYCcTGZT0MXTsyg==}
6131
+ /eslint-plugin-yml@1.9.0(eslint@8.48.0):
6132
+ resolution: {integrity: sha512-ayuC57WyVQ5+QZ02y62GiB//5+zsiyzUGxUX/mrhLni+jfsKA4KoITjkbR65iUdjjhWpyTJHPcAIFLKQIOwgsw==}
6082
6133
  engines: {node: ^14.17.0 || >=16.0.0}
6083
6134
  peerDependencies:
6084
6135
  eslint: '>=6.0.0'
@@ -6410,7 +6461,7 @@ packages:
6410
6461
  peerDependenciesMeta:
6411
6462
  debug:
6412
6463
  optional: true
6413
- dev: true
6464
+ dev: false
6414
6465
 
6415
6466
  /form-data@3.0.1:
6416
6467
  resolution: {integrity: sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==}
@@ -6428,6 +6479,7 @@ packages:
6428
6479
  asynckit: 0.4.0
6429
6480
  combined-stream: 1.0.8
6430
6481
  mime-types: 2.1.35
6482
+ dev: false
6431
6483
 
6432
6484
  /forwarded@0.2.0:
6433
6485
  resolution: {integrity: sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==}
@@ -6793,11 +6845,6 @@ packages:
6793
6845
  builtin-modules: 3.3.0
6794
6846
  dev: true
6795
6847
 
6796
- /is-core-module@2.12.1:
6797
- resolution: {integrity: sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg==}
6798
- dependencies:
6799
- has: 1.0.3
6800
-
6801
6848
  /is-core-module@2.13.0:
6802
6849
  resolution: {integrity: sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ==}
6803
6850
  dependencies:
@@ -7424,6 +7471,11 @@ packages:
7424
7471
  argparse: 2.0.1
7425
7472
  dev: true
7426
7473
 
7474
+ /jsdoc-type-pratt-parser@4.0.0:
7475
+ resolution: {integrity: sha512-YtOli5Cmzy3q4dP26GraSOeAhqecewG04hoO8DY56CH4KJ9Fvv5qKWUCCo3HZob7esJQHCv6/+bnTy72xZZaVQ==}
7476
+ engines: {node: '>=12.0.0'}
7477
+ dev: true
7478
+
7427
7479
  /jsdom@16.7.0:
7428
7480
  resolution: {integrity: sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==}
7429
7481
  engines: {node: '>=10'}
@@ -7628,7 +7680,6 @@ packages:
7628
7680
  /local-pkg@0.4.3:
7629
7681
  resolution: {integrity: sha512-SFppqq5p42fe2qcZQqqEOiVRXl+WCP1MdT6k7BDEW1j++sp5fIY+/fdRQitvKgB5BrBcmrs5m/L0v2FrU5MY1g==}
7630
7682
  engines: {node: '>=14'}
7631
- dev: true
7632
7683
 
7633
7684
  /localstorage-polyfill@1.0.1:
7634
7685
  resolution: {integrity: sha512-m4iHVZxFH5734oQcPKU08025gIz2+4bjWR9lulP8ZYxEJR0BpA0w32oJmkzh8y3UI9ci7xCBehQDc3oA1X+VHw==}
@@ -8285,7 +8336,7 @@ packages:
8285
8336
  postcss: 8.4.27
8286
8337
  postcss-value-parser: 4.2.0
8287
8338
  read-cache: 1.0.0
8288
- resolve: 1.22.2
8339
+ resolve: 1.22.4
8289
8340
 
8290
8341
  /postcss-load-config@3.1.4(postcss@8.4.27):
8291
8342
  resolution: {integrity: sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==}
@@ -8410,7 +8461,7 @@ packages:
8410
8461
 
8411
8462
  /proxy-from-env@1.1.0:
8412
8463
  resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==}
8413
- dev: true
8464
+ dev: false
8414
8465
 
8415
8466
  /psl@1.9.0:
8416
8467
  resolution: {integrity: sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==}
@@ -8586,7 +8637,7 @@ packages:
8586
8637
  resolution: {integrity: sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==}
8587
8638
  hasBin: true
8588
8639
  dependencies:
8589
- is-core-module: 2.12.1
8640
+ is-core-module: 2.13.0
8590
8641
  path-parse: 1.0.7
8591
8642
  supports-preserve-symlinks-flag: 1.0.0
8592
8643
 
@@ -9446,7 +9497,6 @@ packages:
9446
9497
  chokidar: 3.5.3
9447
9498
  webpack-sources: 3.2.3
9448
9499
  webpack-virtual-modules: 0.5.0
9449
- dev: true
9450
9500
 
9451
9501
  /unquote@1.1.1:
9452
9502
  resolution: {integrity: sha512-vRCqFv6UhXpWxZPyGDh/F3ZpNv8/qo7w6iufLpQg9aKnQ71qM4B5KiI7Mia9COcjEhrO9LueHpMYjYzsWH3OIg==}
@@ -9683,7 +9733,6 @@ packages:
9683
9733
 
9684
9734
  /webpack-virtual-modules@0.5.0:
9685
9735
  resolution: {integrity: sha512-kyDivFZ7ZM0BVOUteVbDFhlRt7Ah/CSPwJdi8hBpkK7QLumUqdLtVfm/PX/hkcnrvr0i77fO5+TjZ94Pe+C9iw==}
9686
- dev: true
9687
9736
 
9688
9737
  /webpack@5.88.2:
9689
9738
  resolution: {integrity: sha512-JmcgNZ1iKj+aiR0OvTYtWQqJwq37Pf683dY9bVORwVbUrDhLhdn/PlO2sHsFHPkj7sHNQF3JwaAkp49V+Sq1tQ==}
@@ -1,10 +1,10 @@
1
1
  /*
2
2
  * @Author: zhangyang
3
3
  * @Date: 2023-07-18 15:35:24
4
- * @LastEditTime: 2023-09-06 19:39:50
4
+ * @LastEditTime: 2023-09-19 10:19:08
5
5
  * @Description:
6
6
  */
7
- import { useHttp } from './lib'
7
+ import { useHttp } from '@bluesyoung/http/uni'
8
8
  import { useGet, usePost } from './requests'
9
9
 
10
10
  /**