Advertisement
Guest User

Untitled

a guest
Nov 4th, 2022
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 127.72 KB | None | 0 0
  1. diff --git a/demos/jbrowse-react-linear-genome-view-cra5/package.json b/demos/jbrowse-react-linear-genome-view-cra5/package.json
  2. index a842a53cc..5feb5609b 100644
  3. --- a/demos/jbrowse-react-linear-genome-view-cra5/package.json
  4. +++ b/demos/jbrowse-react-linear-genome-view-cra5/package.json
  5. @@ -5,7 +5,7 @@
  6. "dependencies": {
  7. "@craco/craco": "^6.4.3",
  8. "@fontsource/roboto": "^4.5.5",
  9. - "@jbrowse/react-linear-genome-view": "^2.0.0",
  10. + "@jbrowse/react-linear-genome-view": "^2.2.0",
  11. "@testing-library/jest-dom": "^5.16.4",
  12. "@testing-library/react": "^12.1.4",
  13. "@testing-library/user-event": "^13.5.0",
  14. diff --git a/demos/jbrowse-react-linear-genome-view-cra5/yarn.lock b/demos/jbrowse-react-linear-genome-view-cra5/yarn.lock
  15. index 449fb57b8..c7a8ffcaf 100644
  16. --- a/demos/jbrowse-react-linear-genome-view-cra5/yarn.lock
  17. +++ b/demos/jbrowse-react-linear-genome-view-cra5/yarn.lock
  18. @@ -31,26 +31,26 @@
  19. dependencies:
  20. "@babel/highlight" "^7.18.6"
  21.  
  22. -"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.19.3", "@babel/compat-data@^7.19.4":
  23. - version "7.19.4"
  24. - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.4.tgz#95c86de137bf0317f3a570e1b6e996b427299747"
  25. - integrity sha512-CHIGpJcUQ5lU9KrPHTjBMhVwQG6CQjxfg36fGXl3qk/Gik1WwWachaXFuo0uCWJT/mStOKtcbFJCaVLihC1CMw==
  26. +"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.20.0", "@babel/compat-data@^7.20.1":
  27. + version "7.20.1"
  28. + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.1.tgz#f2e6ef7790d8c8dbf03d379502dcc246dcce0b30"
  29. + integrity sha512-EWZ4mE2diW3QALKvDMiXnbZpRvlj+nayZ112nK93SnhqOtpdsbVD4W+2tEoT3YNBAG9RBR0ISY758ZkOgsn6pQ==
  30.  
  31. "@babel/core@^7.1.0", "@babel/core@^7.11.1", "@babel/core@^7.12.3", "@babel/core@^7.16.0", "@babel/core@^7.7.2", "@babel/core@^7.8.0":
  32. - version "7.19.3"
  33. - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.3.tgz#2519f62a51458f43b682d61583c3810e7dcee64c"
  34. - integrity sha512-WneDJxdsjEvyKtXKsaBGbDeiyOjR5vYq4HcShxnIbG0qixpoHjI3MqeZM9NDvsojNCEBItQE4juOo/bU6e72gQ==
  35. + version "7.20.2"
  36. + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.2.tgz#8dc9b1620a673f92d3624bd926dc49a52cf25b92"
  37. + integrity sha512-w7DbG8DtMrJcFOi4VrLm+8QM4az8Mo+PuLBKLp2zrYRCow8W/f9xiXm5sN53C8HksCyDQwCKha9JiDoIyPjT2g==
  38. dependencies:
  39. "@ampproject/remapping" "^2.1.0"
  40. "@babel/code-frame" "^7.18.6"
  41. - "@babel/generator" "^7.19.3"
  42. - "@babel/helper-compilation-targets" "^7.19.3"
  43. - "@babel/helper-module-transforms" "^7.19.0"
  44. - "@babel/helpers" "^7.19.0"
  45. - "@babel/parser" "^7.19.3"
  46. + "@babel/generator" "^7.20.2"
  47. + "@babel/helper-compilation-targets" "^7.20.0"
  48. + "@babel/helper-module-transforms" "^7.20.2"
  49. + "@babel/helpers" "^7.20.1"
  50. + "@babel/parser" "^7.20.2"
  51. "@babel/template" "^7.18.10"
  52. - "@babel/traverse" "^7.19.3"
  53. - "@babel/types" "^7.19.3"
  54. + "@babel/traverse" "^7.20.1"
  55. + "@babel/types" "^7.20.2"
  56. convert-source-map "^1.7.0"
  57. debug "^4.1.0"
  58. gensync "^1.0.0-beta.2"
  59. @@ -66,12 +66,12 @@
  60. eslint-visitor-keys "^2.1.0"
  61. semver "^6.3.0"
  62.  
  63. -"@babel/generator@^7.19.3", "@babel/generator@^7.19.4", "@babel/generator@^7.7.2":
  64. - version "7.19.5"
  65. - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.5.tgz#da3f4b301c8086717eee9cab14da91b1fa5dcca7"
  66. - integrity sha512-DxbNz9Lz4aMZ99qPpO1raTbcrI1ZeYh+9NR9qhfkQIbFtVEqotHojEBxHzmxhVONkGt6VyrqVQcgpefMy9pqcg==
  67. +"@babel/generator@^7.20.1", "@babel/generator@^7.20.2", "@babel/generator@^7.7.2":
  68. + version "7.20.2"
  69. + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.2.tgz#c2e89e22613a039285c1e7b749e2cd0b30b9a481"
  70. + integrity sha512-SD75PMIK6i9H8G/tfGvB4KKl4Nw6Ssos9nGgYwxbgyTP0iX/Z55DveoH86rmUB/YHTQQ+ZC0F7xxaY8l2OF44Q==
  71. dependencies:
  72. - "@babel/types" "^7.19.4"
  73. + "@babel/types" "^7.20.2"
  74. "@jridgewell/gen-mapping" "^0.3.2"
  75. jsesc "^2.5.1"
  76.  
  77. @@ -90,27 +90,27 @@
  78. "@babel/helper-explode-assignable-expression" "^7.18.6"
  79. "@babel/types" "^7.18.9"
  80.  
  81. -"@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9", "@babel/helper-compilation-targets@^7.19.0", "@babel/helper-compilation-targets@^7.19.3":
  82. - version "7.19.3"
  83. - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.3.tgz#a10a04588125675d7c7ae299af86fa1b2ee038ca"
  84. - integrity sha512-65ESqLGyGmLvgR0mst5AdW1FkNlj9rQsCKduzEoEPhBCDFGXvz2jW6bXFG6i0/MrV2s7hhXjjb2yAzcPuQlLwg==
  85. +"@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9", "@babel/helper-compilation-targets@^7.20.0":
  86. + version "7.20.0"
  87. + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.0.tgz#6bf5374d424e1b3922822f1d9bdaa43b1a139d0a"
  88. + integrity sha512-0jp//vDGp9e8hZzBc6N/KwA5ZK3Wsm/pfm4CrY7vzegkVxc65SgSn6wYOnwHe9Js9HRQ1YTCKLGPzDtaS3RoLQ==
  89. dependencies:
  90. - "@babel/compat-data" "^7.19.3"
  91. + "@babel/compat-data" "^7.20.0"
  92. "@babel/helper-validator-option" "^7.18.6"
  93. browserslist "^4.21.3"
  94. semver "^6.3.0"
  95.  
  96. -"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.19.0":
  97. - version "7.19.0"
  98. - resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.19.0.tgz#bfd6904620df4e46470bae4850d66be1054c404b"
  99. - integrity sha512-NRz8DwF4jT3UfrmUoZjd0Uph9HQnP30t7Ash+weACcyNkiYTywpIjDBgReJMKgr+n86sn2nPVVmJ28Dm053Kqw==
  100. +"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.20.2":
  101. + version "7.20.2"
  102. + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.20.2.tgz#3c08a5b5417c7f07b5cf3dfb6dc79cbec682e8c2"
  103. + integrity sha512-k22GoYRAHPYr9I+Gvy2ZQlAe5mGy8BqWst2wRt8cwIufWTxrsVshhIBvYNqC80N0GSFWTsqRVexOtfzlgOEDvA==
  104. dependencies:
  105. "@babel/helper-annotate-as-pure" "^7.18.6"
  106. "@babel/helper-environment-visitor" "^7.18.9"
  107. "@babel/helper-function-name" "^7.19.0"
  108. "@babel/helper-member-expression-to-functions" "^7.18.9"
  109. "@babel/helper-optimise-call-expression" "^7.18.6"
  110. - "@babel/helper-replace-supers" "^7.18.9"
  111. + "@babel/helper-replace-supers" "^7.19.1"
  112. "@babel/helper-split-export-declaration" "^7.18.6"
  113.  
  114. "@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.19.0":
  115. @@ -174,19 +174,19 @@
  116. dependencies:
  117. "@babel/types" "^7.18.6"
  118.  
  119. -"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.19.0":
  120. - version "7.19.0"
  121. - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.19.0.tgz#309b230f04e22c58c6a2c0c0c7e50b216d350c30"
  122. - integrity sha512-3HBZ377Fe14RbLIA+ac3sY4PTgpxHVkFrESaWhoI5PuyXPBBX8+C34qblV9G89ZtycGJCmCI/Ut+VUDK4bltNQ==
  123. +"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.19.6", "@babel/helper-module-transforms@^7.20.2":
  124. + version "7.20.2"
  125. + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.2.tgz#ac53da669501edd37e658602a21ba14c08748712"
  126. + integrity sha512-zvBKyJXRbmK07XhMuujYoJ48B5yvvmM6+wcpv6Ivj4Yg6qO7NOZOSnvZN9CRl1zz1Z4cKf8YejmCMh8clOoOeA==
  127. dependencies:
  128. "@babel/helper-environment-visitor" "^7.18.9"
  129. "@babel/helper-module-imports" "^7.18.6"
  130. - "@babel/helper-simple-access" "^7.18.6"
  131. + "@babel/helper-simple-access" "^7.20.2"
  132. "@babel/helper-split-export-declaration" "^7.18.6"
  133. - "@babel/helper-validator-identifier" "^7.18.6"
  134. + "@babel/helper-validator-identifier" "^7.19.1"
  135. "@babel/template" "^7.18.10"
  136. - "@babel/traverse" "^7.19.0"
  137. - "@babel/types" "^7.19.0"
  138. + "@babel/traverse" "^7.20.1"
  139. + "@babel/types" "^7.20.2"
  140.  
  141. "@babel/helper-optimise-call-expression@^7.18.6":
  142. version "7.18.6"
  143. @@ -195,10 +195,10 @@
  144. dependencies:
  145. "@babel/types" "^7.18.6"
  146.  
  147. -"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.16.7", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.18.9", "@babel/helper-plugin-utils@^7.19.0", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
  148. - version "7.19.0"
  149. - resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.19.0.tgz#4796bb14961521f0f8715990bee2fb6e51ce21bf"
  150. - integrity sha512-40Ryx7I8mT+0gaNxm8JGTZFUITNqdLAgdg0hXzeVZxVD6nFsdhQvip6v8dqkRHzsz1VFpFAaOCHNn0vKBL7Czw==
  151. +"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.16.7", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.18.9", "@babel/helper-plugin-utils@^7.19.0", "@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
  152. + version "7.20.2"
  153. + resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz#d1b9000752b18d0877cff85a5c376ce5c3121629"
  154. + integrity sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==
  155.  
  156. "@babel/helper-remap-async-to-generator@^7.18.6", "@babel/helper-remap-async-to-generator@^7.18.9":
  157. version "7.18.9"
  158. @@ -210,7 +210,7 @@
  159. "@babel/helper-wrap-function" "^7.18.9"
  160. "@babel/types" "^7.18.9"
  161.  
  162. -"@babel/helper-replace-supers@^7.18.6", "@babel/helper-replace-supers@^7.18.9", "@babel/helper-replace-supers@^7.19.1":
  163. +"@babel/helper-replace-supers@^7.18.6", "@babel/helper-replace-supers@^7.19.1":
  164. version "7.19.1"
  165. resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.19.1.tgz#e1592a9b4b368aa6bdb8784a711e0bcbf0612b78"
  166. integrity sha512-T7ahH7wV0Hfs46SFh5Jz3s0B6+o8g3c+7TMxu7xKfmHikg7EAZ3I2Qk9LFhjxXq8sL7UkP5JflezNwoZa8WvWw==
  167. @@ -221,19 +221,19 @@
  168. "@babel/traverse" "^7.19.1"
  169. "@babel/types" "^7.19.0"
  170.  
  171. -"@babel/helper-simple-access@^7.18.6":
  172. - version "7.19.4"
  173. - resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.19.4.tgz#be553f4951ac6352df2567f7daa19a0ee15668e7"
  174. - integrity sha512-f9Xq6WqBFqaDfbCzn2w85hwklswz5qsKlh7f08w4Y9yhJHpnNC0QemtSkK5YyOY8kPGvyiwdzZksGUhnGdaUIg==
  175. +"@babel/helper-simple-access@^7.19.4", "@babel/helper-simple-access@^7.20.2":
  176. + version "7.20.2"
  177. + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz#0ab452687fe0c2cfb1e2b9e0015de07fc2d62dd9"
  178. + integrity sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==
  179. dependencies:
  180. - "@babel/types" "^7.19.4"
  181. + "@babel/types" "^7.20.2"
  182.  
  183. "@babel/helper-skip-transparent-expression-wrappers@^7.18.9":
  184. - version "7.18.9"
  185. - resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.18.9.tgz#778d87b3a758d90b471e7b9918f34a9a02eb5818"
  186. - integrity sha512-imytd2gHi3cJPsybLRbmFrF7u5BIEuI2cNheyKi3/iOBC63kNn3q8Crn2xVuESli0aM4KYsyEqKyS7lFL8YVtw==
  187. + version "7.20.0"
  188. + resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.20.0.tgz#fbe4c52f60518cab8140d77101f0e63a8a230684"
  189. + integrity sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg==
  190. dependencies:
  191. - "@babel/types" "^7.18.9"
  192. + "@babel/types" "^7.20.0"
  193.  
  194. "@babel/helper-split-export-declaration@^7.18.6":
  195. version "7.18.6"
  196. @@ -267,14 +267,14 @@
  197. "@babel/traverse" "^7.19.0"
  198. "@babel/types" "^7.19.0"
  199.  
  200. -"@babel/helpers@^7.19.0":
  201. - version "7.19.4"
  202. - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.19.4.tgz#42154945f87b8148df7203a25c31ba9a73be46c5"
  203. - integrity sha512-G+z3aOx2nfDHwX/kyVii5fJq+bgscg89/dJNWpYeKeBv3v9xX8EIabmx1k6u9LS04H7nROFVRVK+e3k0VHp+sw==
  204. +"@babel/helpers@^7.20.1":
  205. + version "7.20.1"
  206. + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.1.tgz#2ab7a0fcb0a03b5bf76629196ed63c2d7311f4c9"
  207. + integrity sha512-J77mUVaDTUJFZ5BpP6mMn6OIl3rEWymk2ZxDBQJUG3P+PbmyMcF3bYWvz0ma69Af1oobDqT/iAsvzhB58xhQUg==
  208. dependencies:
  209. "@babel/template" "^7.18.10"
  210. - "@babel/traverse" "^7.19.4"
  211. - "@babel/types" "^7.19.4"
  212. + "@babel/traverse" "^7.20.1"
  213. + "@babel/types" "^7.20.0"
  214.  
  215. "@babel/highlight@^7.18.6":
  216. version "7.18.6"
  217. @@ -285,10 +285,10 @@
  218. chalk "^2.0.0"
  219. js-tokens "^4.0.0"
  220.  
  221. -"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.18.10", "@babel/parser@^7.19.3", "@babel/parser@^7.19.4":
  222. - version "7.19.4"
  223. - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.4.tgz#03c4339d2b8971eb3beca5252bafd9b9f79db3dc"
  224. - integrity sha512-qpVT7gtuOLjWeDTKLkJ6sryqLliBaFpAtGeqw5cs5giLldvh+Ch0plqnUMKoVAUS6ZEueQQiZV+p5pxtPitEsA==
  225. +"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.18.10", "@babel/parser@^7.20.1", "@babel/parser@^7.20.2":
  226. + version "7.20.2"
  227. + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.2.tgz#9aeb9b92f64412b5f81064d46f6a1ac0881337f4"
  228. + integrity sha512-afk318kh2uKbo7BEj2QtEi8HVCGrwHUffrYDy7dgVcSa2j9lY3LDjPzcyGdpX7xgm35aWqvciZJ4WKmdF/SxYg==
  229.  
  230. "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
  231. version "7.18.6"
  232. @@ -306,10 +306,10 @@
  233. "@babel/helper-skip-transparent-expression-wrappers" "^7.18.9"
  234. "@babel/plugin-proposal-optional-chaining" "^7.18.9"
  235.  
  236. -"@babel/plugin-proposal-async-generator-functions@^7.19.1":
  237. - version "7.19.1"
  238. - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.19.1.tgz#34f6f5174b688529342288cd264f80c9ea9fb4a7"
  239. - integrity sha512-0yu8vNATgLy4ivqMNBIwb1HebCelqN7YX8SL3FDXORv/RqT0zEEWUCH4GH44JsSrvCu6GqnAdR5EBFAPeNBB4Q==
  240. +"@babel/plugin-proposal-async-generator-functions@^7.20.1":
  241. + version "7.20.1"
  242. + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.20.1.tgz#352f02baa5d69f4e7529bdac39aaa02d41146af9"
  243. + integrity sha512-Gh5rchzSwE4kC+o/6T8waD0WHEQIsDmjltY8WnWRXHUdH8axZhuH86Ov9M72YhJfDrZseQwuuWaaIT/TmePp3g==
  244. dependencies:
  245. "@babel/helper-environment-visitor" "^7.18.9"
  246. "@babel/helper-plugin-utils" "^7.19.0"
  247. @@ -334,12 +334,12 @@
  248. "@babel/plugin-syntax-class-static-block" "^7.14.5"
  249.  
  250. "@babel/plugin-proposal-decorators@^7.16.4":
  251. - version "7.19.3"
  252. - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.19.3.tgz#c1977e4902a18cdf9051bf7bf08d97db2fd8b110"
  253. - integrity sha512-MbgXtNXqo7RTKYIXVchVJGPvaVufQH3pxvQyfbGvNw1DObIhph+PesYXJTcd8J4DdWibvf6Z2eanOyItX8WnJg==
  254. + version "7.20.2"
  255. + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.20.2.tgz#1c6c32b2a44b154ebeec2bb534f9eaebdb541fb6"
  256. + integrity sha512-nkBH96IBmgKnbHQ5gXFrcmez+Z9S2EIDKDQGp005ROqBigc88Tky4rzCnlP/lnlj245dCEQl4/YyV0V1kYh5dw==
  257. dependencies:
  258. - "@babel/helper-create-class-features-plugin" "^7.19.0"
  259. - "@babel/helper-plugin-utils" "^7.19.0"
  260. + "@babel/helper-create-class-features-plugin" "^7.20.2"
  261. + "@babel/helper-plugin-utils" "^7.20.2"
  262. "@babel/helper-replace-supers" "^7.19.1"
  263. "@babel/helper-split-export-declaration" "^7.18.6"
  264. "@babel/plugin-syntax-decorators" "^7.19.0"
  265. @@ -392,16 +392,16 @@
  266. "@babel/helper-plugin-utils" "^7.18.6"
  267. "@babel/plugin-syntax-numeric-separator" "^7.10.4"
  268.  
  269. -"@babel/plugin-proposal-object-rest-spread@^7.19.4":
  270. - version "7.19.4"
  271. - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.19.4.tgz#a8fc86e8180ff57290c91a75d83fe658189b642d"
  272. - integrity sha512-wHmj6LDxVDnL+3WhXteUBaoM1aVILZODAUjg11kHqG4cOlfgMQGxw6aCgvrXrmaJR3Bn14oZhImyCPZzRpC93Q==
  273. +"@babel/plugin-proposal-object-rest-spread@^7.20.2":
  274. + version "7.20.2"
  275. + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.20.2.tgz#a556f59d555f06961df1e572bb5eca864c84022d"
  276. + integrity sha512-Ks6uej9WFK+fvIMesSqbAto5dD8Dz4VuuFvGJFKgIGSkJuRGcrwGECPA1fDgQK3/DbExBJpEkTeYeB8geIFCSQ==
  277. dependencies:
  278. - "@babel/compat-data" "^7.19.4"
  279. - "@babel/helper-compilation-targets" "^7.19.3"
  280. - "@babel/helper-plugin-utils" "^7.19.0"
  281. + "@babel/compat-data" "^7.20.1"
  282. + "@babel/helper-compilation-targets" "^7.20.0"
  283. + "@babel/helper-plugin-utils" "^7.20.2"
  284. "@babel/plugin-syntax-object-rest-spread" "^7.8.3"
  285. - "@babel/plugin-transform-parameters" "^7.18.8"
  286. + "@babel/plugin-transform-parameters" "^7.20.1"
  287.  
  288. "@babel/plugin-proposal-optional-catch-binding@^7.18.6":
  289. version "7.18.6"
  290. @@ -502,12 +502,12 @@
  291. dependencies:
  292. "@babel/helper-plugin-utils" "^7.18.6"
  293.  
  294. -"@babel/plugin-syntax-import-assertions@^7.18.6":
  295. - version "7.18.6"
  296. - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.18.6.tgz#cd6190500a4fa2fe31990a963ffab4b63e4505e4"
  297. - integrity sha512-/DU3RXad9+bZwrgWJQKbr39gYbJpLJHezqEzRzi/BHRlJ9zsQb4CK2CA/5apllXNomwA1qHwzvHl+AdEmC5krQ==
  298. +"@babel/plugin-syntax-import-assertions@^7.20.0":
  299. + version "7.20.0"
  300. + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.20.0.tgz#bb50e0d4bea0957235390641209394e87bdb9cc4"
  301. + integrity sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==
  302. dependencies:
  303. - "@babel/helper-plugin-utils" "^7.18.6"
  304. + "@babel/helper-plugin-utils" "^7.19.0"
  305.  
  306. "@babel/plugin-syntax-import-meta@^7.8.3":
  307. version "7.10.4"
  308. @@ -586,12 +586,12 @@
  309. dependencies:
  310. "@babel/helper-plugin-utils" "^7.14.5"
  311.  
  312. -"@babel/plugin-syntax-typescript@^7.18.6", "@babel/plugin-syntax-typescript@^7.7.2":
  313. - version "7.18.6"
  314. - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.18.6.tgz#1c09cd25795c7c2b8a4ba9ae49394576d4133285"
  315. - integrity sha512-mAWAuq4rvOepWCBid55JuRNvpTNf2UGVgoz4JV0fXEKolsVZDzsa4NqCef758WZJj/GDu0gVGItjKFiClTAmZA==
  316. +"@babel/plugin-syntax-typescript@^7.20.0", "@babel/plugin-syntax-typescript@^7.7.2":
  317. + version "7.20.0"
  318. + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.20.0.tgz#4e9a0cfc769c85689b77a2e642d24e9f697fc8c7"
  319. + integrity sha512-rd9TkG+u1CExzS4SM1BlMEhMXwFLKVjOAFFCDx9PbX5ycJWDoWMcwdJH9RhkPu1dOgn5TrxLot/Gx6lWFuAUNQ==
  320. dependencies:
  321. - "@babel/helper-plugin-utils" "^7.18.6"
  322. + "@babel/helper-plugin-utils" "^7.19.0"
  323.  
  324. "@babel/plugin-transform-arrow-functions@^7.18.6":
  325. version "7.18.6"
  326. @@ -616,25 +616,25 @@
  327. dependencies:
  328. "@babel/helper-plugin-utils" "^7.18.6"
  329.  
  330. -"@babel/plugin-transform-block-scoping@^7.19.4":
  331. - version "7.19.4"
  332. - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.19.4.tgz#315d70f68ce64426db379a3d830e7ac30be02e9b"
  333. - integrity sha512-934S2VLLlt2hRJwPf4MczaOr4hYF0z+VKPwqTNxyKX7NthTiPfhuKFWQZHXRM0vh/wo/VyXB3s4bZUNA08l+tQ==
  334. +"@babel/plugin-transform-block-scoping@^7.20.2":
  335. + version "7.20.2"
  336. + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.20.2.tgz#f59b1767e6385c663fd0bce655db6ca9c8b236ed"
  337. + integrity sha512-y5V15+04ry69OV2wULmwhEA6jwSWXO1TwAtIwiPXcvHcoOQUqpyMVd2bDsQJMW8AurjulIyUV8kDqtjSwHy1uQ==
  338. dependencies:
  339. - "@babel/helper-plugin-utils" "^7.19.0"
  340. + "@babel/helper-plugin-utils" "^7.20.2"
  341.  
  342. -"@babel/plugin-transform-classes@^7.19.0":
  343. - version "7.19.0"
  344. - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.19.0.tgz#0e61ec257fba409c41372175e7c1e606dc79bb20"
  345. - integrity sha512-YfeEE9kCjqTS9IitkgfJuxjcEtLUHMqa8yUJ6zdz8vR7hKuo6mOy2C05P0F1tdMmDCeuyidKnlrw/iTppHcr2A==
  346. +"@babel/plugin-transform-classes@^7.20.2":
  347. + version "7.20.2"
  348. + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.20.2.tgz#c0033cf1916ccf78202d04be4281d161f6709bb2"
  349. + integrity sha512-9rbPp0lCVVoagvtEyQKSo5L8oo0nQS/iif+lwlAz29MccX2642vWDlSZK+2T2buxbopotId2ld7zZAzRfz9j1g==
  350. dependencies:
  351. "@babel/helper-annotate-as-pure" "^7.18.6"
  352. - "@babel/helper-compilation-targets" "^7.19.0"
  353. + "@babel/helper-compilation-targets" "^7.20.0"
  354. "@babel/helper-environment-visitor" "^7.18.9"
  355. "@babel/helper-function-name" "^7.19.0"
  356. "@babel/helper-optimise-call-expression" "^7.18.6"
  357. - "@babel/helper-plugin-utils" "^7.19.0"
  358. - "@babel/helper-replace-supers" "^7.18.9"
  359. + "@babel/helper-plugin-utils" "^7.20.2"
  360. + "@babel/helper-replace-supers" "^7.19.1"
  361. "@babel/helper-split-export-declaration" "^7.18.6"
  362. globals "^11.1.0"
  363.  
  364. @@ -645,12 +645,12 @@
  365. dependencies:
  366. "@babel/helper-plugin-utils" "^7.18.9"
  367.  
  368. -"@babel/plugin-transform-destructuring@^7.19.4":
  369. - version "7.19.4"
  370. - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.19.4.tgz#46890722687b9b89e1369ad0bd8dc6c5a3b4319d"
  371. - integrity sha512-t0j0Hgidqf0aM86dF8U+vXYReUgJnlv4bZLsyoPnwZNrGY+7/38o8YjaELrvHeVfTZao15kjR0PVv0nju2iduA==
  372. +"@babel/plugin-transform-destructuring@^7.20.2":
  373. + version "7.20.2"
  374. + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.20.2.tgz#c23741cfa44ddd35f5e53896e88c75331b8b2792"
  375. + integrity sha512-mENM+ZHrvEgxLTBXUiQ621rRXZes3KWUv6NdQlrnr1TkWVw+hUjQBZuP2X32qKlrlG2BzgR95gkuCRSkJl8vIw==
  376. dependencies:
  377. - "@babel/helper-plugin-utils" "^7.19.0"
  378. + "@babel/helper-plugin-utils" "^7.20.2"
  379.  
  380. "@babel/plugin-transform-dotall-regex@^7.18.6", "@babel/plugin-transform-dotall-regex@^7.4.4":
  381. version "7.18.6"
  382. @@ -713,35 +713,32 @@
  383. dependencies:
  384. "@babel/helper-plugin-utils" "^7.18.6"
  385.  
  386. -"@babel/plugin-transform-modules-amd@^7.18.6":
  387. - version "7.18.6"
  388. - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.18.6.tgz#8c91f8c5115d2202f277549848874027d7172d21"
  389. - integrity sha512-Pra5aXsmTsOnjM3IajS8rTaLCy++nGM4v3YR4esk5PCsyg9z8NA5oQLwxzMUtDBd8F+UmVza3VxoAaWCbzH1rg==
  390. +"@babel/plugin-transform-modules-amd@^7.19.6":
  391. + version "7.19.6"
  392. + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.19.6.tgz#aca391801ae55d19c4d8d2ebfeaa33df5f2a2cbd"
  393. + integrity sha512-uG3od2mXvAtIFQIh0xrpLH6r5fpSQN04gIVovl+ODLdUMANokxQLZnPBHcjmv3GxRjnqwLuHvppjjcelqUFZvg==
  394. dependencies:
  395. - "@babel/helper-module-transforms" "^7.18.6"
  396. - "@babel/helper-plugin-utils" "^7.18.6"
  397. - babel-plugin-dynamic-import-node "^2.3.3"
  398. + "@babel/helper-module-transforms" "^7.19.6"
  399. + "@babel/helper-plugin-utils" "^7.19.0"
  400.  
  401. -"@babel/plugin-transform-modules-commonjs@^7.18.6":
  402. - version "7.18.6"
  403. - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.18.6.tgz#afd243afba166cca69892e24a8fd8c9f2ca87883"
  404. - integrity sha512-Qfv2ZOWikpvmedXQJDSbxNqy7Xr/j2Y8/KfijM0iJyKkBTmWuvCA1yeH1yDM7NJhBW/2aXxeucLj6i80/LAJ/Q==
  405. +"@babel/plugin-transform-modules-commonjs@^7.19.6":
  406. + version "7.19.6"
  407. + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.19.6.tgz#25b32feef24df8038fc1ec56038917eacb0b730c"
  408. + integrity sha512-8PIa1ym4XRTKuSsOUXqDG0YaOlEuTVvHMe5JCfgBMOtHvJKw/4NGovEGN33viISshG/rZNVrACiBmPQLvWN8xQ==
  409. dependencies:
  410. - "@babel/helper-module-transforms" "^7.18.6"
  411. - "@babel/helper-plugin-utils" "^7.18.6"
  412. - "@babel/helper-simple-access" "^7.18.6"
  413. - babel-plugin-dynamic-import-node "^2.3.3"
  414. + "@babel/helper-module-transforms" "^7.19.6"
  415. + "@babel/helper-plugin-utils" "^7.19.0"
  416. + "@babel/helper-simple-access" "^7.19.4"
  417.  
  418. -"@babel/plugin-transform-modules-systemjs@^7.19.0":
  419. - version "7.19.0"
  420. - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.19.0.tgz#5f20b471284430f02d9c5059d9b9a16d4b085a1f"
  421. - integrity sha512-x9aiR0WXAWmOWsqcsnrzGR+ieaTMVyGyffPVA7F8cXAGt/UxefYv6uSHZLkAFChN5M5Iy1+wjE+xJuPt22H39A==
  422. +"@babel/plugin-transform-modules-systemjs@^7.19.6":
  423. + version "7.19.6"
  424. + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.19.6.tgz#59e2a84064b5736a4471b1aa7b13d4431d327e0d"
  425. + integrity sha512-fqGLBepcc3kErfR9R3DnVpURmckXP7gj7bAlrTQyBxrigFqszZCkFkcoxzCp2v32XmwXLvbw+8Yq9/b+QqksjQ==
  426. dependencies:
  427. "@babel/helper-hoist-variables" "^7.18.6"
  428. - "@babel/helper-module-transforms" "^7.19.0"
  429. + "@babel/helper-module-transforms" "^7.19.6"
  430. "@babel/helper-plugin-utils" "^7.19.0"
  431. - "@babel/helper-validator-identifier" "^7.18.6"
  432. - babel-plugin-dynamic-import-node "^2.3.3"
  433. + "@babel/helper-validator-identifier" "^7.19.1"
  434.  
  435. "@babel/plugin-transform-modules-umd@^7.18.6":
  436. version "7.18.6"
  437. @@ -774,12 +771,12 @@
  438. "@babel/helper-plugin-utils" "^7.18.6"
  439. "@babel/helper-replace-supers" "^7.18.6"
  440.  
  441. -"@babel/plugin-transform-parameters@^7.18.8":
  442. - version "7.18.8"
  443. - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.18.8.tgz#ee9f1a0ce6d78af58d0956a9378ea3427cccb48a"
  444. - integrity sha512-ivfbE3X2Ss+Fj8nnXvKJS6sjRG4gzwPMsP+taZC+ZzEGjAYlvENixmt1sZ5Ca6tWls+BlKSGKPJ6OOXvXCbkFg==
  445. +"@babel/plugin-transform-parameters@^7.20.1":
  446. + version "7.20.1"
  447. + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.20.1.tgz#9a5aa370fdcce36f110455e9369db7afca0f9eeb"
  448. + integrity sha512-nDvKLrAvl+kf6BOy1UJ3MGwzzfTMgppxwiD2Jb4LO3xjYyZq30oQzDNJbCQpMdG9+j2IXHoiMrw5Cm/L6ZoxXQ==
  449. dependencies:
  450. - "@babel/helper-plugin-utils" "^7.18.6"
  451. + "@babel/helper-plugin-utils" "^7.19.0"
  452.  
  453. "@babel/plugin-transform-property-literals@^7.18.6":
  454. version "7.18.6"
  455. @@ -789,11 +786,11 @@
  456. "@babel/helper-plugin-utils" "^7.18.6"
  457.  
  458. "@babel/plugin-transform-react-constant-elements@^7.12.1":
  459. - version "7.18.12"
  460. - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.18.12.tgz#edf3bec47eb98f14e84fa0af137fcc6aad8e0443"
  461. - integrity sha512-Q99U9/ttiu+LMnRU8psd23HhvwXmKWDQIpocm0JKaICcZHnw+mdQbHm6xnSy7dOl8I5PELakYtNBubNQlBXbZw==
  462. + version "7.20.2"
  463. + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.20.2.tgz#3f02c784e0b711970d7d8ccc96c4359d64e27ac7"
  464. + integrity sha512-KS/G8YI8uwMGKErLFOHS/ekhqdHhpEloxs43NecQHVgo2QuQSyJhGIY1fL8UGl9wy5ItVwwoUL4YxVqsplGq2g==
  465. dependencies:
  466. - "@babel/helper-plugin-utils" "^7.18.9"
  467. + "@babel/helper-plugin-utils" "^7.20.2"
  468.  
  469. "@babel/plugin-transform-react-display-name@^7.16.0", "@babel/plugin-transform-react-display-name@^7.18.6":
  470. version "7.18.6"
  471. @@ -844,9 +841,9 @@
  472. "@babel/helper-plugin-utils" "^7.18.6"
  473.  
  474. "@babel/plugin-transform-runtime@^7.16.4":
  475. - version "7.19.1"
  476. - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.19.1.tgz#a3df2d7312eea624c7889a2dcd37fd1dfd25b2c6"
  477. - integrity sha512-2nJjTUFIzBMP/f/miLxEK9vxwW/KUXsdvN4sR//TmuDhe6yU2h57WmIOE12Gng3MDP/xpjUV/ToZRdcf8Yj4fA==
  478. + version "7.19.6"
  479. + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.19.6.tgz#9d2a9dbf4e12644d6f46e5e75bfbf02b5d6e9194"
  480. + integrity sha512-PRH37lz4JU156lYFW1p8OxE5i7d6Sl/zV58ooyr+q1J1lnQPyg5tIiXlIwNVhJaY4W3TmOtdc8jqdXQcB1v5Yw==
  481. dependencies:
  482. "@babel/helper-module-imports" "^7.18.6"
  483. "@babel/helper-plugin-utils" "^7.19.0"
  484. @@ -892,13 +889,13 @@
  485. "@babel/helper-plugin-utils" "^7.18.9"
  486.  
  487. "@babel/plugin-transform-typescript@^7.18.6":
  488. - version "7.19.3"
  489. - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.19.3.tgz#4f1db1e0fe278b42ddbc19ec2f6cd2f8262e35d6"
  490. - integrity sha512-z6fnuK9ve9u/0X0rRvI9MY0xg+DOUaABDYOe+/SQTxtlptaBB/V9JIUxJn6xp3lMBeb9qe8xSFmHU35oZDXD+w==
  491. + version "7.20.2"
  492. + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.20.2.tgz#91515527b376fc122ba83b13d70b01af8fe98f3f"
  493. + integrity sha512-jvS+ngBfrnTUBfOQq8NfGnSbF9BrqlR6hjJ2yVxMkmO5nL/cdifNbI30EfjRlN4g5wYWNnMPyj5Sa6R1pbLeag==
  494. dependencies:
  495. - "@babel/helper-create-class-features-plugin" "^7.19.0"
  496. - "@babel/helper-plugin-utils" "^7.19.0"
  497. - "@babel/plugin-syntax-typescript" "^7.18.6"
  498. + "@babel/helper-create-class-features-plugin" "^7.20.2"
  499. + "@babel/helper-plugin-utils" "^7.20.2"
  500. + "@babel/plugin-syntax-typescript" "^7.20.0"
  501.  
  502. "@babel/plugin-transform-unicode-escapes@^7.18.10":
  503. version "7.18.10"
  504. @@ -916,17 +913,17 @@
  505. "@babel/helper-plugin-utils" "^7.18.6"
  506.  
  507. "@babel/preset-env@^7.11.0", "@babel/preset-env@^7.12.1", "@babel/preset-env@^7.16.4":
  508. - version "7.19.4"
  509. - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.19.4.tgz#4c91ce2e1f994f717efb4237891c3ad2d808c94b"
  510. - integrity sha512-5QVOTXUdqTCjQuh2GGtdd7YEhoRXBMVGROAtsBeLGIbIz3obCBIfRMT1I3ZKkMgNzwkyCkftDXSSkHxnfVf4qg==
  511. + version "7.20.2"
  512. + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.20.2.tgz#9b1642aa47bb9f43a86f9630011780dab7f86506"
  513. + integrity sha512-1G0efQEWR1EHkKvKHqbG+IN/QdgwfByUpM5V5QroDzGV2t3S/WXNQd693cHiHTlCFMpr9B6FkPFXDA2lQcKoDg==
  514. dependencies:
  515. - "@babel/compat-data" "^7.19.4"
  516. - "@babel/helper-compilation-targets" "^7.19.3"
  517. - "@babel/helper-plugin-utils" "^7.19.0"
  518. + "@babel/compat-data" "^7.20.1"
  519. + "@babel/helper-compilation-targets" "^7.20.0"
  520. + "@babel/helper-plugin-utils" "^7.20.2"
  521. "@babel/helper-validator-option" "^7.18.6"
  522. "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.18.6"
  523. "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.18.9"
  524. - "@babel/plugin-proposal-async-generator-functions" "^7.19.1"
  525. + "@babel/plugin-proposal-async-generator-functions" "^7.20.1"
  526. "@babel/plugin-proposal-class-properties" "^7.18.6"
  527. "@babel/plugin-proposal-class-static-block" "^7.18.6"
  528. "@babel/plugin-proposal-dynamic-import" "^7.18.6"
  529. @@ -935,7 +932,7 @@
  530. "@babel/plugin-proposal-logical-assignment-operators" "^7.18.9"
  531. "@babel/plugin-proposal-nullish-coalescing-operator" "^7.18.6"
  532. "@babel/plugin-proposal-numeric-separator" "^7.18.6"
  533. - "@babel/plugin-proposal-object-rest-spread" "^7.19.4"
  534. + "@babel/plugin-proposal-object-rest-spread" "^7.20.2"
  535. "@babel/plugin-proposal-optional-catch-binding" "^7.18.6"
  536. "@babel/plugin-proposal-optional-chaining" "^7.18.9"
  537. "@babel/plugin-proposal-private-methods" "^7.18.6"
  538. @@ -946,7 +943,7 @@
  539. "@babel/plugin-syntax-class-static-block" "^7.14.5"
  540. "@babel/plugin-syntax-dynamic-import" "^7.8.3"
  541. "@babel/plugin-syntax-export-namespace-from" "^7.8.3"
  542. - "@babel/plugin-syntax-import-assertions" "^7.18.6"
  543. + "@babel/plugin-syntax-import-assertions" "^7.20.0"
  544. "@babel/plugin-syntax-json-strings" "^7.8.3"
  545. "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
  546. "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
  547. @@ -959,10 +956,10 @@
  548. "@babel/plugin-transform-arrow-functions" "^7.18.6"
  549. "@babel/plugin-transform-async-to-generator" "^7.18.6"
  550. "@babel/plugin-transform-block-scoped-functions" "^7.18.6"
  551. - "@babel/plugin-transform-block-scoping" "^7.19.4"
  552. - "@babel/plugin-transform-classes" "^7.19.0"
  553. + "@babel/plugin-transform-block-scoping" "^7.20.2"
  554. + "@babel/plugin-transform-classes" "^7.20.2"
  555. "@babel/plugin-transform-computed-properties" "^7.18.9"
  556. - "@babel/plugin-transform-destructuring" "^7.19.4"
  557. + "@babel/plugin-transform-destructuring" "^7.20.2"
  558. "@babel/plugin-transform-dotall-regex" "^7.18.6"
  559. "@babel/plugin-transform-duplicate-keys" "^7.18.9"
  560. "@babel/plugin-transform-exponentiation-operator" "^7.18.6"
  561. @@ -970,14 +967,14 @@
  562. "@babel/plugin-transform-function-name" "^7.18.9"
  563. "@babel/plugin-transform-literals" "^7.18.9"
  564. "@babel/plugin-transform-member-expression-literals" "^7.18.6"
  565. - "@babel/plugin-transform-modules-amd" "^7.18.6"
  566. - "@babel/plugin-transform-modules-commonjs" "^7.18.6"
  567. - "@babel/plugin-transform-modules-systemjs" "^7.19.0"
  568. + "@babel/plugin-transform-modules-amd" "^7.19.6"
  569. + "@babel/plugin-transform-modules-commonjs" "^7.19.6"
  570. + "@babel/plugin-transform-modules-systemjs" "^7.19.6"
  571. "@babel/plugin-transform-modules-umd" "^7.18.6"
  572. "@babel/plugin-transform-named-capturing-groups-regex" "^7.19.1"
  573. "@babel/plugin-transform-new-target" "^7.18.6"
  574. "@babel/plugin-transform-object-super" "^7.18.6"
  575. - "@babel/plugin-transform-parameters" "^7.18.8"
  576. + "@babel/plugin-transform-parameters" "^7.20.1"
  577. "@babel/plugin-transform-property-literals" "^7.18.6"
  578. "@babel/plugin-transform-regenerator" "^7.18.6"
  579. "@babel/plugin-transform-reserved-words" "^7.18.6"
  580. @@ -989,7 +986,7 @@
  581. "@babel/plugin-transform-unicode-escapes" "^7.18.10"
  582. "@babel/plugin-transform-unicode-regex" "^7.18.6"
  583. "@babel/preset-modules" "^0.1.5"
  584. - "@babel/types" "^7.19.4"
  585. + "@babel/types" "^7.20.2"
  586. babel-plugin-polyfill-corejs2 "^0.3.3"
  587. babel-plugin-polyfill-corejs3 "^0.6.0"
  588. babel-plugin-polyfill-regenerator "^0.4.1"
  589. @@ -1029,19 +1026,19 @@
  590. "@babel/plugin-transform-typescript" "^7.18.6"
  591.  
  592. "@babel/runtime-corejs3@^7.10.2":
  593. - version "7.19.4"
  594. - resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.19.4.tgz#870dbfd9685b3dad5aeb2d00841bb8b6192e3095"
  595. - integrity sha512-HzjQ8+dzdx7dmZy4DQ8KV8aHi/74AjEbBGTFutBmg/pd3dY5/q1sfuOGPTFGEytlQhWoeVXqcK5BwMgIkRkNDQ==
  596. + version "7.20.1"
  597. + resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.20.1.tgz#d0775a49bb5fba77e42cbb7276c9955c7b05af8d"
  598. + integrity sha512-CGulbEDcg/ND1Im7fUNRZdGXmX2MTWVVZacQi/6DiKE5HNwZ3aVTm5PV4lO8HHz0B2h8WQyvKKjbX5XgTtydsg==
  599. dependencies:
  600. core-js-pure "^3.25.1"
  601. - regenerator-runtime "^0.13.4"
  602. + regenerator-runtime "^0.13.10"
  603.  
  604. "@babel/runtime@^7.0.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.0", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.16.3", "@babel/runtime@^7.17.9", "@babel/runtime@^7.18.3", "@babel/runtime@^7.18.9", "@babel/runtime@^7.19.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2":
  605. - version "7.19.4"
  606. - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.19.4.tgz#a42f814502ee467d55b38dd1c256f53a7b885c78"
  607. - integrity sha512-EXpLCrk55f+cYqmHsSR+yD/0gAIMxxA9QK9lnQWzhMCvt+YmoBN7Zx94s++Kv0+unHk39vxNO8t+CMA2WSS3wA==
  608. + version "7.20.1"
  609. + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.20.1.tgz#1148bb33ab252b165a06698fde7576092a78b4a9"
  610. + integrity sha512-mrzLkl6U9YLF8qpqI7TB82PESyEGjm/0Ly91jG575eVxMMlb8fYfOXFZIJ8XfLrJZQbm7dlKry2bJmXBUEkdFg==
  611. dependencies:
  612. - regenerator-runtime "^0.13.4"
  613. + regenerator-runtime "^0.13.10"
  614.  
  615. "@babel/template@^7.18.10", "@babel/template@^7.3.3":
  616. version "7.18.10"
  617. @@ -1052,26 +1049,26 @@
  618. "@babel/parser" "^7.18.10"
  619. "@babel/types" "^7.18.10"
  620.  
  621. -"@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.19.3", "@babel/traverse@^7.19.4", "@babel/traverse@^7.7.2":
  622. - version "7.19.4"
  623. - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.4.tgz#f117820e18b1e59448a6c1fa9d0ff08f7ac459a8"
  624. - integrity sha512-w3K1i+V5u2aJUOXBFFC5pveFLmtq1s3qcdDNC2qRI6WPBQIDaKFqXxDEqDO/h1dQ3HjsZoZMyIy6jGLq0xtw+g==
  625. +"@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.20.1", "@babel/traverse@^7.7.2":
  626. + version "7.20.1"
  627. + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.1.tgz#9b15ccbf882f6d107eeeecf263fbcdd208777ec8"
  628. + integrity sha512-d3tN8fkVJwFLkHkBN479SOsw4DMZnz8cdbL/gvuDuzy3TS6Nfw80HuQqhw1pITbIruHyh7d1fMA47kWzmcUEGA==
  629. dependencies:
  630. "@babel/code-frame" "^7.18.6"
  631. - "@babel/generator" "^7.19.4"
  632. + "@babel/generator" "^7.20.1"
  633. "@babel/helper-environment-visitor" "^7.18.9"
  634. "@babel/helper-function-name" "^7.19.0"
  635. "@babel/helper-hoist-variables" "^7.18.6"
  636. "@babel/helper-split-export-declaration" "^7.18.6"
  637. - "@babel/parser" "^7.19.4"
  638. - "@babel/types" "^7.19.4"
  639. + "@babel/parser" "^7.20.1"
  640. + "@babel/types" "^7.20.0"
  641. debug "^4.1.0"
  642. globals "^11.1.0"
  643.  
  644. -"@babel/types@^7.0.0", "@babel/types@^7.12.6", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.19.3", "@babel/types@^7.19.4", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
  645. - version "7.19.4"
  646. - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.4.tgz#0dd5c91c573a202d600490a35b33246fed8a41c7"
  647. - integrity sha512-M5LK7nAeS6+9j7hAq+b3fQs+pNfUtTGq+yFFfHnauFA8zQtLRfmuipmsKDKKLuyG+wC8ABW43A153YNawNTEtw==
  648. +"@babel/types@^7.0.0", "@babel/types@^7.12.6", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.20.0", "@babel/types@^7.20.2", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
  649. + version "7.20.2"
  650. + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.2.tgz#67ac09266606190f496322dbaff360fdaa5e7842"
  651. + integrity sha512-FnnvsNWgZCr232sqtXggapvlkk/tuwR/qhGzcmxI0GXLCjmPYQPzio2FbdlWuY6y1sHFfQKk+rRbUZ9VStQMog==
  652. dependencies:
  653. "@babel/helper-string-parser" "^7.19.4"
  654. "@babel/helper-validator-identifier" "^7.19.1"
  655. @@ -1212,34 +1209,34 @@
  656. resolved "https://registry.yarnpkg.com/@csstools/selector-specificity/-/selector-specificity-2.0.2.tgz#1bfafe4b7ed0f3e4105837e056e0a89b108ebe36"
  657. integrity sha512-IkpVW/ehM1hWKln4fCA3NzJU8KwD+kIOvPZA4cqxoJHtE21CCzjyp+Kxbu0i5I4tBNOlXPL9mjwnWlL0VEG4Fg==
  658.  
  659. -"@emotion/babel-plugin@^11.10.0":
  660. - version "11.10.2"
  661. - resolved "https://registry.yarnpkg.com/@emotion/babel-plugin/-/babel-plugin-11.10.2.tgz#879db80ba622b3f6076917a1e6f648b1c7d008c7"
  662. - integrity sha512-xNQ57njWTFVfPAc3cjfuaPdsgLp5QOSuRsj9MA6ndEhH/AzuZM86qIQzt6rq+aGBwj3n5/TkLmU5lhAfdRmogA==
  663. +"@emotion/babel-plugin@^11.10.5":
  664. + version "11.10.5"
  665. + resolved "https://registry.yarnpkg.com/@emotion/babel-plugin/-/babel-plugin-11.10.5.tgz#65fa6e1790ddc9e23cc22658a4c5dea423c55c3c"
  666. + integrity sha512-xE7/hyLHJac7D2Ve9dKroBBZqBT7WuPQmWcq7HSGb84sUuP4mlOWoB8dvVfD9yk5DHkU1m6RW7xSoDtnQHNQeA==
  667. dependencies:
  668. "@babel/helper-module-imports" "^7.16.7"
  669. "@babel/plugin-syntax-jsx" "^7.17.12"
  670. "@babel/runtime" "^7.18.3"
  671. "@emotion/hash" "^0.9.0"
  672. "@emotion/memoize" "^0.8.0"
  673. - "@emotion/serialize" "^1.1.0"
  674. + "@emotion/serialize" "^1.1.1"
  675. babel-plugin-macros "^3.1.0"
  676. convert-source-map "^1.5.0"
  677. escape-string-regexp "^4.0.0"
  678. find-root "^1.1.0"
  679. source-map "^0.5.7"
  680. - stylis "4.0.13"
  681. + stylis "4.1.3"
  682.  
  683. -"@emotion/cache@*", "@emotion/cache@^11.10.0", "@emotion/cache@^11.10.3", "@emotion/cache@^11.7.1":
  684. - version "11.10.3"
  685. - resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-11.10.3.tgz#c4f67904fad10c945fea5165c3a5a0583c164b87"
  686. - integrity sha512-Psmp/7ovAa8appWh3g51goxu/z3iVms7JXOreq136D8Bbn6dYraPnmL6mdM8GThEx9vwSn92Fz+mGSjBzN8UPQ==
  687. +"@emotion/cache@*", "@emotion/cache@^11.10.3", "@emotion/cache@^11.10.5", "@emotion/cache@^11.7.1":
  688. + version "11.10.5"
  689. + resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-11.10.5.tgz#c142da9351f94e47527ed458f7bbbbe40bb13c12"
  690. + integrity sha512-dGYHWyzTdmK+f2+EnIGBpkz1lKc4Zbj2KHd4cX3Wi8/OWr5pKslNjc3yABKH4adRGCvSX4VDC0i04mrrq0aiRA==
  691. dependencies:
  692. "@emotion/memoize" "^0.8.0"
  693. - "@emotion/sheet" "^1.2.0"
  694. + "@emotion/sheet" "^1.2.1"
  695. "@emotion/utils" "^1.2.0"
  696. "@emotion/weak-memoize" "^0.3.0"
  697. - stylis "4.0.13"
  698. + stylis "4.1.3"
  699.  
  700. "@emotion/hash@^0.9.0":
  701. version "0.9.0"
  702. @@ -1259,23 +1256,23 @@
  703. integrity sha512-G/YwXTkv7Den9mXDO7AhLWkE3q+I92B+VqAE+dYG4NGPaHZGvt3G8Q0p9vmE+sq7rTGphUbAvmQ9YpbfMQGGlA==
  704.  
  705. "@emotion/react@^11.9.0":
  706. - version "11.10.4"
  707. - resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.10.4.tgz#9dc6bccbda5d70ff68fdb204746c0e8b13a79199"
  708. - integrity sha512-j0AkMpr6BL8gldJZ6XQsQ8DnS9TxEQu1R+OGmDZiWjBAJtCcbt0tS3I/YffoqHXxH6MjgI7KdMbYKw3MEiU9eA==
  709. + version "11.10.5"
  710. + resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.10.5.tgz#95fff612a5de1efa9c0d535384d3cfa115fe175d"
  711. + integrity sha512-TZs6235tCJ/7iF6/rvTaOH4oxQg2gMAcdHemjwLKIjKz4rRuYe1HJ2TQJKnAcRAfOUDdU8XoDadCe1rl72iv8A==
  712. dependencies:
  713. "@babel/runtime" "^7.18.3"
  714. - "@emotion/babel-plugin" "^11.10.0"
  715. - "@emotion/cache" "^11.10.0"
  716. - "@emotion/serialize" "^1.1.0"
  717. + "@emotion/babel-plugin" "^11.10.5"
  718. + "@emotion/cache" "^11.10.5"
  719. + "@emotion/serialize" "^1.1.1"
  720. "@emotion/use-insertion-effect-with-fallbacks" "^1.0.0"
  721. "@emotion/utils" "^1.2.0"
  722. "@emotion/weak-memoize" "^0.3.0"
  723. hoist-non-react-statics "^3.3.1"
  724.  
  725. -"@emotion/serialize@*", "@emotion/serialize@^1.1.0":
  726. - version "1.1.0"
  727. - resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.1.0.tgz#b1f97b1011b09346a40e9796c37a3397b4ea8ea8"
  728. - integrity sha512-F1ZZZW51T/fx+wKbVlwsfchr5q97iW8brAnXmsskz4d0hVB4O3M/SiA3SaeH06x02lSNzkkQv+n3AX3kCXKSFA==
  729. +"@emotion/serialize@*", "@emotion/serialize@^1.1.1":
  730. + version "1.1.1"
  731. + resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.1.1.tgz#0595701b1902feded8a96d293b26be3f5c1a5cf0"
  732. + integrity sha512-Zl/0LFggN7+L1liljxXdsVSVlg6E/Z/olVWpfxUTxOAmi8NU7YoeWeLfi1RmnB2TATHoaWwIBRoL+FvAJiTUQA==
  733. dependencies:
  734. "@emotion/hash" "^0.9.0"
  735. "@emotion/memoize" "^0.8.0"
  736. @@ -1283,20 +1280,20 @@
  737. "@emotion/utils" "^1.2.0"
  738. csstype "^3.0.2"
  739.  
  740. -"@emotion/sheet@^1.2.0":
  741. - version "1.2.0"
  742. - resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.2.0.tgz#771b1987855839e214fc1741bde43089397f7be5"
  743. - integrity sha512-OiTkRgpxescko+M51tZsMq7Puu/KP55wMT8BgpcXVG2hqXc0Vo0mfymJ/Uj24Hp0i083ji/o0aLddh08UEjq8w==
  744. +"@emotion/sheet@^1.2.1":
  745. + version "1.2.1"
  746. + resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.2.1.tgz#0767e0305230e894897cadb6c8df2c51e61a6c2c"
  747. + integrity sha512-zxRBwl93sHMsOj4zs+OslQKg/uhF38MB+OMKoCrVuS0nyTkqnau+BM3WGEoOptg9Oz45T/aIGs1qbVAsEFo3nA==
  748.  
  749. "@emotion/styled@^11.8.1":
  750. - version "11.10.4"
  751. - resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-11.10.4.tgz#e93f84a4d54003c2acbde178c3f97b421fce1cd4"
  752. - integrity sha512-pRl4R8Ez3UXvOPfc2bzIoV8u9P97UedgHS4FPX594ntwEuAMA114wlaHvOK24HB48uqfXiGlYIZYCxVJ1R1ttQ==
  753. + version "11.10.5"
  754. + resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-11.10.5.tgz#1fe7bf941b0909802cb826457e362444e7e96a79"
  755. + integrity sha512-8EP6dD7dMkdku2foLoruPCNkRevzdcBaY6q0l0OsbyJK+x8D9HWjX27ARiSIKNF634hY9Zdoedh8bJCiva8yZw==
  756. dependencies:
  757. "@babel/runtime" "^7.18.3"
  758. - "@emotion/babel-plugin" "^11.10.0"
  759. + "@emotion/babel-plugin" "^11.10.5"
  760. "@emotion/is-prop-valid" "^1.2.0"
  761. - "@emotion/serialize" "^1.1.0"
  762. + "@emotion/serialize" "^1.1.1"
  763. "@emotion/use-insertion-effect-with-fallbacks" "^1.0.0"
  764. "@emotion/utils" "^1.2.0"
  765.  
  766. @@ -1393,10 +1390,10 @@
  767. dependencies:
  768. long "^4.0.0"
  769.  
  770. -"@gmod/cram@^1.6.4":
  771. - version "1.6.4"
  772. - resolved "https://registry.yarnpkg.com/@gmod/cram/-/cram-1.6.4.tgz#4c585238ba201381f2e794785f6497b0b2c3bd1a"
  773. - integrity sha512-uj3BOukiQmL9JwJFMN7qqkvhfWMVVYhymrUA6+z6YMg3u107azw9Oxip6UEUHlVtrJhh2jyLDYgpewFLghJZew==
  774. +"@gmod/cram@^1.7.1":
  775. + version "1.7.1"
  776. + resolved "https://registry.yarnpkg.com/@gmod/cram/-/cram-1.7.1.tgz#878f31bc5c038ec789fc0513d769fad5b964a806"
  777. + integrity sha512-RylBdSTLsKrwp9S1ZDa8hrSRYFRfvDHxH12vM4KrxlIRrpvH5uajGENMigqcL+TQhN9etZeZ+pEBi+lbz8kiXQ==
  778. dependencies:
  779. "@gmod/binary-parser" "^1.3.5"
  780. "@jkbonfield/htscodecs" "^0.5.1"
  781. @@ -1404,11 +1401,10 @@
  782. buffer-crc32 "^0.2.13"
  783. bzip2 "^0.1.1"
  784. cross-fetch "^3.0.0"
  785. - es6-promisify "^6.0.1"
  786. long "^4.0.0"
  787. md5 "^2.2.1"
  788. pako "^1.0.4"
  789. - quick-lru "^2.0.0"
  790. + quick-lru "^4.0.1"
  791.  
  792. "@gmod/gff@^1.2.3":
  793. version "1.2.3"
  794. @@ -1467,14 +1463,14 @@
  795. resolved "https://registry.yarnpkg.com/@gmod/vcf/-/vcf-5.0.7.tgz#12002398e69c7f1d6c67f536d74ac3f8d56b29a0"
  796. integrity sha512-RpXZPpJoyZKhpl1mTgihK5RpN0wDSdvCVv15tdOIw4MqomfFeB682+He/niIZXwbK5fEja9mroyvGbkaQoQtQw==
  797.  
  798. -"@humanwhocodes/config-array@^0.10.5":
  799. - version "0.10.7"
  800. - resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.10.7.tgz#6d53769fd0c222767e6452e8ebda825c22e9f0dc"
  801. - integrity sha512-MDl6D6sBsaV452/QSdX+4CXIjZhIcI0PELsxUjk4U828yd58vk3bTIvk/6w5FY+4hIy9sLW0sfrV7K7Kc++j/w==
  802. +"@humanwhocodes/config-array@^0.11.6":
  803. + version "0.11.7"
  804. + resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.7.tgz#38aec044c6c828f6ed51d5d7ae3d9b9faf6dbb0f"
  805. + integrity sha512-kBbPWzN8oVMLb0hOUYXhmxggL/1cJE6ydvjDIGi9EnAGUyA7cLVKQg+d/Dsm+KZwx2czGHrCmMVLiyg8s5JPKw==
  806. dependencies:
  807. "@humanwhocodes/object-schema" "^1.2.1"
  808. debug "^4.1.1"
  809. - minimatch "^3.0.4"
  810. + minimatch "^3.0.5"
  811.  
  812. "@humanwhocodes/module-importer@^1.0.1":
  813. version "1.0.1"
  814. @@ -1502,10 +1498,10 @@
  815. resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
  816. integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
  817.  
  818. -"@jbrowse/core@^2.1.7":
  819. - version "2.1.7"
  820. - resolved "https://registry.yarnpkg.com/@jbrowse/core/-/core-2.1.7.tgz#1439eba5010ae1ab16bab26b094a865c9cd6273d"
  821. - integrity sha512-mZzmU3hh8EY05hIwCdt3XFTstEaztsmunVCvKZAP24iF2sqrOK6fa5Dfh0OiF/o8dP4eXLQteR6rsyB4Rp1v3g==
  822. +"@jbrowse/core@^2.2.0":
  823. + version "2.2.0"
  824. + resolved "https://registry.yarnpkg.com/@jbrowse/core/-/core-2.2.0.tgz#7f867685210939a85f4a2d05cc8924981eef182f"
  825. + integrity sha512-Z9SmkS+7mgSnTvmDHMFW0qASV76XXkN6tTJEW9OnH4IpNnNCgJkk8NpN4nWyP1NOMBKYjSAKmWuxdd83NtG6+A==
  826. dependencies:
  827. "@babel/runtime" "^7.17.9"
  828. "@mui/icons-material" "^5.0.1"
  829. @@ -1536,23 +1532,23 @@
  830. shortid "^2.2.13"
  831. svg-path-generator "^1.1.0"
  832.  
  833. -"@jbrowse/plugin-alignments@^2.1.7":
  834. - version "2.1.7"
  835. - resolved "https://registry.yarnpkg.com/@jbrowse/plugin-alignments/-/plugin-alignments-2.1.7.tgz#c85c2c7283d5fbe3c2fbc2c93ed1b8b0640ec779"
  836. - integrity sha512-sD9myVPv07hB8qSMzrBII1d+Wx+rAotca1FQXztuHbTITWcQy2T+LIKB4t9Cno0XwAh2KoEK2gPJd7pi2AzGsw==
  837. +"@jbrowse/plugin-alignments@^2.2.0":
  838. + version "2.2.0"
  839. + resolved "https://registry.yarnpkg.com/@jbrowse/plugin-alignments/-/plugin-alignments-2.2.0.tgz#f627b21b619689d552ae3049fafa4b858ca124a6"
  840. + integrity sha512-hPN3axfS1JadgIIE3d4eMv1i/LqN+sjV7VRCavevat07peP+3TA0PIg4lgPc6sSJoM4IskiZN8HfKEpNnL2peg==
  841. dependencies:
  842. "@gmod/bam" "^1.1.15"
  843. - "@gmod/cram" "^1.6.4"
  844. + "@gmod/cram" "^1.7.1"
  845. "@mui/icons-material" "^5.0.1"
  846. color "^3.1.2"
  847. copy-to-clipboard "^3.3.1"
  848. fast-deep-equal "^3.1.3"
  849. generic-filehandle "^3.0.0"
  850.  
  851. -"@jbrowse/plugin-bed@^2.1.7":
  852. - version "2.1.7"
  853. - resolved "https://registry.yarnpkg.com/@jbrowse/plugin-bed/-/plugin-bed-2.1.7.tgz#bfe3e915904eb295926941be8b6aaeebd8685e15"
  854. - integrity sha512-g72F1nUso3EKFMOctVLG8iI751/4gXuvncqsanTjbS5Wpb8oW1k/IvP6Bssee3vUx7GZzYnFoO7ipuVNc9WLtw==
  855. +"@jbrowse/plugin-bed@^2.2.0":
  856. + version "2.2.0"
  857. + resolved "https://registry.yarnpkg.com/@jbrowse/plugin-bed/-/plugin-bed-2.2.0.tgz#40c6d5a86807f95f84a02ef4367d03ac7e80dd8b"
  858. + integrity sha512-katy7nJ9xQdb9CHDtmNo8zZNIIpd1k+yXS5rbCQQSlCeAgaZ/P7DQxXGKI4lHlsC1B6G51HzTMDjJkS4Y3TLGw==
  859. dependencies:
  860. "@flatten-js/interval-tree" "^1.0.15"
  861. "@gmod/bbi" "^2.0.3"
  862. @@ -1560,25 +1556,25 @@
  863. "@gmod/bgzf-filehandle" "^1.4.3"
  864. "@gmod/tabix" "^1.5.2"
  865.  
  866. -"@jbrowse/plugin-circular-view@^2.1.7":
  867. - version "2.1.7"
  868. - resolved "https://registry.yarnpkg.com/@jbrowse/plugin-circular-view/-/plugin-circular-view-2.1.7.tgz#1a522341965d2034852919745cea3e2f5594dc53"
  869. - integrity sha512-W4f/rxcbJWogkdOI07svnHzRydfssG8OZmcifCep89bxxdsxRMWPlkzZvH3P+S1ooS9t/EXnRlHOFa1ckrna5A==
  870. +"@jbrowse/plugin-circular-view@^2.2.0":
  871. + version "2.2.0"
  872. + resolved "https://registry.yarnpkg.com/@jbrowse/plugin-circular-view/-/plugin-circular-view-2.2.0.tgz#03d3c1252e91b5839dbde890bfe0523d981fa5d2"
  873. + integrity sha512-B0iofU+afd2g31zAwlijhcLUPn7ak5A2zDUuKFjb0RTLu+qzXDdaIS+9Uek7jfNxqhnqs5ar7M1Y3Rk4fbK2dA==
  874. dependencies:
  875. "@mui/icons-material" "^5.0.1"
  876.  
  877. -"@jbrowse/plugin-config@^2.1.7":
  878. - version "2.1.7"
  879. - resolved "https://registry.yarnpkg.com/@jbrowse/plugin-config/-/plugin-config-2.1.7.tgz#23376d0dc03929e39fdc3b7bf55e3260809f6806"
  880. - integrity sha512-ZEUyJBsyE5hUDbnF+8VWOlrYf1aBOGKfPh4WZrkyrep936X8XKx3OQgw5GSVB97n39v5RdeThTlPV98fyrBG0w==
  881. +"@jbrowse/plugin-config@^2.2.0":
  882. + version "2.2.0"
  883. + resolved "https://registry.yarnpkg.com/@jbrowse/plugin-config/-/plugin-config-2.2.0.tgz#acd7815f4e2cc766d4e877af6ce298acd4f08513"
  884. + integrity sha512-qa9wjnIkRG6O+w6V+gai6zAyPUYuhx7i4+zmia9XCt4ANMsNj3Pyn/QMZD0IXF/vpaT7TnOkycSzFn3ZmETkzQ==
  885. dependencies:
  886. "@mui/icons-material" "^5.0.1"
  887. pluralize "^8.0.0"
  888.  
  889. -"@jbrowse/plugin-data-management@^2.1.7":
  890. - version "2.1.7"
  891. - resolved "https://registry.yarnpkg.com/@jbrowse/plugin-data-management/-/plugin-data-management-2.1.7.tgz#5d9399b542c25e13d8458ca618ec7f0a4e392fef"
  892. - integrity sha512-VMGlFKwwx4FgURbCnh+vLFo1Z6S3wdX5dsFIBZf1DT5JJBGjSn4aAgmGIDgXVvD4Z7i4o/rlotPAFCZY2ghimg==
  893. +"@jbrowse/plugin-data-management@^2.2.0":
  894. + version "2.2.0"
  895. + resolved "https://registry.yarnpkg.com/@jbrowse/plugin-data-management/-/plugin-data-management-2.2.0.tgz#0df893381549aee685369bb1c0eb961c83ebcb4e"
  896. + integrity sha512-XycutIz9VOFPHruCtxMedCc1I2KW06IhSF2qivbYu3Ly/stM117Fklaub6pEaA6V5tOuTJojWRvvMEQMyfq9bw==
  897. dependencies:
  898. "@gmod/ucsc-hub" "^0.1.6"
  899. "@mui/icons-material" "^5.0.1"
  900. @@ -1587,20 +1583,20 @@
  901. react-vtree "^3.0.0-beta.1"
  902. react-window "^1.8.6"
  903.  
  904. -"@jbrowse/plugin-gff3@^2.1.7":
  905. - version "2.1.7"
  906. - resolved "https://registry.yarnpkg.com/@jbrowse/plugin-gff3/-/plugin-gff3-2.1.7.tgz#aced30f702f74938f34c1e4659b246203e3be84b"
  907. - integrity sha512-hLuhILwPUyySfj2KzCr4TZYA6Kszo99JixdqyvQ8ujog/78myGE3CO/tQpY9H7FB4YhRf3pE7mqDnsdYu3mt3w==
  908. +"@jbrowse/plugin-gff3@^2.2.0":
  909. + version "2.2.0"
  910. + resolved "https://registry.yarnpkg.com/@jbrowse/plugin-gff3/-/plugin-gff3-2.2.0.tgz#ef3c645928a8f3a0fb58a86d99f0d3edc7ce525b"
  911. + integrity sha512-z1oB6Vmb+Uk5izdc5waBHxFo0hV6QERB2zPM16/WVbvcpzE4X2VOYhej4UNDRynjYo0qQy1a/TZbwT0JPoFQfA==
  912. dependencies:
  913. "@flatten-js/interval-tree" "^1.0.15"
  914. "@gmod/bgzf-filehandle" "^1.4.3"
  915. "@gmod/gff" "^1.2.3"
  916. "@gmod/tabix" "^1.5.2"
  917.  
  918. -"@jbrowse/plugin-legacy-jbrowse@^2.1.7":
  919. - version "2.1.7"
  920. - resolved "https://registry.yarnpkg.com/@jbrowse/plugin-legacy-jbrowse/-/plugin-legacy-jbrowse-2.1.7.tgz#26a215f2b96df424ff431dd8cc71d49cf50104d6"
  921. - integrity sha512-5GLLPBngS/ZvH6MliJLiejdJtIFIMirgXpE7SeAcm7R0QHC5mqeCB4fMeyrYOeAGw/bblt8wiHC+qnpXkP/CxQ==
  922. +"@jbrowse/plugin-legacy-jbrowse@^2.2.0":
  923. + version "2.2.0"
  924. + resolved "https://registry.yarnpkg.com/@jbrowse/plugin-legacy-jbrowse/-/plugin-legacy-jbrowse-2.2.0.tgz#94ec0e52486b4e12e22ec748f06883c11b2acaff"
  925. + integrity sha512-7LWybTvQ9Labhn3MUYEBKgC01Po12l1fbRdnqqZZrgg6A27QJqIPCrUwHsFfNEndxY4mVt8D8tJPiJ8eg4ZTSg==
  926. dependencies:
  927. "@gmod/nclist" "^0.2.1"
  928. buffer-crc32 "^0.2.13"
  929. @@ -1608,10 +1604,10 @@
  930. get-value "^3.0.1"
  931. set-value "^4.0.1"
  932.  
  933. -"@jbrowse/plugin-linear-genome-view@^2.1.7":
  934. - version "2.1.7"
  935. - resolved "https://registry.yarnpkg.com/@jbrowse/plugin-linear-genome-view/-/plugin-linear-genome-view-2.1.7.tgz#8b42067066f71e29b1272b8843385fd9f813f4b8"
  936. - integrity sha512-DNRfFg4ZWtYC81ZEnhtQ7JkRc7I4PunWrq1K4WrGyXOzoRtybvMIhvrPc3lzVVKbBQJYZmw/sZcmCkoG6k8ACw==
  937. +"@jbrowse/plugin-linear-genome-view@^2.2.0":
  938. + version "2.2.0"
  939. + resolved "https://registry.yarnpkg.com/@jbrowse/plugin-linear-genome-view/-/plugin-linear-genome-view-2.2.0.tgz#cf25e8a14ef702578a917b426451a37596959e53"
  940. + integrity sha512-IEnHhad8ljltO5m4rjBQshqvQ9Y/q2Y/xCjzSV42drJ6EHNiMfFYo/OvhxAFjmzqHoLLqsiqe8FJD8IwAPKpcg==
  941. dependencies:
  942. "@mui/icons-material" "^5.0.1"
  943. "@popperjs/core" "^2.11.0"
  944. @@ -1623,31 +1619,31 @@
  945. normalize-wheel "^1.0.1"
  946. react-popper "^2.0.0"
  947.  
  948. -"@jbrowse/plugin-sequence@^2.1.7":
  949. - version "2.1.7"
  950. - resolved "https://registry.yarnpkg.com/@jbrowse/plugin-sequence/-/plugin-sequence-2.1.7.tgz#d5bb1b30a78ca8a990af448377acacda0424c5c4"
  951. - integrity sha512-F6GwLvC/tqKrKvhFxZIV2QehY0h2EzkVUDedn3YHojXu2OFB+/awdmWTqxzcdtPkROokQkPRIWTDsWvZKvhBJA==
  952. +"@jbrowse/plugin-sequence@^2.2.0":
  953. + version "2.2.0"
  954. + resolved "https://registry.yarnpkg.com/@jbrowse/plugin-sequence/-/plugin-sequence-2.2.0.tgz#82065216bdac64e60051a87ef61e4288ef15a1f4"
  955. + integrity sha512-z04BU3NPHeAF8JwnDsn1NypevQNy3qLHBMy0Ep5g8KisDPJ0utnzD8/B3Eblf3vnQJIJvakRGVn3dfRLi4GKyw==
  956. dependencies:
  957. "@gmod/indexedfasta" "^2.0.2"
  958. "@gmod/twobit" "^1.1.12"
  959. abortable-promise-cache "^1.5.0"
  960.  
  961. -"@jbrowse/plugin-svg@^2.1.7":
  962. - version "2.1.7"
  963. - resolved "https://registry.yarnpkg.com/@jbrowse/plugin-svg/-/plugin-svg-2.1.7.tgz#ce4a8bcb343714f18842d167c0dd1d18ccdb3cc6"
  964. - integrity sha512-3IXMPaW7PB+Ny3LubGRy69PZUgxsCqEwvwEajAsc/ILvposTZOOFO5mLYHmwp+PT9aVXsG+zhi8baSGCXaqwIQ==
  965. +"@jbrowse/plugin-svg@^2.2.0":
  966. + version "2.2.0"
  967. + resolved "https://registry.yarnpkg.com/@jbrowse/plugin-svg/-/plugin-svg-2.2.0.tgz#a5b5aee3951c92722a28387958ba5f4628814213"
  968. + integrity sha512-pc+40Bs+tkcDYVGVC+9dRZPZBCymo1+33A8ddv5msog6xW3Dz0zznncxLiZcCX6RfdDC/AvUX8qwEapLMRTbuw==
  969.  
  970. -"@jbrowse/plugin-trix@^2.1.7":
  971. - version "2.1.7"
  972. - resolved "https://registry.yarnpkg.com/@jbrowse/plugin-trix/-/plugin-trix-2.1.7.tgz#bd67d252de60781a4a53a71b5196665f1f7c3b91"
  973. - integrity sha512-USLoHs1NmdMwmIj4TtPhNyWvtcHK9cYU+YUpI3I6NNUoJMKt6TMbNVVYWlz/boZlwE5hoteLwljyc9sGhHjESw==
  974. +"@jbrowse/plugin-trix@^2.2.0":
  975. + version "2.2.0"
  976. + resolved "https://registry.yarnpkg.com/@jbrowse/plugin-trix/-/plugin-trix-2.2.0.tgz#1202e038ad9c4796c641c7b42fbd6f28b9429a4b"
  977. + integrity sha512-ROIWGLj0/wRWEkG/0tMcnBtHZWNv3rLkFeNWQfuvTX5UJJ63VdJsWQoXpNER+OAhxNBKKDK4H8UfBU77qYoitQ==
  978. dependencies:
  979. "@gmod/trix" "^2.0.4"
  980.  
  981. -"@jbrowse/plugin-variants@^2.1.7":
  982. - version "2.1.7"
  983. - resolved "https://registry.yarnpkg.com/@jbrowse/plugin-variants/-/plugin-variants-2.1.7.tgz#4db48178ce5a6e10b2ed7f5878b30dfcce883873"
  984. - integrity sha512-6l/L/u7usDqfew1VN6ln7tMVkfQH1O++jF3GrlfO0sxipyI0CWHtrYAx6czqF44nwkh1nr7YMU3gRvb+7O7B8A==
  985. +"@jbrowse/plugin-variants@^2.2.0":
  986. + version "2.2.0"
  987. + resolved "https://registry.yarnpkg.com/@jbrowse/plugin-variants/-/plugin-variants-2.2.0.tgz#dad7b12f9705d96ac0db92561e794955fa36f2d5"
  988. + integrity sha512-hBukM8MFrC+INIrTNMuhwjKXbvGe4zrOa4vv5QV/+Pxkmp1IWq3lllw+F9bZAzAmBPkSjKIRJ4YVzPQDHx1L9A==
  989. dependencies:
  990. "@flatten-js/interval-tree" "^1.0.15"
  991. "@gmod/bgzf-filehandle" "^1.4.3"
  992. @@ -1657,10 +1653,10 @@
  993. "@mui/x-data-grid" "^5.0.1"
  994. generic-filehandle "^3.0.0"
  995.  
  996. -"@jbrowse/plugin-wiggle@^2.1.7":
  997. - version "2.1.7"
  998. - resolved "https://registry.yarnpkg.com/@jbrowse/plugin-wiggle/-/plugin-wiggle-2.1.7.tgz#6b70de6e13d709240850eaba20d7951fe720dfe0"
  999. - integrity sha512-MVBfytaPJzeQZTgw1gmVMJu2OAfC31tHTo3y4xJOAppEl+8YY5g+w5kroeU840a4/yygVS25H5LRD6/wsz8zZA==
  1000. +"@jbrowse/plugin-wiggle@^2.2.0":
  1001. + version "2.2.0"
  1002. + resolved "https://registry.yarnpkg.com/@jbrowse/plugin-wiggle/-/plugin-wiggle-2.2.0.tgz#03d80fd3c2bc4c3853f198144b8e7402b2beb7a7"
  1003. + integrity sha512-iycNVSjYHV794QfQEy7NFwJ7nE+lbqivk/Z18GnBRYA4tYjyk09lp83gmg7zAjMUYaiQmvxAwidmZVDTTiPe0Q==
  1004. dependencies:
  1005. "@gmod/bbi" "^2.0.3"
  1006. "@mui/icons-material" "^5.0.2"
  1007. @@ -1675,29 +1671,29 @@
  1008. react-draggable "^4.4.5"
  1009. react-popper "^2.0.0"
  1010.  
  1011. -"@jbrowse/react-linear-genome-view@^2.0.0":
  1012. - version "2.1.7"
  1013. - resolved "https://registry.yarnpkg.com/@jbrowse/react-linear-genome-view/-/react-linear-genome-view-2.1.7.tgz#ceac31c19c992658d444c8543ee8ff26c504b445"
  1014. - integrity sha512-x1OY5HHLxC8IxtWsV04xX1GUR0+GbvStdF7lOS3Lwh18Y5nCHFjX2KvVFEjw+iL1Z9gVtdeyipSPF4u6ah0DUA==
  1015. +"@jbrowse/react-linear-genome-view@^2.2.0":
  1016. + version "2.2.0"
  1017. + resolved "https://registry.yarnpkg.com/@jbrowse/react-linear-genome-view/-/react-linear-genome-view-2.2.0.tgz#1500b23a109d8c4e9bd4dc9637c0b53e9b76a5cd"
  1018. + integrity sha512-Jq/QTuGuoQumH5PFcZI1KehGh74hn76Yqvf0i3ihEE4saPsc3yENlwVSwHWatSXatOaSy7jqLeK77GDsHCK+uQ==
  1019. dependencies:
  1020. "@babel/runtime" "^7.17.9"
  1021. "@emotion/cache" "^11.7.1"
  1022. "@emotion/react" "^11.9.0"
  1023. "@emotion/styled" "^11.8.1"
  1024. - "@jbrowse/core" "^2.1.7"
  1025. - "@jbrowse/plugin-alignments" "^2.1.7"
  1026. - "@jbrowse/plugin-bed" "^2.1.7"
  1027. - "@jbrowse/plugin-circular-view" "^2.1.7"
  1028. - "@jbrowse/plugin-config" "^2.1.7"
  1029. - "@jbrowse/plugin-data-management" "^2.1.7"
  1030. - "@jbrowse/plugin-gff3" "^2.1.7"
  1031. - "@jbrowse/plugin-legacy-jbrowse" "^2.1.7"
  1032. - "@jbrowse/plugin-linear-genome-view" "^2.1.7"
  1033. - "@jbrowse/plugin-sequence" "^2.1.7"
  1034. - "@jbrowse/plugin-svg" "^2.1.7"
  1035. - "@jbrowse/plugin-trix" "^2.1.7"
  1036. - "@jbrowse/plugin-variants" "^2.1.7"
  1037. - "@jbrowse/plugin-wiggle" "^2.1.7"
  1038. + "@jbrowse/core" "^2.2.0"
  1039. + "@jbrowse/plugin-alignments" "^2.2.0"
  1040. + "@jbrowse/plugin-bed" "^2.2.0"
  1041. + "@jbrowse/plugin-circular-view" "^2.2.0"
  1042. + "@jbrowse/plugin-config" "^2.2.0"
  1043. + "@jbrowse/plugin-data-management" "^2.2.0"
  1044. + "@jbrowse/plugin-gff3" "^2.2.0"
  1045. + "@jbrowse/plugin-legacy-jbrowse" "^2.2.0"
  1046. + "@jbrowse/plugin-linear-genome-view" "^2.2.0"
  1047. + "@jbrowse/plugin-sequence" "^2.2.0"
  1048. + "@jbrowse/plugin-svg" "^2.2.0"
  1049. + "@jbrowse/plugin-trix" "^2.2.0"
  1050. + "@jbrowse/plugin-variants" "^2.2.0"
  1051. + "@jbrowse/plugin-wiggle" "^2.2.0"
  1052. "@mui/icons-material" "^5.0.0"
  1053. "@mui/material" "^5.0.0"
  1054. librpc-web-mod "^1.1.5"
  1055. @@ -1708,7 +1704,7 @@
  1056. react-use-measure "^2.1.1"
  1057. rxjs "^6.0.0"
  1058. serialize-error "^8.0.0"
  1059. - tss-react "^3.7.0"
  1060. + tss-react "^4.4.1"
  1061.  
  1062. "@jest/console@^27.5.1":
  1063. version "27.5.1"
  1064. @@ -1778,10 +1774,10 @@
  1065. "@types/node" "*"
  1066. jest-mock "^27.5.1"
  1067.  
  1068. -"@jest/expect-utils@^29.2.1":
  1069. - version "29.2.1"
  1070. - resolved "https://registry.yarnpkg.com/@jest/expect-utils/-/expect-utils-29.2.1.tgz#eae61c90f2066540f60d23b8f254f03b7869b22f"
  1071. - integrity sha512-yr4aHNg5Z1CjKby5ozm7sKjgBlCOorlAoFcvrOQ/4rbZRfgZQdnmh7cth192PYIgiPZo2bBXvqdOApnAMWFJZg==
  1072. +"@jest/expect-utils@^29.2.2":
  1073. + version "29.2.2"
  1074. + resolved "https://registry.yarnpkg.com/@jest/expect-utils/-/expect-utils-29.2.2.tgz#460a5b5a3caf84d4feb2668677393dd66ff98665"
  1075. + integrity sha512-vwnVmrVhTmGgQzyvcpze08br91OL61t9O0lJMDyb6Y/D8EKQ9V7rGUb/p7PDt0GPzK0zFYqXWFo4EO2legXmkg==
  1076. dependencies:
  1077. jest-get-type "^29.2.0"
  1078.  
  1079. @@ -2017,10 +2013,10 @@
  1080. resolved "https://registry.yarnpkg.com/@librpc/ee/-/ee-1.0.4.tgz#ce73a36279dc4cf93efa43f7e3564ec165947522"
  1081. integrity sha512-vhPlbRwAKQC80h0k74tsOkMKIidZtqlFSOHRzCvC8n7Va9rzMDwpG26Pm84dAt0ZuGK0g1UEfPzxDiYo9ZQBrg==
  1082.  
  1083. -"@mui/base@5.0.0-alpha.102":
  1084. - version "5.0.0-alpha.102"
  1085. - resolved "https://registry.yarnpkg.com/@mui/base/-/base-5.0.0-alpha.102.tgz#53b07d0b73d3afe1d2a3feb3b43c8188bb821796"
  1086. - integrity sha512-5e/qAIP+DlkrZxIt/cwnDw/A3ii22WkoEoWKHyu4+oeGs3/1Flh7qLaN4h5EAIBB9TvTEZEUzvmsTInmIj6ghg==
  1087. +"@mui/base@5.0.0-alpha.104":
  1088. + version "5.0.0-alpha.104"
  1089. + resolved "https://registry.yarnpkg.com/@mui/base/-/base-5.0.0-alpha.104.tgz#1792e962dd782f1fa434f4aa7bab5410ed946644"
  1090. + integrity sha512-tQPxZTzfYMwxYfKhEwufbTfdLpNjFdW7bXq6dK0j8651AAyZL4M8wynWUQ98hH1362R26mZFhVxHB2UD9t7VuA==
  1091. dependencies:
  1092. "@babel/runtime" "^7.19.0"
  1093. "@emotion/is-prop-valid" "^1.2.0"
  1094. @@ -2031,10 +2027,10 @@
  1095. prop-types "^15.8.1"
  1096. react-is "^18.2.0"
  1097.  
  1098. -"@mui/core-downloads-tracker@^5.10.10":
  1099. - version "5.10.10"
  1100. - resolved "https://registry.yarnpkg.com/@mui/core-downloads-tracker/-/core-downloads-tracker-5.10.10.tgz#a3e5d2f6e5146e9a85d48824c386a31be1746ba3"
  1101. - integrity sha512-aDuE2PNEh+hAndxEWlZgq7uiFPZKJtnkPDX7v6kSCrMXA32ZaQ6rZi5olmC7DUHt/BaOSxb7N/im/ss0XBkDhA==
  1102. +"@mui/core-downloads-tracker@^5.10.12":
  1103. + version "5.10.12"
  1104. + resolved "https://registry.yarnpkg.com/@mui/core-downloads-tracker/-/core-downloads-tracker-5.10.12.tgz#ff36abc5f4aac3c762d116e12ab51c2688d93da1"
  1105. + integrity sha512-cR8lOS606G++iVHR8I6ySgMAEiPoA3DxO/nLeqiv7w7d1707kvKoV4/7SWjh4ui+kHb052xlf/G196q2EKx31w==
  1106.  
  1107. "@mui/icons-material@^5.0.0", "@mui/icons-material@^5.0.1", "@mui/icons-material@^5.0.2":
  1108. version "5.10.9"
  1109. @@ -2044,14 +2040,14 @@
  1110. "@babel/runtime" "^7.19.0"
  1111.  
  1112. "@mui/material@^5.0.0":
  1113. - version "5.10.10"
  1114. - resolved "https://registry.yarnpkg.com/@mui/material/-/material-5.10.10.tgz#df780d933c0aa9d4a5272f32c9cc24bf1ea72cff"
  1115. - integrity sha512-ioLvqY7VvcePz9dnEIRhpiVvtJmAFmvG6rtLXXzVdMmAVbSaelr5Io07mPz/mCyqE+Uv8/4EuJV276DWO7etzA==
  1116. + version "5.10.12"
  1117. + resolved "https://registry.yarnpkg.com/@mui/material/-/material-5.10.12.tgz#1e97bb4bdfdfde136c1acbfb6ab16991de1e8677"
  1118. + integrity sha512-rG9ZTkG9qUwujyAY1I+uQAa9pkGdsWY3KN+wvS/6H6ZbYIA06QRwmig6ySC6LbeB3WL/I/1ngwJqWX7nfINSbA==
  1119. dependencies:
  1120. "@babel/runtime" "^7.19.0"
  1121. - "@mui/base" "5.0.0-alpha.102"
  1122. - "@mui/core-downloads-tracker" "^5.10.10"
  1123. - "@mui/system" "^5.10.10"
  1124. + "@mui/base" "5.0.0-alpha.104"
  1125. + "@mui/core-downloads-tracker" "^5.10.12"
  1126. + "@mui/system" "^5.10.12"
  1127. "@mui/types" "^7.2.0"
  1128. "@mui/utils" "^5.10.9"
  1129. "@types/react-transition-group" "^4.4.5"
  1130. @@ -2080,10 +2076,10 @@
  1131. csstype "^3.1.1"
  1132. prop-types "^15.8.1"
  1133.  
  1134. -"@mui/system@^5.10.10":
  1135. - version "5.10.10"
  1136. - resolved "https://registry.yarnpkg.com/@mui/system/-/system-5.10.10.tgz#fbc34f29a3b62268c3d2b2be92819a35fc52de90"
  1137. - integrity sha512-TXwtKN0adKpBrZmO+eilQWoPf2veh050HLYrN78Kps9OhlvO70v/2Kya0+mORFhu9yhpAwjHXO8JII/R4a5ZLA==
  1138. +"@mui/system@^5.10.12":
  1139. + version "5.10.12"
  1140. + resolved "https://registry.yarnpkg.com/@mui/system/-/system-5.10.12.tgz#fd97a6fd75995038c1c34e9c5b6eb4ff9b9eee56"
  1141. + integrity sha512-9DcN3hF2KTTTpZ0K5Tn20B+Tz7tIqDmJLk1M6P0CYoAGUN/xrcF/6dn1zZ829rxE5tmauoDUekTfomrvPsvlSQ==
  1142. dependencies:
  1143. "@babel/runtime" "^7.19.0"
  1144. "@mui/private-theming" "^5.10.9"
  1145. @@ -2111,9 +2107,9 @@
  1146. react-is "^18.2.0"
  1147.  
  1148. "@mui/x-data-grid@^5.0.1":
  1149. - version "5.17.7"
  1150. - resolved "https://registry.yarnpkg.com/@mui/x-data-grid/-/x-data-grid-5.17.7.tgz#e338eb715e2bab77f7a191c9f2d212dbe08ae946"
  1151. - integrity sha512-AwvmXcpqPCJAgakYa7BL+PZcFAwD2ulY9UJf1Bo2G0bDim8rJ5M46ewO0C70oOn5NiZwO/90/bo9/sbb5wwtKQ==
  1152. + version "5.17.10"
  1153. + resolved "https://registry.yarnpkg.com/@mui/x-data-grid/-/x-data-grid-5.17.10.tgz#0a92b855c19ff12a001dc36658def6d96a2a2dcd"
  1154. + integrity sha512-x0987WrcfuMUZpAGOl3a/Qh5ctDHyLDII1zNpm1zfAw1CgqaPTtwebUvGhtl0XguiKJuNW26kayqixjRcyaFJQ==
  1155. dependencies:
  1156. "@babel/runtime" "^7.18.9"
  1157. "@mui/utils" "^5.10.3"
  1158. @@ -2141,7 +2137,7 @@
  1159. resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b"
  1160. integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==
  1161.  
  1162. -"@nodelib/fs.walk@^1.2.3":
  1163. +"@nodelib/fs.walk@^1.2.3", "@nodelib/fs.walk@^1.2.8":
  1164. version "1.2.8"
  1165. resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a"
  1166. integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==
  1167. @@ -2212,14 +2208,14 @@
  1168. integrity sha512-sXo/qW2/pAcmT43VoRKOJbDOfV3cYpq3szSVfIThQXNt+E4DfKj361vaAt3c88U5tPUxzEswam7GW48PJqtKAg==
  1169.  
  1170. "@sinclair/typebox@^0.24.1":
  1171. - version "0.24.47"
  1172. - resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.24.47.tgz#530b67163714356f93e82bdb871e7db4b7bc564e"
  1173. - integrity sha512-J4Xw0xYK4h7eC34MNOPQi6IkNxGRck6n4VJpWDzXIFVTW8I/D43Gf+NfWz/v/7NHlzWOPd3+T4PJ4OqklQ2u7A==
  1174. + version "0.24.51"
  1175. + resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.24.51.tgz#645f33fe4e02defe26f2f5c0410e1c094eac7f5f"
  1176. + integrity sha512-1P1OROm/rdubP5aFDSZQILU0vrLCJ4fvHt6EoqHEM+2D/G5MK3bIaymUKLit8Js9gbns5UyJnkP/TZROLw4tUA==
  1177.  
  1178. "@sinonjs/commons@^1.7.0":
  1179. - version "1.8.3"
  1180. - resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.8.3.tgz#3802ddd21a50a949b6721ddd72da36e67e7f1b2d"
  1181. - integrity sha512-xkNcLAn/wZaX14RPlwizcKicDk9G3F8m2nU3L7Ukm5zBgTwiT0wsoFAHx9Jq56fJA1z/7uKGtCRu16sOUCLIHQ==
  1182. + version "1.8.4"
  1183. + resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.8.4.tgz#d1f2d80f1bd0f2520873f161588bd9b7f8567120"
  1184. + integrity sha512-RpmQdHVo8hCEHDVpO39zToS9jOhR6nw+/lQAzRNq9ErrGV9IeHM71XCn68svVl/euFeVW6BWX4p35gkhbOcSIQ==
  1185. dependencies:
  1186. type-detect "4.0.8"
  1187.  
  1188. @@ -2495,9 +2491,9 @@
  1189. "@types/estree" "*"
  1190.  
  1191. "@types/eslint@*", "@types/eslint@^7.29.0 || ^8.4.1":
  1192. - version "8.4.6"
  1193. - resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.4.6.tgz#7976f054c1bccfcf514bff0564c0c41df5c08207"
  1194. - integrity sha512-/fqTbjxyFUaYNO7VcW5g+4npmqVACz1bB7RTHYuLj+PRjw9hrCwrUXVQFpChUS0JsyEFvMZ7U/PfmvWgxJhI9g==
  1195. + version "8.4.10"
  1196. + resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.4.10.tgz#19731b9685c19ed1552da7052b6f668ed7eb64bb"
  1197. + integrity sha512-Sl/HOqN8NKPmhWo2VBEPm0nvHnu2LL3v9vKo8MEq0EtbJ4eVzGPl41VNPvn5E1i5poMk4/XD8UriLHpJvEP/Nw==
  1198. dependencies:
  1199. "@types/estree" "*"
  1200. "@types/json-schema" "*"
  1201. @@ -2575,9 +2571,9 @@
  1202. "@types/istanbul-lib-report" "*"
  1203.  
  1204. "@types/jest@*":
  1205. - version "29.2.0"
  1206. - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.2.0.tgz#fa98e08b46ab119f1a74a9552c48c589f5378a96"
  1207. - integrity sha512-KO7bPV21d65PKwv3LLsD8Jn3E05pjNjRZvkm+YTacWhVmykAb07wW6IkZUmQAltwQafNcDUEUrMO2h3jeBSisg==
  1208. + version "29.2.2"
  1209. + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.2.2.tgz#874e7dc6702fa6a3fe6107792aa98636dcc480b4"
  1210. + integrity sha512-og1wAmdxKoS71K2ZwSVqWPX6OVn3ihZ6ZT2qvZvZQm90lJVDyXIjYcu4Khx2CNIeaFv12rOU/YObOsI3VOkzog==
  1211. dependencies:
  1212. expect "^29.0.0"
  1213. pretty-format "^29.0.0"
  1214. @@ -2606,14 +2602,14 @@
  1215. integrity sha512-Y4XFY5VJAuw0FgAqPNd6NNoV44jbq9Bz2L7Rh/J6jLTiHBSBJa9fxqQIvkIld4GsoDOcCbvzOUAbLPsSKKg+uA==
  1216.  
  1217. "@types/node@*":
  1218. - version "18.11.2"
  1219. - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.2.tgz#c59b7641832531264fda3f1ba610362dc9a7dfc8"
  1220. - integrity sha512-BWN3M23gLO2jVG8g/XHIRFWiiV4/GckeFIqbU/C4V3xpoBBWSMk4OZomouN0wCkfQFPqgZikyLr7DOYDysIkkw==
  1221. + version "18.11.9"
  1222. + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.9.tgz#02d013de7058cea16d36168ef2fc653464cfbad4"
  1223. + integrity sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg==
  1224.  
  1225. "@types/node@^16.11.26":
  1226. - version "16.11.68"
  1227. - resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.68.tgz#30ee923f4d940793e0380f5ce61c0bd4b7196b6c"
  1228. - integrity sha512-JkRpuVz3xCNCWaeQ5EHLR/6woMbHZz/jZ7Kmc63AkU+1HxnoUugzSWMck7dsR4DvNYX8jp9wTi9K7WvnxOIQZQ==
  1229. + version "16.18.3"
  1230. + resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.3.tgz#d7f7ba828ad9e540270f01ce00d391c54e6e0abc"
  1231. + integrity sha512-jh6m0QUhIRcZpNv7Z/rpN+ZWXOicUUQbSoWks7Htkbb9IjFQj4kzcX/xFCkjstCj5flMsN8FiSvt+q+Tcs4Llg==
  1232.  
  1233. "@types/parse-json@^4.0.0":
  1234. version "4.0.0"
  1235. @@ -2646,9 +2642,9 @@
  1236. integrity sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==
  1237.  
  1238. "@types/react-dom@<18.0.0", "@types/react-dom@^17.0.15":
  1239. - version "17.0.17"
  1240. - resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.17.tgz#2e3743277a793a96a99f1bf87614598289da68a1"
  1241. - integrity sha512-VjnqEmqGnasQKV0CWLevqMTXBYG9GbwuE6x3VetERLh0cq2LTptFE73MrQi2S7GkKXCf2GgwItB/melLnxfnsg==
  1242. + version "17.0.18"
  1243. + resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.18.tgz#8f7af38f5d9b42f79162eea7492e5a1caff70dc2"
  1244. + integrity sha512-rLVtIfbwyur2iFKykP2w0pl/1unw26b5td16d5xMgp7/yjTHomkyxPYChFoCr/FtEX1lN9wY6lFj1qvKdS5kDw==
  1245. dependencies:
  1246. "@types/react" "^17"
  1247.  
  1248. @@ -2667,18 +2663,18 @@
  1249. "@types/react" "*"
  1250.  
  1251. "@types/react@*":
  1252. - version "18.0.21"
  1253. - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.21.tgz#b8209e9626bb00a34c76f55482697edd2b43cc67"
  1254. - integrity sha512-7QUCOxvFgnD5Jk8ZKlUAhVcRj7GuJRjnjjiY/IUBWKgOlnvDvTMLD4RTF7NPyVmbRhNrbomZiOepg7M/2Kj1mA==
  1255. + version "18.0.25"
  1256. + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.25.tgz#8b1dcd7e56fe7315535a4af25435e0bb55c8ae44"
  1257. + integrity sha512-xD6c0KDT4m7n9uD4ZHi02lzskaiqcBxf4zi+tXZY98a04wvc0hi/TcCPC2FOESZi51Nd7tlUeOJY8RofL799/g==
  1258. dependencies:
  1259. "@types/prop-types" "*"
  1260. "@types/scheduler" "*"
  1261. csstype "^3.0.2"
  1262.  
  1263. "@types/react@^17", "@types/react@^17.0.44":
  1264. - version "17.0.50"
  1265. - resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.50.tgz#39abb4f7098f546cfcd6b51207c90c4295ee81fc"
  1266. - integrity sha512-ZCBHzpDb5skMnc1zFXAXnL3l1FAdi+xZvwxK+PkglMmBrwjpp9nKaWuEvrGnSifCJmBFGxZOOFuwC6KH/s0NuA==
  1267. + version "17.0.52"
  1268. + resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.52.tgz#10d8b907b5c563ac014a541f289ae8eaa9bf2e9b"
  1269. + integrity sha512-vwk8QqVODi0VaZZpDXQCmEmiOuyjEFPY7Ttaw5vjM112LOq37yz1CDJGrRJwA1fYEq4Iitd5rnjd1yWAc/bT+A==
  1270. dependencies:
  1271. "@types/prop-types" "*"
  1272. "@types/scheduler" "*"
  1273. @@ -2702,9 +2698,9 @@
  1274. integrity sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==
  1275.  
  1276. "@types/semver@^7.3.12":
  1277. - version "7.3.12"
  1278. - resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.12.tgz#920447fdd78d76b19de0438b7f60df3c4a80bf1c"
  1279. - integrity sha512-WwA1MW0++RfXmCr12xeYOOC5baSC9mSb0ZqCquFzKhcoF4TvHu5MKOuXsncgZcpVFhB1pXd5hZmM0ryAoCp12A==
  1280. + version "7.3.13"
  1281. + resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.13.tgz#da4bfd73f49bd541d28920ab0e2bf0ee80f71c91"
  1282. + integrity sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==
  1283.  
  1284. "@types/serve-index@^1.9.1":
  1285. version "1.9.1"
  1286. @@ -2772,92 +2768,93 @@
  1287. "@types/yargs-parser" "*"
  1288.  
  1289. "@typescript-eslint/eslint-plugin@^5.5.0":
  1290. - version "5.40.1"
  1291. - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.40.1.tgz#3203a6ff396b1194083faaa6e5110c401201d7d5"
  1292. - integrity sha512-FsWboKkWdytGiXT5O1/R9j37YgcjO8MKHSUmWnIEjVaz0krHkplPnYi7mwdb+5+cs0toFNQb0HIrN7zONdIEWg==
  1293. + version "5.42.0"
  1294. + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.42.0.tgz#36a8c0c379870127059889a9cc7e05c260d2aaa5"
  1295. + integrity sha512-5TJh2AgL6+wpL8H/GTSjNb4WrjKoR2rqvFxR/DDTqYNk6uXn8BJMEcncLSpMbf/XV1aS0jAjYwn98uvVCiAywQ==
  1296. dependencies:
  1297. - "@typescript-eslint/scope-manager" "5.40.1"
  1298. - "@typescript-eslint/type-utils" "5.40.1"
  1299. - "@typescript-eslint/utils" "5.40.1"
  1300. + "@typescript-eslint/scope-manager" "5.42.0"
  1301. + "@typescript-eslint/type-utils" "5.42.0"
  1302. + "@typescript-eslint/utils" "5.42.0"
  1303. debug "^4.3.4"
  1304. ignore "^5.2.0"
  1305. + natural-compare-lite "^1.4.0"
  1306. regexpp "^3.2.0"
  1307. semver "^7.3.7"
  1308. tsutils "^3.21.0"
  1309.  
  1310. "@typescript-eslint/experimental-utils@^5.0.0":
  1311. - version "5.40.1"
  1312. - resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.40.1.tgz#2fa6b4f768d42fe7174c34cd02fa79717e4e2bfe"
  1313. - integrity sha512-lynjgnQuoCgxtYgYWjoQqijk0kYQNiztnVhoqha3N0kMYFVPURidzCq2vn9XvUUu2XxP130ZRKVDKyeGa2bhbw==
  1314. + version "5.42.0"
  1315. + resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.42.0.tgz#a2b6b24c75bf41ce22501f8669082efdac689909"
  1316. + integrity sha512-B51HySW9wWIwLantEMqJi0FXVp1IMKRAyNASrYhJV3/nl4r6aEz6FJTJtscgu7YrGWigs7OypQExmcVqGQoDFQ==
  1317. dependencies:
  1318. - "@typescript-eslint/utils" "5.40.1"
  1319. + "@typescript-eslint/utils" "5.42.0"
  1320.  
  1321. "@typescript-eslint/parser@^5.5.0":
  1322. - version "5.40.1"
  1323. - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.40.1.tgz#e7f8295dd8154d0d37d661ddd8e2f0ecfdee28dd"
  1324. - integrity sha512-IK6x55va5w4YvXd4b3VrXQPldV9vQTxi5ov+g4pMANsXPTXOcfjx08CRR1Dfrcc51syPtXHF5bgLlMHYFrvQtg==
  1325. + version "5.42.0"
  1326. + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.42.0.tgz#be0ffbe279e1320e3d15e2ef0ad19262f59e9240"
  1327. + integrity sha512-Ixh9qrOTDRctFg3yIwrLkgf33AHyEIn6lhyf5cCfwwiGtkWhNpVKlEZApi3inGQR/barWnY7qY8FbGKBO7p3JA==
  1328. dependencies:
  1329. - "@typescript-eslint/scope-manager" "5.40.1"
  1330. - "@typescript-eslint/types" "5.40.1"
  1331. - "@typescript-eslint/typescript-estree" "5.40.1"
  1332. + "@typescript-eslint/scope-manager" "5.42.0"
  1333. + "@typescript-eslint/types" "5.42.0"
  1334. + "@typescript-eslint/typescript-estree" "5.42.0"
  1335. debug "^4.3.4"
  1336.  
  1337. -"@typescript-eslint/scope-manager@5.40.1":
  1338. - version "5.40.1"
  1339. - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.40.1.tgz#a7a5197dfd234622a2421ea590ee0ccc02e18dfe"
  1340. - integrity sha512-jkn4xsJiUQucI16OLCXrLRXDZ3afKhOIqXs4R3O+M00hdQLKR58WuyXPZZjhKLFCEP2g+TXdBRtLQ33UfAdRUg==
  1341. +"@typescript-eslint/scope-manager@5.42.0":
  1342. + version "5.42.0"
  1343. + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.42.0.tgz#e1f2bb26d3b2a508421ee2e3ceea5396b192f5ef"
  1344. + integrity sha512-l5/3IBHLH0Bv04y+H+zlcLiEMEMjWGaCX6WyHE5Uk2YkSGAMlgdUPsT/ywTSKgu9D1dmmKMYgYZijObfA39Wow==
  1345. dependencies:
  1346. - "@typescript-eslint/types" "5.40.1"
  1347. - "@typescript-eslint/visitor-keys" "5.40.1"
  1348. + "@typescript-eslint/types" "5.42.0"
  1349. + "@typescript-eslint/visitor-keys" "5.42.0"
  1350.  
  1351. -"@typescript-eslint/type-utils@5.40.1":
  1352. - version "5.40.1"
  1353. - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.40.1.tgz#091e4ce3bebbdb68f4980bae9dee2e4e1725f601"
  1354. - integrity sha512-DLAs+AHQOe6n5LRraXiv27IYPhleF0ldEmx6yBqBgBLaNRKTkffhV1RPsjoJBhVup2zHxfaRtan8/YRBgYhU9Q==
  1355. +"@typescript-eslint/type-utils@5.42.0":
  1356. + version "5.42.0"
  1357. + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.42.0.tgz#4206d7192d4fe903ddf99d09b41d4ac31b0b7dca"
  1358. + integrity sha512-HW14TXC45dFVZxnVW8rnUGnvYyRC0E/vxXShFCthcC9VhVTmjqOmtqj6H5rm9Zxv+ORxKA/1aLGD7vmlLsdlOg==
  1359. dependencies:
  1360. - "@typescript-eslint/typescript-estree" "5.40.1"
  1361. - "@typescript-eslint/utils" "5.40.1"
  1362. + "@typescript-eslint/typescript-estree" "5.42.0"
  1363. + "@typescript-eslint/utils" "5.42.0"
  1364. debug "^4.3.4"
  1365. tsutils "^3.21.0"
  1366.  
  1367. -"@typescript-eslint/types@5.40.1":
  1368. - version "5.40.1"
  1369. - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.40.1.tgz#de37f4f64de731ee454bb2085d71030aa832f749"
  1370. - integrity sha512-Icg9kiuVJSwdzSQvtdGspOlWNjVDnF3qVIKXdJ103o36yRprdl3Ge5cABQx+csx960nuMF21v8qvO31v9t3OHw==
  1371. +"@typescript-eslint/types@5.42.0":
  1372. + version "5.42.0"
  1373. + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.42.0.tgz#5aeff9b5eced48f27d5b8139339bf1ef805bad7a"
  1374. + integrity sha512-t4lzO9ZOAUcHY6bXQYRuu+3SSYdD9TS8ooApZft4WARt4/f2Cj/YpvbTe8A4GuhT4bNW72goDMOy7SW71mZwGw==
  1375.  
  1376. -"@typescript-eslint/typescript-estree@5.40.1":
  1377. - version "5.40.1"
  1378. - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.40.1.tgz#9a7d25492f02c69882ce5e0cd1857b0c55645d72"
  1379. - integrity sha512-5QTP/nW5+60jBcEPfXy/EZL01qrl9GZtbgDZtDPlfW5zj/zjNrdI2B5zMUHmOsfvOr2cWqwVdWjobCiHcedmQA==
  1380. +"@typescript-eslint/typescript-estree@5.42.0":
  1381. + version "5.42.0"
  1382. + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.42.0.tgz#2592d24bb5f89bf54a63384ff3494870f95b3fd8"
  1383. + integrity sha512-2O3vSq794x3kZGtV7i4SCWZWCwjEtkWfVqX4m5fbUBomOsEOyd6OAD1qU2lbvV5S8tgy/luJnOYluNyYVeOTTg==
  1384. dependencies:
  1385. - "@typescript-eslint/types" "5.40.1"
  1386. - "@typescript-eslint/visitor-keys" "5.40.1"
  1387. + "@typescript-eslint/types" "5.42.0"
  1388. + "@typescript-eslint/visitor-keys" "5.42.0"
  1389. debug "^4.3.4"
  1390. globby "^11.1.0"
  1391. is-glob "^4.0.3"
  1392. semver "^7.3.7"
  1393. tsutils "^3.21.0"
  1394.  
  1395. -"@typescript-eslint/utils@5.40.1", "@typescript-eslint/utils@^5.13.0":
  1396. - version "5.40.1"
  1397. - resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.40.1.tgz#3204fb73a559d3b7bab7dc9d3c44487c2734a9ca"
  1398. - integrity sha512-a2TAVScoX9fjryNrW6BZRnreDUszxqm9eQ9Esv8n5nXApMW0zeANUYlwh/DED04SC/ifuBvXgZpIK5xeJHQ3aw==
  1399. +"@typescript-eslint/utils@5.42.0", "@typescript-eslint/utils@^5.13.0":
  1400. + version "5.42.0"
  1401. + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.42.0.tgz#f06bd43b9a9a06ed8f29600273240e84a53f2f15"
  1402. + integrity sha512-JZ++3+h1vbeG1NUECXQZE3hg0kias9kOtcQr3+JVQ3whnjvKuMyktJAAIj6743OeNPnGBmjj7KEmiDL7qsdnCQ==
  1403. dependencies:
  1404. "@types/json-schema" "^7.0.9"
  1405. "@types/semver" "^7.3.12"
  1406. - "@typescript-eslint/scope-manager" "5.40.1"
  1407. - "@typescript-eslint/types" "5.40.1"
  1408. - "@typescript-eslint/typescript-estree" "5.40.1"
  1409. + "@typescript-eslint/scope-manager" "5.42.0"
  1410. + "@typescript-eslint/types" "5.42.0"
  1411. + "@typescript-eslint/typescript-estree" "5.42.0"
  1412. eslint-scope "^5.1.1"
  1413. eslint-utils "^3.0.0"
  1414. semver "^7.3.7"
  1415.  
  1416. -"@typescript-eslint/visitor-keys@5.40.1":
  1417. - version "5.40.1"
  1418. - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.40.1.tgz#f3d2bf5af192f4432b84cec6fdcb387193518754"
  1419. - integrity sha512-A2DGmeZ+FMja0geX5rww+DpvILpwo1OsiQs0M+joPWJYsiEFBLsH0y1oFymPNul6Z5okSmHpP4ivkc2N0Cgfkw==
  1420. +"@typescript-eslint/visitor-keys@5.42.0":
  1421. + version "5.42.0"
  1422. + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.42.0.tgz#ee8d62d486f41cfe646632fab790fbf0c1db5bb0"
  1423. + integrity sha512-QHbu5Hf/2lOEOwy+IUw0GoSCuAzByTAWWrOTKzTzsotiUnWFpuKnXcAhC9YztAf2EElQ0VvIK+pHJUPkM0q7jg==
  1424. dependencies:
  1425. - "@typescript-eslint/types" "5.40.1"
  1426. + "@typescript-eslint/types" "5.42.0"
  1427. eslint-visitor-keys "^3.3.0"
  1428.  
  1429. "@webassemblyjs/ast@1.11.1":
  1430. @@ -3059,9 +3056,9 @@ acorn@^7.0.0, acorn@^7.1.1:
  1431. integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
  1432.  
  1433. acorn@^8.2.4, acorn@^8.4.1, acorn@^8.5.0, acorn@^8.7.1, acorn@^8.8.0:
  1434. - version "8.8.0"
  1435. - resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.0.tgz#88c0187620435c7f6015803f5539dae05a9dbea8"
  1436. - integrity sha512-QOxyigPVrpZ2GXT+PFyZTl6TtOFc5egxHIP9IlQ+RbupQuX4RkT/Bee4/kQuC02Xkzg84JcT7oLYtDIQxp+v7w==
  1437. + version "8.8.1"
  1438. + resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.1.tgz#0a3f9cbecc4ec3bea6f0a80b66ae8dd2da250b73"
  1439. + integrity sha512-7zFpHzhnqYKrkYdUjF1HI1bzd0VygEGX8lFk4k5zVMqHEoES+P+7TKI+EvLO9WVMJ8eekdO0aDEK044xTXwPPA==
  1440.  
  1441. address@^1.0.1, address@^1.1.2:
  1442. version "1.2.1"
  1443. @@ -3202,9 +3199,11 @@ aria-query@^4.2.2:
  1444. "@babel/runtime-corejs3" "^7.10.2"
  1445.  
  1446. aria-query@^5.0.0:
  1447. - version "5.0.2"
  1448. - resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-5.0.2.tgz#0b8a744295271861e1d933f8feca13f9b70cfdc1"
  1449. - integrity sha512-eigU3vhqSO+Z8BKDnVLN/ompjhf3pYzecKXz8+whRy+9gZu8n1TCGfwzQUUPnqdHl9ax1Hr9031orZ+UOEYr7Q==
  1450. + version "5.1.3"
  1451. + resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-5.1.3.tgz#19db27cd101152773631396f7a95a3b58c22c35e"
  1452. + integrity sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==
  1453. + dependencies:
  1454. + deep-equal "^2.0.5"
  1455.  
  1456. array-flatten@1.1.1:
  1457. version "1.1.1"
  1458. @@ -3233,33 +3232,33 @@ array-union@^2.1.0:
  1459. integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
  1460.  
  1461. array.prototype.flat@^1.2.5:
  1462. - version "1.3.0"
  1463. - resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.0.tgz#0b0c1567bf57b38b56b4c97b8aa72ab45e4adc7b"
  1464. - integrity sha512-12IUEkHsAhA4DY5s0FPgNXIdc8VRSqD9Zp78a5au9abH/SOBrsp082JOWFNTjkMozh8mqcdiKuaLGhPeYztxSw==
  1465. + version "1.3.1"
  1466. + resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.1.tgz#ffc6576a7ca3efc2f46a143b9d1dda9b4b3cf5e2"
  1467. + integrity sha512-roTU0KWIOmJ4DRLmwKd19Otg0/mT3qPNt0Qb3GWW8iObuZXxrjB/pzn0R3hqpRSWg4HCwqx+0vwOnWnvlOyeIA==
  1468. dependencies:
  1469. call-bind "^1.0.2"
  1470. - define-properties "^1.1.3"
  1471. - es-abstract "^1.19.2"
  1472. + define-properties "^1.1.4"
  1473. + es-abstract "^1.20.4"
  1474. es-shim-unscopables "^1.0.0"
  1475.  
  1476. array.prototype.flatmap@^1.3.0:
  1477. - version "1.3.0"
  1478. - resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.0.tgz#a7e8ed4225f4788a70cd910abcf0791e76a5534f"
  1479. - integrity sha512-PZC9/8TKAIxcWKdyeb77EzULHPrIX/tIZebLJUQOMR1OwYosT8yggdfWScfTBCDj5utONvOuPQQumYsU2ULbkg==
  1480. + version "1.3.1"
  1481. + resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz#1aae7903c2100433cb8261cd4ed310aab5c4a183"
  1482. + integrity sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==
  1483. dependencies:
  1484. call-bind "^1.0.2"
  1485. - define-properties "^1.1.3"
  1486. - es-abstract "^1.19.2"
  1487. + define-properties "^1.1.4"
  1488. + es-abstract "^1.20.4"
  1489. es-shim-unscopables "^1.0.0"
  1490.  
  1491. array.prototype.reduce@^1.0.4:
  1492. - version "1.0.4"
  1493. - resolved "https://registry.yarnpkg.com/array.prototype.reduce/-/array.prototype.reduce-1.0.4.tgz#8167e80089f78bff70a99e20bd4201d4663b0a6f"
  1494. - integrity sha512-WnM+AjG/DvLRLo4DDl+r+SvCzYtD2Jd9oeBYMcEaI7t3fFrHY9M53/wdLcTvmZNQ70IU6Htj0emFkZ5TS+lrdw==
  1495. + version "1.0.5"
  1496. + resolved "https://registry.yarnpkg.com/array.prototype.reduce/-/array.prototype.reduce-1.0.5.tgz#6b20b0daa9d9734dd6bc7ea66b5bbce395471eac"
  1497. + integrity sha512-kDdugMl7id9COE8R7MHF5jWk7Dqt/fs4Pv+JXoICnYwqpjjjbUurz6w5fT5IG6brLdJhv6/VoHB0H7oyIBXd+Q==
  1498. dependencies:
  1499. call-bind "^1.0.2"
  1500. - define-properties "^1.1.3"
  1501. - es-abstract "^1.19.2"
  1502. + define-properties "^1.1.4"
  1503. + es-abstract "^1.20.4"
  1504. es-array-method-boxes-properly "^1.0.0"
  1505. is-string "^1.0.7"
  1506.  
  1507. @@ -3309,12 +3308,12 @@ at-least-node@^1.0.0:
  1508. integrity sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==
  1509.  
  1510. autoprefixer@^10.4.11:
  1511. - version "10.4.12"
  1512. - resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.12.tgz#183f30bf0b0722af54ee5ef257f7d4320bb33129"
  1513. - integrity sha512-WrCGV9/b97Pa+jtwf5UGaRjgQIg7OK3D06GnoYoZNcG1Xb8Gt3EfuKjlhh9i/VtT16g6PYjZ69jdJ2g8FxSC4Q==
  1514. + version "10.4.13"
  1515. + resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.13.tgz#b5136b59930209a321e9fa3dca2e7c4d223e83a8"
  1516. + integrity sha512-49vKpMqcZYsJjwotvt4+h/BCjJVnhGwcLpDt5xkcaOG3eLrG/HUYLagrihYsQ+qrIBgIzX1Rw7a6L8I/ZA1Atg==
  1517. dependencies:
  1518. browserslist "^4.21.4"
  1519. - caniuse-lite "^1.0.30001407"
  1520. + caniuse-lite "^1.0.30001426"
  1521. fraction.js "^4.2.0"
  1522. normalize-range "^0.1.2"
  1523. picocolors "^1.0.0"
  1524. @@ -3326,9 +3325,9 @@ available-typed-arrays@^1.0.5:
  1525. integrity sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==
  1526.  
  1527. axe-core@^4.4.3:
  1528. - version "4.4.3"
  1529. - resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.4.3.tgz#11c74d23d5013c0fa5d183796729bc3482bd2f6f"
  1530. - integrity sha512-32+ub6kkdhhWick/UjvEwRchgoetXqTK14INLqbGm5U2TzBkBNF3nQtLYm8ovxSkQWArjEQvftCKryjZaATu3w==
  1531. + version "4.5.1"
  1532. + resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.5.1.tgz#04d561c11b6d76d096d34e9d14ba2c294fb20cdc"
  1533. + integrity sha512-1exVbW0X1O/HSr/WMwnaweyqcWOgZgLiVxdLG34pvSQk4NlYQr9OUy0JLwuhFfuVNQzzqgH57eYzkFBCb3bIsQ==
  1534.  
  1535. axobject-query@^2.2.0:
  1536. version "2.2.0"
  1537. @@ -3350,22 +3349,15 @@ babel-jest@^27.4.2, babel-jest@^27.5.1:
  1538. slash "^3.0.0"
  1539.  
  1540. babel-loader@^8.2.3:
  1541. - version "8.2.5"
  1542. - resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.2.5.tgz#d45f585e654d5a5d90f5350a779d7647c5ed512e"
  1543. - integrity sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==
  1544. + version "8.3.0"
  1545. + resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.3.0.tgz#124936e841ba4fe8176786d6ff28add1f134d6a8"
  1546. + integrity sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==
  1547. dependencies:
  1548. find-cache-dir "^3.3.1"
  1549. loader-utils "^2.0.0"
  1550. make-dir "^3.1.0"
  1551. schema-utils "^2.6.5"
  1552.  
  1553. -babel-plugin-dynamic-import-node@^2.3.3:
  1554. - version "2.3.3"
  1555. - resolved "https://registry.yarnpkg.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz#84fda19c976ec5c6defef57f9427b3def66e17a3"
  1556. - integrity sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==
  1557. - dependencies:
  1558. - object.assign "^4.1.0"
  1559. -
  1560. babel-plugin-istanbul@^6.1.1:
  1561. version "6.1.1"
  1562. resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz#fa88ec59232fd9b4e36dbbc540a8ec9a9b47da73"
  1563. @@ -3659,7 +3651,7 @@ browserify-zlib@^0.2.0:
  1564. dependencies:
  1565. pako "~1.0.5"
  1566.  
  1567. -browserslist@^4.0.0, browserslist@^4.14.5, browserslist@^4.16.6, browserslist@^4.18.1, browserslist@^4.20.3, browserslist@^4.21.3, browserslist@^4.21.4:
  1568. +browserslist@^4.0.0, browserslist@^4.14.5, browserslist@^4.16.6, browserslist@^4.18.1, browserslist@^4.21.3, browserslist@^4.21.4:
  1569. version "4.21.4"
  1570. resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.21.4.tgz#e7496bbc67b9e39dd0f98565feccdcb0d4ff6987"
  1571. integrity sha512-CBHJJdDmgjl3daYjN5Cp5kbTf1mUhZoS+beLklHIvkOWscs83YAhLlF3Wsh/lciQYAcbBJgTOD44VtG31ZM4Hw==
  1572. @@ -3770,10 +3762,10 @@ caniuse-api@^3.0.0:
  1573. lodash.memoize "^4.1.2"
  1574. lodash.uniq "^4.5.0"
  1575.  
  1576. -caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001400, caniuse-lite@^1.0.30001407:
  1577. - version "1.0.30001422"
  1578. - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001422.tgz#f2d7c6202c49a8359e6e35add894d88ef93edba1"
  1579. - integrity sha512-hSesn02u1QacQHhaxl/kNMZwqVG35Sz/8DgvmgedxSH8z9UUpcDYSPYgsj3x5dQNRcNp6BwpSfQfVzYUTm+fog==
  1580. +caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001400, caniuse-lite@^1.0.30001426:
  1581. + version "1.0.30001430"
  1582. + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001430.tgz#638a8ae00b5a8a97e66ff43733b2701f81b101fa"
  1583. + integrity sha512-IB1BXTZKPDVPM7cnV4iaKaHxckvdr/3xtctB3f7Hmenx3qYBhGtTZ//7EllK66aKXW98Lx0+7Yr0kxBtIt3tzg==
  1584.  
  1585. canvas-sequencer@^3.1.0:
  1586. version "3.1.0"
  1587. @@ -4090,21 +4082,21 @@ copy-to-clipboard@^3.3.1:
  1588. toggle-selection "^1.0.6"
  1589.  
  1590. core-js-compat@^3.25.1:
  1591. - version "3.25.5"
  1592. - resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.25.5.tgz#0016e8158c904f7b059486639e6e82116eafa7d9"
  1593. - integrity sha512-ovcyhs2DEBUIE0MGEKHP4olCUW/XYte3Vroyxuh38rD1wAO4dHohsovUC4eAOuzFxE6b+RXvBU3UZ9o0YhUTkA==
  1594. + version "3.26.0"
  1595. + resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.26.0.tgz#94e2cf8ba3e63800c4956ea298a6473bc9d62b44"
  1596. + integrity sha512-piOX9Go+Z4f9ZiBFLnZ5VrOpBl0h7IGCkiFUN11QTe6LjAvOT3ifL/5TdoizMh99hcGy5SoLyWbapIY/PIb/3A==
  1597. dependencies:
  1598. browserslist "^4.21.4"
  1599.  
  1600. core-js-pure@^3.23.3, core-js-pure@^3.25.1:
  1601. - version "3.25.5"
  1602. - resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.25.5.tgz#79716ba54240c6aa9ceba6eee08cf79471ba184d"
  1603. - integrity sha512-oml3M22pHM+igfWHDfdLVq2ShWmjM2V4L+dQEBs0DWVIqEm9WHCwGAlZ6BmyBQGy5sFrJmcx+856D9lVKyGWYg==
  1604. + version "3.26.0"
  1605. + resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.26.0.tgz#7ad8a5dd7d910756f3124374b50026e23265ca9a"
  1606. + integrity sha512-LiN6fylpVBVwT8twhhluD9TzXmZQQsr2I2eIKtWNbZI1XMfBT7CV18itaN6RA7EtQd/SDdRx/wzvAShX2HvhQA==
  1607.  
  1608. core-js@^3.19.2:
  1609. - version "3.25.5"
  1610. - resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.25.5.tgz#e86f651a2ca8a0237a5f064c2fe56cef89646e27"
  1611. - integrity sha512-nbm6eZSjm+ZuBQxCUPQKQCoUEfFOXjUZ8dTTyikyKaWrTYmAVbykQfwsKE5dBK88u3QCkCrzsx/PPlKfhsvgpw==
  1612. + version "3.26.0"
  1613. + resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.26.0.tgz#a516db0ed0811be10eac5d94f3b8463d03faccfe"
  1614. + integrity sha512-+DkDrhoR4Y0PxDz6rurahuB+I45OsEUv8E1maPTB6OuHRohMMcznBq9TMpdpDMm/hUPob/mJJS3PqgbHpMTQgw==
  1615.  
  1616. core-util-is@~1.0.0:
  1617. version "1.0.3"
  1618. @@ -4227,7 +4219,7 @@ css-blank-pseudo@^3.0.3:
  1619. dependencies:
  1620. postcss-selector-parser "^6.0.9"
  1621.  
  1622. -css-declaration-sorter@^6.3.0:
  1623. +css-declaration-sorter@^6.3.1:
  1624. version "6.3.1"
  1625. resolved "https://registry.yarnpkg.com/css-declaration-sorter/-/css-declaration-sorter-6.3.1.tgz#be5e1d71b7a992433fb1c542c7a1b835e45682ec"
  1626. integrity sha512-fBffmak0bPAnyqc/HO8C3n2sHrp9wcqQz6ES9koRF2/mLOVAx9zIQ3Y7R29sYCteTPqMCwns4WYQoCX91Xl3+w==
  1627. @@ -4328,34 +4320,34 @@ css.escape@^1.5.1:
  1628. integrity sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg==
  1629.  
  1630. cssdb@^7.0.1:
  1631. - version "7.0.2"
  1632. - resolved "https://registry.yarnpkg.com/cssdb/-/cssdb-7.0.2.tgz#e1cadfe2be318797bd02ca929d2b3c7bac332abc"
  1633. - integrity sha512-Vm4b6P/PifADu0a76H0DKRNVWq3Rq9xa/Nx6oEMUBJlwTUuZoZ3dkZxo8Gob3UEL53Cq+Ma1GBgISed6XEBs3w==
  1634. + version "7.1.0"
  1635. + resolved "https://registry.yarnpkg.com/cssdb/-/cssdb-7.1.0.tgz#574f97235a83eb753a29f0b1f2cbacac0d628bb8"
  1636. + integrity sha512-Sd99PrFgx28ez4GHu8yoQIufc/70h9oYowDf4EjeIKi8mac9whxRjhM3IaMr6EllP6KKKWtJrMfN6C7T9tIWvQ==
  1637.  
  1638. cssesc@^3.0.0:
  1639. version "3.0.0"
  1640. resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-3.0.0.tgz#37741919903b868565e1c09ea747445cd18983ee"
  1641. integrity sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==
  1642.  
  1643. -cssnano-preset-default@^5.2.12:
  1644. - version "5.2.12"
  1645. - resolved "https://registry.yarnpkg.com/cssnano-preset-default/-/cssnano-preset-default-5.2.12.tgz#ebe6596ec7030e62c3eb2b3c09f533c0644a9a97"
  1646. - integrity sha512-OyCBTZi+PXgylz9HAA5kHyoYhfGcYdwFmyaJzWnzxuGRtnMw/kR6ilW9XzlzlRAtB6PLT/r+prYgkef7hngFew==
  1647. +cssnano-preset-default@^5.2.13:
  1648. + version "5.2.13"
  1649. + resolved "https://registry.yarnpkg.com/cssnano-preset-default/-/cssnano-preset-default-5.2.13.tgz#e7353b0c57975d1bdd97ac96e68e5c1b8c68e990"
  1650. + integrity sha512-PX7sQ4Pb+UtOWuz8A1d+Rbi+WimBIxJTRyBdgGp1J75VU0r/HFQeLnMYgHiCAp6AR4rqrc7Y4R+1Rjk3KJz6DQ==
  1651. dependencies:
  1652. - css-declaration-sorter "^6.3.0"
  1653. + css-declaration-sorter "^6.3.1"
  1654. cssnano-utils "^3.1.0"
  1655. postcss-calc "^8.2.3"
  1656. postcss-colormin "^5.3.0"
  1657. - postcss-convert-values "^5.1.2"
  1658. + postcss-convert-values "^5.1.3"
  1659. postcss-discard-comments "^5.1.2"
  1660. postcss-discard-duplicates "^5.1.0"
  1661. postcss-discard-empty "^5.1.1"
  1662. postcss-discard-overridden "^5.1.0"
  1663. - postcss-merge-longhand "^5.1.6"
  1664. - postcss-merge-rules "^5.1.2"
  1665. + postcss-merge-longhand "^5.1.7"
  1666. + postcss-merge-rules "^5.1.3"
  1667. postcss-minify-font-values "^5.1.0"
  1668. postcss-minify-gradients "^5.1.1"
  1669. - postcss-minify-params "^5.1.3"
  1670. + postcss-minify-params "^5.1.4"
  1671. postcss-minify-selectors "^5.2.1"
  1672. postcss-normalize-charset "^5.1.0"
  1673. postcss-normalize-display-values "^5.1.0"
  1674. @@ -4363,11 +4355,11 @@ cssnano-preset-default@^5.2.12:
  1675. postcss-normalize-repeat-style "^5.1.1"
  1676. postcss-normalize-string "^5.1.0"
  1677. postcss-normalize-timing-functions "^5.1.0"
  1678. - postcss-normalize-unicode "^5.1.0"
  1679. + postcss-normalize-unicode "^5.1.1"
  1680. postcss-normalize-url "^5.1.0"
  1681. postcss-normalize-whitespace "^5.1.1"
  1682. postcss-ordered-values "^5.1.3"
  1683. - postcss-reduce-initial "^5.1.0"
  1684. + postcss-reduce-initial "^5.1.1"
  1685. postcss-reduce-transforms "^5.1.0"
  1686. postcss-svgo "^5.1.0"
  1687. postcss-unique-selectors "^5.1.1"
  1688. @@ -4378,11 +4370,11 @@ cssnano-utils@^3.1.0:
  1689. integrity sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==
  1690.  
  1691. cssnano@^5.0.6:
  1692. - version "5.1.13"
  1693. - resolved "https://registry.yarnpkg.com/cssnano/-/cssnano-5.1.13.tgz#83d0926e72955332dc4802a7070296e6258efc0a"
  1694. - integrity sha512-S2SL2ekdEz6w6a2epXn4CmMKU4K3KpcyXLKfAYc9UQQqJRkD/2eLUG0vJ3Db/9OvO5GuAdgXw3pFbR6abqghDQ==
  1695. + version "5.1.14"
  1696. + resolved "https://registry.yarnpkg.com/cssnano/-/cssnano-5.1.14.tgz#07b0af6da73641276fe5a6d45757702ebae2eb05"
  1697. + integrity sha512-Oou7ihiTocbKqi0J1bB+TRJIQX5RMR3JghA8hcWSw9mjBLQ5Y3RWqEDoYG3sRNlAbCIXpqMoZGbq5KDR3vdzgw==
  1698. dependencies:
  1699. - cssnano-preset-default "^5.2.12"
  1700. + cssnano-preset-default "^5.2.13"
  1701. lilconfig "^2.0.3"
  1702. yaml "^1.10.2"
  1703.  
  1704. @@ -4519,6 +4511,27 @@ dedent@^0.7.0:
  1705. resolved "https://registry.yarnpkg.com/dedent/-/dedent-0.7.0.tgz#2495ddbaf6eb874abb0e1be9df22d2e5a544326c"
  1706. integrity sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA==
  1707.  
  1708. +deep-equal@^2.0.5:
  1709. + version "2.1.0"
  1710. + resolved "https://registry.yarnpkg.com/deep-equal/-/deep-equal-2.1.0.tgz#5ba60402cf44ab92c2c07f3f3312c3d857a0e1dd"
  1711. + integrity sha512-2pxgvWu3Alv1PoWEyVg7HS8YhGlUFUV7N5oOvfL6d+7xAmLSemMwv/c8Zv/i9KFzxV5Kt5CAvQc70fLwVuf4UA==
  1712. + dependencies:
  1713. + call-bind "^1.0.2"
  1714. + es-get-iterator "^1.1.2"
  1715. + get-intrinsic "^1.1.3"
  1716. + is-arguments "^1.1.1"
  1717. + is-date-object "^1.0.5"
  1718. + is-regex "^1.1.4"
  1719. + isarray "^2.0.5"
  1720. + object-is "^1.1.5"
  1721. + object-keys "^1.1.1"
  1722. + object.assign "^4.1.4"
  1723. + regexp.prototype.flags "^1.4.3"
  1724. + side-channel "^1.0.4"
  1725. + which-boxed-primitive "^1.0.2"
  1726. + which-collection "^1.0.1"
  1727. + which-typed-array "^1.1.8"
  1728. +
  1729. deep-is@^0.1.3, deep-is@~0.1.3:
  1730. version "0.1.4"
  1731. resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.4.tgz#a6f2dce612fadd2ef1f519b73551f17e85199831"
  1732. @@ -4874,7 +4887,7 @@ error-stack-parser@^2.0.6:
  1733. dependencies:
  1734. stackframe "^1.3.4"
  1735.  
  1736. -es-abstract@^1.17.2, es-abstract@^1.19.0, es-abstract@^1.19.1, es-abstract@^1.19.2, es-abstract@^1.19.5, es-abstract@^1.20.0, es-abstract@^1.20.1:
  1737. +es-abstract@^1.17.2, es-abstract@^1.19.0, es-abstract@^1.19.1, es-abstract@^1.19.5, es-abstract@^1.20.1, es-abstract@^1.20.4:
  1738. version "1.20.4"
  1739. resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.20.4.tgz#1d103f9f8d78d4cf0713edcd6d0ed1a46eed5861"
  1740. integrity sha512-0UtvRN79eMe2L+UNEF1BwRe364sj/DXhQ/k5FmivgoSdpM90b8Jc0mDzKMGo7QS0BVbOP/bTwBKNnDc9rNzaPA==
  1741. @@ -4909,6 +4922,20 @@ es-array-method-boxes-properly@^1.0.0:
  1742. resolved "https://registry.yarnpkg.com/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz#873f3e84418de4ee19c5be752990b2e44718d09e"
  1743. integrity sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA==
  1744.  
  1745. +es-get-iterator@^1.1.2:
  1746. + version "1.1.2"
  1747. + resolved "https://registry.yarnpkg.com/es-get-iterator/-/es-get-iterator-1.1.2.tgz#9234c54aba713486d7ebde0220864af5e2b283f7"
  1748. + integrity sha512-+DTO8GYwbMCwbywjimwZMHp8AuYXOS2JZFWoi2AlPOS3ebnII9w/NLpNZtA7A0YLaVDw+O7KFCeoIV7OPvM7hQ==
  1749. + dependencies:
  1750. + call-bind "^1.0.2"
  1751. + get-intrinsic "^1.1.0"
  1752. + has-symbols "^1.0.1"
  1753. + is-arguments "^1.1.0"
  1754. + is-map "^2.0.2"
  1755. + is-set "^2.0.2"
  1756. + is-string "^1.0.5"
  1757. + isarray "^2.0.5"
  1758. +
  1759. es-module-lexer@^0.9.0:
  1760. version "0.9.3"
  1761. resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-0.9.3.tgz#6f13db00cc38417137daf74366f535c8eb438f19"
  1762. @@ -5096,9 +5123,9 @@ eslint-plugin-react@^7.27.1:
  1763. string.prototype.matchall "^4.0.7"
  1764.  
  1765. eslint-plugin-testing-library@^5.0.1:
  1766. - version "5.8.0"
  1767. - resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.8.0.tgz#0faed7695ba76c0021fde3aeda9b90748995d2f2"
  1768. - integrity sha512-QzOKgu4x8WmNq4LdbHb8lz5nBR+KX5kSg5VvIdr/5f1BvHx2IoO1B/tgDa5pD/ng2LsiQ0/HIH6gsUuxpbcrkQ==
  1769. + version "5.9.1"
  1770. + resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.9.1.tgz#12e4bd34c48683ee98af4df2e3318ec9f51dcf8a"
  1771. + integrity sha512-6BQp3tmb79jLLasPHJmy8DnxREe+2Pgf7L+7o09TSWPfdqqtQfRZmZNetr5mOs3yqZk/MRNxpN3RUpJe0wB4LQ==
  1772. dependencies:
  1773. "@typescript-eslint/utils" "^5.13.0"
  1774.  
  1775. @@ -5147,13 +5174,14 @@ eslint-webpack-plugin@^3.1.1:
  1776. schema-utils "^4.0.0"
  1777.  
  1778. eslint@^8.3.0:
  1779. - version "8.25.0"
  1780. - resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.25.0.tgz#00eb962f50962165d0c4ee3327708315eaa8058b"
  1781. - integrity sha512-DVlJOZ4Pn50zcKW5bYH7GQK/9MsoQG2d5eDH0ebEkE8PbgzTTmtt/VTH9GGJ4BfeZCpBLqFfvsjX35UacUL83A==
  1782. + version "8.26.0"
  1783. + resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.26.0.tgz#2bcc8836e6c424c4ac26a5674a70d44d84f2181d"
  1784. + integrity sha512-kzJkpaw1Bfwheq4VXUezFriD1GxszX6dUekM7Z3aC2o4hju+tsR/XyTC3RcoSD7jmy9VkPU3+N6YjVU2e96Oyg==
  1785. dependencies:
  1786. "@eslint/eslintrc" "^1.3.3"
  1787. - "@humanwhocodes/config-array" "^0.10.5"
  1788. + "@humanwhocodes/config-array" "^0.11.6"
  1789. "@humanwhocodes/module-importer" "^1.0.1"
  1790. + "@nodelib/fs.walk" "^1.2.8"
  1791. ajv "^6.10.0"
  1792. chalk "^4.0.0"
  1793. cross-spawn "^7.0.2"
  1794. @@ -5169,14 +5197,14 @@ eslint@^8.3.0:
  1795. fast-deep-equal "^3.1.3"
  1796. file-entry-cache "^6.0.1"
  1797. find-up "^5.0.0"
  1798. - glob-parent "^6.0.1"
  1799. + glob-parent "^6.0.2"
  1800. globals "^13.15.0"
  1801. - globby "^11.1.0"
  1802. grapheme-splitter "^1.0.4"
  1803. ignore "^5.2.0"
  1804. import-fresh "^3.0.0"
  1805. imurmurhash "^0.1.4"
  1806. is-glob "^4.0.0"
  1807. + is-path-inside "^3.0.3"
  1808. js-sdsl "^4.1.4"
  1809. js-yaml "^4.1.0"
  1810. json-stable-stringify-without-jsonify "^1.0.1"
  1811. @@ -5292,13 +5320,13 @@ expect@^27.5.1:
  1812. jest-message-util "^27.5.1"
  1813.  
  1814. expect@^29.0.0:
  1815. - version "29.2.1"
  1816. - resolved "https://registry.yarnpkg.com/expect/-/expect-29.2.1.tgz#25752d0df92d3daa5188dc8804de1f30759658cf"
  1817. - integrity sha512-BJtA754Fba0YWRWHgjKUMTA3ltWarKgITXHQnbZ2mTxTXC4yMQlR0FI7HkB3fJYkhWBf4qjNiqvg3LDtXCcVRQ==
  1818. + version "29.2.2"
  1819. + resolved "https://registry.yarnpkg.com/expect/-/expect-29.2.2.tgz#ba2dd0d7e818727710324a6e7f13dd0e6d086106"
  1820. + integrity sha512-hE09QerxZ5wXiOhqkXy5d2G9ar+EqOyifnCXCpMNu+vZ6DG9TJ6CO2c2kPDSLqERTTWrO7OZj8EkYHQqSd78Yw==
  1821. dependencies:
  1822. - "@jest/expect-utils" "^29.2.1"
  1823. + "@jest/expect-utils" "^29.2.2"
  1824. jest-get-type "^29.2.0"
  1825. - jest-matcher-utils "^29.2.1"
  1826. + jest-matcher-utils "^29.2.2"
  1827. jest-message-util "^29.2.1"
  1828. jest-util "^29.2.1"
  1829.  
  1830. @@ -5665,7 +5693,7 @@ glob-parent@^5.1.2, glob-parent@~5.1.2:
  1831. dependencies:
  1832. is-glob "^4.0.1"
  1833.  
  1834. -glob-parent@^6.0.1, glob-parent@^6.0.2:
  1835. +glob-parent@^6.0.2:
  1836. version "6.0.2"
  1837. resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.2.tgz#6d237d99083950c79290f24c7642a3de9a28f9e3"
  1838. integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==
  1839. @@ -5729,6 +5757,13 @@ globby@^11.0.4, globby@^11.1.0:
  1840. merge2 "^1.4.1"
  1841. slash "^3.0.0"
  1842.  
  1843. +gopd@^1.0.1:
  1844. + version "1.0.1"
  1845. + resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.0.1.tgz#29ff76de69dac7489b7c0918a5788e56477c332c"
  1846. + integrity sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==
  1847. + dependencies:
  1848. + get-intrinsic "^1.1.3"
  1849. +
  1850. graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4, graceful-fs@^4.2.6, graceful-fs@^4.2.9:
  1851. version "4.2.10"
  1852. resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.10.tgz#147d3a006da4ca3ce14728c7aefc287c367d7a6c"
  1853. @@ -6010,9 +6045,9 @@ icss-utils@^5.0.0, icss-utils@^5.1.0:
  1854. integrity sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==
  1855.  
  1856. idb@^7.0.1:
  1857. - version "7.1.0"
  1858. - resolved "https://registry.yarnpkg.com/idb/-/idb-7.1.0.tgz#2cc886be57738419e57f9aab58f647e5e2160270"
  1859. - integrity sha512-Wsk07aAxDsntgYJY4h0knZJuTxM73eQ4reRAO+Z1liOh8eMCJ/MoDS8fCui1vGT9mnjtl1sOu3I2i/W1swPYZg==
  1860. + version "7.1.1"
  1861. + resolved "https://registry.yarnpkg.com/idb/-/idb-7.1.1.tgz#d910ded866d32c7ced9befc5bfdf36f572ced72b"
  1862. + integrity sha512-gchesWBzyvGHRO9W8tzUWFDycow5gwjvFKfyV9FF32Y7F50yZMp7mP+T2mJIWFx49zicqyC4uefHM17o6xKIVQ==
  1863.  
  1864. identity-obj-proxy@^3.0.0:
  1865. version "3.0.0"
  1866. @@ -6032,9 +6067,9 @@ ignore@^5.2.0:
  1867. integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
  1868.  
  1869. immer@^9.0.7:
  1870. - version "9.0.15"
  1871. - resolved "https://registry.yarnpkg.com/immer/-/immer-9.0.15.tgz#0b9169e5b1d22137aba7d43f8a81a495dd1b62dc"
  1872. - integrity sha512-2eB/sswms9AEUSkOm4SbV5Y7Vmt/bKRwByd52jfLkW4OLYeaTP3EEiJ9agqU0O/tq6Dk62Zfj+TJSqfm1rLVGQ==
  1873. + version "9.0.16"
  1874. + resolved "https://registry.yarnpkg.com/immer/-/immer-9.0.16.tgz#8e7caab80118c2b54b37ad43e05758cdefad0198"
  1875. + integrity sha512-qenGE7CstVm1NrHQbMh8YaSzTZTFNP3zPqr3YU0S0UY441j4bJTg4A2Hh5KAhwgaiU6ZZ1Ar6y/2f4TblnMReQ==
  1876.  
  1877. import-fresh@^3.0.0, import-fresh@^3.1.0, import-fresh@^3.2.1:
  1878. version "3.3.0"
  1879. @@ -6109,7 +6144,7 @@ ipaddr.js@^2.0.1:
  1880. resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-2.0.1.tgz#eca256a7a877e917aeb368b0a7497ddf42ef81c0"
  1881. integrity sha512-1qTgH9NG+IIJ4yfKs2e6Pp1bZg8wbDbKHT21HrLIeYBTRLgMYKnMTPAuI3Lcs61nfx5h1xlXnbJtH1kX5/d/ng==
  1882.  
  1883. -is-arguments@^1.0.4:
  1884. +is-arguments@^1.0.4, is-arguments@^1.1.0, is-arguments@^1.1.1:
  1885. version "1.1.1"
  1886. resolved "https://registry.yarnpkg.com/is-arguments/-/is-arguments-1.1.1.tgz#15b3f88fda01f2a97fec84ca761a560f123efa9b"
  1887. integrity sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==
  1888. @@ -6166,7 +6201,7 @@ is-core-module@^2.8.1, is-core-module@^2.9.0:
  1889. dependencies:
  1890. has "^1.0.3"
  1891.  
  1892. -is-date-object@^1.0.1:
  1893. +is-date-object@^1.0.1, is-date-object@^1.0.5:
  1894. version "1.0.5"
  1895. resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.5.tgz#0841d5536e724c25597bf6ea62e1bd38298df31f"
  1896. integrity sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==
  1897. @@ -6207,6 +6242,11 @@ is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1:
  1898. dependencies:
  1899. is-extglob "^2.1.1"
  1900.  
  1901. +is-map@^2.0.1, is-map@^2.0.2:
  1902. + version "2.0.2"
  1903. + resolved "https://registry.yarnpkg.com/is-map/-/is-map-2.0.2.tgz#00922db8c9bf73e81b7a335827bc2a43f2b91127"
  1904. + integrity sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==
  1905. +
  1906. is-module@^1.0.0:
  1907. version "1.0.0"
  1908. resolved "https://registry.yarnpkg.com/is-module/-/is-module-1.0.0.tgz#3258fb69f78c14d5b815d664336b4cffb6441591"
  1909. @@ -6247,6 +6287,11 @@ is-object@^1.0.1:
  1910. resolved "https://registry.yarnpkg.com/is-object/-/is-object-1.0.2.tgz#a56552e1c665c9e950b4a025461da87e72f86fcf"
  1911. integrity sha512-2rRIahhZr2UWb45fIOuvZGpFtz0TyOZLf32KxBbSoUCeZR495zCKlWUKKUByk3geS2eAs7ZAABt0Y/Rx0GiQGA==
  1912.  
  1913. +is-path-inside@^3.0.3:
  1914. + version "3.0.3"
  1915. + resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.3.tgz#d231362e53a07ff2b0e0ea7fed049161ffd16283"
  1916. + integrity sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==
  1917. +
  1918. is-plain-obj@^3.0.0:
  1919. version "3.0.0"
  1920. resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-3.0.0.tgz#af6f2ea14ac5a646183a5bbdb5baabbc156ad9d7"
  1921. @@ -6287,6 +6332,11 @@ is-root@^2.1.0:
  1922. resolved "https://registry.yarnpkg.com/is-root/-/is-root-2.1.0.tgz#809e18129cf1129644302a4f8544035d51984a9c"
  1923. integrity sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg==
  1924.  
  1925. +is-set@^2.0.1, is-set@^2.0.2:
  1926. + version "2.0.2"
  1927. + resolved "https://registry.yarnpkg.com/is-set/-/is-set-2.0.2.tgz#90755fa4c2562dc1c5d4024760d6119b94ca18ec"
  1928. + integrity sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==
  1929. +
  1930. is-shared-array-buffer@^1.0.2:
  1931. version "1.0.2"
  1932. resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz#8f259c573b60b6a32d4058a1a07430c0a7344c79"
  1933. @@ -6313,15 +6363,15 @@ is-symbol@^1.0.2, is-symbol@^1.0.3:
  1934. dependencies:
  1935. has-symbols "^1.0.2"
  1936.  
  1937. -is-typed-array@^1.1.3, is-typed-array@^1.1.9:
  1938. - version "1.1.9"
  1939. - resolved "https://registry.yarnpkg.com/is-typed-array/-/is-typed-array-1.1.9.tgz#246d77d2871e7d9f5aeb1d54b9f52c71329ece67"
  1940. - integrity sha512-kfrlnTTn8pZkfpJMUgYD7YZ3qzeJgWUn8XfVYBARc4wnmNOmLbmuuaAs3q5fvB0UJOn6yHAKaGTPM7d6ezoD/A==
  1941. +is-typed-array@^1.1.10, is-typed-array@^1.1.3:
  1942. + version "1.1.10"
  1943. + resolved "https://registry.yarnpkg.com/is-typed-array/-/is-typed-array-1.1.10.tgz#36a5b5cb4189b575d1a3e4b08536bfb485801e3f"
  1944. + integrity sha512-PJqgEHiWZvMpaFZ3uTc8kHPM4+4ADTlDniuQL7cU/UDA0Ql7F70yGfHph3cLNe+c9toaigv+DFzTJKhc2CtO6A==
  1945. dependencies:
  1946. available-typed-arrays "^1.0.5"
  1947. call-bind "^1.0.2"
  1948. - es-abstract "^1.20.0"
  1949. for-each "^0.3.3"
  1950. + gopd "^1.0.1"
  1951. has-tostringtag "^1.0.0"
  1952.  
  1953. is-typedarray@^1.0.0:
  1954. @@ -6329,6 +6379,11 @@ is-typedarray@^1.0.0:
  1955. resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
  1956. integrity sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==
  1957.  
  1958. +is-weakmap@^2.0.1:
  1959. + version "2.0.1"
  1960. + resolved "https://registry.yarnpkg.com/is-weakmap/-/is-weakmap-2.0.1.tgz#5008b59bdc43b698201d18f62b37b2ca243e8cf2"
  1961. + integrity sha512-NSBR4kH5oVj1Uwvv970ruUkCV7O1mzgVFO4/rev2cLRda9Tm9HrL70ZPut4rOHgY0FNrUu9BCbXA2sdQ+x0chA==
  1962. +
  1963. is-weakref@^1.0.2:
  1964. version "1.0.2"
  1965. resolved "https://registry.yarnpkg.com/is-weakref/-/is-weakref-1.0.2.tgz#9529f383a9338205e89765e0392efc2f100f06f2"
  1966. @@ -6336,6 +6391,14 @@ is-weakref@^1.0.2:
  1967. dependencies:
  1968. call-bind "^1.0.2"
  1969.  
  1970. +is-weakset@^2.0.1:
  1971. + version "2.0.2"
  1972. + resolved "https://registry.yarnpkg.com/is-weakset/-/is-weakset-2.0.2.tgz#4569d67a747a1ce5a994dfd4ef6dcea76e7c0a1d"
  1973. + integrity sha512-t2yVvttHkQktwnNNmBQ98AhENLdPUTDTE21uPqAQ0ARwQfGeQKRVS0NNurH7bTf7RrvcVn1OOge45CnBeHCSmg==
  1974. + dependencies:
  1975. + call-bind "^1.0.2"
  1976. + get-intrinsic "^1.1.1"
  1977. +
  1978. is-wsl@^2.2.0:
  1979. version "2.2.0"
  1980. resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-2.2.0.tgz#74a4c76e77ca9fd3f932f290c17ea326cd157271"
  1981. @@ -6343,6 +6406,11 @@ is-wsl@^2.2.0:
  1982. dependencies:
  1983. is-docker "^2.0.0"
  1984.  
  1985. +isarray@^2.0.5:
  1986. + version "2.0.5"
  1987. + resolved "https://registry.yarnpkg.com/isarray/-/isarray-2.0.5.tgz#8af1e4c1221244cc62459faf38940d4e644a5723"
  1988. + integrity sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==
  1989. +
  1990. isarray@~1.0.0:
  1991. version "1.0.0"
  1992. resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"
  1993. @@ -6626,10 +6694,10 @@ jest-matcher-utils@^27.0.0, jest-matcher-utils@^27.5.1:
  1994. jest-get-type "^27.5.1"
  1995. pretty-format "^27.5.1"
  1996.  
  1997. -jest-matcher-utils@^29.2.1:
  1998. - version "29.2.1"
  1999. - resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-29.2.1.tgz#2bf876c5f891b33786aadf5d65d5da5970744122"
  2000. - integrity sha512-hUTBh7H/Mnb6GTpihbLh8uF5rjAMdekfW/oZNXUMAXi7bbmym2HiRpzgqf/zzkjgejMrVAkPdVSQj+32enlUww==
  2001. +jest-matcher-utils@^29.2.2:
  2002. + version "29.2.2"
  2003. + resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-29.2.2.tgz#9202f8e8d3a54733266784ce7763e9a08688269c"
  2004. + integrity sha512-4DkJ1sDPT+UX2MR7Y3od6KtvRi9Im1ZGLGgdLFLm4lPexbTaCgJW5NN3IOXlQHF7NSHY/VHhflQ+WoKtD/vyCw==
  2005. dependencies:
  2006. chalk "^4.0.0"
  2007. jest-diff "^29.2.1"
  2008. @@ -7167,9 +7235,9 @@ loader-runner@^4.2.0:
  2009. integrity sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==
  2010.  
  2011. loader-utils@^2.0.0:
  2012. - version "2.0.2"
  2013. - resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.2.tgz#d6e3b4fb81870721ae4e0868ab11dd638368c129"
  2014. - integrity sha512-TM57VeHptv569d/GKh6TAYdzKblwDNiumOdkFnejjD0XwTH87K90w3O7AiJRqdQoXygvi1VQTJTLGhJl7WqA7A==
  2015. + version "2.0.3"
  2016. + resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.3.tgz#d4b15b8504c63d1fc3f2ade52d41bc8459d6ede1"
  2017. + integrity sha512-THWqIsn8QRnvLl0shHYVBN9syumU8pYWEHPTmkiVGd+7K5eFNVSY6AJhRvgGF70gg1Dz+l/k8WicvFCxdEs60A==
  2018. dependencies:
  2019. big.js "^5.2.2"
  2020. emojis-list "^3.0.0"
  2021. @@ -7238,9 +7306,9 @@ long@^4.0.0:
  2022. integrity sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==
  2023.  
  2024. long@^5.1.0:
  2025. - version "5.2.0"
  2026. - resolved "https://registry.yarnpkg.com/long/-/long-5.2.0.tgz#2696dadf4b4da2ce3f6f6b89186085d94d52fd61"
  2027. - integrity sha512-9RTUNjK60eJbx3uz+TEGF7fUr29ZDxR5QzXcyDpeSfeH28S9ycINflOgOlppit5U+4kNTe83KQnMEerw7GmE8w==
  2028. + version "5.2.1"
  2029. + resolved "https://registry.yarnpkg.com/long/-/long-5.2.1.tgz#e27595d0083d103d2fa2c20c7699f8e0c92b897f"
  2030. + integrity sha512-GKSNGeNAtw8IryjjkhZxuKB3JzlcLTwjtiQCHKvqQet81I93kXslhDQruGI/QsddO83mcDToBVy7GqGS/zYf/A==
  2031.  
  2032. loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.4.0:
  2033. version "1.4.0"
  2034. @@ -7338,9 +7406,9 @@ media-typer@0.3.0:
  2035. integrity sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==
  2036.  
  2037. memfs@^3.1.2, memfs@^3.4.3:
  2038. - version "3.4.7"
  2039. - resolved "https://registry.yarnpkg.com/memfs/-/memfs-3.4.7.tgz#e5252ad2242a724f938cb937e3c4f7ceb1f70e5a"
  2040. - integrity sha512-ygaiUSNalBX85388uskeCyhSAoOSgzBbtVCr9jA2RROssFL9Q19/ZXFqS+2Th2sr1ewNIWgFdLzLC3Yl1Zv+lw==
  2041. + version "3.4.10"
  2042. + resolved "https://registry.yarnpkg.com/memfs/-/memfs-3.4.10.tgz#4cdff7cfd21351a85e11b08aa276ebf100210a4d"
  2043. + integrity sha512-0bCUP+L79P4am30yP1msPzApwuMQG23TjwlwdHeEV5MxioDR1a0AgB0T9FfggU52eJuDCq8WVwb5ekznFyWiTQ==
  2044. dependencies:
  2045. fs-monkey "^1.0.3"
  2046.  
  2047. @@ -7429,14 +7497,7 @@ minimalistic-crypto-utils@^1.0.1:
  2048. resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
  2049. integrity sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==
  2050.  
  2051. -minimatch@3.0.4:
  2052. - version "3.0.4"
  2053. - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
  2054. - integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
  2055. - dependencies:
  2056. - brace-expansion "^1.1.7"
  2057. -
  2058. -minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
  2059. +minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
  2060. version "3.1.2"
  2061. resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
  2062. integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
  2063. @@ -7517,6 +7578,11 @@ nanoid@^3.3.4:
  2064. resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab"
  2065. integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==
  2066.  
  2067. +natural-compare-lite@^1.4.0:
  2068. + version "1.4.0"
  2069. + resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
  2070. + integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
  2071. +
  2072. natural-compare@^1.4.0:
  2073. version "1.4.0"
  2074. resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
  2075. @@ -7653,7 +7719,7 @@ object-inspect@^1.12.2, object-inspect@^1.9.0:
  2076. resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.2.tgz#c0641f26394532f28ab8d796ab954e43c009a8ea"
  2077. integrity sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==
  2078.  
  2079. -object-is@^1.0.1:
  2080. +object-is@^1.0.1, object-is@^1.1.5:
  2081. version "1.1.5"
  2082. resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.1.5.tgz#b9deeaa5fc7f1846a0faecdceec138e5778f53ac"
  2083. integrity sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==
  2084. @@ -7666,7 +7732,7 @@ object-keys@^1.1.1:
  2085. resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
  2086. integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==
  2087.  
  2088. -object.assign@^4.1.0, object.assign@^4.1.3, object.assign@^4.1.4:
  2089. +object.assign@^4.1.3, object.assign@^4.1.4:
  2090. version "4.1.4"
  2091. resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.4.tgz#9673c7c7c351ab8c4d0b516f4343ebf4dfb7799f"
  2092. integrity sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==
  2093. @@ -8065,12 +8131,12 @@ postcss-colormin@^5.3.0:
  2094. colord "^2.9.1"
  2095. postcss-value-parser "^4.2.0"
  2096.  
  2097. -postcss-convert-values@^5.1.2:
  2098. - version "5.1.2"
  2099. - resolved "https://registry.yarnpkg.com/postcss-convert-values/-/postcss-convert-values-5.1.2.tgz#31586df4e184c2e8890e8b34a0b9355313f503ab"
  2100. - integrity sha512-c6Hzc4GAv95B7suy4udszX9Zy4ETyMCgFPUDtWjdFTKH1SE9eFY/jEpHSwTH1QPuwxHpWslhckUQWbNRM4ho5g==
  2101. +postcss-convert-values@^5.1.3:
  2102. + version "5.1.3"
  2103. + resolved "https://registry.yarnpkg.com/postcss-convert-values/-/postcss-convert-values-5.1.3.tgz#04998bb9ba6b65aa31035d669a6af342c5f9d393"
  2104. + integrity sha512-82pC1xkJZtcJEfiLw6UXnXVXScgtBrjlO5CBmuDQc+dlb88ZYheFsjTn40+zBVi3DkfF7iezO0nJUPLcJK3pvA==
  2105. dependencies:
  2106. - browserslist "^4.20.3"
  2107. + browserslist "^4.21.4"
  2108. postcss-value-parser "^4.2.0"
  2109.  
  2110. postcss-custom-media@^8.0.2:
  2111. @@ -8081,9 +8147,9 @@ postcss-custom-media@^8.0.2:
  2112. postcss-value-parser "^4.2.0"
  2113.  
  2114. postcss-custom-properties@^12.1.9:
  2115. - version "12.1.9"
  2116. - resolved "https://registry.yarnpkg.com/postcss-custom-properties/-/postcss-custom-properties-12.1.9.tgz#0883429a7ef99f1ba239d1fea29ce84906daa8bd"
  2117. - integrity sha512-/E7PRvK8DAVljBbeWrcEQJPG72jaImxF3vvCNFwv9cC8CzigVoNIpeyfnJzphnN3Fd8/auBf5wvkw6W9MfmTyg==
  2118. + version "12.1.10"
  2119. + resolved "https://registry.yarnpkg.com/postcss-custom-properties/-/postcss-custom-properties-12.1.10.tgz#624517179fd4cf50078a7a60f628d5782e7d4903"
  2120. + integrity sha512-U3BHdgrYhCrwTVcByFHs9EOBoqcKq4Lf3kXwbTi4hhq0qWhl/pDWq2THbv/ICX/Fl9KqeHBb8OVrTf2OaYF07A==
  2121. dependencies:
  2122. postcss-value-parser "^4.2.0"
  2123.  
  2124. @@ -8228,20 +8294,20 @@ postcss-media-minmax@^5.0.0:
  2125. resolved "https://registry.yarnpkg.com/postcss-media-minmax/-/postcss-media-minmax-5.0.0.tgz#7140bddec173e2d6d657edbd8554a55794e2a5b5"
  2126. integrity sha512-yDUvFf9QdFZTuCUg0g0uNSHVlJ5X1lSzDZjPSFaiCWvjgsvu8vEVxtahPrLMinIDEEGnx6cBe6iqdx5YWz08wQ==
  2127.  
  2128. -postcss-merge-longhand@^5.1.6:
  2129. - version "5.1.6"
  2130. - resolved "https://registry.yarnpkg.com/postcss-merge-longhand/-/postcss-merge-longhand-5.1.6.tgz#f378a8a7e55766b7b644f48e5d8c789ed7ed51ce"
  2131. - integrity sha512-6C/UGF/3T5OE2CEbOuX7iNO63dnvqhGZeUnKkDeifebY0XqkkvrctYSZurpNE902LDf2yKwwPFgotnfSoPhQiw==
  2132. +postcss-merge-longhand@^5.1.7:
  2133. + version "5.1.7"
  2134. + resolved "https://registry.yarnpkg.com/postcss-merge-longhand/-/postcss-merge-longhand-5.1.7.tgz#24a1bdf402d9ef0e70f568f39bdc0344d568fb16"
  2135. + integrity sha512-YCI9gZB+PLNskrK0BB3/2OzPnGhPkBEwmwhfYk1ilBHYVAZB7/tkTHFBAnCrvBBOmeYyMYw3DMjT55SyxMBzjQ==
  2136. dependencies:
  2137. postcss-value-parser "^4.2.0"
  2138. - stylehacks "^5.1.0"
  2139. + stylehacks "^5.1.1"
  2140.  
  2141. -postcss-merge-rules@^5.1.2:
  2142. - version "5.1.2"
  2143. - resolved "https://registry.yarnpkg.com/postcss-merge-rules/-/postcss-merge-rules-5.1.2.tgz#7049a14d4211045412116d79b751def4484473a5"
  2144. - integrity sha512-zKMUlnw+zYCWoPN6yhPjtcEdlJaMUZ0WyVcxTAmw3lkkN/NDMRkOkiuctQEoWAOvH7twaxUUdvBWl0d4+hifRQ==
  2145. +postcss-merge-rules@^5.1.3:
  2146. + version "5.1.3"
  2147. + resolved "https://registry.yarnpkg.com/postcss-merge-rules/-/postcss-merge-rules-5.1.3.tgz#8f97679e67cc8d08677a6519afca41edf2220894"
  2148. + integrity sha512-LbLd7uFC00vpOuMvyZop8+vvhnfRGpp2S+IMQKeuOZZapPRY4SMq5ErjQeHbHsjCUgJkRNrlU+LmxsKIqPKQlA==
  2149. dependencies:
  2150. - browserslist "^4.16.6"
  2151. + browserslist "^4.21.4"
  2152. caniuse-api "^3.0.0"
  2153. cssnano-utils "^3.1.0"
  2154. postcss-selector-parser "^6.0.5"
  2155. @@ -8262,12 +8328,12 @@ postcss-minify-gradients@^5.1.1:
  2156. cssnano-utils "^3.1.0"
  2157. postcss-value-parser "^4.2.0"
  2158.  
  2159. -postcss-minify-params@^5.1.3:
  2160. - version "5.1.3"
  2161. - resolved "https://registry.yarnpkg.com/postcss-minify-params/-/postcss-minify-params-5.1.3.tgz#ac41a6465be2db735099bbd1798d85079a6dc1f9"
  2162. - integrity sha512-bkzpWcjykkqIujNL+EVEPOlLYi/eZ050oImVtHU7b4lFS82jPnsCb44gvC6pxaNt38Els3jWYDHTjHKf0koTgg==
  2163. +postcss-minify-params@^5.1.4:
  2164. + version "5.1.4"
  2165. + resolved "https://registry.yarnpkg.com/postcss-minify-params/-/postcss-minify-params-5.1.4.tgz#c06a6c787128b3208b38c9364cfc40c8aa5d7352"
  2166. + integrity sha512-+mePA3MgdmVmv6g+30rn57USjOGSAyuxUmkfiWpzalZ8aiBkdPYjXWtHuwJGm1v5Ojy0Z0LaSYhHaLJQB0P8Jw==
  2167. dependencies:
  2168. - browserslist "^4.16.6"
  2169. + browserslist "^4.21.4"
  2170. cssnano-utils "^3.1.0"
  2171. postcss-value-parser "^4.2.0"
  2172.  
  2173. @@ -8361,12 +8427,12 @@ postcss-normalize-timing-functions@^5.1.0:
  2174. dependencies:
  2175. postcss-value-parser "^4.2.0"
  2176.  
  2177. -postcss-normalize-unicode@^5.1.0:
  2178. - version "5.1.0"
  2179. - resolved "https://registry.yarnpkg.com/postcss-normalize-unicode/-/postcss-normalize-unicode-5.1.0.tgz#3d23aede35e160089a285e27bf715de11dc9db75"
  2180. - integrity sha512-J6M3MizAAZ2dOdSjy2caayJLQT8E8K9XjLce8AUQMwOrCvjCHv24aLC/Lps1R1ylOfol5VIDMaM/Lo9NGlk1SQ==
  2181. +postcss-normalize-unicode@^5.1.1:
  2182. + version "5.1.1"
  2183. + resolved "https://registry.yarnpkg.com/postcss-normalize-unicode/-/postcss-normalize-unicode-5.1.1.tgz#f67297fca3fea7f17e0d2caa40769afc487aa030"
  2184. + integrity sha512-qnCL5jzkNUmKVhZoENp1mJiGNPcsJCs1aaRmURmeJGES23Z/ajaln+EPTD+rBeNkSryI+2WTdW+lwcVdOikrpA==
  2185. dependencies:
  2186. - browserslist "^4.16.6"
  2187. + browserslist "^4.21.4"
  2188. postcss-value-parser "^4.2.0"
  2189.  
  2190. postcss-normalize-url@^5.1.0:
  2191. @@ -8487,12 +8553,12 @@ postcss-pseudo-class-any-link@^7.1.6:
  2192. dependencies:
  2193. postcss-selector-parser "^6.0.10"
  2194.  
  2195. -postcss-reduce-initial@^5.1.0:
  2196. - version "5.1.0"
  2197. - resolved "https://registry.yarnpkg.com/postcss-reduce-initial/-/postcss-reduce-initial-5.1.0.tgz#fc31659ea6e85c492fb2a7b545370c215822c5d6"
  2198. - integrity sha512-5OgTUviz0aeH6MtBjHfbr57tml13PuedK/Ecg8szzd4XRMbYxH4572JFG067z+FqBIf6Zp/d+0581glkvvWMFw==
  2199. +postcss-reduce-initial@^5.1.1:
  2200. + version "5.1.1"
  2201. + resolved "https://registry.yarnpkg.com/postcss-reduce-initial/-/postcss-reduce-initial-5.1.1.tgz#c18b7dfb88aee24b1f8e4936541c29adbd35224e"
  2202. + integrity sha512-//jeDqWcHPuXGZLoolFrUXBDyuEGbr9S2rMo19bkTIjBQ4PqkaO+oI8wua5BOUxpfi97i3PCoInsiFIEBfkm9w==
  2203. dependencies:
  2204. - browserslist "^4.16.6"
  2205. + browserslist "^4.21.4"
  2206. caniuse-api "^3.0.0"
  2207.  
  2208. postcss-reduce-transforms@^5.1.0:
  2209. @@ -8621,9 +8687,9 @@ process@^0.11.10:
  2210. integrity sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==
  2211.  
  2212. promise@^8.1.0:
  2213. - version "8.2.0"
  2214. - resolved "https://registry.yarnpkg.com/promise/-/promise-8.2.0.tgz#a1f6280ab67457fbfc8aad2b198c9497e9e5c806"
  2215. - integrity sha512-+CMAlLHqwRYwBMXKCP+o8ns7DN+xHDUiI+0nArsiJ9y+kJVPLFxEaSw6Ha9s9H0tftxg2Yzl25wqj9G7m5wLZg==
  2216. + version "8.3.0"
  2217. + resolved "https://registry.yarnpkg.com/promise/-/promise-8.3.0.tgz#8cb333d1edeb61ef23869fbb8a4ea0279ab60e0a"
  2218. + integrity sha512-rZPNPKTOYVNEEKFaq1HqTgOwZD+4/YHS5ukLzQCypkj+OkYx7iv0mA91lJlpPPZ8vMau3IIGj5Qlwrx+8iiSmg==
  2219. dependencies:
  2220. asap "~2.0.6"
  2221.  
  2222. @@ -8716,7 +8782,7 @@ quick-lru@^2.0.0:
  2223. resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-2.0.0.tgz#32b017b28d1784631c8ab0a1ed2978e094dbe181"
  2224. integrity sha512-DqOtZziv7lDjEyuqyVQacRciAwMCEjTNrLYCHYEIIgjcE/tLEpBF82hiDIwCjRnEL9/hY2GJxA0T8ZvYvVVSSA==
  2225.  
  2226. -quick-lru@^4.0.0:
  2227. +quick-lru@^4.0.0, quick-lru@^4.0.1:
  2228. version "4.0.1"
  2229. resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-4.0.1.tgz#5b8878f113a58217848c6482026c73e1ba57727f"
  2230. integrity sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==
  2231. @@ -8974,9 +9040,9 @@ react-vtree@^3.0.0-beta.1:
  2232. react-merge-refs "^1.1.0"
  2233.  
  2234. react-window@^1.8.6:
  2235. - version "1.8.7"
  2236. - resolved "https://registry.yarnpkg.com/react-window/-/react-window-1.8.7.tgz#5e9fd0d23f48f432d7022cdb327219353a15f0d4"
  2237. - integrity sha512-JHEZbPXBpKMmoNO1bNhoXOOLg/ujhL/BU4IqVU9r8eQPcy5KQnGHIHDRkJ0ns9IM5+Aq5LNwt3j8t3tIrePQzA==
  2238. + version "1.8.8"
  2239. + resolved "https://registry.yarnpkg.com/react-window/-/react-window-1.8.8.tgz#1b52919f009ddf91970cbdb2050a6c7be44df243"
  2240. + integrity sha512-D4IiBeRtGXziZ1n0XklnFGu7h9gU684zepqyKzgPNzrsrk7xOCxni+TCckjg2Nr/DiaEEGVVmnhYSlT2rB47dQ==
  2241. dependencies:
  2242. "@babel/runtime" "^7.0.0"
  2243. memoize-one ">=3.1.1 <6"
  2244. @@ -9025,11 +9091,11 @@ readdirp@~3.6.0:
  2245. picomatch "^2.2.1"
  2246.  
  2247. recursive-readdir@^2.2.2:
  2248. - version "2.2.2"
  2249. - resolved "https://registry.yarnpkg.com/recursive-readdir/-/recursive-readdir-2.2.2.tgz#9946fb3274e1628de6e36b2f6714953b4845094f"
  2250. - integrity sha512-nRCcW9Sj7NuZwa2XvH9co8NPeXUBhZP7CRKJtU+cS6PW9FpCIFoI5ib0NT1ZrbNuPoRy0ylyCaUL8Gih4LSyFg==
  2251. + version "2.2.3"
  2252. + resolved "https://registry.yarnpkg.com/recursive-readdir/-/recursive-readdir-2.2.3.tgz#e726f328c0d69153bcabd5c322d3195252379372"
  2253. + integrity sha512-8HrF5ZsXk5FAH9dgsx3BlUer73nIhuj+9OrQwEbLTPOBzGkL1lsFCR01am+v+0m2Cmbs1nP12hLDl5FA7EszKA==
  2254. dependencies:
  2255. - minimatch "3.0.4"
  2256. + minimatch "^3.0.5"
  2257.  
  2258. redent@^3.0.0:
  2259. version "3.0.0"
  2260. @@ -9051,7 +9117,7 @@ regenerate@^1.4.2:
  2261. resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.2.tgz#b9346d8827e8f5a32f7ba29637d398b69014848a"
  2262. integrity sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==
  2263.  
  2264. -regenerator-runtime@^0.13.4, regenerator-runtime@^0.13.9:
  2265. +regenerator-runtime@^0.13.10, regenerator-runtime@^0.13.9:
  2266. version "0.13.10"
  2267. resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.10.tgz#ed07b19616bcbec5da6274ebc75ae95634bfc2ee"
  2268. integrity sha512-KepLsg4dU12hryUO7bp/axHAKvwGOCV0sGloQtpagJ12ai+ojVDqkeGSiRX1zlq+kjIMZ1t7gpze+26QqtdGqw==
  2269. @@ -9138,9 +9204,9 @@ requires-port@^1.0.0:
  2270. integrity sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==
  2271.  
  2272. reselect@^4.1.6:
  2273. - version "4.1.6"
  2274. - resolved "https://registry.yarnpkg.com/reselect/-/reselect-4.1.6.tgz#19ca2d3d0b35373a74dc1c98692cdaffb6602656"
  2275. - integrity sha512-ZovIuXqto7elwnxyXbBtCPo9YFEr3uJqj2rRbcOOog1bmu2Ag85M4hixSwFWyaBMKXNgvPaJ9OSu9SkBPIeJHQ==
  2276. + version "4.1.7"
  2277. + resolved "https://registry.yarnpkg.com/reselect/-/reselect-4.1.7.tgz#56480d9ff3d3188970ee2b76527bd94a95567a42"
  2278. + integrity sha512-Zu1xbUt3/OPwsXL46hvOOoQrap2azE7ZQbokq61BQfiXvhewsKDwhMeZjTX9sX0nvw1t/U5Audyn1I9P/m9z0A==
  2279.  
  2280. resolve-cwd@^3.0.0:
  2281. version "3.0.0"
  2282. @@ -9540,9 +9606,9 @@ source-map-js@^1.0.1, source-map-js@^1.0.2:
  2283. integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
  2284.  
  2285. source-map-loader@^3.0.0:
  2286. - version "3.0.1"
  2287. - resolved "https://registry.yarnpkg.com/source-map-loader/-/source-map-loader-3.0.1.tgz#9ae5edc7c2d42570934be4c95d1ccc6352eba52d"
  2288. - integrity sha512-Vp1UsfyPvgujKQzi4pyDiTOnE3E4H+yHvkVRN3c/9PJmQS4CQJExvcDvaX/D+RV+xQben9HJ56jMJS3CgUeWyA==
  2289. + version "3.0.2"
  2290. + resolved "https://registry.yarnpkg.com/source-map-loader/-/source-map-loader-3.0.2.tgz#af23192f9b344daa729f6772933194cc5fa54fee"
  2291. + integrity sha512-BokxPoLjyl3iOrgkWaakaxqnelAJSS+0V+De0kKIq6lyWrXuiPgYTGp6z3iHmqljKAaLXwZa+ctD8GccRJeVvg==
  2292. dependencies:
  2293. abab "^2.0.5"
  2294. iconv-lite "^0.6.3"
  2295. @@ -9792,18 +9858,18 @@ style-loader@^3.3.1:
  2296. resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-3.3.1.tgz#057dfa6b3d4d7c7064462830f9113ed417d38575"
  2297. integrity sha512-GPcQ+LDJbrcxHORTRes6Jy2sfvK2kS6hpSfI/fXhPt+spVzxF6LJ1dHLN9zIGmVaaP044YKaIatFaufENRiDoQ==
  2298.  
  2299. -stylehacks@^5.1.0:
  2300. - version "5.1.0"
  2301. - resolved "https://registry.yarnpkg.com/stylehacks/-/stylehacks-5.1.0.tgz#a40066490ca0caca04e96c6b02153ddc39913520"
  2302. - integrity sha512-SzLmvHQTrIWfSgljkQCw2++C9+Ne91d/6Sp92I8c5uHTcy/PgeHamwITIbBW9wnFTY/3ZfSXR9HIL6Ikqmcu6Q==
  2303. +stylehacks@^5.1.1:
  2304. + version "5.1.1"
  2305. + resolved "https://registry.yarnpkg.com/stylehacks/-/stylehacks-5.1.1.tgz#7934a34eb59d7152149fa69d6e9e56f2fc34bcc9"
  2306. + integrity sha512-sBpcd5Hx7G6seo7b1LkpttvTz7ikD0LlH5RmdcBNb6fFR0Fl7LQwHDFr300q4cwUqi+IYrFGmsIHieMBfnN/Bw==
  2307. dependencies:
  2308. - browserslist "^4.16.6"
  2309. + browserslist "^4.21.4"
  2310. postcss-selector-parser "^6.0.4"
  2311.  
  2312. -stylis@4.0.13:
  2313. - version "4.0.13"
  2314. - resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.0.13.tgz#f5db332e376d13cc84ecfe5dace9a2a51d954c91"
  2315. - integrity sha512-xGPXiFVl4YED9Jh7Euv2V220mriG9u4B2TA6Ybjc1catrstKD2PpIdU3U0RKpkVBC2EhmL/F0sPCr9vrFTNRag==
  2316. +stylis@4.1.3:
  2317. + version "4.1.3"
  2318. + resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.1.3.tgz#fd2fbe79f5fed17c55269e16ed8da14c84d069f7"
  2319. + integrity sha512-GP6WDNWf+o403jrEp9c5jibKavrtLW+/qYGhFxFrG8maXhwTBI7gLLhiBb0o7uFccWN+EOS9aMO6cGHWAO07OA==
  2320.  
  2321. supports-color@^5.3.0:
  2322. version "5.5.0"
  2323. @@ -9887,9 +9953,9 @@ symbol-tree@^3.2.4:
  2324. integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==
  2325.  
  2326. tailwindcss@^3.0.2:
  2327. - version "3.2.0"
  2328. - resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.2.0.tgz#0164a930645e7e1df301df1e9d434a52602c918d"
  2329. - integrity sha512-ARh/W0uH5UlWIC2nn02V0+5fyF0k6qZliyt4QYic2upOhPUE/Spu1EURNc9txJ3+4j8OEmdigqfDpw4d2tA4vA==
  2330. + version "3.2.1"
  2331. + resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.2.1.tgz#1bd828fff3172489962357f8d531c184080a6786"
  2332. + integrity sha512-Uw+GVSxp5CM48krnjHObqoOwlCt5Qo6nw1jlCRwfGy68dSYb/LwS9ZFidYGRiM+w6rMawkZiu1mEMAsHYAfoLg==
  2333. dependencies:
  2334. arg "^5.0.2"
  2335. chokidar "^3.5.3"
  2336. @@ -9901,6 +9967,7 @@ tailwindcss@^3.0.2:
  2337. glob-parent "^6.0.2"
  2338. is-glob "^4.0.3"
  2339. lilconfig "^2.0.6"
  2340. + micromatch "^4.0.5"
  2341. normalize-path "^3.0.0"
  2342. object-hash "^3.0.0"
  2343. picocolors "^1.0.0"
  2344. @@ -10095,14 +10162,14 @@ tslib@^1.8.1, tslib@^1.9.0:
  2345. integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
  2346.  
  2347. tslib@^2.0.3:
  2348. - version "2.4.0"
  2349. - resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
  2350. - integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==
  2351. + version "2.4.1"
  2352. + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.1.tgz#0d0bfbaac2880b91e22df0768e55be9753a5b17e"
  2353. + integrity sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==
  2354.  
  2355. -tss-react@^3.7.0:
  2356. - version "3.7.1"
  2357. - resolved "https://registry.yarnpkg.com/tss-react/-/tss-react-3.7.1.tgz#119647731490f9e7e62c7f6a38a78df981929a4b"
  2358. - integrity sha512-dfWUoxBlKZfIG9UC1A2h02OmcE/Ni0itCmmZu94E9g+KyBhKMHKcsKvUm0bNlRqTmYjXiCgPJDmj5fyc8CSrLg==
  2359. +tss-react@^4.4.1:
  2360. + version "4.4.2"
  2361. + resolved "https://registry.yarnpkg.com/tss-react/-/tss-react-4.4.2.tgz#0c09d677dd5ba2a532291a4c926325776ba65728"
  2362. + integrity sha512-typ6yVmBGz1GIHmWaN+bmwHaAfxZLImfiNTiGIfJCFgas3rEpdYSty2/JENXAFvzKFl53CHc/6Z/FM2EkE2ZTQ==
  2363. dependencies:
  2364. "@emotion/cache" "*"
  2365. "@emotion/serialize" "*"
  2366. @@ -10583,17 +10650,27 @@ which-boxed-primitive@^1.0.2:
  2367. is-string "^1.0.5"
  2368. is-symbol "^1.0.3"
  2369.  
  2370. -which-typed-array@^1.1.2:
  2371. - version "1.1.8"
  2372. - resolved "https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.8.tgz#0cfd53401a6f334d90ed1125754a42ed663eb01f"
  2373. - integrity sha512-Jn4e5PItbcAHyLoRDwvPj1ypu27DJbtdYXUa5zsinrUx77Uvfb0cXwwnGMTn7cjUfhhqgVQnVJCwF+7cgU7tpw==
  2374. +which-collection@^1.0.1:
  2375. + version "1.0.1"
  2376. + resolved "https://registry.yarnpkg.com/which-collection/-/which-collection-1.0.1.tgz#70eab71ebbbd2aefaf32f917082fc62cdcb70906"
  2377. + integrity sha512-W8xeTUwaln8i3K/cY1nGXzdnVZlidBcagyNFtBdD5kxnb4TvGKR7FfSIS3mYpwWS1QUCutfKz8IY8RjftB0+1A==
  2378. + dependencies:
  2379. + is-map "^2.0.1"
  2380. + is-set "^2.0.1"
  2381. + is-weakmap "^2.0.1"
  2382. + is-weakset "^2.0.1"
  2383. +
  2384. +which-typed-array@^1.1.2, which-typed-array@^1.1.8:
  2385. + version "1.1.9"
  2386. + resolved "https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.9.tgz#307cf898025848cf995e795e8423c7f337efbde6"
  2387. + integrity sha512-w9c4xkx6mPidwp7180ckYWfMmvxpjlZuIudNtDf4N/tTAUB8VJbX25qZoAsrtGuYNnGw3pa0AXgbGKRB8/EceA==
  2388. dependencies:
  2389. available-typed-arrays "^1.0.5"
  2390. call-bind "^1.0.2"
  2391. - es-abstract "^1.20.0"
  2392. for-each "^0.3.3"
  2393. + gopd "^1.0.1"
  2394. has-tostringtag "^1.0.0"
  2395. - is-typed-array "^1.1.9"
  2396. + is-typed-array "^1.1.10"
  2397.  
  2398. which@^1.3.1:
  2399. version "1.3.1"
  2400. @@ -10818,9 +10895,9 @@ ws@^7.4.6:
  2401. integrity sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==
  2402.  
  2403. ws@^8.4.2:
  2404. - version "8.9.0"
  2405. - resolved "https://registry.yarnpkg.com/ws/-/ws-8.9.0.tgz#2a994bb67144be1b53fe2d23c53c028adeb7f45e"
  2406. - integrity sha512-Ja7nszREasGaYUYCI2k4lCKIRTt+y7XuqVoHR44YpI49TtryyqbqvDMn5eqfW7e6HzTukDRIsXqzVHScqRcafg==
  2407. + version "8.10.0"
  2408. + resolved "https://registry.yarnpkg.com/ws/-/ws-8.10.0.tgz#00a28c09dfb76eae4eb45c3b565f771d6951aa51"
  2409. + integrity sha512-+s49uSmZpvtAsd2h37vIPy1RBusaLawVe8of+GyEPsaJTCMpj/2v8NpeK1SHXjBlQ95lQTmQofOJnFiLoaN3yw==
  2410.  
  2411. xml-name-validator@^3.0.0:
  2412. version "3.0.0"
  2413.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement