|
81 | 81 | "@babel/helper-explode-assignable-expression" "^7.8.3"
|
82 | 82 | "@babel/types" "^7.8.3"
|
83 | 83 |
|
84 |
| -"@babel/helper-call-delegate@^7.8.7": |
85 |
| - version "7.8.7" |
86 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-call-delegate/-/helper-call-delegate-7.8.7.tgz#28a279c2e6c622a6233da548127f980751324cab" |
87 |
| - integrity sha512-doAA5LAKhsFCR0LAFIf+r2RSMmC+m8f/oQ+URnUET/rWeEzC0yTRmAGyWkD4sSu3xwbS7MYQ2u+xlt1V5R56KQ== |
88 |
| - dependencies: |
89 |
| - "@babel/helper-hoist-variables" "^7.8.3" |
90 |
| - "@babel/traverse" "^7.8.3" |
91 |
| - "@babel/types" "^7.8.7" |
92 |
| - |
93 | 84 | "@babel/helper-compilation-targets@^7.8.7":
|
94 | 85 | version "7.8.7"
|
95 | 86 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.8.7.tgz#dac1eea159c0e4bd46e309b5a1b04a66b53c1dde"
|
|
144 | 135 | "@babel/template" "^7.8.3"
|
145 | 136 | "@babel/types" "^7.8.3"
|
146 | 137 |
|
| 138 | +"@babel/helper-function-name@^7.9.5": |
| 139 | + version "7.9.5" |
| 140 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.9.5.tgz#2b53820d35275120e1874a82e5aabe1376920a5c" |
| 141 | + integrity sha512-JVcQZeXM59Cd1qanDUxv9fgJpt3NeKUaqBqUEvfmQ+BCOKq2xUgaWZW2hr0dkbyJgezYuplEoh5knmrnS68efw== |
| 142 | + dependencies: |
| 143 | + "@babel/helper-get-function-arity" "^7.8.3" |
| 144 | + "@babel/template" "^7.8.3" |
| 145 | + "@babel/types" "^7.9.5" |
| 146 | + |
147 | 147 | "@babel/helper-get-function-arity@^7.8.3":
|
148 | 148 | version "7.8.3"
|
149 | 149 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz#b894b947bd004381ce63ea1db9f08547e920abd5"
|
|
250 | 250 | dependencies:
|
251 | 251 | "@babel/types" "^7.8.3"
|
252 | 252 |
|
253 |
| -"@babel/helper-validator-identifier@^7.9.0": |
254 |
| - version "7.9.0" |
255 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.0.tgz#ad53562a7fc29b3b9a91bbf7d10397fd146346ed" |
256 |
| - integrity sha512-6G8bQKjOh+of4PV/ThDm/rRqlU7+IGoJuofpagU5GlEl29Vv0RGqqt86ZGRV8ZuSOY3o+8yXl5y782SMcG7SHw== |
| 253 | +"@babel/helper-validator-identifier@^7.9.5": |
| 254 | + version "7.9.5" |
| 255 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz#90977a8e6fbf6b431a7dc31752eee233bf052d80" |
| 256 | + integrity sha512-/8arLKUFq882w4tWGj9JYzRpAlZgiWUJ+dtteNTDqrRBz9Iguck9Rn3ykuBDoUwh2TO4tSAJlrxDUOXWklJe4g== |
257 | 257 |
|
258 | 258 | "@babel/helper-wrap-function@^7.8.3":
|
259 | 259 | version "7.8.3"
|
|
343 | 343 | "@babel/helper-plugin-utils" "^7.8.3"
|
344 | 344 | "@babel/plugin-syntax-numeric-separator" "^7.8.3"
|
345 | 345 |
|
346 |
| -"@babel/plugin-proposal-object-rest-spread@^7.9.0": |
347 |
| - version "7.9.0" |
348 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.0.tgz#a28993699fc13df165995362693962ba6b061d6f" |
349 |
| - integrity sha512-UgqBv6bjq4fDb8uku9f+wcm1J7YxJ5nT7WO/jBr0cl0PLKb7t1O6RNR1kZbjgx2LQtsDI9hwoQVmn0yhXeQyow== |
| 346 | +"@babel/plugin-proposal-object-rest-spread@^7.9.5": |
| 347 | + version "7.9.5" |
| 348 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.5.tgz#3fd65911306d8746014ec0d0cf78f0e39a149116" |
| 349 | + integrity sha512-VP2oXvAf7KCYTthbUHwBlewbl1Iq059f6seJGsxMizaCdgHIeczOr7FBqELhSqfkIl04Fi8okzWzl63UKbQmmg== |
350 | 350 | dependencies:
|
351 | 351 | "@babel/helper-plugin-utils" "^7.8.3"
|
352 | 352 | "@babel/plugin-syntax-object-rest-spread" "^7.8.0"
|
| 353 | + "@babel/plugin-transform-parameters" "^7.9.5" |
353 | 354 |
|
354 | 355 | "@babel/plugin-proposal-optional-catch-binding@^7.8.3":
|
355 | 356 | version "7.8.3"
|
|
375 | 376 | "@babel/helper-create-regexp-features-plugin" "^7.8.8"
|
376 | 377 | "@babel/helper-plugin-utils" "^7.8.3"
|
377 | 378 |
|
378 |
| -"@babel/plugin-syntax-async-generators@^7.8.0": |
379 |
| - version "7.8.0" |
380 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.0.tgz#e6c3dba5a61ecf72ba00a3f3f5f1234989a58e6a" |
381 |
| - integrity sha512-a8w8k7pK8nYhem07rXdAq03T+DlTX8LFojUptrh9JEx80AgLqGiuoFIyQOGTWif39kFnDOQqbzl1s6KQqrfV+A== |
382 |
| - dependencies: |
383 |
| - "@babel/helper-plugin-utils" "^7.8.0" |
384 |
| - |
385 |
| -"@babel/plugin-syntax-async-generators@^7.8.4": |
| 379 | +"@babel/plugin-syntax-async-generators@^7.8.0", "@babel/plugin-syntax-async-generators@^7.8.4": |
386 | 380 | version "7.8.4"
|
387 | 381 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d"
|
388 | 382 | integrity sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==
|
|
410 | 404 | dependencies:
|
411 | 405 | "@babel/helper-plugin-utils" "^7.8.0"
|
412 | 406 |
|
413 |
| -"@babel/plugin-syntax-json-strings@^7.8.0": |
414 |
| - version "7.8.0" |
415 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.0.tgz#7f798eb7e8cfd3821388120679d23d530bae6e53" |
416 |
| - integrity sha512-LPykaAbH86L5NnDfCRSpNxtEHZk+6GaFzXfWEFU/6R4v69EXQr6GOp7hwH+Uw0QlYVN++s6TukTJ3flFcspahA== |
417 |
| - dependencies: |
418 |
| - "@babel/helper-plugin-utils" "^7.8.0" |
419 |
| - |
420 |
| -"@babel/plugin-syntax-json-strings@^7.8.3": |
| 407 | +"@babel/plugin-syntax-json-strings@^7.8.0", "@babel/plugin-syntax-json-strings@^7.8.3": |
421 | 408 | version "7.8.3"
|
422 | 409 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz#01ca21b668cd8218c9e640cb6dd88c5412b2c96a"
|
423 | 410 | integrity sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==
|
|
431 | 418 | dependencies:
|
432 | 419 | "@babel/helper-plugin-utils" "^7.8.3"
|
433 | 420 |
|
434 |
| -"@babel/plugin-syntax-nullish-coalescing-operator@^7.8.0": |
435 |
| - version "7.8.0" |
436 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.0.tgz#5d8f24ecffa4ae74164e53264953c5ea8ba6d149" |
437 |
| - integrity sha512-Rv2hnBToN6rbA9hO2a4vtwXZLzNa+TWkoSIMMvUezFz5+D9NPeX7SFrArwtFzzbwndmWiqboTr5rNpzAz0MPpA== |
438 |
| - dependencies: |
439 |
| - "@babel/helper-plugin-utils" "^7.8.0" |
440 |
| - |
441 |
| -"@babel/plugin-syntax-nullish-coalescing-operator@^7.8.3": |
| 421 | +"@babel/plugin-syntax-nullish-coalescing-operator@^7.8.0", "@babel/plugin-syntax-nullish-coalescing-operator@^7.8.3": |
442 | 422 | version "7.8.3"
|
443 | 423 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz#167ed70368886081f74b5c36c65a88c03b66d1a9"
|
444 | 424 | integrity sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==
|
|
452 | 432 | dependencies:
|
453 | 433 | "@babel/helper-plugin-utils" "^7.8.3"
|
454 | 434 |
|
455 |
| -"@babel/plugin-syntax-object-rest-spread@^7.8.0": |
456 |
| - version "7.8.0" |
457 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.0.tgz#9b37d580d459682364d8602494c69145b394fd4c" |
458 |
| - integrity sha512-dt89fDlkfkTrQcy5KavMQPyF2A6tR0kYp8HAnIoQv5hO34iAUffHghP/hMGd7Gf/+uYTmLQO0ar7peX1SUWyIA== |
459 |
| - dependencies: |
460 |
| - "@babel/helper-plugin-utils" "^7.8.0" |
461 |
| - |
462 |
| -"@babel/plugin-syntax-object-rest-spread@^7.8.3": |
| 435 | +"@babel/plugin-syntax-object-rest-spread@^7.8.0", "@babel/plugin-syntax-object-rest-spread@^7.8.3": |
463 | 436 | version "7.8.3"
|
464 | 437 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz#60e225edcbd98a640332a2e72dd3e66f1af55871"
|
465 | 438 | integrity sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==
|
466 | 439 | dependencies:
|
467 | 440 | "@babel/helper-plugin-utils" "^7.8.0"
|
468 | 441 |
|
469 |
| -"@babel/plugin-syntax-optional-catch-binding@^7.8.0": |
470 |
| - version "7.8.0" |
471 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.0.tgz#180c7bdd6b7fd81cc6d18269de12d5ddd60cabce" |
472 |
| - integrity sha512-EIgJVy+u1RvR2gJfX4ReLwAupO/twllUue1wPrRxhu18+eC3bGTEcOSXLQdaE9ya9NG1rE0eQs0GSiloUGFEwg== |
473 |
| - dependencies: |
474 |
| - "@babel/helper-plugin-utils" "^7.8.0" |
475 |
| - |
476 |
| -"@babel/plugin-syntax-optional-catch-binding@^7.8.3": |
| 442 | +"@babel/plugin-syntax-optional-catch-binding@^7.8.0", "@babel/plugin-syntax-optional-catch-binding@^7.8.3": |
477 | 443 | version "7.8.3"
|
478 | 444 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz#6111a265bcfb020eb9efd0fdfd7d26402b9ed6c1"
|
479 | 445 | integrity sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==
|
480 | 446 | dependencies:
|
481 | 447 | "@babel/helper-plugin-utils" "^7.8.0"
|
482 | 448 |
|
483 |
| -"@babel/plugin-syntax-optional-chaining@^7.8.0": |
484 |
| - version "7.8.0" |
485 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.0.tgz#c40f4d4d6a4f5e71d2bfd949b0a7f1e1e6792fe0" |
486 |
| - integrity sha512-LV1c+TTAO8Vawe3t+WXBHYWbS7endP8MSlqKPKEZOyWPEJX2akl3jfvFG828/OE7RpyoC3JXfLJDFj/jN7A8hg== |
487 |
| - dependencies: |
488 |
| - "@babel/helper-plugin-utils" "^7.8.0" |
489 |
| - |
490 |
| -"@babel/plugin-syntax-optional-chaining@^7.8.3": |
| 449 | +"@babel/plugin-syntax-optional-chaining@^7.8.0", "@babel/plugin-syntax-optional-chaining@^7.8.3": |
491 | 450 | version "7.8.3"
|
492 | 451 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz#4f69c2ab95167e0180cd5336613f8c5788f7d48a"
|
493 | 452 | integrity sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==
|
|
532 | 491 | "@babel/helper-plugin-utils" "^7.8.3"
|
533 | 492 | lodash "^4.17.13"
|
534 | 493 |
|
535 |
| -"@babel/plugin-transform-classes@^7.9.0": |
536 |
| - version "7.9.2" |
537 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.9.2.tgz#8603fc3cc449e31fdbdbc257f67717536a11af8d" |
538 |
| - integrity sha512-TC2p3bPzsfvSsqBZo0kJnuelnoK9O3welkUpqSqBQuBF6R5MN2rysopri8kNvtlGIb2jmUO7i15IooAZJjZuMQ== |
| 494 | +"@babel/plugin-transform-classes@^7.9.5": |
| 495 | + version "7.9.5" |
| 496 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.9.5.tgz#800597ddb8aefc2c293ed27459c1fcc935a26c2c" |
| 497 | + integrity sha512-x2kZoIuLC//O5iA7PEvecB105o7TLzZo8ofBVhP79N+DO3jaX+KYfww9TQcfBEZD0nikNyYcGB1IKtRq36rdmg== |
539 | 498 | dependencies:
|
540 | 499 | "@babel/helper-annotate-as-pure" "^7.8.3"
|
541 | 500 | "@babel/helper-define-map" "^7.8.3"
|
542 |
| - "@babel/helper-function-name" "^7.8.3" |
| 501 | + "@babel/helper-function-name" "^7.9.5" |
543 | 502 | "@babel/helper-optimise-call-expression" "^7.8.3"
|
544 | 503 | "@babel/helper-plugin-utils" "^7.8.3"
|
545 | 504 | "@babel/helper-replace-supers" "^7.8.6"
|
|
553 | 512 | dependencies:
|
554 | 513 | "@babel/helper-plugin-utils" "^7.8.3"
|
555 | 514 |
|
556 |
| -"@babel/plugin-transform-destructuring@^7.8.3": |
557 |
| - version "7.8.3" |
558 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.8.3.tgz#20ddfbd9e4676906b1056ee60af88590cc7aaa0b" |
559 |
| - integrity sha512-H4X646nCkiEcHZUZaRkhE2XVsoz0J/1x3VVujnn96pSoGCtKPA99ZZA+va+gK+92Zycd6OBKCD8tDb/731bhgQ== |
| 515 | +"@babel/plugin-transform-destructuring@^7.9.5": |
| 516 | + version "7.9.5" |
| 517 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.9.5.tgz#72c97cf5f38604aea3abf3b935b0e17b1db76a50" |
| 518 | + integrity sha512-j3OEsGel8nHL/iusv/mRd5fYZ3DrOxWC82x0ogmdN/vHfAP4MYw+AFKYanzWlktNwikKvlzUV//afBW5FTp17Q== |
560 | 519 | dependencies:
|
561 | 520 | "@babel/helper-plugin-utils" "^7.8.3"
|
562 | 521 |
|
|
671 | 630 | "@babel/helper-plugin-utils" "^7.8.3"
|
672 | 631 | "@babel/helper-replace-supers" "^7.8.3"
|
673 | 632 |
|
674 |
| -"@babel/plugin-transform-parameters@^7.8.7": |
675 |
| - version "7.8.7" |
676 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.8.7.tgz#66fa2f1de4129b4e0447509223ac71bda4955395" |
677 |
| - integrity sha512-brYWaEPTRimOctz2NDA3jnBbDi7SVN2T4wYuu0aqSzxC3nozFZngGaw29CJ9ZPweB7k+iFmZuoG3IVPIcXmD2g== |
| 633 | +"@babel/plugin-transform-parameters@^7.9.5": |
| 634 | + version "7.9.5" |
| 635 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.9.5.tgz#173b265746f5e15b2afe527eeda65b73623a0795" |
| 636 | + integrity sha512-0+1FhHnMfj6lIIhVvS4KGQJeuhe1GI//h5uptK4PvLt+BGBxsoUJbd3/IW002yk//6sZPlFgsG1hY6OHLcy6kA== |
678 | 637 | dependencies:
|
679 |
| - "@babel/helper-call-delegate" "^7.8.7" |
680 | 638 | "@babel/helper-get-function-arity" "^7.8.3"
|
681 | 639 | "@babel/helper-plugin-utils" "^7.8.3"
|
682 | 640 |
|
|
747 | 705 | "@babel/helper-plugin-utils" "^7.8.3"
|
748 | 706 |
|
749 | 707 | "@babel/preset-env@^7.0.0":
|
750 |
| - version "7.9.0" |
751 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.9.0.tgz#a5fc42480e950ae8f5d9f8f2bbc03f52722df3a8" |
752 |
| - integrity sha512-712DeRXT6dyKAM/FMbQTV/FvRCms2hPCx+3weRjZ8iQVQWZejWWk1wwG6ViWMyqb/ouBbGOl5b6aCk0+j1NmsQ== |
| 708 | + version "7.9.5" |
| 709 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.9.5.tgz#8ddc76039bc45b774b19e2fc548f6807d8a8919f" |
| 710 | + integrity sha512-eWGYeADTlPJH+wq1F0wNfPbVS1w1wtmMJiYk55Td5Yu28AsdR9AsC97sZ0Qq8fHqQuslVSIYSGJMcblr345GfQ== |
753 | 711 | dependencies:
|
754 | 712 | "@babel/compat-data" "^7.9.0"
|
755 | 713 | "@babel/helper-compilation-targets" "^7.8.7"
|
|
760 | 718 | "@babel/plugin-proposal-json-strings" "^7.8.3"
|
761 | 719 | "@babel/plugin-proposal-nullish-coalescing-operator" "^7.8.3"
|
762 | 720 | "@babel/plugin-proposal-numeric-separator" "^7.8.3"
|
763 |
| - "@babel/plugin-proposal-object-rest-spread" "^7.9.0" |
| 721 | + "@babel/plugin-proposal-object-rest-spread" "^7.9.5" |
764 | 722 | "@babel/plugin-proposal-optional-catch-binding" "^7.8.3"
|
765 | 723 | "@babel/plugin-proposal-optional-chaining" "^7.9.0"
|
766 | 724 | "@babel/plugin-proposal-unicode-property-regex" "^7.8.3"
|
|
777 | 735 | "@babel/plugin-transform-async-to-generator" "^7.8.3"
|
778 | 736 | "@babel/plugin-transform-block-scoped-functions" "^7.8.3"
|
779 | 737 | "@babel/plugin-transform-block-scoping" "^7.8.3"
|
780 |
| - "@babel/plugin-transform-classes" "^7.9.0" |
| 738 | + "@babel/plugin-transform-classes" "^7.9.5" |
781 | 739 | "@babel/plugin-transform-computed-properties" "^7.8.3"
|
782 |
| - "@babel/plugin-transform-destructuring" "^7.8.3" |
| 740 | + "@babel/plugin-transform-destructuring" "^7.9.5" |
783 | 741 | "@babel/plugin-transform-dotall-regex" "^7.8.3"
|
784 | 742 | "@babel/plugin-transform-duplicate-keys" "^7.8.3"
|
785 | 743 | "@babel/plugin-transform-exponentiation-operator" "^7.8.3"
|
|
794 | 752 | "@babel/plugin-transform-named-capturing-groups-regex" "^7.8.3"
|
795 | 753 | "@babel/plugin-transform-new-target" "^7.8.3"
|
796 | 754 | "@babel/plugin-transform-object-super" "^7.8.3"
|
797 |
| - "@babel/plugin-transform-parameters" "^7.8.7" |
| 755 | + "@babel/plugin-transform-parameters" "^7.9.5" |
798 | 756 | "@babel/plugin-transform-property-literals" "^7.8.3"
|
799 | 757 | "@babel/plugin-transform-regenerator" "^7.8.7"
|
800 | 758 | "@babel/plugin-transform-reserved-words" "^7.8.3"
|
|
805 | 763 | "@babel/plugin-transform-typeof-symbol" "^7.8.4"
|
806 | 764 | "@babel/plugin-transform-unicode-regex" "^7.8.3"
|
807 | 765 | "@babel/preset-modules" "^0.1.3"
|
808 |
| - "@babel/types" "^7.9.0" |
| 766 | + "@babel/types" "^7.9.5" |
809 | 767 | browserslist "^4.9.1"
|
810 | 768 | core-js-compat "^3.6.2"
|
811 | 769 | invariant "^2.2.2"
|
|
865 | 823 | globals "^11.1.0"
|
866 | 824 | lodash "^4.17.13"
|
867 | 825 |
|
868 |
| -"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.4.4", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.8.7", "@babel/types@^7.9.0": |
869 |
| - version "7.9.0" |
870 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.0.tgz#00b064c3df83ad32b2dbf5ff07312b15c7f1efb5" |
871 |
| - integrity sha512-BS9JKfXkzzJl8RluW4JGknzpiUV7ZrvTayM6yfqLTVBEnFtyowVIOu6rqxRd5cVO6yGoWf4T8u8dgK9oB+GCng== |
| 826 | +"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.4.4", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0", "@babel/types@^7.9.5": |
| 827 | + version "7.9.5" |
| 828 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.5.tgz#89231f82915a8a566a703b3b20133f73da6b9444" |
| 829 | + integrity sha512-XjnvNqenk818r5zMaba+sLQjnbda31UfUURv3ei0qPQw4u+j2jMyJ5b11y8ZHYTRSI3NnInQkkkRT4fLqqPdHg== |
872 | 830 | dependencies:
|
873 |
| - "@babel/helper-validator-identifier" "^7.9.0" |
| 831 | + "@babel/helper-validator-identifier" "^7.9.5" |
874 | 832 | lodash "^4.17.13"
|
875 | 833 | to-fast-properties "^2.0.0"
|
876 | 834 |
|
|
0 commit comments