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
@@ -37,7 +37,14 @@
37
37
  "yup": "^1.2.0"
38
38
  },
39
39
  "devDependencies": {
40
- "@babel/plugin-proposal-private-property-in-object": "^7.21.11"
40
+ "@babel/core": "^7.21.0",
41
+ "@babel/eslint-parser": "^7.19.1",
42
+ "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
43
+ "eslint": "^7.32.0",
44
+ "eslint-config-prettier": "^8.5.0",
45
+ "eslint-plugin-react": "^7.24.0",
46
+ "eslint-plugin-simple-import-sort": "^8.0.0",
47
+ "prettier": "2.8.0"
41
48
  }
42
49
  },
43
50
  "node_modules/@aashutoshrathi/word-wrap": {
@@ -2497,44 +2504,36 @@
2497
2504
  }
2498
2505
  },
2499
2506
  "node_modules/@eslint-community/regexpp": {
2500
- "version": "4.5.1",
2501
- "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.5.1.tgz",
2502
- "integrity": "sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==",
2507
+ "version": "4.10.0",
2508
+ "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.10.0.tgz",
2509
+ "integrity": "sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==",
2503
2510
  "engines": {
2504
2511
  "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
2505
2512
  }
2506
2513
  },
2507
2514
  "node_modules/@eslint/eslintrc": {
2508
- "version": "2.1.0",
2509
- "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.0.tgz",
2510
- "integrity": "sha512-Lj7DECXqIVCqnqjjHMPna4vn6GJcMgul/wuS0je9OZ9gsL0zzDpKPVtcG1HaDVc+9y+qgXneTeUMbCqXJNpH1A==",
2515
+ "version": "0.4.3",
2516
+ "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.4.3.tgz",
2517
+ "integrity": "sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw==",
2511
2518
  "dependencies": {
2512
2519
  "ajv": "^6.12.4",
2513
- "debug": "^4.3.2",
2514
- "espree": "^9.6.0",
2515
- "globals": "^13.19.0",
2516
- "ignore": "^5.2.0",
2520
+ "debug": "^4.1.1",
2521
+ "espree": "^7.3.0",
2522
+ "globals": "^13.9.0",
2523
+ "ignore": "^4.0.6",
2517
2524
  "import-fresh": "^3.2.1",
2518
- "js-yaml": "^4.1.0",
2519
- "minimatch": "^3.1.2",
2525
+ "js-yaml": "^3.13.1",
2526
+ "minimatch": "^3.0.4",
2520
2527
  "strip-json-comments": "^3.1.1"
2521
2528
  },
2522
2529
  "engines": {
2523
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
2524
- },
2525
- "funding": {
2526
- "url": "https://opencollective.com/eslint"
2530
+ "node": "^10.12.0 || >=12.0.0"
2527
2531
  }
2528
2532
  },
2529
- "node_modules/@eslint/eslintrc/node_modules/argparse": {
2530
- "version": "2.0.1",
2531
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
2532
- "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
2533
- },
2534
2533
  "node_modules/@eslint/eslintrc/node_modules/globals": {
2535
- "version": "13.20.0",
2536
- "resolved": "https://registry.npmjs.org/globals/-/globals-13.20.0.tgz",
2537
- "integrity": "sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==",
2534
+ "version": "13.23.0",
2535
+ "resolved": "https://registry.npmjs.org/globals/-/globals-13.23.0.tgz",
2536
+ "integrity": "sha512-XAmF0RjlrjY23MA51q3HltdlGxUpXPvg0GioKiD9X6HD28iMjo2dKC8Vqwm7lne4GNr78+RHTfliktR6ZH09wA==",
2538
2537
  "dependencies": {
2539
2538
  "type-fest": "^0.20.2"
2540
2539
  },
@@ -2545,15 +2544,12 @@
2545
2544
  "url": "https://github.com/sponsors/sindresorhus"
2546
2545
  }
2547
2546
  },
2548
- "node_modules/@eslint/eslintrc/node_modules/js-yaml": {
2549
- "version": "4.1.0",
2550
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
2551
- "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
2552
- "dependencies": {
2553
- "argparse": "^2.0.1"
2554
- },
2555
- "bin": {
2556
- "js-yaml": "bin/js-yaml.js"
2547
+ "node_modules/@eslint/eslintrc/node_modules/ignore": {
2548
+ "version": "4.0.6",
2549
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz",
2550
+ "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==",
2551
+ "engines": {
2552
+ "node": ">= 4"
2557
2553
  }
2558
2554
  },
2559
2555
  "node_modules/@eslint/eslintrc/node_modules/type-fest": {
@@ -2568,9 +2564,9 @@
2568
2564
  }
2569
2565
  },
2570
2566
  "node_modules/@eslint/js": {
2571
- "version": "8.44.0",
2572
- "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.44.0.tgz",
2573
- "integrity": "sha512-Ag+9YM4ocKQx9AarydN0KY2j0ErMHNIocPDrVo8zAE44xLTjEtz81OdR68/cydGtk6m6jDb5Za3r2useMzYmSw==",
2567
+ "version": "8.55.0",
2568
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.55.0.tgz",
2569
+ "integrity": "sha512-qQfo2mxH5yVom1kacMtZZJFVdW+E70mqHMJvVg6WTLo+VBuQJ4TojZlfWBjK0ve5BdEeNAVxOsl/nvNMpJOaJA==",
2574
2570
  "engines": {
2575
2571
  "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
2576
2572
  }
@@ -2645,13 +2641,13 @@
2645
2641
  }
2646
2642
  },
2647
2643
  "node_modules/@humanwhocodes/config-array": {
2648
- "version": "0.11.10",
2649
- "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.10.tgz",
2650
- "integrity": "sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==",
2644
+ "version": "0.5.0",
2645
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.5.0.tgz",
2646
+ "integrity": "sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==",
2651
2647
  "dependencies": {
2652
- "@humanwhocodes/object-schema": "^1.2.1",
2648
+ "@humanwhocodes/object-schema": "^1.2.0",
2653
2649
  "debug": "^4.1.1",
2654
- "minimatch": "^3.0.5"
2650
+ "minimatch": "^3.0.4"
2655
2651
  },
2656
2652
  "engines": {
2657
2653
  "node": ">=10.10.0"
@@ -3837,26 +3833,6 @@
3837
3833
  "eslint-scope": "5.1.1"
3838
3834
  }
3839
3835
  },
3840
- "node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope": {
3841
- "version": "5.1.1",
3842
- "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
3843
- "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
3844
- "dependencies": {
3845
- "esrecurse": "^4.3.0",
3846
- "estraverse": "^4.1.1"
3847
- },
3848
- "engines": {
3849
- "node": ">=8.0.0"
3850
- }
3851
- },
3852
- "node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/estraverse": {
3853
- "version": "4.3.0",
3854
- "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
3855
- "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
3856
- "engines": {
3857
- "node": ">=4.0"
3858
- }
3859
- },
3860
3836
  "node_modules/@nicolo-ribaudo/semver-v6": {
3861
3837
  "version": "6.3.3",
3862
3838
  "resolved": "https://registry.npmjs.org/@nicolo-ribaudo/semver-v6/-/semver-v6-6.3.3.tgz",
@@ -4347,9 +4323,9 @@
4347
4323
  "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw=="
4348
4324
  },
4349
4325
  "node_modules/@rushstack/eslint-patch": {
4350
- "version": "1.3.2",
4351
- "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.3.2.tgz",
4352
- "integrity": "sha512-V+MvGwaHH03hYhY+k6Ef/xKd6RYlc4q8WBx+2ANmipHJcKuktNcI/NgEsJgdSUF6Lw32njT6OnrRsKYCdgHjYw=="
4326
+ "version": "1.6.0",
4327
+ "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.6.0.tgz",
4328
+ "integrity": "sha512-2/U3GXA6YiPYQDLGwtGlnNgKYBSwCFIHf8Y9LUY5VATHdtbLlU0Y1R3QoBnT0aB4qv/BEiVVsj7LJXoQCgJ2vA=="
4353
4329
  },
4354
4330
  "node_modules/@sinclair/typebox": {
4355
4331
  "version": "0.24.51",
@@ -5472,9 +5448,9 @@
5472
5448
  "integrity": "sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ=="
5473
5449
  },
5474
5450
  "node_modules/@types/semver": {
5475
- "version": "7.5.0",
5476
- "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.0.tgz",
5477
- "integrity": "sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw=="
5451
+ "version": "7.5.6",
5452
+ "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.6.tgz",
5453
+ "integrity": "sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A=="
5478
5454
  },
5479
5455
  "node_modules/@types/send": {
5480
5456
  "version": "0.17.1",
@@ -5732,26 +5708,6 @@
5732
5708
  "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
5733
5709
  }
5734
5710
  },
5735
- "node_modules/@typescript-eslint/utils/node_modules/eslint-scope": {
5736
- "version": "5.1.1",
5737
- "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
5738
- "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
5739
- "dependencies": {
5740
- "esrecurse": "^4.3.0",
5741
- "estraverse": "^4.1.1"
5742
- },
5743
- "engines": {
5744
- "node": ">=8.0.0"
5745
- }
5746
- },
5747
- "node_modules/@typescript-eslint/utils/node_modules/estraverse": {
5748
- "version": "4.3.0",
5749
- "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
5750
- "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
5751
- "engines": {
5752
- "node": ">=4.0"
5753
- }
5754
- },
5755
5711
  "node_modules/@typescript-eslint/visitor-keys": {
5756
5712
  "version": "5.62.0",
5757
5713
  "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz",
@@ -5768,6 +5724,11 @@
5768
5724
  "url": "https://opencollective.com/typescript-eslint"
5769
5725
  }
5770
5726
  },
5727
+ "node_modules/@ungap/structured-clone": {
5728
+ "version": "1.2.0",
5729
+ "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz",
5730
+ "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ=="
5731
+ },
5771
5732
  "node_modules/@webassemblyjs/ast": {
5772
5733
  "version": "1.11.6",
5773
5734
  "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.6.tgz",
@@ -6071,6 +6032,14 @@
6071
6032
  "ajv": "^6.9.1"
6072
6033
  }
6073
6034
  },
6035
+ "node_modules/ansi-colors": {
6036
+ "version": "4.1.3",
6037
+ "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz",
6038
+ "integrity": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==",
6039
+ "engines": {
6040
+ "node": ">=6"
6041
+ }
6042
+ },
6074
6043
  "node_modules/ansi-escapes": {
6075
6044
  "version": "4.3.2",
6076
6045
  "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
@@ -6171,14 +6140,14 @@
6171
6140
  "integrity": "sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ=="
6172
6141
  },
6173
6142
  "node_modules/array-includes": {
6174
- "version": "3.1.6",
6175
- "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.6.tgz",
6176
- "integrity": "sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw==",
6143
+ "version": "3.1.7",
6144
+ "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.7.tgz",
6145
+ "integrity": "sha512-dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ==",
6177
6146
  "dependencies": {
6178
6147
  "call-bind": "^1.0.2",
6179
- "define-properties": "^1.1.4",
6180
- "es-abstract": "^1.20.4",
6181
- "get-intrinsic": "^1.1.3",
6148
+ "define-properties": "^1.2.0",
6149
+ "es-abstract": "^1.22.1",
6150
+ "get-intrinsic": "^1.2.1",
6182
6151
  "is-string": "^1.0.7"
6183
6152
  },
6184
6153
  "engines": {
@@ -6196,14 +6165,32 @@
6196
6165
  "node": ">=8"
6197
6166
  }
6198
6167
  },
6168
+ "node_modules/array.prototype.findlastindex": {
6169
+ "version": "1.2.3",
6170
+ "resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.3.tgz",
6171
+ "integrity": "sha512-LzLoiOMAxvy+Gd3BAq3B7VeIgPdo+Q8hthvKtXybMvRV0jrXfJM/t8mw7nNlpEcVlVUnCnM2KSX4XU5HmpodOA==",
6172
+ "dependencies": {
6173
+ "call-bind": "^1.0.2",
6174
+ "define-properties": "^1.2.0",
6175
+ "es-abstract": "^1.22.1",
6176
+ "es-shim-unscopables": "^1.0.0",
6177
+ "get-intrinsic": "^1.2.1"
6178
+ },
6179
+ "engines": {
6180
+ "node": ">= 0.4"
6181
+ },
6182
+ "funding": {
6183
+ "url": "https://github.com/sponsors/ljharb"
6184
+ }
6185
+ },
6199
6186
  "node_modules/array.prototype.flat": {
6200
- "version": "1.3.1",
6201
- "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.1.tgz",
6202
- "integrity": "sha512-roTU0KWIOmJ4DRLmwKd19Otg0/mT3qPNt0Qb3GWW8iObuZXxrjB/pzn0R3hqpRSWg4HCwqx+0vwOnWnvlOyeIA==",
6187
+ "version": "1.3.2",
6188
+ "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz",
6189
+ "integrity": "sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==",
6203
6190
  "dependencies": {
6204
6191
  "call-bind": "^1.0.2",
6205
- "define-properties": "^1.1.4",
6206
- "es-abstract": "^1.20.4",
6192
+ "define-properties": "^1.2.0",
6193
+ "es-abstract": "^1.22.1",
6207
6194
  "es-shim-unscopables": "^1.0.0"
6208
6195
  },
6209
6196
  "engines": {
@@ -6214,13 +6201,13 @@
6214
6201
  }
6215
6202
  },
6216
6203
  "node_modules/array.prototype.flatmap": {
6217
- "version": "1.3.1",
6218
- "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz",
6219
- "integrity": "sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==",
6204
+ "version": "1.3.2",
6205
+ "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz",
6206
+ "integrity": "sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==",
6220
6207
  "dependencies": {
6221
6208
  "call-bind": "^1.0.2",
6222
- "define-properties": "^1.1.4",
6223
- "es-abstract": "^1.20.4",
6209
+ "define-properties": "^1.2.0",
6210
+ "es-abstract": "^1.22.1",
6224
6211
  "es-shim-unscopables": "^1.0.0"
6225
6212
  },
6226
6213
  "engines": {
@@ -6260,21 +6247,57 @@
6260
6247
  "get-intrinsic": "^1.1.3"
6261
6248
  }
6262
6249
  },
6250
+ "node_modules/arraybuffer.prototype.slice": {
6251
+ "version": "1.0.2",
6252
+ "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.2.tgz",
6253
+ "integrity": "sha512-yMBKppFur/fbHu9/6USUe03bZ4knMYiwFBcyiaXB8Go0qNehwX6inYPzK9U0NeQvGxKthcmHcaR8P5MStSRBAw==",
6254
+ "dependencies": {
6255
+ "array-buffer-byte-length": "^1.0.0",
6256
+ "call-bind": "^1.0.2",
6257
+ "define-properties": "^1.2.0",
6258
+ "es-abstract": "^1.22.1",
6259
+ "get-intrinsic": "^1.2.1",
6260
+ "is-array-buffer": "^3.0.2",
6261
+ "is-shared-array-buffer": "^1.0.2"
6262
+ },
6263
+ "engines": {
6264
+ "node": ">= 0.4"
6265
+ },
6266
+ "funding": {
6267
+ "url": "https://github.com/sponsors/ljharb"
6268
+ }
6269
+ },
6263
6270
  "node_modules/asap": {
6264
6271
  "version": "2.0.6",
6265
6272
  "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz",
6266
6273
  "integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA=="
6267
6274
  },
6268
6275
  "node_modules/ast-types-flow": {
6269
- "version": "0.0.7",
6270
- "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz",
6271
- "integrity": "sha512-eBvWn1lvIApYMhzQMsu9ciLfkBY499mFZlNqG+/9WR7PVlroQw0vG30cOQQbaKz3sCEc44TAOu2ykzqXSNnwag=="
6276
+ "version": "0.0.8",
6277
+ "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.8.tgz",
6278
+ "integrity": "sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ=="
6279
+ },
6280
+ "node_modules/astral-regex": {
6281
+ "version": "2.0.0",
6282
+ "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz",
6283
+ "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==",
6284
+ "engines": {
6285
+ "node": ">=8"
6286
+ }
6272
6287
  },
6273
6288
  "node_modules/async": {
6274
6289
  "version": "3.2.4",
6275
6290
  "resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz",
6276
6291
  "integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ=="
6277
6292
  },
6293
+ "node_modules/asynciterator.prototype": {
6294
+ "version": "1.0.0",
6295
+ "resolved": "https://registry.npmjs.org/asynciterator.prototype/-/asynciterator.prototype-1.0.0.tgz",
6296
+ "integrity": "sha512-wwHYEIS0Q80f5mosx3L/dfG5t5rjEa9Ft51GTaNt862EnpyGHpgz2RkZvLPp1oF5TnAiTohkEKVEu8pQPJI7Vg==",
6297
+ "dependencies": {
6298
+ "has-symbols": "^1.0.3"
6299
+ }
6300
+ },
6278
6301
  "node_modules/asynckit": {
6279
6302
  "version": "0.4.0",
6280
6303
  "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
@@ -6332,9 +6355,9 @@
6332
6355
  }
6333
6356
  },
6334
6357
  "node_modules/axe-core": {
6335
- "version": "4.7.2",
6336
- "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.7.2.tgz",
6337
- "integrity": "sha512-zIURGIS1E1Q4pcrMjp+nnEh+16G56eG/MUllJH8yEvw7asDo7Ac9uhC9KIH5jzpITueEZolfYglnCGIuSBz39g==",
6358
+ "version": "4.7.0",
6359
+ "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.7.0.tgz",
6360
+ "integrity": "sha512-M0JtH+hlOL5pLQwHOLNYZaXuhqmvS8oExsqB1SBYgA4Dk7u/xx+YdGHXaK5pyUfed5mYXdlYiphWq3G8cRi5JQ==",
6338
6361
  "engines": {
6339
6362
  "node": ">=4"
6340
6363
  }
@@ -6824,12 +6847,13 @@
6824
6847
  }
6825
6848
  },
6826
6849
  "node_modules/call-bind": {
6827
- "version": "1.0.2",
6828
- "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz",
6829
- "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==",
6850
+ "version": "1.0.5",
6851
+ "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.5.tgz",
6852
+ "integrity": "sha512-C3nQxfFZxFRVoJoGKKI8y3MOEo129NQ+FgQ08iye+Mk4zNZZGdjfs06bVTr+DBSlA66Q2VEcMki/cUCP4SercQ==",
6830
6853
  "dependencies": {
6831
- "function-bind": "^1.1.1",
6832
- "get-intrinsic": "^1.0.2"
6854
+ "function-bind": "^1.1.2",
6855
+ "get-intrinsic": "^1.2.1",
6856
+ "set-function-length": "^1.1.1"
6833
6857
  },
6834
6858
  "funding": {
6835
6859
  "url": "https://github.com/sponsors/ljharb"
@@ -7908,6 +7932,19 @@
7908
7932
  "node": ">= 10"
7909
7933
  }
7910
7934
  },
7935
+ "node_modules/define-data-property": {
7936
+ "version": "1.1.1",
7937
+ "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.1.tgz",
7938
+ "integrity": "sha512-E7uGkTzkk1d0ByLeSc6ZsFS79Axg+m1P/VsgYsxHgiuc3tFSj+MjMIwe90FC4lOAZzNBdY7kkO2P2wKdsQ1vgQ==",
7939
+ "dependencies": {
7940
+ "get-intrinsic": "^1.2.1",
7941
+ "gopd": "^1.0.1",
7942
+ "has-property-descriptors": "^1.0.0"
7943
+ },
7944
+ "engines": {
7945
+ "node": ">= 0.4"
7946
+ }
7947
+ },
7911
7948
  "node_modules/define-lazy-prop": {
7912
7949
  "version": "2.0.0",
7913
7950
  "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz",
@@ -7917,10 +7954,11 @@
7917
7954
  }
7918
7955
  },
7919
7956
  "node_modules/define-properties": {
7920
- "version": "1.2.0",
7921
- "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.0.tgz",
7922
- "integrity": "sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA==",
7957
+ "version": "1.2.1",
7958
+ "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz",
7959
+ "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==",
7923
7960
  "dependencies": {
7961
+ "define-data-property": "^1.0.1",
7924
7962
  "has-property-descriptors": "^1.0.0",
7925
7963
  "object-keys": "^1.1.1"
7926
7964
  },
@@ -8254,6 +8292,18 @@
8254
8292
  "node": ">=10.13.0"
8255
8293
  }
8256
8294
  },
8295
+ "node_modules/enquirer": {
8296
+ "version": "2.4.1",
8297
+ "resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.4.1.tgz",
8298
+ "integrity": "sha512-rRqJg/6gd538VHvR3PSrdRBb/1Vy2YfzHqzvbhGIQpDRKIa4FgV/54b5Q1xYSxOOwKvjXweS26E0Q+nAMwp2pQ==",
8299
+ "dependencies": {
8300
+ "ansi-colors": "^4.1.1",
8301
+ "strip-ansi": "^6.0.1"
8302
+ },
8303
+ "engines": {
8304
+ "node": ">=8.6"
8305
+ }
8306
+ },
8257
8307
  "node_modules/entities": {
8258
8308
  "version": "2.2.0",
8259
8309
  "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz",
@@ -8279,24 +8329,25 @@
8279
8329
  }
8280
8330
  },
8281
8331
  "node_modules/es-abstract": {
8282
- "version": "1.21.3",
8283
- "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.21.3.tgz",
8284
- "integrity": "sha512-ZU4miiY1j3sGPFLJ34VJXEqhpmL+HGByCinGHv4HC+Fxl2fI2Z4yR6tl0mORnDr6PA8eihWo4LmSWDbvhALckg==",
8332
+ "version": "1.22.3",
8333
+ "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.22.3.tgz",
8334
+ "integrity": "sha512-eiiY8HQeYfYH2Con2berK+To6GrK2RxbPawDkGq4UiCQQfZHb6wX9qQqkbpPqaxQFcl8d9QzZqo0tGE0VcrdwA==",
8285
8335
  "dependencies": {
8286
8336
  "array-buffer-byte-length": "^1.0.0",
8337
+ "arraybuffer.prototype.slice": "^1.0.2",
8287
8338
  "available-typed-arrays": "^1.0.5",
8288
- "call-bind": "^1.0.2",
8339
+ "call-bind": "^1.0.5",
8289
8340
  "es-set-tostringtag": "^2.0.1",
8290
8341
  "es-to-primitive": "^1.2.1",
8291
- "function.prototype.name": "^1.1.5",
8292
- "get-intrinsic": "^1.2.1",
8342
+ "function.prototype.name": "^1.1.6",
8343
+ "get-intrinsic": "^1.2.2",
8293
8344
  "get-symbol-description": "^1.0.0",
8294
8345
  "globalthis": "^1.0.3",
8295
8346
  "gopd": "^1.0.1",
8296
- "has": "^1.0.3",
8297
8347
  "has-property-descriptors": "^1.0.0",
8298
8348
  "has-proto": "^1.0.1",
8299
8349
  "has-symbols": "^1.0.3",
8350
+ "hasown": "^2.0.0",
8300
8351
  "internal-slot": "^1.0.5",
8301
8352
  "is-array-buffer": "^3.0.2",
8302
8353
  "is-callable": "^1.2.7",
@@ -8304,20 +8355,23 @@
8304
8355
  "is-regex": "^1.1.4",
8305
8356
  "is-shared-array-buffer": "^1.0.2",
8306
8357
  "is-string": "^1.0.7",
8307
- "is-typed-array": "^1.1.10",
8358
+ "is-typed-array": "^1.1.12",
8308
8359
  "is-weakref": "^1.0.2",
8309
- "object-inspect": "^1.12.3",
8360
+ "object-inspect": "^1.13.1",
8310
8361
  "object-keys": "^1.1.1",
8311
8362
  "object.assign": "^4.1.4",
8312
- "regexp.prototype.flags": "^1.5.0",
8363
+ "regexp.prototype.flags": "^1.5.1",
8364
+ "safe-array-concat": "^1.0.1",
8313
8365
  "safe-regex-test": "^1.0.0",
8314
- "string.prototype.trim": "^1.2.7",
8315
- "string.prototype.trimend": "^1.0.6",
8316
- "string.prototype.trimstart": "^1.0.6",
8366
+ "string.prototype.trim": "^1.2.8",
8367
+ "string.prototype.trimend": "^1.0.7",
8368
+ "string.prototype.trimstart": "^1.0.7",
8369
+ "typed-array-buffer": "^1.0.0",
8370
+ "typed-array-byte-length": "^1.0.0",
8317
8371
  "typed-array-byte-offset": "^1.0.0",
8318
8372
  "typed-array-length": "^1.0.4",
8319
8373
  "unbox-primitive": "^1.0.2",
8320
- "which-typed-array": "^1.1.10"
8374
+ "which-typed-array": "^1.1.13"
8321
8375
  },
8322
8376
  "engines": {
8323
8377
  "node": ">= 0.4"
@@ -8350,6 +8404,27 @@
8350
8404
  "url": "https://github.com/sponsors/ljharb"
8351
8405
  }
8352
8406
  },
8407
+ "node_modules/es-iterator-helpers": {
8408
+ "version": "1.0.15",
8409
+ "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.0.15.tgz",
8410
+ "integrity": "sha512-GhoY8uYqd6iwUl2kgjTm4CZAf6oo5mHK7BPqx3rKgx893YSsy0LGHV6gfqqQvZt/8xM8xeOnfXBCfqclMKkJ5g==",
8411
+ "dependencies": {
8412
+ "asynciterator.prototype": "^1.0.0",
8413
+ "call-bind": "^1.0.2",
8414
+ "define-properties": "^1.2.1",
8415
+ "es-abstract": "^1.22.1",
8416
+ "es-set-tostringtag": "^2.0.1",
8417
+ "function-bind": "^1.1.1",
8418
+ "get-intrinsic": "^1.2.1",
8419
+ "globalthis": "^1.0.3",
8420
+ "has-property-descriptors": "^1.0.0",
8421
+ "has-proto": "^1.0.1",
8422
+ "has-symbols": "^1.0.3",
8423
+ "internal-slot": "^1.0.5",
8424
+ "iterator.prototype": "^1.1.2",
8425
+ "safe-array-concat": "^1.0.1"
8426
+ }
8427
+ },
8353
8428
  "node_modules/es-module-lexer": {
8354
8429
  "version": "1.3.0",
8355
8430
  "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.3.0.tgz",
@@ -8443,95 +8518,81 @@
8443
8518
  }
8444
8519
  },
8445
8520
  "node_modules/eslint": {
8446
- "version": "8.44.0",
8447
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.44.0.tgz",
8448
- "integrity": "sha512-0wpHoUbDUHgNCyvFB5aXLiQVfK9B0at6gUvzy83k4kAsQ/u769TQDX6iKC+aO4upIHO9WSaA3QoXYQDHbNwf1A==",
8521
+ "version": "7.32.0",
8522
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.32.0.tgz",
8523
+ "integrity": "sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==",
8449
8524
  "dependencies": {
8450
- "@eslint-community/eslint-utils": "^4.2.0",
8451
- "@eslint-community/regexpp": "^4.4.0",
8452
- "@eslint/eslintrc": "^2.1.0",
8453
- "@eslint/js": "8.44.0",
8454
- "@humanwhocodes/config-array": "^0.11.10",
8455
- "@humanwhocodes/module-importer": "^1.0.1",
8456
- "@nodelib/fs.walk": "^1.2.8",
8525
+ "@babel/code-frame": "7.12.11",
8526
+ "@eslint/eslintrc": "^0.4.3",
8527
+ "@humanwhocodes/config-array": "^0.5.0",
8457
8528
  "ajv": "^6.10.0",
8458
8529
  "chalk": "^4.0.0",
8459
8530
  "cross-spawn": "^7.0.2",
8460
- "debug": "^4.3.2",
8531
+ "debug": "^4.0.1",
8461
8532
  "doctrine": "^3.0.0",
8533
+ "enquirer": "^2.3.5",
8462
8534
  "escape-string-regexp": "^4.0.0",
8463
- "eslint-scope": "^7.2.0",
8464
- "eslint-visitor-keys": "^3.4.1",
8465
- "espree": "^9.6.0",
8466
- "esquery": "^1.4.2",
8535
+ "eslint-scope": "^5.1.1",
8536
+ "eslint-utils": "^2.1.0",
8537
+ "eslint-visitor-keys": "^2.0.0",
8538
+ "espree": "^7.3.1",
8539
+ "esquery": "^1.4.0",
8467
8540
  "esutils": "^2.0.2",
8468
8541
  "fast-deep-equal": "^3.1.3",
8469
8542
  "file-entry-cache": "^6.0.1",
8470
- "find-up": "^5.0.0",
8471
- "glob-parent": "^6.0.2",
8472
- "globals": "^13.19.0",
8473
- "graphemer": "^1.4.0",
8474
- "ignore": "^5.2.0",
8543
+ "functional-red-black-tree": "^1.0.1",
8544
+ "glob-parent": "^5.1.2",
8545
+ "globals": "^13.6.0",
8546
+ "ignore": "^4.0.6",
8475
8547
  "import-fresh": "^3.0.0",
8476
8548
  "imurmurhash": "^0.1.4",
8477
8549
  "is-glob": "^4.0.0",
8478
- "is-path-inside": "^3.0.3",
8479
- "js-yaml": "^4.1.0",
8550
+ "js-yaml": "^3.13.1",
8480
8551
  "json-stable-stringify-without-jsonify": "^1.0.1",
8481
8552
  "levn": "^0.4.1",
8482
8553
  "lodash.merge": "^4.6.2",
8483
- "minimatch": "^3.1.2",
8554
+ "minimatch": "^3.0.4",
8484
8555
  "natural-compare": "^1.4.0",
8485
- "optionator": "^0.9.3",
8486
- "strip-ansi": "^6.0.1",
8556
+ "optionator": "^0.9.1",
8557
+ "progress": "^2.0.0",
8558
+ "regexpp": "^3.1.0",
8559
+ "semver": "^7.2.1",
8560
+ "strip-ansi": "^6.0.0",
8487
8561
  "strip-json-comments": "^3.1.0",
8488
- "text-table": "^0.2.0"
8562
+ "table": "^6.0.9",
8563
+ "text-table": "^0.2.0",
8564
+ "v8-compile-cache": "^2.0.3"
8489
8565
  },
8490
8566
  "bin": {
8491
8567
  "eslint": "bin/eslint.js"
8492
8568
  },
8493
8569
  "engines": {
8494
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
8570
+ "node": "^10.12.0 || >=12.0.0"
8495
8571
  },
8496
8572
  "funding": {
8497
8573
  "url": "https://opencollective.com/eslint"
8498
8574
  }
8499
8575
  },
8500
- "node_modules/eslint-config-react-app": {
8501
- "version": "7.0.1",
8502
- "resolved": "https://registry.npmjs.org/eslint-config-react-app/-/eslint-config-react-app-7.0.1.tgz",
8503
- "integrity": "sha512-K6rNzvkIeHaTd8m/QEh1Zko0KI7BACWkkneSs6s9cKZC/J27X3eZR6Upt1jkmZ/4FK+XUOPPxMEN7+lbUXfSlA==",
8504
- "dependencies": {
8505
- "@babel/core": "^7.16.0",
8506
- "@babel/eslint-parser": "^7.16.3",
8507
- "@rushstack/eslint-patch": "^1.1.0",
8508
- "@typescript-eslint/eslint-plugin": "^5.5.0",
8509
- "@typescript-eslint/parser": "^5.5.0",
8510
- "babel-preset-react-app": "^10.0.1",
8511
- "confusing-browser-globals": "^1.0.11",
8512
- "eslint-plugin-flowtype": "^8.0.3",
8513
- "eslint-plugin-import": "^2.25.3",
8514
- "eslint-plugin-jest": "^25.3.0",
8515
- "eslint-plugin-jsx-a11y": "^6.5.1",
8516
- "eslint-plugin-react": "^7.27.1",
8517
- "eslint-plugin-react-hooks": "^4.3.0",
8518
- "eslint-plugin-testing-library": "^5.0.1"
8519
- },
8520
- "engines": {
8521
- "node": ">=14.0.0"
8576
+ "node_modules/eslint-config-prettier": {
8577
+ "version": "8.10.0",
8578
+ "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.10.0.tgz",
8579
+ "integrity": "sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg==",
8580
+ "dev": true,
8581
+ "bin": {
8582
+ "eslint-config-prettier": "bin/cli.js"
8522
8583
  },
8523
8584
  "peerDependencies": {
8524
- "eslint": "^8.0.0"
8585
+ "eslint": ">=7.0.0"
8525
8586
  }
8526
8587
  },
8527
8588
  "node_modules/eslint-import-resolver-node": {
8528
- "version": "0.3.7",
8529
- "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.7.tgz",
8530
- "integrity": "sha512-gozW2blMLJCeFpBwugLTGyvVjNoeo1knonXAcatC6bjPBZitotxdWf7Gimr25N4c0AAOo4eOUfaG82IJPDpqCA==",
8589
+ "version": "0.3.9",
8590
+ "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz",
8591
+ "integrity": "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==",
8531
8592
  "dependencies": {
8532
8593
  "debug": "^3.2.7",
8533
- "is-core-module": "^2.11.0",
8534
- "resolve": "^1.22.1"
8594
+ "is-core-module": "^2.13.0",
8595
+ "resolve": "^1.22.4"
8535
8596
  }
8536
8597
  },
8537
8598
  "node_modules/eslint-import-resolver-node/node_modules/debug": {
@@ -8566,43 +8627,28 @@
8566
8627
  "ms": "^2.1.1"
8567
8628
  }
8568
8629
  },
8569
- "node_modules/eslint-plugin-flowtype": {
8570
- "version": "8.0.3",
8571
- "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-8.0.3.tgz",
8572
- "integrity": "sha512-dX8l6qUL6O+fYPtpNRideCFSpmWOUVx5QcaGLVqe/vlDiBSe4vYljDWDETwnyFzpl7By/WVIu6rcrniCgH9BqQ==",
8573
- "dependencies": {
8574
- "lodash": "^4.17.21",
8575
- "string-natural-compare": "^3.0.1"
8576
- },
8577
- "engines": {
8578
- "node": ">=12.0.0"
8579
- },
8580
- "peerDependencies": {
8581
- "@babel/plugin-syntax-flow": "^7.14.5",
8582
- "@babel/plugin-transform-react-jsx": "^7.14.9",
8583
- "eslint": "^8.1.0"
8584
- }
8585
- },
8586
8630
  "node_modules/eslint-plugin-import": {
8587
- "version": "2.27.5",
8588
- "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.27.5.tgz",
8589
- "integrity": "sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==",
8590
- "dependencies": {
8591
- "array-includes": "^3.1.6",
8592
- "array.prototype.flat": "^1.3.1",
8593
- "array.prototype.flatmap": "^1.3.1",
8631
+ "version": "2.29.0",
8632
+ "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.29.0.tgz",
8633
+ "integrity": "sha512-QPOO5NO6Odv5lpoTkddtutccQjysJuFxoPS7fAHO+9m9udNHvTCPSAMW9zGAYj8lAIdr40I8yPCdUYrncXtrwg==",
8634
+ "dependencies": {
8635
+ "array-includes": "^3.1.7",
8636
+ "array.prototype.findlastindex": "^1.2.3",
8637
+ "array.prototype.flat": "^1.3.2",
8638
+ "array.prototype.flatmap": "^1.3.2",
8594
8639
  "debug": "^3.2.7",
8595
8640
  "doctrine": "^2.1.0",
8596
- "eslint-import-resolver-node": "^0.3.7",
8597
- "eslint-module-utils": "^2.7.4",
8598
- "has": "^1.0.3",
8599
- "is-core-module": "^2.11.0",
8641
+ "eslint-import-resolver-node": "^0.3.9",
8642
+ "eslint-module-utils": "^2.8.0",
8643
+ "hasown": "^2.0.0",
8644
+ "is-core-module": "^2.13.1",
8600
8645
  "is-glob": "^4.0.3",
8601
8646
  "minimatch": "^3.1.2",
8602
- "object.values": "^1.1.6",
8603
- "resolve": "^1.22.1",
8604
- "semver": "^6.3.0",
8605
- "tsconfig-paths": "^3.14.1"
8647
+ "object.fromentries": "^2.0.7",
8648
+ "object.groupby": "^1.0.1",
8649
+ "object.values": "^1.1.7",
8650
+ "semver": "^6.3.1",
8651
+ "tsconfig-paths": "^3.14.2"
8606
8652
  },
8607
8653
  "engines": {
8608
8654
  "node": ">=4"
@@ -8662,26 +8708,26 @@
8662
8708
  }
8663
8709
  },
8664
8710
  "node_modules/eslint-plugin-jsx-a11y": {
8665
- "version": "6.7.1",
8666
- "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.7.1.tgz",
8667
- "integrity": "sha512-63Bog4iIethyo8smBklORknVjB0T2dwB8Mr/hIC+fBS0uyHdYYpzM/Ed+YC8VxTjlXHEWFOdmgwcDn1U2L9VCA==",
8711
+ "version": "6.8.0",
8712
+ "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.8.0.tgz",
8713
+ "integrity": "sha512-Hdh937BS3KdwwbBaKd5+PLCOmYY6U4f2h9Z2ktwtNKvIdIEu137rjYbcb9ApSbVJfWxANNuiKTD/9tOKjK9qOA==",
8668
8714
  "dependencies": {
8669
- "@babel/runtime": "^7.20.7",
8670
- "aria-query": "^5.1.3",
8671
- "array-includes": "^3.1.6",
8672
- "array.prototype.flatmap": "^1.3.1",
8673
- "ast-types-flow": "^0.0.7",
8674
- "axe-core": "^4.6.2",
8675
- "axobject-query": "^3.1.1",
8715
+ "@babel/runtime": "^7.23.2",
8716
+ "aria-query": "^5.3.0",
8717
+ "array-includes": "^3.1.7",
8718
+ "array.prototype.flatmap": "^1.3.2",
8719
+ "ast-types-flow": "^0.0.8",
8720
+ "axe-core": "=4.7.0",
8721
+ "axobject-query": "^3.2.1",
8676
8722
  "damerau-levenshtein": "^1.0.8",
8677
8723
  "emoji-regex": "^9.2.2",
8678
- "has": "^1.0.3",
8679
- "jsx-ast-utils": "^3.3.3",
8680
- "language-tags": "=1.0.5",
8724
+ "es-iterator-helpers": "^1.0.15",
8725
+ "hasown": "^2.0.0",
8726
+ "jsx-ast-utils": "^3.3.5",
8727
+ "language-tags": "^1.0.9",
8681
8728
  "minimatch": "^3.1.2",
8682
- "object.entries": "^1.1.6",
8683
- "object.fromentries": "^2.0.6",
8684
- "semver": "^6.3.0"
8729
+ "object.entries": "^1.1.7",
8730
+ "object.fromentries": "^2.0.7"
8685
8731
  },
8686
8732
  "engines": {
8687
8733
  "node": ">=4.0"
@@ -8690,14 +8736,6 @@
8690
8736
  "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8"
8691
8737
  }
8692
8738
  },
8693
- "node_modules/eslint-plugin-jsx-a11y/node_modules/semver": {
8694
- "version": "6.3.1",
8695
- "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
8696
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
8697
- "bin": {
8698
- "semver": "bin/semver.js"
8699
- }
8700
- },
8701
8739
  "node_modules/eslint-plugin-react": {
8702
8740
  "version": "7.32.2",
8703
8741
  "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.32.2.tgz",
@@ -8772,10 +8810,19 @@
8772
8810
  "semver": "bin/semver.js"
8773
8811
  }
8774
8812
  },
8813
+ "node_modules/eslint-plugin-simple-import-sort": {
8814
+ "version": "8.0.0",
8815
+ "resolved": "https://registry.npmjs.org/eslint-plugin-simple-import-sort/-/eslint-plugin-simple-import-sort-8.0.0.tgz",
8816
+ "integrity": "sha512-bXgJQ+lqhtQBCuWY/FUWdB27j4+lqcvXv5rUARkzbeWLwea+S5eBZEQrhnO+WgX3ZoJHVj0cn943iyXwByHHQw==",
8817
+ "dev": true,
8818
+ "peerDependencies": {
8819
+ "eslint": ">=5.0.0"
8820
+ }
8821
+ },
8775
8822
  "node_modules/eslint-plugin-testing-library": {
8776
- "version": "5.11.0",
8777
- "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.11.0.tgz",
8778
- "integrity": "sha512-ELY7Gefo+61OfXKlQeXNIDVVLPcvKTeiQOoMZG9TeuWa7Ln4dUNRv8JdRWBQI9Mbb427XGlVB1aa1QPZxBJM8Q==",
8823
+ "version": "5.11.1",
8824
+ "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.11.1.tgz",
8825
+ "integrity": "sha512-5eX9e1Kc2PqVRed3taaLnAAqPZGEX75C+M/rXzUAI3wIg/ZxzUm1OVAwfe/O+vE+6YXOLetSe9g5GKD2ecXipw==",
8779
8826
  "dependencies": {
8780
8827
  "@typescript-eslint/utils": "^5.58.0"
8781
8828
  },
@@ -8788,24 +8835,51 @@
8788
8835
  }
8789
8836
  },
8790
8837
  "node_modules/eslint-scope": {
8791
- "version": "7.2.0",
8792
- "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.0.tgz",
8793
- "integrity": "sha512-DYj5deGlHBfMt15J7rdtyKNq/Nqlv5KfU4iodrQ019XESsRnwXH9KAE0y3cwtUHDo2ob7CypAnCqefh6vioWRw==",
8838
+ "version": "5.1.1",
8839
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
8840
+ "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
8794
8841
  "dependencies": {
8795
8842
  "esrecurse": "^4.3.0",
8796
- "estraverse": "^5.2.0"
8843
+ "estraverse": "^4.1.1"
8797
8844
  },
8798
8845
  "engines": {
8799
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
8846
+ "node": ">=8.0.0"
8847
+ }
8848
+ },
8849
+ "node_modules/eslint-scope/node_modules/estraverse": {
8850
+ "version": "4.3.0",
8851
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
8852
+ "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
8853
+ "engines": {
8854
+ "node": ">=4.0"
8855
+ }
8856
+ },
8857
+ "node_modules/eslint-utils": {
8858
+ "version": "2.1.0",
8859
+ "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.1.0.tgz",
8860
+ "integrity": "sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==",
8861
+ "dependencies": {
8862
+ "eslint-visitor-keys": "^1.1.0"
8863
+ },
8864
+ "engines": {
8865
+ "node": ">=6"
8800
8866
  },
8801
8867
  "funding": {
8802
- "url": "https://opencollective.com/eslint"
8868
+ "url": "https://github.com/sponsors/mysticatea"
8869
+ }
8870
+ },
8871
+ "node_modules/eslint-utils/node_modules/eslint-visitor-keys": {
8872
+ "version": "1.3.0",
8873
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz",
8874
+ "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==",
8875
+ "engines": {
8876
+ "node": ">=4"
8803
8877
  }
8804
8878
  },
8805
8879
  "node_modules/eslint-visitor-keys": {
8806
- "version": "3.4.1",
8807
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz",
8808
- "integrity": "sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==",
8880
+ "version": "3.4.3",
8881
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
8882
+ "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
8809
8883
  "engines": {
8810
8884
  "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
8811
8885
  },
@@ -8920,6 +8994,14 @@
8920
8994
  "url": "https://github.com/chalk/supports-color?sponsor=1"
8921
8995
  }
8922
8996
  },
8997
+ "node_modules/eslint/node_modules/@babel/code-frame": {
8998
+ "version": "7.12.11",
8999
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz",
9000
+ "integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==",
9001
+ "dependencies": {
9002
+ "@babel/highlight": "^7.10.4"
9003
+ }
9004
+ },
8923
9005
  "node_modules/eslint/node_modules/ansi-styles": {
8924
9006
  "version": "4.3.0",
8925
9007
  "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
@@ -8934,11 +9016,6 @@
8934
9016
  "url": "https://github.com/chalk/ansi-styles?sponsor=1"
8935
9017
  }
8936
9018
  },
8937
- "node_modules/eslint/node_modules/argparse": {
8938
- "version": "2.0.1",
8939
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
8940
- "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
8941
- },
8942
9019
  "node_modules/eslint/node_modules/chalk": {
8943
9020
  "version": "4.1.2",
8944
9021
  "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
@@ -8981,6 +9058,25 @@
8981
9058
  "url": "https://github.com/sponsors/sindresorhus"
8982
9059
  }
8983
9060
  },
9061
+ "node_modules/eslint/node_modules/eslint-visitor-keys": {
9062
+ "version": "2.1.0",
9063
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
9064
+ "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==",
9065
+ "engines": {
9066
+ "node": ">=10"
9067
+ }
9068
+ },
9069
+ "node_modules/eslint/node_modules/glob-parent": {
9070
+ "version": "5.1.2",
9071
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
9072
+ "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
9073
+ "dependencies": {
9074
+ "is-glob": "^4.0.1"
9075
+ },
9076
+ "engines": {
9077
+ "node": ">= 6"
9078
+ }
9079
+ },
8984
9080
  "node_modules/eslint/node_modules/globals": {
8985
9081
  "version": "13.20.0",
8986
9082
  "resolved": "https://registry.npmjs.org/globals/-/globals-13.20.0.tgz",
@@ -9003,15 +9099,12 @@
9003
9099
  "node": ">=8"
9004
9100
  }
9005
9101
  },
9006
- "node_modules/eslint/node_modules/js-yaml": {
9007
- "version": "4.1.0",
9008
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
9009
- "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
9010
- "dependencies": {
9011
- "argparse": "^2.0.1"
9012
- },
9013
- "bin": {
9014
- "js-yaml": "bin/js-yaml.js"
9102
+ "node_modules/eslint/node_modules/ignore": {
9103
+ "version": "4.0.6",
9104
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz",
9105
+ "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==",
9106
+ "engines": {
9107
+ "node": ">= 4"
9015
9108
  }
9016
9109
  },
9017
9110
  "node_modules/eslint/node_modules/supports-color": {
@@ -9037,19 +9130,35 @@
9037
9130
  }
9038
9131
  },
9039
9132
  "node_modules/espree": {
9040
- "version": "9.6.0",
9041
- "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.0.tgz",
9042
- "integrity": "sha512-1FH/IiruXZ84tpUlm0aCUEwMl2Ho5ilqVh0VvQXw+byAz/4SAciyHLlfmL5WYqsvD38oymdUwBss0LtK8m4s/A==",
9133
+ "version": "7.3.1",
9134
+ "resolved": "https://registry.npmjs.org/espree/-/espree-7.3.1.tgz",
9135
+ "integrity": "sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g==",
9043
9136
  "dependencies": {
9044
- "acorn": "^8.9.0",
9045
- "acorn-jsx": "^5.3.2",
9046
- "eslint-visitor-keys": "^3.4.1"
9137
+ "acorn": "^7.4.0",
9138
+ "acorn-jsx": "^5.3.1",
9139
+ "eslint-visitor-keys": "^1.3.0"
9047
9140
  },
9048
9141
  "engines": {
9049
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
9142
+ "node": "^10.12.0 || >=12.0.0"
9143
+ }
9144
+ },
9145
+ "node_modules/espree/node_modules/acorn": {
9146
+ "version": "7.4.1",
9147
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz",
9148
+ "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==",
9149
+ "bin": {
9150
+ "acorn": "bin/acorn"
9050
9151
  },
9051
- "funding": {
9052
- "url": "https://opencollective.com/eslint"
9152
+ "engines": {
9153
+ "node": ">=0.4.0"
9154
+ }
9155
+ },
9156
+ "node_modules/espree/node_modules/eslint-visitor-keys": {
9157
+ "version": "1.3.0",
9158
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz",
9159
+ "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==",
9160
+ "engines": {
9161
+ "node": ">=4"
9053
9162
  }
9054
9163
  },
9055
9164
  "node_modules/esprima": {
@@ -9750,19 +9859,22 @@
9750
9859
  }
9751
9860
  },
9752
9861
  "node_modules/function-bind": {
9753
- "version": "1.1.1",
9754
- "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
9755
- "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A=="
9862
+ "version": "1.1.2",
9863
+ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
9864
+ "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
9865
+ "funding": {
9866
+ "url": "https://github.com/sponsors/ljharb"
9867
+ }
9756
9868
  },
9757
9869
  "node_modules/function.prototype.name": {
9758
- "version": "1.1.5",
9759
- "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.5.tgz",
9760
- "integrity": "sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==",
9870
+ "version": "1.1.6",
9871
+ "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.6.tgz",
9872
+ "integrity": "sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==",
9761
9873
  "dependencies": {
9762
9874
  "call-bind": "^1.0.2",
9763
- "define-properties": "^1.1.3",
9764
- "es-abstract": "^1.19.0",
9765
- "functions-have-names": "^1.2.2"
9875
+ "define-properties": "^1.2.0",
9876
+ "es-abstract": "^1.22.1",
9877
+ "functions-have-names": "^1.2.3"
9766
9878
  },
9767
9879
  "engines": {
9768
9880
  "node": ">= 0.4"
@@ -9771,6 +9883,11 @@
9771
9883
  "url": "https://github.com/sponsors/ljharb"
9772
9884
  }
9773
9885
  },
9886
+ "node_modules/functional-red-black-tree": {
9887
+ "version": "1.0.1",
9888
+ "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz",
9889
+ "integrity": "sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g=="
9890
+ },
9774
9891
  "node_modules/functions-have-names": {
9775
9892
  "version": "1.2.3",
9776
9893
  "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz",
@@ -9796,14 +9913,14 @@
9796
9913
  }
9797
9914
  },
9798
9915
  "node_modules/get-intrinsic": {
9799
- "version": "1.2.1",
9800
- "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.1.tgz",
9801
- "integrity": "sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==",
9916
+ "version": "1.2.2",
9917
+ "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.2.tgz",
9918
+ "integrity": "sha512-0gSo4ml/0j98Y3lngkFEot/zhiCeWsbYIlZ+uZOVgzLyLaUw7wxUL+nCTP0XJvJg1AXulJRI3UJi8GsbDuxdGA==",
9802
9919
  "dependencies": {
9803
- "function-bind": "^1.1.1",
9804
- "has": "^1.0.3",
9920
+ "function-bind": "^1.1.2",
9805
9921
  "has-proto": "^1.0.1",
9806
- "has-symbols": "^1.0.3"
9922
+ "has-symbols": "^1.0.3",
9923
+ "hasown": "^2.0.0"
9807
9924
  },
9808
9925
  "funding": {
9809
9926
  "url": "https://github.com/sponsors/ljharb"
@@ -10078,6 +10195,17 @@
10078
10195
  "url": "https://github.com/sponsors/ljharb"
10079
10196
  }
10080
10197
  },
10198
+ "node_modules/hasown": {
10199
+ "version": "2.0.0",
10200
+ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.0.tgz",
10201
+ "integrity": "sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==",
10202
+ "dependencies": {
10203
+ "function-bind": "^1.1.2"
10204
+ },
10205
+ "engines": {
10206
+ "node": ">= 0.4"
10207
+ }
10208
+ },
10081
10209
  "node_modules/he": {
10082
10210
  "version": "1.2.0",
10083
10211
  "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
@@ -10525,6 +10653,20 @@
10525
10653
  "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
10526
10654
  "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg=="
10527
10655
  },
10656
+ "node_modules/is-async-function": {
10657
+ "version": "2.0.0",
10658
+ "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.0.0.tgz",
10659
+ "integrity": "sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA==",
10660
+ "dependencies": {
10661
+ "has-tostringtag": "^1.0.0"
10662
+ },
10663
+ "engines": {
10664
+ "node": ">= 0.4"
10665
+ },
10666
+ "funding": {
10667
+ "url": "https://github.com/sponsors/ljharb"
10668
+ }
10669
+ },
10528
10670
  "node_modules/is-bigint": {
10529
10671
  "version": "1.0.4",
10530
10672
  "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz",
@@ -10574,11 +10716,11 @@
10574
10716
  }
10575
10717
  },
10576
10718
  "node_modules/is-core-module": {
10577
- "version": "2.12.1",
10578
- "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.12.1.tgz",
10579
- "integrity": "sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg==",
10719
+ "version": "2.13.1",
10720
+ "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz",
10721
+ "integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==",
10580
10722
  "dependencies": {
10581
- "has": "^1.0.3"
10723
+ "hasown": "^2.0.0"
10582
10724
  },
10583
10725
  "funding": {
10584
10726
  "url": "https://github.com/sponsors/ljharb"
@@ -10620,6 +10762,17 @@
10620
10762
  "node": ">=0.10.0"
10621
10763
  }
10622
10764
  },
10765
+ "node_modules/is-finalizationregistry": {
10766
+ "version": "1.0.2",
10767
+ "resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.0.2.tgz",
10768
+ "integrity": "sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==",
10769
+ "dependencies": {
10770
+ "call-bind": "^1.0.2"
10771
+ },
10772
+ "funding": {
10773
+ "url": "https://github.com/sponsors/ljharb"
10774
+ }
10775
+ },
10623
10776
  "node_modules/is-fullwidth-code-point": {
10624
10777
  "version": "3.0.0",
10625
10778
  "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
@@ -10636,6 +10789,20 @@
10636
10789
  "node": ">=6"
10637
10790
  }
10638
10791
  },
10792
+ "node_modules/is-generator-function": {
10793
+ "version": "1.0.10",
10794
+ "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.0.10.tgz",
10795
+ "integrity": "sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==",
10796
+ "dependencies": {
10797
+ "has-tostringtag": "^1.0.0"
10798
+ },
10799
+ "engines": {
10800
+ "node": ">= 0.4"
10801
+ },
10802
+ "funding": {
10803
+ "url": "https://github.com/sponsors/ljharb"
10804
+ }
10805
+ },
10639
10806
  "node_modules/is-glob": {
10640
10807
  "version": "4.0.3",
10641
10808
  "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
@@ -10815,15 +10982,11 @@
10815
10982
  }
10816
10983
  },
10817
10984
  "node_modules/is-typed-array": {
10818
- "version": "1.1.10",
10819
- "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.10.tgz",
10820
- "integrity": "sha512-PJqgEHiWZvMpaFZ3uTc8kHPM4+4ADTlDniuQL7cU/UDA0Ql7F70yGfHph3cLNe+c9toaigv+DFzTJKhc2CtO6A==",
10985
+ "version": "1.1.12",
10986
+ "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.12.tgz",
10987
+ "integrity": "sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg==",
10821
10988
  "dependencies": {
10822
- "available-typed-arrays": "^1.0.5",
10823
- "call-bind": "^1.0.2",
10824
- "for-each": "^0.3.3",
10825
- "gopd": "^1.0.1",
10826
- "has-tostringtag": "^1.0.0"
10989
+ "which-typed-array": "^1.1.11"
10827
10990
  },
10828
10991
  "engines": {
10829
10992
  "node": ">= 0.4"
@@ -10985,6 +11148,18 @@
10985
11148
  "node": ">=8"
10986
11149
  }
10987
11150
  },
11151
+ "node_modules/iterator.prototype": {
11152
+ "version": "1.1.2",
11153
+ "resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.2.tgz",
11154
+ "integrity": "sha512-DR33HMMr8EzwuRL8Y9D3u2BMj8+RqSE850jfGu59kS7tbmPLzGkZmVSfyCFSDxuZiEY6Rzt3T2NA/qU+NwVj1w==",
11155
+ "dependencies": {
11156
+ "define-properties": "^1.2.1",
11157
+ "get-intrinsic": "^1.2.1",
11158
+ "has-symbols": "^1.0.3",
11159
+ "reflect.getprototypeof": "^1.0.4",
11160
+ "set-function-name": "^2.0.1"
11161
+ }
11162
+ },
10988
11163
  "node_modules/jake": {
10989
11164
  "version": "10.8.7",
10990
11165
  "resolved": "https://registry.npmjs.org/jake/-/jake-10.8.7.tgz",
@@ -13075,9 +13250,9 @@
13075
13250
  }
13076
13251
  },
13077
13252
  "node_modules/jsx-ast-utils": {
13078
- "version": "3.3.4",
13079
- "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.4.tgz",
13080
- "integrity": "sha512-fX2TVdCViod6HwKEtSWGHs57oFhVfCMwieb9PuRDgjDPh5XeqJiHFFFJCHxU5cnTc3Bu/GRL+kPiFmw8XWOfKw==",
13253
+ "version": "3.3.5",
13254
+ "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz",
13255
+ "integrity": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==",
13081
13256
  "dependencies": {
13082
13257
  "array-includes": "^3.1.6",
13083
13258
  "array.prototype.flat": "^1.3.1",
@@ -13118,11 +13293,14 @@
13118
13293
  "integrity": "sha512-tN0MCzyWnoz/4nHS6uxdlFWoUZT7ABptwKPQ52Ea7URk6vll88bWBVhodtnlfEuCcKWNGoc+uGbw1cwa9IKh/w=="
13119
13294
  },
13120
13295
  "node_modules/language-tags": {
13121
- "version": "1.0.5",
13122
- "resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.5.tgz",
13123
- "integrity": "sha512-qJhlO9cGXi6hBGKoxEG/sKZDAHD5Hnu9Hs4WbOY3pCWXDhw0N8x1NenNzm2EnNLkLkk7J2SdxAkDSbb6ftT+UQ==",
13296
+ "version": "1.0.9",
13297
+ "resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.9.tgz",
13298
+ "integrity": "sha512-MbjN408fEndfiQXbFQ1vnd+1NoLDsnQW41410oQBXiyXDMYH5z505juWa4KUE1LqxRC7DgOgZDbKLxHIwm27hA==",
13124
13299
  "dependencies": {
13125
- "language-subtag-registry": "~0.3.2"
13300
+ "language-subtag-registry": "^0.3.20"
13301
+ },
13302
+ "engines": {
13303
+ "node": ">=0.10"
13126
13304
  }
13127
13305
  },
13128
13306
  "node_modules/launch-editor": {
@@ -13232,6 +13410,11 @@
13232
13410
  "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz",
13233
13411
  "integrity": "sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA=="
13234
13412
  },
13413
+ "node_modules/lodash.truncate": {
13414
+ "version": "4.4.2",
13415
+ "resolved": "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz",
13416
+ "integrity": "sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw=="
13417
+ },
13235
13418
  "node_modules/lodash.uniq": {
13236
13419
  "version": "4.5.0",
13237
13420
  "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz",
@@ -13685,9 +13868,9 @@
13685
13868
  }
13686
13869
  },
13687
13870
  "node_modules/object-inspect": {
13688
- "version": "1.12.3",
13689
- "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz",
13690
- "integrity": "sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==",
13871
+ "version": "1.13.1",
13872
+ "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.1.tgz",
13873
+ "integrity": "sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==",
13691
13874
  "funding": {
13692
13875
  "url": "https://github.com/sponsors/ljharb"
13693
13876
  }
@@ -13733,26 +13916,26 @@
13733
13916
  }
13734
13917
  },
13735
13918
  "node_modules/object.entries": {
13736
- "version": "1.1.6",
13737
- "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.6.tgz",
13738
- "integrity": "sha512-leTPzo4Zvg3pmbQ3rDK69Rl8GQvIqMWubrkxONG9/ojtFE2rD9fjMKfSI5BxW3osRH1m6VdzmqK8oAY9aT4x5w==",
13919
+ "version": "1.1.7",
13920
+ "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.7.tgz",
13921
+ "integrity": "sha512-jCBs/0plmPsOnrKAfFQXRG2NFjlhZgjjcBLSmTnEhU8U6vVTsVe8ANeQJCHTl3gSsI4J+0emOoCgoKlmQPMgmA==",
13739
13922
  "dependencies": {
13740
13923
  "call-bind": "^1.0.2",
13741
- "define-properties": "^1.1.4",
13742
- "es-abstract": "^1.20.4"
13924
+ "define-properties": "^1.2.0",
13925
+ "es-abstract": "^1.22.1"
13743
13926
  },
13744
13927
  "engines": {
13745
13928
  "node": ">= 0.4"
13746
13929
  }
13747
13930
  },
13748
13931
  "node_modules/object.fromentries": {
13749
- "version": "2.0.6",
13750
- "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.6.tgz",
13751
- "integrity": "sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg==",
13932
+ "version": "2.0.7",
13933
+ "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.7.tgz",
13934
+ "integrity": "sha512-UPbPHML6sL8PI/mOqPwsH4G6iyXcCGzLin8KvEPenOZN5lpCNBZZQ+V62vdjB1mQHrmqGQt5/OJzemUA+KJmEA==",
13752
13935
  "dependencies": {
13753
13936
  "call-bind": "^1.0.2",
13754
- "define-properties": "^1.1.4",
13755
- "es-abstract": "^1.20.4"
13937
+ "define-properties": "^1.2.0",
13938
+ "es-abstract": "^1.22.1"
13756
13939
  },
13757
13940
  "engines": {
13758
13941
  "node": ">= 0.4"
@@ -13779,6 +13962,17 @@
13779
13962
  "url": "https://github.com/sponsors/ljharb"
13780
13963
  }
13781
13964
  },
13965
+ "node_modules/object.groupby": {
13966
+ "version": "1.0.1",
13967
+ "resolved": "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.1.tgz",
13968
+ "integrity": "sha512-HqaQtqLnp/8Bn4GL16cj+CUYbnpe1bh0TtEaWvybszDG4tgxCJuRpV8VGuvNaI1fAnI4lUJzDG55MXcOH4JZcQ==",
13969
+ "dependencies": {
13970
+ "call-bind": "^1.0.2",
13971
+ "define-properties": "^1.2.0",
13972
+ "es-abstract": "^1.22.1",
13973
+ "get-intrinsic": "^1.2.1"
13974
+ }
13975
+ },
13782
13976
  "node_modules/object.hasown": {
13783
13977
  "version": "1.1.2",
13784
13978
  "resolved": "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.2.tgz",
@@ -13792,13 +13986,13 @@
13792
13986
  }
13793
13987
  },
13794
13988
  "node_modules/object.values": {
13795
- "version": "1.1.6",
13796
- "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.6.tgz",
13797
- "integrity": "sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw==",
13989
+ "version": "1.1.7",
13990
+ "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.7.tgz",
13991
+ "integrity": "sha512-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng==",
13798
13992
  "dependencies": {
13799
13993
  "call-bind": "^1.0.2",
13800
- "define-properties": "^1.1.4",
13801
- "es-abstract": "^1.20.4"
13994
+ "define-properties": "^1.2.0",
13995
+ "es-abstract": "^1.22.1"
13802
13996
  },
13803
13997
  "engines": {
13804
13998
  "node": ">= 0.4"
@@ -15393,6 +15587,21 @@
15393
15587
  "node": ">= 0.8.0"
15394
15588
  }
15395
15589
  },
15590
+ "node_modules/prettier": {
15591
+ "version": "2.8.0",
15592
+ "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.0.tgz",
15593
+ "integrity": "sha512-9Lmg8hTFZKG0Asr/kW9Bp8tJjRVluO8EJQVfY2T7FMw9T5jy4I/Uvx0Rca/XWf50QQ1/SS48+6IJWnrb+2yemA==",
15594
+ "dev": true,
15595
+ "bin": {
15596
+ "prettier": "bin-prettier.js"
15597
+ },
15598
+ "engines": {
15599
+ "node": ">=10.13.0"
15600
+ },
15601
+ "funding": {
15602
+ "url": "https://github.com/prettier/prettier?sponsor=1"
15603
+ }
15604
+ },
15396
15605
  "node_modules/pretty-bytes": {
15397
15606
  "version": "5.6.0",
15398
15607
  "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz",
@@ -15442,6 +15651,14 @@
15442
15651
  "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
15443
15652
  "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag=="
15444
15653
  },
15654
+ "node_modules/progress": {
15655
+ "version": "2.0.3",
15656
+ "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz",
15657
+ "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==",
15658
+ "engines": {
15659
+ "node": ">=0.4.0"
15660
+ }
15661
+ },
15445
15662
  "node_modules/promise": {
15446
15663
  "version": "8.3.0",
15447
15664
  "resolved": "https://registry.npmjs.org/promise/-/promise-8.3.0.tgz",
@@ -15920,37 +16137,322 @@
15920
16137
  }
15921
16138
  }
15922
16139
  },
15923
- "node_modules/react-transition-group": {
15924
- "version": "4.4.5",
15925
- "resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.5.tgz",
15926
- "integrity": "sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==",
16140
+ "node_modules/react-scripts/node_modules/@eslint/eslintrc": {
16141
+ "version": "2.1.4",
16142
+ "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz",
16143
+ "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==",
15927
16144
  "dependencies": {
15928
- "@babel/runtime": "^7.5.5",
15929
- "dom-helpers": "^5.0.1",
15930
- "loose-envify": "^1.4.0",
15931
- "prop-types": "^15.6.2"
16145
+ "ajv": "^6.12.4",
16146
+ "debug": "^4.3.2",
16147
+ "espree": "^9.6.0",
16148
+ "globals": "^13.19.0",
16149
+ "ignore": "^5.2.0",
16150
+ "import-fresh": "^3.2.1",
16151
+ "js-yaml": "^4.1.0",
16152
+ "minimatch": "^3.1.2",
16153
+ "strip-json-comments": "^3.1.1"
15932
16154
  },
15933
- "peerDependencies": {
15934
- "react": ">=16.6.0",
15935
- "react-dom": ">=16.6.0"
16155
+ "engines": {
16156
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
16157
+ },
16158
+ "funding": {
16159
+ "url": "https://opencollective.com/eslint"
15936
16160
  }
15937
16161
  },
15938
- "node_modules/read-cache": {
15939
- "version": "1.0.0",
15940
- "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz",
15941
- "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==",
16162
+ "node_modules/react-scripts/node_modules/@humanwhocodes/config-array": {
16163
+ "version": "0.11.13",
16164
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.13.tgz",
16165
+ "integrity": "sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==",
15942
16166
  "dependencies": {
15943
- "pify": "^2.3.0"
16167
+ "@humanwhocodes/object-schema": "^2.0.1",
16168
+ "debug": "^4.1.1",
16169
+ "minimatch": "^3.0.5"
16170
+ },
16171
+ "engines": {
16172
+ "node": ">=10.10.0"
15944
16173
  }
15945
16174
  },
15946
- "node_modules/readable-stream": {
15947
- "version": "3.6.2",
15948
- "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
15949
- "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
16175
+ "node_modules/react-scripts/node_modules/@humanwhocodes/object-schema": {
16176
+ "version": "2.0.1",
16177
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz",
16178
+ "integrity": "sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw=="
16179
+ },
16180
+ "node_modules/react-scripts/node_modules/ansi-styles": {
16181
+ "version": "4.3.0",
16182
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
16183
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
15950
16184
  "dependencies": {
15951
- "inherits": "^2.0.3",
15952
- "string_decoder": "^1.1.1",
15953
- "util-deprecate": "^1.0.1"
16185
+ "color-convert": "^2.0.1"
16186
+ },
16187
+ "engines": {
16188
+ "node": ">=8"
16189
+ },
16190
+ "funding": {
16191
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
16192
+ }
16193
+ },
16194
+ "node_modules/react-scripts/node_modules/argparse": {
16195
+ "version": "2.0.1",
16196
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
16197
+ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
16198
+ },
16199
+ "node_modules/react-scripts/node_modules/chalk": {
16200
+ "version": "4.1.2",
16201
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
16202
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
16203
+ "dependencies": {
16204
+ "ansi-styles": "^4.1.0",
16205
+ "supports-color": "^7.1.0"
16206
+ },
16207
+ "engines": {
16208
+ "node": ">=10"
16209
+ },
16210
+ "funding": {
16211
+ "url": "https://github.com/chalk/chalk?sponsor=1"
16212
+ }
16213
+ },
16214
+ "node_modules/react-scripts/node_modules/color-convert": {
16215
+ "version": "2.0.1",
16216
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
16217
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
16218
+ "dependencies": {
16219
+ "color-name": "~1.1.4"
16220
+ },
16221
+ "engines": {
16222
+ "node": ">=7.0.0"
16223
+ }
16224
+ },
16225
+ "node_modules/react-scripts/node_modules/color-name": {
16226
+ "version": "1.1.4",
16227
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
16228
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
16229
+ },
16230
+ "node_modules/react-scripts/node_modules/escape-string-regexp": {
16231
+ "version": "4.0.0",
16232
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
16233
+ "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
16234
+ "engines": {
16235
+ "node": ">=10"
16236
+ },
16237
+ "funding": {
16238
+ "url": "https://github.com/sponsors/sindresorhus"
16239
+ }
16240
+ },
16241
+ "node_modules/react-scripts/node_modules/eslint": {
16242
+ "version": "8.55.0",
16243
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.55.0.tgz",
16244
+ "integrity": "sha512-iyUUAM0PCKj5QpwGfmCAG9XXbZCWsqP/eWAWrG/W0umvjuLRBECwSFdt+rCntju0xEH7teIABPwXpahftIaTdA==",
16245
+ "dependencies": {
16246
+ "@eslint-community/eslint-utils": "^4.2.0",
16247
+ "@eslint-community/regexpp": "^4.6.1",
16248
+ "@eslint/eslintrc": "^2.1.4",
16249
+ "@eslint/js": "8.55.0",
16250
+ "@humanwhocodes/config-array": "^0.11.13",
16251
+ "@humanwhocodes/module-importer": "^1.0.1",
16252
+ "@nodelib/fs.walk": "^1.2.8",
16253
+ "@ungap/structured-clone": "^1.2.0",
16254
+ "ajv": "^6.12.4",
16255
+ "chalk": "^4.0.0",
16256
+ "cross-spawn": "^7.0.2",
16257
+ "debug": "^4.3.2",
16258
+ "doctrine": "^3.0.0",
16259
+ "escape-string-regexp": "^4.0.0",
16260
+ "eslint-scope": "^7.2.2",
16261
+ "eslint-visitor-keys": "^3.4.3",
16262
+ "espree": "^9.6.1",
16263
+ "esquery": "^1.4.2",
16264
+ "esutils": "^2.0.2",
16265
+ "fast-deep-equal": "^3.1.3",
16266
+ "file-entry-cache": "^6.0.1",
16267
+ "find-up": "^5.0.0",
16268
+ "glob-parent": "^6.0.2",
16269
+ "globals": "^13.19.0",
16270
+ "graphemer": "^1.4.0",
16271
+ "ignore": "^5.2.0",
16272
+ "imurmurhash": "^0.1.4",
16273
+ "is-glob": "^4.0.0",
16274
+ "is-path-inside": "^3.0.3",
16275
+ "js-yaml": "^4.1.0",
16276
+ "json-stable-stringify-without-jsonify": "^1.0.1",
16277
+ "levn": "^0.4.1",
16278
+ "lodash.merge": "^4.6.2",
16279
+ "minimatch": "^3.1.2",
16280
+ "natural-compare": "^1.4.0",
16281
+ "optionator": "^0.9.3",
16282
+ "strip-ansi": "^6.0.1",
16283
+ "text-table": "^0.2.0"
16284
+ },
16285
+ "bin": {
16286
+ "eslint": "bin/eslint.js"
16287
+ },
16288
+ "engines": {
16289
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
16290
+ },
16291
+ "funding": {
16292
+ "url": "https://opencollective.com/eslint"
16293
+ }
16294
+ },
16295
+ "node_modules/react-scripts/node_modules/eslint-config-react-app": {
16296
+ "version": "7.0.1",
16297
+ "resolved": "https://registry.npmjs.org/eslint-config-react-app/-/eslint-config-react-app-7.0.1.tgz",
16298
+ "integrity": "sha512-K6rNzvkIeHaTd8m/QEh1Zko0KI7BACWkkneSs6s9cKZC/J27X3eZR6Upt1jkmZ/4FK+XUOPPxMEN7+lbUXfSlA==",
16299
+ "dependencies": {
16300
+ "@babel/core": "^7.16.0",
16301
+ "@babel/eslint-parser": "^7.16.3",
16302
+ "@rushstack/eslint-patch": "^1.1.0",
16303
+ "@typescript-eslint/eslint-plugin": "^5.5.0",
16304
+ "@typescript-eslint/parser": "^5.5.0",
16305
+ "babel-preset-react-app": "^10.0.1",
16306
+ "confusing-browser-globals": "^1.0.11",
16307
+ "eslint-plugin-flowtype": "^8.0.3",
16308
+ "eslint-plugin-import": "^2.25.3",
16309
+ "eslint-plugin-jest": "^25.3.0",
16310
+ "eslint-plugin-jsx-a11y": "^6.5.1",
16311
+ "eslint-plugin-react": "^7.27.1",
16312
+ "eslint-plugin-react-hooks": "^4.3.0",
16313
+ "eslint-plugin-testing-library": "^5.0.1"
16314
+ },
16315
+ "engines": {
16316
+ "node": ">=14.0.0"
16317
+ },
16318
+ "peerDependencies": {
16319
+ "eslint": "^8.0.0"
16320
+ }
16321
+ },
16322
+ "node_modules/react-scripts/node_modules/eslint-plugin-flowtype": {
16323
+ "version": "8.0.3",
16324
+ "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-8.0.3.tgz",
16325
+ "integrity": "sha512-dX8l6qUL6O+fYPtpNRideCFSpmWOUVx5QcaGLVqe/vlDiBSe4vYljDWDETwnyFzpl7By/WVIu6rcrniCgH9BqQ==",
16326
+ "dependencies": {
16327
+ "lodash": "^4.17.21",
16328
+ "string-natural-compare": "^3.0.1"
16329
+ },
16330
+ "engines": {
16331
+ "node": ">=12.0.0"
16332
+ },
16333
+ "peerDependencies": {
16334
+ "@babel/plugin-syntax-flow": "^7.14.5",
16335
+ "@babel/plugin-transform-react-jsx": "^7.14.9",
16336
+ "eslint": "^8.1.0"
16337
+ }
16338
+ },
16339
+ "node_modules/react-scripts/node_modules/eslint-scope": {
16340
+ "version": "7.2.2",
16341
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz",
16342
+ "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==",
16343
+ "dependencies": {
16344
+ "esrecurse": "^4.3.0",
16345
+ "estraverse": "^5.2.0"
16346
+ },
16347
+ "engines": {
16348
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
16349
+ },
16350
+ "funding": {
16351
+ "url": "https://opencollective.com/eslint"
16352
+ }
16353
+ },
16354
+ "node_modules/react-scripts/node_modules/espree": {
16355
+ "version": "9.6.1",
16356
+ "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz",
16357
+ "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==",
16358
+ "dependencies": {
16359
+ "acorn": "^8.9.0",
16360
+ "acorn-jsx": "^5.3.2",
16361
+ "eslint-visitor-keys": "^3.4.1"
16362
+ },
16363
+ "engines": {
16364
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
16365
+ },
16366
+ "funding": {
16367
+ "url": "https://opencollective.com/eslint"
16368
+ }
16369
+ },
16370
+ "node_modules/react-scripts/node_modules/globals": {
16371
+ "version": "13.23.0",
16372
+ "resolved": "https://registry.npmjs.org/globals/-/globals-13.23.0.tgz",
16373
+ "integrity": "sha512-XAmF0RjlrjY23MA51q3HltdlGxUpXPvg0GioKiD9X6HD28iMjo2dKC8Vqwm7lne4GNr78+RHTfliktR6ZH09wA==",
16374
+ "dependencies": {
16375
+ "type-fest": "^0.20.2"
16376
+ },
16377
+ "engines": {
16378
+ "node": ">=8"
16379
+ },
16380
+ "funding": {
16381
+ "url": "https://github.com/sponsors/sindresorhus"
16382
+ }
16383
+ },
16384
+ "node_modules/react-scripts/node_modules/has-flag": {
16385
+ "version": "4.0.0",
16386
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
16387
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
16388
+ "engines": {
16389
+ "node": ">=8"
16390
+ }
16391
+ },
16392
+ "node_modules/react-scripts/node_modules/js-yaml": {
16393
+ "version": "4.1.0",
16394
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
16395
+ "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
16396
+ "dependencies": {
16397
+ "argparse": "^2.0.1"
16398
+ },
16399
+ "bin": {
16400
+ "js-yaml": "bin/js-yaml.js"
16401
+ }
16402
+ },
16403
+ "node_modules/react-scripts/node_modules/supports-color": {
16404
+ "version": "7.2.0",
16405
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
16406
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
16407
+ "dependencies": {
16408
+ "has-flag": "^4.0.0"
16409
+ },
16410
+ "engines": {
16411
+ "node": ">=8"
16412
+ }
16413
+ },
16414
+ "node_modules/react-scripts/node_modules/type-fest": {
16415
+ "version": "0.20.2",
16416
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
16417
+ "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
16418
+ "engines": {
16419
+ "node": ">=10"
16420
+ },
16421
+ "funding": {
16422
+ "url": "https://github.com/sponsors/sindresorhus"
16423
+ }
16424
+ },
16425
+ "node_modules/react-transition-group": {
16426
+ "version": "4.4.5",
16427
+ "resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.5.tgz",
16428
+ "integrity": "sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==",
16429
+ "dependencies": {
16430
+ "@babel/runtime": "^7.5.5",
16431
+ "dom-helpers": "^5.0.1",
16432
+ "loose-envify": "^1.4.0",
16433
+ "prop-types": "^15.6.2"
16434
+ },
16435
+ "peerDependencies": {
16436
+ "react": ">=16.6.0",
16437
+ "react-dom": ">=16.6.0"
16438
+ }
16439
+ },
16440
+ "node_modules/read-cache": {
16441
+ "version": "1.0.0",
16442
+ "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz",
16443
+ "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==",
16444
+ "dependencies": {
16445
+ "pify": "^2.3.0"
16446
+ }
16447
+ },
16448
+ "node_modules/readable-stream": {
16449
+ "version": "3.6.2",
16450
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
16451
+ "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
16452
+ "dependencies": {
16453
+ "inherits": "^2.0.3",
16454
+ "string_decoder": "^1.1.1",
16455
+ "util-deprecate": "^1.0.1"
15954
16456
  },
15955
16457
  "engines": {
15956
16458
  "node": ">= 6"
@@ -15990,6 +16492,25 @@
15990
16492
  "node": ">=8"
15991
16493
  }
15992
16494
  },
16495
+ "node_modules/reflect.getprototypeof": {
16496
+ "version": "1.0.4",
16497
+ "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.4.tgz",
16498
+ "integrity": "sha512-ECkTw8TmJwW60lOTR+ZkODISW6RQ8+2CL3COqtiJKLd6MmB45hN51HprHFziKLGkAuTGQhBb91V8cy+KHlaCjw==",
16499
+ "dependencies": {
16500
+ "call-bind": "^1.0.2",
16501
+ "define-properties": "^1.2.0",
16502
+ "es-abstract": "^1.22.1",
16503
+ "get-intrinsic": "^1.2.1",
16504
+ "globalthis": "^1.0.3",
16505
+ "which-builtin-type": "^1.1.3"
16506
+ },
16507
+ "engines": {
16508
+ "node": ">= 0.4"
16509
+ },
16510
+ "funding": {
16511
+ "url": "https://github.com/sponsors/ljharb"
16512
+ }
16513
+ },
15993
16514
  "node_modules/regenerate": {
15994
16515
  "version": "1.4.2",
15995
16516
  "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz",
@@ -16025,13 +16546,13 @@
16025
16546
  "integrity": "sha512-jbD/FT0+9MBU2XAZluI7w2OBs1RBi6p9M83nkoZayQXXU9e8Robt69FcZc7wU4eJD/YFTjn1JdCk3rbMJajz8Q=="
16026
16547
  },
16027
16548
  "node_modules/regexp.prototype.flags": {
16028
- "version": "1.5.0",
16029
- "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.0.tgz",
16030
- "integrity": "sha512-0SutC3pNudRKgquxGoRGIz946MZVHqbNfPjBdxeOhBrdgDKlRoXmYLQN9xRbrR09ZXWeGAdPuif7egofn6v5LA==",
16549
+ "version": "1.5.1",
16550
+ "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.1.tgz",
16551
+ "integrity": "sha512-sy6TXMN+hnP/wMy+ISxg3krXx7BAtWVO4UouuCN/ziM9UEne0euamVNafDfvC83bRNr95y0V5iijeDQFUNpvrg==",
16031
16552
  "dependencies": {
16032
16553
  "call-bind": "^1.0.2",
16033
16554
  "define-properties": "^1.2.0",
16034
- "functions-have-names": "^1.2.3"
16555
+ "set-function-name": "^2.0.0"
16035
16556
  },
16036
16557
  "engines": {
16037
16558
  "node": ">= 0.4"
@@ -16040,6 +16561,17 @@
16040
16561
  "url": "https://github.com/sponsors/ljharb"
16041
16562
  }
16042
16563
  },
16564
+ "node_modules/regexpp": {
16565
+ "version": "3.2.0",
16566
+ "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz",
16567
+ "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==",
16568
+ "engines": {
16569
+ "node": ">=8"
16570
+ },
16571
+ "funding": {
16572
+ "url": "https://github.com/sponsors/mysticatea"
16573
+ }
16574
+ },
16043
16575
  "node_modules/regexpu-core": {
16044
16576
  "version": "5.3.2",
16045
16577
  "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.2.tgz",
@@ -16122,11 +16654,11 @@
16122
16654
  "integrity": "sha512-ab9EmR80F/zQTMNeneUr4cv+jSwPJgIlvEmVwLerwrWVbpLlBuls9XHzIeTFy4cegU2NHBp3va0LKOzU5qFEYQ=="
16123
16655
  },
16124
16656
  "node_modules/resolve": {
16125
- "version": "1.22.2",
16126
- "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.2.tgz",
16127
- "integrity": "sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==",
16657
+ "version": "1.22.8",
16658
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz",
16659
+ "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==",
16128
16660
  "dependencies": {
16129
- "is-core-module": "^2.11.0",
16661
+ "is-core-module": "^2.13.0",
16130
16662
  "path-parse": "^1.0.7",
16131
16663
  "supports-preserve-symlinks-flag": "^1.0.0"
16132
16664
  },
@@ -16343,12 +16875,12 @@
16343
16875
  }
16344
16876
  },
16345
16877
  "node_modules/safe-array-concat": {
16346
- "version": "1.0.0",
16347
- "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.0.0.tgz",
16348
- "integrity": "sha512-9dVEFruWIsnie89yym+xWTAYASdpw3CJV7Li/6zBewGf9z2i1j31rP6jnY0pHEO4QZh6N0K11bFjWmdR8UGdPQ==",
16878
+ "version": "1.0.1",
16879
+ "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.0.1.tgz",
16880
+ "integrity": "sha512-6XbUAseYE2KtOuGueyeobCySj9L4+66Tn6KQMOPQJrAJEowYKW/YR/MGJZl7FdydUdaFu4LYyDZjxf4/Nmo23Q==",
16349
16881
  "dependencies": {
16350
16882
  "call-bind": "^1.0.2",
16351
- "get-intrinsic": "^1.2.0",
16883
+ "get-intrinsic": "^1.2.1",
16352
16884
  "has-symbols": "^1.0.3",
16353
16885
  "isarray": "^2.0.5"
16354
16886
  },
@@ -16658,6 +17190,33 @@
16658
17190
  "node": ">= 0.8.0"
16659
17191
  }
16660
17192
  },
17193
+ "node_modules/set-function-length": {
17194
+ "version": "1.1.1",
17195
+ "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.1.1.tgz",
17196
+ "integrity": "sha512-VoaqjbBJKiWtg4yRcKBQ7g7wnGnLV3M8oLvVWwOk2PdYY6PEFegR1vezXR0tw6fZGF9csVakIRjrJiy2veSBFQ==",
17197
+ "dependencies": {
17198
+ "define-data-property": "^1.1.1",
17199
+ "get-intrinsic": "^1.2.1",
17200
+ "gopd": "^1.0.1",
17201
+ "has-property-descriptors": "^1.0.0"
17202
+ },
17203
+ "engines": {
17204
+ "node": ">= 0.4"
17205
+ }
17206
+ },
17207
+ "node_modules/set-function-name": {
17208
+ "version": "2.0.1",
17209
+ "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.1.tgz",
17210
+ "integrity": "sha512-tMNCiqYVkXIZgc2Hnoy2IvC/f8ezc5koaRFkCjrpWzGpCd3qbZXPzVy9MAZzK1ch/X0jvSkojys3oqJN0qCmdA==",
17211
+ "dependencies": {
17212
+ "define-data-property": "^1.0.1",
17213
+ "functions-have-names": "^1.2.3",
17214
+ "has-property-descriptors": "^1.0.0"
17215
+ },
17216
+ "engines": {
17217
+ "node": ">= 0.4"
17218
+ }
17219
+ },
16661
17220
  "node_modules/setprototypeof": {
16662
17221
  "version": "1.2.0",
16663
17222
  "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
@@ -16721,6 +17280,52 @@
16721
17280
  "node": ">=8"
16722
17281
  }
16723
17282
  },
17283
+ "node_modules/slice-ansi": {
17284
+ "version": "4.0.0",
17285
+ "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz",
17286
+ "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==",
17287
+ "dependencies": {
17288
+ "ansi-styles": "^4.0.0",
17289
+ "astral-regex": "^2.0.0",
17290
+ "is-fullwidth-code-point": "^3.0.0"
17291
+ },
17292
+ "engines": {
17293
+ "node": ">=10"
17294
+ },
17295
+ "funding": {
17296
+ "url": "https://github.com/chalk/slice-ansi?sponsor=1"
17297
+ }
17298
+ },
17299
+ "node_modules/slice-ansi/node_modules/ansi-styles": {
17300
+ "version": "4.3.0",
17301
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
17302
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
17303
+ "dependencies": {
17304
+ "color-convert": "^2.0.1"
17305
+ },
17306
+ "engines": {
17307
+ "node": ">=8"
17308
+ },
17309
+ "funding": {
17310
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
17311
+ }
17312
+ },
17313
+ "node_modules/slice-ansi/node_modules/color-convert": {
17314
+ "version": "2.0.1",
17315
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
17316
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
17317
+ "dependencies": {
17318
+ "color-name": "~1.1.4"
17319
+ },
17320
+ "engines": {
17321
+ "node": ">=7.0.0"
17322
+ }
17323
+ },
17324
+ "node_modules/slice-ansi/node_modules/color-name": {
17325
+ "version": "1.1.4",
17326
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
17327
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
17328
+ },
16724
17329
  "node_modules/sockjs": {
16725
17330
  "version": "0.3.24",
16726
17331
  "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.24.tgz",
@@ -16947,13 +17552,13 @@
16947
17552
  }
16948
17553
  },
16949
17554
  "node_modules/string.prototype.trim": {
16950
- "version": "1.2.7",
16951
- "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.7.tgz",
16952
- "integrity": "sha512-p6TmeT1T3411M8Cgg9wBTMRtY2q9+PNy9EV1i2lIXUN/btt763oIfxwN3RR8VU6wHX8j/1CFy0L+YuThm6bgOg==",
17555
+ "version": "1.2.8",
17556
+ "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.8.tgz",
17557
+ "integrity": "sha512-lfjY4HcixfQXOfaqCvcBuOIapyaroTXhbkfJN3gcB1OtyupngWK4sEET9Knd0cXd28kTUqu/kHoV4HKSJdnjiQ==",
16953
17558
  "dependencies": {
16954
17559
  "call-bind": "^1.0.2",
16955
- "define-properties": "^1.1.4",
16956
- "es-abstract": "^1.20.4"
17560
+ "define-properties": "^1.2.0",
17561
+ "es-abstract": "^1.22.1"
16957
17562
  },
16958
17563
  "engines": {
16959
17564
  "node": ">= 0.4"
@@ -16963,26 +17568,26 @@
16963
17568
  }
16964
17569
  },
16965
17570
  "node_modules/string.prototype.trimend": {
16966
- "version": "1.0.6",
16967
- "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.6.tgz",
16968
- "integrity": "sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==",
17571
+ "version": "1.0.7",
17572
+ "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.7.tgz",
17573
+ "integrity": "sha512-Ni79DqeB72ZFq1uH/L6zJ+DKZTkOtPIHovb3YZHQViE+HDouuU4mBrLOLDn5Dde3RF8qw5qVETEjhu9locMLvA==",
16969
17574
  "dependencies": {
16970
17575
  "call-bind": "^1.0.2",
16971
- "define-properties": "^1.1.4",
16972
- "es-abstract": "^1.20.4"
17576
+ "define-properties": "^1.2.0",
17577
+ "es-abstract": "^1.22.1"
16973
17578
  },
16974
17579
  "funding": {
16975
17580
  "url": "https://github.com/sponsors/ljharb"
16976
17581
  }
16977
17582
  },
16978
17583
  "node_modules/string.prototype.trimstart": {
16979
- "version": "1.0.6",
16980
- "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.6.tgz",
16981
- "integrity": "sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==",
17584
+ "version": "1.0.7",
17585
+ "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.7.tgz",
17586
+ "integrity": "sha512-NGhtDFu3jCEm7B4Fy0DpLewdJQOZcQ0rGbwQ/+stjnrp2i+rlKeCvos9hOIeCmqwratM47OBxY7uFZzjxHXmrg==",
16982
17587
  "dependencies": {
16983
17588
  "call-bind": "^1.0.2",
16984
- "define-properties": "^1.1.4",
16985
- "es-abstract": "^1.20.4"
17589
+ "define-properties": "^1.2.0",
17590
+ "es-abstract": "^1.22.1"
16986
17591
  },
16987
17592
  "funding": {
16988
17593
  "url": "https://github.com/sponsors/ljharb"
@@ -17284,6 +17889,41 @@
17284
17889
  "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
17285
17890
  "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw=="
17286
17891
  },
17892
+ "node_modules/table": {
17893
+ "version": "6.8.1",
17894
+ "resolved": "https://registry.npmjs.org/table/-/table-6.8.1.tgz",
17895
+ "integrity": "sha512-Y4X9zqrCftUhMeH2EptSSERdVKt/nEdijTOacGD/97EKjhQ/Qs8RTlEGABSJNNN8lac9kheH+af7yAkEWlgneA==",
17896
+ "dependencies": {
17897
+ "ajv": "^8.0.1",
17898
+ "lodash.truncate": "^4.4.2",
17899
+ "slice-ansi": "^4.0.0",
17900
+ "string-width": "^4.2.3",
17901
+ "strip-ansi": "^6.0.1"
17902
+ },
17903
+ "engines": {
17904
+ "node": ">=10.0.0"
17905
+ }
17906
+ },
17907
+ "node_modules/table/node_modules/ajv": {
17908
+ "version": "8.12.0",
17909
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
17910
+ "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
17911
+ "dependencies": {
17912
+ "fast-deep-equal": "^3.1.1",
17913
+ "json-schema-traverse": "^1.0.0",
17914
+ "require-from-string": "^2.0.2",
17915
+ "uri-js": "^4.2.2"
17916
+ },
17917
+ "funding": {
17918
+ "type": "github",
17919
+ "url": "https://github.com/sponsors/epoberezkin"
17920
+ }
17921
+ },
17922
+ "node_modules/table/node_modules/json-schema-traverse": {
17923
+ "version": "1.0.0",
17924
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
17925
+ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
17926
+ },
17287
17927
  "node_modules/tailwindcss": {
17288
17928
  "version": "3.3.3",
17289
17929
  "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.3.tgz",
@@ -17667,6 +18307,36 @@
17667
18307
  "node": ">= 0.6"
17668
18308
  }
17669
18309
  },
18310
+ "node_modules/typed-array-buffer": {
18311
+ "version": "1.0.0",
18312
+ "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.0.tgz",
18313
+ "integrity": "sha512-Y8KTSIglk9OZEr8zywiIHG/kmQ7KWyjseXs1CbSo8vC42w7hg2HgYTxSWwP0+is7bWDc1H+Fo026CpHFwm8tkw==",
18314
+ "dependencies": {
18315
+ "call-bind": "^1.0.2",
18316
+ "get-intrinsic": "^1.2.1",
18317
+ "is-typed-array": "^1.1.10"
18318
+ },
18319
+ "engines": {
18320
+ "node": ">= 0.4"
18321
+ }
18322
+ },
18323
+ "node_modules/typed-array-byte-length": {
18324
+ "version": "1.0.0",
18325
+ "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.0.tgz",
18326
+ "integrity": "sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA==",
18327
+ "dependencies": {
18328
+ "call-bind": "^1.0.2",
18329
+ "for-each": "^0.3.3",
18330
+ "has-proto": "^1.0.1",
18331
+ "is-typed-array": "^1.1.10"
18332
+ },
18333
+ "engines": {
18334
+ "node": ">= 0.4"
18335
+ },
18336
+ "funding": {
18337
+ "url": "https://github.com/sponsors/ljharb"
18338
+ }
18339
+ },
17670
18340
  "node_modules/typed-array-byte-offset": {
17671
18341
  "version": "1.0.0",
17672
18342
  "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.0.tgz",
@@ -17896,6 +18566,11 @@
17896
18566
  "uuid": "dist/bin/uuid"
17897
18567
  }
17898
18568
  },
18569
+ "node_modules/v8-compile-cache": {
18570
+ "version": "2.4.0",
18571
+ "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.4.0.tgz",
18572
+ "integrity": "sha512-ocyWc3bAHBB/guyqJQVI5o4BZkPhznPYUG2ea80Gond/BgNWpap8TOmLSeeQG7bnh2KMISxskdADG59j7zruhw=="
18573
+ },
17899
18574
  "node_modules/v8-to-istanbul": {
17900
18575
  "version": "8.1.1",
17901
18576
  "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-8.1.1.tgz",
@@ -18265,26 +18940,6 @@
18265
18940
  "node": ">=10.13.0"
18266
18941
  }
18267
18942
  },
18268
- "node_modules/webpack/node_modules/eslint-scope": {
18269
- "version": "5.1.1",
18270
- "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
18271
- "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==",
18272
- "dependencies": {
18273
- "esrecurse": "^4.3.0",
18274
- "estraverse": "^4.1.1"
18275
- },
18276
- "engines": {
18277
- "node": ">=8.0.0"
18278
- }
18279
- },
18280
- "node_modules/webpack/node_modules/estraverse": {
18281
- "version": "4.3.0",
18282
- "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
18283
- "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
18284
- "engines": {
18285
- "node": ">=4.0"
18286
- }
18287
- },
18288
18943
  "node_modules/websocket-driver": {
18289
18944
  "version": "0.7.4",
18290
18945
  "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz",
@@ -18377,6 +19032,31 @@
18377
19032
  "url": "https://github.com/sponsors/ljharb"
18378
19033
  }
18379
19034
  },
19035
+ "node_modules/which-builtin-type": {
19036
+ "version": "1.1.3",
19037
+ "resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.1.3.tgz",
19038
+ "integrity": "sha512-YmjsSMDBYsM1CaFiayOVT06+KJeXf0o5M/CAd4o1lTadFAtacTUM49zoYxr/oroopFDfhvN6iEcBxUyc3gvKmw==",
19039
+ "dependencies": {
19040
+ "function.prototype.name": "^1.1.5",
19041
+ "has-tostringtag": "^1.0.0",
19042
+ "is-async-function": "^2.0.0",
19043
+ "is-date-object": "^1.0.5",
19044
+ "is-finalizationregistry": "^1.0.2",
19045
+ "is-generator-function": "^1.0.10",
19046
+ "is-regex": "^1.1.4",
19047
+ "is-weakref": "^1.0.2",
19048
+ "isarray": "^2.0.5",
19049
+ "which-boxed-primitive": "^1.0.2",
19050
+ "which-collection": "^1.0.1",
19051
+ "which-typed-array": "^1.1.9"
19052
+ },
19053
+ "engines": {
19054
+ "node": ">= 0.4"
19055
+ },
19056
+ "funding": {
19057
+ "url": "https://github.com/sponsors/ljharb"
19058
+ }
19059
+ },
18380
19060
  "node_modules/which-collection": {
18381
19061
  "version": "1.0.1",
18382
19062
  "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.1.tgz",
@@ -18392,16 +19072,15 @@
18392
19072
  }
18393
19073
  },
18394
19074
  "node_modules/which-typed-array": {
18395
- "version": "1.1.10",
18396
- "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.10.tgz",
18397
- "integrity": "sha512-uxoA5vLUfRPdjCuJ1h5LlYdmTLbYfums398v3WLkM+i/Wltl2/XyZpQWKbN++ck5L64SR/grOHqtXCUKmlZPNA==",
19075
+ "version": "1.1.13",
19076
+ "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.13.tgz",
19077
+ "integrity": "sha512-P5Nra0qjSncduVPEAr7xhoF5guty49ArDTwzJ/yNuPIbZppyRxFQsRCWrocxIY+CnMVG+qfbU2FmDKyvSGClow==",
18398
19078
  "dependencies": {
18399
19079
  "available-typed-arrays": "^1.0.5",
18400
- "call-bind": "^1.0.2",
19080
+ "call-bind": "^1.0.4",
18401
19081
  "for-each": "^0.3.3",
18402
19082
  "gopd": "^1.0.1",
18403
- "has-tostringtag": "^1.0.0",
18404
- "is-typed-array": "^1.1.10"
19083
+ "has-tostringtag": "^1.0.0"
18405
19084
  },
18406
19085
  "engines": {
18407
19086
  "node": ">= 0.4"