xinference 0.6.5__py3-none-any.whl → 0.7.1__py3-none-any.whl

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.

Potentially problematic release.


This version of xinference might be problematic. Click here for more details.

Files changed (243) hide show
  1. xinference/_version.py +3 -3
  2. xinference/api/restful_api.py +18 -4
  3. xinference/core/model.py +33 -10
  4. xinference/core/supervisor.py +10 -0
  5. xinference/core/worker.py +40 -13
  6. xinference/deploy/utils.py +4 -1
  7. xinference/model/embedding/__init__.py +5 -1
  8. xinference/model/embedding/core.py +10 -7
  9. xinference/model/llm/ggml/chatglm.py +7 -5
  10. xinference/model/llm/llm_family.py +41 -15
  11. xinference/model/llm/pytorch/core.py +1 -0
  12. xinference/model/llm/pytorch/utils.py +3 -0
  13. xinference/model/llm/vllm/core.py +8 -2
  14. xinference/model/rerank/__init__.py +5 -1
  15. xinference/model/rerank/core.py +7 -6
  16. xinference/model/utils.py +38 -2
  17. xinference/types.py +4 -4
  18. xinference/web/ui/build/asset-manifest.json +3 -3
  19. xinference/web/ui/build/index.html +1 -1
  20. xinference/web/ui/build/static/js/main.778615cc.js +3 -0
  21. xinference/web/ui/build/static/js/main.778615cc.js.map +1 -0
  22. xinference/web/ui/node_modules/.cache/babel-loader/0cccfbe5d963b8e31eb679f9d9677392839cedd04aa2956ac6b33cf19599d597.json +1 -0
  23. xinference/web/ui/node_modules/.cache/babel-loader/2f651cf60b1bde50c0601c7110f77dd44819fb6e2501ff748a631724d91445d4.json +1 -0
  24. xinference/web/ui/node_modules/.cache/babel-loader/35204b265d70210394b0a8571e5b01c8c0f9a748437b8a923961e3560ae3d550.json +1 -0
  25. xinference/web/ui/node_modules/.cache/babel-loader/47887a9524ffeecdc2a7839dace146b24f97a5564fc3d431d6179ad2b153cf1f.json +1 -0
  26. xinference/web/ui/node_modules/.cache/babel-loader/483eb7e5f01e34c6a42ad7c64dad550ff945ee21053a52c2e5e7ebe108b85411.json +1 -0
  27. xinference/web/ui/node_modules/.cache/babel-loader/667753ce39ce1d4bcbf9a5f1a103d653be1d19d42f4e1fbaceb9b507679a52c7.json +1 -0
  28. xinference/web/ui/node_modules/.cache/babel-loader/6a60ae66b29c2f3634fd081d369b9e63b4522fe18eb9e43e9979d1ff264b68ad.json +1 -0
  29. xinference/web/ui/node_modules/.cache/babel-loader/6e63957e4e0801705c6cb258379bfda0007ce6c3ddd2e3b62898b68455c3edf4.json +1 -0
  30. xinference/web/ui/node_modules/.cache/babel-loader/8d2b0b3c6988d1894694dcbbe708ef91cfe62d62dac317031f09915ced637953.json +1 -0
  31. xinference/web/ui/node_modules/.cache/babel-loader/8d77975a2735d67a618407026e5325608ccd66f1b379a74faf35b4087db536f3.json +1 -0
  32. xinference/web/ui/node_modules/.cache/babel-loader/a158a9ffa0c9b169aee53dd4a0c44501a596755b4e4f6ede7746d65a72e2a71f.json +1 -0
  33. xinference/web/ui/node_modules/.cache/babel-loader/a5e2e9f707eb7039bea096ca117d996b8f9cbc2a5613fd8e0c5b0094444ce23c.json +1 -0
  34. xinference/web/ui/node_modules/.cache/babel-loader/b374bf2be1eac3cff5e0a8528a8e816e266ece911f714c123110961798a93a3b.json +1 -0
  35. xinference/web/ui/node_modules/.cache/babel-loader/d8a42e9df7157de9f28eecefdf178fd113bf2280d28471b6e32a8a45276042df.json +1 -0
  36. xinference/web/ui/node_modules/.cache/babel-loader/e26750d9556e9741912333349e4da454c53dbfddbfc6002ab49518dcf02af745.json +1 -0
  37. xinference/web/ui/node_modules/.cache/babel-loader/ed010102f476cd1a22b49be031a7f94f2ab3dd7ba8bf58839a771d46e28ff559.json +1 -0
  38. xinference/web/ui/node_modules/.cache/babel-loader/ef42ec014d7bc373b874b2a1ff0dcd785490f125e913698bc049b0bd778e4d66.json +1 -0
  39. xinference/web/ui/node_modules/.cache/babel-loader/fe3eb4d76c79ca98833f686d642224eeeb94cc83ad14300d281623796d087f0a.json +1 -0
  40. xinference/web/ui/node_modules/.cache/babel-loader/fe653ca0ca4297b415c0be4013574870d0465a657ae0f3d3f5b66ef6a831390c.json +1 -0
  41. xinference/web/ui/node_modules/.package-lock.json +1077 -405
  42. xinference/web/ui/node_modules/@eslint/eslintrc/node_modules/globals/globals.json +163 -3
  43. xinference/web/ui/node_modules/@eslint/eslintrc/node_modules/globals/package.json +1 -1
  44. xinference/web/ui/node_modules/@eslint/eslintrc/node_modules/ignore/package.json +64 -0
  45. xinference/web/ui/node_modules/@eslint/eslintrc/package.json +18 -37
  46. xinference/web/ui/node_modules/@eslint/js/package.json +1 -1
  47. xinference/web/ui/node_modules/@eslint-community/regexpp/package.json +9 -4
  48. xinference/web/ui/node_modules/@humanwhocodes/config-array/package.json +14 -14
  49. xinference/web/ui/node_modules/@rushstack/eslint-patch/package.json +6 -4
  50. xinference/web/ui/node_modules/@types/semver/package.json +15 -15
  51. xinference/web/ui/node_modules/@ungap/structured-clone/cjs/package.json +1 -0
  52. xinference/web/ui/node_modules/@ungap/structured-clone/package.json +53 -0
  53. xinference/web/ui/node_modules/ansi-colors/package.json +129 -0
  54. xinference/web/ui/node_modules/array-includes/package.json +8 -8
  55. xinference/web/ui/node_modules/array.prototype.findlastindex/package.json +120 -0
  56. xinference/web/ui/node_modules/array.prototype.flat/package.json +8 -8
  57. xinference/web/ui/node_modules/array.prototype.flatmap/package.json +8 -8
  58. xinference/web/ui/node_modules/arraybuffer.prototype.slice/package.json +103 -0
  59. xinference/web/ui/node_modules/ast-types-flow/package.json +2 -2
  60. xinference/web/ui/node_modules/astral-regex/package.json +33 -0
  61. xinference/web/ui/node_modules/asynciterator.prototype/package.json +72 -0
  62. xinference/web/ui/node_modules/axe-core/locales/_template.json +0 -12
  63. xinference/web/ui/node_modules/axe-core/package.json +1 -2
  64. xinference/web/ui/node_modules/axe-core/sri-history.json +0 -8
  65. xinference/web/ui/node_modules/call-bind/package.json +33 -23
  66. xinference/web/ui/node_modules/define-data-property/package.json +113 -0
  67. xinference/web/ui/node_modules/define-data-property/tsconfig.json +59 -0
  68. xinference/web/ui/node_modules/define-properties/package.json +5 -4
  69. xinference/web/ui/node_modules/enquirer/package.json +112 -0
  70. xinference/web/ui/node_modules/es-abstract/helpers/caseFolding.json +1430 -0
  71. xinference/web/ui/node_modules/es-abstract/package.json +29 -23
  72. xinference/web/ui/node_modules/es-iterator-helpers/index.json +17 -0
  73. xinference/web/ui/node_modules/es-iterator-helpers/package.json +185 -0
  74. xinference/web/ui/node_modules/eslint/conf/{rule-type-list.json → category-list.json} +9 -6
  75. xinference/web/ui/node_modules/eslint/node_modules/@babel/code-frame/package.json +25 -0
  76. xinference/web/ui/node_modules/eslint/node_modules/eslint-visitor-keys/lib/visitor-keys.json +289 -0
  77. xinference/web/ui/node_modules/eslint/node_modules/eslint-visitor-keys/package.json +39 -0
  78. xinference/web/ui/node_modules/eslint/node_modules/glob-parent/package.json +48 -0
  79. xinference/web/ui/node_modules/eslint/node_modules/ignore/package.json +64 -0
  80. xinference/web/ui/node_modules/eslint/package.json +53 -82
  81. xinference/web/ui/node_modules/eslint-config-prettier/package.json +13 -0
  82. xinference/web/ui/node_modules/eslint-import-resolver-node/package.json +3 -3
  83. xinference/web/ui/node_modules/eslint-plugin-import/package.json +22 -17
  84. xinference/web/ui/node_modules/eslint-plugin-jsx-a11y/package.json +25 -24
  85. xinference/web/ui/node_modules/eslint-plugin-simple-import-sort/package.json +23 -0
  86. xinference/web/ui/node_modules/eslint-plugin-testing-library/package.json +1 -1
  87. xinference/web/ui/node_modules/eslint-scope/package.json +19 -34
  88. xinference/web/ui/node_modules/eslint-utils/node_modules/eslint-visitor-keys/lib/visitor-keys.json +284 -0
  89. xinference/web/ui/node_modules/eslint-utils/node_modules/eslint-visitor-keys/package.json +40 -0
  90. xinference/web/ui/node_modules/eslint-utils/package.json +65 -0
  91. xinference/web/ui/node_modules/eslint-visitor-keys/package.json +15 -15
  92. xinference/web/ui/node_modules/espree/node_modules/acorn/package.json +35 -0
  93. xinference/web/ui/node_modules/espree/node_modules/eslint-visitor-keys/lib/visitor-keys.json +284 -0
  94. xinference/web/ui/node_modules/espree/node_modules/eslint-visitor-keys/package.json +40 -0
  95. xinference/web/ui/node_modules/espree/package.json +27 -51
  96. xinference/web/ui/node_modules/function-bind/package.json +38 -14
  97. xinference/web/ui/node_modules/function.prototype.name/package.json +32 -13
  98. xinference/web/ui/node_modules/functional-red-black-tree/package.json +40 -0
  99. xinference/web/ui/node_modules/get-intrinsic/package.json +11 -11
  100. xinference/web/ui/node_modules/hasown/package.json +91 -0
  101. xinference/web/ui/node_modules/hasown/tsconfig.json +49 -0
  102. xinference/web/ui/node_modules/is-async-function/package.json +86 -0
  103. xinference/web/ui/node_modules/is-core-module/core.json +3 -3
  104. xinference/web/ui/node_modules/is-core-module/package.json +7 -7
  105. xinference/web/ui/node_modules/is-finalizationregistry/package.json +67 -0
  106. xinference/web/ui/node_modules/is-generator-function/package.json +87 -0
  107. xinference/web/ui/node_modules/is-typed-array/package.json +8 -10
  108. xinference/web/ui/node_modules/iterator.prototype/package.json +73 -0
  109. xinference/web/ui/node_modules/jsx-ast-utils/package.json +5 -5
  110. xinference/web/ui/node_modules/language-tags/package.json +48 -8
  111. xinference/web/ui/node_modules/lodash.truncate/package.json +17 -0
  112. xinference/web/ui/node_modules/object-inspect/package.json +8 -6
  113. xinference/web/ui/node_modules/object.entries/package.json +7 -7
  114. xinference/web/ui/node_modules/object.fromentries/package.json +7 -7
  115. xinference/web/ui/node_modules/object.groupby/package.json +83 -0
  116. xinference/web/ui/node_modules/object.values/package.json +7 -7
  117. xinference/web/ui/node_modules/prettier/package.json +21 -0
  118. xinference/web/ui/node_modules/progress/package.json +26 -0
  119. xinference/web/ui/node_modules/react-scripts/node_modules/@eslint/eslintrc/package.json +82 -0
  120. xinference/web/ui/node_modules/react-scripts/node_modules/@humanwhocodes/config-array/package.json +61 -0
  121. xinference/web/ui/node_modules/react-scripts/node_modules/@humanwhocodes/object-schema/package.json +33 -0
  122. xinference/web/ui/node_modules/react-scripts/node_modules/ansi-styles/package.json +56 -0
  123. xinference/web/ui/node_modules/react-scripts/node_modules/chalk/package.json +68 -0
  124. xinference/web/ui/node_modules/react-scripts/node_modules/color-convert/package.json +48 -0
  125. xinference/web/ui/node_modules/react-scripts/node_modules/color-name/package.json +28 -0
  126. xinference/web/ui/node_modules/react-scripts/node_modules/escape-string-regexp/package.json +38 -0
  127. xinference/web/ui/node_modules/react-scripts/node_modules/eslint/conf/replacements.json +22 -0
  128. xinference/web/ui/node_modules/react-scripts/node_modules/eslint/conf/rule-type-list.json +28 -0
  129. xinference/web/ui/node_modules/react-scripts/node_modules/eslint/package.json +179 -0
  130. xinference/web/ui/node_modules/react-scripts/node_modules/eslint-scope/package.json +63 -0
  131. xinference/web/ui/node_modules/react-scripts/node_modules/espree/package.json +88 -0
  132. xinference/web/ui/node_modules/react-scripts/node_modules/globals/globals.json +1974 -0
  133. xinference/web/ui/node_modules/react-scripts/node_modules/globals/package.json +55 -0
  134. xinference/web/ui/node_modules/react-scripts/node_modules/has-flag/package.json +46 -0
  135. xinference/web/ui/node_modules/react-scripts/node_modules/supports-color/package.json +53 -0
  136. xinference/web/ui/node_modules/react-scripts/node_modules/type-fest/package.json +58 -0
  137. xinference/web/ui/node_modules/reflect.getprototypeof/package.json +99 -0
  138. xinference/web/ui/node_modules/regexp.prototype.flags/package.json +8 -7
  139. xinference/web/ui/node_modules/regexpp/package.json +91 -0
  140. xinference/web/ui/node_modules/resolve/lib/core.json +4 -1
  141. xinference/web/ui/node_modules/resolve/package.json +9 -8
  142. xinference/web/ui/node_modules/resolve/test/resolver/multirepo/package.json +1 -1
  143. xinference/web/ui/node_modules/safe-array-concat/package.json +5 -5
  144. xinference/web/ui/node_modules/set-function-length/package.json +84 -0
  145. xinference/web/ui/node_modules/set-function-name/package.json +80 -0
  146. xinference/web/ui/node_modules/slice-ansi/node_modules/ansi-styles/package.json +56 -0
  147. xinference/web/ui/node_modules/slice-ansi/node_modules/color-convert/package.json +48 -0
  148. xinference/web/ui/node_modules/slice-ansi/node_modules/color-name/package.json +28 -0
  149. xinference/web/ui/node_modules/slice-ansi/package.json +52 -0
  150. xinference/web/ui/node_modules/string.prototype.trim/package.json +7 -7
  151. xinference/web/ui/node_modules/string.prototype.trimend/package.json +7 -7
  152. xinference/web/ui/node_modules/string.prototype.trimstart/package.json +7 -7
  153. xinference/web/ui/node_modules/table/dist/src/schemas/config.json +95 -0
  154. xinference/web/ui/node_modules/table/dist/src/schemas/shared.json +139 -0
  155. xinference/web/ui/node_modules/table/dist/src/schemas/streamConfig.json +25 -0
  156. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/data.json +13 -0
  157. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2019-09/meta/applicator.json +53 -0
  158. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2019-09/meta/content.json +17 -0
  159. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2019-09/meta/core.json +57 -0
  160. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2019-09/meta/format.json +14 -0
  161. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2019-09/meta/meta-data.json +37 -0
  162. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2019-09/meta/validation.json +90 -0
  163. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2019-09/schema.json +39 -0
  164. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2020-12/meta/applicator.json +48 -0
  165. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2020-12/meta/content.json +17 -0
  166. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2020-12/meta/core.json +51 -0
  167. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2020-12/meta/format-annotation.json +14 -0
  168. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2020-12/meta/meta-data.json +37 -0
  169. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2020-12/meta/unevaluated.json +15 -0
  170. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2020-12/meta/validation.json +90 -0
  171. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2020-12/schema.json +55 -0
  172. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-draft-06.json +137 -0
  173. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-draft-07.json +151 -0
  174. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-secure.json +88 -0
  175. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/data.json +13 -0
  176. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2019-09/meta/applicator.json +53 -0
  177. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2019-09/meta/content.json +17 -0
  178. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2019-09/meta/core.json +57 -0
  179. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2019-09/meta/format.json +14 -0
  180. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2019-09/meta/meta-data.json +37 -0
  181. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2019-09/meta/validation.json +90 -0
  182. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2019-09/schema.json +39 -0
  183. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2020-12/meta/applicator.json +48 -0
  184. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2020-12/meta/content.json +17 -0
  185. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2020-12/meta/core.json +51 -0
  186. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2020-12/meta/format-annotation.json +14 -0
  187. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2020-12/meta/meta-data.json +37 -0
  188. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2020-12/meta/unevaluated.json +15 -0
  189. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2020-12/meta/validation.json +90 -0
  190. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2020-12/schema.json +55 -0
  191. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-draft-06.json +137 -0
  192. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-draft-07.json +151 -0
  193. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-secure.json +88 -0
  194. xinference/web/ui/node_modules/table/node_modules/ajv/package.json +126 -0
  195. xinference/web/ui/node_modules/table/node_modules/json-schema-traverse/package.json +43 -0
  196. xinference/web/ui/node_modules/table/package.json +77 -0
  197. xinference/web/ui/node_modules/typed-array-buffer/package.json +73 -0
  198. xinference/web/ui/node_modules/typed-array-byte-length/package.json +98 -0
  199. xinference/web/ui/node_modules/v8-compile-cache/package.json +34 -0
  200. xinference/web/ui/node_modules/which-builtin-type/package.json +93 -0
  201. xinference/web/ui/node_modules/which-typed-array/package.json +4 -5
  202. xinference/web/ui/package-lock.json +1085 -406
  203. xinference/web/ui/package.json +10 -2
  204. {xinference-0.6.5.dist-info → xinference-0.7.1.dist-info}/METADATA +46 -35
  205. {xinference-0.6.5.dist-info → xinference-0.7.1.dist-info}/RECORD +217 -110
  206. xinference/web/ui/build/static/js/main.9b46963e.js +0 -3
  207. xinference/web/ui/build/static/js/main.9b46963e.js.map +0 -1
  208. xinference/web/ui/node_modules/.cache/babel-loader/06363becf51869c421a8b3e34b4e3f50aa0aac3d590446044f9412e379f4ebbe.json +0 -1
  209. xinference/web/ui/node_modules/.cache/babel-loader/2849edddeb99a8ecdda577e810eead74b8f8a291cdfbd987839d604666ed79d0.json +0 -1
  210. xinference/web/ui/node_modules/.cache/babel-loader/2c774712d327cdf0b192aaa22785ec380e9427c587350c33289828d99e9c4abc.json +0 -1
  211. xinference/web/ui/node_modules/.cache/babel-loader/34c578e50d3040519ca8dc28bf0f7fec8674c2d6c0fcc3e98401c0a3f9f013cf.json +0 -1
  212. xinference/web/ui/node_modules/.cache/babel-loader/5933910e7c33febbabc0297ef7ba80f5e53ed96aa125b6a44ff2910aec29ced1.json +0 -1
  213. xinference/web/ui/node_modules/.cache/babel-loader/5e18a8354ea03d22a967fd8cb2171aa798edcb3da5d66ab1fd3b9663affd0abe.json +0 -1
  214. xinference/web/ui/node_modules/.cache/babel-loader/717cd7c186ace4812d1e602bdd299d8dc507f072670cc43974d53aac2574df5d.json +0 -1
  215. xinference/web/ui/node_modules/.cache/babel-loader/a178cfde289ffd15fd54b1c80fd9d231ae0f9644db33acb02084e69b32bfee37.json +0 -1
  216. xinference/web/ui/node_modules/.cache/babel-loader/aad919619ddb400e30bf9886f3ad7f59d5ec7cdbb98ed8b8442565bb19164237.json +0 -1
  217. xinference/web/ui/node_modules/.cache/babel-loader/adaec65f73accce3171b51b0fbcbfd8d0cd83f81a2e1b28eb34148644875499a.json +0 -1
  218. xinference/web/ui/node_modules/.cache/babel-loader/ae8f44c77c2e6f79680fe32fb00174183cd867093ebbda967b8985c33cc10fa2.json +0 -1
  219. xinference/web/ui/node_modules/.cache/babel-loader/b10bd04b4d6e28bfcaaaab37b0a4c1986e87a5b7e62e5ce4d56019880ef26990.json +0 -1
  220. xinference/web/ui/node_modules/.cache/babel-loader/cfc5da1cedee985a556e04865affccb72d0f624cbfb73da348bbe8693e8a4983.json +0 -1
  221. xinference/web/ui/node_modules/.cache/babel-loader/eebd0123c4b4396737e56b9181406a9fd76b107dd32971d23b0de99f51dd38d6.json +0 -1
  222. xinference/web/ui/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/package.json +0 -48
  223. xinference/web/ui/node_modules/@typescript-eslint/utils/node_modules/eslint-scope/package.json +0 -48
  224. xinference/web/ui/node_modules/@typescript-eslint/utils/node_modules/estraverse/package.json +0 -40
  225. xinference/web/ui/node_modules/eslint/node_modules/argparse/package.json +0 -31
  226. xinference/web/ui/node_modules/eslint/node_modules/js-yaml/package.json +0 -66
  227. xinference/web/ui/node_modules/eslint-plugin-jsx-a11y/node_modules/semver/package.json +0 -38
  228. xinference/web/ui/node_modules/function-bind/.jscs.json +0 -176
  229. xinference/web/ui/node_modules/resolve/test/resolver/malformed_package_json/package.json +0 -1
  230. xinference/web/ui/node_modules/webpack/node_modules/eslint-scope/package.json +0 -48
  231. xinference/web/ui/node_modules/webpack/node_modules/estraverse/package.json +0 -40
  232. /xinference/web/ui/build/static/js/{main.9b46963e.js.LICENSE.txt → main.778615cc.js.LICENSE.txt} +0 -0
  233. /xinference/web/ui/node_modules/{@nicolo-ribaudo/eslint-scope-5-internals → eslint-scope}/node_modules/estraverse/package.json +0 -0
  234. /xinference/web/ui/node_modules/{@eslint/eslintrc → react-scripts}/node_modules/argparse/package.json +0 -0
  235. /xinference/web/ui/node_modules/{eslint → react-scripts/node_modules/eslint}/lib/cli-engine/formatters/formatters-meta.json +0 -0
  236. /xinference/web/ui/node_modules/{eslint-config-react-app → react-scripts/node_modules/eslint-config-react-app}/package.json +0 -0
  237. /xinference/web/ui/node_modules/{eslint-plugin-flowtype → react-scripts/node_modules/eslint-plugin-flowtype}/dist/configs/recommended.json +0 -0
  238. /xinference/web/ui/node_modules/{eslint-plugin-flowtype → react-scripts/node_modules/eslint-plugin-flowtype}/package.json +0 -0
  239. /xinference/web/ui/node_modules/{@eslint/eslintrc → react-scripts}/node_modules/js-yaml/package.json +0 -0
  240. {xinference-0.6.5.dist-info → xinference-0.7.1.dist-info}/LICENSE +0 -0
  241. {xinference-0.6.5.dist-info → xinference-0.7.1.dist-info}/WHEEL +0 -0
  242. {xinference-0.6.5.dist-info → xinference-0.7.1.dist-info}/entry_points.txt +0 -0
  243. {xinference-0.6.5.dist-info → xinference-0.7.1.dist-info}/top_level.txt +0 -0
@@ -2461,44 +2461,36 @@
2461
2461
  }
2462
2462
  },
2463
2463
  "node_modules/@eslint-community/regexpp": {
2464
- "version": "4.5.1",
2465
- "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.5.1.tgz",
2466
- "integrity": "sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==",
2464
+ "version": "4.10.0",
2465
+ "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.10.0.tgz",
2466
+ "integrity": "sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==",
2467
2467
  "engines": {
2468
2468
  "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
2469
2469
  }
2470
2470
  },
2471
2471
  "node_modules/@eslint/eslintrc": {
2472
- "version": "2.1.0",
2473
- "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.0.tgz",
2474
- "integrity": "sha512-Lj7DECXqIVCqnqjjHMPna4vn6GJcMgul/wuS0je9OZ9gsL0zzDpKPVtcG1HaDVc+9y+qgXneTeUMbCqXJNpH1A==",
2472
+ "version": "0.4.3",
2473
+ "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.4.3.tgz",
2474
+ "integrity": "sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw==",
2475
2475
  "dependencies": {
2476
2476
  "ajv": "^6.12.4",
2477
- "debug": "^4.3.2",
2478
- "espree": "^9.6.0",
2479
- "globals": "^13.19.0",
2480
- "ignore": "^5.2.0",
2477
+ "debug": "^4.1.1",
2478
+ "espree": "^7.3.0",
2479
+ "globals": "^13.9.0",
2480
+ "ignore": "^4.0.6",
2481
2481
  "import-fresh": "^3.2.1",
2482
- "js-yaml": "^4.1.0",
2483
- "minimatch": "^3.1.2",
2482
+ "js-yaml": "^3.13.1",
2483
+ "minimatch": "^3.0.4",
2484
2484
  "strip-json-comments": "^3.1.1"
2485
2485
  },
2486
2486
  "engines": {
2487
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
2488
- },
2489
- "funding": {
2490
- "url": "https://opencollective.com/eslint"
2487
+ "node": "^10.12.0 || >=12.0.0"
2491
2488
  }
2492
2489
  },
2493
- "node_modules/@eslint/eslintrc/node_modules/argparse": {
2494
- "version": "2.0.1",
2495
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
2496
- "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
2497
- },
2498
2490
  "node_modules/@eslint/eslintrc/node_modules/globals": {
2499
- "version": "13.20.0",
2500
- "resolved": "https://registry.npmjs.org/globals/-/globals-13.20.0.tgz",
2501
- "integrity": "sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==",
2491
+ "version": "13.23.0",
2492
+ "resolved": "https://registry.npmjs.org/globals/-/globals-13.23.0.tgz",
2493
+ "integrity": "sha512-XAmF0RjlrjY23MA51q3HltdlGxUpXPvg0GioKiD9X6HD28iMjo2dKC8Vqwm7lne4GNr78+RHTfliktR6ZH09wA==",
2502
2494
  "dependencies": {
2503
2495
  "type-fest": "^0.20.2"
2504
2496
  },
@@ -2509,15 +2501,12 @@
2509
2501
  "url": "https://github.com/sponsors/sindresorhus"
2510
2502
  }
2511
2503
  },
2512
- "node_modules/@eslint/eslintrc/node_modules/js-yaml": {
2513
- "version": "4.1.0",
2514
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
2515
- "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
2516
- "dependencies": {
2517
- "argparse": "^2.0.1"
2518
- },
2519
- "bin": {
2520
- "js-yaml": "bin/js-yaml.js"
2504
+ "node_modules/@eslint/eslintrc/node_modules/ignore": {
2505
+ "version": "4.0.6",
2506
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz",
2507
+ "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==",
2508
+ "engines": {
2509
+ "node": ">= 4"
2521
2510
  }
2522
2511
  },
2523
2512
  "node_modules/@eslint/eslintrc/node_modules/type-fest": {
@@ -2532,9 +2521,9 @@
2532
2521
  }
2533
2522
  },
2534
2523
  "node_modules/@eslint/js": {
2535
- "version": "8.44.0",
2536
- "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.44.0.tgz",
2537
- "integrity": "sha512-Ag+9YM4ocKQx9AarydN0KY2j0ErMHNIocPDrVo8zAE44xLTjEtz81OdR68/cydGtk6m6jDb5Za3r2useMzYmSw==",
2524
+ "version": "8.55.0",
2525
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.55.0.tgz",
2526
+ "integrity": "sha512-qQfo2mxH5yVom1kacMtZZJFVdW+E70mqHMJvVg6WTLo+VBuQJ4TojZlfWBjK0ve5BdEeNAVxOsl/nvNMpJOaJA==",
2538
2527
  "engines": {
2539
2528
  "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
2540
2529
  }
@@ -2609,13 +2598,13 @@
2609
2598
  }
2610
2599
  },
2611
2600
  "node_modules/@humanwhocodes/config-array": {
2612
- "version": "0.11.10",
2613
- "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.10.tgz",
2614
- "integrity": "sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==",
2601
+ "version": "0.5.0",
2602
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.5.0.tgz",
2603
+ "integrity": "sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==",
2615
2604
  "dependencies": {
2616
- "@humanwhocodes/object-schema": "^1.2.1",
2605
+ "@humanwhocodes/object-schema": "^1.2.0",
2617
2606
  "debug": "^4.1.1",
2618
- "minimatch": "^3.0.5"
2607
+ "minimatch": "^3.0.4"
2619
2608
  },
2620
2609
  "engines": {
2621
2610
  "node": ">=10.10.0"
@@ -3801,26 +3790,6 @@
3801
3790
  "eslint-scope": "5.1.1"
3802
3791
  }
3803
3792
  },
3804
- "node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope": {
3805
- "version": "5.1.1",
3806
- "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
3807
- "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
3808
- "dependencies": {
3809
- "esrecurse": "^4.3.0",
3810
- "estraverse": "^4.1.1"
3811
- },
3812
- "engines": {
3813
- "node": ">=8.0.0"
3814
- }
3815
- },
3816
- "node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/estraverse": {
3817
- "version": "4.3.0",
3818
- "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
3819
- "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
3820
- "engines": {
3821
- "node": ">=4.0"
3822
- }
3823
- },
3824
3793
  "node_modules/@nicolo-ribaudo/semver-v6": {
3825
3794
  "version": "6.3.3",
3826
3795
  "resolved": "https://registry.npmjs.org/@nicolo-ribaudo/semver-v6/-/semver-v6-6.3.3.tgz",
@@ -4311,9 +4280,9 @@
4311
4280
  "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw=="
4312
4281
  },
4313
4282
  "node_modules/@rushstack/eslint-patch": {
4314
- "version": "1.3.2",
4315
- "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.3.2.tgz",
4316
- "integrity": "sha512-V+MvGwaHH03hYhY+k6Ef/xKd6RYlc4q8WBx+2ANmipHJcKuktNcI/NgEsJgdSUF6Lw32njT6OnrRsKYCdgHjYw=="
4283
+ "version": "1.6.0",
4284
+ "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.6.0.tgz",
4285
+ "integrity": "sha512-2/U3GXA6YiPYQDLGwtGlnNgKYBSwCFIHf8Y9LUY5VATHdtbLlU0Y1R3QoBnT0aB4qv/BEiVVsj7LJXoQCgJ2vA=="
4317
4286
  },
4318
4287
  "node_modules/@sinclair/typebox": {
4319
4288
  "version": "0.24.51",
@@ -5436,9 +5405,9 @@
5436
5405
  "integrity": "sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ=="
5437
5406
  },
5438
5407
  "node_modules/@types/semver": {
5439
- "version": "7.5.0",
5440
- "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.0.tgz",
5441
- "integrity": "sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw=="
5408
+ "version": "7.5.6",
5409
+ "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.6.tgz",
5410
+ "integrity": "sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A=="
5442
5411
  },
5443
5412
  "node_modules/@types/send": {
5444
5413
  "version": "0.17.1",
@@ -5696,26 +5665,6 @@
5696
5665
  "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
5697
5666
  }
5698
5667
  },
5699
- "node_modules/@typescript-eslint/utils/node_modules/eslint-scope": {
5700
- "version": "5.1.1",
5701
- "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
5702
- "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
5703
- "dependencies": {
5704
- "esrecurse": "^4.3.0",
5705
- "estraverse": "^4.1.1"
5706
- },
5707
- "engines": {
5708
- "node": ">=8.0.0"
5709
- }
5710
- },
5711
- "node_modules/@typescript-eslint/utils/node_modules/estraverse": {
5712
- "version": "4.3.0",
5713
- "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
5714
- "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
5715
- "engines": {
5716
- "node": ">=4.0"
5717
- }
5718
- },
5719
5668
  "node_modules/@typescript-eslint/visitor-keys": {
5720
5669
  "version": "5.62.0",
5721
5670
  "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz",
@@ -5732,6 +5681,11 @@
5732
5681
  "url": "https://opencollective.com/typescript-eslint"
5733
5682
  }
5734
5683
  },
5684
+ "node_modules/@ungap/structured-clone": {
5685
+ "version": "1.2.0",
5686
+ "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz",
5687
+ "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ=="
5688
+ },
5735
5689
  "node_modules/@webassemblyjs/ast": {
5736
5690
  "version": "1.11.6",
5737
5691
  "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.6.tgz",
@@ -6035,6 +5989,14 @@
6035
5989
  "ajv": "^6.9.1"
6036
5990
  }
6037
5991
  },
5992
+ "node_modules/ansi-colors": {
5993
+ "version": "4.1.3",
5994
+ "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz",
5995
+ "integrity": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==",
5996
+ "engines": {
5997
+ "node": ">=6"
5998
+ }
5999
+ },
6038
6000
  "node_modules/ansi-escapes": {
6039
6001
  "version": "4.3.2",
6040
6002
  "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
@@ -6135,14 +6097,14 @@
6135
6097
  "integrity": "sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ=="
6136
6098
  },
6137
6099
  "node_modules/array-includes": {
6138
- "version": "3.1.6",
6139
- "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.6.tgz",
6140
- "integrity": "sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw==",
6100
+ "version": "3.1.7",
6101
+ "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.7.tgz",
6102
+ "integrity": "sha512-dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ==",
6141
6103
  "dependencies": {
6142
6104
  "call-bind": "^1.0.2",
6143
- "define-properties": "^1.1.4",
6144
- "es-abstract": "^1.20.4",
6145
- "get-intrinsic": "^1.1.3",
6105
+ "define-properties": "^1.2.0",
6106
+ "es-abstract": "^1.22.1",
6107
+ "get-intrinsic": "^1.2.1",
6146
6108
  "is-string": "^1.0.7"
6147
6109
  },
6148
6110
  "engines": {
@@ -6160,14 +6122,32 @@
6160
6122
  "node": ">=8"
6161
6123
  }
6162
6124
  },
6125
+ "node_modules/array.prototype.findlastindex": {
6126
+ "version": "1.2.3",
6127
+ "resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.3.tgz",
6128
+ "integrity": "sha512-LzLoiOMAxvy+Gd3BAq3B7VeIgPdo+Q8hthvKtXybMvRV0jrXfJM/t8mw7nNlpEcVlVUnCnM2KSX4XU5HmpodOA==",
6129
+ "dependencies": {
6130
+ "call-bind": "^1.0.2",
6131
+ "define-properties": "^1.2.0",
6132
+ "es-abstract": "^1.22.1",
6133
+ "es-shim-unscopables": "^1.0.0",
6134
+ "get-intrinsic": "^1.2.1"
6135
+ },
6136
+ "engines": {
6137
+ "node": ">= 0.4"
6138
+ },
6139
+ "funding": {
6140
+ "url": "https://github.com/sponsors/ljharb"
6141
+ }
6142
+ },
6163
6143
  "node_modules/array.prototype.flat": {
6164
- "version": "1.3.1",
6165
- "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.1.tgz",
6166
- "integrity": "sha512-roTU0KWIOmJ4DRLmwKd19Otg0/mT3qPNt0Qb3GWW8iObuZXxrjB/pzn0R3hqpRSWg4HCwqx+0vwOnWnvlOyeIA==",
6144
+ "version": "1.3.2",
6145
+ "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz",
6146
+ "integrity": "sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==",
6167
6147
  "dependencies": {
6168
6148
  "call-bind": "^1.0.2",
6169
- "define-properties": "^1.1.4",
6170
- "es-abstract": "^1.20.4",
6149
+ "define-properties": "^1.2.0",
6150
+ "es-abstract": "^1.22.1",
6171
6151
  "es-shim-unscopables": "^1.0.0"
6172
6152
  },
6173
6153
  "engines": {
@@ -6178,13 +6158,13 @@
6178
6158
  }
6179
6159
  },
6180
6160
  "node_modules/array.prototype.flatmap": {
6181
- "version": "1.3.1",
6182
- "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz",
6183
- "integrity": "sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==",
6161
+ "version": "1.3.2",
6162
+ "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz",
6163
+ "integrity": "sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==",
6184
6164
  "dependencies": {
6185
6165
  "call-bind": "^1.0.2",
6186
- "define-properties": "^1.1.4",
6187
- "es-abstract": "^1.20.4",
6166
+ "define-properties": "^1.2.0",
6167
+ "es-abstract": "^1.22.1",
6188
6168
  "es-shim-unscopables": "^1.0.0"
6189
6169
  },
6190
6170
  "engines": {
@@ -6224,21 +6204,57 @@
6224
6204
  "get-intrinsic": "^1.1.3"
6225
6205
  }
6226
6206
  },
6207
+ "node_modules/arraybuffer.prototype.slice": {
6208
+ "version": "1.0.2",
6209
+ "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.2.tgz",
6210
+ "integrity": "sha512-yMBKppFur/fbHu9/6USUe03bZ4knMYiwFBcyiaXB8Go0qNehwX6inYPzK9U0NeQvGxKthcmHcaR8P5MStSRBAw==",
6211
+ "dependencies": {
6212
+ "array-buffer-byte-length": "^1.0.0",
6213
+ "call-bind": "^1.0.2",
6214
+ "define-properties": "^1.2.0",
6215
+ "es-abstract": "^1.22.1",
6216
+ "get-intrinsic": "^1.2.1",
6217
+ "is-array-buffer": "^3.0.2",
6218
+ "is-shared-array-buffer": "^1.0.2"
6219
+ },
6220
+ "engines": {
6221
+ "node": ">= 0.4"
6222
+ },
6223
+ "funding": {
6224
+ "url": "https://github.com/sponsors/ljharb"
6225
+ }
6226
+ },
6227
6227
  "node_modules/asap": {
6228
6228
  "version": "2.0.6",
6229
6229
  "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz",
6230
6230
  "integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA=="
6231
6231
  },
6232
6232
  "node_modules/ast-types-flow": {
6233
- "version": "0.0.7",
6234
- "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz",
6235
- "integrity": "sha512-eBvWn1lvIApYMhzQMsu9ciLfkBY499mFZlNqG+/9WR7PVlroQw0vG30cOQQbaKz3sCEc44TAOu2ykzqXSNnwag=="
6233
+ "version": "0.0.8",
6234
+ "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.8.tgz",
6235
+ "integrity": "sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ=="
6236
+ },
6237
+ "node_modules/astral-regex": {
6238
+ "version": "2.0.0",
6239
+ "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz",
6240
+ "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==",
6241
+ "engines": {
6242
+ "node": ">=8"
6243
+ }
6236
6244
  },
6237
6245
  "node_modules/async": {
6238
6246
  "version": "3.2.4",
6239
6247
  "resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz",
6240
6248
  "integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ=="
6241
6249
  },
6250
+ "node_modules/asynciterator.prototype": {
6251
+ "version": "1.0.0",
6252
+ "resolved": "https://registry.npmjs.org/asynciterator.prototype/-/asynciterator.prototype-1.0.0.tgz",
6253
+ "integrity": "sha512-wwHYEIS0Q80f5mosx3L/dfG5t5rjEa9Ft51GTaNt862EnpyGHpgz2RkZvLPp1oF5TnAiTohkEKVEu8pQPJI7Vg==",
6254
+ "dependencies": {
6255
+ "has-symbols": "^1.0.3"
6256
+ }
6257
+ },
6242
6258
  "node_modules/asynckit": {
6243
6259
  "version": "0.4.0",
6244
6260
  "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
@@ -6296,9 +6312,9 @@
6296
6312
  }
6297
6313
  },
6298
6314
  "node_modules/axe-core": {
6299
- "version": "4.7.2",
6300
- "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.7.2.tgz",
6301
- "integrity": "sha512-zIURGIS1E1Q4pcrMjp+nnEh+16G56eG/MUllJH8yEvw7asDo7Ac9uhC9KIH5jzpITueEZolfYglnCGIuSBz39g==",
6315
+ "version": "4.7.0",
6316
+ "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.7.0.tgz",
6317
+ "integrity": "sha512-M0JtH+hlOL5pLQwHOLNYZaXuhqmvS8oExsqB1SBYgA4Dk7u/xx+YdGHXaK5pyUfed5mYXdlYiphWq3G8cRi5JQ==",
6302
6318
  "engines": {
6303
6319
  "node": ">=4"
6304
6320
  }
@@ -6788,12 +6804,13 @@
6788
6804
  }
6789
6805
  },
6790
6806
  "node_modules/call-bind": {
6791
- "version": "1.0.2",
6792
- "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz",
6793
- "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==",
6807
+ "version": "1.0.5",
6808
+ "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.5.tgz",
6809
+ "integrity": "sha512-C3nQxfFZxFRVoJoGKKI8y3MOEo129NQ+FgQ08iye+Mk4zNZZGdjfs06bVTr+DBSlA66Q2VEcMki/cUCP4SercQ==",
6794
6810
  "dependencies": {
6795
- "function-bind": "^1.1.1",
6796
- "get-intrinsic": "^1.0.2"
6811
+ "function-bind": "^1.1.2",
6812
+ "get-intrinsic": "^1.2.1",
6813
+ "set-function-length": "^1.1.1"
6797
6814
  },
6798
6815
  "funding": {
6799
6816
  "url": "https://github.com/sponsors/ljharb"
@@ -7872,6 +7889,19 @@
7872
7889
  "node": ">= 10"
7873
7890
  }
7874
7891
  },
7892
+ "node_modules/define-data-property": {
7893
+ "version": "1.1.1",
7894
+ "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.1.tgz",
7895
+ "integrity": "sha512-E7uGkTzkk1d0ByLeSc6ZsFS79Axg+m1P/VsgYsxHgiuc3tFSj+MjMIwe90FC4lOAZzNBdY7kkO2P2wKdsQ1vgQ==",
7896
+ "dependencies": {
7897
+ "get-intrinsic": "^1.2.1",
7898
+ "gopd": "^1.0.1",
7899
+ "has-property-descriptors": "^1.0.0"
7900
+ },
7901
+ "engines": {
7902
+ "node": ">= 0.4"
7903
+ }
7904
+ },
7875
7905
  "node_modules/define-lazy-prop": {
7876
7906
  "version": "2.0.0",
7877
7907
  "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz",
@@ -7881,10 +7911,11 @@
7881
7911
  }
7882
7912
  },
7883
7913
  "node_modules/define-properties": {
7884
- "version": "1.2.0",
7885
- "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.0.tgz",
7886
- "integrity": "sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA==",
7914
+ "version": "1.2.1",
7915
+ "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz",
7916
+ "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==",
7887
7917
  "dependencies": {
7918
+ "define-data-property": "^1.0.1",
7888
7919
  "has-property-descriptors": "^1.0.0",
7889
7920
  "object-keys": "^1.1.1"
7890
7921
  },
@@ -8218,6 +8249,18 @@
8218
8249
  "node": ">=10.13.0"
8219
8250
  }
8220
8251
  },
8252
+ "node_modules/enquirer": {
8253
+ "version": "2.4.1",
8254
+ "resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.4.1.tgz",
8255
+ "integrity": "sha512-rRqJg/6gd538VHvR3PSrdRBb/1Vy2YfzHqzvbhGIQpDRKIa4FgV/54b5Q1xYSxOOwKvjXweS26E0Q+nAMwp2pQ==",
8256
+ "dependencies": {
8257
+ "ansi-colors": "^4.1.1",
8258
+ "strip-ansi": "^6.0.1"
8259
+ },
8260
+ "engines": {
8261
+ "node": ">=8.6"
8262
+ }
8263
+ },
8221
8264
  "node_modules/entities": {
8222
8265
  "version": "2.2.0",
8223
8266
  "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz",
@@ -8243,24 +8286,25 @@
8243
8286
  }
8244
8287
  },
8245
8288
  "node_modules/es-abstract": {
8246
- "version": "1.21.3",
8247
- "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.21.3.tgz",
8248
- "integrity": "sha512-ZU4miiY1j3sGPFLJ34VJXEqhpmL+HGByCinGHv4HC+Fxl2fI2Z4yR6tl0mORnDr6PA8eihWo4LmSWDbvhALckg==",
8289
+ "version": "1.22.3",
8290
+ "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.22.3.tgz",
8291
+ "integrity": "sha512-eiiY8HQeYfYH2Con2berK+To6GrK2RxbPawDkGq4UiCQQfZHb6wX9qQqkbpPqaxQFcl8d9QzZqo0tGE0VcrdwA==",
8249
8292
  "dependencies": {
8250
8293
  "array-buffer-byte-length": "^1.0.0",
8294
+ "arraybuffer.prototype.slice": "^1.0.2",
8251
8295
  "available-typed-arrays": "^1.0.5",
8252
- "call-bind": "^1.0.2",
8296
+ "call-bind": "^1.0.5",
8253
8297
  "es-set-tostringtag": "^2.0.1",
8254
8298
  "es-to-primitive": "^1.2.1",
8255
- "function.prototype.name": "^1.1.5",
8256
- "get-intrinsic": "^1.2.1",
8299
+ "function.prototype.name": "^1.1.6",
8300
+ "get-intrinsic": "^1.2.2",
8257
8301
  "get-symbol-description": "^1.0.0",
8258
8302
  "globalthis": "^1.0.3",
8259
8303
  "gopd": "^1.0.1",
8260
- "has": "^1.0.3",
8261
8304
  "has-property-descriptors": "^1.0.0",
8262
8305
  "has-proto": "^1.0.1",
8263
8306
  "has-symbols": "^1.0.3",
8307
+ "hasown": "^2.0.0",
8264
8308
  "internal-slot": "^1.0.5",
8265
8309
  "is-array-buffer": "^3.0.2",
8266
8310
  "is-callable": "^1.2.7",
@@ -8268,20 +8312,23 @@
8268
8312
  "is-regex": "^1.1.4",
8269
8313
  "is-shared-array-buffer": "^1.0.2",
8270
8314
  "is-string": "^1.0.7",
8271
- "is-typed-array": "^1.1.10",
8315
+ "is-typed-array": "^1.1.12",
8272
8316
  "is-weakref": "^1.0.2",
8273
- "object-inspect": "^1.12.3",
8317
+ "object-inspect": "^1.13.1",
8274
8318
  "object-keys": "^1.1.1",
8275
8319
  "object.assign": "^4.1.4",
8276
- "regexp.prototype.flags": "^1.5.0",
8320
+ "regexp.prototype.flags": "^1.5.1",
8321
+ "safe-array-concat": "^1.0.1",
8277
8322
  "safe-regex-test": "^1.0.0",
8278
- "string.prototype.trim": "^1.2.7",
8279
- "string.prototype.trimend": "^1.0.6",
8280
- "string.prototype.trimstart": "^1.0.6",
8323
+ "string.prototype.trim": "^1.2.8",
8324
+ "string.prototype.trimend": "^1.0.7",
8325
+ "string.prototype.trimstart": "^1.0.7",
8326
+ "typed-array-buffer": "^1.0.0",
8327
+ "typed-array-byte-length": "^1.0.0",
8281
8328
  "typed-array-byte-offset": "^1.0.0",
8282
8329
  "typed-array-length": "^1.0.4",
8283
8330
  "unbox-primitive": "^1.0.2",
8284
- "which-typed-array": "^1.1.10"
8331
+ "which-typed-array": "^1.1.13"
8285
8332
  },
8286
8333
  "engines": {
8287
8334
  "node": ">= 0.4"
@@ -8314,6 +8361,27 @@
8314
8361
  "url": "https://github.com/sponsors/ljharb"
8315
8362
  }
8316
8363
  },
8364
+ "node_modules/es-iterator-helpers": {
8365
+ "version": "1.0.15",
8366
+ "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.0.15.tgz",
8367
+ "integrity": "sha512-GhoY8uYqd6iwUl2kgjTm4CZAf6oo5mHK7BPqx3rKgx893YSsy0LGHV6gfqqQvZt/8xM8xeOnfXBCfqclMKkJ5g==",
8368
+ "dependencies": {
8369
+ "asynciterator.prototype": "^1.0.0",
8370
+ "call-bind": "^1.0.2",
8371
+ "define-properties": "^1.2.1",
8372
+ "es-abstract": "^1.22.1",
8373
+ "es-set-tostringtag": "^2.0.1",
8374
+ "function-bind": "^1.1.1",
8375
+ "get-intrinsic": "^1.2.1",
8376
+ "globalthis": "^1.0.3",
8377
+ "has-property-descriptors": "^1.0.0",
8378
+ "has-proto": "^1.0.1",
8379
+ "has-symbols": "^1.0.3",
8380
+ "internal-slot": "^1.0.5",
8381
+ "iterator.prototype": "^1.1.2",
8382
+ "safe-array-concat": "^1.0.1"
8383
+ }
8384
+ },
8317
8385
  "node_modules/es-module-lexer": {
8318
8386
  "version": "1.3.0",
8319
8387
  "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.3.0.tgz",
@@ -8407,95 +8475,81 @@
8407
8475
  }
8408
8476
  },
8409
8477
  "node_modules/eslint": {
8410
- "version": "8.44.0",
8411
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.44.0.tgz",
8412
- "integrity": "sha512-0wpHoUbDUHgNCyvFB5aXLiQVfK9B0at6gUvzy83k4kAsQ/u769TQDX6iKC+aO4upIHO9WSaA3QoXYQDHbNwf1A==",
8478
+ "version": "7.32.0",
8479
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.32.0.tgz",
8480
+ "integrity": "sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==",
8413
8481
  "dependencies": {
8414
- "@eslint-community/eslint-utils": "^4.2.0",
8415
- "@eslint-community/regexpp": "^4.4.0",
8416
- "@eslint/eslintrc": "^2.1.0",
8417
- "@eslint/js": "8.44.0",
8418
- "@humanwhocodes/config-array": "^0.11.10",
8419
- "@humanwhocodes/module-importer": "^1.0.1",
8420
- "@nodelib/fs.walk": "^1.2.8",
8482
+ "@babel/code-frame": "7.12.11",
8483
+ "@eslint/eslintrc": "^0.4.3",
8484
+ "@humanwhocodes/config-array": "^0.5.0",
8421
8485
  "ajv": "^6.10.0",
8422
8486
  "chalk": "^4.0.0",
8423
8487
  "cross-spawn": "^7.0.2",
8424
- "debug": "^4.3.2",
8488
+ "debug": "^4.0.1",
8425
8489
  "doctrine": "^3.0.0",
8490
+ "enquirer": "^2.3.5",
8426
8491
  "escape-string-regexp": "^4.0.0",
8427
- "eslint-scope": "^7.2.0",
8428
- "eslint-visitor-keys": "^3.4.1",
8429
- "espree": "^9.6.0",
8430
- "esquery": "^1.4.2",
8492
+ "eslint-scope": "^5.1.1",
8493
+ "eslint-utils": "^2.1.0",
8494
+ "eslint-visitor-keys": "^2.0.0",
8495
+ "espree": "^7.3.1",
8496
+ "esquery": "^1.4.0",
8431
8497
  "esutils": "^2.0.2",
8432
8498
  "fast-deep-equal": "^3.1.3",
8433
8499
  "file-entry-cache": "^6.0.1",
8434
- "find-up": "^5.0.0",
8435
- "glob-parent": "^6.0.2",
8436
- "globals": "^13.19.0",
8437
- "graphemer": "^1.4.0",
8438
- "ignore": "^5.2.0",
8500
+ "functional-red-black-tree": "^1.0.1",
8501
+ "glob-parent": "^5.1.2",
8502
+ "globals": "^13.6.0",
8503
+ "ignore": "^4.0.6",
8439
8504
  "import-fresh": "^3.0.0",
8440
8505
  "imurmurhash": "^0.1.4",
8441
8506
  "is-glob": "^4.0.0",
8442
- "is-path-inside": "^3.0.3",
8443
- "js-yaml": "^4.1.0",
8507
+ "js-yaml": "^3.13.1",
8444
8508
  "json-stable-stringify-without-jsonify": "^1.0.1",
8445
8509
  "levn": "^0.4.1",
8446
8510
  "lodash.merge": "^4.6.2",
8447
- "minimatch": "^3.1.2",
8511
+ "minimatch": "^3.0.4",
8448
8512
  "natural-compare": "^1.4.0",
8449
- "optionator": "^0.9.3",
8450
- "strip-ansi": "^6.0.1",
8513
+ "optionator": "^0.9.1",
8514
+ "progress": "^2.0.0",
8515
+ "regexpp": "^3.1.0",
8516
+ "semver": "^7.2.1",
8517
+ "strip-ansi": "^6.0.0",
8451
8518
  "strip-json-comments": "^3.1.0",
8452
- "text-table": "^0.2.0"
8519
+ "table": "^6.0.9",
8520
+ "text-table": "^0.2.0",
8521
+ "v8-compile-cache": "^2.0.3"
8453
8522
  },
8454
8523
  "bin": {
8455
8524
  "eslint": "bin/eslint.js"
8456
8525
  },
8457
8526
  "engines": {
8458
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
8527
+ "node": "^10.12.0 || >=12.0.0"
8459
8528
  },
8460
8529
  "funding": {
8461
8530
  "url": "https://opencollective.com/eslint"
8462
8531
  }
8463
8532
  },
8464
- "node_modules/eslint-config-react-app": {
8465
- "version": "7.0.1",
8466
- "resolved": "https://registry.npmjs.org/eslint-config-react-app/-/eslint-config-react-app-7.0.1.tgz",
8467
- "integrity": "sha512-K6rNzvkIeHaTd8m/QEh1Zko0KI7BACWkkneSs6s9cKZC/J27X3eZR6Upt1jkmZ/4FK+XUOPPxMEN7+lbUXfSlA==",
8468
- "dependencies": {
8469
- "@babel/core": "^7.16.0",
8470
- "@babel/eslint-parser": "^7.16.3",
8471
- "@rushstack/eslint-patch": "^1.1.0",
8472
- "@typescript-eslint/eslint-plugin": "^5.5.0",
8473
- "@typescript-eslint/parser": "^5.5.0",
8474
- "babel-preset-react-app": "^10.0.1",
8475
- "confusing-browser-globals": "^1.0.11",
8476
- "eslint-plugin-flowtype": "^8.0.3",
8477
- "eslint-plugin-import": "^2.25.3",
8478
- "eslint-plugin-jest": "^25.3.0",
8479
- "eslint-plugin-jsx-a11y": "^6.5.1",
8480
- "eslint-plugin-react": "^7.27.1",
8481
- "eslint-plugin-react-hooks": "^4.3.0",
8482
- "eslint-plugin-testing-library": "^5.0.1"
8483
- },
8484
- "engines": {
8485
- "node": ">=14.0.0"
8533
+ "node_modules/eslint-config-prettier": {
8534
+ "version": "8.10.0",
8535
+ "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.10.0.tgz",
8536
+ "integrity": "sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg==",
8537
+ "dev": true,
8538
+ "bin": {
8539
+ "eslint-config-prettier": "bin/cli.js"
8486
8540
  },
8487
8541
  "peerDependencies": {
8488
- "eslint": "^8.0.0"
8542
+ "eslint": ">=7.0.0"
8489
8543
  }
8490
8544
  },
8491
8545
  "node_modules/eslint-import-resolver-node": {
8492
- "version": "0.3.7",
8493
- "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.7.tgz",
8494
- "integrity": "sha512-gozW2blMLJCeFpBwugLTGyvVjNoeo1knonXAcatC6bjPBZitotxdWf7Gimr25N4c0AAOo4eOUfaG82IJPDpqCA==",
8546
+ "version": "0.3.9",
8547
+ "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz",
8548
+ "integrity": "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==",
8495
8549
  "dependencies": {
8496
8550
  "debug": "^3.2.7",
8497
- "is-core-module": "^2.11.0",
8498
- "resolve": "^1.22.1"
8551
+ "is-core-module": "^2.13.0",
8552
+ "resolve": "^1.22.4"
8499
8553
  }
8500
8554
  },
8501
8555
  "node_modules/eslint-import-resolver-node/node_modules/debug": {
@@ -8530,43 +8584,28 @@
8530
8584
  "ms": "^2.1.1"
8531
8585
  }
8532
8586
  },
8533
- "node_modules/eslint-plugin-flowtype": {
8534
- "version": "8.0.3",
8535
- "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-8.0.3.tgz",
8536
- "integrity": "sha512-dX8l6qUL6O+fYPtpNRideCFSpmWOUVx5QcaGLVqe/vlDiBSe4vYljDWDETwnyFzpl7By/WVIu6rcrniCgH9BqQ==",
8537
- "dependencies": {
8538
- "lodash": "^4.17.21",
8539
- "string-natural-compare": "^3.0.1"
8540
- },
8541
- "engines": {
8542
- "node": ">=12.0.0"
8543
- },
8544
- "peerDependencies": {
8545
- "@babel/plugin-syntax-flow": "^7.14.5",
8546
- "@babel/plugin-transform-react-jsx": "^7.14.9",
8547
- "eslint": "^8.1.0"
8548
- }
8549
- },
8550
8587
  "node_modules/eslint-plugin-import": {
8551
- "version": "2.27.5",
8552
- "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.27.5.tgz",
8553
- "integrity": "sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==",
8554
- "dependencies": {
8555
- "array-includes": "^3.1.6",
8556
- "array.prototype.flat": "^1.3.1",
8557
- "array.prototype.flatmap": "^1.3.1",
8588
+ "version": "2.29.0",
8589
+ "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.29.0.tgz",
8590
+ "integrity": "sha512-QPOO5NO6Odv5lpoTkddtutccQjysJuFxoPS7fAHO+9m9udNHvTCPSAMW9zGAYj8lAIdr40I8yPCdUYrncXtrwg==",
8591
+ "dependencies": {
8592
+ "array-includes": "^3.1.7",
8593
+ "array.prototype.findlastindex": "^1.2.3",
8594
+ "array.prototype.flat": "^1.3.2",
8595
+ "array.prototype.flatmap": "^1.3.2",
8558
8596
  "debug": "^3.2.7",
8559
8597
  "doctrine": "^2.1.0",
8560
- "eslint-import-resolver-node": "^0.3.7",
8561
- "eslint-module-utils": "^2.7.4",
8562
- "has": "^1.0.3",
8563
- "is-core-module": "^2.11.0",
8598
+ "eslint-import-resolver-node": "^0.3.9",
8599
+ "eslint-module-utils": "^2.8.0",
8600
+ "hasown": "^2.0.0",
8601
+ "is-core-module": "^2.13.1",
8564
8602
  "is-glob": "^4.0.3",
8565
8603
  "minimatch": "^3.1.2",
8566
- "object.values": "^1.1.6",
8567
- "resolve": "^1.22.1",
8568
- "semver": "^6.3.0",
8569
- "tsconfig-paths": "^3.14.1"
8604
+ "object.fromentries": "^2.0.7",
8605
+ "object.groupby": "^1.0.1",
8606
+ "object.values": "^1.1.7",
8607
+ "semver": "^6.3.1",
8608
+ "tsconfig-paths": "^3.14.2"
8570
8609
  },
8571
8610
  "engines": {
8572
8611
  "node": ">=4"
@@ -8626,26 +8665,26 @@
8626
8665
  }
8627
8666
  },
8628
8667
  "node_modules/eslint-plugin-jsx-a11y": {
8629
- "version": "6.7.1",
8630
- "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.7.1.tgz",
8631
- "integrity": "sha512-63Bog4iIethyo8smBklORknVjB0T2dwB8Mr/hIC+fBS0uyHdYYpzM/Ed+YC8VxTjlXHEWFOdmgwcDn1U2L9VCA==",
8668
+ "version": "6.8.0",
8669
+ "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.8.0.tgz",
8670
+ "integrity": "sha512-Hdh937BS3KdwwbBaKd5+PLCOmYY6U4f2h9Z2ktwtNKvIdIEu137rjYbcb9ApSbVJfWxANNuiKTD/9tOKjK9qOA==",
8632
8671
  "dependencies": {
8633
- "@babel/runtime": "^7.20.7",
8634
- "aria-query": "^5.1.3",
8635
- "array-includes": "^3.1.6",
8636
- "array.prototype.flatmap": "^1.3.1",
8637
- "ast-types-flow": "^0.0.7",
8638
- "axe-core": "^4.6.2",
8639
- "axobject-query": "^3.1.1",
8672
+ "@babel/runtime": "^7.23.2",
8673
+ "aria-query": "^5.3.0",
8674
+ "array-includes": "^3.1.7",
8675
+ "array.prototype.flatmap": "^1.3.2",
8676
+ "ast-types-flow": "^0.0.8",
8677
+ "axe-core": "=4.7.0",
8678
+ "axobject-query": "^3.2.1",
8640
8679
  "damerau-levenshtein": "^1.0.8",
8641
8680
  "emoji-regex": "^9.2.2",
8642
- "has": "^1.0.3",
8643
- "jsx-ast-utils": "^3.3.3",
8644
- "language-tags": "=1.0.5",
8681
+ "es-iterator-helpers": "^1.0.15",
8682
+ "hasown": "^2.0.0",
8683
+ "jsx-ast-utils": "^3.3.5",
8684
+ "language-tags": "^1.0.9",
8645
8685
  "minimatch": "^3.1.2",
8646
- "object.entries": "^1.1.6",
8647
- "object.fromentries": "^2.0.6",
8648
- "semver": "^6.3.0"
8686
+ "object.entries": "^1.1.7",
8687
+ "object.fromentries": "^2.0.7"
8649
8688
  },
8650
8689
  "engines": {
8651
8690
  "node": ">=4.0"
@@ -8654,14 +8693,6 @@
8654
8693
  "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8"
8655
8694
  }
8656
8695
  },
8657
- "node_modules/eslint-plugin-jsx-a11y/node_modules/semver": {
8658
- "version": "6.3.1",
8659
- "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
8660
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
8661
- "bin": {
8662
- "semver": "bin/semver.js"
8663
- }
8664
- },
8665
8696
  "node_modules/eslint-plugin-react": {
8666
8697
  "version": "7.32.2",
8667
8698
  "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.32.2.tgz",
@@ -8736,10 +8767,19 @@
8736
8767
  "semver": "bin/semver.js"
8737
8768
  }
8738
8769
  },
8770
+ "node_modules/eslint-plugin-simple-import-sort": {
8771
+ "version": "8.0.0",
8772
+ "resolved": "https://registry.npmjs.org/eslint-plugin-simple-import-sort/-/eslint-plugin-simple-import-sort-8.0.0.tgz",
8773
+ "integrity": "sha512-bXgJQ+lqhtQBCuWY/FUWdB27j4+lqcvXv5rUARkzbeWLwea+S5eBZEQrhnO+WgX3ZoJHVj0cn943iyXwByHHQw==",
8774
+ "dev": true,
8775
+ "peerDependencies": {
8776
+ "eslint": ">=5.0.0"
8777
+ }
8778
+ },
8739
8779
  "node_modules/eslint-plugin-testing-library": {
8740
- "version": "5.11.0",
8741
- "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.11.0.tgz",
8742
- "integrity": "sha512-ELY7Gefo+61OfXKlQeXNIDVVLPcvKTeiQOoMZG9TeuWa7Ln4dUNRv8JdRWBQI9Mbb427XGlVB1aa1QPZxBJM8Q==",
8780
+ "version": "5.11.1",
8781
+ "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.11.1.tgz",
8782
+ "integrity": "sha512-5eX9e1Kc2PqVRed3taaLnAAqPZGEX75C+M/rXzUAI3wIg/ZxzUm1OVAwfe/O+vE+6YXOLetSe9g5GKD2ecXipw==",
8743
8783
  "dependencies": {
8744
8784
  "@typescript-eslint/utils": "^5.58.0"
8745
8785
  },
@@ -8752,24 +8792,51 @@
8752
8792
  }
8753
8793
  },
8754
8794
  "node_modules/eslint-scope": {
8755
- "version": "7.2.0",
8756
- "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.0.tgz",
8757
- "integrity": "sha512-DYj5deGlHBfMt15J7rdtyKNq/Nqlv5KfU4iodrQ019XESsRnwXH9KAE0y3cwtUHDo2ob7CypAnCqefh6vioWRw==",
8795
+ "version": "5.1.1",
8796
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
8797
+ "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
8758
8798
  "dependencies": {
8759
8799
  "esrecurse": "^4.3.0",
8760
- "estraverse": "^5.2.0"
8800
+ "estraverse": "^4.1.1"
8761
8801
  },
8762
8802
  "engines": {
8763
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
8803
+ "node": ">=8.0.0"
8804
+ }
8805
+ },
8806
+ "node_modules/eslint-scope/node_modules/estraverse": {
8807
+ "version": "4.3.0",
8808
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
8809
+ "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
8810
+ "engines": {
8811
+ "node": ">=4.0"
8812
+ }
8813
+ },
8814
+ "node_modules/eslint-utils": {
8815
+ "version": "2.1.0",
8816
+ "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.1.0.tgz",
8817
+ "integrity": "sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==",
8818
+ "dependencies": {
8819
+ "eslint-visitor-keys": "^1.1.0"
8820
+ },
8821
+ "engines": {
8822
+ "node": ">=6"
8764
8823
  },
8765
8824
  "funding": {
8766
- "url": "https://opencollective.com/eslint"
8825
+ "url": "https://github.com/sponsors/mysticatea"
8826
+ }
8827
+ },
8828
+ "node_modules/eslint-utils/node_modules/eslint-visitor-keys": {
8829
+ "version": "1.3.0",
8830
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz",
8831
+ "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==",
8832
+ "engines": {
8833
+ "node": ">=4"
8767
8834
  }
8768
8835
  },
8769
8836
  "node_modules/eslint-visitor-keys": {
8770
- "version": "3.4.1",
8771
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz",
8772
- "integrity": "sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==",
8837
+ "version": "3.4.3",
8838
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
8839
+ "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
8773
8840
  "engines": {
8774
8841
  "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
8775
8842
  },
@@ -8884,6 +8951,14 @@
8884
8951
  "url": "https://github.com/chalk/supports-color?sponsor=1"
8885
8952
  }
8886
8953
  },
8954
+ "node_modules/eslint/node_modules/@babel/code-frame": {
8955
+ "version": "7.12.11",
8956
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz",
8957
+ "integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==",
8958
+ "dependencies": {
8959
+ "@babel/highlight": "^7.10.4"
8960
+ }
8961
+ },
8887
8962
  "node_modules/eslint/node_modules/ansi-styles": {
8888
8963
  "version": "4.3.0",
8889
8964
  "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
@@ -8898,11 +8973,6 @@
8898
8973
  "url": "https://github.com/chalk/ansi-styles?sponsor=1"
8899
8974
  }
8900
8975
  },
8901
- "node_modules/eslint/node_modules/argparse": {
8902
- "version": "2.0.1",
8903
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
8904
- "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
8905
- },
8906
8976
  "node_modules/eslint/node_modules/chalk": {
8907
8977
  "version": "4.1.2",
8908
8978
  "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
@@ -8945,6 +9015,25 @@
8945
9015
  "url": "https://github.com/sponsors/sindresorhus"
8946
9016
  }
8947
9017
  },
9018
+ "node_modules/eslint/node_modules/eslint-visitor-keys": {
9019
+ "version": "2.1.0",
9020
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
9021
+ "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==",
9022
+ "engines": {
9023
+ "node": ">=10"
9024
+ }
9025
+ },
9026
+ "node_modules/eslint/node_modules/glob-parent": {
9027
+ "version": "5.1.2",
9028
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
9029
+ "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
9030
+ "dependencies": {
9031
+ "is-glob": "^4.0.1"
9032
+ },
9033
+ "engines": {
9034
+ "node": ">= 6"
9035
+ }
9036
+ },
8948
9037
  "node_modules/eslint/node_modules/globals": {
8949
9038
  "version": "13.20.0",
8950
9039
  "resolved": "https://registry.npmjs.org/globals/-/globals-13.20.0.tgz",
@@ -8967,15 +9056,12 @@
8967
9056
  "node": ">=8"
8968
9057
  }
8969
9058
  },
8970
- "node_modules/eslint/node_modules/js-yaml": {
8971
- "version": "4.1.0",
8972
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
8973
- "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
8974
- "dependencies": {
8975
- "argparse": "^2.0.1"
8976
- },
8977
- "bin": {
8978
- "js-yaml": "bin/js-yaml.js"
9059
+ "node_modules/eslint/node_modules/ignore": {
9060
+ "version": "4.0.6",
9061
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz",
9062
+ "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==",
9063
+ "engines": {
9064
+ "node": ">= 4"
8979
9065
  }
8980
9066
  },
8981
9067
  "node_modules/eslint/node_modules/supports-color": {
@@ -9001,19 +9087,35 @@
9001
9087
  }
9002
9088
  },
9003
9089
  "node_modules/espree": {
9004
- "version": "9.6.0",
9005
- "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.0.tgz",
9006
- "integrity": "sha512-1FH/IiruXZ84tpUlm0aCUEwMl2Ho5ilqVh0VvQXw+byAz/4SAciyHLlfmL5WYqsvD38oymdUwBss0LtK8m4s/A==",
9090
+ "version": "7.3.1",
9091
+ "resolved": "https://registry.npmjs.org/espree/-/espree-7.3.1.tgz",
9092
+ "integrity": "sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g==",
9007
9093
  "dependencies": {
9008
- "acorn": "^8.9.0",
9009
- "acorn-jsx": "^5.3.2",
9010
- "eslint-visitor-keys": "^3.4.1"
9094
+ "acorn": "^7.4.0",
9095
+ "acorn-jsx": "^5.3.1",
9096
+ "eslint-visitor-keys": "^1.3.0"
9011
9097
  },
9012
9098
  "engines": {
9013
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
9099
+ "node": "^10.12.0 || >=12.0.0"
9100
+ }
9101
+ },
9102
+ "node_modules/espree/node_modules/acorn": {
9103
+ "version": "7.4.1",
9104
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz",
9105
+ "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==",
9106
+ "bin": {
9107
+ "acorn": "bin/acorn"
9014
9108
  },
9015
- "funding": {
9016
- "url": "https://opencollective.com/eslint"
9109
+ "engines": {
9110
+ "node": ">=0.4.0"
9111
+ }
9112
+ },
9113
+ "node_modules/espree/node_modules/eslint-visitor-keys": {
9114
+ "version": "1.3.0",
9115
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz",
9116
+ "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==",
9117
+ "engines": {
9118
+ "node": ">=4"
9017
9119
  }
9018
9120
  },
9019
9121
  "node_modules/esprima": {
@@ -9701,19 +9803,22 @@
9701
9803
  "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw=="
9702
9804
  },
9703
9805
  "node_modules/function-bind": {
9704
- "version": "1.1.1",
9705
- "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
9706
- "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A=="
9806
+ "version": "1.1.2",
9807
+ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
9808
+ "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
9809
+ "funding": {
9810
+ "url": "https://github.com/sponsors/ljharb"
9811
+ }
9707
9812
  },
9708
9813
  "node_modules/function.prototype.name": {
9709
- "version": "1.1.5",
9710
- "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.5.tgz",
9711
- "integrity": "sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==",
9814
+ "version": "1.1.6",
9815
+ "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.6.tgz",
9816
+ "integrity": "sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==",
9712
9817
  "dependencies": {
9713
9818
  "call-bind": "^1.0.2",
9714
- "define-properties": "^1.1.3",
9715
- "es-abstract": "^1.19.0",
9716
- "functions-have-names": "^1.2.2"
9819
+ "define-properties": "^1.2.0",
9820
+ "es-abstract": "^1.22.1",
9821
+ "functions-have-names": "^1.2.3"
9717
9822
  },
9718
9823
  "engines": {
9719
9824
  "node": ">= 0.4"
@@ -9722,6 +9827,11 @@
9722
9827
  "url": "https://github.com/sponsors/ljharb"
9723
9828
  }
9724
9829
  },
9830
+ "node_modules/functional-red-black-tree": {
9831
+ "version": "1.0.1",
9832
+ "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz",
9833
+ "integrity": "sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g=="
9834
+ },
9725
9835
  "node_modules/functions-have-names": {
9726
9836
  "version": "1.2.3",
9727
9837
  "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz",
@@ -9747,14 +9857,14 @@
9747
9857
  }
9748
9858
  },
9749
9859
  "node_modules/get-intrinsic": {
9750
- "version": "1.2.1",
9751
- "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.1.tgz",
9752
- "integrity": "sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==",
9860
+ "version": "1.2.2",
9861
+ "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.2.tgz",
9862
+ "integrity": "sha512-0gSo4ml/0j98Y3lngkFEot/zhiCeWsbYIlZ+uZOVgzLyLaUw7wxUL+nCTP0XJvJg1AXulJRI3UJi8GsbDuxdGA==",
9753
9863
  "dependencies": {
9754
- "function-bind": "^1.1.1",
9755
- "has": "^1.0.3",
9864
+ "function-bind": "^1.1.2",
9756
9865
  "has-proto": "^1.0.1",
9757
- "has-symbols": "^1.0.3"
9866
+ "has-symbols": "^1.0.3",
9867
+ "hasown": "^2.0.0"
9758
9868
  },
9759
9869
  "funding": {
9760
9870
  "url": "https://github.com/sponsors/ljharb"
@@ -10029,6 +10139,17 @@
10029
10139
  "url": "https://github.com/sponsors/ljharb"
10030
10140
  }
10031
10141
  },
10142
+ "node_modules/hasown": {
10143
+ "version": "2.0.0",
10144
+ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.0.tgz",
10145
+ "integrity": "sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==",
10146
+ "dependencies": {
10147
+ "function-bind": "^1.1.2"
10148
+ },
10149
+ "engines": {
10150
+ "node": ">= 0.4"
10151
+ }
10152
+ },
10032
10153
  "node_modules/he": {
10033
10154
  "version": "1.2.0",
10034
10155
  "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
@@ -10476,6 +10597,20 @@
10476
10597
  "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
10477
10598
  "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg=="
10478
10599
  },
10600
+ "node_modules/is-async-function": {
10601
+ "version": "2.0.0",
10602
+ "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.0.0.tgz",
10603
+ "integrity": "sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA==",
10604
+ "dependencies": {
10605
+ "has-tostringtag": "^1.0.0"
10606
+ },
10607
+ "engines": {
10608
+ "node": ">= 0.4"
10609
+ },
10610
+ "funding": {
10611
+ "url": "https://github.com/sponsors/ljharb"
10612
+ }
10613
+ },
10479
10614
  "node_modules/is-bigint": {
10480
10615
  "version": "1.0.4",
10481
10616
  "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz",
@@ -10525,11 +10660,11 @@
10525
10660
  }
10526
10661
  },
10527
10662
  "node_modules/is-core-module": {
10528
- "version": "2.12.1",
10529
- "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.12.1.tgz",
10530
- "integrity": "sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg==",
10663
+ "version": "2.13.1",
10664
+ "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz",
10665
+ "integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==",
10531
10666
  "dependencies": {
10532
- "has": "^1.0.3"
10667
+ "hasown": "^2.0.0"
10533
10668
  },
10534
10669
  "funding": {
10535
10670
  "url": "https://github.com/sponsors/ljharb"
@@ -10571,6 +10706,17 @@
10571
10706
  "node": ">=0.10.0"
10572
10707
  }
10573
10708
  },
10709
+ "node_modules/is-finalizationregistry": {
10710
+ "version": "1.0.2",
10711
+ "resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.0.2.tgz",
10712
+ "integrity": "sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==",
10713
+ "dependencies": {
10714
+ "call-bind": "^1.0.2"
10715
+ },
10716
+ "funding": {
10717
+ "url": "https://github.com/sponsors/ljharb"
10718
+ }
10719
+ },
10574
10720
  "node_modules/is-fullwidth-code-point": {
10575
10721
  "version": "3.0.0",
10576
10722
  "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
@@ -10587,6 +10733,20 @@
10587
10733
  "node": ">=6"
10588
10734
  }
10589
10735
  },
10736
+ "node_modules/is-generator-function": {
10737
+ "version": "1.0.10",
10738
+ "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.0.10.tgz",
10739
+ "integrity": "sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==",
10740
+ "dependencies": {
10741
+ "has-tostringtag": "^1.0.0"
10742
+ },
10743
+ "engines": {
10744
+ "node": ">= 0.4"
10745
+ },
10746
+ "funding": {
10747
+ "url": "https://github.com/sponsors/ljharb"
10748
+ }
10749
+ },
10590
10750
  "node_modules/is-glob": {
10591
10751
  "version": "4.0.3",
10592
10752
  "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
@@ -10766,15 +10926,11 @@
10766
10926
  }
10767
10927
  },
10768
10928
  "node_modules/is-typed-array": {
10769
- "version": "1.1.10",
10770
- "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.10.tgz",
10771
- "integrity": "sha512-PJqgEHiWZvMpaFZ3uTc8kHPM4+4ADTlDniuQL7cU/UDA0Ql7F70yGfHph3cLNe+c9toaigv+DFzTJKhc2CtO6A==",
10929
+ "version": "1.1.12",
10930
+ "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.12.tgz",
10931
+ "integrity": "sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg==",
10772
10932
  "dependencies": {
10773
- "available-typed-arrays": "^1.0.5",
10774
- "call-bind": "^1.0.2",
10775
- "for-each": "^0.3.3",
10776
- "gopd": "^1.0.1",
10777
- "has-tostringtag": "^1.0.0"
10933
+ "which-typed-array": "^1.1.11"
10778
10934
  },
10779
10935
  "engines": {
10780
10936
  "node": ">= 0.4"
@@ -10936,6 +11092,18 @@
10936
11092
  "node": ">=8"
10937
11093
  }
10938
11094
  },
11095
+ "node_modules/iterator.prototype": {
11096
+ "version": "1.1.2",
11097
+ "resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.2.tgz",
11098
+ "integrity": "sha512-DR33HMMr8EzwuRL8Y9D3u2BMj8+RqSE850jfGu59kS7tbmPLzGkZmVSfyCFSDxuZiEY6Rzt3T2NA/qU+NwVj1w==",
11099
+ "dependencies": {
11100
+ "define-properties": "^1.2.1",
11101
+ "get-intrinsic": "^1.2.1",
11102
+ "has-symbols": "^1.0.3",
11103
+ "reflect.getprototypeof": "^1.0.4",
11104
+ "set-function-name": "^2.0.1"
11105
+ }
11106
+ },
10939
11107
  "node_modules/jake": {
10940
11108
  "version": "10.8.7",
10941
11109
  "resolved": "https://registry.npmjs.org/jake/-/jake-10.8.7.tgz",
@@ -13026,9 +13194,9 @@
13026
13194
  }
13027
13195
  },
13028
13196
  "node_modules/jsx-ast-utils": {
13029
- "version": "3.3.4",
13030
- "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.4.tgz",
13031
- "integrity": "sha512-fX2TVdCViod6HwKEtSWGHs57oFhVfCMwieb9PuRDgjDPh5XeqJiHFFFJCHxU5cnTc3Bu/GRL+kPiFmw8XWOfKw==",
13197
+ "version": "3.3.5",
13198
+ "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz",
13199
+ "integrity": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==",
13032
13200
  "dependencies": {
13033
13201
  "array-includes": "^3.1.6",
13034
13202
  "array.prototype.flat": "^1.3.1",
@@ -13069,11 +13237,14 @@
13069
13237
  "integrity": "sha512-tN0MCzyWnoz/4nHS6uxdlFWoUZT7ABptwKPQ52Ea7URk6vll88bWBVhodtnlfEuCcKWNGoc+uGbw1cwa9IKh/w=="
13070
13238
  },
13071
13239
  "node_modules/language-tags": {
13072
- "version": "1.0.5",
13073
- "resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.5.tgz",
13074
- "integrity": "sha512-qJhlO9cGXi6hBGKoxEG/sKZDAHD5Hnu9Hs4WbOY3pCWXDhw0N8x1NenNzm2EnNLkLkk7J2SdxAkDSbb6ftT+UQ==",
13240
+ "version": "1.0.9",
13241
+ "resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.9.tgz",
13242
+ "integrity": "sha512-MbjN408fEndfiQXbFQ1vnd+1NoLDsnQW41410oQBXiyXDMYH5z505juWa4KUE1LqxRC7DgOgZDbKLxHIwm27hA==",
13075
13243
  "dependencies": {
13076
- "language-subtag-registry": "~0.3.2"
13244
+ "language-subtag-registry": "^0.3.20"
13245
+ },
13246
+ "engines": {
13247
+ "node": ">=0.10"
13077
13248
  }
13078
13249
  },
13079
13250
  "node_modules/launch-editor": {
@@ -13183,6 +13354,11 @@
13183
13354
  "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz",
13184
13355
  "integrity": "sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA=="
13185
13356
  },
13357
+ "node_modules/lodash.truncate": {
13358
+ "version": "4.4.2",
13359
+ "resolved": "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz",
13360
+ "integrity": "sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw=="
13361
+ },
13186
13362
  "node_modules/lodash.uniq": {
13187
13363
  "version": "4.5.0",
13188
13364
  "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz",
@@ -13636,9 +13812,9 @@
13636
13812
  }
13637
13813
  },
13638
13814
  "node_modules/object-inspect": {
13639
- "version": "1.12.3",
13640
- "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz",
13641
- "integrity": "sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==",
13815
+ "version": "1.13.1",
13816
+ "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.1.tgz",
13817
+ "integrity": "sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==",
13642
13818
  "funding": {
13643
13819
  "url": "https://github.com/sponsors/ljharb"
13644
13820
  }
@@ -13684,26 +13860,26 @@
13684
13860
  }
13685
13861
  },
13686
13862
  "node_modules/object.entries": {
13687
- "version": "1.1.6",
13688
- "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.6.tgz",
13689
- "integrity": "sha512-leTPzo4Zvg3pmbQ3rDK69Rl8GQvIqMWubrkxONG9/ojtFE2rD9fjMKfSI5BxW3osRH1m6VdzmqK8oAY9aT4x5w==",
13863
+ "version": "1.1.7",
13864
+ "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.7.tgz",
13865
+ "integrity": "sha512-jCBs/0plmPsOnrKAfFQXRG2NFjlhZgjjcBLSmTnEhU8U6vVTsVe8ANeQJCHTl3gSsI4J+0emOoCgoKlmQPMgmA==",
13690
13866
  "dependencies": {
13691
13867
  "call-bind": "^1.0.2",
13692
- "define-properties": "^1.1.4",
13693
- "es-abstract": "^1.20.4"
13868
+ "define-properties": "^1.2.0",
13869
+ "es-abstract": "^1.22.1"
13694
13870
  },
13695
13871
  "engines": {
13696
13872
  "node": ">= 0.4"
13697
13873
  }
13698
13874
  },
13699
13875
  "node_modules/object.fromentries": {
13700
- "version": "2.0.6",
13701
- "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.6.tgz",
13702
- "integrity": "sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg==",
13876
+ "version": "2.0.7",
13877
+ "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.7.tgz",
13878
+ "integrity": "sha512-UPbPHML6sL8PI/mOqPwsH4G6iyXcCGzLin8KvEPenOZN5lpCNBZZQ+V62vdjB1mQHrmqGQt5/OJzemUA+KJmEA==",
13703
13879
  "dependencies": {
13704
13880
  "call-bind": "^1.0.2",
13705
- "define-properties": "^1.1.4",
13706
- "es-abstract": "^1.20.4"
13881
+ "define-properties": "^1.2.0",
13882
+ "es-abstract": "^1.22.1"
13707
13883
  },
13708
13884
  "engines": {
13709
13885
  "node": ">= 0.4"
@@ -13730,6 +13906,17 @@
13730
13906
  "url": "https://github.com/sponsors/ljharb"
13731
13907
  }
13732
13908
  },
13909
+ "node_modules/object.groupby": {
13910
+ "version": "1.0.1",
13911
+ "resolved": "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.1.tgz",
13912
+ "integrity": "sha512-HqaQtqLnp/8Bn4GL16cj+CUYbnpe1bh0TtEaWvybszDG4tgxCJuRpV8VGuvNaI1fAnI4lUJzDG55MXcOH4JZcQ==",
13913
+ "dependencies": {
13914
+ "call-bind": "^1.0.2",
13915
+ "define-properties": "^1.2.0",
13916
+ "es-abstract": "^1.22.1",
13917
+ "get-intrinsic": "^1.2.1"
13918
+ }
13919
+ },
13733
13920
  "node_modules/object.hasown": {
13734
13921
  "version": "1.1.2",
13735
13922
  "resolved": "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.2.tgz",
@@ -13743,13 +13930,13 @@
13743
13930
  }
13744
13931
  },
13745
13932
  "node_modules/object.values": {
13746
- "version": "1.1.6",
13747
- "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.6.tgz",
13748
- "integrity": "sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw==",
13933
+ "version": "1.1.7",
13934
+ "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.7.tgz",
13935
+ "integrity": "sha512-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng==",
13749
13936
  "dependencies": {
13750
13937
  "call-bind": "^1.0.2",
13751
- "define-properties": "^1.1.4",
13752
- "es-abstract": "^1.20.4"
13938
+ "define-properties": "^1.2.0",
13939
+ "es-abstract": "^1.22.1"
13753
13940
  },
13754
13941
  "engines": {
13755
13942
  "node": ">= 0.4"
@@ -15344,6 +15531,21 @@
15344
15531
  "node": ">= 0.8.0"
15345
15532
  }
15346
15533
  },
15534
+ "node_modules/prettier": {
15535
+ "version": "2.8.0",
15536
+ "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.0.tgz",
15537
+ "integrity": "sha512-9Lmg8hTFZKG0Asr/kW9Bp8tJjRVluO8EJQVfY2T7FMw9T5jy4I/Uvx0Rca/XWf50QQ1/SS48+6IJWnrb+2yemA==",
15538
+ "dev": true,
15539
+ "bin": {
15540
+ "prettier": "bin-prettier.js"
15541
+ },
15542
+ "engines": {
15543
+ "node": ">=10.13.0"
15544
+ },
15545
+ "funding": {
15546
+ "url": "https://github.com/prettier/prettier?sponsor=1"
15547
+ }
15548
+ },
15347
15549
  "node_modules/pretty-bytes": {
15348
15550
  "version": "5.6.0",
15349
15551
  "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz",
@@ -15393,6 +15595,14 @@
15393
15595
  "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
15394
15596
  "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag=="
15395
15597
  },
15598
+ "node_modules/progress": {
15599
+ "version": "2.0.3",
15600
+ "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz",
15601
+ "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==",
15602
+ "engines": {
15603
+ "node": ">=0.4.0"
15604
+ }
15605
+ },
15396
15606
  "node_modules/promise": {
15397
15607
  "version": "8.3.0",
15398
15608
  "resolved": "https://registry.npmjs.org/promise/-/promise-8.3.0.tgz",
@@ -15871,37 +16081,322 @@
15871
16081
  }
15872
16082
  }
15873
16083
  },
15874
- "node_modules/react-transition-group": {
15875
- "version": "4.4.5",
15876
- "resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.5.tgz",
15877
- "integrity": "sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==",
16084
+ "node_modules/react-scripts/node_modules/@eslint/eslintrc": {
16085
+ "version": "2.1.4",
16086
+ "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz",
16087
+ "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==",
15878
16088
  "dependencies": {
15879
- "@babel/runtime": "^7.5.5",
15880
- "dom-helpers": "^5.0.1",
15881
- "loose-envify": "^1.4.0",
15882
- "prop-types": "^15.6.2"
16089
+ "ajv": "^6.12.4",
16090
+ "debug": "^4.3.2",
16091
+ "espree": "^9.6.0",
16092
+ "globals": "^13.19.0",
16093
+ "ignore": "^5.2.0",
16094
+ "import-fresh": "^3.2.1",
16095
+ "js-yaml": "^4.1.0",
16096
+ "minimatch": "^3.1.2",
16097
+ "strip-json-comments": "^3.1.1"
15883
16098
  },
15884
- "peerDependencies": {
15885
- "react": ">=16.6.0",
15886
- "react-dom": ">=16.6.0"
16099
+ "engines": {
16100
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
16101
+ },
16102
+ "funding": {
16103
+ "url": "https://opencollective.com/eslint"
15887
16104
  }
15888
16105
  },
15889
- "node_modules/read-cache": {
15890
- "version": "1.0.0",
15891
- "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz",
15892
- "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==",
16106
+ "node_modules/react-scripts/node_modules/@humanwhocodes/config-array": {
16107
+ "version": "0.11.13",
16108
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.13.tgz",
16109
+ "integrity": "sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==",
15893
16110
  "dependencies": {
15894
- "pify": "^2.3.0"
16111
+ "@humanwhocodes/object-schema": "^2.0.1",
16112
+ "debug": "^4.1.1",
16113
+ "minimatch": "^3.0.5"
16114
+ },
16115
+ "engines": {
16116
+ "node": ">=10.10.0"
15895
16117
  }
15896
16118
  },
15897
- "node_modules/readable-stream": {
15898
- "version": "3.6.2",
15899
- "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
15900
- "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
16119
+ "node_modules/react-scripts/node_modules/@humanwhocodes/object-schema": {
16120
+ "version": "2.0.1",
16121
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz",
16122
+ "integrity": "sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw=="
16123
+ },
16124
+ "node_modules/react-scripts/node_modules/ansi-styles": {
16125
+ "version": "4.3.0",
16126
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
16127
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
15901
16128
  "dependencies": {
15902
- "inherits": "^2.0.3",
15903
- "string_decoder": "^1.1.1",
15904
- "util-deprecate": "^1.0.1"
16129
+ "color-convert": "^2.0.1"
16130
+ },
16131
+ "engines": {
16132
+ "node": ">=8"
16133
+ },
16134
+ "funding": {
16135
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
16136
+ }
16137
+ },
16138
+ "node_modules/react-scripts/node_modules/argparse": {
16139
+ "version": "2.0.1",
16140
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
16141
+ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
16142
+ },
16143
+ "node_modules/react-scripts/node_modules/chalk": {
16144
+ "version": "4.1.2",
16145
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
16146
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
16147
+ "dependencies": {
16148
+ "ansi-styles": "^4.1.0",
16149
+ "supports-color": "^7.1.0"
16150
+ },
16151
+ "engines": {
16152
+ "node": ">=10"
16153
+ },
16154
+ "funding": {
16155
+ "url": "https://github.com/chalk/chalk?sponsor=1"
16156
+ }
16157
+ },
16158
+ "node_modules/react-scripts/node_modules/color-convert": {
16159
+ "version": "2.0.1",
16160
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
16161
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
16162
+ "dependencies": {
16163
+ "color-name": "~1.1.4"
16164
+ },
16165
+ "engines": {
16166
+ "node": ">=7.0.0"
16167
+ }
16168
+ },
16169
+ "node_modules/react-scripts/node_modules/color-name": {
16170
+ "version": "1.1.4",
16171
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
16172
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
16173
+ },
16174
+ "node_modules/react-scripts/node_modules/escape-string-regexp": {
16175
+ "version": "4.0.0",
16176
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
16177
+ "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
16178
+ "engines": {
16179
+ "node": ">=10"
16180
+ },
16181
+ "funding": {
16182
+ "url": "https://github.com/sponsors/sindresorhus"
16183
+ }
16184
+ },
16185
+ "node_modules/react-scripts/node_modules/eslint": {
16186
+ "version": "8.55.0",
16187
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.55.0.tgz",
16188
+ "integrity": "sha512-iyUUAM0PCKj5QpwGfmCAG9XXbZCWsqP/eWAWrG/W0umvjuLRBECwSFdt+rCntju0xEH7teIABPwXpahftIaTdA==",
16189
+ "dependencies": {
16190
+ "@eslint-community/eslint-utils": "^4.2.0",
16191
+ "@eslint-community/regexpp": "^4.6.1",
16192
+ "@eslint/eslintrc": "^2.1.4",
16193
+ "@eslint/js": "8.55.0",
16194
+ "@humanwhocodes/config-array": "^0.11.13",
16195
+ "@humanwhocodes/module-importer": "^1.0.1",
16196
+ "@nodelib/fs.walk": "^1.2.8",
16197
+ "@ungap/structured-clone": "^1.2.0",
16198
+ "ajv": "^6.12.4",
16199
+ "chalk": "^4.0.0",
16200
+ "cross-spawn": "^7.0.2",
16201
+ "debug": "^4.3.2",
16202
+ "doctrine": "^3.0.0",
16203
+ "escape-string-regexp": "^4.0.0",
16204
+ "eslint-scope": "^7.2.2",
16205
+ "eslint-visitor-keys": "^3.4.3",
16206
+ "espree": "^9.6.1",
16207
+ "esquery": "^1.4.2",
16208
+ "esutils": "^2.0.2",
16209
+ "fast-deep-equal": "^3.1.3",
16210
+ "file-entry-cache": "^6.0.1",
16211
+ "find-up": "^5.0.0",
16212
+ "glob-parent": "^6.0.2",
16213
+ "globals": "^13.19.0",
16214
+ "graphemer": "^1.4.0",
16215
+ "ignore": "^5.2.0",
16216
+ "imurmurhash": "^0.1.4",
16217
+ "is-glob": "^4.0.0",
16218
+ "is-path-inside": "^3.0.3",
16219
+ "js-yaml": "^4.1.0",
16220
+ "json-stable-stringify-without-jsonify": "^1.0.1",
16221
+ "levn": "^0.4.1",
16222
+ "lodash.merge": "^4.6.2",
16223
+ "minimatch": "^3.1.2",
16224
+ "natural-compare": "^1.4.0",
16225
+ "optionator": "^0.9.3",
16226
+ "strip-ansi": "^6.0.1",
16227
+ "text-table": "^0.2.0"
16228
+ },
16229
+ "bin": {
16230
+ "eslint": "bin/eslint.js"
16231
+ },
16232
+ "engines": {
16233
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
16234
+ },
16235
+ "funding": {
16236
+ "url": "https://opencollective.com/eslint"
16237
+ }
16238
+ },
16239
+ "node_modules/react-scripts/node_modules/eslint-config-react-app": {
16240
+ "version": "7.0.1",
16241
+ "resolved": "https://registry.npmjs.org/eslint-config-react-app/-/eslint-config-react-app-7.0.1.tgz",
16242
+ "integrity": "sha512-K6rNzvkIeHaTd8m/QEh1Zko0KI7BACWkkneSs6s9cKZC/J27X3eZR6Upt1jkmZ/4FK+XUOPPxMEN7+lbUXfSlA==",
16243
+ "dependencies": {
16244
+ "@babel/core": "^7.16.0",
16245
+ "@babel/eslint-parser": "^7.16.3",
16246
+ "@rushstack/eslint-patch": "^1.1.0",
16247
+ "@typescript-eslint/eslint-plugin": "^5.5.0",
16248
+ "@typescript-eslint/parser": "^5.5.0",
16249
+ "babel-preset-react-app": "^10.0.1",
16250
+ "confusing-browser-globals": "^1.0.11",
16251
+ "eslint-plugin-flowtype": "^8.0.3",
16252
+ "eslint-plugin-import": "^2.25.3",
16253
+ "eslint-plugin-jest": "^25.3.0",
16254
+ "eslint-plugin-jsx-a11y": "^6.5.1",
16255
+ "eslint-plugin-react": "^7.27.1",
16256
+ "eslint-plugin-react-hooks": "^4.3.0",
16257
+ "eslint-plugin-testing-library": "^5.0.1"
16258
+ },
16259
+ "engines": {
16260
+ "node": ">=14.0.0"
16261
+ },
16262
+ "peerDependencies": {
16263
+ "eslint": "^8.0.0"
16264
+ }
16265
+ },
16266
+ "node_modules/react-scripts/node_modules/eslint-plugin-flowtype": {
16267
+ "version": "8.0.3",
16268
+ "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-8.0.3.tgz",
16269
+ "integrity": "sha512-dX8l6qUL6O+fYPtpNRideCFSpmWOUVx5QcaGLVqe/vlDiBSe4vYljDWDETwnyFzpl7By/WVIu6rcrniCgH9BqQ==",
16270
+ "dependencies": {
16271
+ "lodash": "^4.17.21",
16272
+ "string-natural-compare": "^3.0.1"
16273
+ },
16274
+ "engines": {
16275
+ "node": ">=12.0.0"
16276
+ },
16277
+ "peerDependencies": {
16278
+ "@babel/plugin-syntax-flow": "^7.14.5",
16279
+ "@babel/plugin-transform-react-jsx": "^7.14.9",
16280
+ "eslint": "^8.1.0"
16281
+ }
16282
+ },
16283
+ "node_modules/react-scripts/node_modules/eslint-scope": {
16284
+ "version": "7.2.2",
16285
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz",
16286
+ "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==",
16287
+ "dependencies": {
16288
+ "esrecurse": "^4.3.0",
16289
+ "estraverse": "^5.2.0"
16290
+ },
16291
+ "engines": {
16292
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
16293
+ },
16294
+ "funding": {
16295
+ "url": "https://opencollective.com/eslint"
16296
+ }
16297
+ },
16298
+ "node_modules/react-scripts/node_modules/espree": {
16299
+ "version": "9.6.1",
16300
+ "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz",
16301
+ "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==",
16302
+ "dependencies": {
16303
+ "acorn": "^8.9.0",
16304
+ "acorn-jsx": "^5.3.2",
16305
+ "eslint-visitor-keys": "^3.4.1"
16306
+ },
16307
+ "engines": {
16308
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
16309
+ },
16310
+ "funding": {
16311
+ "url": "https://opencollective.com/eslint"
16312
+ }
16313
+ },
16314
+ "node_modules/react-scripts/node_modules/globals": {
16315
+ "version": "13.23.0",
16316
+ "resolved": "https://registry.npmjs.org/globals/-/globals-13.23.0.tgz",
16317
+ "integrity": "sha512-XAmF0RjlrjY23MA51q3HltdlGxUpXPvg0GioKiD9X6HD28iMjo2dKC8Vqwm7lne4GNr78+RHTfliktR6ZH09wA==",
16318
+ "dependencies": {
16319
+ "type-fest": "^0.20.2"
16320
+ },
16321
+ "engines": {
16322
+ "node": ">=8"
16323
+ },
16324
+ "funding": {
16325
+ "url": "https://github.com/sponsors/sindresorhus"
16326
+ }
16327
+ },
16328
+ "node_modules/react-scripts/node_modules/has-flag": {
16329
+ "version": "4.0.0",
16330
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
16331
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
16332
+ "engines": {
16333
+ "node": ">=8"
16334
+ }
16335
+ },
16336
+ "node_modules/react-scripts/node_modules/js-yaml": {
16337
+ "version": "4.1.0",
16338
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
16339
+ "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
16340
+ "dependencies": {
16341
+ "argparse": "^2.0.1"
16342
+ },
16343
+ "bin": {
16344
+ "js-yaml": "bin/js-yaml.js"
16345
+ }
16346
+ },
16347
+ "node_modules/react-scripts/node_modules/supports-color": {
16348
+ "version": "7.2.0",
16349
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
16350
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
16351
+ "dependencies": {
16352
+ "has-flag": "^4.0.0"
16353
+ },
16354
+ "engines": {
16355
+ "node": ">=8"
16356
+ }
16357
+ },
16358
+ "node_modules/react-scripts/node_modules/type-fest": {
16359
+ "version": "0.20.2",
16360
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
16361
+ "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
16362
+ "engines": {
16363
+ "node": ">=10"
16364
+ },
16365
+ "funding": {
16366
+ "url": "https://github.com/sponsors/sindresorhus"
16367
+ }
16368
+ },
16369
+ "node_modules/react-transition-group": {
16370
+ "version": "4.4.5",
16371
+ "resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.5.tgz",
16372
+ "integrity": "sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==",
16373
+ "dependencies": {
16374
+ "@babel/runtime": "^7.5.5",
16375
+ "dom-helpers": "^5.0.1",
16376
+ "loose-envify": "^1.4.0",
16377
+ "prop-types": "^15.6.2"
16378
+ },
16379
+ "peerDependencies": {
16380
+ "react": ">=16.6.0",
16381
+ "react-dom": ">=16.6.0"
16382
+ }
16383
+ },
16384
+ "node_modules/read-cache": {
16385
+ "version": "1.0.0",
16386
+ "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz",
16387
+ "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==",
16388
+ "dependencies": {
16389
+ "pify": "^2.3.0"
16390
+ }
16391
+ },
16392
+ "node_modules/readable-stream": {
16393
+ "version": "3.6.2",
16394
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
16395
+ "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
16396
+ "dependencies": {
16397
+ "inherits": "^2.0.3",
16398
+ "string_decoder": "^1.1.1",
16399
+ "util-deprecate": "^1.0.1"
15905
16400
  },
15906
16401
  "engines": {
15907
16402
  "node": ">= 6"
@@ -15941,6 +16436,25 @@
15941
16436
  "node": ">=8"
15942
16437
  }
15943
16438
  },
16439
+ "node_modules/reflect.getprototypeof": {
16440
+ "version": "1.0.4",
16441
+ "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.4.tgz",
16442
+ "integrity": "sha512-ECkTw8TmJwW60lOTR+ZkODISW6RQ8+2CL3COqtiJKLd6MmB45hN51HprHFziKLGkAuTGQhBb91V8cy+KHlaCjw==",
16443
+ "dependencies": {
16444
+ "call-bind": "^1.0.2",
16445
+ "define-properties": "^1.2.0",
16446
+ "es-abstract": "^1.22.1",
16447
+ "get-intrinsic": "^1.2.1",
16448
+ "globalthis": "^1.0.3",
16449
+ "which-builtin-type": "^1.1.3"
16450
+ },
16451
+ "engines": {
16452
+ "node": ">= 0.4"
16453
+ },
16454
+ "funding": {
16455
+ "url": "https://github.com/sponsors/ljharb"
16456
+ }
16457
+ },
15944
16458
  "node_modules/regenerate": {
15945
16459
  "version": "1.4.2",
15946
16460
  "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz",
@@ -15976,13 +16490,13 @@
15976
16490
  "integrity": "sha512-jbD/FT0+9MBU2XAZluI7w2OBs1RBi6p9M83nkoZayQXXU9e8Robt69FcZc7wU4eJD/YFTjn1JdCk3rbMJajz8Q=="
15977
16491
  },
15978
16492
  "node_modules/regexp.prototype.flags": {
15979
- "version": "1.5.0",
15980
- "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.0.tgz",
15981
- "integrity": "sha512-0SutC3pNudRKgquxGoRGIz946MZVHqbNfPjBdxeOhBrdgDKlRoXmYLQN9xRbrR09ZXWeGAdPuif7egofn6v5LA==",
16493
+ "version": "1.5.1",
16494
+ "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.1.tgz",
16495
+ "integrity": "sha512-sy6TXMN+hnP/wMy+ISxg3krXx7BAtWVO4UouuCN/ziM9UEne0euamVNafDfvC83bRNr95y0V5iijeDQFUNpvrg==",
15982
16496
  "dependencies": {
15983
16497
  "call-bind": "^1.0.2",
15984
16498
  "define-properties": "^1.2.0",
15985
- "functions-have-names": "^1.2.3"
16499
+ "set-function-name": "^2.0.0"
15986
16500
  },
15987
16501
  "engines": {
15988
16502
  "node": ">= 0.4"
@@ -15991,6 +16505,17 @@
15991
16505
  "url": "https://github.com/sponsors/ljharb"
15992
16506
  }
15993
16507
  },
16508
+ "node_modules/regexpp": {
16509
+ "version": "3.2.0",
16510
+ "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz",
16511
+ "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==",
16512
+ "engines": {
16513
+ "node": ">=8"
16514
+ },
16515
+ "funding": {
16516
+ "url": "https://github.com/sponsors/mysticatea"
16517
+ }
16518
+ },
15994
16519
  "node_modules/regexpu-core": {
15995
16520
  "version": "5.3.2",
15996
16521
  "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.2.tgz",
@@ -16073,11 +16598,11 @@
16073
16598
  "integrity": "sha512-ab9EmR80F/zQTMNeneUr4cv+jSwPJgIlvEmVwLerwrWVbpLlBuls9XHzIeTFy4cegU2NHBp3va0LKOzU5qFEYQ=="
16074
16599
  },
16075
16600
  "node_modules/resolve": {
16076
- "version": "1.22.2",
16077
- "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.2.tgz",
16078
- "integrity": "sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==",
16601
+ "version": "1.22.8",
16602
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz",
16603
+ "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==",
16079
16604
  "dependencies": {
16080
- "is-core-module": "^2.11.0",
16605
+ "is-core-module": "^2.13.0",
16081
16606
  "path-parse": "^1.0.7",
16082
16607
  "supports-preserve-symlinks-flag": "^1.0.0"
16083
16608
  },
@@ -16294,12 +16819,12 @@
16294
16819
  }
16295
16820
  },
16296
16821
  "node_modules/safe-array-concat": {
16297
- "version": "1.0.0",
16298
- "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.0.0.tgz",
16299
- "integrity": "sha512-9dVEFruWIsnie89yym+xWTAYASdpw3CJV7Li/6zBewGf9z2i1j31rP6jnY0pHEO4QZh6N0K11bFjWmdR8UGdPQ==",
16822
+ "version": "1.0.1",
16823
+ "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.0.1.tgz",
16824
+ "integrity": "sha512-6XbUAseYE2KtOuGueyeobCySj9L4+66Tn6KQMOPQJrAJEowYKW/YR/MGJZl7FdydUdaFu4LYyDZjxf4/Nmo23Q==",
16300
16825
  "dependencies": {
16301
16826
  "call-bind": "^1.0.2",
16302
- "get-intrinsic": "^1.2.0",
16827
+ "get-intrinsic": "^1.2.1",
16303
16828
  "has-symbols": "^1.0.3",
16304
16829
  "isarray": "^2.0.5"
16305
16830
  },
@@ -16609,6 +17134,33 @@
16609
17134
  "node": ">= 0.8.0"
16610
17135
  }
16611
17136
  },
17137
+ "node_modules/set-function-length": {
17138
+ "version": "1.1.1",
17139
+ "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.1.1.tgz",
17140
+ "integrity": "sha512-VoaqjbBJKiWtg4yRcKBQ7g7wnGnLV3M8oLvVWwOk2PdYY6PEFegR1vezXR0tw6fZGF9csVakIRjrJiy2veSBFQ==",
17141
+ "dependencies": {
17142
+ "define-data-property": "^1.1.1",
17143
+ "get-intrinsic": "^1.2.1",
17144
+ "gopd": "^1.0.1",
17145
+ "has-property-descriptors": "^1.0.0"
17146
+ },
17147
+ "engines": {
17148
+ "node": ">= 0.4"
17149
+ }
17150
+ },
17151
+ "node_modules/set-function-name": {
17152
+ "version": "2.0.1",
17153
+ "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.1.tgz",
17154
+ "integrity": "sha512-tMNCiqYVkXIZgc2Hnoy2IvC/f8ezc5koaRFkCjrpWzGpCd3qbZXPzVy9MAZzK1ch/X0jvSkojys3oqJN0qCmdA==",
17155
+ "dependencies": {
17156
+ "define-data-property": "^1.0.1",
17157
+ "functions-have-names": "^1.2.3",
17158
+ "has-property-descriptors": "^1.0.0"
17159
+ },
17160
+ "engines": {
17161
+ "node": ">= 0.4"
17162
+ }
17163
+ },
16612
17164
  "node_modules/setprototypeof": {
16613
17165
  "version": "1.2.0",
16614
17166
  "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
@@ -16672,6 +17224,52 @@
16672
17224
  "node": ">=8"
16673
17225
  }
16674
17226
  },
17227
+ "node_modules/slice-ansi": {
17228
+ "version": "4.0.0",
17229
+ "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz",
17230
+ "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==",
17231
+ "dependencies": {
17232
+ "ansi-styles": "^4.0.0",
17233
+ "astral-regex": "^2.0.0",
17234
+ "is-fullwidth-code-point": "^3.0.0"
17235
+ },
17236
+ "engines": {
17237
+ "node": ">=10"
17238
+ },
17239
+ "funding": {
17240
+ "url": "https://github.com/chalk/slice-ansi?sponsor=1"
17241
+ }
17242
+ },
17243
+ "node_modules/slice-ansi/node_modules/ansi-styles": {
17244
+ "version": "4.3.0",
17245
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
17246
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
17247
+ "dependencies": {
17248
+ "color-convert": "^2.0.1"
17249
+ },
17250
+ "engines": {
17251
+ "node": ">=8"
17252
+ },
17253
+ "funding": {
17254
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
17255
+ }
17256
+ },
17257
+ "node_modules/slice-ansi/node_modules/color-convert": {
17258
+ "version": "2.0.1",
17259
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
17260
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
17261
+ "dependencies": {
17262
+ "color-name": "~1.1.4"
17263
+ },
17264
+ "engines": {
17265
+ "node": ">=7.0.0"
17266
+ }
17267
+ },
17268
+ "node_modules/slice-ansi/node_modules/color-name": {
17269
+ "version": "1.1.4",
17270
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
17271
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
17272
+ },
16675
17273
  "node_modules/sockjs": {
16676
17274
  "version": "0.3.24",
16677
17275
  "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.24.tgz",
@@ -16898,13 +17496,13 @@
16898
17496
  }
16899
17497
  },
16900
17498
  "node_modules/string.prototype.trim": {
16901
- "version": "1.2.7",
16902
- "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.7.tgz",
16903
- "integrity": "sha512-p6TmeT1T3411M8Cgg9wBTMRtY2q9+PNy9EV1i2lIXUN/btt763oIfxwN3RR8VU6wHX8j/1CFy0L+YuThm6bgOg==",
17499
+ "version": "1.2.8",
17500
+ "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.8.tgz",
17501
+ "integrity": "sha512-lfjY4HcixfQXOfaqCvcBuOIapyaroTXhbkfJN3gcB1OtyupngWK4sEET9Knd0cXd28kTUqu/kHoV4HKSJdnjiQ==",
16904
17502
  "dependencies": {
16905
17503
  "call-bind": "^1.0.2",
16906
- "define-properties": "^1.1.4",
16907
- "es-abstract": "^1.20.4"
17504
+ "define-properties": "^1.2.0",
17505
+ "es-abstract": "^1.22.1"
16908
17506
  },
16909
17507
  "engines": {
16910
17508
  "node": ">= 0.4"
@@ -16914,26 +17512,26 @@
16914
17512
  }
16915
17513
  },
16916
17514
  "node_modules/string.prototype.trimend": {
16917
- "version": "1.0.6",
16918
- "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.6.tgz",
16919
- "integrity": "sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==",
17515
+ "version": "1.0.7",
17516
+ "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.7.tgz",
17517
+ "integrity": "sha512-Ni79DqeB72ZFq1uH/L6zJ+DKZTkOtPIHovb3YZHQViE+HDouuU4mBrLOLDn5Dde3RF8qw5qVETEjhu9locMLvA==",
16920
17518
  "dependencies": {
16921
17519
  "call-bind": "^1.0.2",
16922
- "define-properties": "^1.1.4",
16923
- "es-abstract": "^1.20.4"
17520
+ "define-properties": "^1.2.0",
17521
+ "es-abstract": "^1.22.1"
16924
17522
  },
16925
17523
  "funding": {
16926
17524
  "url": "https://github.com/sponsors/ljharb"
16927
17525
  }
16928
17526
  },
16929
17527
  "node_modules/string.prototype.trimstart": {
16930
- "version": "1.0.6",
16931
- "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.6.tgz",
16932
- "integrity": "sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==",
17528
+ "version": "1.0.7",
17529
+ "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.7.tgz",
17530
+ "integrity": "sha512-NGhtDFu3jCEm7B4Fy0DpLewdJQOZcQ0rGbwQ/+stjnrp2i+rlKeCvos9hOIeCmqwratM47OBxY7uFZzjxHXmrg==",
16933
17531
  "dependencies": {
16934
17532
  "call-bind": "^1.0.2",
16935
- "define-properties": "^1.1.4",
16936
- "es-abstract": "^1.20.4"
17533
+ "define-properties": "^1.2.0",
17534
+ "es-abstract": "^1.22.1"
16937
17535
  },
16938
17536
  "funding": {
16939
17537
  "url": "https://github.com/sponsors/ljharb"
@@ -17235,6 +17833,41 @@
17235
17833
  "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
17236
17834
  "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw=="
17237
17835
  },
17836
+ "node_modules/table": {
17837
+ "version": "6.8.1",
17838
+ "resolved": "https://registry.npmjs.org/table/-/table-6.8.1.tgz",
17839
+ "integrity": "sha512-Y4X9zqrCftUhMeH2EptSSERdVKt/nEdijTOacGD/97EKjhQ/Qs8RTlEGABSJNNN8lac9kheH+af7yAkEWlgneA==",
17840
+ "dependencies": {
17841
+ "ajv": "^8.0.1",
17842
+ "lodash.truncate": "^4.4.2",
17843
+ "slice-ansi": "^4.0.0",
17844
+ "string-width": "^4.2.3",
17845
+ "strip-ansi": "^6.0.1"
17846
+ },
17847
+ "engines": {
17848
+ "node": ">=10.0.0"
17849
+ }
17850
+ },
17851
+ "node_modules/table/node_modules/ajv": {
17852
+ "version": "8.12.0",
17853
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
17854
+ "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
17855
+ "dependencies": {
17856
+ "fast-deep-equal": "^3.1.1",
17857
+ "json-schema-traverse": "^1.0.0",
17858
+ "require-from-string": "^2.0.2",
17859
+ "uri-js": "^4.2.2"
17860
+ },
17861
+ "funding": {
17862
+ "type": "github",
17863
+ "url": "https://github.com/sponsors/epoberezkin"
17864
+ }
17865
+ },
17866
+ "node_modules/table/node_modules/json-schema-traverse": {
17867
+ "version": "1.0.0",
17868
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
17869
+ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
17870
+ },
17238
17871
  "node_modules/tailwindcss": {
17239
17872
  "version": "3.3.3",
17240
17873
  "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.3.tgz",
@@ -17618,6 +18251,36 @@
17618
18251
  "node": ">= 0.6"
17619
18252
  }
17620
18253
  },
18254
+ "node_modules/typed-array-buffer": {
18255
+ "version": "1.0.0",
18256
+ "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.0.tgz",
18257
+ "integrity": "sha512-Y8KTSIglk9OZEr8zywiIHG/kmQ7KWyjseXs1CbSo8vC42w7hg2HgYTxSWwP0+is7bWDc1H+Fo026CpHFwm8tkw==",
18258
+ "dependencies": {
18259
+ "call-bind": "^1.0.2",
18260
+ "get-intrinsic": "^1.2.1",
18261
+ "is-typed-array": "^1.1.10"
18262
+ },
18263
+ "engines": {
18264
+ "node": ">= 0.4"
18265
+ }
18266
+ },
18267
+ "node_modules/typed-array-byte-length": {
18268
+ "version": "1.0.0",
18269
+ "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.0.tgz",
18270
+ "integrity": "sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA==",
18271
+ "dependencies": {
18272
+ "call-bind": "^1.0.2",
18273
+ "for-each": "^0.3.3",
18274
+ "has-proto": "^1.0.1",
18275
+ "is-typed-array": "^1.1.10"
18276
+ },
18277
+ "engines": {
18278
+ "node": ">= 0.4"
18279
+ },
18280
+ "funding": {
18281
+ "url": "https://github.com/sponsors/ljharb"
18282
+ }
18283
+ },
17621
18284
  "node_modules/typed-array-byte-offset": {
17622
18285
  "version": "1.0.0",
17623
18286
  "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.0.tgz",
@@ -17847,6 +18510,11 @@
17847
18510
  "uuid": "dist/bin/uuid"
17848
18511
  }
17849
18512
  },
18513
+ "node_modules/v8-compile-cache": {
18514
+ "version": "2.4.0",
18515
+ "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.4.0.tgz",
18516
+ "integrity": "sha512-ocyWc3bAHBB/guyqJQVI5o4BZkPhznPYUG2ea80Gond/BgNWpap8TOmLSeeQG7bnh2KMISxskdADG59j7zruhw=="
18517
+ },
17850
18518
  "node_modules/v8-to-istanbul": {
17851
18519
  "version": "8.1.1",
17852
18520
  "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-8.1.1.tgz",
@@ -18216,26 +18884,6 @@
18216
18884
  "node": ">=10.13.0"
18217
18885
  }
18218
18886
  },
18219
- "node_modules/webpack/node_modules/eslint-scope": {
18220
- "version": "5.1.1",
18221
- "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
18222
- "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
18223
- "dependencies": {
18224
- "esrecurse": "^4.3.0",
18225
- "estraverse": "^4.1.1"
18226
- },
18227
- "engines": {
18228
- "node": ">=8.0.0"
18229
- }
18230
- },
18231
- "node_modules/webpack/node_modules/estraverse": {
18232
- "version": "4.3.0",
18233
- "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
18234
- "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
18235
- "engines": {
18236
- "node": ">=4.0"
18237
- }
18238
- },
18239
18887
  "node_modules/websocket-driver": {
18240
18888
  "version": "0.7.4",
18241
18889
  "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz",
@@ -18328,6 +18976,31 @@
18328
18976
  "url": "https://github.com/sponsors/ljharb"
18329
18977
  }
18330
18978
  },
18979
+ "node_modules/which-builtin-type": {
18980
+ "version": "1.1.3",
18981
+ "resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.1.3.tgz",
18982
+ "integrity": "sha512-YmjsSMDBYsM1CaFiayOVT06+KJeXf0o5M/CAd4o1lTadFAtacTUM49zoYxr/oroopFDfhvN6iEcBxUyc3gvKmw==",
18983
+ "dependencies": {
18984
+ "function.prototype.name": "^1.1.5",
18985
+ "has-tostringtag": "^1.0.0",
18986
+ "is-async-function": "^2.0.0",
18987
+ "is-date-object": "^1.0.5",
18988
+ "is-finalizationregistry": "^1.0.2",
18989
+ "is-generator-function": "^1.0.10",
18990
+ "is-regex": "^1.1.4",
18991
+ "is-weakref": "^1.0.2",
18992
+ "isarray": "^2.0.5",
18993
+ "which-boxed-primitive": "^1.0.2",
18994
+ "which-collection": "^1.0.1",
18995
+ "which-typed-array": "^1.1.9"
18996
+ },
18997
+ "engines": {
18998
+ "node": ">= 0.4"
18999
+ },
19000
+ "funding": {
19001
+ "url": "https://github.com/sponsors/ljharb"
19002
+ }
19003
+ },
18331
19004
  "node_modules/which-collection": {
18332
19005
  "version": "1.0.1",
18333
19006
  "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.1.tgz",
@@ -18343,16 +19016,15 @@
18343
19016
  }
18344
19017
  },
18345
19018
  "node_modules/which-typed-array": {
18346
- "version": "1.1.10",
18347
- "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.10.tgz",
18348
- "integrity": "sha512-uxoA5vLUfRPdjCuJ1h5LlYdmTLbYfums398v3WLkM+i/Wltl2/XyZpQWKbN++ck5L64SR/grOHqtXCUKmlZPNA==",
19019
+ "version": "1.1.13",
19020
+ "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.13.tgz",
19021
+ "integrity": "sha512-P5Nra0qjSncduVPEAr7xhoF5guty49ArDTwzJ/yNuPIbZppyRxFQsRCWrocxIY+CnMVG+qfbU2FmDKyvSGClow==",
18349
19022
  "dependencies": {
18350
19023
  "available-typed-arrays": "^1.0.5",
18351
- "call-bind": "^1.0.2",
19024
+ "call-bind": "^1.0.4",
18352
19025
  "for-each": "^0.3.3",
18353
19026
  "gopd": "^1.0.1",
18354
- "has-tostringtag": "^1.0.0",
18355
- "is-typed-array": "^1.1.10"
19027
+ "has-tostringtag": "^1.0.0"
18356
19028
  },
18357
19029
  "engines": {
18358
19030
  "node": ">= 0.4"