|
17 | 17 | dependencies: |
18 | 18 | "@babel/highlight" "^7.16.7" |
19 | 19 |
|
| 20 | +"@babel/code-frame@^7.18.6": |
| 21 | + version "7.18.6" |
| 22 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.18.6.tgz#3b25d38c89600baa2dcc219edfa88a74eb2c427a" |
| 23 | + integrity sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q== |
| 24 | + dependencies: |
| 25 | + "@babel/highlight" "^7.18.6" |
| 26 | + |
20 | 27 | "@babel/compat-data@^7.13.11", "@babel/compat-data@^7.17.0", "@babel/compat-data@^7.17.10": |
21 | 28 | version "7.17.10" |
22 | 29 | resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.17.10.tgz" |
|
52 | 59 | "@jridgewell/gen-mapping" "^0.1.0" |
53 | 60 | jsesc "^2.5.1" |
54 | 61 |
|
| 62 | +"@babel/generator@^7.20.7": |
| 63 | + version "7.20.7" |
| 64 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.7.tgz#f8ef57c8242665c5929fe2e8d82ba75460187b4a" |
| 65 | + integrity sha512-7wqMOJq8doJMZmP4ApXTzLxSr7+oO2jroJURrVEp6XShrQUObV8Tq/D0NCcoYg2uHqUrjzO0zwBjoYzelxK+sw== |
| 66 | + dependencies: |
| 67 | + "@babel/types" "^7.20.7" |
| 68 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 69 | + jsesc "^2.5.1" |
| 70 | + |
55 | 71 | "@babel/helper-annotate-as-pure@^7.16.7": |
56 | 72 | version "7.16.7" |
57 | 73 | resolved "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz" |
58 | 74 | integrity sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw== |
59 | 75 | dependencies: |
60 | 76 | "@babel/types" "^7.16.7" |
61 | 77 |
|
| 78 | +"@babel/helper-annotate-as-pure@^7.18.6": |
| 79 | + version "7.18.6" |
| 80 | + resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb" |
| 81 | + integrity sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA== |
| 82 | + dependencies: |
| 83 | + "@babel/types" "^7.18.6" |
| 84 | + |
62 | 85 | "@babel/helper-builder-binary-assignment-operator-visitor@^7.16.7": |
63 | 86 | version "7.16.7" |
64 | 87 | resolved "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.16.7.tgz" |
|
90 | 113 | "@babel/helper-replace-supers" "^7.16.7" |
91 | 114 | "@babel/helper-split-export-declaration" "^7.16.7" |
92 | 115 |
|
| 116 | +"@babel/helper-create-class-features-plugin@^7.20.12": |
| 117 | + version "7.20.12" |
| 118 | + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.20.12.tgz#4349b928e79be05ed2d1643b20b99bb87c503819" |
| 119 | + integrity sha512-9OunRkbT0JQcednL0UFvbfXpAsUXiGjUk0a7sN8fUXX7Mue79cUSMjHGDRRi/Vz9vYlpIhLV5fMD5dKoMhhsNQ== |
| 120 | + dependencies: |
| 121 | + "@babel/helper-annotate-as-pure" "^7.18.6" |
| 122 | + "@babel/helper-environment-visitor" "^7.18.9" |
| 123 | + "@babel/helper-function-name" "^7.19.0" |
| 124 | + "@babel/helper-member-expression-to-functions" "^7.20.7" |
| 125 | + "@babel/helper-optimise-call-expression" "^7.18.6" |
| 126 | + "@babel/helper-replace-supers" "^7.20.7" |
| 127 | + "@babel/helper-skip-transparent-expression-wrappers" "^7.20.0" |
| 128 | + "@babel/helper-split-export-declaration" "^7.18.6" |
| 129 | + |
93 | 130 | "@babel/helper-create-regexp-features-plugin@^7.16.7", "@babel/helper-create-regexp-features-plugin@^7.17.0": |
94 | 131 | version "7.17.0" |
95 | 132 | resolved "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.17.0.tgz" |
|
119 | 156 | dependencies: |
120 | 157 | "@babel/types" "^7.16.7" |
121 | 158 |
|
| 159 | +"@babel/helper-environment-visitor@^7.18.9": |
| 160 | + version "7.18.9" |
| 161 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be" |
| 162 | + integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg== |
| 163 | + |
122 | 164 | "@babel/helper-explode-assignable-expression@^7.16.7": |
123 | 165 | version "7.16.7" |
124 | 166 | resolved "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.16.7.tgz" |
|
134 | 176 | "@babel/template" "^7.16.7" |
135 | 177 | "@babel/types" "^7.17.0" |
136 | 178 |
|
| 179 | +"@babel/helper-function-name@^7.19.0": |
| 180 | + version "7.19.0" |
| 181 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz#941574ed5390682e872e52d3f38ce9d1bef4648c" |
| 182 | + integrity sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w== |
| 183 | + dependencies: |
| 184 | + "@babel/template" "^7.18.10" |
| 185 | + "@babel/types" "^7.19.0" |
| 186 | + |
137 | 187 | "@babel/helper-hoist-variables@^7.16.7": |
138 | 188 | version "7.16.7" |
139 | 189 | resolved "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz" |
140 | 190 | integrity sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg== |
141 | 191 | dependencies: |
142 | 192 | "@babel/types" "^7.16.7" |
143 | 193 |
|
| 194 | +"@babel/helper-hoist-variables@^7.18.6": |
| 195 | + version "7.18.6" |
| 196 | + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678" |
| 197 | + integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q== |
| 198 | + dependencies: |
| 199 | + "@babel/types" "^7.18.6" |
| 200 | + |
144 | 201 | "@babel/helper-member-expression-to-functions@^7.16.7", "@babel/helper-member-expression-to-functions@^7.17.7": |
145 | 202 | version "7.17.7" |
146 | 203 | resolved "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.17.7.tgz" |
147 | 204 | integrity sha512-thxXgnQ8qQ11W2wVUObIqDL4p148VMxkt5T/qpN5k2fboRyzFGFmKsTGViquyM5QHKUy48OZoca8kw4ajaDPyw== |
148 | 205 | dependencies: |
149 | 206 | "@babel/types" "^7.17.0" |
150 | 207 |
|
| 208 | +"@babel/helper-member-expression-to-functions@^7.20.7": |
| 209 | + version "7.20.7" |
| 210 | + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.20.7.tgz#a6f26e919582275a93c3aa6594756d71b0bb7f05" |
| 211 | + integrity sha512-9J0CxJLq315fEdi4s7xK5TQaNYjZw+nDVpVqr1axNGKzdrdwYBD5b4uKv3n75aABG0rCCTK8Im8Ww7eYfMrZgw== |
| 212 | + dependencies: |
| 213 | + "@babel/types" "^7.20.7" |
| 214 | + |
151 | 215 | "@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.16.7": |
152 | 216 | version "7.16.7" |
153 | 217 | resolved "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz" |
|
176 | 240 | dependencies: |
177 | 241 | "@babel/types" "^7.16.7" |
178 | 242 |
|
179 | | -"@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.13.0", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.16.7", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": |
180 | | - version "7.16.7" |
181 | | - resolved "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz" |
182 | | - integrity sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA== |
| 243 | +"@babel/helper-optimise-call-expression@^7.18.6": |
| 244 | + version "7.18.6" |
| 245 | + resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz#9369aa943ee7da47edab2cb4e838acf09d290ffe" |
| 246 | + integrity sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA== |
| 247 | + dependencies: |
| 248 | + "@babel/types" "^7.18.6" |
| 249 | + |
| 250 | +"@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.13.0", "@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.19.0", "@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": |
| 251 | + version "7.20.2" |
| 252 | + resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz#d1b9000752b18d0877cff85a5c376ce5c3121629" |
| 253 | + integrity sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ== |
183 | 254 |
|
184 | 255 | "@babel/helper-remap-async-to-generator@^7.16.8": |
185 | 256 | version "7.16.8" |
|
201 | 272 | "@babel/traverse" "^7.16.7" |
202 | 273 | "@babel/types" "^7.16.7" |
203 | 274 |
|
| 275 | +"@babel/helper-replace-supers@^7.20.7": |
| 276 | + version "7.20.7" |
| 277 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.20.7.tgz#243ecd2724d2071532b2c8ad2f0f9f083bcae331" |
| 278 | + integrity sha512-vujDMtB6LVfNW13jhlCrp48QNslK6JXi7lQG736HVbHz/mbf4Dc7tIRh1Xf5C0rF7BP8iiSxGMCmY6Ci1ven3A== |
| 279 | + dependencies: |
| 280 | + "@babel/helper-environment-visitor" "^7.18.9" |
| 281 | + "@babel/helper-member-expression-to-functions" "^7.20.7" |
| 282 | + "@babel/helper-optimise-call-expression" "^7.18.6" |
| 283 | + "@babel/template" "^7.20.7" |
| 284 | + "@babel/traverse" "^7.20.7" |
| 285 | + "@babel/types" "^7.20.7" |
| 286 | + |
204 | 287 | "@babel/helper-simple-access@^7.17.7": |
205 | 288 | version "7.17.7" |
206 | 289 | resolved "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.17.7.tgz" |
|
215 | 298 | dependencies: |
216 | 299 | "@babel/types" "^7.16.0" |
217 | 300 |
|
| 301 | +"@babel/helper-skip-transparent-expression-wrappers@^7.20.0": |
| 302 | + version "7.20.0" |
| 303 | + resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.20.0.tgz#fbe4c52f60518cab8140d77101f0e63a8a230684" |
| 304 | + integrity sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg== |
| 305 | + dependencies: |
| 306 | + "@babel/types" "^7.20.0" |
| 307 | + |
218 | 308 | "@babel/helper-split-export-declaration@^7.16.7": |
219 | 309 | version "7.16.7" |
220 | 310 | resolved "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz" |
221 | 311 | integrity sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw== |
222 | 312 | dependencies: |
223 | 313 | "@babel/types" "^7.16.7" |
224 | 314 |
|
| 315 | +"@babel/helper-split-export-declaration@^7.18.6": |
| 316 | + version "7.18.6" |
| 317 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz#7367949bc75b20c6d5a5d4a97bba2824ae8ef075" |
| 318 | + integrity sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA== |
| 319 | + dependencies: |
| 320 | + "@babel/types" "^7.18.6" |
| 321 | + |
| 322 | +"@babel/helper-string-parser@^7.19.4": |
| 323 | + version "7.19.4" |
| 324 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63" |
| 325 | + integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw== |
| 326 | + |
225 | 327 | "@babel/helper-validator-identifier@^7.16.7": |
226 | 328 | version "7.16.7" |
227 | 329 | resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz" |
228 | 330 | integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw== |
229 | 331 |
|
230 | | -"@babel/helper-validator-option@^7.16.7": |
231 | | - version "7.16.7" |
232 | | - resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz" |
233 | | - integrity sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ== |
| 332 | +"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1": |
| 333 | + version "7.19.1" |
| 334 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2" |
| 335 | + integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w== |
| 336 | + |
| 337 | +"@babel/helper-validator-option@^7.16.7", "@babel/helper-validator-option@^7.18.6": |
| 338 | + version "7.18.6" |
| 339 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8" |
| 340 | + integrity sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw== |
234 | 341 |
|
235 | 342 | "@babel/helper-wrap-function@^7.16.8": |
236 | 343 | version "7.16.8" |
|
260 | 367 | chalk "^2.0.0" |
261 | 368 | js-tokens "^4.0.0" |
262 | 369 |
|
| 370 | +"@babel/highlight@^7.18.6": |
| 371 | + version "7.18.6" |
| 372 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.18.6.tgz#81158601e93e2563795adcbfbdf5d64be3f2ecdf" |
| 373 | + integrity sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g== |
| 374 | + dependencies: |
| 375 | + "@babel/helper-validator-identifier" "^7.18.6" |
| 376 | + chalk "^2.0.0" |
| 377 | + js-tokens "^4.0.0" |
| 378 | + |
263 | 379 | "@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.7", "@babel/parser@^7.17.10": |
264 | 380 | version "7.17.10" |
265 | 381 | resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.17.10.tgz" |
266 | 382 | integrity sha512-n2Q6i+fnJqzOaq2VkdXxy2TCPCWQZHiCo0XqmrCvDWcZQKRyZzYi4Z0yxlBuN0w+r2ZHmre+Q087DSrw3pbJDQ== |
267 | 383 |
|
| 384 | +"@babel/parser@^7.20.13", "@babel/parser@^7.20.7": |
| 385 | + version "7.20.13" |
| 386 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.13.tgz#ddf1eb5a813588d2fb1692b70c6fce75b945c088" |
| 387 | + integrity sha512-gFDLKMfpiXCsjt4za2JA9oTMn70CeseCehb11kRZgvd7+F67Hih3OHOK24cRrWECJ/ljfPGac6ygXAs/C8kIvw== |
| 388 | + |
268 | 389 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7": |
269 | 390 | version "7.16.7" |
270 | 391 | resolved "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.7.tgz" |
|
528 | 649 | dependencies: |
529 | 650 | "@babel/helper-plugin-utils" "^7.14.5" |
530 | 651 |
|
531 | | -"@babel/plugin-syntax-typescript@^7.16.7", "@babel/plugin-syntax-typescript@^7.7.2": |
| 652 | +"@babel/plugin-syntax-typescript@^7.20.0": |
| 653 | + version "7.20.0" |
| 654 | + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.20.0.tgz#4e9a0cfc769c85689b77a2e642d24e9f697fc8c7" |
| 655 | + integrity sha512-rd9TkG+u1CExzS4SM1BlMEhMXwFLKVjOAFFCDx9PbX5ycJWDoWMcwdJH9RhkPu1dOgn5TrxLot/Gx6lWFuAUNQ== |
| 656 | + dependencies: |
| 657 | + "@babel/helper-plugin-utils" "^7.19.0" |
| 658 | + |
| 659 | +"@babel/plugin-syntax-typescript@^7.7.2": |
532 | 660 | version "7.17.10" |
533 | 661 | resolved "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.17.10.tgz" |
534 | 662 | integrity sha512-xJefea1DWXW09pW4Tm9bjwVlPDyYA2it3fWlmEjpYz6alPvTUjL0EOzNzI/FEOyI3r4/J7uVH5UqKgl1TQ5hqQ== |
|
803 | 931 | dependencies: |
804 | 932 | "@babel/helper-plugin-utils" "^7.16.7" |
805 | 933 |
|
806 | | -"@babel/plugin-transform-typescript@^7.16.7": |
807 | | - version "7.16.8" |
808 | | - resolved "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.16.8.tgz" |
809 | | - integrity sha512-bHdQ9k7YpBDO2d0NVfkj51DpQcvwIzIusJ7mEUaMlbZq3Kt/U47j24inXZHQ5MDiYpCs+oZiwnXyKedE8+q7AQ== |
| 934 | +"@babel/plugin-transform-typescript@^7.18.6": |
| 935 | + version "7.20.13" |
| 936 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.20.13.tgz#e3581b356b8694f6ff450211fe6774eaff8d25ab" |
| 937 | + integrity sha512-O7I/THxarGcDZxkgWKMUrk7NK1/WbHAg3Xx86gqS6x9MTrNL6AwIluuZ96ms4xeDe6AVx6rjHbWHP7x26EPQBA== |
810 | 938 | dependencies: |
811 | | - "@babel/helper-create-class-features-plugin" "^7.16.7" |
812 | | - "@babel/helper-plugin-utils" "^7.16.7" |
813 | | - "@babel/plugin-syntax-typescript" "^7.16.7" |
| 939 | + "@babel/helper-create-class-features-plugin" "^7.20.12" |
| 940 | + "@babel/helper-plugin-utils" "^7.20.2" |
| 941 | + "@babel/plugin-syntax-typescript" "^7.20.0" |
814 | 942 |
|
815 | 943 | "@babel/plugin-transform-unicode-escapes@^7.16.7": |
816 | 944 | version "7.16.7" |
|
931 | 1059 | "@babel/plugin-transform-react-pure-annotations" "^7.16.7" |
932 | 1060 |
|
933 | 1061 | "@babel/preset-typescript@^7.16.7": |
934 | | - version "7.16.7" |
935 | | - resolved "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.16.7.tgz" |
936 | | - integrity sha512-WbVEmgXdIyvzB77AQjGBEyYPZx+8tTsO50XtfozQrkW8QB2rLJpH2lgx0TRw5EJrBxOZQ+wCcyPVQvS8tjEHpQ== |
| 1062 | + version "7.18.6" |
| 1063 | + resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.18.6.tgz#ce64be3e63eddc44240c6358daefac17b3186399" |
| 1064 | + integrity sha512-s9ik86kXBAnD760aybBucdpnLsAt0jK1xqJn2juOn9lkOvSHV60os5hxoVJsPzMQxvnUJFAlkont2DvvaYEBtQ== |
937 | 1065 | dependencies: |
938 | | - "@babel/helper-plugin-utils" "^7.16.7" |
939 | | - "@babel/helper-validator-option" "^7.16.7" |
940 | | - "@babel/plugin-transform-typescript" "^7.16.7" |
| 1066 | + "@babel/helper-plugin-utils" "^7.18.6" |
| 1067 | + "@babel/helper-validator-option" "^7.18.6" |
| 1068 | + "@babel/plugin-transform-typescript" "^7.18.6" |
941 | 1069 |
|
942 | 1070 | "@babel/runtime-corejs3@^7.10.2": |
943 | 1071 | version "7.17.9" |
|
963 | 1091 | "@babel/parser" "^7.16.7" |
964 | 1092 | "@babel/types" "^7.16.7" |
965 | 1093 |
|
| 1094 | +"@babel/template@^7.18.10", "@babel/template@^7.20.7": |
| 1095 | + version "7.20.7" |
| 1096 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.20.7.tgz#a15090c2839a83b02aa996c0b4994005841fd5a8" |
| 1097 | + integrity sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw== |
| 1098 | + dependencies: |
| 1099 | + "@babel/code-frame" "^7.18.6" |
| 1100 | + "@babel/parser" "^7.20.7" |
| 1101 | + "@babel/types" "^7.20.7" |
| 1102 | + |
966 | 1103 | "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.17.10", "@babel/traverse@^7.17.3", "@babel/traverse@^7.17.9", "@babel/traverse@^7.7.2": |
967 | 1104 | version "7.17.10" |
968 | 1105 | resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.17.10.tgz" |
|
979 | 1116 | debug "^4.1.0" |
980 | 1117 | globals "^11.1.0" |
981 | 1118 |
|
| 1119 | +"@babel/traverse@^7.20.7": |
| 1120 | + version "7.20.13" |
| 1121 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.13.tgz#817c1ba13d11accca89478bd5481b2d168d07473" |
| 1122 | + integrity sha512-kMJXfF0T6DIS9E8cgdLCSAL+cuCK+YEZHWiLK0SXpTo8YRj5lpJu3CDNKiIBCne4m9hhTIqUg6SYTAI39tAiVQ== |
| 1123 | + dependencies: |
| 1124 | + "@babel/code-frame" "^7.18.6" |
| 1125 | + "@babel/generator" "^7.20.7" |
| 1126 | + "@babel/helper-environment-visitor" "^7.18.9" |
| 1127 | + "@babel/helper-function-name" "^7.19.0" |
| 1128 | + "@babel/helper-hoist-variables" "^7.18.6" |
| 1129 | + "@babel/helper-split-export-declaration" "^7.18.6" |
| 1130 | + "@babel/parser" "^7.20.13" |
| 1131 | + "@babel/types" "^7.20.7" |
| 1132 | + debug "^4.1.0" |
| 1133 | + globals "^11.1.0" |
| 1134 | + |
982 | 1135 | "@babel/types@^7.0.0", "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.17.10", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
983 | 1136 | version "7.17.10" |
984 | 1137 | resolved "https://registry.npmjs.org/@babel/types/-/types-7.17.10.tgz" |
|
987 | 1140 | "@babel/helper-validator-identifier" "^7.16.7" |
988 | 1141 | to-fast-properties "^2.0.0" |
989 | 1142 |
|
| 1143 | +"@babel/types@^7.18.6", "@babel/types@^7.19.0", "@babel/types@^7.20.0", "@babel/types@^7.20.7": |
| 1144 | + version "7.20.7" |
| 1145 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.7.tgz#54ec75e252318423fc07fb644dc6a58a64c09b7f" |
| 1146 | + integrity sha512-69OnhBxSSgK0OzTJai4kyPDiKTIe3j+ctaHdIGVbRahTLAT7L3R9oeXHC2aVSuGYt3cVnoAMDmOCgJ2yaiLMvg== |
| 1147 | + dependencies: |
| 1148 | + "@babel/helper-string-parser" "^7.19.4" |
| 1149 | + "@babel/helper-validator-identifier" "^7.19.1" |
| 1150 | + to-fast-properties "^2.0.0" |
| 1151 | + |
990 | 1152 | "@bcoe/v8-coverage@^0.2.3": |
991 | 1153 | version "0.2.3" |
992 | 1154 | resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz" |
|
1230 | 1392 | "@jridgewell/set-array" "^1.0.0" |
1231 | 1393 | "@jridgewell/sourcemap-codec" "^1.4.10" |
1232 | 1394 |
|
| 1395 | +"@jridgewell/gen-mapping@^0.3.2": |
| 1396 | + version "0.3.2" |
| 1397 | + resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz#c1aedc61e853f2bb9f5dfe6d4442d3b565b253b9" |
| 1398 | + integrity sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A== |
| 1399 | + dependencies: |
| 1400 | + "@jridgewell/set-array" "^1.0.1" |
| 1401 | + "@jridgewell/sourcemap-codec" "^1.4.10" |
| 1402 | + "@jridgewell/trace-mapping" "^0.3.9" |
| 1403 | + |
1233 | 1404 | "@jridgewell/resolve-uri@^3.0.3": |
1234 | 1405 | version "3.0.7" |
1235 | 1406 | resolved "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.0.7.tgz" |
|
1240 | 1411 | resolved "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.1.tgz" |
1241 | 1412 | integrity sha512-Ct5MqZkLGEXTVmQYbGtx9SVqD2fqwvdubdps5D3djjAkgkKwT918VNOz65pEHFaYTeWcukmJmH5SwsA9Tn2ObQ== |
1242 | 1413 |
|
| 1414 | +"@jridgewell/set-array@^1.0.1": |
| 1415 | + version "1.1.2" |
| 1416 | + resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72" |
| 1417 | + integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw== |
| 1418 | + |
1243 | 1419 | "@jridgewell/sourcemap-codec@^1.4.10": |
1244 | 1420 | version "1.4.13" |
1245 | 1421 | resolved "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.13.tgz" |
|
0 commit comments