|
36 | 36 | dependencies: |
37 | 37 | "@babel/highlight" "^7.16.7" |
38 | 38 |
|
| 39 | +"@babel/code-frame@^7.23.5", "@babel/code-frame@^7.24.2": |
| 40 | + version "7.24.2" |
| 41 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.2.tgz#718b4b19841809a58b29b68cde80bc5e1aa6d9ae" |
| 42 | + integrity sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ== |
| 43 | + dependencies: |
| 44 | + "@babel/highlight" "^7.24.2" |
| 45 | + picocolors "^1.0.0" |
| 46 | + |
39 | 47 | "@babel/compat-data@^7.16.4": |
40 | 48 | version "7.16.8" |
41 | 49 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.8.tgz#31560f9f29fdf1868de8cb55049538a1b9732a60" |
|
88 | 96 | semver "^6.3.0" |
89 | 97 | source-map "^0.5.0" |
90 | 98 |
|
91 | | -"@babel/generator@^7.16.7", "@babel/generator@^7.16.8": |
| 99 | +"@babel/generator@^7.16.7": |
92 | 100 | version "7.16.8" |
93 | 101 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.16.8.tgz#359d44d966b8cd059d543250ce79596f792f2ebe" |
94 | 102 | integrity sha512-1ojZwE9+lOXzcWdWmO6TbUzDfqLD39CmEhN8+2cX9XkDo5yW1OpgfejfliysR2AWLpMamTiOiAp/mtroaymhpw== |
|
106 | 114 | "@jridgewell/gen-mapping" "^0.3.2" |
107 | 115 | jsesc "^2.5.1" |
108 | 116 |
|
| 117 | +"@babel/generator@^7.24.5": |
| 118 | + version "7.24.5" |
| 119 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.5.tgz#e5afc068f932f05616b66713e28d0f04e99daeb3" |
| 120 | + integrity sha512-x32i4hEXvr+iI0NEoEfDKzlemF8AmtOP8CcrRaEcpzysWuoEb1KknpcvMsHKPONoKZiDuItklgWhB18xEhr9PA== |
| 121 | + dependencies: |
| 122 | + "@babel/types" "^7.24.5" |
| 123 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 124 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 125 | + jsesc "^2.5.1" |
| 126 | + |
109 | 127 | "@babel/generator@^7.7.2": |
110 | 128 | version "7.14.5" |
111 | 129 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.5.tgz#848d7b9f031caca9d0cd0af01b063f226f52d785" |
|
147 | 165 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be" |
148 | 166 | integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg== |
149 | 167 |
|
150 | | -"@babel/helper-function-name@^7.16.7": |
151 | | - version "7.16.7" |
152 | | - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.16.7.tgz#f1ec51551fb1c8956bc8dd95f38523b6cf375f8f" |
153 | | - integrity sha512-QfDfEnIUyyBSR3HtrtGECuZ6DAyCkYFp7GHl75vFtTnn6pjKeK0T1DB5lLkFvBea8MdaiUABx3osbgLyInoejA== |
154 | | - dependencies: |
155 | | - "@babel/helper-get-function-arity" "^7.16.7" |
156 | | - "@babel/template" "^7.16.7" |
157 | | - "@babel/types" "^7.16.7" |
| 168 | +"@babel/helper-environment-visitor@^7.22.20": |
| 169 | + version "7.22.20" |
| 170 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 171 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
158 | 172 |
|
159 | | -"@babel/helper-function-name@^7.18.9": |
160 | | - version "7.18.9" |
161 | | - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.18.9.tgz#940e6084a55dee867d33b4e487da2676365e86b0" |
162 | | - integrity sha512-fJgWlZt7nxGksJS9a0XdSaI4XvpExnNIgRP+rVefWh5U7BL8pPuir6SJUmFKRfjWQ51OtWSzwOxhaH/EBWWc0A== |
| 173 | +"@babel/helper-function-name@^7.23.0": |
| 174 | + version "7.23.0" |
| 175 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 176 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
163 | 177 | dependencies: |
164 | | - "@babel/template" "^7.18.6" |
165 | | - "@babel/types" "^7.18.9" |
| 178 | + "@babel/template" "^7.22.15" |
| 179 | + "@babel/types" "^7.23.0" |
166 | 180 |
|
167 | | -"@babel/helper-get-function-arity@^7.16.7": |
168 | | - version "7.16.7" |
169 | | - resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz#ea08ac753117a669f1508ba06ebcc49156387419" |
170 | | - integrity sha512-flc+RLSOBXzNzVhcLu6ujeHUrD6tANAOU5ojrRx/as+tbzf8+stUCj7+IfRRoAbEZqj/ahXEMsjhOhgeZsrnTw== |
| 181 | +"@babel/helper-hoist-variables@^7.22.5": |
| 182 | + version "7.22.5" |
| 183 | + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" |
| 184 | + integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== |
171 | 185 | dependencies: |
172 | | - "@babel/types" "^7.16.7" |
173 | | - |
174 | | -"@babel/helper-hoist-variables@^7.16.7": |
175 | | - version "7.16.7" |
176 | | - resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz#86bcb19a77a509c7b77d0e22323ef588fa58c246" |
177 | | - integrity sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg== |
178 | | - dependencies: |
179 | | - "@babel/types" "^7.16.7" |
180 | | - |
181 | | -"@babel/helper-hoist-variables@^7.18.6": |
182 | | - version "7.18.6" |
183 | | - resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678" |
184 | | - integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q== |
185 | | - dependencies: |
186 | | - "@babel/types" "^7.18.6" |
| 186 | + "@babel/types" "^7.22.5" |
187 | 187 |
|
188 | 188 | "@babel/helper-module-imports@^7.16.7": |
189 | 189 | version "7.16.7" |
|
265 | 265 | dependencies: |
266 | 266 | "@babel/types" "^7.18.6" |
267 | 267 |
|
| 268 | +"@babel/helper-split-export-declaration@^7.24.5": |
| 269 | + version "7.24.5" |
| 270 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.5.tgz#b9a67f06a46b0b339323617c8c6213b9055a78b6" |
| 271 | + integrity sha512-5CHncttXohrHk8GWOFCcCl4oRD9fKosWlIRgWm4ql9VYioKm52Mk2xsmoohvm7f3JoiLSM5ZgJuRaf5QZZYd3Q== |
| 272 | + dependencies: |
| 273 | + "@babel/types" "^7.24.5" |
| 274 | + |
268 | 275 | "@babel/helper-string-parser@^7.18.10": |
269 | 276 | version "7.18.10" |
270 | 277 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz#181f22d28ebe1b3857fa575f5c290b1aaf659b56" |
271 | 278 | integrity sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw== |
272 | 279 |
|
| 280 | +"@babel/helper-string-parser@^7.24.1": |
| 281 | + version "7.24.1" |
| 282 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz#f99c36d3593db9540705d0739a1f10b5e20c696e" |
| 283 | + integrity sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ== |
| 284 | + |
273 | 285 | "@babel/helper-validator-identifier@^7.14.5": |
274 | 286 | version "7.14.5" |
275 | 287 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8" |
|
285 | 297 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz#9c97e30d31b2b8c72a1d08984f2ca9b574d7a076" |
286 | 298 | integrity sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g== |
287 | 299 |
|
| 300 | +"@babel/helper-validator-identifier@^7.24.5": |
| 301 | + version "7.24.5" |
| 302 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.5.tgz#918b1a7fa23056603506370089bd990d8720db62" |
| 303 | + integrity sha512-3q93SSKX2TWCG30M2G2kwaKeTYgEUp5Snjuj8qm729SObL6nbtUldAi37qbxkD5gg3xnBio+f9nqpSepGZMvxA== |
| 304 | + |
288 | 305 | "@babel/helper-validator-option@^7.16.7": |
289 | 306 | version "7.16.7" |
290 | 307 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23" |
|
340 | 357 | chalk "^2.0.0" |
341 | 358 | js-tokens "^4.0.0" |
342 | 359 |
|
| 360 | +"@babel/highlight@^7.24.2": |
| 361 | + version "7.24.5" |
| 362 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.5.tgz#bc0613f98e1dd0720e99b2a9ee3760194a704b6e" |
| 363 | + integrity sha512-8lLmua6AVh/8SLJRRVD6V8p73Hir9w5mJrhE+IPpILG31KKlI9iz5zmBYKcWPS59qSfgP9RaSBQSHHE81WKuEw== |
| 364 | + dependencies: |
| 365 | + "@babel/helper-validator-identifier" "^7.24.5" |
| 366 | + chalk "^2.4.2" |
| 367 | + js-tokens "^4.0.0" |
| 368 | + picocolors "^1.0.0" |
| 369 | + |
343 | 370 | "@babel/parser@^7.1.0", "@babel/parser@^7.14.5", "@babel/parser@^7.14.7": |
344 | 371 | version "7.14.7" |
345 | 372 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.7.tgz#6099720c8839ca865a2637e6c85852ead0bdb595" |
346 | 373 | integrity sha512-X67Z5y+VBJuHB/RjwECp8kSl5uYi0BvRbNeWqkaJCVh+LiTPl19WBUfG627psSgp9rSf6ojuXghQM3ha6qHHdA== |
347 | 374 |
|
348 | | -"@babel/parser@^7.16.7", "@babel/parser@^7.16.8": |
| 375 | +"@babel/parser@^7.16.7": |
349 | 376 | version "7.16.8" |
350 | 377 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.8.tgz#61c243a3875f7d0b0962b0543a33ece6ff2f1f17" |
351 | 378 | integrity sha512-i7jDUfrVBWc+7OKcBzEe5n7fbv3i2fWtxKzzCvOjnzSxMfWMigAhtfJ7qzZNGFNMsCCd67+uz553dYKWXPvCKw== |
|
355 | 382 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.13.tgz#5b2dd21cae4a2c5145f1fbd8ca103f9313d3b7e4" |
356 | 383 | integrity sha512-dgXcIfMuQ0kgzLB2b9tRZs7TTFFaGM2AbtA4fJgUUYukzGH4jwsS7hzQHEGs67jdehpm22vkgKwvbU+aEflgwg== |
357 | 384 |
|
| 385 | +"@babel/parser@^7.24.0", "@babel/parser@^7.24.5": |
| 386 | + version "7.24.5" |
| 387 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.5.tgz#4a4d5ab4315579e5398a82dcf636ca80c3392790" |
| 388 | + integrity sha512-EOv5IK8arwh3LI47dz1b0tKUb/1uhHAnHJOrjgtQMIpu1uXd9mlFrJg9IUgGUgZ41Ch0K8REPTYpO7B76b4vJg== |
| 389 | + |
358 | 390 | "@babel/plugin-syntax-async-generators@^7.8.4": |
359 | 391 | version "7.8.4" |
360 | 392 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d" |
|
471 | 503 | "@babel/parser" "^7.18.10" |
472 | 504 | "@babel/types" "^7.18.10" |
473 | 505 |
|
| 506 | +"@babel/template@^7.22.15": |
| 507 | + version "7.24.0" |
| 508 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.0.tgz#c6a524aa93a4a05d66aaf31654258fae69d87d50" |
| 509 | + integrity sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA== |
| 510 | + dependencies: |
| 511 | + "@babel/code-frame" "^7.23.5" |
| 512 | + "@babel/parser" "^7.24.0" |
| 513 | + "@babel/types" "^7.24.0" |
| 514 | + |
474 | 515 | "@babel/template@^7.3.3": |
475 | 516 | version "7.14.5" |
476 | 517 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.14.5.tgz#a9bc9d8b33354ff6e55a9c60d1109200a68974f4" |
|
480 | 521 | "@babel/parser" "^7.14.5" |
481 | 522 | "@babel/types" "^7.14.5" |
482 | 523 |
|
483 | | -"@babel/traverse@^7.16.7": |
484 | | - version "7.16.8" |
485 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.8.tgz#bab2f2b09a5fe8a8d9cad22cbfe3ba1d126fef9c" |
486 | | - integrity sha512-xe+H7JlvKsDQwXRsBhSnq1/+9c+LlQcCK3Tn/l5sbx02HYns/cn7ibp9+RV1sIUqu7hKg91NWsgHurO9dowITQ== |
487 | | - dependencies: |
488 | | - "@babel/code-frame" "^7.16.7" |
489 | | - "@babel/generator" "^7.16.8" |
490 | | - "@babel/helper-environment-visitor" "^7.16.7" |
491 | | - "@babel/helper-function-name" "^7.16.7" |
492 | | - "@babel/helper-hoist-variables" "^7.16.7" |
493 | | - "@babel/helper-split-export-declaration" "^7.16.7" |
494 | | - "@babel/parser" "^7.16.8" |
495 | | - "@babel/types" "^7.16.8" |
496 | | - debug "^4.1.0" |
497 | | - globals "^11.1.0" |
498 | | - |
499 | | -"@babel/traverse@^7.18.13", "@babel/traverse@^7.18.9": |
500 | | - version "7.18.13" |
501 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.13.tgz#5ab59ef51a997b3f10c4587d648b9696b6cb1a68" |
502 | | - integrity sha512-N6kt9X1jRMLPxxxPYWi7tgvJRH/rtoU+dbKAPDM44RFHiMH8igdsaSBgFeskhSl/kLWLDUvIh1RXCrTmg0/zvA== |
503 | | - dependencies: |
504 | | - "@babel/code-frame" "^7.18.6" |
505 | | - "@babel/generator" "^7.18.13" |
506 | | - "@babel/helper-environment-visitor" "^7.18.9" |
507 | | - "@babel/helper-function-name" "^7.18.9" |
508 | | - "@babel/helper-hoist-variables" "^7.18.6" |
509 | | - "@babel/helper-split-export-declaration" "^7.18.6" |
510 | | - "@babel/parser" "^7.18.13" |
511 | | - "@babel/types" "^7.18.13" |
512 | | - debug "^4.1.0" |
| 524 | +"@babel/traverse@^7.16.7", "@babel/traverse@^7.18.13", "@babel/traverse@^7.18.9": |
| 525 | + version "7.24.5" |
| 526 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.5.tgz#972aa0bc45f16983bf64aa1f877b2dd0eea7e6f8" |
| 527 | + integrity sha512-7aaBLeDQ4zYcUFDUD41lJc1fG8+5IU9DaNSJAgal866FGvmD5EbWQgnEC6kO1gGLsX0esNkfnJSndbTXA3r7UA== |
| 528 | + dependencies: |
| 529 | + "@babel/code-frame" "^7.24.2" |
| 530 | + "@babel/generator" "^7.24.5" |
| 531 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 532 | + "@babel/helper-function-name" "^7.23.0" |
| 533 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 534 | + "@babel/helper-split-export-declaration" "^7.24.5" |
| 535 | + "@babel/parser" "^7.24.5" |
| 536 | + "@babel/types" "^7.24.5" |
| 537 | + debug "^4.3.1" |
513 | 538 | globals "^11.1.0" |
514 | 539 |
|
515 | 540 | "@babel/types@^7.0.0", "@babel/types@^7.14.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3": |
|
537 | 562 | "@babel/helper-validator-identifier" "^7.18.6" |
538 | 563 | to-fast-properties "^2.0.0" |
539 | 564 |
|
| 565 | +"@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.24.0", "@babel/types@^7.24.5": |
| 566 | + version "7.24.5" |
| 567 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.5.tgz#7661930afc638a5383eb0c4aee59b74f38db84d7" |
| 568 | + integrity sha512-6mQNsaLeXTw0nxYUYu+NSa4Hx4BlF1x1x8/PMFbiR+GBSr+2DkECc69b8hgy2frEodNcvPffeH8YfWd3LI6jhQ== |
| 569 | + dependencies: |
| 570 | + "@babel/helper-string-parser" "^7.24.1" |
| 571 | + "@babel/helper-validator-identifier" "^7.24.5" |
| 572 | + to-fast-properties "^2.0.0" |
| 573 | + |
540 | 574 | "@bcoe/v8-coverage@^0.2.3": |
541 | 575 | version "0.2.3" |
542 | 576 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" |
|
912 | 946 | "@jridgewell/sourcemap-codec" "^1.4.10" |
913 | 947 | "@jridgewell/trace-mapping" "^0.3.9" |
914 | 948 |
|
| 949 | +"@jridgewell/gen-mapping@^0.3.5": |
| 950 | + version "0.3.5" |
| 951 | + resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz#dcce6aff74bdf6dad1a95802b69b04a2fcb1fb36" |
| 952 | + integrity sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg== |
| 953 | + dependencies: |
| 954 | + "@jridgewell/set-array" "^1.2.1" |
| 955 | + "@jridgewell/sourcemap-codec" "^1.4.10" |
| 956 | + "@jridgewell/trace-mapping" "^0.3.24" |
| 957 | + |
915 | 958 | "@jridgewell/resolve-uri@3.1.0", "@jridgewell/resolve-uri@^3.0.3": |
916 | 959 | version "3.1.0" |
917 | 960 | resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78" |
918 | 961 | integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w== |
919 | 962 |
|
| 963 | +"@jridgewell/resolve-uri@^3.1.0": |
| 964 | + version "3.1.2" |
| 965 | + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6" |
| 966 | + integrity sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw== |
| 967 | + |
920 | 968 | "@jridgewell/set-array@^1.0.0", "@jridgewell/set-array@^1.0.1": |
921 | 969 | version "1.1.2" |
922 | 970 | resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72" |
923 | 971 | integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw== |
924 | 972 |
|
| 973 | +"@jridgewell/set-array@^1.2.1": |
| 974 | + version "1.2.1" |
| 975 | + resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.2.1.tgz#558fb6472ed16a4c850b889530e6b36438c49280" |
| 976 | + integrity sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A== |
| 977 | + |
925 | 978 | "@jridgewell/sourcemap-codec@1.4.14", "@jridgewell/sourcemap-codec@^1.4.10": |
926 | 979 | version "1.4.14" |
927 | 980 | resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24" |
928 | 981 | integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw== |
929 | 982 |
|
| 983 | +"@jridgewell/sourcemap-codec@^1.4.14": |
| 984 | + version "1.4.15" |
| 985 | + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32" |
| 986 | + integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg== |
| 987 | + |
930 | 988 | "@jridgewell/trace-mapping@0.3.9": |
931 | 989 | version "0.3.9" |
932 | 990 | resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz#6534fd5933a53ba7cbf3a17615e273a0d1273ff9" |
|
951 | 1009 | "@jridgewell/resolve-uri" "3.1.0" |
952 | 1010 | "@jridgewell/sourcemap-codec" "1.4.14" |
953 | 1011 |
|
| 1012 | +"@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25": |
| 1013 | + version "0.3.25" |
| 1014 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz#15f190e98895f3fc23276ee14bc76b675c2e50f0" |
| 1015 | + integrity sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ== |
| 1016 | + dependencies: |
| 1017 | + "@jridgewell/resolve-uri" "^3.1.0" |
| 1018 | + "@jridgewell/sourcemap-codec" "^1.4.14" |
| 1019 | + |
954 | 1020 | "@mapbox/rehype-prism@0.8.0": |
955 | 1021 | version "0.8.0" |
956 | 1022 | resolved "https://registry.yarnpkg.com/@mapbox/rehype-prism/-/rehype-prism-0.8.0.tgz#c8b6eafb041a97e143fcbf93dd4e319ab0c131d6" |
@@ -2128,7 +2194,7 @@ chalk@^1.1.3: |
2128 | 2194 | strip-ansi "^3.0.0" |
2129 | 2195 | supports-color "^2.0.0" |
2130 | 2196 |
|
2131 | | -chalk@^2.0.0, chalk@^2.0.1: |
| 2197 | +chalk@^2.0.0, chalk@^2.0.1, chalk@^2.4.2: |
2132 | 2198 | version "2.4.2" |
2133 | 2199 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" |
2134 | 2200 | integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== |
@@ -2553,7 +2619,7 @@ dayjs@^1.10.4: |
2553 | 2619 | resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.10.7.tgz#2cf5f91add28116748440866a0a1d26f3a6ce468" |
2554 | 2620 | integrity sha512-P6twpd70BcPK34K26uJ1KT3wlhpuOAPoMwJzpsIWUxHZ7wpmbdZL/hQqBDfz7hGurYSa5PhzdhDHtt319hL3ig== |
2555 | 2621 |
|
2556 | | -debug@4.3.4, debug@^4.0.0, debug@^4.3.4: |
| 2622 | +debug@4.3.4, debug@^4.0.0, debug@^4.3.1, debug@^4.3.4: |
2557 | 2623 | version "4.3.4" |
2558 | 2624 | resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865" |
2559 | 2625 | integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ== |
|
0 commit comments